From 6a87cb93bd2cc9997a8213903767eac31ef0ffb8 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 16 Jul 2020 13:41:15 -0700 Subject: [PATCH] (REF) regen.sh - Remove unusual handling of `zipcodes.mysql` Overview -------- This is a small refactoring in service of the broader goal of simplifying the sample-data generation and incorporating it into the installer (where it can be localized/configured and where we don't have to commit any blobs). The current process revolves around `regen.sh` and `civicrm_generated.mysql`. Before ------ `regen.sh` builds an example DB and dumps the content into `civicrm_generated.mysql`. As part of this, it loads `zipcodes.mysql` into the example DB, drops/creates a table `zipcodes`, then runs some setup work, and then re-drops `zipcodes`. This is only safe on an isolated database. If you're trying to run it on a pre-existing database created by `$cms`, then you don't know if there's going to be a conflict on `zipcodes`. After ----- It doesn't drop/create/drop the `zipcodes` table. It just reads from the file. Comment ------- The main change is fairly small. It looks big because `zipcodes.mysql` as to be reformatted as `zipcodes.json`. --- bin/regen.sh | 4 +- sql/GenerateData.php | 27 +- sql/zipcodes.json | 388721 ++++++++++++++++++++++++++++++++++++++++ sql/zipcodes.mysql | 43220 ----- 4 files changed, 388736 insertions(+), 43236 deletions(-) create mode 100644 sql/zipcodes.json delete mode 100644 sql/zipcodes.mysql diff --git a/bin/regen.sh b/bin/regen.sh index 8a1c5375f5..f7451a23fc 100755 --- a/bin/regen.sh +++ b/bin/regen.sh @@ -39,8 +39,6 @@ echo "SELECT table_name FROM information_schema.TABLES WHERE TABLE_SCHEMA='${DB $MYSQLCMD < civicrm.mysql $MYSQLCMD < civicrm_data.mysql $MYSQLCMD < civicrm_sample.mysql -echo "DROP TABLE IF EXISTS zipcodes" | $MYSQLCMD -$MYSQLCMD < zipcodes.mysql ## For first boot on fresh DB, boot CMS before CRM. cms_eval 'civicrm_initialize();' @@ -48,7 +46,7 @@ cms_eval 'civicrm_initialize();' php GenerateData.php ## Prune local data -$MYSQLCMD -e "DROP TABLE zipcodes; DROP TABLE IF EXISTS civicrm_install_canary; DELETE FROM civicrm_cache; DELETE FROM civicrm_setting;" +$MYSQLCMD -e "DROP TABLE IF EXISTS civicrm_install_canary; DELETE FROM civicrm_cache; DELETE FROM civicrm_setting;" $MYSQLCMD -e "DELETE FROM civicrm_extension WHERE full_name NOT IN ('sequentialcreditnotes', 'eventcart', 'search', 'flexmailer');" TABLENAMES=$( echo "show tables like 'civicrm_%'" | $MYSQLCMD | grep ^civicrm_ | xargs ) diff --git a/sql/GenerateData.php b/sql/GenerateData.php index 057d8af5a1..0b97441062 100644 --- a/sql/GenerateData.php +++ b/sql/GenerateData.php @@ -1269,21 +1269,22 @@ class CRM_GCD { } } - $offset = mt_rand(1, 43000); - $query = "SELECT city, state, zip, latitude, longitude FROM zipcodes LIMIT $offset, 1"; - $dao = new CRM_Core_DAO(); - $dao->query($query); - while ($dao->fetch()) { - if ($this->stateMap[$dao->state]) { - $stateID = $this->stateMap[$dao->state]; - } - else { - $stateID = 1004; - } + static $zipCodes = NULL; + if ($zipCodes === NULL) { + $zipCodes = json_decode(file_get_contents(__DIR__ . '/zipcodes.json')); + } - $zip = str_pad($dao->zip, 5, '0', STR_PAD_LEFT); - return array(1228, $stateID, $dao->city, $zip, $dao->latitude, $dao->longitude); + $zipCode = $zipCodes[mt_rand(0, count($zipCodes))]; + + if ($this->stateMap[$zipCode->state]) { + $stateID = $this->stateMap[$zipCode->state]; + } + else { + $stateID = 1004; } + + $zip = str_pad($zipCode->zip, 5, '0', STR_PAD_LEFT); + return array(1228, $stateID, $zipCode->city, $zip, $zipCode->latitude, $zipCode->longitude); } /** diff --git a/sql/zipcodes.json b/sql/zipcodes.json new file mode 100644 index 0000000000..4ceea17b9f --- /dev/null +++ b/sql/zipcodes.json @@ -0,0 +1,388721 @@ +[ + { + "zip": "00210", + "city": "Portsmouth", + "state": "NH", + "latitude": "43.005895", + "longitude": "-71.013202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "00211", + "city": "Portsmouth", + "state": "NH", + "latitude": "43.005895", + "longitude": "-71.013202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "00212", + "city": "Portsmouth", + "state": "NH", + "latitude": "43.005895", + "longitude": "-71.013202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "00213", + "city": "Portsmouth", + "state": "NH", + "latitude": "43.005895", + "longitude": "-71.013202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "00214", + "city": "Portsmouth", + "state": "NH", + "latitude": "43.005895", + "longitude": "-71.013202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "00215", + "city": "Portsmouth", + "state": "NH", + "latitude": "43.005895", + "longitude": "-71.013202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "00501", + "city": "Holtsville", + "state": "NY", + "latitude": "40.922326", + "longitude": "-72.637078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "00544", + "city": "Holtsville", + "state": "NY", + "latitude": "40.922326", + "longitude": "-72.637078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "00601", + "city": "Adjuntas", + "state": "PR", + "latitude": "18.180103", + "longitude": "-66.749470", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00602", + "city": "Aguada", + "state": "PR", + "latitude": "18.363285", + "longitude": "-67.180240", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00603", + "city": "Aguadilla", + "state": "PR", + "latitude": "18.448619", + "longitude": "-67.134220", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00604", + "city": "Aguadilla", + "state": "PR", + "latitude": "18.498987", + "longitude": "-67.136990", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00605", + "city": "Aguadilla", + "state": "PR", + "latitude": "18.465162", + "longitude": "-67.141486", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00606", + "city": "Maricao", + "state": "PR", + "latitude": "18.182151", + "longitude": "-66.958800", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00607", + "city": "Aguas Buenas", + "state": "PR", + "latitude": "18.256995", + "longitude": "-66.104657", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00609", + "city": "Aibonito", + "state": "PR", + "latitude": "18.142002", + "longitude": "-66.273278", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00610", + "city": "Anasco", + "state": "PR", + "latitude": "18.288319", + "longitude": "-67.136040", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00611", + "city": "Angeles", + "state": "PR", + "latitude": "18.279531", + "longitude": "-66.802170", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00612", + "city": "Arecibo", + "state": "PR", + "latitude": "18.449732", + "longitude": "-66.698790", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00613", + "city": "Arecibo", + "state": "PR", + "latitude": "18.458093", + "longitude": "-66.732732", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00614", + "city": "Arecibo", + "state": "PR", + "latitude": "18.429675", + "longitude": "-66.674506", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00615", + "city": "Arroyo", + "state": "PR", + "latitude": "17.969770", + "longitude": "-66.061459", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00616", + "city": "Bajadero", + "state": "PR", + "latitude": "18.426748", + "longitude": "-66.676690", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00617", + "city": "Barceloneta", + "state": "PR", + "latitude": "18.455499", + "longitude": "-66.555750", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00618", + "city": "Barranquitas", + "state": "PR", + "latitude": "18.185463", + "longitude": "-66.305827", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00622", + "city": "Boqueron", + "state": "PR", + "latitude": "18.003125", + "longitude": "-67.167450", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00623", + "city": "Cabo Rojo", + "state": "PR", + "latitude": "18.086430", + "longitude": "-67.152220", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00624", + "city": "Penuelas", + "state": "PR", + "latitude": "18.055399", + "longitude": "-66.726020", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00625", + "city": "Caguas", + "state": "PR", + "latitude": "18.232109", + "longitude": "-66.039087", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00626", + "city": "Caguas", + "state": "PR", + "latitude": "18.235003", + "longitude": "-66.037318", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00627", + "city": "Camuy", + "state": "PR", + "latitude": "18.435246", + "longitude": "-66.856440", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00631", + "city": "Castaner", + "state": "PR", + "latitude": "18.186739", + "longitude": "-66.851740", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00633", + "city": "Cayey", + "state": "PR", + "latitude": "18.194527", + "longitude": "-66.183467", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00634", + "city": "Cayey", + "state": "PR", + "latitude": "18.111528", + "longitude": "-66.177083", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00635", + "city": "Ceiba", + "state": "PR", + "latitude": "18.262902", + "longitude": "-65.646529", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00636", + "city": "Rosario", + "state": "PR", + "latitude": "18.113284", + "longitude": "-67.039706", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00637", + "city": "Sabana Grande", + "state": "PR", + "latitude": "18.073078", + "longitude": "-66.948640", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00638", + "city": "Ciales", + "state": "PR", + "latitude": "18.308139", + "longitude": "-66.498350", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00639", + "city": "Cidra", + "state": "PR", + "latitude": "18.176094", + "longitude": "-66.158728", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00640", + "city": "Coamo", + "state": "PR", + "latitude": "18.077197", + "longitude": "-66.359104", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00641", + "city": "Utuado", + "state": "PR", + "latitude": "18.268896", + "longitude": "-66.705190", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00643", + "city": "Corozal", + "state": "PR", + "latitude": "18.341254", + "longitude": "-66.315194", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00644", + "city": "Coto Laurel", + "state": "PR", + "latitude": "18.049577", + "longitude": "-66.552180", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00645", + "city": "Culebra", + "state": "PR", + "latitude": "18.308508", + "longitude": "-65.304732", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00646", + "city": "Dorado", + "state": "PR", + "latitude": "18.442798", + "longitude": "-66.276890", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00647", + "city": "Ensenada", + "state": "PR", + "latitude": "17.964529", + "longitude": "-66.939930", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00648", + "city": "Fajardo", + "state": "PR", + "latitude": "18.333038", + "longitude": "-65.656182", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00650", + "city": "Florida", + "state": "PR", + "latitude": "18.363331", + "longitude": "-66.567730", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00652", + "city": "Garrochales", + "state": "PR", + "latitude": "18.457453", + "longitude": "-66.612170", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00653", + "city": "Guanica", + "state": "PR", + "latitude": "17.992112", + "longitude": "-66.900970", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00654", + "city": "Jobos", + "state": "PR", + "latitude": "17.979518", + "longitude": "-66.117219", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00655", + "city": "Olimpo", + "state": "PR", + "latitude": "17.976371", + "longitude": "-66.116795", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00656", + "city": "Guayanilla", + "state": "PR", + "latitude": "18.038866", + "longitude": "-66.791680", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00658", + "city": "Gurabo", + "state": "PR", + "latitude": "18.254137", + "longitude": "-65.973605", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00659", + "city": "Hatillo", + "state": "PR", + "latitude": "18.432956", + "longitude": "-66.800390", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00660", + "city": "Hormigueros", + "state": "PR", + "latitude": "18.139108", + "longitude": "-67.120850", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00661", + "city": "Humacao", + "state": "PR", + "latitude": "18.150829", + "longitude": "-65.826595", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00662", + "city": "Isabela", + "state": "PR", + "latitude": "18.478855", + "longitude": "-67.019730", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00664", + "city": "Jayuya", + "state": "PR", + "latitude": "18.212565", + "longitude": "-66.592430", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00665", + "city": "Ponce", + "state": "PR", + "latitude": "18.044224", + "longitude": "-66.502103", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00666", + "city": "Juncos", + "state": "PR", + "latitude": "18.228952", + "longitude": "-65.921356", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00667", + "city": "Lajas", + "state": "PR", + "latitude": "18.017819", + "longitude": "-67.042260", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00669", + "city": "Lares", + "state": "PR", + "latitude": "18.288418", + "longitude": "-66.875030", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00670", + "city": "Las Marias", + "state": "PR", + "latitude": "18.241343", + "longitude": "-66.976040", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00671", + "city": "Las Piedras", + "state": "PR", + "latitude": "18.178900", + "longitude": "-65.869939", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00674", + "city": "Manati", + "state": "PR", + "latitude": "18.426137", + "longitude": "-66.486970", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00676", + "city": "Moca", + "state": "PR", + "latitude": "18.379560", + "longitude": "-67.084240", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00677", + "city": "Rincon", + "state": "PR", + "latitude": "18.336121", + "longitude": "-67.236750", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00678", + "city": "Quebradillas", + "state": "PR", + "latitude": "18.442334", + "longitude": "-66.932750", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00680", + "city": "Mayaguez", + "state": "PR", + "latitude": "18.205232", + "longitude": "-67.126550", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00681", + "city": "Mayaguez", + "state": "PR", + "latitude": "18.219023", + "longitude": "-67.508068", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00682", + "city": "Mayaguez", + "state": "PR", + "latitude": "18.208402", + "longitude": "-67.154280", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00683", + "city": "San German", + "state": "PR", + "latitude": "18.092807", + "longitude": "-67.045240", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00685", + "city": "San Sebastian", + "state": "PR", + "latitude": "18.332595", + "longitude": "-66.981040", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00687", + "city": "Morovis", + "state": "PR", + "latitude": "18.317080", + "longitude": "-66.415280", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00688", + "city": "Sabana Hoyos", + "state": "PR", + "latitude": "18.404150", + "longitude": "-66.613480", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00690", + "city": "San Antonio", + "state": "PR", + "latitude": "18.495369", + "longitude": "-67.098670", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00692", + "city": "Vega Alta", + "state": "PR", + "latitude": "18.419666", + "longitude": "-66.331860", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00693", + "city": "Vega Baja", + "state": "PR", + "latitude": "18.440667", + "longitude": "-66.392100", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00694", + "city": "Vega Baja", + "state": "PR", + "latitude": "18.443109", + "longitude": "-66.398302", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00698", + "city": "Yauco", + "state": "PR", + "latitude": "18.065470", + "longitude": "-66.855870", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00703", + "city": "Aguas Buenas", + "state": "PR", + "latitude": "18.246205", + "longitude": "-66.128270", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00704", + "city": "Aguirre", + "state": "PR", + "latitude": "17.970112", + "longitude": "-66.222910", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00705", + "city": "Aibonito", + "state": "PR", + "latitude": "18.129420", + "longitude": "-66.265410", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00707", + "city": "Maunabo", + "state": "PR", + "latitude": "18.014505", + "longitude": "-65.910180", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00714", + "city": "Arroyo", + "state": "PR", + "latitude": "17.987288", + "longitude": "-66.055520", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00715", + "city": "Mercedita", + "state": "PR", + "latitude": "18.003492", + "longitude": "-66.558680", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00716", + "city": "Ponce", + "state": "PR", + "latitude": "17.999066", + "longitude": "-66.599650", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00717", + "city": "Ponce", + "state": "PR", + "latitude": "18.004303", + "longitude": "-66.613740", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00718", + "city": "Naguabo", + "state": "PR", + "latitude": "18.220480", + "longitude": "-65.742930", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00719", + "city": "Naranjito", + "state": "PR", + "latitude": "18.294571", + "longitude": "-66.250980", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00720", + "city": "Orocovis", + "state": "PR", + "latitude": "18.217827", + "longitude": "-66.422650", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00721", + "city": "Palmer", + "state": "PR", + "latitude": "18.364161", + "longitude": "-65.778288", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00723", + "city": "Patillas", + "state": "PR", + "latitude": "18.023196", + "longitude": "-66.013100", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00725", + "city": "Caguas", + "state": "PR", + "latitude": "18.233927", + "longitude": "-66.045020", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00726", + "city": "Caguas", + "state": "PR", + "latitude": "18.212965", + "longitude": "-66.058033", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00728", + "city": "Ponce", + "state": "PR", + "latitude": "18.013353", + "longitude": "-66.652180", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00729", + "city": "Canovanas", + "state": "PR", + "latitude": "18.356150", + "longitude": "-65.890890", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00730", + "city": "Ponce", + "state": "PR", + "latitude": "18.022626", + "longitude": "-66.617270", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00731", + "city": "Ponce", + "state": "PR", + "latitude": "18.077329", + "longitude": "-66.611920", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00732", + "city": "Ponce", + "state": "PR", + "latitude": "18.021781", + "longitude": "-66.613742", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00733", + "city": "Ponce", + "state": "PR", + "latitude": "18.019331", + "longitude": "-66.619165", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00734", + "city": "Ponce", + "state": "PR", + "latitude": "17.999499", + "longitude": "-66.643934", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00735", + "city": "Ceiba", + "state": "PR", + "latitude": "18.258444", + "longitude": "-65.659870", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00736", + "city": "Cayey", + "state": "PR", + "latitude": "18.112895", + "longitude": "-66.153770", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00737", + "city": "Cayey", + "state": "PR", + "latitude": "18.102967", + "longitude": "-66.139274", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00738", + "city": "Fajardo", + "state": "PR", + "latitude": "18.322650", + "longitude": "-65.661160", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00739", + "city": "Cidra", + "state": "PR", + "latitude": "18.169840", + "longitude": "-66.162710", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00740", + "city": "Puerto Real", + "state": "PR", + "latitude": "18.331711", + "longitude": "-65.627610", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00741", + "city": "Punta Santiago", + "state": "PR", + "latitude": "18.160755", + "longitude": "-65.757650", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00742", + "city": "Roosevelt Roads", + "state": "PR", + "latitude": "18.264872", + "longitude": "-65.594769", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00744", + "city": "Rio Blanco", + "state": "PR", + "latitude": "18.206329", + "longitude": "-65.743058", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00745", + "city": "Rio Grande", + "state": "PR", + "latitude": "18.366213", + "longitude": "-65.822770", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00747", + "city": "Lluveras", + "state": "PR", + "latitude": "18.069474", + "longitude": "-66.952589", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00748", + "city": "Fajardo", + "state": "PR", + "latitude": "18.326732", + "longitude": "-65.652484", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00751", + "city": "Salinas", + "state": "PR", + "latitude": "17.993803", + "longitude": "-66.265340", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00752", + "city": "San Antonio", + "state": "PR", + "latitude": "18.493745", + "longitude": "-67.097726", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00754", + "city": "San Lorenzo", + "state": "PR", + "latitude": "18.156330", + "longitude": "-65.968310", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00757", + "city": "Santa Isabel", + "state": "PR", + "latitude": "17.986310", + "longitude": "-66.394570", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00761", + "city": "Utuado", + "state": "PR", + "latitude": "18.265445", + "longitude": "-66.702364", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00762", + "city": "Vega Alta", + "state": "PR", + "latitude": "18.420218", + "longitude": "-66.324284", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00763", + "city": "Monserrate", + "state": "PR", + "latitude": "18.452175", + "longitude": "-66.399836", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00764", + "city": "Vega Baja", + "state": "PR", + "latitude": "18.452084", + "longitude": "-66.397138", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00765", + "city": "Vieques", + "state": "PR", + "latitude": "18.125664", + "longitude": "-65.456030", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00766", + "city": "Villalba", + "state": "PR", + "latitude": "18.126023", + "longitude": "-66.482080", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00767", + "city": "Yabucoa", + "state": "PR", + "latitude": "18.072752", + "longitude": "-65.897030", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00768", + "city": "Yauco", + "state": "PR", + "latitude": "18.030715", + "longitude": "-66.856181", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00769", + "city": "Coamo", + "state": "PR", + "latitude": "18.092813", + "longitude": "-66.361100", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00771", + "city": "Las Piedras", + "state": "PR", + "latitude": "18.187440", + "longitude": "-65.870880", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00772", + "city": "Loiza", + "state": "PR", + "latitude": "18.427674", + "longitude": "-65.876050", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00773", + "city": "Luquillo", + "state": "PR", + "latitude": "18.361344", + "longitude": "-65.721330", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00775", + "city": "Culebra", + "state": "PR", + "latitude": "18.311149", + "longitude": "-65.292570", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00777", + "city": "Juncos", + "state": "PR", + "latitude": "18.224088", + "longitude": "-65.913160", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00778", + "city": "Gurabo", + "state": "PR", + "latitude": "18.258628", + "longitude": "-65.977910", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00780", + "city": "Coto Laurel", + "state": "PR", + "latitude": "18.068538", + "longitude": "-66.559390", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00782", + "city": "Comerio", + "state": "PR", + "latitude": "18.223348", + "longitude": "-66.226700", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00783", + "city": "Corozal", + "state": "PR", + "latitude": "18.304874", + "longitude": "-66.323050", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00784", + "city": "Guayama", + "state": "PR", + "latitude": "17.984137", + "longitude": "-66.127790", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00785", + "city": "Guayama", + "state": "PR", + "latitude": "18.018822", + "longitude": "-66.795603", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00786", + "city": "La Plata", + "state": "PR", + "latitude": "18.128092", + "longitude": "-66.268717", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00791", + "city": "Humacao", + "state": "PR", + "latitude": "18.147257", + "longitude": "-65.822690", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00792", + "city": "Humacao", + "state": "PR", + "latitude": "18.138029", + "longitude": "-65.788499", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00794", + "city": "Barranquitas", + "state": "PR", + "latitude": "18.204294", + "longitude": "-66.310580", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00795", + "city": "Juana Diaz", + "state": "PR", + "latitude": "18.036253", + "longitude": "-66.502890", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00801", + "city": "St Thomas", + "state": "VI", + "latitude": "18.322285", + "longitude": "-64.963715", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00802", + "city": "St Thomas", + "state": "VI", + "latitude": "18.322285", + "longitude": "-64.963715", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00803", + "city": "St Thomas", + "state": "VI", + "latitude": "18.322285", + "longitude": "-64.963715", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00804", + "city": "St Thomas", + "state": "VI", + "latitude": "18.322285", + "longitude": "-64.963715", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00805", + "city": "St Thomas", + "state": "VI", + "latitude": "18.322285", + "longitude": "-64.963715", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00820", + "city": "Christiansted", + "state": "VI", + "latitude": "17.734211", + "longitude": "-64.734694", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00821", + "city": "Christiansted", + "state": "VI", + "latitude": "17.734211", + "longitude": "-64.734694", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00822", + "city": "Christiansted", + "state": "VI", + "latitude": "17.734211", + "longitude": "-64.734694", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00823", + "city": "Christiansted", + "state": "VI", + "latitude": "17.734211", + "longitude": "-64.734694", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00824", + "city": "Christiansted", + "state": "VI", + "latitude": "17.734211", + "longitude": "-64.734694", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00830", + "city": "St John", + "state": "VI", + "latitude": "18.328160", + "longitude": "-64.740737", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00831", + "city": "St John", + "state": "VI", + "latitude": "18.328160", + "longitude": "-64.740737", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00840", + "city": "Frederiksted", + "state": "VI", + "latitude": "17.734211", + "longitude": "-64.734694", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00841", + "city": "Frederiksted", + "state": "VI", + "latitude": "17.734211", + "longitude": "-64.734694", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00850", + "city": "Kingshill", + "state": "VI", + "latitude": "17.734211", + "longitude": "-64.734694", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00851", + "city": "Kingshill", + "state": "VI", + "latitude": "17.734211", + "longitude": "-64.734694", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00901", + "city": "San Juan", + "state": "PR", + "latitude": "18.465426", + "longitude": "-66.107860", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00902", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00906", + "city": "San Juan", + "state": "PR", + "latitude": "18.464540", + "longitude": "-66.100790", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00907", + "city": "San Juan", + "state": "PR", + "latitude": "18.451131", + "longitude": "-66.077980", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00908", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00909", + "city": "San Juan", + "state": "PR", + "latitude": "18.442282", + "longitude": "-66.067640", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00910", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00911", + "city": "San Juan", + "state": "PR", + "latitude": "18.450090", + "longitude": "-66.057700", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00912", + "city": "San Juan", + "state": "PR", + "latitude": "18.445946", + "longitude": "-66.059280", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00913", + "city": "San Juan", + "state": "PR", + "latitude": "18.450907", + "longitude": "-66.042560", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00914", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00915", + "city": "San Juan", + "state": "PR", + "latitude": "18.436995", + "longitude": "-66.048880", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00916", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00917", + "city": "San Juan", + "state": "PR", + "latitude": "18.422263", + "longitude": "-66.051300", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00918", + "city": "San Juan", + "state": "PR", + "latitude": "18.417668", + "longitude": "-66.064940", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00919", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00920", + "city": "San Juan", + "state": "PR", + "latitude": "18.412420", + "longitude": "-66.090690", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00921", + "city": "San Juan", + "state": "PR", + "latitude": "18.394019", + "longitude": "-66.086330", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00922", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00923", + "city": "San Juan", + "state": "PR", + "latitude": "18.410681", + "longitude": "-66.038060", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00924", + "city": "San Juan", + "state": "PR", + "latitude": "18.401917", + "longitude": "-66.011940", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00925", + "city": "San Juan", + "state": "PR", + "latitude": "18.400006", + "longitude": "-66.050280", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00926", + "city": "San Juan", + "state": "PR", + "latitude": "18.361363", + "longitude": "-66.056200", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00927", + "city": "San Juan", + "state": "PR", + "latitude": "18.391840", + "longitude": "-66.068670", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00928", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00929", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00930", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00931", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00933", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00934", + "city": "Fort Buchanan", + "state": "PR", + "latitude": "18.413511", + "longitude": "-66.121980", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00935", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00936", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00937", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00938", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00939", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00940", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00949", + "city": "Toa Baja", + "state": "PR", + "latitude": "18.433173", + "longitude": "-66.204200", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00950", + "city": "Toa Baja", + "state": "PR", + "latitude": "18.457761", + "longitude": "-66.196503", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00951", + "city": "Toa Baja", + "state": "PR", + "latitude": "18.457761", + "longitude": "-66.196503", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00952", + "city": "Sabana Seca", + "state": "PR", + "latitude": "18.429218", + "longitude": "-66.180140", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00953", + "city": "Toa Alta", + "state": "PR", + "latitude": "18.368020", + "longitude": "-66.234140", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00954", + "city": "Toa Alta", + "state": "PR", + "latitude": "18.358939", + "longitude": "-66.258108", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00955", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00956", + "city": "Bayamon", + "state": "PR", + "latitude": "18.342160", + "longitude": "-66.166430", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00957", + "city": "Bayamon", + "state": "PR", + "latitude": "18.369674", + "longitude": "-66.186690", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00958", + "city": "Bayamon", + "state": "PR", + "latitude": "18.344870", + "longitude": "-66.166014", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00959", + "city": "Bayamon", + "state": "PR", + "latitude": "18.387063", + "longitude": "-66.159430", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00960", + "city": "Bayamon", + "state": "PR", + "latitude": "18.344870", + "longitude": "-66.166014", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00961", + "city": "Bayamon", + "state": "PR", + "latitude": "18.412462", + "longitude": "-66.160330", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00962", + "city": "Catano", + "state": "PR", + "latitude": "18.437683", + "longitude": "-66.138470", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00963", + "city": "Catano", + "state": "PR", + "latitude": "18.443217", + "longitude": "-66.139293", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00965", + "city": "Guaynabo", + "state": "PR", + "latitude": "18.431453", + "longitude": "-66.117030", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00966", + "city": "Guaynabo", + "state": "PR", + "latitude": "18.398507", + "longitude": "-66.115220", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00968", + "city": "Guaynabo", + "state": "PR", + "latitude": "18.408479", + "longitude": "-66.102500", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00969", + "city": "Guaynabo", + "state": "PR", + "latitude": "18.366981", + "longitude": "-66.108890", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00970", + "city": "Guaynabo", + "state": "PR", + "latitude": "18.359143", + "longitude": "-66.112295", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00971", + "city": "Guaynabo", + "state": "PR", + "latitude": "18.329688", + "longitude": "-66.118760", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00975", + "city": "San Juan", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00976", + "city": "Trujillo Alto", + "state": "PR", + "latitude": "18.346767", + "longitude": "-66.005610", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00977", + "city": "Trujillo Alto", + "state": "PR", + "latitude": "18.337004", + "longitude": "-65.990099", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00978", + "city": "St Just", + "state": "PR", + "latitude": "18.337004", + "longitude": "-65.990099", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00979", + "city": "Carolina", + "state": "PR", + "latitude": "18.431885", + "longitude": "-66.012700", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00981", + "city": "Carolina", + "state": "PR", + "latitude": "18.410462", + "longitude": "-66.060533", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00982", + "city": "Carolina", + "state": "PR", + "latitude": "18.409345", + "longitude": "-65.993130", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00983", + "city": "Carolina", + "state": "PR", + "latitude": "18.414408", + "longitude": "-65.975820", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00984", + "city": "Carolina", + "state": "PR", + "latitude": "18.393355", + "longitude": "-65.972495", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00985", + "city": "Carolina", + "state": "PR", + "latitude": "18.374896", + "longitude": "-65.946910", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00986", + "city": "Carolina", + "state": "PR", + "latitude": "18.393355", + "longitude": "-65.972495", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00987", + "city": "Carolina", + "state": "PR", + "latitude": "18.372228", + "longitude": "-65.962750", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "00988", + "city": "Carolina", + "state": "PR", + "latitude": "18.393355", + "longitude": "-65.972495", + "timezone": "-4", + "dst": "0" + }, + { + "zip": "01001", + "city": "Agawam", + "state": "MA", + "latitude": "42.070610", + "longitude": "-72.620290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01002", + "city": "Amherst", + "state": "MA", + "latitude": "42.377651", + "longitude": "-72.503230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01003", + "city": "Amherst", + "state": "MA", + "latitude": "42.369562", + "longitude": "-72.635990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01004", + "city": "Amherst", + "state": "MA", + "latitude": "42.384494", + "longitude": "-72.513183", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01005", + "city": "Barre", + "state": "MA", + "latitude": "42.412094", + "longitude": "-72.104430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01007", + "city": "Belchertown", + "state": "MA", + "latitude": "42.278424", + "longitude": "-72.411000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01008", + "city": "Blandford", + "state": "MA", + "latitude": "42.174313", + "longitude": "-72.948280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01009", + "city": "Bondsville", + "state": "MA", + "latitude": "42.206092", + "longitude": "-72.340486", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01010", + "city": "Brimfield", + "state": "MA", + "latitude": "42.126038", + "longitude": "-72.205520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01011", + "city": "Chester", + "state": "MA", + "latitude": "42.271442", + "longitude": "-73.019580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01012", + "city": "Chesterfield", + "state": "MA", + "latitude": "42.390836", + "longitude": "-72.843560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01013", + "city": "Chicopee", + "state": "MA", + "latitude": "42.161492", + "longitude": "-72.603160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01014", + "city": "Chicopee", + "state": "MA", + "latitude": "42.170731", + "longitude": "-72.604842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01020", + "city": "Chicopee", + "state": "MA", + "latitude": "42.175992", + "longitude": "-72.572650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01021", + "city": "Chicopee", + "state": "MA", + "latitude": "42.170731", + "longitude": "-72.604842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01022", + "city": "Chicopee", + "state": "MA", + "latitude": "42.196666", + "longitude": "-72.556060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01026", + "city": "Cummington", + "state": "MA", + "latitude": "42.465041", + "longitude": "-72.918130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01027", + "city": "Easthampton", + "state": "MA", + "latitude": "42.272790", + "longitude": "-72.686770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01028", + "city": "East Longmeadow", + "state": "MA", + "latitude": "42.066795", + "longitude": "-72.510200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01029", + "city": "East Otis", + "state": "MA", + "latitude": "42.175896", + "longitude": "-73.042040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01030", + "city": "Feeding Hills", + "state": "MA", + "latitude": "42.070774", + "longitude": "-72.672480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01031", + "city": "Gilbertville", + "state": "MA", + "latitude": "42.330710", + "longitude": "-72.188330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01032", + "city": "Goshen", + "state": "MA", + "latitude": "42.457920", + "longitude": "-72.815510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01033", + "city": "Granby", + "state": "MA", + "latitude": "42.254563", + "longitude": "-72.518310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01034", + "city": "Granville", + "state": "MA", + "latitude": "42.086224", + "longitude": "-72.944640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01035", + "city": "Hadley", + "state": "MA", + "latitude": "42.355490", + "longitude": "-72.573300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01036", + "city": "Hampden", + "state": "MA", + "latitude": "42.064703", + "longitude": "-72.417350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01037", + "city": "Hardwick", + "state": "MA", + "latitude": "42.374202", + "longitude": "-72.195240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01038", + "city": "Hatfield", + "state": "MA", + "latitude": "42.375155", + "longitude": "-72.608320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01039", + "city": "Haydenville", + "state": "MA", + "latitude": "42.381475", + "longitude": "-72.692590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01040", + "city": "Holyoke", + "state": "MA", + "latitude": "42.201891", + "longitude": "-72.624200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01041", + "city": "Holyoke", + "state": "MA", + "latitude": "42.170731", + "longitude": "-72.604842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01050", + "city": "Huntington", + "state": "MA", + "latitude": "42.290209", + "longitude": "-72.879420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01053", + "city": "Leeds", + "state": "MA", + "latitude": "42.353105", + "longitude": "-72.702060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01054", + "city": "Leverett", + "state": "MA", + "latitude": "42.479839", + "longitude": "-72.498790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01056", + "city": "Ludlow", + "state": "MA", + "latitude": "42.174893", + "longitude": "-72.470680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01057", + "city": "Monson", + "state": "MA", + "latitude": "42.089269", + "longitude": "-72.317000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01059", + "city": "North Amherst", + "state": "MA", + "latitude": "42.369562", + "longitude": "-72.635990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01060", + "city": "Northampton", + "state": "MA", + "latitude": "42.324539", + "longitude": "-72.635610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01061", + "city": "Northampton", + "state": "MA", + "latitude": "42.369562", + "longitude": "-72.635990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01062", + "city": "Florence", + "state": "MA", + "latitude": "42.324232", + "longitude": "-72.679150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01063", + "city": "Northampton", + "state": "MA", + "latitude": "42.317939", + "longitude": "-72.640234", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01066", + "city": "North Hatfield", + "state": "MA", + "latitude": "42.406697", + "longitude": "-72.633901", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01068", + "city": "Oakham", + "state": "MA", + "latitude": "42.349769", + "longitude": "-72.044130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01069", + "city": "Palmer", + "state": "MA", + "latitude": "42.176401", + "longitude": "-72.326460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01070", + "city": "Plainfield", + "state": "MA", + "latitude": "42.515853", + "longitude": "-72.916610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01071", + "city": "Russell", + "state": "MA", + "latitude": "42.165931", + "longitude": "-72.851530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01072", + "city": "Shutesbury", + "state": "MA", + "latitude": "42.486027", + "longitude": "-72.422080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01073", + "city": "Southampton", + "state": "MA", + "latitude": "42.223885", + "longitude": "-72.727770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01074", + "city": "South Barre", + "state": "MA", + "latitude": "42.375998", + "longitude": "-72.149388", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01075", + "city": "South Hadley", + "state": "MA", + "latitude": "42.234891", + "longitude": "-72.582430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01077", + "city": "Southwick", + "state": "MA", + "latitude": "42.052830", + "longitude": "-72.769660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01079", + "city": "Thorndike", + "state": "MA", + "latitude": "42.192892", + "longitude": "-72.329574", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01080", + "city": "Three Rivers", + "state": "MA", + "latitude": "42.180563", + "longitude": "-72.365180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01081", + "city": "Wales", + "state": "MA", + "latitude": "42.058024", + "longitude": "-72.225170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01082", + "city": "Ware", + "state": "MA", + "latitude": "42.270611", + "longitude": "-72.260670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01083", + "city": "Warren", + "state": "MA", + "latitude": "42.204680", + "longitude": "-72.202590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01084", + "city": "West Chesterfield", + "state": "MA", + "latitude": "42.379807", + "longitude": "-72.890430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01085", + "city": "Westfield", + "state": "MA", + "latitude": "42.133642", + "longitude": "-72.750290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01086", + "city": "Westfield", + "state": "MA", + "latitude": "42.173428", + "longitude": "-72.847964", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01088", + "city": "West Hatfield", + "state": "MA", + "latitude": "42.388831", + "longitude": "-72.632100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01089", + "city": "West Springfield", + "state": "MA", + "latitude": "42.112793", + "longitude": "-72.640660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01090", + "city": "West Springfield", + "state": "MA", + "latitude": "42.170731", + "longitude": "-72.604842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01092", + "city": "West Warren", + "state": "MA", + "latitude": "42.210777", + "longitude": "-72.239040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01093", + "city": "Whately", + "state": "MA", + "latitude": "42.442673", + "longitude": "-72.652511", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01094", + "city": "Wheelwright", + "state": "MA", + "latitude": "42.358201", + "longitude": "-72.140846", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01095", + "city": "Wilbraham", + "state": "MA", + "latitude": "42.125310", + "longitude": "-72.440570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01096", + "city": "Williamsburg", + "state": "MA", + "latitude": "42.415236", + "longitude": "-72.782710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01097", + "city": "Woronoco", + "state": "MA", + "latitude": "42.161743", + "longitude": "-72.845912", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01098", + "city": "Worthington", + "state": "MA", + "latitude": "42.399054", + "longitude": "-72.938710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01101", + "city": "Springfield", + "state": "MA", + "latitude": "42.170731", + "longitude": "-72.604842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01102", + "city": "Springfield", + "state": "MA", + "latitude": "42.170731", + "longitude": "-72.604842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01103", + "city": "Springfield", + "state": "MA", + "latitude": "42.103294", + "longitude": "-72.591120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01104", + "city": "Springfield", + "state": "MA", + "latitude": "42.130343", + "longitude": "-72.573380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01105", + "city": "Springfield", + "state": "MA", + "latitude": "42.096644", + "longitude": "-72.579800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01106", + "city": "Longmeadow", + "state": "MA", + "latitude": "42.050395", + "longitude": "-72.571200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01107", + "city": "Springfield", + "state": "MA", + "latitude": "42.120193", + "longitude": "-72.606100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01108", + "city": "Springfield", + "state": "MA", + "latitude": "42.084094", + "longitude": "-72.555230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01109", + "city": "Springfield", + "state": "MA", + "latitude": "42.116277", + "longitude": "-72.550310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01111", + "city": "Springfield", + "state": "MA", + "latitude": "42.170731", + "longitude": "-72.604842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01114", + "city": "Springfield", + "state": "MA", + "latitude": "42.170731", + "longitude": "-72.604842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01115", + "city": "Springfield", + "state": "MA", + "latitude": "42.102894", + "longitude": "-72.591633", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01116", + "city": "Longmeadow", + "state": "MA", + "latitude": "42.170731", + "longitude": "-72.604842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01118", + "city": "Springfield", + "state": "MA", + "latitude": "42.093144", + "longitude": "-72.529100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01119", + "city": "Springfield", + "state": "MA", + "latitude": "42.128442", + "longitude": "-72.509320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01128", + "city": "Springfield", + "state": "MA", + "latitude": "42.095344", + "longitude": "-72.488570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01129", + "city": "Springfield", + "state": "MA", + "latitude": "42.121031", + "longitude": "-72.489600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01133", + "city": "Springfield", + "state": "MA", + "latitude": "42.170731", + "longitude": "-72.604842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01138", + "city": "Springfield", + "state": "MA", + "latitude": "42.170731", + "longitude": "-72.604842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01139", + "city": "Springfield", + "state": "MA", + "latitude": "42.170731", + "longitude": "-72.604842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01144", + "city": "Springfield", + "state": "MA", + "latitude": "42.101796", + "longitude": "-72.591510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01151", + "city": "Indian Orchard", + "state": "MA", + "latitude": "42.153926", + "longitude": "-72.505310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01152", + "city": "Springfield", + "state": "MA", + "latitude": "42.170731", + "longitude": "-72.604842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01199", + "city": "Springfield", + "state": "MA", + "latitude": "42.119943", + "longitude": "-72.604983", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01201", + "city": "Pittsfield", + "state": "MA", + "latitude": "42.453840", + "longitude": "-73.254000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01202", + "city": "Pittsfield", + "state": "MA", + "latitude": "42.392900", + "longitude": "-73.228483", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01203", + "city": "Pittsfield", + "state": "MA", + "latitude": "42.392900", + "longitude": "-73.228483", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01220", + "city": "Adams", + "state": "MA", + "latitude": "42.619727", + "longitude": "-73.118420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01222", + "city": "Ashley Falls", + "state": "MA", + "latitude": "42.057496", + "longitude": "-73.321770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01223", + "city": "Becket", + "state": "MA", + "latitude": "42.314449", + "longitude": "-73.093350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01224", + "city": "Berkshire", + "state": "MA", + "latitude": "42.392900", + "longitude": "-73.228483", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01225", + "city": "Cheshire", + "state": "MA", + "latitude": "42.551731", + "longitude": "-73.165300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01226", + "city": "Dalton", + "state": "MA", + "latitude": "42.476575", + "longitude": "-73.115470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01227", + "city": "Dalton", + "state": "MA", + "latitude": "42.516145", + "longitude": "-73.092852", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01229", + "city": "Glendale", + "state": "MA", + "latitude": "42.279292", + "longitude": "-73.343545", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01230", + "city": "Great Barrington", + "state": "MA", + "latitude": "42.189715", + "longitude": "-73.352490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01231", + "city": "Sheffield", + "state": "MA", + "latitude": "42.153001", + "longitude": "-73.298131", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01235", + "city": "Hinsdale", + "state": "MA", + "latitude": "42.433661", + "longitude": "-73.092780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01236", + "city": "Housatonic", + "state": "MA", + "latitude": "42.266874", + "longitude": "-73.362360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01237", + "city": "Lanesboro", + "state": "MA", + "latitude": "42.557346", + "longitude": "-73.243640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01238", + "city": "Lee", + "state": "MA", + "latitude": "42.299263", + "longitude": "-73.232700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01240", + "city": "Lenox", + "state": "MA", + "latitude": "42.362370", + "longitude": "-73.276830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01242", + "city": "Lenox Dale", + "state": "MA", + "latitude": "42.336557", + "longitude": "-73.245990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01243", + "city": "Middlefield", + "state": "MA", + "latitude": "42.356088", + "longitude": "-73.010448", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01244", + "city": "Mill River", + "state": "MA", + "latitude": "42.139104", + "longitude": "-73.203120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01245", + "city": "Monterey", + "state": "MA", + "latitude": "42.180659", + "longitude": "-73.208490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01247", + "city": "North Adams", + "state": "MA", + "latitude": "42.696064", + "longitude": "-73.101450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01252", + "city": "North Egremont", + "state": "MA", + "latitude": "42.198648", + "longitude": "-73.446234", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01253", + "city": "Otis", + "state": "MA", + "latitude": "42.198403", + "longitude": "-73.102050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01254", + "city": "Richmond", + "state": "MA", + "latitude": "42.374711", + "longitude": "-73.363360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01255", + "city": "Sandisfield", + "state": "MA", + "latitude": "42.088973", + "longitude": "-73.124440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01256", + "city": "Savoy", + "state": "MA", + "latitude": "42.592506", + "longitude": "-73.011230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01257", + "city": "Sheffield", + "state": "MA", + "latitude": "42.102694", + "longitude": "-73.365910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01258", + "city": "South Egremont", + "state": "MA", + "latitude": "42.103122", + "longitude": "-73.457340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01259", + "city": "Southfield", + "state": "MA", + "latitude": "42.064500", + "longitude": "-73.246740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01260", + "city": "South Lee", + "state": "MA", + "latitude": "42.286586", + "longitude": "-73.313274", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01262", + "city": "Stockbridge", + "state": "MA", + "latitude": "42.283216", + "longitude": "-73.314230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01263", + "city": "Stockbridge", + "state": "MA", + "latitude": "42.392900", + "longitude": "-73.228483", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01264", + "city": "Tyringham", + "state": "MA", + "latitude": "42.224905", + "longitude": "-73.203940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01266", + "city": "West Stockbridge", + "state": "MA", + "latitude": "42.328535", + "longitude": "-73.364070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01267", + "city": "Williamstown", + "state": "MA", + "latitude": "42.689962", + "longitude": "-73.223550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01270", + "city": "Windsor", + "state": "MA", + "latitude": "42.443726", + "longitude": "-73.116127", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01301", + "city": "Greenfield", + "state": "MA", + "latitude": "42.605524", + "longitude": "-72.600980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01302", + "city": "Greenfield", + "state": "MA", + "latitude": "42.522178", + "longitude": "-72.624164", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01330", + "city": "Ashfield", + "state": "MA", + "latitude": "42.521131", + "longitude": "-72.811160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01331", + "city": "Athol", + "state": "MA", + "latitude": "42.579931", + "longitude": "-72.208360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01337", + "city": "Bernardston", + "state": "MA", + "latitude": "42.678023", + "longitude": "-72.555690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01338", + "city": "Buckland", + "state": "MA", + "latitude": "42.569498", + "longitude": "-72.802000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01339", + "city": "Charlemont", + "state": "MA", + "latitude": "42.626858", + "longitude": "-72.879390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01340", + "city": "Colrain", + "state": "MA", + "latitude": "42.673371", + "longitude": "-72.731040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01341", + "city": "Conway", + "state": "MA", + "latitude": "42.508313", + "longitude": "-72.704030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01342", + "city": "Deerfield", + "state": "MA", + "latitude": "42.542322", + "longitude": "-72.609100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01343", + "city": "Drury", + "state": "MA", + "latitude": "42.642666", + "longitude": "-72.986231", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01344", + "city": "Erving", + "state": "MA", + "latitude": "42.607051", + "longitude": "-72.413960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01346", + "city": "Heath", + "state": "MA", + "latitude": "42.669255", + "longitude": "-72.804940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01347", + "city": "Lake Pleasant", + "state": "MA", + "latitude": "42.556558", + "longitude": "-72.518104", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01349", + "city": "Turners Falls", + "state": "MA", + "latitude": "42.573700", + "longitude": "-72.505250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01350", + "city": "Monroe Bridge", + "state": "MA", + "latitude": "42.712257", + "longitude": "-72.976290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01351", + "city": "Montague", + "state": "MA", + "latitude": "42.534976", + "longitude": "-72.525220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01354", + "city": "Northfield", + "state": "MA", + "latitude": "42.522178", + "longitude": "-72.624164", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01355", + "city": "New Salem", + "state": "MA", + "latitude": "42.485899", + "longitude": "-72.333450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01360", + "city": "Northfield", + "state": "MA", + "latitude": "42.682285", + "longitude": "-72.456490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01364", + "city": "Orange", + "state": "MA", + "latitude": "42.599614", + "longitude": "-72.292630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01366", + "city": "Petersham", + "state": "MA", + "latitude": "42.474718", + "longitude": "-72.212260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01367", + "city": "Rowe", + "state": "MA", + "latitude": "42.694883", + "longitude": "-72.909620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01368", + "city": "Royalston", + "state": "MA", + "latitude": "42.671012", + "longitude": "-72.169990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01369", + "city": "Shattuckville", + "state": "MA", + "latitude": "42.522178", + "longitude": "-72.624164", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01370", + "city": "Shelburne Falls", + "state": "MA", + "latitude": "42.603447", + "longitude": "-72.727540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01373", + "city": "South Deerfield", + "state": "MA", + "latitude": "42.472734", + "longitude": "-72.624520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01374", + "city": "Charlemont", + "state": "MA", + "latitude": "42.636459", + "longitude": "-72.798742", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01375", + "city": "Sunderland", + "state": "MA", + "latitude": "42.449978", + "longitude": "-72.563020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01376", + "city": "Turners Falls", + "state": "MA", + "latitude": "42.609425", + "longitude": "-72.544380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01378", + "city": "Warwick", + "state": "MA", + "latitude": "42.667152", + "longitude": "-72.327290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01379", + "city": "Wendell", + "state": "MA", + "latitude": "42.547274", + "longitude": "-72.417240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01380", + "city": "Wendell Depot", + "state": "MA", + "latitude": "42.594455", + "longitude": "-72.363140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01393", + "city": "Whately", + "state": "MA", + "latitude": "42.459814", + "longitude": "-72.593626", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01420", + "city": "Fitchburg", + "state": "MA", + "latitude": "42.578689", + "longitude": "-71.803380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01427", + "city": "Westborough", + "state": "MA", + "latitude": "42.286575", + "longitude": "-71.585753", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01430", + "city": "Ashburnham", + "state": "MA", + "latitude": "42.658768", + "longitude": "-71.932870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01431", + "city": "Ashby", + "state": "MA", + "latitude": "42.672005", + "longitude": "-71.813700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01432", + "city": "Ayer", + "state": "MA", + "latitude": "42.549821", + "longitude": "-71.591360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01436", + "city": "Baldwinville", + "state": "MA", + "latitude": "42.608903", + "longitude": "-72.080210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01438", + "city": "East Templeton", + "state": "MA", + "latitude": "42.563367", + "longitude": "-72.034980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01440", + "city": "Gardner", + "state": "MA", + "latitude": "42.575355", + "longitude": "-71.991830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01441", + "city": "Gardner", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01450", + "city": "Groton", + "state": "MA", + "latitude": "42.609887", + "longitude": "-71.557220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01451", + "city": "Harvard", + "state": "MA", + "latitude": "42.505928", + "longitude": "-71.588800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01452", + "city": "Hubbardston", + "state": "MA", + "latitude": "42.477515", + "longitude": "-71.996540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01453", + "city": "Leominster", + "state": "MA", + "latitude": "42.526523", + "longitude": "-71.753580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01460", + "city": "Littleton", + "state": "MA", + "latitude": "42.540052", + "longitude": "-71.490850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01462", + "city": "Lunenburg", + "state": "MA", + "latitude": "42.582839", + "longitude": "-71.720510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01463", + "city": "Pepperell", + "state": "MA", + "latitude": "42.665686", + "longitude": "-71.592900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01464", + "city": "Shirley", + "state": "MA", + "latitude": "42.559289", + "longitude": "-71.645550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01467", + "city": "Still River", + "state": "MA", + "latitude": "42.488666", + "longitude": "-71.624120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01468", + "city": "Templeton", + "state": "MA", + "latitude": "42.557796", + "longitude": "-72.068240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01469", + "city": "Townsend", + "state": "MA", + "latitude": "42.658738", + "longitude": "-71.692040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01470", + "city": "Groton", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01471", + "city": "Groton", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01472", + "city": "West Groton", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01473", + "city": "Westminster", + "state": "MA", + "latitude": "42.544622", + "longitude": "-71.902100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01474", + "city": "West Townsend", + "state": "MA", + "latitude": "42.669408", + "longitude": "-71.745780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01475", + "city": "Winchendon", + "state": "MA", + "latitude": "42.675441", + "longitude": "-72.046700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01477", + "city": "Winchendon Springs", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01501", + "city": "Auburn", + "state": "MA", + "latitude": "42.203610", + "longitude": "-71.838430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01503", + "city": "Berlin", + "state": "MA", + "latitude": "42.380562", + "longitude": "-71.626650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01504", + "city": "Blackstone", + "state": "MA", + "latitude": "42.028147", + "longitude": "-71.529990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01505", + "city": "Boylston", + "state": "MA", + "latitude": "42.338392", + "longitude": "-71.730260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01506", + "city": "Brookfield", + "state": "MA", + "latitude": "42.200374", + "longitude": "-72.097870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01507", + "city": "Charlton", + "state": "MA", + "latitude": "42.135142", + "longitude": "-71.969610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01508", + "city": "Charlton City", + "state": "MA", + "latitude": "42.109748", + "longitude": "-72.079455", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01509", + "city": "Charlton Depot", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01510", + "city": "Clinton", + "state": "MA", + "latitude": "42.418836", + "longitude": "-71.684820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01515", + "city": "East Brookfield", + "state": "MA", + "latitude": "42.212777", + "longitude": "-72.053110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01516", + "city": "Douglas", + "state": "MA", + "latitude": "42.061437", + "longitude": "-71.728870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01517", + "city": "East Princeton", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01518", + "city": "Fiskdale", + "state": "MA", + "latitude": "42.125150", + "longitude": "-72.123930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01519", + "city": "Grafton", + "state": "MA", + "latitude": "42.201674", + "longitude": "-71.687710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01520", + "city": "Holden", + "state": "MA", + "latitude": "42.338962", + "longitude": "-71.844340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01521", + "city": "Holland", + "state": "MA", + "latitude": "42.054676", + "longitude": "-72.161370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01522", + "city": "Jefferson", + "state": "MA", + "latitude": "42.369658", + "longitude": "-71.874180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01523", + "city": "Lancaster", + "state": "MA", + "latitude": "42.473131", + "longitude": "-71.679460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01524", + "city": "Leicester", + "state": "MA", + "latitude": "42.238942", + "longitude": "-71.919080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01525", + "city": "Linwood", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01526", + "city": "Manchaug", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01527", + "city": "Millbury", + "state": "MA", + "latitude": "42.196144", + "longitude": "-71.762720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01529", + "city": "Millville", + "state": "MA", + "latitude": "42.036396", + "longitude": "-71.577980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01531", + "city": "New Braintree", + "state": "MA", + "latitude": "42.317121", + "longitude": "-72.122480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01532", + "city": "Northborough", + "state": "MA", + "latitude": "42.321917", + "longitude": "-71.646920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01534", + "city": "Northbridge", + "state": "MA", + "latitude": "42.140741", + "longitude": "-71.643760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01535", + "city": "North Brookfield", + "state": "MA", + "latitude": "42.267274", + "longitude": "-72.078230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01536", + "city": "North Grafton", + "state": "MA", + "latitude": "42.231444", + "longitude": "-71.705230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01537", + "city": "North Oxford", + "state": "MA", + "latitude": "42.170846", + "longitude": "-71.889890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01538", + "city": "North Uxbridge", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01540", + "city": "Oxford", + "state": "MA", + "latitude": "42.117527", + "longitude": "-71.865700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01541", + "city": "Princeton", + "state": "MA", + "latitude": "42.451569", + "longitude": "-71.882000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01542", + "city": "Rochdale", + "state": "MA", + "latitude": "42.194793", + "longitude": "-71.906510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01543", + "city": "Rutland", + "state": "MA", + "latitude": "42.380877", + "longitude": "-71.964270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01545", + "city": "Shrewsbury", + "state": "MA", + "latitude": "42.286643", + "longitude": "-71.725020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01546", + "city": "Shrewsbury", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01550", + "city": "Southbridge", + "state": "MA", + "latitude": "42.070827", + "longitude": "-72.035330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01560", + "city": "South Grafton", + "state": "MA", + "latitude": "42.177462", + "longitude": "-71.693820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01561", + "city": "South Lancaster", + "state": "MA", + "latitude": "42.443539", + "longitude": "-71.686137", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01562", + "city": "Spencer", + "state": "MA", + "latitude": "42.247212", + "longitude": "-71.992270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01564", + "city": "Sterling", + "state": "MA", + "latitude": "42.436875", + "longitude": "-71.773330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01566", + "city": "Sturbridge", + "state": "MA", + "latitude": "42.104581", + "longitude": "-72.085840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01568", + "city": "Upton", + "state": "MA", + "latitude": "42.173820", + "longitude": "-71.609710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01569", + "city": "Uxbridge", + "state": "MA", + "latitude": "42.064978", + "longitude": "-71.629920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01570", + "city": "Webster", + "state": "MA", + "latitude": "42.047728", + "longitude": "-71.861080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01571", + "city": "Dudley", + "state": "MA", + "latitude": "42.049864", + "longitude": "-71.917300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01580", + "city": "Westborough", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01581", + "city": "Westborough", + "state": "MA", + "latitude": "42.269845", + "longitude": "-71.614080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01582", + "city": "Westborough", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01583", + "city": "West Boylston", + "state": "MA", + "latitude": "42.359842", + "longitude": "-71.787000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01585", + "city": "West Brookfield", + "state": "MA", + "latitude": "42.242965", + "longitude": "-72.167340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01586", + "city": "West Millbury", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01588", + "city": "Whitinsville", + "state": "MA", + "latitude": "42.114195", + "longitude": "-71.672250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01590", + "city": "Sutton", + "state": "MA", + "latitude": "42.131028", + "longitude": "-71.751210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01601", + "city": "Worcester", + "state": "MA", + "latitude": "42.265275", + "longitude": "-71.879415", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01602", + "city": "Worcester", + "state": "MA", + "latitude": "42.272359", + "longitude": "-71.844820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01603", + "city": "Worcester", + "state": "MA", + "latitude": "42.240526", + "longitude": "-71.837760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01604", + "city": "Worcester", + "state": "MA", + "latitude": "42.255393", + "longitude": "-71.774590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01605", + "city": "Worcester", + "state": "MA", + "latitude": "42.286543", + "longitude": "-71.788460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01606", + "city": "Worcester", + "state": "MA", + "latitude": "42.311342", + "longitude": "-71.795310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01607", + "city": "Worcester", + "state": "MA", + "latitude": "42.229543", + "longitude": "-71.795010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01608", + "city": "Worcester", + "state": "MA", + "latitude": "42.261343", + "longitude": "-71.801730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01609", + "city": "Worcester", + "state": "MA", + "latitude": "42.271743", + "longitude": "-71.813480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01610", + "city": "Worcester", + "state": "MA", + "latitude": "42.248493", + "longitude": "-71.807930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01611", + "city": "Cherry Valley", + "state": "MA", + "latitude": "42.238449", + "longitude": "-71.871390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01612", + "city": "Paxton", + "state": "MA", + "latitude": "42.307591", + "longitude": "-71.919290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01613", + "city": "Worcester", + "state": "MA", + "latitude": "42.293316", + "longitude": "-71.801971", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01614", + "city": "Worcester", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01615", + "city": "Worcester", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01634", + "city": "Tolland", + "state": "MA", + "latitude": "42.069484", + "longitude": "-72.999433", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01653", + "city": "Worcester", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01654", + "city": "Worcester", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01655", + "city": "Worcester", + "state": "MA", + "latitude": "42.364807", + "longitude": "-71.896868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01701", + "city": "Framingham", + "state": "MA", + "latitude": "42.318695", + "longitude": "-71.423440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01702", + "city": "Framingham", + "state": "MA", + "latitude": "42.283995", + "longitude": "-71.421610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01703", + "city": "Framingham", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01704", + "city": "Framingham", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01705", + "city": "Framingham", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01718", + "city": "Village Of Nagog Woods", + "state": "MA", + "latitude": "42.519739", + "longitude": "-71.427210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01719", + "city": "Boxborough", + "state": "MA", + "latitude": "42.486259", + "longitude": "-71.512440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01720", + "city": "Acton", + "state": "MA", + "latitude": "42.477142", + "longitude": "-71.442200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01721", + "city": "Ashland", + "state": "MA", + "latitude": "42.257956", + "longitude": "-71.458860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01730", + "city": "Bedford", + "state": "MA", + "latitude": "42.496679", + "longitude": "-71.275040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01731", + "city": "Hanscom AFB", + "state": "MA", + "latitude": "42.459085", + "longitude": "-71.275560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01740", + "city": "Bolton", + "state": "MA", + "latitude": "42.437086", + "longitude": "-71.612660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01741", + "city": "Carlisle", + "state": "MA", + "latitude": "42.528600", + "longitude": "-71.350840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01742", + "city": "Concord", + "state": "MA", + "latitude": "42.457201", + "longitude": "-71.374780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01745", + "city": "Fayville", + "state": "MA", + "latitude": "42.295544", + "longitude": "-71.504680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01746", + "city": "Holliston", + "state": "MA", + "latitude": "42.196065", + "longitude": "-71.437970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01747", + "city": "Hopedale", + "state": "MA", + "latitude": "42.125536", + "longitude": "-71.536620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01748", + "city": "Hopkinton", + "state": "MA", + "latitude": "42.220447", + "longitude": "-71.534180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01749", + "city": "Hudson", + "state": "MA", + "latitude": "42.389813", + "longitude": "-71.557910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01750", + "city": "Natick", + "state": "MA", + "latitude": "42.273817", + "longitude": "-71.378157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01752", + "city": "Marlborough", + "state": "MA", + "latitude": "42.350909", + "longitude": "-71.547530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01754", + "city": "Maynard", + "state": "MA", + "latitude": "42.430781", + "longitude": "-71.455940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01756", + "city": "Mendon", + "state": "MA", + "latitude": "42.092006", + "longitude": "-71.544740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01757", + "city": "Milford", + "state": "MA", + "latitude": "42.149176", + "longitude": "-71.521490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01760", + "city": "Natick", + "state": "MA", + "latitude": "42.290763", + "longitude": "-71.353680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01770", + "city": "Sherborn", + "state": "MA", + "latitude": "42.231025", + "longitude": "-71.372020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01772", + "city": "Southborough", + "state": "MA", + "latitude": "42.297643", + "longitude": "-71.533690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01773", + "city": "Lincoln", + "state": "MA", + "latitude": "42.425537", + "longitude": "-71.303160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01775", + "city": "Stow", + "state": "MA", + "latitude": "42.423882", + "longitude": "-71.510860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01776", + "city": "Sudbury", + "state": "MA", + "latitude": "42.385320", + "longitude": "-71.429890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01778", + "city": "Wayland", + "state": "MA", + "latitude": "42.345583", + "longitude": "-71.356430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01784", + "city": "Woodville", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01801", + "city": "Woburn", + "state": "MA", + "latitude": "42.484545", + "longitude": "-71.152060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01803", + "city": "Burlington", + "state": "MA", + "latitude": "42.506362", + "longitude": "-71.200080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01805", + "city": "Burlington", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01806", + "city": "Woburn", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01807", + "city": "Woburn", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01808", + "city": "Woburn", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01810", + "city": "Andover", + "state": "MA", + "latitude": "42.646942", + "longitude": "-71.151300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01812", + "city": "Andover", + "state": "MA", + "latitude": "42.647191", + "longitude": "-71.184202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01813", + "city": "Woburn", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01815", + "city": "Woburn", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01820", + "city": "Pinehurst", + "state": "MA", + "latitude": "42.540779", + "longitude": "-71.238175", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01821", + "city": "Billerica", + "state": "MA", + "latitude": "42.548050", + "longitude": "-71.250540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01822", + "city": "Billerica", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01823", + "city": "Haverhill", + "state": "MA", + "latitude": "42.800429", + "longitude": "-71.110870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01824", + "city": "Chelmsford", + "state": "MA", + "latitude": "42.595491", + "longitude": "-71.354400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01826", + "city": "Dracut", + "state": "MA", + "latitude": "42.677772", + "longitude": "-71.316000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01827", + "city": "Dunstable", + "state": "MA", + "latitude": "42.671356", + "longitude": "-71.502920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01830", + "city": "Haverhill", + "state": "MA", + "latitude": "42.785190", + "longitude": "-71.070110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01831", + "city": "Haverhill", + "state": "MA", + "latitude": "42.771095", + "longitude": "-71.122054", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01832", + "city": "Haverhill", + "state": "MA", + "latitude": "42.781357", + "longitude": "-71.110230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01833", + "city": "Georgetown", + "state": "MA", + "latitude": "42.729437", + "longitude": "-70.982910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01834", + "city": "Groveland", + "state": "MA", + "latitude": "42.750691", + "longitude": "-71.024870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01835", + "city": "Haverhill", + "state": "MA", + "latitude": "42.757767", + "longitude": "-71.085180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01840", + "city": "Lawrence", + "state": "MA", + "latitude": "42.706941", + "longitude": "-71.161810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01841", + "city": "Lawrence", + "state": "MA", + "latitude": "42.711590", + "longitude": "-71.166670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01842", + "city": "Lawrence", + "state": "MA", + "latitude": "42.635443", + "longitude": "-70.879123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01843", + "city": "Lawrence", + "state": "MA", + "latitude": "42.691091", + "longitude": "-71.160780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01844", + "city": "Methuen", + "state": "MA", + "latitude": "42.730040", + "longitude": "-71.179350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01845", + "city": "North Andover", + "state": "MA", + "latitude": "42.683841", + "longitude": "-71.111710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01850", + "city": "Lowell", + "state": "MA", + "latitude": "42.655791", + "longitude": "-71.305040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01851", + "city": "Lowell", + "state": "MA", + "latitude": "42.630915", + "longitude": "-71.332380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01852", + "city": "Lowell", + "state": "MA", + "latitude": "42.634112", + "longitude": "-71.298490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01853", + "city": "Lowell", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01854", + "city": "Lowell", + "state": "MA", + "latitude": "42.649758", + "longitude": "-71.333480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01856", + "city": "Lowell", + "state": "MA", + "latitude": "42.641779", + "longitude": "-71.303488", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01860", + "city": "Merrimac", + "state": "MA", + "latitude": "42.834246", + "longitude": "-71.002070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01862", + "city": "North Billerica", + "state": "MA", + "latitude": "42.573592", + "longitude": "-71.291100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01863", + "city": "North Chelmsford", + "state": "MA", + "latitude": "42.634199", + "longitude": "-71.393220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01864", + "city": "North Reading", + "state": "MA", + "latitude": "42.583436", + "longitude": "-71.098200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01865", + "city": "Nutting Lake", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01866", + "city": "Pinehurst", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01867", + "city": "Reading", + "state": "MA", + "latitude": "42.525850", + "longitude": "-71.109930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01876", + "city": "Tewksbury", + "state": "MA", + "latitude": "42.601684", + "longitude": "-71.220710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01879", + "city": "Tyngsboro", + "state": "MA", + "latitude": "42.671589", + "longitude": "-71.416940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01880", + "city": "Wakefield", + "state": "MA", + "latitude": "42.501345", + "longitude": "-71.071320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01885", + "city": "West Boxford", + "state": "MA", + "latitude": "42.635443", + "longitude": "-70.879123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01886", + "city": "Westford", + "state": "MA", + "latitude": "42.592086", + "longitude": "-71.437540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01887", + "city": "Wilmington", + "state": "MA", + "latitude": "42.558576", + "longitude": "-71.170310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01888", + "city": "Woburn", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01889", + "city": "North Reading", + "state": "MA", + "latitude": "42.571633", + "longitude": "-71.109646", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01890", + "city": "Winchester", + "state": "MA", + "latitude": "42.451945", + "longitude": "-71.142760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01899", + "city": "Andover", + "state": "MA", + "latitude": "42.635443", + "longitude": "-70.879123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01901", + "city": "Lynn", + "state": "MA", + "latitude": "42.461246", + "longitude": "-70.946743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01902", + "city": "Lynn", + "state": "MA", + "latitude": "42.469946", + "longitude": "-70.941130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01903", + "city": "Lynn", + "state": "MA", + "latitude": "42.635443", + "longitude": "-70.879123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01904", + "city": "Lynn", + "state": "MA", + "latitude": "42.490421", + "longitude": "-70.965790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01905", + "city": "Lynn", + "state": "MA", + "latitude": "42.464879", + "longitude": "-70.974110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01906", + "city": "Saugus", + "state": "MA", + "latitude": "42.462796", + "longitude": "-71.009800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01907", + "city": "Swampscott", + "state": "MA", + "latitude": "42.474409", + "longitude": "-70.905880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01908", + "city": "Nahant", + "state": "MA", + "latitude": "42.427096", + "longitude": "-70.928090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01910", + "city": "Lynn", + "state": "MA", + "latitude": "42.454796", + "longitude": "-70.974694", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01913", + "city": "Amesbury", + "state": "MA", + "latitude": "42.854423", + "longitude": "-70.935470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01915", + "city": "Beverly", + "state": "MA", + "latitude": "42.560995", + "longitude": "-70.875700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01921", + "city": "Boxford", + "state": "MA", + "latitude": "42.677869", + "longitude": "-71.008440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01922", + "city": "Byfield", + "state": "MA", + "latitude": "42.760870", + "longitude": "-70.926480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01923", + "city": "Danvers", + "state": "MA", + "latitude": "42.569756", + "longitude": "-70.943220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01929", + "city": "Essex", + "state": "MA", + "latitude": "42.631753", + "longitude": "-70.779250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01930", + "city": "Gloucester", + "state": "MA", + "latitude": "42.624015", + "longitude": "-70.675520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01931", + "city": "Gloucester", + "state": "MA", + "latitude": "42.635443", + "longitude": "-70.879123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01936", + "city": "Hamilton", + "state": "MA", + "latitude": "42.635443", + "longitude": "-70.879123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01937", + "city": "Hathorne", + "state": "MA", + "latitude": "42.635443", + "longitude": "-70.879123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01938", + "city": "Ipswich", + "state": "MA", + "latitude": "42.682965", + "longitude": "-70.840070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01940", + "city": "Lynnfield", + "state": "MA", + "latitude": "42.527895", + "longitude": "-71.028340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01944", + "city": "Manchester", + "state": "MA", + "latitude": "42.580033", + "longitude": "-70.764620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01945", + "city": "Marblehead", + "state": "MA", + "latitude": "42.497146", + "longitude": "-70.863230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01947", + "city": "Salem", + "state": "MA", + "latitude": "42.642845", + "longitude": "-70.873647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01949", + "city": "Middleton", + "state": "MA", + "latitude": "42.602278", + "longitude": "-71.013560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01950", + "city": "Newburyport", + "state": "MA", + "latitude": "42.809891", + "longitude": "-70.863630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01951", + "city": "Newbury", + "state": "MA", + "latitude": "42.780141", + "longitude": "-70.868660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01952", + "city": "Salisbury", + "state": "MA", + "latitude": "42.850480", + "longitude": "-70.861530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01960", + "city": "Peabody", + "state": "MA", + "latitude": "42.534045", + "longitude": "-70.961460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01961", + "city": "Peabody", + "state": "MA", + "latitude": "42.635443", + "longitude": "-70.879123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01965", + "city": "Prides Crossing", + "state": "MA", + "latitude": "42.558113", + "longitude": "-70.825743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01966", + "city": "Rockport", + "state": "MA", + "latitude": "42.659936", + "longitude": "-70.617270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01969", + "city": "Rowley", + "state": "MA", + "latitude": "42.716708", + "longitude": "-70.908990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01970", + "city": "Salem", + "state": "MA", + "latitude": "42.516845", + "longitude": "-70.898500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01971", + "city": "Salem", + "state": "MA", + "latitude": "42.635443", + "longitude": "-70.879123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01982", + "city": "South Hamilton", + "state": "MA", + "latitude": "42.616643", + "longitude": "-70.865130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01983", + "city": "Topsfield", + "state": "MA", + "latitude": "42.642471", + "longitude": "-70.944240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01984", + "city": "Wenham", + "state": "MA", + "latitude": "42.600518", + "longitude": "-70.876180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "01985", + "city": "West Newbury", + "state": "MA", + "latitude": "42.790736", + "longitude": "-70.972860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02018", + "city": "Accord", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02019", + "city": "Bellingham", + "state": "MA", + "latitude": "42.075122", + "longitude": "-71.479530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02020", + "city": "Brant Rock", + "state": "MA", + "latitude": "42.081825", + "longitude": "-70.643868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02021", + "city": "Canton", + "state": "MA", + "latitude": "42.166776", + "longitude": "-71.134300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02025", + "city": "Cohasset", + "state": "MA", + "latitude": "42.241908", + "longitude": "-70.812230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02026", + "city": "Dedham", + "state": "MA", + "latitude": "42.244609", + "longitude": "-71.165530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02027", + "city": "Dedham", + "state": "MA", + "latitude": "42.180048", + "longitude": "-71.089230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02029", + "city": "Providence", + "state": "RI", + "latitude": "41.817398", + "longitude": "-71.453674", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02030", + "city": "Dover", + "state": "MA", + "latitude": "42.238880", + "longitude": "-71.282410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02031", + "city": "East Mansfield", + "state": "MA", + "latitude": "41.998799", + "longitude": "-71.200894", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02032", + "city": "East Walpole", + "state": "MA", + "latitude": "42.153912", + "longitude": "-71.213620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02035", + "city": "Foxboro", + "state": "MA", + "latitude": "42.061427", + "longitude": "-71.242320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02038", + "city": "Franklin", + "state": "MA", + "latitude": "42.089104", + "longitude": "-71.406900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02040", + "city": "Greenbush", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02041", + "city": "Green Harbor", + "state": "MA", + "latitude": "42.069642", + "longitude": "-70.649075", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02043", + "city": "Hingham", + "state": "MA", + "latitude": "42.225708", + "longitude": "-70.887640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02044", + "city": "Hingham", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02045", + "city": "Hull", + "state": "MA", + "latitude": "42.286347", + "longitude": "-70.876630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02047", + "city": "Humarock", + "state": "MA", + "latitude": "42.142836", + "longitude": "-70.693530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02048", + "city": "Mansfield", + "state": "MA", + "latitude": "42.019982", + "longitude": "-71.219100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02050", + "city": "Marshfield", + "state": "MA", + "latitude": "42.109763", + "longitude": "-70.691720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02051", + "city": "Marshfield Hills", + "state": "MA", + "latitude": "42.151202", + "longitude": "-70.734146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02052", + "city": "Medfield", + "state": "MA", + "latitude": "42.185571", + "longitude": "-71.304760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02053", + "city": "Medway", + "state": "MA", + "latitude": "42.151526", + "longitude": "-71.423150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02054", + "city": "Millis", + "state": "MA", + "latitude": "42.166398", + "longitude": "-71.361780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02055", + "city": "Minot", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02056", + "city": "Norfolk", + "state": "MA", + "latitude": "42.111836", + "longitude": "-71.328550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02059", + "city": "North Marshfield", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02060", + "city": "North Scituate", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02061", + "city": "Norwell", + "state": "MA", + "latitude": "42.152430", + "longitude": "-70.820500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02062", + "city": "Norwood", + "state": "MA", + "latitude": "42.185974", + "longitude": "-71.201660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02065", + "city": "Ocean Bluff", + "state": "MA", + "latitude": "42.097219", + "longitude": "-70.651567", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02066", + "city": "Scituate", + "state": "MA", + "latitude": "42.205038", + "longitude": "-70.751300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02067", + "city": "Sharon", + "state": "MA", + "latitude": "42.113749", + "longitude": "-71.179230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02070", + "city": "Sheldonville", + "state": "MA", + "latitude": "42.180048", + "longitude": "-71.089230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02071", + "city": "South Walpole", + "state": "MA", + "latitude": "42.101406", + "longitude": "-71.272390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02072", + "city": "Stoughton", + "state": "MA", + "latitude": "42.125432", + "longitude": "-71.106270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02081", + "city": "Walpole", + "state": "MA", + "latitude": "42.145237", + "longitude": "-71.253750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02085", + "city": "Foxborough", + "state": "MA", + "latitude": "42.075995", + "longitude": "-71.286055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02090", + "city": "Westwood", + "state": "MA", + "latitude": "42.212949", + "longitude": "-71.207350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02093", + "city": "Wrentham", + "state": "MA", + "latitude": "42.059700", + "longitude": "-71.346170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02101", + "city": "Boston", + "state": "MA", + "latitude": "42.370567", + "longitude": "-71.026964", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02102", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02103", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02104", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02105", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02106", + "city": "Boston", + "state": "MA", + "latitude": "42.354318", + "longitude": "-71.073449", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02107", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02108", + "city": "Boston", + "state": "MA", + "latitude": "42.357903", + "longitude": "-71.064080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02109", + "city": "Boston", + "state": "MA", + "latitude": "42.361477", + "longitude": "-71.054170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02110", + "city": "Boston", + "state": "MA", + "latitude": "42.356532", + "longitude": "-71.053650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02111", + "city": "Boston", + "state": "MA", + "latitude": "42.349838", + "longitude": "-71.061010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02112", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02113", + "city": "Boston", + "state": "MA", + "latitude": "42.365028", + "longitude": "-71.056360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02114", + "city": "Boston", + "state": "MA", + "latitude": "42.361792", + "longitude": "-71.067740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02115", + "city": "Boston", + "state": "MA", + "latitude": "42.343080", + "longitude": "-71.092680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02116", + "city": "Boston", + "state": "MA", + "latitude": "42.349622", + "longitude": "-71.073720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02117", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02118", + "city": "Boston", + "state": "MA", + "latitude": "42.338724", + "longitude": "-71.072760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02119", + "city": "Boston", + "state": "MA", + "latitude": "42.324511", + "longitude": "-71.084550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02120", + "city": "Boston", + "state": "MA", + "latitude": "42.332099", + "longitude": "-71.096510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02121", + "city": "Boston", + "state": "MA", + "latitude": "42.307448", + "longitude": "-71.081270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02122", + "city": "Boston", + "state": "MA", + "latitude": "42.296298", + "longitude": "-71.054540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02123", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02124", + "city": "Boston", + "state": "MA", + "latitude": "42.287130", + "longitude": "-71.071560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02125", + "city": "Boston", + "state": "MA", + "latitude": "42.316852", + "longitude": "-71.058110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02126", + "city": "Mattapan", + "state": "MA", + "latitude": "42.272098", + "longitude": "-71.094260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02127", + "city": "Boston", + "state": "MA", + "latitude": "42.334990", + "longitude": "-71.045620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02128", + "city": "Boston", + "state": "MA", + "latitude": "42.378297", + "longitude": "-71.025500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02129", + "city": "Charlestown", + "state": "MA", + "latitude": "42.378619", + "longitude": "-71.064950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02130", + "city": "Jamaica Plain", + "state": "MA", + "latitude": "42.309998", + "longitude": "-71.111710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02131", + "city": "Roslindale", + "state": "MA", + "latitude": "42.284678", + "longitude": "-71.130520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02132", + "city": "West Roxbury", + "state": "MA", + "latitude": "42.279432", + "longitude": "-71.159800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02133", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02134", + "city": "Allston", + "state": "MA", + "latitude": "42.355147", + "longitude": "-71.131640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02135", + "city": "Brighton", + "state": "MA", + "latitude": "42.348418", + "longitude": "-71.153490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02136", + "city": "Hyde Park", + "state": "MA", + "latitude": "42.252198", + "longitude": "-71.125930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02137", + "city": "Readville", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02138", + "city": "Cambridge", + "state": "MA", + "latitude": "42.379146", + "longitude": "-71.128030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02139", + "city": "Cambridge", + "state": "MA", + "latitude": "42.364347", + "longitude": "-71.104310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02140", + "city": "Cambridge", + "state": "MA", + "latitude": "42.393327", + "longitude": "-71.128370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02141", + "city": "Cambridge", + "state": "MA", + "latitude": "42.370519", + "longitude": "-71.084430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02142", + "city": "Cambridge", + "state": "MA", + "latitude": "42.362297", + "longitude": "-71.084120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02143", + "city": "Somerville", + "state": "MA", + "latitude": "42.381929", + "longitude": "-71.099080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02144", + "city": "Somerville", + "state": "MA", + "latitude": "42.399546", + "longitude": "-71.121650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02145", + "city": "Somerville", + "state": "MA", + "latitude": "42.390846", + "longitude": "-71.092250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02146", + "city": "Brookline", + "state": "MA", + "latitude": "42.308198", + "longitude": "-71.088745", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02147", + "city": "Brookline Village", + "state": "MA", + "latitude": "42.180048", + "longitude": "-71.089230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02148", + "city": "Malden", + "state": "MA", + "latitude": "42.428549", + "longitude": "-71.060590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02149", + "city": "Everett", + "state": "MA", + "latitude": "42.409916", + "longitude": "-71.052200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02150", + "city": "Chelsea", + "state": "MA", + "latitude": "42.396382", + "longitude": "-71.033520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02151", + "city": "Revere", + "state": "MA", + "latitude": "42.416247", + "longitude": "-71.005250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02152", + "city": "Winthrop", + "state": "MA", + "latitude": "42.373047", + "longitude": "-70.978030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02153", + "city": "Medford", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02154", + "city": "Waltham", + "state": "MA", + "latitude": "42.388938", + "longitude": "-71.239800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02155", + "city": "Medford", + "state": "MA", + "latitude": "42.419846", + "longitude": "-71.109420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02156", + "city": "West Medford", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02157", + "city": "Babson Park", + "state": "MA", + "latitude": "42.173933", + "longitude": "-71.185494", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02158", + "city": "Newton", + "state": "MA", + "latitude": "42.353696", + "longitude": "-71.188149", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02159", + "city": "Newton", + "state": "MA", + "latitude": "42.316097", + "longitude": "-71.191248", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02160", + "city": "Newton", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02161", + "city": "Newton", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02162", + "city": "Newton", + "state": "MA", + "latitude": "42.331896", + "longitude": "-71.254050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02163", + "city": "Boston", + "state": "MA", + "latitude": "42.367946", + "longitude": "-71.120560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02164", + "city": "Newton", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02165", + "city": "Newton", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02166", + "city": "Auburndale", + "state": "MA", + "latitude": "42.346146", + "longitude": "-71.243057", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02167", + "city": "Chestnut Hill", + "state": "MA", + "latitude": "42.320797", + "longitude": "-71.169847", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02168", + "city": "Waban", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02169", + "city": "Quincy", + "state": "MA", + "latitude": "42.250739", + "longitude": "-70.995930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02170", + "city": "Quincy", + "state": "MA", + "latitude": "42.267049", + "longitude": "-71.018340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02171", + "city": "Quincy", + "state": "MA", + "latitude": "42.284498", + "longitude": "-71.023160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02172", + "city": "Watertown", + "state": "MA", + "latitude": "42.372596", + "longitude": "-71.177998", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02173", + "city": "Lexington", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02174", + "city": "Arlington", + "state": "MA", + "latitude": "42.417695", + "longitude": "-71.167083", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02175", + "city": "Arlington Heights", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02176", + "city": "Melrose", + "state": "MA", + "latitude": "42.459045", + "longitude": "-71.062330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02177", + "city": "Melrose", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02178", + "city": "Belmont", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02179", + "city": "Waverley", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02180", + "city": "Stoneham", + "state": "MA", + "latitude": "42.480145", + "longitude": "-71.098350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02181", + "city": "Wellesley", + "state": "MA", + "latitude": "42.300596", + "longitude": "-71.278750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02184", + "city": "Braintree", + "state": "MA", + "latitude": "42.209555", + "longitude": "-70.999680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02185", + "city": "Braintree", + "state": "MA", + "latitude": "42.180048", + "longitude": "-71.089230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02186", + "city": "Milton", + "state": "MA", + "latitude": "42.253074", + "longitude": "-71.074960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02187", + "city": "Milton Village", + "state": "MA", + "latitude": "42.180048", + "longitude": "-71.089230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02188", + "city": "Weymouth", + "state": "MA", + "latitude": "42.212866", + "longitude": "-70.958720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02189", + "city": "Weymouth", + "state": "MA", + "latitude": "42.211200", + "longitude": "-70.931110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02190", + "city": "Weymouth", + "state": "MA", + "latitude": "42.171100", + "longitude": "-70.945970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02191", + "city": "Weymouth", + "state": "MA", + "latitude": "42.242749", + "longitude": "-70.944340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02192", + "city": "Needham", + "state": "MA", + "latitude": "42.180048", + "longitude": "-71.089230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02193", + "city": "Weston", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02194", + "city": "Needham", + "state": "MA", + "latitude": "42.292547", + "longitude": "-71.225799", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02195", + "city": "Newton", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02196", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02199", + "city": "Boston", + "state": "MA", + "latitude": "42.347130", + "longitude": "-71.082340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02201", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02202", + "city": "Boston", + "state": "MA", + "latitude": "42.361094", + "longitude": "-71.061814", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02203", + "city": "Boston", + "state": "MA", + "latitude": "42.361485", + "longitude": "-71.060364", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02204", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02205", + "city": "Boston", + "state": "MA", + "latitude": "42.350334", + "longitude": "-71.053877", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02206", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02207", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02208", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02209", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02210", + "city": "Boston", + "state": "MA", + "latitude": "42.347974", + "longitude": "-71.044630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02211", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02212", + "city": "Boston", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02215", + "city": "Boston", + "state": "MA", + "latitude": "42.346997", + "longitude": "-71.102150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02216", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02217", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02222", + "city": "Boston", + "state": "MA", + "latitude": "42.367797", + "longitude": "-71.062820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02238", + "city": "Cambridge", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02239", + "city": "Cambridge", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02241", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02254", + "city": "Waltham", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02258", + "city": "Newton", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02266", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02269", + "city": "Quincy", + "state": "MA", + "latitude": "42.180048", + "longitude": "-71.089230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02272", + "city": "Watertown", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02277", + "city": "Watertown", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02283", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02284", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02293", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02295", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02297", + "city": "Boston", + "state": "MA", + "latitude": "42.338947", + "longitude": "-70.919635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02301", + "city": "Brockton", + "state": "MA", + "latitude": "42.079400", + "longitude": "-71.034410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02302", + "city": "Brockton", + "state": "MA", + "latitude": "42.087150", + "longitude": "-71.002220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02303", + "city": "Brockton", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02304", + "city": "Brockton", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02305", + "city": "Brockton", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02322", + "city": "Avon", + "state": "MA", + "latitude": "42.121932", + "longitude": "-71.045220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02324", + "city": "Bridgewater", + "state": "MA", + "latitude": "41.979501", + "longitude": "-70.972150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02325", + "city": "Bridgewater", + "state": "MA", + "latitude": "41.987250", + "longitude": "-70.972786", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02327", + "city": "Bryantville", + "state": "MA", + "latitude": "42.040708", + "longitude": "-70.827245", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02330", + "city": "Carver", + "state": "MA", + "latitude": "41.873697", + "longitude": "-70.765600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02331", + "city": "Duxbury", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02332", + "city": "Duxbury", + "state": "MA", + "latitude": "42.031371", + "longitude": "-70.701050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02333", + "city": "East Bridgewater", + "state": "MA", + "latitude": "42.029083", + "longitude": "-70.952270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02334", + "city": "Easton", + "state": "MA", + "latitude": "42.023528", + "longitude": "-71.132397", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02337", + "city": "Elmwood", + "state": "MA", + "latitude": "42.022225", + "longitude": "-70.931588", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02338", + "city": "Halifax", + "state": "MA", + "latitude": "41.999851", + "longitude": "-70.853950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02339", + "city": "Hanover", + "state": "MA", + "latitude": "42.128670", + "longitude": "-70.859130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02341", + "city": "Hanson", + "state": "MA", + "latitude": "42.059434", + "longitude": "-70.862050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02343", + "city": "Holbrook", + "state": "MA", + "latitude": "42.148351", + "longitude": "-71.010370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02344", + "city": "Middleboro", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02345", + "city": "Manomet", + "state": "MA", + "latitude": "41.888198", + "longitude": "-70.581029", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02346", + "city": "Middleboro", + "state": "MA", + "latitude": "41.889582", + "longitude": "-70.894060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02347", + "city": "Lakeville", + "state": "MA", + "latitude": "41.835094", + "longitude": "-70.959730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02348", + "city": "Middleboro", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02349", + "city": "Middleboro", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02350", + "city": "Monponsett", + "state": "MA", + "latitude": "42.018525", + "longitude": "-70.847486", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02351", + "city": "Abington", + "state": "MA", + "latitude": "42.119534", + "longitude": "-70.947870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02355", + "city": "North Carver", + "state": "MA", + "latitude": "41.916918", + "longitude": "-70.801331", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02356", + "city": "North Easton", + "state": "MA", + "latitude": "42.058507", + "longitude": "-71.113090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02357", + "city": "North Easton", + "state": "MA", + "latitude": "42.064499", + "longitude": "-71.087091", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02358", + "city": "North Pembroke", + "state": "MA", + "latitude": "41.805219", + "longitude": "-70.626420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02359", + "city": "Pembroke", + "state": "MA", + "latitude": "42.065554", + "longitude": "-70.804260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02360", + "city": "Plymouth", + "state": "MA", + "latitude": "41.894676", + "longitude": "-70.619990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02361", + "city": "Plymouth", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02362", + "city": "Plymouth", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02363", + "city": "Plymouth", + "state": "MA", + "latitude": "41.959094", + "longitude": "-70.706774", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02364", + "city": "Kingston", + "state": "MA", + "latitude": "41.993102", + "longitude": "-70.738270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02366", + "city": "South Carver", + "state": "MA", + "latitude": "41.854063", + "longitude": "-70.660880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02367", + "city": "Plympton", + "state": "MA", + "latitude": "41.968987", + "longitude": "-70.804520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02368", + "city": "Randolph", + "state": "MA", + "latitude": "42.173417", + "longitude": "-71.049120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02369", + "city": "Dennis Port", + "state": "MA", + "latitude": "41.662531", + "longitude": "-70.140210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02370", + "city": "Rockland", + "state": "MA", + "latitude": "42.129513", + "longitude": "-70.911890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02375", + "city": "South Easton", + "state": "MA", + "latitude": "42.029749", + "longitude": "-71.101910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02379", + "city": "West Bridgewater", + "state": "MA", + "latitude": "42.021950", + "longitude": "-71.018780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02381", + "city": "White Horse Beach", + "state": "MA", + "latitude": "41.931602", + "longitude": "-70.561051", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02382", + "city": "Whitman", + "state": "MA", + "latitude": "42.082350", + "longitude": "-70.937340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02401", + "city": "Brockton", + "state": "MA", + "latitude": "42.079399", + "longitude": "-71.034590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02402", + "city": "Brockton", + "state": "MA", + "latitude": "42.086300", + "longitude": "-70.999339", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02403", + "city": "Brockton", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02404", + "city": "Brockton", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02405", + "city": "Brockton", + "state": "MA", + "latitude": "41.970474", + "longitude": "-70.701357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02407", + "city": "Scituate", + "state": "MA", + "latitude": "42.136086", + "longitude": "-70.688251", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02420", + "city": "Lexington", + "state": "MA", + "latitude": "42.452895", + "longitude": "-71.216190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02421", + "city": "Lexington", + "state": "MA", + "latitude": "42.439295", + "longitude": "-71.235530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02445", + "city": "Brookline", + "state": "MA", + "latitude": "42.324397", + "longitude": "-71.139330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02446", + "city": "Brookline", + "state": "MA", + "latitude": "42.344747", + "longitude": "-71.121410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02447", + "city": "Brookline Village", + "state": "MA", + "latitude": "42.180048", + "longitude": "-71.089230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02451", + "city": "Waltham", + "state": "MA", + "latitude": "42.393029", + "longitude": "-71.247710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02452", + "city": "Waltham", + "state": "MA", + "latitude": "42.392496", + "longitude": "-71.221530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02453", + "city": "Waltham", + "state": "MA", + "latitude": "42.370446", + "longitude": "-71.235630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02454", + "city": "Waltham", + "state": "MA", + "latitude": "42.356719", + "longitude": "-71.250479", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02456", + "city": "New Town", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02457", + "city": "Babson Park", + "state": "MA", + "latitude": "42.180048", + "longitude": "-71.089230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02458", + "city": "Newton", + "state": "MA", + "latitude": "42.354727", + "longitude": "-71.188090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02459", + "city": "Newton Center", + "state": "MA", + "latitude": "42.321197", + "longitude": "-71.193000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02460", + "city": "Newtonville", + "state": "MA", + "latitude": "42.352996", + "longitude": "-71.209070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02461", + "city": "Newton Highlands", + "state": "MA", + "latitude": "42.318830", + "longitude": "-71.208220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02462", + "city": "Newton Lower Falls", + "state": "MA", + "latitude": "42.331646", + "longitude": "-71.257610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02464", + "city": "Newton Upper Falls", + "state": "MA", + "latitude": "42.311997", + "longitude": "-71.220460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02465", + "city": "West Newton", + "state": "MA", + "latitude": "42.351046", + "longitude": "-71.226770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02466", + "city": "Auburndale", + "state": "MA", + "latitude": "42.345833", + "longitude": "-71.247350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02467", + "city": "Chestnut Hill", + "state": "MA", + "latitude": "42.321997", + "longitude": "-71.173140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02468", + "city": "Waban", + "state": "MA", + "latitude": "42.325247", + "longitude": "-71.231900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02471", + "city": "Watertown", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02472", + "city": "Watertown", + "state": "MA", + "latitude": "42.371296", + "longitude": "-71.181960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02474", + "city": "Arlington", + "state": "MA", + "latitude": "42.419496", + "longitude": "-71.156350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02475", + "city": "Arlington Heights", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02476", + "city": "Arlington", + "state": "MA", + "latitude": "42.416745", + "longitude": "-71.177610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02477", + "city": "Watertown", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02478", + "city": "Belmont", + "state": "MA", + "latitude": "42.391546", + "longitude": "-71.174710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02479", + "city": "Waverley", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02481", + "city": "Wellesley Hills", + "state": "MA", + "latitude": "42.313329", + "longitude": "-71.276490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02482", + "city": "Wellesley", + "state": "MA", + "latitude": "42.300096", + "longitude": "-71.303360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02492", + "city": "Needham", + "state": "MA", + "latitude": "42.278247", + "longitude": "-71.233880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02493", + "city": "Weston", + "state": "MA", + "latitude": "42.358663", + "longitude": "-71.288310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02494", + "city": "Needham", + "state": "MA", + "latitude": "42.298130", + "longitude": "-71.231540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02495", + "city": "Nonantum", + "state": "MA", + "latitude": "42.446396", + "longitude": "-71.459405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02532", + "city": "Buzzards Bay", + "state": "MA", + "latitude": "41.751841", + "longitude": "-70.597640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02534", + "city": "Cataumet", + "state": "MA", + "latitude": "41.665660", + "longitude": "-70.616000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02535", + "city": "Chilmark", + "state": "MA", + "latitude": "41.345578", + "longitude": "-70.751450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02536", + "city": "East Falmouth", + "state": "MA", + "latitude": "41.578992", + "longitude": "-70.561400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02537", + "city": "East Sandwich", + "state": "MA", + "latitude": "41.733837", + "longitude": "-70.437540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02538", + "city": "East Wareham", + "state": "MA", + "latitude": "41.782915", + "longitude": "-70.648810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02539", + "city": "Edgartown", + "state": "MA", + "latitude": "41.380479", + "longitude": "-70.524530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02540", + "city": "Falmouth", + "state": "MA", + "latitude": "41.561050", + "longitude": "-70.619680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02541", + "city": "Falmouth", + "state": "MA", + "latitude": "41.799312", + "longitude": "-70.308662", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02542", + "city": "Buzzards Bay", + "state": "MA", + "latitude": "41.665605", + "longitude": "-70.524560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02543", + "city": "Woods Hole", + "state": "MA", + "latitude": "41.526791", + "longitude": "-70.665050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02549", + "city": "Mashpee", + "state": "MA", + "latitude": "41.621779", + "longitude": "-70.504349", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02551", + "city": "Oak Bluffs", + "state": "MA", + "latitude": "41.453321", + "longitude": "-70.558023", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02552", + "city": "Menemsha", + "state": "MA", + "latitude": "41.379836", + "longitude": "-70.643092", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02553", + "city": "Monument Beach", + "state": "MA", + "latitude": "41.673360", + "longitude": "-70.608047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02554", + "city": "Nantucket", + "state": "MA", + "latitude": "41.276758", + "longitude": "-70.090890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02556", + "city": "North Falmouth", + "state": "MA", + "latitude": "41.640300", + "longitude": "-70.630360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02557", + "city": "Oak Bluffs", + "state": "MA", + "latitude": "41.417376", + "longitude": "-70.560032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02558", + "city": "Onset", + "state": "MA", + "latitude": "41.746424", + "longitude": "-70.659560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02559", + "city": "Pocasset", + "state": "MA", + "latitude": "41.694132", + "longitude": "-70.617060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02561", + "city": "Sagamore", + "state": "MA", + "latitude": "41.770254", + "longitude": "-70.533664", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02562", + "city": "Sagamore Beach", + "state": "MA", + "latitude": "41.793263", + "longitude": "-70.519584", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02563", + "city": "Sandwich", + "state": "MA", + "latitude": "41.735645", + "longitude": "-70.488660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02564", + "city": "Siasconset", + "state": "MA", + "latitude": "41.273949", + "longitude": "-70.015545", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02565", + "city": "Silver Beach", + "state": "MA", + "latitude": "41.799312", + "longitude": "-70.308662", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02567", + "city": "Sagamore", + "state": "MA", + "latitude": "41.791970", + "longitude": "-70.530852", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02568", + "city": "Vineyard Haven", + "state": "MA", + "latitude": "41.451263", + "longitude": "-70.608720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02571", + "city": "Wareham", + "state": "MA", + "latitude": "41.751554", + "longitude": "-70.710590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02573", + "city": "Vineyard Haven", + "state": "MA", + "latitude": "41.379836", + "longitude": "-70.643092", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02574", + "city": "West Falmouth", + "state": "MA", + "latitude": "41.603946", + "longitude": "-70.638189", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02575", + "city": "West Tisbury", + "state": "MA", + "latitude": "41.378807", + "longitude": "-70.663760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02576", + "city": "West Wareham", + "state": "MA", + "latitude": "41.776042", + "longitude": "-70.757830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02584", + "city": "Nantucket", + "state": "MA", + "latitude": "41.277794", + "longitude": "-70.046019", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02595", + "city": "West Tisbury", + "state": "MA", + "latitude": "41.381585", + "longitude": "-70.663510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02601", + "city": "Hyannis", + "state": "MA", + "latitude": "41.654741", + "longitude": "-70.289500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02625", + "city": "Barnstable Town", + "state": "MA", + "latitude": "41.640528", + "longitude": "-70.433279", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02630", + "city": "Barnstable", + "state": "MA", + "latitude": "41.700327", + "longitude": "-70.295680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02631", + "city": "Brewster", + "state": "MA", + "latitude": "41.746647", + "longitude": "-70.077730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02632", + "city": "Centerville", + "state": "MA", + "latitude": "41.658718", + "longitude": "-70.346580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02633", + "city": "Chatham", + "state": "MA", + "latitude": "41.686534", + "longitude": "-69.977460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02634", + "city": "Centerville", + "state": "MA", + "latitude": "41.799312", + "longitude": "-70.308662", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02635", + "city": "Cotuit", + "state": "MA", + "latitude": "41.625037", + "longitude": "-70.443170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02636", + "city": "Centerville", + "state": "MA", + "latitude": "41.799312", + "longitude": "-70.308662", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02637", + "city": "Cummaquid", + "state": "MA", + "latitude": "41.701438", + "longitude": "-70.277212", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02638", + "city": "Dennis", + "state": "MA", + "latitude": "41.736684", + "longitude": "-70.191830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02639", + "city": "Dennis Port", + "state": "MA", + "latitude": "41.661115", + "longitude": "-70.133480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02641", + "city": "East Dennis", + "state": "MA", + "latitude": "41.734713", + "longitude": "-70.204670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02642", + "city": "Eastham", + "state": "MA", + "latitude": "41.844087", + "longitude": "-69.989210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02643", + "city": "East Orleans", + "state": "MA", + "latitude": "41.784308", + "longitude": "-69.962034", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02644", + "city": "Forestdale", + "state": "MA", + "latitude": "41.683462", + "longitude": "-70.512110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02645", + "city": "Harwich", + "state": "MA", + "latitude": "41.707332", + "longitude": "-70.056790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02646", + "city": "Harwich Port", + "state": "MA", + "latitude": "41.669219", + "longitude": "-70.074190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02647", + "city": "Hyannis Port", + "state": "MA", + "latitude": "41.632750", + "longitude": "-70.304350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02648", + "city": "Marstons Mills", + "state": "MA", + "latitude": "41.667689", + "longitude": "-70.416800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02649", + "city": "Mashpee", + "state": "MA", + "latitude": "41.613743", + "longitude": "-70.487540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02650", + "city": "North Chatham", + "state": "MA", + "latitude": "41.702265", + "longitude": "-69.969580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02651", + "city": "North Eastham", + "state": "MA", + "latitude": "41.824264", + "longitude": "-69.981760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02652", + "city": "North Truro", + "state": "MA", + "latitude": "42.028890", + "longitude": "-70.079380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02653", + "city": "Orleans", + "state": "MA", + "latitude": "41.777647", + "longitude": "-69.973120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02654", + "city": "Nantucket", + "state": "MA", + "latitude": "41.543967", + "longitude": "-69.987203", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02655", + "city": "Osterville", + "state": "MA", + "latitude": "41.632935", + "longitude": "-70.386930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02657", + "city": "Provincetown", + "state": "MA", + "latitude": "42.053355", + "longitude": "-70.189470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02659", + "city": "South Chatham", + "state": "MA", + "latitude": "41.678628", + "longitude": "-70.024950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02660", + "city": "South Dennis", + "state": "MA", + "latitude": "41.712338", + "longitude": "-70.161650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02661", + "city": "South Harwich", + "state": "MA", + "latitude": "41.675799", + "longitude": "-70.039600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02662", + "city": "South Orleans", + "state": "MA", + "latitude": "41.756694", + "longitude": "-69.984123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02663", + "city": "South Wellfleet", + "state": "MA", + "latitude": "41.800531", + "longitude": "-70.076776", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02664", + "city": "South Yarmouth", + "state": "MA", + "latitude": "41.670981", + "longitude": "-70.197970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02666", + "city": "Truro", + "state": "MA", + "latitude": "41.992804", + "longitude": "-70.054270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02667", + "city": "Wellfleet", + "state": "MA", + "latitude": "41.922412", + "longitude": "-70.014840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02668", + "city": "West Barnstable", + "state": "MA", + "latitude": "41.706310", + "longitude": "-70.370480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02669", + "city": "West Chatham", + "state": "MA", + "latitude": "41.673635", + "longitude": "-69.994940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02670", + "city": "West Dennis", + "state": "MA", + "latitude": "41.659749", + "longitude": "-70.170890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02671", + "city": "West Harwich", + "state": "MA", + "latitude": "41.665589", + "longitude": "-70.111520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02672", + "city": "West Hyannisport", + "state": "MA", + "latitude": "41.636077", + "longitude": "-70.319620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02673", + "city": "West Yarmouth", + "state": "MA", + "latitude": "41.656883", + "longitude": "-70.237260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02675", + "city": "Yarmouth Port", + "state": "MA", + "latitude": "41.703205", + "longitude": "-70.223950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02702", + "city": "Assonet", + "state": "MA", + "latitude": "41.792192", + "longitude": "-71.064460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02703", + "city": "Attleboro", + "state": "MA", + "latitude": "41.928099", + "longitude": "-71.314560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02712", + "city": "Chartley", + "state": "MA", + "latitude": "41.756214", + "longitude": "-71.067062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02713", + "city": "Cuttyhunk", + "state": "MA", + "latitude": "41.429673", + "longitude": "-70.895400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02714", + "city": "Dartmouth", + "state": "MA", + "latitude": "41.756214", + "longitude": "-71.067062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02715", + "city": "Dighton", + "state": "MA", + "latitude": "41.811514", + "longitude": "-71.136330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02717", + "city": "East Freetown", + "state": "MA", + "latitude": "41.765934", + "longitude": "-70.953320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02718", + "city": "East Taunton", + "state": "MA", + "latitude": "41.876249", + "longitude": "-71.018270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02719", + "city": "Fairhaven", + "state": "MA", + "latitude": "41.634152", + "longitude": "-70.881400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02720", + "city": "Fall River", + "state": "MA", + "latitude": "41.716952", + "longitude": "-71.139860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02721", + "city": "Fall River", + "state": "MA", + "latitude": "41.685452", + "longitude": "-71.154250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02722", + "city": "Fall River", + "state": "MA", + "latitude": "41.756214", + "longitude": "-71.067062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02723", + "city": "Fall River", + "state": "MA", + "latitude": "41.691369", + "longitude": "-71.132340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02724", + "city": "Fall River", + "state": "MA", + "latitude": "41.684152", + "longitude": "-71.174360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02725", + "city": "Somerset", + "state": "MA", + "latitude": "41.721652", + "longitude": "-71.174820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02726", + "city": "Somerset", + "state": "MA", + "latitude": "41.754828", + "longitude": "-71.148940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02735", + "city": "Easton", + "state": "MA", + "latitude": "41.999346", + "longitude": "-71.113582", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02738", + "city": "Marion", + "state": "MA", + "latitude": "41.706599", + "longitude": "-70.750860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02739", + "city": "Mattapoisett", + "state": "MA", + "latitude": "41.654776", + "longitude": "-70.800870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02740", + "city": "New Bedford", + "state": "MA", + "latitude": "41.634754", + "longitude": "-70.937520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02741", + "city": "New Bedford", + "state": "MA", + "latitude": "41.756214", + "longitude": "-71.067062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02742", + "city": "New Bedford", + "state": "MA", + "latitude": "41.619557", + "longitude": "-70.956346", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02743", + "city": "Acushnet", + "state": "MA", + "latitude": "41.697015", + "longitude": "-70.910190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02744", + "city": "New Bedford", + "state": "MA", + "latitude": "41.610754", + "longitude": "-70.914530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02745", + "city": "New Bedford", + "state": "MA", + "latitude": "41.692806", + "longitude": "-70.932640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02746", + "city": "New Bedford", + "state": "MA", + "latitude": "41.659336", + "longitude": "-70.933470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02747", + "city": "North Dartmouth", + "state": "MA", + "latitude": "41.637916", + "longitude": "-70.990760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02748", + "city": "South Dartmouth", + "state": "MA", + "latitude": "41.591560", + "longitude": "-70.949400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02760", + "city": "North Attleboro", + "state": "MA", + "latitude": "41.975495", + "longitude": "-71.330860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02761", + "city": "North Attleboro", + "state": "MA", + "latitude": "41.756214", + "longitude": "-71.067062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02762", + "city": "Plainville", + "state": "MA", + "latitude": "42.011848", + "longitude": "-71.323920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02763", + "city": "Attleboro Falls", + "state": "MA", + "latitude": "41.967949", + "longitude": "-71.310240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02764", + "city": "North Dighton", + "state": "MA", + "latitude": "41.851557", + "longitude": "-71.151250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02766", + "city": "Norton", + "state": "MA", + "latitude": "41.969185", + "longitude": "-71.185400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02767", + "city": "Raynham", + "state": "MA", + "latitude": "41.934586", + "longitude": "-71.049050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02768", + "city": "Raynham Center", + "state": "MA", + "latitude": "41.756214", + "longitude": "-71.067062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02769", + "city": "Rehoboth", + "state": "MA", + "latitude": "41.835067", + "longitude": "-71.261150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02770", + "city": "Rochester", + "state": "MA", + "latitude": "41.760783", + "longitude": "-70.838480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02771", + "city": "Seekonk", + "state": "MA", + "latitude": "41.843450", + "longitude": "-71.323430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02777", + "city": "Swansea", + "state": "MA", + "latitude": "41.741551", + "longitude": "-71.214330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02779", + "city": "Berkley", + "state": "MA", + "latitude": "41.825252", + "longitude": "-71.077990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02780", + "city": "Taunton", + "state": "MA", + "latitude": "41.904888", + "longitude": "-71.102880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02781", + "city": "Westport", + "state": "MA", + "latitude": "41.522877", + "longitude": "-71.069344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02783", + "city": "Taunton", + "state": "MA", + "latitude": "41.756214", + "longitude": "-71.067062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02789", + "city": "South Kingstown", + "state": "RI", + "latitude": "41.487831", + "longitude": "-71.457592", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02790", + "city": "Westport", + "state": "MA", + "latitude": "41.602517", + "longitude": "-71.089040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02791", + "city": "Westport Point", + "state": "MA", + "latitude": "41.519104", + "longitude": "-71.085137", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02801", + "city": "Adamsville", + "state": "RI", + "latitude": "41.530131", + "longitude": "-71.284066", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02802", + "city": "Albion", + "state": "RI", + "latitude": "41.954098", + "longitude": "-71.462053", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02804", + "city": "Ashaway", + "state": "RI", + "latitude": "41.430068", + "longitude": "-71.781010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02805", + "city": "Foster", + "state": "RI", + "latitude": "41.830469", + "longitude": "-71.711713", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02806", + "city": "Barrington", + "state": "RI", + "latitude": "41.746834", + "longitude": "-71.320310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02807", + "city": "Block Island", + "state": "RI", + "latitude": "41.171389", + "longitude": "-71.583580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02808", + "city": "Bradford", + "state": "RI", + "latitude": "41.402009", + "longitude": "-71.747850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02809", + "city": "Bristol", + "state": "RI", + "latitude": "41.684200", + "longitude": "-71.268660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02812", + "city": "Carolina", + "state": "RI", + "latitude": "41.466030", + "longitude": "-71.664080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02813", + "city": "Charlestown", + "state": "RI", + "latitude": "41.385256", + "longitude": "-71.668130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02814", + "city": "Chepachet", + "state": "RI", + "latitude": "41.896002", + "longitude": "-71.703350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02815", + "city": "Clayville", + "state": "RI", + "latitude": "41.777861", + "longitude": "-71.670090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02816", + "city": "Coventry", + "state": "RI", + "latitude": "41.691050", + "longitude": "-71.574620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02817", + "city": "West Greenwich", + "state": "RI", + "latitude": "41.625874", + "longitude": "-71.670230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02818", + "city": "East Greenwich", + "state": "RI", + "latitude": "41.649733", + "longitude": "-71.468150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02822", + "city": "Exeter", + "state": "RI", + "latitude": "41.563937", + "longitude": "-71.605470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02823", + "city": "Fiskeville", + "state": "RI", + "latitude": "41.731200", + "longitude": "-71.546756", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02824", + "city": "Forestdale", + "state": "RI", + "latitude": "42.000248", + "longitude": "-71.563057", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02825", + "city": "Foster", + "state": "RI", + "latitude": "41.785151", + "longitude": "-71.720210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02826", + "city": "Glendale", + "state": "RI", + "latitude": "41.982417", + "longitude": "-71.600848", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02827", + "city": "Greene", + "state": "RI", + "latitude": "41.695419", + "longitude": "-71.744720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02828", + "city": "Greenville", + "state": "RI", + "latitude": "41.870799", + "longitude": "-71.553900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02829", + "city": "Harmony", + "state": "RI", + "latitude": "41.879298", + "longitude": "-71.589357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02830", + "city": "Harrisville", + "state": "RI", + "latitude": "41.976659", + "longitude": "-71.649690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02831", + "city": "Hope", + "state": "RI", + "latitude": "41.738650", + "longitude": "-71.574820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02832", + "city": "Hope Valley", + "state": "RI", + "latitude": "41.511414", + "longitude": "-71.727370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02833", + "city": "Hopkinton", + "state": "RI", + "latitude": "41.470822", + "longitude": "-71.777220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02835", + "city": "Jamestown", + "state": "RI", + "latitude": "41.520312", + "longitude": "-71.371800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02836", + "city": "Kenyon", + "state": "RI", + "latitude": "41.448844", + "longitude": "-71.621450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02837", + "city": "Little Compton", + "state": "RI", + "latitude": "41.518038", + "longitude": "-71.165480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02838", + "city": "Manville", + "state": "RI", + "latitude": "41.968698", + "longitude": "-71.475030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02839", + "city": "Mapleville", + "state": "RI", + "latitude": "41.948108", + "longitude": "-71.640030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02840", + "city": "Newport", + "state": "RI", + "latitude": "41.488002", + "longitude": "-71.312620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02841", + "city": "Newport", + "state": "RI", + "latitude": "41.498977", + "longitude": "-71.299004", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02842", + "city": "Middletown", + "state": "RI", + "latitude": "41.511739", + "longitude": "-71.286580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02852", + "city": "North Kingstown", + "state": "RI", + "latitude": "41.589701", + "longitude": "-71.454000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02854", + "city": "North Kingstown", + "state": "RI", + "latitude": "41.375317", + "longitude": "-71.643930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02857", + "city": "North Scituate", + "state": "RI", + "latitude": "41.839020", + "longitude": "-71.625700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02858", + "city": "Oakland", + "state": "RI", + "latitude": "41.961860", + "longitude": "-71.646610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02859", + "city": "Pascoag", + "state": "RI", + "latitude": "41.964896", + "longitude": "-71.723110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02860", + "city": "Pawtucket", + "state": "RI", + "latitude": "41.872099", + "longitude": "-71.390070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02861", + "city": "Pawtucket", + "state": "RI", + "latitude": "41.881632", + "longitude": "-71.355830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02862", + "city": "Pawtucket", + "state": "RI", + "latitude": "41.861250", + "longitude": "-71.369099", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02863", + "city": "Central Falls", + "state": "RI", + "latitude": "41.889863", + "longitude": "-71.392600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02864", + "city": "Cumberland", + "state": "RI", + "latitude": "41.949099", + "longitude": "-71.411810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02865", + "city": "Lincoln", + "state": "RI", + "latitude": "41.905666", + "longitude": "-71.430230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02871", + "city": "Portsmouth", + "state": "RI", + "latitude": "41.603929", + "longitude": "-71.260990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02872", + "city": "Prudence Island", + "state": "RI", + "latitude": "41.707119", + "longitude": "-71.286834", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02873", + "city": "Rockville", + "state": "RI", + "latitude": "41.519922", + "longitude": "-71.774023", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02874", + "city": "Saunderstown", + "state": "RI", + "latitude": "41.515135", + "longitude": "-71.456920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02875", + "city": "Shannock", + "state": "RI", + "latitude": "41.447642", + "longitude": "-71.638770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02876", + "city": "Slatersville", + "state": "RI", + "latitude": "41.998398", + "longitude": "-71.576307", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02877", + "city": "Slocum", + "state": "RI", + "latitude": "41.528900", + "longitude": "-71.529854", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02878", + "city": "Tiverton", + "state": "RI", + "latitude": "41.629413", + "longitude": "-71.187240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02879", + "city": "Wakefield", + "state": "RI", + "latitude": "41.423601", + "longitude": "-71.523220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02880", + "city": "Wakefield", + "state": "RI", + "latitude": "41.375317", + "longitude": "-71.643930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02881", + "city": "Kingston", + "state": "RI", + "latitude": "41.481001", + "longitude": "-71.526890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02882", + "city": "Narragansett", + "state": "RI", + "latitude": "41.432452", + "longitude": "-71.463520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02883", + "city": "Peace Dale", + "state": "RI", + "latitude": "41.375317", + "longitude": "-71.643930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02885", + "city": "Warren", + "state": "RI", + "latitude": "41.726184", + "longitude": "-71.270490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02886", + "city": "Warwick", + "state": "RI", + "latitude": "41.705478", + "longitude": "-71.451190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02887", + "city": "Warwick", + "state": "RI", + "latitude": "41.682455", + "longitude": "-71.557732", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02888", + "city": "Warwick", + "state": "RI", + "latitude": "41.748050", + "longitude": "-71.409820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02889", + "city": "Warwick", + "state": "RI", + "latitude": "41.706814", + "longitude": "-71.391100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02891", + "city": "Westerly", + "state": "RI", + "latitude": "41.354881", + "longitude": "-71.803870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02892", + "city": "West Kingston", + "state": "RI", + "latitude": "41.501550", + "longitude": "-71.584650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02893", + "city": "West Warwick", + "state": "RI", + "latitude": "41.703750", + "longitude": "-71.518570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02894", + "city": "Wood River Junction", + "state": "RI", + "latitude": "41.444078", + "longitude": "-71.695560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02895", + "city": "Woonsocket", + "state": "RI", + "latitude": "42.001731", + "longitude": "-71.507220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02896", + "city": "North Smithfield", + "state": "RI", + "latitude": "41.988166", + "longitude": "-71.551880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02898", + "city": "Wyoming", + "state": "RI", + "latitude": "41.514950", + "longitude": "-71.684840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02901", + "city": "Providence", + "state": "RI", + "latitude": "41.822750", + "longitude": "-71.414451", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02902", + "city": "Providence", + "state": "RI", + "latitude": "41.818350", + "longitude": "-71.424851", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02903", + "city": "Providence", + "state": "RI", + "latitude": "41.820800", + "longitude": "-71.413060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02904", + "city": "Providence", + "state": "RI", + "latitude": "41.859199", + "longitude": "-71.431420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02905", + "city": "Providence", + "state": "RI", + "latitude": "41.788300", + "longitude": "-71.404310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02906", + "city": "Providence", + "state": "RI", + "latitude": "41.836350", + "longitude": "-71.394270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02907", + "city": "Providence", + "state": "RI", + "latitude": "41.798550", + "longitude": "-71.424490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02908", + "city": "Providence", + "state": "RI", + "latitude": "41.839296", + "longitude": "-71.438020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02909", + "city": "Providence", + "state": "RI", + "latitude": "41.819100", + "longitude": "-71.447750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02910", + "city": "Cranston", + "state": "RI", + "latitude": "41.776867", + "longitude": "-71.436720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02911", + "city": "North Providence", + "state": "RI", + "latitude": "41.853699", + "longitude": "-71.473540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02912", + "city": "Providence", + "state": "RI", + "latitude": "41.826737", + "longitude": "-71.397699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02914", + "city": "East Providence", + "state": "RI", + "latitude": "41.812400", + "longitude": "-71.368340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02915", + "city": "Riverside", + "state": "RI", + "latitude": "41.769500", + "longitude": "-71.355640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02916", + "city": "Rumford", + "state": "RI", + "latitude": "41.843250", + "longitude": "-71.353910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02917", + "city": "Smithfield", + "state": "RI", + "latitude": "41.894499", + "longitude": "-71.516460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02918", + "city": "Providence", + "state": "RI", + "latitude": "41.841499", + "longitude": "-71.440352", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02919", + "city": "Johnston", + "state": "RI", + "latitude": "41.825132", + "longitude": "-71.494680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02920", + "city": "Cranston", + "state": "RI", + "latitude": "41.771500", + "longitude": "-71.464850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02921", + "city": "Cranston", + "state": "RI", + "latitude": "41.764350", + "longitude": "-71.509720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "02940", + "city": "Providence", + "state": "RI", + "latitude": "41.871766", + "longitude": "-71.558518", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03004", + "city": "Fremont", + "state": "NH", + "latitude": "43.001762", + "longitude": "-71.154866", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03030", + "city": "Nashua", + "state": "NH", + "latitude": "42.749988", + "longitude": "-71.464310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03031", + "city": "Amherst", + "state": "NH", + "latitude": "42.854886", + "longitude": "-71.608200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03032", + "city": "Auburn", + "state": "NH", + "latitude": "43.000345", + "longitude": "-71.351410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03033", + "city": "Brookline", + "state": "NH", + "latitude": "42.742587", + "longitude": "-71.666050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03034", + "city": "Candia", + "state": "NH", + "latitude": "43.048372", + "longitude": "-71.307800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03036", + "city": "Chester", + "state": "NH", + "latitude": "42.967823", + "longitude": "-71.234530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03037", + "city": "Deerfield", + "state": "NH", + "latitude": "43.141746", + "longitude": "-71.248800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03038", + "city": "Derry", + "state": "NH", + "latitude": "42.886486", + "longitude": "-71.300190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03040", + "city": "East Candia", + "state": "NH", + "latitude": "43.005895", + "longitude": "-71.013202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03041", + "city": "East Derry", + "state": "NH", + "latitude": "43.005895", + "longitude": "-71.013202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03042", + "city": "Epping", + "state": "NH", + "latitude": "43.045076", + "longitude": "-71.070950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03043", + "city": "Francestown", + "state": "NH", + "latitude": "42.976901", + "longitude": "-71.810070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03044", + "city": "Fremont", + "state": "NH", + "latitude": "42.986119", + "longitude": "-71.125240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03045", + "city": "Goffstown", + "state": "NH", + "latitude": "43.037495", + "longitude": "-71.570230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03046", + "city": "Dunbarton", + "state": "NH", + "latitude": "43.102146", + "longitude": "-71.602132", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03047", + "city": "Greenfield", + "state": "NH", + "latitude": "42.935709", + "longitude": "-71.866450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03048", + "city": "Greenville", + "state": "NH", + "latitude": "42.747024", + "longitude": "-71.775910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03049", + "city": "Hollis", + "state": "NH", + "latitude": "42.739909", + "longitude": "-71.580440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03051", + "city": "Hudson", + "state": "NH", + "latitude": "42.759821", + "longitude": "-71.420790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03052", + "city": "Litchfield", + "state": "NH", + "latitude": "42.850590", + "longitude": "-71.453790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03053", + "city": "Londonderry", + "state": "NH", + "latitude": "42.880481", + "longitude": "-71.382050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03054", + "city": "Merrimack", + "state": "NH", + "latitude": "42.858053", + "longitude": "-71.512160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03055", + "city": "Milford", + "state": "NH", + "latitude": "42.831686", + "longitude": "-71.667430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03057", + "city": "Mont Vernon", + "state": "NH", + "latitude": "42.899434", + "longitude": "-71.680570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03058", + "city": "Sharon", + "state": "NH", + "latitude": "42.798995", + "longitude": "-71.950759", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03060", + "city": "Nashua", + "state": "NH", + "latitude": "42.748888", + "longitude": "-71.464920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03061", + "city": "Nashua", + "state": "NH", + "latitude": "42.952124", + "longitude": "-71.653939", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03062", + "city": "Nashua", + "state": "NH", + "latitude": "42.724822", + "longitude": "-71.492380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03063", + "city": "Nashua", + "state": "NH", + "latitude": "42.770738", + "longitude": "-71.510470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03064", + "city": "Nashua", + "state": "NH", + "latitude": "42.774171", + "longitude": "-71.473060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03070", + "city": "New Boston", + "state": "NH", + "latitude": "42.978267", + "longitude": "-71.694140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03071", + "city": "New Ipswich", + "state": "NH", + "latitude": "42.753726", + "longitude": "-71.867060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03073", + "city": "North Salem", + "state": "NH", + "latitude": "43.005895", + "longitude": "-71.013202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03076", + "city": "Pelham", + "state": "NH", + "latitude": "42.734182", + "longitude": "-71.323590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03077", + "city": "Raymond", + "state": "NH", + "latitude": "43.031491", + "longitude": "-71.195980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03079", + "city": "Salem", + "state": "NH", + "latitude": "42.792456", + "longitude": "-71.213160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03082", + "city": "Lyndeborough", + "state": "NH", + "latitude": "42.902259", + "longitude": "-71.784520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03084", + "city": "Temple", + "state": "NH", + "latitude": "42.819490", + "longitude": "-71.850630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03086", + "city": "Wilton", + "state": "NH", + "latitude": "42.830184", + "longitude": "-71.781770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03087", + "city": "Windham", + "state": "NH", + "latitude": "42.805194", + "longitude": "-71.298780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03091", + "city": "Berwick", + "state": "ME", + "latitude": "43.319125", + "longitude": "-70.818318", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03097", + "city": "Ogunquit", + "state": "ME", + "latitude": "43.269137", + "longitude": "-70.598303", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03101", + "city": "Manchester", + "state": "NH", + "latitude": "42.989984", + "longitude": "-71.463760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03102", + "city": "Manchester", + "state": "NH", + "latitude": "42.990684", + "longitude": "-71.486800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03103", + "city": "Manchester", + "state": "NH", + "latitude": "42.967684", + "longitude": "-71.448280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03104", + "city": "Manchester", + "state": "NH", + "latitude": "43.006033", + "longitude": "-71.447160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03105", + "city": "Manchester", + "state": "NH", + "latitude": "42.952124", + "longitude": "-71.653939", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03106", + "city": "Hooksett", + "state": "NH", + "latitude": "43.058785", + "longitude": "-71.444120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03107", + "city": "Manchester", + "state": "NH", + "latitude": "42.952124", + "longitude": "-71.653939", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03108", + "city": "Manchester", + "state": "NH", + "latitude": "42.952124", + "longitude": "-71.653939", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03109", + "city": "Manchester", + "state": "NH", + "latitude": "42.972584", + "longitude": "-71.413490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03110", + "city": "Bedford", + "state": "NH", + "latitude": "42.942551", + "longitude": "-71.519930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03111", + "city": "Manchester", + "state": "NH", + "latitude": "42.952124", + "longitude": "-71.653939", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03215", + "city": "Waterville Valley", + "state": "NH", + "latitude": "43.951304", + "longitude": "-71.503360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03216", + "city": "Andover", + "state": "NH", + "latitude": "43.444702", + "longitude": "-71.784010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03217", + "city": "Ashland", + "state": "NH", + "latitude": "43.705061", + "longitude": "-71.627780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03218", + "city": "Barnstead", + "state": "NH", + "latitude": "43.338347", + "longitude": "-71.293050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03220", + "city": "Belmont", + "state": "NH", + "latitude": "43.459555", + "longitude": "-71.473520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03221", + "city": "Bradford", + "state": "NH", + "latitude": "43.256053", + "longitude": "-71.954050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03222", + "city": "Bristol", + "state": "NH", + "latitude": "43.615799", + "longitude": "-71.750060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03223", + "city": "Campton", + "state": "NH", + "latitude": "43.887682", + "longitude": "-71.651610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03224", + "city": "Canterbury", + "state": "NH", + "latitude": "43.346137", + "longitude": "-71.544340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03225", + "city": "Center Barnstead", + "state": "NH", + "latitude": "43.354005", + "longitude": "-71.228190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03226", + "city": "Center Harbor", + "state": "NH", + "latitude": "43.721094", + "longitude": "-71.496520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03227", + "city": "Center Sandwich", + "state": "NH", + "latitude": "43.802936", + "longitude": "-71.451260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03229", + "city": "Contoocook", + "state": "NH", + "latitude": "43.204192", + "longitude": "-71.707110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03230", + "city": "Danbury", + "state": "NH", + "latitude": "43.506405", + "longitude": "-71.872810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03231", + "city": "East Andover", + "state": "NH", + "latitude": "43.466172", + "longitude": "-71.736518", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03232", + "city": "East Hebron", + "state": "NH", + "latitude": "43.967542", + "longitude": "-71.840883", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03233", + "city": "Elkins", + "state": "NH", + "latitude": "43.423484", + "longitude": "-71.936480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03234", + "city": "Epsom", + "state": "NH", + "latitude": "43.228594", + "longitude": "-71.361100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03235", + "city": "Franklin", + "state": "NH", + "latitude": "43.444456", + "longitude": "-71.660340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03237", + "city": "Gilmanton", + "state": "NH", + "latitude": "43.429750", + "longitude": "-71.375170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03238", + "city": "Glencliff", + "state": "NH", + "latitude": "43.967542", + "longitude": "-71.840883", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03240", + "city": "Grafton", + "state": "NH", + "latitude": "43.568328", + "longitude": "-71.964220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03241", + "city": "Hebron", + "state": "NH", + "latitude": "43.713794", + "longitude": "-71.806420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03242", + "city": "Henniker", + "state": "NH", + "latitude": "43.173469", + "longitude": "-71.817220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03243", + "city": "Hill", + "state": "NH", + "latitude": "43.521669", + "longitude": "-71.738150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03244", + "city": "Hillsboro", + "state": "NH", + "latitude": "43.119417", + "longitude": "-71.921080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03245", + "city": "Holderness", + "state": "NH", + "latitude": "43.737831", + "longitude": "-71.604406", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03246", + "city": "Laconia", + "state": "NH", + "latitude": "43.557153", + "longitude": "-71.438420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03247", + "city": "Laconia", + "state": "NH", + "latitude": "43.588972", + "longitude": "-71.445452", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03249", + "city": "Laconia", + "state": "NH", + "latitude": "43.555878", + "longitude": "-71.398521", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03251", + "city": "Lincoln", + "state": "NH", + "latitude": "44.051981", + "longitude": "-71.660600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03252", + "city": "Lochmere", + "state": "NH", + "latitude": "43.468562", + "longitude": "-71.537145", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03253", + "city": "Meredith", + "state": "NH", + "latitude": "43.644559", + "longitude": "-71.504880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03254", + "city": "Moultonborough", + "state": "NH", + "latitude": "43.712184", + "longitude": "-71.392990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03255", + "city": "Newbury", + "state": "NH", + "latitude": "43.325820", + "longitude": "-72.026540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03256", + "city": "New Hampton", + "state": "NH", + "latitude": "43.607680", + "longitude": "-71.643720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03257", + "city": "New London", + "state": "NH", + "latitude": "43.418863", + "longitude": "-72.000040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03258", + "city": "Chichester", + "state": "NH", + "latitude": "43.255881", + "longitude": "-71.397599", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03259", + "city": "North Sandwich", + "state": "NH", + "latitude": "43.880005", + "longitude": "-71.394750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03260", + "city": "North Sutton", + "state": "NH", + "latitude": "43.356838", + "longitude": "-71.925500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03261", + "city": "Northwood", + "state": "NH", + "latitude": "43.216633", + "longitude": "-71.207900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03262", + "city": "North Woodstock", + "state": "NH", + "latitude": "44.028500", + "longitude": "-71.687010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03263", + "city": "Pittsfield", + "state": "NH", + "latitude": "43.303680", + "longitude": "-71.321500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03264", + "city": "Plymouth", + "state": "NH", + "latitude": "43.753837", + "longitude": "-71.645030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03266", + "city": "Rumney", + "state": "NH", + "latitude": "43.806365", + "longitude": "-71.879520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03268", + "city": "Salisbury", + "state": "NH", + "latitude": "43.388571", + "longitude": "-71.741990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03269", + "city": "Sanbornton", + "state": "NH", + "latitude": "43.523175", + "longitude": "-71.587600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03270", + "city": "New Boston", + "state": "NH", + "latitude": "43.203614", + "longitude": "-71.550864", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03272", + "city": "South Newbury", + "state": "NH", + "latitude": "43.310279", + "longitude": "-71.662928", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03273", + "city": "South Sutton", + "state": "NH", + "latitude": "43.317257", + "longitude": "-71.927090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03274", + "city": "Stinson Lake", + "state": "NH", + "latitude": "43.967542", + "longitude": "-71.840883", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03275", + "city": "Suncook", + "state": "NH", + "latitude": "43.152469", + "longitude": "-71.436540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03276", + "city": "Tilton", + "state": "NH", + "latitude": "43.446729", + "longitude": "-71.578500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03278", + "city": "Warner", + "state": "NH", + "latitude": "43.283838", + "longitude": "-71.825370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03279", + "city": "Warren", + "state": "NH", + "latitude": "43.938224", + "longitude": "-71.888530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03280", + "city": "Washington", + "state": "NH", + "latitude": "43.173046", + "longitude": "-72.097550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03281", + "city": "Weare", + "state": "NH", + "latitude": "43.080986", + "longitude": "-71.723290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03282", + "city": "Wentworth", + "state": "NH", + "latitude": "43.874357", + "longitude": "-71.917650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03284", + "city": "Springfield", + "state": "NH", + "latitude": "43.501755", + "longitude": "-72.012960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03287", + "city": "Wilmot", + "state": "NH", + "latitude": "43.430018", + "longitude": "-71.904570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03289", + "city": "Winnisquam", + "state": "NH", + "latitude": "43.496372", + "longitude": "-71.519728", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03290", + "city": "Nottingham", + "state": "NH", + "latitude": "43.115874", + "longitude": "-71.110810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03291", + "city": "West Nottingham", + "state": "NH", + "latitude": "43.179984", + "longitude": "-71.139200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03293", + "city": "Woodstock", + "state": "NH", + "latitude": "43.967542", + "longitude": "-71.840883", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03298", + "city": "Tilton", + "state": "NH", + "latitude": "43.524872", + "longitude": "-71.445841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03299", + "city": "Tilton", + "state": "NH", + "latitude": "43.524872", + "longitude": "-71.445841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03301", + "city": "Concord", + "state": "NH", + "latitude": "43.213705", + "longitude": "-71.537740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03302", + "city": "Concord", + "state": "NH", + "latitude": "43.310279", + "longitude": "-71.662928", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03303", + "city": "Concord", + "state": "NH", + "latitude": "43.283796", + "longitude": "-71.638320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03304", + "city": "Bow", + "state": "NH", + "latitude": "43.144614", + "longitude": "-71.535760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03305", + "city": "Concord", + "state": "NH", + "latitude": "43.213400", + "longitude": "-71.517151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03307", + "city": "Loudon", + "state": "NH", + "latitude": "43.317730", + "longitude": "-71.453400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03342", + "city": "Bennington", + "state": "NH", + "latitude": "43.014280", + "longitude": "-71.881017", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03386", + "city": "Tamworth", + "state": "NH", + "latitude": "43.897150", + "longitude": "-71.309150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03431", + "city": "Keene", + "state": "NH", + "latitude": "42.946418", + "longitude": "-72.286160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03435", + "city": "Keene", + "state": "NH", + "latitude": "42.947098", + "longitude": "-72.243029", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03438", + "city": "Harrisville", + "state": "NH", + "latitude": "42.921791", + "longitude": "-72.005470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03440", + "city": "Antrim", + "state": "NH", + "latitude": "43.060424", + "longitude": "-71.950680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03441", + "city": "Ashuelot", + "state": "NH", + "latitude": "42.791069", + "longitude": "-72.435200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03442", + "city": "Bennington", + "state": "NH", + "latitude": "43.005429", + "longitude": "-71.916350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03443", + "city": "Chesterfield", + "state": "NH", + "latitude": "42.871815", + "longitude": "-72.471630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03444", + "city": "Dublin", + "state": "NH", + "latitude": "42.899874", + "longitude": "-72.063340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03445", + "city": "Sullivan", + "state": "NH", + "latitude": "43.009728", + "longitude": "-72.193830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03446", + "city": "Swanzey", + "state": "NH", + "latitude": "42.870578", + "longitude": "-72.299780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03447", + "city": "Fitzwilliam", + "state": "NH", + "latitude": "42.754744", + "longitude": "-72.148380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03448", + "city": "Gilsum", + "state": "NH", + "latitude": "43.055293", + "longitude": "-72.261490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03449", + "city": "Hancock", + "state": "NH", + "latitude": "42.975105", + "longitude": "-71.989130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03450", + "city": "Harrisville", + "state": "NH", + "latitude": "42.941175", + "longitude": "-72.060430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03451", + "city": "Hinsdale", + "state": "NH", + "latitude": "42.797633", + "longitude": "-72.495180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03452", + "city": "Jaffrey", + "state": "NH", + "latitude": "42.827096", + "longitude": "-72.034180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03455", + "city": "Marlborough", + "state": "NH", + "latitude": "42.932177", + "longitude": "-72.162190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03456", + "city": "Marlow", + "state": "NH", + "latitude": "43.125523", + "longitude": "-72.213820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03457", + "city": "Munsonville", + "state": "NH", + "latitude": "43.025227", + "longitude": "-72.143650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03458", + "city": "Peterborough", + "state": "NH", + "latitude": "42.884919", + "longitude": "-71.951330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03461", + "city": "Rindge", + "state": "NH", + "latitude": "42.749835", + "longitude": "-72.010340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03462", + "city": "Spofford", + "state": "NH", + "latitude": "42.913966", + "longitude": "-72.415220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03464", + "city": "Stoddard", + "state": "NH", + "latitude": "43.078658", + "longitude": "-72.095900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03465", + "city": "Troy", + "state": "NH", + "latitude": "42.822155", + "longitude": "-72.176180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03466", + "city": "West Chesterfield", + "state": "NH", + "latitude": "42.899338", + "longitude": "-72.516290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03467", + "city": "Westmoreland", + "state": "NH", + "latitude": "42.971069", + "longitude": "-72.425120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03468", + "city": "West Peterborough", + "state": "NH", + "latitude": "42.890804", + "longitude": "-71.933396", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03469", + "city": "West Swanzey", + "state": "NH", + "latitude": "42.873410", + "longitude": "-72.315090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03470", + "city": "Winchester", + "state": "NH", + "latitude": "42.775629", + "longitude": "-72.338930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03477", + "city": "Fitzwilliam", + "state": "NH", + "latitude": "42.745130", + "longitude": "-72.150882", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03552", + "city": "Pittsburg", + "state": "NH", + "latitude": "45.085717", + "longitude": "-71.345714", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03561", + "city": "Littleton", + "state": "NH", + "latitude": "44.313606", + "longitude": "-71.797510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03570", + "city": "Berlin", + "state": "NH", + "latitude": "44.463337", + "longitude": "-71.190920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03572", + "city": "Goshen", + "state": "NH", + "latitude": "43.286160", + "longitude": "-72.148784", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03574", + "city": "Bethlehem", + "state": "NH", + "latitude": "44.281770", + "longitude": "-71.692250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03575", + "city": "Bretton Woods", + "state": "NH", + "latitude": "44.695648", + "longitude": "-71.387387", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03576", + "city": "Colebrook", + "state": "NH", + "latitude": "44.893888", + "longitude": "-71.447660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03578", + "city": "Landaff", + "state": "NH", + "latitude": "44.101208", + "longitude": "-71.854211", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03579", + "city": "Errol", + "state": "NH", + "latitude": "44.789296", + "longitude": "-71.153940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03580", + "city": "Franconia", + "state": "NH", + "latitude": "44.200124", + "longitude": "-71.699590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03581", + "city": "Gorham", + "state": "NH", + "latitude": "44.386557", + "longitude": "-71.162730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03582", + "city": "Groveton", + "state": "NH", + "latitude": "44.610605", + "longitude": "-71.481470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03583", + "city": "Jefferson", + "state": "NH", + "latitude": "44.376866", + "longitude": "-71.464360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03584", + "city": "Lancaster", + "state": "NH", + "latitude": "44.483756", + "longitude": "-71.549990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03585", + "city": "Lisbon", + "state": "NH", + "latitude": "44.225864", + "longitude": "-71.873710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03587", + "city": "Meadows", + "state": "NH", + "latitude": "44.695648", + "longitude": "-71.387387", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03588", + "city": "Milan", + "state": "NH", + "latitude": "44.608332", + "longitude": "-71.243350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03589", + "city": "Mount Washington", + "state": "NH", + "latitude": "44.695648", + "longitude": "-71.387387", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03590", + "city": "North Stratford", + "state": "NH", + "latitude": "44.719769", + "longitude": "-71.593950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03592", + "city": "Pittsburg", + "state": "NH", + "latitude": "45.085547", + "longitude": "-71.307240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03595", + "city": "Twin Mountain", + "state": "NH", + "latitude": "44.271516", + "longitude": "-71.517460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03597", + "city": "West Stewartstown", + "state": "NH", + "latitude": "44.695648", + "longitude": "-71.387387", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03598", + "city": "Whitefield", + "state": "NH", + "latitude": "44.378771", + "longitude": "-71.622480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03601", + "city": "Acworth", + "state": "NH", + "latitude": "43.242719", + "longitude": "-72.302690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03602", + "city": "Alstead", + "state": "NH", + "latitude": "43.142384", + "longitude": "-72.325750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03603", + "city": "Charlestown", + "state": "NH", + "latitude": "43.249468", + "longitude": "-72.390260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03604", + "city": "Drewsville", + "state": "NH", + "latitude": "42.947098", + "longitude": "-72.243029", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03605", + "city": "Lempster", + "state": "NH", + "latitude": "43.231807", + "longitude": "-72.175560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03607", + "city": "South Acworth", + "state": "NH", + "latitude": "43.195329", + "longitude": "-72.268940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03608", + "city": "Walpole", + "state": "NH", + "latitude": "43.075411", + "longitude": "-72.419020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03609", + "city": "North Walpole", + "state": "NH", + "latitude": "43.142254", + "longitude": "-72.448300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03638", + "city": "Freedom", + "state": "NH", + "latitude": "43.822389", + "longitude": "-71.092797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03648", + "city": "Enfield", + "state": "NH", + "latitude": "43.630276", + "longitude": "-72.135352", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03678", + "city": "Lyme", + "state": "NH", + "latitude": "43.827375", + "longitude": "-72.139036", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03688", + "city": "Lebanon", + "state": "ME", + "latitude": "43.341381", + "longitude": "-70.955693", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03733", + "city": "Newport", + "state": "NH", + "latitude": "43.388070", + "longitude": "-72.243666", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03740", + "city": "Bath", + "state": "NH", + "latitude": "44.114163", + "longitude": "-71.948852", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03741", + "city": "Canaan", + "state": "NH", + "latitude": "43.659172", + "longitude": "-72.013330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03743", + "city": "Claremont", + "state": "NH", + "latitude": "43.374562", + "longitude": "-72.341520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03745", + "city": "Cornish", + "state": "NH", + "latitude": "43.476337", + "longitude": "-72.333370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03746", + "city": "Cornish Flat", + "state": "NH", + "latitude": "43.364504", + "longitude": "-72.193966", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03747", + "city": "Enfield", + "state": "NH", + "latitude": "43.581769", + "longitude": "-72.097366", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03748", + "city": "Enfield", + "state": "NH", + "latitude": "43.614847", + "longitude": "-72.120580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03749", + "city": "Enfield Center", + "state": "NH", + "latitude": "43.579573", + "longitude": "-72.085410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03750", + "city": "Etna", + "state": "NH", + "latitude": "43.701003", + "longitude": "-72.200560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03751", + "city": "Georges Mills", + "state": "NH", + "latitude": "43.437503", + "longitude": "-72.071850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03752", + "city": "Goshen", + "state": "NH", + "latitude": "43.304058", + "longitude": "-72.135250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03753", + "city": "Grantham", + "state": "NH", + "latitude": "43.516383", + "longitude": "-72.129540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03754", + "city": "Guild", + "state": "NH", + "latitude": "43.365618", + "longitude": "-72.125562", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03755", + "city": "Hanover", + "state": "NH", + "latitude": "43.719756", + "longitude": "-72.250700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03756", + "city": "Lebanon", + "state": "NH", + "latitude": "43.967542", + "longitude": "-71.840883", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03757", + "city": "Sunapee", + "state": "NH", + "latitude": "43.444147", + "longitude": "-72.088709", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03765", + "city": "Haverhill", + "state": "NH", + "latitude": "44.037125", + "longitude": "-72.056580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03766", + "city": "Lebanon", + "state": "NH", + "latitude": "43.642945", + "longitude": "-72.244030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03768", + "city": "Lyme", + "state": "NH", + "latitude": "43.823864", + "longitude": "-72.132970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03769", + "city": "Lyme Center", + "state": "NH", + "latitude": "43.786267", + "longitude": "-72.120468", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03770", + "city": "Meriden", + "state": "NH", + "latitude": "43.525462", + "longitude": "-72.280720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03771", + "city": "Monroe", + "state": "NH", + "latitude": "44.281722", + "longitude": "-72.027890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03773", + "city": "Newport", + "state": "NH", + "latitude": "43.358339", + "longitude": "-72.183210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03774", + "city": "North Haverhill", + "state": "NH", + "latitude": "44.085410", + "longitude": "-71.994300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03777", + "city": "Orford", + "state": "NH", + "latitude": "43.908925", + "longitude": "-72.078310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03779", + "city": "Piermont", + "state": "NH", + "latitude": "43.976427", + "longitude": "-72.044090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03780", + "city": "Pike", + "state": "NH", + "latitude": "44.029684", + "longitude": "-71.986120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03781", + "city": "Plainfield", + "state": "NH", + "latitude": "43.533570", + "longitude": "-72.303530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03782", + "city": "Sunapee", + "state": "NH", + "latitude": "43.381133", + "longitude": "-72.090280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03784", + "city": "West Lebanon", + "state": "NH", + "latitude": "43.649781", + "longitude": "-72.305940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03785", + "city": "Woodsville", + "state": "NH", + "latitude": "44.133215", + "longitude": "-71.963060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03801", + "city": "Portsmouth", + "state": "NH", + "latitude": "43.070188", + "longitude": "-70.776840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03802", + "city": "Portsmouth", + "state": "NH", + "latitude": "43.005895", + "longitude": "-71.013202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03803", + "city": "Portsmouth", + "state": "NH", + "latitude": "42.927030", + "longitude": "-71.444752", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03804", + "city": "Portsmouth", + "state": "NH", + "latitude": "43.005895", + "longitude": "-71.013202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03805", + "city": "Rollinsford", + "state": "NH", + "latitude": "43.285282", + "longitude": "-70.930684", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03809", + "city": "Alton", + "state": "NH", + "latitude": "43.478364", + "longitude": "-71.223770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03810", + "city": "Alton Bay", + "state": "NH", + "latitude": "43.478917", + "longitude": "-71.287760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03811", + "city": "Atkinson", + "state": "NH", + "latitude": "42.836245", + "longitude": "-71.162460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03812", + "city": "Bartlett", + "state": "NH", + "latitude": "44.081906", + "longitude": "-71.297290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03813", + "city": "Center Conway", + "state": "NH", + "latitude": "44.041089", + "longitude": "-71.062700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03814", + "city": "Center Ossipee", + "state": "NH", + "latitude": "43.767878", + "longitude": "-71.129260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03815", + "city": "Center Strafford", + "state": "NH", + "latitude": "43.256254", + "longitude": "-71.103170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03816", + "city": "Center Tuftonboro", + "state": "NH", + "latitude": "43.685171", + "longitude": "-71.284040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03817", + "city": "Chocorua", + "state": "NH", + "latitude": "43.878112", + "longitude": "-71.220690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03818", + "city": "Conway", + "state": "NH", + "latitude": "43.966958", + "longitude": "-71.158920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03819", + "city": "Danville", + "state": "NH", + "latitude": "42.927682", + "longitude": "-71.120340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03820", + "city": "Dover", + "state": "NH", + "latitude": "43.190984", + "longitude": "-70.887870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03821", + "city": "Dover", + "state": "NH", + "latitude": "43.326734", + "longitude": "-71.028427", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03822", + "city": "Dover", + "state": "NH", + "latitude": "43.326734", + "longitude": "-71.028427", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03824", + "city": "Durham", + "state": "NH", + "latitude": "43.128085", + "longitude": "-70.960350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03825", + "city": "Barrington", + "state": "NH", + "latitude": "43.208136", + "longitude": "-71.043560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03826", + "city": "East Hampstead", + "state": "NH", + "latitude": "42.890357", + "longitude": "-71.122960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03827", + "city": "East Kingston", + "state": "NH", + "latitude": "42.915740", + "longitude": "-70.984590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03830", + "city": "East Wakefield", + "state": "NH", + "latitude": "43.640621", + "longitude": "-70.989350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03832", + "city": "Eaton Center", + "state": "NH", + "latitude": "43.907045", + "longitude": "-71.047160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03833", + "city": "Exeter", + "state": "NH", + "latitude": "42.973783", + "longitude": "-70.976650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03835", + "city": "Farmington", + "state": "NH", + "latitude": "43.395688", + "longitude": "-71.062170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03836", + "city": "Freedom", + "state": "NH", + "latitude": "43.814201", + "longitude": "-71.080300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03837", + "city": "Gilmanton Iron Works", + "state": "NH", + "latitude": "43.435913", + "longitude": "-71.329710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03838", + "city": "Glen", + "state": "NH", + "latitude": "44.116958", + "longitude": "-71.203540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03839", + "city": "Rochester", + "state": "NH", + "latitude": "43.267581", + "longitude": "-70.985520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03840", + "city": "Greenland", + "state": "NH", + "latitude": "43.038279", + "longitude": "-70.847140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03841", + "city": "Hampstead", + "state": "NH", + "latitude": "42.880837", + "longitude": "-71.182520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03842", + "city": "Hampton", + "state": "NH", + "latitude": "42.935690", + "longitude": "-70.825140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03843", + "city": "Hampton", + "state": "NH", + "latitude": "43.005895", + "longitude": "-71.013202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03844", + "city": "Hampton Falls", + "state": "NH", + "latitude": "42.923946", + "longitude": "-70.886660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03845", + "city": "Intervale", + "state": "NH", + "latitude": "44.086488", + "longitude": "-71.138650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03846", + "city": "Jackson", + "state": "NH", + "latitude": "44.166268", + "longitude": "-71.180890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03847", + "city": "Kearsarge", + "state": "NH", + "latitude": "43.883871", + "longitude": "-71.257726", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03848", + "city": "Kingston", + "state": "NH", + "latitude": "42.923643", + "longitude": "-71.062360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03849", + "city": "Madison", + "state": "NH", + "latitude": "43.930805", + "longitude": "-71.143110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03850", + "city": "Melvin Village", + "state": "NH", + "latitude": "43.707657", + "longitude": "-71.301681", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03851", + "city": "Milton", + "state": "NH", + "latitude": "43.422942", + "longitude": "-71.011369", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03852", + "city": "Milton Mills", + "state": "NH", + "latitude": "43.500126", + "longitude": "-70.969310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03853", + "city": "Mirror Lake", + "state": "NH", + "latitude": "43.642398", + "longitude": "-71.286140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03854", + "city": "New Castle", + "state": "NH", + "latitude": "43.068338", + "longitude": "-70.723530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03855", + "city": "New Durham", + "state": "NH", + "latitude": "43.443682", + "longitude": "-71.146280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03856", + "city": "Newfields", + "state": "NH", + "latitude": "43.038330", + "longitude": "-70.950760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03857", + "city": "Newmarket", + "state": "NH", + "latitude": "43.072738", + "longitude": "-70.943360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03858", + "city": "Newton", + "state": "NH", + "latitude": "42.871322", + "longitude": "-71.048070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03859", + "city": "Newton Junction", + "state": "NH", + "latitude": "42.861915", + "longitude": "-71.040020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03860", + "city": "North Conway", + "state": "NH", + "latitude": "44.035684", + "longitude": "-71.130840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03862", + "city": "North Hampton", + "state": "NH", + "latitude": "42.977780", + "longitude": "-70.830550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03864", + "city": "Ossipee", + "state": "NH", + "latitude": "43.672636", + "longitude": "-71.102660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03865", + "city": "Plaistow", + "state": "NH", + "latitude": "42.837189", + "longitude": "-71.094450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03866", + "city": "Rochester", + "state": "NH", + "latitude": "43.411760", + "longitude": "-71.027303", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03867", + "city": "Rochester", + "state": "NH", + "latitude": "43.304163", + "longitude": "-70.998160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03868", + "city": "Rochester", + "state": "NH", + "latitude": "43.340581", + "longitude": "-70.963110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03869", + "city": "Rollinsford", + "state": "NH", + "latitude": "43.221234", + "longitude": "-70.832070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03870", + "city": "Rye", + "state": "NH", + "latitude": "43.000003", + "longitude": "-70.765170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03871", + "city": "Rye Beach", + "state": "NH", + "latitude": "42.980639", + "longitude": "-70.771896", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03872", + "city": "Sanbornville", + "state": "NH", + "latitude": "43.564008", + "longitude": "-71.034050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03873", + "city": "Sandown", + "state": "NH", + "latitude": "42.929588", + "longitude": "-71.184440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03874", + "city": "Seabrook", + "state": "NH", + "latitude": "42.884390", + "longitude": "-70.854660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03875", + "city": "Silver Lake", + "state": "NH", + "latitude": "43.868287", + "longitude": "-71.182670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03878", + "city": "Somersworth", + "state": "NH", + "latitude": "43.253783", + "longitude": "-70.875490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03882", + "city": "South Effingham", + "state": "NH", + "latitude": "43.721239", + "longitude": "-71.000060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03883", + "city": "South Tamworth", + "state": "NH", + "latitude": "43.828696", + "longitude": "-71.321040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03884", + "city": "Strafford", + "state": "NH", + "latitude": "43.257919", + "longitude": "-71.177010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03885", + "city": "Stratham", + "state": "NH", + "latitude": "43.015756", + "longitude": "-70.901920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03886", + "city": "Tamworth", + "state": "NH", + "latitude": "43.857079", + "longitude": "-71.259880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03887", + "city": "Union", + "state": "NH", + "latitude": "43.448064", + "longitude": "-71.028230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03890", + "city": "West Ossipee", + "state": "NH", + "latitude": "43.811782", + "longitude": "-71.194586", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03891", + "city": "Danville", + "state": "NH", + "latitude": "42.906495", + "longitude": "-71.140537", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03894", + "city": "Wolfeboro", + "state": "NH", + "latitude": "43.596233", + "longitude": "-71.195520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03896", + "city": "Wolfeboro Falls", + "state": "NH", + "latitude": "43.589157", + "longitude": "-71.218894", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03897", + "city": "Wonalancet", + "state": "NH", + "latitude": "43.908738", + "longitude": "-71.345070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03901", + "city": "Berwick", + "state": "ME", + "latitude": "43.290160", + "longitude": "-70.845590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03902", + "city": "Cape Neddick", + "state": "ME", + "latitude": "43.216251", + "longitude": "-70.628560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03903", + "city": "Eliot", + "state": "ME", + "latitude": "43.135435", + "longitude": "-70.793480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03904", + "city": "Kittery", + "state": "ME", + "latitude": "43.101538", + "longitude": "-70.736110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03905", + "city": "Kittery Point", + "state": "ME", + "latitude": "43.085120", + "longitude": "-70.696070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03906", + "city": "North Berwick", + "state": "ME", + "latitude": "43.327517", + "longitude": "-70.764600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03907", + "city": "Ogunquit", + "state": "ME", + "latitude": "43.247931", + "longitude": "-70.599520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03908", + "city": "South Berwick", + "state": "ME", + "latitude": "43.234782", + "longitude": "-70.778760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03909", + "city": "York", + "state": "ME", + "latitude": "43.159537", + "longitude": "-70.652390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03910", + "city": "York Beach", + "state": "ME", + "latitude": "43.211674", + "longitude": "-70.732010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "03911", + "city": "York Harbor", + "state": "ME", + "latitude": "43.155465", + "longitude": "-70.635702", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04001", + "city": "Acton", + "state": "ME", + "latitude": "43.548123", + "longitude": "-70.931890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04002", + "city": "Alfred", + "state": "ME", + "latitude": "43.490939", + "longitude": "-70.688400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04003", + "city": "Bailey Island", + "state": "ME", + "latitude": "43.730791", + "longitude": "-69.994480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04004", + "city": "Bar Mills", + "state": "ME", + "latitude": "43.365658", + "longitude": "-70.604379", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04005", + "city": "Biddeford", + "state": "ME", + "latitude": "43.480704", + "longitude": "-70.458710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04006", + "city": "Biddeford Pool", + "state": "ME", + "latitude": "43.436049", + "longitude": "-70.359800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04007", + "city": "Biddeford", + "state": "ME", + "latitude": "43.458130", + "longitude": "-70.505301", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04008", + "city": "Bowdoinham", + "state": "ME", + "latitude": "44.023057", + "longitude": "-69.883690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04009", + "city": "Bridgton", + "state": "ME", + "latitude": "44.059192", + "longitude": "-70.725520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04010", + "city": "Brownfield", + "state": "ME", + "latitude": "43.938741", + "longitude": "-70.900490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04011", + "city": "Brunswick", + "state": "ME", + "latitude": "43.899200", + "longitude": "-69.958940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04013", + "city": "Bustins Island", + "state": "ME", + "latitude": "44.408078", + "longitude": "-70.470703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04014", + "city": "Cape Porpoise", + "state": "ME", + "latitude": "43.365658", + "longitude": "-70.604379", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04015", + "city": "Casco", + "state": "ME", + "latitude": "43.952597", + "longitude": "-70.513770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04016", + "city": "Center Lovell", + "state": "ME", + "latitude": "44.180965", + "longitude": "-70.891727", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04017", + "city": "Chebeague Island", + "state": "ME", + "latitude": "43.736628", + "longitude": "-70.115220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04019", + "city": "Cliff Island", + "state": "ME", + "latitude": "43.696875", + "longitude": "-70.094480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04020", + "city": "Cornish", + "state": "ME", + "latitude": "43.773606", + "longitude": "-70.808780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04021", + "city": "Cumberland Center", + "state": "ME", + "latitude": "43.798251", + "longitude": "-70.265540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04022", + "city": "Denmark", + "state": "ME", + "latitude": "43.969000", + "longitude": "-70.788040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04024", + "city": "East Baldwin", + "state": "ME", + "latitude": "43.823849", + "longitude": "-70.684820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04027", + "city": "Lebanon", + "state": "ME", + "latitude": "43.403349", + "longitude": "-70.917190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04028", + "city": "East Parsonfield", + "state": "ME", + "latitude": "43.732391", + "longitude": "-70.845114", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04029", + "city": "Sebago", + "state": "ME", + "latitude": "43.887356", + "longitude": "-70.677550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04030", + "city": "East Waterboro", + "state": "ME", + "latitude": "43.585861", + "longitude": "-70.679300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04031", + "city": "Raymond", + "state": "ME", + "latitude": "43.916912", + "longitude": "-70.439110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04032", + "city": "Freeport", + "state": "ME", + "latitude": "43.843778", + "longitude": "-70.101720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04033", + "city": "Freeport", + "state": "ME", + "latitude": "44.408078", + "longitude": "-70.470703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04034", + "city": "Freeport", + "state": "ME", + "latitude": "44.408078", + "longitude": "-70.470703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04037", + "city": "Fryeburg", + "state": "ME", + "latitude": "44.050856", + "longitude": "-70.956480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04038", + "city": "Gorham", + "state": "ME", + "latitude": "43.697118", + "longitude": "-70.463010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04039", + "city": "Gray", + "state": "ME", + "latitude": "43.879576", + "longitude": "-70.353300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04040", + "city": "Harrison", + "state": "ME", + "latitude": "44.103892", + "longitude": "-70.653270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04041", + "city": "Hiram", + "state": "ME", + "latitude": "43.871738", + "longitude": "-70.833910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04042", + "city": "Hollis Center", + "state": "ME", + "latitude": "43.611238", + "longitude": "-70.632650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04043", + "city": "Kennebunk", + "state": "ME", + "latitude": "43.385510", + "longitude": "-70.547070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04046", + "city": "Kennebunkport", + "state": "ME", + "latitude": "43.399494", + "longitude": "-70.476900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04047", + "city": "Parsonsfield", + "state": "ME", + "latitude": "43.755002", + "longitude": "-70.898300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04048", + "city": "Limerick", + "state": "ME", + "latitude": "43.682791", + "longitude": "-70.771780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04049", + "city": "Limington", + "state": "ME", + "latitude": "43.733814", + "longitude": "-70.702630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04050", + "city": "Long Island", + "state": "ME", + "latitude": "43.692683", + "longitude": "-70.154750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04051", + "city": "Lovell", + "state": "ME", + "latitude": "44.172276", + "longitude": "-70.872310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04053", + "city": "Merepoint", + "state": "ME", + "latitude": "44.408078", + "longitude": "-70.470703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04054", + "city": "Moody", + "state": "ME", + "latitude": "43.276341", + "longitude": "-70.597752", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04055", + "city": "Naples", + "state": "ME", + "latitude": "43.959974", + "longitude": "-70.603120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04056", + "city": "Newfield", + "state": "ME", + "latitude": "43.658378", + "longitude": "-70.868871", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04057", + "city": "North Bridgton", + "state": "ME", + "latitude": "44.408078", + "longitude": "-70.470703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04061", + "city": "North Waterboro", + "state": "ME", + "latitude": "43.643195", + "longitude": "-70.730330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04062", + "city": "Windham", + "state": "ME", + "latitude": "43.810673", + "longitude": "-70.416970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04063", + "city": "Ocean Park", + "state": "ME", + "latitude": "43.504889", + "longitude": "-70.385703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04064", + "city": "Old Orchard Beach", + "state": "ME", + "latitude": "43.514864", + "longitude": "-70.385600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04065", + "city": "Ellsworth", + "state": "ME", + "latitude": "44.540983", + "longitude": "-68.423297", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04066", + "city": "Orrs Island", + "state": "ME", + "latitude": "43.763403", + "longitude": "-69.970380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04068", + "city": "Porter", + "state": "ME", + "latitude": "43.833831", + "longitude": "-70.930940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04069", + "city": "Pownal", + "state": "ME", + "latitude": "43.912616", + "longitude": "-70.178930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04070", + "city": "Scarborough", + "state": "ME", + "latitude": "43.576983", + "longitude": "-70.273642", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04071", + "city": "Raymond", + "state": "ME", + "latitude": "43.917206", + "longitude": "-70.472330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04072", + "city": "Saco", + "state": "ME", + "latitude": "43.527322", + "longitude": "-70.451710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04073", + "city": "Sanford", + "state": "ME", + "latitude": "43.426792", + "longitude": "-70.752450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04074", + "city": "Scarborough", + "state": "ME", + "latitude": "43.583224", + "longitude": "-70.352680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04075", + "city": "Sebago Lake", + "state": "ME", + "latitude": "43.796053", + "longitude": "-70.552183", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04076", + "city": "Shapleigh", + "state": "ME", + "latitude": "43.553076", + "longitude": "-70.845150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04077", + "city": "South Casco", + "state": "ME", + "latitude": "43.910029", + "longitude": "-70.524524", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04078", + "city": "South Freeport", + "state": "ME", + "latitude": "43.820774", + "longitude": "-70.120781", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04079", + "city": "Harpswell", + "state": "ME", + "latitude": "43.797398", + "longitude": "-69.952170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04081", + "city": "South Waterford", + "state": "ME", + "latitude": "44.566156", + "longitude": "-70.661557", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04082", + "city": "South Windham", + "state": "ME", + "latitude": "44.408078", + "longitude": "-70.470703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04083", + "city": "Springvale", + "state": "ME", + "latitude": "43.467037", + "longitude": "-70.802750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04084", + "city": "Standish", + "state": "ME", + "latitude": "43.761599", + "longitude": "-70.564330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04085", + "city": "Steep Falls", + "state": "ME", + "latitude": "43.770432", + "longitude": "-70.638120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04086", + "city": "Topsham", + "state": "ME", + "latitude": "43.946740", + "longitude": "-69.961630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04087", + "city": "Waterboro", + "state": "ME", + "latitude": "43.560660", + "longitude": "-70.754970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04088", + "city": "Waterford", + "state": "ME", + "latitude": "44.190761", + "longitude": "-70.707570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04090", + "city": "Wells", + "state": "ME", + "latitude": "43.320211", + "longitude": "-70.611780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04091", + "city": "West Baldwin", + "state": "ME", + "latitude": "43.824885", + "longitude": "-70.750380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04092", + "city": "Westbrook", + "state": "ME", + "latitude": "43.682148", + "longitude": "-70.358230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04093", + "city": "West Buxton", + "state": "ME", + "latitude": "43.660386", + "longitude": "-70.574920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04094", + "city": "West Kennebunk", + "state": "ME", + "latitude": "43.406101", + "longitude": "-70.573255", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04095", + "city": "West Newfield", + "state": "ME", + "latitude": "43.642631", + "longitude": "-70.912180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04096", + "city": "Yarmouth", + "state": "ME", + "latitude": "43.801773", + "longitude": "-70.179320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04097", + "city": "North Yarmouth", + "state": "ME", + "latitude": "43.842797", + "longitude": "-70.229850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04098", + "city": "Westbrook", + "state": "ME", + "latitude": "44.408078", + "longitude": "-70.470703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04101", + "city": "Portland", + "state": "ME", + "latitude": "43.660525", + "longitude": "-70.258620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04102", + "city": "Portland", + "state": "ME", + "latitude": "43.658632", + "longitude": "-70.291100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04103", + "city": "Portland", + "state": "ME", + "latitude": "43.685882", + "longitude": "-70.290300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04104", + "city": "Portland", + "state": "ME", + "latitude": "43.846490", + "longitude": "-70.464839", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04105", + "city": "Falmouth", + "state": "ME", + "latitude": "43.736732", + "longitude": "-70.260270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04106", + "city": "South Portland", + "state": "ME", + "latitude": "43.631549", + "longitude": "-70.272720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04107", + "city": "Cape Elizabeth", + "state": "ME", + "latitude": "43.604739", + "longitude": "-70.226170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04108", + "city": "Peaks Island", + "state": "ME", + "latitude": "43.665177", + "longitude": "-70.194750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04109", + "city": "Portland", + "state": "ME", + "latitude": "43.678339", + "longitude": "-70.198742", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04110", + "city": "Cumberland Foreside", + "state": "ME", + "latitude": "43.760369", + "longitude": "-70.196810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04112", + "city": "Portland", + "state": "ME", + "latitude": "44.408078", + "longitude": "-70.470703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04116", + "city": "South Portland", + "state": "ME", + "latitude": "44.408078", + "longitude": "-70.470703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04122", + "city": "Portland", + "state": "ME", + "latitude": "44.408078", + "longitude": "-70.470703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04123", + "city": "Portland", + "state": "ME", + "latitude": "44.408078", + "longitude": "-70.470703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04124", + "city": "Portland", + "state": "ME", + "latitude": "44.408078", + "longitude": "-70.470703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04210", + "city": "Auburn", + "state": "ME", + "latitude": "44.089173", + "longitude": "-70.241430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04211", + "city": "Auburn", + "state": "ME", + "latitude": "44.197009", + "longitude": "-70.239485", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04212", + "city": "Auburn", + "state": "ME", + "latitude": "44.197009", + "longitude": "-70.239485", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04216", + "city": "Andover", + "state": "ME", + "latitude": "44.661894", + "longitude": "-70.799520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04217", + "city": "Bethel", + "state": "ME", + "latitude": "44.372129", + "longitude": "-70.817500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04219", + "city": "Bryant Pond", + "state": "ME", + "latitude": "44.386951", + "longitude": "-70.630820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04220", + "city": "Buckfield", + "state": "ME", + "latitude": "44.295264", + "longitude": "-70.367100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04221", + "city": "Canton", + "state": "ME", + "latitude": "44.423658", + "longitude": "-70.313780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04222", + "city": "Durham", + "state": "ME", + "latitude": "43.972505", + "longitude": "-70.122910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04223", + "city": "Danville", + "state": "ME", + "latitude": "44.023873", + "longitude": "-70.285748", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04224", + "city": "Dixfield", + "state": "ME", + "latitude": "44.555583", + "longitude": "-70.413830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04225", + "city": "Dryden", + "state": "ME", + "latitude": "44.602705", + "longitude": "-70.226510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04226", + "city": "East Andover", + "state": "ME", + "latitude": "44.614134", + "longitude": "-70.698820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04227", + "city": "East Dixfield", + "state": "ME", + "latitude": "44.579135", + "longitude": "-70.326337", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04228", + "city": "East Livermore", + "state": "ME", + "latitude": "44.400997", + "longitude": "-70.133830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04230", + "city": "East Poland", + "state": "ME", + "latitude": "44.062672", + "longitude": "-70.327049", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04231", + "city": "Stoneham", + "state": "ME", + "latitude": "44.261562", + "longitude": "-70.870440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04234", + "city": "East Wilton", + "state": "ME", + "latitude": "44.617509", + "longitude": "-70.182012", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04236", + "city": "Greene", + "state": "ME", + "latitude": "44.194404", + "longitude": "-70.141810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04237", + "city": "Hanover", + "state": "ME", + "latitude": "44.492810", + "longitude": "-70.735600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04238", + "city": "Hebron", + "state": "ME", + "latitude": "44.197418", + "longitude": "-70.369750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04239", + "city": "Jay", + "state": "ME", + "latitude": "44.516475", + "longitude": "-70.219330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04240", + "city": "Lewiston", + "state": "ME", + "latitude": "44.094773", + "longitude": "-70.191410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04241", + "city": "Lewiston", + "state": "ME", + "latitude": "44.197009", + "longitude": "-70.239485", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04243", + "city": "Lewiston", + "state": "ME", + "latitude": "44.197009", + "longitude": "-70.239485", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04250", + "city": "Lisbon", + "state": "ME", + "latitude": "44.027509", + "longitude": "-70.109700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04252", + "city": "Lisbon Falls", + "state": "ME", + "latitude": "44.009827", + "longitude": "-70.056310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04253", + "city": "Livermore", + "state": "ME", + "latitude": "44.408579", + "longitude": "-70.224520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04254", + "city": "Livermore Falls", + "state": "ME", + "latitude": "44.470961", + "longitude": "-70.174860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04255", + "city": "Locke Mills", + "state": "ME", + "latitude": "44.359760", + "longitude": "-70.672310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04256", + "city": "Mechanic Falls", + "state": "ME", + "latitude": "44.104720", + "longitude": "-70.391970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04257", + "city": "Mexico", + "state": "ME", + "latitude": "44.556984", + "longitude": "-70.533510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04258", + "city": "Minot", + "state": "ME", + "latitude": "44.154921", + "longitude": "-70.333190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04259", + "city": "Monmouth", + "state": "ME", + "latitude": "44.231811", + "longitude": "-69.998970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04260", + "city": "New Gloucester", + "state": "ME", + "latitude": "43.957375", + "longitude": "-70.294880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04261", + "city": "Newry", + "state": "ME", + "latitude": "44.570532", + "longitude": "-70.875990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04262", + "city": "North Jay", + "state": "ME", + "latitude": "45.063384", + "longitude": "-70.381639", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04263", + "city": "Leeds", + "state": "ME", + "latitude": "44.283844", + "longitude": "-70.112540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04265", + "city": "North Monmouth", + "state": "ME", + "latitude": "44.281993", + "longitude": "-70.040270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04266", + "city": "North Turner", + "state": "ME", + "latitude": "44.357987", + "longitude": "-70.255783", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04267", + "city": "North Waterford", + "state": "ME", + "latitude": "44.566156", + "longitude": "-70.661557", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04268", + "city": "Norway", + "state": "ME", + "latitude": "44.223589", + "longitude": "-70.583660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04270", + "city": "Oxford", + "state": "ME", + "latitude": "44.114612", + "longitude": "-70.505060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04271", + "city": "Paris", + "state": "ME", + "latitude": "44.264111", + "longitude": "-70.498513", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04273", + "city": "Hanover", + "state": "ME", + "latitude": "44.498193", + "longitude": "-70.697022", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04274", + "city": "Poland", + "state": "ME", + "latitude": "44.049157", + "longitude": "-70.390770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04275", + "city": "Roxbury", + "state": "ME", + "latitude": "44.727073", + "longitude": "-70.647800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04276", + "city": "Rumford", + "state": "ME", + "latitude": "44.535990", + "longitude": "-70.566090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04278", + "city": "Rumford Center", + "state": "ME", + "latitude": "44.377031", + "longitude": "-70.568041", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04279", + "city": "Rumford", + "state": "ME", + "latitude": "44.564210", + "longitude": "-70.715864", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04280", + "city": "Sabattus", + "state": "ME", + "latitude": "44.119007", + "longitude": "-70.075680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04281", + "city": "South Paris", + "state": "ME", + "latitude": "44.235141", + "longitude": "-70.505080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04282", + "city": "Turner", + "state": "ME", + "latitude": "44.266842", + "longitude": "-70.245630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04283", + "city": "Turner Center", + "state": "ME", + "latitude": "44.197009", + "longitude": "-70.239485", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04284", + "city": "Wayne", + "state": "ME", + "latitude": "44.349542", + "longitude": "-70.056980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04285", + "city": "Weld", + "state": "ME", + "latitude": "44.697077", + "longitude": "-70.432750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04286", + "city": "West Bethel", + "state": "ME", + "latitude": "44.402050", + "longitude": "-70.860094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04287", + "city": "Bowdoin", + "state": "ME", + "latitude": "44.048154", + "longitude": "-69.968470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04288", + "city": "West Minot", + "state": "ME", + "latitude": "44.197009", + "longitude": "-70.239485", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04289", + "city": "West Paris", + "state": "ME", + "latitude": "44.325285", + "longitude": "-70.524510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04290", + "city": "Peru", + "state": "ME", + "latitude": "44.494624", + "longitude": "-70.437260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04291", + "city": "West Poland", + "state": "ME", + "latitude": "44.040857", + "longitude": "-70.453006", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04292", + "city": "Sumner", + "state": "ME", + "latitude": "44.383820", + "longitude": "-70.435330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04294", + "city": "Wilton", + "state": "ME", + "latitude": "44.602261", + "longitude": "-70.229060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04321", + "city": "Stoneham", + "state": "ME", + "latitude": "44.209214", + "longitude": "-70.818045", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04327", + "city": "Richmond", + "state": "ME", + "latitude": "44.091560", + "longitude": "-69.804077", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04330", + "city": "Augusta", + "state": "ME", + "latitude": "44.344406", + "longitude": "-69.763450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04332", + "city": "Augusta", + "state": "ME", + "latitude": "44.414056", + "longitude": "-69.751913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04333", + "city": "Augusta", + "state": "ME", + "latitude": "44.414056", + "longitude": "-69.751913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04336", + "city": "Augusta", + "state": "ME", + "latitude": "44.315693", + "longitude": "-69.818009", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04338", + "city": "Augusta", + "state": "ME", + "latitude": "44.414056", + "longitude": "-69.751913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04341", + "city": "Coopers Mills", + "state": "ME", + "latitude": "44.258771", + "longitude": "-69.551024", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04342", + "city": "Dresden", + "state": "ME", + "latitude": "44.076850", + "longitude": "-69.750120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04343", + "city": "East Winthrop", + "state": "ME", + "latitude": "44.414056", + "longitude": "-69.751913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04344", + "city": "Farmingdale", + "state": "ME", + "latitude": "44.260430", + "longitude": "-69.801220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04345", + "city": "Gardiner", + "state": "ME", + "latitude": "44.211491", + "longitude": "-69.808660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04346", + "city": "Randolph", + "state": "ME", + "latitude": "44.234914", + "longitude": "-69.757220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04347", + "city": "Hallowell", + "state": "ME", + "latitude": "44.286802", + "longitude": "-69.797880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04348", + "city": "Jefferson", + "state": "ME", + "latitude": "44.212785", + "longitude": "-69.497100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04349", + "city": "Kents Hill", + "state": "ME", + "latitude": "44.429770", + "longitude": "-70.064560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04350", + "city": "Litchfield", + "state": "ME", + "latitude": "44.174052", + "longitude": "-69.933630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04351", + "city": "Manchester", + "state": "ME", + "latitude": "44.306955", + "longitude": "-69.875180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04352", + "city": "Mount Vernon", + "state": "ME", + "latitude": "44.465990", + "longitude": "-69.960730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04353", + "city": "Whitefield", + "state": "ME", + "latitude": "44.209878", + "longitude": "-69.604270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04354", + "city": "Palermo", + "state": "ME", + "latitude": "44.384901", + "longitude": "-69.413600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04355", + "city": "Readfield", + "state": "ME", + "latitude": "44.376802", + "longitude": "-69.963530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04357", + "city": "Richmond", + "state": "ME", + "latitude": "44.117232", + "longitude": "-69.829470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04358", + "city": "South China", + "state": "ME", + "latitude": "44.428911", + "longitude": "-69.526790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04359", + "city": "South Gardiner", + "state": "ME", + "latitude": "44.183266", + "longitude": "-69.777196", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04360", + "city": "Vienna", + "state": "ME", + "latitude": "44.548458", + "longitude": "-69.985000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04363", + "city": "Windsor", + "state": "ME", + "latitude": "44.300247", + "longitude": "-69.574400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04364", + "city": "Winthrop", + "state": "ME", + "latitude": "44.318420", + "longitude": "-69.959970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04401", + "city": "Bangor", + "state": "ME", + "latitude": "44.817770", + "longitude": "-68.789520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04402", + "city": "Bangor", + "state": "ME", + "latitude": "45.519867", + "longitude": "-68.647416", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04406", + "city": "Abbot", + "state": "ME", + "latitude": "45.221933", + "longitude": "-69.490390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04408", + "city": "Aurora", + "state": "ME", + "latitude": "44.873320", + "longitude": "-68.233110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04410", + "city": "Bradford", + "state": "ME", + "latitude": "45.088295", + "longitude": "-68.909970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04411", + "city": "Bradley", + "state": "ME", + "latitude": "44.911733", + "longitude": "-68.621000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04412", + "city": "Brewer", + "state": "ME", + "latitude": "44.786960", + "longitude": "-68.754700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04413", + "city": "Brookton", + "state": "ME", + "latitude": "45.538660", + "longitude": "-67.752950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04414", + "city": "Brownville", + "state": "ME", + "latitude": "45.369216", + "longitude": "-69.034310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04415", + "city": "Brownville Junction", + "state": "ME", + "latitude": "45.351184", + "longitude": "-69.058062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04416", + "city": "Bucksport", + "state": "ME", + "latitude": "44.609813", + "longitude": "-68.783030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04417", + "city": "Burlington", + "state": "ME", + "latitude": "45.264114", + "longitude": "-68.420870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04418", + "city": "Cardville", + "state": "ME", + "latitude": "45.110336", + "longitude": "-68.621030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04419", + "city": "Carmel", + "state": "ME", + "latitude": "44.789600", + "longitude": "-69.005870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04420", + "city": "Castine", + "state": "ME", + "latitude": "44.412968", + "longitude": "-68.798047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04421", + "city": "Castine", + "state": "ME", + "latitude": "44.405928", + "longitude": "-68.793410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04422", + "city": "Charleston", + "state": "ME", + "latitude": "45.060941", + "longitude": "-69.035270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04423", + "city": "Costigan", + "state": "ME", + "latitude": "45.018950", + "longitude": "-68.489870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04424", + "city": "Danforth", + "state": "ME", + "latitude": "45.679453", + "longitude": "-67.862080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04426", + "city": "Dover Foxcroft", + "state": "ME", + "latitude": "45.195052", + "longitude": "-69.188610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04427", + "city": "Corinth", + "state": "ME", + "latitude": "44.979986", + "longitude": "-69.007460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04428", + "city": "Eddington", + "state": "ME", + "latitude": "44.798289", + "longitude": "-68.569400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04429", + "city": "Holden", + "state": "ME", + "latitude": "44.700606", + "longitude": "-68.596820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04430", + "city": "East Millinocket", + "state": "ME", + "latitude": "45.631824", + "longitude": "-68.581780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04431", + "city": "East Orland", + "state": "ME", + "latitude": "44.568010", + "longitude": "-68.681160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04434", + "city": "Etna", + "state": "ME", + "latitude": "44.802184", + "longitude": "-69.142120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04435", + "city": "Exeter", + "state": "ME", + "latitude": "44.961913", + "longitude": "-69.122140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04438", + "city": "Frankfort", + "state": "ME", + "latitude": "44.611650", + "longitude": "-68.919650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04441", + "city": "Greenville", + "state": "ME", + "latitude": "45.517693", + "longitude": "-69.522300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04442", + "city": "Greenville Junction", + "state": "ME", + "latitude": "45.479835", + "longitude": "-69.627730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04443", + "city": "Guilford", + "state": "ME", + "latitude": "45.245781", + "longitude": "-69.371910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04444", + "city": "Hampden", + "state": "ME", + "latitude": "44.735745", + "longitude": "-68.925180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04448", + "city": "Howland", + "state": "ME", + "latitude": "45.241091", + "longitude": "-68.670250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04449", + "city": "Hudson", + "state": "ME", + "latitude": "44.999621", + "longitude": "-68.884310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04450", + "city": "Kenduskeag", + "state": "ME", + "latitude": "44.921758", + "longitude": "-68.931250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04451", + "city": "Kingman", + "state": "ME", + "latitude": "45.548818", + "longitude": "-68.208410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04453", + "city": "Lagrange", + "state": "ME", + "latitude": "45.184949", + "longitude": "-68.788810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04454", + "city": "Lambert Lake", + "state": "ME", + "latitude": "45.002969", + "longitude": "-67.495548", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04455", + "city": "Lee", + "state": "ME", + "latitude": "45.333971", + "longitude": "-68.293130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04456", + "city": "Levant", + "state": "ME", + "latitude": "44.876282", + "longitude": "-68.987120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04457", + "city": "Lincoln", + "state": "ME", + "latitude": "45.368934", + "longitude": "-68.483540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04459", + "city": "Mattawamkeag", + "state": "ME", + "latitude": "45.518535", + "longitude": "-68.336230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04460", + "city": "Medway", + "state": "ME", + "latitude": "45.638612", + "longitude": "-68.520120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04461", + "city": "Milford", + "state": "ME", + "latitude": "44.956776", + "longitude": "-68.621990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04462", + "city": "Millinocket", + "state": "ME", + "latitude": "45.646916", + "longitude": "-68.748010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04463", + "city": "Milo", + "state": "ME", + "latitude": "45.241618", + "longitude": "-68.951010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04464", + "city": "Monson", + "state": "ME", + "latitude": "45.303916", + "longitude": "-69.513680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04465", + "city": "Cary", + "state": "ME", + "latitude": "45.961338", + "longitude": "-67.824005", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04467", + "city": "Olamon", + "state": "ME", + "latitude": "45.519867", + "longitude": "-68.647416", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04468", + "city": "Old Town", + "state": "ME", + "latitude": "44.951551", + "longitude": "-68.678890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04469", + "city": "Orono", + "state": "ME", + "latitude": "45.002798", + "longitude": "-68.633430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04471", + "city": "Orient", + "state": "ME", + "latitude": "45.909516", + "longitude": "-67.858560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04472", + "city": "Orland", + "state": "ME", + "latitude": "44.560479", + "longitude": "-68.690840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04473", + "city": "Orono", + "state": "ME", + "latitude": "44.889249", + "longitude": "-68.681770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04474", + "city": "Orrington", + "state": "ME", + "latitude": "44.721393", + "longitude": "-68.789050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04475", + "city": "Passadumkeag", + "state": "ME", + "latitude": "45.191812", + "longitude": "-68.589530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04476", + "city": "Penobscot", + "state": "ME", + "latitude": "44.444707", + "longitude": "-68.735760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04478", + "city": "Rockwood", + "state": "ME", + "latitude": "45.704599", + "longitude": "-69.808790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04479", + "city": "Sangerville", + "state": "ME", + "latitude": "45.129817", + "longitude": "-69.325710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04481", + "city": "Sebec", + "state": "ME", + "latitude": "45.792364", + "longitude": "-69.304630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04485", + "city": "Shirley Mills", + "state": "ME", + "latitude": "45.792364", + "longitude": "-69.304630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04487", + "city": "Springfield", + "state": "ME", + "latitude": "45.386188", + "longitude": "-68.081630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04488", + "city": "Stetson", + "state": "ME", + "latitude": "44.891869", + "longitude": "-69.110800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04489", + "city": "Stillwater", + "state": "ME", + "latitude": "44.922368", + "longitude": "-68.686796", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04490", + "city": "Topsfield", + "state": "ME", + "latitude": "45.426462", + "longitude": "-67.760090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04491", + "city": "Vanceboro", + "state": "ME", + "latitude": "45.002969", + "longitude": "-67.495548", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04492", + "city": "Waite", + "state": "ME", + "latitude": "45.002969", + "longitude": "-67.495548", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04493", + "city": "West Enfield", + "state": "ME", + "latitude": "45.247401", + "longitude": "-68.518190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04495", + "city": "Winn", + "state": "ME", + "latitude": "45.484389", + "longitude": "-68.376620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04496", + "city": "Winterport", + "state": "ME", + "latitude": "44.657697", + "longitude": "-68.895700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04497", + "city": "Wytopitlock", + "state": "ME", + "latitude": "45.733543", + "longitude": "-68.058750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04530", + "city": "Bath", + "state": "ME", + "latitude": "43.900651", + "longitude": "-69.834050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04535", + "city": "Alna", + "state": "ME", + "latitude": "44.084989", + "longitude": "-69.625350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04536", + "city": "Bayville", + "state": "ME", + "latitude": "44.021333", + "longitude": "-69.523263", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04537", + "city": "Boothbay", + "state": "ME", + "latitude": "43.907812", + "longitude": "-69.646080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04538", + "city": "Boothbay Harbor", + "state": "ME", + "latitude": "43.854240", + "longitude": "-69.632170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04539", + "city": "Bristol", + "state": "ME", + "latitude": "43.965125", + "longitude": "-69.505290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04541", + "city": "Chamberlain", + "state": "ME", + "latitude": "43.885681", + "longitude": "-69.479500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04543", + "city": "Damariscotta", + "state": "ME", + "latitude": "44.036533", + "longitude": "-69.488410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04544", + "city": "East Boothbay", + "state": "ME", + "latitude": "43.832642", + "longitude": "-69.589030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04546", + "city": "Georgetown", + "state": "ME", + "latitude": "43.767018", + "longitude": "-69.749812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04547", + "city": "Friendship", + "state": "ME", + "latitude": "43.983665", + "longitude": "-69.338850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04548", + "city": "Georgetown", + "state": "ME", + "latitude": "43.810548", + "longitude": "-69.743250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04549", + "city": "Isle Of Springs", + "state": "ME", + "latitude": "44.021333", + "longitude": "-69.523263", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04551", + "city": "Bremen", + "state": "ME", + "latitude": "43.999618", + "longitude": "-69.437380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04552", + "city": "Newagen", + "state": "ME", + "latitude": "44.021333", + "longitude": "-69.523263", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04553", + "city": "Newcastle", + "state": "ME", + "latitude": "44.048714", + "longitude": "-69.543350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04554", + "city": "New Harbor", + "state": "ME", + "latitude": "43.863028", + "longitude": "-69.513140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04555", + "city": "Nobleboro", + "state": "ME", + "latitude": "44.096194", + "longitude": "-69.478570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04556", + "city": "Edgecomb", + "state": "ME", + "latitude": "43.973476", + "longitude": "-69.635160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04557", + "city": "Richmond", + "state": "ME", + "latitude": "44.090471", + "longitude": "-69.803936", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04558", + "city": "Pemaquid", + "state": "ME", + "latitude": "43.893848", + "longitude": "-69.520410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04562", + "city": "Phippsburg", + "state": "ME", + "latitude": "43.793136", + "longitude": "-69.817780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04563", + "city": "Cushing", + "state": "ME", + "latitude": "43.993356", + "longitude": "-69.268190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04564", + "city": "Round Pond", + "state": "ME", + "latitude": "43.937468", + "longitude": "-69.457210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04565", + "city": "Sebasco Estates", + "state": "ME", + "latitude": "43.773312", + "longitude": "-69.863461", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04567", + "city": "Small Point", + "state": "ME", + "latitude": "43.900856", + "longitude": "-69.859541", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04568", + "city": "South Bristol", + "state": "ME", + "latitude": "43.863902", + "longitude": "-69.558740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04570", + "city": "Squirrel Island", + "state": "ME", + "latitude": "44.021333", + "longitude": "-69.523263", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04571", + "city": "Trevett", + "state": "ME", + "latitude": "43.882610", + "longitude": "-69.680144", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04572", + "city": "Waldoboro", + "state": "ME", + "latitude": "44.106370", + "longitude": "-69.371770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04573", + "city": "Walpole", + "state": "ME", + "latitude": "43.949672", + "longitude": "-69.551330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04574", + "city": "Washington", + "state": "ME", + "latitude": "44.274007", + "longitude": "-69.388960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04575", + "city": "West Boothbay Harbor", + "state": "ME", + "latitude": "43.854534", + "longitude": "-69.660795", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04576", + "city": "Southport", + "state": "ME", + "latitude": "43.823008", + "longitude": "-69.666610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04578", + "city": "Wiscasset", + "state": "ME", + "latitude": "43.974367", + "longitude": "-69.683660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04579", + "city": "Woolwich", + "state": "ME", + "latitude": "43.949901", + "longitude": "-69.782980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04600", + "city": "Winter Harbor", + "state": "ME", + "latitude": "44.396951", + "longitude": "-68.081184", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04605", + "city": "Ellsworth", + "state": "ME", + "latitude": "44.614885", + "longitude": "-68.436260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04606", + "city": "Addison", + "state": "ME", + "latitude": "44.556073", + "longitude": "-67.701220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04607", + "city": "Gouldsboro", + "state": "ME", + "latitude": "44.495690", + "longitude": "-68.094670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04609", + "city": "Bar Harbor", + "state": "ME", + "latitude": "44.402596", + "longitude": "-68.262040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04611", + "city": "Beals", + "state": "ME", + "latitude": "44.507801", + "longitude": "-67.602500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04612", + "city": "Bernard", + "state": "ME", + "latitude": "44.247391", + "longitude": "-68.371040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04613", + "city": "Birch Harbor", + "state": "ME", + "latitude": "44.378868", + "longitude": "-68.029150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04614", + "city": "Blue Hill", + "state": "ME", + "latitude": "44.413056", + "longitude": "-68.581560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04615", + "city": "Blue Hill Falls", + "state": "ME", + "latitude": "44.354477", + "longitude": "-68.547810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04616", + "city": "Brooklin", + "state": "ME", + "latitude": "44.275325", + "longitude": "-68.559560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04617", + "city": "Brooksville", + "state": "ME", + "latitude": "44.363587", + "longitude": "-68.743990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04619", + "city": "Calais", + "state": "ME", + "latitude": "45.166045", + "longitude": "-67.242430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04621", + "city": "Eastport", + "state": "ME", + "latitude": "44.904789", + "longitude": "-66.990529", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04622", + "city": "Cherryfield", + "state": "ME", + "latitude": "44.686731", + "longitude": "-67.991660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04623", + "city": "Columbia Falls", + "state": "ME", + "latitude": "44.695493", + "longitude": "-67.739500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04624", + "city": "Corea", + "state": "ME", + "latitude": "44.428044", + "longitude": "-67.988280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04625", + "city": "Cranberry Isles", + "state": "ME", + "latitude": "44.248715", + "longitude": "-68.259910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04626", + "city": "Cutler", + "state": "ME", + "latitude": "44.673285", + "longitude": "-67.239460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04627", + "city": "Deer Isle", + "state": "ME", + "latitude": "44.221142", + "longitude": "-68.668940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04628", + "city": "Dennysville", + "state": "ME", + "latitude": "44.894562", + "longitude": "-67.232400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04629", + "city": "East Blue Hill", + "state": "ME", + "latitude": "44.414095", + "longitude": "-68.513130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04630", + "city": "East Machias", + "state": "ME", + "latitude": "44.753992", + "longitude": "-67.378600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04631", + "city": "Eastport", + "state": "ME", + "latitude": "44.913741", + "longitude": "-67.003910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04634", + "city": "Franklin", + "state": "ME", + "latitude": "44.617844", + "longitude": "-68.235460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04635", + "city": "Frenchboro", + "state": "ME", + "latitude": "44.124476", + "longitude": "-68.349950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04637", + "city": "Grand Lake Stream", + "state": "ME", + "latitude": "45.185635", + "longitude": "-67.601026", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04640", + "city": "Hancock", + "state": "ME", + "latitude": "44.524526", + "longitude": "-68.282980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04642", + "city": "Harborside", + "state": "ME", + "latitude": "44.322421", + "longitude": "-68.809330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04643", + "city": "Harrington", + "state": "ME", + "latitude": "44.599134", + "longitude": "-67.825330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04644", + "city": "Hulls Cove", + "state": "ME", + "latitude": "44.641873", + "longitude": "-68.391481", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04645", + "city": "Isle Au Haut", + "state": "ME", + "latitude": "44.058801", + "longitude": "-68.616850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04646", + "city": "Islesford", + "state": "ME", + "latitude": "44.258201", + "longitude": "-68.227700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04648", + "city": "Jonesboro", + "state": "ME", + "latitude": "44.663206", + "longitude": "-67.595380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04649", + "city": "Jonesport", + "state": "ME", + "latitude": "44.554662", + "longitude": "-67.578080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04650", + "city": "Little Deer Isle", + "state": "ME", + "latitude": "44.286462", + "longitude": "-68.710980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04652", + "city": "Lubec", + "state": "ME", + "latitude": "44.818733", + "longitude": "-67.049960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04653", + "city": "Bass Harbor", + "state": "ME", + "latitude": "44.248615", + "longitude": "-68.352100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04654", + "city": "Machias", + "state": "ME", + "latitude": "44.802637", + "longitude": "-67.547270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04655", + "city": "Machiasport", + "state": "ME", + "latitude": "44.632707", + "longitude": "-67.394160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04656", + "city": "Manset", + "state": "ME", + "latitude": "44.641873", + "longitude": "-68.391481", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04657", + "city": "Meddybemps", + "state": "ME", + "latitude": "44.971091", + "longitude": "-67.385490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04658", + "city": "Milbridge", + "state": "ME", + "latitude": "44.512003", + "longitude": "-67.878270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04660", + "city": "Mount Desert", + "state": "ME", + "latitude": "44.346290", + "longitude": "-68.343170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04662", + "city": "Northeast Harbor", + "state": "ME", + "latitude": "44.291076", + "longitude": "-68.281430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04664", + "city": "Sullivan", + "state": "ME", + "latitude": "44.528094", + "longitude": "-68.223330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04665", + "city": "Otter Creek", + "state": "ME", + "latitude": "44.641873", + "longitude": "-68.391481", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04666", + "city": "Pembroke", + "state": "ME", + "latitude": "44.975116", + "longitude": "-67.194600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04667", + "city": "Perry", + "state": "ME", + "latitude": "44.972969", + "longitude": "-67.086970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04668", + "city": "Princeton", + "state": "ME", + "latitude": "45.188555", + "longitude": "-67.590630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04669", + "city": "Prospect Harbor", + "state": "ME", + "latitude": "44.408699", + "longitude": "-68.011420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04671", + "city": "Robbinston", + "state": "ME", + "latitude": "45.076626", + "longitude": "-67.140570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04672", + "city": "Salsbury Cove", + "state": "ME", + "latitude": "44.430435", + "longitude": "-68.284900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04673", + "city": "Sargentville", + "state": "ME", + "latitude": "44.305681", + "longitude": "-68.678420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04674", + "city": "Seal Cove", + "state": "ME", + "latitude": "44.295719", + "longitude": "-68.400920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04675", + "city": "Seal Harbor", + "state": "ME", + "latitude": "44.298106", + "longitude": "-68.240750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04676", + "city": "Sedgwick", + "state": "ME", + "latitude": "44.333099", + "longitude": "-68.656930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04677", + "city": "Sorrento", + "state": "ME", + "latitude": "44.482607", + "longitude": "-68.181850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04679", + "city": "Southwest Harbor", + "state": "ME", + "latitude": "44.278453", + "longitude": "-68.321860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04680", + "city": "Steuben", + "state": "ME", + "latitude": "44.510306", + "longitude": "-67.948790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04681", + "city": "Stonington", + "state": "ME", + "latitude": "44.168214", + "longitude": "-68.664050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04683", + "city": "Sunset", + "state": "ME", + "latitude": "44.214927", + "longitude": "-68.776900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04684", + "city": "Surry", + "state": "ME", + "latitude": "44.490635", + "longitude": "-68.500850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04685", + "city": "Swans Island", + "state": "ME", + "latitude": "44.161589", + "longitude": "-68.446070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04686", + "city": "Wesley", + "state": "ME", + "latitude": "45.002969", + "longitude": "-67.495548", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04690", + "city": "West Tremont", + "state": "ME", + "latitude": "44.641873", + "longitude": "-68.391481", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04691", + "city": "Whiting", + "state": "ME", + "latitude": "44.790082", + "longitude": "-67.247890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04693", + "city": "Winter Harbor", + "state": "ME", + "latitude": "44.384841", + "longitude": "-68.094580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04694", + "city": "Baileyville", + "state": "ME", + "latitude": "45.116525", + "longitude": "-67.424840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04724", + "city": "Poland", + "state": "ME", + "latitude": "43.995965", + "longitude": "-70.410370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04730", + "city": "Houlton", + "state": "ME", + "latitude": "46.126720", + "longitude": "-67.877980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04732", + "city": "Ashland", + "state": "ME", + "latitude": "46.640050", + "longitude": "-68.428040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04733", + "city": "Benedicta", + "state": "ME", + "latitude": "45.810781", + "longitude": "-68.399740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04734", + "city": "Blaine", + "state": "ME", + "latitude": "46.516166", + "longitude": "-68.886826", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04735", + "city": "Bridgewater", + "state": "ME", + "latitude": "46.421799", + "longitude": "-67.894170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04736", + "city": "Caribou", + "state": "ME", + "latitude": "46.878869", + "longitude": "-68.011280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04737", + "city": "Clayton Lake", + "state": "ME", + "latitude": "46.516166", + "longitude": "-68.886826", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04738", + "city": "Crouseville", + "state": "ME", + "latitude": "46.516166", + "longitude": "-68.886826", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04739", + "city": "Eagle Lake", + "state": "ME", + "latitude": "47.042226", + "longitude": "-68.615880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04740", + "city": "Easton", + "state": "ME", + "latitude": "46.657001", + "longitude": "-67.863380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04741", + "city": "Estcourt Station", + "state": "ME", + "latitude": "46.516166", + "longitude": "-68.886826", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04742", + "city": "Fort Fairfield", + "state": "ME", + "latitude": "46.774757", + "longitude": "-67.850120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04743", + "city": "Fort Kent", + "state": "ME", + "latitude": "47.209541", + "longitude": "-68.572380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04744", + "city": "Fort Kent Mills", + "state": "ME", + "latitude": "46.516166", + "longitude": "-68.886826", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04745", + "city": "Frenchville", + "state": "ME", + "latitude": "47.285196", + "longitude": "-68.387160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04746", + "city": "Grand Isle", + "state": "ME", + "latitude": "47.281126", + "longitude": "-68.142770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04747", + "city": "Island Falls", + "state": "ME", + "latitude": "46.004523", + "longitude": "-68.270040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04750", + "city": "Limestone", + "state": "ME", + "latitude": "46.936616", + "longitude": "-67.864710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04751", + "city": "Limestone", + "state": "ME", + "latitude": "46.892918", + "longitude": "-67.964300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04752", + "city": "Ashland", + "state": "ME", + "latitude": "46.602477", + "longitude": "-68.410131", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04756", + "city": "Madawaska", + "state": "ME", + "latitude": "47.345936", + "longitude": "-68.322560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04757", + "city": "Mapleton", + "state": "ME", + "latitude": "46.686190", + "longitude": "-68.147000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04758", + "city": "Mars Hill", + "state": "ME", + "latitude": "46.512409", + "longitude": "-67.866550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04759", + "city": "Masardis", + "state": "ME", + "latitude": "46.497891", + "longitude": "-68.372510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04760", + "city": "Monticello", + "state": "ME", + "latitude": "46.311845", + "longitude": "-67.855180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04761", + "city": "New Limerick", + "state": "ME", + "latitude": "46.100442", + "longitude": "-68.003376", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04762", + "city": "New Sweden", + "state": "ME", + "latitude": "46.953804", + "longitude": "-68.120400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04763", + "city": "Oakfield", + "state": "ME", + "latitude": "46.104734", + "longitude": "-68.113980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04764", + "city": "Oxbow", + "state": "ME", + "latitude": "46.416656", + "longitude": "-68.476460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04765", + "city": "Patten", + "state": "ME", + "latitude": "46.024219", + "longitude": "-68.492410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04766", + "city": "Perham", + "state": "ME", + "latitude": "46.869762", + "longitude": "-68.292900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04768", + "city": "Portage", + "state": "ME", + "latitude": "46.778192", + "longitude": "-68.499200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04769", + "city": "Presque Isle", + "state": "ME", + "latitude": "46.679321", + "longitude": "-68.002160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04770", + "city": "Quimby", + "state": "ME", + "latitude": "46.516166", + "longitude": "-68.886826", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04772", + "city": "Saint Agatha", + "state": "ME", + "latitude": "47.241717", + "longitude": "-68.339310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04773", + "city": "Saint David", + "state": "ME", + "latitude": "47.281953", + "longitude": "-68.239590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04774", + "city": "Saint Francis", + "state": "ME", + "latitude": "47.119796", + "longitude": "-69.002580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04775", + "city": "Sheridan", + "state": "ME", + "latitude": "46.516166", + "longitude": "-68.886826", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04776", + "city": "Sherman Mills", + "state": "ME", + "latitude": "45.864106", + "longitude": "-68.339860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04777", + "city": "Sherman Station", + "state": "ME", + "latitude": "45.880436", + "longitude": "-68.451730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04779", + "city": "Sinclair", + "state": "ME", + "latitude": "47.165256", + "longitude": "-68.272880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04780", + "city": "Smyrna Mills", + "state": "ME", + "latitude": "46.164163", + "longitude": "-68.232320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04781", + "city": "Soldier Pond", + "state": "ME", + "latitude": "47.163149", + "longitude": "-68.589150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04782", + "city": "Stacyville", + "state": "ME", + "latitude": "45.519867", + "longitude": "-68.647416", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04783", + "city": "Stockholm", + "state": "ME", + "latitude": "47.049301", + "longitude": "-68.208230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04785", + "city": "Van Buren", + "state": "ME", + "latitude": "47.146850", + "longitude": "-67.947180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04786", + "city": "Washburn", + "state": "ME", + "latitude": "46.785510", + "longitude": "-68.168710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04787", + "city": "Westfield", + "state": "ME", + "latitude": "46.574691", + "longitude": "-67.965310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04788", + "city": "Winterville", + "state": "ME", + "latitude": "46.516166", + "longitude": "-68.886826", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04840", + "city": "Camden", + "state": "ME", + "latitude": "44.210119", + "longitude": "-69.113626", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04841", + "city": "Rockland", + "state": "ME", + "latitude": "44.108735", + "longitude": "-69.113660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04842", + "city": "Owls Head", + "state": "ME", + "latitude": "44.086989", + "longitude": "-69.104234", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04843", + "city": "Camden", + "state": "ME", + "latitude": "44.218159", + "longitude": "-69.081840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04846", + "city": "Glen Cove", + "state": "ME", + "latitude": "44.131005", + "longitude": "-69.091111", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04847", + "city": "Hope", + "state": "ME", + "latitude": "44.232721", + "longitude": "-69.192540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04848", + "city": "Islesboro", + "state": "ME", + "latitude": "44.305981", + "longitude": "-68.908830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04849", + "city": "Lincolnville", + "state": "ME", + "latitude": "44.325944", + "longitude": "-69.030650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04850", + "city": "Lincolnville Center", + "state": "ME", + "latitude": "44.478694", + "longitude": "-69.149559", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04851", + "city": "Matinicus", + "state": "ME", + "latitude": "43.856129", + "longitude": "-68.888470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04852", + "city": "Monhegan", + "state": "ME", + "latitude": "43.764862", + "longitude": "-69.320160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04853", + "city": "North Haven", + "state": "ME", + "latitude": "44.154189", + "longitude": "-68.878100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04854", + "city": "Owls Head", + "state": "ME", + "latitude": "44.065748", + "longitude": "-69.075360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04855", + "city": "Port Clyde", + "state": "ME", + "latitude": "44.032196", + "longitude": "-69.148017", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04856", + "city": "Rockport", + "state": "ME", + "latitude": "44.180867", + "longitude": "-69.098120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04857", + "city": "Saint George", + "state": "ME", + "latitude": "44.008875", + "longitude": "-69.206290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04858", + "city": "South Thomaston", + "state": "ME", + "latitude": "44.024605", + "longitude": "-69.127810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04859", + "city": "Spruce Head", + "state": "ME", + "latitude": "43.999827", + "longitude": "-69.156080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04860", + "city": "Tenants Harbor", + "state": "ME", + "latitude": "43.946400", + "longitude": "-69.235240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04861", + "city": "Thomaston", + "state": "ME", + "latitude": "44.082602", + "longitude": "-69.175980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04862", + "city": "Union", + "state": "ME", + "latitude": "44.240765", + "longitude": "-69.270480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04863", + "city": "Vinalhaven", + "state": "ME", + "latitude": "44.061051", + "longitude": "-68.838190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04864", + "city": "Warren", + "state": "ME", + "latitude": "44.135936", + "longitude": "-69.249070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04865", + "city": "West Rockport", + "state": "ME", + "latitude": "44.192369", + "longitude": "-69.121139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04901", + "city": "Waterville", + "state": "ME", + "latitude": "44.554965", + "longitude": "-69.612970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04903", + "city": "Waterville", + "state": "ME", + "latitude": "44.549225", + "longitude": "-69.713178", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04910", + "city": "Albion", + "state": "ME", + "latitude": "44.513491", + "longitude": "-69.434960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04911", + "city": "Anson", + "state": "ME", + "latitude": "44.780290", + "longitude": "-69.934240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04912", + "city": "Athens", + "state": "ME", + "latitude": "44.949136", + "longitude": "-69.649680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04915", + "city": "Belfast", + "state": "ME", + "latitude": "44.445295", + "longitude": "-69.022570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04917", + "city": "Belgrade", + "state": "ME", + "latitude": "44.493133", + "longitude": "-69.833480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04918", + "city": "Belgrade Lakes", + "state": "ME", + "latitude": "44.414056", + "longitude": "-69.751913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04920", + "city": "Bingham", + "state": "ME", + "latitude": "45.079520", + "longitude": "-69.847230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04921", + "city": "Brooks", + "state": "ME", + "latitude": "44.554501", + "longitude": "-69.126040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04922", + "city": "Burnham", + "state": "ME", + "latitude": "44.667844", + "longitude": "-69.373980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04923", + "city": "Cambridge", + "state": "ME", + "latitude": "45.031691", + "longitude": "-69.446720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04924", + "city": "Canaan", + "state": "ME", + "latitude": "44.765617", + "longitude": "-69.556940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04925", + "city": "Caratunk", + "state": "ME", + "latitude": "45.249363", + "longitude": "-69.943300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04926", + "city": "China", + "state": "ME", + "latitude": "44.391167", + "longitude": "-69.538257", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04927", + "city": "Clinton", + "state": "ME", + "latitude": "44.659486", + "longitude": "-69.530640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04928", + "city": "Corinna", + "state": "ME", + "latitude": "44.949001", + "longitude": "-69.273270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04929", + "city": "Detroit", + "state": "ME", + "latitude": "44.785927", + "longitude": "-69.303760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04930", + "city": "Dexter", + "state": "ME", + "latitude": "45.023476", + "longitude": "-69.297250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04932", + "city": "Dixmont", + "state": "ME", + "latitude": "44.689677", + "longitude": "-69.124800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04933", + "city": "East Newport", + "state": "ME", + "latitude": "45.519867", + "longitude": "-68.647416", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04935", + "city": "East Vassalboro", + "state": "ME", + "latitude": "44.414056", + "longitude": "-69.751913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04936", + "city": "Eustis", + "state": "ME", + "latitude": "45.325768", + "longitude": "-70.540620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04937", + "city": "Fairfield", + "state": "ME", + "latitude": "44.603329", + "longitude": "-69.636270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04938", + "city": "Farmington", + "state": "ME", + "latitude": "44.667760", + "longitude": "-70.123620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04939", + "city": "Garland", + "state": "ME", + "latitude": "45.046491", + "longitude": "-69.147470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04940", + "city": "Farmington Falls", + "state": "ME", + "latitude": "44.622563", + "longitude": "-70.075178", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04941", + "city": "Freedom", + "state": "ME", + "latitude": "44.466012", + "longitude": "-69.313370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04942", + "city": "Harmony", + "state": "ME", + "latitude": "44.985047", + "longitude": "-69.565230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04943", + "city": "Hartland", + "state": "ME", + "latitude": "44.861365", + "longitude": "-69.499340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04944", + "city": "Hinckley", + "state": "ME", + "latitude": "44.684737", + "longitude": "-69.642500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04945", + "city": "Jackman", + "state": "ME", + "latitude": "45.587713", + "longitude": "-70.272570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04947", + "city": "Kingfield", + "state": "ME", + "latitude": "45.018122", + "longitude": "-70.266900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04949", + "city": "Liberty", + "state": "ME", + "latitude": "44.371109", + "longitude": "-69.327440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04950", + "city": "Madison", + "state": "ME", + "latitude": "44.819206", + "longitude": "-69.827820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04951", + "city": "Monroe", + "state": "ME", + "latitude": "44.599607", + "longitude": "-69.045420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04952", + "city": "Morrill", + "state": "ME", + "latitude": "44.417725", + "longitude": "-69.151960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04953", + "city": "Newport", + "state": "ME", + "latitude": "44.855490", + "longitude": "-69.263970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04954", + "city": "New Portland", + "state": "ME", + "latitude": "44.904101", + "longitude": "-70.104530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04955", + "city": "New Sharon", + "state": "ME", + "latitude": "44.638255", + "longitude": "-70.015250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04956", + "city": "New Vineyard", + "state": "ME", + "latitude": "44.797810", + "longitude": "-70.124430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04957", + "city": "Norridgewock", + "state": "ME", + "latitude": "44.700173", + "longitude": "-69.825540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04958", + "city": "North Anson", + "state": "ME", + "latitude": "44.926344", + "longitude": "-69.935210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04961", + "city": "North New Portland", + "state": "ME", + "latitude": "45.056328", + "longitude": "-70.086520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04962", + "city": "North Vassalboro", + "state": "ME", + "latitude": "44.464439", + "longitude": "-69.616990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04963", + "city": "Oakland", + "state": "ME", + "latitude": "44.560495", + "longitude": "-69.769380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04964", + "city": "Oquossoc", + "state": "ME", + "latitude": "44.924121", + "longitude": "-70.767860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04965", + "city": "Palmyra", + "state": "ME", + "latitude": "44.845899", + "longitude": "-69.367750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04966", + "city": "Phillips", + "state": "ME", + "latitude": "44.840352", + "longitude": "-70.372350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04967", + "city": "Pittsfield", + "state": "ME", + "latitude": "44.774328", + "longitude": "-69.406160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04969", + "city": "Plymouth", + "state": "ME", + "latitude": "44.767975", + "longitude": "-69.211910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04970", + "city": "Rangeley", + "state": "ME", + "latitude": "44.966701", + "longitude": "-70.657600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04971", + "city": "Saint Albans", + "state": "ME", + "latitude": "44.927382", + "longitude": "-69.387520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04972", + "city": "Sandy Point", + "state": "ME", + "latitude": "44.478694", + "longitude": "-69.149559", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04973", + "city": "Searsmont", + "state": "ME", + "latitude": "44.369557", + "longitude": "-69.188200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04974", + "city": "Searsport", + "state": "ME", + "latitude": "44.500622", + "longitude": "-68.928290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04975", + "city": "Shawmut", + "state": "ME", + "latitude": "44.624515", + "longitude": "-69.586852", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04976", + "city": "Skowhegan", + "state": "ME", + "latitude": "44.782568", + "longitude": "-69.692120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04978", + "city": "Smithfield", + "state": "ME", + "latitude": "44.624821", + "longitude": "-69.811170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04979", + "city": "Solon", + "state": "ME", + "latitude": "44.940536", + "longitude": "-69.807590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04981", + "city": "Stockton Springs", + "state": "ME", + "latitude": "44.499082", + "longitude": "-68.856670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04982", + "city": "Stratton", + "state": "ME", + "latitude": "45.137607", + "longitude": "-70.446060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04983", + "city": "Strong", + "state": "ME", + "latitude": "44.822625", + "longitude": "-70.217780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04984", + "city": "Temple", + "state": "ME", + "latitude": "44.688292", + "longitude": "-70.237730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04985", + "city": "West Forks", + "state": "ME", + "latitude": "45.380034", + "longitude": "-69.908920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04986", + "city": "Thorndike", + "state": "ME", + "latitude": "44.555643", + "longitude": "-69.232410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04987", + "city": "Troy", + "state": "ME", + "latitude": "44.678838", + "longitude": "-69.269180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04988", + "city": "Unity", + "state": "ME", + "latitude": "44.605090", + "longitude": "-69.330220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04989", + "city": "Vassalboro", + "state": "ME", + "latitude": "44.398851", + "longitude": "-69.651810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "04992", + "city": "West Farmington", + "state": "ME", + "latitude": "44.662822", + "longitude": "-70.153049", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05001", + "city": "White River Junction", + "state": "VT", + "latitude": "43.662892", + "longitude": "-72.368250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05009", + "city": "White River Junction", + "state": "VT", + "latitude": "43.592039", + "longitude": "-72.588407", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05030", + "city": "Ascutney", + "state": "VT", + "latitude": "43.410672", + "longitude": "-72.429777", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05031", + "city": "Barnard", + "state": "VT", + "latitude": "43.735816", + "longitude": "-72.602600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05032", + "city": "Bethel", + "state": "VT", + "latitude": "43.811958", + "longitude": "-72.644930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05033", + "city": "Bradford", + "state": "VT", + "latitude": "43.994064", + "longitude": "-72.155340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05034", + "city": "Bridgewater", + "state": "VT", + "latitude": "43.577762", + "longitude": "-72.617890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05035", + "city": "Bridgewater Corners", + "state": "VT", + "latitude": "43.608849", + "longitude": "-72.679900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05036", + "city": "Brookfield", + "state": "VT", + "latitude": "44.025910", + "longitude": "-72.585020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05037", + "city": "Brownsville", + "state": "VT", + "latitude": "43.461468", + "longitude": "-72.487430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05038", + "city": "Chelsea", + "state": "VT", + "latitude": "43.989583", + "longitude": "-72.462760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05039", + "city": "Corinth", + "state": "VT", + "latitude": "44.026521", + "longitude": "-72.293470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05040", + "city": "East Corinth", + "state": "VT", + "latitude": "44.070771", + "longitude": "-72.212750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05041", + "city": "East Randolph", + "state": "VT", + "latitude": "43.966821", + "longitude": "-72.547840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05042", + "city": "East Ryegate", + "state": "VT", + "latitude": "44.213499", + "longitude": "-72.080370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05043", + "city": "East Thetford", + "state": "VT", + "latitude": "43.795686", + "longitude": "-72.213250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05045", + "city": "Fairlee", + "state": "VT", + "latitude": "43.919887", + "longitude": "-72.206550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05046", + "city": "Groton", + "state": "VT", + "latitude": "44.254302", + "longitude": "-72.226690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05047", + "city": "Hartford", + "state": "VT", + "latitude": "43.672103", + "longitude": "-72.355539", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05048", + "city": "Hartland", + "state": "VT", + "latitude": "43.566105", + "longitude": "-72.399410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05049", + "city": "Hartland Four Corners", + "state": "VT", + "latitude": "43.592039", + "longitude": "-72.588407", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05050", + "city": "McIndoe Falls", + "state": "VT", + "latitude": "44.462390", + "longitude": "-72.135804", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05051", + "city": "Newbury", + "state": "VT", + "latitude": "44.075132", + "longitude": "-72.071740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05052", + "city": "North Hartland", + "state": "VT", + "latitude": "43.598261", + "longitude": "-72.351000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05053", + "city": "North Pomfret", + "state": "VT", + "latitude": "43.714887", + "longitude": "-72.498860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05054", + "city": "North Thetford", + "state": "VT", + "latitude": "43.852619", + "longitude": "-72.187980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05055", + "city": "Norwich", + "state": "VT", + "latitude": "43.735335", + "longitude": "-72.290860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05056", + "city": "Plymouth", + "state": "VT", + "latitude": "43.531612", + "longitude": "-72.721790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05058", + "city": "Post Mills", + "state": "VT", + "latitude": "43.884626", + "longitude": "-72.260750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05059", + "city": "Quechee", + "state": "VT", + "latitude": "43.649153", + "longitude": "-72.429430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05060", + "city": "Randolph", + "state": "VT", + "latitude": "43.954353", + "longitude": "-72.669160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05061", + "city": "Randolph Center", + "state": "VT", + "latitude": "43.928369", + "longitude": "-72.573100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05062", + "city": "Reading", + "state": "VT", + "latitude": "43.485715", + "longitude": "-72.553600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05065", + "city": "Sharon", + "state": "VT", + "latitude": "43.775807", + "longitude": "-72.423870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05067", + "city": "South Pomfret", + "state": "VT", + "latitude": "43.687515", + "longitude": "-72.542720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05068", + "city": "South Royalton", + "state": "VT", + "latitude": "43.808623", + "longitude": "-72.532080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05069", + "city": "South Ryegate", + "state": "VT", + "latitude": "44.168111", + "longitude": "-72.142450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05070", + "city": "South Strafford", + "state": "VT", + "latitude": "43.830375", + "longitude": "-72.362280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05071", + "city": "South Woodstock", + "state": "VT", + "latitude": "43.568095", + "longitude": "-72.553270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05072", + "city": "Strafford", + "state": "VT", + "latitude": "43.890244", + "longitude": "-72.393640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05073", + "city": "Taftsville", + "state": "VT", + "latitude": "43.625216", + "longitude": "-72.477560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05074", + "city": "Thetford", + "state": "VT", + "latitude": "43.815621", + "longitude": "-72.222750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05075", + "city": "Thetford Center", + "state": "VT", + "latitude": "43.831780", + "longitude": "-72.271250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05076", + "city": "East Corinth", + "state": "VT", + "latitude": "44.128666", + "longitude": "-72.234500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05077", + "city": "Tunbridge", + "state": "VT", + "latitude": "43.897183", + "longitude": "-72.484800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05079", + "city": "Vershire", + "state": "VT", + "latitude": "43.948258", + "longitude": "-72.320920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05080", + "city": "Hartford", + "state": "VT", + "latitude": "43.716375", + "longitude": "-72.403244", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05081", + "city": "Wells River", + "state": "VT", + "latitude": "44.135828", + "longitude": "-72.090610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05083", + "city": "West Fairlee", + "state": "VT", + "latitude": "43.910089", + "longitude": "-72.266370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05084", + "city": "West Hartford", + "state": "VT", + "latitude": "43.720826", + "longitude": "-72.433720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05085", + "city": "West Newbury", + "state": "VT", + "latitude": "44.062646", + "longitude": "-72.139460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05086", + "city": "West Topsham", + "state": "VT", + "latitude": "44.116731", + "longitude": "-72.319150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05088", + "city": "Wilder", + "state": "VT", + "latitude": "43.676947", + "longitude": "-72.308200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05089", + "city": "Windsor", + "state": "VT", + "latitude": "43.486791", + "longitude": "-72.426110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05091", + "city": "Woodstock", + "state": "VT", + "latitude": "43.631076", + "longitude": "-72.537390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05101", + "city": "Bellows Falls", + "state": "VT", + "latitude": "43.156451", + "longitude": "-72.472900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05124", + "city": "Cavendish", + "state": "VT", + "latitude": "43.441399", + "longitude": "-72.533124", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05141", + "city": "Cambridgeport", + "state": "VT", + "latitude": "42.994670", + "longitude": "-72.720362", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05142", + "city": "Cavendish", + "state": "VT", + "latitude": "43.404220", + "longitude": "-72.590480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05143", + "city": "Chester", + "state": "VT", + "latitude": "43.264490", + "longitude": "-72.618310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05144", + "city": "Chester Depot", + "state": "VT", + "latitude": "43.592039", + "longitude": "-72.588407", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05146", + "city": "Grafton", + "state": "VT", + "latitude": "43.186044", + "longitude": "-72.616610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05148", + "city": "Londonderry", + "state": "VT", + "latitude": "43.238921", + "longitude": "-72.801060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05149", + "city": "Ludlow", + "state": "VT", + "latitude": "43.416827", + "longitude": "-72.704160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05150", + "city": "North Springfield", + "state": "VT", + "latitude": "43.334787", + "longitude": "-72.530530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05151", + "city": "Perkinsville", + "state": "VT", + "latitude": "43.380411", + "longitude": "-72.493970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05152", + "city": "Peru", + "state": "VT", + "latitude": "43.242830", + "longitude": "-72.883090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05153", + "city": "Proctorsville", + "state": "VT", + "latitude": "43.439302", + "longitude": "-72.637380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05154", + "city": "Saxtons River", + "state": "VT", + "latitude": "43.139961", + "longitude": "-72.508440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05155", + "city": "South Londonderry", + "state": "VT", + "latitude": "43.158484", + "longitude": "-72.844970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05156", + "city": "Springfield", + "state": "VT", + "latitude": "43.300126", + "longitude": "-72.477670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05158", + "city": "Westminster", + "state": "VT", + "latitude": "43.093695", + "longitude": "-72.450540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05159", + "city": "Westminster Station", + "state": "VT", + "latitude": "43.093972", + "longitude": "-72.456492", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05161", + "city": "Weston", + "state": "VT", + "latitude": "43.303613", + "longitude": "-72.791340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05201", + "city": "Bennington", + "state": "VT", + "latitude": "42.882231", + "longitude": "-73.178730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05210", + "city": "Woodford", + "state": "VT", + "latitude": "42.886696", + "longitude": "-73.012715", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05219", + "city": "Barnet", + "state": "VT", + "latitude": "44.352579", + "longitude": "-72.031815", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05233", + "city": "Sudbury", + "state": "VT", + "latitude": "43.761499", + "longitude": "-73.187699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05250", + "city": "Arlington", + "state": "VT", + "latitude": "43.106492", + "longitude": "-73.174050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05251", + "city": "Dorset", + "state": "VT", + "latitude": "43.266886", + "longitude": "-73.113080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05252", + "city": "East Arlington", + "state": "VT", + "latitude": "43.065891", + "longitude": "-73.078240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05253", + "city": "East Dorset", + "state": "VT", + "latitude": "43.243449", + "longitude": "-73.007580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05254", + "city": "Manchester", + "state": "VT", + "latitude": "43.162074", + "longitude": "-73.071550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05255", + "city": "Manchester Center", + "state": "VT", + "latitude": "43.172699", + "longitude": "-73.052610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05257", + "city": "North Bennington", + "state": "VT", + "latitude": "42.936801", + "longitude": "-73.248380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05260", + "city": "North Pownal", + "state": "VT", + "latitude": "42.797636", + "longitude": "-73.257160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05261", + "city": "Pownal", + "state": "VT", + "latitude": "42.776384", + "longitude": "-73.213950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05262", + "city": "Shaftsbury", + "state": "VT", + "latitude": "42.977018", + "longitude": "-73.166020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05267", + "city": "Sutton", + "state": "VT", + "latitude": "44.687700", + "longitude": "-72.011815", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05286", + "city": "Craftsbury", + "state": "VT", + "latitude": "44.627698", + "longitude": "-72.434398", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05301", + "city": "Brattleboro", + "state": "VT", + "latitude": "42.849957", + "longitude": "-72.623280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05302", + "city": "Brattleboro", + "state": "VT", + "latitude": "42.994670", + "longitude": "-72.720362", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05303", + "city": "Brattleboro", + "state": "VT", + "latitude": "42.994670", + "longitude": "-72.720362", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05304", + "city": "Brattleboro", + "state": "VT", + "latitude": "42.994670", + "longitude": "-72.720362", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05340", + "city": "Bondville", + "state": "VT", + "latitude": "43.156010", + "longitude": "-72.913470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05341", + "city": "East Dover", + "state": "VT", + "latitude": "42.952754", + "longitude": "-72.796940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05342", + "city": "Jacksonville", + "state": "VT", + "latitude": "42.781648", + "longitude": "-72.806090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05343", + "city": "Jamaica", + "state": "VT", + "latitude": "43.103191", + "longitude": "-72.792500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05344", + "city": "Marlboro", + "state": "VT", + "latitude": "42.851149", + "longitude": "-72.740730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05345", + "city": "Newfane", + "state": "VT", + "latitude": "43.003271", + "longitude": "-72.657770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05346", + "city": "Putney", + "state": "VT", + "latitude": "43.024190", + "longitude": "-72.517250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05350", + "city": "Readsboro", + "state": "VT", + "latitude": "42.779542", + "longitude": "-72.961460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05351", + "city": "South Newfane", + "state": "VT", + "latitude": "42.934798", + "longitude": "-72.750620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05352", + "city": "Readsboro", + "state": "VT", + "latitude": "42.765401", + "longitude": "-73.060250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05353", + "city": "Townshend", + "state": "VT", + "latitude": "43.049430", + "longitude": "-72.666430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05354", + "city": "Vernon", + "state": "VT", + "latitude": "42.768143", + "longitude": "-72.518350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05355", + "city": "Wardsboro", + "state": "VT", + "latitude": "43.034152", + "longitude": "-72.807480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05356", + "city": "West Dover", + "state": "VT", + "latitude": "42.952974", + "longitude": "-72.872370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05357", + "city": "West Dummerston", + "state": "VT", + "latitude": "42.957233", + "longitude": "-72.624080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05358", + "city": "West Halifax", + "state": "VT", + "latitude": "42.774480", + "longitude": "-72.717020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05359", + "city": "West Townshend", + "state": "VT", + "latitude": "43.149377", + "longitude": "-72.724920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05360", + "city": "West Wardsboro", + "state": "VT", + "latitude": "43.028157", + "longitude": "-72.879140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05361", + "city": "Whitingham", + "state": "VT", + "latitude": "42.782281", + "longitude": "-72.869620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05362", + "city": "Williamsville", + "state": "VT", + "latitude": "42.944500", + "longitude": "-72.692220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05363", + "city": "Wilmington", + "state": "VT", + "latitude": "42.886921", + "longitude": "-72.864570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05364", + "city": "Westminster", + "state": "VT", + "latitude": "43.061436", + "longitude": "-72.518880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05401", + "city": "Burlington", + "state": "VT", + "latitude": "44.484038", + "longitude": "-73.221260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05402", + "city": "Burlington", + "state": "VT", + "latitude": "44.442117", + "longitude": "-73.082525", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05403", + "city": "South Burlington", + "state": "VT", + "latitude": "44.451941", + "longitude": "-73.179410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05404", + "city": "Winooski", + "state": "VT", + "latitude": "44.494999", + "longitude": "-73.182590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05405", + "city": "Burlington", + "state": "VT", + "latitude": "44.442117", + "longitude": "-73.082525", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05406", + "city": "Burlington", + "state": "VT", + "latitude": "44.442117", + "longitude": "-73.082525", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05407", + "city": "South Burlington", + "state": "VT", + "latitude": "44.442117", + "longitude": "-73.082525", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05418", + "city": "Fletcher", + "state": "VT", + "latitude": "44.738007", + "longitude": "-72.878140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05433", + "city": "Lincoln", + "state": "VT", + "latitude": "44.039878", + "longitude": "-73.015358", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05439", + "city": "Colchester", + "state": "VT", + "latitude": "44.495180", + "longitude": "-73.165092", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05440", + "city": "Alburg", + "state": "VT", + "latitude": "44.966836", + "longitude": "-73.270280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05441", + "city": "Bakersfield", + "state": "VT", + "latitude": "44.772886", + "longitude": "-72.788540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05442", + "city": "Belvidere Center", + "state": "VT", + "latitude": "44.755398", + "longitude": "-72.680290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05443", + "city": "Bristol", + "state": "VT", + "latitude": "44.129002", + "longitude": "-73.052580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05444", + "city": "Cambridge", + "state": "VT", + "latitude": "44.645649", + "longitude": "-72.901510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05445", + "city": "Charlotte", + "state": "VT", + "latitude": "44.309241", + "longitude": "-73.235040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05446", + "city": "Colchester", + "state": "VT", + "latitude": "44.541902", + "longitude": "-73.196590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05447", + "city": "East Berkshire", + "state": "VT", + "latitude": "44.824855", + "longitude": "-72.895849", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05448", + "city": "East Fairfield", + "state": "VT", + "latitude": "44.751801", + "longitude": "-72.882470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05449", + "city": "Colchester", + "state": "VT", + "latitude": "44.442117", + "longitude": "-73.082525", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05450", + "city": "Enosburg Falls", + "state": "VT", + "latitude": "44.885689", + "longitude": "-72.789920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05451", + "city": "Essex", + "state": "VT", + "latitude": "44.508350", + "longitude": "-73.050271", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05452", + "city": "Essex Junction", + "state": "VT", + "latitude": "44.501991", + "longitude": "-73.093760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05453", + "city": "Essex Junction", + "state": "VT", + "latitude": "44.442117", + "longitude": "-73.082525", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05454", + "city": "Fairfax", + "state": "VT", + "latitude": "44.693805", + "longitude": "-73.040990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05455", + "city": "Fairfield", + "state": "VT", + "latitude": "44.801734", + "longitude": "-72.962130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05456", + "city": "Ferrisburg", + "state": "VT", + "latitude": "44.204926", + "longitude": "-73.251430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05457", + "city": "Franklin", + "state": "VT", + "latitude": "44.961552", + "longitude": "-72.893510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05458", + "city": "Grand Isle", + "state": "VT", + "latitude": "44.712593", + "longitude": "-73.305260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05459", + "city": "Highgate Center", + "state": "VT", + "latitude": "44.941617", + "longitude": "-73.030560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05460", + "city": "Highgate Springs", + "state": "VT", + "latitude": "44.974765", + "longitude": "-73.105205", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05461", + "city": "Hinesburg", + "state": "VT", + "latitude": "44.332217", + "longitude": "-73.092540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05462", + "city": "Huntington", + "state": "VT", + "latitude": "44.304004", + "longitude": "-72.979990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05463", + "city": "Isle La Motte", + "state": "VT", + "latitude": "44.866344", + "longitude": "-73.330810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05464", + "city": "Jeffersonville", + "state": "VT", + "latitude": "44.636283", + "longitude": "-72.822570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05465", + "city": "Jericho", + "state": "VT", + "latitude": "44.486113", + "longitude": "-72.963170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05466", + "city": "Jonesville", + "state": "VT", + "latitude": "44.362504", + "longitude": "-73.019801", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05468", + "city": "Milton", + "state": "VT", + "latitude": "44.641974", + "longitude": "-73.134690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05469", + "city": "Monkton", + "state": "VT", + "latitude": "44.240375", + "longitude": "-73.134702", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05470", + "city": "Montgomery", + "state": "VT", + "latitude": "44.824855", + "longitude": "-72.895849", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05471", + "city": "Montgomery Center", + "state": "VT", + "latitude": "44.874895", + "longitude": "-72.587980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05472", + "city": "New Haven", + "state": "VT", + "latitude": "44.121825", + "longitude": "-73.166000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05473", + "city": "North Ferrisburg", + "state": "VT", + "latitude": "44.255574", + "longitude": "-73.222530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05474", + "city": "North Hero", + "state": "VT", + "latitude": "44.831101", + "longitude": "-73.273540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05476", + "city": "Richford", + "state": "VT", + "latitude": "44.970417", + "longitude": "-72.663160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05477", + "city": "Richmond", + "state": "VT", + "latitude": "44.392443", + "longitude": "-72.959360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05478", + "city": "Saint Albans", + "state": "VT", + "latitude": "44.807555", + "longitude": "-73.090770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05479", + "city": "Saint Albans", + "state": "VT", + "latitude": "44.824855", + "longitude": "-72.895849", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05481", + "city": "Saint Albans Bay", + "state": "VT", + "latitude": "44.824855", + "longitude": "-72.895849", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05482", + "city": "Shelburne", + "state": "VT", + "latitude": "44.388556", + "longitude": "-73.223180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05483", + "city": "Sheldon", + "state": "VT", + "latitude": "44.884125", + "longitude": "-72.975100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05485", + "city": "Sheldon Springs", + "state": "VT", + "latitude": "44.905573", + "longitude": "-72.963154", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05486", + "city": "South Hero", + "state": "VT", + "latitude": "44.645192", + "longitude": "-73.314520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05487", + "city": "Starksboro", + "state": "VT", + "latitude": "44.224103", + "longitude": "-73.031640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05488", + "city": "Swanton", + "state": "VT", + "latitude": "44.930163", + "longitude": "-73.120990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05489", + "city": "Underhill", + "state": "VT", + "latitude": "44.546538", + "longitude": "-72.926490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05490", + "city": "Underhill Center", + "state": "VT", + "latitude": "44.504656", + "longitude": "-72.885253", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05491", + "city": "Vergennes", + "state": "VT", + "latitude": "44.127530", + "longitude": "-73.284370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05492", + "city": "Waterville", + "state": "VT", + "latitude": "44.708468", + "longitude": "-72.758500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05494", + "city": "Westford", + "state": "VT", + "latitude": "44.608283", + "longitude": "-73.009790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05495", + "city": "Williston", + "state": "VT", + "latitude": "44.445240", + "longitude": "-73.099170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05501", + "city": "Andover", + "state": "MA", + "latitude": "42.647191", + "longitude": "-71.184202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05544", + "city": "Andover", + "state": "MA", + "latitude": "42.647191", + "longitude": "-71.184202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05601", + "city": "Montpelier", + "state": "VT", + "latitude": "44.199060", + "longitude": "-72.559638", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05602", + "city": "Montpelier", + "state": "VT", + "latitude": "44.265633", + "longitude": "-72.596860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05603", + "city": "Montpelier", + "state": "VT", + "latitude": "44.156554", + "longitude": "-72.655892", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05604", + "city": "Montpelier", + "state": "VT", + "latitude": "44.259518", + "longitude": "-72.585018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05609", + "city": "Montpelier", + "state": "VT", + "latitude": "44.259518", + "longitude": "-72.585018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05620", + "city": "Montpelier", + "state": "VT", + "latitude": "44.259518", + "longitude": "-72.585018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05626", + "city": "Waterbury", + "state": "VT", + "latitude": "44.352339", + "longitude": "-72.779614", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05633", + "city": "Montpelier", + "state": "VT", + "latitude": "44.259518", + "longitude": "-72.585018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05640", + "city": "Adamant", + "state": "VT", + "latitude": "44.354296", + "longitude": "-72.490530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05641", + "city": "Barre", + "state": "VT", + "latitude": "44.194307", + "longitude": "-72.494430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05647", + "city": "Cabot", + "state": "VT", + "latitude": "44.414576", + "longitude": "-72.286520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05648", + "city": "Calais", + "state": "VT", + "latitude": "44.375726", + "longitude": "-72.495090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05649", + "city": "East Barre", + "state": "VT", + "latitude": "44.152477", + "longitude": "-72.433280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05650", + "city": "East Calais", + "state": "VT", + "latitude": "44.403899", + "longitude": "-72.443280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05651", + "city": "East Montpelier", + "state": "VT", + "latitude": "44.282269", + "longitude": "-72.489830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05652", + "city": "Eden", + "state": "VT", + "latitude": "44.715079", + "longitude": "-72.571700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05653", + "city": "Eden Mills", + "state": "VT", + "latitude": "44.711083", + "longitude": "-72.508460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05654", + "city": "Graniteville", + "state": "VT", + "latitude": "44.140716", + "longitude": "-72.476750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05655", + "city": "Hyde Park", + "state": "VT", + "latitude": "44.610931", + "longitude": "-72.599710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05656", + "city": "Johnson", + "state": "VT", + "latitude": "44.645219", + "longitude": "-72.679410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05657", + "city": "Lake Elmore", + "state": "VT", + "latitude": "44.541415", + "longitude": "-72.526930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05658", + "city": "Marshfield", + "state": "VT", + "latitude": "44.353823", + "longitude": "-72.349250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05660", + "city": "Moretown", + "state": "VT", + "latitude": "44.248198", + "longitude": "-72.785250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05661", + "city": "Morrisville", + "state": "VT", + "latitude": "44.549391", + "longitude": "-72.603320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05662", + "city": "Moscow", + "state": "VT", + "latitude": "44.442001", + "longitude": "-72.718759", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05663", + "city": "Northfield", + "state": "VT", + "latitude": "44.141056", + "longitude": "-72.664430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05664", + "city": "Northfield Falls", + "state": "VT", + "latitude": "44.171238", + "longitude": "-72.649760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05665", + "city": "North Hyde Park", + "state": "VT", + "latitude": "44.673070", + "longitude": "-72.597057", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05666", + "city": "North Montpelier", + "state": "VT", + "latitude": "44.338650", + "longitude": "-72.443820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05667", + "city": "Plainfield", + "state": "VT", + "latitude": "44.295577", + "longitude": "-72.423650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05669", + "city": "Roxbury", + "state": "VT", + "latitude": "44.062311", + "longitude": "-72.743640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05670", + "city": "South Barre", + "state": "VT", + "latitude": "44.175744", + "longitude": "-72.502470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05671", + "city": "Waterbury", + "state": "VT", + "latitude": "44.259518", + "longitude": "-72.585018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05672", + "city": "Stowe", + "state": "VT", + "latitude": "44.475387", + "longitude": "-72.702250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05673", + "city": "Waitsfield", + "state": "VT", + "latitude": "44.184704", + "longitude": "-72.836700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05674", + "city": "Warren", + "state": "VT", + "latitude": "44.106922", + "longitude": "-72.858160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05675", + "city": "Washington", + "state": "VT", + "latitude": "44.083457", + "longitude": "-72.422000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05676", + "city": "Waterbury", + "state": "VT", + "latitude": "44.348486", + "longitude": "-72.770810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05677", + "city": "Waterbury Center", + "state": "VT", + "latitude": "44.375144", + "longitude": "-72.713620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05678", + "city": "Websterville", + "state": "VT", + "latitude": "44.158979", + "longitude": "-72.469420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05679", + "city": "Williamstown", + "state": "VT", + "latitude": "44.109793", + "longitude": "-72.541550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05680", + "city": "Wolcott", + "state": "VT", + "latitude": "44.551056", + "longitude": "-72.473900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05681", + "city": "Woodbury", + "state": "VT", + "latitude": "44.457481", + "longitude": "-72.406590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05682", + "city": "Worcester", + "state": "VT", + "latitude": "44.383559", + "longitude": "-72.550880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05701", + "city": "Rutland", + "state": "VT", + "latitude": "43.617302", + "longitude": "-72.963250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05702", + "city": "Rutland", + "state": "VT", + "latitude": "43.412792", + "longitude": "-72.990632", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05730", + "city": "Belmont", + "state": "VT", + "latitude": "43.416666", + "longitude": "-72.834450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05731", + "city": "Benson", + "state": "VT", + "latitude": "43.687677", + "longitude": "-73.291868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05732", + "city": "Bomoseen", + "state": "VT", + "latitude": "43.644208", + "longitude": "-73.202840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05733", + "city": "Brandon", + "state": "VT", + "latitude": "43.810371", + "longitude": "-73.099980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05734", + "city": "Bridport", + "state": "VT", + "latitude": "43.987529", + "longitude": "-73.351440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05735", + "city": "Castleton", + "state": "VT", + "latitude": "43.640503", + "longitude": "-73.161180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05736", + "city": "Center Rutland", + "state": "VT", + "latitude": "43.602211", + "longitude": "-73.012980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05737", + "city": "Chittenden", + "state": "VT", + "latitude": "43.735819", + "longitude": "-72.931450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05738", + "city": "Cuttingsville", + "state": "VT", + "latitude": "43.507854", + "longitude": "-72.864200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05739", + "city": "Danby", + "state": "VT", + "latitude": "43.341177", + "longitude": "-73.016020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05740", + "city": "East Middlebury", + "state": "VT", + "latitude": "43.971530", + "longitude": "-73.091416", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05741", + "city": "East Poultney", + "state": "VT", + "latitude": "43.592039", + "longitude": "-72.818121", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05742", + "city": "East Wallingford", + "state": "VT", + "latitude": "43.441404", + "longitude": "-72.885070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05743", + "city": "Fair Haven", + "state": "VT", + "latitude": "43.666758", + "longitude": "-73.285700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05744", + "city": "Florence", + "state": "VT", + "latitude": "43.688050", + "longitude": "-73.067830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05745", + "city": "Forest Dale", + "state": "VT", + "latitude": "43.592039", + "longitude": "-72.818121", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05746", + "city": "Gaysville", + "state": "VT", + "latitude": "43.785433", + "longitude": "-72.713660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05747", + "city": "Granville", + "state": "VT", + "latitude": "43.999811", + "longitude": "-72.839270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05748", + "city": "Hancock", + "state": "VT", + "latitude": "43.926595", + "longitude": "-72.871430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05750", + "city": "Hydeville", + "state": "VT", + "latitude": "43.619787", + "longitude": "-73.232730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05751", + "city": "Killington", + "state": "VT", + "latitude": "43.659839", + "longitude": "-72.794190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05752", + "city": "Poultney", + "state": "VT", + "latitude": "43.225264", + "longitude": "-73.141318", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05753", + "city": "Middlebury", + "state": "VT", + "latitude": "44.006024", + "longitude": "-73.172000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05757", + "city": "Middletown Springs", + "state": "VT", + "latitude": "43.477827", + "longitude": "-73.123110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05758", + "city": "Mount Holly", + "state": "VT", + "latitude": "43.452914", + "longitude": "-72.796470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05759", + "city": "North Clarendon", + "state": "VT", + "latitude": "43.553904", + "longitude": "-72.961680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05760", + "city": "Orwell", + "state": "VT", + "latitude": "43.801501", + "longitude": "-73.286900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05761", + "city": "Pawlet", + "state": "VT", + "latitude": "43.357161", + "longitude": "-73.134670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05762", + "city": "Pittsfield", + "state": "VT", + "latitude": "43.768578", + "longitude": "-72.831380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05763", + "city": "Pittsford", + "state": "VT", + "latitude": "43.719898", + "longitude": "-73.000870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05764", + "city": "Poultney", + "state": "VT", + "latitude": "43.521021", + "longitude": "-73.216030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05765", + "city": "Proctor", + "state": "VT", + "latitude": "43.657716", + "longitude": "-73.032800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05766", + "city": "Ripton", + "state": "VT", + "latitude": "43.981681", + "longitude": "-73.015500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05767", + "city": "Rochester", + "state": "VT", + "latitude": "43.876046", + "longitude": "-72.812120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05768", + "city": "Rupert", + "state": "VT", + "latitude": "43.026984", + "longitude": "-73.055156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05769", + "city": "Salisbury", + "state": "VT", + "latitude": "43.914026", + "longitude": "-73.107030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05770", + "city": "Shoreham", + "state": "VT", + "latitude": "43.892373", + "longitude": "-73.315830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05772", + "city": "Stockbridge", + "state": "VT", + "latitude": "43.761779", + "longitude": "-72.737030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05773", + "city": "Wallingford", + "state": "VT", + "latitude": "43.444268", + "longitude": "-72.987320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05774", + "city": "Wells", + "state": "VT", + "latitude": "43.433570", + "longitude": "-73.195780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05775", + "city": "West Pawlet", + "state": "VT", + "latitude": "43.365073", + "longitude": "-73.236120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05776", + "city": "West Rupert", + "state": "VT", + "latitude": "43.235771", + "longitude": "-73.248900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05777", + "city": "West Rutland", + "state": "VT", + "latitude": "43.574326", + "longitude": "-73.042150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05778", + "city": "Whiting", + "state": "VT", + "latitude": "43.864419", + "longitude": "-73.211480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05801", + "city": "White River Junction", + "state": "VT", + "latitude": "43.898246", + "longitude": "-72.183633", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05819", + "city": "Saint Johnsbury", + "state": "VT", + "latitude": "44.412413", + "longitude": "-72.009960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05820", + "city": "Albany", + "state": "VT", + "latitude": "44.733624", + "longitude": "-72.383080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05821", + "city": "Barnet", + "state": "VT", + "latitude": "44.311706", + "longitude": "-72.103460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05822", + "city": "Barton", + "state": "VT", + "latitude": "44.750509", + "longitude": "-72.163760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05823", + "city": "Beebe Plain", + "state": "VT", + "latitude": "45.005783", + "longitude": "-72.138347", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05824", + "city": "Concord", + "state": "VT", + "latitude": "44.428537", + "longitude": "-71.872120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05825", + "city": "Coventry", + "state": "VT", + "latitude": "44.863351", + "longitude": "-72.266490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05826", + "city": "Craftsbury", + "state": "VT", + "latitude": "44.647068", + "longitude": "-72.388700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05827", + "city": "Craftsbury Common", + "state": "VT", + "latitude": "44.678879", + "longitude": "-72.359750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05828", + "city": "Danville", + "state": "VT", + "latitude": "44.424043", + "longitude": "-72.128080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05829", + "city": "Derby", + "state": "VT", + "latitude": "44.945925", + "longitude": "-72.098640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05830", + "city": "Derby Line", + "state": "VT", + "latitude": "44.985004", + "longitude": "-72.058570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05832", + "city": "East Burke", + "state": "VT", + "latitude": "44.588911", + "longitude": "-71.927050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05833", + "city": "East Charleston", + "state": "VT", + "latitude": "44.824460", + "longitude": "-71.969000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05836", + "city": "East Hardwick", + "state": "VT", + "latitude": "44.529915", + "longitude": "-72.268190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05837", + "city": "East Haven", + "state": "VT", + "latitude": "44.643171", + "longitude": "-71.863940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05838", + "city": "East Saint Johnsbury", + "state": "VT", + "latitude": "44.468494", + "longitude": "-71.930077", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05839", + "city": "Glover", + "state": "VT", + "latitude": "44.684488", + "longitude": "-72.209360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05840", + "city": "Granby", + "state": "VT", + "latitude": "44.612521", + "longitude": "-71.715360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05841", + "city": "Greensboro", + "state": "VT", + "latitude": "44.599177", + "longitude": "-72.311790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05842", + "city": "Greensboro Bend", + "state": "VT", + "latitude": "44.574196", + "longitude": "-72.243330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05843", + "city": "Hardwick", + "state": "VT", + "latitude": "44.504593", + "longitude": "-72.358220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05845", + "city": "Irasburg", + "state": "VT", + "latitude": "44.800462", + "longitude": "-72.289640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05846", + "city": "Island Pond", + "state": "VT", + "latitude": "44.803005", + "longitude": "-71.846830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05847", + "city": "Lowell", + "state": "VT", + "latitude": "44.799008", + "longitude": "-72.450250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05848", + "city": "Lower Waterford", + "state": "VT", + "latitude": "44.382103", + "longitude": "-71.919518", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05849", + "city": "Lyndon", + "state": "VT", + "latitude": "44.497557", + "longitude": "-71.950519", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05850", + "city": "Lyndon Center", + "state": "VT", + "latitude": "44.481915", + "longitude": "-71.988258", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05851", + "city": "Lyndonville", + "state": "VT", + "latitude": "44.541352", + "longitude": "-72.026860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05852", + "city": "Newport", + "state": "VT", + "latitude": "44.951093", + "longitude": "-72.303696", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05853", + "city": "Morgan", + "state": "VT", + "latitude": "44.881758", + "longitude": "-71.966530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05855", + "city": "Newport", + "state": "VT", + "latitude": "44.936237", + "longitude": "-72.199210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05857", + "city": "Newport Center", + "state": "VT", + "latitude": "44.944231", + "longitude": "-72.300540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05858", + "city": "North Concord", + "state": "VT", + "latitude": "44.498374", + "longitude": "-71.837730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05859", + "city": "North Troy", + "state": "VT", + "latitude": "44.963802", + "longitude": "-72.417820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05860", + "city": "Orleans", + "state": "VT", + "latitude": "44.815511", + "longitude": "-72.154780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05861", + "city": "Passumpsic", + "state": "VT", + "latitude": "44.462390", + "longitude": "-72.135804", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05862", + "city": "Peacham", + "state": "VT", + "latitude": "44.462390", + "longitude": "-72.135804", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05863", + "city": "Saint Johnsbury Center", + "state": "VT", + "latitude": "44.503403", + "longitude": "-71.972088", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05864", + "city": "Stannard", + "state": "VT", + "latitude": "44.562138", + "longitude": "-72.244107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05866", + "city": "Sheffield", + "state": "VT", + "latitude": "44.632918", + "longitude": "-72.132450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05867", + "city": "Sutton", + "state": "VT", + "latitude": "44.653046", + "longitude": "-72.043720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05868", + "city": "Troy", + "state": "VT", + "latitude": "44.902837", + "longitude": "-72.408000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05871", + "city": "West Burke", + "state": "VT", + "latitude": "44.673586", + "longitude": "-71.954140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05872", + "city": "West Charleston", + "state": "VT", + "latitude": "44.865723", + "longitude": "-72.046470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05873", + "city": "West Danville", + "state": "VT", + "latitude": "44.411321", + "longitude": "-72.212300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05874", + "city": "Westfield", + "state": "VT", + "latitude": "44.876447", + "longitude": "-72.429020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05875", + "city": "West Glover", + "state": "VT", + "latitude": "44.722453", + "longitude": "-72.256020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05892", + "city": "Derby", + "state": "VT", + "latitude": "44.914540", + "longitude": "-72.112619", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05901", + "city": "Averill", + "state": "VT", + "latitude": "44.680771", + "longitude": "-71.719436", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05902", + "city": "Beecher Falls", + "state": "VT", + "latitude": "45.008398", + "longitude": "-71.506280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05903", + "city": "Canaan", + "state": "VT", + "latitude": "44.972508", + "longitude": "-71.592750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05904", + "city": "Gilman", + "state": "VT", + "latitude": "44.413715", + "longitude": "-71.709060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05905", + "city": "Guildhall", + "state": "VT", + "latitude": "44.682269", + "longitude": "-71.662380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05906", + "city": "Lunenburg", + "state": "VT", + "latitude": "44.458803", + "longitude": "-71.716200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05907", + "city": "Norton", + "state": "VT", + "latitude": "44.959647", + "longitude": "-71.811340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05928", + "city": "Derby Center", + "state": "VT", + "latitude": "44.952820", + "longitude": "-72.135369", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "05958", + "city": "Mount Holly", + "state": "VT", + "latitude": "43.476669", + "longitude": "-72.821555", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06001", + "city": "Avon", + "state": "CT", + "latitude": "41.789698", + "longitude": "-72.864310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06002", + "city": "Bloomfield", + "state": "CT", + "latitude": "41.832798", + "longitude": "-72.726420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06006", + "city": "Windsor", + "state": "CT", + "latitude": "41.879637", + "longitude": "-72.734271", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06010", + "city": "Bristol", + "state": "CT", + "latitude": "41.682249", + "longitude": "-72.933650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06011", + "city": "Bristol", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06013", + "city": "Burlington", + "state": "CT", + "latitude": "41.758415", + "longitude": "-72.946420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06016", + "city": "Broad Brook", + "state": "CT", + "latitude": "41.909097", + "longitude": "-72.543930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06018", + "city": "Canaan", + "state": "CT", + "latitude": "42.023510", + "longitude": "-73.311030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06019", + "city": "Canton", + "state": "CT", + "latitude": "41.834247", + "longitude": "-72.891740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06020", + "city": "Canton Center", + "state": "CT", + "latitude": "41.864597", + "longitude": "-72.910030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06021", + "city": "Colebrook", + "state": "CT", + "latitude": "42.027797", + "longitude": "-73.118350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06022", + "city": "Collinsville", + "state": "CT", + "latitude": "41.832842", + "longitude": "-72.925260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06023", + "city": "East Berlin", + "state": "CT", + "latitude": "41.612748", + "longitude": "-72.720170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06024", + "city": "East Canaan", + "state": "CT", + "latitude": "42.010733", + "longitude": "-73.268770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06025", + "city": "East Glastonbury", + "state": "CT", + "latitude": "41.688896", + "longitude": "-72.534482", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06026", + "city": "East Granby", + "state": "CT", + "latitude": "41.935501", + "longitude": "-72.727180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06027", + "city": "East Hartland", + "state": "CT", + "latitude": "42.002345", + "longitude": "-72.909220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06028", + "city": "East Windsor Hill", + "state": "CT", + "latitude": "41.859248", + "longitude": "-72.603033", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06029", + "city": "Ellington", + "state": "CT", + "latitude": "41.909147", + "longitude": "-72.450260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06030", + "city": "Farmington", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06031", + "city": "Falls Village", + "state": "CT", + "latitude": "41.948694", + "longitude": "-73.329600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06032", + "city": "Farmington", + "state": "CT", + "latitude": "41.725195", + "longitude": "-72.830320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06033", + "city": "Glastonbury", + "state": "CT", + "latitude": "41.707932", + "longitude": "-72.570850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06034", + "city": "Farmington", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06035", + "city": "Granby", + "state": "CT", + "latitude": "41.959713", + "longitude": "-72.798260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06037", + "city": "Kensington", + "state": "CT", + "latitude": "41.619048", + "longitude": "-72.767340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06039", + "city": "Lakeville", + "state": "CT", + "latitude": "41.951783", + "longitude": "-73.437220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06040", + "city": "Manchester", + "state": "CT", + "latitude": "41.778888", + "longitude": "-72.523840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06041", + "city": "Manchester", + "state": "CT", + "latitude": "41.794681", + "longitude": "-72.564832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06043", + "city": "Bolton", + "state": "CT", + "latitude": "41.771265", + "longitude": "-72.436690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06045", + "city": "Manchester", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06049", + "city": "Melrose", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06050", + "city": "New Britain", + "state": "CT", + "latitude": "41.666049", + "longitude": "-72.778391", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06051", + "city": "New Britain", + "state": "CT", + "latitude": "41.666249", + "longitude": "-72.769960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06052", + "city": "New Britain", + "state": "CT", + "latitude": "41.659099", + "longitude": "-72.801290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06053", + "city": "New Britain", + "state": "CT", + "latitude": "41.686949", + "longitude": "-72.790800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06057", + "city": "New Hartford", + "state": "CT", + "latitude": "41.852712", + "longitude": "-73.004920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06058", + "city": "Norfolk", + "state": "CT", + "latitude": "41.986861", + "longitude": "-73.194370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06059", + "city": "North Canton", + "state": "CT", + "latitude": "41.937513", + "longitude": "-72.920170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06060", + "city": "North Granby", + "state": "CT", + "latitude": "42.012195", + "longitude": "-72.844500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06061", + "city": "Pine Meadow", + "state": "CT", + "latitude": "41.874382", + "longitude": "-72.967958", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06062", + "city": "Plainville", + "state": "CT", + "latitude": "41.671548", + "longitude": "-72.862940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06063", + "city": "Pleasant Valley", + "state": "CT", + "latitude": "41.926696", + "longitude": "-72.967830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06064", + "city": "Poquonock", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06065", + "city": "Riverton", + "state": "CT", + "latitude": "41.961127", + "longitude": "-73.018590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06066", + "city": "Vernon Rockville", + "state": "CT", + "latitude": "41.841615", + "longitude": "-72.467080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06067", + "city": "Rocky Hill", + "state": "CT", + "latitude": "41.660949", + "longitude": "-72.660980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06068", + "city": "Salisbury", + "state": "CT", + "latitude": "42.014673", + "longitude": "-73.424080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06069", + "city": "Sharon", + "state": "CT", + "latitude": "41.866222", + "longitude": "-73.463310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06070", + "city": "Simsbury", + "state": "CT", + "latitude": "41.874064", + "longitude": "-72.816440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06071", + "city": "Somers", + "state": "CT", + "latitude": "41.995851", + "longitude": "-72.453360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06072", + "city": "Somersville", + "state": "CT", + "latitude": "41.976466", + "longitude": "-72.490593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06073", + "city": "South Glastonbury", + "state": "CT", + "latitude": "41.660899", + "longitude": "-72.568870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06074", + "city": "South Windsor", + "state": "CT", + "latitude": "41.836665", + "longitude": "-72.560760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06075", + "city": "Stafford", + "state": "CT", + "latitude": "41.811520", + "longitude": "-72.308779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06076", + "city": "Stafford Springs", + "state": "CT", + "latitude": "41.979871", + "longitude": "-72.278630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06077", + "city": "Staffordville", + "state": "CT", + "latitude": "41.991645", + "longitude": "-72.257735", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06078", + "city": "Suffield", + "state": "CT", + "latitude": "41.985946", + "longitude": "-72.638970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06079", + "city": "Taconic", + "state": "CT", + "latitude": "42.032012", + "longitude": "-73.403763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06080", + "city": "Suffield", + "state": "CT", + "latitude": "41.948597", + "longitude": "-72.628802", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06081", + "city": "Tariffville", + "state": "CT", + "latitude": "41.907114", + "longitude": "-72.768310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06082", + "city": "Enfield", + "state": "CT", + "latitude": "41.987238", + "longitude": "-72.563650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06083", + "city": "Enfield", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06084", + "city": "Tolland", + "state": "CT", + "latitude": "41.876880", + "longitude": "-72.368060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06085", + "city": "Unionville", + "state": "CT", + "latitude": "41.749832", + "longitude": "-72.889800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06087", + "city": "Unionville", + "state": "CT", + "latitude": "41.757616", + "longitude": "-72.884953", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06088", + "city": "East Windsor", + "state": "CT", + "latitude": "41.908464", + "longitude": "-72.605470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06089", + "city": "Weatogue", + "state": "CT", + "latitude": "41.839731", + "longitude": "-72.819740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06090", + "city": "West Granby", + "state": "CT", + "latitude": "41.953596", + "longitude": "-72.852420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06091", + "city": "West Hartland", + "state": "CT", + "latitude": "42.002748", + "longitude": "-72.989060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06092", + "city": "West Simsbury", + "state": "CT", + "latitude": "41.861297", + "longitude": "-72.860550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06093", + "city": "West Suffield", + "state": "CT", + "latitude": "42.019907", + "longitude": "-72.733570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06094", + "city": "Winchester Center", + "state": "CT", + "latitude": "41.896321", + "longitude": "-73.146312", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06095", + "city": "Windsor", + "state": "CT", + "latitude": "41.857303", + "longitude": "-72.666540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06096", + "city": "Windsor Locks", + "state": "CT", + "latitude": "41.926997", + "longitude": "-72.646880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06098", + "city": "Winsted", + "state": "CT", + "latitude": "41.925967", + "longitude": "-73.069440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06101", + "city": "Hartford", + "state": "CT", + "latitude": "41.780070", + "longitude": "-72.677099", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06102", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06103", + "city": "Hartford", + "state": "CT", + "latitude": "41.767049", + "longitude": "-72.674330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06104", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06105", + "city": "Hartford", + "state": "CT", + "latitude": "41.771166", + "longitude": "-72.702550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06106", + "city": "Hartford", + "state": "CT", + "latitude": "41.746900", + "longitude": "-72.695930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06107", + "city": "W Hartford", + "state": "CT", + "latitude": "41.752750", + "longitude": "-72.754600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06108", + "city": "East Hartford", + "state": "CT", + "latitude": "41.778316", + "longitude": "-72.623130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06109", + "city": "Wethersfield", + "state": "CT", + "latitude": "41.702049", + "longitude": "-72.674700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06110", + "city": "W Hartford", + "state": "CT", + "latitude": "41.731300", + "longitude": "-72.733740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06111", + "city": "Newington", + "state": "CT", + "latitude": "41.688899", + "longitude": "-72.731010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06112", + "city": "Hartford", + "state": "CT", + "latitude": "41.793299", + "longitude": "-72.695400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06114", + "city": "Hartford", + "state": "CT", + "latitude": "41.738700", + "longitude": "-72.678890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06115", + "city": "Hartford", + "state": "CT", + "latitude": "41.758849", + "longitude": "-72.679387", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06117", + "city": "W Hartford", + "state": "CT", + "latitude": "41.791399", + "longitude": "-72.748530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06118", + "city": "East Hartford", + "state": "CT", + "latitude": "41.745349", + "longitude": "-72.608070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06119", + "city": "W Hartford", + "state": "CT", + "latitude": "41.762550", + "longitude": "-72.728390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06120", + "city": "Hartford", + "state": "CT", + "latitude": "41.784794", + "longitude": "-72.673780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06123", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06126", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06127", + "city": "W Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06128", + "city": "East Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06129", + "city": "Wethersfield", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06131", + "city": "Newington", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06132", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06133", + "city": "W Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06134", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06137", + "city": "W Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06138", + "city": "East Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06140", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06141", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06142", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06143", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06144", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06145", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06146", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06147", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06150", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06151", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06152", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06153", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06154", + "city": "Hartford", + "state": "CT", + "latitude": "41.771499", + "longitude": "-72.686687", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06155", + "city": "Hartford", + "state": "CT", + "latitude": "41.769280", + "longitude": "-72.686465", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06156", + "city": "Hartford", + "state": "CT", + "latitude": "41.767949", + "longitude": "-72.690687", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06160", + "city": "Hartford", + "state": "CT", + "latitude": "41.766499", + "longitude": "-72.693337", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06161", + "city": "Hartford", + "state": "CT", + "latitude": "41.766049", + "longitude": "-72.671837", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06167", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06176", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06180", + "city": "Hartford", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06183", + "city": "Hartford", + "state": "CT", + "latitude": "41.763849", + "longitude": "-72.673037", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06199", + "city": "Hartford", + "state": "CT", + "latitude": "41.927447", + "longitude": "-72.680386", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06226", + "city": "Willimantic", + "state": "CT", + "latitude": "41.714867", + "longitude": "-72.209340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06230", + "city": "Abington", + "state": "CT", + "latitude": "41.847302", + "longitude": "-72.025280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06231", + "city": "Amston", + "state": "CT", + "latitude": "41.629818", + "longitude": "-72.364190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06232", + "city": "Andover", + "state": "CT", + "latitude": "41.737015", + "longitude": "-72.371510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06233", + "city": "Ballouville", + "state": "CT", + "latitude": "41.831565", + "longitude": "-72.020137", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06234", + "city": "Brooklyn", + "state": "CT", + "latitude": "41.782474", + "longitude": "-71.959890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06235", + "city": "Chaplin", + "state": "CT", + "latitude": "41.809166", + "longitude": "-72.112740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06237", + "city": "Columbia", + "state": "CT", + "latitude": "41.702777", + "longitude": "-72.293490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06238", + "city": "Coventry", + "state": "CT", + "latitude": "41.778651", + "longitude": "-72.331370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06239", + "city": "Danielson", + "state": "CT", + "latitude": "41.799111", + "longitude": "-71.875940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06241", + "city": "Dayville", + "state": "CT", + "latitude": "41.850225", + "longitude": "-71.857490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06242", + "city": "Eastford", + "state": "CT", + "latitude": "41.909130", + "longitude": "-72.095270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06243", + "city": "East Killingly", + "state": "CT", + "latitude": "41.844885", + "longitude": "-71.818941", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06244", + "city": "East Woodstock", + "state": "CT", + "latitude": "41.984327", + "longitude": "-71.981045", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06245", + "city": "Fabyan", + "state": "CT", + "latitude": "42.019776", + "longitude": "-71.941669", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06246", + "city": "Grosvenor Dale", + "state": "CT", + "latitude": "41.971116", + "longitude": "-71.891732", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06247", + "city": "Hampton", + "state": "CT", + "latitude": "41.767929", + "longitude": "-72.061270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06248", + "city": "Hebron", + "state": "CT", + "latitude": "41.683399", + "longitude": "-72.401440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06249", + "city": "Lebanon", + "state": "CT", + "latitude": "41.618403", + "longitude": "-72.242150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06250", + "city": "Mansfield Center", + "state": "CT", + "latitude": "41.768455", + "longitude": "-72.200070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06251", + "city": "Mansfield Depot", + "state": "CT", + "latitude": "41.799326", + "longitude": "-72.306526", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06254", + "city": "North Franklin", + "state": "CT", + "latitude": "41.609066", + "longitude": "-72.144390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06255", + "city": "North Grosvenordale", + "state": "CT", + "latitude": "41.989579", + "longitude": "-71.896590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06256", + "city": "North Windham", + "state": "CT", + "latitude": "41.758713", + "longitude": "-72.139640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06258", + "city": "Pomfret", + "state": "CT", + "latitude": "41.889048", + "longitude": "-71.968232", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06259", + "city": "Pomfret Center", + "state": "CT", + "latitude": "41.876565", + "longitude": "-71.982520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06260", + "city": "Putnam", + "state": "CT", + "latitude": "41.913816", + "longitude": "-71.884340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06262", + "city": "Quinebaug", + "state": "CT", + "latitude": "42.022904", + "longitude": "-71.946710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06263", + "city": "Rogers", + "state": "CT", + "latitude": "41.839051", + "longitude": "-71.906340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06264", + "city": "Scotland", + "state": "CT", + "latitude": "41.693435", + "longitude": "-72.098910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06265", + "city": "South Willington", + "state": "CT", + "latitude": "41.811520", + "longitude": "-72.308779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06266", + "city": "South Windham", + "state": "CT", + "latitude": "41.670349", + "longitude": "-72.160280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06267", + "city": "South Woodstock", + "state": "CT", + "latitude": "41.943902", + "longitude": "-71.945253", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06268", + "city": "Storrs Mansfield", + "state": "CT", + "latitude": "41.806041", + "longitude": "-72.261270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06269", + "city": "Storrs Mansfield", + "state": "CT", + "latitude": "41.807430", + "longitude": "-72.250250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06277", + "city": "Thompson", + "state": "CT", + "latitude": "41.972782", + "longitude": "-71.839690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06278", + "city": "Ashford", + "state": "CT", + "latitude": "41.895108", + "longitude": "-72.176740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06279", + "city": "Willington", + "state": "CT", + "latitude": "41.896875", + "longitude": "-72.274560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06280", + "city": "Windham", + "state": "CT", + "latitude": "41.697765", + "longitude": "-72.146710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06281", + "city": "Woodstock", + "state": "CT", + "latitude": "41.971403", + "longitude": "-71.998720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06282", + "city": "Woodstock Valley", + "state": "CT", + "latitude": "41.943199", + "longitude": "-72.072800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06320", + "city": "New London", + "state": "CT", + "latitude": "41.352498", + "longitude": "-72.103380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06330", + "city": "Baltic", + "state": "CT", + "latitude": "41.634556", + "longitude": "-72.065490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06331", + "city": "Canterbury", + "state": "CT", + "latitude": "41.697123", + "longitude": "-72.002900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06332", + "city": "Central Village", + "state": "CT", + "latitude": "41.725694", + "longitude": "-71.909019", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06333", + "city": "East Lyme", + "state": "CT", + "latitude": "41.371913", + "longitude": "-72.226900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06334", + "city": "Bozrah", + "state": "CT", + "latitude": "41.543559", + "longitude": "-72.176840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06335", + "city": "Gales Ferry", + "state": "CT", + "latitude": "41.426775", + "longitude": "-72.072270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06336", + "city": "Gilman", + "state": "CT", + "latitude": "41.577198", + "longitude": "-72.200360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06337", + "city": "Glasgo", + "state": "CT", + "latitude": "41.559873", + "longitude": "-71.889199", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06339", + "city": "Ledyard", + "state": "CT", + "latitude": "41.449482", + "longitude": "-71.982330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06340", + "city": "Groton", + "state": "CT", + "latitude": "41.345331", + "longitude": "-72.045240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06349", + "city": "Groton", + "state": "CT", + "latitude": "41.399730", + "longitude": "-72.090357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06350", + "city": "Hanover", + "state": "CT", + "latitude": "41.644546", + "longitude": "-72.067690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06351", + "city": "Jewett City", + "state": "CT", + "latitude": "41.604341", + "longitude": "-71.975990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06353", + "city": "Montville", + "state": "CT", + "latitude": "41.452548", + "longitude": "-72.137471", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06354", + "city": "Moosup", + "state": "CT", + "latitude": "41.718360", + "longitude": "-71.870980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06355", + "city": "Mystic", + "state": "CT", + "latitude": "41.360798", + "longitude": "-71.972810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06357", + "city": "Niantic", + "state": "CT", + "latitude": "41.319649", + "longitude": "-72.210640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06359", + "city": "North Stonington", + "state": "CT", + "latitude": "41.456189", + "longitude": "-71.868130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06360", + "city": "Norwich", + "state": "CT", + "latitude": "41.533848", + "longitude": "-72.062320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06365", + "city": "Preston", + "state": "CT", + "latitude": "41.509586", + "longitude": "-71.966210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06370", + "city": "Oakdale", + "state": "CT", + "latitude": "41.464274", + "longitude": "-72.195510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06371", + "city": "Old Lyme", + "state": "CT", + "latitude": "41.339421", + "longitude": "-72.310080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06372", + "city": "Old Mystic", + "state": "CT", + "latitude": "41.388216", + "longitude": "-71.949548", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06373", + "city": "Oneco", + "state": "CT", + "latitude": "41.678897", + "longitude": "-71.799520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06374", + "city": "Plainfield", + "state": "CT", + "latitude": "41.684777", + "longitude": "-71.919110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06375", + "city": "Quaker Hill", + "state": "CT", + "latitude": "41.401398", + "longitude": "-72.114440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06376", + "city": "South Lyme", + "state": "CT", + "latitude": "41.294797", + "longitude": "-72.256020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06377", + "city": "Sterling", + "state": "CT", + "latitude": "41.730575", + "longitude": "-71.818450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06378", + "city": "Stonington", + "state": "CT", + "latitude": "41.351307", + "longitude": "-71.913170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06379", + "city": "Pawcatuck", + "state": "CT", + "latitude": "41.375701", + "longitude": "-71.848760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06380", + "city": "Taftville", + "state": "CT", + "latitude": "41.566298", + "longitude": "-72.051480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06382", + "city": "Uncasville", + "state": "CT", + "latitude": "41.457198", + "longitude": "-72.114590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06383", + "city": "Versailles", + "state": "CT", + "latitude": "41.601648", + "longitude": "-72.040370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06384", + "city": "Voluntown", + "state": "CT", + "latitude": "41.578700", + "longitude": "-71.856680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06385", + "city": "Waterford", + "state": "CT", + "latitude": "41.347948", + "longitude": "-72.147620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06386", + "city": "Waterford", + "state": "CT", + "latitude": "41.464758", + "longitude": "-72.127301", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06387", + "city": "Wauregan", + "state": "CT", + "latitude": "41.744527", + "longitude": "-71.913339", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06388", + "city": "West Mystic", + "state": "CT", + "latitude": "41.344098", + "longitude": "-71.976467", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06389", + "city": "Yantic", + "state": "CT", + "latitude": "41.559648", + "longitude": "-72.122672", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06390", + "city": "Fishers Island", + "state": "NY", + "latitude": "41.261936", + "longitude": "-72.007080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06401", + "city": "Ansonia", + "state": "CT", + "latitude": "41.342690", + "longitude": "-73.074460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06403", + "city": "Beacon Falls", + "state": "CT", + "latitude": "41.432936", + "longitude": "-73.064530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06404", + "city": "Botsford", + "state": "CT", + "latitude": "41.165097", + "longitude": "-73.129186", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06405", + "city": "Branford", + "state": "CT", + "latitude": "41.277763", + "longitude": "-72.805420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06408", + "city": "Cheshire", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06409", + "city": "Centerbrook", + "state": "CT", + "latitude": "41.353453", + "longitude": "-72.416040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06410", + "city": "Cheshire", + "state": "CT", + "latitude": "41.507049", + "longitude": "-72.904890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06411", + "city": "Cheshire", + "state": "CT", + "latitude": "41.550097", + "longitude": "-72.922235", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06412", + "city": "Chester", + "state": "CT", + "latitude": "41.408775", + "longitude": "-72.472130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06413", + "city": "Clinton", + "state": "CT", + "latitude": "41.288599", + "longitude": "-72.527280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06414", + "city": "Cobalt", + "state": "CT", + "latitude": "41.566668", + "longitude": "-72.558055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06415", + "city": "Colchester", + "state": "CT", + "latitude": "41.560330", + "longitude": "-72.337950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06416", + "city": "Cromwell", + "state": "CT", + "latitude": "41.612046", + "longitude": "-72.669980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06417", + "city": "Deep River", + "state": "CT", + "latitude": "41.379340", + "longitude": "-72.445780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06418", + "city": "Derby", + "state": "CT", + "latitude": "41.323005", + "longitude": "-73.084330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06419", + "city": "Killingworth", + "state": "CT", + "latitude": "41.380594", + "longitude": "-72.576370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06420", + "city": "Salem", + "state": "CT", + "latitude": "41.485469", + "longitude": "-72.254450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06422", + "city": "Durham", + "state": "CT", + "latitude": "41.461639", + "longitude": "-72.687330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06423", + "city": "East Haddam", + "state": "CT", + "latitude": "41.468451", + "longitude": "-72.406150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06424", + "city": "East Hampton", + "state": "CT", + "latitude": "41.573008", + "longitude": "-72.507800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06426", + "city": "Essex", + "state": "CT", + "latitude": "41.351598", + "longitude": "-72.397870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06430", + "city": "Fairfield", + "state": "CT", + "latitude": "41.163445", + "longitude": "-73.262900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06431", + "city": "Fairfield", + "state": "CT", + "latitude": "41.219093", + "longitude": "-73.252696", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06432", + "city": "Fairfield", + "state": "CT", + "latitude": "41.189646", + "longitude": "-73.235760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06436", + "city": "Greens Farms", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06437", + "city": "Guilford", + "state": "CT", + "latitude": "41.313530", + "longitude": "-72.697910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06438", + "city": "Haddam", + "state": "CT", + "latitude": "41.453070", + "longitude": "-72.503450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06439", + "city": "Hadlyme", + "state": "CT", + "latitude": "41.421198", + "longitude": "-72.414095", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06440", + "city": "Hawleyville", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06441", + "city": "Higganum", + "state": "CT", + "latitude": "41.468654", + "longitude": "-72.579560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06442", + "city": "Ivoryton", + "state": "CT", + "latitude": "41.345099", + "longitude": "-72.443920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06443", + "city": "Madison", + "state": "CT", + "latitude": "41.298648", + "longitude": "-72.609380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06444", + "city": "Marion", + "state": "CT", + "latitude": "41.791776", + "longitude": "-72.718832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06447", + "city": "Marlborough", + "state": "CT", + "latitude": "41.637066", + "longitude": "-72.462520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06450", + "city": "Meriden", + "state": "CT", + "latitude": "41.532048", + "longitude": "-72.781450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06451", + "city": "Meriden", + "state": "CT", + "latitude": "41.536048", + "longitude": "-72.819730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06454", + "city": "Meriden", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06455", + "city": "Middlefield", + "state": "CT", + "latitude": "41.514383", + "longitude": "-72.718300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06456", + "city": "Middle Haddam", + "state": "CT", + "latitude": "41.538017", + "longitude": "-72.525208", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06457", + "city": "Middletown", + "state": "CT", + "latitude": "41.553672", + "longitude": "-72.663200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06459", + "city": "Middletown", + "state": "CT", + "latitude": "41.556463", + "longitude": "-72.658179", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06460", + "city": "Milford", + "state": "CT", + "latitude": "41.219530", + "longitude": "-73.055400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06467", + "city": "Milldale", + "state": "CT", + "latitude": "41.565697", + "longitude": "-72.903746", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06468", + "city": "Monroe", + "state": "CT", + "latitude": "41.336046", + "longitude": "-73.222410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06469", + "city": "Moodus", + "state": "CT", + "latitude": "41.506499", + "longitude": "-72.444790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06470", + "city": "Newtown", + "state": "CT", + "latitude": "41.398462", + "longitude": "-73.314740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06471", + "city": "North Branford", + "state": "CT", + "latitude": "41.332197", + "longitude": "-72.772140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06472", + "city": "Northford", + "state": "CT", + "latitude": "41.399873", + "longitude": "-72.779750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06473", + "city": "North Haven", + "state": "CT", + "latitude": "41.378447", + "longitude": "-72.858970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06474", + "city": "North Westchester", + "state": "CT", + "latitude": "41.464758", + "longitude": "-72.127301", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06475", + "city": "Old Saybrook", + "state": "CT", + "latitude": "41.289348", + "longitude": "-72.382850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06477", + "city": "Orange", + "state": "CT", + "latitude": "41.279547", + "longitude": "-73.025410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06478", + "city": "Oxford", + "state": "CT", + "latitude": "41.428163", + "longitude": "-73.127290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06479", + "city": "Plantsville", + "state": "CT", + "latitude": "41.575847", + "longitude": "-72.896960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06480", + "city": "Portland", + "state": "CT", + "latitude": "41.588297", + "longitude": "-72.603840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06481", + "city": "Rockfall", + "state": "CT", + "latitude": "41.536643", + "longitude": "-72.697820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06482", + "city": "Sandy Hook", + "state": "CT", + "latitude": "41.411536", + "longitude": "-73.248880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06483", + "city": "Seymour", + "state": "CT", + "latitude": "41.386584", + "longitude": "-73.079200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06484", + "city": "Shelton", + "state": "CT", + "latitude": "41.306396", + "longitude": "-73.129200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06487", + "city": "South Britain", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06488", + "city": "Southbury", + "state": "CT", + "latitude": "41.475263", + "longitude": "-73.221840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06489", + "city": "Southington", + "state": "CT", + "latitude": "41.612298", + "longitude": "-72.871030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06490", + "city": "Southport", + "state": "CT", + "latitude": "41.140646", + "longitude": "-73.287910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06491", + "city": "Stevenson", + "state": "CT", + "latitude": "41.386646", + "longitude": "-73.187207", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06492", + "city": "Wallingford", + "state": "CT", + "latitude": "41.457711", + "longitude": "-72.817040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06493", + "city": "Wallingford", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06494", + "city": "Wallingford", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06497", + "city": "Stratford", + "state": "CT", + "latitude": "41.207146", + "longitude": "-73.130503", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06498", + "city": "Westbrook", + "state": "CT", + "latitude": "41.289499", + "longitude": "-72.460870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06501", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06502", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06503", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06504", + "city": "New Haven", + "state": "CT", + "latitude": "41.304697", + "longitude": "-72.935610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06505", + "city": "New Haven", + "state": "CT", + "latitude": "41.305721", + "longitude": "-72.779901", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06506", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06507", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06508", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06509", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06510", + "city": "New Haven", + "state": "CT", + "latitude": "41.306197", + "longitude": "-72.924790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06511", + "city": "New Haven", + "state": "CT", + "latitude": "41.317197", + "longitude": "-72.927980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06512", + "city": "East Haven", + "state": "CT", + "latitude": "41.276497", + "longitude": "-72.874120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06513", + "city": "New Haven", + "state": "CT", + "latitude": "41.315797", + "longitude": "-72.880300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06514", + "city": "Hamden", + "state": "CT", + "latitude": "41.357947", + "longitude": "-72.937650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06515", + "city": "New Haven", + "state": "CT", + "latitude": "41.327997", + "longitude": "-72.969020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06516", + "city": "West Haven", + "state": "CT", + "latitude": "41.272147", + "longitude": "-72.964960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06517", + "city": "Hamden", + "state": "CT", + "latitude": "41.348297", + "longitude": "-72.907120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06518", + "city": "Hamden", + "state": "CT", + "latitude": "41.413114", + "longitude": "-72.904090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06519", + "city": "New Haven", + "state": "CT", + "latitude": "41.295197", + "longitude": "-72.936730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06520", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06521", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06524", + "city": "Bethany", + "state": "CT", + "latitude": "41.417896", + "longitude": "-73.003560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06525", + "city": "Woodbridge", + "state": "CT", + "latitude": "41.352964", + "longitude": "-73.012120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06530", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06531", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06532", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06533", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06534", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06535", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06536", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06537", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06538", + "city": "New Haven", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06540", + "city": "New Haven", + "state": "CT", + "latitude": "41.299647", + "longitude": "-72.918846", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06601", + "city": "Bridgeport", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06602", + "city": "Bridgeport", + "state": "CT", + "latitude": "41.179846", + "longitude": "-73.189006", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06604", + "city": "Bridgeport", + "state": "CT", + "latitude": "41.178696", + "longitude": "-73.200040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06605", + "city": "Bridgeport", + "state": "CT", + "latitude": "41.163596", + "longitude": "-73.216330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06606", + "city": "Bridgeport", + "state": "CT", + "latitude": "41.209496", + "longitude": "-73.207710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06607", + "city": "Bridgeport", + "state": "CT", + "latitude": "41.177646", + "longitude": "-73.166490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06608", + "city": "Bridgeport", + "state": "CT", + "latitude": "41.188746", + "longitude": "-73.181300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06610", + "city": "Bridgeport", + "state": "CT", + "latitude": "41.202091", + "longitude": "-73.170800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06611", + "city": "Trumbull", + "state": "CT", + "latitude": "41.256129", + "longitude": "-73.212270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06612", + "city": "Easton", + "state": "CT", + "latitude": "41.253946", + "longitude": "-73.288420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06614", + "city": "Stratford", + "state": "CT", + "latitude": "41.219246", + "longitude": "-73.132210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06615", + "city": "Stratford", + "state": "CT", + "latitude": "41.175947", + "longitude": "-73.135150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06650", + "city": "Bridgeport", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06673", + "city": "Bridgeport", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06699", + "city": "Bridgeport", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06701", + "city": "Waterbury", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06702", + "city": "Waterbury", + "state": "CT", + "latitude": "41.555846", + "longitude": "-73.043100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06703", + "city": "Waterbury", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06704", + "city": "Waterbury", + "state": "CT", + "latitude": "41.576930", + "longitude": "-73.034880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06705", + "city": "Waterbury", + "state": "CT", + "latitude": "41.549030", + "longitude": "-72.998610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06706", + "city": "Waterbury", + "state": "CT", + "latitude": "41.537896", + "longitude": "-73.028270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06708", + "city": "Waterbury", + "state": "CT", + "latitude": "41.551601", + "longitude": "-73.062620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06710", + "city": "Waterbury", + "state": "CT", + "latitude": "41.569496", + "longitude": "-73.044840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06712", + "city": "Prospect", + "state": "CT", + "latitude": "41.501856", + "longitude": "-72.977990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06716", + "city": "Wolcott", + "state": "CT", + "latitude": "41.594785", + "longitude": "-72.978890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06720", + "city": "Waterbury", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06721", + "city": "Waterbury", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06722", + "city": "Waterbury", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06723", + "city": "Waterbury", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06724", + "city": "Waterbury", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06725", + "city": "Waterbury", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06726", + "city": "Waterbury", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06731", + "city": "Salisbury", + "state": "CT", + "latitude": "41.933257", + "longitude": "-73.363028", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06748", + "city": "Oxford", + "state": "CT", + "latitude": "41.586368", + "longitude": "-73.436570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06749", + "city": "Waterbury", + "state": "CT", + "latitude": "41.365709", + "longitude": "-72.927507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06750", + "city": "Bantam", + "state": "CT", + "latitude": "41.721024", + "longitude": "-73.247740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06751", + "city": "Bethlehem", + "state": "CT", + "latitude": "41.639235", + "longitude": "-73.208640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06752", + "city": "Bridgewater", + "state": "CT", + "latitude": "41.525990", + "longitude": "-73.360920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06753", + "city": "Cornwall", + "state": "CT", + "latitude": "41.828067", + "longitude": "-73.332345", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06754", + "city": "Cornwall Bridge", + "state": "CT", + "latitude": "41.786035", + "longitude": "-73.357740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06755", + "city": "Gaylordsville", + "state": "CT", + "latitude": "41.655998", + "longitude": "-73.476920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06756", + "city": "Goshen", + "state": "CT", + "latitude": "41.836049", + "longitude": "-73.245060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06757", + "city": "Kent", + "state": "CT", + "latitude": "41.729239", + "longitude": "-73.455530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06758", + "city": "Lakeside", + "state": "CT", + "latitude": "41.739889", + "longitude": "-73.222981", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06759", + "city": "Litchfield", + "state": "CT", + "latitude": "41.754255", + "longitude": "-73.212680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06762", + "city": "Middlebury", + "state": "CT", + "latitude": "41.532992", + "longitude": "-73.115550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06763", + "city": "Morris", + "state": "CT", + "latitude": "41.693856", + "longitude": "-73.210560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06770", + "city": "Naugatuck", + "state": "CT", + "latitude": "41.493763", + "longitude": "-73.051730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06776", + "city": "New Milford", + "state": "CT", + "latitude": "41.581494", + "longitude": "-73.413130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06777", + "city": "New Preston Marble Dale", + "state": "CT", + "latitude": "41.697487", + "longitude": "-73.343500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06778", + "city": "Northfield", + "state": "CT", + "latitude": "41.694945", + "longitude": "-73.109420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06779", + "city": "Oakville", + "state": "CT", + "latitude": "41.592046", + "longitude": "-73.085430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06781", + "city": "Pequabuck", + "state": "CT", + "latitude": "41.669898", + "longitude": "-72.991450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06782", + "city": "Plymouth", + "state": "CT", + "latitude": "41.662281", + "longitude": "-73.048200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06783", + "city": "Roxbury", + "state": "CT", + "latitude": "41.557711", + "longitude": "-73.308160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06784", + "city": "Sherman", + "state": "CT", + "latitude": "41.566534", + "longitude": "-73.491500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06785", + "city": "South Kent", + "state": "CT", + "latitude": "41.699710", + "longitude": "-73.440240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06786", + "city": "Terryville", + "state": "CT", + "latitude": "41.676415", + "longitude": "-73.008360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06787", + "city": "Thomaston", + "state": "CT", + "latitude": "41.677982", + "longitude": "-73.089790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06790", + "city": "Torrington", + "state": "CT", + "latitude": "41.820274", + "longitude": "-73.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06791", + "city": "Harwinton", + "state": "CT", + "latitude": "41.754872", + "longitude": "-73.069270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06793", + "city": "Washington", + "state": "CT", + "latitude": "41.633422", + "longitude": "-73.289460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06794", + "city": "Washington Depot", + "state": "CT", + "latitude": "41.644096", + "longitude": "-73.324370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06795", + "city": "Watertown", + "state": "CT", + "latitude": "41.608196", + "longitude": "-73.120990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06796", + "city": "West Cornwall", + "state": "CT", + "latitude": "41.875075", + "longitude": "-73.336730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06798", + "city": "Woodbury", + "state": "CT", + "latitude": "41.554112", + "longitude": "-73.205390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06801", + "city": "Bethel", + "state": "CT", + "latitude": "41.379978", + "longitude": "-73.401050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06804", + "city": "Brookfield", + "state": "CT", + "latitude": "41.465811", + "longitude": "-73.399820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06807", + "city": "Cos Cob", + "state": "CT", + "latitude": "41.047627", + "longitude": "-73.595080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06810", + "city": "Danbury", + "state": "CT", + "latitude": "41.390194", + "longitude": "-73.454410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06811", + "city": "Danbury", + "state": "CT", + "latitude": "41.425594", + "longitude": "-73.470060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06812", + "city": "New Fairfield", + "state": "CT", + "latitude": "41.472227", + "longitude": "-73.496730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06813", + "city": "Danbury", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06814", + "city": "Danbury", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06815", + "city": "Hamden", + "state": "CT", + "latitude": "41.390625", + "longitude": "-72.900757", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06816", + "city": "Danbury", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06817", + "city": "Danbury", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06819", + "city": "Danbury", + "state": "CT", + "latitude": "41.391956", + "longitude": "-73.475844", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06820", + "city": "Darien", + "state": "CT", + "latitude": "41.075663", + "longitude": "-73.482940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06824", + "city": "Fairfield", + "state": "CT", + "latitude": "41.163879", + "longitude": "-73.265744", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06825", + "city": "Bridgeport", + "state": "CT", + "latitude": "41.191685", + "longitude": "-73.238012", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06829", + "city": "Georgetown", + "state": "CT", + "latitude": "41.255530", + "longitude": "-73.427915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06830", + "city": "Greenwich", + "state": "CT", + "latitude": "41.030730", + "longitude": "-73.629850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06831", + "city": "Greenwich", + "state": "CT", + "latitude": "41.061296", + "longitude": "-73.658660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06832", + "city": "Greenwich", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06836", + "city": "Greenwich", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06840", + "city": "New Canaan", + "state": "CT", + "latitude": "41.150146", + "longitude": "-73.491780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06842", + "city": "New Canaan", + "state": "CT", + "latitude": "41.147096", + "longitude": "-73.495366", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06850", + "city": "Norwalk", + "state": "CT", + "latitude": "41.124546", + "longitude": "-73.436580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06851", + "city": "Norwalk", + "state": "CT", + "latitude": "41.134896", + "longitude": "-73.405300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06852", + "city": "Norwalk", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06853", + "city": "Norwalk", + "state": "CT", + "latitude": "41.066196", + "longitude": "-73.438190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06854", + "city": "Norwalk", + "state": "CT", + "latitude": "41.092196", + "longitude": "-73.428690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06855", + "city": "Norwalk", + "state": "CT", + "latitude": "41.100496", + "longitude": "-73.399180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06856", + "city": "Norwalk", + "state": "CT", + "latitude": "41.111196", + "longitude": "-73.420363", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06857", + "city": "Norwalk", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06858", + "city": "Norwalk", + "state": "CT", + "latitude": "41.110496", + "longitude": "-73.416213", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06859", + "city": "Norwalk", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06860", + "city": "Norwalk", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06870", + "city": "Old Greenwich", + "state": "CT", + "latitude": "41.033347", + "longitude": "-73.568040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06875", + "city": "Redding Center", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06876", + "city": "Redding Ridge", + "state": "CT", + "latitude": "41.032647", + "longitude": "-73.583569", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06877", + "city": "Ridgefield", + "state": "CT", + "latitude": "41.297911", + "longitude": "-73.491780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06878", + "city": "Riverside", + "state": "CT", + "latitude": "41.034264", + "longitude": "-73.584200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06879", + "city": "Ridgefield", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06880", + "city": "Westport", + "state": "CT", + "latitude": "41.140896", + "longitude": "-73.351780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06881", + "city": "Westport", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06883", + "city": "Weston", + "state": "CT", + "latitude": "41.216454", + "longitude": "-73.373080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06888", + "city": "Westport", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06889", + "city": "Westport", + "state": "CT", + "latitude": "41.141005", + "longitude": "-73.346890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06890", + "city": "Fairfield", + "state": "CT", + "latitude": "41.142754", + "longitude": "-73.288247", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06896", + "city": "Redding", + "state": "CT", + "latitude": "41.301007", + "longitude": "-73.398570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06897", + "city": "Wilton", + "state": "CT", + "latitude": "41.201446", + "longitude": "-73.437580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06901", + "city": "Stamford", + "state": "CT", + "latitude": "41.051996", + "longitude": "-73.539030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06902", + "city": "Stamford", + "state": "CT", + "latitude": "41.047996", + "longitude": "-73.536880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06903", + "city": "Stamford", + "state": "CT", + "latitude": "41.132096", + "longitude": "-73.564230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06904", + "city": "Stamford", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06905", + "city": "Stamford", + "state": "CT", + "latitude": "41.081396", + "longitude": "-73.545060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06906", + "city": "Stamford", + "state": "CT", + "latitude": "41.069298", + "longitude": "-73.521820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06907", + "city": "Stamford", + "state": "CT", + "latitude": "41.096846", + "longitude": "-73.521280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06910", + "city": "Stamford", + "state": "CT", + "latitude": "41.039147", + "longitude": "-73.559118", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06911", + "city": "Stamford", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06912", + "city": "Stamford", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06913", + "city": "Stamford", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06914", + "city": "Stamford", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06920", + "city": "Stamford", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06921", + "city": "Stamford", + "state": "CT", + "latitude": "41.049866", + "longitude": "-73.537960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06922", + "city": "Stamford", + "state": "CT", + "latitude": "41.051551", + "longitude": "-73.514344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06925", + "city": "Stamford", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06926", + "city": "Stamford", + "state": "CT", + "latitude": "41.041197", + "longitude": "-73.538567", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06927", + "city": "Stamford", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06928", + "city": "Stamford", + "state": "CT", + "latitude": "41.308873", + "longitude": "-73.363661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "06993", + "city": "Weston", + "state": "CT", + "latitude": "41.234395", + "longitude": "-73.402714", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07001", + "city": "Avenel", + "state": "NJ", + "latitude": "40.578996", + "longitude": "-74.279870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07002", + "city": "Bayonne", + "state": "NJ", + "latitude": "40.666552", + "longitude": "-74.117680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07003", + "city": "Bloomfield", + "state": "NJ", + "latitude": "40.803000", + "longitude": "-74.188950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07004", + "city": "Fairfield", + "state": "NJ", + "latitude": "40.879049", + "longitude": "-74.293780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07005", + "city": "Boonton", + "state": "NJ", + "latitude": "40.912798", + "longitude": "-74.415160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07006", + "city": "Caldwell", + "state": "NJ", + "latitude": "40.848999", + "longitude": "-74.279170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07007", + "city": "Caldwell", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07008", + "city": "Carteret", + "state": "NJ", + "latitude": "40.582504", + "longitude": "-74.229970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07009", + "city": "Cedar Grove", + "state": "NJ", + "latitude": "40.855854", + "longitude": "-74.228980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07010", + "city": "Cliffside Park", + "state": "NJ", + "latitude": "40.821540", + "longitude": "-73.989490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07011", + "city": "Clifton", + "state": "NJ", + "latitude": "40.879699", + "longitude": "-74.142630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07012", + "city": "Clifton", + "state": "NJ", + "latitude": "40.847922", + "longitude": "-74.157900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07013", + "city": "Clifton", + "state": "NJ", + "latitude": "40.868699", + "longitude": "-74.171020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07014", + "city": "Clifton", + "state": "NJ", + "latitude": "40.834049", + "longitude": "-74.136690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07015", + "city": "Clifton", + "state": "NJ", + "latitude": "41.011428", + "longitude": "-74.304793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07016", + "city": "Cranford", + "state": "NJ", + "latitude": "40.656302", + "longitude": "-74.303710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07017", + "city": "East Orange", + "state": "NJ", + "latitude": "40.770933", + "longitude": "-74.205890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07018", + "city": "East Orange", + "state": "NJ", + "latitude": "40.755550", + "longitude": "-74.218970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07019", + "city": "East Orange", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07020", + "city": "Edgewater", + "state": "NJ", + "latitude": "40.830733", + "longitude": "-73.973340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07021", + "city": "Essex Fells", + "state": "NJ", + "latitude": "40.827499", + "longitude": "-74.280910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07022", + "city": "Fairview", + "state": "NJ", + "latitude": "40.816737", + "longitude": "-74.000820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07023", + "city": "Fanwood", + "state": "NJ", + "latitude": "40.641852", + "longitude": "-74.385330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07024", + "city": "Fort Lee", + "state": "NJ", + "latitude": "40.849879", + "longitude": "-73.975010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07026", + "city": "Garfield", + "state": "NJ", + "latitude": "40.879858", + "longitude": "-74.108070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07027", + "city": "Garwood", + "state": "NJ", + "latitude": "40.650802", + "longitude": "-74.323510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07028", + "city": "Glen Ridge", + "state": "NJ", + "latitude": "40.804950", + "longitude": "-74.204700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07029", + "city": "Harrison", + "state": "NJ", + "latitude": "40.745951", + "longitude": "-74.155090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07030", + "city": "Hoboken", + "state": "NJ", + "latitude": "40.744851", + "longitude": "-74.032940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07031", + "city": "North Arlington", + "state": "NJ", + "latitude": "40.791895", + "longitude": "-74.132540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07032", + "city": "Kearny", + "state": "NJ", + "latitude": "40.763051", + "longitude": "-74.137180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07033", + "city": "Kenilworth", + "state": "NJ", + "latitude": "40.674652", + "longitude": "-74.290800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07034", + "city": "Lake Hiawatha", + "state": "NJ", + "latitude": "40.881149", + "longitude": "-74.381120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07035", + "city": "Lincoln Park", + "state": "NJ", + "latitude": "40.923233", + "longitude": "-74.293760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07036", + "city": "Linden", + "state": "NJ", + "latitude": "40.633953", + "longitude": "-74.253390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07039", + "city": "Livingston", + "state": "NJ", + "latitude": "40.788733", + "longitude": "-74.321340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07040", + "city": "Maplewood", + "state": "NJ", + "latitude": "40.728901", + "longitude": "-74.268210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07041", + "city": "Millburn", + "state": "NJ", + "latitude": "40.724168", + "longitude": "-74.299130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07042", + "city": "Montclair", + "state": "NJ", + "latitude": "40.813150", + "longitude": "-74.215760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07043", + "city": "Montclair", + "state": "NJ", + "latitude": "40.844199", + "longitude": "-74.202180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07044", + "city": "Verona", + "state": "NJ", + "latitude": "40.832449", + "longitude": "-74.242270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07045", + "city": "Montville", + "state": "NJ", + "latitude": "40.906152", + "longitude": "-74.367420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07046", + "city": "Mountain Lakes", + "state": "NJ", + "latitude": "40.892021", + "longitude": "-74.440220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07047", + "city": "North Bergen", + "state": "NJ", + "latitude": "40.794600", + "longitude": "-74.019630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07050", + "city": "Orange", + "state": "NJ", + "latitude": "40.768300", + "longitude": "-74.236030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07051", + "city": "Orange", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07052", + "city": "West Orange", + "state": "NJ", + "latitude": "40.788650", + "longitude": "-74.255410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07054", + "city": "Parsippany", + "state": "NJ", + "latitude": "40.860149", + "longitude": "-74.417100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07055", + "city": "Passaic", + "state": "NJ", + "latitude": "40.857384", + "longitude": "-74.128990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07057", + "city": "Wallington", + "state": "NJ", + "latitude": "40.852931", + "longitude": "-74.109250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07058", + "city": "Pine Brook", + "state": "NJ", + "latitude": "40.871299", + "longitude": "-74.343310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07059", + "city": "Warren", + "state": "NJ", + "latitude": "40.633652", + "longitude": "-74.500800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07060", + "city": "Plainfield", + "state": "NJ", + "latitude": "40.620102", + "longitude": "-74.424810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07061", + "city": "Plainfield", + "state": "NJ", + "latitude": "40.665651", + "longitude": "-74.299692", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07062", + "city": "Plainfield", + "state": "NJ", + "latitude": "40.631252", + "longitude": "-74.403830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07063", + "city": "Plainfield", + "state": "NJ", + "latitude": "40.604252", + "longitude": "-74.446120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07064", + "city": "Port Reading", + "state": "NJ", + "latitude": "40.569504", + "longitude": "-74.247740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07065", + "city": "Rahway", + "state": "NJ", + "latitude": "40.607103", + "longitude": "-74.280990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07066", + "city": "Clark", + "state": "NJ", + "latitude": "40.620336", + "longitude": "-74.309340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07067", + "city": "Colonia", + "state": "NJ", + "latitude": "40.591653", + "longitude": "-74.313410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07068", + "city": "Roseland", + "state": "NJ", + "latitude": "40.821799", + "longitude": "-74.304770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07069", + "city": "Watchung", + "state": "NJ", + "latitude": "40.641207", + "longitude": "-74.443695", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07070", + "city": "Rutherford", + "state": "NJ", + "latitude": "40.828922", + "longitude": "-74.110640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07071", + "city": "Lyndhurst", + "state": "NJ", + "latitude": "40.808416", + "longitude": "-74.121110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07072", + "city": "Carlstadt", + "state": "NJ", + "latitude": "40.836555", + "longitude": "-74.084660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07073", + "city": "East Rutherford", + "state": "NJ", + "latitude": "40.830158", + "longitude": "-74.097070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07074", + "city": "Moonachie", + "state": "NJ", + "latitude": "40.841668", + "longitude": "-74.059000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07075", + "city": "Wood Ridge", + "state": "NJ", + "latitude": "40.847638", + "longitude": "-74.087540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07076", + "city": "Scotch Plains", + "state": "NJ", + "latitude": "40.637152", + "longitude": "-74.374930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07077", + "city": "Sewaren", + "state": "NJ", + "latitude": "40.553971", + "longitude": "-74.259380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07078", + "city": "Short Hills", + "state": "NJ", + "latitude": "40.739150", + "longitude": "-74.327490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07079", + "city": "South Orange", + "state": "NJ", + "latitude": "40.747650", + "longitude": "-74.258810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07080", + "city": "South Plainfield", + "state": "NJ", + "latitude": "40.580703", + "longitude": "-74.414010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07081", + "city": "Springfield", + "state": "NJ", + "latitude": "40.701801", + "longitude": "-74.322160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07082", + "city": "Towaco", + "state": "NJ", + "latitude": "40.922410", + "longitude": "-74.346250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07083", + "city": "Union", + "state": "NJ", + "latitude": "40.695401", + "longitude": "-74.269330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07086", + "city": "Union City", + "state": "NJ", + "latitude": "40.769796", + "longitude": "-74.022351", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07087", + "city": "Union City", + "state": "NJ", + "latitude": "40.767751", + "longitude": "-74.030200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07088", + "city": "Vauxhall", + "state": "NJ", + "latitude": "40.718401", + "longitude": "-74.284160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07090", + "city": "Westfield", + "state": "NJ", + "latitude": "40.649202", + "longitude": "-74.345670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07091", + "city": "Westfield", + "state": "NJ", + "latitude": "40.665651", + "longitude": "-74.299692", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07092", + "city": "Mountainside", + "state": "NJ", + "latitude": "40.680301", + "longitude": "-74.356010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07093", + "city": "West New York", + "state": "NJ", + "latitude": "40.789500", + "longitude": "-74.012230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07094", + "city": "Secaucus", + "state": "NJ", + "latitude": "40.788500", + "longitude": "-74.060000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07095", + "city": "Woodbridge", + "state": "NJ", + "latitude": "40.557104", + "longitude": "-74.283160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07096", + "city": "Secaucus", + "state": "NJ", + "latitude": "40.732760", + "longitude": "-74.075485", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07097", + "city": "Jersey City", + "state": "NJ", + "latitude": "40.732760", + "longitude": "-74.075485", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07099", + "city": "Kearny", + "state": "NJ", + "latitude": "40.732760", + "longitude": "-74.075485", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07101", + "city": "Newark", + "state": "NJ", + "latitude": "40.736101", + "longitude": "-74.225090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07102", + "city": "Newark", + "state": "NJ", + "latitude": "40.735257", + "longitude": "-74.173260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07103", + "city": "Newark", + "state": "NJ", + "latitude": "40.738501", + "longitude": "-74.195070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07104", + "city": "Newark", + "state": "NJ", + "latitude": "40.767702", + "longitude": "-74.168310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07105", + "city": "Newark", + "state": "NJ", + "latitude": "40.725801", + "longitude": "-74.152060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07106", + "city": "Newark", + "state": "NJ", + "latitude": "40.742251", + "longitude": "-74.230060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07107", + "city": "Newark", + "state": "NJ", + "latitude": "40.760667", + "longitude": "-74.187900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07108", + "city": "Newark", + "state": "NJ", + "latitude": "40.722751", + "longitude": "-74.201400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07109", + "city": "Belleville", + "state": "NJ", + "latitude": "40.793500", + "longitude": "-74.161440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07110", + "city": "Nutley", + "state": "NJ", + "latitude": "40.819600", + "longitude": "-74.158770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07111", + "city": "Irvington", + "state": "NJ", + "latitude": "40.725651", + "longitude": "-74.232070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07112", + "city": "Newark", + "state": "NJ", + "latitude": "40.711651", + "longitude": "-74.213030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07114", + "city": "Newark", + "state": "NJ", + "latitude": "40.707553", + "longitude": "-74.178830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07115", + "city": "Newark", + "state": "NJ", + "latitude": "40.718772", + "longitude": "-74.170091", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07175", + "city": "Newark", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07182", + "city": "Newark", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07184", + "city": "Newark", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07188", + "city": "Newark", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07189", + "city": "Newark", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07191", + "city": "Newark", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07192", + "city": "Newark", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07193", + "city": "Newark", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07194", + "city": "Newark", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07195", + "city": "Newark", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07197", + "city": "Newark", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07198", + "city": "Newark", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07199", + "city": "Newark", + "state": "NJ", + "latitude": "40.791850", + "longitude": "-74.245241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07201", + "city": "Elizabeth", + "state": "NJ", + "latitude": "40.669502", + "longitude": "-74.198890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07202", + "city": "Elizabeth", + "state": "NJ", + "latitude": "40.652302", + "longitude": "-74.216920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07203", + "city": "Roselle", + "state": "NJ", + "latitude": "40.653502", + "longitude": "-74.260580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07204", + "city": "Roselle Park", + "state": "NJ", + "latitude": "40.665552", + "longitude": "-74.267680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07205", + "city": "Hillside", + "state": "NJ", + "latitude": "40.695552", + "longitude": "-74.228560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07206", + "city": "Elizabeth", + "state": "NJ", + "latitude": "40.653189", + "longitude": "-74.191580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07207", + "city": "Elizabeth", + "state": "NJ", + "latitude": "40.665651", + "longitude": "-74.299692", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07208", + "city": "Elizabeth", + "state": "NJ", + "latitude": "40.673102", + "longitude": "-74.228340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07290", + "city": "Bernards", + "state": "NJ", + "latitude": "40.664351", + "longitude": "-74.573051", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07301", + "city": "Jersey City", + "state": "NJ", + "latitude": "40.729234", + "longitude": "-74.032506", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07302", + "city": "Jersey City", + "state": "NJ", + "latitude": "40.721602", + "longitude": "-74.047030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07303", + "city": "Jersey City", + "state": "NJ", + "latitude": "40.732760", + "longitude": "-74.075485", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07304", + "city": "Jersey City", + "state": "NJ", + "latitude": "40.716452", + "longitude": "-74.072530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07305", + "city": "Jersey City", + "state": "NJ", + "latitude": "40.701302", + "longitude": "-74.088430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07306", + "city": "Jersey City", + "state": "NJ", + "latitude": "40.733751", + "longitude": "-74.065820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07307", + "city": "Jersey City", + "state": "NJ", + "latitude": "40.748001", + "longitude": "-74.049430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07308", + "city": "Jersey City", + "state": "NJ", + "latitude": "40.732760", + "longitude": "-74.075485", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07309", + "city": "Jersey City", + "state": "NJ", + "latitude": "40.732760", + "longitude": "-74.075485", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07310", + "city": "Jersey City", + "state": "NJ", + "latitude": "40.731901", + "longitude": "-74.040200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07311", + "city": "Jersey City", + "state": "NJ", + "latitude": "40.732350", + "longitude": "-74.075391", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07399", + "city": "Jersey City", + "state": "NJ", + "latitude": "40.732350", + "longitude": "-74.075391", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07401", + "city": "Allendale", + "state": "NJ", + "latitude": "41.031505", + "longitude": "-74.134090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07403", + "city": "Bloomingdale", + "state": "NJ", + "latitude": "41.014497", + "longitude": "-74.330210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07405", + "city": "Butler", + "state": "NJ", + "latitude": "40.993130", + "longitude": "-74.358930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07407", + "city": "Elmwood Park", + "state": "NJ", + "latitude": "40.905639", + "longitude": "-74.119900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07410", + "city": "Fair Lawn", + "state": "NJ", + "latitude": "40.933943", + "longitude": "-74.116710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07416", + "city": "Franklin", + "state": "NJ", + "latitude": "41.117360", + "longitude": "-74.587840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07417", + "city": "Franklin Lakes", + "state": "NJ", + "latitude": "41.010433", + "longitude": "-74.208470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07418", + "city": "Glenwood", + "state": "NJ", + "latitude": "41.232344", + "longitude": "-74.486880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07419", + "city": "Hamburg", + "state": "NJ", + "latitude": "41.156187", + "longitude": "-74.570940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07420", + "city": "Haskell", + "state": "NJ", + "latitude": "41.026747", + "longitude": "-74.297420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07421", + "city": "Hewitt", + "state": "NJ", + "latitude": "41.173445", + "longitude": "-74.374040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07422", + "city": "Highland Lakes", + "state": "NJ", + "latitude": "41.180137", + "longitude": "-74.454890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07423", + "city": "Ho Ho Kus", + "state": "NJ", + "latitude": "41.001695", + "longitude": "-74.102390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07424", + "city": "Little Falls", + "state": "NJ", + "latitude": "40.886628", + "longitude": "-74.214050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07427", + "city": "West Paterson", + "state": "NJ", + "latitude": "40.875949", + "longitude": "-74.201489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07428", + "city": "McAfee", + "state": "NJ", + "latitude": "41.181052", + "longitude": "-74.517960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07430", + "city": "Mahwah", + "state": "NJ", + "latitude": "41.077102", + "longitude": "-74.161470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07432", + "city": "Midland Park", + "state": "NJ", + "latitude": "40.993120", + "longitude": "-74.142860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07435", + "city": "Newfoundland", + "state": "NJ", + "latitude": "41.045897", + "longitude": "-74.436770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07436", + "city": "Oakland", + "state": "NJ", + "latitude": "41.028884", + "longitude": "-74.237270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07438", + "city": "Oak Ridge", + "state": "NJ", + "latitude": "41.029555", + "longitude": "-74.507100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07439", + "city": "Ogdensburg", + "state": "NJ", + "latitude": "41.080066", + "longitude": "-74.597200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07440", + "city": "Pequannock", + "state": "NJ", + "latitude": "40.946748", + "longitude": "-74.295750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07442", + "city": "Pompton Lakes", + "state": "NJ", + "latitude": "40.999480", + "longitude": "-74.288070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07444", + "city": "Pompton Plains", + "state": "NJ", + "latitude": "40.964548", + "longitude": "-74.298130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07446", + "city": "Ramsey", + "state": "NJ", + "latitude": "41.058819", + "longitude": "-74.142380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07450", + "city": "Ridgewood", + "state": "NJ", + "latitude": "40.983997", + "longitude": "-74.114380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07451", + "city": "Ridgewood", + "state": "NJ", + "latitude": "40.948054", + "longitude": "-74.083231", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07452", + "city": "Glen Rock", + "state": "NJ", + "latitude": "40.961109", + "longitude": "-74.125760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07456", + "city": "Ringwood", + "state": "NJ", + "latitude": "41.096095", + "longitude": "-74.260120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07457", + "city": "Riverdale", + "state": "NJ", + "latitude": "40.990032", + "longitude": "-74.310230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07458", + "city": "Saddle River", + "state": "NJ", + "latitude": "41.054568", + "longitude": "-74.096160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07460", + "city": "Stockholm", + "state": "NJ", + "latitude": "41.091254", + "longitude": "-74.520810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07461", + "city": "Sussex", + "state": "NJ", + "latitude": "41.229754", + "longitude": "-74.602030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07462", + "city": "Vernon", + "state": "NJ", + "latitude": "41.193708", + "longitude": "-74.508900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07463", + "city": "Waldwick", + "state": "NJ", + "latitude": "41.013109", + "longitude": "-74.122310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07465", + "city": "Wanaque", + "state": "NJ", + "latitude": "41.052958", + "longitude": "-74.282360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07470", + "city": "Wayne", + "state": "NJ", + "latitude": "40.943608", + "longitude": "-74.250040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07474", + "city": "Wayne", + "state": "NJ", + "latitude": "41.011428", + "longitude": "-74.304793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07477", + "city": "Wayne", + "state": "NJ", + "latitude": "41.011428", + "longitude": "-74.304793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07480", + "city": "West Milford", + "state": "NJ", + "latitude": "41.102569", + "longitude": "-74.370470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07481", + "city": "Wyckoff", + "state": "NJ", + "latitude": "40.998583", + "longitude": "-74.167100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07495", + "city": "Mahwah", + "state": "NJ", + "latitude": "40.948054", + "longitude": "-74.083231", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07498", + "city": "Mahwah", + "state": "NJ", + "latitude": "40.948054", + "longitude": "-74.083231", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07501", + "city": "Paterson", + "state": "NJ", + "latitude": "40.912198", + "longitude": "-74.168630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07502", + "city": "Paterson", + "state": "NJ", + "latitude": "40.918948", + "longitude": "-74.193900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07503", + "city": "Paterson", + "state": "NJ", + "latitude": "40.896798", + "longitude": "-74.157310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07504", + "city": "Paterson", + "state": "NJ", + "latitude": "40.912148", + "longitude": "-74.142710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07505", + "city": "Paterson", + "state": "NJ", + "latitude": "40.916165", + "longitude": "-74.171290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07506", + "city": "Hawthorne", + "state": "NJ", + "latitude": "40.957498", + "longitude": "-74.156270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07507", + "city": "Hawthorne", + "state": "NJ", + "latitude": "41.011428", + "longitude": "-74.304793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07508", + "city": "Haledon", + "state": "NJ", + "latitude": "40.945198", + "longitude": "-74.182860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07509", + "city": "Paterson", + "state": "NJ", + "latitude": "41.011428", + "longitude": "-74.304793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07510", + "city": "Paterson", + "state": "NJ", + "latitude": "41.011428", + "longitude": "-74.304793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07511", + "city": "Totowa", + "state": "NJ", + "latitude": "41.011428", + "longitude": "-74.304793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07512", + "city": "Totowa", + "state": "NJ", + "latitude": "40.903348", + "longitude": "-74.217630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07513", + "city": "Paterson", + "state": "NJ", + "latitude": "40.906598", + "longitude": "-74.149440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07514", + "city": "Paterson", + "state": "NJ", + "latitude": "40.923648", + "longitude": "-74.143210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07522", + "city": "Paterson", + "state": "NJ", + "latitude": "40.925778", + "longitude": "-74.177840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07524", + "city": "Paterson", + "state": "NJ", + "latitude": "40.930398", + "longitude": "-74.158290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07530", + "city": "Paterson", + "state": "NJ", + "latitude": "41.011428", + "longitude": "-74.304793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07533", + "city": "Paterson", + "state": "NJ", + "latitude": "41.011428", + "longitude": "-74.304793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07538", + "city": "Haledon", + "state": "NJ", + "latitude": "41.011428", + "longitude": "-74.304793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07543", + "city": "Paterson", + "state": "NJ", + "latitude": "41.011428", + "longitude": "-74.304793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07544", + "city": "Paterson", + "state": "NJ", + "latitude": "41.011428", + "longitude": "-74.304793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07571", + "city": "Totowa", + "state": "NJ", + "latitude": "40.899873", + "longitude": "-74.230190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07601", + "city": "Hackensack", + "state": "NJ", + "latitude": "40.888678", + "longitude": "-74.048800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07602", + "city": "Hackensack", + "state": "NJ", + "latitude": "40.948054", + "longitude": "-74.083231", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07603", + "city": "Bogota", + "state": "NJ", + "latitude": "40.873876", + "longitude": "-74.027690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07604", + "city": "Hasbrouck Heights", + "state": "NJ", + "latitude": "40.862890", + "longitude": "-74.075060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07605", + "city": "Leonia", + "state": "NJ", + "latitude": "40.862685", + "longitude": "-73.985510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07606", + "city": "South Hackensack", + "state": "NJ", + "latitude": "40.863699", + "longitude": "-74.046430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07607", + "city": "Maywood", + "state": "NJ", + "latitude": "40.905030", + "longitude": "-74.062790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07608", + "city": "Teterboro", + "state": "NJ", + "latitude": "40.853723", + "longitude": "-74.059870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07610", + "city": "Oradell", + "state": "NJ", + "latitude": "40.951348", + "longitude": "-74.041234", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07620", + "city": "Alpine", + "state": "NJ", + "latitude": "40.952814", + "longitude": "-73.930640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07621", + "city": "Bergenfield", + "state": "NJ", + "latitude": "40.923748", + "longitude": "-73.998790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07624", + "city": "Closter", + "state": "NJ", + "latitude": "40.971956", + "longitude": "-73.961660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07626", + "city": "Cresskill", + "state": "NJ", + "latitude": "40.942074", + "longitude": "-73.965040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07627", + "city": "Demarest", + "state": "NJ", + "latitude": "40.955603", + "longitude": "-73.960440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07628", + "city": "Dumont", + "state": "NJ", + "latitude": "40.945173", + "longitude": "-73.993420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07630", + "city": "Emerson", + "state": "NJ", + "latitude": "40.975140", + "longitude": "-74.027250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07631", + "city": "Englewood", + "state": "NJ", + "latitude": "40.893343", + "longitude": "-73.975800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07632", + "city": "Englewood Cliffs", + "state": "NJ", + "latitude": "40.883749", + "longitude": "-73.951730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07640", + "city": "Harrington Park", + "state": "NJ", + "latitude": "40.989357", + "longitude": "-73.979580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07641", + "city": "Haworth", + "state": "NJ", + "latitude": "40.958573", + "longitude": "-73.986590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07642", + "city": "Hillsdale", + "state": "NJ", + "latitude": "41.007389", + "longitude": "-74.042470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07643", + "city": "Little Ferry", + "state": "NJ", + "latitude": "40.850621", + "longitude": "-74.041120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07644", + "city": "Lodi", + "state": "NJ", + "latitude": "40.877999", + "longitude": "-74.082650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07645", + "city": "Montvale", + "state": "NJ", + "latitude": "41.048997", + "longitude": "-74.040520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07646", + "city": "New Milford", + "state": "NJ", + "latitude": "40.936211", + "longitude": "-74.018800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07647", + "city": "Northvale", + "state": "NJ", + "latitude": "41.009414", + "longitude": "-73.948490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07648", + "city": "Norwood", + "state": "NJ", + "latitude": "40.994442", + "longitude": "-73.955860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07649", + "city": "Oradell", + "state": "NJ", + "latitude": "40.953126", + "longitude": "-74.033790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07650", + "city": "Palisades Park", + "state": "NJ", + "latitude": "40.845742", + "longitude": "-73.994790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07652", + "city": "Paramus", + "state": "NJ", + "latitude": "40.947107", + "longitude": "-74.070470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07653", + "city": "Paramus", + "state": "NJ", + "latitude": "40.948054", + "longitude": "-74.083231", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07656", + "city": "Park Ridge", + "state": "NJ", + "latitude": "41.034672", + "longitude": "-74.040650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07657", + "city": "Ridgefield", + "state": "NJ", + "latitude": "40.832421", + "longitude": "-74.003990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07660", + "city": "Ridgefield Park", + "state": "NJ", + "latitude": "40.856749", + "longitude": "-74.022780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07661", + "city": "River Edge", + "state": "NJ", + "latitude": "40.927579", + "longitude": "-74.037390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07662", + "city": "Rochelle Park", + "state": "NJ", + "latitude": "40.906553", + "longitude": "-74.077970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07663", + "city": "Saddle Brook", + "state": "NJ", + "latitude": "40.904131", + "longitude": "-74.094740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07666", + "city": "Teaneck", + "state": "NJ", + "latitude": "40.890964", + "longitude": "-74.011150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07670", + "city": "Tenafly", + "state": "NJ", + "latitude": "40.921690", + "longitude": "-73.964820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07675", + "city": "Westwood", + "state": "NJ", + "latitude": "40.999040", + "longitude": "-74.032910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07676", + "city": "Ho-Ho-Kus", + "state": "NJ", + "latitude": "40.989508", + "longitude": "-74.061302", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07677", + "city": "Woodcliff Lake", + "state": "NJ", + "latitude": "41.025101", + "longitude": "-74.059762", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07688", + "city": "Teaneck", + "state": "NJ", + "latitude": "40.948054", + "longitude": "-74.083231", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07701", + "city": "Red Bank", + "state": "NJ", + "latitude": "40.352953", + "longitude": "-74.077030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07702", + "city": "Shrewsbury", + "state": "NJ", + "latitude": "40.329128", + "longitude": "-74.063150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07703", + "city": "Fort Monmouth", + "state": "NJ", + "latitude": "40.309121", + "longitude": "-74.048600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07704", + "city": "Fair Haven", + "state": "NJ", + "latitude": "40.360581", + "longitude": "-74.037380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07709", + "city": "Allenhurst", + "state": "NJ", + "latitude": "40.302718", + "longitude": "-74.249280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07710", + "city": "Adelphia", + "state": "NJ", + "latitude": "40.302718", + "longitude": "-74.249280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07711", + "city": "Allenhurst", + "state": "NJ", + "latitude": "40.236916", + "longitude": "-74.006900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07712", + "city": "Asbury Park", + "state": "NJ", + "latitude": "40.232713", + "longitude": "-74.031430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07715", + "city": "Belmar", + "state": "NJ", + "latitude": "40.302718", + "longitude": "-74.249280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07716", + "city": "Atlantic Highlands", + "state": "NJ", + "latitude": "40.407958", + "longitude": "-74.034830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07717", + "city": "Avon By The Sea", + "state": "NJ", + "latitude": "40.191809", + "longitude": "-74.016880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07718", + "city": "Belford", + "state": "NJ", + "latitude": "40.415902", + "longitude": "-74.086890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07719", + "city": "Belmar", + "state": "NJ", + "latitude": "40.175357", + "longitude": "-74.046940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07720", + "city": "Bradley Beach", + "state": "NJ", + "latitude": "40.202113", + "longitude": "-74.013530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07721", + "city": "Cliffwood", + "state": "NJ", + "latitude": "40.435961", + "longitude": "-74.237340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07722", + "city": "Colts Neck", + "state": "NJ", + "latitude": "40.300226", + "longitude": "-74.183060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07723", + "city": "Deal", + "state": "NJ", + "latitude": "40.250104", + "longitude": "-74.001530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07724", + "city": "Eatontown", + "state": "NJ", + "latitude": "40.301979", + "longitude": "-74.068890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07726", + "city": "Englishtown", + "state": "NJ", + "latitude": "40.294244", + "longitude": "-74.342130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07727", + "city": "Farmingdale", + "state": "NJ", + "latitude": "40.205367", + "longitude": "-74.157670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07728", + "city": "Freehold", + "state": "NJ", + "latitude": "40.241036", + "longitude": "-74.276290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07730", + "city": "Hazlet", + "state": "NJ", + "latitude": "40.423298", + "longitude": "-74.179000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07731", + "city": "Howell", + "state": "NJ", + "latitude": "40.146597", + "longitude": "-74.208150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07732", + "city": "Highlands", + "state": "NJ", + "latitude": "40.404474", + "longitude": "-73.990400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07733", + "city": "Holmdel", + "state": "NJ", + "latitude": "40.384832", + "longitude": "-74.171940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07734", + "city": "Keansburg", + "state": "NJ", + "latitude": "40.444407", + "longitude": "-74.132980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07735", + "city": "Keyport", + "state": "NJ", + "latitude": "40.439714", + "longitude": "-74.193740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07737", + "city": "Leonardo", + "state": "NJ", + "latitude": "40.416772", + "longitude": "-74.060580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07738", + "city": "Lincroft", + "state": "NJ", + "latitude": "40.337374", + "longitude": "-74.120590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07739", + "city": "Little Silver", + "state": "NJ", + "latitude": "40.335170", + "longitude": "-74.040590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07740", + "city": "Long Branch", + "state": "NJ", + "latitude": "40.297932", + "longitude": "-73.990970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07746", + "city": "Marlboro", + "state": "NJ", + "latitude": "40.316876", + "longitude": "-74.261120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07747", + "city": "Matawan", + "state": "NJ", + "latitude": "40.411102", + "longitude": "-74.237670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07748", + "city": "Middletown", + "state": "NJ", + "latitude": "40.410213", + "longitude": "-74.117180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07750", + "city": "Monmouth Beach", + "state": "NJ", + "latitude": "40.332877", + "longitude": "-73.979860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07751", + "city": "Morganville", + "state": "NJ", + "latitude": "40.361014", + "longitude": "-74.265950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07752", + "city": "Navesink", + "state": "NJ", + "latitude": "40.402277", + "longitude": "-74.027285", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07753", + "city": "Neptune", + "state": "NJ", + "latitude": "40.208945", + "longitude": "-74.052610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07754", + "city": "Neptune", + "state": "NJ", + "latitude": "40.302718", + "longitude": "-74.249280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07755", + "city": "Oakhurst", + "state": "NJ", + "latitude": "40.263575", + "longitude": "-74.021760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07756", + "city": "Ocean Grove", + "state": "NJ", + "latitude": "40.211982", + "longitude": "-74.009160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07757", + "city": "Oceanport", + "state": "NJ", + "latitude": "40.318115", + "longitude": "-74.012390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07758", + "city": "Port Monmouth", + "state": "NJ", + "latitude": "40.427561", + "longitude": "-74.106900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07760", + "city": "Rumson", + "state": "NJ", + "latitude": "40.369145", + "longitude": "-73.995760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07762", + "city": "Spring Lake", + "state": "NJ", + "latitude": "40.153024", + "longitude": "-74.033720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07763", + "city": "Tennent", + "state": "NJ", + "latitude": "40.302718", + "longitude": "-74.249280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07764", + "city": "West Long Branch", + "state": "NJ", + "latitude": "40.289985", + "longitude": "-74.016710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07765", + "city": "Wickatunk", + "state": "NJ", + "latitude": "40.302718", + "longitude": "-74.249280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07777", + "city": "Holmdel", + "state": "NJ", + "latitude": "40.302718", + "longitude": "-74.249280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07799", + "city": "Eatontown", + "state": "NJ", + "latitude": "40.302718", + "longitude": "-74.249280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07801", + "city": "Dover", + "state": "NJ", + "latitude": "40.889166", + "longitude": "-74.554620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07802", + "city": "Dover", + "state": "NJ", + "latitude": "40.867331", + "longitude": "-74.578269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07803", + "city": "Mine Hill", + "state": "NJ", + "latitude": "40.878785", + "longitude": "-74.600980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07806", + "city": "Picatinny Arsenal", + "state": "NJ", + "latitude": "40.867331", + "longitude": "-74.578269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07819", + "city": "Hardyston", + "state": "NJ", + "latitude": "41.162053", + "longitude": "-74.580886", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07820", + "city": "Allamuchy", + "state": "NJ", + "latitude": "40.869648", + "longitude": "-74.849661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07821", + "city": "Andover", + "state": "NJ", + "latitude": "40.966308", + "longitude": "-74.742980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07822", + "city": "Augusta", + "state": "NJ", + "latitude": "41.139545", + "longitude": "-74.699300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07823", + "city": "Belvidere", + "state": "NJ", + "latitude": "40.823830", + "longitude": "-75.045850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07825", + "city": "Blairstown", + "state": "NJ", + "latitude": "40.960350", + "longitude": "-74.962430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07826", + "city": "Branchville", + "state": "NJ", + "latitude": "41.177457", + "longitude": "-74.759040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07827", + "city": "Montague", + "state": "NJ", + "latitude": "41.300062", + "longitude": "-74.760580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07828", + "city": "Budd Lake", + "state": "NJ", + "latitude": "40.878198", + "longitude": "-74.738750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07829", + "city": "Buttzville", + "state": "NJ", + "latitude": "40.843350", + "longitude": "-74.985914", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07830", + "city": "Califon", + "state": "NJ", + "latitude": "40.723778", + "longitude": "-74.818660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07831", + "city": "Changewater", + "state": "NJ", + "latitude": "40.739382", + "longitude": "-74.944756", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07832", + "city": "Columbia", + "state": "NJ", + "latitude": "40.929760", + "longitude": "-75.061930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07833", + "city": "Delaware", + "state": "NJ", + "latitude": "40.895451", + "longitude": "-75.067520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07834", + "city": "Denville", + "state": "NJ", + "latitude": "40.886149", + "longitude": "-74.487040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07836", + "city": "Flanders", + "state": "NJ", + "latitude": "40.844050", + "longitude": "-74.701340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07837", + "city": "Glasser", + "state": "NJ", + "latitude": "41.128310", + "longitude": "-74.678956", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07838", + "city": "Great Meadows", + "state": "NJ", + "latitude": "40.886474", + "longitude": "-74.900890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07839", + "city": "Greendell", + "state": "NJ", + "latitude": "41.128310", + "longitude": "-74.678956", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07840", + "city": "Hackettstown", + "state": "NJ", + "latitude": "40.861748", + "longitude": "-74.830540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07841", + "city": "Great Meadows-Vienna", + "state": "NJ", + "latitude": "40.863567", + "longitude": "-74.869538", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07842", + "city": "Hibernia", + "state": "NJ", + "latitude": "40.940301", + "longitude": "-74.496170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07843", + "city": "Hopatcong", + "state": "NJ", + "latitude": "40.937206", + "longitude": "-74.661470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07844", + "city": "Hope", + "state": "NJ", + "latitude": "40.919658", + "longitude": "-74.984628", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07845", + "city": "Ironia", + "state": "NJ", + "latitude": "40.867331", + "longitude": "-74.578269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07846", + "city": "Johnsonburg", + "state": "NJ", + "latitude": "40.966266", + "longitude": "-74.879790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07847", + "city": "Kenvil", + "state": "NJ", + "latitude": "40.880380", + "longitude": "-74.620090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07848", + "city": "Lafayette", + "state": "NJ", + "latitude": "41.094159", + "longitude": "-74.690360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07849", + "city": "Lake Hopatcong", + "state": "NJ", + "latitude": "40.963959", + "longitude": "-74.614140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07850", + "city": "Landing", + "state": "NJ", + "latitude": "40.908198", + "longitude": "-74.657490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07851", + "city": "Layton", + "state": "NJ", + "latitude": "41.172968", + "longitude": "-74.883010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07852", + "city": "Ledgewood", + "state": "NJ", + "latitude": "40.876349", + "longitude": "-74.657690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07853", + "city": "Long Valley", + "state": "NJ", + "latitude": "40.788599", + "longitude": "-74.782950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07855", + "city": "Middleville", + "state": "NJ", + "latitude": "41.128310", + "longitude": "-74.678956", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07856", + "city": "Mount Arlington", + "state": "NJ", + "latitude": "40.919498", + "longitude": "-74.635590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07857", + "city": "Netcong", + "state": "NJ", + "latitude": "40.897398", + "longitude": "-74.703010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07860", + "city": "Newton", + "state": "NJ", + "latitude": "41.071400", + "longitude": "-74.801990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07863", + "city": "Oxford", + "state": "NJ", + "latitude": "40.815107", + "longitude": "-74.968020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07865", + "city": "Port Murray", + "state": "NJ", + "latitude": "40.783175", + "longitude": "-74.909340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07866", + "city": "Rockaway", + "state": "NJ", + "latitude": "40.926798", + "longitude": "-74.506240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07869", + "city": "Randolph", + "state": "NJ", + "latitude": "40.847649", + "longitude": "-74.574800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07870", + "city": "Schooleys Mountain", + "state": "NJ", + "latitude": "40.810362", + "longitude": "-74.819318", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07871", + "city": "Sparta", + "state": "NJ", + "latitude": "41.035384", + "longitude": "-74.635570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07874", + "city": "Stanhope", + "state": "NJ", + "latitude": "40.917054", + "longitude": "-74.710530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07875", + "city": "Stillwater", + "state": "NJ", + "latitude": "41.043858", + "longitude": "-74.871981", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07876", + "city": "Succasunna", + "state": "NJ", + "latitude": "40.855549", + "longitude": "-74.652510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07877", + "city": "Swartswood", + "state": "NJ", + "latitude": "41.102890", + "longitude": "-74.850759", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07878", + "city": "Mount Tabor", + "state": "NJ", + "latitude": "40.872866", + "longitude": "-74.478430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07879", + "city": "Tranquility", + "state": "NJ", + "latitude": "40.955934", + "longitude": "-74.788108", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07880", + "city": "Vienna", + "state": "NJ", + "latitude": "40.864844", + "longitude": "-74.897002", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07881", + "city": "Wallpack Center", + "state": "NJ", + "latitude": "41.125646", + "longitude": "-74.917711", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07882", + "city": "Washington", + "state": "NJ", + "latitude": "40.753753", + "longitude": "-74.996170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07885", + "city": "Wharton", + "state": "NJ", + "latitude": "40.913298", + "longitude": "-74.582460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07890", + "city": "Branchville", + "state": "NJ", + "latitude": "41.128310", + "longitude": "-74.678956", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07901", + "city": "Summit", + "state": "NJ", + "latitude": "40.714501", + "longitude": "-74.363300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07902", + "city": "Summit", + "state": "NJ", + "latitude": "40.665651", + "longitude": "-74.299692", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07919", + "city": "Hardyston", + "state": "NJ", + "latitude": "41.152239", + "longitude": "-74.581948", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07920", + "city": "Basking Ridge", + "state": "NJ", + "latitude": "40.678900", + "longitude": "-74.570390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07921", + "city": "Bedminster", + "state": "NJ", + "latitude": "40.652301", + "longitude": "-74.653000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07922", + "city": "Berkeley Heights", + "state": "NJ", + "latitude": "40.675112", + "longitude": "-74.434590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07924", + "city": "Bernardsville", + "state": "NJ", + "latitude": "40.723440", + "longitude": "-74.577530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07926", + "city": "Brookside", + "state": "NJ", + "latitude": "40.800353", + "longitude": "-74.571785", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07927", + "city": "Cedar Knolls", + "state": "NJ", + "latitude": "40.821149", + "longitude": "-74.451210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07928", + "city": "Chatham", + "state": "NJ", + "latitude": "40.733200", + "longitude": "-74.397360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07930", + "city": "Chester", + "state": "NJ", + "latitude": "40.786549", + "longitude": "-74.687990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07931", + "city": "Far Hills", + "state": "NJ", + "latitude": "40.696601", + "longitude": "-74.637810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07932", + "city": "Florham Park", + "state": "NJ", + "latitude": "40.778350", + "longitude": "-74.390090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07933", + "city": "Gillette", + "state": "NJ", + "latitude": "40.683934", + "longitude": "-74.470790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07934", + "city": "Gladstone", + "state": "NJ", + "latitude": "40.722650", + "longitude": "-74.674320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07935", + "city": "Green Village", + "state": "NJ", + "latitude": "40.739333", + "longitude": "-74.456310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07936", + "city": "East Hanover", + "state": "NJ", + "latitude": "40.820012", + "longitude": "-74.364740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07938", + "city": "Liberty Corner", + "state": "NJ", + "latitude": "40.655399", + "longitude": "-74.586151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07939", + "city": "Lyons", + "state": "NJ", + "latitude": "40.566553", + "longitude": "-74.599801", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07940", + "city": "Madison", + "state": "NJ", + "latitude": "40.758750", + "longitude": "-74.416090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07945", + "city": "Mendham", + "state": "NJ", + "latitude": "40.782767", + "longitude": "-74.595290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07946", + "city": "Millington", + "state": "NJ", + "latitude": "40.672823", + "longitude": "-74.520110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07950", + "city": "Morris Plains", + "state": "NJ", + "latitude": "40.842399", + "longitude": "-74.482230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07952", + "city": "Bernardsville", + "state": "NJ", + "latitude": "40.733863", + "longitude": "-74.585653", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07960", + "city": "Morristown", + "state": "NJ", + "latitude": "40.792150", + "longitude": "-74.485590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07961", + "city": "Morristown", + "state": "NJ", + "latitude": "40.779750", + "longitude": "-74.442797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07962", + "city": "Morristown", + "state": "NJ", + "latitude": "40.867331", + "longitude": "-74.578269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07963", + "city": "Morristown", + "state": "NJ", + "latitude": "40.867331", + "longitude": "-74.578269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07969", + "city": "Watchung", + "state": "NJ", + "latitude": "40.631652", + "longitude": "-74.454547", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07970", + "city": "Mount Freedom", + "state": "NJ", + "latitude": "40.813281", + "longitude": "-74.572670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07974", + "city": "New Providence", + "state": "NJ", + "latitude": "40.698268", + "longitude": "-74.402250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07976", + "city": "New Vernon", + "state": "NJ", + "latitude": "40.733739", + "longitude": "-74.488510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07977", + "city": "Peapack", + "state": "NJ", + "latitude": "40.707505", + "longitude": "-74.656570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07978", + "city": "Pluckemin", + "state": "NJ", + "latitude": "40.642491", + "longitude": "-74.639597", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07979", + "city": "Pottersville", + "state": "NJ", + "latitude": "40.713675", + "longitude": "-74.724650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07980", + "city": "Stirling", + "state": "NJ", + "latitude": "40.672968", + "longitude": "-74.491710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07981", + "city": "Whippany", + "state": "NJ", + "latitude": "40.821482", + "longitude": "-74.426480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07983", + "city": "Whippany", + "state": "NJ", + "latitude": "40.867331", + "longitude": "-74.578269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07997", + "city": "Peapack and Gladstone", + "state": "NJ", + "latitude": "40.728195", + "longitude": "-74.665549", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "07999", + "city": "Whippany", + "state": "NJ", + "latitude": "40.867331", + "longitude": "-74.578269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08001", + "city": "Alloway", + "state": "NJ", + "latitude": "39.559426", + "longitude": "-75.363100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08002", + "city": "Cherry Hill", + "state": "NJ", + "latitude": "39.932279", + "longitude": "-75.022660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08003", + "city": "Cherry Hill", + "state": "NJ", + "latitude": "39.879713", + "longitude": "-74.971900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08004", + "city": "Atco", + "state": "NJ", + "latitude": "39.769357", + "longitude": "-74.872640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08005", + "city": "Barnegat", + "state": "NJ", + "latitude": "39.759581", + "longitude": "-74.273980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08006", + "city": "Barnegat Light", + "state": "NJ", + "latitude": "39.751960", + "longitude": "-74.110740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08007", + "city": "Barrington", + "state": "NJ", + "latitude": "39.868013", + "longitude": "-75.054240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08008", + "city": "Beach Haven", + "state": "NJ", + "latitude": "39.614596", + "longitude": "-74.200500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08009", + "city": "Berlin", + "state": "NJ", + "latitude": "39.779582", + "longitude": "-74.936500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08010", + "city": "Beverly", + "state": "NJ", + "latitude": "40.058211", + "longitude": "-74.914040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08011", + "city": "Birmingham", + "state": "NJ", + "latitude": "39.978635", + "longitude": "-74.713230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08012", + "city": "Blackwood", + "state": "NJ", + "latitude": "39.784614", + "longitude": "-75.056780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08014", + "city": "Bridgeport", + "state": "NJ", + "latitude": "39.803646", + "longitude": "-75.344210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08015", + "city": "Browns Mills", + "state": "NJ", + "latitude": "39.960596", + "longitude": "-74.560600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08016", + "city": "Burlington", + "state": "NJ", + "latitude": "40.068340", + "longitude": "-74.844630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08017", + "city": "Elwood-Magnolia", + "state": "NJ", + "latitude": "39.574175", + "longitude": "-74.719502", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08018", + "city": "Cedar Brook", + "state": "NJ", + "latitude": "39.802370", + "longitude": "-74.938259", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08019", + "city": "Chatsworth", + "state": "NJ", + "latitude": "39.777314", + "longitude": "-74.535400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08020", + "city": "Clarksboro", + "state": "NJ", + "latitude": "39.800958", + "longitude": "-75.221100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08021", + "city": "Clementon", + "state": "NJ", + "latitude": "39.810485", + "longitude": "-74.995740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08022", + "city": "Columbus", + "state": "NJ", + "latitude": "40.079952", + "longitude": "-74.706840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08023", + "city": "Deepwater", + "state": "NJ", + "latitude": "39.683577", + "longitude": "-75.489320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08025", + "city": "Ewan", + "state": "NJ", + "latitude": "39.701526", + "longitude": "-75.162903", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08026", + "city": "Gibbsboro", + "state": "NJ", + "latitude": "39.833847", + "longitude": "-74.968990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08027", + "city": "Gibbstown", + "state": "NJ", + "latitude": "39.824159", + "longitude": "-75.281870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08028", + "city": "Glassboro", + "state": "NJ", + "latitude": "39.700008", + "longitude": "-75.119510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08029", + "city": "Glendora", + "state": "NJ", + "latitude": "39.840463", + "longitude": "-75.068700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08030", + "city": "Gloucester City", + "state": "NJ", + "latitude": "39.891113", + "longitude": "-75.118360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08031", + "city": "Bellmawr", + "state": "NJ", + "latitude": "39.867013", + "longitude": "-75.091620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08032", + "city": "Grenloch", + "state": "NJ", + "latitude": "39.781264", + "longitude": "-75.060900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08033", + "city": "Haddonfield", + "state": "NJ", + "latitude": "39.895213", + "longitude": "-75.040190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08034", + "city": "Cherry Hill", + "state": "NJ", + "latitude": "39.908613", + "longitude": "-74.999510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08035", + "city": "Haddon Heights", + "state": "NJ", + "latitude": "39.879130", + "longitude": "-75.065990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08036", + "city": "Hainesport", + "state": "NJ", + "latitude": "39.985662", + "longitude": "-74.830440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08037", + "city": "Hammonton", + "state": "NJ", + "latitude": "39.625291", + "longitude": "-74.777050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08038", + "city": "Hancocks Bridge", + "state": "NJ", + "latitude": "39.481009", + "longitude": "-75.506180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08039", + "city": "Harrisonville", + "state": "NJ", + "latitude": "39.685445", + "longitude": "-75.266900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08041", + "city": "Jobstown", + "state": "NJ", + "latitude": "40.038339", + "longitude": "-74.680600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08042", + "city": "Juliustown", + "state": "NJ", + "latitude": "40.018503", + "longitude": "-74.666560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08043", + "city": "Voorhees", + "state": "NJ", + "latitude": "39.851969", + "longitude": "-74.961280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08045", + "city": "Lawnside", + "state": "NJ", + "latitude": "39.866513", + "longitude": "-75.031970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08046", + "city": "Willingboro", + "state": "NJ", + "latitude": "40.029011", + "longitude": "-74.882570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08048", + "city": "Lumberton", + "state": "NJ", + "latitude": "39.967013", + "longitude": "-74.806660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08049", + "city": "Magnolia", + "state": "NJ", + "latitude": "39.854780", + "longitude": "-75.036710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08050", + "city": "Manahawkin", + "state": "NJ", + "latitude": "39.707575", + "longitude": "-74.259330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08051", + "city": "Mantua", + "state": "NJ", + "latitude": "39.785785", + "longitude": "-75.177610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08052", + "city": "Maple Shade", + "state": "NJ", + "latitude": "39.952212", + "longitude": "-74.994640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08053", + "city": "Marlton", + "state": "NJ", + "latitude": "39.884880", + "longitude": "-74.904160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08054", + "city": "Mount Laurel", + "state": "NJ", + "latitude": "39.949446", + "longitude": "-74.903420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08055", + "city": "Medford", + "state": "NJ", + "latitude": "39.865272", + "longitude": "-74.818500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08056", + "city": "Mickleton", + "state": "NJ", + "latitude": "39.785219", + "longitude": "-75.253040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08057", + "city": "Moorestown", + "state": "NJ", + "latitude": "39.968962", + "longitude": "-74.948900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08059", + "city": "Mount Ephraim", + "state": "NJ", + "latitude": "39.884263", + "longitude": "-75.092300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08060", + "city": "Mount Holly", + "state": "NJ", + "latitude": "39.991562", + "longitude": "-74.797470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08061", + "city": "Mount Royal", + "state": "NJ", + "latitude": "39.807684", + "longitude": "-75.204960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08062", + "city": "Mullica Hill", + "state": "NJ", + "latitude": "39.716939", + "longitude": "-75.219870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08063", + "city": "National Park", + "state": "NJ", + "latitude": "39.867158", + "longitude": "-75.180200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08064", + "city": "New Lisbon", + "state": "NJ", + "latitude": "39.961921", + "longitude": "-74.636870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08065", + "city": "Palmyra", + "state": "NJ", + "latitude": "40.002780", + "longitude": "-75.026260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08066", + "city": "Paulsboro", + "state": "NJ", + "latitude": "39.833156", + "longitude": "-75.237730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08067", + "city": "Pedricktown", + "state": "NJ", + "latitude": "39.740353", + "longitude": "-75.412620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08068", + "city": "Pemberton", + "state": "NJ", + "latitude": "39.961183", + "longitude": "-74.662660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08069", + "city": "Penns Grove", + "state": "NJ", + "latitude": "39.712593", + "longitude": "-75.469060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08070", + "city": "Pennsville", + "state": "NJ", + "latitude": "39.645377", + "longitude": "-75.519230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08071", + "city": "Pitman", + "state": "NJ", + "latitude": "39.730964", + "longitude": "-75.130090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08072", + "city": "Quinton", + "state": "NJ", + "latitude": "39.546172", + "longitude": "-75.413670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08073", + "city": "Rancocas", + "state": "NJ", + "latitude": "40.010461", + "longitude": "-74.867620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08074", + "city": "Richwood", + "state": "NJ", + "latitude": "39.716194", + "longitude": "-75.173260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08075", + "city": "Riverside", + "state": "NJ", + "latitude": "40.029361", + "longitude": "-74.954100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08076", + "city": "Riverton", + "state": "NJ", + "latitude": "39.862433", + "longitude": "-74.725079", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08077", + "city": "Riverton", + "state": "NJ", + "latitude": "39.997379", + "longitude": "-74.998050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08078", + "city": "Runnemede", + "state": "NJ", + "latitude": "39.850013", + "longitude": "-75.076700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08079", + "city": "Salem", + "state": "NJ", + "latitude": "39.549912", + "longitude": "-75.439430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08080", + "city": "Sewell", + "state": "NJ", + "latitude": "39.749530", + "longitude": "-75.106370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08081", + "city": "Sicklerville", + "state": "NJ", + "latitude": "39.741385", + "longitude": "-74.990350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08083", + "city": "Somerdale", + "state": "NJ", + "latitude": "39.842613", + "longitude": "-75.024960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08084", + "city": "Stratford", + "state": "NJ", + "latitude": "39.829014", + "longitude": "-75.013710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08085", + "city": "Swedesboro", + "state": "NJ", + "latitude": "39.753088", + "longitude": "-75.326870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08086", + "city": "Thorofare", + "state": "NJ", + "latitude": "39.849156", + "longitude": "-75.181590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08087", + "city": "Tuckerton", + "state": "NJ", + "latitude": "39.598990", + "longitude": "-74.365730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08088", + "city": "Vincentown", + "state": "NJ", + "latitude": "39.871699", + "longitude": "-74.705280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08089", + "city": "Waterford Works", + "state": "NJ", + "latitude": "39.722622", + "longitude": "-74.850300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08090", + "city": "Wenonah", + "state": "NJ", + "latitude": "39.799347", + "longitude": "-75.152020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08091", + "city": "West Berlin", + "state": "NJ", + "latitude": "39.807695", + "longitude": "-74.933920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08092", + "city": "West Creek", + "state": "NJ", + "latitude": "39.658781", + "longitude": "-74.286730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08093", + "city": "Westville", + "state": "NJ", + "latitude": "39.861413", + "longitude": "-75.132840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08094", + "city": "Williamstown", + "state": "NJ", + "latitude": "39.647598", + "longitude": "-74.959270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08095", + "city": "Winslow", + "state": "NJ", + "latitude": "39.656976", + "longitude": "-74.860430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08096", + "city": "Woodbury", + "state": "NJ", + "latitude": "39.830313", + "longitude": "-75.132210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08097", + "city": "Woodbury Heights", + "state": "NJ", + "latitude": "39.816063", + "longitude": "-75.153210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08098", + "city": "Woodstown", + "state": "NJ", + "latitude": "39.637838", + "longitude": "-75.323960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08099", + "city": "Bellmawr", + "state": "NJ", + "latitude": "39.779179", + "longitude": "-74.962071", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08101", + "city": "Camden", + "state": "NJ", + "latitude": "39.802370", + "longitude": "-74.938259", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08102", + "city": "Camden", + "state": "NJ", + "latitude": "39.949579", + "longitude": "-75.118000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08103", + "city": "Camden", + "state": "NJ", + "latitude": "39.936179", + "longitude": "-75.115130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08104", + "city": "Camden", + "state": "NJ", + "latitude": "39.918663", + "longitude": "-75.109760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08105", + "city": "Camden", + "state": "NJ", + "latitude": "39.949812", + "longitude": "-75.086160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08106", + "city": "Audubon", + "state": "NJ", + "latitude": "39.892213", + "longitude": "-75.072120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08107", + "city": "Oaklyn", + "state": "NJ", + "latitude": "39.908163", + "longitude": "-75.086180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08108", + "city": "Collingswood", + "state": "NJ", + "latitude": "39.915263", + "longitude": "-75.064010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08109", + "city": "Merchantville", + "state": "NJ", + "latitude": "39.949979", + "longitude": "-75.050240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08110", + "city": "Pennsauken", + "state": "NJ", + "latitude": "39.966812", + "longitude": "-75.056810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08201", + "city": "Absecon", + "state": "NJ", + "latitude": "39.457517", + "longitude": "-74.509140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08202", + "city": "Avalon", + "state": "NJ", + "latitude": "39.092928", + "longitude": "-74.726880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08203", + "city": "Brigantine", + "state": "NJ", + "latitude": "39.401801", + "longitude": "-74.380170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08204", + "city": "Cape May", + "state": "NJ", + "latitude": "38.963652", + "longitude": "-74.923190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08205", + "city": "Absecon", + "state": "NJ", + "latitude": "39.471263", + "longitude": "-74.502457", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08210", + "city": "Cape May Court House", + "state": "NJ", + "latitude": "39.081754", + "longitude": "-74.836580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08212", + "city": "Cape May Point", + "state": "NJ", + "latitude": "38.936896", + "longitude": "-74.965260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08213", + "city": "Cologne", + "state": "NJ", + "latitude": "39.509208", + "longitude": "-74.608557", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08214", + "city": "Dennisville", + "state": "NJ", + "latitude": "39.056521", + "longitude": "-74.816619", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08215", + "city": "Egg Harbor City", + "state": "NJ", + "latitude": "39.548049", + "longitude": "-74.621710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08217", + "city": "Elwood", + "state": "NJ", + "latitude": "39.575273", + "longitude": "-74.721030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08218", + "city": "Goshen", + "state": "NJ", + "latitude": "39.056521", + "longitude": "-74.816619", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08219", + "city": "Green Creek", + "state": "NJ", + "latitude": "39.056521", + "longitude": "-74.816619", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08220", + "city": "Leeds Point", + "state": "NJ", + "latitude": "39.509208", + "longitude": "-74.608557", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08221", + "city": "Linwood", + "state": "NJ", + "latitude": "39.348616", + "longitude": "-74.573870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08223", + "city": "Marmora", + "state": "NJ", + "latitude": "39.264412", + "longitude": "-74.649860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08224", + "city": "New Gretna", + "state": "NJ", + "latitude": "39.595957", + "longitude": "-74.456280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08225", + "city": "Northfield", + "state": "NJ", + "latitude": "39.370083", + "longitude": "-74.552110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08226", + "city": "Ocean City", + "state": "NJ", + "latitude": "39.265371", + "longitude": "-74.593810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08227", + "city": "Bass River", + "state": "NJ", + "latitude": "39.588665", + "longitude": "-74.466214", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08230", + "city": "Ocean View", + "state": "NJ", + "latitude": "39.208770", + "longitude": "-74.704380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08231", + "city": "Oceanville", + "state": "NJ", + "latitude": "39.509208", + "longitude": "-74.608557", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08232", + "city": "Pleasantville", + "state": "NJ", + "latitude": "39.394616", + "longitude": "-74.522120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08234", + "city": "Egg Harbor Township", + "state": "NJ", + "latitude": "39.398172", + "longitude": "-74.596670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08237", + "city": "Maurice River", + "state": "NJ", + "latitude": "39.258089", + "longitude": "-74.974344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08240", + "city": "Pomona", + "state": "NJ", + "latitude": "39.487717", + "longitude": "-74.554334", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08241", + "city": "Port Republic", + "state": "NJ", + "latitude": "39.527903", + "longitude": "-74.491700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08242", + "city": "Rio Grande", + "state": "NJ", + "latitude": "39.017837", + "longitude": "-74.875150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08243", + "city": "Sea Isle City", + "state": "NJ", + "latitude": "39.145755", + "longitude": "-74.698650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08244", + "city": "Somers Point", + "state": "NJ", + "latitude": "39.319901", + "longitude": "-74.599900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08245", + "city": "South Dennis", + "state": "NJ", + "latitude": "39.176208", + "longitude": "-74.817230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08246", + "city": "South Seaville", + "state": "NJ", + "latitude": "39.056521", + "longitude": "-74.816619", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08247", + "city": "Stone Harbor", + "state": "NJ", + "latitude": "39.051289", + "longitude": "-74.762040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08248", + "city": "Strathmere", + "state": "NJ", + "latitude": "39.197394", + "longitude": "-74.656990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08250", + "city": "Tuckahoe", + "state": "NJ", + "latitude": "39.056521", + "longitude": "-74.816619", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08251", + "city": "Villas", + "state": "NJ", + "latitude": "39.022256", + "longitude": "-74.936160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08252", + "city": "Whitesboro", + "state": "NJ", + "latitude": "39.037404", + "longitude": "-74.857490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08253", + "city": "Shiloh", + "state": "NJ", + "latitude": "39.458714", + "longitude": "-75.298235", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08260", + "city": "Wildwood", + "state": "NJ", + "latitude": "38.987556", + "longitude": "-74.822000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08270", + "city": "Woodbine", + "state": "NJ", + "latitude": "39.275059", + "longitude": "-74.800410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08283", + "city": "Sea Isle City", + "state": "NJ", + "latitude": "39.160760", + "longitude": "-74.696498", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08302", + "city": "Bridgeton", + "state": "NJ", + "latitude": "39.445164", + "longitude": "-75.242150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08310", + "city": "Buena", + "state": "NJ", + "latitude": "39.522686", + "longitude": "-74.896840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08311", + "city": "Cedarville", + "state": "NJ", + "latitude": "39.337205", + "longitude": "-75.185770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08312", + "city": "Clayton", + "state": "NJ", + "latitude": "39.655964", + "longitude": "-75.087360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08313", + "city": "Deerfield Street", + "state": "NJ", + "latitude": "39.530314", + "longitude": "-75.229010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08314", + "city": "Delmont", + "state": "NJ", + "latitude": "39.219301", + "longitude": "-74.940160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08315", + "city": "Dividing Creek", + "state": "NJ", + "latitude": "39.273214", + "longitude": "-75.095025", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08316", + "city": "Dorchester", + "state": "NJ", + "latitude": "39.274714", + "longitude": "-74.975460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08317", + "city": "Dorothy", + "state": "NJ", + "latitude": "39.406518", + "longitude": "-74.827060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08318", + "city": "Elmer", + "state": "NJ", + "latitude": "39.553504", + "longitude": "-75.168430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08319", + "city": "Estell Manor", + "state": "NJ", + "latitude": "39.376099", + "longitude": "-74.814560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08320", + "city": "Fairton", + "state": "NJ", + "latitude": "39.379906", + "longitude": "-75.221681", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08321", + "city": "Fortescue", + "state": "NJ", + "latitude": "39.239649", + "longitude": "-75.172250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08322", + "city": "Franklinville", + "state": "NJ", + "latitude": "39.618222", + "longitude": "-75.061800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08323", + "city": "Greenwich", + "state": "NJ", + "latitude": "39.402763", + "longitude": "-75.357400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08324", + "city": "Heislerville", + "state": "NJ", + "latitude": "39.218484", + "longitude": "-74.990010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08326", + "city": "Landisville", + "state": "NJ", + "latitude": "39.524179", + "longitude": "-74.938500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08327", + "city": "Leesburg", + "state": "NJ", + "latitude": "39.254836", + "longitude": "-74.977670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08328", + "city": "Malaga", + "state": "NJ", + "latitude": "39.572449", + "longitude": "-75.054300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08329", + "city": "Mauricetown", + "state": "NJ", + "latitude": "39.285464", + "longitude": "-74.996870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08330", + "city": "Mays Landing", + "state": "NJ", + "latitude": "39.478771", + "longitude": "-74.758100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08332", + "city": "Millville", + "state": "NJ", + "latitude": "39.379382", + "longitude": "-75.039230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08334", + "city": "Downe", + "state": "NJ", + "latitude": "39.241686", + "longitude": "-75.174650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08340", + "city": "Milmay", + "state": "NJ", + "latitude": "39.437265", + "longitude": "-74.879260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08341", + "city": "Minotola", + "state": "NJ", + "latitude": "39.517539", + "longitude": "-74.949720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08342", + "city": "Mizpah", + "state": "NJ", + "latitude": "39.502080", + "longitude": "-74.833469", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08343", + "city": "Monroeville", + "state": "NJ", + "latitude": "39.633964", + "longitude": "-75.156430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08344", + "city": "Newfield", + "state": "NJ", + "latitude": "39.562763", + "longitude": "-75.009550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08345", + "city": "Newport", + "state": "NJ", + "latitude": "39.283410", + "longitude": "-75.154640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08346", + "city": "Newtonville", + "state": "NJ", + "latitude": "39.562719", + "longitude": "-74.858530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08347", + "city": "Norma", + "state": "NJ", + "latitude": "39.499765", + "longitude": "-75.082022", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08348", + "city": "Port Elizabeth", + "state": "NJ", + "latitude": "39.314084", + "longitude": "-74.978890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08349", + "city": "Port Norris", + "state": "NJ", + "latitude": "39.256820", + "longitude": "-75.066830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08350", + "city": "Richland", + "state": "NJ", + "latitude": "39.490774", + "longitude": "-74.870450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08352", + "city": "Rosenhayn", + "state": "NJ", + "latitude": "39.475565", + "longitude": "-75.129330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08353", + "city": "Shiloh", + "state": "NJ", + "latitude": "39.458114", + "longitude": "-75.297610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08360", + "city": "Vineland", + "state": "NJ", + "latitude": "39.492265", + "longitude": "-75.018870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08361", + "city": "Vineland", + "state": "NJ", + "latitude": "39.464582", + "longitude": "-74.969940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08362", + "city": "Vineland", + "state": "NJ", + "latitude": "39.271264", + "longitude": "-75.027671", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08370", + "city": "Riverside", + "state": "NJ", + "latitude": "39.862433", + "longitude": "-74.725079", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08401", + "city": "Atlantic City", + "state": "NJ", + "latitude": "39.364966", + "longitude": "-74.439030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08402", + "city": "Margate City", + "state": "NJ", + "latitude": "39.329416", + "longitude": "-74.506610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08403", + "city": "Longport", + "state": "NJ", + "latitude": "39.314766", + "longitude": "-74.526750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08404", + "city": "Atlantic City", + "state": "NJ", + "latitude": "39.509208", + "longitude": "-74.608557", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08405", + "city": "Atlantic City", + "state": "NJ", + "latitude": "39.509208", + "longitude": "-74.608557", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08406", + "city": "Ventnor City", + "state": "NJ", + "latitude": "39.342299", + "longitude": "-74.481920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08501", + "city": "Allentown", + "state": "NJ", + "latitude": "40.164556", + "longitude": "-74.577850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08502", + "city": "Belle Mead", + "state": "NJ", + "latitude": "40.460137", + "longitude": "-74.635920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08504", + "city": "Blawenburg", + "state": "NJ", + "latitude": "40.425369", + "longitude": "-74.668753", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08505", + "city": "Bordentown", + "state": "NJ", + "latitude": "40.132784", + "longitude": "-74.717780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08510", + "city": "Clarksburg", + "state": "NJ", + "latitude": "40.182380", + "longitude": "-74.421340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08511", + "city": "Cookstown", + "state": "NJ", + "latitude": "40.050128", + "longitude": "-74.556110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08512", + "city": "Cranbury", + "state": "NJ", + "latitude": "40.306286", + "longitude": "-74.526270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08514", + "city": "Cream Ridge", + "state": "NJ", + "latitude": "40.134892", + "longitude": "-74.486880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08515", + "city": "Crosswicks", + "state": "NJ", + "latitude": "40.148210", + "longitude": "-74.651250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08518", + "city": "Florence", + "state": "NJ", + "latitude": "40.117910", + "longitude": "-74.804700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08520", + "city": "Hightstown", + "state": "NJ", + "latitude": "40.262809", + "longitude": "-74.532460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08525", + "city": "Hopewell", + "state": "NJ", + "latitude": "40.386902", + "longitude": "-74.781120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08526", + "city": "Imlaystown", + "state": "NJ", + "latitude": "40.162275", + "longitude": "-74.475936", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08527", + "city": "Jackson", + "state": "NJ", + "latitude": "40.115970", + "longitude": "-74.322510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08528", + "city": "Kingston", + "state": "NJ", + "latitude": "40.377173", + "longitude": "-74.615380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08530", + "city": "Lambertville", + "state": "NJ", + "latitude": "40.375039", + "longitude": "-74.931840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08533", + "city": "New Egypt", + "state": "NJ", + "latitude": "40.075185", + "longitude": "-74.484330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08534", + "city": "Pennington", + "state": "NJ", + "latitude": "40.323150", + "longitude": "-74.783640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08535", + "city": "Perrineville", + "state": "NJ", + "latitude": "40.228497", + "longitude": "-74.450640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08536", + "city": "Plainsboro", + "state": "NJ", + "latitude": "40.333710", + "longitude": "-74.585120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08540", + "city": "Princeton", + "state": "NJ", + "latitude": "40.357439", + "longitude": "-74.649220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08541", + "city": "Princeton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08542", + "city": "Princeton", + "state": "NJ", + "latitude": "40.354424", + "longitude": "-74.659430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08543", + "city": "Princeton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08544", + "city": "Princeton", + "state": "NJ", + "latitude": "40.349206", + "longitude": "-74.652811", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08550", + "city": "Princeton Junction", + "state": "NJ", + "latitude": "40.292358", + "longitude": "-74.609020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08551", + "city": "Ringoes", + "state": "NJ", + "latitude": "40.449171", + "longitude": "-74.849790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08553", + "city": "Rocky Hill", + "state": "NJ", + "latitude": "40.400406", + "longitude": "-74.638950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08554", + "city": "Roebling", + "state": "NJ", + "latitude": "40.113883", + "longitude": "-74.779770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08555", + "city": "Roosevelt", + "state": "NJ", + "latitude": "40.221420", + "longitude": "-74.473780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08556", + "city": "Rosemont", + "state": "NJ", + "latitude": "40.419965", + "longitude": "-74.988619", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08557", + "city": "Sergeantsville", + "state": "NJ", + "latitude": "40.563654", + "longitude": "-74.949409", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08558", + "city": "Skillman", + "state": "NJ", + "latitude": "40.410155", + "longitude": "-74.707260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08559", + "city": "Stockton", + "state": "NJ", + "latitude": "40.435878", + "longitude": "-74.965110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08560", + "city": "Titusville", + "state": "NJ", + "latitude": "40.310490", + "longitude": "-74.859470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08561", + "city": "Windsor", + "state": "NJ", + "latitude": "40.242009", + "longitude": "-74.580060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08562", + "city": "Wrightstown", + "state": "NJ", + "latitude": "40.062215", + "longitude": "-74.588930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08570", + "city": "Cranbury", + "state": "NJ", + "latitude": "40.430006", + "longitude": "-74.417344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08601", + "city": "Trenton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08602", + "city": "Trenton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08603", + "city": "Trenton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08604", + "city": "Trenton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08605", + "city": "Trenton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08606", + "city": "Trenton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08607", + "city": "Trenton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08608", + "city": "Trenton", + "state": "NJ", + "latitude": "40.219158", + "longitude": "-74.764810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08609", + "city": "Trenton", + "state": "NJ", + "latitude": "40.224441", + "longitude": "-74.742100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08610", + "city": "Trenton", + "state": "NJ", + "latitude": "40.199859", + "longitude": "-74.720050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08611", + "city": "Trenton", + "state": "NJ", + "latitude": "40.206959", + "longitude": "-74.751360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08618", + "city": "Trenton", + "state": "NJ", + "latitude": "40.238258", + "longitude": "-74.780500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08619", + "city": "Trenton", + "state": "NJ", + "latitude": "40.240558", + "longitude": "-74.695880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08620", + "city": "Trenton", + "state": "NJ", + "latitude": "40.172960", + "longitude": "-74.669150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08625", + "city": "Trenton", + "state": "NJ", + "latitude": "40.206709", + "longitude": "-74.756430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08628", + "city": "Trenton", + "state": "NJ", + "latitude": "40.264708", + "longitude": "-74.822950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08629", + "city": "Trenton", + "state": "NJ", + "latitude": "40.219358", + "longitude": "-74.733340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08638", + "city": "Trenton", + "state": "NJ", + "latitude": "40.249908", + "longitude": "-74.759530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08640", + "city": "Trenton", + "state": "NJ", + "latitude": "40.003861", + "longitude": "-74.617750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08641", + "city": "Trenton", + "state": "NJ", + "latitude": "40.044920", + "longitude": "-74.589160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08645", + "city": "Trenton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08646", + "city": "Trenton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08647", + "city": "Trenton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08648", + "city": "Trenton", + "state": "NJ", + "latitude": "40.276782", + "longitude": "-74.729510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08650", + "city": "Trenton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08666", + "city": "Trenton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08677", + "city": "Trenton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08690", + "city": "Trenton", + "state": "NJ", + "latitude": "40.225409", + "longitude": "-74.659180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08691", + "city": "Trenton", + "state": "NJ", + "latitude": "40.207034", + "longitude": "-74.593640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08695", + "city": "Trenton", + "state": "NJ", + "latitude": "40.280531", + "longitude": "-74.712018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08701", + "city": "Lakewood", + "state": "NJ", + "latitude": "40.082782", + "longitude": "-74.209400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08720", + "city": "Allenwood", + "state": "NJ", + "latitude": "40.143860", + "longitude": "-74.102860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08721", + "city": "Bayville", + "state": "NJ", + "latitude": "39.902851", + "longitude": "-74.160370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08722", + "city": "Beachwood", + "state": "NJ", + "latitude": "39.931068", + "longitude": "-74.196180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08723", + "city": "Brick", + "state": "NJ", + "latitude": "40.042479", + "longitude": "-74.123000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08724", + "city": "Brick", + "state": "NJ", + "latitude": "40.087794", + "longitude": "-74.109810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08730", + "city": "Brielle", + "state": "NJ", + "latitude": "40.108433", + "longitude": "-74.062260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08731", + "city": "Forked River", + "state": "NJ", + "latitude": "39.848035", + "longitude": "-74.212970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08732", + "city": "Island Heights", + "state": "NJ", + "latitude": "39.942616", + "longitude": "-74.146890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08733", + "city": "Lakehurst", + "state": "NJ", + "latitude": "40.017117", + "longitude": "-74.304910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08734", + "city": "Lanoka Harbor", + "state": "NJ", + "latitude": "39.862864", + "longitude": "-74.166240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08735", + "city": "Lavallette", + "state": "NJ", + "latitude": "39.982101", + "longitude": "-74.067680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08736", + "city": "Manasquan", + "state": "NJ", + "latitude": "40.120261", + "longitude": "-74.057650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08738", + "city": "Mantoloking", + "state": "NJ", + "latitude": "40.025258", + "longitude": "-74.055790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08739", + "city": "Normandy Beach", + "state": "NJ", + "latitude": "40.000759", + "longitude": "-74.249280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08740", + "city": "Ocean Gate", + "state": "NJ", + "latitude": "39.925301", + "longitude": "-74.134880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08741", + "city": "Pine Beach", + "state": "NJ", + "latitude": "39.934318", + "longitude": "-74.167730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08742", + "city": "Point Pleasant Beach", + "state": "NJ", + "latitude": "40.081165", + "longitude": "-74.060030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08750", + "city": "Sea Girt", + "state": "NJ", + "latitude": "40.133754", + "longitude": "-74.041230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08751", + "city": "Seaside Heights", + "state": "NJ", + "latitude": "39.948518", + "longitude": "-74.075900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08752", + "city": "Seaside Park", + "state": "NJ", + "latitude": "39.920268", + "longitude": "-74.079670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08753", + "city": "Toms River", + "state": "NJ", + "latitude": "39.974584", + "longitude": "-74.151410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08754", + "city": "Toms River", + "state": "NJ", + "latitude": "40.000759", + "longitude": "-74.249280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08755", + "city": "Toms River", + "state": "NJ", + "latitude": "40.010092", + "longitude": "-74.230320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08756", + "city": "Toms River", + "state": "NJ", + "latitude": "39.787966", + "longitude": "-74.191058", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08757", + "city": "Toms River", + "state": "NJ", + "latitude": "39.975967", + "longitude": "-74.252960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08758", + "city": "Waretown", + "state": "NJ", + "latitude": "39.784513", + "longitude": "-74.223760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08759", + "city": "Whiting", + "state": "NJ", + "latitude": "39.943541", + "longitude": "-74.369490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08792", + "city": "Berkeley", + "state": "NJ", + "latitude": "39.907488", + "longitude": "-74.081074", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08801", + "city": "Annandale", + "state": "NJ", + "latitude": "40.624538", + "longitude": "-74.891180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08802", + "city": "Asbury", + "state": "NJ", + "latitude": "40.661172", + "longitude": "-75.032100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08803", + "city": "Baptistown", + "state": "NJ", + "latitude": "40.563654", + "longitude": "-74.949409", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08804", + "city": "Bloomsbury", + "state": "NJ", + "latitude": "40.652484", + "longitude": "-75.089590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08805", + "city": "Bound Brook", + "state": "NJ", + "latitude": "40.567953", + "longitude": "-74.540340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08807", + "city": "Bridgewater", + "state": "NJ", + "latitude": "40.588097", + "longitude": "-74.622530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08808", + "city": "Broadway", + "state": "NJ", + "latitude": "40.737213", + "longitude": "-75.046926", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08809", + "city": "Clinton", + "state": "NJ", + "latitude": "40.639546", + "longitude": "-74.912920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08810", + "city": "Dayton", + "state": "NJ", + "latitude": "40.372881", + "longitude": "-74.513630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08812", + "city": "Dunellen", + "state": "NJ", + "latitude": "40.594502", + "longitude": "-74.471660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08816", + "city": "East Brunswick", + "state": "NJ", + "latitude": "40.434239", + "longitude": "-74.405040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08817", + "city": "Edison", + "state": "NJ", + "latitude": "40.516104", + "longitude": "-74.397540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08818", + "city": "Edison", + "state": "NJ", + "latitude": "40.430006", + "longitude": "-74.417344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08820", + "city": "Edison", + "state": "NJ", + "latitude": "40.575503", + "longitude": "-74.357810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08821", + "city": "Flagtown", + "state": "NJ", + "latitude": "40.518578", + "longitude": "-74.685450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08822", + "city": "Flemington", + "state": "NJ", + "latitude": "40.515645", + "longitude": "-74.853190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08823", + "city": "Franklin Park", + "state": "NJ", + "latitude": "40.439412", + "longitude": "-74.555650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08824", + "city": "Kendall Park", + "state": "NJ", + "latitude": "40.423055", + "longitude": "-74.553520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08825", + "city": "Frenchtown", + "state": "NJ", + "latitude": "40.509998", + "longitude": "-75.032390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08826", + "city": "Glen Gardner", + "state": "NJ", + "latitude": "40.716332", + "longitude": "-74.914050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08827", + "city": "Hampton", + "state": "NJ", + "latitude": "40.677404", + "longitude": "-74.968750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08828", + "city": "Helmetta", + "state": "NJ", + "latitude": "40.375940", + "longitude": "-74.419550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08829", + "city": "High Bridge", + "state": "NJ", + "latitude": "40.668594", + "longitude": "-74.892410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08830", + "city": "Iselin", + "state": "NJ", + "latitude": "40.571504", + "longitude": "-74.318300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08831", + "city": "Jamesburg", + "state": "NJ", + "latitude": "40.336508", + "longitude": "-74.433020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08832", + "city": "Keasbey", + "state": "NJ", + "latitude": "40.517855", + "longitude": "-74.303250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08833", + "city": "Lebanon", + "state": "NJ", + "latitude": "40.643314", + "longitude": "-74.823450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08834", + "city": "Little York", + "state": "NJ", + "latitude": "40.563654", + "longitude": "-74.949409", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08835", + "city": "Manville", + "state": "NJ", + "latitude": "40.538903", + "longitude": "-74.592220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08836", + "city": "Martinsville", + "state": "NJ", + "latitude": "40.595552", + "longitude": "-74.551740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08837", + "city": "Edison", + "state": "NJ", + "latitude": "40.529355", + "longitude": "-74.338440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08840", + "city": "Metuchen", + "state": "NJ", + "latitude": "40.543354", + "longitude": "-74.358700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08844", + "city": "Millstone", + "state": "NJ", + "latitude": "40.502477", + "longitude": "-74.650023", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08846", + "city": "Middlesex", + "state": "NJ", + "latitude": "40.574552", + "longitude": "-74.501870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08848", + "city": "Milford", + "state": "NJ", + "latitude": "40.587606", + "longitude": "-75.104020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08850", + "city": "Milltown", + "state": "NJ", + "latitude": "40.451105", + "longitude": "-74.439380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08851", + "city": "East Amwell", + "state": "NJ", + "latitude": "40.436394", + "longitude": "-74.884741", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08852", + "city": "Monmouth Junction", + "state": "NJ", + "latitude": "40.389428", + "longitude": "-74.543290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08853", + "city": "Neshanic Station", + "state": "NJ", + "latitude": "40.510570", + "longitude": "-74.724720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08854", + "city": "Piscataway", + "state": "NJ", + "latitude": "40.555355", + "longitude": "-74.460940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08855", + "city": "Piscataway", + "state": "NJ", + "latitude": "40.430006", + "longitude": "-74.417344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08857", + "city": "Old Bridge", + "state": "NJ", + "latitude": "40.397507", + "longitude": "-74.329800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08858", + "city": "Oldwick", + "state": "NJ", + "latitude": "40.681694", + "longitude": "-74.736240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08859", + "city": "Parlin", + "state": "NJ", + "latitude": "40.461851", + "longitude": "-74.303430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08861", + "city": "Perth Amboy", + "state": "NJ", + "latitude": "40.520105", + "longitude": "-74.277080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08862", + "city": "Perth Amboy", + "state": "NJ", + "latitude": "40.430006", + "longitude": "-74.417344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08863", + "city": "Fords", + "state": "NJ", + "latitude": "40.535304", + "longitude": "-74.311040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08865", + "city": "Phillipsburg", + "state": "NJ", + "latitude": "40.689123", + "longitude": "-75.172430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08867", + "city": "Pittstown", + "state": "NJ", + "latitude": "40.583035", + "longitude": "-74.962240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08868", + "city": "Quakertown", + "state": "NJ", + "latitude": "40.565493", + "longitude": "-74.938931", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08869", + "city": "Raritan", + "state": "NJ", + "latitude": "40.571302", + "longitude": "-74.637400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08870", + "city": "Readington", + "state": "NJ", + "latitude": "40.563654", + "longitude": "-74.949409", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08871", + "city": "Sayreville", + "state": "NJ", + "latitude": "40.430006", + "longitude": "-74.417344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08872", + "city": "Sayreville", + "state": "NJ", + "latitude": "40.461605", + "longitude": "-74.347400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08873", + "city": "Somerset", + "state": "NJ", + "latitude": "40.505253", + "longitude": "-74.507230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08875", + "city": "Somerset", + "state": "NJ", + "latitude": "40.580918", + "longitude": "-74.711731", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08876", + "city": "Somerville", + "state": "NJ", + "latitude": "40.545853", + "longitude": "-74.635920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08877", + "city": "South River", + "state": "NJ", + "latitude": "40.430006", + "longitude": "-74.417344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08878", + "city": "South Amboy", + "state": "NJ", + "latitude": "40.436865", + "longitude": "-74.250942", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08879", + "city": "South Amboy", + "state": "NJ", + "latitude": "40.469606", + "longitude": "-74.276690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08880", + "city": "South Bound Brook", + "state": "NJ", + "latitude": "40.553803", + "longitude": "-74.529760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08882", + "city": "South River", + "state": "NJ", + "latitude": "40.445006", + "longitude": "-74.381790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08884", + "city": "Spotswood", + "state": "NJ", + "latitude": "40.391590", + "longitude": "-74.393290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08885", + "city": "Stanton", + "state": "NJ", + "latitude": "40.576372", + "longitude": "-74.831105", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08886", + "city": "Stewartsville", + "state": "NJ", + "latitude": "40.694938", + "longitude": "-75.111810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08887", + "city": "Three Bridges", + "state": "NJ", + "latitude": "40.525361", + "longitude": "-74.796320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08888", + "city": "Whitehouse", + "state": "NJ", + "latitude": "40.619412", + "longitude": "-74.740597", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08889", + "city": "Whitehouse Station", + "state": "NJ", + "latitude": "40.612851", + "longitude": "-74.766820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08890", + "city": "Zarephath", + "state": "NJ", + "latitude": "40.536069", + "longitude": "-74.578872", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08896", + "city": "Raritan", + "state": "NJ", + "latitude": "40.566553", + "longitude": "-74.599801", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08899", + "city": "Edison", + "state": "NJ", + "latitude": "40.520254", + "longitude": "-74.420545", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08901", + "city": "New Brunswick", + "state": "NJ", + "latitude": "40.488304", + "longitude": "-74.447750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08902", + "city": "North Brunswick", + "state": "NJ", + "latitude": "40.453131", + "longitude": "-74.482870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08903", + "city": "New Brunswick", + "state": "NJ", + "latitude": "40.513854", + "longitude": "-74.445098", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08904", + "city": "Highland Park", + "state": "NJ", + "latitude": "40.500254", + "longitude": "-74.425700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08905", + "city": "New Brunswick", + "state": "NJ", + "latitude": "40.430006", + "longitude": "-74.417344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08906", + "city": "New Brunswick", + "state": "NJ", + "latitude": "40.430006", + "longitude": "-74.417344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08907", + "city": "New Brunswick", + "state": "NJ", + "latitude": "40.482029", + "longitude": "-74.479547", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08922", + "city": "New Brunswick", + "state": "NJ", + "latitude": "40.430006", + "longitude": "-74.417344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08933", + "city": "New Brunswick", + "state": "NJ", + "latitude": "40.430006", + "longitude": "-74.417344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08988", + "city": "New Brunswick", + "state": "NJ", + "latitude": "40.430006", + "longitude": "-74.417344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "08989", + "city": "New Brunswick", + "state": "NJ", + "latitude": "40.430006", + "longitude": "-74.417344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10001", + "city": "New York", + "state": "NY", + "latitude": "40.750742", + "longitude": "-73.996530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10002", + "city": "New York", + "state": "NY", + "latitude": "40.717040", + "longitude": "-73.987000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10003", + "city": "New York", + "state": "NY", + "latitude": "40.732509", + "longitude": "-73.989350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10004", + "city": "New York", + "state": "NJ", + "latitude": "40.699226", + "longitude": "-74.041180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10005", + "city": "New York", + "state": "NY", + "latitude": "40.706019", + "longitude": "-74.008580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10006", + "city": "New York", + "state": "NY", + "latitude": "40.707904", + "longitude": "-74.013420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10007", + "city": "New York", + "state": "NY", + "latitude": "40.714754", + "longitude": "-74.007210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10008", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10009", + "city": "New York", + "state": "NY", + "latitude": "40.727093", + "longitude": "-73.978640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10010", + "city": "New York", + "state": "NY", + "latitude": "40.739022", + "longitude": "-73.982050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10011", + "city": "New York", + "state": "NY", + "latitude": "40.741012", + "longitude": "-74.000120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10012", + "city": "New York", + "state": "NY", + "latitude": "40.725960", + "longitude": "-73.998340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10013", + "city": "New York", + "state": "NY", + "latitude": "40.720666", + "longitude": "-74.005260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10014", + "city": "New York", + "state": "NY", + "latitude": "40.734718", + "longitude": "-74.005320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10015", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10016", + "city": "New York", + "state": "NY", + "latitude": "40.746180", + "longitude": "-73.977590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10017", + "city": "New York", + "state": "NY", + "latitude": "40.752159", + "longitude": "-73.972310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10018", + "city": "New York", + "state": "NY", + "latitude": "40.755101", + "longitude": "-73.993370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10019", + "city": "New York", + "state": "NY", + "latitude": "40.765714", + "longitude": "-73.985600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10020", + "city": "New York", + "state": "NY", + "latitude": "40.758667", + "longitude": "-73.980240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10021", + "city": "New York", + "state": "NY", + "latitude": "40.768420", + "longitude": "-73.960450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10022", + "city": "New York", + "state": "NY", + "latitude": "40.759015", + "longitude": "-73.967320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10023", + "city": "New York", + "state": "NY", + "latitude": "40.776099", + "longitude": "-73.982850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10024", + "city": "New York", + "state": "NY", + "latitude": "40.786387", + "longitude": "-73.977090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10025", + "city": "New York", + "state": "NY", + "latitude": "40.798502", + "longitude": "-73.968110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10026", + "city": "New York", + "state": "NY", + "latitude": "40.802853", + "longitude": "-73.954710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10027", + "city": "New York", + "state": "NY", + "latitude": "40.812665", + "longitude": "-73.954990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10028", + "city": "New York", + "state": "NY", + "latitude": "40.776777", + "longitude": "-73.954100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10029", + "city": "New York", + "state": "NY", + "latitude": "40.791586", + "longitude": "-73.945750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10030", + "city": "New York", + "state": "NY", + "latitude": "40.818151", + "longitude": "-73.943510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10031", + "city": "New York", + "state": "NY", + "latitude": "40.826201", + "longitude": "-73.948790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10032", + "city": "New York", + "state": "NY", + "latitude": "40.840686", + "longitude": "-73.941540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10033", + "city": "New York", + "state": "NY", + "latitude": "40.848764", + "longitude": "-73.934960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10034", + "city": "New York", + "state": "NY", + "latitude": "40.867653", + "longitude": "-73.920000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10035", + "city": "New York", + "state": "NY", + "latitude": "40.802395", + "longitude": "-73.933590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10036", + "city": "New York", + "state": "NY", + "latitude": "40.759511", + "longitude": "-73.990190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10037", + "city": "New York", + "state": "NY", + "latitude": "40.813385", + "longitude": "-73.936160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10038", + "city": "New York", + "state": "NY", + "latitude": "40.709677", + "longitude": "-74.003650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10039", + "city": "New York", + "state": "NY", + "latitude": "40.826181", + "longitude": "-73.937100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10040", + "city": "New York", + "state": "NY", + "latitude": "40.858704", + "longitude": "-73.928530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10041", + "city": "New York", + "state": "NY", + "latitude": "40.703042", + "longitude": "-74.010090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10043", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10044", + "city": "New York", + "state": "NY", + "latitude": "40.762174", + "longitude": "-73.949170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10045", + "city": "New York", + "state": "NY", + "latitude": "40.708590", + "longitude": "-74.008687", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10046", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10047", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10048", + "city": "New York", + "state": "NY", + "latitude": "40.712086", + "longitude": "-74.012270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10055", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10060", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10069", + "city": "New York", + "state": "NY", + "latitude": "40.775477", + "longitude": "-73.990500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10072", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10079", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10080", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10081", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10082", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10087", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10090", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10094", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10095", + "city": "New York", + "state": "NY", + "latitude": "40.748181", + "longitude": "-73.988421", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10096", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10098", + "city": "New York", + "state": "NY", + "latitude": "40.748181", + "longitude": "-73.988421", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10099", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10101", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10102", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10103", + "city": "New York", + "state": "NY", + "latitude": "40.760915", + "longitude": "-73.977850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10104", + "city": "New York", + "state": "NY", + "latitude": "40.760943", + "longitude": "-73.979908", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10105", + "city": "New York", + "state": "NY", + "latitude": "40.762808", + "longitude": "-73.978534", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10106", + "city": "New York", + "state": "NY", + "latitude": "40.765243", + "longitude": "-73.980438", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10107", + "city": "New York", + "state": "NY", + "latitude": "40.766429", + "longitude": "-73.982728", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10108", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10109", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10110", + "city": "New York", + "state": "NY", + "latitude": "40.753987", + "longitude": "-73.980811", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10111", + "city": "New York", + "state": "NY", + "latitude": "40.759235", + "longitude": "-73.977750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10112", + "city": "New York", + "state": "NY", + "latitude": "40.759291", + "longitude": "-73.979790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10113", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10114", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10115", + "city": "New York", + "state": "NY", + "latitude": "40.810906", + "longitude": "-73.963750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10116", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10117", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10118", + "city": "New York", + "state": "NY", + "latitude": "40.748998", + "longitude": "-73.986467", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10119", + "city": "New York", + "state": "NY", + "latitude": "40.750824", + "longitude": "-73.992890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10120", + "city": "New York", + "state": "NY", + "latitude": "40.750629", + "longitude": "-73.989426", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10121", + "city": "New York", + "state": "NY", + "latitude": "40.749640", + "longitude": "-73.991889", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10122", + "city": "New York", + "state": "NY", + "latitude": "40.751757", + "longitude": "-73.992171", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10123", + "city": "New York", + "state": "NY", + "latitude": "40.751489", + "longitude": "-73.990537", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10124", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10125", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10126", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10128", + "city": "New York", + "state": "NY", + "latitude": "40.781894", + "longitude": "-73.950390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10129", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10130", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10131", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10132", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10133", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10138", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10149", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10150", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10151", + "city": "New York", + "state": "NY", + "latitude": "40.763419", + "longitude": "-73.973971", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10152", + "city": "New York", + "state": "NY", + "latitude": "40.758611", + "longitude": "-73.972230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10153", + "city": "New York", + "state": "NY", + "latitude": "40.763742", + "longitude": "-73.972680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10154", + "city": "New York", + "state": "NY", + "latitude": "40.757986", + "longitude": "-73.972670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10155", + "city": "New York", + "state": "NY", + "latitude": "40.761104", + "longitude": "-73.968036", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10156", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10157", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10158", + "city": "New York", + "state": "NY", + "latitude": "40.749435", + "longitude": "-73.975800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10159", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10160", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10161", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10162", + "city": "New York", + "state": "NY", + "latitude": "40.769334", + "longitude": "-73.948930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10163", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10164", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10165", + "city": "New York", + "state": "NY", + "latitude": "40.752354", + "longitude": "-73.978900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10166", + "city": "New York", + "state": "NY", + "latitude": "40.754591", + "longitude": "-73.976238", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10167", + "city": "New York", + "state": "NY", + "latitude": "40.754862", + "longitude": "-73.974950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10168", + "city": "New York", + "state": "NY", + "latitude": "40.751933", + "longitude": "-73.976794", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10169", + "city": "New York", + "state": "NY", + "latitude": "40.754463", + "longitude": "-73.976060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10170", + "city": "New York", + "state": "NY", + "latitude": "40.752859", + "longitude": "-73.976080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10171", + "city": "New York", + "state": "NY", + "latitude": "40.756099", + "longitude": "-73.974010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10172", + "city": "New York", + "state": "NY", + "latitude": "40.755494", + "longitude": "-73.974470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10173", + "city": "New York", + "state": "NY", + "latitude": "40.754302", + "longitude": "-73.979550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10174", + "city": "New York", + "state": "NY", + "latitude": "40.751656", + "longitude": "-73.975160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10175", + "city": "New York", + "state": "NY", + "latitude": "40.754305", + "longitude": "-73.979782", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10176", + "city": "New York", + "state": "NY", + "latitude": "40.755570", + "longitude": "-73.978877", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10177", + "city": "New York", + "state": "NY", + "latitude": "40.755345", + "longitude": "-73.976090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10178", + "city": "New York", + "state": "NY", + "latitude": "40.751378", + "longitude": "-73.978507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10179", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10184", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10185", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10196", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10197", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10199", + "city": "New York", + "state": "NY", + "latitude": "40.750308", + "longitude": "-74.000580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10203", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10211", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10212", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10213", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10242", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10249", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10250", + "city": "New York", + "state": "NY", + "latitude": "40.709387", + "longitude": "-74.016529", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10256", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10257", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10258", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10259", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10260", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10261", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10265", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10268", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10269", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10270", + "city": "New York", + "state": "NY", + "latitude": "40.706925", + "longitude": "-74.008154", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10271", + "city": "New York", + "state": "NY", + "latitude": "40.708669", + "longitude": "-74.010430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10272", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10273", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10274", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10275", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10276", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10277", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10278", + "city": "New York", + "state": "NY", + "latitude": "40.715721", + "longitude": "-74.003950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10279", + "city": "New York", + "state": "NY", + "latitude": "40.713062", + "longitude": "-74.008570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10280", + "city": "New York", + "state": "NY", + "latitude": "40.707467", + "longitude": "-74.017800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10281", + "city": "New York", + "state": "NY", + "latitude": "40.714643", + "longitude": "-74.014958", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10282", + "city": "New York", + "state": "NY", + "latitude": "40.717179", + "longitude": "-74.014330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10285", + "city": "New York", + "state": "NY", + "latitude": "40.715330", + "longitude": "-74.016306", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10286", + "city": "New York", + "state": "NY", + "latitude": "40.714231", + "longitude": "-74.011895", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10292", + "city": "New York", + "state": "NY", + "latitude": "40.780751", + "longitude": "-73.977182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10301", + "city": "Staten Island", + "state": "NY", + "latitude": "40.631775", + "longitude": "-74.094320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10302", + "city": "Staten Island", + "state": "NY", + "latitude": "40.631127", + "longitude": "-74.137150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10303", + "city": "Staten Island", + "state": "NY", + "latitude": "40.629448", + "longitude": "-74.162390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10304", + "city": "Staten Island", + "state": "NY", + "latitude": "40.607870", + "longitude": "-74.089910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10305", + "city": "Staten Island", + "state": "NY", + "latitude": "40.599021", + "longitude": "-74.075030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10306", + "city": "Staten Island", + "state": "NY", + "latitude": "40.569394", + "longitude": "-74.117850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10307", + "city": "Staten Island", + "state": "NY", + "latitude": "40.508274", + "longitude": "-74.243870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10308", + "city": "Staten Island", + "state": "NY", + "latitude": "40.551353", + "longitude": "-74.150980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10309", + "city": "Staten Island", + "state": "NY", + "latitude": "40.529749", + "longitude": "-74.213040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10310", + "city": "Staten Island", + "state": "NY", + "latitude": "40.632120", + "longitude": "-74.115510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10311", + "city": "Staten Island", + "state": "NY", + "latitude": "40.605245", + "longitude": "-74.179485", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10312", + "city": "Staten Island", + "state": "NY", + "latitude": "40.543117", + "longitude": "-74.176280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10313", + "city": "Staten Island", + "state": "NY", + "latitude": "40.564393", + "longitude": "-74.146836", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10314", + "city": "Staten Island", + "state": "NY", + "latitude": "40.606337", + "longitude": "-74.145130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10422", + "city": "New York", + "state": "NY", + "latitude": "40.828279", + "longitude": "-73.869454", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10451", + "city": "Bronx", + "state": "NY", + "latitude": "40.819729", + "longitude": "-73.922300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10452", + "city": "Bronx", + "state": "NY", + "latitude": "40.838745", + "longitude": "-73.922340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10453", + "city": "Bronx", + "state": "NY", + "latitude": "40.853017", + "longitude": "-73.912140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10454", + "city": "Bronx", + "state": "NY", + "latitude": "40.805968", + "longitude": "-73.916280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10455", + "city": "Bronx", + "state": "NY", + "latitude": "40.815559", + "longitude": "-73.907710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10456", + "city": "Bronx", + "state": "NY", + "latitude": "40.829676", + "longitude": "-73.908560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10457", + "city": "Bronx", + "state": "NY", + "latitude": "40.846745", + "longitude": "-73.898610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10458", + "city": "Bronx", + "state": "NY", + "latitude": "40.864166", + "longitude": "-73.888810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10459", + "city": "Bronx", + "state": "NY", + "latitude": "40.825432", + "longitude": "-73.893270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10460", + "city": "Bronx", + "state": "NY", + "latitude": "40.840950", + "longitude": "-73.880360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10461", + "city": "Bronx", + "state": "NY", + "latitude": "40.842917", + "longitude": "-73.838190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10462", + "city": "Bronx", + "state": "NY", + "latitude": "40.842173", + "longitude": "-73.858620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10463", + "city": "Bronx", + "state": "NY", + "latitude": "40.881086", + "longitude": "-73.907490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10464", + "city": "Bronx", + "state": "NY", + "latitude": "40.857017", + "longitude": "-73.789030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10465", + "city": "Bronx", + "state": "NY", + "latitude": "40.825727", + "longitude": "-73.817520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10466", + "city": "Bronx", + "state": "NY", + "latitude": "40.890950", + "longitude": "-73.847020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10467", + "city": "Bronx", + "state": "NY", + "latitude": "40.872265", + "longitude": "-73.869370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10468", + "city": "Bronx", + "state": "NY", + "latitude": "40.867107", + "longitude": "-73.899160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10469", + "city": "Bronx", + "state": "NY", + "latitude": "40.868643", + "longitude": "-73.847350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10470", + "city": "Bronx", + "state": "NY", + "latitude": "40.900629", + "longitude": "-73.860720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10471", + "city": "Bronx", + "state": "NY", + "latitude": "40.900819", + "longitude": "-73.903470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10472", + "city": "Bronx", + "state": "NY", + "latitude": "40.830409", + "longitude": "-73.868450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10473", + "city": "Bronx", + "state": "NY", + "latitude": "40.818514", + "longitude": "-73.858930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10474", + "city": "Bronx", + "state": "NY", + "latitude": "40.813210", + "longitude": "-73.887550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10475", + "city": "Bronx", + "state": "NY", + "latitude": "40.878522", + "longitude": "-73.825410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10499", + "city": "Bronx", + "state": "NY", + "latitude": "40.851549", + "longitude": "-73.840908", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10501", + "city": "Amawalk", + "state": "NY", + "latitude": "41.289939", + "longitude": "-73.764930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10502", + "city": "Ardsley", + "state": "NY", + "latitude": "41.011324", + "longitude": "-73.841520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10503", + "city": "Ardsley On Hudson", + "state": "NY", + "latitude": "41.024855", + "longitude": "-73.875130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10504", + "city": "Armonk", + "state": "NY", + "latitude": "41.129908", + "longitude": "-73.703520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10505", + "city": "Baldwin Place", + "state": "NY", + "latitude": "41.334310", + "longitude": "-73.749244", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10506", + "city": "Bedford", + "state": "NY", + "latitude": "41.195778", + "longitude": "-73.627770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10507", + "city": "Bedford Hills", + "state": "NY", + "latitude": "41.236931", + "longitude": "-73.690180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10509", + "city": "Brewster", + "state": "NY", + "latitude": "41.413620", + "longitude": "-73.595560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10510", + "city": "Briarcliff Manor", + "state": "NY", + "latitude": "41.146297", + "longitude": "-73.833110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10511", + "city": "Buchanan", + "state": "NY", + "latitude": "41.260283", + "longitude": "-73.940330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10512", + "city": "Carmel", + "state": "NY", + "latitude": "41.444833", + "longitude": "-73.684500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10514", + "city": "Chappaqua", + "state": "NY", + "latitude": "41.167455", + "longitude": "-73.775970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10516", + "city": "Cold Spring", + "state": "NY", + "latitude": "41.440695", + "longitude": "-73.931400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10517", + "city": "Crompond", + "state": "NY", + "latitude": "41.300561", + "longitude": "-73.861217", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10518", + "city": "Cross River", + "state": "NY", + "latitude": "41.269072", + "longitude": "-73.604930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10519", + "city": "Croton Falls", + "state": "NY", + "latitude": "41.345980", + "longitude": "-73.661990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10520", + "city": "Croton On Hudson", + "state": "NY", + "latitude": "41.215541", + "longitude": "-73.885430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10521", + "city": "Croton On Hudson", + "state": "NY", + "latitude": "41.234256", + "longitude": "-73.926165", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10522", + "city": "Dobbs Ferry", + "state": "NY", + "latitude": "41.012729", + "longitude": "-73.866020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10523", + "city": "Elmsford", + "state": "NY", + "latitude": "41.057089", + "longitude": "-73.816580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10524", + "city": "Garrison", + "state": "NY", + "latitude": "41.363063", + "longitude": "-73.921540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10526", + "city": "Goldens Bridge", + "state": "NY", + "latitude": "41.294561", + "longitude": "-73.667010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10527", + "city": "Granite Springs", + "state": "NY", + "latitude": "41.319026", + "longitude": "-73.757600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10528", + "city": "Harrison", + "state": "NY", + "latitude": "40.972667", + "longitude": "-73.718860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10530", + "city": "Hartsdale", + "state": "NY", + "latitude": "41.025114", + "longitude": "-73.806350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10532", + "city": "Hawthorne", + "state": "NY", + "latitude": "41.103664", + "longitude": "-73.795800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10533", + "city": "Irvington", + "state": "NY", + "latitude": "41.039005", + "longitude": "-73.863500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10535", + "city": "Jefferson Valley", + "state": "NY", + "latitude": "41.331173", + "longitude": "-73.802080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10536", + "city": "Katonah", + "state": "NY", + "latitude": "41.265478", + "longitude": "-73.685120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10537", + "city": "Lake Peekskill", + "state": "NY", + "latitude": "41.337335", + "longitude": "-73.886890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10538", + "city": "Larchmont", + "state": "NY", + "latitude": "40.933089", + "longitude": "-73.756150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10540", + "city": "Lincolndale", + "state": "NY", + "latitude": "41.333398", + "longitude": "-73.724257", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10541", + "city": "Mahopac", + "state": "NY", + "latitude": "41.372419", + "longitude": "-73.753670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10542", + "city": "Mahopac Falls", + "state": "NY", + "latitude": "41.372581", + "longitude": "-73.760132", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10543", + "city": "Mamaroneck", + "state": "NY", + "latitude": "40.952892", + "longitude": "-73.734600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10545", + "city": "Maryknoll", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10546", + "city": "Millwood", + "state": "NY", + "latitude": "41.199502", + "longitude": "-73.792690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10547", + "city": "Mohegan Lake", + "state": "NY", + "latitude": "41.314676", + "longitude": "-73.851180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10548", + "city": "Montrose", + "state": "NY", + "latitude": "41.248359", + "longitude": "-73.941470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10549", + "city": "Mount Kisco", + "state": "NY", + "latitude": "41.204027", + "longitude": "-73.730450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10550", + "city": "Mount Vernon", + "state": "NY", + "latitude": "40.907607", + "longitude": "-73.837090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10551", + "city": "Mount Vernon", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10552", + "city": "Mount Vernon", + "state": "NY", + "latitude": "40.924195", + "longitude": "-73.826140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10553", + "city": "Mount Vernon", + "state": "NY", + "latitude": "40.909288", + "longitude": "-73.821500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10557", + "city": "Mount Vernon", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10558", + "city": "Mount Vernon", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10559", + "city": "Mount Vernon", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10560", + "city": "North Salem", + "state": "NY", + "latitude": "41.327970", + "longitude": "-73.613060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10562", + "city": "Ossining", + "state": "NY", + "latitude": "41.176837", + "longitude": "-73.847410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10566", + "city": "Peekskill", + "state": "NY", + "latitude": "41.288258", + "longitude": "-73.919280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10567", + "city": "Cortlandt Manor", + "state": "NY", + "latitude": "41.300813", + "longitude": "-73.890800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10570", + "city": "Pleasantville", + "state": "NY", + "latitude": "41.132367", + "longitude": "-73.789220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10571", + "city": "Pleasantville", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10572", + "city": "Pleasantville", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10573", + "city": "Port Chester", + "state": "NY", + "latitude": "41.010376", + "longitude": "-73.673260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10576", + "city": "Pound Ridge", + "state": "NY", + "latitude": "41.212954", + "longitude": "-73.584090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10577", + "city": "Purchase", + "state": "NY", + "latitude": "41.037203", + "longitude": "-73.715880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10578", + "city": "Purdys", + "state": "NY", + "latitude": "41.325200", + "longitude": "-73.669060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10579", + "city": "Putnam Valley", + "state": "NY", + "latitude": "41.390356", + "longitude": "-73.837700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10580", + "city": "Rye", + "state": "NY", + "latitude": "40.976579", + "longitude": "-73.690020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10581", + "city": "Rye", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10583", + "city": "Scarsdale", + "state": "NY", + "latitude": "40.988450", + "longitude": "-73.797160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10586", + "city": "Greenville", + "state": "NY", + "latitude": "40.997751", + "longitude": "-73.820321", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10587", + "city": "Shenorock", + "state": "NY", + "latitude": "41.328737", + "longitude": "-73.742268", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10588", + "city": "Shrub Oak", + "state": "NY", + "latitude": "41.330178", + "longitude": "-73.829730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10589", + "city": "Somers", + "state": "NY", + "latitude": "41.331587", + "longitude": "-73.692340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10590", + "city": "South Salem", + "state": "NY", + "latitude": "41.256639", + "longitude": "-73.540760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10591", + "city": "Tarrytown", + "state": "NY", + "latitude": "41.080196", + "longitude": "-73.857210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10592", + "city": "Tarrytown", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10594", + "city": "Thornwood", + "state": "NY", + "latitude": "41.120025", + "longitude": "-73.776870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10595", + "city": "Valhalla", + "state": "NY", + "latitude": "41.083848", + "longitude": "-73.777850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10596", + "city": "Verplanck", + "state": "NY", + "latitude": "41.254823", + "longitude": "-73.958727", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10597", + "city": "Waccabuc", + "state": "NY", + "latitude": "41.289162", + "longitude": "-73.588340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10598", + "city": "Yorktown Heights", + "state": "NY", + "latitude": "41.296874", + "longitude": "-73.789340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10601", + "city": "White Plains", + "state": "NY", + "latitude": "41.032489", + "longitude": "-73.764540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10602", + "city": "White Plains", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10603", + "city": "White Plains", + "state": "NY", + "latitude": "41.053182", + "longitude": "-73.776720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10604", + "city": "West Harrison", + "state": "NY", + "latitude": "41.045387", + "longitude": "-73.744510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10605", + "city": "White Plains", + "state": "NY", + "latitude": "41.010020", + "longitude": "-73.751580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10606", + "city": "White Plains", + "state": "NY", + "latitude": "41.024107", + "longitude": "-73.778080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10607", + "city": "White Plains", + "state": "NY", + "latitude": "41.041191", + "longitude": "-73.809530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10610", + "city": "White Plains", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10625", + "city": "White Plains", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10629", + "city": "White Plains", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10633", + "city": "White Plains", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10650", + "city": "White Plains", + "state": "NY", + "latitude": "41.013696", + "longitude": "-73.705975", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10701", + "city": "Yonkers", + "state": "NY", + "latitude": "40.943525", + "longitude": "-73.881760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10702", + "city": "Yonkers", + "state": "NY", + "latitude": "41.119008", + "longitude": "-73.732996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10703", + "city": "Yonkers", + "state": "NY", + "latitude": "40.956546", + "longitude": "-73.879900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10704", + "city": "Yonkers", + "state": "NY", + "latitude": "40.920273", + "longitude": "-73.861200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10705", + "city": "Yonkers", + "state": "NY", + "latitude": "40.917281", + "longitude": "-73.891420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10706", + "city": "Hastings On Hudson", + "state": "NY", + "latitude": "40.992084", + "longitude": "-73.872900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10707", + "city": "Tuckahoe", + "state": "NY", + "latitude": "40.958689", + "longitude": "-73.823630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10708", + "city": "Bronxville", + "state": "NY", + "latitude": "40.939049", + "longitude": "-73.830990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10709", + "city": "Eastchester", + "state": "NY", + "latitude": "40.953849", + "longitude": "-73.811430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10710", + "city": "Yonkers", + "state": "NY", + "latitude": "40.965550", + "longitude": "-73.845060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10730", + "city": "Woodbury", + "state": "NY", + "latitude": "41.358899", + "longitude": "-74.122951", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10801", + "city": "New Rochelle", + "state": "NY", + "latitude": "40.915845", + "longitude": "-73.786430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10802", + "city": "New Rochelle", + "state": "NY", + "latitude": "40.948274", + "longitude": "-73.795361", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10803", + "city": "Pelham", + "state": "NY", + "latitude": "40.902221", + "longitude": "-73.807170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10804", + "city": "Wykagyl", + "state": "NY", + "latitude": "40.946805", + "longitude": "-73.787970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10805", + "city": "New Rochelle", + "state": "NY", + "latitude": "40.897783", + "longitude": "-73.779330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10901", + "city": "Suffern", + "state": "NY", + "latitude": "41.125695", + "longitude": "-74.126820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10910", + "city": "Arden", + "state": "NY", + "latitude": "41.386195", + "longitude": "-74.125718", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10911", + "city": "Bear Mountain", + "state": "NY", + "latitude": "41.160945", + "longitude": "-74.060826", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10912", + "city": "Bellvale", + "state": "NY", + "latitude": "41.387822", + "longitude": "-74.354699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10913", + "city": "Blauvelt", + "state": "NY", + "latitude": "41.062779", + "longitude": "-73.960160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10914", + "city": "Blooming Grove", + "state": "NY", + "latitude": "41.464867", + "longitude": "-74.255646", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10915", + "city": "Bullville", + "state": "NY", + "latitude": "41.555634", + "longitude": "-74.328805", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10916", + "city": "Campbell Hall", + "state": "NY", + "latitude": "41.451074", + "longitude": "-74.243460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10917", + "city": "Central Valley", + "state": "NY", + "latitude": "41.322344", + "longitude": "-74.123540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10918", + "city": "Chester", + "state": "NY", + "latitude": "41.356480", + "longitude": "-74.260720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10919", + "city": "Circleville", + "state": "NY", + "latitude": "41.525781", + "longitude": "-74.379070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10920", + "city": "Congers", + "state": "NY", + "latitude": "41.149245", + "longitude": "-73.942870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10921", + "city": "Florida", + "state": "NY", + "latitude": "41.332519", + "longitude": "-74.359310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10922", + "city": "Fort Montgomery", + "state": "NY", + "latitude": "41.334557", + "longitude": "-73.991750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10923", + "city": "Garnerville", + "state": "NY", + "latitude": "41.204544", + "longitude": "-74.001610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10924", + "city": "Goshen", + "state": "NY", + "latitude": "41.389280", + "longitude": "-74.333700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10925", + "city": "Greenwood Lake", + "state": "NY", + "latitude": "41.211794", + "longitude": "-74.297780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10926", + "city": "Harriman", + "state": "NY", + "latitude": "41.299334", + "longitude": "-74.140490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10927", + "city": "Haverstraw", + "state": "NY", + "latitude": "41.196044", + "longitude": "-73.968360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10928", + "city": "Highland Falls", + "state": "NY", + "latitude": "41.360336", + "longitude": "-73.972930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10930", + "city": "Highland Mills", + "state": "NY", + "latitude": "41.358050", + "longitude": "-74.120960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10931", + "city": "Hillburn", + "state": "NY", + "latitude": "41.126395", + "longitude": "-74.167180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10932", + "city": "Howells", + "state": "NY", + "latitude": "41.485227", + "longitude": "-74.484249", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10933", + "city": "Johnson", + "state": "NY", + "latitude": "41.365286", + "longitude": "-74.510918", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10940", + "city": "Middletown", + "state": "NY", + "latitude": "41.449364", + "longitude": "-74.439510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10941", + "city": "Middletown", + "state": "NY", + "latitude": "41.478028", + "longitude": "-74.358440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10943", + "city": "Middletown", + "state": "NY", + "latitude": "41.387822", + "longitude": "-74.354699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10946", + "city": "Wallkill", + "state": "NY", + "latitude": "41.507236", + "longitude": "-74.412119", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10950", + "city": "Monroe", + "state": "NY", + "latitude": "41.323547", + "longitude": "-74.195310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10952", + "city": "Monsey", + "state": "NY", + "latitude": "41.116162", + "longitude": "-74.075560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10953", + "city": "Mountainville", + "state": "NY", + "latitude": "41.409284", + "longitude": "-74.083045", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10954", + "city": "Nanuet", + "state": "NY", + "latitude": "41.100182", + "longitude": "-74.013300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10956", + "city": "New City", + "state": "NY", + "latitude": "41.145495", + "longitude": "-73.994900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10957", + "city": "Lewisboro", + "state": "NY", + "latitude": "41.308218", + "longitude": "-73.613803", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10958", + "city": "New Hampton", + "state": "NY", + "latitude": "41.384738", + "longitude": "-74.415710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10959", + "city": "New Milford", + "state": "NY", + "latitude": "41.387822", + "longitude": "-74.354699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10960", + "city": "Nyack", + "state": "NY", + "latitude": "41.089746", + "longitude": "-73.925800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10962", + "city": "Orangeburg", + "state": "NY", + "latitude": "41.047996", + "longitude": "-73.962150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10963", + "city": "Otisville", + "state": "NY", + "latitude": "41.475197", + "longitude": "-74.538470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10964", + "city": "Palisades", + "state": "NY", + "latitude": "41.011464", + "longitude": "-73.925850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10965", + "city": "Pearl River", + "state": "NY", + "latitude": "41.063329", + "longitude": "-74.017340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10968", + "city": "Piermont", + "state": "NY", + "latitude": "41.040623", + "longitude": "-73.918780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10969", + "city": "Pine Island", + "state": "NY", + "latitude": "41.295568", + "longitude": "-74.489350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10970", + "city": "Pomona", + "state": "NY", + "latitude": "41.192394", + "longitude": "-74.045230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10973", + "city": "Slate Hill", + "state": "NY", + "latitude": "41.391172", + "longitude": "-74.477580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10974", + "city": "Sloatsburg", + "state": "NY", + "latitude": "41.156095", + "longitude": "-74.192140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10975", + "city": "Southfields", + "state": "NY", + "latitude": "41.246428", + "longitude": "-74.171410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10976", + "city": "Sparkill", + "state": "NY", + "latitude": "41.028647", + "longitude": "-73.928170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10977", + "city": "Spring Valley", + "state": "NY", + "latitude": "41.116795", + "longitude": "-74.045040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10979", + "city": "Sterling Forest", + "state": "NY", + "latitude": "41.182344", + "longitude": "-74.318354", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10980", + "city": "Stony Point", + "state": "NY", + "latitude": "41.231408", + "longitude": "-74.011570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10981", + "city": "Sugar Loaf", + "state": "NY", + "latitude": "41.323172", + "longitude": "-74.288565", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10982", + "city": "Tallman", + "state": "NY", + "latitude": "41.160945", + "longitude": "-74.060826", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10983", + "city": "Tappan", + "state": "NY", + "latitude": "41.025897", + "longitude": "-73.951180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10984", + "city": "Thiells", + "state": "NY", + "latitude": "41.208327", + "longitude": "-74.021050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10985", + "city": "Thompson Ridge", + "state": "NY", + "latitude": "41.580793", + "longitude": "-74.374510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10986", + "city": "Tomkins Cove", + "state": "NY", + "latitude": "41.271543", + "longitude": "-73.986760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10987", + "city": "Tuxedo Park", + "state": "NY", + "latitude": "41.197123", + "longitude": "-74.210690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10988", + "city": "Unionville", + "state": "NY", + "latitude": "41.314931", + "longitude": "-74.550346", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10989", + "city": "Valley Cottage", + "state": "NY", + "latitude": "41.119788", + "longitude": "-73.944550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10990", + "city": "Warwick", + "state": "NY", + "latitude": "41.259896", + "longitude": "-74.358370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10992", + "city": "Washingtonville", + "state": "NY", + "latitude": "41.428269", + "longitude": "-74.161780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10993", + "city": "West Haverstraw", + "state": "NY", + "latitude": "41.207594", + "longitude": "-73.977720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10994", + "city": "West Nyack", + "state": "NY", + "latitude": "41.097529", + "longitude": "-73.969960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10995", + "city": "West Nyack", + "state": "NY", + "latitude": "41.160945", + "longitude": "-74.060826", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10996", + "city": "West Point", + "state": "NY", + "latitude": "41.376109", + "longitude": "-73.978800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10997", + "city": "West Point", + "state": "NY", + "latitude": "41.387822", + "longitude": "-74.354699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "10998", + "city": "Westtown", + "state": "NY", + "latitude": "41.334034", + "longitude": "-74.545930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11001", + "city": "Floral Park", + "state": "NY", + "latitude": "40.723200", + "longitude": "-73.704750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11002", + "city": "Floral Park", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11003", + "city": "Elmont", + "state": "NY", + "latitude": "40.700529", + "longitude": "-73.702230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11004", + "city": "Glen Oaks", + "state": "NY", + "latitude": "40.742944", + "longitude": "-73.709560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11005", + "city": "Floral Park", + "state": "NY", + "latitude": "40.756983", + "longitude": "-73.714800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11010", + "city": "Franklin Square", + "state": "NY", + "latitude": "40.701702", + "longitude": "-73.675620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11020", + "city": "Great Neck", + "state": "NY", + "latitude": "40.771082", + "longitude": "-73.718190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11021", + "city": "Great Neck", + "state": "NY", + "latitude": "40.787068", + "longitude": "-73.725770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11022", + "city": "Great Neck", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11023", + "city": "Great Neck", + "state": "NY", + "latitude": "40.798839", + "longitude": "-73.733520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11024", + "city": "Great Neck", + "state": "NY", + "latitude": "40.812887", + "longitude": "-73.740940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11025", + "city": "Great Neck", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11026", + "city": "Great Neck", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11027", + "city": "Great Neck", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11030", + "city": "Manhasset", + "state": "NY", + "latitude": "40.796752", + "longitude": "-73.689350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11040", + "city": "New Hyde Park", + "state": "NY", + "latitude": "40.742901", + "longitude": "-73.678950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11041", + "city": "New Hyde Park", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11042", + "city": "New Hyde Park", + "state": "NY", + "latitude": "40.760128", + "longitude": "-73.693790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11043", + "city": "New Hyde Park", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11044", + "city": "New Hyde Park", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11050", + "city": "Port Washington", + "state": "NY", + "latitude": "40.833246", + "longitude": "-73.693090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11051", + "city": "Port Washington", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11052", + "city": "Port Washington", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11053", + "city": "Port Washington", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11054", + "city": "Port Washington", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11055", + "city": "Port Washington", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11096", + "city": "Inwood", + "state": "NY", + "latitude": "40.618206", + "longitude": "-73.747620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11099", + "city": "New Hyde Park", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11101", + "city": "Long Island City", + "state": "NY", + "latitude": "40.745341", + "longitude": "-73.939070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11102", + "city": "Astoria", + "state": "NY", + "latitude": "40.771286", + "longitude": "-73.924620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11103", + "city": "Astoria", + "state": "NY", + "latitude": "40.762968", + "longitude": "-73.910910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11104", + "city": "Sunnyside", + "state": "NY", + "latitude": "40.743796", + "longitude": "-73.919490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11105", + "city": "Astoria", + "state": "NY", + "latitude": "40.774686", + "longitude": "-73.908160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11106", + "city": "Astoria", + "state": "NY", + "latitude": "40.762012", + "longitude": "-73.931470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11109", + "city": "Long Island City", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11120", + "city": "Long Island City", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11201", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.695286", + "longitude": "-73.989070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11202", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11203", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.649059", + "longitude": "-73.933040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11204", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.618944", + "longitude": "-73.984730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11205", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.694214", + "longitude": "-73.965290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11206", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.702348", + "longitude": "-73.942880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11207", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.670874", + "longitude": "-73.894240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11208", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.672666", + "longitude": "-73.872480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11209", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.623270", + "longitude": "-74.029500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11210", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.627946", + "longitude": "-73.945520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11211", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.712090", + "longitude": "-73.954270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11212", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.662191", + "longitude": "-73.913280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11213", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.670937", + "longitude": "-73.934590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11214", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.598994", + "longitude": "-73.996110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11215", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.667508", + "longitude": "-73.985600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11216", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.680398", + "longitude": "-73.948240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11217", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.682090", + "longitude": "-73.977830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11218", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.644552", + "longitude": "-73.975950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11219", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.632449", + "longitude": "-73.996290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11220", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.641436", + "longitude": "-74.015740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11221", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.691234", + "longitude": "-73.926370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11222", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.726302", + "longitude": "-73.945590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11223", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.598142", + "longitude": "-73.972290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11224", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.576589", + "longitude": "-73.991720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11225", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.662892", + "longitude": "-73.955090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11226", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645256", + "longitude": "-73.955530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11228", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.617563", + "longitude": "-74.011680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11229", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.599256", + "longitude": "-73.941180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11230", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.622994", + "longitude": "-73.964270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11231", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.678800", + "longitude": "-74.002540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11232", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.655481", + "longitude": "-74.004240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11233", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.676938", + "longitude": "-73.918580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11234", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.618561", + "longitude": "-73.921600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11235", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.583803", + "longitude": "-73.950190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11236", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.640527", + "longitude": "-73.903620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11237", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.703355", + "longitude": "-73.919930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11238", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.680145", + "longitude": "-73.962570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11239", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645848", + "longitude": "-73.879190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11240", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11241", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11242", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11243", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11244", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11245", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11247", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11248", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11249", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11251", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11252", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11254", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11255", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11256", + "city": "Brooklyn", + "state": "NY", + "latitude": "40.645099", + "longitude": "-73.945032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11286", + "city": "New York", + "state": "NY", + "latitude": "40.658825", + "longitude": "-74.004495", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11302", + "city": "New York", + "state": "NY", + "latitude": "40.759450", + "longitude": "-73.715016", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11351", + "city": "Flushing", + "state": "NY", + "latitude": "40.781703", + "longitude": "-73.831698", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11352", + "city": "Flushing", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11353", + "city": "Flushing", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11354", + "city": "Flushing", + "state": "NY", + "latitude": "40.767969", + "longitude": "-73.824960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11355", + "city": "Flushing", + "state": "NY", + "latitude": "40.749463", + "longitude": "-73.819410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11356", + "city": "College Point", + "state": "NY", + "latitude": "40.785462", + "longitude": "-73.843660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11357", + "city": "Whitestone", + "state": "NY", + "latitude": "40.784453", + "longitude": "-73.809220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11358", + "city": "Flushing", + "state": "NY", + "latitude": "40.760522", + "longitude": "-73.796120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11359", + "city": "Bayside", + "state": "NY", + "latitude": "40.792780", + "longitude": "-73.776701", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11360", + "city": "Bayside", + "state": "NY", + "latitude": "40.780386", + "longitude": "-73.780050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11361", + "city": "Bayside", + "state": "NY", + "latitude": "40.763177", + "longitude": "-73.773920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11362", + "city": "Little Neck", + "state": "NY", + "latitude": "40.759686", + "longitude": "-73.733220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11363", + "city": "Little Neck", + "state": "NY", + "latitude": "40.772636", + "longitude": "-73.746440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11364", + "city": "Oakland Gardens", + "state": "NY", + "latitude": "40.746718", + "longitude": "-73.759940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11365", + "city": "Fresh Meadows", + "state": "NY", + "latitude": "40.738983", + "longitude": "-73.792090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11366", + "city": "Fresh Meadows", + "state": "NY", + "latitude": "40.726137", + "longitude": "-73.795020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11367", + "city": "Flushing", + "state": "NY", + "latitude": "40.728614", + "longitude": "-73.821450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11368", + "city": "Corona", + "state": "NY", + "latitude": "40.747106", + "longitude": "-73.858380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11369", + "city": "East Elmhurst", + "state": "NY", + "latitude": "40.762854", + "longitude": "-73.870510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11370", + "city": "East Elmhurst", + "state": "NY", + "latitude": "40.763015", + "longitude": "-73.890520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11371", + "city": "Flushing", + "state": "NY", + "latitude": "40.772072", + "longitude": "-73.875090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11372", + "city": "Jackson Heights", + "state": "NY", + "latitude": "40.750146", + "longitude": "-73.884330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11373", + "city": "Elmhurst", + "state": "NY", + "latitude": "40.736076", + "longitude": "-73.878040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11374", + "city": "Rego Park", + "state": "NY", + "latitude": "40.724945", + "longitude": "-73.860900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11375", + "city": "Forest Hills", + "state": "NY", + "latitude": "40.720535", + "longitude": "-73.845820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11377", + "city": "Woodside", + "state": "NY", + "latitude": "40.742869", + "longitude": "-73.903770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11378", + "city": "Maspeth", + "state": "NY", + "latitude": "40.724096", + "longitude": "-73.902710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11379", + "city": "Middle Village", + "state": "NY", + "latitude": "40.716028", + "longitude": "-73.879250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11380", + "city": "Elmhurst", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11381", + "city": "Flushing", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11385", + "city": "Ridgewood", + "state": "NY", + "latitude": "40.703069", + "longitude": "-73.892850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11386", + "city": "Ridgewood", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11388", + "city": "Flushing", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11390", + "city": "Flushing", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11405", + "city": "Jamaica", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11411", + "city": "Cambria Heights", + "state": "NY", + "latitude": "40.693538", + "longitude": "-73.735740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11412", + "city": "Saint Albans", + "state": "NY", + "latitude": "40.697188", + "longitude": "-73.759480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11413", + "city": "Springfield Gardens", + "state": "NY", + "latitude": "40.670138", + "longitude": "-73.751410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11414", + "city": "Howard Beach", + "state": "NY", + "latitude": "40.658188", + "longitude": "-73.843210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11415", + "city": "Kew Gardens", + "state": "NY", + "latitude": "40.706903", + "longitude": "-73.829730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11416", + "city": "Ozone Park", + "state": "NY", + "latitude": "40.683301", + "longitude": "-73.850300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11417", + "city": "Ozone Park", + "state": "NY", + "latitude": "40.675534", + "longitude": "-73.844760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11418", + "city": "Richmond Hill", + "state": "NY", + "latitude": "40.698485", + "longitude": "-73.833650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11419", + "city": "South Richmond Hill", + "state": "NY", + "latitude": "40.688688", + "longitude": "-73.822160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11420", + "city": "South Ozone Park", + "state": "NY", + "latitude": "40.673138", + "longitude": "-73.814430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11421", + "city": "Woodhaven", + "state": "NY", + "latitude": "40.690870", + "longitude": "-73.858280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11422", + "city": "Rosedale", + "state": "NY", + "latitude": "40.662538", + "longitude": "-73.735140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11423", + "city": "Hollis", + "state": "NY", + "latitude": "40.714261", + "longitude": "-73.768240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11424", + "city": "Jamaica", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11425", + "city": "Jamaica", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11426", + "city": "Bellerose", + "state": "NY", + "latitude": "40.732239", + "longitude": "-73.721080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11427", + "city": "Queens Village", + "state": "NY", + "latitude": "40.728235", + "longitude": "-73.747820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11428", + "city": "Queens Village", + "state": "NY", + "latitude": "40.719981", + "longitude": "-73.741270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11429", + "city": "Queens Village", + "state": "NY", + "latitude": "40.708833", + "longitude": "-73.739030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11430", + "city": "Jamaica", + "state": "NY", + "latitude": "40.650519", + "longitude": "-73.795670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11431", + "city": "Jamaica", + "state": "NY", + "latitude": "40.686903", + "longitude": "-73.850143", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11432", + "city": "Jamaica", + "state": "NY", + "latitude": "40.714144", + "longitude": "-73.793240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11433", + "city": "Jamaica", + "state": "NY", + "latitude": "40.696538", + "longitude": "-73.787340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11434", + "city": "Jamaica", + "state": "NY", + "latitude": "40.674888", + "longitude": "-73.772700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11435", + "city": "Jamaica", + "state": "NY", + "latitude": "40.700068", + "longitude": "-73.809860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11436", + "city": "Jamaica", + "state": "NY", + "latitude": "40.674146", + "longitude": "-73.796870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11439", + "city": "Jamaica", + "state": "NY", + "latitude": "40.722008", + "longitude": "-73.790822", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11451", + "city": "Jamaica", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11484", + "city": "Jamaica", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11499", + "city": "Jamaica", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11501", + "city": "Mineola", + "state": "NY", + "latitude": "40.747188", + "longitude": "-73.638080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11507", + "city": "Albertson", + "state": "NY", + "latitude": "40.769942", + "longitude": "-73.650040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11509", + "city": "Atlantic Beach", + "state": "NY", + "latitude": "40.589538", + "longitude": "-73.729150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11510", + "city": "Baldwin", + "state": "NY", + "latitude": "40.654112", + "longitude": "-73.609500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11514", + "city": "Carle Place", + "state": "NY", + "latitude": "40.750132", + "longitude": "-73.613280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11516", + "city": "Cedarhurst", + "state": "NY", + "latitude": "40.627386", + "longitude": "-73.728520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11517", + "city": "New York", + "state": "NY", + "latitude": "40.679845", + "longitude": "-73.986415", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11518", + "city": "East Rockaway", + "state": "NY", + "latitude": "40.639575", + "longitude": "-73.667030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11520", + "city": "Freeport", + "state": "NY", + "latitude": "40.653935", + "longitude": "-73.587000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11530", + "city": "Garden City", + "state": "NY", + "latitude": "40.725257", + "longitude": "-73.640560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11531", + "city": "Garden City", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11535", + "city": "Garden City", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11536", + "city": "Garden City", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11542", + "city": "Glen Cove", + "state": "NY", + "latitude": "40.864757", + "longitude": "-73.626090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11545", + "city": "Glen Head", + "state": "NY", + "latitude": "40.823957", + "longitude": "-73.604150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11547", + "city": "Glenwood Landing", + "state": "NY", + "latitude": "40.828143", + "longitude": "-73.644010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11548", + "city": "Greenvale", + "state": "NY", + "latitude": "40.813187", + "longitude": "-73.625610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11549", + "city": "Hempstead", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11550", + "city": "Hempstead", + "state": "NY", + "latitude": "40.702271", + "longitude": "-73.617410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11551", + "city": "Hempstead", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11552", + "city": "West Hempstead", + "state": "NY", + "latitude": "40.694900", + "longitude": "-73.653940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11553", + "city": "Uniondale", + "state": "NY", + "latitude": "40.703502", + "longitude": "-73.593060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11554", + "city": "East Meadow", + "state": "NY", + "latitude": "40.714300", + "longitude": "-73.555270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11555", + "city": "Uniondale", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11556", + "city": "Uniondale", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11557", + "city": "Hewlett", + "state": "NY", + "latitude": "40.639534", + "longitude": "-73.692530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11558", + "city": "Island Park", + "state": "NY", + "latitude": "40.603159", + "longitude": "-73.655150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11559", + "city": "Lawrence", + "state": "NY", + "latitude": "40.615790", + "longitude": "-73.731260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11560", + "city": "Locust Valley", + "state": "NY", + "latitude": "40.881957", + "longitude": "-73.594170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11561", + "city": "Long Beach", + "state": "NY", + "latitude": "40.588154", + "longitude": "-73.665170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11562", + "city": "Lynbrook", + "state": "NY", + "latitude": "40.665202", + "longitude": "-73.668274", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11563", + "city": "Lynbrook", + "state": "NY", + "latitude": "40.656974", + "longitude": "-73.673060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11564", + "city": "Lynbrook", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11565", + "city": "Malverne", + "state": "NY", + "latitude": "40.675249", + "longitude": "-73.672980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11566", + "city": "Merrick", + "state": "NY", + "latitude": "40.666575", + "longitude": "-73.554750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11568", + "city": "Old Westbury", + "state": "NY", + "latitude": "40.787368", + "longitude": "-73.601190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11569", + "city": "Point Lookout", + "state": "NY", + "latitude": "40.593996", + "longitude": "-73.580390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11570", + "city": "Rockville Centre", + "state": "NY", + "latitude": "40.663935", + "longitude": "-73.637920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11571", + "city": "Rockville Centre", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11572", + "city": "Oceanside", + "state": "NY", + "latitude": "40.636286", + "longitude": "-73.637400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11575", + "city": "Roosevelt", + "state": "NY", + "latitude": "40.679413", + "longitude": "-73.586940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11576", + "city": "Roslyn", + "state": "NY", + "latitude": "40.793839", + "longitude": "-73.651560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11577", + "city": "Roslyn Heights", + "state": "NY", + "latitude": "40.785642", + "longitude": "-73.640060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11579", + "city": "Sea Cliff", + "state": "NY", + "latitude": "40.846388", + "longitude": "-73.644520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11580", + "city": "Valley Stream", + "state": "NY", + "latitude": "40.673000", + "longitude": "-73.703460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11581", + "city": "Valley Stream", + "state": "NY", + "latitude": "40.651733", + "longitude": "-73.710790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11582", + "city": "Valley Stream", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11583", + "city": "Valley Stream", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11588", + "city": "Uniondale", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11590", + "city": "Westbury", + "state": "NY", + "latitude": "40.756287", + "longitude": "-73.575360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11592", + "city": "Rockville Centre", + "state": "NY", + "latitude": "40.621753", + "longitude": "-73.632673", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11593", + "city": "Westbury", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11594", + "city": "Westbury", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11595", + "city": "Westbury", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11596", + "city": "Williston Park", + "state": "NY", + "latitude": "40.758283", + "longitude": "-73.642590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11597", + "city": "Westbury", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11598", + "city": "Woodmere", + "state": "NY", + "latitude": "40.633103", + "longitude": "-73.714040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11599", + "city": "Garden City", + "state": "NY", + "latitude": "40.607574", + "longitude": "-73.742691", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11690", + "city": "Far Rockaway", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11691", + "city": "Far Rockaway", + "state": "NY", + "latitude": "40.600020", + "longitude": "-73.759620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11692", + "city": "Arverne", + "state": "NY", + "latitude": "40.592939", + "longitude": "-73.795680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11693", + "city": "Far Rockaway", + "state": "NY", + "latitude": "40.596959", + "longitude": "-73.819780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11694", + "city": "Rockaway Park", + "state": "NY", + "latitude": "40.576490", + "longitude": "-73.847210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11695", + "city": "Far Rockaway", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11696", + "city": "Inwood", + "state": "NY", + "latitude": "40.651378", + "longitude": "-73.870779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11697", + "city": "Breezy Point", + "state": "NY", + "latitude": "40.560167", + "longitude": "-73.908910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11701", + "city": "Amityville", + "state": "NY", + "latitude": "40.685100", + "longitude": "-73.413170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11702", + "city": "Babylon", + "state": "NY", + "latitude": "40.687649", + "longitude": "-73.325490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11703", + "city": "North Babylon", + "state": "NY", + "latitude": "40.733398", + "longitude": "-73.322570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11704", + "city": "West Babylon", + "state": "NY", + "latitude": "40.719249", + "longitude": "-73.358290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11705", + "city": "Bayport", + "state": "NY", + "latitude": "40.744850", + "longitude": "-73.055000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11706", + "city": "Bay Shore", + "state": "NY", + "latitude": "40.729098", + "longitude": "-73.256070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11707", + "city": "West Babylon", + "state": "NY", + "latitude": "40.922326", + "longitude": "-72.637078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11708", + "city": "Amityville", + "state": "NY", + "latitude": "40.922326", + "longitude": "-72.637078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11709", + "city": "Bayville", + "state": "NY", + "latitude": "40.907277", + "longitude": "-73.557130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11710", + "city": "Bellmore", + "state": "NY", + "latitude": "40.673438", + "longitude": "-73.533820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11713", + "city": "Bellport", + "state": "NY", + "latitude": "40.771447", + "longitude": "-72.946630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11714", + "city": "Bethpage", + "state": "NY", + "latitude": "40.740662", + "longitude": "-73.486310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11715", + "city": "Blue Point", + "state": "NY", + "latitude": "40.748970", + "longitude": "-73.034360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11716", + "city": "Bohemia", + "state": "NY", + "latitude": "40.770042", + "longitude": "-73.113760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11717", + "city": "Brentwood", + "state": "NY", + "latitude": "40.783954", + "longitude": "-73.245170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11718", + "city": "Brightwaters", + "state": "NY", + "latitude": "40.720746", + "longitude": "-73.266140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11719", + "city": "Brookhaven", + "state": "NY", + "latitude": "40.780058", + "longitude": "-72.915660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11720", + "city": "Centereach", + "state": "NY", + "latitude": "40.868946", + "longitude": "-73.080090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11721", + "city": "Centerport", + "state": "NY", + "latitude": "40.890598", + "longitude": "-73.375360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11722", + "city": "Central Islip", + "state": "NY", + "latitude": "40.784874", + "longitude": "-73.199240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11724", + "city": "Cold Spring Harbor", + "state": "NY", + "latitude": "40.865731", + "longitude": "-73.446450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11725", + "city": "Commack", + "state": "NY", + "latitude": "40.841522", + "longitude": "-73.280010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11726", + "city": "Copiague", + "state": "NY", + "latitude": "40.680892", + "longitude": "-73.396090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11727", + "city": "Coram", + "state": "NY", + "latitude": "40.884895", + "longitude": "-73.005010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11729", + "city": "Deer Park", + "state": "NY", + "latitude": "40.760698", + "longitude": "-73.330070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11730", + "city": "East Islip", + "state": "NY", + "latitude": "40.729210", + "longitude": "-73.180730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11731", + "city": "East Northport", + "state": "NY", + "latitude": "40.865998", + "longitude": "-73.317960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11732", + "city": "East Norwich", + "state": "NY", + "latitude": "40.848766", + "longitude": "-73.534780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11733", + "city": "East Setauket", + "state": "NY", + "latitude": "40.932053", + "longitude": "-73.106660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11735", + "city": "Farmingdale", + "state": "NY", + "latitude": "40.725968", + "longitude": "-73.441510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11736", + "city": "Farmingdale", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11737", + "city": "Farmingdale", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11738", + "city": "Farmingville", + "state": "NY", + "latitude": "40.834690", + "longitude": "-73.038600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11739", + "city": "Great River", + "state": "NY", + "latitude": "40.922326", + "longitude": "-72.637078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11740", + "city": "Greenlawn", + "state": "NY", + "latitude": "40.862565", + "longitude": "-73.362210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11741", + "city": "Holbrook", + "state": "NY", + "latitude": "40.799706", + "longitude": "-73.074850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11742", + "city": "Holtsville", + "state": "NY", + "latitude": "40.810606", + "longitude": "-73.040360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11743", + "city": "Huntington", + "state": "NY", + "latitude": "40.867498", + "longitude": "-73.411460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11745", + "city": "Smithtown", + "state": "NY", + "latitude": "40.922326", + "longitude": "-72.637078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11746", + "city": "Huntington Station", + "state": "NY", + "latitude": "40.821698", + "longitude": "-73.375530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11747", + "city": "Melville", + "state": "NY", + "latitude": "40.791593", + "longitude": "-73.405430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11749", + "city": "Islandia", + "state": "NY", + "latitude": "40.922326", + "longitude": "-72.637078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11750", + "city": "Huntington Station", + "state": "NY", + "latitude": "40.922326", + "longitude": "-72.637078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11751", + "city": "Islip", + "state": "NY", + "latitude": "40.734212", + "longitude": "-73.214160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11752", + "city": "Islip Terrace", + "state": "NY", + "latitude": "40.754386", + "longitude": "-73.183260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11753", + "city": "Jericho", + "state": "NY", + "latitude": "40.786544", + "longitude": "-73.536750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11754", + "city": "Kings Park", + "state": "NY", + "latitude": "40.888497", + "longitude": "-73.242580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11755", + "city": "Lake Grove", + "state": "NY", + "latitude": "40.855402", + "longitude": "-73.118390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11756", + "city": "Levittown", + "state": "NY", + "latitude": "40.724883", + "longitude": "-73.517390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11757", + "city": "Lindenhurst", + "state": "NY", + "latitude": "40.690049", + "longitude": "-73.374420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11758", + "city": "Massapequa", + "state": "NY", + "latitude": "40.680850", + "longitude": "-73.462890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11760", + "city": "Hauppauge", + "state": "NY", + "latitude": "40.810246", + "longitude": "-73.191789", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11762", + "city": "Massapequa Park", + "state": "NY", + "latitude": "40.685050", + "longitude": "-73.446810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11763", + "city": "Medford", + "state": "NY", + "latitude": "40.820786", + "longitude": "-72.983750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11764", + "city": "Miller Place", + "state": "NY", + "latitude": "40.946506", + "longitude": "-72.988370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11765", + "city": "Mill Neck", + "state": "NY", + "latitude": "40.888890", + "longitude": "-73.556080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11766", + "city": "Mount Sinai", + "state": "NY", + "latitude": "40.929242", + "longitude": "-73.013170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11767", + "city": "Nesconset", + "state": "NY", + "latitude": "40.842962", + "longitude": "-73.143030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11768", + "city": "Northport", + "state": "NY", + "latitude": "40.905647", + "longitude": "-73.331140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11769", + "city": "Oakdale", + "state": "NY", + "latitude": "40.736011", + "longitude": "-73.129600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11770", + "city": "Ocean Beach", + "state": "NY", + "latitude": "40.643951", + "longitude": "-73.161150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11771", + "city": "Oyster Bay", + "state": "NY", + "latitude": "40.868882", + "longitude": "-73.522920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11772", + "city": "Patchogue", + "state": "NY", + "latitude": "40.770898", + "longitude": "-73.002130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11773", + "city": "Syosset", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11774", + "city": "Farmingdale", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11775", + "city": "Melville", + "state": "NY", + "latitude": "40.922326", + "longitude": "-72.637078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11776", + "city": "Port Jefferson Station", + "state": "NY", + "latitude": "40.911082", + "longitude": "-73.049660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11777", + "city": "Port Jefferson", + "state": "NY", + "latitude": "40.946103", + "longitude": "-73.062220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11778", + "city": "Rocky Point", + "state": "NY", + "latitude": "40.954093", + "longitude": "-72.928840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11779", + "city": "Ronkonkoma", + "state": "NY", + "latitude": "40.818826", + "longitude": "-73.118700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11780", + "city": "Saint James", + "state": "NY", + "latitude": "40.884394", + "longitude": "-73.158680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11782", + "city": "Sayville", + "state": "NY", + "latitude": "40.739869", + "longitude": "-73.071980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11783", + "city": "Seaford", + "state": "NY", + "latitude": "40.679752", + "longitude": "-73.489590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11784", + "city": "Selden", + "state": "NY", + "latitude": "40.869274", + "longitude": "-73.042540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11786", + "city": "Shoreham", + "state": "NY", + "latitude": "40.949930", + "longitude": "-72.895330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11787", + "city": "Smithtown", + "state": "NY", + "latitude": "40.853343", + "longitude": "-73.207770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11788", + "city": "Hauppauge", + "state": "NY", + "latitude": "40.819266", + "longitude": "-73.209670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11789", + "city": "Sound Beach", + "state": "NY", + "latitude": "40.955586", + "longitude": "-72.973300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11790", + "city": "Stony Brook", + "state": "NY", + "latitude": "40.906174", + "longitude": "-73.127480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11791", + "city": "Syosset", + "state": "NY", + "latitude": "40.815215", + "longitude": "-73.500570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11792", + "city": "Wading River", + "state": "NY", + "latitude": "40.953261", + "longitude": "-72.836800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11793", + "city": "Wantagh", + "state": "NY", + "latitude": "40.676649", + "longitude": "-73.511220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11794", + "city": "Stony Brook", + "state": "NY", + "latitude": "40.922326", + "longitude": "-72.637078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11795", + "city": "West Islip", + "state": "NY", + "latitude": "40.713459", + "longitude": "-73.300100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11796", + "city": "West Sayville", + "state": "NY", + "latitude": "40.731954", + "longitude": "-73.100810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11797", + "city": "Woodbury", + "state": "NY", + "latitude": "40.813801", + "longitude": "-73.469120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11798", + "city": "Wyandanch", + "state": "NY", + "latitude": "40.752098", + "longitude": "-73.365160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11801", + "city": "Hicksville", + "state": "NY", + "latitude": "40.763355", + "longitude": "-73.523230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11802", + "city": "Hicksville", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11803", + "city": "Plainview", + "state": "NY", + "latitude": "40.779911", + "longitude": "-73.479480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11804", + "city": "Old Bethpage", + "state": "NY", + "latitude": "40.765378", + "longitude": "-73.457810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11805", + "city": "Mid Island", + "state": "NY", + "latitude": "40.922326", + "longitude": "-72.637078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11815", + "city": "Hicksville", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11819", + "city": "Hicksville", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11853", + "city": "Jericho", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11854", + "city": "Hicksville", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11855", + "city": "Hicksville", + "state": "NY", + "latitude": "40.754757", + "longitude": "-73.601772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11901", + "city": "Riverhead", + "state": "NY", + "latitude": "40.926595", + "longitude": "-72.653270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11930", + "city": "Amagansett", + "state": "NY", + "latitude": "40.985301", + "longitude": "-72.104110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11931", + "city": "Aquebogue", + "state": "NY", + "latitude": "40.922326", + "longitude": "-72.637078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11932", + "city": "Bridgehampton", + "state": "NY", + "latitude": "40.939075", + "longitude": "-72.305140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11933", + "city": "Calverton", + "state": "NY", + "latitude": "40.933429", + "longitude": "-72.746460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11934", + "city": "Center Moriches", + "state": "NY", + "latitude": "40.797772", + "longitude": "-72.797190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11935", + "city": "Cutchogue", + "state": "NY", + "latitude": "41.012868", + "longitude": "-72.472300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11937", + "city": "East Hampton", + "state": "NY", + "latitude": "40.995384", + "longitude": "-72.185640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11939", + "city": "East Marion", + "state": "NY", + "latitude": "41.128923", + "longitude": "-72.341890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11940", + "city": "East Moriches", + "state": "NY", + "latitude": "40.806287", + "longitude": "-72.756730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11941", + "city": "Eastport", + "state": "NY", + "latitude": "40.824658", + "longitude": "-72.723560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11942", + "city": "East Quogue", + "state": "NY", + "latitude": "40.848670", + "longitude": "-72.577940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11944", + "city": "Greenport", + "state": "NY", + "latitude": "41.103838", + "longitude": "-72.367290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11946", + "city": "Hampton Bays", + "state": "NY", + "latitude": "40.875897", + "longitude": "-72.520630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11947", + "city": "Jamesport", + "state": "NY", + "latitude": "40.943323", + "longitude": "-72.579960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11948", + "city": "Laurel", + "state": "NY", + "latitude": "40.961916", + "longitude": "-72.550240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11949", + "city": "Manorville", + "state": "NY", + "latitude": "40.855861", + "longitude": "-72.797360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11950", + "city": "Mastic", + "state": "NY", + "latitude": "40.804810", + "longitude": "-72.846640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11951", + "city": "Mastic Beach", + "state": "NY", + "latitude": "40.763634", + "longitude": "-72.845540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11952", + "city": "Mattituck", + "state": "NY", + "latitude": "40.994649", + "longitude": "-72.537310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11953", + "city": "Middle Island", + "state": "NY", + "latitude": "40.886267", + "longitude": "-72.955200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11954", + "city": "Montauk", + "state": "NY", + "latitude": "41.038310", + "longitude": "-71.950600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11955", + "city": "Moriches", + "state": "NY", + "latitude": "40.805789", + "longitude": "-72.820920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11956", + "city": "New Suffolk", + "state": "NY", + "latitude": "40.991836", + "longitude": "-72.475050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11957", + "city": "Orient", + "state": "NY", + "latitude": "41.151826", + "longitude": "-72.275110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11958", + "city": "Peconic", + "state": "NY", + "latitude": "41.036870", + "longitude": "-72.453410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11959", + "city": "Quogue", + "state": "NY", + "latitude": "40.825411", + "longitude": "-72.605060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11960", + "city": "Remsenburg", + "state": "NY", + "latitude": "40.803923", + "longitude": "-72.704210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11961", + "city": "Ridge", + "state": "NY", + "latitude": "40.896090", + "longitude": "-72.878240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11962", + "city": "Sagaponack", + "state": "NY", + "latitude": "40.937683", + "longitude": "-72.268310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11963", + "city": "Sag Harbor", + "state": "NY", + "latitude": "40.996280", + "longitude": "-72.310740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11964", + "city": "Shelter Island", + "state": "NY", + "latitude": "41.060843", + "longitude": "-72.331590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11965", + "city": "Shelter Island Heights", + "state": "NY", + "latitude": "41.078150", + "longitude": "-72.350930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11967", + "city": "Shirley", + "state": "NY", + "latitude": "40.794317", + "longitude": "-72.871810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11968", + "city": "Southampton", + "state": "NY", + "latitude": "40.904348", + "longitude": "-72.407140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11969", + "city": "Southampton", + "state": "NY", + "latitude": "40.922326", + "longitude": "-72.637078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11970", + "city": "South Jamesport", + "state": "NY", + "latitude": "40.941363", + "longitude": "-72.575020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11971", + "city": "Southold", + "state": "NY", + "latitude": "41.059209", + "longitude": "-72.420410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11972", + "city": "Speonk", + "state": "NY", + "latitude": "40.820400", + "longitude": "-72.701130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11973", + "city": "Upton", + "state": "NY", + "latitude": "40.922326", + "longitude": "-72.637078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11975", + "city": "Wainscott", + "state": "NY", + "latitude": "40.947419", + "longitude": "-72.245050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11976", + "city": "Water Mill", + "state": "NY", + "latitude": "40.919693", + "longitude": "-72.344070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11977", + "city": "Westhampton", + "state": "NY", + "latitude": "40.818190", + "longitude": "-72.678350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11978", + "city": "Westhampton Beach", + "state": "NY", + "latitude": "40.816142", + "longitude": "-72.634490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "11980", + "city": "Yaphank", + "state": "NY", + "latitude": "40.832858", + "longitude": "-72.916110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12007", + "city": "Alcove", + "state": "NY", + "latitude": "42.482455", + "longitude": "-73.936671", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12008", + "city": "Alplaus", + "state": "NY", + "latitude": "42.853043", + "longitude": "-73.902900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12009", + "city": "Altamont", + "state": "NY", + "latitude": "42.698692", + "longitude": "-74.031480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12010", + "city": "Amsterdam", + "state": "NY", + "latitude": "42.940644", + "longitude": "-74.178990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12015", + "city": "Athens", + "state": "NY", + "latitude": "42.279649", + "longitude": "-73.817010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12016", + "city": "Auriesville", + "state": "NY", + "latitude": "42.910206", + "longitude": "-74.423606", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12017", + "city": "Austerlitz", + "state": "NY", + "latitude": "42.323565", + "longitude": "-73.452570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12018", + "city": "Averill Park", + "state": "NY", + "latitude": "42.627420", + "longitude": "-73.534940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12019", + "city": "Ballston Lake", + "state": "NY", + "latitude": "42.916343", + "longitude": "-73.866570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12020", + "city": "Ballston Spa", + "state": "NY", + "latitude": "43.006309", + "longitude": "-73.860400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12022", + "city": "Berlin", + "state": "NY", + "latitude": "42.681107", + "longitude": "-73.348900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12023", + "city": "Berne", + "state": "NY", + "latitude": "42.610306", + "longitude": "-74.156920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12024", + "city": "Brainard", + "state": "NY", + "latitude": "42.494981", + "longitude": "-73.510676", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12025", + "city": "Broadalbin", + "state": "NY", + "latitude": "43.076810", + "longitude": "-74.153320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12027", + "city": "Burnt Hills", + "state": "NY", + "latitude": "42.912175", + "longitude": "-73.903550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12028", + "city": "Buskirk", + "state": "NY", + "latitude": "42.932315", + "longitude": "-73.445210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12029", + "city": "Canaan", + "state": "NY", + "latitude": "42.399159", + "longitude": "-73.427570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12031", + "city": "Carlisle", + "state": "NY", + "latitude": "42.770985", + "longitude": "-74.446940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12032", + "city": "Caroga Lake", + "state": "NY", + "latitude": "43.158567", + "longitude": "-74.496460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12033", + "city": "Castleton On Hudson", + "state": "NY", + "latitude": "42.534631", + "longitude": "-73.713270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12035", + "city": "Central Bridge", + "state": "NY", + "latitude": "42.722477", + "longitude": "-74.350640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12036", + "city": "Charlotteville", + "state": "NY", + "latitude": "42.546034", + "longitude": "-74.673150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12037", + "city": "Chatham", + "state": "NY", + "latitude": "42.346758", + "longitude": "-73.578520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12040", + "city": "Cherry Plain", + "state": "NY", + "latitude": "42.646742", + "longitude": "-73.371611", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12041", + "city": "Clarksville", + "state": "NY", + "latitude": "42.543326", + "longitude": "-73.974030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12042", + "city": "Climax", + "state": "NY", + "latitude": "42.403719", + "longitude": "-73.908750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12043", + "city": "Cobleskill", + "state": "NY", + "latitude": "42.696926", + "longitude": "-74.524360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12045", + "city": "Coeymans", + "state": "NY", + "latitude": "42.474135", + "longitude": "-73.793350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12046", + "city": "Coeymans Hollow", + "state": "NY", + "latitude": "42.475609", + "longitude": "-73.926560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12047", + "city": "Cohoes", + "state": "NY", + "latitude": "42.773777", + "longitude": "-73.707930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12050", + "city": "Columbiaville", + "state": "NY", + "latitude": "42.317154", + "longitude": "-73.748555", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12051", + "city": "Coxsackie", + "state": "NY", + "latitude": "42.353773", + "longitude": "-73.827740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12052", + "city": "Cropseyville", + "state": "NY", + "latitude": "42.748910", + "longitude": "-73.494050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12053", + "city": "Delanson", + "state": "NY", + "latitude": "42.749499", + "longitude": "-74.186010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12054", + "city": "Delmar", + "state": "NY", + "latitude": "42.614979", + "longitude": "-73.840860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12055", + "city": "Dormansville", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12056", + "city": "Duanesburg", + "state": "NY", + "latitude": "42.767853", + "longitude": "-74.090830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12057", + "city": "Eagle Bridge", + "state": "NY", + "latitude": "42.959229", + "longitude": "-73.352360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12058", + "city": "Earlton", + "state": "NY", + "latitude": "42.350557", + "longitude": "-73.919780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12059", + "city": "East Berne", + "state": "NY", + "latitude": "42.621933", + "longitude": "-74.055740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12060", + "city": "East Chatham", + "state": "NY", + "latitude": "42.419560", + "longitude": "-73.504120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12061", + "city": "East Greenbush", + "state": "NY", + "latitude": "42.593047", + "longitude": "-73.673430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12062", + "city": "East Nassau", + "state": "NY", + "latitude": "42.525531", + "longitude": "-73.502070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12063", + "city": "East Schodack", + "state": "NY", + "latitude": "42.559697", + "longitude": "-73.633350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12064", + "city": "East Worcester", + "state": "NY", + "latitude": "42.615422", + "longitude": "-74.659500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12065", + "city": "Clifton Park", + "state": "NY", + "latitude": "42.853676", + "longitude": "-73.784450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12066", + "city": "Esperance", + "state": "NY", + "latitude": "42.784091", + "longitude": "-74.311600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12067", + "city": "Feura Bush", + "state": "NY", + "latitude": "42.561226", + "longitude": "-73.925280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12068", + "city": "Fonda", + "state": "NY", + "latitude": "42.953913", + "longitude": "-74.378830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12069", + "city": "Fort Hunter", + "state": "NY", + "latitude": "42.945701", + "longitude": "-74.263312", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12070", + "city": "Fort Johnson", + "state": "NY", + "latitude": "42.970827", + "longitude": "-74.247780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12071", + "city": "Fultonham", + "state": "NY", + "latitude": "42.565907", + "longitude": "-74.414570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12072", + "city": "Fultonville", + "state": "NY", + "latitude": "42.896974", + "longitude": "-74.374950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12073", + "city": "Gallupville", + "state": "NY", + "latitude": "42.592287", + "longitude": "-74.438129", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12074", + "city": "Galway", + "state": "NY", + "latitude": "43.068203", + "longitude": "-74.055260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12075", + "city": "Ghent", + "state": "NY", + "latitude": "42.305793", + "longitude": "-73.651400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12076", + "city": "Gilboa", + "state": "NY", + "latitude": "42.425405", + "longitude": "-74.406160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12077", + "city": "Glenmont", + "state": "NY", + "latitude": "42.600551", + "longitude": "-73.796210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12078", + "city": "Gloversville", + "state": "NY", + "latitude": "43.069562", + "longitude": "-74.343600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12081", + "city": "Nassau", + "state": "NY", + "latitude": "42.593620", + "longitude": "-73.566328", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12082", + "city": "Grafton", + "state": "NY", + "latitude": "42.772624", + "longitude": "-73.446834", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12083", + "city": "Greenville", + "state": "NY", + "latitude": "42.430684", + "longitude": "-74.037280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12084", + "city": "Guilderland", + "state": "NY", + "latitude": "42.698231", + "longitude": "-73.899060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12085", + "city": "Guilderland Center", + "state": "NY", + "latitude": "42.694777", + "longitude": "-73.905271", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12086", + "city": "Hagaman", + "state": "NY", + "latitude": "42.981745", + "longitude": "-74.142570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12087", + "city": "Hannacroix", + "state": "NY", + "latitude": "42.434883", + "longitude": "-73.892710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12089", + "city": "Hoosick", + "state": "NY", + "latitude": "42.866666", + "longitude": "-73.318113", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12090", + "city": "Hoosick Falls", + "state": "NY", + "latitude": "42.888816", + "longitude": "-73.355500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12092", + "city": "Howes Cave", + "state": "NY", + "latitude": "42.691779", + "longitude": "-74.375130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12093", + "city": "Jefferson", + "state": "NY", + "latitude": "42.496939", + "longitude": "-74.628130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12094", + "city": "Johnsonville", + "state": "NY", + "latitude": "42.899334", + "longitude": "-73.490060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12095", + "city": "Johnstown", + "state": "NY", + "latitude": "43.014523", + "longitude": "-74.384730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12103", + "city": "Knox", + "state": "NY", + "latitude": "42.646400", + "longitude": "-74.130201", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12106", + "city": "Kinderhook", + "state": "NY", + "latitude": "42.388394", + "longitude": "-73.707260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12107", + "city": "Knox", + "state": "NY", + "latitude": "42.660046", + "longitude": "-74.116812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12108", + "city": "Lake Pleasant", + "state": "NY", + "latitude": "43.525388", + "longitude": "-74.408750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12110", + "city": "Latham", + "state": "NY", + "latitude": "42.749640", + "longitude": "-73.768020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12111", + "city": "Latham", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12115", + "city": "Malden Bridge", + "state": "NY", + "latitude": "42.469991", + "longitude": "-73.585870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12116", + "city": "Maryland", + "state": "NY", + "latitude": "42.538589", + "longitude": "-74.921850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12117", + "city": "Mayfield", + "state": "NY", + "latitude": "43.146907", + "longitude": "-74.234660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12118", + "city": "Mechanicville", + "state": "NY", + "latitude": "42.915904", + "longitude": "-73.705390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12120", + "city": "Medusa", + "state": "NY", + "latitude": "42.456127", + "longitude": "-74.140590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12121", + "city": "Melrose", + "state": "NY", + "latitude": "42.851106", + "longitude": "-73.618670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12122", + "city": "Middleburgh", + "state": "NY", + "latitude": "42.558318", + "longitude": "-74.314580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12123", + "city": "Nassau", + "state": "NY", + "latitude": "42.522197", + "longitude": "-73.606130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12124", + "city": "New Baltimore", + "state": "NY", + "latitude": "42.444198", + "longitude": "-73.788241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12125", + "city": "New Lebanon", + "state": "NY", + "latitude": "42.474028", + "longitude": "-73.407500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12128", + "city": "Newtonville", + "state": "NY", + "latitude": "42.724978", + "longitude": "-73.764296", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12130", + "city": "Niverville", + "state": "NY", + "latitude": "42.442592", + "longitude": "-73.657780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12131", + "city": "North Blenheim", + "state": "NY", + "latitude": "42.482123", + "longitude": "-74.457150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12132", + "city": "North Chatham", + "state": "NY", + "latitude": "42.466061", + "longitude": "-73.629296", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12133", + "city": "North Hoosick", + "state": "NY", + "latitude": "42.926121", + "longitude": "-73.346409", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12134", + "city": "Northville", + "state": "NY", + "latitude": "43.218920", + "longitude": "-74.148220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12136", + "city": "Old Chatham", + "state": "NY", + "latitude": "42.437594", + "longitude": "-73.555990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12137", + "city": "Pattersonville", + "state": "NY", + "latitude": "42.862695", + "longitude": "-74.117590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12138", + "city": "Petersburg", + "state": "NY", + "latitude": "42.760049", + "longitude": "-73.368010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12139", + "city": "Piseco", + "state": "NY", + "latitude": "43.402760", + "longitude": "-74.569720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12140", + "city": "Poestenkill", + "state": "NY", + "latitude": "42.693228", + "longitude": "-73.569220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12141", + "city": "Quaker Street", + "state": "NY", + "latitude": "42.731771", + "longitude": "-74.185395", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12143", + "city": "Ravena", + "state": "NY", + "latitude": "42.469150", + "longitude": "-73.829560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12144", + "city": "Rensselaer", + "state": "NY", + "latitude": "42.637380", + "longitude": "-73.725870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12147", + "city": "Rensselaerville", + "state": "NY", + "latitude": "42.518386", + "longitude": "-74.159970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12148", + "city": "Rexford", + "state": "NY", + "latitude": "42.842133", + "longitude": "-73.868280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12149", + "city": "Richmondville", + "state": "NY", + "latitude": "42.631190", + "longitude": "-74.572000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12150", + "city": "Rotterdam Junction", + "state": "NY", + "latitude": "42.876756", + "longitude": "-74.054520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12151", + "city": "Round Lake", + "state": "NY", + "latitude": "42.932326", + "longitude": "-73.793630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12153", + "city": "Sand Lake", + "state": "NY", + "latitude": "42.638579", + "longitude": "-73.480510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12154", + "city": "Schaghticoke", + "state": "NY", + "latitude": "42.925765", + "longitude": "-73.606640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12155", + "city": "Schenevus", + "state": "NY", + "latitude": "42.587708", + "longitude": "-74.835360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12156", + "city": "Schodack Landing", + "state": "NY", + "latitude": "42.479967", + "longitude": "-73.736470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12157", + "city": "Schoharie", + "state": "NY", + "latitude": "42.668825", + "longitude": "-74.301340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12158", + "city": "Selkirk", + "state": "NY", + "latitude": "42.539822", + "longitude": "-73.815450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12159", + "city": "Slingerlands", + "state": "NY", + "latitude": "42.646978", + "longitude": "-73.871510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12160", + "city": "Sloansville", + "state": "NY", + "latitude": "42.757815", + "longitude": "-74.343690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12161", + "city": "South Bethlehem", + "state": "NY", + "latitude": "42.521038", + "longitude": "-73.851898", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12162", + "city": "South Schodack", + "state": "NY", + "latitude": "42.513906", + "longitude": "-73.702443", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12164", + "city": "Speculator", + "state": "NY", + "latitude": "43.515611", + "longitude": "-74.374310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12165", + "city": "Spencertown", + "state": "NY", + "latitude": "42.317959", + "longitude": "-73.518020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12166", + "city": "Sprakers", + "state": "NY", + "latitude": "42.831683", + "longitude": "-74.456670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12167", + "city": "Stamford", + "state": "NY", + "latitude": "42.414519", + "longitude": "-74.595770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12168", + "city": "Stephentown", + "state": "NY", + "latitude": "42.552127", + "longitude": "-73.395930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12169", + "city": "Stephentown", + "state": "NY", + "latitude": "42.576120", + "longitude": "-73.445590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12170", + "city": "Stillwater", + "state": "NY", + "latitude": "42.975154", + "longitude": "-73.665760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12172", + "city": "Stottville", + "state": "NY", + "latitude": "42.285749", + "longitude": "-73.733532", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12173", + "city": "Stuyvesant", + "state": "NY", + "latitude": "42.377829", + "longitude": "-73.759430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12174", + "city": "Stuyvesant Falls", + "state": "NY", + "latitude": "42.343986", + "longitude": "-73.734770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12175", + "city": "Summit", + "state": "NY", + "latitude": "42.559096", + "longitude": "-74.552820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12176", + "city": "Surprise", + "state": "NY", + "latitude": "42.393192", + "longitude": "-73.967630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12177", + "city": "Tribes Hill", + "state": "NY", + "latitude": "42.950020", + "longitude": "-74.296985", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12179", + "city": "Troy", + "state": "NY", + "latitude": "42.711440", + "longitude": "-73.525561", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12180", + "city": "Troy", + "state": "NY", + "latitude": "42.731628", + "longitude": "-73.664650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12181", + "city": "Troy", + "state": "NY", + "latitude": "42.738678", + "longitude": "-73.673862", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12182", + "city": "Troy", + "state": "NY", + "latitude": "42.785887", + "longitude": "-73.662210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12183", + "city": "Troy", + "state": "NY", + "latitude": "42.743289", + "longitude": "-73.694820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12184", + "city": "Valatie", + "state": "NY", + "latitude": "42.426901", + "longitude": "-73.664050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12185", + "city": "Valley Falls", + "state": "NY", + "latitude": "42.884779", + "longitude": "-73.537030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12186", + "city": "Voorheesville", + "state": "NY", + "latitude": "42.638481", + "longitude": "-73.959460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12187", + "city": "Warnerville", + "state": "NY", + "latitude": "42.624507", + "longitude": "-74.467720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12188", + "city": "Waterford", + "state": "NY", + "latitude": "42.805350", + "longitude": "-73.689760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12189", + "city": "Watervliet", + "state": "NY", + "latitude": "42.729278", + "longitude": "-73.709130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12190", + "city": "Wells", + "state": "NY", + "latitude": "43.433050", + "longitude": "-74.290100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12192", + "city": "West Coxsackie", + "state": "NY", + "latitude": "42.413742", + "longitude": "-73.817730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12193", + "city": "Westerlo", + "state": "NY", + "latitude": "42.515818", + "longitude": "-74.049780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12194", + "city": "West Fulton", + "state": "NY", + "latitude": "42.529042", + "longitude": "-74.449370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12195", + "city": "West Lebanon", + "state": "NY", + "latitude": "42.479384", + "longitude": "-73.474809", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12196", + "city": "West Sand Lake", + "state": "NY", + "latitude": "42.631625", + "longitude": "-73.616190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12197", + "city": "Worcester", + "state": "NY", + "latitude": "42.610314", + "longitude": "-74.724010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12198", + "city": "Wynantskill", + "state": "NY", + "latitude": "42.685311", + "longitude": "-73.638010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12201", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12202", + "city": "Albany", + "state": "NY", + "latitude": "42.640129", + "longitude": "-73.760610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12203", + "city": "Albany", + "state": "NY", + "latitude": "42.678112", + "longitude": "-73.829830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12204", + "city": "Albany", + "state": "NY", + "latitude": "42.683727", + "longitude": "-73.733290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12205", + "city": "Albany", + "state": "NY", + "latitude": "42.713328", + "longitude": "-73.817900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12206", + "city": "Albany", + "state": "NY", + "latitude": "42.669645", + "longitude": "-73.777190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12207", + "city": "Albany", + "state": "NY", + "latitude": "42.653979", + "longitude": "-73.748330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12208", + "city": "Albany", + "state": "NY", + "latitude": "42.654978", + "longitude": "-73.800530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12209", + "city": "Albany", + "state": "NY", + "latitude": "42.640813", + "longitude": "-73.785600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12210", + "city": "Albany", + "state": "NY", + "latitude": "42.656679", + "longitude": "-73.758940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12211", + "city": "Albany", + "state": "NY", + "latitude": "42.705345", + "longitude": "-73.769240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12212", + "city": "Albany", + "state": "NY", + "latitude": "42.716774", + "longitude": "-73.810373", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12214", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12220", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12222", + "city": "Albany", + "state": "NY", + "latitude": "42.692909", + "longitude": "-73.838035", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12223", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12224", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12225", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12226", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12227", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12228", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12229", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12230", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12231", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12232", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12233", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12234", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12235", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12236", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12237", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12238", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12239", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12240", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12241", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12242", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12243", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12244", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12245", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12246", + "city": "Albany", + "state": "NY", + "latitude": "42.647079", + "longitude": "-73.750314", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12247", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12248", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12249", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12250", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12252", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12255", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12256", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12257", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12260", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12261", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12262", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12288", + "city": "Albany", + "state": "NY", + "latitude": "42.614852", + "longitude": "-73.970812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12301", + "city": "Schenectady", + "state": "NY", + "latitude": "42.833261", + "longitude": "-74.058015", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12302", + "city": "Schenectady", + "state": "NY", + "latitude": "42.862193", + "longitude": "-73.963170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12303", + "city": "Schenectady", + "state": "NY", + "latitude": "42.769009", + "longitude": "-73.936190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12304", + "city": "Schenectady", + "state": "NY", + "latitude": "42.779026", + "longitude": "-73.905070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12305", + "city": "Schenectady", + "state": "NY", + "latitude": "42.814476", + "longitude": "-73.943370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12306", + "city": "Schenectady", + "state": "NY", + "latitude": "42.793326", + "longitude": "-73.989420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12307", + "city": "Schenectady", + "state": "NY", + "latitude": "42.804076", + "longitude": "-73.935710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12308", + "city": "Schenectady", + "state": "NY", + "latitude": "42.820909", + "longitude": "-73.920020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12309", + "city": "Schenectady", + "state": "NY", + "latitude": "42.800276", + "longitude": "-73.880960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12325", + "city": "Schenectady", + "state": "NY", + "latitude": "42.833261", + "longitude": "-74.058015", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12345", + "city": "Schenectady", + "state": "NY", + "latitude": "42.833261", + "longitude": "-74.058015", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12401", + "city": "Kingston", + "state": "NY", + "latitude": "41.932315", + "longitude": "-74.022590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12402", + "city": "Kingston", + "state": "NY", + "latitude": "41.878801", + "longitude": "-74.345684", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12404", + "city": "Accord", + "state": "NY", + "latitude": "41.811322", + "longitude": "-74.234710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12405", + "city": "Acra", + "state": "NY", + "latitude": "42.320081", + "longitude": "-74.072880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12406", + "city": "Arkville", + "state": "NY", + "latitude": "42.130111", + "longitude": "-74.575740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12407", + "city": "Ashland", + "state": "NY", + "latitude": "42.321453", + "longitude": "-74.339260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12409", + "city": "Bearsville", + "state": "NY", + "latitude": "42.061841", + "longitude": "-74.160630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12410", + "city": "Big Indian", + "state": "NY", + "latitude": "42.114646", + "longitude": "-74.455700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12411", + "city": "Bloomington", + "state": "NY", + "latitude": "41.879160", + "longitude": "-74.039950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12412", + "city": "Boiceville", + "state": "NY", + "latitude": "42.001351", + "longitude": "-74.261900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12413", + "city": "Cairo", + "state": "NY", + "latitude": "42.307982", + "longitude": "-74.008000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12414", + "city": "Catskill", + "state": "NY", + "latitude": "42.223002", + "longitude": "-73.904520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12416", + "city": "Chichester", + "state": "NY", + "latitude": "42.105611", + "longitude": "-74.291430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12417", + "city": "Connelly", + "state": "NY", + "latitude": "41.907604", + "longitude": "-73.989254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12418", + "city": "Cornwallville", + "state": "NY", + "latitude": "42.357579", + "longitude": "-74.151360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12419", + "city": "Cottekill", + "state": "NY", + "latitude": "41.852449", + "longitude": "-74.106050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12420", + "city": "Cragsmoor", + "state": "NY", + "latitude": "41.674288", + "longitude": "-74.378330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12421", + "city": "Denver", + "state": "NY", + "latitude": "42.249541", + "longitude": "-74.545580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12422", + "city": "Durham", + "state": "NY", + "latitude": "42.390291", + "longitude": "-74.201640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12423", + "city": "East Durham", + "state": "NY", + "latitude": "42.378679", + "longitude": "-74.104430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12424", + "city": "East Jewett", + "state": "NY", + "latitude": "42.240343", + "longitude": "-74.159320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12427", + "city": "Elka Park", + "state": "NY", + "latitude": "42.167622", + "longitude": "-74.153060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12428", + "city": "Ellenville", + "state": "NY", + "latitude": "41.727588", + "longitude": "-74.420610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12429", + "city": "Esopus", + "state": "NY", + "latitude": "41.816628", + "longitude": "-73.978240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12430", + "city": "Fleischmanns", + "state": "NY", + "latitude": "42.183262", + "longitude": "-74.521540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12431", + "city": "Freehold", + "state": "NY", + "latitude": "42.361838", + "longitude": "-74.024710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12432", + "city": "Glasco", + "state": "NY", + "latitude": "41.949795", + "longitude": "-74.003246", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12433", + "city": "Glenford", + "state": "NY", + "latitude": "42.000093", + "longitude": "-74.159460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12434", + "city": "Grand Gorge", + "state": "NY", + "latitude": "42.368009", + "longitude": "-74.501370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12435", + "city": "Greenfield Park", + "state": "NY", + "latitude": "41.725808", + "longitude": "-74.521060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12436", + "city": "Haines Falls", + "state": "NY", + "latitude": "42.195510", + "longitude": "-74.102319", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12438", + "city": "Halcottsville", + "state": "NY", + "latitude": "42.183045", + "longitude": "-74.925617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12439", + "city": "Hensonville", + "state": "NY", + "latitude": "42.302596", + "longitude": "-74.227110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12440", + "city": "High Falls", + "state": "NY", + "latitude": "41.801696", + "longitude": "-74.141870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12441", + "city": "Highmount", + "state": "NY", + "latitude": "41.878801", + "longitude": "-74.345684", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12442", + "city": "Hunter", + "state": "NY", + "latitude": "42.222061", + "longitude": "-74.234180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12443", + "city": "Hurley", + "state": "NY", + "latitude": "41.926740", + "longitude": "-74.067970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12444", + "city": "Jewett", + "state": "NY", + "latitude": "42.260634", + "longitude": "-74.275270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12446", + "city": "Kerhonkson", + "state": "NY", + "latitude": "41.790385", + "longitude": "-74.304130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12447", + "city": "Saugerties", + "state": "NY", + "latitude": "42.039355", + "longitude": "-74.067014", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12448", + "city": "Lake Hill", + "state": "NY", + "latitude": "42.073259", + "longitude": "-74.189300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12449", + "city": "Lake Katrine", + "state": "NY", + "latitude": "41.993639", + "longitude": "-73.998430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12450", + "city": "Lanesville", + "state": "NY", + "latitude": "42.157937", + "longitude": "-74.230340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12451", + "city": "Leeds", + "state": "NY", + "latitude": "42.281117", + "longitude": "-73.940060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12452", + "city": "Lexington", + "state": "NY", + "latitude": "42.223407", + "longitude": "-74.386635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12453", + "city": "Malden On Hudson", + "state": "NY", + "latitude": "42.098698", + "longitude": "-73.935418", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12454", + "city": "Maplecrest", + "state": "NY", + "latitude": "42.280261", + "longitude": "-74.183490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12455", + "city": "Margaretville", + "state": "NY", + "latitude": "42.151449", + "longitude": "-74.642610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12456", + "city": "Mount Marion", + "state": "NY", + "latitude": "42.034256", + "longitude": "-73.998760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12457", + "city": "Mount Tremper", + "state": "NY", + "latitude": "42.038539", + "longitude": "-74.239050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12458", + "city": "Napanoch", + "state": "NY", + "latitude": "41.802898", + "longitude": "-74.400250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12459", + "city": "New Kingston", + "state": "NY", + "latitude": "42.227987", + "longitude": "-74.689120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12460", + "city": "Oak Hill", + "state": "NY", + "latitude": "42.406464", + "longitude": "-74.156920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12461", + "city": "Olivebridge", + "state": "NY", + "latitude": "41.912356", + "longitude": "-74.247240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12463", + "city": "Palenville", + "state": "NY", + "latitude": "42.174411", + "longitude": "-74.015990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12464", + "city": "Phoenicia", + "state": "NY", + "latitude": "42.081269", + "longitude": "-74.326290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12465", + "city": "Pine Hill", + "state": "NY", + "latitude": "42.136293", + "longitude": "-74.473639", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12466", + "city": "Port Ewen", + "state": "NY", + "latitude": "41.905004", + "longitude": "-73.979570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12468", + "city": "Prattsville", + "state": "NY", + "latitude": "42.297725", + "longitude": "-74.400630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12469", + "city": "Preston Hollow", + "state": "NY", + "latitude": "42.442592", + "longitude": "-74.241590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12470", + "city": "Purling", + "state": "NY", + "latitude": "42.284773", + "longitude": "-74.023880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12471", + "city": "Rifton", + "state": "NY", + "latitude": "41.839620", + "longitude": "-74.040330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12472", + "city": "Rosendale", + "state": "NY", + "latitude": "41.846938", + "longitude": "-74.076020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12473", + "city": "Round Top", + "state": "NY", + "latitude": "42.260709", + "longitude": "-74.030780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12474", + "city": "Roxbury", + "state": "NY", + "latitude": "42.285644", + "longitude": "-74.590110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12475", + "city": "Ruby", + "state": "NY", + "latitude": "42.017632", + "longitude": "-74.007868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12477", + "city": "Saugerties", + "state": "NY", + "latitude": "42.085634", + "longitude": "-73.976850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12480", + "city": "Shandaken", + "state": "NY", + "latitude": "42.142121", + "longitude": "-74.406500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12481", + "city": "Shokan", + "state": "NY", + "latitude": "41.974857", + "longitude": "-74.206860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12482", + "city": "South Cairo", + "state": "NY", + "latitude": "42.270559", + "longitude": "-73.957290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12483", + "city": "Spring Glen", + "state": "NY", + "latitude": "41.663895", + "longitude": "-74.424533", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12484", + "city": "Stone Ridge", + "state": "NY", + "latitude": "41.850294", + "longitude": "-74.166190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12485", + "city": "Tannersville", + "state": "NY", + "latitude": "42.199479", + "longitude": "-74.125140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12486", + "city": "Tillson", + "state": "NY", + "latitude": "41.831082", + "longitude": "-74.072070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12487", + "city": "Ulster Park", + "state": "NY", + "latitude": "41.855761", + "longitude": "-73.992070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12489", + "city": "Wawarsing", + "state": "NY", + "latitude": "41.757766", + "longitude": "-74.353920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12490", + "city": "West Camp", + "state": "NY", + "latitude": "42.108689", + "longitude": "-73.934577", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12491", + "city": "West Hurley", + "state": "NY", + "latitude": "41.998199", + "longitude": "-74.109670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12492", + "city": "West Kill", + "state": "NY", + "latitude": "42.209414", + "longitude": "-74.347670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12493", + "city": "West Park", + "state": "NY", + "latitude": "41.805576", + "longitude": "-73.968450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12494", + "city": "West Shokan", + "state": "NY", + "latitude": "41.961316", + "longitude": "-74.276870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12495", + "city": "Willow", + "state": "NY", + "latitude": "42.080232", + "longitude": "-74.248010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12496", + "city": "Windham", + "state": "NY", + "latitude": "42.326918", + "longitude": "-74.246570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12498", + "city": "Woodstock", + "state": "NY", + "latitude": "42.037356", + "longitude": "-74.110160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12501", + "city": "Amenia", + "state": "NY", + "latitude": "41.852959", + "longitude": "-73.557270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12502", + "city": "Ancram", + "state": "NY", + "latitude": "42.086628", + "longitude": "-73.664200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12503", + "city": "Ancramdale", + "state": "NY", + "latitude": "42.045941", + "longitude": "-73.577920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12504", + "city": "Annandale On Hudson", + "state": "NY", + "latitude": "42.035434", + "longitude": "-73.909234", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12506", + "city": "Bangall", + "state": "NY", + "latitude": "41.759905", + "longitude": "-73.743714", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12507", + "city": "Barrytown", + "state": "NY", + "latitude": "42.005984", + "longitude": "-73.921320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12508", + "city": "Beacon", + "state": "NY", + "latitude": "41.505993", + "longitude": "-73.961980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12509", + "city": "La Grange", + "state": "NY", + "latitude": "41.643599", + "longitude": "-73.847176", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12510", + "city": "Billings", + "state": "NY", + "latitude": "41.759905", + "longitude": "-73.743714", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12511", + "city": "Castle Point", + "state": "NY", + "latitude": "41.759905", + "longitude": "-73.743714", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12512", + "city": "Chelsea", + "state": "NY", + "latitude": "41.552793", + "longitude": "-73.968183", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12513", + "city": "Claverack", + "state": "NY", + "latitude": "42.220962", + "longitude": "-73.711820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12514", + "city": "Clinton Corners", + "state": "NY", + "latitude": "41.874183", + "longitude": "-73.767270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12515", + "city": "Clintondale", + "state": "NY", + "latitude": "41.681096", + "longitude": "-74.064210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12516", + "city": "Copake", + "state": "NY", + "latitude": "42.112895", + "longitude": "-73.562010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12517", + "city": "Copake Falls", + "state": "NY", + "latitude": "42.144585", + "longitude": "-73.514630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12518", + "city": "Cornwall", + "state": "NY", + "latitude": "41.434476", + "longitude": "-74.035840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12520", + "city": "Cornwall On Hudson", + "state": "NY", + "latitude": "41.442589", + "longitude": "-74.013890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12521", + "city": "Craryville", + "state": "NY", + "latitude": "42.176216", + "longitude": "-73.650360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12522", + "city": "Dover Plains", + "state": "NY", + "latitude": "41.738853", + "longitude": "-73.589210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12523", + "city": "Elizaville", + "state": "NY", + "latitude": "42.080964", + "longitude": "-73.778560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12524", + "city": "Fishkill", + "state": "NY", + "latitude": "41.537232", + "longitude": "-73.897200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12525", + "city": "Gardiner", + "state": "NY", + "latitude": "41.691524", + "longitude": "-74.187640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12526", + "city": "Germantown", + "state": "NY", + "latitude": "42.123977", + "longitude": "-73.861990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12527", + "city": "Glenham", + "state": "NY", + "latitude": "41.520249", + "longitude": "-73.933259", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12528", + "city": "Highland", + "state": "NY", + "latitude": "41.713682", + "longitude": "-73.996500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12529", + "city": "Hillsdale", + "state": "NY", + "latitude": "42.204681", + "longitude": "-73.547750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12530", + "city": "Hollowville", + "state": "NY", + "latitude": "42.210991", + "longitude": "-73.687001", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12531", + "city": "Holmes", + "state": "NY", + "latitude": "41.519085", + "longitude": "-73.672410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12533", + "city": "Hopewell Junction", + "state": "NY", + "latitude": "41.573253", + "longitude": "-73.793470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12534", + "city": "Hudson", + "state": "NY", + "latitude": "42.229480", + "longitude": "-73.758460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12537", + "city": "Hughsonville", + "state": "NY", + "latitude": "41.582437", + "longitude": "-73.936281", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12538", + "city": "Hyde Park", + "state": "NY", + "latitude": "41.779541", + "longitude": "-73.901550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12540", + "city": "Lagrangeville", + "state": "NY", + "latitude": "41.656933", + "longitude": "-73.745390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12541", + "city": "Livingston", + "state": "NY", + "latitude": "42.142068", + "longitude": "-73.757399", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12542", + "city": "Marlboro", + "state": "NY", + "latitude": "41.603333", + "longitude": "-73.984150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12543", + "city": "Maybrook", + "state": "NY", + "latitude": "41.484988", + "longitude": "-74.216100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12544", + "city": "Mellenville", + "state": "NY", + "latitude": "42.259623", + "longitude": "-73.667962", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12545", + "city": "Millbrook", + "state": "NY", + "latitude": "41.785109", + "longitude": "-73.680750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12546", + "city": "Millerton", + "state": "NY", + "latitude": "41.961002", + "longitude": "-73.520110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12547", + "city": "Milton", + "state": "NY", + "latitude": "41.656805", + "longitude": "-73.968310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12548", + "city": "Modena", + "state": "NY", + "latitude": "41.664239", + "longitude": "-74.110600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12549", + "city": "Montgomery", + "state": "NY", + "latitude": "41.520396", + "longitude": "-74.247120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12550", + "city": "Newburgh", + "state": "NY", + "latitude": "41.521593", + "longitude": "-74.040720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12551", + "city": "Newburgh", + "state": "NY", + "latitude": "41.387822", + "longitude": "-74.354699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12552", + "city": "Newburgh", + "state": "NY", + "latitude": "41.387822", + "longitude": "-74.354699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12553", + "city": "New Windsor", + "state": "NY", + "latitude": "41.463590", + "longitude": "-74.059750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12555", + "city": "Mid Hudson", + "state": "NY", + "latitude": "41.387822", + "longitude": "-74.354699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12557", + "city": "Newburgh", + "state": "NY", + "latitude": "41.507368", + "longitude": "-74.061301", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12561", + "city": "New Paltz", + "state": "NY", + "latitude": "41.751566", + "longitude": "-74.094750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12563", + "city": "Patterson", + "state": "NY", + "latitude": "41.483689", + "longitude": "-73.572930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12564", + "city": "Pawling", + "state": "NY", + "latitude": "41.570328", + "longitude": "-73.598250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12565", + "city": "Philmont", + "state": "NY", + "latitude": "42.248620", + "longitude": "-73.647600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12566", + "city": "Pine Bush", + "state": "NY", + "latitude": "41.611340", + "longitude": "-74.327640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12567", + "city": "Pine Plains", + "state": "NY", + "latitude": "41.997807", + "longitude": "-73.666630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12568", + "city": "Plattekill", + "state": "NY", + "latitude": "41.641207", + "longitude": "-74.078050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12569", + "city": "Pleasant Valley", + "state": "NY", + "latitude": "41.746469", + "longitude": "-73.804140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12570", + "city": "Poughquag", + "state": "NY", + "latitude": "41.614667", + "longitude": "-73.677090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12571", + "city": "Red Hook", + "state": "NY", + "latitude": "42.002691", + "longitude": "-73.844200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12572", + "city": "Rhinebeck", + "state": "NY", + "latitude": "41.930983", + "longitude": "-73.882710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12574", + "city": "Rhinecliff", + "state": "NY", + "latitude": "41.915068", + "longitude": "-73.951730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12575", + "city": "Rock Tavern", + "state": "NY", + "latitude": "41.478722", + "longitude": "-74.156260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12577", + "city": "Salisbury Mills", + "state": "NY", + "latitude": "41.433856", + "longitude": "-74.119630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12578", + "city": "Salt Point", + "state": "NY", + "latitude": "41.803384", + "longitude": "-73.781470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12580", + "city": "Staatsburg", + "state": "NY", + "latitude": "41.854465", + "longitude": "-73.899220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12581", + "city": "Stanfordville", + "state": "NY", + "latitude": "41.891870", + "longitude": "-73.698880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12582", + "city": "Stormville", + "state": "NY", + "latitude": "41.549525", + "longitude": "-73.727450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12583", + "city": "Tivoli", + "state": "NY", + "latitude": "42.060034", + "longitude": "-73.883930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12584", + "city": "Vails Gate", + "state": "NY", + "latitude": "41.464073", + "longitude": "-74.059104", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12585", + "city": "Verbank", + "state": "NY", + "latitude": "41.721384", + "longitude": "-73.716200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12586", + "city": "Walden", + "state": "NY", + "latitude": "41.563701", + "longitude": "-74.175500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12588", + "city": "Walker Valley", + "state": "NY", + "latitude": "41.878801", + "longitude": "-74.345684", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12589", + "city": "Wallkill", + "state": "NY", + "latitude": "41.615036", + "longitude": "-74.154610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12590", + "city": "Wappingers Falls", + "state": "NY", + "latitude": "41.594660", + "longitude": "-73.895790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12592", + "city": "Wassaic", + "state": "NY", + "latitude": "41.782781", + "longitude": "-73.557920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12593", + "city": "West Copake", + "state": "NY", + "latitude": "42.243991", + "longitude": "-73.641076", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12594", + "city": "Wingdale", + "state": "NY", + "latitude": "41.646584", + "longitude": "-73.562090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12601", + "city": "Poughkeepsie", + "state": "NY", + "latitude": "41.701443", + "longitude": "-73.919220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12602", + "city": "Poughkeepsie", + "state": "NY", + "latitude": "41.759905", + "longitude": "-73.743714", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12603", + "city": "Poughkeepsie", + "state": "NY", + "latitude": "41.670860", + "longitude": "-73.881070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12604", + "city": "Poughkeepsie", + "state": "NY", + "latitude": "41.759905", + "longitude": "-73.743714", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12697", + "city": "Moira", + "state": "NY", + "latitude": "44.776061", + "longitude": "-74.596249", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12701", + "city": "Monticello", + "state": "NY", + "latitude": "41.653071", + "longitude": "-74.697480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12710", + "city": "Neversink", + "state": "NY", + "latitude": "41.818926", + "longitude": "-74.521638", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12719", + "city": "Barryville", + "state": "NY", + "latitude": "41.480326", + "longitude": "-74.926940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12720", + "city": "Bethel", + "state": "NY", + "latitude": "41.660230", + "longitude": "-74.904380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12721", + "city": "Bloomingburg", + "state": "NY", + "latitude": "41.564426", + "longitude": "-74.426500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12722", + "city": "Burlingham", + "state": "NY", + "latitude": "41.719016", + "longitude": "-74.755373", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12723", + "city": "Callicoon", + "state": "NY", + "latitude": "41.769427", + "longitude": "-75.028080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12724", + "city": "Callicoon Center", + "state": "NY", + "latitude": "41.858278", + "longitude": "-74.950340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12725", + "city": "Claryville", + "state": "NY", + "latitude": "41.926119", + "longitude": "-74.556750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12726", + "city": "Cochecton", + "state": "NY", + "latitude": "41.694153", + "longitude": "-74.975930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12727", + "city": "Cochecton Center", + "state": "NY", + "latitude": "41.657225", + "longitude": "-74.981610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12729", + "city": "Cuddebackville", + "state": "NY", + "latitude": "41.475235", + "longitude": "-74.602760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12732", + "city": "Eldred", + "state": "NY", + "latitude": "41.545318", + "longitude": "-74.875330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12733", + "city": "Fallsburg", + "state": "NY", + "latitude": "41.732505", + "longitude": "-74.608960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12734", + "city": "Ferndale", + "state": "NY", + "latitude": "41.734913", + "longitude": "-74.750130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12736", + "city": "Fremont Center", + "state": "NY", + "latitude": "41.848244", + "longitude": "-75.038780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12737", + "city": "Glen Spey", + "state": "NY", + "latitude": "41.483970", + "longitude": "-74.811860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12738", + "city": "Glen Wild", + "state": "NY", + "latitude": "41.648888", + "longitude": "-74.570640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12739", + "city": "Godeffroy", + "state": "NY", + "latitude": "41.437427", + "longitude": "-74.603220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12740", + "city": "Grahamsville", + "state": "NY", + "latitude": "41.853040", + "longitude": "-74.529150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12741", + "city": "Hankins", + "state": "NY", + "latitude": "41.838672", + "longitude": "-75.087180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12742", + "city": "Harris", + "state": "NY", + "latitude": "41.720235", + "longitude": "-74.729010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12743", + "city": "Highland Lake", + "state": "NY", + "latitude": "41.534810", + "longitude": "-74.846560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12745", + "city": "Hortonville", + "state": "NY", + "latitude": "41.762944", + "longitude": "-75.030592", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12746", + "city": "Huguenot", + "state": "NY", + "latitude": "41.436732", + "longitude": "-74.645580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12747", + "city": "Hurleyville", + "state": "NY", + "latitude": "41.752458", + "longitude": "-74.669960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12748", + "city": "Jeffersonville", + "state": "NY", + "latitude": "41.774223", + "longitude": "-74.922110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12749", + "city": "Kauneonga Lake", + "state": "NY", + "latitude": "41.689600", + "longitude": "-74.827200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12750", + "city": "Kenoza Lake", + "state": "NY", + "latitude": "41.729581", + "longitude": "-74.961146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12751", + "city": "Kiamesha Lake", + "state": "NY", + "latitude": "41.679152", + "longitude": "-74.657000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12752", + "city": "Lake Huntington", + "state": "NY", + "latitude": "41.677243", + "longitude": "-74.991090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12754", + "city": "Liberty", + "state": "NY", + "latitude": "41.798476", + "longitude": "-74.736100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12755", + "city": "Ellenburg", + "state": "NY", + "latitude": "44.842975", + "longitude": "-73.973533", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12756", + "city": "Livingston Manor", + "state": "NY", + "latitude": "41.900542", + "longitude": "-74.827587", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12758", + "city": "Livingston Manor", + "state": "NY", + "latitude": "41.920201", + "longitude": "-74.785700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12759", + "city": "Loch Sheldrake", + "state": "NY", + "latitude": "41.780299", + "longitude": "-74.656180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12760", + "city": "Long Eddy", + "state": "NY", + "latitude": "41.901849", + "longitude": "-75.104930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12762", + "city": "Mongaup Valley", + "state": "NY", + "latitude": "41.676676", + "longitude": "-74.806740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12763", + "city": "Mountain Dale", + "state": "NY", + "latitude": "41.690795", + "longitude": "-74.522730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12764", + "city": "Narrowsburg", + "state": "NY", + "latitude": "41.588604", + "longitude": "-74.993850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12765", + "city": "Neversink", + "state": "NY", + "latitude": "41.845381", + "longitude": "-74.614270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12766", + "city": "North Branch", + "state": "NY", + "latitude": "41.815316", + "longitude": "-74.979950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12767", + "city": "Obernburg", + "state": "NY", + "latitude": "41.719016", + "longitude": "-74.755373", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12768", + "city": "Parksville", + "state": "NY", + "latitude": "41.864326", + "longitude": "-74.729610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12769", + "city": "Phillipsport", + "state": "NY", + "latitude": "41.651453", + "longitude": "-74.436159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12770", + "city": "Pond Eddy", + "state": "NY", + "latitude": "41.445150", + "longitude": "-74.840030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12771", + "city": "Port Jervis", + "state": "NY", + "latitude": "41.374734", + "longitude": "-74.663150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12775", + "city": "Rock Hill", + "state": "NY", + "latitude": "41.614218", + "longitude": "-74.588360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12776", + "city": "Roscoe", + "state": "NY", + "latitude": "41.948360", + "longitude": "-74.944750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12777", + "city": "Forestburgh", + "state": "NY", + "latitude": "41.562141", + "longitude": "-74.712520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12778", + "city": "Smallwood", + "state": "NY", + "latitude": "41.659740", + "longitude": "-74.812000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12779", + "city": "South Fallsburg", + "state": "NY", + "latitude": "41.705649", + "longitude": "-74.629850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12780", + "city": "Sparrow Bush", + "state": "NY", + "latitude": "41.429425", + "longitude": "-74.722440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12781", + "city": "Summitville", + "state": "NY", + "latitude": "41.719016", + "longitude": "-74.755373", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12782", + "city": "Sundown", + "state": "NY", + "latitude": "41.881485", + "longitude": "-74.430063", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12783", + "city": "Swan Lake", + "state": "NY", + "latitude": "41.736523", + "longitude": "-74.826340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12784", + "city": "Thompsonville", + "state": "NY", + "latitude": "41.676139", + "longitude": "-74.621700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12785", + "city": "Westbrookville", + "state": "NY", + "latitude": "41.518125", + "longitude": "-74.575660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12786", + "city": "White Lake", + "state": "NY", + "latitude": "41.649008", + "longitude": "-74.857510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12787", + "city": "White Sulphur Springs", + "state": "NY", + "latitude": "41.808540", + "longitude": "-74.845990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12788", + "city": "Woodbourne", + "state": "NY", + "latitude": "41.784477", + "longitude": "-74.591090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12789", + "city": "Woodridge", + "state": "NY", + "latitude": "41.708062", + "longitude": "-74.569800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12790", + "city": "Wurtsboro", + "state": "NY", + "latitude": "41.592087", + "longitude": "-74.506770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12791", + "city": "Youngsville", + "state": "NY", + "latitude": "41.807694", + "longitude": "-74.879570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12792", + "city": "Yulan", + "state": "NY", + "latitude": "41.522825", + "longitude": "-74.931640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12793", + "city": "Bethel", + "state": "NY", + "latitude": "41.736963", + "longitude": "-74.797524", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12801", + "city": "Glens Falls", + "state": "NY", + "latitude": "43.312104", + "longitude": "-73.648250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12803", + "city": "South Glens Falls", + "state": "NY", + "latitude": "43.288818", + "longitude": "-73.636430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12804", + "city": "Queensbury", + "state": "NY", + "latitude": "43.330471", + "longitude": "-73.678160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12805", + "city": "Argyle", + "state": "NY", + "latitude": "43.246117", + "longitude": "-73.455519", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12807", + "city": "New Baltimore", + "state": "NY", + "latitude": "42.425733", + "longitude": "-73.899871", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12808", + "city": "Adirondack", + "state": "NY", + "latitude": "43.758733", + "longitude": "-73.762060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12809", + "city": "Argyle", + "state": "NY", + "latitude": "43.229054", + "longitude": "-73.467400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12810", + "city": "Athol", + "state": "NY", + "latitude": "43.484741", + "longitude": "-73.891510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12811", + "city": "Bakers Mills", + "state": "NY", + "latitude": "43.624220", + "longitude": "-74.061201", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12812", + "city": "Blue Mountain Lake", + "state": "NY", + "latitude": "43.865351", + "longitude": "-74.433660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12814", + "city": "Bolton Landing", + "state": "NY", + "latitude": "43.582318", + "longitude": "-73.655150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12815", + "city": "Brant Lake", + "state": "NY", + "latitude": "43.703484", + "longitude": "-73.711230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12816", + "city": "Cambridge", + "state": "NY", + "latitude": "43.039226", + "longitude": "-73.385570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12817", + "city": "Chestertown", + "state": "NY", + "latitude": "43.638919", + "longitude": "-73.817820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12819", + "city": "Clemons", + "state": "NY", + "latitude": "43.583211", + "longitude": "-73.478520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12820", + "city": "Cleverdale", + "state": "NY", + "latitude": "43.471810", + "longitude": "-73.639291", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12821", + "city": "Comstock", + "state": "NY", + "latitude": "43.461692", + "longitude": "-73.401970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12822", + "city": "Corinth", + "state": "NY", + "latitude": "43.248892", + "longitude": "-73.851720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12823", + "city": "Cossayuna", + "state": "NY", + "latitude": "43.178983", + "longitude": "-73.407670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12824", + "city": "Diamond Point", + "state": "NY", + "latitude": "43.509640", + "longitude": "-73.697760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12825", + "city": "Queensbury", + "state": "NY", + "latitude": "42.973468", + "longitude": "-74.406393", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12827", + "city": "Fort Ann", + "state": "NY", + "latitude": "43.414017", + "longitude": "-73.504640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12828", + "city": "Fort Edward", + "state": "NY", + "latitude": "43.253125", + "longitude": "-73.585490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12830", + "city": "Wilton", + "state": "NY", + "latitude": "43.129430", + "longitude": "-73.712415", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12831", + "city": "Gansevoort", + "state": "NY", + "latitude": "43.174566", + "longitude": "-73.688480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12832", + "city": "Granville", + "state": "NY", + "latitude": "43.376197", + "longitude": "-73.311530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12833", + "city": "Greenfield Center", + "state": "NY", + "latitude": "43.128878", + "longitude": "-73.855500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12834", + "city": "Greenwich", + "state": "NY", + "latitude": "43.095447", + "longitude": "-73.501770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12835", + "city": "Hadley", + "state": "NY", + "latitude": "43.292593", + "longitude": "-73.978000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12836", + "city": "Hague", + "state": "NY", + "latitude": "43.750773", + "longitude": "-73.518810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12837", + "city": "Hampton", + "state": "NY", + "latitude": "43.500423", + "longitude": "-73.260440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12838", + "city": "Hartford", + "state": "NY", + "latitude": "43.345875", + "longitude": "-73.406510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12839", + "city": "Hudson Falls", + "state": "NY", + "latitude": "43.316622", + "longitude": "-73.573500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12841", + "city": "Huletts Landing", + "state": "NY", + "latitude": "43.642332", + "longitude": "-73.509480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12842", + "city": "Indian Lake", + "state": "NY", + "latitude": "43.761451", + "longitude": "-74.266310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12843", + "city": "Johnsburg", + "state": "NY", + "latitude": "43.569961", + "longitude": "-73.983450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12844", + "city": "Kattskill Bay", + "state": "NY", + "latitude": "43.495335", + "longitude": "-73.629870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12845", + "city": "Lake George", + "state": "NY", + "latitude": "43.419280", + "longitude": "-73.707660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12846", + "city": "Lake Luzerne", + "state": "NY", + "latitude": "43.329851", + "longitude": "-73.829110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12847", + "city": "Long Lake", + "state": "NY", + "latitude": "43.976430", + "longitude": "-74.566690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12848", + "city": "Middle Falls", + "state": "NY", + "latitude": "43.100123", + "longitude": "-73.524554", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12849", + "city": "Middle Granville", + "state": "NY", + "latitude": "43.433107", + "longitude": "-73.291520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12850", + "city": "Middle Grove", + "state": "NY", + "latitude": "43.092312", + "longitude": "-73.970330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12851", + "city": "Minerva", + "state": "NY", + "latitude": "43.841369", + "longitude": "-74.037470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12852", + "city": "Newcomb", + "state": "NY", + "latitude": "43.972307", + "longitude": "-74.153210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12853", + "city": "North Creek", + "state": "NY", + "latitude": "43.683067", + "longitude": "-73.974570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12854", + "city": "North Granville", + "state": "NY", + "latitude": "43.452517", + "longitude": "-73.340950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12855", + "city": "North Hudson", + "state": "NY", + "latitude": "43.996303", + "longitude": "-73.721470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12856", + "city": "North River", + "state": "NY", + "latitude": "43.722082", + "longitude": "-74.105460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12857", + "city": "Olmstedville", + "state": "NY", + "latitude": "43.795443", + "longitude": "-73.939940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12858", + "city": "Paradox", + "state": "NY", + "latitude": "43.888754", + "longitude": "-73.658120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12859", + "city": "Porter Corners", + "state": "NY", + "latitude": "43.182144", + "longitude": "-73.886890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12860", + "city": "Pottersville", + "state": "NY", + "latitude": "43.719612", + "longitude": "-73.811160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12861", + "city": "Putnam Station", + "state": "NY", + "latitude": "43.745310", + "longitude": "-73.415690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12862", + "city": "Riparius", + "state": "NY", + "latitude": "43.675377", + "longitude": "-73.932509", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12863", + "city": "Rock City Falls", + "state": "NY", + "latitude": "43.067531", + "longitude": "-73.930020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12864", + "city": "Sabael", + "state": "NY", + "latitude": "43.667618", + "longitude": "-74.456913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12865", + "city": "Salem", + "state": "NY", + "latitude": "43.200351", + "longitude": "-73.352600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12866", + "city": "Saratoga Springs", + "state": "NY", + "latitude": "43.080399", + "longitude": "-73.770380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12870", + "city": "Schroon Lake", + "state": "NY", + "latitude": "43.835376", + "longitude": "-73.758020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12871", + "city": "Schuylerville", + "state": "NY", + "latitude": "43.088919", + "longitude": "-73.596330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12872", + "city": "Severance", + "state": "NY", + "latitude": "44.145678", + "longitude": "-73.815204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12873", + "city": "Shushan", + "state": "NY", + "latitude": "43.115950", + "longitude": "-73.318520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12874", + "city": "Silver Bay", + "state": "NY", + "latitude": "43.685475", + "longitude": "-73.507670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12877", + "city": "Whitehall", + "state": "NY", + "latitude": "43.618466", + "longitude": "-73.354596", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12878", + "city": "Stony Creek", + "state": "NY", + "latitude": "43.426652", + "longitude": "-73.961740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12879", + "city": "Newcomb", + "state": "NY", + "latitude": "44.145678", + "longitude": "-73.815204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12883", + "city": "Ticonderoga", + "state": "NY", + "latitude": "43.858226", + "longitude": "-73.454140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12884", + "city": "Victory Mills", + "state": "NY", + "latitude": "43.088397", + "longitude": "-73.591652", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12885", + "city": "Warrensburg", + "state": "NY", + "latitude": "43.538744", + "longitude": "-73.805270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12886", + "city": "Wevertown", + "state": "NY", + "latitude": "43.638462", + "longitude": "-73.916930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12887", + "city": "Whitehall", + "state": "NY", + "latitude": "43.547822", + "longitude": "-73.383180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12901", + "city": "Plattsburgh", + "state": "NY", + "latitude": "44.693271", + "longitude": "-73.466170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12903", + "city": "Plattsburgh", + "state": "NY", + "latitude": "44.683468", + "longitude": "-73.446390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12910", + "city": "Altona", + "state": "NY", + "latitude": "44.879986", + "longitude": "-73.656940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12911", + "city": "Keeseville", + "state": "NY", + "latitude": "44.530527", + "longitude": "-73.467340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12912", + "city": "Au Sable Forks", + "state": "NY", + "latitude": "44.466008", + "longitude": "-73.734410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12913", + "city": "Bloomingdale", + "state": "NY", + "latitude": "44.421547", + "longitude": "-73.992560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12914", + "city": "Bombay", + "state": "NY", + "latitude": "44.927856", + "longitude": "-74.602110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12915", + "city": "Brainardsville", + "state": "NY", + "latitude": "44.552725", + "longitude": "-74.317958", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12916", + "city": "Brushton", + "state": "NY", + "latitude": "44.830736", + "longitude": "-74.514340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12917", + "city": "Burke", + "state": "NY", + "latitude": "44.915973", + "longitude": "-74.165650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12918", + "city": "Cadyville", + "state": "NY", + "latitude": "44.692862", + "longitude": "-73.666670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12919", + "city": "Champlain", + "state": "NY", + "latitude": "44.965887", + "longitude": "-73.436360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12920", + "city": "Chateaugay", + "state": "NY", + "latitude": "44.901543", + "longitude": "-74.060540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12921", + "city": "Chazy", + "state": "NY", + "latitude": "44.888210", + "longitude": "-73.432250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12922", + "city": "Childwold", + "state": "NY", + "latitude": "44.224185", + "longitude": "-74.765390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12923", + "city": "Churubusco", + "state": "NY", + "latitude": "44.948894", + "longitude": "-73.965450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12924", + "city": "Keeseville", + "state": "NY", + "latitude": "44.706561", + "longitude": "-73.744555", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12926", + "city": "Constable", + "state": "NY", + "latitude": "44.953782", + "longitude": "-74.328090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12927", + "city": "Cranberry Lake", + "state": "NY", + "latitude": "44.220971", + "longitude": "-74.850530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12928", + "city": "Crown Point", + "state": "NY", + "latitude": "43.950370", + "longitude": "-73.483570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12929", + "city": "Dannemora", + "state": "NY", + "latitude": "44.847709", + "longitude": "-73.582317", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12930", + "city": "Dickinson Center", + "state": "NY", + "latitude": "44.731571", + "longitude": "-74.534850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12932", + "city": "Elizabethtown", + "state": "NY", + "latitude": "44.212623", + "longitude": "-73.595420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12933", + "city": "Ellenburg", + "state": "NY", + "latitude": "44.881962", + "longitude": "-73.963279", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12934", + "city": "Ellenburg Center", + "state": "NY", + "latitude": "44.865972", + "longitude": "-73.895840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12935", + "city": "Ellenburg Depot", + "state": "NY", + "latitude": "44.832180", + "longitude": "-73.800010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12936", + "city": "Essex", + "state": "NY", + "latitude": "44.259479", + "longitude": "-73.405910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12937", + "city": "Fort Covington", + "state": "NY", + "latitude": "44.972087", + "longitude": "-74.487030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12938", + "city": "Pleasant Valley", + "state": "NY", + "latitude": "41.773053", + "longitude": "-73.856116", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12939", + "city": "Gabriels", + "state": "NY", + "latitude": "44.552725", + "longitude": "-74.317958", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12941", + "city": "Jay", + "state": "NY", + "latitude": "44.391900", + "longitude": "-73.730280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12942", + "city": "Keene", + "state": "NY", + "latitude": "44.254620", + "longitude": "-73.789340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12943", + "city": "Keene Valley", + "state": "NY", + "latitude": "44.171625", + "longitude": "-73.781310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12944", + "city": "Keeseville", + "state": "NY", + "latitude": "44.483465", + "longitude": "-73.480100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12945", + "city": "Lake Clear", + "state": "NY", + "latitude": "44.360566", + "longitude": "-74.258010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12946", + "city": "Lake Placid", + "state": "NY", + "latitude": "44.292147", + "longitude": "-73.959850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12949", + "city": "Lawrenceville", + "state": "NY", + "latitude": "44.746861", + "longitude": "-74.660413", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12950", + "city": "Lewis", + "state": "NY", + "latitude": "44.322102", + "longitude": "-73.540400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12952", + "city": "Lyon Mountain", + "state": "NY", + "latitude": "44.715159", + "longitude": "-73.918240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12953", + "city": "Malone", + "state": "NY", + "latitude": "44.813419", + "longitude": "-74.277200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12955", + "city": "Lyon Mountain", + "state": "NY", + "latitude": "44.787489", + "longitude": "-73.987020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12956", + "city": "Mineville", + "state": "NY", + "latitude": "44.088275", + "longitude": "-73.517450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12957", + "city": "Moira", + "state": "NY", + "latitude": "44.833996", + "longitude": "-74.571600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12958", + "city": "Mooers", + "state": "NY", + "latitude": "44.958106", + "longitude": "-73.580220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12959", + "city": "Mooers Forks", + "state": "NY", + "latitude": "44.951443", + "longitude": "-73.680230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12960", + "city": "Moriah", + "state": "NY", + "latitude": "44.025573", + "longitude": "-73.512870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12961", + "city": "Moriah Center", + "state": "NY", + "latitude": "44.061849", + "longitude": "-73.583840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12962", + "city": "Morrisonville", + "state": "NY", + "latitude": "44.711769", + "longitude": "-73.582190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12964", + "city": "New Russia", + "state": "NY", + "latitude": "44.129094", + "longitude": "-73.647920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12965", + "city": "Nicholville", + "state": "NY", + "latitude": "44.698253", + "longitude": "-74.688430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12966", + "city": "North Bangor", + "state": "NY", + "latitude": "44.812315", + "longitude": "-74.407840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12967", + "city": "North Lawrence", + "state": "NY", + "latitude": "44.784144", + "longitude": "-74.662130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12969", + "city": "Owls Head", + "state": "NY", + "latitude": "44.711622", + "longitude": "-74.096790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12970", + "city": "Paul Smiths", + "state": "NY", + "latitude": "44.454639", + "longitude": "-74.287530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12972", + "city": "Peru", + "state": "NY", + "latitude": "44.563323", + "longitude": "-73.523070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12973", + "city": "Piercefield", + "state": "NY", + "latitude": "44.234289", + "longitude": "-74.555957", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12974", + "city": "Port Henry", + "state": "NY", + "latitude": "44.041901", + "longitude": "-73.461320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12975", + "city": "Port Kent", + "state": "NY", + "latitude": "44.526437", + "longitude": "-73.409243", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12976", + "city": "Rainbow Lake", + "state": "NY", + "latitude": "44.552725", + "longitude": "-74.317958", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12977", + "city": "Ray Brook", + "state": "NY", + "latitude": "44.145678", + "longitude": "-73.815204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12978", + "city": "Redford", + "state": "NY", + "latitude": "44.664956", + "longitude": "-73.761204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12979", + "city": "Rouses Point", + "state": "NY", + "latitude": "44.990606", + "longitude": "-73.370170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12980", + "city": "Saint Regis Falls", + "state": "NY", + "latitude": "44.630910", + "longitude": "-74.537210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12981", + "city": "Saranac", + "state": "NY", + "latitude": "44.617642", + "longitude": "-73.811960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12983", + "city": "Saranac Lake", + "state": "NY", + "latitude": "44.324736", + "longitude": "-74.168430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12985", + "city": "Schuyler Falls", + "state": "NY", + "latitude": "44.589583", + "longitude": "-73.713550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12986", + "city": "Tupper Lake", + "state": "NY", + "latitude": "44.220344", + "longitude": "-74.462990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12987", + "city": "Upper Jay", + "state": "NY", + "latitude": "44.329473", + "longitude": "-73.792820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12989", + "city": "Vermontville", + "state": "NY", + "latitude": "44.519178", + "longitude": "-74.060530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12992", + "city": "West Chazy", + "state": "NY", + "latitude": "44.819829", + "longitude": "-73.511560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12993", + "city": "Westport", + "state": "NY", + "latitude": "44.195201", + "longitude": "-73.471940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12995", + "city": "Whippleville", + "state": "NY", + "latitude": "44.805681", + "longitude": "-74.252254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12996", + "city": "Willsboro", + "state": "NY", + "latitude": "44.373007", + "longitude": "-73.406680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12997", + "city": "Wilmington", + "state": "NY", + "latitude": "44.145678", + "longitude": "-73.815204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "12998", + "city": "Witherbee", + "state": "NY", + "latitude": "44.082670", + "longitude": "-73.530601", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13020", + "city": "Apulia Station", + "state": "NY", + "latitude": "42.823968", + "longitude": "-76.062425", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13021", + "city": "Auburn", + "state": "NY", + "latitude": "42.922273", + "longitude": "-76.558820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13022", + "city": "Auburn", + "state": "NY", + "latitude": "43.163364", + "longitude": "-76.509567", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13024", + "city": "Auburn", + "state": "NY", + "latitude": "43.163364", + "longitude": "-76.509567", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13026", + "city": "Aurora", + "state": "NY", + "latitude": "42.758088", + "longitude": "-76.669980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13027", + "city": "Baldwinsville", + "state": "NY", + "latitude": "43.165134", + "longitude": "-76.339010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13028", + "city": "Bernhards Bay", + "state": "NY", + "latitude": "43.279405", + "longitude": "-75.931070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13029", + "city": "Brewerton", + "state": "NY", + "latitude": "43.225081", + "longitude": "-76.139660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13030", + "city": "Bridgeport", + "state": "NY", + "latitude": "43.164297", + "longitude": "-75.960570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13031", + "city": "Camillus", + "state": "NY", + "latitude": "43.039916", + "longitude": "-76.287570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13032", + "city": "Canastota", + "state": "NY", + "latitude": "43.086439", + "longitude": "-75.764840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13033", + "city": "Cato", + "state": "NY", + "latitude": "43.182054", + "longitude": "-76.571760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13034", + "city": "Cayuga", + "state": "NY", + "latitude": "42.912846", + "longitude": "-76.708180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13035", + "city": "Cazenovia", + "state": "NY", + "latitude": "42.938816", + "longitude": "-75.830370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13036", + "city": "Central Square", + "state": "NY", + "latitude": "43.299689", + "longitude": "-76.151440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13037", + "city": "Chittenango", + "state": "NY", + "latitude": "43.059992", + "longitude": "-75.871160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13039", + "city": "Cicero", + "state": "NY", + "latitude": "43.171707", + "longitude": "-76.095050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13040", + "city": "Cincinnatus", + "state": "NY", + "latitude": "42.560795", + "longitude": "-75.932410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13041", + "city": "Clay", + "state": "NY", + "latitude": "43.183500", + "longitude": "-76.180020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13042", + "city": "Cleveland", + "state": "NY", + "latitude": "43.252084", + "longitude": "-75.848530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13043", + "city": "Clockville", + "state": "NY", + "latitude": "43.042044", + "longitude": "-75.740848", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13044", + "city": "Constantia", + "state": "NY", + "latitude": "43.285470", + "longitude": "-76.001380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13045", + "city": "Cortland", + "state": "NY", + "latitude": "42.591109", + "longitude": "-76.192170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13051", + "city": "Delphi Falls", + "state": "NY", + "latitude": "42.870698", + "longitude": "-75.911280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13052", + "city": "De Ruyter", + "state": "NY", + "latitude": "42.728977", + "longitude": "-75.866330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13053", + "city": "Dryden", + "state": "NY", + "latitude": "42.483348", + "longitude": "-76.279010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13054", + "city": "Durhamville", + "state": "NY", + "latitude": "43.165514", + "longitude": "-75.680910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13056", + "city": "East Homer", + "state": "NY", + "latitude": "42.677155", + "longitude": "-76.105201", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13057", + "city": "East Syracuse", + "state": "NY", + "latitude": "43.074266", + "longitude": "-76.055380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13060", + "city": "Elbridge", + "state": "NY", + "latitude": "43.025843", + "longitude": "-76.425890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13061", + "city": "Erieville", + "state": "NY", + "latitude": "42.859332", + "longitude": "-75.742610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13062", + "city": "Etna", + "state": "NY", + "latitude": "42.484414", + "longitude": "-76.382710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13063", + "city": "Fabius", + "state": "NY", + "latitude": "42.847248", + "longitude": "-75.978180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13064", + "city": "Fair Haven", + "state": "NY", + "latitude": "43.431311", + "longitude": "-76.200448", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13065", + "city": "Fayette", + "state": "NY", + "latitude": "42.822662", + "longitude": "-76.801970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13066", + "city": "Fayetteville", + "state": "NY", + "latitude": "43.028516", + "longitude": "-76.008760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13068", + "city": "Freeville", + "state": "NY", + "latitude": "42.505075", + "longitude": "-76.352830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13069", + "city": "Fulton", + "state": "NY", + "latitude": "43.323470", + "longitude": "-76.400290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13071", + "city": "Genoa", + "state": "NY", + "latitude": "42.677418", + "longitude": "-76.541540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13072", + "city": "Georgetown", + "state": "NY", + "latitude": "42.763823", + "longitude": "-75.751880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13073", + "city": "Groton", + "state": "NY", + "latitude": "42.591961", + "longitude": "-76.393450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13074", + "city": "Hannibal", + "state": "NY", + "latitude": "43.317683", + "longitude": "-76.567670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13076", + "city": "Hastings", + "state": "NY", + "latitude": "43.354706", + "longitude": "-76.148710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13077", + "city": "Homer", + "state": "NY", + "latitude": "42.680693", + "longitude": "-76.185660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13078", + "city": "Jamesville", + "state": "NY", + "latitude": "42.973991", + "longitude": "-76.074930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13080", + "city": "Jordan", + "state": "NY", + "latitude": "43.074460", + "longitude": "-76.478740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13081", + "city": "King Ferry", + "state": "NY", + "latitude": "42.667102", + "longitude": "-76.629390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13082", + "city": "Kirkville", + "state": "NY", + "latitude": "43.099547", + "longitude": "-75.961900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13083", + "city": "Lacona", + "state": "NY", + "latitude": "43.647881", + "longitude": "-76.016700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13084", + "city": "La Fayette", + "state": "NY", + "latitude": "42.883503", + "longitude": "-76.109830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13087", + "city": "Little York", + "state": "NY", + "latitude": "42.706981", + "longitude": "-76.156103", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13088", + "city": "Liverpool", + "state": "NY", + "latitude": "43.105917", + "longitude": "-76.193650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13089", + "city": "Liverpool", + "state": "NY", + "latitude": "43.021430", + "longitude": "-76.197701", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13090", + "city": "Liverpool", + "state": "NY", + "latitude": "43.152017", + "longitude": "-76.220680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13092", + "city": "Locke", + "state": "NY", + "latitude": "42.643214", + "longitude": "-76.425780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13093", + "city": "Lycoming", + "state": "NY", + "latitude": "43.431311", + "longitude": "-76.200448", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13101", + "city": "McGraw", + "state": "NY", + "latitude": "42.593363", + "longitude": "-76.077890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13102", + "city": "McLean", + "state": "NY", + "latitude": "42.554215", + "longitude": "-76.292723", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13103", + "city": "Mallory", + "state": "NY", + "latitude": "43.339851", + "longitude": "-76.096357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13104", + "city": "Manlius", + "state": "NY", + "latitude": "42.987329", + "longitude": "-75.967630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13107", + "city": "Maple View", + "state": "NY", + "latitude": "43.457798", + "longitude": "-76.153442", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13108", + "city": "Marcellus", + "state": "NY", + "latitude": "42.979467", + "longitude": "-76.338110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13110", + "city": "Marietta", + "state": "NY", + "latitude": "42.891595", + "longitude": "-76.283180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13111", + "city": "Martville", + "state": "NY", + "latitude": "43.258952", + "longitude": "-76.614410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13112", + "city": "Memphis", + "state": "NY", + "latitude": "43.105771", + "longitude": "-76.414820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13113", + "city": "Meridian", + "state": "NY", + "latitude": "43.089111", + "longitude": "-76.621747", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13114", + "city": "Mexico", + "state": "NY", + "latitude": "43.468092", + "longitude": "-76.238200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13115", + "city": "Minetto", + "state": "NY", + "latitude": "43.397671", + "longitude": "-76.482365", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13116", + "city": "Minoa", + "state": "NY", + "latitude": "43.077067", + "longitude": "-76.006950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13117", + "city": "Montezuma", + "state": "NY", + "latitude": "43.002267", + "longitude": "-76.704722", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13118", + "city": "Moravia", + "state": "NY", + "latitude": "42.755698", + "longitude": "-76.412260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13119", + "city": "Mottville", + "state": "NY", + "latitude": "42.974460", + "longitude": "-76.440833", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13120", + "city": "Nedrow", + "state": "NY", + "latitude": "42.950501", + "longitude": "-76.157970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13121", + "city": "New Haven", + "state": "NY", + "latitude": "43.483379", + "longitude": "-76.315044", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13122", + "city": "New Woodstock", + "state": "NY", + "latitude": "42.837642", + "longitude": "-75.847780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13123", + "city": "North Bay", + "state": "NY", + "latitude": "43.236407", + "longitude": "-75.776918", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13124", + "city": "North Pitcher", + "state": "NY", + "latitude": "42.639288", + "longitude": "-75.820120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13126", + "city": "Oswego", + "state": "NY", + "latitude": "43.449201", + "longitude": "-76.479920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13129", + "city": "Georgetown", + "state": "NY", + "latitude": "42.712735", + "longitude": "-75.731391", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13131", + "city": "Parish", + "state": "NY", + "latitude": "43.415157", + "longitude": "-76.114160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13132", + "city": "Pennellville", + "state": "NY", + "latitude": "43.262012", + "longitude": "-76.229120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13133", + "city": "Colesville", + "state": "NY", + "latitude": "42.216968", + "longitude": "-75.724015", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13134", + "city": "Peterboro", + "state": "NY", + "latitude": "42.968619", + "longitude": "-75.679351", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13135", + "city": "Phoenix", + "state": "NY", + "latitude": "43.235916", + "longitude": "-76.313390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13136", + "city": "Pitcher", + "state": "NY", + "latitude": "42.607076", + "longitude": "-75.852160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13137", + "city": "Plainville", + "state": "NY", + "latitude": "43.157653", + "longitude": "-76.446980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13138", + "city": "Pompey", + "state": "NY", + "latitude": "42.892740", + "longitude": "-76.026459", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13139", + "city": "Poplar Ridge", + "state": "NY", + "latitude": "42.742057", + "longitude": "-76.628454", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13140", + "city": "Port Byron", + "state": "NY", + "latitude": "43.049797", + "longitude": "-76.660550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13141", + "city": "Preble", + "state": "NY", + "latitude": "42.770700", + "longitude": "-76.186420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13142", + "city": "Pulaski", + "state": "NY", + "latitude": "43.559926", + "longitude": "-76.136190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13143", + "city": "Red Creek", + "state": "NY", + "latitude": "43.235909", + "longitude": "-76.715450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13144", + "city": "Richland", + "state": "NY", + "latitude": "43.560754", + "longitude": "-75.990690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13145", + "city": "Sandy Creek", + "state": "NY", + "latitude": "43.653475", + "longitude": "-76.132140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13146", + "city": "Savannah", + "state": "NY", + "latitude": "43.099860", + "longitude": "-76.757160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13147", + "city": "Scipio Center", + "state": "NY", + "latitude": "42.774714", + "longitude": "-76.570450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13148", + "city": "Seneca Falls", + "state": "NY", + "latitude": "42.924166", + "longitude": "-76.783660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13149", + "city": "Preble", + "state": "NY", + "latitude": "42.718259", + "longitude": "-76.149045", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13152", + "city": "Skaneateles", + "state": "NY", + "latitude": "42.897167", + "longitude": "-76.389630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13153", + "city": "Skaneateles Falls", + "state": "NY", + "latitude": "42.991112", + "longitude": "-76.451147", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13154", + "city": "South Butler", + "state": "NY", + "latitude": "43.134425", + "longitude": "-76.765591", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13155", + "city": "South Otselic", + "state": "NY", + "latitude": "42.662648", + "longitude": "-75.762650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13156", + "city": "Sterling", + "state": "NY", + "latitude": "43.337718", + "longitude": "-76.672900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13157", + "city": "Sylvan Beach", + "state": "NY", + "latitude": "43.209147", + "longitude": "-75.723070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13158", + "city": "Truxton", + "state": "NY", + "latitude": "42.717801", + "longitude": "-75.972090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13159", + "city": "Tully", + "state": "NY", + "latitude": "42.802031", + "longitude": "-76.127170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13160", + "city": "Union Springs", + "state": "NY", + "latitude": "42.832007", + "longitude": "-76.666410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13162", + "city": "Verona Beach", + "state": "NY", + "latitude": "43.188520", + "longitude": "-75.712551", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13163", + "city": "Wampsville", + "state": "NY", + "latitude": "43.078461", + "longitude": "-75.701639", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13164", + "city": "Warners", + "state": "NY", + "latitude": "43.088699", + "longitude": "-76.319460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13165", + "city": "Waterloo", + "state": "NY", + "latitude": "42.911377", + "longitude": "-76.870270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13166", + "city": "Weedsport", + "state": "NY", + "latitude": "43.056292", + "longitude": "-76.556300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13167", + "city": "West Monroe", + "state": "NY", + "latitude": "43.309645", + "longitude": "-76.055200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13201", + "city": "Syracuse", + "state": "NY", + "latitude": "43.021430", + "longitude": "-76.197701", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13202", + "city": "Syracuse", + "state": "NY", + "latitude": "43.045066", + "longitude": "-76.149940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13203", + "city": "Syracuse", + "state": "NY", + "latitude": "43.061116", + "longitude": "-76.137330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13204", + "city": "Syracuse", + "state": "NY", + "latitude": "43.048966", + "longitude": "-76.175360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13205", + "city": "Syracuse", + "state": "NY", + "latitude": "43.010916", + "longitude": "-76.145010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13206", + "city": "Syracuse", + "state": "NY", + "latitude": "43.069866", + "longitude": "-76.107240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13207", + "city": "Syracuse", + "state": "NY", + "latitude": "43.020116", + "longitude": "-76.164060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13208", + "city": "Syracuse", + "state": "NY", + "latitude": "43.074566", + "longitude": "-76.147470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13209", + "city": "Syracuse", + "state": "NY", + "latitude": "43.081324", + "longitude": "-76.234880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13210", + "city": "Syracuse", + "state": "NY", + "latitude": "43.037166", + "longitude": "-76.126530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13211", + "city": "Syracuse", + "state": "NY", + "latitude": "43.098917", + "longitude": "-76.136880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13212", + "city": "Syracuse", + "state": "NY", + "latitude": "43.128534", + "longitude": "-76.139310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13214", + "city": "Syracuse", + "state": "NY", + "latitude": "43.038099", + "longitude": "-76.076350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13215", + "city": "Syracuse", + "state": "NY", + "latitude": "42.996804", + "longitude": "-76.217700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13217", + "city": "Syracuse", + "state": "NY", + "latitude": "43.021430", + "longitude": "-76.197701", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13218", + "city": "Syracuse", + "state": "NY", + "latitude": "43.021430", + "longitude": "-76.197701", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13219", + "city": "Syracuse", + "state": "NY", + "latitude": "43.041566", + "longitude": "-76.220720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13220", + "city": "Syracuse", + "state": "NY", + "latitude": "43.123415", + "longitude": "-76.128230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13221", + "city": "Syracuse", + "state": "NY", + "latitude": "43.021430", + "longitude": "-76.197701", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13224", + "city": "Syracuse", + "state": "NY", + "latitude": "43.041866", + "longitude": "-76.103200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13225", + "city": "Syracuse", + "state": "NY", + "latitude": "43.021430", + "longitude": "-76.197701", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13244", + "city": "Syracuse", + "state": "NY", + "latitude": "43.037716", + "longitude": "-76.139646", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13250", + "city": "Syracuse", + "state": "NY", + "latitude": "43.021430", + "longitude": "-76.197701", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13251", + "city": "Syracuse", + "state": "NY", + "latitude": "43.021430", + "longitude": "-76.197701", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13252", + "city": "Syracuse", + "state": "NY", + "latitude": "43.050966", + "longitude": "-76.156696", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13260", + "city": "Syracuse", + "state": "NY", + "latitude": "43.021430", + "longitude": "-76.197701", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13261", + "city": "Syracuse", + "state": "NY", + "latitude": "43.021430", + "longitude": "-76.197701", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13290", + "city": "Syracuse", + "state": "NY", + "latitude": "43.075066", + "longitude": "-76.174110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13301", + "city": "Alder Creek", + "state": "NY", + "latitude": "43.419132", + "longitude": "-75.219420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13302", + "city": "Altmar", + "state": "NY", + "latitude": "43.499843", + "longitude": "-75.977160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13303", + "city": "Ava", + "state": "NY", + "latitude": "43.368235", + "longitude": "-75.468800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13304", + "city": "Barneveld", + "state": "NY", + "latitude": "43.242724", + "longitude": "-75.165900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13305", + "city": "Beaver Falls", + "state": "NY", + "latitude": "43.818705", + "longitude": "-75.480342", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13308", + "city": "Blossvale", + "state": "NY", + "latitude": "43.236303", + "longitude": "-75.680870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13309", + "city": "Boonville", + "state": "NY", + "latitude": "43.484783", + "longitude": "-75.335590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13310", + "city": "Bouckville", + "state": "NY", + "latitude": "42.888210", + "longitude": "-75.568800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13312", + "city": "Brantingham", + "state": "NY", + "latitude": "43.689564", + "longitude": "-75.272520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13313", + "city": "Bridgewater", + "state": "NY", + "latitude": "42.878960", + "longitude": "-75.255690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13314", + "city": "Brookfield", + "state": "NY", + "latitude": "42.832184", + "longitude": "-75.321060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13315", + "city": "Burlington Flats", + "state": "NY", + "latitude": "42.728271", + "longitude": "-75.141440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13316", + "city": "Camden", + "state": "NY", + "latitude": "43.377083", + "longitude": "-75.742610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13317", + "city": "Canajoharie", + "state": "NY", + "latitude": "42.867490", + "longitude": "-74.574350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13318", + "city": "Cassville", + "state": "NY", + "latitude": "42.937739", + "longitude": "-75.249460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13319", + "city": "Chadwicks", + "state": "NY", + "latitude": "43.029669", + "longitude": "-75.272110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13320", + "city": "Cherry Valley", + "state": "NY", + "latitude": "42.772775", + "longitude": "-74.735900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13321", + "city": "Clark Mills", + "state": "NY", + "latitude": "43.090027", + "longitude": "-75.387088", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13322", + "city": "Clayville", + "state": "NY", + "latitude": "42.969624", + "longitude": "-75.226030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13323", + "city": "Clinton", + "state": "NY", + "latitude": "43.049536", + "longitude": "-75.376560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13324", + "city": "Cold Brook", + "state": "NY", + "latitude": "43.317064", + "longitude": "-74.974490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13325", + "city": "Constableville", + "state": "NY", + "latitude": "43.570028", + "longitude": "-75.490470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13326", + "city": "Cooperstown", + "state": "NY", + "latitude": "42.703091", + "longitude": "-74.914130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13327", + "city": "Croghan", + "state": "NY", + "latitude": "43.932489", + "longitude": "-75.290840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13328", + "city": "Deansboro", + "state": "NY", + "latitude": "42.984300", + "longitude": "-75.422400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13329", + "city": "Dolgeville", + "state": "NY", + "latitude": "43.115450", + "longitude": "-74.743790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13331", + "city": "Eagle Bay", + "state": "NY", + "latitude": "43.822824", + "longitude": "-74.872830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13332", + "city": "Earlville", + "state": "NY", + "latitude": "42.752447", + "longitude": "-75.569970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13333", + "city": "East Springfield", + "state": "NY", + "latitude": "42.843048", + "longitude": "-74.808820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13334", + "city": "Eaton", + "state": "NY", + "latitude": "42.839170", + "longitude": "-75.654820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13335", + "city": "Edmeston", + "state": "NY", + "latitude": "42.694896", + "longitude": "-75.242140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13337", + "city": "Fly Creek", + "state": "NY", + "latitude": "42.743186", + "longitude": "-74.981640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13338", + "city": "Forestport", + "state": "NY", + "latitude": "43.506153", + "longitude": "-75.073550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13339", + "city": "Fort Plain", + "state": "NY", + "latitude": "42.943602", + "longitude": "-74.647170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13340", + "city": "Frankfort", + "state": "NY", + "latitude": "43.046471", + "longitude": "-75.100190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13341", + "city": "Franklin Springs", + "state": "NY", + "latitude": "43.036802", + "longitude": "-75.391150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13342", + "city": "Garrattsville", + "state": "NY", + "latitude": "42.647430", + "longitude": "-75.177930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13343", + "city": "Glenfield", + "state": "NY", + "latitude": "43.743932", + "longitude": "-75.349710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13345", + "city": "Greig", + "state": "NY", + "latitude": "43.818705", + "longitude": "-75.480342", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13346", + "city": "Hamilton", + "state": "NY", + "latitude": "42.820826", + "longitude": "-75.540120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13348", + "city": "Hartwick", + "state": "NY", + "latitude": "42.708284", + "longitude": "-75.058800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13350", + "city": "Herkimer", + "state": "NY", + "latitude": "43.038149", + "longitude": "-74.984600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13352", + "city": "Hinckley", + "state": "NY", + "latitude": "43.328187", + "longitude": "-75.117319", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13353", + "city": "Hoffmeister", + "state": "NY", + "latitude": "43.392434", + "longitude": "-74.726750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13354", + "city": "Holland Patent", + "state": "NY", + "latitude": "43.261526", + "longitude": "-75.257050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13355", + "city": "Hubbardsville", + "state": "NY", + "latitude": "42.814880", + "longitude": "-75.434240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13357", + "city": "Ilion", + "state": "NY", + "latitude": "42.992323", + "longitude": "-75.061500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13360", + "city": "Inlet", + "state": "NY", + "latitude": "43.744906", + "longitude": "-74.774760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13361", + "city": "Jordanville", + "state": "NY", + "latitude": "42.902922", + "longitude": "-74.891490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13362", + "city": "Knoxboro", + "state": "NY", + "latitude": "42.980334", + "longitude": "-75.518569", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13363", + "city": "Lee Center", + "state": "NY", + "latitude": "43.311975", + "longitude": "-75.506770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13364", + "city": "Leonardsville", + "state": "NY", + "latitude": "42.954541", + "longitude": "-75.616793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13365", + "city": "Little Falls", + "state": "NY", + "latitude": "43.053176", + "longitude": "-74.846850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13367", + "city": "Lowville", + "state": "NY", + "latitude": "43.794492", + "longitude": "-75.469050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13368", + "city": "Lyons Falls", + "state": "NY", + "latitude": "43.637104", + "longitude": "-75.348300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13388", + "city": "Webb", + "state": "NY", + "latitude": "43.606444", + "longitude": "-75.103186", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13396", + "city": "Madison", + "state": "NY", + "latitude": "42.839697", + "longitude": "-75.544322", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13401", + "city": "McConnellsville", + "state": "NY", + "latitude": "43.267243", + "longitude": "-75.688223", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13402", + "city": "Madison", + "state": "NY", + "latitude": "42.907770", + "longitude": "-75.498800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13403", + "city": "Marcy", + "state": "NY", + "latitude": "43.162119", + "longitude": "-75.284350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13404", + "city": "Martinsburg", + "state": "NY", + "latitude": "43.818705", + "longitude": "-75.480342", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13406", + "city": "Middleville", + "state": "NY", + "latitude": "43.137624", + "longitude": "-74.947000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13407", + "city": "Mohawk", + "state": "NY", + "latitude": "42.970099", + "longitude": "-74.960510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13408", + "city": "Morrisville", + "state": "NY", + "latitude": "42.923334", + "longitude": "-75.663140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13409", + "city": "Munnsville", + "state": "NY", + "latitude": "42.967906", + "longitude": "-75.594570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13410", + "city": "Nelliston", + "state": "NY", + "latitude": "42.937863", + "longitude": "-74.611711", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13411", + "city": "New Berlin", + "state": "NY", + "latitude": "42.626177", + "longitude": "-75.315020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13413", + "city": "New Hartford", + "state": "NY", + "latitude": "43.067169", + "longitude": "-75.287670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13415", + "city": "New Lisbon", + "state": "NY", + "latitude": "42.590419", + "longitude": "-75.195695", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13416", + "city": "Newport", + "state": "NY", + "latitude": "43.178528", + "longitude": "-74.981170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13417", + "city": "New York Mills", + "state": "NY", + "latitude": "43.102469", + "longitude": "-75.295660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13418", + "city": "North Brookfield", + "state": "NY", + "latitude": "42.852808", + "longitude": "-75.399380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13420", + "city": "Old Forge", + "state": "NY", + "latitude": "43.707331", + "longitude": "-74.944980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13421", + "city": "Oneida", + "state": "NY", + "latitude": "43.079635", + "longitude": "-75.646780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13424", + "city": "Oriskany", + "state": "NY", + "latitude": "43.158258", + "longitude": "-75.342810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13425", + "city": "Oriskany Falls", + "state": "NY", + "latitude": "42.964774", + "longitude": "-75.478890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13426", + "city": "Orwell", + "state": "NY", + "latitude": "43.562757", + "longitude": "-75.996773", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13428", + "city": "Palatine Bridge", + "state": "NY", + "latitude": "42.923583", + "longitude": "-74.555360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13431", + "city": "Poland", + "state": "NY", + "latitude": "43.215740", + "longitude": "-75.085340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13433", + "city": "Port Leyden", + "state": "NY", + "latitude": "43.580184", + "longitude": "-75.317570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13435", + "city": "Prospect", + "state": "NY", + "latitude": "43.305156", + "longitude": "-75.150183", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13436", + "city": "Raquette Lake", + "state": "NY", + "latitude": "43.807314", + "longitude": "-74.667710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13437", + "city": "Redfield", + "state": "NY", + "latitude": "43.572876", + "longitude": "-75.817090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13438", + "city": "Remsen", + "state": "NY", + "latitude": "43.349682", + "longitude": "-75.158210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13439", + "city": "Richfield Springs", + "state": "NY", + "latitude": "42.852372", + "longitude": "-74.991210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13440", + "city": "Rome", + "state": "NY", + "latitude": "43.217069", + "longitude": "-75.455310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13441", + "city": "Rome", + "state": "NY", + "latitude": "43.164312", + "longitude": "-75.511301", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13442", + "city": "Rome", + "state": "NY", + "latitude": "43.239274", + "longitude": "-75.477960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13444", + "city": "Plymouth", + "state": "NY", + "latitude": "42.637549", + "longitude": "-75.672508", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13449", + "city": "Rome", + "state": "NY", + "latitude": "43.239274", + "longitude": "-75.477960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13450", + "city": "Roseboom", + "state": "NY", + "latitude": "42.699830", + "longitude": "-74.817310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13452", + "city": "Saint Johnsville", + "state": "NY", + "latitude": "43.021223", + "longitude": "-74.645370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13453", + "city": "Williamstown", + "state": "NY", + "latitude": "43.436919", + "longitude": "-75.881404", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13454", + "city": "Salisbury Center", + "state": "NY", + "latitude": "43.222171", + "longitude": "-74.802230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13455", + "city": "Sangerfield", + "state": "NY", + "latitude": "42.916235", + "longitude": "-75.354480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13456", + "city": "Sauquoit", + "state": "NY", + "latitude": "43.005669", + "longitude": "-75.262020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13457", + "city": "Schuyler Lake", + "state": "NY", + "latitude": "42.775805", + "longitude": "-75.048502", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13459", + "city": "Sharon Springs", + "state": "NY", + "latitude": "42.774077", + "longitude": "-74.584040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13460", + "city": "Sherburne", + "state": "NY", + "latitude": "42.680051", + "longitude": "-75.465470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13461", + "city": "Sherrill", + "state": "NY", + "latitude": "43.070808", + "longitude": "-75.599120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13464", + "city": "Smyrna", + "state": "NY", + "latitude": "42.687757", + "longitude": "-75.615580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13465", + "city": "Solsville", + "state": "NY", + "latitude": "42.954541", + "longitude": "-75.616793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13468", + "city": "Springfield Center", + "state": "NY", + "latitude": "42.843002", + "longitude": "-74.864790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13469", + "city": "Stittville", + "state": "NY", + "latitude": "43.220075", + "longitude": "-75.295420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13470", + "city": "Stratford", + "state": "NY", + "latitude": "43.180412", + "longitude": "-74.665240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13471", + "city": "Taberg", + "state": "NY", + "latitude": "43.346517", + "longitude": "-75.604930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13472", + "city": "Thendara", + "state": "NY", + "latitude": "43.460951", + "longitude": "-74.957099", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13473", + "city": "Turin", + "state": "NY", + "latitude": "43.654278", + "longitude": "-75.438280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13475", + "city": "Van Hornesville", + "state": "NY", + "latitude": "42.870799", + "longitude": "-74.845420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13476", + "city": "Vernon", + "state": "NY", + "latitude": "43.079233", + "longitude": "-75.513400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13477", + "city": "Vernon Center", + "state": "NY", + "latitude": "43.035057", + "longitude": "-75.503810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13478", + "city": "Verona", + "state": "NY", + "latitude": "43.141727", + "longitude": "-75.577020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13479", + "city": "Washington Mills", + "state": "NY", + "latitude": "43.053769", + "longitude": "-75.271559", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13480", + "city": "Waterville", + "state": "NY", + "latitude": "42.922823", + "longitude": "-75.364940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13482", + "city": "West Burlington", + "state": "NY", + "latitude": "42.704333", + "longitude": "-75.184913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13483", + "city": "Westdale", + "state": "NY", + "latitude": "43.399851", + "longitude": "-75.827850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13484", + "city": "West Eaton", + "state": "NY", + "latitude": "42.854631", + "longitude": "-75.660462", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13485", + "city": "West Edmeston", + "state": "NY", + "latitude": "42.766057", + "longitude": "-75.323530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13486", + "city": "Westernville", + "state": "NY", + "latitude": "43.338878", + "longitude": "-75.358610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13488", + "city": "Westford", + "state": "NY", + "latitude": "42.680906", + "longitude": "-74.765290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13489", + "city": "West Leyden", + "state": "NY", + "latitude": "43.453661", + "longitude": "-75.521720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13490", + "city": "Westmoreland", + "state": "NY", + "latitude": "43.106801", + "longitude": "-75.419440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13491", + "city": "West Winfield", + "state": "NY", + "latitude": "42.862696", + "longitude": "-75.170530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13492", + "city": "Whitesboro", + "state": "NY", + "latitude": "43.116270", + "longitude": "-75.311820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13493", + "city": "Williamstown", + "state": "NY", + "latitude": "43.421597", + "longitude": "-75.905290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13494", + "city": "Woodgate", + "state": "NY", + "latitude": "43.524904", + "longitude": "-75.142771", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13495", + "city": "Yorkville", + "state": "NY", + "latitude": "43.110619", + "longitude": "-75.277160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13501", + "city": "Utica", + "state": "NY", + "latitude": "43.087669", + "longitude": "-75.226810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13502", + "city": "Utica", + "state": "NY", + "latitude": "43.114519", + "longitude": "-75.222840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13503", + "city": "Utica", + "state": "NY", + "latitude": "43.101869", + "longitude": "-75.231158", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13504", + "city": "Utica", + "state": "NY", + "latitude": "43.136033", + "longitude": "-75.432486", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13505", + "city": "Utica", + "state": "NY", + "latitude": "43.087169", + "longitude": "-75.260259", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13550", + "city": "Herkimer", + "state": "NY", + "latitude": "43.026416", + "longitude": "-74.982271", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13562", + "city": "Hermon", + "state": "NY", + "latitude": "44.465307", + "longitude": "-75.230195", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13578", + "city": "Pharsalia", + "state": "NY", + "latitude": "42.595426", + "longitude": "-75.757217", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13599", + "city": "Utica", + "state": "NY", + "latitude": "43.239274", + "longitude": "-75.477960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13601", + "city": "Watertown", + "state": "NY", + "latitude": "43.976735", + "longitude": "-75.911990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13602", + "city": "Fort Drum", + "state": "NY", + "latitude": "44.038030", + "longitude": "-75.757930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13603", + "city": "Watertown", + "state": "NY", + "latitude": "44.030204", + "longitude": "-75.818450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13605", + "city": "Adams", + "state": "NY", + "latitude": "43.807654", + "longitude": "-76.049360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13606", + "city": "Adams Center", + "state": "NY", + "latitude": "43.871728", + "longitude": "-76.007930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13607", + "city": "Alexandria Bay", + "state": "NY", + "latitude": "44.328698", + "longitude": "-75.931030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13608", + "city": "Antwerp", + "state": "NY", + "latitude": "44.243007", + "longitude": "-75.603310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13610", + "city": "Rodman", + "state": "NY", + "latitude": "43.818705", + "longitude": "-75.480342", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13611", + "city": "Belleville", + "state": "NY", + "latitude": "43.778046", + "longitude": "-76.125914", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13612", + "city": "Black River", + "state": "NY", + "latitude": "44.003136", + "longitude": "-75.778390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13613", + "city": "Brasher Falls", + "state": "NY", + "latitude": "44.864624", + "longitude": "-74.753860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13614", + "city": "Brier Hill", + "state": "NY", + "latitude": "44.541410", + "longitude": "-75.705760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13615", + "city": "Brownville", + "state": "NY", + "latitude": "44.005613", + "longitude": "-75.983150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13616", + "city": "Calcium", + "state": "NY", + "latitude": "44.030831", + "longitude": "-75.855210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13617", + "city": "Canton", + "state": "NY", + "latitude": "44.582490", + "longitude": "-75.144170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13618", + "city": "Cape Vincent", + "state": "NY", + "latitude": "44.114183", + "longitude": "-76.292880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13619", + "city": "Carthage", + "state": "NY", + "latitude": "43.981245", + "longitude": "-75.617240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13620", + "city": "Castorland", + "state": "NY", + "latitude": "43.907070", + "longitude": "-75.447610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13621", + "city": "Chase Mills", + "state": "NY", + "latitude": "44.850439", + "longitude": "-75.069150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13622", + "city": "Chaumont", + "state": "NY", + "latitude": "44.095800", + "longitude": "-76.119920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13623", + "city": "Chippewa Bay", + "state": "NY", + "latitude": "44.440171", + "longitude": "-75.757938", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13624", + "city": "Clayton", + "state": "NY", + "latitude": "44.230421", + "longitude": "-76.093120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13625", + "city": "Colton", + "state": "NY", + "latitude": "44.537321", + "longitude": "-74.928470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13626", + "city": "Copenhagen", + "state": "NY", + "latitude": "43.859025", + "longitude": "-75.729420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13627", + "city": "Deer River", + "state": "NY", + "latitude": "43.818705", + "longitude": "-75.480342", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13628", + "city": "Deferiet", + "state": "NY", + "latitude": "43.885519", + "longitude": "-75.798319", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13630", + "city": "De Kalb Junction", + "state": "NY", + "latitude": "44.494708", + "longitude": "-75.299440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13631", + "city": "Denmark", + "state": "NY", + "latitude": "43.818705", + "longitude": "-75.480342", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13632", + "city": "Depauville", + "state": "NY", + "latitude": "44.139501", + "longitude": "-76.061552", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13633", + "city": "De Peyster", + "state": "NY", + "latitude": "44.469527", + "longitude": "-75.502930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13634", + "city": "Dexter", + "state": "NY", + "latitude": "44.015332", + "longitude": "-76.057110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13635", + "city": "Edwards", + "state": "NY", + "latitude": "44.314998", + "longitude": "-75.261490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13636", + "city": "Ellisburg", + "state": "NY", + "latitude": "43.759650", + "longitude": "-76.152508", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13637", + "city": "Evans Mills", + "state": "NY", + "latitude": "44.091494", + "longitude": "-75.826940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13638", + "city": "Felts Mills", + "state": "NY", + "latitude": "44.021094", + "longitude": "-75.761130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13639", + "city": "Fine", + "state": "NY", + "latitude": "44.268403", + "longitude": "-75.136640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13640", + "city": "Wellesley Island", + "state": "NY", + "latitude": "44.318866", + "longitude": "-75.990680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13641", + "city": "Fishers Landing", + "state": "NY", + "latitude": "44.207681", + "longitude": "-75.914556", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13642", + "city": "Gouverneur", + "state": "NY", + "latitude": "44.319897", + "longitude": "-75.455370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13643", + "city": "Great Bend", + "state": "NY", + "latitude": "44.014698", + "longitude": "-75.728357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13645", + "city": "Hailesboro", + "state": "NY", + "latitude": "44.533125", + "longitude": "-75.192865", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13646", + "city": "Hammond", + "state": "NY", + "latitude": "44.444242", + "longitude": "-75.692270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13647", + "city": "Hannawa Falls", + "state": "NY", + "latitude": "44.608735", + "longitude": "-74.973218", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13648", + "city": "Harrisville", + "state": "NY", + "latitude": "44.168224", + "longitude": "-75.292530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13649", + "city": "Helena", + "state": "NY", + "latitude": "44.921678", + "longitude": "-74.706763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13650", + "city": "Henderson", + "state": "NY", + "latitude": "43.822120", + "longitude": "-76.212700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13651", + "city": "Henderson Harbor", + "state": "NY", + "latitude": "43.870842", + "longitude": "-76.180886", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13652", + "city": "Hermon", + "state": "NY", + "latitude": "44.436004", + "longitude": "-75.222280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13654", + "city": "Heuvelton", + "state": "NY", + "latitude": "44.563604", + "longitude": "-75.487940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13655", + "city": "Hogansburg", + "state": "NY", + "latitude": "44.981840", + "longitude": "-74.673740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13656", + "city": "La Fargeville", + "state": "NY", + "latitude": "44.194126", + "longitude": "-75.957250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13657", + "city": "Limerick", + "state": "NY", + "latitude": "44.035703", + "longitude": "-76.090424", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13658", + "city": "Lisbon", + "state": "NY", + "latitude": "44.744462", + "longitude": "-75.281230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13659", + "city": "Lorraine", + "state": "NY", + "latitude": "43.743998", + "longitude": "-75.893540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13660", + "city": "Madrid", + "state": "NY", + "latitude": "44.758378", + "longitude": "-75.145710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13661", + "city": "Mannsville", + "state": "NY", + "latitude": "43.714545", + "longitude": "-76.104650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13662", + "city": "Massena", + "state": "NY", + "latitude": "44.937212", + "longitude": "-74.876930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13664", + "city": "Morristown", + "state": "NY", + "latitude": "44.585561", + "longitude": "-75.647970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13665", + "city": "Natural Bridge", + "state": "NY", + "latitude": "44.055436", + "longitude": "-75.462790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13666", + "city": "Newton Falls", + "state": "NY", + "latitude": "44.533125", + "longitude": "-75.192865", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13667", + "city": "Norfolk", + "state": "NY", + "latitude": "44.823502", + "longitude": "-74.968750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13668", + "city": "Norwood", + "state": "NY", + "latitude": "44.752355", + "longitude": "-74.989060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13669", + "city": "Ogdensburg", + "state": "NY", + "latitude": "44.683636", + "longitude": "-75.490240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13670", + "city": "Oswegatchie", + "state": "NY", + "latitude": "44.210178", + "longitude": "-75.069700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13671", + "city": "Oxbow", + "state": "NY", + "latitude": "44.308475", + "longitude": "-75.668790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13672", + "city": "Parishville", + "state": "NY", + "latitude": "44.498700", + "longitude": "-74.746850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13673", + "city": "Philadelphia", + "state": "NY", + "latitude": "44.160785", + "longitude": "-75.711590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13674", + "city": "Pierrepont Manor", + "state": "NY", + "latitude": "43.733450", + "longitude": "-76.054313", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13675", + "city": "Plessis", + "state": "NY", + "latitude": "44.277365", + "longitude": "-75.842630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13676", + "city": "Potsdam", + "state": "NY", + "latitude": "44.651265", + "longitude": "-74.952890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13677", + "city": "Pyrites", + "state": "NY", + "latitude": "44.673438", + "longitude": "-75.082041", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13678", + "city": "Raymondville", + "state": "NY", + "latitude": "44.828685", + "longitude": "-74.979811", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13679", + "city": "Redwood", + "state": "NY", + "latitude": "44.323952", + "longitude": "-75.768950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13680", + "city": "Rensselaer Falls", + "state": "NY", + "latitude": "44.593588", + "longitude": "-75.323890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13681", + "city": "Richville", + "state": "NY", + "latitude": "44.414762", + "longitude": "-75.378970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13682", + "city": "Rodman", + "state": "NY", + "latitude": "43.842808", + "longitude": "-75.903470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13683", + "city": "Rooseveltown", + "state": "NY", + "latitude": "44.533125", + "longitude": "-75.192865", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13684", + "city": "Russell", + "state": "NY", + "latitude": "44.353607", + "longitude": "-75.069400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13685", + "city": "Sackets Harbor", + "state": "NY", + "latitude": "43.936173", + "longitude": "-76.102950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13687", + "city": "South Colton", + "state": "NY", + "latitude": "44.501065", + "longitude": "-74.866330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13688", + "city": "South Rutland", + "state": "NY", + "latitude": "43.951666", + "longitude": "-75.767772", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13690", + "city": "Star Lake", + "state": "NY", + "latitude": "44.161058", + "longitude": "-74.996170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13691", + "city": "Theresa", + "state": "NY", + "latitude": "44.216969", + "longitude": "-75.796710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13692", + "city": "Thousand Island Park", + "state": "NY", + "latitude": "44.289833", + "longitude": "-76.026210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13693", + "city": "Three Mile Bay", + "state": "NY", + "latitude": "44.064999", + "longitude": "-76.240230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13694", + "city": "Waddington", + "state": "NY", + "latitude": "44.866754", + "longitude": "-75.172010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13695", + "city": "Wanakena", + "state": "NY", + "latitude": "44.140791", + "longitude": "-74.912493", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13696", + "city": "West Stockholm", + "state": "NY", + "latitude": "44.695630", + "longitude": "-74.899980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13697", + "city": "Winthrop", + "state": "NY", + "latitude": "44.755383", + "longitude": "-74.812130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13698", + "city": "Ellisburg", + "state": "NY", + "latitude": "43.775216", + "longitude": "-76.202658", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13699", + "city": "Potsdam", + "state": "NY", + "latitude": "44.496564", + "longitude": "-75.072951", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13730", + "city": "Afton", + "state": "NY", + "latitude": "42.232991", + "longitude": "-75.534290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13731", + "city": "Andes", + "state": "NY", + "latitude": "42.152105", + "longitude": "-74.781840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13732", + "city": "Apalachin", + "state": "NY", + "latitude": "42.059433", + "longitude": "-76.147330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13733", + "city": "Bainbridge", + "state": "NY", + "latitude": "42.292692", + "longitude": "-75.475280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13734", + "city": "Barton", + "state": "NY", + "latitude": "42.063671", + "longitude": "-76.406380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13736", + "city": "Berkshire", + "state": "NY", + "latitude": "42.306877", + "longitude": "-76.204000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13737", + "city": "Bible School Park", + "state": "NY", + "latitude": "42.080494", + "longitude": "-76.097288", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13738", + "city": "Blodgett Mills", + "state": "NY", + "latitude": "42.567313", + "longitude": "-76.123795", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13739", + "city": "Bloomville", + "state": "NY", + "latitude": "42.364673", + "longitude": "-74.780340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13740", + "city": "Bovina Center", + "state": "NY", + "latitude": "42.274238", + "longitude": "-74.754640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13743", + "city": "Candor", + "state": "NY", + "latitude": "42.213965", + "longitude": "-76.340990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13744", + "city": "Castle Creek", + "state": "NY", + "latitude": "42.250715", + "longitude": "-75.918710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13745", + "city": "Chenango Bridge", + "state": "NY", + "latitude": "42.173775", + "longitude": "-75.872839", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13746", + "city": "Chenango Forks", + "state": "NY", + "latitude": "42.261923", + "longitude": "-75.844630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13747", + "city": "Colliersville", + "state": "NY", + "latitude": "42.505122", + "longitude": "-74.982056", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13748", + "city": "Conklin", + "state": "NY", + "latitude": "42.055300", + "longitude": "-75.812190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13749", + "city": "Corbettsville", + "state": "NY", + "latitude": "42.206745", + "longitude": "-75.744880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13750", + "city": "Davenport", + "state": "NY", + "latitude": "42.473691", + "longitude": "-74.813400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13751", + "city": "Davenport Center", + "state": "NY", + "latitude": "42.424859", + "longitude": "-74.900195", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13752", + "city": "De Lancey", + "state": "NY", + "latitude": "42.187835", + "longitude": "-74.894180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13753", + "city": "Delhi", + "state": "NY", + "latitude": "42.302716", + "longitude": "-74.916670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13754", + "city": "Deposit", + "state": "NY", + "latitude": "42.076427", + "longitude": "-75.445510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13755", + "city": "Downsville", + "state": "NY", + "latitude": "42.086268", + "longitude": "-75.006910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13756", + "city": "East Branch", + "state": "NY", + "latitude": "42.018923", + "longitude": "-75.113390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13757", + "city": "East Meredith", + "state": "NY", + "latitude": "42.411895", + "longitude": "-74.913720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13758", + "city": "East Pharsalia", + "state": "NY", + "latitude": "42.583518", + "longitude": "-75.721931", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13760", + "city": "Endicott", + "state": "NY", + "latitude": "42.113974", + "longitude": "-76.052560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13761", + "city": "Endicott", + "state": "NY", + "latitude": "42.206745", + "longitude": "-75.744880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13762", + "city": "Endwell", + "state": "NY", + "latitude": "42.206745", + "longitude": "-75.744880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13763", + "city": "Endicott", + "state": "NY", + "latitude": "42.206745", + "longitude": "-75.744880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13766", + "city": "Maine", + "state": "NY", + "latitude": "42.155346", + "longitude": "-76.071767", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13774", + "city": "Fishs Eddy", + "state": "NY", + "latitude": "41.965435", + "longitude": "-75.179680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13775", + "city": "Franklin", + "state": "NY", + "latitude": "42.333285", + "longitude": "-75.160860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13776", + "city": "Gilbertsville", + "state": "NY", + "latitude": "42.457398", + "longitude": "-75.334340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13777", + "city": "Glen Aubrey", + "state": "NY", + "latitude": "42.254154", + "longitude": "-76.011940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13778", + "city": "Greene", + "state": "NY", + "latitude": "42.336771", + "longitude": "-75.759640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13780", + "city": "Guilford", + "state": "NY", + "latitude": "42.426583", + "longitude": "-75.481190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13782", + "city": "Hamden", + "state": "NY", + "latitude": "42.189420", + "longitude": "-74.992190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13783", + "city": "Hancock", + "state": "NY", + "latitude": "41.985839", + "longitude": "-75.282140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13784", + "city": "Harford", + "state": "NY", + "latitude": "42.431068", + "longitude": "-76.159312", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13786", + "city": "Harpersfield", + "state": "NY", + "latitude": "42.445257", + "longitude": "-74.701890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13787", + "city": "Harpursville", + "state": "NY", + "latitude": "42.197905", + "longitude": "-75.655780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13788", + "city": "Hobart", + "state": "NY", + "latitude": "42.368357", + "longitude": "-74.664520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13790", + "city": "Johnson City", + "state": "NY", + "latitude": "42.125725", + "longitude": "-75.966860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13792", + "city": "Morris", + "state": "NY", + "latitude": "42.509167", + "longitude": "-75.208242", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13794", + "city": "Killawog", + "state": "NY", + "latitude": "42.402816", + "longitude": "-76.036582", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13795", + "city": "Kirkwood", + "state": "NY", + "latitude": "42.056312", + "longitude": "-75.792750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13796", + "city": "Laurens", + "state": "NY", + "latitude": "42.540359", + "longitude": "-75.146040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13797", + "city": "Lisle", + "state": "NY", + "latitude": "42.335102", + "longitude": "-76.023130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13801", + "city": "McDonough", + "state": "NY", + "latitude": "42.504765", + "longitude": "-75.777390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13802", + "city": "Maine", + "state": "NY", + "latitude": "42.255624", + "longitude": "-76.050090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13803", + "city": "Marathon", + "state": "NY", + "latitude": "42.453663", + "longitude": "-76.069830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13804", + "city": "Masonville", + "state": "NY", + "latitude": "42.215297", + "longitude": "-75.358150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13806", + "city": "Meridale", + "state": "NY", + "latitude": "42.183045", + "longitude": "-74.925617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13807", + "city": "Milford", + "state": "NY", + "latitude": "42.606209", + "longitude": "-74.972610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13808", + "city": "Morris", + "state": "NY", + "latitude": "42.532969", + "longitude": "-75.255360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13809", + "city": "Mount Upton", + "state": "NY", + "latitude": "42.392104", + "longitude": "-75.410930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13810", + "city": "Mount Vision", + "state": "NY", + "latitude": "42.609579", + "longitude": "-75.094640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13811", + "city": "Newark Valley", + "state": "NY", + "latitude": "42.222777", + "longitude": "-76.178220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13812", + "city": "Nichols", + "state": "NY", + "latitude": "42.024157", + "longitude": "-76.365580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13813", + "city": "Nineveh", + "state": "NY", + "latitude": "42.163814", + "longitude": "-75.551490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13814", + "city": "North Norwich", + "state": "NY", + "latitude": "42.603574", + "longitude": "-75.528221", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13815", + "city": "Norwich", + "state": "NY", + "latitude": "42.541733", + "longitude": "-75.526120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13820", + "city": "Oneonta", + "state": "NY", + "latitude": "42.469761", + "longitude": "-75.051920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13825", + "city": "Otego", + "state": "NY", + "latitude": "42.417489", + "longitude": "-75.186050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13826", + "city": "Ouaquaga", + "state": "NY", + "latitude": "42.112127", + "longitude": "-75.639586", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13827", + "city": "Owego", + "state": "NY", + "latitude": "42.120274", + "longitude": "-76.258740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13830", + "city": "Oxford", + "state": "NY", + "latitude": "42.428818", + "longitude": "-75.624590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13832", + "city": "Plymouth", + "state": "NY", + "latitude": "42.650584", + "longitude": "-75.657610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13833", + "city": "Port Crane", + "state": "NY", + "latitude": "42.185196", + "longitude": "-75.776300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13834", + "city": "Portlandville", + "state": "NY", + "latitude": "42.536475", + "longitude": "-74.962180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13835", + "city": "Richford", + "state": "NY", + "latitude": "42.396659", + "longitude": "-76.157090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13837", + "city": "Shinhopple", + "state": "NY", + "latitude": "42.183045", + "longitude": "-74.925617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13838", + "city": "Sidney", + "state": "NY", + "latitude": "42.304177", + "longitude": "-75.395630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13839", + "city": "Sidney Center", + "state": "NY", + "latitude": "42.236762", + "longitude": "-75.259010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13840", + "city": "Smithboro", + "state": "NY", + "latitude": "42.039512", + "longitude": "-76.400376", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13841", + "city": "Smithville Flats", + "state": "NY", + "latitude": "42.419896", + "longitude": "-75.837720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13842", + "city": "South Kortright", + "state": "NY", + "latitude": "42.376254", + "longitude": "-74.722580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13843", + "city": "South New Berlin", + "state": "NY", + "latitude": "42.533274", + "longitude": "-75.380080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13844", + "city": "South Plymouth", + "state": "NY", + "latitude": "42.603506", + "longitude": "-75.670530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13845", + "city": "Tioga Center", + "state": "NY", + "latitude": "42.065842", + "longitude": "-76.381946", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13846", + "city": "Treadwell", + "state": "NY", + "latitude": "42.344248", + "longitude": "-75.053230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13847", + "city": "Trout Creek", + "state": "NY", + "latitude": "42.183045", + "longitude": "-74.925617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13848", + "city": "Tunnel", + "state": "NY", + "latitude": "42.214705", + "longitude": "-75.727699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13849", + "city": "Unadilla", + "state": "NY", + "latitude": "42.343576", + "longitude": "-75.314600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13850", + "city": "Vestal", + "state": "NY", + "latitude": "42.075874", + "longitude": "-76.028370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13851", + "city": "Vestal", + "state": "NY", + "latitude": "42.206745", + "longitude": "-75.744880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13856", + "city": "Walton", + "state": "NY", + "latitude": "42.182237", + "longitude": "-75.146270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13859", + "city": "Wells Bridge", + "state": "NY", + "latitude": "42.367765", + "longitude": "-75.247180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13860", + "city": "West Davenport", + "state": "NY", + "latitude": "42.183045", + "longitude": "-74.925617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13861", + "city": "West Oneonta", + "state": "NY", + "latitude": "42.488953", + "longitude": "-75.120630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13862", + "city": "Whitney Point", + "state": "NY", + "latitude": "42.328284", + "longitude": "-75.950210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13863", + "city": "Willet", + "state": "NY", + "latitude": "42.437964", + "longitude": "-75.898840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13864", + "city": "Willseyville", + "state": "NY", + "latitude": "42.298203", + "longitude": "-76.388440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13865", + "city": "Windsor", + "state": "NY", + "latitude": "42.070228", + "longitude": "-75.635840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13901", + "city": "Binghamton", + "state": "NY", + "latitude": "42.142575", + "longitude": "-75.887830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13902", + "city": "Binghamton", + "state": "NY", + "latitude": "42.105375", + "longitude": "-75.887600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13903", + "city": "Binghamton", + "state": "NY", + "latitude": "42.077258", + "longitude": "-75.902260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13904", + "city": "Binghamton", + "state": "NY", + "latitude": "42.110927", + "longitude": "-75.852230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13905", + "city": "Binghamton", + "state": "NY", + "latitude": "42.121443", + "longitude": "-75.933290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "13942", + "city": "Whitestown", + "state": "NY", + "latitude": "43.114669", + "longitude": "-75.305811", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14001", + "city": "Akron", + "state": "NY", + "latitude": "43.024559", + "longitude": "-78.504140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14003", + "city": "Alabama", + "state": "NY", + "latitude": "42.998052", + "longitude": "-78.184813", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14004", + "city": "Alden", + "state": "NY", + "latitude": "42.898709", + "longitude": "-78.516520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14005", + "city": "Alexander", + "state": "NY", + "latitude": "42.906765", + "longitude": "-78.245810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14006", + "city": "Angola", + "state": "NY", + "latitude": "42.633375", + "longitude": "-79.045670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14008", + "city": "Appleton", + "state": "NY", + "latitude": "43.318768", + "longitude": "-78.633280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14009", + "city": "Arcade", + "state": "NY", + "latitude": "42.582693", + "longitude": "-78.400690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14010", + "city": "Athol Springs", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14011", + "city": "Attica", + "state": "NY", + "latitude": "42.844962", + "longitude": "-78.278030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14012", + "city": "Barker", + "state": "NY", + "latitude": "43.337798", + "longitude": "-78.529550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14013", + "city": "Basom", + "state": "NY", + "latitude": "43.074578", + "longitude": "-78.403450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14020", + "city": "Batavia", + "state": "NY", + "latitude": "42.996507", + "longitude": "-78.192790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14021", + "city": "Batavia", + "state": "NY", + "latitude": "42.998052", + "longitude": "-78.184813", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14024", + "city": "Bliss", + "state": "NY", + "latitude": "42.579516", + "longitude": "-78.248180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14025", + "city": "Boston", + "state": "NY", + "latitude": "42.627312", + "longitude": "-78.737680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14026", + "city": "Bowmansville", + "state": "NY", + "latitude": "42.941025", + "longitude": "-78.685480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14027", + "city": "Brant", + "state": "NY", + "latitude": "42.570750", + "longitude": "-79.030785", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14028", + "city": "Burt", + "state": "NY", + "latitude": "43.326155", + "longitude": "-78.715640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14029", + "city": "Centerville", + "state": "NY", + "latitude": "42.474283", + "longitude": "-78.247413", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14030", + "city": "Chaffee", + "state": "NY", + "latitude": "42.562386", + "longitude": "-78.490870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14031", + "city": "Clarence", + "state": "NY", + "latitude": "42.981558", + "longitude": "-78.614840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14032", + "city": "Clarence Center", + "state": "NY", + "latitude": "43.019908", + "longitude": "-78.634970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14033", + "city": "Colden", + "state": "NY", + "latitude": "42.655098", + "longitude": "-78.684720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14034", + "city": "Collins", + "state": "NY", + "latitude": "42.498791", + "longitude": "-78.883500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14035", + "city": "Collins Center", + "state": "NY", + "latitude": "42.490640", + "longitude": "-78.849861", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14036", + "city": "Corfu", + "state": "NY", + "latitude": "42.974083", + "longitude": "-78.389610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14037", + "city": "Cowlesville", + "state": "NY", + "latitude": "42.814667", + "longitude": "-78.460760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14038", + "city": "Crittenden", + "state": "NY", + "latitude": "42.947259", + "longitude": "-78.474444", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14039", + "city": "Dale", + "state": "NY", + "latitude": "42.829129", + "longitude": "-78.176570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14040", + "city": "Darien Center", + "state": "NY", + "latitude": "42.891116", + "longitude": "-78.378720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14041", + "city": "Dayton", + "state": "NY", + "latitude": "42.408583", + "longitude": "-78.984391", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14042", + "city": "Delevan", + "state": "NY", + "latitude": "42.474779", + "longitude": "-78.473030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14043", + "city": "Depew", + "state": "NY", + "latitude": "42.904958", + "longitude": "-78.700600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14047", + "city": "Derby", + "state": "NY", + "latitude": "42.694598", + "longitude": "-78.981510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14048", + "city": "Dunkirk", + "state": "NY", + "latitude": "42.479471", + "longitude": "-79.328050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14051", + "city": "East Amherst", + "state": "NY", + "latitude": "43.025217", + "longitude": "-78.703940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14052", + "city": "East Aurora", + "state": "NY", + "latitude": "42.770859", + "longitude": "-78.598040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14054", + "city": "East Bethany", + "state": "NY", + "latitude": "42.903676", + "longitude": "-78.134810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14055", + "city": "East Concord", + "state": "NY", + "latitude": "42.554206", + "longitude": "-78.618290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14056", + "city": "East Pembroke", + "state": "NY", + "latitude": "42.991173", + "longitude": "-78.312171", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14057", + "city": "Eden", + "state": "NY", + "latitude": "42.651776", + "longitude": "-78.876340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14058", + "city": "Elba", + "state": "NY", + "latitude": "43.091886", + "longitude": "-78.151510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14059", + "city": "Elma", + "state": "NY", + "latitude": "42.834159", + "longitude": "-78.642460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14060", + "city": "Farmersville Station", + "state": "NY", + "latitude": "42.443406", + "longitude": "-78.323020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14061", + "city": "Farnham", + "state": "NY", + "latitude": "42.594627", + "longitude": "-79.084040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14062", + "city": "Forestville", + "state": "NY", + "latitude": "42.450845", + "longitude": "-79.165280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14063", + "city": "Fredonia", + "state": "NY", + "latitude": "42.425683", + "longitude": "-79.337100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14064", + "city": "Rochester", + "state": "NY", + "latitude": "43.158013", + "longitude": "-77.607049", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14065", + "city": "Freedom", + "state": "NY", + "latitude": "42.483508", + "longitude": "-78.300110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14066", + "city": "Gainesville", + "state": "NY", + "latitude": "42.619549", + "longitude": "-78.161530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14067", + "city": "Gasport", + "state": "NY", + "latitude": "43.202580", + "longitude": "-78.568680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14068", + "city": "Getzville", + "state": "NY", + "latitude": "43.025340", + "longitude": "-78.762410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14069", + "city": "Glenwood", + "state": "NY", + "latitude": "42.601635", + "longitude": "-78.642730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14070", + "city": "Gowanda", + "state": "NY", + "latitude": "42.453234", + "longitude": "-78.934800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14072", + "city": "Grand Island", + "state": "NY", + "latitude": "43.011823", + "longitude": "-78.959140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14075", + "city": "Hamburg", + "state": "NY", + "latitude": "42.734051", + "longitude": "-78.841300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14080", + "city": "Holland", + "state": "NY", + "latitude": "42.640351", + "longitude": "-78.534940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14081", + "city": "Irving", + "state": "NY", + "latitude": "42.573552", + "longitude": "-79.090020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14082", + "city": "Java Center", + "state": "NY", + "latitude": "42.661838", + "longitude": "-78.383090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14083", + "city": "Java Village", + "state": "NY", + "latitude": "42.676913", + "longitude": "-78.440750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14085", + "city": "Lake View", + "state": "NY", + "latitude": "42.718308", + "longitude": "-78.937200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14086", + "city": "Lancaster", + "state": "NY", + "latitude": "42.904258", + "longitude": "-78.655190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14091", + "city": "Lawtons", + "state": "NY", + "latitude": "42.535917", + "longitude": "-78.882350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14092", + "city": "Lewiston", + "state": "NY", + "latitude": "43.169055", + "longitude": "-79.024260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14094", + "city": "Lockport", + "state": "NY", + "latitude": "43.160857", + "longitude": "-78.687560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14095", + "city": "Lockport", + "state": "NY", + "latitude": "43.326840", + "longitude": "-78.830681", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14098", + "city": "Lyndonville", + "state": "NY", + "latitude": "43.338755", + "longitude": "-78.393100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14101", + "city": "Machias", + "state": "NY", + "latitude": "42.393206", + "longitude": "-78.526550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14102", + "city": "Marilla", + "state": "NY", + "latitude": "42.838643", + "longitude": "-78.556010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14103", + "city": "Medina", + "state": "NY", + "latitude": "43.217155", + "longitude": "-78.387460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14105", + "city": "Middleport", + "state": "NY", + "latitude": "43.199665", + "longitude": "-78.483780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14107", + "city": "Model City", + "state": "NY", + "latitude": "43.326840", + "longitude": "-78.830681", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14108", + "city": "Newfane", + "state": "NY", + "latitude": "43.264406", + "longitude": "-78.726340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14109", + "city": "Niagara University", + "state": "NY", + "latitude": "43.326840", + "longitude": "-78.830681", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14110", + "city": "North Boston", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14111", + "city": "North Collins", + "state": "NY", + "latitude": "42.593148", + "longitude": "-78.914980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14112", + "city": "North Evans", + "state": "NY", + "latitude": "42.691742", + "longitude": "-78.992658", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14113", + "city": "North Java", + "state": "NY", + "latitude": "42.672162", + "longitude": "-78.337450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14120", + "city": "North Tonawanda", + "state": "NY", + "latitude": "43.048156", + "longitude": "-78.863380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14125", + "city": "Oakfield", + "state": "NY", + "latitude": "43.077433", + "longitude": "-78.278160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14126", + "city": "Olcott", + "state": "NY", + "latitude": "43.330443", + "longitude": "-78.726661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14127", + "city": "Orchard Park", + "state": "NY", + "latitude": "42.759917", + "longitude": "-78.752940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14129", + "city": "Perrysburg", + "state": "NY", + "latitude": "42.469165", + "longitude": "-79.010690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14130", + "city": "Pike", + "state": "NY", + "latitude": "42.543108", + "longitude": "-78.153849", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14131", + "city": "Ransomville", + "state": "NY", + "latitude": "43.237855", + "longitude": "-78.908840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14132", + "city": "Sanborn", + "state": "NY", + "latitude": "43.140056", + "longitude": "-78.882970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14133", + "city": "Sandusky", + "state": "NY", + "latitude": "42.489129", + "longitude": "-78.366991", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14134", + "city": "Sardinia", + "state": "NY", + "latitude": "42.534854", + "longitude": "-78.521130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14135", + "city": "Sheridan", + "state": "NY", + "latitude": "42.488983", + "longitude": "-79.238997", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14136", + "city": "Silver Creek", + "state": "NY", + "latitude": "42.535276", + "longitude": "-79.165390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14138", + "city": "South Dayton", + "state": "NY", + "latitude": "42.372077", + "longitude": "-79.055520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14139", + "city": "South Wales", + "state": "NY", + "latitude": "42.716919", + "longitude": "-78.539310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14140", + "city": "Spring Brook", + "state": "NY", + "latitude": "42.807159", + "longitude": "-78.667599", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14141", + "city": "Springville", + "state": "NY", + "latitude": "42.516248", + "longitude": "-78.689440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14143", + "city": "Stafford", + "state": "NY", + "latitude": "42.977828", + "longitude": "-78.079340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14144", + "city": "Stella Niagara", + "state": "NY", + "latitude": "43.199494", + "longitude": "-79.042477", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14145", + "city": "Strykersville", + "state": "NY", + "latitude": "42.720756", + "longitude": "-78.434290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14150", + "city": "Tonawanda", + "state": "NY", + "latitude": "43.001907", + "longitude": "-78.863100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14151", + "city": "Tonawanda", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14166", + "city": "Van Buren Point", + "state": "NY", + "latitude": "42.451100", + "longitude": "-79.415421", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14167", + "city": "Varysburg", + "state": "NY", + "latitude": "42.750175", + "longitude": "-78.322830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14168", + "city": "Versailles", + "state": "NY", + "latitude": "42.509271", + "longitude": "-78.999471", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14169", + "city": "Wales Center", + "state": "NY", + "latitude": "42.767333", + "longitude": "-78.585646", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14170", + "city": "West Falls", + "state": "NY", + "latitude": "42.692304", + "longitude": "-78.671470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14171", + "city": "West Valley", + "state": "NY", + "latitude": "42.426278", + "longitude": "-78.647400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14172", + "city": "Wilson", + "state": "NY", + "latitude": "43.307288", + "longitude": "-78.833680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14173", + "city": "Yorkshire", + "state": "NY", + "latitude": "42.524691", + "longitude": "-78.475474", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14174", + "city": "Youngstown", + "state": "NY", + "latitude": "43.247054", + "longitude": "-79.025620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14201", + "city": "Buffalo", + "state": "NY", + "latitude": "42.896407", + "longitude": "-78.885150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14202", + "city": "Buffalo", + "state": "NY", + "latitude": "42.886357", + "longitude": "-78.877900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14203", + "city": "Buffalo", + "state": "NY", + "latitude": "42.880107", + "longitude": "-78.869900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14204", + "city": "Buffalo", + "state": "NY", + "latitude": "42.884008", + "longitude": "-78.861520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14205", + "city": "Buffalo", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14206", + "city": "Buffalo", + "state": "NY", + "latitude": "42.880105", + "longitude": "-78.810490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14207", + "city": "Buffalo", + "state": "NY", + "latitude": "42.947220", + "longitude": "-78.896940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14208", + "city": "Buffalo", + "state": "NY", + "latitude": "42.914307", + "longitude": "-78.850720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14209", + "city": "Buffalo", + "state": "NY", + "latitude": "42.913257", + "longitude": "-78.866120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14210", + "city": "Buffalo", + "state": "NY", + "latitude": "42.866708", + "longitude": "-78.831390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14211", + "city": "Buffalo", + "state": "NY", + "latitude": "42.907358", + "longitude": "-78.823550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14212", + "city": "Buffalo", + "state": "NY", + "latitude": "42.894758", + "longitude": "-78.823030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14213", + "city": "Buffalo", + "state": "NY", + "latitude": "42.916057", + "longitude": "-78.891500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14214", + "city": "Buffalo", + "state": "NY", + "latitude": "42.941407", + "longitude": "-78.837410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14215", + "city": "Buffalo", + "state": "NY", + "latitude": "42.934757", + "longitude": "-78.811800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14216", + "city": "Buffalo", + "state": "NY", + "latitude": "42.949707", + "longitude": "-78.859230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14217", + "city": "Buffalo", + "state": "NY", + "latitude": "42.968707", + "longitude": "-78.874500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14218", + "city": "Buffalo", + "state": "NY", + "latitude": "42.821008", + "longitude": "-78.824480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14219", + "city": "Buffalo", + "state": "NY", + "latitude": "42.790708", + "longitude": "-78.827170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14220", + "city": "Buffalo", + "state": "NY", + "latitude": "42.845758", + "longitude": "-78.818700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14221", + "city": "Buffalo", + "state": "NY", + "latitude": "42.977456", + "longitude": "-78.733560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14222", + "city": "Buffalo", + "state": "NY", + "latitude": "42.917657", + "longitude": "-78.877900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14223", + "city": "Buffalo", + "state": "NY", + "latitude": "42.972207", + "longitude": "-78.842340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14224", + "city": "Buffalo", + "state": "NY", + "latitude": "42.836858", + "longitude": "-78.755570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14225", + "city": "Buffalo", + "state": "NY", + "latitude": "42.929891", + "longitude": "-78.758130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14226", + "city": "Buffalo", + "state": "NY", + "latitude": "42.968057", + "longitude": "-78.800470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14227", + "city": "Buffalo", + "state": "NY", + "latitude": "42.881372", + "longitude": "-78.744660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14228", + "city": "Buffalo", + "state": "NY", + "latitude": "43.023347", + "longitude": "-78.794940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14231", + "city": "Buffalo", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14233", + "city": "Buffalo", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14240", + "city": "Buffalo", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14241", + "city": "Buffalo", + "state": "NY", + "latitude": "42.938258", + "longitude": "-78.744053", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14260", + "city": "Buffalo", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14261", + "city": "Buffalo", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14263", + "city": "Buffalo", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14264", + "city": "Buffalo", + "state": "NY", + "latitude": "42.885568", + "longitude": "-78.873479", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14265", + "city": "Buffalo", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14267", + "city": "Buffalo", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14269", + "city": "Buffalo", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14270", + "city": "Buffalo", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14272", + "city": "Buffalo", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14273", + "city": "Buffalo", + "state": "NY", + "latitude": "42.754950", + "longitude": "-78.784908", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14276", + "city": "Buffalo", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14280", + "city": "Buffalo", + "state": "NY", + "latitude": "42.768413", + "longitude": "-78.887094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14301", + "city": "Niagara Falls", + "state": "NY", + "latitude": "43.096555", + "longitude": "-79.039250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14302", + "city": "Niagara Falls", + "state": "NY", + "latitude": "43.326840", + "longitude": "-78.830681", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14303", + "city": "Niagara Falls", + "state": "NY", + "latitude": "43.086355", + "longitude": "-79.037360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14304", + "city": "Niagara Falls", + "state": "NY", + "latitude": "43.091106", + "longitude": "-78.962490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14305", + "city": "Niagara Falls", + "state": "NY", + "latitude": "43.115355", + "longitude": "-79.037690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14410", + "city": "Adams Basin", + "state": "NY", + "latitude": "43.195261", + "longitude": "-77.855883", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14411", + "city": "Albion", + "state": "NY", + "latitude": "43.244034", + "longitude": "-78.202300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14413", + "city": "Alton", + "state": "NY", + "latitude": "43.222735", + "longitude": "-76.982149", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14414", + "city": "Avon", + "state": "NY", + "latitude": "42.899233", + "longitude": "-77.733720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14415", + "city": "Bellona", + "state": "NY", + "latitude": "42.757486", + "longitude": "-77.023110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14416", + "city": "Bergen", + "state": "NY", + "latitude": "43.067831", + "longitude": "-77.990240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14417", + "city": "Geneseo", + "state": "NY", + "latitude": "42.834813", + "longitude": "-77.715406", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14418", + "city": "Branchport", + "state": "NY", + "latitude": "42.605481", + "longitude": "-77.201170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14420", + "city": "Brockport", + "state": "NY", + "latitude": "43.214261", + "longitude": "-77.939370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14422", + "city": "Byron", + "state": "NY", + "latitude": "43.079217", + "longitude": "-78.063710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14423", + "city": "Caledonia", + "state": "NY", + "latitude": "42.937589", + "longitude": "-77.835280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14424", + "city": "Canandaigua", + "state": "NY", + "latitude": "42.852970", + "longitude": "-77.294660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14425", + "city": "Farmington", + "state": "NY", + "latitude": "42.985007", + "longitude": "-77.346000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14427", + "city": "Castile", + "state": "NY", + "latitude": "42.635290", + "longitude": "-78.051350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14428", + "city": "Churchville", + "state": "NY", + "latitude": "43.079181", + "longitude": "-77.873340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14429", + "city": "Clarendon", + "state": "NY", + "latitude": "43.381027", + "longitude": "-78.231338", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14430", + "city": "Clarkson", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14432", + "city": "Clifton Springs", + "state": "NY", + "latitude": "42.965372", + "longitude": "-77.144160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14433", + "city": "Clyde", + "state": "NY", + "latitude": "43.073510", + "longitude": "-76.875570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14435", + "city": "Conesus", + "state": "NY", + "latitude": "42.706781", + "longitude": "-77.681030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14437", + "city": "Dansville", + "state": "NY", + "latitude": "42.576771", + "longitude": "-77.719250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14441", + "city": "Dresden", + "state": "NY", + "latitude": "42.684588", + "longitude": "-76.957750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14443", + "city": "East Bloomfield", + "state": "NY", + "latitude": "42.900966", + "longitude": "-77.423310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14445", + "city": "East Rochester", + "state": "NY", + "latitude": "43.111663", + "longitude": "-77.487090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14449", + "city": "East Williamson", + "state": "NY", + "latitude": "43.235369", + "longitude": "-77.137642", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14450", + "city": "Fairport", + "state": "NY", + "latitude": "43.091714", + "longitude": "-77.434830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14452", + "city": "Fancher", + "state": "NY", + "latitude": "43.381027", + "longitude": "-78.231338", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14453", + "city": "Fishers", + "state": "NY", + "latitude": "43.010908", + "longitude": "-77.470540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14454", + "city": "Geneseo", + "state": "NY", + "latitude": "42.798159", + "longitude": "-77.777330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14456", + "city": "Geneva", + "state": "NY", + "latitude": "42.853039", + "longitude": "-76.993940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14458", + "city": "Lima", + "state": "NY", + "latitude": "42.855029", + "longitude": "-77.668326", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14461", + "city": "Gorham", + "state": "NY", + "latitude": "42.808127", + "longitude": "-77.287611", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14462", + "city": "Groveland", + "state": "NY", + "latitude": "42.681361", + "longitude": "-77.753020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14463", + "city": "Hall", + "state": "NY", + "latitude": "42.796578", + "longitude": "-77.063876", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14464", + "city": "Hamlin", + "state": "NY", + "latitude": "43.319027", + "longitude": "-77.919910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14466", + "city": "Hemlock", + "state": "NY", + "latitude": "42.787276", + "longitude": "-77.589830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14467", + "city": "Henrietta", + "state": "NY", + "latitude": "43.048663", + "longitude": "-77.608430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14468", + "city": "Hilton", + "state": "NY", + "latitude": "43.289787", + "longitude": "-77.795480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14469", + "city": "Bloomfield", + "state": "NY", + "latitude": "42.868609", + "longitude": "-77.450900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14470", + "city": "Holley", + "state": "NY", + "latitude": "43.221689", + "longitude": "-78.043930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14471", + "city": "Honeoye", + "state": "NY", + "latitude": "42.762059", + "longitude": "-77.504880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14472", + "city": "Honeoye Falls", + "state": "NY", + "latitude": "42.964593", + "longitude": "-77.591900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14475", + "city": "Ionia", + "state": "NY", + "latitude": "42.933105", + "longitude": "-77.496870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14476", + "city": "Kendall", + "state": "NY", + "latitude": "43.339304", + "longitude": "-78.025810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14477", + "city": "Kent", + "state": "NY", + "latitude": "43.341512", + "longitude": "-78.141280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14478", + "city": "Keuka Park", + "state": "NY", + "latitude": "42.589281", + "longitude": "-77.118240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14479", + "city": "Knowlesville", + "state": "NY", + "latitude": "43.241502", + "longitude": "-78.318828", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14480", + "city": "Lakeville", + "state": "NY", + "latitude": "42.837786", + "longitude": "-77.706250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14481", + "city": "Leicester", + "state": "NY", + "latitude": "42.780121", + "longitude": "-77.914990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14482", + "city": "Le Roy", + "state": "NY", + "latitude": "42.979887", + "longitude": "-77.970530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14484", + "city": "Portage", + "state": "NY", + "latitude": "42.558227", + "longitude": "-78.047214", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14485", + "city": "Lima", + "state": "NY", + "latitude": "42.879208", + "longitude": "-77.601830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14486", + "city": "Linwood", + "state": "NY", + "latitude": "42.915297", + "longitude": "-77.949818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14487", + "city": "Livonia", + "state": "NY", + "latitude": "42.809908", + "longitude": "-77.653010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14488", + "city": "Livonia Center", + "state": "NY", + "latitude": "42.729839", + "longitude": "-77.773919", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14489", + "city": "Lyons", + "state": "NY", + "latitude": "43.076715", + "longitude": "-76.992310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14502", + "city": "Macedon", + "state": "NY", + "latitude": "43.087860", + "longitude": "-77.330680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14504", + "city": "Manchester", + "state": "NY", + "latitude": "42.970621", + "longitude": "-77.229800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14505", + "city": "Marion", + "state": "NY", + "latitude": "43.160635", + "longitude": "-77.169480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14506", + "city": "Mendon", + "state": "NY", + "latitude": "42.999201", + "longitude": "-77.502630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14507", + "city": "Middlesex", + "state": "NY", + "latitude": "42.702921", + "longitude": "-77.274470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14508", + "city": "Morton", + "state": "NY", + "latitude": "43.381027", + "longitude": "-78.231338", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14510", + "city": "Mount Morris", + "state": "NY", + "latitude": "42.692608", + "longitude": "-77.876630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14511", + "city": "Mumford", + "state": "NY", + "latitude": "43.002612", + "longitude": "-77.864580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14512", + "city": "Naples", + "state": "NY", + "latitude": "42.628515", + "longitude": "-77.394570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14513", + "city": "Newark", + "state": "NY", + "latitude": "43.052126", + "longitude": "-77.094240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14514", + "city": "North Chili", + "state": "NY", + "latitude": "43.122386", + "longitude": "-77.803470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14515", + "city": "North Greece", + "state": "NY", + "latitude": "43.257819", + "longitude": "-77.735079", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14516", + "city": "North Rose", + "state": "NY", + "latitude": "43.197378", + "longitude": "-76.914430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14517", + "city": "Nunda", + "state": "NY", + "latitude": "42.589984", + "longitude": "-77.907500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14518", + "city": "Oaks Corners", + "state": "NY", + "latitude": "42.931873", + "longitude": "-77.011839", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14519", + "city": "Ontario", + "state": "NY", + "latitude": "43.227921", + "longitude": "-77.300970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14520", + "city": "Ontario Center", + "state": "NY", + "latitude": "43.348369", + "longitude": "-77.045288", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14521", + "city": "Ovid", + "state": "NY", + "latitude": "42.699637", + "longitude": "-76.829640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14522", + "city": "Palmyra", + "state": "NY", + "latitude": "43.063858", + "longitude": "-77.222300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14525", + "city": "Pavilion", + "state": "NY", + "latitude": "42.876222", + "longitude": "-78.000560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14526", + "city": "Penfield", + "state": "NY", + "latitude": "43.145342", + "longitude": "-77.458490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14527", + "city": "Penn Yan", + "state": "NY", + "latitude": "42.664079", + "longitude": "-77.056640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14529", + "city": "Perkinsville", + "state": "NY", + "latitude": "42.535363", + "longitude": "-77.628857", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14530", + "city": "Perry", + "state": "NY", + "latitude": "42.724075", + "longitude": "-78.003610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14532", + "city": "Phelps", + "state": "NY", + "latitude": "42.964535", + "longitude": "-77.024860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14533", + "city": "Piffard", + "state": "NY", + "latitude": "42.846509", + "longitude": "-77.887950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14534", + "city": "Pittsford", + "state": "NY", + "latitude": "43.071131", + "longitude": "-77.511810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14536", + "city": "Portageville", + "state": "NY", + "latitude": "42.545230", + "longitude": "-78.069290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14537", + "city": "Port Gibson", + "state": "NY", + "latitude": "43.033002", + "longitude": "-77.157465", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14538", + "city": "Pultneyville", + "state": "NY", + "latitude": "43.283582", + "longitude": "-77.142027", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14539", + "city": "Retsof", + "state": "NY", + "latitude": "42.834327", + "longitude": "-77.877876", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14541", + "city": "Romulus", + "state": "NY", + "latitude": "42.751470", + "longitude": "-76.853530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14542", + "city": "Rose", + "state": "NY", + "latitude": "43.144795", + "longitude": "-76.860779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14543", + "city": "Rush", + "state": "NY", + "latitude": "42.987230", + "longitude": "-77.674330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14544", + "city": "Rushville", + "state": "NY", + "latitude": "42.756060", + "longitude": "-77.240240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14545", + "city": "Scottsburg", + "state": "NY", + "latitude": "42.664904", + "longitude": "-77.712750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14546", + "city": "Scottsville", + "state": "NY", + "latitude": "43.030313", + "longitude": "-77.783600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14547", + "city": "Seneca Castle", + "state": "NY", + "latitude": "42.808127", + "longitude": "-77.287611", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14548", + "city": "Shortsville", + "state": "NY", + "latitude": "42.973420", + "longitude": "-77.243400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14549", + "city": "Silver Lake", + "state": "NY", + "latitude": "42.692874", + "longitude": "-78.022364", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14550", + "city": "Silver Springs", + "state": "NY", + "latitude": "42.669499", + "longitude": "-78.093750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14551", + "city": "Sodus", + "state": "NY", + "latitude": "43.226024", + "longitude": "-77.035990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14555", + "city": "Sodus Point", + "state": "NY", + "latitude": "43.269332", + "longitude": "-76.987600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14556", + "city": "Sonyea", + "state": "NY", + "latitude": "42.729839", + "longitude": "-77.773919", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14557", + "city": "South Byron", + "state": "NY", + "latitude": "43.041606", + "longitude": "-78.057252", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14558", + "city": "South Lima", + "state": "NY", + "latitude": "42.855409", + "longitude": "-77.687643", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14559", + "city": "Spencerport", + "state": "NY", + "latitude": "43.189862", + "longitude": "-77.818090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14560", + "city": "Springwater", + "state": "NY", + "latitude": "42.674773", + "longitude": "-77.583410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14561", + "city": "Stanley", + "state": "NY", + "latitude": "42.815171", + "longitude": "-77.132100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14563", + "city": "Union Hill", + "state": "NY", + "latitude": "43.348369", + "longitude": "-77.045288", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14564", + "city": "Victor", + "state": "NY", + "latitude": "42.980323", + "longitude": "-77.420220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14568", + "city": "Walworth", + "state": "NY", + "latitude": "43.134783", + "longitude": "-77.285150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14569", + "city": "Warsaw", + "state": "NY", + "latitude": "42.739447", + "longitude": "-78.159480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14571", + "city": "Waterport", + "state": "NY", + "latitude": "43.346530", + "longitude": "-78.254120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14572", + "city": "Wayland", + "state": "NY", + "latitude": "42.569876", + "longitude": "-77.576370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14580", + "city": "Webster", + "state": "NY", + "latitude": "43.220991", + "longitude": "-77.453640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14585", + "city": "West Bloomfield", + "state": "NY", + "latitude": "42.901162", + "longitude": "-77.548480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14586", + "city": "West Henrietta", + "state": "NY", + "latitude": "43.040271", + "longitude": "-77.682150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14588", + "city": "Willard", + "state": "NY", + "latitude": "42.683451", + "longitude": "-76.872442", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14589", + "city": "Williamson", + "state": "NY", + "latitude": "43.248160", + "longitude": "-77.184980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14590", + "city": "Wolcott", + "state": "NY", + "latitude": "43.234753", + "longitude": "-76.825200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14591", + "city": "Wyoming", + "state": "NY", + "latitude": "42.829405", + "longitude": "-78.088870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14592", + "city": "York", + "state": "NY", + "latitude": "42.875685", + "longitude": "-77.883511", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14601", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14602", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14603", + "city": "Rochester", + "state": "NY", + "latitude": "43.161613", + "longitude": "-77.606774", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14604", + "city": "Rochester", + "state": "NY", + "latitude": "43.156963", + "longitude": "-77.603750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14605", + "city": "Rochester", + "state": "NY", + "latitude": "43.167563", + "longitude": "-77.601200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14606", + "city": "Rochester", + "state": "NY", + "latitude": "43.168062", + "longitude": "-77.681320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14607", + "city": "Rochester", + "state": "NY", + "latitude": "43.149863", + "longitude": "-77.589620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14608", + "city": "Rochester", + "state": "NY", + "latitude": "43.155568", + "longitude": "-77.624010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14609", + "city": "Rochester", + "state": "NY", + "latitude": "43.175113", + "longitude": "-77.562720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14610", + "city": "Rochester", + "state": "NY", + "latitude": "43.142259", + "longitude": "-77.545870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14611", + "city": "Rochester", + "state": "NY", + "latitude": "43.147563", + "longitude": "-77.641620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14612", + "city": "Rochester", + "state": "NY", + "latitude": "43.256462", + "longitude": "-77.661830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14613", + "city": "Rochester", + "state": "NY", + "latitude": "43.182163", + "longitude": "-77.637940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14614", + "city": "Rochester", + "state": "NY", + "latitude": "43.155863", + "longitude": "-77.615190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14615", + "city": "Rochester", + "state": "NY", + "latitude": "43.204695", + "longitude": "-77.651940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14616", + "city": "Rochester", + "state": "NY", + "latitude": "43.232312", + "longitude": "-77.649050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14617", + "city": "Rochester", + "state": "NY", + "latitude": "43.223213", + "longitude": "-77.597210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14618", + "city": "Rochester", + "state": "NY", + "latitude": "43.116713", + "longitude": "-77.559040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14619", + "city": "Rochester", + "state": "NY", + "latitude": "43.136363", + "longitude": "-77.646850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14620", + "city": "Rochester", + "state": "NY", + "latitude": "43.132474", + "longitude": "-77.603770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14621", + "city": "Rochester", + "state": "NY", + "latitude": "43.185163", + "longitude": "-77.603680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14622", + "city": "Rochester", + "state": "NY", + "latitude": "43.215430", + "longitude": "-77.556380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14623", + "city": "Rochester", + "state": "NY", + "latitude": "43.087613", + "longitude": "-77.635200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14624", + "city": "Rochester", + "state": "NY", + "latitude": "43.127195", + "longitude": "-77.724650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14625", + "city": "Rochester", + "state": "NY", + "latitude": "43.143663", + "longitude": "-77.511140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14626", + "city": "Rochester", + "state": "NY", + "latitude": "43.214613", + "longitude": "-77.706260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14627", + "city": "Rochester", + "state": "NY", + "latitude": "43.127513", + "longitude": "-77.627674", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14638", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14639", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14642", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14643", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14644", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14645", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14646", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14647", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14649", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14650", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14651", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14652", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14653", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14660", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14664", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14673", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14683", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14692", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14694", + "city": "Rochester", + "state": "NY", + "latitude": "43.286024", + "longitude": "-77.684264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14701", + "city": "Jamestown", + "state": "NY", + "latitude": "42.091790", + "longitude": "-79.244590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14702", + "city": "Jamestown", + "state": "NY", + "latitude": "42.081657", + "longitude": "-79.294921", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14703", + "city": "Jamestown", + "state": "NY", + "latitude": "42.342529", + "longitude": "-79.410910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14704", + "city": "Jamestown", + "state": "NY", + "latitude": "42.342529", + "longitude": "-79.410910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14706", + "city": "Allegany", + "state": "NY", + "latitude": "42.101430", + "longitude": "-78.515870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14707", + "city": "Allentown", + "state": "NY", + "latitude": "42.073739", + "longitude": "-78.059374", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14708", + "city": "Alma", + "state": "NY", + "latitude": "42.016108", + "longitude": "-78.057680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14709", + "city": "Angelica", + "state": "NY", + "latitude": "42.339925", + "longitude": "-77.994130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14710", + "city": "Ashville", + "state": "NY", + "latitude": "42.098227", + "longitude": "-79.408650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14711", + "city": "Belfast", + "state": "NY", + "latitude": "42.319654", + "longitude": "-78.133840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14712", + "city": "Bemus Point", + "state": "NY", + "latitude": "42.170787", + "longitude": "-79.376890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14714", + "city": "Black Creek", + "state": "NY", + "latitude": "42.279786", + "longitude": "-78.237690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14715", + "city": "Bolivar", + "state": "NY", + "latitude": "42.076186", + "longitude": "-78.144890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14716", + "city": "Brocton", + "state": "NY", + "latitude": "42.390802", + "longitude": "-79.438730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14717", + "city": "Caneadea", + "state": "NY", + "latitude": "42.370740", + "longitude": "-78.193350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14718", + "city": "Cassadaga", + "state": "NY", + "latitude": "42.343265", + "longitude": "-79.301010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14719", + "city": "Cattaraugus", + "state": "NY", + "latitude": "42.329183", + "longitude": "-78.874360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14720", + "city": "Celoron", + "state": "NY", + "latitude": "42.105907", + "longitude": "-79.279120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14721", + "city": "Ceres", + "state": "NY", + "latitude": "41.999435", + "longitude": "-78.272570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14722", + "city": "Chautauqua", + "state": "NY", + "latitude": "42.187468", + "longitude": "-79.450523", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14723", + "city": "Cherry Creek", + "state": "NY", + "latitude": "42.316386", + "longitude": "-79.136400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14724", + "city": "Clymer", + "state": "NY", + "latitude": "42.066681", + "longitude": "-79.666120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14726", + "city": "Conewango Valley", + "state": "NY", + "latitude": "42.251075", + "longitude": "-79.037850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14727", + "city": "Cuba", + "state": "NY", + "latitude": "42.213216", + "longitude": "-78.286490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14728", + "city": "Dewittville", + "state": "NY", + "latitude": "42.258967", + "longitude": "-79.433480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14729", + "city": "East Otto", + "state": "NY", + "latitude": "42.382899", + "longitude": "-78.721010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14730", + "city": "East Randolph", + "state": "NY", + "latitude": "42.174736", + "longitude": "-78.947340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14731", + "city": "Ellicottville", + "state": "NY", + "latitude": "42.286037", + "longitude": "-78.654250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14732", + "city": "Ellington", + "state": "NY", + "latitude": "42.229098", + "longitude": "-79.113470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14733", + "city": "Falconer", + "state": "NY", + "latitude": "42.128469", + "longitude": "-79.191260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14735", + "city": "Fillmore", + "state": "NY", + "latitude": "42.456047", + "longitude": "-78.097300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14736", + "city": "Findley Lake", + "state": "NY", + "latitude": "42.130247", + "longitude": "-79.749330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14737", + "city": "Franklinville", + "state": "NY", + "latitude": "42.335628", + "longitude": "-78.431140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14738", + "city": "Frewsburg", + "state": "NY", + "latitude": "42.038500", + "longitude": "-79.076220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14739", + "city": "Friendship", + "state": "NY", + "latitude": "42.192384", + "longitude": "-78.143080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14740", + "city": "Gerry", + "state": "NY", + "latitude": "42.230692", + "longitude": "-79.171850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14741", + "city": "Great Valley", + "state": "NY", + "latitude": "42.220602", + "longitude": "-78.633700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14742", + "city": "Greenhurst", + "state": "NY", + "latitude": "42.120512", + "longitude": "-79.309580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14743", + "city": "Hinsdale", + "state": "NY", + "latitude": "42.203691", + "longitude": "-78.407000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14744", + "city": "Houghton", + "state": "NY", + "latitude": "42.426885", + "longitude": "-78.195090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14745", + "city": "Hume", + "state": "NY", + "latitude": "42.477700", + "longitude": "-78.140343", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14747", + "city": "Kennedy", + "state": "NY", + "latitude": "42.154315", + "longitude": "-79.089050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14748", + "city": "Kill Buck", + "state": "NY", + "latitude": "42.130224", + "longitude": "-78.645830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14750", + "city": "Lakewood", + "state": "NY", + "latitude": "42.098657", + "longitude": "-79.324390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14751", + "city": "Leon", + "state": "NY", + "latitude": "42.298328", + "longitude": "-79.006231", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14752", + "city": "Lily Dale", + "state": "NY", + "latitude": "42.352416", + "longitude": "-79.323502", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14753", + "city": "Limestone", + "state": "NY", + "latitude": "42.035792", + "longitude": "-78.617890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14754", + "city": "Little Genesee", + "state": "NY", + "latitude": "42.020028", + "longitude": "-78.203680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14755", + "city": "Little Valley", + "state": "NY", + "latitude": "42.249436", + "longitude": "-78.802820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14756", + "city": "Maple Springs", + "state": "NY", + "latitude": "42.198150", + "longitude": "-79.417353", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14757", + "city": "Mayville", + "state": "NY", + "latitude": "42.226149", + "longitude": "-79.483960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14758", + "city": "Niobe", + "state": "NY", + "latitude": "42.342529", + "longitude": "-79.410910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14760", + "city": "Olean", + "state": "NY", + "latitude": "42.076574", + "longitude": "-78.427440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14766", + "city": "Otto", + "state": "NY", + "latitude": "42.357543", + "longitude": "-78.807283", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14767", + "city": "Panama", + "state": "NY", + "latitude": "42.043339", + "longitude": "-79.513610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14769", + "city": "Portland", + "state": "NY", + "latitude": "42.372864", + "longitude": "-79.475230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14770", + "city": "Portville", + "state": "NY", + "latitude": "42.047063", + "longitude": "-78.306590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14771", + "city": "Canadice", + "state": "NY", + "latitude": "42.737181", + "longitude": "-77.519784", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14772", + "city": "Randolph", + "state": "NY", + "latitude": "42.160787", + "longitude": "-78.951670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14774", + "city": "Richburg", + "state": "NY", + "latitude": "42.114385", + "longitude": "-78.168055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14775", + "city": "Ripley", + "state": "NY", + "latitude": "42.254906", + "longitude": "-79.691850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14776", + "city": "Rossburg", + "state": "NY", + "latitude": "42.260012", + "longitude": "-78.016139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14777", + "city": "Rushford", + "state": "NY", + "latitude": "42.385744", + "longitude": "-78.237540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14778", + "city": "Saint Bonaventure", + "state": "NY", + "latitude": "42.270112", + "longitude": "-78.684684", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14779", + "city": "Salamanca", + "state": "NY", + "latitude": "42.168508", + "longitude": "-78.729700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14781", + "city": "Sherman", + "state": "NY", + "latitude": "42.160982", + "longitude": "-79.597380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14782", + "city": "Sinclairville", + "state": "NY", + "latitude": "42.265234", + "longitude": "-79.260350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14783", + "city": "Steamburg", + "state": "NY", + "latitude": "42.100539", + "longitude": "-78.879670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14784", + "city": "Stockton", + "state": "NY", + "latitude": "42.326844", + "longitude": "-79.390200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14785", + "city": "Stow", + "state": "NY", + "latitude": "42.155693", + "longitude": "-79.412233", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14786", + "city": "West Clarksville", + "state": "NY", + "latitude": "42.122670", + "longitude": "-78.221332", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14787", + "city": "Westfield", + "state": "NY", + "latitude": "42.327029", + "longitude": "-79.573010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14788", + "city": "Westons Mills", + "state": "NY", + "latitude": "42.062125", + "longitude": "-78.377974", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14801", + "city": "Addison", + "state": "NY", + "latitude": "42.104389", + "longitude": "-77.288570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14802", + "city": "Alfred", + "state": "NY", + "latitude": "42.255694", + "longitude": "-77.789040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14803", + "city": "Alfred Station", + "state": "NY", + "latitude": "42.258793", + "longitude": "-77.777930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14804", + "city": "Almond", + "state": "NY", + "latitude": "42.321173", + "longitude": "-77.823120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14805", + "city": "Alpine", + "state": "NY", + "latitude": "42.366682", + "longitude": "-76.725620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14806", + "city": "Andover", + "state": "NY", + "latitude": "42.157534", + "longitude": "-77.792650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14807", + "city": "Arkport", + "state": "NY", + "latitude": "42.410387", + "longitude": "-77.713940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14808", + "city": "Atlanta", + "state": "NY", + "latitude": "42.560553", + "longitude": "-77.472570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14809", + "city": "Avoca", + "state": "NY", + "latitude": "42.419988", + "longitude": "-77.433920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14810", + "city": "Bath", + "state": "NY", + "latitude": "42.351281", + "longitude": "-77.336100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14812", + "city": "Beaver Dams", + "state": "NY", + "latitude": "42.286649", + "longitude": "-76.976600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14813", + "city": "Belmont", + "state": "NY", + "latitude": "42.238994", + "longitude": "-78.019070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14814", + "city": "Big Flats", + "state": "NY", + "latitude": "42.150834", + "longitude": "-76.948050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14815", + "city": "Bradford", + "state": "NY", + "latitude": "42.383304", + "longitude": "-77.087620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14816", + "city": "Breesport", + "state": "NY", + "latitude": "42.177039", + "longitude": "-76.734370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14817", + "city": "Brooktondale", + "state": "NY", + "latitude": "42.368000", + "longitude": "-76.354070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14818", + "city": "Burdett", + "state": "NY", + "latitude": "42.444243", + "longitude": "-76.832740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14819", + "city": "Cameron", + "state": "NY", + "latitude": "42.209280", + "longitude": "-77.427960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14820", + "city": "Cameron Mills", + "state": "NY", + "latitude": "42.192615", + "longitude": "-77.359790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14821", + "city": "Campbell", + "state": "NY", + "latitude": "42.235058", + "longitude": "-77.204910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14822", + "city": "Canaseraga", + "state": "NY", + "latitude": "42.442261", + "longitude": "-77.841250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14823", + "city": "Canisteo", + "state": "NY", + "latitude": "42.250187", + "longitude": "-77.584060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14824", + "city": "Cayuta", + "state": "NY", + "latitude": "42.265328", + "longitude": "-76.712630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14825", + "city": "Chemung", + "state": "NY", + "latitude": "42.043018", + "longitude": "-76.624590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14826", + "city": "Cohocton", + "state": "NY", + "latitude": "42.484672", + "longitude": "-77.498460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14827", + "city": "Coopers Plains", + "state": "NY", + "latitude": "42.178527", + "longitude": "-77.141357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14830", + "city": "Corning", + "state": "NY", + "latitude": "42.140881", + "longitude": "-77.047930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14831", + "city": "Corning", + "state": "NY", + "latitude": "42.145265", + "longitude": "-77.566830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14836", + "city": "Dalton", + "state": "NY", + "latitude": "42.523195", + "longitude": "-77.930080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14837", + "city": "Dundee", + "state": "NY", + "latitude": "42.502293", + "longitude": "-76.999700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14838", + "city": "Erin", + "state": "NY", + "latitude": "42.177019", + "longitude": "-76.666870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14839", + "city": "Greenwood", + "state": "NY", + "latitude": "42.129806", + "longitude": "-77.637050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14840", + "city": "Hammondsport", + "state": "NY", + "latitude": "42.453547", + "longitude": "-77.180190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14841", + "city": "Hector", + "state": "NY", + "latitude": "42.521501", + "longitude": "-76.862460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14842", + "city": "Himrod", + "state": "NY", + "latitude": "42.595985", + "longitude": "-76.947130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14843", + "city": "Hornell", + "state": "NY", + "latitude": "42.331062", + "longitude": "-77.655360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14844", + "city": "Horseheads", + "state": "NY", + "latitude": "42.160717", + "longitude": "-76.878456", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14845", + "city": "Horseheads", + "state": "NY", + "latitude": "42.181584", + "longitude": "-76.836390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14846", + "city": "Hunt", + "state": "NY", + "latitude": "42.542056", + "longitude": "-77.995010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14847", + "city": "Interlaken", + "state": "NY", + "latitude": "42.614518", + "longitude": "-76.724050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14850", + "city": "Ithaca", + "state": "NY", + "latitude": "42.449454", + "longitude": "-76.496850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14851", + "city": "Ithaca", + "state": "NY", + "latitude": "42.460721", + "longitude": "-76.505435", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14852", + "city": "Ithaca", + "state": "NY", + "latitude": "42.445074", + "longitude": "-76.467233", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14853", + "city": "Ithaca", + "state": "NY", + "latitude": "42.447373", + "longitude": "-76.483703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14854", + "city": "Jacksonville", + "state": "NY", + "latitude": "42.506320", + "longitude": "-76.608222", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14855", + "city": "Jasper", + "state": "NY", + "latitude": "42.135945", + "longitude": "-77.507800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14856", + "city": "Kanona", + "state": "NY", + "latitude": "42.374218", + "longitude": "-77.364812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14857", + "city": "Lakemont", + "state": "NY", + "latitude": "42.515233", + "longitude": "-76.920630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14858", + "city": "Lindley", + "state": "NY", + "latitude": "42.031280", + "longitude": "-77.134130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14859", + "city": "Lockwood", + "state": "NY", + "latitude": "42.116615", + "longitude": "-76.548060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14860", + "city": "Lodi", + "state": "NY", + "latitude": "42.590355", + "longitude": "-76.847450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14861", + "city": "Lowman", + "state": "NY", + "latitude": "42.074742", + "longitude": "-76.693170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14863", + "city": "Mecklenburg", + "state": "NY", + "latitude": "42.451569", + "longitude": "-76.706717", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14864", + "city": "Millport", + "state": "NY", + "latitude": "42.271938", + "longitude": "-76.839260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14865", + "city": "Montour Falls", + "state": "NY", + "latitude": "42.352725", + "longitude": "-76.842580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14867", + "city": "Newfield", + "state": "NY", + "latitude": "42.354851", + "longitude": "-76.603380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14869", + "city": "Odessa", + "state": "NY", + "latitude": "42.341316", + "longitude": "-76.779260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14870", + "city": "Painted Post", + "state": "NY", + "latitude": "42.173481", + "longitude": "-77.118440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14871", + "city": "Pine City", + "state": "NY", + "latitude": "42.048032", + "longitude": "-76.905210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14872", + "city": "Pine Valley", + "state": "NY", + "latitude": "42.218224", + "longitude": "-76.846940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14873", + "city": "Prattsburgh", + "state": "NY", + "latitude": "42.525335", + "longitude": "-77.296730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14874", + "city": "Pulteney", + "state": "NY", + "latitude": "42.527075", + "longitude": "-77.169630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14876", + "city": "Reading Center", + "state": "NY", + "latitude": "42.429721", + "longitude": "-76.925846", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14877", + "city": "Rexville", + "state": "NY", + "latitude": "42.060154", + "longitude": "-77.684550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14878", + "city": "Rock Stream", + "state": "NY", + "latitude": "42.451153", + "longitude": "-76.931320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14879", + "city": "Savona", + "state": "NY", + "latitude": "42.330602", + "longitude": "-77.193050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14880", + "city": "Scio", + "state": "NY", + "latitude": "42.170951", + "longitude": "-77.975560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14881", + "city": "Slaterville Springs", + "state": "NY", + "latitude": "42.395340", + "longitude": "-76.352110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14882", + "city": "Lansing", + "state": "NY", + "latitude": "42.564191", + "longitude": "-76.540770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14883", + "city": "Spencer", + "state": "NY", + "latitude": "42.234865", + "longitude": "-76.486430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14884", + "city": "Swain", + "state": "NY", + "latitude": "42.473556", + "longitude": "-77.895140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14885", + "city": "Troupsburg", + "state": "NY", + "latitude": "42.041973", + "longitude": "-77.563200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14886", + "city": "Trumansburg", + "state": "NY", + "latitude": "42.514320", + "longitude": "-76.668900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14887", + "city": "Tyrone", + "state": "NY", + "latitude": "42.399371", + "longitude": "-77.026768", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14889", + "city": "Van Etten", + "state": "NY", + "latitude": "42.212809", + "longitude": "-76.586180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14891", + "city": "Watkins Glen", + "state": "NY", + "latitude": "42.374828", + "longitude": "-76.916060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14892", + "city": "Waverly", + "state": "NY", + "latitude": "42.023442", + "longitude": "-76.534040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14893", + "city": "Wayne", + "state": "NY", + "latitude": "42.474143", + "longitude": "-77.097713", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14894", + "city": "Wellsburg", + "state": "NY", + "latitude": "42.013590", + "longitude": "-76.753070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14895", + "city": "Wellsville", + "state": "NY", + "latitude": "42.094855", + "longitude": "-77.946860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14897", + "city": "Whitesville", + "state": "NY", + "latitude": "42.034218", + "longitude": "-77.792690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14898", + "city": "Woodhull", + "state": "NY", + "latitude": "42.065376", + "longitude": "-77.423920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14901", + "city": "Elmira", + "state": "NY", + "latitude": "42.091924", + "longitude": "-76.792170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14902", + "city": "Elmira", + "state": "NY", + "latitude": "42.147285", + "longitude": "-76.750888", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14903", + "city": "Elmira", + "state": "NY", + "latitude": "42.129274", + "longitude": "-76.844970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14904", + "city": "Elmira", + "state": "NY", + "latitude": "42.072024", + "longitude": "-76.803930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14905", + "city": "Elmira", + "state": "NY", + "latitude": "42.087824", + "longitude": "-76.836860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "14925", + "city": "Elmira", + "state": "NY", + "latitude": "42.147285", + "longitude": "-76.750888", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15001", + "city": "Aliquippa", + "state": "PA", + "latitude": "40.603966", + "longitude": "-80.287760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15003", + "city": "Ambridge", + "state": "PA", + "latitude": "40.593917", + "longitude": "-80.221810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15004", + "city": "Atlasburg", + "state": "PA", + "latitude": "40.341487", + "longitude": "-80.384080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15005", + "city": "Baden", + "state": "PA", + "latitude": "40.641066", + "longitude": "-80.205990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15006", + "city": "Bairdford", + "state": "PA", + "latitude": "40.630894", + "longitude": "-79.880570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15007", + "city": "Bakerstown", + "state": "PA", + "latitude": "40.652311", + "longitude": "-79.933030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15009", + "city": "Beaver", + "state": "PA", + "latitude": "40.695281", + "longitude": "-80.329900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15010", + "city": "Beaver Falls", + "state": "PA", + "latitude": "40.763899", + "longitude": "-80.335720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15012", + "city": "Belle Vernon", + "state": "PA", + "latitude": "40.140248", + "longitude": "-79.842510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15014", + "city": "Brackenridge", + "state": "PA", + "latitude": "40.608403", + "longitude": "-79.742340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15015", + "city": "Bradfordwoods", + "state": "PA", + "latitude": "40.635147", + "longitude": "-80.083690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15017", + "city": "Bridgeville", + "state": "PA", + "latitude": "40.351802", + "longitude": "-80.115340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15018", + "city": "Buena Vista", + "state": "PA", + "latitude": "40.266358", + "longitude": "-79.793250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15019", + "city": "Bulger", + "state": "PA", + "latitude": "40.417545", + "longitude": "-80.336250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15020", + "city": "Bunola", + "state": "PA", + "latitude": "40.238657", + "longitude": "-79.944930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15021", + "city": "Burgettstown", + "state": "PA", + "latitude": "40.383884", + "longitude": "-80.413640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15022", + "city": "Charleroi", + "state": "PA", + "latitude": "40.136537", + "longitude": "-79.913210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15024", + "city": "Cheswick", + "state": "PA", + "latitude": "40.569723", + "longitude": "-79.832420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15025", + "city": "Clairton", + "state": "PA", + "latitude": "40.292974", + "longitude": "-79.901790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15026", + "city": "Clinton", + "state": "PA", + "latitude": "40.508376", + "longitude": "-80.359530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15027", + "city": "Conway", + "state": "PA", + "latitude": "40.663816", + "longitude": "-80.234940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15028", + "city": "Coulters", + "state": "PA", + "latitude": "40.297336", + "longitude": "-79.801920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15030", + "city": "Creighton", + "state": "PA", + "latitude": "40.583218", + "longitude": "-79.779470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15031", + "city": "Cuddy", + "state": "PA", + "latitude": "40.347826", + "longitude": "-80.165600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15032", + "city": "Curtisville", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15033", + "city": "Donora", + "state": "PA", + "latitude": "40.176375", + "longitude": "-79.861380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15034", + "city": "Dravosburg", + "state": "PA", + "latitude": "40.350519", + "longitude": "-79.890080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15035", + "city": "East McKeesport", + "state": "PA", + "latitude": "40.384223", + "longitude": "-79.807920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15036", + "city": "Eldersville", + "state": "PA", + "latitude": "40.214896", + "longitude": "-80.179139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15037", + "city": "Elizabeth", + "state": "PA", + "latitude": "40.258438", + "longitude": "-79.859460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15038", + "city": "Elrama", + "state": "PA", + "latitude": "40.251586", + "longitude": "-79.924740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15042", + "city": "Freedom", + "state": "PA", + "latitude": "40.682566", + "longitude": "-80.232080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15043", + "city": "Georgetown", + "state": "PA", + "latitude": "40.582316", + "longitude": "-80.501820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15044", + "city": "Gibsonia", + "state": "PA", + "latitude": "40.631011", + "longitude": "-79.957660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15045", + "city": "Glassport", + "state": "PA", + "latitude": "40.326919", + "longitude": "-79.888690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15046", + "city": "Crescent", + "state": "PA", + "latitude": "40.558477", + "longitude": "-80.226100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15047", + "city": "Greenock", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15049", + "city": "Harwick", + "state": "PA", + "latitude": "40.555627", + "longitude": "-79.806400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15050", + "city": "Hookstown", + "state": "PA", + "latitude": "40.557889", + "longitude": "-80.445290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15051", + "city": "Indianola", + "state": "PA", + "latitude": "40.565907", + "longitude": "-79.858480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15052", + "city": "Industry", + "state": "PA", + "latitude": "40.665001", + "longitude": "-80.425340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15053", + "city": "Joffre", + "state": "PA", + "latitude": "40.379884", + "longitude": "-80.360870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15054", + "city": "Langeloth", + "state": "PA", + "latitude": "40.363006", + "longitude": "-80.408610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15055", + "city": "Lawrence", + "state": "PA", + "latitude": "40.304019", + "longitude": "-80.122460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15056", + "city": "Leetsdale", + "state": "PA", + "latitude": "40.565367", + "longitude": "-80.209770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15057", + "city": "McDonald", + "state": "PA", + "latitude": "40.357286", + "longitude": "-80.236290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15059", + "city": "Midland", + "state": "PA", + "latitude": "40.649081", + "longitude": "-80.472180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15060", + "city": "Midway", + "state": "PA", + "latitude": "40.368154", + "longitude": "-80.292400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15061", + "city": "Monaca", + "state": "PA", + "latitude": "40.677132", + "longitude": "-80.288810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15062", + "city": "Monessen", + "state": "PA", + "latitude": "40.154271", + "longitude": "-79.882770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15063", + "city": "Monongahela", + "state": "PA", + "latitude": "40.196694", + "longitude": "-79.926420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15064", + "city": "Morgan", + "state": "PA", + "latitude": "40.352897", + "longitude": "-80.145290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15065", + "city": "Natrona Heights", + "state": "PA", + "latitude": "40.628522", + "longitude": "-79.725660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15066", + "city": "New Brighton", + "state": "PA", + "latitude": "40.739980", + "longitude": "-80.294720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15067", + "city": "New Eagle", + "state": "PA", + "latitude": "40.207526", + "longitude": "-79.953040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15068", + "city": "New Kensington", + "state": "PA", + "latitude": "40.571108", + "longitude": "-79.742260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15069", + "city": "New Kensington", + "state": "PA", + "latitude": "40.360223", + "longitude": "-79.439801", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15071", + "city": "Oakdale", + "state": "PA", + "latitude": "40.420319", + "longitude": "-80.186920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15072", + "city": "Pricedale", + "state": "PA", + "latitude": "40.138480", + "longitude": "-79.855750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15074", + "city": "Rochester", + "state": "PA", + "latitude": "40.708166", + "longitude": "-80.273500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15075", + "city": "Rural Ridge", + "state": "PA", + "latitude": "40.586408", + "longitude": "-79.827690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15076", + "city": "Russellton", + "state": "PA", + "latitude": "40.615170", + "longitude": "-79.833940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15077", + "city": "Shippingport", + "state": "PA", + "latitude": "40.602535", + "longitude": "-80.386344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15078", + "city": "Slovan", + "state": "PA", + "latitude": "40.357926", + "longitude": "-80.389430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15081", + "city": "South Heights", + "state": "PA", + "latitude": "40.574634", + "longitude": "-80.236090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15082", + "city": "Sturgeon", + "state": "PA", + "latitude": "40.378997", + "longitude": "-80.211840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15083", + "city": "Sutersville", + "state": "PA", + "latitude": "40.237582", + "longitude": "-79.800380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15084", + "city": "Tarentum", + "state": "PA", + "latitude": "40.613570", + "longitude": "-79.780950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15085", + "city": "Trafford", + "state": "PA", + "latitude": "40.386968", + "longitude": "-79.744670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15086", + "city": "Warrendale", + "state": "PA", + "latitude": "40.661431", + "longitude": "-80.093040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15087", + "city": "Webster", + "state": "PA", + "latitude": "40.186047", + "longitude": "-79.849940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15088", + "city": "West Elizabeth", + "state": "PA", + "latitude": "40.272901", + "longitude": "-79.894910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15089", + "city": "West Newton", + "state": "PA", + "latitude": "40.211895", + "longitude": "-79.754830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15090", + "city": "Wexford", + "state": "PA", + "latitude": "40.617016", + "longitude": "-80.059160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15091", + "city": "Wildwood", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15095", + "city": "Warrendale", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15096", + "city": "Warrendale", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15101", + "city": "Allison Park", + "state": "PA", + "latitude": "40.570915", + "longitude": "-79.960330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15102", + "city": "Bethel Park", + "state": "PA", + "latitude": "40.324535", + "longitude": "-80.038640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15104", + "city": "Braddock", + "state": "PA", + "latitude": "40.404743", + "longitude": "-79.864390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15106", + "city": "Carnegie", + "state": "PA", + "latitude": "40.404119", + "longitude": "-80.090140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15108", + "city": "Coraopolis", + "state": "PA", + "latitude": "40.500665", + "longitude": "-80.184640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15110", + "city": "Duquesne", + "state": "PA", + "latitude": "40.369969", + "longitude": "-79.850950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15112", + "city": "East Pittsburgh", + "state": "PA", + "latitude": "40.399436", + "longitude": "-79.837940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15116", + "city": "Glenshaw", + "state": "PA", + "latitude": "40.533806", + "longitude": "-79.963030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15120", + "city": "Homestead", + "state": "PA", + "latitude": "40.395336", + "longitude": "-79.906350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15122", + "city": "West Mifflin", + "state": "PA", + "latitude": "40.366177", + "longitude": "-79.894180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15123", + "city": "West Mifflin", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15126", + "city": "Imperial", + "state": "PA", + "latitude": "40.454423", + "longitude": "-80.263240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15127", + "city": "Ingomar", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15129", + "city": "Library", + "state": "PA", + "latitude": "40.289752", + "longitude": "-80.007560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15130", + "city": "McKeesport", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15131", + "city": "McKeesport", + "state": "PA", + "latitude": "40.341469", + "longitude": "-79.811050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15132", + "city": "McKeesport", + "state": "PA", + "latitude": "40.341919", + "longitude": "-79.847910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15133", + "city": "McKeesport", + "state": "PA", + "latitude": "40.332502", + "longitude": "-79.864600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15134", + "city": "McKeesport", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15135", + "city": "McKeesport", + "state": "PA", + "latitude": "40.306819", + "longitude": "-79.814500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15136", + "city": "McKees Rocks", + "state": "PA", + "latitude": "40.471618", + "longitude": "-80.076950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15137", + "city": "North Versailles", + "state": "PA", + "latitude": "40.380219", + "longitude": "-79.810170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15139", + "city": "Oakmont", + "state": "PA", + "latitude": "40.519518", + "longitude": "-79.837620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15140", + "city": "Pitcairn", + "state": "PA", + "latitude": "40.405768", + "longitude": "-79.776430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15142", + "city": "Presto", + "state": "PA", + "latitude": "40.379549", + "longitude": "-80.124510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15143", + "city": "Sewickley", + "state": "PA", + "latitude": "40.561091", + "longitude": "-80.155540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15144", + "city": "Springdale", + "state": "PA", + "latitude": "40.543053", + "longitude": "-79.782230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15145", + "city": "Turtle Creek", + "state": "PA", + "latitude": "40.408218", + "longitude": "-79.823390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15146", + "city": "Monroeville", + "state": "PA", + "latitude": "40.431034", + "longitude": "-79.765260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15147", + "city": "Verona", + "state": "PA", + "latitude": "40.498218", + "longitude": "-79.834260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15148", + "city": "Wilmerding", + "state": "PA", + "latitude": "40.394268", + "longitude": "-79.802860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15163", + "city": "North Apollo", + "state": "PA", + "latitude": "40.588257", + "longitude": "-79.554054", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15189", + "city": "Sewickley", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15201", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.471468", + "longitude": "-79.957260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15202", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.502918", + "longitude": "-80.070400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15203", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.426211", + "longitude": "-79.978260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15204", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.455118", + "longitude": "-80.060080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15205", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.436618", + "longitude": "-80.072890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15206", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.468968", + "longitude": "-79.918630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15207", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.399355", + "longitude": "-79.934140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15208", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.455168", + "longitude": "-79.897090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15209", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.492618", + "longitude": "-79.974580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15210", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.409219", + "longitude": "-79.989480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15211", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.428369", + "longitude": "-80.012690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15212", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.460669", + "longitude": "-80.011440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15213", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.443269", + "longitude": "-79.954870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15214", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.479469", + "longitude": "-80.011500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15215", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.497701", + "longitude": "-79.915700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15216", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.400319", + "longitude": "-80.035660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15217", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.430919", + "longitude": "-79.925690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15218", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.424336", + "longitude": "-79.887250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15219", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.443819", + "longitude": "-79.980670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15220", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.430822", + "longitude": "-80.044530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15221", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.438035", + "longitude": "-79.871910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15222", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.447036", + "longitude": "-79.993130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15223", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.503768", + "longitude": "-79.951640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15224", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.463463", + "longitude": "-79.946120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15225", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.513778", + "longitude": "-80.135710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15226", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.394002", + "longitude": "-80.016550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15227", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.377869", + "longitude": "-79.975160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15228", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.372802", + "longitude": "-80.044800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15229", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.518368", + "longitude": "-80.033640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15230", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15231", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15232", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.454018", + "longitude": "-79.932500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15233", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.455919", + "longitude": "-80.026040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15234", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.369619", + "longitude": "-80.018310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15235", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.459518", + "longitude": "-79.832770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15236", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.342869", + "longitude": "-79.979290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15237", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.552768", + "longitude": "-80.032270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15238", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.518701", + "longitude": "-79.867440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15239", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.482655", + "longitude": "-79.742780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15240", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15241", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.329619", + "longitude": "-80.073640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15242", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15243", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.372669", + "longitude": "-80.071200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15244", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15246", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.476524", + "longitude": "-79.899044", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15250", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15251", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15252", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15253", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15254", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15255", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15257", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15258", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15259", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15260", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15261", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15262", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15263", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15264", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15265", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15266", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15267", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15268", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15270", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15272", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15274", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15275", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.449520", + "longitude": "-80.179475", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15276", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15277", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15278", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15279", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15281", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15282", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15283", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15285", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15286", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15290", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.434436", + "longitude": "-80.024817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15298", + "city": "Pittsburgh", + "state": "PA", + "latitude": "40.420019", + "longitude": "-79.939473", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15301", + "city": "Washington", + "state": "PA", + "latitude": "40.170663", + "longitude": "-80.251850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15310", + "city": "Aleppo", + "state": "PA", + "latitude": "39.792529", + "longitude": "-80.485840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15311", + "city": "Amity", + "state": "PA", + "latitude": "40.042851", + "longitude": "-80.188270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15312", + "city": "Avella", + "state": "PA", + "latitude": "40.264217", + "longitude": "-80.441990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15313", + "city": "Beallsville", + "state": "PA", + "latitude": "40.065384", + "longitude": "-80.023130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15314", + "city": "Bentleyville", + "state": "PA", + "latitude": "40.127951", + "longitude": "-80.012260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15315", + "city": "Bobtown", + "state": "PA", + "latitude": "39.760868", + "longitude": "-79.983150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15316", + "city": "Brave", + "state": "PA", + "latitude": "39.743424", + "longitude": "-80.263760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15317", + "city": "Canonsburg", + "state": "PA", + "latitude": "40.268190", + "longitude": "-80.162220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15320", + "city": "Carmichaels", + "state": "PA", + "latitude": "39.883336", + "longitude": "-79.983930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15321", + "city": "Cecil", + "state": "PA", + "latitude": "40.322872", + "longitude": "-80.187450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15322", + "city": "Clarksville", + "state": "PA", + "latitude": "39.976531", + "longitude": "-80.042180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15323", + "city": "Claysville", + "state": "PA", + "latitude": "40.114204", + "longitude": "-80.407150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15324", + "city": "Cokeburg", + "state": "PA", + "latitude": "40.100120", + "longitude": "-80.063630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15325", + "city": "Crucible", + "state": "PA", + "latitude": "39.948210", + "longitude": "-79.966530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15327", + "city": "Dilliner", + "state": "PA", + "latitude": "39.754889", + "longitude": "-79.952260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15329", + "city": "Prosperity", + "state": "PA", + "latitude": "40.030707", + "longitude": "-80.273530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15330", + "city": "Eighty Four", + "state": "PA", + "latitude": "40.178679", + "longitude": "-80.100140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15331", + "city": "Ellsworth", + "state": "PA", + "latitude": "40.105887", + "longitude": "-80.020450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15332", + "city": "Finleyville", + "state": "PA", + "latitude": "40.250299", + "longitude": "-79.994360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15333", + "city": "Fredericktown", + "state": "PA", + "latitude": "40.010135", + "longitude": "-80.005370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15334", + "city": "Garards Fort", + "state": "PA", + "latitude": "39.809756", + "longitude": "-79.996900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15336", + "city": "Gastonville", + "state": "PA", + "latitude": "40.260141", + "longitude": "-79.992678", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15337", + "city": "Graysville", + "state": "PA", + "latitude": "39.943552", + "longitude": "-80.373990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15338", + "city": "Greensboro", + "state": "PA", + "latitude": "39.809161", + "longitude": "-79.937930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15339", + "city": "Hendersonville", + "state": "PA", + "latitude": "40.301838", + "longitude": "-80.154310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15340", + "city": "Hickory", + "state": "PA", + "latitude": "40.290375", + "longitude": "-80.318450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15341", + "city": "Holbrook", + "state": "PA", + "latitude": "39.826440", + "longitude": "-80.350510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15342", + "city": "Houston", + "state": "PA", + "latitude": "40.241854", + "longitude": "-80.214450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15344", + "city": "Jefferson", + "state": "PA", + "latitude": "39.927570", + "longitude": "-80.054910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15345", + "city": "Marianna", + "state": "PA", + "latitude": "40.019657", + "longitude": "-80.102730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15346", + "city": "Mather", + "state": "PA", + "latitude": "39.935562", + "longitude": "-80.072480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15347", + "city": "Meadow Lands", + "state": "PA", + "latitude": "40.214331", + "longitude": "-80.228720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15348", + "city": "Millsboro", + "state": "PA", + "latitude": "39.988369", + "longitude": "-79.994840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15349", + "city": "Mount Morris", + "state": "PA", + "latitude": "39.741865", + "longitude": "-80.079990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15350", + "city": "Muse", + "state": "PA", + "latitude": "40.292528", + "longitude": "-80.200220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15351", + "city": "Nemacolin", + "state": "PA", + "latitude": "39.877676", + "longitude": "-79.925850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15352", + "city": "New Freeport", + "state": "PA", + "latitude": "39.748534", + "longitude": "-80.397780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15353", + "city": "Nineveh", + "state": "PA", + "latitude": "39.961767", + "longitude": "-80.306900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15354", + "city": "Pine Bank", + "state": "PA", + "latitude": "39.870635", + "longitude": "-80.211335", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15355", + "city": "Centerville", + "state": "PA", + "latitude": "40.055216", + "longitude": "-80.009135", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15357", + "city": "Rices Landing", + "state": "PA", + "latitude": "39.942802", + "longitude": "-79.996120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15358", + "city": "Richeyville", + "state": "PA", + "latitude": "40.056040", + "longitude": "-79.998100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15359", + "city": "Rogersville", + "state": "PA", + "latitude": "39.880073", + "longitude": "-80.273320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15360", + "city": "Scenery Hill", + "state": "PA", + "latitude": "40.087080", + "longitude": "-80.073160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15361", + "city": "Southview", + "state": "PA", + "latitude": "40.328260", + "longitude": "-80.259600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15362", + "city": "Spraggs", + "state": "PA", + "latitude": "39.748302", + "longitude": "-80.213270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15363", + "city": "Strabane", + "state": "PA", + "latitude": "40.251054", + "longitude": "-80.199170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15364", + "city": "Sycamore", + "state": "PA", + "latitude": "39.956204", + "longitude": "-80.277790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15365", + "city": "Taylorstown", + "state": "PA", + "latitude": "40.161130", + "longitude": "-80.378093", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15366", + "city": "Van Voorhis", + "state": "PA", + "latitude": "40.110068", + "longitude": "-80.031787", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15367", + "city": "Venetia", + "state": "PA", + "latitude": "40.261394", + "longitude": "-80.052540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15368", + "city": "Vestaburg", + "state": "PA", + "latitude": "40.015501", + "longitude": "-79.990190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15370", + "city": "Waynesburg", + "state": "PA", + "latitude": "39.892235", + "longitude": "-80.179830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15376", + "city": "West Alexander", + "state": "PA", + "latitude": "40.101254", + "longitude": "-80.502290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15377", + "city": "West Finley", + "state": "PA", + "latitude": "39.976027", + "longitude": "-80.444740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15378", + "city": "Westland", + "state": "PA", + "latitude": "40.277580", + "longitude": "-80.274080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15379", + "city": "West Middletown", + "state": "PA", + "latitude": "40.240402", + "longitude": "-80.424140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15380", + "city": "Wind Ridge", + "state": "PA", + "latitude": "39.874975", + "longitude": "-80.468450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15401", + "city": "Uniontown", + "state": "PA", + "latitude": "39.898220", + "longitude": "-79.731100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15410", + "city": "Adah", + "state": "PA", + "latitude": "39.918848", + "longitude": "-79.908320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15411", + "city": "Addison", + "state": "PA", + "latitude": "39.751296", + "longitude": "-79.351130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15412", + "city": "Allenport", + "state": "PA", + "latitude": "40.100345", + "longitude": "-79.846000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15413", + "city": "Allison", + "state": "PA", + "latitude": "39.987842", + "longitude": "-79.866810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15415", + "city": "Brier Hill", + "state": "PA", + "latitude": "39.980787", + "longitude": "-79.850366", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15416", + "city": "Brownfield", + "state": "PA", + "latitude": "39.932084", + "longitude": "-79.652170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15417", + "city": "Brownsville", + "state": "PA", + "latitude": "40.019330", + "longitude": "-79.898690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15419", + "city": "California", + "state": "PA", + "latitude": "40.063977", + "longitude": "-79.892610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15420", + "city": "Cardale", + "state": "PA", + "latitude": "39.958894", + "longitude": "-79.867980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15421", + "city": "Chalk Hill", + "state": "PA", + "latitude": "39.845088", + "longitude": "-79.599126", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15422", + "city": "Chestnut Ridge", + "state": "PA", + "latitude": "39.979032", + "longitude": "-79.819570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15423", + "city": "Coal Center", + "state": "PA", + "latitude": "40.082073", + "longitude": "-79.919110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15424", + "city": "Confluence", + "state": "PA", + "latitude": "39.817148", + "longitude": "-79.348030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15425", + "city": "Connellsville", + "state": "PA", + "latitude": "40.024138", + "longitude": "-79.584140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15427", + "city": "Daisytown", + "state": "PA", + "latitude": "40.061044", + "longitude": "-79.973360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15428", + "city": "Dawson", + "state": "PA", + "latitude": "40.060912", + "longitude": "-79.658860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15429", + "city": "Denbo", + "state": "PA", + "latitude": "40.007062", + "longitude": "-79.933900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15430", + "city": "Dickerson Run", + "state": "PA", + "latitude": "40.040653", + "longitude": "-79.660890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15431", + "city": "Dunbar", + "state": "PA", + "latitude": "39.968368", + "longitude": "-79.618150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15432", + "city": "Dunlevy", + "state": "PA", + "latitude": "40.117368", + "longitude": "-79.864130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15433", + "city": "East Millsboro", + "state": "PA", + "latitude": "39.968503", + "longitude": "-79.951830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15434", + "city": "Elco", + "state": "PA", + "latitude": "40.079185", + "longitude": "-79.874750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15435", + "city": "Fairbank", + "state": "PA", + "latitude": "39.950123", + "longitude": "-79.858471", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15436", + "city": "Fairchance", + "state": "PA", + "latitude": "39.821336", + "longitude": "-79.751860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15437", + "city": "Farmington", + "state": "PA", + "latitude": "39.793095", + "longitude": "-79.594650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15438", + "city": "Fayette City", + "state": "PA", + "latitude": "40.093982", + "longitude": "-79.837870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15439", + "city": "Gans", + "state": "PA", + "latitude": "39.771324", + "longitude": "-79.635842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15440", + "city": "Gibbon Glade", + "state": "PA", + "latitude": "39.729740", + "longitude": "-79.591240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15442", + "city": "Grindstone", + "state": "PA", + "latitude": "40.013397", + "longitude": "-79.831130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15443", + "city": "Hibbs", + "state": "PA", + "latitude": "39.927312", + "longitude": "-79.887680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15444", + "city": "Hiller", + "state": "PA", + "latitude": "40.011146", + "longitude": "-79.905410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15445", + "city": "Hopwood", + "state": "PA", + "latitude": "39.876251", + "longitude": "-79.692960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15446", + "city": "Indian Head", + "state": "PA", + "latitude": "40.028267", + "longitude": "-79.394750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15447", + "city": "Isabella", + "state": "PA", + "latitude": "39.945514", + "longitude": "-79.938690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15448", + "city": "Jacobs Creek", + "state": "PA", + "latitude": "40.134792", + "longitude": "-79.742720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15449", + "city": "Keisterville", + "state": "PA", + "latitude": "39.963622", + "longitude": "-79.785349", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15450", + "city": "La Belle", + "state": "PA", + "latitude": "40.006660", + "longitude": "-79.969430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15451", + "city": "Lake Lynn", + "state": "PA", + "latitude": "39.737104", + "longitude": "-79.836130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15454", + "city": "Leckrone", + "state": "PA", + "latitude": "39.863666", + "longitude": "-79.863780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15455", + "city": "Leisenring", + "state": "PA", + "latitude": "39.998299", + "longitude": "-79.643330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15456", + "city": "Lemont Furnace", + "state": "PA", + "latitude": "39.923495", + "longitude": "-79.660140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15458", + "city": "McClellandtown", + "state": "PA", + "latitude": "39.879185", + "longitude": "-79.861800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15459", + "city": "Markleysburg", + "state": "PA", + "latitude": "39.757928", + "longitude": "-79.465140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15460", + "city": "Martin", + "state": "PA", + "latitude": "39.804674", + "longitude": "-79.910200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15461", + "city": "Masontown", + "state": "PA", + "latitude": "39.847077", + "longitude": "-79.901960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15462", + "city": "Melcroft", + "state": "PA", + "latitude": "40.061931", + "longitude": "-79.385380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15463", + "city": "Merrittstown", + "state": "PA", + "latitude": "39.882521", + "longitude": "-79.833585", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15464", + "city": "Mill Run", + "state": "PA", + "latitude": "39.926509", + "longitude": "-79.432720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15465", + "city": "Mount Braddock", + "state": "PA", + "latitude": "39.932084", + "longitude": "-79.652170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15466", + "city": "Newell", + "state": "PA", + "latitude": "40.075617", + "longitude": "-79.896110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15467", + "city": "New Geneva", + "state": "PA", + "latitude": "39.932084", + "longitude": "-79.652170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15468", + "city": "New Salem", + "state": "PA", + "latitude": "39.936535", + "longitude": "-79.846690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15469", + "city": "Normalville", + "state": "PA", + "latitude": "40.006624", + "longitude": "-79.416160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15470", + "city": "Ohiopyle", + "state": "PA", + "latitude": "39.854144", + "longitude": "-79.529890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15471", + "city": "German", + "state": "PA", + "latitude": "39.978300", + "longitude": "-79.856751", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15472", + "city": "Oliver", + "state": "PA", + "latitude": "39.916995", + "longitude": "-79.715890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15473", + "city": "Perryopolis", + "state": "PA", + "latitude": "40.080727", + "longitude": "-79.756970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15474", + "city": "Point Marion", + "state": "PA", + "latitude": "39.744190", + "longitude": "-79.901260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15475", + "city": "Republic", + "state": "PA", + "latitude": "39.964486", + "longitude": "-79.878460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15476", + "city": "Ronco", + "state": "PA", + "latitude": "39.869675", + "longitude": "-79.922000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15477", + "city": "Roscoe", + "state": "PA", + "latitude": "40.079169", + "longitude": "-79.864480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15478", + "city": "Smithfield", + "state": "PA", + "latitude": "39.791113", + "longitude": "-79.812470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15479", + "city": "Smithton", + "state": "PA", + "latitude": "40.148576", + "longitude": "-79.725730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15480", + "city": "Smock", + "state": "PA", + "latitude": "39.987054", + "longitude": "-79.778790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15482", + "city": "Star Junction", + "state": "PA", + "latitude": "40.062849", + "longitude": "-79.763380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15483", + "city": "Stockdale", + "state": "PA", + "latitude": "40.081257", + "longitude": "-79.851740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15484", + "city": "Uledi", + "state": "PA", + "latitude": "39.896150", + "longitude": "-79.789560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15485", + "city": "Ursina", + "state": "PA", + "latitude": "39.816608", + "longitude": "-79.330090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15486", + "city": "Vanderbilt", + "state": "PA", + "latitude": "40.034355", + "longitude": "-79.681900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15488", + "city": "Waltersburg", + "state": "PA", + "latitude": "39.976316", + "longitude": "-79.768901", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15489", + "city": "West Leisenring", + "state": "PA", + "latitude": "39.955933", + "longitude": "-79.699460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15490", + "city": "White", + "state": "PA", + "latitude": "40.077289", + "longitude": "-79.425980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15492", + "city": "Wickhaven", + "state": "PA", + "latitude": "40.120876", + "longitude": "-79.770890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15493", + "city": "Perry", + "state": "PA", + "latitude": "40.091655", + "longitude": "-79.718512", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15501", + "city": "Somerset", + "state": "PA", + "latitude": "40.028470", + "longitude": "-79.110500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15502", + "city": "Hidden Valley", + "state": "PA", + "latitude": "40.046023", + "longitude": "-79.258458", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15510", + "city": "Somerset", + "state": "PA", + "latitude": "39.963306", + "longitude": "-79.040890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15520", + "city": "Acosta", + "state": "PA", + "latitude": "40.112153", + "longitude": "-79.067720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15521", + "city": "Alum Bank", + "state": "PA", + "latitude": "40.188405", + "longitude": "-78.630270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15522", + "city": "Bedford", + "state": "PA", + "latitude": "39.998096", + "longitude": "-78.522040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15530", + "city": "Berlin", + "state": "PA", + "latitude": "39.937504", + "longitude": "-78.941830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15531", + "city": "Boswell", + "state": "PA", + "latitude": "40.173782", + "longitude": "-79.062900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15532", + "city": "Boynton", + "state": "PA", + "latitude": "39.766617", + "longitude": "-79.065940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15533", + "city": "Breezewood", + "state": "PA", + "latitude": "39.989224", + "longitude": "-78.242450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15534", + "city": "Buffalo Mills", + "state": "PA", + "latitude": "39.904209", + "longitude": "-78.701590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15535", + "city": "Clearville", + "state": "PA", + "latitude": "39.825578", + "longitude": "-78.442300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15536", + "city": "Crystal Spring", + "state": "PA", + "latitude": "39.951222", + "longitude": "-78.205120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15537", + "city": "Everett", + "state": "PA", + "latitude": "40.003997", + "longitude": "-78.364560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15538", + "city": "Fairhope", + "state": "PA", + "latitude": "39.863486", + "longitude": "-78.842350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15539", + "city": "Fishertown", + "state": "PA", + "latitude": "40.128089", + "longitude": "-78.583900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15540", + "city": "Fort Hill", + "state": "PA", + "latitude": "39.798343", + "longitude": "-79.220640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15541", + "city": "Friedens", + "state": "PA", + "latitude": "40.053525", + "longitude": "-78.990230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15542", + "city": "Garrett", + "state": "PA", + "latitude": "39.863543", + "longitude": "-79.069350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15544", + "city": "Gray", + "state": "PA", + "latitude": "40.134685", + "longitude": "-79.092360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15545", + "city": "Hyndman", + "state": "PA", + "latitude": "39.776675", + "longitude": "-78.762860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15546", + "city": "Jenners", + "state": "PA", + "latitude": "40.143760", + "longitude": "-79.049440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15547", + "city": "Jennerstown", + "state": "PA", + "latitude": "40.159054", + "longitude": "-79.063710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15548", + "city": "Kantner", + "state": "PA", + "latitude": "40.101106", + "longitude": "-78.938653", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15549", + "city": "Listie", + "state": "PA", + "latitude": "40.020764", + "longitude": "-79.012306", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15550", + "city": "Manns Choice", + "state": "PA", + "latitude": "40.003724", + "longitude": "-78.636850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15551", + "city": "Markleton", + "state": "PA", + "latitude": "39.886916", + "longitude": "-79.253880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15552", + "city": "Meyersdale", + "state": "PA", + "latitude": "39.805436", + "longitude": "-79.000130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15553", + "city": "New Baltimore", + "state": "PA", + "latitude": "39.983808", + "longitude": "-78.772150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15554", + "city": "New Paris", + "state": "PA", + "latitude": "40.121392", + "longitude": "-78.587700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15555", + "city": "Quecreek", + "state": "PA", + "latitude": "40.091429", + "longitude": "-79.087198", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15557", + "city": "Rockwood", + "state": "PA", + "latitude": "39.935728", + "longitude": "-79.220930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15558", + "city": "Salisbury", + "state": "PA", + "latitude": "39.742872", + "longitude": "-79.086800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15559", + "city": "Schellsburg", + "state": "PA", + "latitude": "40.058077", + "longitude": "-78.663910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15560", + "city": "Shanksville", + "state": "PA", + "latitude": "40.017182", + "longitude": "-78.905890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15561", + "city": "Sipesville", + "state": "PA", + "latitude": "40.096406", + "longitude": "-79.090158", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15562", + "city": "Springs", + "state": "PA", + "latitude": "39.746182", + "longitude": "-79.132450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15563", + "city": "Stoystown", + "state": "PA", + "latitude": "40.099003", + "longitude": "-78.948010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15564", + "city": "Wellersburg", + "state": "PA", + "latitude": "39.729896", + "longitude": "-78.844105", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15565", + "city": "West Salisbury", + "state": "PA", + "latitude": "40.003476", + "longitude": "-79.037983", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15601", + "city": "Greensburg", + "state": "PA", + "latitude": "40.298765", + "longitude": "-79.541260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15605", + "city": "Greensburg", + "state": "PA", + "latitude": "40.360223", + "longitude": "-79.439801", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15606", + "city": "Greensburg", + "state": "PA", + "latitude": "40.360223", + "longitude": "-79.439801", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15610", + "city": "Acme", + "state": "PA", + "latitude": "40.138405", + "longitude": "-79.424250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15611", + "city": "Adamsburg", + "state": "PA", + "latitude": "40.304400", + "longitude": "-79.656040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15612", + "city": "Alverton", + "state": "PA", + "latitude": "40.136883", + "longitude": "-79.590330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15613", + "city": "Apollo", + "state": "PA", + "latitude": "40.560849", + "longitude": "-79.575440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15615", + "city": "Ardara", + "state": "PA", + "latitude": "40.358962", + "longitude": "-79.738790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15616", + "city": "Armbrust", + "state": "PA", + "latitude": "40.360223", + "longitude": "-79.439801", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15617", + "city": "Arona", + "state": "PA", + "latitude": "40.269740", + "longitude": "-79.660420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15618", + "city": "Avonmore", + "state": "PA", + "latitude": "40.528929", + "longitude": "-79.481160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15619", + "city": "Bovard", + "state": "PA", + "latitude": "40.360223", + "longitude": "-79.439801", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15620", + "city": "Bradenville", + "state": "PA", + "latitude": "40.321426", + "longitude": "-79.340790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15621", + "city": "Calumet", + "state": "PA", + "latitude": "40.360223", + "longitude": "-79.439801", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15622", + "city": "Champion", + "state": "PA", + "latitude": "40.038201", + "longitude": "-79.304260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15623", + "city": "Claridge", + "state": "PA", + "latitude": "40.366748", + "longitude": "-79.616450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15624", + "city": "Crabtree", + "state": "PA", + "latitude": "40.362739", + "longitude": "-79.468860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15625", + "city": "Darragh", + "state": "PA", + "latitude": "40.267005", + "longitude": "-79.674270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15626", + "city": "Delmont", + "state": "PA", + "latitude": "40.409992", + "longitude": "-79.572660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15627", + "city": "Derry", + "state": "PA", + "latitude": "40.339547", + "longitude": "-79.301720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15628", + "city": "Donegal", + "state": "PA", + "latitude": "40.108585", + "longitude": "-79.381060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15629", + "city": "East Vandergrift", + "state": "PA", + "latitude": "40.598412", + "longitude": "-79.561960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15630", + "city": "Edmon", + "state": "PA", + "latitude": "40.847829", + "longitude": "-79.451575", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15631", + "city": "Everson", + "state": "PA", + "latitude": "40.090582", + "longitude": "-79.587040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15632", + "city": "Export", + "state": "PA", + "latitude": "40.430632", + "longitude": "-79.618370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15633", + "city": "Forbes Road", + "state": "PA", + "latitude": "40.355049", + "longitude": "-79.522970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15634", + "city": "Grapeville", + "state": "PA", + "latitude": "40.324588", + "longitude": "-79.606930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15635", + "city": "Hannastown", + "state": "PA", + "latitude": "40.351619", + "longitude": "-79.496120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15636", + "city": "Harrison City", + "state": "PA", + "latitude": "40.359353", + "longitude": "-79.655760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15637", + "city": "Herminie", + "state": "PA", + "latitude": "40.261878", + "longitude": "-79.713210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15638", + "city": "Hostetter", + "state": "PA", + "latitude": "40.261060", + "longitude": "-79.143130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15639", + "city": "Hunker", + "state": "PA", + "latitude": "40.201398", + "longitude": "-79.600710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15640", + "city": "Hutchinson", + "state": "PA", + "latitude": "40.226150", + "longitude": "-79.731650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15641", + "city": "Hyde Park", + "state": "PA", + "latitude": "40.631729", + "longitude": "-79.589610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15642", + "city": "Irwin", + "state": "PA", + "latitude": "40.325902", + "longitude": "-79.713240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15643", + "city": "Hempfield", + "state": "PA", + "latitude": "40.322965", + "longitude": "-79.653388", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15644", + "city": "Jeannette", + "state": "PA", + "latitude": "40.329238", + "longitude": "-79.614690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15646", + "city": "Jones Mills", + "state": "PA", + "latitude": "40.087243", + "longitude": "-79.326650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15647", + "city": "Larimer", + "state": "PA", + "latitude": "40.344319", + "longitude": "-79.725740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15650", + "city": "Latrobe", + "state": "PA", + "latitude": "40.299646", + "longitude": "-79.388450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15655", + "city": "Laughlintown", + "state": "PA", + "latitude": "40.202095", + "longitude": "-79.192660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15656", + "city": "Leechburg", + "state": "PA", + "latitude": "40.630710", + "longitude": "-79.613810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15658", + "city": "Ligonier", + "state": "PA", + "latitude": "40.247351", + "longitude": "-79.228820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15660", + "city": "Lowber", + "state": "PA", + "latitude": "40.245378", + "longitude": "-79.771960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15661", + "city": "Loyalhanna", + "state": "PA", + "latitude": "40.319956", + "longitude": "-79.359010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15662", + "city": "Luxor", + "state": "PA", + "latitude": "40.333489", + "longitude": "-79.475470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15663", + "city": "Madison", + "state": "PA", + "latitude": "40.244753", + "longitude": "-79.678390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15664", + "city": "Mammoth", + "state": "PA", + "latitude": "40.310772", + "longitude": "-79.617187", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15665", + "city": "Manor", + "state": "PA", + "latitude": "40.333339", + "longitude": "-79.666460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15666", + "city": "Mount Pleasant", + "state": "PA", + "latitude": "40.150143", + "longitude": "-79.524920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15668", + "city": "Murrysville", + "state": "PA", + "latitude": "40.451664", + "longitude": "-79.679480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15670", + "city": "New Alexandria", + "state": "PA", + "latitude": "40.408295", + "longitude": "-79.439670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15671", + "city": "New Derry", + "state": "PA", + "latitude": "40.356055", + "longitude": "-79.319400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15672", + "city": "New Stanton", + "state": "PA", + "latitude": "40.231003", + "longitude": "-79.616110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15673", + "city": "North Apollo", + "state": "PA", + "latitude": "40.593301", + "longitude": "-79.557790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15674", + "city": "Norvelt", + "state": "PA", + "latitude": "40.207100", + "longitude": "-79.496190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15675", + "city": "Penn", + "state": "PA", + "latitude": "40.330326", + "longitude": "-79.640610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15676", + "city": "Pleasant Unity", + "state": "PA", + "latitude": "40.243195", + "longitude": "-79.457370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15677", + "city": "Rector", + "state": "PA", + "latitude": "40.175368", + "longitude": "-79.236510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15678", + "city": "Rillton", + "state": "PA", + "latitude": "40.287869", + "longitude": "-79.729040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15679", + "city": "Ruffs Dale", + "state": "PA", + "latitude": "40.174620", + "longitude": "-79.635840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15680", + "city": "Salina", + "state": "PA", + "latitude": "40.521015", + "longitude": "-79.495220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15681", + "city": "Saltsburg", + "state": "PA", + "latitude": "40.500852", + "longitude": "-79.446300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15682", + "city": "Schenley", + "state": "PA", + "latitude": "40.847829", + "longitude": "-79.451575", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15683", + "city": "Scottdale", + "state": "PA", + "latitude": "40.103791", + "longitude": "-79.593960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15684", + "city": "Slickville", + "state": "PA", + "latitude": "40.463572", + "longitude": "-79.514750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15685", + "city": "Southwest", + "state": "PA", + "latitude": "40.196455", + "longitude": "-79.524660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15686", + "city": "Spring Church", + "state": "PA", + "latitude": "40.608969", + "longitude": "-79.420920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15687", + "city": "Stahlstown", + "state": "PA", + "latitude": "40.134658", + "longitude": "-79.314930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15688", + "city": "Tarrs", + "state": "PA", + "latitude": "40.172199", + "longitude": "-79.592650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15689", + "city": "United", + "state": "PA", + "latitude": "40.219344", + "longitude": "-79.492440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15690", + "city": "Vandergrift", + "state": "PA", + "latitude": "40.612649", + "longitude": "-79.567080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15691", + "city": "Wendel", + "state": "PA", + "latitude": "40.294021", + "longitude": "-79.686626", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15692", + "city": "Westmoreland City", + "state": "PA", + "latitude": "40.332063", + "longitude": "-79.676320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15693", + "city": "Whitney", + "state": "PA", + "latitude": "40.253086", + "longitude": "-79.408460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15695", + "city": "Wyano", + "state": "PA", + "latitude": "40.195407", + "longitude": "-79.695320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15696", + "city": "Youngstown", + "state": "PA", + "latitude": "40.279151", + "longitude": "-79.364650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15697", + "city": "Youngwood", + "state": "PA", + "latitude": "40.238134", + "longitude": "-79.581720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15698", + "city": "Yukon", + "state": "PA", + "latitude": "40.217118", + "longitude": "-79.684060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15701", + "city": "Indiana", + "state": "PA", + "latitude": "40.626307", + "longitude": "-79.161460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15705", + "city": "Indiana", + "state": "PA", + "latitude": "40.640031", + "longitude": "-79.129445", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15710", + "city": "Alverda", + "state": "PA", + "latitude": "40.632966", + "longitude": "-78.857990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15711", + "city": "Anita", + "state": "PA", + "latitude": "41.002320", + "longitude": "-78.963060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15712", + "city": "Arcadia", + "state": "PA", + "latitude": "40.786561", + "longitude": "-78.847070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15713", + "city": "Aultman", + "state": "PA", + "latitude": "40.562650", + "longitude": "-79.259650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15714", + "city": "Barnesboro", + "state": "PA", + "latitude": "40.662676", + "longitude": "-78.793600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15715", + "city": "Big Run", + "state": "PA", + "latitude": "40.969945", + "longitude": "-78.877840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15716", + "city": "Black Lick", + "state": "PA", + "latitude": "40.472335", + "longitude": "-79.195340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15717", + "city": "Blairsville", + "state": "PA", + "latitude": "40.446361", + "longitude": "-79.246110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15720", + "city": "Brush Valley", + "state": "PA", + "latitude": "40.529238", + "longitude": "-79.084600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15721", + "city": "Burnside", + "state": "PA", + "latitude": "40.813203", + "longitude": "-78.787640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15722", + "city": "Carrolltown", + "state": "PA", + "latitude": "40.600375", + "longitude": "-78.721330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15723", + "city": "Chambersville", + "state": "PA", + "latitude": "40.706730", + "longitude": "-79.161060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15724", + "city": "Cherry Tree", + "state": "PA", + "latitude": "40.734783", + "longitude": "-78.812750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15725", + "city": "Clarksburg", + "state": "PA", + "latitude": "40.518067", + "longitude": "-79.345380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15727", + "city": "Clune", + "state": "PA", + "latitude": "40.550270", + "longitude": "-79.323745", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15728", + "city": "Clymer", + "state": "PA", + "latitude": "40.674994", + "longitude": "-78.989990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15729", + "city": "Commodore", + "state": "PA", + "latitude": "40.710407", + "longitude": "-78.930080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15730", + "city": "Coolspring", + "state": "PA", + "latitude": "41.040903", + "longitude": "-79.084860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15731", + "city": "Coral", + "state": "PA", + "latitude": "40.500385", + "longitude": "-79.174070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15732", + "city": "Creekside", + "state": "PA", + "latitude": "40.721516", + "longitude": "-79.212240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15733", + "city": "De Lancey", + "state": "PA", + "latitude": "40.984150", + "longitude": "-78.962200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15734", + "city": "Dixonville", + "state": "PA", + "latitude": "40.717399", + "longitude": "-79.006880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15736", + "city": "Elderton", + "state": "PA", + "latitude": "40.694906", + "longitude": "-79.343320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15737", + "city": "Elmora", + "state": "PA", + "latitude": "40.607635", + "longitude": "-78.752415", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15738", + "city": "Emeigh", + "state": "PA", + "latitude": "40.693633", + "longitude": "-78.775076", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15739", + "city": "Ernest", + "state": "PA", + "latitude": "40.677609", + "longitude": "-79.164220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15740", + "city": "Frostburg", + "state": "PA", + "latitude": "41.141079", + "longitude": "-78.962877", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15741", + "city": "Gipsy", + "state": "PA", + "latitude": "40.804018", + "longitude": "-78.867650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15742", + "city": "Glen Campbell", + "state": "PA", + "latitude": "40.816706", + "longitude": "-78.863600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15744", + "city": "Hamilton", + "state": "PA", + "latitude": "40.916407", + "longitude": "-79.083970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15745", + "city": "Heilwood", + "state": "PA", + "latitude": "40.621037", + "longitude": "-78.918390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15746", + "city": "Hillsdale", + "state": "PA", + "latitude": "40.767854", + "longitude": "-78.877331", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15747", + "city": "Home", + "state": "PA", + "latitude": "40.763402", + "longitude": "-79.147590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15748", + "city": "Homer City", + "state": "PA", + "latitude": "40.529621", + "longitude": "-79.142640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15750", + "city": "Josephine", + "state": "PA", + "latitude": "40.482783", + "longitude": "-79.185048", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15751", + "city": "Juneau", + "state": "PA", + "latitude": "40.640031", + "longitude": "-79.129445", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15752", + "city": "Kent", + "state": "PA", + "latitude": "40.541589", + "longitude": "-79.283150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15753", + "city": "La Jose", + "state": "PA", + "latitude": "40.801942", + "longitude": "-78.665430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15754", + "city": "Lucernemines", + "state": "PA", + "latitude": "40.558928", + "longitude": "-79.149700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15756", + "city": "McIntyre", + "state": "PA", + "latitude": "40.570149", + "longitude": "-79.296890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15757", + "city": "Mahaffey", + "state": "PA", + "latitude": "40.890039", + "longitude": "-78.724040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15758", + "city": "Marchand", + "state": "PA", + "latitude": "40.640031", + "longitude": "-79.129445", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15759", + "city": "Marion Center", + "state": "PA", + "latitude": "40.771687", + "longitude": "-79.042210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15760", + "city": "Marsteller", + "state": "PA", + "latitude": "40.652164", + "longitude": "-78.799360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15761", + "city": "Mentcle", + "state": "PA", + "latitude": "40.625962", + "longitude": "-78.893250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15762", + "city": "Nicktown", + "state": "PA", + "latitude": "40.596681", + "longitude": "-78.832520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15763", + "city": "Northpoint", + "state": "PA", + "latitude": "40.906164", + "longitude": "-79.137570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15764", + "city": "Oliveburg", + "state": "PA", + "latitude": "40.986389", + "longitude": "-79.026640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15765", + "city": "Penn Run", + "state": "PA", + "latitude": "40.592854", + "longitude": "-78.984120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15767", + "city": "Punxsutawney", + "state": "PA", + "latitude": "40.954059", + "longitude": "-78.970170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15770", + "city": "Ringgold", + "state": "PA", + "latitude": "40.999588", + "longitude": "-79.159920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15771", + "city": "Rochester Mills", + "state": "PA", + "latitude": "40.827315", + "longitude": "-78.989910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15772", + "city": "Rossiter", + "state": "PA", + "latitude": "40.877189", + "longitude": "-78.917520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15773", + "city": "Saint Benedict", + "state": "PA", + "latitude": "40.628368", + "longitude": "-78.733350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15774", + "city": "Shelocta", + "state": "PA", + "latitude": "40.657804", + "longitude": "-79.332800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15775", + "city": "Spangler", + "state": "PA", + "latitude": "40.642174", + "longitude": "-78.771250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15776", + "city": "Sprankle Mills", + "state": "PA", + "latitude": "41.013546", + "longitude": "-79.113890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15777", + "city": "Starford", + "state": "PA", + "latitude": "40.700574", + "longitude": "-78.958120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15778", + "city": "Timblin", + "state": "PA", + "latitude": "40.965989", + "longitude": "-79.200530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15779", + "city": "Torrance", + "state": "PA", + "latitude": "40.416334", + "longitude": "-79.233170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15780", + "city": "Valier", + "state": "PA", + "latitude": "40.917190", + "longitude": "-79.049920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15781", + "city": "Walston", + "state": "PA", + "latitude": "40.964542", + "longitude": "-78.996460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15783", + "city": "West Lebanon", + "state": "PA", + "latitude": "40.601789", + "longitude": "-79.355240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15784", + "city": "Worthville", + "state": "PA", + "latitude": "41.027404", + "longitude": "-79.139280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15801", + "city": "Du Bois", + "state": "PA", + "latitude": "41.125563", + "longitude": "-78.746480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15817", + "city": "South Fayette", + "state": "PA", + "latitude": "40.332173", + "longitude": "-80.177979", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15821", + "city": "Benezett", + "state": "PA", + "latitude": "41.328011", + "longitude": "-78.358540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15822", + "city": "Brandy Camp", + "state": "PA", + "latitude": "41.415878", + "longitude": "-78.665057", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15823", + "city": "Brockport", + "state": "PA", + "latitude": "41.254038", + "longitude": "-78.719870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15824", + "city": "Brockway", + "state": "PA", + "latitude": "41.241861", + "longitude": "-78.805770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15825", + "city": "Brookville", + "state": "PA", + "latitude": "41.160579", + "longitude": "-79.064790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15827", + "city": "Byrnedale", + "state": "PA", + "latitude": "41.293237", + "longitude": "-78.504720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15828", + "city": "Clarington", + "state": "PA", + "latitude": "41.341490", + "longitude": "-79.135670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15829", + "city": "Corsica", + "state": "PA", + "latitude": "41.173044", + "longitude": "-79.193690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15831", + "city": "Dagus Mines", + "state": "PA", + "latitude": "41.304782", + "longitude": "-78.621286", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15832", + "city": "Driftwood", + "state": "PA", + "latitude": "41.379949", + "longitude": "-78.179870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15834", + "city": "Emporium", + "state": "PA", + "latitude": "41.517738", + "longitude": "-78.253090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15840", + "city": "Falls Creek", + "state": "PA", + "latitude": "41.160521", + "longitude": "-78.811290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15841", + "city": "Force", + "state": "PA", + "latitude": "41.254727", + "longitude": "-78.504110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15845", + "city": "Johnsonburg", + "state": "PA", + "latitude": "41.497219", + "longitude": "-78.682780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15846", + "city": "Kersey", + "state": "PA", + "latitude": "41.337926", + "longitude": "-78.610750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15847", + "city": "Knox Dale", + "state": "PA", + "latitude": "41.084340", + "longitude": "-79.030800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15848", + "city": "Luthersburg", + "state": "PA", + "latitude": "41.031691", + "longitude": "-78.726840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15849", + "city": "Penfield", + "state": "PA", + "latitude": "41.201892", + "longitude": "-78.563350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15851", + "city": "Reynoldsville", + "state": "PA", + "latitude": "41.095493", + "longitude": "-78.889940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15853", + "city": "Ridgway", + "state": "PA", + "latitude": "41.420778", + "longitude": "-78.747760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15856", + "city": "Rockton", + "state": "PA", + "latitude": "41.082722", + "longitude": "-78.625930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15857", + "city": "Saint Marys", + "state": "PA", + "latitude": "41.437600", + "longitude": "-78.542720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15860", + "city": "Sigel", + "state": "PA", + "latitude": "41.345663", + "longitude": "-79.047070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15861", + "city": "Sinnamahoning", + "state": "PA", + "latitude": "41.370716", + "longitude": "-78.049390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15863", + "city": "Stump Creek", + "state": "PA", + "latitude": "41.012739", + "longitude": "-78.837190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15864", + "city": "Summerville", + "state": "PA", + "latitude": "41.108591", + "longitude": "-79.195530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15865", + "city": "Sykesville", + "state": "PA", + "latitude": "41.049353", + "longitude": "-78.818680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15866", + "city": "Troutville", + "state": "PA", + "latitude": "41.023829", + "longitude": "-78.787110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15868", + "city": "Weedville", + "state": "PA", + "latitude": "41.283012", + "longitude": "-78.429190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15870", + "city": "Wilcox", + "state": "PA", + "latitude": "41.587333", + "longitude": "-78.653470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15874", + "city": "Worthville", + "state": "PA", + "latitude": "41.027511", + "longitude": "-79.141174", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15901", + "city": "Johnstown", + "state": "PA", + "latitude": "40.325374", + "longitude": "-78.914850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15902", + "city": "Johnstown", + "state": "PA", + "latitude": "40.309087", + "longitude": "-78.900690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15904", + "city": "Johnstown", + "state": "PA", + "latitude": "40.289442", + "longitude": "-78.866120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15905", + "city": "Johnstown", + "state": "PA", + "latitude": "40.302374", + "longitude": "-78.938020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15906", + "city": "Johnstown", + "state": "PA", + "latitude": "40.348973", + "longitude": "-78.941320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15907", + "city": "Johnstown", + "state": "PA", + "latitude": "40.325374", + "longitude": "-78.915147", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15909", + "city": "Johnstown", + "state": "PA", + "latitude": "40.363440", + "longitude": "-78.876740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15915", + "city": "Johnstown", + "state": "PA", + "latitude": "40.484487", + "longitude": "-78.702224", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15920", + "city": "Armagh", + "state": "PA", + "latitude": "40.460191", + "longitude": "-79.046080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15921", + "city": "Beaverdale", + "state": "PA", + "latitude": "40.319561", + "longitude": "-78.694043", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15922", + "city": "Belsano", + "state": "PA", + "latitude": "40.484487", + "longitude": "-78.702224", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15923", + "city": "Bolivar", + "state": "PA", + "latitude": "40.372103", + "longitude": "-79.145740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15924", + "city": "Cairnbrook", + "state": "PA", + "latitude": "40.123213", + "longitude": "-78.804780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15925", + "city": "Cassandra", + "state": "PA", + "latitude": "40.408989", + "longitude": "-78.641040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15926", + "city": "Central City", + "state": "PA", + "latitude": "40.097937", + "longitude": "-78.815090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15927", + "city": "Colver", + "state": "PA", + "latitude": "40.543153", + "longitude": "-78.790670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15928", + "city": "Davidsville", + "state": "PA", + "latitude": "40.237410", + "longitude": "-78.929780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15929", + "city": "Dilltown", + "state": "PA", + "latitude": "40.467684", + "longitude": "-79.000630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15930", + "city": "Dunlo", + "state": "PA", + "latitude": "40.294347", + "longitude": "-78.719810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15931", + "city": "Ebensburg", + "state": "PA", + "latitude": "40.498793", + "longitude": "-78.745910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15934", + "city": "Elton", + "state": "PA", + "latitude": "40.280875", + "longitude": "-78.801960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15935", + "city": "Hollsopple", + "state": "PA", + "latitude": "40.212192", + "longitude": "-78.950520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15936", + "city": "Hooversville", + "state": "PA", + "latitude": "40.156538", + "longitude": "-78.915150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15937", + "city": "Jerome", + "state": "PA", + "latitude": "40.208983", + "longitude": "-78.987820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15938", + "city": "Lilly", + "state": "PA", + "latitude": "40.420260", + "longitude": "-78.619240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15940", + "city": "Loretto", + "state": "PA", + "latitude": "40.506799", + "longitude": "-78.629960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15942", + "city": "Mineral Point", + "state": "PA", + "latitude": "40.402861", + "longitude": "-78.835630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15943", + "city": "Nanty Glo", + "state": "PA", + "latitude": "40.474488", + "longitude": "-78.844020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15944", + "city": "New Florence", + "state": "PA", + "latitude": "40.371165", + "longitude": "-79.077200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15945", + "city": "Parkhill", + "state": "PA", + "latitude": "40.356723", + "longitude": "-78.873296", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15946", + "city": "Portage", + "state": "PA", + "latitude": "40.384718", + "longitude": "-78.665100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15948", + "city": "Revloc", + "state": "PA", + "latitude": "40.491089", + "longitude": "-78.764190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15949", + "city": "Robinson", + "state": "PA", + "latitude": "40.401076", + "longitude": "-79.137010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15951", + "city": "Saint Michael", + "state": "PA", + "latitude": "40.338615", + "longitude": "-78.776137", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15952", + "city": "Salix", + "state": "PA", + "latitude": "40.298625", + "longitude": "-78.771640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15953", + "city": "Seanor", + "state": "PA", + "latitude": "40.206435", + "longitude": "-78.900533", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15954", + "city": "Seward", + "state": "PA", + "latitude": "40.414654", + "longitude": "-79.018060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15955", + "city": "Sidman", + "state": "PA", + "latitude": "40.324295", + "longitude": "-78.706300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15956", + "city": "South Fork", + "state": "PA", + "latitude": "40.358541", + "longitude": "-78.782010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15957", + "city": "Strongstown", + "state": "PA", + "latitude": "40.536405", + "longitude": "-78.892050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15958", + "city": "Summerhill", + "state": "PA", + "latitude": "40.381332", + "longitude": "-78.743300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15959", + "city": "Tire Hill", + "state": "PA", + "latitude": "40.267975", + "longitude": "-78.915567", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15960", + "city": "Twin Rocks", + "state": "PA", + "latitude": "40.499630", + "longitude": "-78.861308", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15961", + "city": "Vintondale", + "state": "PA", + "latitude": "40.475350", + "longitude": "-78.942950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15962", + "city": "Wilmore", + "state": "PA", + "latitude": "40.380188", + "longitude": "-78.719019", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15963", + "city": "Windber", + "state": "PA", + "latitude": "40.228222", + "longitude": "-78.819780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15965", + "city": "Wilmore", + "state": "PA", + "latitude": "40.388921", + "longitude": "-78.720134", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "15973", + "city": "Perry", + "state": "PA", + "latitude": "40.098721", + "longitude": "-79.785885", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16001", + "city": "Butler", + "state": "PA", + "latitude": "40.877664", + "longitude": "-79.911300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16002", + "city": "Butler", + "state": "PA", + "latitude": "40.818663", + "longitude": "-79.861190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16003", + "city": "Butler", + "state": "PA", + "latitude": "40.921145", + "longitude": "-79.927580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16006", + "city": "Cranberry", + "state": "PA", + "latitude": "40.726206", + "longitude": "-80.100540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16016", + "city": "Boyers", + "state": "PA", + "latitude": "40.921145", + "longitude": "-79.927580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16017", + "city": "Boyers", + "state": "PA", + "latitude": "40.921145", + "longitude": "-79.927580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16018", + "city": "Boyers", + "state": "PA", + "latitude": "40.921145", + "longitude": "-79.927580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16020", + "city": "Boyers", + "state": "PA", + "latitude": "41.109360", + "longitude": "-79.908160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16021", + "city": "Branchton", + "state": "PA", + "latitude": "40.921145", + "longitude": "-79.927580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16022", + "city": "Bruin", + "state": "PA", + "latitude": "41.057142", + "longitude": "-79.730050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16023", + "city": "Cabot", + "state": "PA", + "latitude": "40.796809", + "longitude": "-79.751470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16024", + "city": "Callery", + "state": "PA", + "latitude": "40.739587", + "longitude": "-80.037210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16025", + "city": "Chicora", + "state": "PA", + "latitude": "40.947245", + "longitude": "-79.754280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16027", + "city": "Connoquenessing", + "state": "PA", + "latitude": "40.818096", + "longitude": "-80.013700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16028", + "city": "East Brady", + "state": "PA", + "latitude": "40.977170", + "longitude": "-79.619220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16029", + "city": "East Butler", + "state": "PA", + "latitude": "40.877703", + "longitude": "-79.843920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16030", + "city": "Eau Claire", + "state": "PA", + "latitude": "41.135335", + "longitude": "-79.797910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16033", + "city": "Evans City", + "state": "PA", + "latitude": "40.789672", + "longitude": "-80.048480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16034", + "city": "Fenelton", + "state": "PA", + "latitude": "40.868261", + "longitude": "-79.725060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16035", + "city": "Forestville", + "state": "PA", + "latitude": "41.106327", + "longitude": "-80.004290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16036", + "city": "Foxburg", + "state": "PA", + "latitude": "41.141525", + "longitude": "-79.673660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16037", + "city": "Harmony", + "state": "PA", + "latitude": "40.821535", + "longitude": "-80.130330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16038", + "city": "Harrisville", + "state": "PA", + "latitude": "41.152347", + "longitude": "-79.963200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16039", + "city": "Herman", + "state": "PA", + "latitude": "40.921145", + "longitude": "-79.927580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16040", + "city": "Hilliards", + "state": "PA", + "latitude": "41.098857", + "longitude": "-79.840910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16041", + "city": "Karns City", + "state": "PA", + "latitude": "41.009219", + "longitude": "-79.710200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16045", + "city": "Lyndora", + "state": "PA", + "latitude": "40.850620", + "longitude": "-79.913140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16046", + "city": "Mars", + "state": "PA", + "latitude": "40.695658", + "longitude": "-80.033590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16048", + "city": "North Washington", + "state": "PA", + "latitude": "41.047190", + "longitude": "-79.808899", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16049", + "city": "Parker", + "state": "PA", + "latitude": "41.097836", + "longitude": "-79.663170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16050", + "city": "Petrolia", + "state": "PA", + "latitude": "41.028275", + "longitude": "-79.754230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16051", + "city": "Portersville", + "state": "PA", + "latitude": "40.953141", + "longitude": "-80.147990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16052", + "city": "Prospect", + "state": "PA", + "latitude": "40.898789", + "longitude": "-80.061250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16053", + "city": "Renfrew", + "state": "PA", + "latitude": "40.808934", + "longitude": "-79.978110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16054", + "city": "Saint Petersburg", + "state": "PA", + "latitude": "41.160944", + "longitude": "-79.653930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16055", + "city": "Sarver", + "state": "PA", + "latitude": "40.713078", + "longitude": "-79.736030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16056", + "city": "Saxonburg", + "state": "PA", + "latitude": "40.732393", + "longitude": "-79.834220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16057", + "city": "Slippery Rock", + "state": "PA", + "latitude": "41.047157", + "longitude": "-80.055060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16058", + "city": "Turkey City", + "state": "PA", + "latitude": "41.202325", + "longitude": "-79.453751", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16059", + "city": "Valencia", + "state": "PA", + "latitude": "40.702289", + "longitude": "-79.937330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16061", + "city": "West Sunbury", + "state": "PA", + "latitude": "41.005075", + "longitude": "-79.885100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16063", + "city": "Zelienople", + "state": "PA", + "latitude": "40.783001", + "longitude": "-80.133430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16066", + "city": "Cranberry Twp", + "state": "PA", + "latitude": "40.700423", + "longitude": "-80.113740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16101", + "city": "New Castle", + "state": "PA", + "latitude": "40.992023", + "longitude": "-80.327470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16102", + "city": "New Castle", + "state": "PA", + "latitude": "40.970991", + "longitude": "-80.382910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16103", + "city": "New Castle", + "state": "PA", + "latitude": "40.989662", + "longitude": "-80.308376", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16105", + "city": "New Castle", + "state": "PA", + "latitude": "41.038205", + "longitude": "-80.345390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16107", + "city": "New Castle", + "state": "PA", + "latitude": "40.989662", + "longitude": "-80.308376", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16108", + "city": "New Castle", + "state": "PA", + "latitude": "40.989662", + "longitude": "-80.308376", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16110", + "city": "Adamsville", + "state": "PA", + "latitude": "41.508647", + "longitude": "-80.375010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16111", + "city": "Atlantic", + "state": "PA", + "latitude": "41.518256", + "longitude": "-80.283400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16112", + "city": "Bessemer", + "state": "PA", + "latitude": "40.976839", + "longitude": "-80.493460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16113", + "city": "Clark", + "state": "PA", + "latitude": "41.280779", + "longitude": "-80.424100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16114", + "city": "Clarks Mills", + "state": "PA", + "latitude": "41.402438", + "longitude": "-80.183460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16115", + "city": "Darlington", + "state": "PA", + "latitude": "40.802863", + "longitude": "-80.443640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16116", + "city": "Edinburg", + "state": "PA", + "latitude": "41.025132", + "longitude": "-80.457560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16117", + "city": "Ellwood City", + "state": "PA", + "latitude": "40.857663", + "longitude": "-80.275340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16120", + "city": "Enon Valley", + "state": "PA", + "latitude": "40.875943", + "longitude": "-80.468510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16121", + "city": "Farrell", + "state": "PA", + "latitude": "41.211606", + "longitude": "-80.494040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16123", + "city": "Fombell", + "state": "PA", + "latitude": "40.821528", + "longitude": "-80.194440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16124", + "city": "Fredonia", + "state": "PA", + "latitude": "41.329301", + "longitude": "-80.260420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16125", + "city": "Greenville", + "state": "PA", + "latitude": "41.403462", + "longitude": "-80.374240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16127", + "city": "Grove City", + "state": "PA", + "latitude": "41.169987", + "longitude": "-80.081740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16130", + "city": "Hadley", + "state": "PA", + "latitude": "41.443741", + "longitude": "-80.223670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16131", + "city": "Hartstown", + "state": "PA", + "latitude": "41.549671", + "longitude": "-80.371430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16132", + "city": "Hillsville", + "state": "PA", + "latitude": "41.007450", + "longitude": "-80.495760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16133", + "city": "Jackson Center", + "state": "PA", + "latitude": "41.274408", + "longitude": "-80.124090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16134", + "city": "Jamestown", + "state": "PA", + "latitude": "41.506801", + "longitude": "-80.461770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16136", + "city": "Koppel", + "state": "PA", + "latitude": "40.834903", + "longitude": "-80.324280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16137", + "city": "Mercer", + "state": "PA", + "latitude": "41.234591", + "longitude": "-80.236400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16140", + "city": "New Bedford", + "state": "PA", + "latitude": "41.098098", + "longitude": "-80.503930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16141", + "city": "New Galilee", + "state": "PA", + "latitude": "40.853014", + "longitude": "-80.401810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16142", + "city": "New Wilmington", + "state": "PA", + "latitude": "41.135063", + "longitude": "-80.334920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16143", + "city": "Pulaski", + "state": "PA", + "latitude": "41.096535", + "longitude": "-80.462660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16145", + "city": "Sandy Lake", + "state": "PA", + "latitude": "41.385019", + "longitude": "-80.079870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16146", + "city": "Sharon", + "state": "PA", + "latitude": "41.230106", + "longitude": "-80.498960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16148", + "city": "Hermitage", + "state": "PA", + "latitude": "41.232543", + "longitude": "-80.457970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16150", + "city": "Sharpsville", + "state": "PA", + "latitude": "41.266185", + "longitude": "-80.463120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16151", + "city": "Sheakleyville", + "state": "PA", + "latitude": "41.443244", + "longitude": "-80.207300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16153", + "city": "Stoneboro", + "state": "PA", + "latitude": "41.335391", + "longitude": "-80.088950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16154", + "city": "Transfer", + "state": "PA", + "latitude": "41.330028", + "longitude": "-80.427710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16155", + "city": "Villa Maria", + "state": "PA", + "latitude": "41.074943", + "longitude": "-80.506110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16156", + "city": "Volant", + "state": "PA", + "latitude": "41.097672", + "longitude": "-80.230000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16157", + "city": "Wampum", + "state": "PA", + "latitude": "40.889241", + "longitude": "-80.341890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16159", + "city": "West Middlesex", + "state": "PA", + "latitude": "41.174066", + "longitude": "-80.453190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16160", + "city": "West Pittsburg", + "state": "PA", + "latitude": "40.931560", + "longitude": "-80.364530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16161", + "city": "Wheatland", + "state": "PA", + "latitude": "41.200389", + "longitude": "-80.495700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16172", + "city": "New Wilmington", + "state": "PA", + "latitude": "41.119992", + "longitude": "-80.333192", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16201", + "city": "Kittanning", + "state": "PA", + "latitude": "40.809467", + "longitude": "-79.499220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16210", + "city": "Adrian", + "state": "PA", + "latitude": "40.885328", + "longitude": "-79.520580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16211", + "city": "Beyer", + "state": "PA", + "latitude": "40.640031", + "longitude": "-79.129445", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16212", + "city": "Cadogan", + "state": "PA", + "latitude": "40.753200", + "longitude": "-79.582960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16213", + "city": "Callensburg", + "state": "PA", + "latitude": "41.125693", + "longitude": "-79.557000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16214", + "city": "Clarion", + "state": "PA", + "latitude": "41.199396", + "longitude": "-79.371960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16215", + "city": "Kittanning", + "state": "PA", + "latitude": "40.847829", + "longitude": "-79.451575", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16216", + "city": "Climax", + "state": "PA", + "latitude": "40.847829", + "longitude": "-79.451575", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16217", + "city": "Cooksburg", + "state": "PA", + "latitude": "41.344067", + "longitude": "-79.201590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16218", + "city": "Cowansville", + "state": "PA", + "latitude": "40.923894", + "longitude": "-79.591370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16220", + "city": "Crown", + "state": "PA", + "latitude": "41.202325", + "longitude": "-79.453751", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16221", + "city": "Curllsville", + "state": "PA", + "latitude": "41.202325", + "longitude": "-79.453751", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16222", + "city": "Dayton", + "state": "PA", + "latitude": "40.873900", + "longitude": "-79.241880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16223", + "city": "Distant", + "state": "PA", + "latitude": "40.954782", + "longitude": "-79.379220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16224", + "city": "Fairmount City", + "state": "PA", + "latitude": "41.045243", + "longitude": "-79.295240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16225", + "city": "Fisher", + "state": "PA", + "latitude": "41.202325", + "longitude": "-79.453751", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16226", + "city": "Ford City", + "state": "PA", + "latitude": "40.747985", + "longitude": "-79.512280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16228", + "city": "Ford Cliff", + "state": "PA", + "latitude": "40.761720", + "longitude": "-79.534880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16229", + "city": "Freeport", + "state": "PA", + "latitude": "40.711528", + "longitude": "-79.656080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16230", + "city": "Hawthorn", + "state": "PA", + "latitude": "41.020621", + "longitude": "-79.274160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16232", + "city": "Knox", + "state": "PA", + "latitude": "41.230562", + "longitude": "-79.553970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16233", + "city": "Leeper", + "state": "PA", + "latitude": "41.361473", + "longitude": "-79.278690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16234", + "city": "Limestone", + "state": "PA", + "latitude": "41.127485", + "longitude": "-79.326950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16235", + "city": "Lucinda", + "state": "PA", + "latitude": "41.323424", + "longitude": "-79.351340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16236", + "city": "McGrann", + "state": "PA", + "latitude": "40.780619", + "longitude": "-79.523420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16238", + "city": "Manorville", + "state": "PA", + "latitude": "40.786362", + "longitude": "-79.521640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16239", + "city": "Marienville", + "state": "PA", + "latitude": "41.496544", + "longitude": "-79.139440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16240", + "city": "Mayport", + "state": "PA", + "latitude": "41.035602", + "longitude": "-79.223500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16242", + "city": "New Bethlehem", + "state": "PA", + "latitude": "41.007757", + "longitude": "-79.346100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16244", + "city": "Nu Mine", + "state": "PA", + "latitude": "40.796406", + "longitude": "-79.272700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16245", + "city": "Oak Ridge", + "state": "PA", + "latitude": "41.007679", + "longitude": "-79.297190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16246", + "city": "Plumville", + "state": "PA", + "latitude": "40.793823", + "longitude": "-79.180230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16248", + "city": "Rimersburg", + "state": "PA", + "latitude": "41.039668", + "longitude": "-79.502540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16249", + "city": "Rural Valley", + "state": "PA", + "latitude": "40.779271", + "longitude": "-79.319150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16250", + "city": "Sagamore", + "state": "PA", + "latitude": "40.776212", + "longitude": "-79.231960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16253", + "city": "Seminole", + "state": "PA", + "latitude": "40.955570", + "longitude": "-79.343520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16254", + "city": "Shippenville", + "state": "PA", + "latitude": "41.255691", + "longitude": "-79.451220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16255", + "city": "Sligo", + "state": "PA", + "latitude": "41.115411", + "longitude": "-79.468650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16256", + "city": "Smicksburg", + "state": "PA", + "latitude": "40.854736", + "longitude": "-79.135280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16257", + "city": "Snydersburg", + "state": "PA", + "latitude": "41.202325", + "longitude": "-79.453751", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16258", + "city": "Strattanville", + "state": "PA", + "latitude": "41.221629", + "longitude": "-79.282930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16259", + "city": "Templeton", + "state": "PA", + "latitude": "40.907640", + "longitude": "-79.451610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16260", + "city": "Vowinckel", + "state": "PA", + "latitude": "41.412290", + "longitude": "-79.228050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16261", + "city": "Widnoon", + "state": "PA", + "latitude": "40.847829", + "longitude": "-79.451575", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16262", + "city": "Worthington", + "state": "PA", + "latitude": "40.839519", + "longitude": "-79.652680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16263", + "city": "Yatesboro", + "state": "PA", + "latitude": "40.801244", + "longitude": "-79.333170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16299", + "city": "South Buffalo", + "state": "PA", + "latitude": "40.755638", + "longitude": "-79.651602", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16301", + "city": "Oil City", + "state": "PA", + "latitude": "41.439658", + "longitude": "-79.690440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16302", + "city": "Oil City", + "state": "PA", + "latitude": "41.407066", + "longitude": "-79.730975", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16311", + "city": "Carlton", + "state": "PA", + "latitude": "41.452879", + "longitude": "-80.022200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16312", + "city": "Chandlers Valley", + "state": "PA", + "latitude": "41.935848", + "longitude": "-79.309668", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16313", + "city": "Clarendon", + "state": "PA", + "latitude": "41.773848", + "longitude": "-79.118010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16314", + "city": "Cochranton", + "state": "PA", + "latitude": "41.517339", + "longitude": "-80.057610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16316", + "city": "Conneaut Lake", + "state": "PA", + "latitude": "41.607955", + "longitude": "-80.296010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16317", + "city": "Cooperstown", + "state": "PA", + "latitude": "41.526679", + "longitude": "-79.860270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16319", + "city": "Cranberry", + "state": "PA", + "latitude": "41.321298", + "longitude": "-79.647800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16321", + "city": "East Hickory", + "state": "PA", + "latitude": "41.581586", + "longitude": "-79.402720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16322", + "city": "Endeavor", + "state": "PA", + "latitude": "41.626321", + "longitude": "-79.363300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16323", + "city": "Franklin", + "state": "PA", + "latitude": "41.407366", + "longitude": "-79.839210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16326", + "city": "Fryburg", + "state": "PA", + "latitude": "41.362104", + "longitude": "-79.431250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16327", + "city": "Guys Mills", + "state": "PA", + "latitude": "41.617920", + "longitude": "-79.949340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16328", + "city": "Hydetown", + "state": "PA", + "latitude": "41.666057", + "longitude": "-80.065793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16329", + "city": "Irvine", + "state": "PA", + "latitude": "41.821327", + "longitude": "-79.270040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16331", + "city": "Kossuth", + "state": "PA", + "latitude": "41.306317", + "longitude": "-79.574860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16332", + "city": "Lickingville", + "state": "PA", + "latitude": "41.378962", + "longitude": "-79.371280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16333", + "city": "Ludlow", + "state": "PA", + "latitude": "41.732284", + "longitude": "-78.939300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16334", + "city": "Marble", + "state": "PA", + "latitude": "41.316316", + "longitude": "-79.441640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16335", + "city": "Meadville", + "state": "PA", + "latitude": "41.637502", + "longitude": "-80.152140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16340", + "city": "Pittsfield", + "state": "PA", + "latitude": "41.826878", + "longitude": "-79.422310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16341", + "city": "Pleasantville", + "state": "PA", + "latitude": "41.560056", + "longitude": "-79.538520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16342", + "city": "Polk", + "state": "PA", + "latitude": "41.335938", + "longitude": "-79.936470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16343", + "city": "Reno", + "state": "PA", + "latitude": "41.410693", + "longitude": "-79.750120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16344", + "city": "Rouseville", + "state": "PA", + "latitude": "41.471398", + "longitude": "-79.689460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16345", + "city": "Russell", + "state": "PA", + "latitude": "41.954896", + "longitude": "-79.095830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16346", + "city": "Seneca", + "state": "PA", + "latitude": "41.378236", + "longitude": "-79.686400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16347", + "city": "Sheffield", + "state": "PA", + "latitude": "41.676904", + "longitude": "-79.031160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16350", + "city": "Sugar Grove", + "state": "PA", + "latitude": "41.977253", + "longitude": "-79.330070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16351", + "city": "Tidioute", + "state": "PA", + "latitude": "41.680467", + "longitude": "-79.394280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16352", + "city": "Tiona", + "state": "PA", + "latitude": "41.764498", + "longitude": "-79.046930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16353", + "city": "Tionesta", + "state": "PA", + "latitude": "41.493473", + "longitude": "-79.390200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16354", + "city": "Titusville", + "state": "PA", + "latitude": "41.622203", + "longitude": "-79.692980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16355", + "city": "East Fairfield", + "state": "PA", + "latitude": "41.562679", + "longitude": "-80.062136", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16360", + "city": "Townville", + "state": "PA", + "latitude": "41.684627", + "longitude": "-79.886840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16361", + "city": "Tylersburg", + "state": "PA", + "latitude": "41.391383", + "longitude": "-79.340780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16362", + "city": "Utica", + "state": "PA", + "latitude": "41.445871", + "longitude": "-79.967040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16364", + "city": "Venus", + "state": "PA", + "latitude": "41.369406", + "longitude": "-79.517240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16365", + "city": "Warren", + "state": "PA", + "latitude": "41.853225", + "longitude": "-79.155210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16366", + "city": "Warren", + "state": "PA", + "latitude": "41.811682", + "longitude": "-79.264322", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16367", + "city": "Warren", + "state": "PA", + "latitude": "41.811682", + "longitude": "-79.264322", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16368", + "city": "Irvine", + "state": "PA", + "latitude": "41.811682", + "longitude": "-79.264322", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16369", + "city": "Irvine", + "state": "PA", + "latitude": "41.811682", + "longitude": "-79.264322", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16370", + "city": "West Hickory", + "state": "PA", + "latitude": "41.569732", + "longitude": "-79.409110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16371", + "city": "Youngsville", + "state": "PA", + "latitude": "41.860809", + "longitude": "-79.317030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16372", + "city": "Clintonville", + "state": "PA", + "latitude": "41.199578", + "longitude": "-79.874360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16373", + "city": "Emlenton", + "state": "PA", + "latitude": "41.195768", + "longitude": "-79.700440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16374", + "city": "Kennerdell", + "state": "PA", + "latitude": "41.252823", + "longitude": "-79.826750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16375", + "city": "Lamartine", + "state": "PA", + "latitude": "41.202325", + "longitude": "-79.453751", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16388", + "city": "Meadville", + "state": "PA", + "latitude": "41.659552", + "longitude": "-80.157553", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16401", + "city": "Albion", + "state": "PA", + "latitude": "41.883648", + "longitude": "-80.376870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16402", + "city": "Bear Lake", + "state": "PA", + "latitude": "41.972884", + "longitude": "-79.478000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16403", + "city": "Cambridge Springs", + "state": "PA", + "latitude": "41.796370", + "longitude": "-80.025240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16404", + "city": "Centerville", + "state": "PA", + "latitude": "41.727069", + "longitude": "-79.789080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16405", + "city": "Columbus", + "state": "PA", + "latitude": "41.942080", + "longitude": "-79.545340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16406", + "city": "Conneautville", + "state": "PA", + "latitude": "41.746056", + "longitude": "-80.358880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16407", + "city": "Corry", + "state": "PA", + "latitude": "41.919028", + "longitude": "-79.652240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16410", + "city": "Cranesville", + "state": "PA", + "latitude": "41.922138", + "longitude": "-80.328840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16411", + "city": "East Springfield", + "state": "PA", + "latitude": "41.981289", + "longitude": "-80.442770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16412", + "city": "Edinboro", + "state": "PA", + "latitude": "41.875896", + "longitude": "-80.151290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16413", + "city": "Elgin", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16414", + "city": "Bloomfield", + "state": "PA", + "latitude": "41.785249", + "longitude": "-79.787096", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16415", + "city": "Fairview", + "state": "PA", + "latitude": "42.035523", + "longitude": "-80.235260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16416", + "city": "Garland", + "state": "PA", + "latitude": "41.814260", + "longitude": "-79.447770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16417", + "city": "Girard", + "state": "PA", + "latitude": "41.979000", + "longitude": "-80.309800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16420", + "city": "Grand Valley", + "state": "PA", + "latitude": "41.700333", + "longitude": "-79.547880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16421", + "city": "Harborcreek", + "state": "PA", + "latitude": "42.169106", + "longitude": "-79.940900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16422", + "city": "Harmonsburg", + "state": "PA", + "latitude": "41.661068", + "longitude": "-80.316180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16423", + "city": "Lake City", + "state": "PA", + "latitude": "42.019394", + "longitude": "-80.340640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16424", + "city": "Linesville", + "state": "PA", + "latitude": "41.634710", + "longitude": "-80.436710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16426", + "city": "McKean", + "state": "PA", + "latitude": "41.992528", + "longitude": "-80.144480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16427", + "city": "Mill Village", + "state": "PA", + "latitude": "41.875040", + "longitude": "-79.969860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16428", + "city": "North East", + "state": "PA", + "latitude": "42.195488", + "longitude": "-79.832960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16430", + "city": "North Springfield", + "state": "PA", + "latitude": "41.999881", + "longitude": "-80.425850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16432", + "city": "Riceville", + "state": "PA", + "latitude": "41.666057", + "longitude": "-80.065793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16433", + "city": "Saegertown", + "state": "PA", + "latitude": "41.732434", + "longitude": "-80.146130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16434", + "city": "Spartansburg", + "state": "PA", + "latitude": "41.803172", + "longitude": "-79.682960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16435", + "city": "Springboro", + "state": "PA", + "latitude": "41.817144", + "longitude": "-80.385680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16436", + "city": "Spring Creek", + "state": "PA", + "latitude": "41.860822", + "longitude": "-79.510470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16438", + "city": "Union City", + "state": "PA", + "latitude": "41.874870", + "longitude": "-79.843000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16440", + "city": "Venango", + "state": "PA", + "latitude": "41.774575", + "longitude": "-80.114500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16441", + "city": "Waterford", + "state": "PA", + "latitude": "41.939580", + "longitude": "-79.985420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16442", + "city": "Wattsburg", + "state": "PA", + "latitude": "42.029506", + "longitude": "-79.825470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16443", + "city": "West Springfield", + "state": "PA", + "latitude": "41.942171", + "longitude": "-80.480020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16444", + "city": "Edinboro", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16475", + "city": "Albion", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16501", + "city": "Erie", + "state": "PA", + "latitude": "42.122957", + "longitude": "-80.084370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16502", + "city": "Erie", + "state": "PA", + "latitude": "42.110757", + "longitude": "-80.100240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16503", + "city": "Erie", + "state": "PA", + "latitude": "42.127807", + "longitude": "-80.063510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16504", + "city": "Erie", + "state": "PA", + "latitude": "42.110156", + "longitude": "-80.051870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16505", + "city": "Erie", + "state": "PA", + "latitude": "42.100307", + "longitude": "-80.155520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16506", + "city": "Erie", + "state": "PA", + "latitude": "42.072606", + "longitude": "-80.145410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16507", + "city": "Erie", + "state": "PA", + "latitude": "42.132707", + "longitude": "-80.084520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16508", + "city": "Erie", + "state": "PA", + "latitude": "42.097856", + "longitude": "-80.091470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16509", + "city": "Erie", + "state": "PA", + "latitude": "42.074056", + "longitude": "-80.069270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16510", + "city": "Erie", + "state": "PA", + "latitude": "42.126956", + "longitude": "-80.000400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16511", + "city": "Erie", + "state": "PA", + "latitude": "42.156157", + "longitude": "-80.016860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16512", + "city": "Erie", + "state": "PA", + "latitude": "42.030201", + "longitude": "-80.257855", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16514", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16515", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16522", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16530", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16531", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16532", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16533", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16534", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16538", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16541", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16544", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16546", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16550", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16553", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16554", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16558", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16563", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16565", + "city": "Erie", + "state": "PA", + "latitude": "42.182748", + "longitude": "-80.064915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16601", + "city": "Altoona", + "state": "PA", + "latitude": "40.526319", + "longitude": "-78.400820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16602", + "city": "Altoona", + "state": "PA", + "latitude": "40.502170", + "longitude": "-78.391210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16603", + "city": "Altoona", + "state": "PA", + "latitude": "40.501770", + "longitude": "-78.410035", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16611", + "city": "Alexandria", + "state": "PA", + "latitude": "40.561651", + "longitude": "-78.105830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16613", + "city": "Ashville", + "state": "PA", + "latitude": "40.554187", + "longitude": "-78.540600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16614", + "city": "Bakers Summit", + "state": "PA", + "latitude": "40.262311", + "longitude": "-78.421434", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16616", + "city": "Beccaria", + "state": "PA", + "latitude": "40.770522", + "longitude": "-78.440990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16617", + "city": "Bellwood", + "state": "PA", + "latitude": "40.601566", + "longitude": "-78.333610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16619", + "city": "Blandburg", + "state": "PA", + "latitude": "40.684811", + "longitude": "-78.414810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16620", + "city": "Brisbin", + "state": "PA", + "latitude": "40.837600", + "longitude": "-78.352700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16621", + "city": "Broad Top", + "state": "PA", + "latitude": "40.211299", + "longitude": "-78.130000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16622", + "city": "Calvin", + "state": "PA", + "latitude": "40.336064", + "longitude": "-78.066650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16623", + "city": "Cassville", + "state": "PA", + "latitude": "40.274021", + "longitude": "-78.040020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16624", + "city": "Chest Springs", + "state": "PA", + "latitude": "40.578804", + "longitude": "-78.609800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16625", + "city": "Claysburg", + "state": "PA", + "latitude": "40.290914", + "longitude": "-78.486460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16627", + "city": "Coalport", + "state": "PA", + "latitude": "40.753504", + "longitude": "-78.520970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16629", + "city": "Coupon", + "state": "PA", + "latitude": "40.521778", + "longitude": "-78.526274", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16630", + "city": "Cresson", + "state": "PA", + "latitude": "40.464754", + "longitude": "-78.588500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16631", + "city": "Curryville", + "state": "PA", + "latitude": "40.282346", + "longitude": "-78.347480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16633", + "city": "Defiance", + "state": "PA", + "latitude": "40.160858", + "longitude": "-78.232050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16634", + "city": "Dudley", + "state": "PA", + "latitude": "40.205819", + "longitude": "-78.175650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16635", + "city": "Duncansville", + "state": "PA", + "latitude": "40.419572", + "longitude": "-78.449340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16636", + "city": "Dysart", + "state": "PA", + "latitude": "40.612642", + "longitude": "-78.519470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16637", + "city": "East Freedom", + "state": "PA", + "latitude": "40.340680", + "longitude": "-78.433010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16638", + "city": "Entriken", + "state": "PA", + "latitude": "40.335188", + "longitude": "-78.205340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16639", + "city": "Fallentimber", + "state": "PA", + "latitude": "40.687083", + "longitude": "-78.476150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16640", + "city": "Flinton", + "state": "PA", + "latitude": "40.711195", + "longitude": "-78.560810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16641", + "city": "Gallitzin", + "state": "PA", + "latitude": "40.487413", + "longitude": "-78.556170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16644", + "city": "Glasgow", + "state": "PA", + "latitude": "40.717845", + "longitude": "-78.463679", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16645", + "city": "Glen Hope", + "state": "PA", + "latitude": "40.798959", + "longitude": "-78.500320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16646", + "city": "Hastings", + "state": "PA", + "latitude": "40.670162", + "longitude": "-78.709320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16647", + "city": "Hesston", + "state": "PA", + "latitude": "40.405370", + "longitude": "-78.101030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16648", + "city": "Hollidaysburg", + "state": "PA", + "latitude": "40.439272", + "longitude": "-78.374210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16650", + "city": "Hopewell", + "state": "PA", + "latitude": "40.132345", + "longitude": "-78.268450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16651", + "city": "Houtzdale", + "state": "PA", + "latitude": "40.827635", + "longitude": "-78.360460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16652", + "city": "Huntingdon", + "state": "PA", + "latitude": "40.498403", + "longitude": "-77.994170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16654", + "city": "Huntingdon", + "state": "PA", + "latitude": "40.402523", + "longitude": "-77.966977", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16655", + "city": "Imler", + "state": "PA", + "latitude": "40.235000", + "longitude": "-78.535450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16656", + "city": "Irvona", + "state": "PA", + "latitude": "40.792727", + "longitude": "-78.557800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16657", + "city": "James Creek", + "state": "PA", + "latitude": "40.341859", + "longitude": "-78.172300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16659", + "city": "Loysburg", + "state": "PA", + "latitude": "40.164780", + "longitude": "-78.377090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16660", + "city": "McConnellstown", + "state": "PA", + "latitude": "40.402523", + "longitude": "-77.966977", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16661", + "city": "Madera", + "state": "PA", + "latitude": "40.841761", + "longitude": "-78.461670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16662", + "city": "Martinsburg", + "state": "PA", + "latitude": "40.306709", + "longitude": "-78.319870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16663", + "city": "Morann", + "state": "PA", + "latitude": "40.789079", + "longitude": "-78.375000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16664", + "city": "New Enterprise", + "state": "PA", + "latitude": "40.174807", + "longitude": "-78.417720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16665", + "city": "Newry", + "state": "PA", + "latitude": "40.393223", + "longitude": "-78.435080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16666", + "city": "Osceola Mills", + "state": "PA", + "latitude": "40.852580", + "longitude": "-78.283350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16667", + "city": "Osterburg", + "state": "PA", + "latitude": "40.173012", + "longitude": "-78.527620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16668", + "city": "Patton", + "state": "PA", + "latitude": "40.639490", + "longitude": "-78.638160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16669", + "city": "Petersburg", + "state": "PA", + "latitude": "40.627047", + "longitude": "-77.964490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16670", + "city": "Queen", + "state": "PA", + "latitude": "40.259150", + "longitude": "-78.506520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16671", + "city": "Ramey", + "state": "PA", + "latitude": "40.800186", + "longitude": "-78.401300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16672", + "city": "Riddlesburg", + "state": "PA", + "latitude": "40.160825", + "longitude": "-78.254890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16673", + "city": "Roaring Spring", + "state": "PA", + "latitude": "40.328843", + "longitude": "-78.398970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16674", + "city": "Robertsdale", + "state": "PA", + "latitude": "40.196898", + "longitude": "-78.102660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16675", + "city": "Saint Boniface", + "state": "PA", + "latitude": "40.671181", + "longitude": "-78.675548", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16677", + "city": "Sandy Ridge", + "state": "PA", + "latitude": "40.807219", + "longitude": "-78.260710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16678", + "city": "Saxton", + "state": "PA", + "latitude": "40.221352", + "longitude": "-78.227850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16679", + "city": "Six Mile Run", + "state": "PA", + "latitude": "40.163172", + "longitude": "-78.205550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16680", + "city": "Smithmill", + "state": "PA", + "latitude": "40.752120", + "longitude": "-78.410850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16681", + "city": "Smokerun", + "state": "PA", + "latitude": "40.792825", + "longitude": "-78.435590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16682", + "city": "Sproul", + "state": "PA", + "latitude": "40.271645", + "longitude": "-78.459190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16683", + "city": "Spruce Creek", + "state": "PA", + "latitude": "40.662087", + "longitude": "-78.070120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16684", + "city": "Tipton", + "state": "PA", + "latitude": "40.636691", + "longitude": "-78.303614", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16685", + "city": "Todd", + "state": "PA", + "latitude": "40.273559", + "longitude": "-78.079260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16686", + "city": "Tyrone", + "state": "PA", + "latitude": "40.666444", + "longitude": "-78.243530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16689", + "city": "Waterfall", + "state": "PA", + "latitude": "40.092488", + "longitude": "-78.084060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16691", + "city": "Wells Tannery", + "state": "PA", + "latitude": "40.080393", + "longitude": "-78.153420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16692", + "city": "Westover", + "state": "PA", + "latitude": "40.757085", + "longitude": "-78.696220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16693", + "city": "Williamsburg", + "state": "PA", + "latitude": "40.456531", + "longitude": "-78.222100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16694", + "city": "Wood", + "state": "PA", + "latitude": "40.167018", + "longitude": "-78.135830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16695", + "city": "Woodbury", + "state": "PA", + "latitude": "40.217753", + "longitude": "-78.371970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16698", + "city": "Houtzdale", + "state": "PA", + "latitude": "40.989115", + "longitude": "-78.422403", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16699", + "city": "Cresson", + "state": "PA", + "latitude": "40.484487", + "longitude": "-78.702224", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16701", + "city": "Bradford", + "state": "PA", + "latitude": "41.943791", + "longitude": "-78.654480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16720", + "city": "Austin", + "state": "PA", + "latitude": "41.613244", + "longitude": "-78.070110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16724", + "city": "Crosby", + "state": "PA", + "latitude": "41.747898", + "longitude": "-78.379380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16725", + "city": "Custer City", + "state": "PA", + "latitude": "41.902256", + "longitude": "-78.659000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16726", + "city": "Cyclone", + "state": "PA", + "latitude": "41.816833", + "longitude": "-78.580590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16727", + "city": "Derrick City", + "state": "PA", + "latitude": "41.976763", + "longitude": "-78.535410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16728", + "city": "De Young", + "state": "PA", + "latitude": "41.415878", + "longitude": "-78.665057", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16729", + "city": "Duke Center", + "state": "PA", + "latitude": "41.961920", + "longitude": "-78.484100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16730", + "city": "East Smethport", + "state": "PA", + "latitude": "41.811926", + "longitude": "-78.422560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16731", + "city": "Eldred", + "state": "PA", + "latitude": "41.957479", + "longitude": "-78.393170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16732", + "city": "Gifford", + "state": "PA", + "latitude": "41.850657", + "longitude": "-78.606630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16733", + "city": "Hazel Hurst", + "state": "PA", + "latitude": "41.713565", + "longitude": "-78.567030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16734", + "city": "James City", + "state": "PA", + "latitude": "41.619029", + "longitude": "-78.840000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16735", + "city": "Kane", + "state": "PA", + "latitude": "41.628726", + "longitude": "-78.807340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16738", + "city": "Lewis Run", + "state": "PA", + "latitude": "41.833762", + "longitude": "-78.688390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16740", + "city": "Mount Jewett", + "state": "PA", + "latitude": "41.734498", + "longitude": "-78.613790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16743", + "city": "Port Allegany", + "state": "PA", + "latitude": "41.809546", + "longitude": "-78.271250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16744", + "city": "Rew", + "state": "PA", + "latitude": "41.883626", + "longitude": "-78.545400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16745", + "city": "Rixford", + "state": "PA", + "latitude": "41.925564", + "longitude": "-78.502060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16746", + "city": "Roulette", + "state": "PA", + "latitude": "41.800699", + "longitude": "-78.143620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16748", + "city": "Shinglehouse", + "state": "PA", + "latitude": "41.940288", + "longitude": "-78.161860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16749", + "city": "Smethport", + "state": "PA", + "latitude": "41.801302", + "longitude": "-78.444190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16750", + "city": "Turtlepoint", + "state": "PA", + "latitude": "41.876559", + "longitude": "-78.324450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16751", + "city": "Westline", + "state": "PA", + "latitude": "41.791063", + "longitude": "-78.763470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16801", + "city": "State College", + "state": "PA", + "latitude": "40.792011", + "longitude": "-77.849930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16802", + "city": "University Park", + "state": "PA", + "latitude": "40.806956", + "longitude": "-77.862810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16803", + "city": "State College", + "state": "PA", + "latitude": "40.802661", + "longitude": "-77.899360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16804", + "city": "State College", + "state": "PA", + "latitude": "40.972229", + "longitude": "-77.760172", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16805", + "city": "State College", + "state": "PA", + "latitude": "40.972229", + "longitude": "-77.760172", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16815", + "city": "Potter", + "state": "PA", + "latitude": "40.771122", + "longitude": "-77.658267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16820", + "city": "Aaronsburg", + "state": "PA", + "latitude": "40.908997", + "longitude": "-77.424240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16821", + "city": "Allport", + "state": "PA", + "latitude": "40.989115", + "longitude": "-78.422403", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16822", + "city": "Beech Creek", + "state": "PA", + "latitude": "41.092339", + "longitude": "-77.605450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16823", + "city": "Bellefonte", + "state": "PA", + "latitude": "40.912550", + "longitude": "-77.773870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16825", + "city": "Bigler", + "state": "PA", + "latitude": "40.981690", + "longitude": "-78.305140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16826", + "city": "Blanchard", + "state": "PA", + "latitude": "41.059172", + "longitude": "-77.600290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16827", + "city": "Boalsburg", + "state": "PA", + "latitude": "40.782670", + "longitude": "-77.786890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16828", + "city": "Centre Hall", + "state": "PA", + "latitude": "40.828679", + "longitude": "-77.684900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16829", + "city": "Clarence", + "state": "PA", + "latitude": "41.053528", + "longitude": "-77.962260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16830", + "city": "Clearfield", + "state": "PA", + "latitude": "41.026239", + "longitude": "-78.438380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16832", + "city": "Coburn", + "state": "PA", + "latitude": "40.847255", + "longitude": "-77.476330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16833", + "city": "Curwensville", + "state": "PA", + "latitude": "40.948433", + "longitude": "-78.551760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16834", + "city": "Drifting", + "state": "PA", + "latitude": "41.033239", + "longitude": "-78.110400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16835", + "city": "Fleming", + "state": "PA", + "latitude": "40.904645", + "longitude": "-77.875191", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16836", + "city": "Frenchville", + "state": "PA", + "latitude": "41.104737", + "longitude": "-78.234400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16837", + "city": "Glen Richey", + "state": "PA", + "latitude": "40.945702", + "longitude": "-78.474500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16838", + "city": "Grampian", + "state": "PA", + "latitude": "40.977104", + "longitude": "-78.622960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16839", + "city": "Grassflat", + "state": "PA", + "latitude": "41.004152", + "longitude": "-78.112980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16840", + "city": "Hawk Run", + "state": "PA", + "latitude": "40.924438", + "longitude": "-78.206520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16841", + "city": "Howard", + "state": "PA", + "latitude": "41.021843", + "longitude": "-77.669090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16843", + "city": "Hyde", + "state": "PA", + "latitude": "41.001993", + "longitude": "-78.463810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16844", + "city": "Julian", + "state": "PA", + "latitude": "40.896662", + "longitude": "-77.915550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16845", + "city": "Karthaus", + "state": "PA", + "latitude": "41.131415", + "longitude": "-78.106430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16847", + "city": "Kylertown", + "state": "PA", + "latitude": "40.994188", + "longitude": "-78.168040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16848", + "city": "Lamar", + "state": "PA", + "latitude": "41.010409", + "longitude": "-77.536130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16849", + "city": "Lanse", + "state": "PA", + "latitude": "40.972358", + "longitude": "-78.121210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16850", + "city": "Lecontes Mills", + "state": "PA", + "latitude": "40.989115", + "longitude": "-78.422403", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16851", + "city": "Lemont", + "state": "PA", + "latitude": "40.809461", + "longitude": "-77.815840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16852", + "city": "Madisonburg", + "state": "PA", + "latitude": "40.927440", + "longitude": "-77.529980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16853", + "city": "Milesburg", + "state": "PA", + "latitude": "40.942533", + "longitude": "-77.789200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16854", + "city": "Millheim", + "state": "PA", + "latitude": "40.891594", + "longitude": "-77.476050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16855", + "city": "Mineral Springs", + "state": "PA", + "latitude": "40.998733", + "longitude": "-78.373240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16856", + "city": "Mingoville", + "state": "PA", + "latitude": "40.929263", + "longitude": "-77.645810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16858", + "city": "Morrisdale", + "state": "PA", + "latitude": "41.004198", + "longitude": "-78.190850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16859", + "city": "Moshannon", + "state": "PA", + "latitude": "41.044800", + "longitude": "-78.024000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16860", + "city": "Munson", + "state": "PA", + "latitude": "40.954583", + "longitude": "-78.166800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16861", + "city": "New Millport", + "state": "PA", + "latitude": "40.877130", + "longitude": "-78.533940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16863", + "city": "Olanta", + "state": "PA", + "latitude": "40.914286", + "longitude": "-78.489980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16864", + "city": "Orviston", + "state": "PA", + "latitude": "41.105537", + "longitude": "-77.752730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16865", + "city": "Pennsylvania Furnace", + "state": "PA", + "latitude": "40.722897", + "longitude": "-77.969410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16866", + "city": "Philipsburg", + "state": "PA", + "latitude": "40.893028", + "longitude": "-78.216780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16868", + "city": "Pine Grove Mills", + "state": "PA", + "latitude": "40.726405", + "longitude": "-77.911776", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16870", + "city": "Port Matilda", + "state": "PA", + "latitude": "40.801396", + "longitude": "-78.045000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16871", + "city": "Pottersdale", + "state": "PA", + "latitude": "41.177156", + "longitude": "-78.043990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16872", + "city": "Rebersburg", + "state": "PA", + "latitude": "40.966199", + "longitude": "-77.352990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16873", + "city": "Shawville", + "state": "PA", + "latitude": "40.989115", + "longitude": "-78.422403", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16874", + "city": "Snow Shoe", + "state": "PA", + "latitude": "41.034029", + "longitude": "-77.933560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16875", + "city": "Spring Mills", + "state": "PA", + "latitude": "40.833229", + "longitude": "-77.574580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16876", + "city": "Wallaceton", + "state": "PA", + "latitude": "40.960106", + "longitude": "-78.288860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16877", + "city": "Warriors Mark", + "state": "PA", + "latitude": "40.721787", + "longitude": "-78.085610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16878", + "city": "West Decatur", + "state": "PA", + "latitude": "40.943755", + "longitude": "-78.308530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16879", + "city": "Winburne", + "state": "PA", + "latitude": "40.962566", + "longitude": "-78.150050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16881", + "city": "Woodland", + "state": "PA", + "latitude": "41.018168", + "longitude": "-78.321120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16882", + "city": "Woodward", + "state": "PA", + "latitude": "40.918517", + "longitude": "-77.322690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16901", + "city": "Wellsboro", + "state": "PA", + "latitude": "41.736343", + "longitude": "-77.319150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16910", + "city": "Alba", + "state": "PA", + "latitude": "41.771970", + "longitude": "-76.521266", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16911", + "city": "Arnot", + "state": "PA", + "latitude": "41.664117", + "longitude": "-77.141530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16912", + "city": "Blossburg", + "state": "PA", + "latitude": "41.676922", + "longitude": "-77.061600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16914", + "city": "Columbia Cross Roads", + "state": "PA", + "latitude": "41.864010", + "longitude": "-76.769820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16915", + "city": "Coudersport", + "state": "PA", + "latitude": "41.800278", + "longitude": "-77.989050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16917", + "city": "Covington", + "state": "PA", + "latitude": "41.739613", + "longitude": "-77.075210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16918", + "city": "Cowanesque", + "state": "PA", + "latitude": "41.936663", + "longitude": "-77.498430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16920", + "city": "Elkland", + "state": "PA", + "latitude": "41.989863", + "longitude": "-77.311230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16921", + "city": "Gaines", + "state": "PA", + "latitude": "41.741030", + "longitude": "-77.537680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16922", + "city": "Galeton", + "state": "PA", + "latitude": "41.678935", + "longitude": "-77.685620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16923", + "city": "Genesee", + "state": "PA", + "latitude": "41.936680", + "longitude": "-77.870890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16925", + "city": "Gillett", + "state": "PA", + "latitude": "41.950785", + "longitude": "-76.785110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16926", + "city": "Granville Summit", + "state": "PA", + "latitude": "41.702935", + "longitude": "-76.711750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16927", + "city": "Harrison Valley", + "state": "PA", + "latitude": "41.958059", + "longitude": "-77.671870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16928", + "city": "Knoxville", + "state": "PA", + "latitude": "41.954314", + "longitude": "-77.424570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16929", + "city": "Lawrenceville", + "state": "PA", + "latitude": "41.973095", + "longitude": "-77.137310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16930", + "city": "Liberty", + "state": "PA", + "latitude": "41.557848", + "longitude": "-77.137550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16932", + "city": "Mainesburg", + "state": "PA", + "latitude": "41.796032", + "longitude": "-76.941450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16933", + "city": "Mansfield", + "state": "PA", + "latitude": "41.811139", + "longitude": "-77.069390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16935", + "city": "Middlebury Center", + "state": "PA", + "latitude": "41.862920", + "longitude": "-77.312850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16936", + "city": "Millerton", + "state": "PA", + "latitude": "41.951518", + "longitude": "-76.944130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16937", + "city": "Mills", + "state": "PA", + "latitude": "41.969218", + "longitude": "-77.719780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16938", + "city": "Morris", + "state": "PA", + "latitude": "41.564177", + "longitude": "-77.311910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16939", + "city": "Morris Run", + "state": "PA", + "latitude": "41.677577", + "longitude": "-77.016770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16940", + "city": "Nelson", + "state": "PA", + "latitude": "41.978436", + "longitude": "-77.246670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16941", + "city": "Genesee", + "state": "PA", + "latitude": "41.993777", + "longitude": "-77.751220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16942", + "city": "Osceola", + "state": "PA", + "latitude": "41.961001", + "longitude": "-77.353060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16943", + "city": "Sabinsville", + "state": "PA", + "latitude": "41.849920", + "longitude": "-77.594040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16945", + "city": "Sylvania", + "state": "PA", + "latitude": "41.771970", + "longitude": "-76.521266", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16946", + "city": "Tioga", + "state": "PA", + "latitude": "41.924013", + "longitude": "-77.142240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16947", + "city": "Troy", + "state": "PA", + "latitude": "41.759353", + "longitude": "-76.803880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16948", + "city": "Ulysses", + "state": "PA", + "latitude": "41.869812", + "longitude": "-77.751150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "16950", + "city": "Westfield", + "state": "PA", + "latitude": "41.895838", + "longitude": "-77.521640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17001", + "city": "Camp Hill", + "state": "PA", + "latitude": "40.216040", + "longitude": "-76.924996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17002", + "city": "Allensville", + "state": "PA", + "latitude": "40.510176", + "longitude": "-77.831240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17003", + "city": "Annville", + "state": "PA", + "latitude": "40.347757", + "longitude": "-76.534980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17004", + "city": "Belleville", + "state": "PA", + "latitude": "40.597698", + "longitude": "-77.738830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17005", + "city": "Berrysburg", + "state": "PA", + "latitude": "40.602475", + "longitude": "-76.811300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17006", + "city": "Blain", + "state": "PA", + "latitude": "40.325136", + "longitude": "-77.526810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17007", + "city": "Boiling Springs", + "state": "PA", + "latitude": "40.147890", + "longitude": "-77.122450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17008", + "city": "Bowmansdale", + "state": "PA", + "latitude": "40.167091", + "longitude": "-76.978448", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17009", + "city": "Burnham", + "state": "PA", + "latitude": "40.637663", + "longitude": "-77.565520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17010", + "city": "Campbelltown", + "state": "PA", + "latitude": "40.280149", + "longitude": "-76.580600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17011", + "city": "Camp Hill", + "state": "PA", + "latitude": "40.236139", + "longitude": "-76.930840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17012", + "city": "Camp Hill", + "state": "PA", + "latitude": "40.136687", + "longitude": "-77.242805", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17013", + "city": "Carlisle", + "state": "PA", + "latitude": "40.203458", + "longitude": "-77.199870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17014", + "city": "Cocolamus", + "state": "PA", + "latitude": "40.478716", + "longitude": "-77.345514", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17015", + "city": "South Londonderry", + "state": "PA", + "latitude": "40.238207", + "longitude": "-76.511942", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17016", + "city": "Cornwall", + "state": "PA", + "latitude": "40.273968", + "longitude": "-76.406020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17017", + "city": "Dalmatia", + "state": "PA", + "latitude": "40.644085", + "longitude": "-76.876480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17018", + "city": "Dauphin", + "state": "PA", + "latitude": "40.385623", + "longitude": "-76.923320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17019", + "city": "Dillsburg", + "state": "PA", + "latitude": "40.093968", + "longitude": "-77.026280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17020", + "city": "Duncannon", + "state": "PA", + "latitude": "40.401114", + "longitude": "-77.034050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17021", + "city": "East Waterford", + "state": "PA", + "latitude": "40.354433", + "longitude": "-77.650460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17022", + "city": "Elizabethtown", + "state": "PA", + "latitude": "40.160793", + "longitude": "-76.607630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17023", + "city": "Elizabethville", + "state": "PA", + "latitude": "40.560414", + "longitude": "-76.813160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17024", + "city": "Elliottsburg", + "state": "PA", + "latitude": "40.413024", + "longitude": "-77.301620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17025", + "city": "Enola", + "state": "PA", + "latitude": "40.288070", + "longitude": "-76.942510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17026", + "city": "Fredericksburg", + "state": "PA", + "latitude": "40.452530", + "longitude": "-76.424430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17027", + "city": "Grantham", + "state": "PA", + "latitude": "40.153656", + "longitude": "-76.996300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17028", + "city": "Grantville", + "state": "PA", + "latitude": "40.402578", + "longitude": "-76.643400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17029", + "city": "Granville", + "state": "PA", + "latitude": "40.551431", + "longitude": "-77.625770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17030", + "city": "Gratz", + "state": "PA", + "latitude": "40.608245", + "longitude": "-76.737545", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17031", + "city": "Green Park", + "state": "PA", + "latitude": "40.406766", + "longitude": "-77.292578", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17032", + "city": "Halifax", + "state": "PA", + "latitude": "40.483580", + "longitude": "-76.872700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17033", + "city": "Hershey", + "state": "PA", + "latitude": "40.277923", + "longitude": "-76.643400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17034", + "city": "Highspire", + "state": "PA", + "latitude": "40.208591", + "longitude": "-76.785630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17035", + "city": "Honey Grove", + "state": "PA", + "latitude": "40.430500", + "longitude": "-77.584300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17036", + "city": "Hummelstown", + "state": "PA", + "latitude": "40.270367", + "longitude": "-76.704800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17037", + "city": "Ickesburg", + "state": "PA", + "latitude": "40.436607", + "longitude": "-77.393370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17038", + "city": "Jonestown", + "state": "PA", + "latitude": "40.434998", + "longitude": "-76.512960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17039", + "city": "Kleinfeltersville", + "state": "PA", + "latitude": "40.300505", + "longitude": "-76.258399", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17040", + "city": "Landisburg", + "state": "PA", + "latitude": "40.333508", + "longitude": "-77.299330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17041", + "city": "Lawn", + "state": "PA", + "latitude": "40.220907", + "longitude": "-76.537690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17042", + "city": "Lebanon", + "state": "PA", + "latitude": "40.319770", + "longitude": "-76.423440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17043", + "city": "Lemoyne", + "state": "PA", + "latitude": "40.247189", + "longitude": "-76.898070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17044", + "city": "Lewistown", + "state": "PA", + "latitude": "40.595359", + "longitude": "-77.577400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17045", + "city": "Liverpool", + "state": "PA", + "latitude": "40.586914", + "longitude": "-76.994020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17046", + "city": "Lebanon", + "state": "PA", + "latitude": "40.358015", + "longitude": "-76.425010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17047", + "city": "Loysville", + "state": "PA", + "latitude": "40.365242", + "longitude": "-77.403690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17048", + "city": "Lykens", + "state": "PA", + "latitude": "40.592398", + "longitude": "-76.720860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17049", + "city": "McAlisterville", + "state": "PA", + "latitude": "40.646860", + "longitude": "-77.241490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17050", + "city": "Mechanicsburg", + "state": "PA", + "latitude": "40.249543", + "longitude": "-77.002296", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17051", + "city": "McVeytown", + "state": "PA", + "latitude": "40.458618", + "longitude": "-77.772540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17052", + "city": "Mapleton Depot", + "state": "PA", + "latitude": "40.338058", + "longitude": "-77.977900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17053", + "city": "Marysville", + "state": "PA", + "latitude": "40.333185", + "longitude": "-76.966590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17054", + "city": "Mattawana", + "state": "PA", + "latitude": "40.495979", + "longitude": "-77.723716", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17055", + "city": "Mechanicsburg", + "state": "PA", + "latitude": "40.215939", + "longitude": "-76.998270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17056", + "city": "Mexico", + "state": "PA", + "latitude": "40.478716", + "longitude": "-77.345514", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17057", + "city": "Middletown", + "state": "PA", + "latitude": "40.201341", + "longitude": "-76.735570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17058", + "city": "Mifflin", + "state": "PA", + "latitude": "40.535260", + "longitude": "-77.464570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17059", + "city": "Mifflintown", + "state": "PA", + "latitude": "40.582815", + "longitude": "-77.368660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17060", + "city": "Mill Creek", + "state": "PA", + "latitude": "40.453498", + "longitude": "-77.911540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17061", + "city": "Millersburg", + "state": "PA", + "latitude": "40.550027", + "longitude": "-76.937430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17062", + "city": "Millerstown", + "state": "PA", + "latitude": "40.556500", + "longitude": "-77.149620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17063", + "city": "Milroy", + "state": "PA", + "latitude": "40.735551", + "longitude": "-77.548130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17064", + "city": "Mount Gretna", + "state": "PA", + "latitude": "40.247930", + "longitude": "-76.468470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17065", + "city": "Mount Holly Springs", + "state": "PA", + "latitude": "40.114682", + "longitude": "-77.192010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17066", + "city": "Mount Union", + "state": "PA", + "latitude": "40.373421", + "longitude": "-77.873900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17067", + "city": "Myerstown", + "state": "PA", + "latitude": "40.389502", + "longitude": "-76.314700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17068", + "city": "New Bloomfield", + "state": "PA", + "latitude": "40.409544", + "longitude": "-77.179590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17069", + "city": "New Buffalo", + "state": "PA", + "latitude": "40.454175", + "longitude": "-76.969910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17070", + "city": "New Cumberland", + "state": "PA", + "latitude": "40.220040", + "longitude": "-76.868490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17071", + "city": "New Germantown", + "state": "PA", + "latitude": "40.406766", + "longitude": "-77.292578", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17072", + "city": "New Kingstown", + "state": "PA", + "latitude": "40.233164", + "longitude": "-77.082120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17073", + "city": "Newmanstown", + "state": "PA", + "latitude": "40.308675", + "longitude": "-76.249740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17074", + "city": "Newport", + "state": "PA", + "latitude": "40.482257", + "longitude": "-77.139070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17075", + "city": "Newton Hamilton", + "state": "PA", + "latitude": "40.392130", + "longitude": "-77.836490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17076", + "city": "Oakland Mills", + "state": "PA", + "latitude": "40.616926", + "longitude": "-77.312280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17077", + "city": "Ono", + "state": "PA", + "latitude": "40.406144", + "longitude": "-76.527530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17078", + "city": "Palmyra", + "state": "PA", + "latitude": "40.304156", + "longitude": "-76.591200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17080", + "city": "Pillow", + "state": "PA", + "latitude": "40.640430", + "longitude": "-76.803460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17081", + "city": "Plainfield", + "state": "PA", + "latitude": "40.202404", + "longitude": "-77.288250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17082", + "city": "Port Royal", + "state": "PA", + "latitude": "40.508563", + "longitude": "-77.421370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17083", + "city": "Quentin", + "state": "PA", + "latitude": "40.277603", + "longitude": "-76.438230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17084", + "city": "Reedsville", + "state": "PA", + "latitude": "40.678450", + "longitude": "-77.602640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17085", + "city": "Rexmont", + "state": "PA", + "latitude": "40.277076", + "longitude": "-76.385727", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17086", + "city": "Richfield", + "state": "PA", + "latitude": "40.675983", + "longitude": "-77.118620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17087", + "city": "Richland", + "state": "PA", + "latitude": "40.375621", + "longitude": "-76.264010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17088", + "city": "Schaefferstown", + "state": "PA", + "latitude": "40.299051", + "longitude": "-76.296730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17089", + "city": "Camp Hill", + "state": "PA", + "latitude": "40.269738", + "longitude": "-76.936046", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17090", + "city": "Shermans Dale", + "state": "PA", + "latitude": "40.332785", + "longitude": "-77.184640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17091", + "city": "Camp Hill", + "state": "PA", + "latitude": "40.136687", + "longitude": "-77.242805", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17093", + "city": "Summerdale", + "state": "PA", + "latitude": "40.310088", + "longitude": "-76.928700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17094", + "city": "Thompsontown", + "state": "PA", + "latitude": "40.574018", + "longitude": "-77.233850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17097", + "city": "Wiconisco", + "state": "PA", + "latitude": "40.573636", + "longitude": "-76.685250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17098", + "city": "Williamstown", + "state": "PA", + "latitude": "40.581422", + "longitude": "-76.622090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17099", + "city": "Yeagertown", + "state": "PA", + "latitude": "40.641204", + "longitude": "-77.579530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17101", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.261839", + "longitude": "-76.882790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17102", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.272839", + "longitude": "-76.890530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17103", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.274389", + "longitude": "-76.862170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17104", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.258972", + "longitude": "-76.859220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17105", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.278498", + "longitude": "-76.875207", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17106", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.292664", + "longitude": "-76.850061", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17107", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.297031", + "longitude": "-76.876437", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17108", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.308638", + "longitude": "-76.801693", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17109", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.290439", + "longitude": "-76.828410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17110", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.300738", + "longitude": "-76.885280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17111", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.264389", + "longitude": "-76.802980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17112", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.343261", + "longitude": "-76.780800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17113", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.232990", + "longitude": "-76.825790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17120", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.265689", + "longitude": "-76.882745", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17121", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.294396", + "longitude": "-76.893751", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17122", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.249845", + "longitude": "-76.871209", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17123", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.267518", + "longitude": "-76.883734", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17124", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.267460", + "longitude": "-76.885967", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17125", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.266221", + "longitude": "-76.882854", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17126", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.261790", + "longitude": "-76.880021", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17127", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.261516", + "longitude": "-76.880884", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17128", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.389865", + "longitude": "-76.782323", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17129", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.261516", + "longitude": "-76.880884", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17130", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.270222", + "longitude": "-76.882889", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17140", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.308640", + "longitude": "-76.846449", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17177", + "city": "Harrisburg", + "state": "PA", + "latitude": "40.298988", + "longitude": "-76.847194", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17201", + "city": "Chambersburg", + "state": "PA", + "latitude": "39.931123", + "longitude": "-77.661390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17210", + "city": "Amberson", + "state": "PA", + "latitude": "40.171667", + "longitude": "-77.661354", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17211", + "city": "Artemas", + "state": "PA", + "latitude": "39.742192", + "longitude": "-78.421130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17212", + "city": "Big Cove Tannery", + "state": "PA", + "latitude": "39.812310", + "longitude": "-78.063370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17213", + "city": "Blairs Mills", + "state": "PA", + "latitude": "40.243335", + "longitude": "-77.774140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17214", + "city": "Blue Ridge Summit", + "state": "PA", + "latitude": "39.736626", + "longitude": "-77.470380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17215", + "city": "Burnt Cabins", + "state": "PA", + "latitude": "40.079326", + "longitude": "-77.900390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17217", + "city": "Concord", + "state": "PA", + "latitude": "40.225168", + "longitude": "-77.725013", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17219", + "city": "Doylesburg", + "state": "PA", + "latitude": "40.228687", + "longitude": "-77.710340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17220", + "city": "Dry Run", + "state": "PA", + "latitude": "40.195365", + "longitude": "-77.720920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17221", + "city": "Fannettsburg", + "state": "PA", + "latitude": "40.072400", + "longitude": "-77.811480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17222", + "city": "Fayetteville", + "state": "PA", + "latitude": "39.897287", + "longitude": "-77.520060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17223", + "city": "Fort Littleton", + "state": "PA", + "latitude": "40.062255", + "longitude": "-77.963080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17224", + "city": "Fort Loudon", + "state": "PA", + "latitude": "39.957564", + "longitude": "-77.906230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17225", + "city": "Greencastle", + "state": "PA", + "latitude": "39.792122", + "longitude": "-77.749230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17228", + "city": "Harrisonville", + "state": "PA", + "latitude": "39.995374", + "longitude": "-78.093480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17229", + "city": "Hustontown", + "state": "PA", + "latitude": "40.070337", + "longitude": "-78.022730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17231", + "city": "Lemasters", + "state": "PA", + "latitude": "39.859432", + "longitude": "-77.857889", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17232", + "city": "Lurgan", + "state": "PA", + "latitude": "40.105495", + "longitude": "-77.640461", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17233", + "city": "McConnellsburg", + "state": "PA", + "latitude": "39.942589", + "longitude": "-77.995290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17235", + "city": "Marion", + "state": "PA", + "latitude": "39.857218", + "longitude": "-77.697750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17236", + "city": "Mercersburg", + "state": "PA", + "latitude": "39.793293", + "longitude": "-77.928890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17237", + "city": "Mont Alto", + "state": "PA", + "latitude": "39.840491", + "longitude": "-77.552390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17238", + "city": "Needmore", + "state": "PA", + "latitude": "39.847933", + "longitude": "-78.128210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17239", + "city": "Neelyton", + "state": "PA", + "latitude": "40.130231", + "longitude": "-77.841470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17240", + "city": "Newburg", + "state": "PA", + "latitude": "40.147267", + "longitude": "-77.572590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17241", + "city": "Newville", + "state": "PA", + "latitude": "40.172412", + "longitude": "-77.408260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17243", + "city": "Orbisonia", + "state": "PA", + "latitude": "40.242121", + "longitude": "-77.871390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17244", + "city": "Orrstown", + "state": "PA", + "latitude": "40.076657", + "longitude": "-77.654330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17246", + "city": "Pleasant Hall", + "state": "PA", + "latitude": "40.049118", + "longitude": "-77.671754", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17247", + "city": "Quincy", + "state": "PA", + "latitude": "39.799481", + "longitude": "-77.581092", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17249", + "city": "Rockhill Furnace", + "state": "PA", + "latitude": "40.242927", + "longitude": "-77.900430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17250", + "city": "Rouzerville", + "state": "PA", + "latitude": "39.736395", + "longitude": "-77.524740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17251", + "city": "Roxbury", + "state": "PA", + "latitude": "40.112652", + "longitude": "-77.670626", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17252", + "city": "Saint Thomas", + "state": "PA", + "latitude": "39.913537", + "longitude": "-77.810010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17253", + "city": "Saltillo", + "state": "PA", + "latitude": "40.210859", + "longitude": "-78.005670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17254", + "city": "Scotland", + "state": "PA", + "latitude": "39.969722", + "longitude": "-77.588780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17255", + "city": "Shade Gap", + "state": "PA", + "latitude": "40.152486", + "longitude": "-77.861700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17256", + "city": "Shady Grove", + "state": "PA", + "latitude": "39.783391", + "longitude": "-77.674851", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17257", + "city": "Shippensburg", + "state": "PA", + "latitude": "40.053308", + "longitude": "-77.506220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17260", + "city": "Shirleysburg", + "state": "PA", + "latitude": "40.298547", + "longitude": "-77.890670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17261", + "city": "South Mountain", + "state": "PA", + "latitude": "39.833095", + "longitude": "-77.488633", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17262", + "city": "Spring Run", + "state": "PA", + "latitude": "40.153677", + "longitude": "-77.708830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17263", + "city": "State Line", + "state": "PA", + "latitude": "39.724825", + "longitude": "-77.718629", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17264", + "city": "Three Springs", + "state": "PA", + "latitude": "40.190713", + "longitude": "-77.980670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17265", + "city": "Upperstrasburg", + "state": "PA", + "latitude": "40.035958", + "longitude": "-77.791130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17266", + "city": "Walnut Bottom", + "state": "PA", + "latitude": "40.086522", + "longitude": "-77.410260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17267", + "city": "Warfordsburg", + "state": "PA", + "latitude": "39.798516", + "longitude": "-78.236750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17268", + "city": "Waynesboro", + "state": "PA", + "latitude": "39.766281", + "longitude": "-77.572410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17269", + "city": "Brush Creek", + "state": "PA", + "latitude": "39.887450", + "longitude": "-78.245581", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17270", + "city": "Williamson", + "state": "PA", + "latitude": "39.851731", + "longitude": "-77.799300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17271", + "city": "Willow Hill", + "state": "PA", + "latitude": "40.110585", + "longitude": "-77.799430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17272", + "city": "Zullinger", + "state": "PA", + "latitude": "39.771372", + "longitude": "-77.627020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17275", + "city": "Southampton", + "state": "PA", + "latitude": "40.019915", + "longitude": "-77.464257", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17294", + "city": "Blue Ridge Summit", + "state": "PA", + "latitude": "40.004885", + "longitude": "-77.776370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17301", + "city": "Abbottstown", + "state": "PA", + "latitude": "39.891548", + "longitude": "-76.983590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17302", + "city": "Airville", + "state": "PA", + "latitude": "39.809540", + "longitude": "-76.408490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17303", + "city": "Arendtsville", + "state": "PA", + "latitude": "39.923644", + "longitude": "-77.300085", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17304", + "city": "Aspers", + "state": "PA", + "latitude": "39.969711", + "longitude": "-77.218000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17306", + "city": "Bendersville", + "state": "PA", + "latitude": "39.982466", + "longitude": "-77.249600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17307", + "city": "Biglerville", + "state": "PA", + "latitude": "39.930756", + "longitude": "-77.291700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17309", + "city": "Brogue", + "state": "PA", + "latitude": "39.871433", + "longitude": "-76.447960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17310", + "city": "Cashtown", + "state": "PA", + "latitude": "39.890605", + "longitude": "-77.356642", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17311", + "city": "Codorus", + "state": "PA", + "latitude": "39.816670", + "longitude": "-76.841650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17312", + "city": "Craley", + "state": "PA", + "latitude": "39.946739", + "longitude": "-76.506639", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17313", + "city": "Dallastown", + "state": "PA", + "latitude": "39.898900", + "longitude": "-76.644050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17314", + "city": "Delta", + "state": "PA", + "latitude": "39.746811", + "longitude": "-76.336550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17315", + "city": "Dover", + "state": "PA", + "latitude": "40.002696", + "longitude": "-76.857630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17316", + "city": "East Berlin", + "state": "PA", + "latitude": "39.965131", + "longitude": "-77.008630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17317", + "city": "East Prospect", + "state": "PA", + "latitude": "39.971506", + "longitude": "-76.520600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17318", + "city": "Emigsville", + "state": "PA", + "latitude": "40.017597", + "longitude": "-76.729210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17319", + "city": "Etters", + "state": "PA", + "latitude": "40.157382", + "longitude": "-76.787200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17320", + "city": "Fairfield", + "state": "PA", + "latitude": "39.759356", + "longitude": "-77.377680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17321", + "city": "Fawn Grove", + "state": "PA", + "latitude": "39.747204", + "longitude": "-76.443390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17322", + "city": "Felton", + "state": "PA", + "latitude": "39.848832", + "longitude": "-76.551220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17323", + "city": "Franklintown", + "state": "PA", + "latitude": "40.075010", + "longitude": "-77.027926", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17324", + "city": "Gardners", + "state": "PA", + "latitude": "40.030925", + "longitude": "-77.228580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17325", + "city": "Gettysburg", + "state": "PA", + "latitude": "39.827337", + "longitude": "-77.229040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17326", + "city": "Gettysburg", + "state": "PA", + "latitude": "39.894800", + "longitude": "-77.213493", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17327", + "city": "Glen Rock", + "state": "PA", + "latitude": "39.780323", + "longitude": "-76.747850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17329", + "city": "Glenville", + "state": "PA", + "latitude": "39.759126", + "longitude": "-76.852480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17331", + "city": "Hanover", + "state": "PA", + "latitude": "39.795301", + "longitude": "-76.977270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17332", + "city": "Hanover", + "state": "PA", + "latitude": "39.775037", + "longitude": "-76.735116", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17333", + "city": "Hanover", + "state": "PA", + "latitude": "39.972985", + "longitude": "-76.687826", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17337", + "city": "Idaville", + "state": "PA", + "latitude": "40.015656", + "longitude": "-77.200131", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17339", + "city": "Lewisberry", + "state": "PA", + "latitude": "40.138959", + "longitude": "-76.869040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17340", + "city": "Littlestown", + "state": "PA", + "latitude": "39.748187", + "longitude": "-77.108060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17342", + "city": "Loganville", + "state": "PA", + "latitude": "39.853644", + "longitude": "-76.707997", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17343", + "city": "McKnightstown", + "state": "PA", + "latitude": "39.871147", + "longitude": "-77.326080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17344", + "city": "McSherrystown", + "state": "PA", + "latitude": "39.805693", + "longitude": "-77.019050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17345", + "city": "Manchester", + "state": "PA", + "latitude": "40.067348", + "longitude": "-76.723980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17346", + "city": "Menges Mills", + "state": "PA", + "latitude": "40.079591", + "longitude": "-76.703553", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17347", + "city": "Mount Wolf", + "state": "PA", + "latitude": "40.067559", + "longitude": "-76.695840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17349", + "city": "New Freedom", + "state": "PA", + "latitude": "39.753369", + "longitude": "-76.681120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17350", + "city": "New Oxford", + "state": "PA", + "latitude": "39.874531", + "longitude": "-77.063050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17352", + "city": "New Park", + "state": "PA", + "latitude": "39.761007", + "longitude": "-76.501290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17353", + "city": "Orrtanna", + "state": "PA", + "latitude": "39.876675", + "longitude": "-77.379400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17354", + "city": "Porters Sideling", + "state": "PA", + "latitude": "39.824570", + "longitude": "-76.899270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17355", + "city": "Railroad", + "state": "PA", + "latitude": "39.756761", + "longitude": "-76.699390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17356", + "city": "Red Lion", + "state": "PA", + "latitude": "39.900350", + "longitude": "-76.597780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17358", + "city": "Rossville", + "state": "PA", + "latitude": "39.972985", + "longitude": "-76.687826", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17360", + "city": "Seven Valleys", + "state": "PA", + "latitude": "39.849870", + "longitude": "-76.764030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17361", + "city": "Shrewsbury", + "state": "PA", + "latitude": "39.765405", + "longitude": "-76.677480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17362", + "city": "Spring Grove", + "state": "PA", + "latitude": "39.853966", + "longitude": "-76.871820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17363", + "city": "Stewartstown", + "state": "PA", + "latitude": "39.765741", + "longitude": "-76.593590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17364", + "city": "Thomasville", + "state": "PA", + "latitude": "39.928130", + "longitude": "-76.901800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17365", + "city": "Wellsville", + "state": "PA", + "latitude": "40.052872", + "longitude": "-76.944810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17366", + "city": "Windsor", + "state": "PA", + "latitude": "39.927410", + "longitude": "-76.562680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17368", + "city": "Wrightsville", + "state": "PA", + "latitude": "40.002058", + "longitude": "-76.527570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17370", + "city": "York Haven", + "state": "PA", + "latitude": "40.120806", + "longitude": "-76.763520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17371", + "city": "York New Salem", + "state": "PA", + "latitude": "39.900579", + "longitude": "-76.789624", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17372", + "city": "York Springs", + "state": "PA", + "latitude": "40.003442", + "longitude": "-77.109900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17375", + "city": "Peach Glen", + "state": "PA", + "latitude": "39.894800", + "longitude": "-77.213493", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17401", + "city": "York", + "state": "PA", + "latitude": "39.962463", + "longitude": "-76.728870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17402", + "city": "York", + "state": "PA", + "latitude": "39.976898", + "longitude": "-76.677850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17403", + "city": "York", + "state": "PA", + "latitude": "39.952198", + "longitude": "-76.713280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17404", + "city": "York", + "state": "PA", + "latitude": "39.962821", + "longitude": "-76.767640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17405", + "city": "York", + "state": "PA", + "latitude": "40.008647", + "longitude": "-76.597187", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17406", + "city": "York", + "state": "PA", + "latitude": "40.002547", + "longitude": "-76.596460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17407", + "city": "York", + "state": "PA", + "latitude": "39.882516", + "longitude": "-76.712060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17415", + "city": "York", + "state": "PA", + "latitude": "39.972985", + "longitude": "-76.687826", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17501", + "city": "Akron", + "state": "PA", + "latitude": "40.156472", + "longitude": "-76.204000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17502", + "city": "Bainbridge", + "state": "PA", + "latitude": "40.095995", + "longitude": "-76.667070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17503", + "city": "Bart", + "state": "PA", + "latitude": "40.018500", + "longitude": "-76.297582", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17504", + "city": "Bausman", + "state": "PA", + "latitude": "40.024047", + "longitude": "-76.328081", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17505", + "city": "Bird In Hand", + "state": "PA", + "latitude": "40.055467", + "longitude": "-76.191490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17506", + "city": "Blue Ball", + "state": "PA", + "latitude": "40.117326", + "longitude": "-76.052379", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17507", + "city": "Bowmansville", + "state": "PA", + "latitude": "40.196641", + "longitude": "-76.016047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17508", + "city": "Brownstown", + "state": "PA", + "latitude": "40.125278", + "longitude": "-76.216650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17509", + "city": "Christiana", + "state": "PA", + "latitude": "39.919072", + "longitude": "-76.025080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17511", + "city": "Columbia", + "state": "PA", + "latitude": "40.041911", + "longitude": "-76.487732", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17512", + "city": "Columbia", + "state": "PA", + "latitude": "40.037682", + "longitude": "-76.490110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17516", + "city": "Conestoga", + "state": "PA", + "latitude": "39.938255", + "longitude": "-76.360660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17517", + "city": "Denver", + "state": "PA", + "latitude": "40.234392", + "longitude": "-76.126550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17518", + "city": "Drumore", + "state": "PA", + "latitude": "39.811308", + "longitude": "-76.253480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17519", + "city": "East Earl", + "state": "PA", + "latitude": "40.141301", + "longitude": "-76.022700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17520", + "city": "East Petersburg", + "state": "PA", + "latitude": "40.098696", + "longitude": "-76.351530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17521", + "city": "Elm", + "state": "PA", + "latitude": "40.204393", + "longitude": "-76.346430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17522", + "city": "Ephrata", + "state": "PA", + "latitude": "40.174994", + "longitude": "-76.176190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17527", + "city": "Gap", + "state": "PA", + "latitude": "40.008814", + "longitude": "-75.991950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17528", + "city": "Goodville", + "state": "PA", + "latitude": "40.043523", + "longitude": "-76.238766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17529", + "city": "Gordonville", + "state": "PA", + "latitude": "40.034800", + "longitude": "-76.111750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17532", + "city": "Holtwood", + "state": "PA", + "latitude": "39.859296", + "longitude": "-76.285480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17533", + "city": "Hopeland", + "state": "PA", + "latitude": "40.233892", + "longitude": "-76.260725", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17534", + "city": "Intercourse", + "state": "PA", + "latitude": "40.036659", + "longitude": "-76.106902", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17535", + "city": "Kinzers", + "state": "PA", + "latitude": "40.000723", + "longitude": "-76.046490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17536", + "city": "Kirkwood", + "state": "PA", + "latitude": "39.840243", + "longitude": "-76.073730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17537", + "city": "Lampeter", + "state": "PA", + "latitude": "39.988548", + "longitude": "-76.238729", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17538", + "city": "Landisville", + "state": "PA", + "latitude": "40.091196", + "longitude": "-76.415820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17540", + "city": "Leola", + "state": "PA", + "latitude": "40.096346", + "longitude": "-76.190070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17543", + "city": "Lititz", + "state": "PA", + "latitude": "40.164049", + "longitude": "-76.299460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17545", + "city": "Manheim", + "state": "PA", + "latitude": "40.168294", + "longitude": "-76.412300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17547", + "city": "Marietta", + "state": "PA", + "latitude": "40.064862", + "longitude": "-76.571450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17549", + "city": "Martindale", + "state": "PA", + "latitude": "40.154498", + "longitude": "-76.087560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17550", + "city": "Maytown", + "state": "PA", + "latitude": "40.072108", + "longitude": "-76.577790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17551", + "city": "Millersville", + "state": "PA", + "latitude": "39.994798", + "longitude": "-76.360180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17552", + "city": "Mount Joy", + "state": "PA", + "latitude": "40.109445", + "longitude": "-76.509190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17554", + "city": "Mountville", + "state": "PA", + "latitude": "40.040697", + "longitude": "-76.428060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17555", + "city": "Narvon", + "state": "PA", + "latitude": "40.126611", + "longitude": "-75.967670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17557", + "city": "New Holland", + "state": "PA", + "latitude": "40.102296", + "longitude": "-76.080310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17560", + "city": "New Providence", + "state": "PA", + "latitude": "39.915209", + "longitude": "-76.215460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17562", + "city": "Paradise", + "state": "PA", + "latitude": "39.981916", + "longitude": "-76.092240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17563", + "city": "Peach Bottom", + "state": "PA", + "latitude": "39.767658", + "longitude": "-76.174900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17564", + "city": "Penryn", + "state": "PA", + "latitude": "40.018500", + "longitude": "-76.297582", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17565", + "city": "Pequea", + "state": "PA", + "latitude": "39.902788", + "longitude": "-76.324960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17566", + "city": "Quarryville", + "state": "PA", + "latitude": "39.872437", + "longitude": "-76.150560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17567", + "city": "Reamstown", + "state": "PA", + "latitude": "40.209941", + "longitude": "-76.116445", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17568", + "city": "Refton", + "state": "PA", + "latitude": "39.946900", + "longitude": "-76.232229", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17569", + "city": "Reinholds", + "state": "PA", + "latitude": "40.264733", + "longitude": "-76.096450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17570", + "city": "Rheems", + "state": "PA", + "latitude": "40.129494", + "longitude": "-76.569910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17572", + "city": "Ronks", + "state": "PA", + "latitude": "40.003405", + "longitude": "-76.153670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17573", + "city": "Ronks", + "state": "PA", + "latitude": "40.018500", + "longitude": "-76.297582", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17575", + "city": "Silver Spring", + "state": "PA", + "latitude": "40.064746", + "longitude": "-76.434285", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17576", + "city": "Smoketown", + "state": "PA", + "latitude": "40.038648", + "longitude": "-76.196400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17577", + "city": "Soudersburg", + "state": "PA", + "latitude": "40.018500", + "longitude": "-76.297582", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17578", + "city": "Stevens", + "state": "PA", + "latitude": "40.226093", + "longitude": "-76.166820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17579", + "city": "Strasburg", + "state": "PA", + "latitude": "39.965600", + "longitude": "-76.177810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17580", + "city": "Talmage", + "state": "PA", + "latitude": "40.116846", + "longitude": "-76.213075", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17581", + "city": "Terre Hill", + "state": "PA", + "latitude": "40.157565", + "longitude": "-76.050410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17582", + "city": "Washington Boro", + "state": "PA", + "latitude": "39.993398", + "longitude": "-76.455680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17583", + "city": "West Willow", + "state": "PA", + "latitude": "39.972349", + "longitude": "-76.287330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17584", + "city": "Willow Street", + "state": "PA", + "latitude": "39.963866", + "longitude": "-76.269630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17585", + "city": "Witmer", + "state": "PA", + "latitude": "40.048398", + "longitude": "-76.211427", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17601", + "city": "Lancaster", + "state": "PA", + "latitude": "40.072246", + "longitude": "-76.315500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17602", + "city": "Lancaster", + "state": "PA", + "latitude": "40.032664", + "longitude": "-76.275750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17603", + "city": "Lancaster", + "state": "PA", + "latitude": "40.032630", + "longitude": "-76.333280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17604", + "city": "Lancaster", + "state": "PA", + "latitude": "40.065096", + "longitude": "-76.335631", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17605", + "city": "Lancaster", + "state": "PA", + "latitude": "40.018500", + "longitude": "-76.297582", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17606", + "city": "Lancaster", + "state": "PA", + "latitude": "40.110201", + "longitude": "-76.305378", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17607", + "city": "Lancaster", + "state": "PA", + "latitude": "40.018500", + "longitude": "-76.297582", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17608", + "city": "Lancaster", + "state": "PA", + "latitude": "40.018500", + "longitude": "-76.297582", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17699", + "city": "Lancaster", + "state": "PA", + "latitude": "40.018500", + "longitude": "-76.297582", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17701", + "city": "Williamsport", + "state": "PA", + "latitude": "41.256736", + "longitude": "-77.010800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17702", + "city": "Williamsport", + "state": "PA", + "latitude": "41.222128", + "longitude": "-77.022670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17703", + "city": "Williamsport", + "state": "PA", + "latitude": "41.332750", + "longitude": "-77.023601", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17705", + "city": "Williamsport", + "state": "PA", + "latitude": "41.332750", + "longitude": "-77.023601", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17720", + "city": "Antes Fort", + "state": "PA", + "latitude": "41.186545", + "longitude": "-77.218368", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17721", + "city": "Avis", + "state": "PA", + "latitude": "41.186038", + "longitude": "-77.316040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17722", + "city": "Bodines", + "state": "PA", + "latitude": "41.332750", + "longitude": "-77.023601", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17723", + "city": "Jersey Shore", + "state": "PA", + "latitude": "41.332750", + "longitude": "-77.023601", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17724", + "city": "Canton", + "state": "PA", + "latitude": "41.649813", + "longitude": "-76.823040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17726", + "city": "Castanea", + "state": "PA", + "latitude": "41.122741", + "longitude": "-77.431745", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17727", + "city": "Cedar Run", + "state": "PA", + "latitude": "41.332750", + "longitude": "-77.023601", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17728", + "city": "Cogan Station", + "state": "PA", + "latitude": "41.318934", + "longitude": "-77.082110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17729", + "city": "Cross Fork", + "state": "PA", + "latitude": "41.493592", + "longitude": "-77.786650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17730", + "city": "Dewart", + "state": "PA", + "latitude": "41.109525", + "longitude": "-76.878930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17731", + "city": "Eagles Mere", + "state": "PA", + "latitude": "41.414864", + "longitude": "-76.583910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17735", + "city": "Grover", + "state": "PA", + "latitude": "41.771970", + "longitude": "-76.521266", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17737", + "city": "Hughesville", + "state": "PA", + "latitude": "41.268721", + "longitude": "-76.690480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17738", + "city": "Hyner", + "state": "PA", + "latitude": "41.335148", + "longitude": "-77.640140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17739", + "city": "Jersey Mills", + "state": "PA", + "latitude": "41.357921", + "longitude": "-77.406710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17740", + "city": "Jersey Shore", + "state": "PA", + "latitude": "41.209389", + "longitude": "-77.259750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17741", + "city": "Watson", + "state": "PA", + "latitude": "41.229164", + "longitude": "-77.282780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17742", + "city": "Lairdsville", + "state": "PA", + "latitude": "41.232059", + "longitude": "-76.608400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17743", + "city": "Leroy", + "state": "PA", + "latitude": "41.771970", + "longitude": "-76.521266", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17744", + "city": "Linden", + "state": "PA", + "latitude": "41.239046", + "longitude": "-77.151540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17745", + "city": "Lock Haven", + "state": "PA", + "latitude": "41.146432", + "longitude": "-77.426580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17747", + "city": "Loganton", + "state": "PA", + "latitude": "41.038555", + "longitude": "-77.298720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17748", + "city": "McElhattan", + "state": "PA", + "latitude": "41.125166", + "longitude": "-77.363320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17749", + "city": "McEwensville", + "state": "PA", + "latitude": "41.072139", + "longitude": "-76.818710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17750", + "city": "Mackeyville", + "state": "PA", + "latitude": "41.051654", + "longitude": "-77.463100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17751", + "city": "Mill Hall", + "state": "PA", + "latitude": "41.108454", + "longitude": "-77.495160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17752", + "city": "Montgomery", + "state": "PA", + "latitude": "41.173254", + "longitude": "-76.884490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17754", + "city": "Montoursville", + "state": "PA", + "latitude": "41.271098", + "longitude": "-76.903820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17756", + "city": "Muncy", + "state": "PA", + "latitude": "41.208834", + "longitude": "-76.738770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17757", + "city": "Wolf", + "state": "PA", + "latitude": "41.241656", + "longitude": "-76.747251", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17758", + "city": "Muncy Valley", + "state": "PA", + "latitude": "41.349559", + "longitude": "-76.544200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17759", + "city": "Nisbet", + "state": "PA", + "latitude": "41.218259", + "longitude": "-77.121370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17760", + "city": "North Bend", + "state": "PA", + "latitude": "41.404439", + "longitude": "-77.685360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17762", + "city": "Picture Rocks", + "state": "PA", + "latitude": "41.280066", + "longitude": "-76.711730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17763", + "city": "Ralston", + "state": "PA", + "latitude": "41.505366", + "longitude": "-76.954320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17764", + "city": "Renovo", + "state": "PA", + "latitude": "41.351129", + "longitude": "-77.796780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17765", + "city": "Roaring Branch", + "state": "PA", + "latitude": "41.592461", + "longitude": "-76.950780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17767", + "city": "Salona", + "state": "PA", + "latitude": "41.084417", + "longitude": "-77.462880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17768", + "city": "Shunk", + "state": "PA", + "latitude": "41.544194", + "longitude": "-76.746430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17769", + "city": "Slate Run", + "state": "PA", + "latitude": "41.332750", + "longitude": "-77.023601", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17771", + "city": "Trout Run", + "state": "PA", + "latitude": "41.436640", + "longitude": "-77.034350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17772", + "city": "Turbotville", + "state": "PA", + "latitude": "41.104021", + "longitude": "-76.738310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17773", + "city": "Tylersville", + "state": "PA", + "latitude": "41.220635", + "longitude": "-77.618532", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17774", + "city": "Unityville", + "state": "PA", + "latitude": "41.239382", + "longitude": "-76.539350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17776", + "city": "Waterville", + "state": "PA", + "latitude": "41.369580", + "longitude": "-77.386150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17777", + "city": "Watsontown", + "state": "PA", + "latitude": "41.096505", + "longitude": "-76.849240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17778", + "city": "Westport", + "state": "PA", + "latitude": "41.290924", + "longitude": "-77.921240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17779", + "city": "Woolrich", + "state": "PA", + "latitude": "41.187424", + "longitude": "-77.372827", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17786", + "city": "Penn", + "state": "PA", + "latitude": "41.254974", + "longitude": "-76.681186", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17801", + "city": "Sunbury", + "state": "PA", + "latitude": "40.856105", + "longitude": "-76.771240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17810", + "city": "Allenwood", + "state": "PA", + "latitude": "41.117517", + "longitude": "-77.005570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17812", + "city": "Beaver Springs", + "state": "PA", + "latitude": "40.739459", + "longitude": "-77.230370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17813", + "city": "Beavertown", + "state": "PA", + "latitude": "40.768922", + "longitude": "-77.178540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17814", + "city": "Benton", + "state": "PA", + "latitude": "41.241255", + "longitude": "-76.377380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17815", + "city": "Bloomsburg", + "state": "PA", + "latitude": "41.013364", + "longitude": "-76.439820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17820", + "city": "Catawissa", + "state": "PA", + "latitude": "40.916126", + "longitude": "-76.438880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17821", + "city": "Danville", + "state": "PA", + "latitude": "40.985594", + "longitude": "-76.634490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17822", + "city": "Danville", + "state": "PA", + "latitude": "40.967437", + "longitude": "-76.604896", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17823", + "city": "Dornsife", + "state": "PA", + "latitude": "40.720016", + "longitude": "-76.737380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17824", + "city": "Elysburg", + "state": "PA", + "latitude": "40.848885", + "longitude": "-76.535470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17825", + "city": "Excelsior", + "state": "PA", + "latitude": "40.769908", + "longitude": "-76.493660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17827", + "city": "Freeburg", + "state": "PA", + "latitude": "40.761179", + "longitude": "-76.943390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17828", + "city": "Gowen City", + "state": "PA", + "latitude": "40.889632", + "longitude": "-76.664574", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17829", + "city": "Hartleton", + "state": "PA", + "latitude": "40.900777", + "longitude": "-77.155220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17830", + "city": "Herndon", + "state": "PA", + "latitude": "40.690647", + "longitude": "-76.805130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17831", + "city": "Hummels Wharf", + "state": "PA", + "latitude": "40.834408", + "longitude": "-76.835439", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17832", + "city": "Marion Heights", + "state": "PA", + "latitude": "40.804360", + "longitude": "-76.463870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17833", + "city": "Kreamer", + "state": "PA", + "latitude": "40.802232", + "longitude": "-76.962910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17834", + "city": "Kulpmont", + "state": "PA", + "latitude": "40.792365", + "longitude": "-76.471310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17835", + "city": "Laurelton", + "state": "PA", + "latitude": "40.883580", + "longitude": "-77.198080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17836", + "city": "Leck Kill", + "state": "PA", + "latitude": "40.706213", + "longitude": "-76.599700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17837", + "city": "Lewisburg", + "state": "PA", + "latitude": "40.965348", + "longitude": "-76.913900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17839", + "city": "Light Street", + "state": "PA", + "latitude": "41.020062", + "longitude": "-76.438413", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17840", + "city": "Locust Gap", + "state": "PA", + "latitude": "40.769941", + "longitude": "-76.439280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17841", + "city": "McClure", + "state": "PA", + "latitude": "40.714443", + "longitude": "-77.349340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17842", + "city": "Middleburg", + "state": "PA", + "latitude": "40.799235", + "longitude": "-77.038340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17843", + "city": "Beaver Springs", + "state": "PA", + "latitude": "40.762675", + "longitude": "-77.077520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17844", + "city": "Mifflinburg", + "state": "PA", + "latitude": "40.928666", + "longitude": "-77.052940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17845", + "city": "Millmont", + "state": "PA", + "latitude": "40.879182", + "longitude": "-77.174370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17846", + "city": "Millville", + "state": "PA", + "latitude": "41.142069", + "longitude": "-76.516790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17847", + "city": "Milton", + "state": "PA", + "latitude": "41.010754", + "longitude": "-76.836470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17850", + "city": "Montandon", + "state": "PA", + "latitude": "40.964676", + "longitude": "-76.857240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17851", + "city": "Mount Carmel", + "state": "PA", + "latitude": "40.797899", + "longitude": "-76.418980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17853", + "city": "Mount Pleasant Mills", + "state": "PA", + "latitude": "40.694161", + "longitude": "-77.006290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17855", + "city": "New Berlin", + "state": "PA", + "latitude": "40.880509", + "longitude": "-76.985000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17856", + "city": "New Columbia", + "state": "PA", + "latitude": "41.047295", + "longitude": "-76.912450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17857", + "city": "Northumberland", + "state": "PA", + "latitude": "40.899361", + "longitude": "-76.789470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17858", + "city": "Numidia", + "state": "PA", + "latitude": "41.042106", + "longitude": "-76.424297", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17859", + "city": "Orangeville", + "state": "PA", + "latitude": "41.115330", + "longitude": "-76.399230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17860", + "city": "Paxinos", + "state": "PA", + "latitude": "40.839093", + "longitude": "-76.626150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17861", + "city": "Paxtonville", + "state": "PA", + "latitude": "40.770921", + "longitude": "-77.084550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17862", + "city": "Penns Creek", + "state": "PA", + "latitude": "40.860555", + "longitude": "-77.058200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17864", + "city": "Port Trevorton", + "state": "PA", + "latitude": "40.696064", + "longitude": "-76.902710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17865", + "city": "Potts Grove", + "state": "PA", + "latitude": "40.992100", + "longitude": "-76.786540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17866", + "city": "Coal Township", + "state": "PA", + "latitude": "40.791328", + "longitude": "-76.563930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17867", + "city": "Rebuck", + "state": "PA", + "latitude": "40.708236", + "longitude": "-76.687580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17868", + "city": "Riverside", + "state": "PA", + "latitude": "40.956916", + "longitude": "-76.631160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17870", + "city": "Selinsgrove", + "state": "PA", + "latitude": "40.812047", + "longitude": "-76.861380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17872", + "city": "Shamokin", + "state": "PA", + "latitude": "40.784453", + "longitude": "-76.564170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17876", + "city": "Shamokin Dam", + "state": "PA", + "latitude": "40.845896", + "longitude": "-76.822410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17877", + "city": "Snydertown", + "state": "PA", + "latitude": "40.878970", + "longitude": "-76.667267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17878", + "city": "Stillwater", + "state": "PA", + "latitude": "41.170314", + "longitude": "-76.331540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17880", + "city": "Swengel", + "state": "PA", + "latitude": "40.978059", + "longitude": "-77.081840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17881", + "city": "Trevorton", + "state": "PA", + "latitude": "40.780982", + "longitude": "-76.671050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17882", + "city": "Troxelville", + "state": "PA", + "latitude": "40.801614", + "longitude": "-77.205370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17883", + "city": "Vicksburg", + "state": "PA", + "latitude": "40.978059", + "longitude": "-77.081840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17884", + "city": "Washingtonville", + "state": "PA", + "latitude": "41.052616", + "longitude": "-76.675060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17885", + "city": "Weikert", + "state": "PA", + "latitude": "40.851747", + "longitude": "-77.312130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17886", + "city": "West Milton", + "state": "PA", + "latitude": "41.017937", + "longitude": "-76.868280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17887", + "city": "White Deer", + "state": "PA", + "latitude": "41.075520", + "longitude": "-76.871890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17888", + "city": "Wilburton", + "state": "PA", + "latitude": "40.818443", + "longitude": "-76.377370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17889", + "city": "Winfield", + "state": "PA", + "latitude": "40.884501", + "longitude": "-76.912020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17901", + "city": "Pottsville", + "state": "PA", + "latitude": "40.685140", + "longitude": "-76.213900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17920", + "city": "Aristes", + "state": "PA", + "latitude": "40.818731", + "longitude": "-76.339970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17921", + "city": "Ashland", + "state": "PA", + "latitude": "40.763568", + "longitude": "-76.348240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17922", + "city": "Auburn", + "state": "PA", + "latitude": "40.594185", + "longitude": "-76.131620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17923", + "city": "Branchdale", + "state": "PA", + "latitude": "40.670753", + "longitude": "-76.323970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17925", + "city": "Brockton", + "state": "PA", + "latitude": "40.750666", + "longitude": "-76.068990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17927", + "city": "Centralia", + "state": "PA", + "latitude": "40.802567", + "longitude": "-76.340170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17929", + "city": "Cressona", + "state": "PA", + "latitude": "40.630557", + "longitude": "-76.194480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17930", + "city": "Cumbola", + "state": "PA", + "latitude": "40.711162", + "longitude": "-76.136780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17931", + "city": "Frackville", + "state": "PA", + "latitude": "40.782361", + "longitude": "-76.232320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17932", + "city": "Frackville", + "state": "PA", + "latitude": "40.649109", + "longitude": "-76.503339", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17933", + "city": "Friedensburg", + "state": "PA", + "latitude": "40.602141", + "longitude": "-76.241430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17934", + "city": "Gilberton", + "state": "PA", + "latitude": "40.798720", + "longitude": "-76.215470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17935", + "city": "Girardville", + "state": "PA", + "latitude": "40.793258", + "longitude": "-76.283150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17936", + "city": "Gordon", + "state": "PA", + "latitude": "40.750943", + "longitude": "-76.339440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17938", + "city": "Hegins", + "state": "PA", + "latitude": "40.658667", + "longitude": "-76.481400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17941", + "city": "Klingerstown", + "state": "PA", + "latitude": "40.677386", + "longitude": "-76.628970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17942", + "city": "Landingville", + "state": "PA", + "latitude": "40.722587", + "longitude": "-76.229623", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17943", + "city": "Lavelle", + "state": "PA", + "latitude": "40.763048", + "longitude": "-76.381580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17944", + "city": "Llewellyn", + "state": "PA", + "latitude": "40.672834", + "longitude": "-76.279890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17945", + "city": "Locustdale", + "state": "PA", + "latitude": "40.777606", + "longitude": "-76.373710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17946", + "city": "Lost Creek", + "state": "PA", + "latitude": "40.809063", + "longitude": "-76.258050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17948", + "city": "Mahanoy City", + "state": "PA", + "latitude": "40.813869", + "longitude": "-76.137370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17949", + "city": "Mahanoy Plane", + "state": "PA", + "latitude": "40.794162", + "longitude": "-76.242580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17951", + "city": "Mar Lin", + "state": "PA", + "latitude": "40.679479", + "longitude": "-76.244950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17952", + "city": "Mary D", + "state": "PA", + "latitude": "40.759814", + "longitude": "-76.055130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17953", + "city": "Middleport", + "state": "PA", + "latitude": "40.727464", + "longitude": "-76.085560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17954", + "city": "Minersville", + "state": "PA", + "latitude": "40.690455", + "longitude": "-76.260240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17957", + "city": "Muir", + "state": "PA", + "latitude": "40.592705", + "longitude": "-76.519860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17959", + "city": "New Philadelphia", + "state": "PA", + "latitude": "40.731739", + "longitude": "-76.127800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17960", + "city": "New Ringgold", + "state": "PA", + "latitude": "40.700548", + "longitude": "-75.960980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17961", + "city": "Orwigsburg", + "state": "PA", + "latitude": "40.645057", + "longitude": "-76.078500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17963", + "city": "Pine Grove", + "state": "PA", + "latitude": "40.558488", + "longitude": "-76.381290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17964", + "city": "Pitman", + "state": "PA", + "latitude": "40.710899", + "longitude": "-76.523680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17965", + "city": "Port Carbon", + "state": "PA", + "latitude": "40.698814", + "longitude": "-76.164050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17966", + "city": "Ravine", + "state": "PA", + "latitude": "40.722587", + "longitude": "-76.229623", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17967", + "city": "Ringtown", + "state": "PA", + "latitude": "40.859702", + "longitude": "-76.216150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17968", + "city": "Sacramento", + "state": "PA", + "latitude": "40.638980", + "longitude": "-76.605020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17970", + "city": "Saint Clair", + "state": "PA", + "latitude": "40.718586", + "longitude": "-76.191110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17972", + "city": "Schuylkill Haven", + "state": "PA", + "latitude": "40.614771", + "longitude": "-76.193520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17974", + "city": "Seltzer", + "state": "PA", + "latitude": "40.696252", + "longitude": "-76.235540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17976", + "city": "Shenandoah", + "state": "PA", + "latitude": "40.820862", + "longitude": "-76.204210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17978", + "city": "Spring Glen", + "state": "PA", + "latitude": "40.632279", + "longitude": "-76.640590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17979", + "city": "Summit Station", + "state": "PA", + "latitude": "40.560225", + "longitude": "-76.198870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17980", + "city": "Tower City", + "state": "PA", + "latitude": "40.584748", + "longitude": "-76.554790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17981", + "city": "Tremont", + "state": "PA", + "latitude": "40.632681", + "longitude": "-76.395790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17982", + "city": "Tuscarora", + "state": "PA", + "latitude": "40.771111", + "longitude": "-76.037470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17983", + "city": "Valley View", + "state": "PA", + "latitude": "40.643634", + "longitude": "-76.545620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "17985", + "city": "Zion Grove", + "state": "PA", + "latitude": "40.909697", + "longitude": "-76.204940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18001", + "city": "Lehigh Valley", + "state": "PA", + "latitude": "40.693376", + "longitude": "-75.471156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18002", + "city": "Lehigh Valley", + "state": "PA", + "latitude": "40.665597", + "longitude": "-75.426247", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18003", + "city": "Lehigh Valley", + "state": "PA", + "latitude": "40.693376", + "longitude": "-75.471156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18010", + "city": "Ackermanville", + "state": "PA", + "latitude": "40.693376", + "longitude": "-75.471156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18011", + "city": "Alburtis", + "state": "PA", + "latitude": "40.496375", + "longitude": "-75.622130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18012", + "city": "Aquashicola", + "state": "PA", + "latitude": "40.811206", + "longitude": "-75.591360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18013", + "city": "Bangor", + "state": "PA", + "latitude": "40.863124", + "longitude": "-75.190040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18014", + "city": "Bath", + "state": "PA", + "latitude": "40.747742", + "longitude": "-75.400780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18015", + "city": "Bethlehem", + "state": "PA", + "latitude": "40.601261", + "longitude": "-75.375420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18016", + "city": "Bethlehem", + "state": "PA", + "latitude": "40.693376", + "longitude": "-75.471156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18017", + "city": "Bethlehem", + "state": "PA", + "latitude": "40.645665", + "longitude": "-75.369260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18018", + "city": "Bethlehem", + "state": "PA", + "latitude": "40.625444", + "longitude": "-75.388310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18020", + "city": "Bethlehem", + "state": "PA", + "latitude": "40.656498", + "longitude": "-75.329380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18021", + "city": "Hazleton", + "state": "PA", + "latitude": "40.954484", + "longitude": "-75.973747", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18024", + "city": "Bethlehem", + "state": "PA", + "latitude": "40.650883", + "longitude": "-75.306102", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18025", + "city": "Bethlehem", + "state": "PA", + "latitude": "40.693376", + "longitude": "-75.471156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18030", + "city": "Bowmanstown", + "state": "PA", + "latitude": "40.801160", + "longitude": "-75.661580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18031", + "city": "Breinigsville", + "state": "PA", + "latitude": "40.552042", + "longitude": "-75.649190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18032", + "city": "Catasauqua", + "state": "PA", + "latitude": "40.657089", + "longitude": "-75.471230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18034", + "city": "Center Valley", + "state": "PA", + "latitude": "40.540398", + "longitude": "-75.415010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18035", + "city": "Cherryville", + "state": "PA", + "latitude": "40.749545", + "longitude": "-75.538550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18036", + "city": "Coopersburg", + "state": "PA", + "latitude": "40.508855", + "longitude": "-75.401030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18037", + "city": "Coplay", + "state": "PA", + "latitude": "40.671538", + "longitude": "-75.504400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18038", + "city": "Danielsville", + "state": "PA", + "latitude": "40.786431", + "longitude": "-75.491580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18039", + "city": "Durham", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18040", + "city": "Easton", + "state": "PA", + "latitude": "40.730182", + "longitude": "-75.223490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18041", + "city": "East Greenville", + "state": "PA", + "latitude": "40.410224", + "longitude": "-75.508450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18042", + "city": "Easton", + "state": "PA", + "latitude": "40.681798", + "longitude": "-75.220820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18043", + "city": "Easton", + "state": "PA", + "latitude": "40.792804", + "longitude": "-75.137186", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18044", + "city": "Easton", + "state": "PA", + "latitude": "40.693376", + "longitude": "-75.471156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18045", + "city": "Easton", + "state": "PA", + "latitude": "40.681531", + "longitude": "-75.267220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18046", + "city": "East Texas", + "state": "PA", + "latitude": "40.538843", + "longitude": "-75.568502", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18049", + "city": "Emmaus", + "state": "PA", + "latitude": "40.533597", + "longitude": "-75.498220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18050", + "city": "Flicksville", + "state": "PA", + "latitude": "40.693376", + "longitude": "-75.471156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18051", + "city": "Fogelsville", + "state": "PA", + "latitude": "40.593153", + "longitude": "-75.652220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18052", + "city": "Whitehall", + "state": "PA", + "latitude": "40.651751", + "longitude": "-75.492240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18053", + "city": "Germansville", + "state": "PA", + "latitude": "40.707516", + "longitude": "-75.707540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18054", + "city": "Green Lane", + "state": "PA", + "latitude": "40.343587", + "longitude": "-75.446130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18055", + "city": "Hellertown", + "state": "PA", + "latitude": "40.585649", + "longitude": "-75.326100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18056", + "city": "Hereford", + "state": "PA", + "latitude": "40.451369", + "longitude": "-75.552290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18058", + "city": "Kunkletown", + "state": "PA", + "latitude": "40.912421", + "longitude": "-75.497650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18059", + "city": "Laurys Station", + "state": "PA", + "latitude": "40.723681", + "longitude": "-75.536010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18060", + "city": "Limeport", + "state": "PA", + "latitude": "40.534840", + "longitude": "-75.578640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18062", + "city": "Macungie", + "state": "PA", + "latitude": "40.517304", + "longitude": "-75.565150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18063", + "city": "Martins Creek", + "state": "PA", + "latitude": "40.781918", + "longitude": "-75.185890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18064", + "city": "Nazareth", + "state": "PA", + "latitude": "40.746849", + "longitude": "-75.316320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18065", + "city": "Neffs", + "state": "PA", + "latitude": "40.696738", + "longitude": "-75.611647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18066", + "city": "New Tripoli", + "state": "PA", + "latitude": "40.653037", + "longitude": "-75.726890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18067", + "city": "Northampton", + "state": "PA", + "latitude": "40.693818", + "longitude": "-75.486970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18068", + "city": "Old Zionsville", + "state": "PA", + "latitude": "40.693376", + "longitude": "-75.471156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18069", + "city": "Orefield", + "state": "PA", + "latitude": "40.624592", + "longitude": "-75.607280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18070", + "city": "Palm", + "state": "PA", + "latitude": "40.431982", + "longitude": "-75.538520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18071", + "city": "Palmerton", + "state": "PA", + "latitude": "40.820558", + "longitude": "-75.585370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18072", + "city": "Pen Argyl", + "state": "PA", + "latitude": "40.857829", + "longitude": "-75.257760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18073", + "city": "Pennsburg", + "state": "PA", + "latitude": "40.388263", + "longitude": "-75.486590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18074", + "city": "Perkiomenville", + "state": "PA", + "latitude": "40.316397", + "longitude": "-75.515400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18076", + "city": "Red Hill", + "state": "PA", + "latitude": "40.375182", + "longitude": "-75.484310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18077", + "city": "Riegelsville", + "state": "PA", + "latitude": "40.576989", + "longitude": "-75.221210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18078", + "city": "Schnecksville", + "state": "PA", + "latitude": "40.675741", + "longitude": "-75.616260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18079", + "city": "Slatedale", + "state": "PA", + "latitude": "40.744055", + "longitude": "-75.658640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18080", + "city": "Slatington", + "state": "PA", + "latitude": "40.739576", + "longitude": "-75.621130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18081", + "city": "Springtown", + "state": "PA", + "latitude": "40.556976", + "longitude": "-75.288170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18083", + "city": "Stockertown", + "state": "PA", + "latitude": "40.754064", + "longitude": "-75.264770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18084", + "city": "Sumneytown", + "state": "PA", + "latitude": "40.327782", + "longitude": "-75.454043", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18085", + "city": "Tatamy", + "state": "PA", + "latitude": "40.740769", + "longitude": "-75.253350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18086", + "city": "Treichlers", + "state": "PA", + "latitude": "40.734807", + "longitude": "-75.544880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18087", + "city": "Trexlertown", + "state": "PA", + "latitude": "40.549119", + "longitude": "-75.600490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18088", + "city": "Walnutport", + "state": "PA", + "latitude": "40.760403", + "longitude": "-75.575350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18091", + "city": "Wind Gap", + "state": "PA", + "latitude": "40.835128", + "longitude": "-75.302740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18092", + "city": "Zionsville", + "state": "PA", + "latitude": "40.465994", + "longitude": "-75.519580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18096", + "city": "South Whitehall", + "state": "PA", + "latitude": "40.633542", + "longitude": "-75.583861", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18098", + "city": "Emmaus", + "state": "PA", + "latitude": "40.693376", + "longitude": "-75.471156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18099", + "city": "Emmaus", + "state": "PA", + "latitude": "40.693376", + "longitude": "-75.471156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18101", + "city": "Allentown", + "state": "PA", + "latitude": "40.602847", + "longitude": "-75.470220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18102", + "city": "Allentown", + "state": "PA", + "latitude": "40.607747", + "longitude": "-75.479300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18103", + "city": "Allentown", + "state": "PA", + "latitude": "40.595097", + "longitude": "-75.459150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18104", + "city": "Allentown", + "state": "PA", + "latitude": "40.601996", + "longitude": "-75.521040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18105", + "city": "Allentown", + "state": "PA", + "latitude": "40.693376", + "longitude": "-75.471156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18106", + "city": "Allentown", + "state": "PA", + "latitude": "40.569288", + "longitude": "-75.588930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18109", + "city": "Allentown", + "state": "PA", + "latitude": "40.693376", + "longitude": "-75.471156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18160", + "city": "Tunkhannock", + "state": "PA", + "latitude": "41.010299", + "longitude": "-75.457050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18175", + "city": "Allentown", + "state": "PA", + "latitude": "40.585561", + "longitude": "-75.621058", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18195", + "city": "Allentown", + "state": "PA", + "latitude": "40.579830", + "longitude": "-75.579884", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18201", + "city": "Hazleton", + "state": "PA", + "latitude": "40.958434", + "longitude": "-75.985190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18202", + "city": "Hazleton", + "state": "PA", + "latitude": "40.969691", + "longitude": "-75.990392", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18210", + "city": "Albrightsville", + "state": "PA", + "latitude": "41.000937", + "longitude": "-75.554840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18211", + "city": "Andreas", + "state": "PA", + "latitude": "40.749289", + "longitude": "-75.829470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18212", + "city": "Ashfield", + "state": "PA", + "latitude": "40.784095", + "longitude": "-75.708281", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18214", + "city": "Barnesville", + "state": "PA", + "latitude": "40.811198", + "longitude": "-76.066520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18216", + "city": "Beaver Meadows", + "state": "PA", + "latitude": "40.931187", + "longitude": "-75.914930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18218", + "city": "Coaldale", + "state": "PA", + "latitude": "40.822234", + "longitude": "-75.910110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18219", + "city": "Conyngham", + "state": "PA", + "latitude": "40.988834", + "longitude": "-76.059630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18220", + "city": "Delano", + "state": "PA", + "latitude": "40.839186", + "longitude": "-76.069290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18221", + "city": "Drifton", + "state": "PA", + "latitude": "41.004017", + "longitude": "-75.905690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18222", + "city": "Drums", + "state": "PA", + "latitude": "41.030933", + "longitude": "-75.989320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18223", + "city": "Ebervale", + "state": "PA", + "latitude": "41.272248", + "longitude": "-75.880146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18224", + "city": "Freeland", + "state": "PA", + "latitude": "41.015634", + "longitude": "-75.897910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18225", + "city": "Harleigh", + "state": "PA", + "latitude": "40.982270", + "longitude": "-75.968740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18229", + "city": "Jim Thorpe", + "state": "PA", + "latitude": "40.913283", + "longitude": "-75.698200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18230", + "city": "Junedale", + "state": "PA", + "latitude": "40.924427", + "longitude": "-75.941890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18231", + "city": "Kelayres", + "state": "PA", + "latitude": "40.900995", + "longitude": "-76.004880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18232", + "city": "Lansford", + "state": "PA", + "latitude": "40.832477", + "longitude": "-75.881980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18234", + "city": "Lattimer Mines", + "state": "PA", + "latitude": "40.993030", + "longitude": "-75.960090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18235", + "city": "Lehighton", + "state": "PA", + "latitude": "40.828682", + "longitude": "-75.705960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18237", + "city": "Mcadoo", + "state": "PA", + "latitude": "40.897038", + "longitude": "-75.995480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18239", + "city": "Milnesville", + "state": "PA", + "latitude": "40.989783", + "longitude": "-75.981730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18240", + "city": "Nesquehoning", + "state": "PA", + "latitude": "40.857175", + "longitude": "-75.848110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18241", + "city": "Nuremberg", + "state": "PA", + "latitude": "40.939035", + "longitude": "-76.168980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18242", + "city": "Oneida", + "state": "PA", + "latitude": "40.907570", + "longitude": "-76.126360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18243", + "city": "Pardeesville", + "state": "PA", + "latitude": "41.001683", + "longitude": "-75.966146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18244", + "city": "Parryville", + "state": "PA", + "latitude": "40.824403", + "longitude": "-75.669240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18245", + "city": "Quakake", + "state": "PA", + "latitude": "40.853150", + "longitude": "-76.032180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18246", + "city": "Rock Glen", + "state": "PA", + "latitude": "40.965379", + "longitude": "-76.188590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18247", + "city": "Saint Johns", + "state": "PA", + "latitude": "41.014808", + "longitude": "-76.058391", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18248", + "city": "Sheppton", + "state": "PA", + "latitude": "40.897070", + "longitude": "-76.117110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18249", + "city": "Sugarloaf", + "state": "PA", + "latitude": "40.991180", + "longitude": "-76.095650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18250", + "city": "Summit Hill", + "state": "PA", + "latitude": "40.826908", + "longitude": "-75.867400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18251", + "city": "Sybertsville", + "state": "PA", + "latitude": "41.001956", + "longitude": "-76.081170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18252", + "city": "Tamaqua", + "state": "PA", + "latitude": "40.792315", + "longitude": "-75.977050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18254", + "city": "Tresckow", + "state": "PA", + "latitude": "40.914664", + "longitude": "-75.963590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18255", + "city": "Weatherly", + "state": "PA", + "latitude": "40.945334", + "longitude": "-75.826500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18256", + "city": "Weston", + "state": "PA", + "latitude": "40.941585", + "longitude": "-76.139160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18301", + "city": "East Stroudsburg", + "state": "PA", + "latitude": "41.052199", + "longitude": "-75.159360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18320", + "city": "Analomink", + "state": "PA", + "latitude": "41.071213", + "longitude": "-75.236436", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18321", + "city": "Bartonsville", + "state": "PA", + "latitude": "41.012235", + "longitude": "-75.290390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18322", + "city": "Brodheadsville", + "state": "PA", + "latitude": "40.923539", + "longitude": "-75.400000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18323", + "city": "Buck Hill Falls", + "state": "PA", + "latitude": "41.198247", + "longitude": "-75.272980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18324", + "city": "Bushkill", + "state": "PA", + "latitude": "41.141582", + "longitude": "-74.997860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18325", + "city": "Canadensis", + "state": "PA", + "latitude": "41.205738", + "longitude": "-75.243440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18326", + "city": "Cresco", + "state": "PA", + "latitude": "41.154329", + "longitude": "-75.278650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18327", + "city": "Delaware Water Gap", + "state": "PA", + "latitude": "40.982028", + "longitude": "-75.142620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18328", + "city": "Dingmans Ferry", + "state": "PA", + "latitude": "41.241889", + "longitude": "-74.959170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18330", + "city": "Effort", + "state": "PA", + "latitude": "40.969985", + "longitude": "-75.457260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18331", + "city": "Gilbert", + "state": "PA", + "latitude": "40.913651", + "longitude": "-75.435010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18332", + "city": "Henryville", + "state": "PA", + "latitude": "41.093813", + "longitude": "-75.262130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18333", + "city": "Kresgeville", + "state": "PA", + "latitude": "40.898654", + "longitude": "-75.497950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18334", + "city": "Long Pond", + "state": "PA", + "latitude": "41.075315", + "longitude": "-75.430580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18335", + "city": "Marshalls Creek", + "state": "PA", + "latitude": "41.050764", + "longitude": "-75.208269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18336", + "city": "Matamoras", + "state": "PA", + "latitude": "41.368893", + "longitude": "-74.705530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18337", + "city": "Milford", + "state": "PA", + "latitude": "41.320904", + "longitude": "-74.885650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18340", + "city": "Millrift", + "state": "PA", + "latitude": "41.411678", + "longitude": "-74.744000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18341", + "city": "Minisink Hills", + "state": "PA", + "latitude": "40.999857", + "longitude": "-75.132540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18342", + "city": "Mountainhome", + "state": "PA", + "latitude": "41.145778", + "longitude": "-75.294125", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18343", + "city": "Mount Bethel", + "state": "PA", + "latitude": "40.889911", + "longitude": "-75.111200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18344", + "city": "Mount Pocono", + "state": "PA", + "latitude": "41.118465", + "longitude": "-75.355010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18346", + "city": "Pocono Summit", + "state": "PA", + "latitude": "41.118226", + "longitude": "-75.396310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18347", + "city": "Pocono Lake", + "state": "PA", + "latitude": "41.144565", + "longitude": "-75.557170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18348", + "city": "Pocono Lake Preserve", + "state": "PA", + "latitude": "41.033755", + "longitude": "-75.307980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18349", + "city": "Pocono Manor", + "state": "PA", + "latitude": "41.100236", + "longitude": "-75.364530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18350", + "city": "Pocono Pines", + "state": "PA", + "latitude": "41.116737", + "longitude": "-75.460370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18351", + "city": "Portland", + "state": "PA", + "latitude": "40.920622", + "longitude": "-75.097730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18352", + "city": "Reeders", + "state": "PA", + "latitude": "40.986265", + "longitude": "-75.348026", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18353", + "city": "Saylorsburg", + "state": "PA", + "latitude": "40.906654", + "longitude": "-75.358810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18354", + "city": "Sciota", + "state": "PA", + "latitude": "40.922005", + "longitude": "-75.321850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18355", + "city": "Scotrun", + "state": "PA", + "latitude": "41.074757", + "longitude": "-75.362590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18356", + "city": "Shawnee On Delaware", + "state": "PA", + "latitude": "41.010333", + "longitude": "-75.099950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18357", + "city": "Skytop", + "state": "PA", + "latitude": "41.231091", + "longitude": "-75.238840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18360", + "city": "Stroudsburg", + "state": "PA", + "latitude": "40.983140", + "longitude": "-75.260260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18370", + "city": "Swiftwater", + "state": "PA", + "latitude": "41.095437", + "longitude": "-75.319100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18371", + "city": "Tamiment", + "state": "PA", + "latitude": "41.340936", + "longitude": "-75.024055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18372", + "city": "Tannersville", + "state": "PA", + "latitude": "41.048423", + "longitude": "-75.318650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18373", + "city": "Unity House", + "state": "PA", + "latitude": "41.340936", + "longitude": "-75.024055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18377", + "city": "Dingman", + "state": "PA", + "latitude": "41.315140", + "longitude": "-74.951830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18401", + "city": "Aldenville", + "state": "PA", + "latitude": "41.615989", + "longitude": "-75.274708", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18403", + "city": "Archbald", + "state": "PA", + "latitude": "41.493381", + "longitude": "-75.549090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18405", + "city": "Beach Lake", + "state": "PA", + "latitude": "41.598906", + "longitude": "-75.103810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18407", + "city": "Carbondale", + "state": "PA", + "latitude": "41.583517", + "longitude": "-75.510150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18410", + "city": "Chinchilla", + "state": "PA", + "latitude": "41.486527", + "longitude": "-75.693335", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18411", + "city": "Clarks Summit", + "state": "PA", + "latitude": "41.485845", + "longitude": "-75.711340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18413", + "city": "Clifford", + "state": "PA", + "latitude": "41.648720", + "longitude": "-75.597220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18414", + "city": "Dalton", + "state": "PA", + "latitude": "41.537933", + "longitude": "-75.738260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18415", + "city": "Damascus", + "state": "PA", + "latitude": "41.743598", + "longitude": "-75.123830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18416", + "city": "Elmhurst", + "state": "PA", + "latitude": "41.375602", + "longitude": "-75.547966", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18417", + "city": "Equinunk", + "state": "PA", + "latitude": "41.800226", + "longitude": "-75.203490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18419", + "city": "Factoryville", + "state": "PA", + "latitude": "41.568872", + "longitude": "-75.792960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18420", + "city": "Fleetville", + "state": "PA", + "latitude": "41.597115", + "longitude": "-75.711020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18421", + "city": "Forest City", + "state": "PA", + "latitude": "41.653139", + "longitude": "-75.461990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18424", + "city": "Gouldsboro", + "state": "PA", + "latitude": "41.251286", + "longitude": "-75.491210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18425", + "city": "Greeley", + "state": "PA", + "latitude": "41.419116", + "longitude": "-75.006830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18426", + "city": "Greentown", + "state": "PA", + "latitude": "41.337195", + "longitude": "-75.270690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18427", + "city": "Hamlin", + "state": "PA", + "latitude": "41.422497", + "longitude": "-75.335384", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18428", + "city": "Hawley", + "state": "PA", + "latitude": "41.427945", + "longitude": "-75.134730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18430", + "city": "Herrick Center", + "state": "PA", + "latitude": "41.759285", + "longitude": "-75.501110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18431", + "city": "Honesdale", + "state": "PA", + "latitude": "41.600320", + "longitude": "-75.251020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18433", + "city": "Jermyn", + "state": "PA", + "latitude": "41.550591", + "longitude": "-75.567950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18434", + "city": "Jessup", + "state": "PA", + "latitude": "41.471937", + "longitude": "-75.566050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18435", + "city": "Lackawaxen", + "state": "PA", + "latitude": "41.497511", + "longitude": "-75.011490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18436", + "city": "Lake Ariel", + "state": "PA", + "latitude": "41.426197", + "longitude": "-75.393950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18437", + "city": "Lake Como", + "state": "PA", + "latitude": "41.866271", + "longitude": "-75.336110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18438", + "city": "Lakeville", + "state": "PA", + "latitude": "41.429411", + "longitude": "-75.247020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18439", + "city": "Lakewood", + "state": "PA", + "latitude": "41.825884", + "longitude": "-75.341320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18440", + "city": "La Plume", + "state": "PA", + "latitude": "41.551585", + "longitude": "-75.767583", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18441", + "city": "Lenoxville", + "state": "PA", + "latitude": "41.663906", + "longitude": "-75.629790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18443", + "city": "Milanville", + "state": "PA", + "latitude": "41.656499", + "longitude": "-75.115520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18444", + "city": "Moscow", + "state": "PA", + "latitude": "41.344794", + "longitude": "-75.526710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18445", + "city": "Newfoundland", + "state": "PA", + "latitude": "41.286968", + "longitude": "-75.362180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18446", + "city": "Nicholson", + "state": "PA", + "latitude": "41.641810", + "longitude": "-75.746930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18447", + "city": "Olyphant", + "state": "PA", + "latitude": "41.477850", + "longitude": "-75.604860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18448", + "city": "Olyphant", + "state": "PA", + "latitude": "41.464880", + "longitude": "-75.596231", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18449", + "city": "Orson", + "state": "PA", + "latitude": "41.615989", + "longitude": "-75.274708", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18451", + "city": "Paupack", + "state": "PA", + "latitude": "41.404263", + "longitude": "-75.238260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18452", + "city": "Peckville", + "state": "PA", + "latitude": "41.481880", + "longitude": "-75.586690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18453", + "city": "Pleasant Mount", + "state": "PA", + "latitude": "41.750980", + "longitude": "-75.371090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18454", + "city": "Poyntelle", + "state": "PA", + "latitude": "41.615989", + "longitude": "-75.274708", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18455", + "city": "Preston Park", + "state": "PA", + "latitude": "41.880371", + "longitude": "-75.360860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18456", + "city": "Prompton", + "state": "PA", + "latitude": "41.606185", + "longitude": "-75.339710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18457", + "city": "Rowland", + "state": "PA", + "latitude": "41.471736", + "longitude": "-75.046170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18458", + "city": "Shohola", + "state": "PA", + "latitude": "41.408589", + "longitude": "-74.925440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18459", + "city": "South Canaan", + "state": "PA", + "latitude": "41.515012", + "longitude": "-75.408840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18460", + "city": "South Sterling", + "state": "PA", + "latitude": "41.255644", + "longitude": "-75.344740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18461", + "city": "Starlight", + "state": "PA", + "latitude": "41.938498", + "longitude": "-75.344990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18462", + "city": "Starrucca", + "state": "PA", + "latitude": "41.891400", + "longitude": "-75.432210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18463", + "city": "Sterling", + "state": "PA", + "latitude": "41.376953", + "longitude": "-75.316010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18464", + "city": "Tafton", + "state": "PA", + "latitude": "41.414421", + "longitude": "-75.185850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18465", + "city": "Thompson", + "state": "PA", + "latitude": "41.839349", + "longitude": "-75.508410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18466", + "city": "Tobyhanna", + "state": "PA", + "latitude": "41.190120", + "longitude": "-75.367790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18469", + "city": "Tyler Hill", + "state": "PA", + "latitude": "41.694366", + "longitude": "-75.137180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18470", + "city": "Union Dale", + "state": "PA", + "latitude": "41.722929", + "longitude": "-75.541700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18471", + "city": "Waverly", + "state": "PA", + "latitude": "41.527134", + "longitude": "-75.706290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18472", + "city": "Waymart", + "state": "PA", + "latitude": "41.579472", + "longitude": "-75.396130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18473", + "city": "White Mills", + "state": "PA", + "latitude": "41.525207", + "longitude": "-75.207790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18501", + "city": "Scranton", + "state": "PA", + "latitude": "41.401881", + "longitude": "-75.637626", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18502", + "city": "Scranton", + "state": "PA", + "latitude": "41.350303", + "longitude": "-75.689965", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18503", + "city": "Scranton", + "state": "PA", + "latitude": "41.410180", + "longitude": "-75.665880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18504", + "city": "Scranton", + "state": "PA", + "latitude": "41.414979", + "longitude": "-75.687900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18505", + "city": "Scranton", + "state": "PA", + "latitude": "41.392080", + "longitude": "-75.666030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18507", + "city": "Moosic", + "state": "PA", + "latitude": "41.358380", + "longitude": "-75.712280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18508", + "city": "Scranton", + "state": "PA", + "latitude": "41.439329", + "longitude": "-75.661870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18509", + "city": "Scranton", + "state": "PA", + "latitude": "41.428180", + "longitude": "-75.647260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18510", + "city": "Scranton", + "state": "PA", + "latitude": "41.409180", + "longitude": "-75.645080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18512", + "city": "Scranton", + "state": "PA", + "latitude": "41.427199", + "longitude": "-75.618210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18514", + "city": "Scranton", + "state": "PA", + "latitude": "41.401881", + "longitude": "-75.637626", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18515", + "city": "Scranton", + "state": "PA", + "latitude": "41.403529", + "longitude": "-75.706485", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18517", + "city": "Taylor", + "state": "PA", + "latitude": "41.391279", + "longitude": "-75.715350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18518", + "city": "Old Forge", + "state": "PA", + "latitude": "41.369679", + "longitude": "-75.738290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18519", + "city": "Dickson City", + "state": "PA", + "latitude": "41.462130", + "longitude": "-75.624780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18522", + "city": "Scranton", + "state": "PA", + "latitude": "41.401881", + "longitude": "-75.637626", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18540", + "city": "Scranton", + "state": "PA", + "latitude": "41.401881", + "longitude": "-75.637626", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18577", + "city": "Scranton", + "state": "PA", + "latitude": "41.401881", + "longitude": "-75.637626", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18601", + "city": "Beach Haven", + "state": "PA", + "latitude": "41.067712", + "longitude": "-76.176260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18602", + "city": "Bear Creek", + "state": "PA", + "latitude": "41.184986", + "longitude": "-75.751440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18603", + "city": "Berwick", + "state": "PA", + "latitude": "41.061356", + "longitude": "-76.249340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18610", + "city": "Blakeslee", + "state": "PA", + "latitude": "41.057574", + "longitude": "-75.539090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18611", + "city": "Cambra", + "state": "PA", + "latitude": "41.196076", + "longitude": "-76.307350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18612", + "city": "Dallas", + "state": "PA", + "latitude": "41.345579", + "longitude": "-75.975960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18614", + "city": "Dushore", + "state": "PA", + "latitude": "41.501249", + "longitude": "-76.388890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18615", + "city": "Falls", + "state": "PA", + "latitude": "41.449135", + "longitude": "-75.857740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18616", + "city": "Forksville", + "state": "PA", + "latitude": "41.511462", + "longitude": "-76.623700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18617", + "city": "Glen Lyon", + "state": "PA", + "latitude": "41.175582", + "longitude": "-76.074550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18618", + "city": "Harveys Lake", + "state": "PA", + "latitude": "41.376490", + "longitude": "-76.036620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18619", + "city": "Hillsgrove", + "state": "PA", + "latitude": "41.448101", + "longitude": "-76.696300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18621", + "city": "Hunlock Creek", + "state": "PA", + "latitude": "41.257193", + "longitude": "-76.088820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18622", + "city": "Huntington Mills", + "state": "PA", + "latitude": "41.204400", + "longitude": "-76.272110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18623", + "city": "Laceyville", + "state": "PA", + "latitude": "41.653217", + "longitude": "-76.148700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18624", + "city": "Lake Harmony", + "state": "PA", + "latitude": "41.058352", + "longitude": "-75.601370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18625", + "city": "Lake Winola", + "state": "PA", + "latitude": "41.509364", + "longitude": "-75.854580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18626", + "city": "Laporte", + "state": "PA", + "latitude": "41.421281", + "longitude": "-76.494460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18627", + "city": "Lehman", + "state": "PA", + "latitude": "41.316584", + "longitude": "-76.021037", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18628", + "city": "Lopez", + "state": "PA", + "latitude": "41.417231", + "longitude": "-76.308650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18629", + "city": "Mehoopany", + "state": "PA", + "latitude": "41.555944", + "longitude": "-76.131790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18630", + "city": "Meshoppen", + "state": "PA", + "latitude": "41.653604", + "longitude": "-76.031780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18631", + "city": "Mifflinville", + "state": "PA", + "latitude": "41.028617", + "longitude": "-76.307170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18632", + "city": "Mildred", + "state": "PA", + "latitude": "41.476652", + "longitude": "-76.380740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18634", + "city": "Nanticoke", + "state": "PA", + "latitude": "41.197908", + "longitude": "-76.003250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18635", + "city": "Nescopeck", + "state": "PA", + "latitude": "41.038241", + "longitude": "-76.206820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18636", + "city": "Noxen", + "state": "PA", + "latitude": "41.402035", + "longitude": "-76.070070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18638", + "city": "Solebury", + "state": "PA", + "latitude": "40.384588", + "longitude": "-75.058245", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18640", + "city": "Pittston", + "state": "PA", + "latitude": "41.317242", + "longitude": "-75.779420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18641", + "city": "Pittston", + "state": "PA", + "latitude": "41.333035", + "longitude": "-75.741890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18642", + "city": "Duryea", + "state": "PA", + "latitude": "41.348939", + "longitude": "-75.762790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18643", + "city": "Pittston", + "state": "PA", + "latitude": "41.337585", + "longitude": "-75.815870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18644", + "city": "Wyoming", + "state": "PA", + "latitude": "41.319430", + "longitude": "-75.852080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18651", + "city": "Plymouth", + "state": "PA", + "latitude": "41.244281", + "longitude": "-75.948780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18653", + "city": "Ransom", + "state": "PA", + "latitude": "41.393881", + "longitude": "-75.824470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18654", + "city": "Shawanese", + "state": "PA", + "latitude": "41.350053", + "longitude": "-76.031930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18655", + "city": "Shickshinny", + "state": "PA", + "latitude": "41.184223", + "longitude": "-76.193610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18656", + "city": "Sweet Valley", + "state": "PA", + "latitude": "41.310649", + "longitude": "-76.193160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18657", + "city": "Tunkhannock", + "state": "PA", + "latitude": "41.535917", + "longitude": "-75.950060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18660", + "city": "Wapwallopen", + "state": "PA", + "latitude": "41.098371", + "longitude": "-76.063970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18661", + "city": "White Haven", + "state": "PA", + "latitude": "41.082188", + "longitude": "-75.759650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18672", + "city": "Bridgeton", + "state": "PA", + "latitude": "40.540232", + "longitude": "-75.104872", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18690", + "city": "Dallas", + "state": "PA", + "latitude": "41.272248", + "longitude": "-75.880146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18701", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.243181", + "longitude": "-75.884380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18702", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.236331", + "longitude": "-75.872540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18703", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.242081", + "longitude": "-75.885690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18704", + "city": "Kingston", + "state": "PA", + "latitude": "41.274748", + "longitude": "-75.890760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18705", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.268231", + "longitude": "-75.845690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18706", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.209869", + "longitude": "-75.917810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18707", + "city": "Mountain Top", + "state": "PA", + "latitude": "41.133482", + "longitude": "-75.919400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18708", + "city": "Shavertown", + "state": "PA", + "latitude": "41.305822", + "longitude": "-75.941480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18709", + "city": "Luzerne", + "state": "PA", + "latitude": "41.283280", + "longitude": "-75.893690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18710", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.272248", + "longitude": "-75.880146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18711", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.272248", + "longitude": "-75.880146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18715", + "city": "Almedia", + "state": "PA", + "latitude": "41.016832", + "longitude": "-76.377114", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18761", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.272248", + "longitude": "-75.880146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18762", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.272248", + "longitude": "-75.880146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18763", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.272248", + "longitude": "-75.880146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18764", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.272248", + "longitude": "-75.880146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18765", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.272248", + "longitude": "-75.880146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18766", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.244781", + "longitude": "-75.889590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18767", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.272248", + "longitude": "-75.880146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18768", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.272248", + "longitude": "-75.880146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18769", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.272248", + "longitude": "-75.880146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18773", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.272248", + "longitude": "-75.880146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18774", + "city": "Wilkes Barre", + "state": "PA", + "latitude": "41.272248", + "longitude": "-75.880146", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18801", + "city": "Montrose", + "state": "PA", + "latitude": "41.830406", + "longitude": "-75.917900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18810", + "city": "Athens", + "state": "PA", + "latitude": "41.949723", + "longitude": "-76.505080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18812", + "city": "Brackney", + "state": "PA", + "latitude": "41.964875", + "longitude": "-75.955280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18813", + "city": "Brooklyn", + "state": "PA", + "latitude": "41.753339", + "longitude": "-75.808310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18814", + "city": "Burlington", + "state": "PA", + "latitude": "41.782906", + "longitude": "-76.608540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18815", + "city": "Camptown", + "state": "PA", + "latitude": "41.771970", + "longitude": "-76.521266", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18816", + "city": "Dimock", + "state": "PA", + "latitude": "41.747232", + "longitude": "-75.894240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18817", + "city": "East Smithfield", + "state": "PA", + "latitude": "41.875402", + "longitude": "-76.633130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18818", + "city": "Friendsville", + "state": "PA", + "latitude": "41.909808", + "longitude": "-76.044730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18820", + "city": "Gibson", + "state": "PA", + "latitude": "41.803936", + "longitude": "-75.644310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18821", + "city": "Great Bend", + "state": "PA", + "latitude": "41.977241", + "longitude": "-75.743910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18822", + "city": "Hallstead", + "state": "PA", + "latitude": "41.951797", + "longitude": "-75.775360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18823", + "city": "Harford", + "state": "PA", + "latitude": "41.784395", + "longitude": "-75.700910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18824", + "city": "Hop Bottom", + "state": "PA", + "latitude": "41.708207", + "longitude": "-75.784600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18825", + "city": "Jackson", + "state": "PA", + "latitude": "41.822157", + "longitude": "-75.595060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18826", + "city": "Kingsley", + "state": "PA", + "latitude": "41.738688", + "longitude": "-75.726790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18827", + "city": "Lanesboro", + "state": "PA", + "latitude": "41.963293", + "longitude": "-75.582030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18828", + "city": "Lawton", + "state": "PA", + "latitude": "41.786507", + "longitude": "-76.070420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18829", + "city": "Le Raysville", + "state": "PA", + "latitude": "41.837903", + "longitude": "-76.174150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18830", + "city": "Little Meadows", + "state": "PA", + "latitude": "41.957125", + "longitude": "-76.116390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18831", + "city": "Milan", + "state": "PA", + "latitude": "41.899294", + "longitude": "-76.604960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18832", + "city": "Monroeton", + "state": "PA", + "latitude": "41.702433", + "longitude": "-76.555650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18833", + "city": "New Albany", + "state": "PA", + "latitude": "41.593200", + "longitude": "-76.465160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18834", + "city": "New Milford", + "state": "PA", + "latitude": "41.853082", + "longitude": "-75.720770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18837", + "city": "Rome", + "state": "PA", + "latitude": "41.918757", + "longitude": "-76.296870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18839", + "city": "Rushville", + "state": "PA", + "latitude": "41.803273", + "longitude": "-76.119340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18840", + "city": "Sayre", + "state": "PA", + "latitude": "41.983801", + "longitude": "-76.525780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18842", + "city": "South Gibson", + "state": "PA", + "latitude": "41.746871", + "longitude": "-75.617520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18843", + "city": "South Montrose", + "state": "PA", + "latitude": "41.823700", + "longitude": "-75.883140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18844", + "city": "Springville", + "state": "PA", + "latitude": "41.695782", + "longitude": "-75.918360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18845", + "city": "Stevensville", + "state": "PA", + "latitude": "41.797851", + "longitude": "-76.183030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18846", + "city": "Sugar Run", + "state": "PA", + "latitude": "41.600392", + "longitude": "-76.242430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18847", + "city": "Susquehanna", + "state": "PA", + "latitude": "41.944334", + "longitude": "-75.572410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18848", + "city": "Towanda", + "state": "PA", + "latitude": "41.762543", + "longitude": "-76.452980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18850", + "city": "Ulster", + "state": "PA", + "latitude": "41.849392", + "longitude": "-76.502100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18851", + "city": "Warren Center", + "state": "PA", + "latitude": "41.928722", + "longitude": "-76.168960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18853", + "city": "Wyalusing", + "state": "PA", + "latitude": "41.719942", + "longitude": "-76.266150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18854", + "city": "Wysox", + "state": "PA", + "latitude": "41.781522", + "longitude": "-76.359060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18901", + "city": "Doylestown", + "state": "PA", + "latitude": "40.317473", + "longitude": "-75.128540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18903", + "city": "Doylestown", + "state": "PA", + "latitude": "40.339307", + "longitude": "-75.152176", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18910", + "city": "Bedminster", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18911", + "city": "Blooming Glen", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18912", + "city": "Buckingham", + "state": "PA", + "latitude": "40.309942", + "longitude": "-75.074252", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18913", + "city": "Carversville", + "state": "PA", + "latitude": "40.376499", + "longitude": "-75.041290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18914", + "city": "Chalfont", + "state": "PA", + "latitude": "40.282406", + "longitude": "-75.206570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18915", + "city": "Colmar", + "state": "PA", + "latitude": "40.272177", + "longitude": "-75.257830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18916", + "city": "Danboro", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18917", + "city": "Dublin", + "state": "PA", + "latitude": "40.373270", + "longitude": "-75.202460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18918", + "city": "Earlington", + "state": "PA", + "latitude": "40.320036", + "longitude": "-75.374155", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18920", + "city": "Erwinna", + "state": "PA", + "latitude": "40.500115", + "longitude": "-75.079010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18921", + "city": "Ferndale", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18922", + "city": "Forest Grove", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18923", + "city": "Fountainville", + "state": "PA", + "latitude": "40.346926", + "longitude": "-75.164970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18924", + "city": "Franconia", + "state": "PA", + "latitude": "40.308116", + "longitude": "-75.358575", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18925", + "city": "Furlong", + "state": "PA", + "latitude": "40.282168", + "longitude": "-75.062830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18926", + "city": "Gardenville", + "state": "PA", + "latitude": "40.394730", + "longitude": "-75.098468", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18927", + "city": "Hilltown", + "state": "PA", + "latitude": "40.324823", + "longitude": "-75.243600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18928", + "city": "Holicong", + "state": "PA", + "latitude": "40.335974", + "longitude": "-75.042880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18929", + "city": "Jamison", + "state": "PA", + "latitude": "40.256648", + "longitude": "-75.093570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18930", + "city": "Kintnersville", + "state": "PA", + "latitude": "40.537142", + "longitude": "-75.211890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18931", + "city": "Lahaska", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18932", + "city": "Line Lexington", + "state": "PA", + "latitude": "40.289372", + "longitude": "-75.255720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18933", + "city": "Lumberville", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18934", + "city": "Mechanicsville", + "state": "PA", + "latitude": "40.349443", + "longitude": "-75.067622", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18935", + "city": "Milford Square", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18936", + "city": "Montgomeryville", + "state": "PA", + "latitude": "40.223216", + "longitude": "-75.228290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18938", + "city": "New Hope", + "state": "PA", + "latitude": "40.354735", + "longitude": "-74.993190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18940", + "city": "Newtown", + "state": "PA", + "latitude": "40.246802", + "longitude": "-74.939120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18942", + "city": "Ottsville", + "state": "PA", + "latitude": "40.466205", + "longitude": "-75.161830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18943", + "city": "Penns Park", + "state": "PA", + "latitude": "40.268981", + "longitude": "-75.009401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18944", + "city": "Perkasie", + "state": "PA", + "latitude": "40.379029", + "longitude": "-75.259260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18945", + "city": "Plumstead", + "state": "PA", + "latitude": "40.431382", + "longitude": "-75.100804", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18946", + "city": "Pineville", + "state": "PA", + "latitude": "40.271104", + "longitude": "-75.062204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18947", + "city": "Pipersville", + "state": "PA", + "latitude": "40.426391", + "longitude": "-75.118420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18949", + "city": "Plumsteadville", + "state": "PA", + "latitude": "40.388050", + "longitude": "-75.142522", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18950", + "city": "Point Pleasant", + "state": "PA", + "latitude": "40.416516", + "longitude": "-75.074832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18951", + "city": "Quakertown", + "state": "PA", + "latitude": "40.445203", + "longitude": "-75.348380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18953", + "city": "Revere", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18954", + "city": "Richboro", + "state": "PA", + "latitude": "40.214652", + "longitude": "-75.003790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18955", + "city": "Richlandtown", + "state": "PA", + "latitude": "40.478742", + "longitude": "-75.319380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18956", + "city": "Rushland", + "state": "PA", + "latitude": "40.262783", + "longitude": "-75.015680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18957", + "city": "Salford", + "state": "PA", + "latitude": "40.302945", + "longitude": "-75.448579", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18958", + "city": "Salfordville", + "state": "PA", + "latitude": "40.290357", + "longitude": "-75.435539", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18960", + "city": "Sellersville", + "state": "PA", + "latitude": "40.361206", + "longitude": "-75.311010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18962", + "city": "Silverdale", + "state": "PA", + "latitude": "40.346017", + "longitude": "-75.269530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18963", + "city": "Solebury", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18964", + "city": "Souderton", + "state": "PA", + "latitude": "40.305176", + "longitude": "-75.325000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18966", + "city": "Southampton", + "state": "PA", + "latitude": "40.184745", + "longitude": "-75.008310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18968", + "city": "Spinnerstown", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18969", + "city": "Telford", + "state": "PA", + "latitude": "40.326350", + "longitude": "-75.345890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18970", + "city": "Trumbauersville", + "state": "PA", + "latitude": "40.412771", + "longitude": "-75.386250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18971", + "city": "Tylersport", + "state": "PA", + "latitude": "40.346980", + "longitude": "-75.376985", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18972", + "city": "Upper Black Eddy", + "state": "PA", + "latitude": "40.535227", + "longitude": "-75.126420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18974", + "city": "Warminster", + "state": "PA", + "latitude": "40.211241", + "longitude": "-75.088700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18976", + "city": "Warrington", + "state": "PA", + "latitude": "40.240295", + "longitude": "-75.134580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18977", + "city": "Washington Crossing", + "state": "PA", + "latitude": "40.289939", + "longitude": "-74.878850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18979", + "city": "Woxall", + "state": "PA", + "latitude": "40.211896", + "longitude": "-75.355860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18980", + "city": "Wycombe", + "state": "PA", + "latitude": "40.280830", + "longitude": "-75.014220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18981", + "city": "Zionhill", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "18991", + "city": "Warminster", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19001", + "city": "Abington", + "state": "PA", + "latitude": "40.127907", + "longitude": "-75.126950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19002", + "city": "Ambler", + "state": "PA", + "latitude": "40.169608", + "longitude": "-75.211580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19003", + "city": "Ardmore", + "state": "PA", + "latitude": "40.000861", + "longitude": "-75.296940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19004", + "city": "Bala Cynwyd", + "state": "PA", + "latitude": "40.012862", + "longitude": "-75.233090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19006", + "city": "Huntingdon Valley", + "state": "PA", + "latitude": "40.129509", + "longitude": "-75.061150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19007", + "city": "Bristol", + "state": "PA", + "latitude": "40.108943", + "longitude": "-74.855480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19008", + "city": "Broomall", + "state": "PA", + "latitude": "39.974378", + "longitude": "-75.360830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19009", + "city": "Bryn Athyn", + "state": "PA", + "latitude": "40.139539", + "longitude": "-75.067160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19010", + "city": "Bryn Mawr", + "state": "PA", + "latitude": "40.023710", + "longitude": "-75.327640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19012", + "city": "Cheltenham", + "state": "PA", + "latitude": "40.060304", + "longitude": "-75.104390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19013", + "city": "Chester", + "state": "PA", + "latitude": "39.846970", + "longitude": "-75.374440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19014", + "city": "Aston", + "state": "PA", + "latitude": "39.864761", + "longitude": "-75.432600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19015", + "city": "Brookhaven", + "state": "PA", + "latitude": "39.864929", + "longitude": "-75.387610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19016", + "city": "Chester", + "state": "PA", + "latitude": "39.934047", + "longitude": "-75.405987", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19017", + "city": "Chester Heights", + "state": "PA", + "latitude": "39.883911", + "longitude": "-75.466949", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19018", + "city": "Primos", + "state": "PA", + "latitude": "39.922862", + "longitude": "-75.296390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19019", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19020", + "city": "Bensalem", + "state": "PA", + "latitude": "40.103860", + "longitude": "-74.937340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19021", + "city": "Croydon", + "state": "PA", + "latitude": "40.093443", + "longitude": "-74.899120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19022", + "city": "Crum Lynne", + "state": "PA", + "latitude": "39.862712", + "longitude": "-75.339580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19023", + "city": "Darby", + "state": "PA", + "latitude": "39.916262", + "longitude": "-75.265170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19025", + "city": "Dresher", + "state": "PA", + "latitude": "40.149164", + "longitude": "-75.160470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19026", + "city": "Drexel Hill", + "state": "PA", + "latitude": "39.949962", + "longitude": "-75.301840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19027", + "city": "Elkins Park", + "state": "PA", + "latitude": "40.072293", + "longitude": "-75.124060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19028", + "city": "Edgemont", + "state": "PA", + "latitude": "39.934047", + "longitude": "-75.405987", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19029", + "city": "Essington", + "state": "PA", + "latitude": "39.866912", + "longitude": "-75.291560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19030", + "city": "Fairless Hills", + "state": "PA", + "latitude": "40.175504", + "longitude": "-74.846110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19031", + "city": "Flourtown", + "state": "PA", + "latitude": "40.107743", + "longitude": "-75.213340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19032", + "city": "Folcroft", + "state": "PA", + "latitude": "39.893212", + "longitude": "-75.280880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19033", + "city": "Folsom", + "state": "PA", + "latitude": "39.890462", + "longitude": "-75.327550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19034", + "city": "Fort Washington", + "state": "PA", + "latitude": "40.134770", + "longitude": "-75.203740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19035", + "city": "Gladwyne", + "state": "PA", + "latitude": "40.042444", + "longitude": "-75.280020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19036", + "city": "Glenolden", + "state": "PA", + "latitude": "39.902045", + "longitude": "-75.293710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19037", + "city": "Glen Riddle Lima", + "state": "PA", + "latitude": "39.934047", + "longitude": "-75.405987", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19038", + "city": "Glenside", + "state": "PA", + "latitude": "40.103460", + "longitude": "-75.168290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19039", + "city": "Gradyville", + "state": "PA", + "latitude": "39.882110", + "longitude": "-75.337234", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19040", + "city": "Hatboro", + "state": "PA", + "latitude": "40.178076", + "longitude": "-75.106700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19041", + "city": "Haverford", + "state": "PA", + "latitude": "40.012661", + "longitude": "-75.308800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19043", + "city": "Holmes", + "state": "PA", + "latitude": "39.899812", + "longitude": "-75.308930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19044", + "city": "Horsham", + "state": "PA", + "latitude": "40.184758", + "longitude": "-75.143860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19046", + "city": "Jenkintown", + "state": "PA", + "latitude": "40.098110", + "longitude": "-75.109490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19047", + "city": "Langhorne", + "state": "PA", + "latitude": "40.173563", + "longitude": "-74.912030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19048", + "city": "Langhorne", + "state": "PA", + "latitude": "40.173509", + "longitude": "-74.924610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19049", + "city": "Langhorne", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19050", + "city": "Lansdowne", + "state": "PA", + "latitude": "39.939609", + "longitude": "-75.264530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19052", + "city": "Lenni", + "state": "PA", + "latitude": "39.894161", + "longitude": "-75.445589", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19053", + "city": "Feasterville Trevose", + "state": "PA", + "latitude": "40.148759", + "longitude": "-74.982280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19054", + "city": "Levittown", + "state": "PA", + "latitude": "40.166859", + "longitude": "-74.820660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19055", + "city": "Levittown", + "state": "PA", + "latitude": "40.149009", + "longitude": "-74.836170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19056", + "city": "Levittown", + "state": "PA", + "latitude": "40.151509", + "longitude": "-74.885760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19057", + "city": "Levittown", + "state": "PA", + "latitude": "40.142059", + "longitude": "-74.858210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19058", + "city": "Levittown", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19059", + "city": "Levittown", + "state": "PA", + "latitude": "40.328645", + "longitude": "-75.102780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19061", + "city": "Marcus Hook", + "state": "PA", + "latitude": "39.832762", + "longitude": "-75.440630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19063", + "city": "Media", + "state": "PA", + "latitude": "39.916078", + "longitude": "-75.402510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19064", + "city": "Springfield", + "state": "PA", + "latitude": "39.929511", + "longitude": "-75.335620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19065", + "city": "Media", + "state": "PA", + "latitude": "39.921061", + "longitude": "-75.386136", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19066", + "city": "Merion Station", + "state": "PA", + "latitude": "40.003762", + "longitude": "-75.249300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19067", + "city": "Morrisville", + "state": "PA", + "latitude": "40.214661", + "longitude": "-74.818120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19070", + "city": "Morton", + "state": "PA", + "latitude": "39.906312", + "longitude": "-75.324890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19072", + "city": "Narberth", + "state": "PA", + "latitude": "40.014541", + "longitude": "-75.258050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19073", + "city": "Newtown Square", + "state": "PA", + "latitude": "39.984510", + "longitude": "-75.412650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19074", + "city": "Norwood", + "state": "PA", + "latitude": "39.888312", + "longitude": "-75.297170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19075", + "city": "Oreland", + "state": "PA", + "latitude": "40.114610", + "longitude": "-75.186320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19076", + "city": "Prospect Park", + "state": "PA", + "latitude": "39.884562", + "longitude": "-75.308470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19078", + "city": "Ridley Park", + "state": "PA", + "latitude": "39.877262", + "longitude": "-75.322720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19079", + "city": "Sharon Hill", + "state": "PA", + "latitude": "39.903312", + "longitude": "-75.269390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19080", + "city": "Wayne", + "state": "PA", + "latitude": "40.043201", + "longitude": "-75.357678", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19081", + "city": "Swarthmore", + "state": "PA", + "latitude": "39.897562", + "longitude": "-75.346580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19082", + "city": "Upper Darby", + "state": "PA", + "latitude": "39.958512", + "longitude": "-75.268560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19083", + "city": "Havertown", + "state": "PA", + "latitude": "39.978728", + "longitude": "-75.308610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19085", + "city": "Villanova", + "state": "PA", + "latitude": "40.038477", + "longitude": "-75.347300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19086", + "city": "Wallingford", + "state": "PA", + "latitude": "39.888913", + "longitude": "-75.370060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19087", + "city": "Wayne", + "state": "PA", + "latitude": "40.058808", + "longitude": "-75.400690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19088", + "city": "Wayne", + "state": "PA", + "latitude": "39.934047", + "longitude": "-75.405987", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19089", + "city": "Wayne", + "state": "PA", + "latitude": "40.043399", + "longitude": "-75.357308", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19090", + "city": "Willow Grove", + "state": "PA", + "latitude": "40.145859", + "longitude": "-75.121600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19091", + "city": "Media", + "state": "PA", + "latitude": "39.934047", + "longitude": "-75.405987", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19092", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19093", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19094", + "city": "Woodlyn", + "state": "PA", + "latitude": "39.874612", + "longitude": "-75.345420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19095", + "city": "Wyncote", + "state": "PA", + "latitude": "40.087860", + "longitude": "-75.147070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19096", + "city": "Wynnewood", + "state": "PA", + "latitude": "39.992345", + "longitude": "-75.276240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19098", + "city": "Holmes", + "state": "PA", + "latitude": "39.895362", + "longitude": "-75.310731", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19099", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19101", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19102", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.952962", + "longitude": "-75.165580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19103", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.952162", + "longitude": "-75.174060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19104", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.961612", + "longitude": "-75.199570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19105", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19106", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.951062", + "longitude": "-75.145890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19107", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.952112", + "longitude": "-75.158530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19108", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.959662", + "longitude": "-75.160500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19109", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.949612", + "longitude": "-75.163722", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19110", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.950212", + "longitude": "-75.163572", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19111", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.057661", + "longitude": "-75.080180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19112", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.895677", + "longitude": "-75.190440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19113", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.874179", + "longitude": "-75.263530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19114", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.064257", + "longitude": "-75.001550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19115", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.092610", + "longitude": "-75.041180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19116", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.117413", + "longitude": "-75.015400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19118", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.072360", + "longitude": "-75.207720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19119", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.053511", + "longitude": "-75.188580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19120", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.033944", + "longitude": "-75.121180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19121", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.981062", + "longitude": "-75.174500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19122", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.977662", + "longitude": "-75.143360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19123", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.964012", + "longitude": "-75.147640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19124", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.017362", + "longitude": "-75.087690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19125", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.978162", + "longitude": "-75.125650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19126", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.055411", + "longitude": "-75.137930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19127", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.026626", + "longitude": "-75.223110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19128", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.038944", + "longitude": "-75.221040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19129", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.011562", + "longitude": "-75.183900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19130", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.968262", + "longitude": "-75.172220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19131", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.981112", + "longitude": "-75.224860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19132", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.995412", + "longitude": "-75.169770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19133", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.992862", + "longitude": "-75.140540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19134", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.991712", + "longitude": "-75.111160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19135", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.023611", + "longitude": "-75.049660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19136", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.041111", + "longitude": "-75.026440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19137", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.000262", + "longitude": "-75.074040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19138", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.055861", + "longitude": "-75.156540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19139", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.961812", + "longitude": "-75.230030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19140", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.012212", + "longitude": "-75.145030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19141", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.035778", + "longitude": "-75.144700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19142", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.922612", + "longitude": "-75.234530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19143", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.944162", + "longitude": "-75.227180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19144", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.034111", + "longitude": "-75.172030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19145", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.922262", + "longitude": "-75.182590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19146", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.938512", + "longitude": "-75.180670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19147", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.936562", + "longitude": "-75.154090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19148", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.919812", + "longitude": "-75.158030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19149", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.037711", + "longitude": "-75.066580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19150", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.072260", + "longitude": "-75.171060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19151", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.975929", + "longitude": "-75.252560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19152", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.059611", + "longitude": "-75.048370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19153", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.898985", + "longitude": "-75.232210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19154", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.091460", + "longitude": "-74.977190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19155", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19156", + "city": "Centerport", + "state": "PA", + "latitude": "40.485860", + "longitude": "-76.009125", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19160", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19161", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19162", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19170", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19171", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19172", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.947321", + "longitude": "-75.150011", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19173", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19175", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.990562", + "longitude": "-75.129570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19177", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19178", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19179", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19181", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19182", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19183", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19184", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19185", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19187", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19188", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19191", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19192", + "city": "Philadelphia", + "state": "PA", + "latitude": "39.951112", + "longitude": "-75.167622", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19193", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19194", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19196", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19197", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19244", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19255", + "city": "Philadelphia", + "state": "PA", + "latitude": "40.001811", + "longitude": "-75.117870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19301", + "city": "Paoli", + "state": "PA", + "latitude": "40.042252", + "longitude": "-75.483570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19310", + "city": "Atglen", + "state": "PA", + "latitude": "39.945100", + "longitude": "-75.970240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19311", + "city": "Avondale", + "state": "PA", + "latitude": "39.825643", + "longitude": "-75.772440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19312", + "city": "Berwyn", + "state": "PA", + "latitude": "40.037958", + "longitude": "-75.449860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19316", + "city": "Brandamore", + "state": "PA", + "latitude": "40.058565", + "longitude": "-75.835840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19317", + "city": "Chadds Ford", + "state": "PA", + "latitude": "39.851803", + "longitude": "-75.596100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19318", + "city": "Chatham", + "state": "PA", + "latitude": "39.852406", + "longitude": "-75.811789", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19319", + "city": "Cheyney", + "state": "PA", + "latitude": "39.928663", + "longitude": "-75.525260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19320", + "city": "Coatesville", + "state": "PA", + "latitude": "39.978456", + "longitude": "-75.822750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19330", + "city": "Cochranville", + "state": "PA", + "latitude": "39.872123", + "longitude": "-75.914110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19331", + "city": "Concordville", + "state": "PA", + "latitude": "39.882274", + "longitude": "-75.516529", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19333", + "city": "Devon", + "state": "PA", + "latitude": "40.044858", + "longitude": "-75.421740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19335", + "city": "Downingtown", + "state": "PA", + "latitude": "40.023420", + "longitude": "-75.713890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19339", + "city": "Concordville", + "state": "PA", + "latitude": "39.934047", + "longitude": "-75.405987", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19340", + "city": "Concordville", + "state": "PA", + "latitude": "39.934047", + "longitude": "-75.405987", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19341", + "city": "Exton", + "state": "PA", + "latitude": "40.040505", + "longitude": "-75.634250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19342", + "city": "Glen Mills", + "state": "PA", + "latitude": "39.897677", + "longitude": "-75.501090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19343", + "city": "Glenmoore", + "state": "PA", + "latitude": "40.094621", + "longitude": "-75.746020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19344", + "city": "Honey Brook", + "state": "PA", + "latitude": "40.078045", + "longitude": "-75.884880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19345", + "city": "Immaculata", + "state": "PA", + "latitude": "40.030536", + "longitude": "-75.565000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19346", + "city": "Kelton", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19347", + "city": "Kemblesville", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19348", + "city": "Kennett Square", + "state": "PA", + "latitude": "39.858137", + "longitude": "-75.712270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19350", + "city": "Landenberg", + "state": "PA", + "latitude": "39.768218", + "longitude": "-75.787590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19351", + "city": "Lewisville", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19352", + "city": "Lincoln University", + "state": "PA", + "latitude": "39.783675", + "longitude": "-75.894400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19353", + "city": "Lionville", + "state": "PA", + "latitude": "40.013158", + "longitude": "-75.499046", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19354", + "city": "Lyndell", + "state": "PA", + "latitude": "40.058173", + "longitude": "-75.743272", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19355", + "city": "Malvern", + "state": "PA", + "latitude": "40.042957", + "longitude": "-75.532210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19357", + "city": "Mendenhall", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19358", + "city": "Modena", + "state": "PA", + "latitude": "39.962256", + "longitude": "-75.802150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19360", + "city": "New London", + "state": "PA", + "latitude": "39.726143", + "longitude": "-75.785700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19362", + "city": "Nottingham", + "state": "PA", + "latitude": "39.750999", + "longitude": "-76.059000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19363", + "city": "Oxford", + "state": "PA", + "latitude": "39.781938", + "longitude": "-75.974580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19365", + "city": "Parkesburg", + "state": "PA", + "latitude": "39.961094", + "longitude": "-75.920470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19366", + "city": "Pocopson", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19367", + "city": "Pomeroy", + "state": "PA", + "latitude": "39.964795", + "longitude": "-75.882850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19369", + "city": "Sadsburyville", + "state": "PA", + "latitude": "39.985257", + "longitude": "-75.889840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19370", + "city": "Steelville", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19371", + "city": "Suplee", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19372", + "city": "Thorndale", + "state": "PA", + "latitude": "39.997469", + "longitude": "-75.759640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19373", + "city": "Thornton", + "state": "PA", + "latitude": "39.899315", + "longitude": "-75.531400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19374", + "city": "Toughkenamon", + "state": "PA", + "latitude": "39.830992", + "longitude": "-75.755300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19375", + "city": "Unionville", + "state": "PA", + "latitude": "39.901177", + "longitude": "-75.750203", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19376", + "city": "Wagontown", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19380", + "city": "West Chester", + "state": "PA", + "latitude": "39.983108", + "longitude": "-75.593320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19381", + "city": "West Chester", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19382", + "city": "West Chester", + "state": "PA", + "latitude": "39.940043", + "longitude": "-75.597290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19383", + "city": "West Chester", + "state": "PA", + "latitude": "39.945450", + "longitude": "-75.602401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19390", + "city": "West Grove", + "state": "PA", + "latitude": "39.820841", + "longitude": "-75.842330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19395", + "city": "Westtown", + "state": "PA", + "latitude": "39.932821", + "longitude": "-75.544822", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19397", + "city": "Southeastern", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19398", + "city": "Southeastern", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19399", + "city": "Southeastern", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19401", + "city": "Norristown", + "state": "PA", + "latitude": "40.123708", + "longitude": "-75.338430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19403", + "city": "Norristown", + "state": "PA", + "latitude": "40.146069", + "longitude": "-75.383780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19404", + "city": "Norristown", + "state": "PA", + "latitude": "40.211896", + "longitude": "-75.355860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19405", + "city": "Bridgeport", + "state": "PA", + "latitude": "40.103208", + "longitude": "-75.340500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19406", + "city": "King Of Prussia", + "state": "PA", + "latitude": "40.092941", + "longitude": "-75.375250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19407", + "city": "Audubon", + "state": "PA", + "latitude": "40.211896", + "longitude": "-75.355860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19408", + "city": "Eagleville", + "state": "PA", + "latitude": "40.156555", + "longitude": "-75.413127", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19409", + "city": "Fairview Village", + "state": "PA", + "latitude": "40.211896", + "longitude": "-75.355860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19420", + "city": "Arcola", + "state": "PA", + "latitude": "40.152871", + "longitude": "-75.456719", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19421", + "city": "Birchrunville", + "state": "PA", + "latitude": "40.138889", + "longitude": "-75.633320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19422", + "city": "Blue Bell", + "state": "PA", + "latitude": "40.157526", + "longitude": "-75.278160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19423", + "city": "Cedars", + "state": "PA", + "latitude": "40.217350", + "longitude": "-75.364973", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19424", + "city": "Blue Bell", + "state": "PA", + "latitude": "40.211896", + "longitude": "-75.355860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19425", + "city": "Chester Springs", + "state": "PA", + "latitude": "40.089905", + "longitude": "-75.641240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19426", + "city": "Collegeville", + "state": "PA", + "latitude": "40.185637", + "longitude": "-75.448730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19428", + "city": "Conshohocken", + "state": "PA", + "latitude": "40.077736", + "longitude": "-75.305090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19429", + "city": "Conshohocken", + "state": "PA", + "latitude": "40.211896", + "longitude": "-75.355860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19430", + "city": "Creamery", + "state": "PA", + "latitude": "40.185071", + "longitude": "-75.419966", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19432", + "city": "Devault", + "state": "PA", + "latitude": "40.079629", + "longitude": "-75.559975", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19435", + "city": "Frederick", + "state": "PA", + "latitude": "40.330348", + "longitude": "-75.569370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19436", + "city": "Gwynedd", + "state": "PA", + "latitude": "40.201932", + "longitude": "-75.250910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19437", + "city": "Gwynedd Valley", + "state": "PA", + "latitude": "40.183763", + "longitude": "-75.262710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19438", + "city": "Harleysville", + "state": "PA", + "latitude": "40.270424", + "longitude": "-75.385690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19440", + "city": "Hatfield", + "state": "PA", + "latitude": "40.278294", + "longitude": "-75.294790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19441", + "city": "Harleysville", + "state": "PA", + "latitude": "40.211896", + "longitude": "-75.355860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19442", + "city": "Kimberton", + "state": "PA", + "latitude": "40.146549", + "longitude": "-75.617739", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19443", + "city": "Kulpsville", + "state": "PA", + "latitude": "40.241004", + "longitude": "-75.343920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19444", + "city": "Lafayette Hill", + "state": "PA", + "latitude": "40.087297", + "longitude": "-75.255700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19446", + "city": "Lansdale", + "state": "PA", + "latitude": "40.237206", + "longitude": "-75.291560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19450", + "city": "Lederach", + "state": "PA", + "latitude": "40.211896", + "longitude": "-75.355860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19451", + "city": "Mainland", + "state": "PA", + "latitude": "40.211896", + "longitude": "-75.355860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19452", + "city": "Miquon", + "state": "PA", + "latitude": "40.211896", + "longitude": "-75.355860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19453", + "city": "Mont Clare", + "state": "PA", + "latitude": "40.137922", + "longitude": "-75.502180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19454", + "city": "North Wales", + "state": "PA", + "latitude": "40.223524", + "longitude": "-75.247310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19455", + "city": "North Wales", + "state": "PA", + "latitude": "40.211896", + "longitude": "-75.355860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19456", + "city": "Oaks", + "state": "PA", + "latitude": "40.133355", + "longitude": "-75.453631", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19457", + "city": "Parker Ford", + "state": "PA", + "latitude": "40.204252", + "longitude": "-75.584490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19460", + "city": "Phoenixville", + "state": "PA", + "latitude": "40.126271", + "longitude": "-75.523410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19462", + "city": "Plymouth Meeting", + "state": "PA", + "latitude": "40.115959", + "longitude": "-75.292570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19464", + "city": "Pottstown", + "state": "PA", + "latitude": "40.253496", + "longitude": "-75.634810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19465", + "city": "Pottstown", + "state": "PA", + "latitude": "40.206057", + "longitude": "-75.661070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19468", + "city": "Royersford", + "state": "PA", + "latitude": "40.200347", + "longitude": "-75.532360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19470", + "city": "Saint Peters", + "state": "PA", + "latitude": "40.186707", + "longitude": "-75.728759", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19472", + "city": "Sassamansville", + "state": "PA", + "latitude": "40.339207", + "longitude": "-75.573720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19473", + "city": "Schwenksville", + "state": "PA", + "latitude": "40.257069", + "longitude": "-75.470970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19474", + "city": "Skippack", + "state": "PA", + "latitude": "40.222343", + "longitude": "-75.405200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19475", + "city": "Spring City", + "state": "PA", + "latitude": "40.176858", + "longitude": "-75.576210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19477", + "city": "Spring House", + "state": "PA", + "latitude": "40.185934", + "longitude": "-75.232407", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19478", + "city": "Spring Mount", + "state": "PA", + "latitude": "40.276511", + "longitude": "-75.458200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19480", + "city": "Uwchland", + "state": "PA", + "latitude": "40.098032", + "longitude": "-75.688005", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19481", + "city": "Valley Forge", + "state": "PA", + "latitude": "40.092269", + "longitude": "-75.453735", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19482", + "city": "Valley Forge", + "state": "PA", + "latitude": "40.080323", + "longitude": "-75.455408", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19483", + "city": "Valley Forge", + "state": "PA", + "latitude": "40.211896", + "longitude": "-75.355860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19484", + "city": "Valley Forge", + "state": "PA", + "latitude": "40.211896", + "longitude": "-75.355860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19485", + "city": "Valley Forge", + "state": "PA", + "latitude": "40.211896", + "longitude": "-75.355860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19486", + "city": "West Point", + "state": "PA", + "latitude": "40.203291", + "longitude": "-75.301918", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19487", + "city": "King Of Prussia", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19488", + "city": "Norristown", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19489", + "city": "Norristown", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19490", + "city": "Worcester", + "state": "PA", + "latitude": "40.192881", + "longitude": "-75.357555", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19492", + "city": "Zieglerville", + "state": "PA", + "latitude": "40.281036", + "longitude": "-75.486000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19493", + "city": "Valley Forge", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19494", + "city": "Valley Forge", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19495", + "city": "Valley Forge", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19496", + "city": "Valley Forge", + "state": "PA", + "latitude": "39.983153", + "longitude": "-75.748055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19501", + "city": "Adamstown", + "state": "PA", + "latitude": "40.241588", + "longitude": "-76.057650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19503", + "city": "Bally", + "state": "PA", + "latitude": "40.401044", + "longitude": "-75.588360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19504", + "city": "Barto", + "state": "PA", + "latitude": "40.404892", + "longitude": "-75.589920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19505", + "city": "Bechtelsville", + "state": "PA", + "latitude": "40.375925", + "longitude": "-75.626170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19506", + "city": "Bernville", + "state": "PA", + "latitude": "40.453886", + "longitude": "-76.129110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19507", + "city": "Bethel", + "state": "PA", + "latitude": "40.488558", + "longitude": "-76.272690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19508", + "city": "Birdsboro", + "state": "PA", + "latitude": "40.267165", + "longitude": "-75.825400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19510", + "city": "Blandon", + "state": "PA", + "latitude": "40.444786", + "longitude": "-75.880340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19511", + "city": "Bowers", + "state": "PA", + "latitude": "40.487730", + "longitude": "-75.739300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19512", + "city": "Boyertown", + "state": "PA", + "latitude": "40.338497", + "longitude": "-75.663200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19516", + "city": "Centerport", + "state": "PA", + "latitude": "40.486726", + "longitude": "-76.007190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19517", + "city": "Dauberville", + "state": "PA", + "latitude": "40.407173", + "longitude": "-75.984901", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19518", + "city": "Douglassville", + "state": "PA", + "latitude": "40.273179", + "longitude": "-75.739310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19519", + "city": "Earlville", + "state": "PA", + "latitude": "40.317896", + "longitude": "-75.731440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19520", + "city": "Elverson", + "state": "PA", + "latitude": "40.157078", + "longitude": "-75.806690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19522", + "city": "Fleetwood", + "state": "PA", + "latitude": "40.447093", + "longitude": "-75.819970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19523", + "city": "Geigertown", + "state": "PA", + "latitude": "40.203142", + "longitude": "-75.835880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19524", + "city": "Robeson", + "state": "PA", + "latitude": "40.248684", + "longitude": "-75.858731", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19525", + "city": "Gilbertsville", + "state": "PA", + "latitude": "40.311246", + "longitude": "-75.594000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19526", + "city": "Hamburg", + "state": "PA", + "latitude": "40.545014", + "longitude": "-75.984630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19529", + "city": "Kempton", + "state": "PA", + "latitude": "40.625739", + "longitude": "-75.834740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19530", + "city": "Kutztown", + "state": "PA", + "latitude": "40.535102", + "longitude": "-75.775660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19533", + "city": "Leesport", + "state": "PA", + "latitude": "40.435509", + "longitude": "-75.989370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19534", + "city": "Lenhartsville", + "state": "PA", + "latitude": "40.574033", + "longitude": "-75.874340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19535", + "city": "Limekiln", + "state": "PA", + "latitude": "40.335593", + "longitude": "-75.801009", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19536", + "city": "Lyon Station", + "state": "PA", + "latitude": "40.480194", + "longitude": "-75.756980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19538", + "city": "Maxatawny", + "state": "PA", + "latitude": "40.569818", + "longitude": "-75.740942", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19539", + "city": "Mertztown", + "state": "PA", + "latitude": "40.497369", + "longitude": "-75.682250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19540", + "city": "Mohnton", + "state": "PA", + "latitude": "40.250592", + "longitude": "-75.966830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19541", + "city": "Mohrsville", + "state": "PA", + "latitude": "40.479447", + "longitude": "-76.024380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19542", + "city": "Monocacy Station", + "state": "PA", + "latitude": "40.260992", + "longitude": "-75.768437", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19543", + "city": "Morgantown", + "state": "PA", + "latitude": "40.167618", + "longitude": "-75.892590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19544", + "city": "Mount Aetna", + "state": "PA", + "latitude": "40.418864", + "longitude": "-76.295640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19545", + "city": "New Berlinville", + "state": "PA", + "latitude": "40.340392", + "longitude": "-75.630820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19546", + "city": "Cumru", + "state": "PA", + "latitude": "40.254667", + "longitude": "-75.951709", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19547", + "city": "Oley", + "state": "PA", + "latitude": "40.385143", + "longitude": "-75.763720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19548", + "city": "Pine Forge", + "state": "PA", + "latitude": "40.407173", + "longitude": "-75.984901", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19549", + "city": "Port Clinton", + "state": "PA", + "latitude": "40.580744", + "longitude": "-76.025590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19550", + "city": "Rehrersburg", + "state": "PA", + "latitude": "40.456862", + "longitude": "-76.243730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19551", + "city": "Robesonia", + "state": "PA", + "latitude": "40.357034", + "longitude": "-76.137410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19554", + "city": "Shartlesville", + "state": "PA", + "latitude": "40.513794", + "longitude": "-76.108330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19555", + "city": "Shoemakersville", + "state": "PA", + "latitude": "40.494943", + "longitude": "-75.964660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19557", + "city": "Stony Run", + "state": "PA", + "latitude": "40.613868", + "longitude": "-75.814984", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19559", + "city": "Strausstown", + "state": "PA", + "latitude": "40.492053", + "longitude": "-76.184100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19560", + "city": "Temple", + "state": "PA", + "latitude": "40.407243", + "longitude": "-75.911630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19562", + "city": "Topton", + "state": "PA", + "latitude": "40.502511", + "longitude": "-75.703150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19564", + "city": "Virginville", + "state": "PA", + "latitude": "40.526803", + "longitude": "-75.869653", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19565", + "city": "Wernersville", + "state": "PA", + "latitude": "40.327974", + "longitude": "-76.089210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19567", + "city": "Womelsdorf", + "state": "PA", + "latitude": "40.373285", + "longitude": "-76.200540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19601", + "city": "Reading", + "state": "PA", + "latitude": "40.348092", + "longitude": "-75.935770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19602", + "city": "Reading", + "state": "PA", + "latitude": "40.329992", + "longitude": "-75.919620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19603", + "city": "Reading", + "state": "PA", + "latitude": "40.388442", + "longitude": "-75.963055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19604", + "city": "Reading", + "state": "PA", + "latitude": "40.355092", + "longitude": "-75.912050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19605", + "city": "Reading", + "state": "PA", + "latitude": "40.390943", + "longitude": "-75.937500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19606", + "city": "Reading", + "state": "PA", + "latitude": "40.327741", + "longitude": "-75.870020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19607", + "city": "Reading", + "state": "PA", + "latitude": "40.302492", + "longitude": "-75.955650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19608", + "city": "Reading", + "state": "PA", + "latitude": "40.312842", + "longitude": "-76.024220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19609", + "city": "Reading", + "state": "PA", + "latitude": "40.324694", + "longitude": "-75.992100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19610", + "city": "Reading", + "state": "PA", + "latitude": "40.335023", + "longitude": "-75.970990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19611", + "city": "Reading", + "state": "PA", + "latitude": "40.327792", + "longitude": "-75.942150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19612", + "city": "Reading", + "state": "PA", + "latitude": "40.438900", + "longitude": "-75.885303", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19640", + "city": "Reading", + "state": "PA", + "latitude": "40.407173", + "longitude": "-75.984901", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19650", + "city": "Alsace", + "state": "PA", + "latitude": "40.394884", + "longitude": "-75.866380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19685", + "city": "Muhlenberg", + "state": "PA", + "latitude": "40.378451", + "longitude": "-75.917477", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19700", + "city": "Delaware City", + "state": "DE", + "latitude": "39.570322", + "longitude": "-75.590662", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19701", + "city": "Bear", + "state": "DE", + "latitude": "39.598203", + "longitude": "-75.699450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19702", + "city": "Newark", + "state": "DE", + "latitude": "39.626297", + "longitude": "-75.713860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19703", + "city": "Claymont", + "state": "DE", + "latitude": "39.800945", + "longitude": "-75.464550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19706", + "city": "Delaware City", + "state": "DE", + "latitude": "39.573744", + "longitude": "-75.592040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19707", + "city": "Hockessin", + "state": "DE", + "latitude": "39.784014", + "longitude": "-75.685860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19708", + "city": "Kirkwood", + "state": "DE", + "latitude": "39.577567", + "longitude": "-75.690069", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19709", + "city": "Middletown", + "state": "DE", + "latitude": "39.479602", + "longitude": "-75.693200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19710", + "city": "Montchanin", + "state": "DE", + "latitude": "39.788562", + "longitude": "-75.588810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19711", + "city": "Newark", + "state": "DE", + "latitude": "39.700561", + "longitude": "-75.743100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19712", + "city": "Newark", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19713", + "city": "Newark", + "state": "DE", + "latitude": "39.669211", + "longitude": "-75.717960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19714", + "city": "Newark", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19715", + "city": "Newark", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19716", + "city": "Newark", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19717", + "city": "Newark", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19718", + "city": "Newark", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19720", + "city": "New Castle", + "state": "DE", + "latitude": "39.669219", + "longitude": "-75.590030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19721", + "city": "New Castle", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19725", + "city": "Newark", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19726", + "city": "Newark", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19730", + "city": "Odessa", + "state": "DE", + "latitude": "39.456484", + "longitude": "-75.659760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19731", + "city": "Port Penn", + "state": "DE", + "latitude": "39.518164", + "longitude": "-75.576560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19732", + "city": "Rockland", + "state": "DE", + "latitude": "39.794496", + "longitude": "-75.574330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19733", + "city": "Saint Georges", + "state": "DE", + "latitude": "39.555794", + "longitude": "-75.650580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19734", + "city": "Townsend", + "state": "DE", + "latitude": "39.386601", + "longitude": "-75.668010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19735", + "city": "Winterthur", + "state": "DE", + "latitude": "39.794396", + "longitude": "-75.597598", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19736", + "city": "Yorklyn", + "state": "DE", + "latitude": "39.790911", + "longitude": "-75.649340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19743", + "city": "Spring Mount", + "state": "PA", + "latitude": "40.276386", + "longitude": "-75.462796", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19766", + "city": "Delaware City", + "state": "DE", + "latitude": "39.567092", + "longitude": "-75.601491", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19801", + "city": "Wilmington", + "state": "DE", + "latitude": "39.738563", + "longitude": "-75.548330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19802", + "city": "Wilmington", + "state": "DE", + "latitude": "39.756213", + "longitude": "-75.533120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19803", + "city": "Wilmington", + "state": "DE", + "latitude": "39.793962", + "longitude": "-75.534010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19804", + "city": "Wilmington", + "state": "DE", + "latitude": "39.721062", + "longitude": "-75.608060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19805", + "city": "Wilmington", + "state": "DE", + "latitude": "39.745377", + "longitude": "-75.582510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19806", + "city": "Wilmington", + "state": "DE", + "latitude": "39.758563", + "longitude": "-75.564130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19807", + "city": "Wilmington", + "state": "DE", + "latitude": "39.787512", + "longitude": "-75.602560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19808", + "city": "Wilmington", + "state": "DE", + "latitude": "39.734279", + "longitude": "-75.663100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19809", + "city": "Wilmington", + "state": "DE", + "latitude": "39.771663", + "longitude": "-75.496560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19810", + "city": "Wilmington", + "state": "DE", + "latitude": "39.817645", + "longitude": "-75.502420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19814", + "city": "Newport", + "state": "DE", + "latitude": "39.713625", + "longitude": "-75.596283", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19815", + "city": "Amity", + "state": "PA", + "latitude": "40.318615", + "longitude": "-75.755807", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19850", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19853", + "city": "Schuylkill", + "state": "PA", + "latitude": "40.088156", + "longitude": "-75.480887", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19880", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19884", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19885", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19886", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19887", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19889", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19890", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19891", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19892", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19893", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19894", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19895", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19896", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19897", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19898", + "city": "Wilmington", + "state": "DE", + "latitude": "39.564499", + "longitude": "-75.597047", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19899", + "city": "Wilmington", + "state": "DE", + "latitude": "39.734792", + "longitude": "-75.624617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19901", + "city": "Dover", + "state": "DE", + "latitude": "39.164260", + "longitude": "-75.511630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19902", + "city": "Dover AFB", + "state": "DE", + "latitude": "39.131958", + "longitude": "-75.469530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19903", + "city": "Dover", + "state": "DE", + "latitude": "39.108680", + "longitude": "-75.448023", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19904", + "city": "Dover", + "state": "DE", + "latitude": "39.161639", + "longitude": "-75.558700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19905", + "city": "Dover", + "state": "DE", + "latitude": "39.108680", + "longitude": "-75.448023", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19925", + "city": "Upper Uwchlan", + "state": "PA", + "latitude": "40.084337", + "longitude": "-75.680797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19930", + "city": "Bethany Beach", + "state": "DE", + "latitude": "38.536354", + "longitude": "-75.060620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19931", + "city": "Bethel", + "state": "DE", + "latitude": "38.570238", + "longitude": "-75.614700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19933", + "city": "Bridgeville", + "state": "DE", + "latitude": "38.736350", + "longitude": "-75.608070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19934", + "city": "Camden Wyoming", + "state": "DE", + "latitude": "39.094699", + "longitude": "-75.588710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19936", + "city": "Cheswold", + "state": "DE", + "latitude": "39.218448", + "longitude": "-75.584848", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19938", + "city": "Clayton", + "state": "DE", + "latitude": "39.265066", + "longitude": "-75.680700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19939", + "city": "Dagsboro", + "state": "DE", + "latitude": "38.557501", + "longitude": "-75.214650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19940", + "city": "Delmar", + "state": "DE", + "latitude": "38.469655", + "longitude": "-75.566900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19941", + "city": "Ellendale", + "state": "DE", + "latitude": "38.801360", + "longitude": "-75.425950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19942", + "city": "Farmington", + "state": "DE", + "latitude": "38.868387", + "longitude": "-75.579070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19943", + "city": "Felton", + "state": "DE", + "latitude": "39.011387", + "longitude": "-75.589780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19944", + "city": "Fenwick Island", + "state": "DE", + "latitude": "38.459314", + "longitude": "-75.053560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19945", + "city": "Frankford", + "state": "DE", + "latitude": "38.511469", + "longitude": "-75.183640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19946", + "city": "Frederica", + "state": "DE", + "latitude": "39.037803", + "longitude": "-75.466340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19947", + "city": "Georgetown", + "state": "DE", + "latitude": "38.676552", + "longitude": "-75.392690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19950", + "city": "Greenwood", + "state": "DE", + "latitude": "38.818541", + "longitude": "-75.609660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19951", + "city": "Harbeson", + "state": "DE", + "latitude": "38.682345", + "longitude": "-75.232860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19952", + "city": "Harrington", + "state": "DE", + "latitude": "38.916908", + "longitude": "-75.613430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19953", + "city": "Hartly", + "state": "DE", + "latitude": "39.150822", + "longitude": "-75.704280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19954", + "city": "Houston", + "state": "DE", + "latitude": "38.909621", + "longitude": "-75.512640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19955", + "city": "Kenton", + "state": "DE", + "latitude": "39.227313", + "longitude": "-75.665490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19956", + "city": "Laurel", + "state": "DE", + "latitude": "38.549721", + "longitude": "-75.553040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19958", + "city": "Lewes", + "state": "DE", + "latitude": "38.746207", + "longitude": "-75.162820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19960", + "city": "Lincoln", + "state": "DE", + "latitude": "38.855872", + "longitude": "-75.398890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19961", + "city": "Little Creek", + "state": "DE", + "latitude": "39.166323", + "longitude": "-75.448289", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19962", + "city": "Magnolia", + "state": "DE", + "latitude": "39.065170", + "longitude": "-75.498580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19963", + "city": "Milford", + "state": "DE", + "latitude": "38.922806", + "longitude": "-75.414490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19964", + "city": "Marydel", + "state": "DE", + "latitude": "39.098772", + "longitude": "-75.739430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19966", + "city": "Millsboro", + "state": "DE", + "latitude": "38.601355", + "longitude": "-75.241100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19967", + "city": "Millville", + "state": "DE", + "latitude": "38.545970", + "longitude": "-75.111750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19968", + "city": "Milton", + "state": "DE", + "latitude": "38.772648", + "longitude": "-75.286650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19969", + "city": "Nassau", + "state": "DE", + "latitude": "38.725562", + "longitude": "-75.353387", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19970", + "city": "Ocean View", + "state": "DE", + "latitude": "38.550440", + "longitude": "-75.099280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19971", + "city": "Rehoboth Beach", + "state": "DE", + "latitude": "38.711512", + "longitude": "-75.096770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19973", + "city": "Seaford", + "state": "DE", + "latitude": "38.643248", + "longitude": "-75.611020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19975", + "city": "Selbyville", + "state": "DE", + "latitude": "38.463751", + "longitude": "-75.156420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19977", + "city": "Smyrna", + "state": "DE", + "latitude": "39.297990", + "longitude": "-75.593910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19979", + "city": "Viola", + "state": "DE", + "latitude": "39.046100", + "longitude": "-75.571850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19980", + "city": "Woodside", + "state": "DE", + "latitude": "39.070270", + "longitude": "-75.570570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "19999", + "city": "Bethany Beach", + "state": "DE", + "latitude": "38.542771", + "longitude": "-75.056660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20001", + "city": "Washington", + "state": "DC", + "latitude": "38.907711", + "longitude": "-77.017320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20002", + "city": "Washington", + "state": "DC", + "latitude": "38.901811", + "longitude": "-76.990970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20003", + "city": "Washington", + "state": "DC", + "latitude": "38.881762", + "longitude": "-76.994470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20004", + "city": "Washington", + "state": "DC", + "latitude": "38.895268", + "longitude": "-77.027600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20005", + "city": "Washington", + "state": "DC", + "latitude": "38.904461", + "longitude": "-77.030880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20006", + "city": "Washington", + "state": "DC", + "latitude": "38.897567", + "longitude": "-77.041950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20007", + "city": "Washington", + "state": "DC", + "latitude": "38.913961", + "longitude": "-77.071790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20008", + "city": "Washington", + "state": "DC", + "latitude": "38.934866", + "longitude": "-77.060390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20009", + "city": "Washington", + "state": "DC", + "latitude": "38.919211", + "longitude": "-77.037770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20010", + "city": "Washington", + "state": "DC", + "latitude": "38.933311", + "longitude": "-77.029290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20011", + "city": "Washington", + "state": "DC", + "latitude": "38.952110", + "longitude": "-77.020970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20012", + "city": "Washington", + "state": "DC", + "latitude": "38.978080", + "longitude": "-77.028580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20013", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20015", + "city": "Washington", + "state": "DC", + "latitude": "38.965160", + "longitude": "-77.067370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20016", + "city": "Washington", + "state": "DC", + "latitude": "38.940810", + "longitude": "-77.087230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20017", + "city": "Washington", + "state": "DC", + "latitude": "38.937478", + "longitude": "-76.991250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20018", + "city": "Washington", + "state": "DC", + "latitude": "38.928761", + "longitude": "-76.975230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20019", + "city": "Washington", + "state": "DC", + "latitude": "38.891445", + "longitude": "-76.938110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20020", + "city": "Washington", + "state": "DC", + "latitude": "38.863079", + "longitude": "-76.971380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20024", + "city": "Washington", + "state": "DC", + "latitude": "38.880112", + "longitude": "-77.023620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20026", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20029", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20030", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20032", + "city": "Washington", + "state": "DC", + "latitude": "38.836145", + "longitude": "-77.000580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20033", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20035", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20036", + "city": "Washington", + "state": "DC", + "latitude": "38.906778", + "longitude": "-77.041480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20037", + "city": "Washington", + "state": "DC", + "latitude": "38.900394", + "longitude": "-77.051260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20038", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20039", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20040", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20041", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20042", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20043", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20044", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20045", + "city": "Washington", + "state": "DC", + "latitude": "38.896599", + "longitude": "-77.031900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20046", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20047", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20049", + "city": "Washington", + "state": "DC", + "latitude": "38.895911", + "longitude": "-77.020998", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20050", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20051", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20052", + "city": "Washington", + "state": "DC", + "latitude": "38.900140", + "longitude": "-77.047899", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20053", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20055", + "city": "Washington", + "state": "DC", + "latitude": "38.901633", + "longitude": "-77.020959", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20056", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20057", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20058", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20059", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20060", + "city": "Washington", + "state": "DC", + "latitude": "38.918011", + "longitude": "-77.020398", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20061", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20062", + "city": "Washington", + "state": "DC", + "latitude": "38.900009", + "longitude": "-77.036948", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20063", + "city": "Washington", + "state": "DC", + "latitude": "38.905317", + "longitude": "-77.046645", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20064", + "city": "Washington", + "state": "DC", + "latitude": "38.933161", + "longitude": "-76.996348", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20065", + "city": "Washington", + "state": "DC", + "latitude": "38.883412", + "longitude": "-77.028198", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20066", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20067", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20068", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20069", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20070", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20071", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20073", + "city": "Washington", + "state": "DC", + "latitude": "38.897011", + "longitude": "-77.025098", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20074", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20075", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20076", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20077", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20078", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20080", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20081", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20082", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20088", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20090", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20091", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20097", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20098", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20099", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20101", + "city": "Dulles", + "state": "VA", + "latitude": "39.002125", + "longitude": "-77.442066", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20102", + "city": "Dulles", + "state": "VA", + "latitude": "39.085309", + "longitude": "-77.645224", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20103", + "city": "Dulles", + "state": "VA", + "latitude": "38.996242", + "longitude": "-77.449952", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20104", + "city": "Dulles", + "state": "VA", + "latitude": "39.085309", + "longitude": "-77.645224", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20105", + "city": "Aldie", + "state": "VA", + "latitude": "38.964054", + "longitude": "-77.608780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20106", + "city": "Amissville", + "state": "VA", + "latitude": "38.683116", + "longitude": "-77.990310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20107", + "city": "Arcola", + "state": "VA", + "latitude": "38.968321", + "longitude": "-77.533263", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20108", + "city": "Manassas", + "state": "VA", + "latitude": "38.744685", + "longitude": "-77.487162", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20109", + "city": "Manassas", + "state": "VA", + "latitude": "38.790202", + "longitude": "-77.512940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20110", + "city": "Manassas", + "state": "VA", + "latitude": "38.752269", + "longitude": "-77.476940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20111", + "city": "Manassas", + "state": "VA", + "latitude": "38.769697", + "longitude": "-77.449150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20112", + "city": "Manassas", + "state": "VA", + "latitude": "38.685117", + "longitude": "-77.447960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20113", + "city": "Manassas", + "state": "VA", + "latitude": "38.770864", + "longitude": "-77.449443", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20115", + "city": "Marshall", + "state": "VA", + "latitude": "38.855848", + "longitude": "-77.881740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20116", + "city": "Marshall", + "state": "VA", + "latitude": "38.853723", + "longitude": "-77.860127", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20117", + "city": "Middleburg", + "state": "VA", + "latitude": "38.983902", + "longitude": "-77.749030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20118", + "city": "Middleburg", + "state": "VA", + "latitude": "38.953454", + "longitude": "-77.749960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20119", + "city": "Catlett", + "state": "VA", + "latitude": "38.639283", + "longitude": "-77.638660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20120", + "city": "Centreville", + "state": "VA", + "latitude": "38.851221", + "longitude": "-77.449980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20121", + "city": "Centreville", + "state": "VA", + "latitude": "38.825710", + "longitude": "-77.439640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20122", + "city": "Centreville", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20124", + "city": "Clifton", + "state": "VA", + "latitude": "38.797424", + "longitude": "-77.392370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20128", + "city": "Orlean", + "state": "VA", + "latitude": "38.741639", + "longitude": "-77.977432", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20129", + "city": "Paeonian Springs", + "state": "VA", + "latitude": "39.149032", + "longitude": "-77.614710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20130", + "city": "Paris", + "state": "VA", + "latitude": "39.008532", + "longitude": "-77.949070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20131", + "city": "Philomont", + "state": "VA", + "latitude": "39.057952", + "longitude": "-77.743423", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20132", + "city": "Purcellville", + "state": "VA", + "latitude": "39.146479", + "longitude": "-77.727980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20134", + "city": "Purcellville", + "state": "VA", + "latitude": "39.152187", + "longitude": "-77.702576", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20135", + "city": "Bluemont", + "state": "VA", + "latitude": "39.080229", + "longitude": "-77.871920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20136", + "city": "Bristow", + "state": "VA", + "latitude": "38.747500", + "longitude": "-77.569170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20137", + "city": "Broad Run", + "state": "VA", + "latitude": "38.810629", + "longitude": "-77.705700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20138", + "city": "Calverton", + "state": "VA", + "latitude": "38.630238", + "longitude": "-77.672950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20139", + "city": "Casanova", + "state": "VA", + "latitude": "38.651558", + "longitude": "-77.703610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20140", + "city": "Rectortown", + "state": "VA", + "latitude": "38.918124", + "longitude": "-77.872430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20141", + "city": "Round Hill", + "state": "VA", + "latitude": "39.119917", + "longitude": "-77.773280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20142", + "city": "Round Hill", + "state": "VA", + "latitude": "39.130665", + "longitude": "-77.774665", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20143", + "city": "Catharpin", + "state": "VA", + "latitude": "38.858613", + "longitude": "-77.563910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20144", + "city": "Delaplane", + "state": "VA", + "latitude": "38.918435", + "longitude": "-77.925500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20146", + "city": "Ashburn", + "state": "VA", + "latitude": "39.085309", + "longitude": "-77.645224", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20147", + "city": "Ashburn", + "state": "VA", + "latitude": "39.041978", + "longitude": "-77.490640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20148", + "city": "Ashburn", + "state": "VA", + "latitude": "39.020637", + "longitude": "-77.522760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20149", + "city": "Ashburn", + "state": "VA", + "latitude": "39.085309", + "longitude": "-77.645224", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20151", + "city": "Chantilly", + "state": "VA", + "latitude": "38.889111", + "longitude": "-77.436300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20152", + "city": "Chantilly", + "state": "VA", + "latitude": "38.903710", + "longitude": "-77.503800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20153", + "city": "Chantilly", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20155", + "city": "Gainesville", + "state": "VA", + "latitude": "38.803732", + "longitude": "-77.624040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20156", + "city": "Gainesville", + "state": "VA", + "latitude": "38.721912", + "longitude": "-77.466897", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20158", + "city": "Hamilton", + "state": "VA", + "latitude": "39.137667", + "longitude": "-77.661860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20159", + "city": "Hamilton", + "state": "VA", + "latitude": "39.133855", + "longitude": "-77.662072", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20160", + "city": "Lincoln", + "state": "VA", + "latitude": "39.098479", + "longitude": "-77.688338", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20163", + "city": "Sterling", + "state": "VA", + "latitude": "39.085309", + "longitude": "-77.645224", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20164", + "city": "Sterling", + "state": "VA", + "latitude": "39.011909", + "longitude": "-77.392950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20165", + "city": "Sterling", + "state": "VA", + "latitude": "39.044855", + "longitude": "-77.387010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20166", + "city": "Sterling", + "state": "VA", + "latitude": "39.004276", + "longitude": "-77.434420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20167", + "city": "Sterling", + "state": "VA", + "latitude": "39.085309", + "longitude": "-77.645224", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20168", + "city": "Haymarket", + "state": "VA", + "latitude": "38.721912", + "longitude": "-77.466897", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20169", + "city": "Haymarket", + "state": "VA", + "latitude": "38.860551", + "longitude": "-77.649470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20170", + "city": "Herndon", + "state": "VA", + "latitude": "38.977109", + "longitude": "-77.385270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20171", + "city": "Herndon", + "state": "VA", + "latitude": "38.931479", + "longitude": "-77.400850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20172", + "city": "Herndon", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20175", + "city": "Leesburg", + "state": "VA", + "latitude": "39.080037", + "longitude": "-77.580250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20176", + "city": "Leesburg", + "state": "VA", + "latitude": "39.138978", + "longitude": "-77.545190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20177", + "city": "Leesburg", + "state": "VA", + "latitude": "39.158095", + "longitude": "-77.666863", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20178", + "city": "Leesburg", + "state": "VA", + "latitude": "39.072918", + "longitude": "-77.608014", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20180", + "city": "Lovettsville", + "state": "VA", + "latitude": "39.261906", + "longitude": "-77.642390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20181", + "city": "Nokesville", + "state": "VA", + "latitude": "38.698350", + "longitude": "-77.573650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20182", + "city": "Nokesville", + "state": "VA", + "latitude": "38.700866", + "longitude": "-77.585708", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20184", + "city": "Upperville", + "state": "VA", + "latitude": "38.997904", + "longitude": "-77.874870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20185", + "city": "Upperville", + "state": "VA", + "latitude": "38.992978", + "longitude": "-77.879855", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20186", + "city": "Warrenton", + "state": "VA", + "latitude": "38.707135", + "longitude": "-77.814500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20187", + "city": "Warrenton", + "state": "VA", + "latitude": "38.735202", + "longitude": "-77.737170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20188", + "city": "Warrenton", + "state": "VA", + "latitude": "38.765619", + "longitude": "-77.820293", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20190", + "city": "Reston", + "state": "VA", + "latitude": "38.959673", + "longitude": "-77.346200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20191", + "city": "Reston", + "state": "VA", + "latitude": "38.934709", + "longitude": "-77.346900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20192", + "city": "Herndon", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20193", + "city": "Reston", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20194", + "city": "Reston", + "state": "VA", + "latitude": "38.977362", + "longitude": "-77.346580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20195", + "city": "Reston", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20196", + "city": "Reston", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20197", + "city": "Waterford", + "state": "VA", + "latitude": "39.191333", + "longitude": "-77.631180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20198", + "city": "The Plains", + "state": "VA", + "latitude": "38.889848", + "longitude": "-77.759070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20199", + "city": "Dulles", + "state": "VA", + "latitude": "39.085309", + "longitude": "-77.645224", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20201", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20202", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20203", + "city": "Washington", + "state": "DC", + "latitude": "38.905317", + "longitude": "-77.046645", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20204", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20206", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20207", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20208", + "city": "Washington", + "state": "DC", + "latitude": "38.896611", + "longitude": "-77.011748", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20210", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20211", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20212", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20213", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20214", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20215", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20216", + "city": "Washington", + "state": "DC", + "latitude": "38.891911", + "longitude": "-77.014098", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20217", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20218", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20219", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20220", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20221", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20222", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20223", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20224", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20226", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20227", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20228", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20229", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20230", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20231", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20232", + "city": "Washington", + "state": "DC", + "latitude": "38.900561", + "longitude": "-77.039099", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20233", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20235", + "city": "Washington", + "state": "DC", + "latitude": "38.915361", + "longitude": "-77.057199", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20238", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20239", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20240", + "city": "Washington", + "state": "DC", + "latitude": "38.897143", + "longitude": "-77.040895", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20241", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20242", + "city": "Washington", + "state": "DC", + "latitude": "38.867812", + "longitude": "-77.028948", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20244", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20245", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20250", + "city": "Washington", + "state": "DC", + "latitude": "38.887323", + "longitude": "-77.032740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20251", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20254", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20260", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20261", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20262", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20265", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20266", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20268", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20270", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20277", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20289", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20299", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20301", + "city": "Washington", + "state": "DC", + "latitude": "38.889357", + "longitude": "-77.031113", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20303", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20306", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20307", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20310", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20314", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20315", + "city": "Washington", + "state": "DC", + "latitude": "38.928861", + "longitude": "-77.017948", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20317", + "city": "Washington", + "state": "DC", + "latitude": "38.931161", + "longitude": "-77.010298", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20318", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20319", + "city": "Washington", + "state": "DC", + "latitude": "38.866924", + "longitude": "-77.014240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20330", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20332", + "city": "Washington", + "state": "DC", + "latitude": "38.829932", + "longitude": "-77.017600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20336", + "city": "Washington", + "state": "DC", + "latitude": "38.847768", + "longitude": "-77.012990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20337", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20338", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20340", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20350", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20370", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20372", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20373", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20374", + "city": "Washington", + "state": "DC", + "latitude": "38.855522", + "longitude": "-77.002197", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20375", + "city": "Washington", + "state": "DC", + "latitude": "38.822713", + "longitude": "-77.023220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20380", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20388", + "city": "Washington", + "state": "DC", + "latitude": "38.872553", + "longitude": "-76.996605", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20389", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20390", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20391", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20392", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20393", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20394", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20395", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20398", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20401", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20402", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20403", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20404", + "city": "Washington", + "state": "DC", + "latitude": "38.899161", + "longitude": "-77.008948", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20405", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20406", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20407", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20408", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20409", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20410", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20411", + "city": "Washington", + "state": "DC", + "latitude": "38.883962", + "longitude": "-77.022098", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20412", + "city": "Washington", + "state": "DC", + "latitude": "38.895261", + "longitude": "-77.022098", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20413", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20414", + "city": "Washington", + "state": "DC", + "latitude": "38.883962", + "longitude": "-77.022098", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20415", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20416", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20418", + "city": "Washington", + "state": "DC", + "latitude": "38.904253", + "longitude": "-77.057230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20419", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20420", + "city": "Washington", + "state": "DC", + "latitude": "38.903461", + "longitude": "-77.027648", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20421", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20422", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20423", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20424", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20425", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20426", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20427", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20428", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20429", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20431", + "city": "Washington", + "state": "DC", + "latitude": "38.898618", + "longitude": "-77.042753", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20433", + "city": "Washington", + "state": "DC", + "latitude": "38.899996", + "longitude": "-77.041976", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20434", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20435", + "city": "Washington", + "state": "DC", + "latitude": "38.899399", + "longitude": "-77.040319", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20436", + "city": "Washington", + "state": "DC", + "latitude": "38.895927", + "longitude": "-77.021068", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20437", + "city": "Washington", + "state": "DC", + "latitude": "38.902761", + "longitude": "-77.048499", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20439", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20440", + "city": "Washington", + "state": "DC", + "latitude": "38.913911", + "longitude": "-77.045349", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20441", + "city": "Washington", + "state": "DC", + "latitude": "38.923861", + "longitude": "-77.036349", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20442", + "city": "Washington", + "state": "DC", + "latitude": "38.895977", + "longitude": "-77.017668", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20444", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20447", + "city": "Washington", + "state": "DC", + "latitude": "38.884712", + "longitude": "-77.025198", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20451", + "city": "Washington", + "state": "DC", + "latitude": "38.897711", + "longitude": "-77.044449", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20453", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20456", + "city": "Washington", + "state": "DC", + "latitude": "38.898111", + "longitude": "-77.040149", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20460", + "city": "Washington", + "state": "DC", + "latitude": "38.876362", + "longitude": "-77.018798", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20463", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20468", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20469", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20470", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20472", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20500", + "city": "Washington", + "state": "DC", + "latitude": "38.894781", + "longitude": "-77.036122", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20501", + "city": "Washington", + "state": "DC", + "latitude": "38.898720", + "longitude": "-77.036198", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20502", + "city": "Washington", + "state": "DC", + "latitude": "38.898720", + "longitude": "-77.036198", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20503", + "city": "Washington", + "state": "DC", + "latitude": "38.900711", + "longitude": "-77.043068", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20504", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20505", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20506", + "city": "Washington", + "state": "DC", + "latitude": "38.899364", + "longitude": "-77.037668", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20507", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20508", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20510", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20515", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20520", + "city": "Washington", + "state": "DC", + "latitude": "38.893217", + "longitude": "-77.048957", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20521", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20522", + "city": "Washington", + "state": "DC", + "latitude": "38.893217", + "longitude": "-77.048957", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20523", + "city": "Washington", + "state": "DC", + "latitude": "38.894490", + "longitude": "-77.047807", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20524", + "city": "Washington", + "state": "DC", + "latitude": "38.902414", + "longitude": "-77.032601", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20525", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20526", + "city": "Washington", + "state": "DC", + "latitude": "38.902217", + "longitude": "-77.043738", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20527", + "city": "Washington", + "state": "DC", + "latitude": "38.902933", + "longitude": "-77.036091", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20530", + "city": "Washington", + "state": "DC", + "latitude": "38.897561", + "longitude": "-77.026998", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20531", + "city": "Washington", + "state": "DC", + "latitude": "38.893761", + "longitude": "-77.021848", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20532", + "city": "Washington", + "state": "DC", + "latitude": "38.904486", + "longitude": "-77.017291", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20533", + "city": "Washington", + "state": "DC", + "latitude": "38.901102", + "longitude": "-77.032591", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20534", + "city": "Washington", + "state": "DC", + "latitude": "38.894075", + "longitude": "-77.012540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20535", + "city": "Washington", + "state": "DC", + "latitude": "38.894097", + "longitude": "-77.025133", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20536", + "city": "Washington", + "state": "DC", + "latitude": "38.901211", + "longitude": "-77.016948", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20537", + "city": "Washington", + "state": "DC", + "latitude": "38.894097", + "longitude": "-77.025133", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20538", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20539", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20540", + "city": "Washington", + "state": "DC", + "latitude": "38.887405", + "longitude": "-77.004663", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20541", + "city": "Washington", + "state": "DC", + "latitude": "38.887405", + "longitude": "-77.004663", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20542", + "city": "Washington", + "state": "DC", + "latitude": "38.940761", + "longitude": "-77.028348", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20543", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20544", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20546", + "city": "Washington", + "state": "DC", + "latitude": "38.890976", + "longitude": "-77.021092", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20547", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20548", + "city": "Washington", + "state": "DC", + "latitude": "38.898111", + "longitude": "-77.017698", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20549", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20550", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20551", + "city": "Washington", + "state": "DC", + "latitude": "38.891995", + "longitude": "-77.045219", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20552", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20553", + "city": "Washington", + "state": "DC", + "latitude": "38.887333", + "longitude": "-77.023118", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20554", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20555", + "city": "Washington", + "state": "DC", + "latitude": "38.900011", + "longitude": "-77.040149", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20557", + "city": "Washington", + "state": "DC", + "latitude": "38.887405", + "longitude": "-77.004663", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20558", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20559", + "city": "Washington", + "state": "DC", + "latitude": "38.887405", + "longitude": "-77.004663", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20560", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20565", + "city": "Washington", + "state": "DC", + "latitude": "38.891941", + "longitude": "-77.018853", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20566", + "city": "Washington", + "state": "DC", + "latitude": "38.897074", + "longitude": "-77.055350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20570", + "city": "Washington", + "state": "DC", + "latitude": "38.899061", + "longitude": "-77.040149", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20571", + "city": "Washington", + "state": "DC", + "latitude": "38.900559", + "longitude": "-77.034554", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20572", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20573", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20575", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20576", + "city": "Washington", + "state": "DC", + "latitude": "38.893662", + "longitude": "-77.023592", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20577", + "city": "Washington", + "state": "DC", + "latitude": "38.900758", + "longitude": "-77.034455", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20578", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20579", + "city": "Washington", + "state": "DC", + "latitude": "38.904311", + "longitude": "-77.044649", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20580", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20581", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20585", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20586", + "city": "Washington", + "state": "DC", + "latitude": "38.902211", + "longitude": "-77.047399", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20590", + "city": "Washington", + "state": "DC", + "latitude": "38.883962", + "longitude": "-77.022098", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20591", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20593", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20594", + "city": "Washington", + "state": "DC", + "latitude": "38.884940", + "longitude": "-77.018372", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20597", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20599", + "city": "Washington", + "state": "DC", + "latitude": "38.893311", + "longitude": "-77.014647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20601", + "city": "Waldorf", + "state": "MD", + "latitude": "38.634306", + "longitude": "-76.860080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20602", + "city": "Waldorf", + "state": "MD", + "latitude": "38.598185", + "longitude": "-76.903810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20603", + "city": "Waldorf", + "state": "MD", + "latitude": "38.631542", + "longitude": "-76.957230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20604", + "city": "Waldorf", + "state": "MD", + "latitude": "38.509548", + "longitude": "-76.981651", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20606", + "city": "Abell", + "state": "MD", + "latitude": "38.250996", + "longitude": "-76.739740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20607", + "city": "Accokeek", + "state": "MD", + "latitude": "38.672216", + "longitude": "-77.018070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20608", + "city": "Aquasco", + "state": "MD", + "latitude": "38.564649", + "longitude": "-76.692290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20609", + "city": "Avenue", + "state": "MD", + "latitude": "38.268558", + "longitude": "-76.750840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20610", + "city": "Barstow", + "state": "MD", + "latitude": "38.444727", + "longitude": "-76.533026", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20611", + "city": "Bel Alton", + "state": "MD", + "latitude": "38.463289", + "longitude": "-76.985800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20612", + "city": "Benedict", + "state": "MD", + "latitude": "38.511147", + "longitude": "-76.678640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20613", + "city": "Brandywine", + "state": "MD", + "latitude": "38.676968", + "longitude": "-76.822150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20615", + "city": "Broomes Island", + "state": "MD", + "latitude": "38.416782", + "longitude": "-76.548140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20616", + "city": "Bryans Road", + "state": "MD", + "latitude": "38.639117", + "longitude": "-77.083010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20617", + "city": "Bryantown", + "state": "MD", + "latitude": "38.552230", + "longitude": "-76.844770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20618", + "city": "Bushwood", + "state": "MD", + "latitude": "38.270124", + "longitude": "-76.791550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20619", + "city": "California", + "state": "MD", + "latitude": "38.303103", + "longitude": "-76.522310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20620", + "city": "Callaway", + "state": "MD", + "latitude": "38.226406", + "longitude": "-76.517590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20621", + "city": "Chaptico", + "state": "MD", + "latitude": "38.330254", + "longitude": "-76.807820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20622", + "city": "Charlotte Hall", + "state": "MD", + "latitude": "38.458322", + "longitude": "-76.839470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20623", + "city": "Cheltenham", + "state": "MD", + "latitude": "38.748872", + "longitude": "-76.830750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20624", + "city": "Clements", + "state": "MD", + "latitude": "38.330096", + "longitude": "-76.731130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20625", + "city": "Cobb Island", + "state": "MD", + "latitude": "38.262468", + "longitude": "-76.849510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20626", + "city": "Coltons Point", + "state": "MD", + "latitude": "38.229113", + "longitude": "-76.758290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20627", + "city": "Compton", + "state": "MD", + "latitude": "38.276828", + "longitude": "-76.703971", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20628", + "city": "Dameron", + "state": "MD", + "latitude": "38.135718", + "longitude": "-76.338650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20629", + "city": "Dowell", + "state": "MD", + "latitude": "38.334336", + "longitude": "-76.453400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20630", + "city": "Drayden", + "state": "MD", + "latitude": "38.171834", + "longitude": "-76.474370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20632", + "city": "Faulkner", + "state": "MD", + "latitude": "38.421787", + "longitude": "-76.961820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20634", + "city": "Great Mills", + "state": "MD", + "latitude": "38.260846", + "longitude": "-76.498500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20635", + "city": "Helen", + "state": "MD", + "latitude": "38.312112", + "longitude": "-76.607676", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20636", + "city": "Hollywood", + "state": "MD", + "latitude": "38.349517", + "longitude": "-76.548390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20637", + "city": "Hughesville", + "state": "MD", + "latitude": "38.523408", + "longitude": "-76.754350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20639", + "city": "Huntingtown", + "state": "MD", + "latitude": "38.601648", + "longitude": "-76.604340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20640", + "city": "Indian Head", + "state": "MD", + "latitude": "38.593095", + "longitude": "-77.152120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20643", + "city": "Ironsides", + "state": "MD", + "latitude": "38.503876", + "longitude": "-77.148283", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20645", + "city": "Issue", + "state": "MD", + "latitude": "38.301260", + "longitude": "-76.915390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20646", + "city": "La Plata", + "state": "MD", + "latitude": "38.528103", + "longitude": "-76.980630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20650", + "city": "Leonardtown", + "state": "MD", + "latitude": "38.269283", + "longitude": "-76.643360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20653", + "city": "Lexington Park", + "state": "MD", + "latitude": "38.234838", + "longitude": "-76.448890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20656", + "city": "Loveville", + "state": "MD", + "latitude": "38.359274", + "longitude": "-76.683325", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20657", + "city": "Lusby", + "state": "MD", + "latitude": "38.370044", + "longitude": "-76.433280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20658", + "city": "Marbury", + "state": "MD", + "latitude": "38.567465", + "longitude": "-77.167790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20659", + "city": "Mechanicsville", + "state": "MD", + "latitude": "38.427328", + "longitude": "-76.728260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20660", + "city": "Morganza", + "state": "MD", + "latitude": "38.363994", + "longitude": "-76.694102", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20661", + "city": "Mount Victoria", + "state": "MD", + "latitude": "38.343591", + "longitude": "-76.884559", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20662", + "city": "Nanjemoy", + "state": "MD", + "latitude": "38.420290", + "longitude": "-77.194790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20664", + "city": "Newburg", + "state": "MD", + "latitude": "38.343729", + "longitude": "-76.924930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20667", + "city": "Park Hall", + "state": "MD", + "latitude": "38.217600", + "longitude": "-76.438200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20670", + "city": "Patuxent River", + "state": "MD", + "latitude": "38.268636", + "longitude": "-76.423830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20674", + "city": "Piney Point", + "state": "MD", + "latitude": "38.127843", + "longitude": "-76.490550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20675", + "city": "Pomfret", + "state": "MD", + "latitude": "38.582150", + "longitude": "-77.017390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20676", + "city": "Port Republic", + "state": "MD", + "latitude": "38.489163", + "longitude": "-76.529370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20677", + "city": "Port Tobacco", + "state": "MD", + "latitude": "38.501493", + "longitude": "-77.031690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20678", + "city": "Prince Frederick", + "state": "MD", + "latitude": "38.535116", + "longitude": "-76.584320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20680", + "city": "Ridge", + "state": "MD", + "latitude": "38.112419", + "longitude": "-76.369640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20682", + "city": "Rock Point", + "state": "MD", + "latitude": "38.283551", + "longitude": "-76.848093", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20684", + "city": "Saint Inigoes", + "state": "MD", + "latitude": "38.151666", + "longitude": "-76.405120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20685", + "city": "Saint Leonard", + "state": "MD", + "latitude": "38.448869", + "longitude": "-76.497760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20686", + "city": "Saint Marys City", + "state": "MD", + "latitude": "38.188796", + "longitude": "-76.420738", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20687", + "city": "Scotland", + "state": "MD", + "latitude": "38.064947", + "longitude": "-76.344400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20688", + "city": "Solomons", + "state": "MD", + "latitude": "38.339176", + "longitude": "-76.465680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20689", + "city": "Sunderland", + "state": "MD", + "latitude": "38.668765", + "longitude": "-76.586480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20690", + "city": "Tall Timbers", + "state": "MD", + "latitude": "38.165432", + "longitude": "-76.532840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20692", + "city": "Valley Lee", + "state": "MD", + "latitude": "38.179764", + "longitude": "-76.501850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20693", + "city": "Welcome", + "state": "MD", + "latitude": "38.451267", + "longitude": "-77.089550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20695", + "city": "White Plains", + "state": "MD", + "latitude": "38.593202", + "longitude": "-76.970630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20697", + "city": "Southern Md Facility", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20701", + "city": "Annapolis Junction", + "state": "MD", + "latitude": "39.127708", + "longitude": "-76.792300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20703", + "city": "Lanham", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20704", + "city": "Beltsville", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20705", + "city": "Beltsville", + "state": "MD", + "latitude": "39.044509", + "longitude": "-76.913300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20706", + "city": "Lanham", + "state": "MD", + "latitude": "38.964093", + "longitude": "-76.853310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20707", + "city": "Laurel", + "state": "MD", + "latitude": "39.098475", + "longitude": "-76.865710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20708", + "city": "Laurel", + "state": "MD", + "latitude": "39.063200", + "longitude": "-76.841030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20709", + "city": "Laurel", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20710", + "city": "Bladensburg", + "state": "MD", + "latitude": "38.941428", + "longitude": "-76.930050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20711", + "city": "Lothian", + "state": "MD", + "latitude": "38.808840", + "longitude": "-76.672360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20712", + "city": "Mount Rainier", + "state": "MD", + "latitude": "38.941594", + "longitude": "-76.963690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20714", + "city": "North Beach", + "state": "MD", + "latitude": "38.711264", + "longitude": "-76.536370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20715", + "city": "Bowie", + "state": "MD", + "latitude": "38.979413", + "longitude": "-76.743820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20716", + "city": "Bowie", + "state": "MD", + "latitude": "38.931930", + "longitude": "-76.724570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20717", + "city": "Bowie", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20718", + "city": "Bowie", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20719", + "city": "Bowie", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20720", + "city": "Bowie", + "state": "MD", + "latitude": "38.986699", + "longitude": "-76.786120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20721", + "city": "Bowie", + "state": "MD", + "latitude": "38.917506", + "longitude": "-76.794040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20722", + "city": "Brentwood", + "state": "MD", + "latitude": "38.939716", + "longitude": "-76.952030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20723", + "city": "Laurel", + "state": "MD", + "latitude": "39.134062", + "longitude": "-76.857900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20724", + "city": "Laurel", + "state": "MD", + "latitude": "39.101646", + "longitude": "-76.803340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20725", + "city": "Laurel", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20726", + "city": "Laurel", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20731", + "city": "Capitol Heights", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20732", + "city": "Chesapeake Beach", + "state": "MD", + "latitude": "38.670858", + "longitude": "-76.536520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20733", + "city": "Churchton", + "state": "MD", + "latitude": "38.801516", + "longitude": "-76.524690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20735", + "city": "Clinton", + "state": "MD", + "latitude": "38.753264", + "longitude": "-76.899130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20736", + "city": "Owings", + "state": "MD", + "latitude": "38.694074", + "longitude": "-76.617930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20737", + "city": "Riverdale", + "state": "MD", + "latitude": "38.961460", + "longitude": "-76.920560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20738", + "city": "Riverdale", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20740", + "city": "College Park", + "state": "MD", + "latitude": "38.997560", + "longitude": "-76.925770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20741", + "city": "College Park", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20742", + "city": "College Park", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20743", + "city": "Capitol Heights", + "state": "MD", + "latitude": "38.886812", + "longitude": "-76.906450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20744", + "city": "Fort Washington", + "state": "MD", + "latitude": "38.756347", + "longitude": "-76.990340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20745", + "city": "Oxon Hill", + "state": "MD", + "latitude": "38.807580", + "longitude": "-76.991930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20746", + "city": "Suitland", + "state": "MD", + "latitude": "38.839663", + "longitude": "-76.914780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20747", + "city": "District Heights", + "state": "MD", + "latitude": "38.855479", + "longitude": "-76.886210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20748", + "city": "Temple Hills", + "state": "MD", + "latitude": "38.822163", + "longitude": "-76.939740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20749", + "city": "Fort Washington", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20750", + "city": "Oxon Hill", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20751", + "city": "Deale", + "state": "MD", + "latitude": "38.786949", + "longitude": "-76.553350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20752", + "city": "Suitland", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20753", + "city": "District Heights", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20754", + "city": "Dunkirk", + "state": "MD", + "latitude": "38.746123", + "longitude": "-76.651170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20755", + "city": "Fort George G Meade", + "state": "MD", + "latitude": "39.105015", + "longitude": "-76.741260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20757", + "city": "Temple Hills", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20758", + "city": "Friendship", + "state": "MD", + "latitude": "38.731822", + "longitude": "-76.593780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20759", + "city": "Fulton", + "state": "MD", + "latitude": "39.147257", + "longitude": "-76.937990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20762", + "city": "Andrews Air Force Base", + "state": "MD", + "latitude": "38.820546", + "longitude": "-76.883340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20763", + "city": "Savage", + "state": "MD", + "latitude": "39.137307", + "longitude": "-76.823350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20764", + "city": "Shady Side", + "state": "MD", + "latitude": "38.839015", + "longitude": "-76.511400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20765", + "city": "Galesville", + "state": "MD", + "latitude": "38.844097", + "longitude": "-76.547950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20768", + "city": "Greenbelt", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20769", + "city": "Glenn Dale", + "state": "MD", + "latitude": "38.984107", + "longitude": "-76.815440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20770", + "city": "Greenbelt", + "state": "MD", + "latitude": "39.003910", + "longitude": "-76.880050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20771", + "city": "Greenbelt", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20772", + "city": "Upper Marlboro", + "state": "MD", + "latitude": "38.792281", + "longitude": "-76.781000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20773", + "city": "Upper Marlboro", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20774", + "city": "Upper Marlboro", + "state": "MD", + "latitude": "38.892456", + "longitude": "-76.806850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20775", + "city": "Upper Marlboro", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20776", + "city": "Harwood", + "state": "MD", + "latitude": "38.863130", + "longitude": "-76.619170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20777", + "city": "Highland", + "state": "MD", + "latitude": "39.173104", + "longitude": "-76.957790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20778", + "city": "West River", + "state": "MD", + "latitude": "38.832265", + "longitude": "-76.556040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20779", + "city": "Tracys Landing", + "state": "MD", + "latitude": "38.759196", + "longitude": "-76.570760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20781", + "city": "Hyattsville", + "state": "MD", + "latitude": "38.946746", + "longitude": "-76.935600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20782", + "city": "Hyattsville", + "state": "MD", + "latitude": "38.964010", + "longitude": "-76.961390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20783", + "city": "Hyattsville", + "state": "MD", + "latitude": "38.989410", + "longitude": "-76.972940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20784", + "city": "Hyattsville", + "state": "MD", + "latitude": "38.950528", + "longitude": "-76.888800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20785", + "city": "Hyattsville", + "state": "MD", + "latitude": "38.920111", + "longitude": "-76.889000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20787", + "city": "Hyattsville", + "state": "MD", + "latitude": "38.987070", + "longitude": "-76.982405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20788", + "city": "Hyattsville", + "state": "MD", + "latitude": "38.969434", + "longitude": "-76.950913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20790", + "city": "Capitol Heights", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20791", + "city": "Capitol Heights", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20794", + "city": "Jessup", + "state": "MD", + "latitude": "39.144807", + "longitude": "-76.787670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20797", + "city": "Southern Md Facility", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20799", + "city": "Capitol Heights", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20812", + "city": "Glen Echo", + "state": "MD", + "latitude": "38.970260", + "longitude": "-77.144200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20813", + "city": "Bethesda", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20814", + "city": "Bethesda", + "state": "MD", + "latitude": "38.999759", + "longitude": "-77.101850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20815", + "city": "Chevy Chase", + "state": "MD", + "latitude": "38.979860", + "longitude": "-77.080790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20816", + "city": "Bethesda", + "state": "MD", + "latitude": "38.958377", + "longitude": "-77.114250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20817", + "city": "Bethesda", + "state": "MD", + "latitude": "38.996842", + "longitude": "-77.135190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20818", + "city": "Cabin John", + "state": "MD", + "latitude": "38.975110", + "longitude": "-77.159280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20824", + "city": "Bethesda", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20825", + "city": "Chevy Chase", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20827", + "city": "Bethesda", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20830", + "city": "Olney", + "state": "MD", + "latitude": "39.155220", + "longitude": "-77.066745", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20831", + "city": "Chesapeake Beach", + "state": "MD", + "latitude": "38.698833", + "longitude": "-76.536276", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20832", + "city": "Olney", + "state": "MD", + "latitude": "39.155449", + "longitude": "-77.074870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20833", + "city": "Brookeville", + "state": "MD", + "latitude": "39.183221", + "longitude": "-77.059170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20837", + "city": "Poolesville", + "state": "MD", + "latitude": "39.128854", + "longitude": "-77.407630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20838", + "city": "Barnesville", + "state": "MD", + "latitude": "39.221975", + "longitude": "-77.377810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20839", + "city": "Beallsville", + "state": "MD", + "latitude": "39.167200", + "longitude": "-77.414110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20841", + "city": "Boyds", + "state": "MD", + "latitude": "39.194497", + "longitude": "-77.321000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20842", + "city": "Dickerson", + "state": "MD", + "latitude": "39.220860", + "longitude": "-77.416990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20847", + "city": "Rockville", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20848", + "city": "Rockville", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20849", + "city": "Rockville", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20850", + "city": "Rockville", + "state": "MD", + "latitude": "39.093408", + "longitude": "-77.171800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20851", + "city": "Rockville", + "state": "MD", + "latitude": "39.076608", + "longitude": "-77.123200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20852", + "city": "Rockville", + "state": "MD", + "latitude": "39.050900", + "longitude": "-77.122610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20853", + "city": "Rockville", + "state": "MD", + "latitude": "39.087409", + "longitude": "-77.094400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20854", + "city": "Potomac", + "state": "MD", + "latitude": "39.035028", + "longitude": "-77.199950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20855", + "city": "Derwood", + "state": "MD", + "latitude": "39.131705", + "longitude": "-77.149810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20857", + "city": "Rockville", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20859", + "city": "Potomac", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20860", + "city": "Sandy Spring", + "state": "MD", + "latitude": "39.152830", + "longitude": "-77.034940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20861", + "city": "Ashton", + "state": "MD", + "latitude": "39.148270", + "longitude": "-76.998590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20862", + "city": "Brinklow", + "state": "MD", + "latitude": "39.184019", + "longitude": "-77.017080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20866", + "city": "Burtonsville", + "state": "MD", + "latitude": "39.097243", + "longitude": "-76.934670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20868", + "city": "Spencerville", + "state": "MD", + "latitude": "39.127028", + "longitude": "-76.963720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20871", + "city": "Clarksburg", + "state": "MD", + "latitude": "39.262598", + "longitude": "-77.291250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20872", + "city": "Damascus", + "state": "MD", + "latitude": "39.284185", + "longitude": "-77.227520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20874", + "city": "Germantown", + "state": "MD", + "latitude": "39.169859", + "longitude": "-77.275640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20875", + "city": "Germantown", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20876", + "city": "Germantown", + "state": "MD", + "latitude": "39.191769", + "longitude": "-77.243290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20877", + "city": "Gaithersburg", + "state": "MD", + "latitude": "39.139750", + "longitude": "-77.185680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20878", + "city": "Gaithersburg", + "state": "MD", + "latitude": "39.117550", + "longitude": "-77.235480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20879", + "city": "Gaithersburg", + "state": "MD", + "latitude": "39.168656", + "longitude": "-77.187160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20880", + "city": "Washington Grove", + "state": "MD", + "latitude": "39.139535", + "longitude": "-77.175920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20882", + "city": "Gaithersburg", + "state": "MD", + "latitude": "39.229652", + "longitude": "-77.159400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20884", + "city": "Gaithersburg", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20885", + "city": "Gaithersburg", + "state": "MD", + "latitude": "39.187421", + "longitude": "-77.202798", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20886", + "city": "Montgomery Village", + "state": "MD", + "latitude": "39.178737", + "longitude": "-77.195640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20889", + "city": "Bethesda", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20891", + "city": "Kensington", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20892", + "city": "Bethesda", + "state": "MD", + "latitude": "39.002375", + "longitude": "-77.103410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20894", + "city": "Bethesda", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20895", + "city": "Kensington", + "state": "MD", + "latitude": "39.027259", + "longitude": "-77.077450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20896", + "city": "Garrett Park", + "state": "MD", + "latitude": "39.035276", + "longitude": "-77.092630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20897", + "city": "Suburb Maryland Fac", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20898", + "city": "Gaithersburg", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20899", + "city": "Gaithersburg", + "state": "MD", + "latitude": "39.140324", + "longitude": "-77.221984", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20901", + "city": "Silver Spring", + "state": "MD", + "latitude": "39.020359", + "longitude": "-77.011500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20902", + "city": "Silver Spring", + "state": "MD", + "latitude": "39.040759", + "longitude": "-77.048760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20903", + "city": "Silver Spring", + "state": "MD", + "latitude": "39.014009", + "longitude": "-76.981990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20904", + "city": "Silver Spring", + "state": "MD", + "latitude": "39.069108", + "longitude": "-76.978340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20905", + "city": "Silver Spring", + "state": "MD", + "latitude": "39.104509", + "longitude": "-76.993740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20906", + "city": "Silver Spring", + "state": "MD", + "latitude": "39.077370", + "longitude": "-77.064330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20907", + "city": "Silver Spring", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20908", + "city": "Silver Spring", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20910", + "city": "Silver Spring", + "state": "MD", + "latitude": "38.999992", + "longitude": "-77.034040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20911", + "city": "Silver Spring", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20912", + "city": "Takoma Park", + "state": "MD", + "latitude": "38.982360", + "longitude": "-77.000440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20913", + "city": "Takoma Park", + "state": "MD", + "latitude": "38.833563", + "longitude": "-76.877743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20914", + "city": "Silver Spring", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20915", + "city": "Silver Spring", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20916", + "city": "Silver Spring", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20918", + "city": "Silver Spring", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "20997", + "city": "Silver Spring", + "state": "MD", + "latitude": "39.143979", + "longitude": "-77.207617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21001", + "city": "Aberdeen", + "state": "MD", + "latitude": "39.508177", + "longitude": "-76.180660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21002", + "city": "Perryman", + "state": "MD", + "latitude": "39.487519", + "longitude": "-76.199871", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21004", + "city": "Bel Air South", + "state": "MD", + "latitude": "39.539458", + "longitude": "-76.326363", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21005", + "city": "Aberdeen Proving Ground", + "state": "MD", + "latitude": "39.473451", + "longitude": "-76.140830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21009", + "city": "Abingdon", + "state": "MD", + "latitude": "39.473899", + "longitude": "-76.298300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21010", + "city": "Gunpowder", + "state": "MD", + "latitude": "39.344808", + "longitude": "-76.273130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21012", + "city": "Arnold", + "state": "MD", + "latitude": "39.049377", + "longitude": "-76.498920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21013", + "city": "Baldwin", + "state": "MD", + "latitude": "39.508739", + "longitude": "-76.491910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21014", + "city": "Bel Air", + "state": "MD", + "latitude": "39.536057", + "longitude": "-76.349570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21015", + "city": "Bel Air", + "state": "MD", + "latitude": "39.532212", + "longitude": "-76.307540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21017", + "city": "Belcamp", + "state": "MD", + "latitude": "39.476018", + "longitude": "-76.243550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21018", + "city": "Benson", + "state": "MD", + "latitude": "39.509276", + "longitude": "-76.385083", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21020", + "city": "Boring", + "state": "MD", + "latitude": "39.521276", + "longitude": "-76.804699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21022", + "city": "Brooklandville", + "state": "MD", + "latitude": "39.397861", + "longitude": "-76.671742", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21023", + "city": "Butler", + "state": "MD", + "latitude": "39.532955", + "longitude": "-76.743196", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21027", + "city": "Chase", + "state": "MD", + "latitude": "39.438964", + "longitude": "-76.592139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21028", + "city": "Churchville", + "state": "MD", + "latitude": "39.559374", + "longitude": "-76.247570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21029", + "city": "Clarksville", + "state": "MD", + "latitude": "39.198816", + "longitude": "-76.936700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21030", + "city": "Cockeysville", + "state": "MD", + "latitude": "39.477506", + "longitude": "-76.641140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21031", + "city": "Hunt Valley", + "state": "MD", + "latitude": "39.487938", + "longitude": "-76.659380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21032", + "city": "Crownsville", + "state": "MD", + "latitude": "39.043660", + "longitude": "-76.588050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21034", + "city": "Darlington", + "state": "MD", + "latitude": "39.638039", + "longitude": "-76.223980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21035", + "city": "Davidsonville", + "state": "MD", + "latitude": "38.931312", + "longitude": "-76.652480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21036", + "city": "Dayton", + "state": "MD", + "latitude": "39.243670", + "longitude": "-76.997820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21037", + "city": "Edgewater", + "state": "MD", + "latitude": "38.921763", + "longitude": "-76.537300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21040", + "city": "Edgewood", + "state": "MD", + "latitude": "39.427058", + "longitude": "-76.301830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21041", + "city": "Ellicott City", + "state": "MD", + "latitude": "39.236405", + "longitude": "-76.941902", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21042", + "city": "Ellicott City", + "state": "MD", + "latitude": "39.276305", + "longitude": "-76.860820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21043", + "city": "Ellicott City", + "state": "MD", + "latitude": "39.254356", + "longitude": "-76.800600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21044", + "city": "Columbia", + "state": "MD", + "latitude": "39.215360", + "longitude": "-76.878230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21045", + "city": "Columbia", + "state": "MD", + "latitude": "39.207523", + "longitude": "-76.825270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21046", + "city": "Columbia", + "state": "MD", + "latitude": "39.175004", + "longitude": "-76.853190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21047", + "city": "Fallston", + "state": "MD", + "latitude": "39.521572", + "longitude": "-76.425800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21048", + "city": "Finksburg", + "state": "MD", + "latitude": "39.506853", + "longitude": "-76.909530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21050", + "city": "Forest Hill", + "state": "MD", + "latitude": "39.574606", + "longitude": "-76.390220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21051", + "city": "Fork", + "state": "MD", + "latitude": "39.470440", + "longitude": "-76.448980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21052", + "city": "Fort Howard", + "state": "MD", + "latitude": "39.206108", + "longitude": "-76.446420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21053", + "city": "Freeland", + "state": "MD", + "latitude": "39.701720", + "longitude": "-76.712360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21054", + "city": "Gambrills", + "state": "MD", + "latitude": "39.040159", + "longitude": "-76.684080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21055", + "city": "Garrison", + "state": "MD", + "latitude": "39.438964", + "longitude": "-76.592139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21056", + "city": "Gibson Island", + "state": "MD", + "latitude": "39.075660", + "longitude": "-76.428600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21057", + "city": "Glen Arm", + "state": "MD", + "latitude": "39.454943", + "longitude": "-76.497180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21060", + "city": "Glen Burnie", + "state": "MD", + "latitude": "39.162225", + "longitude": "-76.594440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21061", + "city": "Glen Burnie", + "state": "MD", + "latitude": "39.164158", + "longitude": "-76.630600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21062", + "city": "Glen Burnie", + "state": "MD", + "latitude": "38.974203", + "longitude": "-76.594942", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21071", + "city": "Glyndon", + "state": "MD", + "latitude": "39.472604", + "longitude": "-76.814240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21074", + "city": "Hampstead", + "state": "MD", + "latitude": "39.613293", + "longitude": "-76.848020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21075", + "city": "Elkridge", + "state": "MD", + "latitude": "39.197119", + "longitude": "-76.751780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21076", + "city": "Hanover", + "state": "MD", + "latitude": "39.167708", + "longitude": "-76.717060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21077", + "city": "Harmans", + "state": "MD", + "latitude": "39.157958", + "longitude": "-76.698540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21078", + "city": "Havre De Grace", + "state": "MD", + "latitude": "39.554644", + "longitude": "-76.111180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21080", + "city": "Henryton", + "state": "MD", + "latitude": "39.534703", + "longitude": "-77.049302", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21082", + "city": "Hydes", + "state": "MD", + "latitude": "39.470274", + "longitude": "-76.459640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21084", + "city": "Jarrettsville", + "state": "MD", + "latitude": "39.610405", + "longitude": "-76.455690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21085", + "city": "Joppa", + "state": "MD", + "latitude": "39.432273", + "longitude": "-76.355780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21087", + "city": "Kingsville", + "state": "MD", + "latitude": "39.444457", + "longitude": "-76.408170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21088", + "city": "Lineboro", + "state": "MD", + "latitude": "39.534703", + "longitude": "-77.049302", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21090", + "city": "Linthicum Heights", + "state": "MD", + "latitude": "39.209529", + "longitude": "-76.661770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21092", + "city": "Long Green", + "state": "MD", + "latitude": "39.438964", + "longitude": "-76.592139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21093", + "city": "Lutherville Timonium", + "state": "MD", + "latitude": "39.435789", + "longitude": "-76.636140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21094", + "city": "Lutherville Timonium", + "state": "MD", + "latitude": "39.438964", + "longitude": "-76.592139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21098", + "city": "Hanover", + "state": "MD", + "latitude": "38.974203", + "longitude": "-76.594942", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21102", + "city": "Manchester", + "state": "MD", + "latitude": "39.685569", + "longitude": "-76.850500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21104", + "city": "Marriottsville", + "state": "MD", + "latitude": "39.359754", + "longitude": "-76.911030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21105", + "city": "Maryland Line", + "state": "MD", + "latitude": "39.712453", + "longitude": "-76.650690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21106", + "city": "Mayo", + "state": "MD", + "latitude": "38.971475", + "longitude": "-76.580934", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21108", + "city": "Millersville", + "state": "MD", + "latitude": "39.099957", + "longitude": "-76.621140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21111", + "city": "Monkton", + "state": "MD", + "latitude": "39.575605", + "longitude": "-76.591230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21113", + "city": "Odenton", + "state": "MD", + "latitude": "39.079902", + "longitude": "-76.708670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21114", + "city": "Crofton", + "state": "MD", + "latitude": "39.012134", + "longitude": "-76.685610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21117", + "city": "Owings Mills", + "state": "MD", + "latitude": "39.419105", + "longitude": "-76.783880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21120", + "city": "Parkton", + "state": "MD", + "latitude": "39.656737", + "longitude": "-76.660010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21122", + "city": "Pasadena", + "state": "MD", + "latitude": "39.125776", + "longitude": "-76.518630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21123", + "city": "Pasadena", + "state": "MD", + "latitude": "38.974203", + "longitude": "-76.594942", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21128", + "city": "Perry Hall", + "state": "MD", + "latitude": "39.400296", + "longitude": "-76.446390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21130", + "city": "Perryman", + "state": "MD", + "latitude": "39.466859", + "longitude": "-76.201060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21131", + "city": "Phoenix", + "state": "MD", + "latitude": "39.504706", + "longitude": "-76.571120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21132", + "city": "Pylesville", + "state": "MD", + "latitude": "39.696621", + "longitude": "-76.427810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21133", + "city": "Randallstown", + "state": "MD", + "latitude": "39.376372", + "longitude": "-76.799160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21136", + "city": "Reisterstown", + "state": "MD", + "latitude": "39.470603", + "longitude": "-76.814170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21139", + "city": "Riderwood", + "state": "MD", + "latitude": "39.438964", + "longitude": "-76.592139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21140", + "city": "Riva", + "state": "MD", + "latitude": "38.952412", + "longitude": "-76.582050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21144", + "city": "Severn", + "state": "MD", + "latitude": "39.130224", + "longitude": "-76.691420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21146", + "city": "Severna Park", + "state": "MD", + "latitude": "39.079059", + "longitude": "-76.557840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21150", + "city": "Simpsonville", + "state": "MD", + "latitude": "39.236405", + "longitude": "-76.941902", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21152", + "city": "Sparks Glencoe", + "state": "MD", + "latitude": "39.543905", + "longitude": "-76.670000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21153", + "city": "Stevenson", + "state": "MD", + "latitude": "39.412905", + "longitude": "-76.730345", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21154", + "city": "Street", + "state": "MD", + "latitude": "39.661905", + "longitude": "-76.351660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21155", + "city": "Upperco", + "state": "MD", + "latitude": "39.566103", + "longitude": "-76.821250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21156", + "city": "Upper Falls", + "state": "MD", + "latitude": "39.439935", + "longitude": "-76.393630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21157", + "city": "Westminster", + "state": "MD", + "latitude": "39.563901", + "longitude": "-76.989260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21158", + "city": "Westminster", + "state": "MD", + "latitude": "39.624705", + "longitude": "-77.030860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21160", + "city": "Whiteford", + "state": "MD", + "latitude": "39.707377", + "longitude": "-76.318640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21161", + "city": "White Hall", + "state": "MD", + "latitude": "39.659671", + "longitude": "-76.568590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21162", + "city": "White Marsh", + "state": "MD", + "latitude": "39.387307", + "longitude": "-76.412360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21163", + "city": "Woodstock", + "state": "MD", + "latitude": "39.336855", + "longitude": "-76.849470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21176", + "city": "New Windsor", + "state": "MD", + "latitude": "39.540072", + "longitude": "-77.115045", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21201", + "city": "Baltimore", + "state": "MD", + "latitude": "39.295306", + "longitude": "-76.621180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21202", + "city": "Baltimore", + "state": "MD", + "latitude": "39.296507", + "longitude": "-76.606930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21203", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21204", + "city": "Towson", + "state": "MD", + "latitude": "39.405606", + "longitude": "-76.626480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21205", + "city": "Baltimore", + "state": "MD", + "latitude": "39.301157", + "longitude": "-76.574780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21206", + "city": "Baltimore", + "state": "MD", + "latitude": "39.341107", + "longitude": "-76.540850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21207", + "city": "Gwynn Oak", + "state": "MD", + "latitude": "39.324406", + "longitude": "-76.717600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21208", + "city": "Pikesville", + "state": "MD", + "latitude": "39.376879", + "longitude": "-76.728700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21209", + "city": "Baltimore", + "state": "MD", + "latitude": "39.368974", + "longitude": "-76.669040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21210", + "city": "Baltimore", + "state": "MD", + "latitude": "39.352496", + "longitude": "-76.634520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21211", + "city": "Baltimore", + "state": "MD", + "latitude": "39.328957", + "longitude": "-76.633610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21212", + "city": "Baltimore", + "state": "MD", + "latitude": "39.363456", + "longitude": "-76.611420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21213", + "city": "Baltimore", + "state": "MD", + "latitude": "39.311474", + "longitude": "-76.582830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21214", + "city": "Baltimore", + "state": "MD", + "latitude": "39.351857", + "longitude": "-76.563990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21215", + "city": "Baltimore", + "state": "MD", + "latitude": "39.345456", + "longitude": "-76.680380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21216", + "city": "Baltimore", + "state": "MD", + "latitude": "39.310006", + "longitude": "-76.670290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21217", + "city": "Baltimore", + "state": "MD", + "latitude": "39.306306", + "longitude": "-76.637860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21218", + "city": "Baltimore", + "state": "MD", + "latitude": "39.325956", + "longitude": "-76.606020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21219", + "city": "Sparrows Point", + "state": "MD", + "latitude": "39.229258", + "longitude": "-76.448980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21220", + "city": "Middle River", + "state": "MD", + "latitude": "39.337798", + "longitude": "-76.415330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21221", + "city": "Essex", + "state": "MD", + "latitude": "39.307737", + "longitude": "-76.451710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21222", + "city": "Dundalk", + "state": "MD", + "latitude": "39.263162", + "longitude": "-76.508200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21223", + "city": "Baltimore", + "state": "MD", + "latitude": "39.286556", + "longitude": "-76.646440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21224", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284607", + "longitude": "-76.556960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21225", + "city": "Brooklyn", + "state": "MD", + "latitude": "39.229507", + "longitude": "-76.612030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21226", + "city": "Curtis Bay", + "state": "MD", + "latitude": "39.211758", + "longitude": "-76.566230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21227", + "city": "Halethorpe", + "state": "MD", + "latitude": "39.241957", + "longitude": "-76.677120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21228", + "city": "Catonsville", + "state": "MD", + "latitude": "39.278056", + "longitude": "-76.740020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21229", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284856", + "longitude": "-76.687800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21230", + "city": "Baltimore", + "state": "MD", + "latitude": "39.273107", + "longitude": "-76.626130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21231", + "city": "Baltimore", + "state": "MD", + "latitude": "39.288607", + "longitude": "-76.591160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21233", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21234", + "city": "Parkville", + "state": "MD", + "latitude": "39.385006", + "longitude": "-76.541770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21235", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21236", + "city": "Nottingham", + "state": "MD", + "latitude": "39.389457", + "longitude": "-76.487090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21237", + "city": "Rosedale", + "state": "MD", + "latitude": "39.332240", + "longitude": "-76.503650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21239", + "city": "Baltimore", + "state": "MD", + "latitude": "39.362250", + "longitude": "-76.588120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21240", + "city": "Baltimore", + "state": "MD", + "latitude": "39.142793", + "longitude": "-76.651589", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21241", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21244", + "city": "Windsor Mill", + "state": "MD", + "latitude": "39.338156", + "longitude": "-76.764380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21250", + "city": "Baltimore", + "state": "MD", + "latitude": "39.258226", + "longitude": "-76.713149", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21251", + "city": "Baltimore", + "state": "MD", + "latitude": "39.438964", + "longitude": "-76.592139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21252", + "city": "Baltimore", + "state": "MD", + "latitude": "39.388799", + "longitude": "-76.613325", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21260", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21263", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21264", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21265", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21268", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21270", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21273", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21274", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21275", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21278", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21279", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21280", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21281", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21282", + "city": "Baltimore", + "state": "MD", + "latitude": "39.438964", + "longitude": "-76.592139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21283", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21284", + "city": "Baltimore", + "state": "MD", + "latitude": "39.438964", + "longitude": "-76.592139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21285", + "city": "Baltimore", + "state": "MD", + "latitude": "39.438964", + "longitude": "-76.592139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21286", + "city": "Towson", + "state": "MD", + "latitude": "39.399639", + "longitude": "-76.584180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21287", + "city": "Baltimore", + "state": "MD", + "latitude": "39.297457", + "longitude": "-76.592738", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21288", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21289", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21290", + "city": "Baltimore", + "state": "MD", + "latitude": "39.293256", + "longitude": "-76.623839", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21297", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21298", + "city": "Baltimore", + "state": "MD", + "latitude": "39.284707", + "longitude": "-76.620489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21401", + "city": "Annapolis", + "state": "MD", + "latitude": "38.997511", + "longitude": "-76.498030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21402", + "city": "Annapolis", + "state": "MD", + "latitude": "38.988506", + "longitude": "-76.472290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21403", + "city": "Annapolis", + "state": "MD", + "latitude": "38.946462", + "longitude": "-76.483580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21404", + "city": "Annapolis", + "state": "MD", + "latitude": "38.974203", + "longitude": "-76.594942", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21405", + "city": "Annapolis", + "state": "MD", + "latitude": "39.028010", + "longitude": "-76.541830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21411", + "city": "Annapolis", + "state": "MD", + "latitude": "38.974203", + "longitude": "-76.594942", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21412", + "city": "Annapolis", + "state": "MD", + "latitude": "38.974203", + "longitude": "-76.594942", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21501", + "city": "Cumberland", + "state": "MD", + "latitude": "39.580691", + "longitude": "-78.690593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21502", + "city": "Cumberland", + "state": "MD", + "latitude": "39.646587", + "longitude": "-78.773980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21503", + "city": "Cumberland", + "state": "MD", + "latitude": "39.580691", + "longitude": "-78.690593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21504", + "city": "Cumberland", + "state": "MD", + "latitude": "39.580691", + "longitude": "-78.690593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21505", + "city": "Cumberland", + "state": "MD", + "latitude": "39.594043", + "longitude": "-78.843432", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21520", + "city": "Accident", + "state": "MD", + "latitude": "39.629925", + "longitude": "-79.313770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21521", + "city": "Barton", + "state": "MD", + "latitude": "39.535862", + "longitude": "-79.019400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21522", + "city": "Bittinger", + "state": "MD", + "latitude": "39.614779", + "longitude": "-79.244940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21523", + "city": "Bloomington", + "state": "MD", + "latitude": "39.479650", + "longitude": "-79.072630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21524", + "city": "Corriganville", + "state": "MD", + "latitude": "39.698332", + "longitude": "-78.787410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21528", + "city": "Eckhart Mines", + "state": "MD", + "latitude": "39.652187", + "longitude": "-78.901230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21529", + "city": "Ellerslie", + "state": "MD", + "latitude": "39.718905", + "longitude": "-78.776850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21530", + "city": "Flintstone", + "state": "MD", + "latitude": "39.697548", + "longitude": "-78.538930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21531", + "city": "Friendsville", + "state": "MD", + "latitude": "39.662458", + "longitude": "-79.416000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21532", + "city": "Frostburg", + "state": "MD", + "latitude": "39.646120", + "longitude": "-78.937780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21536", + "city": "Grantsville", + "state": "MD", + "latitude": "39.675393", + "longitude": "-79.170450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21538", + "city": "Kitzmiller", + "state": "MD", + "latitude": "39.395674", + "longitude": "-79.200960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21539", + "city": "Lonaconing", + "state": "MD", + "latitude": "39.580942", + "longitude": "-78.990730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21540", + "city": "Luke", + "state": "MD", + "latitude": "39.475166", + "longitude": "-79.059680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21541", + "city": "McHenry", + "state": "MD", + "latitude": "39.557364", + "longitude": "-79.359990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21542", + "city": "Midland", + "state": "MD", + "latitude": "39.589842", + "longitude": "-78.948770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21543", + "city": "Midlothian", + "state": "MD", + "latitude": "39.636640", + "longitude": "-78.950270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21545", + "city": "Mount Savage", + "state": "MD", + "latitude": "39.699489", + "longitude": "-78.869610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21550", + "city": "Oakland", + "state": "MD", + "latitude": "39.409861", + "longitude": "-79.390150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21555", + "city": "Oldtown", + "state": "MD", + "latitude": "39.579649", + "longitude": "-78.558260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21556", + "city": "Pinto", + "state": "MD", + "latitude": "39.572452", + "longitude": "-78.843962", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21557", + "city": "Rawlings", + "state": "MD", + "latitude": "39.509856", + "longitude": "-78.923290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21560", + "city": "Spring Gap", + "state": "MD", + "latitude": "39.564946", + "longitude": "-78.711000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21561", + "city": "Swanton", + "state": "MD", + "latitude": "39.484412", + "longitude": "-79.208560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21562", + "city": "Westernport", + "state": "MD", + "latitude": "39.488146", + "longitude": "-79.035060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21601", + "city": "Easton", + "state": "MD", + "latitude": "38.777863", + "longitude": "-76.078200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21606", + "city": "Easton", + "state": "MD", + "latitude": "38.758525", + "longitude": "-76.180166", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21607", + "city": "Barclay", + "state": "MD", + "latitude": "39.142967", + "longitude": "-75.861440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21609", + "city": "Bethlehem", + "state": "MD", + "latitude": "38.740562", + "longitude": "-75.958683", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21610", + "city": "Betterton", + "state": "MD", + "latitude": "39.366193", + "longitude": "-76.062300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21612", + "city": "Bozman", + "state": "MD", + "latitude": "38.747964", + "longitude": "-76.272790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21613", + "city": "Cambridge", + "state": "MD", + "latitude": "38.545285", + "longitude": "-76.091180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21617", + "city": "Centreville", + "state": "MD", + "latitude": "39.049697", + "longitude": "-76.053090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21619", + "city": "Chester", + "state": "MD", + "latitude": "38.949536", + "longitude": "-76.280630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21620", + "city": "Chestertown", + "state": "MD", + "latitude": "39.215278", + "longitude": "-76.097260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21622", + "city": "Church Creek", + "state": "MD", + "latitude": "38.393669", + "longitude": "-76.168060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21623", + "city": "Church Hill", + "state": "MD", + "latitude": "39.123235", + "longitude": "-75.967070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21624", + "city": "Claiborne", + "state": "MD", + "latitude": "38.836142", + "longitude": "-76.270200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21625", + "city": "Cordova", + "state": "MD", + "latitude": "38.882856", + "longitude": "-75.988420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21626", + "city": "Crapo", + "state": "MD", + "latitude": "38.344103", + "longitude": "-76.100980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21627", + "city": "Crocheron", + "state": "MD", + "latitude": "38.176560", + "longitude": "-76.043210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21628", + "city": "Crumpton", + "state": "MD", + "latitude": "39.239132", + "longitude": "-75.924300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21629", + "city": "Denton", + "state": "MD", + "latitude": "38.871895", + "longitude": "-75.827300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21631", + "city": "East New Market", + "state": "MD", + "latitude": "38.589383", + "longitude": "-75.942180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21632", + "city": "Federalsburg", + "state": "MD", + "latitude": "38.705731", + "longitude": "-75.774880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21634", + "city": "Fishing Creek", + "state": "MD", + "latitude": "38.288409", + "longitude": "-76.201460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21635", + "city": "Galena", + "state": "MD", + "latitude": "39.349536", + "longitude": "-75.853320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21636", + "city": "Goldsboro", + "state": "MD", + "latitude": "39.026033", + "longitude": "-75.793600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21638", + "city": "Grasonville", + "state": "MD", + "latitude": "38.954613", + "longitude": "-76.212570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21639", + "city": "Greensboro", + "state": "MD", + "latitude": "38.971566", + "longitude": "-75.801070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21640", + "city": "Henderson", + "state": "MD", + "latitude": "39.077330", + "longitude": "-75.799920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21641", + "city": "Hillsboro", + "state": "MD", + "latitude": "38.920583", + "longitude": "-75.940800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21643", + "city": "Hurlock", + "state": "MD", + "latitude": "38.641666", + "longitude": "-75.864180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21644", + "city": "Ingleside", + "state": "MD", + "latitude": "39.094126", + "longitude": "-75.872940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21645", + "city": "Kennedyville", + "state": "MD", + "latitude": "39.328784", + "longitude": "-75.966600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21647", + "city": "Mcdaniel", + "state": "MD", + "latitude": "38.805030", + "longitude": "-76.291050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21648", + "city": "Madison", + "state": "MD", + "latitude": "38.485297", + "longitude": "-76.240570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21649", + "city": "Marydel", + "state": "MD", + "latitude": "39.122683", + "longitude": "-75.764270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21650", + "city": "Massey", + "state": "MD", + "latitude": "39.311429", + "longitude": "-75.808060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21651", + "city": "Millington", + "state": "MD", + "latitude": "39.254014", + "longitude": "-75.862390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21652", + "city": "Neavitt", + "state": "MD", + "latitude": "38.795102", + "longitude": "-76.152762", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21653", + "city": "Newcomb", + "state": "MD", + "latitude": "38.750959", + "longitude": "-76.178040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21654", + "city": "Oxford", + "state": "MD", + "latitude": "38.690831", + "longitude": "-76.146660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21655", + "city": "Preston", + "state": "MD", + "latitude": "38.747216", + "longitude": "-75.914590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21656", + "city": "Price", + "state": "MD", + "latitude": "39.034637", + "longitude": "-76.092127", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21657", + "city": "Queen Anne", + "state": "MD", + "latitude": "38.945143", + "longitude": "-75.969150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21658", + "city": "Queenstown", + "state": "MD", + "latitude": "38.963566", + "longitude": "-76.139390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21659", + "city": "Rhodesdale", + "state": "MD", + "latitude": "38.575260", + "longitude": "-75.781770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21660", + "city": "Ridgely", + "state": "MD", + "latitude": "38.954731", + "longitude": "-75.884590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21661", + "city": "Rock Hall", + "state": "MD", + "latitude": "39.137775", + "longitude": "-76.227650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21662", + "city": "Royal Oak", + "state": "MD", + "latitude": "38.709254", + "longitude": "-76.208600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21663", + "city": "Saint Michaels", + "state": "MD", + "latitude": "38.783264", + "longitude": "-76.222560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21664", + "city": "Secretary", + "state": "MD", + "latitude": "38.609886", + "longitude": "-75.949000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21665", + "city": "Sherwood", + "state": "MD", + "latitude": "38.754785", + "longitude": "-76.324740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21666", + "city": "Stevensville", + "state": "MD", + "latitude": "38.942464", + "longitude": "-76.341240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21667", + "city": "Still Pond", + "state": "MD", + "latitude": "39.335017", + "longitude": "-76.053650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21668", + "city": "Sudlersville", + "state": "MD", + "latitude": "39.201203", + "longitude": "-75.851750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21669", + "city": "Taylors Island", + "state": "MD", + "latitude": "38.458374", + "longitude": "-76.302030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21670", + "city": "Templeville", + "state": "MD", + "latitude": "38.889270", + "longitude": "-75.861191", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21671", + "city": "Tilghman", + "state": "MD", + "latitude": "38.708795", + "longitude": "-76.335010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21672", + "city": "Toddville", + "state": "MD", + "latitude": "38.277014", + "longitude": "-76.062290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21673", + "city": "Trappe", + "state": "MD", + "latitude": "38.662533", + "longitude": "-76.070090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21675", + "city": "Wingate", + "state": "MD", + "latitude": "38.286828", + "longitude": "-76.082210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21676", + "city": "Wittman", + "state": "MD", + "latitude": "38.796477", + "longitude": "-76.304370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21677", + "city": "Woolford", + "state": "MD", + "latitude": "38.510494", + "longitude": "-76.182190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21678", + "city": "Worton", + "state": "MD", + "latitude": "39.295736", + "longitude": "-76.099740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21679", + "city": "Wye Mills", + "state": "MD", + "latitude": "38.925358", + "longitude": "-76.056520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21681", + "city": "Ridgely", + "state": "MD", + "latitude": "38.889270", + "longitude": "-75.861191", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21682", + "city": "Ridgely", + "state": "MD", + "latitude": "38.889270", + "longitude": "-75.861191", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21683", + "city": "Ridgely", + "state": "MD", + "latitude": "38.889270", + "longitude": "-75.861191", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21684", + "city": "Ridgely", + "state": "MD", + "latitude": "38.889270", + "longitude": "-75.861191", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21685", + "city": "Ridgely", + "state": "MD", + "latitude": "38.889270", + "longitude": "-75.861191", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21686", + "city": "Ridgely", + "state": "MD", + "latitude": "38.889270", + "longitude": "-75.861191", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21687", + "city": "Ridgely", + "state": "MD", + "latitude": "38.889270", + "longitude": "-75.861191", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21688", + "city": "Ridgely", + "state": "MD", + "latitude": "38.889270", + "longitude": "-75.861191", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21690", + "city": "Chestertown", + "state": "MD", + "latitude": "39.034637", + "longitude": "-76.092127", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21701", + "city": "Frederick", + "state": "MD", + "latitude": "39.423344", + "longitude": "-77.389020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21702", + "city": "Frederick", + "state": "MD", + "latitude": "39.451934", + "longitude": "-77.442000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21703", + "city": "Frederick", + "state": "MD", + "latitude": "39.385165", + "longitude": "-77.453900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21704", + "city": "Frederick", + "state": "MD", + "latitude": "39.363415", + "longitude": "-77.378490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21705", + "city": "Frederick", + "state": "MD", + "latitude": "39.469961", + "longitude": "-77.392139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21709", + "city": "Frederick", + "state": "MD", + "latitude": "39.469961", + "longitude": "-77.392139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21710", + "city": "Adamstown", + "state": "MD", + "latitude": "39.301647", + "longitude": "-77.466670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21711", + "city": "Big Pool", + "state": "MD", + "latitude": "39.654773", + "longitude": "-78.018230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21713", + "city": "Boonsboro", + "state": "MD", + "latitude": "39.521507", + "longitude": "-77.660560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21714", + "city": "Braddock Heights", + "state": "MD", + "latitude": "39.420300", + "longitude": "-77.505098", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21715", + "city": "Brownsville", + "state": "MD", + "latitude": "39.386893", + "longitude": "-77.658015", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21716", + "city": "Brunswick", + "state": "MD", + "latitude": "39.313666", + "longitude": "-77.624660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21717", + "city": "Buckeystown", + "state": "MD", + "latitude": "39.334864", + "longitude": "-77.433300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21718", + "city": "Burkittsville", + "state": "MD", + "latitude": "39.391459", + "longitude": "-77.627090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21719", + "city": "Cascade", + "state": "MD", + "latitude": "39.710433", + "longitude": "-77.491040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21720", + "city": "Cavetown", + "state": "MD", + "latitude": "39.647296", + "longitude": "-77.584162", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21721", + "city": "Chewsville", + "state": "MD", + "latitude": "39.642537", + "longitude": "-77.637152", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21722", + "city": "Clear Spring", + "state": "MD", + "latitude": "39.656474", + "longitude": "-77.915200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21723", + "city": "Cooksville", + "state": "MD", + "latitude": "39.319271", + "longitude": "-77.023970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21727", + "city": "Emmitsburg", + "state": "MD", + "latitude": "39.695328", + "longitude": "-77.327210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21733", + "city": "Fairplay", + "state": "MD", + "latitude": "39.549752", + "longitude": "-77.755700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21734", + "city": "Funkstown", + "state": "MD", + "latitude": "39.609846", + "longitude": "-77.707250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21736", + "city": "Gapland", + "state": "MD", + "latitude": "39.520696", + "longitude": "-77.916196", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21737", + "city": "Glenelg", + "state": "MD", + "latitude": "39.265740", + "longitude": "-76.997350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21738", + "city": "Glenwood", + "state": "MD", + "latitude": "39.280106", + "longitude": "-77.020520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21740", + "city": "Hagerstown", + "state": "MD", + "latitude": "39.633946", + "longitude": "-77.730250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21741", + "city": "Hagerstown", + "state": "MD", + "latitude": "39.693944", + "longitude": "-77.742116", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21742", + "city": "Hagerstown", + "state": "MD", + "latitude": "39.658897", + "longitude": "-77.682970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21746", + "city": "Hagerstown", + "state": "MD", + "latitude": "39.563787", + "longitude": "-77.720642", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21747", + "city": "Hagerstown", + "state": "MD", + "latitude": "39.520696", + "longitude": "-77.916196", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21748", + "city": "Hagerstown", + "state": "MD", + "latitude": "39.520696", + "longitude": "-77.916196", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21749", + "city": "Hagerstown", + "state": "MD", + "latitude": "39.520696", + "longitude": "-77.916196", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21750", + "city": "Hancock", + "state": "MD", + "latitude": "39.692614", + "longitude": "-78.216910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21754", + "city": "Ijamsville", + "state": "MD", + "latitude": "39.342096", + "longitude": "-77.299840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21755", + "city": "Jefferson", + "state": "MD", + "latitude": "39.372496", + "longitude": "-77.558690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21756", + "city": "Keedysville", + "state": "MD", + "latitude": "39.460534", + "longitude": "-77.692840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21757", + "city": "Keymar", + "state": "MD", + "latitude": "39.584616", + "longitude": "-77.268600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21758", + "city": "Knoxville", + "state": "MD", + "latitude": "39.342991", + "longitude": "-77.660140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21759", + "city": "Ladiesburg", + "state": "MD", + "latitude": "39.569426", + "longitude": "-77.290519", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21762", + "city": "Libertytown", + "state": "MD", + "latitude": "39.484079", + "longitude": "-77.247110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21764", + "city": "Linwood", + "state": "MD", + "latitude": "39.534703", + "longitude": "-77.049302", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21765", + "city": "Lisbon", + "state": "MD", + "latitude": "39.337804", + "longitude": "-77.071952", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21766", + "city": "Little Orleans", + "state": "MD", + "latitude": "39.656430", + "longitude": "-78.398600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21767", + "city": "Maugansville", + "state": "MD", + "latitude": "39.697894", + "longitude": "-77.745140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21769", + "city": "Middletown", + "state": "MD", + "latitude": "39.446452", + "longitude": "-77.551690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21770", + "city": "Monrovia", + "state": "MD", + "latitude": "39.354093", + "longitude": "-77.248610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21771", + "city": "Mount Airy", + "state": "MD", + "latitude": "39.381295", + "longitude": "-77.158670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21773", + "city": "Myersville", + "state": "MD", + "latitude": "39.528123", + "longitude": "-77.557000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21774", + "city": "New Market", + "state": "MD", + "latitude": "39.408627", + "longitude": "-77.286760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21775", + "city": "New Midway", + "state": "MD", + "latitude": "39.564472", + "longitude": "-77.294680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21776", + "city": "New Windsor", + "state": "MD", + "latitude": "39.529834", + "longitude": "-77.097150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21777", + "city": "Point Of Rocks", + "state": "MD", + "latitude": "39.275498", + "longitude": "-77.533850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21778", + "city": "Rocky Ridge", + "state": "MD", + "latitude": "39.610752", + "longitude": "-77.341660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21779", + "city": "Rohrersville", + "state": "MD", + "latitude": "39.431058", + "longitude": "-77.661690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21780", + "city": "Sabillasville", + "state": "MD", + "latitude": "39.677316", + "longitude": "-77.470490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21781", + "city": "Saint James", + "state": "MD", + "latitude": "39.569910", + "longitude": "-77.760697", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21782", + "city": "Sharpsburg", + "state": "MD", + "latitude": "39.454582", + "longitude": "-77.750520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21783", + "city": "Smithsburg", + "state": "MD", + "latitude": "39.655722", + "longitude": "-77.567200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21784", + "city": "Sykesville", + "state": "MD", + "latitude": "39.396670", + "longitude": "-76.965000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21787", + "city": "Taneytown", + "state": "MD", + "latitude": "39.665171", + "longitude": "-77.172640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21788", + "city": "Thurmont", + "state": "MD", + "latitude": "39.604303", + "longitude": "-77.410920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21790", + "city": "Tuscarora", + "state": "MD", + "latitude": "39.254538", + "longitude": "-77.494740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21791", + "city": "Union Bridge", + "state": "MD", + "latitude": "39.554900", + "longitude": "-77.181760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21792", + "city": "Unionville", + "state": "MD", + "latitude": "39.469961", + "longitude": "-77.392139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21793", + "city": "Walkersville", + "state": "MD", + "latitude": "39.484843", + "longitude": "-77.346680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21794", + "city": "West Friendship", + "state": "MD", + "latitude": "39.297519", + "longitude": "-76.983770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21795", + "city": "Williamsport", + "state": "MD", + "latitude": "39.600029", + "longitude": "-77.815840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21797", + "city": "Woodbine", + "state": "MD", + "latitude": "39.335671", + "longitude": "-77.063640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21798", + "city": "Woodsboro", + "state": "MD", + "latitude": "39.540623", + "longitude": "-77.306060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21801", + "city": "Salisbury", + "state": "MD", + "latitude": "38.369675", + "longitude": "-75.612140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21802", + "city": "Salisbury", + "state": "MD", + "latitude": "38.388434", + "longitude": "-75.627600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21803", + "city": "Salisbury", + "state": "MD", + "latitude": "38.388434", + "longitude": "-75.627600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21804", + "city": "Salisbury", + "state": "MD", + "latitude": "38.359332", + "longitude": "-75.569310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21810", + "city": "Allen", + "state": "MD", + "latitude": "38.292848", + "longitude": "-75.688120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21811", + "city": "Berlin", + "state": "MD", + "latitude": "38.343166", + "longitude": "-75.190820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21813", + "city": "Bishopville", + "state": "MD", + "latitude": "38.431954", + "longitude": "-75.180610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21814", + "city": "Bivalve", + "state": "MD", + "latitude": "38.302152", + "longitude": "-75.888120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21817", + "city": "Crisfield", + "state": "MD", + "latitude": "37.985297", + "longitude": "-75.845970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21821", + "city": "Deal Island", + "state": "MD", + "latitude": "38.158615", + "longitude": "-75.931470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21822", + "city": "Eden", + "state": "MD", + "latitude": "38.284622", + "longitude": "-75.647710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21824", + "city": "Ewell", + "state": "MD", + "latitude": "37.991177", + "longitude": "-76.023740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21826", + "city": "Fruitland", + "state": "MD", + "latitude": "38.322867", + "longitude": "-75.620880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21829", + "city": "Girdletree", + "state": "MD", + "latitude": "38.097861", + "longitude": "-75.393780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21830", + "city": "Hebron", + "state": "MD", + "latitude": "38.407885", + "longitude": "-75.693570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21831", + "city": "Hebron", + "state": "MD", + "latitude": "38.416292", + "longitude": "-75.691572", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21835", + "city": "Linkwood", + "state": "MD", + "latitude": "38.540293", + "longitude": "-75.945960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21836", + "city": "Manokin", + "state": "MD", + "latitude": "38.073294", + "longitude": "-75.734412", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21837", + "city": "Mardela Springs", + "state": "MD", + "latitude": "38.469332", + "longitude": "-75.740740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21838", + "city": "Marion Station", + "state": "MD", + "latitude": "38.018482", + "longitude": "-75.738900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21840", + "city": "Nanticoke", + "state": "MD", + "latitude": "38.268651", + "longitude": "-75.904940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21841", + "city": "Newark", + "state": "MD", + "latitude": "38.248485", + "longitude": "-75.291060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21842", + "city": "Ocean City", + "state": "MD", + "latitude": "38.385457", + "longitude": "-75.071530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21843", + "city": "Ocean City", + "state": "MD", + "latitude": "38.223090", + "longitude": "-75.324057", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21849", + "city": "Parsonsburg", + "state": "MD", + "latitude": "38.363057", + "longitude": "-75.455740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21850", + "city": "Pittsville", + "state": "MD", + "latitude": "38.377713", + "longitude": "-75.397470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21851", + "city": "Pocomoke City", + "state": "MD", + "latitude": "38.069322", + "longitude": "-75.548110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21852", + "city": "Powellville", + "state": "MD", + "latitude": "38.388434", + "longitude": "-75.627600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21853", + "city": "Princess Anne", + "state": "MD", + "latitude": "38.205272", + "longitude": "-75.701690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21856", + "city": "Quantico", + "state": "MD", + "latitude": "38.327156", + "longitude": "-75.795980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21857", + "city": "Rehobeth", + "state": "MD", + "latitude": "38.092718", + "longitude": "-75.888207", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21861", + "city": "Sharptown", + "state": "MD", + "latitude": "38.539817", + "longitude": "-75.718540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21862", + "city": "Showell", + "state": "MD", + "latitude": "38.398930", + "longitude": "-75.211950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21863", + "city": "Snow Hill", + "state": "MD", + "latitude": "38.193683", + "longitude": "-75.411620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21864", + "city": "Stockton", + "state": "MD", + "latitude": "38.040265", + "longitude": "-75.409920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21865", + "city": "Tyaskin", + "state": "MD", + "latitude": "38.324259", + "longitude": "-75.877930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21866", + "city": "Tylerton", + "state": "MD", + "latitude": "37.967803", + "longitude": "-76.023370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21867", + "city": "Upper Fairmount", + "state": "MD", + "latitude": "38.111688", + "longitude": "-75.792420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21868", + "city": "Fairmount", + "state": "MD", + "latitude": "38.107572", + "longitude": "-75.789354", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21869", + "city": "Vienna", + "state": "MD", + "latitude": "38.493753", + "longitude": "-75.843170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21870", + "city": "Wenona", + "state": "MD", + "latitude": "38.092718", + "longitude": "-75.888207", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21871", + "city": "Westover", + "state": "MD", + "latitude": "38.100727", + "longitude": "-75.711500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21872", + "city": "Whaleyville", + "state": "MD", + "latitude": "38.408973", + "longitude": "-75.295750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21874", + "city": "Willards", + "state": "MD", + "latitude": "38.397611", + "longitude": "-75.353640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21875", + "city": "Delmar", + "state": "MD", + "latitude": "38.446894", + "longitude": "-75.563650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21890", + "city": "Westover", + "state": "MD", + "latitude": "38.092718", + "longitude": "-75.888207", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21901", + "city": "North East", + "state": "MD", + "latitude": "39.593813", + "longitude": "-75.956020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21902", + "city": "Perry Point", + "state": "MD", + "latitude": "39.553014", + "longitude": "-76.065420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21903", + "city": "Perryville", + "state": "MD", + "latitude": "39.571003", + "longitude": "-76.050770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21904", + "city": "Port Deposit", + "state": "MD", + "latitude": "39.618810", + "longitude": "-76.085300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21911", + "city": "Rising Sun", + "state": "MD", + "latitude": "39.694974", + "longitude": "-76.053950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21912", + "city": "Warwick", + "state": "MD", + "latitude": "39.444740", + "longitude": "-75.802030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21913", + "city": "Cecilton", + "state": "MD", + "latitude": "39.402919", + "longitude": "-75.869430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21914", + "city": "Charlestown", + "state": "MD", + "latitude": "39.572476", + "longitude": "-75.979040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21915", + "city": "Chesapeake City", + "state": "MD", + "latitude": "39.523096", + "longitude": "-75.841550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21916", + "city": "Childs", + "state": "MD", + "latitude": "39.541512", + "longitude": "-75.999972", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21917", + "city": "Colora", + "state": "MD", + "latitude": "39.671671", + "longitude": "-76.097200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21918", + "city": "Conowingo", + "state": "MD", + "latitude": "39.679246", + "longitude": "-76.154640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21919", + "city": "Earleville", + "state": "MD", + "latitude": "39.425542", + "longitude": "-75.961640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21920", + "city": "Elk Mills", + "state": "MD", + "latitude": "39.658943", + "longitude": "-75.823140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21921", + "city": "Elkton", + "state": "MD", + "latitude": "39.626736", + "longitude": "-75.842940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21922", + "city": "Elkton", + "state": "MD", + "latitude": "39.593612", + "longitude": "-75.947332", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "21930", + "city": "Georgetown", + "state": "MD", + "latitude": "39.365119", + "longitude": "-75.884990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22002", + "city": "Amissville", + "state": "VA", + "latitude": "38.691448", + "longitude": "-78.137019", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22003", + "city": "Annandale", + "state": "VA", + "latitude": "38.830345", + "longitude": "-77.213870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22009", + "city": "Burke", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22015", + "city": "Burke", + "state": "VA", + "latitude": "38.788646", + "longitude": "-77.278880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22026", + "city": "Dumfries", + "state": "VA", + "latitude": "38.582319", + "longitude": "-77.327220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22027", + "city": "Dunn Loring", + "state": "VA", + "latitude": "38.893921", + "longitude": "-77.219760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22030", + "city": "Fairfax", + "state": "VA", + "latitude": "38.846212", + "longitude": "-77.327870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22031", + "city": "Fairfax", + "state": "VA", + "latitude": "38.859675", + "longitude": "-77.261670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22032", + "city": "Fairfax", + "state": "VA", + "latitude": "38.821753", + "longitude": "-77.292930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22033", + "city": "Fairfax", + "state": "VA", + "latitude": "38.874879", + "longitude": "-77.386420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22034", + "city": "Fairfax", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22035", + "city": "Fairfax", + "state": "VA", + "latitude": "38.855715", + "longitude": "-77.361633", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22036", + "city": "Fairfax", + "state": "VA", + "latitude": "38.735114", + "longitude": "-77.079650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22037", + "city": "Fairfax", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22038", + "city": "Fairfax", + "state": "VA", + "latitude": "38.852849", + "longitude": "-77.301990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22039", + "city": "Fairfax Station", + "state": "VA", + "latitude": "38.760747", + "longitude": "-77.316840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22040", + "city": "Falls Church", + "state": "VA", + "latitude": "38.884177", + "longitude": "-77.171752", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22041", + "city": "Falls Church", + "state": "VA", + "latitude": "38.849136", + "longitude": "-77.140810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22042", + "city": "Falls Church", + "state": "VA", + "latitude": "38.864669", + "longitude": "-77.187810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22043", + "city": "Falls Church", + "state": "VA", + "latitude": "38.901311", + "longitude": "-77.197770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22044", + "city": "Falls Church", + "state": "VA", + "latitude": "38.859645", + "longitude": "-77.153280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22046", + "city": "Falls Church", + "state": "VA", + "latitude": "38.886311", + "longitude": "-77.180980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22047", + "city": "Falls Church", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22060", + "city": "Fort Belvoir", + "state": "VA", + "latitude": "38.712990", + "longitude": "-77.166150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22066", + "city": "Great Falls", + "state": "VA", + "latitude": "39.003809", + "longitude": "-77.301650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22067", + "city": "Greenway", + "state": "VA", + "latitude": "38.964510", + "longitude": "-77.233103", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22079", + "city": "Lorton", + "state": "VA", + "latitude": "38.695915", + "longitude": "-77.201220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22081", + "city": "Merrifield", + "state": "VA", + "latitude": "38.873861", + "longitude": "-77.234454", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22082", + "city": "Merrifield", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22092", + "city": "Herndon", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22093", + "city": "Ashburn", + "state": "VA", + "latitude": "39.085309", + "longitude": "-77.645224", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22095", + "city": "Herndon", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22096", + "city": "Reston", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22101", + "city": "McLean", + "state": "VA", + "latitude": "38.932760", + "longitude": "-77.167700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22102", + "city": "McLean", + "state": "VA", + "latitude": "38.938664", + "longitude": "-77.221960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22103", + "city": "West Mclean", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22106", + "city": "McLean", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22109", + "city": "McLean", + "state": "VA", + "latitude": "38.920165", + "longitude": "-77.229043", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22116", + "city": "Merrifield", + "state": "VA", + "latitude": "38.871469", + "longitude": "-77.234428", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22118", + "city": "Merrifield", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22119", + "city": "Merrifield", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22120", + "city": "Merrifield", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22121", + "city": "Mount Vernon", + "state": "VA", + "latitude": "38.830912", + "longitude": "-77.432252", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22122", + "city": "Newington", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22124", + "city": "Oakton", + "state": "VA", + "latitude": "38.886190", + "longitude": "-77.324020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22125", + "city": "Occoquan", + "state": "VA", + "latitude": "38.683295", + "longitude": "-77.260440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22134", + "city": "Quantico", + "state": "VA", + "latitude": "38.503139", + "longitude": "-77.333720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22135", + "city": "Quantico", + "state": "VA", + "latitude": "38.721912", + "longitude": "-77.466897", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22150", + "city": "Springfield", + "state": "VA", + "latitude": "38.778243", + "longitude": "-77.185620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22151", + "city": "Springfield", + "state": "VA", + "latitude": "38.803813", + "longitude": "-77.208210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22152", + "city": "Springfield", + "state": "VA", + "latitude": "38.775716", + "longitude": "-77.231310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22153", + "city": "Springfield", + "state": "VA", + "latitude": "38.745164", + "longitude": "-77.235350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22156", + "city": "Springfield", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22158", + "city": "Springfield", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22159", + "city": "Springfield", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22160", + "city": "Springfield", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22161", + "city": "Springfield", + "state": "VA", + "latitude": "38.807462", + "longitude": "-77.219354", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22172", + "city": "Triangle", + "state": "VA", + "latitude": "38.557527", + "longitude": "-77.357260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22180", + "city": "Vienna", + "state": "VA", + "latitude": "38.894711", + "longitude": "-77.253370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22181", + "city": "Vienna", + "state": "VA", + "latitude": "38.896361", + "longitude": "-77.291020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22182", + "city": "Vienna", + "state": "VA", + "latitude": "38.922478", + "longitude": "-77.256600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22183", + "city": "Vienna", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22184", + "city": "Vienna", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22185", + "city": "Vienna", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22191", + "city": "Woodbridge", + "state": "VA", + "latitude": "38.632750", + "longitude": "-77.267860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22192", + "city": "Woodbridge", + "state": "VA", + "latitude": "38.678451", + "longitude": "-77.306570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22193", + "city": "Woodbridge", + "state": "VA", + "latitude": "38.646375", + "longitude": "-77.344690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22194", + "city": "Woodbridge", + "state": "VA", + "latitude": "38.721912", + "longitude": "-77.466897", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22195", + "city": "Woodbridge", + "state": "VA", + "latitude": "38.721912", + "longitude": "-77.466897", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22199", + "city": "Lorton", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22201", + "city": "Arlington", + "state": "VA", + "latitude": "38.885337", + "longitude": "-77.095120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22202", + "city": "Arlington", + "state": "VA", + "latitude": "38.856795", + "longitude": "-77.056280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22203", + "city": "Arlington", + "state": "VA", + "latitude": "38.874979", + "longitude": "-77.114550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22204", + "city": "Arlington", + "state": "VA", + "latitude": "38.860247", + "longitude": "-77.096270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22205", + "city": "Arlington", + "state": "VA", + "latitude": "38.882750", + "longitude": "-77.139990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22206", + "city": "Arlington", + "state": "VA", + "latitude": "38.843466", + "longitude": "-77.089730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22207", + "city": "Arlington", + "state": "VA", + "latitude": "38.903697", + "longitude": "-77.127490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22209", + "city": "Arlington", + "state": "VA", + "latitude": "38.893241", + "longitude": "-77.074530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22210", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22211", + "city": "Ft Myer", + "state": "VA", + "latitude": "38.878215", + "longitude": "-77.068450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22212", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22213", + "city": "Arlington", + "state": "VA", + "latitude": "38.894457", + "longitude": "-77.163960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22214", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22215", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22216", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22217", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22218", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22219", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22222", + "city": "Arlington", + "state": "VA", + "latitude": "38.861462", + "longitude": "-77.053599", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22223", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22225", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22226", + "city": "Arlington", + "state": "VA", + "latitude": "38.883358", + "longitude": "-77.102810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22227", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22229", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22230", + "city": "Arlington", + "state": "VA", + "latitude": "38.879720", + "longitude": "-77.110817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22234", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22240", + "city": "Arlington", + "state": "VA", + "latitude": "38.856623", + "longitude": "-77.051788", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22241", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22242", + "city": "Arlington", + "state": "VA", + "latitude": "38.850879", + "longitude": "-77.052336", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22243", + "city": "Arlington", + "state": "VA", + "latitude": "38.860450", + "longitude": "-77.051569", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22244", + "city": "Arlington", + "state": "VA", + "latitude": "38.854522", + "longitude": "-77.052035", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22245", + "city": "Arlington", + "state": "VA", + "latitude": "38.851773", + "longitude": "-77.052296", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22246", + "city": "Arlington", + "state": "VA", + "latitude": "38.880811", + "longitude": "-77.112950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22301", + "city": "Alexandria", + "state": "VA", + "latitude": "38.819863", + "longitude": "-77.058540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22302", + "city": "Alexandria", + "state": "VA", + "latitude": "38.829512", + "longitude": "-77.082040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22303", + "city": "Alexandria", + "state": "VA", + "latitude": "38.792863", + "longitude": "-77.079640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22304", + "city": "Alexandria", + "state": "VA", + "latitude": "38.813013", + "longitude": "-77.116670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22305", + "city": "Alexandria", + "state": "VA", + "latitude": "38.836779", + "longitude": "-77.064180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22306", + "city": "Alexandria", + "state": "VA", + "latitude": "38.757214", + "longitude": "-77.086660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22307", + "city": "Alexandria", + "state": "VA", + "latitude": "38.774863", + "longitude": "-77.059300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22308", + "city": "Alexandria", + "state": "VA", + "latitude": "38.728464", + "longitude": "-77.057010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22309", + "city": "Alexandria", + "state": "VA", + "latitude": "38.725214", + "longitude": "-77.107340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22310", + "city": "Alexandria", + "state": "VA", + "latitude": "38.782013", + "longitude": "-77.121250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22311", + "city": "Alexandria", + "state": "VA", + "latitude": "38.837312", + "longitude": "-77.120640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22312", + "city": "Alexandria", + "state": "VA", + "latitude": "38.817362", + "longitude": "-77.153700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22313", + "city": "Alexandria", + "state": "VA", + "latitude": "38.815762", + "longitude": "-77.090050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22314", + "city": "Alexandria", + "state": "VA", + "latitude": "38.806163", + "longitude": "-77.051390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22315", + "city": "Alexandria", + "state": "VA", + "latitude": "38.757924", + "longitude": "-77.152840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22320", + "city": "Alexandria", + "state": "VA", + "latitude": "38.804413", + "longitude": "-77.046699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22321", + "city": "Alexandria", + "state": "VA", + "latitude": "38.831813", + "longitude": "-77.288755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22331", + "city": "Alexandria", + "state": "VA", + "latitude": "38.801342", + "longitude": "-77.070733", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22332", + "city": "Alexandria", + "state": "VA", + "latitude": "38.803142", + "longitude": "-77.072679", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22333", + "city": "Alexandria", + "state": "VA", + "latitude": "38.815762", + "longitude": "-77.090050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22334", + "city": "Alexandria", + "state": "VA", + "latitude": "38.815762", + "longitude": "-77.090050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22336", + "city": "Alexandria", + "state": "VA", + "latitude": "38.815762", + "longitude": "-77.090050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22393", + "city": "Fishersville", + "state": "VA", + "latitude": "38.103819", + "longitude": "-78.963004", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22401", + "city": "Fredericksburg", + "state": "VA", + "latitude": "38.301829", + "longitude": "-77.470770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22402", + "city": "Fredericksburg", + "state": "VA", + "latitude": "38.299613", + "longitude": "-77.489666", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22403", + "city": "Fredericksburg", + "state": "VA", + "latitude": "38.417273", + "longitude": "-77.460814", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22404", + "city": "Fredericksburg", + "state": "VA", + "latitude": "38.298305", + "longitude": "-77.489913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22405", + "city": "Fredericksburg", + "state": "VA", + "latitude": "38.317636", + "longitude": "-77.432970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22406", + "city": "Fredericksburg", + "state": "VA", + "latitude": "38.387261", + "longitude": "-77.546760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22407", + "city": "Fredericksburg", + "state": "VA", + "latitude": "38.271028", + "longitude": "-77.555900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22408", + "city": "Fredericksburg", + "state": "VA", + "latitude": "38.236023", + "longitude": "-77.461110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22412", + "city": "Fredericksburg", + "state": "VA", + "latitude": "38.184716", + "longitude": "-77.662559", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22427", + "city": "Bowling Green", + "state": "VA", + "latitude": "38.042346", + "longitude": "-77.308330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22428", + "city": "Bowling Green", + "state": "VA", + "latitude": "38.014536", + "longitude": "-77.355902", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22430", + "city": "Brooke", + "state": "VA", + "latitude": "38.385704", + "longitude": "-77.374292", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22432", + "city": "Burgess", + "state": "VA", + "latitude": "37.860549", + "longitude": "-76.356370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22433", + "city": "Burr Hill", + "state": "VA", + "latitude": "38.343691", + "longitude": "-77.859640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22435", + "city": "Callao", + "state": "VA", + "latitude": "37.996825", + "longitude": "-76.564350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22436", + "city": "Caret", + "state": "VA", + "latitude": "38.069014", + "longitude": "-77.096110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22437", + "city": "Center Cross", + "state": "VA", + "latitude": "37.790946", + "longitude": "-76.787640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22438", + "city": "Champlain", + "state": "VA", + "latitude": "38.041706", + "longitude": "-77.005000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22442", + "city": "Coles Point", + "state": "VA", + "latitude": "38.121793", + "longitude": "-76.790250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22443", + "city": "Colonial Beach", + "state": "VA", + "latitude": "38.226530", + "longitude": "-76.974420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22446", + "city": "Corbin", + "state": "VA", + "latitude": "38.171755", + "longitude": "-77.408163", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22448", + "city": "Dahlgren", + "state": "VA", + "latitude": "38.340124", + "longitude": "-77.032730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22451", + "city": "Dogue", + "state": "VA", + "latitude": "38.271077", + "longitude": "-77.172610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22454", + "city": "Dunnsville", + "state": "VA", + "latitude": "37.854791", + "longitude": "-76.812980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22456", + "city": "Edwardsville", + "state": "VA", + "latitude": "37.852316", + "longitude": "-76.405110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22460", + "city": "Farnham", + "state": "VA", + "latitude": "37.858952", + "longitude": "-76.632630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22463", + "city": "Garrisonville", + "state": "VA", + "latitude": "38.468432", + "longitude": "-77.461213", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22469", + "city": "Hague", + "state": "VA", + "latitude": "38.093956", + "longitude": "-76.640550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22471", + "city": "Hartwood", + "state": "VA", + "latitude": "38.399330", + "longitude": "-77.581351", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22472", + "city": "Haynesville", + "state": "VA", + "latitude": "37.950511", + "longitude": "-76.636722", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22473", + "city": "Heathsville", + "state": "VA", + "latitude": "37.892668", + "longitude": "-76.363070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22476", + "city": "Hustle", + "state": "VA", + "latitude": "38.036866", + "longitude": "-77.080330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22480", + "city": "Irvington", + "state": "VA", + "latitude": "37.668710", + "longitude": "-76.410380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22481", + "city": "Jersey", + "state": "VA", + "latitude": "38.271077", + "longitude": "-77.172610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22482", + "city": "Kilmarnock", + "state": "VA", + "latitude": "37.733327", + "longitude": "-76.343890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22485", + "city": "King George", + "state": "VA", + "latitude": "38.277837", + "longitude": "-77.164200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22486", + "city": "Irvington", + "state": "VA", + "latitude": "37.665713", + "longitude": "-76.420763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22488", + "city": "Kinsale", + "state": "VA", + "latitude": "38.046358", + "longitude": "-76.579240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22501", + "city": "Ladysmith", + "state": "VA", + "latitude": "38.015899", + "longitude": "-77.559298", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22503", + "city": "Lancaster", + "state": "VA", + "latitude": "37.732696", + "longitude": "-76.515540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22504", + "city": "Laneview", + "state": "VA", + "latitude": "37.763552", + "longitude": "-76.729610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22507", + "city": "Lively", + "state": "VA", + "latitude": "37.762848", + "longitude": "-76.497490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22508", + "city": "Locust Grove", + "state": "VA", + "latitude": "38.326624", + "longitude": "-77.769870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22509", + "city": "Loretto", + "state": "VA", + "latitude": "38.104829", + "longitude": "-77.074300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22511", + "city": "Lottsburg", + "state": "VA", + "latitude": "37.991772", + "longitude": "-76.489850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22513", + "city": "Merry Point", + "state": "VA", + "latitude": "37.750261", + "longitude": "-76.509615", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22514", + "city": "Milford", + "state": "VA", + "latitude": "37.988674", + "longitude": "-77.290470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22517", + "city": "Mollusk", + "state": "VA", + "latitude": "37.750280", + "longitude": "-76.578109", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22520", + "city": "Montross", + "state": "VA", + "latitude": "38.129822", + "longitude": "-76.761550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22523", + "city": "Morattico", + "state": "VA", + "latitude": "37.792761", + "longitude": "-76.609330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22524", + "city": "Mount Holly", + "state": "VA", + "latitude": "38.118186", + "longitude": "-76.680504", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22526", + "city": "Ninde", + "state": "VA", + "latitude": "38.271077", + "longitude": "-77.172610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22528", + "city": "Nuttsville", + "state": "VA", + "latitude": "37.713175", + "longitude": "-76.409946", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22529", + "city": "Oldhams", + "state": "VA", + "latitude": "38.006793", + "longitude": "-76.682180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22530", + "city": "Ophelia", + "state": "VA", + "latitude": "37.909380", + "longitude": "-76.293436", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22534", + "city": "Partlow", + "state": "VA", + "latitude": "38.081570", + "longitude": "-77.667950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22535", + "city": "Port Royal", + "state": "VA", + "latitude": "38.164219", + "longitude": "-77.182170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22538", + "city": "Rappahannock Academy", + "state": "VA", + "latitude": "38.221720", + "longitude": "-77.266480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22539", + "city": "Reedville", + "state": "VA", + "latitude": "37.854233", + "longitude": "-76.278480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22542", + "city": "Rhoadesville", + "state": "VA", + "latitude": "38.296355", + "longitude": "-77.883790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22544", + "city": "Rollins Fork", + "state": "VA", + "latitude": "38.271077", + "longitude": "-77.172610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22545", + "city": "Ruby", + "state": "VA", + "latitude": "38.508611", + "longitude": "-77.542957", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22546", + "city": "Ruther Glen", + "state": "VA", + "latitude": "37.959690", + "longitude": "-77.477330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22547", + "city": "Sealston", + "state": "VA", + "latitude": "38.271077", + "longitude": "-77.172610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22548", + "city": "Sharps", + "state": "VA", + "latitude": "37.825956", + "longitude": "-76.705630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22552", + "city": "Sparta", + "state": "VA", + "latitude": "38.009438", + "longitude": "-77.225139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22553", + "city": "Spotsylvania", + "state": "VA", + "latitude": "38.207275", + "longitude": "-77.643780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22554", + "city": "Stafford", + "state": "VA", + "latitude": "38.460395", + "longitude": "-77.432660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22555", + "city": "Stafford", + "state": "VA", + "latitude": "38.417273", + "longitude": "-77.460814", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22558", + "city": "Stratford", + "state": "VA", + "latitude": "38.121793", + "longitude": "-76.790250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22560", + "city": "Tappahannock", + "state": "VA", + "latitude": "37.916172", + "longitude": "-76.906560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22565", + "city": "Thornburg", + "state": "VA", + "latitude": "38.137216", + "longitude": "-77.518865", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22567", + "city": "Unionville", + "state": "VA", + "latitude": "38.233223", + "longitude": "-77.912580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22570", + "city": "Village", + "state": "VA", + "latitude": "37.947224", + "longitude": "-76.615358", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22572", + "city": "Warsaw", + "state": "VA", + "latitude": "37.957869", + "longitude": "-76.757250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22576", + "city": "Weems", + "state": "VA", + "latitude": "37.680124", + "longitude": "-76.442420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22577", + "city": "Sandy Point", + "state": "VA", + "latitude": "38.067325", + "longitude": "-76.550274", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22578", + "city": "White Stone", + "state": "VA", + "latitude": "37.644240", + "longitude": "-76.360340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22579", + "city": "Wicomico Church", + "state": "VA", + "latitude": "37.807268", + "longitude": "-76.312750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22580", + "city": "Woodford", + "state": "VA", + "latitude": "38.095772", + "longitude": "-77.444040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22581", + "city": "Zacata", + "state": "VA", + "latitude": "38.121793", + "longitude": "-76.790250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22601", + "city": "Winchester", + "state": "VA", + "latitude": "39.179076", + "longitude": "-78.166530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22602", + "city": "Winchester", + "state": "VA", + "latitude": "39.158386", + "longitude": "-78.247580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22603", + "city": "Winchester", + "state": "VA", + "latitude": "39.267257", + "longitude": "-78.193960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22604", + "city": "Winchester", + "state": "VA", + "latitude": "39.167603", + "longitude": "-78.168643", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22606", + "city": "Newport News", + "state": "VA", + "latitude": "38.112139", + "longitude": "-77.329674", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22610", + "city": "Bentonville", + "state": "VA", + "latitude": "38.822506", + "longitude": "-78.273680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22611", + "city": "Berryville", + "state": "VA", + "latitude": "39.156378", + "longitude": "-77.978570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22620", + "city": "Boyce", + "state": "VA", + "latitude": "39.061499", + "longitude": "-78.036930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22622", + "city": "Brucetown", + "state": "VA", + "latitude": "39.254300", + "longitude": "-78.066373", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22623", + "city": "Chester Gap", + "state": "VA", + "latitude": "38.853733", + "longitude": "-78.141239", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22624", + "city": "Clear Brook", + "state": "VA", + "latitude": "39.265820", + "longitude": "-78.084960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22625", + "city": "Cross Junction", + "state": "VA", + "latitude": "39.345906", + "longitude": "-78.309750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22626", + "city": "Fishers Hill", + "state": "VA", + "latitude": "38.980286", + "longitude": "-78.401100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22627", + "city": "Flint Hill", + "state": "VA", + "latitude": "38.765004", + "longitude": "-78.094800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22630", + "city": "Front Royal", + "state": "VA", + "latitude": "38.926615", + "longitude": "-78.174990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22637", + "city": "Gore", + "state": "VA", + "latitude": "39.247386", + "longitude": "-78.354440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22638", + "city": "Winchester", + "state": "VA", + "latitude": "39.236944", + "longitude": "-78.288465", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22639", + "city": "Hume", + "state": "VA", + "latitude": "38.814086", + "longitude": "-78.018980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22640", + "city": "Huntly", + "state": "VA", + "latitude": "38.808303", + "longitude": "-78.135780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22641", + "city": "Strasburg", + "state": "VA", + "latitude": "39.076317", + "longitude": "-78.396170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22642", + "city": "Linden", + "state": "VA", + "latitude": "38.932178", + "longitude": "-78.060510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22643", + "city": "Markham", + "state": "VA", + "latitude": "38.905106", + "longitude": "-77.989480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22644", + "city": "Maurertown", + "state": "VA", + "latitude": "38.944011", + "longitude": "-78.481250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22645", + "city": "Middletown", + "state": "VA", + "latitude": "39.023035", + "longitude": "-78.280900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22646", + "city": "Millwood", + "state": "VA", + "latitude": "39.069682", + "longitude": "-78.037520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22649", + "city": "Middletown", + "state": "VA", + "latitude": "39.004774", + "longitude": "-78.247806", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22650", + "city": "Rileyville", + "state": "VA", + "latitude": "38.765920", + "longitude": "-78.365450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22651", + "city": "Front Royal", + "state": "VA", + "latitude": "38.947215", + "longitude": "-78.213304", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22652", + "city": "Fort Valley", + "state": "VA", + "latitude": "38.823987", + "longitude": "-78.453100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22654", + "city": "Star Tannery", + "state": "VA", + "latitude": "39.044940", + "longitude": "-78.473770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22655", + "city": "Stephens City", + "state": "VA", + "latitude": "39.078140", + "longitude": "-78.207130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22656", + "city": "Stephenson", + "state": "VA", + "latitude": "39.230131", + "longitude": "-78.099920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22657", + "city": "Strasburg", + "state": "VA", + "latitude": "39.001270", + "longitude": "-78.364850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22660", + "city": "Toms Brook", + "state": "VA", + "latitude": "38.949013", + "longitude": "-78.439210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22663", + "city": "White Post", + "state": "VA", + "latitude": "39.045019", + "longitude": "-78.124170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22664", + "city": "Woodstock", + "state": "VA", + "latitude": "38.881558", + "longitude": "-78.515860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22701", + "city": "Culpeper", + "state": "VA", + "latitude": "38.459521", + "longitude": "-77.998750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22709", + "city": "Aroda", + "state": "VA", + "latitude": "38.312548", + "longitude": "-78.236220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22711", + "city": "Banco", + "state": "VA", + "latitude": "38.476275", + "longitude": "-78.272900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22712", + "city": "Bealeton", + "state": "VA", + "latitude": "38.559300", + "longitude": "-77.757280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22713", + "city": "Boston", + "state": "VA", + "latitude": "38.549388", + "longitude": "-78.153090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22714", + "city": "Brandy Station", + "state": "VA", + "latitude": "38.512989", + "longitude": "-77.895290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22715", + "city": "Brightwood", + "state": "VA", + "latitude": "38.414359", + "longitude": "-78.183210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22716", + "city": "Castleton", + "state": "VA", + "latitude": "38.627135", + "longitude": "-78.113410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22718", + "city": "Elkwood", + "state": "VA", + "latitude": "38.493501", + "longitude": "-77.820670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22719", + "city": "Etlan", + "state": "VA", + "latitude": "38.527816", + "longitude": "-78.251170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22720", + "city": "Goldvein", + "state": "VA", + "latitude": "38.474222", + "longitude": "-77.643610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22721", + "city": "Graves Mill", + "state": "VA", + "latitude": "38.428509", + "longitude": "-78.267848", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22722", + "city": "Haywood", + "state": "VA", + "latitude": "38.452043", + "longitude": "-78.241970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22723", + "city": "Hood", + "state": "VA", + "latitude": "38.331957", + "longitude": "-78.377400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22724", + "city": "Jeffersonton", + "state": "VA", + "latitude": "38.630345", + "longitude": "-77.897770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22725", + "city": "Leon", + "state": "VA", + "latitude": "38.428509", + "longitude": "-78.267848", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22726", + "city": "Lignum", + "state": "VA", + "latitude": "38.411845", + "longitude": "-77.822080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22727", + "city": "Madison", + "state": "VA", + "latitude": "38.393351", + "longitude": "-78.287370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22728", + "city": "Midland", + "state": "VA", + "latitude": "38.587503", + "longitude": "-77.709520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22729", + "city": "Mitchells", + "state": "VA", + "latitude": "38.373645", + "longitude": "-78.016500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22730", + "city": "Oakpark", + "state": "VA", + "latitude": "38.365699", + "longitude": "-78.186040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22731", + "city": "Pratts", + "state": "VA", + "latitude": "38.345179", + "longitude": "-78.261510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22732", + "city": "Radiant", + "state": "VA", + "latitude": "38.310141", + "longitude": "-78.200980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22733", + "city": "Rapidan", + "state": "VA", + "latitude": "38.324175", + "longitude": "-78.058770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22734", + "city": "Remington", + "state": "VA", + "latitude": "38.529160", + "longitude": "-77.802740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22735", + "city": "Reva", + "state": "VA", + "latitude": "38.477063", + "longitude": "-78.175170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22736", + "city": "Richardsville", + "state": "VA", + "latitude": "38.388311", + "longitude": "-77.681110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22737", + "city": "Rixeyville", + "state": "VA", + "latitude": "38.588409", + "longitude": "-77.989950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22738", + "city": "Rochelle", + "state": "VA", + "latitude": "38.303414", + "longitude": "-78.289370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22739", + "city": "Somerville", + "state": "VA", + "latitude": "38.505945", + "longitude": "-77.595570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22740", + "city": "Sperryville", + "state": "VA", + "latitude": "38.636896", + "longitude": "-78.240000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22741", + "city": "Stevensburg", + "state": "VA", + "latitude": "38.442247", + "longitude": "-77.896200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22742", + "city": "Sumerduck", + "state": "VA", + "latitude": "38.456916", + "longitude": "-77.700900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22743", + "city": "Syria", + "state": "VA", + "latitude": "38.509556", + "longitude": "-78.337210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22746", + "city": "Viewtown", + "state": "VA", + "latitude": "38.638635", + "longitude": "-78.030610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22747", + "city": "Washington", + "state": "VA", + "latitude": "38.725801", + "longitude": "-78.167670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22748", + "city": "Wolftown", + "state": "VA", + "latitude": "38.372652", + "longitude": "-78.380509", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22749", + "city": "Woodville", + "state": "VA", + "latitude": "38.629058", + "longitude": "-78.180570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22801", + "city": "Harrisonburg", + "state": "VA", + "latitude": "38.426786", + "longitude": "-78.881530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22802", + "city": "Harrisonburg", + "state": "VA", + "latitude": "38.477752", + "longitude": "-78.863020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22807", + "city": "Harrisonburg", + "state": "VA", + "latitude": "38.440898", + "longitude": "-78.874173", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22810", + "city": "Basye", + "state": "VA", + "latitude": "38.819130", + "longitude": "-78.771490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22811", + "city": "Bergton", + "state": "VA", + "latitude": "38.797789", + "longitude": "-78.966720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22812", + "city": "Bridgewater", + "state": "VA", + "latitude": "38.398049", + "longitude": "-79.000710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22815", + "city": "Broadway", + "state": "VA", + "latitude": "38.619654", + "longitude": "-78.805130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22820", + "city": "Criders", + "state": "VA", + "latitude": "38.725738", + "longitude": "-79.019570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22821", + "city": "Dayton", + "state": "VA", + "latitude": "38.436873", + "longitude": "-78.990390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22824", + "city": "Edinburg", + "state": "VA", + "latitude": "38.828628", + "longitude": "-78.609640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22827", + "city": "Elkton", + "state": "VA", + "latitude": "38.404364", + "longitude": "-78.629070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22830", + "city": "Fulks Run", + "state": "VA", + "latitude": "38.637545", + "longitude": "-78.952050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22831", + "city": "Hinton", + "state": "VA", + "latitude": "38.584516", + "longitude": "-79.043280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22832", + "city": "Keezletown", + "state": "VA", + "latitude": "38.453741", + "longitude": "-78.782340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22833", + "city": "Lacey Spring", + "state": "VA", + "latitude": "38.528361", + "longitude": "-78.855172", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22834", + "city": "Linville", + "state": "VA", + "latitude": "38.544652", + "longitude": "-78.865640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22835", + "city": "Luray", + "state": "VA", + "latitude": "38.665615", + "longitude": "-78.456210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22840", + "city": "McGaheysville", + "state": "VA", + "latitude": "38.387721", + "longitude": "-78.734520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22841", + "city": "Mount Crawford", + "state": "VA", + "latitude": "38.358334", + "longitude": "-78.906670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22842", + "city": "Mount Jackson", + "state": "VA", + "latitude": "38.772409", + "longitude": "-78.694610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22843", + "city": "Mount Solon", + "state": "VA", + "latitude": "38.337507", + "longitude": "-79.116290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22844", + "city": "New Market", + "state": "VA", + "latitude": "38.652274", + "longitude": "-78.664170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22845", + "city": "Orkney Springs", + "state": "VA", + "latitude": "38.788499", + "longitude": "-78.814880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22846", + "city": "Penn Laird", + "state": "VA", + "latitude": "38.371616", + "longitude": "-78.797420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22847", + "city": "Quicksburg", + "state": "VA", + "latitude": "38.704494", + "longitude": "-78.700880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22848", + "city": "Pleasant Valley", + "state": "VA", + "latitude": "38.384681", + "longitude": "-78.891422", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22849", + "city": "Shenandoah", + "state": "VA", + "latitude": "38.496960", + "longitude": "-78.619970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22850", + "city": "Singers Glen", + "state": "VA", + "latitude": "38.553225", + "longitude": "-78.922060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22851", + "city": "Stanley", + "state": "VA", + "latitude": "38.567459", + "longitude": "-78.506960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22853", + "city": "Timberville", + "state": "VA", + "latitude": "38.641556", + "longitude": "-78.762580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22865", + "city": "Luray", + "state": "VA", + "latitude": "38.658450", + "longitude": "-78.426788", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22875", + "city": "Luray", + "state": "VA", + "latitude": "38.665568", + "longitude": "-78.466716", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22880", + "city": "Waynesboro", + "state": "VA", + "latitude": "38.058102", + "longitude": "-78.878493", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22901", + "city": "Charlottesville", + "state": "VA", + "latitude": "38.072402", + "longitude": "-78.501490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22902", + "city": "Charlottesville", + "state": "VA", + "latitude": "38.008470", + "longitude": "-78.478030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22903", + "city": "Charlottesville", + "state": "VA", + "latitude": "38.026342", + "longitude": "-78.534800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22904", + "city": "Charlottesville", + "state": "VA", + "latitude": "38.040101", + "longitude": "-78.485066", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22905", + "city": "Charlottesville", + "state": "VA", + "latitude": "38.040101", + "longitude": "-78.485066", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22906", + "city": "Charlottesville", + "state": "VA", + "latitude": "38.040101", + "longitude": "-78.485066", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22907", + "city": "Charlottesville", + "state": "VA", + "latitude": "38.040101", + "longitude": "-78.485066", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22908", + "city": "Charlottesville", + "state": "VA", + "latitude": "38.040101", + "longitude": "-78.485066", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22909", + "city": "Charlottesville", + "state": "VA", + "latitude": "38.024474", + "longitude": "-78.448214", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22910", + "city": "Charlottesville", + "state": "VA", + "latitude": "38.040101", + "longitude": "-78.485066", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22911", + "city": "Charlottesville", + "state": "VA", + "latitude": "38.077350", + "longitude": "-78.420420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22920", + "city": "Afton", + "state": "VA", + "latitude": "37.987812", + "longitude": "-78.797010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22922", + "city": "Arrington", + "state": "VA", + "latitude": "37.694740", + "longitude": "-78.932510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22923", + "city": "Barboursville", + "state": "VA", + "latitude": "38.167465", + "longitude": "-78.325900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22924", + "city": "Batesville", + "state": "VA", + "latitude": "38.000289", + "longitude": "-78.726620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22931", + "city": "Covesville", + "state": "VA", + "latitude": "37.890917", + "longitude": "-78.703430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22932", + "city": "Crozet", + "state": "VA", + "latitude": "38.116217", + "longitude": "-78.713960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22935", + "city": "Dyke", + "state": "VA", + "latitude": "38.254105", + "longitude": "-78.565480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22936", + "city": "Earlysville", + "state": "VA", + "latitude": "38.150083", + "longitude": "-78.476270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22937", + "city": "Esmont", + "state": "VA", + "latitude": "37.799220", + "longitude": "-78.612630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22938", + "city": "Faber", + "state": "VA", + "latitude": "37.855830", + "longitude": "-78.775460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22939", + "city": "Fishersville", + "state": "VA", + "latitude": "38.104457", + "longitude": "-78.974160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22940", + "city": "Free Union", + "state": "VA", + "latitude": "38.197583", + "longitude": "-78.593040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22942", + "city": "Gordonsville", + "state": "VA", + "latitude": "38.125214", + "longitude": "-78.197000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22943", + "city": "Greenwood", + "state": "VA", + "latitude": "38.039928", + "longitude": "-78.758940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22945", + "city": "Ivy", + "state": "VA", + "latitude": "38.065383", + "longitude": "-78.595831", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22946", + "city": "Keene", + "state": "VA", + "latitude": "37.855103", + "longitude": "-78.561620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22947", + "city": "Keswick", + "state": "VA", + "latitude": "38.025346", + "longitude": "-78.329250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22948", + "city": "Locust Dale", + "state": "VA", + "latitude": "38.349795", + "longitude": "-78.117470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22949", + "city": "Lovingston", + "state": "VA", + "latitude": "37.780882", + "longitude": "-78.892390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22952", + "city": "Lyndhurst", + "state": "VA", + "latitude": "37.969657", + "longitude": "-78.957120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22953", + "city": "Madison Mills", + "state": "VA", + "latitude": "38.428509", + "longitude": "-78.267848", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22954", + "city": "Massies Mill", + "state": "VA", + "latitude": "37.790887", + "longitude": "-79.003340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22957", + "city": "Montpelier Station", + "state": "VA", + "latitude": "38.221405", + "longitude": "-78.190260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22958", + "city": "Nellysford", + "state": "VA", + "latitude": "37.905649", + "longitude": "-78.902730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22959", + "city": "North Garden", + "state": "VA", + "latitude": "37.935994", + "longitude": "-78.640880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22960", + "city": "Orange", + "state": "VA", + "latitude": "38.231526", + "longitude": "-78.079230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22963", + "city": "Palmyra", + "state": "VA", + "latitude": "37.871021", + "longitude": "-78.308370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22964", + "city": "Piney River", + "state": "VA", + "latitude": "37.725074", + "longitude": "-78.992450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22965", + "city": "Quinque", + "state": "VA", + "latitude": "38.330132", + "longitude": "-78.475018", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22967", + "city": "Roseland", + "state": "VA", + "latitude": "37.791510", + "longitude": "-78.989610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22968", + "city": "Ruckersville", + "state": "VA", + "latitude": "38.233717", + "longitude": "-78.410090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22969", + "city": "Schuyler", + "state": "VA", + "latitude": "37.792343", + "longitude": "-78.694170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22971", + "city": "Shipman", + "state": "VA", + "latitude": "37.747470", + "longitude": "-78.802330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22972", + "city": "Somerset", + "state": "VA", + "latitude": "38.214023", + "longitude": "-78.215960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22973", + "city": "Stanardsville", + "state": "VA", + "latitude": "38.301191", + "longitude": "-78.463960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22974", + "city": "Troy", + "state": "VA", + "latitude": "37.959376", + "longitude": "-78.263530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22976", + "city": "Tyro", + "state": "VA", + "latitude": "37.840892", + "longitude": "-79.024590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22980", + "city": "Waynesboro", + "state": "VA", + "latitude": "38.076547", + "longitude": "-78.898390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22987", + "city": "White Hall", + "state": "VA", + "latitude": "38.179859", + "longitude": "-78.618912", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "22989", + "city": "Woodberry Forest", + "state": "VA", + "latitude": "38.292221", + "longitude": "-78.118650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23001", + "city": "Achilles", + "state": "VA", + "latitude": "37.293165", + "longitude": "-76.410570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23002", + "city": "Amelia Court House", + "state": "VA", + "latitude": "37.338511", + "longitude": "-77.958930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23003", + "city": "Ark", + "state": "VA", + "latitude": "37.432335", + "longitude": "-76.601616", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23004", + "city": "Arvonia", + "state": "VA", + "latitude": "37.673369", + "longitude": "-78.388990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23005", + "city": "Ashland", + "state": "VA", + "latitude": "37.754254", + "longitude": "-77.474650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23009", + "city": "Aylett", + "state": "VA", + "latitude": "37.790757", + "longitude": "-77.175530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23011", + "city": "Barhamsville", + "state": "VA", + "latitude": "37.478184", + "longitude": "-76.813840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23014", + "city": "Beaumont", + "state": "VA", + "latitude": "37.733844", + "longitude": "-77.888082", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23015", + "city": "Beaverdam", + "state": "VA", + "latitude": "37.931011", + "longitude": "-77.642960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23017", + "city": "Bellamy", + "state": "VA", + "latitude": "37.418242", + "longitude": "-76.508402", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23018", + "city": "Bena", + "state": "VA", + "latitude": "37.418242", + "longitude": "-76.508402", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23021", + "city": "Bohannon", + "state": "VA", + "latitude": "37.394600", + "longitude": "-76.365710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23022", + "city": "Bremo Bluff", + "state": "VA", + "latitude": "37.728067", + "longitude": "-78.268650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23023", + "city": "Bruington", + "state": "VA", + "latitude": "37.777938", + "longitude": "-76.950550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23024", + "city": "Bumpass", + "state": "VA", + "latitude": "37.961187", + "longitude": "-77.768240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23025", + "city": "Cardinal", + "state": "VA", + "latitude": "37.422209", + "longitude": "-76.373040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23027", + "city": "Cartersville", + "state": "VA", + "latitude": "37.653694", + "longitude": "-78.119020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23030", + "city": "Charles City", + "state": "VA", + "latitude": "37.342306", + "longitude": "-77.073100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23031", + "city": "Christchurch", + "state": "VA", + "latitude": "37.598391", + "longitude": "-76.447551", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23032", + "city": "Church View", + "state": "VA", + "latitude": "37.674655", + "longitude": "-76.681040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23035", + "city": "Cobbs Creek", + "state": "VA", + "latitude": "37.514774", + "longitude": "-76.375430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23038", + "city": "Columbia", + "state": "VA", + "latitude": "37.758949", + "longitude": "-78.140090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23039", + "city": "Crozier", + "state": "VA", + "latitude": "37.643406", + "longitude": "-77.807090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23040", + "city": "Cumberland", + "state": "VA", + "latitude": "37.522085", + "longitude": "-78.255300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23043", + "city": "Deltaville", + "state": "VA", + "latitude": "37.550168", + "longitude": "-76.343270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23045", + "city": "Diggs", + "state": "VA", + "latitude": "37.426154", + "longitude": "-76.268440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23047", + "city": "Doswell", + "state": "VA", + "latitude": "37.855002", + "longitude": "-77.470110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23050", + "city": "Dutton", + "state": "VA", + "latitude": "37.490365", + "longitude": "-76.441180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23054", + "city": "Fife", + "state": "VA", + "latitude": "37.733844", + "longitude": "-77.888082", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23055", + "city": "Fork Union", + "state": "VA", + "latitude": "37.782109", + "longitude": "-78.234720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23056", + "city": "Foster", + "state": "VA", + "latitude": "37.383629", + "longitude": "-76.361670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23058", + "city": "Glen Allen", + "state": "VA", + "latitude": "37.531296", + "longitude": "-77.416103", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23059", + "city": "Glen Allen", + "state": "VA", + "latitude": "37.686152", + "longitude": "-77.536510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23060", + "city": "Glen Allen", + "state": "VA", + "latitude": "37.661647", + "longitude": "-77.526320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23061", + "city": "Gloucester", + "state": "VA", + "latitude": "37.414991", + "longitude": "-76.529590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23062", + "city": "Gloucester Point", + "state": "VA", + "latitude": "37.257466", + "longitude": "-76.496610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23063", + "city": "Goochland", + "state": "VA", + "latitude": "37.695360", + "longitude": "-77.997930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23064", + "city": "Grimstead", + "state": "VA", + "latitude": "37.505190", + "longitude": "-76.297840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23065", + "city": "Gum Spring", + "state": "VA", + "latitude": "37.801783", + "longitude": "-77.924310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23066", + "city": "Gwynn", + "state": "VA", + "latitude": "37.501358", + "longitude": "-76.284530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23067", + "city": "Hadensville", + "state": "VA", + "latitude": "37.825208", + "longitude": "-77.989878", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23068", + "city": "Hallieford", + "state": "VA", + "latitude": "37.492529", + "longitude": "-76.336360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23069", + "city": "Hanover", + "state": "VA", + "latitude": "37.753904", + "longitude": "-77.339630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23070", + "city": "Hardyville", + "state": "VA", + "latitude": "37.551549", + "longitude": "-76.392940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23071", + "city": "Hartfield", + "state": "VA", + "latitude": "37.533471", + "longitude": "-76.460900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23072", + "city": "Hayes", + "state": "VA", + "latitude": "37.288999", + "longitude": "-76.473930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23075", + "city": "Highland Springs", + "state": "VA", + "latitude": "37.543595", + "longitude": "-77.323390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23076", + "city": "Hudgins", + "state": "VA", + "latitude": "37.475132", + "longitude": "-76.313160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23079", + "city": "Jamaica", + "state": "VA", + "latitude": "37.748645", + "longitude": "-76.667350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23081", + "city": "Jamestown", + "state": "VA", + "latitude": "37.223482", + "longitude": "-76.783317", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23083", + "city": "Jetersville", + "state": "VA", + "latitude": "37.303726", + "longitude": "-78.113490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23084", + "city": "Kents Store", + "state": "VA", + "latitude": "37.901980", + "longitude": "-78.096470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23085", + "city": "King And Queen Court Hous", + "state": "VA", + "latitude": "37.711368", + "longitude": "-76.858430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23086", + "city": "King William", + "state": "VA", + "latitude": "37.643750", + "longitude": "-77.025080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23089", + "city": "Lanexa", + "state": "VA", + "latitude": "37.435153", + "longitude": "-76.907190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23090", + "city": "Lightfoot", + "state": "VA", + "latitude": "37.235892", + "longitude": "-76.445567", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23091", + "city": "Little Plymouth", + "state": "VA", + "latitude": "37.638259", + "longitude": "-76.828580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23092", + "city": "Locust Hill", + "state": "VA", + "latitude": "37.593059", + "longitude": "-76.506940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23093", + "city": "Louisa", + "state": "VA", + "latitude": "37.995103", + "longitude": "-78.046120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23101", + "city": "Macon", + "state": "VA", + "latitude": "37.553314", + "longitude": "-77.892964", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23102", + "city": "Maidens", + "state": "VA", + "latitude": "37.712894", + "longitude": "-77.823790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23103", + "city": "Manakin Sabot", + "state": "VA", + "latitude": "37.639354", + "longitude": "-77.728410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23104", + "city": "Gloucester Point", + "state": "VA", + "latitude": "37.298919", + "longitude": "-76.530276", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23105", + "city": "Mannboro", + "state": "VA", + "latitude": "37.345032", + "longitude": "-77.944868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23106", + "city": "Manquin", + "state": "VA", + "latitude": "37.704693", + "longitude": "-77.203420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23107", + "city": "Maryus", + "state": "VA", + "latitude": "37.286410", + "longitude": "-76.404783", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23108", + "city": "Mascot", + "state": "VA", + "latitude": "37.642543", + "longitude": "-76.735540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23109", + "city": "Mathews", + "state": "VA", + "latitude": "37.437040", + "longitude": "-76.307240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23110", + "city": "Mattaponi", + "state": "VA", + "latitude": "37.571544", + "longitude": "-76.780660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23111", + "city": "Mechanicsville", + "state": "VA", + "latitude": "37.605641", + "longitude": "-77.315360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23112", + "city": "Midlothian", + "state": "VA", + "latitude": "37.427988", + "longitude": "-77.648680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23113", + "city": "Midlothian", + "state": "VA", + "latitude": "37.513380", + "longitude": "-77.641650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23115", + "city": "Millers Tavern", + "state": "VA", + "latitude": "37.826347", + "longitude": "-76.877510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23116", + "city": "Mechanicsville", + "state": "VA", + "latitude": "37.662559", + "longitude": "-77.367780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23117", + "city": "Mineral", + "state": "VA", + "latitude": "38.007186", + "longitude": "-77.868090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23119", + "city": "Moon", + "state": "VA", + "latitude": "37.451894", + "longitude": "-76.290400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23120", + "city": "Moseley", + "state": "VA", + "latitude": "37.422868", + "longitude": "-77.781300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23123", + "city": "New Canton", + "state": "VA", + "latitude": "37.663039", + "longitude": "-78.286800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23124", + "city": "New Kent", + "state": "VA", + "latitude": "37.545276", + "longitude": "-77.066640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23125", + "city": "New Point", + "state": "VA", + "latitude": "37.342721", + "longitude": "-76.279890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23126", + "city": "Newtown", + "state": "VA", + "latitude": "37.902954", + "longitude": "-77.145860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23127", + "city": "Norge", + "state": "VA", + "latitude": "37.310451", + "longitude": "-76.746769", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23128", + "city": "North", + "state": "VA", + "latitude": "37.456363", + "longitude": "-76.432980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23129", + "city": "Oilville", + "state": "VA", + "latitude": "37.698646", + "longitude": "-77.771110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23130", + "city": "Onemo", + "state": "VA", + "latitude": "37.405038", + "longitude": "-76.277850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23131", + "city": "Ordinary", + "state": "VA", + "latitude": "37.312159", + "longitude": "-76.518831", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23138", + "city": "Port Haywood", + "state": "VA", + "latitude": "37.366838", + "longitude": "-76.295770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23139", + "city": "Powhatan", + "state": "VA", + "latitude": "37.555630", + "longitude": "-77.900480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23140", + "city": "Providence Forge", + "state": "VA", + "latitude": "37.438569", + "longitude": "-77.035780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23141", + "city": "Quinton", + "state": "VA", + "latitude": "37.506369", + "longitude": "-77.151270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23146", + "city": "Rockville", + "state": "VA", + "latitude": "37.725675", + "longitude": "-77.690020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23147", + "city": "Ruthville", + "state": "VA", + "latitude": "37.379560", + "longitude": "-77.034752", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23148", + "city": "Saint Stephens Church", + "state": "VA", + "latitude": "37.837177", + "longitude": "-77.055550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23149", + "city": "Saluda", + "state": "VA", + "latitude": "37.578700", + "longitude": "-76.609160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23150", + "city": "Sandston", + "state": "VA", + "latitude": "37.517804", + "longitude": "-77.286780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23153", + "city": "Sandy Hook", + "state": "VA", + "latitude": "37.787745", + "longitude": "-77.969160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23154", + "city": "Schley", + "state": "VA", + "latitude": "37.418242", + "longitude": "-76.508402", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23155", + "city": "Severn", + "state": "VA", + "latitude": "37.418242", + "longitude": "-76.508402", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23156", + "city": "Shacklefords", + "state": "VA", + "latitude": "37.501267", + "longitude": "-76.723890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23160", + "city": "State Farm", + "state": "VA", + "latitude": "37.733844", + "longitude": "-77.888082", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23161", + "city": "Stevensville", + "state": "VA", + "latitude": "37.701245", + "longitude": "-76.929190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23162", + "city": "Studley", + "state": "VA", + "latitude": "37.772187", + "longitude": "-77.452640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23163", + "city": "Susan", + "state": "VA", + "latitude": "37.357742", + "longitude": "-76.301360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23168", + "city": "Toano", + "state": "VA", + "latitude": "37.403872", + "longitude": "-76.817440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23169", + "city": "Topping", + "state": "VA", + "latitude": "37.599217", + "longitude": "-76.458760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23170", + "city": "Trevilians", + "state": "VA", + "latitude": "37.940788", + "longitude": "-77.996956", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23173", + "city": "University Of Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23175", + "city": "Urbanna", + "state": "VA", + "latitude": "37.648536", + "longitude": "-76.598720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23176", + "city": "Wake", + "state": "VA", + "latitude": "37.571789", + "longitude": "-76.416310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23177", + "city": "Walkerton", + "state": "VA", + "latitude": "37.728152", + "longitude": "-76.999010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23178", + "city": "Ware Neck", + "state": "VA", + "latitude": "37.400287", + "longitude": "-76.460890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23180", + "city": "Water View", + "state": "VA", + "latitude": "37.710586", + "longitude": "-76.631790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23181", + "city": "West Point", + "state": "VA", + "latitude": "37.559878", + "longitude": "-76.830180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23183", + "city": "White Marsh", + "state": "VA", + "latitude": "37.363201", + "longitude": "-76.532492", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23184", + "city": "Wicomico", + "state": "VA", + "latitude": "37.285188", + "longitude": "-76.529800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23185", + "city": "Williamsburg", + "state": "VA", + "latitude": "37.256301", + "longitude": "-76.700240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23186", + "city": "Williamsburg", + "state": "VA", + "latitude": "37.270994", + "longitude": "-76.717220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23187", + "city": "Williamsburg", + "state": "VA", + "latitude": "37.310451", + "longitude": "-76.746769", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23188", + "city": "Williamsburg", + "state": "VA", + "latitude": "37.322936", + "longitude": "-76.757930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23190", + "city": "Woods Cross Roads", + "state": "VA", + "latitude": "37.482039", + "longitude": "-76.636154", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23191", + "city": "Zanoni", + "state": "VA", + "latitude": "37.418242", + "longitude": "-76.508402", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23192", + "city": "Montpelier", + "state": "VA", + "latitude": "37.813901", + "longitude": "-77.689520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23201", + "city": "Richmond", + "state": "VA", + "latitude": "37.541106", + "longitude": "-77.431825", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23218", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23219", + "city": "Richmond", + "state": "VA", + "latitude": "37.541046", + "longitude": "-77.435360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23220", + "city": "Richmond", + "state": "VA", + "latitude": "37.549396", + "longitude": "-77.457390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23221", + "city": "Richmond", + "state": "VA", + "latitude": "37.557626", + "longitude": "-77.488440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23222", + "city": "Richmond", + "state": "VA", + "latitude": "37.573595", + "longitude": "-77.425040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23223", + "city": "Richmond", + "state": "VA", + "latitude": "37.544746", + "longitude": "-77.400850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23224", + "city": "Richmond", + "state": "VA", + "latitude": "37.505147", + "longitude": "-77.461010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23225", + "city": "Richmond", + "state": "VA", + "latitude": "37.519180", + "longitude": "-77.498510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23226", + "city": "Richmond", + "state": "VA", + "latitude": "37.581696", + "longitude": "-77.517090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23227", + "city": "Richmond", + "state": "VA", + "latitude": "37.606778", + "longitude": "-77.447750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23228", + "city": "Richmond", + "state": "VA", + "latitude": "37.621745", + "longitude": "-77.488960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23229", + "city": "Richmond", + "state": "VA", + "latitude": "37.593546", + "longitude": "-77.562710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23230", + "city": "Richmond", + "state": "VA", + "latitude": "37.580346", + "longitude": "-77.488310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23231", + "city": "Richmond", + "state": "VA", + "latitude": "37.482896", + "longitude": "-77.363040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23232", + "city": "Richmond", + "state": "VA", + "latitude": "37.520187", + "longitude": "-77.408359", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23233", + "city": "Richmond", + "state": "VA", + "latitude": "37.622465", + "longitude": "-77.619650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23234", + "city": "Richmond", + "state": "VA", + "latitude": "37.457341", + "longitude": "-77.465800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23235", + "city": "Richmond", + "state": "VA", + "latitude": "37.522514", + "longitude": "-77.565650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23236", + "city": "Richmond", + "state": "VA", + "latitude": "37.475798", + "longitude": "-77.582350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23237", + "city": "Richmond", + "state": "VA", + "latitude": "37.406204", + "longitude": "-77.453300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23238", + "city": "Richmond", + "state": "VA", + "latitude": "37.733844", + "longitude": "-77.888082", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23240", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23241", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23242", + "city": "Richmond", + "state": "VA", + "latitude": "37.531296", + "longitude": "-77.416103", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23249", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23250", + "city": "Richmond", + "state": "VA", + "latitude": "37.507498", + "longitude": "-77.332916", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23255", + "city": "Richmond", + "state": "VA", + "latitude": "37.531296", + "longitude": "-77.416103", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23260", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23261", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23266", + "city": "Richmond", + "state": "VA", + "latitude": "37.567896", + "longitude": "-77.528308", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23269", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23270", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23272", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23273", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23274", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23275", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23276", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23278", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23279", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23280", + "city": "Richmond", + "state": "VA", + "latitude": "37.637622", + "longitude": "-77.468360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23282", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23284", + "city": "Richmond", + "state": "VA", + "latitude": "37.549446", + "longitude": "-77.451155", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23285", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23286", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23288", + "city": "Richmond", + "state": "VA", + "latitude": "37.531296", + "longitude": "-77.416103", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23289", + "city": "Richmond", + "state": "VA", + "latitude": "37.531296", + "longitude": "-77.416103", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23290", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23291", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23292", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23293", + "city": "Richmond", + "state": "VA", + "latitude": "37.524246", + "longitude": "-77.493157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23294", + "city": "Richmond", + "state": "VA", + "latitude": "37.633316", + "longitude": "-77.547750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23297", + "city": "Richmond", + "state": "VA", + "latitude": "37.389721", + "longitude": "-77.561266", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23298", + "city": "Richmond", + "state": "VA", + "latitude": "37.539694", + "longitude": "-77.428150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23301", + "city": "Accomac", + "state": "VA", + "latitude": "37.713561", + "longitude": "-75.671080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23302", + "city": "Assawoman", + "state": "VA", + "latitude": "37.870022", + "longitude": "-75.535540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23303", + "city": "Atlantic", + "state": "VA", + "latitude": "37.892445", + "longitude": "-75.511070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23304", + "city": "Battery Park", + "state": "VA", + "latitude": "36.994970", + "longitude": "-76.569010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23306", + "city": "Belle Haven", + "state": "VA", + "latitude": "37.560093", + "longitude": "-75.861820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23307", + "city": "Birdsnest", + "state": "VA", + "latitude": "37.434719", + "longitude": "-75.877670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23308", + "city": "Bloxom", + "state": "VA", + "latitude": "37.828492", + "longitude": "-75.618960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23310", + "city": "Cape Charles", + "state": "VA", + "latitude": "37.262520", + "longitude": "-75.971040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23313", + "city": "Capeville", + "state": "VA", + "latitude": "37.201937", + "longitude": "-75.952409", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23314", + "city": "Carrollton", + "state": "VA", + "latitude": "36.940626", + "longitude": "-76.537800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23315", + "city": "Carrsville", + "state": "VA", + "latitude": "36.740632", + "longitude": "-76.845170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23316", + "city": "Cheriton", + "state": "VA", + "latitude": "37.284061", + "longitude": "-75.969090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23320", + "city": "Chesapeake", + "state": "VA", + "latitude": "36.761698", + "longitude": "-76.245110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23321", + "city": "Chesapeake", + "state": "VA", + "latitude": "36.826239", + "longitude": "-76.415240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23322", + "city": "Chesapeake", + "state": "VA", + "latitude": "36.687543", + "longitude": "-76.229050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23323", + "city": "Chesapeake", + "state": "VA", + "latitude": "36.757815", + "longitude": "-76.335800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23324", + "city": "Chesapeake", + "state": "VA", + "latitude": "36.805717", + "longitude": "-76.271260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23325", + "city": "Chesapeake", + "state": "VA", + "latitude": "36.814897", + "longitude": "-76.238480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23326", + "city": "Chesapeake", + "state": "VA", + "latitude": "36.777015", + "longitude": "-76.239417", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23327", + "city": "Chesapeake", + "state": "VA", + "latitude": "36.708500", + "longitude": "-76.278531", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23328", + "city": "Chesapeake", + "state": "VA", + "latitude": "36.708500", + "longitude": "-76.278531", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23336", + "city": "Chincoteague Island", + "state": "VA", + "latitude": "37.934673", + "longitude": "-75.367800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23337", + "city": "Wallops Island", + "state": "VA", + "latitude": "37.931216", + "longitude": "-75.471920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23341", + "city": "Craddockville", + "state": "VA", + "latitude": "37.577292", + "longitude": "-75.864607", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23345", + "city": "Davis Wharf", + "state": "VA", + "latitude": "37.738248", + "longitude": "-75.701449", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23347", + "city": "Eastville", + "state": "VA", + "latitude": "37.353286", + "longitude": "-75.942030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23350", + "city": "Exmore", + "state": "VA", + "latitude": "37.522269", + "longitude": "-75.861320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23351", + "city": "Exmore", + "state": "VA", + "latitude": "37.528076", + "longitude": "-75.822769", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23354", + "city": "Franktown", + "state": "VA", + "latitude": "37.479588", + "longitude": "-75.902620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23356", + "city": "Greenbackville", + "state": "VA", + "latitude": "37.999025", + "longitude": "-75.416340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23357", + "city": "Greenbush", + "state": "VA", + "latitude": "37.754497", + "longitude": "-75.679740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23358", + "city": "Hacksneck", + "state": "VA", + "latitude": "37.635833", + "longitude": "-75.868490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23359", + "city": "Hallwood", + "state": "VA", + "latitude": "37.876357", + "longitude": "-75.596860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23380", + "city": "Exmore", + "state": "VA", + "latitude": "37.529341", + "longitude": "-75.816851", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23389", + "city": "Harborton", + "state": "VA", + "latitude": "37.661513", + "longitude": "-75.831500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23395", + "city": "Horntown", + "state": "VA", + "latitude": "37.957150", + "longitude": "-75.452960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23396", + "city": "Oak Hall", + "state": "VA", + "latitude": "37.923682", + "longitude": "-75.555142", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23397", + "city": "Isle Of Wight", + "state": "VA", + "latitude": "36.898915", + "longitude": "-76.687745", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23398", + "city": "Jamesville", + "state": "VA", + "latitude": "37.534336", + "longitude": "-75.877052", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23399", + "city": "Jenkins Bridge", + "state": "VA", + "latitude": "37.916218", + "longitude": "-75.616754", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23401", + "city": "Keller", + "state": "VA", + "latitude": "37.616860", + "longitude": "-75.765120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23404", + "city": "Locustville", + "state": "VA", + "latitude": "37.635838", + "longitude": "-75.666420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23405", + "city": "Machipongo", + "state": "VA", + "latitude": "37.425567", + "longitude": "-75.931170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23407", + "city": "Mappsville", + "state": "VA", + "latitude": "37.848467", + "longitude": "-75.555590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23408", + "city": "Marionville", + "state": "VA", + "latitude": "37.424497", + "longitude": "-75.877143", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23409", + "city": "Mears", + "state": "VA", + "latitude": "37.859953", + "longitude": "-75.629950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23410", + "city": "Melfa", + "state": "VA", + "latitude": "37.646820", + "longitude": "-75.739960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23412", + "city": "Modest Town", + "state": "VA", + "latitude": "37.790415", + "longitude": "-75.603470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23413", + "city": "Nassawadox", + "state": "VA", + "latitude": "37.452186", + "longitude": "-75.845230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23414", + "city": "Nelsonia", + "state": "VA", + "latitude": "37.816896", + "longitude": "-75.583227", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23415", + "city": "New Church", + "state": "VA", + "latitude": "37.973042", + "longitude": "-75.530450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23416", + "city": "Oak Hall", + "state": "VA", + "latitude": "37.926800", + "longitude": "-75.553390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23417", + "city": "Onancock", + "state": "VA", + "latitude": "37.709730", + "longitude": "-75.762720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23418", + "city": "Onley", + "state": "VA", + "latitude": "37.685447", + "longitude": "-75.710510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23419", + "city": "Oyster", + "state": "VA", + "latitude": "37.307411", + "longitude": "-75.926877", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23420", + "city": "Painter", + "state": "VA", + "latitude": "37.589068", + "longitude": "-75.799470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23421", + "city": "Parksley", + "state": "VA", + "latitude": "37.780966", + "longitude": "-75.648950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23422", + "city": "Pungoteague", + "state": "VA", + "latitude": "37.616183", + "longitude": "-75.791519", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23423", + "city": "Quinby", + "state": "VA", + "latitude": "37.549044", + "longitude": "-75.732370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23424", + "city": "Rescue", + "state": "VA", + "latitude": "36.996881", + "longitude": "-76.564516", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23426", + "city": "Sanford", + "state": "VA", + "latitude": "37.933590", + "longitude": "-75.676920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23427", + "city": "Saxis", + "state": "VA", + "latitude": "37.923580", + "longitude": "-75.721780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23429", + "city": "Seaview", + "state": "VA", + "latitude": "37.271104", + "longitude": "-75.953608", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23430", + "city": "Smithfield", + "state": "VA", + "latitude": "36.978861", + "longitude": "-76.639730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23431", + "city": "Smithfield", + "state": "VA", + "latitude": "36.898915", + "longitude": "-76.687745", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23432", + "city": "Suffolk", + "state": "VA", + "latitude": "36.871628", + "longitude": "-76.560630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23433", + "city": "Suffolk", + "state": "VA", + "latitude": "36.906805", + "longitude": "-76.498990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23434", + "city": "Suffolk", + "state": "VA", + "latitude": "36.735893", + "longitude": "-76.596560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23435", + "city": "Suffolk", + "state": "VA", + "latitude": "36.848820", + "longitude": "-76.465210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23436", + "city": "Suffolk", + "state": "VA", + "latitude": "36.894736", + "longitude": "-76.512810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23437", + "city": "Suffolk", + "state": "VA", + "latitude": "36.642645", + "longitude": "-76.822720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23438", + "city": "Suffolk", + "state": "VA", + "latitude": "36.578692", + "longitude": "-76.701290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23439", + "city": "Suffolk", + "state": "VA", + "latitude": "36.746101", + "longitude": "-76.665251", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23440", + "city": "Tangier", + "state": "VA", + "latitude": "37.847652", + "longitude": "-75.994040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23441", + "city": "Tasley", + "state": "VA", + "latitude": "37.711442", + "longitude": "-75.700440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23442", + "city": "Temperanceville", + "state": "VA", + "latitude": "37.887538", + "longitude": "-75.536450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23443", + "city": "Townsend", + "state": "VA", + "latitude": "37.188217", + "longitude": "-75.969003", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23450", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.844004", + "longitude": "-76.120360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23451", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.864788", + "longitude": "-76.000980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23452", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.839209", + "longitude": "-76.093330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23453", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.786753", + "longitude": "-76.082079", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23454", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.838398", + "longitude": "-76.028620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23455", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.889797", + "longitude": "-76.142600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23456", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.762459", + "longitude": "-76.061390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23457", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.600219", + "longitude": "-76.035920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23458", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.847388", + "longitude": "-76.155810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23459", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.926647", + "longitude": "-76.020580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23460", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.837598", + "longitude": "-76.026053", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23461", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.795328", + "longitude": "-75.977680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23462", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.839648", + "longitude": "-76.151770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23463", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.795669", + "longitude": "-76.012628", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23464", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.799284", + "longitude": "-76.177670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23465", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.851243", + "longitude": "-76.169215", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23466", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.795669", + "longitude": "-76.012628", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23467", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.795669", + "longitude": "-76.012628", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23468", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.843948", + "longitude": "-76.142407", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23471", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.795669", + "longitude": "-76.012628", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23472", + "city": "Gloucester Point", + "state": "VA", + "latitude": "37.294975", + "longitude": "-76.527425", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23479", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.795669", + "longitude": "-76.012628", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23480", + "city": "Wachapreague", + "state": "VA", + "latitude": "37.605335", + "longitude": "-75.690880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23482", + "city": "Wardtown", + "state": "VA", + "latitude": "37.273986", + "longitude": "-75.869130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23483", + "city": "Wattsville", + "state": "VA", + "latitude": "37.943726", + "longitude": "-75.502306", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23486", + "city": "Willis Wharf", + "state": "VA", + "latitude": "37.518917", + "longitude": "-75.810482", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23487", + "city": "Windsor", + "state": "VA", + "latitude": "36.828408", + "longitude": "-76.735060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23488", + "city": "Withams", + "state": "VA", + "latitude": "37.952168", + "longitude": "-75.596810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23501", + "city": "Norfolk", + "state": "VA", + "latitude": "36.895911", + "longitude": "-76.208521", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23502", + "city": "Norfolk", + "state": "VA", + "latitude": "36.855247", + "longitude": "-76.212330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23503", + "city": "Norfolk", + "state": "VA", + "latitude": "36.942947", + "longitude": "-76.254700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23504", + "city": "Norfolk", + "state": "VA", + "latitude": "36.859362", + "longitude": "-76.270280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23505", + "city": "Norfolk", + "state": "VA", + "latitude": "36.913147", + "longitude": "-76.284440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23506", + "city": "Norfolk", + "state": "VA", + "latitude": "36.931166", + "longitude": "-76.239720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23507", + "city": "Norfolk", + "state": "VA", + "latitude": "36.864047", + "longitude": "-76.299470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23508", + "city": "Norfolk", + "state": "VA", + "latitude": "36.886447", + "longitude": "-76.300650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23509", + "city": "Norfolk", + "state": "VA", + "latitude": "36.880297", + "longitude": "-76.259600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23510", + "city": "Norfolk", + "state": "VA", + "latitude": "36.852547", + "longitude": "-76.290280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23511", + "city": "Norfolk", + "state": "VA", + "latitude": "36.935579", + "longitude": "-76.303417", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23512", + "city": "Norfolk", + "state": "VA", + "latitude": "36.931166", + "longitude": "-76.239720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23513", + "city": "Norfolk", + "state": "VA", + "latitude": "36.888147", + "longitude": "-76.239090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23514", + "city": "Norfolk", + "state": "VA", + "latitude": "36.931166", + "longitude": "-76.239720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23515", + "city": "Norfolk", + "state": "VA", + "latitude": "36.931166", + "longitude": "-76.239720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23517", + "city": "Norfolk", + "state": "VA", + "latitude": "36.870197", + "longitude": "-76.292710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23518", + "city": "Norfolk", + "state": "VA", + "latitude": "36.916497", + "longitude": "-76.217960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23519", + "city": "Norfolk", + "state": "VA", + "latitude": "36.931166", + "longitude": "-76.239720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23520", + "city": "Norfolk", + "state": "VA", + "latitude": "36.931166", + "longitude": "-76.239720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23521", + "city": "Norfolk", + "state": "VA", + "latitude": "36.916397", + "longitude": "-76.152700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23523", + "city": "Norfolk", + "state": "VA", + "latitude": "36.830936", + "longitude": "-76.273540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23529", + "city": "Norfolk", + "state": "VA", + "latitude": "36.931166", + "longitude": "-76.239720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23530", + "city": "Norfolk", + "state": "VA", + "latitude": "36.931166", + "longitude": "-76.239720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23541", + "city": "Norfolk", + "state": "VA", + "latitude": "36.931166", + "longitude": "-76.239720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23551", + "city": "Norfolk", + "state": "VA", + "latitude": "36.931166", + "longitude": "-76.239720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23601", + "city": "Newport News", + "state": "VA", + "latitude": "37.053346", + "longitude": "-76.459480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23602", + "city": "Newport News", + "state": "VA", + "latitude": "37.115698", + "longitude": "-76.518300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23603", + "city": "Newport News", + "state": "VA", + "latitude": "37.193712", + "longitude": "-76.571780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23604", + "city": "Fort Eustis", + "state": "VA", + "latitude": "37.144943", + "longitude": "-76.586770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23605", + "city": "Newport News", + "state": "VA", + "latitude": "37.019453", + "longitude": "-76.436510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23606", + "city": "Newport News", + "state": "VA", + "latitude": "37.078196", + "longitude": "-76.494460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23607", + "city": "Newport News", + "state": "VA", + "latitude": "36.987151", + "longitude": "-76.419500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23608", + "city": "Newport News", + "state": "VA", + "latitude": "37.151315", + "longitude": "-76.548120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23609", + "city": "Newport News", + "state": "VA", + "latitude": "37.195924", + "longitude": "-76.524805", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23612", + "city": "Newport News", + "state": "VA", + "latitude": "37.195924", + "longitude": "-76.524805", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23620", + "city": "Franklin", + "state": "VA", + "latitude": "36.694658", + "longitude": "-76.965091", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23628", + "city": "Newport News", + "state": "VA", + "latitude": "37.195924", + "longitude": "-76.524805", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23630", + "city": "Hampton", + "state": "VA", + "latitude": "37.072658", + "longitude": "-76.389920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23631", + "city": "Hampton", + "state": "VA", + "latitude": "37.072658", + "longitude": "-76.389920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23642", + "city": "Virginia Beach", + "state": "VA", + "latitude": "36.843073", + "longitude": "-76.154882", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23651", + "city": "Fort Monroe", + "state": "VA", + "latitude": "37.002997", + "longitude": "-76.320390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23653", + "city": "Hampton", + "state": "VA", + "latitude": "37.072658", + "longitude": "-76.389920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23661", + "city": "Hampton", + "state": "VA", + "latitude": "37.005814", + "longitude": "-76.383160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23662", + "city": "Poquoson", + "state": "VA", + "latitude": "37.131237", + "longitude": "-76.380890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23663", + "city": "Hampton", + "state": "VA", + "latitude": "37.031474", + "longitude": "-76.316370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23664", + "city": "Hampton", + "state": "VA", + "latitude": "37.056778", + "longitude": "-76.293730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23665", + "city": "Hampton", + "state": "VA", + "latitude": "37.098317", + "longitude": "-76.419600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23666", + "city": "Hampton", + "state": "VA", + "latitude": "37.050946", + "longitude": "-76.407110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23667", + "city": "Hampton", + "state": "VA", + "latitude": "37.019346", + "longitude": "-76.331815", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23668", + "city": "Hampton", + "state": "VA", + "latitude": "37.020596", + "longitude": "-76.337715", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23669", + "city": "Hampton", + "state": "VA", + "latitude": "37.037946", + "longitude": "-76.344150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23670", + "city": "Hampton", + "state": "VA", + "latitude": "37.072658", + "longitude": "-76.389920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23681", + "city": "Hampton", + "state": "VA", + "latitude": "37.072658", + "longitude": "-76.389920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23690", + "city": "Yorktown", + "state": "VA", + "latitude": "37.227904", + "longitude": "-76.512780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23691", + "city": "Yorktown", + "state": "VA", + "latitude": "37.257932", + "longitude": "-76.560760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23692", + "city": "Yorktown", + "state": "VA", + "latitude": "37.178417", + "longitude": "-76.467510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23693", + "city": "Yorktown", + "state": "VA", + "latitude": "37.112915", + "longitude": "-76.435910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23694", + "city": "Lackey", + "state": "VA", + "latitude": "37.223152", + "longitude": "-76.559010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23696", + "city": "Seaford", + "state": "VA", + "latitude": "37.191262", + "longitude": "-76.421350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23701", + "city": "Portsmouth", + "state": "VA", + "latitude": "36.810448", + "longitude": "-76.368110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23702", + "city": "Portsmouth", + "state": "VA", + "latitude": "36.803981", + "longitude": "-76.323860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23703", + "city": "Portsmouth", + "state": "VA", + "latitude": "36.867248", + "longitude": "-76.382320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23704", + "city": "Portsmouth", + "state": "VA", + "latitude": "36.830748", + "longitude": "-76.313690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23705", + "city": "Portsmouth", + "state": "VA", + "latitude": "36.868553", + "longitude": "-76.355165", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23707", + "city": "Portsmouth", + "state": "VA", + "latitude": "36.835215", + "longitude": "-76.345700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23708", + "city": "Portsmouth", + "state": "VA", + "latitude": "36.846562", + "longitude": "-76.308030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23709", + "city": "Portsmouth", + "state": "VA", + "latitude": "36.868553", + "longitude": "-76.355165", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23801", + "city": "Fort Lee", + "state": "VA", + "latitude": "37.241173", + "longitude": "-77.348450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23803", + "city": "Petersburg", + "state": "VA", + "latitude": "37.216950", + "longitude": "-77.430630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23804", + "city": "Petersburg", + "state": "VA", + "latitude": "37.204765", + "longitude": "-77.392784", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23805", + "city": "Petersburg", + "state": "VA", + "latitude": "37.174217", + "longitude": "-77.390080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23806", + "city": "Petersburg", + "state": "VA", + "latitude": "37.204765", + "longitude": "-77.392784", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23810", + "city": "Cape Charles", + "state": "VA", + "latitude": "37.268263", + "longitude": "-76.007162", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23814", + "city": "Gloucester Point", + "state": "VA", + "latitude": "37.285231", + "longitude": "-76.531577", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23821", + "city": "Alberta", + "state": "VA", + "latitude": "36.872290", + "longitude": "-77.911250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23822", + "city": "Ammon", + "state": "VA", + "latitude": "37.072361", + "longitude": "-77.647495", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23824", + "city": "Blackstone", + "state": "VA", + "latitude": "37.070975", + "longitude": "-77.988760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23827", + "city": "Boykins", + "state": "VA", + "latitude": "36.602472", + "longitude": "-77.208510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23828", + "city": "Branchville", + "state": "VA", + "latitude": "36.582188", + "longitude": "-77.277590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23829", + "city": "Capron", + "state": "VA", + "latitude": "36.724498", + "longitude": "-77.218930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23830", + "city": "Carson", + "state": "VA", + "latitude": "37.017750", + "longitude": "-77.394750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23831", + "city": "Chester", + "state": "VA", + "latitude": "37.350999", + "longitude": "-77.439590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23832", + "city": "Chesterfield", + "state": "VA", + "latitude": "37.405699", + "longitude": "-77.583800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23833", + "city": "Church Road", + "state": "VA", + "latitude": "37.197024", + "longitude": "-77.669320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23834", + "city": "Colonial Heights", + "state": "VA", + "latitude": "37.265403", + "longitude": "-77.404380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23836", + "city": "Chester", + "state": "VA", + "latitude": "37.343005", + "longitude": "-77.346040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23837", + "city": "Courtland", + "state": "VA", + "latitude": "36.740306", + "longitude": "-77.071320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23838", + "city": "Chesterfield", + "state": "VA", + "latitude": "37.328232", + "longitude": "-77.613640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23839", + "city": "Dendron", + "state": "VA", + "latitude": "37.079298", + "longitude": "-76.921550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23840", + "city": "Dewitt", + "state": "VA", + "latitude": "37.066833", + "longitude": "-77.667500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23841", + "city": "Dinwiddie", + "state": "VA", + "latitude": "37.055849", + "longitude": "-77.563490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23842", + "city": "Disputanta", + "state": "VA", + "latitude": "37.126708", + "longitude": "-77.232810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23843", + "city": "Dolphin", + "state": "VA", + "latitude": "36.848712", + "longitude": "-77.806820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23844", + "city": "Drewryville", + "state": "VA", + "latitude": "36.688788", + "longitude": "-77.310720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23845", + "city": "Ebony", + "state": "VA", + "latitude": "36.554164", + "longitude": "-78.014080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23846", + "city": "Elberon", + "state": "VA", + "latitude": "37.064244", + "longitude": "-76.826370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23847", + "city": "Emporia", + "state": "VA", + "latitude": "36.686270", + "longitude": "-77.561210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23850", + "city": "Ford", + "state": "VA", + "latitude": "37.169066", + "longitude": "-77.743580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23851", + "city": "Franklin", + "state": "VA", + "latitude": "36.668255", + "longitude": "-76.939450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23856", + "city": "Freeman", + "state": "VA", + "latitude": "36.776189", + "longitude": "-77.712890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23857", + "city": "Gasburg", + "state": "VA", + "latitude": "36.576549", + "longitude": "-77.884670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23860", + "city": "Hopewell", + "state": "VA", + "latitude": "37.287869", + "longitude": "-77.293590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23866", + "city": "Ivor", + "state": "VA", + "latitude": "36.907991", + "longitude": "-76.890250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23867", + "city": "Jarratt", + "state": "VA", + "latitude": "36.811276", + "longitude": "-77.474960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23868", + "city": "Lawrenceville", + "state": "VA", + "latitude": "36.722176", + "longitude": "-77.812690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23870", + "city": "Jarratt", + "state": "VA", + "latitude": "36.721471", + "longitude": "-77.531996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23872", + "city": "McKenney", + "state": "VA", + "latitude": "36.993498", + "longitude": "-77.746870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23873", + "city": "Meredithville", + "state": "VA", + "latitude": "36.808780", + "longitude": "-77.954397", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23874", + "city": "Newsoms", + "state": "VA", + "latitude": "36.610636", + "longitude": "-77.102690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23875", + "city": "Prince George", + "state": "VA", + "latitude": "37.235949", + "longitude": "-77.302590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23876", + "city": "Rawlings", + "state": "VA", + "latitude": "36.951449", + "longitude": "-77.824020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23878", + "city": "Sedley", + "state": "VA", + "latitude": "36.822024", + "longitude": "-77.024040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23879", + "city": "Skippers", + "state": "VA", + "latitude": "36.584448", + "longitude": "-77.588540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23881", + "city": "Spring Grove", + "state": "VA", + "latitude": "37.181764", + "longitude": "-77.002600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23882", + "city": "Stony Creek", + "state": "VA", + "latitude": "36.928972", + "longitude": "-77.419710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23883", + "city": "Surry", + "state": "VA", + "latitude": "37.140510", + "longitude": "-76.743420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23884", + "city": "Sussex", + "state": "VA", + "latitude": "36.945667", + "longitude": "-77.253913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23885", + "city": "Sutherland", + "state": "VA", + "latitude": "37.191579", + "longitude": "-77.566820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23887", + "city": "Valentines", + "state": "VA", + "latitude": "36.563755", + "longitude": "-77.826520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23888", + "city": "Wakefield", + "state": "VA", + "latitude": "36.963354", + "longitude": "-76.981270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23889", + "city": "Warfield", + "state": "VA", + "latitude": "36.912369", + "longitude": "-77.752390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23890", + "city": "Waverly", + "state": "VA", + "latitude": "37.005989", + "longitude": "-77.098190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23891", + "city": "Waverly", + "state": "VA", + "latitude": "36.909845", + "longitude": "-77.286287", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23893", + "city": "White Plains", + "state": "VA", + "latitude": "36.628802", + "longitude": "-77.928170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23894", + "city": "Wilsons", + "state": "VA", + "latitude": "37.127935", + "longitude": "-77.839180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23897", + "city": "Yale", + "state": "VA", + "latitude": "36.828831", + "longitude": "-77.282880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23898", + "city": "Zuni", + "state": "VA", + "latitude": "36.836423", + "longitude": "-76.837310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23899", + "city": "Claremont", + "state": "VA", + "latitude": "37.227291", + "longitude": "-76.965450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23901", + "city": "Farmville", + "state": "VA", + "latitude": "37.307946", + "longitude": "-78.401440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23909", + "city": "Farmville", + "state": "VA", + "latitude": "37.301574", + "longitude": "-78.394944", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23915", + "city": "Baskerville", + "state": "VA", + "latitude": "36.694531", + "longitude": "-78.287940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23917", + "city": "Boydton", + "state": "VA", + "latitude": "36.615944", + "longitude": "-78.310200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23919", + "city": "Bracey", + "state": "VA", + "latitude": "36.567521", + "longitude": "-78.121760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23920", + "city": "Brodnax", + "state": "VA", + "latitude": "36.732859", + "longitude": "-77.995910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23921", + "city": "Buckingham", + "state": "VA", + "latitude": "37.581656", + "longitude": "-78.620580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23922", + "city": "Burkeville", + "state": "VA", + "latitude": "37.191053", + "longitude": "-78.211700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23923", + "city": "Charlotte Court House", + "state": "VA", + "latitude": "37.074876", + "longitude": "-78.632630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23924", + "city": "Chase City", + "state": "VA", + "latitude": "36.806422", + "longitude": "-78.460480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23927", + "city": "Clarksville", + "state": "VA", + "latitude": "36.616650", + "longitude": "-78.540180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23930", + "city": "Crewe", + "state": "VA", + "latitude": "37.173493", + "longitude": "-78.112360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23934", + "city": "Cullen", + "state": "VA", + "latitude": "37.164981", + "longitude": "-78.625920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23936", + "city": "Dillwyn", + "state": "VA", + "latitude": "37.529284", + "longitude": "-78.490820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23937", + "city": "Drakes Branch", + "state": "VA", + "latitude": "36.958048", + "longitude": "-78.534030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23938", + "city": "Dundas", + "state": "VA", + "latitude": "36.909504", + "longitude": "-78.006460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23939", + "city": "Evergreen", + "state": "VA", + "latitude": "37.312972", + "longitude": "-78.772030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23941", + "city": "Fort Mitchell", + "state": "VA", + "latitude": "36.948129", + "longitude": "-78.248333", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23942", + "city": "Green Bay", + "state": "VA", + "latitude": "37.129269", + "longitude": "-78.301070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23943", + "city": "Hampden Sydney", + "state": "VA", + "latitude": "37.241732", + "longitude": "-78.463200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23944", + "city": "Kenbridge", + "state": "VA", + "latitude": "36.925375", + "longitude": "-78.117670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23947", + "city": "Keysville", + "state": "VA", + "latitude": "37.029877", + "longitude": "-78.464300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23950", + "city": "La Crosse", + "state": "VA", + "latitude": "36.678507", + "longitude": "-78.080980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23952", + "city": "Lunenburg", + "state": "VA", + "latitude": "36.930088", + "longitude": "-78.292150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23954", + "city": "Meherrin", + "state": "VA", + "latitude": "37.097705", + "longitude": "-78.378230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23955", + "city": "Nottoway", + "state": "VA", + "latitude": "37.116094", + "longitude": "-78.057832", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23958", + "city": "Pamplin", + "state": "VA", + "latitude": "37.264896", + "longitude": "-78.665580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23959", + "city": "Phenix", + "state": "VA", + "latitude": "37.094313", + "longitude": "-78.771820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23960", + "city": "Prospect", + "state": "VA", + "latitude": "37.310203", + "longitude": "-78.553590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23962", + "city": "Randolph", + "state": "VA", + "latitude": "37.017706", + "longitude": "-78.736680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23963", + "city": "Red House", + "state": "VA", + "latitude": "37.197072", + "longitude": "-78.816940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23964", + "city": "Red Oak", + "state": "VA", + "latitude": "36.780021", + "longitude": "-78.621020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23966", + "city": "Rice", + "state": "VA", + "latitude": "37.284087", + "longitude": "-78.275590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23967", + "city": "Saxe", + "state": "VA", + "latitude": "36.913228", + "longitude": "-78.636110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23968", + "city": "Skipwith", + "state": "VA", + "latitude": "36.702863", + "longitude": "-78.512180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23970", + "city": "South Hill", + "state": "VA", + "latitude": "36.733874", + "longitude": "-78.172870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23974", + "city": "Victoria", + "state": "VA", + "latitude": "36.987595", + "longitude": "-78.232850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23976", + "city": "Wylliesburg", + "state": "VA", + "latitude": "36.848612", + "longitude": "-78.590640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "23999", + "city": "Richmond", + "state": "VA", + "latitude": "37.561962", + "longitude": "-77.425452", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24001", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24002", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24003", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24004", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24005", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24006", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24007", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24008", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24009", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24010", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24011", + "city": "Roanoke", + "state": "VA", + "latitude": "37.270637", + "longitude": "-79.941550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24012", + "city": "Roanoke", + "state": "VA", + "latitude": "37.305769", + "longitude": "-79.927670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24013", + "city": "Roanoke", + "state": "VA", + "latitude": "37.267137", + "longitude": "-79.926450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24014", + "city": "Roanoke", + "state": "VA", + "latitude": "37.236753", + "longitude": "-79.935490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24015", + "city": "Roanoke", + "state": "VA", + "latitude": "37.258787", + "longitude": "-79.978160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24016", + "city": "Roanoke", + "state": "VA", + "latitude": "37.272186", + "longitude": "-79.953210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24017", + "city": "Roanoke", + "state": "VA", + "latitude": "37.290886", + "longitude": "-79.982560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24018", + "city": "Roanoke", + "state": "VA", + "latitude": "37.229786", + "longitude": "-80.024770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24019", + "city": "Roanoke", + "state": "VA", + "latitude": "37.341428", + "longitude": "-79.950490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24020", + "city": "Roanoke", + "state": "VA", + "latitude": "37.357149", + "longitude": "-79.945410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24022", + "city": "Roanoke", + "state": "VA", + "latitude": "37.278439", + "longitude": "-79.933206", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24023", + "city": "Roanoke", + "state": "VA", + "latitude": "37.210663", + "longitude": "-80.406172", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24024", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24025", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24026", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24027", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24028", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24029", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24030", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24031", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24032", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24033", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24034", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24035", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24036", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24037", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24038", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24040", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24042", + "city": "Roanoke", + "state": "VA", + "latitude": "37.271687", + "longitude": "-79.939228", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24043", + "city": "Roanoke", + "state": "VA", + "latitude": "37.269168", + "longitude": "-79.939905", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24044", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24045", + "city": "Roanoke", + "state": "VA", + "latitude": "37.268618", + "longitude": "-79.940655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24048", + "city": "Roanoke", + "state": "VA", + "latitude": "37.274175", + "longitude": "-79.957860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24050", + "city": "Roanoke", + "state": "VA", + "latitude": "37.555083", + "longitude": "-79.786151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24053", + "city": "Ararat", + "state": "VA", + "latitude": "36.618824", + "longitude": "-80.531020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24054", + "city": "Axton", + "state": "VA", + "latitude": "36.677075", + "longitude": "-79.706040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24055", + "city": "Bassett", + "state": "VA", + "latitude": "36.757893", + "longitude": "-80.001610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24058", + "city": "Belspring", + "state": "VA", + "latitude": "37.189876", + "longitude": "-80.597610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24059", + "city": "Bent Mountain", + "state": "VA", + "latitude": "37.146244", + "longitude": "-80.125620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24060", + "city": "Blacksburg", + "state": "VA", + "latitude": "37.232027", + "longitude": "-80.421270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24061", + "city": "Blacksburg", + "state": "VA", + "latitude": "37.179115", + "longitude": "-80.351482", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24062", + "city": "Blacksburg", + "state": "VA", + "latitude": "37.174227", + "longitude": "-80.395698", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24063", + "city": "Blacksburg", + "state": "VA", + "latitude": "37.174227", + "longitude": "-80.395698", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24064", + "city": "Blue Ridge", + "state": "VA", + "latitude": "37.373117", + "longitude": "-79.790430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24065", + "city": "Boones Mill", + "state": "VA", + "latitude": "37.116716", + "longitude": "-79.955280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24066", + "city": "Buchanan", + "state": "VA", + "latitude": "37.532991", + "longitude": "-79.680040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24067", + "city": "Callaway", + "state": "VA", + "latitude": "37.010772", + "longitude": "-80.081110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24068", + "city": "Christiansburg", + "state": "VA", + "latitude": "37.154804", + "longitude": "-80.418396", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24069", + "city": "Cascade", + "state": "VA", + "latitude": "36.586545", + "longitude": "-79.641940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24070", + "city": "Catawba", + "state": "VA", + "latitude": "37.361962", + "longitude": "-80.194850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24072", + "city": "Check", + "state": "VA", + "latitude": "37.040036", + "longitude": "-80.216700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24073", + "city": "Christiansburg", + "state": "VA", + "latitude": "37.136013", + "longitude": "-80.412220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24076", + "city": "Claudville", + "state": "VA", + "latitude": "36.580514", + "longitude": "-80.433200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24077", + "city": "Cloverdale", + "state": "VA", + "latitude": "37.369313", + "longitude": "-79.903030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24078", + "city": "Collinsville", + "state": "VA", + "latitude": "36.720217", + "longitude": "-79.914250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24079", + "city": "Copper Hill", + "state": "VA", + "latitude": "37.043459", + "longitude": "-80.148680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24082", + "city": "Critz", + "state": "VA", + "latitude": "36.625817", + "longitude": "-80.135420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24083", + "city": "Daleville", + "state": "VA", + "latitude": "37.407301", + "longitude": "-79.917610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24084", + "city": "Dublin", + "state": "VA", + "latitude": "37.107273", + "longitude": "-80.673840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24085", + "city": "Eagle Rock", + "state": "VA", + "latitude": "37.671394", + "longitude": "-79.816810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24086", + "city": "Eggleston", + "state": "VA", + "latitude": "37.287326", + "longitude": "-80.621940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24087", + "city": "Elliston", + "state": "VA", + "latitude": "37.218668", + "longitude": "-80.233500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24088", + "city": "Ferrum", + "state": "VA", + "latitude": "36.901203", + "longitude": "-80.071500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24089", + "city": "Fieldale", + "state": "VA", + "latitude": "36.704870", + "longitude": "-79.956810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24090", + "city": "Fincastle", + "state": "VA", + "latitude": "37.512912", + "longitude": "-79.870460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24091", + "city": "Floyd", + "state": "VA", + "latitude": "36.910051", + "longitude": "-80.308710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24092", + "city": "Glade Hill", + "state": "VA", + "latitude": "37.014685", + "longitude": "-79.753350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24093", + "city": "Glen Lyn", + "state": "VA", + "latitude": "37.377877", + "longitude": "-80.856580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24094", + "city": "Goldbond", + "state": "VA", + "latitude": "37.427111", + "longitude": "-80.552270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24095", + "city": "Goodview", + "state": "VA", + "latitude": "37.215560", + "longitude": "-79.739220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24101", + "city": "Hardy", + "state": "VA", + "latitude": "37.180713", + "longitude": "-79.765360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24102", + "city": "Henry", + "state": "VA", + "latitude": "36.838473", + "longitude": "-79.990930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24104", + "city": "Huddleston", + "state": "VA", + "latitude": "37.107479", + "longitude": "-79.530460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24105", + "city": "Indian Valley", + "state": "VA", + "latitude": "36.901524", + "longitude": "-80.593600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24111", + "city": "McCoy", + "state": "VA", + "latitude": "37.174227", + "longitude": "-80.395698", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24112", + "city": "Martinsville", + "state": "VA", + "latitude": "36.696264", + "longitude": "-79.868790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24113", + "city": "Martinsville", + "state": "VA", + "latitude": "36.679571", + "longitude": "-79.865168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24114", + "city": "Martinsville", + "state": "VA", + "latitude": "36.679571", + "longitude": "-79.865168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24115", + "city": "Martinsville", + "state": "VA", + "latitude": "36.679571", + "longitude": "-79.865168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24120", + "city": "Meadows Of Dan", + "state": "VA", + "latitude": "36.720001", + "longitude": "-80.419750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24121", + "city": "Moneta", + "state": "VA", + "latitude": "37.145705", + "longitude": "-79.647860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24122", + "city": "Montvale", + "state": "VA", + "latitude": "37.413397", + "longitude": "-79.707890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24124", + "city": "Narrows", + "state": "VA", + "latitude": "37.331818", + "longitude": "-80.808470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24126", + "city": "Newbern", + "state": "VA", + "latitude": "37.069206", + "longitude": "-80.689067", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24127", + "city": "New Castle", + "state": "VA", + "latitude": "37.505033", + "longitude": "-80.173020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24128", + "city": "Newport", + "state": "VA", + "latitude": "37.325758", + "longitude": "-80.470210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24129", + "city": "New River", + "state": "VA", + "latitude": "37.096403", + "longitude": "-80.608056", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24130", + "city": "Oriskany", + "state": "VA", + "latitude": "37.555083", + "longitude": "-79.786151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24131", + "city": "Paint Bank", + "state": "VA", + "latitude": "37.562902", + "longitude": "-80.253800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24132", + "city": "Parrott", + "state": "VA", + "latitude": "37.210996", + "longitude": "-80.627510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24133", + "city": "Patrick Springs", + "state": "VA", + "latitude": "36.677978", + "longitude": "-80.135110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24134", + "city": "Pearisburg", + "state": "VA", + "latitude": "37.291252", + "longitude": "-80.736010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24136", + "city": "Pembroke", + "state": "VA", + "latitude": "37.318030", + "longitude": "-80.622670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24137", + "city": "Penhook", + "state": "VA", + "latitude": "36.947422", + "longitude": "-79.635360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24138", + "city": "Pilot", + "state": "VA", + "latitude": "37.048647", + "longitude": "-80.320480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24139", + "city": "Pittsville", + "state": "VA", + "latitude": "37.010279", + "longitude": "-79.472170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24141", + "city": "Radford", + "state": "VA", + "latitude": "37.119790", + "longitude": "-80.573250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24142", + "city": "Radford", + "state": "VA", + "latitude": "37.138427", + "longitude": "-80.550310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24143", + "city": "Radford", + "state": "VA", + "latitude": "37.122583", + "longitude": "-80.562913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24146", + "city": "Redwood", + "state": "VA", + "latitude": "37.006912", + "longitude": "-79.913875", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24147", + "city": "Rich Creek", + "state": "VA", + "latitude": "37.383890", + "longitude": "-80.817340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24148", + "city": "Ridgeway", + "state": "VA", + "latitude": "36.595224", + "longitude": "-79.873530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24149", + "city": "Riner", + "state": "VA", + "latitude": "37.011934", + "longitude": "-80.418970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24150", + "city": "Ripplemead", + "state": "VA", + "latitude": "37.351691", + "longitude": "-80.677260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24151", + "city": "Rocky Mount", + "state": "VA", + "latitude": "36.980013", + "longitude": "-79.880270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24153", + "city": "Salem", + "state": "VA", + "latitude": "37.288807", + "longitude": "-80.078210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24155", + "city": "Salem", + "state": "VA", + "latitude": "37.288384", + "longitude": "-80.067062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24156", + "city": "Salem", + "state": "VA", + "latitude": "37.288384", + "longitude": "-80.067062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24157", + "city": "Salem", + "state": "VA", + "latitude": "37.288384", + "longitude": "-80.067062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24161", + "city": "Sandy Level", + "state": "VA", + "latitude": "36.985629", + "longitude": "-79.539390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24162", + "city": "Shawsville", + "state": "VA", + "latitude": "37.143740", + "longitude": "-80.262330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24165", + "city": "Spencer", + "state": "VA", + "latitude": "36.590431", + "longitude": "-80.035890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24167", + "city": "Staffordsville", + "state": "VA", + "latitude": "37.240021", + "longitude": "-80.730830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24168", + "city": "Stanleytown", + "state": "VA", + "latitude": "36.734651", + "longitude": "-79.945720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24171", + "city": "Stuart", + "state": "VA", + "latitude": "36.655575", + "longitude": "-80.239090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24174", + "city": "Thaxton", + "state": "VA", + "latitude": "37.357587", + "longitude": "-79.665520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24175", + "city": "Troutville", + "state": "VA", + "latitude": "37.427597", + "longitude": "-79.905950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24176", + "city": "Union Hall", + "state": "VA", + "latitude": "37.024494", + "longitude": "-79.692410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24177", + "city": "Vesta", + "state": "VA", + "latitude": "36.724064", + "longitude": "-80.358060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24178", + "city": "Villamont", + "state": "VA", + "latitude": "37.310494", + "longitude": "-79.789799", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24179", + "city": "Vinton", + "state": "VA", + "latitude": "37.276218", + "longitude": "-79.852400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24184", + "city": "Wirtz", + "state": "VA", + "latitude": "37.068743", + "longitude": "-79.749110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24185", + "city": "Woolwine", + "state": "VA", + "latitude": "36.806528", + "longitude": "-80.268950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24201", + "city": "Bristol", + "state": "VA", + "latitude": "36.606582", + "longitude": "-82.180870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24202", + "city": "Bristol", + "state": "VA", + "latitude": "36.645419", + "longitude": "-82.181370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24203", + "city": "Bristol", + "state": "VA", + "latitude": "36.761613", + "longitude": "-81.968712", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24209", + "city": "Bristol", + "state": "VA", + "latitude": "36.761613", + "longitude": "-81.968712", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24210", + "city": "Abingdon", + "state": "VA", + "latitude": "36.728639", + "longitude": "-82.008450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24211", + "city": "Abingdon", + "state": "VA", + "latitude": "36.657812", + "longitude": "-81.962070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24212", + "city": "Abingdon", + "state": "VA", + "latitude": "36.690942", + "longitude": "-81.970764", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24215", + "city": "Andover", + "state": "VA", + "latitude": "36.921924", + "longitude": "-82.796440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24216", + "city": "Appalachia", + "state": "VA", + "latitude": "36.919476", + "longitude": "-82.789740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24217", + "city": "Bee", + "state": "VA", + "latitude": "37.082275", + "longitude": "-82.189780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24218", + "city": "Ben Hur", + "state": "VA", + "latitude": "36.733931", + "longitude": "-83.063500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24219", + "city": "Big Stone Gap", + "state": "VA", + "latitude": "36.851953", + "longitude": "-82.770560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24220", + "city": "Birchleaf", + "state": "VA", + "latitude": "37.138489", + "longitude": "-82.256430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24221", + "city": "Blackwater", + "state": "VA", + "latitude": "36.627827", + "longitude": "-82.964640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24224", + "city": "Castlewood", + "state": "VA", + "latitude": "36.870051", + "longitude": "-82.277920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24225", + "city": "Cleveland", + "state": "VA", + "latitude": "36.968491", + "longitude": "-82.162300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24226", + "city": "Clinchco", + "state": "VA", + "latitude": "37.147222", + "longitude": "-82.343690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24228", + "city": "Clintwood", + "state": "VA", + "latitude": "37.153509", + "longitude": "-82.449360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24230", + "city": "Coeburn", + "state": "VA", + "latitude": "36.952634", + "longitude": "-82.466570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24236", + "city": "Damascus", + "state": "VA", + "latitude": "36.624632", + "longitude": "-81.767320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24237", + "city": "Dante", + "state": "VA", + "latitude": "37.001752", + "longitude": "-82.280890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24239", + "city": "Davenport", + "state": "VA", + "latitude": "37.107474", + "longitude": "-82.124130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24243", + "city": "Dryden", + "state": "VA", + "latitude": "36.780481", + "longitude": "-82.944280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24244", + "city": "Duffield", + "state": "VA", + "latitude": "36.701220", + "longitude": "-82.795380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24245", + "city": "Dungannon", + "state": "VA", + "latitude": "36.844539", + "longitude": "-82.491470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24246", + "city": "East Stone Gap", + "state": "VA", + "latitude": "36.864429", + "longitude": "-82.737469", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24248", + "city": "Ewing", + "state": "VA", + "latitude": "36.629280", + "longitude": "-83.483220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24250", + "city": "Fort Blackmore", + "state": "VA", + "latitude": "36.759614", + "longitude": "-82.594730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24251", + "city": "Gate City", + "state": "VA", + "latitude": "36.642027", + "longitude": "-82.586850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24256", + "city": "Haysi", + "state": "VA", + "latitude": "37.213189", + "longitude": "-82.297590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24258", + "city": "Hiltons", + "state": "VA", + "latitude": "36.658518", + "longitude": "-82.426450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24260", + "city": "Honaker", + "state": "VA", + "latitude": "37.022640", + "longitude": "-81.998590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24263", + "city": "Jonesville", + "state": "VA", + "latitude": "36.687716", + "longitude": "-83.155870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24265", + "city": "Keokee", + "state": "VA", + "latitude": "36.851769", + "longitude": "-82.935930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24266", + "city": "Lebanon", + "state": "VA", + "latitude": "36.876177", + "longitude": "-82.110830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24269", + "city": "McClure", + "state": "VA", + "latitude": "37.103304", + "longitude": "-82.376130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24270", + "city": "Mendota", + "state": "VA", + "latitude": "36.720381", + "longitude": "-82.260930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24271", + "city": "Nickelsville", + "state": "VA", + "latitude": "36.741128", + "longitude": "-82.418230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24272", + "city": "Nora", + "state": "VA", + "latitude": "37.008665", + "longitude": "-82.352440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24273", + "city": "Norton", + "state": "VA", + "latitude": "36.942047", + "longitude": "-82.631380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24274", + "city": "Pound", + "state": "VA", + "latitude": "37.126639", + "longitude": "-82.595990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24277", + "city": "Pennington Gap", + "state": "VA", + "latitude": "36.756705", + "longitude": "-83.041780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24279", + "city": "Pound", + "state": "VA", + "latitude": "37.102970", + "longitude": "-82.596260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24280", + "city": "Rosedale", + "state": "VA", + "latitude": "36.954936", + "longitude": "-81.942520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24281", + "city": "Rose Hill", + "state": "VA", + "latitude": "36.653640", + "longitude": "-83.347360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24282", + "city": "Saint Charles", + "state": "VA", + "latitude": "36.805965", + "longitude": "-83.054670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24283", + "city": "Saint Paul", + "state": "VA", + "latitude": "36.943316", + "longitude": "-82.331540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24285", + "city": "Stonega", + "state": "VA", + "latitude": "36.953228", + "longitude": "-82.790250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24289", + "city": "Trammel", + "state": "VA", + "latitude": "37.130943", + "longitude": "-82.344881", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24290", + "city": "Weber City", + "state": "VA", + "latitude": "36.617348", + "longitude": "-82.566600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24292", + "city": "Whitetop", + "state": "VA", + "latitude": "36.595650", + "longitude": "-81.591540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24293", + "city": "Wise", + "state": "VA", + "latitude": "36.979817", + "longitude": "-82.569630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24301", + "city": "Pulaski", + "state": "VA", + "latitude": "37.053297", + "longitude": "-80.772800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24311", + "city": "Atkins", + "state": "VA", + "latitude": "36.870607", + "longitude": "-81.404970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24312", + "city": "Austinville", + "state": "VA", + "latitude": "36.837699", + "longitude": "-80.857310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24313", + "city": "Barren Springs", + "state": "VA", + "latitude": "36.909335", + "longitude": "-80.804110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24314", + "city": "Bastian", + "state": "VA", + "latitude": "37.183901", + "longitude": "-81.176410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24315", + "city": "Bland", + "state": "VA", + "latitude": "37.107412", + "longitude": "-81.057100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24316", + "city": "Broadford", + "state": "VA", + "latitude": "36.937195", + "longitude": "-81.676170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24317", + "city": "Cana", + "state": "VA", + "latitude": "36.609475", + "longitude": "-80.671020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24318", + "city": "Ceres", + "state": "VA", + "latitude": "36.982193", + "longitude": "-81.389450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24319", + "city": "Chilhowie", + "state": "VA", + "latitude": "36.776534", + "longitude": "-81.658270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24322", + "city": "Cripple Creek", + "state": "VA", + "latitude": "36.820139", + "longitude": "-81.111280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24323", + "city": "Crockett", + "state": "VA", + "latitude": "36.880910", + "longitude": "-81.199200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24324", + "city": "Draper", + "state": "VA", + "latitude": "36.973028", + "longitude": "-80.793090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24325", + "city": "Dugspur", + "state": "VA", + "latitude": "36.801489", + "longitude": "-80.604920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24326", + "city": "Elk Creek", + "state": "VA", + "latitude": "36.729236", + "longitude": "-81.200100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24327", + "city": "Emory", + "state": "VA", + "latitude": "36.773659", + "longitude": "-81.827710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24328", + "city": "Fancy Gap", + "state": "VA", + "latitude": "36.659171", + "longitude": "-80.703870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24330", + "city": "Fries", + "state": "VA", + "latitude": "36.721913", + "longitude": "-81.005350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24333", + "city": "Galax", + "state": "VA", + "latitude": "36.649548", + "longitude": "-80.926830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24338", + "city": "Fries", + "state": "VA", + "latitude": "36.718307", + "longitude": "-80.978273", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24340", + "city": "Glade Spring", + "state": "VA", + "latitude": "36.772376", + "longitude": "-81.774200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24343", + "city": "Hillsville", + "state": "VA", + "latitude": "36.750353", + "longitude": "-80.687060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24347", + "city": "Hiwassee", + "state": "VA", + "latitude": "36.958829", + "longitude": "-80.659950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24348", + "city": "Independence", + "state": "VA", + "latitude": "36.626454", + "longitude": "-81.165540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24350", + "city": "Ivanhoe", + "state": "VA", + "latitude": "36.809933", + "longitude": "-80.995260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24351", + "city": "Lambsburg", + "state": "VA", + "latitude": "36.580074", + "longitude": "-80.763110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24352", + "city": "Laurel Fork", + "state": "VA", + "latitude": "36.708515", + "longitude": "-80.527910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24354", + "city": "Marion", + "state": "VA", + "latitude": "36.828526", + "longitude": "-81.530450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24360", + "city": "Max Meadows", + "state": "VA", + "latitude": "36.933981", + "longitude": "-80.928970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24361", + "city": "Meadowview", + "state": "VA", + "latitude": "36.763059", + "longitude": "-81.847740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24363", + "city": "Mouth Of Wilson", + "state": "VA", + "latitude": "36.597486", + "longitude": "-81.376040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24366", + "city": "Rocky Gap", + "state": "VA", + "latitude": "37.261609", + "longitude": "-81.106590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24368", + "city": "Rural Retreat", + "state": "VA", + "latitude": "36.889364", + "longitude": "-81.281620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24370", + "city": "Saltville", + "state": "VA", + "latitude": "36.893445", + "longitude": "-81.748250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24373", + "city": "Seven Mile Ford", + "state": "VA", + "latitude": "36.826371", + "longitude": "-81.549231", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24374", + "city": "Speedwell", + "state": "VA", + "latitude": "36.813383", + "longitude": "-81.197910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24375", + "city": "Sugar Grove", + "state": "VA", + "latitude": "36.790265", + "longitude": "-81.375410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24377", + "city": "Tannersville", + "state": "VA", + "latitude": "37.000956", + "longitude": "-81.547970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24378", + "city": "Trout Dale", + "state": "VA", + "latitude": "36.684567", + "longitude": "-81.434110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24379", + "city": "Volney", + "state": "VA", + "latitude": "36.682782", + "longitude": "-81.257795", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24380", + "city": "Willis", + "state": "VA", + "latitude": "36.853525", + "longitude": "-80.520240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24381", + "city": "Woodlawn", + "state": "VA", + "latitude": "36.714663", + "longitude": "-80.826020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24382", + "city": "Wytheville", + "state": "VA", + "latitude": "36.947446", + "longitude": "-81.094390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24401", + "city": "Staunton", + "state": "VA", + "latitude": "38.146216", + "longitude": "-79.076250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24402", + "city": "Staunton", + "state": "VA", + "latitude": "38.159275", + "longitude": "-79.062858", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24407", + "city": "Staunton", + "state": "VA", + "latitude": "38.179715", + "longitude": "-79.141332", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24411", + "city": "Augusta Springs", + "state": "VA", + "latitude": "38.091705", + "longitude": "-79.322363", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24412", + "city": "Bacova", + "state": "VA", + "latitude": "38.054111", + "longitude": "-79.845750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24413", + "city": "Blue Grass", + "state": "VA", + "latitude": "38.521373", + "longitude": "-79.583610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24415", + "city": "Brownsburg", + "state": "VA", + "latitude": "37.929347", + "longitude": "-79.316440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24416", + "city": "Buena Vista", + "state": "VA", + "latitude": "37.740780", + "longitude": "-79.350380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24421", + "city": "Churchville", + "state": "VA", + "latitude": "38.252683", + "longitude": "-79.173390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24422", + "city": "Clifton Forge", + "state": "VA", + "latitude": "37.821088", + "longitude": "-79.796190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24426", + "city": "Covington", + "state": "VA", + "latitude": "37.772399", + "longitude": "-80.027050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24430", + "city": "Craigsville", + "state": "VA", + "latitude": "38.085244", + "longitude": "-79.362090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24431", + "city": "Crimora", + "state": "VA", + "latitude": "38.167914", + "longitude": "-78.842220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24432", + "city": "Deerfield", + "state": "VA", + "latitude": "38.178513", + "longitude": "-79.427010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24433", + "city": "Doe Hill", + "state": "VA", + "latitude": "38.443961", + "longitude": "-79.440720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24435", + "city": "Fairfield", + "state": "VA", + "latitude": "37.871126", + "longitude": "-79.290410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24437", + "city": "Fort Defiance", + "state": "VA", + "latitude": "38.212067", + "longitude": "-78.945630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24438", + "city": "Glen Wilton", + "state": "VA", + "latitude": "37.555083", + "longitude": "-79.786151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24439", + "city": "Goshen", + "state": "VA", + "latitude": "37.997778", + "longitude": "-79.480040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24440", + "city": "Greenville", + "state": "VA", + "latitude": "37.996542", + "longitude": "-79.153540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24441", + "city": "Grottoes", + "state": "VA", + "latitude": "38.255747", + "longitude": "-78.824200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24442", + "city": "Head Waters", + "state": "VA", + "latitude": "38.345202", + "longitude": "-79.384970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24444", + "city": "Iron Gate", + "state": "VA", + "latitude": "37.799435", + "longitude": "-79.790895", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24445", + "city": "Hot Springs", + "state": "VA", + "latitude": "37.970734", + "longitude": "-79.892830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24448", + "city": "Iron Gate", + "state": "VA", + "latitude": "37.797214", + "longitude": "-79.790020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24450", + "city": "Lexington", + "state": "VA", + "latitude": "37.794344", + "longitude": "-79.476580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24457", + "city": "Low Moor", + "state": "VA", + "latitude": "37.802424", + "longitude": "-79.863510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24458", + "city": "McDowell", + "state": "VA", + "latitude": "38.322663", + "longitude": "-79.544180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24459", + "city": "Middlebrook", + "state": "VA", + "latitude": "38.042173", + "longitude": "-79.281750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24460", + "city": "Millboro", + "state": "VA", + "latitude": "38.015153", + "longitude": "-79.650650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24463", + "city": "Mint Spring", + "state": "VA", + "latitude": "38.064112", + "longitude": "-79.109790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24464", + "city": "Montebello", + "state": "VA", + "latitude": "37.897702", + "longitude": "-79.089390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24465", + "city": "Monterey", + "state": "VA", + "latitude": "38.374628", + "longitude": "-79.636110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24467", + "city": "Mount Sidney", + "state": "VA", + "latitude": "38.258308", + "longitude": "-78.959410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24468", + "city": "Mustoe", + "state": "VA", + "latitude": "38.385967", + "longitude": "-79.559157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24469", + "city": "New Hope", + "state": "VA", + "latitude": "38.179715", + "longitude": "-79.141332", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24471", + "city": "Port Republic", + "state": "VA", + "latitude": "38.310311", + "longitude": "-78.804090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24472", + "city": "Raphine", + "state": "VA", + "latitude": "37.936577", + "longitude": "-79.228280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24473", + "city": "Rockbridge Baths", + "state": "VA", + "latitude": "37.912977", + "longitude": "-79.399060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24474", + "city": "Selma", + "state": "VA", + "latitude": "37.805268", + "longitude": "-79.847520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24475", + "city": "Spottswood", + "state": "VA", + "latitude": "37.965100", + "longitude": "-79.235700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24476", + "city": "Steeles Tavern", + "state": "VA", + "latitude": "38.179715", + "longitude": "-79.141332", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24477", + "city": "Stuarts Draft", + "state": "VA", + "latitude": "38.014730", + "longitude": "-79.027330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24479", + "city": "Swoope", + "state": "VA", + "latitude": "38.151767", + "longitude": "-79.219980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24482", + "city": "Verona", + "state": "VA", + "latitude": "38.199580", + "longitude": "-78.995530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24483", + "city": "Vesuvius", + "state": "VA", + "latitude": "37.819652", + "longitude": "-79.215080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24484", + "city": "Warm Springs", + "state": "VA", + "latitude": "38.103122", + "longitude": "-79.814780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24485", + "city": "West Augusta", + "state": "VA", + "latitude": "38.270442", + "longitude": "-79.334020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24486", + "city": "Weyers Cave", + "state": "VA", + "latitude": "38.290722", + "longitude": "-78.924230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24487", + "city": "Williamsville", + "state": "VA", + "latitude": "38.197757", + "longitude": "-79.577660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24501", + "city": "Lynchburg", + "state": "VA", + "latitude": "37.390209", + "longitude": "-79.161320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24502", + "city": "Lynchburg", + "state": "VA", + "latitude": "37.362109", + "longitude": "-79.215250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24503", + "city": "Lynchburg", + "state": "VA", + "latitude": "37.440641", + "longitude": "-79.209230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24504", + "city": "Lynchburg", + "state": "VA", + "latitude": "37.400275", + "longitude": "-79.125970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24505", + "city": "Lynchburg", + "state": "VA", + "latitude": "37.400944", + "longitude": "-79.178506", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24506", + "city": "Lynchburg", + "state": "VA", + "latitude": "37.381692", + "longitude": "-79.161046", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24512", + "city": "Lynchburg", + "state": "VA", + "latitude": "37.242503", + "longitude": "-79.109789", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24513", + "city": "Lynchburg", + "state": "VA", + "latitude": "37.245798", + "longitude": "-79.133546", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24514", + "city": "Lynchburg", + "state": "VA", + "latitude": "37.400944", + "longitude": "-79.178506", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24515", + "city": "Lynchburg", + "state": "VA", + "latitude": "37.400944", + "longitude": "-79.178506", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24517", + "city": "Altavista", + "state": "VA", + "latitude": "37.127543", + "longitude": "-79.274090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24520", + "city": "Alton", + "state": "VA", + "latitude": "36.561396", + "longitude": "-79.052680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24521", + "city": "Amherst", + "state": "VA", + "latitude": "37.616606", + "longitude": "-79.087630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24522", + "city": "Appomattox", + "state": "VA", + "latitude": "37.374688", + "longitude": "-78.805850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24523", + "city": "Bedford", + "state": "VA", + "latitude": "37.339184", + "longitude": "-79.528390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24526", + "city": "Big Island", + "state": "VA", + "latitude": "37.528701", + "longitude": "-79.398120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24527", + "city": "Blairs", + "state": "VA", + "latitude": "36.725028", + "longitude": "-79.358770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24528", + "city": "Brookneal", + "state": "VA", + "latitude": "37.079385", + "longitude": "-78.907650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24529", + "city": "Buffalo Junction", + "state": "VA", + "latitude": "36.631531", + "longitude": "-78.638060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24530", + "city": "Callands", + "state": "VA", + "latitude": "36.807043", + "longitude": "-79.618640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24531", + "city": "Chatham", + "state": "VA", + "latitude": "36.836822", + "longitude": "-79.451930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24533", + "city": "Clifford", + "state": "VA", + "latitude": "37.582488", + "longitude": "-78.936180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24534", + "city": "Clover", + "state": "VA", + "latitude": "36.864697", + "longitude": "-78.760190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24535", + "city": "Cluster Springs", + "state": "VA", + "latitude": "36.611317", + "longitude": "-78.945519", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24536", + "city": "Coleman Falls", + "state": "VA", + "latitude": "37.486603", + "longitude": "-79.305010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24538", + "city": "Concord", + "state": "VA", + "latitude": "37.343394", + "longitude": "-78.964330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24539", + "city": "Crystal Hill", + "state": "VA", + "latitude": "36.861612", + "longitude": "-78.911870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24540", + "city": "Danville", + "state": "VA", + "latitude": "36.622638", + "longitude": "-79.399980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24541", + "city": "Danville", + "state": "VA", + "latitude": "36.581085", + "longitude": "-79.450270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24542", + "city": "Danville", + "state": "VA", + "latitude": "36.579313", + "longitude": "-79.398748", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24543", + "city": "Danville", + "state": "VA", + "latitude": "36.592679", + "longitude": "-79.410983", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24544", + "city": "Danville", + "state": "VA", + "latitude": "36.592679", + "longitude": "-79.410983", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24549", + "city": "Dry Fork", + "state": "VA", + "latitude": "36.710985", + "longitude": "-79.485170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24550", + "city": "Evington", + "state": "VA", + "latitude": "37.237928", + "longitude": "-79.282680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24551", + "city": "Forest", + "state": "VA", + "latitude": "37.366744", + "longitude": "-79.299770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24553", + "city": "Gladstone", + "state": "VA", + "latitude": "37.541726", + "longitude": "-78.807770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24554", + "city": "Gladys", + "state": "VA", + "latitude": "37.142894", + "longitude": "-79.054120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24555", + "city": "Glasgow", + "state": "VA", + "latitude": "37.641788", + "longitude": "-79.456520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24556", + "city": "Goode", + "state": "VA", + "latitude": "37.361512", + "longitude": "-79.398100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24557", + "city": "Gretna", + "state": "VA", + "latitude": "36.971021", + "longitude": "-79.317870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24558", + "city": "Halifax", + "state": "VA", + "latitude": "36.774635", + "longitude": "-78.934260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24562", + "city": "Howardsville", + "state": "VA", + "latitude": "37.715293", + "longitude": "-78.641750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24563", + "city": "Hurt", + "state": "VA", + "latitude": "37.071568", + "longitude": "-79.292300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24565", + "city": "Java", + "state": "VA", + "latitude": "36.842686", + "longitude": "-79.197480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24566", + "city": "Keeling", + "state": "VA", + "latitude": "36.726236", + "longitude": "-79.262790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24569", + "city": "Long Island", + "state": "VA", + "latitude": "37.041512", + "longitude": "-79.127800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24570", + "city": "Lowry", + "state": "VA", + "latitude": "37.333936", + "longitude": "-79.406303", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24571", + "city": "Lynch Station", + "state": "VA", + "latitude": "37.133274", + "longitude": "-79.373240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24572", + "city": "Madison Heights", + "state": "VA", + "latitude": "37.461272", + "longitude": "-79.093640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24574", + "city": "Monroe", + "state": "VA", + "latitude": "37.576208", + "longitude": "-79.261330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24576", + "city": "Naruna", + "state": "VA", + "latitude": "37.245798", + "longitude": "-79.133546", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24577", + "city": "Nathalie", + "state": "VA", + "latitude": "36.940538", + "longitude": "-78.980170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24578", + "city": "Natural Bridge", + "state": "VA", + "latitude": "37.650711", + "longitude": "-79.552690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24579", + "city": "Natural Bridge Station", + "state": "VA", + "latitude": "37.597531", + "longitude": "-79.506590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24580", + "city": "Nelson", + "state": "VA", + "latitude": "36.589704", + "longitude": "-78.661510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24581", + "city": "Norwood", + "state": "VA", + "latitude": "37.644171", + "longitude": "-78.794470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24585", + "city": "Republican Grove", + "state": "VA", + "latitude": "36.801515", + "longitude": "-78.883933", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24586", + "city": "Ringgold", + "state": "VA", + "latitude": "36.595244", + "longitude": "-79.286470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24588", + "city": "Rustburg", + "state": "VA", + "latitude": "37.268024", + "longitude": "-79.116860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24589", + "city": "Scottsburg", + "state": "VA", + "latitude": "36.759749", + "longitude": "-78.785470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24590", + "city": "Scottsville", + "state": "VA", + "latitude": "37.806508", + "longitude": "-78.481340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24592", + "city": "South Boston", + "state": "VA", + "latitude": "36.701855", + "longitude": "-78.920080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24593", + "city": "Spout Spring", + "state": "VA", + "latitude": "37.320709", + "longitude": "-78.910710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24594", + "city": "Sutherlin", + "state": "VA", + "latitude": "36.635902", + "longitude": "-79.196800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24595", + "city": "Sweet Briar", + "state": "VA", + "latitude": "37.556248", + "longitude": "-79.082490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24597", + "city": "Vernon Hill", + "state": "VA", + "latitude": "36.782331", + "longitude": "-79.123700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24598", + "city": "Virgilina", + "state": "VA", + "latitude": "36.592597", + "longitude": "-78.782070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24599", + "city": "Wingina", + "state": "VA", + "latitude": "37.638783", + "longitude": "-78.719340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24601", + "city": "Amonate", + "state": "VA", + "latitude": "37.177549", + "longitude": "-81.657800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24602", + "city": "Bandy", + "state": "VA", + "latitude": "37.170062", + "longitude": "-81.644120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24603", + "city": "Big Rock", + "state": "VA", + "latitude": "37.371119", + "longitude": "-82.164500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24604", + "city": "Bishop", + "state": "VA", + "latitude": "37.201022", + "longitude": "-81.539630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24605", + "city": "Bluefield", + "state": "VA", + "latitude": "37.222548", + "longitude": "-81.336700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24606", + "city": "Boissevain", + "state": "VA", + "latitude": "37.285260", + "longitude": "-81.389930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24607", + "city": "Breaks", + "state": "VA", + "latitude": "37.297387", + "longitude": "-82.279420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24608", + "city": "Burkes Garden", + "state": "VA", + "latitude": "37.135490", + "longitude": "-81.563406", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24609", + "city": "Cedar Bluff", + "state": "VA", + "latitude": "37.055512", + "longitude": "-81.769220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24612", + "city": "Doran", + "state": "VA", + "latitude": "37.091572", + "longitude": "-81.841190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24613", + "city": "Falls Mills", + "state": "VA", + "latitude": "37.273973", + "longitude": "-81.316880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24614", + "city": "Grundy", + "state": "VA", + "latitude": "37.296213", + "longitude": "-82.057750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24618", + "city": "Harman", + "state": "VA", + "latitude": "37.287992", + "longitude": "-82.027408", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24619", + "city": "Horsepen", + "state": "VA", + "latitude": "37.135490", + "longitude": "-81.563406", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24620", + "city": "Hurley", + "state": "VA", + "latitude": "37.409883", + "longitude": "-82.023170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24622", + "city": "Jewell Ridge", + "state": "VA", + "latitude": "37.214471", + "longitude": "-81.789670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24624", + "city": "Keen Mountain", + "state": "VA", + "latitude": "37.204272", + "longitude": "-81.979360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24627", + "city": "Mavisdale", + "state": "VA", + "latitude": "37.287992", + "longitude": "-82.027408", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24628", + "city": "Maxie", + "state": "VA", + "latitude": "37.308652", + "longitude": "-82.185930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24630", + "city": "North Tazewell", + "state": "VA", + "latitude": "37.155621", + "longitude": "-81.497870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24631", + "city": "Oakwood", + "state": "VA", + "latitude": "37.223011", + "longitude": "-82.005380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24634", + "city": "Pilgrims Knob", + "state": "VA", + "latitude": "37.250363", + "longitude": "-81.897660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24635", + "city": "Pocahontas", + "state": "VA", + "latitude": "37.305821", + "longitude": "-81.346970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24637", + "city": "Pounding Mill", + "state": "VA", + "latitude": "37.076801", + "longitude": "-81.705190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24639", + "city": "Raven", + "state": "VA", + "latitude": "37.136584", + "longitude": "-81.890680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24640", + "city": "Red Ash", + "state": "VA", + "latitude": "37.135490", + "longitude": "-81.563406", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24641", + "city": "Richlands", + "state": "VA", + "latitude": "37.098588", + "longitude": "-81.806070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24646", + "city": "Rowe", + "state": "VA", + "latitude": "37.144450", + "longitude": "-81.997350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24647", + "city": "Shortt Gap", + "state": "VA", + "latitude": "37.287992", + "longitude": "-82.027408", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24649", + "city": "Swords Creek", + "state": "VA", + "latitude": "37.077291", + "longitude": "-81.919730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24651", + "city": "Tazewell", + "state": "VA", + "latitude": "37.113004", + "longitude": "-81.503260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24656", + "city": "Vansant", + "state": "VA", + "latitude": "37.198005", + "longitude": "-82.121930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24657", + "city": "Whitewood", + "state": "VA", + "latitude": "37.226416", + "longitude": "-81.867390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24658", + "city": "Wolford", + "state": "VA", + "latitude": "37.287992", + "longitude": "-82.027408", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24701", + "city": "Bluefield", + "state": "WV", + "latitude": "37.275700", + "longitude": "-81.214500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24704", + "city": "Bluefield", + "state": "WV", + "latitude": "37.264098", + "longitude": "-81.229646", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24712", + "city": "Athens", + "state": "WV", + "latitude": "37.448532", + "longitude": "-81.003200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24714", + "city": "Beeson", + "state": "WV", + "latitude": "37.501743", + "longitude": "-81.221480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24715", + "city": "Bramwell", + "state": "WV", + "latitude": "37.335297", + "longitude": "-81.311120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24716", + "city": "Bud", + "state": "WV", + "latitude": "37.532524", + "longitude": "-81.372750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24719", + "city": "Covel", + "state": "WV", + "latitude": "37.489290", + "longitude": "-81.297360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24724", + "city": "Freeman", + "state": "WV", + "latitude": "37.327670", + "longitude": "-81.299940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24726", + "city": "Herndon", + "state": "WV", + "latitude": "37.520914", + "longitude": "-81.330260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24729", + "city": "Hiawatha", + "state": "WV", + "latitude": "37.416395", + "longitude": "-81.105803", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24731", + "city": "Kegley", + "state": "WV", + "latitude": "37.404113", + "longitude": "-81.140780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24732", + "city": "Kellysville", + "state": "WV", + "latitude": "37.416395", + "longitude": "-81.105803", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24733", + "city": "Lashmeet", + "state": "WV", + "latitude": "37.431153", + "longitude": "-81.226280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24736", + "city": "Matoaka", + "state": "WV", + "latitude": "37.425866", + "longitude": "-81.276250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24737", + "city": "Montcalm", + "state": "WV", + "latitude": "37.352655", + "longitude": "-81.247810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24738", + "city": "Nemours", + "state": "WV", + "latitude": "37.416395", + "longitude": "-81.105803", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24739", + "city": "Oakvale", + "state": "WV", + "latitude": "37.336554", + "longitude": "-80.955230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24740", + "city": "Princeton", + "state": "WV", + "latitude": "37.368167", + "longitude": "-81.073070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24747", + "city": "Rock", + "state": "WV", + "latitude": "37.394221", + "longitude": "-81.218680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24751", + "city": "Wolfe", + "state": "WV", + "latitude": "37.416395", + "longitude": "-81.105803", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24801", + "city": "Welch", + "state": "WV", + "latitude": "37.424498", + "longitude": "-81.578350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24808", + "city": "Anawalt", + "state": "WV", + "latitude": "37.338242", + "longitude": "-81.430810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24811", + "city": "Avondale", + "state": "WV", + "latitude": "37.399793", + "longitude": "-81.783120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24813", + "city": "Bartley", + "state": "WV", + "latitude": "37.355111", + "longitude": "-81.730020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24815", + "city": "Berwind", + "state": "WV", + "latitude": "37.250680", + "longitude": "-81.650440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24816", + "city": "Big Sandy", + "state": "WV", + "latitude": "37.459251", + "longitude": "-81.701730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24817", + "city": "Bradshaw", + "state": "WV", + "latitude": "37.358272", + "longitude": "-81.801300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24818", + "city": "Brenton", + "state": "WV", + "latitude": "37.594959", + "longitude": "-81.629470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24820", + "city": "Capels", + "state": "WV", + "latitude": "37.375246", + "longitude": "-81.653889", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24821", + "city": "Caretta", + "state": "WV", + "latitude": "37.345693", + "longitude": "-81.667890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24822", + "city": "Clear Fork", + "state": "WV", + "latitude": "37.621270", + "longitude": "-81.694080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24823", + "city": "Coal Mountain", + "state": "WV", + "latitude": "37.664172", + "longitude": "-81.733800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24824", + "city": "Coalwood", + "state": "WV", + "latitude": "37.416947", + "longitude": "-81.692880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24825", + "city": "Crumpler", + "state": "WV", + "latitude": "37.421641", + "longitude": "-81.345040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24826", + "city": "Cucumber", + "state": "WV", + "latitude": "37.375246", + "longitude": "-81.653889", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24827", + "city": "Cyclone", + "state": "WV", + "latitude": "37.742953", + "longitude": "-81.679510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24828", + "city": "Davy", + "state": "WV", + "latitude": "37.478583", + "longitude": "-81.661690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24829", + "city": "Eckman", + "state": "WV", + "latitude": "37.402730", + "longitude": "-81.462900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24830", + "city": "Elbert", + "state": "WV", + "latitude": "37.319439", + "longitude": "-81.543200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24831", + "city": "Elkhorn", + "state": "WV", + "latitude": "37.385757", + "longitude": "-81.414150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24832", + "city": "English", + "state": "WV", + "latitude": "37.375246", + "longitude": "-81.653889", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24834", + "city": "Fanrock", + "state": "WV", + "latitude": "37.603344", + "longitude": "-81.539980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24836", + "city": "Gary", + "state": "WV", + "latitude": "37.352131", + "longitude": "-81.546880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24839", + "city": "Hanover", + "state": "WV", + "latitude": "37.567007", + "longitude": "-81.779690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24841", + "city": "Havaco", + "state": "WV", + "latitude": "37.405828", + "longitude": "-81.576548", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24842", + "city": "Hemphill", + "state": "WV", + "latitude": "37.444465", + "longitude": "-81.596840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24843", + "city": "Hensley", + "state": "WV", + "latitude": "37.474577", + "longitude": "-81.699610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24844", + "city": "Iaeger", + "state": "WV", + "latitude": "37.469496", + "longitude": "-81.795480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24845", + "city": "Ikes Fork", + "state": "WV", + "latitude": "37.530418", + "longitude": "-81.795530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24846", + "city": "Isaban", + "state": "WV", + "latitude": "37.530963", + "longitude": "-81.888500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24847", + "city": "Itmann", + "state": "WV", + "latitude": "37.603344", + "longitude": "-81.539980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24848", + "city": "Jenkinjones", + "state": "WV", + "latitude": "37.296401", + "longitude": "-81.431350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24849", + "city": "Jesse", + "state": "WV", + "latitude": "37.666079", + "longitude": "-81.573090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24850", + "city": "Jolo", + "state": "WV", + "latitude": "37.312239", + "longitude": "-81.824780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24851", + "city": "Justice", + "state": "WV", + "latitude": "37.602126", + "longitude": "-81.849680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24852", + "city": "Keystone", + "state": "WV", + "latitude": "37.417857", + "longitude": "-81.448740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24853", + "city": "Kimball", + "state": "WV", + "latitude": "37.427781", + "longitude": "-81.486540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24854", + "city": "Kopperston", + "state": "WV", + "latitude": "37.741813", + "longitude": "-81.537220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24855", + "city": "Kyle", + "state": "WV", + "latitude": "37.409655", + "longitude": "-81.425590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24856", + "city": "Leckie", + "state": "WV", + "latitude": "37.343452", + "longitude": "-81.402440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24857", + "city": "Lynco", + "state": "WV", + "latitude": "37.683273", + "longitude": "-81.660480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24859", + "city": "Marianna", + "state": "WV", + "latitude": "37.603344", + "longitude": "-81.539980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24860", + "city": "Matheny", + "state": "WV", + "latitude": "37.664685", + "longitude": "-81.596700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24861", + "city": "Maybeury", + "state": "WV", + "latitude": "37.363882", + "longitude": "-81.365310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24862", + "city": "Mohawk", + "state": "WV", + "latitude": "37.485276", + "longitude": "-81.939550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24866", + "city": "Newhall", + "state": "WV", + "latitude": "37.265686", + "longitude": "-81.615500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24867", + "city": "New Richmond", + "state": "WV", + "latitude": "37.568981", + "longitude": "-81.493080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24868", + "city": "Northfork", + "state": "WV", + "latitude": "37.418471", + "longitude": "-81.417060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24869", + "city": "North Spring", + "state": "WV", + "latitude": "37.551372", + "longitude": "-81.842290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24870", + "city": "Oceana", + "state": "WV", + "latitude": "37.696290", + "longitude": "-81.608450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24871", + "city": "Pageton", + "state": "WV", + "latitude": "37.325163", + "longitude": "-81.475540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24872", + "city": "Panther", + "state": "WV", + "latitude": "37.459260", + "longitude": "-81.890240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24873", + "city": "Paynesville", + "state": "WV", + "latitude": "37.357831", + "longitude": "-81.895830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24874", + "city": "Pineville", + "state": "WV", + "latitude": "37.562494", + "longitude": "-81.517460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24877", + "city": "Powhatan", + "state": "WV", + "latitude": "37.375246", + "longitude": "-81.653889", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24878", + "city": "Premier", + "state": "WV", + "latitude": "37.375246", + "longitude": "-81.653889", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24879", + "city": "Raysal", + "state": "WV", + "latitude": "37.352940", + "longitude": "-81.768000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24880", + "city": "Rock View", + "state": "WV", + "latitude": "37.641027", + "longitude": "-81.536250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24881", + "city": "Roderfield", + "state": "WV", + "latitude": "37.444527", + "longitude": "-81.691460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24882", + "city": "Simon", + "state": "WV", + "latitude": "37.609388", + "longitude": "-81.756680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24883", + "city": "Skygusty", + "state": "WV", + "latitude": "37.375246", + "longitude": "-81.653889", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24884", + "city": "Squire", + "state": "WV", + "latitude": "37.249595", + "longitude": "-81.552080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24887", + "city": "Switchback", + "state": "WV", + "latitude": "37.371122", + "longitude": "-81.384000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24888", + "city": "Thorpe", + "state": "WV", + "latitude": "37.365675", + "longitude": "-81.509680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24889", + "city": "Twin Branch", + "state": "WV", + "latitude": "37.375246", + "longitude": "-81.653889", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24892", + "city": "War", + "state": "WV", + "latitude": "37.309666", + "longitude": "-81.695460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24894", + "city": "Warriormine", + "state": "WV", + "latitude": "37.291157", + "longitude": "-81.695410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24895", + "city": "Wilcoe", + "state": "WV", + "latitude": "37.381834", + "longitude": "-81.563420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24896", + "city": "Wolf Pen", + "state": "WV", + "latitude": "37.603344", + "longitude": "-81.539980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24897", + "city": "Worth", + "state": "WV", + "latitude": "37.422523", + "longitude": "-81.383630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24898", + "city": "Wyoming", + "state": "WV", + "latitude": "37.585536", + "longitude": "-81.603470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24899", + "city": "Yukon", + "state": "WV", + "latitude": "37.375246", + "longitude": "-81.653889", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24901", + "city": "Lewisburg", + "state": "WV", + "latitude": "37.808480", + "longitude": "-80.444930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24902", + "city": "Fairlea", + "state": "WV", + "latitude": "37.774666", + "longitude": "-80.461492", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24910", + "city": "Alderson", + "state": "WV", + "latitude": "37.731717", + "longitude": "-80.659420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24915", + "city": "Arbovale", + "state": "WV", + "latitude": "38.462522", + "longitude": "-79.803080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24916", + "city": "Asbury", + "state": "WV", + "latitude": "37.841919", + "longitude": "-80.553250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24917", + "city": "Auto", + "state": "WV", + "latitude": "37.975595", + "longitude": "-80.426874", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24918", + "city": "Ballard", + "state": "WV", + "latitude": "37.515724", + "longitude": "-80.767480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24919", + "city": "Ballengee", + "state": "WV", + "latitude": "37.620418", + "longitude": "-80.716360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24920", + "city": "Bartow", + "state": "WV", + "latitude": "38.552106", + "longitude": "-79.731500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24924", + "city": "Buckeye", + "state": "WV", + "latitude": "38.185341", + "longitude": "-80.132610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24925", + "city": "Caldwell", + "state": "WV", + "latitude": "37.741887", + "longitude": "-80.374810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24927", + "city": "Cass", + "state": "WV", + "latitude": "38.380196", + "longitude": "-79.932780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24931", + "city": "Crawley", + "state": "WV", + "latitude": "37.901788", + "longitude": "-80.594520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24934", + "city": "Dunmore", + "state": "WV", + "latitude": "38.325205", + "longitude": "-79.901790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24935", + "city": "Forest Hill", + "state": "WV", + "latitude": "37.549702", + "longitude": "-80.800170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24936", + "city": "Fort Spring", + "state": "WV", + "latitude": "37.743322", + "longitude": "-80.529420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24938", + "city": "Frankford", + "state": "WV", + "latitude": "37.918994", + "longitude": "-80.363310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24941", + "city": "Gap Mills", + "state": "WV", + "latitude": "37.602172", + "longitude": "-80.346400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24942", + "city": "Glace", + "state": "WV", + "latitude": "37.552029", + "longitude": "-80.539672", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24943", + "city": "Grassy Meadows", + "state": "WV", + "latitude": "37.838288", + "longitude": "-80.753930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24944", + "city": "Green Bank", + "state": "WV", + "latitude": "38.412244", + "longitude": "-79.797960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24945", + "city": "Greenville", + "state": "WV", + "latitude": "37.543667", + "longitude": "-80.696040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24946", + "city": "Hillsboro", + "state": "WV", + "latitude": "38.114627", + "longitude": "-80.228080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24950", + "city": "Kieffer", + "state": "WV", + "latitude": "37.940460", + "longitude": "-80.610070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24951", + "city": "Lindside", + "state": "WV", + "latitude": "37.485348", + "longitude": "-80.642930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24954", + "city": "Marlinton", + "state": "WV", + "latitude": "38.196374", + "longitude": "-80.059570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24957", + "city": "Maxwelton", + "state": "WV", + "latitude": "37.869998", + "longitude": "-80.410670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24958", + "city": "Meadow Bluff", + "state": "WV", + "latitude": "37.975595", + "longitude": "-80.426874", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24961", + "city": "Neola", + "state": "WV", + "latitude": "37.975595", + "longitude": "-80.426874", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24962", + "city": "Pence Springs", + "state": "WV", + "latitude": "37.675571", + "longitude": "-80.733360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24963", + "city": "Peterstown", + "state": "WV", + "latitude": "37.424195", + "longitude": "-80.784650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24966", + "city": "Renick", + "state": "WV", + "latitude": "38.059474", + "longitude": "-80.355690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24970", + "city": "Ronceverte", + "state": "WV", + "latitude": "37.742719", + "longitude": "-80.471510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24971", + "city": "Lewisburg", + "state": "WV", + "latitude": "37.792525", + "longitude": "-80.443556", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24974", + "city": "Secondcreek", + "state": "WV", + "latitude": "37.665867", + "longitude": "-80.443380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24976", + "city": "Sinks Grove", + "state": "WV", + "latitude": "37.667594", + "longitude": "-80.541840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24977", + "city": "Smoot", + "state": "WV", + "latitude": "37.893306", + "longitude": "-80.657730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24981", + "city": "Talcott", + "state": "WV", + "latitude": "37.654267", + "longitude": "-80.728990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24983", + "city": "Union", + "state": "WV", + "latitude": "37.590774", + "longitude": "-80.534480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24984", + "city": "Waiteville", + "state": "WV", + "latitude": "37.515131", + "longitude": "-80.382840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24985", + "city": "Wayside", + "state": "WV", + "latitude": "37.597231", + "longitude": "-80.746380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24986", + "city": "White Sulphur Springs", + "state": "WV", + "latitude": "37.861237", + "longitude": "-80.240080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24991", + "city": "Williamsburg", + "state": "WV", + "latitude": "38.001124", + "longitude": "-80.480270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "24993", + "city": "Wolfcreek", + "state": "WV", + "latitude": "37.552029", + "longitude": "-80.539672", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25002", + "city": "Alloy", + "state": "WV", + "latitude": "38.129903", + "longitude": "-81.258820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25003", + "city": "Alum Creek", + "state": "WV", + "latitude": "38.254483", + "longitude": "-81.790450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25004", + "city": "Ameagle", + "state": "WV", + "latitude": "37.784459", + "longitude": "-81.118491", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25005", + "city": "Amma", + "state": "WV", + "latitude": "38.552755", + "longitude": "-81.242190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25007", + "city": "Arnett", + "state": "WV", + "latitude": "37.832443", + "longitude": "-81.429910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25008", + "city": "Artie", + "state": "WV", + "latitude": "37.933384", + "longitude": "-81.360760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25009", + "city": "Ashford", + "state": "WV", + "latitude": "38.179811", + "longitude": "-81.725660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25010", + "city": "Bald Knob", + "state": "WV", + "latitude": "37.842289", + "longitude": "-81.619190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25011", + "city": "Bancroft", + "state": "WV", + "latitude": "38.508675", + "longitude": "-81.841340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25015", + "city": "Belle", + "state": "WV", + "latitude": "38.224918", + "longitude": "-81.515100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25018", + "city": "Bentree", + "state": "WV", + "latitude": "38.465777", + "longitude": "-81.050662", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25019", + "city": "Bickmore", + "state": "WV", + "latitude": "38.383380", + "longitude": "-81.085550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25021", + "city": "Bim", + "state": "WV", + "latitude": "37.922612", + "longitude": "-81.687290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25022", + "city": "Blair", + "state": "WV", + "latitude": "37.858735", + "longitude": "-81.812530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25024", + "city": "Bloomingrose", + "state": "WV", + "latitude": "38.143324", + "longitude": "-81.635780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25025", + "city": "Blount", + "state": "WV", + "latitude": "38.324795", + "longitude": "-81.381640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25026", + "city": "Blue Creek", + "state": "WV", + "latitude": "38.490789", + "longitude": "-81.392845", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25028", + "city": "Bob White", + "state": "WV", + "latitude": "37.948618", + "longitude": "-81.711990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25030", + "city": "Bomont", + "state": "WV", + "latitude": "38.453331", + "longitude": "-81.224810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25031", + "city": "Boomer", + "state": "WV", + "latitude": "38.151116", + "longitude": "-81.284830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25033", + "city": "Buffalo", + "state": "WV", + "latitude": "38.613240", + "longitude": "-81.954060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25035", + "city": "Cabin Creek", + "state": "WV", + "latitude": "38.177823", + "longitude": "-81.491480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25036", + "city": "Cannelton", + "state": "WV", + "latitude": "38.199924", + "longitude": "-81.288650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25039", + "city": "Cedar Grove", + "state": "WV", + "latitude": "38.242575", + "longitude": "-81.393770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25040", + "city": "Charlton Heights", + "state": "WV", + "latitude": "38.125630", + "longitude": "-81.244990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25043", + "city": "Clay", + "state": "WV", + "latitude": "38.467910", + "longitude": "-81.008200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25044", + "city": "Clear Creek", + "state": "WV", + "latitude": "37.909070", + "longitude": "-81.350660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25045", + "city": "Clendenin", + "state": "WV", + "latitude": "38.464079", + "longitude": "-81.338360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25046", + "city": "Clio", + "state": "WV", + "latitude": "38.731737", + "longitude": "-81.314633", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25047", + "city": "Clothier", + "state": "WV", + "latitude": "37.950033", + "longitude": "-81.789240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25048", + "city": "Colcord", + "state": "WV", + "latitude": "37.949813", + "longitude": "-81.420240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25049", + "city": "Comfort", + "state": "WV", + "latitude": "38.131663", + "longitude": "-81.562820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25051", + "city": "Costa", + "state": "WV", + "latitude": "38.161661", + "longitude": "-81.704380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25053", + "city": "Danville", + "state": "WV", + "latitude": "38.057380", + "longitude": "-81.860820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25054", + "city": "Dawes", + "state": "WV", + "latitude": "38.108987", + "longitude": "-81.464180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25057", + "city": "Deep Water", + "state": "WV", + "latitude": "38.126873", + "longitude": "-81.259540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25059", + "city": "Dixie", + "state": "WV", + "latitude": "38.260339", + "longitude": "-81.196970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25060", + "city": "Dorothy", + "state": "WV", + "latitude": "37.958702", + "longitude": "-81.475770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25061", + "city": "Drybranch", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25062", + "city": "Dry Creek", + "state": "WV", + "latitude": "37.854572", + "longitude": "-81.453786", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25063", + "city": "Duck", + "state": "WV", + "latitude": "38.583094", + "longitude": "-80.940560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25064", + "city": "Dunbar", + "state": "WV", + "latitude": "38.367255", + "longitude": "-81.744730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25067", + "city": "East Bank", + "state": "WV", + "latitude": "38.198471", + "longitude": "-81.447970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25070", + "city": "Eleanor", + "state": "WV", + "latitude": "38.538953", + "longitude": "-81.935480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25071", + "city": "Elkview", + "state": "WV", + "latitude": "38.451344", + "longitude": "-81.466020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25075", + "city": "Eskdale", + "state": "WV", + "latitude": "38.046638", + "longitude": "-81.431100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25076", + "city": "Ethel", + "state": "WV", + "latitude": "37.861621", + "longitude": "-81.903610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25079", + "city": "Falling Rock", + "state": "WV", + "latitude": "38.495072", + "longitude": "-81.398422", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25081", + "city": "Foster", + "state": "WV", + "latitude": "38.092103", + "longitude": "-81.758550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25082", + "city": "Fraziers Bottom", + "state": "WV", + "latitude": "38.621761", + "longitude": "-82.028270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25083", + "city": "Gallagher", + "state": "WV", + "latitude": "38.077863", + "longitude": "-81.373330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25085", + "city": "Gauley Bridge", + "state": "WV", + "latitude": "38.176834", + "longitude": "-81.196880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25086", + "city": "Glasgow", + "state": "WV", + "latitude": "38.214254", + "longitude": "-81.420280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25088", + "city": "Glen", + "state": "WV", + "latitude": "38.382145", + "longitude": "-81.198420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25090", + "city": "Glen Ferris", + "state": "WV", + "latitude": "38.149058", + "longitude": "-81.212760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25093", + "city": "Gordon", + "state": "WV", + "latitude": "37.997105", + "longitude": "-81.717040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25095", + "city": "Grimms Landing", + "state": "WV", + "latitude": "38.752312", + "longitude": "-81.997278", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25102", + "city": "Handley", + "state": "WV", + "latitude": "38.186707", + "longitude": "-81.363900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25103", + "city": "Hansford", + "state": "WV", + "latitude": "38.202669", + "longitude": "-81.394270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25106", + "city": "Henderson", + "state": "WV", + "latitude": "38.805615", + "longitude": "-82.110340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25107", + "city": "Hernshaw", + "state": "WV", + "latitude": "38.211477", + "longitude": "-81.604680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25108", + "city": "Hewett", + "state": "WV", + "latitude": "37.960963", + "longitude": "-81.852610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25109", + "city": "Hometown", + "state": "WV", + "latitude": "38.526637", + "longitude": "-81.857380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25110", + "city": "Hugheston", + "state": "WV", + "latitude": "38.212287", + "longitude": "-81.343270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25111", + "city": "Indore", + "state": "WV", + "latitude": "38.391188", + "longitude": "-81.163980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25112", + "city": "Institute", + "state": "WV", + "latitude": "38.282497", + "longitude": "-81.565140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25113", + "city": "Ivydale", + "state": "WV", + "latitude": "38.557141", + "longitude": "-81.037470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25114", + "city": "Jeffrey", + "state": "WV", + "latitude": "37.978787", + "longitude": "-81.813540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25115", + "city": "Kanawha Falls", + "state": "WV", + "latitude": "38.136263", + "longitude": "-81.200640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25118", + "city": "Kimberly", + "state": "WV", + "latitude": "38.135059", + "longitude": "-81.303120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25119", + "city": "Kincaid", + "state": "WV", + "latitude": "38.024108", + "longitude": "-81.285340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25121", + "city": "Lake", + "state": "WV", + "latitude": "37.929438", + "longitude": "-81.901090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25122", + "city": "Leewood", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25123", + "city": "Leon", + "state": "WV", + "latitude": "38.743247", + "longitude": "-81.902810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25124", + "city": "Liberty", + "state": "WV", + "latitude": "38.619376", + "longitude": "-81.763610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25125", + "city": "Lizemores", + "state": "WV", + "latitude": "38.323058", + "longitude": "-81.197690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25126", + "city": "London", + "state": "WV", + "latitude": "38.186871", + "longitude": "-81.352850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25130", + "city": "Madison", + "state": "WV", + "latitude": "38.038145", + "longitude": "-81.791540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25132", + "city": "Mammoth", + "state": "WV", + "latitude": "38.293438", + "longitude": "-81.345260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25133", + "city": "Maysel", + "state": "WV", + "latitude": "38.485889", + "longitude": "-81.131050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25134", + "city": "Miami", + "state": "WV", + "latitude": "38.153818", + "longitude": "-81.449620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25136", + "city": "Montgomery", + "state": "WV", + "latitude": "38.175742", + "longitude": "-81.330470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25139", + "city": "Mount Carbon", + "state": "WV", + "latitude": "38.143496", + "longitude": "-81.290880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25140", + "city": "Naoma", + "state": "WV", + "latitude": "37.883223", + "longitude": "-81.480010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25141", + "city": "Nebo", + "state": "WV", + "latitude": "38.642203", + "longitude": "-81.036910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25142", + "city": "Nellis", + "state": "WV", + "latitude": "37.997105", + "longitude": "-81.717040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25143", + "city": "Nitro", + "state": "WV", + "latitude": "38.417852", + "longitude": "-81.832100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25147", + "city": "Ohley", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25148", + "city": "Orgas", + "state": "WV", + "latitude": "38.043580", + "longitude": "-81.571710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25149", + "city": "Ottawa", + "state": "WV", + "latitude": "37.957458", + "longitude": "-81.815830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25150", + "city": "Ovapa", + "state": "WV", + "latitude": "38.504506", + "longitude": "-81.157390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25152", + "city": "Page", + "state": "WV", + "latitude": "38.052957", + "longitude": "-81.269660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25154", + "city": "Peytona", + "state": "WV", + "latitude": "38.136987", + "longitude": "-81.701120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25156", + "city": "Pinch", + "state": "WV", + "latitude": "38.401962", + "longitude": "-81.461063", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25159", + "city": "Poca", + "state": "WV", + "latitude": "38.490080", + "longitude": "-81.795150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25160", + "city": "Pond Gap", + "state": "WV", + "latitude": "38.317053", + "longitude": "-81.293360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25161", + "city": "Powellton", + "state": "WV", + "latitude": "38.084773", + "longitude": "-81.312410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25162", + "city": "Pratt", + "state": "WV", + "latitude": "38.209912", + "longitude": "-81.384750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25164", + "city": "Procious", + "state": "WV", + "latitude": "38.484440", + "longitude": "-81.191560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25165", + "city": "Racine", + "state": "WV", + "latitude": "38.140732", + "longitude": "-81.660050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25168", + "city": "Red House", + "state": "WV", + "latitude": "38.547027", + "longitude": "-81.880020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25169", + "city": "Ridgeview", + "state": "WV", + "latitude": "38.181250", + "longitude": "-81.777550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25173", + "city": "Robson", + "state": "WV", + "latitude": "38.072309", + "longitude": "-81.245700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25174", + "city": "Rock Creek", + "state": "WV", + "latitude": "37.850007", + "longitude": "-81.445100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25177", + "city": "Saint Albans", + "state": "WV", + "latitude": "38.378841", + "longitude": "-81.826330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25180", + "city": "Saxon", + "state": "WV", + "latitude": "37.793057", + "longitude": "-81.384755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25181", + "city": "Seth", + "state": "WV", + "latitude": "38.069687", + "longitude": "-81.623460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25182", + "city": "Sharon", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25183", + "city": "Sharples", + "state": "WV", + "latitude": "37.909119", + "longitude": "-81.836660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25185", + "city": "Mount Olive", + "state": "WV", + "latitude": "38.041293", + "longitude": "-81.064784", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25186", + "city": "Smithers", + "state": "WV", + "latitude": "38.176382", + "longitude": "-81.305750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25187", + "city": "Southside", + "state": "WV", + "latitude": "38.722180", + "longitude": "-82.027590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25193", + "city": "Sylvester", + "state": "WV", + "latitude": "38.018753", + "longitude": "-81.551060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25201", + "city": "Tad", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25202", + "city": "Tornado", + "state": "WV", + "latitude": "38.327452", + "longitude": "-81.844850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25203", + "city": "Turtle Creek", + "state": "WV", + "latitude": "37.986266", + "longitude": "-81.942704", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25204", + "city": "Twilight", + "state": "WV", + "latitude": "37.898585", + "longitude": "-81.606280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25205", + "city": "Uneeda", + "state": "WV", + "latitude": "38.021082", + "longitude": "-81.773300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25206", + "city": "Van", + "state": "WV", + "latitude": "37.972887", + "longitude": "-81.714680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25208", + "city": "Wharton", + "state": "WV", + "latitude": "37.887883", + "longitude": "-81.671910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25209", + "city": "Whitesville", + "state": "WV", + "latitude": "37.978232", + "longitude": "-81.532880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25211", + "city": "Widen", + "state": "WV", + "latitude": "38.462053", + "longitude": "-80.866270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25213", + "city": "Winfield", + "state": "WV", + "latitude": "38.509445", + "longitude": "-81.905780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25214", + "city": "Winifrede", + "state": "WV", + "latitude": "38.194110", + "longitude": "-81.543960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25231", + "city": "Advent", + "state": "WV", + "latitude": "38.597265", + "longitude": "-81.579340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25234", + "city": "Arnoldsburg", + "state": "WV", + "latitude": "38.806907", + "longitude": "-81.128270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25235", + "city": "Chloe", + "state": "WV", + "latitude": "38.661766", + "longitude": "-81.076150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25239", + "city": "Cottageville", + "state": "WV", + "latitude": "38.851872", + "longitude": "-81.845010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25241", + "city": "Evans", + "state": "WV", + "latitude": "38.792125", + "longitude": "-81.801170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25243", + "city": "Gandeeville", + "state": "WV", + "latitude": "38.665227", + "longitude": "-81.477830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25244", + "city": "Gay", + "state": "WV", + "latitude": "38.770723", + "longitude": "-81.550430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25245", + "city": "Given", + "state": "WV", + "latitude": "38.698253", + "longitude": "-81.754160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25247", + "city": "Hartford", + "state": "WV", + "latitude": "39.005918", + "longitude": "-81.990830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25248", + "city": "Kenna", + "state": "WV", + "latitude": "38.631892", + "longitude": "-81.620480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25250", + "city": "Lakin", + "state": "WV", + "latitude": "38.752312", + "longitude": "-81.997278", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25251", + "city": "Left Hand", + "state": "WV", + "latitude": "38.618255", + "longitude": "-81.229130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25252", + "city": "Le Roy", + "state": "WV", + "latitude": "38.884000", + "longitude": "-81.538070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25253", + "city": "Letart", + "state": "WV", + "latitude": "38.923595", + "longitude": "-81.974140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25256", + "city": "Linden", + "state": "WV", + "latitude": "38.731737", + "longitude": "-81.314633", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25258", + "city": "Lockney", + "state": "WV", + "latitude": "38.913649", + "longitude": "-80.831256", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25259", + "city": "Looneyville", + "state": "WV", + "latitude": "38.679327", + "longitude": "-81.273340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25260", + "city": "Mason", + "state": "WV", + "latitude": "39.017309", + "longitude": "-82.030310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25261", + "city": "Millstone", + "state": "WV", + "latitude": "38.835085", + "longitude": "-81.102840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25262", + "city": "Millwood", + "state": "WV", + "latitude": "38.906099", + "longitude": "-81.832740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25264", + "city": "Mount Alto", + "state": "WV", + "latitude": "38.853643", + "longitude": "-81.898500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25265", + "city": "New Haven", + "state": "WV", + "latitude": "38.988059", + "longitude": "-81.967310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25266", + "city": "Newton", + "state": "WV", + "latitude": "38.585331", + "longitude": "-81.174280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25267", + "city": "Normantown", + "state": "WV", + "latitude": "38.849663", + "longitude": "-80.965690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25268", + "city": "Orma", + "state": "WV", + "latitude": "38.737960", + "longitude": "-81.094780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25270", + "city": "Reedy", + "state": "WV", + "latitude": "38.879098", + "longitude": "-81.421150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25271", + "city": "Ripley", + "state": "WV", + "latitude": "38.803814", + "longitude": "-81.707630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25275", + "city": "Sandyville", + "state": "WV", + "latitude": "38.926713", + "longitude": "-81.619600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25276", + "city": "Spencer", + "state": "WV", + "latitude": "38.780168", + "longitude": "-81.342440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25279", + "city": "Statts Mills", + "state": "WV", + "latitude": "38.732716", + "longitude": "-81.617530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25281", + "city": "Tariff", + "state": "WV", + "latitude": "38.682668", + "longitude": "-81.188460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25283", + "city": "Valley Fork", + "state": "WV", + "latitude": "38.536815", + "longitude": "-81.126230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25285", + "city": "Wallback", + "state": "WV", + "latitude": "38.566365", + "longitude": "-81.129230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25286", + "city": "Walton", + "state": "WV", + "latitude": "38.617139", + "longitude": "-81.395370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25287", + "city": "West Columbia", + "state": "WV", + "latitude": "38.950609", + "longitude": "-82.060300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25301", + "city": "Charleston", + "state": "WV", + "latitude": "38.350647", + "longitude": "-81.630280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25302", + "city": "Charleston", + "state": "WV", + "latitude": "38.375397", + "longitude": "-81.623670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25303", + "city": "Charleston", + "state": "WV", + "latitude": "38.362374", + "longitude": "-81.686300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25304", + "city": "Charleston", + "state": "WV", + "latitude": "38.313411", + "longitude": "-81.585640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25305", + "city": "Charleston", + "state": "WV", + "latitude": "38.335798", + "longitude": "-81.612344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25306", + "city": "Charleston", + "state": "WV", + "latitude": "38.310827", + "longitude": "-81.531060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25309", + "city": "Charleston", + "state": "WV", + "latitude": "38.329768", + "longitude": "-81.734180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25311", + "city": "Charleston", + "state": "WV", + "latitude": "38.351204", + "longitude": "-81.581980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25312", + "city": "Charleston", + "state": "WV", + "latitude": "38.414155", + "longitude": "-81.661660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25313", + "city": "Charleston", + "state": "WV", + "latitude": "38.425721", + "longitude": "-81.761680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25314", + "city": "Charleston", + "state": "WV", + "latitude": "38.335969", + "longitude": "-81.660840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25315", + "city": "Charleston", + "state": "WV", + "latitude": "38.237530", + "longitude": "-81.556610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25317", + "city": "Charleston", + "state": "WV", + "latitude": "38.335647", + "longitude": "-81.613794", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25320", + "city": "Charleston", + "state": "WV", + "latitude": "38.530623", + "longitude": "-81.625650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25321", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25322", + "city": "Charleston", + "state": "WV", + "latitude": "38.534661", + "longitude": "-81.560350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25323", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25324", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25325", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25326", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25327", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25328", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25329", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25330", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25331", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25332", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25333", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25334", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25335", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25336", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25337", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25338", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25339", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25350", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25356", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25357", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25358", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25360", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25361", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25362", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25364", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25365", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25375", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25387", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25389", + "city": "Charleston", + "state": "WV", + "latitude": "38.354041", + "longitude": "-81.639389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25392", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25396", + "city": "Charleston", + "state": "WV", + "latitude": "38.296818", + "longitude": "-81.554655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25401", + "city": "Martinsburg", + "state": "WV", + "latitude": "39.463781", + "longitude": "-77.957670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25402", + "city": "Martinsburg", + "state": "WV", + "latitude": "39.461663", + "longitude": "-78.011472", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25410", + "city": "Bakerton", + "state": "WV", + "latitude": "39.315914", + "longitude": "-77.877223", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25411", + "city": "Berkeley Springs", + "state": "WV", + "latitude": "39.567987", + "longitude": "-78.227830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25413", + "city": "Bunker Hill", + "state": "WV", + "latitude": "39.323628", + "longitude": "-78.041570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25414", + "city": "Charles Town", + "state": "WV", + "latitude": "39.279965", + "longitude": "-77.862030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25419", + "city": "Falling Waters", + "state": "WV", + "latitude": "39.581320", + "longitude": "-77.880400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25420", + "city": "Gerrardstown", + "state": "WV", + "latitude": "39.379281", + "longitude": "-78.122290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25421", + "city": "Glengary", + "state": "WV", + "latitude": "39.372769", + "longitude": "-78.167600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25422", + "city": "Great Cacapon", + "state": "WV", + "latitude": "39.571804", + "longitude": "-78.371830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25423", + "city": "Halltown", + "state": "WV", + "latitude": "39.315914", + "longitude": "-77.877223", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25425", + "city": "Harpers Ferry", + "state": "WV", + "latitude": "39.272324", + "longitude": "-77.779820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25427", + "city": "Hedgesville", + "state": "WV", + "latitude": "39.540636", + "longitude": "-78.058820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25428", + "city": "Inwood", + "state": "WV", + "latitude": "39.368967", + "longitude": "-78.027420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25429", + "city": "Kearneysville", + "state": "WV", + "latitude": "39.349586", + "longitude": "-77.878957", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25430", + "city": "Kearneysville", + "state": "WV", + "latitude": "39.349476", + "longitude": "-77.934150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25431", + "city": "Levels", + "state": "WV", + "latitude": "39.502190", + "longitude": "-78.555920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25432", + "city": "Millville", + "state": "WV", + "latitude": "39.315914", + "longitude": "-77.877223", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25434", + "city": "Paw Paw", + "state": "WV", + "latitude": "39.500633", + "longitude": "-78.437260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25437", + "city": "Points", + "state": "WV", + "latitude": "39.418178", + "longitude": "-78.578710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25438", + "city": "Ranson", + "state": "WV", + "latitude": "39.300223", + "longitude": "-77.859900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25440", + "city": "Ridgeway", + "state": "WV", + "latitude": "39.442661", + "longitude": "-78.026280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25441", + "city": "Rippon", + "state": "WV", + "latitude": "39.210527", + "longitude": "-77.914030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25442", + "city": "Shenandoah Junction", + "state": "WV", + "latitude": "39.358159", + "longitude": "-77.832960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25443", + "city": "Shepherdstown", + "state": "WV", + "latitude": "39.434479", + "longitude": "-77.811320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25444", + "city": "Slanesville", + "state": "WV", + "latitude": "39.412828", + "longitude": "-78.525870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25446", + "city": "Summit Point", + "state": "WV", + "latitude": "39.247155", + "longitude": "-77.957470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25501", + "city": "Alkol", + "state": "WV", + "latitude": "38.169041", + "longitude": "-81.925670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25502", + "city": "Apple Grove", + "state": "WV", + "latitude": "38.669561", + "longitude": "-82.126620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25503", + "city": "Ashton", + "state": "WV", + "latitude": "38.613255", + "longitude": "-82.124680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25504", + "city": "Barboursville", + "state": "WV", + "latitude": "38.391209", + "longitude": "-82.285630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25505", + "city": "Big Creek", + "state": "WV", + "latitude": "38.009633", + "longitude": "-82.044810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25506", + "city": "Branchland", + "state": "WV", + "latitude": "38.214232", + "longitude": "-82.191000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25507", + "city": "Ceredo", + "state": "WV", + "latitude": "38.396081", + "longitude": "-82.558810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25508", + "city": "Chapmanville", + "state": "WV", + "latitude": "37.962522", + "longitude": "-82.019540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25510", + "city": "Culloden", + "state": "WV", + "latitude": "38.399499", + "longitude": "-82.065620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25511", + "city": "Dunlow", + "state": "WV", + "latitude": "38.011587", + "longitude": "-82.380720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25512", + "city": "East Lynn", + "state": "WV", + "latitude": "38.206510", + "longitude": "-82.345230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25514", + "city": "Fort Gay", + "state": "WV", + "latitude": "38.101664", + "longitude": "-82.545600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25515", + "city": "Gallipolis Ferry", + "state": "WV", + "latitude": "38.764623", + "longitude": "-82.160030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25517", + "city": "Genoa", + "state": "WV", + "latitude": "38.116605", + "longitude": "-82.462380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25519", + "city": "Glenhayes", + "state": "WV", + "latitude": "38.132114", + "longitude": "-82.418277", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25520", + "city": "Glenwood", + "state": "WV", + "latitude": "38.558344", + "longitude": "-82.171490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25521", + "city": "Griffithsville", + "state": "WV", + "latitude": "38.238045", + "longitude": "-81.989910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25523", + "city": "Hamlin", + "state": "WV", + "latitude": "38.280976", + "longitude": "-82.085840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25524", + "city": "Harts", + "state": "WV", + "latitude": "38.026440", + "longitude": "-82.108600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25526", + "city": "Hurricane", + "state": "WV", + "latitude": "38.427011", + "longitude": "-81.989600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25529", + "city": "Julian", + "state": "WV", + "latitude": "38.152035", + "longitude": "-81.841530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25530", + "city": "Kenova", + "state": "WV", + "latitude": "38.385975", + "longitude": "-82.574610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25534", + "city": "Kiahsville", + "state": "WV", + "latitude": "38.082632", + "longitude": "-82.271150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25535", + "city": "Lavalette", + "state": "WV", + "latitude": "38.303290", + "longitude": "-82.445510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25537", + "city": "Lesage", + "state": "WV", + "latitude": "38.534701", + "longitude": "-82.279820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25540", + "city": "Midkiff", + "state": "WV", + "latitude": "38.159971", + "longitude": "-82.125060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25541", + "city": "Milton", + "state": "WV", + "latitude": "38.440316", + "longitude": "-82.135350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25543", + "city": "Shepherdstown", + "state": "WV", + "latitude": "39.430280", + "longitude": "-77.807994", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25544", + "city": "Myra", + "state": "WV", + "latitude": "38.219991", + "longitude": "-82.114620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25545", + "city": "Ona", + "state": "WV", + "latitude": "38.440680", + "longitude": "-82.223110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25547", + "city": "Pecks Mill", + "state": "WV", + "latitude": "37.925145", + "longitude": "-81.958260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25550", + "city": "Point Pleasant", + "state": "WV", + "latitude": "38.870180", + "longitude": "-82.107510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25555", + "city": "Prichard", + "state": "WV", + "latitude": "38.238942", + "longitude": "-82.581780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25557", + "city": "Ranger", + "state": "WV", + "latitude": "38.106001", + "longitude": "-82.151430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25559", + "city": "Salt Rock", + "state": "WV", + "latitude": "38.324409", + "longitude": "-82.222420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25560", + "city": "Scott Depot", + "state": "WV", + "latitude": "38.446225", + "longitude": "-81.903150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25562", + "city": "Shoals", + "state": "WV", + "latitude": "38.343176", + "longitude": "-82.490494", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25564", + "city": "Sod", + "state": "WV", + "latitude": "38.268079", + "longitude": "-81.887690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25565", + "city": "Spurlockville", + "state": "WV", + "latitude": "38.106045", + "longitude": "-81.995980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25567", + "city": "Sumerco", + "state": "WV", + "latitude": "38.219996", + "longitude": "-81.854140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25569", + "city": "Teays", + "state": "WV", + "latitude": "38.475369", + "longitude": "-81.880455", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25570", + "city": "Wayne", + "state": "WV", + "latitude": "38.225065", + "longitude": "-82.439090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25571", + "city": "West Hamlin", + "state": "WV", + "latitude": "38.290859", + "longitude": "-82.175660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25572", + "city": "Woodville", + "state": "WV", + "latitude": "38.187456", + "longitude": "-81.901236", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25573", + "city": "Yawkey", + "state": "WV", + "latitude": "38.229352", + "longitude": "-81.945430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25601", + "city": "Logan", + "state": "WV", + "latitude": "37.833826", + "longitude": "-82.000110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25606", + "city": "Accoville", + "state": "WV", + "latitude": "37.759790", + "longitude": "-81.820270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25607", + "city": "Amherstdale", + "state": "WV", + "latitude": "37.788146", + "longitude": "-81.802480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25608", + "city": "Baisden", + "state": "WV", + "latitude": "37.556120", + "longitude": "-81.923150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25611", + "city": "Bruno", + "state": "WV", + "latitude": "37.690439", + "longitude": "-81.857110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25612", + "city": "Chauncey", + "state": "WV", + "latitude": "37.766620", + "longitude": "-81.987550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25614", + "city": "Cora", + "state": "WV", + "latitude": "37.833204", + "longitude": "-81.902401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25617", + "city": "Davin", + "state": "WV", + "latitude": "37.733955", + "longitude": "-81.818970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25621", + "city": "Gilbert", + "state": "WV", + "latitude": "37.625805", + "longitude": "-81.901860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25623", + "city": "Hampden", + "state": "WV", + "latitude": "37.743063", + "longitude": "-82.108010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25624", + "city": "Henlawson", + "state": "WV", + "latitude": "37.904732", + "longitude": "-81.982700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25625", + "city": "Holden", + "state": "WV", + "latitude": "37.827404", + "longitude": "-82.063820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25628", + "city": "Kistler", + "state": "WV", + "latitude": "37.757905", + "longitude": "-81.855170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25630", + "city": "Lorado", + "state": "WV", + "latitude": "37.801260", + "longitude": "-81.708020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25631", + "city": "Amherstdale-Robinette", + "state": "WV", + "latitude": "37.790435", + "longitude": "-81.784532", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25632", + "city": "Lyburn", + "state": "WV", + "latitude": "37.779196", + "longitude": "-81.916510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25634", + "city": "Mallory", + "state": "WV", + "latitude": "37.727380", + "longitude": "-81.845770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25635", + "city": "Man", + "state": "WV", + "latitude": "37.729265", + "longitude": "-81.878530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25636", + "city": "Monaville", + "state": "WV", + "latitude": "37.808757", + "longitude": "-81.994330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25637", + "city": "Mount Gay", + "state": "WV", + "latitude": "37.849418", + "longitude": "-82.021740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25638", + "city": "Omar", + "state": "WV", + "latitude": "37.734818", + "longitude": "-82.014520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25639", + "city": "Peach Creek", + "state": "WV", + "latitude": "37.878311", + "longitude": "-81.965190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25644", + "city": "Sarah Ann", + "state": "WV", + "latitude": "37.688162", + "longitude": "-81.988260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25645", + "city": "Stirrat", + "state": "WV", + "latitude": "37.833204", + "longitude": "-81.902401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25646", + "city": "Stollings", + "state": "WV", + "latitude": "37.837136", + "longitude": "-81.959210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25647", + "city": "Switzer", + "state": "WV", + "latitude": "37.793612", + "longitude": "-81.987380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25649", + "city": "Verdunville", + "state": "WV", + "latitude": "37.852728", + "longitude": "-82.066780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25650", + "city": "Verner", + "state": "WV", + "latitude": "37.686815", + "longitude": "-81.814410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25651", + "city": "Wharncliffe", + "state": "WV", + "latitude": "37.555503", + "longitude": "-81.968190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25652", + "city": "Whitman", + "state": "WV", + "latitude": "37.800168", + "longitude": "-82.039430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25653", + "city": "Wilkinson", + "state": "WV", + "latitude": "37.828926", + "longitude": "-81.999360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25654", + "city": "Yolyn", + "state": "WV", + "latitude": "37.801671", + "longitude": "-81.871130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25661", + "city": "Williamson", + "state": "WV", + "latitude": "37.705144", + "longitude": "-82.268270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25665", + "city": "Borderland", + "state": "WV", + "latitude": "37.714369", + "longitude": "-82.308730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25666", + "city": "Breeden", + "state": "WV", + "latitude": "37.924415", + "longitude": "-82.273940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25667", + "city": "Chattaroy", + "state": "WV", + "latitude": "37.703827", + "longitude": "-82.278240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25669", + "city": "Crum", + "state": "WV", + "latitude": "37.938427", + "longitude": "-82.425400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25670", + "city": "Delbarton", + "state": "WV", + "latitude": "37.705946", + "longitude": "-82.144160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25671", + "city": "Dingess", + "state": "WV", + "latitude": "37.863118", + "longitude": "-82.216710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25672", + "city": "Edgarton", + "state": "WV", + "latitude": "37.570813", + "longitude": "-82.135780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25674", + "city": "Kermit", + "state": "WV", + "latitude": "37.860845", + "longitude": "-82.375740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25676", + "city": "Lenore", + "state": "WV", + "latitude": "37.818843", + "longitude": "-82.272670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25678", + "city": "Matewan", + "state": "WV", + "latitude": "37.617949", + "longitude": "-82.163970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25682", + "city": "Meador", + "state": "WV", + "latitude": "37.583945", + "longitude": "-82.044590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25685", + "city": "Naugatuck", + "state": "WV", + "latitude": "37.786897", + "longitude": "-82.343730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25686", + "city": "Newtown", + "state": "WV", + "latitude": "37.743063", + "longitude": "-82.108010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25687", + "city": "Nolan", + "state": "WV", + "latitude": "37.743063", + "longitude": "-82.108010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25688", + "city": "North Matewan", + "state": "WV", + "latitude": "37.627833", + "longitude": "-82.147740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25690", + "city": "Ragland", + "state": "WV", + "latitude": "37.743063", + "longitude": "-82.108010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25691", + "city": "Rawl", + "state": "WV", + "latitude": "37.643043", + "longitude": "-82.217010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25692", + "city": "Red Jacket", + "state": "WV", + "latitude": "37.640357", + "longitude": "-82.132650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25694", + "city": "Thacker", + "state": "WV", + "latitude": "37.743063", + "longitude": "-82.108010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25696", + "city": "Varney", + "state": "WV", + "latitude": "37.669222", + "longitude": "-82.125990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25697", + "city": "Vulcan", + "state": "WV", + "latitude": "37.743063", + "longitude": "-82.108010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25699", + "city": "Wilsondale", + "state": "WV", + "latitude": "37.966899", + "longitude": "-82.294140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25701", + "city": "Huntington", + "state": "WV", + "latitude": "38.403511", + "longitude": "-82.439040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25702", + "city": "Huntington", + "state": "WV", + "latitude": "38.431116", + "longitude": "-82.370190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25703", + "city": "Huntington", + "state": "WV", + "latitude": "38.421443", + "longitude": "-82.419240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25704", + "city": "Huntington", + "state": "WV", + "latitude": "38.386966", + "longitude": "-82.496090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25705", + "city": "Huntington", + "state": "WV", + "latitude": "38.410745", + "longitude": "-82.369950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25706", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25707", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25708", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25709", + "city": "Huntington", + "state": "WV", + "latitude": "38.132114", + "longitude": "-82.418277", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25710", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25711", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25712", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25713", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25714", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25715", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25716", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25717", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25718", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25719", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25720", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25721", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25722", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25723", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25724", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25725", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25726", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25727", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25728", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25729", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25755", + "city": "Huntington", + "state": "WV", + "latitude": "38.422115", + "longitude": "-82.431667", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25770", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25771", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25772", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25773", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25774", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25775", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25776", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25777", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25778", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25779", + "city": "Huntington", + "state": "WV", + "latitude": "38.413384", + "longitude": "-82.277401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25801", + "city": "Beckley", + "state": "WV", + "latitude": "37.790640", + "longitude": "-81.199580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25802", + "city": "Beckley", + "state": "WV", + "latitude": "37.748935", + "longitude": "-81.224458", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25810", + "city": "Allen Junction", + "state": "WV", + "latitude": "37.603344", + "longitude": "-81.539980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25811", + "city": "Amigo", + "state": "WV", + "latitude": "37.603344", + "longitude": "-81.539980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25812", + "city": "Ansted", + "state": "WV", + "latitude": "38.138419", + "longitude": "-81.104030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25813", + "city": "Beaver", + "state": "WV", + "latitude": "37.754656", + "longitude": "-81.113040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25816", + "city": "Blue Jay", + "state": "WV", + "latitude": "37.735161", + "longitude": "-81.136328", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25817", + "city": "Bolt", + "state": "WV", + "latitude": "37.776720", + "longitude": "-81.413770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25818", + "city": "Bradley", + "state": "WV", + "latitude": "37.865746", + "longitude": "-81.192440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25820", + "city": "Camp Creek", + "state": "WV", + "latitude": "37.504558", + "longitude": "-81.116220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25823", + "city": "Coal City", + "state": "WV", + "latitude": "37.679582", + "longitude": "-81.209680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25825", + "city": "Cool Ridge", + "state": "WV", + "latitude": "37.648813", + "longitude": "-81.112410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25826", + "city": "Corinne", + "state": "WV", + "latitude": "37.577807", + "longitude": "-81.353190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25827", + "city": "Crab Orchard", + "state": "WV", + "latitude": "37.733391", + "longitude": "-81.237690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25831", + "city": "Danese", + "state": "WV", + "latitude": "37.950115", + "longitude": "-80.920510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25832", + "city": "Daniels", + "state": "WV", + "latitude": "37.728559", + "longitude": "-81.103640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25833", + "city": "Dothan", + "state": "WV", + "latitude": "38.041293", + "longitude": "-81.064784", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25836", + "city": "Eccles", + "state": "WV", + "latitude": "37.777391", + "longitude": "-81.264430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25837", + "city": "Edmond", + "state": "WV", + "latitude": "38.048578", + "longitude": "-81.033870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25839", + "city": "Fairdale", + "state": "WV", + "latitude": "37.776961", + "longitude": "-81.361790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25840", + "city": "Fayetteville", + "state": "WV", + "latitude": "38.059415", + "longitude": "-81.112080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25841", + "city": "Flat Top", + "state": "WV", + "latitude": "37.557975", + "longitude": "-81.095370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25843", + "city": "Ghent", + "state": "WV", + "latitude": "37.618115", + "longitude": "-81.107240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25844", + "city": "Glen Daniel", + "state": "WV", + "latitude": "37.802995", + "longitude": "-81.364950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25845", + "city": "Glen Fork", + "state": "WV", + "latitude": "37.687988", + "longitude": "-81.531400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25846", + "city": "Glen Jean", + "state": "WV", + "latitude": "37.927809", + "longitude": "-81.151740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25847", + "city": "Glen Morgan", + "state": "WV", + "latitude": "37.723290", + "longitude": "-81.174440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25848", + "city": "Glen Rogers", + "state": "WV", + "latitude": "37.714713", + "longitude": "-81.418150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25849", + "city": "Glen White", + "state": "WV", + "latitude": "37.731521", + "longitude": "-81.281080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25851", + "city": "Harper", + "state": "WV", + "latitude": "37.802469", + "longitude": "-81.282759", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25853", + "city": "Helen", + "state": "WV", + "latitude": "37.632150", + "longitude": "-81.316440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25854", + "city": "Hico", + "state": "WV", + "latitude": "38.128245", + "longitude": "-80.991510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25855", + "city": "Hilltop", + "state": "WV", + "latitude": "37.942510", + "longitude": "-81.149950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25856", + "city": "Jonben", + "state": "WV", + "latitude": "37.653792", + "longitude": "-81.188330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25857", + "city": "Josephine", + "state": "WV", + "latitude": "37.625307", + "longitude": "-81.250930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25859", + "city": "Kilsyth", + "state": "WV", + "latitude": "38.041293", + "longitude": "-81.064784", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25860", + "city": "Lanark", + "state": "WV", + "latitude": "37.748935", + "longitude": "-81.224458", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25862", + "city": "Lansing", + "state": "WV", + "latitude": "38.079509", + "longitude": "-81.062380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25864", + "city": "Layland", + "state": "WV", + "latitude": "37.906682", + "longitude": "-80.991750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25865", + "city": "Lester", + "state": "WV", + "latitude": "37.737104", + "longitude": "-81.325360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25866", + "city": "Lochgelly", + "state": "WV", + "latitude": "38.007725", + "longitude": "-81.139100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25868", + "city": "Lookout", + "state": "WV", + "latitude": "38.073479", + "longitude": "-80.952200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25870", + "city": "Maben", + "state": "WV", + "latitude": "37.673370", + "longitude": "-81.420010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25871", + "city": "Mabscott", + "state": "WV", + "latitude": "37.771364", + "longitude": "-81.209300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25873", + "city": "Mac Arthur", + "state": "WV", + "latitude": "37.751700", + "longitude": "-81.214825", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25875", + "city": "McGraws", + "state": "WV", + "latitude": "37.683440", + "longitude": "-81.446080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25876", + "city": "Saulsville", + "state": "WV", + "latitude": "37.603344", + "longitude": "-81.539980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25878", + "city": "Midway", + "state": "WV", + "latitude": "37.715335", + "longitude": "-81.241310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25879", + "city": "Minden", + "state": "WV", + "latitude": "37.980561", + "longitude": "-81.102080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25880", + "city": "Mount Hope", + "state": "WV", + "latitude": "37.881690", + "longitude": "-81.192730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25882", + "city": "Mullens", + "state": "WV", + "latitude": "37.596209", + "longitude": "-81.381930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25898", + "city": "Shady Spring", + "state": "WV", + "latitude": "37.698351", + "longitude": "-81.081333", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25901", + "city": "Oak Hill", + "state": "WV", + "latitude": "37.982775", + "longitude": "-81.145330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25902", + "city": "Odd", + "state": "WV", + "latitude": "37.589172", + "longitude": "-81.232400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25904", + "city": "Pax", + "state": "WV", + "latitude": "37.935699", + "longitude": "-81.267240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25906", + "city": "Piney View", + "state": "WV", + "latitude": "37.837573", + "longitude": "-81.128631", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25907", + "city": "Prince", + "state": "WV", + "latitude": "37.855763", + "longitude": "-81.066730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25908", + "city": "Princewick", + "state": "WV", + "latitude": "37.663234", + "longitude": "-81.239110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25909", + "city": "Prosperity", + "state": "WV", + "latitude": "37.837706", + "longitude": "-81.197220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25911", + "city": "Raleigh", + "state": "WV", + "latitude": "37.758469", + "longitude": "-81.167549", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25912", + "city": "Ramsey", + "state": "WV", + "latitude": "38.041293", + "longitude": "-81.064784", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25913", + "city": "Ravencliff", + "state": "WV", + "latitude": "37.699568", + "longitude": "-81.481380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25914", + "city": "Redstar", + "state": "WV", + "latitude": "38.041293", + "longitude": "-81.064784", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25915", + "city": "Rhodell", + "state": "WV", + "latitude": "37.608562", + "longitude": "-81.301900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25916", + "city": "Sabine", + "state": "WV", + "latitude": "37.677563", + "longitude": "-81.500710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25917", + "city": "Scarbro", + "state": "WV", + "latitude": "37.964622", + "longitude": "-81.216340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25918", + "city": "Shady Spring", + "state": "WV", + "latitude": "37.712469", + "longitude": "-81.005610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25919", + "city": "Skelton", + "state": "WV", + "latitude": "37.800481", + "longitude": "-81.180561", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25920", + "city": "Slab Fork", + "state": "WV", + "latitude": "37.683749", + "longitude": "-81.343590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25921", + "city": "Sophia", + "state": "WV", + "latitude": "37.707080", + "longitude": "-81.262630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25922", + "city": "Spanishburg", + "state": "WV", + "latitude": "37.467516", + "longitude": "-81.116720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25926", + "city": "Sprague", + "state": "WV", + "latitude": "37.787252", + "longitude": "-81.195122", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25927", + "city": "Stanaford", + "state": "WV", + "latitude": "37.748935", + "longitude": "-81.224458", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25928", + "city": "Stephenson", + "state": "WV", + "latitude": "37.576978", + "longitude": "-81.330860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25931", + "city": "Summerlee", + "state": "WV", + "latitude": "38.041293", + "longitude": "-81.064784", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25932", + "city": "Surveyor", + "state": "WV", + "latitude": "37.764498", + "longitude": "-81.316900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25934", + "city": "Terry", + "state": "WV", + "latitude": "37.848955", + "longitude": "-81.093678", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25936", + "city": "Thurmond", + "state": "WV", + "latitude": "37.930061", + "longitude": "-81.059640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25938", + "city": "Victor", + "state": "WV", + "latitude": "38.151832", + "longitude": "-81.051010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25942", + "city": "Winona", + "state": "WV", + "latitude": "38.040215", + "longitude": "-80.997020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25943", + "city": "Wyco", + "state": "WV", + "latitude": "37.603344", + "longitude": "-81.539980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25951", + "city": "Hinton", + "state": "WV", + "latitude": "37.671295", + "longitude": "-80.868670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25958", + "city": "Charmco", + "state": "WV", + "latitude": "38.012459", + "longitude": "-80.727570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25961", + "city": "Crichton", + "state": "WV", + "latitude": "37.975595", + "longitude": "-80.426874", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25962", + "city": "Rainelle", + "state": "WV", + "latitude": "37.966816", + "longitude": "-80.788900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25965", + "city": "Elton", + "state": "WV", + "latitude": "37.648541", + "longitude": "-80.877395", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25966", + "city": "Green Sulphur Springs", + "state": "WV", + "latitude": "37.798406", + "longitude": "-80.770390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25967", + "city": "Hines", + "state": "WV", + "latitude": "37.975595", + "longitude": "-80.426874", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25969", + "city": "Jumping Branch", + "state": "WV", + "latitude": "37.630988", + "longitude": "-81.009550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25971", + "city": "Lerona", + "state": "WV", + "latitude": "37.478519", + "longitude": "-80.957350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25972", + "city": "Leslie", + "state": "WV", + "latitude": "38.048182", + "longitude": "-80.748210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25976", + "city": "Meadow Bridge", + "state": "WV", + "latitude": "37.854735", + "longitude": "-80.841990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25977", + "city": "Meadow Creek", + "state": "WV", + "latitude": "37.808181", + "longitude": "-80.923210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25978", + "city": "Nimitz", + "state": "WV", + "latitude": "37.645397", + "longitude": "-80.924220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25979", + "city": "Pipestem", + "state": "WV", + "latitude": "37.496710", + "longitude": "-80.914010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25981", + "city": "Quinwood", + "state": "WV", + "latitude": "38.077430", + "longitude": "-80.724760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25984", + "city": "Rupert", + "state": "WV", + "latitude": "37.981358", + "longitude": "-80.667980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25985", + "city": "Sandstone", + "state": "WV", + "latitude": "37.772844", + "longitude": "-80.864380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25986", + "city": "Spring Dale", + "state": "WV", + "latitude": "37.878258", + "longitude": "-80.802170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25988", + "city": "True", + "state": "WV", + "latitude": "37.648541", + "longitude": "-80.877395", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "25989", + "city": "White Oak", + "state": "WV", + "latitude": "37.679060", + "longitude": "-81.035910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26003", + "city": "Wheeling", + "state": "WV", + "latitude": "40.071472", + "longitude": "-80.686800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26030", + "city": "Beech Bottom", + "state": "WV", + "latitude": "40.219614", + "longitude": "-80.654040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26031", + "city": "Benwood", + "state": "WV", + "latitude": "40.013637", + "longitude": "-80.727440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26032", + "city": "Bethany", + "state": "WV", + "latitude": "40.198956", + "longitude": "-80.546830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26033", + "city": "Cameron", + "state": "WV", + "latitude": "39.813040", + "longitude": "-80.584460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26034", + "city": "Chester", + "state": "WV", + "latitude": "40.609272", + "longitude": "-80.558930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26035", + "city": "Colliers", + "state": "WV", + "latitude": "40.352943", + "longitude": "-80.555850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26036", + "city": "Dallas", + "state": "WV", + "latitude": "39.974547", + "longitude": "-80.530030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26037", + "city": "Follansbee", + "state": "WV", + "latitude": "40.330969", + "longitude": "-80.588890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26038", + "city": "Glen Dale", + "state": "WV", + "latitude": "39.951586", + "longitude": "-80.749940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26039", + "city": "Glen Easton", + "state": "WV", + "latitude": "39.835605", + "longitude": "-80.677520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26040", + "city": "McMechen", + "state": "WV", + "latitude": "39.987177", + "longitude": "-80.730480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26041", + "city": "Moundsville", + "state": "WV", + "latitude": "39.912923", + "longitude": "-80.737010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26047", + "city": "New Cumberland", + "state": "WV", + "latitude": "40.519953", + "longitude": "-80.589250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26050", + "city": "Newell", + "state": "WV", + "latitude": "40.616853", + "longitude": "-80.604540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26055", + "city": "Proctor", + "state": "WV", + "latitude": "39.768143", + "longitude": "-80.798670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26056", + "city": "New Manchester", + "state": "WV", + "latitude": "40.532300", + "longitude": "-80.579990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26058", + "city": "Short Creek", + "state": "WV", + "latitude": "40.279320", + "longitude": "-80.599949", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26059", + "city": "Triadelphia", + "state": "WV", + "latitude": "40.063895", + "longitude": "-80.609100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26060", + "city": "Valley Grove", + "state": "WV", + "latitude": "40.104818", + "longitude": "-80.546340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26062", + "city": "Weirton", + "state": "WV", + "latitude": "40.412067", + "longitude": "-80.575420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26070", + "city": "Wellsburg", + "state": "WV", + "latitude": "40.266698", + "longitude": "-80.597090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26074", + "city": "West Liberty", + "state": "WV", + "latitude": "40.167471", + "longitude": "-80.593770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26075", + "city": "Windsor Heights", + "state": "WV", + "latitude": "40.190886", + "longitude": "-80.666130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26101", + "city": "Parkersburg", + "state": "WV", + "latitude": "39.265408", + "longitude": "-81.537060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26102", + "city": "Parkersburg", + "state": "WV", + "latitude": "39.218276", + "longitude": "-81.497865", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26103", + "city": "Parkersburg", + "state": "WV", + "latitude": "39.236427", + "longitude": "-81.540501", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26104", + "city": "Parkersburg", + "state": "WV", + "latitude": "39.285724", + "longitude": "-81.526390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26105", + "city": "Vienna", + "state": "WV", + "latitude": "39.323907", + "longitude": "-81.542060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26106", + "city": "Parkersburg", + "state": "WV", + "latitude": "39.218276", + "longitude": "-81.497865", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26120", + "city": "Mineral Wells", + "state": "WV", + "latitude": "39.218276", + "longitude": "-81.497865", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26121", + "city": "Mineral Wells", + "state": "WV", + "latitude": "39.218276", + "longitude": "-81.497865", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26133", + "city": "Belleville", + "state": "WV", + "latitude": "39.122989", + "longitude": "-81.683650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26134", + "city": "Belmont", + "state": "WV", + "latitude": "39.374773", + "longitude": "-81.278860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26135", + "city": "Bens Run", + "state": "WV", + "latitude": "39.450612", + "longitude": "-80.870081", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26136", + "city": "Big Bend", + "state": "WV", + "latitude": "38.977792", + "longitude": "-81.139170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26137", + "city": "Big Springs", + "state": "WV", + "latitude": "38.991483", + "longitude": "-81.067720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26138", + "city": "Brohard", + "state": "WV", + "latitude": "39.035940", + "longitude": "-81.187870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26141", + "city": "Creston", + "state": "WV", + "latitude": "38.939317", + "longitude": "-81.244590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26142", + "city": "Davisville", + "state": "WV", + "latitude": "39.205900", + "longitude": "-81.465490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26143", + "city": "Elizabeth", + "state": "WV", + "latitude": "39.070067", + "longitude": "-81.407620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26145", + "city": "Pennsboro", + "state": "WV", + "latitude": "39.288336", + "longitude": "-80.968967", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26146", + "city": "Friendly", + "state": "WV", + "latitude": "39.462447", + "longitude": "-81.050910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26147", + "city": "Grantsville", + "state": "WV", + "latitude": "38.911018", + "longitude": "-81.072780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26148", + "city": "Macfarlan", + "state": "WV", + "latitude": "39.065862", + "longitude": "-81.187220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26149", + "city": "Middlebourne", + "state": "WV", + "latitude": "39.481247", + "longitude": "-80.875330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26150", + "city": "Mineral Wells", + "state": "WV", + "latitude": "39.162229", + "longitude": "-81.537880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26151", + "city": "Mount Zion", + "state": "WV", + "latitude": "38.885826", + "longitude": "-81.168850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26152", + "city": "Munday", + "state": "WV", + "latitude": "38.988098", + "longitude": "-81.207210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26155", + "city": "New Martinsville", + "state": "WV", + "latitude": "39.646099", + "longitude": "-80.834650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26159", + "city": "Paden City", + "state": "WV", + "latitude": "39.604088", + "longitude": "-80.932760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26160", + "city": "Palestine", + "state": "WV", + "latitude": "38.971224", + "longitude": "-81.402180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26161", + "city": "Petroleum", + "state": "WV", + "latitude": "39.173299", + "longitude": "-81.255950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26162", + "city": "Porters Falls", + "state": "WV", + "latitude": "39.576419", + "longitude": "-80.772110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26164", + "city": "Ravenswood", + "state": "WV", + "latitude": "38.977445", + "longitude": "-81.727890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26167", + "city": "Reader", + "state": "WV", + "latitude": "39.550395", + "longitude": "-80.711630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26169", + "city": "Rockport", + "state": "WV", + "latitude": "39.076628", + "longitude": "-81.552990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26170", + "city": "Saint Marys", + "state": "WV", + "latitude": "39.370217", + "longitude": "-81.172150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26173", + "city": "Sherman", + "state": "WV", + "latitude": "38.951920", + "longitude": "-81.709496", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26175", + "city": "Sistersville", + "state": "WV", + "latitude": "39.547803", + "longitude": "-80.974080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26178", + "city": "Smithville", + "state": "WV", + "latitude": "39.059792", + "longitude": "-81.029430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26180", + "city": "Walker", + "state": "WV", + "latitude": "39.179485", + "longitude": "-81.378360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26181", + "city": "Washington", + "state": "WV", + "latitude": "39.220948", + "longitude": "-81.665080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26184", + "city": "Waverly", + "state": "WV", + "latitude": "39.306083", + "longitude": "-81.366390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26186", + "city": "Wileyville", + "state": "WV", + "latitude": "39.619007", + "longitude": "-80.612250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26187", + "city": "Williamstown", + "state": "WV", + "latitude": "39.387718", + "longitude": "-81.445850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26201", + "city": "Buckhannon", + "state": "WV", + "latitude": "38.997267", + "longitude": "-80.209150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26202", + "city": "Fenwick", + "state": "WV", + "latitude": "38.224393", + "longitude": "-80.613910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26203", + "city": "Erbacon", + "state": "WV", + "latitude": "38.520078", + "longitude": "-80.595180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26205", + "city": "Craigsville", + "state": "WV", + "latitude": "38.330842", + "longitude": "-80.648030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26206", + "city": "Cowen", + "state": "WV", + "latitude": "38.424309", + "longitude": "-80.537710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26208", + "city": "Camden On Gauley", + "state": "WV", + "latitude": "38.364123", + "longitude": "-80.590200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26209", + "city": "Snowshoe", + "state": "WV", + "latitude": "38.422376", + "longitude": "-79.993440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26210", + "city": "Adrian", + "state": "WV", + "latitude": "38.900064", + "longitude": "-80.267950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26215", + "city": "Cleveland", + "state": "WV", + "latitude": "38.716238", + "longitude": "-80.399270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26217", + "city": "Diana", + "state": "WV", + "latitude": "38.602860", + "longitude": "-80.459500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26218", + "city": "French Creek", + "state": "WV", + "latitude": "38.857567", + "longitude": "-80.278720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26219", + "city": "Frenchton", + "state": "WV", + "latitude": "38.899314", + "longitude": "-80.226855", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26222", + "city": "Hacker Valley", + "state": "WV", + "latitude": "38.663739", + "longitude": "-80.397940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26224", + "city": "Helvetia", + "state": "WV", + "latitude": "38.735363", + "longitude": "-80.180330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26228", + "city": "Kanawha Head", + "state": "WV", + "latitude": "38.753031", + "longitude": "-80.382310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26229", + "city": "Lorentz", + "state": "WV", + "latitude": "38.899314", + "longitude": "-80.226855", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26230", + "city": "Pickens", + "state": "WV", + "latitude": "38.663620", + "longitude": "-80.243610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26234", + "city": "Rock Cave", + "state": "WV", + "latitude": "38.792214", + "longitude": "-80.315900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26236", + "city": "Selbyville", + "state": "WV", + "latitude": "38.752157", + "longitude": "-80.235370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26237", + "city": "Tallmansville", + "state": "WV", + "latitude": "38.854653", + "longitude": "-80.155310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26238", + "city": "Volga", + "state": "WV", + "latitude": "39.091657", + "longitude": "-80.144200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26241", + "city": "Elkins", + "state": "WV", + "latitude": "38.920042", + "longitude": "-79.844600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26250", + "city": "Belington", + "state": "WV", + "latitude": "39.032644", + "longitude": "-79.952950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26253", + "city": "Beverly", + "state": "WV", + "latitude": "38.827205", + "longitude": "-79.890570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26254", + "city": "Bowden", + "state": "WV", + "latitude": "38.918159", + "longitude": "-79.632270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26257", + "city": "Coalton", + "state": "WV", + "latitude": "38.916124", + "longitude": "-80.002210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26259", + "city": "Dailey", + "state": "WV", + "latitude": "38.798094", + "longitude": "-79.899410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26260", + "city": "Davis", + "state": "WV", + "latitude": "39.101535", + "longitude": "-79.438050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26261", + "city": "Richwood", + "state": "WV", + "latitude": "38.224781", + "longitude": "-80.542500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26263", + "city": "Dryfork", + "state": "WV", + "latitude": "38.992079", + "longitude": "-79.405330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26264", + "city": "Durbin", + "state": "WV", + "latitude": "38.551810", + "longitude": "-79.834490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26266", + "city": "Upperglade", + "state": "WV", + "latitude": "38.410120", + "longitude": "-80.495950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26267", + "city": "Ellamore", + "state": "WV", + "latitude": "38.912609", + "longitude": "-80.079070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26268", + "city": "Glady", + "state": "WV", + "latitude": "38.780919", + "longitude": "-79.746740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26269", + "city": "Hambleton", + "state": "WV", + "latitude": "39.097545", + "longitude": "-79.638480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26270", + "city": "Harman", + "state": "WV", + "latitude": "38.915141", + "longitude": "-79.530660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26271", + "city": "Hendricks", + "state": "WV", + "latitude": "39.042297", + "longitude": "-79.606110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26273", + "city": "Huttonsville", + "state": "WV", + "latitude": "38.671662", + "longitude": "-79.980290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26275", + "city": "Junior", + "state": "WV", + "latitude": "38.976390", + "longitude": "-79.952010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26276", + "city": "Kerens", + "state": "WV", + "latitude": "39.019639", + "longitude": "-79.746140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26278", + "city": "Mabie", + "state": "WV", + "latitude": "38.861656", + "longitude": "-80.004020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26280", + "city": "Mill Creek", + "state": "WV", + "latitude": "38.736144", + "longitude": "-80.000000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26282", + "city": "Monterville", + "state": "WV", + "latitude": "38.518735", + "longitude": "-80.143680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26283", + "city": "Montrose", + "state": "WV", + "latitude": "39.067689", + "longitude": "-79.822190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26285", + "city": "Norton", + "state": "WV", + "latitude": "38.934414", + "longitude": "-79.965180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26287", + "city": "Parsons", + "state": "WV", + "latitude": "39.141165", + "longitude": "-79.674660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26288", + "city": "Webster Springs", + "state": "WV", + "latitude": "38.484777", + "longitude": "-80.380230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26289", + "city": "Red Creek", + "state": "WV", + "latitude": "38.990950", + "longitude": "-79.502170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26291", + "city": "Slatyfork", + "state": "WV", + "latitude": "38.444873", + "longitude": "-80.097810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26292", + "city": "Thomas", + "state": "WV", + "latitude": "39.149624", + "longitude": "-79.500300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26293", + "city": "Valley Bend", + "state": "WV", + "latitude": "38.758699", + "longitude": "-79.917980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26294", + "city": "Valley Head", + "state": "WV", + "latitude": "38.520610", + "longitude": "-80.036290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26296", + "city": "Whitmer", + "state": "WV", + "latitude": "38.810555", + "longitude": "-79.547230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26298", + "city": "Bergoo", + "state": "WV", + "latitude": "38.480062", + "longitude": "-80.296790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26301", + "city": "Clarksburg", + "state": "WV", + "latitude": "39.281289", + "longitude": "-80.343480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26302", + "city": "Clarksburg", + "state": "WV", + "latitude": "39.262770", + "longitude": "-80.308580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26306", + "city": "Clarksburg", + "state": "WV", + "latitude": "39.285204", + "longitude": "-80.385344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26320", + "city": "Alma", + "state": "WV", + "latitude": "39.418490", + "longitude": "-80.806040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26321", + "city": "Alum Bridge", + "state": "WV", + "latitude": "39.051863", + "longitude": "-80.684400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26323", + "city": "Anmoore", + "state": "WV", + "latitude": "39.258328", + "longitude": "-80.287980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26325", + "city": "Auburn", + "state": "WV", + "latitude": "39.095644", + "longitude": "-80.861820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26327", + "city": "Berea", + "state": "WV", + "latitude": "39.122023", + "longitude": "-80.954480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26328", + "city": "Blandville", + "state": "WV", + "latitude": "39.270846", + "longitude": "-80.719742", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26330", + "city": "Bridgeport", + "state": "WV", + "latitude": "39.296499", + "longitude": "-80.241990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26332", + "city": "Bristol", + "state": "WV", + "latitude": "39.286975", + "longitude": "-80.501970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26333", + "city": "Burnsville", + "state": "WV", + "latitude": "38.859246", + "longitude": "-80.657019", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26334", + "city": "Brownton", + "state": "WV", + "latitude": "39.220701", + "longitude": "-80.158810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26335", + "city": "Burnsville", + "state": "WV", + "latitude": "38.856879", + "longitude": "-80.665280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26337", + "city": "Cairo", + "state": "WV", + "latitude": "39.228729", + "longitude": "-81.161350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26338", + "city": "Camden", + "state": "WV", + "latitude": "39.096660", + "longitude": "-80.622830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26339", + "city": "Center Point", + "state": "WV", + "latitude": "39.420390", + "longitude": "-80.602040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26342", + "city": "Coxs Mills", + "state": "WV", + "latitude": "39.018602", + "longitude": "-80.852310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26343", + "city": "Crawford", + "state": "WV", + "latitude": "38.853890", + "longitude": "-80.405890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26346", + "city": "Ellenboro", + "state": "WV", + "latitude": "39.270902", + "longitude": "-81.061890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26347", + "city": "Flemington", + "state": "WV", + "latitude": "39.258358", + "longitude": "-80.126040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26348", + "city": "Folsom", + "state": "WV", + "latitude": "39.472363", + "longitude": "-80.527500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26349", + "city": "Galloway", + "state": "WV", + "latitude": "39.226574", + "longitude": "-80.085140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26350", + "city": "Gilmer", + "state": "WV", + "latitude": "38.913649", + "longitude": "-80.831256", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26351", + "city": "Glenville", + "state": "WV", + "latitude": "38.939952", + "longitude": "-80.848860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26354", + "city": "Grafton", + "state": "WV", + "latitude": "39.343418", + "longitude": "-80.026650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26361", + "city": "Gypsy", + "state": "WV", + "latitude": "39.368814", + "longitude": "-80.318720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26362", + "city": "Harrisville", + "state": "WV", + "latitude": "39.171784", + "longitude": "-81.053250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26366", + "city": "Haywood", + "state": "WV", + "latitude": "39.380098", + "longitude": "-80.337850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26369", + "city": "Hepzibah", + "state": "WV", + "latitude": "39.328064", + "longitude": "-80.335660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26372", + "city": "Horner", + "state": "WV", + "latitude": "38.969579", + "longitude": "-80.368810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26374", + "city": "Independence", + "state": "WV", + "latitude": "39.436084", + "longitude": "-79.878730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26375", + "city": "Industrial", + "state": "WV", + "latitude": "39.279818", + "longitude": "-80.575379", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26376", + "city": "Ireland", + "state": "WV", + "latitude": "38.766855", + "longitude": "-80.461720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26377", + "city": "Jacksonburg", + "state": "WV", + "latitude": "39.485593", + "longitude": "-80.640530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26378", + "city": "Jane Lew", + "state": "WV", + "latitude": "39.106153", + "longitude": "-80.426910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26384", + "city": "Linn", + "state": "WV", + "latitude": "38.983677", + "longitude": "-80.706540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26385", + "city": "Lost Creek", + "state": "WV", + "latitude": "39.163304", + "longitude": "-80.355270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26386", + "city": "Lumberport", + "state": "WV", + "latitude": "39.378137", + "longitude": "-80.370900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26404", + "city": "Meadowbrook", + "state": "WV", + "latitude": "39.344303", + "longitude": "-80.317440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26405", + "city": "Moatsville", + "state": "WV", + "latitude": "39.230125", + "longitude": "-79.893970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26407", + "city": "Mountain", + "state": "WV", + "latitude": "39.198501", + "longitude": "-81.068913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26408", + "city": "Mount Clare", + "state": "WV", + "latitude": "39.205852", + "longitude": "-80.294160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26410", + "city": "Newburg", + "state": "WV", + "latitude": "39.399050", + "longitude": "-79.829960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26411", + "city": "New Milton", + "state": "WV", + "latitude": "39.185707", + "longitude": "-80.710390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26412", + "city": "Orlando", + "state": "WV", + "latitude": "38.891517", + "longitude": "-80.564800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26415", + "city": "Pennsboro", + "state": "WV", + "latitude": "39.294877", + "longitude": "-80.960090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26416", + "city": "Philippi", + "state": "WV", + "latitude": "39.155551", + "longitude": "-80.024190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26419", + "city": "Pine Grove", + "state": "WV", + "latitude": "39.551892", + "longitude": "-80.670760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26421", + "city": "Pullman", + "state": "WV", + "latitude": "39.183473", + "longitude": "-80.926680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26422", + "city": "Reynoldsville", + "state": "WV", + "latitude": "39.285303", + "longitude": "-80.446280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26424", + "city": "Rosemont", + "state": "WV", + "latitude": "39.268207", + "longitude": "-80.165200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26425", + "city": "Rowlesburg", + "state": "WV", + "latitude": "39.320034", + "longitude": "-79.684420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26426", + "city": "Salem", + "state": "WV", + "latitude": "39.284467", + "longitude": "-80.572190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26430", + "city": "Sand Fork", + "state": "WV", + "latitude": "38.891042", + "longitude": "-80.746560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26431", + "city": "Shinnston", + "state": "WV", + "latitude": "39.392285", + "longitude": "-80.284380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26434", + "city": "Shirley", + "state": "WV", + "latitude": "39.450612", + "longitude": "-80.870081", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26435", + "city": "Simpson", + "state": "WV", + "latitude": "39.266262", + "longitude": "-80.092060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26436", + "city": "Smithburg", + "state": "WV", + "latitude": "39.287254", + "longitude": "-80.731860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26437", + "city": "Smithfield", + "state": "WV", + "latitude": "39.513468", + "longitude": "-80.531960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26438", + "city": "Spelter", + "state": "WV", + "latitude": "39.346726", + "longitude": "-80.318890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26440", + "city": "Thornton", + "state": "WV", + "latitude": "39.329797", + "longitude": "-79.903710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26443", + "city": "Troy", + "state": "WV", + "latitude": "39.080329", + "longitude": "-80.769560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26444", + "city": "Tunnelton", + "state": "WV", + "latitude": "39.377589", + "longitude": "-79.764280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26447", + "city": "Walkersville", + "state": "WV", + "latitude": "38.881069", + "longitude": "-80.474320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26448", + "city": "Wallace", + "state": "WV", + "latitude": "39.407957", + "longitude": "-80.488690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26451", + "city": "West Milford", + "state": "WV", + "latitude": "39.204169", + "longitude": "-80.402940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26452", + "city": "Weston", + "state": "WV", + "latitude": "39.041010", + "longitude": "-80.477310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26456", + "city": "West Union", + "state": "WV", + "latitude": "39.293095", + "longitude": "-80.778110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26461", + "city": "Wilsonburg", + "state": "WV", + "latitude": "39.285204", + "longitude": "-80.385344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26462", + "city": "Weston", + "state": "WV", + "latitude": "39.035250", + "longitude": "-80.467765", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26463", + "city": "Wyatt", + "state": "WV", + "latitude": "39.440245", + "longitude": "-80.352330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26501", + "city": "Morgantown", + "state": "WV", + "latitude": "39.628475", + "longitude": "-79.987960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26502", + "city": "Morgantown", + "state": "WV", + "latitude": "39.625302", + "longitude": "-79.967184", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26503", + "city": "Morgantown", + "state": "WV", + "latitude": "39.636606", + "longitude": "-79.895639", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26504", + "city": "Morgantown", + "state": "WV", + "latitude": "39.578512", + "longitude": "-80.093007", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26505", + "city": "Morgantown", + "state": "WV", + "latitude": "39.646497", + "longitude": "-79.951540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26506", + "city": "Morgantown", + "state": "WV", + "latitude": "39.645276", + "longitude": "-79.962669", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26507", + "city": "Morgantown", + "state": "WV", + "latitude": "39.680786", + "longitude": "-79.836473", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26508", + "city": "Morgantown", + "state": "WV", + "latitude": "39.610980", + "longitude": "-79.899470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26519", + "city": "Albright", + "state": "WV", + "latitude": "39.539088", + "longitude": "-79.632410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26520", + "city": "Arthurdale", + "state": "WV", + "latitude": "39.497676", + "longitude": "-79.820030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26521", + "city": "Blacksville", + "state": "WV", + "latitude": "39.718922", + "longitude": "-80.211370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26522", + "city": "Booth", + "state": "WV", + "latitude": "39.578512", + "longitude": "-80.093007", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26524", + "city": "Bretz", + "state": "WV", + "latitude": "39.458091", + "longitude": "-79.688154", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26525", + "city": "Bruceton Mills", + "state": "WV", + "latitude": "39.646876", + "longitude": "-79.598470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26527", + "city": "Cassville", + "state": "WV", + "latitude": "39.578512", + "longitude": "-80.093007", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26529", + "city": "Core", + "state": "WV", + "latitude": "39.689030", + "longitude": "-80.141130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26531", + "city": "Dellslow", + "state": "WV", + "latitude": "39.607447", + "longitude": "-79.890120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26533", + "city": "Everettville", + "state": "WV", + "latitude": "39.578512", + "longitude": "-80.093007", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26534", + "city": "Granville", + "state": "WV", + "latitude": "39.646705", + "longitude": "-79.988260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26535", + "city": "Hazelton", + "state": "WV", + "latitude": "39.458091", + "longitude": "-79.688154", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26537", + "city": "Kingwood", + "state": "WV", + "latitude": "39.472924", + "longitude": "-79.698730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26541", + "city": "Maidsville", + "state": "WV", + "latitude": "39.692340", + "longitude": "-79.973350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26542", + "city": "Masontown", + "state": "WV", + "latitude": "39.561031", + "longitude": "-79.795330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26543", + "city": "Osage", + "state": "WV", + "latitude": "39.660624", + "longitude": "-80.007200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26544", + "city": "Pentress", + "state": "WV", + "latitude": "39.707009", + "longitude": "-80.164510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26546", + "city": "Pursglove", + "state": "WV", + "latitude": "39.674575", + "longitude": "-80.034965", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26547", + "city": "Reedsville", + "state": "WV", + "latitude": "39.509001", + "longitude": "-79.805210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26554", + "city": "Fairmont", + "state": "WV", + "latitude": "39.470949", + "longitude": "-80.139360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26555", + "city": "Fairmont", + "state": "WV", + "latitude": "39.514343", + "longitude": "-80.218538", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26559", + "city": "Barrackville", + "state": "WV", + "latitude": "39.501700", + "longitude": "-80.166400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26560", + "city": "Baxter", + "state": "WV", + "latitude": "39.514343", + "longitude": "-80.218538", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26561", + "city": "Big Run", + "state": "WV", + "latitude": "39.575518", + "longitude": "-80.666712", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26562", + "city": "Burton", + "state": "WV", + "latitude": "39.646936", + "longitude": "-80.441920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26563", + "city": "Carolina", + "state": "WV", + "latitude": "39.480838", + "longitude": "-80.271830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26566", + "city": "Colfax", + "state": "WV", + "latitude": "39.514343", + "longitude": "-80.218538", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26568", + "city": "Enterprise", + "state": "WV", + "latitude": "39.422397", + "longitude": "-80.275640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26570", + "city": "Fairview", + "state": "WV", + "latitude": "39.642393", + "longitude": "-80.234050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26571", + "city": "Farmington", + "state": "WV", + "latitude": "39.513513", + "longitude": "-80.257380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26572", + "city": "Four States", + "state": "WV", + "latitude": "39.480570", + "longitude": "-80.308510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26574", + "city": "Grant Town", + "state": "WV", + "latitude": "39.558702", + "longitude": "-80.176170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26575", + "city": "Hundred", + "state": "WV", + "latitude": "39.696744", + "longitude": "-80.438720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26576", + "city": "Idamay", + "state": "WV", + "latitude": "39.494727", + "longitude": "-80.258720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26578", + "city": "Kingmont", + "state": "WV", + "latitude": "39.446631", + "longitude": "-80.176171", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26581", + "city": "Littleton", + "state": "WV", + "latitude": "39.695772", + "longitude": "-80.530770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26582", + "city": "Mannington", + "state": "WV", + "latitude": "39.527817", + "longitude": "-80.358600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26585", + "city": "Metz", + "state": "WV", + "latitude": "39.611767", + "longitude": "-80.412370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26586", + "city": "Montana Mines", + "state": "WV", + "latitude": "39.525505", + "longitude": "-80.108660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26587", + "city": "Rachel", + "state": "WV", + "latitude": "39.520705", + "longitude": "-80.303360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26588", + "city": "Rivesville", + "state": "WV", + "latitude": "39.549346", + "longitude": "-80.130970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26589", + "city": "Wadestown", + "state": "WV", + "latitude": "39.668566", + "longitude": "-80.335000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26590", + "city": "Wana", + "state": "WV", + "latitude": "39.704464", + "longitude": "-80.271780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26591", + "city": "Worthington", + "state": "WV", + "latitude": "39.452034", + "longitude": "-80.275990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26601", + "city": "Sutton", + "state": "WV", + "latitude": "38.641439", + "longitude": "-80.674970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26610", + "city": "Birch River", + "state": "WV", + "latitude": "38.465291", + "longitude": "-80.723230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26611", + "city": "Cedarville", + "state": "WV", + "latitude": "38.833295", + "longitude": "-80.800060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26612", + "city": "Centralia", + "state": "WV", + "latitude": "38.620506", + "longitude": "-80.586148", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26615", + "city": "Copen", + "state": "WV", + "latitude": "38.836102", + "longitude": "-80.725730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26617", + "city": "Dille", + "state": "WV", + "latitude": "38.491190", + "longitude": "-80.830690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26618", + "city": "Elmira", + "state": "WV", + "latitude": "38.706017", + "longitude": "-80.736884", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26619", + "city": "Exchange", + "state": "WV", + "latitude": "38.788013", + "longitude": "-80.732910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26621", + "city": "Flatwoods", + "state": "WV", + "latitude": "38.728405", + "longitude": "-80.587450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26623", + "city": "Frametown", + "state": "WV", + "latitude": "38.653616", + "longitude": "-80.861940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26624", + "city": "Gassaway", + "state": "WV", + "latitude": "38.704457", + "longitude": "-80.793660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26627", + "city": "Heaters", + "state": "WV", + "latitude": "38.767682", + "longitude": "-80.612660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26629", + "city": "Little Birch", + "state": "WV", + "latitude": "38.553898", + "longitude": "-80.698640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26630", + "city": "Bridgeport", + "state": "WV", + "latitude": "39.280867", + "longitude": "-80.249302", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26631", + "city": "Napier", + "state": "WV", + "latitude": "38.790368", + "longitude": "-80.579810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26634", + "city": "Perkins", + "state": "WV", + "latitude": "38.786153", + "longitude": "-80.918780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26636", + "city": "Rosedale", + "state": "WV", + "latitude": "38.740760", + "longitude": "-80.943500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26638", + "city": "Shock", + "state": "WV", + "latitude": "38.735700", + "longitude": "-80.984310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26639", + "city": "Strange Creek", + "state": "WV", + "latitude": "38.552910", + "longitude": "-80.869280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26641", + "city": "Wilsie", + "state": "WV", + "latitude": "38.690755", + "longitude": "-80.902850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26651", + "city": "Summersville", + "state": "WV", + "latitude": "38.306960", + "longitude": "-80.873290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26656", + "city": "Belva", + "state": "WV", + "latitude": "38.244559", + "longitude": "-81.161530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26660", + "city": "Calvin", + "state": "WV", + "latitude": "38.355607", + "longitude": "-80.696390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26662", + "city": "Canvas", + "state": "WV", + "latitude": "38.245298", + "longitude": "-80.754340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26667", + "city": "Drennen", + "state": "WV", + "latitude": "38.268633", + "longitude": "-80.981480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26671", + "city": "Gilboa", + "state": "WV", + "latitude": "38.302121", + "longitude": "-80.935490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26674", + "city": "Jodie", + "state": "WV", + "latitude": "38.210552", + "longitude": "-81.139060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26675", + "city": "Keslers Cross Lanes", + "state": "WV", + "latitude": "38.318389", + "longitude": "-80.834152", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26676", + "city": "Leivasy", + "state": "WV", + "latitude": "38.153472", + "longitude": "-80.661120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26678", + "city": "Mount Lookout", + "state": "WV", + "latitude": "38.157980", + "longitude": "-80.910020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26679", + "city": "Mount Nebo", + "state": "WV", + "latitude": "38.175500", + "longitude": "-80.808970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26680", + "city": "Nallen", + "state": "WV", + "latitude": "38.090457", + "longitude": "-80.884620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26681", + "city": "Nettie", + "state": "WV", + "latitude": "38.218258", + "longitude": "-80.700480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26684", + "city": "Pool", + "state": "WV", + "latitude": "38.163524", + "longitude": "-80.868640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26690", + "city": "Swiss", + "state": "WV", + "latitude": "38.243168", + "longitude": "-81.105960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26691", + "city": "Tioga", + "state": "WV", + "latitude": "38.408153", + "longitude": "-80.670260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26704", + "city": "Augusta", + "state": "WV", + "latitude": "39.285323", + "longitude": "-78.594010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26705", + "city": "Aurora", + "state": "WV", + "latitude": "39.327576", + "longitude": "-79.547140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26707", + "city": "Bayard", + "state": "WV", + "latitude": "39.264409", + "longitude": "-79.365400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26710", + "city": "Burlington", + "state": "WV", + "latitude": "39.335771", + "longitude": "-78.917240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26711", + "city": "Capon Bridge", + "state": "WV", + "latitude": "39.293252", + "longitude": "-78.473060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26714", + "city": "Delray", + "state": "WV", + "latitude": "39.182530", + "longitude": "-78.621520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26716", + "city": "Eglon", + "state": "WV", + "latitude": "39.261474", + "longitude": "-79.506120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26717", + "city": "Elk Garden", + "state": "WV", + "latitude": "39.351231", + "longitude": "-79.176060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26719", + "city": "Fort Ashby", + "state": "WV", + "latitude": "39.497698", + "longitude": "-78.763810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26720", + "city": "Gormania", + "state": "WV", + "latitude": "39.280652", + "longitude": "-79.338440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26722", + "city": "Green Spring", + "state": "WV", + "latitude": "39.509416", + "longitude": "-78.643800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26726", + "city": "Keyser", + "state": "WV", + "latitude": "39.434856", + "longitude": "-78.959870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26731", + "city": "Lahmansville", + "state": "WV", + "latitude": "39.153987", + "longitude": "-79.070880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26734", + "city": "Medley", + "state": "WV", + "latitude": "39.070601", + "longitude": "-79.233536", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26739", + "city": "Mount Storm", + "state": "WV", + "latitude": "39.248761", + "longitude": "-79.237850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26743", + "city": "New Creek", + "state": "WV", + "latitude": "39.291478", + "longitude": "-79.074840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26750", + "city": "Piedmont", + "state": "WV", + "latitude": "39.476243", + "longitude": "-79.046810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26753", + "city": "Ridgeley", + "state": "WV", + "latitude": "39.579717", + "longitude": "-78.785390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26755", + "city": "Rio", + "state": "WV", + "latitude": "39.139570", + "longitude": "-78.668410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26757", + "city": "Romney", + "state": "WV", + "latitude": "39.321688", + "longitude": "-78.748150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26761", + "city": "Shanks", + "state": "WV", + "latitude": "39.291196", + "longitude": "-78.693170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26763", + "city": "Springfield", + "state": "WV", + "latitude": "39.447630", + "longitude": "-78.666100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26764", + "city": "Terra Alta", + "state": "WV", + "latitude": "39.454805", + "longitude": "-79.543260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26767", + "city": "Wiley Ford", + "state": "WV", + "latitude": "39.616008", + "longitude": "-78.774890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26801", + "city": "Baker", + "state": "WV", + "latitude": "39.084895", + "longitude": "-78.779000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26802", + "city": "Brandywine", + "state": "WV", + "latitude": "38.633148", + "longitude": "-79.216690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26804", + "city": "Circleville", + "state": "WV", + "latitude": "38.626289", + "longitude": "-79.530680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26807", + "city": "Franklin", + "state": "WV", + "latitude": "38.655850", + "longitude": "-79.339750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26808", + "city": "High View", + "state": "WV", + "latitude": "39.210787", + "longitude": "-78.442610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26810", + "city": "Lost City", + "state": "WV", + "latitude": "38.973027", + "longitude": "-78.739780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26812", + "city": "Mathias", + "state": "WV", + "latitude": "38.878002", + "longitude": "-78.882450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26814", + "city": "Riverton", + "state": "WV", + "latitude": "38.737991", + "longitude": "-79.430870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26815", + "city": "Sugar Grove", + "state": "WV", + "latitude": "38.482224", + "longitude": "-79.331610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26817", + "city": "Bloomery", + "state": "WV", + "latitude": "39.344466", + "longitude": "-78.383740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26818", + "city": "Fisher", + "state": "WV", + "latitude": "39.068317", + "longitude": "-79.017170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26823", + "city": "Capon Springs", + "state": "WV", + "latitude": "39.139820", + "longitude": "-78.495760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26824", + "city": "Junction", + "state": "WV", + "latitude": "39.314071", + "longitude": "-78.659428", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26833", + "city": "Maysville", + "state": "WV", + "latitude": "39.089792", + "longitude": "-79.180140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26836", + "city": "Moorefield", + "state": "WV", + "latitude": "39.038183", + "longitude": "-78.971890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26838", + "city": "Milam", + "state": "WV", + "latitude": "38.818010", + "longitude": "-79.091070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26845", + "city": "Old Fields", + "state": "WV", + "latitude": "39.184315", + "longitude": "-78.945800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26847", + "city": "Petersburg", + "state": "WV", + "latitude": "38.959188", + "longitude": "-79.137030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26851", + "city": "Wardensville", + "state": "WV", + "latitude": "39.066543", + "longitude": "-78.621800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26852", + "city": "Purgitsville", + "state": "WV", + "latitude": "39.248438", + "longitude": "-78.927360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26855", + "city": "Cabins", + "state": "WV", + "latitude": "38.986450", + "longitude": "-79.254550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26865", + "city": "Yellow Spring", + "state": "WV", + "latitude": "39.199856", + "longitude": "-78.496550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26866", + "city": "Upper Tract", + "state": "WV", + "latitude": "38.814289", + "longitude": "-79.238610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26884", + "city": "Seneca Rocks", + "state": "WV", + "latitude": "38.849407", + "longitude": "-79.371510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26886", + "city": "Onego", + "state": "WV", + "latitude": "38.844294", + "longitude": "-79.422060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "26905", + "city": "Morgantown", + "state": "WV", + "latitude": "39.635272", + "longitude": "-79.933496", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27006", + "city": "Advance", + "state": "NC", + "latitude": "35.954679", + "longitude": "-80.441320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27007", + "city": "Ararat", + "state": "NC", + "latitude": "36.390363", + "longitude": "-80.587460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27009", + "city": "Belews Creek", + "state": "NC", + "latitude": "36.236829", + "longitude": "-80.074950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27010", + "city": "Bethania", + "state": "NC", + "latitude": "36.182975", + "longitude": "-80.338662", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27011", + "city": "Boonville", + "state": "NC", + "latitude": "36.218385", + "longitude": "-80.709550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27012", + "city": "Clemmons", + "state": "NC", + "latitude": "36.027101", + "longitude": "-80.393120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27013", + "city": "Cleveland", + "state": "NC", + "latitude": "35.739560", + "longitude": "-80.694070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27014", + "city": "Cooleemee", + "state": "NC", + "latitude": "35.812635", + "longitude": "-80.557240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27016", + "city": "Danbury", + "state": "NC", + "latitude": "36.429179", + "longitude": "-80.195880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27017", + "city": "Dobson", + "state": "NC", + "latitude": "36.367258", + "longitude": "-80.722960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27018", + "city": "East Bend", + "state": "NC", + "latitude": "36.198622", + "longitude": "-80.526940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27019", + "city": "Germanton", + "state": "NC", + "latitude": "36.297049", + "longitude": "-80.237770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27020", + "city": "Hamptonville", + "state": "NC", + "latitude": "36.115196", + "longitude": "-80.818720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27021", + "city": "King", + "state": "NC", + "latitude": "36.293122", + "longitude": "-80.354600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27022", + "city": "Lawsonville", + "state": "NC", + "latitude": "36.522350", + "longitude": "-80.221950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27023", + "city": "Lewisville", + "state": "NC", + "latitude": "36.097767", + "longitude": "-80.427150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27024", + "city": "Lowgap", + "state": "NC", + "latitude": "36.520921", + "longitude": "-80.848240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27025", + "city": "Madison", + "state": "NC", + "latitude": "36.383107", + "longitude": "-79.974510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27027", + "city": "Mayodan", + "state": "NC", + "latitude": "36.421448", + "longitude": "-79.974580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27028", + "city": "Mocksville", + "state": "NC", + "latitude": "35.920477", + "longitude": "-80.571430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27030", + "city": "Mount Airy", + "state": "NC", + "latitude": "36.493760", + "longitude": "-80.623360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27031", + "city": "White Plains", + "state": "NC", + "latitude": "36.399366", + "longitude": "-80.708090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27040", + "city": "Pfafftown", + "state": "NC", + "latitude": "36.182718", + "longitude": "-80.364870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27041", + "city": "Pilot Mountain", + "state": "NC", + "latitude": "36.398995", + "longitude": "-80.480060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27042", + "city": "Pine Hall", + "state": "NC", + "latitude": "36.335676", + "longitude": "-80.051350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27043", + "city": "Pinnacle", + "state": "NC", + "latitude": "36.331502", + "longitude": "-80.441700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27045", + "city": "Rural Hall", + "state": "NC", + "latitude": "36.232354", + "longitude": "-80.303910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27046", + "city": "Sandy Ridge", + "state": "NC", + "latitude": "36.488575", + "longitude": "-80.092670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27047", + "city": "Siloam", + "state": "NC", + "latitude": "36.305687", + "longitude": "-80.582400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27048", + "city": "Stoneville", + "state": "NC", + "latitude": "36.472660", + "longitude": "-79.905220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27049", + "city": "Toast", + "state": "NC", + "latitude": "36.551332", + "longitude": "-80.655786", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27050", + "city": "Tobaccoville", + "state": "NC", + "latitude": "36.235252", + "longitude": "-80.380890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27051", + "city": "Walkertown", + "state": "NC", + "latitude": "36.174243", + "longitude": "-80.166790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27052", + "city": "Walnut Cove", + "state": "NC", + "latitude": "36.298241", + "longitude": "-80.143830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27053", + "city": "Westfield", + "state": "NC", + "latitude": "36.473951", + "longitude": "-80.347520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27054", + "city": "Woodleaf", + "state": "NC", + "latitude": "35.787743", + "longitude": "-80.593770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27055", + "city": "Yadkinville", + "state": "NC", + "latitude": "36.123010", + "longitude": "-80.645570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27094", + "city": "Rural Hall", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27098", + "city": "Rural Hall", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27099", + "city": "Rural Hall", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27101", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.107037", + "longitude": "-80.219180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27102", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.032304", + "longitude": "-80.396168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27103", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.066545", + "longitude": "-80.307330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27104", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.094104", + "longitude": "-80.315030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27105", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.147887", + "longitude": "-80.234230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27106", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.141395", + "longitude": "-80.313700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27107", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.046215", + "longitude": "-80.189980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27108", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27109", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.133577", + "longitude": "-80.276800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27110", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27111", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27113", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27114", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27115", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27116", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27117", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27120", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27127", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.039398", + "longitude": "-80.261710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27130", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27144", + "city": "Salisbury", + "state": "NC", + "latitude": "35.708966", + "longitude": "-80.464515", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27150", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27151", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27152", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27155", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27156", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27157", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27198", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27199", + "city": "Winston Salem", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27201", + "city": "Alamance", + "state": "NC", + "latitude": "36.031836", + "longitude": "-79.485643", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27202", + "city": "Altamahaw", + "state": "NC", + "latitude": "36.185712", + "longitude": "-79.504960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27203", + "city": "Asheboro", + "state": "NC", + "latitude": "35.686122", + "longitude": "-79.829190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27204", + "city": "Asheboro", + "state": "NC", + "latitude": "35.788286", + "longitude": "-79.720556", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27205", + "city": "Asheboro", + "state": "NC", + "latitude": "35.665973", + "longitude": "-79.832161", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27207", + "city": "Bear Creek", + "state": "NC", + "latitude": "35.613837", + "longitude": "-79.389840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27208", + "city": "Bennett", + "state": "NC", + "latitude": "35.559258", + "longitude": "-79.545910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27209", + "city": "Biscoe", + "state": "NC", + "latitude": "35.354158", + "longitude": "-79.768390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27212", + "city": "Blanch", + "state": "NC", + "latitude": "36.461871", + "longitude": "-79.263880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27213", + "city": "Bonlee", + "state": "NC", + "latitude": "35.648194", + "longitude": "-79.414859", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27214", + "city": "Browns Summit", + "state": "NC", + "latitude": "36.205771", + "longitude": "-79.698390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27215", + "city": "Burlington", + "state": "NC", + "latitude": "36.072336", + "longitude": "-79.469800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27216", + "city": "Burlington", + "state": "NC", + "latitude": "36.047523", + "longitude": "-79.479743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27217", + "city": "Burlington", + "state": "NC", + "latitude": "36.132737", + "longitude": "-79.411350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27220", + "city": "Burlington", + "state": "NC", + "latitude": "36.046677", + "longitude": "-79.389631", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27228", + "city": "Bynum", + "state": "NC", + "latitude": "35.783476", + "longitude": "-79.129791", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27229", + "city": "Candor", + "state": "NC", + "latitude": "35.280008", + "longitude": "-79.794670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27230", + "city": "Cedar Falls", + "state": "NC", + "latitude": "35.802758", + "longitude": "-79.879711", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27231", + "city": "Cedar Grove", + "state": "NC", + "latitude": "36.207994", + "longitude": "-79.168790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27233", + "city": "Climax", + "state": "NC", + "latitude": "35.911979", + "longitude": "-79.695660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27235", + "city": "Colfax", + "state": "NC", + "latitude": "36.092076", + "longitude": "-80.010090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27237", + "city": "Cumnock", + "state": "NC", + "latitude": "35.467567", + "longitude": "-79.165314", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27239", + "city": "Denton", + "state": "NC", + "latitude": "35.618434", + "longitude": "-80.105170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27242", + "city": "Eagle Springs", + "state": "NC", + "latitude": "35.307299", + "longitude": "-79.653270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27243", + "city": "Efland", + "state": "NC", + "latitude": "36.082138", + "longitude": "-79.186490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27244", + "city": "Elon College", + "state": "NC", + "latitude": "36.152742", + "longitude": "-79.508390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27247", + "city": "Ether", + "state": "NC", + "latitude": "35.451411", + "longitude": "-79.783404", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27248", + "city": "Franklinville", + "state": "NC", + "latitude": "35.761433", + "longitude": "-79.698350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27249", + "city": "Gibsonville", + "state": "NC", + "latitude": "36.125747", + "longitude": "-79.563520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27252", + "city": "Goldston", + "state": "NC", + "latitude": "35.564257", + "longitude": "-79.350110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27253", + "city": "Graham", + "state": "NC", + "latitude": "36.031837", + "longitude": "-79.378150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27256", + "city": "Gulf", + "state": "NC", + "latitude": "35.562184", + "longitude": "-79.287510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27258", + "city": "Haw River", + "state": "NC", + "latitude": "36.064176", + "longitude": "-79.344210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27259", + "city": "Highfalls", + "state": "NC", + "latitude": "35.492077", + "longitude": "-79.479016", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27260", + "city": "High Point", + "state": "NC", + "latitude": "35.950436", + "longitude": "-79.993450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27261", + "city": "High Point", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27262", + "city": "High Point", + "state": "NC", + "latitude": "35.964586", + "longitude": "-80.022390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27263", + "city": "High Point", + "state": "NC", + "latitude": "35.914548", + "longitude": "-79.960620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27264", + "city": "High Point", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27265", + "city": "High Point", + "state": "NC", + "latitude": "36.017647", + "longitude": "-80.006280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27278", + "city": "Hillsborough", + "state": "NC", + "latitude": "36.079726", + "longitude": "-79.094590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27281", + "city": "Jackson Springs", + "state": "NC", + "latitude": "35.177643", + "longitude": "-79.604910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27282", + "city": "Jamestown", + "state": "NC", + "latitude": "35.998221", + "longitude": "-79.935730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27283", + "city": "Julian", + "state": "NC", + "latitude": "35.936904", + "longitude": "-79.631910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27284", + "city": "Kernersville", + "state": "NC", + "latitude": "36.119887", + "longitude": "-80.087260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27285", + "city": "Kernersville", + "state": "NC", + "latitude": "36.027482", + "longitude": "-80.207280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27288", + "city": "Eden", + "state": "NC", + "latitude": "36.505996", + "longitude": "-79.749350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27289", + "city": "Eden", + "state": "NC", + "latitude": "36.392135", + "longitude": "-79.773094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27291", + "city": "Leasburg", + "state": "NC", + "latitude": "36.415102", + "longitude": "-79.142210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27292", + "city": "Lexington", + "state": "NC", + "latitude": "35.775789", + "longitude": "-80.231740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27293", + "city": "Lexington", + "state": "NC", + "latitude": "35.882943", + "longitude": "-80.275963", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27294", + "city": "Lexington", + "state": "NC", + "latitude": "35.882943", + "longitude": "-80.275963", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27295", + "city": "Lexington", + "state": "NC", + "latitude": "35.856896", + "longitude": "-80.289610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27298", + "city": "Liberty", + "state": "NC", + "latitude": "35.884276", + "longitude": "-79.568090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27299", + "city": "Linwood", + "state": "NC", + "latitude": "35.752578", + "longitude": "-80.375870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27301", + "city": "McLeansville", + "state": "NC", + "latitude": "36.108536", + "longitude": "-79.680800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27302", + "city": "Mebane", + "state": "NC", + "latitude": "36.111449", + "longitude": "-79.271420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27305", + "city": "Milton", + "state": "NC", + "latitude": "36.532166", + "longitude": "-79.213790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27306", + "city": "Mount Gilead", + "state": "NC", + "latitude": "35.227919", + "longitude": "-79.997410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27310", + "city": "Oak Ridge", + "state": "NC", + "latitude": "36.178137", + "longitude": "-79.984200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27311", + "city": "Pelham", + "state": "NC", + "latitude": "36.490760", + "longitude": "-79.480730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27312", + "city": "Pittsboro", + "state": "NC", + "latitude": "35.756091", + "longitude": "-79.178480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27313", + "city": "Pleasant Garden", + "state": "NC", + "latitude": "35.937595", + "longitude": "-79.754410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27314", + "city": "Prospect Hill", + "state": "NC", + "latitude": "36.285009", + "longitude": "-79.198090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27315", + "city": "Providence", + "state": "NC", + "latitude": "36.512448", + "longitude": "-79.374980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27316", + "city": "Ramseur", + "state": "NC", + "latitude": "35.711954", + "longitude": "-79.637230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27317", + "city": "Randleman", + "state": "NC", + "latitude": "35.817411", + "longitude": "-79.803890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27320", + "city": "Reidsville", + "state": "NC", + "latitude": "36.345919", + "longitude": "-79.670750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27321", + "city": "Reidsville", + "state": "NC", + "latitude": "36.347568", + "longitude": "-79.680318", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27322", + "city": "Reidsville", + "state": "NC", + "latitude": "36.392135", + "longitude": "-79.773094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27323", + "city": "Reidsville", + "state": "NC", + "latitude": "36.392135", + "longitude": "-79.773094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27325", + "city": "Robbins", + "state": "NC", + "latitude": "35.447663", + "longitude": "-79.575550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27326", + "city": "Ruffin", + "state": "NC", + "latitude": "36.478349", + "longitude": "-79.555180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27330", + "city": "Sanford", + "state": "NC", + "latitude": "35.458804", + "longitude": "-79.164150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27331", + "city": "Sanford", + "state": "NC", + "latitude": "35.372577", + "longitude": "-79.276577", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27332", + "city": "Sanford", + "state": "NC", + "latitude": "35.401023", + "longitude": "-79.144190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27340", + "city": "Saxapahaw", + "state": "NC", + "latitude": "35.948814", + "longitude": "-79.329664", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27341", + "city": "Seagrove", + "state": "NC", + "latitude": "35.533320", + "longitude": "-79.710180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27342", + "city": "Sedalia", + "state": "NC", + "latitude": "36.075975", + "longitude": "-79.631320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27343", + "city": "Semora", + "state": "NC", + "latitude": "36.495772", + "longitude": "-79.093310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27344", + "city": "Siler City", + "state": "NC", + "latitude": "35.729692", + "longitude": "-79.449840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27349", + "city": "Snow Camp", + "state": "NC", + "latitude": "35.897155", + "longitude": "-79.423440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27350", + "city": "Sophia", + "state": "NC", + "latitude": "35.808395", + "longitude": "-79.902440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27351", + "city": "Southmont", + "state": "NC", + "latitude": "35.660548", + "longitude": "-80.283647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27355", + "city": "Staley", + "state": "NC", + "latitude": "35.793860", + "longitude": "-79.555210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27356", + "city": "Star", + "state": "NC", + "latitude": "35.414095", + "longitude": "-79.784870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27357", + "city": "Stokesdale", + "state": "NC", + "latitude": "36.252154", + "longitude": "-79.975480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27358", + "city": "Summerfield", + "state": "NC", + "latitude": "36.209976", + "longitude": "-79.889210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27359", + "city": "Swepsonville", + "state": "NC", + "latitude": "36.021389", + "longitude": "-79.357399", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27360", + "city": "Thomasville", + "state": "NC", + "latitude": "35.871000", + "longitude": "-80.086030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27361", + "city": "Thomasville", + "state": "NC", + "latitude": "35.882943", + "longitude": "-80.275963", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27370", + "city": "Trinity", + "state": "NC", + "latitude": "35.843856", + "longitude": "-79.984900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27371", + "city": "Troy", + "state": "NC", + "latitude": "35.382213", + "longitude": "-79.924180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27373", + "city": "Wallburg", + "state": "NC", + "latitude": "35.882943", + "longitude": "-80.275963", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27374", + "city": "Welcome", + "state": "NC", + "latitude": "35.781848", + "longitude": "-80.203546", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27375", + "city": "Wentworth", + "state": "NC", + "latitude": "36.392135", + "longitude": "-79.773094", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27376", + "city": "West End", + "state": "NC", + "latitude": "35.248989", + "longitude": "-79.543830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27377", + "city": "Whitsett", + "state": "NC", + "latitude": "36.050652", + "longitude": "-79.594830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27379", + "city": "Yanceyville", + "state": "NC", + "latitude": "36.387904", + "longitude": "-79.331070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27391", + "city": "Troy", + "state": "NC", + "latitude": "35.353048", + "longitude": "-79.901349", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27397", + "city": "Yanceyville", + "state": "NC", + "latitude": "36.403393", + "longitude": "-79.333836", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27401", + "city": "Greensboro", + "state": "NC", + "latitude": "36.071135", + "longitude": "-79.774680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27402", + "city": "Greensboro", + "state": "NC", + "latitude": "36.106711", + "longitude": "-79.791901", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27403", + "city": "Greensboro", + "state": "NC", + "latitude": "36.064485", + "longitude": "-79.822060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27404", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27405", + "city": "Greensboro", + "state": "NC", + "latitude": "36.107499", + "longitude": "-79.752420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27406", + "city": "Greensboro", + "state": "NC", + "latitude": "36.022863", + "longitude": "-79.778950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27407", + "city": "Greensboro", + "state": "NC", + "latitude": "36.025379", + "longitude": "-79.871120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27408", + "city": "Greensboro", + "state": "NC", + "latitude": "36.101385", + "longitude": "-79.814250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27409", + "city": "Greensboro", + "state": "NC", + "latitude": "36.083885", + "longitude": "-79.941220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27410", + "city": "Greensboro", + "state": "NC", + "latitude": "36.116854", + "longitude": "-79.882910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27411", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27412", + "city": "Greensboro", + "state": "NC", + "latitude": "36.066129", + "longitude": "-79.806735", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27413", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27415", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27416", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27417", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27419", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27420", + "city": "Greensboro", + "state": "NC", + "latitude": "36.112987", + "longitude": "-79.775913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27425", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27427", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27429", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27435", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27438", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27455", + "city": "Greensboro", + "state": "NC", + "latitude": "36.156707", + "longitude": "-79.806440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27480", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27495", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27498", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27499", + "city": "Greensboro", + "state": "NC", + "latitude": "36.080707", + "longitude": "-80.024400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27501", + "city": "Angier", + "state": "NC", + "latitude": "35.494384", + "longitude": "-78.710000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27502", + "city": "Apex", + "state": "NC", + "latitude": "35.736630", + "longitude": "-78.864620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27503", + "city": "Bahama", + "state": "NC", + "latitude": "36.158344", + "longitude": "-78.874190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27504", + "city": "Benson", + "state": "NC", + "latitude": "35.390431", + "longitude": "-78.531550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27505", + "city": "Broadway", + "state": "NC", + "latitude": "35.426380", + "longitude": "-79.034090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27506", + "city": "Buies Creek", + "state": "NC", + "latitude": "35.406513", + "longitude": "-78.738480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27507", + "city": "Bullock", + "state": "NC", + "latitude": "36.525791", + "longitude": "-78.570140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27508", + "city": "Bunn", + "state": "NC", + "latitude": "35.954331", + "longitude": "-78.253420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27509", + "city": "Butner", + "state": "NC", + "latitude": "36.138298", + "longitude": "-78.758820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27510", + "city": "Carrboro", + "state": "NC", + "latitude": "35.912489", + "longitude": "-79.081440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27511", + "city": "Cary", + "state": "NC", + "latitude": "35.755651", + "longitude": "-78.775080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27512", + "city": "Cary", + "state": "NC", + "latitude": "35.808387", + "longitude": "-78.839488", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27513", + "city": "Cary", + "state": "NC", + "latitude": "35.797882", + "longitude": "-78.797020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27514", + "city": "Chapel Hill", + "state": "NC", + "latitude": "35.915083", + "longitude": "-79.029390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27515", + "city": "Chapel Hill", + "state": "NC", + "latitude": "36.052510", + "longitude": "-79.107692", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27516", + "city": "Chapel Hill", + "state": "NC", + "latitude": "35.912786", + "longitude": "-79.109310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27517", + "city": "Chapel Hill", + "state": "NC", + "latitude": "35.892359", + "longitude": "-79.020849", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27518", + "city": "Cary", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27519", + "city": "Cary", + "state": "NC", + "latitude": "35.768120", + "longitude": "-78.829548", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27520", + "city": "Clayton", + "state": "NC", + "latitude": "35.635275", + "longitude": "-78.448900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27521", + "city": "Coats", + "state": "NC", + "latitude": "35.408375", + "longitude": "-78.669640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27522", + "city": "Creedmoor", + "state": "NC", + "latitude": "36.111937", + "longitude": "-78.691220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27523", + "city": "Eagle Rock", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27524", + "city": "Four Oaks", + "state": "NC", + "latitude": "35.415200", + "longitude": "-78.421160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27525", + "city": "Franklinton", + "state": "NC", + "latitude": "36.104866", + "longitude": "-78.458930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27526", + "city": "Fuquay Varina", + "state": "NC", + "latitude": "35.575302", + "longitude": "-78.802340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27529", + "city": "Garner", + "state": "NC", + "latitude": "35.679194", + "longitude": "-78.602460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27530", + "city": "Goldsboro", + "state": "NC", + "latitude": "35.384344", + "longitude": "-78.008930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27531", + "city": "Goldsboro", + "state": "NC", + "latitude": "35.463121", + "longitude": "-77.995728", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27532", + "city": "Goldsboro", + "state": "NC", + "latitude": "35.372045", + "longitude": "-78.052422", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27533", + "city": "Goldsboro", + "state": "NC", + "latitude": "35.372045", + "longitude": "-78.052422", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27534", + "city": "Goldsboro", + "state": "NC", + "latitude": "35.377069", + "longitude": "-77.924630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27536", + "city": "Henderson", + "state": "NC", + "latitude": "36.340681", + "longitude": "-78.394250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27537", + "city": "Henderson", + "state": "NC", + "latitude": "36.337050", + "longitude": "-78.387374", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27539", + "city": "Apex", + "state": "NC", + "latitude": "35.681429", + "longitude": "-78.782556", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27540", + "city": "Holly Springs", + "state": "NC", + "latitude": "35.643545", + "longitude": "-78.834860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27541", + "city": "Hurdle Mills", + "state": "NC", + "latitude": "36.264894", + "longitude": "-79.083380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27542", + "city": "Kenly", + "state": "NC", + "latitude": "35.606392", + "longitude": "-78.137550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27543", + "city": "Kipling", + "state": "NC", + "latitude": "35.429849", + "longitude": "-78.882395", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27544", + "city": "Kittrell", + "state": "NC", + "latitude": "36.215193", + "longitude": "-78.438610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27545", + "city": "Knightdale", + "state": "NC", + "latitude": "35.790516", + "longitude": "-78.483450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27546", + "city": "Lillington", + "state": "NC", + "latitude": "35.396654", + "longitude": "-78.838520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27549", + "city": "Louisburg", + "state": "NC", + "latitude": "36.062239", + "longitude": "-78.249530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27551", + "city": "Macon", + "state": "NC", + "latitude": "36.474898", + "longitude": "-78.045050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27552", + "city": "Mamers", + "state": "NC", + "latitude": "35.413579", + "longitude": "-78.979964", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27553", + "city": "Manson", + "state": "NC", + "latitude": "36.484233", + "longitude": "-78.306150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27555", + "city": "Micro", + "state": "NC", + "latitude": "35.562142", + "longitude": "-78.203490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27556", + "city": "Middleburg", + "state": "NC", + "latitude": "36.413473", + "longitude": "-78.327491", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27557", + "city": "Middlesex", + "state": "NC", + "latitude": "35.777862", + "longitude": "-78.198890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27559", + "city": "Moncure", + "state": "NC", + "latitude": "35.631434", + "longitude": "-79.089400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27560", + "city": "Morrisville", + "state": "NC", + "latitude": "35.846363", + "longitude": "-78.838660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27561", + "city": "Raleigh", + "state": "NC", + "latitude": "35.898538", + "longitude": "-78.738904", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27562", + "city": "New Hill", + "state": "NC", + "latitude": "35.633286", + "longitude": "-78.972710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27563", + "city": "Norlina", + "state": "NC", + "latitude": "36.450603", + "longitude": "-78.216760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27564", + "city": "Creedmoor", + "state": "NC", + "latitude": "36.101529", + "longitude": "-78.713346", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27565", + "city": "Oxford", + "state": "NC", + "latitude": "36.340501", + "longitude": "-78.615950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27568", + "city": "Pine Level", + "state": "NC", + "latitude": "35.511864", + "longitude": "-78.242730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27569", + "city": "Princeton", + "state": "NC", + "latitude": "35.458912", + "longitude": "-78.163800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27570", + "city": "Ridgeway", + "state": "NC", + "latitude": "36.441215", + "longitude": "-78.240440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27571", + "city": "Rolesville", + "state": "NC", + "latitude": "35.921662", + "longitude": "-78.458050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27572", + "city": "Rougemont", + "state": "NC", + "latitude": "36.238956", + "longitude": "-78.882930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27573", + "city": "Roxboro", + "state": "NC", + "latitude": "36.414739", + "longitude": "-78.973750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27574", + "city": "Roxboro", + "state": "NC", + "latitude": "36.416628", + "longitude": "-78.970224", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27576", + "city": "Selma", + "state": "NC", + "latitude": "35.557966", + "longitude": "-78.264790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27577", + "city": "Smithfield", + "state": "NC", + "latitude": "35.506459", + "longitude": "-78.344460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27581", + "city": "Stem", + "state": "NC", + "latitude": "36.195036", + "longitude": "-78.726570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27582", + "city": "Stovall", + "state": "NC", + "latitude": "36.454831", + "longitude": "-78.570200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27583", + "city": "Timberlake", + "state": "NC", + "latitude": "36.291896", + "longitude": "-78.935520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27584", + "city": "Townsville", + "state": "NC", + "latitude": "36.528939", + "longitude": "-78.445040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27586", + "city": "Vaughan", + "state": "NC", + "latitude": "36.373670", + "longitude": "-78.110931", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27587", + "city": "Wake Forest", + "state": "NC", + "latitude": "35.971540", + "longitude": "-78.522410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27588", + "city": "Wake Forest", + "state": "NC", + "latitude": "35.973108", + "longitude": "-78.450754", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27589", + "city": "Warrenton", + "state": "NC", + "latitude": "36.378439", + "longitude": "-78.139030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27591", + "city": "Wendell", + "state": "NC", + "latitude": "35.781595", + "longitude": "-78.372870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27592", + "city": "Willow Spring", + "state": "NC", + "latitude": "35.554891", + "longitude": "-78.670380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27593", + "city": "Wilsons Mills", + "state": "NC", + "latitude": "35.590731", + "longitude": "-78.360723", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27594", + "city": "Wise", + "state": "NC", + "latitude": "36.373670", + "longitude": "-78.110931", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27596", + "city": "Youngsville", + "state": "NC", + "latitude": "36.000487", + "longitude": "-78.449210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27597", + "city": "Zebulon", + "state": "NC", + "latitude": "35.848039", + "longitude": "-78.301350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27599", + "city": "Chapel Hill", + "state": "NC", + "latitude": "36.052510", + "longitude": "-79.107692", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27601", + "city": "Raleigh", + "state": "NC", + "latitude": "35.774451", + "longitude": "-78.632740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27602", + "city": "Raleigh", + "state": "NC", + "latitude": "35.758667", + "longitude": "-78.671089", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27603", + "city": "Raleigh", + "state": "NC", + "latitude": "35.716105", + "longitude": "-78.657340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27604", + "city": "Raleigh", + "state": "NC", + "latitude": "35.814572", + "longitude": "-78.583480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27605", + "city": "Raleigh", + "state": "NC", + "latitude": "35.788284", + "longitude": "-78.653160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27606", + "city": "Raleigh", + "state": "NC", + "latitude": "35.758268", + "longitude": "-78.717830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27607", + "city": "Raleigh", + "state": "NC", + "latitude": "35.807458", + "longitude": "-78.700860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27608", + "city": "Raleigh", + "state": "NC", + "latitude": "35.808451", + "longitude": "-78.646670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27609", + "city": "Raleigh", + "state": "NC", + "latitude": "35.844753", + "longitude": "-78.632630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27610", + "city": "Raleigh", + "state": "NC", + "latitude": "35.767829", + "longitude": "-78.586100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27611", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27612", + "city": "Raleigh", + "state": "NC", + "latitude": "35.847788", + "longitude": "-78.701610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27613", + "city": "Raleigh", + "state": "NC", + "latitude": "35.899208", + "longitude": "-78.711610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27614", + "city": "Raleigh", + "state": "NC", + "latitude": "35.939255", + "longitude": "-78.603170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27615", + "city": "Raleigh", + "state": "NC", + "latitude": "35.891726", + "longitude": "-78.632030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27616", + "city": "Raleigh", + "state": "NC", + "latitude": "35.865441", + "longitude": "-78.549290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27617", + "city": "Raleigh", + "state": "NC", + "latitude": "35.906016", + "longitude": "-78.743197", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27619", + "city": "Raleigh", + "state": "NC", + "latitude": "35.851463", + "longitude": "-78.631410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27620", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27621", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27622", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27623", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27624", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27625", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27626", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27627", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27628", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27629", + "city": "Raleigh", + "state": "NC", + "latitude": "35.817497", + "longitude": "-78.552388", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27630", + "city": "Thomasville", + "state": "NC", + "latitude": "35.875344", + "longitude": "-80.081269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27634", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27635", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27636", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27640", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27650", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27656", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27658", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27661", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27668", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27675", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27676", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27690", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27695", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27697", + "city": "Raleigh", + "state": "NC", + "latitude": "35.882240", + "longitude": "-78.413371", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27698", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27699", + "city": "Raleigh", + "state": "NC", + "latitude": "35.797692", + "longitude": "-78.625265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27701", + "city": "Durham", + "state": "NC", + "latitude": "35.997193", + "longitude": "-78.897310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27702", + "city": "Durham", + "state": "NC", + "latitude": "36.051155", + "longitude": "-78.857651", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27703", + "city": "Durham", + "state": "NC", + "latitude": "35.966431", + "longitude": "-78.839690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27704", + "city": "Durham", + "state": "NC", + "latitude": "36.034561", + "longitude": "-78.868920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27705", + "city": "Durham", + "state": "NC", + "latitude": "36.015992", + "longitude": "-78.959110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27706", + "city": "Durham", + "state": "NC", + "latitude": "35.993143", + "longitude": "-78.937350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27707", + "city": "Durham", + "state": "NC", + "latitude": "35.963994", + "longitude": "-78.936020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27708", + "city": "Durham", + "state": "NC", + "latitude": "36.028685", + "longitude": "-78.923980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27709", + "city": "Durham", + "state": "NC", + "latitude": "36.051155", + "longitude": "-78.857651", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27710", + "city": "Durham", + "state": "NC", + "latitude": "36.051155", + "longitude": "-78.857651", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27711", + "city": "Durham", + "state": "NC", + "latitude": "36.051155", + "longitude": "-78.857651", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27712", + "city": "Durham", + "state": "NC", + "latitude": "36.087738", + "longitude": "-78.923130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27713", + "city": "Durham", + "state": "NC", + "latitude": "35.905765", + "longitude": "-78.921130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27715", + "city": "Durham", + "state": "NC", + "latitude": "36.051155", + "longitude": "-78.857651", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27717", + "city": "Durham", + "state": "NC", + "latitude": "36.051155", + "longitude": "-78.857651", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27722", + "city": "Durham", + "state": "NC", + "latitude": "36.051155", + "longitude": "-78.857651", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27801", + "city": "Rocky Mount", + "state": "NC", + "latitude": "35.935125", + "longitude": "-77.770760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27802", + "city": "Rocky Mount", + "state": "NC", + "latitude": "35.935563", + "longitude": "-77.780770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27803", + "city": "Rocky Mount", + "state": "NC", + "latitude": "35.924465", + "longitude": "-77.836890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27804", + "city": "Rocky Mount", + "state": "NC", + "latitude": "35.973773", + "longitude": "-77.826940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27805", + "city": "Aulander", + "state": "NC", + "latitude": "36.223682", + "longitude": "-77.103970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27806", + "city": "Aurora", + "state": "NC", + "latitude": "35.308035", + "longitude": "-76.790190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27807", + "city": "Bailey", + "state": "NC", + "latitude": "35.797988", + "longitude": "-78.106410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27808", + "city": "Bath", + "state": "NC", + "latitude": "35.470310", + "longitude": "-76.778550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27809", + "city": "Battleboro", + "state": "NC", + "latitude": "36.032405", + "longitude": "-77.786360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27810", + "city": "Belhaven", + "state": "NC", + "latitude": "35.545041", + "longitude": "-76.600120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27811", + "city": "Bellarthur", + "state": "NC", + "latitude": "35.584685", + "longitude": "-77.513357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27812", + "city": "Bethel", + "state": "NC", + "latitude": "35.799764", + "longitude": "-77.377650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27813", + "city": "Black Creek", + "state": "NC", + "latitude": "35.633996", + "longitude": "-77.933110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27814", + "city": "Blounts Creek", + "state": "NC", + "latitude": "35.384013", + "longitude": "-76.931880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27816", + "city": "Castalia", + "state": "NC", + "latitude": "36.085542", + "longitude": "-78.073210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27817", + "city": "Chocowinity", + "state": "NC", + "latitude": "35.487026", + "longitude": "-77.079860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27818", + "city": "Como", + "state": "NC", + "latitude": "36.507288", + "longitude": "-77.016680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27819", + "city": "Conetoe", + "state": "NC", + "latitude": "35.818414", + "longitude": "-77.453350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27820", + "city": "Conway", + "state": "NC", + "latitude": "36.416472", + "longitude": "-77.231170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27821", + "city": "Edward", + "state": "NC", + "latitude": "35.321447", + "longitude": "-76.874370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27822", + "city": "Elm City", + "state": "NC", + "latitude": "35.809514", + "longitude": "-77.860100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27823", + "city": "Enfield", + "state": "NC", + "latitude": "36.190589", + "longitude": "-77.718590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27824", + "city": "Engelhard", + "state": "NC", + "latitude": "35.514202", + "longitude": "-76.007360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27825", + "city": "Everetts", + "state": "NC", + "latitude": "35.866711", + "longitude": "-77.084958", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27826", + "city": "Fairfield", + "state": "NC", + "latitude": "35.575982", + "longitude": "-76.204090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27827", + "city": "Falkland", + "state": "NC", + "latitude": "35.698720", + "longitude": "-77.510800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27828", + "city": "Farmville", + "state": "NC", + "latitude": "35.598204", + "longitude": "-77.590660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27829", + "city": "Fountain", + "state": "NC", + "latitude": "35.686549", + "longitude": "-77.644610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27830", + "city": "Fremont", + "state": "NC", + "latitude": "35.552162", + "longitude": "-77.972700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27831", + "city": "Garysburg", + "state": "NC", + "latitude": "36.458825", + "longitude": "-77.578340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27832", + "city": "Gaston", + "state": "NC", + "latitude": "36.502541", + "longitude": "-77.688870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27833", + "city": "Greenville", + "state": "NC", + "latitude": "35.580444", + "longitude": "-77.392609", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27834", + "city": "Greenville", + "state": "NC", + "latitude": "35.626653", + "longitude": "-77.378960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27835", + "city": "Greenville", + "state": "NC", + "latitude": "35.588523", + "longitude": "-77.353092", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27836", + "city": "Greenville", + "state": "NC", + "latitude": "35.580444", + "longitude": "-77.392609", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27837", + "city": "Grimesland", + "state": "NC", + "latitude": "35.531965", + "longitude": "-77.203490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27838", + "city": "Gumberry", + "state": "NC", + "latitude": "36.356129", + "longitude": "-77.483072", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27839", + "city": "Halifax", + "state": "NC", + "latitude": "36.310967", + "longitude": "-77.578210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27840", + "city": "Hamilton", + "state": "NC", + "latitude": "35.948738", + "longitude": "-77.208300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27841", + "city": "Hassell", + "state": "NC", + "latitude": "35.908558", + "longitude": "-77.278350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27842", + "city": "Henrico", + "state": "NC", + "latitude": "36.531252", + "longitude": "-77.862770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27843", + "city": "Hobgood", + "state": "NC", + "latitude": "35.999591", + "longitude": "-77.402410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27844", + "city": "Hollister", + "state": "NC", + "latitude": "36.255897", + "longitude": "-77.939980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27845", + "city": "Jackson", + "state": "NC", + "latitude": "36.366571", + "longitude": "-77.442540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27846", + "city": "Jamesville", + "state": "NC", + "latitude": "35.759335", + "longitude": "-76.898650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27847", + "city": "Kelford", + "state": "NC", + "latitude": "36.184037", + "longitude": "-77.215360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27849", + "city": "Lewiston Woodville", + "state": "NC", + "latitude": "36.083011", + "longitude": "-77.190320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27850", + "city": "Littleton", + "state": "NC", + "latitude": "36.451785", + "longitude": "-77.903830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27851", + "city": "Lucama", + "state": "NC", + "latitude": "35.640324", + "longitude": "-78.023360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27852", + "city": "Macclesfield", + "state": "NC", + "latitude": "35.746654", + "longitude": "-77.643420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27853", + "city": "Margarettsville", + "state": "NC", + "latitude": "36.518839", + "longitude": "-77.308880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27854", + "city": "Milwaukee", + "state": "NC", + "latitude": "36.363144", + "longitude": "-77.386748", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27855", + "city": "Murfreesboro", + "state": "NC", + "latitude": "36.432993", + "longitude": "-77.102870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27856", + "city": "Nashville", + "state": "NC", + "latitude": "35.993357", + "longitude": "-77.967380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27857", + "city": "Oak City", + "state": "NC", + "latitude": "35.948539", + "longitude": "-77.270130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27858", + "city": "Greenville", + "state": "NC", + "latitude": "35.579216", + "longitude": "-77.338360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27859", + "city": "Palmyra", + "state": "NC", + "latitude": "36.064879", + "longitude": "-77.364499", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27860", + "city": "Pantego", + "state": "NC", + "latitude": "35.624117", + "longitude": "-76.672740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27861", + "city": "Parmele", + "state": "NC", + "latitude": "35.819037", + "longitude": "-77.314288", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27862", + "city": "Pendleton", + "state": "NC", + "latitude": "36.490929", + "longitude": "-77.198100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27863", + "city": "Pikeville", + "state": "NC", + "latitude": "35.491814", + "longitude": "-77.982980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27864", + "city": "Pinetops", + "state": "NC", + "latitude": "35.795738", + "longitude": "-77.641060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27865", + "city": "Pinetown", + "state": "NC", + "latitude": "35.588518", + "longitude": "-76.834310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27866", + "city": "Pleasant Hill", + "state": "NC", + "latitude": "36.521770", + "longitude": "-77.513190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27867", + "city": "Potecasi", + "state": "NC", + "latitude": "36.356129", + "longitude": "-77.483072", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27868", + "city": "Red Oak", + "state": "NC", + "latitude": "36.054832", + "longitude": "-77.911635", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27869", + "city": "Rich Square", + "state": "NC", + "latitude": "36.281144", + "longitude": "-77.288090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27870", + "city": "Roanoke Rapids", + "state": "NC", + "latitude": "36.448592", + "longitude": "-77.671440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27871", + "city": "Robersonville", + "state": "NC", + "latitude": "35.821436", + "longitude": "-77.261860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27872", + "city": "Roxobel", + "state": "NC", + "latitude": "36.203511", + "longitude": "-77.247910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27873", + "city": "Saratoga", + "state": "NC", + "latitude": "35.653630", + "longitude": "-77.776490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27874", + "city": "Scotland Neck", + "state": "NC", + "latitude": "36.128851", + "longitude": "-77.419830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27875", + "city": "Scranton", + "state": "NC", + "latitude": "35.481914", + "longitude": "-76.446930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27876", + "city": "Seaboard", + "state": "NC", + "latitude": "36.487125", + "longitude": "-77.436180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27877", + "city": "Severn", + "state": "NC", + "latitude": "36.515084", + "longitude": "-77.184380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27878", + "city": "Sharpsburg", + "state": "NC", + "latitude": "35.867224", + "longitude": "-77.830540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27879", + "city": "Simpson", + "state": "NC", + "latitude": "35.567478", + "longitude": "-77.280169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27880", + "city": "Sims", + "state": "NC", + "latitude": "35.748755", + "longitude": "-78.067590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27881", + "city": "Speed", + "state": "NC", + "latitude": "35.915927", + "longitude": "-77.585471", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27882", + "city": "Spring Hope", + "state": "NC", + "latitude": "35.941780", + "longitude": "-78.118720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27883", + "city": "Stantonsburg", + "state": "NC", + "latitude": "35.598504", + "longitude": "-77.811730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27884", + "city": "Stokes", + "state": "NC", + "latitude": "35.700448", + "longitude": "-77.270140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27885", + "city": "Swanquarter", + "state": "NC", + "latitude": "35.452071", + "longitude": "-76.278920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27886", + "city": "Tarboro", + "state": "NC", + "latitude": "35.905299", + "longitude": "-77.540560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27887", + "city": "Tillery", + "state": "NC", + "latitude": "36.235198", + "longitude": "-77.502602", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27888", + "city": "Walstonburg", + "state": "NC", + "latitude": "35.593689", + "longitude": "-77.701920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27889", + "city": "Washington", + "state": "NC", + "latitude": "35.560439", + "longitude": "-77.034590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27890", + "city": "Weldon", + "state": "NC", + "latitude": "36.421387", + "longitude": "-77.608250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27891", + "city": "Whitakers", + "state": "NC", + "latitude": "36.106070", + "longitude": "-77.730000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27892", + "city": "Williamston", + "state": "NC", + "latitude": "35.824061", + "longitude": "-77.080930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27893", + "city": "Wilson", + "state": "NC", + "latitude": "35.715315", + "longitude": "-77.919890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27894", + "city": "Wilson", + "state": "NC", + "latitude": "35.715778", + "longitude": "-77.904283", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27895", + "city": "Wilson", + "state": "NC", + "latitude": "35.719923", + "longitude": "-77.926691", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27896", + "city": "Wilson", + "state": "NC", + "latitude": "35.768693", + "longitude": "-77.951670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27897", + "city": "Woodland", + "state": "NC", + "latitude": "36.332552", + "longitude": "-77.204410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27906", + "city": "Elizabeth City", + "state": "NC", + "latitude": "36.285388", + "longitude": "-76.213284", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27907", + "city": "Elizabeth City", + "state": "NC", + "latitude": "36.285026", + "longitude": "-76.255312", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27909", + "city": "Elizabeth City", + "state": "NC", + "latitude": "36.293192", + "longitude": "-76.236920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27910", + "city": "Ahoskie", + "state": "NC", + "latitude": "36.293352", + "longitude": "-76.986120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27915", + "city": "Avon", + "state": "NC", + "latitude": "35.354252", + "longitude": "-75.504170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27916", + "city": "Aydlett", + "state": "NC", + "latitude": "36.314447", + "longitude": "-75.898880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27917", + "city": "Barco", + "state": "NC", + "latitude": "36.388493", + "longitude": "-75.980970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27919", + "city": "Belvidere", + "state": "NC", + "latitude": "36.319777", + "longitude": "-76.496540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27920", + "city": "Buxton", + "state": "NC", + "latitude": "35.263128", + "longitude": "-75.557870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27921", + "city": "Camden", + "state": "NC", + "latitude": "36.344333", + "longitude": "-76.165950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27922", + "city": "Cofield", + "state": "NC", + "latitude": "36.339548", + "longitude": "-76.880860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27923", + "city": "Coinjock", + "state": "NC", + "latitude": "36.381161", + "longitude": "-75.941150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27924", + "city": "Colerain", + "state": "NC", + "latitude": "36.192231", + "longitude": "-76.834580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27925", + "city": "Columbia", + "state": "NC", + "latitude": "35.883885", + "longitude": "-76.220370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27926", + "city": "Corapeake", + "state": "NC", + "latitude": "36.519826", + "longitude": "-76.616370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27927", + "city": "Corolla", + "state": "NC", + "latitude": "36.435092", + "longitude": "-75.844970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27928", + "city": "Creswell", + "state": "NC", + "latitude": "35.849234", + "longitude": "-76.406700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27929", + "city": "Currituck", + "state": "NC", + "latitude": "36.433902", + "longitude": "-75.979210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27930", + "city": "Durants Neck", + "state": "NC", + "latitude": "36.198539", + "longitude": "-76.373908", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27932", + "city": "Edenton", + "state": "NC", + "latitude": "36.093252", + "longitude": "-76.620770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27935", + "city": "Eure", + "state": "NC", + "latitude": "36.440867", + "longitude": "-76.860070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27936", + "city": "Frisco", + "state": "NC", + "latitude": "35.245540", + "longitude": "-75.618000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27937", + "city": "Gates", + "state": "NC", + "latitude": "36.501152", + "longitude": "-76.780390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27938", + "city": "Gatesville", + "state": "NC", + "latitude": "36.410008", + "longitude": "-76.750970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27939", + "city": "Grandy", + "state": "NC", + "latitude": "36.239666", + "longitude": "-75.873610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27941", + "city": "Harbinger", + "state": "NC", + "latitude": "36.099065", + "longitude": "-75.819740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27942", + "city": "Harrellsville", + "state": "NC", + "latitude": "36.289302", + "longitude": "-76.767370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27943", + "city": "Hatteras", + "state": "NC", + "latitude": "35.218342", + "longitude": "-75.687920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27944", + "city": "Hertford", + "state": "NC", + "latitude": "36.157292", + "longitude": "-76.427500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27946", + "city": "Hobbsville", + "state": "NC", + "latitude": "36.362745", + "longitude": "-76.601880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27947", + "city": "Jarvisburg", + "state": "NC", + "latitude": "36.189366", + "longitude": "-75.860470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27948", + "city": "Kill Devil Hills", + "state": "NC", + "latitude": "36.022242", + "longitude": "-75.676860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27949", + "city": "Kitty Hawk", + "state": "NC", + "latitude": "36.115899", + "longitude": "-75.727720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27950", + "city": "Knotts Island", + "state": "NC", + "latitude": "36.513626", + "longitude": "-75.951800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27953", + "city": "Manns Harbor", + "state": "NC", + "latitude": "35.795867", + "longitude": "-75.850140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27954", + "city": "Manteo", + "state": "NC", + "latitude": "35.913938", + "longitude": "-75.679610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27956", + "city": "Maple", + "state": "NC", + "latitude": "36.419422", + "longitude": "-76.033620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27957", + "city": "Merry Hill", + "state": "NC", + "latitude": "36.067244", + "longitude": "-76.760460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27958", + "city": "Moyock", + "state": "NC", + "latitude": "36.497406", + "longitude": "-76.137150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27959", + "city": "Nags Head", + "state": "NC", + "latitude": "35.923805", + "longitude": "-75.611440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27960", + "city": "Ocracoke", + "state": "NC", + "latitude": "35.113265", + "longitude": "-75.972550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27962", + "city": "Plymouth", + "state": "NC", + "latitude": "35.842107", + "longitude": "-76.732060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27964", + "city": "Point Harbor", + "state": "NC", + "latitude": "36.093211", + "longitude": "-75.803190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27965", + "city": "Poplar Branch", + "state": "NC", + "latitude": "36.273428", + "longitude": "-75.878670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27966", + "city": "Powells Point", + "state": "NC", + "latitude": "36.136550", + "longitude": "-75.826530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27967", + "city": "Powellsville", + "state": "NC", + "latitude": "36.234231", + "longitude": "-76.946860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27968", + "city": "Rodanthe", + "state": "NC", + "latitude": "35.661979", + "longitude": "-75.477410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27969", + "city": "Roduco", + "state": "NC", + "latitude": "36.424152", + "longitude": "-76.702125", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27970", + "city": "Roper", + "state": "NC", + "latitude": "35.892486", + "longitude": "-76.575840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27972", + "city": "Salvo", + "state": "NC", + "latitude": "35.538351", + "longitude": "-75.474730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27973", + "city": "Shawboro", + "state": "NC", + "latitude": "36.384779", + "longitude": "-76.082930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27974", + "city": "Shiloh", + "state": "NC", + "latitude": "36.233836", + "longitude": "-76.038220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27976", + "city": "South Mills", + "state": "NC", + "latitude": "36.466396", + "longitude": "-76.298090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27978", + "city": "Stumpy Point", + "state": "NC", + "latitude": "35.698493", + "longitude": "-75.772775", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27979", + "city": "Sunbury", + "state": "NC", + "latitude": "36.440509", + "longitude": "-76.604110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27980", + "city": "Tyner", + "state": "NC", + "latitude": "36.256548", + "longitude": "-76.626270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27981", + "city": "Wanchese", + "state": "NC", + "latitude": "35.845046", + "longitude": "-75.639540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27982", + "city": "Waves", + "state": "NC", + "latitude": "35.561790", + "longitude": "-75.471520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27983", + "city": "Windsor", + "state": "NC", + "latitude": "36.015391", + "longitude": "-76.934900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27985", + "city": "Winfall", + "state": "NC", + "latitude": "36.217959", + "longitude": "-76.469940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "27986", + "city": "Winton", + "state": "NC", + "latitude": "36.386605", + "longitude": "-76.926410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28001", + "city": "Albemarle", + "state": "NC", + "latitude": "35.351477", + "longitude": "-80.198790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28002", + "city": "Albemarle", + "state": "NC", + "latitude": "35.264179", + "longitude": "-80.108188", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28003", + "city": "Marshville", + "state": "NC", + "latitude": "34.995653", + "longitude": "-80.355204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28006", + "city": "Alexis", + "state": "NC", + "latitude": "35.403268", + "longitude": "-81.099740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28007", + "city": "Ansonville", + "state": "NC", + "latitude": "35.104652", + "longitude": "-80.109650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28009", + "city": "Badin", + "state": "NC", + "latitude": "35.408460", + "longitude": "-80.111710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28010", + "city": "Barium Springs", + "state": "NC", + "latitude": "35.719228", + "longitude": "-80.899090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28012", + "city": "Belmont", + "state": "NC", + "latitude": "35.240600", + "longitude": "-81.040280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28016", + "city": "Bessemer City", + "state": "NC", + "latitude": "35.292581", + "longitude": "-81.287230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28017", + "city": "Boiling Springs", + "state": "NC", + "latitude": "35.254223", + "longitude": "-81.654560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28018", + "city": "Bostic", + "state": "NC", + "latitude": "35.441168", + "longitude": "-81.799500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28019", + "city": "Caroleen", + "state": "NC", + "latitude": "35.279371", + "longitude": "-81.794750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28020", + "city": "Casar", + "state": "NC", + "latitude": "35.518637", + "longitude": "-81.627280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28021", + "city": "Cherryville", + "state": "NC", + "latitude": "35.383935", + "longitude": "-81.393680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28023", + "city": "China Grove", + "state": "NC", + "latitude": "35.567189", + "longitude": "-80.591160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28024", + "city": "Cliffside", + "state": "NC", + "latitude": "35.241615", + "longitude": "-81.775456", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28025", + "city": "Concord", + "state": "NC", + "latitude": "35.400407", + "longitude": "-80.565740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28026", + "city": "Concord", + "state": "NC", + "latitude": "35.346285", + "longitude": "-80.541088", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28027", + "city": "Concord", + "state": "NC", + "latitude": "35.405636", + "longitude": "-80.638230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28031", + "city": "Cornelius", + "state": "NC", + "latitude": "35.477583", + "longitude": "-80.892400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28032", + "city": "Cramerton", + "state": "NC", + "latitude": "35.239702", + "longitude": "-81.077530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28033", + "city": "Crouse", + "state": "NC", + "latitude": "35.416189", + "longitude": "-81.319110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28034", + "city": "Dallas", + "state": "NC", + "latitude": "35.333668", + "longitude": "-81.183030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28036", + "city": "Davidson", + "state": "NC", + "latitude": "35.490772", + "longitude": "-80.825760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28037", + "city": "Denver", + "state": "NC", + "latitude": "35.501448", + "longitude": "-81.004120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28038", + "city": "Earl", + "state": "NC", + "latitude": "35.198687", + "longitude": "-81.541620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28039", + "city": "East Spencer", + "state": "NC", + "latitude": "35.677889", + "longitude": "-80.445930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28040", + "city": "Ellenboro", + "state": "NC", + "latitude": "35.346886", + "longitude": "-81.756210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28041", + "city": "Faith", + "state": "NC", + "latitude": "35.581670", + "longitude": "-80.458060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28042", + "city": "Fallston", + "state": "NC", + "latitude": "35.373884", + "longitude": "-81.543706", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28043", + "city": "Forest City", + "state": "NC", + "latitude": "35.317602", + "longitude": "-81.867220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28051", + "city": "Gastonia", + "state": "NC", + "latitude": "35.284018", + "longitude": "-81.189693", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28052", + "city": "Gastonia", + "state": "NC", + "latitude": "35.248787", + "longitude": "-81.214200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28053", + "city": "Gastonia", + "state": "NC", + "latitude": "35.275073", + "longitude": "-81.213369", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28054", + "city": "Gastonia", + "state": "NC", + "latitude": "35.263287", + "longitude": "-81.153120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28055", + "city": "Gastonia", + "state": "NC", + "latitude": "35.284018", + "longitude": "-81.189693", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28056", + "city": "Gastonia", + "state": "NC", + "latitude": "35.229565", + "longitude": "-81.128470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28070", + "city": "Huntersville", + "state": "NC", + "latitude": "35.462187", + "longitude": "-80.898668", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28071", + "city": "Gold Hill", + "state": "NC", + "latitude": "35.513974", + "longitude": "-80.327790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28072", + "city": "Granite Quarry", + "state": "NC", + "latitude": "35.614966", + "longitude": "-80.441980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28073", + "city": "Grover", + "state": "NC", + "latitude": "35.189591", + "longitude": "-81.479280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28074", + "city": "Harris", + "state": "NC", + "latitude": "35.224743", + "longitude": "-81.885081", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28075", + "city": "Harrisburg", + "state": "NC", + "latitude": "35.335294", + "longitude": "-80.663300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28076", + "city": "Henrietta", + "state": "NC", + "latitude": "35.256252", + "longitude": "-81.778040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28077", + "city": "High Shoals", + "state": "NC", + "latitude": "35.404772", + "longitude": "-81.202680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28078", + "city": "Huntersville", + "state": "NC", + "latitude": "35.409544", + "longitude": "-80.863620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28079", + "city": "Indian Trail", + "state": "NC", + "latitude": "35.105208", + "longitude": "-80.620980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28080", + "city": "Iron Station", + "state": "NC", + "latitude": "35.454565", + "longitude": "-81.123680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28081", + "city": "Kannapolis", + "state": "NC", + "latitude": "35.499521", + "longitude": "-80.644470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28082", + "city": "Kannapolis", + "state": "NC", + "latitude": "35.346285", + "longitude": "-80.541088", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28083", + "city": "Kannapolis", + "state": "NC", + "latitude": "35.492989", + "longitude": "-80.602930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28086", + "city": "Kings Mountain", + "state": "NC", + "latitude": "35.241188", + "longitude": "-81.361400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28088", + "city": "Landis", + "state": "NC", + "latitude": "35.543639", + "longitude": "-80.611670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28089", + "city": "Lattimore", + "state": "NC", + "latitude": "35.318573", + "longitude": "-81.666010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28090", + "city": "Lawndale", + "state": "NC", + "latitude": "35.450548", + "longitude": "-81.562230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28091", + "city": "Lilesville", + "state": "NC", + "latitude": "34.970129", + "longitude": "-79.937050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28092", + "city": "Lincolnton", + "state": "NC", + "latitude": "35.473447", + "longitude": "-81.240940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28093", + "city": "Lincolnton", + "state": "NC", + "latitude": "35.484822", + "longitude": "-81.239543", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28097", + "city": "Locust", + "state": "NC", + "latitude": "35.267185", + "longitude": "-80.426800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28098", + "city": "Lowell", + "state": "NC", + "latitude": "35.267234", + "longitude": "-81.099420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28101", + "city": "McAdenville", + "state": "NC", + "latitude": "35.256379", + "longitude": "-81.079780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28102", + "city": "McFarlan", + "state": "NC", + "latitude": "34.819916", + "longitude": "-79.971880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28103", + "city": "Marshville", + "state": "NC", + "latitude": "34.995450", + "longitude": "-80.356350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28104", + "city": "Matthews", + "state": "NC", + "latitude": "35.067285", + "longitude": "-80.684240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28105", + "city": "Matthews", + "state": "NC", + "latitude": "35.116851", + "longitude": "-80.716400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28106", + "city": "Matthews", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28107", + "city": "Midland", + "state": "NC", + "latitude": "35.247181", + "longitude": "-80.523630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28108", + "city": "Mineral Springs", + "state": "NC", + "latitude": "34.916253", + "longitude": "-80.640383", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28109", + "city": "Misenheimer", + "state": "NC", + "latitude": "35.485703", + "longitude": "-80.288110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28110", + "city": "Monroe", + "state": "NC", + "latitude": "35.031947", + "longitude": "-80.560020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28111", + "city": "Monroe", + "state": "NC", + "latitude": "35.011204", + "longitude": "-80.558743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28112", + "city": "Monroe", + "state": "NC", + "latitude": "34.936388", + "longitude": "-80.538200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28114", + "city": "Mooresboro", + "state": "NC", + "latitude": "35.243585", + "longitude": "-81.756560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28115", + "city": "Mooresville", + "state": "NC", + "latitude": "35.584157", + "longitude": "-80.802580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28117", + "city": "Mooresville", + "state": "NC", + "latitude": "35.571827", + "longitude": "-80.892280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28119", + "city": "Morven", + "state": "NC", + "latitude": "34.858713", + "longitude": "-80.022320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28120", + "city": "Mount Holly", + "state": "NC", + "latitude": "35.311862", + "longitude": "-81.024410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28123", + "city": "Mount Mourne", + "state": "NC", + "latitude": "35.529792", + "longitude": "-80.947028", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28124", + "city": "Mount Pleasant", + "state": "NC", + "latitude": "35.407499", + "longitude": "-80.412280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28125", + "city": "Mount Ulla", + "state": "NC", + "latitude": "35.664696", + "longitude": "-80.710560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28126", + "city": "Newell", + "state": "NC", + "latitude": "35.276794", + "longitude": "-80.716495", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28127", + "city": "New London", + "state": "NC", + "latitude": "35.463024", + "longitude": "-80.164900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28128", + "city": "Norwood", + "state": "NC", + "latitude": "35.228831", + "longitude": "-80.152140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28129", + "city": "Oakboro", + "state": "NC", + "latitude": "35.232542", + "longitude": "-80.331230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28130", + "city": "Paw Creek", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28133", + "city": "Peachland", + "state": "NC", + "latitude": "34.969886", + "longitude": "-80.270010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28134", + "city": "Pineville", + "state": "NC", + "latitude": "35.086017", + "longitude": "-80.890340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28135", + "city": "Polkton", + "state": "NC", + "latitude": "35.043566", + "longitude": "-80.212720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28136", + "city": "Polkville", + "state": "NC", + "latitude": "35.396126", + "longitude": "-81.630272", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28137", + "city": "Richfield", + "state": "NC", + "latitude": "35.493260", + "longitude": "-80.255240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28138", + "city": "Rockwell", + "state": "NC", + "latitude": "35.536561", + "longitude": "-80.429590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28139", + "city": "Rutherfordton", + "state": "NC", + "latitude": "35.361333", + "longitude": "-81.983770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28144", + "city": "Salisbury", + "state": "NC", + "latitude": "35.679639", + "longitude": "-80.466450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28145", + "city": "Salisbury", + "state": "NC", + "latitude": "35.682683", + "longitude": "-80.477116", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28146", + "city": "Salisbury", + "state": "NC", + "latitude": "35.614422", + "longitude": "-80.431150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28147", + "city": "Salisbury", + "state": "NC", + "latitude": "35.665362", + "longitude": "-80.546730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28150", + "city": "Shelby", + "state": "NC", + "latitude": "35.315118", + "longitude": "-81.555840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28151", + "city": "Shelby", + "state": "NC", + "latitude": "35.233125", + "longitude": "-81.574711", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28152", + "city": "Shelby", + "state": "NC", + "latitude": "35.258879", + "longitude": "-81.578670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28159", + "city": "Spencer", + "state": "NC", + "latitude": "35.693339", + "longitude": "-80.434200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28160", + "city": "Spindale", + "state": "NC", + "latitude": "35.360536", + "longitude": "-81.925060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28163", + "city": "Stanfield", + "state": "NC", + "latitude": "35.245048", + "longitude": "-80.416300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28164", + "city": "Stanley", + "state": "NC", + "latitude": "35.377576", + "longitude": "-81.072380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28166", + "city": "Troutman", + "state": "NC", + "latitude": "35.687365", + "longitude": "-80.887150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28167", + "city": "Union Mills", + "state": "NC", + "latitude": "35.489020", + "longitude": "-81.950390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28168", + "city": "Vale", + "state": "NC", + "latitude": "35.545918", + "longitude": "-81.429420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28169", + "city": "Waco", + "state": "NC", + "latitude": "35.362026", + "longitude": "-81.429110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28170", + "city": "Wadesboro", + "state": "NC", + "latitude": "34.985423", + "longitude": "-80.085430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28173", + "city": "Waxhaw", + "state": "NC", + "latitude": "34.929433", + "longitude": "-80.730610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28174", + "city": "Wingate", + "state": "NC", + "latitude": "34.981605", + "longitude": "-80.443050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28201", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28202", + "city": "Charlotte", + "state": "NC", + "latitude": "35.227192", + "longitude": "-80.844190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28203", + "city": "Charlotte", + "state": "NC", + "latitude": "35.208992", + "longitude": "-80.855390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28204", + "city": "Charlotte", + "state": "NC", + "latitude": "35.214693", + "longitude": "-80.826650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28205", + "city": "Charlotte", + "state": "NC", + "latitude": "35.222406", + "longitude": "-80.792210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28206", + "city": "Charlotte", + "state": "NC", + "latitude": "35.248292", + "longitude": "-80.827480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28207", + "city": "Charlotte", + "state": "NC", + "latitude": "35.197643", + "longitude": "-80.827520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28208", + "city": "Charlotte", + "state": "NC", + "latitude": "35.235791", + "longitude": "-80.892950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28209", + "city": "Charlotte", + "state": "NC", + "latitude": "35.178543", + "longitude": "-80.853750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28210", + "city": "Charlotte", + "state": "NC", + "latitude": "35.134510", + "longitude": "-80.856320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28211", + "city": "Charlotte", + "state": "NC", + "latitude": "35.170094", + "longitude": "-80.798570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28212", + "city": "Charlotte", + "state": "NC", + "latitude": "35.189544", + "longitude": "-80.747420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28213", + "city": "Charlotte", + "state": "NC", + "latitude": "35.280464", + "longitude": "-80.756780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28214", + "city": "Charlotte", + "state": "NC", + "latitude": "35.276639", + "longitude": "-80.961110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28215", + "city": "Charlotte", + "state": "NC", + "latitude": "35.244468", + "longitude": "-80.721640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28216", + "city": "Charlotte", + "state": "NC", + "latitude": "35.286967", + "longitude": "-80.879030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28217", + "city": "Charlotte", + "state": "NC", + "latitude": "35.172319", + "longitude": "-80.897310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28218", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28219", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28220", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28221", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28222", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28223", + "city": "Charlotte", + "state": "NC", + "latitude": "35.305552", + "longitude": "-80.733030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28224", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28225", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28226", + "city": "Charlotte", + "state": "NC", + "latitude": "35.107804", + "longitude": "-80.821390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28227", + "city": "Charlotte", + "state": "NC", + "latitude": "35.192919", + "longitude": "-80.668220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28228", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28229", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28230", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28231", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28232", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28233", + "city": "Charlotte", + "state": "NC", + "latitude": "35.489411", + "longitude": "-80.825368", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28234", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28235", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28236", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28237", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28240", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28241", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28242", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28243", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28244", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28246", + "city": "Charlotte", + "state": "NC", + "latitude": "35.227542", + "longitude": "-80.842543", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28247", + "city": "Charlotte", + "state": "NC", + "latitude": "35.065595", + "longitude": "-80.851149", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28250", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28253", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28254", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28255", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28256", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28258", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28260", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28261", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28262", + "city": "Charlotte", + "state": "NC", + "latitude": "35.321279", + "longitude": "-80.740500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28265", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28266", + "city": "Charlotte", + "state": "NC", + "latitude": "35.284459", + "longitude": "-80.858155", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28269", + "city": "Charlotte", + "state": "NC", + "latitude": "35.329235", + "longitude": "-80.804860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28270", + "city": "Charlotte", + "state": "NC", + "latitude": "35.113906", + "longitude": "-80.761300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28272", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28273", + "city": "Charlotte", + "state": "NC", + "latitude": "35.124032", + "longitude": "-80.939540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28274", + "city": "Charlotte", + "state": "NC", + "latitude": "35.187943", + "longitude": "-80.831693", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28275", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28277", + "city": "Charlotte", + "state": "NC", + "latitude": "35.054546", + "longitude": "-80.817920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28278", + "city": "Charlotte", + "state": "NC", + "latitude": "35.119012", + "longitude": "-81.022130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28280", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28281", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28282", + "city": "Charlotte", + "state": "NC", + "latitude": "35.224242", + "longitude": "-80.844743", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28283", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28284", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28285", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28286", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28287", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28288", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28289", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28290", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28296", + "city": "Charlotte", + "state": "NC", + "latitude": "35.225242", + "longitude": "-80.845843", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28297", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28299", + "city": "Charlotte", + "state": "NC", + "latitude": "35.260020", + "longitude": "-80.804151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28301", + "city": "Fayetteville", + "state": "NC", + "latitude": "35.042389", + "longitude": "-78.841240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28302", + "city": "Fayetteville", + "state": "NC", + "latitude": "35.034307", + "longitude": "-78.908828", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28303", + "city": "Fayetteville", + "state": "NC", + "latitude": "35.084163", + "longitude": "-78.953000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28304", + "city": "Fayetteville", + "state": "NC", + "latitude": "35.028440", + "longitude": "-78.970370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28305", + "city": "Fayetteville", + "state": "NC", + "latitude": "35.056963", + "longitude": "-78.903690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28306", + "city": "Fayetteville", + "state": "NC", + "latitude": "35.003712", + "longitude": "-78.921790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28307", + "city": "Fort Bragg", + "state": "NC", + "latitude": "35.142321", + "longitude": "-79.012250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28308", + "city": "Pope A F B", + "state": "NC", + "latitude": "35.173377", + "longitude": "-79.013799", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28309", + "city": "Fayetteville", + "state": "NC", + "latitude": "35.039726", + "longitude": "-78.842868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28310", + "city": "Fort Bragg", + "state": "NC", + "latitude": "35.050612", + "longitude": "-78.803840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28311", + "city": "Fayetteville", + "state": "NC", + "latitude": "35.134301", + "longitude": "-78.894110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28314", + "city": "Fayetteville", + "state": "NC", + "latitude": "35.060087", + "longitude": "-79.008480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28315", + "city": "Aberdeen", + "state": "NC", + "latitude": "35.124160", + "longitude": "-79.441500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28318", + "city": "Autryville", + "state": "NC", + "latitude": "35.020272", + "longitude": "-78.614000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28319", + "city": "Barnesville", + "state": "NC", + "latitude": "34.595364", + "longitude": "-79.197058", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28320", + "city": "Bladenboro", + "state": "NC", + "latitude": "34.552642", + "longitude": "-78.781020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28323", + "city": "Bunnlevel", + "state": "NC", + "latitude": "35.316332", + "longitude": "-78.825270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28325", + "city": "Calypso", + "state": "NC", + "latitude": "35.152512", + "longitude": "-78.104740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28326", + "city": "Cameron", + "state": "NC", + "latitude": "35.278125", + "longitude": "-79.151530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28327", + "city": "Carthage", + "state": "NC", + "latitude": "35.319639", + "longitude": "-79.402480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28328", + "city": "Clinton", + "state": "NC", + "latitude": "35.000056", + "longitude": "-78.334240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28329", + "city": "Clinton", + "state": "NC", + "latitude": "34.994005", + "longitude": "-78.277669", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28330", + "city": "Cordova", + "state": "NC", + "latitude": "34.913233", + "longitude": "-79.823020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28331", + "city": "Cumberland", + "state": "NC", + "latitude": "35.150896", + "longitude": "-78.915788", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28332", + "city": "Dublin", + "state": "NC", + "latitude": "34.655921", + "longitude": "-78.720760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28333", + "city": "Dudley", + "state": "NC", + "latitude": "35.293245", + "longitude": "-78.018970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28334", + "city": "Dunn", + "state": "NC", + "latitude": "35.302419", + "longitude": "-78.601200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28335", + "city": "Dunn", + "state": "NC", + "latitude": "35.350774", + "longitude": "-78.625362", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28337", + "city": "Elizabethtown", + "state": "NC", + "latitude": "34.647611", + "longitude": "-78.586430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28338", + "city": "Ellerbe", + "state": "NC", + "latitude": "35.089476", + "longitude": "-79.729040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28339", + "city": "Erwin", + "state": "NC", + "latitude": "35.322849", + "longitude": "-78.689640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28340", + "city": "Fairmont", + "state": "NC", + "latitude": "34.476857", + "longitude": "-79.130050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28341", + "city": "Faison", + "state": "NC", + "latitude": "35.119076", + "longitude": "-78.164390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28342", + "city": "Falcon", + "state": "NC", + "latitude": "35.191142", + "longitude": "-78.651400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28343", + "city": "Gibson", + "state": "NC", + "latitude": "34.767875", + "longitude": "-79.592390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28344", + "city": "Godwin", + "state": "NC", + "latitude": "35.171062", + "longitude": "-78.636480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28345", + "city": "Hamlet", + "state": "NC", + "latitude": "34.879186", + "longitude": "-79.690010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28347", + "city": "Hoffman", + "state": "NC", + "latitude": "35.042172", + "longitude": "-79.535030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28348", + "city": "Hope Mills", + "state": "NC", + "latitude": "34.954709", + "longitude": "-78.937440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28349", + "city": "Kenansville", + "state": "NC", + "latitude": "34.977225", + "longitude": "-77.947610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28350", + "city": "Lakeview", + "state": "NC", + "latitude": "35.243560", + "longitude": "-79.313550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28351", + "city": "Laurel Hill", + "state": "NC", + "latitude": "34.827291", + "longitude": "-79.560260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28352", + "city": "Laurinburg", + "state": "NC", + "latitude": "34.779227", + "longitude": "-79.457450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28353", + "city": "Laurinburg", + "state": "NC", + "latitude": "34.781768", + "longitude": "-79.482423", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28355", + "city": "Lemon Springs", + "state": "NC", + "latitude": "35.467567", + "longitude": "-79.165314", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28356", + "city": "Linden", + "state": "NC", + "latitude": "35.237338", + "longitude": "-78.796130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28357", + "city": "Lumber Bridge", + "state": "NC", + "latitude": "34.902698", + "longitude": "-79.082880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28358", + "city": "Lumberton", + "state": "NC", + "latitude": "34.620874", + "longitude": "-78.989860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28359", + "city": "Lumberton", + "state": "NC", + "latitude": "34.607669", + "longitude": "-79.014425", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28360", + "city": "Lumberton", + "state": "NC", + "latitude": "34.659575", + "longitude": "-79.062820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28361", + "city": "Mccain", + "state": "NC", + "latitude": "35.023630", + "longitude": "-79.246841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28362", + "city": "Marietta", + "state": "NC", + "latitude": "34.368246", + "longitude": "-79.121240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28363", + "city": "Marston", + "state": "NC", + "latitude": "34.938451", + "longitude": "-79.546090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28364", + "city": "Maxton", + "state": "NC", + "latitude": "34.735024", + "longitude": "-79.328360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28365", + "city": "Mount Olive", + "state": "NC", + "latitude": "35.184516", + "longitude": "-78.060560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28366", + "city": "Newton Grove", + "state": "NC", + "latitude": "35.237142", + "longitude": "-78.365930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28367", + "city": "Norman", + "state": "NC", + "latitude": "35.173481", + "longitude": "-79.723630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28368", + "city": "Olivia", + "state": "NC", + "latitude": "35.351490", + "longitude": "-79.105860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28369", + "city": "Orrum", + "state": "NC", + "latitude": "34.434292", + "longitude": "-79.037140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28370", + "city": "Pinehurst", + "state": "NC", + "latitude": "35.216222", + "longitude": "-79.452352", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28371", + "city": "Parkton", + "state": "NC", + "latitude": "34.912113", + "longitude": "-78.999900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28372", + "city": "Pembroke", + "state": "NC", + "latitude": "34.690040", + "longitude": "-79.188020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28373", + "city": "Pinebluff", + "state": "NC", + "latitude": "35.100144", + "longitude": "-79.479790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28374", + "city": "Pinehurst", + "state": "NC", + "latitude": "35.195417", + "longitude": "-79.464960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28375", + "city": "Proctorville", + "state": "NC", + "latitude": "34.471259", + "longitude": "-79.041388", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28376", + "city": "Raeford", + "state": "NC", + "latitude": "34.992085", + "longitude": "-79.230130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28377", + "city": "Red Springs", + "state": "NC", + "latitude": "34.828798", + "longitude": "-79.212150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28378", + "city": "Rex", + "state": "NC", + "latitude": "34.858715", + "longitude": "-79.047050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28379", + "city": "Rockingham", + "state": "NC", + "latitude": "34.937078", + "longitude": "-79.760500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28380", + "city": "Rockingham", + "state": "NC", + "latitude": "34.994152", + "longitude": "-79.767341", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28382", + "city": "Roseboro", + "state": "NC", + "latitude": "34.945305", + "longitude": "-78.514320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28383", + "city": "Rowland", + "state": "NC", + "latitude": "34.571076", + "longitude": "-79.274040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28384", + "city": "Saint Pauls", + "state": "NC", + "latitude": "34.804654", + "longitude": "-78.959400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28385", + "city": "Salemburg", + "state": "NC", + "latitude": "35.053627", + "longitude": "-78.500250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28386", + "city": "Shannon", + "state": "NC", + "latitude": "34.851865", + "longitude": "-79.122660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28387", + "city": "Southern Pines", + "state": "NC", + "latitude": "35.180394", + "longitude": "-79.390840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28388", + "city": "Southern Pines", + "state": "NC", + "latitude": "35.280335", + "longitude": "-79.432734", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28390", + "city": "Spring Lake", + "state": "NC", + "latitude": "35.211913", + "longitude": "-78.974990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28391", + "city": "Stedman", + "state": "NC", + "latitude": "35.016373", + "longitude": "-78.694100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28392", + "city": "Tar Heel", + "state": "NC", + "latitude": "34.742752", + "longitude": "-78.806450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28393", + "city": "Turkey", + "state": "NC", + "latitude": "34.989801", + "longitude": "-78.185550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28394", + "city": "Vass", + "state": "NC", + "latitude": "35.218131", + "longitude": "-79.244490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28395", + "city": "Wade", + "state": "NC", + "latitude": "35.145952", + "longitude": "-78.741020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28396", + "city": "Wagram", + "state": "NC", + "latitude": "34.927483", + "longitude": "-79.400990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28397", + "city": "Stedman", + "state": "NC", + "latitude": "35.015586", + "longitude": "-78.690428", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28398", + "city": "Warsaw", + "state": "NC", + "latitude": "34.993016", + "longitude": "-78.084070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28399", + "city": "White Oak", + "state": "NC", + "latitude": "34.786138", + "longitude": "-78.707650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28401", + "city": "Wilmington", + "state": "NC", + "latitude": "34.235219", + "longitude": "-77.941340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28402", + "city": "Wilmington", + "state": "NC", + "latitude": "34.340518", + "longitude": "-77.901408", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28403", + "city": "Wilmington", + "state": "NC", + "latitude": "34.221512", + "longitude": "-77.884520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28404", + "city": "Wilmington", + "state": "NC", + "latitude": "33.926255", + "longitude": "-78.071270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28405", + "city": "Wilmington", + "state": "NC", + "latitude": "34.254235", + "longitude": "-77.872510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28406", + "city": "Wilmington", + "state": "NC", + "latitude": "34.088079", + "longitude": "-77.852599", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28407", + "city": "Wilmington", + "state": "NC", + "latitude": "34.088079", + "longitude": "-77.852599", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28408", + "city": "Wilmington", + "state": "NC", + "latitude": "34.212707", + "longitude": "-77.792177", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28409", + "city": "Wilmington", + "state": "NC", + "latitude": "34.169953", + "longitude": "-77.871130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28410", + "city": "Wilmington", + "state": "NC", + "latitude": "34.088079", + "longitude": "-77.852599", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28411", + "city": "Wilmington", + "state": "NC", + "latitude": "34.285519", + "longitude": "-77.805720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28412", + "city": "Wilmington", + "state": "NC", + "latitude": "34.152021", + "longitude": "-77.913460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28420", + "city": "Ash", + "state": "NC", + "latitude": "34.073670", + "longitude": "-78.482140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28421", + "city": "Atkinson", + "state": "NC", + "latitude": "34.524003", + "longitude": "-78.185840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28422", + "city": "Bolivia", + "state": "NC", + "latitude": "34.006479", + "longitude": "-78.190350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28423", + "city": "Bolton", + "state": "NC", + "latitude": "34.319905", + "longitude": "-78.377430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28424", + "city": "Brunswick", + "state": "NC", + "latitude": "34.290716", + "longitude": "-78.699417", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28425", + "city": "Burgaw", + "state": "NC", + "latitude": "34.554821", + "longitude": "-77.927640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28428", + "city": "Carolina Beach", + "state": "NC", + "latitude": "34.034336", + "longitude": "-77.899030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28429", + "city": "Castle Hayne", + "state": "NC", + "latitude": "34.332126", + "longitude": "-77.905540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28430", + "city": "Cerro Gordo", + "state": "NC", + "latitude": "34.285951", + "longitude": "-78.930390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28431", + "city": "Chadbourn", + "state": "NC", + "latitude": "34.312363", + "longitude": "-78.830230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28432", + "city": "Clarendon", + "state": "NC", + "latitude": "34.170740", + "longitude": "-78.759970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28433", + "city": "Clarkton", + "state": "NC", + "latitude": "34.491177", + "longitude": "-78.643620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28434", + "city": "Council", + "state": "NC", + "latitude": "34.461167", + "longitude": "-78.462440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28435", + "city": "Currie", + "state": "NC", + "latitude": "34.430433", + "longitude": "-78.105390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28436", + "city": "Delco", + "state": "NC", + "latitude": "34.275453", + "longitude": "-78.266730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28438", + "city": "Evergreen", + "state": "NC", + "latitude": "34.430348", + "longitude": "-78.919320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28439", + "city": "Fair Bluff", + "state": "NC", + "latitude": "34.309767", + "longitude": "-79.025160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28441", + "city": "Garland", + "state": "NC", + "latitude": "34.788387", + "longitude": "-78.405740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28442", + "city": "Hallsboro", + "state": "NC", + "latitude": "34.323483", + "longitude": "-78.595340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28443", + "city": "Hampstead", + "state": "NC", + "latitude": "34.407677", + "longitude": "-77.652380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28444", + "city": "Harrells", + "state": "NC", + "latitude": "34.686496", + "longitude": "-78.324060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28445", + "city": "Holly Ridge", + "state": "NC", + "latitude": "34.477220", + "longitude": "-77.559780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28446", + "city": "Ingold", + "state": "NC", + "latitude": "34.836610", + "longitude": "-78.348111", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28447", + "city": "Ivanhoe", + "state": "NC", + "latitude": "34.595158", + "longitude": "-78.234380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28448", + "city": "Kelly", + "state": "NC", + "latitude": "34.464635", + "longitude": "-78.297010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28449", + "city": "Kure Beach", + "state": "NC", + "latitude": "33.992070", + "longitude": "-77.910920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28450", + "city": "Lake Waccamaw", + "state": "NC", + "latitude": "34.319538", + "longitude": "-78.516780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28451", + "city": "Leland", + "state": "NC", + "latitude": "34.251240", + "longitude": "-78.064920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28452", + "city": "Longwood", + "state": "NC", + "latitude": "33.997345", + "longitude": "-78.556500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28453", + "city": "Magnolia", + "state": "NC", + "latitude": "34.888483", + "longitude": "-78.059550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28454", + "city": "Maple Hill", + "state": "NC", + "latitude": "34.676719", + "longitude": "-77.653430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28455", + "city": "Nakina", + "state": "NC", + "latitude": "34.110450", + "longitude": "-78.660800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28456", + "city": "Riegelwood", + "state": "NC", + "latitude": "34.363380", + "longitude": "-78.282510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28457", + "city": "Rocky Point", + "state": "NC", + "latitude": "34.449782", + "longitude": "-77.886970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28458", + "city": "Rose Hill", + "state": "NC", + "latitude": "34.822407", + "longitude": "-78.041760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28459", + "city": "Shallotte", + "state": "NC", + "latitude": "33.933388", + "longitude": "-78.412864", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28460", + "city": "Sneads Ferry", + "state": "NC", + "latitude": "34.520720", + "longitude": "-77.420960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28461", + "city": "Southport", + "state": "NC", + "latitude": "33.963111", + "longitude": "-78.057430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28462", + "city": "Supply", + "state": "NC", + "latitude": "33.974251", + "longitude": "-78.309610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28463", + "city": "Tabor City", + "state": "NC", + "latitude": "34.124830", + "longitude": "-78.821870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28464", + "city": "Teachey", + "state": "NC", + "latitude": "34.772249", + "longitude": "-78.013920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28465", + "city": "Oak Island", + "state": "NC", + "latitude": "33.915522", + "longitude": "-78.128620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28466", + "city": "Wallace", + "state": "NC", + "latitude": "34.738793", + "longitude": "-77.977880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28467", + "city": "Calabash", + "state": "NC", + "latitude": "33.905566", + "longitude": "-78.575900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28468", + "city": "Sunset Beach", + "state": "NC", + "latitude": "33.885203", + "longitude": "-78.512240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28469", + "city": "Ocean Isle Beach", + "state": "NC", + "latitude": "33.913508", + "longitude": "-78.448680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28470", + "city": "South Brunswick", + "state": "NC", + "latitude": "33.966600", + "longitude": "-78.387800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28471", + "city": "Watha", + "state": "NC", + "latitude": "34.605639", + "longitude": "-77.999770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28472", + "city": "Whiteville", + "state": "NC", + "latitude": "34.312063", + "longitude": "-78.707730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28478", + "city": "Willard", + "state": "NC", + "latitude": "34.671237", + "longitude": "-78.065440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28479", + "city": "Winnabow", + "state": "NC", + "latitude": "34.107077", + "longitude": "-78.049650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28480", + "city": "Wrightsville Beach", + "state": "NC", + "latitude": "34.212220", + "longitude": "-77.798100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28501", + "city": "Kinston", + "state": "NC", + "latitude": "35.260895", + "longitude": "-77.564690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28502", + "city": "Kinston", + "state": "NC", + "latitude": "35.288558", + "longitude": "-77.662614", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28503", + "city": "Kinston", + "state": "NC", + "latitude": "35.319066", + "longitude": "-77.595034", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28504", + "city": "Kinston", + "state": "NC", + "latitude": "35.264739", + "longitude": "-77.624810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28508", + "city": "Albertson", + "state": "NC", + "latitude": "35.114930", + "longitude": "-77.822380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28509", + "city": "Alliance", + "state": "NC", + "latitude": "35.156145", + "longitude": "-76.632264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28510", + "city": "Arapahoe", + "state": "NC", + "latitude": "35.000658", + "longitude": "-76.812970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28511", + "city": "Atlantic", + "state": "NC", + "latitude": "34.887266", + "longitude": "-76.330330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28512", + "city": "Atlantic Beach", + "state": "NC", + "latitude": "34.698274", + "longitude": "-76.787060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28513", + "city": "Ayden", + "state": "NC", + "latitude": "35.463012", + "longitude": "-77.416100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28515", + "city": "Bayboro", + "state": "NC", + "latitude": "35.176466", + "longitude": "-76.718530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28516", + "city": "Beaufort", + "state": "NC", + "latitude": "34.769532", + "longitude": "-76.647830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28518", + "city": "Beulaville", + "state": "NC", + "latitude": "34.911417", + "longitude": "-77.771530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28519", + "city": "Bridgeton", + "state": "NC", + "latitude": "35.120742", + "longitude": "-77.019690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28520", + "city": "Cedar Island", + "state": "NC", + "latitude": "34.984608", + "longitude": "-76.198800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28521", + "city": "Chinquapin", + "state": "NC", + "latitude": "34.826715", + "longitude": "-77.759290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28522", + "city": "Comfort", + "state": "NC", + "latitude": "35.005079", + "longitude": "-77.523102", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28523", + "city": "Cove City", + "state": "NC", + "latitude": "35.193213", + "longitude": "-77.322920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28524", + "city": "Davis", + "state": "NC", + "latitude": "34.794527", + "longitude": "-76.463170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28525", + "city": "Deep Run", + "state": "NC", + "latitude": "35.119845", + "longitude": "-77.692080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28526", + "city": "Dover", + "state": "NC", + "latitude": "35.238886", + "longitude": "-77.410610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28527", + "city": "Ernul", + "state": "NC", + "latitude": "35.244257", + "longitude": "-77.015040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28528", + "city": "Gloucester", + "state": "NC", + "latitude": "34.732744", + "longitude": "-76.538690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28529", + "city": "Grantsboro", + "state": "NC", + "latitude": "35.085784", + "longitude": "-76.861350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28530", + "city": "Grifton", + "state": "NC", + "latitude": "35.370945", + "longitude": "-77.425480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28531", + "city": "Harkers Island", + "state": "NC", + "latitude": "34.712315", + "longitude": "-76.527480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28532", + "city": "Havelock", + "state": "NC", + "latitude": "34.884421", + "longitude": "-76.889720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28533", + "city": "Cherry Point", + "state": "NC", + "latitude": "34.903793", + "longitude": "-76.899976", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28537", + "city": "Hobucken", + "state": "NC", + "latitude": "35.259895", + "longitude": "-76.555910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28538", + "city": "Hookerton", + "state": "NC", + "latitude": "35.424381", + "longitude": "-77.584520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28539", + "city": "Hubert", + "state": "NC", + "latitude": "34.694262", + "longitude": "-77.207010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28540", + "city": "Jacksonville", + "state": "NC", + "latitude": "34.755669", + "longitude": "-77.455900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28541", + "city": "Jacksonville", + "state": "NC", + "latitude": "34.692056", + "longitude": "-77.391199", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28542", + "city": "Camp Lejeune", + "state": "NC", + "latitude": "34.664035", + "longitude": "-77.463687", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28543", + "city": "Tarawa Terrace", + "state": "NC", + "latitude": "34.741670", + "longitude": "-77.371170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28544", + "city": "Midway Park", + "state": "NC", + "latitude": "34.724322", + "longitude": "-77.318660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28545", + "city": "Mccutcheon Field", + "state": "NC", + "latitude": "34.692056", + "longitude": "-77.391199", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28546", + "city": "Jacksonville", + "state": "NC", + "latitude": "34.781212", + "longitude": "-77.375600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28547", + "city": "Camp Lejeune", + "state": "NC", + "latitude": "34.637348", + "longitude": "-77.312700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28551", + "city": "La Grange", + "state": "NC", + "latitude": "35.320045", + "longitude": "-77.780420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28552", + "city": "Lowland", + "state": "NC", + "latitude": "35.304817", + "longitude": "-76.571150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28553", + "city": "Marshallberg", + "state": "NC", + "latitude": "34.725663", + "longitude": "-76.516320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28554", + "city": "Maury", + "state": "NC", + "latitude": "35.481503", + "longitude": "-77.587180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28555", + "city": "Maysville", + "state": "NC", + "latitude": "34.879658", + "longitude": "-77.222140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28556", + "city": "Merritt", + "state": "NC", + "latitude": "35.124491", + "longitude": "-76.665950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28557", + "city": "Morehead City", + "state": "NC", + "latitude": "34.729839", + "longitude": "-76.752190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28559", + "city": "Fairplains", + "state": "NC", + "latitude": "36.214395", + "longitude": "-81.165972", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28560", + "city": "New Bern", + "state": "NC", + "latitude": "35.119674", + "longitude": "-77.015090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28561", + "city": "New Bern", + "state": "NC", + "latitude": "35.103736", + "longitude": "-77.075850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28562", + "city": "New Bern", + "state": "NC", + "latitude": "35.091472", + "longitude": "-77.099360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28563", + "city": "New Bern", + "state": "NC", + "latitude": "35.110855", + "longitude": "-77.063360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28564", + "city": "New Bern", + "state": "NC", + "latitude": "35.110855", + "longitude": "-77.063360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28570", + "city": "Newport", + "state": "NC", + "latitude": "34.770681", + "longitude": "-76.877860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28571", + "city": "Oriental", + "state": "NC", + "latitude": "35.040757", + "longitude": "-76.692630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28572", + "city": "Pink Hill", + "state": "NC", + "latitude": "35.030154", + "longitude": "-77.722100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28573", + "city": "Pollocksville", + "state": "NC", + "latitude": "35.000858", + "longitude": "-77.215010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28574", + "city": "Richlands", + "state": "NC", + "latitude": "34.888736", + "longitude": "-77.571570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28575", + "city": "Salter Path", + "state": "NC", + "latitude": "34.689821", + "longitude": "-76.892420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28577", + "city": "Sealevel", + "state": "NC", + "latitude": "34.868975", + "longitude": "-76.381490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28578", + "city": "Seven Springs", + "state": "NC", + "latitude": "35.206329", + "longitude": "-77.874440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28579", + "city": "Smyrna", + "state": "NC", + "latitude": "34.753595", + "longitude": "-76.518400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28580", + "city": "Snow Hill", + "state": "NC", + "latitude": "35.444510", + "longitude": "-77.691860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28581", + "city": "Stacy", + "state": "NC", + "latitude": "34.842394", + "longitude": "-76.441110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28582", + "city": "Stella", + "state": "NC", + "latitude": "34.756033", + "longitude": "-77.154050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28583", + "city": "Stonewall", + "state": "NC", + "latitude": "35.156145", + "longitude": "-76.632264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28584", + "city": "Swansboro", + "state": "NC", + "latitude": "34.697710", + "longitude": "-77.106140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28585", + "city": "Trenton", + "state": "NC", + "latitude": "35.056317", + "longitude": "-77.435180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28586", + "city": "Vanceboro", + "state": "NC", + "latitude": "35.302937", + "longitude": "-77.155460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28587", + "city": "Vandemere", + "state": "NC", + "latitude": "35.191279", + "longitude": "-76.660435", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28589", + "city": "Williston", + "state": "NC", + "latitude": "34.799400", + "longitude": "-76.494570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28590", + "city": "Winterville", + "state": "NC", + "latitude": "35.534450", + "longitude": "-77.397140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28594", + "city": "Emerald Isle", + "state": "NC", + "latitude": "34.667473", + "longitude": "-77.010250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28599", + "city": "Emerald Isle", + "state": "NC", + "latitude": "34.662495", + "longitude": "-77.030502", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28601", + "city": "Hickory", + "state": "NC", + "latitude": "35.759932", + "longitude": "-81.330120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28602", + "city": "Hickory", + "state": "NC", + "latitude": "35.707010", + "longitude": "-81.353400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28603", + "city": "Hickory", + "state": "NC", + "latitude": "35.679876", + "longitude": "-81.287181", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28604", + "city": "Banner Elk", + "state": "NC", + "latitude": "36.166515", + "longitude": "-81.846720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28605", + "city": "Blowing Rock", + "state": "NC", + "latitude": "36.133083", + "longitude": "-81.687830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28606", + "city": "Boomer", + "state": "NC", + "latitude": "36.058853", + "longitude": "-81.304970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28607", + "city": "Boone", + "state": "NC", + "latitude": "36.212770", + "longitude": "-81.662550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28608", + "city": "Boone", + "state": "NC", + "latitude": "36.221334", + "longitude": "-81.713416", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28609", + "city": "Catawba", + "state": "NC", + "latitude": "35.689806", + "longitude": "-81.066940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28610", + "city": "Claremont", + "state": "NC", + "latitude": "35.725163", + "longitude": "-81.142790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28611", + "city": "Collettsville", + "state": "NC", + "latitude": "36.009373", + "longitude": "-81.731390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28612", + "city": "Connellys Springs", + "state": "NC", + "latitude": "35.693787", + "longitude": "-81.517260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28613", + "city": "Conover", + "state": "NC", + "latitude": "35.720227", + "longitude": "-81.214660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28615", + "city": "Creston", + "state": "NC", + "latitude": "36.455882", + "longitude": "-81.651410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28616", + "city": "Crossnore", + "state": "NC", + "latitude": "36.024252", + "longitude": "-81.926930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28617", + "city": "Crumpler", + "state": "NC", + "latitude": "36.488377", + "longitude": "-81.392240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28618", + "city": "Deep Gap", + "state": "NC", + "latitude": "36.197882", + "longitude": "-81.522760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28619", + "city": "Drexel", + "state": "NC", + "latitude": "35.757790", + "longitude": "-81.603590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28620", + "city": "Pleasant Hill", + "state": "NC", + "latitude": "35.891211", + "longitude": "-81.102329", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28621", + "city": "Elkin", + "state": "NC", + "latitude": "36.283497", + "longitude": "-80.845860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28622", + "city": "Elk Park", + "state": "NC", + "latitude": "36.178930", + "longitude": "-81.959580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28623", + "city": "Ennice", + "state": "NC", + "latitude": "36.523031", + "longitude": "-80.971090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28624", + "city": "Ferguson", + "state": "NC", + "latitude": "36.110425", + "longitude": "-81.422620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28625", + "city": "Statesville", + "state": "NC", + "latitude": "35.840579", + "longitude": "-80.879880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28626", + "city": "Fleetwood", + "state": "NC", + "latitude": "36.290889", + "longitude": "-81.519510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28627", + "city": "Glade Valley", + "state": "NC", + "latitude": "36.445484", + "longitude": "-81.008100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28628", + "city": "Glen Alpine", + "state": "NC", + "latitude": "35.721174", + "longitude": "-81.817998", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28629", + "city": "Glendale Springs", + "state": "NC", + "latitude": "36.343002", + "longitude": "-81.375020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28630", + "city": "Granite Falls", + "state": "NC", + "latitude": "35.811919", + "longitude": "-81.434780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28631", + "city": "Grassy Creek", + "state": "NC", + "latitude": "36.557892", + "longitude": "-81.426350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28633", + "city": "Lenoir", + "state": "NC", + "latitude": "35.937564", + "longitude": "-81.539847", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28634", + "city": "Harmony", + "state": "NC", + "latitude": "35.979910", + "longitude": "-80.770850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28635", + "city": "Hays", + "state": "NC", + "latitude": "36.315077", + "longitude": "-81.131460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28636", + "city": "Hiddenite", + "state": "NC", + "latitude": "35.928486", + "longitude": "-81.074410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28637", + "city": "Hildebran", + "state": "NC", + "latitude": "35.718432", + "longitude": "-81.418780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28638", + "city": "Hudson", + "state": "NC", + "latitude": "35.840553", + "longitude": "-81.481920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28640", + "city": "Jefferson", + "state": "NC", + "latitude": "36.410186", + "longitude": "-81.424090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28641", + "city": "Jonas Ridge", + "state": "NC", + "latitude": "35.938422", + "longitude": "-81.884521", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28642", + "city": "Jonesville", + "state": "NC", + "latitude": "36.227576", + "longitude": "-80.829880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28643", + "city": "Lansing", + "state": "NC", + "latitude": "36.532301", + "longitude": "-81.531170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28644", + "city": "Laurel Springs", + "state": "NC", + "latitude": "36.435910", + "longitude": "-81.277360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28645", + "city": "Lenoir", + "state": "NC", + "latitude": "35.934783", + "longitude": "-81.544760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28646", + "city": "Linville", + "state": "NC", + "latitude": "36.073202", + "longitude": "-81.871770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28647", + "city": "Linville Falls", + "state": "NC", + "latitude": "35.779182", + "longitude": "-81.675545", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28649", + "city": "McGrady", + "state": "NC", + "latitude": "36.329636", + "longitude": "-81.211100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28650", + "city": "Maiden", + "state": "NC", + "latitude": "35.575785", + "longitude": "-81.188430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28651", + "city": "Millers Creek", + "state": "NC", + "latitude": "36.241685", + "longitude": "-81.270760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28652", + "city": "Minneapolis", + "state": "NC", + "latitude": "36.086466", + "longitude": "-81.934265", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28653", + "city": "Montezuma", + "state": "NC", + "latitude": "36.065053", + "longitude": "-81.901715", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28654", + "city": "Moravian Falls", + "state": "NC", + "latitude": "36.073489", + "longitude": "-81.160560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28655", + "city": "Morganton", + "state": "NC", + "latitude": "35.742752", + "longitude": "-81.716250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28656", + "city": "North Wilkesboro", + "state": "NC", + "latitude": "36.238438", + "longitude": "-81.045963", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28657", + "city": "Newland", + "state": "NC", + "latitude": "36.049348", + "longitude": "-81.942860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28658", + "city": "Newton", + "state": "NC", + "latitude": "35.653437", + "longitude": "-81.234430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28659", + "city": "North Wilkesboro", + "state": "NC", + "latitude": "36.169604", + "longitude": "-81.116150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28660", + "city": "Olin", + "state": "NC", + "latitude": "35.970599", + "longitude": "-80.864390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28661", + "city": "Patterson", + "state": "NC", + "latitude": "35.997260", + "longitude": "-81.562609", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28662", + "city": "Pineola", + "state": "NC", + "latitude": "36.023359", + "longitude": "-81.848880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28663", + "city": "Piney Creek", + "state": "NC", + "latitude": "36.541861", + "longitude": "-81.319500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28664", + "city": "Plumtree", + "state": "NC", + "latitude": "36.044098", + "longitude": "-82.003691", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28665", + "city": "Purlear", + "state": "NC", + "latitude": "36.195632", + "longitude": "-81.373030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28666", + "city": "Icard", + "state": "NC", + "latitude": "35.726966", + "longitude": "-81.472380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28667", + "city": "Rhodhiss", + "state": "NC", + "latitude": "35.777241", + "longitude": "-81.430230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28668", + "city": "Roaring Gap", + "state": "NC", + "latitude": "36.388460", + "longitude": "-81.007330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28669", + "city": "Roaring River", + "state": "NC", + "latitude": "36.229983", + "longitude": "-80.996390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28670", + "city": "Ronda", + "state": "NC", + "latitude": "36.204458", + "longitude": "-80.934810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28671", + "city": "Rutherford College", + "state": "NC", + "latitude": "35.753767", + "longitude": "-81.535450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28672", + "city": "Scottville", + "state": "NC", + "latitude": "36.414156", + "longitude": "-81.492983", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28673", + "city": "Sherrills Ford", + "state": "NC", + "latitude": "35.589022", + "longitude": "-80.993260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28674", + "city": "North Wilkesboro", + "state": "NC", + "latitude": "36.216247", + "longitude": "-81.207166", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28675", + "city": "Sparta", + "state": "NC", + "latitude": "36.506064", + "longitude": "-81.136200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28676", + "city": "State Road", + "state": "NC", + "latitude": "36.326001", + "longitude": "-80.861820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28677", + "city": "Statesville", + "state": "NC", + "latitude": "35.765719", + "longitude": "-80.898100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28678", + "city": "Stony Point", + "state": "NC", + "latitude": "35.846848", + "longitude": "-81.051520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28679", + "city": "Sugar Grove", + "state": "NC", + "latitude": "36.255467", + "longitude": "-81.830020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28680", + "city": "Morganton", + "state": "NC", + "latitude": "35.750657", + "longitude": "-81.695292", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28681", + "city": "Taylorsville", + "state": "NC", + "latitude": "35.914275", + "longitude": "-81.208300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28682", + "city": "Terrell", + "state": "NC", + "latitude": "35.585074", + "longitude": "-80.961410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28683", + "city": "Thurmond", + "state": "NC", + "latitude": "36.394123", + "longitude": "-80.919510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28684", + "city": "Todd", + "state": "NC", + "latitude": "36.345453", + "longitude": "-81.610090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28685", + "city": "Traphill", + "state": "NC", + "latitude": "36.339420", + "longitude": "-81.035640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28687", + "city": "Statesville", + "state": "NC", + "latitude": "35.529792", + "longitude": "-80.947028", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28688", + "city": "Turnersburg", + "state": "NC", + "latitude": "35.529792", + "longitude": "-80.947028", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28689", + "city": "Union Grove", + "state": "NC", + "latitude": "36.035590", + "longitude": "-80.912650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28690", + "city": "Valdese", + "state": "NC", + "latitude": "35.740368", + "longitude": "-81.568040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28691", + "city": "Valle Crucis", + "state": "NC", + "latitude": "36.209158", + "longitude": "-81.778871", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28692", + "city": "Vilas", + "state": "NC", + "latitude": "36.268944", + "longitude": "-81.778190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28693", + "city": "Warrensville", + "state": "NC", + "latitude": "36.474746", + "longitude": "-81.537100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28694", + "city": "West Jefferson", + "state": "NC", + "latitude": "36.375468", + "longitude": "-81.477840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28697", + "city": "Wilkesboro", + "state": "NC", + "latitude": "36.136991", + "longitude": "-81.174620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28698", + "city": "Zionville", + "state": "NC", + "latitude": "36.321009", + "longitude": "-81.744040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28699", + "city": "Scotts", + "state": "NC", + "latitude": "35.831037", + "longitude": "-81.007620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28701", + "city": "Alexander", + "state": "NC", + "latitude": "35.712999", + "longitude": "-82.634790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28702", + "city": "Almond", + "state": "NC", + "latitude": "35.412166", + "longitude": "-83.583950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28704", + "city": "Arden", + "state": "NC", + "latitude": "35.459869", + "longitude": "-82.541420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28705", + "city": "Bakersville", + "state": "NC", + "latitude": "36.033454", + "longitude": "-82.168580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28707", + "city": "Balsam", + "state": "NC", + "latitude": "35.419931", + "longitude": "-83.080290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28708", + "city": "Balsam Grove", + "state": "NC", + "latitude": "35.289152", + "longitude": "-82.838590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28709", + "city": "Barnardsville", + "state": "NC", + "latitude": "35.756437", + "longitude": "-82.414710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28710", + "city": "Bat Cave", + "state": "NC", + "latitude": "35.464897", + "longitude": "-82.283070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28711", + "city": "Black Mountain", + "state": "NC", + "latitude": "35.605146", + "longitude": "-82.316650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28712", + "city": "Brevard", + "state": "NC", + "latitude": "35.188077", + "longitude": "-82.757990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28713", + "city": "Bryson City", + "state": "NC", + "latitude": "35.395491", + "longitude": "-83.473970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28714", + "city": "Burnsville", + "state": "NC", + "latitude": "35.891276", + "longitude": "-82.300080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28715", + "city": "Candler", + "state": "NC", + "latitude": "35.529895", + "longitude": "-82.704490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28716", + "city": "Canton", + "state": "NC", + "latitude": "35.503301", + "longitude": "-82.851030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28717", + "city": "Cashiers", + "state": "NC", + "latitude": "35.103251", + "longitude": "-83.095380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28718", + "city": "Cedar Mountain", + "state": "NC", + "latitude": "35.154193", + "longitude": "-82.624660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28719", + "city": "Cherokee", + "state": "NC", + "latitude": "35.503590", + "longitude": "-83.296980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28720", + "city": "Chimney Rock", + "state": "NC", + "latitude": "35.436893", + "longitude": "-82.241744", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28721", + "city": "Clyde", + "state": "NC", + "latitude": "35.600890", + "longitude": "-82.935360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28722", + "city": "Columbus", + "state": "NC", + "latitude": "35.248689", + "longitude": "-82.181610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28723", + "city": "Cullowhee", + "state": "NC", + "latitude": "35.256241", + "longitude": "-83.144640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28724", + "city": "Dana", + "state": "NC", + "latitude": "35.295403", + "longitude": "-82.388325", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28725", + "city": "Dillsboro", + "state": "NC", + "latitude": "35.368520", + "longitude": "-83.253210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28726", + "city": "East Flat Rock", + "state": "NC", + "latitude": "35.280702", + "longitude": "-82.418340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28727", + "city": "Edneyville", + "state": "NC", + "latitude": "35.322276", + "longitude": "-82.503226", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28728", + "city": "Enka", + "state": "NC", + "latitude": "35.498797", + "longitude": "-82.708024", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28729", + "city": "Etowah", + "state": "NC", + "latitude": "35.311112", + "longitude": "-82.602880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28730", + "city": "Fairview", + "state": "NC", + "latitude": "35.526686", + "longitude": "-82.375420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28731", + "city": "Flat Rock", + "state": "NC", + "latitude": "35.270682", + "longitude": "-82.415150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28732", + "city": "Fletcher", + "state": "NC", + "latitude": "35.437611", + "longitude": "-82.489990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28733", + "city": "Fontana Dam", + "state": "NC", + "latitude": "35.435102", + "longitude": "-83.821710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28734", + "city": "Franklin", + "state": "NC", + "latitude": "35.185018", + "longitude": "-83.390320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28735", + "city": "Gerton", + "state": "NC", + "latitude": "35.478887", + "longitude": "-82.348550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28736", + "city": "Glenville", + "state": "NC", + "latitude": "35.175847", + "longitude": "-83.111460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28737", + "city": "Glenwood", + "state": "NC", + "latitude": "35.738725", + "longitude": "-82.059494", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28738", + "city": "Hazelwood", + "state": "NC", + "latitude": "35.468264", + "longitude": "-83.002841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28739", + "city": "Hendersonville", + "state": "NC", + "latitude": "35.290454", + "longitude": "-82.506520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28740", + "city": "Greenmountain", + "state": "NC", + "latitude": "36.023817", + "longitude": "-82.292370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28741", + "city": "Highlands", + "state": "NC", + "latitude": "35.062520", + "longitude": "-83.211730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28742", + "city": "Horse Shoe", + "state": "NC", + "latitude": "35.362016", + "longitude": "-82.603530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28743", + "city": "Hot Springs", + "state": "NC", + "latitude": "35.834212", + "longitude": "-82.861490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28744", + "city": "Franklin", + "state": "NC", + "latitude": "35.117299", + "longitude": "-83.295244", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28745", + "city": "Lake Junaluska", + "state": "NC", + "latitude": "35.527982", + "longitude": "-82.967740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28746", + "city": "Lake Lure", + "state": "NC", + "latitude": "35.451314", + "longitude": "-82.185000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28747", + "city": "Lake Toxaway", + "state": "NC", + "latitude": "35.146004", + "longitude": "-82.922580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28748", + "city": "Leicester", + "state": "NC", + "latitude": "35.661009", + "longitude": "-82.735130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28749", + "city": "Little Switzerland", + "state": "NC", + "latitude": "35.849372", + "longitude": "-82.078990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28750", + "city": "Lynn", + "state": "NC", + "latitude": "35.236179", + "longitude": "-82.236198", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28751", + "city": "Maggie Valley", + "state": "NC", + "latitude": "35.518138", + "longitude": "-83.085000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28752", + "city": "Marion", + "state": "NC", + "latitude": "35.709124", + "longitude": "-82.017190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28753", + "city": "Marshall", + "state": "NC", + "latitude": "35.852912", + "longitude": "-82.684470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28754", + "city": "Mars Hill", + "state": "NC", + "latitude": "35.866763", + "longitude": "-82.520430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28755", + "city": "Micaville", + "state": "NC", + "latitude": "35.909707", + "longitude": "-82.213950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28756", + "city": "Mill Spring", + "state": "NC", + "latitude": "35.336523", + "longitude": "-82.183130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28757", + "city": "Montreat", + "state": "NC", + "latitude": "35.646373", + "longitude": "-82.299680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28758", + "city": "Mountain Home", + "state": "NC", + "latitude": "35.370940", + "longitude": "-82.494500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28760", + "city": "Naples", + "state": "NC", + "latitude": "35.381677", + "longitude": "-82.481257", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28761", + "city": "Nebo", + "state": "NC", + "latitude": "35.666254", + "longitude": "-81.906290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28762", + "city": "Old Fort", + "state": "NC", + "latitude": "35.625414", + "longitude": "-82.182290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28763", + "city": "Otto", + "state": "NC", + "latitude": "35.050529", + "longitude": "-83.422250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28765", + "city": "Penland", + "state": "NC", + "latitude": "35.931539", + "longitude": "-82.110720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28766", + "city": "Penrose", + "state": "NC", + "latitude": "35.264303", + "longitude": "-82.623570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28767", + "city": "Old Fort", + "state": "NC", + "latitude": "35.640648", + "longitude": "-82.165546", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28768", + "city": "Pisgah Forest", + "state": "NC", + "latitude": "35.272331", + "longitude": "-82.673730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28770", + "city": "Ridgecrest", + "state": "NC", + "latitude": "35.618596", + "longitude": "-82.300480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28771", + "city": "Robbinsville", + "state": "NC", + "latitude": "35.345611", + "longitude": "-83.796340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28772", + "city": "Rosman", + "state": "NC", + "latitude": "35.139812", + "longitude": "-82.842530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28773", + "city": "Saluda", + "state": "NC", + "latitude": "35.238990", + "longitude": "-82.344080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28774", + "city": "Sapphire", + "state": "NC", + "latitude": "35.115467", + "longitude": "-83.010520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28775", + "city": "Scaly Mountain", + "state": "NC", + "latitude": "35.031070", + "longitude": "-83.327411", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28776", + "city": "Skyland", + "state": "NC", + "latitude": "35.483482", + "longitude": "-82.520707", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28777", + "city": "Spruce Pine", + "state": "NC", + "latitude": "35.910932", + "longitude": "-82.073660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28778", + "city": "Swannanoa", + "state": "NC", + "latitude": "35.602430", + "longitude": "-82.405310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28779", + "city": "Sylva", + "state": "NC", + "latitude": "35.372730", + "longitude": "-83.207720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28781", + "city": "Topton", + "state": "NC", + "latitude": "35.241747", + "longitude": "-83.629980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28782", + "city": "Tryon", + "state": "NC", + "latitude": "35.221428", + "longitude": "-82.217120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28783", + "city": "Tuckasegee", + "state": "NC", + "latitude": "35.248885", + "longitude": "-83.041110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28784", + "city": "Tuxedo", + "state": "NC", + "latitude": "35.219796", + "longitude": "-82.431860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28785", + "city": "Maggie Valley", + "state": "NC", + "latitude": "35.569047", + "longitude": "-83.009416", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28786", + "city": "Waynesville", + "state": "NC", + "latitude": "35.511094", + "longitude": "-82.996070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28787", + "city": "Weaverville", + "state": "NC", + "latitude": "35.723848", + "longitude": "-82.542850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28788", + "city": "Webster", + "state": "NC", + "latitude": "35.328533", + "longitude": "-83.233302", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28789", + "city": "Whittier", + "state": "NC", + "latitude": "35.418018", + "longitude": "-83.308870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28790", + "city": "Zirconia", + "state": "NC", + "latitude": "35.202275", + "longitude": "-82.471560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28791", + "city": "Hendersonville", + "state": "NC", + "latitude": "35.345487", + "longitude": "-82.496730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28792", + "city": "Hendersonville", + "state": "NC", + "latitude": "35.353837", + "longitude": "-82.416250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28793", + "city": "Hendersonville", + "state": "NC", + "latitude": "35.292714", + "longitude": "-82.503611", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28796", + "city": "East Flat Rock", + "state": "NC", + "latitude": "35.291180", + "longitude": "-82.414530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28800", + "city": "Asheville", + "state": "NC", + "latitude": "35.564734", + "longitude": "-82.597992", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28801", + "city": "Asheville", + "state": "NC", + "latitude": "35.595661", + "longitude": "-82.556320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28802", + "city": "Asheville", + "state": "NC", + "latitude": "35.623732", + "longitude": "-82.667132", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28803", + "city": "Asheville", + "state": "NC", + "latitude": "35.541790", + "longitude": "-82.523070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28804", + "city": "Asheville", + "state": "NC", + "latitude": "35.635844", + "longitude": "-82.559920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28805", + "city": "Asheville", + "state": "NC", + "latitude": "35.599363", + "longitude": "-82.500070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28806", + "city": "Asheville", + "state": "NC", + "latitude": "35.575877", + "longitude": "-82.606200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28808", + "city": "Asheville", + "state": "NC", + "latitude": "35.486156", + "longitude": "-82.532081", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28810", + "city": "Asheville", + "state": "NC", + "latitude": "35.620335", + "longitude": "-82.528558", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28813", + "city": "Asheville", + "state": "NC", + "latitude": "35.500420", + "longitude": "-82.502644", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28814", + "city": "Asheville", + "state": "NC", + "latitude": "35.664752", + "longitude": "-82.492664", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28815", + "city": "Asheville", + "state": "NC", + "latitude": "35.620335", + "longitude": "-82.528558", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28816", + "city": "Asheville", + "state": "NC", + "latitude": "35.620335", + "longitude": "-82.528558", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28818", + "city": "Beulaville", + "state": "NC", + "latitude": "34.924076", + "longitude": "-77.764819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28849", + "city": "Wrightsboro", + "state": "NC", + "latitude": "34.300421", + "longitude": "-77.934656", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28894", + "city": "Vass", + "state": "NC", + "latitude": "35.267373", + "longitude": "-79.280088", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28901", + "city": "Andrews", + "state": "NC", + "latitude": "35.202178", + "longitude": "-83.816950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28902", + "city": "Brasstown", + "state": "NC", + "latitude": "35.028510", + "longitude": "-83.948820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28903", + "city": "Culberson", + "state": "NC", + "latitude": "35.094379", + "longitude": "-84.035916", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28904", + "city": "Hayesville", + "state": "NC", + "latitude": "35.052591", + "longitude": "-83.766830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28905", + "city": "Marble", + "state": "NC", + "latitude": "35.152197", + "longitude": "-83.942310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28906", + "city": "Murphy", + "state": "NC", + "latitude": "35.091332", + "longitude": "-84.090180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28909", + "city": "Warne", + "state": "NC", + "latitude": "34.994752", + "longitude": "-83.901610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28950", + "city": "Winterville", + "state": "NC", + "latitude": "35.526959", + "longitude": "-77.404512", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28954", + "city": "Emerald Isle", + "state": "NC", + "latitude": "34.673805", + "longitude": "-76.978420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28971", + "city": "Hendersonville", + "state": "NC", + "latitude": "35.350962", + "longitude": "-82.494187", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "28972", + "city": "Hendersonville", + "state": "NC", + "latitude": "35.299726", + "longitude": "-82.449228", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29001", + "city": "Alcolu", + "state": "SC", + "latitude": "33.769930", + "longitude": "-80.172780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29002", + "city": "Ballentine", + "state": "SC", + "latitude": "34.126535", + "longitude": "-81.234811", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29003", + "city": "Bamberg", + "state": "SC", + "latitude": "33.272026", + "longitude": "-81.032030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29006", + "city": "Batesburg", + "state": "SC", + "latitude": "33.872503", + "longitude": "-81.552450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29009", + "city": "Bethune", + "state": "SC", + "latitude": "34.422793", + "longitude": "-80.361290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29010", + "city": "Bishopville", + "state": "SC", + "latitude": "34.213582", + "longitude": "-80.260830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29014", + "city": "Blackstock", + "state": "SC", + "latitude": "34.552119", + "longitude": "-81.135420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29015", + "city": "Blair", + "state": "SC", + "latitude": "34.428673", + "longitude": "-81.358980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29016", + "city": "Blythewood", + "state": "SC", + "latitude": "34.200042", + "longitude": "-80.986530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29018", + "city": "Bowman", + "state": "SC", + "latitude": "33.354403", + "longitude": "-80.651340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29020", + "city": "Camden", + "state": "SC", + "latitude": "34.278935", + "longitude": "-80.591420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29030", + "city": "Cameron", + "state": "SC", + "latitude": "33.572356", + "longitude": "-80.671580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29031", + "city": "Carlisle", + "state": "SC", + "latitude": "34.603967", + "longitude": "-81.449600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29032", + "city": "Cassatt", + "state": "SC", + "latitude": "34.349725", + "longitude": "-80.481170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29033", + "city": "Cayce", + "state": "SC", + "latitude": "33.964753", + "longitude": "-81.066180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29036", + "city": "Chapin", + "state": "SC", + "latitude": "34.128998", + "longitude": "-81.338220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29037", + "city": "Chappells", + "state": "SC", + "latitude": "34.188584", + "longitude": "-81.870430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29038", + "city": "Cope", + "state": "SC", + "latitude": "33.372063", + "longitude": "-80.984090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29039", + "city": "Cordova", + "state": "SC", + "latitude": "33.425547", + "longitude": "-80.900830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29040", + "city": "Dalzell", + "state": "SC", + "latitude": "34.029407", + "longitude": "-80.444050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29041", + "city": "Davis Station", + "state": "SC", + "latitude": "33.688373", + "longitude": "-80.208109", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29042", + "city": "Denmark", + "state": "SC", + "latitude": "33.321406", + "longitude": "-81.143180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29044", + "city": "Eastover", + "state": "SC", + "latitude": "33.911025", + "longitude": "-80.701570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29045", + "city": "Elgin", + "state": "SC", + "latitude": "34.169900", + "longitude": "-80.814480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29046", + "city": "Elliott", + "state": "SC", + "latitude": "34.107967", + "longitude": "-80.161000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29047", + "city": "Elloree", + "state": "SC", + "latitude": "33.528030", + "longitude": "-80.581270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29048", + "city": "Eutawville", + "state": "SC", + "latitude": "33.399511", + "longitude": "-80.320690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29051", + "city": "Gable", + "state": "SC", + "latitude": "33.845399", + "longitude": "-80.130520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29052", + "city": "Gadsden", + "state": "SC", + "latitude": "33.839441", + "longitude": "-80.748020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29053", + "city": "Gaston", + "state": "SC", + "latitude": "33.830405", + "longitude": "-81.092190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29054", + "city": "Gilbert", + "state": "SC", + "latitude": "33.947764", + "longitude": "-81.382300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29055", + "city": "Great Falls", + "state": "SC", + "latitude": "34.569908", + "longitude": "-80.909720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29056", + "city": "Greeleyville", + "state": "SC", + "latitude": "33.634675", + "longitude": "-79.992050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29058", + "city": "Heath Springs", + "state": "SC", + "latitude": "34.588329", + "longitude": "-80.701070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29059", + "city": "Holly Hill", + "state": "SC", + "latitude": "33.332666", + "longitude": "-80.422510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29061", + "city": "Hopkins", + "state": "SC", + "latitude": "33.920721", + "longitude": "-80.845350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29062", + "city": "Horatio", + "state": "SC", + "latitude": "34.020978", + "longitude": "-80.567860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29063", + "city": "Irmo", + "state": "SC", + "latitude": "34.120487", + "longitude": "-81.196860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29065", + "city": "Jenkinsville", + "state": "SC", + "latitude": "34.295632", + "longitude": "-81.300680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29066", + "city": "Batesburg-Leesville", + "state": "SC", + "latitude": "33.905722", + "longitude": "-81.530165", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29067", + "city": "Kershaw", + "state": "SC", + "latitude": "34.545825", + "longitude": "-80.548070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29069", + "city": "Lamar", + "state": "SC", + "latitude": "34.183978", + "longitude": "-80.076290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29070", + "city": "Leesville", + "state": "SC", + "latitude": "33.931279", + "longitude": "-81.465000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29071", + "city": "Lexington", + "state": "SC", + "latitude": "33.925183", + "longitude": "-81.248345", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29072", + "city": "Lexington", + "state": "SC", + "latitude": "33.991362", + "longitude": "-81.250470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29073", + "city": "Lexington", + "state": "SC", + "latitude": "33.917812", + "longitude": "-81.218540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29074", + "city": "Liberty Hill", + "state": "SC", + "latitude": "34.450789", + "longitude": "-80.798440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29075", + "city": "Little Mountain", + "state": "SC", + "latitude": "34.194914", + "longitude": "-81.390160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29078", + "city": "Lugoff", + "state": "SC", + "latitude": "34.204467", + "longitude": "-80.707760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29079", + "city": "Lydia", + "state": "SC", + "latitude": "34.296064", + "longitude": "-80.113190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29080", + "city": "Lynchburg", + "state": "SC", + "latitude": "34.007854", + "longitude": "-80.067500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29081", + "city": "Ehrhardt", + "state": "SC", + "latitude": "33.094711", + "longitude": "-81.043450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29082", + "city": "Lodge", + "state": "SC", + "latitude": "33.040507", + "longitude": "-80.954480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29101", + "city": "McBee", + "state": "SC", + "latitude": "34.461353", + "longitude": "-80.250600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29102", + "city": "Manning", + "state": "SC", + "latitude": "33.647611", + "longitude": "-80.212810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29103", + "city": "Mayesville", + "state": "SC", + "latitude": "33.989924", + "longitude": "-80.208361", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29104", + "city": "Mayesville", + "state": "SC", + "latitude": "34.000732", + "longitude": "-80.213600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29105", + "city": "Monetta", + "state": "SC", + "latitude": "33.831118", + "longitude": "-81.597720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29106", + "city": "Monticello", + "state": "SC", + "latitude": "34.373596", + "longitude": "-81.098735", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29107", + "city": "Neeses", + "state": "SC", + "latitude": "33.532767", + "longitude": "-81.122980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29108", + "city": "Newberry", + "state": "SC", + "latitude": "34.282877", + "longitude": "-81.616410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29111", + "city": "New Zion", + "state": "SC", + "latitude": "33.795243", + "longitude": "-80.041960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29112", + "city": "North", + "state": "SC", + "latitude": "33.629017", + "longitude": "-81.097630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29113", + "city": "Norway", + "state": "SC", + "latitude": "33.445032", + "longitude": "-81.123340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29114", + "city": "Olanta", + "state": "SC", + "latitude": "33.941300", + "longitude": "-79.932190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29115", + "city": "Orangeburg", + "state": "SC", + "latitude": "33.487767", + "longitude": "-80.856400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29116", + "city": "Orangeburg", + "state": "SC", + "latitude": "33.495930", + "longitude": "-80.824603", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29117", + "city": "Orangeburg", + "state": "SC", + "latitude": "33.442019", + "longitude": "-80.797486", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29118", + "city": "Orangeburg", + "state": "SC", + "latitude": "33.548282", + "longitude": "-80.885130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29122", + "city": "Peak", + "state": "SC", + "latitude": "34.242848", + "longitude": "-81.326490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29123", + "city": "Pelion", + "state": "SC", + "latitude": "33.771358", + "longitude": "-81.259870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29124", + "city": "Perry", + "state": "SC", + "latitude": "33.630125", + "longitude": "-81.308610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29125", + "city": "Pinewood", + "state": "SC", + "latitude": "33.714690", + "longitude": "-80.454800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29126", + "city": "Pomaria", + "state": "SC", + "latitude": "34.305501", + "longitude": "-81.421800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29127", + "city": "Prosperity", + "state": "SC", + "latitude": "34.148540", + "longitude": "-81.511000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29128", + "city": "Rembert", + "state": "SC", + "latitude": "34.094472", + "longitude": "-80.544470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29129", + "city": "Ridge Spring", + "state": "SC", + "latitude": "33.804368", + "longitude": "-81.655770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29130", + "city": "Ridgeway", + "state": "SC", + "latitude": "34.328826", + "longitude": "-80.887620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29132", + "city": "Rion", + "state": "SC", + "latitude": "34.309957", + "longitude": "-81.127240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29133", + "city": "Rowesville", + "state": "SC", + "latitude": "33.377310", + "longitude": "-80.816010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29135", + "city": "Saint Matthews", + "state": "SC", + "latitude": "33.675533", + "longitude": "-80.795630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29137", + "city": "Salley", + "state": "SC", + "latitude": "33.593634", + "longitude": "-81.322260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29138", + "city": "Saluda", + "state": "SC", + "latitude": "34.029635", + "longitude": "-81.775790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29142", + "city": "Santee", + "state": "SC", + "latitude": "33.462378", + "longitude": "-80.509030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29143", + "city": "Sardinia", + "state": "SC", + "latitude": "33.688373", + "longitude": "-80.208109", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29145", + "city": "Silverstreet", + "state": "SC", + "latitude": "34.215881", + "longitude": "-81.753180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29146", + "city": "Springfield", + "state": "SC", + "latitude": "33.506999", + "longitude": "-81.289470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29147", + "city": "State Park", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29148", + "city": "Summerton", + "state": "SC", + "latitude": "33.570595", + "longitude": "-80.339690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29150", + "city": "Sumter", + "state": "SC", + "latitude": "33.916418", + "longitude": "-80.357380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29151", + "city": "Sumter", + "state": "SC", + "latitude": "33.899856", + "longitude": "-80.374340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29152", + "city": "Shaw A F B", + "state": "SC", + "latitude": "33.972863", + "longitude": "-80.465340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29153", + "city": "Sumter", + "state": "SC", + "latitude": "33.948928", + "longitude": "-80.320250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29154", + "city": "Sumter", + "state": "SC", + "latitude": "33.899155", + "longitude": "-80.434330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29160", + "city": "Swansea", + "state": "SC", + "latitude": "33.734171", + "longitude": "-81.075630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29161", + "city": "Timmonsville", + "state": "SC", + "latitude": "34.115691", + "longitude": "-79.944820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29162", + "city": "Turbeville", + "state": "SC", + "latitude": "33.887590", + "longitude": "-80.010130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29163", + "city": "Vance", + "state": "SC", + "latitude": "33.434712", + "longitude": "-80.430460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29164", + "city": "Wagener", + "state": "SC", + "latitude": "33.659078", + "longitude": "-81.408450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29166", + "city": "Ward", + "state": "SC", + "latitude": "33.905290", + "longitude": "-81.706070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29168", + "city": "Wedgefield", + "state": "SC", + "latitude": "33.881986", + "longitude": "-80.504870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29169", + "city": "West Columbia", + "state": "SC", + "latitude": "33.990952", + "longitude": "-81.089560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29170", + "city": "West Columbia", + "state": "SC", + "latitude": "33.943251", + "longitude": "-81.141420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29171", + "city": "West Columbia", + "state": "SC", + "latitude": "33.925183", + "longitude": "-81.248345", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29172", + "city": "West Columbia", + "state": "SC", + "latitude": "33.902216", + "longitude": "-81.082560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29175", + "city": "Westville", + "state": "SC", + "latitude": "34.443733", + "longitude": "-80.601380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29176", + "city": "White Oak", + "state": "SC", + "latitude": "34.373596", + "longitude": "-81.098735", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29177", + "city": "White Rock", + "state": "SC", + "latitude": "34.143934", + "longitude": "-81.272810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29178", + "city": "Whitmire", + "state": "SC", + "latitude": "34.502577", + "longitude": "-81.607770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29180", + "city": "Winnsboro", + "state": "SC", + "latitude": "34.369441", + "longitude": "-81.082180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29201", + "city": "Columbia", + "state": "SC", + "latitude": "33.998454", + "longitude": "-81.035190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29202", + "city": "Columbia", + "state": "SC", + "latitude": "34.022921", + "longitude": "-81.028860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29203", + "city": "Columbia", + "state": "SC", + "latitude": "34.066271", + "longitude": "-81.024920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29204", + "city": "Columbia", + "state": "SC", + "latitude": "34.027955", + "longitude": "-81.000080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29205", + "city": "Columbia", + "state": "SC", + "latitude": "33.990555", + "longitude": "-80.998260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29206", + "city": "Columbia", + "state": "SC", + "latitude": "34.037557", + "longitude": "-80.960240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29207", + "city": "Columbia", + "state": "SC", + "latitude": "34.021442", + "longitude": "-80.941440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29208", + "city": "Columbia", + "state": "SC", + "latitude": "33.993705", + "longitude": "-81.019913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29209", + "city": "Columbia", + "state": "SC", + "latitude": "33.968011", + "longitude": "-80.938440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29210", + "city": "Columbia", + "state": "SC", + "latitude": "34.041646", + "longitude": "-81.106240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29211", + "city": "Columbia", + "state": "SC", + "latitude": "34.096716", + "longitude": "-80.922338", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29212", + "city": "Columbia", + "state": "SC", + "latitude": "34.075611", + "longitude": "-81.176110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29214", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29215", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29216", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29217", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29218", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29219", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29220", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29221", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29222", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29223", + "city": "Columbia", + "state": "SC", + "latitude": "34.084069", + "longitude": "-80.932860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29224", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29225", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29226", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29227", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29228", + "city": "Columbia", + "state": "SC", + "latitude": "33.925183", + "longitude": "-81.248345", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29229", + "city": "Columbia", + "state": "SC", + "latitude": "34.139511", + "longitude": "-80.887830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29230", + "city": "Columbia", + "state": "SC", + "latitude": "34.107483", + "longitude": "-81.062623", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29233", + "city": "Columbia", + "state": "SC", + "latitude": "34.091966", + "longitude": "-80.873430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29235", + "city": "Clinton", + "state": "SC", + "latitude": "34.457522", + "longitude": "-81.880871", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29240", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29250", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29260", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29290", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29292", + "city": "Columbia", + "state": "SC", + "latitude": "34.005992", + "longitude": "-80.970766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29301", + "city": "Spartanburg", + "state": "SC", + "latitude": "34.940921", + "longitude": "-81.986820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29302", + "city": "Spartanburg", + "state": "SC", + "latitude": "34.926075", + "longitude": "-81.879190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29303", + "city": "Spartanburg", + "state": "SC", + "latitude": "34.980636", + "longitude": "-81.956650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29304", + "city": "Spartanburg", + "state": "SC", + "latitude": "34.916625", + "longitude": "-81.863874", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29305", + "city": "Spartanburg", + "state": "SC", + "latitude": "35.111404", + "longitude": "-82.105503", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29306", + "city": "Spartanburg", + "state": "SC", + "latitude": "34.925353", + "longitude": "-81.930800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29307", + "city": "Spartanburg", + "state": "SC", + "latitude": "34.982424", + "longitude": "-81.857290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29316", + "city": "Spartanburg", + "state": "SC", + "latitude": "35.033903", + "longitude": "-81.974130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29318", + "city": "Spartanburg", + "state": "SC", + "latitude": "34.888237", + "longitude": "-81.969020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29319", + "city": "Spartanburg", + "state": "SC", + "latitude": "34.888237", + "longitude": "-81.969020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29320", + "city": "Arcadia", + "state": "SC", + "latitude": "34.957898", + "longitude": "-81.992520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29321", + "city": "Buffalo", + "state": "SC", + "latitude": "34.715641", + "longitude": "-81.711870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29322", + "city": "Campobello", + "state": "SC", + "latitude": "35.109207", + "longitude": "-82.141000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29323", + "city": "Chesnee", + "state": "SC", + "latitude": "35.131971", + "longitude": "-81.885530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29324", + "city": "Clifton", + "state": "SC", + "latitude": "34.990560", + "longitude": "-81.832710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29325", + "city": "Clinton", + "state": "SC", + "latitude": "34.470115", + "longitude": "-81.867610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29329", + "city": "Converse", + "state": "SC", + "latitude": "35.001748", + "longitude": "-81.832999", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29330", + "city": "Cowpens", + "state": "SC", + "latitude": "35.043505", + "longitude": "-81.810260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29331", + "city": "Cross Anchor", + "state": "SC", + "latitude": "34.638315", + "longitude": "-81.856745", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29332", + "city": "Cross Hill", + "state": "SC", + "latitude": "34.270774", + "longitude": "-81.982760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29333", + "city": "Drayton", + "state": "SC", + "latitude": "34.968472", + "longitude": "-81.906376", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29334", + "city": "Duncan", + "state": "SC", + "latitude": "34.915071", + "longitude": "-82.133220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29335", + "city": "Enoree", + "state": "SC", + "latitude": "34.660137", + "longitude": "-81.909240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29336", + "city": "Fairforest", + "state": "SC", + "latitude": "34.888237", + "longitude": "-81.969020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29338", + "city": "Fingerville", + "state": "SC", + "latitude": "35.136333", + "longitude": "-82.003280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29340", + "city": "Gaffney", + "state": "SC", + "latitude": "35.036530", + "longitude": "-81.624970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29341", + "city": "Gaffney", + "state": "SC", + "latitude": "35.104250", + "longitude": "-81.692320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29342", + "city": "Gaffney", + "state": "SC", + "latitude": "34.996314", + "longitude": "-81.652395", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29346", + "city": "Glendale", + "state": "SC", + "latitude": "35.044719", + "longitude": "-81.977324", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29348", + "city": "Gramling", + "state": "SC", + "latitude": "34.888237", + "longitude": "-81.969020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29349", + "city": "Inman", + "state": "SC", + "latitude": "35.061431", + "longitude": "-82.075230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29351", + "city": "Joanna", + "state": "SC", + "latitude": "34.415818", + "longitude": "-81.810600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29353", + "city": "Jonesville", + "state": "SC", + "latitude": "34.828217", + "longitude": "-81.669030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29355", + "city": "Kinards", + "state": "SC", + "latitude": "34.338289", + "longitude": "-81.786740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29356", + "city": "Landrum", + "state": "SC", + "latitude": "35.156170", + "longitude": "-82.220450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29360", + "city": "Laurens", + "state": "SC", + "latitude": "34.503167", + "longitude": "-82.022710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29363", + "city": "Lake View", + "state": "SC", + "latitude": "34.342221", + "longitude": "-79.165102", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29364", + "city": "Lockhart", + "state": "SC", + "latitude": "34.788053", + "longitude": "-81.461240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29365", + "city": "Lyman", + "state": "SC", + "latitude": "34.965890", + "longitude": "-82.145410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29368", + "city": "Mayo", + "state": "SC", + "latitude": "34.949241", + "longitude": "-81.990216", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29369", + "city": "Moore", + "state": "SC", + "latitude": "34.865445", + "longitude": "-82.020180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29370", + "city": "Mountville", + "state": "SC", + "latitude": "34.367183", + "longitude": "-81.976800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29372", + "city": "Pacolet", + "state": "SC", + "latitude": "34.900682", + "longitude": "-81.748460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29373", + "city": "Pacolet Mills", + "state": "SC", + "latitude": "34.925281", + "longitude": "-81.743210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29374", + "city": "Pauline", + "state": "SC", + "latitude": "34.783908", + "longitude": "-81.854680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29375", + "city": "Reidville", + "state": "SC", + "latitude": "34.862432", + "longitude": "-82.110660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29376", + "city": "Roebuck", + "state": "SC", + "latitude": "34.856283", + "longitude": "-81.954440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29377", + "city": "Startex", + "state": "SC", + "latitude": "34.935828", + "longitude": "-82.095140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29378", + "city": "Una", + "state": "SC", + "latitude": "34.853013", + "longitude": "-81.772738", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29379", + "city": "Union", + "state": "SC", + "latitude": "34.714045", + "longitude": "-81.604960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29384", + "city": "Waterloo", + "state": "SC", + "latitude": "34.323605", + "longitude": "-82.083250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29385", + "city": "Wellford", + "state": "SC", + "latitude": "34.954729", + "longitude": "-82.093120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29386", + "city": "White Stone", + "state": "SC", + "latitude": "34.888237", + "longitude": "-81.969020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29388", + "city": "Woodruff", + "state": "SC", + "latitude": "34.758703", + "longitude": "-82.048300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29390", + "city": "Duncan", + "state": "SC", + "latitude": "34.888237", + "longitude": "-81.969020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29391", + "city": "Duncan", + "state": "SC", + "latitude": "34.888237", + "longitude": "-81.969020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29401", + "city": "Charleston", + "state": "SC", + "latitude": "32.779126", + "longitude": "-79.935500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29402", + "city": "Charleston", + "state": "SC", + "latitude": "32.848850", + "longitude": "-79.857730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29403", + "city": "Charleston", + "state": "SC", + "latitude": "32.799326", + "longitude": "-79.948130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29404", + "city": "Charleston AFB", + "state": "SC", + "latitude": "32.897903", + "longitude": "-80.060610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29405", + "city": "North Charleston", + "state": "SC", + "latitude": "32.856634", + "longitude": "-79.982180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29406", + "city": "Charleston", + "state": "SC", + "latitude": "32.918757", + "longitude": "-80.022800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29407", + "city": "Charleston", + "state": "SC", + "latitude": "32.794841", + "longitude": "-80.005000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29409", + "city": "Charleston", + "state": "SC", + "latitude": "32.848850", + "longitude": "-79.857730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29410", + "city": "Charleston", + "state": "SC", + "latitude": "33.192514", + "longitude": "-80.030630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29412", + "city": "Charleston", + "state": "SC", + "latitude": "32.737270", + "longitude": "-79.954090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29413", + "city": "Charleston", + "state": "SC", + "latitude": "32.848850", + "longitude": "-79.857730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29414", + "city": "Charleston", + "state": "SC", + "latitude": "32.821238", + "longitude": "-80.053530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29415", + "city": "Charleston", + "state": "SC", + "latitude": "32.848850", + "longitude": "-79.857730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29416", + "city": "Charleston", + "state": "SC", + "latitude": "32.848850", + "longitude": "-79.857730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29417", + "city": "Charleston", + "state": "SC", + "latitude": "32.848850", + "longitude": "-79.857730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29418", + "city": "North Charleston", + "state": "SC", + "latitude": "32.879529", + "longitude": "-80.059110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29419", + "city": "Charleston", + "state": "SC", + "latitude": "32.848850", + "longitude": "-79.857730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29420", + "city": "North Charleston", + "state": "SC", + "latitude": "32.930640", + "longitude": "-80.092470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29422", + "city": "Charleston", + "state": "SC", + "latitude": "32.848850", + "longitude": "-79.857730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29423", + "city": "Charleston", + "state": "SC", + "latitude": "32.981952", + "longitude": "-80.073630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29424", + "city": "Charleston", + "state": "SC", + "latitude": "32.783076", + "longitude": "-79.937010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29425", + "city": "Charleston", + "state": "SC", + "latitude": "32.786176", + "longitude": "-79.947110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29426", + "city": "Adams Run", + "state": "SC", + "latitude": "32.790622", + "longitude": "-80.384890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29429", + "city": "Awendaw", + "state": "SC", + "latitude": "32.972510", + "longitude": "-79.660700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29430", + "city": "Bethera", + "state": "SC", + "latitude": "33.174292", + "longitude": "-79.789910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29431", + "city": "Bonneau", + "state": "SC", + "latitude": "33.284887", + "longitude": "-79.915040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29432", + "city": "Branchville", + "state": "SC", + "latitude": "33.229581", + "longitude": "-80.802480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29433", + "city": "Canadys", + "state": "SC", + "latitude": "33.061376", + "longitude": "-80.631208", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29434", + "city": "Cordesville", + "state": "SC", + "latitude": "33.119898", + "longitude": "-79.857970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29435", + "city": "Cottageville", + "state": "SC", + "latitude": "32.976399", + "longitude": "-80.479250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29436", + "city": "Cross", + "state": "SC", + "latitude": "33.345833", + "longitude": "-80.190090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29437", + "city": "Dorchester", + "state": "SC", + "latitude": "33.144807", + "longitude": "-80.415930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29438", + "city": "Edisto Island", + "state": "SC", + "latitude": "32.542343", + "longitude": "-80.316820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29439", + "city": "Folly Beach", + "state": "SC", + "latitude": "32.662451", + "longitude": "-79.932240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29440", + "city": "Georgetown", + "state": "SC", + "latitude": "33.389340", + "longitude": "-79.326380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29442", + "city": "Georgetown", + "state": "SC", + "latitude": "33.403693", + "longitude": "-79.226361", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29445", + "city": "Goose Creek", + "state": "SC", + "latitude": "32.991185", + "longitude": "-80.023470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29446", + "city": "Green Pond", + "state": "SC", + "latitude": "32.683083", + "longitude": "-80.560740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29447", + "city": "Grover", + "state": "SC", + "latitude": "33.086324", + "longitude": "-80.622790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29448", + "city": "Harleyville", + "state": "SC", + "latitude": "33.237382", + "longitude": "-80.451860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29449", + "city": "Hollywood", + "state": "SC", + "latitude": "32.715745", + "longitude": "-80.267380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29450", + "city": "Huger", + "state": "SC", + "latitude": "33.046869", + "longitude": "-79.809700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29451", + "city": "Isle Of Palms", + "state": "SC", + "latitude": "32.798138", + "longitude": "-79.764960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29452", + "city": "Jacksonboro", + "state": "SC", + "latitude": "32.745396", + "longitude": "-80.464580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29453", + "city": "Jamestown", + "state": "SC", + "latitude": "33.235105", + "longitude": "-79.614720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29455", + "city": "Johns Island", + "state": "SC", + "latitude": "32.717109", + "longitude": "-80.085070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29456", + "city": "Ladson", + "state": "SC", + "latitude": "32.993571", + "longitude": "-80.121650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29457", + "city": "Johns Island", + "state": "SC", + "latitude": "32.848850", + "longitude": "-79.857730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29458", + "city": "McClellanville", + "state": "SC", + "latitude": "33.105940", + "longitude": "-79.465700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29461", + "city": "Moncks Corner", + "state": "SC", + "latitude": "33.164225", + "longitude": "-80.010390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29464", + "city": "Mount Pleasant", + "state": "SC", + "latitude": "32.813518", + "longitude": "-79.858990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29465", + "city": "Mount Pleasant", + "state": "SC", + "latitude": "32.848850", + "longitude": "-79.857730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29466", + "city": "Mount Pleasant", + "state": "SC", + "latitude": "32.876020", + "longitude": "-79.791480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29468", + "city": "Pineville", + "state": "SC", + "latitude": "33.418106", + "longitude": "-80.078220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29469", + "city": "Pinopolis", + "state": "SC", + "latitude": "33.252941", + "longitude": "-80.082970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29470", + "city": "Ravenel", + "state": "SC", + "latitude": "32.788784", + "longitude": "-80.227780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29471", + "city": "Reevesville", + "state": "SC", + "latitude": "33.198286", + "longitude": "-80.656370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29472", + "city": "Ridgeville", + "state": "SC", + "latitude": "33.032710", + "longitude": "-80.319580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29474", + "city": "Round O", + "state": "SC", + "latitude": "32.939642", + "longitude": "-80.544050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29475", + "city": "Ruffin", + "state": "SC", + "latitude": "32.977614", + "longitude": "-80.815290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29476", + "city": "Russellville", + "state": "SC", + "latitude": "33.164201", + "longitude": "-79.904182", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29477", + "city": "Saint George", + "state": "SC", + "latitude": "33.187906", + "longitude": "-80.576020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29479", + "city": "Saint Stephen", + "state": "SC", + "latitude": "33.391941", + "longitude": "-79.917370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29481", + "city": "Smoaks", + "state": "SC", + "latitude": "33.105834", + "longitude": "-80.810660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29482", + "city": "Sullivans Island", + "state": "SC", + "latitude": "32.763456", + "longitude": "-79.837910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29483", + "city": "Summerville", + "state": "SC", + "latitude": "33.034586", + "longitude": "-80.185990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29484", + "city": "Summerville", + "state": "SC", + "latitude": "33.002340", + "longitude": "-80.226694", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29485", + "city": "Summerville", + "state": "SC", + "latitude": "32.983408", + "longitude": "-80.176270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29487", + "city": "Wadmalaw Island", + "state": "SC", + "latitude": "32.651864", + "longitude": "-80.177740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29488", + "city": "Walterboro", + "state": "SC", + "latitude": "32.899890", + "longitude": "-80.671950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29492", + "city": "Charleston", + "state": "SC", + "latitude": "32.915830", + "longitude": "-79.884600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29493", + "city": "Williams", + "state": "SC", + "latitude": "33.033780", + "longitude": "-80.842820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29494", + "city": "Hollywood", + "state": "SC", + "latitude": "32.727638", + "longitude": "-80.247730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29501", + "city": "Florence", + "state": "SC", + "latitude": "34.195705", + "longitude": "-79.809770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29502", + "city": "Florence", + "state": "SC", + "latitude": "34.200994", + "longitude": "-79.784721", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29503", + "city": "Florence", + "state": "SC", + "latitude": "34.062999", + "longitude": "-79.650627", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29504", + "city": "Florence", + "state": "SC", + "latitude": "34.041582", + "longitude": "-79.693294", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29505", + "city": "Florence", + "state": "SC", + "latitude": "34.142119", + "longitude": "-79.743110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29506", + "city": "Florence", + "state": "SC", + "latitude": "34.201299", + "longitude": "-79.717220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29510", + "city": "Andrews", + "state": "SC", + "latitude": "33.450530", + "longitude": "-79.592330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29511", + "city": "Aynor", + "state": "SC", + "latitude": "33.985128", + "longitude": "-79.149850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29512", + "city": "Bennettsville", + "state": "SC", + "latitude": "34.657694", + "longitude": "-79.691510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29516", + "city": "Blenheim", + "state": "SC", + "latitude": "34.467072", + "longitude": "-79.643700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29518", + "city": "Cades", + "state": "SC", + "latitude": "33.781440", + "longitude": "-79.886880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29519", + "city": "Centenary", + "state": "SC", + "latitude": "34.028989", + "longitude": "-79.359400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29520", + "city": "Cheraw", + "state": "SC", + "latitude": "34.688620", + "longitude": "-79.923150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29525", + "city": "Clio", + "state": "SC", + "latitude": "34.571839", + "longitude": "-79.538470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29526", + "city": "Conway", + "state": "SC", + "latitude": "33.850218", + "longitude": "-79.016920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29527", + "city": "Conway", + "state": "SC", + "latitude": "33.801049", + "longitude": "-79.114800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29528", + "city": "Conway", + "state": "SC", + "latitude": "33.935814", + "longitude": "-78.919205", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29530", + "city": "Coward", + "state": "SC", + "latitude": "33.985431", + "longitude": "-79.740370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29532", + "city": "Darlington", + "state": "SC", + "latitude": "34.291269", + "longitude": "-79.876100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29535", + "city": "McCormick", + "state": "SC", + "latitude": "33.911717", + "longitude": "-82.300740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29536", + "city": "Dillon", + "state": "SC", + "latitude": "34.413907", + "longitude": "-79.365120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29540", + "city": "Darlington", + "state": "SC", + "latitude": "34.388055", + "longitude": "-79.891350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29541", + "city": "Effingham", + "state": "SC", + "latitude": "34.070033", + "longitude": "-79.757930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29542", + "city": "Floyd Dale", + "state": "SC", + "latitude": "34.425629", + "longitude": "-79.352291", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29543", + "city": "Fork", + "state": "SC", + "latitude": "34.289399", + "longitude": "-79.270390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29544", + "city": "Galivants Ferry", + "state": "SC", + "latitude": "34.002167", + "longitude": "-79.193250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29545", + "city": "Green Sea", + "state": "SC", + "latitude": "34.164187", + "longitude": "-78.966960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29546", + "city": "Gresham", + "state": "SC", + "latitude": "33.939996", + "longitude": "-79.361420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29547", + "city": "Hamer", + "state": "SC", + "latitude": "34.483711", + "longitude": "-79.328150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29549", + "city": "Myrtle Beach", + "state": "SC", + "latitude": "33.798844", + "longitude": "-78.739531", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29550", + "city": "Hartsville", + "state": "SC", + "latitude": "34.386728", + "longitude": "-80.082560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29551", + "city": "Hartsville", + "state": "SC", + "latitude": "34.365898", + "longitude": "-80.132418", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29554", + "city": "Hemingway", + "state": "SC", + "latitude": "33.712390", + "longitude": "-79.403870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29555", + "city": "Johnsonville", + "state": "SC", + "latitude": "33.830612", + "longitude": "-79.454940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29556", + "city": "Kingstree", + "state": "SC", + "latitude": "33.671678", + "longitude": "-79.786930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29560", + "city": "Lake City", + "state": "SC", + "latitude": "33.859815", + "longitude": "-79.754200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29561", + "city": "Latta", + "state": "SC", + "latitude": "34.336439", + "longitude": "-79.432546", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29563", + "city": "Lake View", + "state": "SC", + "latitude": "34.345437", + "longitude": "-79.186510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29564", + "city": "Lane", + "state": "SC", + "latitude": "33.493553", + "longitude": "-79.874020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29565", + "city": "Latta", + "state": "SC", + "latitude": "34.340797", + "longitude": "-79.458930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29566", + "city": "Little River", + "state": "SC", + "latitude": "33.873017", + "longitude": "-78.642820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29567", + "city": "Little Rock", + "state": "SC", + "latitude": "34.525937", + "longitude": "-79.420490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29568", + "city": "Longs", + "state": "SC", + "latitude": "33.915705", + "longitude": "-78.747960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29569", + "city": "Loris", + "state": "SC", + "latitude": "34.046247", + "longitude": "-78.900800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29570", + "city": "McColl", + "state": "SC", + "latitude": "34.671428", + "longitude": "-79.553080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29571", + "city": "Marion", + "state": "SC", + "latitude": "34.164094", + "longitude": "-79.396000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29572", + "city": "Myrtle Beach", + "state": "SC", + "latitude": "33.765136", + "longitude": "-78.790970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29573", + "city": "Minturn", + "state": "SC", + "latitude": "34.488255", + "longitude": "-79.476859", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29574", + "city": "Mullins", + "state": "SC", + "latitude": "34.194685", + "longitude": "-79.257750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29575", + "city": "Myrtle Beach", + "state": "SC", + "latitude": "33.627763", + "longitude": "-78.981260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29576", + "city": "Murrells Inlet", + "state": "SC", + "latitude": "33.568115", + "longitude": "-79.032260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29577", + "city": "Myrtle Beach", + "state": "SC", + "latitude": "33.698101", + "longitude": "-78.896040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29578", + "city": "Myrtle Beach", + "state": "SC", + "latitude": "33.738887", + "longitude": "-78.999561", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29579", + "city": "Myrtle Beach", + "state": "SC", + "latitude": "33.729439", + "longitude": "-78.978240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29580", + "city": "Nesmith", + "state": "SC", + "latitude": "33.653454", + "longitude": "-79.567730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29581", + "city": "Nichols", + "state": "SC", + "latitude": "34.191380", + "longitude": "-79.113480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29582", + "city": "North Myrtle Beach", + "state": "SC", + "latitude": "33.823495", + "longitude": "-78.678240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29583", + "city": "Pamplico", + "state": "SC", + "latitude": "33.983639", + "longitude": "-79.570180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29584", + "city": "Patrick", + "state": "SC", + "latitude": "34.585217", + "longitude": "-80.061090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29585", + "city": "Pawleys Island", + "state": "SC", + "latitude": "33.467343", + "longitude": "-79.130100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29587", + "city": "Myrtle Beach", + "state": "SC", + "latitude": "33.621094", + "longitude": "-78.963155", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29588", + "city": "Myrtle Beach", + "state": "SC", + "latitude": "33.694757", + "longitude": "-78.999862", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29589", + "city": "Rains", + "state": "SC", + "latitude": "34.095976", + "longitude": "-79.317380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29590", + "city": "Salters", + "state": "SC", + "latitude": "33.575913", + "longitude": "-79.855510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29591", + "city": "Scranton", + "state": "SC", + "latitude": "33.927936", + "longitude": "-79.764290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29592", + "city": "Sellers", + "state": "SC", + "latitude": "34.283207", + "longitude": "-79.472720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29593", + "city": "Society Hill", + "state": "SC", + "latitude": "34.492154", + "longitude": "-79.870450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29594", + "city": "Tatum", + "state": "SC", + "latitude": "34.645047", + "longitude": "-79.581880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29596", + "city": "Wallace", + "state": "SC", + "latitude": "34.743074", + "longitude": "-79.831770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29597", + "city": "North Myrtle Beach", + "state": "SC", + "latitude": "33.785803", + "longitude": "-78.971795", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29598", + "city": "North Myrtle Beach", + "state": "SC", + "latitude": "33.935814", + "longitude": "-78.919205", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29599", + "city": "Socastee", + "state": "SC", + "latitude": "33.694492", + "longitude": "-79.011696", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29601", + "city": "Greenville", + "state": "SC", + "latitude": "34.848301", + "longitude": "-82.405780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29602", + "city": "Greenville", + "state": "SC", + "latitude": "34.800718", + "longitude": "-82.395594", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29603", + "city": "Greenville", + "state": "SC", + "latitude": "34.837666", + "longitude": "-82.371519", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29604", + "city": "Greenville", + "state": "SC", + "latitude": "34.849745", + "longitude": "-82.453779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29605", + "city": "Greenville", + "state": "SC", + "latitude": "34.798035", + "longitude": "-82.392890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29606", + "city": "Greenville", + "state": "SC", + "latitude": "34.849745", + "longitude": "-82.453779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29607", + "city": "Greenville", + "state": "SC", + "latitude": "34.825592", + "longitude": "-82.340990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29608", + "city": "Greenville", + "state": "SC", + "latitude": "34.849745", + "longitude": "-82.453779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29609", + "city": "Greenville", + "state": "SC", + "latitude": "34.889217", + "longitude": "-82.393640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29610", + "city": "Greenville", + "state": "SC", + "latitude": "34.849745", + "longitude": "-82.453779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29611", + "city": "Greenville", + "state": "SC", + "latitude": "34.840717", + "longitude": "-82.442340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29612", + "city": "Greenville", + "state": "SC", + "latitude": "34.849745", + "longitude": "-82.453779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29613", + "city": "Greenville", + "state": "SC", + "latitude": "34.924876", + "longitude": "-82.433132", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29614", + "city": "Greenville", + "state": "SC", + "latitude": "34.872423", + "longitude": "-82.362585", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29615", + "city": "Greenville", + "state": "SC", + "latitude": "34.866801", + "longitude": "-82.317390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29616", + "city": "Greenville", + "state": "SC", + "latitude": "34.849745", + "longitude": "-82.453779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29617", + "city": "Greenville", + "state": "SC", + "latitude": "34.897829", + "longitude": "-82.447000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29620", + "city": "Abbeville", + "state": "SC", + "latitude": "34.189812", + "longitude": "-82.412450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29621", + "city": "Anderson", + "state": "SC", + "latitude": "34.523657", + "longitude": "-82.625090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29622", + "city": "Anderson", + "state": "SC", + "latitude": "34.491988", + "longitude": "-82.782868", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29623", + "city": "Anderson", + "state": "SC", + "latitude": "34.438087", + "longitude": "-82.835449", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29624", + "city": "Anderson", + "state": "SC", + "latitude": "34.478139", + "longitude": "-82.645500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29625", + "city": "Anderson", + "state": "SC", + "latitude": "34.532638", + "longitude": "-82.716150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29626", + "city": "Anderson", + "state": "SC", + "latitude": "34.464572", + "longitude": "-82.740320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29627", + "city": "Belton", + "state": "SC", + "latitude": "34.517231", + "longitude": "-82.490530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29628", + "city": "Calhoun Falls", + "state": "SC", + "latitude": "34.095246", + "longitude": "-82.562150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29630", + "city": "Central", + "state": "SC", + "latitude": "34.733515", + "longitude": "-82.784070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29631", + "city": "Clemson", + "state": "SC", + "latitude": "34.681255", + "longitude": "-82.821760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29632", + "city": "Clemson", + "state": "SC", + "latitude": "34.847372", + "longitude": "-82.710126", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29633", + "city": "Clemson", + "state": "SC", + "latitude": "34.847372", + "longitude": "-82.710126", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29634", + "city": "Clemson", + "state": "SC", + "latitude": "34.847372", + "longitude": "-82.710126", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29635", + "city": "Cleveland", + "state": "SC", + "latitude": "35.084282", + "longitude": "-82.625650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29636", + "city": "Conestee", + "state": "SC", + "latitude": "34.849745", + "longitude": "-82.453779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29638", + "city": "Donalds", + "state": "SC", + "latitude": "34.370703", + "longitude": "-82.334270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29639", + "city": "Due West", + "state": "SC", + "latitude": "34.325575", + "longitude": "-82.402300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29640", + "city": "Easley", + "state": "SC", + "latitude": "34.849655", + "longitude": "-82.593650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29641", + "city": "Easley", + "state": "SC", + "latitude": "34.813542", + "longitude": "-82.653067", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29642", + "city": "Easley", + "state": "SC", + "latitude": "34.789884", + "longitude": "-82.564590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29643", + "city": "Fair Play", + "state": "SC", + "latitude": "34.505005", + "longitude": "-82.997030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29644", + "city": "Fountain Inn", + "state": "SC", + "latitude": "34.681279", + "longitude": "-82.197320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29645", + "city": "Gray Court", + "state": "SC", + "latitude": "34.601311", + "longitude": "-82.131110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29646", + "city": "Greenwood", + "state": "SC", + "latitude": "34.169781", + "longitude": "-82.154740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29647", + "city": "Greenwood", + "state": "SC", + "latitude": "34.178813", + "longitude": "-82.163078", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29648", + "city": "Greenwood", + "state": "SC", + "latitude": "34.212410", + "longitude": "-82.168139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29649", + "city": "Greenwood", + "state": "SC", + "latitude": "34.225872", + "longitude": "-82.156140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29650", + "city": "Greer", + "state": "SC", + "latitude": "34.911469", + "longitude": "-82.251780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29651", + "city": "Greer", + "state": "SC", + "latitude": "34.937356", + "longitude": "-82.221170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29652", + "city": "Greer", + "state": "SC", + "latitude": "34.849745", + "longitude": "-82.453779", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29653", + "city": "Hodges", + "state": "SC", + "latitude": "34.286915", + "longitude": "-82.236720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29654", + "city": "Honea Path", + "state": "SC", + "latitude": "34.454510", + "longitude": "-82.387550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29655", + "city": "Iva", + "state": "SC", + "latitude": "34.299215", + "longitude": "-82.638120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29656", + "city": "La France", + "state": "SC", + "latitude": "34.612144", + "longitude": "-82.762630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29657", + "city": "Liberty", + "state": "SC", + "latitude": "34.779483", + "longitude": "-82.688610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29658", + "city": "Long Creek", + "state": "SC", + "latitude": "34.774914", + "longitude": "-83.272360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29659", + "city": "Lowndesville", + "state": "SC", + "latitude": "34.210243", + "longitude": "-82.632390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29661", + "city": "Marietta", + "state": "SC", + "latitude": "35.048312", + "longitude": "-82.527260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29662", + "city": "Mauldin", + "state": "SC", + "latitude": "34.774657", + "longitude": "-82.304320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29664", + "city": "Mountain Rest", + "state": "SC", + "latitude": "34.855841", + "longitude": "-83.163360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29665", + "city": "Newry", + "state": "SC", + "latitude": "34.725935", + "longitude": "-82.909850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29666", + "city": "Ninety Six", + "state": "SC", + "latitude": "34.146060", + "longitude": "-82.002030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29667", + "city": "Norris", + "state": "SC", + "latitude": "34.766305", + "longitude": "-82.758380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29669", + "city": "Pelzer", + "state": "SC", + "latitude": "34.646501", + "longitude": "-82.440770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29670", + "city": "Pendleton", + "state": "SC", + "latitude": "34.641851", + "longitude": "-82.766680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29671", + "city": "Pickens", + "state": "SC", + "latitude": "34.912476", + "longitude": "-82.711360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29672", + "city": "Seneca", + "state": "SC", + "latitude": "34.736907", + "longitude": "-82.945990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29673", + "city": "Piedmont", + "state": "SC", + "latitude": "34.723173", + "longitude": "-82.456500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29675", + "city": "Richland", + "state": "SC", + "latitude": "34.764076", + "longitude": "-83.088332", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29676", + "city": "Salem", + "state": "SC", + "latitude": "34.888111", + "longitude": "-82.958780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29677", + "city": "Sandy Springs", + "state": "SC", + "latitude": "34.589662", + "longitude": "-82.749350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29678", + "city": "Seneca", + "state": "SC", + "latitude": "34.660345", + "longitude": "-82.945570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29679", + "city": "Seneca", + "state": "SC", + "latitude": "34.607898", + "longitude": "-82.939668", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29680", + "city": "Simpsonville", + "state": "SC", + "latitude": "34.709869", + "longitude": "-82.283850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29681", + "city": "Simpsonville", + "state": "SC", + "latitude": "34.762693", + "longitude": "-82.245120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29682", + "city": "Six Mile", + "state": "SC", + "latitude": "34.833113", + "longitude": "-82.837940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29683", + "city": "Slater", + "state": "SC", + "latitude": "35.031252", + "longitude": "-82.494250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29684", + "city": "Starr", + "state": "SC", + "latitude": "34.376689", + "longitude": "-82.717720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29685", + "city": "Sunset", + "state": "SC", + "latitude": "34.954240", + "longitude": "-82.848400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29686", + "city": "Tamassee", + "state": "SC", + "latitude": "34.898387", + "longitude": "-83.043910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29687", + "city": "Taylors", + "state": "SC", + "latitude": "34.935636", + "longitude": "-82.322380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29688", + "city": "Tigerville", + "state": "SC", + "latitude": "35.068914", + "longitude": "-82.370610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29689", + "city": "Townville", + "state": "SC", + "latitude": "34.527385", + "longitude": "-82.869930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29690", + "city": "Travelers Rest", + "state": "SC", + "latitude": "35.018511", + "longitude": "-82.432240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29691", + "city": "Walhalla", + "state": "SC", + "latitude": "34.769994", + "longitude": "-83.068820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29692", + "city": "Ware Shoals", + "state": "SC", + "latitude": "34.404535", + "longitude": "-82.238510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29693", + "city": "Westminster", + "state": "SC", + "latitude": "34.633763", + "longitude": "-83.114950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29695", + "city": "Hodges", + "state": "SC", + "latitude": "34.218582", + "longitude": "-82.304658", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29696", + "city": "West Union", + "state": "SC", + "latitude": "34.772720", + "longitude": "-83.020660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29697", + "city": "Williamston", + "state": "SC", + "latitude": "34.622494", + "longitude": "-82.505510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29698", + "city": "Greenville", + "state": "SC", + "latitude": "34.888237", + "longitude": "-81.969020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29702", + "city": "Blacksburg", + "state": "SC", + "latitude": "35.118338", + "longitude": "-81.494130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29703", + "city": "Bowling Green", + "state": "SC", + "latitude": "34.992612", + "longitude": "-81.178712", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29704", + "city": "Catawba", + "state": "SC", + "latitude": "34.843469", + "longitude": "-80.922350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29706", + "city": "Chester", + "state": "SC", + "latitude": "34.720597", + "longitude": "-81.214290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29708", + "city": "Fort Mill", + "state": "SC", + "latitude": "35.040969", + "longitude": "-80.994270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29709", + "city": "Chesterfield", + "state": "SC", + "latitude": "34.720306", + "longitude": "-80.093710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29710", + "city": "Clover", + "state": "SC", + "latitude": "35.109114", + "longitude": "-81.194290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29712", + "city": "Edgemoor", + "state": "SC", + "latitude": "34.795665", + "longitude": "-80.977920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29714", + "city": "Fort Lawn", + "state": "SC", + "latitude": "34.702249", + "longitude": "-80.901570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29715", + "city": "Fort Mill", + "state": "SC", + "latitude": "35.008416", + "longitude": "-80.916440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29716", + "city": "Fort Mill", + "state": "SC", + "latitude": "35.062815", + "longitude": "-80.969035", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29717", + "city": "Hickory Grove", + "state": "SC", + "latitude": "34.963208", + "longitude": "-81.430490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29718", + "city": "Jefferson", + "state": "SC", + "latitude": "34.631305", + "longitude": "-80.358770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29720", + "city": "Lancaster", + "state": "SC", + "latitude": "34.729073", + "longitude": "-80.760050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29721", + "city": "Lancaster", + "state": "SC", + "latitude": "34.699412", + "longitude": "-80.781721", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29722", + "city": "Lancaster", + "state": "SC", + "latitude": "34.767269", + "longitude": "-80.658932", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29724", + "city": "Lando", + "state": "SC", + "latitude": "34.774347", + "longitude": "-81.009940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29726", + "city": "McConnells", + "state": "SC", + "latitude": "34.861633", + "longitude": "-81.227880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29727", + "city": "Mount Croghan", + "state": "SC", + "latitude": "34.712457", + "longitude": "-80.267990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29728", + "city": "Pageland", + "state": "SC", + "latitude": "34.769259", + "longitude": "-80.399350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29729", + "city": "Richburg", + "state": "SC", + "latitude": "34.692002", + "longitude": "-81.005360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29730", + "city": "Rock Hill", + "state": "SC", + "latitude": "34.914611", + "longitude": "-81.012500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29731", + "city": "Rock Hill", + "state": "SC", + "latitude": "34.992612", + "longitude": "-81.178712", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29732", + "city": "Rock Hill", + "state": "SC", + "latitude": "34.969427", + "longitude": "-81.050900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29733", + "city": "Rock Hill", + "state": "SC", + "latitude": "34.992612", + "longitude": "-81.178712", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29734", + "city": "Rock Hill", + "state": "SC", + "latitude": "34.992612", + "longitude": "-81.178712", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29741", + "city": "Ruby", + "state": "SC", + "latitude": "34.721265", + "longitude": "-80.197330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29742", + "city": "Sharon", + "state": "SC", + "latitude": "34.870127", + "longitude": "-81.391360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29743", + "city": "Smyrna", + "state": "SC", + "latitude": "35.041829", + "longitude": "-81.403350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29744", + "city": "Van Wyck", + "state": "SC", + "latitude": "34.973866", + "longitude": "-80.851836", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29745", + "city": "York", + "state": "SC", + "latitude": "35.005981", + "longitude": "-81.211760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29756", + "city": "Garden City", + "state": "SC", + "latitude": "33.595996", + "longitude": "-79.001441", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29801", + "city": "Aiken", + "state": "SC", + "latitude": "33.569885", + "longitude": "-81.713680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29802", + "city": "Aiken", + "state": "SC", + "latitude": "33.723519", + "longitude": "-81.590720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29803", + "city": "Aiken", + "state": "SC", + "latitude": "33.486049", + "longitude": "-81.709460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29804", + "city": "Aiken", + "state": "SC", + "latitude": "33.537730", + "longitude": "-81.599891", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29805", + "city": "Aiken", + "state": "SC", + "latitude": "33.650812", + "longitude": "-81.615610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29808", + "city": "Aiken", + "state": "SC", + "latitude": "33.537730", + "longitude": "-81.599891", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29809", + "city": "New Ellenton", + "state": "SC", + "latitude": "33.415481", + "longitude": "-81.686320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29810", + "city": "Allendale", + "state": "SC", + "latitude": "33.010041", + "longitude": "-81.330690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29812", + "city": "Barnwell", + "state": "SC", + "latitude": "33.226172", + "longitude": "-81.360310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29813", + "city": "Hilda", + "state": "SC", + "latitude": "33.291666", + "longitude": "-81.482658", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29816", + "city": "Bath", + "state": "SC", + "latitude": "33.503438", + "longitude": "-81.871280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29817", + "city": "Blackville", + "state": "SC", + "latitude": "33.363785", + "longitude": "-81.284160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29819", + "city": "Bradley", + "state": "SC", + "latitude": "34.074234", + "longitude": "-82.234920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29821", + "city": "Clarks Hill", + "state": "SC", + "latitude": "33.643924", + "longitude": "-82.136380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29822", + "city": "Clearwater", + "state": "SC", + "latitude": "33.498386", + "longitude": "-81.897050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29824", + "city": "Edgefield", + "state": "SC", + "latitude": "33.819096", + "longitude": "-81.950360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29826", + "city": "Elko", + "state": "SC", + "latitude": "33.380314", + "longitude": "-81.378540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29827", + "city": "Fairfax", + "state": "SC", + "latitude": "32.963048", + "longitude": "-81.240520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29828", + "city": "Gloverville", + "state": "SC", + "latitude": "33.523241", + "longitude": "-81.827850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29829", + "city": "Graniteville", + "state": "SC", + "latitude": "33.566349", + "longitude": "-81.841190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29831", + "city": "Jackson", + "state": "SC", + "latitude": "33.337781", + "longitude": "-81.821400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29832", + "city": "Johnston", + "state": "SC", + "latitude": "33.824496", + "longitude": "-81.791790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29834", + "city": "Langley", + "state": "SC", + "latitude": "33.513440", + "longitude": "-81.852640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29835", + "city": "McCormick", + "state": "SC", + "latitude": "33.915090", + "longitude": "-82.305480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29836", + "city": "Martin", + "state": "SC", + "latitude": "33.080604", + "longitude": "-81.492010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29838", + "city": "Modoc", + "state": "SC", + "latitude": "33.733657", + "longitude": "-82.192510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29839", + "city": "Montmorenci", + "state": "SC", + "latitude": "33.507335", + "longitude": "-81.599198", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29840", + "city": "Mount Carmel", + "state": "SC", + "latitude": "33.997908", + "longitude": "-82.514110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29841", + "city": "North Augusta", + "state": "SC", + "latitude": "33.517435", + "longitude": "-81.949450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29842", + "city": "Beech Island", + "state": "SC", + "latitude": "33.443562", + "longitude": "-81.879940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29843", + "city": "Olar", + "state": "SC", + "latitude": "33.190068", + "longitude": "-81.182940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29844", + "city": "Parksville", + "state": "SC", + "latitude": "33.780200", + "longitude": "-82.212850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29845", + "city": "Plum Branch", + "state": "SC", + "latitude": "33.846740", + "longitude": "-82.234420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29846", + "city": "Sycamore", + "state": "SC", + "latitude": "33.047132", + "longitude": "-81.221850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29847", + "city": "Trenton", + "state": "SC", + "latitude": "33.695638", + "longitude": "-81.851920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29848", + "city": "Troy", + "state": "SC", + "latitude": "33.980222", + "longitude": "-82.190130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29849", + "city": "Ulmer", + "state": "SC", + "latitude": "33.092403", + "longitude": "-81.220900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29850", + "city": "Vaucluse", + "state": "SC", + "latitude": "33.619604", + "longitude": "-81.816280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29851", + "city": "Warrenville", + "state": "SC", + "latitude": "33.530409", + "longitude": "-81.817430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29853", + "city": "Williston", + "state": "SC", + "latitude": "33.405948", + "longitude": "-81.429360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29856", + "city": "Windsor", + "state": "SC", + "latitude": "33.475916", + "longitude": "-81.519350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29860", + "city": "North Augusta", + "state": "SC", + "latitude": "33.591070", + "longitude": "-81.964450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29861", + "city": "North Augusta", + "state": "SC", + "latitude": "33.537730", + "longitude": "-81.599891", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29875", + "city": "Murrells Inlet", + "state": "SC", + "latitude": "33.550160", + "longitude": "-79.053838", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29899", + "city": "McCormick", + "state": "SC", + "latitude": "33.835620", + "longitude": "-82.319983", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29901", + "city": "Beaufort", + "state": "SC", + "latitude": "32.424353", + "longitude": "-80.565343", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29902", + "city": "Beaufort", + "state": "SC", + "latitude": "32.421594", + "longitude": "-80.675050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29903", + "city": "Beaufort", + "state": "SC", + "latitude": "32.443974", + "longitude": "-80.735245", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29904", + "city": "Beaufort", + "state": "SC", + "latitude": "32.390605", + "longitude": "-80.661027", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29905", + "city": "Beaufort", + "state": "SC", + "latitude": "32.340119", + "longitude": "-80.689041", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29906", + "city": "Beaufort", + "state": "SC", + "latitude": "32.445712", + "longitude": "-80.748450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29907", + "city": "Beaufort", + "state": "SC", + "latitude": "32.447677", + "longitude": "-80.642097", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29909", + "city": "Hilton Head Island", + "state": "SC", + "latitude": "32.312621", + "longitude": "-80.915532", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29910", + "city": "Bluffton", + "state": "SC", + "latitude": "32.241315", + "longitude": "-80.874040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29911", + "city": "Brunson", + "state": "SC", + "latitude": "32.928131", + "longitude": "-81.166020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29912", + "city": "Coosawatchie", + "state": "SC", + "latitude": "32.488929", + "longitude": "-80.989142", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29913", + "city": "Crocketville", + "state": "SC", + "latitude": "32.929902", + "longitude": "-81.184627", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29914", + "city": "Dale", + "state": "SC", + "latitude": "32.552652", + "longitude": "-80.677001", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29915", + "city": "Daufuskie Island", + "state": "SC", + "latitude": "32.156011", + "longitude": "-80.787899", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29916", + "city": "Early Branch", + "state": "SC", + "latitude": "32.727650", + "longitude": "-80.949720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29918", + "city": "Estill", + "state": "SC", + "latitude": "32.744565", + "longitude": "-81.247940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29920", + "city": "Saint Helena Island", + "state": "SC", + "latitude": "32.371697", + "longitude": "-80.550300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29921", + "city": "Furman", + "state": "SC", + "latitude": "32.675530", + "longitude": "-81.172080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29922", + "city": "Garnett", + "state": "SC", + "latitude": "32.593295", + "longitude": "-81.240350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29923", + "city": "Gifford", + "state": "SC", + "latitude": "32.866195", + "longitude": "-81.242150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29924", + "city": "Hampton", + "state": "SC", + "latitude": "32.868065", + "longitude": "-81.109980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29925", + "city": "Hilton Head Island", + "state": "SC", + "latitude": "32.213190", + "longitude": "-80.799698", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29926", + "city": "Hilton Head Island", + "state": "SC", + "latitude": "32.226713", + "longitude": "-80.743250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29927", + "city": "Hardeeville", + "state": "SC", + "latitude": "32.277216", + "longitude": "-81.078470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29928", + "city": "Hilton Head Island", + "state": "SC", + "latitude": "32.159476", + "longitude": "-80.751440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29929", + "city": "Islandton", + "state": "SC", + "latitude": "32.934459", + "longitude": "-80.919370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29931", + "city": "Lobeco", + "state": "SC", + "latitude": "32.538432", + "longitude": "-80.702594", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29932", + "city": "Luray", + "state": "SC", + "latitude": "32.818844", + "longitude": "-81.308640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29933", + "city": "Miley", + "state": "SC", + "latitude": "32.788773", + "longitude": "-81.126913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29934", + "city": "Pineland", + "state": "SC", + "latitude": "32.602042", + "longitude": "-81.124530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29935", + "city": "Port Royal", + "state": "SC", + "latitude": "32.382453", + "longitude": "-80.690090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29936", + "city": "Ridgeland", + "state": "SC", + "latitude": "32.493936", + "longitude": "-80.974610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29938", + "city": "Hilton Head Island", + "state": "SC", + "latitude": "32.390605", + "longitude": "-80.661027", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29939", + "city": "Scotia", + "state": "SC", + "latitude": "32.669734", + "longitude": "-81.244700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29940", + "city": "Seabrook", + "state": "SC", + "latitude": "32.566537", + "longitude": "-80.749870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29941", + "city": "Sheldon", + "state": "SC", + "latitude": "32.586005", + "longitude": "-80.827390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29942", + "city": "Hampton", + "state": "SC", + "latitude": "32.881971", + "longitude": "-81.111258", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29943", + "city": "Tillman", + "state": "SC", + "latitude": "32.458459", + "longitude": "-81.105670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29944", + "city": "Varnville", + "state": "SC", + "latitude": "32.822292", + "longitude": "-81.052360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29945", + "city": "Yemassee", + "state": "SC", + "latitude": "32.681058", + "longitude": "-80.833480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "29982", + "city": "Hilton Head Island", + "state": "SC", + "latitude": "32.206894", + "longitude": "-80.687134", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30002", + "city": "Avondale Estates", + "state": "GA", + "latitude": "33.772122", + "longitude": "-84.264910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30003", + "city": "Norcross", + "state": "GA", + "latitude": "33.960353", + "longitude": "-84.037859", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30004", + "city": "Alpharetta", + "state": "GA", + "latitude": "34.119177", + "longitude": "-84.302920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30005", + "city": "Alpharetta", + "state": "GA", + "latitude": "34.080035", + "longitude": "-84.219290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30006", + "city": "Marietta", + "state": "GA", + "latitude": "33.912473", + "longitude": "-84.557181", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30007", + "city": "Marietta", + "state": "GA", + "latitude": "33.912473", + "longitude": "-84.557181", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30008", + "city": "Marietta", + "state": "GA", + "latitude": "33.907336", + "longitude": "-84.578800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30009", + "city": "Alpharetta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30010", + "city": "Norcross", + "state": "GA", + "latitude": "33.960353", + "longitude": "-84.037859", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30011", + "city": "Auburn", + "state": "GA", + "latitude": "34.022974", + "longitude": "-83.834160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30012", + "city": "Conyers", + "state": "GA", + "latitude": "33.696714", + "longitude": "-84.017320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30013", + "city": "Conyers", + "state": "GA", + "latitude": "33.633685", + "longitude": "-83.983820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30014", + "city": "Covington", + "state": "GA", + "latitude": "33.581406", + "longitude": "-83.851000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30015", + "city": "Covington", + "state": "GA", + "latitude": "33.555791", + "longitude": "-83.864915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30016", + "city": "Covington", + "state": "GA", + "latitude": "33.542118", + "longitude": "-83.933720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30017", + "city": "Grayson", + "state": "GA", + "latitude": "33.888829", + "longitude": "-83.968480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30018", + "city": "Jersey", + "state": "GA", + "latitude": "33.717989", + "longitude": "-83.801451", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30019", + "city": "Dacula", + "state": "GA", + "latitude": "33.981721", + "longitude": "-83.883020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30021", + "city": "Clarkston", + "state": "GA", + "latitude": "33.809604", + "longitude": "-84.238700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30022", + "city": "Alpharetta", + "state": "GA", + "latitude": "34.026238", + "longitude": "-84.245060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30023", + "city": "Alpharetta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30024", + "city": "Suwanee", + "state": "GA", + "latitude": "34.052698", + "longitude": "-84.074850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30025", + "city": "Social Circle", + "state": "GA", + "latitude": "33.650720", + "longitude": "-83.707790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30026", + "city": "Duluth", + "state": "GA", + "latitude": "33.962979", + "longitude": "-84.092267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30028", + "city": "Cumming", + "state": "GA", + "latitude": "34.193041", + "longitude": "-84.092588", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30029", + "city": "Duluth", + "state": "GA", + "latitude": "33.960353", + "longitude": "-84.037859", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30030", + "city": "Decatur", + "state": "GA", + "latitude": "33.771705", + "longitude": "-84.294070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30031", + "city": "Decatur", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30032", + "city": "Decatur", + "state": "GA", + "latitude": "33.740055", + "longitude": "-84.267910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30033", + "city": "Decatur", + "state": "GA", + "latitude": "33.811354", + "longitude": "-84.283350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30034", + "city": "Decatur", + "state": "GA", + "latitude": "33.693448", + "longitude": "-84.247430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30035", + "city": "Decatur", + "state": "GA", + "latitude": "33.725739", + "longitude": "-84.211140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30036", + "city": "Decatur", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30037", + "city": "Decatur", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30038", + "city": "Lithonia", + "state": "GA", + "latitude": "33.676358", + "longitude": "-84.153810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30039", + "city": "Snellville", + "state": "GA", + "latitude": "33.822204", + "longitude": "-84.037070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30040", + "city": "Cumming", + "state": "GA", + "latitude": "34.235408", + "longitude": "-84.174410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30041", + "city": "Cumming", + "state": "GA", + "latitude": "34.201503", + "longitude": "-84.097640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30042", + "city": "Lawrenceville", + "state": "GA", + "latitude": "33.929464", + "longitude": "-84.103226", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30043", + "city": "Lawrenceville", + "state": "GA", + "latitude": "34.001159", + "longitude": "-84.014870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30044", + "city": "Lawrenceville", + "state": "GA", + "latitude": "33.919670", + "longitude": "-84.074820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30045", + "city": "Lawrenceville", + "state": "GA", + "latitude": "33.949054", + "longitude": "-83.985650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30046", + "city": "Lawrenceville", + "state": "GA", + "latitude": "33.960353", + "longitude": "-84.037859", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30047", + "city": "Lilburn", + "state": "GA", + "latitude": "33.872371", + "longitude": "-84.116550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30048", + "city": "Lilburn", + "state": "GA", + "latitude": "33.960353", + "longitude": "-84.037859", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30052", + "city": "Loganville", + "state": "GA", + "latitude": "33.823809", + "longitude": "-83.894230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30054", + "city": "Oxford", + "state": "GA", + "latitude": "33.658113", + "longitude": "-83.862490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30055", + "city": "Mansfield", + "state": "GA", + "latitude": "33.504952", + "longitude": "-83.747350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30056", + "city": "Newborn", + "state": "GA", + "latitude": "33.500008", + "longitude": "-83.671650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30058", + "city": "Lithonia", + "state": "GA", + "latitude": "33.750257", + "longitude": "-84.096400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30060", + "city": "Marietta", + "state": "GA", + "latitude": "33.932052", + "longitude": "-84.547460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30061", + "city": "Marietta", + "state": "GA", + "latitude": "33.932842", + "longitude": "-84.556004", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30062", + "city": "Marietta", + "state": "GA", + "latitude": "33.996050", + "longitude": "-84.474640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30063", + "city": "Marietta", + "state": "GA", + "latitude": "33.965294", + "longitude": "-84.511209", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30064", + "city": "Marietta", + "state": "GA", + "latitude": "33.946735", + "longitude": "-84.602000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30065", + "city": "Marietta", + "state": "GA", + "latitude": "33.912473", + "longitude": "-84.557181", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30066", + "city": "Marietta", + "state": "GA", + "latitude": "34.027533", + "longitude": "-84.514750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30067", + "city": "Marietta", + "state": "GA", + "latitude": "33.933002", + "longitude": "-84.476330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30068", + "city": "Marietta", + "state": "GA", + "latitude": "33.965601", + "longitude": "-84.443300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30069", + "city": "Marietta", + "state": "GA", + "latitude": "33.912473", + "longitude": "-84.557181", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30070", + "city": "Porterdale", + "state": "GA", + "latitude": "33.576043", + "longitude": "-83.898210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30071", + "city": "Norcross", + "state": "GA", + "latitude": "33.940768", + "longitude": "-84.206200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30072", + "city": "Pine Lake", + "state": "GA", + "latitude": "33.791505", + "longitude": "-84.206420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30074", + "city": "Redan", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30075", + "city": "Roswell", + "state": "GA", + "latitude": "34.049789", + "longitude": "-84.385390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30076", + "city": "Roswell", + "state": "GA", + "latitude": "34.032532", + "longitude": "-84.317740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30077", + "city": "Roswell", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30078", + "city": "Snellville", + "state": "GA", + "latitude": "33.860955", + "longitude": "-84.018070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30079", + "city": "Scottdale", + "state": "GA", + "latitude": "33.791537", + "longitude": "-84.259940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30080", + "city": "Smyrna", + "state": "GA", + "latitude": "33.875780", + "longitude": "-84.503820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30081", + "city": "Smyrna", + "state": "GA", + "latitude": "33.858836", + "longitude": "-84.710620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30082", + "city": "Smyrna", + "state": "GA", + "latitude": "33.859137", + "longitude": "-84.537440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30083", + "city": "Stone Mountain", + "state": "GA", + "latitude": "33.795622", + "longitude": "-84.197710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30084", + "city": "Tucker", + "state": "GA", + "latitude": "33.853853", + "longitude": "-84.220360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30085", + "city": "Tucker", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30086", + "city": "Stone Mountain", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30087", + "city": "Stone Mountain", + "state": "GA", + "latitude": "33.817438", + "longitude": "-84.131670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30088", + "city": "Stone Mountain", + "state": "GA", + "latitude": "33.762106", + "longitude": "-84.179380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30090", + "city": "Marietta", + "state": "GA", + "latitude": "33.952451", + "longitude": "-84.547082", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30091", + "city": "Norcross", + "state": "GA", + "latitude": "33.960353", + "longitude": "-84.037859", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30092", + "city": "Norcross", + "state": "GA", + "latitude": "33.969200", + "longitude": "-84.232610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30093", + "city": "Norcross", + "state": "GA", + "latitude": "33.909952", + "longitude": "-84.179400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30094", + "city": "Conyers", + "state": "GA", + "latitude": "33.621906", + "longitude": "-84.046330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30095", + "city": "Duluth", + "state": "GA", + "latitude": "34.025598", + "longitude": "-84.130450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30096", + "city": "Duluth", + "state": "GA", + "latitude": "33.979401", + "longitude": "-84.151180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30097", + "city": "Duluth", + "state": "GA", + "latitude": "34.020621", + "longitude": "-84.142940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30098", + "city": "Duluth", + "state": "GA", + "latitude": "33.960353", + "longitude": "-84.037859", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30099", + "city": "Duluth", + "state": "GA", + "latitude": "33.959535", + "longitude": "-84.105011", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30101", + "city": "Acworth", + "state": "GA", + "latitude": "34.052285", + "longitude": "-84.684830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30102", + "city": "Acworth", + "state": "GA", + "latitude": "34.097998", + "longitude": "-84.618300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30103", + "city": "Adairsville", + "state": "GA", + "latitude": "34.368647", + "longitude": "-84.924520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30104", + "city": "Aragon", + "state": "GA", + "latitude": "34.065792", + "longitude": "-85.072270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30105", + "city": "Armuchee", + "state": "GA", + "latitude": "34.448075", + "longitude": "-85.153130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30106", + "city": "Austell", + "state": "GA", + "latitude": "33.828061", + "longitude": "-84.625930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30107", + "city": "Ball Ground", + "state": "GA", + "latitude": "34.344939", + "longitude": "-84.372040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30108", + "city": "Bowdon", + "state": "GA", + "latitude": "33.533934", + "longitude": "-85.260880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30109", + "city": "Bowdon Junction", + "state": "GA", + "latitude": "33.653355", + "longitude": "-85.136227", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30110", + "city": "Bremen", + "state": "GA", + "latitude": "33.723939", + "longitude": "-85.142820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30111", + "city": "Clarkdale", + "state": "GA", + "latitude": "33.912473", + "longitude": "-84.557181", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30113", + "city": "Buchanan", + "state": "GA", + "latitude": "33.846270", + "longitude": "-85.202910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30114", + "city": "Canton", + "state": "GA", + "latitude": "34.228478", + "longitude": "-84.504020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30115", + "city": "Canton", + "state": "GA", + "latitude": "34.194029", + "longitude": "-84.438840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30116", + "city": "Carrollton", + "state": "GA", + "latitude": "33.560454", + "longitude": "-85.022540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30117", + "city": "Carrollton", + "state": "GA", + "latitude": "33.588486", + "longitude": "-85.106200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30118", + "city": "Carrollton", + "state": "GA", + "latitude": "33.571176", + "longitude": "-85.096120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30119", + "city": "Carrollton", + "state": "GA", + "latitude": "33.618931", + "longitude": "-85.073582", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30120", + "city": "Cartersville", + "state": "GA", + "latitude": "34.167327", + "longitude": "-84.827640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30121", + "city": "Cartersville", + "state": "GA", + "latitude": "34.200264", + "longitude": "-84.775330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30122", + "city": "Lithia Springs", + "state": "GA", + "latitude": "33.776137", + "longitude": "-84.644840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30123", + "city": "Cassville", + "state": "GA", + "latitude": "34.244179", + "longitude": "-84.845684", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30124", + "city": "Cave Spring", + "state": "GA", + "latitude": "34.118206", + "longitude": "-85.340010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30125", + "city": "Cedartown", + "state": "GA", + "latitude": "34.010162", + "longitude": "-85.257620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30126", + "city": "Mableton", + "state": "GA", + "latitude": "33.817738", + "longitude": "-84.560870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30127", + "city": "Powder Springs", + "state": "GA", + "latitude": "33.874553", + "longitude": "-84.687840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30129", + "city": "Coosa", + "state": "GA", + "latitude": "34.333308", + "longitude": "-85.233721", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30132", + "city": "Dallas", + "state": "GA", + "latitude": "33.945735", + "longitude": "-84.844630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30133", + "city": "Douglasville", + "state": "GA", + "latitude": "33.689660", + "longitude": "-84.744595", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30134", + "city": "Douglasville", + "state": "GA", + "latitude": "33.769636", + "longitude": "-84.749670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30135", + "city": "Douglasville", + "state": "GA", + "latitude": "33.701554", + "longitude": "-84.737560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30137", + "city": "Emerson", + "state": "GA", + "latitude": "34.124283", + "longitude": "-84.755790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30138", + "city": "Esom Hill", + "state": "GA", + "latitude": "33.999940", + "longitude": "-85.172297", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30139", + "city": "Fairmount", + "state": "GA", + "latitude": "34.434629", + "longitude": "-84.701330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30140", + "city": "Felton", + "state": "GA", + "latitude": "33.882320", + "longitude": "-85.234946", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30141", + "city": "Hiram", + "state": "GA", + "latitude": "33.867574", + "longitude": "-84.771030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30142", + "city": "Holly Springs", + "state": "GA", + "latitude": "34.242944", + "longitude": "-84.458326", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30143", + "city": "Jasper", + "state": "GA", + "latitude": "34.454934", + "longitude": "-84.415830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30144", + "city": "Kennesaw", + "state": "GA", + "latitude": "34.038949", + "longitude": "-84.597060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30145", + "city": "Kingston", + "state": "GA", + "latitude": "34.237986", + "longitude": "-84.978010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30146", + "city": "Lebanon", + "state": "GA", + "latitude": "34.242944", + "longitude": "-84.458326", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30147", + "city": "Lindale", + "state": "GA", + "latitude": "34.175095", + "longitude": "-85.180840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30148", + "city": "Marble Hill", + "state": "GA", + "latitude": "34.452988", + "longitude": "-84.259250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30149", + "city": "Mount Berry", + "state": "GA", + "latitude": "34.280355", + "longitude": "-85.182085", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30150", + "city": "Mount Zion", + "state": "GA", + "latitude": "33.643002", + "longitude": "-85.181782", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30151", + "city": "Nelson", + "state": "GA", + "latitude": "34.242944", + "longitude": "-84.458326", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30152", + "city": "Kennesaw", + "state": "GA", + "latitude": "34.002147", + "longitude": "-84.633920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30153", + "city": "Rockmart", + "state": "GA", + "latitude": "33.987497", + "longitude": "-85.055080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30154", + "city": "Douglasville", + "state": "GA", + "latitude": "33.689660", + "longitude": "-84.744595", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30157", + "city": "Dallas", + "state": "GA", + "latitude": "33.892504", + "longitude": "-84.834600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30161", + "city": "Rome", + "state": "GA", + "latitude": "34.253343", + "longitude": "-85.153120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30162", + "city": "Rome", + "state": "GA", + "latitude": "34.290508", + "longitude": "-85.213817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30163", + "city": "Rome", + "state": "GA", + "latitude": "34.333308", + "longitude": "-85.233721", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30164", + "city": "Rome", + "state": "GA", + "latitude": "34.333308", + "longitude": "-85.233721", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30165", + "city": "Rome", + "state": "GA", + "latitude": "34.281423", + "longitude": "-85.238250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30166", + "city": "Carrollton", + "state": "GA", + "latitude": "33.571329", + "longitude": "-85.030663", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30168", + "city": "Austell", + "state": "GA", + "latitude": "33.797456", + "longitude": "-84.606210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30170", + "city": "Roopville", + "state": "GA", + "latitude": "33.434562", + "longitude": "-85.169730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30171", + "city": "Rydal", + "state": "GA", + "latitude": "34.346142", + "longitude": "-84.732320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30172", + "city": "Shannon", + "state": "GA", + "latitude": "34.333308", + "longitude": "-85.233721", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30173", + "city": "Silver Creek", + "state": "GA", + "latitude": "34.145931", + "longitude": "-85.143420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30175", + "city": "Talking Rock", + "state": "GA", + "latitude": "34.537611", + "longitude": "-84.511350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30176", + "city": "Tallapoosa", + "state": "GA", + "latitude": "33.748838", + "longitude": "-85.293040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30177", + "city": "Tate", + "state": "GA", + "latitude": "34.418116", + "longitude": "-84.384620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30178", + "city": "Taylorsville", + "state": "GA", + "latitude": "34.113826", + "longitude": "-84.972740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30179", + "city": "Temple", + "state": "GA", + "latitude": "33.763240", + "longitude": "-85.026670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30180", + "city": "Villa Rica", + "state": "GA", + "latitude": "33.718079", + "longitude": "-84.923560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30182", + "city": "Waco", + "state": "GA", + "latitude": "33.658254", + "longitude": "-85.234970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30183", + "city": "Waleska", + "state": "GA", + "latitude": "34.332315", + "longitude": "-84.577000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30184", + "city": "White", + "state": "GA", + "latitude": "34.236128", + "longitude": "-84.725390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30185", + "city": "Whitesburg", + "state": "GA", + "latitude": "33.517698", + "longitude": "-84.917250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30187", + "city": "Winston", + "state": "GA", + "latitude": "33.670405", + "longitude": "-84.838090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30188", + "city": "Woodstock", + "state": "GA", + "latitude": "34.108027", + "longitude": "-84.484300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30189", + "city": "Woodstock", + "state": "GA", + "latitude": "34.117565", + "longitude": "-84.571760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30202", + "city": "Alpharetta", + "state": "GA", + "latitude": "34.062176", + "longitude": "-84.240414", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30203", + "city": "Brooks", + "state": "GA", + "latitude": "33.288993", + "longitude": "-84.464401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30204", + "city": "Barnesville", + "state": "GA", + "latitude": "33.054130", + "longitude": "-84.148620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30205", + "city": "Brooks", + "state": "GA", + "latitude": "33.275707", + "longitude": "-84.467060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30206", + "city": "Concord", + "state": "GA", + "latitude": "33.109599", + "longitude": "-84.455410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30212", + "city": "Experiment", + "state": "GA", + "latitude": "33.278205", + "longitude": "-84.288803", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30213", + "city": "Fairburn", + "state": "GA", + "latitude": "33.565662", + "longitude": "-84.593210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30214", + "city": "Fayetteville", + "state": "GA", + "latitude": "33.478750", + "longitude": "-84.476680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30215", + "city": "Fayetteville", + "state": "GA", + "latitude": "33.401470", + "longitude": "-84.462710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30216", + "city": "Flovilla", + "state": "GA", + "latitude": "33.251174", + "longitude": "-83.892840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30217", + "city": "Franklin", + "state": "GA", + "latitude": "33.298014", + "longitude": "-85.122430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30218", + "city": "Gay", + "state": "GA", + "latitude": "33.121379", + "longitude": "-84.587760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30219", + "city": "Glenn", + "state": "GA", + "latitude": "33.157214", + "longitude": "-85.170588", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30220", + "city": "Grantville", + "state": "GA", + "latitude": "33.230734", + "longitude": "-84.825430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30222", + "city": "Greenville", + "state": "GA", + "latitude": "33.034761", + "longitude": "-84.735930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30223", + "city": "Griffin", + "state": "GA", + "latitude": "33.268185", + "longitude": "-84.273060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30224", + "city": "Griffin", + "state": "GA", + "latitude": "33.215454", + "longitude": "-84.254270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30228", + "city": "Hampton", + "state": "GA", + "latitude": "33.401827", + "longitude": "-84.301520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30229", + "city": "Haralson", + "state": "GA", + "latitude": "33.232156", + "longitude": "-84.568540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30230", + "city": "Hogansville", + "state": "GA", + "latitude": "33.173516", + "longitude": "-84.917370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30232", + "city": "Inman", + "state": "GA", + "latitude": "33.403811", + "longitude": "-84.504403", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30233", + "city": "Jackson", + "state": "GA", + "latitude": "33.294522", + "longitude": "-83.975680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30234", + "city": "Jenkinsburg", + "state": "GA", + "latitude": "33.325951", + "longitude": "-84.033460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30236", + "city": "Jonesboro", + "state": "GA", + "latitude": "33.528345", + "longitude": "-84.333470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30237", + "city": "Jonesboro", + "state": "GA", + "latitude": "33.500697", + "longitude": "-84.351273", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30238", + "city": "Jonesboro", + "state": "GA", + "latitude": "33.493480", + "longitude": "-84.378710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30240", + "city": "Lagrange", + "state": "GA", + "latitude": "33.029838", + "longitude": "-85.074500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30241", + "city": "Lagrange", + "state": "GA", + "latitude": "33.036715", + "longitude": "-84.988950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30248", + "city": "Locust Grove", + "state": "GA", + "latitude": "33.351277", + "longitude": "-84.106450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30250", + "city": "Lovejoy", + "state": "GA", + "latitude": "33.437428", + "longitude": "-84.315190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30251", + "city": "Luthersville", + "state": "GA", + "latitude": "33.201986", + "longitude": "-84.699430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30252", + "city": "Mcdonough", + "state": "GA", + "latitude": "33.464387", + "longitude": "-84.081540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30253", + "city": "Mcdonough", + "state": "GA", + "latitude": "33.455031", + "longitude": "-84.172150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30256", + "city": "Meansville", + "state": "GA", + "latitude": "33.015476", + "longitude": "-84.321870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30257", + "city": "Milner", + "state": "GA", + "latitude": "33.136567", + "longitude": "-84.193860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30258", + "city": "Molena", + "state": "GA", + "latitude": "32.999261", + "longitude": "-84.471680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30259", + "city": "Moreland", + "state": "GA", + "latitude": "33.277468", + "longitude": "-84.753880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30260", + "city": "Morrow", + "state": "GA", + "latitude": "33.587760", + "longitude": "-84.330110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30261", + "city": "Lagrange", + "state": "GA", + "latitude": "33.045670", + "longitude": "-85.048995", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30263", + "city": "Newnan", + "state": "GA", + "latitude": "33.387790", + "longitude": "-84.825360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30264", + "city": "Newnan", + "state": "GA", + "latitude": "33.361003", + "longitude": "-84.814173", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30265", + "city": "Newnan", + "state": "GA", + "latitude": "33.400875", + "longitude": "-84.712060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30266", + "city": "Orchard Hill", + "state": "GA", + "latitude": "33.265656", + "longitude": "-84.298964", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30268", + "city": "Palmetto", + "state": "GA", + "latitude": "33.527793", + "longitude": "-84.694530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30269", + "city": "Peachtree City", + "state": "GA", + "latitude": "33.398992", + "longitude": "-84.570620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30271", + "city": "Newnan", + "state": "GA", + "latitude": "33.351401", + "longitude": "-84.756109", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30272", + "city": "Red Oak", + "state": "GA", + "latitude": "33.625894", + "longitude": "-84.516327", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30273", + "city": "Rex", + "state": "GA", + "latitude": "33.582877", + "longitude": "-84.269060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30274", + "city": "Riverdale", + "state": "GA", + "latitude": "33.555145", + "longitude": "-84.401080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30275", + "city": "Sargent", + "state": "GA", + "latitude": "33.431181", + "longitude": "-84.867330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30276", + "city": "Senoia", + "state": "GA", + "latitude": "33.281102", + "longitude": "-84.580170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30277", + "city": "Sharpsburg", + "state": "GA", + "latitude": "33.387534", + "longitude": "-84.655110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30281", + "city": "Stockbridge", + "state": "GA", + "latitude": "33.547578", + "longitude": "-84.218090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30283", + "city": "Jackson", + "state": "GA", + "latitude": "33.295159", + "longitude": "-83.965099", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30284", + "city": "Sunny Side", + "state": "GA", + "latitude": "33.345253", + "longitude": "-84.289814", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30285", + "city": "The Rock", + "state": "GA", + "latitude": "32.995865", + "longitude": "-84.250920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30286", + "city": "Thomaston", + "state": "GA", + "latitude": "32.895794", + "longitude": "-84.330840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30287", + "city": "Morrow", + "state": "GA", + "latitude": "33.500697", + "longitude": "-84.351273", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30288", + "city": "Conley", + "state": "GA", + "latitude": "33.647275", + "longitude": "-84.327530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30289", + "city": "Turin", + "state": "GA", + "latitude": "33.326030", + "longitude": "-84.637108", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30290", + "city": "Tyrone", + "state": "GA", + "latitude": "33.480120", + "longitude": "-84.587240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30291", + "city": "Union City", + "state": "GA", + "latitude": "33.580878", + "longitude": "-84.546110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30292", + "city": "Williamson", + "state": "GA", + "latitude": "33.169646", + "longitude": "-84.371680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30293", + "city": "Woodbury", + "state": "GA", + "latitude": "32.973728", + "longitude": "-84.590300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30294", + "city": "Ellenwood", + "state": "GA", + "latitude": "33.639658", + "longitude": "-84.268220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30295", + "city": "Zebulon", + "state": "GA", + "latitude": "33.101705", + "longitude": "-84.312520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30296", + "city": "Riverdale", + "state": "GA", + "latitude": "33.564711", + "longitude": "-84.439870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30297", + "city": "Forest Park", + "state": "GA", + "latitude": "33.615409", + "longitude": "-84.367040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30298", + "city": "Forest Park", + "state": "GA", + "latitude": "33.500697", + "longitude": "-84.351273", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30301", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30302", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30303", + "city": "Atlanta", + "state": "GA", + "latitude": "33.752856", + "longitude": "-84.390130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30304", + "city": "Atlanta", + "state": "GA", + "latitude": "33.848196", + "longitude": "-84.429296", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30305", + "city": "Atlanta", + "state": "GA", + "latitude": "33.830054", + "longitude": "-84.384720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30306", + "city": "Atlanta", + "state": "GA", + "latitude": "33.786755", + "longitude": "-84.351490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30307", + "city": "Atlanta", + "state": "GA", + "latitude": "33.768205", + "longitude": "-84.337860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30308", + "city": "Atlanta", + "state": "GA", + "latitude": "33.771755", + "longitude": "-84.380650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30309", + "city": "Atlanta", + "state": "GA", + "latitude": "33.794055", + "longitude": "-84.385250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30310", + "city": "Atlanta", + "state": "GA", + "latitude": "33.727807", + "longitude": "-84.419830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30311", + "city": "Atlanta", + "state": "GA", + "latitude": "33.724907", + "longitude": "-84.471310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30312", + "city": "Atlanta", + "state": "GA", + "latitude": "33.745739", + "longitude": "-84.376400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30313", + "city": "Atlanta", + "state": "GA", + "latitude": "33.761223", + "longitude": "-84.395990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30314", + "city": "Atlanta", + "state": "GA", + "latitude": "33.758056", + "longitude": "-84.422680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30315", + "city": "Atlanta", + "state": "GA", + "latitude": "33.709595", + "longitude": "-84.383650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30316", + "city": "Atlanta", + "state": "GA", + "latitude": "33.729506", + "longitude": "-84.340870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30317", + "city": "Atlanta", + "state": "GA", + "latitude": "33.750005", + "longitude": "-84.318540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30318", + "city": "Atlanta", + "state": "GA", + "latitude": "33.786805", + "longitude": "-84.437000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30319", + "city": "Atlanta", + "state": "GA", + "latitude": "33.872053", + "longitude": "-84.336110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30320", + "city": "Atlanta", + "state": "GA", + "latitude": "33.656824", + "longitude": "-84.423648", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30321", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30322", + "city": "Atlanta", + "state": "GA", + "latitude": "33.793754", + "longitude": "-84.323800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30323", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30324", + "city": "Atlanta", + "state": "GA", + "latitude": "33.818304", + "longitude": "-84.357790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30325", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30326", + "city": "Atlanta", + "state": "GA", + "latitude": "33.849853", + "longitude": "-84.360600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30327", + "city": "Atlanta", + "state": "GA", + "latitude": "33.864270", + "longitude": "-84.419720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30328", + "city": "Atlanta", + "state": "GA", + "latitude": "33.931746", + "longitude": "-84.378170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30329", + "city": "Atlanta", + "state": "GA", + "latitude": "33.827554", + "longitude": "-84.323550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30330", + "city": "Atlanta", + "state": "GA", + "latitude": "33.707107", + "longitude": "-84.432127", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30331", + "city": "Atlanta", + "state": "GA", + "latitude": "33.715558", + "longitude": "-84.527280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30332", + "city": "Atlanta", + "state": "GA", + "latitude": "33.776305", + "longitude": "-84.397976", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30333", + "city": "Atlanta", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30334", + "city": "Atlanta", + "state": "GA", + "latitude": "33.702657", + "longitude": "-84.439127", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30335", + "city": "Atlanta", + "state": "GA", + "latitude": "33.752406", + "longitude": "-84.389676", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30336", + "city": "Atlanta", + "state": "GA", + "latitude": "33.744007", + "longitude": "-84.560320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30337", + "city": "Atlanta", + "state": "GA", + "latitude": "33.646984", + "longitude": "-84.453800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30338", + "city": "Atlanta", + "state": "GA", + "latitude": "33.942751", + "longitude": "-84.317690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30339", + "city": "Atlanta", + "state": "GA", + "latitude": "33.875070", + "longitude": "-84.466150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30340", + "city": "Atlanta", + "state": "GA", + "latitude": "33.899381", + "longitude": "-84.253670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30341", + "city": "Atlanta", + "state": "GA", + "latitude": "33.888102", + "longitude": "-84.293210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30342", + "city": "Atlanta", + "state": "GA", + "latitude": "33.879003", + "longitude": "-84.372030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30343", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30344", + "city": "Atlanta", + "state": "GA", + "latitude": "33.676258", + "longitude": "-84.449770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30345", + "city": "Atlanta", + "state": "GA", + "latitude": "33.851736", + "longitude": "-84.284120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30346", + "city": "Atlanta", + "state": "GA", + "latitude": "33.926753", + "longitude": "-84.338770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30347", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30348", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30349", + "city": "Atlanta", + "state": "GA", + "latitude": "33.615410", + "longitude": "-84.490330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30350", + "city": "Atlanta", + "state": "GA", + "latitude": "33.972850", + "longitude": "-84.327750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30351", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30353", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30354", + "city": "Atlanta", + "state": "GA", + "latitude": "33.658834", + "longitude": "-84.396820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30355", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30356", + "city": "Atlanta", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30357", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30358", + "city": "Atlanta", + "state": "GA", + "latitude": "33.998151", + "longitude": "-84.341120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30359", + "city": "Atlanta", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30360", + "city": "Atlanta", + "state": "GA", + "latitude": "33.934536", + "longitude": "-84.272150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30361", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30362", + "city": "Atlanta", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30363", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30364", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30365", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30366", + "city": "Atlanta", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30367", + "city": "Atlanta", + "state": "GA", + "latitude": "33.789255", + "longitude": "-84.387276", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30368", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30369", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30370", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30371", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30374", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30375", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30376", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30377", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30378", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30379", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30380", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30381", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30384", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30385", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30386", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30387", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30388", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30389", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30390", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30392", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30394", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30396", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30398", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30399", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30401", + "city": "Swainsboro", + "state": "GA", + "latitude": "32.605196", + "longitude": "-82.339100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30410", + "city": "Ailey", + "state": "GA", + "latitude": "32.196136", + "longitude": "-82.509850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30411", + "city": "Alamo", + "state": "GA", + "latitude": "32.146031", + "longitude": "-82.792000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30412", + "city": "Alston", + "state": "GA", + "latitude": "32.083879", + "longitude": "-82.479880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30413", + "city": "Bartow", + "state": "GA", + "latitude": "32.884137", + "longitude": "-82.509690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30414", + "city": "Bellville", + "state": "GA", + "latitude": "32.154990", + "longitude": "-81.978260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30415", + "city": "Brooklet", + "state": "GA", + "latitude": "32.345600", + "longitude": "-81.623390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30417", + "city": "Claxton", + "state": "GA", + "latitude": "32.162077", + "longitude": "-81.909840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30420", + "city": "Cobbtown", + "state": "GA", + "latitude": "32.301639", + "longitude": "-82.118420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30421", + "city": "Collins", + "state": "GA", + "latitude": "32.186824", + "longitude": "-82.106990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30423", + "city": "Daisy", + "state": "GA", + "latitude": "32.150061", + "longitude": "-81.834780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30424", + "city": "Dover", + "state": "GA", + "latitude": "32.767634", + "longitude": "-81.629062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30425", + "city": "Garfield", + "state": "GA", + "latitude": "32.632683", + "longitude": "-82.036000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30426", + "city": "Girard", + "state": "GA", + "latitude": "33.032445", + "longitude": "-81.632510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30427", + "city": "Glennville", + "state": "GA", + "latitude": "31.945767", + "longitude": "-81.935940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30428", + "city": "Glenwood", + "state": "GA", + "latitude": "32.190739", + "longitude": "-82.691150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30429", + "city": "Hagan", + "state": "GA", + "latitude": "32.159458", + "longitude": "-81.937240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30434", + "city": "Louisville", + "state": "GA", + "latitude": "33.008983", + "longitude": "-82.378000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30436", + "city": "Lyons", + "state": "GA", + "latitude": "32.177508", + "longitude": "-82.304480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30438", + "city": "Manassas", + "state": "GA", + "latitude": "32.152792", + "longitude": "-82.013010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30439", + "city": "Metter", + "state": "GA", + "latitude": "32.414401", + "longitude": "-82.055340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30441", + "city": "Midville", + "state": "GA", + "latitude": "32.792831", + "longitude": "-82.237150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30442", + "city": "Millen", + "state": "GA", + "latitude": "32.802448", + "longitude": "-81.983810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30444", + "city": "East Point", + "state": "GA", + "latitude": "33.696073", + "longitude": "-84.450276", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30445", + "city": "Mount Vernon", + "state": "GA", + "latitude": "32.186824", + "longitude": "-82.591710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30446", + "city": "Newington", + "state": "GA", + "latitude": "32.567281", + "longitude": "-81.486270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30447", + "city": "Norristown", + "state": "GA", + "latitude": "32.505913", + "longitude": "-82.495020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30448", + "city": "Nunez", + "state": "GA", + "latitude": "32.491260", + "longitude": "-82.367870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30449", + "city": "Oliver", + "state": "GA", + "latitude": "32.528104", + "longitude": "-81.533198", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30450", + "city": "Portal", + "state": "GA", + "latitude": "32.555659", + "longitude": "-81.924200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30451", + "city": "Pulaski", + "state": "GA", + "latitude": "32.414349", + "longitude": "-82.086658", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30452", + "city": "Register", + "state": "GA", + "latitude": "32.327219", + "longitude": "-81.898180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30453", + "city": "Reidsville", + "state": "GA", + "latitude": "32.057356", + "longitude": "-82.121400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30454", + "city": "Rockledge", + "state": "GA", + "latitude": "32.432854", + "longitude": "-82.729790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30455", + "city": "Rocky Ford", + "state": "GA", + "latitude": "32.697762", + "longitude": "-81.810360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30456", + "city": "Sardis", + "state": "GA", + "latitude": "32.969028", + "longitude": "-81.793960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30457", + "city": "Soperton", + "state": "GA", + "latitude": "32.387041", + "longitude": "-82.582720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30458", + "city": "Statesboro", + "state": "GA", + "latitude": "32.423083", + "longitude": "-81.806770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30459", + "city": "Statesboro", + "state": "GA", + "latitude": "32.447036", + "longitude": "-81.777720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30460", + "city": "Statesboro", + "state": "GA", + "latitude": "32.417950", + "longitude": "-81.782330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30461", + "city": "Statesboro", + "state": "GA", + "latitude": "32.490600", + "longitude": "-81.731660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30464", + "city": "Stillmore", + "state": "GA", + "latitude": "32.439708", + "longitude": "-82.222780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30466", + "city": "Summertown", + "state": "GA", + "latitude": "32.566594", + "longitude": "-82.324475", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30467", + "city": "Sylvania", + "state": "GA", + "latitude": "32.754635", + "longitude": "-81.635430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30470", + "city": "Tarrytown", + "state": "GA", + "latitude": "32.309128", + "longitude": "-82.522550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30471", + "city": "Twin City", + "state": "GA", + "latitude": "32.547214", + "longitude": "-82.170480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30473", + "city": "Uvalda", + "state": "GA", + "latitude": "32.030960", + "longitude": "-82.487970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30474", + "city": "Vidalia", + "state": "GA", + "latitude": "32.220155", + "longitude": "-82.414930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30475", + "city": "Vidalia", + "state": "GA", + "latitude": "32.177513", + "longitude": "-82.373889", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30477", + "city": "Wadley", + "state": "GA", + "latitude": "32.872098", + "longitude": "-82.402300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30499", + "city": "Reidsville", + "state": "GA", + "latitude": "32.050694", + "longitude": "-81.998348", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30501", + "city": "Gainesville", + "state": "GA", + "latitude": "34.306643", + "longitude": "-83.823520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30502", + "city": "Chestnut Mountain", + "state": "GA", + "latitude": "34.212993", + "longitude": "-83.794858", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30503", + "city": "Gainesville", + "state": "GA", + "latitude": "34.345432", + "longitude": "-83.950541", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30504", + "city": "Gainesville", + "state": "GA", + "latitude": "34.274355", + "longitude": "-83.870030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30505", + "city": "Gainesville", + "state": "GA", + "latitude": "34.306188", + "longitude": "-83.838936", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30506", + "city": "Gainesville", + "state": "GA", + "latitude": "34.346102", + "longitude": "-83.901000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30507", + "city": "Gainesville", + "state": "GA", + "latitude": "34.253714", + "longitude": "-83.773480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30510", + "city": "Alto", + "state": "GA", + "latitude": "34.455729", + "longitude": "-83.589130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30511", + "city": "Baldwin", + "state": "GA", + "latitude": "34.469971", + "longitude": "-83.500350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30512", + "city": "Blairsville", + "state": "GA", + "latitude": "34.875556", + "longitude": "-84.004190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30513", + "city": "Blue Ridge", + "state": "GA", + "latitude": "34.851171", + "longitude": "-84.329050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30514", + "city": "Blairsville", + "state": "GA", + "latitude": "34.903398", + "longitude": "-84.019157", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30515", + "city": "Buford", + "state": "GA", + "latitude": "33.960353", + "longitude": "-84.037859", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30516", + "city": "Bowersville", + "state": "GA", + "latitude": "34.370551", + "longitude": "-83.059980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30517", + "city": "Braselton", + "state": "GA", + "latitude": "34.121974", + "longitude": "-83.786040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30518", + "city": "Buford", + "state": "GA", + "latitude": "34.121150", + "longitude": "-84.018040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30519", + "city": "Buford", + "state": "GA", + "latitude": "34.089419", + "longitude": "-83.947010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30520", + "city": "Canon", + "state": "GA", + "latitude": "34.338008", + "longitude": "-83.096560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30521", + "city": "Carnesville", + "state": "GA", + "latitude": "34.360544", + "longitude": "-83.285440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30522", + "city": "Cherrylog", + "state": "GA", + "latitude": "34.801665", + "longitude": "-84.379310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30523", + "city": "Clarkesville", + "state": "GA", + "latitude": "34.700311", + "longitude": "-83.518790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30525", + "city": "Clayton", + "state": "GA", + "latitude": "34.882362", + "longitude": "-83.415600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30527", + "city": "Clermont", + "state": "GA", + "latitude": "34.481514", + "longitude": "-83.785990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30528", + "city": "Cleveland", + "state": "GA", + "latitude": "34.595859", + "longitude": "-83.761940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30529", + "city": "Commerce", + "state": "GA", + "latitude": "34.210423", + "longitude": "-83.468420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30530", + "city": "Commerce", + "state": "GA", + "latitude": "34.209907", + "longitude": "-83.383890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30531", + "city": "Cornelia", + "state": "GA", + "latitude": "34.514215", + "longitude": "-83.541180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30533", + "city": "Dahlonega", + "state": "GA", + "latitude": "34.542098", + "longitude": "-83.997180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30534", + "city": "Dawsonville", + "state": "GA", + "latitude": "34.416521", + "longitude": "-84.108490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30535", + "city": "Demorest", + "state": "GA", + "latitude": "34.573072", + "longitude": "-83.559920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30537", + "city": "Dillard", + "state": "GA", + "latitude": "34.977198", + "longitude": "-83.351610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30538", + "city": "Eastanollee", + "state": "GA", + "latitude": "34.511618", + "longitude": "-83.258110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30539", + "city": "East Ellijay", + "state": "GA", + "latitude": "34.680011", + "longitude": "-84.471540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30540", + "city": "Ellijay", + "state": "GA", + "latitude": "34.688716", + "longitude": "-84.467160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30541", + "city": "Epworth", + "state": "GA", + "latitude": "34.925622", + "longitude": "-84.429810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30542", + "city": "Flowery Branch", + "state": "GA", + "latitude": "34.188281", + "longitude": "-83.918130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30543", + "city": "Gillsville", + "state": "GA", + "latitude": "34.299459", + "longitude": "-83.652260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30544", + "city": "Demorest", + "state": "GA", + "latitude": "34.593092", + "longitude": "-83.562922", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30545", + "city": "Helen", + "state": "GA", + "latitude": "34.713441", + "longitude": "-83.741890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30546", + "city": "Hiawassee", + "state": "GA", + "latitude": "34.923847", + "longitude": "-83.723100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30547", + "city": "Homer", + "state": "GA", + "latitude": "34.348822", + "longitude": "-83.477380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30548", + "city": "Hoschton", + "state": "GA", + "latitude": "34.097915", + "longitude": "-83.778640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30549", + "city": "Jefferson", + "state": "GA", + "latitude": "34.112581", + "longitude": "-83.582510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30552", + "city": "Lakemont", + "state": "GA", + "latitude": "34.763553", + "longitude": "-83.442010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30553", + "city": "Lavonia", + "state": "GA", + "latitude": "34.450501", + "longitude": "-83.094480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30554", + "city": "Lula", + "state": "GA", + "latitude": "34.391688", + "longitude": "-83.659790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30555", + "city": "McCaysville", + "state": "GA", + "latitude": "34.977037", + "longitude": "-84.398390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30557", + "city": "Martin", + "state": "GA", + "latitude": "34.491829", + "longitude": "-83.175390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30558", + "city": "Maysville", + "state": "GA", + "latitude": "34.258054", + "longitude": "-83.560580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30559", + "city": "Mineral Bluff", + "state": "GA", + "latitude": "34.949755", + "longitude": "-84.283170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30560", + "city": "Morganton", + "state": "GA", + "latitude": "34.887912", + "longitude": "-84.209800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30562", + "city": "Mountain City", + "state": "GA", + "latitude": "34.917466", + "longitude": "-83.384870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30563", + "city": "Mount Airy", + "state": "GA", + "latitude": "34.549681", + "longitude": "-83.472010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30564", + "city": "Murrayville", + "state": "GA", + "latitude": "34.466226", + "longitude": "-83.884420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30565", + "city": "Nicholson", + "state": "GA", + "latitude": "34.094345", + "longitude": "-83.416170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30566", + "city": "Oakwood", + "state": "GA", + "latitude": "34.236556", + "longitude": "-83.891150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30567", + "city": "Pendergrass", + "state": "GA", + "latitude": "34.167309", + "longitude": "-83.685360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30568", + "city": "Rabun Gap", + "state": "GA", + "latitude": "34.952452", + "longitude": "-83.407300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30571", + "city": "Sautee Nacoochee", + "state": "GA", + "latitude": "34.696896", + "longitude": "-83.680120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30572", + "city": "Suches", + "state": "GA", + "latitude": "34.731084", + "longitude": "-84.079430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30573", + "city": "Tallulah Falls", + "state": "GA", + "latitude": "34.742007", + "longitude": "-83.397716", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30575", + "city": "Talmo", + "state": "GA", + "latitude": "34.191571", + "longitude": "-83.711240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30576", + "city": "Tiger", + "state": "GA", + "latitude": "34.846806", + "longitude": "-83.481780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30577", + "city": "Toccoa", + "state": "GA", + "latitude": "34.561584", + "longitude": "-83.317180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30580", + "city": "Turnerville", + "state": "GA", + "latitude": "34.676584", + "longitude": "-83.435780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30581", + "city": "Wiley", + "state": "GA", + "latitude": "34.797611", + "longitude": "-83.423290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30582", + "city": "Young Harris", + "state": "GA", + "latitude": "34.954638", + "longitude": "-83.864840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30596", + "city": "Alto", + "state": "GA", + "latitude": "34.629391", + "longitude": "-83.509934", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30597", + "city": "Dahlonega", + "state": "GA", + "latitude": "34.527671", + "longitude": "-83.980879", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30598", + "city": "Toccoa", + "state": "GA", + "latitude": "34.597674", + "longitude": "-83.362070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30599", + "city": "Commerce", + "state": "GA", + "latitude": "34.130594", + "longitude": "-83.587419", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30601", + "city": "Athens", + "state": "GA", + "latitude": "33.979016", + "longitude": "-83.364230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30602", + "city": "Athens", + "state": "GA", + "latitude": "33.948432", + "longitude": "-83.374900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30603", + "city": "Athens", + "state": "GA", + "latitude": "33.947587", + "longitude": "-83.408897", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30604", + "city": "Athens", + "state": "GA", + "latitude": "33.944339", + "longitude": "-83.389080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30605", + "city": "Athens", + "state": "GA", + "latitude": "33.925085", + "longitude": "-83.345290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30606", + "city": "Athens", + "state": "GA", + "latitude": "33.945619", + "longitude": "-83.417320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30607", + "city": "Athens", + "state": "GA", + "latitude": "34.013154", + "longitude": "-83.435650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30608", + "city": "Athens", + "state": "GA", + "latitude": "33.944339", + "longitude": "-83.389080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30609", + "city": "Athens", + "state": "GA", + "latitude": "33.946364", + "longitude": "-83.377430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30610", + "city": "Athens", + "state": "GA", + "latitude": "33.944339", + "longitude": "-83.389080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30612", + "city": "Athens", + "state": "GA", + "latitude": "33.944339", + "longitude": "-83.389080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30613", + "city": "Athens", + "state": "GA", + "latitude": "33.962364", + "longitude": "-83.398280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30619", + "city": "Arnoldsville", + "state": "GA", + "latitude": "33.863663", + "longitude": "-83.248250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30620", + "city": "Bethlehem", + "state": "GA", + "latitude": "33.928949", + "longitude": "-83.735240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30621", + "city": "Bishop", + "state": "GA", + "latitude": "33.804849", + "longitude": "-83.481640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30622", + "city": "Bogart", + "state": "GA", + "latitude": "33.927792", + "longitude": "-83.515520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30623", + "city": "Bostwick", + "state": "GA", + "latitude": "33.754235", + "longitude": "-83.511055", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30624", + "city": "Bowman", + "state": "GA", + "latitude": "34.193943", + "longitude": "-83.033750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30625", + "city": "Buckhead", + "state": "GA", + "latitude": "33.527207", + "longitude": "-83.346760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30627", + "city": "Carlton", + "state": "GA", + "latitude": "33.994139", + "longitude": "-82.978190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30628", + "city": "Colbert", + "state": "GA", + "latitude": "34.041416", + "longitude": "-83.219970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30629", + "city": "Comer", + "state": "GA", + "latitude": "34.072573", + "longitude": "-83.119130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30630", + "city": "Crawford", + "state": "GA", + "latitude": "33.892957", + "longitude": "-83.155480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30631", + "city": "Crawfordville", + "state": "GA", + "latitude": "33.570317", + "longitude": "-82.885420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30633", + "city": "Danielsville", + "state": "GA", + "latitude": "34.170850", + "longitude": "-83.246540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30634", + "city": "Dewy Rose", + "state": "GA", + "latitude": "34.212836", + "longitude": "-82.941120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30635", + "city": "Elberton", + "state": "GA", + "latitude": "34.119972", + "longitude": "-82.825000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30638", + "city": "Farmington", + "state": "GA", + "latitude": "33.775001", + "longitude": "-83.424560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30639", + "city": "Franklin Springs", + "state": "GA", + "latitude": "34.281721", + "longitude": "-83.147460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30641", + "city": "Good Hope", + "state": "GA", + "latitude": "33.766057", + "longitude": "-83.575970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30642", + "city": "Greensboro", + "state": "GA", + "latitude": "33.547041", + "longitude": "-83.197970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30643", + "city": "Hartwell", + "state": "GA", + "latitude": "34.366948", + "longitude": "-82.920100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30645", + "city": "High Shoals", + "state": "GA", + "latitude": "33.801274", + "longitude": "-83.516374", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30646", + "city": "Hull", + "state": "GA", + "latitude": "34.065588", + "longitude": "-83.313180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30647", + "city": "Ila", + "state": "GA", + "latitude": "34.120239", + "longitude": "-83.288117", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30648", + "city": "Lexington", + "state": "GA", + "latitude": "33.863779", + "longitude": "-83.060630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30650", + "city": "Madison", + "state": "GA", + "latitude": "33.588436", + "longitude": "-83.479360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30652", + "city": "Greensboro", + "state": "GA", + "latitude": "33.559342", + "longitude": "-83.364156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30655", + "city": "Monroe", + "state": "GA", + "latitude": "33.786041", + "longitude": "-83.699010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30656", + "city": "Monroe", + "state": "GA", + "latitude": "33.857423", + "longitude": "-83.718990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30660", + "city": "Rayle", + "state": "GA", + "latitude": "33.775127", + "longitude": "-82.946240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30662", + "city": "Royston", + "state": "GA", + "latitude": "34.270167", + "longitude": "-83.128420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30663", + "city": "Rutledge", + "state": "GA", + "latitude": "33.614556", + "longitude": "-83.611570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30664", + "city": "Sharon", + "state": "GA", + "latitude": "33.560693", + "longitude": "-82.800150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30665", + "city": "Siloam", + "state": "GA", + "latitude": "33.535009", + "longitude": "-83.077870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30666", + "city": "Statham", + "state": "GA", + "latitude": "33.957713", + "longitude": "-83.584910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30667", + "city": "Stephens", + "state": "GA", + "latitude": "33.784316", + "longitude": "-83.166660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30668", + "city": "Tignall", + "state": "GA", + "latitude": "33.912362", + "longitude": "-82.668400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30669", + "city": "Union Point", + "state": "GA", + "latitude": "33.652489", + "longitude": "-83.088570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30671", + "city": "Maxeys", + "state": "GA", + "latitude": "33.748344", + "longitude": "-83.185380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30673", + "city": "Washington", + "state": "GA", + "latitude": "33.728754", + "longitude": "-82.726120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30677", + "city": "Watkinsville", + "state": "GA", + "latitude": "33.849286", + "longitude": "-83.412320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30678", + "city": "White Plains", + "state": "GA", + "latitude": "33.461710", + "longitude": "-83.058520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30680", + "city": "Winder", + "state": "GA", + "latitude": "33.992538", + "longitude": "-83.710610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30683", + "city": "Winterville", + "state": "GA", + "latitude": "33.954047", + "longitude": "-83.267300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30701", + "city": "Calhoun", + "state": "GA", + "latitude": "34.496600", + "longitude": "-84.937980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30703", + "city": "Calhoun", + "state": "GA", + "latitude": "34.479066", + "longitude": "-84.762161", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30705", + "city": "Chatsworth", + "state": "GA", + "latitude": "34.753129", + "longitude": "-84.775020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30707", + "city": "Chickamauga", + "state": "GA", + "latitude": "34.827019", + "longitude": "-85.328830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30708", + "city": "Cisco", + "state": "GA", + "latitude": "34.945576", + "longitude": "-84.711300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30710", + "city": "Cohutta", + "state": "GA", + "latitude": "34.935105", + "longitude": "-84.946420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30711", + "city": "Crandall", + "state": "GA", + "latitude": "34.938820", + "longitude": "-84.765580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30716", + "city": "Tallapoosa", + "state": "GA", + "latitude": "33.744222", + "longitude": "-85.286982", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30719", + "city": "Dalton", + "state": "GA", + "latitude": "34.801861", + "longitude": "-84.989796", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30720", + "city": "Dalton", + "state": "GA", + "latitude": "34.766095", + "longitude": "-84.986500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30721", + "city": "Dalton", + "state": "GA", + "latitude": "34.780699", + "longitude": "-84.939940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30722", + "city": "Dalton", + "state": "GA", + "latitude": "34.759522", + "longitude": "-84.951261", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30724", + "city": "Eton", + "state": "GA", + "latitude": "34.822176", + "longitude": "-84.759670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30725", + "city": "Flintstone", + "state": "GA", + "latitude": "34.932348", + "longitude": "-85.350640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30726", + "city": "Graysville", + "state": "GA", + "latitude": "34.975939", + "longitude": "-85.141600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30728", + "city": "La Fayette", + "state": "GA", + "latitude": "34.696201", + "longitude": "-85.258240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30730", + "city": "Lyerly", + "state": "GA", + "latitude": "34.376063", + "longitude": "-85.404300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30731", + "city": "Menlo", + "state": "GA", + "latitude": "34.553485", + "longitude": "-85.478930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30732", + "city": "Oakman", + "state": "GA", + "latitude": "34.569015", + "longitude": "-84.711863", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30733", + "city": "Plainville", + "state": "GA", + "latitude": "34.409661", + "longitude": "-85.033450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30734", + "city": "Ranger", + "state": "GA", + "latitude": "34.531444", + "longitude": "-84.699550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30735", + "city": "Resaca", + "state": "GA", + "latitude": "34.604648", + "longitude": "-84.919260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30736", + "city": "Ringgold", + "state": "GA", + "latitude": "34.916552", + "longitude": "-85.144350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30738", + "city": "Rising Fawn", + "state": "GA", + "latitude": "34.793833", + "longitude": "-85.499450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30739", + "city": "Rock Spring", + "state": "GA", + "latitude": "34.801988", + "longitude": "-85.219560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30740", + "city": "Rocky Face", + "state": "GA", + "latitude": "34.757918", + "longitude": "-85.058790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30741", + "city": "Rossville", + "state": "GA", + "latitude": "34.963110", + "longitude": "-85.274050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30742", + "city": "Fort Oglethorpe", + "state": "GA", + "latitude": "34.948979", + "longitude": "-85.252120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30746", + "city": "Sugar Valley", + "state": "GA", + "latitude": "34.574804", + "longitude": "-85.024820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30747", + "city": "Summerville", + "state": "GA", + "latitude": "34.489848", + "longitude": "-85.329280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30750", + "city": "Lookout Mountain", + "state": "GA", + "latitude": "34.957134", + "longitude": "-85.371830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30751", + "city": "Tennga", + "state": "GA", + "latitude": "34.981449", + "longitude": "-84.735233", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30752", + "city": "Trenton", + "state": "GA", + "latitude": "34.895625", + "longitude": "-85.527020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30753", + "city": "Trion", + "state": "GA", + "latitude": "34.558404", + "longitude": "-85.303010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30754", + "city": "Summerville", + "state": "GA", + "latitude": "34.484483", + "longitude": "-85.345544", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30755", + "city": "Tunnel Hill", + "state": "GA", + "latitude": "34.859730", + "longitude": "-85.038670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30756", + "city": "Varnell", + "state": "GA", + "latitude": "34.929800", + "longitude": "-84.988536", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30757", + "city": "Wildwood", + "state": "GA", + "latitude": "34.954188", + "longitude": "-85.432320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30802", + "city": "Appling", + "state": "GA", + "latitude": "33.620669", + "longitude": "-82.305140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30803", + "city": "Avera", + "state": "GA", + "latitude": "33.163467", + "longitude": "-82.520170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30805", + "city": "Blythe", + "state": "GA", + "latitude": "33.297318", + "longitude": "-82.215030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30806", + "city": "Boneville", + "state": "GA", + "latitude": "33.527993", + "longitude": "-82.510400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30807", + "city": "Camak", + "state": "GA", + "latitude": "33.453039", + "longitude": "-82.648280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30808", + "city": "Dearing", + "state": "GA", + "latitude": "33.397137", + "longitude": "-82.403350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30809", + "city": "Evans", + "state": "GA", + "latitude": "33.551145", + "longitude": "-82.139490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30810", + "city": "Gibson", + "state": "GA", + "latitude": "33.236721", + "longitude": "-82.581350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30811", + "city": "Gough", + "state": "GA", + "latitude": "33.050487", + "longitude": "-81.929165", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30812", + "city": "Gracewood", + "state": "GA", + "latitude": "33.386041", + "longitude": "-82.090996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30813", + "city": "Grovetown", + "state": "GA", + "latitude": "33.459489", + "longitude": "-82.201020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30814", + "city": "Harlem", + "state": "GA", + "latitude": "33.423590", + "longitude": "-82.310130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30815", + "city": "Hephzibah", + "state": "GA", + "latitude": "33.321570", + "longitude": "-82.088720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30816", + "city": "Keysville", + "state": "GA", + "latitude": "33.162490", + "longitude": "-82.189330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30817", + "city": "Lincolnton", + "state": "GA", + "latitude": "33.765566", + "longitude": "-82.438990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30818", + "city": "Matthews", + "state": "GA", + "latitude": "33.244829", + "longitude": "-82.326360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30819", + "city": "Mesena", + "state": "GA", + "latitude": "33.432384", + "longitude": "-82.625213", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30820", + "city": "Mitchell", + "state": "GA", + "latitude": "33.224199", + "longitude": "-82.713000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30821", + "city": "Norwood", + "state": "GA", + "latitude": "33.477946", + "longitude": "-82.734540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30822", + "city": "Perkins", + "state": "GA", + "latitude": "32.914843", + "longitude": "-81.879010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30823", + "city": "Stapleton", + "state": "GA", + "latitude": "33.234802", + "longitude": "-82.463030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30824", + "city": "Thomson", + "state": "GA", + "latitude": "33.490536", + "longitude": "-82.502800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30828", + "city": "Warrenton", + "state": "GA", + "latitude": "33.399555", + "longitude": "-82.656550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30830", + "city": "Waynesboro", + "state": "GA", + "latitude": "33.080965", + "longitude": "-81.994400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30833", + "city": "Wrens", + "state": "GA", + "latitude": "33.200325", + "longitude": "-82.376250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30881", + "city": "Atlanta", + "state": "GA", + "latitude": "33.793006", + "longitude": "-84.504081", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30901", + "city": "Augusta", + "state": "GA", + "latitude": "33.461121", + "longitude": "-81.972650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30903", + "city": "Augusta", + "state": "GA", + "latitude": "33.386041", + "longitude": "-82.090996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30904", + "city": "Augusta", + "state": "GA", + "latitude": "33.474136", + "longitude": "-82.010180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30905", + "city": "Augusta", + "state": "GA", + "latitude": "33.417282", + "longitude": "-82.144350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30906", + "city": "Augusta", + "state": "GA", + "latitude": "33.387089", + "longitude": "-82.012370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30907", + "city": "Augusta", + "state": "GA", + "latitude": "33.512541", + "longitude": "-82.094910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30909", + "city": "Augusta", + "state": "GA", + "latitude": "33.475936", + "longitude": "-82.069700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30910", + "city": "Augusta", + "state": "GA", + "latitude": "33.386041", + "longitude": "-82.090996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30911", + "city": "Augusta", + "state": "GA", + "latitude": "33.386041", + "longitude": "-82.090996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30912", + "city": "Augusta", + "state": "GA", + "latitude": "33.386041", + "longitude": "-82.090996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30913", + "city": "Augusta", + "state": "GA", + "latitude": "33.386041", + "longitude": "-82.090996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30914", + "city": "Augusta", + "state": "GA", + "latitude": "33.386041", + "longitude": "-82.090996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30916", + "city": "Augusta", + "state": "GA", + "latitude": "33.386041", + "longitude": "-82.090996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30917", + "city": "Augusta", + "state": "GA", + "latitude": "33.527678", + "longitude": "-82.235542", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30919", + "city": "Augusta", + "state": "GA", + "latitude": "33.386041", + "longitude": "-82.090996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "30999", + "city": "Augusta", + "state": "GA", + "latitude": "33.386041", + "longitude": "-82.090996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31001", + "city": "Abbeville", + "state": "GA", + "latitude": "31.972626", + "longitude": "-83.330820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31002", + "city": "Adrian", + "state": "GA", + "latitude": "32.549854", + "longitude": "-82.569480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31003", + "city": "Allentown", + "state": "GA", + "latitude": "32.600622", + "longitude": "-83.220960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31004", + "city": "Bolingbroke", + "state": "GA", + "latitude": "32.946971", + "longitude": "-83.800628", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31005", + "city": "Bonaire", + "state": "GA", + "latitude": "32.556668", + "longitude": "-83.624350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31006", + "city": "Butler", + "state": "GA", + "latitude": "32.563544", + "longitude": "-84.246100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31007", + "city": "Byromville", + "state": "GA", + "latitude": "32.199721", + "longitude": "-83.913270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31008", + "city": "Byron", + "state": "GA", + "latitude": "32.652313", + "longitude": "-83.759180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31009", + "city": "Cadwell", + "state": "GA", + "latitude": "32.309003", + "longitude": "-83.026470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31010", + "city": "Cordele", + "state": "GA", + "latitude": "31.917178", + "longitude": "-83.785365", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31011", + "city": "Chauncey", + "state": "GA", + "latitude": "32.108676", + "longitude": "-83.060060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31012", + "city": "Chester", + "state": "GA", + "latitude": "32.396381", + "longitude": "-83.168920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31013", + "city": "Clinchfield", + "state": "GA", + "latitude": "32.338639", + "longitude": "-83.692562", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31014", + "city": "Cochran", + "state": "GA", + "latitude": "32.397039", + "longitude": "-83.340400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31015", + "city": "Cordele", + "state": "GA", + "latitude": "31.950899", + "longitude": "-83.778080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31016", + "city": "Culloden", + "state": "GA", + "latitude": "32.861386", + "longitude": "-84.117320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31017", + "city": "Danville", + "state": "GA", + "latitude": "32.600844", + "longitude": "-83.245490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31018", + "city": "Davisboro", + "state": "GA", + "latitude": "32.976548", + "longitude": "-82.616070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31019", + "city": "Dexter", + "state": "GA", + "latitude": "32.427633", + "longitude": "-83.056320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31020", + "city": "Dry Branch", + "state": "GA", + "latitude": "32.719907", + "longitude": "-83.490500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31021", + "city": "Dublin", + "state": "GA", + "latitude": "32.526359", + "longitude": "-82.933750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31022", + "city": "Dudley", + "state": "GA", + "latitude": "32.516865", + "longitude": "-83.099050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31023", + "city": "Eastman", + "state": "GA", + "latitude": "32.193953", + "longitude": "-83.184800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31024", + "city": "Eatonton", + "state": "GA", + "latitude": "33.318579", + "longitude": "-83.354320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31025", + "city": "Elko", + "state": "GA", + "latitude": "32.335147", + "longitude": "-83.745710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31027", + "city": "Dublin", + "state": "GA", + "latitude": "32.569122", + "longitude": "-82.809590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31028", + "city": "Centerville", + "state": "GA", + "latitude": "32.632111", + "longitude": "-83.677950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31029", + "city": "Forsyth", + "state": "GA", + "latitude": "33.040900", + "longitude": "-83.929410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31030", + "city": "Fort Valley", + "state": "GA", + "latitude": "32.555680", + "longitude": "-83.886410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31031", + "city": "Gordon", + "state": "GA", + "latitude": "32.891499", + "longitude": "-83.327480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31032", + "city": "Gray", + "state": "GA", + "latitude": "33.003455", + "longitude": "-83.550780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31033", + "city": "Haddock", + "state": "GA", + "latitude": "33.053288", + "longitude": "-83.439020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31034", + "city": "Hardwick", + "state": "GA", + "latitude": "33.040103", + "longitude": "-83.218200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31035", + "city": "Harrison", + "state": "GA", + "latitude": "32.835471", + "longitude": "-82.707610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31036", + "city": "Hawkinsville", + "state": "GA", + "latitude": "32.270314", + "longitude": "-83.485170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31037", + "city": "Helena", + "state": "GA", + "latitude": "32.094127", + "longitude": "-82.917130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31038", + "city": "Hillsboro", + "state": "GA", + "latitude": "33.172786", + "longitude": "-83.635540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31039", + "city": "Howard", + "state": "GA", + "latitude": "32.587537", + "longitude": "-84.389500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31040", + "city": "Dublin", + "state": "GA", + "latitude": "32.540073", + "longitude": "-82.914974", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31041", + "city": "Ideal", + "state": "GA", + "latitude": "32.371371", + "longitude": "-84.182580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31042", + "city": "Irwinton", + "state": "GA", + "latitude": "32.761500", + "longitude": "-83.161200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31044", + "city": "Jeffersonville", + "state": "GA", + "latitude": "32.630784", + "longitude": "-83.370270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31045", + "city": "Jewell", + "state": "GA", + "latitude": "33.285774", + "longitude": "-82.774900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31046", + "city": "Juliette", + "state": "GA", + "latitude": "33.054591", + "longitude": "-83.785830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31047", + "city": "Kathleen", + "state": "GA", + "latitude": "32.509384", + "longitude": "-83.647730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31049", + "city": "Kite", + "state": "GA", + "latitude": "32.699920", + "longitude": "-82.513810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31050", + "city": "Knoxville", + "state": "GA", + "latitude": "32.742085", + "longitude": "-83.946460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31051", + "city": "Lilly", + "state": "GA", + "latitude": "32.148624", + "longitude": "-83.880030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31052", + "city": "Lizella", + "state": "GA", + "latitude": "32.788484", + "longitude": "-83.807260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31054", + "city": "McIntyre", + "state": "GA", + "latitude": "32.875574", + "longitude": "-83.197850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31055", + "city": "McRae", + "state": "GA", + "latitude": "32.045313", + "longitude": "-82.891600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31057", + "city": "Marshallville", + "state": "GA", + "latitude": "32.446656", + "longitude": "-83.934130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31058", + "city": "Mauk", + "state": "GA", + "latitude": "32.498727", + "longitude": "-84.428040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31060", + "city": "Milan", + "state": "GA", + "latitude": "32.003035", + "longitude": "-83.063370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31061", + "city": "Milledgeville", + "state": "GA", + "latitude": "33.083579", + "longitude": "-83.233970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31062", + "city": "Milledgeville", + "state": "GA", + "latitude": "33.087138", + "longitude": "-83.224920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31063", + "city": "Montezuma", + "state": "GA", + "latitude": "32.293293", + "longitude": "-83.989130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31064", + "city": "Monticello", + "state": "GA", + "latitude": "33.319093", + "longitude": "-83.708620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31065", + "city": "Montrose", + "state": "GA", + "latitude": "32.564036", + "longitude": "-83.160190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31066", + "city": "Musella", + "state": "GA", + "latitude": "32.799959", + "longitude": "-84.005880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31067", + "city": "Oconee", + "state": "GA", + "latitude": "32.860031", + "longitude": "-82.950190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31068", + "city": "Oglethorpe", + "state": "GA", + "latitude": "32.329164", + "longitude": "-84.079880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31069", + "city": "Perry", + "state": "GA", + "latitude": "32.460791", + "longitude": "-83.735410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31070", + "city": "Pinehurst", + "state": "GA", + "latitude": "32.185677", + "longitude": "-83.763480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31071", + "city": "Pineview", + "state": "GA", + "latitude": "32.137020", + "longitude": "-83.526040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31072", + "city": "Pitts", + "state": "GA", + "latitude": "31.951839", + "longitude": "-83.567470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31073", + "city": "Plainfield", + "state": "GA", + "latitude": "32.176429", + "longitude": "-83.122891", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31075", + "city": "Rentz", + "state": "GA", + "latitude": "32.370333", + "longitude": "-82.960910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31076", + "city": "Reynolds", + "state": "GA", + "latitude": "32.547480", + "longitude": "-84.100420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31077", + "city": "Rhine", + "state": "GA", + "latitude": "31.953407", + "longitude": "-83.180580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31078", + "city": "Roberta", + "state": "GA", + "latitude": "32.702635", + "longitude": "-84.038110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31079", + "city": "Rochelle", + "state": "GA", + "latitude": "31.933079", + "longitude": "-83.457220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31081", + "city": "Rupert", + "state": "GA", + "latitude": "32.419094", + "longitude": "-84.284750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31082", + "city": "Sandersville", + "state": "GA", + "latitude": "32.984529", + "longitude": "-82.837500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31083", + "city": "Scotland", + "state": "GA", + "latitude": "32.046427", + "longitude": "-82.819230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31084", + "city": "Seville", + "state": "GA", + "latitude": "31.989039", + "longitude": "-83.394574", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31085", + "city": "Shady Dale", + "state": "GA", + "latitude": "33.421694", + "longitude": "-83.614330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31086", + "city": "Smarr", + "state": "GA", + "latitude": "32.989503", + "longitude": "-83.876108", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31087", + "city": "Sparta", + "state": "GA", + "latitude": "33.260235", + "longitude": "-83.006470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31088", + "city": "Warner Robins", + "state": "GA", + "latitude": "32.594698", + "longitude": "-83.648730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31089", + "city": "Tennille", + "state": "GA", + "latitude": "32.891150", + "longitude": "-82.827750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31090", + "city": "Toomsboro", + "state": "GA", + "latitude": "32.801223", + "longitude": "-83.066710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31091", + "city": "Unadilla", + "state": "GA", + "latitude": "32.244730", + "longitude": "-83.720750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31092", + "city": "Vienna", + "state": "GA", + "latitude": "32.091578", + "longitude": "-83.793110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31093", + "city": "Warner Robins", + "state": "GA", + "latitude": "32.638316", + "longitude": "-83.643320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31094", + "city": "Warthen", + "state": "GA", + "latitude": "33.125097", + "longitude": "-82.810180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31095", + "city": "Warner Robins", + "state": "GA", + "latitude": "32.487403", + "longitude": "-83.669655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31096", + "city": "Wrightsville", + "state": "GA", + "latitude": "32.717320", + "longitude": "-82.689260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31097", + "city": "Yatesville", + "state": "GA", + "latitude": "32.912207", + "longitude": "-84.148120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31098", + "city": "Warner Robins", + "state": "GA", + "latitude": "32.614742", + "longitude": "-83.598290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31099", + "city": "Warner Robins", + "state": "GA", + "latitude": "32.646236", + "longitude": "-83.651300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31106", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31107", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31119", + "city": "Atlanta", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31126", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31131", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31139", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31141", + "city": "Atlanta", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31145", + "city": "Atlanta", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31146", + "city": "Atlanta", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31150", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31156", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31191", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31192", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31193", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31195", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31196", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31197", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31198", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31199", + "city": "Atlanta", + "state": "GA", + "latitude": "33.844371", + "longitude": "-84.474050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31201", + "city": "Macon", + "state": "GA", + "latitude": "32.830839", + "longitude": "-83.635290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31202", + "city": "Macon", + "state": "GA", + "latitude": "32.806707", + "longitude": "-83.691315", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31203", + "city": "Macon", + "state": "GA", + "latitude": "32.806707", + "longitude": "-83.691315", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31204", + "city": "Macon", + "state": "GA", + "latitude": "32.844872", + "longitude": "-83.671190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31205", + "city": "Macon", + "state": "GA", + "latitude": "32.806707", + "longitude": "-83.691315", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31206", + "city": "Macon", + "state": "GA", + "latitude": "32.799040", + "longitude": "-83.672160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31207", + "city": "Macon", + "state": "GA", + "latitude": "32.830389", + "longitude": "-83.648552", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31208", + "city": "Macon", + "state": "GA", + "latitude": "32.806707", + "longitude": "-83.691315", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31209", + "city": "Macon", + "state": "GA", + "latitude": "32.806707", + "longitude": "-83.691315", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31210", + "city": "Macon", + "state": "GA", + "latitude": "32.888990", + "longitude": "-83.722040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31211", + "city": "Macon", + "state": "GA", + "latitude": "32.878304", + "longitude": "-83.599630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31212", + "city": "Macon", + "state": "GA", + "latitude": "32.806707", + "longitude": "-83.691315", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31213", + "city": "Macon", + "state": "GA", + "latitude": "32.839289", + "longitude": "-83.638752", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31216", + "city": "Macon", + "state": "GA", + "latitude": "32.730641", + "longitude": "-83.679300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31217", + "city": "Macon", + "state": "GA", + "latitude": "32.839005", + "longitude": "-83.567490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31220", + "city": "Macon", + "state": "GA", + "latitude": "32.862246", + "longitude": "-83.786650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31221", + "city": "Macon", + "state": "GA", + "latitude": "32.806707", + "longitude": "-83.691315", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31267", + "city": "Cecil", + "state": "GA", + "latitude": "31.046761", + "longitude": "-83.395669", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31294", + "city": "Macon", + "state": "GA", + "latitude": "32.806707", + "longitude": "-83.691315", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31295", + "city": "Macon", + "state": "GA", + "latitude": "32.810189", + "longitude": "-83.569001", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31296", + "city": "Macon", + "state": "GA", + "latitude": "32.806707", + "longitude": "-83.691315", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31297", + "city": "Macon", + "state": "GA", + "latitude": "32.700450", + "longitude": "-83.657207", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31298", + "city": "Macon", + "state": "GA", + "latitude": "32.873330", + "longitude": "-83.708399", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31299", + "city": "Macon", + "state": "GA", + "latitude": "32.806707", + "longitude": "-83.691315", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31301", + "city": "Allenhurst", + "state": "GA", + "latitude": "31.764663", + "longitude": "-81.609800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31302", + "city": "Bloomingdale", + "state": "GA", + "latitude": "32.129474", + "longitude": "-81.331210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31303", + "city": "Clyo", + "state": "GA", + "latitude": "32.508239", + "longitude": "-81.312800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31304", + "city": "Crescent", + "state": "GA", + "latitude": "31.495071", + "longitude": "-81.381908", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31305", + "city": "Darien", + "state": "GA", + "latitude": "31.407598", + "longitude": "-81.390940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31307", + "city": "Eden", + "state": "GA", + "latitude": "32.183211", + "longitude": "-81.399790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31308", + "city": "Ellabell", + "state": "GA", + "latitude": "32.172661", + "longitude": "-81.484470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31309", + "city": "Fleming", + "state": "GA", + "latitude": "31.873145", + "longitude": "-81.426760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31310", + "city": "Hinesville", + "state": "GA", + "latitude": "31.806832", + "longitude": "-81.437074", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31312", + "city": "Guyton", + "state": "GA", + "latitude": "32.313816", + "longitude": "-81.390800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31313", + "city": "Hinesville", + "state": "GA", + "latitude": "31.828575", + "longitude": "-81.616170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31314", + "city": "Fort Stewart", + "state": "GA", + "latitude": "31.868699", + "longitude": "-81.610830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31315", + "city": "Fort Stewart", + "state": "GA", + "latitude": "31.886944", + "longitude": "-81.601090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31316", + "city": "Ludowici", + "state": "GA", + "latitude": "31.749910", + "longitude": "-81.758130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31318", + "city": "Meldrim", + "state": "GA", + "latitude": "32.141974", + "longitude": "-81.378920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31319", + "city": "Meridian", + "state": "GA", + "latitude": "31.478486", + "longitude": "-81.345280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31320", + "city": "Midway", + "state": "GA", + "latitude": "31.788811", + "longitude": "-81.376370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31321", + "city": "Pembroke", + "state": "GA", + "latitude": "32.163245", + "longitude": "-81.642110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31322", + "city": "Pooler", + "state": "GA", + "latitude": "32.110421", + "longitude": "-81.245680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31323", + "city": "Riceboro", + "state": "GA", + "latitude": "31.658252", + "longitude": "-81.487780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31324", + "city": "Richmond Hill", + "state": "GA", + "latitude": "31.906365", + "longitude": "-81.310800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31326", + "city": "Rincon", + "state": "GA", + "latitude": "32.293147", + "longitude": "-81.230060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31327", + "city": "Sapelo Island", + "state": "GA", + "latitude": "31.423776", + "longitude": "-81.270640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31328", + "city": "Tybee Island", + "state": "GA", + "latitude": "32.006672", + "longitude": "-80.849370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31329", + "city": "Springfield", + "state": "GA", + "latitude": "32.390879", + "longitude": "-81.324270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31331", + "city": "Townsend", + "state": "GA", + "latitude": "31.547412", + "longitude": "-81.386200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31332", + "city": "Valona", + "state": "GA", + "latitude": "31.495071", + "longitude": "-81.381908", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31333", + "city": "Walthourville", + "state": "GA", + "latitude": "31.777890", + "longitude": "-81.645340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31337", + "city": "Lenox", + "state": "GA", + "latitude": "31.271852", + "longitude": "-83.459054", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31401", + "city": "Savannah", + "state": "GA", + "latitude": "32.068658", + "longitude": "-81.092580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31402", + "city": "Savannah", + "state": "GA", + "latitude": "31.971394", + "longitude": "-81.071560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31403", + "city": "Savannah", + "state": "GA", + "latitude": "31.971394", + "longitude": "-81.071560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31404", + "city": "Savannah", + "state": "GA", + "latitude": "32.046143", + "longitude": "-81.067240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31405", + "city": "Savannah", + "state": "GA", + "latitude": "32.043058", + "longitude": "-81.121830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31406", + "city": "Savannah", + "state": "GA", + "latitude": "31.988676", + "longitude": "-81.091160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31407", + "city": "Savannah", + "state": "GA", + "latitude": "32.162963", + "longitude": "-81.172330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31408", + "city": "Savannah", + "state": "GA", + "latitude": "32.106705", + "longitude": "-81.169150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31409", + "city": "Savannah", + "state": "GA", + "latitude": "31.971394", + "longitude": "-81.071560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31410", + "city": "Savannah", + "state": "GA", + "latitude": "32.022019", + "longitude": "-80.991930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31411", + "city": "Savannah", + "state": "GA", + "latitude": "31.927434", + "longitude": "-81.042500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31412", + "city": "Savannah", + "state": "GA", + "latitude": "31.971394", + "longitude": "-81.071560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31414", + "city": "Savannah", + "state": "GA", + "latitude": "31.971394", + "longitude": "-81.071560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31415", + "city": "Savannah", + "state": "GA", + "latitude": "32.075806", + "longitude": "-81.120020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31416", + "city": "Savannah", + "state": "GA", + "latitude": "32.005255", + "longitude": "-81.047711", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31418", + "city": "Savannah", + "state": "GA", + "latitude": "31.971394", + "longitude": "-81.071560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31419", + "city": "Savannah", + "state": "GA", + "latitude": "31.986249", + "longitude": "-81.202590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31420", + "city": "Savannah", + "state": "GA", + "latitude": "31.971394", + "longitude": "-81.071560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31421", + "city": "Savannah", + "state": "GA", + "latitude": "31.971394", + "longitude": "-81.071560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31422", + "city": "Savannah", + "state": "GA", + "latitude": "31.971394", + "longitude": "-81.071560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31424", + "city": "Richmond Hill", + "state": "GA", + "latitude": "31.919866", + "longitude": "-81.325815", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31441", + "city": "Savannah", + "state": "GA", + "latitude": "32.008183", + "longitude": "-81.101502", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31498", + "city": "Savannah", + "state": "GA", + "latitude": "31.971394", + "longitude": "-81.071560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31499", + "city": "Savannah", + "state": "GA", + "latitude": "31.971394", + "longitude": "-81.071560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31501", + "city": "Waycross", + "state": "GA", + "latitude": "31.220059", + "longitude": "-82.351330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31502", + "city": "Waycross", + "state": "GA", + "latitude": "31.018954", + "longitude": "-82.416543", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31503", + "city": "Waycross", + "state": "GA", + "latitude": "31.205194", + "longitude": "-82.375340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31507", + "city": "Marshallville", + "state": "GA", + "latitude": "32.452926", + "longitude": "-83.944336", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31510", + "city": "Alma", + "state": "GA", + "latitude": "31.551458", + "longitude": "-82.446180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31512", + "city": "Ambrose", + "state": "GA", + "latitude": "31.573440", + "longitude": "-83.015020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31513", + "city": "Baxley", + "state": "GA", + "latitude": "31.768849", + "longitude": "-82.351980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31515", + "city": "Baxley", + "state": "GA", + "latitude": "31.717717", + "longitude": "-82.299677", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31516", + "city": "Blackshear", + "state": "GA", + "latitude": "31.307234", + "longitude": "-82.257790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31518", + "city": "Bristol", + "state": "GA", + "latitude": "31.513511", + "longitude": "-82.184810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31519", + "city": "Broxton", + "state": "GA", + "latitude": "31.676540", + "longitude": "-82.889910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31520", + "city": "Brunswick", + "state": "GA", + "latitude": "31.166786", + "longitude": "-81.492130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31521", + "city": "Brunswick", + "state": "GA", + "latitude": "31.241505", + "longitude": "-81.532489", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31522", + "city": "Saint Simons Island", + "state": "GA", + "latitude": "31.176516", + "longitude": "-81.380200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31523", + "city": "Brunswick", + "state": "GA", + "latitude": "31.212705", + "longitude": "-81.609750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31524", + "city": "Brunswick", + "state": "GA", + "latitude": "31.221995", + "longitude": "-81.482551", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31525", + "city": "Brunswick", + "state": "GA", + "latitude": "31.260995", + "longitude": "-81.498320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31527", + "city": "Jekyll Island", + "state": "GA", + "latitude": "31.064190", + "longitude": "-81.420720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31532", + "city": "Denton", + "state": "GA", + "latitude": "31.718382", + "longitude": "-82.735950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31533", + "city": "Douglas", + "state": "GA", + "latitude": "31.522042", + "longitude": "-82.841530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31534", + "city": "Douglas", + "state": "GA", + "latitude": "31.571596", + "longitude": "-82.854631", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31535", + "city": "Douglas", + "state": "GA", + "latitude": "31.464973", + "longitude": "-82.863250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31537", + "city": "Folkston", + "state": "GA", + "latitude": "30.860915", + "longitude": "-82.021940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31539", + "city": "Hazlehurst", + "state": "GA", + "latitude": "31.844772", + "longitude": "-82.598090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31542", + "city": "Hoboken", + "state": "GA", + "latitude": "31.174700", + "longitude": "-82.138120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31543", + "city": "Hortense", + "state": "GA", + "latitude": "31.320167", + "longitude": "-81.858180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31544", + "city": "Jacksonville", + "state": "GA", + "latitude": "31.840974", + "longitude": "-82.961370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31545", + "city": "Jesup", + "state": "GA", + "latitude": "31.636895", + "longitude": "-81.908430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31546", + "city": "Jesup", + "state": "GA", + "latitude": "31.575166", + "longitude": "-81.864810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31547", + "city": "Kings Bay", + "state": "GA", + "latitude": "30.804684", + "longitude": "-81.627717", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31548", + "city": "Kingsland", + "state": "GA", + "latitude": "30.793409", + "longitude": "-81.684280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31549", + "city": "Lumber City", + "state": "GA", + "latitude": "31.928525", + "longitude": "-82.693320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31550", + "city": "Manor", + "state": "GA", + "latitude": "31.101953", + "longitude": "-82.582990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31551", + "city": "Mershon", + "state": "GA", + "latitude": "31.496025", + "longitude": "-82.273220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31552", + "city": "Millwood", + "state": "GA", + "latitude": "31.281103", + "longitude": "-82.620100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31553", + "city": "Nahunta", + "state": "GA", + "latitude": "31.173260", + "longitude": "-81.972440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31554", + "city": "Nicholls", + "state": "GA", + "latitude": "31.495983", + "longitude": "-82.629280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31555", + "city": "Odum", + "state": "GA", + "latitude": "31.670475", + "longitude": "-82.049440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31556", + "city": "Offerman", + "state": "GA", + "latitude": "31.412649", + "longitude": "-82.115541", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31557", + "city": "Patterson", + "state": "GA", + "latitude": "31.372403", + "longitude": "-82.107430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31558", + "city": "Saint Marys", + "state": "GA", + "latitude": "30.761081", + "longitude": "-81.569120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31560", + "city": "Screven", + "state": "GA", + "latitude": "31.515981", + "longitude": "-82.049080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31561", + "city": "Sea Island", + "state": "GA", + "latitude": "31.198914", + "longitude": "-81.332211", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31563", + "city": "Surrency", + "state": "GA", + "latitude": "31.715778", + "longitude": "-82.197840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31564", + "city": "Waresboro", + "state": "GA", + "latitude": "31.018954", + "longitude": "-82.416543", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31565", + "city": "Waverly", + "state": "GA", + "latitude": "31.066479", + "longitude": "-81.626560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31566", + "city": "Waynesville", + "state": "GA", + "latitude": "31.144635", + "longitude": "-81.830110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31567", + "city": "West Green", + "state": "GA", + "latitude": "31.631943", + "longitude": "-82.718290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31568", + "city": "White Oak", + "state": "GA", + "latitude": "31.003385", + "longitude": "-81.795120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31569", + "city": "Woodbine", + "state": "GA", + "latitude": "30.915778", + "longitude": "-81.679240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31598", + "city": "Jesup", + "state": "GA", + "latitude": "31.578181", + "longitude": "-81.880222", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31599", + "city": "Jesup", + "state": "GA", + "latitude": "31.578181", + "longitude": "-81.880222", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31601", + "city": "Valdosta", + "state": "GA", + "latitude": "30.807279", + "longitude": "-83.286610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31602", + "city": "Valdosta", + "state": "GA", + "latitude": "30.866613", + "longitude": "-83.300780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31603", + "city": "Valdosta", + "state": "GA", + "latitude": "30.827965", + "longitude": "-83.252192", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31604", + "city": "Valdosta", + "state": "GA", + "latitude": "30.827965", + "longitude": "-83.252192", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31605", + "city": "Valdosta", + "state": "GA", + "latitude": "30.922050", + "longitude": "-83.253320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31606", + "city": "Valdosta", + "state": "GA", + "latitude": "30.802411", + "longitude": "-83.196240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31607", + "city": "Valdosta", + "state": "GA", + "latitude": "30.831442", + "longitude": "-83.318647", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31610", + "city": "Sparks", + "state": "GA", + "latitude": "31.172669", + "longitude": "-83.439433", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31620", + "city": "Adel", + "state": "GA", + "latitude": "31.133004", + "longitude": "-83.427360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31622", + "city": "Alapaha", + "state": "GA", + "latitude": "31.379665", + "longitude": "-83.218030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31623", + "city": "Argyle", + "state": "GA", + "latitude": "31.071563", + "longitude": "-82.652320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31624", + "city": "Axson", + "state": "GA", + "latitude": "31.297883", + "longitude": "-82.710290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31625", + "city": "Barney", + "state": "GA", + "latitude": "31.003274", + "longitude": "-83.528200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31626", + "city": "Boston", + "state": "GA", + "latitude": "30.782963", + "longitude": "-83.788820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31627", + "city": "Cecil", + "state": "GA", + "latitude": "31.047996", + "longitude": "-83.391350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31629", + "city": "Dixie", + "state": "GA", + "latitude": "30.802821", + "longitude": "-83.691260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31630", + "city": "Du Pont", + "state": "GA", + "latitude": "30.963730", + "longitude": "-82.864550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31631", + "city": "Fargo", + "state": "GA", + "latitude": "30.680867", + "longitude": "-82.580280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31632", + "city": "Hahira", + "state": "GA", + "latitude": "30.991859", + "longitude": "-83.364150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31634", + "city": "Homerville", + "state": "GA", + "latitude": "31.062818", + "longitude": "-82.723990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31635", + "city": "Lakeland", + "state": "GA", + "latitude": "31.055578", + "longitude": "-83.071030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31636", + "city": "Lake Park", + "state": "GA", + "latitude": "30.722890", + "longitude": "-83.133020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31637", + "city": "Lenox", + "state": "GA", + "latitude": "31.291612", + "longitude": "-83.453280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31638", + "city": "Morven", + "state": "GA", + "latitude": "30.935087", + "longitude": "-83.502110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31639", + "city": "Nashville", + "state": "GA", + "latitude": "31.199000", + "longitude": "-83.218800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31641", + "city": "Naylor", + "state": "GA", + "latitude": "30.934298", + "longitude": "-83.088410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31642", + "city": "Pearson", + "state": "GA", + "latitude": "31.272910", + "longitude": "-82.833420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31643", + "city": "Quitman", + "state": "GA", + "latitude": "30.783639", + "longitude": "-83.553430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31645", + "city": "Ray City", + "state": "GA", + "latitude": "31.070627", + "longitude": "-83.202860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31646", + "city": "Saint George", + "state": "GA", + "latitude": "30.518903", + "longitude": "-82.080630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31647", + "city": "Sparks", + "state": "GA", + "latitude": "31.183567", + "longitude": "-83.435590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31648", + "city": "Statenville", + "state": "GA", + "latitude": "30.703175", + "longitude": "-83.025680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31649", + "city": "Stockton", + "state": "GA", + "latitude": "30.957421", + "longitude": "-83.005240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31650", + "city": "Willacoochee", + "state": "GA", + "latitude": "31.375165", + "longitude": "-83.019490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31659", + "city": "Nashville", + "state": "GA", + "latitude": "31.205388", + "longitude": "-83.246084", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31698", + "city": "Valdosta", + "state": "GA", + "latitude": "30.848480", + "longitude": "-83.287753", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31699", + "city": "Valdosta", + "state": "GA", + "latitude": "30.965263", + "longitude": "-83.193160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31700", + "city": "Albany", + "state": "GA", + "latitude": "31.564274", + "longitude": "-84.165407", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31701", + "city": "Albany", + "state": "GA", + "latitude": "31.580774", + "longitude": "-84.160440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31702", + "city": "Albany", + "state": "GA", + "latitude": "31.594782", + "longitude": "-84.194812", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31703", + "city": "Albany", + "state": "GA", + "latitude": "31.543065", + "longitude": "-84.219594", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31704", + "city": "Albany", + "state": "GA", + "latitude": "31.549975", + "longitude": "-84.061155", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31705", + "city": "Albany", + "state": "GA", + "latitude": "31.552483", + "longitude": "-84.096780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31706", + "city": "Albany", + "state": "GA", + "latitude": "31.559274", + "longitude": "-84.176507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31707", + "city": "Albany", + "state": "GA", + "latitude": "31.568073", + "longitude": "-84.226440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31708", + "city": "Albany", + "state": "GA", + "latitude": "31.591073", + "longitude": "-84.132357", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31709", + "city": "Americus", + "state": "GA", + "latitude": "32.071641", + "longitude": "-84.219420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31710", + "city": "Americus", + "state": "GA", + "latitude": "32.051235", + "longitude": "-84.181547", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31711", + "city": "Andersonville", + "state": "GA", + "latitude": "32.195361", + "longitude": "-84.137000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31712", + "city": "Arabi", + "state": "GA", + "latitude": "31.836577", + "longitude": "-83.720450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31713", + "city": "Arlington", + "state": "GA", + "latitude": "31.427845", + "longitude": "-84.710250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31714", + "city": "Ashburn", + "state": "GA", + "latitude": "31.709742", + "longitude": "-83.665190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31715", + "city": "Attapulgus", + "state": "GA", + "latitude": "30.743234", + "longitude": "-84.482290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31716", + "city": "Baconton", + "state": "GA", + "latitude": "31.370900", + "longitude": "-84.129210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31717", + "city": "Bainbridge", + "state": "GA", + "latitude": "30.884525", + "longitude": "-84.589510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31718", + "city": "Bainbridge", + "state": "GA", + "latitude": "30.901863", + "longitude": "-84.570049", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31719", + "city": "Americus", + "state": "GA", + "latitude": "32.085491", + "longitude": "-84.252665", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31720", + "city": "Barwick", + "state": "GA", + "latitude": "30.890906", + "longitude": "-83.738160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31721", + "city": "Albany", + "state": "GA", + "latitude": "31.568890", + "longitude": "-84.248211", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31722", + "city": "Berlin", + "state": "GA", + "latitude": "31.067313", + "longitude": "-83.622880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31723", + "city": "Blakely", + "state": "GA", + "latitude": "31.334337", + "longitude": "-84.948990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31724", + "city": "Bluffton", + "state": "GA", + "latitude": "31.528299", + "longitude": "-84.860250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31725", + "city": "Brinson", + "state": "GA", + "latitude": "30.945016", + "longitude": "-84.722840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31726", + "city": "Bronwood", + "state": "GA", + "latitude": "31.832214", + "longitude": "-84.357270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31727", + "city": "Brookfield", + "state": "GA", + "latitude": "31.441720", + "longitude": "-83.503715", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31728", + "city": "Cairo", + "state": "GA", + "latitude": "30.870390", + "longitude": "-84.213430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31729", + "city": "Calvary", + "state": "GA", + "latitude": "30.729915", + "longitude": "-84.347620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31730", + "city": "Camilla", + "state": "GA", + "latitude": "31.209854", + "longitude": "-84.236670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31732", + "city": "Cedar Springs", + "state": "GA", + "latitude": "31.169794", + "longitude": "-85.055700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31733", + "city": "Chula", + "state": "GA", + "latitude": "31.592199", + "longitude": "-83.480040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31734", + "city": "Climax", + "state": "GA", + "latitude": "30.880960", + "longitude": "-84.424150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31735", + "city": "Cobb", + "state": "GA", + "latitude": "31.959367", + "longitude": "-83.960280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31736", + "city": "Coleman", + "state": "GA", + "latitude": "31.650442", + "longitude": "-84.879080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31737", + "city": "Colquitt", + "state": "GA", + "latitude": "31.152253", + "longitude": "-84.696530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31738", + "city": "Coolidge", + "state": "GA", + "latitude": "31.012042", + "longitude": "-83.872180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31739", + "city": "Cotton", + "state": "GA", + "latitude": "31.260443", + "longitude": "-84.253089", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31740", + "city": "Cuthbert", + "state": "GA", + "latitude": "31.781815", + "longitude": "-84.764440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31741", + "city": "Damascus", + "state": "GA", + "latitude": "31.299009", + "longitude": "-84.687720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31742", + "city": "Dawson", + "state": "GA", + "latitude": "31.756995", + "longitude": "-84.433570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31743", + "city": "De Soto", + "state": "GA", + "latitude": "31.930451", + "longitude": "-84.029210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31744", + "city": "Doerun", + "state": "GA", + "latitude": "31.325004", + "longitude": "-83.909370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31745", + "city": "Donalsonville", + "state": "GA", + "latitude": "30.974364", + "longitude": "-84.877030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31746", + "city": "Edison", + "state": "GA", + "latitude": "31.563327", + "longitude": "-84.758690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31747", + "city": "Ellenton", + "state": "GA", + "latitude": "31.176563", + "longitude": "-83.588010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31749", + "city": "Enigma", + "state": "GA", + "latitude": "31.439212", + "longitude": "-83.340410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31750", + "city": "Fitzgerald", + "state": "GA", + "latitude": "31.720029", + "longitude": "-83.250930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31751", + "city": "Fort Gaines", + "state": "GA", + "latitude": "31.631333", + "longitude": "-85.032410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31752", + "city": "Fowlstown", + "state": "GA", + "latitude": "30.803291", + "longitude": "-84.547110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31753", + "city": "Funston", + "state": "GA", + "latitude": "31.205365", + "longitude": "-83.877554", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31754", + "city": "Georgetown", + "state": "GA", + "latitude": "31.860476", + "longitude": "-85.075340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31756", + "city": "Hartsfield", + "state": "GA", + "latitude": "31.177174", + "longitude": "-83.965550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31757", + "city": "Thomasville", + "state": "GA", + "latitude": "30.883208", + "longitude": "-83.912370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31758", + "city": "Thomasville", + "state": "GA", + "latitude": "30.868187", + "longitude": "-83.927785", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31759", + "city": "Iron City", + "state": "GA", + "latitude": "31.011595", + "longitude": "-84.802420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31760", + "city": "Irwinville", + "state": "GA", + "latitude": "31.706283", + "longitude": "-83.408633", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31761", + "city": "Jakin", + "state": "GA", + "latitude": "31.113122", + "longitude": "-85.002510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31762", + "city": "Leary", + "state": "GA", + "latitude": "31.454628", + "longitude": "-84.517260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31763", + "city": "Leesburg", + "state": "GA", + "latitude": "31.714526", + "longitude": "-84.169310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31764", + "city": "Leslie", + "state": "GA", + "latitude": "31.983090", + "longitude": "-84.068660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31765", + "city": "Meigs", + "state": "GA", + "latitude": "31.082141", + "longitude": "-84.057670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31766", + "city": "Morgan", + "state": "GA", + "latitude": "31.575228", + "longitude": "-84.598490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31767", + "city": "Morris", + "state": "GA", + "latitude": "31.834324", + "longitude": "-84.947390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31768", + "city": "Moultrie", + "state": "GA", + "latitude": "31.165358", + "longitude": "-83.771720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31769", + "city": "Mystic", + "state": "GA", + "latitude": "31.620866", + "longitude": "-83.249754", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31770", + "city": "Newton", + "state": "GA", + "latitude": "31.333490", + "longitude": "-84.362690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31771", + "city": "Norman Park", + "state": "GA", + "latitude": "31.256287", + "longitude": "-83.660050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31772", + "city": "Oakfield", + "state": "GA", + "latitude": "31.723178", + "longitude": "-83.962800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31773", + "city": "Ochlocknee", + "state": "GA", + "latitude": "30.977162", + "longitude": "-84.061500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31774", + "city": "Ocilla", + "state": "GA", + "latitude": "31.586426", + "longitude": "-83.275830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31775", + "city": "Omega", + "state": "GA", + "latitude": "31.334062", + "longitude": "-83.599710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31776", + "city": "Moultrie", + "state": "GA", + "latitude": "31.172696", + "longitude": "-83.792379", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31777", + "city": "Parrott", + "state": "GA", + "latitude": "31.905462", + "longitude": "-84.515260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31778", + "city": "Pavo", + "state": "GA", + "latitude": "30.966781", + "longitude": "-83.720750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31779", + "city": "Pelham", + "state": "GA", + "latitude": "31.117271", + "longitude": "-84.156780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31780", + "city": "Plains", + "state": "GA", + "latitude": "32.026125", + "longitude": "-84.393610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31781", + "city": "Poulan", + "state": "GA", + "latitude": "31.526584", + "longitude": "-83.790250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31782", + "city": "Putney", + "state": "GA", + "latitude": "31.543065", + "longitude": "-84.219594", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31783", + "city": "Rebecca", + "state": "GA", + "latitude": "31.767986", + "longitude": "-83.473250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31784", + "city": "Sale City", + "state": "GA", + "latitude": "31.258794", + "longitude": "-84.028970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31785", + "city": "Sasser", + "state": "GA", + "latitude": "31.689973", + "longitude": "-84.327480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31786", + "city": "Shellman", + "state": "GA", + "latitude": "31.729520", + "longitude": "-84.601730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31787", + "city": "Smithville", + "state": "GA", + "latitude": "31.901066", + "longitude": "-84.250370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31788", + "city": "White House", + "state": "TN", + "latitude": "31.138011", + "longitude": "-83.716729", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31789", + "city": "Sumner", + "state": "GA", + "latitude": "31.484091", + "longitude": "-83.735150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31790", + "city": "Sycamore", + "state": "GA", + "latitude": "31.652542", + "longitude": "-83.579340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31791", + "city": "Sylvester", + "state": "GA", + "latitude": "31.536886", + "longitude": "-83.860410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31792", + "city": "Thomasville", + "state": "GA", + "latitude": "30.817654", + "longitude": "-83.989190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31793", + "city": "Tifton", + "state": "GA", + "latitude": "31.485438", + "longitude": "-83.503621", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31794", + "city": "Tifton", + "state": "GA", + "latitude": "31.459666", + "longitude": "-83.510830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31795", + "city": "Ty Ty", + "state": "GA", + "latitude": "31.473870", + "longitude": "-83.664840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31796", + "city": "Warwick", + "state": "GA", + "latitude": "31.782466", + "longitude": "-83.869730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31797", + "city": "Whigham", + "state": "GA", + "latitude": "30.888809", + "longitude": "-84.329760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31798", + "city": "Wray", + "state": "GA", + "latitude": "31.621764", + "longitude": "-83.055020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31799", + "city": "Thomasville", + "state": "GA", + "latitude": "30.880968", + "longitude": "-83.885902", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31801", + "city": "Box Springs", + "state": "GA", + "latitude": "32.527813", + "longitude": "-84.598220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31803", + "city": "Buena Vista", + "state": "GA", + "latitude": "32.315915", + "longitude": "-84.522380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31804", + "city": "Cataula", + "state": "GA", + "latitude": "32.651617", + "longitude": "-84.888050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31805", + "city": "Cusseta", + "state": "GA", + "latitude": "32.285535", + "longitude": "-84.763320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31806", + "city": "Ellaville", + "state": "GA", + "latitude": "32.246795", + "longitude": "-84.320080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31807", + "city": "Ellerslie", + "state": "GA", + "latitude": "32.634965", + "longitude": "-84.801370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31808", + "city": "Fortson", + "state": "GA", + "latitude": "32.638885", + "longitude": "-85.007360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31810", + "city": "Geneva", + "state": "GA", + "latitude": "32.577910", + "longitude": "-84.545130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31811", + "city": "Hamilton", + "state": "GA", + "latitude": "32.722333", + "longitude": "-84.958030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31812", + "city": "Junction City", + "state": "GA", + "latitude": "32.614374", + "longitude": "-84.445130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31814", + "city": "Louvale", + "state": "GA", + "latitude": "32.154164", + "longitude": "-84.838570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31815", + "city": "Lumpkin", + "state": "GA", + "latitude": "32.030297", + "longitude": "-84.812180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31816", + "city": "Manchester", + "state": "GA", + "latitude": "32.862377", + "longitude": "-84.608790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31820", + "city": "Midland", + "state": "GA", + "latitude": "32.566197", + "longitude": "-84.841220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31821", + "city": "Omaha", + "state": "GA", + "latitude": "32.134200", + "longitude": "-84.984990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31822", + "city": "Pine Mountain", + "state": "GA", + "latitude": "32.867211", + "longitude": "-84.884370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31823", + "city": "Pine Mountain Valley", + "state": "GA", + "latitude": "32.801174", + "longitude": "-84.820380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31824", + "city": "Preston", + "state": "GA", + "latitude": "32.051618", + "longitude": "-84.534190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31825", + "city": "Richland", + "state": "GA", + "latitude": "32.109225", + "longitude": "-84.660630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31826", + "city": "Shiloh", + "state": "GA", + "latitude": "32.803518", + "longitude": "-84.693840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31827", + "city": "Talbotton", + "state": "GA", + "latitude": "32.683146", + "longitude": "-84.522430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31829", + "city": "Upatoi", + "state": "GA", + "latitude": "32.557718", + "longitude": "-84.739570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31830", + "city": "Warm Springs", + "state": "GA", + "latitude": "32.896166", + "longitude": "-84.711910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31831", + "city": "Waverly Hall", + "state": "GA", + "latitude": "32.698622", + "longitude": "-84.715520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31832", + "city": "Weston", + "state": "GA", + "latitude": "31.973541", + "longitude": "-84.625220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31833", + "city": "West Point", + "state": "GA", + "latitude": "32.867469", + "longitude": "-85.137790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31836", + "city": "Woodland", + "state": "GA", + "latitude": "32.797475", + "longitude": "-84.540950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31901", + "city": "Columbus", + "state": "GA", + "latitude": "32.471492", + "longitude": "-84.980050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31902", + "city": "Columbus", + "state": "GA", + "latitude": "32.524252", + "longitude": "-84.955843", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31903", + "city": "Columbus", + "state": "GA", + "latitude": "32.423311", + "longitude": "-84.948790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31904", + "city": "Columbus", + "state": "GA", + "latitude": "32.513391", + "longitude": "-84.977530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31905", + "city": "Fort Benning", + "state": "GA", + "latitude": "32.373490", + "longitude": "-84.906120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31906", + "city": "Columbus", + "state": "GA", + "latitude": "32.468442", + "longitude": "-84.951280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31907", + "city": "Columbus", + "state": "GA", + "latitude": "32.479492", + "longitude": "-84.909420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31908", + "city": "Columbus", + "state": "GA", + "latitude": "32.534852", + "longitude": "-84.906483", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31909", + "city": "Columbus", + "state": "GA", + "latitude": "32.535540", + "longitude": "-84.925830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31914", + "city": "Columbus", + "state": "GA", + "latitude": "32.491005", + "longitude": "-84.874123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31917", + "city": "Columbus", + "state": "GA", + "latitude": "32.491005", + "longitude": "-84.874123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31993", + "city": "Columbus", + "state": "GA", + "latitude": "32.482142", + "longitude": "-84.977131", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31994", + "city": "Columbus", + "state": "GA", + "latitude": "32.491005", + "longitude": "-84.874123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31995", + "city": "Fort Benning", + "state": "GA", + "latitude": "32.495841", + "longitude": "-84.963981", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31997", + "city": "Columbus", + "state": "GA", + "latitude": "32.491005", + "longitude": "-84.874123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31998", + "city": "Columbus", + "state": "GA", + "latitude": "32.491005", + "longitude": "-84.874123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "31999", + "city": "Columbus", + "state": "GA", + "latitude": "32.491005", + "longitude": "-84.874123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32004", + "city": "Ponte Vedra Beach", + "state": "FL", + "latitude": "29.937673", + "longitude": "-81.420603", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32007", + "city": "Bostwick", + "state": "FL", + "latitude": "29.799631", + "longitude": "-81.627324", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32008", + "city": "Branford", + "state": "FL", + "latitude": "29.928691", + "longitude": "-82.910320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32009", + "city": "Bryceville", + "state": "FL", + "latitude": "30.421425", + "longitude": "-81.957410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32011", + "city": "Callahan", + "state": "FL", + "latitude": "30.567684", + "longitude": "-81.840510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32013", + "city": "Day", + "state": "FL", + "latitude": "30.193758", + "longitude": "-83.292660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32024", + "city": "Lake City", + "state": "FL", + "latitude": "30.108128", + "longitude": "-82.725290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32025", + "city": "Lake City", + "state": "FL", + "latitude": "30.155229", + "longitude": "-82.621650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32030", + "city": "Doctors Inlet", + "state": "FL", + "latitude": "30.105553", + "longitude": "-81.768964", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32033", + "city": "Elkton", + "state": "FL", + "latitude": "29.787831", + "longitude": "-81.446680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32034", + "city": "Fernandina Beach", + "state": "FL", + "latitude": "30.641487", + "longitude": "-81.460920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32035", + "city": "Fernandina Beach", + "state": "FL", + "latitude": "30.551558", + "longitude": "-81.698422", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32038", + "city": "Fort White", + "state": "FL", + "latitude": "29.922221", + "longitude": "-82.714250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32040", + "city": "Glen Saint Mary", + "state": "FL", + "latitude": "30.272356", + "longitude": "-82.213510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32041", + "city": "Yulee", + "state": "FL", + "latitude": "30.623300", + "longitude": "-81.590249", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32042", + "city": "Graham", + "state": "FL", + "latitude": "29.968926", + "longitude": "-82.122553", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32043", + "city": "Green Cove Springs", + "state": "FL", + "latitude": "29.972890", + "longitude": "-81.721950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32044", + "city": "Hampton", + "state": "FL", + "latitude": "29.863141", + "longitude": "-82.156230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32046", + "city": "Hilliard", + "state": "FL", + "latitude": "30.685319", + "longitude": "-81.930610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32047", + "city": "Yulee", + "state": "FL", + "latitude": "30.621671", + "longitude": "-81.617754", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32050", + "city": "Middleburg", + "state": "FL", + "latitude": "30.031702", + "longitude": "-81.848401", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32052", + "city": "Jasper", + "state": "FL", + "latitude": "30.491893", + "longitude": "-82.948760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32053", + "city": "Jennings", + "state": "FL", + "latitude": "30.581517", + "longitude": "-83.138410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32054", + "city": "Lake Butler", + "state": "FL", + "latitude": "30.005135", + "longitude": "-82.381030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32055", + "city": "Lake City", + "state": "FL", + "latitude": "30.216073", + "longitude": "-82.639600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32056", + "city": "Lake City", + "state": "FL", + "latitude": "30.162772", + "longitude": "-82.651184", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32058", + "city": "Lawtey", + "state": "FL", + "latitude": "30.061174", + "longitude": "-82.094300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32059", + "city": "Lee", + "state": "FL", + "latitude": "30.421598", + "longitude": "-83.270370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32060", + "city": "Live Oak", + "state": "FL", + "latitude": "30.285127", + "longitude": "-83.041060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32061", + "city": "Lulu", + "state": "FL", + "latitude": "30.101542", + "longitude": "-82.503370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32062", + "city": "McAlpin", + "state": "FL", + "latitude": "30.137620", + "longitude": "-82.987320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32063", + "city": "Macclenny", + "state": "FL", + "latitude": "30.267664", + "longitude": "-82.124570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32064", + "city": "Live Oak", + "state": "FL", + "latitude": "30.331517", + "longitude": "-82.957151", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32065", + "city": "Orange Park", + "state": "FL", + "latitude": "30.133007", + "longitude": "-81.779040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32066", + "city": "Mayo", + "state": "FL", + "latitude": "30.084849", + "longitude": "-83.218490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32067", + "city": "Orange Park", + "state": "FL", + "latitude": "29.956068", + "longitude": "-81.815115", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32068", + "city": "Middleburg", + "state": "FL", + "latitude": "30.074926", + "longitude": "-81.879320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32071", + "city": "O Brien", + "state": "FL", + "latitude": "30.039096", + "longitude": "-82.944810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32072", + "city": "Olustee", + "state": "FL", + "latitude": "30.210947", + "longitude": "-82.436010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32073", + "city": "Orange Park", + "state": "FL", + "latitude": "30.160965", + "longitude": "-81.729160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32079", + "city": "Penney Farms", + "state": "FL", + "latitude": "29.979095", + "longitude": "-81.809910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32080", + "city": "St. Augustine", + "state": "FL", + "latitude": "29.838279", + "longitude": "-81.275174", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32081", + "city": "Pomona Park", + "state": "FL", + "latitude": "29.501990", + "longitude": "-81.600108", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32082", + "city": "Ponte Vedra Beach", + "state": "FL", + "latitude": "30.189934", + "longitude": "-81.382130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32083", + "city": "Raiford", + "state": "FL", + "latitude": "30.070341", + "longitude": "-82.223710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32084", + "city": "Saint Augustine", + "state": "FL", + "latitude": "29.871310", + "longitude": "-81.294640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32085", + "city": "Saint Augustine", + "state": "FL", + "latitude": "29.937673", + "longitude": "-81.420603", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32086", + "city": "Saint Augustine", + "state": "FL", + "latitude": "29.811123", + "longitude": "-81.309870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32087", + "city": "Sanderson", + "state": "FL", + "latitude": "30.390734", + "longitude": "-82.260390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32091", + "city": "Starke", + "state": "FL", + "latitude": "29.937512", + "longitude": "-82.117060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32092", + "city": "Saint Augustine", + "state": "FL", + "latitude": "29.955409", + "longitude": "-81.512840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32094", + "city": "Wellborn", + "state": "FL", + "latitude": "30.203153", + "longitude": "-82.814210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32095", + "city": "Saint Augustine", + "state": "FL", + "latitude": "29.923718", + "longitude": "-81.339620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32096", + "city": "White Springs", + "state": "FL", + "latitude": "30.366085", + "longitude": "-82.760550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32097", + "city": "Yulee", + "state": "FL", + "latitude": "30.639280", + "longitude": "-81.594420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32098", + "city": "Palm Valley", + "state": "FL", + "latitude": "30.164918", + "longitude": "-81.378181", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32099", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.337538", + "longitude": "-81.768622", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32102", + "city": "Astor", + "state": "FL", + "latitude": "29.174417", + "longitude": "-81.563190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32105", + "city": "Barberville", + "state": "FL", + "latitude": "29.200508", + "longitude": "-81.406458", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32110", + "city": "Bunnell", + "state": "FL", + "latitude": "29.445826", + "longitude": "-81.302030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32111", + "city": "Candler", + "state": "FL", + "latitude": "29.060711", + "longitude": "-81.969048", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32112", + "city": "Crescent City", + "state": "FL", + "latitude": "29.425693", + "longitude": "-81.556860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32113", + "city": "Citra", + "state": "FL", + "latitude": "29.393366", + "longitude": "-82.098050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32114", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.204009", + "longitude": "-81.036020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32115", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32116", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.109090", + "longitude": "-80.984344", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32117", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.238606", + "longitude": "-81.053160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32118", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.210309", + "longitude": "-81.002590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32119", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.153239", + "longitude": "-81.022290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32120", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32121", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32122", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32123", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32124", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.105506", + "longitude": "-81.086420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32125", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32126", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32127", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.116361", + "longitude": "-80.981750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32128", + "city": "Port Orange", + "state": "FL", + "latitude": "29.080251", + "longitude": "-81.045962", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32129", + "city": "Port Orange", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32130", + "city": "De Leon Springs", + "state": "FL", + "latitude": "29.140657", + "longitude": "-81.344970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32131", + "city": "East Palatka", + "state": "FL", + "latitude": "29.668112", + "longitude": "-81.590050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32132", + "city": "Edgewater", + "state": "FL", + "latitude": "28.982714", + "longitude": "-80.911000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32133", + "city": "Eastlake Weir", + "state": "FL", + "latitude": "29.008805", + "longitude": "-81.909445", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32134", + "city": "Fort McCoy", + "state": "FL", + "latitude": "29.401523", + "longitude": "-81.836360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32135", + "city": "Palm Coast", + "state": "FL", + "latitude": "29.466085", + "longitude": "-81.282815", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32136", + "city": "Flagler Beach", + "state": "FL", + "latitude": "29.470330", + "longitude": "-81.133160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32137", + "city": "Palm Coast", + "state": "FL", + "latitude": "29.581683", + "longitude": "-81.216450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32138", + "city": "Grandin", + "state": "FL", + "latitude": "29.727276", + "longitude": "-81.920500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32139", + "city": "Georgetown", + "state": "FL", + "latitude": "29.385225", + "longitude": "-81.610520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32140", + "city": "Florahome", + "state": "FL", + "latitude": "29.765329", + "longitude": "-81.856020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32141", + "city": "Edgewater", + "state": "FL", + "latitude": "28.944915", + "longitude": "-80.895240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32142", + "city": "Palm Coast", + "state": "FL", + "latitude": "29.466085", + "longitude": "-81.282815", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32145", + "city": "Hastings", + "state": "FL", + "latitude": "29.656806", + "longitude": "-81.461220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32147", + "city": "Hollister", + "state": "FL", + "latitude": "29.634649", + "longitude": "-81.807430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32148", + "city": "Interlachen", + "state": "FL", + "latitude": "29.640791", + "longitude": "-81.886480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32149", + "city": "Interlachen", + "state": "FL", + "latitude": "29.582030", + "longitude": "-81.744852", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32151", + "city": "Flagler Beach", + "state": "FL", + "latitude": "29.466085", + "longitude": "-81.282815", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32157", + "city": "Lake Como", + "state": "FL", + "latitude": "29.467357", + "longitude": "-81.571640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32158", + "city": "Lady Lake", + "state": "FL", + "latitude": "28.811078", + "longitude": "-81.653642", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32159", + "city": "Lady Lake", + "state": "FL", + "latitude": "28.930573", + "longitude": "-81.938060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32160", + "city": "Lake Geneva", + "state": "FL", + "latitude": "29.768321", + "longitude": "-81.990729", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32162", + "city": "The Villages", + "state": "FL", + "latitude": "28.945246", + "longitude": "-81.987609", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32164", + "city": "Palm Coast", + "state": "FL", + "latitude": "29.499591", + "longitude": "-81.223280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32168", + "city": "New Smyrna Beach", + "state": "FL", + "latitude": "29.016897", + "longitude": "-80.957360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32169", + "city": "New Smyrna Beach", + "state": "FL", + "latitude": "28.998887", + "longitude": "-80.875610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32170", + "city": "New Smyrna Beach", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32173", + "city": "Ormond Beach", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32174", + "city": "Ormond Beach", + "state": "FL", + "latitude": "29.284924", + "longitude": "-81.102960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32175", + "city": "Ormond Beach", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32176", + "city": "Ormond Beach", + "state": "FL", + "latitude": "29.316606", + "longitude": "-81.056110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32177", + "city": "Palatka", + "state": "FL", + "latitude": "29.666218", + "longitude": "-81.674010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32178", + "city": "Palatka", + "state": "FL", + "latitude": "29.644306", + "longitude": "-81.668593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32179", + "city": "Ocklawaha", + "state": "FL", + "latitude": "29.071931", + "longitude": "-81.890730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32180", + "city": "Pierson", + "state": "FL", + "latitude": "29.231366", + "longitude": "-81.450950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32181", + "city": "Pomona Park", + "state": "FL", + "latitude": "29.488583", + "longitude": "-81.608800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32182", + "city": "Orange Springs", + "state": "FL", + "latitude": "29.493034", + "longitude": "-81.965230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32183", + "city": "Ocklawaha", + "state": "FL", + "latitude": "29.084013", + "longitude": "-81.834900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32185", + "city": "Putnam Hall", + "state": "FL", + "latitude": "29.740034", + "longitude": "-81.958580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32187", + "city": "San Mateo", + "state": "FL", + "latitude": "29.589748", + "longitude": "-81.570090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32189", + "city": "Satsuma", + "state": "FL", + "latitude": "29.556365", + "longitude": "-81.644330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32190", + "city": "Seville", + "state": "FL", + "latitude": "29.332109", + "longitude": "-81.500080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32192", + "city": "Sparr", + "state": "FL", + "latitude": "29.326821", + "longitude": "-82.104632", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32193", + "city": "Welaka", + "state": "FL", + "latitude": "29.476035", + "longitude": "-81.663310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32195", + "city": "Weirsdale", + "state": "FL", + "latitude": "29.003387", + "longitude": "-81.892620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32198", + "city": "Daytona Beach", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32201", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.389438", + "longitude": "-81.680806", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32202", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.328539", + "longitude": "-81.651010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32203", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.322810", + "longitude": "-81.547044", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32204", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.323806", + "longitude": "-81.681740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32205", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.307439", + "longitude": "-81.720440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32206", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.351006", + "longitude": "-81.646640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32207", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.294389", + "longitude": "-81.637400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32208", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.392888", + "longitude": "-81.679330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32209", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.354588", + "longitude": "-81.691130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32210", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.268572", + "longitude": "-81.739870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32211", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.333022", + "longitude": "-81.586000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32212", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.222683", + "longitude": "-81.701650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32214", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32215", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.232890", + "longitude": "-81.914850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32216", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.283740", + "longitude": "-81.583590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32217", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.243540", + "longitude": "-81.620980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32218", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.449096", + "longitude": "-81.656510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32219", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.411564", + "longitude": "-81.766530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32220", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.329588", + "longitude": "-81.808650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32221", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.292631", + "longitude": "-81.805020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32222", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.230272", + "longitude": "-81.812550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32223", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.159091", + "longitude": "-81.630730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32224", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.284511", + "longitude": "-81.470430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32225", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.348585", + "longitude": "-81.499650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32226", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.453405", + "longitude": "-81.525510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32227", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.383023", + "longitude": "-81.410490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32228", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.382390", + "longitude": "-81.436859", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32229", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32230", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32231", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32232", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32233", + "city": "Atlantic Beach", + "state": "FL", + "latitude": "30.343407", + "longitude": "-81.409490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32234", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.226463", + "longitude": "-81.983640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32235", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32236", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32237", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32238", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32239", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32240", + "city": "Jacksonville Beach", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32241", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32244", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.222489", + "longitude": "-81.748940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32245", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32246", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.296911", + "longitude": "-81.522280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32247", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32250", + "city": "Jacksonville Beach", + "state": "FL", + "latitude": "30.284641", + "longitude": "-81.398440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32254", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.336038", + "longitude": "-81.725090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32255", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.287041", + "longitude": "-81.389305", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32256", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.206922", + "longitude": "-81.546040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32257", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.192434", + "longitude": "-81.605970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32258", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.148209", + "longitude": "-81.568820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32259", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.092346", + "longitude": "-81.602740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32260", + "city": "Jacksonville", + "state": "FL", + "latitude": "29.937673", + "longitude": "-81.420603", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32266", + "city": "Neptune Beach", + "state": "FL", + "latitude": "30.316641", + "longitude": "-81.403080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32267", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.344940", + "longitude": "-81.683107", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32276", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.325739", + "longitude": "-81.659017", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32277", + "city": "Jacksonville", + "state": "FL", + "latitude": "30.364339", + "longitude": "-81.590870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32301", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.431283", + "longitude": "-84.269030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32302", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.479347", + "longitude": "-84.346204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32303", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.486061", + "longitude": "-84.315280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32304", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.446766", + "longitude": "-84.323940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32305", + "city": "Wakulla Springs", + "state": "FL", + "latitude": "30.130775", + "longitude": "-84.406629", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32306", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.442499", + "longitude": "-84.298550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32307", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.425650", + "longitude": "-84.287749", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32308", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.531677", + "longitude": "-84.160490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32309", + "city": "Miccosukee Cpo", + "state": "FL", + "latitude": "30.514599", + "longitude": "-84.188446", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32310", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.400318", + "longitude": "-84.348030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32311", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.403146", + "longitude": "-84.188410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32312", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.554434", + "longitude": "-84.259790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32313", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.479347", + "longitude": "-84.346204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32314", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.479347", + "longitude": "-84.346204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32315", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.479347", + "longitude": "-84.346204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32316", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.479347", + "longitude": "-84.346204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32317", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.479347", + "longitude": "-84.346204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32320", + "city": "Apalachicola", + "state": "FL", + "latitude": "29.718770", + "longitude": "-85.027040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32321", + "city": "Bristol", + "state": "FL", + "latitude": "30.360070", + "longitude": "-84.976680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32322", + "city": "Carrabelle", + "state": "FL", + "latitude": "29.912584", + "longitude": "-84.640700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32323", + "city": "Lanark Village", + "state": "FL", + "latitude": "29.879559", + "longitude": "-84.601340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32324", + "city": "Chattahoochee", + "state": "FL", + "latitude": "30.687983", + "longitude": "-84.821800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32326", + "city": "Crawfordville", + "state": "FL", + "latitude": "30.183372", + "longitude": "-84.349060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32327", + "city": "Crawfordville", + "state": "FL", + "latitude": "30.194939", + "longitude": "-84.355330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32328", + "city": "Eastpoint", + "state": "FL", + "latitude": "29.825252", + "longitude": "-84.892470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32329", + "city": "Apalachicola", + "state": "FL", + "latitude": "29.745526", + "longitude": "-85.023947", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32330", + "city": "Greensboro", + "state": "FL", + "latitude": "30.571364", + "longitude": "-84.743460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32331", + "city": "Greenville", + "state": "FL", + "latitude": "30.442203", + "longitude": "-83.651120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32332", + "city": "Gretna", + "state": "FL", + "latitude": "30.616479", + "longitude": "-84.662920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32333", + "city": "Havana", + "state": "FL", + "latitude": "30.607352", + "longitude": "-84.413760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32334", + "city": "Hosford", + "state": "FL", + "latitude": "30.381958", + "longitude": "-84.777670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32335", + "city": "Sumatra", + "state": "FL", + "latitude": "30.060351", + "longitude": "-85.044770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32336", + "city": "Lamont", + "state": "FL", + "latitude": "30.416739", + "longitude": "-83.823900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32337", + "city": "Lloyd", + "state": "FL", + "latitude": "30.478502", + "longitude": "-84.020830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32340", + "city": "Madison", + "state": "FL", + "latitude": "30.476181", + "longitude": "-83.403030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32341", + "city": "Madison", + "state": "FL", + "latitude": "30.477560", + "longitude": "-83.391393", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32342", + "city": "Midway", + "state": "FL", + "latitude": "30.496047", + "longitude": "-84.483258", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32343", + "city": "Midway", + "state": "FL", + "latitude": "30.494878", + "longitude": "-84.462590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32344", + "city": "Monticello", + "state": "FL", + "latitude": "30.530854", + "longitude": "-83.880170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32345", + "city": "Monticello", + "state": "FL", + "latitude": "30.342161", + "longitude": "-83.840177", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32346", + "city": "Panacea", + "state": "FL", + "latitude": "29.983931", + "longitude": "-84.387980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32347", + "city": "Perry", + "state": "FL", + "latitude": "30.080602", + "longitude": "-83.581190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32348", + "city": "Perry", + "state": "FL", + "latitude": "29.966454", + "longitude": "-83.659371", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32349", + "city": "Perry", + "state": "FL", + "latitude": "30.100578", + "longitude": "-83.578106", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32350", + "city": "Pinetta", + "state": "FL", + "latitude": "30.594145", + "longitude": "-83.325450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32351", + "city": "Quincy", + "state": "FL", + "latitude": "30.573563", + "longitude": "-84.614700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32352", + "city": "Mount Pleasant", + "state": "FL", + "latitude": "30.665715", + "longitude": "-84.753630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32353", + "city": "Quincy", + "state": "FL", + "latitude": "30.549676", + "longitude": "-84.606864", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32355", + "city": "Saint Marks", + "state": "FL", + "latitude": "30.162414", + "longitude": "-84.209230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32356", + "city": "Salem", + "state": "FL", + "latitude": "29.900822", + "longitude": "-83.420880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32357", + "city": "Shady Grove", + "state": "FL", + "latitude": "30.281630", + "longitude": "-83.630820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32358", + "city": "Sopchoppy", + "state": "FL", + "latitude": "30.029899", + "longitude": "-84.505950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32359", + "city": "Steinhatchee", + "state": "FL", + "latitude": "29.673459", + "longitude": "-83.384160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32360", + "city": "Telogia", + "state": "FL", + "latitude": "30.184365", + "longitude": "-84.883550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32361", + "city": "Wacissa", + "state": "FL", + "latitude": "30.357761", + "longitude": "-83.988820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32362", + "city": "Woodville", + "state": "FL", + "latitude": "30.319263", + "longitude": "-84.267397", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32395", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.479347", + "longitude": "-84.346204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32399", + "city": "Tallahassee", + "state": "FL", + "latitude": "30.420146", + "longitude": "-84.233310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32401", + "city": "Panama City", + "state": "FL", + "latitude": "30.161901", + "longitude": "-85.652970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32402", + "city": "Panama City", + "state": "FL", + "latitude": "30.234451", + "longitude": "-85.692035", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32403", + "city": "Panama City", + "state": "FL", + "latitude": "30.068188", + "longitude": "-85.609750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32404", + "city": "Panama City", + "state": "FL", + "latitude": "30.188585", + "longitude": "-85.563920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32405", + "city": "Panama City", + "state": "FL", + "latitude": "30.195424", + "longitude": "-85.664580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32406", + "city": "Panama City", + "state": "FL", + "latitude": "30.234451", + "longitude": "-85.692035", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32407", + "city": "Panama City Beach", + "state": "FL", + "latitude": "30.196771", + "longitude": "-85.812790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32408", + "city": "Panama City", + "state": "FL", + "latitude": "30.154621", + "longitude": "-85.763670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32409", + "city": "Panama City", + "state": "FL", + "latitude": "30.330553", + "longitude": "-85.654130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32410", + "city": "Mexico Beach", + "state": "FL", + "latitude": "29.945008", + "longitude": "-85.414610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32411", + "city": "Panama City", + "state": "FL", + "latitude": "30.234451", + "longitude": "-85.692035", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32412", + "city": "Panama City", + "state": "FL", + "latitude": "30.234451", + "longitude": "-85.692035", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32413", + "city": "Panama City Beach", + "state": "FL", + "latitude": "30.252616", + "longitude": "-85.904130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32417", + "city": "Panama City", + "state": "FL", + "latitude": "30.243832", + "longitude": "-85.916988", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32420", + "city": "Alford", + "state": "FL", + "latitude": "30.641154", + "longitude": "-85.375420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32421", + "city": "Altha", + "state": "FL", + "latitude": "30.540300", + "longitude": "-85.182290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32422", + "city": "Argyle", + "state": "FL", + "latitude": "30.716494", + "longitude": "-86.038890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32423", + "city": "Bascom", + "state": "FL", + "latitude": "30.959504", + "longitude": "-85.056440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32424", + "city": "Blountstown", + "state": "FL", + "latitude": "30.420070", + "longitude": "-85.072990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32425", + "city": "Bonifay", + "state": "FL", + "latitude": "30.838337", + "longitude": "-85.674950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32426", + "city": "Campbellton", + "state": "FL", + "latitude": "30.955359", + "longitude": "-85.382880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32427", + "city": "Caryville", + "state": "FL", + "latitude": "30.821603", + "longitude": "-85.806000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32428", + "city": "Chipley", + "state": "FL", + "latitude": "30.636228", + "longitude": "-85.577500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32430", + "city": "Clarksville", + "state": "FL", + "latitude": "30.438819", + "longitude": "-85.243810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32431", + "city": "Cottondale", + "state": "FL", + "latitude": "30.779196", + "longitude": "-85.393710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32432", + "city": "Cypress", + "state": "FL", + "latitude": "30.713868", + "longitude": "-85.077900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32433", + "city": "Defuniak Springs", + "state": "FL", + "latitude": "30.747244", + "longitude": "-86.146650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32434", + "city": "Mossy Head", + "state": "FL", + "latitude": "30.762486", + "longitude": "-86.342683", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32435", + "city": "Defuniak Springs", + "state": "FL", + "latitude": "30.603777", + "longitude": "-86.121110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32436", + "city": "Wewahitchka", + "state": "FL", + "latitude": "30.110171", + "longitude": "-85.198431", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32437", + "city": "Ebro", + "state": "FL", + "latitude": "30.443152", + "longitude": "-85.880790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32438", + "city": "Fountain", + "state": "FL", + "latitude": "30.488955", + "longitude": "-85.416730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32439", + "city": "Freeport", + "state": "FL", + "latitude": "30.482838", + "longitude": "-86.167500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32440", + "city": "Graceville", + "state": "FL", + "latitude": "30.935306", + "longitude": "-85.521710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32442", + "city": "Grand Ridge", + "state": "FL", + "latitude": "30.698517", + "longitude": "-85.016190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32443", + "city": "Greenwood", + "state": "FL", + "latitude": "30.860528", + "longitude": "-85.111420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32444", + "city": "Lynn Haven", + "state": "FL", + "latitude": "30.239849", + "longitude": "-85.645770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32445", + "city": "Malone", + "state": "FL", + "latitude": "30.961401", + "longitude": "-85.169190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32446", + "city": "Marianna", + "state": "FL", + "latitude": "30.804698", + "longitude": "-85.220600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32447", + "city": "Marianna", + "state": "FL", + "latitude": "30.759353", + "longitude": "-85.257120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32448", + "city": "Marianna", + "state": "FL", + "latitude": "30.675635", + "longitude": "-85.232830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32449", + "city": "Kinard", + "state": "FL", + "latitude": "30.283088", + "longitude": "-85.218920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32452", + "city": "Noma", + "state": "FL", + "latitude": "30.849972", + "longitude": "-85.768022", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32454", + "city": "Point Washington", + "state": "FL", + "latitude": "30.603777", + "longitude": "-86.121110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32455", + "city": "Ponce De Leon", + "state": "FL", + "latitude": "30.657214", + "longitude": "-85.960350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32456", + "city": "Port Saint Joe", + "state": "FL", + "latitude": "29.846517", + "longitude": "-85.327920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32457", + "city": "Port Saint Joe", + "state": "FL", + "latitude": "29.902484", + "longitude": "-85.242169", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32459", + "city": "Santa Rosa Beach", + "state": "FL", + "latitude": "30.361248", + "longitude": "-86.187590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32460", + "city": "Sneads", + "state": "FL", + "latitude": "30.735645", + "longitude": "-84.945630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32461", + "city": "Sunnyside", + "state": "FL", + "latitude": "30.252531", + "longitude": "-85.942389", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32462", + "city": "Vernon", + "state": "FL", + "latitude": "30.563809", + "longitude": "-85.823570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32463", + "city": "Wausau", + "state": "FL", + "latitude": "30.631345", + "longitude": "-85.589810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32464", + "city": "Westville", + "state": "FL", + "latitude": "30.892936", + "longitude": "-85.939880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32465", + "city": "Wewahitchka", + "state": "FL", + "latitude": "30.045471", + "longitude": "-85.228220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32466", + "city": "Youngstown", + "state": "FL", + "latitude": "30.373845", + "longitude": "-85.528910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32476", + "city": "Lake Mary", + "state": "FL", + "latitude": "28.773699", + "longitude": "-81.344414", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32478", + "city": "Chipley", + "state": "FL", + "latitude": "30.778182", + "longitude": "-85.538320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32501", + "city": "Pensacola", + "state": "FL", + "latitude": "30.420997", + "longitude": "-87.223050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32502", + "city": "Pensacola", + "state": "FL", + "latitude": "30.474288", + "longitude": "-87.225691", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32503", + "city": "Pensacola", + "state": "FL", + "latitude": "30.447997", + "longitude": "-87.207270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32504", + "city": "Pensacola", + "state": "FL", + "latitude": "30.487870", + "longitude": "-87.189370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32505", + "city": "Pensacola", + "state": "FL", + "latitude": "30.441994", + "longitude": "-87.254720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32506", + "city": "Pensacola", + "state": "FL", + "latitude": "30.408807", + "longitude": "-87.319190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32507", + "city": "Pensacola", + "state": "FL", + "latitude": "30.360887", + "longitude": "-87.334510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32508", + "city": "Pensacola", + "state": "FL", + "latitude": "30.355477", + "longitude": "-87.290350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32509", + "city": "Pensacola", + "state": "FL", + "latitude": "30.464324", + "longitude": "-87.340262", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32511", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32512", + "city": "Pensacola", + "state": "FL", + "latitude": "30.394327", + "longitude": "-87.299129", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32513", + "city": "Pensacola", + "state": "FL", + "latitude": "30.557064", + "longitude": "-87.259592", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32514", + "city": "Pensacola", + "state": "FL", + "latitude": "30.527195", + "longitude": "-87.214850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32516", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32520", + "city": "Pensacola", + "state": "FL", + "latitude": "30.412377", + "longitude": "-87.203543", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32521", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32522", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32523", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32524", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32526", + "city": "Pensacola", + "state": "FL", + "latitude": "30.479002", + "longitude": "-87.319960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32530", + "city": "Bagdad", + "state": "FL", + "latitude": "30.598564", + "longitude": "-87.031496", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32531", + "city": "Baker", + "state": "FL", + "latitude": "30.875200", + "longitude": "-86.686070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32533", + "city": "Cantonment", + "state": "FL", + "latitude": "30.600993", + "longitude": "-87.319790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32534", + "city": "Pensacola", + "state": "FL", + "latitude": "30.526345", + "longitude": "-87.277340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32535", + "city": "Century", + "state": "FL", + "latitude": "30.969066", + "longitude": "-87.306040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32536", + "city": "Crestview", + "state": "FL", + "latitude": "30.760184", + "longitude": "-86.585330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32537", + "city": "Milligan", + "state": "FL", + "latitude": "30.741965", + "longitude": "-86.655208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32538", + "city": "Paxton", + "state": "FL", + "latitude": "30.970853", + "longitude": "-86.311093", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32539", + "city": "Crestview", + "state": "FL", + "latitude": "30.757479", + "longitude": "-86.510880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32540", + "city": "Destin", + "state": "FL", + "latitude": "30.661155", + "longitude": "-86.594479", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32541", + "city": "Destin", + "state": "FL", + "latitude": "30.391795", + "longitude": "-86.433800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32542", + "city": "Eglin AFB", + "state": "FL", + "latitude": "30.457156", + "longitude": "-86.550810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32544", + "city": "Hurlburt Field", + "state": "FL", + "latitude": "30.464755", + "longitude": "-86.646430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32546", + "city": "Myrtle Grove", + "state": "FL", + "latitude": "30.409264", + "longitude": "-87.292755", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32547", + "city": "Fort Walton Beach", + "state": "FL", + "latitude": "30.447248", + "longitude": "-86.621130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32548", + "city": "Fort Walton Beach", + "state": "FL", + "latitude": "30.414932", + "longitude": "-86.619920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32549", + "city": "Fort Walton Beach", + "state": "FL", + "latitude": "30.661155", + "longitude": "-86.594479", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32550", + "city": "Miramar Beach", + "state": "FL", + "latitude": "30.381934", + "longitude": "-86.359508", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32559", + "city": "Pensacola", + "state": "FL", + "latitude": "30.356287", + "longitude": "-87.277307", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32560", + "city": "Gonzalez", + "state": "FL", + "latitude": "30.581825", + "longitude": "-87.292918", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32561", + "city": "Gulf Breeze", + "state": "FL", + "latitude": "30.375469", + "longitude": "-87.090130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32562", + "city": "Gulf Breeze", + "state": "FL", + "latitude": "30.659159", + "longitude": "-87.049720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32563", + "city": "Harold", + "state": "FL", + "latitude": "30.659159", + "longitude": "-87.049720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32564", + "city": "Holt", + "state": "FL", + "latitude": "30.717437", + "longitude": "-86.770750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32565", + "city": "Jay", + "state": "FL", + "latitude": "30.902015", + "longitude": "-87.132670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32566", + "city": "Gulf Breeze", + "state": "FL", + "latitude": "30.435069", + "longitude": "-86.890250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32567", + "city": "Laurel Hill", + "state": "FL", + "latitude": "30.945123", + "longitude": "-86.437490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32568", + "city": "McDavid", + "state": "FL", + "latitude": "30.878449", + "longitude": "-87.478610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32569", + "city": "Mary Esther", + "state": "FL", + "latitude": "30.409902", + "longitude": "-86.714970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32570", + "city": "Milton", + "state": "FL", + "latitude": "30.709690", + "longitude": "-87.010980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32571", + "city": "Milton", + "state": "FL", + "latitude": "30.627637", + "longitude": "-87.167240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32572", + "city": "Milton", + "state": "FL", + "latitude": "30.659159", + "longitude": "-87.049720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32573", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32574", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32575", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32576", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32577", + "city": "Molino", + "state": "FL", + "latitude": "30.743945", + "longitude": "-87.348720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32578", + "city": "Niceville", + "state": "FL", + "latitude": "30.500901", + "longitude": "-86.453350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32579", + "city": "Shalimar", + "state": "FL", + "latitude": "30.444975", + "longitude": "-86.573310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32580", + "city": "Valparaiso", + "state": "FL", + "latitude": "30.507047", + "longitude": "-86.497020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32581", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32582", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32583", + "city": "Milton", + "state": "FL", + "latitude": "30.581490", + "longitude": "-87.001780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32588", + "city": "Niceville", + "state": "FL", + "latitude": "30.661155", + "longitude": "-86.594479", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32589", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32590", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32591", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32592", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32593", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32594", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32595", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32596", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32597", + "city": "Pensacola", + "state": "FL", + "latitude": "30.529739", + "longitude": "-87.275693", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32598", + "city": "Pensacola", + "state": "FL", + "latitude": "30.614280", + "longitude": "-87.275772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "32601", + "city": "Gainesville", + "state": "FL", + "latitude": "29.653195", + "longitude": "-82.324400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32602", + "city": "Gainesville", + "state": "FL", + "latitude": "29.629887", + "longitude": "-82.396567", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32603", + "city": "Gainesville", + "state": "FL", + "latitude": "29.653145", + "longitude": "-82.346900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32604", + "city": "Gainesville", + "state": "FL", + "latitude": "29.573293", + "longitude": "-82.397904", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32605", + "city": "Gainesville", + "state": "FL", + "latitude": "29.676006", + "longitude": "-82.368890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32606", + "city": "Gainesville", + "state": "FL", + "latitude": "29.681426", + "longitude": "-82.415020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32607", + "city": "Gainesville", + "state": "FL", + "latitude": "29.646189", + "longitude": "-82.396580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32608", + "city": "Gainesville", + "state": "FL", + "latitude": "29.611545", + "longitude": "-82.394100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32609", + "city": "Gainesville", + "state": "FL", + "latitude": "29.713911", + "longitude": "-82.295910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32610", + "city": "Gainesville", + "state": "FL", + "latitude": "29.681312", + "longitude": "-82.353862", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32611", + "city": "Gainesville", + "state": "FL", + "latitude": "29.681312", + "longitude": "-82.353862", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32612", + "city": "Gainesville", + "state": "FL", + "latitude": "29.681312", + "longitude": "-82.353862", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32613", + "city": "Gainesville", + "state": "FL", + "latitude": "29.681312", + "longitude": "-82.353862", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32614", + "city": "Gainesville", + "state": "FL", + "latitude": "29.681312", + "longitude": "-82.353862", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32615", + "city": "Alachua", + "state": "FL", + "latitude": "29.801949", + "longitude": "-82.488720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32616", + "city": "Alachua", + "state": "FL", + "latitude": "29.790674", + "longitude": "-82.493510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32617", + "city": "Anthony", + "state": "FL", + "latitude": "29.315961", + "longitude": "-82.100920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32618", + "city": "Archer", + "state": "FL", + "latitude": "29.517277", + "longitude": "-82.545180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32619", + "city": "Bell", + "state": "FL", + "latitude": "29.764553", + "longitude": "-82.870620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32621", + "city": "Bronson", + "state": "FL", + "latitude": "29.447069", + "longitude": "-82.604520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32622", + "city": "Brooker", + "state": "FL", + "latitude": "29.896156", + "longitude": "-82.303580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32625", + "city": "Cedar Key", + "state": "FL", + "latitude": "29.178171", + "longitude": "-83.022430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32626", + "city": "Chiefland", + "state": "FL", + "latitude": "29.453178", + "longitude": "-82.868370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32627", + "city": "Gainesville", + "state": "FL", + "latitude": "29.681312", + "longitude": "-82.353862", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32628", + "city": "Cross City", + "state": "FL", + "latitude": "29.630964", + "longitude": "-83.114800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32631", + "city": "Earleton", + "state": "FL", + "latitude": "29.730413", + "longitude": "-82.097095", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32633", + "city": "Evinston", + "state": "FL", + "latitude": "29.681312", + "longitude": "-82.353862", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32634", + "city": "Fairfield", + "state": "FL", + "latitude": "29.350890", + "longitude": "-82.276480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32635", + "city": "Gainesville", + "state": "FL", + "latitude": "29.681312", + "longitude": "-82.353862", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32638", + "city": "Trenton", + "state": "FL", + "latitude": "29.622568", + "longitude": "-82.808642", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32639", + "city": "Gulf Hammock", + "state": "FL", + "latitude": "29.231843", + "longitude": "-82.729650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32640", + "city": "Hawthorne", + "state": "FL", + "latitude": "29.601599", + "longitude": "-82.030900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32641", + "city": "Gainesville", + "state": "FL", + "latitude": "29.648594", + "longitude": "-82.286210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32643", + "city": "High Springs", + "state": "FL", + "latitude": "29.823616", + "longitude": "-82.604070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32644", + "city": "Chiefland", + "state": "FL", + "latitude": "29.460221", + "longitude": "-82.855334", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32648", + "city": "Horseshoe Beach", + "state": "FL", + "latitude": "29.458513", + "longitude": "-83.276040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32653", + "city": "Gainesville", + "state": "FL", + "latitude": "29.735832", + "longitude": "-82.390080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32654", + "city": "Island Grove", + "state": "FL", + "latitude": "29.459973", + "longitude": "-82.108190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32655", + "city": "High Springs", + "state": "FL", + "latitude": "29.817457", + "longitude": "-82.600640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32656", + "city": "Keystone Heights", + "state": "FL", + "latitude": "29.788679", + "longitude": "-82.004210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32658", + "city": "La Crosse", + "state": "FL", + "latitude": "29.845122", + "longitude": "-82.398450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32662", + "city": "Lochloosa", + "state": "FL", + "latitude": "29.514298", + "longitude": "-82.098290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32663", + "city": "Lowell", + "state": "FL", + "latitude": "29.342404", + "longitude": "-82.212649", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32664", + "city": "McIntosh", + "state": "FL", + "latitude": "29.450353", + "longitude": "-82.220690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32666", + "city": "Melrose", + "state": "FL", + "latitude": "29.733375", + "longitude": "-82.010480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32667", + "city": "Micanopy", + "state": "FL", + "latitude": "29.502067", + "longitude": "-82.277750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32668", + "city": "Morriston", + "state": "FL", + "latitude": "29.282158", + "longitude": "-82.517760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32669", + "city": "Newberry", + "state": "FL", + "latitude": "29.640613", + "longitude": "-82.594460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32680", + "city": "Old Town", + "state": "FL", + "latitude": "29.643244", + "longitude": "-82.990260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32681", + "city": "Orange Lake", + "state": "FL", + "latitude": "29.425291", + "longitude": "-82.215800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32683", + "city": "Otter Creek", + "state": "FL", + "latitude": "29.319173", + "longitude": "-82.779650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32686", + "city": "Reddick", + "state": "FL", + "latitude": "29.364039", + "longitude": "-82.234830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32692", + "city": "Suwannee", + "state": "FL", + "latitude": "29.330426", + "longitude": "-83.144010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32693", + "city": "Trenton", + "state": "FL", + "latitude": "29.598935", + "longitude": "-82.827520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32694", + "city": "Waldo", + "state": "FL", + "latitude": "29.789597", + "longitude": "-82.162100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32696", + "city": "Williston", + "state": "FL", + "latitude": "29.369207", + "longitude": "-82.498310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32697", + "city": "Worthington Springs", + "state": "FL", + "latitude": "29.931204", + "longitude": "-82.426430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32699", + "city": "Newberry", + "state": "FL", + "latitude": "29.636632", + "longitude": "-82.611304", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32701", + "city": "Altamonte Springs", + "state": "FL", + "latitude": "28.666249", + "longitude": "-81.367960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32702", + "city": "Altoona", + "state": "FL", + "latitude": "29.046215", + "longitude": "-81.640430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32703", + "city": "Apopka", + "state": "FL", + "latitude": "28.658395", + "longitude": "-81.503190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32704", + "city": "Apopka", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32706", + "city": "Cassadaga", + "state": "FL", + "latitude": "28.965591", + "longitude": "-81.236540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32707", + "city": "Casselberry", + "state": "FL", + "latitude": "28.665125", + "longitude": "-81.317720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32708", + "city": "Winter Springs", + "state": "FL", + "latitude": "28.683408", + "longitude": "-81.281510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32709", + "city": "Christmas", + "state": "FL", + "latitude": "28.513011", + "longitude": "-80.994180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32710", + "city": "Clarcona", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32712", + "city": "Apopka", + "state": "FL", + "latitude": "28.713173", + "longitude": "-81.523590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32713", + "city": "Debary", + "state": "FL", + "latitude": "28.888595", + "longitude": "-81.312120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32714", + "city": "Altamonte Springs", + "state": "FL", + "latitude": "28.663913", + "longitude": "-81.411120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32715", + "city": "Altamonte Springs", + "state": "FL", + "latitude": "28.744752", + "longitude": "-81.223280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32716", + "city": "Altamonte Springs", + "state": "FL", + "latitude": "28.744752", + "longitude": "-81.223280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32718", + "city": "Casselberry", + "state": "FL", + "latitude": "28.744752", + "longitude": "-81.223280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32719", + "city": "Winter Springs", + "state": "FL", + "latitude": "28.744752", + "longitude": "-81.223280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32720", + "city": "Deland", + "state": "FL", + "latitude": "29.021782", + "longitude": "-81.333520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32721", + "city": "Deland", + "state": "FL", + "latitude": "28.997288", + "longitude": "-81.299521", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32722", + "city": "Glenwood", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32724", + "city": "Deland", + "state": "FL", + "latitude": "29.039757", + "longitude": "-81.279270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32725", + "city": "Deltona", + "state": "FL", + "latitude": "28.902426", + "longitude": "-81.245150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32726", + "city": "Eustis", + "state": "FL", + "latitude": "28.850617", + "longitude": "-81.680340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32727", + "city": "Eustis", + "state": "FL", + "latitude": "28.855517", + "longitude": "-81.674147", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32728", + "city": "Deltona", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32730", + "city": "Casselberry", + "state": "FL", + "latitude": "28.653875", + "longitude": "-81.343870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32732", + "city": "Geneva", + "state": "FL", + "latitude": "28.746588", + "longitude": "-81.109850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32733", + "city": "Goldenrod", + "state": "FL", + "latitude": "28.613308", + "longitude": "-81.258108", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32735", + "city": "Grand Island", + "state": "FL", + "latitude": "28.893559", + "longitude": "-81.743430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32736", + "city": "Eustis", + "state": "FL", + "latitude": "28.895482", + "longitude": "-81.522800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32738", + "city": "Deltona", + "state": "FL", + "latitude": "28.910383", + "longitude": "-81.187640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32739", + "city": "Deltona", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32744", + "city": "Lake Helen", + "state": "FL", + "latitude": "28.985274", + "longitude": "-81.234950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32745", + "city": "Heathrow", + "state": "FL", + "latitude": "28.773680", + "longitude": "-81.390498", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32746", + "city": "Lake Mary", + "state": "FL", + "latitude": "28.758133", + "longitude": "-81.339920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32747", + "city": "Lake Monroe", + "state": "FL", + "latitude": "28.827219", + "longitude": "-81.332888", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32750", + "city": "Longwood", + "state": "FL", + "latitude": "28.703674", + "longitude": "-81.353840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32751", + "city": "Maitland", + "state": "FL", + "latitude": "28.628359", + "longitude": "-81.359420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32752", + "city": "Longwood", + "state": "FL", + "latitude": "28.744752", + "longitude": "-81.223280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32754", + "city": "Mims", + "state": "FL", + "latitude": "28.707648", + "longitude": "-80.890490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32756", + "city": "Mount Dora", + "state": "FL", + "latitude": "28.811078", + "longitude": "-81.653642", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32757", + "city": "Mount Dora", + "state": "FL", + "latitude": "28.786272", + "longitude": "-81.644750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32759", + "city": "Oak Hill", + "state": "FL", + "latitude": "28.868986", + "longitude": "-80.853740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32762", + "city": "Oviedo", + "state": "FL", + "latitude": "28.744752", + "longitude": "-81.223280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32763", + "city": "Orange City", + "state": "FL", + "latitude": "28.945857", + "longitude": "-81.305120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32764", + "city": "Osteen", + "state": "FL", + "latitude": "28.834172", + "longitude": "-81.094800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32765", + "city": "Oviedo", + "state": "FL", + "latitude": "28.656375", + "longitude": "-81.210260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32766", + "city": "Oviedo", + "state": "FL", + "latitude": "28.639275", + "longitude": "-81.119060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32767", + "city": "Paisley", + "state": "FL", + "latitude": "29.008612", + "longitude": "-81.501740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32768", + "city": "Plymouth", + "state": "FL", + "latitude": "28.698542", + "longitude": "-81.569764", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32769", + "city": "Oak Hill", + "state": "FL", + "latitude": "28.858941", + "longitude": "-80.856373", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32771", + "city": "Sanford", + "state": "FL", + "latitude": "28.803979", + "longitude": "-81.287610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32772", + "city": "Sanford", + "state": "FL", + "latitude": "28.807220", + "longitude": "-81.250236", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32773", + "city": "Sanford", + "state": "FL", + "latitude": "28.769173", + "longitude": "-81.276310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32774", + "city": "Orange City", + "state": "FL", + "latitude": "29.022729", + "longitude": "-81.172169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32775", + "city": "Scottsmoor", + "state": "FL", + "latitude": "28.765070", + "longitude": "-80.873150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32776", + "city": "Sorrento", + "state": "FL", + "latitude": "28.804039", + "longitude": "-81.536890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32777", + "city": "Tangerine", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32778", + "city": "Tavares", + "state": "FL", + "latitude": "28.799017", + "longitude": "-81.731840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32779", + "city": "Longwood", + "state": "FL", + "latitude": "28.704874", + "longitude": "-81.417110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32780", + "city": "Titusville", + "state": "FL", + "latitude": "28.564077", + "longitude": "-80.816950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32781", + "city": "Titusville", + "state": "FL", + "latitude": "28.306726", + "longitude": "-80.686159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32782", + "city": "Titusville", + "state": "FL", + "latitude": "28.306726", + "longitude": "-80.686159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32783", + "city": "Titusville", + "state": "FL", + "latitude": "28.306726", + "longitude": "-80.686159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32784", + "city": "Umatilla", + "state": "FL", + "latitude": "28.948549", + "longitude": "-81.706210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32789", + "city": "Winter Park", + "state": "FL", + "latitude": "28.598677", + "longitude": "-81.355940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32790", + "city": "Winter Park", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32791", + "city": "Longwood", + "state": "FL", + "latitude": "28.744752", + "longitude": "-81.223280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32792", + "city": "Winter Park", + "state": "FL", + "latitude": "28.607077", + "longitude": "-81.306060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32793", + "city": "Winter Park", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32794", + "city": "Maitland", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32795", + "city": "Lake Mary", + "state": "FL", + "latitude": "28.744752", + "longitude": "-81.223280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32796", + "city": "Titusville", + "state": "FL", + "latitude": "28.623371", + "longitude": "-80.841230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32798", + "city": "Zellwood", + "state": "FL", + "latitude": "28.716923", + "longitude": "-81.575400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32799", + "city": "Mid Florida", + "state": "FL", + "latitude": "28.744752", + "longitude": "-81.223280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32801", + "city": "Orlando", + "state": "FL", + "latitude": "28.541879", + "longitude": "-81.374460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32802", + "city": "Orlando", + "state": "FL", + "latitude": "28.519024", + "longitude": "-81.343903", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32803", + "city": "Orlando", + "state": "FL", + "latitude": "28.557579", + "longitude": "-81.352440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32804", + "city": "Orlando", + "state": "FL", + "latitude": "28.577723", + "longitude": "-81.393100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32805", + "city": "Orlando", + "state": "FL", + "latitude": "28.530280", + "longitude": "-81.400890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32806", + "city": "Orlando", + "state": "FL", + "latitude": "28.514830", + "longitude": "-81.360540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32807", + "city": "Orlando", + "state": "FL", + "latitude": "28.546897", + "longitude": "-81.307740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32808", + "city": "Orlando", + "state": "FL", + "latitude": "28.576028", + "longitude": "-81.443690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32809", + "city": "Orlando", + "state": "FL", + "latitude": "28.463482", + "longitude": "-81.388140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32810", + "city": "Orlando", + "state": "FL", + "latitude": "28.619445", + "longitude": "-81.426950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32811", + "city": "Orlando", + "state": "FL", + "latitude": "28.524930", + "longitude": "-81.439940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32812", + "city": "Orlando", + "state": "FL", + "latitude": "28.493531", + "longitude": "-81.326090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32813", + "city": "Orlando", + "state": "FL", + "latitude": "28.567928", + "longitude": "-81.325842", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32814", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32815", + "city": "Orlando", + "state": "FL", + "latitude": "28.306726", + "longitude": "-80.686159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32816", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32817", + "city": "Orlando", + "state": "FL", + "latitude": "28.591692", + "longitude": "-81.247170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32818", + "city": "Orlando", + "state": "FL", + "latitude": "28.583103", + "longitude": "-81.486080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32819", + "city": "Orlando", + "state": "FL", + "latitude": "28.463509", + "longitude": "-81.475140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32820", + "city": "Orlando", + "state": "FL", + "latitude": "28.561242", + "longitude": "-81.107350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32821", + "city": "Orlando", + "state": "FL", + "latitude": "28.391608", + "longitude": "-81.473450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32822", + "city": "Orlando", + "state": "FL", + "latitude": "28.494931", + "longitude": "-81.289490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32824", + "city": "Orlando", + "state": "FL", + "latitude": "28.410872", + "longitude": "-81.358980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32825", + "city": "Orlando", + "state": "FL", + "latitude": "28.543248", + "longitude": "-81.245600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32826", + "city": "Orlando", + "state": "FL", + "latitude": "28.584177", + "longitude": "-81.186340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32827", + "city": "Orlando", + "state": "FL", + "latitude": "28.425221", + "longitude": "-81.303530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32828", + "city": "Orlando", + "state": "FL", + "latitude": "28.542132", + "longitude": "-81.184040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32829", + "city": "Orlando", + "state": "FL", + "latitude": "28.491653", + "longitude": "-81.264360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32830", + "city": "Orlando", + "state": "FL", + "latitude": "28.385549", + "longitude": "-81.505894", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32831", + "city": "Orlando", + "state": "FL", + "latitude": "28.458149", + "longitude": "-81.136660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32832", + "city": "Orlando", + "state": "FL", + "latitude": "28.395979", + "longitude": "-81.176530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32833", + "city": "Orlando", + "state": "FL", + "latitude": "28.511879", + "longitude": "-81.090780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32834", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32835", + "city": "Orlando", + "state": "FL", + "latitude": "28.528789", + "longitude": "-81.478630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32836", + "city": "Orlando", + "state": "FL", + "latitude": "28.401151", + "longitude": "-81.524880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32837", + "city": "Orlando", + "state": "FL", + "latitude": "28.385906", + "longitude": "-81.411820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32839", + "city": "Orlando", + "state": "FL", + "latitude": "28.489758", + "longitude": "-81.406250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32853", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32854", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32855", + "city": "Orlando", + "state": "FL", + "latitude": "28.550028", + "longitude": "-81.104185", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32856", + "city": "Orlando", + "state": "FL", + "latitude": "28.548379", + "longitude": "-81.420092", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32857", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32858", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32859", + "city": "Orlando", + "state": "FL", + "latitude": "28.442926", + "longitude": "-81.402613", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32860", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32861", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32862", + "city": "Orlando", + "state": "FL", + "latitude": "28.417368", + "longitude": "-81.332763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32867", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32868", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32869", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32872", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32877", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32878", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32886", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32887", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32889", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32890", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32891", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32893", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32897", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32898", + "city": "Orlando", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32899", + "city": "Orlando", + "state": "FL", + "latitude": "28.306726", + "longitude": "-80.686159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32901", + "city": "Melbourne", + "state": "FL", + "latitude": "28.077494", + "longitude": "-80.619870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32902", + "city": "Melbourne", + "state": "FL", + "latitude": "28.306726", + "longitude": "-80.686159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32903", + "city": "Indialantic", + "state": "FL", + "latitude": "28.103191", + "longitude": "-80.574140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32904", + "city": "Melbourne", + "state": "FL", + "latitude": "28.073891", + "longitude": "-80.671670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32905", + "city": "Palm Bay", + "state": "FL", + "latitude": "28.031689", + "longitude": "-80.600140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32906", + "city": "Palm Bay", + "state": "FL", + "latitude": "28.067128", + "longitude": "-80.650341", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32907", + "city": "Palm Bay", + "state": "FL", + "latitude": "28.012241", + "longitude": "-80.677290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32908", + "city": "Palm Bay", + "state": "FL", + "latitude": "27.958982", + "longitude": "-80.685910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32909", + "city": "Palm Bay", + "state": "FL", + "latitude": "27.950975", + "longitude": "-80.646790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32910", + "city": "Palm Bay", + "state": "FL", + "latitude": "28.306726", + "longitude": "-80.686159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32911", + "city": "Palm Bay", + "state": "FL", + "latitude": "28.306726", + "longitude": "-80.686159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32912", + "city": "Melbourne", + "state": "FL", + "latitude": "28.306726", + "longitude": "-80.686159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32919", + "city": "Melbourne", + "state": "FL", + "latitude": "28.306726", + "longitude": "-80.686159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32920", + "city": "Cape Canaveral", + "state": "FL", + "latitude": "28.390932", + "longitude": "-80.605010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32922", + "city": "Cocoa", + "state": "FL", + "latitude": "28.366284", + "longitude": "-80.741960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32923", + "city": "Cocoa", + "state": "FL", + "latitude": "28.427535", + "longitude": "-80.828991", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32924", + "city": "Cocoa", + "state": "FL", + "latitude": "28.306726", + "longitude": "-80.686159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32925", + "city": "Patrick AFB", + "state": "FL", + "latitude": "28.235092", + "longitude": "-80.601590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32926", + "city": "Cocoa", + "state": "FL", + "latitude": "28.392933", + "longitude": "-80.795850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32927", + "city": "Cocoa", + "state": "FL", + "latitude": "28.471230", + "longitude": "-80.798870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32931", + "city": "Cocoa Beach", + "state": "FL", + "latitude": "28.326985", + "longitude": "-80.611190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32932", + "city": "Cocoa Beach", + "state": "FL", + "latitude": "28.306726", + "longitude": "-80.686159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32934", + "city": "Melbourne", + "state": "FL", + "latitude": "28.137443", + "longitude": "-80.692110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32935", + "city": "Melbourne", + "state": "FL", + "latitude": "28.139260", + "longitude": "-80.650770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32936", + "city": "Melbourne", + "state": "FL", + "latitude": "28.306726", + "longitude": "-80.686159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32937", + "city": "Satellite Beach", + "state": "FL", + "latitude": "28.172041", + "longitude": "-80.599570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32940", + "city": "Melbourne", + "state": "FL", + "latitude": "28.219810", + "longitude": "-80.694020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32941", + "city": "Melbourne", + "state": "FL", + "latitude": "27.924577", + "longitude": "-80.523463", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32948", + "city": "Fellsmere", + "state": "FL", + "latitude": "27.762118", + "longitude": "-80.594720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32949", + "city": "Grant", + "state": "FL", + "latitude": "27.929103", + "longitude": "-80.528790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32950", + "city": "Malabar", + "state": "FL", + "latitude": "27.974173", + "longitude": "-80.569860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32951", + "city": "Melbourne Beach", + "state": "FL", + "latitude": "28.015140", + "longitude": "-80.535180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32952", + "city": "Merritt Island", + "state": "FL", + "latitude": "28.350373", + "longitude": "-80.669100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32953", + "city": "Merritt Island", + "state": "FL", + "latitude": "28.396301", + "longitude": "-80.701980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32954", + "city": "Merritt Island", + "state": "FL", + "latitude": "28.225710", + "longitude": "-80.673356", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32955", + "city": "Rockledge", + "state": "FL", + "latitude": "28.308581", + "longitude": "-80.725580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32956", + "city": "Rockledge", + "state": "FL", + "latitude": "28.329785", + "longitude": "-80.732327", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32957", + "city": "Roseland", + "state": "FL", + "latitude": "27.709049", + "longitude": "-80.572557", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32958", + "city": "Sebastian", + "state": "FL", + "latitude": "27.787830", + "longitude": "-80.482660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32959", + "city": "Sharpes", + "state": "FL", + "latitude": "28.306726", + "longitude": "-80.686159", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32960", + "city": "Vero Beach", + "state": "FL", + "latitude": "27.636828", + "longitude": "-80.402940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32961", + "city": "Vero Beach", + "state": "FL", + "latitude": "27.617473", + "longitude": "-80.423083", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32962", + "city": "Vero Beach", + "state": "FL", + "latitude": "27.582151", + "longitude": "-80.391410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32963", + "city": "Vero Beach", + "state": "FL", + "latitude": "27.676376", + "longitude": "-80.372480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32964", + "city": "Vero Beach", + "state": "FL", + "latitude": "27.709049", + "longitude": "-80.572557", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32965", + "city": "Vero Beach", + "state": "FL", + "latitude": "27.709049", + "longitude": "-80.572557", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32966", + "city": "Vero Beach", + "state": "FL", + "latitude": "27.645377", + "longitude": "-80.514680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32967", + "city": "Vero Beach", + "state": "FL", + "latitude": "27.724801", + "longitude": "-80.497080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32968", + "city": "Vero Beach", + "state": "FL", + "latitude": "27.594718", + "longitude": "-80.457220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32969", + "city": "Vero Beach", + "state": "FL", + "latitude": "27.709049", + "longitude": "-80.572557", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32970", + "city": "Wabasso", + "state": "FL", + "latitude": "27.750176", + "longitude": "-80.453640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32971", + "city": "Winter Beach", + "state": "FL", + "latitude": "27.709049", + "longitude": "-80.572557", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32976", + "city": "Sebastian", + "state": "FL", + "latitude": "27.877504", + "longitude": "-80.514570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32977", + "city": "Winter Beach", + "state": "FL", + "latitude": "27.718868", + "longitude": "-80.421607", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "32978", + "city": "Sebastian", + "state": "FL", + "latitude": "27.709049", + "longitude": "-80.572557", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33001", + "city": "Long Key", + "state": "FL", + "latitude": "24.841814", + "longitude": "-80.794050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33002", + "city": "Hialeah", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33003", + "city": "Florida City", + "state": "FL", + "latitude": "25.455229", + "longitude": "-80.475479", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33004", + "city": "Dania", + "state": "FL", + "latitude": "26.051916", + "longitude": "-80.145260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33008", + "city": "Hallandale", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33009", + "city": "Hallandale", + "state": "FL", + "latitude": "25.987069", + "longitude": "-80.150040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33010", + "city": "Hialeah", + "state": "FL", + "latitude": "25.832374", + "longitude": "-80.278740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33011", + "city": "Hialeah", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33012", + "city": "Hialeah", + "state": "FL", + "latitude": "25.864773", + "longitude": "-80.300690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33013", + "city": "Hialeah", + "state": "FL", + "latitude": "25.860373", + "longitude": "-80.271740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33014", + "city": "Hialeah", + "state": "FL", + "latitude": "25.902172", + "longitude": "-80.307320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33015", + "city": "Hialeah", + "state": "FL", + "latitude": "25.938687", + "longitude": "-80.318200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33016", + "city": "Hialeah", + "state": "FL", + "latitude": "25.887983", + "longitude": "-80.332840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33017", + "city": "Hialeah", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33018", + "city": "Hialeah", + "state": "FL", + "latitude": "25.895557", + "longitude": "-80.355090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33019", + "city": "Hollywood", + "state": "FL", + "latitude": "26.018967", + "longitude": "-80.122310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33020", + "city": "Hollywood", + "state": "FL", + "latitude": "26.016984", + "longitude": "-80.149250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33021", + "city": "Hollywood", + "state": "FL", + "latitude": "26.023634", + "longitude": "-80.189220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33022", + "city": "Hollywood", + "state": "FL", + "latitude": "26.013368", + "longitude": "-80.144217", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33023", + "city": "Hollywood", + "state": "FL", + "latitude": "25.989119", + "longitude": "-80.213180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33024", + "city": "Hollywood", + "state": "FL", + "latitude": "26.023567", + "longitude": "-80.238510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33025", + "city": "Hollywood", + "state": "FL", + "latitude": "25.990494", + "longitude": "-80.273260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33026", + "city": "Hollywood", + "state": "FL", + "latitude": "26.026700", + "longitude": "-80.294430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33027", + "city": "Hollywood", + "state": "FL", + "latitude": "25.981409", + "longitude": "-80.344910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33028", + "city": "Pembroke Pines", + "state": "FL", + "latitude": "26.018418", + "longitude": "-80.347980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33029", + "city": "Hollywood", + "state": "FL", + "latitude": "26.006373", + "longitude": "-80.402120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33030", + "city": "Homestead", + "state": "FL", + "latitude": "25.479438", + "longitude": "-80.486870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33031", + "city": "Homestead", + "state": "FL", + "latitude": "25.526214", + "longitude": "-80.496320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33032", + "city": "Homestead", + "state": "FL", + "latitude": "25.524528", + "longitude": "-80.405210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33033", + "city": "Homestead", + "state": "FL", + "latitude": "25.487988", + "longitude": "-80.426920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33034", + "city": "Homestead", + "state": "FL", + "latitude": "25.431506", + "longitude": "-80.513820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33035", + "city": "Homestead", + "state": "FL", + "latitude": "25.457913", + "longitude": "-80.447810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33036", + "city": "Islamorada", + "state": "FL", + "latitude": "24.918280", + "longitude": "-80.636760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33037", + "city": "Key Largo", + "state": "FL", + "latitude": "25.137661", + "longitude": "-80.407350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33039", + "city": "Homestead", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33040", + "city": "Key West", + "state": "FL", + "latitude": "24.567593", + "longitude": "-81.756600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33041", + "city": "Key West", + "state": "FL", + "latitude": "25.100957", + "longitude": "-81.568862", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33042", + "city": "Summerland Key", + "state": "FL", + "latitude": "24.663121", + "longitude": "-81.486940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33043", + "city": "Big Pine Key", + "state": "FL", + "latitude": "24.675731", + "longitude": "-81.343590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33044", + "city": "Sugarloaf Shores", + "state": "FL", + "latitude": "24.664649", + "longitude": "-81.565319", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33045", + "city": "Key West", + "state": "FL", + "latitude": "25.100957", + "longitude": "-81.568862", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33047", + "city": "West Little River", + "state": "FL", + "latitude": "25.859273", + "longitude": "-80.242671", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33050", + "city": "Marathon", + "state": "FL", + "latitude": "24.731758", + "longitude": "-81.027800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33051", + "city": "Key Colony Beach", + "state": "FL", + "latitude": "24.723390", + "longitude": "-81.020281", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33052", + "city": "Marathon Shores", + "state": "FL", + "latitude": "24.723283", + "longitude": "-81.063249", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33054", + "city": "Opa Locka", + "state": "FL", + "latitude": "25.909039", + "longitude": "-80.249450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33055", + "city": "Opa Locka", + "state": "FL", + "latitude": "25.944220", + "longitude": "-80.277300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33056", + "city": "Opa Locka", + "state": "FL", + "latitude": "25.946754", + "longitude": "-80.249620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33058", + "city": "Lake Lucerne", + "state": "FL", + "latitude": "25.968737", + "longitude": "-80.262604", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33060", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.232009", + "longitude": "-80.122110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33061", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.253909", + "longitude": "-80.134216", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33062", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.236792", + "longitude": "-80.095940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33063", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.251909", + "longitude": "-80.210160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33064", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.279108", + "longitude": "-80.113190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33065", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.272608", + "longitude": "-80.255890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33066", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.253238", + "longitude": "-80.177990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33067", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.300700", + "longitude": "-80.227270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33068", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.216060", + "longitude": "-80.217760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33069", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.228760", + "longitude": "-80.158160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33070", + "city": "Tavernier", + "state": "FL", + "latitude": "25.006349", + "longitude": "-80.531390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33071", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.242559", + "longitude": "-80.265640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33072", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.233459", + "longitude": "-80.092365", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33073", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.305433", + "longitude": "-80.182870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33074", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33075", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33076", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.301160", + "longitude": "-80.273100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33077", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33081", + "city": "Hollywood", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33082", + "city": "Pembroke Pines", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33083", + "city": "Hollywood", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33084", + "city": "Pembroke Pines", + "state": "FL", + "latitude": "26.289057", + "longitude": "-80.129816", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33090", + "city": "Homestead", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33092", + "city": "Homestead", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33093", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33097", + "city": "Pompano Beach", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33101", + "city": "Miami", + "state": "FL", + "latitude": "25.779076", + "longitude": "-80.197820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33102", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33107", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33109", + "city": "Miami Beach", + "state": "FL", + "latitude": "25.759474", + "longitude": "-80.139070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33110", + "city": "Miami", + "state": "FL", + "latitude": "25.846874", + "longitude": "-80.208270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33111", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33114", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33116", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33119", + "city": "Miami Beach", + "state": "FL", + "latitude": "25.784526", + "longitude": "-80.131967", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33121", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33122", + "city": "Miami", + "state": "FL", + "latitude": "25.799962", + "longitude": "-80.317750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33124", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33125", + "city": "Miami", + "state": "FL", + "latitude": "25.782176", + "longitude": "-80.236070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33126", + "city": "Miami", + "state": "FL", + "latitude": "25.777977", + "longitude": "-80.297180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33127", + "city": "Miami", + "state": "FL", + "latitude": "25.813808", + "longitude": "-80.205800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33128", + "city": "Miami", + "state": "FL", + "latitude": "25.777143", + "longitude": "-80.202250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33129", + "city": "Miami", + "state": "FL", + "latitude": "25.757227", + "longitude": "-80.206560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33130", + "city": "Miami", + "state": "FL", + "latitude": "25.768277", + "longitude": "-80.203390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33131", + "city": "Miami", + "state": "FL", + "latitude": "25.767368", + "longitude": "-80.189300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33132", + "city": "Miami", + "state": "FL", + "latitude": "25.784326", + "longitude": "-80.187530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33133", + "city": "Miami", + "state": "FL", + "latitude": "25.730678", + "longitude": "-80.244100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33134", + "city": "Miami", + "state": "FL", + "latitude": "25.753927", + "longitude": "-80.270340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33135", + "city": "Miami", + "state": "FL", + "latitude": "25.766577", + "longitude": "-80.235760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33136", + "city": "Miami", + "state": "FL", + "latitude": "25.786326", + "longitude": "-80.202900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33137", + "city": "Miami", + "state": "FL", + "latitude": "25.817325", + "longitude": "-80.190460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33138", + "city": "Miami", + "state": "FL", + "latitude": "25.853184", + "longitude": "-80.186220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33139", + "city": "Miami Beach", + "state": "FL", + "latitude": "25.784276", + "longitude": "-80.141260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33140", + "city": "Miami Beach", + "state": "FL", + "latitude": "25.814225", + "longitude": "-80.130850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33141", + "city": "Miami Beach", + "state": "FL", + "latitude": "25.858573", + "longitude": "-80.129730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33142", + "city": "Miami", + "state": "FL", + "latitude": "25.812625", + "longitude": "-80.236900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33143", + "city": "Miami", + "state": "FL", + "latitude": "25.702929", + "longitude": "-80.296420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33144", + "city": "Miami", + "state": "FL", + "latitude": "25.762260", + "longitude": "-80.308390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33145", + "city": "Miami", + "state": "FL", + "latitude": "25.753177", + "longitude": "-80.233270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33146", + "city": "Miami", + "state": "FL", + "latitude": "25.720728", + "longitude": "-80.272550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33147", + "city": "Miami", + "state": "FL", + "latitude": "25.850124", + "longitude": "-80.237730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33148", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33149", + "city": "Key Biscayne", + "state": "FL", + "latitude": "25.700966", + "longitude": "-80.161950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33150", + "city": "Miami", + "state": "FL", + "latitude": "25.851974", + "longitude": "-80.205660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33151", + "city": "Miami", + "state": "FL", + "latitude": "25.832074", + "longitude": "-80.209420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33152", + "city": "Miami", + "state": "FL", + "latitude": "25.795476", + "longitude": "-80.312873", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33153", + "city": "Miami", + "state": "FL", + "latitude": "25.865523", + "longitude": "-80.193619", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33154", + "city": "Miami", + "state": "FL", + "latitude": "25.881391", + "longitude": "-80.127600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33155", + "city": "Miami", + "state": "FL", + "latitude": "25.739011", + "longitude": "-80.306850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33156", + "city": "Miami", + "state": "FL", + "latitude": "25.665580", + "longitude": "-80.306880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33157", + "city": "Miami", + "state": "FL", + "latitude": "25.606583", + "longitude": "-80.348590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33158", + "city": "Miami", + "state": "FL", + "latitude": "25.637132", + "longitude": "-80.316410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33159", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33160", + "city": "North Miami Beach", + "state": "FL", + "latitude": "25.941535", + "longitude": "-80.138610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33161", + "city": "Miami", + "state": "FL", + "latitude": "25.893372", + "longitude": "-80.181640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33162", + "city": "Miami", + "state": "FL", + "latitude": "25.929571", + "longitude": "-80.178390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33163", + "city": "Miami", + "state": "FL", + "latitude": "25.944970", + "longitude": "-80.214520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33164", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33165", + "city": "Miami", + "state": "FL", + "latitude": "25.734828", + "longitude": "-80.358300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33166", + "city": "Miami", + "state": "FL", + "latitude": "25.824725", + "longitude": "-80.304760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33167", + "city": "Miami", + "state": "FL", + "latitude": "25.885739", + "longitude": "-80.232640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33168", + "city": "Miami", + "state": "FL", + "latitude": "25.892185", + "longitude": "-80.210320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33169", + "city": "Miami", + "state": "FL", + "latitude": "25.942670", + "longitude": "-80.212760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33170", + "city": "Miami", + "state": "FL", + "latitude": "25.559785", + "longitude": "-80.416640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33172", + "city": "Miami", + "state": "FL", + "latitude": "25.786634", + "longitude": "-80.361510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33173", + "city": "Miami", + "state": "FL", + "latitude": "25.702429", + "longitude": "-80.361840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33174", + "city": "Miami", + "state": "FL", + "latitude": "25.763044", + "longitude": "-80.359190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33175", + "city": "Miami", + "state": "FL", + "latitude": "25.733204", + "longitude": "-80.411970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33176", + "city": "Miami", + "state": "FL", + "latitude": "25.653431", + "longitude": "-80.359990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33177", + "city": "Miami", + "state": "FL", + "latitude": "25.595983", + "longitude": "-80.402340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33178", + "city": "Miami", + "state": "FL", + "latitude": "25.837696", + "longitude": "-80.369470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33179", + "city": "Miami", + "state": "FL", + "latitude": "25.958720", + "longitude": "-80.179410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33180", + "city": "Miami", + "state": "FL", + "latitude": "25.962069", + "longitude": "-80.144650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33181", + "city": "Miami", + "state": "FL", + "latitude": "25.897372", + "longitude": "-80.160480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33182", + "city": "Miami", + "state": "FL", + "latitude": "25.781127", + "longitude": "-80.404670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33183", + "city": "Miami", + "state": "FL", + "latitude": "25.699968", + "longitude": "-80.408110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33184", + "city": "Miami", + "state": "FL", + "latitude": "25.759184", + "longitude": "-80.407730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33185", + "city": "Miami", + "state": "FL", + "latitude": "25.723173", + "longitude": "-80.439950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33186", + "city": "Miami", + "state": "FL", + "latitude": "25.662292", + "longitude": "-80.409470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33187", + "city": "Miami", + "state": "FL", + "latitude": "25.596234", + "longitude": "-80.476500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33188", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33189", + "city": "Miami", + "state": "FL", + "latitude": "25.574834", + "longitude": "-80.346700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33190", + "city": "Miami", + "state": "FL", + "latitude": "25.560710", + "longitude": "-80.349400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33192", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33193", + "city": "Miami", + "state": "FL", + "latitude": "25.700280", + "longitude": "-80.447210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33194", + "city": "Miami", + "state": "FL", + "latitude": "25.745549", + "longitude": "-80.465100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33195", + "city": "Miami", + "state": "FL", + "latitude": "25.772876", + "longitude": "-80.187019", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33196", + "city": "Miami", + "state": "FL", + "latitude": "25.650232", + "longitude": "-80.459250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33197", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33199", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33201", + "city": "Hollywood", + "state": "FL", + "latitude": "26.013768", + "longitude": "-80.206869", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33231", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33233", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33234", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33238", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33239", + "city": "Miami Beach", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33242", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33243", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33245", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33247", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33255", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33256", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33257", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33261", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33265", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33266", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33269", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33280", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33283", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33296", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33299", + "city": "Miami", + "state": "FL", + "latitude": "25.558428", + "longitude": "-80.458168", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33301", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.121114", + "longitude": "-80.131870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33302", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33303", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.196911", + "longitude": "-80.095165", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33304", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.137693", + "longitude": "-80.126460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33305", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.153728", + "longitude": "-80.126060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33306", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.165212", + "longitude": "-80.113790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33307", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33308", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.191111", + "longitude": "-80.108460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33309", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.185461", + "longitude": "-80.172180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33310", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.144263", + "longitude": "-80.206919", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33311", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.138830", + "longitude": "-80.168650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33312", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.094665", + "longitude": "-80.179870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33313", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.148613", + "longitude": "-80.224460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33314", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.067966", + "longitude": "-80.220160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33315", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.094385", + "longitude": "-80.154220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33316", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.101114", + "longitude": "-80.129310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33317", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.113664", + "longitude": "-80.223760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33318", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.118420", + "longitude": "-80.251988", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33319", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.183628", + "longitude": "-80.221220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33320", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.162462", + "longitude": "-80.258220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33321", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.211122", + "longitude": "-80.263100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33322", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.150863", + "longitude": "-80.272840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33323", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.156854", + "longitude": "-80.314080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33324", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.110631", + "longitude": "-80.274690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33325", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.112924", + "longitude": "-80.320970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33326", + "city": "Weston", + "state": "FL", + "latitude": "26.112366", + "longitude": "-80.376970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33327", + "city": "Weston", + "state": "FL", + "latitude": "26.120134", + "longitude": "-80.414410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33328", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.062016", + "longitude": "-80.272020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33329", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33330", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.054790", + "longitude": "-80.315810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33331", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.056111", + "longitude": "-80.363730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33332", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.049367", + "longitude": "-80.408850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33334", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.182161", + "longitude": "-80.133410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33335", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.089215", + "longitude": "-80.335973", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33337", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.129013", + "longitude": "-80.260071", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33338", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33339", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33340", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33345", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.165424", + "longitude": "-80.295890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33346", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33348", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33349", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33351", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.179495", + "longitude": "-80.271830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33352", + "city": "Pine Island Ridge", + "state": "FL", + "latitude": "26.094025", + "longitude": "-80.273961", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33355", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33359", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33380", + "city": "Winter Haven", + "state": "FL", + "latitude": "28.017179", + "longitude": "-81.754949", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33388", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.120714", + "longitude": "-80.253260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33394", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.121364", + "longitude": "-80.139160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33401", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.711192", + "longitude": "-80.060430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33402", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33403", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.802139", + "longitude": "-80.070320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33404", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.782114", + "longitude": "-80.065280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33405", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.669744", + "longitude": "-80.058500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33406", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.659294", + "longitude": "-80.091180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33407", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.750991", + "longitude": "-80.072960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33408", + "city": "North Palm Beach", + "state": "FL", + "latitude": "26.840684", + "longitude": "-80.063120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33409", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.709575", + "longitude": "-80.094430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33410", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.839588", + "longitude": "-80.088240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33411", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.719596", + "longitude": "-80.220770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33412", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.795367", + "longitude": "-80.240440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33413", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.668944", + "longitude": "-80.147210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33414", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.656710", + "longitude": "-80.253770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33415", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.659344", + "longitude": "-80.127040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33416", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.665394", + "longitude": "-80.092864", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33417", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.715596", + "longitude": "-80.126200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33418", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.877984", + "longitude": "-80.160520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33419", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33420", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33421", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33422", + "city": "West Palm Beach", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33424", + "city": "Boynton Beach", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33425", + "city": "Boynton Beach", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33426", + "city": "Boynton Beach", + "state": "FL", + "latitude": "26.529581", + "longitude": "-80.082260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33427", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.375954", + "longitude": "-80.107170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33428", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.348354", + "longitude": "-80.218410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33429", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33430", + "city": "Belle Glade", + "state": "FL", + "latitude": "26.685125", + "longitude": "-80.662790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33431", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.381304", + "longitude": "-80.096230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33432", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.347305", + "longitude": "-80.085520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33433", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.347711", + "longitude": "-80.156480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33434", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.382408", + "longitude": "-80.166990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33435", + "city": "Boynton Beach", + "state": "FL", + "latitude": "26.524549", + "longitude": "-80.063210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33436", + "city": "Boynton Beach", + "state": "FL", + "latitude": "26.530144", + "longitude": "-80.104610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33437", + "city": "Boynton Beach", + "state": "FL", + "latitude": "26.522249", + "longitude": "-80.150310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33438", + "city": "Canal Point", + "state": "FL", + "latitude": "26.900359", + "longitude": "-80.603680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33439", + "city": "Bryant", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33440", + "city": "Clewiston", + "state": "FL", + "latitude": "26.714088", + "longitude": "-80.997300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33441", + "city": "Deerfield Beach", + "state": "FL", + "latitude": "26.309657", + "longitude": "-80.095410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33442", + "city": "Deerfield Beach", + "state": "FL", + "latitude": "26.309757", + "longitude": "-80.145480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33443", + "city": "Deerfield Beach", + "state": "FL", + "latitude": "26.145724", + "longitude": "-80.448254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33444", + "city": "Delray Beach", + "state": "FL", + "latitude": "26.460951", + "longitude": "-80.078910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33445", + "city": "Delray Beach", + "state": "FL", + "latitude": "26.459571", + "longitude": "-80.105820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33446", + "city": "Delray Beach", + "state": "FL", + "latitude": "26.452473", + "longitude": "-80.165090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33447", + "city": "Delray Beach", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33448", + "city": "Delray Beach", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33452", + "city": "Lantana", + "state": "FL", + "latitude": "26.590609", + "longitude": "-80.052663", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33454", + "city": "Lake Worth", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33455", + "city": "Hobe Sound", + "state": "FL", + "latitude": "27.076516", + "longitude": "-80.146970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33458", + "city": "Jupiter", + "state": "FL", + "latitude": "26.928035", + "longitude": "-80.118030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33459", + "city": "Lake Harbor", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33460", + "city": "Lake Worth", + "state": "FL", + "latitude": "26.619695", + "longitude": "-80.056760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33461", + "city": "Lake Worth", + "state": "FL", + "latitude": "26.621145", + "longitude": "-80.089760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33462", + "city": "Lake Worth", + "state": "FL", + "latitude": "26.579714", + "longitude": "-80.074370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33463", + "city": "Lake Worth", + "state": "FL", + "latitude": "26.609226", + "longitude": "-80.128740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33464", + "city": "Lake Worth", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33465", + "city": "Lake Worth", + "state": "FL", + "latitude": "26.628272", + "longitude": "-80.132569", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33466", + "city": "Lake Worth", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33467", + "city": "Lake Worth", + "state": "FL", + "latitude": "26.601937", + "longitude": "-80.179210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33468", + "city": "Jupiter", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33469", + "city": "Jupiter", + "state": "FL", + "latitude": "26.968795", + "longitude": "-80.099400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33470", + "city": "Loxahatchee", + "state": "FL", + "latitude": "26.751094", + "longitude": "-80.301560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33471", + "city": "Moore Haven", + "state": "FL", + "latitude": "26.844989", + "longitude": "-81.110500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33474", + "city": "Boynton Beach", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33475", + "city": "Hobe Sound", + "state": "FL", + "latitude": "27.110182", + "longitude": "-80.454196", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33476", + "city": "Pahokee", + "state": "FL", + "latitude": "26.817786", + "longitude": "-80.654250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33477", + "city": "Jupiter", + "state": "FL", + "latitude": "26.924709", + "longitude": "-80.081190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33478", + "city": "Jupiter", + "state": "FL", + "latitude": "26.925835", + "longitude": "-80.215260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33480", + "city": "Palm Beach", + "state": "FL", + "latitude": "26.715067", + "longitude": "-80.039370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33481", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33482", + "city": "Delray Beach", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33483", + "city": "Delray Beach", + "state": "FL", + "latitude": "26.465051", + "longitude": "-80.065170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33484", + "city": "Delray Beach", + "state": "FL", + "latitude": "26.458152", + "longitude": "-80.135600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33486", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.344955", + "longitude": "-80.112260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33487", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.409953", + "longitude": "-80.088410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33488", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33493", + "city": "South Bay", + "state": "FL", + "latitude": "26.663097", + "longitude": "-80.718270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33496", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.404353", + "longitude": "-80.162700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33497", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33498", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.391346", + "longitude": "-80.218240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33499", + "city": "Boca Raton", + "state": "FL", + "latitude": "26.645895", + "longitude": "-80.430269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33501", + "city": "Brandon", + "state": "FL", + "latitude": "27.929731", + "longitude": "-82.315058", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33503", + "city": "Balm", + "state": "FL", + "latitude": "27.764761", + "longitude": "-82.273409", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33509", + "city": "Brandon", + "state": "FL", + "latitude": "28.119579", + "longitude": "-82.451959", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33510", + "city": "Brandon", + "state": "FL", + "latitude": "27.953801", + "longitude": "-82.297480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33511", + "city": "Brandon", + "state": "FL", + "latitude": "27.911201", + "longitude": "-82.294800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33513", + "city": "Bushnell", + "state": "FL", + "latitude": "28.663132", + "longitude": "-82.140420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33514", + "city": "Center Hill", + "state": "FL", + "latitude": "28.654412", + "longitude": "-81.982780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33515", + "city": "Fort Lauderdale", + "state": "FL", + "latitude": "26.092115", + "longitude": "-80.163418", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33521", + "city": "Coleman", + "state": "FL", + "latitude": "28.805331", + "longitude": "-82.073710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33523", + "city": "Dade City", + "state": "FL", + "latitude": "28.433019", + "longitude": "-82.197360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33524", + "city": "Crystal Springs", + "state": "FL", + "latitude": "28.182209", + "longitude": "-82.152341", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33525", + "city": "Dade City", + "state": "FL", + "latitude": "28.346914", + "longitude": "-82.202930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33526", + "city": "Dade City", + "state": "FL", + "latitude": "28.310134", + "longitude": "-82.247783", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33527", + "city": "Dover", + "state": "FL", + "latitude": "27.987060", + "longitude": "-82.213570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33528", + "city": "Lake Panasoffkee", + "state": "FL", + "latitude": "28.801617", + "longitude": "-82.133869", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33530", + "city": "Durant", + "state": "FL", + "latitude": "27.906823", + "longitude": "-82.176749", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33534", + "city": "Gibsonton", + "state": "FL", + "latitude": "27.837894", + "longitude": "-82.374070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33537", + "city": "Lacoochee", + "state": "FL", + "latitude": "28.324796", + "longitude": "-82.481766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33538", + "city": "Lake Panasoffkee", + "state": "FL", + "latitude": "28.835261", + "longitude": "-82.148180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33539", + "city": "Zephyrhills", + "state": "FL", + "latitude": "28.213050", + "longitude": "-82.165680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33540", + "city": "Zephyrhills", + "state": "FL", + "latitude": "28.235313", + "longitude": "-82.168680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33541", + "city": "Zephyrhills", + "state": "FL", + "latitude": "28.234624", + "longitude": "-82.200220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33542", + "city": "Zephyrhills", + "state": "FL", + "latitude": "28.238489", + "longitude": "-82.181913", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33543", + "city": "Zephyrhills", + "state": "FL", + "latitude": "28.187356", + "longitude": "-82.316010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33544", + "city": "Zephyrhills", + "state": "FL", + "latitude": "28.266580", + "longitude": "-82.342220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33547", + "city": "Lithia", + "state": "FL", + "latitude": "27.788498", + "longitude": "-82.150800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33548", + "city": "Lutz", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33549", + "city": "Lutz", + "state": "FL", + "latitude": "28.142694", + "longitude": "-82.466290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33550", + "city": "Mango", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33556", + "city": "Odessa", + "state": "FL", + "latitude": "28.143377", + "longitude": "-82.590540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33558", + "city": "Land O' Lakes", + "state": "FL", + "latitude": "28.157704", + "longitude": "-82.514615", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33559", + "city": "Land O' Lakes", + "state": "FL", + "latitude": "28.156536", + "longitude": "-82.415275", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33563", + "city": "Plant City", + "state": "FL", + "latitude": "28.016971", + "longitude": "-82.128584", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33564", + "city": "Plant City", + "state": "FL", + "latitude": "28.029627", + "longitude": "-82.134741", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33565", + "city": "Plant City", + "state": "FL", + "latitude": "28.065552", + "longitude": "-82.145060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33566", + "city": "Plant City", + "state": "FL", + "latitude": "28.013755", + "longitude": "-82.116850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33567", + "city": "Plant City", + "state": "FL", + "latitude": "27.982949", + "longitude": "-82.145390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33568", + "city": "Riverview", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33569", + "city": "Riverview", + "state": "FL", + "latitude": "27.847802", + "longitude": "-82.317990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33570", + "city": "Ruskin", + "state": "FL", + "latitude": "27.703801", + "longitude": "-82.443850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33571", + "city": "Sun City Center", + "state": "FL", + "latitude": "27.720111", + "longitude": "-82.453041", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33572", + "city": "Apollo Beach", + "state": "FL", + "latitude": "27.771988", + "longitude": "-82.410780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33573", + "city": "Sun City Center", + "state": "FL", + "latitude": "27.713353", + "longitude": "-82.359650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33574", + "city": "Saint Leo", + "state": "FL", + "latitude": "28.334752", + "longitude": "-82.269323", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33576", + "city": "San Antonio", + "state": "FL", + "latitude": "28.331979", + "longitude": "-82.288770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33578", + "city": "St. Leo", + "state": "FL", + "latitude": "28.331186", + "longitude": "-82.252917", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33583", + "city": "Seffner", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33584", + "city": "Seffner", + "state": "FL", + "latitude": "27.987925", + "longitude": "-82.288190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33585", + "city": "Sumterville", + "state": "FL", + "latitude": "28.754347", + "longitude": "-82.061260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33586", + "city": "Sun City", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33587", + "city": "Sydney", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33592", + "city": "Thonotosassa", + "state": "FL", + "latitude": "28.077843", + "longitude": "-82.298370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33593", + "city": "Trilby", + "state": "FL", + "latitude": "28.324796", + "longitude": "-82.481766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33594", + "city": "Valrico", + "state": "FL", + "latitude": "27.911226", + "longitude": "-82.245080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33595", + "city": "Valrico", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33597", + "city": "Webster", + "state": "FL", + "latitude": "28.568393", + "longitude": "-82.150530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33598", + "city": "Wimauma", + "state": "FL", + "latitude": "27.693924", + "longitude": "-82.327580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33599", + "city": "Punta Gorda", + "state": "FL", + "latitude": "26.871443", + "longitude": "-82.007115", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33601", + "city": "Tampa", + "state": "FL", + "latitude": "27.996097", + "longitude": "-82.582035", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33602", + "city": "Tampa", + "state": "FL", + "latitude": "27.956149", + "longitude": "-82.457230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33603", + "city": "Tampa", + "state": "FL", + "latitude": "27.984198", + "longitude": "-82.462700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33604", + "city": "Tampa", + "state": "FL", + "latitude": "28.016846", + "longitude": "-82.456600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33605", + "city": "Tampa", + "state": "FL", + "latitude": "27.963849", + "longitude": "-82.431930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33606", + "city": "Tampa", + "state": "FL", + "latitude": "27.936799", + "longitude": "-82.469110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33607", + "city": "Tampa", + "state": "FL", + "latitude": "27.963798", + "longitude": "-82.495370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33608", + "city": "Tampa", + "state": "FL", + "latitude": "27.843430", + "longitude": "-82.488413", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33609", + "city": "Tampa", + "state": "FL", + "latitude": "27.943549", + "longitude": "-82.506560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33610", + "city": "Tampa", + "state": "FL", + "latitude": "27.993498", + "longitude": "-82.409140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33611", + "city": "Tampa", + "state": "FL", + "latitude": "27.891151", + "longitude": "-82.505810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33612", + "city": "Tampa", + "state": "FL", + "latitude": "28.048595", + "longitude": "-82.451710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33613", + "city": "Tampa", + "state": "FL", + "latitude": "28.077994", + "longitude": "-82.449890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33614", + "city": "Tampa", + "state": "FL", + "latitude": "28.006247", + "longitude": "-82.506320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33615", + "city": "Tampa", + "state": "FL", + "latitude": "28.005446", + "longitude": "-82.577760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33616", + "city": "Tampa", + "state": "FL", + "latitude": "27.869251", + "longitude": "-82.522260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33617", + "city": "Tampa", + "state": "FL", + "latitude": "28.039096", + "longitude": "-82.393710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33618", + "city": "Tampa", + "state": "FL", + "latitude": "28.071502", + "longitude": "-82.493920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33619", + "city": "Tampa", + "state": "FL", + "latitude": "27.946050", + "longitude": "-82.375250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33620", + "city": "Tampa", + "state": "FL", + "latitude": "28.062961", + "longitude": "-82.413140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33621", + "city": "Tampa", + "state": "FL", + "latitude": "27.855078", + "longitude": "-82.524640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33622", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33623", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33624", + "city": "Tampa", + "state": "FL", + "latitude": "28.075060", + "longitude": "-82.523550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33625", + "city": "Tampa", + "state": "FL", + "latitude": "28.069755", + "longitude": "-82.557340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33626", + "city": "Tampa", + "state": "FL", + "latitude": "28.052799", + "longitude": "-82.611350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33629", + "city": "Tampa", + "state": "FL", + "latitude": "27.920850", + "longitude": "-82.509160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33630", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33631", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33633", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33634", + "city": "Tampa", + "state": "FL", + "latitude": "28.005497", + "longitude": "-82.549360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33635", + "city": "Tampa", + "state": "FL", + "latitude": "28.031088", + "longitude": "-82.605930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33637", + "city": "Tampa", + "state": "FL", + "latitude": "28.038324", + "longitude": "-82.362890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33643", + "city": "Tampa", + "state": "FL", + "latitude": "28.130402", + "longitude": "-82.337751", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33647", + "city": "Tampa", + "state": "FL", + "latitude": "28.127973", + "longitude": "-82.361230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33650", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33651", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33655", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33659", + "city": "Palm River-Clair Mel", + "state": "FL", + "latitude": "27.894362", + "longitude": "-82.338911", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33660", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33661", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33662", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33663", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33664", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33672", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33673", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33674", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33675", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33677", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33679", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33680", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33681", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33682", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33684", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33685", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33686", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33687", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33688", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33689", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33690", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33694", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33697", + "city": "Tampa", + "state": "FL", + "latitude": "27.871964", + "longitude": "-82.438841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33701", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.770955", + "longitude": "-82.639310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33702", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.843052", + "longitude": "-82.644900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33703", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.816977", + "longitude": "-82.627950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33704", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.796454", + "longitude": "-82.637510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33705", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.741306", + "longitude": "-82.643490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33706", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.741505", + "longitude": "-82.751790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33707", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.756505", + "longitude": "-82.717640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33708", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.811626", + "longitude": "-82.793210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33709", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.815953", + "longitude": "-82.728650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33710", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.788637", + "longitude": "-82.722440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33711", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.750655", + "longitude": "-82.688200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33712", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.745355", + "longitude": "-82.665720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33713", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.787904", + "longitude": "-82.680390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33714", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.817323", + "longitude": "-82.676120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33715", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.683010", + "longitude": "-82.720960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33716", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.874324", + "longitude": "-82.645150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33728", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33729", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.881909", + "longitude": "-82.664359", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33730", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33731", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33732", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33733", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.925755", + "longitude": "-82.752110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33734", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33736", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33737", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33738", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33740", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33741", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33742", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33743", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33744", + "city": "Bay Pines", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33747", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33755", + "city": "Clearwater", + "state": "FL", + "latitude": "27.979114", + "longitude": "-82.781660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33756", + "city": "Clearwater", + "state": "FL", + "latitude": "27.944631", + "longitude": "-82.787020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33757", + "city": "Clearwater", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33758", + "city": "Clearwater", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33759", + "city": "Clearwater", + "state": "FL", + "latitude": "27.980297", + "longitude": "-82.716450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33760", + "city": "Clearwater", + "state": "FL", + "latitude": "27.908020", + "longitude": "-82.713650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33761", + "city": "Clearwater", + "state": "FL", + "latitude": "28.032827", + "longitude": "-82.725960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33762", + "city": "Clearwater", + "state": "FL", + "latitude": "27.883118", + "longitude": "-82.683890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33763", + "city": "Clearwater", + "state": "FL", + "latitude": "28.001394", + "longitude": "-82.745490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33764", + "city": "Clearwater", + "state": "FL", + "latitude": "27.932797", + "longitude": "-82.741150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33765", + "city": "Clearwater", + "state": "FL", + "latitude": "27.971362", + "longitude": "-82.744820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33766", + "city": "Clearwater", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33767", + "city": "Clearwater Beach", + "state": "FL", + "latitude": "27.982722", + "longitude": "-82.825040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33769", + "city": "Clearwater", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33770", + "city": "Largo", + "state": "FL", + "latitude": "27.916149", + "longitude": "-82.801220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33771", + "city": "Largo", + "state": "FL", + "latitude": "27.906088", + "longitude": "-82.755300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33772", + "city": "Seminole", + "state": "FL", + "latitude": "27.843349", + "longitude": "-82.793070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33773", + "city": "Largo", + "state": "FL", + "latitude": "27.883188", + "longitude": "-82.756330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33774", + "city": "Largo", + "state": "FL", + "latitude": "27.885283", + "longitude": "-82.826070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33775", + "city": "Seminole", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33776", + "city": "Seminole", + "state": "FL", + "latitude": "27.853151", + "longitude": "-82.827120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33777", + "city": "Largo", + "state": "FL", + "latitude": "27.851052", + "longitude": "-82.761110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33778", + "city": "Largo", + "state": "FL", + "latitude": "27.885344", + "longitude": "-82.795940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33779", + "city": "Largo", + "state": "FL", + "latitude": "27.839698", + "longitude": "-82.772483", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33780", + "city": "Pinellas Park", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33781", + "city": "Pinellas Park", + "state": "FL", + "latitude": "27.839802", + "longitude": "-82.710940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33782", + "city": "Pinellas Park", + "state": "FL", + "latitude": "27.861925", + "longitude": "-82.711450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33784", + "city": "Saint Petersburg", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33785", + "city": "Indian Rocks Beach", + "state": "FL", + "latitude": "27.887923", + "longitude": "-82.847030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33786", + "city": "Belleair Beach", + "state": "FL", + "latitude": "27.924748", + "longitude": "-82.839370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33801", + "city": "Lakeland", + "state": "FL", + "latitude": "28.041198", + "longitude": "-81.923920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33802", + "city": "Lakeland", + "state": "FL", + "latitude": "28.020992", + "longitude": "-81.985185", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33803", + "city": "Lakeland", + "state": "FL", + "latitude": "28.015032", + "longitude": "-81.952060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33804", + "city": "Lakeland", + "state": "FL", + "latitude": "28.002553", + "longitude": "-81.618640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33805", + "city": "Lakeland", + "state": "FL", + "latitude": "28.071564", + "longitude": "-81.958020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33806", + "city": "Lakeland", + "state": "FL", + "latitude": "28.002553", + "longitude": "-81.618640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33807", + "city": "Lakeland", + "state": "FL", + "latitude": "28.002553", + "longitude": "-81.618640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33809", + "city": "Lakeland", + "state": "FL", + "latitude": "28.128494", + "longitude": "-81.956250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33810", + "city": "Lakeland", + "state": "FL", + "latitude": "28.106787", + "longitude": "-82.010330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33811", + "city": "Lakeland", + "state": "FL", + "latitude": "27.978316", + "longitude": "-82.008410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33813", + "city": "Lakeland", + "state": "FL", + "latitude": "27.965469", + "longitude": "-81.922150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33815", + "city": "Lakeland", + "state": "FL", + "latitude": "28.042948", + "longitude": "-81.984900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33820", + "city": "Alturas", + "state": "FL", + "latitude": "28.002553", + "longitude": "-81.618640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33823", + "city": "Auburndale", + "state": "FL", + "latitude": "28.068865", + "longitude": "-81.802670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33825", + "city": "Avon Park", + "state": "FL", + "latitude": "27.600470", + "longitude": "-81.509320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33826", + "city": "Avon Park", + "state": "FL", + "latitude": "27.339483", + "longitude": "-81.252872", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33827", + "city": "Babson Park", + "state": "FL", + "latitude": "27.826864", + "longitude": "-81.532910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33830", + "city": "Bartow", + "state": "FL", + "latitude": "27.894991", + "longitude": "-81.826380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33831", + "city": "Bartow", + "state": "FL", + "latitude": "27.955426", + "longitude": "-81.951673", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33834", + "city": "Bowling Green", + "state": "FL", + "latitude": "27.613064", + "longitude": "-81.935810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33835", + "city": "Bradley", + "state": "FL", + "latitude": "27.710056", + "longitude": "-81.951960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33836", + "city": "Davenport", + "state": "FL", + "latitude": "28.167211", + "longitude": "-81.631589", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33837", + "city": "Davenport", + "state": "FL", + "latitude": "28.223014", + "longitude": "-81.631310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33838", + "city": "Dundee", + "state": "FL", + "latitude": "28.021066", + "longitude": "-81.618720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33839", + "city": "Eagle Lake", + "state": "FL", + "latitude": "27.980380", + "longitude": "-81.755310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33840", + "city": "Eaton Park", + "state": "FL", + "latitude": "28.084383", + "longitude": "-81.541500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33841", + "city": "Fort Meade", + "state": "FL", + "latitude": "27.743700", + "longitude": "-81.794050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33843", + "city": "Frostproof", + "state": "FL", + "latitude": "27.757986", + "longitude": "-81.508800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33844", + "city": "Haines City", + "state": "FL", + "latitude": "28.101527", + "longitude": "-81.623500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33845", + "city": "Haines City", + "state": "FL", + "latitude": "28.002553", + "longitude": "-81.618640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33846", + "city": "Highland City", + "state": "FL", + "latitude": "27.964651", + "longitude": "-81.867153", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33847", + "city": "Homeland", + "state": "FL", + "latitude": "27.815882", + "longitude": "-81.825290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33848", + "city": "Intercession City", + "state": "FL", + "latitude": "28.260740", + "longitude": "-81.506690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33849", + "city": "Kathleen", + "state": "FL", + "latitude": "28.246250", + "longitude": "-82.063580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33850", + "city": "Lake Alfred", + "state": "FL", + "latitude": "28.092512", + "longitude": "-81.727580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33851", + "city": "Lake Hamilton", + "state": "FL", + "latitude": "28.044641", + "longitude": "-81.623730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33852", + "city": "Lake Placid", + "state": "FL", + "latitude": "27.293327", + "longitude": "-81.382060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33853", + "city": "Lake Wales", + "state": "FL", + "latitude": "27.894622", + "longitude": "-81.528240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33854", + "city": "Fedhaven", + "state": "FL", + "latitude": "28.002553", + "longitude": "-81.618640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33855", + "city": "Indian Lake Estates", + "state": "FL", + "latitude": "27.798022", + "longitude": "-81.357154", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33856", + "city": "Nalcrest", + "state": "FL", + "latitude": "27.855686", + "longitude": "-81.430915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33857", + "city": "Lorida", + "state": "FL", + "latitude": "27.397067", + "longitude": "-81.141100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33858", + "city": "Loughman", + "state": "FL", + "latitude": "28.050121", + "longitude": "-81.505211", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33859", + "city": "Lake Wales", + "state": "FL", + "latitude": "27.885359", + "longitude": "-81.522998", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33860", + "city": "Mulberry", + "state": "FL", + "latitude": "27.884256", + "longitude": "-81.976970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33862", + "city": "Lake Placid", + "state": "FL", + "latitude": "27.244668", + "longitude": "-81.288424", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33863", + "city": "Nichols", + "state": "FL", + "latitude": "28.002553", + "longitude": "-81.618640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33865", + "city": "Ona", + "state": "FL", + "latitude": "27.432764", + "longitude": "-81.937030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33867", + "city": "River Ranch", + "state": "FL", + "latitude": "27.768567", + "longitude": "-81.196640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33868", + "city": "Polk City", + "state": "FL", + "latitude": "28.180035", + "longitude": "-81.818630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33870", + "city": "Sebring", + "state": "FL", + "latitude": "27.483817", + "longitude": "-81.421310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33871", + "city": "Sebring", + "state": "FL", + "latitude": "27.485803", + "longitude": "-81.407884", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33872", + "city": "Sebring", + "state": "FL", + "latitude": "27.475288", + "longitude": "-81.485350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33873", + "city": "Wauchula", + "state": "FL", + "latitude": "27.541676", + "longitude": "-81.812700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33875", + "city": "Sebring", + "state": "FL", + "latitude": "27.430819", + "longitude": "-81.463297", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33876", + "city": "Sebring", + "state": "FL", + "latitude": "27.436826", + "longitude": "-81.355150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33877", + "city": "Waverly", + "state": "FL", + "latitude": "27.982891", + "longitude": "-81.617430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33880", + "city": "Winter Haven", + "state": "FL", + "latitude": "27.997276", + "longitude": "-81.745540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33881", + "city": "Winter Haven", + "state": "FL", + "latitude": "28.051985", + "longitude": "-81.724570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33882", + "city": "Winter Haven", + "state": "FL", + "latitude": "28.029402", + "longitude": "-81.732139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33883", + "city": "Winter Haven", + "state": "FL", + "latitude": "28.002553", + "longitude": "-81.618640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33884", + "city": "Winter Haven", + "state": "FL", + "latitude": "27.997387", + "longitude": "-81.682560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33885", + "city": "Winter Haven", + "state": "FL", + "latitude": "28.002553", + "longitude": "-81.618640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33888", + "city": "Winter Haven", + "state": "FL", + "latitude": "28.023115", + "longitude": "-81.723417", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33890", + "city": "Zolfo Springs", + "state": "FL", + "latitude": "27.485551", + "longitude": "-81.725280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33896", + "city": "Loughman", + "state": "FL", + "latitude": "28.252198", + "longitude": "-81.607612", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33897", + "city": "Citrus Ridge", + "state": "FL", + "latitude": "28.310679", + "longitude": "-81.670264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33898", + "city": "Highland Park", + "state": "FL", + "latitude": "27.918187", + "longitude": "-81.493521", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33901", + "city": "Fort Myers", + "state": "FL", + "latitude": "26.623650", + "longitude": "-81.872700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33902", + "city": "Fort Myers", + "state": "FL", + "latitude": "26.623908", + "longitude": "-81.883648", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33903", + "city": "North Fort Myers", + "state": "FL", + "latitude": "26.698526", + "longitude": "-81.917800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33904", + "city": "Cape Coral", + "state": "FL", + "latitude": "26.582185", + "longitude": "-81.955280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33905", + "city": "Fort Myers", + "state": "FL", + "latitude": "26.680407", + "longitude": "-81.748120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33906", + "city": "Fort Myers", + "state": "FL", + "latitude": "26.552895", + "longitude": "-81.948610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33907", + "city": "Fort Myers", + "state": "FL", + "latitude": "26.566053", + "longitude": "-81.870090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33908", + "city": "Fort Myers", + "state": "FL", + "latitude": "26.502677", + "longitude": "-81.930520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33909", + "city": "Cape Coral", + "state": "FL", + "latitude": "26.687462", + "longitude": "-81.949680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33910", + "city": "Cape Coral", + "state": "FL", + "latitude": "26.552895", + "longitude": "-81.948610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33911", + "city": "Fort Myers", + "state": "FL", + "latitude": "26.596286", + "longitude": "-81.882373", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33912", + "city": "Fort Myers", + "state": "FL", + "latitude": "26.501582", + "longitude": "-81.828410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33913", + "city": "Fort Myers", + "state": "FL", + "latitude": "26.542097", + "longitude": "-81.699840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33914", + "city": "Cape Coral", + "state": "FL", + "latitude": "26.579862", + "longitude": "-82.002270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33915", + "city": "Cape Coral", + "state": "FL", + "latitude": "26.659942", + "longitude": "-81.893427", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33916", + "city": "Fort Myers", + "state": "FL", + "latitude": "26.643500", + "longitude": "-81.844180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33917", + "city": "North Fort Myers", + "state": "FL", + "latitude": "26.711647", + "longitude": "-81.865000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33918", + "city": "North Fort Myers", + "state": "FL", + "latitude": "26.716130", + "longitude": "-81.607007", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33919", + "city": "Fort Myers", + "state": "FL", + "latitude": "26.555958", + "longitude": "-81.901740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33920", + "city": "Alva", + "state": "FL", + "latitude": "26.711362", + "longitude": "-81.616840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33921", + "city": "Boca Grande", + "state": "FL", + "latitude": "26.759514", + "longitude": "-82.263510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33922", + "city": "Bokeelia", + "state": "FL", + "latitude": "26.663600", + "longitude": "-82.141120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33924", + "city": "Captiva", + "state": "FL", + "latitude": "26.519415", + "longitude": "-82.191010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33927", + "city": "Punta Gorda", + "state": "FL", + "latitude": "26.901981", + "longitude": "-82.000005", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33928", + "city": "Estero", + "state": "FL", + "latitude": "26.425671", + "longitude": "-81.801960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33930", + "city": "Felda", + "state": "FL", + "latitude": "26.581172", + "longitude": "-81.462020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33931", + "city": "Fort Myers Beach", + "state": "FL", + "latitude": "26.446463", + "longitude": "-81.932690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33932", + "city": "Fort Myers Beach", + "state": "FL", + "latitude": "26.552895", + "longitude": "-81.948610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33935", + "city": "Labelle", + "state": "FL", + "latitude": "26.760476", + "longitude": "-81.430290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33936", + "city": "Lehigh Acres", + "state": "FL", + "latitude": "26.588982", + "longitude": "-81.611630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33938", + "city": "Murdock", + "state": "FL", + "latitude": "26.901981", + "longitude": "-82.000005", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33944", + "city": "Palmdale", + "state": "FL", + "latitude": "26.959250", + "longitude": "-81.315680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33945", + "city": "Pineland", + "state": "FL", + "latitude": "26.599510", + "longitude": "-82.221660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33946", + "city": "Placida", + "state": "FL", + "latitude": "26.849473", + "longitude": "-82.286610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33947", + "city": "Rotonda West", + "state": "FL", + "latitude": "26.894448", + "longitude": "-82.261250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33948", + "city": "Port Charlotte", + "state": "FL", + "latitude": "26.984486", + "longitude": "-82.148590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33949", + "city": "Port Charlotte", + "state": "FL", + "latitude": "26.993904", + "longitude": "-82.098418", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33950", + "city": "Punta Gorda", + "state": "FL", + "latitude": "26.914393", + "longitude": "-82.041060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33951", + "city": "Punta Gorda", + "state": "FL", + "latitude": "26.970756", + "longitude": "-81.984504", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33952", + "city": "Port Charlotte", + "state": "FL", + "latitude": "26.993876", + "longitude": "-82.098210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33953", + "city": "Port Charlotte", + "state": "FL", + "latitude": "27.012758", + "longitude": "-82.211200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33954", + "city": "Port Charlotte", + "state": "FL", + "latitude": "27.024420", + "longitude": "-82.122250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33955", + "city": "Punta Gorda", + "state": "FL", + "latitude": "26.837879", + "longitude": "-82.004030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33956", + "city": "Saint James City", + "state": "FL", + "latitude": "26.536435", + "longitude": "-82.091500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33957", + "city": "Sanibel", + "state": "FL", + "latitude": "26.439608", + "longitude": "-82.080450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33960", + "city": "Venus", + "state": "FL", + "latitude": "27.052583", + "longitude": "-81.396280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33961", + "city": "Fort Myers", + "state": "FL", + "latitude": "26.629875", + "longitude": "-81.857683", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33965", + "city": "Fort Myers", + "state": "FL", + "latitude": "26.552895", + "longitude": "-81.948610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33970", + "city": "Lehigh Acres", + "state": "FL", + "latitude": "26.564718", + "longitude": "-81.620778", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33971", + "city": "Lehigh Acres", + "state": "FL", + "latitude": "26.605990", + "longitude": "-81.702960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33972", + "city": "Lehigh Acres", + "state": "FL", + "latitude": "26.634332", + "longitude": "-81.593910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33975", + "city": "Labelle", + "state": "FL", + "latitude": "26.742327", + "longitude": "-81.278630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33980", + "city": "Port Charlotte", + "state": "FL", + "latitude": "26.983094", + "longitude": "-82.059720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33981", + "city": "Port Charlotte", + "state": "FL", + "latitude": "26.922089", + "longitude": "-82.230920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33982", + "city": "Punta Gorda", + "state": "FL", + "latitude": "26.958821", + "longitude": "-81.951340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33983", + "city": "Punta Gorda", + "state": "FL", + "latitude": "26.999486", + "longitude": "-82.009640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33990", + "city": "Cape Coral", + "state": "FL", + "latitude": "26.630750", + "longitude": "-81.952510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33991", + "city": "Cape Coral", + "state": "FL", + "latitude": "26.634338", + "longitude": "-82.006740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33993", + "city": "Cape Coral", + "state": "FL", + "latitude": "26.681122", + "longitude": "-82.013190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "33994", + "city": "Fort Myers", + "state": "FL", + "latitude": "26.552895", + "longitude": "-81.948610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34101", + "city": "Naples", + "state": "FL", + "latitude": "25.855534", + "longitude": "-81.387190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34102", + "city": "Naples", + "state": "FL", + "latitude": "26.142938", + "longitude": "-81.798520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34103", + "city": "Naples", + "state": "FL", + "latitude": "26.191117", + "longitude": "-81.803330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34104", + "city": "Naples", + "state": "FL", + "latitude": "26.150910", + "longitude": "-81.747700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34105", + "city": "Naples", + "state": "FL", + "latitude": "26.187767", + "longitude": "-81.768290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34106", + "city": "Naples", + "state": "FL", + "latitude": "26.143260", + "longitude": "-81.389124", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34107", + "city": "Vanderbilt Beach", + "state": "FL", + "latitude": "26.143260", + "longitude": "-81.389124", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34108", + "city": "Naples", + "state": "FL", + "latitude": "26.252711", + "longitude": "-81.808250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34109", + "city": "Naples", + "state": "FL", + "latitude": "26.240637", + "longitude": "-81.766630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34110", + "city": "Naples", + "state": "FL", + "latitude": "26.288280", + "longitude": "-81.787260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34112", + "city": "Naples", + "state": "FL", + "latitude": "26.121546", + "longitude": "-81.752510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34113", + "city": "Naples", + "state": "FL", + "latitude": "26.067538", + "longitude": "-81.720020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34114", + "city": "Naples", + "state": "FL", + "latitude": "26.020283", + "longitude": "-81.630940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34116", + "city": "Naples", + "state": "FL", + "latitude": "26.183424", + "longitude": "-81.706430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34117", + "city": "Naples", + "state": "FL", + "latitude": "26.178500", + "longitude": "-81.554950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34119", + "city": "Naples", + "state": "FL", + "latitude": "26.256551", + "longitude": "-81.718600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34120", + "city": "Naples", + "state": "FL", + "latitude": "26.275676", + "longitude": "-81.595860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34133", + "city": "Bonita Springs", + "state": "FL", + "latitude": "26.552895", + "longitude": "-81.948610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34134", + "city": "Bonita Springs", + "state": "FL", + "latitude": "26.348608", + "longitude": "-81.831340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34135", + "city": "Bonita Springs", + "state": "FL", + "latitude": "26.348523", + "longitude": "-81.773910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34136", + "city": "Bonita Springs", + "state": "FL", + "latitude": "26.552895", + "longitude": "-81.948610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34137", + "city": "Copeland", + "state": "FL", + "latitude": "26.035690", + "longitude": "-81.467990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34138", + "city": "Chokoloskee", + "state": "FL", + "latitude": "25.813786", + "longitude": "-81.362910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34139", + "city": "Everglades City", + "state": "FL", + "latitude": "25.856771", + "longitude": "-81.384120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34140", + "city": "Goodland", + "state": "FL", + "latitude": "26.143260", + "longitude": "-81.389124", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34141", + "city": "Ochopee", + "state": "FL", + "latitude": "25.726500", + "longitude": "-81.201510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34142", + "city": "Immokalee", + "state": "FL", + "latitude": "26.398248", + "longitude": "-81.393250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34143", + "city": "Immokalee", + "state": "FL", + "latitude": "26.464183", + "longitude": "-81.504661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34145", + "city": "Marco Island", + "state": "FL", + "latitude": "25.940112", + "longitude": "-81.713290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34146", + "city": "Marco Island", + "state": "FL", + "latitude": "26.143260", + "longitude": "-81.389124", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34154", + "city": "Goodland", + "state": "FL", + "latitude": "25.925446", + "longitude": "-81.644387", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34168", + "city": "Chokoloskee", + "state": "FL", + "latitude": "25.815280", + "longitude": "-81.359902", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34201", + "city": "Bradenton", + "state": "FL", + "latitude": "27.400627", + "longitude": "-82.471040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34202", + "city": "Bradenton", + "state": "FL", + "latitude": "27.434755", + "longitude": "-82.402110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34203", + "city": "Bradenton", + "state": "FL", + "latitude": "27.448369", + "longitude": "-82.523240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34204", + "city": "Bradenton", + "state": "FL", + "latitude": "27.427213", + "longitude": "-82.438689", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34205", + "city": "Bradenton", + "state": "FL", + "latitude": "27.485617", + "longitude": "-82.582940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34206", + "city": "Bradenton", + "state": "FL", + "latitude": "27.427213", + "longitude": "-82.438689", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34207", + "city": "Bradenton", + "state": "FL", + "latitude": "27.438719", + "longitude": "-82.576460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34208", + "city": "Bradenton", + "state": "FL", + "latitude": "27.486448", + "longitude": "-82.535000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34209", + "city": "Bradenton", + "state": "FL", + "latitude": "27.488866", + "longitude": "-82.627370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34210", + "city": "Bradenton", + "state": "FL", + "latitude": "27.455543", + "longitude": "-82.633720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34211", + "city": "Memphis", + "state": "FL", + "latitude": "27.437698", + "longitude": "-82.372125", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34215", + "city": "Cortez", + "state": "FL", + "latitude": "27.469113", + "longitude": "-82.687650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34216", + "city": "Anna Maria", + "state": "FL", + "latitude": "27.530644", + "longitude": "-82.735940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34217", + "city": "Bradenton Beach", + "state": "FL", + "latitude": "27.499982", + "longitude": "-82.712900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34218", + "city": "Holmes Beach", + "state": "FL", + "latitude": "27.499515", + "longitude": "-82.709871", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34219", + "city": "Parrish", + "state": "FL", + "latitude": "27.574128", + "longitude": "-82.407010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34220", + "city": "Palmetto", + "state": "FL", + "latitude": "27.427213", + "longitude": "-82.438689", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34221", + "city": "Palmetto", + "state": "FL", + "latitude": "27.549314", + "longitude": "-82.559810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34222", + "city": "Ellenton", + "state": "FL", + "latitude": "27.532098", + "longitude": "-82.500900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34223", + "city": "Englewood", + "state": "FL", + "latitude": "26.974858", + "longitude": "-82.366500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34224", + "city": "Englewood", + "state": "FL", + "latitude": "26.925265", + "longitude": "-82.296930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34228", + "city": "Longboat Key", + "state": "FL", + "latitude": "27.396931", + "longitude": "-82.644750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34229", + "city": "Osprey", + "state": "FL", + "latitude": "27.187829", + "longitude": "-82.485390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34230", + "city": "Sarasota", + "state": "FL", + "latitude": "27.335023", + "longitude": "-82.537169", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34231", + "city": "Sarasota", + "state": "FL", + "latitude": "27.267649", + "longitude": "-82.516630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34232", + "city": "Sarasota", + "state": "FL", + "latitude": "27.321313", + "longitude": "-82.476480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34233", + "city": "Sarasota", + "state": "FL", + "latitude": "27.285142", + "longitude": "-82.473630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34234", + "city": "Sarasota", + "state": "FL", + "latitude": "27.365622", + "longitude": "-82.535560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34235", + "city": "Sarasota", + "state": "FL", + "latitude": "27.365549", + "longitude": "-82.486590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34236", + "city": "Sarasota", + "state": "FL", + "latitude": "27.333014", + "longitude": "-82.546130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34237", + "city": "Sarasota", + "state": "FL", + "latitude": "27.336973", + "longitude": "-82.515060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34238", + "city": "Sarasota", + "state": "FL", + "latitude": "27.240571", + "longitude": "-82.478360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34239", + "city": "Sarasota", + "state": "FL", + "latitude": "27.310924", + "longitude": "-82.521300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34240", + "city": "Sarasota", + "state": "FL", + "latitude": "27.334580", + "longitude": "-82.408940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34241", + "city": "Sarasota", + "state": "FL", + "latitude": "27.272873", + "longitude": "-82.416760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34242", + "city": "Sarasota", + "state": "FL", + "latitude": "27.275225", + "longitude": "-82.549340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34243", + "city": "Sarasota", + "state": "FL", + "latitude": "27.407657", + "longitude": "-82.529230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34250", + "city": "Terra Ceia", + "state": "FL", + "latitude": "27.575972", + "longitude": "-82.584930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34251", + "city": "Myakka City", + "state": "FL", + "latitude": "27.396045", + "longitude": "-82.233490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34260", + "city": "Manasota", + "state": "FL", + "latitude": "27.427213", + "longitude": "-82.438689", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34264", + "city": "Oneco", + "state": "FL", + "latitude": "27.427213", + "longitude": "-82.438689", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34265", + "city": "Arcadia", + "state": "FL", + "latitude": "27.186146", + "longitude": "-81.809939", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34266", + "city": "Arcadia", + "state": "FL", + "latitude": "27.201006", + "longitude": "-81.871960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34267", + "city": "Fort Ogden", + "state": "FL", + "latitude": "27.186146", + "longitude": "-81.809939", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34268", + "city": "Nocatee", + "state": "FL", + "latitude": "27.158612", + "longitude": "-81.883240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34270", + "city": "Tallevast", + "state": "FL", + "latitude": "27.405429", + "longitude": "-82.543519", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34272", + "city": "Laurel", + "state": "FL", + "latitude": "27.146963", + "longitude": "-82.425512", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34274", + "city": "Nokomis", + "state": "FL", + "latitude": "27.144031", + "longitude": "-82.464468", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34275", + "city": "Nokomis", + "state": "FL", + "latitude": "27.136731", + "longitude": "-82.452410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34276", + "city": "Sarasota", + "state": "FL", + "latitude": "27.167521", + "longitude": "-82.380967", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34277", + "city": "Sarasota", + "state": "FL", + "latitude": "27.167521", + "longitude": "-82.380967", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34278", + "city": "Sarasota", + "state": "FL", + "latitude": "27.331628", + "longitude": "-82.528488", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34280", + "city": "Bradenton", + "state": "FL", + "latitude": "27.427213", + "longitude": "-82.438689", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34281", + "city": "Bradenton", + "state": "FL", + "latitude": "27.427213", + "longitude": "-82.438689", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34282", + "city": "Bradenton", + "state": "FL", + "latitude": "27.427213", + "longitude": "-82.438689", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34284", + "city": "Venice", + "state": "FL", + "latitude": "27.167521", + "longitude": "-82.380967", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34285", + "city": "Venice", + "state": "FL", + "latitude": "27.091783", + "longitude": "-82.448460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34286", + "city": "North Port", + "state": "FL", + "latitude": "27.072445", + "longitude": "-82.160600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34287", + "city": "North Port", + "state": "FL", + "latitude": "27.051075", + "longitude": "-82.244170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34288", + "city": "North Port", + "state": "FL", + "latitude": "27.048707", + "longitude": "-82.127196", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34289", + "city": "North Port", + "state": "FL", + "latitude": "27.084640", + "longitude": "-82.156884", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34292", + "city": "Venice", + "state": "FL", + "latitude": "27.098474", + "longitude": "-82.414810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34293", + "city": "Venice", + "state": "FL", + "latitude": "27.055013", + "longitude": "-82.397300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34295", + "city": "Englewood", + "state": "FL", + "latitude": "27.085985", + "longitude": "-82.438918", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34334", + "city": "Grove City", + "state": "FL", + "latitude": "26.896790", + "longitude": "-82.317993", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34420", + "city": "Belleview", + "state": "FL", + "latitude": "29.054976", + "longitude": "-82.042550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34421", + "city": "Belleview", + "state": "FL", + "latitude": "29.240728", + "longitude": "-82.087458", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34423", + "city": "Crystal River", + "state": "FL", + "latitude": "28.867027", + "longitude": "-82.572703", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34424", + "city": "Crystal River", + "state": "FL", + "latitude": "28.916441", + "longitude": "-82.608795", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34426", + "city": "Pine Ridge", + "state": "FL", + "latitude": "28.941590", + "longitude": "-82.503117", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34428", + "city": "Crystal River", + "state": "FL", + "latitude": "28.951380", + "longitude": "-82.612130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34429", + "city": "Crystal River", + "state": "FL", + "latitude": "28.872108", + "longitude": "-82.596100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34430", + "city": "Dunnellon", + "state": "FL", + "latitude": "29.240728", + "longitude": "-82.087458", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34431", + "city": "Dunnellon", + "state": "FL", + "latitude": "29.131665", + "longitude": "-82.497260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34432", + "city": "Dunnellon", + "state": "FL", + "latitude": "29.060092", + "longitude": "-82.351950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34433", + "city": "Dunnellon", + "state": "FL", + "latitude": "28.997155", + "longitude": "-82.500530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34434", + "city": "Dunnellon", + "state": "FL", + "latitude": "28.994090", + "longitude": "-82.453640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34436", + "city": "Floral City", + "state": "FL", + "latitude": "28.751024", + "longitude": "-82.284490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34442", + "city": "Hernando", + "state": "FL", + "latitude": "28.932925", + "longitude": "-82.394770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34445", + "city": "Holder", + "state": "FL", + "latitude": "28.948753", + "longitude": "-82.406476", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34446", + "city": "Homosassa", + "state": "FL", + "latitude": "28.746912", + "longitude": "-82.533310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34447", + "city": "Homosassa Springs", + "state": "FL", + "latitude": "28.804911", + "longitude": "-82.574264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34448", + "city": "Homosassa", + "state": "FL", + "latitude": "28.797979", + "longitude": "-82.591200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34449", + "city": "Inglis", + "state": "FL", + "latitude": "29.076640", + "longitude": "-82.680220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34450", + "city": "Inverness", + "state": "FL", + "latitude": "28.829773", + "longitude": "-82.290190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34451", + "city": "Inverness", + "state": "FL", + "latitude": "28.803207", + "longitude": "-82.321670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34452", + "city": "Inverness", + "state": "FL", + "latitude": "28.793722", + "longitude": "-82.350210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34453", + "city": "Inverness", + "state": "FL", + "latitude": "28.865761", + "longitude": "-82.359820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34460", + "city": "Lecanto", + "state": "FL", + "latitude": "28.859286", + "longitude": "-82.508694", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34461", + "city": "Lecanto", + "state": "FL", + "latitude": "28.848776", + "longitude": "-82.481080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34464", + "city": "Beverly Hills", + "state": "FL", + "latitude": "28.859286", + "longitude": "-82.508694", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34465", + "city": "Beverly Hills", + "state": "FL", + "latitude": "28.932403", + "longitude": "-82.476410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34470", + "city": "Ocala", + "state": "FL", + "latitude": "29.198704", + "longitude": "-82.105560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34471", + "city": "Ocala", + "state": "FL", + "latitude": "29.171187", + "longitude": "-82.103940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34472", + "city": "Ocala", + "state": "FL", + "latitude": "29.120287", + "longitude": "-82.021330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34473", + "city": "Ocala", + "state": "FL", + "latitude": "29.003195", + "longitude": "-82.189900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34474", + "city": "Ocala", + "state": "FL", + "latitude": "29.166186", + "longitude": "-82.170270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34475", + "city": "Ocala", + "state": "FL", + "latitude": "29.212886", + "longitude": "-82.153780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34476", + "city": "Ocala", + "state": "FL", + "latitude": "29.080910", + "longitude": "-82.210040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34477", + "city": "Ocala", + "state": "FL", + "latitude": "29.240728", + "longitude": "-82.087458", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34478", + "city": "Ocala", + "state": "FL", + "latitude": "29.187178", + "longitude": "-82.112278", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34479", + "city": "Ocala", + "state": "FL", + "latitude": "29.235430", + "longitude": "-82.110700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34480", + "city": "Ocala", + "state": "FL", + "latitude": "29.122950", + "longitude": "-82.081600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34481", + "city": "Ocala", + "state": "FL", + "latitude": "29.124611", + "longitude": "-82.322710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34482", + "city": "Ocala", + "state": "FL", + "latitude": "29.232873", + "longitude": "-82.252200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34483", + "city": "Ocala", + "state": "FL", + "latitude": "29.240728", + "longitude": "-82.087458", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34484", + "city": "Oxford", + "state": "FL", + "latitude": "28.921705", + "longitude": "-82.078470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34487", + "city": "Homosassa", + "state": "FL", + "latitude": "28.859286", + "longitude": "-82.508694", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34488", + "city": "Silver Springs", + "state": "FL", + "latitude": "29.198564", + "longitude": "-81.920950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34489", + "city": "Silver Springs", + "state": "FL", + "latitude": "29.215153", + "longitude": "-82.097163", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34491", + "city": "Summerfield", + "state": "FL", + "latitude": "28.991135", + "longitude": "-82.026580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34492", + "city": "Summerfield", + "state": "FL", + "latitude": "28.997960", + "longitude": "-82.016139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34498", + "city": "Yankeetown", + "state": "FL", + "latitude": "29.031155", + "longitude": "-82.720100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34592", + "city": "Port St. Lucie", + "state": "FL", + "latitude": "27.287855", + "longitude": "-80.297800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34601", + "city": "Brooksville", + "state": "FL", + "latitude": "28.566183", + "longitude": "-82.380020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34602", + "city": "Brooksville", + "state": "FL", + "latitude": "28.515890", + "longitude": "-82.265760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34603", + "city": "Brooksville", + "state": "FL", + "latitude": "28.564167", + "longitude": "-82.416515", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34604", + "city": "Spring Hill", + "state": "FL", + "latitude": "28.478994", + "longitude": "-82.453508", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34605", + "city": "Brooksville", + "state": "FL", + "latitude": "28.505896", + "longitude": "-82.422554", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34606", + "city": "Spring Hill", + "state": "FL", + "latitude": "28.470236", + "longitude": "-82.597410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34607", + "city": "Spring Hill", + "state": "FL", + "latitude": "28.516609", + "longitude": "-82.613020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34608", + "city": "Spring Hill", + "state": "FL", + "latitude": "28.484316", + "longitude": "-82.551810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34609", + "city": "Brooksville", + "state": "FL", + "latitude": "28.475662", + "longitude": "-82.501990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34610", + "city": "Brooksville", + "state": "FL", + "latitude": "28.397791", + "longitude": "-82.530840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34611", + "city": "Spring Hill", + "state": "FL", + "latitude": "28.564167", + "longitude": "-82.416515", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34613", + "city": "Brooksville", + "state": "FL", + "latitude": "28.555346", + "longitude": "-82.536010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34614", + "city": "Brooksville", + "state": "FL", + "latitude": "28.632101", + "longitude": "-82.521810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34636", + "city": "Istachatta", + "state": "FL", + "latitude": "28.655030", + "longitude": "-82.267706", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34639", + "city": "Land O Lakes", + "state": "FL", + "latitude": "28.233671", + "longitude": "-82.454630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34652", + "city": "New Port Richey", + "state": "FL", + "latitude": "28.237582", + "longitude": "-82.728180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34653", + "city": "New Port Richey", + "state": "FL", + "latitude": "28.248558", + "longitude": "-82.698690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34654", + "city": "New Port Richey", + "state": "FL", + "latitude": "28.295714", + "longitude": "-82.617820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34655", + "city": "New Port Richey", + "state": "FL", + "latitude": "28.209833", + "longitude": "-82.669730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34656", + "city": "New Port Richey", + "state": "FL", + "latitude": "28.324796", + "longitude": "-82.481766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34660", + "city": "Ozona", + "state": "FL", + "latitude": "28.067043", + "longitude": "-82.778424", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34661", + "city": "Nobleton", + "state": "FL", + "latitude": "28.643141", + "longitude": "-82.260510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34667", + "city": "Hudson", + "state": "FL", + "latitude": "28.372441", + "longitude": "-82.666030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34668", + "city": "Port Richey", + "state": "FL", + "latitude": "28.300730", + "longitude": "-82.696980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34669", + "city": "Hudson", + "state": "FL", + "latitude": "28.348507", + "longitude": "-82.619370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34673", + "city": "Port Richey", + "state": "FL", + "latitude": "28.324796", + "longitude": "-82.481766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34674", + "city": "Hudson", + "state": "FL", + "latitude": "28.324796", + "longitude": "-82.481766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34677", + "city": "Oldsmar", + "state": "FL", + "latitude": "28.042799", + "longitude": "-82.677370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34678", + "city": "Palm Harbor", + "state": "FL", + "latitude": "28.061727", + "longitude": "-82.777757", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34679", + "city": "Aripeka", + "state": "FL", + "latitude": "28.429478", + "longitude": "-82.663150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34680", + "city": "Elfers", + "state": "FL", + "latitude": "28.324796", + "longitude": "-82.481766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34681", + "city": "Crystal Beach", + "state": "FL", + "latitude": "28.088443", + "longitude": "-82.778340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34682", + "city": "Palm Harbor", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34683", + "city": "Palm Harbor", + "state": "FL", + "latitude": "28.076744", + "longitude": "-82.761160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34684", + "city": "Palm Harbor", + "state": "FL", + "latitude": "28.081325", + "longitude": "-82.727510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34685", + "city": "Palm Harbor", + "state": "FL", + "latitude": "28.099485", + "longitude": "-82.695320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34688", + "city": "Tarpon Springs", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34689", + "city": "Tarpon Springs", + "state": "FL", + "latitude": "28.149691", + "longitude": "-82.753390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34690", + "city": "Holiday", + "state": "FL", + "latitude": "28.190181", + "longitude": "-82.726960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34691", + "city": "Holiday", + "state": "FL", + "latitude": "28.190060", + "longitude": "-82.757350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34695", + "city": "Safety Harbor", + "state": "FL", + "latitude": "28.005639", + "longitude": "-82.695110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34697", + "city": "Dunedin", + "state": "FL", + "latitude": "27.891809", + "longitude": "-82.724763", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34698", + "city": "Dunedin", + "state": "FL", + "latitude": "28.025395", + "longitude": "-82.775340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34703", + "city": "Astatula", + "state": "FL", + "latitude": "28.718224", + "longitude": "-81.735239", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34705", + "city": "Astatula", + "state": "FL", + "latitude": "28.708139", + "longitude": "-81.733070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34711", + "city": "Clermont", + "state": "FL", + "latitude": "28.545742", + "longitude": "-81.748050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34712", + "city": "Clermont", + "state": "FL", + "latitude": "28.811078", + "longitude": "-81.653642", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34713", + "city": "Clermont", + "state": "FL", + "latitude": "28.811078", + "longitude": "-81.653642", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34729", + "city": "Ferndale", + "state": "FL", + "latitude": "28.811078", + "longitude": "-81.653642", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34731", + "city": "Fruitland Park", + "state": "FL", + "latitude": "28.859765", + "longitude": "-81.901840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34734", + "city": "Gotha", + "state": "FL", + "latitude": "28.543429", + "longitude": "-81.524790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34736", + "city": "Groveland", + "state": "FL", + "latitude": "28.571677", + "longitude": "-81.866490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34737", + "city": "Howey In The Hills", + "state": "FL", + "latitude": "28.711167", + "longitude": "-81.779550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34739", + "city": "Kenansville", + "state": "FL", + "latitude": "27.938975", + "longitude": "-81.095100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34740", + "city": "Killarney", + "state": "FL", + "latitude": "28.545385", + "longitude": "-81.650667", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34741", + "city": "Kissimmee", + "state": "FL", + "latitude": "28.301788", + "longitude": "-81.421590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34742", + "city": "Kissimmee", + "state": "FL", + "latitude": "27.995287", + "longitude": "-81.259332", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34743", + "city": "Kissimmee", + "state": "FL", + "latitude": "28.325715", + "longitude": "-81.354080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34744", + "city": "Kissimmee", + "state": "FL", + "latitude": "28.308979", + "longitude": "-81.375940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34745", + "city": "Kissimmee", + "state": "FL", + "latitude": "27.995287", + "longitude": "-81.259332", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34746", + "city": "Kissimmee", + "state": "FL", + "latitude": "28.287883", + "longitude": "-81.468620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34747", + "city": "Kissimmee", + "state": "FL", + "latitude": "28.326187", + "longitude": "-81.588970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34748", + "city": "Leesburg", + "state": "FL", + "latitude": "28.797245", + "longitude": "-81.884660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34749", + "city": "Leesburg", + "state": "FL", + "latitude": "28.811078", + "longitude": "-81.653642", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34753", + "city": "Mascotte", + "state": "FL", + "latitude": "28.583191", + "longitude": "-81.890380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34755", + "city": "Minneola", + "state": "FL", + "latitude": "28.578234", + "longitude": "-81.831883", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34756", + "city": "Montverde", + "state": "FL", + "latitude": "28.597126", + "longitude": "-81.675790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34758", + "city": "Kissimmee", + "state": "FL", + "latitude": "28.178192", + "longitude": "-81.487310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34759", + "city": "Kissimmee", + "state": "FL", + "latitude": "28.094144", + "longitude": "-81.483950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34760", + "city": "Oakland", + "state": "FL", + "latitude": "28.555328", + "longitude": "-81.631040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34761", + "city": "Ocoee", + "state": "FL", + "latitude": "28.574628", + "longitude": "-81.529460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34762", + "city": "Okahumpka", + "state": "FL", + "latitude": "28.735088", + "longitude": "-81.910350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34769", + "city": "Saint Cloud", + "state": "FL", + "latitude": "28.249340", + "longitude": "-81.287490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34770", + "city": "Saint Cloud", + "state": "FL", + "latitude": "27.995287", + "longitude": "-81.259332", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34771", + "city": "Saint Cloud", + "state": "FL", + "latitude": "28.271939", + "longitude": "-81.196450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34772", + "city": "Saint Cloud", + "state": "FL", + "latitude": "28.198441", + "longitude": "-81.272460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34773", + "city": "Saint Cloud", + "state": "FL", + "latitude": "28.160376", + "longitude": "-81.000410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34777", + "city": "Winter Garden", + "state": "FL", + "latitude": "28.541579", + "longitude": "-81.605846", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34778", + "city": "Winter Garden", + "state": "FL", + "latitude": "28.566338", + "longitude": "-81.260818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34785", + "city": "Wildwood", + "state": "FL", + "latitude": "28.852564", + "longitude": "-82.032100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34786", + "city": "Windermere", + "state": "FL", + "latitude": "28.495982", + "longitude": "-81.536200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34787", + "city": "Winter Garden", + "state": "FL", + "latitude": "28.536794", + "longitude": "-81.593440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34788", + "city": "Leesburg", + "state": "FL", + "latitude": "28.857425", + "longitude": "-81.784500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34789", + "city": "Leesburg", + "state": "FL", + "latitude": "28.811078", + "longitude": "-81.653642", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34797", + "city": "Yalaha", + "state": "FL", + "latitude": "28.744182", + "longitude": "-81.818590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34801", + "city": "Brooksville", + "state": "FL", + "latitude": "28.566148", + "longitude": "-82.371747", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34837", + "city": "Hunters Creek", + "state": "FL", + "latitude": "28.368679", + "longitude": "-81.423542", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34869", + "city": "Tarpon Springs", + "state": "FL", + "latitude": "28.126307", + "longitude": "-82.766173", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34876", + "city": "Lake Butter", + "state": "FL", + "latitude": "28.505419", + "longitude": "-81.571248", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34924", + "city": "Okeechobee", + "state": "FL", + "latitude": "27.227002", + "longitude": "-80.829442", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34945", + "city": "Fort Pierce", + "state": "FL", + "latitude": "27.431607", + "longitude": "-80.491500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34946", + "city": "Fort Pierce", + "state": "FL", + "latitude": "27.485272", + "longitude": "-80.352430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34947", + "city": "Fort Pierce", + "state": "FL", + "latitude": "27.448688", + "longitude": "-80.362470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34948", + "city": "Fort Pierce", + "state": "FL", + "latitude": "27.382196", + "longitude": "-80.409024", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34949", + "city": "Fort Pierce", + "state": "FL", + "latitude": "27.472857", + "longitude": "-80.299010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34950", + "city": "Fort Pierce", + "state": "FL", + "latitude": "27.448016", + "longitude": "-80.336440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34951", + "city": "Fort Pierce", + "state": "FL", + "latitude": "27.538310", + "longitude": "-80.405260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34952", + "city": "Port Saint Lucie", + "state": "FL", + "latitude": "27.291694", + "longitude": "-80.296910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34953", + "city": "Port Saint Lucie", + "state": "FL", + "latitude": "27.246754", + "longitude": "-80.381450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34954", + "city": "Fort Pierce", + "state": "FL", + "latitude": "27.382196", + "longitude": "-80.409024", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34956", + "city": "Indiantown", + "state": "FL", + "latitude": "27.049788", + "longitude": "-80.480570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34957", + "city": "Jensen Beach", + "state": "FL", + "latitude": "27.248445", + "longitude": "-80.232770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34958", + "city": "Jensen Beach", + "state": "FL", + "latitude": "27.242402", + "longitude": "-80.224613", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34972", + "city": "Okeechobee", + "state": "FL", + "latitude": "27.391710", + "longitude": "-80.875550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34973", + "city": "Okeechobee", + "state": "FL", + "latitude": "27.297631", + "longitude": "-80.802656", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34974", + "city": "Okeechobee", + "state": "FL", + "latitude": "27.194400", + "longitude": "-80.846440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34979", + "city": "Fort Pierce", + "state": "FL", + "latitude": "27.382196", + "longitude": "-80.409024", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34981", + "city": "Fort Pierce", + "state": "FL", + "latitude": "27.410069", + "longitude": "-80.363270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34982", + "city": "Fort Pierce", + "state": "FL", + "latitude": "27.393097", + "longitude": "-80.327900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34983", + "city": "Port Saint Lucie", + "state": "FL", + "latitude": "27.312471", + "longitude": "-80.349070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34984", + "city": "Port Saint Lucie", + "state": "FL", + "latitude": "27.273272", + "longitude": "-80.347270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34985", + "city": "Port Saint Lucie", + "state": "FL", + "latitude": "27.382196", + "longitude": "-80.409024", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34986", + "city": "Port Saint Lucie", + "state": "FL", + "latitude": "27.341158", + "longitude": "-80.397860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34987", + "city": "Port Saint Lucie", + "state": "FL", + "latitude": "27.273586", + "longitude": "-80.464470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34988", + "city": "Port Saint Lucie", + "state": "FL", + "latitude": "27.386818", + "longitude": "-80.503746", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34990", + "city": "Palm City", + "state": "FL", + "latitude": "27.163485", + "longitude": "-80.312670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34991", + "city": "Palm City", + "state": "FL", + "latitude": "27.110182", + "longitude": "-80.454196", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34992", + "city": "Port Salerno", + "state": "FL", + "latitude": "27.110182", + "longitude": "-80.454196", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34994", + "city": "Stuart", + "state": "FL", + "latitude": "27.195291", + "longitude": "-80.252250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34995", + "city": "Stuart", + "state": "FL", + "latitude": "27.175370", + "longitude": "-80.241512", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34996", + "city": "Stuart", + "state": "FL", + "latitude": "27.195927", + "longitude": "-80.211430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "34997", + "city": "Stuart", + "state": "FL", + "latitude": "27.136003", + "longitude": "-80.216860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "35004", + "city": "Moody", + "state": "AL", + "latitude": "33.606379", + "longitude": "-86.502490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35005", + "city": "Adamsville", + "state": "AL", + "latitude": "33.592585", + "longitude": "-86.959690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35006", + "city": "Adger", + "state": "AL", + "latitude": "33.451714", + "longitude": "-87.239570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35007", + "city": "Alabaster", + "state": "AL", + "latitude": "33.232422", + "longitude": "-86.808710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35010", + "city": "Alexander City", + "state": "AL", + "latitude": "32.903432", + "longitude": "-85.926690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35011", + "city": "Alexander City", + "state": "AL", + "latitude": "32.990191", + "longitude": "-85.958001", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35013", + "city": "Allgood", + "state": "AL", + "latitude": "33.922162", + "longitude": "-86.449262", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35014", + "city": "Alpine", + "state": "AL", + "latitude": "33.355960", + "longitude": "-86.277200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35015", + "city": "Alton", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35016", + "city": "Arab", + "state": "AL", + "latitude": "34.323715", + "longitude": "-86.492780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35019", + "city": "Baileyton", + "state": "AL", + "latitude": "34.292540", + "longitude": "-86.635050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35020", + "city": "Bessemer", + "state": "AL", + "latitude": "33.405559", + "longitude": "-86.951410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35021", + "city": "Bessemer", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35022", + "city": "Bessemer", + "state": "AL", + "latitude": "33.346817", + "longitude": "-86.952520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35023", + "city": "Bessemer", + "state": "AL", + "latitude": "33.443039", + "longitude": "-87.019300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35026", + "city": "Clanton", + "state": "AL", + "latitude": "32.859262", + "longitude": "-86.638819", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35031", + "city": "Blountsville", + "state": "AL", + "latitude": "34.111425", + "longitude": "-86.533800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35032", + "city": "Bon Air", + "state": "AL", + "latitude": "33.256886", + "longitude": "-86.338572", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35033", + "city": "Bremen", + "state": "AL", + "latitude": "33.952939", + "longitude": "-87.028890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35034", + "city": "Brent", + "state": "AL", + "latitude": "32.915182", + "longitude": "-87.214880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35035", + "city": "Brierfield", + "state": "AL", + "latitude": "33.041166", + "longitude": "-86.951170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35036", + "city": "Brookside", + "state": "AL", + "latitude": "33.638150", + "longitude": "-86.919560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35038", + "city": "Burnwell", + "state": "AL", + "latitude": "33.804411", + "longitude": "-87.202136", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35039", + "city": "Brookside", + "state": "AL", + "latitude": "33.635848", + "longitude": "-86.918818", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35040", + "city": "Calera", + "state": "AL", + "latitude": "33.107572", + "longitude": "-86.749960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35041", + "city": "Cardiff", + "state": "AL", + "latitude": "33.646720", + "longitude": "-86.931818", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35042", + "city": "Centreville", + "state": "AL", + "latitude": "32.963486", + "longitude": "-87.138670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35043", + "city": "Chelsea", + "state": "AL", + "latitude": "33.317093", + "longitude": "-86.662950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35044", + "city": "Childersburg", + "state": "AL", + "latitude": "33.268471", + "longitude": "-86.355820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35045", + "city": "Clanton", + "state": "AL", + "latitude": "32.834501", + "longitude": "-86.643550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35046", + "city": "Clanton", + "state": "AL", + "latitude": "32.894351", + "longitude": "-86.565040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35048", + "city": "Clay", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35049", + "city": "Cleveland", + "state": "AL", + "latitude": "33.963435", + "longitude": "-86.595400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35050", + "city": "Columbiana", + "state": "AL", + "latitude": "33.158454", + "longitude": "-86.621931", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35051", + "city": "Columbiana", + "state": "AL", + "latitude": "33.201789", + "longitude": "-86.615840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35052", + "city": "Cook Springs", + "state": "AL", + "latitude": "33.593115", + "longitude": "-86.408400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35053", + "city": "Crane Hill", + "state": "AL", + "latitude": "34.041061", + "longitude": "-87.067710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35054", + "city": "Cropwell", + "state": "AL", + "latitude": "33.506012", + "longitude": "-86.315470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35055", + "city": "Cullman", + "state": "AL", + "latitude": "34.167893", + "longitude": "-86.825060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35056", + "city": "Cullman", + "state": "AL", + "latitude": "34.196448", + "longitude": "-86.895226", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35057", + "city": "Cullman", + "state": "AL", + "latitude": "34.139198", + "longitude": "-86.924490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35058", + "city": "Cullman", + "state": "AL", + "latitude": "34.223732", + "longitude": "-86.756200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35060", + "city": "Docena", + "state": "AL", + "latitude": "33.559455", + "longitude": "-86.929680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35061", + "city": "Dolomite", + "state": "AL", + "latitude": "33.462541", + "longitude": "-86.957360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35062", + "city": "Dora", + "state": "AL", + "latitude": "33.731278", + "longitude": "-87.036100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35063", + "city": "Empire", + "state": "AL", + "latitude": "33.805216", + "longitude": "-87.001920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35064", + "city": "Fairfield", + "state": "AL", + "latitude": "33.476908", + "longitude": "-86.916840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35068", + "city": "Fultondale", + "state": "AL", + "latitude": "33.611297", + "longitude": "-86.815180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35070", + "city": "Garden City", + "state": "AL", + "latitude": "34.011027", + "longitude": "-86.748770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35071", + "city": "Gardendale", + "state": "AL", + "latitude": "33.679330", + "longitude": "-86.820600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35072", + "city": "Goodwater", + "state": "AL", + "latitude": "33.089342", + "longitude": "-86.046820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35073", + "city": "Graysville", + "state": "AL", + "latitude": "33.640865", + "longitude": "-86.968850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35074", + "city": "Green Pond", + "state": "AL", + "latitude": "33.225840", + "longitude": "-87.125150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35077", + "city": "Hanceville", + "state": "AL", + "latitude": "34.043589", + "longitude": "-86.806440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35078", + "city": "Harpersville", + "state": "AL", + "latitude": "33.337092", + "longitude": "-86.440850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35079", + "city": "Hayden", + "state": "AL", + "latitude": "33.922179", + "longitude": "-86.760700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35080", + "city": "Helena", + "state": "AL", + "latitude": "33.280625", + "longitude": "-86.884110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35082", + "city": "Hollins", + "state": "AL", + "latitude": "33.116909", + "longitude": "-86.169800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35083", + "city": "Holly Pond", + "state": "AL", + "latitude": "34.198738", + "longitude": "-86.598140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35085", + "city": "Jemison", + "state": "AL", + "latitude": "32.965120", + "longitude": "-86.744050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35087", + "city": "Joppa", + "state": "AL", + "latitude": "34.303718", + "longitude": "-86.583230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35089", + "city": "Kellyton", + "state": "AL", + "latitude": "32.941708", + "longitude": "-86.060980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35091", + "city": "Kimberly", + "state": "AL", + "latitude": "33.771090", + "longitude": "-86.806720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35094", + "city": "Leeds", + "state": "AL", + "latitude": "33.530698", + "longitude": "-86.555060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35096", + "city": "Lincoln", + "state": "AL", + "latitude": "33.605233", + "longitude": "-86.120790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35097", + "city": "Locust Fork", + "state": "AL", + "latitude": "33.896526", + "longitude": "-86.630560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35098", + "city": "Logan", + "state": "AL", + "latitude": "34.120006", + "longitude": "-87.050750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35111", + "city": "McCalla", + "state": "AL", + "latitude": "33.279946", + "longitude": "-87.101480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35112", + "city": "Margaret", + "state": "AL", + "latitude": "33.681899", + "longitude": "-86.482370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35114", + "city": "Maylene", + "state": "AL", + "latitude": "33.225377", + "longitude": "-86.864430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35115", + "city": "Montevallo", + "state": "AL", + "latitude": "33.114972", + "longitude": "-86.873800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35116", + "city": "Morris", + "state": "AL", + "latitude": "33.741370", + "longitude": "-86.785430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35117", + "city": "Mount Olive", + "state": "AL", + "latitude": "33.665823", + "longitude": "-86.871110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35118", + "city": "Mulga", + "state": "AL", + "latitude": "33.529224", + "longitude": "-87.015460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35119", + "city": "New Castle", + "state": "AL", + "latitude": "33.640823", + "longitude": "-86.775740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35120", + "city": "Odenville", + "state": "AL", + "latitude": "33.668341", + "longitude": "-86.436410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35121", + "city": "Oneonta", + "state": "AL", + "latitude": "33.944897", + "longitude": "-86.458130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35123", + "city": "Palmerdale", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35124", + "city": "Pelham", + "state": "AL", + "latitude": "33.317471", + "longitude": "-86.787260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35125", + "city": "Pell City", + "state": "AL", + "latitude": "33.606663", + "longitude": "-86.289120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35126", + "city": "Pinson", + "state": "AL", + "latitude": "33.728568", + "longitude": "-86.660520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35127", + "city": "Pleasant Grove", + "state": "AL", + "latitude": "33.487675", + "longitude": "-86.973310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35128", + "city": "Pell City", + "state": "AL", + "latitude": "33.561597", + "longitude": "-86.302850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35130", + "city": "Quinton", + "state": "AL", + "latitude": "33.640629", + "longitude": "-87.115840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35131", + "city": "Ragland", + "state": "AL", + "latitude": "33.721107", + "longitude": "-86.174920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35133", + "city": "Remlap", + "state": "AL", + "latitude": "33.827521", + "longitude": "-86.607030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35135", + "city": "Riverside", + "state": "AL", + "latitude": "33.614465", + "longitude": "-86.200670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35136", + "city": "Rockford", + "state": "AL", + "latitude": "32.869700", + "longitude": "-86.282200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35137", + "city": "Saginaw", + "state": "AL", + "latitude": "33.206302", + "longitude": "-86.781162", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35139", + "city": "Sayre", + "state": "AL", + "latitude": "33.712204", + "longitude": "-86.972030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35142", + "city": "Shannon", + "state": "AL", + "latitude": "33.406869", + "longitude": "-86.873470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35143", + "city": "Shelby", + "state": "AL", + "latitude": "33.080971", + "longitude": "-86.538750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35144", + "city": "Siluria", + "state": "AL", + "latitude": "33.282410", + "longitude": "-86.683891", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35146", + "city": "Springville", + "state": "AL", + "latitude": "33.781133", + "longitude": "-86.450520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35147", + "city": "Sterrett", + "state": "AL", + "latitude": "33.397441", + "longitude": "-86.542180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35148", + "city": "Sumiton", + "state": "AL", + "latitude": "33.753474", + "longitude": "-87.047560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35149", + "city": "Sycamore", + "state": "AL", + "latitude": "33.252906", + "longitude": "-86.205230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35150", + "city": "Sylacauga", + "state": "AL", + "latitude": "33.185782", + "longitude": "-86.251050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35151", + "city": "Sylacauga", + "state": "AL", + "latitude": "33.137515", + "longitude": "-86.334140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35160", + "city": "Talladega", + "state": "AL", + "latitude": "33.415449", + "longitude": "-86.109080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35161", + "city": "Talladega", + "state": "AL", + "latitude": "33.420206", + "longitude": "-86.102782", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35171", + "city": "Thorsby", + "state": "AL", + "latitude": "32.907616", + "longitude": "-86.718680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35172", + "city": "Trafford", + "state": "AL", + "latitude": "33.823416", + "longitude": "-86.715370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35173", + "city": "Trussville", + "state": "AL", + "latitude": "33.623485", + "longitude": "-86.585460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35175", + "city": "Union Grove", + "state": "AL", + "latitude": "34.426844", + "longitude": "-86.518410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35176", + "city": "Vandiver", + "state": "AL", + "latitude": "33.477600", + "longitude": "-86.512600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35178", + "city": "Vincent", + "state": "AL", + "latitude": "33.414831", + "longitude": "-86.392500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35179", + "city": "Vinemont", + "state": "AL", + "latitude": "34.256106", + "longitude": "-86.921580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35180", + "city": "Warrior", + "state": "AL", + "latitude": "33.823430", + "longitude": "-86.815690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35181", + "city": "Watson", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35182", + "city": "Wattsville", + "state": "AL", + "latitude": "33.706786", + "longitude": "-86.256658", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35183", + "city": "Weogufka", + "state": "AL", + "latitude": "33.016558", + "longitude": "-86.339360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35184", + "city": "West Blocton", + "state": "AL", + "latitude": "33.118259", + "longitude": "-87.135480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35185", + "city": "Westover", + "state": "AL", + "latitude": "33.335629", + "longitude": "-86.543692", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35186", + "city": "Wilsonville", + "state": "AL", + "latitude": "33.241272", + "longitude": "-86.506140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35187", + "city": "Wilton", + "state": "AL", + "latitude": "33.081040", + "longitude": "-86.879328", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35188", + "city": "Woodstock", + "state": "AL", + "latitude": "33.195743", + "longitude": "-87.162520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35201", + "city": "Birmingham", + "state": "AL", + "latitude": "33.456412", + "longitude": "-86.801904", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35202", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35203", + "city": "Birmingham", + "state": "AL", + "latitude": "33.519055", + "longitude": "-86.809700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35204", + "city": "Birmingham", + "state": "AL", + "latitude": "33.519855", + "longitude": "-86.835340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35205", + "city": "Birmingham", + "state": "AL", + "latitude": "33.497055", + "longitude": "-86.805700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35206", + "city": "Birmingham", + "state": "AL", + "latitude": "33.568573", + "longitude": "-86.721630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35207", + "city": "Birmingham", + "state": "AL", + "latitude": "33.560652", + "longitude": "-86.818970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35208", + "city": "Birmingham", + "state": "AL", + "latitude": "33.494545", + "longitude": "-86.881150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35209", + "city": "Birmingham", + "state": "AL", + "latitude": "33.468306", + "longitude": "-86.808140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35210", + "city": "Birmingham", + "state": "AL", + "latitude": "33.546051", + "longitude": "-86.669630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35211", + "city": "Birmingham", + "state": "AL", + "latitude": "33.479306", + "longitude": "-86.858780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35212", + "city": "Birmingham", + "state": "AL", + "latitude": "33.542004", + "longitude": "-86.748960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35213", + "city": "Birmingham", + "state": "AL", + "latitude": "33.507637", + "longitude": "-86.741610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35214", + "city": "Birmingham", + "state": "AL", + "latitude": "33.558772", + "longitude": "-86.891990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35215", + "city": "Birmingham", + "state": "AL", + "latitude": "33.636102", + "longitude": "-86.695060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35216", + "city": "Birmingham", + "state": "AL", + "latitude": "33.420558", + "longitude": "-86.784890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35217", + "city": "Birmingham", + "state": "AL", + "latitude": "33.590003", + "longitude": "-86.767080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35218", + "city": "Birmingham", + "state": "AL", + "latitude": "33.506456", + "longitude": "-86.895240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35219", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35220", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35221", + "city": "Birmingham", + "state": "AL", + "latitude": "33.450267", + "longitude": "-86.896500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35222", + "city": "Birmingham", + "state": "AL", + "latitude": "33.524254", + "longitude": "-86.773350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35223", + "city": "Birmingham", + "state": "AL", + "latitude": "33.488355", + "longitude": "-86.734020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35224", + "city": "Birmingham", + "state": "AL", + "latitude": "33.517706", + "longitude": "-86.931890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35225", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35226", + "city": "Birmingham", + "state": "AL", + "latitude": "33.406409", + "longitude": "-86.829500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35228", + "city": "Birmingham", + "state": "AL", + "latitude": "33.454262", + "longitude": "-86.922730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35229", + "city": "Birmingham", + "state": "AL", + "latitude": "33.462856", + "longitude": "-86.790389", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35230", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35231", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35232", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35233", + "city": "Birmingham", + "state": "AL", + "latitude": "33.509623", + "longitude": "-86.799700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35234", + "city": "Birmingham", + "state": "AL", + "latitude": "33.538504", + "longitude": "-86.806020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35235", + "city": "Birmingham", + "state": "AL", + "latitude": "33.609779", + "longitude": "-86.655070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35236", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35237", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35238", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35240", + "city": "Birmingham", + "state": "AL", + "latitude": "33.425892", + "longitude": "-86.776926", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35242", + "city": "Birmingham", + "state": "AL", + "latitude": "33.409582", + "longitude": "-86.696840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35243", + "city": "Birmingham", + "state": "AL", + "latitude": "33.437667", + "longitude": "-86.745860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35244", + "city": "Birmingham", + "state": "AL", + "latitude": "33.356981", + "longitude": "-86.815770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35245", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35246", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35249", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35253", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35254", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35255", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35259", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35260", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35261", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35263", + "city": "Birmingham", + "state": "AL", + "latitude": "33.522505", + "longitude": "-86.809390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35266", + "city": "Birmingham", + "state": "AL", + "latitude": "33.372861", + "longitude": "-86.853075", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35277", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35278", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35279", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35280", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35281", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35282", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35283", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35285", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35286", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35287", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35288", + "city": "Birmingham", + "state": "AL", + "latitude": "33.445808", + "longitude": "-86.928542", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35289", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35290", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35291", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35292", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35293", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35294", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35295", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35296", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35297", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35298", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35299", + "city": "Birmingham", + "state": "AL", + "latitude": "33.544622", + "longitude": "-86.929208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35308", + "city": "Dora", + "state": "AL", + "latitude": "33.706068", + "longitude": "-87.092112", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35401", + "city": "Tuscaloosa", + "state": "AL", + "latitude": "33.193818", + "longitude": "-87.568430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35402", + "city": "Tuscaloosa", + "state": "AL", + "latitude": "33.306606", + "longitude": "-87.453224", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35403", + "city": "Tuscaloosa", + "state": "AL", + "latitude": "33.205073", + "longitude": "-87.527490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35404", + "city": "Tuscaloosa", + "state": "AL", + "latitude": "33.217168", + "longitude": "-87.494610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35405", + "city": "Tuscaloosa", + "state": "AL", + "latitude": "33.149246", + "longitude": "-87.523030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35406", + "city": "Tuscaloosa", + "state": "AL", + "latitude": "33.271585", + "longitude": "-87.506110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35407", + "city": "Tuscaloosa", + "state": "AL", + "latitude": "33.306606", + "longitude": "-87.453224", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35440", + "city": "Abernant", + "state": "AL", + "latitude": "33.311014", + "longitude": "-87.189750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35441", + "city": "Akron", + "state": "AL", + "latitude": "32.871514", + "longitude": "-87.733260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35442", + "city": "Aliceville", + "state": "AL", + "latitude": "33.095505", + "longitude": "-88.186530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35443", + "city": "Boligee", + "state": "AL", + "latitude": "32.772835", + "longitude": "-88.032100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35444", + "city": "Brookwood", + "state": "AL", + "latitude": "33.276411", + "longitude": "-87.305200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35446", + "city": "Buhl", + "state": "AL", + "latitude": "33.207547", + "longitude": "-87.750540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35447", + "city": "Carrollton", + "state": "AL", + "latitude": "33.254197", + "longitude": "-88.168660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35448", + "city": "Clinton", + "state": "AL", + "latitude": "32.835692", + "longitude": "-87.956884", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35449", + "city": "Coaling", + "state": "AL", + "latitude": "33.135876", + "longitude": "-87.338369", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35452", + "city": "Coker", + "state": "AL", + "latitude": "33.249332", + "longitude": "-87.672170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35453", + "city": "Cottondale", + "state": "AL", + "latitude": "33.170357", + "longitude": "-87.398890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35456", + "city": "Duncanville", + "state": "AL", + "latitude": "33.068806", + "longitude": "-87.439740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35457", + "city": "Echola", + "state": "AL", + "latitude": "33.301003", + "longitude": "-87.771870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35458", + "city": "Elrod", + "state": "AL", + "latitude": "33.274081", + "longitude": "-87.802110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35459", + "city": "Emelle", + "state": "AL", + "latitude": "32.807280", + "longitude": "-88.310690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35460", + "city": "Epes", + "state": "AL", + "latitude": "32.716468", + "longitude": "-88.152610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35461", + "city": "Ethelsville", + "state": "AL", + "latitude": "33.421827", + "longitude": "-88.220130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35462", + "city": "Eutaw", + "state": "AL", + "latitude": "32.931143", + "longitude": "-87.938370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35463", + "city": "Fosters", + "state": "AL", + "latitude": "33.081289", + "longitude": "-87.689880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35464", + "city": "Gainesville", + "state": "AL", + "latitude": "32.811241", + "longitude": "-88.164800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35466", + "city": "Gordo", + "state": "AL", + "latitude": "33.299935", + "longitude": "-87.883680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35468", + "city": "Kellerman", + "state": "AL", + "latitude": "33.306606", + "longitude": "-87.453224", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35469", + "city": "Knoxville", + "state": "AL", + "latitude": "33.012557", + "longitude": "-87.797930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35470", + "city": "Livingston", + "state": "AL", + "latitude": "32.558949", + "longitude": "-88.124850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35471", + "city": "McShan", + "state": "AL", + "latitude": "33.402134", + "longitude": "-88.147320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35473", + "city": "Northport", + "state": "AL", + "latitude": "33.260567", + "longitude": "-87.589450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35474", + "city": "Moundville", + "state": "AL", + "latitude": "32.962981", + "longitude": "-87.617170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35475", + "city": "Northport", + "state": "AL", + "latitude": "33.388654", + "longitude": "-87.579130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35476", + "city": "Northport", + "state": "AL", + "latitude": "33.227736", + "longitude": "-87.588190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35477", + "city": "Panola", + "state": "AL", + "latitude": "32.915891", + "longitude": "-88.257640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35478", + "city": "Peterson", + "state": "AL", + "latitude": "33.306606", + "longitude": "-87.453224", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35480", + "city": "Ralph", + "state": "AL", + "latitude": "33.102981", + "longitude": "-87.833820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35481", + "city": "Reform", + "state": "AL", + "latitude": "33.399471", + "longitude": "-88.020860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35482", + "city": "Samantha", + "state": "AL", + "latitude": "33.306606", + "longitude": "-87.453224", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35485", + "city": "Tuscaloosa", + "state": "AL", + "latitude": "33.306606", + "longitude": "-87.453224", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35486", + "city": "Tuscaloosa", + "state": "AL", + "latitude": "33.272662", + "longitude": "-87.793794", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35487", + "city": "Tuscaloosa", + "state": "AL", + "latitude": "33.307222", + "longitude": "-87.585902", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35490", + "city": "Vance", + "state": "AL", + "latitude": "33.197284", + "longitude": "-87.251560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35491", + "city": "West Greene", + "state": "AL", + "latitude": "32.835692", + "longitude": "-87.956884", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35501", + "city": "Jasper", + "state": "AL", + "latitude": "33.828412", + "longitude": "-87.276320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35502", + "city": "Jasper", + "state": "AL", + "latitude": "33.901993", + "longitude": "-87.293888", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35503", + "city": "Jasper", + "state": "AL", + "latitude": "33.907546", + "longitude": "-87.299570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35504", + "city": "Jasper", + "state": "AL", + "latitude": "33.883566", + "longitude": "-87.212500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35540", + "city": "Addison", + "state": "AL", + "latitude": "34.223057", + "longitude": "-87.172320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35541", + "city": "Arley", + "state": "AL", + "latitude": "34.059527", + "longitude": "-87.183440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35542", + "city": "Bankston", + "state": "AL", + "latitude": "33.703682", + "longitude": "-87.671550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35543", + "city": "Bear Creek", + "state": "AL", + "latitude": "34.247898", + "longitude": "-87.721710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35544", + "city": "Beaverton", + "state": "AL", + "latitude": "33.939291", + "longitude": "-88.013670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35545", + "city": "Belk", + "state": "AL", + "latitude": "33.641227", + "longitude": "-87.929110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35546", + "city": "Berry", + "state": "AL", + "latitude": "33.628719", + "longitude": "-87.582510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35548", + "city": "Brilliant", + "state": "AL", + "latitude": "34.043457", + "longitude": "-87.759400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35549", + "city": "Carbon Hill", + "state": "AL", + "latitude": "33.877980", + "longitude": "-87.527280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35550", + "city": "Cordova", + "state": "AL", + "latitude": "33.754767", + "longitude": "-87.165870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35551", + "city": "Delmar", + "state": "AL", + "latitude": "34.145939", + "longitude": "-87.373241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35552", + "city": "Detroit", + "state": "AL", + "latitude": "34.061266", + "longitude": "-88.154620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35553", + "city": "Double Springs", + "state": "AL", + "latitude": "34.146713", + "longitude": "-87.393170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35554", + "city": "Eldridge", + "state": "AL", + "latitude": "33.903299", + "longitude": "-87.651940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35555", + "city": "Fayette", + "state": "AL", + "latitude": "33.681768", + "longitude": "-87.830260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35559", + "city": "Glen Allen", + "state": "AL", + "latitude": "33.909001", + "longitude": "-87.731860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35560", + "city": "Goodsprings", + "state": "AL", + "latitude": "33.679503", + "longitude": "-87.237372", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35563", + "city": "Guin", + "state": "AL", + "latitude": "33.972007", + "longitude": "-87.903020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35564", + "city": "Hackleburg", + "state": "AL", + "latitude": "34.262751", + "longitude": "-87.834410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35565", + "city": "Haleyville", + "state": "AL", + "latitude": "34.225425", + "longitude": "-87.611800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35570", + "city": "Hamilton", + "state": "AL", + "latitude": "34.149717", + "longitude": "-88.003840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35571", + "city": "Hodges", + "state": "AL", + "latitude": "34.341907", + "longitude": "-87.946120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35572", + "city": "Houston", + "state": "AL", + "latitude": "34.166780", + "longitude": "-87.265260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35573", + "city": "Kansas", + "state": "AL", + "latitude": "33.921690", + "longitude": "-87.524264", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35574", + "city": "Kennedy", + "state": "AL", + "latitude": "33.586897", + "longitude": "-87.976950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35575", + "city": "Lynn", + "state": "AL", + "latitude": "34.049426", + "longitude": "-87.570650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35576", + "city": "Millport", + "state": "AL", + "latitude": "33.581135", + "longitude": "-88.108350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35577", + "city": "Natural Bridge", + "state": "AL", + "latitude": "34.093409", + "longitude": "-87.600815", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35578", + "city": "Nauvoo", + "state": "AL", + "latitude": "33.971730", + "longitude": "-87.457460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35579", + "city": "Oakman", + "state": "AL", + "latitude": "33.673236", + "longitude": "-87.371690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35580", + "city": "Parrish", + "state": "AL", + "latitude": "33.701484", + "longitude": "-87.271030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35581", + "city": "Phil Campbell", + "state": "AL", + "latitude": "34.343017", + "longitude": "-87.712770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35582", + "city": "Red Bay", + "state": "AL", + "latitude": "34.448328", + "longitude": "-88.120410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35584", + "city": "Sipsey", + "state": "AL", + "latitude": "33.823683", + "longitude": "-87.086990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35585", + "city": "Spruce Pine", + "state": "AL", + "latitude": "34.428048", + "longitude": "-87.806950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35586", + "city": "Sulligent", + "state": "AL", + "latitude": "33.864591", + "longitude": "-88.131170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35587", + "city": "Townley", + "state": "AL", + "latitude": "33.807412", + "longitude": "-87.446000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35592", + "city": "Vernon", + "state": "AL", + "latitude": "33.752857", + "longitude": "-88.099600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35593", + "city": "Vina", + "state": "AL", + "latitude": "34.369264", + "longitude": "-88.067450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35594", + "city": "Winfield", + "state": "AL", + "latitude": "33.925454", + "longitude": "-87.789490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35601", + "city": "Decatur", + "state": "AL", + "latitude": "34.595332", + "longitude": "-86.987860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35602", + "city": "Decatur", + "state": "AL", + "latitude": "34.606216", + "longitude": "-87.088142", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35603", + "city": "Decatur", + "state": "AL", + "latitude": "34.539072", + "longitude": "-86.957320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35609", + "city": "Decatur", + "state": "AL", + "latitude": "34.495365", + "longitude": "-86.829930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35610", + "city": "Anderson", + "state": "AL", + "latitude": "34.944113", + "longitude": "-87.249210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35611", + "city": "Athens", + "state": "AL", + "latitude": "34.784028", + "longitude": "-87.027670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35612", + "city": "Athens", + "state": "AL", + "latitude": "34.774907", + "longitude": "-87.030479", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35613", + "city": "Athens", + "state": "AL", + "latitude": "34.808165", + "longitude": "-86.896230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35614", + "city": "Athens", + "state": "AL", + "latitude": "34.860179", + "longitude": "-87.062310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35615", + "city": "Belle Mina", + "state": "AL", + "latitude": "34.774907", + "longitude": "-87.030479", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35616", + "city": "Cherokee", + "state": "AL", + "latitude": "34.748498", + "longitude": "-87.998600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35617", + "city": "Cloverdale", + "state": "AL", + "latitude": "34.869964", + "longitude": "-87.706859", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35618", + "city": "Courtland", + "state": "AL", + "latitude": "34.665033", + "longitude": "-87.309780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35619", + "city": "Danville", + "state": "AL", + "latitude": "34.404908", + "longitude": "-87.129150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35620", + "city": "Elkmont", + "state": "AL", + "latitude": "34.930354", + "longitude": "-86.980900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35621", + "city": "Eva", + "state": "AL", + "latitude": "34.334972", + "longitude": "-86.718470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35622", + "city": "Falkville", + "state": "AL", + "latitude": "34.340484", + "longitude": "-86.891760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35630", + "city": "Florence", + "state": "AL", + "latitude": "34.817537", + "longitude": "-87.662530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35631", + "city": "Florence", + "state": "AL", + "latitude": "34.869964", + "longitude": "-87.706859", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35632", + "city": "Florence", + "state": "AL", + "latitude": "34.869964", + "longitude": "-87.706859", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35633", + "city": "Florence", + "state": "AL", + "latitude": "34.898897", + "longitude": "-87.773790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35634", + "city": "Florence", + "state": "AL", + "latitude": "34.888897", + "longitude": "-87.607310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35640", + "city": "Hartselle", + "state": "AL", + "latitude": "34.442184", + "longitude": "-86.940270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35643", + "city": "Hillsboro", + "state": "AL", + "latitude": "34.648768", + "longitude": "-87.203940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35645", + "city": "Killen", + "state": "AL", + "latitude": "34.904208", + "longitude": "-87.507760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35646", + "city": "Leighton", + "state": "AL", + "latitude": "34.660322", + "longitude": "-87.535770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35647", + "city": "Lester", + "state": "AL", + "latitude": "34.967939", + "longitude": "-87.117320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35648", + "city": "Lexington", + "state": "AL", + "latitude": "34.966009", + "longitude": "-87.382620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35649", + "city": "Mooresville", + "state": "AL", + "latitude": "34.625704", + "longitude": "-86.878400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35650", + "city": "Moulton", + "state": "AL", + "latitude": "34.496476", + "longitude": "-87.278020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35651", + "city": "Mount Hope", + "state": "AL", + "latitude": "34.476048", + "longitude": "-87.488750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35652", + "city": "Rogersville", + "state": "AL", + "latitude": "34.843309", + "longitude": "-87.299370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35653", + "city": "Russellville", + "state": "AL", + "latitude": "34.519453", + "longitude": "-87.780770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35654", + "city": "Russellville", + "state": "AL", + "latitude": "34.516472", + "longitude": "-87.652650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35659", + "city": "Russellville", + "state": "AL", + "latitude": "34.536839", + "longitude": "-87.704179", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35660", + "city": "Sheffield", + "state": "AL", + "latitude": "34.759738", + "longitude": "-87.693170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35661", + "city": "Muscle Shoals", + "state": "AL", + "latitude": "34.759947", + "longitude": "-87.627050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35662", + "city": "Muscle Shoals", + "state": "AL", + "latitude": "34.757152", + "longitude": "-87.966575", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35670", + "city": "Somerville", + "state": "AL", + "latitude": "34.481885", + "longitude": "-86.752500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35671", + "city": "Tanner", + "state": "AL", + "latitude": "34.673730", + "longitude": "-86.949860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35672", + "city": "Town Creek", + "state": "AL", + "latitude": "34.642480", + "longitude": "-87.411660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35673", + "city": "Trinity", + "state": "AL", + "latitude": "34.581591", + "longitude": "-87.118840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35674", + "city": "Tuscumbia", + "state": "AL", + "latitude": "34.700170", + "longitude": "-87.714200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35677", + "city": "Waterloo", + "state": "AL", + "latitude": "34.950648", + "longitude": "-88.026030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35699", + "city": "Decatur", + "state": "AL", + "latitude": "34.495365", + "longitude": "-86.829930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35703", + "city": "Cardiff", + "state": "AL", + "latitude": "33.646720", + "longitude": "-86.931818", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35715", + "city": "Montevallo", + "state": "AL", + "latitude": "33.086960", + "longitude": "-86.855772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35739", + "city": "Ardmore", + "state": "AL", + "latitude": "34.972309", + "longitude": "-86.813520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35740", + "city": "Bridgeport", + "state": "AL", + "latitude": "34.943871", + "longitude": "-85.730770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35741", + "city": "Brownsboro", + "state": "AL", + "latitude": "34.720813", + "longitude": "-86.489320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35742", + "city": "Capshaw", + "state": "AL", + "latitude": "34.813577", + "longitude": "-86.804050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35744", + "city": "Dutton", + "state": "AL", + "latitude": "34.610055", + "longitude": "-85.915530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35745", + "city": "Estillfork", + "state": "AL", + "latitude": "34.929269", + "longitude": "-86.207260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35746", + "city": "Fackler", + "state": "AL", + "latitude": "34.830058", + "longitude": "-85.970480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35747", + "city": "Grant", + "state": "AL", + "latitude": "34.500216", + "longitude": "-86.278890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35748", + "city": "Gurley", + "state": "AL", + "latitude": "34.710942", + "longitude": "-86.389950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35749", + "city": "Harvest", + "state": "AL", + "latitude": "34.815817", + "longitude": "-86.760030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35750", + "city": "Hazel Green", + "state": "AL", + "latitude": "34.948321", + "longitude": "-86.589880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35751", + "city": "Hollytree", + "state": "AL", + "latitude": "34.815033", + "longitude": "-86.272580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35752", + "city": "Hollywood", + "state": "AL", + "latitude": "34.745259", + "longitude": "-85.947290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35754", + "city": "Laceys Spring", + "state": "AL", + "latitude": "34.520438", + "longitude": "-86.619770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35755", + "city": "Langston", + "state": "AL", + "latitude": "34.501178", + "longitude": "-86.115160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35756", + "city": "Madison", + "state": "AL", + "latitude": "34.630103", + "longitude": "-86.801590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35757", + "city": "Madison", + "state": "AL", + "latitude": "34.776638", + "longitude": "-86.751640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35758", + "city": "Madison", + "state": "AL", + "latitude": "34.715065", + "longitude": "-86.739640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35759", + "city": "Meridianville", + "state": "AL", + "latitude": "34.863236", + "longitude": "-86.561370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35760", + "city": "New Hope", + "state": "AL", + "latitude": "34.541285", + "longitude": "-86.398520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35761", + "city": "New Market", + "state": "AL", + "latitude": "34.902137", + "longitude": "-86.442720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35762", + "city": "Normal", + "state": "AL", + "latitude": "34.733964", + "longitude": "-86.522913", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35763", + "city": "Owens Cross Roads", + "state": "AL", + "latitude": "34.624533", + "longitude": "-86.470690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35764", + "city": "Paint Rock", + "state": "AL", + "latitude": "34.694662", + "longitude": "-86.318160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35765", + "city": "Pisgah", + "state": "AL", + "latitude": "34.695645", + "longitude": "-85.804840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35766", + "city": "Princeton", + "state": "AL", + "latitude": "34.842944", + "longitude": "-86.231490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35767", + "city": "Ryland", + "state": "AL", + "latitude": "34.733964", + "longitude": "-86.522913", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35768", + "city": "Scottsboro", + "state": "AL", + "latitude": "34.712327", + "longitude": "-86.083870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35769", + "city": "Scottsboro", + "state": "AL", + "latitude": "34.606124", + "longitude": "-86.064640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35771", + "city": "Section", + "state": "AL", + "latitude": "34.546397", + "longitude": "-85.982790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35772", + "city": "Stevenson", + "state": "AL", + "latitude": "34.877531", + "longitude": "-85.845280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35773", + "city": "Toney", + "state": "AL", + "latitude": "34.902670", + "longitude": "-86.713670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35774", + "city": "Trenton", + "state": "AL", + "latitude": "34.752369", + "longitude": "-86.226340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35775", + "city": "Valhermoso Springs", + "state": "AL", + "latitude": "34.550375", + "longitude": "-86.705760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35776", + "city": "Woodville", + "state": "AL", + "latitude": "34.664895", + "longitude": "-86.233630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35801", + "city": "Huntsville", + "state": "AL", + "latitude": "34.728790", + "longitude": "-86.573160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35802", + "city": "Huntsville", + "state": "AL", + "latitude": "34.666041", + "longitude": "-86.559290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35803", + "city": "Huntsville", + "state": "AL", + "latitude": "34.603017", + "longitude": "-86.542930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35804", + "city": "Huntsville", + "state": "AL", + "latitude": "34.728366", + "longitude": "-86.585312", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35805", + "city": "Huntsville", + "state": "AL", + "latitude": "34.711291", + "longitude": "-86.616910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35806", + "city": "Huntsville", + "state": "AL", + "latitude": "34.748066", + "longitude": "-86.683170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35807", + "city": "Huntsville", + "state": "AL", + "latitude": "34.733964", + "longitude": "-86.522913", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35808", + "city": "Huntsville", + "state": "AL", + "latitude": "34.623075", + "longitude": "-86.664700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35809", + "city": "Huntsville", + "state": "AL", + "latitude": "34.733964", + "longitude": "-86.522913", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35810", + "city": "Huntsville", + "state": "AL", + "latitude": "34.776240", + "longitude": "-86.613390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35811", + "city": "Huntsville", + "state": "AL", + "latitude": "34.781080", + "longitude": "-86.531630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35812", + "city": "Huntsville", + "state": "AL", + "latitude": "34.733964", + "longitude": "-86.522913", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35813", + "city": "Huntsville", + "state": "AL", + "latitude": "34.733964", + "longitude": "-86.522913", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35814", + "city": "Huntsville", + "state": "AL", + "latitude": "34.733964", + "longitude": "-86.522913", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35815", + "city": "Huntsville", + "state": "AL", + "latitude": "34.733964", + "longitude": "-86.522913", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35816", + "city": "Huntsville", + "state": "AL", + "latitude": "34.739690", + "longitude": "-86.624640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35824", + "city": "Huntsville", + "state": "AL", + "latitude": "34.654126", + "longitude": "-86.739870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35893", + "city": "Huntsville", + "state": "AL", + "latitude": "34.733964", + "longitude": "-86.522913", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35894", + "city": "Huntsville", + "state": "AL", + "latitude": "34.733964", + "longitude": "-86.522913", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35895", + "city": "Huntsville", + "state": "AL", + "latitude": "34.733964", + "longitude": "-86.522913", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35896", + "city": "Huntsville", + "state": "AL", + "latitude": "34.733964", + "longitude": "-86.522913", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35897", + "city": "Huntsville", + "state": "AL", + "latitude": "34.733964", + "longitude": "-86.522913", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35898", + "city": "Huntsville", + "state": "AL", + "latitude": "34.733964", + "longitude": "-86.522913", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35899", + "city": "Huntsville", + "state": "AL", + "latitude": "34.733898", + "longitude": "-86.645592", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35901", + "city": "Gadsden", + "state": "AL", + "latitude": "34.016747", + "longitude": "-85.992820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35902", + "city": "Gadsden", + "state": "AL", + "latitude": "33.984062", + "longitude": "-85.803434", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35903", + "city": "Gadsden", + "state": "AL", + "latitude": "33.996698", + "longitude": "-85.924960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35904", + "city": "Gadsden", + "state": "AL", + "latitude": "34.032097", + "longitude": "-86.035300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35905", + "city": "Gadsden", + "state": "AL", + "latitude": "33.942031", + "longitude": "-85.939930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35906", + "city": "Rainbow City", + "state": "AL", + "latitude": "33.943964", + "longitude": "-86.061540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35907", + "city": "Gadsden", + "state": "AL", + "latitude": "33.906415", + "longitude": "-86.026650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35950", + "city": "Albertville", + "state": "AL", + "latitude": "34.261878", + "longitude": "-86.228350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35951", + "city": "Albertville", + "state": "AL", + "latitude": "34.313014", + "longitude": "-86.192820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35952", + "city": "Altoona", + "state": "AL", + "latitude": "34.057496", + "longitude": "-86.322250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35953", + "city": "Ashville", + "state": "AL", + "latitude": "33.825516", + "longitude": "-86.242310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35954", + "city": "Attalla", + "state": "AL", + "latitude": "34.043263", + "longitude": "-86.089040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35956", + "city": "Boaz", + "state": "AL", + "latitude": "34.155318", + "longitude": "-86.132370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35957", + "city": "Boaz", + "state": "AL", + "latitude": "34.203621", + "longitude": "-86.172800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35958", + "city": "Bryant", + "state": "AL", + "latitude": "34.921827", + "longitude": "-85.637840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35959", + "city": "Cedar Bluff", + "state": "AL", + "latitude": "34.237989", + "longitude": "-85.612770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35960", + "city": "Centre", + "state": "AL", + "latitude": "34.141067", + "longitude": "-85.604720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35961", + "city": "Collinsville", + "state": "AL", + "latitude": "34.279268", + "longitude": "-85.856340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35962", + "city": "Crossville", + "state": "AL", + "latitude": "34.297717", + "longitude": "-86.036000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35963", + "city": "Dawson", + "state": "AL", + "latitude": "34.359766", + "longitude": "-85.928250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35964", + "city": "Douglas", + "state": "AL", + "latitude": "34.349620", + "longitude": "-86.319824", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35966", + "city": "Flat Rock", + "state": "AL", + "latitude": "34.788306", + "longitude": "-85.676420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35967", + "city": "Fort Payne", + "state": "AL", + "latitude": "34.429472", + "longitude": "-85.710780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35968", + "city": "Fort Payne", + "state": "AL", + "latitude": "34.460537", + "longitude": "-85.767440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35969", + "city": "Fort Payne", + "state": "AL", + "latitude": "34.452575", + "longitude": "-85.717302", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35971", + "city": "Fyffe", + "state": "AL", + "latitude": "34.457657", + "longitude": "-85.927720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35972", + "city": "Gallant", + "state": "AL", + "latitude": "33.987653", + "longitude": "-86.255230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35973", + "city": "Gaylesville", + "state": "AL", + "latitude": "34.333048", + "longitude": "-85.551720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35974", + "city": "Geraldine", + "state": "AL", + "latitude": "34.361787", + "longitude": "-86.009800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35975", + "city": "Groveoak", + "state": "AL", + "latitude": "34.431683", + "longitude": "-86.061690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35976", + "city": "Guntersville", + "state": "AL", + "latitude": "34.350835", + "longitude": "-86.304750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35978", + "city": "Henagar", + "state": "AL", + "latitude": "34.637589", + "longitude": "-85.732740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35979", + "city": "Higdon", + "state": "AL", + "latitude": "34.831242", + "longitude": "-85.615640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35980", + "city": "Horton", + "state": "AL", + "latitude": "34.179277", + "longitude": "-86.368820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35981", + "city": "Ider", + "state": "AL", + "latitude": "34.717362", + "longitude": "-85.653530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35983", + "city": "Leesburg", + "state": "AL", + "latitude": "34.189256", + "longitude": "-85.768160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35984", + "city": "Mentone", + "state": "AL", + "latitude": "34.557735", + "longitude": "-85.575100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35986", + "city": "Rainsville", + "state": "AL", + "latitude": "34.500878", + "longitude": "-85.837630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35987", + "city": "Steele", + "state": "AL", + "latitude": "33.911700", + "longitude": "-86.244080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35988", + "city": "Sylvania", + "state": "AL", + "latitude": "34.568380", + "longitude": "-85.796460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35989", + "city": "Valley Head", + "state": "AL", + "latitude": "34.585200", + "longitude": "-85.651250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "35990", + "city": "Walnut Grove", + "state": "AL", + "latitude": "34.066644", + "longitude": "-86.304380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36003", + "city": "Autaugaville", + "state": "AL", + "latitude": "32.439967", + "longitude": "-86.688010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36005", + "city": "Banks", + "state": "AL", + "latitude": "31.859531", + "longitude": "-85.755580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36006", + "city": "Billingsley", + "state": "AL", + "latitude": "32.652790", + "longitude": "-86.714300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36008", + "city": "Booth", + "state": "AL", + "latitude": "32.501649", + "longitude": "-86.572711", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36009", + "city": "Brantley", + "state": "AL", + "latitude": "31.579451", + "longitude": "-86.318800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36010", + "city": "Brundidge", + "state": "AL", + "latitude": "31.678393", + "longitude": "-85.824250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36013", + "city": "Cecil", + "state": "AL", + "latitude": "32.295289", + "longitude": "-85.996530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36015", + "city": "Chapman", + "state": "AL", + "latitude": "31.642713", + "longitude": "-86.734317", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36016", + "city": "Clayton", + "state": "AL", + "latitude": "31.843675", + "longitude": "-85.432980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36017", + "city": "Clio", + "state": "AL", + "latitude": "31.692576", + "longitude": "-85.557870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36020", + "city": "Coosada", + "state": "AL", + "latitude": "32.496067", + "longitude": "-86.330730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36022", + "city": "Deatsville", + "state": "AL", + "latitude": "32.612619", + "longitude": "-86.394970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36023", + "city": "East Tallassee", + "state": "AL", + "latitude": "32.800155", + "longitude": "-85.803427", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36024", + "city": "Eclectic", + "state": "AL", + "latitude": "32.697561", + "longitude": "-86.016000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36025", + "city": "Elmore", + "state": "AL", + "latitude": "32.538878", + "longitude": "-86.333580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36026", + "city": "Equality", + "state": "AL", + "latitude": "32.776549", + "longitude": "-86.047700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36027", + "city": "Eufaula", + "state": "AL", + "latitude": "31.876168", + "longitude": "-85.173620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36028", + "city": "Dozier", + "state": "AL", + "latitude": "31.474803", + "longitude": "-86.376180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36029", + "city": "Fitzpatrick", + "state": "AL", + "latitude": "32.214818", + "longitude": "-85.932810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36030", + "city": "Forest Home", + "state": "AL", + "latitude": "31.847964", + "longitude": "-86.864410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36031", + "city": "Fort Davis", + "state": "AL", + "latitude": "32.251957", + "longitude": "-85.735890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36032", + "city": "Fort Deposit", + "state": "AL", + "latitude": "31.984289", + "longitude": "-86.570870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36033", + "city": "Georgiana", + "state": "AL", + "latitude": "31.655458", + "longitude": "-86.767370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36034", + "city": "Glenwood", + "state": "AL", + "latitude": "31.637696", + "longitude": "-86.135780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36035", + "city": "Goshen", + "state": "AL", + "latitude": "31.756986", + "longitude": "-86.144890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36036", + "city": "Grady", + "state": "AL", + "latitude": "31.985456", + "longitude": "-86.157410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36037", + "city": "Greenville", + "state": "AL", + "latitude": "31.800700", + "longitude": "-86.605910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36038", + "city": "Gantt", + "state": "AL", + "latitude": "31.260882", + "longitude": "-86.444833", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36039", + "city": "Hardaway", + "state": "AL", + "latitude": "32.280320", + "longitude": "-85.819790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36040", + "city": "Hayneville", + "state": "AL", + "latitude": "32.182677", + "longitude": "-86.668770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36041", + "city": "Highland Home", + "state": "AL", + "latitude": "31.913456", + "longitude": "-86.300830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36042", + "city": "Honoraville", + "state": "AL", + "latitude": "31.860078", + "longitude": "-86.446070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36043", + "city": "Hope Hull", + "state": "AL", + "latitude": "32.223810", + "longitude": "-86.397980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36045", + "city": "Kent", + "state": "AL", + "latitude": "32.587631", + "longitude": "-86.132981", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36046", + "city": "Lapine", + "state": "AL", + "latitude": "32.025367", + "longitude": "-86.341820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36047", + "city": "Letohatchee", + "state": "AL", + "latitude": "32.070433", + "longitude": "-86.494370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36048", + "city": "Louisville", + "state": "AL", + "latitude": "31.776734", + "longitude": "-85.589080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36049", + "city": "Luverne", + "state": "AL", + "latitude": "31.737407", + "longitude": "-86.269460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36051", + "city": "Marbury", + "state": "AL", + "latitude": "32.682598", + "longitude": "-86.474510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36052", + "city": "Mathews", + "state": "AL", + "latitude": "32.171705", + "longitude": "-86.066610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36053", + "city": "Midway", + "state": "AL", + "latitude": "32.011153", + "longitude": "-85.468270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36054", + "city": "Millbrook", + "state": "AL", + "latitude": "32.492335", + "longitude": "-86.366920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36057", + "city": "Mount Meigs", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36061", + "city": "Perote", + "state": "AL", + "latitude": "32.092808", + "longitude": "-85.704649", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36062", + "city": "Petrey", + "state": "AL", + "latitude": "31.745890", + "longitude": "-86.323949", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36064", + "city": "Pike Road", + "state": "AL", + "latitude": "32.318234", + "longitude": "-86.095850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36065", + "city": "Pine Level", + "state": "AL", + "latitude": "32.042813", + "longitude": "-86.051400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36066", + "city": "Prattville", + "state": "AL", + "latitude": "32.459435", + "longitude": "-86.427460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36067", + "city": "Prattville", + "state": "AL", + "latitude": "32.488113", + "longitude": "-86.529620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36068", + "city": "Prattville", + "state": "AL", + "latitude": "32.507893", + "longitude": "-86.666272", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36069", + "city": "Ramer", + "state": "AL", + "latitude": "32.079550", + "longitude": "-86.149110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36071", + "city": "Rutledge", + "state": "AL", + "latitude": "31.708837", + "longitude": "-86.386170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36072", + "city": "Eufaula", + "state": "AL", + "latitude": "31.826055", + "longitude": "-85.166028", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36075", + "city": "Shorter", + "state": "AL", + "latitude": "32.399994", + "longitude": "-85.923700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36078", + "city": "Tallassee", + "state": "AL", + "latitude": "32.553036", + "longitude": "-85.913600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36079", + "city": "Troy", + "state": "AL", + "latitude": "31.780847", + "longitude": "-85.992000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36080", + "city": "Titus", + "state": "AL", + "latitude": "32.691057", + "longitude": "-86.294290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36081", + "city": "Troy", + "state": "AL", + "latitude": "31.852825", + "longitude": "-85.923140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36082", + "city": "Troy", + "state": "AL", + "latitude": "31.816474", + "longitude": "-85.964713", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36083", + "city": "Tuskegee", + "state": "AL", + "latitude": "32.427987", + "longitude": "-85.695420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36087", + "city": "Tuskegee Institute", + "state": "AL", + "latitude": "32.409260", + "longitude": "-85.738032", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36088", + "city": "Tuskegee Institute", + "state": "AL", + "latitude": "32.419862", + "longitude": "-85.716990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36089", + "city": "Union Springs", + "state": "AL", + "latitude": "32.145437", + "longitude": "-85.709980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36091", + "city": "Verbena", + "state": "AL", + "latitude": "32.759543", + "longitude": "-86.511110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36092", + "city": "Wetumpka", + "state": "AL", + "latitude": "32.592889", + "longitude": "-86.219020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36093", + "city": "Wetumpka", + "state": "AL", + "latitude": "32.505741", + "longitude": "-86.156440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36101", + "city": "Montgomery", + "state": "AL", + "latitude": "32.356988", + "longitude": "-86.257817", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36102", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36103", + "city": "Montgomery", + "state": "AL", + "latitude": "32.346158", + "longitude": "-86.287316", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36104", + "city": "Montgomery", + "state": "AL", + "latitude": "32.377509", + "longitude": "-86.310680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36105", + "city": "Montgomery", + "state": "AL", + "latitude": "32.302340", + "longitude": "-86.305040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36106", + "city": "Montgomery", + "state": "AL", + "latitude": "32.354888", + "longitude": "-86.271610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36107", + "city": "Montgomery", + "state": "AL", + "latitude": "32.378138", + "longitude": "-86.279050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36108", + "city": "Montgomery", + "state": "AL", + "latitude": "32.353188", + "longitude": "-86.360370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36109", + "city": "Montgomery", + "state": "AL", + "latitude": "32.386088", + "longitude": "-86.245110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36110", + "city": "Montgomery", + "state": "AL", + "latitude": "32.426372", + "longitude": "-86.270070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36111", + "city": "Montgomery", + "state": "AL", + "latitude": "32.338989", + "longitude": "-86.273160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36112", + "city": "Montgomery", + "state": "AL", + "latitude": "32.374287", + "longitude": "-86.345719", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36113", + "city": "Montgomery", + "state": "AL", + "latitude": "32.359588", + "longitude": "-86.344340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36114", + "city": "Montgomery", + "state": "AL", + "latitude": "32.403987", + "longitude": "-86.253867", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36115", + "city": "Montgomery", + "state": "AL", + "latitude": "32.404754", + "longitude": "-86.249630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36116", + "city": "Montgomery", + "state": "AL", + "latitude": "32.313240", + "longitude": "-86.236720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36117", + "city": "Montgomery", + "state": "AL", + "latitude": "32.373714", + "longitude": "-86.164430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36118", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36119", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36120", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36121", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36123", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36124", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36125", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36130", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36131", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36132", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36133", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36134", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36135", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36140", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36141", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36142", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36177", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36191", + "city": "Montgomery", + "state": "AL", + "latitude": "32.233377", + "longitude": "-86.208528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36201", + "city": "Anniston", + "state": "AL", + "latitude": "33.658803", + "longitude": "-85.851780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36202", + "city": "Anniston", + "state": "AL", + "latitude": "33.762195", + "longitude": "-85.837828", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36203", + "city": "Anniston", + "state": "AL", + "latitude": "33.591301", + "longitude": "-85.835710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36204", + "city": "Anniston", + "state": "AL", + "latitude": "33.762195", + "longitude": "-85.837828", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36205", + "city": "Anniston", + "state": "AL", + "latitude": "33.711314", + "longitude": "-85.785270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36206", + "city": "Anniston", + "state": "AL", + "latitude": "33.719701", + "longitude": "-85.831660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36207", + "city": "Anniston", + "state": "AL", + "latitude": "33.651673", + "longitude": "-85.758950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36250", + "city": "Alexandria", + "state": "AL", + "latitude": "33.766057", + "longitude": "-85.889690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36251", + "city": "Ashland", + "state": "AL", + "latitude": "33.243964", + "longitude": "-85.845030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36253", + "city": "Bynum", + "state": "AL", + "latitude": "33.762195", + "longitude": "-85.837828", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36254", + "city": "Choccolocco", + "state": "AL", + "latitude": "33.657349", + "longitude": "-85.699116", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36255", + "city": "Cragford", + "state": "AL", + "latitude": "33.185338", + "longitude": "-85.725480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36256", + "city": "Daviston", + "state": "AL", + "latitude": "33.032076", + "longitude": "-85.699620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36257", + "city": "De Armanville", + "state": "AL", + "latitude": "33.762195", + "longitude": "-85.837828", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36258", + "city": "Delta", + "state": "AL", + "latitude": "33.473789", + "longitude": "-85.714090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36260", + "city": "Eastaboga", + "state": "AL", + "latitude": "33.593189", + "longitude": "-85.995510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36261", + "city": "Edwardsville", + "state": "AL", + "latitude": "33.706595", + "longitude": "-85.509902", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36262", + "city": "Fruithurst", + "state": "AL", + "latitude": "33.761052", + "longitude": "-85.452270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36263", + "city": "Graham", + "state": "AL", + "latitude": "33.469709", + "longitude": "-85.361390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36264", + "city": "Heflin", + "state": "AL", + "latitude": "33.613541", + "longitude": "-85.554570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36265", + "city": "Jacksonville", + "state": "AL", + "latitude": "33.824496", + "longitude": "-85.770370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36266", + "city": "Lineville", + "state": "AL", + "latitude": "33.328958", + "longitude": "-85.720730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36267", + "city": "Millerville", + "state": "AL", + "latitude": "33.200704", + "longitude": "-85.941590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36268", + "city": "Munford", + "state": "AL", + "latitude": "33.511790", + "longitude": "-85.947560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36269", + "city": "Muscadine", + "state": "AL", + "latitude": "33.740158", + "longitude": "-85.378130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36270", + "city": "Newell", + "state": "AL", + "latitude": "33.423088", + "longitude": "-85.472020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36271", + "city": "Ohatchee", + "state": "AL", + "latitude": "33.799330", + "longitude": "-86.028600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36272", + "city": "Piedmont", + "state": "AL", + "latitude": "33.948018", + "longitude": "-85.614910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36273", + "city": "Ranburne", + "state": "AL", + "latitude": "33.535491", + "longitude": "-85.363120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36274", + "city": "Roanoke", + "state": "AL", + "latitude": "33.159848", + "longitude": "-85.368650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36275", + "city": "Spring Garden", + "state": "AL", + "latitude": "33.977829", + "longitude": "-85.552143", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36276", + "city": "Wadley", + "state": "AL", + "latitude": "33.142612", + "longitude": "-85.574180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36277", + "city": "Weaver", + "state": "AL", + "latitude": "33.754308", + "longitude": "-85.819910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36278", + "city": "Wedowee", + "state": "AL", + "latitude": "33.338853", + "longitude": "-85.509000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36279", + "city": "Wellington", + "state": "AL", + "latitude": "33.862349", + "longitude": "-85.895120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36280", + "city": "Woodland", + "state": "AL", + "latitude": "33.366136", + "longitude": "-85.365010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36301", + "city": "Dothan", + "state": "AL", + "latitude": "31.180076", + "longitude": "-85.404500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36302", + "city": "Dothan", + "state": "AL", + "latitude": "31.156018", + "longitude": "-85.355931", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36303", + "city": "Dothan", + "state": "AL", + "latitude": "31.249042", + "longitude": "-85.406050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36304", + "city": "Dothan", + "state": "AL", + "latitude": "31.156018", + "longitude": "-85.355931", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36305", + "city": "Dothan", + "state": "AL", + "latitude": "31.214832", + "longitude": "-85.474020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36310", + "city": "Abbeville", + "state": "AL", + "latitude": "31.599256", + "longitude": "-85.209400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36311", + "city": "Ariton", + "state": "AL", + "latitude": "31.589226", + "longitude": "-85.690970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36312", + "city": "Ashford", + "state": "AL", + "latitude": "31.178688", + "longitude": "-85.242900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36313", + "city": "Bellwood", + "state": "AL", + "latitude": "31.174249", + "longitude": "-85.795620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36314", + "city": "Black", + "state": "AL", + "latitude": "31.013308", + "longitude": "-85.757420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36316", + "city": "Chancellor", + "state": "AL", + "latitude": "31.172641", + "longitude": "-85.864820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36317", + "city": "Clopton", + "state": "AL", + "latitude": "31.645125", + "longitude": "-85.378120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36318", + "city": "Coffee Springs", + "state": "AL", + "latitude": "31.167820", + "longitude": "-85.949170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36319", + "city": "Columbia", + "state": "AL", + "latitude": "31.312599", + "longitude": "-85.144560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36320", + "city": "Cottonwood", + "state": "AL", + "latitude": "31.051843", + "longitude": "-85.315610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36321", + "city": "Cowarts", + "state": "AL", + "latitude": "31.202473", + "longitude": "-85.301373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36322", + "city": "Daleville", + "state": "AL", + "latitude": "31.284499", + "longitude": "-85.721110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36323", + "city": "Elba", + "state": "AL", + "latitude": "31.428389", + "longitude": "-86.072710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36330", + "city": "Enterprise", + "state": "AL", + "latitude": "31.325790", + "longitude": "-85.841170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36331", + "city": "Enterprise", + "state": "AL", + "latitude": "31.297817", + "longitude": "-85.903640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36340", + "city": "Geneva", + "state": "AL", + "latitude": "31.043454", + "longitude": "-85.879410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36343", + "city": "Gordon", + "state": "AL", + "latitude": "31.087556", + "longitude": "-85.131160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36344", + "city": "Hartford", + "state": "AL", + "latitude": "31.096994", + "longitude": "-85.700100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36345", + "city": "Headland", + "state": "AL", + "latitude": "31.381263", + "longitude": "-85.314900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36346", + "city": "Jack", + "state": "AL", + "latitude": "31.567171", + "longitude": "-85.931020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36349", + "city": "Malvern", + "state": "AL", + "latitude": "31.121244", + "longitude": "-85.559235", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36350", + "city": "Midland City", + "state": "AL", + "latitude": "31.319083", + "longitude": "-85.487180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36351", + "city": "New Brockton", + "state": "AL", + "latitude": "31.406536", + "longitude": "-85.917500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36352", + "city": "Newton", + "state": "AL", + "latitude": "31.262955", + "longitude": "-85.607890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36353", + "city": "Newville", + "state": "AL", + "latitude": "31.453069", + "longitude": "-85.362410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36360", + "city": "Ozark", + "state": "AL", + "latitude": "31.447119", + "longitude": "-85.629080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36361", + "city": "Ozark", + "state": "AL", + "latitude": "31.407872", + "longitude": "-85.603458", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36362", + "city": "Fort Rucker", + "state": "AL", + "latitude": "31.352676", + "longitude": "-85.705090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36370", + "city": "Pansey", + "state": "AL", + "latitude": "31.141962", + "longitude": "-85.156750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36371", + "city": "Pinckard", + "state": "AL", + "latitude": "31.312010", + "longitude": "-85.547220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36373", + "city": "Shorterville", + "state": "AL", + "latitude": "31.521510", + "longitude": "-85.114600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36374", + "city": "Skipperville", + "state": "AL", + "latitude": "31.569287", + "longitude": "-85.485810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36375", + "city": "Slocomb", + "state": "AL", + "latitude": "31.096836", + "longitude": "-85.544030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36376", + "city": "Webb", + "state": "AL", + "latitude": "31.243717", + "longitude": "-85.276810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36383", + "city": "Lanett", + "state": "AL", + "latitude": "32.890759", + "longitude": "-85.221739", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36395", + "city": "Malvern", + "state": "AL", + "latitude": "31.138076", + "longitude": "-85.529661", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36401", + "city": "Evergreen", + "state": "AL", + "latitude": "31.461019", + "longitude": "-86.962710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36420", + "city": "Andalusia", + "state": "AL", + "latitude": "31.279043", + "longitude": "-86.486990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36422", + "city": "Lockhart", + "state": "AL", + "latitude": "31.045685", + "longitude": "-86.433655", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36425", + "city": "Beatrice", + "state": "AL", + "latitude": "31.737883", + "longitude": "-87.174420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36426", + "city": "Brewton", + "state": "AL", + "latitude": "31.129008", + "longitude": "-87.101730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36427", + "city": "Brewton", + "state": "AL", + "latitude": "31.091784", + "longitude": "-87.264040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36429", + "city": "Brooklyn", + "state": "AL", + "latitude": "31.466945", + "longitude": "-87.044687", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36431", + "city": "Burnt Corn", + "state": "AL", + "latitude": "31.529531", + "longitude": "-87.345345", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36432", + "city": "Castleberry", + "state": "AL", + "latitude": "31.291038", + "longitude": "-87.031090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36435", + "city": "Coy", + "state": "AL", + "latitude": "31.874887", + "longitude": "-87.431100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36436", + "city": "Dickinson", + "state": "AL", + "latitude": "31.756797", + "longitude": "-87.645000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36439", + "city": "Excel", + "state": "AL", + "latitude": "31.429472", + "longitude": "-87.339329", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36441", + "city": "Flomaton", + "state": "AL", + "latitude": "31.023139", + "longitude": "-87.239570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36442", + "city": "Florala", + "state": "AL", + "latitude": "31.042071", + "longitude": "-86.343470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36444", + "city": "Franklin", + "state": "AL", + "latitude": "31.638570", + "longitude": "-87.467720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36445", + "city": "Frisco City", + "state": "AL", + "latitude": "31.429994", + "longitude": "-87.416310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36446", + "city": "Fulton", + "state": "AL", + "latitude": "31.786539", + "longitude": "-87.726880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36449", + "city": "Goodway", + "state": "AL", + "latitude": "31.529531", + "longitude": "-87.345345", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36451", + "city": "Grove Hill", + "state": "AL", + "latitude": "31.704736", + "longitude": "-87.777730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36453", + "city": "Kinston", + "state": "AL", + "latitude": "31.203287", + "longitude": "-86.151690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36454", + "city": "Lenox", + "state": "AL", + "latitude": "31.466945", + "longitude": "-87.044687", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36455", + "city": "Lockhart", + "state": "AL", + "latitude": "31.011435", + "longitude": "-86.350650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36456", + "city": "McKenzie", + "state": "AL", + "latitude": "31.546680", + "longitude": "-86.773550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36457", + "city": "Megargel", + "state": "AL", + "latitude": "31.361214", + "longitude": "-87.435279", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36458", + "city": "Mexia", + "state": "AL", + "latitude": "31.514659", + "longitude": "-87.408362", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36460", + "city": "Monroeville", + "state": "AL", + "latitude": "31.509039", + "longitude": "-87.324160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36461", + "city": "Monroeville", + "state": "AL", + "latitude": "31.522093", + "longitude": "-87.341108", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36462", + "city": "Monroeville", + "state": "AL", + "latitude": "31.529531", + "longitude": "-87.345345", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36467", + "city": "Opp", + "state": "AL", + "latitude": "31.280048", + "longitude": "-86.254840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36470", + "city": "Perdue Hill", + "state": "AL", + "latitude": "31.514262", + "longitude": "-87.504010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36471", + "city": "Peterman", + "state": "AL", + "latitude": "31.612646", + "longitude": "-87.248860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36473", + "city": "Range", + "state": "AL", + "latitude": "31.306814", + "longitude": "-87.203270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36474", + "city": "Red Level", + "state": "AL", + "latitude": "31.416059", + "longitude": "-86.613970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36475", + "city": "Repton", + "state": "AL", + "latitude": "31.410205", + "longitude": "-87.224740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36476", + "city": "River Falls", + "state": "AL", + "latitude": "31.356774", + "longitude": "-86.548790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36477", + "city": "Samson", + "state": "AL", + "latitude": "31.091359", + "longitude": "-86.047820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36480", + "city": "Uriah", + "state": "AL", + "latitude": "31.320897", + "longitude": "-87.596070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36481", + "city": "Vredenburgh", + "state": "AL", + "latitude": "31.821448", + "longitude": "-87.343130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36482", + "city": "Whatley", + "state": "AL", + "latitude": "31.614138", + "longitude": "-87.633730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36483", + "city": "Wing", + "state": "AL", + "latitude": "31.031830", + "longitude": "-86.702070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36501", + "city": "Alma", + "state": "AL", + "latitude": "31.463968", + "longitude": "-87.738830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36502", + "city": "Atmore", + "state": "AL", + "latitude": "31.090528", + "longitude": "-87.497150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36503", + "city": "Atmore", + "state": "AL", + "latitude": "31.128242", + "longitude": "-87.152068", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36504", + "city": "Atmore", + "state": "AL", + "latitude": "31.015817", + "longitude": "-87.497165", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36505", + "city": "Axis", + "state": "AL", + "latitude": "30.930065", + "longitude": "-88.001030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36507", + "city": "Bay Minette", + "state": "AL", + "latitude": "30.875697", + "longitude": "-87.765920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36508", + "city": "Dauphin Island", + "state": "AL", + "latitude": "30.253557", + "longitude": "-88.101463", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36509", + "city": "Bayou La Batre", + "state": "AL", + "latitude": "30.401384", + "longitude": "-88.246710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36511", + "city": "Bon Secour", + "state": "AL", + "latitude": "30.312316", + "longitude": "-87.734680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36512", + "city": "Bucks", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36513", + "city": "Calvert", + "state": "AL", + "latitude": "31.161966", + "longitude": "-87.995880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36515", + "city": "Carlton", + "state": "AL", + "latitude": "31.375467", + "longitude": "-87.785060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36518", + "city": "Chatom", + "state": "AL", + "latitude": "31.463383", + "longitude": "-88.267810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36521", + "city": "Chunchula", + "state": "AL", + "latitude": "30.965694", + "longitude": "-88.186970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36522", + "city": "Citronelle", + "state": "AL", + "latitude": "31.075300", + "longitude": "-88.263300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36523", + "city": "Coden", + "state": "AL", + "latitude": "30.383724", + "longitude": "-88.184660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36524", + "city": "Coffeeville", + "state": "AL", + "latitude": "31.790834", + "longitude": "-88.069330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36525", + "city": "Creola", + "state": "AL", + "latitude": "30.886317", + "longitude": "-88.028060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36526", + "city": "Daphne", + "state": "AL", + "latitude": "30.620594", + "longitude": "-87.883120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36527", + "city": "Spanish Fort", + "state": "AL", + "latitude": "30.684873", + "longitude": "-87.897230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36528", + "city": "Dauphin Island", + "state": "AL", + "latitude": "30.250825", + "longitude": "-88.118190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36529", + "city": "Deer Park", + "state": "AL", + "latitude": "31.309194", + "longitude": "-88.260360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36530", + "city": "Elberta", + "state": "AL", + "latitude": "30.377657", + "longitude": "-87.561590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36531", + "city": "Loxley", + "state": "AL", + "latitude": "30.620944", + "longitude": "-87.753091", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36532", + "city": "Fairhope", + "state": "AL", + "latitude": "30.512458", + "longitude": "-87.885590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36533", + "city": "Fairhope", + "state": "AL", + "latitude": "30.484131", + "longitude": "-87.860613", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36535", + "city": "Foley", + "state": "AL", + "latitude": "30.396876", + "longitude": "-87.696160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36536", + "city": "Foley", + "state": "AL", + "latitude": "30.422160", + "longitude": "-87.706371", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36538", + "city": "Frankville", + "state": "AL", + "latitude": "31.646087", + "longitude": "-88.141880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36539", + "city": "Fruitdale", + "state": "AL", + "latitude": "31.375241", + "longitude": "-88.415570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36540", + "city": "Gainestown", + "state": "AL", + "latitude": "31.453836", + "longitude": "-87.643730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36541", + "city": "Grand Bay", + "state": "AL", + "latitude": "30.487783", + "longitude": "-88.327220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36542", + "city": "Gulf Shores", + "state": "AL", + "latitude": "30.262276", + "longitude": "-87.727840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36543", + "city": "Huxford", + "state": "AL", + "latitude": "31.216132", + "longitude": "-87.461537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36544", + "city": "Irvington", + "state": "AL", + "latitude": "30.479171", + "longitude": "-88.237930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36545", + "city": "Jackson", + "state": "AL", + "latitude": "31.508231", + "longitude": "-87.883460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36547", + "city": "Gulf Shores", + "state": "AL", + "latitude": "30.265325", + "longitude": "-87.629926", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36548", + "city": "Leroy", + "state": "AL", + "latitude": "31.495691", + "longitude": "-87.962600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36549", + "city": "Lillian", + "state": "AL", + "latitude": "30.393983", + "longitude": "-87.456640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36550", + "city": "Little River", + "state": "AL", + "latitude": "31.242801", + "longitude": "-87.760990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36551", + "city": "Loxley", + "state": "AL", + "latitude": "30.631600", + "longitude": "-87.752990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36553", + "city": "McIntosh", + "state": "AL", + "latitude": "31.234589", + "longitude": "-88.080890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36555", + "city": "Magnolia Springs", + "state": "AL", + "latitude": "30.427641", + "longitude": "-87.796011", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36556", + "city": "Malcolm", + "state": "AL", + "latitude": "31.213801", + "longitude": "-87.962280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36558", + "city": "Millry", + "state": "AL", + "latitude": "31.629578", + "longitude": "-88.347370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36559", + "city": "Montrose", + "state": "AL", + "latitude": "30.564701", + "longitude": "-87.902160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36560", + "city": "Mount Vernon", + "state": "AL", + "latitude": "31.088463", + "longitude": "-88.030070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36561", + "city": "Orange Beach", + "state": "AL", + "latitude": "30.291503", + "longitude": "-87.561980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36562", + "city": "Perdido", + "state": "AL", + "latitude": "31.021335", + "longitude": "-87.644170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36564", + "city": "Point Clear", + "state": "AL", + "latitude": "30.471767", + "longitude": "-87.918740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36567", + "city": "Robertsdale", + "state": "AL", + "latitude": "30.582200", + "longitude": "-87.639360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36568", + "city": "Saint Elmo", + "state": "AL", + "latitude": "30.494340", + "longitude": "-88.269865", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36569", + "city": "Saint Stephens", + "state": "AL", + "latitude": "31.529488", + "longitude": "-88.063490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36570", + "city": "Salitpa", + "state": "AL", + "latitude": "31.613745", + "longitude": "-88.013810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36571", + "city": "Saraland", + "state": "AL", + "latitude": "30.831636", + "longitude": "-88.093860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36572", + "city": "Satsuma", + "state": "AL", + "latitude": "30.857435", + "longitude": "-88.054140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36574", + "city": "Seminole", + "state": "AL", + "latitude": "30.511685", + "longitude": "-87.468600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36575", + "city": "Semmes", + "state": "AL", + "latitude": "30.766350", + "longitude": "-88.265530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36576", + "city": "Silverhill", + "state": "AL", + "latitude": "30.540664", + "longitude": "-87.754900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36577", + "city": "Spanish Fort", + "state": "AL", + "latitude": "30.668757", + "longitude": "-87.939710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36578", + "city": "Stapleton", + "state": "AL", + "latitude": "30.744745", + "longitude": "-87.814860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36579", + "city": "Stockton", + "state": "AL", + "latitude": "31.126122", + "longitude": "-87.803170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36580", + "city": "Summerdale", + "state": "AL", + "latitude": "30.485351", + "longitude": "-87.712920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36581", + "city": "Sunflower", + "state": "AL", + "latitude": "31.373999", + "longitude": "-87.997910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36582", + "city": "Theodore", + "state": "AL", + "latitude": "30.533744", + "longitude": "-88.168650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36583", + "city": "Tibbie", + "state": "AL", + "latitude": "31.352090", + "longitude": "-88.208790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36584", + "city": "Vinegar Bend", + "state": "AL", + "latitude": "31.202048", + "longitude": "-88.380710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36585", + "city": "Wagarville", + "state": "AL", + "latitude": "31.381220", + "longitude": "-88.024330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36586", + "city": "Walker Springs", + "state": "AL", + "latitude": "31.588420", + "longitude": "-87.840875", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36587", + "city": "Wilmer", + "state": "AL", + "latitude": "30.828988", + "longitude": "-88.350790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36590", + "city": "Theodore", + "state": "AL", + "latitude": "30.487953", + "longitude": "-88.253278", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36601", + "city": "Mobile", + "state": "AL", + "latitude": "30.701142", + "longitude": "-88.103184", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36602", + "city": "Mobile", + "state": "AL", + "latitude": "30.693389", + "longitude": "-88.044160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36603", + "city": "Mobile", + "state": "AL", + "latitude": "30.688457", + "longitude": "-88.053410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36604", + "city": "Mobile", + "state": "AL", + "latitude": "30.681640", + "longitude": "-88.066760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36605", + "city": "Mobile", + "state": "AL", + "latitude": "30.641191", + "longitude": "-88.082220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36606", + "city": "Mobile", + "state": "AL", + "latitude": "30.674057", + "longitude": "-88.102490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36607", + "city": "Mobile", + "state": "AL", + "latitude": "30.699539", + "longitude": "-88.104740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36608", + "city": "Mobile", + "state": "AL", + "latitude": "30.690440", + "longitude": "-88.197010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36609", + "city": "Mobile", + "state": "AL", + "latitude": "30.662735", + "longitude": "-88.162550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36610", + "city": "Mobile", + "state": "AL", + "latitude": "30.737405", + "longitude": "-88.082010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36611", + "city": "Mobile", + "state": "AL", + "latitude": "30.764938", + "longitude": "-88.085050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36612", + "city": "Mobile", + "state": "AL", + "latitude": "30.753155", + "longitude": "-88.111160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36613", + "city": "Eight Mile", + "state": "AL", + "latitude": "30.795637", + "longitude": "-88.157700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36614", + "city": "Mobile", + "state": "AL", + "latitude": "30.601892", + "longitude": "-88.211103", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36615", + "city": "Mobile", + "state": "AL", + "latitude": "30.641090", + "longitude": "-88.062248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36616", + "city": "Mobile", + "state": "AL", + "latitude": "30.671048", + "longitude": "-88.126656", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36617", + "city": "Mobile", + "state": "AL", + "latitude": "30.717539", + "longitude": "-88.096090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36618", + "city": "Mobile", + "state": "AL", + "latitude": "30.728488", + "longitude": "-88.168450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36619", + "city": "Mobile", + "state": "AL", + "latitude": "30.586808", + "longitude": "-88.185520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36621", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36622", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36623", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36625", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36626", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36628", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36630", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36631", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36633", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36640", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36641", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36644", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36652", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36660", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36663", + "city": "Mobile", + "state": "AL", + "latitude": "30.819010", + "longitude": "-88.231726", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36670", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36671", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36675", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36685", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36688", + "city": "Mobile", + "state": "AL", + "latitude": "30.696589", + "longitude": "-88.173652", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36689", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36690", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36691", + "city": "Mobile", + "state": "AL", + "latitude": "30.658865", + "longitude": "-88.177975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36693", + "city": "Mobile", + "state": "AL", + "latitude": "30.630441", + "longitude": "-88.153970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36695", + "city": "Mobile", + "state": "AL", + "latitude": "30.646415", + "longitude": "-88.236570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36701", + "city": "Selma", + "state": "AL", + "latitude": "32.429066", + "longitude": "-87.038090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36702", + "city": "Selma", + "state": "AL", + "latitude": "32.419259", + "longitude": "-87.124708", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36703", + "city": "Selma", + "state": "AL", + "latitude": "32.419846", + "longitude": "-86.977830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36720", + "city": "Alberta", + "state": "AL", + "latitude": "32.170653", + "longitude": "-87.362170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36721", + "city": "Annemanie", + "state": "AL", + "latitude": "32.048079", + "longitude": "-87.262260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36722", + "city": "Arlington", + "state": "AL", + "latitude": "32.079894", + "longitude": "-87.575510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36723", + "city": "Boykin", + "state": "AL", + "latitude": "32.088460", + "longitude": "-87.280180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36726", + "city": "Camden", + "state": "AL", + "latitude": "32.008444", + "longitude": "-87.259110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36727", + "city": "Campbell", + "state": "AL", + "latitude": "31.910694", + "longitude": "-88.031480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36728", + "city": "Catherine", + "state": "AL", + "latitude": "32.147166", + "longitude": "-87.456750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36732", + "city": "Demopolis", + "state": "AL", + "latitude": "32.495484", + "longitude": "-87.845210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36736", + "city": "Dixons Mills", + "state": "AL", + "latitude": "32.069338", + "longitude": "-87.778930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36738", + "city": "Faunsdale", + "state": "AL", + "latitude": "32.417860", + "longitude": "-87.627290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36740", + "city": "Forkland", + "state": "AL", + "latitude": "32.629096", + "longitude": "-87.840040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36741", + "city": "Furman", + "state": "AL", + "latitude": "32.006129", + "longitude": "-86.981703", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36742", + "city": "Gallion", + "state": "AL", + "latitude": "32.454007", + "longitude": "-87.750030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36744", + "city": "Greensboro", + "state": "AL", + "latitude": "32.703529", + "longitude": "-87.601770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36745", + "city": "Jefferson", + "state": "AL", + "latitude": "32.414036", + "longitude": "-87.898611", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36748", + "city": "Linden", + "state": "AL", + "latitude": "32.297441", + "longitude": "-87.788120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36749", + "city": "Jones", + "state": "AL", + "latitude": "32.548960", + "longitude": "-86.878970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36750", + "city": "Maplesville", + "state": "AL", + "latitude": "32.789726", + "longitude": "-86.849600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36751", + "city": "Lower Peach Tree", + "state": "AL", + "latitude": "31.833493", + "longitude": "-87.550050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36752", + "city": "Lowndesboro", + "state": "AL", + "latitude": "32.322266", + "longitude": "-86.643950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36753", + "city": "McWilliams", + "state": "AL", + "latitude": "32.048079", + "longitude": "-87.262260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36754", + "city": "Magnolia", + "state": "AL", + "latitude": "32.140637", + "longitude": "-87.680100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36755", + "city": "Greensboro", + "state": "AL", + "latitude": "32.700467", + "longitude": "-87.578576", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36756", + "city": "Marion", + "state": "AL", + "latitude": "32.665966", + "longitude": "-87.338890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36758", + "city": "Plantersville", + "state": "AL", + "latitude": "32.639376", + "longitude": "-86.910340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36759", + "city": "Marion Junction", + "state": "AL", + "latitude": "32.420138", + "longitude": "-87.278570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36761", + "city": "Minter", + "state": "AL", + "latitude": "32.080532", + "longitude": "-86.955240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36762", + "city": "Morvin", + "state": "AL", + "latitude": "31.940191", + "longitude": "-88.003360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36763", + "city": "Myrtlewood", + "state": "AL", + "latitude": "32.249718", + "longitude": "-87.963320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36764", + "city": "Nanafalia", + "state": "AL", + "latitude": "32.268329", + "longitude": "-87.795275", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36765", + "city": "Newbern", + "state": "AL", + "latitude": "32.594818", + "longitude": "-87.535430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36766", + "city": "Oak Hill", + "state": "AL", + "latitude": "31.947005", + "longitude": "-87.074497", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36767", + "city": "Orrville", + "state": "AL", + "latitude": "32.291650", + "longitude": "-87.231680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36768", + "city": "Pine Apple", + "state": "AL", + "latitude": "31.901412", + "longitude": "-86.955050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36769", + "city": "Pine Hill", + "state": "AL", + "latitude": "31.990494", + "longitude": "-87.552220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36773", + "city": "Safford", + "state": "AL", + "latitude": "32.291429", + "longitude": "-87.399720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36775", + "city": "Sardis", + "state": "AL", + "latitude": "32.213369", + "longitude": "-86.983130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36776", + "city": "Sawyerville", + "state": "AL", + "latitude": "32.739091", + "longitude": "-87.741700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36778", + "city": "Snow Hill", + "state": "AL", + "latitude": "32.019980", + "longitude": "-87.054284", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36779", + "city": "Sprott", + "state": "AL", + "latitude": "32.701812", + "longitude": "-87.174230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36782", + "city": "Sweet Water", + "state": "AL", + "latitude": "32.114999", + "longitude": "-87.901870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36783", + "city": "Thomaston", + "state": "AL", + "latitude": "32.263473", + "longitude": "-87.602140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36784", + "city": "Thomasville", + "state": "AL", + "latitude": "31.936003", + "longitude": "-87.770130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36785", + "city": "Tyler", + "state": "AL", + "latitude": "32.282192", + "longitude": "-86.821600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36786", + "city": "Uniontown", + "state": "AL", + "latitude": "32.440868", + "longitude": "-87.496570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36790", + "city": "Stanton", + "state": "AL", + "latitude": "32.731866", + "longitude": "-86.900040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36792", + "city": "Randolph", + "state": "AL", + "latitude": "32.917983", + "longitude": "-86.890460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36793", + "city": "Lawley", + "state": "AL", + "latitude": "32.838805", + "longitude": "-86.999110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36801", + "city": "Opelika", + "state": "AL", + "latitude": "32.660497", + "longitude": "-85.399170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36802", + "city": "Opelika", + "state": "AL", + "latitude": "32.578185", + "longitude": "-85.349003", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36803", + "city": "Opelika", + "state": "AL", + "latitude": "32.522567", + "longitude": "-85.431517", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36804", + "city": "Opelika", + "state": "AL", + "latitude": "32.556296", + "longitude": "-85.334650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36830", + "city": "Auburn", + "state": "AL", + "latitude": "32.577135", + "longitude": "-85.472820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36831", + "city": "Auburn", + "state": "AL", + "latitude": "32.578185", + "longitude": "-85.349003", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36832", + "city": "Auburn", + "state": "AL", + "latitude": "32.589553", + "longitude": "-85.539910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36849", + "city": "Auburn University", + "state": "AL", + "latitude": "32.602434", + "longitude": "-85.485800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36850", + "city": "Camp Hill", + "state": "AL", + "latitude": "32.799998", + "longitude": "-85.646210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36851", + "city": "Cottonton", + "state": "AL", + "latitude": "32.286092", + "longitude": "-85.161497", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36852", + "city": "Cusseta", + "state": "AL", + "latitude": "32.745844", + "longitude": "-85.280760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36853", + "city": "Dadeville", + "state": "AL", + "latitude": "32.787441", + "longitude": "-85.799550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36854", + "city": "Valley", + "state": "AL", + "latitude": "32.777662", + "longitude": "-85.176230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36855", + "city": "Five Points", + "state": "AL", + "latitude": "33.046756", + "longitude": "-85.301020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36856", + "city": "Fort Mitchell", + "state": "AL", + "latitude": "32.282085", + "longitude": "-84.983890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36858", + "city": "Hatchechubbee", + "state": "AL", + "latitude": "32.297792", + "longitude": "-85.312050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36859", + "city": "Holy Trinity", + "state": "AL", + "latitude": "32.229846", + "longitude": "-85.008178", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36860", + "city": "Hurtsboro", + "state": "AL", + "latitude": "32.237339", + "longitude": "-85.410290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36861", + "city": "Jacksons Gap", + "state": "AL", + "latitude": "32.862333", + "longitude": "-85.845880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36862", + "city": "Lafayette", + "state": "AL", + "latitude": "32.903922", + "longitude": "-85.429050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36863", + "city": "Lanett", + "state": "AL", + "latitude": "32.871306", + "longitude": "-85.213140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36865", + "city": "Loachapoka", + "state": "AL", + "latitude": "32.578185", + "longitude": "-85.349003", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36866", + "city": "Notasulga", + "state": "AL", + "latitude": "32.551474", + "longitude": "-85.698590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36867", + "city": "Phenix City", + "state": "AL", + "latitude": "32.492304", + "longitude": "-85.019430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36868", + "city": "Phenix City", + "state": "AL", + "latitude": "32.464614", + "longitude": "-85.020604", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36869", + "city": "Phenix City", + "state": "AL", + "latitude": "32.433065", + "longitude": "-85.045120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36870", + "city": "Phenix City", + "state": "AL", + "latitude": "32.484671", + "longitude": "-85.075200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36871", + "city": "Pittsview", + "state": "AL", + "latitude": "32.168270", + "longitude": "-85.116210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36872", + "city": "Valley", + "state": "AL", + "latitude": "32.578185", + "longitude": "-85.349003", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36874", + "city": "Salem", + "state": "AL", + "latitude": "32.587751", + "longitude": "-85.185390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36875", + "city": "Seale", + "state": "AL", + "latitude": "32.315128", + "longitude": "-85.113480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36876", + "city": "Uniontown", + "state": "AL", + "latitude": "32.454371", + "longitude": "-87.519156", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36877", + "city": "Smiths", + "state": "AL", + "latitude": "32.545138", + "longitude": "-85.092120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36879", + "city": "Waverly", + "state": "AL", + "latitude": "32.733511", + "longitude": "-85.553220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36901", + "city": "Bellamy", + "state": "AL", + "latitude": "32.451618", + "longitude": "-88.131000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36904", + "city": "Butler", + "state": "AL", + "latitude": "32.097363", + "longitude": "-88.226470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36906", + "city": "Cromwell", + "state": "AL", + "latitude": "32.004227", + "longitude": "-88.200738", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36907", + "city": "Cuba", + "state": "AL", + "latitude": "32.403275", + "longitude": "-88.362520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36908", + "city": "Gilbertown", + "state": "AL", + "latitude": "31.891177", + "longitude": "-88.285080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36910", + "city": "Jachin", + "state": "AL", + "latitude": "32.220752", + "longitude": "-88.154710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36912", + "city": "Lisman", + "state": "AL", + "latitude": "32.227905", + "longitude": "-88.324680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36913", + "city": "Melvin", + "state": "AL", + "latitude": "32.004227", + "longitude": "-88.200738", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36915", + "city": "Needham", + "state": "AL", + "latitude": "31.970871", + "longitude": "-88.349020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36916", + "city": "Pennington", + "state": "AL", + "latitude": "32.209381", + "longitude": "-88.059650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36919", + "city": "Silas", + "state": "AL", + "latitude": "31.779344", + "longitude": "-88.300450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36921", + "city": "Toxey", + "state": "AL", + "latitude": "31.969580", + "longitude": "-88.186610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36922", + "city": "Ward", + "state": "AL", + "latitude": "32.304709", + "longitude": "-88.170810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "36925", + "city": "York", + "state": "AL", + "latitude": "32.487726", + "longitude": "-88.267900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37010", + "city": "Adams", + "state": "TN", + "latitude": "36.569635", + "longitude": "-87.100260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37011", + "city": "Antioch", + "state": "TN", + "latitude": "36.170556", + "longitude": "-86.882500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37012", + "city": "Alexandria", + "state": "TN", + "latitude": "36.076635", + "longitude": "-86.019780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37013", + "city": "Antioch", + "state": "TN", + "latitude": "36.055115", + "longitude": "-86.647820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37014", + "city": "Arrington", + "state": "TN", + "latitude": "35.856372", + "longitude": "-86.661890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37015", + "city": "Ashland City", + "state": "TN", + "latitude": "36.299293", + "longitude": "-87.069490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37016", + "city": "Auburntown", + "state": "TN", + "latitude": "35.951494", + "longitude": "-86.092590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37018", + "city": "Beechgrove", + "state": "TN", + "latitude": "35.642797", + "longitude": "-86.166900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37019", + "city": "Belfast", + "state": "TN", + "latitude": "35.390308", + "longitude": "-86.709690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37020", + "city": "Bell Buckle", + "state": "TN", + "latitude": "35.616935", + "longitude": "-86.396290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37022", + "city": "Bethpage", + "state": "TN", + "latitude": "36.501049", + "longitude": "-86.300000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37023", + "city": "Big Rock", + "state": "TN", + "latitude": "36.574224", + "longitude": "-87.790180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37024", + "city": "Brentwood", + "state": "TN", + "latitude": "35.874553", + "longitude": "-86.907565", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37025", + "city": "Bon Aqua", + "state": "TN", + "latitude": "35.943598", + "longitude": "-87.289910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37026", + "city": "Bradyville", + "state": "TN", + "latitude": "35.699599", + "longitude": "-86.109760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37027", + "city": "Brentwood", + "state": "TN", + "latitude": "36.007373", + "longitude": "-86.791210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37028", + "city": "Bumpus Mills", + "state": "TN", + "latitude": "36.633539", + "longitude": "-87.868410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37029", + "city": "Burns", + "state": "TN", + "latitude": "36.047742", + "longitude": "-87.289380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37030", + "city": "Carthage", + "state": "TN", + "latitude": "36.264959", + "longitude": "-85.948930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37031", + "city": "Castalian Springs", + "state": "TN", + "latitude": "36.377228", + "longitude": "-86.301120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37032", + "city": "Cedar Hill", + "state": "TN", + "latitude": "36.522355", + "longitude": "-87.025420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37033", + "city": "Centerville", + "state": "TN", + "latitude": "35.767140", + "longitude": "-87.494180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37034", + "city": "Chapel Hill", + "state": "TN", + "latitude": "35.639491", + "longitude": "-86.686500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37035", + "city": "Chapmansboro", + "state": "TN", + "latitude": "36.388731", + "longitude": "-87.131750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37036", + "city": "Charlotte", + "state": "TN", + "latitude": "36.225389", + "longitude": "-87.291790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37037", + "city": "Christiana", + "state": "TN", + "latitude": "35.702877", + "longitude": "-86.351340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37040", + "city": "Clarksville", + "state": "TN", + "latitude": "36.528448", + "longitude": "-87.341420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37041", + "city": "Clarksville", + "state": "TN", + "latitude": "36.477428", + "longitude": "-87.377197", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37042", + "city": "Clarksville", + "state": "TN", + "latitude": "36.580680", + "longitude": "-87.405600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37043", + "city": "Clarksville", + "state": "TN", + "latitude": "36.506407", + "longitude": "-87.257200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37044", + "city": "Clarksville", + "state": "TN", + "latitude": "36.531398", + "longitude": "-87.353008", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37046", + "city": "College Grove", + "state": "TN", + "latitude": "35.755700", + "longitude": "-86.722720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37047", + "city": "Cornersville", + "state": "TN", + "latitude": "35.330683", + "longitude": "-86.840600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37048", + "city": "Cottontown", + "state": "TN", + "latitude": "36.491753", + "longitude": "-86.599630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37049", + "city": "Cross Plains", + "state": "TN", + "latitude": "36.548569", + "longitude": "-86.679070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37050", + "city": "Cumberland City", + "state": "TN", + "latitude": "36.373626", + "longitude": "-87.631580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37051", + "city": "Cumberland Furnace", + "state": "TN", + "latitude": "36.310027", + "longitude": "-87.412800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37052", + "city": "Cunningham", + "state": "TN", + "latitude": "36.371609", + "longitude": "-87.403900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37055", + "city": "Dickson", + "state": "TN", + "latitude": "36.065779", + "longitude": "-87.408310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37056", + "city": "Dickson", + "state": "TN", + "latitude": "36.146949", + "longitude": "-87.352971", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37057", + "city": "Dixon Springs", + "state": "TN", + "latitude": "36.389736", + "longitude": "-86.041350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37058", + "city": "Dover", + "state": "TN", + "latitude": "36.477136", + "longitude": "-87.858770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37059", + "city": "Dowelltown", + "state": "TN", + "latitude": "35.993983", + "longitude": "-85.928510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37060", + "city": "Eagleville", + "state": "TN", + "latitude": "35.738430", + "longitude": "-86.644410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37061", + "city": "Erin", + "state": "TN", + "latitude": "36.301089", + "longitude": "-87.681980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37062", + "city": "Fairview", + "state": "TN", + "latitude": "35.976983", + "longitude": "-87.141280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37063", + "city": "Fosterville", + "state": "TN", + "latitude": "35.859565", + "longitude": "-86.420958", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37064", + "city": "Franklin", + "state": "TN", + "latitude": "35.893823", + "longitude": "-86.899190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37065", + "city": "Franklin", + "state": "TN", + "latitude": "35.895085", + "longitude": "-86.921416", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37066", + "city": "Gallatin", + "state": "TN", + "latitude": "36.388997", + "longitude": "-86.454800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37067", + "city": "Franklin", + "state": "TN", + "latitude": "35.921811", + "longitude": "-86.795200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37068", + "city": "Franklin", + "state": "TN", + "latitude": "35.874553", + "longitude": "-86.907565", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37069", + "city": "Franklin", + "state": "TN", + "latitude": "35.977060", + "longitude": "-86.896530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37070", + "city": "Goodlettsville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37071", + "city": "Gladeville", + "state": "TN", + "latitude": "36.156231", + "longitude": "-86.304922", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37072", + "city": "Goodlettsville", + "state": "TN", + "latitude": "36.354650", + "longitude": "-86.718790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37073", + "city": "Greenbrier", + "state": "TN", + "latitude": "36.427758", + "longitude": "-86.810230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37074", + "city": "Hartsville", + "state": "TN", + "latitude": "36.407653", + "longitude": "-86.153050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37075", + "city": "Hendersonville", + "state": "TN", + "latitude": "36.311047", + "longitude": "-86.611730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37076", + "city": "Hermitage", + "state": "TN", + "latitude": "36.180507", + "longitude": "-86.601110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37077", + "city": "Hendersonville", + "state": "TN", + "latitude": "36.304701", + "longitude": "-86.621095", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37078", + "city": "Hurricane Mills", + "state": "TN", + "latitude": "35.924976", + "longitude": "-87.772190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37079", + "city": "Indian Mound", + "state": "TN", + "latitude": "36.486770", + "longitude": "-87.663310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37080", + "city": "Joelton", + "state": "TN", + "latitude": "36.329551", + "longitude": "-86.909490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37082", + "city": "Kingston Springs", + "state": "TN", + "latitude": "36.084917", + "longitude": "-87.110600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37083", + "city": "Lafayette", + "state": "TN", + "latitude": "36.537994", + "longitude": "-86.014970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37085", + "city": "Lascassas", + "state": "TN", + "latitude": "35.950979", + "longitude": "-86.295960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37086", + "city": "La Vergne", + "state": "TN", + "latitude": "36.013330", + "longitude": "-86.562680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37087", + "city": "Lebanon", + "state": "TN", + "latitude": "36.240331", + "longitude": "-86.292710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37088", + "city": "Lebanon", + "state": "TN", + "latitude": "36.156231", + "longitude": "-86.304922", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37089", + "city": "La Vergne", + "state": "TN", + "latitude": "35.859565", + "longitude": "-86.420958", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37090", + "city": "Lebanon", + "state": "TN", + "latitude": "36.147433", + "longitude": "-86.310610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37091", + "city": "Lewisburg", + "state": "TN", + "latitude": "35.461359", + "longitude": "-86.779200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37095", + "city": "Liberty", + "state": "TN", + "latitude": "36.000953", + "longitude": "-85.976690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37096", + "city": "Linden", + "state": "TN", + "latitude": "35.614320", + "longitude": "-87.874860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37097", + "city": "Lobelville", + "state": "TN", + "latitude": "35.769743", + "longitude": "-87.802860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37098", + "city": "Lyles", + "state": "TN", + "latitude": "35.882639", + "longitude": "-87.313950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37101", + "city": "McEwen", + "state": "TN", + "latitude": "36.069712", + "longitude": "-87.644890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37110", + "city": "McMinnville", + "state": "TN", + "latitude": "35.687286", + "longitude": "-85.787000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37111", + "city": "McMinnville", + "state": "TN", + "latitude": "35.678368", + "longitude": "-85.777633", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37115", + "city": "Madison", + "state": "TN", + "latitude": "36.264069", + "longitude": "-86.705660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37116", + "city": "Madison", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37118", + "city": "Milton", + "state": "TN", + "latitude": "35.929221", + "longitude": "-86.183930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37119", + "city": "Mitchellville", + "state": "TN", + "latitude": "36.631981", + "longitude": "-86.539028", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37121", + "city": "Mount Juliet", + "state": "TN", + "latitude": "36.156231", + "longitude": "-86.304922", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37122", + "city": "Mount Juliet", + "state": "TN", + "latitude": "36.195016", + "longitude": "-86.497320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37127", + "city": "Murfreesboro", + "state": "TN", + "latitude": "35.791021", + "longitude": "-86.344450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37128", + "city": "Murfreesboro", + "state": "TN", + "latitude": "35.813319", + "longitude": "-86.445500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37129", + "city": "Murfreesboro", + "state": "TN", + "latitude": "35.896645", + "longitude": "-86.424250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37130", + "city": "Murfreesboro", + "state": "TN", + "latitude": "35.860152", + "longitude": "-86.364800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37131", + "city": "Murfreesboro", + "state": "TN", + "latitude": "35.859565", + "longitude": "-86.420958", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37132", + "city": "Murfreesboro", + "state": "TN", + "latitude": "35.859565", + "longitude": "-86.420958", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37133", + "city": "Murfreesboro", + "state": "TN", + "latitude": "35.859565", + "longitude": "-86.420958", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37134", + "city": "New Johnsonville", + "state": "TN", + "latitude": "36.022057", + "longitude": "-87.956400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37135", + "city": "Nolensville", + "state": "TN", + "latitude": "35.940383", + "longitude": "-86.668600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37136", + "city": "Norene", + "state": "TN", + "latitude": "36.156231", + "longitude": "-86.304922", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37137", + "city": "Nunnelly", + "state": "TN", + "latitude": "35.886620", + "longitude": "-87.504710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37138", + "city": "Old Hickory", + "state": "TN", + "latitude": "36.243698", + "longitude": "-86.623080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37140", + "city": "Only", + "state": "TN", + "latitude": "35.863362", + "longitude": "-87.671790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37141", + "city": "Orlinda", + "state": "TN", + "latitude": "36.609830", + "longitude": "-86.692260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37142", + "city": "Palmyra", + "state": "TN", + "latitude": "36.421075", + "longitude": "-87.498930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37143", + "city": "Pegram", + "state": "TN", + "latitude": "36.121471", + "longitude": "-87.044670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37144", + "city": "Petersburg", + "state": "TN", + "latitude": "35.301331", + "longitude": "-86.633370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37145", + "city": "Pleasant Shade", + "state": "TN", + "latitude": "36.377253", + "longitude": "-85.908660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37146", + "city": "Pleasant View", + "state": "TN", + "latitude": "36.393153", + "longitude": "-87.028500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37147", + "city": "Pleasantville", + "state": "TN", + "latitude": "35.679617", + "longitude": "-87.654720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37148", + "city": "Portland", + "state": "TN", + "latitude": "36.576137", + "longitude": "-86.513550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37149", + "city": "Readyville", + "state": "TN", + "latitude": "35.800108", + "longitude": "-86.193910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37150", + "city": "Red Boiling Springs", + "state": "TN", + "latitude": "36.543183", + "longitude": "-85.811140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37151", + "city": "Riddleton", + "state": "TN", + "latitude": "36.335403", + "longitude": "-86.031700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37152", + "city": "Ridgetop", + "state": "TN", + "latitude": "36.396821", + "longitude": "-86.766790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37153", + "city": "Rockvale", + "state": "TN", + "latitude": "35.751016", + "longitude": "-86.550560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37155", + "city": "Saint Bethlehem", + "state": "TN", + "latitude": "36.477428", + "longitude": "-87.377197", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37160", + "city": "Shelbyville", + "state": "TN", + "latitude": "35.470660", + "longitude": "-86.459740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37161", + "city": "Shelbyville", + "state": "TN", + "latitude": "35.471531", + "longitude": "-86.489019", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37162", + "city": "Shelbyville", + "state": "TN", + "latitude": "35.510825", + "longitude": "-86.450042", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37165", + "city": "Slayden", + "state": "TN", + "latitude": "36.283543", + "longitude": "-87.458058", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37166", + "city": "Smithville", + "state": "TN", + "latitude": "35.922583", + "longitude": "-85.801080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37167", + "city": "Smyrna", + "state": "TN", + "latitude": "35.968513", + "longitude": "-86.522310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37171", + "city": "Southside", + "state": "TN", + "latitude": "36.354736", + "longitude": "-87.305710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37172", + "city": "Springfield", + "state": "TN", + "latitude": "36.513979", + "longitude": "-86.868920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37174", + "city": "Spring Hill", + "state": "TN", + "latitude": "35.730620", + "longitude": "-86.911440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37175", + "city": "Stewart", + "state": "TN", + "latitude": "36.316042", + "longitude": "-87.890280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37178", + "city": "Tennessee Ridge", + "state": "TN", + "latitude": "36.323799", + "longitude": "-87.776760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37179", + "city": "Thompsons Station", + "state": "TN", + "latitude": "35.798670", + "longitude": "-86.907340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37180", + "city": "Unionville", + "state": "TN", + "latitude": "35.621614", + "longitude": "-86.573530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37181", + "city": "Vanleer", + "state": "TN", + "latitude": "36.237999", + "longitude": "-87.498310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37183", + "city": "Wartrace", + "state": "TN", + "latitude": "35.508541", + "longitude": "-86.308890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37184", + "city": "Watertown", + "state": "TN", + "latitude": "36.096166", + "longitude": "-86.137150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37185", + "city": "Waverly", + "state": "TN", + "latitude": "36.085376", + "longitude": "-87.816260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37186", + "city": "Westmoreland", + "state": "TN", + "latitude": "36.579247", + "longitude": "-86.239540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37187", + "city": "White Bluff", + "state": "TN", + "latitude": "36.117433", + "longitude": "-87.217610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37188", + "city": "White House", + "state": "TN", + "latitude": "36.467624", + "longitude": "-86.669410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37189", + "city": "Whites Creek", + "state": "TN", + "latitude": "36.270620", + "longitude": "-86.820520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37190", + "city": "Woodbury", + "state": "TN", + "latitude": "35.813335", + "longitude": "-86.055380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37191", + "city": "Woodlawn", + "state": "TN", + "latitude": "36.503792", + "longitude": "-87.542630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37201", + "city": "Nashville", + "state": "TN", + "latitude": "36.164556", + "longitude": "-86.777380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37202", + "city": "Nashville", + "state": "TN", + "latitude": "36.340304", + "longitude": "-86.827254", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37203", + "city": "Nashville", + "state": "TN", + "latitude": "36.152607", + "longitude": "-86.789270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37204", + "city": "Nashville", + "state": "TN", + "latitude": "36.112058", + "longitude": "-86.776260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37205", + "city": "Nashville", + "state": "TN", + "latitude": "36.113558", + "longitude": "-86.862070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37206", + "city": "Nashville", + "state": "TN", + "latitude": "36.180806", + "longitude": "-86.741760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37207", + "city": "Nashville", + "state": "TN", + "latitude": "36.215535", + "longitude": "-86.773170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37208", + "city": "Nashville", + "state": "TN", + "latitude": "36.174806", + "longitude": "-86.802520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37209", + "city": "Nashville", + "state": "TN", + "latitude": "36.151324", + "longitude": "-86.855900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37210", + "city": "Nashville", + "state": "TN", + "latitude": "36.140857", + "longitude": "-86.744370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37211", + "city": "Nashville", + "state": "TN", + "latitude": "36.079259", + "longitude": "-86.725840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37212", + "city": "Nashville", + "state": "TN", + "latitude": "36.133251", + "longitude": "-86.800570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37213", + "city": "Nashville", + "state": "TN", + "latitude": "36.167179", + "longitude": "-86.767770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37214", + "city": "Nashville", + "state": "TN", + "latitude": "36.166956", + "longitude": "-86.668690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37215", + "city": "Nashville", + "state": "TN", + "latitude": "36.098408", + "longitude": "-86.825220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37216", + "city": "Nashville", + "state": "TN", + "latitude": "36.213004", + "longitude": "-86.725940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37217", + "city": "Nashville", + "state": "TN", + "latitude": "36.103408", + "longitude": "-86.666160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37218", + "city": "Nashville", + "state": "TN", + "latitude": "36.206755", + "longitude": "-86.852150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37219", + "city": "Nashville", + "state": "TN", + "latitude": "36.166806", + "longitude": "-86.781720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37220", + "city": "Nashville", + "state": "TN", + "latitude": "36.069659", + "longitude": "-86.772660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37221", + "city": "Nashville", + "state": "TN", + "latitude": "36.065032", + "longitude": "-86.946740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37222", + "city": "Nashville", + "state": "TN", + "latitude": "36.056164", + "longitude": "-86.980116", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37224", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37227", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37228", + "city": "Nashville", + "state": "TN", + "latitude": "36.190205", + "longitude": "-86.800780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37229", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37230", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37232", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37234", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37235", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37236", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37237", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37238", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37239", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37240", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37241", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37242", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37243", + "city": "Nashville", + "state": "TN", + "latitude": "36.167606", + "longitude": "-86.784498", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37244", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37245", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37246", + "city": "Nashville", + "state": "TN", + "latitude": "36.158606", + "longitude": "-86.789998", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37247", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37248", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37249", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37250", + "city": "Nashville", + "state": "TN", + "latitude": "36.186605", + "longitude": "-86.785248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37301", + "city": "Altamont", + "state": "TN", + "latitude": "35.429018", + "longitude": "-85.776790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37302", + "city": "Apison", + "state": "TN", + "latitude": "35.017404", + "longitude": "-85.013220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37303", + "city": "Athens", + "state": "TN", + "latitude": "35.441378", + "longitude": "-84.619750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37304", + "city": "Bakewell", + "state": "TN", + "latitude": "35.345216", + "longitude": "-85.138046", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37305", + "city": "Beersheba Springs", + "state": "TN", + "latitude": "35.467486", + "longitude": "-85.677360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37306", + "city": "Belvidere", + "state": "TN", + "latitude": "35.106467", + "longitude": "-86.203500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37307", + "city": "Benton", + "state": "TN", + "latitude": "35.172376", + "longitude": "-84.639130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37308", + "city": "Birchwood", + "state": "TN", + "latitude": "35.357001", + "longitude": "-84.992880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37309", + "city": "Calhoun", + "state": "TN", + "latitude": "35.302952", + "longitude": "-84.743590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37310", + "city": "Charleston", + "state": "TN", + "latitude": "35.275808", + "longitude": "-84.769270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37311", + "city": "Cleveland", + "state": "TN", + "latitude": "35.146362", + "longitude": "-84.887230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37312", + "city": "Cleveland", + "state": "TN", + "latitude": "35.219532", + "longitude": "-84.864890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37313", + "city": "Coalmont", + "state": "TN", + "latitude": "35.361678", + "longitude": "-85.702880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37314", + "city": "Cokercreek", + "state": "TN", + "latitude": "35.246689", + "longitude": "-84.303121", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37315", + "city": "Collegedale", + "state": "TN", + "latitude": "35.047891", + "longitude": "-85.057359", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37316", + "city": "Conasauga", + "state": "TN", + "latitude": "34.995039", + "longitude": "-84.729510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37317", + "city": "Copperhill", + "state": "TN", + "latitude": "35.008596", + "longitude": "-84.385900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37318", + "city": "Cowan", + "state": "TN", + "latitude": "35.168862", + "longitude": "-86.005380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37320", + "city": "Cleveland", + "state": "TN", + "latitude": "35.172720", + "longitude": "-84.861885", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37321", + "city": "Dayton", + "state": "TN", + "latitude": "35.495894", + "longitude": "-85.010320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37322", + "city": "Decatur", + "state": "TN", + "latitude": "35.503723", + "longitude": "-84.807410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37323", + "city": "Cleveland", + "state": "TN", + "latitude": "35.114482", + "longitude": "-84.828360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37324", + "city": "Decherd", + "state": "TN", + "latitude": "35.234156", + "longitude": "-86.032400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37325", + "city": "Delano", + "state": "TN", + "latitude": "35.245578", + "longitude": "-84.588120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37326", + "city": "Ducktown", + "state": "TN", + "latitude": "35.030319", + "longitude": "-84.382840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37327", + "city": "Dunlap", + "state": "TN", + "latitude": "35.399109", + "longitude": "-85.387550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37328", + "city": "Elora", + "state": "TN", + "latitude": "35.018508", + "longitude": "-86.360850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37329", + "city": "Englewood", + "state": "TN", + "latitude": "35.411420", + "longitude": "-84.474730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37330", + "city": "Estill Springs", + "state": "TN", + "latitude": "35.280936", + "longitude": "-86.122470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37331", + "city": "Etowah", + "state": "TN", + "latitude": "35.325991", + "longitude": "-84.530150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37332", + "city": "Evensville", + "state": "TN", + "latitude": "35.585467", + "longitude": "-84.941250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37333", + "city": "Farner", + "state": "TN", + "latitude": "35.148640", + "longitude": "-84.317070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37334", + "city": "Fayetteville", + "state": "TN", + "latitude": "35.136177", + "longitude": "-86.574330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37335", + "city": "Flintville", + "state": "TN", + "latitude": "35.063253", + "longitude": "-86.418660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37336", + "city": "Georgetown", + "state": "TN", + "latitude": "35.308786", + "longitude": "-84.930420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37337", + "city": "Grandview", + "state": "TN", + "latitude": "35.781680", + "longitude": "-84.879550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37338", + "city": "Graysville", + "state": "TN", + "latitude": "35.443503", + "longitude": "-85.183970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37339", + "city": "Gruetli Laager", + "state": "TN", + "latitude": "35.373152", + "longitude": "-85.623610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37340", + "city": "Guild", + "state": "TN", + "latitude": "35.013853", + "longitude": "-85.531070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37341", + "city": "Harrison", + "state": "TN", + "latitude": "35.191540", + "longitude": "-85.098270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37342", + "city": "Hillsboro", + "state": "TN", + "latitude": "35.391560", + "longitude": "-85.963670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37343", + "city": "Hixson", + "state": "TN", + "latitude": "35.167987", + "longitude": "-85.211580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37345", + "city": "Huntland", + "state": "TN", + "latitude": "35.052678", + "longitude": "-86.271410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37347", + "city": "Jasper", + "state": "TN", + "latitude": "35.065007", + "longitude": "-85.618180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37348", + "city": "Kelso", + "state": "TN", + "latitude": "35.114900", + "longitude": "-86.442100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37349", + "city": "Manchester", + "state": "TN", + "latitude": "35.497637", + "longitude": "-86.074820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37350", + "city": "Lookout Mountain", + "state": "TN", + "latitude": "34.998375", + "longitude": "-85.348650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37351", + "city": "Lupton City", + "state": "TN", + "latitude": "35.104789", + "longitude": "-85.264150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37352", + "city": "Lynchburg", + "state": "TN", + "latitude": "35.276795", + "longitude": "-86.352640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37353", + "city": "McDonald", + "state": "TN", + "latitude": "35.114036", + "longitude": "-84.985350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37354", + "city": "Madisonville", + "state": "TN", + "latitude": "35.506259", + "longitude": "-84.357380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37355", + "city": "Manchester", + "state": "TN", + "latitude": "35.500068", + "longitude": "-86.084140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37356", + "city": "Monteagle", + "state": "TN", + "latitude": "35.238756", + "longitude": "-85.829110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37357", + "city": "Morrison", + "state": "TN", + "latitude": "35.596484", + "longitude": "-85.922750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37359", + "city": "Mulberry", + "state": "TN", + "latitude": "35.203361", + "longitude": "-86.405630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37360", + "city": "Normandy", + "state": "TN", + "latitude": "35.433962", + "longitude": "-86.260450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37361", + "city": "Ocoee", + "state": "TN", + "latitude": "35.108559", + "longitude": "-84.701390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37362", + "city": "Oldfort", + "state": "TN", + "latitude": "35.043475", + "longitude": "-84.739570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37363", + "city": "Ooltewah", + "state": "TN", + "latitude": "35.087881", + "longitude": "-85.060050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37364", + "city": "Cleveland", + "state": "TN", + "latitude": "35.172720", + "longitude": "-84.861885", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37365", + "city": "Palmer", + "state": "TN", + "latitude": "35.375156", + "longitude": "-85.555010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37366", + "city": "Pelham", + "state": "TN", + "latitude": "35.304582", + "longitude": "-85.854560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37367", + "city": "Pikeville", + "state": "TN", + "latitude": "35.635097", + "longitude": "-85.171610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37369", + "city": "Reliance", + "state": "TN", + "latitude": "35.191719", + "longitude": "-84.494460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37370", + "city": "Riceville", + "state": "TN", + "latitude": "35.363968", + "longitude": "-84.703920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37371", + "city": "Athens", + "state": "TN", + "latitude": "35.441376", + "longitude": "-84.641623", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37372", + "city": "Saint Andrews", + "state": "TN", + "latitude": "35.175522", + "longitude": "-86.098338", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37373", + "city": "Sale Creek", + "state": "TN", + "latitude": "35.391643", + "longitude": "-85.103290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37374", + "city": "Sequatchie", + "state": "TN", + "latitude": "35.191740", + "longitude": "-85.641490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37375", + "city": "Sewanee", + "state": "TN", + "latitude": "35.193891", + "longitude": "-85.910480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37376", + "city": "Sherwood", + "state": "TN", + "latitude": "35.060787", + "longitude": "-85.922170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37377", + "city": "Signal Mountain", + "state": "TN", + "latitude": "35.159778", + "longitude": "-85.333320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37378", + "city": "Smartt", + "state": "TN", + "latitude": "35.678368", + "longitude": "-85.777633", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37379", + "city": "Soddy Daisy", + "state": "TN", + "latitude": "35.269694", + "longitude": "-85.162270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37380", + "city": "South Pittsburg", + "state": "TN", + "latitude": "35.045886", + "longitude": "-85.725130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37381", + "city": "Spring City", + "state": "TN", + "latitude": "35.688010", + "longitude": "-84.827770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37382", + "city": "Summitville", + "state": "TN", + "latitude": "35.497637", + "longitude": "-86.074820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37383", + "city": "Sewanee", + "state": "TN", + "latitude": "35.180503", + "longitude": "-85.903522", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37384", + "city": "Soddy Daisy", + "state": "TN", + "latitude": "35.221092", + "longitude": "-85.209082", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37385", + "city": "Tellico Plains", + "state": "TN", + "latitude": "35.345237", + "longitude": "-84.277280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37387", + "city": "Tracy City", + "state": "TN", + "latitude": "35.275367", + "longitude": "-85.740390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37388", + "city": "Tullahoma", + "state": "TN", + "latitude": "35.357522", + "longitude": "-86.214840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37389", + "city": "Arnold AFB", + "state": "TN", + "latitude": "35.497637", + "longitude": "-86.074820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37391", + "city": "Turtletown", + "state": "TN", + "latitude": "35.098017", + "longitude": "-84.361950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37394", + "city": "Viola", + "state": "TN", + "latitude": "35.538116", + "longitude": "-85.861690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37395", + "city": "Watts Bar Dam", + "state": "TN", + "latitude": "35.617220", + "longitude": "-84.928921", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37396", + "city": "Whiteside", + "state": "TN", + "latitude": "34.994156", + "longitude": "-85.487550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37397", + "city": "Whitwell", + "state": "TN", + "latitude": "35.202970", + "longitude": "-85.497330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37398", + "city": "Winchester", + "state": "TN", + "latitude": "35.192829", + "longitude": "-86.140450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37401", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.017818", + "longitude": "-85.206426", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37402", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.046324", + "longitude": "-85.311990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37403", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.046173", + "longitude": "-85.298800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37404", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.030474", + "longitude": "-85.274900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37405", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.081323", + "longitude": "-85.319030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37406", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.065723", + "longitude": "-85.250140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37407", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.000825", + "longitude": "-85.286730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37408", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.030907", + "longitude": "-85.310040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37409", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.001842", + "longitude": "-85.330920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37410", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.002342", + "longitude": "-85.314070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37411", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.023824", + "longitude": "-85.233300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37412", + "city": "Chattanooga", + "state": "TN", + "latitude": "34.996674", + "longitude": "-85.237480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37414", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.221092", + "longitude": "-85.209082", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37415", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.116285", + "longitude": "-85.284660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37416", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.089805", + "longitude": "-85.181520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37419", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.031674", + "longitude": "-85.372760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37421", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.028574", + "longitude": "-85.159390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37422", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.221092", + "longitude": "-85.209082", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37424", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.221092", + "longitude": "-85.209082", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37450", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.221092", + "longitude": "-85.209082", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37499", + "city": "Chattanooga", + "state": "TN", + "latitude": "35.221092", + "longitude": "-85.209082", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37501", + "city": "Memphis", + "state": "TN", + "latitude": "35.169255", + "longitude": "-89.990415", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37601", + "city": "Johnson City", + "state": "TN", + "latitude": "36.331006", + "longitude": "-82.338600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37602", + "city": "Johnson City", + "state": "TN", + "latitude": "36.271729", + "longitude": "-82.501212", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37604", + "city": "Johnson City", + "state": "TN", + "latitude": "36.312633", + "longitude": "-82.380200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37605", + "city": "Johnson City", + "state": "TN", + "latitude": "36.315795", + "longitude": "-82.383792", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37614", + "city": "Johnson City", + "state": "TN", + "latitude": "36.302479", + "longitude": "-82.369840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37615", + "city": "Johnson City", + "state": "TN", + "latitude": "36.405338", + "longitude": "-82.445930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37616", + "city": "Afton", + "state": "TN", + "latitude": "36.218863", + "longitude": "-82.747040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37617", + "city": "Blountville", + "state": "TN", + "latitude": "36.534729", + "longitude": "-82.372290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37618", + "city": "Bluff City", + "state": "TN", + "latitude": "36.469605", + "longitude": "-82.229980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37620", + "city": "Bristol", + "state": "TN", + "latitude": "36.561341", + "longitude": "-82.168690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37621", + "city": "Bristol", + "state": "TN", + "latitude": "36.504158", + "longitude": "-82.264460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37625", + "city": "Bristol", + "state": "TN", + "latitude": "36.504158", + "longitude": "-82.264460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37640", + "city": "Butler", + "state": "TN", + "latitude": "36.335618", + "longitude": "-81.977750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37641", + "city": "Chuckey", + "state": "TN", + "latitude": "36.215030", + "longitude": "-82.674400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37642", + "city": "Church Hill", + "state": "TN", + "latitude": "36.534489", + "longitude": "-82.712920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37643", + "city": "Elizabethton", + "state": "TN", + "latitude": "36.355251", + "longitude": "-82.188430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37644", + "city": "Elizabethton", + "state": "TN", + "latitude": "36.436637", + "longitude": "-82.051765", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37645", + "city": "Mount Carmel", + "state": "TN", + "latitude": "36.560966", + "longitude": "-82.658550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37650", + "city": "Erwin", + "state": "TN", + "latitude": "36.128301", + "longitude": "-82.427300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37656", + "city": "Fall Branch", + "state": "TN", + "latitude": "36.401700", + "longitude": "-82.627050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37657", + "city": "Flag Pond", + "state": "TN", + "latitude": "36.011662", + "longitude": "-82.560560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37658", + "city": "Hampton", + "state": "TN", + "latitude": "36.269157", + "longitude": "-82.175580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37659", + "city": "Jonesborough", + "state": "TN", + "latitude": "36.293805", + "longitude": "-82.497040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37660", + "city": "Kingsport", + "state": "TN", + "latitude": "36.547133", + "longitude": "-82.554080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37662", + "city": "Kingsport", + "state": "TN", + "latitude": "36.530517", + "longitude": "-82.529816", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37663", + "city": "Kingsport", + "state": "TN", + "latitude": "36.468953", + "longitude": "-82.497650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37664", + "city": "Kingsport", + "state": "TN", + "latitude": "36.522968", + "longitude": "-82.511620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37665", + "city": "Kingsport", + "state": "TN", + "latitude": "36.583233", + "longitude": "-82.572490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37669", + "city": "Kingsport", + "state": "TN", + "latitude": "36.504158", + "longitude": "-82.264460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37680", + "city": "Laurel Bloomery", + "state": "TN", + "latitude": "36.580229", + "longitude": "-81.755090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37681", + "city": "Limestone", + "state": "TN", + "latitude": "36.246547", + "longitude": "-82.620950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37682", + "city": "Milligan College", + "state": "TN", + "latitude": "36.296007", + "longitude": "-82.305359", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37683", + "city": "Mountain City", + "state": "TN", + "latitude": "36.451041", + "longitude": "-81.819060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37684", + "city": "Mountain Home", + "state": "TN", + "latitude": "36.309201", + "longitude": "-82.373380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37686", + "city": "Piney Flats", + "state": "TN", + "latitude": "36.430799", + "longitude": "-82.333440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37687", + "city": "Roan Mountain", + "state": "TN", + "latitude": "36.192236", + "longitude": "-82.097500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37688", + "city": "Shady Valley", + "state": "TN", + "latitude": "36.529827", + "longitude": "-81.917180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37690", + "city": "Telford", + "state": "TN", + "latitude": "36.254547", + "longitude": "-82.557080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37691", + "city": "Trade", + "state": "TN", + "latitude": "36.367169", + "longitude": "-81.755530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37692", + "city": "Unicoi", + "state": "TN", + "latitude": "36.204930", + "longitude": "-82.312140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37694", + "city": "Watauga", + "state": "TN", + "latitude": "36.376371", + "longitude": "-82.278000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37699", + "city": "Piney Flats", + "state": "TN", + "latitude": "36.504158", + "longitude": "-82.264460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37701", + "city": "Alcoa", + "state": "TN", + "latitude": "35.784708", + "longitude": "-83.979560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37705", + "city": "Andersonville", + "state": "TN", + "latitude": "36.217896", + "longitude": "-84.011310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37707", + "city": "Arthur", + "state": "TN", + "latitude": "36.566257", + "longitude": "-83.636479", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37708", + "city": "Bean Station", + "state": "TN", + "latitude": "36.320262", + "longitude": "-83.322060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37709", + "city": "Blaine", + "state": "TN", + "latitude": "36.161001", + "longitude": "-83.676020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37710", + "city": "Briceville", + "state": "TN", + "latitude": "36.152310", + "longitude": "-84.289680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37711", + "city": "Bulls Gap", + "state": "TN", + "latitude": "36.274715", + "longitude": "-83.057370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37713", + "city": "Bybee", + "state": "TN", + "latitude": "36.081083", + "longitude": "-83.135050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37714", + "city": "Caryville", + "state": "TN", + "latitude": "36.290972", + "longitude": "-84.221040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37715", + "city": "Clairfield", + "state": "TN", + "latitude": "36.567165", + "longitude": "-83.942020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37716", + "city": "Clinton", + "state": "TN", + "latitude": "36.099283", + "longitude": "-84.146560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37717", + "city": "Clinton", + "state": "TN", + "latitude": "36.110028", + "longitude": "-84.167208", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37719", + "city": "Coalfield", + "state": "TN", + "latitude": "36.029022", + "longitude": "-84.425410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37721", + "city": "Corryton", + "state": "TN", + "latitude": "36.141925", + "longitude": "-83.806600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37722", + "city": "Cosby", + "state": "TN", + "latitude": "35.820011", + "longitude": "-83.244410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37723", + "city": "Crab Orchard", + "state": "TN", + "latitude": "35.933213", + "longitude": "-84.862260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37724", + "city": "Cumberland Gap", + "state": "TN", + "latitude": "36.566416", + "longitude": "-83.674990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37725", + "city": "Dandridge", + "state": "TN", + "latitude": "35.996454", + "longitude": "-83.397910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37726", + "city": "Deer Lodge", + "state": "TN", + "latitude": "36.186086", + "longitude": "-84.838000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37727", + "city": "Del Rio", + "state": "TN", + "latitude": "35.900308", + "longitude": "-83.015750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37729", + "city": "Duff", + "state": "TN", + "latitude": "36.510252", + "longitude": "-84.027120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37730", + "city": "Eagan", + "state": "TN", + "latitude": "36.553851", + "longitude": "-83.975030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37731", + "city": "Eidson", + "state": "TN", + "latitude": "36.531811", + "longitude": "-83.037140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37732", + "city": "Elgin", + "state": "TN", + "latitude": "36.327029", + "longitude": "-84.608980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37733", + "city": "Rugby", + "state": "TN", + "latitude": "36.351914", + "longitude": "-84.713666", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37737", + "city": "Friendsville", + "state": "TN", + "latitude": "35.760657", + "longitude": "-84.119250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37738", + "city": "Gatlinburg", + "state": "TN", + "latitude": "35.733627", + "longitude": "-83.471560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37742", + "city": "Greenback", + "state": "TN", + "latitude": "35.668060", + "longitude": "-84.181700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37743", + "city": "Greeneville", + "state": "TN", + "latitude": "36.102325", + "longitude": "-82.854460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37744", + "city": "Greeneville", + "state": "TN", + "latitude": "36.182289", + "longitude": "-82.739480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37745", + "city": "Greeneville", + "state": "TN", + "latitude": "36.229928", + "longitude": "-82.814060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37748", + "city": "Harriman", + "state": "TN", + "latitude": "35.930801", + "longitude": "-84.531350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37752", + "city": "Harrogate", + "state": "TN", + "latitude": "36.581713", + "longitude": "-83.612780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37753", + "city": "Hartford", + "state": "TN", + "latitude": "35.822918", + "longitude": "-83.108350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37754", + "city": "Heiskell", + "state": "TN", + "latitude": "36.138832", + "longitude": "-84.031420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37755", + "city": "Helenwood", + "state": "TN", + "latitude": "36.434757", + "longitude": "-84.532880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37756", + "city": "Huntsville", + "state": "TN", + "latitude": "36.351978", + "longitude": "-84.421370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37757", + "city": "Jacksboro", + "state": "TN", + "latitude": "36.326509", + "longitude": "-84.172770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37760", + "city": "Jefferson City", + "state": "TN", + "latitude": "36.109404", + "longitude": "-83.483250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37762", + "city": "Jellico", + "state": "TN", + "latitude": "36.578257", + "longitude": "-84.136980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37763", + "city": "Kingston", + "state": "TN", + "latitude": "35.839274", + "longitude": "-84.505620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37764", + "city": "Kodak", + "state": "TN", + "latitude": "35.975550", + "longitude": "-83.613740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37765", + "city": "Kyles Ford", + "state": "TN", + "latitude": "36.572764", + "longitude": "-83.050280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37766", + "city": "La Follette", + "state": "TN", + "latitude": "36.388766", + "longitude": "-84.081640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37769", + "city": "Lake City", + "state": "TN", + "latitude": "36.221786", + "longitude": "-84.149840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37770", + "city": "Lancing", + "state": "TN", + "latitude": "36.133166", + "longitude": "-84.667920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37771", + "city": "Lenoir City", + "state": "TN", + "latitude": "35.815524", + "longitude": "-84.293010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37772", + "city": "Lenoir City", + "state": "TN", + "latitude": "35.800329", + "longitude": "-84.232810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37773", + "city": "Lone Mountain", + "state": "TN", + "latitude": "36.466398", + "longitude": "-83.678621", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37774", + "city": "Loudon", + "state": "TN", + "latitude": "35.725969", + "longitude": "-84.330690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37777", + "city": "Louisville", + "state": "TN", + "latitude": "35.835374", + "longitude": "-84.011960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37778", + "city": "Lowland", + "state": "TN", + "latitude": "36.213293", + "longitude": "-83.275211", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37779", + "city": "Luttrell", + "state": "TN", + "latitude": "36.204230", + "longitude": "-83.750460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37801", + "city": "Maryville", + "state": "TN", + "latitude": "35.709071", + "longitude": "-84.050150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37802", + "city": "Maryville", + "state": "TN", + "latitude": "35.728283", + "longitude": "-83.933815", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37803", + "city": "Maryville", + "state": "TN", + "latitude": "35.693358", + "longitude": "-83.984120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37804", + "city": "Maryville", + "state": "TN", + "latitude": "35.781607", + "longitude": "-83.935910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37806", + "city": "Mascot", + "state": "TN", + "latitude": "36.086398", + "longitude": "-83.741300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37807", + "city": "Maynardville", + "state": "TN", + "latitude": "36.251265", + "longitude": "-83.825580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37809", + "city": "Midway", + "state": "TN", + "latitude": "36.162502", + "longitude": "-83.021100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37810", + "city": "Mohawk", + "state": "TN", + "latitude": "36.188878", + "longitude": "-83.095990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37811", + "city": "Mooresburg", + "state": "TN", + "latitude": "36.352009", + "longitude": "-83.226760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37813", + "city": "Morristown", + "state": "TN", + "latitude": "36.186008", + "longitude": "-83.274740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37814", + "city": "Morristown", + "state": "TN", + "latitude": "36.225565", + "longitude": "-83.307990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37815", + "city": "Morristown", + "state": "TN", + "latitude": "36.213293", + "longitude": "-83.275211", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37816", + "city": "Morristown", + "state": "TN", + "latitude": "36.213293", + "longitude": "-83.275211", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37818", + "city": "Mosheim", + "state": "TN", + "latitude": "36.190417", + "longitude": "-82.961850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37819", + "city": "Newcomb", + "state": "TN", + "latitude": "36.547121", + "longitude": "-84.182060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37820", + "city": "New Market", + "state": "TN", + "latitude": "36.089568", + "longitude": "-83.563890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37821", + "city": "Newport", + "state": "TN", + "latitude": "35.963276", + "longitude": "-83.201160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37822", + "city": "Newport", + "state": "TN", + "latitude": "35.947688", + "longitude": "-83.106554", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37824", + "city": "New Tazewell", + "state": "TN", + "latitude": "36.449963", + "longitude": "-83.591129", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37825", + "city": "New Tazewell", + "state": "TN", + "latitude": "36.417235", + "longitude": "-83.652410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37826", + "city": "Niota", + "state": "TN", + "latitude": "35.548316", + "longitude": "-84.584030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37828", + "city": "Norris", + "state": "TN", + "latitude": "36.190257", + "longitude": "-84.070170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37829", + "city": "Oakdale", + "state": "TN", + "latitude": "35.982910", + "longitude": "-84.601490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37830", + "city": "Oak Ridge", + "state": "TN", + "latitude": "35.992691", + "longitude": "-84.270440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37831", + "city": "Oak Ridge", + "state": "TN", + "latitude": "36.105971", + "longitude": "-84.195796", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37838", + "city": "Sewanee", + "state": "TN", + "latitude": "35.199411", + "longitude": "-85.932210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37840", + "city": "Oliver Springs", + "state": "TN", + "latitude": "36.045663", + "longitude": "-84.366850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37841", + "city": "Oneida", + "state": "TN", + "latitude": "36.497870", + "longitude": "-84.518080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37842", + "city": "Ozone", + "state": "TN", + "latitude": "35.875430", + "longitude": "-84.792927", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37843", + "city": "Parrottsville", + "state": "TN", + "latitude": "36.013728", + "longitude": "-83.053510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37845", + "city": "Petros", + "state": "TN", + "latitude": "36.091220", + "longitude": "-84.445980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37846", + "city": "Philadelphia", + "state": "TN", + "latitude": "35.679462", + "longitude": "-84.458380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37847", + "city": "Pioneer", + "state": "TN", + "latitude": "36.432891", + "longitude": "-84.277810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37848", + "city": "Powder Springs", + "state": "TN", + "latitude": "36.244040", + "longitude": "-83.680530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37849", + "city": "Powell", + "state": "TN", + "latitude": "36.044507", + "longitude": "-84.041920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37851", + "city": "Pruden", + "state": "TN", + "latitude": "36.557884", + "longitude": "-83.813920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37852", + "city": "Robbins", + "state": "TN", + "latitude": "36.335832", + "longitude": "-84.602200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37853", + "city": "Rockford", + "state": "TN", + "latitude": "35.834126", + "longitude": "-83.934520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37854", + "city": "Rockwood", + "state": "TN", + "latitude": "35.861763", + "longitude": "-84.700420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37857", + "city": "Rogersville", + "state": "TN", + "latitude": "36.413437", + "longitude": "-82.968040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37860", + "city": "Russellville", + "state": "TN", + "latitude": "36.248645", + "longitude": "-83.193210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37861", + "city": "Rutledge", + "state": "TN", + "latitude": "36.243526", + "longitude": "-83.515160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37862", + "city": "Sevierville", + "state": "TN", + "latitude": "35.818653", + "longitude": "-83.591970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37863", + "city": "Pigeon Forge", + "state": "TN", + "latitude": "35.792313", + "longitude": "-83.560500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37864", + "city": "Sevierville", + "state": "TN", + "latitude": "35.854211", + "longitude": "-83.613849", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37865", + "city": "Seymour", + "state": "TN", + "latitude": "35.853932", + "longitude": "-83.744760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37866", + "city": "Sharps Chapel", + "state": "TN", + "latitude": "36.355257", + "longitude": "-83.826370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37867", + "city": "Shawanee", + "state": "TN", + "latitude": "36.580283", + "longitude": "-83.647254", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37868", + "city": "Pigeon Forge", + "state": "TN", + "latitude": "35.880902", + "longitude": "-83.556134", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37869", + "city": "Sneedville", + "state": "TN", + "latitude": "36.521297", + "longitude": "-83.228180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37870", + "city": "Speedwell", + "state": "TN", + "latitude": "36.454910", + "longitude": "-83.854600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37871", + "city": "Strawberry Plains", + "state": "TN", + "latitude": "36.040510", + "longitude": "-83.679340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37872", + "city": "Sunbright", + "state": "TN", + "latitude": "36.262842", + "longitude": "-84.665490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37873", + "city": "Surgoinsville", + "state": "TN", + "latitude": "36.512760", + "longitude": "-82.835260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37874", + "city": "Sweetwater", + "state": "TN", + "latitude": "35.598659", + "longitude": "-84.466130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37876", + "city": "Sevierville", + "state": "TN", + "latitude": "35.860157", + "longitude": "-83.486940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37877", + "city": "Talbott", + "state": "TN", + "latitude": "36.154381", + "longitude": "-83.409460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37878", + "city": "Tallassee", + "state": "TN", + "latitude": "35.633730", + "longitude": "-83.931380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37879", + "city": "Tazewell", + "state": "TN", + "latitude": "36.465808", + "longitude": "-83.523570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37880", + "city": "Ten Mile", + "state": "TN", + "latitude": "35.684788", + "longitude": "-84.677820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37881", + "city": "Thorn Hill", + "state": "TN", + "latitude": "36.407028", + "longitude": "-83.341130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37882", + "city": "Townsend", + "state": "TN", + "latitude": "35.680116", + "longitude": "-83.758010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37885", + "city": "Vonore", + "state": "TN", + "latitude": "35.543355", + "longitude": "-84.193300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37886", + "city": "Walland", + "state": "TN", + "latitude": "35.734481", + "longitude": "-83.819880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37887", + "city": "Wartburg", + "state": "TN", + "latitude": "36.091018", + "longitude": "-84.568630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37888", + "city": "Washburn", + "state": "TN", + "latitude": "36.310299", + "longitude": "-83.606580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37890", + "city": "White Pine", + "state": "TN", + "latitude": "36.094622", + "longitude": "-83.290240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37891", + "city": "Whitesburg", + "state": "TN", + "latitude": "36.277627", + "longitude": "-83.139870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37892", + "city": "Winfield", + "state": "TN", + "latitude": "36.563797", + "longitude": "-84.419350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37893", + "city": "Winona", + "state": "TN", + "latitude": "36.383425", + "longitude": "-84.517287", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37901", + "city": "Knoxville", + "state": "TN", + "latitude": "36.032334", + "longitude": "-83.884804", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37902", + "city": "Knoxville", + "state": "TN", + "latitude": "35.964032", + "longitude": "-83.919640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37909", + "city": "Knoxville", + "state": "TN", + "latitude": "35.947846", + "longitude": "-84.015540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37912", + "city": "Knoxville", + "state": "TN", + "latitude": "36.008048", + "longitude": "-83.979620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37913", + "city": "Knoxville", + "state": "TN", + "latitude": "35.906808", + "longitude": "-84.024627", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37914", + "city": "Knoxville", + "state": "TN", + "latitude": "35.988528", + "longitude": "-83.849810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37915", + "city": "Knoxville", + "state": "TN", + "latitude": "35.971250", + "longitude": "-83.901490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37916", + "city": "Knoxville", + "state": "TN", + "latitude": "35.955732", + "longitude": "-83.932710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37917", + "city": "Knoxville", + "state": "TN", + "latitude": "35.991982", + "longitude": "-83.918590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37918", + "city": "Knoxville", + "state": "TN", + "latitude": "36.046598", + "longitude": "-83.925110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37919", + "city": "Knoxville", + "state": "TN", + "latitude": "35.922881", + "longitude": "-84.003840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37920", + "city": "Knoxville", + "state": "TN", + "latitude": "35.923517", + "longitude": "-83.890420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37921", + "city": "Knoxville", + "state": "TN", + "latitude": "35.973731", + "longitude": "-83.974130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37922", + "city": "Knoxville", + "state": "TN", + "latitude": "35.875925", + "longitude": "-84.126080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37923", + "city": "Knoxville", + "state": "TN", + "latitude": "35.928997", + "longitude": "-84.075430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37924", + "city": "Knoxville", + "state": "TN", + "latitude": "36.029987", + "longitude": "-83.807050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37927", + "city": "Knoxville", + "state": "TN", + "latitude": "35.990142", + "longitude": "-83.962180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37928", + "city": "Knoxville", + "state": "TN", + "latitude": "35.990142", + "longitude": "-83.962180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37929", + "city": "Knoxville", + "state": "TN", + "latitude": "35.922421", + "longitude": "-83.795492", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37930", + "city": "Knoxville", + "state": "TN", + "latitude": "35.902900", + "longitude": "-83.953554", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37931", + "city": "Knoxville", + "state": "TN", + "latitude": "35.976063", + "longitude": "-84.118200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37932", + "city": "Knoxville", + "state": "TN", + "latitude": "35.919695", + "longitude": "-84.172550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37933", + "city": "Knoxville", + "state": "TN", + "latitude": "35.990142", + "longitude": "-83.962180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37937", + "city": "Powells Crossroads", + "state": "TN", + "latitude": "35.187308", + "longitude": "-85.479290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "37938", + "city": "Knoxville", + "state": "TN", + "latitude": "36.113552", + "longitude": "-83.937850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37939", + "city": "Knoxville", + "state": "TN", + "latitude": "35.990142", + "longitude": "-83.962180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37940", + "city": "Knoxville", + "state": "TN", + "latitude": "35.990142", + "longitude": "-83.962180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37950", + "city": "Knoxville", + "state": "TN", + "latitude": "35.990142", + "longitude": "-83.962180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37951", + "city": "Knoxville", + "state": "TN", + "latitude": "35.972146", + "longitude": "-83.950384", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37990", + "city": "Knoxville", + "state": "TN", + "latitude": "35.990142", + "longitude": "-83.962180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37995", + "city": "Knoxville", + "state": "TN", + "latitude": "35.990142", + "longitude": "-83.962180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37996", + "city": "Knoxville", + "state": "TN", + "latitude": "35.990142", + "longitude": "-83.962180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37997", + "city": "Knoxville", + "state": "TN", + "latitude": "35.990142", + "longitude": "-83.962180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37998", + "city": "Knoxville", + "state": "TN", + "latitude": "35.935134", + "longitude": "-83.750258", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "37999", + "city": "Knoxville", + "state": "TN", + "latitude": "35.990142", + "longitude": "-83.962180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "38001", + "city": "Alamo", + "state": "TN", + "latitude": "35.796157", + "longitude": "-89.140160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38002", + "city": "Arlington", + "state": "TN", + "latitude": "35.272386", + "longitude": "-89.711980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38004", + "city": "Atoka", + "state": "TN", + "latitude": "35.422035", + "longitude": "-89.808060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38006", + "city": "Bells", + "state": "TN", + "latitude": "35.696656", + "longitude": "-89.084570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38007", + "city": "Bogota", + "state": "TN", + "latitude": "36.158668", + "longitude": "-89.437684", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38008", + "city": "Bolivar", + "state": "TN", + "latitude": "35.255430", + "longitude": "-88.987510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38010", + "city": "Braden", + "state": "TN", + "latitude": "35.288624", + "longitude": "-89.488020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38011", + "city": "Brighton", + "state": "TN", + "latitude": "35.474694", + "longitude": "-89.723440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38012", + "city": "Brownsville", + "state": "TN", + "latitude": "35.590558", + "longitude": "-89.260900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38014", + "city": "Brunswick", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38015", + "city": "Burlison", + "state": "TN", + "latitude": "35.551277", + "longitude": "-89.823870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38016", + "city": "Memphis", + "state": "TN", + "latitude": "35.177475", + "longitude": "-89.776835", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38017", + "city": "Collierville", + "state": "TN", + "latitude": "35.057224", + "longitude": "-89.674170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38018", + "city": "Cordova", + "state": "TN", + "latitude": "35.157681", + "longitude": "-89.782490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38019", + "city": "Covington", + "state": "TN", + "latitude": "35.560622", + "longitude": "-89.642010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38021", + "city": "Crockett Mills", + "state": "TN", + "latitude": "35.875396", + "longitude": "-89.164850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38023", + "city": "Drummonds", + "state": "TN", + "latitude": "35.489296", + "longitude": "-89.947540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38024", + "city": "Dyersburg", + "state": "TN", + "latitude": "36.038042", + "longitude": "-89.386130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38025", + "city": "Dyersburg", + "state": "TN", + "latitude": "36.046851", + "longitude": "-89.443779", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38026", + "city": "Memphis", + "state": "TN", + "latitude": "35.132219", + "longitude": "-90.047966", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38027", + "city": "Collierville", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38028", + "city": "Eads", + "state": "TN", + "latitude": "35.203968", + "longitude": "-89.622030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38029", + "city": "Ellendale", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38030", + "city": "Finley", + "state": "TN", + "latitude": "35.980206", + "longitude": "-89.601120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38034", + "city": "Friendship", + "state": "TN", + "latitude": "35.908286", + "longitude": "-89.245550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38036", + "city": "Gallaway", + "state": "TN", + "latitude": "35.320487", + "longitude": "-89.621500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38037", + "city": "Gates", + "state": "TN", + "latitude": "35.820360", + "longitude": "-89.414970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38039", + "city": "Grand Junction", + "state": "TN", + "latitude": "35.057728", + "longitude": "-89.185990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38040", + "city": "Halls", + "state": "TN", + "latitude": "35.879497", + "longitude": "-89.419890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38041", + "city": "Henning", + "state": "AR", + "latitude": "35.629555", + "longitude": "-89.869450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38042", + "city": "Hickory Valley", + "state": "TN", + "latitude": "35.149952", + "longitude": "-89.153600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38043", + "city": "Hickory Withe", + "state": "TN", + "latitude": "35.199265", + "longitude": "-89.414113", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38044", + "city": "Hornsby", + "state": "TN", + "latitude": "35.211663", + "longitude": "-88.809880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38045", + "city": "Laconia", + "state": "TN", + "latitude": "35.290428", + "longitude": "-89.232185", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38046", + "city": "La Grange", + "state": "TN", + "latitude": "35.049339", + "longitude": "-89.234760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38047", + "city": "Lenox", + "state": "TN", + "latitude": "36.063947", + "longitude": "-89.622870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38048", + "city": "Macon", + "state": "TN", + "latitude": "35.150660", + "longitude": "-89.481362", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38049", + "city": "Mason", + "state": "TN", + "latitude": "35.391363", + "longitude": "-89.539880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38050", + "city": "Maury City", + "state": "TN", + "latitude": "35.815535", + "longitude": "-89.223860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38052", + "city": "Middleton", + "state": "TN", + "latitude": "35.074302", + "longitude": "-88.908450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38053", + "city": "Millington", + "state": "TN", + "latitude": "35.347965", + "longitude": "-89.906680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38054", + "city": "Millington", + "state": "TN", + "latitude": "35.334132", + "longitude": "-89.870636", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38055", + "city": "Millington", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38056", + "city": "Miston", + "state": "TN", + "latitude": "36.046851", + "longitude": "-89.443779", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38057", + "city": "Moscow", + "state": "TN", + "latitude": "35.055545", + "longitude": "-89.373470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38058", + "city": "Munford", + "state": "TN", + "latitude": "35.451159", + "longitude": "-89.808450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38059", + "city": "Newbern", + "state": "TN", + "latitude": "36.114872", + "longitude": "-89.254190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38060", + "city": "Oakland", + "state": "TN", + "latitude": "35.214462", + "longitude": "-89.503400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38061", + "city": "Pocahontas", + "state": "TN", + "latitude": "35.067152", + "longitude": "-88.765340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38063", + "city": "Ripley", + "state": "AR", + "latitude": "35.637993", + "longitude": "-89.868590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38066", + "city": "Rossville", + "state": "TN", + "latitude": "35.076213", + "longitude": "-89.532900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38067", + "city": "Saulsbury", + "state": "TN", + "latitude": "35.090194", + "longitude": "-89.029510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38068", + "city": "Somerville", + "state": "TN", + "latitude": "35.275036", + "longitude": "-89.329070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38069", + "city": "Stanton", + "state": "TN", + "latitude": "35.459089", + "longitude": "-89.356990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38070", + "city": "Tigrett", + "state": "TN", + "latitude": "35.942019", + "longitude": "-89.243405", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38071", + "city": "Tipton", + "state": "TN", + "latitude": "35.414319", + "longitude": "-89.818781", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38073", + "city": "Gates", + "state": "TN", + "latitude": "35.839785", + "longitude": "-89.406640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38074", + "city": "Bolivar", + "state": "TN", + "latitude": "35.213371", + "longitude": "-88.990028", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38075", + "city": "Whiteville", + "state": "TN", + "latitude": "35.350010", + "longitude": "-89.155080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38076", + "city": "Williston", + "state": "TN", + "latitude": "35.152913", + "longitude": "-89.434060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38077", + "city": "Wynnburg", + "state": "TN", + "latitude": "36.344296", + "longitude": "-89.522851", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38079", + "city": "Tiptonville", + "state": "KY", + "latitude": "36.513386", + "longitude": "-89.504720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38080", + "city": "Ridgely", + "state": "TN", + "latitude": "36.224429", + "longitude": "-89.486410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38083", + "city": "Millington", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38088", + "city": "Cordova", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38101", + "city": "Memphis", + "state": "TN", + "latitude": "35.050667", + "longitude": "-89.847782", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38103", + "city": "Memphis", + "state": "TN", + "latitude": "35.146131", + "longitude": "-90.053400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38104", + "city": "Memphis", + "state": "TN", + "latitude": "35.133825", + "longitude": "-90.004630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38105", + "city": "Memphis", + "state": "TN", + "latitude": "35.152750", + "longitude": "-90.035600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38106", + "city": "Memphis", + "state": "TN", + "latitude": "35.103019", + "longitude": "-90.040170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38107", + "city": "Memphis", + "state": "TN", + "latitude": "35.167515", + "longitude": "-90.022240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38108", + "city": "Memphis", + "state": "TN", + "latitude": "35.174165", + "longitude": "-89.960280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38109", + "city": "Memphis", + "state": "TN", + "latitude": "35.050286", + "longitude": "-90.075230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38110", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38111", + "city": "Memphis", + "state": "TN", + "latitude": "35.109350", + "longitude": "-89.943630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38112", + "city": "Memphis", + "state": "TN", + "latitude": "35.148605", + "longitude": "-89.974790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38113", + "city": "Memphis", + "state": "TN", + "latitude": "35.127380", + "longitude": "-89.984484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38114", + "city": "Memphis", + "state": "TN", + "latitude": "35.101525", + "longitude": "-89.985430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38115", + "city": "Memphis", + "state": "TN", + "latitude": "35.057311", + "longitude": "-89.862910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38116", + "city": "Memphis", + "state": "TN", + "latitude": "35.033190", + "longitude": "-90.011280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38117", + "city": "Memphis", + "state": "TN", + "latitude": "35.112929", + "longitude": "-89.903890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38118", + "city": "Memphis", + "state": "TN", + "latitude": "35.048455", + "longitude": "-89.924260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38119", + "city": "Memphis", + "state": "TN", + "latitude": "35.082936", + "longitude": "-89.848920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38120", + "city": "Memphis", + "state": "TN", + "latitude": "35.124818", + "longitude": "-89.865620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38122", + "city": "Memphis", + "state": "TN", + "latitude": "35.155589", + "longitude": "-89.923150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38124", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38125", + "city": "Memphis", + "state": "TN", + "latitude": "35.035466", + "longitude": "-89.803290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38126", + "city": "Memphis", + "state": "TN", + "latitude": "35.126469", + "longitude": "-90.043590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38127", + "city": "Memphis", + "state": "TN", + "latitude": "35.223796", + "longitude": "-90.006460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38128", + "city": "Memphis", + "state": "TN", + "latitude": "35.219882", + "longitude": "-89.925880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38130", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38131", + "city": "Memphis", + "state": "TN", + "latitude": "35.063236", + "longitude": "-89.994030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38132", + "city": "Memphis", + "state": "TN", + "latitude": "35.073545", + "longitude": "-89.997880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38133", + "city": "Memphis", + "state": "TN", + "latitude": "35.208709", + "longitude": "-89.805180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38134", + "city": "Memphis", + "state": "TN", + "latitude": "35.193046", + "longitude": "-89.865590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38135", + "city": "Memphis", + "state": "TN", + "latitude": "35.232085", + "longitude": "-89.852140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38136", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38137", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38138", + "city": "Germantown", + "state": "TN", + "latitude": "35.088885", + "longitude": "-89.806770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38139", + "city": "Germantown", + "state": "TN", + "latitude": "35.087468", + "longitude": "-89.761500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38140", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38141", + "city": "Memphis", + "state": "TN", + "latitude": "35.016803", + "longitude": "-89.847010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38142", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38143", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38145", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38146", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38147", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38148", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38150", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38151", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38152", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38157", + "city": "Memphis", + "state": "TN", + "latitude": "35.114416", + "longitude": "-89.891890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38159", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38160", + "city": "Metcalfe", + "state": "MS", + "latitude": "34.259164", + "longitude": "-89.060390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38161", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38163", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38165", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38166", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38167", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38168", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38173", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38174", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38175", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38177", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38181", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38182", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38183", + "city": "Germantown", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38184", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38186", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38187", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38188", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38190", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38193", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38194", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38195", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38197", + "city": "Memphis", + "state": "TN", + "latitude": "35.201738", + "longitude": "-89.971538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38201", + "city": "McKenzie", + "state": "TN", + "latitude": "36.133065", + "longitude": "-88.522460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38220", + "city": "Atwood", + "state": "TN", + "latitude": "35.982690", + "longitude": "-88.669660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38221", + "city": "Big Sandy", + "state": "TN", + "latitude": "36.254423", + "longitude": "-88.048850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38222", + "city": "Buchanan", + "state": "TN", + "latitude": "36.458738", + "longitude": "-88.148360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38223", + "city": "Como", + "state": "TN", + "latitude": "36.310995", + "longitude": "-88.260367", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38224", + "city": "Cottage Grove", + "state": "TN", + "latitude": "36.395616", + "longitude": "-88.495150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38225", + "city": "Dresden", + "state": "TN", + "latitude": "36.305305", + "longitude": "-88.686900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38226", + "city": "Dukedom", + "state": "TN", + "latitude": "36.488409", + "longitude": "-88.666720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38229", + "city": "Gleason", + "state": "TN", + "latitude": "36.223573", + "longitude": "-88.606140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38230", + "city": "Greenfield", + "state": "TN", + "latitude": "36.154281", + "longitude": "-88.768670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38231", + "city": "Henry", + "state": "TN", + "latitude": "36.210847", + "longitude": "-88.425180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38232", + "city": "Hornbeak", + "state": "TN", + "latitude": "36.339084", + "longitude": "-89.332280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38233", + "city": "Kenton", + "state": "TN", + "latitude": "36.201487", + "longitude": "-89.030870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38235", + "city": "McLemoresville", + "state": "TN", + "latitude": "35.992987", + "longitude": "-88.576560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38236", + "city": "Mansfield", + "state": "TN", + "latitude": "36.167573", + "longitude": "-88.268170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38237", + "city": "Martin", + "state": "TN", + "latitude": "36.353928", + "longitude": "-88.841910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38238", + "city": "Martin", + "state": "TN", + "latitude": "36.282357", + "longitude": "-88.738132", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38240", + "city": "Obion", + "state": "TN", + "latitude": "36.253678", + "longitude": "-89.253640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38241", + "city": "Palmersville", + "state": "TN", + "latitude": "36.427351", + "longitude": "-88.592340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38242", + "city": "Paris", + "state": "TN", + "latitude": "36.300311", + "longitude": "-88.328910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38251", + "city": "Puryear", + "state": "TN", + "latitude": "36.444446", + "longitude": "-88.359030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38253", + "city": "Rives", + "state": "TN", + "latitude": "36.307957", + "longitude": "-89.037700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38254", + "city": "Samburg", + "state": "TN", + "latitude": "36.379051", + "longitude": "-89.353821", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38255", + "city": "Sharon", + "state": "TN", + "latitude": "36.236377", + "longitude": "-88.835860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38256", + "city": "Springville", + "state": "TN", + "latitude": "36.330953", + "longitude": "-88.123090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38257", + "city": "South Fulton", + "state": "TN", + "latitude": "36.483302", + "longitude": "-88.878950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38258", + "city": "Trezevant", + "state": "TN", + "latitude": "36.016599", + "longitude": "-88.618250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38259", + "city": "Trimble", + "state": "TN", + "latitude": "36.198652", + "longitude": "-89.182030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38260", + "city": "Troy", + "state": "TN", + "latitude": "36.358158", + "longitude": "-89.178880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38261", + "city": "Union City", + "state": "TN", + "latitude": "36.426933", + "longitude": "-89.072700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38271", + "city": "Woodland Mills", + "state": "TN", + "latitude": "36.458295", + "longitude": "-89.233227", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38281", + "city": "Union City", + "state": "TN", + "latitude": "36.354384", + "longitude": "-89.149881", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38301", + "city": "Jackson", + "state": "TN", + "latitude": "35.607580", + "longitude": "-88.819590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38302", + "city": "Jackson", + "state": "TN", + "latitude": "35.612405", + "longitude": "-88.841225", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38303", + "city": "Jackson", + "state": "TN", + "latitude": "35.612405", + "longitude": "-88.841225", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38305", + "city": "Jackson", + "state": "TN", + "latitude": "35.693101", + "longitude": "-88.806530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38308", + "city": "Jackson", + "state": "TN", + "latitude": "35.612405", + "longitude": "-88.841225", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38310", + "city": "Adamsville", + "state": "TN", + "latitude": "35.241412", + "longitude": "-88.384250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38311", + "city": "Bath Springs", + "state": "TN", + "latitude": "35.436584", + "longitude": "-88.119120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38313", + "city": "Beech Bluff", + "state": "TN", + "latitude": "35.601914", + "longitude": "-88.623540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38314", + "city": "Jackson", + "state": "TN", + "latitude": "35.612405", + "longitude": "-88.841225", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38315", + "city": "Bethel Springs", + "state": "TN", + "latitude": "35.260888", + "longitude": "-88.642750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38316", + "city": "Bradford", + "state": "TN", + "latitude": "36.067294", + "longitude": "-88.812090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38317", + "city": "Bruceton", + "state": "TN", + "latitude": "36.038551", + "longitude": "-88.251440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38318", + "city": "Buena Vista", + "state": "TN", + "latitude": "35.960377", + "longitude": "-88.269590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38320", + "city": "Camden", + "state": "TN", + "latitude": "36.050286", + "longitude": "-88.101370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38321", + "city": "Cedar Grove", + "state": "TN", + "latitude": "35.844195", + "longitude": "-88.532200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38324", + "city": "Clarksburg", + "state": "TN", + "latitude": "35.867454", + "longitude": "-88.393430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38326", + "city": "Counce", + "state": "TN", + "latitude": "35.041335", + "longitude": "-88.273790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38327", + "city": "Crump", + "state": "TN", + "latitude": "35.225753", + "longitude": "-88.304560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38328", + "city": "Darden", + "state": "TN", + "latitude": "35.667861", + "longitude": "-88.216480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38329", + "city": "Decaturville", + "state": "TN", + "latitude": "35.546839", + "longitude": "-88.123450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38330", + "city": "Dyer", + "state": "TN", + "latitude": "36.073575", + "longitude": "-89.017670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38331", + "city": "Eaton", + "state": "TN", + "latitude": "35.969336", + "longitude": "-89.131915", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38332", + "city": "Enville", + "state": "TN", + "latitude": "35.411713", + "longitude": "-88.403880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38333", + "city": "Eva", + "state": "TN", + "latitude": "36.114049", + "longitude": "-87.978080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38334", + "city": "Finger", + "state": "TN", + "latitude": "35.357639", + "longitude": "-88.600890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38336", + "city": "Fruitvale", + "state": "TN", + "latitude": "35.748414", + "longitude": "-89.032672", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38337", + "city": "Gadsden", + "state": "TN", + "latitude": "35.794403", + "longitude": "-89.017310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38338", + "city": "Gibson", + "state": "TN", + "latitude": "35.870849", + "longitude": "-88.846372", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38339", + "city": "Guys", + "state": "TN", + "latitude": "35.047877", + "longitude": "-88.522890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38340", + "city": "Henderson", + "state": "TN", + "latitude": "35.414454", + "longitude": "-88.661180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38341", + "city": "Holladay", + "state": "TN", + "latitude": "35.866499", + "longitude": "-88.098960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38342", + "city": "Hollow Rock", + "state": "TN", + "latitude": "36.075068", + "longitude": "-88.289160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38343", + "city": "Humboldt", + "state": "TN", + "latitude": "35.825299", + "longitude": "-88.902180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38344", + "city": "Huntingdon", + "state": "TN", + "latitude": "35.995802", + "longitude": "-88.413850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38345", + "city": "Huron", + "state": "TN", + "latitude": "35.576402", + "longitude": "-88.510410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38346", + "city": "Idlewild", + "state": "TN", + "latitude": "36.030588", + "longitude": "-88.805599", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38347", + "city": "Jacks Creek", + "state": "TN", + "latitude": "35.462376", + "longitude": "-88.505390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38348", + "city": "Lavinia", + "state": "TN", + "latitude": "35.867764", + "longitude": "-88.639290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38350", + "city": "Collinwood", + "state": "TN", + "latitude": "35.148316", + "longitude": "-87.745118", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38351", + "city": "Lexington", + "state": "TN", + "latitude": "35.658409", + "longitude": "-88.405350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38352", + "city": "Luray", + "state": "TN", + "latitude": "35.529530", + "longitude": "-88.532750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38355", + "city": "Medina", + "state": "TN", + "latitude": "35.795399", + "longitude": "-88.771850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38356", + "city": "Medon", + "state": "TN", + "latitude": "35.431381", + "longitude": "-88.882480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38357", + "city": "Michie", + "state": "TN", + "latitude": "35.051008", + "longitude": "-88.426110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38358", + "city": "Milan", + "state": "TN", + "latitude": "35.916722", + "longitude": "-88.766280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38359", + "city": "Milledgeville", + "state": "TN", + "latitude": "35.370460", + "longitude": "-88.364340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38361", + "city": "Morris Chapel", + "state": "TN", + "latitude": "35.311586", + "longitude": "-88.297570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38362", + "city": "Oakfield", + "state": "TN", + "latitude": "35.730060", + "longitude": "-88.786830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38363", + "city": "Parsons", + "state": "TN", + "latitude": "35.660880", + "longitude": "-88.118400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38365", + "city": "Pickwick Dam", + "state": "TN", + "latitude": "35.038284", + "longitude": "-88.225601", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38366", + "city": "Pinson", + "state": "TN", + "latitude": "35.483200", + "longitude": "-88.731250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38367", + "city": "Ramer", + "state": "TN", + "latitude": "35.062793", + "longitude": "-88.605330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38368", + "city": "Reagan", + "state": "TN", + "latitude": "35.502859", + "longitude": "-88.361480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38369", + "city": "Rutherford", + "state": "TN", + "latitude": "36.128360", + "longitude": "-88.981340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38370", + "city": "Saltillo", + "state": "TN", + "latitude": "35.381331", + "longitude": "-88.232610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38371", + "city": "Sardis", + "state": "TN", + "latitude": "35.432389", + "longitude": "-88.304070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38372", + "city": "Savannah", + "state": "TN", + "latitude": "35.180947", + "longitude": "-88.189460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38374", + "city": "Scotts Hill", + "state": "TN", + "latitude": "35.522263", + "longitude": "-88.241520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38375", + "city": "Selmer", + "state": "TN", + "latitude": "35.165045", + "longitude": "-88.593270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38376", + "city": "Shiloh", + "state": "TN", + "latitude": "35.130384", + "longitude": "-88.347420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38377", + "city": "Silerton", + "state": "TN", + "latitude": "35.356040", + "longitude": "-88.826923", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38378", + "city": "Spring Creek", + "state": "TN", + "latitude": "35.764637", + "longitude": "-88.685000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38379", + "city": "Stantonville", + "state": "TN", + "latitude": "35.159237", + "longitude": "-88.418780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38380", + "city": "Sugar Tree", + "state": "TN", + "latitude": "35.779280", + "longitude": "-88.026460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38381", + "city": "Toone", + "state": "TN", + "latitude": "35.354520", + "longitude": "-88.952090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38382", + "city": "Trenton", + "state": "TN", + "latitude": "35.973431", + "longitude": "-88.950350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38384", + "city": "Toone", + "state": "TN", + "latitude": "35.544159", + "longitude": "-88.950206", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38387", + "city": "Westport", + "state": "TN", + "latitude": "35.878702", + "longitude": "-88.274010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38388", + "city": "Wildersville", + "state": "TN", + "latitude": "35.782093", + "longitude": "-88.350610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38389", + "city": "Yorkville", + "state": "TN", + "latitude": "36.135364", + "longitude": "-89.111653", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38390", + "city": "Yuma", + "state": "TN", + "latitude": "35.843868", + "longitude": "-88.366610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38391", + "city": "Denmark", + "state": "TN", + "latitude": "35.560669", + "longitude": "-89.009840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38392", + "city": "Mercer", + "state": "TN", + "latitude": "35.468337", + "longitude": "-89.040690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38393", + "city": "Chewalla", + "state": "TN", + "latitude": "34.996870", + "longitude": "-88.645577", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38401", + "city": "Columbia", + "state": "TN", + "latitude": "35.619784", + "longitude": "-87.035650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38402", + "city": "Columbia", + "state": "TN", + "latitude": "35.629413", + "longitude": "-87.068172", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38425", + "city": "Clifton", + "state": "TN", + "latitude": "35.401188", + "longitude": "-87.971880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38449", + "city": "Ardmore", + "state": "TN", + "latitude": "35.043961", + "longitude": "-86.843240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38450", + "city": "Collinwood", + "state": "TN", + "latitude": "35.187869", + "longitude": "-87.772630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38451", + "city": "Culleoka", + "state": "TN", + "latitude": "35.474034", + "longitude": "-86.989930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38452", + "city": "Cypress Inn", + "state": "TN", + "latitude": "35.066147", + "longitude": "-87.801710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38453", + "city": "Dellrose", + "state": "TN", + "latitude": "35.128317", + "longitude": "-86.811880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38454", + "city": "Duck River", + "state": "TN", + "latitude": "35.727189", + "longitude": "-87.319270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38455", + "city": "Elkton", + "state": "TN", + "latitude": "35.053920", + "longitude": "-86.895305", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38456", + "city": "Ethridge", + "state": "TN", + "latitude": "35.336135", + "longitude": "-87.264090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38457", + "city": "Five Points", + "state": "TN", + "latitude": "35.025423", + "longitude": "-87.291040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38459", + "city": "Frankewing", + "state": "TN", + "latitude": "35.188143", + "longitude": "-86.810140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38460", + "city": "Goodspring", + "state": "TN", + "latitude": "35.089570", + "longitude": "-87.162590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38461", + "city": "Hampshire", + "state": "TN", + "latitude": "35.606697", + "longitude": "-87.330580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38462", + "city": "Hohenwald", + "state": "TN", + "latitude": "35.535397", + "longitude": "-87.549050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38463", + "city": "Iron City", + "state": "TN", + "latitude": "35.069017", + "longitude": "-87.621710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38464", + "city": "Lawrenceburg", + "state": "TN", + "latitude": "35.259613", + "longitude": "-87.375220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38468", + "city": "Leoma", + "state": "TN", + "latitude": "35.135003", + "longitude": "-87.292180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38469", + "city": "Loretto", + "state": "TN", + "latitude": "35.071804", + "longitude": "-87.419740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38471", + "city": "Lutts", + "state": "TN", + "latitude": "35.083644", + "longitude": "-87.913090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38472", + "city": "Lynnville", + "state": "TN", + "latitude": "35.376463", + "longitude": "-87.044780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38473", + "city": "Minor Hill", + "state": "TN", + "latitude": "35.026969", + "longitude": "-87.167630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38474", + "city": "Mount Pleasant", + "state": "TN", + "latitude": "35.524780", + "longitude": "-87.223420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38475", + "city": "Olivehill", + "state": "TN", + "latitude": "35.270793", + "longitude": "-88.016660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38476", + "city": "Primm Springs", + "state": "TN", + "latitude": "35.839045", + "longitude": "-87.224300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38477", + "city": "Prospect", + "state": "TN", + "latitude": "35.040578", + "longitude": "-86.984560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38478", + "city": "Pulaski", + "state": "TN", + "latitude": "35.204983", + "longitude": "-87.012460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38481", + "city": "Saint Joseph", + "state": "TN", + "latitude": "35.034920", + "longitude": "-87.502150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38482", + "city": "Santa Fe", + "state": "TN", + "latitude": "35.776920", + "longitude": "-87.151700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38483", + "city": "Summertown", + "state": "TN", + "latitude": "35.435060", + "longitude": "-87.337480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38485", + "city": "Waynesboro", + "state": "TN", + "latitude": "35.343716", + "longitude": "-87.757390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38486", + "city": "Westpoint", + "state": "TN", + "latitude": "35.164749", + "longitude": "-87.541450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38487", + "city": "Williamsport", + "state": "TN", + "latitude": "35.734499", + "longitude": "-87.219260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38488", + "city": "Taft", + "state": "TN", + "latitude": "35.045279", + "longitude": "-86.690470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38501", + "city": "Cookeville", + "state": "TN", + "latitude": "36.183200", + "longitude": "-85.520540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38502", + "city": "Cookeville", + "state": "TN", + "latitude": "36.141824", + "longitude": "-85.454779", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38503", + "city": "Cookeville", + "state": "TN", + "latitude": "36.141824", + "longitude": "-85.454779", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38504", + "city": "Allardt", + "state": "TN", + "latitude": "36.392571", + "longitude": "-84.736140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38505", + "city": "Cookeville", + "state": "TN", + "latitude": "36.141824", + "longitude": "-85.454779", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38506", + "city": "Cookeville", + "state": "TN", + "latitude": "36.177831", + "longitude": "-85.462380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38514", + "city": "Clarksdale", + "state": "MS", + "latitude": "34.196894", + "longitude": "-90.572408", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38528", + "city": "Trezevant", + "state": "TN", + "latitude": "36.003208", + "longitude": "-88.614501", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38541", + "city": "Allons", + "state": "TN", + "latitude": "36.525275", + "longitude": "-85.361480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38542", + "city": "Allred", + "state": "TN", + "latitude": "36.323957", + "longitude": "-85.207870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38543", + "city": "Alpine", + "state": "TN", + "latitude": "36.400338", + "longitude": "-85.162080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38544", + "city": "Baxter", + "state": "TN", + "latitude": "36.127733", + "longitude": "-85.646360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38545", + "city": "Bloomington Springs", + "state": "TN", + "latitude": "36.228911", + "longitude": "-85.668540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38547", + "city": "Brush Creek", + "state": "TN", + "latitude": "36.141741", + "longitude": "-86.008680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38548", + "city": "Buffalo Valley", + "state": "TN", + "latitude": "36.163234", + "longitude": "-85.789870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38549", + "city": "Byrdstown", + "state": "TN", + "latitude": "36.572543", + "longitude": "-85.150070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38550", + "city": "Campaign", + "state": "TN", + "latitude": "35.773417", + "longitude": "-85.619169", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38551", + "city": "Celina", + "state": "TN", + "latitude": "36.547412", + "longitude": "-85.489040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38552", + "city": "Chestnut Mound", + "state": "TN", + "latitude": "36.214724", + "longitude": "-85.799070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38553", + "city": "Clarkrange", + "state": "TN", + "latitude": "36.209271", + "longitude": "-85.007570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38554", + "city": "Crawford", + "state": "TN", + "latitude": "36.267420", + "longitude": "-85.162040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38555", + "city": "Crossville", + "state": "TN", + "latitude": "35.929314", + "longitude": "-85.059260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38556", + "city": "Jamestown", + "state": "TN", + "latitude": "36.409385", + "longitude": "-84.933930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38557", + "city": "Crossville", + "state": "TN", + "latitude": "35.988457", + "longitude": "-85.012389", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38558", + "city": "Crossville", + "state": "TN", + "latitude": "36.008521", + "longitude": "-84.911320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38559", + "city": "Doyle", + "state": "TN", + "latitude": "35.833271", + "longitude": "-85.519210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38560", + "city": "Elmwood", + "state": "TN", + "latitude": "36.236398", + "longitude": "-85.889080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38562", + "city": "Gainesboro", + "state": "TN", + "latitude": "36.351803", + "longitude": "-85.657570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38563", + "city": "Gordonsville", + "state": "TN", + "latitude": "36.182334", + "longitude": "-85.983200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38564", + "city": "Granville", + "state": "TN", + "latitude": "36.259907", + "longitude": "-85.755500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38565", + "city": "Grimsley", + "state": "TN", + "latitude": "36.260904", + "longitude": "-84.995170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38567", + "city": "Hickman", + "state": "TN", + "latitude": "36.140473", + "longitude": "-85.910720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38568", + "city": "Hilham", + "state": "TN", + "latitude": "36.414282", + "longitude": "-85.457010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38569", + "city": "Lancaster", + "state": "TN", + "latitude": "36.104271", + "longitude": "-85.846960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38570", + "city": "Livingston", + "state": "TN", + "latitude": "36.376289", + "longitude": "-85.325850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38571", + "city": "Crossville", + "state": "TN", + "latitude": "36.043470", + "longitude": "-85.094842", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38572", + "city": "Pleasant Hill", + "state": "TN", + "latitude": "35.861811", + "longitude": "-85.090200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38573", + "city": "Monroe", + "state": "TN", + "latitude": "36.480151", + "longitude": "-85.206560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38574", + "city": "Monterey", + "state": "TN", + "latitude": "36.133983", + "longitude": "-85.238050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38575", + "city": "Moss", + "state": "TN", + "latitude": "36.555932", + "longitude": "-85.650720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38577", + "city": "Pall Mall", + "state": "TN", + "latitude": "36.571669", + "longitude": "-84.996470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38578", + "city": "Pleasant Hill", + "state": "TN", + "latitude": "36.007405", + "longitude": "-85.162272", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38579", + "city": "Quebeck", + "state": "TN", + "latitude": "35.817417", + "longitude": "-85.557720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38580", + "city": "Rickman", + "state": "TN", + "latitude": "36.270655", + "longitude": "-85.325250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38581", + "city": "Rock Island", + "state": "TN", + "latitude": "35.751554", + "longitude": "-85.639430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38582", + "city": "Silver Point", + "state": "TN", + "latitude": "36.096510", + "longitude": "-85.743730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38583", + "city": "Sparta", + "state": "TN", + "latitude": "35.943026", + "longitude": "-85.451130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38585", + "city": "Spencer", + "state": "TN", + "latitude": "35.696530", + "longitude": "-85.411460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38587", + "city": "Walling", + "state": "TN", + "latitude": "35.869657", + "longitude": "-85.611650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38588", + "city": "Whitleyville", + "state": "TN", + "latitude": "36.456113", + "longitude": "-85.723810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38589", + "city": "Wilder", + "state": "TN", + "latitude": "36.290170", + "longitude": "-85.084840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38597", + "city": "Sumner", + "state": "MS", + "latitude": "33.969302", + "longitude": "-90.371546", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38601", + "city": "Abbeville", + "state": "MS", + "latitude": "34.489297", + "longitude": "-89.474120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38602", + "city": "Arkabutla", + "state": "MS", + "latitude": "34.686272", + "longitude": "-90.106756", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38603", + "city": "Ashland", + "state": "MS", + "latitude": "34.839417", + "longitude": "-89.158180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38606", + "city": "Batesville", + "state": "MS", + "latitude": "34.309659", + "longitude": "-89.963000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38609", + "city": "Belen", + "state": "MS", + "latitude": "34.275423", + "longitude": "-90.373920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38610", + "city": "Blue Mountain", + "state": "MS", + "latitude": "34.659973", + "longitude": "-89.026250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38611", + "city": "Byhalia", + "state": "MS", + "latitude": "34.862416", + "longitude": "-89.680140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38614", + "city": "Clarksdale", + "state": "MS", + "latitude": "34.196126", + "longitude": "-90.594420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38617", + "city": "Coahoma", + "state": "MS", + "latitude": "34.362729", + "longitude": "-90.503500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38618", + "city": "Coldwater", + "state": "MS", + "latitude": "34.699588", + "longitude": "-89.950040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38619", + "city": "Como", + "state": "MS", + "latitude": "34.514853", + "longitude": "-89.887810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38620", + "city": "Courtland", + "state": "MS", + "latitude": "34.236973", + "longitude": "-89.915680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38621", + "city": "Crenshaw", + "state": "MS", + "latitude": "34.459650", + "longitude": "-90.171540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38622", + "city": "Crowder", + "state": "MS", + "latitude": "34.172051", + "longitude": "-90.137650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38623", + "city": "Darling", + "state": "MS", + "latitude": "34.360101", + "longitude": "-90.271700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38625", + "city": "Dumas", + "state": "MS", + "latitude": "34.597573", + "longitude": "-88.832520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38626", + "city": "Dundee", + "state": "MS", + "latitude": "34.486470", + "longitude": "-90.451240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38627", + "city": "Etta", + "state": "MS", + "latitude": "34.425389", + "longitude": "-89.204310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38628", + "city": "Falcon", + "state": "MS", + "latitude": "34.291611", + "longitude": "-90.292717", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38629", + "city": "Falkner", + "state": "MS", + "latitude": "34.879287", + "longitude": "-88.995160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38630", + "city": "Farrell", + "state": "MS", + "latitude": "34.227950", + "longitude": "-90.632130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38631", + "city": "Friars Point", + "state": "MS", + "latitude": "34.365436", + "longitude": "-90.634000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38632", + "city": "Hernando", + "state": "MS", + "latitude": "34.811777", + "longitude": "-90.019170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38633", + "city": "Hickory Flat", + "state": "MS", + "latitude": "34.628795", + "longitude": "-89.201470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38634", + "city": "Holly Springs", + "state": "MS", + "latitude": "34.745040", + "longitude": "-89.484963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38635", + "city": "Holly Springs", + "state": "MS", + "latitude": "34.762615", + "longitude": "-89.460920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38637", + "city": "Horn Lake", + "state": "MS", + "latitude": "34.959171", + "longitude": "-90.040930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38638", + "city": "Independence", + "state": "MS", + "latitude": "34.695853", + "longitude": "-89.828798", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38639", + "city": "Jonestown", + "state": "MS", + "latitude": "34.314650", + "longitude": "-90.449660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38641", + "city": "Lake Cormorant", + "state": "MS", + "latitude": "34.904881", + "longitude": "-90.193530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38642", + "city": "Lamar", + "state": "MS", + "latitude": "34.926974", + "longitude": "-89.332140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38643", + "city": "Lambert", + "state": "MS", + "latitude": "34.179708", + "longitude": "-90.278460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38644", + "city": "Lula", + "state": "MS", + "latitude": "34.449792", + "longitude": "-90.470610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38645", + "city": "Lyon", + "state": "MS", + "latitude": "34.237759", + "longitude": "-90.486690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38646", + "city": "Marks", + "state": "MS", + "latitude": "34.261893", + "longitude": "-90.274430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38647", + "city": "Michigan City", + "state": "MS", + "latitude": "34.975571", + "longitude": "-89.259820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38649", + "city": "Mount Pleasant", + "state": "MS", + "latitude": "34.962714", + "longitude": "-89.540230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38650", + "city": "Myrtle", + "state": "MS", + "latitude": "34.536153", + "longitude": "-89.138290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38651", + "city": "Nesbit", + "state": "MS", + "latitude": "34.893254", + "longitude": "-89.976290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38652", + "city": "New Albany", + "state": "MS", + "latitude": "34.489085", + "longitude": "-88.999730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38654", + "city": "Olive Branch", + "state": "MS", + "latitude": "34.954106", + "longitude": "-89.837430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38655", + "city": "Oxford", + "state": "MS", + "latitude": "34.345016", + "longitude": "-89.507350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38658", + "city": "Pope", + "state": "MS", + "latitude": "34.181071", + "longitude": "-89.906380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38659", + "city": "Potts Camp", + "state": "MS", + "latitude": "34.643828", + "longitude": "-89.337760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38661", + "city": "Red Banks", + "state": "MS", + "latitude": "34.878143", + "longitude": "-89.572950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38663", + "city": "Ripley", + "state": "MS", + "latitude": "34.739023", + "longitude": "-88.926290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38664", + "city": "Robinsonville", + "state": "MS", + "latitude": "34.818548", + "longitude": "-90.294790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38665", + "city": "Sarah", + "state": "MS", + "latitude": "34.578092", + "longitude": "-90.180500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38666", + "city": "Sardis", + "state": "MS", + "latitude": "34.418338", + "longitude": "-89.905170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38668", + "city": "Senatobia", + "state": "MS", + "latitude": "34.607602", + "longitude": "-89.946350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38669", + "city": "Sherard", + "state": "MS", + "latitude": "34.186580", + "longitude": "-90.717530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38670", + "city": "Sledge", + "state": "MS", + "latitude": "34.417393", + "longitude": "-90.276150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38671", + "city": "Southaven", + "state": "MS", + "latitude": "34.968480", + "longitude": "-89.997930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38672", + "city": "Southaven", + "state": "MS", + "latitude": "34.943945", + "longitude": "-89.922790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38673", + "city": "Taylor", + "state": "MS", + "latitude": "34.279282", + "longitude": "-89.601000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38674", + "city": "Tiplersville", + "state": "MS", + "latitude": "34.884396", + "longitude": "-88.897840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38675", + "city": "Tula", + "state": "MS", + "latitude": "34.358201", + "longitude": "-89.483865", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38676", + "city": "Tunica", + "state": "MS", + "latitude": "34.687733", + "longitude": "-90.367230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38677", + "city": "University", + "state": "MS", + "latitude": "34.366302", + "longitude": "-89.537210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38679", + "city": "Victoria", + "state": "MS", + "latitude": "34.870804", + "longitude": "-89.640820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38680", + "city": "Walls", + "state": "MS", + "latitude": "34.961576", + "longitude": "-90.123150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38683", + "city": "Walnut", + "state": "MS", + "latitude": "34.937606", + "longitude": "-88.855720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38685", + "city": "Waterford", + "state": "MS", + "latitude": "34.549354", + "longitude": "-89.614450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38686", + "city": "Walls", + "state": "MS", + "latitude": "34.875277", + "longitude": "-89.991991", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38695", + "city": "Water Valley", + "state": "MS", + "latitude": "34.164116", + "longitude": "-89.625197", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38701", + "city": "Greenville", + "state": "MS", + "latitude": "33.380388", + "longitude": "-91.051870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38702", + "city": "Greenville", + "state": "MS", + "latitude": "33.425792", + "longitude": "-90.994597", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38703", + "city": "Greenville", + "state": "MS", + "latitude": "33.442801", + "longitude": "-91.029840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38704", + "city": "Greenville", + "state": "MS", + "latitude": "33.253401", + "longitude": "-90.918503", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38720", + "city": "Alligator", + "state": "MS", + "latitude": "34.127564", + "longitude": "-90.732810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38721", + "city": "Anguilla", + "state": "MS", + "latitude": "32.977692", + "longitude": "-90.792510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38722", + "city": "Arcola", + "state": "MS", + "latitude": "33.260748", + "longitude": "-90.850220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38723", + "city": "Avon", + "state": "MS", + "latitude": "33.229713", + "longitude": "-91.047810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38725", + "city": "Benoit", + "state": "MS", + "latitude": "33.628285", + "longitude": "-91.027300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38726", + "city": "Beulah", + "state": "MS", + "latitude": "33.780092", + "longitude": "-90.979100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38730", + "city": "Boyle", + "state": "MS", + "latitude": "33.701986", + "longitude": "-90.764020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38731", + "city": "Chatham", + "state": "MS", + "latitude": "33.085379", + "longitude": "-91.088255", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38732", + "city": "Cleveland", + "state": "MS", + "latitude": "33.749149", + "longitude": "-90.713290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38733", + "city": "Cleveland", + "state": "MS", + "latitude": "33.624024", + "longitude": "-90.819547", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38736", + "city": "Doddsville", + "state": "MS", + "latitude": "33.653270", + "longitude": "-90.498490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38737", + "city": "Drew", + "state": "MS", + "latitude": "33.865068", + "longitude": "-90.523950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38738", + "city": "Parchman", + "state": "MS", + "latitude": "33.922146", + "longitude": "-90.543660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38739", + "city": "Dublin", + "state": "MS", + "latitude": "34.060111", + "longitude": "-90.502750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38740", + "city": "Duncan", + "state": "MS", + "latitude": "34.033462", + "longitude": "-90.785440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38744", + "city": "Glen Allan", + "state": "MS", + "latitude": "33.028345", + "longitude": "-91.051790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38745", + "city": "Grace", + "state": "MS", + "latitude": "32.984306", + "longitude": "-90.943390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38746", + "city": "Gunnison", + "state": "MS", + "latitude": "34.036412", + "longitude": "-90.877150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38748", + "city": "Hollandale", + "state": "MS", + "latitude": "33.145438", + "longitude": "-90.856340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38749", + "city": "Holly Ridge", + "state": "MS", + "latitude": "33.628715", + "longitude": "-90.607457", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38751", + "city": "Indianola", + "state": "MS", + "latitude": "33.451390", + "longitude": "-90.658240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38753", + "city": "Inverness", + "state": "MS", + "latitude": "33.344368", + "longitude": "-90.585370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38754", + "city": "Isola", + "state": "MS", + "latitude": "33.231628", + "longitude": "-90.585860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38756", + "city": "Leland", + "state": "MS", + "latitude": "33.407212", + "longitude": "-90.878660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38758", + "city": "Mattson", + "state": "MS", + "latitude": "34.095627", + "longitude": "-90.510410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38759", + "city": "Merigold", + "state": "MS", + "latitude": "33.822471", + "longitude": "-90.724060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38760", + "city": "Metcalfe", + "state": "MS", + "latitude": "33.454082", + "longitude": "-90.996670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38761", + "city": "Moorhead", + "state": "MS", + "latitude": "33.445040", + "longitude": "-90.497190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38762", + "city": "Mound Bayou", + "state": "MS", + "latitude": "33.887043", + "longitude": "-90.735490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38763", + "city": "Nitta Yuma", + "state": "MS", + "latitude": "33.031698", + "longitude": "-90.883970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38764", + "city": "Pace", + "state": "MS", + "latitude": "33.796844", + "longitude": "-90.855610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38765", + "city": "Panther Burn", + "state": "MS", + "latitude": "33.063312", + "longitude": "-90.880930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38767", + "city": "Rena Lara", + "state": "MS", + "latitude": "34.134520", + "longitude": "-90.783600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38768", + "city": "Rome", + "state": "MS", + "latitude": "33.965488", + "longitude": "-90.526460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38769", + "city": "Rosedale", + "state": "MS", + "latitude": "33.850803", + "longitude": "-90.969500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38771", + "city": "Ruleville", + "state": "MS", + "latitude": "33.732774", + "longitude": "-90.534270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38772", + "city": "Scott", + "state": "MS", + "latitude": "33.569415", + "longitude": "-91.074200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38773", + "city": "Shaw", + "state": "MS", + "latitude": "33.613093", + "longitude": "-90.775270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38774", + "city": "Shelby", + "state": "MS", + "latitude": "33.947701", + "longitude": "-90.764170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38776", + "city": "Stoneville", + "state": "MS", + "latitude": "33.409614", + "longitude": "-90.910404", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38778", + "city": "Sunflower", + "state": "MS", + "latitude": "33.555234", + "longitude": "-90.513670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38780", + "city": "Wayside", + "state": "MS", + "latitude": "33.272695", + "longitude": "-90.995399", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38781", + "city": "Winstonville", + "state": "MS", + "latitude": "33.887774", + "longitude": "-90.737149", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38782", + "city": "Winterville", + "state": "MS", + "latitude": "33.269118", + "longitude": "-90.957291", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38801", + "city": "Tupelo", + "state": "MS", + "latitude": "34.236150", + "longitude": "-88.756650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38802", + "city": "Tupelo", + "state": "MS", + "latitude": "34.234527", + "longitude": "-88.767127", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38803", + "city": "Tupelo", + "state": "MS", + "latitude": "34.187638", + "longitude": "-88.778520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38804", + "city": "Tupelo", + "state": "MS", + "latitude": "34.272374", + "longitude": "-88.682200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38820", + "city": "Algoma", + "state": "MS", + "latitude": "34.171543", + "longitude": "-89.032791", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38821", + "city": "Amory", + "state": "MS", + "latitude": "33.988235", + "longitude": "-88.467830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38824", + "city": "Baldwyn", + "state": "MS", + "latitude": "34.511249", + "longitude": "-88.630510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38825", + "city": "Becker", + "state": "MS", + "latitude": "33.869763", + "longitude": "-88.462173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38826", + "city": "Belden", + "state": "MS", + "latitude": "34.306239", + "longitude": "-88.816680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38827", + "city": "Belmont", + "state": "MS", + "latitude": "34.513163", + "longitude": "-88.209200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38828", + "city": "Blue Springs", + "state": "MS", + "latitude": "34.413143", + "longitude": "-88.872920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38829", + "city": "Booneville", + "state": "MS", + "latitude": "34.653448", + "longitude": "-88.537510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38833", + "city": "Burnsville", + "state": "MS", + "latitude": "34.835384", + "longitude": "-88.327840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38834", + "city": "Corinth", + "state": "MS", + "latitude": "34.928325", + "longitude": "-88.528560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38835", + "city": "Corinth", + "state": "MS", + "latitude": "34.920451", + "longitude": "-88.521772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38838", + "city": "Dennis", + "state": "MS", + "latitude": "34.552421", + "longitude": "-88.259350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38839", + "city": "Derma", + "state": "MS", + "latitude": "33.856165", + "longitude": "-89.303214", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38841", + "city": "Ecru", + "state": "MS", + "latitude": "34.344618", + "longitude": "-89.029080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38843", + "city": "Fulton", + "state": "MS", + "latitude": "34.265985", + "longitude": "-88.384090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38844", + "city": "Gattman", + "state": "MS", + "latitude": "33.885239", + "longitude": "-88.245910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38846", + "city": "Glen", + "state": "MS", + "latitude": "34.851034", + "longitude": "-88.398680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38847", + "city": "Golden", + "state": "MS", + "latitude": "34.428899", + "longitude": "-88.226470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38848", + "city": "Greenwood Springs", + "state": "MS", + "latitude": "33.924023", + "longitude": "-88.290020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38849", + "city": "Guntown", + "state": "MS", + "latitude": "34.443919", + "longitude": "-88.672170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38850", + "city": "Houlka", + "state": "MS", + "latitude": "34.042810", + "longitude": "-89.025570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38851", + "city": "Houston", + "state": "MS", + "latitude": "33.904246", + "longitude": "-88.967100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38852", + "city": "Iuka", + "state": "AL", + "latitude": "34.803864", + "longitude": "-88.102050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38854", + "city": "McCondy", + "state": "MS", + "latitude": "33.906827", + "longitude": "-88.955351", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38855", + "city": "Mantachie", + "state": "MS", + "latitude": "34.325456", + "longitude": "-88.493760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38856", + "city": "Marietta", + "state": "MS", + "latitude": "34.481995", + "longitude": "-88.452050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38857", + "city": "Mooreville", + "state": "MS", + "latitude": "34.280996", + "longitude": "-88.577450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38858", + "city": "Nettleton", + "state": "MS", + "latitude": "34.082553", + "longitude": "-88.587970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38859", + "city": "New Site", + "state": "MS", + "latitude": "34.530559", + "longitude": "-88.367940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38860", + "city": "Okolona", + "state": "MS", + "latitude": "33.976464", + "longitude": "-88.760080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38862", + "city": "Plantersville", + "state": "MS", + "latitude": "34.179513", + "longitude": "-88.634540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38863", + "city": "Pontotoc", + "state": "MS", + "latitude": "34.236312", + "longitude": "-89.004250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38864", + "city": "Randolph", + "state": "MS", + "latitude": "34.134456", + "longitude": "-89.208790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38865", + "city": "Rienzi", + "state": "MS", + "latitude": "34.774486", + "longitude": "-88.577460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38866", + "city": "Saltillo", + "state": "MS", + "latitude": "34.360547", + "longitude": "-88.680790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38868", + "city": "Shannon", + "state": "MS", + "latitude": "34.122101", + "longitude": "-88.729670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38869", + "city": "Sherman", + "state": "MS", + "latitude": "34.359456", + "longitude": "-88.838730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38870", + "city": "Smithville", + "state": "MS", + "latitude": "34.065563", + "longitude": "-88.365770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38871", + "city": "Thaxton", + "state": "MS", + "latitude": "34.324644", + "longitude": "-89.200570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38873", + "city": "Tishomingo", + "state": "MS", + "latitude": "34.652269", + "longitude": "-88.235810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38874", + "city": "Toccopola", + "state": "MS", + "latitude": "34.248527", + "longitude": "-89.244800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38875", + "city": "Trebloc", + "state": "MS", + "latitude": "33.906827", + "longitude": "-88.955351", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38876", + "city": "Tremont", + "state": "MS", + "latitude": "34.226340", + "longitude": "-88.231790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38877", + "city": "Van Vleet", + "state": "MS", + "latitude": "33.987089", + "longitude": "-88.898807", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38878", + "city": "Vardaman", + "state": "MS", + "latitude": "33.879148", + "longitude": "-89.183510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38879", + "city": "Verona", + "state": "MS", + "latitude": "34.188301", + "longitude": "-88.720930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38880", + "city": "Wheeler", + "state": "MS", + "latitude": "34.579710", + "longitude": "-88.608170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38901", + "city": "Grenada", + "state": "MS", + "latitude": "33.771320", + "longitude": "-89.803010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38902", + "city": "Grenada", + "state": "MS", + "latitude": "33.824113", + "longitude": "-89.794687", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38912", + "city": "Avalon", + "state": "MS", + "latitude": "33.654970", + "longitude": "-90.053958", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38913", + "city": "Banner", + "state": "MS", + "latitude": "34.115816", + "longitude": "-89.397650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38914", + "city": "Big Creek", + "state": "MS", + "latitude": "33.859554", + "longitude": "-89.437450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38915", + "city": "Bruce", + "state": "MS", + "latitude": "34.005229", + "longitude": "-89.363750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38916", + "city": "Calhoun City", + "state": "MS", + "latitude": "33.839389", + "longitude": "-89.325610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38917", + "city": "Carrollton", + "state": "MS", + "latitude": "33.534708", + "longitude": "-89.936300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38920", + "city": "Cascilla", + "state": "MS", + "latitude": "33.875369", + "longitude": "-90.102150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38921", + "city": "Charleston", + "state": "MS", + "latitude": "33.974998", + "longitude": "-90.120460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38922", + "city": "Coffeeville", + "state": "MS", + "latitude": "33.936248", + "longitude": "-89.642280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38923", + "city": "Coila", + "state": "MS", + "latitude": "33.368238", + "longitude": "-89.997760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38924", + "city": "Cruger", + "state": "MS", + "latitude": "33.309896", + "longitude": "-90.211720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38925", + "city": "Duck Hill", + "state": "MS", + "latitude": "33.645396", + "longitude": "-89.658930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38926", + "city": "Elliott", + "state": "MS", + "latitude": "33.689476", + "longitude": "-89.758302", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38927", + "city": "Enid", + "state": "MS", + "latitude": "34.135098", + "longitude": "-90.018210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38928", + "city": "Glendora", + "state": "MS", + "latitude": "33.857538", + "longitude": "-90.300010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38929", + "city": "Gore Springs", + "state": "MS", + "latitude": "33.748508", + "longitude": "-89.544820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38930", + "city": "Greenwood", + "state": "MS", + "latitude": "33.528734", + "longitude": "-90.176630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38935", + "city": "Greenwood", + "state": "MS", + "latitude": "33.523355", + "longitude": "-90.277570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38940", + "city": "Holcomb", + "state": "MS", + "latitude": "33.742886", + "longitude": "-89.993490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38941", + "city": "Itta Bena", + "state": "MS", + "latitude": "33.492412", + "longitude": "-90.324300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38943", + "city": "McCarley", + "state": "MS", + "latitude": "33.523907", + "longitude": "-89.849010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38944", + "city": "Minter City", + "state": "MS", + "latitude": "33.763479", + "longitude": "-90.323930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38945", + "city": "Money", + "state": "MS", + "latitude": "33.650681", + "longitude": "-90.196909", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38946", + "city": "Morgan City", + "state": "MS", + "latitude": "33.359299", + "longitude": "-90.352700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38947", + "city": "North Carrollton", + "state": "MS", + "latitude": "33.517885", + "longitude": "-89.921850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38948", + "city": "Oakland", + "state": "MS", + "latitude": "34.082634", + "longitude": "-89.898190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38949", + "city": "Paris", + "state": "MS", + "latitude": "34.171462", + "longitude": "-89.444520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38950", + "city": "Philipp", + "state": "MS", + "latitude": "33.753716", + "longitude": "-90.181590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38951", + "city": "Pittsboro", + "state": "MS", + "latitude": "33.968398", + "longitude": "-89.303080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38952", + "city": "Schlater", + "state": "MS", + "latitude": "33.637880", + "longitude": "-90.337460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38953", + "city": "Scobey", + "state": "MS", + "latitude": "33.910734", + "longitude": "-89.930120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38954", + "city": "Sidon", + "state": "MS", + "latitude": "33.417028", + "longitude": "-90.213180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38955", + "city": "Slate Spring", + "state": "MS", + "latitude": "33.743871", + "longitude": "-89.375281", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38957", + "city": "Sumner", + "state": "MS", + "latitude": "33.972212", + "longitude": "-90.356680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38958", + "city": "Swan Lake", + "state": "MS", + "latitude": "33.929206", + "longitude": "-90.188462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38959", + "city": "Swiftown", + "state": "MS", + "latitude": "33.304241", + "longitude": "-90.426650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38960", + "city": "Tie Plant", + "state": "MS", + "latitude": "33.787157", + "longitude": "-89.821941", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38961", + "city": "Tillatoba", + "state": "MS", + "latitude": "33.973722", + "longitude": "-89.886360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38962", + "city": "Tippo", + "state": "MS", + "latitude": "33.902630", + "longitude": "-90.163050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38963", + "city": "Tutwiler", + "state": "MS", + "latitude": "34.015686", + "longitude": "-90.390340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38964", + "city": "Vance", + "state": "MS", + "latitude": "34.087461", + "longitude": "-90.392760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38965", + "city": "Water Valley", + "state": "MS", + "latitude": "34.148775", + "longitude": "-89.628820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38966", + "city": "Webb", + "state": "MS", + "latitude": "33.934418", + "longitude": "-90.344340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "38967", + "city": "Winona", + "state": "MS", + "latitude": "33.481491", + "longitude": "-89.731550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39038", + "city": "Belzoni", + "state": "MS", + "latitude": "33.165359", + "longitude": "-90.501270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39039", + "city": "Benton", + "state": "MS", + "latitude": "32.832943", + "longitude": "-90.219510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39040", + "city": "Bentonia", + "state": "MS", + "latitude": "32.639989", + "longitude": "-90.408560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39041", + "city": "Bolton", + "state": "MS", + "latitude": "32.393360", + "longitude": "-90.470240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39042", + "city": "Brandon", + "state": "MS", + "latitude": "32.237742", + "longitude": "-89.935140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39043", + "city": "Brandon", + "state": "MS", + "latitude": "32.269041", + "longitude": "-89.987491", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39044", + "city": "Braxton", + "state": "MS", + "latitude": "32.019650", + "longitude": "-89.974200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39045", + "city": "Camden", + "state": "MS", + "latitude": "32.791408", + "longitude": "-89.829580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39046", + "city": "Canton", + "state": "MS", + "latitude": "32.618475", + "longitude": "-90.010410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39047", + "city": "Brandon", + "state": "MS", + "latitude": "32.397050", + "longitude": "-89.984660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39048", + "city": "Bentonia", + "state": "MS", + "latitude": "32.667612", + "longitude": "-90.391570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39051", + "city": "Carthage", + "state": "MS", + "latitude": "32.785139", + "longitude": "-89.506440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39054", + "city": "Cary", + "state": "MS", + "latitude": "32.804592", + "longitude": "-90.926110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39056", + "city": "Clinton", + "state": "MS", + "latitude": "32.347295", + "longitude": "-90.332240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39057", + "city": "Conehatta", + "state": "MS", + "latitude": "32.486525", + "longitude": "-89.284310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39058", + "city": "Clinton", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39059", + "city": "Crystal Springs", + "state": "MS", + "latitude": "31.985052", + "longitude": "-90.363300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39060", + "city": "Clinton", + "state": "MS", + "latitude": "32.350688", + "longitude": "-90.269540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39061", + "city": "Delta City", + "state": "MS", + "latitude": "33.075557", + "longitude": "-90.842980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39062", + "city": "D Lo", + "state": "MS", + "latitude": "31.985048", + "longitude": "-89.899860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39063", + "city": "Durant", + "state": "MS", + "latitude": "33.102777", + "longitude": "-89.875790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39066", + "city": "Edwards", + "state": "MS", + "latitude": "32.295098", + "longitude": "-90.602860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39067", + "city": "Ethel", + "state": "MS", + "latitude": "33.127907", + "longitude": "-89.467040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39069", + "city": "Fayette", + "state": "MS", + "latitude": "31.707145", + "longitude": "-91.053490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39071", + "city": "Flora", + "state": "MS", + "latitude": "32.560845", + "longitude": "-90.313380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39072", + "city": "Pocahontas", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39073", + "city": "Florence", + "state": "MS", + "latitude": "32.125628", + "longitude": "-90.109640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39074", + "city": "Forest", + "state": "MS", + "latitude": "32.379693", + "longitude": "-89.465520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39077", + "city": "Gallman", + "state": "MS", + "latitude": "31.928751", + "longitude": "-90.392603", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39078", + "city": "Georgetown", + "state": "MS", + "latitude": "31.869093", + "longitude": "-90.177980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39079", + "city": "Goodman", + "state": "MS", + "latitude": "32.940348", + "longitude": "-89.898240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39080", + "city": "Harperville", + "state": "MS", + "latitude": "32.492533", + "longitude": "-89.494585", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39081", + "city": "Harriston", + "state": "MS", + "latitude": "31.739958", + "longitude": "-91.050948", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39082", + "city": "Harrisville", + "state": "MS", + "latitude": "31.946357", + "longitude": "-90.133240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39083", + "city": "Hazlehurst", + "state": "MS", + "latitude": "31.841281", + "longitude": "-90.429950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39086", + "city": "Hermanville", + "state": "MS", + "latitude": "31.983753", + "longitude": "-90.790580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39087", + "city": "Hillsboro", + "state": "MS", + "latitude": "32.470606", + "longitude": "-89.517069", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39088", + "city": "Holly Bluff", + "state": "MS", + "latitude": "32.753234", + "longitude": "-90.738460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39090", + "city": "Kosciusko", + "state": "MS", + "latitude": "33.038079", + "longitude": "-89.563180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39092", + "city": "Lake", + "state": "MS", + "latitude": "32.330717", + "longitude": "-89.338270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39094", + "city": "Lena", + "state": "MS", + "latitude": "32.595179", + "longitude": "-89.631100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39095", + "city": "Lexington", + "state": "MS", + "latitude": "33.114291", + "longitude": "-90.082210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39096", + "city": "Lorman", + "state": "MS", + "latitude": "31.825143", + "longitude": "-91.078770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39097", + "city": "Louise", + "state": "MS", + "latitude": "32.984428", + "longitude": "-90.585030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39098", + "city": "Ludlow", + "state": "MS", + "latitude": "32.561950", + "longitude": "-89.709280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39107", + "city": "McAdams", + "state": "MS", + "latitude": "33.025946", + "longitude": "-89.683740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39108", + "city": "McCool", + "state": "MS", + "latitude": "33.169445", + "longitude": "-89.330380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39109", + "city": "Madden", + "state": "MS", + "latitude": "32.671826", + "longitude": "-89.332400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39110", + "city": "Madison", + "state": "MS", + "latitude": "32.484979", + "longitude": "-90.115520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39111", + "city": "Magee", + "state": "MS", + "latitude": "31.880229", + "longitude": "-89.720860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39112", + "city": "Sanatorium", + "state": "MS", + "latitude": "31.891839", + "longitude": "-89.779260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39113", + "city": "Mayersville", + "state": "MS", + "latitude": "32.905763", + "longitude": "-91.042720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39114", + "city": "Mendenhall", + "state": "MS", + "latitude": "31.948527", + "longitude": "-89.842560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39115", + "city": "Midnight", + "state": "MS", + "latitude": "33.078256", + "longitude": "-90.600680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39116", + "city": "Mize", + "state": "MS", + "latitude": "31.881155", + "longitude": "-89.550990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39117", + "city": "Morton", + "state": "MS", + "latitude": "32.313881", + "longitude": "-89.665090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39119", + "city": "Mount Olive", + "state": "MS", + "latitude": "31.757725", + "longitude": "-89.658510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39120", + "city": "Natchez", + "state": "MS", + "latitude": "31.535545", + "longitude": "-91.354340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39121", + "city": "Natchez", + "state": "MS", + "latitude": "31.470602", + "longitude": "-91.404404", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39122", + "city": "Natchez", + "state": "MS", + "latitude": "31.470602", + "longitude": "-91.404404", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39130", + "city": "Madison", + "state": "MS", + "latitude": "32.642448", + "longitude": "-90.090683", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39140", + "city": "Newhebron", + "state": "MS", + "latitude": "31.738817", + "longitude": "-89.970450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39144", + "city": "Pattison", + "state": "MS", + "latitude": "31.834496", + "longitude": "-90.803410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39145", + "city": "Pelahatchie", + "state": "MS", + "latitude": "32.335063", + "longitude": "-89.804910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39146", + "city": "Pickens", + "state": "MS", + "latitude": "32.877746", + "longitude": "-89.975860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39148", + "city": "Piney Woods", + "state": "MS", + "latitude": "32.057964", + "longitude": "-89.991170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39149", + "city": "Pinola", + "state": "MS", + "latitude": "31.852006", + "longitude": "-89.990760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39150", + "city": "Port Gibson", + "state": "MS", + "latitude": "31.970308", + "longitude": "-90.979110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39151", + "city": "Puckett", + "state": "MS", + "latitude": "32.080650", + "longitude": "-89.776000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39152", + "city": "Pulaski", + "state": "MS", + "latitude": "32.220895", + "longitude": "-89.570380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39153", + "city": "Raleigh", + "state": "MS", + "latitude": "32.035356", + "longitude": "-89.497480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39154", + "city": "Raymond", + "state": "MS", + "latitude": "32.230592", + "longitude": "-90.457090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39156", + "city": "Redwood", + "state": "MS", + "latitude": "32.524981", + "longitude": "-90.779000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39157", + "city": "Ridgeland", + "state": "MS", + "latitude": "32.420814", + "longitude": "-90.131340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39158", + "city": "Ridgeland", + "state": "MS", + "latitude": "32.642448", + "longitude": "-90.090683", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39159", + "city": "Rolling Fork", + "state": "MS", + "latitude": "32.811181", + "longitude": "-90.977130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39160", + "city": "Sallis", + "state": "MS", + "latitude": "33.002813", + "longitude": "-89.752960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39161", + "city": "Sandhill", + "state": "MS", + "latitude": "32.503522", + "longitude": "-89.870390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39162", + "city": "Satartia", + "state": "MS", + "latitude": "32.629834", + "longitude": "-90.643760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39163", + "city": "Sharon", + "state": "MS", + "latitude": "32.642448", + "longitude": "-90.090683", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39165", + "city": "Sibley", + "state": "MS", + "latitude": "31.470602", + "longitude": "-91.404404", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39166", + "city": "Silver City", + "state": "MS", + "latitude": "33.062845", + "longitude": "-90.500340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39167", + "city": "Star", + "state": "MS", + "latitude": "32.096124", + "longitude": "-90.061508", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39168", + "city": "Taylorsville", + "state": "MS", + "latitude": "31.816868", + "longitude": "-89.415330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39169", + "city": "Tchula", + "state": "MS", + "latitude": "33.136434", + "longitude": "-90.270650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39170", + "city": "Terry", + "state": "MS", + "latitude": "32.119511", + "longitude": "-90.328590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39171", + "city": "Thomastown", + "state": "MS", + "latitude": "32.753923", + "longitude": "-89.524140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39173", + "city": "Tinsley", + "state": "MS", + "latitude": "32.762751", + "longitude": "-90.362850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39174", + "city": "Tougaloo", + "state": "MS", + "latitude": "32.398142", + "longitude": "-90.160720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39175", + "city": "Utica", + "state": "MS", + "latitude": "32.105647", + "longitude": "-90.617490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39176", + "city": "Vaiden", + "state": "MS", + "latitude": "33.317882", + "longitude": "-89.733000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39177", + "city": "Valley Park", + "state": "MS", + "latitude": "32.641205", + "longitude": "-90.828350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39179", + "city": "Vaughan", + "state": "MS", + "latitude": "32.806703", + "longitude": "-90.089080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39180", + "city": "Vicksburg", + "state": "MS", + "latitude": "32.292761", + "longitude": "-90.871840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39181", + "city": "Vicksburg", + "state": "MS", + "latitude": "32.348565", + "longitude": "-90.864199", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39182", + "city": "Vicksburg", + "state": "MS", + "latitude": "32.348565", + "longitude": "-90.864199", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39183", + "city": "Vicksburg", + "state": "MS", + "latitude": "32.386653", + "longitude": "-90.844850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39189", + "city": "Walnut Grove", + "state": "MS", + "latitude": "32.601899", + "longitude": "-89.420780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39190", + "city": "Washington", + "state": "MS", + "latitude": "31.470602", + "longitude": "-91.404404", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39191", + "city": "Wesson", + "state": "MS", + "latitude": "31.714881", + "longitude": "-90.396670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39192", + "city": "West", + "state": "MS", + "latitude": "33.194928", + "longitude": "-89.762840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39193", + "city": "Whitfield", + "state": "MS", + "latitude": "32.234775", + "longitude": "-90.072630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39194", + "city": "Yazoo City", + "state": "MS", + "latitude": "32.855811", + "longitude": "-90.449700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39201", + "city": "Jackson", + "state": "MS", + "latitude": "32.292396", + "longitude": "-90.183280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39202", + "city": "Jackson", + "state": "MS", + "latitude": "32.313595", + "longitude": "-90.176880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39203", + "city": "Jackson", + "state": "MS", + "latitude": "32.308695", + "longitude": "-90.199150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39204", + "city": "Jackson", + "state": "MS", + "latitude": "32.284829", + "longitude": "-90.227780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39205", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39206", + "city": "Jackson", + "state": "MS", + "latitude": "32.365794", + "longitude": "-90.171820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39207", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39208", + "city": "Jackson", + "state": "MS", + "latitude": "32.280746", + "longitude": "-90.107080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39209", + "city": "Jackson", + "state": "MS", + "latitude": "32.325512", + "longitude": "-90.257090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39210", + "city": "Jackson", + "state": "MS", + "latitude": "32.325012", + "longitude": "-90.179020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39211", + "city": "Jackson", + "state": "MS", + "latitude": "32.370544", + "longitude": "-90.129700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39212", + "city": "Jackson", + "state": "MS", + "latitude": "32.234627", + "longitude": "-90.263310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39213", + "city": "Jackson", + "state": "MS", + "latitude": "32.356489", + "longitude": "-90.210600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39215", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39216", + "city": "Jackson", + "state": "MS", + "latitude": "32.334738", + "longitude": "-90.169330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39217", + "city": "Jackson", + "state": "MS", + "latitude": "32.297396", + "longitude": "-90.208088", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39218", + "city": "Jackson", + "state": "MS", + "latitude": "32.230408", + "longitude": "-90.162130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39219", + "city": "Jackson", + "state": "MS", + "latitude": "32.252147", + "longitude": "-90.214865", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39225", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39232", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39235", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39236", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39250", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39269", + "city": "Jackson", + "state": "MS", + "latitude": "32.300996", + "longitude": "-90.188590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39271", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39272", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39282", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39283", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39284", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39286", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39288", + "city": "Jackson", + "state": "MS", + "latitude": "32.313127", + "longitude": "-89.799625", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39289", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39296", + "city": "Jackson", + "state": "MS", + "latitude": "32.311287", + "longitude": "-90.397157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39298", + "city": "Jackson", + "state": "MS", + "latitude": "32.319905", + "longitude": "-89.992257", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39301", + "city": "Meridian", + "state": "MS", + "latitude": "32.339004", + "longitude": "-88.659600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39302", + "city": "Meridian", + "state": "MS", + "latitude": "32.431958", + "longitude": "-88.641888", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39303", + "city": "Meridian", + "state": "MS", + "latitude": "32.401233", + "longitude": "-88.652279", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39304", + "city": "Meridian", + "state": "MS", + "latitude": "32.420847", + "longitude": "-88.646016", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39305", + "city": "Meridian", + "state": "MS", + "latitude": "32.439945", + "longitude": "-88.709180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39307", + "city": "Meridian", + "state": "MS", + "latitude": "32.358891", + "longitude": "-88.749400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39309", + "city": "Meridian", + "state": "MS", + "latitude": "32.337389", + "longitude": "-88.726474", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39320", + "city": "Bailey", + "state": "MS", + "latitude": "32.535472", + "longitude": "-88.726390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39322", + "city": "Buckatunna", + "state": "MS", + "latitude": "31.574589", + "longitude": "-88.533260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39323", + "city": "Chunky", + "state": "MS", + "latitude": "32.315069", + "longitude": "-88.916870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39324", + "city": "Clara", + "state": "MS", + "latitude": "31.593682", + "longitude": "-88.704829", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39325", + "city": "Collinsville", + "state": "MS", + "latitude": "32.553716", + "longitude": "-88.867360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39326", + "city": "Daleville", + "state": "MS", + "latitude": "32.578591", + "longitude": "-88.661520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39327", + "city": "Decatur", + "state": "MS", + "latitude": "32.444821", + "longitude": "-89.117030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39328", + "city": "De Kalb", + "state": "MS", + "latitude": "32.744445", + "longitude": "-88.699590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39330", + "city": "Enterprise", + "state": "MS", + "latitude": "32.170432", + "longitude": "-88.838660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39332", + "city": "Hickory", + "state": "MS", + "latitude": "32.314553", + "longitude": "-89.014610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39335", + "city": "Lauderdale", + "state": "MS", + "latitude": "32.517145", + "longitude": "-88.518010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39336", + "city": "Lawrence", + "state": "MS", + "latitude": "32.307815", + "longitude": "-89.261690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39337", + "city": "Little Rock", + "state": "MS", + "latitude": "32.527955", + "longitude": "-88.995200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39338", + "city": "Louin", + "state": "MS", + "latitude": "32.108768", + "longitude": "-89.236750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39339", + "city": "Louisville", + "state": "MS", + "latitude": "33.109635", + "longitude": "-89.028490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39341", + "city": "Macon", + "state": "MS", + "latitude": "33.115598", + "longitude": "-88.581590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39342", + "city": "Marion", + "state": "MS", + "latitude": "32.336743", + "longitude": "-88.616297", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39345", + "city": "Newton", + "state": "MS", + "latitude": "32.317298", + "longitude": "-89.144830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39346", + "city": "Noxapater", + "state": "MS", + "latitude": "32.957794", + "longitude": "-89.082100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39347", + "city": "Pachuta", + "state": "MS", + "latitude": "32.042598", + "longitude": "-88.915880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39348", + "city": "Paulding", + "state": "MS", + "latitude": "32.026165", + "longitude": "-89.037620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39350", + "city": "Philadelphia", + "state": "MS", + "latitude": "32.776368", + "longitude": "-89.127880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39352", + "city": "Porterville", + "state": "MS", + "latitude": "32.678923", + "longitude": "-88.499520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39354", + "city": "Preston", + "state": "MS", + "latitude": "32.873605", + "longitude": "-88.840280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39355", + "city": "Quitman", + "state": "MS", + "latitude": "32.057969", + "longitude": "-88.670690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39356", + "city": "Rose Hill", + "state": "MS", + "latitude": "32.154808", + "longitude": "-89.036240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39357", + "city": "Louisville", + "state": "MS", + "latitude": "33.114150", + "longitude": "-89.053844", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39358", + "city": "Scooba", + "state": "MS", + "latitude": "32.838485", + "longitude": "-88.487070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39359", + "city": "Sebastopol", + "state": "MS", + "latitude": "32.568112", + "longitude": "-89.338910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39360", + "city": "Shubuta", + "state": "MS", + "latitude": "31.863493", + "longitude": "-88.749230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39361", + "city": "Shuqualak", + "state": "MS", + "latitude": "32.985613", + "longitude": "-88.574640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39362", + "city": "State Line", + "state": "MS", + "latitude": "31.415048", + "longitude": "-88.531000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39363", + "city": "Stonewall", + "state": "MS", + "latitude": "32.134826", + "longitude": "-88.785890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39364", + "city": "Toomsuba", + "state": "MS", + "latitude": "32.420314", + "longitude": "-88.522340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39365", + "city": "Union", + "state": "MS", + "latitude": "32.588341", + "longitude": "-89.130470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39366", + "city": "Vossburg", + "state": "MS", + "latitude": "31.931474", + "longitude": "-88.922000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39367", + "city": "Waynesboro", + "state": "MS", + "latitude": "31.688901", + "longitude": "-88.656230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39401", + "city": "Hattiesburg", + "state": "MS", + "latitude": "31.285508", + "longitude": "-89.279900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39402", + "city": "Hattiesburg", + "state": "MS", + "latitude": "31.325437", + "longitude": "-89.379260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39403", + "city": "Hattiesburg", + "state": "MS", + "latitude": "31.356642", + "longitude": "-89.382415", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39404", + "city": "Hattiesburg", + "state": "MS", + "latitude": "31.172142", + "longitude": "-89.294772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39406", + "city": "Hattiesburg", + "state": "MS", + "latitude": "31.172142", + "longitude": "-89.294772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39407", + "city": "Hattiesburg", + "state": "MS", + "latitude": "31.172142", + "longitude": "-89.294772", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39421", + "city": "Bassfield", + "state": "MS", + "latitude": "31.490798", + "longitude": "-89.726550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39422", + "city": "Bay Springs", + "state": "MS", + "latitude": "31.969813", + "longitude": "-89.276450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39423", + "city": "Beaumont", + "state": "MS", + "latitude": "31.176725", + "longitude": "-88.912230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39425", + "city": "Brooklyn", + "state": "MS", + "latitude": "31.059327", + "longitude": "-89.091640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39426", + "city": "Carriere", + "state": "MS", + "latitude": "30.641521", + "longitude": "-89.659290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39427", + "city": "Carson", + "state": "MS", + "latitude": "31.496160", + "longitude": "-89.835790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39428", + "city": "Collins", + "state": "MS", + "latitude": "31.651487", + "longitude": "-89.565250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39429", + "city": "Columbia", + "state": "MS", + "latitude": "31.255242", + "longitude": "-89.792640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39436", + "city": "Eastabuchie", + "state": "MS", + "latitude": "31.436305", + "longitude": "-89.294640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39437", + "city": "Ellisville", + "state": "MS", + "latitude": "31.588327", + "longitude": "-89.214310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39439", + "city": "Heidelberg", + "state": "MS", + "latitude": "31.868830", + "longitude": "-89.003230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39440", + "city": "Laurel", + "state": "MS", + "latitude": "31.701492", + "longitude": "-89.139300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39441", + "city": "Laurel", + "state": "MS", + "latitude": "31.727664", + "longitude": "-89.075482", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39442", + "city": "Laurel", + "state": "MS", + "latitude": "31.682254", + "longitude": "-89.040622", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39443", + "city": "Laurel", + "state": "MS", + "latitude": "31.719947", + "longitude": "-89.119480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39451", + "city": "Leakesville", + "state": "MS", + "latitude": "31.162188", + "longitude": "-88.600930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39452", + "city": "Lucedale", + "state": "MS", + "latitude": "30.873353", + "longitude": "-88.588690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39455", + "city": "Lumberton", + "state": "MS", + "latitude": "31.035015", + "longitude": "-89.495610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39456", + "city": "McLain", + "state": "MS", + "latitude": "31.072789", + "longitude": "-88.809150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39457", + "city": "McNeill", + "state": "MS", + "latitude": "30.666936", + "longitude": "-89.673392", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39459", + "city": "Moselle", + "state": "MS", + "latitude": "31.496211", + "longitude": "-89.305030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39460", + "city": "Moss", + "state": "MS", + "latitude": "32.013235", + "longitude": "-89.116560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39461", + "city": "Neely", + "state": "MS", + "latitude": "31.176281", + "longitude": "-88.722480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39462", + "city": "New Augusta", + "state": "MS", + "latitude": "31.215709", + "longitude": "-89.044940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39463", + "city": "Nicholson", + "state": "MS", + "latitude": "30.563724", + "longitude": "-89.557751", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39464", + "city": "Ovett", + "state": "MS", + "latitude": "31.487531", + "longitude": "-89.058420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39465", + "city": "Petal", + "state": "MS", + "latitude": "31.358823", + "longitude": "-89.227900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39466", + "city": "Picayune", + "state": "MS", + "latitude": "30.527980", + "longitude": "-89.666110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39470", + "city": "Poplarville", + "state": "MS", + "latitude": "30.810936", + "longitude": "-89.564350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39474", + "city": "Prentiss", + "state": "MS", + "latitude": "31.605946", + "longitude": "-89.860860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39475", + "city": "Purvis", + "state": "MS", + "latitude": "31.165903", + "longitude": "-89.413230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39476", + "city": "Richton", + "state": "MS", + "latitude": "31.355717", + "longitude": "-88.858810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39477", + "city": "Sandersville", + "state": "MS", + "latitude": "31.788517", + "longitude": "-89.033790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39478", + "city": "Sandy Hook", + "state": "MS", + "latitude": "31.054236", + "longitude": "-89.855530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39479", + "city": "Seminary", + "state": "MS", + "latitude": "31.543388", + "longitude": "-89.464800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39480", + "city": "Soso", + "state": "MS", + "latitude": "31.726898", + "longitude": "-89.305280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39481", + "city": "Stringer", + "state": "MS", + "latitude": "31.857399", + "longitude": "-89.246900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39482", + "city": "Sumrall", + "state": "MS", + "latitude": "31.376358", + "longitude": "-89.585580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39483", + "city": "Foxworth", + "state": "MS", + "latitude": "31.218509", + "longitude": "-89.907610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39501", + "city": "Gulfport", + "state": "MS", + "latitude": "30.380597", + "longitude": "-89.096260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39502", + "city": "Gulfport", + "state": "MS", + "latitude": "30.415795", + "longitude": "-89.068448", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39503", + "city": "Gulfport", + "state": "MS", + "latitude": "30.461786", + "longitude": "-89.103810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39505", + "city": "Gulfport", + "state": "MS", + "latitude": "30.415795", + "longitude": "-89.068448", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39506", + "city": "Gulfport", + "state": "MS", + "latitude": "30.415795", + "longitude": "-89.068448", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39507", + "city": "Gulfport", + "state": "MS", + "latitude": "30.397044", + "longitude": "-89.039980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39520", + "city": "Bay Saint Louis", + "state": "MS", + "latitude": "30.304327", + "longitude": "-89.407050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39521", + "city": "Bay Saint Louis", + "state": "MS", + "latitude": "30.403156", + "longitude": "-89.498210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39522", + "city": "Stennis Space Center", + "state": "MS", + "latitude": "30.403156", + "longitude": "-89.498210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39525", + "city": "Diamondhead", + "state": "MS", + "latitude": "30.382544", + "longitude": "-89.369580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39529", + "city": "Stennis Space Center", + "state": "MS", + "latitude": "30.403156", + "longitude": "-89.498210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39530", + "city": "Biloxi", + "state": "MS", + "latitude": "30.399148", + "longitude": "-88.889170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39531", + "city": "Biloxi", + "state": "MS", + "latitude": "30.405831", + "longitude": "-88.962190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39532", + "city": "Biloxi", + "state": "MS", + "latitude": "30.462388", + "longitude": "-88.932930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39533", + "city": "Biloxi", + "state": "MS", + "latitude": "30.415795", + "longitude": "-89.068448", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39534", + "city": "Biloxi", + "state": "MS", + "latitude": "30.415795", + "longitude": "-89.068448", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39535", + "city": "Biloxi", + "state": "MS", + "latitude": "30.415795", + "longitude": "-89.068448", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39540", + "city": "D'Iberville", + "state": "MS", + "latitude": "30.444267", + "longitude": "-88.899207", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39552", + "city": "Escatawpa", + "state": "MS", + "latitude": "30.441072", + "longitude": "-88.634482", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39553", + "city": "Gautier", + "state": "MS", + "latitude": "30.400599", + "longitude": "-88.650920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39555", + "city": "Hurley", + "state": "MS", + "latitude": "30.713250", + "longitude": "-88.519743", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39556", + "city": "Kiln", + "state": "MS", + "latitude": "30.429334", + "longitude": "-89.434710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39558", + "city": "Lakeshore", + "state": "MS", + "latitude": "30.239124", + "longitude": "-89.459526", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39560", + "city": "Long Beach", + "state": "MS", + "latitude": "30.356147", + "longitude": "-89.163460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39561", + "city": "McHenry", + "state": "MS", + "latitude": "30.704034", + "longitude": "-89.153950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39562", + "city": "Moss Point", + "state": "MS", + "latitude": "30.522009", + "longitude": "-88.503120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39563", + "city": "Moss Point", + "state": "MS", + "latitude": "30.410999", + "longitude": "-88.525140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39564", + "city": "Ocean Springs", + "state": "MS", + "latitude": "30.403286", + "longitude": "-88.775650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39565", + "city": "Ocean Springs", + "state": "MS", + "latitude": "30.566715", + "longitude": "-88.760180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39566", + "city": "Ocean Springs", + "state": "MS", + "latitude": "30.441072", + "longitude": "-88.634482", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39567", + "city": "Pascagoula", + "state": "MS", + "latitude": "30.362203", + "longitude": "-88.546900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39568", + "city": "Pascagoula", + "state": "MS", + "latitude": "30.441072", + "longitude": "-88.634482", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39569", + "city": "Pascagoula", + "state": "MS", + "latitude": "30.441072", + "longitude": "-88.634482", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39571", + "city": "Pass Christian", + "state": "MS", + "latitude": "30.371623", + "longitude": "-89.270380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39572", + "city": "Pearlington", + "state": "MS", + "latitude": "30.249994", + "longitude": "-89.604930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39573", + "city": "Perkinston", + "state": "MS", + "latitude": "30.710795", + "longitude": "-89.093250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39574", + "city": "Saucier", + "state": "MS", + "latitude": "30.600244", + "longitude": "-89.119480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39576", + "city": "Waveland", + "state": "MS", + "latitude": "30.289646", + "longitude": "-89.383490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39577", + "city": "Wiggins", + "state": "MS", + "latitude": "30.943360", + "longitude": "-89.179120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39579", + "city": "Pearlington", + "state": "MS", + "latitude": "30.258204", + "longitude": "-89.602572", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39581", + "city": "Pascagoula", + "state": "MS", + "latitude": "30.362980", + "longitude": "-88.529010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39595", + "city": "Pascagoula", + "state": "MS", + "latitude": "30.441072", + "longitude": "-88.634482", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39601", + "city": "Brookhaven", + "state": "MS", + "latitude": "31.574319", + "longitude": "-90.450290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39602", + "city": "Brookhaven", + "state": "MS", + "latitude": "31.533354", + "longitude": "-90.490661", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39603", + "city": "Brookhaven", + "state": "MS", + "latitude": "31.612287", + "longitude": "-90.446702", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39629", + "city": "Bogue Chitto", + "state": "MS", + "latitude": "31.441613", + "longitude": "-90.452810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39630", + "city": "Bude", + "state": "MS", + "latitude": "31.463533", + "longitude": "-90.845220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39631", + "city": "Centreville", + "state": "MS", + "latitude": "31.078189", + "longitude": "-91.077230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39632", + "city": "Chatawa", + "state": "MS", + "latitude": "31.059186", + "longitude": "-90.467060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39633", + "city": "Crosby", + "state": "MS", + "latitude": "31.296257", + "longitude": "-91.129210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39635", + "city": "Fernwood", + "state": "MS", + "latitude": "31.186981", + "longitude": "-90.449890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39638", + "city": "Gloster", + "state": "MS", + "latitude": "31.206278", + "longitude": "-90.995900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39641", + "city": "Jayess", + "state": "MS", + "latitude": "31.363848", + "longitude": "-90.174570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39643", + "city": "Kokomo", + "state": "MS", + "latitude": "31.231448", + "longitude": "-90.022630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39645", + "city": "Liberty", + "state": "MS", + "latitude": "31.148177", + "longitude": "-90.798590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39647", + "city": "McCall Creek", + "state": "MS", + "latitude": "31.509919", + "longitude": "-90.697880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39648", + "city": "Mccomb", + "state": "MS", + "latitude": "31.225598", + "longitude": "-90.433270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39649", + "city": "Mccomb", + "state": "MS", + "latitude": "31.174940", + "longitude": "-90.403987", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39652", + "city": "Magnolia", + "state": "MS", + "latitude": "31.117097", + "longitude": "-90.452870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39653", + "city": "Meadville", + "state": "MS", + "latitude": "31.461337", + "longitude": "-90.892080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39654", + "city": "Monticello", + "state": "MS", + "latitude": "31.544331", + "longitude": "-90.121300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39656", + "city": "Oak Vale", + "state": "MS", + "latitude": "31.458217", + "longitude": "-89.932680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39657", + "city": "Osyka", + "state": "MS", + "latitude": "31.028259", + "longitude": "-90.458800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39660", + "city": "McComb", + "state": "MS", + "latitude": "31.245067", + "longitude": "-90.506861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39661", + "city": "Roxie", + "state": "MS", + "latitude": "31.487982", + "longitude": "-91.084030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39662", + "city": "Ruth", + "state": "MS", + "latitude": "31.402270", + "longitude": "-90.260020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39663", + "city": "Silver Creek", + "state": "MS", + "latitude": "31.590797", + "longitude": "-90.005830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39664", + "city": "Smithdale", + "state": "MS", + "latitude": "31.328058", + "longitude": "-90.677920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39665", + "city": "Sontag", + "state": "MS", + "latitude": "31.643751", + "longitude": "-90.207760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39666", + "city": "Summit", + "state": "MS", + "latitude": "31.292262", + "longitude": "-90.452280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39667", + "city": "Tylertown", + "state": "MS", + "latitude": "31.131018", + "longitude": "-90.128560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39668", + "city": "Union Church", + "state": "MS", + "latitude": "31.668442", + "longitude": "-90.763170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39669", + "city": "Woodville", + "state": "MS", + "latitude": "31.120979", + "longitude": "-91.355110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39701", + "city": "Columbus", + "state": "MS", + "latitude": "33.492107", + "longitude": "-88.437460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39702", + "city": "Columbus", + "state": "MS", + "latitude": "33.463004", + "longitude": "-88.355740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39703", + "city": "Columbus", + "state": "MS", + "latitude": "33.484147", + "longitude": "-88.283998", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39704", + "city": "Columbus", + "state": "MS", + "latitude": "33.690480", + "longitude": "-88.330970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39705", + "city": "Columbus", + "state": "MS", + "latitude": "33.581599", + "longitude": "-88.432970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39710", + "city": "Columbus", + "state": "MS", + "latitude": "33.516330", + "longitude": "-88.460083", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39730", + "city": "Aberdeen", + "state": "MS", + "latitude": "33.833689", + "longitude": "-88.554630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39731", + "city": "Brooksville", + "state": "MS", + "latitude": "33.230508", + "longitude": "-88.579680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39735", + "city": "Ackerman", + "state": "MS", + "latitude": "33.371974", + "longitude": "-89.176160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39736", + "city": "Artesia", + "state": "MS", + "latitude": "33.415448", + "longitude": "-88.647450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39737", + "city": "Bellefontaine", + "state": "MS", + "latitude": "33.648956", + "longitude": "-89.334234", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39739", + "city": "Brooksville", + "state": "MS", + "latitude": "33.243098", + "longitude": "-88.602280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39740", + "city": "Caledonia", + "state": "MS", + "latitude": "33.752213", + "longitude": "-88.309890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39741", + "city": "Cedarbluff", + "state": "MS", + "latitude": "33.673410", + "longitude": "-88.879570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39743", + "city": "Crawford", + "state": "MS", + "latitude": "33.313523", + "longitude": "-88.627210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39744", + "city": "Eupora", + "state": "MS", + "latitude": "33.577688", + "longitude": "-89.302800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39745", + "city": "French Camp", + "state": "MS", + "latitude": "33.312695", + "longitude": "-89.416280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39746", + "city": "Hamilton", + "state": "MS", + "latitude": "33.743856", + "longitude": "-88.427030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39747", + "city": "Kilmichael", + "state": "MS", + "latitude": "33.413657", + "longitude": "-89.562610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39750", + "city": "Maben", + "state": "MS", + "latitude": "33.596326", + "longitude": "-89.076090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39751", + "city": "Mantee", + "state": "MS", + "latitude": "33.702318", + "longitude": "-89.050640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39752", + "city": "Mathiston", + "state": "MS", + "latitude": "33.545490", + "longitude": "-89.136320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39753", + "city": "Mayhew", + "state": "MS", + "latitude": "33.483814", + "longitude": "-88.640881", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39754", + "city": "Montpelier", + "state": "MS", + "latitude": "33.659271", + "longitude": "-88.753976", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39755", + "city": "Pheba", + "state": "MS", + "latitude": "33.608062", + "longitude": "-88.959600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39756", + "city": "Prairie", + "state": "MS", + "latitude": "33.786542", + "longitude": "-88.724040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39758", + "city": "Sturgis", + "state": "MS", + "latitude": "33.344664", + "longitude": "-89.036193", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39759", + "city": "Starkville", + "state": "MS", + "latitude": "33.450215", + "longitude": "-88.823830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39760", + "city": "Starkville", + "state": "MS", + "latitude": "33.459924", + "longitude": "-88.832163", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39762", + "city": "Mississippi State", + "state": "MS", + "latitude": "33.453349", + "longitude": "-88.791070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39766", + "city": "Steens", + "state": "MS", + "latitude": "33.615277", + "longitude": "-88.310310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39767", + "city": "Stewart", + "state": "MS", + "latitude": "33.463558", + "longitude": "-89.467050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39769", + "city": "Sturgis", + "state": "MS", + "latitude": "33.333797", + "longitude": "-89.013610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39771", + "city": "Walthall", + "state": "MS", + "latitude": "33.606148", + "longitude": "-89.275270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39772", + "city": "Weir", + "state": "MS", + "latitude": "33.321345", + "longitude": "-89.320630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39773", + "city": "West Point", + "state": "MS", + "latitude": "33.619058", + "longitude": "-88.646860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39776", + "city": "Woodland", + "state": "MS", + "latitude": "33.779165", + "longitude": "-89.039490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39871", + "city": "Flora", + "state": "MS", + "latitude": "32.540084", + "longitude": "-90.307122", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39901", + "city": "Atlanta", + "state": "GA", + "latitude": "33.891251", + "longitude": "-84.074560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "39940", + "city": "Laurel", + "state": "MS", + "latitude": "31.706345", + "longitude": "-89.121190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "39956", + "city": "Kiln", + "state": "MS", + "latitude": "30.409245", + "longitude": "-89.438829", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40003", + "city": "Bagdad", + "state": "KY", + "latitude": "38.279797", + "longitude": "-85.034980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40004", + "city": "Bardstown", + "state": "KY", + "latitude": "37.811090", + "longitude": "-85.461640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40006", + "city": "Bedford", + "state": "KY", + "latitude": "38.597624", + "longitude": "-85.338890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40007", + "city": "Bethlehem", + "state": "KY", + "latitude": "38.452451", + "longitude": "-85.007640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40008", + "city": "Bloomfield", + "state": "KY", + "latitude": "37.923734", + "longitude": "-85.282570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40009", + "city": "Bradfordsville", + "state": "KY", + "latitude": "37.477192", + "longitude": "-85.101750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40010", + "city": "Buckner", + "state": "KY", + "latitude": "38.366467", + "longitude": "-85.450750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40011", + "city": "Campbellsburg", + "state": "KY", + "latitude": "38.534450", + "longitude": "-85.171780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40012", + "city": "Chaplin", + "state": "KY", + "latitude": "37.905918", + "longitude": "-85.212410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40013", + "city": "Coxs Creek", + "state": "KY", + "latitude": "37.928563", + "longitude": "-85.490360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40014", + "city": "Crestwood", + "state": "KY", + "latitude": "38.335106", + "longitude": "-85.458400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40018", + "city": "Eastwood", + "state": "KY", + "latitude": "38.229770", + "longitude": "-85.663040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40019", + "city": "Eminence", + "state": "KY", + "latitude": "38.370336", + "longitude": "-85.172080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40020", + "city": "Fairfield", + "state": "KY", + "latitude": "37.934800", + "longitude": "-85.387650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40022", + "city": "Finchville", + "state": "KY", + "latitude": "38.147801", + "longitude": "-85.331580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40023", + "city": "Fisherville", + "state": "KY", + "latitude": "38.182772", + "longitude": "-85.432380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40025", + "city": "Glenview", + "state": "KY", + "latitude": "38.309597", + "longitude": "-85.643359", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40026", + "city": "Goshen", + "state": "KY", + "latitude": "38.411964", + "longitude": "-85.570660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40027", + "city": "Harrods Creek", + "state": "KY", + "latitude": "38.329718", + "longitude": "-85.632990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40031", + "city": "La Grange", + "state": "KY", + "latitude": "38.407833", + "longitude": "-85.384750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40032", + "city": "La Grange", + "state": "KY", + "latitude": "38.404640", + "longitude": "-85.460504", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40033", + "city": "Lebanon", + "state": "KY", + "latitude": "37.565894", + "longitude": "-85.251480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40036", + "city": "Lockport", + "state": "KY", + "latitude": "38.434443", + "longitude": "-84.968980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40037", + "city": "Loretto", + "state": "KY", + "latitude": "37.652712", + "longitude": "-85.413370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40040", + "city": "Mackville", + "state": "KY", + "latitude": "37.742806", + "longitude": "-85.055640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40041", + "city": "Masonic Home", + "state": "KY", + "latitude": "38.253610", + "longitude": "-85.662215", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40045", + "city": "Milton", + "state": "KY", + "latitude": "38.702793", + "longitude": "-85.371870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40046", + "city": "Mount Eden", + "state": "KY", + "latitude": "38.026767", + "longitude": "-85.186900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40047", + "city": "Mount Washington", + "state": "KY", + "latitude": "38.045982", + "longitude": "-85.554670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40048", + "city": "Nazareth", + "state": "KY", + "latitude": "37.756941", + "longitude": "-85.446710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40049", + "city": "Nerinx", + "state": "KY", + "latitude": "37.660251", + "longitude": "-85.393204", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40050", + "city": "New Castle", + "state": "KY", + "latitude": "38.435604", + "longitude": "-85.176580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40051", + "city": "New Haven", + "state": "KY", + "latitude": "37.656291", + "longitude": "-85.580990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40052", + "city": "New Hope", + "state": "KY", + "latitude": "37.585365", + "longitude": "-85.508170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40053", + "city": "Pewee Valley", + "state": "KY", + "latitude": "37.760400", + "longitude": "-85.447393", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40055", + "city": "Pendleton", + "state": "KY", + "latitude": "38.495454", + "longitude": "-85.338390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40056", + "city": "Pewee Valley", + "state": "KY", + "latitude": "38.308109", + "longitude": "-85.487140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40057", + "city": "Pleasureville", + "state": "KY", + "latitude": "38.386916", + "longitude": "-85.066090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40058", + "city": "Port Royal", + "state": "KY", + "latitude": "38.433076", + "longitude": "-85.171110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40059", + "city": "Prospect", + "state": "KY", + "latitude": "38.350915", + "longitude": "-85.600420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40060", + "city": "Raywick", + "state": "KY", + "latitude": "37.533395", + "longitude": "-85.435880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40061", + "city": "Saint Catharine", + "state": "KY", + "latitude": "37.773962", + "longitude": "-85.201068", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40062", + "city": "Saint Francis", + "state": "KY", + "latitude": "37.590699", + "longitude": "-85.450040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40063", + "city": "Saint Mary", + "state": "KY", + "latitude": "37.579519", + "longitude": "-85.355132", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40065", + "city": "Shelbyville", + "state": "KY", + "latitude": "38.211511", + "longitude": "-85.216580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40066", + "city": "Shelbyville", + "state": "KY", + "latitude": "38.197268", + "longitude": "-85.212156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40067", + "city": "Simpsonville", + "state": "KY", + "latitude": "38.210818", + "longitude": "-85.361220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40068", + "city": "Smithfield", + "state": "KY", + "latitude": "38.400619", + "longitude": "-85.277410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40069", + "city": "Springfield", + "state": "KY", + "latitude": "37.702418", + "longitude": "-85.222570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40070", + "city": "Sulphur", + "state": "KY", + "latitude": "38.486325", + "longitude": "-85.274250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40071", + "city": "Taylorsville", + "state": "KY", + "latitude": "38.045406", + "longitude": "-85.364270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40075", + "city": "Turners Station", + "state": "KY", + "latitude": "38.552133", + "longitude": "-85.101879", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40076", + "city": "Waddy", + "state": "KY", + "latitude": "38.122088", + "longitude": "-85.066770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40077", + "city": "Westport", + "state": "KY", + "latitude": "38.491982", + "longitude": "-85.472200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40078", + "city": "Willisburg", + "state": "KY", + "latitude": "37.840066", + "longitude": "-85.125720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40080", + "city": "Fairfield", + "state": "KY", + "latitude": "37.933880", + "longitude": "-85.385382", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40081", + "city": "Crestwood", + "state": "KY", + "latitude": "38.338600", + "longitude": "-85.492459", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40104", + "city": "Battletown", + "state": "KY", + "latitude": "38.087303", + "longitude": "-86.354140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40106", + "city": "Big Spring", + "state": "KY", + "latitude": "37.788538", + "longitude": "-86.231194", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40107", + "city": "Boston", + "state": "KY", + "latitude": "37.768921", + "longitude": "-85.656020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40108", + "city": "Brandenburg", + "state": "KY", + "latitude": "37.973094", + "longitude": "-86.118310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40109", + "city": "Brooks", + "state": "KY", + "latitude": "38.062515", + "longitude": "-85.735590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40110", + "city": "Clermont", + "state": "KY", + "latitude": "37.934620", + "longitude": "-85.655450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40111", + "city": "Cloverport", + "state": "KY", + "latitude": "37.816771", + "longitude": "-86.634480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40115", + "city": "Custer", + "state": "KY", + "latitude": "37.753533", + "longitude": "-86.216540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40117", + "city": "Ekron", + "state": "KY", + "latitude": "37.915077", + "longitude": "-86.144340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40118", + "city": "Fairdale", + "state": "KY", + "latitude": "38.106135", + "longitude": "-85.753620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40119", + "city": "Falls Of Rough", + "state": "KY", + "latitude": "37.600179", + "longitude": "-86.528460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40121", + "city": "Fort Knox", + "state": "KY", + "latitude": "37.895491", + "longitude": "-85.966200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40140", + "city": "Garfield", + "state": "KY", + "latitude": "37.675627", + "longitude": "-86.230010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40142", + "city": "Guston", + "state": "KY", + "latitude": "37.894075", + "longitude": "-86.203830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40143", + "city": "Hardinsburg", + "state": "KY", + "latitude": "37.777083", + "longitude": "-86.483450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40144", + "city": "Harned", + "state": "KY", + "latitude": "37.750101", + "longitude": "-86.399720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40145", + "city": "Hudson", + "state": "KY", + "latitude": "37.652706", + "longitude": "-86.317300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40146", + "city": "Irvington", + "state": "KY", + "latitude": "37.881080", + "longitude": "-86.313770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40150", + "city": "Lebanon Junction", + "state": "KY", + "latitude": "37.849334", + "longitude": "-85.732690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40152", + "city": "McDaniels", + "state": "KY", + "latitude": "37.619660", + "longitude": "-86.450780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40153", + "city": "McQuady", + "state": "KY", + "latitude": "37.802295", + "longitude": "-86.414768", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40155", + "city": "Muldraugh", + "state": "KY", + "latitude": "37.937825", + "longitude": "-85.991370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40157", + "city": "Payneville", + "state": "KY", + "latitude": "38.028543", + "longitude": "-86.385110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40159", + "city": "Radcliff", + "state": "KY", + "latitude": "37.723474", + "longitude": "-85.976854", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40160", + "city": "Radcliff", + "state": "KY", + "latitude": "37.828459", + "longitude": "-85.938880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40161", + "city": "Rhodelia", + "state": "KY", + "latitude": "38.005963", + "longitude": "-86.398391", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40162", + "city": "Rineyville", + "state": "KY", + "latitude": "37.756775", + "longitude": "-86.000730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40164", + "city": "Se Ree", + "state": "KY", + "latitude": "37.670928", + "longitude": "-86.392040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40165", + "city": "Shepherdsville", + "state": "KY", + "latitude": "37.997938", + "longitude": "-85.696670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40170", + "city": "Stephensport", + "state": "KY", + "latitude": "37.965908", + "longitude": "-86.492550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40171", + "city": "Union Star", + "state": "KY", + "latitude": "37.969766", + "longitude": "-86.430790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40175", + "city": "Vine Grove", + "state": "KY", + "latitude": "37.826822", + "longitude": "-86.006920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40176", + "city": "Webster", + "state": "KY", + "latitude": "37.934279", + "longitude": "-86.348690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40177", + "city": "West Point", + "state": "KY", + "latitude": "37.997957", + "longitude": "-85.944520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40178", + "city": "Westview", + "state": "KY", + "latitude": "37.647315", + "longitude": "-86.406230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "40179", + "city": "West Point", + "state": "KY", + "latitude": "37.998628", + "longitude": "-85.946585", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40201", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40202", + "city": "Louisville", + "state": "KY", + "latitude": "38.252854", + "longitude": "-85.751370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40203", + "city": "Louisville", + "state": "KY", + "latitude": "38.248106", + "longitude": "-85.766500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40204", + "city": "Louisville", + "state": "KY", + "latitude": "38.238620", + "longitude": "-85.726260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40205", + "city": "Louisville", + "state": "KY", + "latitude": "38.222920", + "longitude": "-85.683260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40206", + "city": "Louisville", + "state": "KY", + "latitude": "38.254671", + "longitude": "-85.702540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40207", + "city": "Louisville", + "state": "KY", + "latitude": "38.257489", + "longitude": "-85.651340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40208", + "city": "Louisville", + "state": "KY", + "latitude": "38.218764", + "longitude": "-85.762410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40209", + "city": "Louisville", + "state": "KY", + "latitude": "38.191870", + "longitude": "-85.752980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40210", + "city": "Louisville", + "state": "KY", + "latitude": "38.230670", + "longitude": "-85.786650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40211", + "city": "Louisville", + "state": "KY", + "latitude": "38.241420", + "longitude": "-85.811810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40212", + "city": "Louisville", + "state": "KY", + "latitude": "38.266320", + "longitude": "-85.799980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40213", + "city": "Louisville", + "state": "KY", + "latitude": "38.186126", + "longitude": "-85.713040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40214", + "city": "Louisville", + "state": "KY", + "latitude": "38.160936", + "longitude": "-85.776240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40215", + "city": "Louisville", + "state": "KY", + "latitude": "38.191920", + "longitude": "-85.784050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40216", + "city": "Louisville", + "state": "KY", + "latitude": "38.188886", + "longitude": "-85.831370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40217", + "city": "Louisville", + "state": "KY", + "latitude": "38.216320", + "longitude": "-85.739000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40218", + "city": "Louisville", + "state": "KY", + "latitude": "38.193769", + "longitude": "-85.657330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40219", + "city": "Louisville", + "state": "KY", + "latitude": "38.141638", + "longitude": "-85.682180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40220", + "city": "Louisville", + "state": "KY", + "latitude": "38.214982", + "longitude": "-85.622070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40221", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40222", + "city": "Louisville", + "state": "KY", + "latitude": "38.265070", + "longitude": "-85.613190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40223", + "city": "Louisville", + "state": "KY", + "latitude": "38.258941", + "longitude": "-85.555740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40224", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40225", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40228", + "city": "Louisville", + "state": "KY", + "latitude": "38.137586", + "longitude": "-85.627410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40229", + "city": "Louisville", + "state": "KY", + "latitude": "38.085601", + "longitude": "-85.669790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40231", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40232", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40233", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40241", + "city": "Louisville", + "state": "KY", + "latitude": "38.305636", + "longitude": "-85.584240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40242", + "city": "Louisville", + "state": "KY", + "latitude": "38.279059", + "longitude": "-85.590370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40243", + "city": "Louisville", + "state": "KY", + "latitude": "38.237155", + "longitude": "-85.536570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40245", + "city": "Louisville", + "state": "KY", + "latitude": "38.270855", + "longitude": "-85.483220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40250", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40251", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40252", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40253", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40255", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40256", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40257", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40258", + "city": "Louisville", + "state": "KY", + "latitude": "38.141719", + "longitude": "-85.863750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40259", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40261", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40266", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40268", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40269", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40270", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40272", + "city": "Louisville", + "state": "KY", + "latitude": "38.096056", + "longitude": "-85.859940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40280", + "city": "Louisville", + "state": "KY", + "latitude": "38.246721", + "longitude": "-85.685261", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40281", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40282", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40283", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40285", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40287", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40289", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40290", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40291", + "city": "Louisville", + "state": "KY", + "latitude": "38.147232", + "longitude": "-85.591690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40292", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40293", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40294", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40295", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40296", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40297", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40298", + "city": "Louisville", + "state": "KY", + "latitude": "38.188962", + "longitude": "-85.676819", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40299", + "city": "Louisville", + "state": "KY", + "latitude": "38.190568", + "longitude": "-85.553480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40310", + "city": "Burgin", + "state": "KY", + "latitude": "37.754255", + "longitude": "-84.769040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40311", + "city": "Carlisle", + "state": "KY", + "latitude": "38.320944", + "longitude": "-84.023580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40312", + "city": "Clay City", + "state": "KY", + "latitude": "37.846536", + "longitude": "-83.934300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40313", + "city": "Clearfield", + "state": "KY", + "latitude": "38.156248", + "longitude": "-83.415860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40316", + "city": "Denniston", + "state": "KY", + "latitude": "37.933123", + "longitude": "-83.523030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40317", + "city": "Elliottville", + "state": "KY", + "latitude": "38.176471", + "longitude": "-83.268234", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40319", + "city": "Farmers", + "state": "KY", + "latitude": "38.140258", + "longitude": "-83.533691", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40320", + "city": "Ford", + "state": "KY", + "latitude": "37.968496", + "longitude": "-84.157766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40322", + "city": "Frenchburg", + "state": "KY", + "latitude": "37.937105", + "longitude": "-83.634290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40324", + "city": "Georgetown", + "state": "KY", + "latitude": "38.221179", + "longitude": "-84.554650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40328", + "city": "Gravel Switch", + "state": "KY", + "latitude": "37.561722", + "longitude": "-85.022700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40329", + "city": "Haldeman", + "state": "KY", + "latitude": "38.206706", + "longitude": "-83.417250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40330", + "city": "Harrodsburg", + "state": "KY", + "latitude": "37.773923", + "longitude": "-84.858120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40334", + "city": "Hope", + "state": "KY", + "latitude": "38.016706", + "longitude": "-83.766390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40336", + "city": "Irvine", + "state": "KY", + "latitude": "37.694764", + "longitude": "-83.977100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40337", + "city": "Jeffersonville", + "state": "KY", + "latitude": "37.961500", + "longitude": "-83.843800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40339", + "city": "Keene", + "state": "KY", + "latitude": "37.942941", + "longitude": "-84.644180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40340", + "city": "Nicholasville", + "state": "KY", + "latitude": "37.866238", + "longitude": "-84.579491", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40342", + "city": "Lawrenceburg", + "state": "KY", + "latitude": "38.012479", + "longitude": "-84.940750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40346", + "city": "Means", + "state": "KY", + "latitude": "37.979941", + "longitude": "-83.731830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40347", + "city": "Midway", + "state": "KY", + "latitude": "38.153759", + "longitude": "-84.709280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40348", + "city": "Millersburg", + "state": "KY", + "latitude": "38.302495", + "longitude": "-84.145780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40350", + "city": "Moorefield", + "state": "KY", + "latitude": "38.304494", + "longitude": "-83.874420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40351", + "city": "Morehead", + "state": "KY", + "latitude": "38.190560", + "longitude": "-83.432100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40353", + "city": "Mount Sterling", + "state": "KY", + "latitude": "38.061248", + "longitude": "-83.929640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40355", + "city": "New Liberty", + "state": "KY", + "latitude": "38.606023", + "longitude": "-84.827900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40356", + "city": "Nicholasville", + "state": "KY", + "latitude": "37.883886", + "longitude": "-84.571000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40357", + "city": "North Middletown", + "state": "KY", + "latitude": "38.146395", + "longitude": "-84.107655", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40358", + "city": "Olympia", + "state": "KY", + "latitude": "38.057744", + "longitude": "-83.684800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40359", + "city": "Owenton", + "state": "KY", + "latitude": "38.467809", + "longitude": "-84.810230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40360", + "city": "Owingsville", + "state": "KY", + "latitude": "38.152302", + "longitude": "-83.766030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40361", + "city": "Paris", + "state": "KY", + "latitude": "38.212471", + "longitude": "-84.236460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40362", + "city": "Paris", + "state": "KY", + "latitude": "38.219407", + "longitude": "-84.205944", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40363", + "city": "Perry Park", + "state": "KY", + "latitude": "38.522034", + "longitude": "-85.006070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40366", + "city": "Preston", + "state": "KY", + "latitude": "38.086673", + "longitude": "-83.757123", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40370", + "city": "Sadieville", + "state": "KY", + "latitude": "38.399525", + "longitude": "-84.533530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40371", + "city": "Salt Lick", + "state": "KY", + "latitude": "38.087867", + "longitude": "-83.611460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40372", + "city": "Salvisa", + "state": "KY", + "latitude": "37.911825", + "longitude": "-84.886570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40374", + "city": "Sharpsburg", + "state": "KY", + "latitude": "38.201485", + "longitude": "-83.917340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40376", + "city": "Slade", + "state": "KY", + "latitude": "37.784220", + "longitude": "-83.692240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40379", + "city": "Stamping Ground", + "state": "KY", + "latitude": "38.296170", + "longitude": "-84.696140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40380", + "city": "Stanton", + "state": "KY", + "latitude": "37.838747", + "longitude": "-83.809900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40383", + "city": "Versailles", + "state": "KY", + "latitude": "38.042639", + "longitude": "-84.731890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40384", + "city": "Versailles", + "state": "KY", + "latitude": "38.021292", + "longitude": "-84.745488", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40385", + "city": "Waco", + "state": "KY", + "latitude": "37.724497", + "longitude": "-84.113890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40386", + "city": "Versailles", + "state": "KY", + "latitude": "38.021292", + "longitude": "-84.745488", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40387", + "city": "Wellington", + "state": "KY", + "latitude": "37.929101", + "longitude": "-83.494640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40390", + "city": "Wilmore", + "state": "KY", + "latitude": "37.857430", + "longitude": "-84.660690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40391", + "city": "Winchester", + "state": "KY", + "latitude": "37.982230", + "longitude": "-84.170230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40392", + "city": "Winchester", + "state": "KY", + "latitude": "37.968496", + "longitude": "-84.157766", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40402", + "city": "Annville", + "state": "KY", + "latitude": "37.294090", + "longitude": "-83.975900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40403", + "city": "Berea", + "state": "KY", + "latitude": "37.575568", + "longitude": "-84.277670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40404", + "city": "Berea", + "state": "KY", + "latitude": "37.716443", + "longitude": "-84.299699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40405", + "city": "Bighill", + "state": "KY", + "latitude": "37.716443", + "longitude": "-84.299699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40409", + "city": "Brodhead", + "state": "KY", + "latitude": "37.374681", + "longitude": "-84.418080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40410", + "city": "Bryantsville", + "state": "KY", + "latitude": "37.651397", + "longitude": "-84.546693", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40419", + "city": "Crab Orchard", + "state": "KY", + "latitude": "37.455879", + "longitude": "-84.487530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40421", + "city": "Dabolt", + "state": "KY", + "latitude": "37.416008", + "longitude": "-83.993588", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40422", + "city": "Danville", + "state": "KY", + "latitude": "37.644426", + "longitude": "-84.788620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40423", + "city": "Danville", + "state": "KY", + "latitude": "37.624659", + "longitude": "-84.845767", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40434", + "city": "Gray Hawk", + "state": "KY", + "latitude": "37.395468", + "longitude": "-83.908492", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40437", + "city": "Hustonville", + "state": "KY", + "latitude": "37.431549", + "longitude": "-84.812560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40440", + "city": "Junction City", + "state": "KY", + "latitude": "37.583748", + "longitude": "-84.808550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40442", + "city": "Kings Mountain", + "state": "KY", + "latitude": "37.351449", + "longitude": "-84.721900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40444", + "city": "Lancaster", + "state": "KY", + "latitude": "37.667083", + "longitude": "-84.594960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40445", + "city": "Livingston", + "state": "KY", + "latitude": "37.302783", + "longitude": "-84.215270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40446", + "city": "Lancaster", + "state": "KY", + "latitude": "37.651397", + "longitude": "-84.546693", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40447", + "city": "McKee", + "state": "KY", + "latitude": "37.457017", + "longitude": "-84.034350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40448", + "city": "McKinney", + "state": "KY", + "latitude": "37.460003", + "longitude": "-84.756760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40452", + "city": "Mitchellsburg", + "state": "KY", + "latitude": "37.603345", + "longitude": "-84.949180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40456", + "city": "Mount Vernon", + "state": "KY", + "latitude": "37.367660", + "longitude": "-84.332330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40460", + "city": "Orlando", + "state": "KY", + "latitude": "37.406069", + "longitude": "-84.242920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40461", + "city": "Paint Lick", + "state": "KY", + "latitude": "37.594830", + "longitude": "-84.407890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40464", + "city": "Parksville", + "state": "KY", + "latitude": "37.550810", + "longitude": "-84.900090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40467", + "city": "Peoples", + "state": "KY", + "latitude": "37.416008", + "longitude": "-83.993588", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40468", + "city": "Perryville", + "state": "KY", + "latitude": "37.654870", + "longitude": "-84.980370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40469", + "city": "Brodhead", + "state": "KY", + "latitude": "37.403820", + "longitude": "-84.405839", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40472", + "city": "Ravenna", + "state": "KY", + "latitude": "37.703394", + "longitude": "-83.913840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40473", + "city": "Renfro Valley", + "state": "KY", + "latitude": "37.345751", + "longitude": "-84.316140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40475", + "city": "Richmond", + "state": "KY", + "latitude": "37.745999", + "longitude": "-84.284330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40476", + "city": "Richmond", + "state": "KY", + "latitude": "37.716443", + "longitude": "-84.299699", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40481", + "city": "Sandgap", + "state": "KY", + "latitude": "37.434240", + "longitude": "-84.091550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40484", + "city": "Stanford", + "state": "KY", + "latitude": "37.520836", + "longitude": "-84.673500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40486", + "city": "Tyner", + "state": "KY", + "latitude": "37.369321", + "longitude": "-83.858890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40488", + "city": "Waneta", + "state": "KY", + "latitude": "37.471602", + "longitude": "-84.039360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40489", + "city": "Waynesburg", + "state": "KY", + "latitude": "37.351221", + "longitude": "-84.620990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40492", + "city": "Wildie", + "state": "KY", + "latitude": "37.345751", + "longitude": "-84.316140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40495", + "city": "Winston", + "state": "KY", + "latitude": "37.709721", + "longitude": "-84.082894", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40501", + "city": "Lexington", + "state": "KY", + "latitude": "38.037847", + "longitude": "-84.616450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40502", + "city": "Lexington", + "state": "KY", + "latitude": "38.017219", + "longitude": "-84.485900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40503", + "city": "Lexington", + "state": "KY", + "latitude": "38.007898", + "longitude": "-84.534520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40504", + "city": "Lexington", + "state": "KY", + "latitude": "38.039322", + "longitude": "-84.542590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40505", + "city": "Lexington", + "state": "KY", + "latitude": "38.058477", + "longitude": "-84.461090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40506", + "city": "Lexington", + "state": "KY", + "latitude": "38.028712", + "longitude": "-84.507471", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40507", + "city": "Lexington", + "state": "KY", + "latitude": "38.047408", + "longitude": "-84.496270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40508", + "city": "Lexington", + "state": "KY", + "latitude": "38.051727", + "longitude": "-84.493360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40509", + "city": "Lexington", + "state": "KY", + "latitude": "38.005199", + "longitude": "-84.409540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40510", + "city": "Lexington", + "state": "KY", + "latitude": "38.064087", + "longitude": "-84.607130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40511", + "city": "Lexington", + "state": "KY", + "latitude": "38.105283", + "longitude": "-84.507750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40512", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40513", + "city": "Lexington", + "state": "KY", + "latitude": "38.010247", + "longitude": "-84.586190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40514", + "city": "Lexington", + "state": "KY", + "latitude": "37.984907", + "longitude": "-84.566910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40515", + "city": "Lexington", + "state": "KY", + "latitude": "37.952113", + "longitude": "-84.453470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40516", + "city": "Lexington", + "state": "KY", + "latitude": "38.071981", + "longitude": "-84.385590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40517", + "city": "Lexington", + "state": "KY", + "latitude": "37.985128", + "longitude": "-84.488740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40522", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40523", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40524", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40526", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40533", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40536", + "city": "Lexington", + "state": "KY", + "latitude": "38.032075", + "longitude": "-84.508361", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40544", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40546", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40550", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40555", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40574", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40575", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40576", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40577", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40578", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40579", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40580", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40581", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40582", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40583", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40584", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40585", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40586", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40587", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40588", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40589", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40590", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40591", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40592", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40593", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40594", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40595", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40596", + "city": "Lexington", + "state": "KY", + "latitude": "38.028269", + "longitude": "-84.471505", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40601", + "city": "Frankfort", + "state": "KY", + "latitude": "38.201649", + "longitude": "-84.869350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40602", + "city": "Frankfort", + "state": "KY", + "latitude": "38.234133", + "longitude": "-84.874809", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40603", + "city": "Frankfort", + "state": "KY", + "latitude": "38.234133", + "longitude": "-84.874809", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40604", + "city": "Frankfort", + "state": "KY", + "latitude": "38.234133", + "longitude": "-84.874809", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40618", + "city": "Frankfort", + "state": "KY", + "latitude": "38.234133", + "longitude": "-84.874809", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40619", + "city": "Frankfort", + "state": "KY", + "latitude": "38.234133", + "longitude": "-84.874809", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40620", + "city": "Frankfort", + "state": "KY", + "latitude": "38.234133", + "longitude": "-84.874809", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40621", + "city": "Frankfort", + "state": "KY", + "latitude": "38.234133", + "longitude": "-84.874809", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40622", + "city": "Frankfort", + "state": "KY", + "latitude": "38.234133", + "longitude": "-84.874809", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40695", + "city": "Middlesborough", + "state": "KY", + "latitude": "36.608426", + "longitude": "-83.731809", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40701", + "city": "Corbin", + "state": "KY", + "latitude": "36.942035", + "longitude": "-84.106850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40702", + "city": "Corbin", + "state": "KY", + "latitude": "36.937426", + "longitude": "-84.103100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40724", + "city": "Bush", + "state": "KY", + "latitude": "37.152074", + "longitude": "-84.140847", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40729", + "city": "East Bernstadt", + "state": "KY", + "latitude": "37.231717", + "longitude": "-84.130260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40730", + "city": "Emlyn", + "state": "KY", + "latitude": "36.705162", + "longitude": "-84.145950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40734", + "city": "Gray", + "state": "KY", + "latitude": "36.930995", + "longitude": "-83.981460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40737", + "city": "Keavy", + "state": "KY", + "latitude": "36.990797", + "longitude": "-84.141240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40740", + "city": "Lily", + "state": "KY", + "latitude": "37.015283", + "longitude": "-84.058720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40741", + "city": "London", + "state": "KY", + "latitude": "37.143828", + "longitude": "-84.078390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40742", + "city": "London", + "state": "KY", + "latitude": "37.137615", + "longitude": "-84.115617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40743", + "city": "London", + "state": "KY", + "latitude": "37.134455", + "longitude": "-84.045746", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40744", + "city": "London", + "state": "KY", + "latitude": "37.060576", + "longitude": "-84.071000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40745", + "city": "London", + "state": "KY", + "latitude": "37.137615", + "longitude": "-84.115617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40746", + "city": "London", + "state": "KY", + "latitude": "37.137615", + "longitude": "-84.115617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40747", + "city": "London", + "state": "KY", + "latitude": "37.137615", + "longitude": "-84.115617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40748", + "city": "London", + "state": "KY", + "latitude": "37.137615", + "longitude": "-84.115617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40751", + "city": "Marydell", + "state": "KY", + "latitude": "37.137615", + "longitude": "-84.115617", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40754", + "city": "Nevisdale", + "state": "KY", + "latitude": "36.780333", + "longitude": "-84.116780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40755", + "city": "Pittsburg", + "state": "KY", + "latitude": "37.167752", + "longitude": "-84.116614", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40759", + "city": "Rockholds", + "state": "KY", + "latitude": "36.817151", + "longitude": "-84.059170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40763", + "city": "Siler", + "state": "KY", + "latitude": "36.681189", + "longitude": "-83.951560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40769", + "city": "Williamsburg", + "state": "KY", + "latitude": "36.709853", + "longitude": "-84.150800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40771", + "city": "Woodbine", + "state": "KY", + "latitude": "36.888978", + "longitude": "-84.052370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40801", + "city": "Ages Brookside", + "state": "KY", + "latitude": "36.858906", + "longitude": "-83.252800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40803", + "city": "Asher", + "state": "KY", + "latitude": "37.046365", + "longitude": "-83.420030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40806", + "city": "Baxter", + "state": "KY", + "latitude": "36.872801", + "longitude": "-83.307780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40807", + "city": "Benham", + "state": "KY", + "latitude": "36.963608", + "longitude": "-82.950150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40808", + "city": "Big Laurel", + "state": "KY", + "latitude": "36.981495", + "longitude": "-83.252640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40810", + "city": "Bledsoe", + "state": "KY", + "latitude": "36.917070", + "longitude": "-83.323990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40813", + "city": "Calvin", + "state": "KY", + "latitude": "36.737835", + "longitude": "-83.602480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40815", + "city": "Cawood", + "state": "KY", + "latitude": "36.781517", + "longitude": "-83.229040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40816", + "city": "Chappell", + "state": "KY", + "latitude": "36.987495", + "longitude": "-83.327950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40818", + "city": "Coalgood", + "state": "KY", + "latitude": "36.807137", + "longitude": "-83.265520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40819", + "city": "Coldiron", + "state": "KY", + "latitude": "36.827233", + "longitude": "-83.464500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40820", + "city": "Cranks", + "state": "KY", + "latitude": "36.766134", + "longitude": "-83.161170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40823", + "city": "Cumberland", + "state": "KY", + "latitude": "36.972292", + "longitude": "-82.995720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40824", + "city": "Dayhoit", + "state": "KY", + "latitude": "36.840955", + "longitude": "-83.375390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40826", + "city": "Eolia", + "state": "KY", + "latitude": "37.048238", + "longitude": "-82.817750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40827", + "city": "Essie", + "state": "KY", + "latitude": "37.043142", + "longitude": "-83.488920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40828", + "city": "Evarts", + "state": "KY", + "latitude": "36.867720", + "longitude": "-83.177470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40829", + "city": "Grays Knob", + "state": "KY", + "latitude": "36.797447", + "longitude": "-83.264497", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40830", + "city": "Gulston", + "state": "KY", + "latitude": "36.772301", + "longitude": "-83.334150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40831", + "city": "Harlan", + "state": "KY", + "latitude": "36.828285", + "longitude": "-83.318560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40840", + "city": "Helton", + "state": "KY", + "latitude": "36.949181", + "longitude": "-83.431290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40843", + "city": "Holmes Mill", + "state": "KY", + "latitude": "36.868363", + "longitude": "-82.966070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40844", + "city": "Hoskinston", + "state": "KY", + "latitude": "37.058837", + "longitude": "-83.385330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40845", + "city": "Hulen", + "state": "KY", + "latitude": "36.786271", + "longitude": "-83.520090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40847", + "city": "Kenvir", + "state": "KY", + "latitude": "36.852687", + "longitude": "-83.159170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40849", + "city": "Lejunior", + "state": "KY", + "latitude": "36.885169", + "longitude": "-83.124610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40854", + "city": "Loyall", + "state": "KY", + "latitude": "36.851070", + "longitude": "-83.353150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40855", + "city": "Lynch", + "state": "KY", + "latitude": "36.962220", + "longitude": "-82.905220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40856", + "city": "Miracle", + "state": "KY", + "latitude": "36.726258", + "longitude": "-83.549690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40858", + "city": "Mozelle", + "state": "KY", + "latitude": "37.018413", + "longitude": "-83.397680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40862", + "city": "Partridge", + "state": "KY", + "latitude": "37.004426", + "longitude": "-82.898580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40863", + "city": "Pathfork", + "state": "KY", + "latitude": "36.753043", + "longitude": "-83.449910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40865", + "city": "Putney", + "state": "KY", + "latitude": "36.901802", + "longitude": "-83.241290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40867", + "city": "Smith", + "state": "KY", + "latitude": "36.712383", + "longitude": "-83.337110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40868", + "city": "Stinnett", + "state": "KY", + "latitude": "37.111810", + "longitude": "-83.392650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40870", + "city": "Totz", + "state": "KY", + "latitude": "36.930024", + "longitude": "-83.154670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40873", + "city": "Wallins Creek", + "state": "KY", + "latitude": "36.823334", + "longitude": "-83.410580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40874", + "city": "Warbranch", + "state": "KY", + "latitude": "36.982545", + "longitude": "-83.480030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40902", + "city": "Arjay", + "state": "KY", + "latitude": "36.836208", + "longitude": "-83.633880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40903", + "city": "Artemus", + "state": "KY", + "latitude": "36.825088", + "longitude": "-83.838500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40906", + "city": "Barbourville", + "state": "KY", + "latitude": "36.853913", + "longitude": "-83.885010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40913", + "city": "Beverly", + "state": "KY", + "latitude": "36.942094", + "longitude": "-83.532620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40914", + "city": "Big Creek", + "state": "KY", + "latitude": "37.112359", + "longitude": "-83.567890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40915", + "city": "Bimble", + "state": "KY", + "latitude": "36.887081", + "longitude": "-83.815520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40921", + "city": "Bryants Store", + "state": "KY", + "latitude": "36.721790", + "longitude": "-83.906570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40923", + "city": "Cannon", + "state": "KY", + "latitude": "36.920165", + "longitude": "-83.856990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40927", + "city": "Closplint", + "state": "KY", + "latitude": "36.889259", + "longitude": "-83.052650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40930", + "city": "Dewitt", + "state": "KY", + "latitude": "36.855044", + "longitude": "-83.739000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40931", + "city": "Eriline", + "state": "KY", + "latitude": "37.147687", + "longitude": "-83.737014", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40932", + "city": "Fall Rock", + "state": "KY", + "latitude": "37.147687", + "longitude": "-83.737014", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40935", + "city": "Flat Lick", + "state": "KY", + "latitude": "36.867971", + "longitude": "-83.745760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40939", + "city": "Fourmile", + "state": "KY", + "latitude": "36.871254", + "longitude": "-83.829985", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40940", + "city": "Frakes", + "state": "KY", + "latitude": "36.607234", + "longitude": "-83.925350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40941", + "city": "Garrard", + "state": "KY", + "latitude": "37.176075", + "longitude": "-83.666080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40943", + "city": "Girdler", + "state": "KY", + "latitude": "36.947113", + "longitude": "-83.850600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40944", + "city": "Goose Rock", + "state": "KY", + "latitude": "37.147687", + "longitude": "-83.737014", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40946", + "city": "Green Road", + "state": "KY", + "latitude": "36.966634", + "longitude": "-83.834130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40949", + "city": "Heidrick", + "state": "KY", + "latitude": "36.897618", + "longitude": "-83.872520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40951", + "city": "Hima", + "state": "KY", + "latitude": "37.147687", + "longitude": "-83.737014", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40953", + "city": "Hinkle", + "state": "KY", + "latitude": "36.943114", + "longitude": "-83.819840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40955", + "city": "Ingram", + "state": "KY", + "latitude": "36.769184", + "longitude": "-83.708181", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40958", + "city": "Kettle Island", + "state": "KY", + "latitude": "36.793291", + "longitude": "-83.587250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40962", + "city": "Manchester", + "state": "KY", + "latitude": "37.164346", + "longitude": "-83.766740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40964", + "city": "Mary Alice", + "state": "KY", + "latitude": "36.842977", + "longitude": "-83.183446", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40965", + "city": "Middlesboro", + "state": "KY", + "latitude": "36.617181", + "longitude": "-83.721860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40972", + "city": "Oneida", + "state": "KY", + "latitude": "37.253980", + "longitude": "-83.619010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40977", + "city": "Pineville", + "state": "KY", + "latitude": "36.750028", + "longitude": "-83.720230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40979", + "city": "Roark", + "state": "KY", + "latitude": "37.016332", + "longitude": "-83.510750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40981", + "city": "Saul", + "state": "KY", + "latitude": "37.331259", + "longitude": "-83.386991", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40982", + "city": "Scalf", + "state": "KY", + "latitude": "36.933443", + "longitude": "-83.700880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40983", + "city": "Sextons Creek", + "state": "KY", + "latitude": "37.328320", + "longitude": "-83.748800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40988", + "city": "Stoney Fork", + "state": "KY", + "latitude": "36.842522", + "longitude": "-83.518510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40995", + "city": "Trosper", + "state": "KY", + "latitude": "36.787370", + "longitude": "-83.815080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40997", + "city": "Walker", + "state": "KY", + "latitude": "36.888893", + "longitude": "-83.662570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "40999", + "city": "Woollum", + "state": "KY", + "latitude": "37.005242", + "longitude": "-83.805080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41000", + "city": "Fort Mitchell", + "state": "KY", + "latitude": "39.035800", + "longitude": "-84.546445", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41001", + "city": "Alexandria", + "state": "KY", + "latitude": "38.946893", + "longitude": "-84.386520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41002", + "city": "Augusta", + "state": "KY", + "latitude": "38.761890", + "longitude": "-83.996830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41003", + "city": "Berry", + "state": "KY", + "latitude": "38.535065", + "longitude": "-84.389040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41004", + "city": "Brooksville", + "state": "KY", + "latitude": "38.677837", + "longitude": "-84.094110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41005", + "city": "Burlington", + "state": "KY", + "latitude": "39.020466", + "longitude": "-84.741580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41006", + "city": "Butler", + "state": "KY", + "latitude": "38.796981", + "longitude": "-84.337920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41007", + "city": "California", + "state": "KY", + "latitude": "38.910255", + "longitude": "-84.281940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41008", + "city": "Carrollton", + "state": "KY", + "latitude": "38.663328", + "longitude": "-85.168030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41010", + "city": "Corinth", + "state": "KY", + "latitude": "38.484843", + "longitude": "-84.610170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41011", + "city": "Covington", + "state": "KY", + "latitude": "39.075200", + "longitude": "-84.520640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41012", + "city": "Covington", + "state": "KY", + "latitude": "38.944663", + "longitude": "-84.520501", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41014", + "city": "Covington", + "state": "KY", + "latitude": "39.067811", + "longitude": "-84.503900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41015", + "city": "Latonia", + "state": "KY", + "latitude": "39.013062", + "longitude": "-84.494190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41016", + "city": "Covington", + "state": "KY", + "latitude": "39.087593", + "longitude": "-84.550570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41017", + "city": "Ft Mitchell", + "state": "KY", + "latitude": "39.036361", + "longitude": "-84.568010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41018", + "city": "Erlanger", + "state": "KY", + "latitude": "39.013755", + "longitude": "-84.602290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41019", + "city": "Covington", + "state": "KY", + "latitude": "38.944663", + "longitude": "-84.520501", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41022", + "city": "Florence", + "state": "KY", + "latitude": "38.962372", + "longitude": "-84.747789", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41030", + "city": "Crittenden", + "state": "KY", + "latitude": "38.788439", + "longitude": "-84.602000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41031", + "city": "Cynthiana", + "state": "KY", + "latitude": "38.397678", + "longitude": "-84.293900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41033", + "city": "De Mossville", + "state": "KY", + "latitude": "38.773111", + "longitude": "-84.448890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41034", + "city": "Dover", + "state": "KY", + "latitude": "38.730747", + "longitude": "-83.887620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41035", + "city": "Dry Ridge", + "state": "KY", + "latitude": "38.691006", + "longitude": "-84.641800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41037", + "city": "Elizaville", + "state": "KY", + "latitude": "38.348100", + "longitude": "-83.718626", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41039", + "city": "Ewing", + "state": "KY", + "latitude": "38.424954", + "longitude": "-83.862860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41040", + "city": "Falmouth", + "state": "KY", + "latitude": "38.656527", + "longitude": "-84.328110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41041", + "city": "Flemingsburg", + "state": "KY", + "latitude": "38.418131", + "longitude": "-83.724970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41042", + "city": "Florence", + "state": "KY", + "latitude": "38.983853", + "longitude": "-84.644010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41043", + "city": "Foster", + "state": "KY", + "latitude": "38.765448", + "longitude": "-84.169980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41044", + "city": "Germantown", + "state": "KY", + "latitude": "38.637850", + "longitude": "-83.966510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41045", + "city": "Ghent", + "state": "KY", + "latitude": "38.724439", + "longitude": "-85.050070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41046", + "city": "Glencoe", + "state": "KY", + "latitude": "38.742296", + "longitude": "-84.812230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41048", + "city": "Hebron", + "state": "KY", + "latitude": "39.080500", + "longitude": "-84.687540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41049", + "city": "Hillsboro", + "state": "KY", + "latitude": "38.286314", + "longitude": "-83.651200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41051", + "city": "Independence", + "state": "KY", + "latitude": "38.941953", + "longitude": "-84.549020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41052", + "city": "Jonesville", + "state": "KY", + "latitude": "38.662200", + "longitude": "-84.774950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41053", + "city": "Kenton", + "state": "KY", + "latitude": "38.944663", + "longitude": "-84.520501", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41054", + "city": "Mason", + "state": "KY", + "latitude": "38.593226", + "longitude": "-84.578552", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41055", + "city": "Mayslick", + "state": "KY", + "latitude": "38.522170", + "longitude": "-83.858940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41056", + "city": "Maysville", + "state": "KY", + "latitude": "38.624534", + "longitude": "-83.765610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41059", + "city": "Melbourne", + "state": "KY", + "latitude": "39.022732", + "longitude": "-84.365750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41061", + "city": "Milford", + "state": "KY", + "latitude": "38.688556", + "longitude": "-84.070074", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41062", + "city": "Minerva", + "state": "KY", + "latitude": "38.719573", + "longitude": "-83.910276", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41063", + "city": "Morning View", + "state": "KY", + "latitude": "38.842166", + "longitude": "-84.488020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41064", + "city": "Mount Olivet", + "state": "KY", + "latitude": "38.508638", + "longitude": "-84.051450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41065", + "city": "Muses Mills", + "state": "KY", + "latitude": "38.348100", + "longitude": "-83.718626", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41071", + "city": "Newport", + "state": "KY", + "latitude": "39.083470", + "longitude": "-84.486810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41072", + "city": "Newport", + "state": "KY", + "latitude": "38.963761", + "longitude": "-84.368926", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41073", + "city": "Bellevue", + "state": "KY", + "latitude": "39.103011", + "longitude": "-84.479870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41074", + "city": "Dayton", + "state": "KY", + "latitude": "39.109410", + "longitude": "-84.469860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41075", + "city": "Fort Thomas", + "state": "KY", + "latitude": "39.076011", + "longitude": "-84.451270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41076", + "city": "Newport", + "state": "KY", + "latitude": "39.019185", + "longitude": "-84.442040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41080", + "city": "Petersburg", + "state": "KY", + "latitude": "39.062761", + "longitude": "-84.852360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41081", + "city": "Plummers Landing", + "state": "KY", + "latitude": "38.348100", + "longitude": "-83.718626", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41083", + "city": "Sanders", + "state": "KY", + "latitude": "38.666588", + "longitude": "-84.967560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41085", + "city": "Silver Grove", + "state": "KY", + "latitude": "39.034293", + "longitude": "-84.391560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41086", + "city": "Sparta", + "state": "KY", + "latitude": "38.709838", + "longitude": "-84.888070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41091", + "city": "Union", + "state": "KY", + "latitude": "38.930285", + "longitude": "-84.716030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41092", + "city": "Verona", + "state": "KY", + "latitude": "38.815335", + "longitude": "-84.684850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41093", + "city": "Wallingford", + "state": "KY", + "latitude": "38.371060", + "longitude": "-83.571030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41094", + "city": "Walton", + "state": "KY", + "latitude": "38.878720", + "longitude": "-84.625580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41095", + "city": "Warsaw", + "state": "KY", + "latitude": "38.775686", + "longitude": "-84.897560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41096", + "city": "Washington", + "state": "KY", + "latitude": "38.612250", + "longitude": "-83.808021", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41097", + "city": "Williamstown", + "state": "KY", + "latitude": "38.628866", + "longitude": "-84.567900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41098", + "city": "Worthville", + "state": "KY", + "latitude": "38.603950", + "longitude": "-85.033880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41099", + "city": "Newport", + "state": "KY", + "latitude": "38.963761", + "longitude": "-84.368926", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41101", + "city": "Ashland", + "state": "KY", + "latitude": "38.473961", + "longitude": "-82.645320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41102", + "city": "Ashland", + "state": "KY", + "latitude": "38.439526", + "longitude": "-82.693200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41105", + "city": "Ashland", + "state": "KY", + "latitude": "38.370285", + "longitude": "-82.694757", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41114", + "city": "Ashland", + "state": "KY", + "latitude": "38.370285", + "longitude": "-82.694757", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41121", + "city": "Argillite", + "state": "KY", + "latitude": "38.456608", + "longitude": "-82.826150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41124", + "city": "Blaine", + "state": "KY", + "latitude": "38.028476", + "longitude": "-82.847810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41127", + "city": "Camp Dix", + "state": "KY", + "latitude": "38.602881", + "longitude": "-83.361625", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41128", + "city": "Carter", + "state": "KY", + "latitude": "38.433912", + "longitude": "-83.133597", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41129", + "city": "Catlettsburg", + "state": "KY", + "latitude": "38.360669", + "longitude": "-82.618360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41132", + "city": "Denton", + "state": "KY", + "latitude": "38.251159", + "longitude": "-82.834960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41135", + "city": "Emerson", + "state": "KY", + "latitude": "38.365096", + "longitude": "-83.272060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41137", + "city": "Firebrick", + "state": "KY", + "latitude": "38.688142", + "longitude": "-83.048380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41139", + "city": "Flatwoods", + "state": "KY", + "latitude": "38.520320", + "longitude": "-82.721750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41141", + "city": "Garrison", + "state": "KY", + "latitude": "38.570194", + "longitude": "-83.143010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41142", + "city": "Grahn", + "state": "KY", + "latitude": "38.282767", + "longitude": "-83.072700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41143", + "city": "Grayson", + "state": "KY", + "latitude": "38.323106", + "longitude": "-82.949970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41144", + "city": "Greenup", + "state": "KY", + "latitude": "38.552472", + "longitude": "-82.865140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41146", + "city": "Hitchins", + "state": "KY", + "latitude": "38.272476", + "longitude": "-82.904940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41149", + "city": "Isonville", + "state": "KY", + "latitude": "38.061324", + "longitude": "-83.050050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41150", + "city": "Jacobs", + "state": "KY", + "latitude": "38.225087", + "longitude": "-83.242129", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41156", + "city": "Lloyd", + "state": "KY", + "latitude": "38.565211", + "longitude": "-82.916586", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41159", + "city": "Martha", + "state": "KY", + "latitude": "38.019104", + "longitude": "-82.950700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41160", + "city": "Mazie", + "state": "KY", + "latitude": "38.074113", + "longitude": "-82.744663", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41163", + "city": "Grayson", + "state": "KY", + "latitude": "38.338445", + "longitude": "-82.939541", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41164", + "city": "Olive Hill", + "state": "KY", + "latitude": "38.292177", + "longitude": "-83.183810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41166", + "city": "Quincy", + "state": "KY", + "latitude": "38.630683", + "longitude": "-83.117390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41168", + "city": "Rush", + "state": "KY", + "latitude": "38.298546", + "longitude": "-82.777140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41169", + "city": "Russell", + "state": "KY", + "latitude": "38.538456", + "longitude": "-82.708560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41170", + "city": "Saint Paul", + "state": "KY", + "latitude": "38.681770", + "longitude": "-83.069500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41171", + "city": "Sandy Hook", + "state": "KY", + "latitude": "38.089097", + "longitude": "-83.095540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41173", + "city": "Soldier", + "state": "KY", + "latitude": "38.262029", + "longitude": "-83.284720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41174", + "city": "South Portsmouth", + "state": "KY", + "latitude": "38.712930", + "longitude": "-83.023530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41175", + "city": "South Shore", + "state": "KY", + "latitude": "38.676695", + "longitude": "-82.968600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41179", + "city": "Vanceburg", + "state": "KY", + "latitude": "38.530915", + "longitude": "-83.385060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41180", + "city": "Webbville", + "state": "KY", + "latitude": "38.132937", + "longitude": "-82.850980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41181", + "city": "Willard", + "state": "KY", + "latitude": "38.204459", + "longitude": "-82.907615", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41183", + "city": "Worthington", + "state": "KY", + "latitude": "38.549120", + "longitude": "-82.735080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41189", + "city": "Tollesboro", + "state": "KY", + "latitude": "38.546281", + "longitude": "-83.559090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41201", + "city": "Adams", + "state": "KY", + "latitude": "38.076051", + "longitude": "-82.739750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41203", + "city": "Beauty", + "state": "KY", + "latitude": "37.846064", + "longitude": "-82.448350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41204", + "city": "Boons Camp", + "state": "KY", + "latitude": "37.817110", + "longitude": "-82.688970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41214", + "city": "Debord", + "state": "KY", + "latitude": "37.775385", + "longitude": "-82.570340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41215", + "city": "Denver", + "state": "KY", + "latitude": "37.771963", + "longitude": "-82.865092", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41216", + "city": "East Point", + "state": "KY", + "latitude": "37.756007", + "longitude": "-82.819310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41219", + "city": "Flatgap", + "state": "KY", + "latitude": "37.933492", + "longitude": "-82.902790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41222", + "city": "Hagerhill", + "state": "KY", + "latitude": "37.780917", + "longitude": "-82.827440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41224", + "city": "Inez", + "state": "KY", + "latitude": "37.866327", + "longitude": "-82.529030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41226", + "city": "Keaton", + "state": "KY", + "latitude": "37.992794", + "longitude": "-82.945510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41228", + "city": "Leander", + "state": "KY", + "latitude": "37.752473", + "longitude": "-82.874840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41230", + "city": "Louisa", + "state": "KY", + "latitude": "38.071237", + "longitude": "-82.640620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41231", + "city": "Lovely", + "state": "KY", + "latitude": "37.810757", + "longitude": "-82.394110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41232", + "city": "Lowmansville", + "state": "KY", + "latitude": "37.916701", + "longitude": "-82.737460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41234", + "city": "Meally", + "state": "KY", + "latitude": "37.795418", + "longitude": "-82.733700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41238", + "city": "Oil Springs", + "state": "KY", + "latitude": "37.841448", + "longitude": "-82.941060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41240", + "city": "Paintsville", + "state": "KY", + "latitude": "37.823275", + "longitude": "-82.781670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41250", + "city": "Pilgrim", + "state": "KY", + "latitude": "37.758445", + "longitude": "-82.489190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41254", + "city": "River", + "state": "KY", + "latitude": "37.887278", + "longitude": "-82.736880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41255", + "city": "Sitka", + "state": "KY", + "latitude": "37.916221", + "longitude": "-82.839620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41256", + "city": "Staffordsville", + "state": "KY", + "latitude": "37.832617", + "longitude": "-82.862990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41257", + "city": "Stambaugh", + "state": "KY", + "latitude": "37.940709", + "longitude": "-82.812330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41260", + "city": "Thelma", + "state": "KY", + "latitude": "37.831324", + "longitude": "-82.760390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41262", + "city": "Tomahawk", + "state": "KY", + "latitude": "37.855873", + "longitude": "-82.620910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41263", + "city": "Tutor Key", + "state": "KY", + "latitude": "37.858300", + "longitude": "-82.759800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41264", + "city": "Ulysses", + "state": "KY", + "latitude": "37.935529", + "longitude": "-82.683310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41265", + "city": "Van Lear", + "state": "KY", + "latitude": "37.761356", + "longitude": "-82.721650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41267", + "city": "Warfield", + "state": "KY", + "latitude": "37.855146", + "longitude": "-82.416660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41268", + "city": "West Van Lear", + "state": "KY", + "latitude": "37.789291", + "longitude": "-82.784370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41271", + "city": "Williamsport", + "state": "KY", + "latitude": "37.831277", + "longitude": "-82.726407", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41274", + "city": "Wittensville", + "state": "KY", + "latitude": "37.863880", + "longitude": "-82.809140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41301", + "city": "Campton", + "state": "KY", + "latitude": "37.716311", + "longitude": "-83.518350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41307", + "city": "Athol", + "state": "KY", + "latitude": "37.515013", + "longitude": "-83.264320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41310", + "city": "Bays", + "state": "KY", + "latitude": "37.640938", + "longitude": "-83.244660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41311", + "city": "Beattyville", + "state": "KY", + "latitude": "37.578547", + "longitude": "-83.703480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41313", + "city": "Bethany", + "state": "KY", + "latitude": "37.740503", + "longitude": "-83.475446", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41314", + "city": "Booneville", + "state": "KY", + "latitude": "37.430777", + "longitude": "-83.667710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41317", + "city": "Clayhole", + "state": "KY", + "latitude": "37.461944", + "longitude": "-83.182560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41332", + "city": "Hazel Green", + "state": "KY", + "latitude": "37.797688", + "longitude": "-83.368660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41333", + "city": "Heidelberg", + "state": "KY", + "latitude": "37.556255", + "longitude": "-83.776253", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41338", + "city": "Island City", + "state": "KY", + "latitude": "37.398617", + "longitude": "-83.704908", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41339", + "city": "Jackson", + "state": "KY", + "latitude": "37.533559", + "longitude": "-83.345470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41342", + "city": "Lee City", + "state": "KY", + "latitude": "37.740503", + "longitude": "-83.475446", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41344", + "city": "Lerose", + "state": "KY", + "latitude": "37.502641", + "longitude": "-83.621170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41347", + "city": "Lone", + "state": "KY", + "latitude": "37.544180", + "longitude": "-83.600784", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41348", + "city": "Lost Creek", + "state": "KY", + "latitude": "37.426337", + "longitude": "-83.299110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41351", + "city": "Mistletoe", + "state": "KY", + "latitude": "37.398617", + "longitude": "-83.704908", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41352", + "city": "Mize", + "state": "KY", + "latitude": "37.914002", + "longitude": "-83.233761", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41360", + "city": "Pine Ridge", + "state": "KY", + "latitude": "37.791388", + "longitude": "-83.649710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41362", + "city": "Primrose", + "state": "KY", + "latitude": "37.603320", + "longitude": "-83.713974", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41364", + "city": "Ricetown", + "state": "KY", + "latitude": "37.382832", + "longitude": "-83.623270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41365", + "city": "Rogers", + "state": "KY", + "latitude": "37.711278", + "longitude": "-83.636470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41366", + "city": "Rousseau", + "state": "KY", + "latitude": "37.593059", + "longitude": "-83.287774", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41367", + "city": "Rowdy", + "state": "KY", + "latitude": "37.383285", + "longitude": "-83.240400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41368", + "city": "Saint Helens", + "state": "KY", + "latitude": "37.611684", + "longitude": "-83.643410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41377", + "city": "Talbert", + "state": "KY", + "latitude": "37.416002", + "longitude": "-83.449910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41385", + "city": "Vancleve", + "state": "KY", + "latitude": "37.635723", + "longitude": "-83.350770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41386", + "city": "Vincent", + "state": "KY", + "latitude": "37.473347", + "longitude": "-83.817220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41390", + "city": "Whick", + "state": "KY", + "latitude": "37.424083", + "longitude": "-83.375950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41397", + "city": "Zoe", + "state": "KY", + "latitude": "37.643659", + "longitude": "-83.677630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41408", + "city": "Cannel City", + "state": "KY", + "latitude": "37.792272", + "longitude": "-83.281370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41410", + "city": "Cisco", + "state": "KY", + "latitude": "37.690636", + "longitude": "-83.074592", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41413", + "city": "Crockett", + "state": "KY", + "latitude": "37.970507", + "longitude": "-83.125202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41419", + "city": "Edna", + "state": "KY", + "latitude": "37.690636", + "longitude": "-83.074592", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41421", + "city": "Elkfork", + "state": "KY", + "latitude": "37.997666", + "longitude": "-83.161030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41422", + "city": "Elsie", + "state": "KY", + "latitude": "37.690636", + "longitude": "-83.074592", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41425", + "city": "Ezel", + "state": "KY", + "latitude": "37.891486", + "longitude": "-83.444130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41426", + "city": "Falcon", + "state": "KY", + "latitude": "37.784924", + "longitude": "-82.997830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41433", + "city": "Gapville", + "state": "KY", + "latitude": "37.690636", + "longitude": "-83.074592", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41444", + "city": "Ivyton", + "state": "KY", + "latitude": "37.690636", + "longitude": "-83.074592", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41451", + "city": "Malone", + "state": "KY", + "latitude": "37.914002", + "longitude": "-83.233761", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41459", + "city": "Ophir", + "state": "KY", + "latitude": "37.914002", + "longitude": "-83.233761", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41463", + "city": "Salyersville", + "state": "KY", + "latitude": "37.745824", + "longitude": "-83.073603", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41464", + "city": "Royalton", + "state": "KY", + "latitude": "37.650260", + "longitude": "-82.945440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41465", + "city": "Salyersville", + "state": "KY", + "latitude": "37.736751", + "longitude": "-83.086520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41472", + "city": "West Liberty", + "state": "KY", + "latitude": "37.932283", + "longitude": "-83.238210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41477", + "city": "Wrigley", + "state": "KY", + "latitude": "37.914002", + "longitude": "-83.233761", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41501", + "city": "Pikeville", + "state": "KY", + "latitude": "37.478169", + "longitude": "-82.518900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41502", + "city": "Pikeville", + "state": "KY", + "latitude": "37.481637", + "longitude": "-82.550507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41503", + "city": "South Williamson", + "state": "KY", + "latitude": "37.670590", + "longitude": "-82.284650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41512", + "city": "Ashcamp", + "state": "KY", + "latitude": "37.254188", + "longitude": "-82.479610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41513", + "city": "Belcher", + "state": "KY", + "latitude": "37.357536", + "longitude": "-82.363100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41514", + "city": "Belfry", + "state": "KY", + "latitude": "37.672296", + "longitude": "-82.304420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41517", + "city": "Burdine", + "state": "KY", + "latitude": "37.184477", + "longitude": "-82.611090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41519", + "city": "Canada", + "state": "KY", + "latitude": "37.605120", + "longitude": "-82.314770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41520", + "city": "Dorton", + "state": "KY", + "latitude": "37.279027", + "longitude": "-82.577320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41522", + "city": "Elkhorn City", + "state": "KY", + "latitude": "37.300397", + "longitude": "-82.395160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41524", + "city": "Fedscreek", + "state": "KY", + "latitude": "37.424071", + "longitude": "-82.237620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41526", + "city": "Fords Branch", + "state": "KY", + "latitude": "37.437194", + "longitude": "-82.518527", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41527", + "city": "Forest Hills", + "state": "KY", + "latitude": "37.641773", + "longitude": "-82.277930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41528", + "city": "Freeburn", + "state": "KY", + "latitude": "37.561944", + "longitude": "-82.134710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41531", + "city": "Hardy", + "state": "KY", + "latitude": "37.599893", + "longitude": "-82.233490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41534", + "city": "Hellier", + "state": "KY", + "latitude": "37.270100", + "longitude": "-82.485530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41535", + "city": "Huddy", + "state": "KY", + "latitude": "37.598267", + "longitude": "-82.276110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41537", + "city": "Jenkins", + "state": "KY", + "latitude": "37.192483", + "longitude": "-82.623500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41538", + "city": "Jonancy", + "state": "KY", + "latitude": "37.314335", + "longitude": "-82.595060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41539", + "city": "Kimper", + "state": "KY", + "latitude": "37.504315", + "longitude": "-82.327970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41540", + "city": "Lick Creek", + "state": "KY", + "latitude": "37.396574", + "longitude": "-82.333490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41542", + "city": "Lookout", + "state": "KY", + "latitude": "37.314848", + "longitude": "-82.464979", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41543", + "city": "McAndrews", + "state": "KY", + "latitude": "37.553553", + "longitude": "-82.282830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41544", + "city": "McCarr", + "state": "KY", + "latitude": "37.598650", + "longitude": "-82.168360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41546", + "city": "McVeigh", + "state": "KY", + "latitude": "37.550374", + "longitude": "-82.257030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41547", + "city": "Majestic", + "state": "KY", + "latitude": "37.544224", + "longitude": "-82.064880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41548", + "city": "Mouthcard", + "state": "KY", + "latitude": "37.369612", + "longitude": "-82.235230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41549", + "city": "Myra", + "state": "KY", + "latitude": "37.293386", + "longitude": "-82.600190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41553", + "city": "Phelps", + "state": "KY", + "latitude": "37.506174", + "longitude": "-82.159070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41554", + "city": "Phyllis", + "state": "KY", + "latitude": "37.445906", + "longitude": "-82.327080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41555", + "city": "Pinsonfork", + "state": "KY", + "latitude": "37.529760", + "longitude": "-82.266650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41557", + "city": "Raccoon", + "state": "KY", + "latitude": "37.514166", + "longitude": "-82.436250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41558", + "city": "Ransom", + "state": "KY", + "latitude": "37.533643", + "longitude": "-82.211450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41559", + "city": "Regina", + "state": "KY", + "latitude": "37.364548", + "longitude": "-82.405730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41560", + "city": "Robinson Creek", + "state": "KY", + "latitude": "37.389786", + "longitude": "-82.558120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41561", + "city": "Rockhouse", + "state": "KY", + "latitude": "37.331620", + "longitude": "-82.462574", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41562", + "city": "Shelbiana", + "state": "KY", + "latitude": "37.416995", + "longitude": "-82.457100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41563", + "city": "Shelby Gap", + "state": "KY", + "latitude": "37.216465", + "longitude": "-82.546390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41564", + "city": "Sidney", + "state": "KY", + "latitude": "37.610331", + "longitude": "-82.361250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41566", + "city": "Steele", + "state": "KY", + "latitude": "37.417254", + "longitude": "-82.188230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41567", + "city": "Stone", + "state": "KY", + "latitude": "37.560929", + "longitude": "-82.287960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41568", + "city": "Stopover", + "state": "KY", + "latitude": "37.499470", + "longitude": "-82.056430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41569", + "city": "Toler", + "state": "KY", + "latitude": "37.633524", + "longitude": "-82.254080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41571", + "city": "Varney", + "state": "KY", + "latitude": "37.625031", + "longitude": "-82.387040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41572", + "city": "Virgie", + "state": "KY", + "latitude": "37.322411", + "longitude": "-82.615980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41601", + "city": "Allen", + "state": "KY", + "latitude": "37.611434", + "longitude": "-82.725030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41602", + "city": "Auxier", + "state": "KY", + "latitude": "37.736960", + "longitude": "-82.740120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41603", + "city": "Banner", + "state": "KY", + "latitude": "37.601078", + "longitude": "-82.694960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41604", + "city": "Beaver", + "state": "KY", + "latitude": "37.370358", + "longitude": "-82.669440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41605", + "city": "Betsy Layne", + "state": "KY", + "latitude": "37.554631", + "longitude": "-82.631740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41606", + "city": "Bevinsville", + "state": "KY", + "latitude": "37.362943", + "longitude": "-82.732770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41607", + "city": "Blue River", + "state": "KY", + "latitude": "37.617197", + "longitude": "-82.856340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41612", + "city": "Bypro", + "state": "KY", + "latitude": "37.358509", + "longitude": "-82.720700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41615", + "city": "Dana", + "state": "KY", + "latitude": "37.550496", + "longitude": "-82.693300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41616", + "city": "David", + "state": "KY", + "latitude": "37.587133", + "longitude": "-82.872720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41619", + "city": "Drift", + "state": "KY", + "latitude": "37.496608", + "longitude": "-82.759420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41621", + "city": "Dwale", + "state": "KY", + "latitude": "37.623492", + "longitude": "-82.724170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41622", + "city": "Eastern", + "state": "KY", + "latitude": "37.514748", + "longitude": "-82.810970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41630", + "city": "Garrett", + "state": "KY", + "latitude": "37.470216", + "longitude": "-82.840900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41631", + "city": "Grethel", + "state": "KY", + "latitude": "37.479754", + "longitude": "-82.649220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41632", + "city": "Gunlock", + "state": "KY", + "latitude": "37.555846", + "longitude": "-82.949950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41635", + "city": "Harold", + "state": "KY", + "latitude": "37.509291", + "longitude": "-82.634940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41636", + "city": "Hi Hat", + "state": "KY", + "latitude": "37.398774", + "longitude": "-82.732570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41640", + "city": "Hueysville", + "state": "KY", + "latitude": "37.493888", + "longitude": "-82.941920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41642", + "city": "Ivel", + "state": "KY", + "latitude": "37.587011", + "longitude": "-82.660280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41643", + "city": "Lackey", + "state": "KY", + "latitude": "37.470999", + "longitude": "-82.829405", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41645", + "city": "Langley", + "state": "KY", + "latitude": "37.544465", + "longitude": "-82.801780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41647", + "city": "McDowell", + "state": "KY", + "latitude": "37.449076", + "longitude": "-82.726400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41649", + "city": "Martin", + "state": "KY", + "latitude": "37.568873", + "longitude": "-82.759370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41650", + "city": "Melvin", + "state": "KY", + "latitude": "37.351125", + "longitude": "-82.692980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41651", + "city": "Minnie", + "state": "KY", + "latitude": "37.465744", + "longitude": "-82.754920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41653", + "city": "Prestonsburg", + "state": "KY", + "latitude": "37.667872", + "longitude": "-82.758760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41655", + "city": "Printer", + "state": "KY", + "latitude": "37.511126", + "longitude": "-82.720530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41659", + "city": "Stanville", + "state": "KY", + "latitude": "37.569845", + "longitude": "-82.625620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41660", + "city": "Teaberry", + "state": "KY", + "latitude": "37.428801", + "longitude": "-82.643740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41663", + "city": "Tram", + "state": "KY", + "latitude": "37.568942", + "longitude": "-82.647740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41666", + "city": "Wayland", + "state": "KY", + "latitude": "37.446983", + "longitude": "-82.808520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41667", + "city": "Weeksbury", + "state": "KY", + "latitude": "37.322234", + "longitude": "-82.696990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41668", + "city": "West Prestonsburg", + "state": "KY", + "latitude": "37.670986", + "longitude": "-82.760975", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41669", + "city": "Wheelwright", + "state": "KY", + "latitude": "37.331465", + "longitude": "-82.719060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41701", + "city": "Hazard", + "state": "KY", + "latitude": "37.274854", + "longitude": "-83.190610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41702", + "city": "Hazard", + "state": "KY", + "latitude": "37.320076", + "longitude": "-83.206495", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41705", + "city": "Fort Thomas", + "state": "KY", + "latitude": "39.083590", + "longitude": "-84.450912", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41712", + "city": "Ary", + "state": "KY", + "latitude": "37.373384", + "longitude": "-83.151860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41713", + "city": "Avawam", + "state": "KY", + "latitude": "37.225390", + "longitude": "-83.273609", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41714", + "city": "Bear Branch", + "state": "KY", + "latitude": "37.163342", + "longitude": "-83.515270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41719", + "city": "Bonnyman", + "state": "KY", + "latitude": "37.295365", + "longitude": "-83.254140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41721", + "city": "Buckhorn", + "state": "KY", + "latitude": "37.325318", + "longitude": "-83.490480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41722", + "city": "Bulan", + "state": "KY", + "latitude": "37.369312", + "longitude": "-83.115600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41723", + "city": "Busy", + "state": "KY", + "latitude": "37.257714", + "longitude": "-83.312530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41725", + "city": "Carrie", + "state": "KY", + "latitude": "37.331950", + "longitude": "-83.029760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41727", + "city": "Chavies", + "state": "KY", + "latitude": "37.350689", + "longitude": "-83.340490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41729", + "city": "Combs", + "state": "KY", + "latitude": "37.266633", + "longitude": "-83.212260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41730", + "city": "Confluence", + "state": "KY", + "latitude": "37.263348", + "longitude": "-83.399430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41731", + "city": "Cornettsville", + "state": "KY", + "latitude": "37.115385", + "longitude": "-83.085010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41735", + "city": "Delphia", + "state": "KY", + "latitude": "37.029744", + "longitude": "-83.089190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41736", + "city": "Dice", + "state": "KY", + "latitude": "37.370521", + "longitude": "-83.237140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41739", + "city": "Dwarf", + "state": "KY", + "latitude": "37.348289", + "longitude": "-83.111370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41740", + "city": "Emmalena", + "state": "KY", + "latitude": "37.348377", + "longitude": "-83.049380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41743", + "city": "Fisty", + "state": "KY", + "latitude": "37.306360", + "longitude": "-83.090441", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41745", + "city": "Gays Creek", + "state": "KY", + "latitude": "37.328336", + "longitude": "-83.439900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41746", + "city": "Happy", + "state": "KY", + "latitude": "37.204045", + "longitude": "-83.098450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41747", + "city": "Hardburly", + "state": "KY", + "latitude": "37.300202", + "longitude": "-83.122477", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41749", + "city": "Hyden", + "state": "KY", + "latitude": "37.176210", + "longitude": "-83.383010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41751", + "city": "Jeff", + "state": "KY", + "latitude": "37.207333", + "longitude": "-83.133610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41754", + "city": "Krypton", + "state": "KY", + "latitude": "37.316290", + "longitude": "-83.332670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41759", + "city": "Sassafras", + "state": "KY", + "latitude": "37.229381", + "longitude": "-83.034090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41760", + "city": "Scuddy", + "state": "KY", + "latitude": "37.205562", + "longitude": "-83.080550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41762", + "city": "Sizerock", + "state": "KY", + "latitude": "37.223635", + "longitude": "-83.505990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41763", + "city": "Slemp", + "state": "KY", + "latitude": "37.048770", + "longitude": "-83.139040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41764", + "city": "Smilax", + "state": "KY", + "latitude": "37.113248", + "longitude": "-83.243260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41766", + "city": "Thousandsticks", + "state": "KY", + "latitude": "37.187088", + "longitude": "-83.449780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41772", + "city": "Vest", + "state": "KY", + "latitude": "37.393894", + "longitude": "-83.023130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41773", + "city": "Vicco", + "state": "KY", + "latitude": "37.221636", + "longitude": "-83.056270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41774", + "city": "Viper", + "state": "KY", + "latitude": "37.158397", + "longitude": "-83.136730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41775", + "city": "Wendover", + "state": "KY", + "latitude": "37.100140", + "longitude": "-83.346470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41776", + "city": "Wooton", + "state": "KY", + "latitude": "37.167173", + "longitude": "-83.285200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41777", + "city": "Yeaddiss", + "state": "KY", + "latitude": "37.065439", + "longitude": "-83.224790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41778", + "city": "Yerkes", + "state": "KY", + "latitude": "37.279297", + "longitude": "-83.318700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41804", + "city": "Blackey", + "state": "KY", + "latitude": "37.141017", + "longitude": "-82.990810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41810", + "city": "Cromona", + "state": "KY", + "latitude": "37.185228", + "longitude": "-82.694470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41812", + "city": "Deane", + "state": "KY", + "latitude": "37.241284", + "longitude": "-82.750130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41815", + "city": "Ermine", + "state": "KY", + "latitude": "37.150537", + "longitude": "-82.794680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41817", + "city": "Garner", + "state": "KY", + "latitude": "37.367780", + "longitude": "-82.915350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41819", + "city": "Gordon", + "state": "KY", + "latitude": "36.985860", + "longitude": "-83.064970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41821", + "city": "Hallie", + "state": "KY", + "latitude": "37.088069", + "longitude": "-82.997280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41822", + "city": "Hindman", + "state": "KY", + "latitude": "37.333551", + "longitude": "-82.972120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41824", + "city": "Isom", + "state": "KY", + "latitude": "37.194426", + "longitude": "-82.887140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41825", + "city": "Jackhorn", + "state": "KY", + "latitude": "37.215305", + "longitude": "-82.704680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41826", + "city": "Jeremiah", + "state": "KY", + "latitude": "37.164562", + "longitude": "-82.930470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41828", + "city": "Kite", + "state": "KY", + "latitude": "37.303276", + "longitude": "-82.778510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41831", + "city": "Leburn", + "state": "KY", + "latitude": "37.387358", + "longitude": "-82.956330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41832", + "city": "Letcher", + "state": "KY", + "latitude": "37.148006", + "longitude": "-82.956340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41833", + "city": "Linefork", + "state": "KY", + "latitude": "37.021403", + "longitude": "-82.981590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41834", + "city": "Littcarr", + "state": "KY", + "latitude": "37.270358", + "longitude": "-82.940300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41835", + "city": "McRoberts", + "state": "KY", + "latitude": "37.205961", + "longitude": "-82.673470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41836", + "city": "Mallie", + "state": "KY", + "latitude": "37.245041", + "longitude": "-82.895500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41837", + "city": "Mayking", + "state": "KY", + "latitude": "37.135518", + "longitude": "-82.746060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41838", + "city": "Millstone", + "state": "KY", + "latitude": "37.168682", + "longitude": "-82.750360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41839", + "city": "Mousie", + "state": "KY", + "latitude": "37.420362", + "longitude": "-82.875430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41840", + "city": "Neon", + "state": "KY", + "latitude": "37.195448", + "longitude": "-82.712320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41843", + "city": "Pine Top", + "state": "KY", + "latitude": "37.273854", + "longitude": "-82.860110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41844", + "city": "Pippa Passes", + "state": "KY", + "latitude": "37.334629", + "longitude": "-82.875490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41845", + "city": "Premium", + "state": "KY", + "latitude": "37.123583", + "longitude": "-82.932160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41847", + "city": "Redfox", + "state": "KY", + "latitude": "37.215830", + "longitude": "-82.954490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41848", + "city": "Roxana", + "state": "KY", + "latitude": "37.110216", + "longitude": "-82.940730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41849", + "city": "Seco", + "state": "KY", + "latitude": "37.172969", + "longitude": "-82.729340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41855", + "city": "Thornton", + "state": "KY", + "latitude": "37.156856", + "longitude": "-82.761670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41858", + "city": "Whitesburg", + "state": "KY", + "latitude": "37.130559", + "longitude": "-82.831850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41859", + "city": "Dema", + "state": "KY", + "latitude": "37.392257", + "longitude": "-82.782040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41861", + "city": "Raven", + "state": "KY", + "latitude": "37.386051", + "longitude": "-82.831380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "41862", + "city": "Topmost", + "state": "KY", + "latitude": "37.357624", + "longitude": "-82.795640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42001", + "city": "Paducah", + "state": "KY", + "latitude": "37.066543", + "longitude": "-88.656870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42002", + "city": "Paducah", + "state": "KY", + "latitude": "37.085511", + "longitude": "-88.712470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42003", + "city": "Paducah", + "state": "KY", + "latitude": "37.044233", + "longitude": "-88.590460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42011", + "city": "Fredonia", + "state": "KY", + "latitude": "37.220735", + "longitude": "-88.061294", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42020", + "city": "Almo", + "state": "KY", + "latitude": "36.697107", + "longitude": "-88.298360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42021", + "city": "Arlington", + "state": "KY", + "latitude": "36.796741", + "longitude": "-88.997000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42022", + "city": "Bandana", + "state": "KY", + "latitude": "37.149003", + "longitude": "-88.942520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42023", + "city": "Bardwell", + "state": "KY", + "latitude": "36.881954", + "longitude": "-88.983470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42024", + "city": "Barlow", + "state": "KY", + "latitude": "37.071352", + "longitude": "-89.043260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42025", + "city": "Benton", + "state": "KY", + "latitude": "36.854812", + "longitude": "-88.335150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42027", + "city": "Boaz", + "state": "KY", + "latitude": "36.925160", + "longitude": "-88.637780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42028", + "city": "Burna", + "state": "KY", + "latitude": "37.241220", + "longitude": "-88.338290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42029", + "city": "Calvert City", + "state": "KY", + "latitude": "37.013505", + "longitude": "-88.372690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42031", + "city": "Clinton", + "state": "KY", + "latitude": "36.678217", + "longitude": "-88.975590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42032", + "city": "Columbus", + "state": "KY", + "latitude": "36.755242", + "longitude": "-89.106670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42033", + "city": "Crayne", + "state": "KY", + "latitude": "37.336533", + "longitude": "-88.079607", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42035", + "city": "Cunningham", + "state": "KY", + "latitude": "36.911107", + "longitude": "-88.844120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42036", + "city": "Dexter", + "state": "KY", + "latitude": "36.731901", + "longitude": "-88.245940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42037", + "city": "Dycusburg", + "state": "KY", + "latitude": "37.157866", + "longitude": "-88.183598", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42038", + "city": "Eddyville", + "state": "KY", + "latitude": "37.051386", + "longitude": "-88.036130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42039", + "city": "Fancy Farm", + "state": "KY", + "latitude": "36.800353", + "longitude": "-88.832240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42040", + "city": "Farmington", + "state": "KY", + "latitude": "36.614839", + "longitude": "-88.500500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42041", + "city": "Fulton", + "state": "KY", + "latitude": "36.532059", + "longitude": "-88.891320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42044", + "city": "Gilbertsville", + "state": "KY", + "latitude": "36.978770", + "longitude": "-88.282730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42045", + "city": "Grand Rivers", + "state": "KY", + "latitude": "37.031683", + "longitude": "-88.244980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42046", + "city": "Hamlin", + "state": "KY", + "latitude": "36.603300", + "longitude": "-88.092285", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42047", + "city": "Hampton", + "state": "KY", + "latitude": "37.294800", + "longitude": "-88.410260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42048", + "city": "Hardin", + "state": "KY", + "latitude": "36.765893", + "longitude": "-88.265270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42049", + "city": "Hazel", + "state": "KY", + "latitude": "36.511681", + "longitude": "-88.325430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42050", + "city": "Hickman", + "state": "KY", + "latitude": "36.558598", + "longitude": "-89.197890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42051", + "city": "Hickory", + "state": "KY", + "latitude": "36.852344", + "longitude": "-88.637690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42053", + "city": "Kevil", + "state": "KY", + "latitude": "37.107447", + "longitude": "-88.860610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42054", + "city": "Kirksey", + "state": "KY", + "latitude": "36.716315", + "longitude": "-88.444990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42055", + "city": "Kuttawa", + "state": "KY", + "latitude": "37.058356", + "longitude": "-88.140970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42056", + "city": "La Center", + "state": "KY", + "latitude": "37.087160", + "longitude": "-88.976160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42058", + "city": "Ledbetter", + "state": "KY", + "latitude": "37.054715", + "longitude": "-88.480430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42060", + "city": "Lovelaceville", + "state": "KY", + "latitude": "36.968906", + "longitude": "-88.828170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42061", + "city": "Lowes", + "state": "KY", + "latitude": "36.885527", + "longitude": "-88.774690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42063", + "city": "Lynnville", + "state": "KY", + "latitude": "36.723872", + "longitude": "-88.652009", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42064", + "city": "Marion", + "state": "KY", + "latitude": "37.331602", + "longitude": "-88.069970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42066", + "city": "Mayfield", + "state": "KY", + "latitude": "36.733761", + "longitude": "-88.634490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42069", + "city": "Melber", + "state": "KY", + "latitude": "36.921462", + "longitude": "-88.758710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42070", + "city": "Milburn", + "state": "KY", + "latitude": "36.863147", + "longitude": "-88.995991", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42071", + "city": "Murray", + "state": "KY", + "latitude": "36.617443", + "longitude": "-88.287460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42076", + "city": "New Concord", + "state": "KY", + "latitude": "36.540753", + "longitude": "-88.068370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42078", + "city": "Salem", + "state": "KY", + "latitude": "37.282124", + "longitude": "-88.245680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42079", + "city": "Sedalia", + "state": "KY", + "latitude": "36.574074", + "longitude": "-88.563590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42081", + "city": "Smithland", + "state": "KY", + "latitude": "37.217493", + "longitude": "-88.408840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42082", + "city": "Symsonia", + "state": "KY", + "latitude": "36.922652", + "longitude": "-88.510400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42083", + "city": "Tiline", + "state": "KY", + "latitude": "37.150978", + "longitude": "-88.291910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42084", + "city": "Tolu", + "state": "KY", + "latitude": "37.433695", + "longitude": "-88.244980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42085", + "city": "Water Valley", + "state": "KY", + "latitude": "36.578907", + "longitude": "-88.820740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42086", + "city": "West Paducah", + "state": "KY", + "latitude": "37.089948", + "longitude": "-88.759700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42087", + "city": "Wickliffe", + "state": "KY", + "latitude": "36.965750", + "longitude": "-89.032400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42088", + "city": "Wingo", + "state": "KY", + "latitude": "36.627427", + "longitude": "-88.748450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42101", + "city": "Bowling Green", + "state": "KY", + "latitude": "37.010643", + "longitude": "-86.461450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42102", + "city": "Bowling Green", + "state": "KY", + "latitude": "36.922292", + "longitude": "-86.387046", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42103", + "city": "Bowling Green", + "state": "KY", + "latitude": "36.969761", + "longitude": "-86.382470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42104", + "city": "Bowling Green", + "state": "KY", + "latitude": "36.930527", + "longitude": "-86.447510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42109", + "city": "Bowling Green", + "state": "KY", + "latitude": "36.961988", + "longitude": "-86.450786", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42120", + "city": "Adolphus", + "state": "KY", + "latitude": "36.661883", + "longitude": "-86.259640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42122", + "city": "Alvaton", + "state": "KY", + "latitude": "36.863160", + "longitude": "-86.352020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42123", + "city": "Austin", + "state": "KY", + "latitude": "36.820727", + "longitude": "-86.001120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42124", + "city": "Beaumont", + "state": "KY", + "latitude": "36.857666", + "longitude": "-85.649583", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42127", + "city": "Cave City", + "state": "KY", + "latitude": "37.131203", + "longitude": "-85.946330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42128", + "city": "Drake", + "state": "KY", + "latitude": "36.983441", + "longitude": "-86.394012", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42129", + "city": "Edmonton", + "state": "KY", + "latitude": "36.988613", + "longitude": "-85.585340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42130", + "city": "Eighty Eight", + "state": "KY", + "latitude": "36.912970", + "longitude": "-85.775282", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42131", + "city": "Etoile", + "state": "KY", + "latitude": "36.829280", + "longitude": "-85.908060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42133", + "city": "Fountain Run", + "state": "KY", + "latitude": "36.721319", + "longitude": "-85.961390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42134", + "city": "Franklin", + "state": "KY", + "latitude": "36.718074", + "longitude": "-86.582020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42135", + "city": "Franklin", + "state": "KY", + "latitude": "36.758166", + "longitude": "-86.581957", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42140", + "city": "Gamaliel", + "state": "KY", + "latitude": "36.655006", + "longitude": "-85.808660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42141", + "city": "Glasgow", + "state": "KY", + "latitude": "36.970776", + "longitude": "-85.912320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42142", + "city": "Glasgow", + "state": "KY", + "latitude": "36.946326", + "longitude": "-85.957797", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42150", + "city": "Halfway", + "state": "KY", + "latitude": "36.782131", + "longitude": "-86.184088", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42151", + "city": "Hestand", + "state": "KY", + "latitude": "36.636670", + "longitude": "-85.552750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42152", + "city": "Hiseville", + "state": "KY", + "latitude": "37.098753", + "longitude": "-85.816472", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42153", + "city": "Holland", + "state": "KY", + "latitude": "36.665767", + "longitude": "-86.040060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42154", + "city": "Knob Lick", + "state": "KY", + "latitude": "37.066581", + "longitude": "-85.734820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42156", + "city": "Lucas", + "state": "KY", + "latitude": "36.840503", + "longitude": "-85.995572", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42157", + "city": "Mount Hermon", + "state": "KY", + "latitude": "36.778567", + "longitude": "-85.817720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42159", + "city": "Oakland", + "state": "KY", + "latitude": "37.016847", + "longitude": "-86.251870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42160", + "city": "Park City", + "state": "KY", + "latitude": "37.089600", + "longitude": "-86.064740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42163", + "city": "Rocky Hill", + "state": "KY", + "latitude": "37.094250", + "longitude": "-86.143188", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42164", + "city": "Scottsville", + "state": "KY", + "latitude": "36.767969", + "longitude": "-86.181300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42166", + "city": "Summer Shade", + "state": "KY", + "latitude": "36.863220", + "longitude": "-85.717740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42167", + "city": "Tompkinsville", + "state": "KY", + "latitude": "36.712179", + "longitude": "-85.675670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42170", + "city": "Woodburn", + "state": "KY", + "latitude": "36.832502", + "longitude": "-86.554000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42171", + "city": "Smiths Grove", + "state": "KY", + "latitude": "37.046968", + "longitude": "-86.171810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42201", + "city": "Aberdeen", + "state": "KY", + "latitude": "37.279564", + "longitude": "-86.670181", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42202", + "city": "Adairville", + "state": "KY", + "latitude": "36.681441", + "longitude": "-86.853650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42203", + "city": "Allegre", + "state": "KY", + "latitude": "36.929243", + "longitude": "-87.219328", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42204", + "city": "Allensville", + "state": "KY", + "latitude": "36.709960", + "longitude": "-87.071050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42206", + "city": "Auburn", + "state": "KY", + "latitude": "36.881837", + "longitude": "-86.719830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42207", + "city": "Bee Spring", + "state": "KY", + "latitude": "37.293315", + "longitude": "-86.265570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42209", + "city": "Brooklyn", + "state": "KY", + "latitude": "37.197491", + "longitude": "-86.672160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42210", + "city": "Brownsville", + "state": "KY", + "latitude": "37.215448", + "longitude": "-86.290130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42211", + "city": "Cadiz", + "state": "KY", + "latitude": "36.846471", + "longitude": "-87.864090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42214", + "city": "Center", + "state": "KY", + "latitude": "37.143908", + "longitude": "-85.669450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42215", + "city": "Cerulean", + "state": "KY", + "latitude": "36.983293", + "longitude": "-87.682730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42216", + "city": "Clifty", + "state": "KY", + "latitude": "37.004492", + "longitude": "-87.152148", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42217", + "city": "Crofton", + "state": "KY", + "latitude": "37.044130", + "longitude": "-87.482190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42219", + "city": "Dunbar", + "state": "KY", + "latitude": "37.170909", + "longitude": "-86.767822", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42220", + "city": "Elkton", + "state": "KY", + "latitude": "36.887716", + "longitude": "-87.185260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42221", + "city": "Fairview", + "state": "KY", + "latitude": "36.898071", + "longitude": "-87.496529", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42223", + "city": "Fort Campbell", + "state": "KY", + "latitude": "36.654943", + "longitude": "-87.461880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42232", + "city": "Gracey", + "state": "KY", + "latitude": "36.847924", + "longitude": "-87.657900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42234", + "city": "Guthrie", + "state": "KY", + "latitude": "36.673268", + "longitude": "-87.180890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42235", + "city": "Hadley", + "state": "KY", + "latitude": "36.983441", + "longitude": "-86.394012", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42236", + "city": "Herndon", + "state": "KY", + "latitude": "36.705024", + "longitude": "-87.599350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42240", + "city": "Hopkinsville", + "state": "KY", + "latitude": "36.866845", + "longitude": "-87.476170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42241", + "city": "Hopkinsville", + "state": "KY", + "latitude": "36.898071", + "longitude": "-87.496529", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42251", + "city": "Huntsville", + "state": "KY", + "latitude": "37.157967", + "longitude": "-86.885846", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42252", + "city": "Jetson", + "state": "KY", + "latitude": "37.248326", + "longitude": "-86.509271", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42253", + "city": "Science Hill", + "state": "KY", + "latitude": "37.179250", + "longitude": "-84.633915", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42254", + "city": "La Fayette", + "state": "KY", + "latitude": "36.657405", + "longitude": "-87.656330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42256", + "city": "Lewisburg", + "state": "KY", + "latitude": "37.020366", + "longitude": "-86.942840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42257", + "city": "Lindseyville", + "state": "KY", + "latitude": "37.237211", + "longitude": "-86.299361", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42259", + "city": "Mammoth Cave", + "state": "KY", + "latitude": "37.274689", + "longitude": "-86.198180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42261", + "city": "Morgantown", + "state": "KY", + "latitude": "37.219254", + "longitude": "-86.679880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42262", + "city": "Oak Grove", + "state": "KY", + "latitude": "36.664334", + "longitude": "-87.427890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42265", + "city": "Olmstead", + "state": "KY", + "latitude": "36.752802", + "longitude": "-87.020030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42266", + "city": "Pembroke", + "state": "KY", + "latitude": "36.780906", + "longitude": "-87.343050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42267", + "city": "Provo", + "state": "KY", + "latitude": "37.229645", + "longitude": "-86.804803", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42270", + "city": "Richardsville", + "state": "KY", + "latitude": "36.983441", + "longitude": "-86.394012", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42273", + "city": "Rochester", + "state": "KY", + "latitude": "37.196636", + "longitude": "-86.876250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42274", + "city": "Rockfield", + "state": "KY", + "latitude": "36.931416", + "longitude": "-86.625070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42275", + "city": "Roundhill", + "state": "KY", + "latitude": "37.223167", + "longitude": "-86.440620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42276", + "city": "Russellville", + "state": "KY", + "latitude": "36.860612", + "longitude": "-86.881710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42280", + "city": "Sharon Grove", + "state": "KY", + "latitude": "36.953559", + "longitude": "-87.098870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42283", + "city": "South Union", + "state": "KY", + "latitude": "36.869206", + "longitude": "-86.663225", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42285", + "city": "Sweeden", + "state": "KY", + "latitude": "37.273726", + "longitude": "-86.274990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42286", + "city": "Trenton", + "state": "KY", + "latitude": "36.727378", + "longitude": "-87.269710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42287", + "city": "Welchs Creek", + "state": "KY", + "latitude": "37.311676", + "longitude": "-86.529130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42288", + "city": "Woodbury", + "state": "KY", + "latitude": "37.197491", + "longitude": "-86.672160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42301", + "city": "Owensboro", + "state": "KY", + "latitude": "37.753347", + "longitude": "-87.174190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42302", + "city": "Owensboro", + "state": "KY", + "latitude": "37.745491", + "longitude": "-87.112823", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42303", + "city": "Owensboro", + "state": "KY", + "latitude": "37.758568", + "longitude": "-87.087140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42304", + "city": "Owensboro", + "state": "KY", + "latitude": "37.745491", + "longitude": "-87.112823", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42320", + "city": "Beaver Dam", + "state": "KY", + "latitude": "37.377266", + "longitude": "-86.883640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42321", + "city": "Beech Creek", + "state": "KY", + "latitude": "37.177839", + "longitude": "-87.057610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42322", + "city": "Beech Grove", + "state": "KY", + "latitude": "37.615062", + "longitude": "-87.406866", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42323", + "city": "Beechmont", + "state": "KY", + "latitude": "37.172261", + "longitude": "-87.036770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42324", + "city": "Belton", + "state": "KY", + "latitude": "37.150125", + "longitude": "-87.006570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42325", + "city": "Bremen", + "state": "KY", + "latitude": "37.333802", + "longitude": "-87.268070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42326", + "city": "Browder", + "state": "KY", + "latitude": "37.198074", + "longitude": "-87.014030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42327", + "city": "Calhoun", + "state": "KY", + "latitude": "37.575772", + "longitude": "-87.294990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42328", + "city": "Centertown", + "state": "KY", + "latitude": "37.410099", + "longitude": "-87.034330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42330", + "city": "Central City", + "state": "KY", + "latitude": "37.299591", + "longitude": "-87.129920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42332", + "city": "Cleaton", + "state": "KY", + "latitude": "37.251296", + "longitude": "-87.090710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42333", + "city": "Cromwell", + "state": "KY", + "latitude": "37.349023", + "longitude": "-86.765650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42334", + "city": "Curdsville", + "state": "KY", + "latitude": "37.745491", + "longitude": "-87.112823", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42337", + "city": "Drakesboro", + "state": "KY", + "latitude": "37.227223", + "longitude": "-87.013490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42338", + "city": "Dundee", + "state": "KY", + "latitude": "37.559872", + "longitude": "-86.772540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42339", + "city": "Dunmor", + "state": "KY", + "latitude": "37.094139", + "longitude": "-86.974600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42343", + "city": "Fordsville", + "state": "KY", + "latitude": "37.655016", + "longitude": "-86.693030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42344", + "city": "Graham", + "state": "KY", + "latitude": "37.240117", + "longitude": "-87.293960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42345", + "city": "Greenville", + "state": "KY", + "latitude": "37.166299", + "longitude": "-87.183330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42347", + "city": "Hartford", + "state": "KY", + "latitude": "37.471839", + "longitude": "-86.906300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42348", + "city": "Hawesville", + "state": "KY", + "latitude": "37.882498", + "longitude": "-86.762970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42349", + "city": "Horse Branch", + "state": "KY", + "latitude": "37.433703", + "longitude": "-86.669520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42350", + "city": "Island", + "state": "KY", + "latitude": "37.456942", + "longitude": "-87.171070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42351", + "city": "Lewisport", + "state": "KY", + "latitude": "37.918157", + "longitude": "-86.892430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42352", + "city": "Livermore", + "state": "KY", + "latitude": "37.502836", + "longitude": "-87.111620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42354", + "city": "McHenry", + "state": "KY", + "latitude": "37.379900", + "longitude": "-86.925800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42355", + "city": "Maceo", + "state": "KY", + "latitude": "37.869750", + "longitude": "-86.995350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42356", + "city": "Maple Mount", + "state": "KY", + "latitude": "37.693229", + "longitude": "-87.323841", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42361", + "city": "Olaton", + "state": "KY", + "latitude": "37.517388", + "longitude": "-86.684600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42364", + "city": "Pellville", + "state": "KY", + "latitude": "37.827235", + "longitude": "-86.804814", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42365", + "city": "Penrod", + "state": "KY", + "latitude": "37.114594", + "longitude": "-87.001750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42366", + "city": "Philpot", + "state": "KY", + "latitude": "37.729714", + "longitude": "-86.928380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42367", + "city": "Powderly", + "state": "KY", + "latitude": "37.242948", + "longitude": "-87.154898", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42368", + "city": "Reynolds Station", + "state": "KY", + "latitude": "37.710929", + "longitude": "-86.754870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42369", + "city": "Rockport", + "state": "KY", + "latitude": "37.337926", + "longitude": "-86.996850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42370", + "city": "Rosine", + "state": "KY", + "latitude": "37.448681", + "longitude": "-86.741210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42371", + "city": "Rumsey", + "state": "KY", + "latitude": "37.508047", + "longitude": "-87.292930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42372", + "city": "Sacramento", + "state": "KY", + "latitude": "37.412770", + "longitude": "-87.280630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42374", + "city": "South Carrollton", + "state": "KY", + "latitude": "37.339760", + "longitude": "-87.145140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42375", + "city": "Stanley", + "state": "KY", + "latitude": "37.745491", + "longitude": "-87.112823", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42376", + "city": "Utica", + "state": "KY", + "latitude": "37.598406", + "longitude": "-87.091130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42377", + "city": "West Louisville", + "state": "KY", + "latitude": "37.745491", + "longitude": "-87.112823", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42378", + "city": "Whitesville", + "state": "KY", + "latitude": "37.666515", + "longitude": "-86.864540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42400", + "city": "Morganfield", + "state": "KY", + "latitude": "37.784577", + "longitude": "-87.724060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42402", + "city": "Baskett", + "state": "KY", + "latitude": "37.778911", + "longitude": "-87.601240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42403", + "city": "Blackford", + "state": "KY", + "latitude": "37.448198", + "longitude": "-87.933910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42404", + "city": "Clay", + "state": "KY", + "latitude": "37.481719", + "longitude": "-87.839400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42406", + "city": "Corydon", + "state": "KY", + "latitude": "37.743264", + "longitude": "-87.731730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42408", + "city": "Dawson Springs", + "state": "KY", + "latitude": "37.183465", + "longitude": "-87.684130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42409", + "city": "Dixon", + "state": "KY", + "latitude": "37.521650", + "longitude": "-87.697010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42410", + "city": "Earlington", + "state": "KY", + "latitude": "37.275896", + "longitude": "-87.514980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42411", + "city": "Fredonia", + "state": "KY", + "latitude": "37.216778", + "longitude": "-88.014380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42413", + "city": "Hanson", + "state": "KY", + "latitude": "37.425687", + "longitude": "-87.495000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42419", + "city": "Henderson", + "state": "KY", + "latitude": "37.807173", + "longitude": "-87.599052", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42420", + "city": "Henderson", + "state": "KY", + "latitude": "37.825094", + "longitude": "-87.560550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42431", + "city": "Madisonville", + "state": "KY", + "latitude": "37.330791", + "longitude": "-87.503780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42436", + "city": "Manitou", + "state": "KY", + "latitude": "37.458645", + "longitude": "-87.548280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42437", + "city": "Morganfield", + "state": "KY", + "latitude": "37.674160", + "longitude": "-87.901990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42440", + "city": "Mortons Gap", + "state": "KY", + "latitude": "37.238785", + "longitude": "-87.469860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42441", + "city": "Nebo", + "state": "KY", + "latitude": "37.363270", + "longitude": "-87.653070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42442", + "city": "Nortonville", + "state": "KY", + "latitude": "37.178627", + "longitude": "-87.467020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42444", + "city": "Poole", + "state": "KY", + "latitude": "37.641689", + "longitude": "-87.637860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42445", + "city": "Princeton", + "state": "KY", + "latitude": "37.125960", + "longitude": "-87.874290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42450", + "city": "Providence", + "state": "KY", + "latitude": "37.396445", + "longitude": "-87.764280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42451", + "city": "Reed", + "state": "KY", + "latitude": "37.859415", + "longitude": "-87.370050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42452", + "city": "Robards", + "state": "KY", + "latitude": "37.674669", + "longitude": "-87.542910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42453", + "city": "Saint Charles", + "state": "KY", + "latitude": "37.143686", + "longitude": "-87.596620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42455", + "city": "Sebree", + "state": "KY", + "latitude": "37.600857", + "longitude": "-87.526350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42456", + "city": "Slaughters", + "state": "KY", + "latitude": "37.514424", + "longitude": "-87.499750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42457", + "city": "Smith Mills", + "state": "KY", + "latitude": "37.801347", + "longitude": "-87.765860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42458", + "city": "Spottsville", + "state": "KY", + "latitude": "37.860142", + "longitude": "-87.418660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42459", + "city": "Sturgis", + "state": "KY", + "latitude": "37.558719", + "longitude": "-87.996320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42460", + "city": "Sullivan", + "state": "KY", + "latitude": "37.493997", + "longitude": "-87.932773", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42461", + "city": "Uniontown", + "state": "KY", + "latitude": "37.771573", + "longitude": "-87.916140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42462", + "city": "Waverly", + "state": "KY", + "latitude": "37.729871", + "longitude": "-87.818910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42463", + "city": "Wheatcroft", + "state": "KY", + "latitude": "37.488169", + "longitude": "-87.863100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42464", + "city": "White Plains", + "state": "KY", + "latitude": "37.168568", + "longitude": "-87.378790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42501", + "city": "Somerset", + "state": "KY", + "latitude": "37.075624", + "longitude": "-84.544370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42502", + "city": "Somerset", + "state": "KY", + "latitude": "37.093250", + "longitude": "-84.427729", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42503", + "city": "Somerset", + "state": "KY", + "latitude": "37.112274", + "longitude": "-84.588000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42516", + "city": "Bethelridge", + "state": "KY", + "latitude": "37.191504", + "longitude": "-84.798320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42518", + "city": "Bronston", + "state": "KY", + "latitude": "36.945930", + "longitude": "-84.632780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42519", + "city": "Burnside", + "state": "KY", + "latitude": "36.965123", + "longitude": "-84.554580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42528", + "city": "Dunnville", + "state": "KY", + "latitude": "37.180186", + "longitude": "-85.023960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42533", + "city": "Ferguson", + "state": "KY", + "latitude": "37.067452", + "longitude": "-84.603010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42539", + "city": "Liberty", + "state": "KY", + "latitude": "37.305705", + "longitude": "-84.945890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42541", + "city": "Middleburg", + "state": "KY", + "latitude": "37.367700", + "longitude": "-84.807320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42544", + "city": "Nancy", + "state": "KY", + "latitude": "37.029286", + "longitude": "-84.813650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42553", + "city": "Science Hill", + "state": "KY", + "latitude": "37.177577", + "longitude": "-84.654810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42558", + "city": "Tateville", + "state": "KY", + "latitude": "36.949190", + "longitude": "-84.581482", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42564", + "city": "West Somerset", + "state": "KY", + "latitude": "37.111433", + "longitude": "-84.592898", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42565", + "city": "Windsor", + "state": "KY", + "latitude": "37.144759", + "longitude": "-84.895240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42566", + "city": "Yosemite", + "state": "KY", + "latitude": "37.303038", + "longitude": "-84.776740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42567", + "city": "Eubank", + "state": "KY", + "latitude": "37.250746", + "longitude": "-84.617810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42602", + "city": "Albany", + "state": "KY", + "latitude": "36.720240", + "longitude": "-85.135390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42603", + "city": "Alpha", + "state": "KY", + "latitude": "36.770300", + "longitude": "-85.010430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42629", + "city": "Jamestown", + "state": "KY", + "latitude": "36.946642", + "longitude": "-85.099810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42631", + "city": "Marshes Siding", + "state": "KY", + "latitude": "36.762748", + "longitude": "-84.510360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42632", + "city": "Mill Springs", + "state": "KY", + "latitude": "36.932769", + "longitude": "-84.775700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42633", + "city": "Monticello", + "state": "KY", + "latitude": "36.801922", + "longitude": "-84.828410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42634", + "city": "Parkers Lake", + "state": "KY", + "latitude": "36.881682", + "longitude": "-84.421430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42635", + "city": "Pine Knot", + "state": "KY", + "latitude": "36.663153", + "longitude": "-84.416110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42637", + "city": "Monticello", + "state": "KY", + "latitude": "36.843563", + "longitude": "-84.841004", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42638", + "city": "Revelo", + "state": "KY", + "latitude": "36.673236", + "longitude": "-84.470950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42642", + "city": "Russell Springs", + "state": "KY", + "latitude": "37.054010", + "longitude": "-85.061420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42647", + "city": "Stearns", + "state": "KY", + "latitude": "36.710692", + "longitude": "-84.554160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42649", + "city": "Strunk", + "state": "KY", + "latitude": "36.631706", + "longitude": "-84.421830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42653", + "city": "Whitley City", + "state": "KY", + "latitude": "36.772507", + "longitude": "-84.477850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42701", + "city": "Elizabethtown", + "state": "KY", + "latitude": "37.704287", + "longitude": "-85.864030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42702", + "city": "Elizabethtown", + "state": "KY", + "latitude": "37.723474", + "longitude": "-85.976854", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42711", + "city": "Bakerton", + "state": "KY", + "latitude": "36.898169", + "longitude": "-85.310560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42712", + "city": "Big Clifty", + "state": "KY", + "latitude": "37.581023", + "longitude": "-86.156420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42713", + "city": "Bonnieville", + "state": "KY", + "latitude": "37.381189", + "longitude": "-85.881750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42715", + "city": "Breeding", + "state": "KY", + "latitude": "36.954911", + "longitude": "-85.395530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42716", + "city": "Buffalo", + "state": "KY", + "latitude": "37.475340", + "longitude": "-85.609870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42717", + "city": "Burkesville", + "state": "KY", + "latitude": "36.765985", + "longitude": "-85.399710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42718", + "city": "Campbellsville", + "state": "KY", + "latitude": "37.372314", + "longitude": "-85.354900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42719", + "city": "Campbellsville", + "state": "KY", + "latitude": "37.337936", + "longitude": "-85.330374", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42720", + "city": "Cane Valley", + "state": "KY", + "latitude": "37.121145", + "longitude": "-85.370926", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42721", + "city": "Caneyville", + "state": "KY", + "latitude": "37.413211", + "longitude": "-86.498840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42722", + "city": "Canmer", + "state": "KY", + "latitude": "37.271372", + "longitude": "-85.726390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42724", + "city": "Cecilia", + "state": "KY", + "latitude": "37.668721", + "longitude": "-86.025270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42726", + "city": "Clarkson", + "state": "KY", + "latitude": "37.429456", + "longitude": "-86.164480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42728", + "city": "Columbia", + "state": "KY", + "latitude": "37.123196", + "longitude": "-85.275610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42729", + "city": "Cub Run", + "state": "KY", + "latitude": "37.304661", + "longitude": "-86.129870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42731", + "city": "Dubre", + "state": "KY", + "latitude": "36.839500", + "longitude": "-85.555260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42732", + "city": "Eastview", + "state": "KY", + "latitude": "37.606543", + "longitude": "-86.104130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42733", + "city": "Elk Horn", + "state": "KY", + "latitude": "37.353227", + "longitude": "-85.162800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42735", + "city": "Fairplay", + "state": "KY", + "latitude": "37.045089", + "longitude": "-85.296830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42740", + "city": "Glendale", + "state": "KY", + "latitude": "37.596410", + "longitude": "-85.922940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42741", + "city": "Glens Fork", + "state": "KY", + "latitude": "36.981820", + "longitude": "-85.229880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42742", + "city": "Gradyville", + "state": "KY", + "latitude": "37.098391", + "longitude": "-85.501990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42743", + "city": "Greensburg", + "state": "KY", + "latitude": "37.234802", + "longitude": "-85.514360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42746", + "city": "Hardyville", + "state": "KY", + "latitude": "37.199656", + "longitude": "-85.734690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42748", + "city": "Hodgenville", + "state": "KY", + "latitude": "37.566527", + "longitude": "-85.714520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42749", + "city": "Horse Cave", + "state": "KY", + "latitude": "37.176738", + "longitude": "-85.882880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42753", + "city": "Knifley", + "state": "KY", + "latitude": "37.242258", + "longitude": "-85.202710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42754", + "city": "Leitchfield", + "state": "KY", + "latitude": "37.479797", + "longitude": "-86.307310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42755", + "city": "Leitchfield", + "state": "KY", + "latitude": "37.471943", + "longitude": "-86.343941", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42757", + "city": "Magnolia", + "state": "KY", + "latitude": "37.415382", + "longitude": "-85.715970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42758", + "city": "Mannsville", + "state": "KY", + "latitude": "37.360392", + "longitude": "-85.198031", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42759", + "city": "Marrowbone", + "state": "KY", + "latitude": "36.824961", + "longitude": "-85.504810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42761", + "city": "Milltown", + "state": "KY", + "latitude": "37.113189", + "longitude": "-85.441770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42762", + "city": "Millwood", + "state": "KY", + "latitude": "37.443289", + "longitude": "-86.405310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42764", + "city": "Mount Sherman", + "state": "KY", + "latitude": "37.463961", + "longitude": "-85.639231", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42765", + "city": "Munfordville", + "state": "KY", + "latitude": "37.291869", + "longitude": "-85.907860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42776", + "city": "Sonora", + "state": "KY", + "latitude": "37.520250", + "longitude": "-85.880700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42782", + "city": "Summersville", + "state": "KY", + "latitude": "37.349798", + "longitude": "-85.645360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42783", + "city": "Summit", + "state": "KY", + "latitude": "37.567134", + "longitude": "-86.085259", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42784", + "city": "Upton", + "state": "KY", + "latitude": "37.456599", + "longitude": "-85.901640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "42786", + "city": "Waterview", + "state": "KY", + "latitude": "36.819839", + "longitude": "-85.462435", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "42788", + "city": "White Mills", + "state": "KY", + "latitude": "37.551250", + "longitude": "-86.031150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43001", + "city": "Alexandria", + "state": "OH", + "latitude": "40.091576", + "longitude": "-82.612250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43002", + "city": "Amlin", + "state": "OH", + "latitude": "40.059910", + "longitude": "-83.182990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43003", + "city": "Ashley", + "state": "OH", + "latitude": "40.409940", + "longitude": "-82.961240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43004", + "city": "Blacklick", + "state": "OH", + "latitude": "39.998073", + "longitude": "-82.805200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43005", + "city": "Bladensburg", + "state": "OH", + "latitude": "40.285043", + "longitude": "-82.282180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43006", + "city": "Brinkhaven", + "state": "OH", + "latitude": "40.471139", + "longitude": "-82.169470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43007", + "city": "Broadway", + "state": "OH", + "latitude": "40.340633", + "longitude": "-83.416306", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43008", + "city": "Buckeye Lake", + "state": "OH", + "latitude": "39.933980", + "longitude": "-82.479320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43009", + "city": "Cable", + "state": "OH", + "latitude": "40.175413", + "longitude": "-83.645790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43010", + "city": "Catawba", + "state": "OH", + "latitude": "40.000364", + "longitude": "-83.621420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43011", + "city": "Centerburg", + "state": "OH", + "latitude": "40.304121", + "longitude": "-82.680290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43013", + "city": "Croton", + "state": "OH", + "latitude": "40.235446", + "longitude": "-82.690540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43014", + "city": "Danville", + "state": "OH", + "latitude": "40.470806", + "longitude": "-82.264220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43015", + "city": "Delaware", + "state": "OH", + "latitude": "40.295925", + "longitude": "-83.069680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43016", + "city": "Dublin", + "state": "OH", + "latitude": "40.089811", + "longitude": "-83.139830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43017", + "city": "Dublin", + "state": "OH", + "latitude": "40.109478", + "longitude": "-83.127130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43018", + "city": "Etna", + "state": "OH", + "latitude": "39.956994", + "longitude": "-82.683070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43019", + "city": "Fredericktown", + "state": "OH", + "latitude": "40.493191", + "longitude": "-82.569980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43021", + "city": "Galena", + "state": "OH", + "latitude": "40.202298", + "longitude": "-82.894370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43022", + "city": "Gambier", + "state": "OH", + "latitude": "40.351781", + "longitude": "-82.355430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43023", + "city": "Granville", + "state": "OH", + "latitude": "40.070985", + "longitude": "-82.521340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43025", + "city": "Hebron", + "state": "OH", + "latitude": "39.958869", + "longitude": "-82.498820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43026", + "city": "Hilliard", + "state": "OH", + "latitude": "40.021665", + "longitude": "-83.147620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43027", + "city": "Homer", + "state": "OH", + "latitude": "40.132821", + "longitude": "-82.561556", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43028", + "city": "Howard", + "state": "OH", + "latitude": "40.420650", + "longitude": "-82.314850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43029", + "city": "Irwin", + "state": "OH", + "latitude": "40.108356", + "longitude": "-83.448680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43030", + "city": "Jacksontown", + "state": "OH", + "latitude": "39.968846", + "longitude": "-82.430017", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43031", + "city": "Johnstown", + "state": "OH", + "latitude": "40.151979", + "longitude": "-82.669440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43032", + "city": "Kilbourne", + "state": "OH", + "latitude": "40.328773", + "longitude": "-82.958240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43033", + "city": "Kirkersville", + "state": "OH", + "latitude": "39.960661", + "longitude": "-82.596130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43035", + "city": "Lewis Center", + "state": "OH", + "latitude": "40.173636", + "longitude": "-82.996750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43036", + "city": "Magnetic Springs", + "state": "OH", + "latitude": "40.353133", + "longitude": "-83.262890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43037", + "city": "Martinsburg", + "state": "OH", + "latitude": "40.274530", + "longitude": "-82.344360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43040", + "city": "Marysville", + "state": "OH", + "latitude": "40.255973", + "longitude": "-83.363910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43041", + "city": "Marysville", + "state": "OH", + "latitude": "40.306924", + "longitude": "-83.360645", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43044", + "city": "Mechanicsburg", + "state": "OH", + "latitude": "40.052907", + "longitude": "-83.572230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43045", + "city": "Milford Center", + "state": "OH", + "latitude": "40.179696", + "longitude": "-83.442660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43046", + "city": "Millersport", + "state": "OH", + "latitude": "39.900063", + "longitude": "-82.536960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43047", + "city": "Mingo", + "state": "OH", + "latitude": "40.204914", + "longitude": "-83.646581", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43048", + "city": "Mount Liberty", + "state": "OH", + "latitude": "40.406113", + "longitude": "-82.465777", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43050", + "city": "Mount Vernon", + "state": "OH", + "latitude": "40.385636", + "longitude": "-82.482540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43054", + "city": "New Albany", + "state": "OH", + "latitude": "40.080252", + "longitude": "-82.824620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43055", + "city": "Newark", + "state": "OH", + "latitude": "40.079115", + "longitude": "-82.400540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43056", + "city": "Heath", + "state": "OH", + "latitude": "40.017096", + "longitude": "-82.343220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43058", + "city": "Newark", + "state": "OH", + "latitude": "40.095148", + "longitude": "-82.482659", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43060", + "city": "North Lewisburg", + "state": "OH", + "latitude": "40.223286", + "longitude": "-83.561720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43061", + "city": "Ostrander", + "state": "OH", + "latitude": "40.285343", + "longitude": "-83.204260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43062", + "city": "Pataskala", + "state": "OH", + "latitude": "39.994001", + "longitude": "-82.676520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43064", + "city": "Plain City", + "state": "OH", + "latitude": "40.103133", + "longitude": "-83.268250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43065", + "city": "Powell", + "state": "OH", + "latitude": "40.155515", + "longitude": "-83.084150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43066", + "city": "Radnor", + "state": "OH", + "latitude": "40.400799", + "longitude": "-83.152160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43067", + "city": "Raymond", + "state": "OH", + "latitude": "40.355958", + "longitude": "-83.466810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43068", + "city": "Reynoldsburg", + "state": "OH", + "latitude": "39.956384", + "longitude": "-82.796100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43070", + "city": "Rosewood", + "state": "OH", + "latitude": "40.217799", + "longitude": "-83.960440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43071", + "city": "Saint Louisville", + "state": "OH", + "latitude": "40.173402", + "longitude": "-82.366530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43072", + "city": "Saint Paris", + "state": "OH", + "latitude": "40.123455", + "longitude": "-83.954160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43073", + "city": "Summit Station", + "state": "OH", + "latitude": "39.996516", + "longitude": "-82.754034", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43074", + "city": "Sunbury", + "state": "OH", + "latitude": "40.270926", + "longitude": "-82.845010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43076", + "city": "Thornville", + "state": "OH", + "latitude": "39.909915", + "longitude": "-82.410130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43077", + "city": "Unionville Center", + "state": "OH", + "latitude": "40.136336", + "longitude": "-83.341500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43078", + "city": "Urbana", + "state": "OH", + "latitude": "40.112531", + "longitude": "-83.766330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43080", + "city": "Utica", + "state": "OH", + "latitude": "40.242377", + "longitude": "-82.427750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43081", + "city": "Westerville", + "state": "OH", + "latitude": "40.109513", + "longitude": "-82.916060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43082", + "city": "Westerville", + "state": "OH", + "latitude": "40.148520", + "longitude": "-82.912780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43083", + "city": "Westville", + "state": "OH", + "latitude": "40.102185", + "longitude": "-83.837860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43084", + "city": "Woodstock", + "state": "OH", + "latitude": "40.145952", + "longitude": "-83.524880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43085", + "city": "Columbus", + "state": "OH", + "latitude": "40.097796", + "longitude": "-83.020760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43086", + "city": "Westerville", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43093", + "city": "Newark", + "state": "OH", + "latitude": "40.095148", + "longitude": "-82.482659", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43098", + "city": "Hebron", + "state": "OH", + "latitude": "40.095148", + "longitude": "-82.482659", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43101", + "city": "Adelphi", + "state": "OH", + "latitude": "39.466041", + "longitude": "-82.745700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43102", + "city": "Amanda", + "state": "OH", + "latitude": "39.651028", + "longitude": "-82.760980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43103", + "city": "Ashville", + "state": "OH", + "latitude": "39.720751", + "longitude": "-82.948420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43105", + "city": "Baltimore", + "state": "OH", + "latitude": "39.860353", + "longitude": "-82.613560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43106", + "city": "Bloomingburg", + "state": "OH", + "latitude": "39.624916", + "longitude": "-83.402670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43107", + "city": "Bremen", + "state": "OH", + "latitude": "39.703126", + "longitude": "-82.419370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43109", + "city": "Brice", + "state": "OH", + "latitude": "39.916574", + "longitude": "-82.832180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43110", + "city": "Canal Winchester", + "state": "OH", + "latitude": "39.854413", + "longitude": "-82.808720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43111", + "city": "Carbon Hill", + "state": "OH", + "latitude": "39.501342", + "longitude": "-82.244340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43112", + "city": "Carroll", + "state": "OH", + "latitude": "39.803993", + "longitude": "-82.709530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43113", + "city": "Circleville", + "state": "OH", + "latitude": "39.598236", + "longitude": "-82.942850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43115", + "city": "Clarksburg", + "state": "OH", + "latitude": "39.501913", + "longitude": "-83.173830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43116", + "city": "Commercial Point", + "state": "OH", + "latitude": "39.768502", + "longitude": "-83.060070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43117", + "city": "Derby", + "state": "OH", + "latitude": "39.773025", + "longitude": "-83.199472", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43119", + "city": "Galloway", + "state": "OH", + "latitude": "39.939871", + "longitude": "-83.166700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43123", + "city": "Grove City", + "state": "OH", + "latitude": "39.886280", + "longitude": "-83.079890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43125", + "city": "Groveport", + "state": "OH", + "latitude": "39.852363", + "longitude": "-82.895890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43126", + "city": "Harrisburg", + "state": "OH", + "latitude": "39.810093", + "longitude": "-83.170850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43127", + "city": "Haydenville", + "state": "OH", + "latitude": "39.482096", + "longitude": "-82.327980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43128", + "city": "Jeffersonville", + "state": "OH", + "latitude": "39.651917", + "longitude": "-83.572360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43130", + "city": "Lancaster", + "state": "OH", + "latitude": "39.712887", + "longitude": "-82.612160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43135", + "city": "Laurelville", + "state": "OH", + "latitude": "39.473379", + "longitude": "-82.710760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43136", + "city": "Lithopolis", + "state": "OH", + "latitude": "39.802655", + "longitude": "-82.808020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43137", + "city": "Lockbourne", + "state": "OH", + "latitude": "39.818249", + "longitude": "-82.981150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43138", + "city": "Logan", + "state": "OH", + "latitude": "39.530972", + "longitude": "-82.408010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43140", + "city": "London", + "state": "OH", + "latitude": "39.892676", + "longitude": "-83.436430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43142", + "city": "Milledgeville", + "state": "OH", + "latitude": "39.593121", + "longitude": "-83.587600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43143", + "city": "Mount Sterling", + "state": "OH", + "latitude": "39.710455", + "longitude": "-83.287760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43144", + "city": "Murray City", + "state": "OH", + "latitude": "39.513028", + "longitude": "-82.166500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43145", + "city": "New Holland", + "state": "OH", + "latitude": "39.555409", + "longitude": "-83.264090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43146", + "city": "Orient", + "state": "OH", + "latitude": "39.786202", + "longitude": "-83.146900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43147", + "city": "Pickerington", + "state": "OH", + "latitude": "39.904288", + "longitude": "-82.756000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43148", + "city": "Pleasantville", + "state": "OH", + "latitude": "39.816577", + "longitude": "-82.507910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43149", + "city": "Rockbridge", + "state": "OH", + "latitude": "39.545786", + "longitude": "-82.577040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43150", + "city": "Rushville", + "state": "OH", + "latitude": "39.778306", + "longitude": "-82.414550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43151", + "city": "Sedalia", + "state": "OH", + "latitude": "39.732474", + "longitude": "-83.475870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43152", + "city": "South Bloomingville", + "state": "OH", + "latitude": "39.387214", + "longitude": "-82.623140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43153", + "city": "South Solon", + "state": "OH", + "latitude": "39.721965", + "longitude": "-83.580930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43154", + "city": "Stoutsville", + "state": "OH", + "latitude": "39.605605", + "longitude": "-82.826560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43155", + "city": "Sugar Grove", + "state": "OH", + "latitude": "39.630003", + "longitude": "-82.514590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43156", + "city": "Tarlton", + "state": "OH", + "latitude": "39.554697", + "longitude": "-82.779170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43157", + "city": "Thurston", + "state": "OH", + "latitude": "39.843864", + "longitude": "-82.545550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43158", + "city": "Union Furnace", + "state": "OH", + "latitude": "39.460218", + "longitude": "-82.357200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43160", + "city": "Washington Court House", + "state": "OH", + "latitude": "39.533002", + "longitude": "-83.439050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43162", + "city": "West Jefferson", + "state": "OH", + "latitude": "39.939528", + "longitude": "-83.289120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43163", + "city": "West Rushville", + "state": "OH", + "latitude": "39.763100", + "longitude": "-82.447024", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43164", + "city": "Williamsport", + "state": "OH", + "latitude": "39.590417", + "longitude": "-83.112980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43187", + "city": "Pickerington", + "state": "OH", + "latitude": "39.882017", + "longitude": "-82.739875", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43199", + "city": "Groveport", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43201", + "city": "Columbus", + "state": "OH", + "latitude": "39.990764", + "longitude": "-83.001170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43202", + "city": "Columbus", + "state": "OH", + "latitude": "40.018814", + "longitude": "-83.008940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43203", + "city": "Columbus", + "state": "OH", + "latitude": "39.971800", + "longitude": "-82.968800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43204", + "city": "Columbus", + "state": "OH", + "latitude": "39.958496", + "longitude": "-83.082310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43205", + "city": "Columbus", + "state": "OH", + "latitude": "39.957265", + "longitude": "-82.965870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43206", + "city": "Columbus", + "state": "OH", + "latitude": "39.944564", + "longitude": "-82.980850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43207", + "city": "Columbus", + "state": "OH", + "latitude": "39.897695", + "longitude": "-82.969690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43209", + "city": "Columbus", + "state": "OH", + "latitude": "39.958564", + "longitude": "-82.928240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43210", + "city": "Columbus", + "state": "OH", + "latitude": "40.003681", + "longitude": "-83.021480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43211", + "city": "Columbus", + "state": "OH", + "latitude": "40.012714", + "longitude": "-82.971270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43212", + "city": "Columbus", + "state": "OH", + "latitude": "39.988114", + "longitude": "-83.042680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43213", + "city": "Columbus", + "state": "OH", + "latitude": "39.966814", + "longitude": "-82.874130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43214", + "city": "Columbus", + "state": "OH", + "latitude": "40.053063", + "longitude": "-83.018810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43215", + "city": "Columbus", + "state": "OH", + "latitude": "39.965131", + "longitude": "-83.004310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43216", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43217", + "city": "Columbus", + "state": "OH", + "latitude": "39.824831", + "longitude": "-82.943840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43218", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43219", + "city": "Columbus", + "state": "OH", + "latitude": "40.002514", + "longitude": "-82.925890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43220", + "city": "Columbus", + "state": "OH", + "latitude": "40.047273", + "longitude": "-83.069860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43221", + "city": "Columbus", + "state": "OH", + "latitude": "40.020630", + "longitude": "-83.076550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43222", + "city": "Columbus", + "state": "OH", + "latitude": "39.958664", + "longitude": "-83.028560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43223", + "city": "Columbus", + "state": "OH", + "latitude": "39.935263", + "longitude": "-83.045580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43224", + "city": "Columbus", + "state": "OH", + "latitude": "40.039914", + "longitude": "-82.967720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43226", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43227", + "city": "Columbus", + "state": "OH", + "latitude": "39.944231", + "longitude": "-82.890630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43228", + "city": "Columbus", + "state": "OH", + "latitude": "39.954363", + "longitude": "-83.123000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43229", + "city": "Columbus", + "state": "OH", + "latitude": "40.085313", + "longitude": "-82.973260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43230", + "city": "Columbus", + "state": "OH", + "latitude": "40.039963", + "longitude": "-82.878550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43231", + "city": "Columbus", + "state": "OH", + "latitude": "40.076042", + "longitude": "-82.940640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43232", + "city": "Columbus", + "state": "OH", + "latitude": "39.924213", + "longitude": "-82.865630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43234", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43235", + "city": "Columbus", + "state": "OH", + "latitude": "40.099204", + "longitude": "-83.055670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43236", + "city": "Columbus", + "state": "OH", + "latitude": "40.135711", + "longitude": "-83.007626", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43240", + "city": "Columbus", + "state": "OH", + "latitude": "40.146873", + "longitude": "-82.981780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43251", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43260", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43265", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43266", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43268", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43270", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43271", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43272", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43279", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43284", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43287", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43291", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43299", + "city": "Columbus", + "state": "OH", + "latitude": "39.969036", + "longitude": "-83.011389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43301", + "city": "Marion", + "state": "OH", + "latitude": "40.616604", + "longitude": "-83.069296", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43302", + "city": "Marion", + "state": "OH", + "latitude": "40.589747", + "longitude": "-83.121730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43306", + "city": "Marion", + "state": "OH", + "latitude": "40.569410", + "longitude": "-83.139341", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43307", + "city": "Marion", + "state": "OH", + "latitude": "40.569410", + "longitude": "-83.139341", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43310", + "city": "Belle Center", + "state": "OH", + "latitude": "40.518081", + "longitude": "-83.780520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43311", + "city": "Bellefontaine", + "state": "OH", + "latitude": "40.365923", + "longitude": "-83.758160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43314", + "city": "Caledonia", + "state": "OH", + "latitude": "40.642604", + "longitude": "-82.961580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43315", + "city": "Cardington", + "state": "OH", + "latitude": "40.490756", + "longitude": "-82.873120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43316", + "city": "Carey", + "state": "OH", + "latitude": "40.954293", + "longitude": "-83.380680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43317", + "city": "Chesterville", + "state": "OH", + "latitude": "40.479649", + "longitude": "-82.683560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43318", + "city": "De Graff", + "state": "OH", + "latitude": "40.314099", + "longitude": "-83.910410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43319", + "city": "East Liberty", + "state": "OH", + "latitude": "40.307923", + "longitude": "-83.569240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43320", + "city": "Edison", + "state": "OH", + "latitude": "40.583666", + "longitude": "-82.884430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43321", + "city": "Fulton", + "state": "OH", + "latitude": "40.462420", + "longitude": "-82.828310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43322", + "city": "Green Camp", + "state": "OH", + "latitude": "40.531614", + "longitude": "-83.209370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43323", + "city": "Harpster", + "state": "OH", + "latitude": "40.730593", + "longitude": "-83.244540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43324", + "city": "Huntsville", + "state": "OH", + "latitude": "40.460862", + "longitude": "-83.837740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43325", + "city": "Iberia", + "state": "OH", + "latitude": "40.607960", + "longitude": "-82.872954", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43326", + "city": "Kenton", + "state": "OH", + "latitude": "40.642266", + "longitude": "-83.605770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43330", + "city": "Kirby", + "state": "OH", + "latitude": "40.813023", + "longitude": "-83.419606", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43331", + "city": "Lakeview", + "state": "OH", + "latitude": "40.507868", + "longitude": "-83.907050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43332", + "city": "La Rue", + "state": "OH", + "latitude": "40.585905", + "longitude": "-83.382800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43333", + "city": "Lewistown", + "state": "OH", + "latitude": "40.436172", + "longitude": "-83.925280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43334", + "city": "Marengo", + "state": "OH", + "latitude": "40.399648", + "longitude": "-82.807830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43335", + "city": "Martel", + "state": "OH", + "latitude": "40.668497", + "longitude": "-82.909984", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43336", + "city": "Middleburg", + "state": "OH", + "latitude": "40.293691", + "longitude": "-83.582700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43337", + "city": "Morral", + "state": "OH", + "latitude": "40.687548", + "longitude": "-83.229440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43338", + "city": "Mount Gilead", + "state": "OH", + "latitude": "40.555366", + "longitude": "-82.772730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43340", + "city": "Mount Victory", + "state": "OH", + "latitude": "40.547039", + "longitude": "-83.492040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43341", + "city": "New Bloomington", + "state": "OH", + "latitude": "40.587559", + "longitude": "-83.312540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43342", + "city": "Prospect", + "state": "OH", + "latitude": "40.470755", + "longitude": "-83.183050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43343", + "city": "Quincy", + "state": "OH", + "latitude": "40.308916", + "longitude": "-83.973250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43344", + "city": "Richwood", + "state": "OH", + "latitude": "40.430758", + "longitude": "-83.321030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43345", + "city": "Ridgeway", + "state": "OH", + "latitude": "40.513261", + "longitude": "-83.577360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43346", + "city": "Roundhead", + "state": "OH", + "latitude": "40.573227", + "longitude": "-83.846199", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43347", + "city": "Rushsylvania", + "state": "OH", + "latitude": "40.470605", + "longitude": "-83.665380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43348", + "city": "Russells Point", + "state": "OH", + "latitude": "40.469231", + "longitude": "-83.885540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43349", + "city": "Shauck", + "state": "OH", + "latitude": "40.614239", + "longitude": "-82.661938", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43350", + "city": "Sparta", + "state": "OH", + "latitude": "40.394773", + "longitude": "-82.699520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43351", + "city": "Upper Sandusky", + "state": "OH", + "latitude": "40.827320", + "longitude": "-83.299210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43355", + "city": "Ridgeville", + "state": "OH", + "latitude": "41.438281", + "longitude": "-84.254241", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43356", + "city": "Waldo", + "state": "OH", + "latitude": "40.461613", + "longitude": "-83.050470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43357", + "city": "West Liberty", + "state": "OH", + "latitude": "40.254824", + "longitude": "-83.751000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43358", + "city": "West Mansfield", + "state": "OH", + "latitude": "40.413252", + "longitude": "-83.538530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43359", + "city": "Wharton", + "state": "OH", + "latitude": "40.863848", + "longitude": "-83.457140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43360", + "city": "Zanesfield", + "state": "OH", + "latitude": "40.327984", + "longitude": "-83.668840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43381", + "city": "Stokes", + "state": "OH", + "latitude": "40.498069", + "longitude": "-83.921517", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43400", + "city": "Danbury", + "state": "OH", + "latitude": "41.532003", + "longitude": "-82.797419", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43402", + "city": "Bowling Green", + "state": "OH", + "latitude": "41.388519", + "longitude": "-83.657950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43403", + "city": "Bowling Green", + "state": "OH", + "latitude": "41.392350", + "longitude": "-83.648996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43406", + "city": "Bradner", + "state": "OH", + "latitude": "41.328037", + "longitude": "-83.438020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43407", + "city": "Burgoon", + "state": "OH", + "latitude": "41.277969", + "longitude": "-83.245780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43408", + "city": "Clay Center", + "state": "OH", + "latitude": "41.565049", + "longitude": "-83.363000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43410", + "city": "Clyde", + "state": "OH", + "latitude": "41.304387", + "longitude": "-82.969250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43412", + "city": "Curtice", + "state": "OH", + "latitude": "41.636780", + "longitude": "-83.307240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43413", + "city": "Cygnet", + "state": "OH", + "latitude": "41.240054", + "longitude": "-83.649850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43414", + "city": "Dunbridge", + "state": "OH", + "latitude": "41.392350", + "longitude": "-83.648996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43416", + "city": "Elmore", + "state": "OH", + "latitude": "41.477061", + "longitude": "-83.283610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43420", + "city": "Fremont", + "state": "OH", + "latitude": "41.353070", + "longitude": "-83.112170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43430", + "city": "Genoa", + "state": "OH", + "latitude": "41.523309", + "longitude": "-83.370720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43431", + "city": "Gibsonburg", + "state": "OH", + "latitude": "41.390878", + "longitude": "-83.323130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43432", + "city": "Graytown", + "state": "OH", + "latitude": "41.553383", + "longitude": "-83.255970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43433", + "city": "Gypsum", + "state": "OH", + "latitude": "41.503759", + "longitude": "-82.870840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43434", + "city": "Harbor View", + "state": "OH", + "latitude": "41.645699", + "longitude": "-83.620233", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43435", + "city": "Helena", + "state": "OH", + "latitude": "41.333956", + "longitude": "-83.303330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43436", + "city": "Isle Saint George", + "state": "OH", + "latitude": "41.715332", + "longitude": "-82.822697", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43437", + "city": "Jerry City", + "state": "OH", + "latitude": "41.252306", + "longitude": "-83.604640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43438", + "city": "Kelleys Island", + "state": "OH", + "latitude": "41.601343", + "longitude": "-82.697440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43439", + "city": "Lacarne", + "state": "OH", + "latitude": "41.517510", + "longitude": "-83.042930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43440", + "city": "Lakeside Marblehead", + "state": "OH", + "latitude": "41.533186", + "longitude": "-82.758810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43441", + "city": "Lemoyne", + "state": "OH", + "latitude": "41.536132", + "longitude": "-83.459380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43442", + "city": "Lindsey", + "state": "OH", + "latitude": "41.425328", + "longitude": "-83.225300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43443", + "city": "Luckey", + "state": "OH", + "latitude": "41.455078", + "longitude": "-83.477350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43445", + "city": "Martin", + "state": "OH", + "latitude": "41.596682", + "longitude": "-83.289850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43446", + "city": "Middle Bass", + "state": "OH", + "latitude": "41.683477", + "longitude": "-82.804677", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43447", + "city": "Millbury", + "state": "OH", + "latitude": "41.567800", + "longitude": "-83.433000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43449", + "city": "Oak Harbor", + "state": "OH", + "latitude": "41.534460", + "longitude": "-83.135690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43450", + "city": "Pemberville", + "state": "OH", + "latitude": "41.403100", + "longitude": "-83.476640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43451", + "city": "Portage", + "state": "OH", + "latitude": "41.318285", + "longitude": "-83.628350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43452", + "city": "Port Clinton", + "state": "OH", + "latitude": "41.512855", + "longitude": "-82.929480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43456", + "city": "Put In Bay", + "state": "OH", + "latitude": "41.671574", + "longitude": "-82.812780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43457", + "city": "Risingsun", + "state": "OH", + "latitude": "41.269279", + "longitude": "-83.431710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43458", + "city": "Rocky Ridge", + "state": "OH", + "latitude": "41.532215", + "longitude": "-83.210260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43460", + "city": "Rossford", + "state": "OH", + "latitude": "41.603797", + "longitude": "-83.561900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43462", + "city": "Rudolph", + "state": "OH", + "latitude": "41.284470", + "longitude": "-83.695150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43463", + "city": "Stony Ridge", + "state": "OH", + "latitude": "41.509051", + "longitude": "-83.508531", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43464", + "city": "Vickery", + "state": "OH", + "latitude": "41.404156", + "longitude": "-82.925090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43465", + "city": "Walbridge", + "state": "OH", + "latitude": "41.577250", + "longitude": "-83.497950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43466", + "city": "Wayne", + "state": "OH", + "latitude": "41.289530", + "longitude": "-83.502150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43467", + "city": "West Millgrove", + "state": "OH", + "latitude": "41.245763", + "longitude": "-83.489480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43468", + "city": "Williston", + "state": "OH", + "latitude": "41.602898", + "longitude": "-83.339880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43469", + "city": "Woodville", + "state": "OH", + "latitude": "41.455129", + "longitude": "-83.365650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43501", + "city": "Alvordton", + "state": "OH", + "latitude": "41.673094", + "longitude": "-84.447110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43502", + "city": "Archbold", + "state": "OH", + "latitude": "41.529231", + "longitude": "-84.308660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43504", + "city": "Berkey", + "state": "OH", + "latitude": "41.697701", + "longitude": "-83.834460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43505", + "city": "Blakeslee", + "state": "OH", + "latitude": "41.523945", + "longitude": "-84.730275", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43506", + "city": "Bryan", + "state": "OH", + "latitude": "41.471569", + "longitude": "-84.554590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43510", + "city": "Colton", + "state": "OH", + "latitude": "41.419878", + "longitude": "-84.013674", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43511", + "city": "Custar", + "state": "OH", + "latitude": "41.262560", + "longitude": "-83.829170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43512", + "city": "Defiance", + "state": "OH", + "latitude": "41.290370", + "longitude": "-84.365390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43515", + "city": "Delta", + "state": "OH", + "latitude": "41.585627", + "longitude": "-84.007780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43516", + "city": "Deshler", + "state": "OH", + "latitude": "41.211032", + "longitude": "-83.898270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43517", + "city": "Edgerton", + "state": "OH", + "latitude": "41.441679", + "longitude": "-84.733560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43518", + "city": "Edon", + "state": "OH", + "latitude": "41.572443", + "longitude": "-84.753330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43519", + "city": "Evansport", + "state": "OH", + "latitude": "41.422158", + "longitude": "-84.396619", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43520", + "city": "Farmer", + "state": "OH", + "latitude": "41.390660", + "longitude": "-84.631322", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43521", + "city": "Fayette", + "state": "OH", + "latitude": "41.661430", + "longitude": "-84.297320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43522", + "city": "Grand Rapids", + "state": "OH", + "latitude": "41.427352", + "longitude": "-83.849440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43523", + "city": "Grelton", + "state": "OH", + "latitude": "41.341081", + "longitude": "-84.000532", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43524", + "city": "Hamler", + "state": "OH", + "latitude": "41.229001", + "longitude": "-84.035670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43525", + "city": "Haskins", + "state": "OH", + "latitude": "41.466185", + "longitude": "-83.707250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43526", + "city": "Hicksville", + "state": "OH", + "latitude": "41.305690", + "longitude": "-84.744960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43527", + "city": "Holgate", + "state": "OH", + "latitude": "41.253169", + "longitude": "-84.147540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43528", + "city": "Holland", + "state": "OH", + "latitude": "41.626651", + "longitude": "-83.730470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43529", + "city": "Hoytville", + "state": "OH", + "latitude": "41.190401", + "longitude": "-83.782490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43530", + "city": "Jewell", + "state": "OH", + "latitude": "41.325764", + "longitude": "-84.279306", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43531", + "city": "Kunkle", + "state": "OH", + "latitude": "41.635979", + "longitude": "-84.494530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43532", + "city": "Liberty Center", + "state": "OH", + "latitude": "41.450082", + "longitude": "-83.975630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43533", + "city": "Lyons", + "state": "OH", + "latitude": "41.696808", + "longitude": "-84.075580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43534", + "city": "McClure", + "state": "OH", + "latitude": "41.368743", + "longitude": "-83.934220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43535", + "city": "Malinta", + "state": "OH", + "latitude": "41.315943", + "longitude": "-84.030210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43536", + "city": "Mark Center", + "state": "OH", + "latitude": "41.299247", + "longitude": "-84.637480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43537", + "city": "Maumee", + "state": "OH", + "latitude": "41.576992", + "longitude": "-83.672000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43538", + "city": "Monclova", + "state": "OH", + "latitude": "41.597362", + "longitude": "-83.806053", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43540", + "city": "Metamora", + "state": "OH", + "latitude": "41.702622", + "longitude": "-83.937250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43541", + "city": "Milton Center", + "state": "OH", + "latitude": "41.301347", + "longitude": "-83.829230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43542", + "city": "Monclova", + "state": "OH", + "latitude": "41.577428", + "longitude": "-83.763960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43543", + "city": "Montpelier", + "state": "OH", + "latitude": "41.609365", + "longitude": "-84.622920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43545", + "city": "Napoleon", + "state": "OH", + "latitude": "41.388278", + "longitude": "-84.125110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43547", + "city": "Neapolis", + "state": "OH", + "latitude": "41.491702", + "longitude": "-83.871080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43548", + "city": "New Bavaria", + "state": "OH", + "latitude": "41.190188", + "longitude": "-84.175490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43549", + "city": "Ney", + "state": "OH", + "latitude": "41.380047", + "longitude": "-84.513130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43550", + "city": "Okolona", + "state": "OH", + "latitude": "41.326664", + "longitude": "-84.111701", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43551", + "city": "Perrysburg", + "state": "OH", + "latitude": "41.540724", + "longitude": "-83.589040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43552", + "city": "Perrysburg", + "state": "OH", + "latitude": "41.392350", + "longitude": "-83.648996", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43553", + "city": "Pettisville", + "state": "OH", + "latitude": "41.531159", + "longitude": "-84.227160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43554", + "city": "Pioneer", + "state": "OH", + "latitude": "41.659730", + "longitude": "-84.562250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43555", + "city": "Ridgeville Corners", + "state": "OH", + "latitude": "41.437905", + "longitude": "-84.255000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43556", + "city": "Sherwood", + "state": "OH", + "latitude": "41.298409", + "longitude": "-84.558850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43557", + "city": "Stryker", + "state": "OH", + "latitude": "41.491112", + "longitude": "-84.407090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43558", + "city": "Swanton", + "state": "OH", + "latitude": "41.585948", + "longitude": "-83.873840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43560", + "city": "Sylvania", + "state": "OH", + "latitude": "41.706383", + "longitude": "-83.710200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43565", + "city": "Tontogany", + "state": "OH", + "latitude": "41.419152", + "longitude": "-83.740240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43566", + "city": "Waterville", + "state": "OH", + "latitude": "41.501902", + "longitude": "-83.736850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43567", + "city": "Wauseon", + "state": "OH", + "latitude": "41.561500", + "longitude": "-84.155740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43569", + "city": "Weston", + "state": "OH", + "latitude": "41.349205", + "longitude": "-83.789530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43570", + "city": "West Unity", + "state": "OH", + "latitude": "41.586794", + "longitude": "-84.435740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43571", + "city": "Whitehouse", + "state": "OH", + "latitude": "41.517402", + "longitude": "-83.810630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43579", + "city": "Tiffin", + "state": "OH", + "latitude": "41.425554", + "longitude": "-84.395196", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43601", + "city": "Toledo", + "state": "OH", + "latitude": "41.720684", + "longitude": "-83.569359", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43602", + "city": "Toledo", + "state": "OH", + "latitude": "41.646649", + "longitude": "-83.549350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43603", + "city": "Toledo", + "state": "OH", + "latitude": "41.686778", + "longitude": "-83.439430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43604", + "city": "Toledo", + "state": "OH", + "latitude": "41.658109", + "longitude": "-83.527740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43605", + "city": "Toledo", + "state": "OH", + "latitude": "41.642549", + "longitude": "-83.510400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43606", + "city": "Toledo", + "state": "OH", + "latitude": "41.671761", + "longitude": "-83.606400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43607", + "city": "Toledo", + "state": "OH", + "latitude": "41.650000", + "longitude": "-83.597830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43608", + "city": "Toledo", + "state": "OH", + "latitude": "41.678248", + "longitude": "-83.532570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43609", + "city": "Toledo", + "state": "OH", + "latitude": "41.631050", + "longitude": "-83.573130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43610", + "city": "Toledo", + "state": "OH", + "latitude": "41.676299", + "longitude": "-83.559960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43611", + "city": "Toledo", + "state": "OH", + "latitude": "41.703379", + "longitude": "-83.490030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43612", + "city": "Toledo", + "state": "OH", + "latitude": "41.706048", + "longitude": "-83.557700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43613", + "city": "Toledo", + "state": "OH", + "latitude": "41.703899", + "longitude": "-83.605000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43614", + "city": "Toledo", + "state": "OH", + "latitude": "41.601350", + "longitude": "-83.626110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43615", + "city": "Toledo", + "state": "OH", + "latitude": "41.652200", + "longitude": "-83.670370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43616", + "city": "Oregon", + "state": "OH", + "latitude": "41.646398", + "longitude": "-83.469330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43617", + "city": "Toledo", + "state": "OH", + "latitude": "41.667361", + "longitude": "-83.716090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43618", + "city": "Oregon", + "state": "OH", + "latitude": "41.676897", + "longitude": "-83.399720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43619", + "city": "Northwood", + "state": "OH", + "latitude": "41.607416", + "longitude": "-83.483220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43620", + "city": "Toledo", + "state": "OH", + "latitude": "41.665849", + "longitude": "-83.552180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43623", + "city": "Toledo", + "state": "OH", + "latitude": "41.707649", + "longitude": "-83.643630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43624", + "city": "Toledo", + "state": "OH", + "latitude": "41.657099", + "longitude": "-83.545250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43628", + "city": "Howard", + "state": "OH", + "latitude": "40.446520", + "longitude": "-82.329486", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43635", + "city": "Toledo", + "state": "OH", + "latitude": "41.686778", + "longitude": "-83.439430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43652", + "city": "Toledo", + "state": "OH", + "latitude": "41.686778", + "longitude": "-83.439430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43653", + "city": "Toledo", + "state": "OH", + "latitude": "41.686778", + "longitude": "-83.439430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43654", + "city": "Toledo", + "state": "OH", + "latitude": "41.686778", + "longitude": "-83.439430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43655", + "city": "Toledo", + "state": "OH", + "latitude": "41.686778", + "longitude": "-83.439430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43656", + "city": "Toledo", + "state": "OH", + "latitude": "41.678167", + "longitude": "-83.497155", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43657", + "city": "Toledo", + "state": "OH", + "latitude": "41.686778", + "longitude": "-83.439430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43659", + "city": "Toledo", + "state": "OH", + "latitude": "41.686778", + "longitude": "-83.439430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43660", + "city": "Toledo", + "state": "OH", + "latitude": "41.654649", + "longitude": "-83.532883", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43661", + "city": "Toledo", + "state": "OH", + "latitude": "41.678167", + "longitude": "-83.497155", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43666", + "city": "Toledo", + "state": "OH", + "latitude": "41.678167", + "longitude": "-83.497155", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43667", + "city": "Toledo", + "state": "OH", + "latitude": "41.686778", + "longitude": "-83.439430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43681", + "city": "Toledo", + "state": "OH", + "latitude": "41.686778", + "longitude": "-83.439430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43682", + "city": "Toledo", + "state": "OH", + "latitude": "41.686778", + "longitude": "-83.439430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43697", + "city": "Toledo", + "state": "OH", + "latitude": "41.686778", + "longitude": "-83.439430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43699", + "city": "Toledo", + "state": "OH", + "latitude": "41.653788", + "longitude": "-83.658937", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43701", + "city": "Zanesville", + "state": "OH", + "latitude": "39.949377", + "longitude": "-82.004920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43702", + "city": "Zanesville", + "state": "OH", + "latitude": "39.961236", + "longitude": "-81.962539", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43704", + "city": "Columbus", + "state": "OH", + "latitude": "39.991729", + "longitude": "-83.082262", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43708", + "city": "Wayne", + "state": "OH", + "latitude": "39.922656", + "longitude": "-81.433818", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43711", + "city": "Ava", + "state": "OH", + "latitude": "39.827556", + "longitude": "-81.554854", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43713", + "city": "Barnesville", + "state": "OH", + "latitude": "39.989191", + "longitude": "-81.171970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43716", + "city": "Beallsville", + "state": "OH", + "latitude": "39.841646", + "longitude": "-81.021040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43717", + "city": "Belle Valley", + "state": "OH", + "latitude": "39.789241", + "longitude": "-81.554830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43718", + "city": "Belmont", + "state": "OH", + "latitude": "40.028171", + "longitude": "-81.006790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43719", + "city": "Bethesda", + "state": "OH", + "latitude": "40.009383", + "longitude": "-81.076300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43720", + "city": "Blue Rock", + "state": "OH", + "latitude": "39.806956", + "longitude": "-81.881790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43721", + "city": "Brownsville", + "state": "OH", + "latitude": "39.946713", + "longitude": "-82.256420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43722", + "city": "Buffalo", + "state": "OH", + "latitude": "39.917012", + "longitude": "-81.519470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43723", + "city": "Byesville", + "state": "OH", + "latitude": "39.968985", + "longitude": "-81.541080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43724", + "city": "Caldwell", + "state": "OH", + "latitude": "39.741629", + "longitude": "-81.525120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43725", + "city": "Cambridge", + "state": "OH", + "latitude": "40.025859", + "longitude": "-81.592430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43727", + "city": "Chandlersville", + "state": "OH", + "latitude": "39.873402", + "longitude": "-81.817240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43728", + "city": "Chesterhill", + "state": "OH", + "latitude": "39.484626", + "longitude": "-81.896130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43730", + "city": "Corning", + "state": "OH", + "latitude": "39.617263", + "longitude": "-82.093250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43731", + "city": "Crooksville", + "state": "OH", + "latitude": "39.742354", + "longitude": "-82.093490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43732", + "city": "Cumberland", + "state": "OH", + "latitude": "39.852610", + "longitude": "-81.649220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43733", + "city": "Derwent", + "state": "OH", + "latitude": "39.923616", + "longitude": "-81.542965", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43734", + "city": "Duncan Falls", + "state": "OH", + "latitude": "39.876997", + "longitude": "-81.909090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43735", + "city": "East Fultonham", + "state": "OH", + "latitude": "39.851515", + "longitude": "-82.121730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43736", + "city": "Fairview", + "state": "OH", + "latitude": "40.064971", + "longitude": "-81.255793", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43738", + "city": "Fultonham", + "state": "OH", + "latitude": "39.855355", + "longitude": "-82.141780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43739", + "city": "Glenford", + "state": "OH", + "latitude": "39.905157", + "longitude": "-82.285070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43740", + "city": "Gratiot", + "state": "OH", + "latitude": "39.950857", + "longitude": "-82.218420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43741", + "city": "Wayne", + "state": "OH", + "latitude": "39.884291", + "longitude": "-81.106797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43746", + "city": "Hopewell", + "state": "OH", + "latitude": "39.966135", + "longitude": "-82.183760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43747", + "city": "Jerusalem", + "state": "OH", + "latitude": "39.862128", + "longitude": "-81.111390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43748", + "city": "Junction City", + "state": "OH", + "latitude": "39.710863", + "longitude": "-82.302280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43749", + "city": "Kimbolton", + "state": "OH", + "latitude": "40.157301", + "longitude": "-81.557360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43750", + "city": "Kipling", + "state": "OH", + "latitude": "39.994467", + "longitude": "-81.500579", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43752", + "city": "Laings", + "state": "OH", + "latitude": "39.717086", + "longitude": "-81.009999", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43754", + "city": "Lewisville", + "state": "OH", + "latitude": "39.766070", + "longitude": "-81.243570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43755", + "city": "Lore City", + "state": "OH", + "latitude": "40.041068", + "longitude": "-81.446350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43756", + "city": "McConnelsville", + "state": "OH", + "latitude": "39.675911", + "longitude": "-81.795480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43757", + "city": "Malaga", + "state": "OH", + "latitude": "39.859373", + "longitude": "-81.151604", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43758", + "city": "Malta", + "state": "OH", + "latitude": "39.621481", + "longitude": "-81.917370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43759", + "city": "Morristown", + "state": "OH", + "latitude": "40.011338", + "longitude": "-80.970135", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43760", + "city": "Mount Perry", + "state": "OH", + "latitude": "39.888751", + "longitude": "-82.192240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43761", + "city": "Moxahala", + "state": "OH", + "latitude": "39.740299", + "longitude": "-82.248369", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43762", + "city": "New Concord", + "state": "OH", + "latitude": "40.018953", + "longitude": "-81.736570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43764", + "city": "New Lexington", + "state": "OH", + "latitude": "39.717824", + "longitude": "-82.198230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43766", + "city": "New Straitsville", + "state": "OH", + "latitude": "39.588854", + "longitude": "-82.252790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43767", + "city": "Norwich", + "state": "OH", + "latitude": "39.990948", + "longitude": "-81.806290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43768", + "city": "Old Washington", + "state": "OH", + "latitude": "40.038503", + "longitude": "-81.442320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43771", + "city": "Philo", + "state": "OH", + "latitude": "39.842048", + "longitude": "-81.932640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43772", + "city": "Pleasant City", + "state": "OH", + "latitude": "39.895548", + "longitude": "-81.534830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43773", + "city": "Quaker City", + "state": "OH", + "latitude": "39.991056", + "longitude": "-81.285170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43777", + "city": "Roseville", + "state": "OH", + "latitude": "39.814025", + "longitude": "-82.078080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43778", + "city": "Salesville", + "state": "OH", + "latitude": "39.995987", + "longitude": "-81.366410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43779", + "city": "Sarahsville", + "state": "OH", + "latitude": "39.803205", + "longitude": "-81.433680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43780", + "city": "Senecaville", + "state": "OH", + "latitude": "39.930047", + "longitude": "-81.442560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43782", + "city": "Shawnee", + "state": "OH", + "latitude": "39.608984", + "longitude": "-82.222250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43783", + "city": "Somerset", + "state": "OH", + "latitude": "39.801679", + "longitude": "-82.291660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43786", + "city": "Stafford", + "state": "OH", + "latitude": "39.711168", + "longitude": "-81.275824", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43787", + "city": "Stockport", + "state": "OH", + "latitude": "39.536415", + "longitude": "-81.800090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43788", + "city": "Summerfield", + "state": "OH", + "latitude": "39.799978", + "longitude": "-81.335480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43789", + "city": "Sycamore Valley", + "state": "OH", + "latitude": "39.654386", + "longitude": "-81.240732", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43791", + "city": "White Cottage", + "state": "OH", + "latitude": "39.855474", + "longitude": "-82.114920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43793", + "city": "Woodsfield", + "state": "OH", + "latitude": "39.742066", + "longitude": "-81.099080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43799", + "city": "Center", + "state": "OH", + "latitude": "39.816891", + "longitude": "-81.485315", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43802", + "city": "Adamsville", + "state": "OH", + "latitude": "40.090643", + "longitude": "-81.865560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43803", + "city": "Bakersville", + "state": "OH", + "latitude": "40.357237", + "longitude": "-81.643638", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43804", + "city": "Baltic", + "state": "OH", + "latitude": "40.449531", + "longitude": "-81.723090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43805", + "city": "Blissfield", + "state": "OH", + "latitude": "40.398274", + "longitude": "-81.968787", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43811", + "city": "Conesville", + "state": "OH", + "latitude": "40.180136", + "longitude": "-81.904220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43812", + "city": "Coshocton", + "state": "OH", + "latitude": "40.270198", + "longitude": "-81.867610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43821", + "city": "Dresden", + "state": "OH", + "latitude": "40.130754", + "longitude": "-82.016370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43822", + "city": "Frazeysburg", + "state": "OH", + "latitude": "40.161484", + "longitude": "-82.163240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43824", + "city": "Fresno", + "state": "OH", + "latitude": "40.357857", + "longitude": "-81.752880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43828", + "city": "Keene", + "state": "OH", + "latitude": "40.351271", + "longitude": "-81.873607", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43830", + "city": "Nashport", + "state": "OH", + "latitude": "40.063886", + "longitude": "-82.159770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43832", + "city": "Newcomerstown", + "state": "OH", + "latitude": "40.277376", + "longitude": "-81.596620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43836", + "city": "Plainfield", + "state": "OH", + "latitude": "40.200382", + "longitude": "-81.720675", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43837", + "city": "Port Washington", + "state": "OH", + "latitude": "40.314481", + "longitude": "-81.497510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43840", + "city": "Stone Creek", + "state": "OH", + "latitude": "40.406106", + "longitude": "-81.583740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43842", + "city": "Trinway", + "state": "OH", + "latitude": "40.140472", + "longitude": "-82.010790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43843", + "city": "Walhonding", + "state": "OH", + "latitude": "40.347900", + "longitude": "-82.177890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43844", + "city": "Warsaw", + "state": "OH", + "latitude": "40.335030", + "longitude": "-82.043140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43845", + "city": "West Lafayette", + "state": "OH", + "latitude": "40.268019", + "longitude": "-81.742130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43901", + "city": "Adena", + "state": "OH", + "latitude": "40.223285", + "longitude": "-80.870170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43902", + "city": "Alledonia", + "state": "OH", + "latitude": "39.890564", + "longitude": "-80.976600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43903", + "city": "Amsterdam", + "state": "OH", + "latitude": "40.469171", + "longitude": "-80.933630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43905", + "city": "Barton", + "state": "OH", + "latitude": "40.105279", + "longitude": "-80.842920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43906", + "city": "Bellaire", + "state": "OH", + "latitude": "40.015580", + "longitude": "-80.763430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43907", + "city": "Cadiz", + "state": "OH", + "latitude": "40.258447", + "longitude": "-81.004150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43908", + "city": "Bergholz", + "state": "OH", + "latitude": "40.518045", + "longitude": "-80.887330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43909", + "city": "Blaine", + "state": "OH", + "latitude": "40.067767", + "longitude": "-80.818360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43910", + "city": "Bloomingdale", + "state": "OH", + "latitude": "40.361891", + "longitude": "-80.819530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43912", + "city": "Bridgeport", + "state": "OH", + "latitude": "40.074284", + "longitude": "-80.774470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43913", + "city": "Brilliant", + "state": "OH", + "latitude": "40.262120", + "longitude": "-80.635600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43914", + "city": "Cameron", + "state": "OH", + "latitude": "39.768134", + "longitude": "-80.944550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43915", + "city": "Clarington", + "state": "OH", + "latitude": "39.759825", + "longitude": "-80.886950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43916", + "city": "Colerain", + "state": "OH", + "latitude": "40.122351", + "longitude": "-80.814948", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43917", + "city": "Dillonvale", + "state": "OH", + "latitude": "40.212067", + "longitude": "-80.780940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43920", + "city": "East Liverpool", + "state": "OH", + "latitude": "40.641545", + "longitude": "-80.574690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43924", + "city": "Noble", + "state": "OH", + "latitude": "39.764709", + "longitude": "-81.537215", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43925", + "city": "East Springfield", + "state": "OH", + "latitude": "40.450257", + "longitude": "-80.860150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43926", + "city": "Empire", + "state": "OH", + "latitude": "40.510729", + "longitude": "-80.623440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43927", + "city": "Fairpoint", + "state": "OH", + "latitude": "40.117610", + "longitude": "-80.937630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43928", + "city": "Glencoe", + "state": "OH", + "latitude": "40.008421", + "longitude": "-80.889130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43930", + "city": "Hammondsville", + "state": "OH", + "latitude": "40.566375", + "longitude": "-80.769290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43931", + "city": "Hannibal", + "state": "OH", + "latitude": "39.676317", + "longitude": "-80.891369", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43932", + "city": "Irondale", + "state": "OH", + "latitude": "40.561512", + "longitude": "-80.718590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43933", + "city": "Jacobsburg", + "state": "OH", + "latitude": "39.938218", + "longitude": "-80.890330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43934", + "city": "Lansing", + "state": "OH", + "latitude": "40.076176", + "longitude": "-80.789260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43935", + "city": "Martins Ferry", + "state": "OH", + "latitude": "40.103877", + "longitude": "-80.733270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43937", + "city": "Maynard", + "state": "OH", + "latitude": "40.130167", + "longitude": "-80.877264", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43938", + "city": "Mingo Junction", + "state": "OH", + "latitude": "40.318569", + "longitude": "-80.641720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43939", + "city": "Mount Pleasant", + "state": "OH", + "latitude": "40.176109", + "longitude": "-80.799790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43940", + "city": "Neffs", + "state": "OH", + "latitude": "40.027491", + "longitude": "-80.816060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43941", + "city": "Piney Fork", + "state": "OH", + "latitude": "40.263948", + "longitude": "-80.835767", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43942", + "city": "Powhatan Point", + "state": "OH", + "latitude": "39.861984", + "longitude": "-80.820230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43943", + "city": "Rayland", + "state": "OH", + "latitude": "40.211142", + "longitude": "-80.725960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43944", + "city": "Richmond", + "state": "OH", + "latitude": "40.432730", + "longitude": "-80.766920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43945", + "city": "Salineville", + "state": "OH", + "latitude": "40.624307", + "longitude": "-80.838720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43946", + "city": "Sardis", + "state": "OH", + "latitude": "39.646462", + "longitude": "-80.961510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43947", + "city": "Shadyside", + "state": "OH", + "latitude": "39.964553", + "longitude": "-80.760130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43948", + "city": "Smithfield", + "state": "OH", + "latitude": "40.269741", + "longitude": "-80.781370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43950", + "city": "Saint Clairsville", + "state": "OH", + "latitude": "40.086725", + "longitude": "-80.908260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43951", + "city": "Lafferty", + "state": "OH", + "latitude": "40.109149", + "longitude": "-81.017730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43952", + "city": "Steubenville", + "state": "OH", + "latitude": "40.371185", + "longitude": "-80.634260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43953", + "city": "Steubenville", + "state": "OH", + "latitude": "40.369467", + "longitude": "-80.702510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43960", + "city": "Richland", + "state": "OH", + "latitude": "40.012984", + "longitude": "-80.859104", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43961", + "city": "Stratton", + "state": "OH", + "latitude": "40.523054", + "longitude": "-80.629400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43962", + "city": "Summitville", + "state": "OH", + "latitude": "40.679857", + "longitude": "-80.885950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43963", + "city": "Tiltonsville", + "state": "OH", + "latitude": "40.170721", + "longitude": "-80.697680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43964", + "city": "Toronto", + "state": "OH", + "latitude": "40.465183", + "longitude": "-80.623640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43966", + "city": "Unionport", + "state": "OH", + "latitude": "40.360979", + "longitude": "-80.839519", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43967", + "city": "Warnock", + "state": "OH", + "latitude": "40.022806", + "longitude": "-80.940930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43968", + "city": "Wellsville", + "state": "OH", + "latitude": "40.621521", + "longitude": "-80.668430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43970", + "city": "Wolf Run", + "state": "OH", + "latitude": "40.469470", + "longitude": "-80.889206", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43971", + "city": "Yorkville", + "state": "OH", + "latitude": "40.152615", + "longitude": "-80.707890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43972", + "city": "Bannock", + "state": "OH", + "latitude": "40.099277", + "longitude": "-80.976010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43973", + "city": "Freeport", + "state": "OH", + "latitude": "40.189812", + "longitude": "-81.275060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43974", + "city": "Harrisville", + "state": "OH", + "latitude": "40.181820", + "longitude": "-80.886950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43976", + "city": "Hopedale", + "state": "OH", + "latitude": "40.352364", + "longitude": "-80.904650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43977", + "city": "Flushing", + "state": "OH", + "latitude": "40.147388", + "longitude": "-81.112910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43981", + "city": "New Athens", + "state": "OH", + "latitude": "40.184401", + "longitude": "-80.995190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43983", + "city": "Piedmont", + "state": "OH", + "latitude": "40.147075", + "longitude": "-81.202320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43984", + "city": "New Rumley", + "state": "OH", + "latitude": "40.296490", + "longitude": "-81.102502", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43985", + "city": "Holloway", + "state": "OH", + "latitude": "40.011338", + "longitude": "-80.970135", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43986", + "city": "Jewett", + "state": "OH", + "latitude": "40.374942", + "longitude": "-80.991930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43988", + "city": "Scio", + "state": "OH", + "latitude": "40.405788", + "longitude": "-81.104320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "43989", + "city": "Short Creek", + "state": "OH", + "latitude": "40.296490", + "longitude": "-81.102502", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44001", + "city": "Amherst", + "state": "OH", + "latitude": "41.386533", + "longitude": "-82.234190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44003", + "city": "Andover", + "state": "OH", + "latitude": "41.611348", + "longitude": "-80.562200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44004", + "city": "Ashtabula", + "state": "OH", + "latitude": "41.871212", + "longitude": "-80.791780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44005", + "city": "Ashtabula", + "state": "OH", + "latitude": "41.730146", + "longitude": "-80.955313", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44010", + "city": "Austinburg", + "state": "OH", + "latitude": "41.758952", + "longitude": "-80.862890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44011", + "city": "Avon", + "state": "OH", + "latitude": "41.450538", + "longitude": "-82.021670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44012", + "city": "Avon Lake", + "state": "OH", + "latitude": "41.501595", + "longitude": "-82.006300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44017", + "city": "Berea", + "state": "OH", + "latitude": "41.369950", + "longitude": "-81.862590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44021", + "city": "Burton", + "state": "OH", + "latitude": "41.442863", + "longitude": "-81.144040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44022", + "city": "Chagrin Falls", + "state": "OH", + "latitude": "41.439320", + "longitude": "-81.392320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44023", + "city": "Chagrin Falls", + "state": "OH", + "latitude": "41.392171", + "longitude": "-81.327480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44024", + "city": "Chardon", + "state": "OH", + "latitude": "41.574171", + "longitude": "-81.194730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44026", + "city": "Chesterland", + "state": "OH", + "latitude": "41.526301", + "longitude": "-81.336830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44028", + "city": "Columbia Station", + "state": "OH", + "latitude": "41.316001", + "longitude": "-81.934330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44030", + "city": "Conneaut", + "state": "OH", + "latitude": "41.934916", + "longitude": "-80.579230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44032", + "city": "Dorset", + "state": "OH", + "latitude": "41.676362", + "longitude": "-80.668600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44033", + "city": "East Claridon", + "state": "OH", + "latitude": "41.533350", + "longitude": "-81.111175", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44035", + "city": "Elyria", + "state": "OH", + "latitude": "41.369846", + "longitude": "-82.108740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44036", + "city": "Elyria", + "state": "OH", + "latitude": "41.401494", + "longitude": "-82.077068", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44039", + "city": "North Ridgeville", + "state": "OH", + "latitude": "41.389546", + "longitude": "-82.004600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44040", + "city": "Gates Mills", + "state": "OH", + "latitude": "41.532584", + "longitude": "-81.410520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44041", + "city": "Geneva", + "state": "OH", + "latitude": "41.802618", + "longitude": "-80.946450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44044", + "city": "Grafton", + "state": "OH", + "latitude": "41.275919", + "longitude": "-82.053150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44045", + "city": "Grand River", + "state": "OH", + "latitude": "41.742693", + "longitude": "-81.282125", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44046", + "city": "Huntsburg", + "state": "OH", + "latitude": "41.541756", + "longitude": "-81.080630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44047", + "city": "Jefferson", + "state": "OH", + "latitude": "41.728451", + "longitude": "-80.745070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44048", + "city": "Kingsville", + "state": "OH", + "latitude": "41.866806", + "longitude": "-80.649620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44049", + "city": "Kipton", + "state": "OH", + "latitude": "41.267051", + "longitude": "-82.304700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44050", + "city": "Lagrange", + "state": "OH", + "latitude": "41.259352", + "longitude": "-82.135420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44052", + "city": "Lorain", + "state": "OH", + "latitude": "41.459218", + "longitude": "-82.169100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44053", + "city": "Lorain", + "state": "OH", + "latitude": "41.431875", + "longitude": "-82.206580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44054", + "city": "Sheffield Lake", + "state": "OH", + "latitude": "41.480540", + "longitude": "-82.099140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44055", + "city": "Lorain", + "state": "OH", + "latitude": "41.435642", + "longitude": "-82.136890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44056", + "city": "Macedonia", + "state": "OH", + "latitude": "41.321189", + "longitude": "-81.501350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44057", + "city": "Madison", + "state": "OH", + "latitude": "41.800630", + "longitude": "-81.060210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44060", + "city": "Mentor", + "state": "OH", + "latitude": "41.688162", + "longitude": "-81.333780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44061", + "city": "Mentor", + "state": "OH", + "latitude": "41.910676", + "longitude": "-81.249027", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44062", + "city": "Middlefield", + "state": "OH", + "latitude": "41.462346", + "longitude": "-81.036660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44064", + "city": "Montville", + "state": "OH", + "latitude": "41.613910", + "longitude": "-81.055150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44065", + "city": "Newbury", + "state": "OH", + "latitude": "41.469908", + "longitude": "-81.245790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44067", + "city": "Northfield", + "state": "OH", + "latitude": "41.319704", + "longitude": "-81.541190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44068", + "city": "North Kingsville", + "state": "OH", + "latitude": "41.904594", + "longitude": "-80.685034", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44070", + "city": "North Olmsted", + "state": "OH", + "latitude": "41.415097", + "longitude": "-81.914360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44072", + "city": "Novelty", + "state": "OH", + "latitude": "41.478469", + "longitude": "-81.336350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44073", + "city": "Novelty", + "state": "OH", + "latitude": "41.837043", + "longitude": "-80.955545", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44074", + "city": "Oberlin", + "state": "OH", + "latitude": "41.286300", + "longitude": "-82.219350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44076", + "city": "Orwell", + "state": "OH", + "latitude": "41.535437", + "longitude": "-80.835140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44077", + "city": "Painesville", + "state": "OH", + "latitude": "41.716094", + "longitude": "-81.239600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44080", + "city": "Parkman", + "state": "OH", + "latitude": "41.372452", + "longitude": "-81.066170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44081", + "city": "Perry", + "state": "OH", + "latitude": "41.767394", + "longitude": "-81.142870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44082", + "city": "Pierpont", + "state": "OH", + "latitude": "41.759503", + "longitude": "-80.569950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44084", + "city": "Rock Creek", + "state": "OH", + "latitude": "41.659739", + "longitude": "-80.866350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44085", + "city": "Rome", + "state": "OH", + "latitude": "41.612800", + "longitude": "-80.835790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44086", + "city": "Thompson", + "state": "OH", + "latitude": "41.674336", + "longitude": "-81.057530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44087", + "city": "Twinsburg", + "state": "OH", + "latitude": "41.314655", + "longitude": "-81.444410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44088", + "city": "Unionville", + "state": "OH", + "latitude": "41.783323", + "longitude": "-81.003385", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44089", + "city": "Vermilion", + "state": "OH", + "latitude": "41.407845", + "longitude": "-82.364800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44090", + "city": "Wellington", + "state": "OH", + "latitude": "41.147116", + "longitude": "-82.240310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44092", + "city": "Wickliffe", + "state": "OH", + "latitude": "41.603581", + "longitude": "-81.470870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44093", + "city": "Williamsfield", + "state": "OH", + "latitude": "41.525630", + "longitude": "-80.580760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44094", + "city": "Willoughby", + "state": "OH", + "latitude": "41.625886", + "longitude": "-81.399290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44095", + "city": "Eastlake", + "state": "OH", + "latitude": "41.653796", + "longitude": "-81.446140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44096", + "city": "Willoughby", + "state": "OH", + "latitude": "41.910676", + "longitude": "-81.249027", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44097", + "city": "Eastlake", + "state": "OH", + "latitude": "41.910676", + "longitude": "-81.249027", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44099", + "city": "Windsor", + "state": "OH", + "latitude": "41.539985", + "longitude": "-80.966880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44101", + "city": "Cleveland", + "state": "OH", + "latitude": "41.523401", + "longitude": "-81.599648", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44102", + "city": "Cleveland", + "state": "OH", + "latitude": "41.473451", + "longitude": "-81.735800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44103", + "city": "Cleveland", + "state": "OH", + "latitude": "41.513801", + "longitude": "-81.642870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44104", + "city": "Cleveland", + "state": "OH", + "latitude": "41.484001", + "longitude": "-81.627020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44105", + "city": "Cleveland", + "state": "OH", + "latitude": "41.450602", + "longitude": "-81.622160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44106", + "city": "Cleveland", + "state": "OH", + "latitude": "41.507751", + "longitude": "-81.608830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44107", + "city": "Lakewood", + "state": "OH", + "latitude": "41.480881", + "longitude": "-81.800360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44108", + "city": "Cleveland", + "state": "OH", + "latitude": "41.537150", + "longitude": "-81.609050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44109", + "city": "Cleveland", + "state": "OH", + "latitude": "41.448951", + "longitude": "-81.703420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44110", + "city": "Cleveland", + "state": "OH", + "latitude": "41.562781", + "longitude": "-81.572730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44111", + "city": "Cleveland", + "state": "OH", + "latitude": "41.459399", + "longitude": "-81.781740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44112", + "city": "Cleveland", + "state": "OH", + "latitude": "41.534101", + "longitude": "-81.575580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44113", + "city": "Cleveland", + "state": "OH", + "latitude": "41.484688", + "longitude": "-81.701250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44114", + "city": "Cleveland", + "state": "OH", + "latitude": "41.509880", + "longitude": "-81.675300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44115", + "city": "Cleveland", + "state": "OH", + "latitude": "41.493501", + "longitude": "-81.671250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44116", + "city": "Rocky River", + "state": "OH", + "latitude": "41.475297", + "longitude": "-81.845750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44117", + "city": "Euclid", + "state": "OH", + "latitude": "41.570344", + "longitude": "-81.527260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44118", + "city": "Cleveland", + "state": "OH", + "latitude": "41.499202", + "longitude": "-81.554340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44119", + "city": "Cleveland", + "state": "OH", + "latitude": "41.586749", + "longitude": "-81.545840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44120", + "city": "Cleveland", + "state": "OH", + "latitude": "41.472352", + "longitude": "-81.582110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44121", + "city": "Cleveland", + "state": "OH", + "latitude": "41.526151", + "longitude": "-81.533090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44122", + "city": "Beachwood", + "state": "OH", + "latitude": "41.472881", + "longitude": "-81.522090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44123", + "city": "Euclid", + "state": "OH", + "latitude": "41.602498", + "longitude": "-81.523570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44124", + "city": "Cleveland", + "state": "OH", + "latitude": "41.513752", + "longitude": "-81.472810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44125", + "city": "Cleveland", + "state": "OH", + "latitude": "41.414403", + "longitude": "-81.607930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44126", + "city": "Cleveland", + "state": "OH", + "latitude": "41.441697", + "longitude": "-81.857380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44127", + "city": "Cleveland", + "state": "OH", + "latitude": "41.469951", + "longitude": "-81.650090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44128", + "city": "Cleveland", + "state": "OH", + "latitude": "41.441153", + "longitude": "-81.551790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44129", + "city": "Cleveland", + "state": "OH", + "latitude": "41.397701", + "longitude": "-81.735750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44130", + "city": "Cleveland", + "state": "OH", + "latitude": "41.378051", + "longitude": "-81.779450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44131", + "city": "Independence", + "state": "OH", + "latitude": "41.391753", + "longitude": "-81.658160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44132", + "city": "Euclid", + "state": "OH", + "latitude": "41.608298", + "longitude": "-81.500410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44133", + "city": "North Royalton", + "state": "OH", + "latitude": "41.313758", + "longitude": "-81.742040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44134", + "city": "Cleveland", + "state": "OH", + "latitude": "41.393852", + "longitude": "-81.705070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44135", + "city": "Cleveland", + "state": "OH", + "latitude": "41.432149", + "longitude": "-81.804670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44136", + "city": "Strongsville", + "state": "OH", + "latitude": "41.312752", + "longitude": "-81.831970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44137", + "city": "Maple Heights", + "state": "OH", + "latitude": "41.412653", + "longitude": "-81.560670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44138", + "city": "Olmsted Falls", + "state": "OH", + "latitude": "41.373949", + "longitude": "-81.915070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44139", + "city": "Solon", + "state": "OH", + "latitude": "41.388387", + "longitude": "-81.443650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44140", + "city": "Bay Village", + "state": "OH", + "latitude": "41.484193", + "longitude": "-81.926580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44141", + "city": "Brecksville", + "state": "OH", + "latitude": "41.307688", + "longitude": "-81.618350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44142", + "city": "Brookpark", + "state": "OH", + "latitude": "41.400350", + "longitude": "-81.820550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44143", + "city": "Cleveland", + "state": "OH", + "latitude": "41.550318", + "longitude": "-81.481750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44144", + "city": "Cleveland", + "state": "OH", + "latitude": "41.437018", + "longitude": "-81.734880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44145", + "city": "Westlake", + "state": "OH", + "latitude": "41.454439", + "longitude": "-81.928650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44146", + "city": "Bedford", + "state": "OH", + "latitude": "41.389371", + "longitude": "-81.527090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44147", + "city": "Broadview Heights", + "state": "OH", + "latitude": "41.321827", + "longitude": "-81.676590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44149", + "city": "Brunswick", + "state": "OH", + "latitude": "41.316784", + "longitude": "-81.854005", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44168", + "city": "Dalton", + "state": "OH", + "latitude": "40.800660", + "longitude": "-81.699683", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44177", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44178", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44179", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44181", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44184", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44185", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44186", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44188", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44189", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44190", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44191", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44192", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44193", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44194", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44195", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44197", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44198", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44199", + "city": "Cleveland", + "state": "OH", + "latitude": "41.685744", + "longitude": "-81.672797", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44201", + "city": "Atwater", + "state": "OH", + "latitude": "41.020057", + "longitude": "-81.200370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44202", + "city": "Aurora", + "state": "OH", + "latitude": "41.320612", + "longitude": "-81.363520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44203", + "city": "Barberton", + "state": "OH", + "latitude": "41.017522", + "longitude": "-81.616160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44210", + "city": "Bath", + "state": "OH", + "latitude": "41.128705", + "longitude": "-81.539990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44211", + "city": "Brady Lake", + "state": "OH", + "latitude": "41.169816", + "longitude": "-81.312416", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44212", + "city": "Brunswick", + "state": "OH", + "latitude": "41.244051", + "longitude": "-81.828360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44214", + "city": "Burbank", + "state": "OH", + "latitude": "40.965423", + "longitude": "-82.000320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44215", + "city": "Chippewa Lake", + "state": "OH", + "latitude": "41.069151", + "longitude": "-81.903580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44216", + "city": "Clinton", + "state": "OH", + "latitude": "40.936655", + "longitude": "-81.598100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44217", + "city": "Creston", + "state": "OH", + "latitude": "40.976892", + "longitude": "-81.906240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44221", + "city": "Cuyahoga Falls", + "state": "OH", + "latitude": "41.141456", + "longitude": "-81.479280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44222", + "city": "Cuyahoga Falls", + "state": "OH", + "latitude": "41.128705", + "longitude": "-81.539990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44223", + "city": "Cuyahoga Falls", + "state": "OH", + "latitude": "41.148600", + "longitude": "-81.512410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44224", + "city": "Stow", + "state": "OH", + "latitude": "41.174256", + "longitude": "-81.437440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44230", + "city": "Doylestown", + "state": "OH", + "latitude": "40.964111", + "longitude": "-81.689610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44231", + "city": "Garrettsville", + "state": "OH", + "latitude": "41.295898", + "longitude": "-81.080570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44232", + "city": "Green", + "state": "OH", + "latitude": "40.932506", + "longitude": "-81.461987", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44233", + "city": "Hinckley", + "state": "OH", + "latitude": "41.233479", + "longitude": "-81.734750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44234", + "city": "Hiram", + "state": "OH", + "latitude": "41.337187", + "longitude": "-81.166990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44235", + "city": "Homerville", + "state": "OH", + "latitude": "41.028815", + "longitude": "-82.114960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44236", + "city": "Hudson", + "state": "OH", + "latitude": "41.248795", + "longitude": "-81.446790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44237", + "city": "Hudson", + "state": "OH", + "latitude": "41.128705", + "longitude": "-81.539990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44238", + "city": "Hudson", + "state": "OH", + "latitude": "41.128705", + "longitude": "-81.539990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44240", + "city": "Kent", + "state": "OH", + "latitude": "41.148756", + "longitude": "-81.353020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44241", + "city": "Streetsboro", + "state": "OH", + "latitude": "41.249405", + "longitude": "-81.344040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44242", + "city": "Kent", + "state": "OH", + "latitude": "41.170006", + "longitude": "-81.196615", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44243", + "city": "Kent", + "state": "OH", + "latitude": "41.146862", + "longitude": "-81.338800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44250", + "city": "Lakemore", + "state": "OH", + "latitude": "41.020256", + "longitude": "-81.435900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44251", + "city": "Westfield Center", + "state": "OH", + "latitude": "41.029639", + "longitude": "-81.931460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44253", + "city": "Litchfield", + "state": "OH", + "latitude": "41.161459", + "longitude": "-82.033330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44254", + "city": "Lodi", + "state": "OH", + "latitude": "41.039394", + "longitude": "-82.013700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44255", + "city": "Mantua", + "state": "OH", + "latitude": "41.286755", + "longitude": "-81.229110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44256", + "city": "Medina", + "state": "OH", + "latitude": "41.139849", + "longitude": "-81.856460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44258", + "city": "Medina", + "state": "OH", + "latitude": "41.127594", + "longitude": "-81.841079", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44260", + "city": "Mogadore", + "state": "OH", + "latitude": "41.043123", + "longitude": "-81.365180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44262", + "city": "Munroe Falls", + "state": "OH", + "latitude": "41.138806", + "longitude": "-81.437870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44264", + "city": "Peninsula", + "state": "OH", + "latitude": "41.234388", + "longitude": "-81.551140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44265", + "city": "Randolph", + "state": "OH", + "latitude": "41.010907", + "longitude": "-81.297727", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44266", + "city": "Ravenna", + "state": "OH", + "latitude": "41.159224", + "longitude": "-81.231430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44270", + "city": "Rittman", + "state": "OH", + "latitude": "40.971727", + "longitude": "-81.779380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44272", + "city": "Rootstown", + "state": "OH", + "latitude": "41.094640", + "longitude": "-81.197840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44273", + "city": "Seville", + "state": "OH", + "latitude": "41.022387", + "longitude": "-81.877500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44274", + "city": "Sharon Center", + "state": "OH", + "latitude": "41.099240", + "longitude": "-81.734329", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44275", + "city": "Spencer", + "state": "OH", + "latitude": "41.101909", + "longitude": "-82.102340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44276", + "city": "Sterling", + "state": "OH", + "latitude": "40.951253", + "longitude": "-81.826510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44278", + "city": "Tallmadge", + "state": "OH", + "latitude": "41.093156", + "longitude": "-81.426920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44280", + "city": "Valley City", + "state": "OH", + "latitude": "41.230745", + "longitude": "-81.924770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44281", + "city": "Wadsworth", + "state": "OH", + "latitude": "41.037664", + "longitude": "-81.733680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44282", + "city": "Wadsworth", + "state": "OH", + "latitude": "41.132725", + "longitude": "-81.929185", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44285", + "city": "Wayland", + "state": "OH", + "latitude": "41.159706", + "longitude": "-81.070017", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44286", + "city": "Richfield", + "state": "OH", + "latitude": "41.233722", + "longitude": "-81.632220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44287", + "city": "West Salem", + "state": "OH", + "latitude": "40.957955", + "longitude": "-82.121140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44288", + "city": "Windham", + "state": "OH", + "latitude": "41.242864", + "longitude": "-81.071010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44301", + "city": "Akron", + "state": "OH", + "latitude": "41.043955", + "longitude": "-81.519190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44302", + "city": "Akron", + "state": "OH", + "latitude": "41.089405", + "longitude": "-81.539730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44303", + "city": "Akron", + "state": "OH", + "latitude": "41.103205", + "longitude": "-81.536250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44304", + "city": "Akron", + "state": "OH", + "latitude": "41.081788", + "longitude": "-81.507450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44305", + "city": "Akron", + "state": "OH", + "latitude": "41.073606", + "longitude": "-81.462780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44306", + "city": "Akron", + "state": "OH", + "latitude": "41.046055", + "longitude": "-81.490390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44307", + "city": "Akron", + "state": "OH", + "latitude": "41.069605", + "longitude": "-81.545910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44308", + "city": "Akron", + "state": "OH", + "latitude": "41.081755", + "longitude": "-81.518130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44309", + "city": "Akron", + "state": "OH", + "latitude": "41.096205", + "longitude": "-81.512338", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44310", + "city": "Akron", + "state": "OH", + "latitude": "41.107655", + "longitude": "-81.500910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44311", + "city": "Akron", + "state": "OH", + "latitude": "41.063055", + "longitude": "-81.519060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44312", + "city": "Akron", + "state": "OH", + "latitude": "41.034156", + "longitude": "-81.439440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44313", + "city": "Akron", + "state": "OH", + "latitude": "41.123588", + "longitude": "-81.571290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44314", + "city": "Akron", + "state": "OH", + "latitude": "41.040155", + "longitude": "-81.559140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44315", + "city": "Akron", + "state": "OH", + "latitude": "41.027977", + "longitude": "-81.463238", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44316", + "city": "Akron", + "state": "OH", + "latitude": "41.067506", + "longitude": "-81.484686", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44317", + "city": "Akron", + "state": "OH", + "latitude": "41.052455", + "longitude": "-81.529139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44319", + "city": "Akron", + "state": "OH", + "latitude": "40.990922", + "longitude": "-81.529530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44320", + "city": "Akron", + "state": "OH", + "latitude": "41.083155", + "longitude": "-81.570220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44321", + "city": "Akron", + "state": "OH", + "latitude": "41.102587", + "longitude": "-81.650920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44322", + "city": "Akron", + "state": "OH", + "latitude": "41.043496", + "longitude": "-81.585360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44325", + "city": "Akron", + "state": "OH", + "latitude": "41.076425", + "longitude": "-81.510260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44326", + "city": "Akron", + "state": "OH", + "latitude": "41.172713", + "longitude": "-81.472701", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44328", + "city": "Akron", + "state": "OH", + "latitude": "41.075955", + "longitude": "-81.520588", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44331", + "city": "Paint", + "state": "OH", + "latitude": "40.683695", + "longitude": "-81.674717", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44333", + "city": "Akron", + "state": "OH", + "latitude": "41.144661", + "longitude": "-81.619480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44334", + "city": "Akron", + "state": "OH", + "latitude": "41.128705", + "longitude": "-81.539990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44372", + "city": "Akron", + "state": "OH", + "latitude": "41.128705", + "longitude": "-81.539990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44393", + "city": "Akron", + "state": "OH", + "latitude": "41.128705", + "longitude": "-81.539990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44396", + "city": "Akron", + "state": "OH", + "latitude": "41.128705", + "longitude": "-81.539990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44397", + "city": "Akron", + "state": "OH", + "latitude": "41.071603", + "longitude": "-81.525556", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44398", + "city": "Akron", + "state": "OH", + "latitude": "41.128705", + "longitude": "-81.539990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44399", + "city": "Akron", + "state": "OH", + "latitude": "41.128705", + "longitude": "-81.539990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44401", + "city": "Berlin Center", + "state": "OH", + "latitude": "41.031141", + "longitude": "-80.950580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44402", + "city": "Bristolville", + "state": "OH", + "latitude": "41.385826", + "longitude": "-80.874870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44403", + "city": "Brookfield", + "state": "OH", + "latitude": "41.239987", + "longitude": "-80.583460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44404", + "city": "Burghill", + "state": "OH", + "latitude": "41.340211", + "longitude": "-80.536000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44405", + "city": "Campbell", + "state": "OH", + "latitude": "41.078058", + "longitude": "-80.592430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44406", + "city": "Canfield", + "state": "OH", + "latitude": "41.029666", + "longitude": "-80.763960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44408", + "city": "Columbiana", + "state": "OH", + "latitude": "40.884299", + "longitude": "-80.686520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44410", + "city": "Cortland", + "state": "OH", + "latitude": "41.333312", + "longitude": "-80.726400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44411", + "city": "Deerfield", + "state": "OH", + "latitude": "41.024608", + "longitude": "-81.050250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44412", + "city": "Diamond", + "state": "OH", + "latitude": "41.099351", + "longitude": "-81.006050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44413", + "city": "East Palestine", + "state": "OH", + "latitude": "40.838456", + "longitude": "-80.546010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44415", + "city": "Elkton", + "state": "OH", + "latitude": "40.763040", + "longitude": "-80.704245", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44416", + "city": "Ellsworth", + "state": "OH", + "latitude": "41.017082", + "longitude": "-80.802854", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44417", + "city": "Farmdale", + "state": "OH", + "latitude": "41.428487", + "longitude": "-80.655510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44418", + "city": "Fowler", + "state": "OH", + "latitude": "41.304391", + "longitude": "-80.603580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44420", + "city": "Girard", + "state": "OH", + "latitude": "41.160758", + "longitude": "-80.693000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44422", + "city": "Greenford", + "state": "OH", + "latitude": "41.017082", + "longitude": "-80.802854", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44423", + "city": "Hanoverton", + "state": "OH", + "latitude": "40.751050", + "longitude": "-80.910090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44424", + "city": "Hartford", + "state": "OH", + "latitude": "41.309096", + "longitude": "-80.584681", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44425", + "city": "Hubbard", + "state": "OH", + "latitude": "41.166743", + "longitude": "-80.577330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44427", + "city": "Kensington", + "state": "OH", + "latitude": "40.723803", + "longitude": "-80.948740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44428", + "city": "Kinsman", + "state": "OH", + "latitude": "41.443358", + "longitude": "-80.588620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44429", + "city": "Lake Milton", + "state": "OH", + "latitude": "41.100329", + "longitude": "-80.985300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44430", + "city": "Leavittsburg", + "state": "OH", + "latitude": "41.241680", + "longitude": "-80.885880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44431", + "city": "Leetonia", + "state": "OH", + "latitude": "40.864494", + "longitude": "-80.758480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44432", + "city": "Lisbon", + "state": "OH", + "latitude": "40.757793", + "longitude": "-80.764200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44436", + "city": "Lowellville", + "state": "OH", + "latitude": "41.046606", + "longitude": "-80.541450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44437", + "city": "McDonald", + "state": "OH", + "latitude": "41.159574", + "longitude": "-80.730830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44438", + "city": "Masury", + "state": "OH", + "latitude": "41.228320", + "longitude": "-80.531750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44439", + "city": "Mesopotamia", + "state": "OH", + "latitude": "41.459359", + "longitude": "-80.942716", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44440", + "city": "Mineral Ridge", + "state": "OH", + "latitude": "41.146334", + "longitude": "-80.772710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44441", + "city": "Negley", + "state": "OH", + "latitude": "40.776151", + "longitude": "-80.549670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44442", + "city": "New Middletown", + "state": "OH", + "latitude": "40.966908", + "longitude": "-80.558620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44443", + "city": "New Springfield", + "state": "OH", + "latitude": "40.917556", + "longitude": "-80.600390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44444", + "city": "Newton Falls", + "state": "OH", + "latitude": "41.188981", + "longitude": "-80.969640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44445", + "city": "New Waterford", + "state": "OH", + "latitude": "40.842848", + "longitude": "-80.619560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44446", + "city": "Niles", + "state": "OH", + "latitude": "41.186257", + "longitude": "-80.752970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44449", + "city": "North Benton", + "state": "OH", + "latitude": "40.992991", + "longitude": "-81.025950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44450", + "city": "North Bloomfield", + "state": "OH", + "latitude": "41.449052", + "longitude": "-80.819210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44451", + "city": "North Jackson", + "state": "OH", + "latitude": "41.090089", + "longitude": "-80.867360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44452", + "city": "North Lima", + "state": "OH", + "latitude": "40.951859", + "longitude": "-80.654900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44453", + "city": "Orangeville", + "state": "OH", + "latitude": "41.325190", + "longitude": "-80.533572", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44454", + "city": "Petersburg", + "state": "OH", + "latitude": "40.910669", + "longitude": "-80.530690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44455", + "city": "Rogers", + "state": "OH", + "latitude": "40.787331", + "longitude": "-80.610340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44460", + "city": "Salem", + "state": "OH", + "latitude": "40.898658", + "longitude": "-80.860940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44470", + "city": "Southington", + "state": "OH", + "latitude": "41.294453", + "longitude": "-80.955200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44471", + "city": "Struthers", + "state": "OH", + "latitude": "41.051255", + "longitude": "-80.595120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44473", + "city": "Vienna", + "state": "OH", + "latitude": "41.236248", + "longitude": "-80.662650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44481", + "city": "Warren", + "state": "OH", + "latitude": "41.205342", + "longitude": "-80.857560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44482", + "city": "Warren", + "state": "OH", + "latitude": "41.317424", + "longitude": "-80.761269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44483", + "city": "Warren", + "state": "OH", + "latitude": "41.252748", + "longitude": "-80.807730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44484", + "city": "Warren", + "state": "OH", + "latitude": "41.226957", + "longitude": "-80.764750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44485", + "city": "Warren", + "state": "OH", + "latitude": "41.237856", + "longitude": "-80.843560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44486", + "city": "Warren", + "state": "OH", + "latitude": "41.317424", + "longitude": "-80.761269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44487", + "city": "Warren", + "state": "OH", + "latitude": "41.317424", + "longitude": "-80.761269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44488", + "city": "Warren", + "state": "OH", + "latitude": "41.317424", + "longitude": "-80.761269", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44490", + "city": "Washingtonville", + "state": "OH", + "latitude": "40.899731", + "longitude": "-80.763330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44491", + "city": "West Farmington", + "state": "OH", + "latitude": "41.369527", + "longitude": "-80.963270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44492", + "city": "West Point", + "state": "OH", + "latitude": "40.709282", + "longitude": "-80.701410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44493", + "city": "Winona", + "state": "OH", + "latitude": "40.828584", + "longitude": "-80.896714", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44501", + "city": "Youngstown", + "state": "OH", + "latitude": "41.017082", + "longitude": "-80.802854", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44502", + "city": "Youngstown", + "state": "OH", + "latitude": "41.086279", + "longitude": "-80.645630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44503", + "city": "Youngstown", + "state": "OH", + "latitude": "41.100296", + "longitude": "-80.649620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44504", + "city": "Youngstown", + "state": "OH", + "latitude": "41.123757", + "longitude": "-80.654810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44505", + "city": "Youngstown", + "state": "OH", + "latitude": "41.122524", + "longitude": "-80.620430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44506", + "city": "Youngstown", + "state": "OH", + "latitude": "41.095658", + "longitude": "-80.626520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44507", + "city": "Youngstown", + "state": "OH", + "latitude": "41.074508", + "longitude": "-80.655620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44509", + "city": "Youngstown", + "state": "OH", + "latitude": "41.106249", + "longitude": "-80.694710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44510", + "city": "Youngstown", + "state": "OH", + "latitude": "41.120507", + "longitude": "-80.668110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44511", + "city": "Youngstown", + "state": "OH", + "latitude": "41.069158", + "longitude": "-80.691340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44512", + "city": "Youngstown", + "state": "OH", + "latitude": "41.032675", + "longitude": "-80.664670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44513", + "city": "Youngstown", + "state": "OH", + "latitude": "41.017082", + "longitude": "-80.802854", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44514", + "city": "Youngstown", + "state": "OH", + "latitude": "41.016159", + "longitude": "-80.615490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44515", + "city": "Youngstown", + "state": "OH", + "latitude": "41.099008", + "longitude": "-80.745450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44555", + "city": "Youngstown", + "state": "OH", + "latitude": "41.103858", + "longitude": "-80.643646", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44598", + "city": "Youngstown", + "state": "OH", + "latitude": "41.017082", + "longitude": "-80.802854", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44599", + "city": "Youngstown", + "state": "OH", + "latitude": "41.017082", + "longitude": "-80.802854", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44601", + "city": "Alliance", + "state": "OH", + "latitude": "40.917908", + "longitude": "-81.116410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44606", + "city": "Apple Creek", + "state": "OH", + "latitude": "40.739199", + "longitude": "-81.804570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44607", + "city": "Augusta", + "state": "OH", + "latitude": "40.686028", + "longitude": "-81.021870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44608", + "city": "Beach City", + "state": "OH", + "latitude": "40.651510", + "longitude": "-81.584750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44609", + "city": "Beloit", + "state": "OH", + "latitude": "40.898618", + "longitude": "-80.993040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44610", + "city": "Berlin", + "state": "OH", + "latitude": "40.561587", + "longitude": "-81.798100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44611", + "city": "Big Prairie", + "state": "OH", + "latitude": "40.635332", + "longitude": "-82.087430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44612", + "city": "Bolivar", + "state": "OH", + "latitude": "40.643724", + "longitude": "-81.454420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44613", + "city": "Brewster", + "state": "OH", + "latitude": "40.712109", + "longitude": "-81.598590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44614", + "city": "Canal Fulton", + "state": "OH", + "latitude": "40.886688", + "longitude": "-81.583270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44615", + "city": "Carrollton", + "state": "OH", + "latitude": "40.568568", + "longitude": "-81.081870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44617", + "city": "Charm", + "state": "OH", + "latitude": "40.507088", + "longitude": "-81.782872", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44618", + "city": "Dalton", + "state": "OH", + "latitude": "40.787827", + "longitude": "-81.686230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44619", + "city": "Damascus", + "state": "OH", + "latitude": "40.901738", + "longitude": "-80.957230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44620", + "city": "Dellroy", + "state": "OH", + "latitude": "40.571372", + "longitude": "-81.211630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44621", + "city": "Dennison", + "state": "OH", + "latitude": "40.410604", + "longitude": "-81.316330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44622", + "city": "Dover", + "state": "OH", + "latitude": "40.537509", + "longitude": "-81.487910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44624", + "city": "Dundee", + "state": "OH", + "latitude": "40.600062", + "longitude": "-81.651740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44625", + "city": "East Rochester", + "state": "OH", + "latitude": "40.758473", + "longitude": "-81.007950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44626", + "city": "East Sparta", + "state": "OH", + "latitude": "40.695377", + "longitude": "-81.381020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44627", + "city": "Fredericksburg", + "state": "OH", + "latitude": "40.671036", + "longitude": "-81.849270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44628", + "city": "Glenmont", + "state": "OH", + "latitude": "40.527648", + "longitude": "-82.143120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44629", + "city": "Gnadenhutten", + "state": "OH", + "latitude": "40.359172", + "longitude": "-81.435100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44630", + "city": "Greentown", + "state": "OH", + "latitude": "40.929507", + "longitude": "-81.400134", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44631", + "city": "Harlem Springs", + "state": "OH", + "latitude": "40.521924", + "longitude": "-81.003619", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44632", + "city": "Hartville", + "state": "OH", + "latitude": "40.962890", + "longitude": "-81.328140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44633", + "city": "Holmesville", + "state": "OH", + "latitude": "40.630191", + "longitude": "-81.930570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44634", + "city": "Homeworth", + "state": "OH", + "latitude": "40.832092", + "longitude": "-81.057300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44636", + "city": "Kidron", + "state": "OH", + "latitude": "40.738387", + "longitude": "-81.742811", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44637", + "city": "Killbuck", + "state": "OH", + "latitude": "40.485312", + "longitude": "-82.012090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44638", + "city": "Lakeville", + "state": "OH", + "latitude": "40.657511", + "longitude": "-82.135840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44639", + "city": "Leesville", + "state": "OH", + "latitude": "40.547688", + "longitude": "-81.243498", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44640", + "city": "Limaville", + "state": "OH", + "latitude": "40.983308", + "longitude": "-81.146820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44641", + "city": "Louisville", + "state": "OH", + "latitude": "40.843685", + "longitude": "-81.262980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44643", + "city": "Magnolia", + "state": "OH", + "latitude": "40.646529", + "longitude": "-81.308820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44644", + "city": "Malvern", + "state": "OH", + "latitude": "40.683570", + "longitude": "-81.174530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44645", + "city": "Marshallville", + "state": "OH", + "latitude": "40.909535", + "longitude": "-81.717640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44646", + "city": "Massillon", + "state": "OH", + "latitude": "40.805131", + "longitude": "-81.501010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44647", + "city": "Massillon", + "state": "OH", + "latitude": "40.793924", + "longitude": "-81.552520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44648", + "city": "Massillon", + "state": "OH", + "latitude": "40.811809", + "longitude": "-81.368284", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44650", + "city": "Maximo", + "state": "OH", + "latitude": "40.874558", + "longitude": "-81.173873", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44651", + "city": "Mechanicstown", + "state": "OH", + "latitude": "40.623637", + "longitude": "-80.962140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44652", + "city": "Middlebranch", + "state": "OH", + "latitude": "40.895057", + "longitude": "-81.326195", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44653", + "city": "Midvale", + "state": "OH", + "latitude": "40.433496", + "longitude": "-81.373100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44654", + "city": "Millersburg", + "state": "OH", + "latitude": "40.542339", + "longitude": "-81.878560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44656", + "city": "Mineral City", + "state": "OH", + "latitude": "40.569177", + "longitude": "-81.335900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44657", + "city": "Minerva", + "state": "OH", + "latitude": "40.733459", + "longitude": "-81.091480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44659", + "city": "Mount Eaton", + "state": "OH", + "latitude": "40.694887", + "longitude": "-81.702270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44660", + "city": "Mount Hope", + "state": "OH", + "latitude": "40.622284", + "longitude": "-81.782532", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44661", + "city": "Nashville", + "state": "OH", + "latitude": "40.596018", + "longitude": "-82.113170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44662", + "city": "Navarre", + "state": "OH", + "latitude": "40.722891", + "longitude": "-81.540710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44663", + "city": "New Philadelphia", + "state": "OH", + "latitude": "40.477187", + "longitude": "-81.444390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44665", + "city": "North Georgetown", + "state": "OH", + "latitude": "40.843563", + "longitude": "-80.979435", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44666", + "city": "North Lawrence", + "state": "OH", + "latitude": "40.840256", + "longitude": "-81.627240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44667", + "city": "Orrville", + "state": "OH", + "latitude": "40.835059", + "longitude": "-81.770060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44669", + "city": "Paris", + "state": "OH", + "latitude": "40.798758", + "longitude": "-81.160370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44670", + "city": "Robertsville", + "state": "OH", + "latitude": "40.762910", + "longitude": "-81.190540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44671", + "city": "Sandyville", + "state": "OH", + "latitude": "40.641188", + "longitude": "-81.368850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44672", + "city": "Sebring", + "state": "OH", + "latitude": "40.922608", + "longitude": "-81.026320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44675", + "city": "Sherrodsville", + "state": "OH", + "latitude": "40.506928", + "longitude": "-81.241330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44676", + "city": "Shreve", + "state": "OH", + "latitude": "40.687973", + "longitude": "-82.025630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44677", + "city": "Smithville", + "state": "OH", + "latitude": "40.865194", + "longitude": "-81.859670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44678", + "city": "Somerdale", + "state": "OH", + "latitude": "40.565209", + "longitude": "-81.350140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44679", + "city": "Stillwater", + "state": "OH", + "latitude": "40.440407", + "longitude": "-81.488516", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44680", + "city": "Strasburg", + "state": "OH", + "latitude": "40.597120", + "longitude": "-81.530980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44681", + "city": "Sugarcreek", + "state": "OH", + "latitude": "40.503332", + "longitude": "-81.648790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44682", + "city": "Tuscarawas", + "state": "OH", + "latitude": "40.397916", + "longitude": "-81.405270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44683", + "city": "Uhrichsville", + "state": "OH", + "latitude": "40.373604", + "longitude": "-81.341460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44684", + "city": "Walnut Creek", + "state": "OH", + "latitude": "40.561693", + "longitude": "-81.677906", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44685", + "city": "Uniontown", + "state": "OH", + "latitude": "40.961206", + "longitude": "-81.425160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44687", + "city": "Walnut Creek", + "state": "OH", + "latitude": "40.551575", + "longitude": "-81.728416", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44688", + "city": "Waynesburg", + "state": "OH", + "latitude": "40.679260", + "longitude": "-81.260030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44689", + "city": "Wilmot", + "state": "OH", + "latitude": "40.655909", + "longitude": "-81.639290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44690", + "city": "Winesburg", + "state": "OH", + "latitude": "40.616646", + "longitude": "-81.695300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44691", + "city": "Wooster", + "state": "OH", + "latitude": "40.800086", + "longitude": "-81.957260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44692", + "city": "Tuscarawas", + "state": "OH", + "latitude": "40.398664", + "longitude": "-81.400880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44693", + "city": "Deersville", + "state": "OH", + "latitude": "40.308212", + "longitude": "-81.187520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44695", + "city": "Bowerston", + "state": "OH", + "latitude": "40.433246", + "longitude": "-81.187640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44697", + "city": "Zoar", + "state": "OH", + "latitude": "40.612253", + "longitude": "-81.421680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44699", + "city": "Tippecanoe", + "state": "OH", + "latitude": "40.283493", + "longitude": "-81.282150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44701", + "city": "Canton", + "state": "OH", + "latitude": "40.782408", + "longitude": "-81.371185", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44702", + "city": "Canton", + "state": "OH", + "latitude": "40.798859", + "longitude": "-81.374990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44703", + "city": "Canton", + "state": "OH", + "latitude": "40.809108", + "longitude": "-81.380900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44704", + "city": "Canton", + "state": "OH", + "latitude": "40.799358", + "longitude": "-81.356400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44705", + "city": "Canton", + "state": "OH", + "latitude": "40.821858", + "longitude": "-81.342530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44706", + "city": "Canton", + "state": "OH", + "latitude": "40.776858", + "longitude": "-81.405930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44707", + "city": "Canton", + "state": "OH", + "latitude": "40.784158", + "longitude": "-81.365660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44708", + "city": "Canton", + "state": "OH", + "latitude": "40.810931", + "longitude": "-81.421420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44709", + "city": "Canton", + "state": "OH", + "latitude": "40.836508", + "longitude": "-81.385480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44710", + "city": "Canton", + "state": "OH", + "latitude": "40.791108", + "longitude": "-81.416720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44711", + "city": "Canton", + "state": "OH", + "latitude": "40.811809", + "longitude": "-81.368284", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44712", + "city": "Canton", + "state": "OH", + "latitude": "40.811809", + "longitude": "-81.368284", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44714", + "city": "Canton", + "state": "OH", + "latitude": "40.827659", + "longitude": "-81.360290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44718", + "city": "Canton", + "state": "OH", + "latitude": "40.850683", + "longitude": "-81.437730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44720", + "city": "Canton", + "state": "OH", + "latitude": "40.888408", + "longitude": "-81.410660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44721", + "city": "Canton", + "state": "OH", + "latitude": "40.886297", + "longitude": "-81.331450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44730", + "city": "Canton", + "state": "OH", + "latitude": "40.769763", + "longitude": "-81.270700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44735", + "city": "Canton", + "state": "OH", + "latitude": "40.811809", + "longitude": "-81.368284", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44750", + "city": "Canton", + "state": "OH", + "latitude": "40.784646", + "longitude": "-81.418943", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44760", + "city": "Canton", + "state": "OH", + "latitude": "40.853958", + "longitude": "-81.427780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44767", + "city": "Canton", + "state": "OH", + "latitude": "40.895721", + "longitude": "-81.424552", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44798", + "city": "Canton", + "state": "OH", + "latitude": "40.811809", + "longitude": "-81.368284", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44799", + "city": "Canton", + "state": "OH", + "latitude": "40.811809", + "longitude": "-81.368284", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44801", + "city": "Adrian", + "state": "OH", + "latitude": "41.090712", + "longitude": "-83.365404", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44802", + "city": "Alvada", + "state": "OH", + "latitude": "41.053889", + "longitude": "-83.414120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44803", + "city": "Amsden", + "state": "OH", + "latitude": "41.037511", + "longitude": "-82.910552", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44804", + "city": "Arcadia", + "state": "OH", + "latitude": "41.117339", + "longitude": "-83.526520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44805", + "city": "Ashland", + "state": "OH", + "latitude": "40.867016", + "longitude": "-82.315140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44807", + "city": "Attica", + "state": "OH", + "latitude": "41.069216", + "longitude": "-82.877080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44809", + "city": "Bascom", + "state": "OH", + "latitude": "41.132988", + "longitude": "-83.283280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44811", + "city": "Bellevue", + "state": "OH", + "latitude": "41.257163", + "longitude": "-82.842960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44813", + "city": "Bellville", + "state": "OH", + "latitude": "40.606221", + "longitude": "-82.520730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44814", + "city": "Berlin Heights", + "state": "OH", + "latitude": "41.323499", + "longitude": "-82.469200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44815", + "city": "Bettsville", + "state": "OH", + "latitude": "41.244095", + "longitude": "-83.233480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44816", + "city": "Birmingham", + "state": "OH", + "latitude": "41.331398", + "longitude": "-82.352780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44817", + "city": "Bloomdale", + "state": "OH", + "latitude": "41.193747", + "longitude": "-83.542260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44818", + "city": "Bloomville", + "state": "OH", + "latitude": "41.008110", + "longitude": "-82.997720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44820", + "city": "Bucyrus", + "state": "OH", + "latitude": "40.815179", + "longitude": "-82.970910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44822", + "city": "Butler", + "state": "OH", + "latitude": "40.561377", + "longitude": "-82.412370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44824", + "city": "Castalia", + "state": "OH", + "latitude": "41.393507", + "longitude": "-82.805690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44825", + "city": "Chatfield", + "state": "OH", + "latitude": "40.952927", + "longitude": "-82.942320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44826", + "city": "Collins", + "state": "OH", + "latitude": "41.227648", + "longitude": "-82.480610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44827", + "city": "Crestline", + "state": "OH", + "latitude": "40.795521", + "longitude": "-82.749910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44828", + "city": "Flat Rock", + "state": "OH", + "latitude": "41.234403", + "longitude": "-82.860590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44830", + "city": "Fostoria", + "state": "OH", + "latitude": "41.164209", + "longitude": "-83.410540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44833", + "city": "Galion", + "state": "OH", + "latitude": "40.720869", + "longitude": "-82.797000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44836", + "city": "Green Springs", + "state": "OH", + "latitude": "41.249374", + "longitude": "-83.058270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44837", + "city": "Greenwich", + "state": "OH", + "latitude": "41.020433", + "longitude": "-82.500970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44838", + "city": "Hayesville", + "state": "OH", + "latitude": "40.773052", + "longitude": "-82.261750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44839", + "city": "Huron", + "state": "OH", + "latitude": "41.388534", + "longitude": "-82.556800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44840", + "city": "Jeromesville", + "state": "OH", + "latitude": "40.801432", + "longitude": "-82.187120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44841", + "city": "Kansas", + "state": "OH", + "latitude": "41.249535", + "longitude": "-83.296600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44842", + "city": "Loudonville", + "state": "OH", + "latitude": "40.639849", + "longitude": "-82.224600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44843", + "city": "Lucas", + "state": "OH", + "latitude": "40.701792", + "longitude": "-82.411770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44844", + "city": "McCutchenville", + "state": "OH", + "latitude": "40.990406", + "longitude": "-83.260870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44845", + "city": "Melmore", + "state": "OH", + "latitude": "41.024204", + "longitude": "-83.109783", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44846", + "city": "Milan", + "state": "OH", + "latitude": "41.306205", + "longitude": "-82.606110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44847", + "city": "Monroeville", + "state": "OH", + "latitude": "41.238863", + "longitude": "-82.709090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44848", + "city": "Nankin", + "state": "OH", + "latitude": "40.920617", + "longitude": "-82.281695", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44849", + "city": "Nevada", + "state": "OH", + "latitude": "40.815261", + "longitude": "-83.131440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44850", + "city": "New Haven", + "state": "OH", + "latitude": "41.034683", + "longitude": "-82.680560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44851", + "city": "New London", + "state": "OH", + "latitude": "41.098478", + "longitude": "-82.404830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44853", + "city": "New Riegel", + "state": "OH", + "latitude": "41.057873", + "longitude": "-83.295050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44854", + "city": "New Washington", + "state": "OH", + "latitude": "40.954399", + "longitude": "-82.854360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44855", + "city": "North Fairfield", + "state": "OH", + "latitude": "41.100202", + "longitude": "-82.608870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44856", + "city": "North Robinson", + "state": "OH", + "latitude": "40.792804", + "longitude": "-82.857590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44857", + "city": "Norwalk", + "state": "OH", + "latitude": "41.236357", + "longitude": "-82.601850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44858", + "city": "Norwalk", + "state": "OH", + "latitude": "41.261375", + "longitude": "-82.589042", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44859", + "city": "Nova", + "state": "OH", + "latitude": "41.019566", + "longitude": "-82.336220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44860", + "city": "Oceola", + "state": "OH", + "latitude": "40.845335", + "longitude": "-83.092690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44861", + "city": "Old Fort", + "state": "OH", + "latitude": "41.240649", + "longitude": "-83.150000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44862", + "city": "Ontario", + "state": "OH", + "latitude": "40.772874", + "longitude": "-82.532057", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44864", + "city": "Perrysville", + "state": "OH", + "latitude": "40.664960", + "longitude": "-82.319940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44865", + "city": "Plymouth", + "state": "OH", + "latitude": "40.993880", + "longitude": "-82.677430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44866", + "city": "Polk", + "state": "OH", + "latitude": "40.906577", + "longitude": "-82.189850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44867", + "city": "Republic", + "state": "OH", + "latitude": "41.140139", + "longitude": "-82.998020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44870", + "city": "Sandusky", + "state": "OH", + "latitude": "41.426460", + "longitude": "-82.710830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44871", + "city": "Sandusky", + "state": "OH", + "latitude": "41.491810", + "longitude": "-82.647824", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44874", + "city": "Savannah", + "state": "OH", + "latitude": "40.963743", + "longitude": "-82.365470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44875", + "city": "Shelby", + "state": "OH", + "latitude": "40.888988", + "longitude": "-82.655980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44878", + "city": "Shiloh", + "state": "OH", + "latitude": "40.949737", + "longitude": "-82.529950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44880", + "city": "Sullivan", + "state": "OH", + "latitude": "41.038842", + "longitude": "-82.217790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44881", + "city": "Sulphur Springs", + "state": "OH", + "latitude": "40.868645", + "longitude": "-82.875027", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44882", + "city": "Sycamore", + "state": "OH", + "latitude": "40.953556", + "longitude": "-83.141770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44883", + "city": "Tiffin", + "state": "OH", + "latitude": "41.120710", + "longitude": "-83.176580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44887", + "city": "Tiro", + "state": "OH", + "latitude": "40.902610", + "longitude": "-82.788850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44888", + "city": "Willard", + "state": "OH", + "latitude": "41.141541", + "longitude": "-82.588928", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44889", + "city": "Wakeman", + "state": "OH", + "latitude": "41.243230", + "longitude": "-82.388480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44890", + "city": "Willard", + "state": "OH", + "latitude": "41.073672", + "longitude": "-82.724350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44901", + "city": "Mansfield", + "state": "OH", + "latitude": "40.850833", + "longitude": "-82.511369", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44902", + "city": "Mansfield", + "state": "OH", + "latitude": "40.759156", + "longitude": "-82.511180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44903", + "city": "Mansfield", + "state": "OH", + "latitude": "40.766589", + "longitude": "-82.518690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44904", + "city": "Mansfield", + "state": "OH", + "latitude": "40.678208", + "longitude": "-82.582070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44905", + "city": "Mansfield", + "state": "OH", + "latitude": "40.773556", + "longitude": "-82.476120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44906", + "city": "Mansfield", + "state": "OH", + "latitude": "40.766056", + "longitude": "-82.567490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44907", + "city": "Mansfield", + "state": "OH", + "latitude": "40.733243", + "longitude": "-82.519750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "44999", + "city": "Mansfield", + "state": "OH", + "latitude": "40.772874", + "longitude": "-82.532057", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45000", + "city": "North Bend", + "state": "OH", + "latitude": "39.147991", + "longitude": "-84.739682", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45001", + "city": "Addyston", + "state": "OH", + "latitude": "39.137818", + "longitude": "-84.707900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45002", + "city": "Cleves", + "state": "OH", + "latitude": "39.180358", + "longitude": "-84.737830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45003", + "city": "College Corner", + "state": "OH", + "latitude": "39.575126", + "longitude": "-84.790500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45004", + "city": "Collinsville", + "state": "OH", + "latitude": "39.440956", + "longitude": "-84.575746", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45005", + "city": "Franklin", + "state": "OH", + "latitude": "39.550241", + "longitude": "-84.308700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45010", + "city": "Catawba", + "state": "OH", + "latitude": "39.999367", + "longitude": "-83.619892", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45011", + "city": "Hamilton", + "state": "OH", + "latitude": "39.404856", + "longitude": "-84.522710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45012", + "city": "Hamilton", + "state": "OH", + "latitude": "39.440956", + "longitude": "-84.575746", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45013", + "city": "Hamilton", + "state": "OH", + "latitude": "39.409188", + "longitude": "-84.603210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45014", + "city": "Fairfield", + "state": "OH", + "latitude": "39.330356", + "longitude": "-84.552770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45015", + "city": "Hamilton", + "state": "OH", + "latitude": "39.367106", + "longitude": "-84.550530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45018", + "city": "Fairfield", + "state": "OH", + "latitude": "39.440956", + "longitude": "-84.575746", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45020", + "city": "Hamilton", + "state": "OH", + "latitude": "39.440956", + "longitude": "-84.575746", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45023", + "city": "Hamilton", + "state": "OH", + "latitude": "39.440956", + "longitude": "-84.575746", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45025", + "city": "Hamilton", + "state": "OH", + "latitude": "39.440956", + "longitude": "-84.575746", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45026", + "city": "Hamilton", + "state": "OH", + "latitude": "39.440956", + "longitude": "-84.575746", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45030", + "city": "Harrison", + "state": "OH", + "latitude": "39.257936", + "longitude": "-84.770010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45032", + "city": "Harveysburg", + "state": "OH", + "latitude": "39.499635", + "longitude": "-84.005790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45033", + "city": "Hooven", + "state": "OH", + "latitude": "39.177002", + "longitude": "-84.763370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45034", + "city": "Kings Mills", + "state": "OH", + "latitude": "39.359268", + "longitude": "-84.248980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45036", + "city": "Lebanon", + "state": "OH", + "latitude": "39.440152", + "longitude": "-84.221750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45039", + "city": "Maineville", + "state": "OH", + "latitude": "39.317735", + "longitude": "-84.247280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45040", + "city": "Mason", + "state": "OH", + "latitude": "39.344258", + "longitude": "-84.315200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45041", + "city": "Miamitown", + "state": "OH", + "latitude": "39.213282", + "longitude": "-84.704210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45042", + "city": "Middletown", + "state": "OH", + "latitude": "39.534907", + "longitude": "-84.393240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45043", + "city": "Middletown", + "state": "OH", + "latitude": "39.440956", + "longitude": "-84.575746", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45044", + "city": "Middletown", + "state": "OH", + "latitude": "39.482957", + "longitude": "-84.383930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45050", + "city": "Monroe", + "state": "OH", + "latitude": "39.441008", + "longitude": "-84.365820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45051", + "city": "Mount Saint Joseph", + "state": "OH", + "latitude": "39.096460", + "longitude": "-84.643096", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45052", + "city": "North Bend", + "state": "OH", + "latitude": "39.155158", + "longitude": "-84.777890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45053", + "city": "Okeana", + "state": "OH", + "latitude": "39.352687", + "longitude": "-84.785910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45054", + "city": "Oregonia", + "state": "OH", + "latitude": "39.444150", + "longitude": "-84.062990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45055", + "city": "Overpeck", + "state": "OH", + "latitude": "39.451806", + "longitude": "-84.515245", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45056", + "city": "Oxford", + "state": "OH", + "latitude": "39.498751", + "longitude": "-84.740700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45061", + "city": "Ross", + "state": "OH", + "latitude": "39.312350", + "longitude": "-84.648280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45062", + "city": "Seven Mile", + "state": "OH", + "latitude": "39.480856", + "longitude": "-84.553820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45063", + "city": "Shandon", + "state": "OH", + "latitude": "39.325805", + "longitude": "-84.712099", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45064", + "city": "Somerville", + "state": "OH", + "latitude": "39.562415", + "longitude": "-84.616900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45065", + "city": "South Lebanon", + "state": "OH", + "latitude": "39.371242", + "longitude": "-84.211320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45066", + "city": "Springboro", + "state": "OH", + "latitude": "39.557096", + "longitude": "-84.226880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45067", + "city": "Trenton", + "state": "OH", + "latitude": "39.482307", + "longitude": "-84.464290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45068", + "city": "Waynesville", + "state": "OH", + "latitude": "39.525562", + "longitude": "-84.069230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45069", + "city": "West Chester", + "state": "OH", + "latitude": "39.343757", + "longitude": "-84.402490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45070", + "city": "West Elkton", + "state": "OH", + "latitude": "39.588878", + "longitude": "-84.555620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45071", + "city": "West Chester", + "state": "OH", + "latitude": "39.440956", + "longitude": "-84.575746", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45073", + "city": "Monroe", + "state": "OH", + "latitude": "39.440956", + "longitude": "-84.575746", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45099", + "city": "Monroe", + "state": "OH", + "latitude": "39.440956", + "longitude": "-84.575746", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45101", + "city": "Aberdeen", + "state": "OH", + "latitude": "38.671655", + "longitude": "-83.756930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45102", + "city": "Amelia", + "state": "OH", + "latitude": "39.023067", + "longitude": "-84.209900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45103", + "city": "Batavia", + "state": "OH", + "latitude": "39.082894", + "longitude": "-84.153190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45105", + "city": "Bentonville", + "state": "OH", + "latitude": "38.749779", + "longitude": "-83.612574", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45106", + "city": "Bethel", + "state": "OH", + "latitude": "38.956484", + "longitude": "-84.080930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45107", + "city": "Blanchester", + "state": "OH", + "latitude": "39.293634", + "longitude": "-83.975840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45110", + "city": "Buford", + "state": "OH", + "latitude": "39.074262", + "longitude": "-83.848414", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45111", + "city": "Camp Dennison", + "state": "OH", + "latitude": "39.195516", + "longitude": "-84.290930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45112", + "city": "Chilo", + "state": "OH", + "latitude": "38.792686", + "longitude": "-84.138600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45113", + "city": "Clarksville", + "state": "OH", + "latitude": "39.397066", + "longitude": "-83.982390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45114", + "city": "Cuba", + "state": "OH", + "latitude": "39.362778", + "longitude": "-83.864320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45115", + "city": "Decatur", + "state": "OH", + "latitude": "38.815056", + "longitude": "-83.703900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45118", + "city": "Fayetteville", + "state": "OH", + "latitude": "39.184985", + "longitude": "-83.950450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45119", + "city": "Feesburg", + "state": "OH", + "latitude": "38.880632", + "longitude": "-84.008740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45120", + "city": "Felicity", + "state": "OH", + "latitude": "38.821032", + "longitude": "-84.098050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45121", + "city": "Georgetown", + "state": "OH", + "latitude": "38.877520", + "longitude": "-83.902150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45122", + "city": "Goshen", + "state": "OH", + "latitude": "39.222264", + "longitude": "-84.118310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45123", + "city": "Greenfield", + "state": "OH", + "latitude": "39.343559", + "longitude": "-83.397480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45125", + "city": "Union", + "state": "OH", + "latitude": "39.104387", + "longitude": "-84.232422", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45127", + "city": "Columbia", + "state": "OH", + "latitude": "39.137761", + "longitude": "-84.352140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45130", + "city": "Hamersville", + "state": "OH", + "latitude": "38.914118", + "longitude": "-83.994960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45131", + "city": "Higginsport", + "state": "OH", + "latitude": "38.789585", + "longitude": "-83.967050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45132", + "city": "Highland", + "state": "OH", + "latitude": "39.344299", + "longitude": "-83.599260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45133", + "city": "Hillsboro", + "state": "OH", + "latitude": "39.162917", + "longitude": "-83.580200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45135", + "city": "Leesburg", + "state": "OH", + "latitude": "39.344460", + "longitude": "-83.548250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45138", + "city": "Lees Creek", + "state": "OH", + "latitude": "39.416747", + "longitude": "-83.647583", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45140", + "city": "Loveland", + "state": "OH", + "latitude": "39.258653", + "longitude": "-84.265100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45142", + "city": "Lynchburg", + "state": "OH", + "latitude": "39.213112", + "longitude": "-83.807430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45144", + "city": "Manchester", + "state": "OH", + "latitude": "38.690566", + "longitude": "-83.619250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45145", + "city": "Marathon", + "state": "OH", + "latitude": "39.145698", + "longitude": "-84.007023", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45146", + "city": "Martinsville", + "state": "OH", + "latitude": "39.320060", + "longitude": "-83.798410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45147", + "city": "Miamiville", + "state": "OH", + "latitude": "39.213739", + "longitude": "-84.300232", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45148", + "city": "Midland", + "state": "OH", + "latitude": "39.290475", + "longitude": "-83.887670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45150", + "city": "Milford", + "state": "OH", + "latitude": "39.168818", + "longitude": "-84.249950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45152", + "city": "Morrow", + "state": "OH", + "latitude": "39.350319", + "longitude": "-84.116060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45153", + "city": "Moscow", + "state": "OH", + "latitude": "38.870200", + "longitude": "-84.202500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45154", + "city": "Mount Orab", + "state": "OH", + "latitude": "39.046589", + "longitude": "-83.922450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45155", + "city": "Mowrystown", + "state": "OH", + "latitude": "39.038055", + "longitude": "-83.749360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45156", + "city": "Neville", + "state": "OH", + "latitude": "38.810072", + "longitude": "-84.211760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45157", + "city": "New Richmond", + "state": "OH", + "latitude": "38.957385", + "longitude": "-84.247550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45158", + "city": "Newtonsville", + "state": "OH", + "latitude": "39.187790", + "longitude": "-84.078313", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45159", + "city": "New Vienna", + "state": "OH", + "latitude": "39.326987", + "longitude": "-83.687310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45160", + "city": "Owensville", + "state": "OH", + "latitude": "39.121637", + "longitude": "-84.139270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45162", + "city": "Pleasant Plain", + "state": "OH", + "latitude": "39.276492", + "longitude": "-84.088170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45164", + "city": "Port William", + "state": "OH", + "latitude": "39.553045", + "longitude": "-83.783460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45165", + "city": "Greenfield", + "state": "OH", + "latitude": "39.198813", + "longitude": "-83.607858", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45166", + "city": "Reesville", + "state": "OH", + "latitude": "39.480543", + "longitude": "-83.677197", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45167", + "city": "Ripley", + "state": "OH", + "latitude": "38.763305", + "longitude": "-83.807500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45168", + "city": "Russellville", + "state": "OH", + "latitude": "38.850094", + "longitude": "-83.772540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45169", + "city": "Sabina", + "state": "OH", + "latitude": "39.507106", + "longitude": "-83.650500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45171", + "city": "Sardinia", + "state": "OH", + "latitude": "38.985368", + "longitude": "-83.785420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45172", + "city": "Sinking Spring", + "state": "OH", + "latitude": "39.074266", + "longitude": "-83.387130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45174", + "city": "Terrace Park", + "state": "OH", + "latitude": "39.161061", + "longitude": "-84.308080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45176", + "city": "Williamsburg", + "state": "OH", + "latitude": "39.081436", + "longitude": "-84.029060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45177", + "city": "Wilmington", + "state": "OH", + "latitude": "39.463476", + "longitude": "-83.844460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45201", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45202", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.104410", + "longitude": "-84.507740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45203", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.104127", + "longitude": "-84.530670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45204", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.093345", + "longitude": "-84.564280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45205", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.110710", + "longitude": "-84.574380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45206", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.127527", + "longitude": "-84.488320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45207", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.142246", + "longitude": "-84.469830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45208", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.137860", + "longitude": "-84.434260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45209", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.154060", + "longitude": "-84.430860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45210", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.112260", + "longitude": "-84.514390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45211", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.154159", + "longitude": "-84.605270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45212", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.160693", + "longitude": "-84.454500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45213", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.180893", + "longitude": "-84.418810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45214", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.120560", + "longitude": "-84.535750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45215", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.228859", + "longitude": "-84.457070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45216", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.197109", + "longitude": "-84.479910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45217", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166948", + "longitude": "-84.495140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45218", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.264791", + "longitude": "-84.517500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45219", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.127210", + "longitude": "-84.509880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45220", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.144260", + "longitude": "-84.519860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45221", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45222", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45223", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.161859", + "longitude": "-84.542590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45224", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.204959", + "longitude": "-84.537340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45225", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.137410", + "longitude": "-84.541120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45226", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.114911", + "longitude": "-84.425260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45227", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.152010", + "longitude": "-84.383480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45228", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.070561", + "longitude": "-84.417891", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45229", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.152093", + "longitude": "-84.488990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45230", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.078368", + "longitude": "-84.388650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45231", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.242608", + "longitude": "-84.545300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45232", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.173409", + "longitude": "-84.512950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45233", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.117065", + "longitude": "-84.671730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45234", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45235", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45236", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.205109", + "longitude": "-84.395120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45237", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.188859", + "longitude": "-84.457980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45238", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.112169", + "longitude": "-84.608490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45239", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.207558", + "longitude": "-84.572990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45240", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.284806", + "longitude": "-84.529410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45241", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.276271", + "longitude": "-84.393240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45242", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.242559", + "longitude": "-84.360420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45243", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.184660", + "longitude": "-84.360140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45244", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.119161", + "longitude": "-84.333890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45245", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.075329", + "longitude": "-84.273110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45246", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.288558", + "longitude": "-84.473830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45247", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.209208", + "longitude": "-84.643630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45248", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.160159", + "longitude": "-84.650420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45249", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.278295", + "longitude": "-84.330490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45250", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45251", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.258124", + "longitude": "-84.587330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45252", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.282824", + "longitude": "-84.625140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45253", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45254", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45255", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.066112", + "longitude": "-84.322270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45258", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45262", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45263", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45264", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45267", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45268", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45269", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45270", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45271", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45273", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45274", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45275", + "city": "Cincinnati", + "state": "OH", + "latitude": "38.946921", + "longitude": "-83.862877", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45277", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45296", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45298", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45299", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.262158", + "longitude": "-84.509268", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45301", + "city": "Alpha", + "state": "OH", + "latitude": "39.711173", + "longitude": "-84.023230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45302", + "city": "Anna", + "state": "OH", + "latitude": "40.404760", + "longitude": "-84.195780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45303", + "city": "Ansonia", + "state": "OH", + "latitude": "40.215278", + "longitude": "-84.647700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45304", + "city": "Arcanum", + "state": "OH", + "latitude": "39.990909", + "longitude": "-84.537090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45305", + "city": "Bellbrook", + "state": "OH", + "latitude": "39.640059", + "longitude": "-84.085500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45306", + "city": "Botkins", + "state": "OH", + "latitude": "40.464571", + "longitude": "-84.187630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45307", + "city": "Bowersville", + "state": "OH", + "latitude": "39.580198", + "longitude": "-83.723630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45308", + "city": "Bradford", + "state": "OH", + "latitude": "40.128652", + "longitude": "-84.443300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45309", + "city": "Brookville", + "state": "OH", + "latitude": "39.844538", + "longitude": "-84.417740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45310", + "city": "Burkettsville", + "state": "OH", + "latitude": "40.352158", + "longitude": "-84.644800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45311", + "city": "Camden", + "state": "OH", + "latitude": "39.629735", + "longitude": "-84.675570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45312", + "city": "Casstown", + "state": "OH", + "latitude": "40.065900", + "longitude": "-84.082190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45314", + "city": "Cedarville", + "state": "OH", + "latitude": "39.744577", + "longitude": "-83.796970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45315", + "city": "Clayton", + "state": "OH", + "latitude": "39.853674", + "longitude": "-84.341250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45316", + "city": "Clifton", + "state": "OH", + "latitude": "39.796992", + "longitude": "-83.826090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45317", + "city": "Conover", + "state": "OH", + "latitude": "40.170605", + "longitude": "-84.024460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45318", + "city": "Covington", + "state": "OH", + "latitude": "40.123474", + "longitude": "-84.354330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45319", + "city": "Donnelsville", + "state": "OH", + "latitude": "39.918936", + "longitude": "-83.944909", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45320", + "city": "Eaton", + "state": "OH", + "latitude": "39.739353", + "longitude": "-84.653930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45321", + "city": "Eldorado", + "state": "OH", + "latitude": "39.888717", + "longitude": "-84.672160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45322", + "city": "Englewood", + "state": "OH", + "latitude": "39.877745", + "longitude": "-84.309990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45323", + "city": "Enon", + "state": "OH", + "latitude": "39.867259", + "longitude": "-83.935120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45324", + "city": "Fairborn", + "state": "OH", + "latitude": "39.808909", + "longitude": "-84.019720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45325", + "city": "Farmersville", + "state": "OH", + "latitude": "39.685116", + "longitude": "-84.423070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45326", + "city": "Fletcher", + "state": "OH", + "latitude": "40.144131", + "longitude": "-84.104290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45327", + "city": "Germantown", + "state": "OH", + "latitude": "39.628806", + "longitude": "-84.378730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45328", + "city": "Gettysburg", + "state": "OH", + "latitude": "40.112545", + "longitude": "-84.493140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45329", + "city": "Gordon", + "state": "OH", + "latitude": "40.135426", + "longitude": "-84.619129", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45330", + "city": "Gratis", + "state": "OH", + "latitude": "39.647494", + "longitude": "-84.527490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45331", + "city": "Greenville", + "state": "OH", + "latitude": "40.094141", + "longitude": "-84.635740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45332", + "city": "Hollansburg", + "state": "OH", + "latitude": "39.998881", + "longitude": "-84.791650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45333", + "city": "Houston", + "state": "OH", + "latitude": "40.260111", + "longitude": "-84.336110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45334", + "city": "Jackson Center", + "state": "OH", + "latitude": "40.446467", + "longitude": "-84.043890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45335", + "city": "Jamestown", + "state": "OH", + "latitude": "39.624340", + "longitude": "-83.745870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45336", + "city": "Kettlersville", + "state": "OH", + "latitude": "40.438744", + "longitude": "-84.263090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45337", + "city": "Laura", + "state": "OH", + "latitude": "39.981075", + "longitude": "-84.422010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45338", + "city": "Lewisburg", + "state": "OH", + "latitude": "39.849859", + "longitude": "-84.544280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45339", + "city": "Ludlow Falls", + "state": "OH", + "latitude": "40.008648", + "longitude": "-84.341430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45340", + "city": "Maplewood", + "state": "OH", + "latitude": "40.372607", + "longitude": "-84.051130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45341", + "city": "Medway", + "state": "OH", + "latitude": "39.880826", + "longitude": "-84.023640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45342", + "city": "Miamisburg", + "state": "OH", + "latitude": "39.631525", + "longitude": "-84.270740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45343", + "city": "Miamisburg", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45344", + "city": "New Carlisle", + "state": "OH", + "latitude": "39.939925", + "longitude": "-84.019920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45345", + "city": "New Lebanon", + "state": "OH", + "latitude": "39.743766", + "longitude": "-84.392560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45346", + "city": "New Madison", + "state": "OH", + "latitude": "39.971929", + "longitude": "-84.704710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45347", + "city": "New Paris", + "state": "OH", + "latitude": "39.876255", + "longitude": "-84.777880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45348", + "city": "New Weston", + "state": "OH", + "latitude": "40.332705", + "longitude": "-84.650160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45349", + "city": "North Hampton", + "state": "OH", + "latitude": "39.990945", + "longitude": "-83.940490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45350", + "city": "North Star", + "state": "OH", + "latitude": "40.135426", + "longitude": "-84.619129", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45351", + "city": "Osgood", + "state": "OH", + "latitude": "40.339356", + "longitude": "-84.495970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45352", + "city": "Palestine", + "state": "OH", + "latitude": "40.050308", + "longitude": "-84.744420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45353", + "city": "Pemberton", + "state": "OH", + "latitude": "40.294031", + "longitude": "-84.032710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45354", + "city": "Phillipsburg", + "state": "OH", + "latitude": "39.904603", + "longitude": "-84.401630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45356", + "city": "Piqua", + "state": "OH", + "latitude": "40.156514", + "longitude": "-84.242130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45358", + "city": "Pitsburg", + "state": "OH", + "latitude": "39.986011", + "longitude": "-84.486510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45359", + "city": "Pleasant Hill", + "state": "OH", + "latitude": "40.053483", + "longitude": "-84.352020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45360", + "city": "Port Jefferson", + "state": "OH", + "latitude": "40.330423", + "longitude": "-84.090970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45361", + "city": "Potsdam", + "state": "OH", + "latitude": "39.963492", + "longitude": "-84.414484", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45362", + "city": "Rossburg", + "state": "OH", + "latitude": "40.285770", + "longitude": "-84.638910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45363", + "city": "Russia", + "state": "OH", + "latitude": "40.233304", + "longitude": "-84.404590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45365", + "city": "Sidney", + "state": "OH", + "latitude": "40.284855", + "longitude": "-84.159740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45367", + "city": "Sidney", + "state": "OH", + "latitude": "40.333611", + "longitude": "-84.218308", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45368", + "city": "South Charleston", + "state": "OH", + "latitude": "39.840367", + "longitude": "-83.658130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45369", + "city": "South Vienna", + "state": "OH", + "latitude": "39.942716", + "longitude": "-83.602350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45370", + "city": "Spring Valley", + "state": "OH", + "latitude": "39.600367", + "longitude": "-84.025860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45371", + "city": "Tipp City", + "state": "OH", + "latitude": "39.954239", + "longitude": "-84.176850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45372", + "city": "Tremont City", + "state": "OH", + "latitude": "40.013871", + "longitude": "-83.833250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45373", + "city": "Troy", + "state": "OH", + "latitude": "40.036525", + "longitude": "-84.206290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45374", + "city": "Troy", + "state": "OH", + "latitude": "40.039970", + "longitude": "-84.229799", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45377", + "city": "Vandalia", + "state": "OH", + "latitude": "39.889356", + "longitude": "-84.205100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45378", + "city": "Verona", + "state": "OH", + "latitude": "39.903161", + "longitude": "-84.488220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45380", + "city": "Versailles", + "state": "OH", + "latitude": "40.231735", + "longitude": "-84.499350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45381", + "city": "West Alexandria", + "state": "OH", + "latitude": "39.730506", + "longitude": "-84.530520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45382", + "city": "West Manchester", + "state": "OH", + "latitude": "39.903258", + "longitude": "-84.622550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45383", + "city": "West Milton", + "state": "OH", + "latitude": "39.958117", + "longitude": "-84.333350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45384", + "city": "Wilberforce", + "state": "OH", + "latitude": "39.712772", + "longitude": "-83.880140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45385", + "city": "Xenia", + "state": "OH", + "latitude": "39.682836", + "longitude": "-83.921440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45387", + "city": "Yellow Springs", + "state": "OH", + "latitude": "39.797227", + "longitude": "-83.892390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45388", + "city": "Yorkshire", + "state": "OH", + "latitude": "40.328535", + "longitude": "-84.479380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45389", + "city": "Christiansburg", + "state": "OH", + "latitude": "40.055737", + "longitude": "-84.025250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45390", + "city": "Union City", + "state": "OH", + "latitude": "40.204510", + "longitude": "-84.782920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45401", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45402", + "city": "Dayton", + "state": "OH", + "latitude": "39.757758", + "longitude": "-84.188480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45403", + "city": "Dayton", + "state": "OH", + "latitude": "39.762708", + "longitude": "-84.152940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45404", + "city": "Dayton", + "state": "OH", + "latitude": "39.783258", + "longitude": "-84.163420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45405", + "city": "Dayton", + "state": "OH", + "latitude": "39.788458", + "longitude": "-84.211110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45406", + "city": "Dayton", + "state": "OH", + "latitude": "39.784108", + "longitude": "-84.238410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45407", + "city": "Dayton", + "state": "OH", + "latitude": "39.760058", + "longitude": "-84.220110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45408", + "city": "Dayton", + "state": "OH", + "latitude": "39.741558", + "longitude": "-84.223620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45409", + "city": "Dayton", + "state": "OH", + "latitude": "39.725705", + "longitude": "-84.189270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45410", + "city": "Dayton", + "state": "OH", + "latitude": "39.748309", + "longitude": "-84.158930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45412", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45413", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45414", + "city": "Dayton", + "state": "OH", + "latitude": "39.820807", + "longitude": "-84.193810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45415", + "city": "Dayton", + "state": "OH", + "latitude": "39.837256", + "longitude": "-84.260160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45416", + "city": "Dayton", + "state": "OH", + "latitude": "39.805207", + "longitude": "-84.258040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45417", + "city": "Dayton", + "state": "OH", + "latitude": "39.753108", + "longitude": "-84.247150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45418", + "city": "Dayton", + "state": "OH", + "latitude": "39.716161", + "longitude": "-84.273400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45419", + "city": "Dayton", + "state": "OH", + "latitude": "39.713309", + "longitude": "-84.165230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45420", + "city": "Dayton", + "state": "OH", + "latitude": "39.723909", + "longitude": "-84.134530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45422", + "city": "Dayton", + "state": "OH", + "latitude": "39.758058", + "longitude": "-84.200090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45423", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45424", + "city": "Dayton", + "state": "OH", + "latitude": "39.840308", + "longitude": "-84.122270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45426", + "city": "Dayton", + "state": "OH", + "latitude": "39.802606", + "longitude": "-84.301960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45427", + "city": "Dayton", + "state": "OH", + "latitude": "39.755758", + "longitude": "-84.278670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45428", + "city": "Dayton", + "state": "OH", + "latitude": "39.746656", + "longitude": "-84.259292", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45429", + "city": "Dayton", + "state": "OH", + "latitude": "39.687459", + "longitude": "-84.155950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45430", + "city": "Dayton", + "state": "OH", + "latitude": "39.710787", + "longitude": "-84.081920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45431", + "city": "Dayton", + "state": "OH", + "latitude": "39.765259", + "longitude": "-84.102620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45432", + "city": "Dayton", + "state": "OH", + "latitude": "39.740350", + "longitude": "-84.093060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45433", + "city": "Dayton", + "state": "OH", + "latitude": "39.813743", + "longitude": "-84.058980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45434", + "city": "Dayton", + "state": "OH", + "latitude": "39.719092", + "longitude": "-84.038080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45435", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45437", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45439", + "city": "Dayton", + "state": "OH", + "latitude": "39.695702", + "longitude": "-84.216880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45440", + "city": "Dayton", + "state": "OH", + "latitude": "39.674192", + "longitude": "-84.110290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45441", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45448", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45449", + "city": "Dayton", + "state": "OH", + "latitude": "39.664226", + "longitude": "-84.242010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45454", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45458", + "city": "Dayton", + "state": "OH", + "latitude": "39.608280", + "longitude": "-84.164130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45459", + "city": "Dayton", + "state": "OH", + "latitude": "39.644609", + "longitude": "-84.169310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45463", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45469", + "city": "Dayton", + "state": "OH", + "latitude": "39.740509", + "longitude": "-84.178939", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45470", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45475", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45479", + "city": "Dayton", + "state": "OH", + "latitude": "39.734409", + "longitude": "-84.194389", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45481", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45482", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45490", + "city": "Dayton", + "state": "OH", + "latitude": "39.750471", + "longitude": "-84.268593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45501", + "city": "Springfield", + "state": "OH", + "latitude": "39.927059", + "longitude": "-83.813228", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45502", + "city": "Springfield", + "state": "OH", + "latitude": "39.926617", + "longitude": "-83.812800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45503", + "city": "Springfield", + "state": "OH", + "latitude": "39.948310", + "longitude": "-83.782050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45504", + "city": "Springfield", + "state": "OH", + "latitude": "39.941827", + "longitude": "-83.837020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45505", + "city": "Springfield", + "state": "OH", + "latitude": "39.910860", + "longitude": "-83.785790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45506", + "city": "Springfield", + "state": "OH", + "latitude": "39.910109", + "longitude": "-83.832430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45553", + "city": "West Union", + "state": "OH", + "latitude": "38.782131", + "longitude": "-83.558044", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45601", + "city": "Chillicothe", + "state": "OH", + "latitude": "39.330460", + "longitude": "-82.972280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45612", + "city": "Bainbridge", + "state": "OH", + "latitude": "39.228796", + "longitude": "-83.286410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45613", + "city": "Beaver", + "state": "OH", + "latitude": "39.015223", + "longitude": "-82.849270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45614", + "city": "Bidwell", + "state": "OH", + "latitude": "38.919179", + "longitude": "-82.293370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45616", + "city": "Blue Creek", + "state": "OH", + "latitude": "38.789223", + "longitude": "-83.319200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45617", + "city": "Bourneville", + "state": "OH", + "latitude": "39.280388", + "longitude": "-83.158991", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45618", + "city": "Cherry Fork", + "state": "OH", + "latitude": "38.892198", + "longitude": "-83.621787", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45619", + "city": "Chesapeake", + "state": "OH", + "latitude": "38.448563", + "longitude": "-82.445530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45620", + "city": "Cheshire", + "state": "OH", + "latitude": "38.943285", + "longitude": "-82.135890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45621", + "city": "Coalton", + "state": "OH", + "latitude": "39.111094", + "longitude": "-82.611050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45622", + "city": "Creola", + "state": "OH", + "latitude": "39.364574", + "longitude": "-82.495900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45623", + "city": "Crown City", + "state": "OH", + "latitude": "38.630633", + "longitude": "-82.269700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45624", + "city": "Cynthiana", + "state": "OH", + "latitude": "39.172214", + "longitude": "-83.348420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45628", + "city": "Frankfort", + "state": "OH", + "latitude": "39.390231", + "longitude": "-83.193630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45629", + "city": "Franklin Furnace", + "state": "OH", + "latitude": "38.653909", + "longitude": "-82.825350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45630", + "city": "Friendship", + "state": "OH", + "latitude": "38.793335", + "longitude": "-82.960460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45631", + "city": "Gallipolis", + "state": "OH", + "latitude": "38.825478", + "longitude": "-82.227550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45633", + "city": "Hallsville", + "state": "OH", + "latitude": "39.465570", + "longitude": "-82.747853", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45634", + "city": "Hamden", + "state": "OH", + "latitude": "39.171012", + "longitude": "-82.500170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45636", + "city": "Haverhill", + "state": "OH", + "latitude": "38.592446", + "longitude": "-82.828817", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45638", + "city": "Ironton", + "state": "OH", + "latitude": "38.535109", + "longitude": "-82.673700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45640", + "city": "Jackson", + "state": "OH", + "latitude": "39.034226", + "longitude": "-82.636780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45641", + "city": "Morgan", + "state": "OH", + "latitude": "38.967813", + "longitude": "-82.220469", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45642", + "city": "Jasper", + "state": "OH", + "latitude": "39.047577", + "longitude": "-83.053820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45643", + "city": "Kerr", + "state": "OH", + "latitude": "38.868330", + "longitude": "-82.256185", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45644", + "city": "Kingston", + "state": "OH", + "latitude": "39.459353", + "longitude": "-82.877770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45645", + "city": "Kitts Hill", + "state": "OH", + "latitude": "38.557052", + "longitude": "-82.537440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45646", + "city": "Latham", + "state": "OH", + "latitude": "39.086218", + "longitude": "-83.317640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45647", + "city": "Londonderry", + "state": "OH", + "latitude": "39.282411", + "longitude": "-82.764570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45648", + "city": "Lucasville", + "state": "OH", + "latitude": "38.911803", + "longitude": "-82.988360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45650", + "city": "Lynx", + "state": "OH", + "latitude": "38.746506", + "longitude": "-83.408780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45651", + "city": "McArthur", + "state": "OH", + "latitude": "39.267049", + "longitude": "-82.464150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45652", + "city": "McDermott", + "state": "OH", + "latitude": "38.833053", + "longitude": "-83.074980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45653", + "city": "Minford", + "state": "OH", + "latitude": "38.877777", + "longitude": "-82.840960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45654", + "city": "New Plymouth", + "state": "OH", + "latitude": "39.376504", + "longitude": "-82.395030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45656", + "city": "Oak Hill", + "state": "OH", + "latitude": "38.879935", + "longitude": "-82.583320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45657", + "city": "Otway", + "state": "OH", + "latitude": "38.866354", + "longitude": "-83.220280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45658", + "city": "Patriot", + "state": "OH", + "latitude": "38.766082", + "longitude": "-82.416380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45659", + "city": "Pedro", + "state": "OH", + "latitude": "38.674840", + "longitude": "-82.618650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45660", + "city": "Peebles", + "state": "OH", + "latitude": "38.987596", + "longitude": "-83.377520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45661", + "city": "Piketon", + "state": "OH", + "latitude": "39.046079", + "longitude": "-83.064590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45662", + "city": "Portsmouth", + "state": "OH", + "latitude": "38.762824", + "longitude": "-82.942940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45663", + "city": "West Portsmouth", + "state": "OH", + "latitude": "38.743244", + "longitude": "-83.059540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45669", + "city": "Proctorville", + "state": "OH", + "latitude": "38.468003", + "longitude": "-82.354570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45670", + "city": "Wilkesville", + "state": "OH", + "latitude": "39.118117", + "longitude": "-82.381351", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45671", + "city": "Rarden", + "state": "OH", + "latitude": "38.947693", + "longitude": "-83.243610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45672", + "city": "Ray", + "state": "OH", + "latitude": "39.208053", + "longitude": "-82.690770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45673", + "city": "Richmond Dale", + "state": "OH", + "latitude": "39.204151", + "longitude": "-82.813780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45674", + "city": "Rio Grande", + "state": "OH", + "latitude": "38.881743", + "longitude": "-82.380910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45675", + "city": "Rock Camp", + "state": "OH", + "latitude": "38.536685", + "longitude": "-82.532715", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45677", + "city": "Scioto Furnace", + "state": "OH", + "latitude": "38.794115", + "longitude": "-82.755455", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45678", + "city": "Scottown", + "state": "OH", + "latitude": "38.615111", + "longitude": "-82.380040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45679", + "city": "Seaman", + "state": "OH", + "latitude": "38.953520", + "longitude": "-83.571080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45680", + "city": "South Point", + "state": "OH", + "latitude": "38.438617", + "longitude": "-82.557740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45681", + "city": "South Salem", + "state": "OH", + "latitude": "39.308063", + "longitude": "-83.256640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45682", + "city": "South Webster", + "state": "OH", + "latitude": "38.816072", + "longitude": "-82.714550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45683", + "city": "Stockdale", + "state": "OH", + "latitude": "38.955485", + "longitude": "-82.858402", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45684", + "city": "Stout", + "state": "OH", + "latitude": "38.664532", + "longitude": "-83.297590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45685", + "city": "Thurman", + "state": "OH", + "latitude": "38.915013", + "longitude": "-82.453260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45686", + "city": "Vinton", + "state": "OH", + "latitude": "38.997540", + "longitude": "-82.362150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45687", + "city": "Wakefield", + "state": "OH", + "latitude": "39.072829", + "longitude": "-83.085764", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45688", + "city": "Waterloo", + "state": "OH", + "latitude": "38.734463", + "longitude": "-82.521630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45690", + "city": "Waverly", + "state": "OH", + "latitude": "39.123071", + "longitude": "-83.000900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45692", + "city": "Wellston", + "state": "OH", + "latitude": "39.117212", + "longitude": "-82.548110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45693", + "city": "West Union", + "state": "OH", + "latitude": "38.795145", + "longitude": "-83.543350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45694", + "city": "Wheelersburg", + "state": "OH", + "latitude": "38.729816", + "longitude": "-82.800400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45695", + "city": "Wilkesville", + "state": "OH", + "latitude": "39.137773", + "longitude": "-82.365430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45696", + "city": "Willow Wood", + "state": "OH", + "latitude": "38.592851", + "longitude": "-82.462120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45697", + "city": "Winchester", + "state": "OH", + "latitude": "38.939364", + "longitude": "-83.671950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45698", + "city": "Zaleski", + "state": "OH", + "latitude": "39.282728", + "longitude": "-82.396230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45699", + "city": "Lucasville", + "state": "OH", + "latitude": "38.793335", + "longitude": "-82.960460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45701", + "city": "Athens", + "state": "OH", + "latitude": "39.322847", + "longitude": "-82.097280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45710", + "city": "Albany", + "state": "OH", + "latitude": "39.202517", + "longitude": "-82.214210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45711", + "city": "Amesville", + "state": "OH", + "latitude": "39.429095", + "longitude": "-81.943370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45712", + "city": "Barlow", + "state": "OH", + "latitude": "39.400320", + "longitude": "-81.662090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45713", + "city": "Bartlett", + "state": "OH", + "latitude": "39.419647", + "longitude": "-81.816400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45714", + "city": "Belpre", + "state": "OH", + "latitude": "39.297622", + "longitude": "-81.595800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45715", + "city": "Beverly", + "state": "OH", + "latitude": "39.588490", + "longitude": "-81.629320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45716", + "city": "Buchtel", + "state": "OH", + "latitude": "39.462005", + "longitude": "-82.180210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45717", + "city": "Carbondale", + "state": "OH", + "latitude": "39.368235", + "longitude": "-82.010132", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45719", + "city": "Chauncey", + "state": "OH", + "latitude": "39.400100", + "longitude": "-82.128560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45720", + "city": "Chester", + "state": "OH", + "latitude": "39.085629", + "longitude": "-81.921443", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45721", + "city": "Coal Run", + "state": "OH", + "latitude": "39.430738", + "longitude": "-81.445120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45723", + "city": "Coolville", + "state": "OH", + "latitude": "39.222410", + "longitude": "-81.819450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45724", + "city": "Cutler", + "state": "OH", + "latitude": "39.363901", + "longitude": "-81.788540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45727", + "city": "Dexter City", + "state": "OH", + "latitude": "39.649854", + "longitude": "-81.471130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45729", + "city": "Fleming", + "state": "OH", + "latitude": "39.420916", + "longitude": "-81.593600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45732", + "city": "Glouster", + "state": "OH", + "latitude": "39.506243", + "longitude": "-82.077900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45734", + "city": "Graysville", + "state": "OH", + "latitude": "39.628144", + "longitude": "-81.191640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45735", + "city": "Guysville", + "state": "OH", + "latitude": "39.262298", + "longitude": "-81.929770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45739", + "city": "Hockingport", + "state": "OH", + "latitude": "39.197888", + "longitude": "-81.744573", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45740", + "city": "Jacksonville", + "state": "OH", + "latitude": "39.475889", + "longitude": "-82.079590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45741", + "city": "Langsville", + "state": "OH", + "latitude": "39.073480", + "longitude": "-82.244000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45742", + "city": "Little Hocking", + "state": "OH", + "latitude": "39.273206", + "longitude": "-81.708890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45743", + "city": "Long Bottom", + "state": "OH", + "latitude": "39.077704", + "longitude": "-81.845060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45744", + "city": "Lowell", + "state": "OH", + "latitude": "39.533021", + "longitude": "-81.509860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45745", + "city": "Lower Salem", + "state": "OH", + "latitude": "39.611675", + "longitude": "-81.344950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45746", + "city": "Macksburg", + "state": "OH", + "latitude": "39.627217", + "longitude": "-81.455320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45750", + "city": "Marietta", + "state": "OH", + "latitude": "39.426551", + "longitude": "-81.443730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45757", + "city": "Dexter City", + "state": "OH", + "latitude": "39.658280", + "longitude": "-81.470771", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45760", + "city": "Middleport", + "state": "OH", + "latitude": "39.006757", + "longitude": "-82.082080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45761", + "city": "Millfield", + "state": "OH", + "latitude": "39.431016", + "longitude": "-82.099860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45764", + "city": "Nelsonville", + "state": "OH", + "latitude": "39.450463", + "longitude": "-82.229750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45766", + "city": "New Marshfield", + "state": "OH", + "latitude": "39.325020", + "longitude": "-82.258600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45767", + "city": "New Matamoras", + "state": "OH", + "latitude": "39.524674", + "longitude": "-81.120310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45768", + "city": "Newport", + "state": "OH", + "latitude": "39.397077", + "longitude": "-81.255080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45769", + "city": "Pomeroy", + "state": "OH", + "latitude": "39.092281", + "longitude": "-82.028000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45770", + "city": "Portland", + "state": "OH", + "latitude": "38.988699", + "longitude": "-81.801900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45771", + "city": "Racine", + "state": "OH", + "latitude": "38.978044", + "longitude": "-81.912060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45772", + "city": "Reedsville", + "state": "OH", + "latitude": "39.143542", + "longitude": "-81.837240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45773", + "city": "Reno", + "state": "OH", + "latitude": "39.471663", + "longitude": "-81.280180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45775", + "city": "Rutland", + "state": "OH", + "latitude": "39.089885", + "longitude": "-82.167730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45776", + "city": "Shade", + "state": "OH", + "latitude": "39.191685", + "longitude": "-82.018280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45777", + "city": "Sharpsburg", + "state": "OH", + "latitude": "39.368235", + "longitude": "-82.010132", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45778", + "city": "Stewart", + "state": "OH", + "latitude": "39.341224", + "longitude": "-81.885610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45779", + "city": "Syracuse", + "state": "OH", + "latitude": "38.999757", + "longitude": "-81.972820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45780", + "city": "The Plains", + "state": "OH", + "latitude": "39.370636", + "longitude": "-82.134060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45781", + "city": "Torch", + "state": "OH", + "latitude": "39.368235", + "longitude": "-82.010132", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45782", + "city": "Trimble", + "state": "OH", + "latitude": "39.483798", + "longitude": "-82.077880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45783", + "city": "Tuppers Plains", + "state": "OH", + "latitude": "39.168349", + "longitude": "-81.842313", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45784", + "city": "Vincent", + "state": "OH", + "latitude": "39.389346", + "longitude": "-81.681220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45786", + "city": "Waterford", + "state": "OH", + "latitude": "39.526685", + "longitude": "-81.661090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45787", + "city": "Watertown", + "state": "OH", + "latitude": "39.430738", + "longitude": "-81.445120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45788", + "city": "Whipple", + "state": "OH", + "latitude": "39.510300", + "longitude": "-81.376690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45789", + "city": "Wingett Run", + "state": "OH", + "latitude": "39.551002", + "longitude": "-81.256000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45801", + "city": "Lima", + "state": "OH", + "latitude": "40.759451", + "longitude": "-84.084580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45802", + "city": "Lima", + "state": "OH", + "latitude": "40.781785", + "longitude": "-84.138566", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45804", + "city": "Lima", + "state": "OH", + "latitude": "40.722550", + "longitude": "-84.089790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45805", + "city": "Lima", + "state": "OH", + "latitude": "40.739517", + "longitude": "-84.144680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45806", + "city": "Lima", + "state": "OH", + "latitude": "40.668448", + "longitude": "-84.133100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45807", + "city": "Lima", + "state": "OH", + "latitude": "40.795300", + "longitude": "-84.165730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45808", + "city": "Beaverdam", + "state": "OH", + "latitude": "40.832363", + "longitude": "-83.973430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45809", + "city": "Gomer", + "state": "OH", + "latitude": "40.844554", + "longitude": "-84.183240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45810", + "city": "Ada", + "state": "OH", + "latitude": "40.774039", + "longitude": "-83.818210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45812", + "city": "Alger", + "state": "OH", + "latitude": "40.696862", + "longitude": "-83.823100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45813", + "city": "Antwerp", + "state": "OH", + "latitude": "41.183120", + "longitude": "-84.735330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45814", + "city": "Arlington", + "state": "OH", + "latitude": "40.892253", + "longitude": "-83.643380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45815", + "city": "Belmore", + "state": "OH", + "latitude": "41.153855", + "longitude": "-83.941281", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45816", + "city": "Benton Ridge", + "state": "OH", + "latitude": "41.004330", + "longitude": "-83.792650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45817", + "city": "Bluffton", + "state": "OH", + "latitude": "40.886803", + "longitude": "-83.892590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45819", + "city": "Buckland", + "state": "OH", + "latitude": "40.623695", + "longitude": "-84.260870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45820", + "city": "Cairo", + "state": "OH", + "latitude": "40.831339", + "longitude": "-84.086020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45821", + "city": "Cecil", + "state": "OH", + "latitude": "41.230816", + "longitude": "-84.577710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45822", + "city": "Celina", + "state": "OH", + "latitude": "40.542778", + "longitude": "-84.582320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45826", + "city": "Chickasaw", + "state": "OH", + "latitude": "40.428177", + "longitude": "-84.633484", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45827", + "city": "Cloverdale", + "state": "OH", + "latitude": "41.009008", + "longitude": "-84.306170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45828", + "city": "Coldwater", + "state": "OH", + "latitude": "40.480128", + "longitude": "-84.646780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45829", + "city": "Crane", + "state": "OH", + "latitude": "41.163632", + "longitude": "-84.612173", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45830", + "city": "Columbus Grove", + "state": "OH", + "latitude": "40.900986", + "longitude": "-84.067830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45831", + "city": "Continental", + "state": "OH", + "latitude": "41.103903", + "longitude": "-84.253710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45832", + "city": "Convoy", + "state": "OH", + "latitude": "40.929839", + "longitude": "-84.731380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45833", + "city": "Delphos", + "state": "OH", + "latitude": "40.841409", + "longitude": "-84.341780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45835", + "city": "Dola", + "state": "OH", + "latitude": "40.768846", + "longitude": "-83.700070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45836", + "city": "Dunkirk", + "state": "OH", + "latitude": "40.790676", + "longitude": "-83.638560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45837", + "city": "Dupont", + "state": "OH", + "latitude": "41.054934", + "longitude": "-84.300750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45838", + "city": "Elgin", + "state": "OH", + "latitude": "40.740456", + "longitude": "-84.476020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45839", + "city": "Findlay", + "state": "OH", + "latitude": "40.993263", + "longitude": "-83.650714", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45840", + "city": "Findlay", + "state": "OH", + "latitude": "41.037325", + "longitude": "-83.645760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45841", + "city": "Jenera", + "state": "OH", + "latitude": "40.881217", + "longitude": "-83.731990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45843", + "city": "Forest", + "state": "OH", + "latitude": "40.782854", + "longitude": "-83.528620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45844", + "city": "Fort Jennings", + "state": "OH", + "latitude": "40.914909", + "longitude": "-84.287170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45845", + "city": "Fort Loramie", + "state": "OH", + "latitude": "40.338583", + "longitude": "-84.383480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45846", + "city": "Fort Recovery", + "state": "OH", + "latitude": "40.409441", + "longitude": "-84.759120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45848", + "city": "Glandorf", + "state": "OH", + "latitude": "41.096421", + "longitude": "-84.112031", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45849", + "city": "Grover Hill", + "state": "OH", + "latitude": "41.012000", + "longitude": "-84.466830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45850", + "city": "Harrod", + "state": "OH", + "latitude": "40.713499", + "longitude": "-83.930980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45851", + "city": "Haviland", + "state": "OH", + "latitude": "41.030911", + "longitude": "-84.602130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45853", + "city": "Kalida", + "state": "OH", + "latitude": "40.983471", + "longitude": "-84.200270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45854", + "city": "Lafayette", + "state": "OH", + "latitude": "40.758211", + "longitude": "-83.949934", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45855", + "city": "Latty", + "state": "OH", + "latitude": "41.088144", + "longitude": "-84.583320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45856", + "city": "Leipsic", + "state": "OH", + "latitude": "41.112413", + "longitude": "-83.991360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45858", + "city": "McComb", + "state": "OH", + "latitude": "41.106245", + "longitude": "-83.804630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45859", + "city": "McGuffey", + "state": "OH", + "latitude": "40.691866", + "longitude": "-83.784570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45860", + "city": "Maria Stein", + "state": "OH", + "latitude": "40.400409", + "longitude": "-84.517440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45861", + "city": "Melrose", + "state": "OH", + "latitude": "41.090714", + "longitude": "-84.419480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45862", + "city": "Mendon", + "state": "OH", + "latitude": "40.669102", + "longitude": "-84.522450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45863", + "city": "Middle Point", + "state": "OH", + "latitude": "40.892251", + "longitude": "-84.455480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45864", + "city": "Miller City", + "state": "OH", + "latitude": "41.103776", + "longitude": "-84.131541", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45865", + "city": "Minster", + "state": "OH", + "latitude": "40.391924", + "longitude": "-84.372110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45866", + "city": "Montezuma", + "state": "OH", + "latitude": "40.488771", + "longitude": "-84.547830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45867", + "city": "Mount Blanchard", + "state": "OH", + "latitude": "40.903089", + "longitude": "-83.545910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45868", + "city": "Mount Cory", + "state": "OH", + "latitude": "40.958861", + "longitude": "-83.835600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45869", + "city": "New Bremen", + "state": "OH", + "latitude": "40.452556", + "longitude": "-84.387310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45870", + "city": "New Hampshire", + "state": "OH", + "latitude": "40.555807", + "longitude": "-83.953470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45871", + "city": "New Knoxville", + "state": "OH", + "latitude": "40.491725", + "longitude": "-84.311290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45872", + "city": "North Baltimore", + "state": "OH", + "latitude": "41.183940", + "longitude": "-83.670530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45873", + "city": "Oakwood", + "state": "OH", + "latitude": "41.107804", + "longitude": "-84.390980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45874", + "city": "Ohio City", + "state": "OH", + "latitude": "40.780889", + "longitude": "-84.657260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45875", + "city": "Ottawa", + "state": "OH", + "latitude": "41.020852", + "longitude": "-84.046490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45876", + "city": "Ottoville", + "state": "OH", + "latitude": "40.931687", + "longitude": "-84.338770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45877", + "city": "Pandora", + "state": "OH", + "latitude": "40.945888", + "longitude": "-83.951400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45879", + "city": "Paulding", + "state": "OH", + "latitude": "41.137873", + "longitude": "-84.563770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45880", + "city": "Payne", + "state": "OH", + "latitude": "41.072614", + "longitude": "-84.731700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45881", + "city": "Rawson", + "state": "OH", + "latitude": "40.954985", + "longitude": "-83.782160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45882", + "city": "Rockford", + "state": "OH", + "latitude": "40.682303", + "longitude": "-84.678060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45883", + "city": "Saint Henry", + "state": "OH", + "latitude": "40.413734", + "longitude": "-84.632500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45884", + "city": "Saint Johns", + "state": "OH", + "latitude": "40.520289", + "longitude": "-84.167970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45885", + "city": "Saint Marys", + "state": "OH", + "latitude": "40.550005", + "longitude": "-84.393080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45886", + "city": "Scott", + "state": "OH", + "latitude": "40.987100", + "longitude": "-84.607300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45887", + "city": "Spencerville", + "state": "OH", + "latitude": "40.711394", + "longitude": "-84.355090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45888", + "city": "Uniopolis", + "state": "OH", + "latitude": "40.601985", + "longitude": "-84.086530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45889", + "city": "Van Buren", + "state": "OH", + "latitude": "41.140620", + "longitude": "-83.644640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45890", + "city": "Vanlue", + "state": "OH", + "latitude": "40.973064", + "longitude": "-83.488450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45891", + "city": "Van Wert", + "state": "OH", + "latitude": "40.874092", + "longitude": "-84.578710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45893", + "city": "Vaughnsville", + "state": "OH", + "latitude": "40.882077", + "longitude": "-84.148028", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45894", + "city": "Venedocia", + "state": "OH", + "latitude": "40.755619", + "longitude": "-84.480410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45895", + "city": "Wapakoneta", + "state": "OH", + "latitude": "40.569140", + "longitude": "-84.172880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45896", + "city": "Waynesfield", + "state": "OH", + "latitude": "40.593532", + "longitude": "-83.944170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45897", + "city": "Williamstown", + "state": "OH", + "latitude": "40.834233", + "longitude": "-83.652880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45898", + "city": "Willshire", + "state": "OH", + "latitude": "40.740110", + "longitude": "-84.776070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45899", + "city": "Wren", + "state": "OH", + "latitude": "40.799531", + "longitude": "-84.774220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45944", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "45999", + "city": "Cincinnati", + "state": "OH", + "latitude": "39.166759", + "longitude": "-84.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "46001", + "city": "Alexandria", + "state": "IN", + "latitude": "40.257082", + "longitude": "-85.673000", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46011", + "city": "Anderson", + "state": "IN", + "latitude": "40.112913", + "longitude": "-85.737000", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46012", + "city": "Anderson", + "state": "IN", + "latitude": "40.132892", + "longitude": "-85.650970", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46013", + "city": "Anderson", + "state": "IN", + "latitude": "40.061092", + "longitude": "-85.676720", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46014", + "city": "Anderson", + "state": "IN", + "latitude": "40.161733", + "longitude": "-85.719659", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46015", + "city": "Anderson", + "state": "IN", + "latitude": "40.093792", + "longitude": "-85.657825", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46016", + "city": "Anderson", + "state": "IN", + "latitude": "40.098641", + "longitude": "-85.684520", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46017", + "city": "Anderson", + "state": "IN", + "latitude": "40.096343", + "longitude": "-85.601470", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46018", + "city": "Anderson", + "state": "IN", + "latitude": "40.161733", + "longitude": "-85.719659", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46030", + "city": "Arcadia", + "state": "IN", + "latitude": "40.174490", + "longitude": "-86.017360", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46031", + "city": "Atlanta", + "state": "IN", + "latitude": "40.211166", + "longitude": "-86.023040", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46032", + "city": "Carmel", + "state": "IN", + "latitude": "39.970241", + "longitude": "-86.154160", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46033", + "city": "Carmel", + "state": "IN", + "latitude": "39.973731", + "longitude": "-86.088750", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46034", + "city": "Cicero", + "state": "IN", + "latitude": "40.127019", + "longitude": "-86.031210", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46035", + "city": "Colfax", + "state": "IN", + "latitude": "40.191500", + "longitude": "-86.671370", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46036", + "city": "Elwood", + "state": "IN", + "latitude": "40.279375", + "longitude": "-85.837610", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46038", + "city": "Fishers", + "state": "IN", + "latitude": "39.956450", + "longitude": "-86.008720", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46039", + "city": "Forest", + "state": "IN", + "latitude": "40.366648", + "longitude": "-86.308670", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46040", + "city": "Fortville", + "state": "IN", + "latitude": "39.935490", + "longitude": "-85.840470", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46041", + "city": "Frankfort", + "state": "IN", + "latitude": "40.290615", + "longitude": "-86.502800", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46044", + "city": "Frankton", + "state": "IN", + "latitude": "40.221208", + "longitude": "-85.776120", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46045", + "city": "Goldsmith", + "state": "IN", + "latitude": "40.289779", + "longitude": "-86.150040", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46046", + "city": "Hillisburg", + "state": "IN", + "latitude": "40.304473", + "longitude": "-86.469044", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46047", + "city": "Hobbs", + "state": "IN", + "latitude": "40.284101", + "longitude": "-85.946760", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46048", + "city": "Ingalls", + "state": "IN", + "latitude": "39.956340", + "longitude": "-85.802520", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46049", + "city": "Kempton", + "state": "IN", + "latitude": "40.292007", + "longitude": "-86.227570", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46050", + "city": "Kirklin", + "state": "IN", + "latitude": "40.196061", + "longitude": "-86.358460", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46051", + "city": "Lapel", + "state": "IN", + "latitude": "40.065589", + "longitude": "-85.846310", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46052", + "city": "Lebanon", + "state": "IN", + "latitude": "40.047966", + "longitude": "-86.465920", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46055", + "city": "McCordsville", + "state": "IN", + "latitude": "39.898378", + "longitude": "-85.915900", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46056", + "city": "Markleville", + "state": "IN", + "latitude": "39.974904", + "longitude": "-85.617330", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46057", + "city": "Michigantown", + "state": "IN", + "latitude": "40.333772", + "longitude": "-86.381610", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46058", + "city": "Mulberry", + "state": "IN", + "latitude": "40.349135", + "longitude": "-86.664240", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46060", + "city": "Noblesville", + "state": "IN", + "latitude": "40.050109", + "longitude": "-85.998150", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46061", + "city": "Noblesville", + "state": "IN", + "latitude": "40.072462", + "longitude": "-86.052285", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46063", + "city": "Orestes", + "state": "IN", + "latitude": "40.270460", + "longitude": "-85.728710", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46064", + "city": "Pendleton", + "state": "IN", + "latitude": "39.997694", + "longitude": "-85.750750", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46065", + "city": "Rossville", + "state": "IN", + "latitude": "40.427919", + "longitude": "-86.610590", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46067", + "city": "Sedalia", + "state": "IN", + "latitude": "40.304473", + "longitude": "-86.469044", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46068", + "city": "Sharpsville", + "state": "IN", + "latitude": "40.378829", + "longitude": "-86.093620", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46069", + "city": "Sheridan", + "state": "IN", + "latitude": "40.134736", + "longitude": "-86.218850", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46070", + "city": "Summitville", + "state": "IN", + "latitude": "40.340749", + "longitude": "-85.646790", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46071", + "city": "Thorntown", + "state": "IN", + "latitude": "40.126304", + "longitude": "-86.602680", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46072", + "city": "Tipton", + "state": "IN", + "latitude": "40.284041", + "longitude": "-86.046810", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46074", + "city": "Westfield", + "state": "IN", + "latitude": "40.041325", + "longitude": "-86.152620", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46075", + "city": "Whitestown", + "state": "IN", + "latitude": "40.007024", + "longitude": "-86.344050", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46076", + "city": "Windfall", + "state": "IN", + "latitude": "40.363776", + "longitude": "-85.950740", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46077", + "city": "Zionsville", + "state": "IN", + "latitude": "39.960858", + "longitude": "-86.282520", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46082", + "city": "Carmel", + "state": "IN", + "latitude": "40.072462", + "longitude": "-86.052285", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46102", + "city": "Advance", + "state": "IN", + "latitude": "39.996577", + "longitude": "-86.619280", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46103", + "city": "Amo", + "state": "IN", + "latitude": "39.688673", + "longitude": "-86.614090", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46104", + "city": "Arlington", + "state": "IN", + "latitude": "39.649096", + "longitude": "-85.602130", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46105", + "city": "Bainbridge", + "state": "IN", + "latitude": "39.761986", + "longitude": "-86.804920", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46106", + "city": "Bargersville", + "state": "IN", + "latitude": "39.514024", + "longitude": "-86.188120", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46107", + "city": "Beech Grove", + "state": "IN", + "latitude": "39.718744", + "longitude": "-86.093750", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46110", + "city": "Boggstown", + "state": "IN", + "latitude": "39.565780", + "longitude": "-85.924810", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46111", + "city": "Brooklyn", + "state": "IN", + "latitude": "39.538087", + "longitude": "-86.369910", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46112", + "city": "Brownsburg", + "state": "IN", + "latitude": "39.849520", + "longitude": "-86.387390", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46113", + "city": "Camby", + "state": "IN", + "latitude": "39.631344", + "longitude": "-86.312730", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46114", + "city": "Cartersburg", + "state": "IN", + "latitude": "39.762448", + "longitude": "-86.510386", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46115", + "city": "Carthage", + "state": "IN", + "latitude": "39.740158", + "longitude": "-85.571010", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46117", + "city": "Charlottesville", + "state": "IN", + "latitude": "39.805933", + "longitude": "-85.615140", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46118", + "city": "Clayton", + "state": "IN", + "latitude": "39.659830", + "longitude": "-86.531960", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46120", + "city": "Cloverdale", + "state": "IN", + "latitude": "39.513388", + "longitude": "-86.791690", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46121", + "city": "Coatesville", + "state": "IN", + "latitude": "39.679883", + "longitude": "-86.678490", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46122", + "city": "Danville", + "state": "IN", + "latitude": "39.761211", + "longitude": "-86.523440", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46123", + "city": "Avon", + "state": "IN", + "latitude": "39.764436", + "longitude": "-86.396990", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46124", + "city": "Edinburgh", + "state": "IN", + "latitude": "39.366507", + "longitude": "-85.986400", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46125", + "city": "Eminence", + "state": "IN", + "latitude": "39.522181", + "longitude": "-86.641020", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46126", + "city": "Fairland", + "state": "IN", + "latitude": "39.617530", + "longitude": "-85.880030", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46127", + "city": "Falmouth", + "state": "IN", + "latitude": "39.717457", + "longitude": "-85.327370", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46128", + "city": "Fillmore", + "state": "IN", + "latitude": "39.674879", + "longitude": "-86.752560", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46129", + "city": "Finly", + "state": "IN", + "latitude": "39.821516", + "longitude": "-85.765169", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46130", + "city": "Fountaintown", + "state": "IN", + "latitude": "39.680058", + "longitude": "-85.833630", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46131", + "city": "Franklin", + "state": "IN", + "latitude": "39.482105", + "longitude": "-86.050430", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46133", + "city": "Glenwood", + "state": "IN", + "latitude": "39.609926", + "longitude": "-85.284280", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46135", + "city": "Greencastle", + "state": "IN", + "latitude": "39.652374", + "longitude": "-86.873610", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46140", + "city": "Greenfield", + "state": "IN", + "latitude": "39.799143", + "longitude": "-85.784460", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46142", + "city": "Greenwood", + "state": "IN", + "latitude": "39.620680", + "longitude": "-86.151260", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46143", + "city": "Greenwood", + "state": "IN", + "latitude": "39.601649", + "longitude": "-86.127340", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46144", + "city": "Gwynneville", + "state": "IN", + "latitude": "39.661964", + "longitude": "-85.649450", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46145", + "city": "Greenwood", + "state": "IN", + "latitude": "39.597444", + "longitude": "-86.088914", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46146", + "city": "Homer", + "state": "IN", + "latitude": "39.619923", + "longitude": "-85.465540", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46147", + "city": "Jamestown", + "state": "IN", + "latitude": "39.963540", + "longitude": "-86.617330", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46148", + "city": "Knightstown", + "state": "IN", + "latitude": "39.803168", + "longitude": "-85.515530", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46149", + "city": "Lizton", + "state": "IN", + "latitude": "39.885033", + "longitude": "-86.549780", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46150", + "city": "Manilla", + "state": "IN", + "latitude": "39.563815", + "longitude": "-85.612390", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46151", + "city": "Martinsville", + "state": "IN", + "latitude": "39.442774", + "longitude": "-86.413370", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46154", + "city": "Maxwell", + "state": "IN", + "latitude": "39.856763", + "longitude": "-85.768357", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46155", + "city": "Mays", + "state": "IN", + "latitude": "39.743346", + "longitude": "-85.430350", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46156", + "city": "Milroy", + "state": "IN", + "latitude": "39.484598", + "longitude": "-85.476980", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46157", + "city": "Monrovia", + "state": "IN", + "latitude": "39.561003", + "longitude": "-86.535910", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46158", + "city": "Mooresville", + "state": "IN", + "latitude": "39.588545", + "longitude": "-86.374310", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46160", + "city": "Morgantown", + "state": "IN", + "latitude": "39.351269", + "longitude": "-86.268060", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46161", + "city": "Morristown", + "state": "IN", + "latitude": "39.670830", + "longitude": "-85.697860", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46162", + "city": "Needham", + "state": "IN", + "latitude": "39.542985", + "longitude": "-85.959280", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46163", + "city": "New Palestine", + "state": "IN", + "latitude": "39.726811", + "longitude": "-85.897260", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46164", + "city": "Nineveh", + "state": "IN", + "latitude": "39.324091", + "longitude": "-86.113970", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46165", + "city": "North Salem", + "state": "IN", + "latitude": "39.852098", + "longitude": "-86.644940", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46166", + "city": "Paragon", + "state": "IN", + "latitude": "39.416815", + "longitude": "-86.585070", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46167", + "city": "Pittsboro", + "state": "IN", + "latitude": "39.872255", + "longitude": "-86.463350", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46168", + "city": "Plainfield", + "state": "IN", + "latitude": "39.697750", + "longitude": "-86.395890", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46170", + "city": "Putnamville", + "state": "IN", + "latitude": "39.668441", + "longitude": "-86.828402", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46171", + "city": "Reelsville", + "state": "IN", + "latitude": "39.525112", + "longitude": "-86.959940", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46172", + "city": "Roachdale", + "state": "IN", + "latitude": "39.842523", + "longitude": "-86.831740", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46173", + "city": "Rushville", + "state": "IN", + "latitude": "39.614803", + "longitude": "-85.438340", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46175", + "city": "Russellville", + "state": "IN", + "latitude": "39.837161", + "longitude": "-86.986120", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46176", + "city": "Shelbyville", + "state": "IN", + "latitude": "39.523797", + "longitude": "-85.772080", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46180", + "city": "Stilesville", + "state": "IN", + "latitude": "39.612844", + "longitude": "-86.630170", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46181", + "city": "Trafalgar", + "state": "IN", + "latitude": "39.396833", + "longitude": "-86.160980", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46182", + "city": "Waldron", + "state": "IN", + "latitude": "39.457143", + "longitude": "-85.670650", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46183", + "city": "West Newton", + "state": "IN", + "latitude": "39.648251", + "longitude": "-86.285090", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46184", + "city": "Whiteland", + "state": "IN", + "latitude": "39.557799", + "longitude": "-86.085430", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46186", + "city": "Wilkinson", + "state": "IN", + "latitude": "39.894667", + "longitude": "-85.626570", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46201", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.775125", + "longitude": "-86.108390", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46202", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.782842", + "longitude": "-86.156730", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46203", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.742593", + "longitude": "-86.117660", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46204", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.771743", + "longitude": "-86.155980", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46205", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.824858", + "longitude": "-86.138170", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46206", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.761293", + "longitude": "-86.161336", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46207", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.767293", + "longitude": "-86.160616", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46208", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.820708", + "longitude": "-86.171300", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46209", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46211", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46214", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.792993", + "longitude": "-86.285750", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46216", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.857639", + "longitude": "-86.009480", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46217", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.668795", + "longitude": "-86.183300", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46218", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.805841", + "longitude": "-86.101750", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46219", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.780010", + "longitude": "-86.048890", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46220", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.866913", + "longitude": "-86.123230", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46221", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.719444", + "longitude": "-86.221830", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46222", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.786793", + "longitude": "-86.210930", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46223", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46224", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.795593", + "longitude": "-86.254090", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46225", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.746993", + "longitude": "-86.159030", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46226", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.837290", + "longitude": "-86.053780", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46227", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.678495", + "longitude": "-86.129730", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46228", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.849474", + "longitude": "-86.204480", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46229", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.795025", + "longitude": "-85.973560", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46230", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46231", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.719620", + "longitude": "-86.331210", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46234", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.797622", + "longitude": "-86.324930", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46235", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.835369", + "longitude": "-85.986350", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46236", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.888225", + "longitude": "-85.970410", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46237", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.678590", + "longitude": "-86.086340", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46239", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.732943", + "longitude": "-85.999030", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46240", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.902039", + "longitude": "-86.129480", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46241", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.736844", + "longitude": "-86.252140", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46242", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46243", + "city": "Washington", + "state": "IN", + "latitude": "39.779741", + "longitude": "-86.332995", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46244", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46247", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46249", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.858989", + "longitude": "-86.006082", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46250", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.905689", + "longitude": "-86.067330", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46251", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46253", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46254", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.844024", + "longitude": "-86.264640", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46255", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46256", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.907838", + "longitude": "-86.014050", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46259", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.651145", + "longitude": "-85.980730", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46260", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.898107", + "longitude": "-86.182320", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46266", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46268", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.897548", + "longitude": "-86.225460", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46274", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46275", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46277", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46278", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.897920", + "longitude": "-86.286190", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46280", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.939102", + "longitude": "-86.138310", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46282", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46283", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46285", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46290", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.934949", + "longitude": "-86.162620", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46291", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46295", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46298", + "city": "Indianapolis", + "state": "IN", + "latitude": "39.779492", + "longitude": "-86.132837", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46301", + "city": "Beverly Shores", + "state": "IN", + "latitude": "41.687414", + "longitude": "-86.979700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46302", + "city": "Boone Grove", + "state": "IN", + "latitude": "41.354186", + "longitude": "-87.130431", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46303", + "city": "Cedar Lake", + "state": "IN", + "latitude": "41.369590", + "longitude": "-87.448490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46304", + "city": "Chesterton", + "state": "IN", + "latitude": "41.616263", + "longitude": "-87.058830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46305", + "city": "Granger", + "state": "IN", + "latitude": "41.744860", + "longitude": "-86.177059", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46307", + "city": "Crown Point", + "state": "IN", + "latitude": "41.418873", + "longitude": "-87.342980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46308", + "city": "Crown Point", + "state": "IN", + "latitude": "41.461543", + "longitude": "-87.372779", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46310", + "city": "Demotte", + "state": "IN", + "latitude": "41.179017", + "longitude": "-87.242650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46311", + "city": "Dyer", + "state": "IN", + "latitude": "41.491377", + "longitude": "-87.510220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46312", + "city": "East Chicago", + "state": "IN", + "latitude": "41.639735", + "longitude": "-87.460840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46319", + "city": "Griffith", + "state": "IN", + "latitude": "41.527235", + "longitude": "-87.424580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46320", + "city": "Hammond", + "state": "IN", + "latitude": "41.610035", + "longitude": "-87.505740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46321", + "city": "Munster", + "state": "IN", + "latitude": "41.551457", + "longitude": "-87.501430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46322", + "city": "Highland", + "state": "IN", + "latitude": "41.549851", + "longitude": "-87.458060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46323", + "city": "Hammond", + "state": "IN", + "latitude": "41.587718", + "longitude": "-87.455280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46324", + "city": "Hammond", + "state": "IN", + "latitude": "41.583535", + "longitude": "-87.503910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46325", + "city": "Hammond", + "state": "IN", + "latitude": "41.461543", + "longitude": "-87.372779", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46327", + "city": "Hammond", + "state": "IN", + "latitude": "41.634385", + "longitude": "-87.509110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46332", + "city": "Washington", + "state": "IN", + "latitude": "39.771270", + "longitude": "-86.373314", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46340", + "city": "Hanna", + "state": "IN", + "latitude": "41.397147", + "longitude": "-86.761030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46341", + "city": "Hebron", + "state": "IN", + "latitude": "41.323740", + "longitude": "-87.208980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46342", + "city": "Hobart", + "state": "IN", + "latitude": "41.533786", + "longitude": "-87.264030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46345", + "city": "Kingsbury", + "state": "IN", + "latitude": "41.526628", + "longitude": "-86.700410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46346", + "city": "Kingsford Heights", + "state": "IN", + "latitude": "41.479757", + "longitude": "-86.692500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46347", + "city": "Kouts", + "state": "IN", + "latitude": "41.305178", + "longitude": "-87.015220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46348", + "city": "La Crosse", + "state": "IN", + "latitude": "41.316401", + "longitude": "-86.872440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46349", + "city": "Lake Village", + "state": "IN", + "latitude": "41.111996", + "longitude": "-87.436860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46350", + "city": "La Porte", + "state": "IN", + "latitude": "41.605749", + "longitude": "-86.719830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46352", + "city": "La Porte", + "state": "IN", + "latitude": "41.498992", + "longitude": "-86.709883", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46355", + "city": "Leroy", + "state": "IN", + "latitude": "41.359415", + "longitude": "-87.270810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46356", + "city": "Lowell", + "state": "IN", + "latitude": "41.269789", + "longitude": "-87.413530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46360", + "city": "Michigan City", + "state": "IN", + "latitude": "41.707539", + "longitude": "-86.879020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46361", + "city": "Michigan City", + "state": "IN", + "latitude": "41.703540", + "longitude": "-86.915077", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46365", + "city": "Mill Creek", + "state": "IN", + "latitude": "41.598294", + "longitude": "-86.538890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46366", + "city": "North Judson", + "state": "IN", + "latitude": "41.212184", + "longitude": "-86.770190", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46368", + "city": "Portage", + "state": "IN", + "latitude": "41.583270", + "longitude": "-87.181540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46369", + "city": "Russiaville", + "state": "IN", + "latitude": "40.416630", + "longitude": "-86.266790", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46371", + "city": "Rolling Prairie", + "state": "IN", + "latitude": "41.677087", + "longitude": "-86.604810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46372", + "city": "Roselawn", + "state": "IN", + "latitude": "41.143358", + "longitude": "-87.322049", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46373", + "city": "Saint John", + "state": "IN", + "latitude": "41.448620", + "longitude": "-87.474040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46374", + "city": "San Pierre", + "state": "IN", + "latitude": "41.204744", + "longitude": "-86.900090", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46375", + "city": "Schererville", + "state": "IN", + "latitude": "41.492085", + "longitude": "-87.451900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46376", + "city": "Schneider", + "state": "IN", + "latitude": "41.176325", + "longitude": "-87.464260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46377", + "city": "Shelby", + "state": "IN", + "latitude": "41.191665", + "longitude": "-87.346950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46379", + "city": "Sumava Resorts", + "state": "IN", + "latitude": "41.167119", + "longitude": "-87.437810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46380", + "city": "Tefft", + "state": "IN", + "latitude": "41.194816", + "longitude": "-86.968614", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46381", + "city": "Thayer", + "state": "IN", + "latitude": "41.170584", + "longitude": "-87.331420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46382", + "city": "Union Mills", + "state": "IN", + "latitude": "41.479916", + "longitude": "-86.773280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46383", + "city": "Valparaiso", + "state": "IN", + "latitude": "41.473390", + "longitude": "-87.031650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46384", + "city": "Valparaiso", + "state": "IN", + "latitude": "41.490545", + "longitude": "-87.076094", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46385", + "city": "Valparaiso", + "state": "IN", + "latitude": "41.484652", + "longitude": "-87.112690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46386", + "city": "Porter", + "state": "IN", + "latitude": "41.428873", + "longitude": "-87.170527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46390", + "city": "Wanatah", + "state": "IN", + "latitude": "41.420078", + "longitude": "-86.881310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46391", + "city": "Westville", + "state": "IN", + "latitude": "41.550192", + "longitude": "-86.910680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46392", + "city": "Wheatfield", + "state": "IN", + "latitude": "41.186662", + "longitude": "-87.053590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46393", + "city": "Wheeler", + "state": "IN", + "latitude": "41.510333", + "longitude": "-87.178290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46394", + "city": "Whiting", + "state": "IN", + "latitude": "41.679185", + "longitude": "-87.500150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46401", + "city": "Gary", + "state": "IN", + "latitude": "41.590686", + "longitude": "-87.319937", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46402", + "city": "Gary", + "state": "IN", + "latitude": "41.601086", + "longitude": "-87.336810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46403", + "city": "Gary", + "state": "IN", + "latitude": "41.604654", + "longitude": "-87.256950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46404", + "city": "Gary", + "state": "IN", + "latitude": "41.588636", + "longitude": "-87.372710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46405", + "city": "Lake Station", + "state": "IN", + "latitude": "41.570086", + "longitude": "-87.264470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46406", + "city": "Gary", + "state": "IN", + "latitude": "41.589135", + "longitude": "-87.409620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46407", + "city": "Gary", + "state": "IN", + "latitude": "41.580469", + "longitude": "-87.336460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46408", + "city": "Gary", + "state": "IN", + "latitude": "41.542536", + "longitude": "-87.358100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46409", + "city": "Gary", + "state": "IN", + "latitude": "41.544736", + "longitude": "-87.327160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46410", + "city": "Merrillville", + "state": "IN", + "latitude": "41.487369", + "longitude": "-87.340240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46411", + "city": "Merrillville", + "state": "IN", + "latitude": "41.461543", + "longitude": "-87.372779", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "46415", + "city": "Burlington", + "state": "IN", + "latitude": "40.479112", + "longitude": "-86.397372", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46501", + "city": "Argos", + "state": "IN", + "latitude": "41.224036", + "longitude": "-86.245210", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46502", + "city": "Atwood", + "state": "IN", + "latitude": "41.259773", + "longitude": "-85.973790", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46504", + "city": "Bourbon", + "state": "IN", + "latitude": "41.301049", + "longitude": "-86.111400", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46506", + "city": "Bremen", + "state": "IN", + "latitude": "41.450744", + "longitude": "-86.169200", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46507", + "city": "Bristol", + "state": "IN", + "latitude": "41.725061", + "longitude": "-85.817920", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46508", + "city": "Burket", + "state": "IN", + "latitude": "41.154441", + "longitude": "-85.969150", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46510", + "city": "Claypool", + "state": "IN", + "latitude": "41.122740", + "longitude": "-85.887330", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46511", + "city": "Culver", + "state": "IN", + "latitude": "41.218388", + "longitude": "-86.421630", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46513", + "city": "Donaldson", + "state": "IN", + "latitude": "41.361567", + "longitude": "-86.445450", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46514", + "city": "Elkhart", + "state": "IN", + "latitude": "41.707616", + "longitude": "-85.976050", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46515", + "city": "Elkhart", + "state": "IN", + "latitude": "41.641449", + "longitude": "-85.938348", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46516", + "city": "Elkhart", + "state": "IN", + "latitude": "41.676899", + "longitude": "-85.960440", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46517", + "city": "Elkhart", + "state": "IN", + "latitude": "41.646499", + "longitude": "-85.969230", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46518", + "city": "Madison", + "state": "IN", + "latitude": "39.580105", + "longitude": "-86.308673", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46524", + "city": "Etna Green", + "state": "IN", + "latitude": "41.291767", + "longitude": "-86.032160", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46526", + "city": "Goshen", + "state": "IN", + "latitude": "41.567559", + "longitude": "-85.848850", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46527", + "city": "Goshen", + "state": "IN", + "latitude": "41.597739", + "longitude": "-85.858076", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46528", + "city": "Goshen", + "state": "IN", + "latitude": "41.600649", + "longitude": "-85.819020", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46530", + "city": "Granger", + "state": "IN", + "latitude": "41.741872", + "longitude": "-86.137170", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46531", + "city": "Grovertown", + "state": "IN", + "latitude": "41.356991", + "longitude": "-86.509750", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46532", + "city": "Hamlet", + "state": "IN", + "latitude": "41.411513", + "longitude": "-86.611270", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46534", + "city": "Knox", + "state": "IN", + "latitude": "41.282822", + "longitude": "-86.616130", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46535", + "city": "Granger", + "state": "IN", + "latitude": "41.720636", + "longitude": "-86.192003", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46536", + "city": "Lakeville", + "state": "IN", + "latitude": "41.519839", + "longitude": "-86.279500", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46537", + "city": "Lapaz", + "state": "IN", + "latitude": "41.458188", + "longitude": "-86.307600", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46538", + "city": "Leesburg", + "state": "IN", + "latitude": "41.323642", + "longitude": "-85.789970", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46539", + "city": "Mentone", + "state": "IN", + "latitude": "41.168118", + "longitude": "-86.012030", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46540", + "city": "Middlebury", + "state": "IN", + "latitude": "41.685374", + "longitude": "-85.694090", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46542", + "city": "Milford", + "state": "IN", + "latitude": "41.408621", + "longitude": "-85.865310", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46543", + "city": "Millersburg", + "state": "IN", + "latitude": "41.525634", + "longitude": "-85.684030", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46544", + "city": "Mishawaka", + "state": "IN", + "latitude": "41.650672", + "longitude": "-86.160020", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46545", + "city": "Mishawaka", + "state": "IN", + "latitude": "41.681487", + "longitude": "-86.168110", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46546", + "city": "Mishawaka", + "state": "IN", + "latitude": "41.688432", + "longitude": "-86.196485", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46550", + "city": "Nappanee", + "state": "IN", + "latitude": "41.444183", + "longitude": "-85.998290", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46552", + "city": "New Carlisle", + "state": "IN", + "latitude": "41.708183", + "longitude": "-86.504120", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46553", + "city": "New Paris", + "state": "IN", + "latitude": "41.489220", + "longitude": "-85.840830", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46554", + "city": "North Liberty", + "state": "IN", + "latitude": "41.547845", + "longitude": "-86.420470", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46555", + "city": "North Webster", + "state": "IN", + "latitude": "41.328153", + "longitude": "-85.685200", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46556", + "city": "Notre Dame", + "state": "IN", + "latitude": "41.701415", + "longitude": "-86.244980", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46561", + "city": "Osceola", + "state": "IN", + "latitude": "41.672698", + "longitude": "-86.078770", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46562", + "city": "Pierceton", + "state": "IN", + "latitude": "41.213756", + "longitude": "-85.703970", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46563", + "city": "Plymouth", + "state": "IN", + "latitude": "41.347159", + "longitude": "-86.320230", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46565", + "city": "Shipshewana", + "state": "IN", + "latitude": "41.696334", + "longitude": "-85.586650", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46566", + "city": "Sidney", + "state": "IN", + "latitude": "41.105868", + "longitude": "-85.741680", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46567", + "city": "Syracuse", + "state": "IN", + "latitude": "41.411075", + "longitude": "-85.736000", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46570", + "city": "Tippecanoe", + "state": "IN", + "latitude": "41.208493", + "longitude": "-86.121070", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46571", + "city": "Topeka", + "state": "IN", + "latitude": "41.565561", + "longitude": "-85.547070", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46572", + "city": "Tyner", + "state": "IN", + "latitude": "41.325513", + "longitude": "-86.260569", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46573", + "city": "Wakarusa", + "state": "IN", + "latitude": "41.538432", + "longitude": "-86.042610", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46574", + "city": "Walkerton", + "state": "IN", + "latitude": "41.472858", + "longitude": "-86.493790", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46580", + "city": "Warsaw", + "state": "IN", + "latitude": "41.228100", + "longitude": "-85.857780", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46581", + "city": "Warsaw", + "state": "IN", + "latitude": "41.239365", + "longitude": "-85.864267", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46582", + "city": "Warsaw", + "state": "IN", + "latitude": "41.281518", + "longitude": "-85.819270", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46590", + "city": "Winona Lake", + "state": "IN", + "latitude": "41.221630", + "longitude": "-85.817950", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46595", + "city": "Wyatt", + "state": "IN", + "latitude": "41.526405", + "longitude": "-86.170130", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46601", + "city": "South Bend", + "state": "IN", + "latitude": "41.671197", + "longitude": "-86.252530", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46604", + "city": "South Bend", + "state": "IN", + "latitude": "41.664198", + "longitude": "-86.221805", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46612", + "city": "South Bend", + "state": "IN", + "latitude": "41.628483", + "longitude": "-86.234589", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46613", + "city": "South Bend", + "state": "IN", + "latitude": "41.654547", + "longitude": "-86.250430", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46614", + "city": "South Bend", + "state": "IN", + "latitude": "41.626588", + "longitude": "-86.248040", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46615", + "city": "South Bend", + "state": "IN", + "latitude": "41.671848", + "longitude": "-86.211050", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46616", + "city": "South Bend", + "state": "IN", + "latitude": "41.692480", + "longitude": "-86.265140", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46617", + "city": "South Bend", + "state": "IN", + "latitude": "41.684504", + "longitude": "-86.235760", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46619", + "city": "South Bend", + "state": "IN", + "latitude": "41.667797", + "longitude": "-86.313410", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46620", + "city": "South Bend", + "state": "IN", + "latitude": "41.596769", + "longitude": "-86.292991", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46624", + "city": "South Bend", + "state": "IN", + "latitude": "41.733223", + "longitude": "-86.283278", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46626", + "city": "South Bend", + "state": "IN", + "latitude": "41.677397", + "longitude": "-86.252506", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46628", + "city": "South Bend", + "state": "IN", + "latitude": "41.700776", + "longitude": "-86.303570", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46629", + "city": "South Bend", + "state": "IN", + "latitude": "41.672543", + "longitude": "-86.273290", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46634", + "city": "South Bend", + "state": "IN", + "latitude": "41.596769", + "longitude": "-86.292991", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46635", + "city": "South Bend", + "state": "IN", + "latitude": "41.708505", + "longitude": "-86.209060", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46637", + "city": "South Bend", + "state": "IN", + "latitude": "41.731040", + "longitude": "-86.243910", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46660", + "city": "South Bend", + "state": "IN", + "latitude": "41.596769", + "longitude": "-86.292991", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46671", + "city": "Topeka", + "state": "IN", + "latitude": "41.532773", + "longitude": "-85.539454", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46680", + "city": "South Bend", + "state": "IN", + "latitude": "41.596769", + "longitude": "-86.292991", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46692", + "city": "Noble", + "state": "IN", + "latitude": "40.752777", + "longitude": "-85.744328", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46696", + "city": "Franklin", + "state": "IN", + "latitude": "41.156891", + "longitude": "-86.604952", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46699", + "city": "South Bend", + "state": "IN", + "latitude": "41.596769", + "longitude": "-86.292991", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46701", + "city": "Albion", + "state": "IN", + "latitude": "41.361895", + "longitude": "-85.439890", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46702", + "city": "Andrews", + "state": "IN", + "latitude": "40.838891", + "longitude": "-85.620140", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46703", + "city": "Angola", + "state": "IN", + "latitude": "41.656798", + "longitude": "-85.022300", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46704", + "city": "Arcola", + "state": "IN", + "latitude": "41.103797", + "longitude": "-85.292474", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46705", + "city": "Ashley", + "state": "IN", + "latitude": "41.523914", + "longitude": "-85.061550", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46706", + "city": "Auburn", + "state": "IN", + "latitude": "41.352638", + "longitude": "-85.047920", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46710", + "city": "Avilla", + "state": "IN", + "latitude": "41.353742", + "longitude": "-85.243670", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46711", + "city": "Berne", + "state": "IN", + "latitude": "40.660174", + "longitude": "-84.942440", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46713", + "city": "Bippus", + "state": "IN", + "latitude": "40.829196", + "longitude": "-85.489198", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46714", + "city": "Bluffton", + "state": "IN", + "latitude": "40.728816", + "longitude": "-85.165650", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46720", + "city": "Brimfield", + "state": "IN", + "latitude": "41.395275", + "longitude": "-85.423462", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46721", + "city": "Butler", + "state": "IN", + "latitude": "41.424095", + "longitude": "-84.872600", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46723", + "city": "Churubusco", + "state": "IN", + "latitude": "41.238825", + "longitude": "-85.326930", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46725", + "city": "Columbia City", + "state": "IN", + "latitude": "41.166034", + "longitude": "-85.483130", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46730", + "city": "Corunna", + "state": "IN", + "latitude": "41.445510", + "longitude": "-85.151490", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46731", + "city": "Craigville", + "state": "IN", + "latitude": "40.793562", + "longitude": "-85.097400", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46732", + "city": "Cromwell", + "state": "IN", + "latitude": "41.386918", + "longitude": "-85.639240", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46733", + "city": "Decatur", + "state": "IN", + "latitude": "40.831351", + "longitude": "-84.937040", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46737", + "city": "Fremont", + "state": "IN", + "latitude": "41.724694", + "longitude": "-84.956190", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46738", + "city": "Garrett", + "state": "IN", + "latitude": "41.334204", + "longitude": "-85.135690", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46740", + "city": "Geneva", + "state": "IN", + "latitude": "40.599769", + "longitude": "-84.968560", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46741", + "city": "Grabill", + "state": "IN", + "latitude": "41.202549", + "longitude": "-84.938110", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46742", + "city": "Hamilton", + "state": "IN", + "latitude": "41.544911", + "longitude": "-84.891540", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46743", + "city": "Harlan", + "state": "IN", + "latitude": "41.215338", + "longitude": "-84.855750", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46745", + "city": "Hoagland", + "state": "IN", + "latitude": "40.954897", + "longitude": "-85.007590", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46746", + "city": "Howe", + "state": "IN", + "latitude": "41.722976", + "longitude": "-85.393670", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46747", + "city": "Hudson", + "state": "IN", + "latitude": "41.556391", + "longitude": "-85.154280", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46748", + "city": "Huntertown", + "state": "IN", + "latitude": "41.243248", + "longitude": "-85.167110", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46750", + "city": "Huntington", + "state": "IN", + "latitude": "40.872261", + "longitude": "-85.490610", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46755", + "city": "Kendallville", + "state": "IN", + "latitude": "41.449897", + "longitude": "-85.267650", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46759", + "city": "Keystone", + "state": "IN", + "latitude": "40.598916", + "longitude": "-85.178710", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46760", + "city": "Kimmell", + "state": "IN", + "latitude": "41.359626", + "longitude": "-85.562040", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46761", + "city": "Lagrange", + "state": "IN", + "latitude": "41.634457", + "longitude": "-85.358250", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46763", + "city": "Laotto", + "state": "IN", + "latitude": "41.288670", + "longitude": "-85.222360", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46764", + "city": "Larwill", + "state": "IN", + "latitude": "41.209244", + "longitude": "-85.632200", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46765", + "city": "Leo", + "state": "IN", + "latitude": "41.219699", + "longitude": "-85.024860", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46766", + "city": "Liberty Center", + "state": "IN", + "latitude": "40.708804", + "longitude": "-85.291840", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46767", + "city": "Ligonier", + "state": "IN", + "latitude": "41.464213", + "longitude": "-85.592880", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46768", + "city": "Plainfield", + "state": "IN", + "latitude": "39.712549", + "longitude": "-86.370409", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46769", + "city": "Linn Grove", + "state": "IN", + "latitude": "40.745320", + "longitude": "-84.937926", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46770", + "city": "Markle", + "state": "IN", + "latitude": "40.852768", + "longitude": "-85.307020", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46771", + "city": "Mongo", + "state": "IN", + "latitude": "41.665489", + "longitude": "-85.267567", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46772", + "city": "Monroe", + "state": "IN", + "latitude": "40.736015", + "longitude": "-84.921610", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46773", + "city": "Monroeville", + "state": "IN", + "latitude": "40.988714", + "longitude": "-84.872840", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46774", + "city": "New Haven", + "state": "IN", + "latitude": "41.081548", + "longitude": "-84.986640", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46776", + "city": "Orland", + "state": "IN", + "latitude": "41.732206", + "longitude": "-85.167940", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46777", + "city": "Ossian", + "state": "IN", + "latitude": "40.880397", + "longitude": "-85.159360", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46778", + "city": "Petroleum", + "state": "IN", + "latitude": "40.611419", + "longitude": "-85.152604", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46779", + "city": "Pleasant Lake", + "state": "IN", + "latitude": "41.578442", + "longitude": "-85.031340", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46780", + "city": "Pleasant Mills", + "state": "IN", + "latitude": "40.745320", + "longitude": "-84.937926", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46781", + "city": "Poneto", + "state": "IN", + "latitude": "40.641626", + "longitude": "-85.249840", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46782", + "city": "Preble", + "state": "IN", + "latitude": "40.832040", + "longitude": "-85.005402", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46783", + "city": "Roanoke", + "state": "IN", + "latitude": "40.967646", + "longitude": "-85.343150", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46784", + "city": "Rome City", + "state": "IN", + "latitude": "41.493637", + "longitude": "-85.377450", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46785", + "city": "Saint Joe", + "state": "IN", + "latitude": "41.317967", + "longitude": "-84.893060", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46786", + "city": "South Milford", + "state": "IN", + "latitude": "41.536899", + "longitude": "-85.319241", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46787", + "city": "South Whitley", + "state": "IN", + "latitude": "41.080236", + "longitude": "-85.627960", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46788", + "city": "Spencerville", + "state": "IN", + "latitude": "41.267553", + "longitude": "-84.935250", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46789", + "city": "Stroh", + "state": "IN", + "latitude": "41.583493", + "longitude": "-85.199186", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46791", + "city": "Uniondale", + "state": "IN", + "latitude": "40.830096", + "longitude": "-85.243990", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46792", + "city": "Warren", + "state": "IN", + "latitude": "40.683261", + "longitude": "-85.432180", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46793", + "city": "Waterloo", + "state": "IN", + "latitude": "41.441775", + "longitude": "-85.018370", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46794", + "city": "Wawaka", + "state": "IN", + "latitude": "41.462326", + "longitude": "-85.458820", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46795", + "city": "Wolcottville", + "state": "IN", + "latitude": "41.551546", + "longitude": "-85.354630", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46796", + "city": "Wolflake", + "state": "IN", + "latitude": "41.336115", + "longitude": "-85.500246", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46797", + "city": "Woodburn", + "state": "IN", + "latitude": "41.129274", + "longitude": "-84.869820", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46798", + "city": "Yoder", + "state": "IN", + "latitude": "40.942397", + "longitude": "-85.233420", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46799", + "city": "Zanesville", + "state": "IN", + "latitude": "40.916397", + "longitude": "-85.282320", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46801", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46802", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.071681", + "longitude": "-85.151010", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46803", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.070498", + "longitude": "-85.107060", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46804", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.054247", + "longitude": "-85.238780", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46805", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.098248", + "longitude": "-85.120610", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46806", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.048148", + "longitude": "-85.111140", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46807", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.046848", + "longitude": "-85.144810", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46808", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.094348", + "longitude": "-85.161510", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46809", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.023147", + "longitude": "-85.182600", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46814", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.044502", + "longitude": "-85.309840", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46815", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.105691", + "longitude": "-85.065090", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46816", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.006281", + "longitude": "-85.069200", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46818", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.148298", + "longitude": "-85.221590", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46819", + "city": "Fort Wayne", + "state": "IN", + "latitude": "40.993914", + "longitude": "-85.142620", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46825", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.150677", + "longitude": "-85.121810", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46835", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.138599", + "longitude": "-85.059410", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46845", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.200465", + "longitude": "-85.102190", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46848", + "city": "Huntertown", + "state": "IN", + "latitude": "41.221366", + "longitude": "-85.172053", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46850", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46851", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46852", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46853", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46854", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46855", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46856", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46857", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46858", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46859", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46860", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46861", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46862", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46863", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46864", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46865", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.126298", + "longitude": "-85.090669", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46866", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46867", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46868", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46869", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46885", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46891", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.018247", + "longitude": "-85.148284", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46895", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46896", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46897", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46898", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46899", + "city": "Fort Wayne", + "state": "IN", + "latitude": "41.093763", + "longitude": "-85.070713", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46901", + "city": "Kokomo", + "state": "IN", + "latitude": "40.501576", + "longitude": "-86.146770", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46902", + "city": "Kokomo", + "state": "IN", + "latitude": "40.450623", + "longitude": "-86.121270", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46903", + "city": "Kokomo", + "state": "IN", + "latitude": "40.469625", + "longitude": "-86.118940", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46904", + "city": "Kokomo", + "state": "IN", + "latitude": "40.469625", + "longitude": "-86.118940", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46910", + "city": "Akron", + "state": "IN", + "latitude": "41.040643", + "longitude": "-86.038290", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46911", + "city": "Amboy", + "state": "IN", + "latitude": "40.614885", + "longitude": "-85.938630", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46912", + "city": "Athens", + "state": "IN", + "latitude": "41.040988", + "longitude": "-86.206925", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46913", + "city": "Bringhurst", + "state": "IN", + "latitude": "40.507086", + "longitude": "-86.501270", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46914", + "city": "Bunker Hill", + "state": "IN", + "latitude": "40.646736", + "longitude": "-86.099520", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46915", + "city": "Burlington", + "state": "IN", + "latitude": "40.495181", + "longitude": "-86.394248", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46916", + "city": "Burrows", + "state": "IN", + "latitude": "40.584272", + "longitude": "-86.573952", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46917", + "city": "Camden", + "state": "IN", + "latitude": "40.626913", + "longitude": "-86.475000", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46919", + "city": "Converse", + "state": "IN", + "latitude": "40.580773", + "longitude": "-85.866480", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46920", + "city": "Cutler", + "state": "IN", + "latitude": "40.472125", + "longitude": "-86.477810", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46921", + "city": "Deedsville", + "state": "IN", + "latitude": "40.911001", + "longitude": "-86.100520", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46922", + "city": "Delong", + "state": "IN", + "latitude": "41.040988", + "longitude": "-86.206925", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46923", + "city": "Delphi", + "state": "IN", + "latitude": "40.597574", + "longitude": "-86.652970", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46926", + "city": "Denver", + "state": "IN", + "latitude": "40.873913", + "longitude": "-86.063390", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46928", + "city": "Fairmount", + "state": "IN", + "latitude": "40.412026", + "longitude": "-85.654760", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46929", + "city": "Flora", + "state": "IN", + "latitude": "40.542108", + "longitude": "-86.497000", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46930", + "city": "Fowlerton", + "state": "IN", + "latitude": "40.409668", + "longitude": "-85.571790", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46931", + "city": "Fulton", + "state": "IN", + "latitude": "40.947157", + "longitude": "-86.263930", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46932", + "city": "Galveston", + "state": "IN", + "latitude": "40.593036", + "longitude": "-86.231910", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46933", + "city": "Gas City", + "state": "IN", + "latitude": "40.486840", + "longitude": "-85.607720", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46935", + "city": "Grass Creek", + "state": "IN", + "latitude": "41.040988", + "longitude": "-86.206925", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46936", + "city": "Greentown", + "state": "IN", + "latitude": "40.482338", + "longitude": "-85.942790", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46937", + "city": "Hemlock", + "state": "IN", + "latitude": "40.418662", + "longitude": "-86.018139", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46938", + "city": "Jonesboro", + "state": "IN", + "latitude": "40.468157", + "longitude": "-85.634560", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46939", + "city": "Kewanna", + "state": "IN", + "latitude": "41.007625", + "longitude": "-86.401600", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46940", + "city": "La Fontaine", + "state": "IN", + "latitude": "40.680911", + "longitude": "-85.721350", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46941", + "city": "Lagro", + "state": "IN", + "latitude": "40.832028", + "longitude": "-85.703330", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46942", + "city": "Lake Cicott", + "state": "IN", + "latitude": "40.736111", + "longitude": "-86.373410", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46943", + "city": "Laketon", + "state": "IN", + "latitude": "40.974439", + "longitude": "-85.838730", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46945", + "city": "Leiters Ford", + "state": "IN", + "latitude": "41.040988", + "longitude": "-86.206925", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46946", + "city": "Liberty Mills", + "state": "IN", + "latitude": "41.035728", + "longitude": "-85.735280", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46947", + "city": "Logansport", + "state": "IN", + "latitude": "40.754787", + "longitude": "-86.366840", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46950", + "city": "Lucerne", + "state": "IN", + "latitude": "40.882776", + "longitude": "-86.384460", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46951", + "city": "Macy", + "state": "IN", + "latitude": "40.952117", + "longitude": "-86.117200", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46952", + "city": "Marion", + "state": "IN", + "latitude": "40.581190", + "longitude": "-85.663240", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46953", + "city": "Marion", + "state": "IN", + "latitude": "40.530890", + "longitude": "-85.659220", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46957", + "city": "Matthews", + "state": "IN", + "latitude": "40.387885", + "longitude": "-85.499050", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46958", + "city": "Mexico", + "state": "IN", + "latitude": "40.820851", + "longitude": "-86.117350", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46959", + "city": "Miami", + "state": "IN", + "latitude": "40.614644", + "longitude": "-86.107490", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46960", + "city": "Monterey", + "state": "IN", + "latitude": "41.159868", + "longitude": "-86.502460", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46961", + "city": "New Waverly", + "state": "IN", + "latitude": "40.765286", + "longitude": "-86.191800", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46962", + "city": "North Manchester", + "state": "IN", + "latitude": "40.996628", + "longitude": "-85.775800", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46965", + "city": "Oakford", + "state": "IN", + "latitude": "40.412741", + "longitude": "-86.101484", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46966", + "city": "Harrison", + "state": "IN", + "latitude": "41.046274", + "longitude": "-86.563025", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46967", + "city": "Onward", + "state": "IN", + "latitude": "40.694298", + "longitude": "-86.204238", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46968", + "city": "Ora", + "state": "IN", + "latitude": "41.172438", + "longitude": "-86.552390", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46970", + "city": "Peru", + "state": "IN", + "latitude": "40.753091", + "longitude": "-86.071850", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46971", + "city": "Grissom AFB", + "state": "IN", + "latitude": "40.780955", + "longitude": "-86.016441", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46974", + "city": "Roann", + "state": "IN", + "latitude": "40.935304", + "longitude": "-85.929060", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46975", + "city": "Rochester", + "state": "IN", + "latitude": "41.073678", + "longitude": "-86.235210", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46977", + "city": "Rockfield", + "state": "IN", + "latitude": "40.584272", + "longitude": "-86.573952", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46978", + "city": "Royal Center", + "state": "IN", + "latitude": "40.860779", + "longitude": "-86.501830", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46979", + "city": "Russiaville", + "state": "IN", + "latitude": "40.427588", + "longitude": "-86.269180", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46980", + "city": "Servia", + "state": "IN", + "latitude": "40.848927", + "longitude": "-85.792501", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46982", + "city": "Silver Lake", + "state": "IN", + "latitude": "41.054969", + "longitude": "-85.904410", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46984", + "city": "Somerset", + "state": "IN", + "latitude": "40.671369", + "longitude": "-85.828846", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46985", + "city": "Star City", + "state": "IN", + "latitude": "40.950873", + "longitude": "-86.573940", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46986", + "city": "Swayzee", + "state": "IN", + "latitude": "40.504346", + "longitude": "-85.826780", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46987", + "city": "Sweetser", + "state": "IN", + "latitude": "40.569731", + "longitude": "-85.766970", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46988", + "city": "Twelve Mile", + "state": "IN", + "latitude": "40.870115", + "longitude": "-86.233590", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46989", + "city": "Upland", + "state": "IN", + "latitude": "40.457599", + "longitude": "-85.490890", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46990", + "city": "Urbana", + "state": "IN", + "latitude": "40.898561", + "longitude": "-85.745700", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46991", + "city": "Van Buren", + "state": "IN", + "latitude": "40.620755", + "longitude": "-85.505480", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46992", + "city": "Wabash", + "state": "IN", + "latitude": "40.795068", + "longitude": "-85.829530", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46994", + "city": "Walton", + "state": "IN", + "latitude": "40.668348", + "longitude": "-86.249430", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46995", + "city": "West Middleton", + "state": "IN", + "latitude": "40.442117", + "longitude": "-86.215482", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46996", + "city": "Winamac", + "state": "IN", + "latitude": "41.048063", + "longitude": "-86.647990", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "46998", + "city": "Young America", + "state": "IN", + "latitude": "40.569059", + "longitude": "-86.349520", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47001", + "city": "Aurora", + "state": "IN", + "latitude": "39.060204", + "longitude": "-84.930940", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47003", + "city": "West College Corner", + "state": "IN", + "latitude": "39.567147", + "longitude": "-84.820420", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47006", + "city": "Batesville", + "state": "IN", + "latitude": "39.291624", + "longitude": "-85.219610", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47010", + "city": "Bath", + "state": "IN", + "latitude": "39.518217", + "longitude": "-84.827280", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47011", + "city": "Bennington", + "state": "IN", + "latitude": "38.848761", + "longitude": "-85.072630", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47012", + "city": "Brookville", + "state": "IN", + "latitude": "39.431150", + "longitude": "-84.995680", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47016", + "city": "Cedar Grove", + "state": "IN", + "latitude": "39.374270", + "longitude": "-84.911130", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47017", + "city": "Cross Plains", + "state": "IN", + "latitude": "38.930490", + "longitude": "-85.194060", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47018", + "city": "Dillsboro", + "state": "IN", + "latitude": "38.992471", + "longitude": "-85.066010", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47019", + "city": "East Enterprise", + "state": "IN", + "latitude": "38.881346", + "longitude": "-84.944370", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47020", + "city": "Florence", + "state": "IN", + "latitude": "38.813326", + "longitude": "-84.941130", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47021", + "city": "Friendship", + "state": "IN", + "latitude": "38.966859", + "longitude": "-85.145300", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47022", + "city": "Guilford", + "state": "IN", + "latitude": "39.206203", + "longitude": "-84.949220", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47023", + "city": "Holton", + "state": "IN", + "latitude": "39.073080", + "longitude": "-85.387470", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47024", + "city": "Laurel", + "state": "IN", + "latitude": "39.491509", + "longitude": "-85.192420", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47025", + "city": "Lawrenceburg", + "state": "IN", + "latitude": "39.129059", + "longitude": "-84.858870", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47030", + "city": "Metamora", + "state": "IN", + "latitude": "39.428752", + "longitude": "-85.131410", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47031", + "city": "Milan", + "state": "IN", + "latitude": "39.126201", + "longitude": "-85.140490", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47032", + "city": "Moores Hill", + "state": "IN", + "latitude": "39.075691", + "longitude": "-85.060570", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47033", + "city": "Morris", + "state": "IN", + "latitude": "39.281429", + "longitude": "-85.173900", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47034", + "city": "Napoleon", + "state": "IN", + "latitude": "39.205405", + "longitude": "-85.328650", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47035", + "city": "New Trenton", + "state": "IN", + "latitude": "39.310292", + "longitude": "-84.901960", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47036", + "city": "Oldenburg", + "state": "IN", + "latitude": "39.382381", + "longitude": "-85.240730", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47037", + "city": "Osgood", + "state": "IN", + "latitude": "39.154800", + "longitude": "-85.309490", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47038", + "city": "Patriot", + "state": "IN", + "latitude": "38.855749", + "longitude": "-84.838610", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47039", + "city": "Pierceville", + "state": "IN", + "latitude": "39.111625", + "longitude": "-85.255114", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47040", + "city": "Rising Sun", + "state": "IN", + "latitude": "38.944426", + "longitude": "-84.912270", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47041", + "city": "Sunman", + "state": "IN", + "latitude": "39.240684", + "longitude": "-85.085870", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47042", + "city": "Versailles", + "state": "IN", + "latitude": "39.035173", + "longitude": "-85.260170", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47043", + "city": "Vevay", + "state": "IN", + "latitude": "38.788449", + "longitude": "-85.066180", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47045", + "city": "Jefferson", + "state": "IN", + "latitude": "38.779050", + "longitude": "-84.994620", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47048", + "city": "Bloomington", + "state": "IN", + "latitude": "39.155801", + "longitude": "-86.516419", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47060", + "city": "West Harrison", + "state": "IN", + "latitude": "39.288178", + "longitude": "-84.877740", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47070", + "city": "Lovett", + "state": "IN", + "latitude": "38.897246", + "longitude": "-85.726384", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47093", + "city": "Jefferson", + "state": "IN", + "latitude": "38.762649", + "longitude": "-85.041244", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47102", + "city": "Austin", + "state": "IN", + "latitude": "38.749542", + "longitude": "-85.802640", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47104", + "city": "Bethlehem", + "state": "IN", + "latitude": "38.539899", + "longitude": "-85.421753", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47106", + "city": "Borden", + "state": "IN", + "latitude": "38.457573", + "longitude": "-85.917740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47107", + "city": "Bradford", + "state": "IN", + "latitude": "38.190314", + "longitude": "-86.115257", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47108", + "city": "Campbellsburg", + "state": "IN", + "latitude": "38.648032", + "longitude": "-86.262880", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47110", + "city": "Central", + "state": "IN", + "latitude": "38.096971", + "longitude": "-86.172327", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47111", + "city": "Charlestown", + "state": "IN", + "latitude": "38.453813", + "longitude": "-85.654430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47112", + "city": "Corydon", + "state": "IN", + "latitude": "38.208144", + "longitude": "-86.129780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47114", + "city": "Crandall", + "state": "IN", + "latitude": "38.287227", + "longitude": "-86.068050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47115", + "city": "Depauw", + "state": "IN", + "latitude": "38.350106", + "longitude": "-86.226520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47116", + "city": "Eckerty", + "state": "IN", + "latitude": "38.328419", + "longitude": "-86.613560", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47117", + "city": "Elizabeth", + "state": "IN", + "latitude": "38.121730", + "longitude": "-85.974530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47118", + "city": "English", + "state": "IN", + "latitude": "38.311323", + "longitude": "-86.474390", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47119", + "city": "Floyds Knobs", + "state": "IN", + "latitude": "38.345815", + "longitude": "-85.890950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47120", + "city": "Fredericksburg", + "state": "IN", + "latitude": "38.435326", + "longitude": "-86.187020", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47122", + "city": "Georgetown", + "state": "IN", + "latitude": "38.300674", + "longitude": "-85.966980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47123", + "city": "Grantsburg", + "state": "IN", + "latitude": "38.284524", + "longitude": "-86.461030", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47124", + "city": "Greenville", + "state": "IN", + "latitude": "38.363632", + "longitude": "-85.992390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47125", + "city": "Hardinsburg", + "state": "IN", + "latitude": "38.461255", + "longitude": "-86.298300", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47126", + "city": "Henryville", + "state": "IN", + "latitude": "38.544777", + "longitude": "-85.773700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47128", + "city": "Madison", + "state": "IN", + "latitude": "38.557243", + "longitude": "-86.261089", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47129", + "city": "Clarksville", + "state": "IN", + "latitude": "38.303945", + "longitude": "-85.767870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47130", + "city": "Jeffersonville", + "state": "IN", + "latitude": "38.309105", + "longitude": "-85.720350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47131", + "city": "Jeffersonville", + "state": "IN", + "latitude": "38.437021", + "longitude": "-85.704973", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47132", + "city": "Jeffersonville", + "state": "IN", + "latitude": "38.286819", + "longitude": "-85.732062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47133", + "city": "Jeffersonville", + "state": "IN", + "latitude": "38.286819", + "longitude": "-85.732062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47134", + "city": "Jeffersonville", + "state": "IN", + "latitude": "38.286819", + "longitude": "-85.732062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47135", + "city": "Laconia", + "state": "IN", + "latitude": "38.038838", + "longitude": "-86.072120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47136", + "city": "Lanesville", + "state": "IN", + "latitude": "38.237852", + "longitude": "-85.968340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47137", + "city": "Leavenworth", + "state": "IN", + "latitude": "38.200101", + "longitude": "-86.369880", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47138", + "city": "Lexington", + "state": "IN", + "latitude": "38.678365", + "longitude": "-85.609700", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47139", + "city": "Little York", + "state": "IN", + "latitude": "38.700523", + "longitude": "-85.904050", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47140", + "city": "Marengo", + "state": "IN", + "latitude": "38.374820", + "longitude": "-86.353130", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47141", + "city": "Marysville", + "state": "IN", + "latitude": "38.543388", + "longitude": "-85.603730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47142", + "city": "Mauckport", + "state": "IN", + "latitude": "38.079482", + "longitude": "-86.230830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47143", + "city": "Memphis", + "state": "IN", + "latitude": "38.473919", + "longitude": "-85.767020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47144", + "city": "Jeffersonville", + "state": "IN", + "latitude": "38.286819", + "longitude": "-85.732062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47145", + "city": "Milltown", + "state": "IN", + "latitude": "38.344403", + "longitude": "-86.299970", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47146", + "city": "Mount Saint Francis", + "state": "IN", + "latitude": "38.298486", + "longitude": "-85.896961", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47147", + "city": "Nabb", + "state": "IN", + "latitude": "38.591735", + "longitude": "-85.531950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47150", + "city": "New Albany", + "state": "IN", + "latitude": "38.303820", + "longitude": "-85.825220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47151", + "city": "New Albany", + "state": "IN", + "latitude": "38.298486", + "longitude": "-85.896961", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47160", + "city": "New Middletown", + "state": "IN", + "latitude": "38.165541", + "longitude": "-86.052230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47161", + "city": "New Salisbury", + "state": "IN", + "latitude": "38.312878", + "longitude": "-86.094780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47162", + "city": "New Washington", + "state": "IN", + "latitude": "38.548693", + "longitude": "-85.491240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47163", + "city": "Otisco", + "state": "IN", + "latitude": "38.544512", + "longitude": "-85.668310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47164", + "city": "Palmyra", + "state": "IN", + "latitude": "38.410145", + "longitude": "-86.096430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47165", + "city": "Pekin", + "state": "IN", + "latitude": "38.499030", + "longitude": "-86.012930", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47166", + "city": "Ramsey", + "state": "IN", + "latitude": "38.313345", + "longitude": "-86.166560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47167", + "city": "Salem", + "state": "IN", + "latitude": "38.605039", + "longitude": "-86.089280", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47169", + "city": "Washington", + "state": "IN", + "latitude": "38.609733", + "longitude": "-86.055202", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47170", + "city": "Scottsburg", + "state": "IN", + "latitude": "38.684426", + "longitude": "-85.803040", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47172", + "city": "Sellersburg", + "state": "IN", + "latitude": "38.387722", + "longitude": "-85.759360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47174", + "city": "Sulphur", + "state": "IN", + "latitude": "38.210303", + "longitude": "-86.466570", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47175", + "city": "Taswell", + "state": "IN", + "latitude": "38.355935", + "longitude": "-86.556560", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47177", + "city": "Underwood", + "state": "IN", + "latitude": "38.603451", + "longitude": "-85.767110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47190", + "city": "Jeffersonville", + "state": "IN", + "latitude": "38.437021", + "longitude": "-85.704973", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47199", + "city": "Jeffersonville", + "state": "IN", + "latitude": "38.286819", + "longitude": "-85.732062", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "47201", + "city": "Columbus", + "state": "IN", + "latitude": "39.185341", + "longitude": "-85.945600", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47202", + "city": "Columbus", + "state": "IN", + "latitude": "39.192972", + "longitude": "-85.885168", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47203", + "city": "Columbus", + "state": "IN", + "latitude": "39.232235", + "longitude": "-85.863560", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47220", + "city": "Brownstown", + "state": "IN", + "latitude": "38.876537", + "longitude": "-86.042520", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47223", + "city": "Butlerville", + "state": "IN", + "latitude": "39.049336", + "longitude": "-85.492720", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47224", + "city": "Canaan", + "state": "IN", + "latitude": "38.896209", + "longitude": "-85.219360", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47225", + "city": "Clarksburg", + "state": "IN", + "latitude": "39.424072", + "longitude": "-85.347677", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47226", + "city": "Clifford", + "state": "IN", + "latitude": "39.282490", + "longitude": "-85.868520", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47227", + "city": "Commiskey", + "state": "IN", + "latitude": "38.872926", + "longitude": "-85.643670", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47228", + "city": "Cortland", + "state": "IN", + "latitude": "38.974458", + "longitude": "-85.962761", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47229", + "city": "Crothersville", + "state": "IN", + "latitude": "38.802486", + "longitude": "-85.848940", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47230", + "city": "Deputy", + "state": "IN", + "latitude": "38.802781", + "longitude": "-85.629220", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47231", + "city": "Dupont", + "state": "IN", + "latitude": "38.893700", + "longitude": "-85.509700", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47232", + "city": "Elizabethtown", + "state": "IN", + "latitude": "39.129171", + "longitude": "-85.801300", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47234", + "city": "Flat Rock", + "state": "IN", + "latitude": "39.370375", + "longitude": "-85.780080", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47235", + "city": "Freetown", + "state": "IN", + "latitude": "38.982358", + "longitude": "-86.135610", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47236", + "city": "Grammer", + "state": "IN", + "latitude": "39.152228", + "longitude": "-85.726135", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47240", + "city": "Greensburg", + "state": "IN", + "latitude": "39.333248", + "longitude": "-85.475790", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47241", + "city": "Bedford", + "state": "IN", + "latitude": "38.873216", + "longitude": "-86.518002", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47243", + "city": "Hanover", + "state": "IN", + "latitude": "38.699654", + "longitude": "-85.472340", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47244", + "city": "Hartsville", + "state": "IN", + "latitude": "39.246458", + "longitude": "-85.702340", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47245", + "city": "Hayden", + "state": "IN", + "latitude": "39.001301", + "longitude": "-85.619906", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47246", + "city": "Hope", + "state": "IN", + "latitude": "39.297144", + "longitude": "-85.767410", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47247", + "city": "Jonesville", + "state": "IN", + "latitude": "39.060100", + "longitude": "-85.888790", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47249", + "city": "Kurtz", + "state": "IN", + "latitude": "38.897974", + "longitude": "-86.056681", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47250", + "city": "Madison", + "state": "IN", + "latitude": "38.787175", + "longitude": "-85.380310", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47256", + "city": "North Vernon", + "state": "IN", + "latitude": "39.037187", + "longitude": "-85.617307", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47257", + "city": "North Vernon", + "state": "IN", + "latitude": "39.005651", + "longitude": "-85.611994", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47260", + "city": "Medora", + "state": "IN", + "latitude": "38.846345", + "longitude": "-86.183270", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47261", + "city": "Millhousen", + "state": "IN", + "latitude": "39.292004", + "longitude": "-85.491788", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47262", + "city": "Nebraska", + "state": "IN", + "latitude": "39.001301", + "longitude": "-85.619906", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47263", + "city": "New Point", + "state": "IN", + "latitude": "39.308947", + "longitude": "-85.330060", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47264", + "city": "Norman", + "state": "IN", + "latitude": "38.962997", + "longitude": "-86.274690", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47265", + "city": "North Vernon", + "state": "IN", + "latitude": "39.011225", + "longitude": "-85.633250", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47270", + "city": "Paris Crossing", + "state": "IN", + "latitude": "38.838706", + "longitude": "-85.712450", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47272", + "city": "Saint Paul", + "state": "IN", + "latitude": "39.419641", + "longitude": "-85.627820", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47273", + "city": "Scipio", + "state": "IN", + "latitude": "39.085027", + "longitude": "-85.731600", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47274", + "city": "Seymour", + "state": "IN", + "latitude": "38.958688", + "longitude": "-85.899170", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47280", + "city": "Taylorsville", + "state": "IN", + "latitude": "39.296605", + "longitude": "-85.950250", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47281", + "city": "Vallonia", + "state": "IN", + "latitude": "38.805185", + "longitude": "-86.092830", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47282", + "city": "Vernon", + "state": "IN", + "latitude": "38.982269", + "longitude": "-85.609140", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47283", + "city": "Westport", + "state": "IN", + "latitude": "39.171916", + "longitude": "-85.580670", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47288", + "city": "Cayuga", + "state": "IN", + "latitude": "39.952253", + "longitude": "-87.453249", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47302", + "city": "Muncie", + "state": "IN", + "latitude": "40.164393", + "longitude": "-85.381140", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47303", + "city": "Muncie", + "state": "IN", + "latitude": "40.221103", + "longitude": "-85.376020", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47304", + "city": "Muncie", + "state": "IN", + "latitude": "40.215398", + "longitude": "-85.436360", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47305", + "city": "Muncie", + "state": "IN", + "latitude": "40.192293", + "longitude": "-85.384940", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47306", + "city": "Muncie", + "state": "IN", + "latitude": "40.202293", + "longitude": "-85.408221", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47307", + "city": "Muncie", + "state": "IN", + "latitude": "40.162093", + "longitude": "-85.442772", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47308", + "city": "Muncie", + "state": "IN", + "latitude": "40.227938", + "longitude": "-85.396685", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47317", + "city": "Kennard", + "state": "IN", + "latitude": "39.902534", + "longitude": "-85.520201", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47320", + "city": "Albany", + "state": "IN", + "latitude": "40.290747", + "longitude": "-85.252930", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47322", + "city": "Bentonville", + "state": "IN", + "latitude": "39.656994", + "longitude": "-85.167996", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47324", + "city": "Boston", + "state": "IN", + "latitude": "39.757864", + "longitude": "-84.848442", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47325", + "city": "Brownsville", + "state": "IN", + "latitude": "39.685481", + "longitude": "-85.024540", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47326", + "city": "Bryant", + "state": "IN", + "latitude": "40.548194", + "longitude": "-84.967240", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47327", + "city": "Cambridge City", + "state": "IN", + "latitude": "39.816703", + "longitude": "-85.177840", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47330", + "city": "Centerville", + "state": "IN", + "latitude": "39.802089", + "longitude": "-85.009940", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47331", + "city": "Connersville", + "state": "IN", + "latitude": "39.644794", + "longitude": "-85.149290", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47334", + "city": "Daleville", + "state": "IN", + "latitude": "40.117139", + "longitude": "-85.542050", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47335", + "city": "Dublin", + "state": "IN", + "latitude": "39.812688", + "longitude": "-85.204359", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47336", + "city": "Dunkirk", + "state": "IN", + "latitude": "40.385090", + "longitude": "-85.211500", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47337", + "city": "Dunreith", + "state": "IN", + "latitude": "39.802917", + "longitude": "-85.438060", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47338", + "city": "Eaton", + "state": "IN", + "latitude": "40.339779", + "longitude": "-85.349560", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47339", + "city": "Economy", + "state": "IN", + "latitude": "39.975660", + "longitude": "-85.101070", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47340", + "city": "Farmland", + "state": "IN", + "latitude": "40.184743", + "longitude": "-85.130000", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47341", + "city": "Fountain City", + "state": "IN", + "latitude": "39.963113", + "longitude": "-84.914200", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47342", + "city": "Gaston", + "state": "IN", + "latitude": "40.320458", + "longitude": "-85.506560", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47344", + "city": "Greensboro", + "state": "IN", + "latitude": "39.876764", + "longitude": "-85.465460", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47345", + "city": "Greens Fork", + "state": "IN", + "latitude": "39.883711", + "longitude": "-85.046180", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47346", + "city": "Hagerstown", + "state": "IN", + "latitude": "39.918857", + "longitude": "-85.163330", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47348", + "city": "Hartford City", + "state": "IN", + "latitude": "40.449883", + "longitude": "-85.364420", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47351", + "city": "Kennard", + "state": "IN", + "latitude": "39.904323", + "longitude": "-85.519800", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47352", + "city": "Lewisville", + "state": "IN", + "latitude": "39.802646", + "longitude": "-85.355410", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47353", + "city": "Liberty", + "state": "IN", + "latitude": "39.622812", + "longitude": "-84.922840", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47354", + "city": "Losantville", + "state": "IN", + "latitude": "40.043267", + "longitude": "-85.209090", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47355", + "city": "Lynn", + "state": "IN", + "latitude": "40.042138", + "longitude": "-84.939260", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47356", + "city": "Middletown", + "state": "IN", + "latitude": "40.035904", + "longitude": "-85.520360", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47357", + "city": "Milton", + "state": "IN", + "latitude": "39.773709", + "longitude": "-85.148470", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47358", + "city": "Modoc", + "state": "IN", + "latitude": "40.043409", + "longitude": "-85.116920", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47359", + "city": "Montpelier", + "state": "IN", + "latitude": "40.550511", + "longitude": "-85.281180", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47360", + "city": "Mooreland", + "state": "IN", + "latitude": "40.002960", + "longitude": "-85.258310", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47361", + "city": "Mount Summit", + "state": "IN", + "latitude": "40.004196", + "longitude": "-85.386410", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47362", + "city": "New Castle", + "state": "IN", + "latitude": "39.926980", + "longitude": "-85.369700", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47366", + "city": "New Lisbon", + "state": "IN", + "latitude": "39.931785", + "longitude": "-85.398625", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47367", + "city": "Oakville", + "state": "IN", + "latitude": "40.079197", + "longitude": "-85.389978", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47368", + "city": "Parker City", + "state": "IN", + "latitude": "40.187403", + "longitude": "-85.204210", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47369", + "city": "Pennville", + "state": "IN", + "latitude": "40.495879", + "longitude": "-85.146370", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47370", + "city": "Pershing", + "state": "IN", + "latitude": "39.861314", + "longitude": "-85.147437", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47371", + "city": "Portland", + "state": "IN", + "latitude": "40.419489", + "longitude": "-84.969360", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47373", + "city": "Redkey", + "state": "IN", + "latitude": "40.347030", + "longitude": "-85.154740", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47374", + "city": "Richmond", + "state": "IN", + "latitude": "39.831061", + "longitude": "-84.890670", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47375", + "city": "Richmond", + "state": "IN", + "latitude": "39.860417", + "longitude": "-85.015983", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47380", + "city": "Ridgeville", + "state": "IN", + "latitude": "40.285505", + "longitude": "-85.020630", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47381", + "city": "Salamonia", + "state": "IN", + "latitude": "40.382778", + "longitude": "-84.866030", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47382", + "city": "Saratoga", + "state": "IN", + "latitude": "40.236181", + "longitude": "-84.919010", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47383", + "city": "Selma", + "state": "IN", + "latitude": "40.168528", + "longitude": "-85.269800", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47384", + "city": "Shirley", + "state": "IN", + "latitude": "39.909520", + "longitude": "-85.567160", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47385", + "city": "Spiceland", + "state": "IN", + "latitude": "39.832904", + "longitude": "-85.441170", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47386", + "city": "Springport", + "state": "IN", + "latitude": "40.058307", + "longitude": "-85.385660", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47387", + "city": "Straughn", + "state": "IN", + "latitude": "39.838735", + "longitude": "-85.284090", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47388", + "city": "Sulphur Springs", + "state": "IN", + "latitude": "40.005999", + "longitude": "-85.443410", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47390", + "city": "Union City", + "state": "IN", + "latitude": "40.212425", + "longitude": "-84.834220", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47392", + "city": "Webster", + "state": "IN", + "latitude": "39.903236", + "longitude": "-84.943340", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47393", + "city": "Williamsburg", + "state": "IN", + "latitude": "39.953627", + "longitude": "-84.995420", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47394", + "city": "Winchester", + "state": "IN", + "latitude": "40.173141", + "longitude": "-84.979220", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47395", + "city": "Lynn", + "state": "IN", + "latitude": "40.050850", + "longitude": "-84.938878", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47396", + "city": "Yorktown", + "state": "IN", + "latitude": "40.186603", + "longitude": "-85.505600", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47398", + "city": "Hartford City", + "state": "IN", + "latitude": "40.461432", + "longitude": "-85.377969", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47401", + "city": "Bloomington", + "state": "IN", + "latitude": "39.131576", + "longitude": "-86.497430", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47402", + "city": "Bloomington", + "state": "IN", + "latitude": "39.173234", + "longitude": "-86.501543", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47403", + "city": "Bloomington", + "state": "IN", + "latitude": "39.121719", + "longitude": "-86.574090", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47404", + "city": "Bloomington", + "state": "IN", + "latitude": "39.188246", + "longitude": "-86.567790", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47405", + "city": "Bloomington", + "state": "IN", + "latitude": "39.173447", + "longitude": "-86.515145", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47406", + "city": "Bloomington", + "state": "IN", + "latitude": "39.173597", + "longitude": "-86.516760", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47407", + "city": "Bloomington", + "state": "IN", + "latitude": "39.173234", + "longitude": "-86.501543", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47408", + "city": "Bloomington", + "state": "IN", + "latitude": "39.183164", + "longitude": "-86.502930", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47412", + "city": "Evansville", + "state": "IN", + "latitude": "37.975102", + "longitude": "-87.626938", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47420", + "city": "Avoca", + "state": "IN", + "latitude": "38.912898", + "longitude": "-86.550970", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47421", + "city": "Bedford", + "state": "IN", + "latitude": "38.865549", + "longitude": "-86.468970", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47424", + "city": "Bloomfield", + "state": "IN", + "latitude": "39.021657", + "longitude": "-86.902020", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47426", + "city": "Clear Creek", + "state": "IN", + "latitude": "39.173234", + "longitude": "-86.501543", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47427", + "city": "Coal City", + "state": "IN", + "latitude": "39.232338", + "longitude": "-87.032710", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47429", + "city": "Ellettsville", + "state": "IN", + "latitude": "39.245995", + "longitude": "-86.622750", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47430", + "city": "Fort Ritner", + "state": "IN", + "latitude": "38.773826", + "longitude": "-86.281460", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47431", + "city": "Freedom", + "state": "IN", + "latitude": "39.235092", + "longitude": "-86.887190", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47432", + "city": "French Lick", + "state": "IN", + "latitude": "38.507726", + "longitude": "-86.629220", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47433", + "city": "Gosport", + "state": "IN", + "latitude": "39.355692", + "longitude": "-86.662470", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47434", + "city": "Harrodsburg", + "state": "IN", + "latitude": "39.012984", + "longitude": "-86.545732", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47435", + "city": "Helmsburg", + "state": "IN", + "latitude": "39.196272", + "longitude": "-86.230212", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47436", + "city": "Heltonville", + "state": "IN", + "latitude": "38.978916", + "longitude": "-86.416900", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47437", + "city": "Huron", + "state": "IN", + "latitude": "38.722153", + "longitude": "-86.670987", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47438", + "city": "Jasonville", + "state": "IN", + "latitude": "39.160126", + "longitude": "-87.199610", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47439", + "city": "Koleen", + "state": "IN", + "latitude": "39.037144", + "longitude": "-86.961577", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47441", + "city": "Linton", + "state": "IN", + "latitude": "39.039636", + "longitude": "-87.169870", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47443", + "city": "Lyons", + "state": "IN", + "latitude": "38.965550", + "longitude": "-87.099170", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47445", + "city": "Midland", + "state": "IN", + "latitude": "39.125078", + "longitude": "-87.193320", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47446", + "city": "Mitchell", + "state": "IN", + "latitude": "38.733355", + "longitude": "-86.493190", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47448", + "city": "Nashville", + "state": "IN", + "latitude": "39.199357", + "longitude": "-86.239500", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47449", + "city": "Newberry", + "state": "IN", + "latitude": "38.926709", + "longitude": "-87.003100", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47451", + "city": "Oolitic", + "state": "IN", + "latitude": "38.896413", + "longitude": "-86.524740", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47452", + "city": "Orleans", + "state": "IN", + "latitude": "38.647931", + "longitude": "-86.434380", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47453", + "city": "Owensburg", + "state": "IN", + "latitude": "38.924067", + "longitude": "-86.743080", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47454", + "city": "Paoli", + "state": "IN", + "latitude": "38.533167", + "longitude": "-86.483620", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47455", + "city": "Patricksburg", + "state": "IN", + "latitude": "39.311243", + "longitude": "-86.953430", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47456", + "city": "Quincy", + "state": "IN", + "latitude": "39.448838", + "longitude": "-86.731170", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47457", + "city": "Scotland", + "state": "IN", + "latitude": "39.037144", + "longitude": "-86.961577", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47458", + "city": "Smithville", + "state": "IN", + "latitude": "39.173234", + "longitude": "-86.501543", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47459", + "city": "Solsberry", + "state": "IN", + "latitude": "39.110903", + "longitude": "-86.748550", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47460", + "city": "Spencer", + "state": "IN", + "latitude": "39.290029", + "longitude": "-86.778440", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47462", + "city": "Springville", + "state": "IN", + "latitude": "38.967187", + "longitude": "-86.636990", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47463", + "city": "Stanford", + "state": "IN", + "latitude": "39.085896", + "longitude": "-86.668900", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47464", + "city": "Stinesville", + "state": "IN", + "latitude": "39.298595", + "longitude": "-86.651200", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47465", + "city": "Switz City", + "state": "IN", + "latitude": "39.039348", + "longitude": "-87.048710", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47467", + "city": "Tunnelton", + "state": "IN", + "latitude": "38.768275", + "longitude": "-86.344410", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47468", + "city": "Unionville", + "state": "IN", + "latitude": "39.251349", + "longitude": "-86.393500", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47469", + "city": "West Baden Springs", + "state": "IN", + "latitude": "38.584248", + "longitude": "-86.612960", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47470", + "city": "Williams", + "state": "IN", + "latitude": "38.845709", + "longitude": "-86.688690", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47471", + "city": "Worthington", + "state": "IN", + "latitude": "39.123925", + "longitude": "-86.984500", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47485", + "city": "Lewis", + "state": "IN", + "latitude": "39.191057", + "longitude": "-87.231182", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47488", + "city": "Hamblen", + "state": "IN", + "latitude": "39.246268", + "longitude": "-86.163826", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47490", + "city": "Bloomington", + "state": "IN", + "latitude": "39.173234", + "longitude": "-86.501543", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47501", + "city": "Washington", + "state": "IN", + "latitude": "38.658196", + "longitude": "-87.176190", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47512", + "city": "Bicknell", + "state": "IN", + "latitude": "38.777038", + "longitude": "-87.314470", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47513", + "city": "Birdseye", + "state": "IN", + "latitude": "38.316017", + "longitude": "-86.701180", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47514", + "city": "Branchville", + "state": "IN", + "latitude": "38.137325", + "longitude": "-86.584770", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47515", + "city": "Bristow", + "state": "IN", + "latitude": "38.184046", + "longitude": "-86.717140", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47516", + "city": "Bruceville", + "state": "IN", + "latitude": "38.762261", + "longitude": "-87.422800", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47519", + "city": "Cannelburg", + "state": "IN", + "latitude": "38.619866", + "longitude": "-86.987610", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47520", + "city": "Cannelton", + "state": "IN", + "latitude": "37.934311", + "longitude": "-86.678210", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47521", + "city": "Celestine", + "state": "IN", + "latitude": "38.387935", + "longitude": "-86.747170", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47522", + "city": "Crane", + "state": "IN", + "latitude": "38.893458", + "longitude": "-86.850700", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47523", + "city": "Dale", + "state": "IN", + "latitude": "38.170876", + "longitude": "-86.998890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47524", + "city": "Decker", + "state": "IN", + "latitude": "38.507039", + "longitude": "-87.555390", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47525", + "city": "Derby", + "state": "IN", + "latitude": "38.031757", + "longitude": "-86.556130", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47527", + "city": "Dubois", + "state": "IN", + "latitude": "38.473956", + "longitude": "-86.777770", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47528", + "city": "Edwardsport", + "state": "IN", + "latitude": "38.824546", + "longitude": "-87.251860", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47529", + "city": "Elnora", + "state": "IN", + "latitude": "38.869876", + "longitude": "-87.082880", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47531", + "city": "Evanston", + "state": "IN", + "latitude": "38.056909", + "longitude": "-86.821960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47532", + "city": "Ferdinand", + "state": "IN", + "latitude": "38.223090", + "longitude": "-86.861550", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47535", + "city": "Freelandville", + "state": "IN", + "latitude": "38.867886", + "longitude": "-87.308650", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47536", + "city": "Fulda", + "state": "IN", + "latitude": "38.112396", + "longitude": "-86.836490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47537", + "city": "Gentryville", + "state": "IN", + "latitude": "38.099889", + "longitude": "-87.040730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47541", + "city": "Holland", + "state": "IN", + "latitude": "38.241887", + "longitude": "-87.041450", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47542", + "city": "Huntingburg", + "state": "IN", + "latitude": "38.302272", + "longitude": "-86.968640", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47545", + "city": "Ireland", + "state": "IN", + "latitude": "38.413906", + "longitude": "-87.000600", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47546", + "city": "Jasper", + "state": "IN", + "latitude": "38.408794", + "longitude": "-86.938760", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47547", + "city": "Jasper", + "state": "IN", + "latitude": "38.364749", + "longitude": "-86.876173", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47549", + "city": "Jasper", + "state": "IN", + "latitude": "38.364749", + "longitude": "-86.876173", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47550", + "city": "Lamar", + "state": "IN", + "latitude": "38.077016", + "longitude": "-86.922580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47551", + "city": "Leopold", + "state": "IN", + "latitude": "38.127871", + "longitude": "-86.558000", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47552", + "city": "Lincoln City", + "state": "IN", + "latitude": "38.118547", + "longitude": "-86.995670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47553", + "city": "Loogootee", + "state": "IN", + "latitude": "38.702827", + "longitude": "-86.897750", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47556", + "city": "Mariah Hill", + "state": "IN", + "latitude": "38.166440", + "longitude": "-86.917205", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47557", + "city": "Monroe City", + "state": "IN", + "latitude": "38.588354", + "longitude": "-87.341740", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47558", + "city": "Montgomery", + "state": "IN", + "latitude": "38.660051", + "longitude": "-87.046260", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47561", + "city": "Oaktown", + "state": "IN", + "latitude": "38.864563", + "longitude": "-87.445540", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47562", + "city": "Odon", + "state": "IN", + "latitude": "38.837695", + "longitude": "-86.985120", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47564", + "city": "Otwell", + "state": "IN", + "latitude": "38.470473", + "longitude": "-87.099050", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47567", + "city": "Petersburg", + "state": "IN", + "latitude": "38.477037", + "longitude": "-87.302170", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47568", + "city": "Plainville", + "state": "IN", + "latitude": "38.791938", + "longitude": "-87.139750", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47573", + "city": "Ragsdale", + "state": "IN", + "latitude": "38.744136", + "longitude": "-87.321357", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47574", + "city": "Rome", + "state": "IN", + "latitude": "37.934212", + "longitude": "-86.565370", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47575", + "city": "Saint Anthony", + "state": "IN", + "latitude": "38.313717", + "longitude": "-86.815230", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47576", + "city": "Saint Croix", + "state": "IN", + "latitude": "38.192970", + "longitude": "-86.608530", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47577", + "city": "Saint Meinrad", + "state": "IN", + "latitude": "38.160168", + "longitude": "-86.809780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47578", + "city": "Sandborn", + "state": "IN", + "latitude": "38.892783", + "longitude": "-87.191300", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47579", + "city": "Santa Claus", + "state": "IN", + "latitude": "38.115573", + "longitude": "-86.919930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47580", + "city": "Schnellville", + "state": "IN", + "latitude": "38.345103", + "longitude": "-86.759140", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47581", + "city": "Shoals", + "state": "IN", + "latitude": "38.663011", + "longitude": "-86.775540", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47584", + "city": "Spurgeon", + "state": "IN", + "latitude": "38.248608", + "longitude": "-87.241150", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47585", + "city": "Stendal", + "state": "IN", + "latitude": "38.267827", + "longitude": "-87.142990", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47586", + "city": "Tell City", + "state": "IN", + "latitude": "37.971622", + "longitude": "-86.739030", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47588", + "city": "Troy", + "state": "IN", + "latitude": "38.012451", + "longitude": "-86.796980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47590", + "city": "Velpen", + "state": "IN", + "latitude": "38.356658", + "longitude": "-87.101550", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47591", + "city": "Vincennes", + "state": "IN", + "latitude": "38.668827", + "longitude": "-87.507910", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47596", + "city": "Westphalia", + "state": "IN", + "latitude": "38.862609", + "longitude": "-87.224700", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47597", + "city": "Wheatland", + "state": "IN", + "latitude": "38.652821", + "longitude": "-87.300880", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47598", + "city": "Winslow", + "state": "IN", + "latitude": "38.384501", + "longitude": "-87.209870", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47601", + "city": "Boonville", + "state": "IN", + "latitude": "38.057320", + "longitude": "-87.265790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47610", + "city": "Chandler", + "state": "IN", + "latitude": "38.047188", + "longitude": "-87.390410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47611", + "city": "Chrisney", + "state": "IN", + "latitude": "38.022045", + "longitude": "-87.054080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47612", + "city": "Cynthiana", + "state": "IN", + "latitude": "38.190517", + "longitude": "-87.702400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47613", + "city": "Elberfeld", + "state": "IN", + "latitude": "38.170645", + "longitude": "-87.428860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47614", + "city": "Folsomville", + "state": "IN", + "latitude": "38.130034", + "longitude": "-87.163636", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47615", + "city": "Grandview", + "state": "IN", + "latitude": "37.965531", + "longitude": "-86.954360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47616", + "city": "Griffin", + "state": "IN", + "latitude": "38.218814", + "longitude": "-87.924350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47617", + "city": "Hatfield", + "state": "IN", + "latitude": "37.903557", + "longitude": "-87.249886", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47618", + "city": "Inglefield", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47619", + "city": "Lynnville", + "state": "IN", + "latitude": "38.199662", + "longitude": "-87.311320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47620", + "city": "Mount Vernon", + "state": "IN", + "latitude": "37.940511", + "longitude": "-87.889180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47625", + "city": "North Vernon", + "state": "IN", + "latitude": "39.002490", + "longitude": "-85.625718", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47629", + "city": "Newburgh", + "state": "IN", + "latitude": "38.062420", + "longitude": "-87.245214", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47630", + "city": "Newburgh", + "state": "IN", + "latitude": "37.958873", + "longitude": "-87.379980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47631", + "city": "New Harmony", + "state": "IN", + "latitude": "38.117974", + "longitude": "-87.919180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47633", + "city": "Poseyville", + "state": "IN", + "latitude": "38.168191", + "longitude": "-87.781130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47634", + "city": "Richland", + "state": "IN", + "latitude": "37.938890", + "longitude": "-87.191670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47635", + "city": "Rockport", + "state": "IN", + "latitude": "37.883451", + "longitude": "-87.097710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47637", + "city": "Tennyson", + "state": "IN", + "latitude": "38.132339", + "longitude": "-87.142590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47638", + "city": "Wadesville", + "state": "IN", + "latitude": "38.081681", + "longitude": "-87.780550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47639", + "city": "Haubstadt", + "state": "IN", + "latitude": "38.187983", + "longitude": "-87.565800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47640", + "city": "Hazleton", + "state": "IN", + "latitude": "38.484278", + "longitude": "-87.503900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47647", + "city": "Buckskin", + "state": "IN", + "latitude": "38.215226", + "longitude": "-87.423190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47648", + "city": "Fort Branch", + "state": "IN", + "latitude": "38.240456", + "longitude": "-87.560350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47649", + "city": "Francisco", + "state": "IN", + "latitude": "38.343295", + "longitude": "-87.442750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47654", + "city": "Mackey", + "state": "IN", + "latitude": "38.253120", + "longitude": "-87.392050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47660", + "city": "Oakland City", + "state": "IN", + "latitude": "38.323439", + "longitude": "-87.341450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47665", + "city": "Owensville", + "state": "IN", + "latitude": "38.287411", + "longitude": "-87.729540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47666", + "city": "Patoka", + "state": "IN", + "latitude": "38.411923", + "longitude": "-87.584620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47667", + "city": "Owensville", + "state": "IN", + "latitude": "38.273120", + "longitude": "-87.692037", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47670", + "city": "Princeton", + "state": "IN", + "latitude": "38.348410", + "longitude": "-87.574780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47671", + "city": "Oxford", + "state": "IN", + "latitude": "40.519221", + "longitude": "-87.255079", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47672", + "city": "Cynthiana", + "state": "IN", + "latitude": "38.187432", + "longitude": "-87.716121", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47683", + "city": "Somerville", + "state": "IN", + "latitude": "38.278452", + "longitude": "-87.377140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47701", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47702", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47703", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47704", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47705", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47706", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47708", + "city": "Evansville", + "state": "IN", + "latitude": "37.974642", + "longitude": "-87.573490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47710", + "city": "Evansville", + "state": "IN", + "latitude": "37.999542", + "longitude": "-87.576210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47711", + "city": "Evansville", + "state": "IN", + "latitude": "38.000442", + "longitude": "-87.541780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47712", + "city": "Evansville", + "state": "IN", + "latitude": "37.966292", + "longitude": "-87.636640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47713", + "city": "Evansville", + "state": "IN", + "latitude": "37.962542", + "longitude": "-87.557960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47714", + "city": "Evansville", + "state": "IN", + "latitude": "37.959092", + "longitude": "-87.524680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47715", + "city": "Evansville", + "state": "IN", + "latitude": "37.975476", + "longitude": "-87.475060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47716", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47718", + "city": "Jackson", + "state": "IN", + "latitude": "38.420839", + "longitude": "-86.570962", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47719", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47720", + "city": "Evansville", + "state": "IN", + "latitude": "38.045951", + "longitude": "-87.627230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47721", + "city": "Evansville", + "state": "IN", + "latitude": "37.978035", + "longitude": "-87.600791", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47722", + "city": "Evansville", + "state": "IN", + "latitude": "37.970192", + "longitude": "-87.542014", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47724", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47725", + "city": "Evansville", + "state": "IN", + "latitude": "38.096771", + "longitude": "-87.521120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47727", + "city": "Evansville", + "state": "IN", + "latitude": "38.031942", + "longitude": "-87.538915", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47728", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47729", + "city": "Scott", + "state": "IN", + "latitude": "38.110995", + "longitude": "-87.527249", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47730", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47731", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47732", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47733", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47734", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47735", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47736", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47737", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47739", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47740", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47741", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47744", + "city": "Evansville", + "state": "IN", + "latitude": "37.977492", + "longitude": "-87.597316", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47747", + "city": "Evansville", + "state": "IN", + "latitude": "37.997128", + "longitude": "-87.574963", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47750", + "city": "Evansville", + "state": "IN", + "latitude": "37.962292", + "longitude": "-87.505512", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47765", + "city": "New Market", + "state": "IN", + "latitude": "39.952416", + "longitude": "-86.922974", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47801", + "city": "Terre Haute", + "state": "IN", + "latitude": "39.433602", + "longitude": "-87.410094", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47802", + "city": "Terre Haute", + "state": "IN", + "latitude": "39.393237", + "longitude": "-87.397700", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47803", + "city": "Terre Haute", + "state": "IN", + "latitude": "39.467060", + "longitude": "-87.344520", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47804", + "city": "Terre Haute", + "state": "IN", + "latitude": "39.495436", + "longitude": "-87.392090", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47805", + "city": "Terre Haute", + "state": "IN", + "latitude": "39.535285", + "longitude": "-87.352220", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47807", + "city": "Terre Haute", + "state": "IN", + "latitude": "39.470986", + "longitude": "-87.399960", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47808", + "city": "Terre Haute", + "state": "IN", + "latitude": "39.433602", + "longitude": "-87.410094", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47809", + "city": "Terre Haute", + "state": "IN", + "latitude": "39.470986", + "longitude": "-87.411070", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47811", + "city": "Terre Haute", + "state": "IN", + "latitude": "39.433602", + "longitude": "-87.410094", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47812", + "city": "Terre Haute", + "state": "IN", + "latitude": "39.433602", + "longitude": "-87.410094", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47813", + "city": "Terre Haute", + "state": "IN", + "latitude": "39.433602", + "longitude": "-87.410094", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47814", + "city": "Terre Haute", + "state": "IN", + "latitude": "39.433602", + "longitude": "-87.410094", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47830", + "city": "Bellmore", + "state": "IN", + "latitude": "39.779078", + "longitude": "-87.221819", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47831", + "city": "Blanford", + "state": "IN", + "latitude": "39.877847", + "longitude": "-87.443566", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47832", + "city": "Bloomingdale", + "state": "IN", + "latitude": "39.869467", + "longitude": "-87.245890", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47833", + "city": "Bowling Green", + "state": "IN", + "latitude": "39.360169", + "longitude": "-86.993530", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47834", + "city": "Brazil", + "state": "IN", + "latitude": "39.525030", + "longitude": "-87.127380", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47836", + "city": "Bridgeton", + "state": "IN", + "latitude": "39.647929", + "longitude": "-87.175290", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47837", + "city": "Carbon", + "state": "IN", + "latitude": "39.625607", + "longitude": "-87.115020", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47838", + "city": "Carlisle", + "state": "IN", + "latitude": "38.957093", + "longitude": "-87.379300", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47840", + "city": "Centerpoint", + "state": "IN", + "latitude": "39.406161", + "longitude": "-87.068990", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47841", + "city": "Clay City", + "state": "IN", + "latitude": "39.282127", + "longitude": "-87.115570", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47842", + "city": "Clinton", + "state": "IN", + "latitude": "39.668510", + "longitude": "-87.435770", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47845", + "city": "Coalmont", + "state": "IN", + "latitude": "39.387544", + "longitude": "-87.090363", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47846", + "city": "Cory", + "state": "IN", + "latitude": "39.377883", + "longitude": "-87.204620", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47847", + "city": "Dana", + "state": "IN", + "latitude": "39.830942", + "longitude": "-87.470130", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47848", + "city": "Dugger", + "state": "IN", + "latitude": "39.065547", + "longitude": "-87.257140", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47849", + "city": "Fairbanks", + "state": "IN", + "latitude": "39.193884", + "longitude": "-87.544900", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47850", + "city": "Farmersburg", + "state": "IN", + "latitude": "39.251820", + "longitude": "-87.409740", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47851", + "city": "Fontanet", + "state": "IN", + "latitude": "39.573663", + "longitude": "-87.245360", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47852", + "city": "Graysville", + "state": "IN", + "latitude": "39.080474", + "longitude": "-87.449558", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47853", + "city": "Harmony", + "state": "IN", + "latitude": "39.536856", + "longitude": "-87.072100", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47854", + "city": "Hillsdale", + "state": "IN", + "latitude": "39.819742", + "longitude": "-87.414580", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47855", + "city": "Hymera", + "state": "IN", + "latitude": "39.185497", + "longitude": "-87.299970", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47856", + "city": "Judson", + "state": "IN", + "latitude": "39.813543", + "longitude": "-87.136350", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47857", + "city": "Knightsville", + "state": "IN", + "latitude": "39.526913", + "longitude": "-87.086882", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47858", + "city": "Lewis", + "state": "IN", + "latitude": "39.255569", + "longitude": "-87.235870", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47859", + "city": "Marshall", + "state": "IN", + "latitude": "39.865058", + "longitude": "-87.175040", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47860", + "city": "Mecca", + "state": "IN", + "latitude": "39.725201", + "longitude": "-87.331490", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47861", + "city": "Merom", + "state": "IN", + "latitude": "39.061837", + "longitude": "-87.566550", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47862", + "city": "Montezuma", + "state": "IN", + "latitude": "39.783738", + "longitude": "-87.356090", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47863", + "city": "New Goshen", + "state": "IN", + "latitude": "39.580862", + "longitude": "-87.462930", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47864", + "city": "New Lebanon", + "state": "IN", + "latitude": "39.041245", + "longitude": "-87.475747", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47865", + "city": "Paxton", + "state": "IN", + "latitude": "39.020687", + "longitude": "-87.391490", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47866", + "city": "Pimento", + "state": "IN", + "latitude": "39.293977", + "longitude": "-87.309830", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47868", + "city": "Poland", + "state": "IN", + "latitude": "39.414547", + "longitude": "-86.902020", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47869", + "city": "Prairie Creek", + "state": "IN", + "latitude": "39.433602", + "longitude": "-87.410094", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47870", + "city": "Prairieton", + "state": "IN", + "latitude": "39.371187", + "longitude": "-87.475871", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47871", + "city": "Riley", + "state": "IN", + "latitude": "39.388638", + "longitude": "-87.301367", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47872", + "city": "Rockville", + "state": "IN", + "latitude": "39.758142", + "longitude": "-87.175400", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47874", + "city": "Rosedale", + "state": "IN", + "latitude": "39.625041", + "longitude": "-87.277650", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47875", + "city": "Saint Bernice", + "state": "IN", + "latitude": "39.877847", + "longitude": "-87.443566", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47876", + "city": "Saint Mary Of The Woods", + "state": "IN", + "latitude": "39.505935", + "longitude": "-87.461560", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47878", + "city": "Seelyville", + "state": "IN", + "latitude": "39.492838", + "longitude": "-87.266549", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47879", + "city": "Shelburn", + "state": "IN", + "latitude": "39.182707", + "longitude": "-87.380290", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47880", + "city": "Shepardsville", + "state": "IN", + "latitude": "39.600636", + "longitude": "-87.419569", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47881", + "city": "Staunton", + "state": "IN", + "latitude": "39.487119", + "longitude": "-87.189390", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47882", + "city": "Sullivan", + "state": "IN", + "latitude": "39.090479", + "longitude": "-87.406670", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47884", + "city": "Universal", + "state": "IN", + "latitude": "39.622536", + "longitude": "-87.454510", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47885", + "city": "West Terre Haute", + "state": "IN", + "latitude": "39.508235", + "longitude": "-87.465110", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47895", + "city": "Helt", + "state": "IN", + "latitude": "39.714267", + "longitude": "-87.524376", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47901", + "city": "Lafayette", + "state": "IN", + "latitude": "40.418585", + "longitude": "-86.889750", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47902", + "city": "Lafayette", + "state": "IN", + "latitude": "40.388656", + "longitude": "-86.894908", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47903", + "city": "Lafayette", + "state": "IN", + "latitude": "40.304402", + "longitude": "-86.824468", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47904", + "city": "Lafayette", + "state": "IN", + "latitude": "40.428735", + "longitude": "-86.876800", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47905", + "city": "Lafayette", + "state": "IN", + "latitude": "40.418360", + "longitude": "-86.818470", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47906", + "city": "West Lafayette", + "state": "IN", + "latitude": "40.461012", + "longitude": "-86.936640", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47907", + "city": "West Lafayette", + "state": "IN", + "latitude": "40.424923", + "longitude": "-86.916215", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47909", + "city": "Lafayette", + "state": "IN", + "latitude": "40.355890", + "longitude": "-86.889720", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47916", + "city": "Alamo", + "state": "IN", + "latitude": "39.983709", + "longitude": "-87.055070", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47917", + "city": "Ambia", + "state": "IN", + "latitude": "40.469643", + "longitude": "-87.500980", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47918", + "city": "Attica", + "state": "IN", + "latitude": "40.294316", + "longitude": "-87.219570", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47920", + "city": "Battle Ground", + "state": "IN", + "latitude": "40.543522", + "longitude": "-86.816280", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47921", + "city": "Boswell", + "state": "IN", + "latitude": "40.506071", + "longitude": "-87.368490", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47922", + "city": "Brook", + "state": "IN", + "latitude": "40.868500", + "longitude": "-87.358990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47923", + "city": "Brookston", + "state": "IN", + "latitude": "40.605000", + "longitude": "-86.889400", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47924", + "city": "Buck Creek", + "state": "IN", + "latitude": "40.487219", + "longitude": "-86.763810", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47925", + "city": "Buffalo", + "state": "IN", + "latitude": "40.882284", + "longitude": "-86.743630", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47926", + "city": "Burnettsville", + "state": "IN", + "latitude": "40.767098", + "longitude": "-86.593620", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47928", + "city": "Cayuga", + "state": "IN", + "latitude": "39.946144", + "longitude": "-87.466110", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47929", + "city": "Chalmers", + "state": "IN", + "latitude": "40.671905", + "longitude": "-86.891890", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47930", + "city": "Clarks Hill", + "state": "IN", + "latitude": "40.247657", + "longitude": "-86.725330", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47932", + "city": "Covington", + "state": "IN", + "latitude": "40.133867", + "longitude": "-87.400810", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47933", + "city": "Crawfordsville", + "state": "IN", + "latitude": "40.034554", + "longitude": "-86.891430", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47934", + "city": "Crawfordsville", + "state": "IN", + "latitude": "40.040014", + "longitude": "-86.893614", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47935", + "city": "Crawfordsville", + "state": "IN", + "latitude": "40.040014", + "longitude": "-86.893614", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47936", + "city": "Crawfordsville", + "state": "IN", + "latitude": "40.040014", + "longitude": "-86.893614", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47937", + "city": "Crawfordsville", + "state": "IN", + "latitude": "40.040014", + "longitude": "-86.893614", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47938", + "city": "Crawfordsville", + "state": "IN", + "latitude": "40.040014", + "longitude": "-86.893614", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47939", + "city": "Crawfordsville", + "state": "IN", + "latitude": "40.040014", + "longitude": "-86.893614", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47940", + "city": "Darlington", + "state": "IN", + "latitude": "40.118998", + "longitude": "-86.762650", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47941", + "city": "Dayton", + "state": "IN", + "latitude": "40.375691", + "longitude": "-86.767030", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47942", + "city": "Earl Park", + "state": "IN", + "latitude": "40.692374", + "longitude": "-87.434600", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47943", + "city": "Fair Oaks", + "state": "IN", + "latitude": "41.074738", + "longitude": "-87.261930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47944", + "city": "Fowler", + "state": "IN", + "latitude": "40.617152", + "longitude": "-87.326590", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47946", + "city": "Francesville", + "state": "IN", + "latitude": "40.986799", + "longitude": "-86.876590", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47948", + "city": "Goodland", + "state": "IN", + "latitude": "40.773474", + "longitude": "-87.286150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47949", + "city": "Hillsboro", + "state": "IN", + "latitude": "40.072123", + "longitude": "-87.136980", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47950", + "city": "Idaville", + "state": "IN", + "latitude": "40.794442", + "longitude": "-86.653530", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47951", + "city": "Kentland", + "state": "IN", + "latitude": "40.777590", + "longitude": "-87.446070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47952", + "city": "Kingman", + "state": "IN", + "latitude": "39.968437", + "longitude": "-87.299940", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47954", + "city": "Ladoga", + "state": "IN", + "latitude": "39.903358", + "longitude": "-86.803880", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47955", + "city": "Linden", + "state": "IN", + "latitude": "40.197050", + "longitude": "-86.887810", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47957", + "city": "Medaryville", + "state": "IN", + "latitude": "41.083487", + "longitude": "-86.876050", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47958", + "city": "Mellott", + "state": "IN", + "latitude": "40.163921", + "longitude": "-87.147960", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47959", + "city": "Monon", + "state": "IN", + "latitude": "40.860496", + "longitude": "-86.889630", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47960", + "city": "Monticello", + "state": "IN", + "latitude": "40.777036", + "longitude": "-86.759820", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47962", + "city": "Montmorenci", + "state": "IN", + "latitude": "40.473159", + "longitude": "-87.027571", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47963", + "city": "Morocco", + "state": "IN", + "latitude": "40.960029", + "longitude": "-87.447150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47964", + "city": "Mount Ayr", + "state": "IN", + "latitude": "40.952608", + "longitude": "-87.298370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47965", + "city": "New Market", + "state": "IN", + "latitude": "39.950948", + "longitude": "-86.920760", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47966", + "city": "Newport", + "state": "IN", + "latitude": "39.885739", + "longitude": "-87.407800", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47967", + "city": "New Richmond", + "state": "IN", + "latitude": "40.192176", + "longitude": "-86.983460", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47968", + "city": "New Ross", + "state": "IN", + "latitude": "39.961958", + "longitude": "-86.735760", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47969", + "city": "Newtown", + "state": "IN", + "latitude": "40.205056", + "longitude": "-87.150890", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47970", + "city": "Otterbein", + "state": "IN", + "latitude": "40.480675", + "longitude": "-87.109070", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47971", + "city": "Oxford", + "state": "IN", + "latitude": "40.520834", + "longitude": "-87.244400", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47974", + "city": "Perrysville", + "state": "IN", + "latitude": "40.043359", + "longitude": "-87.465500", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47975", + "city": "Pine Village", + "state": "IN", + "latitude": "40.448708", + "longitude": "-87.255680", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47976", + "city": "Earl Park", + "state": "IN", + "latitude": "40.606301", + "longitude": "-87.310042", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47977", + "city": "Remington", + "state": "IN", + "latitude": "40.763755", + "longitude": "-87.153060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47978", + "city": "Rensselaer", + "state": "IN", + "latitude": "40.962747", + "longitude": "-87.136840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "47980", + "city": "Reynolds", + "state": "IN", + "latitude": "40.753293", + "longitude": "-86.887690", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47981", + "city": "Romney", + "state": "IN", + "latitude": "40.246558", + "longitude": "-86.916520", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47982", + "city": "State Line", + "state": "IN", + "latitude": "40.196628", + "longitude": "-87.527100", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47983", + "city": "Stockwell", + "state": "IN", + "latitude": "40.285727", + "longitude": "-86.775110", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47984", + "city": "Talbot", + "state": "IN", + "latitude": "40.606301", + "longitude": "-87.310042", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47986", + "city": "Templeton", + "state": "IN", + "latitude": "40.512643", + "longitude": "-87.207060", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47987", + "city": "Veedersburg", + "state": "IN", + "latitude": "40.118561", + "longitude": "-87.236460", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47988", + "city": "Wallace", + "state": "IN", + "latitude": "39.986538", + "longitude": "-87.147674", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47989", + "city": "Waveland", + "state": "IN", + "latitude": "39.881586", + "longitude": "-87.046350", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47990", + "city": "Waynetown", + "state": "IN", + "latitude": "40.071792", + "longitude": "-87.063690", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47991", + "city": "West Lebanon", + "state": "IN", + "latitude": "40.277121", + "longitude": "-87.413000", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47992", + "city": "Westpoint", + "state": "IN", + "latitude": "40.319429", + "longitude": "-87.048670", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47993", + "city": "Williamsport", + "state": "IN", + "latitude": "40.300013", + "longitude": "-87.383960", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47994", + "city": "Wingate", + "state": "IN", + "latitude": "40.170546", + "longitude": "-87.067950", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47995", + "city": "Wolcott", + "state": "IN", + "latitude": "40.758188", + "longitude": "-87.036290", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47996", + "city": "West Lafayette", + "state": "IN", + "latitude": "40.388656", + "longitude": "-86.894908", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "47997", + "city": "Yeoman", + "state": "IN", + "latitude": "40.667985", + "longitude": "-86.722500", + "timezone": "-5", + "dst": "0" + }, + { + "zip": "48001", + "city": "Algonac", + "state": "MI", + "latitude": "42.631359", + "longitude": "-82.554000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48002", + "city": "Allenton", + "state": "MI", + "latitude": "42.938385", + "longitude": "-82.915820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48003", + "city": "Almont", + "state": "MI", + "latitude": "42.931178", + "longitude": "-83.045850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48004", + "city": "Anchorville", + "state": "MI", + "latitude": "42.824095", + "longitude": "-82.665220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48005", + "city": "Armada", + "state": "MI", + "latitude": "42.842554", + "longitude": "-82.914710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48006", + "city": "Avoca", + "state": "MI", + "latitude": "43.062285", + "longitude": "-82.693270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48007", + "city": "Troy", + "state": "MI", + "latitude": "42.606088", + "longitude": "-83.297593", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48009", + "city": "Birmingham", + "state": "MI", + "latitude": "42.544084", + "longitude": "-83.215270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48012", + "city": "Birmingham", + "state": "MI", + "latitude": "42.604425", + "longitude": "-83.292382", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48014", + "city": "Capac", + "state": "MI", + "latitude": "43.011850", + "longitude": "-82.932550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48015", + "city": "Center Line", + "state": "MI", + "latitude": "42.479137", + "longitude": "-83.024490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48017", + "city": "Clawson", + "state": "MI", + "latitude": "42.535534", + "longitude": "-83.151120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48019", + "city": "Rose", + "state": "MI", + "latitude": "42.755627", + "longitude": "-83.612581", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48021", + "city": "Eastpointe", + "state": "MI", + "latitude": "42.466086", + "longitude": "-82.946410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48022", + "city": "Emmett", + "state": "MI", + "latitude": "43.013805", + "longitude": "-82.794040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48023", + "city": "Fair Haven", + "state": "MI", + "latitude": "42.693915", + "longitude": "-82.668590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48025", + "city": "Franklin", + "state": "MI", + "latitude": "42.524134", + "longitude": "-83.254540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48026", + "city": "Fraser", + "state": "MI", + "latitude": "42.536402", + "longitude": "-82.950440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48027", + "city": "Goodells", + "state": "MI", + "latitude": "42.952553", + "longitude": "-82.685710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48028", + "city": "Harsens Island", + "state": "MI", + "latitude": "42.563129", + "longitude": "-82.623250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48030", + "city": "Hazel Park", + "state": "MI", + "latitude": "42.459022", + "longitude": "-83.098190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48032", + "city": "Jeddo", + "state": "MI", + "latitude": "43.125531", + "longitude": "-82.596170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48034", + "city": "Southfield", + "state": "MI", + "latitude": "42.474234", + "longitude": "-83.290780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48035", + "city": "Clinton Township", + "state": "MI", + "latitude": "42.554134", + "longitude": "-82.907860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48036", + "city": "Clinton Township", + "state": "MI", + "latitude": "42.587117", + "longitude": "-82.898370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48037", + "city": "Southfield", + "state": "MI", + "latitude": "42.567543", + "longitude": "-83.149978", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48038", + "city": "Clinton Township", + "state": "MI", + "latitude": "42.603172", + "longitude": "-82.944590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48039", + "city": "Marine City", + "state": "MI", + "latitude": "42.710445", + "longitude": "-82.508110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48040", + "city": "Marysville", + "state": "MI", + "latitude": "42.910198", + "longitude": "-82.479730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48041", + "city": "Memphis", + "state": "MI", + "latitude": "42.932810", + "longitude": "-82.803450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48042", + "city": "Macomb", + "state": "MI", + "latitude": "42.683470", + "longitude": "-82.929580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48043", + "city": "Mount Clemens", + "state": "MI", + "latitude": "42.596784", + "longitude": "-82.880310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48044", + "city": "Macomb", + "state": "MI", + "latitude": "42.650265", + "longitude": "-82.934160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48045", + "city": "Harrison Township", + "state": "MI", + "latitude": "42.582961", + "longitude": "-82.830630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48046", + "city": "Mount Clemens", + "state": "MI", + "latitude": "42.672322", + "longitude": "-82.903065", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48047", + "city": "New Baltimore", + "state": "MI", + "latitude": "42.670932", + "longitude": "-82.777540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48048", + "city": "New Haven", + "state": "MI", + "latitude": "42.739751", + "longitude": "-82.797580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48049", + "city": "North Street", + "state": "MI", + "latitude": "43.031540", + "longitude": "-82.592510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48050", + "city": "New Haven", + "state": "MI", + "latitude": "42.786198", + "longitude": "-82.809200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48051", + "city": "New Baltimore", + "state": "MI", + "latitude": "42.682081", + "longitude": "-82.830680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48054", + "city": "East China", + "state": "MI", + "latitude": "42.769956", + "longitude": "-82.525950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48059", + "city": "Fort Gratiot", + "state": "MI", + "latitude": "43.088742", + "longitude": "-82.486140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48060", + "city": "Port Huron", + "state": "MI", + "latitude": "42.978974", + "longitude": "-82.444020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48061", + "city": "Port Huron", + "state": "MI", + "latitude": "42.824095", + "longitude": "-82.665220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48062", + "city": "Richmond", + "state": "MI", + "latitude": "42.829226", + "longitude": "-82.775380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48063", + "city": "Columbus", + "state": "MI", + "latitude": "42.854520", + "longitude": "-82.682440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48064", + "city": "Casco", + "state": "MI", + "latitude": "42.773535", + "longitude": "-82.676840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48065", + "city": "Romeo", + "state": "MI", + "latitude": "42.826805", + "longitude": "-83.029630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48066", + "city": "Roseville", + "state": "MI", + "latitude": "42.503285", + "longitude": "-82.938510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48067", + "city": "Royal Oak", + "state": "MI", + "latitude": "42.488735", + "longitude": "-83.137520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48068", + "city": "Royal Oak", + "state": "MI", + "latitude": "42.660091", + "longitude": "-83.386300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48069", + "city": "Pleasant Ridge", + "state": "MI", + "latitude": "42.472235", + "longitude": "-83.140510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48070", + "city": "Huntington Woods", + "state": "MI", + "latitude": "42.482585", + "longitude": "-83.168120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48071", + "city": "Madison Heights", + "state": "MI", + "latitude": "42.501385", + "longitude": "-83.104740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48072", + "city": "Berkley", + "state": "MI", + "latitude": "42.497035", + "longitude": "-83.185320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48073", + "city": "Royal Oak", + "state": "MI", + "latitude": "42.518635", + "longitude": "-83.163570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48074", + "city": "Smiths Creek", + "state": "MI", + "latitude": "42.948521", + "longitude": "-82.570490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48075", + "city": "Southfield", + "state": "MI", + "latitude": "42.465275", + "longitude": "-83.226400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48076", + "city": "Southfield", + "state": "MI", + "latitude": "42.499335", + "longitude": "-83.228290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48079", + "city": "Saint Clair", + "state": "MI", + "latitude": "42.833034", + "longitude": "-82.504250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48080", + "city": "Saint Clair Shores", + "state": "MI", + "latitude": "42.462036", + "longitude": "-82.902320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48081", + "city": "Saint Clair Shores", + "state": "MI", + "latitude": "42.497736", + "longitude": "-82.899790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48082", + "city": "Saint Clair Shores", + "state": "MI", + "latitude": "42.526965", + "longitude": "-82.888090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48083", + "city": "Troy", + "state": "MI", + "latitude": "42.556943", + "longitude": "-83.115060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48084", + "city": "Troy", + "state": "MI", + "latitude": "42.563505", + "longitude": "-83.184050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48085", + "city": "Troy", + "state": "MI", + "latitude": "42.597323", + "longitude": "-83.116567", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48086", + "city": "Southfield", + "state": "MI", + "latitude": "42.660091", + "longitude": "-83.386300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48088", + "city": "Warren", + "state": "MI", + "latitude": "42.516851", + "longitude": "-82.982757", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48089", + "city": "Warren", + "state": "MI", + "latitude": "42.467086", + "longitude": "-82.998660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48090", + "city": "Warren", + "state": "MI", + "latitude": "42.672322", + "longitude": "-82.903065", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48091", + "city": "Warren", + "state": "MI", + "latitude": "42.465886", + "longitude": "-83.056000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48092", + "city": "Warren", + "state": "MI", + "latitude": "42.511293", + "longitude": "-83.059700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48093", + "city": "Warren", + "state": "MI", + "latitude": "42.514885", + "longitude": "-82.997680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48094", + "city": "Washington", + "state": "MI", + "latitude": "42.727731", + "longitude": "-83.038470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48095", + "city": "Washington", + "state": "MI", + "latitude": "42.779239", + "longitude": "-83.026050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48096", + "city": "Ray", + "state": "MI", + "latitude": "42.753378", + "longitude": "-82.916580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48097", + "city": "Yale", + "state": "MI", + "latitude": "43.131709", + "longitude": "-82.814110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48098", + "city": "Troy", + "state": "MI", + "latitude": "42.599133", + "longitude": "-83.152350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48099", + "city": "Troy", + "state": "MI", + "latitude": "42.587643", + "longitude": "-83.173666", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48101", + "city": "Allen Park", + "state": "MI", + "latitude": "42.254788", + "longitude": "-83.210270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48103", + "city": "Ann Arbor", + "state": "MI", + "latitude": "42.280887", + "longitude": "-83.791470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48104", + "city": "Ann Arbor", + "state": "MI", + "latitude": "42.266805", + "longitude": "-83.722970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48105", + "city": "Ann Arbor", + "state": "MI", + "latitude": "42.307288", + "longitude": "-83.704430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48106", + "city": "Ann Arbor", + "state": "MI", + "latitude": "42.253502", + "longitude": "-83.836571", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48107", + "city": "Ann Arbor", + "state": "MI", + "latitude": "42.253502", + "longitude": "-83.836571", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48108", + "city": "Ann Arbor", + "state": "MI", + "latitude": "42.232807", + "longitude": "-83.726710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48109", + "city": "Ann Arbor", + "state": "MI", + "latitude": "42.291637", + "longitude": "-83.718310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48110", + "city": "Azalia", + "state": "MI", + "latitude": "42.008164", + "longitude": "-83.664277", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48111", + "city": "Belleville", + "state": "MI", + "latitude": "42.194865", + "longitude": "-83.490830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48112", + "city": "Belleville", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48113", + "city": "Ann Arbor", + "state": "MI", + "latitude": "42.253502", + "longitude": "-83.836571", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48114", + "city": "Brighton", + "state": "MI", + "latitude": "42.566097", + "longitude": "-83.757250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48115", + "city": "Bridgewater", + "state": "MI", + "latitude": "42.160216", + "longitude": "-83.911693", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48116", + "city": "Brighton", + "state": "MI", + "latitude": "42.509476", + "longitude": "-83.777180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48117", + "city": "Carleton", + "state": "MI", + "latitude": "42.055890", + "longitude": "-83.406050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48118", + "city": "Chelsea", + "state": "MI", + "latitude": "42.316922", + "longitude": "-84.034450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48120", + "city": "Dearborn", + "state": "MI", + "latitude": "42.306288", + "longitude": "-83.158630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48121", + "city": "Dearborn", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48122", + "city": "Melvindale", + "state": "MI", + "latitude": "42.281638", + "longitude": "-83.181880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48123", + "city": "Dearborn", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48124", + "city": "Dearborn", + "state": "MI", + "latitude": "42.294987", + "longitude": "-83.250490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48125", + "city": "Dearborn Heights", + "state": "MI", + "latitude": "42.277388", + "longitude": "-83.259870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48126", + "city": "Dearborn", + "state": "MI", + "latitude": "42.333787", + "longitude": "-83.181790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48127", + "city": "Dearborn Heights", + "state": "MI", + "latitude": "42.335687", + "longitude": "-83.283320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48128", + "city": "Dearborn", + "state": "MI", + "latitude": "42.320237", + "longitude": "-83.268720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48130", + "city": "Dexter", + "state": "MI", + "latitude": "42.344837", + "longitude": "-83.899070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48131", + "city": "Dundee", + "state": "MI", + "latitude": "41.965806", + "longitude": "-83.671330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48133", + "city": "Erie", + "state": "MI", + "latitude": "41.777302", + "longitude": "-83.498180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48134", + "city": "Flat Rock", + "state": "MI", + "latitude": "42.107026", + "longitude": "-83.287110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48135", + "city": "Garden City", + "state": "MI", + "latitude": "42.324338", + "longitude": "-83.338200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48136", + "city": "Garden City", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48137", + "city": "Gregory", + "state": "MI", + "latitude": "42.445724", + "longitude": "-84.060780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48138", + "city": "Grosse Ile", + "state": "MI", + "latitude": "42.130091", + "longitude": "-83.160170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48139", + "city": "Hamburg", + "state": "MI", + "latitude": "42.449117", + "longitude": "-83.803320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48140", + "city": "Ida", + "state": "MI", + "latitude": "41.876895", + "longitude": "-83.581840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48141", + "city": "Inkster", + "state": "MI", + "latitude": "42.292582", + "longitude": "-83.314140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48143", + "city": "Lakeland", + "state": "MI", + "latitude": "42.454366", + "longitude": "-83.833720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48144", + "city": "Lambertville", + "state": "MI", + "latitude": "41.754298", + "longitude": "-83.630470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48145", + "city": "La Salle", + "state": "MI", + "latitude": "41.846349", + "longitude": "-83.446520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48146", + "city": "Lincoln Park", + "state": "MI", + "latitude": "42.243488", + "longitude": "-83.180970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48150", + "city": "Livonia", + "state": "MI", + "latitude": "42.365936", + "longitude": "-83.365130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48151", + "city": "Livonia", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48152", + "city": "Livonia", + "state": "MI", + "latitude": "42.427835", + "longitude": "-83.362990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48153", + "city": "Livonia", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48154", + "city": "Livonia", + "state": "MI", + "latitude": "42.396194", + "longitude": "-83.371610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48157", + "city": "Luna Pier", + "state": "MI", + "latitude": "41.811196", + "longitude": "-83.441410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48158", + "city": "Manchester", + "state": "MI", + "latitude": "42.147840", + "longitude": "-84.031230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48159", + "city": "Maybee", + "state": "MI", + "latitude": "42.019680", + "longitude": "-83.547560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48160", + "city": "Milan", + "state": "MI", + "latitude": "42.081363", + "longitude": "-83.684140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48161", + "city": "Monroe", + "state": "MI", + "latitude": "41.904793", + "longitude": "-83.416690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48162", + "city": "Monroe", + "state": "MI", + "latitude": "41.940898", + "longitude": "-83.385150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48164", + "city": "New Boston", + "state": "MI", + "latitude": "42.128069", + "longitude": "-83.387850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48165", + "city": "New Hudson", + "state": "MI", + "latitude": "42.501401", + "longitude": "-83.629160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48166", + "city": "Newport", + "state": "MI", + "latitude": "41.988228", + "longitude": "-83.298180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48167", + "city": "Northville", + "state": "MI", + "latitude": "42.425506", + "longitude": "-83.489450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48168", + "city": "South Monroe", + "state": "MI", + "latitude": "41.885451", + "longitude": "-83.418524", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48169", + "city": "Pinckney", + "state": "MI", + "latitude": "42.455063", + "longitude": "-83.934250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48170", + "city": "Plymouth", + "state": "MI", + "latitude": "42.370837", + "longitude": "-83.485600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48173", + "city": "Rockwood", + "state": "MI", + "latitude": "42.073793", + "longitude": "-83.215750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48174", + "city": "Romulus", + "state": "MI", + "latitude": "42.212372", + "longitude": "-83.372230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48175", + "city": "Salem", + "state": "MI", + "latitude": "42.405636", + "longitude": "-83.578088", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48176", + "city": "Saline", + "state": "MI", + "latitude": "42.164890", + "longitude": "-83.783870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48177", + "city": "Samaria", + "state": "MI", + "latitude": "41.807647", + "longitude": "-83.579334", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48178", + "city": "South Lyon", + "state": "MI", + "latitude": "42.456440", + "longitude": "-83.666730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48179", + "city": "South Rockwood", + "state": "MI", + "latitude": "42.049534", + "longitude": "-83.261280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48180", + "city": "Taylor", + "state": "MI", + "latitude": "42.231788", + "longitude": "-83.264810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48182", + "city": "Temperance", + "state": "MI", + "latitude": "41.773203", + "longitude": "-83.577930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48183", + "city": "Trenton", + "state": "MI", + "latitude": "42.137071", + "longitude": "-83.214460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48184", + "city": "Wayne", + "state": "MI", + "latitude": "42.276688", + "longitude": "-83.378600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48185", + "city": "Westland", + "state": "MI", + "latitude": "42.335937", + "longitude": "-83.378000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48186", + "city": "Westland", + "state": "MI", + "latitude": "42.293787", + "longitude": "-83.374640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48187", + "city": "Canton", + "state": "MI", + "latitude": "42.330870", + "longitude": "-83.475750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48188", + "city": "Canton", + "state": "MI", + "latitude": "42.289354", + "longitude": "-83.474010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48189", + "city": "Whitmore Lake", + "state": "MI", + "latitude": "42.422746", + "longitude": "-83.780090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48190", + "city": "Whittaker", + "state": "MI", + "latitude": "42.134658", + "longitude": "-83.596840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48191", + "city": "Willis", + "state": "MI", + "latitude": "42.121345", + "longitude": "-83.570710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48192", + "city": "Wyandotte", + "state": "MI", + "latitude": "42.199989", + "longitude": "-83.174020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48195", + "city": "Southgate", + "state": "MI", + "latitude": "42.205289", + "longitude": "-83.198120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48197", + "city": "Ypsilanti", + "state": "MI", + "latitude": "42.223482", + "longitude": "-83.633160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48198", + "city": "Ypsilanti", + "state": "MI", + "latitude": "42.247039", + "longitude": "-83.582150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48201", + "city": "Detroit", + "state": "MI", + "latitude": "42.343787", + "longitude": "-83.058790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48202", + "city": "Detroit", + "state": "MI", + "latitude": "42.375237", + "longitude": "-83.078370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48203", + "city": "Highland Park", + "state": "MI", + "latitude": "42.421936", + "longitude": "-83.099810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48204", + "city": "Detroit", + "state": "MI", + "latitude": "42.365337", + "longitude": "-83.142540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48205", + "city": "Detroit", + "state": "MI", + "latitude": "42.433703", + "longitude": "-82.980680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48206", + "city": "Detroit", + "state": "MI", + "latitude": "42.375787", + "longitude": "-83.108490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48207", + "city": "Detroit", + "state": "MI", + "latitude": "42.352837", + "longitude": "-83.024490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48208", + "city": "Detroit", + "state": "MI", + "latitude": "42.348937", + "longitude": "-83.089940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48209", + "city": "Detroit", + "state": "MI", + "latitude": "42.307088", + "longitude": "-83.114670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48210", + "city": "Detroit", + "state": "MI", + "latitude": "42.338137", + "longitude": "-83.127850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48211", + "city": "Detroit", + "state": "MI", + "latitude": "42.379019", + "longitude": "-83.044830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48212", + "city": "Hamtramck", + "state": "MI", + "latitude": "42.410037", + "longitude": "-83.058260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48213", + "city": "Detroit", + "state": "MI", + "latitude": "42.395904", + "longitude": "-82.996320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48214", + "city": "Detroit", + "state": "MI", + "latitude": "42.368137", + "longitude": "-82.993140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48215", + "city": "Detroit", + "state": "MI", + "latitude": "42.378287", + "longitude": "-82.952430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48216", + "city": "Detroit", + "state": "MI", + "latitude": "42.328338", + "longitude": "-83.078050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48217", + "city": "Detroit", + "state": "MI", + "latitude": "42.277738", + "longitude": "-83.155200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48218", + "city": "River Rouge", + "state": "MI", + "latitude": "42.269288", + "longitude": "-83.136760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48219", + "city": "Detroit", + "state": "MI", + "latitude": "42.425236", + "longitude": "-83.249020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48220", + "city": "Ferndale", + "state": "MI", + "latitude": "42.460986", + "longitude": "-83.133980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48221", + "city": "Detroit", + "state": "MI", + "latitude": "42.426786", + "longitude": "-83.149690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48222", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48223", + "city": "Detroit", + "state": "MI", + "latitude": "42.394586", + "longitude": "-83.244220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48224", + "city": "Detroit", + "state": "MI", + "latitude": "42.410487", + "longitude": "-82.943480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48225", + "city": "Harper Woods", + "state": "MI", + "latitude": "42.438186", + "longitude": "-82.928300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48226", + "city": "Detroit", + "state": "MI", + "latitude": "42.331821", + "longitude": "-83.048880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48227", + "city": "Detroit", + "state": "MI", + "latitude": "42.388786", + "longitude": "-83.191800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48228", + "city": "Detroit", + "state": "MI", + "latitude": "42.355437", + "longitude": "-83.217220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48229", + "city": "Ecorse", + "state": "MI", + "latitude": "42.250505", + "longitude": "-83.148290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48230", + "city": "Grosse Pointe", + "state": "MI", + "latitude": "42.386087", + "longitude": "-82.924260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48231", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48232", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48233", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48234", + "city": "Detroit", + "state": "MI", + "latitude": "42.432686", + "longitude": "-83.044220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48235", + "city": "Detroit", + "state": "MI", + "latitude": "42.427636", + "longitude": "-83.195470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48236", + "city": "Grosse Pointe", + "state": "MI", + "latitude": "42.425836", + "longitude": "-82.900030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48237", + "city": "Oak Park", + "state": "MI", + "latitude": "42.467235", + "longitude": "-83.179520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48238", + "city": "Detroit", + "state": "MI", + "latitude": "42.396736", + "longitude": "-83.141520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48239", + "city": "Redford", + "state": "MI", + "latitude": "42.379436", + "longitude": "-83.291050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48240", + "city": "Redford", + "state": "MI", + "latitude": "42.426285", + "longitude": "-83.301970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48242", + "city": "Detroit", + "state": "MI", + "latitude": "42.206490", + "longitude": "-83.352970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48243", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48244", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48246", + "city": "Independence", + "state": "MI", + "latitude": "42.712944", + "longitude": "-83.348152", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48254", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48255", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48258", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48260", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48264", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48265", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48266", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48267", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48268", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48269", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48272", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48274", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48275", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48277", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48278", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48279", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48288", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48295", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48297", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48299", + "city": "Detroit", + "state": "MI", + "latitude": "42.239933", + "longitude": "-83.150823", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48301", + "city": "Bloomfield Hills", + "state": "MI", + "latitude": "42.546445", + "longitude": "-83.280830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48302", + "city": "Bloomfield Hills", + "state": "MI", + "latitude": "42.586300", + "longitude": "-83.297050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48303", + "city": "Bloomfield Hills", + "state": "MI", + "latitude": "42.660091", + "longitude": "-83.386300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48304", + "city": "Bloomfield Hills", + "state": "MI", + "latitude": "42.586677", + "longitude": "-83.229560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48305", + "city": "Clinton", + "state": "MI", + "latitude": "42.569278", + "longitude": "-82.911243", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48306", + "city": "Rochester", + "state": "MI", + "latitude": "42.708151", + "longitude": "-83.165840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48307", + "city": "Rochester", + "state": "MI", + "latitude": "42.662293", + "longitude": "-83.127810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48308", + "city": "Rochester", + "state": "MI", + "latitude": "42.638533", + "longitude": "-83.131426", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48309", + "city": "Rochester", + "state": "MI", + "latitude": "42.662732", + "longitude": "-83.181110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48310", + "city": "Sterling Heights", + "state": "MI", + "latitude": "42.563644", + "longitude": "-83.071580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48311", + "city": "Sterling Heights", + "state": "MI", + "latitude": "42.672322", + "longitude": "-82.903065", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48312", + "city": "Sterling Heights", + "state": "MI", + "latitude": "42.558151", + "longitude": "-83.004460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48313", + "city": "Sterling Heights", + "state": "MI", + "latitude": "42.598734", + "longitude": "-82.999380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48314", + "city": "Sterling Heights", + "state": "MI", + "latitude": "42.609789", + "longitude": "-83.048440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48315", + "city": "Utica", + "state": "MI", + "latitude": "42.662902", + "longitude": "-82.993920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48316", + "city": "Utica", + "state": "MI", + "latitude": "42.689632", + "longitude": "-83.061540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48317", + "city": "Utica", + "state": "MI", + "latitude": "42.639777", + "longitude": "-83.042550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48318", + "city": "Utica", + "state": "MI", + "latitude": "42.672322", + "longitude": "-82.903065", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48320", + "city": "Keego Harbor", + "state": "MI", + "latitude": "42.611783", + "longitude": "-83.337570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48321", + "city": "Auburn Hills", + "state": "MI", + "latitude": "42.660091", + "longitude": "-83.386300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48322", + "city": "West Bloomfield", + "state": "MI", + "latitude": "42.541268", + "longitude": "-83.375510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48323", + "city": "West Bloomfield", + "state": "MI", + "latitude": "42.572442", + "longitude": "-83.371590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48324", + "city": "West Bloomfield", + "state": "MI", + "latitude": "42.595233", + "longitude": "-83.399740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48325", + "city": "West Bloomfield", + "state": "MI", + "latitude": "42.660091", + "longitude": "-83.386300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48326", + "city": "Auburn Hills", + "state": "MI", + "latitude": "42.661129", + "longitude": "-83.245710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48327", + "city": "Waterford", + "state": "MI", + "latitude": "42.642764", + "longitude": "-83.402730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48328", + "city": "Waterford", + "state": "MI", + "latitude": "42.642302", + "longitude": "-83.351330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48329", + "city": "Waterford", + "state": "MI", + "latitude": "42.688280", + "longitude": "-83.389670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48330", + "city": "Drayton Plains", + "state": "MI", + "latitude": "42.675435", + "longitude": "-83.363697", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48331", + "city": "Farmington", + "state": "MI", + "latitude": "42.508809", + "longitude": "-83.408750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48332", + "city": "Farmington", + "state": "MI", + "latitude": "42.660091", + "longitude": "-83.386300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48333", + "city": "Farmington", + "state": "MI", + "latitude": "42.660091", + "longitude": "-83.386300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48334", + "city": "Farmington", + "state": "MI", + "latitude": "42.506500", + "longitude": "-83.353630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48335", + "city": "Farmington", + "state": "MI", + "latitude": "42.465142", + "longitude": "-83.398530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48336", + "city": "Farmington", + "state": "MI", + "latitude": "42.458502", + "longitude": "-83.346400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48340", + "city": "Pontiac", + "state": "MI", + "latitude": "42.668532", + "longitude": "-83.295850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48341", + "city": "Pontiac", + "state": "MI", + "latitude": "42.626947", + "longitude": "-83.302430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48342", + "city": "Pontiac", + "state": "MI", + "latitude": "42.644581", + "longitude": "-83.282110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48343", + "city": "Pontiac", + "state": "MI", + "latitude": "42.660091", + "longitude": "-83.386300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48346", + "city": "Clarkston", + "state": "MI", + "latitude": "42.720966", + "longitude": "-83.404400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48347", + "city": "Clarkston", + "state": "MI", + "latitude": "42.660091", + "longitude": "-83.386300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48348", + "city": "Clarkston", + "state": "MI", + "latitude": "42.768373", + "longitude": "-83.378050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48350", + "city": "Davisburg", + "state": "MI", + "latitude": "42.747677", + "longitude": "-83.522830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48353", + "city": "Hartland", + "state": "MI", + "latitude": "42.644709", + "longitude": "-83.717920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48356", + "city": "Highland", + "state": "MI", + "latitude": "42.664150", + "longitude": "-83.589820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48357", + "city": "Highland", + "state": "MI", + "latitude": "42.656281", + "longitude": "-83.632970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48359", + "city": "Lake Orion", + "state": "MI", + "latitude": "42.722932", + "longitude": "-83.285370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48360", + "city": "Lake Orion", + "state": "MI", + "latitude": "42.746280", + "longitude": "-83.261200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48361", + "city": "Lake Orion", + "state": "MI", + "latitude": "42.660091", + "longitude": "-83.386300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48362", + "city": "Lake Orion", + "state": "MI", + "latitude": "42.783379", + "longitude": "-83.247100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48363", + "city": "Oakland", + "state": "MI", + "latitude": "42.765582", + "longitude": "-83.172810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48366", + "city": "Lakeville", + "state": "MI", + "latitude": "42.803277", + "longitude": "-83.184120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48367", + "city": "Leonard", + "state": "MI", + "latitude": "42.838438", + "longitude": "-83.144160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48370", + "city": "Oxford", + "state": "MI", + "latitude": "42.820082", + "longitude": "-83.209320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48371", + "city": "Oxford", + "state": "MI", + "latitude": "42.823968", + "longitude": "-83.279210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48374", + "city": "Novi", + "state": "MI", + "latitude": "42.467945", + "longitude": "-83.517660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48375", + "city": "Novi", + "state": "MI", + "latitude": "42.462734", + "longitude": "-83.458650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48376", + "city": "Novi", + "state": "MI", + "latitude": "42.470984", + "longitude": "-83.474785", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48377", + "city": "Novi", + "state": "MI", + "latitude": "42.511766", + "longitude": "-83.473140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48380", + "city": "Milford", + "state": "MI", + "latitude": "42.586597", + "longitude": "-83.668260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48381", + "city": "Milford", + "state": "MI", + "latitude": "42.571402", + "longitude": "-83.593180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48382", + "city": "Commerce Township", + "state": "MI", + "latitude": "42.593035", + "longitude": "-83.489970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48383", + "city": "White Lake", + "state": "MI", + "latitude": "42.657361", + "longitude": "-83.545290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48386", + "city": "White Lake", + "state": "MI", + "latitude": "42.642431", + "longitude": "-83.471930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48387", + "city": "Union Lake", + "state": "MI", + "latitude": "42.725300", + "longitude": "-83.311605", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48390", + "city": "Walled Lake", + "state": "MI", + "latitude": "42.549483", + "longitude": "-83.479690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48391", + "city": "Walled Lake", + "state": "MI", + "latitude": "42.660091", + "longitude": "-83.386300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48393", + "city": "Wixom", + "state": "MI", + "latitude": "42.532251", + "longitude": "-83.533780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48396", + "city": "Wixom", + "state": "MI", + "latitude": "42.523233", + "longitude": "-83.537887", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48397", + "city": "Warren", + "state": "MI", + "latitude": "42.491736", + "longitude": "-83.040222", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48398", + "city": "Clawson", + "state": "MI", + "latitude": "42.660091", + "longitude": "-83.386300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48401", + "city": "Applegate", + "state": "MI", + "latitude": "43.357999", + "longitude": "-82.654330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48410", + "city": "Argyle", + "state": "MI", + "latitude": "43.558856", + "longitude": "-82.945483", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48411", + "city": "Atlas", + "state": "MI", + "latitude": "42.940019", + "longitude": "-83.536923", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48412", + "city": "Attica", + "state": "MI", + "latitude": "43.053648", + "longitude": "-83.166510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48413", + "city": "Bad Axe", + "state": "MI", + "latitude": "43.803691", + "longitude": "-83.001810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48414", + "city": "Bancroft", + "state": "MI", + "latitude": "42.869478", + "longitude": "-84.076100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48415", + "city": "Birch Run", + "state": "MI", + "latitude": "43.268788", + "longitude": "-83.794860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48416", + "city": "Brown City", + "state": "MI", + "latitude": "43.214645", + "longitude": "-82.983560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48417", + "city": "Burt", + "state": "MI", + "latitude": "43.262162", + "longitude": "-83.939950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48418", + "city": "Byron", + "state": "MI", + "latitude": "42.816358", + "longitude": "-83.958840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48419", + "city": "Carsonville", + "state": "MI", + "latitude": "43.420791", + "longitude": "-82.641500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48420", + "city": "Clio", + "state": "MI", + "latitude": "43.176375", + "longitude": "-83.726000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48421", + "city": "Columbiaville", + "state": "MI", + "latitude": "43.154173", + "longitude": "-83.393300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48422", + "city": "Croswell", + "state": "MI", + "latitude": "43.263998", + "longitude": "-82.645730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48423", + "city": "Davison", + "state": "MI", + "latitude": "43.029526", + "longitude": "-83.521800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48426", + "city": "Decker", + "state": "MI", + "latitude": "43.504610", + "longitude": "-83.062890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48427", + "city": "Deckerville", + "state": "MI", + "latitude": "43.519997", + "longitude": "-82.712340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48428", + "city": "Dryden", + "state": "MI", + "latitude": "42.936145", + "longitude": "-83.134710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48429", + "city": "Durand", + "state": "MI", + "latitude": "42.918766", + "longitude": "-83.991480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48430", + "city": "Fenton", + "state": "MI", + "latitude": "42.784590", + "longitude": "-83.740740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48432", + "city": "Filion", + "state": "MI", + "latitude": "43.898670", + "longitude": "-83.012320", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48433", + "city": "Flushing", + "state": "MI", + "latitude": "43.072177", + "longitude": "-83.848830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48434", + "city": "Forestville", + "state": "MI", + "latitude": "43.661390", + "longitude": "-82.609840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48435", + "city": "Fostoria", + "state": "MI", + "latitude": "43.239123", + "longitude": "-83.361950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48436", + "city": "Gaines", + "state": "MI", + "latitude": "42.870299", + "longitude": "-83.891440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48437", + "city": "Genesee", + "state": "MI", + "latitude": "43.111009", + "longitude": "-83.620160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48438", + "city": "Goodrich", + "state": "MI", + "latitude": "42.911611", + "longitude": "-83.484210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48439", + "city": "Grand Blanc", + "state": "MI", + "latitude": "42.925677", + "longitude": "-83.635850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48440", + "city": "Hadley", + "state": "MI", + "latitude": "42.952899", + "longitude": "-83.405360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48441", + "city": "Harbor Beach", + "state": "MI", + "latitude": "43.812371", + "longitude": "-82.692740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48442", + "city": "Holly", + "state": "MI", + "latitude": "42.800191", + "longitude": "-83.596800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48444", + "city": "Imlay City", + "state": "MI", + "latitude": "43.038967", + "longitude": "-83.060670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48445", + "city": "Kinde", + "state": "MI", + "latitude": "43.952534", + "longitude": "-83.020170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48446", + "city": "Lapeer", + "state": "MI", + "latitude": "43.048777", + "longitude": "-83.330730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48448", + "city": "Sciota", + "state": "MI", + "latitude": "42.955783", + "longitude": "-84.300929", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48449", + "city": "Lennon", + "state": "MI", + "latitude": "42.988946", + "longitude": "-83.944680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48450", + "city": "Lexington", + "state": "MI", + "latitude": "43.243891", + "longitude": "-82.527010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48451", + "city": "Linden", + "state": "MI", + "latitude": "42.800911", + "longitude": "-83.813660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48453", + "city": "Marlette", + "state": "MI", + "latitude": "43.336126", + "longitude": "-83.032130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48454", + "city": "Melvin", + "state": "MI", + "latitude": "43.198014", + "longitude": "-82.825580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48455", + "city": "Metamora", + "state": "MI", + "latitude": "42.938891", + "longitude": "-83.294090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48456", + "city": "Minden City", + "state": "MI", + "latitude": "43.660079", + "longitude": "-82.746850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48457", + "city": "Montrose", + "state": "MI", + "latitude": "43.182851", + "longitude": "-83.895070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48458", + "city": "Mount Morris", + "state": "MI", + "latitude": "43.116959", + "longitude": "-83.690250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48460", + "city": "New Lothrop", + "state": "MI", + "latitude": "43.131102", + "longitude": "-83.984430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48461", + "city": "North Branch", + "state": "MI", + "latitude": "43.210744", + "longitude": "-83.205490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48462", + "city": "Ortonville", + "state": "MI", + "latitude": "42.843910", + "longitude": "-83.431090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48463", + "city": "Otisville", + "state": "MI", + "latitude": "43.167457", + "longitude": "-83.525420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48464", + "city": "Otter Lake", + "state": "MI", + "latitude": "43.219132", + "longitude": "-83.422270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48465", + "city": "Palms", + "state": "MI", + "latitude": "43.618879", + "longitude": "-82.687400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48466", + "city": "Peck", + "state": "MI", + "latitude": "43.264205", + "longitude": "-82.816740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48467", + "city": "Port Austin", + "state": "MI", + "latitude": "44.023181", + "longitude": "-83.002410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48468", + "city": "Port Hope", + "state": "MI", + "latitude": "43.938529", + "longitude": "-82.775140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48469", + "city": "Port Sanilac", + "state": "MI", + "latitude": "43.452038", + "longitude": "-82.549480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48470", + "city": "Ruth", + "state": "MI", + "latitude": "43.736207", + "longitude": "-82.750050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48471", + "city": "Sandusky", + "state": "MI", + "latitude": "43.418054", + "longitude": "-82.836870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48472", + "city": "Snover", + "state": "MI", + "latitude": "43.512287", + "longitude": "-82.963500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48473", + "city": "Swartz Creek", + "state": "MI", + "latitude": "42.950128", + "longitude": "-83.826120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48475", + "city": "Ubly", + "state": "MI", + "latitude": "43.673699", + "longitude": "-82.925700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48476", + "city": "Vernon", + "state": "MI", + "latitude": "42.939379", + "longitude": "-84.031660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48501", + "city": "Flint", + "state": "MI", + "latitude": "42.965926", + "longitude": "-83.780835", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48502", + "city": "Flint", + "state": "MI", + "latitude": "43.014077", + "longitude": "-83.690120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48503", + "city": "Flint", + "state": "MI", + "latitude": "43.011227", + "longitude": "-83.692910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48504", + "city": "Flint", + "state": "MI", + "latitude": "43.043627", + "longitude": "-83.731260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48505", + "city": "Flint", + "state": "MI", + "latitude": "43.062076", + "longitude": "-83.697280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48506", + "city": "Flint", + "state": "MI", + "latitude": "43.047826", + "longitude": "-83.646880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48507", + "city": "Flint", + "state": "MI", + "latitude": "42.973263", + "longitude": "-83.701420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48509", + "city": "Burton", + "state": "MI", + "latitude": "43.020176", + "longitude": "-83.604330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48519", + "city": "Burton", + "state": "MI", + "latitude": "42.984777", + "longitude": "-83.611550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48529", + "city": "Burton", + "state": "MI", + "latitude": "42.972477", + "longitude": "-83.670850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48531", + "city": "Flint", + "state": "MI", + "latitude": "43.002000", + "longitude": "-83.692507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48532", + "city": "Flint", + "state": "MI", + "latitude": "43.005477", + "longitude": "-83.760980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48550", + "city": "Flint", + "state": "MI", + "latitude": "43.034927", + "longitude": "-83.688706", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48551", + "city": "Flint", + "state": "MI", + "latitude": "42.978995", + "longitude": "-83.713124", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48552", + "city": "Flint", + "state": "MI", + "latitude": "42.977895", + "longitude": "-83.713074", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48553", + "city": "Flint", + "state": "MI", + "latitude": "42.973627", + "longitude": "-83.720306", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48554", + "city": "Flint", + "state": "MI", + "latitude": "42.972244", + "longitude": "-83.794630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48555", + "city": "Flint", + "state": "MI", + "latitude": "43.011277", + "longitude": "-83.710756", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48556", + "city": "Flint", + "state": "MI", + "latitude": "43.032677", + "longitude": "-83.646255", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48557", + "city": "Flint", + "state": "MI", + "latitude": "43.080578", + "longitude": "-83.783675", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48559", + "city": "Flint", + "state": "MI", + "latitude": "43.002000", + "longitude": "-83.692507", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48563", + "city": "Markey", + "state": "MI", + "latitude": "44.407339", + "longitude": "-84.695963", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48567", + "city": "Flint", + "state": "MI", + "latitude": "42.993102", + "longitude": "-83.655654", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48601", + "city": "Saginaw", + "state": "MI", + "latitude": "43.413975", + "longitude": "-83.914270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48602", + "city": "Saginaw", + "state": "MI", + "latitude": "43.423925", + "longitude": "-83.971420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48603", + "city": "Saginaw", + "state": "MI", + "latitude": "43.441975", + "longitude": "-84.011770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48604", + "city": "Saginaw", + "state": "MI", + "latitude": "43.473075", + "longitude": "-83.944790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48605", + "city": "Saginaw", + "state": "MI", + "latitude": "43.458776", + "longitude": "-84.051827", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48606", + "city": "Saginaw", + "state": "MI", + "latitude": "43.348535", + "longitude": "-84.032612", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48607", + "city": "Saginaw", + "state": "MI", + "latitude": "43.431375", + "longitude": "-83.932670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48608", + "city": "Saginaw", + "state": "MI", + "latitude": "43.348535", + "longitude": "-84.032612", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48609", + "city": "Saginaw", + "state": "MI", + "latitude": "43.401530", + "longitude": "-84.094380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48610", + "city": "Alger", + "state": "MI", + "latitude": "44.142282", + "longitude": "-84.144970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48611", + "city": "Auburn", + "state": "MI", + "latitude": "43.617796", + "longitude": "-84.079180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48612", + "city": "Beaverton", + "state": "MI", + "latitude": "43.877870", + "longitude": "-84.420780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48613", + "city": "Bentley", + "state": "MI", + "latitude": "43.937240", + "longitude": "-84.128890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48614", + "city": "Brant", + "state": "MI", + "latitude": "43.251180", + "longitude": "-84.298160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48615", + "city": "Breckenridge", + "state": "MI", + "latitude": "43.422568", + "longitude": "-84.474330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48616", + "city": "Chesaning", + "state": "MI", + "latitude": "43.190239", + "longitude": "-84.119870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48617", + "city": "Clare", + "state": "MI", + "latitude": "43.828266", + "longitude": "-84.742190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48618", + "city": "Coleman", + "state": "MI", + "latitude": "43.747084", + "longitude": "-84.556690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48619", + "city": "Comins", + "state": "MI", + "latitude": "44.825431", + "longitude": "-84.046950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48620", + "city": "Edenville", + "state": "MI", + "latitude": "43.807728", + "longitude": "-84.377850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48621", + "city": "Fairview", + "state": "MI", + "latitude": "44.718279", + "longitude": "-83.987950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48622", + "city": "Farwell", + "state": "MI", + "latitude": "43.840787", + "longitude": "-84.867340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48623", + "city": "Freeland", + "state": "MI", + "latitude": "43.518309", + "longitude": "-84.133700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48624", + "city": "Gladwin", + "state": "MI", + "latitude": "44.041529", + "longitude": "-84.465030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48625", + "city": "Harrison", + "state": "MI", + "latitude": "44.052759", + "longitude": "-84.839590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48626", + "city": "Hemlock", + "state": "MI", + "latitude": "43.416335", + "longitude": "-84.223840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48627", + "city": "Higgins Lake", + "state": "MI", + "latitude": "44.462149", + "longitude": "-84.747000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48628", + "city": "Hope", + "state": "MI", + "latitude": "43.807162", + "longitude": "-84.337890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48629", + "city": "Houghton Lake", + "state": "MI", + "latitude": "44.305812", + "longitude": "-84.755890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48630", + "city": "Houghton Lake Heights", + "state": "MI", + "latitude": "44.327064", + "longitude": "-84.774050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48631", + "city": "Kawkawlin", + "state": "MI", + "latitude": "43.675790", + "longitude": "-83.979730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48632", + "city": "Lake", + "state": "MI", + "latitude": "43.864435", + "longitude": "-85.008640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48633", + "city": "Lake George", + "state": "MI", + "latitude": "43.959478", + "longitude": "-84.938610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48634", + "city": "Linwood", + "state": "MI", + "latitude": "43.748816", + "longitude": "-84.012170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48635", + "city": "Lupton", + "state": "MI", + "latitude": "44.399711", + "longitude": "-83.994440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48636", + "city": "Luzerne", + "state": "MI", + "latitude": "44.616344", + "longitude": "-84.277840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48637", + "city": "Merrill", + "state": "MI", + "latitude": "43.410627", + "longitude": "-84.339260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48640", + "city": "Midland", + "state": "MI", + "latitude": "43.605457", + "longitude": "-84.272340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48641", + "city": "Midland", + "state": "MI", + "latitude": "43.538252", + "longitude": "-84.387753", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48642", + "city": "Midland", + "state": "MI", + "latitude": "43.652404", + "longitude": "-84.216710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48647", + "city": "Mio", + "state": "MI", + "latitude": "44.654024", + "longitude": "-84.103880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48649", + "city": "Oakley", + "state": "MI", + "latitude": "43.150386", + "longitude": "-84.197600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48650", + "city": "Pinconning", + "state": "MI", + "latitude": "43.851276", + "longitude": "-83.979010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48651", + "city": "Prudenville", + "state": "MI", + "latitude": "44.258616", + "longitude": "-84.646000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48652", + "city": "Rhodes", + "state": "MI", + "latitude": "43.862479", + "longitude": "-84.196410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48653", + "city": "Roscommon", + "state": "MI", + "latitude": "44.484145", + "longitude": "-84.660890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48654", + "city": "Rose City", + "state": "MI", + "latitude": "44.468977", + "longitude": "-84.196080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48655", + "city": "Saint Charles", + "state": "MI", + "latitude": "43.297082", + "longitude": "-84.146520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48656", + "city": "Saint Helen", + "state": "MI", + "latitude": "44.360384", + "longitude": "-84.438150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48657", + "city": "Sanford", + "state": "MI", + "latitude": "43.697840", + "longitude": "-84.391690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48658", + "city": "Standish", + "state": "MI", + "latitude": "43.985129", + "longitude": "-83.936280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48659", + "city": "Sterling", + "state": "MI", + "latitude": "44.080925", + "longitude": "-84.025060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48661", + "city": "West Branch", + "state": "MI", + "latitude": "44.288158", + "longitude": "-84.211620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48662", + "city": "Wheeler", + "state": "MI", + "latitude": "43.400958", + "longitude": "-84.416720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48663", + "city": "Saginaw", + "state": "MI", + "latitude": "43.467315", + "longitude": "-83.975475", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48667", + "city": "Midland", + "state": "MI", + "latitude": "43.647297", + "longitude": "-84.387331", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48670", + "city": "Midland", + "state": "MI", + "latitude": "43.637471", + "longitude": "-84.256758", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48674", + "city": "Midland", + "state": "MI", + "latitude": "43.612884", + "longitude": "-84.197125", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48686", + "city": "Midland", + "state": "MI", + "latitude": "43.647297", + "longitude": "-84.387331", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48701", + "city": "Akron", + "state": "MI", + "latitude": "43.587817", + "longitude": "-83.534680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48703", + "city": "Au Gres", + "state": "MI", + "latitude": "44.064340", + "longitude": "-83.658210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48705", + "city": "Barton City", + "state": "MI", + "latitude": "44.708179", + "longitude": "-83.636810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48706", + "city": "Bay City", + "state": "MI", + "latitude": "43.607523", + "longitude": "-83.916200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48707", + "city": "Bay City", + "state": "MI", + "latitude": "43.737798", + "longitude": "-83.933337", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48708", + "city": "Bay City", + "state": "MI", + "latitude": "43.583323", + "longitude": "-83.878690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48710", + "city": "University Center", + "state": "MI", + "latitude": "43.556574", + "longitude": "-83.994328", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48720", + "city": "Bay Port", + "state": "MI", + "latitude": "43.831509", + "longitude": "-83.348870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48721", + "city": "Black River", + "state": "MI", + "latitude": "44.796520", + "longitude": "-83.329070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48722", + "city": "Bridgeport", + "state": "MI", + "latitude": "43.346632", + "longitude": "-83.846360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48723", + "city": "Caro", + "state": "MI", + "latitude": "43.490117", + "longitude": "-83.388100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48724", + "city": "Carrollton", + "state": "MI", + "latitude": "43.460075", + "longitude": "-83.927720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48725", + "city": "Caseville", + "state": "MI", + "latitude": "43.944466", + "longitude": "-83.239740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48726", + "city": "Cass City", + "state": "MI", + "latitude": "43.604819", + "longitude": "-83.178890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48727", + "city": "Clifford", + "state": "MI", + "latitude": "43.314176", + "longitude": "-83.181150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48728", + "city": "Curran", + "state": "MI", + "latitude": "44.746486", + "longitude": "-83.838820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48729", + "city": "Deford", + "state": "MI", + "latitude": "43.492259", + "longitude": "-83.178740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48730", + "city": "East Tawas", + "state": "MI", + "latitude": "44.335904", + "longitude": "-83.485160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48731", + "city": "Elkton", + "state": "MI", + "latitude": "43.830140", + "longitude": "-83.161430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48732", + "city": "Essexville", + "state": "MI", + "latitude": "43.605861", + "longitude": "-83.812980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48733", + "city": "Fairgrove", + "state": "MI", + "latitude": "43.542822", + "longitude": "-83.612670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48734", + "city": "Frankenmuth", + "state": "MI", + "latitude": "43.340413", + "longitude": "-83.741230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48735", + "city": "Gagetown", + "state": "MI", + "latitude": "43.664593", + "longitude": "-83.260050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48736", + "city": "Gilford", + "state": "MI", + "latitude": "43.494420", + "longitude": "-83.624431", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48737", + "city": "Glennie", + "state": "MI", + "latitude": "44.546840", + "longitude": "-83.709770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48738", + "city": "Greenbush", + "state": "MI", + "latitude": "44.563997", + "longitude": "-83.324590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48739", + "city": "Hale", + "state": "MI", + "latitude": "44.379147", + "longitude": "-83.835390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48740", + "city": "Harrisville", + "state": "MI", + "latitude": "44.663477", + "longitude": "-83.351600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48741", + "city": "Kingston", + "state": "MI", + "latitude": "43.410781", + "longitude": "-83.172480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48742", + "city": "Lincoln", + "state": "MI", + "latitude": "44.725546", + "longitude": "-83.438870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48743", + "city": "Long Lake", + "state": "MI", + "latitude": "44.442563", + "longitude": "-83.875380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48744", + "city": "Mayville", + "state": "MI", + "latitude": "43.348960", + "longitude": "-83.358830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48745", + "city": "Mikado", + "state": "MI", + "latitude": "44.580133", + "longitude": "-83.494410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48746", + "city": "Millington", + "state": "MI", + "latitude": "43.274498", + "longitude": "-83.538220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48747", + "city": "Munger", + "state": "MI", + "latitude": "43.519522", + "longitude": "-83.765290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48748", + "city": "National City", + "state": "MI", + "latitude": "44.328794", + "longitude": "-83.665790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48749", + "city": "Omer", + "state": "MI", + "latitude": "44.046475", + "longitude": "-83.875720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48750", + "city": "Oscoda", + "state": "MI", + "latitude": "44.447318", + "longitude": "-83.419270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48754", + "city": "Owendale", + "state": "MI", + "latitude": "43.736747", + "longitude": "-83.247460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48755", + "city": "Pigeon", + "state": "MI", + "latitude": "43.856720", + "longitude": "-83.285570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48756", + "city": "Prescott", + "state": "MI", + "latitude": "44.206123", + "longitude": "-83.993060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48757", + "city": "Reese", + "state": "MI", + "latitude": "43.462775", + "longitude": "-83.685640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48758", + "city": "Richville", + "state": "MI", + "latitude": "43.407321", + "longitude": "-83.676156", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48759", + "city": "Sebewaing", + "state": "MI", + "latitude": "43.737971", + "longitude": "-83.430070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48760", + "city": "Silverwood", + "state": "MI", + "latitude": "43.331961", + "longitude": "-83.254030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48761", + "city": "South Branch", + "state": "MI", + "latitude": "44.541060", + "longitude": "-83.919150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48762", + "city": "Spruce", + "state": "MI", + "latitude": "44.821813", + "longitude": "-83.501810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48763", + "city": "Tawas City", + "state": "MI", + "latitude": "44.250144", + "longitude": "-83.558050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48764", + "city": "Tawas City", + "state": "MI", + "latitude": "44.266549", + "longitude": "-83.519166", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48765", + "city": "Turner", + "state": "MI", + "latitude": "44.147192", + "longitude": "-83.737230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48766", + "city": "Twining", + "state": "MI", + "latitude": "44.127342", + "longitude": "-83.843690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48767", + "city": "Unionville", + "state": "MI", + "latitude": "43.645608", + "longitude": "-83.465270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48768", + "city": "Vassar", + "state": "MI", + "latitude": "43.370434", + "longitude": "-83.579170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48769", + "city": "Tuscola", + "state": "MI", + "latitude": "43.327048", + "longitude": "-83.657355", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48770", + "city": "Whittemore", + "state": "MI", + "latitude": "44.246004", + "longitude": "-83.818490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48787", + "city": "Frankenmuth", + "state": "MI", + "latitude": "43.334958", + "longitude": "-83.749418", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48801", + "city": "Alma", + "state": "MI", + "latitude": "43.377113", + "longitude": "-84.662560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48802", + "city": "Alma", + "state": "MI", + "latitude": "43.389262", + "longitude": "-84.666661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48803", + "city": "Troy", + "state": "MI", + "latitude": "42.581148", + "longitude": "-83.099010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48804", + "city": "Mount Pleasant", + "state": "MI", + "latitude": "43.640574", + "longitude": "-84.847417", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48805", + "city": "Okemos", + "state": "MI", + "latitude": "42.599184", + "longitude": "-84.371973", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48806", + "city": "Ashley", + "state": "MI", + "latitude": "43.179346", + "longitude": "-84.507650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48807", + "city": "Bannister", + "state": "MI", + "latitude": "43.145475", + "longitude": "-84.415790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48808", + "city": "Bath", + "state": "MI", + "latitude": "42.821233", + "longitude": "-84.460990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48809", + "city": "Belding", + "state": "MI", + "latitude": "43.085313", + "longitude": "-85.244780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48811", + "city": "Carson City", + "state": "MI", + "latitude": "43.184647", + "longitude": "-84.848710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48812", + "city": "Cedar Lake", + "state": "MI", + "latitude": "43.413761", + "longitude": "-84.975271", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48813", + "city": "Charlotte", + "state": "MI", + "latitude": "42.580076", + "longitude": "-84.822800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48815", + "city": "Clarksville", + "state": "MI", + "latitude": "42.841491", + "longitude": "-85.250460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48816", + "city": "Cohoctah", + "state": "MI", + "latitude": "42.757633", + "longitude": "-83.938967", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48817", + "city": "Corunna", + "state": "MI", + "latitude": "43.000193", + "longitude": "-84.063400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48818", + "city": "Crystal", + "state": "MI", + "latitude": "43.272279", + "longitude": "-84.909130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48819", + "city": "Dansville", + "state": "MI", + "latitude": "42.552218", + "longitude": "-84.276740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48820", + "city": "Dewitt", + "state": "MI", + "latitude": "42.842438", + "longitude": "-84.586120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48821", + "city": "Dimondale", + "state": "MI", + "latitude": "42.645985", + "longitude": "-84.647720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48822", + "city": "Eagle", + "state": "MI", + "latitude": "42.828800", + "longitude": "-84.763790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48823", + "city": "East Lansing", + "state": "MI", + "latitude": "42.747922", + "longitude": "-84.471430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48824", + "city": "East Lansing", + "state": "MI", + "latitude": "42.725884", + "longitude": "-84.479200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48825", + "city": "East Lansing", + "state": "MI", + "latitude": "42.723784", + "longitude": "-84.464775", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48826", + "city": "East Lansing", + "state": "MI", + "latitude": "42.599184", + "longitude": "-84.371973", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48827", + "city": "Eaton Rapids", + "state": "MI", + "latitude": "42.507093", + "longitude": "-84.657900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48829", + "city": "Edmore", + "state": "MI", + "latitude": "43.404412", + "longitude": "-85.030330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48830", + "city": "Elm Hall", + "state": "MI", + "latitude": "43.362879", + "longitude": "-84.836620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48831", + "city": "Elsie", + "state": "MI", + "latitude": "43.098253", + "longitude": "-84.377220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48832", + "city": "Elwell", + "state": "MI", + "latitude": "43.411924", + "longitude": "-84.776570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48833", + "city": "Eureka", + "state": "MI", + "latitude": "42.944209", + "longitude": "-84.600723", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48834", + "city": "Fenwick", + "state": "MI", + "latitude": "43.141649", + "longitude": "-85.049480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48835", + "city": "Fowler", + "state": "MI", + "latitude": "43.011103", + "longitude": "-84.745890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48836", + "city": "Fowlerville", + "state": "MI", + "latitude": "42.666646", + "longitude": "-84.075420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48837", + "city": "Grand Ledge", + "state": "MI", + "latitude": "42.749774", + "longitude": "-84.750300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48838", + "city": "Greenville", + "state": "MI", + "latitude": "43.179100", + "longitude": "-85.265330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48840", + "city": "Haslett", + "state": "MI", + "latitude": "42.760217", + "longitude": "-84.390270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48841", + "city": "Henderson", + "state": "MI", + "latitude": "43.104499", + "longitude": "-84.235680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48842", + "city": "Holt", + "state": "MI", + "latitude": "42.639235", + "longitude": "-84.527020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48843", + "city": "Howell", + "state": "MI", + "latitude": "42.612243", + "longitude": "-83.918350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48844", + "city": "Howell", + "state": "MI", + "latitude": "42.603479", + "longitude": "-83.911173", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48845", + "city": "Hubbardston", + "state": "MI", + "latitude": "43.096466", + "longitude": "-84.846270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48846", + "city": "Ionia", + "state": "MI", + "latitude": "42.981932", + "longitude": "-85.066790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48847", + "city": "Ithaca", + "state": "MI", + "latitude": "43.269967", + "longitude": "-84.591810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48848", + "city": "Laingsburg", + "state": "MI", + "latitude": "42.884921", + "longitude": "-84.356900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48849", + "city": "Lake Odessa", + "state": "MI", + "latitude": "42.788151", + "longitude": "-85.135650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48850", + "city": "Lakeview", + "state": "MI", + "latitude": "43.447625", + "longitude": "-85.256280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48851", + "city": "Lyons", + "state": "MI", + "latitude": "42.962965", + "longitude": "-84.946110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48852", + "city": "Mcbrides", + "state": "MI", + "latitude": "43.355304", + "longitude": "-85.043260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48853", + "city": "Maple Rapids", + "state": "MI", + "latitude": "43.102399", + "longitude": "-84.692780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48854", + "city": "Mason", + "state": "MI", + "latitude": "42.582902", + "longitude": "-84.447380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48855", + "city": "Howell", + "state": "MI", + "latitude": "42.678059", + "longitude": "-83.915592", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48856", + "city": "Middleton", + "state": "MI", + "latitude": "43.197414", + "longitude": "-84.733360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48857", + "city": "Morrice", + "state": "MI", + "latitude": "42.845703", + "longitude": "-84.165810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48858", + "city": "Mount Pleasant", + "state": "MI", + "latitude": "43.606160", + "longitude": "-84.783060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48859", + "city": "Mount Pleasant", + "state": "MI", + "latitude": "43.564736", + "longitude": "-84.847297", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48860", + "city": "Muir", + "state": "MI", + "latitude": "43.026842", + "longitude": "-84.926330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48861", + "city": "Mulliken", + "state": "MI", + "latitude": "42.733673", + "longitude": "-84.925750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48862", + "city": "North Star", + "state": "MI", + "latitude": "43.356518", + "longitude": "-84.497138", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48863", + "city": "Oak Grove", + "state": "MI", + "latitude": "42.603479", + "longitude": "-83.911173", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48864", + "city": "Okemos", + "state": "MI", + "latitude": "42.702128", + "longitude": "-84.419460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48865", + "city": "Orleans", + "state": "MI", + "latitude": "43.090038", + "longitude": "-85.117540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48866", + "city": "Ovid", + "state": "MI", + "latitude": "42.997636", + "longitude": "-84.376430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48867", + "city": "Owosso", + "state": "MI", + "latitude": "42.996050", + "longitude": "-84.178960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48870", + "city": "Palo", + "state": "MI", + "latitude": "43.113587", + "longitude": "-85.007665", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48871", + "city": "Perrinton", + "state": "MI", + "latitude": "43.160914", + "longitude": "-84.683970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48872", + "city": "Perry", + "state": "MI", + "latitude": "42.807435", + "longitude": "-84.222910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48873", + "city": "Pewamo", + "state": "MI", + "latitude": "42.987795", + "longitude": "-84.842630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48874", + "city": "Pompeii", + "state": "MI", + "latitude": "43.184467", + "longitude": "-84.603200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48875", + "city": "Portland", + "state": "MI", + "latitude": "42.864338", + "longitude": "-84.912890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48876", + "city": "Potterville", + "state": "MI", + "latitude": "42.640719", + "longitude": "-84.738260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48877", + "city": "Riverdale", + "state": "MI", + "latitude": "43.403224", + "longitude": "-84.840620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48878", + "city": "Rosebush", + "state": "MI", + "latitude": "43.713365", + "longitude": "-84.777310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48879", + "city": "Saint Johns", + "state": "MI", + "latitude": "42.998998", + "longitude": "-84.577040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48880", + "city": "Saint Louis", + "state": "MI", + "latitude": "43.422397", + "longitude": "-84.600410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48881", + "city": "Saranac", + "state": "MI", + "latitude": "42.929829", + "longitude": "-85.209380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48882", + "city": "Shaftsburg", + "state": "MI", + "latitude": "42.803973", + "longitude": "-84.295949", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48883", + "city": "Shepherd", + "state": "MI", + "latitude": "43.534764", + "longitude": "-84.682280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48884", + "city": "Sheridan", + "state": "MI", + "latitude": "43.211070", + "longitude": "-85.047720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48885", + "city": "Sidney", + "state": "MI", + "latitude": "43.247555", + "longitude": "-85.165870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48886", + "city": "Six Lakes", + "state": "MI", + "latitude": "43.426703", + "longitude": "-85.149980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48887", + "city": "Smyrna", + "state": "MI", + "latitude": "42.944929", + "longitude": "-85.074665", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48888", + "city": "Stanton", + "state": "MI", + "latitude": "43.297366", + "longitude": "-85.105060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48889", + "city": "Sumner", + "state": "MI", + "latitude": "43.293977", + "longitude": "-84.794150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48890", + "city": "Sunfield", + "state": "MI", + "latitude": "42.759217", + "longitude": "-84.980540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48891", + "city": "Vestaburg", + "state": "MI", + "latitude": "43.402185", + "longitude": "-84.922160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48892", + "city": "Webberville", + "state": "MI", + "latitude": "42.643684", + "longitude": "-84.170110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48893", + "city": "Weidman", + "state": "MI", + "latitude": "43.662482", + "longitude": "-84.982440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48894", + "city": "Westphalia", + "state": "MI", + "latitude": "42.928735", + "longitude": "-84.799600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48895", + "city": "Williamston", + "state": "MI", + "latitude": "42.686690", + "longitude": "-84.278440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48896", + "city": "Winn", + "state": "MI", + "latitude": "43.523617", + "longitude": "-84.903070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48897", + "city": "Woodland", + "state": "MI", + "latitude": "42.705285", + "longitude": "-85.124490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48901", + "city": "Lansing", + "state": "MI", + "latitude": "42.599184", + "longitude": "-84.371973", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48906", + "city": "Lansing", + "state": "MI", + "latitude": "42.764167", + "longitude": "-84.561530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48907", + "city": "Lansing", + "state": "MI", + "latitude": "42.596071", + "longitude": "-84.838206", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48908", + "city": "Lansing", + "state": "MI", + "latitude": "42.596071", + "longitude": "-84.838206", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48909", + "city": "Lansing", + "state": "MI", + "latitude": "42.599184", + "longitude": "-84.371973", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48910", + "city": "Lansing", + "state": "MI", + "latitude": "42.704435", + "longitude": "-84.549150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48911", + "city": "Lansing", + "state": "MI", + "latitude": "42.677335", + "longitude": "-84.569130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48912", + "city": "Lansing", + "state": "MI", + "latitude": "42.734434", + "longitude": "-84.524970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48913", + "city": "Lansing", + "state": "MI", + "latitude": "42.599184", + "longitude": "-84.371973", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48915", + "city": "Lansing", + "state": "MI", + "latitude": "42.737701", + "longitude": "-84.571060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48916", + "city": "Lansing", + "state": "MI", + "latitude": "42.599184", + "longitude": "-84.371973", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48917", + "city": "Lansing", + "state": "MI", + "latitude": "42.735535", + "longitude": "-84.626980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48918", + "city": "Lansing", + "state": "MI", + "latitude": "42.599184", + "longitude": "-84.371973", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48919", + "city": "Lansing", + "state": "MI", + "latitude": "42.728585", + "longitude": "-84.551728", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48921", + "city": "Lansing", + "state": "MI", + "latitude": "42.723735", + "longitude": "-84.555629", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48922", + "city": "Lansing", + "state": "MI", + "latitude": "42.732535", + "longitude": "-84.558679", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48924", + "city": "Lansing", + "state": "MI", + "latitude": "42.599184", + "longitude": "-84.371973", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48929", + "city": "Lansing", + "state": "MI", + "latitude": "42.732535", + "longitude": "-84.558679", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48930", + "city": "Lansing", + "state": "MI", + "latitude": "42.732535", + "longitude": "-84.558679", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48933", + "city": "Lansing", + "state": "MI", + "latitude": "42.731885", + "longitude": "-84.554920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48937", + "city": "Lansing", + "state": "MI", + "latitude": "42.748734", + "longitude": "-84.559029", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48950", + "city": "Lansing", + "state": "MI", + "latitude": "42.599184", + "longitude": "-84.371973", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48956", + "city": "Lansing", + "state": "MI", + "latitude": "42.732535", + "longitude": "-84.558679", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "48980", + "city": "Lansing", + "state": "MI", + "latitude": "42.599184", + "longitude": "-84.371973", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49001", + "city": "Kalamazoo", + "state": "MI", + "latitude": "42.278891", + "longitude": "-85.551070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49002", + "city": "Portage", + "state": "MI", + "latitude": "42.210792", + "longitude": "-85.559580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49003", + "city": "Kalamazoo", + "state": "MI", + "latitude": "42.245412", + "longitude": "-85.529858", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49004", + "city": "Kalamazoo", + "state": "MI", + "latitude": "42.330089", + "longitude": "-85.566350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49005", + "city": "Kalamazoo", + "state": "MI", + "latitude": "42.323045", + "longitude": "-85.493232", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49006", + "city": "Kalamazoo", + "state": "MI", + "latitude": "42.295005", + "longitude": "-85.622470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49007", + "city": "Kalamazoo", + "state": "MI", + "latitude": "42.297140", + "longitude": "-85.585730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49008", + "city": "Kalamazoo", + "state": "MI", + "latitude": "42.265490", + "longitude": "-85.610980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49009", + "city": "Kalamazoo", + "state": "MI", + "latitude": "42.272538", + "longitude": "-85.692550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49010", + "city": "Allegan", + "state": "MI", + "latitude": "42.531244", + "longitude": "-85.874380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49011", + "city": "Athens", + "state": "MI", + "latitude": "42.089314", + "longitude": "-85.233330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49012", + "city": "Augusta", + "state": "MI", + "latitude": "42.347289", + "longitude": "-85.352420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49013", + "city": "Bangor", + "state": "MI", + "latitude": "42.308798", + "longitude": "-86.122010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49014", + "city": "Battle Creek", + "state": "MI", + "latitude": "42.311089", + "longitude": "-85.138450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49015", + "city": "Battle Creek", + "state": "MI", + "latitude": "42.302440", + "longitude": "-85.222940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49016", + "city": "Battle Creek", + "state": "MI", + "latitude": "42.343810", + "longitude": "-85.291360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49017", + "city": "Battle Creek", + "state": "MI", + "latitude": "42.357140", + "longitude": "-85.202570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49018", + "city": "Battle Creek", + "state": "MI", + "latitude": "42.246402", + "longitude": "-85.004511", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49019", + "city": "Kalamazoo", + "state": "MI", + "latitude": "42.245412", + "longitude": "-85.529858", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49020", + "city": "Bedford", + "state": "MI", + "latitude": "42.246402", + "longitude": "-85.004511", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49021", + "city": "Bellevue", + "state": "MI", + "latitude": "42.447038", + "longitude": "-85.042640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49022", + "city": "Benton Harbor", + "state": "MI", + "latitude": "42.108090", + "longitude": "-86.418010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49023", + "city": "Benton Harbor", + "state": "MI", + "latitude": "42.001551", + "longitude": "-86.715294", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49024", + "city": "Portage", + "state": "MI", + "latitude": "42.216541", + "longitude": "-85.617730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49026", + "city": "Bloomingdale", + "state": "MI", + "latitude": "42.371729", + "longitude": "-85.967900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49027", + "city": "Breedsville", + "state": "MI", + "latitude": "42.345815", + "longitude": "-86.079500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49028", + "city": "Bronson", + "state": "MI", + "latitude": "41.850631", + "longitude": "-85.189870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49029", + "city": "Burlington", + "state": "MI", + "latitude": "42.142445", + "longitude": "-85.097280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49030", + "city": "Burr Oak", + "state": "MI", + "latitude": "41.854639", + "longitude": "-85.329840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49031", + "city": "Cassopolis", + "state": "MI", + "latitude": "41.907837", + "longitude": "-85.989370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49032", + "city": "Centreville", + "state": "MI", + "latitude": "41.924331", + "longitude": "-85.510680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49033", + "city": "Ceresco", + "state": "MI", + "latitude": "42.239592", + "longitude": "-85.093070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49034", + "city": "Climax", + "state": "MI", + "latitude": "42.239393", + "longitude": "-85.334990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49035", + "city": "Cloverdale", + "state": "MI", + "latitude": "42.595121", + "longitude": "-85.308555", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49036", + "city": "Coldwater", + "state": "MI", + "latitude": "41.912776", + "longitude": "-85.014200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49038", + "city": "Coloma", + "state": "MI", + "latitude": "42.209307", + "longitude": "-86.333700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49039", + "city": "Hagar Shores", + "state": "MI", + "latitude": "42.224757", + "longitude": "-86.372276", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49040", + "city": "Colon", + "state": "MI", + "latitude": "41.960856", + "longitude": "-85.330590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49041", + "city": "Comstock", + "state": "MI", + "latitude": "42.245412", + "longitude": "-85.529858", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49042", + "city": "Constantine", + "state": "MI", + "latitude": "41.847413", + "longitude": "-85.664110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49043", + "city": "Covert", + "state": "MI", + "latitude": "42.296105", + "longitude": "-86.266470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49045", + "city": "Decatur", + "state": "MI", + "latitude": "42.105719", + "longitude": "-85.994170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49046", + "city": "Delton", + "state": "MI", + "latitude": "42.504149", + "longitude": "-85.392570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49047", + "city": "Dowagiac", + "state": "MI", + "latitude": "42.004729", + "longitude": "-86.120800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49048", + "city": "Kalamazoo", + "state": "MI", + "latitude": "42.292335", + "longitude": "-85.525359", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49050", + "city": "Dowling", + "state": "MI", + "latitude": "42.504137", + "longitude": "-85.245820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49051", + "city": "East Leroy", + "state": "MI", + "latitude": "42.184303", + "longitude": "-85.242280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49052", + "city": "Fulton", + "state": "MI", + "latitude": "42.111949", + "longitude": "-85.316730", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49053", + "city": "Galesburg", + "state": "MI", + "latitude": "42.289991", + "longitude": "-85.416570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49055", + "city": "Gobles", + "state": "MI", + "latitude": "42.373460", + "longitude": "-85.857250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49056", + "city": "Grand Junction", + "state": "MI", + "latitude": "42.395965", + "longitude": "-86.054500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49057", + "city": "Hartford", + "state": "MI", + "latitude": "42.199230", + "longitude": "-86.169430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49058", + "city": "Hastings", + "state": "MI", + "latitude": "42.642750", + "longitude": "-85.292960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49060", + "city": "Hickory Corners", + "state": "MI", + "latitude": "42.424387", + "longitude": "-85.405500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49061", + "city": "Jones", + "state": "MI", + "latitude": "41.878312", + "longitude": "-85.815270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49062", + "city": "Kendall", + "state": "MI", + "latitude": "42.361750", + "longitude": "-85.814072", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49063", + "city": "Lacota", + "state": "MI", + "latitude": "42.393586", + "longitude": "-86.209904", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49064", + "city": "Lawrence", + "state": "MI", + "latitude": "42.215357", + "longitude": "-86.048220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49065", + "city": "Lawton", + "state": "MI", + "latitude": "42.144087", + "longitude": "-85.842050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49066", + "city": "Leonidas", + "state": "MI", + "latitude": "42.037422", + "longitude": "-85.356830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49067", + "city": "Marcellus", + "state": "MI", + "latitude": "42.026876", + "longitude": "-85.803300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49068", + "city": "Marshall", + "state": "MI", + "latitude": "42.277837", + "longitude": "-84.948690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49069", + "city": "Marshall", + "state": "MI", + "latitude": "42.204494", + "longitude": "-84.949919", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49070", + "city": "Martin", + "state": "MI", + "latitude": "42.540492", + "longitude": "-85.636860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49071", + "city": "Mattawan", + "state": "MI", + "latitude": "42.234417", + "longitude": "-85.780700", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49072", + "city": "Mendon", + "state": "MI", + "latitude": "42.005815", + "longitude": "-85.464280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49073", + "city": "Nashville", + "state": "MI", + "latitude": "42.588988", + "longitude": "-85.124000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49074", + "city": "Nazareth", + "state": "MI", + "latitude": "42.245412", + "longitude": "-85.529858", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49075", + "city": "Nottawa", + "state": "MI", + "latitude": "41.916374", + "longitude": "-85.450290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49076", + "city": "Olivet", + "state": "MI", + "latitude": "42.439324", + "longitude": "-84.910410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49077", + "city": "Oshtemo", + "state": "MI", + "latitude": "42.245412", + "longitude": "-85.529858", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49078", + "city": "Otsego", + "state": "MI", + "latitude": "42.459989", + "longitude": "-85.710690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49079", + "city": "Paw Paw", + "state": "MI", + "latitude": "42.225140", + "longitude": "-85.900020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49080", + "city": "Plainwell", + "state": "MI", + "latitude": "42.462935", + "longitude": "-85.612560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49081", + "city": "Portage", + "state": "MI", + "latitude": "42.171777", + "longitude": "-85.617824", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49082", + "city": "Quincy", + "state": "MI", + "latitude": "41.943472", + "longitude": "-84.875590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49083", + "city": "Richland", + "state": "MI", + "latitude": "42.379689", + "longitude": "-85.450220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49084", + "city": "Riverside", + "state": "MI", + "latitude": "42.178035", + "longitude": "-86.385570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49085", + "city": "Saint Joseph", + "state": "MI", + "latitude": "42.074435", + "longitude": "-86.479350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49087", + "city": "Schoolcraft", + "state": "MI", + "latitude": "42.117421", + "longitude": "-85.675940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49088", + "city": "Scotts", + "state": "MI", + "latitude": "42.187577", + "longitude": "-85.426210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49089", + "city": "Sherwood", + "state": "MI", + "latitude": "42.010485", + "longitude": "-85.231980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49090", + "city": "South Haven", + "state": "MI", + "latitude": "42.403593", + "longitude": "-86.249120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49091", + "city": "Sturgis", + "state": "MI", + "latitude": "41.822244", + "longitude": "-85.432340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49092", + "city": "Tekonsha", + "state": "MI", + "latitude": "42.097240", + "longitude": "-84.975430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49093", + "city": "Three Rivers", + "state": "MI", + "latitude": "41.958306", + "longitude": "-85.638290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49094", + "city": "Union City", + "state": "MI", + "latitude": "42.061370", + "longitude": "-85.119710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49095", + "city": "Vandalia", + "state": "MI", + "latitude": "41.916613", + "longitude": "-85.890220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49096", + "city": "Vermontville", + "state": "MI", + "latitude": "42.632220", + "longitude": "-85.011880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49097", + "city": "Vicksburg", + "state": "MI", + "latitude": "42.117028", + "longitude": "-85.507300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49098", + "city": "Watervliet", + "state": "MI", + "latitude": "42.186679", + "longitude": "-86.257180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49099", + "city": "White Pigeon", + "state": "MI", + "latitude": "41.792628", + "longitude": "-85.672330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49101", + "city": "Baroda", + "state": "MI", + "latitude": "41.944869", + "longitude": "-86.488270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49102", + "city": "Berrien Center", + "state": "MI", + "latitude": "41.949244", + "longitude": "-86.269090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49103", + "city": "Berrien Springs", + "state": "MI", + "latitude": "41.944691", + "longitude": "-86.349790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49104", + "city": "Berrien Springs", + "state": "MI", + "latitude": "42.001551", + "longitude": "-86.715294", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49106", + "city": "Bridgman", + "state": "MI", + "latitude": "41.942630", + "longitude": "-86.555860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49107", + "city": "Buchanan", + "state": "MI", + "latitude": "41.830012", + "longitude": "-86.383490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49111", + "city": "Eau Claire", + "state": "MI", + "latitude": "42.022092", + "longitude": "-86.290710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49112", + "city": "Edwardsburg", + "state": "MI", + "latitude": "41.797792", + "longitude": "-86.026160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49113", + "city": "Galien", + "state": "MI", + "latitude": "41.801264", + "longitude": "-86.503670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49115", + "city": "Harbert", + "state": "MI", + "latitude": "41.876483", + "longitude": "-86.637150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49116", + "city": "Lakeside", + "state": "MI", + "latitude": "41.848782", + "longitude": "-86.670440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49117", + "city": "New Buffalo", + "state": "MI", + "latitude": "41.784691", + "longitude": "-86.755190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49119", + "city": "New Troy", + "state": "MI", + "latitude": "41.875968", + "longitude": "-86.549190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49120", + "city": "Niles", + "state": "MI", + "latitude": "41.828055", + "longitude": "-86.239810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49121", + "city": "Niles", + "state": "MI", + "latitude": "42.001551", + "longitude": "-86.715294", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49125", + "city": "Sawyer", + "state": "MI", + "latitude": "41.890521", + "longitude": "-86.593620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49126", + "city": "Sodus", + "state": "MI", + "latitude": "42.036334", + "longitude": "-86.374160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49127", + "city": "Stevensville", + "state": "MI", + "latitude": "42.015092", + "longitude": "-86.513510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49128", + "city": "Three Oaks", + "state": "MI", + "latitude": "41.820452", + "longitude": "-86.619840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49129", + "city": "Union Pier", + "state": "MI", + "latitude": "41.827718", + "longitude": "-86.692370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49130", + "city": "Union", + "state": "MI", + "latitude": "41.787096", + "longitude": "-85.836050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49137", + "city": "Lyndon", + "state": "MI", + "latitude": "42.424092", + "longitude": "-84.102395", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49157", + "city": "Richland", + "state": "MI", + "latitude": "44.215510", + "longitude": "-85.298079", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49169", + "city": "Dickson", + "state": "MI", + "latitude": "44.304760", + "longitude": "-86.015026", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49201", + "city": "Jackson", + "state": "MI", + "latitude": "42.252268", + "longitude": "-84.388420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49202", + "city": "Jackson", + "state": "MI", + "latitude": "42.262135", + "longitude": "-84.410520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49203", + "city": "Jackson", + "state": "MI", + "latitude": "42.227536", + "longitude": "-84.409130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49204", + "city": "Jackson", + "state": "MI", + "latitude": "42.252847", + "longitude": "-84.213755", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49220", + "city": "Addison", + "state": "MI", + "latitude": "41.992765", + "longitude": "-84.332900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49221", + "city": "Adrian", + "state": "MI", + "latitude": "41.900927", + "longitude": "-84.045850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49224", + "city": "Albion", + "state": "MI", + "latitude": "42.261257", + "longitude": "-84.751510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49226", + "city": "Bloomingdale", + "state": "MI", + "latitude": "42.379469", + "longitude": "-85.976841", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49227", + "city": "Allen", + "state": "MI", + "latitude": "41.956743", + "longitude": "-84.765980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49228", + "city": "Blissfield", + "state": "MI", + "latitude": "41.821595", + "longitude": "-83.874350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49229", + "city": "Britton", + "state": "MI", + "latitude": "41.991654", + "longitude": "-83.826310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49230", + "city": "Brooklyn", + "state": "MI", + "latitude": "42.089891", + "longitude": "-84.227680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49232", + "city": "Camden", + "state": "MI", + "latitude": "41.731009", + "longitude": "-84.659930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49233", + "city": "Cement City", + "state": "MI", + "latitude": "42.071196", + "longitude": "-84.349400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49234", + "city": "Clarklake", + "state": "MI", + "latitude": "42.121774", + "longitude": "-84.363820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49235", + "city": "Clayton", + "state": "MI", + "latitude": "41.853441", + "longitude": "-84.207690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49236", + "city": "Clinton", + "state": "MI", + "latitude": "42.067837", + "longitude": "-83.957790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49237", + "city": "Concord", + "state": "MI", + "latitude": "42.177223", + "longitude": "-84.651000", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49238", + "city": "Deerfield", + "state": "MI", + "latitude": "41.910884", + "longitude": "-83.786990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49239", + "city": "Frontier", + "state": "MI", + "latitude": "41.782499", + "longitude": "-84.604662", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49240", + "city": "Grass Lake", + "state": "MI", + "latitude": "42.284771", + "longitude": "-84.189710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49241", + "city": "Hanover", + "state": "MI", + "latitude": "42.107907", + "longitude": "-84.603340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49242", + "city": "Hillsdale", + "state": "MI", + "latitude": "41.899580", + "longitude": "-84.626240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49245", + "city": "Homer", + "state": "MI", + "latitude": "42.147222", + "longitude": "-84.807890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49246", + "city": "Horton", + "state": "MI", + "latitude": "42.118019", + "longitude": "-84.493380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49247", + "city": "Hudson", + "state": "MI", + "latitude": "41.857385", + "longitude": "-84.349070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49248", + "city": "Jasper", + "state": "MI", + "latitude": "41.766891", + "longitude": "-84.013950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49249", + "city": "Jerome", + "state": "MI", + "latitude": "42.048979", + "longitude": "-84.439600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49250", + "city": "Jonesville", + "state": "MI", + "latitude": "42.018585", + "longitude": "-84.645480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49251", + "city": "Leslie", + "state": "MI", + "latitude": "42.464769", + "longitude": "-84.411160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49252", + "city": "Litchfield", + "state": "MI", + "latitude": "42.034427", + "longitude": "-84.770460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49253", + "city": "Manitou Beach", + "state": "MI", + "latitude": "41.974999", + "longitude": "-84.279720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49254", + "city": "Michigan Center", + "state": "MI", + "latitude": "42.230336", + "longitude": "-84.325970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49255", + "city": "Montgomery", + "state": "MI", + "latitude": "41.776287", + "longitude": "-84.837600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49256", + "city": "Morenci", + "state": "MI", + "latitude": "41.746349", + "longitude": "-84.215570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49257", + "city": "Moscow", + "state": "MI", + "latitude": "42.054795", + "longitude": "-84.503905", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49258", + "city": "Mosherville", + "state": "MI", + "latitude": "41.884795", + "longitude": "-84.593491", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49259", + "city": "Munith", + "state": "MI", + "latitude": "42.371819", + "longitude": "-84.258860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49261", + "city": "Napoleon", + "state": "MI", + "latitude": "42.164338", + "longitude": "-84.245750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49262", + "city": "North Adams", + "state": "MI", + "latitude": "41.963683", + "longitude": "-84.468240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49263", + "city": "Norvell", + "state": "MI", + "latitude": "42.158739", + "longitude": "-84.182740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49264", + "city": "Onondaga", + "state": "MI", + "latitude": "42.443387", + "longitude": "-84.560220", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49265", + "city": "Onsted", + "state": "MI", + "latitude": "42.020199", + "longitude": "-84.167960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49266", + "city": "Osseo", + "state": "MI", + "latitude": "41.844894", + "longitude": "-84.552440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49267", + "city": "Ottawa Lake", + "state": "MI", + "latitude": "41.757599", + "longitude": "-83.709510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49268", + "city": "Palmyra", + "state": "MI", + "latitude": "41.869086", + "longitude": "-83.938580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49269", + "city": "Parma", + "state": "MI", + "latitude": "42.285987", + "longitude": "-84.593050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49270", + "city": "Petersburg", + "state": "MI", + "latitude": "41.886364", + "longitude": "-83.695560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49271", + "city": "Pittsford", + "state": "MI", + "latitude": "41.832213", + "longitude": "-84.454040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49272", + "city": "Pleasant Lake", + "state": "MI", + "latitude": "42.398355", + "longitude": "-84.344710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49274", + "city": "Reading", + "state": "MI", + "latitude": "41.843254", + "longitude": "-84.752630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49275", + "city": "Ridgeway", + "state": "MI", + "latitude": "41.988026", + "longitude": "-83.865674", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49276", + "city": "Riga", + "state": "MI", + "latitude": "41.798043", + "longitude": "-83.794330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49277", + "city": "Rives Junction", + "state": "MI", + "latitude": "42.395023", + "longitude": "-84.461440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49278", + "city": "Rollin", + "state": "MI", + "latitude": "41.912292", + "longitude": "-84.326520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49279", + "city": "Sand Creek", + "state": "MI", + "latitude": "41.791959", + "longitude": "-84.108660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49280", + "city": "Seneca", + "state": "MI", + "latitude": "41.795830", + "longitude": "-84.186608", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49281", + "city": "Somerset", + "state": "MI", + "latitude": "42.050744", + "longitude": "-84.377620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49282", + "city": "Somerset Center", + "state": "MI", + "latitude": "42.050628", + "longitude": "-84.399020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49283", + "city": "Spring Arbor", + "state": "MI", + "latitude": "42.203838", + "longitude": "-84.552430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49284", + "city": "Springport", + "state": "MI", + "latitude": "42.388060", + "longitude": "-84.708680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49285", + "city": "Stockbridge", + "state": "MI", + "latitude": "42.458785", + "longitude": "-84.193740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49286", + "city": "Tecumseh", + "state": "MI", + "latitude": "42.012268", + "longitude": "-83.938780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49287", + "city": "Tipton", + "state": "MI", + "latitude": "42.035005", + "longitude": "-84.091540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49288", + "city": "Waldron", + "state": "MI", + "latitude": "41.733173", + "longitude": "-84.447720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49289", + "city": "Weston", + "state": "MI", + "latitude": "41.770793", + "longitude": "-84.099960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49301", + "city": "Ada", + "state": "MI", + "latitude": "42.972520", + "longitude": "-85.477980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49302", + "city": "Alto", + "state": "MI", + "latitude": "42.834137", + "longitude": "-85.418890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49303", + "city": "Bailey", + "state": "MI", + "latitude": "43.271422", + "longitude": "-85.840230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49304", + "city": "Baldwin", + "state": "MI", + "latitude": "43.895264", + "longitude": "-85.881570", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49305", + "city": "Barryton", + "state": "MI", + "latitude": "43.747406", + "longitude": "-85.163040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49306", + "city": "Belmont", + "state": "MI", + "latitude": "43.078615", + "longitude": "-85.593180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49307", + "city": "Big Rapids", + "state": "MI", + "latitude": "43.697651", + "longitude": "-85.478150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49309", + "city": "Bitely", + "state": "MI", + "latitude": "43.747881", + "longitude": "-85.860940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49310", + "city": "Blanchard", + "state": "MI", + "latitude": "43.523037", + "longitude": "-85.048760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49311", + "city": "Bradley", + "state": "MI", + "latitude": "42.633006", + "longitude": "-85.643043", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49312", + "city": "Brohman", + "state": "MI", + "latitude": "43.693086", + "longitude": "-85.819620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49314", + "city": "Burnips", + "state": "MI", + "latitude": "42.731193", + "longitude": "-85.840372", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49315", + "city": "Byron Center", + "state": "MI", + "latitude": "42.802932", + "longitude": "-85.725420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49316", + "city": "Caledonia", + "state": "MI", + "latitude": "42.794914", + "longitude": "-85.550910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49317", + "city": "Cannonsburg", + "state": "MI", + "latitude": "43.071201", + "longitude": "-85.480856", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49318", + "city": "Casnovia", + "state": "MI", + "latitude": "43.227240", + "longitude": "-85.820540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49319", + "city": "Cedar Springs", + "state": "MI", + "latitude": "43.224155", + "longitude": "-85.548110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49320", + "city": "Chippewa Lake", + "state": "MI", + "latitude": "43.755335", + "longitude": "-85.278303", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49321", + "city": "Comstock Park", + "state": "MI", + "latitude": "43.059661", + "longitude": "-85.673840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49322", + "city": "Coral", + "state": "MI", + "latitude": "43.368957", + "longitude": "-85.372820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49323", + "city": "Dorr", + "state": "MI", + "latitude": "42.721597", + "longitude": "-85.778790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49325", + "city": "Freeport", + "state": "MI", + "latitude": "42.763599", + "longitude": "-85.310260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49326", + "city": "Gowen", + "state": "MI", + "latitude": "43.244538", + "longitude": "-85.342170", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49327", + "city": "Grant", + "state": "MI", + "latitude": "43.340220", + "longitude": "-85.825660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49328", + "city": "Hopkins", + "state": "MI", + "latitude": "42.634199", + "longitude": "-85.758090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49329", + "city": "Howard City", + "state": "MI", + "latitude": "43.405689", + "longitude": "-85.477440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49330", + "city": "Kent City", + "state": "MI", + "latitude": "43.231933", + "longitude": "-85.737680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49331", + "city": "Lowell", + "state": "MI", + "latitude": "42.944838", + "longitude": "-85.349280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49332", + "city": "Mecosta", + "state": "MI", + "latitude": "43.623053", + "longitude": "-85.258830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49333", + "city": "Middleville", + "state": "MI", + "latitude": "42.689437", + "longitude": "-85.464660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49335", + "city": "Moline", + "state": "MI", + "latitude": "42.739942", + "longitude": "-85.665430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49336", + "city": "Morley", + "state": "MI", + "latitude": "43.494361", + "longitude": "-85.431840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49337", + "city": "Newaygo", + "state": "MI", + "latitude": "43.430588", + "longitude": "-85.735150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49338", + "city": "Paris", + "state": "MI", + "latitude": "43.764906", + "longitude": "-85.572230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49339", + "city": "Pierson", + "state": "MI", + "latitude": "43.335474", + "longitude": "-85.495360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49340", + "city": "Remus", + "state": "MI", + "latitude": "43.617313", + "longitude": "-85.096040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49341", + "city": "Rockford", + "state": "MI", + "latitude": "43.117214", + "longitude": "-85.518900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49342", + "city": "Rodney", + "state": "MI", + "latitude": "43.696188", + "longitude": "-85.309960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49343", + "city": "Sand Lake", + "state": "MI", + "latitude": "43.291089", + "longitude": "-85.508120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49344", + "city": "Shelbyville", + "state": "MI", + "latitude": "42.588087", + "longitude": "-85.582400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49345", + "city": "Sparta", + "state": "MI", + "latitude": "43.161106", + "longitude": "-85.699520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49346", + "city": "Stanwood", + "state": "MI", + "latitude": "43.587286", + "longitude": "-85.378330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49347", + "city": "Trufant", + "state": "MI", + "latitude": "43.315700", + "longitude": "-85.352850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49348", + "city": "Wayland", + "state": "MI", + "latitude": "42.681969", + "longitude": "-85.627610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49349", + "city": "White Cloud", + "state": "MI", + "latitude": "43.572190", + "longitude": "-85.766620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49351", + "city": "Rockford", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49355", + "city": "Ada", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49356", + "city": "Ada", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49357", + "city": "Ada", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49368", + "city": "Slagle", + "state": "MI", + "latitude": "44.321979", + "longitude": "-85.713857", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49394", + "city": "Lincoln", + "state": "MI", + "latitude": "43.600340", + "longitude": "-85.820810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49401", + "city": "Allendale", + "state": "MI", + "latitude": "42.973667", + "longitude": "-85.931800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49402", + "city": "Branch", + "state": "MI", + "latitude": "43.930995", + "longitude": "-86.054210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49403", + "city": "Conklin", + "state": "MI", + "latitude": "43.125652", + "longitude": "-85.849830", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49404", + "city": "Coopersville", + "state": "MI", + "latitude": "43.065070", + "longitude": "-85.945160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49405", + "city": "Custer", + "state": "MI", + "latitude": "43.907681", + "longitude": "-86.190140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49406", + "city": "Douglas", + "state": "MI", + "latitude": "42.643315", + "longitude": "-86.204040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49408", + "city": "Fennville", + "state": "MI", + "latitude": "42.575519", + "longitude": "-86.124610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49409", + "city": "Ferrysburg", + "state": "MI", + "latitude": "43.080865", + "longitude": "-86.215413", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49410", + "city": "Fountain", + "state": "MI", + "latitude": "44.016249", + "longitude": "-86.140280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49411", + "city": "Free Soil", + "state": "MI", + "latitude": "44.100701", + "longitude": "-86.266200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49412", + "city": "Fremont", + "state": "MI", + "latitude": "43.464943", + "longitude": "-85.950050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49413", + "city": "Fremont", + "state": "MI", + "latitude": "43.554311", + "longitude": "-85.800884", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49415", + "city": "Fruitport", + "state": "MI", + "latitude": "43.135994", + "longitude": "-86.133480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49416", + "city": "Glenn", + "state": "MI", + "latitude": "42.630533", + "longitude": "-86.072032", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49417", + "city": "Grand Haven", + "state": "MI", + "latitude": "43.041170", + "longitude": "-86.190130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49418", + "city": "Grandville", + "state": "MI", + "latitude": "42.891709", + "longitude": "-85.764660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49419", + "city": "Hamilton", + "state": "MI", + "latitude": "42.679762", + "longitude": "-85.989960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49420", + "city": "Hart", + "state": "MI", + "latitude": "43.708002", + "longitude": "-86.306040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49421", + "city": "Hesperia", + "state": "MI", + "latitude": "43.595939", + "longitude": "-86.086500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49422", + "city": "Holland", + "state": "MI", + "latitude": "42.985596", + "longitude": "-86.444751", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49423", + "city": "Holland", + "state": "MI", + "latitude": "42.765918", + "longitude": "-86.105440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49424", + "city": "Holland", + "state": "MI", + "latitude": "42.823232", + "longitude": "-86.127260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49425", + "city": "Holton", + "state": "MI", + "latitude": "43.443787", + "longitude": "-86.108950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49426", + "city": "Hudsonville", + "state": "MI", + "latitude": "42.873302", + "longitude": "-85.878610", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49427", + "city": "Jamestown", + "state": "MI", + "latitude": "42.826676", + "longitude": "-85.844378", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49428", + "city": "Jenison", + "state": "MI", + "latitude": "42.904275", + "longitude": "-85.823140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49429", + "city": "Jenison", + "state": "MI", + "latitude": "42.985596", + "longitude": "-86.444751", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49430", + "city": "Lamont", + "state": "MI", + "latitude": "43.010337", + "longitude": "-85.897540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49431", + "city": "Ludington", + "state": "MI", + "latitude": "43.967306", + "longitude": "-86.430440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49434", + "city": "Macatawa", + "state": "MI", + "latitude": "42.768619", + "longitude": "-86.205970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49435", + "city": "Marne", + "state": "MI", + "latitude": "43.032323", + "longitude": "-85.830150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49436", + "city": "Mears", + "state": "MI", + "latitude": "43.678258", + "longitude": "-86.465760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49437", + "city": "Montague", + "state": "MI", + "latitude": "43.436692", + "longitude": "-86.370930", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49440", + "city": "Muskegon", + "state": "MI", + "latitude": "43.234014", + "longitude": "-86.251310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49441", + "city": "Muskegon", + "state": "MI", + "latitude": "43.199364", + "longitude": "-86.266800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49442", + "city": "Muskegon", + "state": "MI", + "latitude": "43.232615", + "longitude": "-86.195500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49443", + "city": "Muskegon", + "state": "MI", + "latitude": "43.295493", + "longitude": "-86.468853", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49444", + "city": "Muskegon", + "state": "MI", + "latitude": "43.198048", + "longitude": "-86.227740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49445", + "city": "Muskegon", + "state": "MI", + "latitude": "43.278021", + "longitude": "-86.268200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49446", + "city": "New Era", + "state": "MI", + "latitude": "43.551783", + "longitude": "-86.402650", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49448", + "city": "Nunica", + "state": "MI", + "latitude": "43.091183", + "longitude": "-86.073460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49449", + "city": "Pentwater", + "state": "MI", + "latitude": "43.791699", + "longitude": "-86.402760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49450", + "city": "Pullman", + "state": "MI", + "latitude": "42.484769", + "longitude": "-86.079440", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49451", + "city": "Ravenna", + "state": "MI", + "latitude": "43.200998", + "longitude": "-85.963760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49452", + "city": "Rothbury", + "state": "MI", + "latitude": "43.520576", + "longitude": "-86.273350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49453", + "city": "Saugatuck", + "state": "MI", + "latitude": "42.668174", + "longitude": "-86.187240", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49454", + "city": "Scottville", + "state": "MI", + "latitude": "43.946244", + "longitude": "-86.284270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49455", + "city": "Shelby", + "state": "MI", + "latitude": "43.607628", + "longitude": "-86.370040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49456", + "city": "Spring Lake", + "state": "MI", + "latitude": "43.087670", + "longitude": "-86.193450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49457", + "city": "Twin Lake", + "state": "MI", + "latitude": "43.360182", + "longitude": "-86.188350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49458", + "city": "Walhalla", + "state": "MI", + "latitude": "43.945299", + "longitude": "-86.116840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49459", + "city": "Walkerville", + "state": "MI", + "latitude": "43.733491", + "longitude": "-86.114620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49460", + "city": "West Olive", + "state": "MI", + "latitude": "42.935483", + "longitude": "-86.141410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49461", + "city": "Whitehall", + "state": "MI", + "latitude": "43.389775", + "longitude": "-86.340280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49463", + "city": "Wabaningo", + "state": "MI", + "latitude": "43.295493", + "longitude": "-86.468853", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49464", + "city": "Zeeland", + "state": "MI", + "latitude": "42.829252", + "longitude": "-85.996210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49468", + "city": "Grandville", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49501", + "city": "Grand Rapids", + "state": "MI", + "latitude": "42.984226", + "longitude": "-85.629101", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49502", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49503", + "city": "Grand Rapids", + "state": "MI", + "latitude": "42.964176", + "longitude": "-85.658850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49504", + "city": "Grand Rapids", + "state": "MI", + "latitude": "42.977925", + "longitude": "-85.697330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49505", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.000076", + "longitude": "-85.647850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49506", + "city": "Grand Rapids", + "state": "MI", + "latitude": "42.945727", + "longitude": "-85.618990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49507", + "city": "Grand Rapids", + "state": "MI", + "latitude": "42.933077", + "longitude": "-85.654350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49508", + "city": "Grand Rapids", + "state": "MI", + "latitude": "42.876661", + "longitude": "-85.628560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49509", + "city": "Grand Rapids", + "state": "MI", + "latitude": "42.905877", + "longitude": "-85.703920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49510", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49512", + "city": "Grand Rapids", + "state": "MI", + "latitude": "42.888821", + "longitude": "-85.561600", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49514", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49515", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49516", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49518", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49523", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49525", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.022199", + "longitude": "-85.611680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49530", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49544", + "city": "Grand Rapids", + "state": "MI", + "latitude": "42.999561", + "longitude": "-85.753710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49546", + "city": "Grand Rapids", + "state": "MI", + "latitude": "42.927801", + "longitude": "-85.545820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49548", + "city": "Grand Rapids", + "state": "MI", + "latitude": "42.868228", + "longitude": "-85.663910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49550", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49555", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49560", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49564", + "city": "Glen Arbor", + "state": "MI", + "latitude": "44.933988", + "longitude": "-85.950661", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49565", + "city": "Newkirk", + "state": "MI", + "latitude": "44.115429", + "longitude": "-85.783380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49582", + "city": "Colfax", + "state": "MI", + "latitude": "44.544624", + "longitude": "-85.832785", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49588", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49590", + "city": "Whitewater", + "state": "MI", + "latitude": "44.851771", + "longitude": "-85.394202", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49599", + "city": "Grand Rapids", + "state": "MI", + "latitude": "43.031413", + "longitude": "-85.550267", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49601", + "city": "Cadillac", + "state": "MI", + "latitude": "44.243788", + "longitude": "-85.460060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49610", + "city": "Acme", + "state": "MI", + "latitude": "44.789382", + "longitude": "-85.488449", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49611", + "city": "Alba", + "state": "MI", + "latitude": "44.976915", + "longitude": "-84.972820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49612", + "city": "Alden", + "state": "MI", + "latitude": "44.877741", + "longitude": "-85.241630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49613", + "city": "Arcadia", + "state": "MI", + "latitude": "44.494139", + "longitude": "-86.215090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49614", + "city": "Bear Lake", + "state": "MI", + "latitude": "44.433903", + "longitude": "-86.126250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49615", + "city": "Bellaire", + "state": "MI", + "latitude": "44.970267", + "longitude": "-85.214480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49616", + "city": "Benzonia", + "state": "MI", + "latitude": "44.592766", + "longitude": "-86.083230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49617", + "city": "Beulah", + "state": "MI", + "latitude": "44.643593", + "longitude": "-86.043820", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49618", + "city": "Boon", + "state": "MI", + "latitude": "44.306885", + "longitude": "-85.601190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49619", + "city": "Brethren", + "state": "MI", + "latitude": "44.306548", + "longitude": "-86.009770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49620", + "city": "Buckley", + "state": "MI", + "latitude": "44.516368", + "longitude": "-85.686230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49621", + "city": "Cedar", + "state": "MI", + "latitude": "44.872464", + "longitude": "-85.787160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49622", + "city": "Central Lake", + "state": "MI", + "latitude": "45.074263", + "longitude": "-85.269290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49623", + "city": "Chase", + "state": "MI", + "latitude": "43.889404", + "longitude": "-85.671310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49625", + "city": "Copemish", + "state": "MI", + "latitude": "44.449050", + "longitude": "-85.889080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49626", + "city": "Eastlake", + "state": "MI", + "latitude": "44.245509", + "longitude": "-86.294770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49627", + "city": "Eastport", + "state": "MI", + "latitude": "45.107683", + "longitude": "-85.362120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49628", + "city": "Elberta", + "state": "MI", + "latitude": "44.617592", + "longitude": "-86.226630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49629", + "city": "Elk Rapids", + "state": "MI", + "latitude": "44.900873", + "longitude": "-85.406710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49630", + "city": "Empire", + "state": "MI", + "latitude": "44.845213", + "longitude": "-86.024790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49631", + "city": "Evart", + "state": "MI", + "latitude": "43.893894", + "longitude": "-85.263940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49632", + "city": "Falmouth", + "state": "MI", + "latitude": "44.233529", + "longitude": "-84.974630", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49633", + "city": "Fife Lake", + "state": "MI", + "latitude": "44.555245", + "longitude": "-85.229310", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49634", + "city": "Filer City", + "state": "MI", + "latitude": "44.215959", + "longitude": "-86.290480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49635", + "city": "Frankfort", + "state": "MI", + "latitude": "44.631000", + "longitude": "-86.214840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49636", + "city": "Glen Arbor", + "state": "MI", + "latitude": "44.884904", + "longitude": "-85.985880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49637", + "city": "Grawn", + "state": "MI", + "latitude": "44.647716", + "longitude": "-85.706490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49638", + "city": "Harrietta", + "state": "MI", + "latitude": "44.301920", + "longitude": "-85.755970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49639", + "city": "Hersey", + "state": "MI", + "latitude": "43.847160", + "longitude": "-85.409080", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49640", + "city": "Honor", + "state": "MI", + "latitude": "44.701761", + "longitude": "-86.050330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49642", + "city": "Idlewild", + "state": "MI", + "latitude": "43.880898", + "longitude": "-85.789990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49643", + "city": "Interlochen", + "state": "MI", + "latitude": "44.634131", + "longitude": "-85.807900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49644", + "city": "Irons", + "state": "MI", + "latitude": "44.105814", + "longitude": "-85.928460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49645", + "city": "Kaleva", + "state": "MI", + "latitude": "44.371587", + "longitude": "-86.012200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49646", + "city": "Kalkaska", + "state": "MI", + "latitude": "44.743834", + "longitude": "-85.089860", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49647", + "city": "Paradise", + "state": "MI", + "latitude": "44.515487", + "longitude": "-85.527652", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49648", + "city": "Kewadin", + "state": "MI", + "latitude": "45.000254", + "longitude": "-85.365100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49649", + "city": "Kingsley", + "state": "MI", + "latitude": "44.561602", + "longitude": "-85.526110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49650", + "city": "Lake Ann", + "state": "MI", + "latitude": "44.725887", + "longitude": "-85.856760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49651", + "city": "Lake City", + "state": "MI", + "latitude": "44.382889", + "longitude": "-85.143050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49652", + "city": "Yates", + "state": "MI", + "latitude": "43.867421", + "longitude": "-85.772312", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49653", + "city": "Lake Leelanau", + "state": "MI", + "latitude": "44.975051", + "longitude": "-85.723250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49654", + "city": "Leland", + "state": "MI", + "latitude": "45.023384", + "longitude": "-85.756970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49655", + "city": "Leroy", + "state": "MI", + "latitude": "44.023714", + "longitude": "-85.448770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49656", + "city": "Luther", + "state": "MI", + "latitude": "44.055050", + "longitude": "-85.697590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49657", + "city": "McBain", + "state": "MI", + "latitude": "44.204505", + "longitude": "-85.177100", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49659", + "city": "Mancelona", + "state": "MI", + "latitude": "44.905437", + "longitude": "-85.034010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49660", + "city": "Manistee", + "state": "MI", + "latitude": "44.234322", + "longitude": "-86.272340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49663", + "city": "Manton", + "state": "MI", + "latitude": "44.426913", + "longitude": "-85.378360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49664", + "city": "Maple City", + "state": "MI", + "latitude": "44.888566", + "longitude": "-85.899140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49665", + "city": "Marion", + "state": "MI", + "latitude": "44.095357", + "longitude": "-85.118430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49666", + "city": "Mayfield", + "state": "MI", + "latitude": "44.635328", + "longitude": "-85.561400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49667", + "city": "Merritt", + "state": "MI", + "latitude": "44.335387", + "longitude": "-84.916490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49668", + "city": "Mesick", + "state": "MI", + "latitude": "44.405334", + "longitude": "-85.719810", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49670", + "city": "Northport", + "state": "MI", + "latitude": "45.107479", + "longitude": "-85.623470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49673", + "city": "Old Mission", + "state": "MI", + "latitude": "44.955872", + "longitude": "-85.490005", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49674", + "city": "Omena", + "state": "MI", + "latitude": "45.066568", + "longitude": "-85.597374", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49675", + "city": "Onekama", + "state": "MI", + "latitude": "44.365757", + "longitude": "-86.211490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49676", + "city": "Rapid City", + "state": "MI", + "latitude": "44.829056", + "longitude": "-85.279590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49677", + "city": "Reed City", + "state": "MI", + "latitude": "43.906666", + "longitude": "-85.515500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49679", + "city": "Sears", + "state": "MI", + "latitude": "43.878924", + "longitude": "-85.158020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49680", + "city": "South Boardman", + "state": "MI", + "latitude": "44.654872", + "longitude": "-85.260960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49682", + "city": "Suttons Bay", + "state": "MI", + "latitude": "44.993085", + "longitude": "-85.636350", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49683", + "city": "Thompsonville", + "state": "MI", + "latitude": "44.531456", + "longitude": "-85.933400", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49684", + "city": "Traverse City", + "state": "MI", + "latitude": "44.741360", + "longitude": "-85.673160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49685", + "city": "Traverse City", + "state": "MI", + "latitude": "44.816178", + "longitude": "-85.575147", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49686", + "city": "Traverse City", + "state": "MI", + "latitude": "44.735559", + "longitude": "-85.545110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49688", + "city": "Tustin", + "state": "MI", + "latitude": "44.117243", + "longitude": "-85.436120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49689", + "city": "Wellston", + "state": "MI", + "latitude": "44.209541", + "longitude": "-85.910900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49690", + "city": "Williamsburg", + "state": "MI", + "latitude": "44.774285", + "longitude": "-85.416960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49695", + "city": "Custer", + "state": "MI", + "latitude": "44.918887", + "longitude": "-85.131606", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49696", + "city": "Traverse City", + "state": "MI", + "latitude": "44.816178", + "longitude": "-85.575147", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49701", + "city": "Mackinaw City", + "state": "MI", + "latitude": "45.773926", + "longitude": "-84.727140", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49705", + "city": "Afton", + "state": "MI", + "latitude": "45.355074", + "longitude": "-84.478980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49706", + "city": "Alanson", + "state": "MI", + "latitude": "45.431122", + "longitude": "-84.776540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49707", + "city": "Alpena", + "state": "MI", + "latitude": "45.085830", + "longitude": "-83.464110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49709", + "city": "Atlanta", + "state": "MI", + "latitude": "45.016358", + "longitude": "-84.145180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49710", + "city": "Barbeau", + "state": "MI", + "latitude": "46.274091", + "longitude": "-84.171640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49711", + "city": "Bay Shore", + "state": "MI", + "latitude": "45.523425", + "longitude": "-85.332038", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49712", + "city": "Boyne City", + "state": "MI", + "latitude": "45.215511", + "longitude": "-85.009950", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49713", + "city": "Boyne Falls", + "state": "MI", + "latitude": "45.206973", + "longitude": "-84.861850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49715", + "city": "Brimley", + "state": "MI", + "latitude": "46.411782", + "longitude": "-84.665020", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49716", + "city": "Brutus", + "state": "MI", + "latitude": "45.515594", + "longitude": "-84.723530", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49717", + "city": "Burt Lake", + "state": "MI", + "latitude": "45.430705", + "longitude": "-84.691207", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49718", + "city": "Carp Lake", + "state": "MI", + "latitude": "45.714093", + "longitude": "-84.799690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49719", + "city": "Cedarville", + "state": "MI", + "latitude": "45.998074", + "longitude": "-84.326150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49720", + "city": "Charlevoix", + "state": "MI", + "latitude": "45.294169", + "longitude": "-85.245160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49721", + "city": "Cheboygan", + "state": "MI", + "latitude": "45.589694", + "longitude": "-84.462500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49722", + "city": "Conway", + "state": "MI", + "latitude": "45.416693", + "longitude": "-84.866460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49723", + "city": "Cross Village", + "state": "MI", + "latitude": "45.625353", + "longitude": "-85.041872", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49724", + "city": "Dafter", + "state": "MI", + "latitude": "46.336140", + "longitude": "-84.435250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49725", + "city": "De Tour Village", + "state": "MI", + "latitude": "45.992931", + "longitude": "-83.980870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49726", + "city": "Drummond Island", + "state": "MI", + "latitude": "45.994672", + "longitude": "-83.751980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49727", + "city": "East Jordan", + "state": "MI", + "latitude": "45.137900", + "longitude": "-85.122520", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49728", + "city": "Eckerman", + "state": "MI", + "latitude": "46.355548", + "longitude": "-84.992490", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49729", + "city": "Ellsworth", + "state": "MI", + "latitude": "45.160264", + "longitude": "-85.266990", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49730", + "city": "Elmira", + "state": "MI", + "latitude": "45.039542", + "longitude": "-84.867740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49732", + "city": "Forest", + "state": "MI", + "latitude": "45.354266", + "longitude": "-84.301497", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49733", + "city": "Frederic", + "state": "MI", + "latitude": "44.809476", + "longitude": "-84.717270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49734", + "city": "Gaylord", + "state": "MI", + "latitude": "45.028411", + "longitude": "-84.612207", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49735", + "city": "Gaylord", + "state": "MI", + "latitude": "44.989608", + "longitude": "-84.674920", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49736", + "city": "Goetzville", + "state": "MI", + "latitude": "46.064734", + "longitude": "-84.154770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49737", + "city": "Good Hart", + "state": "MI", + "latitude": "45.580183", + "longitude": "-85.113678", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49738", + "city": "Grayling", + "state": "MI", + "latitude": "44.683274", + "longitude": "-84.625300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49739", + "city": "Grayling", + "state": "MI", + "latitude": "44.682996", + "longitude": "-84.610441", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49740", + "city": "Harbor Springs", + "state": "MI", + "latitude": "45.502308", + "longitude": "-84.990250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49743", + "city": "Hawks", + "state": "MI", + "latitude": "45.282088", + "longitude": "-83.935260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49744", + "city": "Herron", + "state": "MI", + "latitude": "44.993111", + "longitude": "-83.657230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49745", + "city": "Hessel", + "state": "MI", + "latitude": "46.012070", + "longitude": "-84.450480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49746", + "city": "Hillman", + "state": "MI", + "latitude": "45.068394", + "longitude": "-83.960710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49747", + "city": "Hubbard Lake", + "state": "MI", + "latitude": "44.827421", + "longitude": "-83.613680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49748", + "city": "Hulbert", + "state": "MI", + "latitude": "46.340461", + "longitude": "-85.165910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49749", + "city": "Indian River", + "state": "MI", + "latitude": "45.418813", + "longitude": "-84.595780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49750", + "city": "Lewiston", + "state": "MI", + "latitude": "44.884763", + "longitude": "-84.359770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49751", + "city": "Johannesburg", + "state": "MI", + "latitude": "44.963659", + "longitude": "-84.431750", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49752", + "city": "Kinross", + "state": "MI", + "latitude": "46.250359", + "longitude": "-84.482280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49753", + "city": "Lachine", + "state": "MI", + "latitude": "44.997180", + "longitude": "-83.791800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49755", + "city": "Levering", + "state": "MI", + "latitude": "45.631602", + "longitude": "-84.791030", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49756", + "city": "Lewiston", + "state": "MI", + "latitude": "44.839929", + "longitude": "-84.307870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49757", + "city": "Mackinac Island", + "state": "MI", + "latitude": "45.856777", + "longitude": "-84.626430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49758", + "city": "Greenwood", + "state": "MI", + "latitude": "44.682965", + "longitude": "-84.287698", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49759", + "city": "Millersburg", + "state": "MI", + "latitude": "45.433394", + "longitude": "-84.098110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49760", + "city": "Moran", + "state": "MI", + "latitude": "46.048831", + "longitude": "-84.947340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49761", + "city": "Mullett Lake", + "state": "MI", + "latitude": "45.563799", + "longitude": "-84.524050", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49762", + "city": "Naubinway", + "state": "MI", + "latitude": "46.142357", + "longitude": "-85.292840", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49764", + "city": "Oden", + "state": "MI", + "latitude": "45.423768", + "longitude": "-84.826110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49765", + "city": "Onaway", + "state": "MI", + "latitude": "45.354463", + "longitude": "-84.239560", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49766", + "city": "Ossineke", + "state": "MI", + "latitude": "44.920907", + "longitude": "-83.451250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49768", + "city": "Paradise", + "state": "MI", + "latitude": "46.659548", + "longitude": "-85.099130", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49769", + "city": "Pellston", + "state": "MI", + "latitude": "45.567787", + "longitude": "-84.814640", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49770", + "city": "Petoskey", + "state": "MI", + "latitude": "45.360111", + "longitude": "-84.937740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49774", + "city": "Pickford", + "state": "MI", + "latitude": "46.165132", + "longitude": "-84.332190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49775", + "city": "Pointe Aux Pins", + "state": "MI", + "latitude": "45.758378", + "longitude": "-84.465070", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49776", + "city": "Posen", + "state": "MI", + "latitude": "45.248956", + "longitude": "-83.690120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49777", + "city": "Presque Isle", + "state": "MI", + "latitude": "45.311011", + "longitude": "-83.498780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49778", + "city": "Brimley", + "state": "MI", + "latitude": "46.410777", + "longitude": "-84.336519", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49779", + "city": "Rogers City", + "state": "MI", + "latitude": "45.413252", + "longitude": "-83.836260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49780", + "city": "Rudyard", + "state": "MI", + "latitude": "46.204512", + "longitude": "-84.736710", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49781", + "city": "Saint Ignace", + "state": "MI", + "latitude": "45.923952", + "longitude": "-84.725500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49782", + "city": "Beaver Island", + "state": "MI", + "latitude": "45.739114", + "longitude": "-85.553390", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49783", + "city": "Sault Sainte Marie", + "state": "MI", + "latitude": "46.460895", + "longitude": "-84.324850", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49784", + "city": "Kincheloe", + "state": "MI", + "latitude": "46.410777", + "longitude": "-84.336519", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49785", + "city": "Kincheloe", + "state": "MI", + "latitude": "46.181451", + "longitude": "-84.405367", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49786", + "city": "Kincheloe", + "state": "MI", + "latitude": "46.410777", + "longitude": "-84.336519", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49788", + "city": "Kincheloe", + "state": "MI", + "latitude": "46.267303", + "longitude": "-84.456330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49790", + "city": "Strongs", + "state": "MI", + "latitude": "46.387377", + "longitude": "-84.966792", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49791", + "city": "Topinabee", + "state": "MI", + "latitude": "45.485860", + "longitude": "-84.592270", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49792", + "city": "Tower", + "state": "MI", + "latitude": "45.354677", + "longitude": "-84.300740", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49793", + "city": "Trout Lake", + "state": "MI", + "latitude": "46.199197", + "longitude": "-85.052870", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49795", + "city": "Vanderbilt", + "state": "MI", + "latitude": "45.169729", + "longitude": "-84.602480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49796", + "city": "Walloon Lake", + "state": "MI", + "latitude": "45.269001", + "longitude": "-84.947500", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49797", + "city": "Waters", + "state": "MI", + "latitude": "44.870234", + "longitude": "-84.659847", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49799", + "city": "Wolverine", + "state": "MI", + "latitude": "45.268255", + "longitude": "-84.601410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49801", + "city": "Iron Mountain", + "state": "MI", + "latitude": "45.871780", + "longitude": "-87.997170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49802", + "city": "Kingsford", + "state": "MI", + "latitude": "45.800687", + "longitude": "-88.083230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49805", + "city": "Allouez", + "state": "MI", + "latitude": "47.322703", + "longitude": "-88.408060", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49806", + "city": "Au Train", + "state": "MI", + "latitude": "46.436663", + "longitude": "-86.885410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49807", + "city": "Bark River", + "state": "MI", + "latitude": "45.770006", + "longitude": "-87.346170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49808", + "city": "Big Bay", + "state": "MI", + "latitude": "46.650313", + "longitude": "-87.862410", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49812", + "city": "Carney", + "state": "MI", + "latitude": "45.592320", + "longitude": "-87.503160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49813", + "city": "Cedar River", + "state": "MI", + "latitude": "45.435313", + "longitude": "-87.376790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49814", + "city": "Champion", + "state": "MI", + "latitude": "46.501074", + "longitude": "-87.923540", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49815", + "city": "Channing", + "state": "MI", + "latitude": "46.186913", + "longitude": "-88.045460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49816", + "city": "Chatham", + "state": "MI", + "latitude": "46.323845", + "longitude": "-86.907660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49817", + "city": "Cooks", + "state": "MI", + "latitude": "45.921508", + "longitude": "-86.458690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49818", + "city": "Cornell", + "state": "MI", + "latitude": "45.936883", + "longitude": "-87.261970", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49819", + "city": "Arnold", + "state": "MI", + "latitude": "46.604141", + "longitude": "-87.614805", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49820", + "city": "Curtis", + "state": "MI", + "latitude": "46.191702", + "longitude": "-85.721480", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49821", + "city": "Daggett", + "state": "MI", + "latitude": "45.521574", + "longitude": "-87.619770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49822", + "city": "Deerton", + "state": "MI", + "latitude": "46.470986", + "longitude": "-87.068430", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49825", + "city": "Eben Junction", + "state": "MI", + "latitude": "46.364487", + "longitude": "-86.980960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49826", + "city": "Rumely", + "state": "MI", + "latitude": "46.364395", + "longitude": "-86.996210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49827", + "city": "Engadine", + "state": "MI", + "latitude": "46.156073", + "longitude": "-85.570690", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49829", + "city": "Escanaba", + "state": "MI", + "latitude": "45.751671", + "longitude": "-87.089510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49831", + "city": "Felch", + "state": "MI", + "latitude": "45.994849", + "longitude": "-87.816150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49833", + "city": "Little Lake", + "state": "MI", + "latitude": "46.291233", + "longitude": "-87.333550", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49834", + "city": "Foster City", + "state": "MI", + "latitude": "45.947706", + "longitude": "-87.770890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49835", + "city": "Garden", + "state": "MI", + "latitude": "45.769159", + "longitude": "-86.558940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49836", + "city": "Germfask", + "state": "MI", + "latitude": "46.180416", + "longitude": "-85.901760", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49837", + "city": "Gladstone", + "state": "MI", + "latitude": "45.847136", + "longitude": "-87.045290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49838", + "city": "Gould City", + "state": "MI", + "latitude": "46.095949", + "longitude": "-85.717370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49839", + "city": "Grand Marais", + "state": "MI", + "latitude": "46.655567", + "longitude": "-85.958370", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49840", + "city": "Gulliver", + "state": "MI", + "latitude": "46.000666", + "longitude": "-85.996300", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49841", + "city": "Gwinn", + "state": "MI", + "latitude": "46.299186", + "longitude": "-87.433120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49845", + "city": "Harris", + "state": "MI", + "latitude": "45.692178", + "longitude": "-87.351342", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49847", + "city": "Hermansville", + "state": "MI", + "latitude": "45.709804", + "longitude": "-87.610540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49848", + "city": "Ingalls", + "state": "MI", + "latitude": "45.376503", + "longitude": "-87.632430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49849", + "city": "Ishpeming", + "state": "MI", + "latitude": "46.458207", + "longitude": "-87.727090", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49852", + "city": "Loretto", + "state": "MI", + "latitude": "45.781167", + "longitude": "-87.817590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49853", + "city": "McMillan", + "state": "MI", + "latitude": "46.301265", + "longitude": "-85.723210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49854", + "city": "Manistique", + "state": "MI", + "latitude": "46.042121", + "longitude": "-86.339460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49855", + "city": "Marquette", + "state": "MI", + "latitude": "46.554402", + "longitude": "-87.422230", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49858", + "city": "Menominee", + "state": "MI", + "latitude": "45.143100", + "longitude": "-87.608970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49861", + "city": "Michigamme", + "state": "MI", + "latitude": "46.540810", + "longitude": "-88.147420", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49862", + "city": "Munising", + "state": "MI", + "latitude": "46.375030", + "longitude": "-86.706150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49863", + "city": "Nadeau", + "state": "MI", + "latitude": "45.610678", + "longitude": "-87.554110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49864", + "city": "Nahma", + "state": "MI", + "latitude": "45.840744", + "longitude": "-86.662160", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49865", + "city": "National Mine", + "state": "MI", + "latitude": "46.604141", + "longitude": "-87.614805", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49866", + "city": "Negaunee", + "state": "MI", + "latitude": "46.517192", + "longitude": "-87.582450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49868", + "city": "Newberry", + "state": "MI", + "latitude": "46.434201", + "longitude": "-85.547580", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49869", + "city": "Wells", + "state": "MI", + "latitude": "46.071990", + "longitude": "-87.533429", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49870", + "city": "Norway", + "state": "MI", + "latitude": "45.792399", + "longitude": "-87.908240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49871", + "city": "Palmer", + "state": "MI", + "latitude": "46.440274", + "longitude": "-87.589880", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49872", + "city": "Perkins", + "state": "MI", + "latitude": "45.987113", + "longitude": "-87.074200", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49873", + "city": "Perronville", + "state": "MI", + "latitude": "45.889823", + "longitude": "-87.507160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49874", + "city": "Powers", + "state": "MI", + "latitude": "45.693128", + "longitude": "-87.509660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49876", + "city": "Quinnesec", + "state": "MI", + "latitude": "45.800070", + "longitude": "-87.991410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49877", + "city": "Ralph", + "state": "MI", + "latitude": "46.108829", + "longitude": "-87.782940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49878", + "city": "Rapid River", + "state": "MI", + "latitude": "45.926298", + "longitude": "-86.908980", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49879", + "city": "Republic", + "state": "MI", + "latitude": "46.345957", + "longitude": "-88.019720", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49880", + "city": "Rock", + "state": "MI", + "latitude": "46.086125", + "longitude": "-87.201460", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49881", + "city": "Sagola", + "state": "MI", + "latitude": "46.085875", + "longitude": "-87.996070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49883", + "city": "Seney", + "state": "MI", + "latitude": "46.460628", + "longitude": "-85.988780", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49884", + "city": "Shingleton", + "state": "MI", + "latitude": "46.399545", + "longitude": "-86.433150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49885", + "city": "Skandia", + "state": "MI", + "latitude": "46.356104", + "longitude": "-87.252110", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49886", + "city": "Spalding", + "state": "MI", + "latitude": "45.695551", + "longitude": "-87.504570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49887", + "city": "Stephenson", + "state": "MI", + "latitude": "45.417184", + "longitude": "-87.628100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49891", + "city": "Trenary", + "state": "MI", + "latitude": "46.229173", + "longitude": "-87.017150", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49892", + "city": "Vulcan", + "state": "MI", + "latitude": "45.755894", + "longitude": "-87.788380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49893", + "city": "Wallace", + "state": "MI", + "latitude": "45.314014", + "longitude": "-87.631140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49894", + "city": "Wells", + "state": "MI", + "latitude": "45.778066", + "longitude": "-87.076470", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49895", + "city": "Wetmore", + "state": "MI", + "latitude": "46.191294", + "longitude": "-86.649010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49896", + "city": "Wilson", + "state": "MI", + "latitude": "45.685664", + "longitude": "-87.377480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49901", + "city": "Ahmeek", + "state": "MI", + "latitude": "47.297841", + "longitude": "-88.394910", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49902", + "city": "Alpha", + "state": "MI", + "latitude": "46.045407", + "longitude": "-88.376810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49903", + "city": "Amasa", + "state": "MI", + "latitude": "46.234686", + "longitude": "-88.450430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49905", + "city": "Atlantic Mine", + "state": "MI", + "latitude": "47.101109", + "longitude": "-88.718330", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49908", + "city": "Baraga", + "state": "MI", + "latitude": "46.795417", + "longitude": "-88.526450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49910", + "city": "Bergland", + "state": "MI", + "latitude": "46.576653", + "longitude": "-89.576180", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49911", + "city": "Bessemer", + "state": "MI", + "latitude": "46.480948", + "longitude": "-90.051380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49912", + "city": "Bruce Crossing", + "state": "MI", + "latitude": "46.460770", + "longitude": "-89.156450", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49913", + "city": "Calumet", + "state": "MI", + "latitude": "47.239083", + "longitude": "-88.461210", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49915", + "city": "Caspian", + "state": "MI", + "latitude": "46.063428", + "longitude": "-88.627380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49916", + "city": "Chassell", + "state": "MI", + "latitude": "47.010896", + "longitude": "-88.540770", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49917", + "city": "Copper City", + "state": "MI", + "latitude": "47.283086", + "longitude": "-88.384340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49918", + "city": "Copper Harbor", + "state": "MI", + "latitude": "47.467597", + "longitude": "-87.882120", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49919", + "city": "Covington", + "state": "MI", + "latitude": "46.559834", + "longitude": "-88.522010", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49920", + "city": "Crystal Falls", + "state": "MI", + "latitude": "46.126240", + "longitude": "-88.356770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49921", + "city": "Dodgeville", + "state": "MI", + "latitude": "47.093922", + "longitude": "-88.578940", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49922", + "city": "Dollar Bay", + "state": "MI", + "latitude": "47.122751", + "longitude": "-88.481800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49924", + "city": "Houghton", + "state": "MI", + "latitude": "47.414054", + "longitude": "-88.297959", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49925", + "city": "Ewen", + "state": "MI", + "latitude": "46.555946", + "longitude": "-89.344340", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49927", + "city": "Gaastra", + "state": "MI", + "latitude": "46.056611", + "longitude": "-88.593960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49929", + "city": "Greenland", + "state": "MI", + "latitude": "46.780926", + "longitude": "-89.097620", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49930", + "city": "Hancock", + "state": "MI", + "latitude": "47.145007", + "longitude": "-88.578290", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49931", + "city": "Houghton", + "state": "MI", + "latitude": "47.119290", + "longitude": "-88.572590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49934", + "city": "Hubbell", + "state": "MI", + "latitude": "47.170691", + "longitude": "-88.433960", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49935", + "city": "Iron River", + "state": "MI", + "latitude": "46.108022", + "longitude": "-88.700730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49938", + "city": "Ironwood", + "state": "MI", + "latitude": "46.473510", + "longitude": "-90.157320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49942", + "city": "Kearsarge", + "state": "MI", + "latitude": "47.269659", + "longitude": "-88.415890", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49943", + "city": "Iron River", + "state": "MI", + "latitude": "46.421861", + "longitude": "-88.879139", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49945", + "city": "Lake Linden", + "state": "MI", + "latitude": "47.175830", + "longitude": "-88.329040", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49946", + "city": "Lanse", + "state": "MI", + "latitude": "46.766303", + "longitude": "-88.378670", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49947", + "city": "Marenisco", + "state": "MI", + "latitude": "46.420235", + "longitude": "-89.665180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49948", + "city": "Mass City", + "state": "MI", + "latitude": "46.730077", + "longitude": "-89.020380", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49950", + "city": "Mohawk", + "state": "MI", + "latitude": "47.400603", + "longitude": "-88.147680", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49952", + "city": "Nisula", + "state": "MI", + "latitude": "46.759600", + "longitude": "-88.849280", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49953", + "city": "Ontonagon", + "state": "MI", + "latitude": "46.846455", + "longitude": "-89.351190", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49955", + "city": "Painesdale", + "state": "MI", + "latitude": "47.034828", + "longitude": "-88.671900", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49958", + "city": "Pelkie", + "state": "MI", + "latitude": "46.830728", + "longitude": "-88.657510", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49959", + "city": "Ramsay", + "state": "MI", + "latitude": "46.470746", + "longitude": "-89.996030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49960", + "city": "Rockland", + "state": "MI", + "latitude": "46.739853", + "longitude": "-89.181260", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49961", + "city": "Sidnaw", + "state": "MI", + "latitude": "46.469552", + "longitude": "-88.736590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49962", + "city": "Skanee", + "state": "MI", + "latitude": "46.877000", + "longitude": "-88.171660", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49963", + "city": "South Range", + "state": "MI", + "latitude": "47.069257", + "longitude": "-88.639360", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49964", + "city": "Stambaugh", + "state": "MI", + "latitude": "46.081472", + "longitude": "-88.628060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49965", + "city": "Toivola", + "state": "MI", + "latitude": "47.001469", + "longitude": "-88.881790", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49967", + "city": "Trout Creek", + "state": "MI", + "latitude": "46.459705", + "longitude": "-89.002800", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49968", + "city": "Wakefield", + "state": "MI", + "latitude": "46.466645", + "longitude": "-89.918760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49969", + "city": "Watersmeet", + "state": "MI", + "latitude": "46.258959", + "longitude": "-89.265940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "49970", + "city": "Watton", + "state": "MI", + "latitude": "46.532270", + "longitude": "-88.604590", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49971", + "city": "White Pine", + "state": "MI", + "latitude": "46.754237", + "longitude": "-89.579250", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49974", + "city": "Pickford", + "state": "MI", + "latitude": "46.158139", + "longitude": "-84.361116", + "timezone": "-5", + "dst": "1" + }, + { + "zip": "49990", + "city": "Alpha", + "state": "MI", + "latitude": "46.045288", + "longitude": "-88.375199", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50001", + "city": "Ackworth", + "state": "IA", + "latitude": "41.363615", + "longitude": "-93.414940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50002", + "city": "Adair", + "state": "IA", + "latitude": "41.507565", + "longitude": "-94.648050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50003", + "city": "Adel", + "state": "IA", + "latitude": "41.612628", + "longitude": "-94.035870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50005", + "city": "Albion", + "state": "IA", + "latitude": "42.116477", + "longitude": "-93.003570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50006", + "city": "Alden", + "state": "IA", + "latitude": "42.507670", + "longitude": "-93.400820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50007", + "city": "Alleman", + "state": "IA", + "latitude": "41.804875", + "longitude": "-93.604750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50008", + "city": "Allerton", + "state": "IA", + "latitude": "40.688451", + "longitude": "-93.379070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50009", + "city": "Altoona", + "state": "IA", + "latitude": "41.644716", + "longitude": "-93.466410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50010", + "city": "Ames", + "state": "IA", + "latitude": "42.029330", + "longitude": "-93.609660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50011", + "city": "Ames", + "state": "IA", + "latitude": "42.035998", + "longitude": "-93.465172", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50012", + "city": "Ames", + "state": "IA", + "latitude": "42.023557", + "longitude": "-93.648465", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50013", + "city": "Ames", + "state": "IA", + "latitude": "42.023535", + "longitude": "-93.640818", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50014", + "city": "Ames", + "state": "IA", + "latitude": "42.033235", + "longitude": "-93.667410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50015", + "city": "Ankeny", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50020", + "city": "Anita", + "state": "IA", + "latitude": "41.445635", + "longitude": "-94.758060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50021", + "city": "Ankeny", + "state": "IA", + "latitude": "41.725288", + "longitude": "-93.604750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50022", + "city": "Atlantic", + "state": "IA", + "latitude": "41.410484", + "longitude": "-95.008520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50025", + "city": "Audubon", + "state": "IA", + "latitude": "41.741295", + "longitude": "-94.927810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50026", + "city": "Bagley", + "state": "IA", + "latitude": "41.853498", + "longitude": "-94.439120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50027", + "city": "Barnes City", + "state": "IA", + "latitude": "41.472488", + "longitude": "-92.468990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50028", + "city": "Baxter", + "state": "IA", + "latitude": "41.820644", + "longitude": "-93.147430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50029", + "city": "Bayard", + "state": "IA", + "latitude": "41.845871", + "longitude": "-94.555880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50031", + "city": "Beaver", + "state": "IA", + "latitude": "42.038746", + "longitude": "-94.143566", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50032", + "city": "Berwick", + "state": "IA", + "latitude": "41.666513", + "longitude": "-93.539160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50033", + "city": "Bevington", + "state": "IA", + "latitude": "41.360357", + "longitude": "-93.792190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50034", + "city": "Blairsburg", + "state": "IA", + "latitude": "42.490439", + "longitude": "-93.641870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50035", + "city": "Bondurant", + "state": "IA", + "latitude": "41.704455", + "longitude": "-93.461710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50036", + "city": "Boone", + "state": "IA", + "latitude": "42.074515", + "longitude": "-93.874370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50037", + "city": "Boone", + "state": "IA", + "latitude": "42.036552", + "longitude": "-93.931686", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50038", + "city": "Booneville", + "state": "IA", + "latitude": "41.519724", + "longitude": "-93.904830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50039", + "city": "Bouton", + "state": "IA", + "latitude": "41.830156", + "longitude": "-94.014440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50040", + "city": "Boxholm", + "state": "IA", + "latitude": "42.174905", + "longitude": "-94.105520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50041", + "city": "Bradford", + "state": "IA", + "latitude": "42.632923", + "longitude": "-93.245900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50042", + "city": "Brayton", + "state": "IA", + "latitude": "41.534416", + "longitude": "-94.903230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50043", + "city": "Buckeye", + "state": "IA", + "latitude": "42.417866", + "longitude": "-93.375544", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50044", + "city": "Bussey", + "state": "IA", + "latitude": "41.202354", + "longitude": "-92.886210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50046", + "city": "Cambridge", + "state": "IA", + "latitude": "41.899490", + "longitude": "-93.531100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50047", + "city": "Carlisle", + "state": "IA", + "latitude": "41.491089", + "longitude": "-93.480580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50048", + "city": "Casey", + "state": "IA", + "latitude": "41.514342", + "longitude": "-94.521390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50049", + "city": "Chariton", + "state": "IA", + "latitude": "41.028910", + "longitude": "-93.298570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50050", + "city": "Churdan", + "state": "IA", + "latitude": "42.163720", + "longitude": "-94.507710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50051", + "city": "Clemons", + "state": "IA", + "latitude": "42.136440", + "longitude": "-93.142220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50052", + "city": "Clio", + "state": "IA", + "latitude": "40.639737", + "longitude": "-93.456150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50054", + "city": "Colfax", + "state": "IA", + "latitude": "41.682808", + "longitude": "-93.235910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50055", + "city": "Collins", + "state": "IA", + "latitude": "41.880967", + "longitude": "-93.296910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50056", + "city": "Colo", + "state": "IA", + "latitude": "42.011477", + "longitude": "-93.312930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50057", + "city": "Columbia", + "state": "IA", + "latitude": "41.185045", + "longitude": "-93.168300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50058", + "city": "Coon Rapids", + "state": "IA", + "latitude": "41.871310", + "longitude": "-94.688400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50059", + "city": "Cooper", + "state": "IA", + "latitude": "41.919495", + "longitude": "-94.345180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50060", + "city": "Corydon", + "state": "IA", + "latitude": "40.756632", + "longitude": "-93.315270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50061", + "city": "Cumming", + "state": "IA", + "latitude": "41.491203", + "longitude": "-93.785370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50062", + "city": "Dallas", + "state": "IA", + "latitude": "41.230220", + "longitude": "-93.239040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50063", + "city": "Dallas Center", + "state": "IA", + "latitude": "41.687847", + "longitude": "-93.948520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50064", + "city": "Dana", + "state": "IA", + "latitude": "42.114858", + "longitude": "-94.231120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50065", + "city": "Davis City", + "state": "IA", + "latitude": "40.623677", + "longitude": "-93.801060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50066", + "city": "Dawson", + "state": "IA", + "latitude": "41.827287", + "longitude": "-94.212370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50067", + "city": "Decatur", + "state": "IA", + "latitude": "40.734072", + "longitude": "-93.851690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50068", + "city": "Derby", + "state": "IA", + "latitude": "40.937432", + "longitude": "-93.456590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50069", + "city": "De Soto", + "state": "IA", + "latitude": "41.531060", + "longitude": "-94.008420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50070", + "city": "Dexter", + "state": "IA", + "latitude": "41.488275", + "longitude": "-94.237850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50071", + "city": "Dows", + "state": "IA", + "latitude": "42.653654", + "longitude": "-93.507610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50072", + "city": "Earlham", + "state": "IA", + "latitude": "41.468077", + "longitude": "-94.124880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50073", + "city": "Elkhart", + "state": "IA", + "latitude": "41.792118", + "longitude": "-93.525950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50074", + "city": "Ellston", + "state": "IA", + "latitude": "40.852515", + "longitude": "-94.075460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50075", + "city": "Ellsworth", + "state": "IA", + "latitude": "42.325266", + "longitude": "-93.565070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50076", + "city": "Exira", + "state": "IA", + "latitude": "41.592497", + "longitude": "-94.870320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50078", + "city": "Ferguson", + "state": "IA", + "latitude": "41.937460", + "longitude": "-92.865000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50101", + "city": "Galt", + "state": "IA", + "latitude": "42.682176", + "longitude": "-93.614720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50102", + "city": "Garden City", + "state": "IA", + "latitude": "42.244890", + "longitude": "-93.397830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50103", + "city": "Garden Grove", + "state": "IA", + "latitude": "40.801638", + "longitude": "-93.607110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50104", + "city": "Gibson", + "state": "IA", + "latitude": "41.472819", + "longitude": "-92.384100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50105", + "city": "Gilbert", + "state": "IA", + "latitude": "42.110624", + "longitude": "-93.645040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50106", + "city": "Gilman", + "state": "IA", + "latitude": "41.879550", + "longitude": "-92.793870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50107", + "city": "Grand Junction", + "state": "IA", + "latitude": "42.036623", + "longitude": "-94.219480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50108", + "city": "Grand River", + "state": "IA", + "latitude": "40.834902", + "longitude": "-93.954140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50109", + "city": "Granger", + "state": "IA", + "latitude": "41.759988", + "longitude": "-93.814860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50110", + "city": "Gray", + "state": "IA", + "latitude": "41.841150", + "longitude": "-94.981200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50111", + "city": "Grimes", + "state": "IA", + "latitude": "41.678220", + "longitude": "-93.793500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50112", + "city": "Grinnell", + "state": "IA", + "latitude": "41.736434", + "longitude": "-92.721230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50115", + "city": "Guthrie Center", + "state": "IA", + "latitude": "41.690084", + "longitude": "-94.526020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50116", + "city": "Hamilton", + "state": "IA", + "latitude": "41.179690", + "longitude": "-92.947750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50117", + "city": "Hamlin", + "state": "IA", + "latitude": "41.671777", + "longitude": "-94.849240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50118", + "city": "Hartford", + "state": "IA", + "latitude": "41.457014", + "longitude": "-93.390780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50119", + "city": "Harvey", + "state": "IA", + "latitude": "41.313748", + "longitude": "-92.938750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50120", + "city": "Haverhill", + "state": "IA", + "latitude": "41.940175", + "longitude": "-92.969790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50122", + "city": "Hubbard", + "state": "IA", + "latitude": "42.308840", + "longitude": "-93.311620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50123", + "city": "Humeston", + "state": "IA", + "latitude": "40.854525", + "longitude": "-93.498630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50124", + "city": "Huxley", + "state": "IA", + "latitude": "41.893335", + "longitude": "-93.598440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50125", + "city": "Indianola", + "state": "IA", + "latitude": "41.354068", + "longitude": "-93.575060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50126", + "city": "Iowa Falls", + "state": "IA", + "latitude": "42.515426", + "longitude": "-93.262170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50127", + "city": "Ira", + "state": "IA", + "latitude": "41.777174", + "longitude": "-93.213830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50128", + "city": "Jamaica", + "state": "IA", + "latitude": "41.855913", + "longitude": "-94.299810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50129", + "city": "Jefferson", + "state": "IA", + "latitude": "42.017677", + "longitude": "-94.379390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50130", + "city": "Jewell", + "state": "IA", + "latitude": "42.302683", + "longitude": "-93.652320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50131", + "city": "Johnston", + "state": "IA", + "latitude": "41.674757", + "longitude": "-93.718650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50132", + "city": "Kamrar", + "state": "IA", + "latitude": "42.393155", + "longitude": "-93.708670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50133", + "city": "Kellerton", + "state": "IA", + "latitude": "40.703320", + "longitude": "-94.081430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50134", + "city": "Kelley", + "state": "IA", + "latitude": "41.949947", + "longitude": "-93.664800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50135", + "city": "Kellogg", + "state": "IA", + "latitude": "41.736358", + "longitude": "-92.894810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50136", + "city": "Keswick", + "state": "IA", + "latitude": "41.463624", + "longitude": "-92.268410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50137", + "city": "Killduff", + "state": "IA", + "latitude": "41.607887", + "longitude": "-92.905730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50138", + "city": "Knoxville", + "state": "IA", + "latitude": "41.307595", + "longitude": "-93.102260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50139", + "city": "Lacona", + "state": "IA", + "latitude": "41.182964", + "longitude": "-93.369270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50140", + "city": "Lamoni", + "state": "IA", + "latitude": "40.630919", + "longitude": "-93.948570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50141", + "city": "Laurel", + "state": "IA", + "latitude": "41.880530", + "longitude": "-92.954640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50142", + "city": "Le Grand", + "state": "IA", + "latitude": "42.005330", + "longitude": "-92.775250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50143", + "city": "Leighton", + "state": "IA", + "latitude": "41.324195", + "longitude": "-92.806310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50144", + "city": "Leon", + "state": "IA", + "latitude": "40.736802", + "longitude": "-93.742730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50145", + "city": "Liberty Center", + "state": "IA", + "latitude": "41.203946", + "longitude": "-93.500690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50146", + "city": "Linden", + "state": "IA", + "latitude": "41.668493", + "longitude": "-94.260660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50147", + "city": "Lineville", + "state": "IA", + "latitude": "40.602430", + "longitude": "-93.527780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50148", + "city": "Liscomb", + "state": "IA", + "latitude": "42.187863", + "longitude": "-93.003810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50149", + "city": "Lorimor", + "state": "IA", + "latitude": "41.137674", + "longitude": "-94.080420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50150", + "city": "Lovilia", + "state": "IA", + "latitude": "41.120845", + "longitude": "-92.935720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50151", + "city": "Lucas", + "state": "IA", + "latitude": "41.060580", + "longitude": "-93.490760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50152", + "city": "Luther", + "state": "IA", + "latitude": "41.967091", + "longitude": "-93.821060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50153", + "city": "Lynnville", + "state": "IA", + "latitude": "41.573516", + "longitude": "-92.794580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50154", + "city": "McCallsburg", + "state": "IA", + "latitude": "42.168307", + "longitude": "-93.397180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50155", + "city": "Macksburg", + "state": "IA", + "latitude": "41.210955", + "longitude": "-94.189940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50156", + "city": "Madrid", + "state": "IA", + "latitude": "41.877415", + "longitude": "-93.799250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50157", + "city": "Malcom", + "state": "IA", + "latitude": "41.738800", + "longitude": "-92.561550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50158", + "city": "Marshalltown", + "state": "IA", + "latitude": "42.042506", + "longitude": "-92.906460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50160", + "city": "Martensdale", + "state": "IA", + "latitude": "41.373193", + "longitude": "-93.740930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50161", + "city": "Maxwell", + "state": "IA", + "latitude": "41.866250", + "longitude": "-93.401340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50162", + "city": "Melbourne", + "state": "IA", + "latitude": "41.939663", + "longitude": "-93.071140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50163", + "city": "Melcher", + "state": "IA", + "latitude": "41.242194", + "longitude": "-93.173193", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50164", + "city": "Menlo", + "state": "IA", + "latitude": "41.504978", + "longitude": "-94.406500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50165", + "city": "Millerton", + "state": "IA", + "latitude": "40.847504", + "longitude": "-93.305020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50166", + "city": "Milo", + "state": "IA", + "latitude": "41.283703", + "longitude": "-93.413990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50167", + "city": "Minburn", + "state": "IA", + "latitude": "41.750745", + "longitude": "-94.046590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50168", + "city": "Mingo", + "state": "IA", + "latitude": "41.780089", + "longitude": "-93.269160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50169", + "city": "Mitchellville", + "state": "IA", + "latitude": "41.661112", + "longitude": "-93.353270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50170", + "city": "Monroe", + "state": "IA", + "latitude": "41.528347", + "longitude": "-93.105170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50171", + "city": "Montezuma", + "state": "IA", + "latitude": "41.581309", + "longitude": "-92.539460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50173", + "city": "Montour", + "state": "IA", + "latitude": "41.980296", + "longitude": "-92.711000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50174", + "city": "Murray", + "state": "IA", + "latitude": "41.039527", + "longitude": "-93.954980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50177", + "city": "Grinnell", + "state": "IA", + "latitude": "41.685742", + "longitude": "-92.532032", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50197", + "city": "Knoxville", + "state": "IA", + "latitude": "41.334549", + "longitude": "-93.099205", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50198", + "city": "Knoxville", + "state": "IA", + "latitude": "41.334549", + "longitude": "-93.099205", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50201", + "city": "Nevada", + "state": "IA", + "latitude": "42.026021", + "longitude": "-93.448400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50206", + "city": "New Providence", + "state": "IA", + "latitude": "42.250902", + "longitude": "-93.200700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50207", + "city": "New Sharon", + "state": "IA", + "latitude": "41.445018", + "longitude": "-92.648230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50208", + "city": "Newton", + "state": "IA", + "latitude": "41.702148", + "longitude": "-93.044670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50210", + "city": "New Virginia", + "state": "IA", + "latitude": "41.193148", + "longitude": "-93.713880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50211", + "city": "Norwalk", + "state": "IA", + "latitude": "41.470726", + "longitude": "-93.682250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50212", + "city": "Ogden", + "state": "IA", + "latitude": "42.045766", + "longitude": "-94.044300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50213", + "city": "Osceola", + "state": "IA", + "latitude": "41.031309", + "longitude": "-93.770040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50214", + "city": "Otley", + "state": "IA", + "latitude": "41.456325", + "longitude": "-93.073800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50216", + "city": "Panora", + "state": "IA", + "latitude": "41.701873", + "longitude": "-94.364880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50217", + "city": "Paton", + "state": "IA", + "latitude": "42.171910", + "longitude": "-94.259430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50218", + "city": "Patterson", + "state": "IA", + "latitude": "41.348815", + "longitude": "-93.880680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50219", + "city": "Pella", + "state": "IA", + "latitude": "41.411394", + "longitude": "-92.911260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50220", + "city": "Perry", + "state": "IA", + "latitude": "41.846679", + "longitude": "-94.109610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50222", + "city": "Peru", + "state": "IA", + "latitude": "41.223389", + "longitude": "-93.943090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50223", + "city": "Pilot Mound", + "state": "IA", + "latitude": "42.162453", + "longitude": "-94.017280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50225", + "city": "Pleasantville", + "state": "IA", + "latitude": "41.381537", + "longitude": "-93.270560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50226", + "city": "Polk City", + "state": "IA", + "latitude": "41.782755", + "longitude": "-93.714050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50227", + "city": "Popejoy", + "state": "IA", + "latitude": "42.594986", + "longitude": "-93.428260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50228", + "city": "Prairie City", + "state": "IA", + "latitude": "41.584485", + "longitude": "-93.241610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50229", + "city": "Prole", + "state": "IA", + "latitude": "41.381146", + "longitude": "-93.775470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50230", + "city": "Radcliffe", + "state": "IA", + "latitude": "42.303222", + "longitude": "-93.453430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50231", + "city": "Randall", + "state": "IA", + "latitude": "42.237408", + "longitude": "-93.602530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50232", + "city": "Reasnor", + "state": "IA", + "latitude": "41.557079", + "longitude": "-92.970560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50233", + "city": "Redfield", + "state": "IA", + "latitude": "41.604233", + "longitude": "-94.209310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50234", + "city": "Rhodes", + "state": "IA", + "latitude": "41.893470", + "longitude": "-93.181300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50235", + "city": "Rippey", + "state": "IA", + "latitude": "41.931753", + "longitude": "-94.205650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50236", + "city": "Roland", + "state": "IA", + "latitude": "42.168363", + "longitude": "-93.494320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50237", + "city": "Runnells", + "state": "IA", + "latitude": "41.536205", + "longitude": "-93.381820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50238", + "city": "Russell", + "state": "IA", + "latitude": "40.962051", + "longitude": "-93.183730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50239", + "city": "Saint Anthony", + "state": "IA", + "latitude": "42.135419", + "longitude": "-93.202400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50240", + "city": "Saint Charles", + "state": "IA", + "latitude": "41.304096", + "longitude": "-93.797280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50241", + "city": "Saint Marys", + "state": "IA", + "latitude": "41.308451", + "longitude": "-93.731570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50242", + "city": "Searsboro", + "state": "IA", + "latitude": "41.565120", + "longitude": "-92.694840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50243", + "city": "Sheldahl", + "state": "IA", + "latitude": "41.864393", + "longitude": "-93.695410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50244", + "city": "Slater", + "state": "IA", + "latitude": "41.871283", + "longitude": "-93.675080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50246", + "city": "Stanhope", + "state": "IA", + "latitude": "42.281552", + "longitude": "-93.795200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50247", + "city": "State Center", + "state": "IA", + "latitude": "42.010415", + "longitude": "-93.168270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50248", + "city": "Story City", + "state": "IA", + "latitude": "42.186442", + "longitude": "-93.598670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50249", + "city": "Stratford", + "state": "IA", + "latitude": "42.280223", + "longitude": "-93.906570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50250", + "city": "Stuart", + "state": "IA", + "latitude": "41.500086", + "longitude": "-94.327310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50251", + "city": "Sully", + "state": "IA", + "latitude": "41.571400", + "longitude": "-92.859410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50252", + "city": "Swan", + "state": "IA", + "latitude": "41.449489", + "longitude": "-93.317820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50254", + "city": "Thayer", + "state": "IA", + "latitude": "40.993550", + "longitude": "-94.076350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50255", + "city": "Thornburg", + "state": "IA", + "latitude": "41.336267", + "longitude": "-92.178366", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50256", + "city": "Tracy", + "state": "IA", + "latitude": "41.277693", + "longitude": "-92.903000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50257", + "city": "Truro", + "state": "IA", + "latitude": "41.204733", + "longitude": "-93.845530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50258", + "city": "Union", + "state": "IA", + "latitude": "42.232454", + "longitude": "-93.078330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50259", + "city": "Gifford", + "state": "IA", + "latitude": "42.383133", + "longitude": "-93.250567", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50261", + "city": "Van Meter", + "state": "IA", + "latitude": "41.490848", + "longitude": "-93.945090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50262", + "city": "Van Wert", + "state": "IA", + "latitude": "40.857503", + "longitude": "-93.799450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50263", + "city": "Waukee", + "state": "IA", + "latitude": "41.601516", + "longitude": "-93.861510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50264", + "city": "Weldon", + "state": "IA", + "latitude": "40.892220", + "longitude": "-93.709880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50265", + "city": "West Des Moines", + "state": "IA", + "latitude": "41.570916", + "longitude": "-93.735680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50266", + "city": "West Des Moines", + "state": "IA", + "latitude": "41.581181", + "longitude": "-93.782870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50268", + "city": "What Cheer", + "state": "IA", + "latitude": "41.403794", + "longitude": "-92.354100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50269", + "city": "Whitten", + "state": "IA", + "latitude": "42.261478", + "longitude": "-93.007380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50271", + "city": "Williams", + "state": "IA", + "latitude": "42.486287", + "longitude": "-93.546440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50272", + "city": "Williamson", + "state": "IA", + "latitude": "41.088690", + "longitude": "-93.258210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50273", + "city": "Winterset", + "state": "IA", + "latitude": "41.332618", + "longitude": "-94.038020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50274", + "city": "Wiota", + "state": "IA", + "latitude": "41.394625", + "longitude": "-94.862760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50275", + "city": "Woodburn", + "state": "IA", + "latitude": "41.016190", + "longitude": "-93.591810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50276", + "city": "Woodward", + "state": "IA", + "latitude": "41.855315", + "longitude": "-93.927950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50277", + "city": "Yale", + "state": "IA", + "latitude": "41.779131", + "longitude": "-94.354180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50278", + "city": "Zearing", + "state": "IA", + "latitude": "42.158866", + "longitude": "-93.296730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50294", + "city": "Stratford", + "state": "IA", + "latitude": "42.266846", + "longitude": "-93.927086", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50301", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50302", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50303", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50304", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50305", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50306", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50307", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50308", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50309", + "city": "Des Moines", + "state": "IA", + "latitude": "41.585939", + "longitude": "-93.620040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50310", + "city": "Des Moines", + "state": "IA", + "latitude": "41.625988", + "longitude": "-93.674030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50311", + "city": "Des Moines", + "state": "IA", + "latitude": "41.601189", + "longitude": "-93.680760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50312", + "city": "Des Moines", + "state": "IA", + "latitude": "41.587039", + "longitude": "-93.673560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50313", + "city": "Des Moines", + "state": "IA", + "latitude": "41.637638", + "longitude": "-93.616360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50314", + "city": "Des Moines", + "state": "IA", + "latitude": "41.602989", + "longitude": "-93.632370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50315", + "city": "Des Moines", + "state": "IA", + "latitude": "41.545089", + "longitude": "-93.619040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50316", + "city": "Des Moines", + "state": "IA", + "latitude": "41.606339", + "longitude": "-93.598290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50317", + "city": "Des Moines", + "state": "IA", + "latitude": "41.606939", + "longitude": "-93.548290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50318", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50319", + "city": "Des Moines", + "state": "IA", + "latitude": "41.592089", + "longitude": "-93.603967", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50320", + "city": "Des Moines", + "state": "IA", + "latitude": "41.537059", + "longitude": "-93.580720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50321", + "city": "Des Moines", + "state": "IA", + "latitude": "41.542789", + "longitude": "-93.661890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50322", + "city": "Urbandale", + "state": "IA", + "latitude": "41.630521", + "longitude": "-93.723800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50323", + "city": "Urbandale", + "state": "IA", + "latitude": "41.625788", + "longitude": "-93.802350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50325", + "city": "Clive", + "state": "IA", + "latitude": "41.607870", + "longitude": "-93.780930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50327", + "city": "Pleasant Hill", + "state": "IA", + "latitude": "41.587818", + "longitude": "-93.505751", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50328", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50329", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50330", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50331", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50332", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50333", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50334", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50335", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50336", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50338", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50339", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50340", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50347", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50350", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50359", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50360", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50361", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50362", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50363", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50364", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50367", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50368", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50369", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50380", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50381", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50391", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50392", + "city": "Des Moines", + "state": "IA", + "latitude": "41.587839", + "longitude": "-93.627368", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50393", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50394", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50395", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50396", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50397", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50398", + "city": "West Des Moines", + "state": "IA", + "latitude": "41.594543", + "longitude": "-93.785502", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50401", + "city": "Mason City", + "state": "IA", + "latitude": "43.153969", + "longitude": "-93.200370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50402", + "city": "Mason City", + "state": "IA", + "latitude": "43.081604", + "longitude": "-93.260879", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50405", + "city": "Lake Mills", + "state": "IA", + "latitude": "43.418395", + "longitude": "-93.525253", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50420", + "city": "Alexander", + "state": "IA", + "latitude": "42.811536", + "longitude": "-93.468440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50421", + "city": "Belmond", + "state": "IA", + "latitude": "42.842616", + "longitude": "-93.618700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50423", + "city": "Britt", + "state": "IA", + "latitude": "43.104076", + "longitude": "-93.804100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50424", + "city": "Buffalo Center", + "state": "IA", + "latitude": "43.392145", + "longitude": "-93.942820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50426", + "city": "Carpenter", + "state": "IA", + "latitude": "43.414156", + "longitude": "-93.016930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50427", + "city": "Chapin", + "state": "IA", + "latitude": "42.834852", + "longitude": "-93.222587", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50428", + "city": "Clear Lake", + "state": "IA", + "latitude": "43.137500", + "longitude": "-93.384630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50430", + "city": "Corwith", + "state": "IA", + "latitude": "42.985613", + "longitude": "-93.961380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50431", + "city": "Coulter", + "state": "IA", + "latitude": "42.735305", + "longitude": "-93.370560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50432", + "city": "Crystal Lake", + "state": "IA", + "latitude": "43.222661", + "longitude": "-93.790900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50433", + "city": "Dougherty", + "state": "IA", + "latitude": "42.922595", + "longitude": "-93.043920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50434", + "city": "Fertile", + "state": "IA", + "latitude": "43.260087", + "longitude": "-93.435530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50435", + "city": "Floyd", + "state": "IA", + "latitude": "43.157144", + "longitude": "-92.760560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50436", + "city": "Forest City", + "state": "IA", + "latitude": "43.259165", + "longitude": "-93.656250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50438", + "city": "Garner", + "state": "IA", + "latitude": "43.102343", + "longitude": "-93.610330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50439", + "city": "Goodell", + "state": "IA", + "latitude": "42.930305", + "longitude": "-93.626450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50440", + "city": "Grafton", + "state": "IA", + "latitude": "43.329416", + "longitude": "-93.072970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50441", + "city": "Hampton", + "state": "IA", + "latitude": "42.743106", + "longitude": "-93.215180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50444", + "city": "Hanlontown", + "state": "IA", + "latitude": "43.287532", + "longitude": "-93.383600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50446", + "city": "Joice", + "state": "IA", + "latitude": "43.343138", + "longitude": "-93.456940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50447", + "city": "Kanawha", + "state": "IA", + "latitude": "42.926804", + "longitude": "-93.808210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50448", + "city": "Kensett", + "state": "IA", + "latitude": "43.349766", + "longitude": "-93.225730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50449", + "city": "Klemme", + "state": "IA", + "latitude": "43.002473", + "longitude": "-93.582920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50450", + "city": "Lake Mills", + "state": "IA", + "latitude": "43.418877", + "longitude": "-93.520780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50451", + "city": "Lakota", + "state": "IA", + "latitude": "43.379814", + "longitude": "-94.090440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50452", + "city": "Latimer", + "state": "IA", + "latitude": "42.779290", + "longitude": "-93.368420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50453", + "city": "Leland", + "state": "IA", + "latitude": "43.363881", + "longitude": "-93.646800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50454", + "city": "Little Cedar", + "state": "IA", + "latitude": "43.383010", + "longitude": "-92.729300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50455", + "city": "McIntire", + "state": "IA", + "latitude": "43.450496", + "longitude": "-92.643310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50456", + "city": "Manly", + "state": "IA", + "latitude": "43.289041", + "longitude": "-93.208380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50457", + "city": "Meservey", + "state": "IA", + "latitude": "42.916174", + "longitude": "-93.483180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50458", + "city": "Nora Springs", + "state": "IA", + "latitude": "43.147661", + "longitude": "-93.005190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50459", + "city": "Northwood", + "state": "IA", + "latitude": "43.444448", + "longitude": "-93.240150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50460", + "city": "Orchard", + "state": "IA", + "latitude": "43.220043", + "longitude": "-92.722370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50461", + "city": "Osage", + "state": "IA", + "latitude": "43.290536", + "longitude": "-92.821150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50464", + "city": "Plymouth", + "state": "IA", + "latitude": "43.248524", + "longitude": "-93.099760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50465", + "city": "Rake", + "state": "IA", + "latitude": "43.484445", + "longitude": "-93.918170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50466", + "city": "Riceville", + "state": "IA", + "latitude": "43.376582", + "longitude": "-92.547550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50467", + "city": "Rock Falls", + "state": "IA", + "latitude": "43.206593", + "longitude": "-93.085740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50468", + "city": "Rockford", + "state": "IA", + "latitude": "43.048973", + "longitude": "-92.954580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50469", + "city": "Rockwell", + "state": "IA", + "latitude": "42.994932", + "longitude": "-93.201920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50470", + "city": "Rowan", + "state": "IA", + "latitude": "42.740200", + "longitude": "-93.553380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50471", + "city": "Rudd", + "state": "IA", + "latitude": "43.148134", + "longitude": "-92.887590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50472", + "city": "Saint Ansgar", + "state": "IA", + "latitude": "43.402708", + "longitude": "-92.938410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50473", + "city": "Scarville", + "state": "IA", + "latitude": "43.465920", + "longitude": "-93.666710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50475", + "city": "Sheffield", + "state": "IA", + "latitude": "42.885160", + "longitude": "-93.220820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50476", + "city": "Stacyville", + "state": "IA", + "latitude": "43.441028", + "longitude": "-92.777020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50477", + "city": "Swaledale", + "state": "IA", + "latitude": "42.977790", + "longitude": "-93.327680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50478", + "city": "Thompson", + "state": "IA", + "latitude": "43.385425", + "longitude": "-93.777340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50479", + "city": "Thornton", + "state": "IA", + "latitude": "42.939528", + "longitude": "-93.393010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50480", + "city": "Titonka", + "state": "IA", + "latitude": "43.242739", + "longitude": "-94.043330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50481", + "city": "Toeterville", + "state": "IA", + "latitude": "43.356439", + "longitude": "-92.788967", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50482", + "city": "Ventura", + "state": "IA", + "latitude": "43.124246", + "longitude": "-93.482590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50483", + "city": "Wesley", + "state": "IA", + "latitude": "43.104175", + "longitude": "-93.999880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50484", + "city": "Woden", + "state": "IA", + "latitude": "43.236648", + "longitude": "-93.921370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50501", + "city": "Fort Dodge", + "state": "IA", + "latitude": "42.499242", + "longitude": "-94.182560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50510", + "city": "Albert City", + "state": "IA", + "latitude": "42.768165", + "longitude": "-94.970330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50511", + "city": "Algona", + "state": "IA", + "latitude": "43.073900", + "longitude": "-94.226020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50514", + "city": "Armstrong", + "state": "IA", + "latitude": "43.398596", + "longitude": "-94.472230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50515", + "city": "Ayrshire", + "state": "IA", + "latitude": "43.023296", + "longitude": "-94.851880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50516", + "city": "Badger", + "state": "IA", + "latitude": "42.624944", + "longitude": "-94.139040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50517", + "city": "Bancroft", + "state": "IA", + "latitude": "43.295639", + "longitude": "-94.225780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50518", + "city": "Barnum", + "state": "IA", + "latitude": "42.523953", + "longitude": "-94.354010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50519", + "city": "Bode", + "state": "IA", + "latitude": "42.884723", + "longitude": "-94.276440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50520", + "city": "Bradgate", + "state": "IA", + "latitude": "42.802568", + "longitude": "-94.419550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50521", + "city": "Burnside", + "state": "IA", + "latitude": "42.346859", + "longitude": "-94.107320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50522", + "city": "Burt", + "state": "IA", + "latitude": "43.192938", + "longitude": "-94.195120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50523", + "city": "Callender", + "state": "IA", + "latitude": "42.365340", + "longitude": "-94.297790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50524", + "city": "Clare", + "state": "IA", + "latitude": "42.603391", + "longitude": "-94.361290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50525", + "city": "Clarion", + "state": "IA", + "latitude": "42.738313", + "longitude": "-93.738500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50526", + "city": "Clarion", + "state": "IA", + "latitude": "42.733001", + "longitude": "-93.735230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50527", + "city": "Curlew", + "state": "IA", + "latitude": "42.973868", + "longitude": "-94.782690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50528", + "city": "Cylinder", + "state": "IA", + "latitude": "43.117331", + "longitude": "-94.547670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50529", + "city": "Dakota City", + "state": "IA", + "latitude": "42.720708", + "longitude": "-94.201850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50530", + "city": "Dayton", + "state": "IA", + "latitude": "42.265940", + "longitude": "-94.051800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50531", + "city": "Dolliver", + "state": "IA", + "latitude": "43.465883", + "longitude": "-94.616320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50532", + "city": "Duncombe", + "state": "IA", + "latitude": "42.456733", + "longitude": "-93.998140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50533", + "city": "Eagle Grove", + "state": "IA", + "latitude": "42.659143", + "longitude": "-93.906840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50535", + "city": "Early", + "state": "IA", + "latitude": "42.453686", + "longitude": "-95.163950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50536", + "city": "Emmetsburg", + "state": "IA", + "latitude": "43.115156", + "longitude": "-94.693100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50538", + "city": "Farnhamville", + "state": "IA", + "latitude": "42.279123", + "longitude": "-94.413730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50539", + "city": "Fenton", + "state": "IA", + "latitude": "43.225165", + "longitude": "-94.425830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50540", + "city": "Fonda", + "state": "IA", + "latitude": "42.588160", + "longitude": "-94.841920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50541", + "city": "Gilmore City", + "state": "IA", + "latitude": "42.710320", + "longitude": "-94.452930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50542", + "city": "Goldfield", + "state": "IA", + "latitude": "42.764886", + "longitude": "-93.941130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50543", + "city": "Gowrie", + "state": "IA", + "latitude": "42.269537", + "longitude": "-94.295390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50544", + "city": "Harcourt", + "state": "IA", + "latitude": "42.259002", + "longitude": "-94.176660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50545", + "city": "Hardy", + "state": "IA", + "latitude": "42.818996", + "longitude": "-94.074240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50546", + "city": "Havelock", + "state": "IA", + "latitude": "42.836636", + "longitude": "-94.705870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50548", + "city": "Humboldt", + "state": "IA", + "latitude": "42.720313", + "longitude": "-94.225170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50551", + "city": "Jolley", + "state": "IA", + "latitude": "42.475817", + "longitude": "-94.732100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50552", + "city": "Knierim", + "state": "IA", + "latitude": "42.455148", + "longitude": "-94.456520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50554", + "city": "Laurens", + "state": "IA", + "latitude": "42.844055", + "longitude": "-94.842750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50556", + "city": "Ledyard", + "state": "IA", + "latitude": "43.448529", + "longitude": "-94.196970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50557", + "city": "Lehigh", + "state": "IA", + "latitude": "42.358466", + "longitude": "-94.058290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50558", + "city": "Livermore", + "state": "IA", + "latitude": "42.872099", + "longitude": "-94.173390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50559", + "city": "Lone Rock", + "state": "IA", + "latitude": "43.204803", + "longitude": "-94.315260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50560", + "city": "Lu Verne", + "state": "IA", + "latitude": "42.947984", + "longitude": "-94.108450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50561", + "city": "Lytton", + "state": "IA", + "latitude": "42.417882", + "longitude": "-94.850980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50562", + "city": "Mallard", + "state": "IA", + "latitude": "42.949884", + "longitude": "-94.663720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50563", + "city": "Manson", + "state": "IA", + "latitude": "42.525030", + "longitude": "-94.536280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50565", + "city": "Marathon", + "state": "IA", + "latitude": "42.855822", + "longitude": "-95.002450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50566", + "city": "Moorland", + "state": "IA", + "latitude": "42.437122", + "longitude": "-94.321400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50567", + "city": "Nemaha", + "state": "IA", + "latitude": "42.527637", + "longitude": "-95.101250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50568", + "city": "Newell", + "state": "IA", + "latitude": "42.612476", + "longitude": "-95.000060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50569", + "city": "Otho", + "state": "IA", + "latitude": "42.417893", + "longitude": "-94.149400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50570", + "city": "Ottosen", + "state": "IA", + "latitude": "42.899575", + "longitude": "-94.375570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50571", + "city": "Palmer", + "state": "IA", + "latitude": "42.638478", + "longitude": "-94.589790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50573", + "city": "Plover", + "state": "IA", + "latitude": "42.878058", + "longitude": "-94.624000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50574", + "city": "Pocahontas", + "state": "IA", + "latitude": "42.724938", + "longitude": "-94.683650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50575", + "city": "Pomeroy", + "state": "IA", + "latitude": "42.556020", + "longitude": "-94.683070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50576", + "city": "Rembrandt", + "state": "IA", + "latitude": "42.814277", + "longitude": "-95.180710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50577", + "city": "Renwick", + "state": "IA", + "latitude": "42.846831", + "longitude": "-93.981590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50578", + "city": "Ringsted", + "state": "IA", + "latitude": "43.291538", + "longitude": "-94.541210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50579", + "city": "Rockwell City", + "state": "IA", + "latitude": "42.395906", + "longitude": "-94.632940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50581", + "city": "Rolfe", + "state": "IA", + "latitude": "42.842111", + "longitude": "-94.531140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50582", + "city": "Rutland", + "state": "IA", + "latitude": "42.778791", + "longitude": "-94.295350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50583", + "city": "Sac City", + "state": "IA", + "latitude": "42.431420", + "longitude": "-94.993230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50585", + "city": "Sioux Rapids", + "state": "IA", + "latitude": "42.907223", + "longitude": "-95.143150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50586", + "city": "Somers", + "state": "IA", + "latitude": "42.402475", + "longitude": "-94.435100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50587", + "city": "Rinard", + "state": "IA", + "latitude": "42.339118", + "longitude": "-94.488618", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50588", + "city": "Storm Lake", + "state": "IA", + "latitude": "42.646924", + "longitude": "-95.180700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50590", + "city": "Swea City", + "state": "IA", + "latitude": "43.392985", + "longitude": "-94.314960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50591", + "city": "Thor", + "state": "IA", + "latitude": "42.684486", + "longitude": "-94.054460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50592", + "city": "Truesdale", + "state": "IA", + "latitude": "42.728665", + "longitude": "-95.183030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50593", + "city": "Varina", + "state": "IA", + "latitude": "42.658595", + "longitude": "-94.900060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50594", + "city": "Vincent", + "state": "IA", + "latitude": "42.587704", + "longitude": "-94.025020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50595", + "city": "Webster City", + "state": "IA", + "latitude": "42.464579", + "longitude": "-93.820560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50597", + "city": "West Bend", + "state": "IA", + "latitude": "42.979440", + "longitude": "-94.464720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50598", + "city": "Whittemore", + "state": "IA", + "latitude": "43.077787", + "longitude": "-94.410610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50599", + "city": "Woolstock", + "state": "IA", + "latitude": "42.579038", + "longitude": "-93.803870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50601", + "city": "Ackley", + "state": "IA", + "latitude": "42.563333", + "longitude": "-93.049540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50602", + "city": "Allison", + "state": "IA", + "latitude": "42.748060", + "longitude": "-92.802770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50603", + "city": "Alta Vista", + "state": "IA", + "latitude": "43.191256", + "longitude": "-92.465460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50604", + "city": "Aplington", + "state": "IA", + "latitude": "42.606337", + "longitude": "-92.898800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50605", + "city": "Aredale", + "state": "IA", + "latitude": "42.834044", + "longitude": "-93.013500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50606", + "city": "Arlington", + "state": "IA", + "latitude": "42.752057", + "longitude": "-91.671490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50607", + "city": "Aurora", + "state": "IA", + "latitude": "42.616399", + "longitude": "-91.732620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50608", + "city": "Austinville", + "state": "IA", + "latitude": "42.582430", + "longitude": "-92.959880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50609", + "city": "Beaman", + "state": "IA", + "latitude": "42.226183", + "longitude": "-92.810150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50611", + "city": "Bristow", + "state": "IA", + "latitude": "42.805321", + "longitude": "-92.915790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50612", + "city": "Buckingham", + "state": "IA", + "latitude": "42.275046", + "longitude": "-92.397220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50613", + "city": "Cedar Falls", + "state": "IA", + "latitude": "42.527184", + "longitude": "-92.456090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50614", + "city": "Cedar Falls", + "state": "IA", + "latitude": "42.469768", + "longitude": "-92.309475", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50616", + "city": "Charles City", + "state": "IA", + "latitude": "43.072978", + "longitude": "-92.667190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50619", + "city": "Clarksville", + "state": "IA", + "latitude": "42.788967", + "longitude": "-92.665840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50620", + "city": "Colwell", + "state": "IA", + "latitude": "43.110765", + "longitude": "-92.744821", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50621", + "city": "Conrad", + "state": "IA", + "latitude": "42.238432", + "longitude": "-92.907480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50622", + "city": "Denver", + "state": "IA", + "latitude": "42.671132", + "longitude": "-92.338250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50623", + "city": "Dewar", + "state": "IA", + "latitude": "42.526943", + "longitude": "-92.218020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50624", + "city": "Dike", + "state": "IA", + "latitude": "42.463161", + "longitude": "-92.661830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50625", + "city": "Dumont", + "state": "IA", + "latitude": "42.754361", + "longitude": "-92.975100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50626", + "city": "Dunkerton", + "state": "IA", + "latitude": "42.576054", + "longitude": "-92.165750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50627", + "city": "Eldora", + "state": "IA", + "latitude": "42.357549", + "longitude": "-93.097500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50628", + "city": "Elma", + "state": "IA", + "latitude": "43.262320", + "longitude": "-92.414570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50629", + "city": "Fairbank", + "state": "IA", + "latitude": "42.640202", + "longitude": "-92.069880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50630", + "city": "Fredericksburg", + "state": "IA", + "latitude": "42.963377", + "longitude": "-92.207680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50631", + "city": "Frederika", + "state": "IA", + "latitude": "42.882349", + "longitude": "-92.304770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50632", + "city": "Garwin", + "state": "IA", + "latitude": "42.079127", + "longitude": "-92.708050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50633", + "city": "Geneva", + "state": "IA", + "latitude": "42.671214", + "longitude": "-93.132150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50634", + "city": "Gilbertville", + "state": "IA", + "latitude": "42.417252", + "longitude": "-92.213960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50635", + "city": "Gladbrook", + "state": "IA", + "latitude": "42.190943", + "longitude": "-92.707550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50636", + "city": "Greene", + "state": "IA", + "latitude": "42.891377", + "longitude": "-92.808480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50638", + "city": "Grundy Center", + "state": "IA", + "latitude": "42.361095", + "longitude": "-92.780150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50641", + "city": "Hazleton", + "state": "IA", + "latitude": "42.605576", + "longitude": "-91.912290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50642", + "city": "Holland", + "state": "IA", + "latitude": "42.434420", + "longitude": "-92.798020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50643", + "city": "Hudson", + "state": "IA", + "latitude": "42.377311", + "longitude": "-92.465130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50644", + "city": "Independence", + "state": "IA", + "latitude": "42.470191", + "longitude": "-91.892680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50645", + "city": "Ionia", + "state": "IA", + "latitude": "43.031136", + "longitude": "-92.461490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50647", + "city": "Janesville", + "state": "IA", + "latitude": "42.646089", + "longitude": "-92.473000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50648", + "city": "Jesup", + "state": "IA", + "latitude": "42.453206", + "longitude": "-92.093190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50649", + "city": "Kesley", + "state": "IA", + "latitude": "42.662282", + "longitude": "-92.910990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50650", + "city": "Lamont", + "state": "IA", + "latitude": "42.612267", + "longitude": "-91.657200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50651", + "city": "La Porte City", + "state": "IA", + "latitude": "42.325098", + "longitude": "-92.193830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50652", + "city": "Lincoln", + "state": "IA", + "latitude": "42.263223", + "longitude": "-92.691860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50653", + "city": "Marble Rock", + "state": "IA", + "latitude": "42.966003", + "longitude": "-92.879850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50654", + "city": "Masonville", + "state": "IA", + "latitude": "42.440131", + "longitude": "-91.609410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50655", + "city": "Maynard", + "state": "IA", + "latitude": "42.774435", + "longitude": "-91.886450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50657", + "city": "Morrison", + "state": "IA", + "latitude": "42.343304", + "longitude": "-92.673819", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50658", + "city": "Nashua", + "state": "IA", + "latitude": "42.953461", + "longitude": "-92.534730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50659", + "city": "New Hampton", + "state": "IA", + "latitude": "43.072094", + "longitude": "-92.323230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50660", + "city": "New Hartford", + "state": "IA", + "latitude": "42.568395", + "longitude": "-92.626640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50661", + "city": "North Washington", + "state": "IA", + "latitude": "43.117425", + "longitude": "-92.414422", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50662", + "city": "Oelwein", + "state": "IA", + "latitude": "42.682886", + "longitude": "-91.921820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50664", + "city": "Oran", + "state": "IA", + "latitude": "42.862275", + "longitude": "-91.843639", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50665", + "city": "Parkersburg", + "state": "IA", + "latitude": "42.576102", + "longitude": "-92.781830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50666", + "city": "Plainfield", + "state": "IA", + "latitude": "42.855231", + "longitude": "-92.502950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50667", + "city": "Raymond", + "state": "IA", + "latitude": "42.468387", + "longitude": "-92.218180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50668", + "city": "Readlyn", + "state": "IA", + "latitude": "42.693119", + "longitude": "-92.229150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50669", + "city": "Reinbeck", + "state": "IA", + "latitude": "42.329448", + "longitude": "-92.606860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50670", + "city": "Shell Rock", + "state": "IA", + "latitude": "42.710399", + "longitude": "-92.597460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50671", + "city": "Stanley", + "state": "IA", + "latitude": "42.643265", + "longitude": "-91.810380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50672", + "city": "Steamboat Rock", + "state": "IA", + "latitude": "42.410168", + "longitude": "-93.067470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50673", + "city": "Stout", + "state": "IA", + "latitude": "42.527131", + "longitude": "-92.711380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50674", + "city": "Sumner", + "state": "IA", + "latitude": "42.846877", + "longitude": "-92.111880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50675", + "city": "Traer", + "state": "IA", + "latitude": "42.193577", + "longitude": "-92.482800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50676", + "city": "Tripoli", + "state": "IA", + "latitude": "42.807994", + "longitude": "-92.263680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50677", + "city": "Waverly", + "state": "IA", + "latitude": "42.741016", + "longitude": "-92.459840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50680", + "city": "Wellsburg", + "state": "IA", + "latitude": "42.451112", + "longitude": "-92.914530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50681", + "city": "Westgate", + "state": "IA", + "latitude": "42.778924", + "longitude": "-92.007350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50682", + "city": "Winthrop", + "state": "IA", + "latitude": "42.459398", + "longitude": "-91.712290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50701", + "city": "Waterloo", + "state": "IA", + "latitude": "42.473536", + "longitude": "-92.363820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50702", + "city": "Waterloo", + "state": "IA", + "latitude": "42.475886", + "longitude": "-92.335780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50703", + "city": "Waterloo", + "state": "IA", + "latitude": "42.513636", + "longitude": "-92.324180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50704", + "city": "Waterloo", + "state": "IA", + "latitude": "42.469768", + "longitude": "-92.309475", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50706", + "city": "Waterloo", + "state": "IA", + "latitude": "42.407588", + "longitude": "-92.266570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50707", + "city": "Evansdale", + "state": "IA", + "latitude": "42.477887", + "longitude": "-92.282750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50799", + "city": "Waterloo", + "state": "IA", + "latitude": "42.469768", + "longitude": "-92.309475", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50801", + "city": "Creston", + "state": "IA", + "latitude": "41.070905", + "longitude": "-94.384480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50830", + "city": "Afton", + "state": "IA", + "latitude": "41.029408", + "longitude": "-94.211280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50831", + "city": "Arispe", + "state": "IA", + "latitude": "40.931394", + "longitude": "-94.219334", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50833", + "city": "Bedford", + "state": "IA", + "latitude": "40.671295", + "longitude": "-94.711310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50835", + "city": "Benton", + "state": "IA", + "latitude": "40.697050", + "longitude": "-94.330670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50836", + "city": "Blockton", + "state": "IA", + "latitude": "40.621398", + "longitude": "-94.476190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50837", + "city": "Bridgewater", + "state": "IA", + "latitude": "41.237084", + "longitude": "-94.683610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50839", + "city": "Carbon", + "state": "IA", + "latitude": "41.048733", + "longitude": "-94.823088", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50840", + "city": "Clearfield", + "state": "IA", + "latitude": "40.796387", + "longitude": "-94.471020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50841", + "city": "Corning", + "state": "IA", + "latitude": "41.002701", + "longitude": "-94.761420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50842", + "city": "Cromwell", + "state": "IA", + "latitude": "41.039762", + "longitude": "-94.461622", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50843", + "city": "Cumberland", + "state": "IA", + "latitude": "41.242612", + "longitude": "-94.901500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50845", + "city": "Diagonal", + "state": "IA", + "latitude": "40.814077", + "longitude": "-94.336010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50846", + "city": "Fontanelle", + "state": "IA", + "latitude": "41.307029", + "longitude": "-94.556790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50847", + "city": "Grant", + "state": "IA", + "latitude": "41.142185", + "longitude": "-94.984140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50848", + "city": "Gravity", + "state": "IA", + "latitude": "40.780854", + "longitude": "-94.764300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50849", + "city": "Greenfield", + "state": "IA", + "latitude": "41.308843", + "longitude": "-94.424240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50851", + "city": "Lenox", + "state": "IA", + "latitude": "40.909175", + "longitude": "-94.523110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50853", + "city": "Massena", + "state": "IA", + "latitude": "41.247145", + "longitude": "-94.771950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50854", + "city": "Mount Ayr", + "state": "IA", + "latitude": "40.700115", + "longitude": "-94.226070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50857", + "city": "Nodaway", + "state": "IA", + "latitude": "40.944133", + "longitude": "-94.875370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50858", + "city": "Orient", + "state": "IA", + "latitude": "41.206570", + "longitude": "-94.415730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50859", + "city": "Prescott", + "state": "IA", + "latitude": "41.053745", + "longitude": "-94.597280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50860", + "city": "Redding", + "state": "IA", + "latitude": "40.618619", + "longitude": "-94.331020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50861", + "city": "Shannon City", + "state": "IA", + "latitude": "40.905544", + "longitude": "-94.271070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50862", + "city": "Sharpsburg", + "state": "IA", + "latitude": "40.806920", + "longitude": "-94.647620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50863", + "city": "Tingley", + "state": "IA", + "latitude": "40.857182", + "longitude": "-94.192720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50864", + "city": "Villisca", + "state": "IA", + "latitude": "40.960481", + "longitude": "-94.990170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50936", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50940", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50947", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50950", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50980", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "50981", + "city": "Des Moines", + "state": "IA", + "latitude": "41.672687", + "longitude": "-93.572173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51001", + "city": "Akron", + "state": "IA", + "latitude": "42.819093", + "longitude": "-96.489670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51002", + "city": "Alta", + "state": "IA", + "latitude": "42.687676", + "longitude": "-95.318800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51003", + "city": "Alton", + "state": "IA", + "latitude": "42.983011", + "longitude": "-95.996360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51004", + "city": "Anthon", + "state": "IA", + "latitude": "42.378152", + "longitude": "-95.907840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51005", + "city": "Aurelia", + "state": "IA", + "latitude": "42.710831", + "longitude": "-95.431370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51006", + "city": "Battle Creek", + "state": "IA", + "latitude": "42.316288", + "longitude": "-95.610450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51007", + "city": "Bronson", + "state": "IA", + "latitude": "42.403236", + "longitude": "-96.188100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51008", + "city": "Brunsville", + "state": "IA", + "latitude": "42.809286", + "longitude": "-96.268700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51009", + "city": "Calumet", + "state": "IA", + "latitude": "42.955200", + "longitude": "-95.570082", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51010", + "city": "Castana", + "state": "IA", + "latitude": "42.075717", + "longitude": "-95.911080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51011", + "city": "Chatsworth", + "state": "IA", + "latitude": "42.916772", + "longitude": "-96.516030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51012", + "city": "Cherokee", + "state": "IA", + "latitude": "42.754004", + "longitude": "-95.549190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51014", + "city": "Cleghorn", + "state": "IA", + "latitude": "42.759208", + "longitude": "-95.711390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51015", + "city": "Climbing Hill", + "state": "IA", + "latitude": "42.345024", + "longitude": "-96.087523", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51016", + "city": "Correctionville", + "state": "IA", + "latitude": "42.471378", + "longitude": "-95.805290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51017", + "city": "Craig", + "state": "IA", + "latitude": "42.896225", + "longitude": "-96.309509", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51018", + "city": "Cushing", + "state": "IA", + "latitude": "42.462159", + "longitude": "-95.676540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51019", + "city": "Danbury", + "state": "IA", + "latitude": "42.276668", + "longitude": "-95.719980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51020", + "city": "Galva", + "state": "IA", + "latitude": "42.511431", + "longitude": "-95.418700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51022", + "city": "Granville", + "state": "IA", + "latitude": "42.974759", + "longitude": "-95.869810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51023", + "city": "Hawarden", + "state": "IA", + "latitude": "43.005927", + "longitude": "-96.470900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51024", + "city": "Hinton", + "state": "IA", + "latitude": "42.609657", + "longitude": "-96.238550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51025", + "city": "Holstein", + "state": "IA", + "latitude": "42.496494", + "longitude": "-95.555290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51026", + "city": "Hornick", + "state": "IA", + "latitude": "42.250507", + "longitude": "-96.082980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51027", + "city": "Ireton", + "state": "IA", + "latitude": "42.971195", + "longitude": "-96.325120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51028", + "city": "Kingsley", + "state": "IA", + "latitude": "42.596358", + "longitude": "-95.986190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51029", + "city": "Larrabee", + "state": "IA", + "latitude": "42.876589", + "longitude": "-95.541060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51030", + "city": "Lawton", + "state": "IA", + "latitude": "42.497015", + "longitude": "-96.187890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51031", + "city": "Le Mars", + "state": "IA", + "latitude": "42.797280", + "longitude": "-96.171670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51033", + "city": "Linn Grove", + "state": "IA", + "latitude": "42.907563", + "longitude": "-95.253340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51034", + "city": "Mapleton", + "state": "IA", + "latitude": "42.165283", + "longitude": "-95.791090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51035", + "city": "Marcus", + "state": "IA", + "latitude": "42.793354", + "longitude": "-95.790300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51036", + "city": "Maurice", + "state": "IA", + "latitude": "42.969595", + "longitude": "-96.187130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51037", + "city": "Meriden", + "state": "IA", + "latitude": "42.821249", + "longitude": "-95.627350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51038", + "city": "Merrill", + "state": "IA", + "latitude": "42.714106", + "longitude": "-96.302910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51039", + "city": "Moville", + "state": "IA", + "latitude": "42.474905", + "longitude": "-96.055630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51040", + "city": "Onawa", + "state": "IA", + "latitude": "42.027176", + "longitude": "-96.118750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51041", + "city": "Orange City", + "state": "IA", + "latitude": "43.015685", + "longitude": "-96.061560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51044", + "city": "Oto", + "state": "IA", + "latitude": "42.296880", + "longitude": "-95.911040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51045", + "city": "Oyens", + "state": "IA", + "latitude": "42.820632", + "longitude": "-96.056540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51046", + "city": "Paullina", + "state": "IA", + "latitude": "42.976116", + "longitude": "-95.657720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51047", + "city": "Peterson", + "state": "IA", + "latitude": "42.934345", + "longitude": "-95.343430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51048", + "city": "Pierson", + "state": "IA", + "latitude": "42.571699", + "longitude": "-95.855560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51049", + "city": "Quimby", + "state": "IA", + "latitude": "42.626822", + "longitude": "-95.614380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51050", + "city": "Remsen", + "state": "IA", + "latitude": "42.786134", + "longitude": "-95.948200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51051", + "city": "Rodney", + "state": "IA", + "latitude": "42.204860", + "longitude": "-95.952940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51052", + "city": "Salix", + "state": "IA", + "latitude": "42.307882", + "longitude": "-96.282320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51053", + "city": "Schaller", + "state": "IA", + "latitude": "42.498879", + "longitude": "-95.289760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51054", + "city": "Sergeant Bluff", + "state": "IA", + "latitude": "42.385560", + "longitude": "-96.341940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51055", + "city": "Sloan", + "state": "IA", + "latitude": "42.221763", + "longitude": "-96.246060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51056", + "city": "Smithland", + "state": "IA", + "latitude": "42.230920", + "longitude": "-95.947240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51057", + "city": "Struble", + "state": "IA", + "latitude": "42.837641", + "longitude": "-96.178616", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51058", + "city": "Sutherland", + "state": "IA", + "latitude": "42.996361", + "longitude": "-95.455800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51059", + "city": "Turin", + "state": "IA", + "latitude": "42.036864", + "longitude": "-95.966200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51060", + "city": "Ute", + "state": "IA", + "latitude": "42.047700", + "longitude": "-95.701850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51061", + "city": "Washta", + "state": "IA", + "latitude": "42.576775", + "longitude": "-95.719450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51062", + "city": "Westfield", + "state": "IA", + "latitude": "42.725792", + "longitude": "-96.537120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51063", + "city": "Whiting", + "state": "IA", + "latitude": "42.137272", + "longitude": "-96.166480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51101", + "city": "Sioux City", + "state": "IA", + "latitude": "42.493559", + "longitude": "-96.395620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51102", + "city": "Sioux City", + "state": "IA", + "latitude": "42.368406", + "longitude": "-96.317951", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51103", + "city": "Sioux City", + "state": "IA", + "latitude": "42.505387", + "longitude": "-96.429300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51104", + "city": "Sioux City", + "state": "IA", + "latitude": "42.524145", + "longitude": "-96.402920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51105", + "city": "Sioux City", + "state": "IA", + "latitude": "42.505046", + "longitude": "-96.380030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51106", + "city": "Sioux City", + "state": "IA", + "latitude": "42.466292", + "longitude": "-96.352910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51107", + "city": "Bronson", + "state": "IA", + "latitude": "42.411155", + "longitude": "-96.210839", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51108", + "city": "Sioux City", + "state": "IA", + "latitude": "42.554944", + "longitude": "-96.361390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51109", + "city": "Sioux City", + "state": "IA", + "latitude": "42.528033", + "longitude": "-96.476470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51111", + "city": "Sioux City", + "state": "IA", + "latitude": "42.406357", + "longitude": "-96.376170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51201", + "city": "Sheldon", + "state": "IA", + "latitude": "43.184994", + "longitude": "-95.858880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51230", + "city": "Alvord", + "state": "IA", + "latitude": "43.352016", + "longitude": "-96.308020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51231", + "city": "Archer", + "state": "IA", + "latitude": "43.091483", + "longitude": "-95.732970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51232", + "city": "Ashton", + "state": "IA", + "latitude": "43.306169", + "longitude": "-95.796900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51234", + "city": "Boyden", + "state": "IA", + "latitude": "43.195280", + "longitude": "-96.015110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51235", + "city": "Doon", + "state": "IA", + "latitude": "43.291936", + "longitude": "-96.222020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51237", + "city": "George", + "state": "IA", + "latitude": "43.332554", + "longitude": "-96.000360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51238", + "city": "Hospers", + "state": "IA", + "latitude": "43.072732", + "longitude": "-95.898550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51239", + "city": "Hull", + "state": "IA", + "latitude": "43.192342", + "longitude": "-96.150120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51240", + "city": "Inwood", + "state": "IA", + "latitude": "43.309570", + "longitude": "-96.458160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51241", + "city": "Larchwood", + "state": "IA", + "latitude": "43.451905", + "longitude": "-96.443190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51242", + "city": "Lester", + "state": "IA", + "latitude": "43.438130", + "longitude": "-96.333340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51243", + "city": "Little Rock", + "state": "IA", + "latitude": "43.443704", + "longitude": "-95.888320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51244", + "city": "Matlock", + "state": "IA", + "latitude": "43.242958", + "longitude": "-95.934480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51245", + "city": "Primghar", + "state": "IA", + "latitude": "43.086954", + "longitude": "-95.614760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51246", + "city": "Rock Rapids", + "state": "IA", + "latitude": "43.430275", + "longitude": "-96.166300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51247", + "city": "Rock Valley", + "state": "IA", + "latitude": "43.192619", + "longitude": "-96.324120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51248", + "city": "Sanborn", + "state": "IA", + "latitude": "43.189668", + "longitude": "-95.654090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51249", + "city": "Sibley", + "state": "IA", + "latitude": "43.406831", + "longitude": "-95.738760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51250", + "city": "Sioux Center", + "state": "IA", + "latitude": "43.075142", + "longitude": "-96.190390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51301", + "city": "Spencer", + "state": "IA", + "latitude": "43.150381", + "longitude": "-95.144660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51330", + "city": "Allendorf", + "state": "IA", + "latitude": "43.415305", + "longitude": "-95.643435", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51331", + "city": "Arnolds Park", + "state": "IA", + "latitude": "43.364496", + "longitude": "-95.128610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51333", + "city": "Dickens", + "state": "IA", + "latitude": "43.133063", + "longitude": "-95.009650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51334", + "city": "Estherville", + "state": "IA", + "latitude": "43.401328", + "longitude": "-94.815240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51338", + "city": "Everly", + "state": "IA", + "latitude": "43.193363", + "longitude": "-95.318540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51340", + "city": "Fostoria", + "state": "IA", + "latitude": "43.082426", + "longitude": "-95.151095", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51341", + "city": "Gillett Grove", + "state": "IA", + "latitude": "43.014514", + "longitude": "-95.036570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51342", + "city": "Graettinger", + "state": "IA", + "latitude": "43.239934", + "longitude": "-94.741380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51343", + "city": "Greenville", + "state": "IA", + "latitude": "43.003251", + "longitude": "-95.127140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51344", + "city": "Gruver", + "state": "IA", + "latitude": "43.393113", + "longitude": "-94.704710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51345", + "city": "Harris", + "state": "IA", + "latitude": "43.407616", + "longitude": "-95.437520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51346", + "city": "Hartley", + "state": "IA", + "latitude": "43.183038", + "longitude": "-95.467870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51347", + "city": "Lake Park", + "state": "IA", + "latitude": "43.437775", + "longitude": "-95.316370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51349", + "city": "May City", + "state": "IA", + "latitude": "43.320149", + "longitude": "-95.475130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51350", + "city": "Melvin", + "state": "IA", + "latitude": "43.302880", + "longitude": "-95.595970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51351", + "city": "Milford", + "state": "IA", + "latitude": "43.331580", + "longitude": "-95.163370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51354", + "city": "Ocheyedan", + "state": "IA", + "latitude": "43.413538", + "longitude": "-95.536750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51355", + "city": "Okoboji", + "state": "IA", + "latitude": "43.387620", + "longitude": "-95.138020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51357", + "city": "Royal", + "state": "IA", + "latitude": "43.057948", + "longitude": "-95.274820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51358", + "city": "Ruthven", + "state": "IA", + "latitude": "43.133294", + "longitude": "-94.900060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51360", + "city": "Spirit Lake", + "state": "IA", + "latitude": "43.428983", + "longitude": "-95.108920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51363", + "city": "Superior", + "state": "IA", + "latitude": "43.432156", + "longitude": "-94.945690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51364", + "city": "Terril", + "state": "IA", + "latitude": "43.303488", + "longitude": "-94.969030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51365", + "city": "Wallingford", + "state": "IA", + "latitude": "43.309573", + "longitude": "-94.747840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51366", + "city": "Webb", + "state": "IA", + "latitude": "42.951621", + "longitude": "-95.011450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51401", + "city": "Carroll", + "state": "IA", + "latitude": "42.066399", + "longitude": "-94.867860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51430", + "city": "Arcadia", + "state": "IA", + "latitude": "42.098090", + "longitude": "-95.024410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51431", + "city": "Arthur", + "state": "IA", + "latitude": "42.345965", + "longitude": "-95.356150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51432", + "city": "Aspinwall", + "state": "IA", + "latitude": "41.911924", + "longitude": "-95.135602", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51433", + "city": "Auburn", + "state": "IA", + "latitude": "42.279474", + "longitude": "-94.886420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51436", + "city": "Breda", + "state": "IA", + "latitude": "42.186982", + "longitude": "-95.004870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51439", + "city": "Charter Oak", + "state": "IA", + "latitude": "42.082550", + "longitude": "-95.579380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51440", + "city": "Dedham", + "state": "IA", + "latitude": "41.913691", + "longitude": "-94.814530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51441", + "city": "Deloit", + "state": "IA", + "latitude": "42.113042", + "longitude": "-95.314820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51442", + "city": "Denison", + "state": "IA", + "latitude": "42.019336", + "longitude": "-95.353790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51443", + "city": "Glidden", + "state": "IA", + "latitude": "42.096445", + "longitude": "-94.711410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51444", + "city": "Halbur", + "state": "IA", + "latitude": "42.005206", + "longitude": "-94.975470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51445", + "city": "Ida Grove", + "state": "IA", + "latitude": "42.332677", + "longitude": "-95.468230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51446", + "city": "Irwin", + "state": "IA", + "latitude": "41.785808", + "longitude": "-95.201730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51447", + "city": "Kirkman", + "state": "IA", + "latitude": "41.719600", + "longitude": "-95.195380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51448", + "city": "Kiron", + "state": "IA", + "latitude": "42.204515", + "longitude": "-95.309280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51449", + "city": "Lake City", + "state": "IA", + "latitude": "42.266805", + "longitude": "-94.735710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51450", + "city": "Lake View", + "state": "IA", + "latitude": "42.302091", + "longitude": "-95.030610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51451", + "city": "Lanesboro", + "state": "IA", + "latitude": "42.184035", + "longitude": "-94.692460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51452", + "city": "Lidderdale", + "state": "IA", + "latitude": "42.126994", + "longitude": "-94.784490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51453", + "city": "Lohrville", + "state": "IA", + "latitude": "42.275860", + "longitude": "-94.540410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51454", + "city": "Manilla", + "state": "IA", + "latitude": "41.885538", + "longitude": "-95.221580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51455", + "city": "Manning", + "state": "IA", + "latitude": "41.913633", + "longitude": "-95.069390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51458", + "city": "Odebolt", + "state": "IA", + "latitude": "42.315531", + "longitude": "-95.235510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51459", + "city": "Ralston", + "state": "IA", + "latitude": "42.040772", + "longitude": "-94.632920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51460", + "city": "Ricketts", + "state": "IA", + "latitude": "42.130428", + "longitude": "-95.574593", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51461", + "city": "Schleswig", + "state": "IA", + "latitude": "42.172338", + "longitude": "-95.449240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51462", + "city": "Scranton", + "state": "IA", + "latitude": "42.022139", + "longitude": "-94.564090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51463", + "city": "Templeton", + "state": "IA", + "latitude": "41.910011", + "longitude": "-94.927750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51465", + "city": "Vail", + "state": "IA", + "latitude": "42.072884", + "longitude": "-95.202610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51466", + "city": "Wall Lake", + "state": "IA", + "latitude": "42.256867", + "longitude": "-95.093070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51467", + "city": "Westside", + "state": "IA", + "latitude": "42.072073", + "longitude": "-95.107110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51496", + "city": "Templeton", + "state": "IA", + "latitude": "41.916027", + "longitude": "-94.944563", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51501", + "city": "Council Bluffs", + "state": "IA", + "latitude": "41.251631", + "longitude": "-95.874470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51502", + "city": "Council Bluffs", + "state": "IA", + "latitude": "41.269884", + "longitude": "-95.797520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51503", + "city": "Council Bluffs", + "state": "IA", + "latitude": "41.254400", + "longitude": "-95.790620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51510", + "city": "Carter Lake", + "state": "IA", + "latitude": "41.292647", + "longitude": "-95.913980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51515", + "city": "Griswold", + "state": "IA", + "latitude": "41.233503", + "longitude": "-95.135861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51520", + "city": "Arion", + "state": "IA", + "latitude": "41.952624", + "longitude": "-95.458180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51521", + "city": "Avoca", + "state": "IA", + "latitude": "41.480790", + "longitude": "-95.338810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51523", + "city": "Blencoe", + "state": "IA", + "latitude": "41.913400", + "longitude": "-96.085000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51525", + "city": "Carson", + "state": "IA", + "latitude": "41.231387", + "longitude": "-95.404400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51526", + "city": "Crescent", + "state": "IA", + "latitude": "41.362096", + "longitude": "-95.873210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51527", + "city": "Defiance", + "state": "IA", + "latitude": "41.828495", + "longitude": "-95.343630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51528", + "city": "Dow City", + "state": "IA", + "latitude": "41.927255", + "longitude": "-95.498210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51529", + "city": "Dunlap", + "state": "IA", + "latitude": "41.856963", + "longitude": "-95.617540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51530", + "city": "Earling", + "state": "IA", + "latitude": "41.773640", + "longitude": "-95.427610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51531", + "city": "Elk Horn", + "state": "IA", + "latitude": "41.596716", + "longitude": "-95.071600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51532", + "city": "Elliott", + "state": "IA", + "latitude": "41.140956", + "longitude": "-95.130040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51533", + "city": "Emerson", + "state": "IA", + "latitude": "41.029684", + "longitude": "-95.382950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51534", + "city": "Glenwood", + "state": "IA", + "latitude": "41.039679", + "longitude": "-95.730920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51535", + "city": "Griswold", + "state": "IA", + "latitude": "41.232047", + "longitude": "-95.138710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51536", + "city": "Hancock", + "state": "IA", + "latitude": "41.388872", + "longitude": "-95.367820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51537", + "city": "Harlan", + "state": "IA", + "latitude": "41.638566", + "longitude": "-95.296920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51540", + "city": "Hastings", + "state": "IA", + "latitude": "41.020978", + "longitude": "-95.498520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51541", + "city": "Henderson", + "state": "IA", + "latitude": "41.137694", + "longitude": "-95.398970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51542", + "city": "Honey Creek", + "state": "IA", + "latitude": "41.427994", + "longitude": "-95.840040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51543", + "city": "Kimballton", + "state": "IA", + "latitude": "41.648500", + "longitude": "-95.083340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51544", + "city": "Lewis", + "state": "IA", + "latitude": "41.313817", + "longitude": "-95.104240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51545", + "city": "Little Sioux", + "state": "IA", + "latitude": "41.812797", + "longitude": "-96.032180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51546", + "city": "Logan", + "state": "IA", + "latitude": "41.642520", + "longitude": "-95.781340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51547", + "city": "Kirkman", + "state": "IA", + "latitude": "41.770000", + "longitude": "-95.644264", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51548", + "city": "McClelland", + "state": "IA", + "latitude": "41.307465", + "longitude": "-95.626750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51549", + "city": "Macedonia", + "state": "IA", + "latitude": "41.182061", + "longitude": "-95.443570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51550", + "city": "Magnolia", + "state": "IA", + "latitude": "41.695375", + "longitude": "-95.873530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51551", + "city": "Malvern", + "state": "IA", + "latitude": "40.998667", + "longitude": "-95.589410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51552", + "city": "Marne", + "state": "IA", + "latitude": "41.470605", + "longitude": "-95.112910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51553", + "city": "Minden", + "state": "IA", + "latitude": "41.425925", + "longitude": "-95.546100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51554", + "city": "Mineola", + "state": "IA", + "latitude": "41.142148", + "longitude": "-95.692050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51555", + "city": "Missouri Valley", + "state": "IA", + "latitude": "41.557887", + "longitude": "-95.906510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51556", + "city": "Modale", + "state": "IA", + "latitude": "41.642430", + "longitude": "-96.028720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51557", + "city": "Mondamin", + "state": "IA", + "latitude": "41.739005", + "longitude": "-95.996570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51558", + "city": "Moorhead", + "state": "IA", + "latitude": "41.911376", + "longitude": "-95.860920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51559", + "city": "Neola", + "state": "IA", + "latitude": "41.455142", + "longitude": "-95.647920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51560", + "city": "Oakland", + "state": "IA", + "latitude": "41.320647", + "longitude": "-95.397480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51561", + "city": "Pacific Junction", + "state": "IA", + "latitude": "41.022849", + "longitude": "-95.803030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51562", + "city": "Panama", + "state": "IA", + "latitude": "41.725547", + "longitude": "-95.494150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51563", + "city": "Persia", + "state": "IA", + "latitude": "41.568945", + "longitude": "-95.585030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51564", + "city": "Pisgah", + "state": "IA", + "latitude": "41.816224", + "longitude": "-95.905560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51565", + "city": "Portsmouth", + "state": "IA", + "latitude": "41.650114", + "longitude": "-95.522750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51566", + "city": "Red Oak", + "state": "IA", + "latitude": "41.006437", + "longitude": "-95.226030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51570", + "city": "Shelby", + "state": "IA", + "latitude": "41.522790", + "longitude": "-95.465010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51571", + "city": "Silver City", + "state": "IA", + "latitude": "41.123653", + "longitude": "-95.622250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51572", + "city": "Soldier", + "state": "IA", + "latitude": "41.987483", + "longitude": "-95.783170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51573", + "city": "Stanton", + "state": "IA", + "latitude": "40.979256", + "longitude": "-95.097220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51574", + "city": "Tennant", + "state": "IA", + "latitude": "41.595686", + "longitude": "-95.441930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51575", + "city": "Treynor", + "state": "IA", + "latitude": "41.231146", + "longitude": "-95.611550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51576", + "city": "Underwood", + "state": "IA", + "latitude": "41.388244", + "longitude": "-95.687770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51577", + "city": "Walnut", + "state": "IA", + "latitude": "41.470851", + "longitude": "-95.202560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51578", + "city": "Westphalia", + "state": "IA", + "latitude": "41.719352", + "longitude": "-95.395800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51579", + "city": "Woodbine", + "state": "IA", + "latitude": "41.743335", + "longitude": "-95.711170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51591", + "city": "Red Oak", + "state": "IA", + "latitude": "41.030256", + "longitude": "-95.156205", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51593", + "city": "Harlan", + "state": "IA", + "latitude": "41.332943", + "longitude": "-95.587197", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51601", + "city": "Shenandoah", + "state": "IA", + "latitude": "40.750107", + "longitude": "-95.365140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51602", + "city": "Shenandoah", + "state": "IA", + "latitude": "40.738309", + "longitude": "-95.149305", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51603", + "city": "Shenandoah", + "state": "IA", + "latitude": "40.738309", + "longitude": "-95.149305", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51630", + "city": "Blanchard", + "state": "IA", + "latitude": "40.588924", + "longitude": "-95.212540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51631", + "city": "Braddyville", + "state": "IA", + "latitude": "40.615698", + "longitude": "-95.009420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51632", + "city": "Clarinda", + "state": "IA", + "latitude": "40.738639", + "longitude": "-95.035950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51636", + "city": "Coin", + "state": "IA", + "latitude": "40.671163", + "longitude": "-95.216980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51637", + "city": "College Springs", + "state": "IA", + "latitude": "40.616696", + "longitude": "-95.115680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51638", + "city": "Essex", + "state": "IA", + "latitude": "40.822954", + "longitude": "-95.270070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51639", + "city": "Farragut", + "state": "IA", + "latitude": "40.707376", + "longitude": "-95.474450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51640", + "city": "Hamburg", + "state": "IA", + "latitude": "40.622159", + "longitude": "-95.667360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51645", + "city": "Imogene", + "state": "IA", + "latitude": "40.884496", + "longitude": "-95.426370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51646", + "city": "New Market", + "state": "IA", + "latitude": "40.732886", + "longitude": "-94.887720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51647", + "city": "Northboro", + "state": "IA", + "latitude": "40.599361", + "longitude": "-95.364190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51648", + "city": "Percival", + "state": "IA", + "latitude": "40.741715", + "longitude": "-95.797600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51649", + "city": "Randolph", + "state": "IA", + "latitude": "40.865993", + "longitude": "-95.546870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51650", + "city": "Riverton", + "state": "IA", + "latitude": "40.679816", + "longitude": "-95.564940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51651", + "city": "Shambaugh", + "state": "IA", + "latitude": "40.657470", + "longitude": "-95.024969", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51652", + "city": "Sidney", + "state": "IA", + "latitude": "40.762610", + "longitude": "-95.606790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51653", + "city": "Tabor", + "state": "IA", + "latitude": "40.886487", + "longitude": "-95.670010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51654", + "city": "Thurman", + "state": "IA", + "latitude": "40.836473", + "longitude": "-95.764630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "51656", + "city": "Yorktown", + "state": "IA", + "latitude": "40.737446", + "longitude": "-95.156217", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52001", + "city": "Dubuque", + "state": "IA", + "latitude": "42.515252", + "longitude": "-90.679400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52002", + "city": "Dubuque", + "state": "IA", + "latitude": "42.509630", + "longitude": "-90.753290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52003", + "city": "Dubuque", + "state": "IA", + "latitude": "42.460604", + "longitude": "-90.685760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52004", + "city": "Dubuque", + "state": "IA", + "latitude": "42.484861", + "longitude": "-90.804116", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52030", + "city": "Andrew", + "state": "IA", + "latitude": "42.154059", + "longitude": "-90.591760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52031", + "city": "Bellevue", + "state": "IA", + "latitude": "42.250445", + "longitude": "-90.471150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52032", + "city": "Bernard", + "state": "IA", + "latitude": "42.273028", + "longitude": "-90.813190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52033", + "city": "Cascade", + "state": "IA", + "latitude": "42.290250", + "longitude": "-90.997590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52035", + "city": "Colesburg", + "state": "IA", + "latitude": "42.662381", + "longitude": "-91.185410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52036", + "city": "Delaware", + "state": "IA", + "latitude": "42.473959", + "longitude": "-91.342280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52037", + "city": "Delmar", + "state": "IA", + "latitude": "41.967074", + "longitude": "-90.632160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52038", + "city": "Dundee", + "state": "IA", + "latitude": "42.585197", + "longitude": "-91.552680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52039", + "city": "Durango", + "state": "IA", + "latitude": "42.558403", + "longitude": "-90.860420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52040", + "city": "Dyersville", + "state": "IA", + "latitude": "42.490907", + "longitude": "-91.128420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52041", + "city": "Earlville", + "state": "IA", + "latitude": "42.491416", + "longitude": "-91.263330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52042", + "city": "Edgewood", + "state": "IA", + "latitude": "42.678463", + "longitude": "-91.361800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52043", + "city": "Elkader", + "state": "IA", + "latitude": "42.855022", + "longitude": "-91.408820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52044", + "city": "Elkport", + "state": "IA", + "latitude": "42.748558", + "longitude": "-91.324450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52045", + "city": "Epworth", + "state": "IA", + "latitude": "42.451496", + "longitude": "-90.928510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52046", + "city": "Farley", + "state": "IA", + "latitude": "42.442226", + "longitude": "-91.009320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52047", + "city": "Farmersburg", + "state": "IA", + "latitude": "42.959691", + "longitude": "-91.355520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52048", + "city": "Garber", + "state": "IA", + "latitude": "42.738079", + "longitude": "-91.250780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52049", + "city": "Garnavillo", + "state": "IA", + "latitude": "42.886672", + "longitude": "-91.198660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52050", + "city": "Greeley", + "state": "IA", + "latitude": "42.603334", + "longitude": "-91.345280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52052", + "city": "Guttenberg", + "state": "IA", + "latitude": "42.765031", + "longitude": "-91.113760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52053", + "city": "Holy Cross", + "state": "IA", + "latitude": "42.631604", + "longitude": "-90.964920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52054", + "city": "La Motte", + "state": "IA", + "latitude": "42.289110", + "longitude": "-90.634100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52055", + "city": "Littleport", + "state": "IA", + "latitude": "42.862739", + "longitude": "-91.252459", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52056", + "city": "Luxemburg", + "state": "IA", + "latitude": "42.604830", + "longitude": "-91.076540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52057", + "city": "Manchester", + "state": "IA", + "latitude": "42.484297", + "longitude": "-91.452310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52060", + "city": "Maquoketa", + "state": "IA", + "latitude": "42.087769", + "longitude": "-90.673520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52064", + "city": "Miles", + "state": "IA", + "latitude": "42.092925", + "longitude": "-90.310700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52065", + "city": "New Vienna", + "state": "IA", + "latitude": "42.559621", + "longitude": "-91.105720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52066", + "city": "North Buena Vista", + "state": "IA", + "latitude": "42.682337", + "longitude": "-90.952390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52068", + "city": "Peosta", + "state": "IA", + "latitude": "42.431983", + "longitude": "-90.816000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52069", + "city": "Preston", + "state": "IA", + "latitude": "42.051619", + "longitude": "-90.407620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52070", + "city": "Sabula", + "state": "IA", + "latitude": "42.071239", + "longitude": "-90.202610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52071", + "city": "Saint Donatus", + "state": "IA", + "latitude": "42.360590", + "longitude": "-90.538790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52072", + "city": "Saint Olaf", + "state": "IA", + "latitude": "42.927724", + "longitude": "-91.387230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52073", + "city": "Sherrill", + "state": "IA", + "latitude": "42.640962", + "longitude": "-90.825320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52074", + "city": "Spragueville", + "state": "IA", + "latitude": "42.124141", + "longitude": "-90.455700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52075", + "city": "Springbrook", + "state": "IA", + "latitude": "42.161997", + "longitude": "-90.479870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52076", + "city": "Strawberry Point", + "state": "IA", + "latitude": "42.697689", + "longitude": "-91.515050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52077", + "city": "Volga", + "state": "IA", + "latitude": "42.815385", + "longitude": "-91.557380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52078", + "city": "Worthington", + "state": "IA", + "latitude": "42.398112", + "longitude": "-91.122940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52079", + "city": "Zwingle", + "state": "IA", + "latitude": "42.286954", + "longitude": "-90.716270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52099", + "city": "Dubuque", + "state": "IA", + "latitude": "42.484861", + "longitude": "-90.804116", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52101", + "city": "Decorah", + "state": "IA", + "latitude": "43.345879", + "longitude": "-91.771870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52131", + "city": "Burr Oak", + "state": "IA", + "latitude": "43.478650", + "longitude": "-91.765621", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52132", + "city": "Calmar", + "state": "IA", + "latitude": "43.194235", + "longitude": "-91.895850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52133", + "city": "Castalia", + "state": "IA", + "latitude": "43.119538", + "longitude": "-91.665280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52134", + "city": "Chester", + "state": "IA", + "latitude": "43.468995", + "longitude": "-92.400920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52135", + "city": "Clermont", + "state": "IA", + "latitude": "43.001060", + "longitude": "-91.660640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52136", + "city": "Cresco", + "state": "IA", + "latitude": "43.382021", + "longitude": "-92.102630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52140", + "city": "Dorchester", + "state": "IA", + "latitude": "43.442183", + "longitude": "-91.533380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52141", + "city": "Elgin", + "state": "IA", + "latitude": "42.935873", + "longitude": "-91.627850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52142", + "city": "Fayette", + "state": "IA", + "latitude": "42.834286", + "longitude": "-91.797940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52144", + "city": "Fort Atkinson", + "state": "IA", + "latitude": "43.141414", + "longitude": "-91.947640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52146", + "city": "Harpers Ferry", + "state": "IA", + "latitude": "43.195154", + "longitude": "-91.164050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52147", + "city": "Hawkeye", + "state": "IA", + "latitude": "42.960176", + "longitude": "-91.958580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52149", + "city": "Highlandville", + "state": "IA", + "latitude": "43.463765", + "longitude": "-91.689862", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52151", + "city": "Lansing", + "state": "IA", + "latitude": "43.358764", + "longitude": "-91.254360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52154", + "city": "Lawler", + "state": "IA", + "latitude": "43.110100", + "longitude": "-92.155760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52155", + "city": "Lime Springs", + "state": "IA", + "latitude": "43.419137", + "longitude": "-92.288590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52156", + "city": "Luana", + "state": "IA", + "latitude": "43.051922", + "longitude": "-91.458420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52157", + "city": "McGregor", + "state": "IA", + "latitude": "43.019203", + "longitude": "-91.203770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52158", + "city": "Marquette", + "state": "IA", + "latitude": "43.042838", + "longitude": "-91.184170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52159", + "city": "Monona", + "state": "IA", + "latitude": "43.061204", + "longitude": "-91.379250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52160", + "city": "New Albin", + "state": "IA", + "latitude": "43.480580", + "longitude": "-91.307460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52161", + "city": "Ossian", + "state": "IA", + "latitude": "43.130438", + "longitude": "-91.749130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52162", + "city": "Postville", + "state": "IA", + "latitude": "43.104035", + "longitude": "-91.552600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52163", + "city": "Protivin", + "state": "IA", + "latitude": "43.216610", + "longitude": "-92.092190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52164", + "city": "Randalia", + "state": "IA", + "latitude": "42.839782", + "longitude": "-91.889490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52165", + "city": "Ridgeway", + "state": "IA", + "latitude": "43.308213", + "longitude": "-91.978070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52166", + "city": "Saint Lucas", + "state": "IA", + "latitude": "43.069086", + "longitude": "-91.928470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52168", + "city": "Spillville", + "state": "IA", + "latitude": "43.203977", + "longitude": "-91.952040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52169", + "city": "Wadena", + "state": "IA", + "latitude": "42.845037", + "longitude": "-91.659430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52170", + "city": "Waterville", + "state": "IA", + "latitude": "43.212565", + "longitude": "-91.299410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52171", + "city": "Waucoma", + "state": "IA", + "latitude": "43.068101", + "longitude": "-92.052550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52172", + "city": "Waukon", + "state": "IA", + "latitude": "43.265791", + "longitude": "-91.477550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52175", + "city": "West Union", + "state": "IA", + "latitude": "42.983744", + "longitude": "-91.818030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52201", + "city": "Ainsworth", + "state": "IA", + "latitude": "41.320371", + "longitude": "-91.547550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52202", + "city": "Alburnett", + "state": "IA", + "latitude": "42.158477", + "longitude": "-91.638590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52203", + "city": "Amana", + "state": "IA", + "latitude": "41.808301", + "longitude": "-91.875120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52204", + "city": "Amana", + "state": "IA", + "latitude": "41.686351", + "longitude": "-92.063603", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52205", + "city": "Anamosa", + "state": "IA", + "latitude": "42.106972", + "longitude": "-91.275310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52206", + "city": "Atkins", + "state": "IA", + "latitude": "41.993799", + "longitude": "-91.867550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52207", + "city": "Baldwin", + "state": "IA", + "latitude": "42.088117", + "longitude": "-90.837930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52208", + "city": "Belle Plaine", + "state": "IA", + "latitude": "41.887989", + "longitude": "-92.272700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52209", + "city": "Blairstown", + "state": "IA", + "latitude": "41.911228", + "longitude": "-92.085490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52210", + "city": "Brandon", + "state": "IA", + "latitude": "42.324370", + "longitude": "-92.001900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52211", + "city": "Brooklyn", + "state": "IA", + "latitude": "41.753372", + "longitude": "-92.450120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52212", + "city": "Center Junction", + "state": "IA", + "latitude": "42.115943", + "longitude": "-91.093970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52213", + "city": "Center Point", + "state": "IA", + "latitude": "42.193727", + "longitude": "-91.779200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52214", + "city": "Central City", + "state": "IA", + "latitude": "42.198823", + "longitude": "-91.507500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52215", + "city": "Chelsea", + "state": "IA", + "latitude": "41.914489", + "longitude": "-92.393590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52216", + "city": "Clarence", + "state": "IA", + "latitude": "41.888182", + "longitude": "-91.045670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52217", + "city": "Clutier", + "state": "IA", + "latitude": "42.080758", + "longitude": "-92.401880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52218", + "city": "Coggon", + "state": "IA", + "latitude": "42.291075", + "longitude": "-91.540240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52219", + "city": "Prairieburg", + "state": "IA", + "latitude": "42.235999", + "longitude": "-91.423130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52220", + "city": "Conroy", + "state": "IA", + "latitude": "41.728994", + "longitude": "-91.997480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52221", + "city": "Guernsey", + "state": "IA", + "latitude": "41.640716", + "longitude": "-92.331820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52222", + "city": "Deep River", + "state": "IA", + "latitude": "41.575609", + "longitude": "-92.341040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52223", + "city": "Delhi", + "state": "IA", + "latitude": "42.424914", + "longitude": "-91.339370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52224", + "city": "Dysart", + "state": "IA", + "latitude": "42.162873", + "longitude": "-92.304850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52225", + "city": "Elberon", + "state": "IA", + "latitude": "42.011889", + "longitude": "-92.323980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52226", + "city": "Elwood", + "state": "IA", + "latitude": "41.992936", + "longitude": "-90.739200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52227", + "city": "Ely", + "state": "IA", + "latitude": "41.892390", + "longitude": "-91.566600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52228", + "city": "Fairfax", + "state": "IA", + "latitude": "41.912296", + "longitude": "-91.787920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52229", + "city": "Garrison", + "state": "IA", + "latitude": "42.145175", + "longitude": "-92.150900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52231", + "city": "Harper", + "state": "IA", + "latitude": "41.358606", + "longitude": "-92.060660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52232", + "city": "Hartwick", + "state": "IA", + "latitude": "41.809975", + "longitude": "-92.328150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52233", + "city": "Hiawatha", + "state": "IA", + "latitude": "42.044409", + "longitude": "-91.681020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52235", + "city": "Hills", + "state": "IA", + "latitude": "41.554640", + "longitude": "-91.535320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52236", + "city": "Homestead", + "state": "IA", + "latitude": "41.732868", + "longitude": "-91.875870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52237", + "city": "Hopkinton", + "state": "IA", + "latitude": "42.346132", + "longitude": "-91.242080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52239", + "city": "Tama", + "state": "IA", + "latitude": "41.961726", + "longitude": "-92.570891", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52240", + "city": "Iowa City", + "state": "IA", + "latitude": "41.649867", + "longitude": "-91.520190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52241", + "city": "Coralville", + "state": "IA", + "latitude": "41.688215", + "longitude": "-91.586760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52242", + "city": "Iowa City", + "state": "IA", + "latitude": "41.662116", + "longitude": "-91.541430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52243", + "city": "Iowa City", + "state": "IA", + "latitude": "41.642657", + "longitude": "-91.599974", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52244", + "city": "Iowa City", + "state": "IA", + "latitude": "41.572682", + "longitude": "-91.661901", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52245", + "city": "Iowa City", + "state": "IA", + "latitude": "41.662083", + "longitude": "-91.508340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52246", + "city": "Iowa City", + "state": "IA", + "latitude": "41.650916", + "longitude": "-91.560580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52247", + "city": "Kalona", + "state": "IA", + "latitude": "41.503882", + "longitude": "-91.709690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52248", + "city": "Keota", + "state": "IA", + "latitude": "41.341027", + "longitude": "-91.941740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52249", + "city": "Keystone", + "state": "IA", + "latitude": "42.005883", + "longitude": "-92.196690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52251", + "city": "Ladora", + "state": "IA", + "latitude": "41.741215", + "longitude": "-92.191990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52252", + "city": "Langworthy", + "state": "IA", + "latitude": "42.191979", + "longitude": "-91.225836", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52253", + "city": "Lisbon", + "state": "IA", + "latitude": "41.909156", + "longitude": "-91.362090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52254", + "city": "Lost Nation", + "state": "IA", + "latitude": "41.950398", + "longitude": "-90.808500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52255", + "city": "Lowden", + "state": "IA", + "latitude": "41.865210", + "longitude": "-90.943160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52257", + "city": "Luzerne", + "state": "IA", + "latitude": "41.913959", + "longitude": "-92.171630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52301", + "city": "Marengo", + "state": "IA", + "latitude": "41.790216", + "longitude": "-92.076840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52302", + "city": "Marion", + "state": "IA", + "latitude": "42.042648", + "longitude": "-91.582620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52305", + "city": "Martelle", + "state": "IA", + "latitude": "42.018441", + "longitude": "-91.352170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52306", + "city": "Mechanicsville", + "state": "IA", + "latitude": "41.900204", + "longitude": "-91.254280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52307", + "city": "Middle Amana", + "state": "IA", + "latitude": "41.790988", + "longitude": "-91.915220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52308", + "city": "Millersburg", + "state": "IA", + "latitude": "41.572665", + "longitude": "-92.159330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52309", + "city": "Monmouth", + "state": "IA", + "latitude": "42.109395", + "longitude": "-90.886900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52310", + "city": "Monticello", + "state": "IA", + "latitude": "42.221176", + "longitude": "-91.193350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52312", + "city": "Morley", + "state": "IA", + "latitude": "42.006556", + "longitude": "-91.246710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52313", + "city": "Mount Auburn", + "state": "IA", + "latitude": "42.259239", + "longitude": "-92.101360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52314", + "city": "Mount Vernon", + "state": "IA", + "latitude": "41.929178", + "longitude": "-91.436840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52315", + "city": "Newhall", + "state": "IA", + "latitude": "41.995899", + "longitude": "-91.968960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52316", + "city": "North English", + "state": "IA", + "latitude": "41.527681", + "longitude": "-92.093260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52317", + "city": "North Liberty", + "state": "IA", + "latitude": "41.755771", + "longitude": "-91.612380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52318", + "city": "Norway", + "state": "IA", + "latitude": "41.900443", + "longitude": "-91.907040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52319", + "city": "Oakdale", + "state": "IA", + "latitude": "41.642657", + "longitude": "-91.599974", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52320", + "city": "Olin", + "state": "IA", + "latitude": "42.003337", + "longitude": "-91.147360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52321", + "city": "Onslow", + "state": "IA", + "latitude": "42.134893", + "longitude": "-91.003720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52322", + "city": "Oxford", + "state": "IA", + "latitude": "41.689600", + "longitude": "-91.761830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52323", + "city": "Oxford Junction", + "state": "IA", + "latitude": "41.983923", + "longitude": "-90.957020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52324", + "city": "Palo", + "state": "IA", + "latitude": "42.065474", + "longitude": "-91.800500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52325", + "city": "Parnell", + "state": "IA", + "latitude": "41.597014", + "longitude": "-91.918050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52326", + "city": "Quasqueton", + "state": "IA", + "latitude": "42.394662", + "longitude": "-91.759170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52327", + "city": "Riverside", + "state": "IA", + "latitude": "41.483058", + "longitude": "-91.568990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52328", + "city": "Robins", + "state": "IA", + "latitude": "42.073765", + "longitude": "-91.662870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52329", + "city": "Rowley", + "state": "IA", + "latitude": "42.349458", + "longitude": "-91.843250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52330", + "city": "Ryan", + "state": "IA", + "latitude": "42.338694", + "longitude": "-91.496040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52332", + "city": "Shellsburg", + "state": "IA", + "latitude": "42.093056", + "longitude": "-91.883790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52333", + "city": "Solon", + "state": "IA", + "latitude": "41.809993", + "longitude": "-91.508490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52334", + "city": "South Amana", + "state": "IA", + "latitude": "41.736497", + "longitude": "-91.942430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52335", + "city": "South English", + "state": "IA", + "latitude": "41.449599", + "longitude": "-92.055790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52336", + "city": "Springville", + "state": "IA", + "latitude": "42.062600", + "longitude": "-91.440720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52337", + "city": "Stanwood", + "state": "IA", + "latitude": "41.888096", + "longitude": "-91.147940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52338", + "city": "Swisher", + "state": "IA", + "latitude": "41.840184", + "longitude": "-91.685520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52339", + "city": "Tama", + "state": "IA", + "latitude": "41.952770", + "longitude": "-92.582250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52340", + "city": "Tiffin", + "state": "IA", + "latitude": "41.710231", + "longitude": "-91.669550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52341", + "city": "Toddville", + "state": "IA", + "latitude": "42.112232", + "longitude": "-91.726050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52342", + "city": "Toledo", + "state": "IA", + "latitude": "42.025240", + "longitude": "-92.571770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52344", + "city": "Troy Mills", + "state": "IA", + "latitude": "42.079415", + "longitude": "-91.599215", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52345", + "city": "Urbana", + "state": "IA", + "latitude": "42.222388", + "longitude": "-91.879080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52346", + "city": "Van Horne", + "state": "IA", + "latitude": "42.010556", + "longitude": "-92.083080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52347", + "city": "Victor", + "state": "IA", + "latitude": "41.715992", + "longitude": "-92.292880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52348", + "city": "Vining", + "state": "IA", + "latitude": "41.990295", + "longitude": "-92.380590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52349", + "city": "Vinton", + "state": "IA", + "latitude": "42.172481", + "longitude": "-92.015950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52350", + "city": "Viola", + "state": "IA", + "latitude": "42.091217", + "longitude": "-91.385047", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52351", + "city": "Walford", + "state": "IA", + "latitude": "41.876767", + "longitude": "-91.835320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52352", + "city": "Walker", + "state": "IA", + "latitude": "42.290421", + "longitude": "-91.774610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52353", + "city": "Washington", + "state": "IA", + "latitude": "41.300042", + "longitude": "-91.697430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52354", + "city": "Watkins", + "state": "IA", + "latitude": "41.908890", + "longitude": "-91.981800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52355", + "city": "Webster", + "state": "IA", + "latitude": "41.459739", + "longitude": "-92.178630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52356", + "city": "Wellman", + "state": "IA", + "latitude": "41.478896", + "longitude": "-91.853540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52358", + "city": "West Branch", + "state": "IA", + "latitude": "41.680696", + "longitude": "-91.334280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52359", + "city": "West Chester", + "state": "IA", + "latitude": "41.356493", + "longitude": "-91.815270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52361", + "city": "Williamsburg", + "state": "IA", + "latitude": "41.651571", + "longitude": "-92.013940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52362", + "city": "Wyoming", + "state": "IA", + "latitude": "42.054649", + "longitude": "-91.005910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52401", + "city": "Cedar Rapids", + "state": "IA", + "latitude": "41.975450", + "longitude": "-91.659120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52402", + "city": "Cedar Rapids", + "state": "IA", + "latitude": "42.021016", + "longitude": "-91.652310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52403", + "city": "Cedar Rapids", + "state": "IA", + "latitude": "41.982201", + "longitude": "-91.614090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52404", + "city": "Cedar Rapids", + "state": "IA", + "latitude": "41.947335", + "longitude": "-91.688190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52405", + "city": "Cedar Rapids", + "state": "IA", + "latitude": "41.980283", + "longitude": "-91.708350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52406", + "city": "Cedar Rapids", + "state": "IA", + "latitude": "42.287191", + "longitude": "-91.777472", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52407", + "city": "Cedar Rapids", + "state": "IA", + "latitude": "42.079415", + "longitude": "-91.599215", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52408", + "city": "Cedar Rapids", + "state": "IA", + "latitude": "42.079415", + "longitude": "-91.599215", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52409", + "city": "Cedar Rapids", + "state": "IA", + "latitude": "42.079415", + "longitude": "-91.599215", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52410", + "city": "Cedar Rapids", + "state": "IA", + "latitude": "42.079415", + "longitude": "-91.599215", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52411", + "city": "Cedar Rapids", + "state": "IA", + "latitude": "42.049941", + "longitude": "-91.725110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52497", + "city": "Cedar Rapids", + "state": "IA", + "latitude": "42.079415", + "longitude": "-91.599215", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52498", + "city": "Cedar Rapids", + "state": "IA", + "latitude": "42.079415", + "longitude": "-91.599215", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52499", + "city": "Cedar Rapids", + "state": "IA", + "latitude": "42.079415", + "longitude": "-91.599215", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52501", + "city": "Ottumwa", + "state": "IA", + "latitude": "41.023872", + "longitude": "-92.417410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52530", + "city": "Agency", + "state": "IA", + "latitude": "40.995466", + "longitude": "-92.304070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52531", + "city": "Albia", + "state": "IA", + "latitude": "41.026796", + "longitude": "-92.798400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52533", + "city": "Batavia", + "state": "IA", + "latitude": "41.025500", + "longitude": "-92.159550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52534", + "city": "Beacon", + "state": "IA", + "latitude": "41.273646", + "longitude": "-92.680820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52535", + "city": "Birmingham", + "state": "IA", + "latitude": "40.861120", + "longitude": "-91.978670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52536", + "city": "Blakesburg", + "state": "IA", + "latitude": "40.947787", + "longitude": "-92.628790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52537", + "city": "Bloomfield", + "state": "IA", + "latitude": "40.730450", + "longitude": "-92.444410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52538", + "city": "West Grove", + "state": "IA", + "latitude": "40.745286", + "longitude": "-92.408679", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52540", + "city": "Brighton", + "state": "IA", + "latitude": "41.153462", + "longitude": "-91.820820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52542", + "city": "Cantril", + "state": "IA", + "latitude": "40.649744", + "longitude": "-92.066200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52543", + "city": "Cedar", + "state": "IA", + "latitude": "41.218744", + "longitude": "-92.519770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52544", + "city": "Centerville", + "state": "IA", + "latitude": "40.730159", + "longitude": "-92.889940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52548", + "city": "Chillicothe", + "state": "IA", + "latitude": "41.085573", + "longitude": "-92.528630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52549", + "city": "Cincinnati", + "state": "IA", + "latitude": "40.616347", + "longitude": "-92.927380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52550", + "city": "Delta", + "state": "IA", + "latitude": "41.330967", + "longitude": "-92.345210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52551", + "city": "Douds", + "state": "IA", + "latitude": "40.798007", + "longitude": "-92.132960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52552", + "city": "Drakesville", + "state": "IA", + "latitude": "40.837112", + "longitude": "-92.564580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52553", + "city": "Eddyville", + "state": "IA", + "latitude": "41.151537", + "longitude": "-92.642270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52554", + "city": "Eldon", + "state": "IA", + "latitude": "40.919465", + "longitude": "-92.225210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52555", + "city": "Exline", + "state": "IA", + "latitude": "40.648624", + "longitude": "-92.835920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52556", + "city": "Fairfield", + "state": "IA", + "latitude": "41.017736", + "longitude": "-91.950000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52557", + "city": "Fairfield", + "state": "IA", + "latitude": "41.016566", + "longitude": "-91.968210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52560", + "city": "Floris", + "state": "IA", + "latitude": "40.852256", + "longitude": "-92.247850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52561", + "city": "Fremont", + "state": "IA", + "latitude": "41.214824", + "longitude": "-92.438640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52562", + "city": "Hayesville", + "state": "IA", + "latitude": "41.264570", + "longitude": "-92.248880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52563", + "city": "Hedrick", + "state": "IA", + "latitude": "41.171960", + "longitude": "-92.284910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52565", + "city": "Keosauqua", + "state": "IA", + "latitude": "40.747997", + "longitude": "-91.961260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52566", + "city": "Kirkville", + "state": "IA", + "latitude": "41.145790", + "longitude": "-92.499480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52567", + "city": "Libertyville", + "state": "IA", + "latitude": "40.946765", + "longitude": "-92.071730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52568", + "city": "Martinsburg", + "state": "IA", + "latitude": "41.178396", + "longitude": "-92.250040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52569", + "city": "Melrose", + "state": "IA", + "latitude": "40.948022", + "longitude": "-93.025370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52570", + "city": "Milton", + "state": "IA", + "latitude": "40.679958", + "longitude": "-92.162000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52571", + "city": "Moravia", + "state": "IA", + "latitude": "40.866550", + "longitude": "-92.844460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52572", + "city": "Moulton", + "state": "IA", + "latitude": "40.679322", + "longitude": "-92.683690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52573", + "city": "Mount Sterling", + "state": "IA", + "latitude": "40.620468", + "longitude": "-91.933520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52574", + "city": "Mystic", + "state": "IA", + "latitude": "40.797559", + "longitude": "-92.964360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52576", + "city": "Ollie", + "state": "IA", + "latitude": "41.201922", + "longitude": "-92.114800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52577", + "city": "Oskaloosa", + "state": "IA", + "latitude": "41.281669", + "longitude": "-92.655340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52580", + "city": "Packwood", + "state": "IA", + "latitude": "41.130669", + "longitude": "-92.096950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52581", + "city": "Plano", + "state": "IA", + "latitude": "40.792046", + "longitude": "-93.049630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52583", + "city": "Promise City", + "state": "IA", + "latitude": "40.801913", + "longitude": "-93.147360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52584", + "city": "Pulaski", + "state": "IA", + "latitude": "40.664420", + "longitude": "-92.245410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52585", + "city": "Richland", + "state": "IA", + "latitude": "41.194129", + "longitude": "-91.980270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52586", + "city": "Rose Hill", + "state": "IA", + "latitude": "41.339202", + "longitude": "-92.468750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52588", + "city": "Selma", + "state": "IA", + "latitude": "40.873769", + "longitude": "-92.131130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52590", + "city": "Seymour", + "state": "IA", + "latitude": "40.673728", + "longitude": "-93.128100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52591", + "city": "Sigourney", + "state": "IA", + "latitude": "41.328837", + "longitude": "-92.196410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52593", + "city": "Udell", + "state": "IA", + "latitude": "40.777917", + "longitude": "-92.735650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52594", + "city": "Unionville", + "state": "IA", + "latitude": "40.833045", + "longitude": "-92.686700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52595", + "city": "University Park", + "state": "IA", + "latitude": "41.286619", + "longitude": "-92.618930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52601", + "city": "Burlington", + "state": "IA", + "latitude": "40.814207", + "longitude": "-91.119110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52619", + "city": "Argyle", + "state": "IA", + "latitude": "40.542869", + "longitude": "-91.575440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52620", + "city": "Bonaparte", + "state": "IA", + "latitude": "40.697875", + "longitude": "-91.805100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52621", + "city": "Crawfordsville", + "state": "IA", + "latitude": "41.209047", + "longitude": "-91.532730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52623", + "city": "Danville", + "state": "IA", + "latitude": "40.865859", + "longitude": "-91.334590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52624", + "city": "Denmark", + "state": "IA", + "latitude": "40.741062", + "longitude": "-91.336640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52625", + "city": "Donnellson", + "state": "IA", + "latitude": "40.675175", + "longitude": "-91.573930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52626", + "city": "Farmington", + "state": "IA", + "latitude": "40.655336", + "longitude": "-91.723850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52627", + "city": "Fort Madison", + "state": "IA", + "latitude": "40.637694", + "longitude": "-91.338660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52630", + "city": "Hillsboro", + "state": "IA", + "latitude": "40.823716", + "longitude": "-91.747540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52631", + "city": "Houghton", + "state": "IA", + "latitude": "40.784287", + "longitude": "-91.607160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52632", + "city": "Keokuk", + "state": "IA", + "latitude": "40.409641", + "longitude": "-91.400010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52635", + "city": "Lockridge", + "state": "IA", + "latitude": "40.991682", + "longitude": "-91.751750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52637", + "city": "Mediapolis", + "state": "IA", + "latitude": "41.008896", + "longitude": "-91.136740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52638", + "city": "Middletown", + "state": "IA", + "latitude": "40.828014", + "longitude": "-91.254990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52639", + "city": "Montrose", + "state": "IA", + "latitude": "40.547399", + "longitude": "-91.438640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52640", + "city": "Morning Sun", + "state": "IA", + "latitude": "41.097390", + "longitude": "-91.278590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52641", + "city": "Mount Pleasant", + "state": "IA", + "latitude": "40.974026", + "longitude": "-91.571950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52642", + "city": "Rome", + "state": "IA", + "latitude": "40.977395", + "longitude": "-91.692312", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52644", + "city": "Mount Union", + "state": "IA", + "latitude": "41.038005", + "longitude": "-91.399920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52645", + "city": "New London", + "state": "IA", + "latitude": "40.920995", + "longitude": "-91.399650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52646", + "city": "Oakville", + "state": "IA", + "latitude": "41.069373", + "longitude": "-91.014290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52647", + "city": "Olds", + "state": "IA", + "latitude": "41.133346", + "longitude": "-91.545590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52648", + "city": "Pilot Grove", + "state": "IA", + "latitude": "40.594704", + "longitude": "-91.415648", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52649", + "city": "Salem", + "state": "IA", + "latitude": "40.848485", + "longitude": "-91.616910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52650", + "city": "Sperry", + "state": "IA", + "latitude": "40.952014", + "longitude": "-91.165450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52651", + "city": "Stockport", + "state": "IA", + "latitude": "40.876570", + "longitude": "-91.812420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52652", + "city": "Swedesburg", + "state": "IA", + "latitude": "41.103879", + "longitude": "-91.546640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52653", + "city": "Wapello", + "state": "IA", + "latitude": "41.171534", + "longitude": "-91.170350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52654", + "city": "Wayland", + "state": "IA", + "latitude": "41.141336", + "longitude": "-91.668820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52655", + "city": "West Burlington", + "state": "IA", + "latitude": "40.830534", + "longitude": "-91.178490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52656", + "city": "West Point", + "state": "IA", + "latitude": "40.719775", + "longitude": "-91.472710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52657", + "city": "Saint Paul", + "state": "IA", + "latitude": "40.758742", + "longitude": "-91.478305", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52658", + "city": "Wever", + "state": "IA", + "latitude": "40.707554", + "longitude": "-91.234150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52659", + "city": "Winfield", + "state": "IA", + "latitude": "41.126832", + "longitude": "-91.441520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52660", + "city": "Yarmouth", + "state": "IA", + "latitude": "40.980185", + "longitude": "-91.291720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52701", + "city": "Andover", + "state": "IA", + "latitude": "41.978834", + "longitude": "-90.251710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52706", + "city": "Blue Grass", + "state": "IA", + "latitude": "41.509085", + "longitude": "-90.754327", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52720", + "city": "Atalissa", + "state": "IA", + "latitude": "41.578393", + "longitude": "-91.159310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52721", + "city": "Bennett", + "state": "IA", + "latitude": "41.749701", + "longitude": "-90.965860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52722", + "city": "Bettendorf", + "state": "IA", + "latitude": "41.551883", + "longitude": "-90.489750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52726", + "city": "Blue Grass", + "state": "IA", + "latitude": "41.498603", + "longitude": "-90.775960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52727", + "city": "Bryant", + "state": "IA", + "latitude": "41.962640", + "longitude": "-90.329750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52728", + "city": "Buffalo", + "state": "IA", + "latitude": "41.456515", + "longitude": "-90.732520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52729", + "city": "Calamus", + "state": "IA", + "latitude": "41.823151", + "longitude": "-90.755720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52730", + "city": "Camanche", + "state": "IA", + "latitude": "41.780515", + "longitude": "-90.288690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52731", + "city": "Charlotte", + "state": "IA", + "latitude": "41.963196", + "longitude": "-90.477050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52732", + "city": "Clinton", + "state": "IA", + "latitude": "41.861633", + "longitude": "-90.215390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52733", + "city": "Clinton", + "state": "IA", + "latitude": "41.880619", + "longitude": "-90.519519", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52736", + "city": "Clinton", + "state": "IA", + "latitude": "41.880619", + "longitude": "-90.519519", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52737", + "city": "Columbus City", + "state": "IA", + "latitude": "41.259329", + "longitude": "-91.374490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52738", + "city": "Columbus Junction", + "state": "IA", + "latitude": "41.265956", + "longitude": "-91.367700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52739", + "city": "Conesville", + "state": "IA", + "latitude": "41.378166", + "longitude": "-91.366930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52742", + "city": "De Witt", + "state": "IA", + "latitude": "41.825848", + "longitude": "-90.529510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52745", + "city": "Dixon", + "state": "IA", + "latitude": "41.735420", + "longitude": "-90.777170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52746", + "city": "Donahue", + "state": "IA", + "latitude": "41.712643", + "longitude": "-90.687480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52747", + "city": "Durant", + "state": "IA", + "latitude": "41.603249", + "longitude": "-90.910150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52748", + "city": "Eldridge", + "state": "IA", + "latitude": "41.659064", + "longitude": "-90.568660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52749", + "city": "Fruitland", + "state": "IA", + "latitude": "41.355531", + "longitude": "-91.129940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52750", + "city": "Goose Lake", + "state": "IA", + "latitude": "41.926933", + "longitude": "-90.411810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52751", + "city": "Grand Mound", + "state": "IA", + "latitude": "41.836317", + "longitude": "-90.670080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52752", + "city": "Grandview", + "state": "IA", + "latitude": "41.277239", + "longitude": "-91.188970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52753", + "city": "Le Claire", + "state": "IA", + "latitude": "41.609382", + "longitude": "-90.359860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52754", + "city": "Letts", + "state": "IA", + "latitude": "41.349983", + "longitude": "-91.246640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52755", + "city": "Lone Tree", + "state": "IA", + "latitude": "41.476534", + "longitude": "-91.433070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52756", + "city": "Long Grove", + "state": "IA", + "latitude": "41.732418", + "longitude": "-90.532860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52757", + "city": "Low Moor", + "state": "IA", + "latitude": "41.801711", + "longitude": "-90.352230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52758", + "city": "McCausland", + "state": "IA", + "latitude": "41.744689", + "longitude": "-90.443920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52759", + "city": "Montpelier", + "state": "IA", + "latitude": "41.462494", + "longitude": "-90.808767", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52760", + "city": "Moscow", + "state": "IA", + "latitude": "41.573710", + "longitude": "-91.083690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52761", + "city": "Muscatine", + "state": "IL", + "latitude": "41.413372", + "longitude": "-91.006120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52765", + "city": "New Liberty", + "state": "IA", + "latitude": "41.720483", + "longitude": "-90.869440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52766", + "city": "Nichols", + "state": "IA", + "latitude": "41.473955", + "longitude": "-91.310350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52767", + "city": "Pleasant Valley", + "state": "IA", + "latitude": "41.568230", + "longitude": "-90.419100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52768", + "city": "Princeton", + "state": "IA", + "latitude": "41.677679", + "longitude": "-90.373380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52769", + "city": "Stockton", + "state": "IA", + "latitude": "41.594283", + "longitude": "-90.846900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52771", + "city": "Teeds Grove", + "state": "IA", + "latitude": "41.999113", + "longitude": "-90.218704", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52772", + "city": "Tipton", + "state": "IA", + "latitude": "41.750868", + "longitude": "-91.133610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52773", + "city": "Walcott", + "state": "IA", + "latitude": "41.617234", + "longitude": "-90.758490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52774", + "city": "Welton", + "state": "IA", + "latitude": "41.907575", + "longitude": "-90.596240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52776", + "city": "West Liberty", + "state": "IA", + "latitude": "41.573818", + "longitude": "-91.265860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52777", + "city": "Wheatland", + "state": "IA", + "latitude": "41.843587", + "longitude": "-90.860970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52778", + "city": "Wilton", + "state": "IA", + "latitude": "41.604559", + "longitude": "-91.006440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52801", + "city": "Davenport", + "state": "IA", + "latitude": "41.522832", + "longitude": "-90.575030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52802", + "city": "Davenport", + "state": "IA", + "latitude": "41.513182", + "longitude": "-90.616720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52803", + "city": "Davenport", + "state": "IA", + "latitude": "41.538582", + "longitude": "-90.562230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52804", + "city": "Davenport", + "state": "IA", + "latitude": "41.546931", + "longitude": "-90.619640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52805", + "city": "Davenport", + "state": "IA", + "latitude": "41.613034", + "longitude": "-90.606284", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52806", + "city": "Davenport", + "state": "IA", + "latitude": "41.574581", + "longitude": "-90.603030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52807", + "city": "Davenport", + "state": "IA", + "latitude": "41.565433", + "longitude": "-90.539240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52808", + "city": "Davenport", + "state": "IA", + "latitude": "41.613034", + "longitude": "-90.606284", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52809", + "city": "Davenport", + "state": "IA", + "latitude": "41.613034", + "longitude": "-90.606284", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "52820", + "city": "Tennyson", + "state": "WI", + "latitude": "42.689339", + "longitude": "-90.682257", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53001", + "city": "Adell", + "state": "WI", + "latitude": "43.610140", + "longitude": "-88.030470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53002", + "city": "Allenton", + "state": "WI", + "latitude": "43.461969", + "longitude": "-88.364320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53003", + "city": "Ashippun", + "state": "WI", + "latitude": "43.211067", + "longitude": "-88.516490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53004", + "city": "Belgium", + "state": "WI", + "latitude": "43.498943", + "longitude": "-87.862110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53005", + "city": "Brookfield", + "state": "WI", + "latitude": "43.060872", + "longitude": "-88.094780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53006", + "city": "Brownsville", + "state": "WI", + "latitude": "43.623996", + "longitude": "-88.510890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53007", + "city": "Butler", + "state": "WI", + "latitude": "43.108360", + "longitude": "-88.068930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53008", + "city": "Brookfield", + "state": "WI", + "latitude": "43.018696", + "longitude": "-88.302997", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53009", + "city": "Byron", + "state": "WI", + "latitude": "43.769830", + "longitude": "-88.494357", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53010", + "city": "Campbellsport", + "state": "WI", + "latitude": "43.602787", + "longitude": "-88.265300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53011", + "city": "Cascade", + "state": "WI", + "latitude": "43.657079", + "longitude": "-88.080080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53012", + "city": "Cedarburg", + "state": "WI", + "latitude": "43.305412", + "longitude": "-87.997940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53013", + "city": "Cedar Grove", + "state": "WI", + "latitude": "43.575272", + "longitude": "-87.845970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53014", + "city": "Chilton", + "state": "WI", + "latitude": "44.033215", + "longitude": "-88.176260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53015", + "city": "Cleveland", + "state": "WI", + "latitude": "43.914168", + "longitude": "-87.766890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53016", + "city": "Clyman", + "state": "WI", + "latitude": "43.313002", + "longitude": "-88.719890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53017", + "city": "Colgate", + "state": "WI", + "latitude": "43.199526", + "longitude": "-88.261770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53018", + "city": "Delafield", + "state": "WI", + "latitude": "43.053480", + "longitude": "-88.398440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53019", + "city": "Eden", + "state": "WI", + "latitude": "43.699527", + "longitude": "-88.322330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53020", + "city": "Elkhart Lake", + "state": "WI", + "latitude": "43.852550", + "longitude": "-88.010850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53021", + "city": "Fredonia", + "state": "WI", + "latitude": "43.483263", + "longitude": "-87.989080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53022", + "city": "Germantown", + "state": "WI", + "latitude": "43.219155", + "longitude": "-88.120430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53023", + "city": "Glenbeulah", + "state": "WI", + "latitude": "43.777582", + "longitude": "-88.101030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53024", + "city": "Grafton", + "state": "WI", + "latitude": "43.325460", + "longitude": "-87.945730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53026", + "city": "Greenbush", + "state": "WI", + "latitude": "43.718294", + "longitude": "-87.618716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53027", + "city": "Hartford", + "state": "WI", + "latitude": "43.313361", + "longitude": "-88.373320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53029", + "city": "Hartland", + "state": "WI", + "latitude": "43.132743", + "longitude": "-88.347370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53031", + "city": "Hingham", + "state": "WI", + "latitude": "43.639395", + "longitude": "-87.915705", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53032", + "city": "Horicon", + "state": "WI", + "latitude": "43.446666", + "longitude": "-88.627950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53033", + "city": "Hubertus", + "state": "WI", + "latitude": "43.233282", + "longitude": "-88.239600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53034", + "city": "Hustisford", + "state": "WI", + "latitude": "43.345528", + "longitude": "-88.601350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53035", + "city": "Iron Ridge", + "state": "WI", + "latitude": "43.395861", + "longitude": "-88.536060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53036", + "city": "Ixonia", + "state": "WI", + "latitude": "43.178685", + "longitude": "-88.573900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53037", + "city": "Jackson", + "state": "WI", + "latitude": "43.322213", + "longitude": "-88.170110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53038", + "city": "Johnson Creek", + "state": "WI", + "latitude": "43.075784", + "longitude": "-88.775950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53039", + "city": "Juneau", + "state": "WI", + "latitude": "43.378828", + "longitude": "-88.708760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53040", + "city": "Kewaskum", + "state": "WI", + "latitude": "43.524130", + "longitude": "-88.192150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53042", + "city": "Kiel", + "state": "WI", + "latitude": "43.924095", + "longitude": "-88.002850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53044", + "city": "Kohler", + "state": "WI", + "latitude": "43.740794", + "longitude": "-87.783030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53045", + "city": "Brookfield", + "state": "WI", + "latitude": "43.055315", + "longitude": "-88.150300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53046", + "city": "Lannon", + "state": "WI", + "latitude": "43.153447", + "longitude": "-88.161240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53047", + "city": "Lebanon", + "state": "WI", + "latitude": "43.257364", + "longitude": "-88.628730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53048", + "city": "Lomira", + "state": "WI", + "latitude": "43.584926", + "longitude": "-88.445940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53049", + "city": "Malone", + "state": "WI", + "latitude": "43.887372", + "longitude": "-88.288020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53050", + "city": "Mayville", + "state": "WI", + "latitude": "43.499518", + "longitude": "-88.539110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53051", + "city": "Menomonee Falls", + "state": "WI", + "latitude": "43.151183", + "longitude": "-88.110340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53052", + "city": "Menomonee Falls", + "state": "WI", + "latitude": "43.018696", + "longitude": "-88.302997", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53056", + "city": "Merton", + "state": "WI", + "latitude": "43.146023", + "longitude": "-88.309750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53057", + "city": "Mount Calvary", + "state": "WI", + "latitude": "43.805760", + "longitude": "-88.254360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53058", + "city": "Nashotah", + "state": "WI", + "latitude": "43.108775", + "longitude": "-88.402760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53059", + "city": "Neosho", + "state": "WI", + "latitude": "43.289159", + "longitude": "-88.526230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53060", + "city": "Newburg", + "state": "WI", + "latitude": "43.433807", + "longitude": "-88.062338", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53061", + "city": "New Holstein", + "state": "WI", + "latitude": "43.949961", + "longitude": "-88.099620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53062", + "city": "New Holstein", + "state": "WI", + "latitude": "44.067942", + "longitude": "-88.223131", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53063", + "city": "Newton", + "state": "WI", + "latitude": "43.972070", + "longitude": "-87.776600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53064", + "city": "North Lake", + "state": "WI", + "latitude": "43.018696", + "longitude": "-88.302997", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53065", + "city": "Oakfield", + "state": "WI", + "latitude": "43.689915", + "longitude": "-88.565860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53066", + "city": "Oconomowoc", + "state": "WI", + "latitude": "43.108241", + "longitude": "-88.489350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53069", + "city": "Okauchee", + "state": "WI", + "latitude": "43.114118", + "longitude": "-88.437710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53070", + "city": "Oostburg", + "state": "WI", + "latitude": "43.622793", + "longitude": "-87.803640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53072", + "city": "Pewaukee", + "state": "WI", + "latitude": "43.076953", + "longitude": "-88.268000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53073", + "city": "Plymouth", + "state": "WI", + "latitude": "43.758674", + "longitude": "-87.980050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53074", + "city": "Port Washington", + "state": "WI", + "latitude": "43.401810", + "longitude": "-87.880010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53075", + "city": "Random Lake", + "state": "WI", + "latitude": "43.564477", + "longitude": "-87.990940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53076", + "city": "Richfield", + "state": "WI", + "latitude": "43.265289", + "longitude": "-88.201440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53078", + "city": "Rubicon", + "state": "WI", + "latitude": "43.318200", + "longitude": "-88.451690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53079", + "city": "Saint Cloud", + "state": "WI", + "latitude": "43.808108", + "longitude": "-88.181640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53080", + "city": "Saukville", + "state": "WI", + "latitude": "43.394676", + "longitude": "-87.958870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53081", + "city": "Sheboygan", + "state": "WI", + "latitude": "43.736145", + "longitude": "-87.728930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53082", + "city": "Sheboygan", + "state": "WI", + "latitude": "43.718294", + "longitude": "-87.618716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53083", + "city": "Sheboygan", + "state": "WI", + "latitude": "43.797567", + "longitude": "-87.756640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53085", + "city": "Sheboygan Falls", + "state": "WI", + "latitude": "43.731685", + "longitude": "-87.834060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53086", + "city": "Slinger", + "state": "WI", + "latitude": "43.332780", + "longitude": "-88.279070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53088", + "city": "Stockbridge", + "state": "WI", + "latitude": "44.075128", + "longitude": "-88.301060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53089", + "city": "Sussex", + "state": "WI", + "latitude": "43.140040", + "longitude": "-88.226410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53090", + "city": "West Bend", + "state": "WI", + "latitude": "43.446623", + "longitude": "-88.178790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53091", + "city": "Theresa", + "state": "WI", + "latitude": "43.502688", + "longitude": "-88.432990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53092", + "city": "Thiensville", + "state": "WI", + "latitude": "43.223907", + "longitude": "-87.950850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53093", + "city": "Waldo", + "state": "WI", + "latitude": "43.665399", + "longitude": "-87.947350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53094", + "city": "Watertown", + "state": "WI", + "latitude": "43.170606", + "longitude": "-88.730580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53095", + "city": "West Bend", + "state": "WI", + "latitude": "43.403280", + "longitude": "-88.180260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53097", + "city": "Mequon", + "state": "WI", + "latitude": "43.234506", + "longitude": "-88.009140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53098", + "city": "Watertown", + "state": "WI", + "latitude": "43.231506", + "longitude": "-88.706340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53099", + "city": "Woodland", + "state": "WI", + "latitude": "43.414202", + "longitude": "-88.704914", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53101", + "city": "Bassett", + "state": "WI", + "latitude": "42.580980", + "longitude": "-87.662878", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53102", + "city": "Benet Lake", + "state": "WI", + "latitude": "42.500141", + "longitude": "-88.079983", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53103", + "city": "Big Bend", + "state": "WI", + "latitude": "42.886982", + "longitude": "-88.209550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53104", + "city": "Bristol", + "state": "WI", + "latitude": "42.551693", + "longitude": "-88.049080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53105", + "city": "Burlington", + "state": "WI", + "latitude": "42.662671", + "longitude": "-88.281320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53108", + "city": "Caledonia", + "state": "WI", + "latitude": "42.825711", + "longitude": "-87.942930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53109", + "city": "Camp Lake", + "state": "WI", + "latitude": "42.535968", + "longitude": "-88.144386", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53110", + "city": "Cudahy", + "state": "WI", + "latitude": "42.948416", + "longitude": "-87.861010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53114", + "city": "Darien", + "state": "WI", + "latitude": "42.600270", + "longitude": "-88.749780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53115", + "city": "Delavan", + "state": "WI", + "latitude": "42.634270", + "longitude": "-88.638300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53118", + "city": "Dousman", + "state": "WI", + "latitude": "42.991622", + "longitude": "-88.470850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53119", + "city": "Eagle", + "state": "WI", + "latitude": "42.881035", + "longitude": "-88.471170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53120", + "city": "East Troy", + "state": "WI", + "latitude": "42.797775", + "longitude": "-88.404350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53121", + "city": "Elkhorn", + "state": "WI", + "latitude": "42.711105", + "longitude": "-88.542140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53122", + "city": "Elm Grove", + "state": "WI", + "latitude": "43.050762", + "longitude": "-88.084200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53125", + "city": "Fontana", + "state": "WI", + "latitude": "42.546003", + "longitude": "-88.562340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53126", + "city": "Franksville", + "state": "WI", + "latitude": "42.778642", + "longitude": "-87.966090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53127", + "city": "Genesee Depot", + "state": "WI", + "latitude": "42.960098", + "longitude": "-88.374455", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53128", + "city": "Genoa City", + "state": "WI", + "latitude": "42.526028", + "longitude": "-88.334430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53129", + "city": "Greendale", + "state": "WI", + "latitude": "42.937448", + "longitude": "-87.998390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53130", + "city": "Hales Corners", + "state": "WI", + "latitude": "42.941264", + "longitude": "-88.051210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53132", + "city": "Franklin", + "state": "WI", + "latitude": "42.896145", + "longitude": "-88.008910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53134", + "city": "Walworth", + "state": "WI", + "latitude": "42.560001", + "longitude": "-88.594815", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53137", + "city": "Helenville", + "state": "WI", + "latitude": "43.000999", + "longitude": "-88.663820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53138", + "city": "Honey Creek", + "state": "WI", + "latitude": "42.667490", + "longitude": "-88.541721", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53139", + "city": "Kansasville", + "state": "WI", + "latitude": "42.691937", + "longitude": "-88.125990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53140", + "city": "Kenosha", + "state": "WI", + "latitude": "42.602170", + "longitude": "-87.829790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53141", + "city": "Kenosha", + "state": "WI", + "latitude": "42.580980", + "longitude": "-87.662878", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53142", + "city": "Kenosha", + "state": "WI", + "latitude": "42.559823", + "longitude": "-87.878780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53143", + "city": "Kenosha", + "state": "WI", + "latitude": "42.564270", + "longitude": "-87.830430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53144", + "city": "Kenosha", + "state": "WI", + "latitude": "42.601842", + "longitude": "-87.876170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53146", + "city": "New Berlin", + "state": "WI", + "latitude": "42.973663", + "longitude": "-88.154140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53147", + "city": "Lake Geneva", + "state": "WI", + "latitude": "42.587613", + "longitude": "-88.458280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53148", + "city": "Lyons", + "state": "WI", + "latitude": "42.649557", + "longitude": "-88.359650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53149", + "city": "Mukwonago", + "state": "WI", + "latitude": "42.872477", + "longitude": "-88.344090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53150", + "city": "Muskego", + "state": "WI", + "latitude": "42.901235", + "longitude": "-88.124640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53151", + "city": "New Berlin", + "state": "WI", + "latitude": "42.980163", + "longitude": "-88.094380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53152", + "city": "New Munster", + "state": "WI", + "latitude": "42.574616", + "longitude": "-88.232632", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53153", + "city": "North Prairie", + "state": "WI", + "latitude": "42.935259", + "longitude": "-88.405010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53154", + "city": "Oak Creek", + "state": "WI", + "latitude": "42.884347", + "longitude": "-87.899200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53156", + "city": "Palmyra", + "state": "WI", + "latitude": "42.879242", + "longitude": "-88.589870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53157", + "city": "Pell Lake", + "state": "WI", + "latitude": "42.540048", + "longitude": "-88.358167", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53158", + "city": "Pleasant Prairie", + "state": "WI", + "latitude": "42.529075", + "longitude": "-87.872010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53159", + "city": "Powers Lake", + "state": "WI", + "latitude": "42.555695", + "longitude": "-88.296914", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53167", + "city": "Rochester", + "state": "WI", + "latitude": "42.742629", + "longitude": "-88.223080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53168", + "city": "Salem", + "state": "WI", + "latitude": "42.573081", + "longitude": "-88.124440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53170", + "city": "Silver Lake", + "state": "WI", + "latitude": "42.550263", + "longitude": "-88.170650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53171", + "city": "Somers", + "state": "WI", + "latitude": "42.642298", + "longitude": "-87.903161", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53172", + "city": "South Milwaukee", + "state": "WI", + "latitude": "42.909816", + "longitude": "-87.863950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53176", + "city": "Springfield", + "state": "WI", + "latitude": "42.642223", + "longitude": "-88.411790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53177", + "city": "Sturtevant", + "state": "WI", + "latitude": "42.699169", + "longitude": "-87.916920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53178", + "city": "Sullivan", + "state": "WI", + "latitude": "43.015999", + "longitude": "-88.595720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53179", + "city": "Trevor", + "state": "WI", + "latitude": "42.515668", + "longitude": "-88.134540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53181", + "city": "Twin Lakes", + "state": "WI", + "latitude": "42.515596", + "longitude": "-88.257610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53182", + "city": "Union Grove", + "state": "WI", + "latitude": "42.696322", + "longitude": "-88.046580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53183", + "city": "Wales", + "state": "WI", + "latitude": "43.002534", + "longitude": "-88.377710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53184", + "city": "Walworth", + "state": "WI", + "latitude": "42.532636", + "longitude": "-88.598620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53185", + "city": "Waterford", + "state": "WI", + "latitude": "42.798555", + "longitude": "-88.194090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53186", + "city": "Waukesha", + "state": "WI", + "latitude": "43.015289", + "longitude": "-88.209240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53187", + "city": "Waukesha", + "state": "WI", + "latitude": "43.018696", + "longitude": "-88.302997", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53188", + "city": "Waukesha", + "state": "WI", + "latitude": "43.020762", + "longitude": "-88.268520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53189", + "city": "Waukesha", + "state": "WI", + "latitude": "42.967394", + "longitude": "-88.264000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53190", + "city": "Whitewater", + "state": "WI", + "latitude": "42.818747", + "longitude": "-88.732790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53191", + "city": "Williams Bay", + "state": "WI", + "latitude": "42.573162", + "longitude": "-88.540210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53192", + "city": "Wilmot", + "state": "WI", + "latitude": "42.511818", + "longitude": "-88.182850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53194", + "city": "Woodworth", + "state": "WI", + "latitude": "42.580980", + "longitude": "-87.662878", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53195", + "city": "Zenda", + "state": "WI", + "latitude": "42.512403", + "longitude": "-88.482620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53197", + "city": "Walworth", + "state": "WI", + "latitude": "42.566752", + "longitude": "-88.565570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53201", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.011264", + "longitude": "-87.958409", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53202", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.046213", + "longitude": "-87.900500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53203", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.037963", + "longitude": "-87.915480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53204", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.017414", + "longitude": "-87.926250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53205", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.053763", + "longitude": "-87.934730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53206", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.076179", + "longitude": "-87.934760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53207", + "city": "Milwaukee", + "state": "WI", + "latitude": "42.985465", + "longitude": "-87.899980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53208", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.047863", + "longitude": "-87.966180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53209", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.119410", + "longitude": "-87.947270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53210", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.068962", + "longitude": "-87.974230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53211", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.083012", + "longitude": "-87.885900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53212", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.072062", + "longitude": "-87.910300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53213", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.049012", + "longitude": "-88.000120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53214", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.020363", + "longitude": "-88.012730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53215", + "city": "Milwaukee", + "state": "WI", + "latitude": "42.999364", + "longitude": "-87.943430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53216", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.086711", + "longitude": "-87.974900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53217", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.143510", + "longitude": "-87.908940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53218", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.110960", + "longitude": "-87.994360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53219", + "city": "Milwaukee", + "state": "WI", + "latitude": "42.996614", + "longitude": "-87.992130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53220", + "city": "Milwaukee", + "state": "WI", + "latitude": "42.969115", + "longitude": "-87.991410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53221", + "city": "Milwaukee", + "state": "WI", + "latitude": "42.953915", + "longitude": "-87.945700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53222", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.083261", + "longitude": "-88.028230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53223", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.163692", + "longitude": "-87.987170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53224", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.153865", + "longitude": "-88.040320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53225", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.115760", + "longitude": "-88.041210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53226", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.048545", + "longitude": "-88.042390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53227", + "city": "Milwaukee", + "state": "WI", + "latitude": "42.997647", + "longitude": "-88.037170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53228", + "city": "Milwaukee", + "state": "WI", + "latitude": "42.966681", + "longitude": "-88.037980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53233", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.037313", + "longitude": "-87.933730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53234", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.017412", + "longitude": "-87.569664", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53235", + "city": "Saint Francis", + "state": "WI", + "latitude": "42.971156", + "longitude": "-87.874520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53237", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.017412", + "longitude": "-87.569664", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53245", + "city": "Eaton", + "state": "WI", + "latitude": "44.056094", + "longitude": "-87.985595", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53259", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.038663", + "longitude": "-87.913934", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53263", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.074583", + "longitude": "-88.060440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53267", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.044013", + "longitude": "-87.909834", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53268", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.038513", + "longitude": "-87.909584", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53270", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.038763", + "longitude": "-87.903634", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53274", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.017412", + "longitude": "-87.569664", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53277", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.038863", + "longitude": "-87.902384", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53278", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.038863", + "longitude": "-87.902384", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53280", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.040963", + "longitude": "-87.957786", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53281", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.040963", + "longitude": "-87.957786", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53284", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.017412", + "longitude": "-87.569664", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53285", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.017412", + "longitude": "-87.569664", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53288", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.040613", + "longitude": "-87.909784", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53290", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.037263", + "longitude": "-87.914034", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53293", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.040813", + "longitude": "-87.919135", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53295", + "city": "Milwaukee", + "state": "WI", + "latitude": "43.017412", + "longitude": "-87.569664", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53401", + "city": "Racine", + "state": "WI", + "latitude": "42.727153", + "longitude": "-87.675979", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53402", + "city": "Racine", + "state": "WI", + "latitude": "42.767286", + "longitude": "-87.797470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53403", + "city": "Racine", + "state": "WI", + "latitude": "42.704519", + "longitude": "-87.800620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53404", + "city": "Racine", + "state": "WI", + "latitude": "42.743169", + "longitude": "-87.805340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53405", + "city": "Racine", + "state": "WI", + "latitude": "42.714369", + "longitude": "-87.824240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53406", + "city": "Racine", + "state": "WI", + "latitude": "42.730807", + "longitude": "-87.858270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53407", + "city": "Racine", + "state": "WI", + "latitude": "42.731224", + "longitude": "-87.782818", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53408", + "city": "Racine", + "state": "WI", + "latitude": "42.727153", + "longitude": "-87.675979", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53449", + "city": "Jefferson", + "state": "WI", + "latitude": "42.999481", + "longitude": "-88.782526", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53490", + "city": "Racine", + "state": "WI", + "latitude": "42.727153", + "longitude": "-87.675979", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53501", + "city": "Afton", + "state": "WI", + "latitude": "42.605454", + "longitude": "-89.070448", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53502", + "city": "Albany", + "state": "WI", + "latitude": "42.718150", + "longitude": "-89.443150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53503", + "city": "Arena", + "state": "WI", + "latitude": "43.150122", + "longitude": "-89.925450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53504", + "city": "Argyle", + "state": "WI", + "latitude": "42.698173", + "longitude": "-89.857360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53505", + "city": "Avalon", + "state": "WI", + "latitude": "42.642661", + "longitude": "-88.825470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53506", + "city": "Avoca", + "state": "WI", + "latitude": "43.154980", + "longitude": "-90.285940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53507", + "city": "Barneveld", + "state": "WI", + "latitude": "43.008697", + "longitude": "-89.901170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53508", + "city": "Belleville", + "state": "WI", + "latitude": "42.865397", + "longitude": "-89.554610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53510", + "city": "Belmont", + "state": "WI", + "latitude": "42.729814", + "longitude": "-90.319840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53511", + "city": "Beloit", + "state": "WI", + "latitude": "42.526464", + "longitude": "-89.042910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53512", + "city": "Beloit", + "state": "WI", + "latitude": "42.669779", + "longitude": "-89.072779", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53515", + "city": "Black Earth", + "state": "WI", + "latitude": "43.131939", + "longitude": "-89.743800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53516", + "city": "Blanchardville", + "state": "WI", + "latitude": "42.802663", + "longitude": "-89.859430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53517", + "city": "Blue Mounds", + "state": "WI", + "latitude": "43.031138", + "longitude": "-89.836720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53518", + "city": "Blue River", + "state": "WI", + "latitude": "43.238540", + "longitude": "-90.596830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53520", + "city": "Brodhead", + "state": "WI", + "latitude": "42.613107", + "longitude": "-89.373640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53521", + "city": "Brooklyn", + "state": "WI", + "latitude": "42.839241", + "longitude": "-89.400880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53522", + "city": "Browntown", + "state": "WI", + "latitude": "42.552731", + "longitude": "-89.796240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53523", + "city": "Cambridge", + "state": "WI", + "latitude": "42.992730", + "longitude": "-89.022740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53525", + "city": "Clinton", + "state": "WI", + "latitude": "42.551253", + "longitude": "-88.854120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53526", + "city": "Cobb", + "state": "WI", + "latitude": "42.970855", + "longitude": "-90.334520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53527", + "city": "Cottage Grove", + "state": "WI", + "latitude": "43.073751", + "longitude": "-89.196700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53528", + "city": "Cross Plains", + "state": "WI", + "latitude": "43.116408", + "longitude": "-89.643710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53529", + "city": "Dane", + "state": "WI", + "latitude": "43.228109", + "longitude": "-89.536050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53530", + "city": "Darlington", + "state": "WI", + "latitude": "42.686745", + "longitude": "-90.109830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53531", + "city": "Deerfield", + "state": "WI", + "latitude": "43.055415", + "longitude": "-89.093490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53532", + "city": "De Forest", + "state": "WI", + "latitude": "43.240098", + "longitude": "-89.336590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53533", + "city": "Dodgeville", + "state": "WI", + "latitude": "42.974296", + "longitude": "-90.144040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53534", + "city": "Edgerton", + "state": "WI", + "latitude": "42.841688", + "longitude": "-89.072230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53535", + "city": "Edmund", + "state": "WI", + "latitude": "43.011323", + "longitude": "-90.133932", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53536", + "city": "Evansville", + "state": "WI", + "latitude": "42.772516", + "longitude": "-89.280200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53537", + "city": "Footville", + "state": "WI", + "latitude": "42.668944", + "longitude": "-89.209980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53538", + "city": "Fort Atkinson", + "state": "WI", + "latitude": "42.924942", + "longitude": "-88.848130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53540", + "city": "Gotham", + "state": "WI", + "latitude": "43.222854", + "longitude": "-90.293500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53541", + "city": "Gratiot", + "state": "WI", + "latitude": "42.572413", + "longitude": "-90.026050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53542", + "city": "Hanover", + "state": "WI", + "latitude": "42.632325", + "longitude": "-89.159420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53543", + "city": "Highland", + "state": "WI", + "latitude": "43.043206", + "longitude": "-90.359540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53544", + "city": "Hollandale", + "state": "WI", + "latitude": "42.878192", + "longitude": "-89.928640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53545", + "city": "Janesville", + "state": "WI", + "latitude": "42.691460", + "longitude": "-89.042770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53546", + "city": "Janesville", + "state": "WI", + "latitude": "42.666761", + "longitude": "-88.995280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53547", + "city": "Janesville", + "state": "WI", + "latitude": "42.729359", + "longitude": "-89.030111", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53549", + "city": "Jefferson", + "state": "WI", + "latitude": "42.993905", + "longitude": "-88.793210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53550", + "city": "Juda", + "state": "WI", + "latitude": "42.567333", + "longitude": "-89.493970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53551", + "city": "Lake Mills", + "state": "WI", + "latitude": "43.082761", + "longitude": "-88.908380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53553", + "city": "Linden", + "state": "WI", + "latitude": "42.922390", + "longitude": "-90.285540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53554", + "city": "Livingston", + "state": "WI", + "latitude": "42.906219", + "longitude": "-90.425740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53555", + "city": "Lodi", + "state": "WI", + "latitude": "43.325153", + "longitude": "-89.560740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53556", + "city": "Lone Rock", + "state": "WI", + "latitude": "43.213963", + "longitude": "-90.239090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53557", + "city": "Lowell", + "state": "WI", + "latitude": "43.339823", + "longitude": "-88.797190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53558", + "city": "McFarland", + "state": "WI", + "latitude": "43.015498", + "longitude": "-89.289540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53559", + "city": "Marshall", + "state": "WI", + "latitude": "43.172619", + "longitude": "-89.074640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53560", + "city": "Mazomanie", + "state": "WI", + "latitude": "43.177861", + "longitude": "-89.780120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53561", + "city": "Merrimac", + "state": "WI", + "latitude": "43.372620", + "longitude": "-89.694180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53562", + "city": "Middleton", + "state": "WI", + "latitude": "43.103711", + "longitude": "-89.511060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53563", + "city": "Milton", + "state": "WI", + "latitude": "42.778497", + "longitude": "-88.955950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53565", + "city": "Mineral Point", + "state": "WI", + "latitude": "42.852038", + "longitude": "-90.174500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53566", + "city": "Monroe", + "state": "WI", + "latitude": "42.603462", + "longitude": "-89.640370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53569", + "city": "Montfort", + "state": "WI", + "latitude": "42.989241", + "longitude": "-90.438550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53570", + "city": "Monticello", + "state": "WI", + "latitude": "42.745346", + "longitude": "-89.614550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53571", + "city": "Morrisonville", + "state": "WI", + "latitude": "43.277409", + "longitude": "-89.358530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53572", + "city": "Mount Horeb", + "state": "WI", + "latitude": "42.985255", + "longitude": "-89.736470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53573", + "city": "Muscoda", + "state": "WI", + "latitude": "43.191400", + "longitude": "-90.456550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53574", + "city": "New Glarus", + "state": "WI", + "latitude": "42.816360", + "longitude": "-89.640750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53575", + "city": "Oregon", + "state": "WI", + "latitude": "42.929208", + "longitude": "-89.384780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53576", + "city": "Orfordville", + "state": "WI", + "latitude": "42.635236", + "longitude": "-89.242680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53577", + "city": "Plain", + "state": "WI", + "latitude": "43.302123", + "longitude": "-90.076190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53578", + "city": "Prairie Du Sac", + "state": "WI", + "latitude": "43.318318", + "longitude": "-89.749280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53579", + "city": "Reeseville", + "state": "WI", + "latitude": "43.296299", + "longitude": "-88.867210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53580", + "city": "Rewey", + "state": "WI", + "latitude": "42.850440", + "longitude": "-90.376080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53581", + "city": "Richland Center", + "state": "WI", + "latitude": "43.361048", + "longitude": "-90.407760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53582", + "city": "Ridgeway", + "state": "WI", + "latitude": "43.020516", + "longitude": "-89.979280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53583", + "city": "Sauk City", + "state": "WI", + "latitude": "43.267183", + "longitude": "-89.769120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53584", + "city": "Sextonville", + "state": "WI", + "latitude": "43.279435", + "longitude": "-90.287566", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53585", + "city": "Sharon", + "state": "WI", + "latitude": "42.518695", + "longitude": "-88.722600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53586", + "city": "Shullsburg", + "state": "WI", + "latitude": "42.574400", + "longitude": "-90.239350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53587", + "city": "South Wayne", + "state": "WI", + "latitude": "42.584521", + "longitude": "-89.902600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53588", + "city": "Spring Green", + "state": "WI", + "latitude": "43.174503", + "longitude": "-90.072670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53589", + "city": "Stoughton", + "state": "WI", + "latitude": "42.926473", + "longitude": "-89.224320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53590", + "city": "Sun Prairie", + "state": "WI", + "latitude": "43.189953", + "longitude": "-89.225300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53591", + "city": "Sun Prairie", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53593", + "city": "Verona", + "state": "WI", + "latitude": "42.988593", + "longitude": "-89.555430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53594", + "city": "Waterloo", + "state": "WI", + "latitude": "43.185840", + "longitude": "-88.975530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53595", + "city": "Dodgeville", + "state": "WI", + "latitude": "42.976078", + "longitude": "-90.141299", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53596", + "city": "Sun Prairie", + "state": "WI", + "latitude": "43.192403", + "longitude": "-89.262880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53597", + "city": "Waunakee", + "state": "WI", + "latitude": "43.182873", + "longitude": "-89.454080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53598", + "city": "Windsor", + "state": "WI", + "latitude": "43.213520", + "longitude": "-89.342030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53599", + "city": "Woodford", + "state": "WI", + "latitude": "42.649309", + "longitude": "-89.862202", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53648", + "city": "Salem", + "state": "WI", + "latitude": "42.547163", + "longitude": "-88.079487", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53698", + "city": "Union Center", + "state": "WI", + "latitude": "43.680522", + "longitude": "-90.269520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53701", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53702", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53703", + "city": "Madison", + "state": "WI", + "latitude": "43.078646", + "longitude": "-89.377270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53704", + "city": "Madison", + "state": "WI", + "latitude": "43.121416", + "longitude": "-89.349680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53705", + "city": "Madison", + "state": "WI", + "latitude": "43.073395", + "longitude": "-89.450490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53706", + "city": "Madison", + "state": "WI", + "latitude": "43.074296", + "longitude": "-89.407740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53707", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53708", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53709", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53710", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53711", + "city": "Madison", + "state": "WI", + "latitude": "43.036696", + "longitude": "-89.444990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53713", + "city": "Madison", + "state": "WI", + "latitude": "43.037647", + "longitude": "-89.391540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53714", + "city": "Madison", + "state": "WI", + "latitude": "43.099861", + "longitude": "-89.317860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53715", + "city": "Madison", + "state": "WI", + "latitude": "43.061546", + "longitude": "-89.400240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53716", + "city": "Madison", + "state": "WI", + "latitude": "43.065621", + "longitude": "-89.320850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53717", + "city": "Madison", + "state": "WI", + "latitude": "43.072994", + "longitude": "-89.519920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53718", + "city": "Madison", + "state": "WI", + "latitude": "43.095178", + "longitude": "-89.270400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53719", + "city": "Madison", + "state": "WI", + "latitude": "43.029497", + "longitude": "-89.505310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53725", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53726", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53744", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53777", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53778", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53779", + "city": "Madison", + "state": "WI", + "latitude": "43.098202", + "longitude": "-89.324196", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53780", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53782", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53783", + "city": "Madison", + "state": "WI", + "latitude": "43.159550", + "longitude": "-89.285235", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53784", + "city": "Madison", + "state": "WI", + "latitude": "43.048908", + "longitude": "-89.338447", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53785", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53786", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53787", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53788", + "city": "Madison", + "state": "WI", + "latitude": "43.076691", + "longitude": "-89.376320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53789", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53790", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53791", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53792", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53793", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53794", + "city": "Madison", + "state": "WI", + "latitude": "43.069560", + "longitude": "-89.423861", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53801", + "city": "Bagley", + "state": "WI", + "latitude": "42.922835", + "longitude": "-91.093780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53802", + "city": "Beetown", + "state": "WI", + "latitude": "42.873625", + "longitude": "-90.936354", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53803", + "city": "Benton", + "state": "WI", + "latitude": "42.563769", + "longitude": "-90.367830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53804", + "city": "Bloomington", + "state": "WI", + "latitude": "42.873162", + "longitude": "-90.912220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53805", + "city": "Boscobel", + "state": "WI", + "latitude": "43.136963", + "longitude": "-90.698310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53806", + "city": "Cassville", + "state": "WI", + "latitude": "42.734625", + "longitude": "-90.951240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53807", + "city": "Cuba City", + "state": "WI", + "latitude": "42.607138", + "longitude": "-90.448120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53808", + "city": "Dickeyville", + "state": "WI", + "latitude": "42.627951", + "longitude": "-90.593900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53809", + "city": "Fennimore", + "state": "WI", + "latitude": "42.989950", + "longitude": "-90.634830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53810", + "city": "Glen Haven", + "state": "WI", + "latitude": "42.818053", + "longitude": "-90.993100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53811", + "city": "Hazel Green", + "state": "WI", + "latitude": "42.532592", + "longitude": "-90.499970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53812", + "city": "Kieler", + "state": "WI", + "latitude": "42.859325", + "longitude": "-90.791337", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53813", + "city": "Lancaster", + "state": "WI", + "latitude": "42.847591", + "longitude": "-90.701670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53816", + "city": "Mount Hope", + "state": "WI", + "latitude": "42.996023", + "longitude": "-90.852630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53817", + "city": "Patch Grove", + "state": "WI", + "latitude": "42.941786", + "longitude": "-90.975640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53818", + "city": "Platteville", + "state": "WI", + "latitude": "42.743948", + "longitude": "-90.486250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53820", + "city": "Potosi", + "state": "WI", + "latitude": "42.695285", + "longitude": "-90.693090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53821", + "city": "Prairie Du Chien", + "state": "WI", + "latitude": "43.036566", + "longitude": "-91.118380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53824", + "city": "Sinsinawa", + "state": "WI", + "latitude": "42.859325", + "longitude": "-90.791337", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53825", + "city": "Stitzer", + "state": "WI", + "latitude": "42.928048", + "longitude": "-90.567030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53826", + "city": "Wauzeka", + "state": "WI", + "latitude": "43.124756", + "longitude": "-90.908280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53827", + "city": "Woodman", + "state": "WI", + "latitude": "43.063729", + "longitude": "-90.822920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53886", + "city": "New Diggings", + "state": "WI", + "latitude": "42.522232", + "longitude": "-90.340446", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53901", + "city": "Portage", + "state": "WI", + "latitude": "43.549851", + "longitude": "-89.471010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53910", + "city": "Adams", + "state": "WI", + "latitude": "43.908737", + "longitude": "-89.807220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53911", + "city": "Arlington", + "state": "WI", + "latitude": "43.321005", + "longitude": "-89.366810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53913", + "city": "Baraboo", + "state": "WI", + "latitude": "43.483503", + "longitude": "-89.747530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53916", + "city": "Beaver Dam", + "state": "WI", + "latitude": "43.456814", + "longitude": "-88.840580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53917", + "city": "Beaver Dam", + "state": "WI", + "latitude": "43.414202", + "longitude": "-88.704914", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53919", + "city": "Brandon", + "state": "WI", + "latitude": "43.734566", + "longitude": "-88.785850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53920", + "city": "Briggsville", + "state": "WI", + "latitude": "43.660412", + "longitude": "-89.593090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53922", + "city": "Burnett", + "state": "WI", + "latitude": "43.518602", + "longitude": "-88.713470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53923", + "city": "Cambria", + "state": "WI", + "latitude": "43.559975", + "longitude": "-89.137620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53924", + "city": "Cazenovia", + "state": "WI", + "latitude": "43.503482", + "longitude": "-90.269020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53925", + "city": "Columbus", + "state": "WI", + "latitude": "43.340383", + "longitude": "-89.040910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53926", + "city": "Dalton", + "state": "WI", + "latitude": "43.664224", + "longitude": "-89.196840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53927", + "city": "Dellwood", + "state": "WI", + "latitude": "43.955460", + "longitude": "-89.941771", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53928", + "city": "Doylestown", + "state": "WI", + "latitude": "43.426936", + "longitude": "-89.149120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53929", + "city": "Elroy", + "state": "WI", + "latitude": "43.752732", + "longitude": "-90.285300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53930", + "city": "Endeavor", + "state": "WI", + "latitude": "43.691602", + "longitude": "-89.489240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53931", + "city": "Fairwater", + "state": "WI", + "latitude": "43.740108", + "longitude": "-88.868120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53932", + "city": "Fall River", + "state": "WI", + "latitude": "43.407179", + "longitude": "-89.058370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53933", + "city": "Fox Lake", + "state": "WI", + "latitude": "43.566325", + "longitude": "-88.901580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53934", + "city": "Friendship", + "state": "WI", + "latitude": "43.967604", + "longitude": "-89.852870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53935", + "city": "Friesland", + "state": "WI", + "latitude": "43.588986", + "longitude": "-89.067870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53936", + "city": "Grand Marsh", + "state": "WI", + "latitude": "43.868852", + "longitude": "-89.707360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53937", + "city": "Hillpoint", + "state": "WI", + "latitude": "43.378638", + "longitude": "-90.157260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53939", + "city": "Kingston", + "state": "WI", + "latitude": "43.693508", + "longitude": "-89.128560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53940", + "city": "Lake Delton", + "state": "WI", + "latitude": "43.589593", + "longitude": "-89.793060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53941", + "city": "La Valle", + "state": "WI", + "latitude": "43.579867", + "longitude": "-90.136080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53942", + "city": "Lime Ridge", + "state": "WI", + "latitude": "43.468211", + "longitude": "-90.161478", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53943", + "city": "Loganville", + "state": "WI", + "latitude": "43.401354", + "longitude": "-90.043080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53944", + "city": "Lyndon Station", + "state": "WI", + "latitude": "43.705113", + "longitude": "-89.899110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53946", + "city": "Markesan", + "state": "WI", + "latitude": "43.727646", + "longitude": "-89.025740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53947", + "city": "Marquette", + "state": "WI", + "latitude": "43.747501", + "longitude": "-89.140500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53948", + "city": "Mauston", + "state": "WI", + "latitude": "43.783534", + "longitude": "-90.056600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53949", + "city": "Montello", + "state": "WI", + "latitude": "43.792518", + "longitude": "-89.340610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53950", + "city": "New Lisbon", + "state": "WI", + "latitude": "43.901470", + "longitude": "-90.137770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53951", + "city": "North Freedom", + "state": "WI", + "latitude": "43.393526", + "longitude": "-89.844890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53952", + "city": "Oxford", + "state": "WI", + "latitude": "43.776098", + "longitude": "-89.603230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53953", + "city": "Packwaukee", + "state": "WI", + "latitude": "43.765621", + "longitude": "-89.457360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53954", + "city": "Pardeeville", + "state": "WI", + "latitude": "43.522529", + "longitude": "-89.323420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53955", + "city": "Poynette", + "state": "WI", + "latitude": "43.404191", + "longitude": "-89.417100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53956", + "city": "Randolph", + "state": "WI", + "latitude": "43.544491", + "longitude": "-89.011370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53957", + "city": "Randolph", + "state": "WI", + "latitude": "43.535249", + "longitude": "-89.006845", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53958", + "city": "Reedsburg", + "state": "WI", + "latitude": "43.393767", + "longitude": "-89.955890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53959", + "city": "Reedsburg", + "state": "WI", + "latitude": "43.534140", + "longitude": "-89.991830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53960", + "city": "Rio", + "state": "WI", + "latitude": "43.442214", + "longitude": "-89.241340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53961", + "city": "Rock Springs", + "state": "WI", + "latitude": "43.469055", + "longitude": "-89.938270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53962", + "city": "Union Center", + "state": "WI", + "latitude": "43.685137", + "longitude": "-90.265780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53963", + "city": "Waupun", + "state": "WI", + "latitude": "43.633781", + "longitude": "-88.735100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53964", + "city": "Westfield", + "state": "WI", + "latitude": "43.907282", + "longitude": "-89.494120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53965", + "city": "Wisconsin Dells", + "state": "WI", + "latitude": "43.645603", + "longitude": "-89.781040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53968", + "city": "Wonewoc", + "state": "WI", + "latitude": "43.648089", + "longitude": "-90.243770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53969", + "city": "Wyocena", + "state": "WI", + "latitude": "43.495340", + "longitude": "-89.308970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53981", + "city": "Willow", + "state": "WI", + "latitude": "43.412658", + "longitude": "-90.274101", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "53995", + "city": "Poynette", + "state": "WI", + "latitude": "43.392690", + "longitude": "-89.404154", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54001", + "city": "Amery", + "state": "WI", + "latitude": "45.326339", + "longitude": "-92.378570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54002", + "city": "Baldwin", + "state": "WI", + "latitude": "44.969150", + "longitude": "-92.373260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54003", + "city": "Beldenville", + "state": "WI", + "latitude": "44.782907", + "longitude": "-92.446570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54004", + "city": "Clayton", + "state": "WI", + "latitude": "45.319095", + "longitude": "-92.130160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54005", + "city": "Clear Lake", + "state": "WI", + "latitude": "45.237727", + "longitude": "-92.229010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54006", + "city": "Cushing", + "state": "WI", + "latitude": "45.586187", + "longitude": "-92.641650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54007", + "city": "Deer Park", + "state": "WI", + "latitude": "45.189667", + "longitude": "-92.370180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54009", + "city": "Dresser", + "state": "WI", + "latitude": "45.351585", + "longitude": "-92.602460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54010", + "city": "East Ellsworth", + "state": "WI", + "latitude": "44.734759", + "longitude": "-92.465532", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54011", + "city": "Ellsworth", + "state": "WI", + "latitude": "44.718955", + "longitude": "-92.466510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54012", + "city": "Emerald", + "state": "WI", + "latitude": "45.115377", + "longitude": "-92.286860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54013", + "city": "Glenwood City", + "state": "WI", + "latitude": "45.064610", + "longitude": "-92.185040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54014", + "city": "Hager City", + "state": "WI", + "latitude": "44.626915", + "longitude": "-92.548000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54015", + "city": "Hammond", + "state": "WI", + "latitude": "44.957487", + "longitude": "-92.445890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54016", + "city": "Hudson", + "state": "WI", + "latitude": "44.978518", + "longitude": "-92.719960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54017", + "city": "New Richmond", + "state": "WI", + "latitude": "45.122052", + "longitude": "-92.536910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54020", + "city": "Osceola", + "state": "WI", + "latitude": "45.299735", + "longitude": "-92.642220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54021", + "city": "Prescott", + "state": "WI", + "latitude": "44.752662", + "longitude": "-92.779580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54022", + "city": "River Falls", + "state": "WI", + "latitude": "44.854636", + "longitude": "-92.617290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54023", + "city": "Roberts", + "state": "WI", + "latitude": "44.970887", + "longitude": "-92.547800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54024", + "city": "Saint Croix Falls", + "state": "WI", + "latitude": "45.469339", + "longitude": "-92.620880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54025", + "city": "Somerset", + "state": "WI", + "latitude": "45.142151", + "longitude": "-92.681900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54026", + "city": "Star Prairie", + "state": "WI", + "latitude": "45.221875", + "longitude": "-92.535070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54027", + "city": "Wilson", + "state": "WI", + "latitude": "44.938989", + "longitude": "-92.186370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54028", + "city": "Woodville", + "state": "WI", + "latitude": "44.944206", + "longitude": "-92.279610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54034", + "city": "Forest", + "state": "WI", + "latitude": "43.690997", + "longitude": "-90.478904", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54035", + "city": "Fond du Lac", + "state": "WI", + "latitude": "43.747687", + "longitude": "-88.418643", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54052", + "city": "Kickapoo", + "state": "WI", + "latitude": "43.489717", + "longitude": "-90.712433", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54061", + "city": "New London", + "state": "WI", + "latitude": "44.393405", + "longitude": "-88.725880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54082", + "city": "Saint Joseph", + "state": "WI", + "latitude": "45.068411", + "longitude": "-92.742480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54101", + "city": "Abrams", + "state": "WI", + "latitude": "44.788898", + "longitude": "-88.045350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54102", + "city": "Amberg", + "state": "WI", + "latitude": "45.503625", + "longitude": "-88.081080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54103", + "city": "Armstrong Creek", + "state": "WI", + "latitude": "45.655708", + "longitude": "-88.482920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54104", + "city": "Athelstane", + "state": "WI", + "latitude": "45.428789", + "longitude": "-88.252780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54106", + "city": "Black Creek", + "state": "WI", + "latitude": "44.472424", + "longitude": "-88.457460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54107", + "city": "Bonduel", + "state": "WI", + "latitude": "44.710588", + "longitude": "-88.451590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54110", + "city": "Brillion", + "state": "WI", + "latitude": "44.179504", + "longitude": "-88.074490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54111", + "city": "Cecil", + "state": "WI", + "latitude": "44.826617", + "longitude": "-88.401800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54112", + "city": "Coleman", + "state": "WI", + "latitude": "45.054842", + "longitude": "-88.054700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54113", + "city": "Combined Locks", + "state": "WI", + "latitude": "44.264904", + "longitude": "-88.312000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54114", + "city": "Crivitz", + "state": "WI", + "latitude": "45.245131", + "longitude": "-88.150400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54115", + "city": "De Pere", + "state": "WI", + "latitude": "44.420420", + "longitude": "-88.078960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54119", + "city": "Dunbar", + "state": "WI", + "latitude": "45.613142", + "longitude": "-88.174580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54120", + "city": "Fence", + "state": "WI", + "latitude": "45.755118", + "longitude": "-88.432640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54121", + "city": "Florence", + "state": "WI", + "latitude": "45.873589", + "longitude": "-88.273420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54123", + "city": "Forest Junction", + "state": "WI", + "latitude": "44.205239", + "longitude": "-88.158990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54124", + "city": "Gillett", + "state": "WI", + "latitude": "44.904959", + "longitude": "-88.378220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54125", + "city": "Goodman", + "state": "WI", + "latitude": "45.634252", + "longitude": "-88.336670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54126", + "city": "Greenleaf", + "state": "WI", + "latitude": "44.291766", + "longitude": "-88.050590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54127", + "city": "Green Valley", + "state": "WI", + "latitude": "44.795823", + "longitude": "-88.268950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54128", + "city": "Gresham", + "state": "WI", + "latitude": "44.860223", + "longitude": "-88.795850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54129", + "city": "Hilbert", + "state": "WI", + "latitude": "44.131149", + "longitude": "-88.194430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54130", + "city": "Kaukauna", + "state": "WI", + "latitude": "44.293197", + "longitude": "-88.259220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54131", + "city": "Freedom", + "state": "WI", + "latitude": "44.416326", + "longitude": "-88.464873", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54135", + "city": "Keshena", + "state": "WI", + "latitude": "44.901909", + "longitude": "-88.595350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54136", + "city": "Kimberly", + "state": "WI", + "latitude": "44.268387", + "longitude": "-88.336560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54137", + "city": "Krakow", + "state": "WI", + "latitude": "44.760220", + "longitude": "-88.254670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54138", + "city": "Lakewood", + "state": "WI", + "latitude": "45.312629", + "longitude": "-88.475830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54139", + "city": "Lena", + "state": "WI", + "latitude": "44.943923", + "longitude": "-88.068430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54140", + "city": "Little Chute", + "state": "WI", + "latitude": "44.286637", + "longitude": "-88.310010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54141", + "city": "Little Suamico", + "state": "WI", + "latitude": "44.728341", + "longitude": "-88.007120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54143", + "city": "Marinette", + "state": "WI", + "latitude": "45.092448", + "longitude": "-87.649290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54149", + "city": "Mountain", + "state": "WI", + "latitude": "45.204046", + "longitude": "-88.511210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54150", + "city": "Neopit", + "state": "WI", + "latitude": "44.984514", + "longitude": "-88.859470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54151", + "city": "Niagara", + "state": "WI", + "latitude": "45.732689", + "longitude": "-87.969960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54152", + "city": "Nichols", + "state": "WI", + "latitude": "44.565437", + "longitude": "-88.467170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54153", + "city": "Oconto", + "state": "WI", + "latitude": "44.886571", + "longitude": "-87.899350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54154", + "city": "Oconto Falls", + "state": "WI", + "latitude": "44.868020", + "longitude": "-88.164460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54155", + "city": "Oneida", + "state": "WI", + "latitude": "44.522840", + "longitude": "-88.180080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54156", + "city": "Pembine", + "state": "WI", + "latitude": "45.595032", + "longitude": "-87.950180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54157", + "city": "Peshtigo", + "state": "WI", + "latitude": "45.057605", + "longitude": "-87.774490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54159", + "city": "Porterfield", + "state": "WI", + "latitude": "45.207353", + "longitude": "-87.800610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54160", + "city": "Potter", + "state": "WI", + "latitude": "44.119600", + "longitude": "-88.097840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54161", + "city": "Pound", + "state": "WI", + "latitude": "45.116325", + "longitude": "-88.168110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54162", + "city": "Pulaski", + "state": "WI", + "latitude": "44.657110", + "longitude": "-88.242080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54165", + "city": "Seymour", + "state": "WI", + "latitude": "44.515230", + "longitude": "-88.310750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54166", + "city": "Shawano", + "state": "WI", + "latitude": "44.779241", + "longitude": "-88.606360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54169", + "city": "Sherwood", + "state": "WI", + "latitude": "44.173538", + "longitude": "-88.275250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54170", + "city": "Shiocton", + "state": "WI", + "latitude": "44.506022", + "longitude": "-88.564610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54171", + "city": "Sobieski", + "state": "WI", + "latitude": "44.718335", + "longitude": "-88.101170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54173", + "city": "Suamico", + "state": "WI", + "latitude": "44.640367", + "longitude": "-88.037320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54174", + "city": "Suring", + "state": "WI", + "latitude": "45.047766", + "longitude": "-88.379130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54175", + "city": "Townsend", + "state": "WI", + "latitude": "45.309420", + "longitude": "-88.617530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54177", + "city": "Wausaukee", + "state": "WI", + "latitude": "45.370117", + "longitude": "-87.877690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54180", + "city": "Wrightstown", + "state": "WI", + "latitude": "44.325856", + "longitude": "-88.162050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54182", + "city": "Zachow", + "state": "WI", + "latitude": "44.731453", + "longitude": "-88.369842", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54201", + "city": "Algoma", + "state": "WI", + "latitude": "44.613604", + "longitude": "-87.465020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54202", + "city": "Baileys Harbor", + "state": "WI", + "latitude": "45.059668", + "longitude": "-87.131960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54203", + "city": "Branch", + "state": "WI", + "latitude": "44.109853", + "longitude": "-87.483874", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54204", + "city": "Brussels", + "state": "WI", + "latitude": "44.753401", + "longitude": "-87.646280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54205", + "city": "Casco", + "state": "WI", + "latitude": "44.589060", + "longitude": "-87.622710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54206", + "city": "Kossuth", + "state": "WI", + "latitude": "44.237283", + "longitude": "-87.801108", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54207", + "city": "Collins", + "state": "WI", + "latitude": "44.086144", + "longitude": "-87.983310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54208", + "city": "Denmark", + "state": "WI", + "latitude": "44.358527", + "longitude": "-87.797470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54209", + "city": "Egg Harbor", + "state": "WI", + "latitude": "45.027668", + "longitude": "-87.282340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54210", + "city": "Ellison Bay", + "state": "WI", + "latitude": "45.271782", + "longitude": "-87.045610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54211", + "city": "Ephraim", + "state": "WI", + "latitude": "45.158078", + "longitude": "-87.167960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54212", + "city": "Fish Creek", + "state": "WI", + "latitude": "45.146473", + "longitude": "-87.241540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54213", + "city": "Forestville", + "state": "WI", + "latitude": "44.693392", + "longitude": "-87.511970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54214", + "city": "Francis Creek", + "state": "WI", + "latitude": "44.200758", + "longitude": "-87.719740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54215", + "city": "Kellnersville", + "state": "WI", + "latitude": "44.224851", + "longitude": "-87.799430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54216", + "city": "Kewaunee", + "state": "WI", + "latitude": "44.456022", + "longitude": "-87.544290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54217", + "city": "Luxemburg", + "state": "WI", + "latitude": "44.556810", + "longitude": "-87.714130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54220", + "city": "Manitowoc", + "state": "WI", + "latitude": "44.096194", + "longitude": "-87.689190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54221", + "city": "Manitowoc", + "state": "WI", + "latitude": "44.132295", + "longitude": "-87.599031", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54226", + "city": "Maplewood", + "state": "WI", + "latitude": "45.059713", + "longitude": "-87.006012", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54227", + "city": "Maribel", + "state": "WI", + "latitude": "44.278090", + "longitude": "-87.790260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54228", + "city": "Mishicot", + "state": "WI", + "latitude": "44.257289", + "longitude": "-87.648660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54229", + "city": "New Franken", + "state": "WI", + "latitude": "44.559995", + "longitude": "-87.815530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54230", + "city": "Reedsville", + "state": "WI", + "latitude": "44.142939", + "longitude": "-87.913100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54232", + "city": "Saint Nazianz", + "state": "WI", + "latitude": "44.008575", + "longitude": "-87.924560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54234", + "city": "Sister Bay", + "state": "WI", + "latitude": "45.186528", + "longitude": "-87.116180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54235", + "city": "Sturgeon Bay", + "state": "WI", + "latitude": "44.844133", + "longitude": "-87.380440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54240", + "city": "Tisch Mills", + "state": "WI", + "latitude": "44.326784", + "longitude": "-87.622390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54241", + "city": "Two Rivers", + "state": "WI", + "latitude": "44.174245", + "longitude": "-87.586130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54242", + "city": "Ludington", + "state": "WI", + "latitude": "44.829002", + "longitude": "-91.210194", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54245", + "city": "Valders", + "state": "WI", + "latitude": "44.037618", + "longitude": "-87.900260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54246", + "city": "Washington Island", + "state": "WI", + "latitude": "45.365984", + "longitude": "-86.899460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54247", + "city": "Whitelaw", + "state": "WI", + "latitude": "44.190110", + "longitude": "-87.791090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54301", + "city": "Green Bay", + "state": "WI", + "latitude": "44.489059", + "longitude": "-88.016740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54302", + "city": "Green Bay", + "state": "WI", + "latitude": "44.505782", + "longitude": "-87.979470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54303", + "city": "Green Bay", + "state": "WI", + "latitude": "44.530892", + "longitude": "-88.044820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54304", + "city": "Green Bay", + "state": "WI", + "latitude": "44.499346", + "longitude": "-88.063180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54305", + "city": "Green Bay", + "state": "WI", + "latitude": "44.460064", + "longitude": "-88.007382", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54306", + "city": "Green Bay", + "state": "WI", + "latitude": "44.460064", + "longitude": "-88.007382", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54307", + "city": "Green Bay", + "state": "WI", + "latitude": "44.460064", + "longitude": "-88.007382", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54308", + "city": "Green Bay", + "state": "WI", + "latitude": "44.459509", + "longitude": "-87.805912", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54310", + "city": "Liberty Grove", + "state": "WI", + "latitude": "45.210664", + "longitude": "-87.041244", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54311", + "city": "Green Bay", + "state": "WI", + "latitude": "44.485243", + "longitude": "-87.922320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54313", + "city": "Green Bay", + "state": "WI", + "latitude": "44.564261", + "longitude": "-88.103260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54324", + "city": "Green Bay", + "state": "WI", + "latitude": "44.460064", + "longitude": "-88.007382", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54337", + "city": "Bone Lake", + "state": "WI", + "latitude": "45.610429", + "longitude": "-92.324516", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54344", + "city": "Green Bay", + "state": "WI", + "latitude": "44.425040", + "longitude": "-88.111252", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54353", + "city": "Georgetown", + "state": "WI", + "latitude": "45.541420", + "longitude": "-92.398168", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54383", + "city": "Wascott", + "state": "WI", + "latitude": "46.185080", + "longitude": "-91.959307", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54401", + "city": "Wausau", + "state": "WI", + "latitude": "44.958382", + "longitude": "-89.669300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54402", + "city": "Wausau", + "state": "WI", + "latitude": "44.900936", + "longitude": "-89.770100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54403", + "city": "Wausau", + "state": "WI", + "latitude": "44.976118", + "longitude": "-89.592090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54404", + "city": "Marshfield", + "state": "WI", + "latitude": "44.466554", + "longitude": "-90.021360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54405", + "city": "Abbotsford", + "state": "WI", + "latitude": "44.950905", + "longitude": "-90.304860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54406", + "city": "Amherst", + "state": "WI", + "latitude": "44.421111", + "longitude": "-89.306180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54407", + "city": "Amherst Junction", + "state": "WI", + "latitude": "44.513056", + "longitude": "-89.304220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54408", + "city": "Aniwa", + "state": "WI", + "latitude": "45.033240", + "longitude": "-89.283760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54409", + "city": "Antigo", + "state": "WI", + "latitude": "45.121666", + "longitude": "-89.133880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54410", + "city": "Arpin", + "state": "WI", + "latitude": "44.536298", + "longitude": "-90.043170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54411", + "city": "Athens", + "state": "WI", + "latitude": "45.040345", + "longitude": "-90.018290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54412", + "city": "Auburndale", + "state": "WI", + "latitude": "44.662975", + "longitude": "-89.994300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54413", + "city": "Babcock", + "state": "WI", + "latitude": "44.283542", + "longitude": "-90.127910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54414", + "city": "Birnamwood", + "state": "WI", + "latitude": "44.952580", + "longitude": "-89.162520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54415", + "city": "Blenker", + "state": "WI", + "latitude": "44.619128", + "longitude": "-89.918563", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54416", + "city": "Bowler", + "state": "WI", + "latitude": "44.879391", + "longitude": "-88.955110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54417", + "city": "Brokaw", + "state": "WI", + "latitude": "45.025111", + "longitude": "-89.646090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54418", + "city": "Bryant", + "state": "WI", + "latitude": "45.221567", + "longitude": "-88.964270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54419", + "city": "Chelsea", + "state": "WI", + "latitude": "45.222391", + "longitude": "-90.329035", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54420", + "city": "Chili", + "state": "WI", + "latitude": "44.619487", + "longitude": "-90.366050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54421", + "city": "Colby", + "state": "WI", + "latitude": "44.903000", + "longitude": "-90.306570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54422", + "city": "Curtiss", + "state": "WI", + "latitude": "44.984128", + "longitude": "-90.441760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54423", + "city": "Custer", + "state": "WI", + "latitude": "44.585504", + "longitude": "-89.421390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54424", + "city": "Deerbrook", + "state": "WI", + "latitude": "45.281420", + "longitude": "-89.201180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54425", + "city": "Dorchester", + "state": "WI", + "latitude": "45.006072", + "longitude": "-90.331460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54426", + "city": "Edgar", + "state": "WI", + "latitude": "44.907131", + "longitude": "-89.977700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54427", + "city": "Eland", + "state": "WI", + "latitude": "44.834167", + "longitude": "-89.239170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54428", + "city": "Elcho", + "state": "WI", + "latitude": "45.440199", + "longitude": "-89.138370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54429", + "city": "Elderon", + "state": "WI", + "latitude": "44.780171", + "longitude": "-89.247809", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54430", + "city": "Elton", + "state": "WI", + "latitude": "45.138072", + "longitude": "-88.884980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54431", + "city": "Little Black", + "state": "WI", + "latitude": "45.116388", + "longitude": "-90.352237", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54432", + "city": "Galloway", + "state": "WI", + "latitude": "44.900936", + "longitude": "-89.770100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54433", + "city": "Gilman", + "state": "WI", + "latitude": "45.186932", + "longitude": "-90.818460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54434", + "city": "Jump River", + "state": "WI", + "latitude": "45.206757", + "longitude": "-90.484132", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54435", + "city": "Gleason", + "state": "WI", + "latitude": "45.372921", + "longitude": "-89.437480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54436", + "city": "Granton", + "state": "WI", + "latitude": "44.557846", + "longitude": "-90.446220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54437", + "city": "Greenwood", + "state": "WI", + "latitude": "44.775105", + "longitude": "-90.626390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54439", + "city": "Hannibal", + "state": "WI", + "latitude": "45.206757", + "longitude": "-90.484132", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54440", + "city": "Hatley", + "state": "WI", + "latitude": "44.830734", + "longitude": "-89.374140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54441", + "city": "Hewitt", + "state": "WI", + "latitude": "44.645158", + "longitude": "-90.105230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54442", + "city": "Irma", + "state": "WI", + "latitude": "45.345991", + "longitude": "-89.670870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54443", + "city": "Junction City", + "state": "WI", + "latitude": "44.612879", + "longitude": "-89.741630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54444", + "city": "Kempster", + "state": "WI", + "latitude": "45.249382", + "longitude": "-89.032136", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54446", + "city": "Loyal", + "state": "WI", + "latitude": "44.758265", + "longitude": "-90.482480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54447", + "city": "Lublin", + "state": "WI", + "latitude": "45.077541", + "longitude": "-90.732400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54448", + "city": "Marathon", + "state": "WI", + "latitude": "44.935076", + "longitude": "-89.836990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54449", + "city": "Marshfield", + "state": "WI", + "latitude": "44.656686", + "longitude": "-90.181520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54450", + "city": "Mattoon", + "state": "WI", + "latitude": "45.006232", + "longitude": "-89.047379", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54451", + "city": "Medford", + "state": "WI", + "latitude": "45.171131", + "longitude": "-90.405270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54452", + "city": "Merrill", + "state": "WI", + "latitude": "45.181311", + "longitude": "-89.704690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54454", + "city": "Milladore", + "state": "WI", + "latitude": "44.620203", + "longitude": "-89.872230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54455", + "city": "Mosinee", + "state": "WI", + "latitude": "44.787003", + "longitude": "-89.690660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54456", + "city": "Neillsville", + "state": "WI", + "latitude": "44.553719", + "longitude": "-90.614570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54457", + "city": "Nekoosa", + "state": "WI", + "latitude": "44.260056", + "longitude": "-89.882390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54458", + "city": "Nelsonville", + "state": "WI", + "latitude": "44.490241", + "longitude": "-89.310944", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54459", + "city": "Ogema", + "state": "WI", + "latitude": "45.434426", + "longitude": "-90.268060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54460", + "city": "Owen", + "state": "WI", + "latitude": "44.945107", + "longitude": "-90.539730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54462", + "city": "Pearson", + "state": "WI", + "latitude": "45.392118", + "longitude": "-89.005100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54463", + "city": "Pelican Lake", + "state": "WI", + "latitude": "45.516138", + "longitude": "-89.178240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54464", + "city": "Phlox", + "state": "WI", + "latitude": "45.249382", + "longitude": "-89.032136", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54465", + "city": "Pickerel", + "state": "WI", + "latitude": "45.393536", + "longitude": "-88.887060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54466", + "city": "Pittsville", + "state": "WI", + "latitude": "44.404914", + "longitude": "-90.242460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54467", + "city": "Plover", + "state": "WI", + "latitude": "44.452277", + "longitude": "-89.543990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54469", + "city": "Port Edwards", + "state": "WI", + "latitude": "44.348816", + "longitude": "-89.863680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54470", + "city": "Rib Lake", + "state": "WI", + "latitude": "45.297753", + "longitude": "-90.166580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54471", + "city": "Ringle", + "state": "WI", + "latitude": "44.918707", + "longitude": "-89.441390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54472", + "city": "Marshfield", + "state": "WI", + "latitude": "44.466554", + "longitude": "-90.021360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54473", + "city": "Rosholt", + "state": "WI", + "latitude": "44.641554", + "longitude": "-89.335960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54474", + "city": "Rothschild", + "state": "WI", + "latitude": "44.885168", + "longitude": "-89.619220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54475", + "city": "Rudolph", + "state": "WI", + "latitude": "44.484001", + "longitude": "-89.794030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54476", + "city": "Schofield", + "state": "WI", + "latitude": "44.903194", + "longitude": "-89.579370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54479", + "city": "Spencer", + "state": "WI", + "latitude": "44.764411", + "longitude": "-90.331790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54480", + "city": "Stetsonville", + "state": "WI", + "latitude": "45.064903", + "longitude": "-90.297940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54481", + "city": "Stevens Point", + "state": "WI", + "latitude": "44.524054", + "longitude": "-89.556210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54484", + "city": "Stratford", + "state": "WI", + "latitude": "44.793747", + "longitude": "-90.060260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54485", + "city": "Summit Lake", + "state": "WI", + "latitude": "45.381803", + "longitude": "-89.200730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54486", + "city": "Tigerton", + "state": "WI", + "latitude": "44.734445", + "longitude": "-89.045250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54487", + "city": "Tomahawk", + "state": "WI", + "latitude": "45.510639", + "longitude": "-89.731620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54488", + "city": "Unity", + "state": "WI", + "latitude": "44.844939", + "longitude": "-90.328910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54489", + "city": "Vesper", + "state": "WI", + "latitude": "44.456798", + "longitude": "-89.996230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54490", + "city": "Westboro", + "state": "WI", + "latitude": "45.321034", + "longitude": "-90.402180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54491", + "city": "White Lake", + "state": "WI", + "latitude": "45.211554", + "longitude": "-88.742590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54492", + "city": "Stevens Point", + "state": "WI", + "latitude": "44.509433", + "longitude": "-89.528584", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54493", + "city": "Willard", + "state": "WI", + "latitude": "44.729524", + "longitude": "-90.793510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54494", + "city": "Wisconsin Rapids", + "state": "WI", + "latitude": "44.373468", + "longitude": "-89.787610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54495", + "city": "Wisconsin Rapids", + "state": "WI", + "latitude": "44.376507", + "longitude": "-89.907710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54498", + "city": "Withee", + "state": "WI", + "latitude": "45.034443", + "longitude": "-90.630630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54499", + "city": "Wittenberg", + "state": "WI", + "latitude": "44.797279", + "longitude": "-89.184420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54501", + "city": "Rhinelander", + "state": "WI", + "latitude": "45.646720", + "longitude": "-89.394080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54511", + "city": "Argonne", + "state": "WI", + "latitude": "45.696060", + "longitude": "-88.812740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54512", + "city": "Boulder Junction", + "state": "WI", + "latitude": "46.083178", + "longitude": "-89.666050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54513", + "city": "Brantwood", + "state": "WI", + "latitude": "45.546080", + "longitude": "-90.135350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54514", + "city": "Butternut", + "state": "WI", + "latitude": "46.024995", + "longitude": "-90.447780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54515", + "city": "Catawba", + "state": "WI", + "latitude": "45.536545", + "longitude": "-90.509350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54517", + "city": "Clam Lake", + "state": "WI", + "latitude": "46.136639", + "longitude": "-90.930650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54519", + "city": "Conover", + "state": "WI", + "latitude": "46.040996", + "longitude": "-89.285910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54520", + "city": "Crandon", + "state": "WI", + "latitude": "45.522208", + "longitude": "-88.910500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54521", + "city": "Eagle River", + "state": "WI", + "latitude": "45.922669", + "longitude": "-89.248250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54524", + "city": "Fifield", + "state": "WI", + "latitude": "45.852630", + "longitude": "-90.417090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54525", + "city": "Gile", + "state": "WI", + "latitude": "46.429932", + "longitude": "-90.222470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54526", + "city": "Glen Flora", + "state": "WI", + "latitude": "45.500701", + "longitude": "-90.859440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54527", + "city": "Glidden", + "state": "WI", + "latitude": "46.119661", + "longitude": "-90.642880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54529", + "city": "Harshaw", + "state": "WI", + "latitude": "45.707456", + "longitude": "-89.688770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54530", + "city": "Hawkins", + "state": "WI", + "latitude": "45.549336", + "longitude": "-90.730470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54531", + "city": "Hazelhurst", + "state": "WI", + "latitude": "45.754415", + "longitude": "-89.797910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54532", + "city": "Heafford Junction", + "state": "WI", + "latitude": "45.337678", + "longitude": "-89.735524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54534", + "city": "Hurley", + "state": "WI", + "latitude": "46.405530", + "longitude": "-90.218110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54536", + "city": "Iron Belt", + "state": "WI", + "latitude": "46.346699", + "longitude": "-90.335430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54537", + "city": "Kennan", + "state": "WI", + "latitude": "45.527003", + "longitude": "-90.612280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54538", + "city": "Lac Du Flambeau", + "state": "WI", + "latitude": "45.964667", + "longitude": "-89.907310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54539", + "city": "Lake Tomahawk", + "state": "WI", + "latitude": "45.811923", + "longitude": "-89.579880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54540", + "city": "Land O Lakes", + "state": "WI", + "latitude": "46.149936", + "longitude": "-89.365920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54541", + "city": "Laona", + "state": "WI", + "latitude": "45.553750", + "longitude": "-88.662400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54542", + "city": "Long Lake", + "state": "WI", + "latitude": "45.920035", + "longitude": "-88.689290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54543", + "city": "McNaughton", + "state": "WI", + "latitude": "45.731478", + "longitude": "-89.525250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54545", + "city": "Manitowish Waters", + "state": "WI", + "latitude": "46.122746", + "longitude": "-89.839960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54546", + "city": "Mellen", + "state": "WI", + "latitude": "46.273618", + "longitude": "-90.701020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54547", + "city": "Mercer", + "state": "WI", + "latitude": "46.183572", + "longitude": "-90.057540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54548", + "city": "Minocqua", + "state": "WI", + "latitude": "45.869921", + "longitude": "-89.793460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54550", + "city": "Montreal", + "state": "WI", + "latitude": "46.410758", + "longitude": "-90.250720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54551", + "city": "Presque Isle", + "state": "WI", + "latitude": "46.187253", + "longitude": "-89.769399", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54552", + "city": "Park Falls", + "state": "WI", + "latitude": "45.927783", + "longitude": "-90.343110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54554", + "city": "Phelps", + "state": "WI", + "latitude": "46.056677", + "longitude": "-89.082340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54555", + "city": "Phillips", + "state": "WI", + "latitude": "45.716124", + "longitude": "-90.400130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54556", + "city": "Prentice", + "state": "WI", + "latitude": "45.549425", + "longitude": "-90.315710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54557", + "city": "Presque Isle", + "state": "WI", + "latitude": "46.221041", + "longitude": "-89.737070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54558", + "city": "Saint Germain", + "state": "WI", + "latitude": "45.914371", + "longitude": "-89.489700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54559", + "city": "Saxon", + "state": "WI", + "latitude": "46.495575", + "longitude": "-90.451010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54560", + "city": "Sayner", + "state": "WI", + "latitude": "45.995755", + "longitude": "-89.525650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54561", + "city": "Star Lake", + "state": "WI", + "latitude": "46.058408", + "longitude": "-89.451600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54562", + "city": "Three Lakes", + "state": "WI", + "latitude": "45.815926", + "longitude": "-89.109420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54563", + "city": "Tony", + "state": "WI", + "latitude": "45.477056", + "longitude": "-90.983540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54564", + "city": "Tripoli", + "state": "WI", + "latitude": "45.632980", + "longitude": "-89.966580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54565", + "city": "Upson", + "state": "WI", + "latitude": "46.309371", + "longitude": "-90.435400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54566", + "city": "Wabeno", + "state": "WI", + "latitude": "45.432682", + "longitude": "-88.673390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54568", + "city": "Woodruff", + "state": "WI", + "latitude": "45.924341", + "longitude": "-89.684960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54601", + "city": "La Crosse", + "state": "WI", + "latitude": "43.797116", + "longitude": "-91.211410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54602", + "city": "La Crosse", + "state": "WI", + "latitude": "43.907739", + "longitude": "-91.167621", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54603", + "city": "La Crosse", + "state": "WI", + "latitude": "43.848665", + "longitude": "-91.249220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54610", + "city": "Alma", + "state": "WI", + "latitude": "44.362741", + "longitude": "-91.852870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54611", + "city": "Alma Center", + "state": "WI", + "latitude": "44.442020", + "longitude": "-90.938590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54612", + "city": "Arcadia", + "state": "WI", + "latitude": "44.253423", + "longitude": "-91.488850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54613", + "city": "Arkdale", + "state": "WI", + "latitude": "44.061018", + "longitude": "-89.908380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54614", + "city": "Bangor", + "state": "WI", + "latitude": "43.894741", + "longitude": "-90.974410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54615", + "city": "Black River Falls", + "state": "WI", + "latitude": "44.277231", + "longitude": "-90.800660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54616", + "city": "Blair", + "state": "WI", + "latitude": "44.293183", + "longitude": "-91.230750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54618", + "city": "Camp Douglas", + "state": "WI", + "latitude": "43.956850", + "longitude": "-90.294450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54619", + "city": "Cashton", + "state": "WI", + "latitude": "43.749142", + "longitude": "-90.784730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54620", + "city": "Cataract", + "state": "WI", + "latitude": "44.087601", + "longitude": "-90.842289", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54621", + "city": "Chaseburg", + "state": "WI", + "latitude": "43.659389", + "longitude": "-91.081950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54622", + "city": "Cochrane", + "state": "WI", + "latitude": "44.248179", + "longitude": "-91.831240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54623", + "city": "Coon Valley", + "state": "WI", + "latitude": "43.713575", + "longitude": "-91.023480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54624", + "city": "De Soto", + "state": "WI", + "latitude": "43.433893", + "longitude": "-91.159490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54625", + "city": "Dodge", + "state": "WI", + "latitude": "44.130528", + "longitude": "-91.526010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54626", + "city": "Eastman", + "state": "WI", + "latitude": "43.217285", + "longitude": "-91.059460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54627", + "city": "Ettrick", + "state": "WI", + "latitude": "44.168986", + "longitude": "-91.257370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54628", + "city": "Ferryville", + "state": "WI", + "latitude": "43.373139", + "longitude": "-91.002500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54629", + "city": "Fountain City", + "state": "WI", + "latitude": "44.132880", + "longitude": "-91.677220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54630", + "city": "Galesville", + "state": "WI", + "latitude": "44.087366", + "longitude": "-91.359650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54631", + "city": "Gays Mills", + "state": "WI", + "latitude": "43.291992", + "longitude": "-90.830480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54632", + "city": "Genoa", + "state": "WI", + "latitude": "43.559832", + "longitude": "-91.169570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54634", + "city": "Hillsboro", + "state": "WI", + "latitude": "43.610055", + "longitude": "-90.408960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54635", + "city": "Hixton", + "state": "WI", + "latitude": "44.400995", + "longitude": "-91.046080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54636", + "city": "Holmen", + "state": "WI", + "latitude": "43.978816", + "longitude": "-91.251200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54637", + "city": "Hustler", + "state": "WI", + "latitude": "43.880649", + "longitude": "-90.274230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54638", + "city": "Kendall", + "state": "WI", + "latitude": "43.795422", + "longitude": "-90.376090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54639", + "city": "La Farge", + "state": "WI", + "latitude": "43.610629", + "longitude": "-90.621080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54640", + "city": "Lynxville", + "state": "WI", + "latitude": "43.246161", + "longitude": "-91.054290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54641", + "city": "Mather", + "state": "WI", + "latitude": "43.945210", + "longitude": "-90.049489", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54642", + "city": "Melrose", + "state": "WI", + "latitude": "44.151750", + "longitude": "-91.045580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54643", + "city": "Millston", + "state": "WI", + "latitude": "44.186869", + "longitude": "-90.635831", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54644", + "city": "Mindoro", + "state": "WI", + "latitude": "44.029269", + "longitude": "-91.064840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54645", + "city": "Mount Sterling", + "state": "WI", + "latitude": "43.314930", + "longitude": "-90.928700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54646", + "city": "Necedah", + "state": "WI", + "latitude": "44.057528", + "longitude": "-90.071170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54648", + "city": "Norwalk", + "state": "WI", + "latitude": "43.836783", + "longitude": "-90.620660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54649", + "city": "Oakdale", + "state": "WI", + "latitude": "43.971514", + "longitude": "-90.361161", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54650", + "city": "Onalaska", + "state": "WI", + "latitude": "43.899664", + "longitude": "-91.229630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54651", + "city": "Ontario", + "state": "WI", + "latitude": "43.740893", + "longitude": "-90.569340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54652", + "city": "Readstown", + "state": "WI", + "latitude": "43.454264", + "longitude": "-90.761160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54653", + "city": "Rockland", + "state": "WI", + "latitude": "43.869244", + "longitude": "-90.918730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54654", + "city": "Seneca", + "state": "WI", + "latitude": "43.265154", + "longitude": "-90.959000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54655", + "city": "Soldiers Grove", + "state": "WI", + "latitude": "43.388055", + "longitude": "-90.766320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54656", + "city": "Sparta", + "state": "WI", + "latitude": "43.969770", + "longitude": "-90.807960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54657", + "city": "Steuben", + "state": "WI", + "latitude": "43.194284", + "longitude": "-90.891100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54658", + "city": "Stoddard", + "state": "WI", + "latitude": "43.688040", + "longitude": "-91.196650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54659", + "city": "Taylor", + "state": "WI", + "latitude": "44.309131", + "longitude": "-91.116760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54660", + "city": "Tomah", + "state": "WI", + "latitude": "43.984412", + "longitude": "-90.484160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54661", + "city": "Trempealeau", + "state": "WI", + "latitude": "44.026843", + "longitude": "-91.451300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54662", + "city": "Tunnel City", + "state": "WI", + "latitude": "44.003084", + "longitude": "-90.562005", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54664", + "city": "Viola", + "state": "WI", + "latitude": "43.502238", + "longitude": "-90.651310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54665", + "city": "Viroqua", + "state": "WI", + "latitude": "43.543934", + "longitude": "-90.899040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54666", + "city": "Warrens", + "state": "WI", + "latitude": "44.134587", + "longitude": "-90.432890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54667", + "city": "Westby", + "state": "WI", + "latitude": "43.656393", + "longitude": "-90.855620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54669", + "city": "West Salem", + "state": "WI", + "latitude": "43.903949", + "longitude": "-91.088470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54670", + "city": "Wilton", + "state": "WI", + "latitude": "43.833159", + "longitude": "-90.490440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54699", + "city": "West Salem", + "state": "WI", + "latitude": "43.900433", + "longitude": "-91.071758", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54701", + "city": "Eau Claire", + "state": "WI", + "latitude": "44.780427", + "longitude": "-91.480650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54702", + "city": "Eau Claire", + "state": "WI", + "latitude": "44.726626", + "longitude": "-91.285931", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54703", + "city": "Eau Claire", + "state": "WI", + "latitude": "44.829610", + "longitude": "-91.505210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54720", + "city": "Altoona", + "state": "WI", + "latitude": "44.804160", + "longitude": "-91.439630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54721", + "city": "Arkansaw", + "state": "WI", + "latitude": "44.624110", + "longitude": "-92.078280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54722", + "city": "Augusta", + "state": "WI", + "latitude": "44.699923", + "longitude": "-91.125090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54723", + "city": "Bay City", + "state": "WI", + "latitude": "44.608838", + "longitude": "-92.446070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54724", + "city": "Bloomer", + "state": "WI", + "latitude": "45.101683", + "longitude": "-91.484150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54725", + "city": "Boyceville", + "state": "WI", + "latitude": "45.062111", + "longitude": "-92.026410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54726", + "city": "Boyd", + "state": "WI", + "latitude": "44.946486", + "longitude": "-91.022820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54727", + "city": "Cadott", + "state": "WI", + "latitude": "44.963809", + "longitude": "-91.161810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54728", + "city": "Chetek", + "state": "WI", + "latitude": "45.312195", + "longitude": "-91.641730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54729", + "city": "Chippewa Falls", + "state": "WI", + "latitude": "44.932711", + "longitude": "-91.388770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54730", + "city": "Colfax", + "state": "WI", + "latitude": "45.012181", + "longitude": "-91.730210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54731", + "city": "Conrath", + "state": "WI", + "latitude": "45.364690", + "longitude": "-91.049680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54732", + "city": "Cornell", + "state": "WI", + "latitude": "45.155211", + "longitude": "-91.170050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54733", + "city": "Dallas", + "state": "WI", + "latitude": "45.275752", + "longitude": "-91.850840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54734", + "city": "Downing", + "state": "WI", + "latitude": "45.086186", + "longitude": "-92.124530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54735", + "city": "Downsville", + "state": "WI", + "latitude": "44.946496", + "longitude": "-91.903440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54736", + "city": "Durand", + "state": "WI", + "latitude": "44.613891", + "longitude": "-91.924020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54737", + "city": "Eau Galle", + "state": "WI", + "latitude": "44.718959", + "longitude": "-91.997040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54738", + "city": "Eleva", + "state": "WI", + "latitude": "44.586469", + "longitude": "-91.488730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54739", + "city": "Elk Mound", + "state": "WI", + "latitude": "44.872678", + "longitude": "-91.692310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54740", + "city": "Elmwood", + "state": "WI", + "latitude": "44.763269", + "longitude": "-92.151700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54741", + "city": "Fairchild", + "state": "WI", + "latitude": "44.601345", + "longitude": "-90.988540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54742", + "city": "Fall Creek", + "state": "WI", + "latitude": "44.763678", + "longitude": "-91.291720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54743", + "city": "Gilmanton", + "state": "WI", + "latitude": "44.311074", + "longitude": "-91.806396", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54744", + "city": "Hillsdale", + "state": "WI", + "latitude": "45.319786", + "longitude": "-91.881754", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54745", + "city": "Holcombe", + "state": "WI", + "latitude": "45.253108", + "longitude": "-91.155900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54746", + "city": "Humbird", + "state": "WI", + "latitude": "44.550251", + "longitude": "-90.895420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54747", + "city": "Independence", + "state": "WI", + "latitude": "44.381610", + "longitude": "-91.479130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54748", + "city": "Jim Falls", + "state": "WI", + "latitude": "45.074725", + "longitude": "-91.256300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54749", + "city": "Knapp", + "state": "WI", + "latitude": "44.949207", + "longitude": "-92.080730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54750", + "city": "Maiden Rock", + "state": "WI", + "latitude": "44.615442", + "longitude": "-92.307980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54751", + "city": "Menomonie", + "state": "WI", + "latitude": "44.868770", + "longitude": "-91.929150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54754", + "city": "Merrillan", + "state": "WI", + "latitude": "44.434537", + "longitude": "-90.794730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54755", + "city": "Mondovi", + "state": "WI", + "latitude": "44.584633", + "longitude": "-91.687670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54756", + "city": "Nelson", + "state": "WI", + "latitude": "44.451724", + "longitude": "-91.957850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54757", + "city": "New Auburn", + "state": "WI", + "latitude": "45.235611", + "longitude": "-91.521270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54758", + "city": "Osseo", + "state": "WI", + "latitude": "44.555876", + "longitude": "-91.217130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54759", + "city": "Pepin", + "state": "WI", + "latitude": "44.478326", + "longitude": "-92.140530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54760", + "city": "Pigeon Falls", + "state": "WI", + "latitude": "44.424662", + "longitude": "-91.208330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54761", + "city": "Plum City", + "state": "WI", + "latitude": "44.624559", + "longitude": "-92.177320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54762", + "city": "Prairie Farm", + "state": "WI", + "latitude": "45.246470", + "longitude": "-91.992730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54763", + "city": "Ridgeland", + "state": "WI", + "latitude": "45.186997", + "longitude": "-91.880730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54764", + "city": "Rock Falls", + "state": "WI", + "latitude": "44.946496", + "longitude": "-91.903440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54765", + "city": "Sand Creek", + "state": "WI", + "latitude": "45.142866", + "longitude": "-91.699794", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54766", + "city": "Sheldon", + "state": "WI", + "latitude": "45.323865", + "longitude": "-90.893760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54767", + "city": "Spring Valley", + "state": "WI", + "latitude": "44.833746", + "longitude": "-92.259370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54768", + "city": "Stanley", + "state": "WI", + "latitude": "44.963528", + "longitude": "-90.930120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54769", + "city": "Stockholm", + "state": "WI", + "latitude": "44.530201", + "longitude": "-92.237210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54770", + "city": "Strum", + "state": "WI", + "latitude": "44.545046", + "longitude": "-91.387530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54771", + "city": "Thorp", + "state": "WI", + "latitude": "44.952980", + "longitude": "-90.797840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54772", + "city": "Wheeler", + "state": "WI", + "latitude": "45.084813", + "longitude": "-91.897240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54773", + "city": "Whitehall", + "state": "WI", + "latitude": "44.377781", + "longitude": "-91.309480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54774", + "city": "Chippewa Falls", + "state": "WI", + "latitude": "45.074130", + "longitude": "-91.294397", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54801", + "city": "Spooner", + "state": "WI", + "latitude": "45.850775", + "longitude": "-91.943610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54805", + "city": "Almena", + "state": "WI", + "latitude": "45.418325", + "longitude": "-92.029140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54806", + "city": "Ashland", + "state": "WI", + "latitude": "46.577191", + "longitude": "-90.897070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54810", + "city": "Balsam Lake", + "state": "WI", + "latitude": "45.455304", + "longitude": "-92.401530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54812", + "city": "Barron", + "state": "WI", + "latitude": "45.397010", + "longitude": "-91.863370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54813", + "city": "Barronett", + "state": "WI", + "latitude": "45.646145", + "longitude": "-92.019230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54814", + "city": "Bayfield", + "state": "WI", + "latitude": "46.856701", + "longitude": "-90.854010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54816", + "city": "Benoit", + "state": "WI", + "latitude": "46.682796", + "longitude": "-91.143254", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54817", + "city": "Birchwood", + "state": "WI", + "latitude": "45.661506", + "longitude": "-91.545260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54818", + "city": "Brill", + "state": "WI", + "latitude": "45.423409", + "longitude": "-91.848206", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54819", + "city": "Bruce", + "state": "WI", + "latitude": "45.452730", + "longitude": "-91.294370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54820", + "city": "Brule", + "state": "WI", + "latitude": "46.588243", + "longitude": "-91.552080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54821", + "city": "Cable", + "state": "WI", + "latitude": "46.213138", + "longitude": "-91.139970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54822", + "city": "Cameron", + "state": "WI", + "latitude": "45.401622", + "longitude": "-91.727270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54824", + "city": "Centuria", + "state": "WI", + "latitude": "45.454867", + "longitude": "-92.527010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54826", + "city": "Comstock", + "state": "WI", + "latitude": "45.505963", + "longitude": "-92.176460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54827", + "city": "Cornucopia", + "state": "WI", + "latitude": "46.802909", + "longitude": "-91.109440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54828", + "city": "Couderay", + "state": "WI", + "latitude": "45.858431", + "longitude": "-91.257650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54829", + "city": "Cumberland", + "state": "WI", + "latitude": "45.552434", + "longitude": "-92.050040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54830", + "city": "Danbury", + "state": "WI", + "latitude": "46.036193", + "longitude": "-92.218020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54832", + "city": "Drummond", + "state": "WI", + "latitude": "46.326236", + "longitude": "-91.296430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54834", + "city": "Edgewater", + "state": "WI", + "latitude": "45.742668", + "longitude": "-91.476480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54835", + "city": "Exeland", + "state": "WI", + "latitude": "45.671767", + "longitude": "-91.233170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54836", + "city": "Foxboro", + "state": "WI", + "latitude": "46.449996", + "longitude": "-92.218310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54837", + "city": "Frederic", + "state": "WI", + "latitude": "45.679878", + "longitude": "-92.421530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54838", + "city": "Gordon", + "state": "WI", + "latitude": "46.233591", + "longitude": "-91.817950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54839", + "city": "Grand View", + "state": "WI", + "latitude": "46.360155", + "longitude": "-91.144250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54840", + "city": "Grantsburg", + "state": "WI", + "latitude": "45.751180", + "longitude": "-92.671820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54841", + "city": "Haugen", + "state": "WI", + "latitude": "45.612444", + "longitude": "-91.776240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54842", + "city": "Hawthorne", + "state": "WI", + "latitude": "46.513247", + "longitude": "-91.848240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54843", + "city": "Hayward", + "state": "WI", + "latitude": "46.005082", + "longitude": "-91.352550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54844", + "city": "Herbster", + "state": "WI", + "latitude": "46.765166", + "longitude": "-91.213120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54845", + "city": "Hertel", + "state": "WI", + "latitude": "45.811685", + "longitude": "-92.136920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54846", + "city": "High Bridge", + "state": "WI", + "latitude": "46.372151", + "longitude": "-90.748650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54847", + "city": "Iron River", + "state": "WI", + "latitude": "46.553351", + "longitude": "-91.379960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54848", + "city": "Ladysmith", + "state": "WI", + "latitude": "45.477445", + "longitude": "-91.105000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54849", + "city": "Lake Nebagamon", + "state": "WI", + "latitude": "46.476428", + "longitude": "-91.676340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54850", + "city": "La Pointe", + "state": "WI", + "latitude": "46.799835", + "longitude": "-90.732090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54851", + "city": "Lewis", + "state": "WI", + "latitude": "45.468941", + "longitude": "-92.521938", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54853", + "city": "Luck", + "state": "WI", + "latitude": "45.577963", + "longitude": "-92.456520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54854", + "city": "Maple", + "state": "WI", + "latitude": "46.626518", + "longitude": "-91.695200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54855", + "city": "Marengo", + "state": "WI", + "latitude": "46.396053", + "longitude": "-90.815060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54856", + "city": "Mason", + "state": "WI", + "latitude": "46.433167", + "longitude": "-91.108830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54857", + "city": "Mikana", + "state": "WI", + "latitude": "45.591546", + "longitude": "-91.600460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54858", + "city": "Milltown", + "state": "WI", + "latitude": "45.526240", + "longitude": "-92.469710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54859", + "city": "Minong", + "state": "WI", + "latitude": "46.127976", + "longitude": "-91.843890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54861", + "city": "Odanah", + "state": "WI", + "latitude": "46.599122", + "longitude": "-90.653610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54862", + "city": "Ojibwa", + "state": "WI", + "latitude": "45.766112", + "longitude": "-91.136030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54863", + "city": "Stanley", + "state": "WI", + "latitude": "45.458812", + "longitude": "-91.712017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54864", + "city": "Poplar", + "state": "WI", + "latitude": "46.587809", + "longitude": "-91.807400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54865", + "city": "Port Wing", + "state": "WI", + "latitude": "46.757192", + "longitude": "-91.396110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54867", + "city": "Radisson", + "state": "WI", + "latitude": "45.767489", + "longitude": "-91.221930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54868", + "city": "Rice Lake", + "state": "WI", + "latitude": "45.517226", + "longitude": "-91.726380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54870", + "city": "Sarona", + "state": "WI", + "latitude": "45.714265", + "longitude": "-91.774980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54871", + "city": "Shell Lake", + "state": "WI", + "latitude": "45.750367", + "longitude": "-91.990480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54872", + "city": "Siren", + "state": "WI", + "latitude": "45.780793", + "longitude": "-92.391520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54873", + "city": "Solon Springs", + "state": "WI", + "latitude": "46.354613", + "longitude": "-91.711660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54874", + "city": "South Range", + "state": "WI", + "latitude": "46.585210", + "longitude": "-91.951290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54875", + "city": "Springbrook", + "state": "WI", + "latitude": "45.947509", + "longitude": "-91.675260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54876", + "city": "Stone Lake", + "state": "WI", + "latitude": "45.842713", + "longitude": "-91.479020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54880", + "city": "Superior", + "state": "WI", + "latitude": "46.684273", + "longitude": "-92.094740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54886", + "city": "Winter", + "state": "WI", + "latitude": "45.882227", + "longitude": "-90.967711", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54888", + "city": "Trego", + "state": "WI", + "latitude": "45.967422", + "longitude": "-91.879070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54889", + "city": "Turtle Lake", + "state": "WI", + "latitude": "45.407855", + "longitude": "-92.156190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54890", + "city": "Wascott", + "state": "WI", + "latitude": "46.525129", + "longitude": "-91.921631", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54891", + "city": "Washburn", + "state": "WI", + "latitude": "46.692970", + "longitude": "-90.937440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54893", + "city": "Webster", + "state": "WI", + "latitude": "45.870441", + "longitude": "-92.294160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54895", + "city": "Weyerhaeuser", + "state": "WI", + "latitude": "45.422669", + "longitude": "-91.426780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54896", + "city": "Winter", + "state": "WI", + "latitude": "45.843581", + "longitude": "-90.943230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54901", + "city": "Oshkosh", + "state": "WI", + "latitude": "44.043984", + "longitude": "-88.535280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54902", + "city": "Oshkosh", + "state": "WI", + "latitude": "43.988616", + "longitude": "-88.546990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54903", + "city": "Oshkosh", + "state": "WI", + "latitude": "44.068580", + "longitude": "-88.644873", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54904", + "city": "Oshkosh", + "state": "WI", + "latitude": "44.018871", + "longitude": "-88.613240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54906", + "city": "Oshkosh", + "state": "WI", + "latitude": "44.068580", + "longitude": "-88.644873", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54909", + "city": "Almond", + "state": "WI", + "latitude": "44.280180", + "longitude": "-89.360020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54911", + "city": "Appleton", + "state": "WI", + "latitude": "44.276986", + "longitude": "-88.394450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54912", + "city": "Appleton", + "state": "WI", + "latitude": "44.416326", + "longitude": "-88.464873", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54913", + "city": "Appleton", + "state": "WI", + "latitude": "44.322836", + "longitude": "-88.404920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54914", + "city": "Appleton", + "state": "WI", + "latitude": "44.267411", + "longitude": "-88.438300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54915", + "city": "Appleton", + "state": "WI", + "latitude": "44.244753", + "longitude": "-88.377830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54919", + "city": "Appleton", + "state": "WI", + "latitude": "44.416326", + "longitude": "-88.464873", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54921", + "city": "Bancroft", + "state": "WI", + "latitude": "44.307561", + "longitude": "-89.546730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54922", + "city": "Bear Creek", + "state": "WI", + "latitude": "44.538848", + "longitude": "-88.743810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54923", + "city": "Berlin", + "state": "WI", + "latitude": "43.978561", + "longitude": "-88.954130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54926", + "city": "Big Falls", + "state": "WI", + "latitude": "44.617819", + "longitude": "-89.016622", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54927", + "city": "Butte Des Morts", + "state": "WI", + "latitude": "44.101044", + "longitude": "-88.655310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54928", + "city": "Caroline", + "state": "WI", + "latitude": "44.732083", + "longitude": "-88.885070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54929", + "city": "Clintonville", + "state": "WI", + "latitude": "44.636050", + "longitude": "-88.746730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54930", + "city": "Coloma", + "state": "WI", + "latitude": "44.025668", + "longitude": "-89.521240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54931", + "city": "Dale", + "state": "WI", + "latitude": "44.416326", + "longitude": "-88.464873", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54932", + "city": "Eldorado", + "state": "WI", + "latitude": "43.830749", + "longitude": "-88.625800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54933", + "city": "Embarrass", + "state": "WI", + "latitude": "44.666988", + "longitude": "-88.706860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54934", + "city": "Eureka", + "state": "WI", + "latitude": "44.004430", + "longitude": "-88.841080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54935", + "city": "Fond Du Lac", + "state": "WI", + "latitude": "43.769889", + "longitude": "-88.428100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54936", + "city": "Fond Du Lac", + "state": "WI", + "latitude": "43.740559", + "longitude": "-88.522984", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54937", + "city": "Fond Du Lac", + "state": "WI", + "latitude": "43.785391", + "longitude": "-88.487040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54940", + "city": "Fremont", + "state": "WI", + "latitude": "44.237843", + "longitude": "-88.849980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54941", + "city": "Green Lake", + "state": "WI", + "latitude": "43.841808", + "longitude": "-88.974430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54942", + "city": "Greenville", + "state": "WI", + "latitude": "44.293820", + "longitude": "-88.535570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54943", + "city": "Hancock", + "state": "WI", + "latitude": "44.122177", + "longitude": "-89.573050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54944", + "city": "Hortonville", + "state": "WI", + "latitude": "44.333183", + "longitude": "-88.616700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54945", + "city": "Iola", + "state": "WI", + "latitude": "44.558941", + "longitude": "-89.133830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54946", + "city": "King", + "state": "WI", + "latitude": "44.336537", + "longitude": "-89.146258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54947", + "city": "Larsen", + "state": "WI", + "latitude": "44.191271", + "longitude": "-88.688460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54948", + "city": "Leopolis", + "state": "WI", + "latitude": "44.779838", + "longitude": "-88.871230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54949", + "city": "Manawa", + "state": "WI", + "latitude": "44.472791", + "longitude": "-88.916250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54950", + "city": "Marion", + "state": "WI", + "latitude": "44.669461", + "longitude": "-88.896930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54951", + "city": "Medina", + "state": "WI", + "latitude": "44.416326", + "longitude": "-88.464873", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54952", + "city": "Menasha", + "state": "WI", + "latitude": "44.212448", + "longitude": "-88.409590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54956", + "city": "Neenah", + "state": "WI", + "latitude": "44.180085", + "longitude": "-88.482730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54957", + "city": "Neenah", + "state": "WI", + "latitude": "44.198944", + "longitude": "-88.678863", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54960", + "city": "Neshkoro", + "state": "WI", + "latitude": "43.959371", + "longitude": "-89.225750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54961", + "city": "New London", + "state": "WI", + "latitude": "44.394143", + "longitude": "-88.755210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54962", + "city": "Ogdensburg", + "state": "WI", + "latitude": "44.481372", + "longitude": "-89.031010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54963", + "city": "Omro", + "state": "WI", + "latitude": "44.042594", + "longitude": "-88.762700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54964", + "city": "Pickett", + "state": "WI", + "latitude": "43.923141", + "longitude": "-88.726540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54965", + "city": "Pine River", + "state": "WI", + "latitude": "44.167646", + "longitude": "-89.042180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54966", + "city": "Plainfield", + "state": "WI", + "latitude": "44.220945", + "longitude": "-89.512270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54967", + "city": "Poy Sippi", + "state": "WI", + "latitude": "44.137770", + "longitude": "-88.994430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54968", + "city": "Princeton", + "state": "WI", + "latitude": "43.842646", + "longitude": "-89.139550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54969", + "city": "Readfield", + "state": "WI", + "latitude": "44.269991", + "longitude": "-88.775457", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54970", + "city": "Redgranite", + "state": "WI", + "latitude": "44.057375", + "longitude": "-89.097880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54971", + "city": "Ripon", + "state": "WI", + "latitude": "43.849309", + "longitude": "-88.844940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54974", + "city": "Rosendale", + "state": "WI", + "latitude": "43.797693", + "longitude": "-88.662610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54975", + "city": "Royalton", + "state": "WI", + "latitude": "44.461926", + "longitude": "-88.915027", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54976", + "city": "Saxeville", + "state": "WI", + "latitude": "44.176716", + "longitude": "-89.112710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54977", + "city": "Scandinavia", + "state": "WI", + "latitude": "44.454684", + "longitude": "-89.153710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54978", + "city": "Tilleda", + "state": "WI", + "latitude": "44.805167", + "longitude": "-88.900600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54979", + "city": "Van Dyne", + "state": "WI", + "latitude": "43.877109", + "longitude": "-88.525730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54980", + "city": "Waukau", + "state": "WI", + "latitude": "43.987186", + "longitude": "-88.772470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54981", + "city": "Waupaca", + "state": "WI", + "latitude": "44.331217", + "longitude": "-89.114990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54982", + "city": "Wautoma", + "state": "WI", + "latitude": "44.064068", + "longitude": "-89.294170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54983", + "city": "Weyauwega", + "state": "WI", + "latitude": "44.319005", + "longitude": "-88.940400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54984", + "city": "Wild Rose", + "state": "WI", + "latitude": "44.186455", + "longitude": "-89.202310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54985", + "city": "Winnebago", + "state": "WI", + "latitude": "44.075084", + "longitude": "-88.517580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54986", + "city": "Winneconne", + "state": "WI", + "latitude": "44.110806", + "longitude": "-88.731550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "54990", + "city": "Iola", + "state": "WI", + "latitude": "44.461926", + "longitude": "-88.915027", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55001", + "city": "Afton", + "state": "MN", + "latitude": "44.903133", + "longitude": "-92.819040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55002", + "city": "Almelund", + "state": "MN", + "latitude": "45.513447", + "longitude": "-92.894239", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55003", + "city": "Bayport", + "state": "MN", + "latitude": "45.017767", + "longitude": "-92.780390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55005", + "city": "Bethel", + "state": "MN", + "latitude": "45.395494", + "longitude": "-93.235840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55006", + "city": "Braham", + "state": "MN", + "latitude": "45.722000", + "longitude": "-93.197810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55007", + "city": "Brook Park", + "state": "MN", + "latitude": "45.955831", + "longitude": "-93.104400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55008", + "city": "Cambridge", + "state": "MN", + "latitude": "45.566735", + "longitude": "-93.243810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55009", + "city": "Cannon Falls", + "state": "MN", + "latitude": "44.493575", + "longitude": "-92.894020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55010", + "city": "Castle Rock", + "state": "MN", + "latitude": "44.544465", + "longitude": "-93.153530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55011", + "city": "Cedar", + "state": "MN", + "latitude": "45.335128", + "longitude": "-93.274340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55012", + "city": "Center City", + "state": "MN", + "latitude": "45.417660", + "longitude": "-92.805970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55013", + "city": "Chisago City", + "state": "MN", + "latitude": "45.365164", + "longitude": "-92.888640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55014", + "city": "Circle Pines", + "state": "MN", + "latitude": "45.153516", + "longitude": "-93.144630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55016", + "city": "Cottage Grove", + "state": "MN", + "latitude": "44.830966", + "longitude": "-92.937390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55017", + "city": "Dalbo", + "state": "MN", + "latitude": "45.677366", + "longitude": "-93.420130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55018", + "city": "Dennison", + "state": "MN", + "latitude": "44.422975", + "longitude": "-93.000890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55019", + "city": "Dundas", + "state": "MN", + "latitude": "44.415567", + "longitude": "-93.232690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55020", + "city": "Elko", + "state": "MN", + "latitude": "44.571365", + "longitude": "-93.360110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55021", + "city": "Faribault", + "state": "MN", + "latitude": "44.294780", + "longitude": "-93.287320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55024", + "city": "Farmington", + "state": "MN", + "latitude": "44.649263", + "longitude": "-93.152220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55025", + "city": "Forest Lake", + "state": "MN", + "latitude": "45.272117", + "longitude": "-92.991100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55026", + "city": "Frontenac", + "state": "MN", + "latitude": "44.523212", + "longitude": "-92.332160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55027", + "city": "Goodhue", + "state": "MN", + "latitude": "44.408846", + "longitude": "-92.633120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55029", + "city": "Grandy", + "state": "MN", + "latitude": "45.642235", + "longitude": "-93.201107", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55030", + "city": "Grasston", + "state": "MN", + "latitude": "45.842603", + "longitude": "-93.119240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55031", + "city": "Hampton", + "state": "MN", + "latitude": "44.607553", + "longitude": "-92.985480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55032", + "city": "Harris", + "state": "MN", + "latitude": "45.586488", + "longitude": "-93.011790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55033", + "city": "Hastings", + "state": "MN", + "latitude": "44.726517", + "longitude": "-92.861470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55036", + "city": "Henriette", + "state": "MN", + "latitude": "45.871294", + "longitude": "-93.118520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55037", + "city": "Hinckley", + "state": "MN", + "latitude": "46.008128", + "longitude": "-92.793490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55038", + "city": "Hugo", + "state": "MN", + "latitude": "45.161267", + "longitude": "-92.995960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55040", + "city": "Isanti", + "state": "MN", + "latitude": "45.470239", + "longitude": "-93.279470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55041", + "city": "Lake City", + "state": "MN", + "latitude": "44.422780", + "longitude": "-92.294800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55042", + "city": "Lake Elmo", + "state": "MN", + "latitude": "44.999023", + "longitude": "-92.909390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55043", + "city": "Lakeland", + "state": "MN", + "latitude": "44.931600", + "longitude": "-92.770010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55044", + "city": "Lakeville", + "state": "MN", + "latitude": "44.669564", + "longitude": "-93.266540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55045", + "city": "Lindstrom", + "state": "MN", + "latitude": "45.387281", + "longitude": "-92.835510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55046", + "city": "Lonsdale", + "state": "MN", + "latitude": "44.464394", + "longitude": "-93.422430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55047", + "city": "Marine On Saint Croix", + "state": "MN", + "latitude": "45.195606", + "longitude": "-92.816490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55049", + "city": "Medford", + "state": "MN", + "latitude": "44.172277", + "longitude": "-93.239240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55051", + "city": "Mora", + "state": "MN", + "latitude": "45.897003", + "longitude": "-93.294520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55052", + "city": "Morristown", + "state": "MN", + "latitude": "44.232811", + "longitude": "-93.439920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55053", + "city": "Nerstrand", + "state": "MN", + "latitude": "44.338132", + "longitude": "-93.055430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55054", + "city": "New Market", + "state": "MN", + "latitude": "44.571056", + "longitude": "-93.354267", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55055", + "city": "Newport", + "state": "MN", + "latitude": "44.871166", + "longitude": "-93.001870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55056", + "city": "North Branch", + "state": "MN", + "latitude": "45.509818", + "longitude": "-92.978160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55057", + "city": "Northfield", + "state": "MN", + "latitude": "44.459969", + "longitude": "-93.166230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55060", + "city": "Owatonna", + "state": "MN", + "latitude": "44.073930", + "longitude": "-93.227160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55063", + "city": "Pine City", + "state": "MN", + "latitude": "45.824236", + "longitude": "-92.958130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55065", + "city": "Randolph", + "state": "MN", + "latitude": "44.534866", + "longitude": "-93.029590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55066", + "city": "Red Wing", + "state": "MN", + "latitude": "44.539036", + "longitude": "-92.536370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55067", + "city": "Rock Creek", + "state": "MN", + "latitude": "46.074687", + "longitude": "-92.718004", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55068", + "city": "Rosemount", + "state": "MN", + "latitude": "44.732105", + "longitude": "-93.134370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55069", + "city": "Rush City", + "state": "MN", + "latitude": "45.690784", + "longitude": "-92.968430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55070", + "city": "Saint Francis", + "state": "MN", + "latitude": "45.395912", + "longitude": "-93.370050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55071", + "city": "Saint Paul Park", + "state": "MN", + "latitude": "44.835366", + "longitude": "-92.992540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55072", + "city": "Sandstone", + "state": "MN", + "latitude": "46.131798", + "longitude": "-92.713770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55073", + "city": "Scandia", + "state": "MN", + "latitude": "45.275771", + "longitude": "-92.830010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55074", + "city": "Shafer", + "state": "MN", + "latitude": "45.381784", + "longitude": "-92.727800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55075", + "city": "South Saint Paul", + "state": "MN", + "latitude": "44.887966", + "longitude": "-93.045460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55076", + "city": "Inver Grove Heights", + "state": "MN", + "latitude": "44.844833", + "longitude": "-93.035280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55077", + "city": "Inver Grove Heights", + "state": "MN", + "latitude": "44.825391", + "longitude": "-93.068930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55078", + "city": "Stacy", + "state": "MN", + "latitude": "45.513447", + "longitude": "-92.894239", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55079", + "city": "Stacy", + "state": "MN", + "latitude": "45.403157", + "longitude": "-93.028290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55080", + "city": "Stanchfield", + "state": "MN", + "latitude": "45.651767", + "longitude": "-93.214390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55082", + "city": "Stillwater", + "state": "MN", + "latitude": "45.054551", + "longitude": "-92.825810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55083", + "city": "Stillwater", + "state": "MN", + "latitude": "45.021016", + "longitude": "-92.983726", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55084", + "city": "Taylors Falls", + "state": "MN", + "latitude": "45.424065", + "longitude": "-92.683210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55085", + "city": "Vermillion", + "state": "MN", + "latitude": "44.674317", + "longitude": "-92.968230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55087", + "city": "Warsaw", + "state": "MN", + "latitude": "44.247889", + "longitude": "-93.393050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55088", + "city": "Webster", + "state": "MN", + "latitude": "44.541055", + "longitude": "-93.387130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55089", + "city": "Welch", + "state": "MN", + "latitude": "44.586242", + "longitude": "-92.702930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55090", + "city": "Willernie", + "state": "MN", + "latitude": "45.054666", + "longitude": "-92.957030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55092", + "city": "Wyoming", + "state": "MN", + "latitude": "45.329115", + "longitude": "-93.068340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55101", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.964852", + "longitude": "-93.083970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55102", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.935315", + "longitude": "-93.120490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55103", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.964115", + "longitude": "-93.122610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55104", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.953665", + "longitude": "-93.159220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55105", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.934465", + "longitude": "-93.165540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55106", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.967565", + "longitude": "-93.050010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55107", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.928315", + "longitude": "-93.088760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55108", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.982515", + "longitude": "-93.174890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55109", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.010632", + "longitude": "-93.018450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55110", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.081266", + "longitude": "-93.011460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55111", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.882838", + "longitude": "-93.200671", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55112", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.076365", + "longitude": "-93.193350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55113", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.011215", + "longitude": "-93.155360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55114", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.964815", + "longitude": "-93.195810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55115", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.060048", + "longitude": "-92.957620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55116", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.913815", + "longitude": "-93.174590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55117", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.989065", + "longitude": "-93.106660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55118", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.903165", + "longitude": "-93.100260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55119", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.957315", + "longitude": "-93.006160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55120", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.873398", + "longitude": "-93.145380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55121", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.844965", + "longitude": "-93.144310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55122", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.804548", + "longitude": "-93.198710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55123", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.804048", + "longitude": "-93.133780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55124", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.743963", + "longitude": "-93.206240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55125", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.921982", + "longitude": "-92.942340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55126", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.085643", + "longitude": "-93.135300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55127", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.076708", + "longitude": "-93.082800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55128", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.985792", + "longitude": "-92.965320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55129", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.896938", + "longitude": "-92.902410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55133", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55144", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55145", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55146", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.942656", + "longitude": "-93.082793", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55150", + "city": "Mendota", + "state": "MN", + "latitude": "44.884265", + "longitude": "-93.164150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55155", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.952165", + "longitude": "-93.095518", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55161", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55164", + "city": "Saint Paul", + "state": "MN", + "latitude": "44.990915", + "longitude": "-93.106593", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55165", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55166", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55168", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55169", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55170", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55171", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55172", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55175", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55177", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55182", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55184", + "city": "Duluth", + "state": "MN", + "latitude": "46.837172", + "longitude": "-92.202829", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55187", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55188", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55189", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55190", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55191", + "city": "Saint Paul", + "state": "MN", + "latitude": "45.005902", + "longitude": "-93.105869", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55272", + "city": "Kroschel", + "state": "MN", + "latitude": "46.147161", + "longitude": "-93.084687", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55301", + "city": "Albertville", + "state": "MN", + "latitude": "45.237867", + "longitude": "-93.662610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55302", + "city": "Annandale", + "state": "MN", + "latitude": "45.246631", + "longitude": "-94.116920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55303", + "city": "Anoka", + "state": "MN", + "latitude": "45.247509", + "longitude": "-93.418000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55304", + "city": "Andover", + "state": "MN", + "latitude": "45.254715", + "longitude": "-93.286520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55305", + "city": "Hopkins", + "state": "MN", + "latitude": "44.953763", + "longitude": "-93.433460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55306", + "city": "Burnsville", + "state": "MN", + "latitude": "44.732569", + "longitude": "-93.289090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55307", + "city": "Arlington", + "state": "MN", + "latitude": "44.613278", + "longitude": "-94.107280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55308", + "city": "Becker", + "state": "MN", + "latitude": "45.426203", + "longitude": "-93.850170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55309", + "city": "Big Lake", + "state": "MN", + "latitude": "45.358004", + "longitude": "-93.742940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55310", + "city": "Bird Island", + "state": "MN", + "latitude": "44.761856", + "longitude": "-94.884500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55311", + "city": "Osseo", + "state": "MN", + "latitude": "45.102133", + "longitude": "-93.487570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55312", + "city": "Brownton", + "state": "MN", + "latitude": "44.723259", + "longitude": "-94.339220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55313", + "city": "Buffalo", + "state": "MN", + "latitude": "45.175558", + "longitude": "-93.854410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55314", + "city": "Buffalo Lake", + "state": "MN", + "latitude": "44.751001", + "longitude": "-94.607820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55315", + "city": "Carver", + "state": "MN", + "latitude": "44.736595", + "longitude": "-93.656190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55316", + "city": "Champlin", + "state": "MN", + "latitude": "45.170714", + "longitude": "-93.384520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55317", + "city": "Chanhassen", + "state": "MN", + "latitude": "44.866236", + "longitude": "-93.544870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55318", + "city": "Chaska", + "state": "MN", + "latitude": "44.809954", + "longitude": "-93.610500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55319", + "city": "Clear Lake", + "state": "MN", + "latitude": "45.470068", + "longitude": "-93.929560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55320", + "city": "Clearwater", + "state": "MN", + "latitude": "45.387625", + "longitude": "-94.059900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55321", + "city": "Cokato", + "state": "MN", + "latitude": "45.085142", + "longitude": "-94.187480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55322", + "city": "Cologne", + "state": "MN", + "latitude": "44.768762", + "longitude": "-93.778390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55323", + "city": "Crystal Bay", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55324", + "city": "Darwin", + "state": "MN", + "latitude": "45.057766", + "longitude": "-94.403680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55325", + "city": "Dassel", + "state": "MN", + "latitude": "45.091115", + "longitude": "-94.317580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55327", + "city": "Dayton", + "state": "MN", + "latitude": "45.217054", + "longitude": "-93.476120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55328", + "city": "Delano", + "state": "MN", + "latitude": "45.032489", + "longitude": "-93.795910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55329", + "city": "Eden Valley", + "state": "MN", + "latitude": "45.321197", + "longitude": "-94.567780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55330", + "city": "Elk River", + "state": "MN", + "latitude": "45.317152", + "longitude": "-93.581170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55331", + "city": "Excelsior", + "state": "MN", + "latitude": "44.901368", + "longitude": "-93.582780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55332", + "city": "Fairfax", + "state": "MN", + "latitude": "44.529702", + "longitude": "-94.717180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55333", + "city": "Franklin", + "state": "MN", + "latitude": "44.541889", + "longitude": "-94.873500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55334", + "city": "Gaylord", + "state": "MN", + "latitude": "44.542729", + "longitude": "-94.217730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55335", + "city": "Gibbon", + "state": "MN", + "latitude": "44.527707", + "longitude": "-94.530920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55336", + "city": "Glencoe", + "state": "MN", + "latitude": "44.773886", + "longitude": "-94.172940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55337", + "city": "Burnsville", + "state": "MN", + "latitude": "44.770297", + "longitude": "-93.273020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55338", + "city": "Green Isle", + "state": "MN", + "latitude": "44.670908", + "longitude": "-94.013370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55339", + "city": "Hamburg", + "state": "MN", + "latitude": "44.730662", + "longitude": "-93.957700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55340", + "city": "Hamel", + "state": "MN", + "latitude": "45.073430", + "longitude": "-93.564550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55341", + "city": "Hanover", + "state": "MN", + "latitude": "45.155460", + "longitude": "-93.663690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55342", + "city": "Hector", + "state": "MN", + "latitude": "44.743230", + "longitude": "-94.724470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55343", + "city": "Hopkins", + "state": "MN", + "latitude": "44.921599", + "longitude": "-93.408570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55344", + "city": "Eden Prairie", + "state": "MN", + "latitude": "44.867013", + "longitude": "-93.425570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55345", + "city": "Minnetonka", + "state": "MN", + "latitude": "44.915413", + "longitude": "-93.484430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55346", + "city": "Eden Prairie", + "state": "MN", + "latitude": "44.880435", + "longitude": "-93.486900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55347", + "city": "Eden Prairie", + "state": "MN", + "latitude": "44.831413", + "longitude": "-93.460310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55348", + "city": "Maple Plain", + "state": "MN", + "latitude": "44.848263", + "longitude": "-93.398727", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55349", + "city": "Howard Lake", + "state": "MN", + "latitude": "45.064272", + "longitude": "-94.071750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55350", + "city": "Hutchinson", + "state": "MN", + "latitude": "44.896255", + "longitude": "-94.386040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55352", + "city": "Jordan", + "state": "MN", + "latitude": "44.657463", + "longitude": "-93.613300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55353", + "city": "Kimball", + "state": "MN", + "latitude": "45.328802", + "longitude": "-94.325280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55354", + "city": "Lester Prairie", + "state": "MN", + "latitude": "44.881515", + "longitude": "-94.058460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55355", + "city": "Litchfield", + "state": "MN", + "latitude": "45.104473", + "longitude": "-94.528680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55356", + "city": "Long Lake", + "state": "MN", + "latitude": "44.985463", + "longitude": "-93.583880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55357", + "city": "Loretto", + "state": "MN", + "latitude": "45.088013", + "longitude": "-93.650530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55358", + "city": "Maple Lake", + "state": "MN", + "latitude": "45.244744", + "longitude": "-94.002890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55359", + "city": "Maple Plain", + "state": "MN", + "latitude": "45.002212", + "longitude": "-93.693190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55360", + "city": "Mayer", + "state": "MN", + "latitude": "44.909362", + "longitude": "-93.899810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55361", + "city": "Minnetonka Beach", + "state": "MN", + "latitude": "44.940212", + "longitude": "-93.592735", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55362", + "city": "Monticello", + "state": "MN", + "latitude": "45.301337", + "longitude": "-93.807740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55363", + "city": "Montrose", + "state": "MN", + "latitude": "45.046143", + "longitude": "-93.920850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55364", + "city": "Mound", + "state": "MN", + "latitude": "44.933712", + "longitude": "-93.660380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55365", + "city": "Monticello", + "state": "MN", + "latitude": "45.200875", + "longitude": "-93.888099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55366", + "city": "New Auburn", + "state": "MN", + "latitude": "44.673454", + "longitude": "-94.229311", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55367", + "city": "New Germany", + "state": "MN", + "latitude": "44.886776", + "longitude": "-93.971540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55368", + "city": "Norwood", + "state": "MN", + "latitude": "44.756883", + "longitude": "-93.916660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55369", + "city": "Osseo", + "state": "MN", + "latitude": "45.120764", + "longitude": "-93.431830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55370", + "city": "Plato", + "state": "MN", + "latitude": "44.787651", + "longitude": "-94.047140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55371", + "city": "Princeton", + "state": "MN", + "latitude": "45.576431", + "longitude": "-93.576440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55372", + "city": "Prior Lake", + "state": "MN", + "latitude": "44.704646", + "longitude": "-93.421390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55373", + "city": "Rockford", + "state": "MN", + "latitude": "45.087513", + "longitude": "-93.735480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55374", + "city": "Rogers", + "state": "MN", + "latitude": "45.197646", + "longitude": "-93.571040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55375", + "city": "Saint Bonifacius", + "state": "MN", + "latitude": "44.906512", + "longitude": "-93.743900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55376", + "city": "Saint Michael", + "state": "MN", + "latitude": "45.203820", + "longitude": "-93.676180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55377", + "city": "Santiago", + "state": "MN", + "latitude": "45.540181", + "longitude": "-93.815434", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55378", + "city": "Savage", + "state": "MN", + "latitude": "44.761796", + "longitude": "-93.372200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55379", + "city": "Shakopee", + "state": "MN", + "latitude": "44.776138", + "longitude": "-93.525560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55380", + "city": "Silver Creek", + "state": "MN", + "latitude": "45.315823", + "longitude": "-93.979766", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55381", + "city": "Silver Lake", + "state": "MN", + "latitude": "44.904987", + "longitude": "-94.188020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55382", + "city": "South Haven", + "state": "MN", + "latitude": "45.299358", + "longitude": "-94.198210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55383", + "city": "Norwood", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55384", + "city": "Spring Park", + "state": "MN", + "latitude": "44.936423", + "longitude": "-93.628680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55385", + "city": "Stewart", + "state": "MN", + "latitude": "44.724926", + "longitude": "-94.493460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55386", + "city": "Victoria", + "state": "MN", + "latitude": "44.858595", + "longitude": "-93.663410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55387", + "city": "Waconia", + "state": "MN", + "latitude": "44.849912", + "longitude": "-93.785140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55388", + "city": "Watertown", + "state": "MN", + "latitude": "44.955136", + "longitude": "-93.844670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55389", + "city": "Watkins", + "state": "MN", + "latitude": "45.291986", + "longitude": "-94.438110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55390", + "city": "Waverly", + "state": "MN", + "latitude": "45.066811", + "longitude": "-93.978360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55391", + "city": "Wayzata", + "state": "MN", + "latitude": "44.963063", + "longitude": "-93.529120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55392", + "city": "Navarre", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55393", + "city": "Maple Plain", + "state": "MN", + "latitude": "45.200875", + "longitude": "-93.888099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55394", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55395", + "city": "Winsted", + "state": "MN", + "latitude": "44.960829", + "longitude": "-94.055250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55396", + "city": "Winthrop", + "state": "MN", + "latitude": "44.536882", + "longitude": "-94.368110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55397", + "city": "Young America", + "state": "MN", + "latitude": "44.801162", + "longitude": "-93.923680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55398", + "city": "Zimmerman", + "state": "MN", + "latitude": "45.455085", + "longitude": "-93.578730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55399", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55401", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.984615", + "longitude": "-93.271370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55402", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.975565", + "longitude": "-93.270530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55403", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.971765", + "longitude": "-93.285570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55404", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.963365", + "longitude": "-93.261790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55405", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.971798", + "longitude": "-93.302730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55406", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.938615", + "longitude": "-93.220820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55407", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.934915", + "longitude": "-93.254240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55408", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.947515", + "longitude": "-93.287420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55409", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.924115", + "longitude": "-93.283620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55410", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.911564", + "longitude": "-93.319470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55411", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.999165", + "longitude": "-93.298230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55412", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.027715", + "longitude": "-93.303370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55413", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.997665", + "longitude": "-93.249270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55414", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.980379", + "longitude": "-93.230030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55415", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.973415", + "longitude": "-93.259410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55416", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.946664", + "longitude": "-93.342150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55417", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.905365", + "longitude": "-93.236620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55418", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.019315", + "longitude": "-93.243040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55419", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.902414", + "longitude": "-93.290120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55420", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.837964", + "longitude": "-93.276570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55421", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.050434", + "longitude": "-93.250070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55422", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.014764", + "longitude": "-93.339650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55423", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.877164", + "longitude": "-93.281240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55424", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.904414", + "longitude": "-93.340450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55425", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.846765", + "longitude": "-93.244900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55426", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.952064", + "longitude": "-93.377950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55427", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.006764", + "longitude": "-93.382230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55428", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.059997", + "longitude": "-93.377020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55429", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.064714", + "longitude": "-93.341550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55430", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.059265", + "longitude": "-93.299770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55431", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.829564", + "longitude": "-93.309820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55432", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.095674", + "longitude": "-93.253360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55433", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.163848", + "longitude": "-93.319500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55434", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.164248", + "longitude": "-93.253100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55435", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.875614", + "longitude": "-93.334870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55436", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.903864", + "longitude": "-93.370560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55437", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.822764", + "longitude": "-93.344220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55438", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.825700", + "longitude": "-93.382120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55439", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.875997", + "longitude": "-93.370210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55440", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55441", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.001997", + "longitude": "-93.424210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55442", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.046701", + "longitude": "-93.428920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55443", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.108581", + "longitude": "-93.339880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55444", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.106065", + "longitude": "-93.304610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55445", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.112742", + "longitude": "-93.378900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55446", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.039312", + "longitude": "-93.479880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55447", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.003363", + "longitude": "-93.492620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55448", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.186232", + "longitude": "-93.296350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55449", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.168287", + "longitude": "-93.200010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55450", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.882365", + "longitude": "-93.208470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55454", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.969465", + "longitude": "-93.243270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55455", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.971965", + "longitude": "-93.235880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55458", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55459", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55460", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55468", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55470", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55472", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55473", + "city": "Minneapolis", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55474", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55478", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55479", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55480", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55483", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55484", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55485", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55486", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55487", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55488", + "city": "Minneapolis", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55530", + "city": "Elk River", + "state": "MN", + "latitude": "45.281604", + "longitude": "-93.546333", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55550", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55551", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55552", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55553", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55554", + "city": "Norwood", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55555", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55556", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55557", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55558", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55559", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55560", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55561", + "city": "Monticello", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55562", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55563", + "city": "Monticello", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55564", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55565", + "city": "Monticello", + "state": "MN", + "latitude": "45.200875", + "longitude": "-93.888099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55566", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55567", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55568", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55569", + "city": "Osseo", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55570", + "city": "Maple Plain", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55571", + "city": "Maple Plain", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55572", + "city": "Maple Plain", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55573", + "city": "Young America", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55574", + "city": "Maple Plain", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55575", + "city": "Howard Lake", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55576", + "city": "Maple Plain", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55577", + "city": "Maple Plain", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55578", + "city": "Maple Plain", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55579", + "city": "Maple Plain", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55580", + "city": "Monticello", + "state": "MN", + "latitude": "45.200875", + "longitude": "-93.888099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55581", + "city": "Monticello", + "state": "MN", + "latitude": "45.200875", + "longitude": "-93.888099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55582", + "city": "Monticello", + "state": "MN", + "latitude": "45.200875", + "longitude": "-93.888099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55583", + "city": "Norwood", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55584", + "city": "Monticello", + "state": "MN", + "latitude": "45.200875", + "longitude": "-93.888099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55585", + "city": "Monticello", + "state": "MN", + "latitude": "45.200875", + "longitude": "-93.888099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55586", + "city": "Monticello", + "state": "MN", + "latitude": "45.200875", + "longitude": "-93.888099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55587", + "city": "Monticello", + "state": "MN", + "latitude": "45.200875", + "longitude": "-93.888099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55588", + "city": "Monticello", + "state": "MN", + "latitude": "44.989512", + "longitude": "-93.880245", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55589", + "city": "Monticello", + "state": "MN", + "latitude": "45.200875", + "longitude": "-93.888099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55590", + "city": "Monticello", + "state": "MN", + "latitude": "45.200875", + "longitude": "-93.888099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55591", + "city": "Monticello", + "state": "MN", + "latitude": "45.200875", + "longitude": "-93.888099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55592", + "city": "Maple Plain", + "state": "MN", + "latitude": "45.200875", + "longitude": "-93.888099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55593", + "city": "Maple Plain", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55594", + "city": "Young America", + "state": "MN", + "latitude": "44.805487", + "longitude": "-93.766524", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55595", + "city": "Loretto", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55596", + "city": "Loretto", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55597", + "city": "Loretto", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55598", + "city": "Loretto", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55599", + "city": "Loretto", + "state": "MN", + "latitude": "45.015914", + "longitude": "-93.471880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55601", + "city": "Beaver Bay", + "state": "MN", + "latitude": "47.258584", + "longitude": "-91.299770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55602", + "city": "Brimson", + "state": "MN", + "latitude": "47.309443", + "longitude": "-91.878390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55603", + "city": "Finland", + "state": "MN", + "latitude": "47.502703", + "longitude": "-91.201220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55604", + "city": "Grand Marais", + "state": "MN", + "latitude": "47.939037", + "longitude": "-90.546590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55605", + "city": "Grand Portage", + "state": "MN", + "latitude": "47.967442", + "longitude": "-89.737350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55606", + "city": "Hovland", + "state": "MN", + "latitude": "47.940908", + "longitude": "-90.017050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55607", + "city": "Isabella", + "state": "MN", + "latitude": "47.664633", + "longitude": "-91.529530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55608", + "city": "Rosemount", + "state": "MN", + "latitude": "44.741484", + "longitude": "-93.113155", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55609", + "city": "Knife River", + "state": "MN", + "latitude": "46.949390", + "longitude": "-91.785250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55612", + "city": "Lutsen", + "state": "MN", + "latitude": "47.757804", + "longitude": "-90.638360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55613", + "city": "Schroeder", + "state": "MN", + "latitude": "47.651374", + "longitude": "-90.959170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55614", + "city": "Silver Bay", + "state": "MN", + "latitude": "47.314743", + "longitude": "-91.257650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55615", + "city": "Tofte", + "state": "MN", + "latitude": "47.677189", + "longitude": "-90.812760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55616", + "city": "Two Harbors", + "state": "MN", + "latitude": "47.077723", + "longitude": "-91.664640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55676", + "city": "Barnum", + "state": "MN", + "latitude": "46.471964", + "longitude": "-92.687947", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55701", + "city": "Adolph", + "state": "MN", + "latitude": "47.640367", + "longitude": "-92.442797", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55702", + "city": "Alborn", + "state": "MN", + "latitude": "46.956644", + "longitude": "-92.639720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55703", + "city": "Angora", + "state": "MN", + "latitude": "47.764569", + "longitude": "-92.766890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55704", + "city": "Askov", + "state": "MN", + "latitude": "46.225720", + "longitude": "-92.767060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55705", + "city": "Aurora", + "state": "MN", + "latitude": "47.452250", + "longitude": "-92.241090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55706", + "city": "Babbitt", + "state": "MN", + "latitude": "47.688083", + "longitude": "-91.918560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55707", + "city": "Barnum", + "state": "MN", + "latitude": "46.533977", + "longitude": "-92.626970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55708", + "city": "Biwabik", + "state": "MN", + "latitude": "47.533314", + "longitude": "-92.340840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55709", + "city": "Bovey", + "state": "MN", + "latitude": "47.372262", + "longitude": "-93.389980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55710", + "city": "Britt", + "state": "MN", + "latitude": "47.655096", + "longitude": "-92.661890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55711", + "city": "Brookston", + "state": "MN", + "latitude": "46.870672", + "longitude": "-92.650820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55712", + "city": "Bruno", + "state": "MN", + "latitude": "46.275431", + "longitude": "-92.578860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55713", + "city": "Buhl", + "state": "MN", + "latitude": "47.493070", + "longitude": "-92.777830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55715", + "city": "Buhl", + "state": "MN", + "latitude": "47.494762", + "longitude": "-92.780293", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55716", + "city": "Calumet", + "state": "MN", + "latitude": "47.322110", + "longitude": "-93.275810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55717", + "city": "Canyon", + "state": "MN", + "latitude": "47.058166", + "longitude": "-92.460780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55718", + "city": "Carlton", + "state": "MN", + "latitude": "46.649697", + "longitude": "-92.484770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55719", + "city": "Chisholm", + "state": "MN", + "latitude": "47.509833", + "longitude": "-92.876370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55720", + "city": "Cloquet", + "state": "MN", + "latitude": "46.727077", + "longitude": "-92.486120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55721", + "city": "Cohasset", + "state": "MN", + "latitude": "47.247648", + "longitude": "-93.664910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55722", + "city": "Coleraine", + "state": "MN", + "latitude": "47.285247", + "longitude": "-93.431120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55723", + "city": "Cook", + "state": "MN", + "latitude": "47.854987", + "longitude": "-92.770770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55724", + "city": "Cotton", + "state": "MN", + "latitude": "47.172574", + "longitude": "-92.410480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55725", + "city": "Crane Lake", + "state": "MN", + "latitude": "48.262021", + "longitude": "-92.615190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55726", + "city": "Cromwell", + "state": "MN", + "latitude": "46.667284", + "longitude": "-92.870810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55728", + "city": "Bigfork", + "state": "MN", + "latitude": "47.757041", + "longitude": "-93.640590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55730", + "city": "Grand Rapids", + "state": "MN", + "latitude": "47.087782", + "longitude": "-93.921429", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55731", + "city": "Ely", + "state": "MN", + "latitude": "47.913365", + "longitude": "-91.917120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55732", + "city": "Embarrass", + "state": "MN", + "latitude": "47.624206", + "longitude": "-92.239090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55733", + "city": "Esko", + "state": "MN", + "latitude": "46.708371", + "longitude": "-92.364340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55734", + "city": "Eveleth", + "state": "MN", + "latitude": "47.421100", + "longitude": "-92.513310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55735", + "city": "Finlayson", + "state": "MN", + "latitude": "46.250308", + "longitude": "-93.044620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55736", + "city": "Floodwood", + "state": "MN", + "latitude": "46.929033", + "longitude": "-92.906140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55738", + "city": "Forbes", + "state": "MN", + "latitude": "47.296271", + "longitude": "-92.654850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55741", + "city": "Gilbert", + "state": "MN", + "latitude": "47.474100", + "longitude": "-92.405330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55742", + "city": "Goodland", + "state": "MN", + "latitude": "47.169979", + "longitude": "-93.131790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55744", + "city": "Grand Rapids", + "state": "MN", + "latitude": "47.243062", + "longitude": "-93.525990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55745", + "city": "Grand Rapids", + "state": "MN", + "latitude": "47.087782", + "longitude": "-93.921429", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55746", + "city": "Hibbing", + "state": "MN", + "latitude": "47.413817", + "longitude": "-92.942280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55747", + "city": "Hibbing", + "state": "MN", + "latitude": "47.640367", + "longitude": "-92.442797", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55748", + "city": "Hill City", + "state": "MN", + "latitude": "46.956138", + "longitude": "-93.600420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55749", + "city": "Holyoke", + "state": "MN", + "latitude": "46.463827", + "longitude": "-92.407660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55750", + "city": "Hoyt Lakes", + "state": "MN", + "latitude": "47.517269", + "longitude": "-92.070600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55751", + "city": "Iron", + "state": "MN", + "latitude": "47.405699", + "longitude": "-92.630670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55752", + "city": "Jacobson", + "state": "MN", + "latitude": "46.974237", + "longitude": "-93.263200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55753", + "city": "Keewatin", + "state": "MN", + "latitude": "47.396540", + "longitude": "-93.076510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55756", + "city": "Kerrick", + "state": "MN", + "latitude": "46.374991", + "longitude": "-92.597950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55757", + "city": "Kettle River", + "state": "MN", + "latitude": "46.512349", + "longitude": "-92.928030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55758", + "city": "Kinney", + "state": "MN", + "latitude": "47.511214", + "longitude": "-92.740260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55760", + "city": "Mcgregor", + "state": "MN", + "latitude": "46.677460", + "longitude": "-93.283910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55761", + "city": "McKinley", + "state": "MN", + "latitude": "47.512426", + "longitude": "-92.409999", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55763", + "city": "Makinen", + "state": "MN", + "latitude": "47.310374", + "longitude": "-92.200910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55764", + "city": "Marble", + "state": "MN", + "latitude": "47.319362", + "longitude": "-93.300770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55765", + "city": "Meadowlands", + "state": "MN", + "latitude": "47.086392", + "longitude": "-92.758430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55766", + "city": "Melrude", + "state": "MN", + "latitude": "47.249626", + "longitude": "-92.412343", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55767", + "city": "Moose Lake", + "state": "MN", + "latitude": "46.444290", + "longitude": "-92.769900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55768", + "city": "Mountain Iron", + "state": "MN", + "latitude": "47.502878", + "longitude": "-92.665480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55769", + "city": "Nashwauk", + "state": "MN", + "latitude": "47.406731", + "longitude": "-93.164500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55771", + "city": "Orr", + "state": "MN", + "latitude": "48.098627", + "longitude": "-92.804950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55772", + "city": "Nett Lake", + "state": "MN", + "latitude": "48.081686", + "longitude": "-93.083438", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55775", + "city": "Pengilly", + "state": "MN", + "latitude": "47.307970", + "longitude": "-93.206930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55777", + "city": "Virginia", + "state": "MN", + "latitude": "47.640367", + "longitude": "-92.442797", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55778", + "city": "Clark", + "state": "MN", + "latitude": "46.626514", + "longitude": "-93.133317", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55779", + "city": "Saginaw", + "state": "MN", + "latitude": "46.908416", + "longitude": "-92.449130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55780", + "city": "Sawyer", + "state": "MN", + "latitude": "46.670691", + "longitude": "-92.692350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55781", + "city": "Side Lake", + "state": "MN", + "latitude": "47.672765", + "longitude": "-93.054810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55782", + "city": "Soudan", + "state": "MN", + "latitude": "47.813694", + "longitude": "-92.239770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55783", + "city": "Sturgeon Lake", + "state": "MN", + "latitude": "46.379971", + "longitude": "-92.827480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55784", + "city": "Swan River", + "state": "MN", + "latitude": "47.061875", + "longitude": "-93.204560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55785", + "city": "Swatara", + "state": "MN", + "latitude": "46.878205", + "longitude": "-93.707210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55786", + "city": "Taconite", + "state": "MN", + "latitude": "47.314189", + "longitude": "-93.384870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55787", + "city": "Tamarack", + "state": "MN", + "latitude": "46.679313", + "longitude": "-93.132410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55790", + "city": "Tower", + "state": "MN", + "latitude": "47.825059", + "longitude": "-92.324700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55791", + "city": "Twig", + "state": "MN", + "latitude": "47.640367", + "longitude": "-92.442797", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55792", + "city": "Virginia", + "state": "MN", + "latitude": "47.527383", + "longitude": "-92.533710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55793", + "city": "Warba", + "state": "MN", + "latitude": "47.116453", + "longitude": "-93.268810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55795", + "city": "Willow River", + "state": "MN", + "latitude": "46.317812", + "longitude": "-92.843150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55796", + "city": "Winton", + "state": "MN", + "latitude": "47.930468", + "longitude": "-91.799430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55797", + "city": "Wrenshall", + "state": "MN", + "latitude": "46.534005", + "longitude": "-92.419830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55798", + "city": "Wright", + "state": "MN", + "latitude": "46.723028", + "longitude": "-92.965940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55801", + "city": "Duluth", + "state": "MN", + "latitude": "47.005566", + "longitude": "-92.001934", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55802", + "city": "Duluth", + "state": "MN", + "latitude": "46.774593", + "longitude": "-92.092060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55803", + "city": "Duluth", + "state": "MN", + "latitude": "46.972432", + "longitude": "-92.101050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55804", + "city": "Duluth", + "state": "MN", + "latitude": "46.862420", + "longitude": "-91.983420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55805", + "city": "Duluth", + "state": "MN", + "latitude": "46.798339", + "longitude": "-92.095680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55806", + "city": "Duluth", + "state": "MN", + "latitude": "46.770773", + "longitude": "-92.127180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55807", + "city": "Duluth", + "state": "MN", + "latitude": "46.738841", + "longitude": "-92.169690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55808", + "city": "Duluth", + "state": "MN", + "latitude": "46.674141", + "longitude": "-92.227600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55810", + "city": "Duluth", + "state": "MN", + "latitude": "46.753414", + "longitude": "-92.243550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55811", + "city": "Duluth", + "state": "MN", + "latitude": "46.821489", + "longitude": "-92.182420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55812", + "city": "Duluth", + "state": "MN", + "latitude": "46.809438", + "longitude": "-92.073190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55814", + "city": "Duluth", + "state": "MN", + "latitude": "47.640367", + "longitude": "-92.442797", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55815", + "city": "Duluth", + "state": "MN", + "latitude": "47.640367", + "longitude": "-92.442797", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55816", + "city": "Duluth", + "state": "MN", + "latitude": "47.640367", + "longitude": "-92.442797", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55901", + "city": "Rochester", + "state": "MN", + "latitude": "44.048931", + "longitude": "-92.494590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55902", + "city": "Rochester", + "state": "MN", + "latitude": "43.991846", + "longitude": "-92.491660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55903", + "city": "Rochester", + "state": "MN", + "latitude": "43.996613", + "longitude": "-92.540929", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55904", + "city": "Rochester", + "state": "MN", + "latitude": "43.988708", + "longitude": "-92.429370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55905", + "city": "Rochester", + "state": "MN", + "latitude": "44.022513", + "longitude": "-92.466826", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55906", + "city": "Rochester", + "state": "MN", + "latitude": "44.064733", + "longitude": "-92.444270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55909", + "city": "Adams", + "state": "MN", + "latitude": "43.564175", + "longitude": "-92.726450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55910", + "city": "Altura", + "state": "MN", + "latitude": "44.128262", + "longitude": "-91.959650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55912", + "city": "Austin", + "state": "MN", + "latitude": "43.671988", + "longitude": "-92.979080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55917", + "city": "Blooming Prairie", + "state": "MN", + "latitude": "43.884810", + "longitude": "-93.075460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55918", + "city": "Brownsdale", + "state": "MN", + "latitude": "43.743087", + "longitude": "-92.864340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55919", + "city": "Brownsville", + "state": "MN", + "latitude": "43.664102", + "longitude": "-91.290570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55920", + "city": "Byron", + "state": "MN", + "latitude": "44.024835", + "longitude": "-92.638800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55921", + "city": "Caledonia", + "state": "MN", + "latitude": "43.630012", + "longitude": "-91.486670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55922", + "city": "Canton", + "state": "MN", + "latitude": "43.569417", + "longitude": "-91.907360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55923", + "city": "Chatfield", + "state": "MN", + "latitude": "43.841130", + "longitude": "-92.160600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55924", + "city": "Claremont", + "state": "MN", + "latitude": "44.035716", + "longitude": "-93.016270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55925", + "city": "Dakota", + "state": "MN", + "latitude": "43.910929", + "longitude": "-91.390150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55926", + "city": "Dexter", + "state": "MN", + "latitude": "43.731945", + "longitude": "-92.708520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55927", + "city": "Dodge Center", + "state": "MN", + "latitude": "44.026272", + "longitude": "-92.869030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55929", + "city": "Dover", + "state": "MN", + "latitude": "43.975269", + "longitude": "-92.142130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55931", + "city": "Eitzen", + "state": "MN", + "latitude": "43.511822", + "longitude": "-91.466350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55932", + "city": "Elgin", + "state": "MN", + "latitude": "44.135053", + "longitude": "-92.283140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55933", + "city": "Elkton", + "state": "MN", + "latitude": "43.650990", + "longitude": "-92.705960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55934", + "city": "Eyota", + "state": "MN", + "latitude": "44.006609", + "longitude": "-92.248560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55935", + "city": "Fountain", + "state": "MN", + "latitude": "43.746760", + "longitude": "-92.128890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55936", + "city": "Grand Meadow", + "state": "MN", + "latitude": "43.715085", + "longitude": "-92.578120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55939", + "city": "Harmony", + "state": "MN", + "latitude": "43.551230", + "longitude": "-92.049940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55940", + "city": "Hayfield", + "state": "MN", + "latitude": "43.885028", + "longitude": "-92.808940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55941", + "city": "Hokah", + "state": "MN", + "latitude": "43.756567", + "longitude": "-91.361260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55942", + "city": "Homer", + "state": "MN", + "latitude": "44.019989", + "longitude": "-91.681870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55943", + "city": "Houston", + "state": "MN", + "latitude": "43.769776", + "longitude": "-91.575340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55944", + "city": "Kasson", + "state": "MN", + "latitude": "44.035512", + "longitude": "-92.750130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55945", + "city": "Kellogg", + "state": "MN", + "latitude": "44.273406", + "longitude": "-92.049340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55946", + "city": "Kenyon", + "state": "MN", + "latitude": "44.268145", + "longitude": "-92.965100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55947", + "city": "La Crescent", + "state": "MN", + "latitude": "43.829382", + "longitude": "-91.339190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55949", + "city": "Lanesboro", + "state": "MN", + "latitude": "43.708440", + "longitude": "-91.959650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55950", + "city": "Lansing", + "state": "MN", + "latitude": "43.743278", + "longitude": "-92.969290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55951", + "city": "Le Roy", + "state": "MN", + "latitude": "43.525845", + "longitude": "-92.516160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55952", + "city": "Lewiston", + "state": "MN", + "latitude": "43.959148", + "longitude": "-91.849320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55953", + "city": "Lyle", + "state": "MN", + "latitude": "43.519177", + "longitude": "-92.964660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55954", + "city": "Mabel", + "state": "IA", + "latitude": "43.498082", + "longitude": "-91.894290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55955", + "city": "Mantorville", + "state": "MN", + "latitude": "44.068344", + "longitude": "-92.756160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55956", + "city": "Mazeppa", + "state": "MN", + "latitude": "44.272368", + "longitude": "-92.535010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55957", + "city": "Millville", + "state": "MN", + "latitude": "44.244633", + "longitude": "-92.290740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55959", + "city": "Minnesota City", + "state": "MN", + "latitude": "44.093056", + "longitude": "-91.744220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55960", + "city": "Oronoco", + "state": "MN", + "latitude": "44.152623", + "longitude": "-92.537060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55961", + "city": "Ostrander", + "state": "MN", + "latitude": "43.612200", + "longitude": "-92.464520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55962", + "city": "Peterson", + "state": "MN", + "latitude": "43.762272", + "longitude": "-91.845300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55963", + "city": "Pine Island", + "state": "MN", + "latitude": "44.196932", + "longitude": "-92.654820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55964", + "city": "Plainview", + "state": "MN", + "latitude": "44.164431", + "longitude": "-92.170480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55965", + "city": "Preston", + "state": "MN", + "latitude": "43.646355", + "longitude": "-92.123290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55967", + "city": "Racine", + "state": "MN", + "latitude": "43.786802", + "longitude": "-92.504250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55968", + "city": "Reads Landing", + "state": "MN", + "latitude": "44.340826", + "longitude": "-92.282467", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55969", + "city": "Rollingstone", + "state": "MN", + "latitude": "44.079021", + "longitude": "-91.846120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55970", + "city": "Rose Creek", + "state": "MN", + "latitude": "43.599507", + "longitude": "-92.837560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55971", + "city": "Rushford", + "state": "MN", + "latitude": "43.807840", + "longitude": "-91.751170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55972", + "city": "Saint Charles", + "state": "MN", + "latitude": "43.977555", + "longitude": "-92.062760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55973", + "city": "Sargeant", + "state": "MN", + "latitude": "43.797677", + "longitude": "-92.779900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55974", + "city": "Spring Grove", + "state": "MN", + "latitude": "43.572790", + "longitude": "-91.650040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55975", + "city": "Spring Valley", + "state": "MN", + "latitude": "43.686356", + "longitude": "-92.372420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55976", + "city": "Stewartville", + "state": "MN", + "latitude": "43.862105", + "longitude": "-92.498490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55977", + "city": "Taopi", + "state": "MN", + "latitude": "43.550714", + "longitude": "-92.659020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55978", + "city": "West Albany", + "state": "MN", + "latitude": "44.301714", + "longitude": "-92.178277", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55979", + "city": "Utica", + "state": "MN", + "latitude": "43.934220", + "longitude": "-91.953250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55981", + "city": "Wabasha", + "state": "MN", + "latitude": "44.374261", + "longitude": "-92.042040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55982", + "city": "Waltham", + "state": "MN", + "latitude": "43.820090", + "longitude": "-92.877490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55983", + "city": "Wanamingo", + "state": "MN", + "latitude": "44.285672", + "longitude": "-92.798160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55985", + "city": "West Concord", + "state": "MN", + "latitude": "44.157166", + "longitude": "-92.893570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55987", + "city": "Winona", + "state": "MN", + "latitude": "44.033867", + "longitude": "-91.651060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55988", + "city": "Stockton", + "state": "MN", + "latitude": "44.025446", + "longitude": "-91.773040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55990", + "city": "Wykoff", + "state": "MN", + "latitude": "43.714071", + "longitude": "-92.264930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55991", + "city": "Zumbro Falls", + "state": "MN", + "latitude": "44.244310", + "longitude": "-92.413360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "55992", + "city": "Zumbrota", + "state": "MN", + "latitude": "44.297157", + "longitude": "-92.683120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56001", + "city": "Mankato", + "state": "MN", + "latitude": "44.156440", + "longitude": "-93.993880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56002", + "city": "Mankato", + "state": "MN", + "latitude": "44.056047", + "longitude": "-94.069828", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56003", + "city": "Mankato", + "state": "MN", + "latitude": "44.184909", + "longitude": "-94.042440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56006", + "city": "Mankato", + "state": "MN", + "latitude": "44.056047", + "longitude": "-94.069828", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56007", + "city": "Albert Lea", + "state": "MN", + "latitude": "43.652042", + "longitude": "-93.369160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56009", + "city": "Alden", + "state": "MN", + "latitude": "43.667207", + "longitude": "-93.555980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56010", + "city": "Amboy", + "state": "MN", + "latitude": "43.899907", + "longitude": "-94.206340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56011", + "city": "Belle Plaine", + "state": "MN", + "latitude": "44.616113", + "longitude": "-93.769060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56013", + "city": "Blue Earth", + "state": "MN", + "latitude": "43.630763", + "longitude": "-94.101290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56014", + "city": "Bricelyn", + "state": "MN", + "latitude": "43.589604", + "longitude": "-93.816760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56016", + "city": "Clarks Grove", + "state": "MN", + "latitude": "43.764506", + "longitude": "-93.333570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56017", + "city": "Cleveland", + "state": "MN", + "latitude": "44.304948", + "longitude": "-93.800770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56019", + "city": "Comfrey", + "state": "MN", + "latitude": "44.117540", + "longitude": "-94.889980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56020", + "city": "Conger", + "state": "MN", + "latitude": "43.613686", + "longitude": "-93.530720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56021", + "city": "Courtland", + "state": "MN", + "latitude": "44.277333", + "longitude": "-94.314240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56022", + "city": "Darfur", + "state": "MN", + "latitude": "44.049908", + "longitude": "-94.838770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56023", + "city": "Delavan", + "state": "MN", + "latitude": "43.782104", + "longitude": "-94.013410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56024", + "city": "Eagle Lake", + "state": "MN", + "latitude": "44.153696", + "longitude": "-93.869180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56025", + "city": "Easton", + "state": "MN", + "latitude": "43.764111", + "longitude": "-93.905340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56026", + "city": "Ellendale", + "state": "MN", + "latitude": "43.884985", + "longitude": "-93.291700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56027", + "city": "Elmore", + "state": "IA", + "latitude": "43.482104", + "longitude": "-94.098370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56028", + "city": "Elysian", + "state": "MN", + "latitude": "44.207288", + "longitude": "-93.687160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56029", + "city": "Emmons", + "state": "MN", + "latitude": "43.516115", + "longitude": "-93.517680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56030", + "city": "Essig", + "state": "MN", + "latitude": "44.325833", + "longitude": "-94.605226", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56031", + "city": "Fairmont", + "state": "MN", + "latitude": "43.646916", + "longitude": "-94.458560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56032", + "city": "Freeborn", + "state": "MN", + "latitude": "43.766208", + "longitude": "-93.563390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56033", + "city": "Frost", + "state": "MN", + "latitude": "43.579548", + "longitude": "-93.938260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56034", + "city": "Garden City", + "state": "MN", + "latitude": "44.029058", + "longitude": "-94.181860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56035", + "city": "Geneva", + "state": "MN", + "latitude": "43.819798", + "longitude": "-93.267130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56036", + "city": "Glenville", + "state": "MN", + "latitude": "43.550747", + "longitude": "-93.219870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56037", + "city": "Good Thunder", + "state": "MN", + "latitude": "44.017609", + "longitude": "-94.052310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56039", + "city": "Granada", + "state": "MN", + "latitude": "43.680519", + "longitude": "-94.337730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56041", + "city": "Hanska", + "state": "MN", + "latitude": "44.149047", + "longitude": "-94.523800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56042", + "city": "Hartland", + "state": "MN", + "latitude": "43.796535", + "longitude": "-93.491430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56043", + "city": "Hayward", + "state": "MN", + "latitude": "43.650480", + "longitude": "-93.224000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56044", + "city": "Henderson", + "state": "MN", + "latitude": "44.555899", + "longitude": "-93.953540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56045", + "city": "Hollandale", + "state": "MN", + "latitude": "43.762109", + "longitude": "-93.189590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56046", + "city": "Hope", + "state": "MN", + "latitude": "43.955103", + "longitude": "-93.274017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56047", + "city": "Huntley", + "state": "MN", + "latitude": "43.738397", + "longitude": "-94.228897", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56048", + "city": "Janesville", + "state": "MN", + "latitude": "44.102188", + "longitude": "-93.712550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56050", + "city": "Kasota", + "state": "MN", + "latitude": "44.284910", + "longitude": "-93.958060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56051", + "city": "Kiester", + "state": "MN", + "latitude": "43.535709", + "longitude": "-93.713080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56052", + "city": "Kilkenny", + "state": "MN", + "latitude": "44.320314", + "longitude": "-93.570710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56054", + "city": "Lafayette", + "state": "MN", + "latitude": "44.431776", + "longitude": "-94.377420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56055", + "city": "Lake Crystal", + "state": "MN", + "latitude": "44.128212", + "longitude": "-94.238830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56056", + "city": "La Salle", + "state": "MN", + "latitude": "44.070204", + "longitude": "-94.571430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56057", + "city": "Le Center", + "state": "MN", + "latitude": "44.393899", + "longitude": "-93.725830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56058", + "city": "Le Sueur", + "state": "MN", + "latitude": "44.449976", + "longitude": "-93.905130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56060", + "city": "Lewisville", + "state": "MN", + "latitude": "43.930032", + "longitude": "-94.439350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56062", + "city": "Madelia", + "state": "MN", + "latitude": "44.045998", + "longitude": "-94.421100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56063", + "city": "Madison Lake", + "state": "MN", + "latitude": "44.204121", + "longitude": "-93.819230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56064", + "city": "Manchester", + "state": "MN", + "latitude": "43.723693", + "longitude": "-93.451610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56065", + "city": "Mapleton", + "state": "MN", + "latitude": "43.931415", + "longitude": "-93.928660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56068", + "city": "Minnesota Lake", + "state": "MN", + "latitude": "43.848573", + "longitude": "-93.817180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56069", + "city": "Montgomery", + "state": "MN", + "latitude": "44.429956", + "longitude": "-93.569820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56071", + "city": "New Prague", + "state": "MN", + "latitude": "44.546463", + "longitude": "-93.578480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56072", + "city": "New Richland", + "state": "MN", + "latitude": "43.899778", + "longitude": "-93.531780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56073", + "city": "New Ulm", + "state": "MN", + "latitude": "44.308395", + "longitude": "-94.461490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56074", + "city": "Nicollet", + "state": "MN", + "latitude": "44.331757", + "longitude": "-94.195610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56075", + "city": "Northrop", + "state": "MN", + "latitude": "43.735594", + "longitude": "-94.435840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56076", + "city": "Oakland", + "state": "MN", + "latitude": "43.671266", + "longitude": "-93.119180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56078", + "city": "Pemberton", + "state": "MN", + "latitude": "44.007228", + "longitude": "-93.777640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56080", + "city": "Saint Clair", + "state": "MN", + "latitude": "44.080713", + "longitude": "-93.856630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56081", + "city": "Saint James", + "state": "MN", + "latitude": "43.986563", + "longitude": "-94.633450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56082", + "city": "Saint Peter", + "state": "MN", + "latitude": "44.337276", + "longitude": "-93.992820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56083", + "city": "Sanborn", + "state": "MN", + "latitude": "44.218380", + "longitude": "-95.133480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56084", + "city": "Searles", + "state": "MN", + "latitude": "44.302893", + "longitude": "-94.738827", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56085", + "city": "Sleepy Eye", + "state": "MN", + "latitude": "44.297170", + "longitude": "-94.734260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56087", + "city": "Springfield", + "state": "MN", + "latitude": "44.239384", + "longitude": "-94.983130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56088", + "city": "Truman", + "state": "MN", + "latitude": "43.834331", + "longitude": "-94.443600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56089", + "city": "Twin Lakes", + "state": "MN", + "latitude": "43.563452", + "longitude": "-93.426940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56090", + "city": "Vernon Center", + "state": "MN", + "latitude": "43.958850", + "longitude": "-94.224030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56091", + "city": "Waldorf", + "state": "MN", + "latitude": "43.930363", + "longitude": "-93.694920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56093", + "city": "Waseca", + "state": "MN", + "latitude": "44.067673", + "longitude": "-93.510300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56096", + "city": "Waterville", + "state": "MN", + "latitude": "44.234274", + "longitude": "-93.588400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56097", + "city": "Wells", + "state": "MN", + "latitude": "43.731479", + "longitude": "-93.718370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56098", + "city": "Winnebago", + "state": "MN", + "latitude": "43.764936", + "longitude": "-94.180160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56101", + "city": "Windom", + "state": "MN", + "latitude": "43.870469", + "longitude": "-95.132750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56110", + "city": "Adrian", + "state": "MN", + "latitude": "43.626278", + "longitude": "-95.939730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56111", + "city": "Alpha", + "state": "MN", + "latitude": "43.645226", + "longitude": "-94.871500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56113", + "city": "Arco", + "state": "MN", + "latitude": "44.398668", + "longitude": "-96.170950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56114", + "city": "Avoca", + "state": "MN", + "latitude": "43.971169", + "longitude": "-95.612800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56115", + "city": "Balaton", + "state": "MN", + "latitude": "44.227802", + "longitude": "-95.902100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56116", + "city": "Beaver Creek", + "state": "MN", + "latitude": "43.621142", + "longitude": "-96.386600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56117", + "city": "Bigelow", + "state": "MN", + "latitude": "43.513198", + "longitude": "-95.691380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56118", + "city": "Bingham Lake", + "state": "MN", + "latitude": "43.936146", + "longitude": "-95.029380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56119", + "city": "Brewster", + "state": "MN", + "latitude": "43.702735", + "longitude": "-95.469460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56120", + "city": "Butterfield", + "state": "MN", + "latitude": "43.957826", + "longitude": "-94.795710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56121", + "city": "Ceylon", + "state": "MN", + "latitude": "43.535662", + "longitude": "-94.628770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56122", + "city": "Chandler", + "state": "MN", + "latitude": "43.897070", + "longitude": "-95.958550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56123", + "city": "Currie", + "state": "MN", + "latitude": "44.084381", + "longitude": "-95.593210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56125", + "city": "Dovray", + "state": "MN", + "latitude": "44.053323", + "longitude": "-95.549899", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56126", + "city": "Graham Lakes", + "state": "MN", + "latitude": "43.820313", + "longitude": "-95.523182", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56127", + "city": "Dunnell", + "state": "MN", + "latitude": "43.556667", + "longitude": "-94.774320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56128", + "city": "Edgerton", + "state": "MN", + "latitude": "43.893870", + "longitude": "-96.128500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56129", + "city": "Ellsworth", + "state": "IA", + "latitude": "43.495384", + "longitude": "-95.906910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56130", + "city": "Florence", + "state": "MN", + "latitude": "44.238659", + "longitude": "-96.052227", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56131", + "city": "Fulda", + "state": "MN", + "latitude": "43.861532", + "longitude": "-95.593780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56132", + "city": "Garvin", + "state": "MN", + "latitude": "44.212536", + "longitude": "-95.759980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56134", + "city": "Hardwick", + "state": "MN", + "latitude": "43.783098", + "longitude": "-96.222020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56135", + "city": "Powers", + "state": "MN", + "latitude": "46.829136", + "longitude": "-94.430518", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56136", + "city": "Hendricks", + "state": "MN", + "latitude": "44.512114", + "longitude": "-96.411570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56137", + "city": "Heron Lake", + "state": "MN", + "latitude": "43.826163", + "longitude": "-95.345910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56138", + "city": "Hills", + "state": "MN", + "latitude": "43.529153", + "longitude": "-96.366690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56139", + "city": "Holland", + "state": "MN", + "latitude": "44.092188", + "longitude": "-96.181680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56140", + "city": "Ihlen", + "state": "MN", + "latitude": "43.907841", + "longitude": "-96.368020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56141", + "city": "Iona", + "state": "MN", + "latitude": "43.884657", + "longitude": "-95.774440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56142", + "city": "Ivanhoe", + "state": "MN", + "latitude": "44.476959", + "longitude": "-96.230000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56143", + "city": "Jackson", + "state": "MN", + "latitude": "43.625811", + "longitude": "-95.004470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56144", + "city": "Jasper", + "state": "MN", + "latitude": "43.854184", + "longitude": "-96.390220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56145", + "city": "Jeffers", + "state": "MN", + "latitude": "44.057605", + "longitude": "-95.185170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56146", + "city": "Kanaranzi", + "state": "MN", + "latitude": "43.674883", + "longitude": "-96.252794", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56147", + "city": "Kenneth", + "state": "MN", + "latitude": "43.750164", + "longitude": "-96.065910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56149", + "city": "Lake Benton", + "state": "MN", + "latitude": "44.268332", + "longitude": "-96.308220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56150", + "city": "Lakefield", + "state": "MN", + "latitude": "43.649239", + "longitude": "-95.195010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56151", + "city": "Lake Wilson", + "state": "MN", + "latitude": "44.015184", + "longitude": "-95.914030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56152", + "city": "Lamberton", + "state": "MN", + "latitude": "44.227021", + "longitude": "-95.280140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56153", + "city": "Leota", + "state": "MN", + "latitude": "43.834517", + "longitude": "-96.018600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56155", + "city": "Lismore", + "state": "MN", + "latitude": "43.763442", + "longitude": "-95.944590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56156", + "city": "Luverne", + "state": "MN", + "latitude": "43.653947", + "longitude": "-96.230300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56157", + "city": "Lynd", + "state": "MN", + "latitude": "44.396043", + "longitude": "-95.927710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56158", + "city": "Magnolia", + "state": "MN", + "latitude": "43.642511", + "longitude": "-96.060110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56159", + "city": "Mountain Lake", + "state": "MN", + "latitude": "43.942515", + "longitude": "-94.930580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56160", + "city": "Odin", + "state": "MN", + "latitude": "43.847252", + "longitude": "-94.771240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56161", + "city": "Okabena", + "state": "MN", + "latitude": "43.724852", + "longitude": "-95.325450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56162", + "city": "Ormsby", + "state": "MN", + "latitude": "43.843264", + "longitude": "-94.684460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56164", + "city": "Pipestone", + "state": "MN", + "latitude": "44.020814", + "longitude": "-96.324730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56165", + "city": "Reading", + "state": "MN", + "latitude": "43.725227", + "longitude": "-95.703200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56166", + "city": "Revere", + "state": "MN", + "latitude": "44.212700", + "longitude": "-95.363300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56167", + "city": "Round Lake", + "state": "MN", + "latitude": "43.536338", + "longitude": "-95.385540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56168", + "city": "Rushmore", + "state": "MN", + "latitude": "43.608503", + "longitude": "-95.809460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56169", + "city": "Russell", + "state": "MN", + "latitude": "44.319682", + "longitude": "-95.988350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56170", + "city": "Ruthton", + "state": "MN", + "latitude": "44.175210", + "longitude": "-96.073630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56171", + "city": "Sherburn", + "state": "MN", + "latitude": "43.660847", + "longitude": "-94.743570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56172", + "city": "Slayton", + "state": "MN", + "latitude": "44.007631", + "longitude": "-95.758030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56173", + "city": "Steen", + "state": "MN", + "latitude": "43.521947", + "longitude": "-96.243010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56174", + "city": "Storden", + "state": "MN", + "latitude": "44.031366", + "longitude": "-95.306740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56175", + "city": "Tracy", + "state": "MN", + "latitude": "44.260625", + "longitude": "-95.623710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56176", + "city": "Trimont", + "state": "MN", + "latitude": "43.771341", + "longitude": "-94.725930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56177", + "city": "Trosky", + "state": "MN", + "latitude": "43.887295", + "longitude": "-96.251320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56178", + "city": "Tyler", + "state": "MN", + "latitude": "44.274909", + "longitude": "-96.124080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56180", + "city": "Walnut Grove", + "state": "MN", + "latitude": "44.249331", + "longitude": "-95.468210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56181", + "city": "Welcome", + "state": "MN", + "latitude": "43.672105", + "longitude": "-94.617160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56183", + "city": "Westbrook", + "state": "MN", + "latitude": "44.043567", + "longitude": "-95.411160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56185", + "city": "Wilmont", + "state": "MN", + "latitude": "43.783453", + "longitude": "-95.825630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56186", + "city": "Woodstock", + "state": "MN", + "latitude": "44.028354", + "longitude": "-96.070630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56187", + "city": "Worthington", + "state": "MN", + "latitude": "43.623255", + "longitude": "-95.596040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56201", + "city": "Willmar", + "state": "MN", + "latitude": "45.118846", + "longitude": "-95.045040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56207", + "city": "Alberta", + "state": "MN", + "latitude": "45.532754", + "longitude": "-96.064530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56208", + "city": "Appleton", + "state": "MN", + "latitude": "45.228278", + "longitude": "-96.005390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56209", + "city": "Atwater", + "state": "MN", + "latitude": "45.128657", + "longitude": "-94.790690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56210", + "city": "Barry", + "state": "MN", + "latitude": "45.559291", + "longitude": "-96.558886", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56211", + "city": "Beardsley", + "state": "MN", + "latitude": "45.593033", + "longitude": "-96.687900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56212", + "city": "Bellingham", + "state": "MN", + "latitude": "45.140784", + "longitude": "-96.328550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56214", + "city": "Belview", + "state": "MN", + "latitude": "44.592310", + "longitude": "-95.334650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56215", + "city": "Benson", + "state": "MN", + "latitude": "45.317872", + "longitude": "-95.572470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56216", + "city": "Blomkest", + "state": "MN", + "latitude": "44.945988", + "longitude": "-95.059230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56218", + "city": "Boyd", + "state": "MN", + "latitude": "44.838823", + "longitude": "-95.940420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56219", + "city": "Browns Valley", + "state": "MN", + "latitude": "45.606998", + "longitude": "-96.818330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56220", + "city": "Canby", + "state": "MN", + "latitude": "44.725437", + "longitude": "-96.292100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56221", + "city": "Chokio", + "state": "MN", + "latitude": "45.556847", + "longitude": "-96.189700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56222", + "city": "Clara City", + "state": "MN", + "latitude": "44.974538", + "longitude": "-95.365940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56223", + "city": "Clarkfield", + "state": "MN", + "latitude": "44.761504", + "longitude": "-95.818300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56224", + "city": "Clements", + "state": "MN", + "latitude": "44.375214", + "longitude": "-95.066950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56225", + "city": "Clinton", + "state": "MN", + "latitude": "45.459383", + "longitude": "-96.446940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56226", + "city": "Clontarf", + "state": "MN", + "latitude": "45.409218", + "longitude": "-95.693340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56227", + "city": "Correll", + "state": "MN", + "latitude": "45.290863", + "longitude": "-96.168880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56228", + "city": "Cosmos", + "state": "MN", + "latitude": "44.933861", + "longitude": "-94.675630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56229", + "city": "Cottonwood", + "state": "MN", + "latitude": "44.609098", + "longitude": "-95.705550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56230", + "city": "Danube", + "state": "MN", + "latitude": "44.791290", + "longitude": "-95.096710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56231", + "city": "Danvers", + "state": "MN", + "latitude": "45.271330", + "longitude": "-95.771100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56232", + "city": "Dawson", + "state": "MN", + "latitude": "44.932368", + "longitude": "-96.048230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56235", + "city": "Donnelly", + "state": "MN", + "latitude": "45.697239", + "longitude": "-96.017670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56236", + "city": "Dumont", + "state": "MN", + "latitude": "45.664974", + "longitude": "-96.396080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56237", + "city": "Echo", + "state": "MN", + "latitude": "44.616243", + "longitude": "-95.431730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56239", + "city": "Ghent", + "state": "MN", + "latitude": "44.515475", + "longitude": "-95.895760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56240", + "city": "Graceville", + "state": "MN", + "latitude": "45.568463", + "longitude": "-96.459160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56241", + "city": "Granite Falls", + "state": "MN", + "latitude": "44.794723", + "longitude": "-95.567370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56243", + "city": "Grove City", + "state": "MN", + "latitude": "45.168724", + "longitude": "-94.686410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56244", + "city": "Hancock", + "state": "MN", + "latitude": "45.488399", + "longitude": "-95.781570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56245", + "city": "Hanley Falls", + "state": "MN", + "latitude": "44.690608", + "longitude": "-95.650280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56246", + "city": "Hawick", + "state": "MN", + "latitude": "45.343730", + "longitude": "-94.830130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56248", + "city": "Herman", + "state": "MN", + "latitude": "45.800145", + "longitude": "-96.138950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56249", + "city": "Holloway", + "state": "MN", + "latitude": "45.299531", + "longitude": "-95.899600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56251", + "city": "Kandiyohi", + "state": "MN", + "latitude": "45.133103", + "longitude": "-94.919760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56252", + "city": "Kerkhoven", + "state": "MN", + "latitude": "45.185530", + "longitude": "-95.301980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56253", + "city": "Lake Lillian", + "state": "MN", + "latitude": "44.959237", + "longitude": "-94.888310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56255", + "city": "Lucan", + "state": "MN", + "latitude": "44.397402", + "longitude": "-95.420130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56256", + "city": "Madison", + "state": "MN", + "latitude": "45.036047", + "longitude": "-96.195730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56257", + "city": "Marietta", + "state": "MN", + "latitude": "44.986761", + "longitude": "-96.409680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56258", + "city": "Marshall", + "state": "MN", + "latitude": "44.446885", + "longitude": "-95.772810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56260", + "city": "Maynard", + "state": "MN", + "latitude": "44.943885", + "longitude": "-95.480310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56262", + "city": "Milan", + "state": "MN", + "latitude": "45.113285", + "longitude": "-95.869130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56263", + "city": "Milroy", + "state": "MN", + "latitude": "44.417337", + "longitude": "-95.549990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56264", + "city": "Minneota", + "state": "MN", + "latitude": "44.587010", + "longitude": "-95.981530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56265", + "city": "Montevideo", + "state": "MN", + "latitude": "44.985313", + "longitude": "-95.706600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56266", + "city": "Morgan", + "state": "MN", + "latitude": "44.417533", + "longitude": "-94.919020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56267", + "city": "Morris", + "state": "MN", + "latitude": "45.584124", + "longitude": "-95.909200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56270", + "city": "Morton", + "state": "MN", + "latitude": "44.552749", + "longitude": "-94.989940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56271", + "city": "Murdock", + "state": "MN", + "latitude": "45.242264", + "longitude": "-95.424220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56273", + "city": "New London", + "state": "MN", + "latitude": "45.327429", + "longitude": "-94.999210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56274", + "city": "Norcross", + "state": "MN", + "latitude": "45.897971", + "longitude": "-96.244410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56276", + "city": "Odessa", + "state": "MN", + "latitude": "45.245844", + "longitude": "-96.326410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56277", + "city": "Olivia", + "state": "MN", + "latitude": "44.766441", + "longitude": "-94.996240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56278", + "city": "Ortonville", + "state": "MN", + "latitude": "45.335958", + "longitude": "-96.400320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56279", + "city": "Pennock", + "state": "MN", + "latitude": "45.200641", + "longitude": "-95.177480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56280", + "city": "Porter", + "state": "MN", + "latitude": "44.633159", + "longitude": "-96.165320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56281", + "city": "Prinsburg", + "state": "MN", + "latitude": "44.945831", + "longitude": "-95.176280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56282", + "city": "Raymond", + "state": "MN", + "latitude": "45.028945", + "longitude": "-95.224180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56283", + "city": "Redwood Falls", + "state": "MN", + "latitude": "44.540923", + "longitude": "-95.127320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56284", + "city": "Renville", + "state": "MN", + "latitude": "44.783251", + "longitude": "-95.206820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56285", + "city": "Sacred Heart", + "state": "MN", + "latitude": "44.796240", + "longitude": "-95.350450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56286", + "city": "St. Leo", + "state": "MN", + "latitude": "44.716494", + "longitude": "-96.054791", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56287", + "city": "Seaforth", + "state": "MN", + "latitude": "44.475845", + "longitude": "-95.325790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56288", + "city": "Spicer", + "state": "MN", + "latitude": "45.238936", + "longitude": "-94.950010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56289", + "city": "Sunburg", + "state": "MN", + "latitude": "45.344013", + "longitude": "-95.223350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56291", + "city": "Taunton", + "state": "MN", + "latitude": "44.598116", + "longitude": "-96.068010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56292", + "city": "Vesta", + "state": "MN", + "latitude": "44.501023", + "longitude": "-95.452280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56293", + "city": "Wabasso", + "state": "MN", + "latitude": "44.403815", + "longitude": "-95.257840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56294", + "city": "Wanda", + "state": "MN", + "latitude": "44.317104", + "longitude": "-95.213780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56295", + "city": "Watson", + "state": "MN", + "latitude": "45.024344", + "longitude": "-95.827940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56296", + "city": "Wheaton", + "state": "MN", + "latitude": "45.823795", + "longitude": "-96.477060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56297", + "city": "Wood Lake", + "state": "MN", + "latitude": "44.636700", + "longitude": "-95.553590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56301", + "city": "Saint Cloud", + "state": "MN", + "latitude": "45.526066", + "longitude": "-94.206490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56302", + "city": "Saint Cloud", + "state": "MN", + "latitude": "45.493430", + "longitude": "-94.643922", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56303", + "city": "Saint Cloud", + "state": "MN", + "latitude": "45.568516", + "longitude": "-94.192510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56304", + "city": "Saint Cloud", + "state": "MN", + "latitude": "45.547283", + "longitude": "-94.113030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56307", + "city": "Albany", + "state": "MN", + "latitude": "45.632455", + "longitude": "-94.582570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56308", + "city": "Alexandria", + "state": "MN", + "latitude": "45.886450", + "longitude": "-95.382870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56309", + "city": "Ashby", + "state": "MN", + "latitude": "46.080287", + "longitude": "-95.805390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56310", + "city": "Avon", + "state": "MN", + "latitude": "45.624705", + "longitude": "-94.449730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56311", + "city": "Barrett", + "state": "MN", + "latitude": "45.902998", + "longitude": "-95.882970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56312", + "city": "Belgrade", + "state": "MN", + "latitude": "45.460931", + "longitude": "-94.966970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56313", + "city": "Bock", + "state": "MN", + "latitude": "45.785883", + "longitude": "-93.553430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56314", + "city": "Bowlus", + "state": "MN", + "latitude": "45.814436", + "longitude": "-94.425390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56315", + "city": "Brandon", + "state": "MN", + "latitude": "45.968739", + "longitude": "-95.594200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56316", + "city": "Brooten", + "state": "MN", + "latitude": "45.510591", + "longitude": "-95.136360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56317", + "city": "Buckman", + "state": "MN", + "latitude": "46.061307", + "longitude": "-94.208731", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56318", + "city": "Burtrum", + "state": "MN", + "latitude": "45.853030", + "longitude": "-94.674590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56319", + "city": "Carlos", + "state": "MN", + "latitude": "45.990781", + "longitude": "-95.270330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56320", + "city": "Cold Spring", + "state": "MN", + "latitude": "45.462728", + "longitude": "-94.425110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56321", + "city": "Collegeville", + "state": "MN", + "latitude": "45.578278", + "longitude": "-94.419941", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56323", + "city": "Cyrus", + "state": "MN", + "latitude": "45.633810", + "longitude": "-95.726420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56324", + "city": "Dalton", + "state": "MN", + "latitude": "46.169964", + "longitude": "-95.904650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56325", + "city": "Elrosa", + "state": "MN", + "latitude": "45.562459", + "longitude": "-94.946610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56326", + "city": "Evansville", + "state": "MN", + "latitude": "46.011931", + "longitude": "-95.681040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56327", + "city": "Farwell", + "state": "MN", + "latitude": "45.778773", + "longitude": "-95.603020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56328", + "city": "Flensburg", + "state": "MN", + "latitude": "45.953535", + "longitude": "-94.528340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56329", + "city": "Foley", + "state": "MN", + "latitude": "45.695411", + "longitude": "-93.904170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56330", + "city": "Foreston", + "state": "MN", + "latitude": "45.732493", + "longitude": "-93.731020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56331", + "city": "Freeport", + "state": "MN", + "latitude": "45.675390", + "longitude": "-94.673030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56332", + "city": "Garfield", + "state": "MN", + "latitude": "45.950306", + "longitude": "-95.507540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56333", + "city": "Gilman", + "state": "MN", + "latitude": "45.691714", + "longitude": "-94.056290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56334", + "city": "Glenwood", + "state": "MN", + "latitude": "45.609555", + "longitude": "-95.351040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56335", + "city": "Greenwald", + "state": "MN", + "latitude": "45.601429", + "longitude": "-94.858640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56336", + "city": "Grey Eagle", + "state": "MN", + "latitude": "45.819474", + "longitude": "-94.762470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56338", + "city": "Hillman", + "state": "MN", + "latitude": "46.035241", + "longitude": "-93.915300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56339", + "city": "Hoffman", + "state": "MN", + "latitude": "45.825031", + "longitude": "-95.811040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56340", + "city": "Holdingford", + "state": "MN", + "latitude": "45.749908", + "longitude": "-94.456470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56341", + "city": "Holmes City", + "state": "MN", + "latitude": "45.830998", + "longitude": "-95.541618", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56342", + "city": "Isle", + "state": "MN", + "latitude": "46.212757", + "longitude": "-93.457290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56343", + "city": "Kensington", + "state": "MN", + "latitude": "45.795887", + "longitude": "-95.667420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56344", + "city": "Lastrup", + "state": "MN", + "latitude": "46.061307", + "longitude": "-94.208731", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56345", + "city": "Little Falls", + "state": "MN", + "latitude": "45.994029", + "longitude": "-94.371830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56347", + "city": "Long Prairie", + "state": "MN", + "latitude": "45.973572", + "longitude": "-94.858200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56349", + "city": "Lowry", + "state": "MN", + "latitude": "45.728732", + "longitude": "-95.525040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56350", + "city": "McGrath", + "state": "MN", + "latitude": "46.274325", + "longitude": "-93.260960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56352", + "city": "Melrose", + "state": "MN", + "latitude": "45.659491", + "longitude": "-94.814170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56353", + "city": "Milaca", + "state": "MN", + "latitude": "45.760191", + "longitude": "-93.632470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56354", + "city": "Miltona", + "state": "MN", + "latitude": "46.063391", + "longitude": "-95.281680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56355", + "city": "Nelson", + "state": "MN", + "latitude": "45.920840", + "longitude": "-95.239650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56356", + "city": "New Munich", + "state": "MN", + "latitude": "45.628804", + "longitude": "-94.754660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56357", + "city": "Oak Park", + "state": "MN", + "latitude": "45.699995", + "longitude": "-93.802560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56358", + "city": "Ogilvie", + "state": "MN", + "latitude": "45.831767", + "longitude": "-93.441620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56359", + "city": "Onamia", + "state": "MN", + "latitude": "46.073505", + "longitude": "-93.669830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56360", + "city": "Osakis", + "state": "MN", + "latitude": "45.884771", + "longitude": "-95.104860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56361", + "city": "Parkers Prairie", + "state": "MN", + "latitude": "46.156758", + "longitude": "-95.337540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56362", + "city": "Paynesville", + "state": "MN", + "latitude": "45.389395", + "longitude": "-94.705190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56363", + "city": "Pease", + "state": "MN", + "latitude": "45.697362", + "longitude": "-93.646503", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56364", + "city": "Pierz", + "state": "MN", + "latitude": "45.996396", + "longitude": "-94.084610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56366", + "city": "Bowstring", + "state": "MN", + "latitude": "47.572516", + "longitude": "-93.899486", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56367", + "city": "Rice", + "state": "MN", + "latitude": "45.745266", + "longitude": "-94.181760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56368", + "city": "Richmond", + "state": "MN", + "latitude": "45.448703", + "longitude": "-94.525970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56369", + "city": "Rockville", + "state": "MN", + "latitude": "45.470635", + "longitude": "-94.338620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56371", + "city": "Roscoe", + "state": "MN", + "latitude": "45.432316", + "longitude": "-94.635520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56372", + "city": "Saint Cloud", + "state": "MN", + "latitude": "45.528860", + "longitude": "-94.593338", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56373", + "city": "Royalton", + "state": "MN", + "latitude": "45.840565", + "longitude": "-94.264340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56374", + "city": "Saint Joseph", + "state": "MN", + "latitude": "45.582653", + "longitude": "-94.329740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56375", + "city": "Saint Stephen", + "state": "MN", + "latitude": "45.702598", + "longitude": "-94.276090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56376", + "city": "Saint Martin", + "state": "MN", + "latitude": "45.498506", + "longitude": "-94.662710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56377", + "city": "Sartell", + "state": "MN", + "latitude": "45.622966", + "longitude": "-94.209590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56378", + "city": "Sauk Centre", + "state": "MN", + "latitude": "45.729898", + "longitude": "-94.972360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56379", + "city": "Sauk Rapids", + "state": "MN", + "latitude": "45.608178", + "longitude": "-94.138380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56381", + "city": "Starbuck", + "state": "MN", + "latitude": "45.578335", + "longitude": "-95.552010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56382", + "city": "Swanville", + "state": "MN", + "latitude": "45.904129", + "longitude": "-94.623730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56384", + "city": "Upsala", + "state": "MN", + "latitude": "45.806790", + "longitude": "-94.570670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56385", + "city": "Villard", + "state": "MN", + "latitude": "45.702767", + "longitude": "-95.214330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56386", + "city": "Wahkon", + "state": "MN", + "latitude": "46.114445", + "longitude": "-93.519860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56387", + "city": "Waite Park", + "state": "MN", + "latitude": "45.550378", + "longitude": "-94.224290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56388", + "city": "Mount Morris", + "state": "MN", + "latitude": "45.946528", + "longitude": "-93.847880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56389", + "city": "West Union", + "state": "MN", + "latitude": "45.799542", + "longitude": "-95.082130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56393", + "city": "Saint Cloud", + "state": "MN", + "latitude": "45.528860", + "longitude": "-94.593338", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56395", + "city": "Saint Cloud", + "state": "MN", + "latitude": "45.528860", + "longitude": "-94.593338", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56396", + "city": "Saint Cloud", + "state": "MN", + "latitude": "45.528860", + "longitude": "-94.593338", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56397", + "city": "Saint Cloud", + "state": "MN", + "latitude": "45.528860", + "longitude": "-94.593338", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56398", + "city": "Saint Cloud", + "state": "MN", + "latitude": "45.528860", + "longitude": "-94.593338", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56399", + "city": "Saint Cloud", + "state": "MN", + "latitude": "45.528860", + "longitude": "-94.593338", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56401", + "city": "Brainerd", + "state": "MN", + "latitude": "46.352758", + "longitude": "-94.162890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56425", + "city": "Baxter", + "state": "MN", + "latitude": "46.347175", + "longitude": "-94.270170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56430", + "city": "Ah Gwah Ching", + "state": "MN", + "latitude": "46.862332", + "longitude": "-94.641872", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56431", + "city": "Aitkin", + "state": "MN", + "latitude": "46.507241", + "longitude": "-93.664580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56432", + "city": "Acton", + "state": "MN", + "latitude": "45.910946", + "longitude": "-94.633724", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56433", + "city": "Akeley", + "state": "MN", + "latitude": "46.977161", + "longitude": "-94.705120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56434", + "city": "Aldrich", + "state": "MN", + "latitude": "46.376819", + "longitude": "-94.937810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56435", + "city": "Backus", + "state": "MN", + "latitude": "46.823666", + "longitude": "-94.504710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56436", + "city": "Benedict", + "state": "MN", + "latitude": "47.143679", + "longitude": "-94.685890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56437", + "city": "Bertha", + "state": "MN", + "latitude": "46.252854", + "longitude": "-95.062220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56438", + "city": "Browerville", + "state": "MN", + "latitude": "46.149276", + "longitude": "-94.830880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56440", + "city": "Clarissa", + "state": "MN", + "latitude": "46.129933", + "longitude": "-94.952780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56441", + "city": "Crosby", + "state": "MN", + "latitude": "46.528094", + "longitude": "-93.980550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56442", + "city": "Crosslake", + "state": "MN", + "latitude": "46.670660", + "longitude": "-94.106860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56443", + "city": "Cushing", + "state": "MN", + "latitude": "46.194584", + "longitude": "-94.619600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56444", + "city": "Deerwood", + "state": "MN", + "latitude": "46.438976", + "longitude": "-93.890640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56446", + "city": "Eagle Bend", + "state": "MN", + "latitude": "46.145445", + "longitude": "-95.070710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56447", + "city": "Emily", + "state": "MN", + "latitude": "46.735697", + "longitude": "-93.942050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56448", + "city": "Fifty Lakes", + "state": "MN", + "latitude": "46.747211", + "longitude": "-94.072460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56449", + "city": "Fort Ripley", + "state": "MN", + "latitude": "46.166054", + "longitude": "-94.292540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56450", + "city": "Garrison", + "state": "MN", + "latitude": "46.244818", + "longitude": "-93.815500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56452", + "city": "Hackensack", + "state": "MN", + "latitude": "46.963355", + "longitude": "-94.464600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56453", + "city": "Hewitt", + "state": "MN", + "latitude": "46.320910", + "longitude": "-95.145670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56455", + "city": "Ironton", + "state": "MN", + "latitude": "46.483523", + "longitude": "-93.999780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56456", + "city": "Jenkins", + "state": "MN", + "latitude": "46.650706", + "longitude": "-94.336510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56458", + "city": "Lake George", + "state": "MN", + "latitude": "47.206754", + "longitude": "-94.971090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56459", + "city": "Lake Hubert", + "state": "MN", + "latitude": "46.498749", + "longitude": "-94.251926", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56460", + "city": "Itasca", + "state": "MN", + "latitude": "47.239049", + "longitude": "-95.265379", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56461", + "city": "Laporte", + "state": "MN", + "latitude": "47.260013", + "longitude": "-94.844750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56464", + "city": "Menahga", + "state": "MN", + "latitude": "46.770167", + "longitude": "-95.096590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56465", + "city": "Merrifield", + "state": "MN", + "latitude": "46.527729", + "longitude": "-94.110710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56466", + "city": "Motley", + "state": "MN", + "latitude": "46.362398", + "longitude": "-94.638490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56467", + "city": "Nevis", + "state": "MN", + "latitude": "46.970017", + "longitude": "-94.850130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56468", + "city": "Nisswa", + "state": "MN", + "latitude": "46.501623", + "longitude": "-94.289170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56469", + "city": "Palisade", + "state": "MN", + "latitude": "46.702947", + "longitude": "-93.520300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56470", + "city": "Park Rapids", + "state": "MN", + "latitude": "46.974221", + "longitude": "-95.065810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56472", + "city": "Pequot Lakes", + "state": "MN", + "latitude": "46.602684", + "longitude": "-94.299860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56473", + "city": "Pillager", + "state": "MN", + "latitude": "46.368605", + "longitude": "-94.484600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56474", + "city": "Pine River", + "state": "MN", + "latitude": "46.718997", + "longitude": "-94.387160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56475", + "city": "Randall", + "state": "MN", + "latitude": "46.099545", + "longitude": "-94.508640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56477", + "city": "Sebeka", + "state": "MN", + "latitude": "46.630023", + "longitude": "-95.012220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56478", + "city": "Nimrod", + "state": "MN", + "latitude": "46.605266", + "longitude": "-94.900729", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56479", + "city": "Staples", + "state": "MN", + "latitude": "46.380664", + "longitude": "-94.805030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56481", + "city": "Verndale", + "state": "MN", + "latitude": "46.434002", + "longitude": "-94.957480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56482", + "city": "Wadena", + "state": "MN", + "latitude": "46.447659", + "longitude": "-95.142890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56483", + "city": "Wadena", + "state": "MN", + "latitude": "46.439079", + "longitude": "-95.137497", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56484", + "city": "Walker", + "state": "MN", + "latitude": "47.099774", + "longitude": "-94.533470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56501", + "city": "Detroit Lakes", + "state": "MN", + "latitude": "46.809965", + "longitude": "-95.851800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56502", + "city": "Detroit Lakes", + "state": "MN", + "latitude": "46.933961", + "longitude": "-95.678375", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56508", + "city": "Lake Eunice", + "state": "MN", + "latitude": "46.732051", + "longitude": "-95.997757", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56510", + "city": "Ada", + "state": "MN", + "latitude": "47.322444", + "longitude": "-96.519150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56511", + "city": "Audubon", + "state": "MN", + "latitude": "46.863375", + "longitude": "-95.995850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56513", + "city": "Baker", + "state": "MN", + "latitude": "46.723274", + "longitude": "-96.547270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56514", + "city": "Barnesville", + "state": "MN", + "latitude": "46.653912", + "longitude": "-96.428910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56515", + "city": "Battle Lake", + "state": "MN", + "latitude": "46.284496", + "longitude": "-95.709750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56516", + "city": "Bejou", + "state": "MN", + "latitude": "47.451400", + "longitude": "-95.987660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56517", + "city": "Beltrami", + "state": "MN", + "latitude": "47.551710", + "longitude": "-96.534920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56518", + "city": "Bluffton", + "state": "MN", + "latitude": "46.467905", + "longitude": "-95.255320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56519", + "city": "Borup", + "state": "MN", + "latitude": "47.158015", + "longitude": "-96.514870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56520", + "city": "Breckenridge", + "state": "MN", + "latitude": "46.273240", + "longitude": "-96.548880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56521", + "city": "Callaway", + "state": "MN", + "latitude": "47.015728", + "longitude": "-95.870080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56522", + "city": "Campbell", + "state": "MN", + "latitude": "46.130213", + "longitude": "-96.400190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56523", + "city": "Climax", + "state": "MN", + "latitude": "47.651391", + "longitude": "-96.804080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56524", + "city": "Clitherall", + "state": "MN", + "latitude": "46.235125", + "longitude": "-95.615430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56525", + "city": "Comstock", + "state": "MN", + "latitude": "46.659932", + "longitude": "-96.746930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56527", + "city": "Deer Creek", + "state": "MN", + "latitude": "46.383585", + "longitude": "-95.316440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56528", + "city": "Dent", + "state": "MN", + "latitude": "46.528138", + "longitude": "-95.796610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56529", + "city": "Dilworth", + "state": "MN", + "latitude": "46.878062", + "longitude": "-96.702420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56531", + "city": "Elbow Lake", + "state": "MN", + "latitude": "45.990556", + "longitude": "-95.967040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56533", + "city": "Elizabeth", + "state": "MN", + "latitude": "46.405807", + "longitude": "-96.158310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56534", + "city": "Erhard", + "state": "MN", + "latitude": "46.470638", + "longitude": "-96.010130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56535", + "city": "Erskine", + "state": "MN", + "latitude": "47.666426", + "longitude": "-96.037010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56536", + "city": "Felton", + "state": "MN", + "latitude": "47.050391", + "longitude": "-96.539330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56537", + "city": "Fergus Falls", + "state": "MN", + "latitude": "46.282084", + "longitude": "-96.067980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56538", + "city": "Fergus Falls", + "state": "MN", + "latitude": "46.412413", + "longitude": "-95.713452", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56540", + "city": "Fertile", + "state": "MN", + "latitude": "47.557644", + "longitude": "-96.269540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56541", + "city": "Flom", + "state": "MN", + "latitude": "47.325074", + "longitude": "-96.469194", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56542", + "city": "Fosston", + "state": "MN", + "latitude": "47.571567", + "longitude": "-95.737840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56543", + "city": "Foxhome", + "state": "MN", + "latitude": "46.290371", + "longitude": "-96.332380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56544", + "city": "Frazee", + "state": "MN", + "latitude": "46.742349", + "longitude": "-95.629350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56545", + "city": "Gary", + "state": "MN", + "latitude": "47.363986", + "longitude": "-96.239600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56546", + "city": "Georgetown", + "state": "MN", + "latitude": "47.100330", + "longitude": "-96.743090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56547", + "city": "Glyndon", + "state": "MN", + "latitude": "46.884481", + "longitude": "-96.563010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56548", + "city": "Halstad", + "state": "MN", + "latitude": "47.364610", + "longitude": "-96.782650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56549", + "city": "Hawley", + "state": "MN", + "latitude": "46.864977", + "longitude": "-96.307810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56550", + "city": "Hendrum", + "state": "MN", + "latitude": "47.271427", + "longitude": "-96.764560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56551", + "city": "Henning", + "state": "MN", + "latitude": "46.318550", + "longitude": "-95.453750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56552", + "city": "Hitterdal", + "state": "MN", + "latitude": "46.988379", + "longitude": "-96.236070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56553", + "city": "Kent", + "state": "MN", + "latitude": "46.434718", + "longitude": "-96.624290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56554", + "city": "Lake Park", + "state": "MN", + "latitude": "46.861527", + "longitude": "-96.109740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56556", + "city": "Mcintosh", + "state": "MN", + "latitude": "47.656231", + "longitude": "-95.882140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56557", + "city": "Mahnomen", + "state": "MN", + "latitude": "47.330624", + "longitude": "-95.876720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56560", + "city": "Moorhead", + "state": "MN", + "latitude": "46.861413", + "longitude": "-96.753670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56561", + "city": "Moorhead", + "state": "MN", + "latitude": "46.890034", + "longitude": "-96.506156", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56562", + "city": "Moorhead", + "state": "MN", + "latitude": "46.890034", + "longitude": "-96.506156", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56563", + "city": "Moorhead", + "state": "MN", + "latitude": "46.890034", + "longitude": "-96.506156", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56565", + "city": "Nashua", + "state": "MN", + "latitude": "46.040316", + "longitude": "-96.317720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56566", + "city": "Naytahwaush", + "state": "MN", + "latitude": "47.257131", + "longitude": "-95.617490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56567", + "city": "New York Mills", + "state": "MN", + "latitude": "46.534993", + "longitude": "-95.381060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56568", + "city": "Nielsville", + "state": "MN", + "latitude": "47.535250", + "longitude": "-96.783130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56569", + "city": "Ogema", + "state": "MN", + "latitude": "47.093608", + "longitude": "-95.841660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56570", + "city": "Osage", + "state": "MN", + "latitude": "46.895156", + "longitude": "-95.361740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56571", + "city": "Ottertail", + "state": "MN", + "latitude": "46.428432", + "longitude": "-95.559000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56572", + "city": "Pelican Rapids", + "state": "MN", + "latitude": "46.608461", + "longitude": "-96.066300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56573", + "city": "Perham", + "state": "MN", + "latitude": "46.607429", + "longitude": "-95.559110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56574", + "city": "Perley", + "state": "MN", + "latitude": "47.197932", + "longitude": "-96.729530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56575", + "city": "Ponsford", + "state": "MN", + "latitude": "47.042394", + "longitude": "-95.434510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56576", + "city": "Richville", + "state": "MN", + "latitude": "46.467527", + "longitude": "-95.696750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56577", + "city": "Richwood", + "state": "MN", + "latitude": "46.933961", + "longitude": "-95.678375", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56578", + "city": "Rochert", + "state": "MN", + "latitude": "46.920986", + "longitude": "-95.668420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56579", + "city": "Rothsay", + "state": "MN", + "latitude": "46.459359", + "longitude": "-96.341490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56580", + "city": "Sabin", + "state": "MN", + "latitude": "46.754039", + "longitude": "-96.637150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56581", + "city": "Shelly", + "state": "MN", + "latitude": "47.457626", + "longitude": "-96.787230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56583", + "city": "Tintah", + "state": "MN", + "latitude": "46.014161", + "longitude": "-96.400190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56584", + "city": "Twin Valley", + "state": "MN", + "latitude": "47.245894", + "longitude": "-96.248250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56585", + "city": "Ulen", + "state": "MN", + "latitude": "47.087171", + "longitude": "-96.247250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56586", + "city": "Underwood", + "state": "MN", + "latitude": "46.330985", + "longitude": "-95.846790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56587", + "city": "Vergas", + "state": "MN", + "latitude": "46.642460", + "longitude": "-95.830420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56588", + "city": "Vining", + "state": "MN", + "latitude": "46.246571", + "longitude": "-95.530500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56589", + "city": "Waubun", + "state": "MN", + "latitude": "47.174775", + "longitude": "-95.745170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56590", + "city": "Wendell", + "state": "MN", + "latitude": "46.033624", + "longitude": "-96.139880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56591", + "city": "White Earth", + "state": "MN", + "latitude": "46.933961", + "longitude": "-95.678375", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56592", + "city": "Winger", + "state": "MN", + "latitude": "47.530842", + "longitude": "-96.008530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56593", + "city": "Wolf Lake", + "state": "MN", + "latitude": "46.821648", + "longitude": "-95.391968", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56594", + "city": "Wolverton", + "state": "MN", + "latitude": "46.565562", + "longitude": "-96.667020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56601", + "city": "Bemidji", + "state": "MN", + "latitude": "47.504496", + "longitude": "-94.871050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56619", + "city": "Bemidji", + "state": "MN", + "latitude": "47.625699", + "longitude": "-94.822154", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56621", + "city": "Bagley", + "state": "MN", + "latitude": "47.436583", + "longitude": "-95.413370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56623", + "city": "Baudette", + "state": "MN", + "latitude": "48.663939", + "longitude": "-94.549530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56626", + "city": "Bena", + "state": "MN", + "latitude": "47.340327", + "longitude": "-94.245000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56627", + "city": "Big Falls", + "state": "MN", + "latitude": "48.186112", + "longitude": "-93.807260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56628", + "city": "Bigfork", + "state": "MN", + "latitude": "47.667203", + "longitude": "-93.587730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56629", + "city": "Birchdale", + "state": "MN", + "latitude": "48.551313", + "longitude": "-94.176840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56630", + "city": "Blackduck", + "state": "MN", + "latitude": "47.722624", + "longitude": "-94.531900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56631", + "city": "Bowstring", + "state": "MN", + "latitude": "47.087782", + "longitude": "-93.921429", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56633", + "city": "Cass Lake", + "state": "MN", + "latitude": "47.373207", + "longitude": "-94.588340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56634", + "city": "Clearbrook", + "state": "MN", + "latitude": "47.672650", + "longitude": "-95.428090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56636", + "city": "Deer River", + "state": "MN", + "latitude": "47.382872", + "longitude": "-93.848320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56637", + "city": "Talmoon", + "state": "MN", + "latitude": "47.611885", + "longitude": "-93.832670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56639", + "city": "Effie", + "state": "MN", + "latitude": "47.852874", + "longitude": "-93.507580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56641", + "city": "Federal Dam", + "state": "MN", + "latitude": "47.243893", + "longitude": "-94.232030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56643", + "city": "Fleming", + "state": "MN", + "latitude": "46.631748", + "longitude": "-93.515456", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56644", + "city": "Gonvick", + "state": "MN", + "latitude": "47.755904", + "longitude": "-95.507800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56646", + "city": "Gully", + "state": "MN", + "latitude": "47.771933", + "longitude": "-95.644030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56647", + "city": "Hines", + "state": "MN", + "latitude": "47.666705", + "longitude": "-94.618680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56649", + "city": "International Falls", + "state": "MN", + "latitude": "48.579947", + "longitude": "-93.381420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56650", + "city": "Kelliher", + "state": "MN", + "latitude": "47.997931", + "longitude": "-94.557480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56651", + "city": "Lengby", + "state": "MN", + "latitude": "47.465509", + "longitude": "-95.646140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56652", + "city": "Leonard", + "state": "MN", + "latitude": "47.702771", + "longitude": "-95.221320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56653", + "city": "Littlefork", + "state": "MN", + "latitude": "48.366833", + "longitude": "-93.563670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56654", + "city": "Loman", + "state": "MN", + "latitude": "48.527572", + "longitude": "-93.835540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56655", + "city": "Longville", + "state": "MN", + "latitude": "46.975876", + "longitude": "-94.215080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56657", + "city": "Marcell", + "state": "MN", + "latitude": "47.578093", + "longitude": "-93.629290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56658", + "city": "Margie", + "state": "MN", + "latitude": "48.278880", + "longitude": "-93.755536", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56659", + "city": "Max", + "state": "MN", + "latitude": "47.645420", + "longitude": "-94.050890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56660", + "city": "Mizpah", + "state": "MN", + "latitude": "47.954759", + "longitude": "-94.209650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56661", + "city": "Northome", + "state": "MN", + "latitude": "47.821937", + "longitude": "-94.187270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56662", + "city": "Outing", + "state": "MN", + "latitude": "46.850438", + "longitude": "-93.940810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56663", + "city": "Pennington", + "state": "MN", + "latitude": "47.464399", + "longitude": "-94.448060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56666", + "city": "Ponemah", + "state": "MN", + "latitude": "48.018746", + "longitude": "-94.875940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56667", + "city": "Puposky", + "state": "MN", + "latitude": "47.750406", + "longitude": "-94.912540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56668", + "city": "Ranier", + "state": "MN", + "latitude": "48.603143", + "longitude": "-93.297710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56669", + "city": "Ray", + "state": "MN", + "latitude": "48.443118", + "longitude": "-93.142960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56670", + "city": "Redby", + "state": "MN", + "latitude": "47.854118", + "longitude": "-94.931680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56671", + "city": "Redlake", + "state": "MN", + "latitude": "47.871135", + "longitude": "-95.143620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56672", + "city": "Remer", + "state": "MN", + "latitude": "47.036967", + "longitude": "-94.029510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56673", + "city": "Roosevelt", + "state": "MN", + "latitude": "48.730013", + "longitude": "-95.090040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56676", + "city": "Shevlin", + "state": "MN", + "latitude": "47.506665", + "longitude": "-95.215270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56678", + "city": "Solway", + "state": "MN", + "latitude": "47.508863", + "longitude": "-95.113970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56679", + "city": "South International Falls", + "state": "MN", + "latitude": "48.278880", + "longitude": "-93.755536", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56680", + "city": "Spring Lake", + "state": "MN", + "latitude": "47.663689", + "longitude": "-93.946310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56681", + "city": "Squaw Lake", + "state": "MN", + "latitude": "47.617774", + "longitude": "-94.240980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56682", + "city": "Swift", + "state": "MN", + "latitude": "48.769244", + "longitude": "-95.747559", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56683", + "city": "Tenstrike", + "state": "MN", + "latitude": "47.690018", + "longitude": "-94.718890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56684", + "city": "Trail", + "state": "MN", + "latitude": "47.855588", + "longitude": "-95.698950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56685", + "city": "Waskish", + "state": "MN", + "latitude": "48.153759", + "longitude": "-94.519340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56686", + "city": "Williams", + "state": "MN", + "latitude": "48.786139", + "longitude": "-94.914180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56687", + "city": "Wilton", + "state": "MN", + "latitude": "47.501402", + "longitude": "-94.993440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56688", + "city": "Wirt", + "state": "MN", + "latitude": "47.756467", + "longitude": "-93.932980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56701", + "city": "Thief River Falls", + "state": "MN", + "latitude": "48.118625", + "longitude": "-96.179300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56710", + "city": "Alvarado", + "state": "MN", + "latitude": "48.192532", + "longitude": "-96.998600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56711", + "city": "Angle Inlet", + "state": "MN", + "latitude": "49.342144", + "longitude": "-95.035710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56712", + "city": "Angus", + "state": "MN", + "latitude": "48.071847", + "longitude": "-96.749180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56713", + "city": "Argyle", + "state": "MN", + "latitude": "48.342579", + "longitude": "-96.794480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56714", + "city": "Badger", + "state": "MN", + "latitude": "48.795471", + "longitude": "-96.018160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56715", + "city": "Brooks", + "state": "MN", + "latitude": "47.808866", + "longitude": "-95.977130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56716", + "city": "Crookston", + "state": "MN", + "latitude": "47.761982", + "longitude": "-96.580550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56720", + "city": "Donaldson", + "state": "MN", + "latitude": "48.574128", + "longitude": "-96.896320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56721", + "city": "East Grand Forks", + "state": "MN", + "latitude": "47.956458", + "longitude": "-96.987740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56722", + "city": "Euclid", + "state": "MN", + "latitude": "47.970507", + "longitude": "-96.666540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56723", + "city": "Fisher", + "state": "MN", + "latitude": "47.826487", + "longitude": "-96.833080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56724", + "city": "Gatzke", + "state": "MN", + "latitude": "48.445999", + "longitude": "-95.741480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56725", + "city": "Goodridge", + "state": "MN", + "latitude": "48.128712", + "longitude": "-95.820130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56726", + "city": "Greenbush", + "state": "MN", + "latitude": "48.698749", + "longitude": "-96.206370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56727", + "city": "Grygla", + "state": "MN", + "latitude": "48.321620", + "longitude": "-95.475150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56728", + "city": "Hallock", + "state": "MN", + "latitude": "48.787016", + "longitude": "-96.954340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56729", + "city": "Halma", + "state": "MN", + "latitude": "48.655487", + "longitude": "-96.595920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56731", + "city": "Humboldt", + "state": "MN", + "latitude": "48.909857", + "longitude": "-97.095660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56732", + "city": "Karlstad", + "state": "MN", + "latitude": "48.565296", + "longitude": "-96.475780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56733", + "city": "Kennedy", + "state": "MN", + "latitude": "48.634961", + "longitude": "-96.921560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56734", + "city": "Lake Bronson", + "state": "MN", + "latitude": "48.732852", + "longitude": "-96.633920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56735", + "city": "Lancaster", + "state": "MN", + "latitude": "48.892011", + "longitude": "-96.680270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56736", + "city": "Mentor", + "state": "MN", + "latitude": "47.702366", + "longitude": "-96.153900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56737", + "city": "Middle River", + "state": "MN", + "latitude": "48.436061", + "longitude": "-96.069730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56738", + "city": "Newfolden", + "state": "MN", + "latitude": "48.348745", + "longitude": "-96.325340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56740", + "city": "Noyes", + "state": "MN", + "latitude": "48.771938", + "longitude": "-96.812921", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56741", + "city": "Oak Island", + "state": "MN", + "latitude": "49.242285", + "longitude": "-94.840030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56742", + "city": "Oklee", + "state": "MN", + "latitude": "47.899103", + "longitude": "-95.848460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56744", + "city": "Oslo", + "state": "MN", + "latitude": "48.233942", + "longitude": "-97.118820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56748", + "city": "Plummer", + "state": "MN", + "latitude": "47.915369", + "longitude": "-96.027390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56750", + "city": "Red Lake Falls", + "state": "MN", + "latitude": "47.886448", + "longitude": "-96.290330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56751", + "city": "Roseau", + "state": "MN", + "latitude": "48.817919", + "longitude": "-95.751670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56754", + "city": "Saint Hilaire", + "state": "MN", + "latitude": "48.011365", + "longitude": "-96.204910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56755", + "city": "Saint Vincent", + "state": "MN", + "latitude": "48.954448", + "longitude": "-97.139490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56756", + "city": "Salol", + "state": "MN", + "latitude": "48.869494", + "longitude": "-95.514360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56757", + "city": "Stephen", + "state": "MN", + "latitude": "48.478075", + "longitude": "-96.834650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56758", + "city": "Strandquist", + "state": "MN", + "latitude": "48.472648", + "longitude": "-96.501800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56759", + "city": "Strathcona", + "state": "MN", + "latitude": "48.565391", + "longitude": "-96.070140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56760", + "city": "Viking", + "state": "MN", + "latitude": "48.232438", + "longitude": "-96.449190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56761", + "city": "Wannaska", + "state": "MN", + "latitude": "48.609478", + "longitude": "-95.660200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56762", + "city": "Warren", + "state": "MN", + "latitude": "48.195512", + "longitude": "-96.742070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "56763", + "city": "Warroad", + "state": "MN", + "latitude": "48.890886", + "longitude": "-95.338310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57001", + "city": "Alcester", + "state": "SD", + "latitude": "42.974216", + "longitude": "-96.638480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57002", + "city": "Aurora", + "state": "SD", + "latitude": "44.287058", + "longitude": "-96.677840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57003", + "city": "Baltic", + "state": "SD", + "latitude": "43.726266", + "longitude": "-96.747020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57004", + "city": "Beresford", + "state": "SD", + "latitude": "43.069991", + "longitude": "-96.790910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57005", + "city": "Brandon", + "state": "SD", + "latitude": "43.590014", + "longitude": "-96.583620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57006", + "city": "Brookings", + "state": "SD", + "latitude": "44.305418", + "longitude": "-96.790600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57007", + "city": "Brookings", + "state": "SD", + "latitude": "44.369696", + "longitude": "-96.790705", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57010", + "city": "Burbank", + "state": "SD", + "latitude": "42.819124", + "longitude": "-96.816300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57012", + "city": "Canistota", + "state": "SD", + "latitude": "43.608442", + "longitude": "-97.257570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57013", + "city": "Canton", + "state": "SD", + "latitude": "43.294672", + "longitude": "-96.604420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57014", + "city": "Centerville", + "state": "SD", + "latitude": "43.111838", + "longitude": "-96.956300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57015", + "city": "Chancellor", + "state": "SD", + "latitude": "43.410132", + "longitude": "-96.975870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57016", + "city": "Chester", + "state": "SD", + "latitude": "43.899160", + "longitude": "-96.959260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57017", + "city": "Colman", + "state": "SD", + "latitude": "44.001123", + "longitude": "-96.811660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57018", + "city": "Colton", + "state": "SD", + "latitude": "43.797629", + "longitude": "-96.961070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57020", + "city": "Crooks", + "state": "SD", + "latitude": "43.672525", + "longitude": "-96.817570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57021", + "city": "Davis", + "state": "SD", + "latitude": "43.268424", + "longitude": "-96.993690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57022", + "city": "Dell Rapids", + "state": "SD", + "latitude": "43.833265", + "longitude": "-96.706840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57024", + "city": "Egan", + "state": "SD", + "latitude": "43.997522", + "longitude": "-96.657170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57025", + "city": "Elk Point", + "state": "SD", + "latitude": "42.728534", + "longitude": "-96.697850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57026", + "city": "Elkton", + "state": "SD", + "latitude": "44.252315", + "longitude": "-96.516600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57027", + "city": "Fairview", + "state": "SD", + "latitude": "43.192357", + "longitude": "-96.519820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57028", + "city": "Flandreau", + "state": "SD", + "latitude": "44.047857", + "longitude": "-96.588960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57029", + "city": "Freeman", + "state": "SD", + "latitude": "43.335663", + "longitude": "-97.470220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57030", + "city": "Garretson", + "state": "SD", + "latitude": "43.735778", + "longitude": "-96.543320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57031", + "city": "Gayville", + "state": "SD", + "latitude": "42.886177", + "longitude": "-97.188840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57032", + "city": "Harrisburg", + "state": "SD", + "latitude": "43.424257", + "longitude": "-96.678170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57033", + "city": "Hartford", + "state": "SD", + "latitude": "43.614888", + "longitude": "-96.954630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57034", + "city": "Hudson", + "state": "SD", + "latitude": "43.134318", + "longitude": "-96.519590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57035", + "city": "Humboldt", + "state": "SD", + "latitude": "43.643112", + "longitude": "-97.071950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57036", + "city": "Hurley", + "state": "SD", + "latitude": "43.281047", + "longitude": "-97.151490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57037", + "city": "Irene", + "state": "SD", + "latitude": "43.104527", + "longitude": "-97.249050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57038", + "city": "Jefferson", + "state": "SD", + "latitude": "42.585305", + "longitude": "-96.576570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57039", + "city": "Lennox", + "state": "SD", + "latitude": "43.350093", + "longitude": "-96.874870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57040", + "city": "Lesterville", + "state": "SD", + "latitude": "43.060656", + "longitude": "-97.587080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57041", + "city": "Lyons", + "state": "SD", + "latitude": "43.723468", + "longitude": "-96.866950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57042", + "city": "Madison", + "state": "SD", + "latitude": "43.995586", + "longitude": "-97.134000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57043", + "city": "Marion", + "state": "SD", + "latitude": "43.422580", + "longitude": "-97.290260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57044", + "city": "Meckling", + "state": "SD", + "latitude": "42.846853", + "longitude": "-97.084380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57045", + "city": "Menno", + "state": "SD", + "latitude": "43.214133", + "longitude": "-97.539460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57046", + "city": "Mission Hill", + "state": "SD", + "latitude": "42.945468", + "longitude": "-97.288400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57047", + "city": "Monroe", + "state": "SD", + "latitude": "43.509340", + "longitude": "-97.219190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57048", + "city": "Montrose", + "state": "SD", + "latitude": "43.734095", + "longitude": "-97.187060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57049", + "city": "North Sioux City", + "state": "SD", + "latitude": "42.524771", + "longitude": "-96.499550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57050", + "city": "Nunda", + "state": "SD", + "latitude": "44.159515", + "longitude": "-97.009570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57051", + "city": "Oldham", + "state": "SD", + "latitude": "44.219545", + "longitude": "-97.340570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57052", + "city": "Olivet", + "state": "SD", + "latitude": "43.291830", + "longitude": "-97.708200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57053", + "city": "Parker", + "state": "SD", + "latitude": "43.414257", + "longitude": "-97.131980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57054", + "city": "Ramona", + "state": "SD", + "latitude": "44.129029", + "longitude": "-97.239710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57055", + "city": "Renner", + "state": "SD", + "latitude": "43.668009", + "longitude": "-96.730320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57056", + "city": "Rowena", + "state": "SD", + "latitude": "43.521559", + "longitude": "-96.558738", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57057", + "city": "Rutland", + "state": "SD", + "latitude": "44.102243", + "longitude": "-96.959510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57058", + "city": "Salem", + "state": "SD", + "latitude": "43.731610", + "longitude": "-97.385260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57059", + "city": "Scotland", + "state": "SD", + "latitude": "43.133482", + "longitude": "-97.745250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57061", + "city": "Sinai", + "state": "SD", + "latitude": "44.245062", + "longitude": "-97.041710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57062", + "city": "Springfield", + "state": "SD", + "latitude": "42.861759", + "longitude": "-97.934310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57063", + "city": "Tabor", + "state": "SD", + "latitude": "42.944651", + "longitude": "-97.685870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57064", + "city": "Tea", + "state": "SD", + "latitude": "43.450592", + "longitude": "-96.844980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57065", + "city": "Trent", + "state": "SD", + "latitude": "43.917178", + "longitude": "-96.655240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57066", + "city": "Tyndall", + "state": "SD", + "latitude": "42.991775", + "longitude": "-97.863530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57067", + "city": "Utica", + "state": "SD", + "latitude": "43.012455", + "longitude": "-97.487490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57068", + "city": "Valley Springs", + "state": "SD", + "latitude": "43.582689", + "longitude": "-96.486920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57069", + "city": "Vermillion", + "state": "SD", + "latitude": "42.812664", + "longitude": "-96.946510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57070", + "city": "Viborg", + "state": "SD", + "latitude": "43.194321", + "longitude": "-97.130770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57071", + "city": "Volga", + "state": "SD", + "latitude": "44.278584", + "longitude": "-96.939110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57072", + "city": "Volin", + "state": "SD", + "latitude": "42.989201", + "longitude": "-97.204800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57073", + "city": "Wakonda", + "state": "SD", + "latitude": "43.005861", + "longitude": "-97.054500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57074", + "city": "Ward", + "state": "SD", + "latitude": "44.156514", + "longitude": "-96.464010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57075", + "city": "Wentworth", + "state": "SD", + "latitude": "43.993676", + "longitude": "-96.968920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57076", + "city": "Winfred", + "state": "SD", + "latitude": "43.994948", + "longitude": "-97.366110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57077", + "city": "Worthing", + "state": "SD", + "latitude": "43.327859", + "longitude": "-96.761150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57078", + "city": "Yankton", + "state": "SD", + "latitude": "42.888538", + "longitude": "-97.409580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57079", + "city": "Yankton", + "state": "SD", + "latitude": "42.867556", + "longitude": "-97.390268", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57101", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.546358", + "longitude": "-96.690630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57103", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.537075", + "longitude": "-96.695270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57104", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.560826", + "longitude": "-96.732400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57105", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.525226", + "longitude": "-96.732970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57106", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.514392", + "longitude": "-96.803750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57107", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.577696", + "longitude": "-96.801010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57108", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.488472", + "longitude": "-96.722580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57109", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.674582", + "longitude": "-96.791340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57110", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.544375", + "longitude": "-96.658010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57115", + "city": "Buffalo Ridge", + "state": "SD", + "latitude": "43.521895", + "longitude": "-96.868464", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57117", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.674582", + "longitude": "-96.791340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57118", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.674582", + "longitude": "-96.791340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57188", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.674582", + "longitude": "-96.791340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57189", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.674582", + "longitude": "-96.791340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57192", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.674582", + "longitude": "-96.791340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57193", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.674582", + "longitude": "-96.791340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57194", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.674582", + "longitude": "-96.791340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57195", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.674582", + "longitude": "-96.791340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57196", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.674582", + "longitude": "-96.791340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57197", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.674582", + "longitude": "-96.791340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57198", + "city": "Sioux Falls", + "state": "SD", + "latitude": "43.674582", + "longitude": "-96.791340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57201", + "city": "Watertown", + "state": "SD", + "latitude": "44.916657", + "longitude": "-97.113460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57202", + "city": "Waverly", + "state": "SD", + "latitude": "44.977634", + "longitude": "-97.188372", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57211", + "city": "Cleveland", + "state": "SD", + "latitude": "44.543593", + "longitude": "-97.358948", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57212", + "city": "Arlington", + "state": "SD", + "latitude": "44.377534", + "longitude": "-97.138780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57213", + "city": "Astoria", + "state": "SD", + "latitude": "44.551141", + "longitude": "-96.515110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57214", + "city": "Badger", + "state": "SD", + "latitude": "44.484691", + "longitude": "-97.206680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57216", + "city": "Big Stone City", + "state": "SD", + "latitude": "45.285323", + "longitude": "-96.502400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57217", + "city": "Bradley", + "state": "SD", + "latitude": "45.085704", + "longitude": "-97.688000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57218", + "city": "Brandt", + "state": "SD", + "latitude": "44.652381", + "longitude": "-96.592200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57219", + "city": "Bristol", + "state": "SD", + "latitude": "45.278469", + "longitude": "-97.786450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57220", + "city": "Bruce", + "state": "SD", + "latitude": "44.459833", + "longitude": "-96.917590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57221", + "city": "Bryant", + "state": "SD", + "latitude": "44.588318", + "longitude": "-97.460920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57223", + "city": "Castlewood", + "state": "SD", + "latitude": "44.723825", + "longitude": "-97.014250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57224", + "city": "Claire City", + "state": "SD", + "latitude": "45.859112", + "longitude": "-97.150110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57225", + "city": "Clark", + "state": "SD", + "latitude": "44.877579", + "longitude": "-97.745740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57226", + "city": "Clear Lake", + "state": "SD", + "latitude": "44.790157", + "longitude": "-96.695480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57227", + "city": "Corona", + "state": "SD", + "latitude": "45.377288", + "longitude": "-96.647460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57230", + "city": "De Smet", + "state": "SD", + "latitude": "44.347150", + "longitude": "-97.471509", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57231", + "city": "De Smet", + "state": "SD", + "latitude": "44.374289", + "longitude": "-97.574420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57232", + "city": "Eden", + "state": "SD", + "latitude": "45.631637", + "longitude": "-97.361640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57233", + "city": "Erwin", + "state": "SD", + "latitude": "44.494263", + "longitude": "-97.420380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57234", + "city": "Estelline", + "state": "SD", + "latitude": "44.587419", + "longitude": "-96.906480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57235", + "city": "Florence", + "state": "SD", + "latitude": "45.053712", + "longitude": "-97.310650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57236", + "city": "Garden City", + "state": "SD", + "latitude": "44.971494", + "longitude": "-97.589960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57237", + "city": "Gary", + "state": "SD", + "latitude": "44.797788", + "longitude": "-96.500700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57238", + "city": "Goodwin", + "state": "SD", + "latitude": "44.865062", + "longitude": "-96.859490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57239", + "city": "Grenville", + "state": "SD", + "latitude": "45.489637", + "longitude": "-97.319800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57241", + "city": "Hayti", + "state": "SD", + "latitude": "44.695445", + "longitude": "-97.215840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57242", + "city": "Hazel", + "state": "SD", + "latitude": "44.775741", + "longitude": "-97.352510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57243", + "city": "Henry", + "state": "SD", + "latitude": "44.917623", + "longitude": "-97.431490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57244", + "city": "Hetland", + "state": "SD", + "latitude": "44.416191", + "longitude": "-97.239740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57245", + "city": "Kranzburg", + "state": "SD", + "latitude": "44.889964", + "longitude": "-96.919320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57246", + "city": "Labolt", + "state": "SD", + "latitude": "45.048009", + "longitude": "-96.662870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57247", + "city": "Lake City", + "state": "SD", + "latitude": "45.725677", + "longitude": "-97.426490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57248", + "city": "Lake Norden", + "state": "SD", + "latitude": "44.578302", + "longitude": "-97.183540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57249", + "city": "Lake Preston", + "state": "SD", + "latitude": "44.355088", + "longitude": "-97.350810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57251", + "city": "Marvin", + "state": "SD", + "latitude": "45.268329", + "longitude": "-96.927400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57252", + "city": "Milbank", + "state": "SD", + "latitude": "45.215805", + "longitude": "-96.609200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57253", + "city": "Milbank", + "state": "SD", + "latitude": "45.151477", + "longitude": "-96.839235", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57255", + "city": "New Effington", + "state": "SD", + "latitude": "45.859799", + "longitude": "-96.919880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57256", + "city": "Ortley", + "state": "SD", + "latitude": "45.217342", + "longitude": "-97.195670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57257", + "city": "Peever", + "state": "SD", + "latitude": "45.478644", + "longitude": "-97.020570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57258", + "city": "Raymond", + "state": "SD", + "latitude": "44.889927", + "longitude": "-97.923750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57259", + "city": "Revillo", + "state": "SD", + "latitude": "45.013469", + "longitude": "-96.553660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57260", + "city": "Rosholt", + "state": "SD", + "latitude": "45.871636", + "longitude": "-96.718500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57261", + "city": "Roslyn", + "state": "SD", + "latitude": "45.536715", + "longitude": "-97.544350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57262", + "city": "Sisseton", + "state": "SD", + "latitude": "45.667565", + "longitude": "-97.045280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57263", + "city": "South Shore", + "state": "SD", + "latitude": "45.128333", + "longitude": "-97.033650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57264", + "city": "Stockholm", + "state": "SD", + "latitude": "45.104925", + "longitude": "-96.794670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57265", + "city": "Strandburg", + "state": "SD", + "latitude": "45.014788", + "longitude": "-96.788890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57266", + "city": "Summit", + "state": "SD", + "latitude": "45.278474", + "longitude": "-97.105440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57268", + "city": "Toronto", + "state": "SD", + "latitude": "44.573144", + "longitude": "-96.684090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57269", + "city": "Twin Brooks", + "state": "SD", + "latitude": "45.227773", + "longitude": "-96.793420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57270", + "city": "Veblen", + "state": "SD", + "latitude": "45.839070", + "longitude": "-97.373210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57271", + "city": "Vienna", + "state": "SD", + "latitude": "44.736853", + "longitude": "-97.501230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57272", + "city": "Wallace", + "state": "SD", + "latitude": "45.084154", + "longitude": "-97.478910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57273", + "city": "Waubay", + "state": "SD", + "latitude": "45.369654", + "longitude": "-97.292400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57274", + "city": "Webster", + "state": "SD", + "latitude": "45.316779", + "longitude": "-97.540520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57276", + "city": "White", + "state": "SD", + "latitude": "44.428052", + "longitude": "-96.631730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57278", + "city": "Willow Lake", + "state": "SD", + "latitude": "44.623706", + "longitude": "-97.684890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57279", + "city": "Wilmot", + "state": "SD", + "latitude": "45.391241", + "longitude": "-96.823320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57301", + "city": "Mitchell", + "state": "SD", + "latitude": "43.711862", + "longitude": "-98.031850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57309", + "city": "Perry", + "state": "SD", + "latitude": "43.383541", + "longitude": "-96.806422", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57311", + "city": "Alexandria", + "state": "SD", + "latitude": "43.645927", + "longitude": "-97.766310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57312", + "city": "Alpena", + "state": "SD", + "latitude": "44.195319", + "longitude": "-98.373400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57313", + "city": "Armour", + "state": "SD", + "latitude": "43.302262", + "longitude": "-98.354890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57314", + "city": "Artesian", + "state": "SD", + "latitude": "44.046328", + "longitude": "-98.000760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57315", + "city": "Avon", + "state": "SD", + "latitude": "43.006529", + "longitude": "-98.045870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57317", + "city": "Bonesteel", + "state": "SD", + "latitude": "43.104344", + "longitude": "-98.972270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57319", + "city": "Bridgewater", + "state": "SD", + "latitude": "43.548586", + "longitude": "-97.454670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57321", + "city": "Canova", + "state": "SD", + "latitude": "43.870450", + "longitude": "-97.540460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57322", + "city": "Carpenter", + "state": "SD", + "latitude": "44.638862", + "longitude": "-97.971460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57323", + "city": "Carthage", + "state": "SD", + "latitude": "44.157714", + "longitude": "-97.715200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57324", + "city": "Cavour", + "state": "SD", + "latitude": "44.305089", + "longitude": "-98.045650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57325", + "city": "Chamberlain", + "state": "SD", + "latitude": "43.781193", + "longitude": "-99.298640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57326", + "city": "Chamberlain", + "state": "SD", + "latitude": "43.717250", + "longitude": "-99.131736", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57328", + "city": "Corsica", + "state": "SD", + "latitude": "43.438138", + "longitude": "-98.440310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57329", + "city": "Dante", + "state": "SD", + "latitude": "43.002628", + "longitude": "-98.162110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57330", + "city": "Delmont", + "state": "SD", + "latitude": "43.261271", + "longitude": "-98.161630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57331", + "city": "Dimock", + "state": "SD", + "latitude": "43.481227", + "longitude": "-98.047720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57332", + "city": "Emery", + "state": "SD", + "latitude": "43.565083", + "longitude": "-97.637140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57334", + "city": "Ethan", + "state": "SD", + "latitude": "43.549862", + "longitude": "-97.997130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57335", + "city": "Fairfax", + "state": "SD", + "latitude": "43.037683", + "longitude": "-98.749980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57337", + "city": "Fedora", + "state": "SD", + "latitude": "44.008344", + "longitude": "-97.791780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57339", + "city": "Fort Thompson", + "state": "SD", + "latitude": "44.074578", + "longitude": "-99.432870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57340", + "city": "Fulton", + "state": "SD", + "latitude": "43.772732", + "longitude": "-97.841600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57341", + "city": "Gann Valley", + "state": "SD", + "latitude": "44.070421", + "longitude": "-99.013320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57342", + "city": "Geddes", + "state": "SD", + "latitude": "43.257067", + "longitude": "-98.699070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57344", + "city": "Harrison", + "state": "SD", + "latitude": "43.449261", + "longitude": "-98.619190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57345", + "city": "Highmore", + "state": "SD", + "latitude": "44.601978", + "longitude": "-99.445190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57346", + "city": "Stephan", + "state": "SD", + "latitude": "44.246147", + "longitude": "-99.454660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57347", + "city": "Benton", + "state": "SD", + "latitude": "43.733190", + "longitude": "-97.607194", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57348", + "city": "Hitchcock", + "state": "SD", + "latitude": "44.625453", + "longitude": "-98.372190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57349", + "city": "Howard", + "state": "SD", + "latitude": "44.025045", + "longitude": "-97.560560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57350", + "city": "Huron", + "state": "SD", + "latitude": "44.377801", + "longitude": "-98.209360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57353", + "city": "Iroquois", + "state": "SD", + "latitude": "44.391844", + "longitude": "-97.829820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57354", + "city": "Kaylor", + "state": "SD", + "latitude": "43.334069", + "longitude": "-97.756924", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57355", + "city": "Kimball", + "state": "SD", + "latitude": "43.754325", + "longitude": "-98.968820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57356", + "city": "Lake Andes", + "state": "SD", + "latitude": "43.144738", + "longitude": "-98.514080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57357", + "city": "Ravinia", + "state": "SD", + "latitude": "43.136365", + "longitude": "-98.427173", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57358", + "city": "Lane", + "state": "SD", + "latitude": "44.070966", + "longitude": "-98.425940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57359", + "city": "Letcher", + "state": "SD", + "latitude": "43.896226", + "longitude": "-98.149310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57361", + "city": "Marty", + "state": "SD", + "latitude": "43.007052", + "longitude": "-98.417200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57362", + "city": "Miller", + "state": "SD", + "latitude": "44.523028", + "longitude": "-99.033970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57363", + "city": "Mount Vernon", + "state": "SD", + "latitude": "43.691560", + "longitude": "-98.255500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57364", + "city": "New Holland", + "state": "SD", + "latitude": "43.429115", + "longitude": "-98.610120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57365", + "city": "Oacoma", + "state": "SD", + "latitude": "43.808858", + "longitude": "-99.387820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57366", + "city": "Parkston", + "state": "SD", + "latitude": "43.391523", + "longitude": "-97.947130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57367", + "city": "Pickstown", + "state": "SD", + "latitude": "43.062919", + "longitude": "-98.532320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57368", + "city": "Plankinton", + "state": "SD", + "latitude": "43.733471", + "longitude": "-98.472150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57369", + "city": "Platte", + "state": "SD", + "latitude": "43.435193", + "longitude": "-98.893870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57370", + "city": "Pukwana", + "state": "SD", + "latitude": "43.854809", + "longitude": "-99.157120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57371", + "city": "Ree Heights", + "state": "SD", + "latitude": "44.430739", + "longitude": "-99.220410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57373", + "city": "Saint Lawrence", + "state": "SD", + "latitude": "44.514512", + "longitude": "-98.894100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57374", + "city": "Spencer", + "state": "SD", + "latitude": "43.738472", + "longitude": "-97.600390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57375", + "city": "Stickney", + "state": "SD", + "latitude": "43.556293", + "longitude": "-98.469860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57376", + "city": "Tripp", + "state": "SD", + "latitude": "43.220164", + "longitude": "-97.946160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57379", + "city": "Virgil", + "state": "SD", + "latitude": "44.276539", + "longitude": "-98.528720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57380", + "city": "Wagner", + "state": "SD", + "latitude": "43.045048", + "longitude": "-98.298380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57381", + "city": "Wessington", + "state": "SD", + "latitude": "44.428879", + "longitude": "-98.711470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57382", + "city": "Wessington Springs", + "state": "SD", + "latitude": "44.051324", + "longitude": "-98.635560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57383", + "city": "White Lake", + "state": "SD", + "latitude": "43.694120", + "longitude": "-98.704070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57384", + "city": "Wolsey", + "state": "SD", + "latitude": "44.414842", + "longitude": "-98.472790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57385", + "city": "Woonsocket", + "state": "SD", + "latitude": "44.054480", + "longitude": "-98.287660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57386", + "city": "Yale", + "state": "SD", + "latitude": "44.492158", + "longitude": "-97.982220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57399", + "city": "Huron", + "state": "SD", + "latitude": "44.414319", + "longitude": "-98.279548", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57401", + "city": "Aberdeen", + "state": "SD", + "latitude": "45.469320", + "longitude": "-98.496460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57402", + "city": "Aberdeen", + "state": "SD", + "latitude": "45.589567", + "longitude": "-98.352014", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57411", + "city": "Bryant", + "state": "SD", + "latitude": "45.470676", + "longitude": "-99.257022", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57420", + "city": "Akaska", + "state": "SD", + "latitude": "45.327593", + "longitude": "-100.124240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57421", + "city": "Amherst", + "state": "SD", + "latitude": "45.755146", + "longitude": "-97.927230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57422", + "city": "Andover", + "state": "SD", + "latitude": "45.418297", + "longitude": "-97.929590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57424", + "city": "Ashton", + "state": "SD", + "latitude": "45.008745", + "longitude": "-98.523750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57426", + "city": "Barnard", + "state": "SD", + "latitude": "45.727807", + "longitude": "-98.507950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57427", + "city": "Bath", + "state": "SD", + "latitude": "45.499572", + "longitude": "-98.301020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57428", + "city": "Bowdle", + "state": "SD", + "latitude": "45.459575", + "longitude": "-99.678240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57429", + "city": "Brentford", + "state": "SD", + "latitude": "45.163452", + "longitude": "-98.319296", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57430", + "city": "Britton", + "state": "SD", + "latitude": "45.827391", + "longitude": "-97.739780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57432", + "city": "Claremont", + "state": "SD", + "latitude": "45.674523", + "longitude": "-98.018460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57433", + "city": "Columbia", + "state": "SD", + "latitude": "45.625285", + "longitude": "-98.310050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57434", + "city": "Conde", + "state": "SD", + "latitude": "45.175381", + "longitude": "-98.089860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57435", + "city": "Cresbard", + "state": "SD", + "latitude": "45.160833", + "longitude": "-98.924170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57436", + "city": "Doland", + "state": "SD", + "latitude": "44.863792", + "longitude": "-98.088760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57437", + "city": "Eureka", + "state": "SD", + "latitude": "45.796151", + "longitude": "-99.624970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57438", + "city": "Faulkton", + "state": "SD", + "latitude": "45.066230", + "longitude": "-99.134500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57439", + "city": "Ferney", + "state": "SD", + "latitude": "45.329040", + "longitude": "-98.083721", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57440", + "city": "Frankfort", + "state": "SD", + "latitude": "44.857069", + "longitude": "-98.271910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57441", + "city": "Frederick", + "state": "SD", + "latitude": "45.834246", + "longitude": "-98.515390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57442", + "city": "Gettysburg", + "state": "SD", + "latitude": "45.007901", + "longitude": "-100.052090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57443", + "city": "Cambria", + "state": "SD", + "latitude": "45.697865", + "longitude": "-98.317734", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57445", + "city": "Groton", + "state": "SD", + "latitude": "45.458312", + "longitude": "-98.134160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57446", + "city": "Hecla", + "state": "SD", + "latitude": "45.864171", + "longitude": "-98.188140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57448", + "city": "Hosmer", + "state": "SD", + "latitude": "45.593008", + "longitude": "-99.449370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57449", + "city": "Houghton", + "state": "SD", + "latitude": "45.726524", + "longitude": "-98.217650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57450", + "city": "Hoven", + "state": "SD", + "latitude": "45.253428", + "longitude": "-99.842880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57451", + "city": "Ipswich", + "state": "SD", + "latitude": "45.436940", + "longitude": "-99.022180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57452", + "city": "Java", + "state": "SD", + "latitude": "45.549059", + "longitude": "-99.884590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57454", + "city": "Langford", + "state": "SD", + "latitude": "45.612148", + "longitude": "-97.762740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57455", + "city": "Lebanon", + "state": "SD", + "latitude": "45.041882", + "longitude": "-99.768510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57456", + "city": "Leola", + "state": "SD", + "latitude": "45.743673", + "longitude": "-98.943610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57457", + "city": "Longlake", + "state": "SD", + "latitude": "45.893818", + "longitude": "-99.154070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57460", + "city": "Mansfield", + "state": "SD", + "latitude": "45.264930", + "longitude": "-98.650190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57461", + "city": "Mellette", + "state": "SD", + "latitude": "45.152388", + "longitude": "-98.424970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57462", + "city": "Mina", + "state": "SD", + "latitude": "45.425378", + "longitude": "-98.773720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57465", + "city": "Northville", + "state": "SD", + "latitude": "45.151166", + "longitude": "-98.656710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57466", + "city": "Onaka", + "state": "SD", + "latitude": "45.213867", + "longitude": "-99.481350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57467", + "city": "Orient", + "state": "SD", + "latitude": "44.847960", + "longitude": "-99.118280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57468", + "city": "Pierpont", + "state": "SD", + "latitude": "45.493324", + "longitude": "-97.785710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57469", + "city": "Redfield", + "state": "SD", + "latitude": "44.864263", + "longitude": "-98.540900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57470", + "city": "Rockham", + "state": "SD", + "latitude": "44.899458", + "longitude": "-98.869670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57471", + "city": "Roscoe", + "state": "SD", + "latitude": "45.424430", + "longitude": "-99.305300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57472", + "city": "Selby", + "state": "SD", + "latitude": "45.486222", + "longitude": "-100.048430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57473", + "city": "Seneca", + "state": "SD", + "latitude": "45.020366", + "longitude": "-99.501780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57474", + "city": "Stratford", + "state": "SD", + "latitude": "45.287179", + "longitude": "-98.278990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57475", + "city": "Tolstoy", + "state": "SD", + "latitude": "45.223419", + "longitude": "-99.625370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57476", + "city": "Tulare", + "state": "SD", + "latitude": "44.713517", + "longitude": "-98.615690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57477", + "city": "Turton", + "state": "SD", + "latitude": "45.032244", + "longitude": "-98.143550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57479", + "city": "Warner", + "state": "SD", + "latitude": "45.321875", + "longitude": "-98.464290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57481", + "city": "Westport", + "state": "SD", + "latitude": "45.663385", + "longitude": "-98.622740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57501", + "city": "Pierre", + "state": "SD", + "latitude": "44.425356", + "longitude": "-100.291450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57520", + "city": "Agar", + "state": "SD", + "latitude": "44.830961", + "longitude": "-100.111670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57521", + "city": "Belvidere", + "state": "SD", + "latitude": "43.839641", + "longitude": "-101.269960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57522", + "city": "Blunt", + "state": "SD", + "latitude": "44.500958", + "longitude": "-99.991880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57523", + "city": "Burke", + "state": "SD", + "latitude": "43.190783", + "longitude": "-99.281910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57526", + "city": "Carter", + "state": "SD", + "latitude": "43.483177", + "longitude": "-100.193020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57528", + "city": "Colome", + "state": "SD", + "latitude": "43.205207", + "longitude": "-99.761230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57529", + "city": "Dallas", + "state": "SD", + "latitude": "43.263007", + "longitude": "-99.561500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57531", + "city": "Draper", + "state": "SD", + "latitude": "43.990243", + "longitude": "-100.527160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57532", + "city": "Fort Pierre", + "state": "SD", + "latitude": "44.326157", + "longitude": "-100.433820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57533", + "city": "Gregory", + "state": "SD", + "latitude": "43.229236", + "longitude": "-99.420960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57534", + "city": "Hamill", + "state": "SD", + "latitude": "43.630273", + "longitude": "-99.752800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57536", + "city": "Harrold", + "state": "SD", + "latitude": "44.461748", + "longitude": "-99.775350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57537", + "city": "Hayes", + "state": "SD", + "latitude": "44.545795", + "longitude": "-101.129470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57538", + "city": "Herrick", + "state": "SD", + "latitude": "43.070066", + "longitude": "-99.166280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57540", + "city": "Holabird", + "state": "SD", + "latitude": "44.466602", + "longitude": "-99.617240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57541", + "city": "Ideal", + "state": "SD", + "latitude": "43.615797", + "longitude": "-99.931860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57542", + "city": "Iona", + "state": "SD", + "latitude": "43.573247", + "longitude": "-99.481750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57543", + "city": "Kadoka", + "state": "SD", + "latitude": "43.829457", + "longitude": "-101.529630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57544", + "city": "Kennebec", + "state": "SD", + "latitude": "43.908053", + "longitude": "-99.815290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57547", + "city": "Long Valley", + "state": "SD", + "latitude": "43.501449", + "longitude": "-101.516850", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57548", + "city": "Lower Brule", + "state": "SD", + "latitude": "44.057302", + "longitude": "-99.548710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57551", + "city": "Martin", + "state": "SD", + "latitude": "43.223447", + "longitude": "-101.657370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57552", + "city": "Midland", + "state": "SD", + "latitude": "44.159861", + "longitude": "-101.190020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57553", + "city": "Milesville", + "state": "SD", + "latitude": "44.478744", + "longitude": "-101.635690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57555", + "city": "Mission", + "state": "SD", + "latitude": "43.233874", + "longitude": "-100.646930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57557", + "city": "Mission Ridge", + "state": "SD", + "latitude": "44.475844", + "longitude": "-100.529517", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57559", + "city": "Murdo", + "state": "SD", + "latitude": "43.889878", + "longitude": "-100.742570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57560", + "city": "Norris", + "state": "SD", + "latitude": "43.493132", + "longitude": "-101.164740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57562", + "city": "Okaton", + "state": "SD", + "latitude": "43.908211", + "longitude": "-101.003510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57563", + "city": "Okreek", + "state": "SD", + "latitude": "43.360304", + "longitude": "-100.388680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57564", + "city": "Onida", + "state": "SD", + "latitude": "44.685770", + "longitude": "-100.040140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57565", + "city": "Timber Lake", + "state": "SD", + "latitude": "45.426656", + "longitude": "-101.077412", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57566", + "city": "Parmelee", + "state": "SD", + "latitude": "43.321116", + "longitude": "-101.057680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57567", + "city": "Philip", + "state": "SD", + "latitude": "44.036966", + "longitude": "-101.712510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57568", + "city": "Presho", + "state": "SD", + "latitude": "43.893368", + "longitude": "-100.056900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57569", + "city": "Reliance", + "state": "SD", + "latitude": "43.839997", + "longitude": "-99.574590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57570", + "city": "Rosebud", + "state": "SD", + "latitude": "43.232817", + "longitude": "-100.907910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57571", + "city": "Saint Charles", + "state": "SD", + "latitude": "43.085296", + "longitude": "-99.097650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57572", + "city": "Saint Francis", + "state": "SD", + "latitude": "43.111157", + "longitude": "-100.949040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57574", + "city": "Tuthill", + "state": "SD", + "latitude": "43.126441", + "longitude": "-101.374700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57576", + "city": "Vivian", + "state": "SD", + "latitude": "43.934133", + "longitude": "-100.291600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57577", + "city": "Wanblee", + "state": "SD", + "latitude": "43.552017", + "longitude": "-101.673090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57578", + "city": "Wewela", + "state": "SD", + "latitude": "43.026834", + "longitude": "-99.818440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57579", + "city": "White River", + "state": "SD", + "latitude": "43.579476", + "longitude": "-100.779820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57580", + "city": "Winner", + "state": "SD", + "latitude": "43.289115", + "longitude": "-99.971430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57584", + "city": "Witten", + "state": "SD", + "latitude": "43.528885", + "longitude": "-100.090390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57585", + "city": "Wood", + "state": "SD", + "latitude": "43.557963", + "longitude": "-100.384830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57601", + "city": "Mobridge", + "state": "SD", + "latitude": "45.472087", + "longitude": "-100.458190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57620", + "city": "Bison", + "state": "SD", + "latitude": "45.454454", + "longitude": "-102.503900", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57621", + "city": "Bullhead", + "state": "SD", + "latitude": "45.764511", + "longitude": "-101.070930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57622", + "city": "Cherry Creek", + "state": "SD", + "latitude": "44.617992", + "longitude": "-101.534580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57623", + "city": "Dupree", + "state": "SD", + "latitude": "45.103367", + "longitude": "-101.639740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57625", + "city": "Eagle Butte", + "state": "SD", + "latitude": "44.926725", + "longitude": "-101.185380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57626", + "city": "Faith", + "state": "SD", + "latitude": "44.947869", + "longitude": "-102.026610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57628", + "city": "Firesteel", + "state": "SD", + "latitude": "45.559640", + "longitude": "-101.203220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57629", + "city": "Glad Valley", + "state": "SD", + "latitude": "44.992051", + "longitude": "-101.568656", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57630", + "city": "Glencross", + "state": "SD", + "latitude": "45.098685", + "longitude": "-100.879214", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57631", + "city": "Glenham", + "state": "SD", + "latitude": "45.592102", + "longitude": "-100.283910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57632", + "city": "Herreid", + "state": "SD", + "latitude": "45.834848", + "longitude": "-100.100100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57633", + "city": "Isabel", + "state": "SD", + "latitude": "45.448377", + "longitude": "-101.449830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57634", + "city": "Keldron", + "state": "SD", + "latitude": "45.814856", + "longitude": "-101.858210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57636", + "city": "Lantry", + "state": "SD", + "latitude": "45.037940", + "longitude": "-101.422070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57638", + "city": "Lemmon", + "state": "ND", + "latitude": "46.034096", + "longitude": "-102.114760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57639", + "city": "Little Eagle", + "state": "SD", + "latitude": "45.708402", + "longitude": "-101.154581", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57640", + "city": "Lodgepole", + "state": "SD", + "latitude": "45.768967", + "longitude": "-102.704460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57641", + "city": "McIntosh", + "state": "SD", + "latitude": "45.869314", + "longitude": "-101.318000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57642", + "city": "McLaughlin", + "state": "SD", + "latitude": "45.796863", + "longitude": "-100.772820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57643", + "city": "Mahto", + "state": "SD", + "latitude": "45.708402", + "longitude": "-101.154581", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57644", + "city": "Meadow", + "state": "SD", + "latitude": "45.402823", + "longitude": "-102.130210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57645", + "city": "Morristown", + "state": "SD", + "latitude": "45.884074", + "longitude": "-101.711100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57646", + "city": "Mound City", + "state": "SD", + "latitude": "45.700753", + "longitude": "-100.094340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57647", + "city": "Parade", + "state": "SD", + "latitude": "45.098685", + "longitude": "-100.879214", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57648", + "city": "Pollock", + "state": "SD", + "latitude": "45.896895", + "longitude": "-100.289950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57649", + "city": "Prairie City", + "state": "SD", + "latitude": "45.511837", + "longitude": "-102.858150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57650", + "city": "Ralph", + "state": "SD", + "latitude": "45.849098", + "longitude": "-103.014890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57651", + "city": "Reva", + "state": "SD", + "latitude": "45.414346", + "longitude": "-103.145010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57652", + "city": "Ridgeview", + "state": "SD", + "latitude": "45.125932", + "longitude": "-100.562020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57653", + "city": "Shadehill", + "state": "SD", + "latitude": "45.690446", + "longitude": "-102.253840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57656", + "city": "Timber Lake", + "state": "SD", + "latitude": "45.354993", + "longitude": "-101.056200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57657", + "city": "Trail City", + "state": "SD", + "latitude": "45.519780", + "longitude": "-100.881760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57658", + "city": "Wakpala", + "state": "SD", + "latitude": "45.688380", + "longitude": "-100.519080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57659", + "city": "Walker", + "state": "SD", + "latitude": "45.708402", + "longitude": "-101.154581", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57660", + "city": "Watauga", + "state": "SD", + "latitude": "45.831561", + "longitude": "-101.484620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57661", + "city": "Whitehorse", + "state": "SD", + "latitude": "45.198748", + "longitude": "-100.853420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57671", + "city": "McIntosh", + "state": "SD", + "latitude": "45.924062", + "longitude": "-101.354116", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57673", + "city": "York", + "state": "SD", + "latitude": "44.556082", + "longitude": "-98.928401", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57683", + "city": "Orange", + "state": "ND", + "latitude": "45.984316", + "longitude": "-102.101218", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57700", + "city": "Rapid City", + "state": "SD", + "latitude": "44.090788", + "longitude": "-103.284511", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57701", + "city": "Rapid City", + "state": "SD", + "latitude": "44.085288", + "longitude": "-103.213350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57702", + "city": "Rapid City", + "state": "SD", + "latitude": "44.052788", + "longitude": "-103.343020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57703", + "city": "Rapid City", + "state": "SD", + "latitude": "44.051640", + "longitude": "-103.130610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57706", + "city": "Ellsworth AFB", + "state": "SD", + "latitude": "44.144225", + "longitude": "-103.085270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57708", + "city": "Bethlehem", + "state": "SD", + "latitude": "44.271094", + "longitude": "-103.420131", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57709", + "city": "Rapid City", + "state": "SD", + "latitude": "44.076106", + "longitude": "-103.317149", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57714", + "city": "Allen", + "state": "SD", + "latitude": "43.314920", + "longitude": "-101.929180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57716", + "city": "Batesland", + "state": "SD", + "latitude": "43.134526", + "longitude": "-102.167560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57717", + "city": "Belle Fourche", + "state": "SD", + "latitude": "44.768396", + "longitude": "-103.830950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57718", + "city": "Black Hawk", + "state": "SD", + "latitude": "44.173449", + "longitude": "-103.333290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57719", + "city": "Box Elder", + "state": "SD", + "latitude": "44.122693", + "longitude": "-103.063150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57720", + "city": "Buffalo", + "state": "SD", + "latitude": "45.547869", + "longitude": "-103.580540", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57722", + "city": "Buffalo Gap", + "state": "SD", + "latitude": "43.473186", + "longitude": "-102.986070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57724", + "city": "Camp Crook", + "state": "SD", + "latitude": "45.616269", + "longitude": "-103.925930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57725", + "city": "Caputa", + "state": "SD", + "latitude": "43.940637", + "longitude": "-102.812200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57729", + "city": "Creighton", + "state": "SD", + "latitude": "44.308909", + "longitude": "-102.097130", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57730", + "city": "Custer", + "state": "SD", + "latitude": "43.789695", + "longitude": "-103.636310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57732", + "city": "Deadwood", + "state": "SD", + "latitude": "44.338702", + "longitude": "-103.709160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57735", + "city": "Edgemont", + "state": "SD", + "latitude": "43.424499", + "longitude": "-103.902730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57736", + "city": "Elm Springs", + "state": "SD", + "latitude": "44.338785", + "longitude": "-102.415290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57737", + "city": "Enning", + "state": "SD", + "latitude": "44.560996", + "longitude": "-102.576770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57738", + "city": "Fairburn", + "state": "SD", + "latitude": "43.682883", + "longitude": "-103.243560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57741", + "city": "Fort Meade", + "state": "SD", + "latitude": "44.409320", + "longitude": "-103.455428", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57742", + "city": "Fruitdale", + "state": "SD", + "latitude": "44.653710", + "longitude": "-103.680840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57744", + "city": "Hermosa", + "state": "SD", + "latitude": "43.796169", + "longitude": "-103.076980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57745", + "city": "Hill City", + "state": "SD", + "latitude": "43.965949", + "longitude": "-103.627970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57747", + "city": "Hot Springs", + "state": "SD", + "latitude": "43.401616", + "longitude": "-103.505100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57748", + "city": "Howes", + "state": "SD", + "latitude": "44.592030", + "longitude": "-101.987210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57750", + "city": "Interior", + "state": "SD", + "latitude": "43.654636", + "longitude": "-101.943550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57751", + "city": "Keystone", + "state": "SD", + "latitude": "43.892254", + "longitude": "-103.417210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57752", + "city": "Kyle", + "state": "SD", + "latitude": "43.389365", + "longitude": "-102.176710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57754", + "city": "Lead", + "state": "SD", + "latitude": "44.312922", + "longitude": "-103.831180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57755", + "city": "Ludlow", + "state": "SD", + "latitude": "45.869257", + "longitude": "-103.294120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57756", + "city": "Manderson", + "state": "SD", + "latitude": "43.244490", + "longitude": "-102.495020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57758", + "city": "Mud Butte", + "state": "SD", + "latitude": "45.033915", + "longitude": "-102.781680", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57759", + "city": "Nemo", + "state": "SD", + "latitude": "44.197255", + "longitude": "-103.537330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57760", + "city": "Newell", + "state": "SD", + "latitude": "44.854326", + "longitude": "-103.321090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57761", + "city": "New Underwood", + "state": "SD", + "latitude": "44.133058", + "longitude": "-102.788870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57762", + "city": "Nisland", + "state": "SD", + "latitude": "44.688572", + "longitude": "-103.591860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57763", + "city": "Oelrichs", + "state": "SD", + "latitude": "43.178182", + "longitude": "-103.229270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57764", + "city": "Oglala", + "state": "SD", + "latitude": "43.257154", + "longitude": "-102.774140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57765", + "city": "Opal", + "state": "SD", + "latitude": "44.939762", + "longitude": "-102.417640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57766", + "city": "Oral", + "state": "SD", + "latitude": "43.364717", + "longitude": "-103.230350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57767", + "city": "Owanka", + "state": "SD", + "latitude": "44.110334", + "longitude": "-102.589760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57769", + "city": "Piedmont", + "state": "SD", + "latitude": "44.236634", + "longitude": "-103.339980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57770", + "city": "Pine Ridge", + "state": "SD", + "latitude": "43.046493", + "longitude": "-102.573230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57772", + "city": "Porcupine", + "state": "SD", + "latitude": "43.331433", + "longitude": "-102.380930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57773", + "city": "Pringle", + "state": "SD", + "latitude": "43.609557", + "longitude": "-103.595170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57774", + "city": "Provo", + "state": "SD", + "latitude": "43.156481", + "longitude": "-103.707350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57775", + "city": "Quinn", + "state": "SD", + "latitude": "44.042842", + "longitude": "-102.078730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57776", + "city": "Redig", + "state": "SD", + "latitude": "45.578941", + "longitude": "-103.493668", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57777", + "city": "Red Owl", + "state": "SD", + "latitude": "44.735001", + "longitude": "-102.457640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57778", + "city": "Rochford", + "state": "SD", + "latitude": "44.079794", + "longitude": "-103.851300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57779", + "city": "Saint Onge", + "state": "SD", + "latitude": "44.578116", + "longitude": "-103.754650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57780", + "city": "Scenic", + "state": "SD", + "latitude": "43.726261", + "longitude": "-102.416280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57782", + "city": "Smithwick", + "state": "SD", + "latitude": "43.239655", + "longitude": "-103.527757", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57783", + "city": "Spearfish", + "state": "SD", + "latitude": "44.488370", + "longitude": "-103.878530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57785", + "city": "Sturgis", + "state": "SD", + "latitude": "44.409616", + "longitude": "-103.465970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57787", + "city": "Union Center", + "state": "SD", + "latitude": "44.619045", + "longitude": "-102.768730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57788", + "city": "Vale", + "state": "SD", + "latitude": "44.603020", + "longitude": "-103.368660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57790", + "city": "Wall", + "state": "SD", + "latitude": "44.018548", + "longitude": "-102.237780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57791", + "city": "Wasta", + "state": "SD", + "latitude": "44.067091", + "longitude": "-102.476180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57792", + "city": "White Owl", + "state": "SD", + "latitude": "44.562488", + "longitude": "-102.416830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57793", + "city": "Whitewood", + "state": "SD", + "latitude": "44.472475", + "longitude": "-103.629330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57794", + "city": "Wounded Knee", + "state": "SD", + "latitude": "43.138184", + "longitude": "-102.368970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57796", + "city": "Wall", + "state": "SD", + "latitude": "43.994049", + "longitude": "-102.236971", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57799", + "city": "Spearfish", + "state": "SD", + "latitude": "44.492688", + "longitude": "-103.869740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "57840", + "city": "Harrison", + "state": "SD", + "latitude": "44.798968", + "longitude": "-98.200789", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57841", + "city": "Carlisle", + "state": "SD", + "latitude": "45.632378", + "longitude": "-98.704197", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "57949", + "city": "Big Sioux", + "state": "SD", + "latitude": "42.505818", + "longitude": "-96.499259", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58000", + "city": "Minot", + "state": "ND", + "latitude": "48.226422", + "longitude": "-101.274388", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58001", + "city": "Abercrombie", + "state": "ND", + "latitude": "46.448462", + "longitude": "-96.731650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58002", + "city": "Absaraka", + "state": "ND", + "latitude": "46.859694", + "longitude": "-97.214587", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58004", + "city": "Amenia", + "state": "ND", + "latitude": "47.028291", + "longitude": "-97.250290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58005", + "city": "Argusville", + "state": "ND", + "latitude": "47.057098", + "longitude": "-96.950430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58006", + "city": "Arthur", + "state": "ND", + "latitude": "47.101670", + "longitude": "-97.214700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58007", + "city": "Ayr", + "state": "ND", + "latitude": "47.020312", + "longitude": "-97.455710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58008", + "city": "Barney", + "state": "ND", + "latitude": "46.304176", + "longitude": "-96.998190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58009", + "city": "Blanchard", + "state": "ND", + "latitude": "47.331202", + "longitude": "-97.250770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58011", + "city": "Buffalo", + "state": "ND", + "latitude": "46.920174", + "longitude": "-97.544840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58012", + "city": "Casselton", + "state": "ND", + "latitude": "46.912684", + "longitude": "-97.189390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58013", + "city": "Cayuga", + "state": "ND", + "latitude": "46.076891", + "longitude": "-97.355620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58014", + "city": "Chaffee", + "state": "ND", + "latitude": "46.775027", + "longitude": "-97.352437", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58015", + "city": "Christine", + "state": "ND", + "latitude": "46.581114", + "longitude": "-96.823000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58016", + "city": "Clifford", + "state": "ND", + "latitude": "47.346230", + "longitude": "-97.463720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58017", + "city": "Cogswell", + "state": "ND", + "latitude": "46.059066", + "longitude": "-97.809890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58018", + "city": "Colfax", + "state": "ND", + "latitude": "46.437401", + "longitude": "-96.893540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58021", + "city": "Davenport", + "state": "ND", + "latitude": "46.729689", + "longitude": "-97.079410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58027", + "city": "Enderlin", + "state": "ND", + "latitude": "46.630659", + "longitude": "-97.600300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58029", + "city": "Erie", + "state": "ND", + "latitude": "47.118212", + "longitude": "-97.388810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58030", + "city": "Fairmount", + "state": "ND", + "latitude": "46.043951", + "longitude": "-96.669270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58031", + "city": "Fingal", + "state": "ND", + "latitude": "46.767912", + "longitude": "-97.671440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58032", + "city": "Forman", + "state": "ND", + "latitude": "46.098941", + "longitude": "-97.635490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58033", + "city": "Fort Ransom", + "state": "ND", + "latitude": "46.449141", + "longitude": "-97.919610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58035", + "city": "Galesburg", + "state": "ND", + "latitude": "47.250980", + "longitude": "-97.426000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58036", + "city": "Gardner", + "state": "ND", + "latitude": "47.150960", + "longitude": "-96.964820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58038", + "city": "Grandin", + "state": "ND", + "latitude": "47.251489", + "longitude": "-96.985220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58039", + "city": "Great Bend", + "state": "ND", + "latitude": "46.153098", + "longitude": "-96.809090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58040", + "city": "Gwinner", + "state": "ND", + "latitude": "46.214772", + "longitude": "-97.669230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58041", + "city": "Hankinson", + "state": "ND", + "latitude": "46.052141", + "longitude": "-96.910670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58042", + "city": "Harwood", + "state": "ND", + "latitude": "46.984696", + "longitude": "-96.932700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58043", + "city": "Havana", + "state": "ND", + "latitude": "45.979819", + "longitude": "-97.574060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58045", + "city": "Hillsboro", + "state": "ND", + "latitude": "47.389215", + "longitude": "-97.053270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58046", + "city": "Hope", + "state": "ND", + "latitude": "47.293363", + "longitude": "-97.753380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58047", + "city": "Horace", + "state": "ND", + "latitude": "46.724294", + "longitude": "-96.872800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58048", + "city": "Hunter", + "state": "ND", + "latitude": "47.198818", + "longitude": "-97.218310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58049", + "city": "Kathryn", + "state": "ND", + "latitude": "46.657292", + "longitude": "-97.987320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58051", + "city": "Kindred", + "state": "ND", + "latitude": "46.634764", + "longitude": "-97.020120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58052", + "city": "Leonard", + "state": "ND", + "latitude": "46.650902", + "longitude": "-97.283130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58053", + "city": "Lidgerwood", + "state": "ND", + "latitude": "46.067238", + "longitude": "-97.187360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58054", + "city": "Lisbon", + "state": "ND", + "latitude": "46.433830", + "longitude": "-97.676780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58056", + "city": "Luverne", + "state": "ND", + "latitude": "47.252754", + "longitude": "-97.938640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58057", + "city": "Mcleod", + "state": "ND", + "latitude": "46.451477", + "longitude": "-97.248480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58058", + "city": "Mantador", + "state": "ND", + "latitude": "46.167324", + "longitude": "-96.982510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58059", + "city": "Mapleton", + "state": "ND", + "latitude": "46.839654", + "longitude": "-97.122410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58060", + "city": "Milnor", + "state": "ND", + "latitude": "46.253432", + "longitude": "-97.445070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58061", + "city": "Mooreton", + "state": "ND", + "latitude": "46.273380", + "longitude": "-96.881780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58062", + "city": "Nome", + "state": "ND", + "latitude": "46.669107", + "longitude": "-97.818420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58063", + "city": "Oriska", + "state": "ND", + "latitude": "46.947243", + "longitude": "-97.818270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58064", + "city": "Page", + "state": "ND", + "latitude": "47.151891", + "longitude": "-97.604010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58065", + "city": "Pillsbury", + "state": "ND", + "latitude": "46.650741", + "longitude": "-98.195722", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58067", + "city": "Rutland", + "state": "ND", + "latitude": "46.072821", + "longitude": "-97.498720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58068", + "city": "Sheldon", + "state": "ND", + "latitude": "46.564908", + "longitude": "-97.437630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58069", + "city": "Stirum", + "state": "ND", + "latitude": "46.232799", + "longitude": "-97.850920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58071", + "city": "Tower City", + "state": "ND", + "latitude": "46.930679", + "longitude": "-97.687080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58072", + "city": "Valley City", + "state": "ND", + "latitude": "46.934311", + "longitude": "-98.023740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58074", + "city": "Wahpeton", + "state": "ND", + "latitude": "46.283291", + "longitude": "-96.917614", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58075", + "city": "Wahpeton", + "state": "ND", + "latitude": "46.282320", + "longitude": "-96.684940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58076", + "city": "Wahpeton", + "state": "ND", + "latitude": "46.271839", + "longitude": "-96.608142", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58077", + "city": "Walcott", + "state": "ND", + "latitude": "46.533488", + "longitude": "-96.937560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58078", + "city": "West Fargo", + "state": "ND", + "latitude": "46.875367", + "longitude": "-96.905030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58079", + "city": "Wheatland", + "state": "ND", + "latitude": "46.883504", + "longitude": "-97.356160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58081", + "city": "Wyndmere", + "state": "ND", + "latitude": "46.282064", + "longitude": "-97.134770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58102", + "city": "Fargo", + "state": "ND", + "latitude": "46.900348", + "longitude": "-96.800160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58103", + "city": "Fargo", + "state": "ND", + "latitude": "46.860864", + "longitude": "-96.816020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58104", + "city": "Fargo", + "state": "ND", + "latitude": "46.812118", + "longitude": "-96.839000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58105", + "city": "Fargo", + "state": "ND", + "latitude": "46.941400", + "longitude": "-96.967371", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58106", + "city": "Fargo", + "state": "ND", + "latitude": "46.934596", + "longitude": "-97.229718", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58107", + "city": "Fargo", + "state": "ND", + "latitude": "46.934596", + "longitude": "-97.229718", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58108", + "city": "Fargo", + "state": "ND", + "latitude": "46.934596", + "longitude": "-97.229718", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58109", + "city": "Fargo", + "state": "ND", + "latitude": "46.823520", + "longitude": "-96.814800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58121", + "city": "Fargo", + "state": "ND", + "latitude": "46.934596", + "longitude": "-97.229718", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58122", + "city": "Fargo", + "state": "ND", + "latitude": "46.934596", + "longitude": "-97.229718", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58123", + "city": "Fargo", + "state": "ND", + "latitude": "46.934596", + "longitude": "-97.229718", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58124", + "city": "Fargo", + "state": "ND", + "latitude": "46.934596", + "longitude": "-97.229718", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58125", + "city": "Fargo", + "state": "ND", + "latitude": "46.934596", + "longitude": "-97.229718", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58126", + "city": "Fargo", + "state": "ND", + "latitude": "46.934596", + "longitude": "-97.229718", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58201", + "city": "Grand Forks", + "state": "ND", + "latitude": "47.899217", + "longitude": "-97.058960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58202", + "city": "Grand Forks", + "state": "ND", + "latitude": "47.920679", + "longitude": "-97.072280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58203", + "city": "Grand Forks", + "state": "ND", + "latitude": "47.938898", + "longitude": "-97.084010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58204", + "city": "Grand Forks AFB", + "state": "ND", + "latitude": "47.943847", + "longitude": "-97.372550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58205", + "city": "Grand Forks AFB", + "state": "ND", + "latitude": "47.933481", + "longitude": "-97.394446", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58206", + "city": "Grand Forks", + "state": "ND", + "latitude": "47.933481", + "longitude": "-97.394446", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58207", + "city": "Grand Forks", + "state": "ND", + "latitude": "47.933481", + "longitude": "-97.394446", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58208", + "city": "Grand Forks", + "state": "ND", + "latitude": "47.933481", + "longitude": "-97.394446", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58210", + "city": "Adams", + "state": "ND", + "latitude": "48.391059", + "longitude": "-98.111730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58212", + "city": "Aneta", + "state": "ND", + "latitude": "47.694000", + "longitude": "-97.997030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58213", + "city": "Ardoch", + "state": "ND", + "latitude": "48.204374", + "longitude": "-97.307740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58214", + "city": "Arvilla", + "state": "ND", + "latitude": "47.930777", + "longitude": "-97.490660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58216", + "city": "Bathgate", + "state": "ND", + "latitude": "48.883906", + "longitude": "-97.448900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58218", + "city": "Buxton", + "state": "ND", + "latitude": "47.592267", + "longitude": "-97.075030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58219", + "city": "Caledonia", + "state": "ND", + "latitude": "47.472415", + "longitude": "-96.888700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58220", + "city": "Cavalier", + "state": "ND", + "latitude": "48.797042", + "longitude": "-97.698870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58222", + "city": "Crystal", + "state": "ND", + "latitude": "48.622930", + "longitude": "-97.678620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58223", + "city": "Cummings", + "state": "ND", + "latitude": "47.505171", + "longitude": "-97.059060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58224", + "city": "Dahlen", + "state": "ND", + "latitude": "48.173113", + "longitude": "-97.957660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58225", + "city": "Drayton", + "state": "ND", + "latitude": "48.593133", + "longitude": "-97.222720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58227", + "city": "Edinburg", + "state": "ND", + "latitude": "48.527038", + "longitude": "-97.906120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58228", + "city": "Emerado", + "state": "ND", + "latitude": "47.882652", + "longitude": "-97.355640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58229", + "city": "Fairdale", + "state": "ND", + "latitude": "48.497876", + "longitude": "-98.236780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58230", + "city": "Finley", + "state": "ND", + "latitude": "47.475797", + "longitude": "-97.804270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58231", + "city": "Fordville", + "state": "ND", + "latitude": "48.214268", + "longitude": "-97.825440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58233", + "city": "Forest River", + "state": "ND", + "latitude": "48.228707", + "longitude": "-97.524980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58234", + "city": "Brantford", + "state": "SD", + "latitude": "47.889186", + "longitude": "-98.125687", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58235", + "city": "Gilby", + "state": "ND", + "latitude": "48.084335", + "longitude": "-97.472380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58236", + "city": "Glasston", + "state": "ND", + "latitude": "48.714076", + "longitude": "-97.447410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58237", + "city": "Grafton", + "state": "ND", + "latitude": "48.415911", + "longitude": "-97.409600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58238", + "city": "Hamilton", + "state": "ND", + "latitude": "48.782885", + "longitude": "-97.414900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58239", + "city": "Hannah", + "state": "ND", + "latitude": "48.950929", + "longitude": "-98.669210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58240", + "city": "Hatton", + "state": "ND", + "latitude": "47.631000", + "longitude": "-97.485110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58241", + "city": "Hensel", + "state": "ND", + "latitude": "48.710208", + "longitude": "-97.698930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58243", + "city": "Hoople", + "state": "ND", + "latitude": "48.515762", + "longitude": "-97.663850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58244", + "city": "Inkster", + "state": "ND", + "latitude": "48.144073", + "longitude": "-97.633210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58249", + "city": "Langdon", + "state": "ND", + "latitude": "48.811921", + "longitude": "-98.310330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58250", + "city": "Lankin", + "state": "ND", + "latitude": "48.288615", + "longitude": "-98.000820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58251", + "city": "Larimore", + "state": "ND", + "latitude": "47.942137", + "longitude": "-97.674550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58254", + "city": "Mcville", + "state": "ND", + "latitude": "47.765244", + "longitude": "-98.163570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58255", + "city": "Maida", + "state": "ND", + "latitude": "48.999101", + "longitude": "-98.352410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58256", + "city": "Manvel", + "state": "ND", + "latitude": "48.083218", + "longitude": "-97.189940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58257", + "city": "Mayville", + "state": "ND", + "latitude": "47.490878", + "longitude": "-97.293920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58258", + "city": "Mekinock", + "state": "ND", + "latitude": "48.008825", + "longitude": "-97.354240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58259", + "city": "Michigan", + "state": "ND", + "latitude": "48.052404", + "longitude": "-98.123790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58260", + "city": "Milton", + "state": "ND", + "latitude": "48.622954", + "longitude": "-98.051620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58261", + "city": "Minto", + "state": "ND", + "latitude": "48.288316", + "longitude": "-97.287110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58262", + "city": "Mountain", + "state": "ND", + "latitude": "48.689123", + "longitude": "-97.866950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58265", + "city": "Neche", + "state": "ND", + "latitude": "48.956342", + "longitude": "-97.590210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58266", + "city": "Niagara", + "state": "ND", + "latitude": "48.000075", + "longitude": "-97.850410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58267", + "city": "Northwood", + "state": "ND", + "latitude": "47.763540", + "longitude": "-97.592790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58269", + "city": "Osnabrock", + "state": "ND", + "latitude": "48.695247", + "longitude": "-98.176720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58270", + "city": "Park River", + "state": "ND", + "latitude": "48.396420", + "longitude": "-97.780250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58271", + "city": "Pembina", + "state": "ND", + "latitude": "48.943042", + "longitude": "-97.279240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58272", + "city": "Petersburg", + "state": "ND", + "latitude": "48.013283", + "longitude": "-97.992980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58273", + "city": "Pisek", + "state": "ND", + "latitude": "48.303376", + "longitude": "-97.697670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58274", + "city": "Portland", + "state": "ND", + "latitude": "47.491179", + "longitude": "-97.463430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58275", + "city": "Reynolds", + "state": "ND", + "latitude": "47.679330", + "longitude": "-97.121000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58276", + "city": "Saint Thomas", + "state": "ND", + "latitude": "48.628551", + "longitude": "-97.448230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58277", + "city": "Sharon", + "state": "ND", + "latitude": "47.608142", + "longitude": "-97.817900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58278", + "city": "Thompson", + "state": "ND", + "latitude": "47.772417", + "longitude": "-97.110740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58281", + "city": "Wales", + "state": "ND", + "latitude": "48.855352", + "longitude": "-98.617100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58282", + "city": "Walhalla", + "state": "ND", + "latitude": "48.915739", + "longitude": "-97.923120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58293", + "city": "Farmington", + "state": "ND", + "latitude": "48.528451", + "longitude": "-97.504912", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58300", + "city": "Poplar Grove", + "state": "ND", + "latitude": "48.100660", + "longitude": "-98.984266", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58301", + "city": "Devils Lake", + "state": "ND", + "latitude": "48.122688", + "longitude": "-98.877520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58310", + "city": "Agate", + "state": "ND", + "latitude": "48.617378", + "longitude": "-99.634530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58311", + "city": "Alsen", + "state": "ND", + "latitude": "48.637939", + "longitude": "-98.611920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58313", + "city": "Balta", + "state": "ND", + "latitude": "48.165299", + "longitude": "-100.038400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58316", + "city": "Belcourt", + "state": "ND", + "latitude": "48.837507", + "longitude": "-99.763880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58317", + "city": "Bisbee", + "state": "ND", + "latitude": "48.628607", + "longitude": "-99.377070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58318", + "city": "Bottineau", + "state": "ND", + "latitude": "48.864955", + "longitude": "-100.414030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58319", + "city": "Bremen", + "state": "ND", + "latitude": "47.663508", + "longitude": "-99.664406", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58320", + "city": "Brinsmade", + "state": "ND", + "latitude": "48.286410", + "longitude": "-99.404705", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58321", + "city": "Brocket", + "state": "ND", + "latitude": "48.204745", + "longitude": "-98.314370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58323", + "city": "Calvin", + "state": "ND", + "latitude": "48.849591", + "longitude": "-98.905250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58324", + "city": "Cando", + "state": "ND", + "latitude": "48.485321", + "longitude": "-99.207600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58325", + "city": "Churchs Ferry", + "state": "ND", + "latitude": "48.272135", + "longitude": "-99.166540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58327", + "city": "Crary", + "state": "ND", + "latitude": "48.088486", + "longitude": "-98.562770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58329", + "city": "Dunseith", + "state": "ND", + "latitude": "48.855835", + "longitude": "-100.036360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58330", + "city": "Edmore", + "state": "ND", + "latitude": "48.427738", + "longitude": "-98.524920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58331", + "city": "Egeland", + "state": "ND", + "latitude": "48.655450", + "longitude": "-99.114150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58332", + "city": "Esmond", + "state": "ND", + "latitude": "48.058376", + "longitude": "-99.777660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58333", + "city": "Sykeston", + "state": "ND", + "latitude": "47.580254", + "longitude": "-99.654570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58335", + "city": "Fort Totten", + "state": "ND", + "latitude": "47.968523", + "longitude": "-99.028310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58337", + "city": "Hamberg", + "state": "ND", + "latitude": "47.587372", + "longitude": "-99.667737", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58338", + "city": "Hampden", + "state": "ND", + "latitude": "48.530196", + "longitude": "-98.641000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58339", + "city": "Hansboro", + "state": "ND", + "latitude": "48.900063", + "longitude": "-99.427769", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58341", + "city": "Harvey", + "state": "ND", + "latitude": "47.767862", + "longitude": "-99.844160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58343", + "city": "Knox", + "state": "ND", + "latitude": "48.311156", + "longitude": "-99.707440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58344", + "city": "Lakota", + "state": "ND", + "latitude": "48.021136", + "longitude": "-98.335020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58345", + "city": "Lawton", + "state": "ND", + "latitude": "48.303578", + "longitude": "-98.333780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58346", + "city": "Leeds", + "state": "ND", + "latitude": "48.286717", + "longitude": "-99.426750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58348", + "city": "Maddock", + "state": "ND", + "latitude": "47.955217", + "longitude": "-99.523170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58351", + "city": "Minnewaukan", + "state": "ND", + "latitude": "48.100632", + "longitude": "-99.297180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58352", + "city": "Munich", + "state": "ND", + "latitude": "48.696001", + "longitude": "-98.872720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58353", + "city": "Mylo", + "state": "ND", + "latitude": "48.636915", + "longitude": "-99.616650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58355", + "city": "Nekoma", + "state": "ND", + "latitude": "48.591846", + "longitude": "-98.368270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58356", + "city": "New Rockford", + "state": "ND", + "latitude": "47.669608", + "longitude": "-99.105530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58357", + "city": "Oberon", + "state": "ND", + "latitude": "47.931081", + "longitude": "-99.222690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58358", + "city": "Fort Yates", + "state": "ND", + "latitude": "46.084899", + "longitude": "-100.630803", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58359", + "city": "Orrin", + "state": "ND", + "latitude": "48.091057", + "longitude": "-100.164400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58361", + "city": "Pekin", + "state": "ND", + "latitude": "47.754360", + "longitude": "-98.339750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58362", + "city": "Penn", + "state": "ND", + "latitude": "48.223375", + "longitude": "-99.095580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58363", + "city": "Perth", + "state": "ND", + "latitude": "48.742513", + "longitude": "-99.427440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58365", + "city": "Rocklake", + "state": "ND", + "latitude": "48.847410", + "longitude": "-99.266430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58366", + "city": "Rolette", + "state": "ND", + "latitude": "48.653781", + "longitude": "-99.917680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58367", + "city": "Rolla", + "state": "ND", + "latitude": "48.855873", + "longitude": "-99.585580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58368", + "city": "Rugby", + "state": "ND", + "latitude": "48.273263", + "longitude": "-100.009910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58369", + "city": "Saint John", + "state": "ND", + "latitude": "48.937584", + "longitude": "-99.805500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58370", + "city": "Saint Michael", + "state": "ND", + "latitude": "47.994379", + "longitude": "-98.869130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58371", + "city": "Grandfield", + "state": "ND", + "latitude": "47.799663", + "longitude": "-99.211615", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58372", + "city": "Sarles", + "state": "ND", + "latitude": "48.947387", + "longitude": "-99.022270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58374", + "city": "Sheyenne", + "state": "ND", + "latitude": "47.839733", + "longitude": "-99.072410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58377", + "city": "Starkweather", + "state": "ND", + "latitude": "48.478826", + "longitude": "-98.873110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58379", + "city": "Tokio", + "state": "ND", + "latitude": "47.934575", + "longitude": "-98.824590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58380", + "city": "Tolna", + "state": "ND", + "latitude": "47.836237", + "longitude": "-98.515020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58381", + "city": "Warwick", + "state": "ND", + "latitude": "47.840223", + "longitude": "-98.748950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58382", + "city": "Webster", + "state": "ND", + "latitude": "48.318106", + "longitude": "-98.799730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58384", + "city": "Willow City", + "state": "ND", + "latitude": "48.609924", + "longitude": "-100.265870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58385", + "city": "Wolford", + "state": "ND", + "latitude": "48.470278", + "longitude": "-99.674970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58386", + "city": "York", + "state": "ND", + "latitude": "48.322300", + "longitude": "-99.598780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58401", + "city": "Jamestown", + "state": "ND", + "latitude": "46.906983", + "longitude": "-98.728260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58402", + "city": "Jamestown", + "state": "ND", + "latitude": "46.978820", + "longitude": "-98.960032", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58405", + "city": "Jamestown", + "state": "ND", + "latitude": "46.913344", + "longitude": "-98.699553", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58413", + "city": "Ashley", + "state": "ND", + "latitude": "46.052308", + "longitude": "-99.274760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58415", + "city": "Berlin", + "state": "ND", + "latitude": "46.362812", + "longitude": "-98.484040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58416", + "city": "Binford", + "state": "ND", + "latitude": "47.555709", + "longitude": "-98.345670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58418", + "city": "Bowdon", + "state": "ND", + "latitude": "47.421570", + "longitude": "-99.639460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58420", + "city": "Buchanan", + "state": "ND", + "latitude": "47.073601", + "longitude": "-98.858430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58421", + "city": "Carrington", + "state": "ND", + "latitude": "47.450049", + "longitude": "-99.085270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58422", + "city": "Cathay", + "state": "ND", + "latitude": "47.609264", + "longitude": "-99.425680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58423", + "city": "Chaseley", + "state": "ND", + "latitude": "47.494170", + "longitude": "-99.842120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58424", + "city": "Cleveland", + "state": "ND", + "latitude": "46.888946", + "longitude": "-99.113150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58425", + "city": "Cooperstown", + "state": "ND", + "latitude": "47.446297", + "longitude": "-98.134170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58426", + "city": "Courtenay", + "state": "ND", + "latitude": "47.227781", + "longitude": "-98.585450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58428", + "city": "Dawson", + "state": "ND", + "latitude": "46.868175", + "longitude": "-99.749130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58429", + "city": "Dazey", + "state": "ND", + "latitude": "47.201159", + "longitude": "-98.136620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58430", + "city": "Denhoff", + "state": "ND", + "latitude": "47.581276", + "longitude": "-100.271730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58431", + "city": "Dickey", + "state": "ND", + "latitude": "46.522016", + "longitude": "-98.483520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58432", + "city": "Eckelson", + "state": "ND", + "latitude": "46.892518", + "longitude": "-98.375536", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58433", + "city": "Edgeley", + "state": "ND", + "latitude": "46.366866", + "longitude": "-98.721450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58436", + "city": "Ellendale", + "state": "ND", + "latitude": "46.067077", + "longitude": "-98.580440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58438", + "city": "Fessenden", + "state": "ND", + "latitude": "47.652764", + "longitude": "-99.619380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58439", + "city": "Forbes", + "state": "ND", + "latitude": "46.014472", + "longitude": "-98.831810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58440", + "city": "Fredonia", + "state": "ND", + "latitude": "46.310458", + "longitude": "-99.131510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58441", + "city": "Fullerton", + "state": "ND", + "latitude": "46.163828", + "longitude": "-98.389120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58442", + "city": "Gackle", + "state": "ND", + "latitude": "46.596847", + "longitude": "-99.161600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58443", + "city": "Glenfield", + "state": "ND", + "latitude": "47.435273", + "longitude": "-98.638420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58444", + "city": "Goodrich", + "state": "ND", + "latitude": "47.480027", + "longitude": "-100.137170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58445", + "city": "Grace City", + "state": "ND", + "latitude": "47.547770", + "longitude": "-98.805940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58448", + "city": "Hannaford", + "state": "ND", + "latitude": "47.313610", + "longitude": "-98.212200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58451", + "city": "Hurdsfield", + "state": "ND", + "latitude": "47.456626", + "longitude": "-99.937200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58452", + "city": "Jessie", + "state": "ND", + "latitude": "47.456477", + "longitude": "-98.230415", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58454", + "city": "Jud", + "state": "ND", + "latitude": "46.579950", + "longitude": "-98.897480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58455", + "city": "Kensal", + "state": "ND", + "latitude": "47.290251", + "longitude": "-98.753180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58456", + "city": "Kulm", + "state": "ND", + "latitude": "46.270766", + "longitude": "-98.932920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58458", + "city": "Lamoure", + "state": "ND", + "latitude": "46.367889", + "longitude": "-98.293760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58460", + "city": "Lehr", + "state": "ND", + "latitude": "46.309847", + "longitude": "-99.321810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58461", + "city": "Litchville", + "state": "ND", + "latitude": "46.654622", + "longitude": "-98.200150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58463", + "city": "Mcclusky", + "state": "ND", + "latitude": "47.483877", + "longitude": "-100.486940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58464", + "city": "Mchenry", + "state": "ND", + "latitude": "47.583586", + "longitude": "-98.588900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58466", + "city": "Marion", + "state": "ND", + "latitude": "46.611528", + "longitude": "-98.369110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58467", + "city": "Medina", + "state": "ND", + "latitude": "46.867794", + "longitude": "-99.331250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58472", + "city": "Montpelier", + "state": "ND", + "latitude": "46.638134", + "longitude": "-98.639230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58474", + "city": "Oakes", + "state": "ND", + "latitude": "46.090506", + "longitude": "-98.115840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58475", + "city": "Pettibone", + "state": "ND", + "latitude": "47.149515", + "longitude": "-99.566000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58476", + "city": "Pingree", + "state": "ND", + "latitude": "47.189716", + "longitude": "-98.973280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58477", + "city": "Regan", + "state": "ND", + "latitude": "47.229815", + "longitude": "-100.539800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58478", + "city": "Robinson", + "state": "ND", + "latitude": "47.135224", + "longitude": "-99.745520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58479", + "city": "Rogers", + "state": "ND", + "latitude": "47.092093", + "longitude": "-98.250770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58480", + "city": "Sanborn", + "state": "ND", + "latitude": "46.928530", + "longitude": "-98.259360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58481", + "city": "Spiritwood", + "state": "ND", + "latitude": "46.947101", + "longitude": "-98.428800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58482", + "city": "Steele", + "state": "ND", + "latitude": "46.862714", + "longitude": "-99.920500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58483", + "city": "Streeter", + "state": "ND", + "latitude": "46.631342", + "longitude": "-99.398980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58484", + "city": "Sutton", + "state": "ND", + "latitude": "47.399657", + "longitude": "-98.440520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58486", + "city": "Sykeston", + "state": "ND", + "latitude": "47.435936", + "longitude": "-99.404690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58487", + "city": "Tappen", + "state": "ND", + "latitude": "46.856925", + "longitude": "-99.605680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58488", + "city": "Tuttle", + "state": "ND", + "latitude": "47.177348", + "longitude": "-99.994150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58489", + "city": "Venturia", + "state": "ND", + "latitude": "46.032700", + "longitude": "-99.618470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58490", + "city": "Verona", + "state": "ND", + "latitude": "46.368093", + "longitude": "-98.060740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58492", + "city": "Wimbledon", + "state": "ND", + "latitude": "47.154922", + "longitude": "-98.439930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58494", + "city": "Wing", + "state": "ND", + "latitude": "47.141711", + "longitude": "-100.272790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58495", + "city": "Wishek", + "state": "ND", + "latitude": "46.278442", + "longitude": "-99.561980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58496", + "city": "Woodworth", + "state": "ND", + "latitude": "47.153361", + "longitude": "-99.310520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58497", + "city": "Ypsilanti", + "state": "ND", + "latitude": "46.770483", + "longitude": "-98.564960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58501", + "city": "Bismarck", + "state": "ND", + "latitude": "46.839620", + "longitude": "-100.772300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58502", + "city": "Bismarck", + "state": "ND", + "latitude": "46.888700", + "longitude": "-100.681855", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58503", + "city": "Bismarck", + "state": "ND", + "latitude": "46.861794", + "longitude": "-100.780260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58504", + "city": "Bismarck", + "state": "ND", + "latitude": "46.768617", + "longitude": "-100.753810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58505", + "city": "Bismarck", + "state": "ND", + "latitude": "46.821260", + "longitude": "-100.781310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58506", + "city": "Bismarck", + "state": "ND", + "latitude": "46.980475", + "longitude": "-100.520063", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58507", + "city": "Bismarck", + "state": "ND", + "latitude": "46.980475", + "longitude": "-100.520063", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58520", + "city": "Almont", + "state": "ND", + "latitude": "46.657221", + "longitude": "-101.537470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58521", + "city": "Baldwin", + "state": "ND", + "latitude": "47.035410", + "longitude": "-100.717860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58523", + "city": "Beulah", + "state": "ND", + "latitude": "47.229528", + "longitude": "-101.759650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58524", + "city": "Braddock", + "state": "ND", + "latitude": "46.596608", + "longitude": "-100.094970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58528", + "city": "Cannon Ball", + "state": "ND", + "latitude": "46.249361", + "longitude": "-100.638670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58529", + "city": "Carson", + "state": "ND", + "latitude": "46.320916", + "longitude": "-101.604060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58530", + "city": "Center", + "state": "ND", + "latitude": "47.133382", + "longitude": "-101.183090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58531", + "city": "Coleharbor", + "state": "ND", + "latitude": "47.575888", + "longitude": "-101.190020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58532", + "city": "Driscoll", + "state": "ND", + "latitude": "46.864850", + "longitude": "-100.106940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58533", + "city": "Elgin", + "state": "ND", + "latitude": "46.408171", + "longitude": "-101.828530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58535", + "city": "Flasher", + "state": "ND", + "latitude": "46.501898", + "longitude": "-101.247370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58538", + "city": "Fort Yates", + "state": "ND", + "latitude": "46.062798", + "longitude": "-100.721140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58540", + "city": "Garrison", + "state": "ND", + "latitude": "47.646187", + "longitude": "-101.527390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58541", + "city": "Golden Valley", + "state": "ND", + "latitude": "47.396933", + "longitude": "-102.081060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58542", + "city": "Hague", + "state": "ND", + "latitude": "46.050820", + "longitude": "-100.035760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58544", + "city": "Hazelton", + "state": "ND", + "latitude": "46.488312", + "longitude": "-100.292830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58545", + "city": "Hazen", + "state": "ND", + "latitude": "47.290543", + "longitude": "-101.612070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58549", + "city": "Kintyre", + "state": "ND", + "latitude": "46.467732", + "longitude": "-99.937960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58552", + "city": "Linton", + "state": "ND", + "latitude": "46.257466", + "longitude": "-100.238330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58553", + "city": "Mckenzie", + "state": "ND", + "latitude": "46.814568", + "longitude": "-100.401370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58554", + "city": "Mandan", + "state": "ND", + "latitude": "46.812148", + "longitude": "-100.908910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58558", + "city": "Menoken", + "state": "ND", + "latitude": "46.813571", + "longitude": "-100.531010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58559", + "city": "Mercer", + "state": "ND", + "latitude": "47.429223", + "longitude": "-100.726620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58560", + "city": "Moffit", + "state": "ND", + "latitude": "46.677294", + "longitude": "-100.281850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58561", + "city": "Napoleon", + "state": "ND", + "latitude": "46.477491", + "longitude": "-99.716890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58562", + "city": "New Leipzig", + "state": "ND", + "latitude": "46.346028", + "longitude": "-102.007700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58563", + "city": "New Salem", + "state": "ND", + "latitude": "46.909229", + "longitude": "-101.439100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58564", + "city": "Raleigh", + "state": "ND", + "latitude": "46.291855", + "longitude": "-101.345920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58565", + "city": "Riverdale", + "state": "ND", + "latitude": "47.494559", + "longitude": "-101.376680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58566", + "city": "Saint Anthony", + "state": "ND", + "latitude": "46.591740", + "longitude": "-100.933320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58568", + "city": "Selfridge", + "state": "ND", + "latitude": "46.155222", + "longitude": "-100.946350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58569", + "city": "Shields", + "state": "ND", + "latitude": "46.258711", + "longitude": "-101.175630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58570", + "city": "Solen", + "state": "ND", + "latitude": "46.421762", + "longitude": "-100.930170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58571", + "city": "Stanton", + "state": "ND", + "latitude": "47.281472", + "longitude": "-101.376420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58572", + "city": "Sterling", + "state": "ND", + "latitude": "46.885406", + "longitude": "-100.303550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58573", + "city": "Strasburg", + "state": "ND", + "latitude": "46.094998", + "longitude": "-100.243420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58575", + "city": "Turtle Lake", + "state": "ND", + "latitude": "47.543706", + "longitude": "-100.874660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58576", + "city": "Underwood", + "state": "ND", + "latitude": "47.446392", + "longitude": "-101.156670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58577", + "city": "Washburn", + "state": "ND", + "latitude": "47.302682", + "longitude": "-101.046180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58579", + "city": "Wilton", + "state": "ND", + "latitude": "47.178883", + "longitude": "-100.760000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58580", + "city": "Zap", + "state": "ND", + "latitude": "47.281173", + "longitude": "-101.925400", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58581", + "city": "Zeeland", + "state": "ND", + "latitude": "46.014164", + "longitude": "-99.836060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58601", + "city": "Dickinson", + "state": "ND", + "latitude": "46.878057", + "longitude": "-102.804100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58602", + "city": "Dickinson", + "state": "ND", + "latitude": "46.820185", + "longitude": "-102.663913", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58620", + "city": "Amidon", + "state": "ND", + "latitude": "46.486096", + "longitude": "-103.316820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58621", + "city": "Beach", + "state": "ND", + "latitude": "47.077257", + "longitude": "-103.930510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58622", + "city": "Belfield", + "state": "ND", + "latitude": "46.922727", + "longitude": "-103.213890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58623", + "city": "Bowman", + "state": "ND", + "latitude": "46.182799", + "longitude": "-103.404530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58625", + "city": "Dodge", + "state": "ND", + "latitude": "47.252561", + "longitude": "-102.187890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58626", + "city": "Dunn Center", + "state": "ND", + "latitude": "47.346329", + "longitude": "-102.612220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58627", + "city": "Fairfield", + "state": "ND", + "latitude": "47.219032", + "longitude": "-103.233270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58630", + "city": "Gladstone", + "state": "ND", + "latitude": "46.860364", + "longitude": "-102.567820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58631", + "city": "Glen Ullin", + "state": "ND", + "latitude": "46.759443", + "longitude": "-101.833680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58632", + "city": "Golva", + "state": "ND", + "latitude": "46.713628", + "longitude": "-103.949950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58634", + "city": "Grassy Butte", + "state": "ND", + "latitude": "47.393108", + "longitude": "-103.368990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58636", + "city": "Halliday", + "state": "ND", + "latitude": "47.371929", + "longitude": "-102.343450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58638", + "city": "Hebron", + "state": "ND", + "latitude": "46.877355", + "longitude": "-102.049700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58639", + "city": "Hettinger", + "state": "ND", + "latitude": "46.043733", + "longitude": "-102.603530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58640", + "city": "Killdeer", + "state": "ND", + "latitude": "47.411564", + "longitude": "-102.827660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58641", + "city": "Lefor", + "state": "ND", + "latitude": "46.666229", + "longitude": "-102.485490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58642", + "city": "Manning", + "state": "ND", + "latitude": "47.151337", + "longitude": "-102.822160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58643", + "city": "Marmarth", + "state": "ND", + "latitude": "46.271500", + "longitude": "-103.932030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58644", + "city": "Marshall", + "state": "ND", + "latitude": "47.402085", + "longitude": "-102.622139", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58645", + "city": "Medora", + "state": "ND", + "latitude": "46.927520", + "longitude": "-103.568720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58646", + "city": "Mott", + "state": "ND", + "latitude": "46.379559", + "longitude": "-102.287580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58647", + "city": "New England", + "state": "ND", + "latitude": "46.511555", + "longitude": "-102.873500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58649", + "city": "Reeder", + "state": "ND", + "latitude": "46.140764", + "longitude": "-102.923040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58650", + "city": "Regent", + "state": "ND", + "latitude": "46.405798", + "longitude": "-102.603980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58651", + "city": "Rhame", + "state": "ND", + "latitude": "46.329565", + "longitude": "-103.685390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58652", + "city": "Richardton", + "state": "ND", + "latitude": "46.891017", + "longitude": "-102.283560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58653", + "city": "Scranton", + "state": "ND", + "latitude": "46.172025", + "longitude": "-103.091610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58654", + "city": "Sentinel Butte", + "state": "ND", + "latitude": "46.859920", + "longitude": "-103.783220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58655", + "city": "South Heart", + "state": "ND", + "latitude": "46.808668", + "longitude": "-103.033640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58656", + "city": "Taylor", + "state": "ND", + "latitude": "46.975615", + "longitude": "-102.462190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58673", + "city": "Dodge", + "state": "ND", + "latitude": "47.304598", + "longitude": "-102.203219", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58701", + "city": "Minot", + "state": "ND", + "latitude": "48.199830", + "longitude": "-101.285790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58702", + "city": "Minot", + "state": "ND", + "latitude": "48.336898", + "longitude": "-101.451285", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58703", + "city": "Minot", + "state": "ND", + "latitude": "48.277024", + "longitude": "-101.319420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58704", + "city": "Minot AFB", + "state": "ND", + "latitude": "48.416470", + "longitude": "-101.327400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58705", + "city": "Minot AFB", + "state": "ND", + "latitude": "48.234184", + "longitude": "-101.297161", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58707", + "city": "Minot", + "state": "ND", + "latitude": "48.245267", + "longitude": "-101.301179", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58710", + "city": "Anamoose", + "state": "ND", + "latitude": "47.877560", + "longitude": "-100.236770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58711", + "city": "Antler", + "state": "ND", + "latitude": "48.944240", + "longitude": "-101.289120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58712", + "city": "Balfour", + "state": "ND", + "latitude": "47.985515", + "longitude": "-100.531580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58713", + "city": "Bantry", + "state": "ND", + "latitude": "48.552669", + "longitude": "-100.635940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58716", + "city": "Benedict", + "state": "ND", + "latitude": "47.827810", + "longitude": "-101.081180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58718", + "city": "Berthold", + "state": "ND", + "latitude": "48.327365", + "longitude": "-101.818780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58721", + "city": "Bowbells", + "state": "ND", + "latitude": "48.811975", + "longitude": "-102.273620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58722", + "city": "Burlington", + "state": "ND", + "latitude": "48.251187", + "longitude": "-101.473310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58723", + "city": "Butte", + "state": "ND", + "latitude": "47.785232", + "longitude": "-100.692570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58725", + "city": "Carpio", + "state": "ND", + "latitude": "48.466756", + "longitude": "-101.701750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58727", + "city": "Columbus", + "state": "ND", + "latitude": "48.844129", + "longitude": "-102.804850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58730", + "city": "Crosby", + "state": "ND", + "latitude": "48.889528", + "longitude": "-103.323040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58731", + "city": "Deering", + "state": "ND", + "latitude": "48.422289", + "longitude": "-100.984090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58733", + "city": "Des Lacs", + "state": "ND", + "latitude": "48.171782", + "longitude": "-101.609810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58734", + "city": "Donnybrook", + "state": "ND", + "latitude": "48.506446", + "longitude": "-101.963790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58735", + "city": "Douglas", + "state": "ND", + "latitude": "47.869756", + "longitude": "-101.496730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58736", + "city": "Drake", + "state": "ND", + "latitude": "47.916124", + "longitude": "-100.381230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58737", + "city": "Flaxton", + "state": "ND", + "latitude": "48.917722", + "longitude": "-102.404010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58740", + "city": "Glenburn", + "state": "ND", + "latitude": "48.485288", + "longitude": "-101.221560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58741", + "city": "Granville", + "state": "ND", + "latitude": "48.269326", + "longitude": "-100.824680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58744", + "city": "Karlsruhe", + "state": "ND", + "latitude": "48.102064", + "longitude": "-100.615370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58746", + "city": "Kenmare", + "state": "ND", + "latitude": "48.719925", + "longitude": "-102.083010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58747", + "city": "Kief", + "state": "ND", + "latitude": "47.808989", + "longitude": "-100.510070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58748", + "city": "Kramer", + "state": "ND", + "latitude": "48.687522", + "longitude": "-100.660600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58750", + "city": "Lansford", + "state": "ND", + "latitude": "48.611257", + "longitude": "-101.419400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58752", + "city": "Lignite", + "state": "ND", + "latitude": "48.845965", + "longitude": "-102.579170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58755", + "city": "Mcgregor", + "state": "ND", + "latitude": "48.632655", + "longitude": "-102.936580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58756", + "city": "Makoti", + "state": "ND", + "latitude": "47.962814", + "longitude": "-101.811130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58757", + "city": "Mandaree", + "state": "ND", + "latitude": "47.702563", + "longitude": "-102.587450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58758", + "city": "Martin", + "state": "ND", + "latitude": "47.781908", + "longitude": "-100.101650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58759", + "city": "Max", + "state": "ND", + "latitude": "47.855591", + "longitude": "-101.260560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58760", + "city": "Maxbass", + "state": "ND", + "latitude": "48.686244", + "longitude": "-101.157870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58761", + "city": "Mohall", + "state": "ND", + "latitude": "48.770684", + "longitude": "-101.551530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58762", + "city": "Newburg", + "state": "ND", + "latitude": "48.671806", + "longitude": "-100.961540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58763", + "city": "New Town", + "state": "ND", + "latitude": "47.983034", + "longitude": "-102.541260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58764", + "city": "Clay", + "state": "ND", + "latitude": "48.676056", + "longitude": "-101.538840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58765", + "city": "Noonan", + "state": "ND", + "latitude": "48.857983", + "longitude": "-103.038330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58768", + "city": "Norwich", + "state": "ND", + "latitude": "48.250987", + "longitude": "-101.001650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58769", + "city": "Palermo", + "state": "ND", + "latitude": "48.330437", + "longitude": "-102.232390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58770", + "city": "Parshall", + "state": "ND", + "latitude": "47.927133", + "longitude": "-102.139730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58771", + "city": "Plaza", + "state": "ND", + "latitude": "48.073998", + "longitude": "-101.976300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58772", + "city": "Portal", + "state": "ND", + "latitude": "48.973939", + "longitude": "-102.600780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58773", + "city": "Powers Lake", + "state": "ND", + "latitude": "48.574749", + "longitude": "-102.650640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58775", + "city": "Roseglen", + "state": "ND", + "latitude": "47.710089", + "longitude": "-101.844060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58776", + "city": "Ross", + "state": "ND", + "latitude": "48.247670", + "longitude": "-102.623310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58778", + "city": "Ruso", + "state": "ND", + "latitude": "47.783028", + "longitude": "-100.934230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58779", + "city": "Ryder", + "state": "ND", + "latitude": "47.811566", + "longitude": "-101.860840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58781", + "city": "Sawyer", + "state": "ND", + "latitude": "48.037844", + "longitude": "-101.096370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58782", + "city": "Sherwood", + "state": "ND", + "latitude": "48.944324", + "longitude": "-101.726430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58783", + "city": "Souris", + "state": "ND", + "latitude": "48.900962", + "longitude": "-100.764020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58784", + "city": "Stanley", + "state": "ND", + "latitude": "48.366981", + "longitude": "-102.423500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58785", + "city": "Surrey", + "state": "ND", + "latitude": "48.271451", + "longitude": "-101.111740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58787", + "city": "Tolley", + "state": "ND", + "latitude": "48.767150", + "longitude": "-101.819350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58788", + "city": "Towner", + "state": "ND", + "latitude": "48.363285", + "longitude": "-100.474770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58789", + "city": "Upham", + "state": "ND", + "latitude": "48.567655", + "longitude": "-100.806210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58790", + "city": "Velva", + "state": "ND", + "latitude": "48.053192", + "longitude": "-100.934250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58792", + "city": "Voltaire", + "state": "ND", + "latitude": "47.971295", + "longitude": "-100.768410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58793", + "city": "Westhope", + "state": "ND", + "latitude": "48.871815", + "longitude": "-101.049360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58794", + "city": "White Earth", + "state": "ND", + "latitude": "48.298407", + "longitude": "-102.766450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58795", + "city": "Wildrose", + "state": "ND", + "latitude": "48.640550", + "longitude": "-103.156930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58801", + "city": "Williston", + "state": "ND", + "latitude": "48.204960", + "longitude": "-103.719080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58802", + "city": "Williston", + "state": "ND", + "latitude": "48.168836", + "longitude": "-103.614824", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58830", + "city": "Alamo", + "state": "ND", + "latitude": "48.586475", + "longitude": "-103.467080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58831", + "city": "Alexander", + "state": "ND", + "latitude": "47.826449", + "longitude": "-103.659160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58832", + "city": "Westby", + "state": "ND", + "latitude": "48.843926", + "longitude": "-103.924225", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58833", + "city": "Ambrose", + "state": "ND", + "latitude": "48.894491", + "longitude": "-103.512150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58835", + "city": "Arnegard", + "state": "ND", + "latitude": "47.739430", + "longitude": "-103.465640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58838", + "city": "Cartwright", + "state": "ND", + "latitude": "47.832020", + "longitude": "-103.886000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "58843", + "city": "Epping", + "state": "ND", + "latitude": "48.278037", + "longitude": "-103.390210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58844", + "city": "Fortuna", + "state": "ND", + "latitude": "48.894636", + "longitude": "-103.758670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58845", + "city": "Grenora", + "state": "ND", + "latitude": "48.629988", + "longitude": "-103.939030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58847", + "city": "Keene", + "state": "ND", + "latitude": "47.884500", + "longitude": "-102.909110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58849", + "city": "Ray", + "state": "ND", + "latitude": "48.326813", + "longitude": "-103.194620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58852", + "city": "Tioga", + "state": "ND", + "latitude": "48.388509", + "longitude": "-102.945890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58853", + "city": "Trenton", + "state": "ND", + "latitude": "48.069085", + "longitude": "-103.843420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58854", + "city": "Watford City", + "state": "ND", + "latitude": "47.835713", + "longitude": "-103.225650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58856", + "city": "Zahl", + "state": "ND", + "latitude": "48.567291", + "longitude": "-103.717110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58888", + "city": "Garrison", + "state": "ND", + "latitude": "47.612579", + "longitude": "-101.304214", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "58982", + "city": "Colquhoun", + "state": "ND", + "latitude": "48.986763", + "longitude": "-101.693630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "59000", + "city": "Roundup", + "state": "MT", + "latitude": "46.506905", + "longitude": "-108.289304", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59001", + "city": "Absarokee", + "state": "MT", + "latitude": "45.522248", + "longitude": "-109.488750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59002", + "city": "Acton", + "state": "MT", + "latitude": "45.932174", + "longitude": "-108.689330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59003", + "city": "Ashland", + "state": "MT", + "latitude": "45.486308", + "longitude": "-106.331690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59004", + "city": "Ashland", + "state": "MT", + "latitude": "46.017965", + "longitude": "-106.991990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59006", + "city": "Ballantine", + "state": "MT", + "latitude": "45.947154", + "longitude": "-108.096900", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59007", + "city": "Bearcreek", + "state": "MT", + "latitude": "45.159808", + "longitude": "-109.146490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59008", + "city": "Belfry", + "state": "MT", + "latitude": "45.103044", + "longitude": "-109.069920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59010", + "city": "Bighorn", + "state": "MT", + "latitude": "45.949226", + "longitude": "-107.228400", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59011", + "city": "Big Timber", + "state": "MT", + "latitude": "45.883409", + "longitude": "-109.918910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59012", + "city": "Birney", + "state": "MT", + "latitude": "45.351247", + "longitude": "-106.588580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59013", + "city": "Boyd", + "state": "MT", + "latitude": "45.464156", + "longitude": "-109.119270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59014", + "city": "Bridger", + "state": "MT", + "latitude": "45.242325", + "longitude": "-108.730730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59015", + "city": "Broadview", + "state": "MT", + "latitude": "46.096447", + "longitude": "-108.831340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59016", + "city": "Busby", + "state": "MT", + "latitude": "45.457795", + "longitude": "-106.970570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59018", + "city": "Clyde Park", + "state": "MT", + "latitude": "45.894359", + "longitude": "-110.611050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59019", + "city": "Columbus", + "state": "MT", + "latitude": "45.602343", + "longitude": "-109.267100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59020", + "city": "Cooke City", + "state": "MT", + "latitude": "45.058868", + "longitude": "-109.900840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59022", + "city": "Crow Agency", + "state": "MT", + "latitude": "45.613564", + "longitude": "-107.378050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59024", + "city": "Custer", + "state": "MT", + "latitude": "46.095217", + "longitude": "-107.631800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59025", + "city": "Decker", + "state": "MT", + "latitude": "45.090049", + "longitude": "-106.692210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59026", + "city": "Edgar", + "state": "MT", + "latitude": "45.430445", + "longitude": "-108.764410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59027", + "city": "Emigrant", + "state": "MT", + "latitude": "45.310206", + "longitude": "-110.889500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59028", + "city": "Fishtail", + "state": "MT", + "latitude": "45.373162", + "longitude": "-109.641340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59029", + "city": "Fromberg", + "state": "MT", + "latitude": "45.391138", + "longitude": "-108.899160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59030", + "city": "Gardiner", + "state": "MT", + "latitude": "45.145353", + "longitude": "-110.607710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59031", + "city": "Garryowen", + "state": "MT", + "latitude": "45.521423", + "longitude": "-107.425660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59032", + "city": "Grass Range", + "state": "MT", + "latitude": "47.041005", + "longitude": "-108.808680", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59033", + "city": "Greycliff", + "state": "MT", + "latitude": "45.734139", + "longitude": "-109.775290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59034", + "city": "Hardin", + "state": "MT", + "latitude": "45.780451", + "longitude": "-107.639870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59035", + "city": "Yellowtail", + "state": "MT", + "latitude": "45.224859", + "longitude": "-107.982990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59036", + "city": "Harlowton", + "state": "MT", + "latitude": "46.435446", + "longitude": "-109.869940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59037", + "city": "Huntley", + "state": "MT", + "latitude": "45.862261", + "longitude": "-108.294740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59038", + "city": "Hysham", + "state": "MT", + "latitude": "46.208375", + "longitude": "-107.224150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59039", + "city": "Ingomar", + "state": "MT", + "latitude": "46.692440", + "longitude": "-107.636800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59041", + "city": "Joliet", + "state": "MT", + "latitude": "45.505519", + "longitude": "-108.921190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59043", + "city": "Lame Deer", + "state": "MT", + "latitude": "45.585984", + "longitude": "-106.638620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59044", + "city": "Laurel", + "state": "MT", + "latitude": "45.665424", + "longitude": "-108.756010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59046", + "city": "Lavina", + "state": "MT", + "latitude": "46.418078", + "longitude": "-109.036370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59047", + "city": "Livingston", + "state": "MT", + "latitude": "45.674463", + "longitude": "-110.538340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59050", + "city": "Lodge Grass", + "state": "MT", + "latitude": "45.272302", + "longitude": "-107.458730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59052", + "city": "McLeod", + "state": "MT", + "latitude": "45.550177", + "longitude": "-110.056670", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59053", + "city": "Martinsdale", + "state": "MT", + "latitude": "46.491523", + "longitude": "-110.504990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59054", + "city": "Melstone", + "state": "MT", + "latitude": "46.565030", + "longitude": "-107.913800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59055", + "city": "Melville", + "state": "MT", + "latitude": "46.132630", + "longitude": "-109.897460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59057", + "city": "Molt", + "state": "MT", + "latitude": "45.846359", + "longitude": "-108.953910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59058", + "city": "Mosby", + "state": "MT", + "latitude": "47.059920", + "longitude": "-107.800280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59059", + "city": "Musselshell", + "state": "MT", + "latitude": "46.455469", + "longitude": "-108.090300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59061", + "city": "Nye", + "state": "MT", + "latitude": "45.452360", + "longitude": "-109.836810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59062", + "city": "Otter", + "state": "MT", + "latitude": "45.154425", + "longitude": "-106.130170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59063", + "city": "Park City", + "state": "MT", + "latitude": "45.622948", + "longitude": "-108.960000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59064", + "city": "Pompeys Pillar", + "state": "MT", + "latitude": "45.903794", + "longitude": "-107.921810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59065", + "city": "Pray", + "state": "MT", + "latitude": "45.336151", + "longitude": "-110.750990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59066", + "city": "Pryor", + "state": "MT", + "latitude": "45.353002", + "longitude": "-108.491630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59067", + "city": "Rapelje", + "state": "MT", + "latitude": "45.951002", + "longitude": "-109.288830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59068", + "city": "Red Lodge", + "state": "MT", + "latitude": "45.241761", + "longitude": "-109.322170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59069", + "city": "Reed Point", + "state": "MT", + "latitude": "45.708186", + "longitude": "-109.541260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59070", + "city": "Roberts", + "state": "MT", + "latitude": "45.352866", + "longitude": "-109.171580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59071", + "city": "Roscoe", + "state": "MT", + "latitude": "45.343978", + "longitude": "-109.501680", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59072", + "city": "Roundup", + "state": "MT", + "latitude": "46.539320", + "longitude": "-108.537750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59073", + "city": "Roundup", + "state": "MT", + "latitude": "46.444224", + "longitude": "-108.395473", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59074", + "city": "Ryegate", + "state": "MT", + "latitude": "46.367286", + "longitude": "-109.276080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59075", + "city": "Saint Xavier", + "state": "MT", + "latitude": "45.395656", + "longitude": "-107.934090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59076", + "city": "Sanders", + "state": "MT", + "latitude": "46.264400", + "longitude": "-107.074380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59077", + "city": "Sand Springs", + "state": "MT", + "latitude": "47.130621", + "longitude": "-107.526970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59078", + "city": "Shawmut", + "state": "MT", + "latitude": "46.383158", + "longitude": "-109.496160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59079", + "city": "Shepherd", + "state": "MT", + "latitude": "46.001031", + "longitude": "-108.352700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59081", + "city": "Silver Gate", + "state": "MT", + "latitude": "45.006307", + "longitude": "-109.982380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59082", + "city": "Springdale", + "state": "MT", + "latitude": "45.333330", + "longitude": "-110.477384", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59083", + "city": "Sumatra", + "state": "MT", + "latitude": "46.017965", + "longitude": "-106.991990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59084", + "city": "Teigen", + "state": "MT", + "latitude": "47.173641", + "longitude": "-108.281168", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59085", + "city": "Two Dot", + "state": "MT", + "latitude": "46.501026", + "longitude": "-110.146810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59086", + "city": "Wilsall", + "state": "MT", + "latitude": "46.075387", + "longitude": "-110.579540", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59087", + "city": "Winnett", + "state": "MT", + "latitude": "47.000478", + "longitude": "-108.290050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59088", + "city": "Worden", + "state": "MT", + "latitude": "46.059495", + "longitude": "-108.075500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59089", + "city": "Wyola", + "state": "MT", + "latitude": "45.076746", + "longitude": "-107.446330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59101", + "city": "Billings", + "state": "MT", + "latitude": "45.737525", + "longitude": "-108.487540", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59102", + "city": "Billings", + "state": "MT", + "latitude": "45.778852", + "longitude": "-108.574200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59103", + "city": "Billings", + "state": "MT", + "latitude": "45.978288", + "longitude": "-108.194508", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59104", + "city": "Billings", + "state": "MT", + "latitude": "45.978288", + "longitude": "-108.194508", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59105", + "city": "Billings", + "state": "MT", + "latitude": "45.836121", + "longitude": "-108.468190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59106", + "city": "Billings", + "state": "MT", + "latitude": "45.777818", + "longitude": "-108.669440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59107", + "city": "Billings", + "state": "MT", + "latitude": "45.825204", + "longitude": "-108.393388", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59108", + "city": "Billings", + "state": "MT", + "latitude": "45.978288", + "longitude": "-108.194508", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59111", + "city": "Billings", + "state": "MT", + "latitude": "45.978288", + "longitude": "-108.194508", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59112", + "city": "Billings", + "state": "MT", + "latitude": "45.978288", + "longitude": "-108.194508", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59114", + "city": "Billings", + "state": "MT", + "latitude": "45.978288", + "longitude": "-108.194508", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59115", + "city": "Billings", + "state": "MT", + "latitude": "45.978288", + "longitude": "-108.194508", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59116", + "city": "Billings", + "state": "MT", + "latitude": "45.978288", + "longitude": "-108.194508", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59117", + "city": "Billings", + "state": "MT", + "latitude": "45.978288", + "longitude": "-108.194508", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59201", + "city": "Wolf Point", + "state": "MT", + "latitude": "48.126066", + "longitude": "-105.658930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59211", + "city": "Antelope", + "state": "MT", + "latitude": "48.695994", + "longitude": "-104.355030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59212", + "city": "Bainville", + "state": "MT", + "latitude": "48.115400", + "longitude": "-104.190360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59213", + "city": "Brockton", + "state": "MT", + "latitude": "48.132347", + "longitude": "-104.881140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59214", + "city": "Brockway", + "state": "MT", + "latitude": "47.274624", + "longitude": "-105.847270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59215", + "city": "Circle", + "state": "MT", + "latitude": "47.520661", + "longitude": "-105.874300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59217", + "city": "Crane", + "state": "MT", + "latitude": "47.577478", + "longitude": "-104.258060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59218", + "city": "Culbertson", + "state": "MT", + "latitude": "48.132161", + "longitude": "-104.514290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59219", + "city": "Dagmar", + "state": "MT", + "latitude": "48.519946", + "longitude": "-104.254920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59221", + "city": "Fairview", + "state": "MT", + "latitude": "47.900376", + "longitude": "-104.134030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59222", + "city": "Flaxville", + "state": "MT", + "latitude": "48.739987", + "longitude": "-105.158360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59223", + "city": "Fort Peck", + "state": "MT", + "latitude": "48.006744", + "longitude": "-106.461040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59225", + "city": "Frazer", + "state": "MT", + "latitude": "48.202722", + "longitude": "-105.967190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59226", + "city": "Froid", + "state": "MT", + "latitude": "48.317939", + "longitude": "-104.444330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59230", + "city": "Glasgow", + "state": "MT", + "latitude": "48.153810", + "longitude": "-106.695580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59231", + "city": "Saint Marie", + "state": "MT", + "latitude": "48.404667", + "longitude": "-106.533570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59240", + "city": "Glentana", + "state": "MT", + "latitude": "48.330241", + "longitude": "-106.609665", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59241", + "city": "Hinsdale", + "state": "MT", + "latitude": "48.399620", + "longitude": "-107.097650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59242", + "city": "Homestead", + "state": "MT", + "latitude": "48.408920", + "longitude": "-104.708690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59243", + "city": "Lambert", + "state": "MT", + "latitude": "47.717540", + "longitude": "-104.637340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59244", + "city": "Larslan", + "state": "MT", + "latitude": "48.599534", + "longitude": "-106.333280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59245", + "city": "McCabe", + "state": "MT", + "latitude": "48.280119", + "longitude": "-104.944130", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59247", + "city": "Medicine Lake", + "state": "MT", + "latitude": "48.503927", + "longitude": "-104.484870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59248", + "city": "Nashua", + "state": "MT", + "latitude": "48.133360", + "longitude": "-106.335470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59250", + "city": "Opheim", + "state": "MT", + "latitude": "48.860359", + "longitude": "-106.476750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59252", + "city": "Outlook", + "state": "MT", + "latitude": "48.893223", + "longitude": "-104.774100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59253", + "city": "Peerless", + "state": "MT", + "latitude": "48.730966", + "longitude": "-105.855640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59254", + "city": "Plentywood", + "state": "MT", + "latitude": "48.774660", + "longitude": "-104.567690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59255", + "city": "Poplar", + "state": "MT", + "latitude": "48.136011", + "longitude": "-105.161750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59256", + "city": "Raymond", + "state": "MT", + "latitude": "48.694565", + "longitude": "-104.552352", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59257", + "city": "Redstone", + "state": "MT", + "latitude": "48.750625", + "longitude": "-104.967020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59258", + "city": "Reserve", + "state": "MT", + "latitude": "48.591968", + "longitude": "-104.613260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59259", + "city": "Richey", + "state": "MT", + "latitude": "47.777938", + "longitude": "-105.042270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59260", + "city": "Richland", + "state": "MT", + "latitude": "48.717859", + "longitude": "-106.078990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59261", + "city": "Saco", + "state": "MT", + "latitude": "48.544159", + "longitude": "-107.403010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59262", + "city": "Savage", + "state": "MT", + "latitude": "47.463172", + "longitude": "-104.368460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59263", + "city": "Scobey", + "state": "MT", + "latitude": "48.809655", + "longitude": "-105.458290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59270", + "city": "Sidney", + "state": "MT", + "latitude": "47.683129", + "longitude": "-104.205470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59273", + "city": "Vandalia", + "state": "MT", + "latitude": "48.330241", + "longitude": "-106.609665", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59274", + "city": "Vida", + "state": "MT", + "latitude": "47.859083", + "longitude": "-105.350010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59275", + "city": "Westby", + "state": "MT", + "latitude": "48.887447", + "longitude": "-104.209510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59276", + "city": "Whitetail", + "state": "MT", + "latitude": "48.897816", + "longitude": "-105.163160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59301", + "city": "Miles City", + "state": "MT", + "latitude": "46.343483", + "longitude": "-105.811640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59311", + "city": "Alzada", + "state": "MT", + "latitude": "45.189905", + "longitude": "-104.385690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59312", + "city": "Angela", + "state": "MT", + "latitude": "46.017965", + "longitude": "-106.991990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59313", + "city": "Baker", + "state": "MT", + "latitude": "46.357253", + "longitude": "-104.252990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59314", + "city": "Biddle", + "state": "MT", + "latitude": "45.078881", + "longitude": "-105.375860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59315", + "city": "Bloomfield", + "state": "MT", + "latitude": "47.441629", + "longitude": "-104.866520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59316", + "city": "Boyes", + "state": "MT", + "latitude": "45.567085", + "longitude": "-104.539066", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59317", + "city": "Broadus", + "state": "MT", + "latitude": "45.385223", + "longitude": "-105.344480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59318", + "city": "Brusett", + "state": "MT", + "latitude": "47.426998", + "longitude": "-107.442150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59319", + "city": "Capitol", + "state": "MT", + "latitude": "45.567085", + "longitude": "-104.539066", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59322", + "city": "Cohagen", + "state": "MT", + "latitude": "47.049949", + "longitude": "-106.581570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59323", + "city": "Colstrip", + "state": "MT", + "latitude": "45.915952", + "longitude": "-106.655050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59324", + "city": "Ekalaka", + "state": "MT", + "latitude": "45.797477", + "longitude": "-104.474820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59326", + "city": "Fallon", + "state": "MT", + "latitude": "46.810255", + "longitude": "-105.043910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59327", + "city": "Forsyth", + "state": "MT", + "latitude": "46.077231", + "longitude": "-106.681860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59330", + "city": "Glendive", + "state": "MT", + "latitude": "47.107345", + "longitude": "-104.726830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59332", + "city": "Hammond", + "state": "MT", + "latitude": "45.386374", + "longitude": "-104.756770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59333", + "city": "Hathaway", + "state": "MT", + "latitude": "46.271872", + "longitude": "-106.213740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59336", + "city": "Ismay", + "state": "MT", + "latitude": "46.429205", + "longitude": "-104.940360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59337", + "city": "Jordan", + "state": "MT", + "latitude": "47.349999", + "longitude": "-106.952070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59338", + "city": "Kinsey", + "state": "MT", + "latitude": "46.579645", + "longitude": "-105.621830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59339", + "city": "Lindsay", + "state": "MT", + "latitude": "47.253136", + "longitude": "-105.194760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59341", + "city": "Mildred", + "state": "MT", + "latitude": "46.860997", + "longitude": "-105.345182", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59343", + "city": "Olive", + "state": "MT", + "latitude": "45.666174", + "longitude": "-105.479590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59344", + "city": "Plevna", + "state": "MT", + "latitude": "46.432080", + "longitude": "-104.610630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59345", + "city": "Powderville", + "state": "MT", + "latitude": "45.391078", + "longitude": "-105.630461", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59347", + "city": "Rosebud", + "state": "MT", + "latitude": "46.632549", + "longitude": "-106.396410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59348", + "city": "Sonnette", + "state": "MT", + "latitude": "45.365698", + "longitude": "-105.956320", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59349", + "city": "Terry", + "state": "MT", + "latitude": "46.897901", + "longitude": "-105.463390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59351", + "city": "Volborg", + "state": "MT", + "latitude": "45.942409", + "longitude": "-105.712110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59353", + "city": "Wibaux", + "state": "MT", + "latitude": "46.969132", + "longitude": "-104.192320", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59354", + "city": "Willard", + "state": "MT", + "latitude": "46.127895", + "longitude": "-104.452280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59400", + "city": "Shelby", + "state": "MT", + "latitude": "48.643651", + "longitude": "-111.745326", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59401", + "city": "Great Falls", + "state": "MT", + "latitude": "47.509157", + "longitude": "-111.274080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59402", + "city": "Malmstrom A F B", + "state": "MT", + "latitude": "47.510209", + "longitude": "-111.195906", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59403", + "city": "Great Falls", + "state": "MT", + "latitude": "47.258392", + "longitude": "-111.341975", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59404", + "city": "Great Falls", + "state": "MT", + "latitude": "47.514307", + "longitude": "-111.344990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59405", + "city": "Great Falls", + "state": "MT", + "latitude": "47.476152", + "longitude": "-111.269090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59406", + "city": "Great Falls", + "state": "MT", + "latitude": "47.619998", + "longitude": "-111.239305", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59410", + "city": "Augusta", + "state": "MT", + "latitude": "47.503261", + "longitude": "-112.480180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59411", + "city": "Babb", + "state": "MT", + "latitude": "48.871429", + "longitude": "-113.437340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59412", + "city": "Belt", + "state": "MT", + "latitude": "47.351391", + "longitude": "-110.865640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59414", + "city": "Black Eagle", + "state": "MT", + "latitude": "47.526385", + "longitude": "-111.278450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59416", + "city": "Brady", + "state": "MT", + "latitude": "48.037351", + "longitude": "-111.668250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59417", + "city": "Browning", + "state": "MT", + "latitude": "48.556986", + "longitude": "-113.069800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59418", + "city": "Buffalo", + "state": "MT", + "latitude": "47.248497", + "longitude": "-109.263080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59419", + "city": "Bynum", + "state": "MT", + "latitude": "48.007556", + "longitude": "-112.325350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59420", + "city": "Carter", + "state": "MT", + "latitude": "47.834943", + "longitude": "-110.988010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59421", + "city": "Cascade", + "state": "MT", + "latitude": "47.223693", + "longitude": "-111.708210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59422", + "city": "Choteau", + "state": "MT", + "latitude": "47.840047", + "longitude": "-112.350830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59424", + "city": "Coffee Creek", + "state": "MT", + "latitude": "47.383325", + "longitude": "-110.020550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59425", + "city": "Conrad", + "state": "MT", + "latitude": "48.190331", + "longitude": "-111.968720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59427", + "city": "Cut Bank", + "state": "MT", + "latitude": "48.680309", + "longitude": "-112.470090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59430", + "city": "Denton", + "state": "MT", + "latitude": "47.316304", + "longitude": "-109.962910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59432", + "city": "Dupuyer", + "state": "MT", + "latitude": "48.177132", + "longitude": "-112.618040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59433", + "city": "Dutton", + "state": "MT", + "latitude": "47.895071", + "longitude": "-111.779610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59434", + "city": "East Glacier Park", + "state": "MT", + "latitude": "48.424793", + "longitude": "-113.204240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59435", + "city": "Ethridge", + "state": "MT", + "latitude": "48.609072", + "longitude": "-111.731852", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59436", + "city": "Fairfield", + "state": "MT", + "latitude": "47.624913", + "longitude": "-112.030060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59440", + "city": "Floweree", + "state": "MT", + "latitude": "47.696452", + "longitude": "-111.152650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59441", + "city": "Forestgrove", + "state": "MT", + "latitude": "46.906403", + "longitude": "-109.095510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59442", + "city": "Fort Benton", + "state": "MT", + "latitude": "47.830550", + "longitude": "-110.648690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59443", + "city": "Fort Shaw", + "state": "MT", + "latitude": "47.547517", + "longitude": "-111.825450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59444", + "city": "Galata", + "state": "MT", + "latitude": "48.635319", + "longitude": "-111.240830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59445", + "city": "Garneill", + "state": "MT", + "latitude": "47.055715", + "longitude": "-109.468299", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59446", + "city": "Geraldine", + "state": "MT", + "latitude": "47.661952", + "longitude": "-110.184600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59447", + "city": "Geyser", + "state": "MT", + "latitude": "47.268612", + "longitude": "-110.442290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59448", + "city": "Heart Butte", + "state": "MT", + "latitude": "48.309341", + "longitude": "-112.811150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59450", + "city": "Highwood", + "state": "MT", + "latitude": "47.530558", + "longitude": "-110.572080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59451", + "city": "Hilger", + "state": "MT", + "latitude": "47.468715", + "longitude": "-109.356240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59452", + "city": "Hobson", + "state": "MT", + "latitude": "46.883052", + "longitude": "-110.096730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59453", + "city": "Judith Gap", + "state": "MT", + "latitude": "46.678858", + "longitude": "-109.641190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59454", + "city": "Kevin", + "state": "MT", + "latitude": "48.744885", + "longitude": "-111.971410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59456", + "city": "Ledger", + "state": "MT", + "latitude": "48.281911", + "longitude": "-111.307710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59457", + "city": "Lewistown", + "state": "MT", + "latitude": "47.054233", + "longitude": "-109.480650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59460", + "city": "Loma", + "state": "MT", + "latitude": "48.008655", + "longitude": "-110.475120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59461", + "city": "Lothair", + "state": "MT", + "latitude": "48.609072", + "longitude": "-111.731852", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59462", + "city": "Moccasin", + "state": "MT", + "latitude": "47.089167", + "longitude": "-109.914880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59463", + "city": "Monarch", + "state": "MT", + "latitude": "47.057303", + "longitude": "-110.842790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59464", + "city": "Moore", + "state": "MT", + "latitude": "46.956343", + "longitude": "-109.702300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59465", + "city": "Neihart", + "state": "MT", + "latitude": "46.926021", + "longitude": "-110.716960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59466", + "city": "Oilmont", + "state": "MT", + "latitude": "48.842195", + "longitude": "-111.595290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59467", + "city": "Pendroy", + "state": "MT", + "latitude": "48.093269", + "longitude": "-112.302540", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59468", + "city": "Power", + "state": "MT", + "latitude": "47.690940", + "longitude": "-111.639980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59469", + "city": "Raynesford", + "state": "MT", + "latitude": "47.261238", + "longitude": "-110.725000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59471", + "city": "Roy", + "state": "MT", + "latitude": "47.377169", + "longitude": "-108.843970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59472", + "city": "Sand Coulee", + "state": "MT", + "latitude": "47.409591", + "longitude": "-111.135170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59473", + "city": "Santa Rita", + "state": "MT", + "latitude": "48.654170", + "longitude": "-113.126262", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59474", + "city": "Shelby", + "state": "MT", + "latitude": "48.479975", + "longitude": "-111.768630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59477", + "city": "Simms", + "state": "MT", + "latitude": "47.459112", + "longitude": "-111.967110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59479", + "city": "Stanford", + "state": "MT", + "latitude": "47.104848", + "longitude": "-110.260760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59480", + "city": "Stockett", + "state": "MT", + "latitude": "47.188396", + "longitude": "-111.163490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59482", + "city": "Sunburst", + "state": "MT", + "latitude": "48.881178", + "longitude": "-111.915160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59483", + "city": "Sun River", + "state": "MT", + "latitude": "47.465072", + "longitude": "-111.797350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59484", + "city": "Sweet Grass", + "state": "MT", + "latitude": "48.979905", + "longitude": "-111.924710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59485", + "city": "Ulm", + "state": "MT", + "latitude": "47.429273", + "longitude": "-111.593570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59486", + "city": "Valier", + "state": "MT", + "latitude": "48.336146", + "longitude": "-112.314980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59487", + "city": "Vaughn", + "state": "MT", + "latitude": "47.577613", + "longitude": "-111.604770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59489", + "city": "Winifred", + "state": "MT", + "latitude": "47.065531", + "longitude": "-109.430106", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59500", + "city": "Havre", + "state": "MT", + "latitude": "48.555536", + "longitude": "-109.689530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59501", + "city": "Havre", + "state": "MT", + "latitude": "48.584562", + "longitude": "-109.783650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59520", + "city": "Big Sandy", + "state": "MT", + "latitude": "48.141017", + "longitude": "-110.068280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59521", + "city": "Box Elder", + "state": "MT", + "latitude": "48.321712", + "longitude": "-109.957800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59522", + "city": "Chester", + "state": "MT", + "latitude": "48.487928", + "longitude": "-111.003810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59523", + "city": "Chinook", + "state": "MT", + "latitude": "48.485856", + "longitude": "-109.174060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59524", + "city": "Dodson", + "state": "MT", + "latitude": "48.148715", + "longitude": "-108.371090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59525", + "city": "Gildford", + "state": "MT", + "latitude": "48.733088", + "longitude": "-110.324950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59526", + "city": "Harlem", + "state": "MT", + "latitude": "48.483212", + "longitude": "-108.722080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59527", + "city": "Hays", + "state": "MT", + "latitude": "48.023133", + "longitude": "-108.699550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59528", + "city": "Hingham", + "state": "MT", + "latitude": "48.555089", + "longitude": "-110.417690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59529", + "city": "Hogeland", + "state": "MT", + "latitude": "48.843446", + "longitude": "-108.738130", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59530", + "city": "Inverness", + "state": "MT", + "latitude": "48.631693", + "longitude": "-110.673840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59531", + "city": "Joplin", + "state": "MT", + "latitude": "48.675352", + "longitude": "-110.826900", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59532", + "city": "Kremlin", + "state": "MT", + "latitude": "48.597362", + "longitude": "-110.077000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59535", + "city": "Lloyd", + "state": "MT", + "latitude": "48.031253", + "longitude": "-109.284160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59537", + "city": "Loring", + "state": "MT", + "latitude": "48.817553", + "longitude": "-107.873180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59538", + "city": "Malta", + "state": "MT", + "latitude": "48.235694", + "longitude": "-107.807110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59540", + "city": "Rudyard", + "state": "MT", + "latitude": "48.525132", + "longitude": "-110.549930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59542", + "city": "Turner", + "state": "MT", + "latitude": "48.824171", + "longitude": "-108.444280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59544", + "city": "Whitewater", + "state": "MT", + "latitude": "48.751881", + "longitude": "-107.615050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59545", + "city": "Whitlash", + "state": "MT", + "latitude": "48.962291", + "longitude": "-111.167370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59546", + "city": "Zortman", + "state": "MT", + "latitude": "47.896703", + "longitude": "-108.541350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59547", + "city": "Zurich", + "state": "MT", + "latitude": "48.607955", + "longitude": "-109.012850", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59601", + "city": "Helena", + "state": "MT", + "latitude": "46.588803", + "longitude": "-112.041930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59602", + "city": "Helena", + "state": "MT", + "latitude": "46.696501", + "longitude": "-111.968950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59604", + "city": "Helena", + "state": "MT", + "latitude": "46.667200", + "longitude": "-111.968877", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59620", + "city": "Helena", + "state": "MT", + "latitude": "47.184233", + "longitude": "-112.330214", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59623", + "city": "Helena", + "state": "MT", + "latitude": "46.590083", + "longitude": "-112.040173", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59624", + "city": "Helena", + "state": "MT", + "latitude": "46.610002", + "longitude": "-112.062393", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59625", + "city": "Helena", + "state": "MT", + "latitude": "46.601832", + "longitude": "-112.041346", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59626", + "city": "Helena", + "state": "MT", + "latitude": "47.184233", + "longitude": "-112.330214", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59631", + "city": "Basin", + "state": "MT", + "latitude": "46.231547", + "longitude": "-112.344560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59632", + "city": "Boulder", + "state": "MT", + "latitude": "46.205729", + "longitude": "-112.067480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59633", + "city": "Canyon Creek", + "state": "MT", + "latitude": "46.818147", + "longitude": "-112.340900", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59634", + "city": "Clancy", + "state": "MT", + "latitude": "46.479732", + "longitude": "-111.974960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59635", + "city": "East Helena", + "state": "MT", + "latitude": "46.578943", + "longitude": "-111.882100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59636", + "city": "Fort Harrison", + "state": "MT", + "latitude": "46.620549", + "longitude": "-112.104460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59638", + "city": "Jefferson City", + "state": "MT", + "latitude": "46.376532", + "longitude": "-112.140740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59639", + "city": "Lincoln", + "state": "MT", + "latitude": "46.973643", + "longitude": "-112.625470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59640", + "city": "Marysville", + "state": "MT", + "latitude": "46.748706", + "longitude": "-112.300230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59641", + "city": "Radersburg", + "state": "MT", + "latitude": "46.206922", + "longitude": "-111.634364", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59642", + "city": "Ringling", + "state": "MT", + "latitude": "46.246560", + "longitude": "-110.794040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59643", + "city": "Toston", + "state": "MT", + "latitude": "46.186442", + "longitude": "-111.562530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59644", + "city": "Townsend", + "state": "MT", + "latitude": "46.394352", + "longitude": "-111.446650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59645", + "city": "White Sulphur Springs", + "state": "MT", + "latitude": "46.615309", + "longitude": "-111.010630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59647", + "city": "Winston", + "state": "MT", + "latitude": "46.454470", + "longitude": "-111.650954", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59648", + "city": "Wolf Creek", + "state": "MT", + "latitude": "47.035168", + "longitude": "-112.090730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59701", + "city": "Butte", + "state": "MT", + "latitude": "45.996957", + "longitude": "-112.512790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59702", + "city": "Butte", + "state": "MT", + "latitude": "45.905345", + "longitude": "-112.637705", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59703", + "city": "Butte", + "state": "MT", + "latitude": "45.905345", + "longitude": "-112.637705", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59707", + "city": "Butte", + "state": "MT", + "latitude": "45.905345", + "longitude": "-112.637705", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59710", + "city": "Alder", + "state": "MT", + "latitude": "45.125532", + "longitude": "-112.120070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59711", + "city": "Anaconda", + "state": "MT", + "latitude": "46.141686", + "longitude": "-112.989020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59713", + "city": "Avon", + "state": "MT", + "latitude": "46.650216", + "longitude": "-112.590750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59714", + "city": "Belgrade", + "state": "MT", + "latitude": "45.852910", + "longitude": "-111.180370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59715", + "city": "Bozeman", + "state": "MT", + "latitude": "45.707153", + "longitude": "-110.987800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59716", + "city": "Big Sky", + "state": "MT", + "latitude": "45.268367", + "longitude": "-111.326510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59717", + "city": "Bozeman", + "state": "MT", + "latitude": "45.627982", + "longitude": "-110.901280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59718", + "city": "Bozeman", + "state": "MT", + "latitude": "45.680811", + "longitude": "-111.137000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59719", + "city": "Bozeman", + "state": "MT", + "latitude": "45.627982", + "longitude": "-110.901280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59720", + "city": "Cameron", + "state": "MT", + "latitude": "44.992570", + "longitude": "-111.625210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59721", + "city": "Cardwell", + "state": "MT", + "latitude": "45.849728", + "longitude": "-111.862330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59722", + "city": "Deer Lodge", + "state": "MT", + "latitude": "46.392658", + "longitude": "-112.736900", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59724", + "city": "Dell", + "state": "MT", + "latitude": "45.149805", + "longitude": "-112.700730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59725", + "city": "Dillon", + "state": "MT", + "latitude": "45.146179", + "longitude": "-112.774110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59727", + "city": "Divide", + "state": "MT", + "latitude": "45.794048", + "longitude": "-112.775950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59728", + "city": "Elliston", + "state": "MT", + "latitude": "46.481128", + "longitude": "-112.433580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59729", + "city": "Ennis", + "state": "MT", + "latitude": "45.307670", + "longitude": "-111.701760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59730", + "city": "Gallatin Gateway", + "state": "MT", + "latitude": "45.417898", + "longitude": "-111.198880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59731", + "city": "Garrison", + "state": "MT", + "latitude": "46.565168", + "longitude": "-112.807220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59732", + "city": "Glen", + "state": "MT", + "latitude": "45.149805", + "longitude": "-112.700730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59733", + "city": "Gold Creek", + "state": "MT", + "latitude": "46.606751", + "longitude": "-112.978660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59735", + "city": "Harrison", + "state": "MT", + "latitude": "45.688676", + "longitude": "-111.782920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59736", + "city": "Jackson", + "state": "MT", + "latitude": "45.269380", + "longitude": "-113.355330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59739", + "city": "Lima", + "state": "MT", + "latitude": "44.712015", + "longitude": "-112.255680", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59740", + "city": "McAllister", + "state": "MT", + "latitude": "45.462512", + "longitude": "-111.763670", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59741", + "city": "Manhattan", + "state": "MT", + "latitude": "45.810687", + "longitude": "-111.331380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59743", + "city": "Melrose", + "state": "MT", + "latitude": "45.631031", + "longitude": "-112.675700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59745", + "city": "Norris", + "state": "MT", + "latitude": "45.587974", + "longitude": "-111.605770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59746", + "city": "Polaris", + "state": "MT", + "latitude": "45.534274", + "longitude": "-113.170250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59747", + "city": "Pony", + "state": "MT", + "latitude": "45.659738", + "longitude": "-111.889870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59748", + "city": "Ramsay", + "state": "MT", + "latitude": "46.025762", + "longitude": "-112.771560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59749", + "city": "Sheridan", + "state": "MT", + "latitude": "45.528809", + "longitude": "-112.109700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59750", + "city": "Butte", + "state": "MT", + "latitude": "45.946694", + "longitude": "-112.698700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59751", + "city": "Silver Star", + "state": "MT", + "latitude": "45.681898", + "longitude": "-112.305480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59752", + "city": "Three Forks", + "state": "MT", + "latitude": "45.899881", + "longitude": "-111.531430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59754", + "city": "Twin Bridges", + "state": "MT", + "latitude": "45.513742", + "longitude": "-112.418600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59755", + "city": "Virginia City", + "state": "MT", + "latitude": "45.296409", + "longitude": "-111.942370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59756", + "city": "Warm Springs", + "state": "MT", + "latitude": "46.201464", + "longitude": "-112.765550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59758", + "city": "West Yellowstone", + "state": "MT", + "latitude": "44.727561", + "longitude": "-111.187230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59759", + "city": "Whitehall", + "state": "MT", + "latitude": "45.851349", + "longitude": "-112.169500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59760", + "city": "Willow Creek", + "state": "MT", + "latitude": "45.782744", + "longitude": "-111.634532", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59761", + "city": "Wisdom", + "state": "MT", + "latitude": "45.595349", + "longitude": "-113.616240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59762", + "city": "Wise River", + "state": "MT", + "latitude": "45.757767", + "longitude": "-112.995520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59771", + "city": "Bozeman", + "state": "MT", + "latitude": "45.724650", + "longitude": "-111.123775", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59772", + "city": "Bozeman", + "state": "MT", + "latitude": "45.636149", + "longitude": "-111.064676", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59773", + "city": "Bozeman", + "state": "MT", + "latitude": "45.627982", + "longitude": "-110.901280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59795", + "city": "Ennis", + "state": "MT", + "latitude": "45.349274", + "longitude": "-111.735925", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59798", + "city": "West Yellowstone", + "state": "MT", + "latitude": "44.658614", + "longitude": "-111.099869", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59801", + "city": "Missoula", + "state": "MT", + "latitude": "46.855423", + "longitude": "-114.012290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59802", + "city": "Missoula", + "state": "MT", + "latitude": "46.896821", + "longitude": "-113.955510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59803", + "city": "Missoula", + "state": "MT", + "latitude": "46.790915", + "longitude": "-114.004390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59804", + "city": "Missoula", + "state": "MT", + "latitude": "46.854974", + "longitude": "-114.105660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59806", + "city": "Missoula", + "state": "MT", + "latitude": "47.116034", + "longitude": "-114.049824", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59807", + "city": "Missoula", + "state": "MT", + "latitude": "46.910342", + "longitude": "-113.958686", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59808", + "city": "Missoula", + "state": "MT", + "latitude": "46.922750", + "longitude": "-114.076390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59812", + "city": "Missoula", + "state": "MT", + "latitude": "47.116034", + "longitude": "-114.049824", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59817", + "city": "Four Corners", + "state": "MT", + "latitude": "45.652577", + "longitude": "-111.190888", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59820", + "city": "Alberton", + "state": "MT", + "latitude": "46.971146", + "longitude": "-114.496920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59821", + "city": "Arlee", + "state": "MT", + "latitude": "47.169203", + "longitude": "-114.052150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59823", + "city": "Bonner", + "state": "MT", + "latitude": "46.900409", + "longitude": "-113.640270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59824", + "city": "Charlo", + "state": "MT", + "latitude": "47.425832", + "longitude": "-114.178940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59825", + "city": "Clinton", + "state": "MT", + "latitude": "46.716741", + "longitude": "-113.629080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59826", + "city": "Condon", + "state": "MT", + "latitude": "47.500385", + "longitude": "-113.726870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59827", + "city": "Conner", + "state": "MT", + "latitude": "45.905748", + "longitude": "-114.074780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59828", + "city": "Corvallis", + "state": "MT", + "latitude": "46.313969", + "longitude": "-114.048190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59829", + "city": "Darby", + "state": "MT", + "latitude": "45.836508", + "longitude": "-114.206240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59830", + "city": "De Borgia", + "state": "MT", + "latitude": "47.388827", + "longitude": "-115.347934", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59831", + "city": "Dixon", + "state": "MT", + "latitude": "47.291275", + "longitude": "-114.372960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59832", + "city": "Drummond", + "state": "MT", + "latitude": "46.695594", + "longitude": "-113.225470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59833", + "city": "Florence", + "state": "MT", + "latitude": "46.642043", + "longitude": "-114.074350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59834", + "city": "Frenchtown", + "state": "MT", + "latitude": "47.049623", + "longitude": "-114.250740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59835", + "city": "Grantsdale", + "state": "MT", + "latitude": "46.060169", + "longitude": "-114.040777", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59836", + "city": "Greenough", + "state": "MT", + "latitude": "47.015705", + "longitude": "-113.426350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59837", + "city": "Hall", + "state": "MT", + "latitude": "46.522136", + "longitude": "-113.292810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59840", + "city": "Hamilton", + "state": "MT", + "latitude": "46.214883", + "longitude": "-114.147860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59841", + "city": "Pinesdale", + "state": "MT", + "latitude": "46.336533", + "longitude": "-114.222960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59842", + "city": "Haugan", + "state": "MT", + "latitude": "47.365882", + "longitude": "-115.491510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59843", + "city": "Helmville", + "state": "MT", + "latitude": "46.878117", + "longitude": "-112.979340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59844", + "city": "Heron", + "state": "MT", + "latitude": "48.030360", + "longitude": "-115.968440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59845", + "city": "Hot Springs", + "state": "MT", + "latitude": "47.740524", + "longitude": "-114.635340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59846", + "city": "Huson", + "state": "MT", + "latitude": "47.107612", + "longitude": "-114.446190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59847", + "city": "Lolo", + "state": "MT", + "latitude": "46.752798", + "longitude": "-114.353260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59848", + "city": "Lonepine", + "state": "MT", + "latitude": "47.689156", + "longitude": "-114.678990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59851", + "city": "Milltown", + "state": "MT", + "latitude": "46.871508", + "longitude": "-113.881960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59853", + "city": "Noxon", + "state": "MT", + "latitude": "48.017227", + "longitude": "-115.819620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59854", + "city": "Ovando", + "state": "MT", + "latitude": "47.044698", + "longitude": "-113.092140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59855", + "city": "Pablo", + "state": "MT", + "latitude": "47.597618", + "longitude": "-114.118530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59856", + "city": "Paradise", + "state": "MT", + "latitude": "47.387824", + "longitude": "-114.799000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59858", + "city": "Philipsburg", + "state": "MT", + "latitude": "46.293656", + "longitude": "-113.362730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59859", + "city": "Plains", + "state": "MT", + "latitude": "47.452071", + "longitude": "-114.817100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59860", + "city": "Polson", + "state": "MT", + "latitude": "47.696131", + "longitude": "-114.160940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59863", + "city": "Ravalli", + "state": "MT", + "latitude": "47.594957", + "longitude": "-114.101443", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59864", + "city": "Ronan", + "state": "MT", + "latitude": "47.540256", + "longitude": "-114.128980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59865", + "city": "Saint Ignatius", + "state": "MT", + "latitude": "47.317264", + "longitude": "-114.044020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59866", + "city": "Saint Regis", + "state": "MT", + "latitude": "47.324500", + "longitude": "-115.137880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59867", + "city": "Saltese", + "state": "MT", + "latitude": "47.417172", + "longitude": "-115.451130", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59868", + "city": "Seeley Lake", + "state": "MT", + "latitude": "47.222677", + "longitude": "-113.525510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59870", + "city": "Stevensville", + "state": "MT", + "latitude": "46.531350", + "longitude": "-114.031820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59871", + "city": "Sula", + "state": "MT", + "latitude": "45.887807", + "longitude": "-113.844070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59872", + "city": "Superior", + "state": "MT", + "latitude": "47.113918", + "longitude": "-114.845070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59873", + "city": "Thompson Falls", + "state": "MT", + "latitude": "47.710209", + "longitude": "-115.234630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59874", + "city": "Trout Creek", + "state": "MT", + "latitude": "47.844268", + "longitude": "-115.605690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59875", + "city": "Victor", + "state": "MT", + "latitude": "46.394490", + "longitude": "-114.187110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59901", + "city": "Kalispell", + "state": "MT", + "latitude": "48.201414", + "longitude": "-114.322020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59902", + "city": "Kalispell", + "state": "MT", + "latitude": "48.189424", + "longitude": "-114.143531", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59903", + "city": "Kalispell", + "state": "MT", + "latitude": "48.223720", + "longitude": "-114.429648", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59904", + "city": "Kalispell", + "state": "MT", + "latitude": "48.240382", + "longitude": "-114.256123", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59910", + "city": "Big Arm", + "state": "MT", + "latitude": "47.802143", + "longitude": "-114.306380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59911", + "city": "Bigfork", + "state": "MT", + "latitude": "47.952716", + "longitude": "-113.962150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59912", + "city": "Columbia Falls", + "state": "MT", + "latitude": "48.438331", + "longitude": "-114.230520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59913", + "city": "Coram", + "state": "MT", + "latitude": "48.428564", + "longitude": "-114.013960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59914", + "city": "Dayton", + "state": "MT", + "latitude": "47.868708", + "longitude": "-114.277800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59915", + "city": "Elmo", + "state": "MT", + "latitude": "47.829886", + "longitude": "-114.395360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59916", + "city": "Essex", + "state": "MT", + "latitude": "48.249467", + "longitude": "-113.628890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59917", + "city": "Eureka", + "state": "MT", + "latitude": "48.840305", + "longitude": "-114.997270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59918", + "city": "Fortine", + "state": "MT", + "latitude": "48.758530", + "longitude": "-114.843630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59919", + "city": "Hungry Horse", + "state": "MT", + "latitude": "48.185481", + "longitude": "-113.830780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59920", + "city": "Kila", + "state": "MT", + "latitude": "48.034766", + "longitude": "-114.498650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59921", + "city": "Lake McDonald", + "state": "MT", + "latitude": "48.605472", + "longitude": "-113.885050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59922", + "city": "Lakeside", + "state": "MT", + "latitude": "48.005656", + "longitude": "-114.241840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59923", + "city": "Libby", + "state": "MT", + "latitude": "48.309374", + "longitude": "-115.328600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59925", + "city": "Marion", + "state": "MT", + "latitude": "48.080862", + "longitude": "-114.808040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59926", + "city": "Martin City", + "state": "MT", + "latitude": "48.364350", + "longitude": "-113.981820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59927", + "city": "Olney", + "state": "MT", + "latitude": "48.595224", + "longitude": "-114.708430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59928", + "city": "Polebridge", + "state": "MT", + "latitude": "48.863964", + "longitude": "-114.427930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59929", + "city": "Proctor", + "state": "MT", + "latitude": "47.923911", + "longitude": "-114.373220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59930", + "city": "Rexford", + "state": "MT", + "latitude": "48.875701", + "longitude": "-115.274610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59931", + "city": "Rollins", + "state": "MT", + "latitude": "47.911242", + "longitude": "-114.195680", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59932", + "city": "Somers", + "state": "MT", + "latitude": "48.073924", + "longitude": "-114.223840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59933", + "city": "Stryker", + "state": "MT", + "latitude": "48.684640", + "longitude": "-114.749140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59934", + "city": "Trego", + "state": "MT", + "latitude": "48.611903", + "longitude": "-114.905320", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59935", + "city": "Troy", + "state": "MT", + "latitude": "48.671585", + "longitude": "-115.862000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59936", + "city": "West Glacier", + "state": "MT", + "latitude": "48.497774", + "longitude": "-113.925990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "59937", + "city": "Whitefish", + "state": "MT", + "latitude": "48.409454", + "longitude": "-114.430690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "60001", + "city": "Alden", + "state": "IL", + "latitude": "42.324761", + "longitude": "-88.452481", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60002", + "city": "Antioch", + "state": "IL", + "latitude": "42.466170", + "longitude": "-88.099950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60004", + "city": "Arlington Heights", + "state": "IL", + "latitude": "42.108428", + "longitude": "-87.977230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60005", + "city": "Arlington Heights", + "state": "IL", + "latitude": "42.069327", + "longitude": "-87.984640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60006", + "city": "Arlington Heights", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60007", + "city": "Elk Grove Village", + "state": "IL", + "latitude": "42.005978", + "longitude": "-87.998470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60008", + "city": "Rolling Meadows", + "state": "IL", + "latitude": "42.075060", + "longitude": "-88.025080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60009", + "city": "Elk Grove Village", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60010", + "city": "Barrington", + "state": "IL", + "latitude": "42.160791", + "longitude": "-88.152310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60011", + "city": "Barrington", + "state": "IL", + "latitude": "42.322814", + "longitude": "-87.610053", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60012", + "city": "Crystal Lake", + "state": "IL", + "latitude": "42.265643", + "longitude": "-88.316640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60013", + "city": "Cary", + "state": "IL", + "latitude": "42.217523", + "longitude": "-88.243380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60014", + "city": "Crystal Lake", + "state": "IL", + "latitude": "42.226623", + "longitude": "-88.330660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60015", + "city": "Deerfield", + "state": "IL", + "latitude": "42.169325", + "longitude": "-87.865560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60016", + "city": "Des Plaines", + "state": "IL", + "latitude": "42.047178", + "longitude": "-87.890580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60017", + "city": "Des Plaines", + "state": "IL", + "latitude": "42.028779", + "longitude": "-87.894366", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60018", + "city": "Des Plaines", + "state": "IL", + "latitude": "42.008429", + "longitude": "-87.892340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60019", + "city": "Des Plaines", + "state": "IL", + "latitude": "42.024278", + "longitude": "-87.907066", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60020", + "city": "Fox Lake", + "state": "IL", + "latitude": "42.409445", + "longitude": "-88.178220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60021", + "city": "Fox River Grove", + "state": "IL", + "latitude": "42.194946", + "longitude": "-88.216760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60022", + "city": "Glencoe", + "state": "IL", + "latitude": "42.130976", + "longitude": "-87.762520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60025", + "city": "Glenview", + "state": "IL", + "latitude": "42.076720", + "longitude": "-87.819220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60026", + "city": "Glenview Nas", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60029", + "city": "Golf", + "state": "IL", + "latitude": "42.056529", + "longitude": "-87.792860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60030", + "city": "Grayslake", + "state": "IL", + "latitude": "42.338955", + "longitude": "-88.034330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60031", + "city": "Gurnee", + "state": "IL", + "latitude": "42.375821", + "longitude": "-87.935170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60033", + "city": "Harvard", + "state": "IL", + "latitude": "42.424338", + "longitude": "-88.614310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60034", + "city": "Hebron", + "state": "IL", + "latitude": "42.468318", + "longitude": "-88.431250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60035", + "city": "Highland Park", + "state": "IL", + "latitude": "42.181875", + "longitude": "-87.809560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60037", + "city": "Fort Sheridan", + "state": "IL", + "latitude": "42.211960", + "longitude": "-87.808080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60038", + "city": "Palatine", + "state": "IL", + "latitude": "42.097976", + "longitude": "-88.014072", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60039", + "city": "Crystal Lake", + "state": "IL", + "latitude": "42.324761", + "longitude": "-88.452481", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60040", + "city": "Highwood", + "state": "IL", + "latitude": "42.205724", + "longitude": "-87.814210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60041", + "city": "Ingleside", + "state": "IL", + "latitude": "42.372721", + "longitude": "-88.153030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60042", + "city": "Island Lake", + "state": "IL", + "latitude": "42.277691", + "longitude": "-88.200740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60043", + "city": "Kenilworth", + "state": "IL", + "latitude": "42.088128", + "longitude": "-87.716000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60044", + "city": "Lake Bluff", + "state": "IL", + "latitude": "42.286222", + "longitude": "-87.863090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60045", + "city": "Lake Forest", + "state": "IL", + "latitude": "42.238087", + "longitude": "-87.860930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60046", + "city": "Lake Villa", + "state": "IL", + "latitude": "42.410687", + "longitude": "-88.054620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60047", + "city": "Lake Zurich", + "state": "IL", + "latitude": "42.199957", + "longitude": "-88.058590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60048", + "city": "Libertyville", + "state": "IL", + "latitude": "42.290922", + "longitude": "-87.951690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60049", + "city": "Long Grove", + "state": "IL", + "latitude": "42.198674", + "longitude": "-88.041875", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60050", + "city": "Mchenry", + "state": "IL", + "latitude": "42.348406", + "longitude": "-88.247690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60051", + "city": "Mchenry", + "state": "IL", + "latitude": "42.324761", + "longitude": "-88.452481", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60053", + "city": "Morton Grove", + "state": "IL", + "latitude": "42.041999", + "longitude": "-87.788820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60054", + "city": "McHenry", + "state": "IL", + "latitude": "42.353440", + "longitude": "-88.260692", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60055", + "city": "Palatine", + "state": "IL", + "latitude": "42.097976", + "longitude": "-88.014072", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60056", + "city": "Mount Prospect", + "state": "IL", + "latitude": "42.065427", + "longitude": "-87.936210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60060", + "city": "Mundelein", + "state": "IL", + "latitude": "42.263623", + "longitude": "-88.011720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60061", + "city": "Vernon Hills", + "state": "IL", + "latitude": "42.229856", + "longitude": "-87.967790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60062", + "city": "Northbrook", + "state": "IL", + "latitude": "42.124576", + "longitude": "-87.843030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60064", + "city": "North Chicago", + "state": "IL", + "latitude": "42.326072", + "longitude": "-87.852020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60065", + "city": "Northbrook", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60067", + "city": "Palatine", + "state": "IL", + "latitude": "42.109790", + "longitude": "-88.049170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60068", + "city": "Park Ridge", + "state": "IL", + "latitude": "42.011830", + "longitude": "-87.841580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60069", + "city": "Lincolnshire", + "state": "IL", + "latitude": "42.188074", + "longitude": "-87.927170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60070", + "city": "Prospect Heights", + "state": "IL", + "latitude": "42.105576", + "longitude": "-87.928160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60071", + "city": "Richmond", + "state": "IL", + "latitude": "42.464639", + "longitude": "-88.302800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60072", + "city": "Ringwood", + "state": "IL", + "latitude": "42.405464", + "longitude": "-88.302740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60073", + "city": "Round Lake", + "state": "IL", + "latitude": "42.366253", + "longitude": "-88.096470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60074", + "city": "Palatine", + "state": "IL", + "latitude": "42.143819", + "longitude": "-88.025460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60075", + "city": "Russell", + "state": "IL", + "latitude": "42.322814", + "longitude": "-87.610053", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60076", + "city": "Skokie", + "state": "IL", + "latitude": "42.036180", + "longitude": "-87.732100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60077", + "city": "Skokie", + "state": "IL", + "latitude": "42.033313", + "longitude": "-87.757640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60078", + "city": "Palatine", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60079", + "city": "Waukegan", + "state": "IL", + "latitude": "42.322814", + "longitude": "-87.610053", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60080", + "city": "Solon Mills", + "state": "IL", + "latitude": "42.442519", + "longitude": "-88.276047", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60081", + "city": "Spring Grove", + "state": "IL", + "latitude": "42.441869", + "longitude": "-88.221670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60082", + "city": "Techny", + "state": "IL", + "latitude": "42.116377", + "longitude": "-87.812064", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60083", + "city": "Wadsworth", + "state": "IL", + "latitude": "42.428187", + "longitude": "-87.929350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60084", + "city": "Wauconda", + "state": "IL", + "latitude": "42.263181", + "longitude": "-88.143280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60085", + "city": "Waukegan", + "state": "IL", + "latitude": "42.361271", + "longitude": "-87.861870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60086", + "city": "North Chicago", + "state": "IL", + "latitude": "42.433350", + "longitude": "-87.776595", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60087", + "city": "Waukegan", + "state": "IL", + "latitude": "42.404272", + "longitude": "-87.865250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60088", + "city": "Great Lakes", + "state": "IL", + "latitude": "42.312372", + "longitude": "-87.852840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60089", + "city": "Buffalo Grove", + "state": "IL", + "latitude": "42.167638", + "longitude": "-87.963930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60090", + "city": "Wheeling", + "state": "IL", + "latitude": "42.131526", + "longitude": "-87.929580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60091", + "city": "Wilmette", + "state": "IL", + "latitude": "42.077178", + "longitude": "-87.723730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60092", + "city": "Libertyville", + "state": "IL", + "latitude": "42.322814", + "longitude": "-87.610053", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60093", + "city": "Winnetka", + "state": "IL", + "latitude": "42.104127", + "longitude": "-87.750160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60094", + "city": "Palatine", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60095", + "city": "Palatine", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60096", + "city": "Winthrop Harbor", + "state": "IL", + "latitude": "42.480670", + "longitude": "-87.830180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60097", + "city": "Wonder Lake", + "state": "IL", + "latitude": "42.384504", + "longitude": "-88.349500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60098", + "city": "Woodstock", + "state": "IL", + "latitude": "42.316121", + "longitude": "-88.438840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60099", + "city": "Zion", + "state": "IL", + "latitude": "42.451371", + "longitude": "-87.848620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60101", + "city": "Addison", + "state": "IL", + "latitude": "41.931573", + "longitude": "-88.002220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60102", + "city": "Algonquin", + "state": "IL", + "latitude": "42.173150", + "longitude": "-88.318490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60103", + "city": "Bartlett", + "state": "IL", + "latitude": "41.977477", + "longitude": "-88.172570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60104", + "city": "Bellwood", + "state": "IL", + "latitude": "41.882924", + "longitude": "-87.876420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60105", + "city": "Bensenville", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60106", + "city": "Bensenville", + "state": "IL", + "latitude": "41.956479", + "longitude": "-87.951170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60107", + "city": "Streamwood", + "state": "IL", + "latitude": "42.023977", + "longitude": "-88.176570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60108", + "city": "Bloomingdale", + "state": "IL", + "latitude": "41.949540", + "longitude": "-88.082560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60109", + "city": "Burlington", + "state": "IL", + "latitude": "42.052112", + "longitude": "-88.548290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60110", + "city": "Carpentersville", + "state": "IL", + "latitude": "42.121188", + "longitude": "-88.272270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60111", + "city": "Clare", + "state": "IL", + "latitude": "41.998231", + "longitude": "-88.842230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60112", + "city": "Cortland", + "state": "IL", + "latitude": "41.921121", + "longitude": "-88.689900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60113", + "city": "Creston", + "state": "IL", + "latitude": "41.931710", + "longitude": "-88.964380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60114", + "city": "Addison", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60115", + "city": "Dekalb", + "state": "IL", + "latitude": "41.924127", + "longitude": "-88.746170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60116", + "city": "Carol Stream", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60117", + "city": "Bloomingdale", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60118", + "city": "Dundee", + "state": "IL", + "latitude": "42.101502", + "longitude": "-88.288910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60119", + "city": "Elburn", + "state": "IL", + "latitude": "41.876506", + "longitude": "-88.464290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60120", + "city": "Elgin", + "state": "IL", + "latitude": "42.037176", + "longitude": "-88.259220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60121", + "city": "Elgin", + "state": "IL", + "latitude": "42.041330", + "longitude": "-88.312600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60122", + "city": "Elgin", + "state": "IL", + "latitude": "42.067101", + "longitude": "-88.304994", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60123", + "city": "Elgin", + "state": "IL", + "latitude": "42.034776", + "longitude": "-88.323930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60125", + "city": "Carol Stream", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60126", + "city": "Elmhurst", + "state": "IL", + "latitude": "41.891030", + "longitude": "-87.941810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60127", + "city": "Milton", + "state": "IL", + "latitude": "41.878878", + "longitude": "-88.134469", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60128", + "city": "Carol Stream", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60129", + "city": "Esmond", + "state": "IL", + "latitude": "42.034502", + "longitude": "-88.970840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60130", + "city": "Forest Park", + "state": "IL", + "latitude": "41.871331", + "longitude": "-87.812350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60131", + "city": "Franklin Park", + "state": "IL", + "latitude": "41.935480", + "longitude": "-87.874680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60132", + "city": "Carol Stream", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60133", + "city": "Hanover Park", + "state": "IL", + "latitude": "41.980896", + "longitude": "-88.144475", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60134", + "city": "Geneva", + "state": "IL", + "latitude": "41.885728", + "longitude": "-88.319570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60135", + "city": "Genoa", + "state": "IL", + "latitude": "42.100280", + "longitude": "-88.690600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60136", + "city": "Gilberts", + "state": "IL", + "latitude": "42.099479", + "longitude": "-88.369420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60137", + "city": "Glen Ellyn", + "state": "IL", + "latitude": "41.869779", + "longitude": "-88.062850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60138", + "city": "Glen Ellyn", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60139", + "city": "Glendale Heights", + "state": "IL", + "latitude": "41.920228", + "longitude": "-88.078910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60140", + "city": "Hampshire", + "state": "IL", + "latitude": "42.086218", + "longitude": "-88.503600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60141", + "city": "Hines", + "state": "IL", + "latitude": "41.858028", + "longitude": "-87.838650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60142", + "city": "Huntley", + "state": "IL", + "latitude": "42.171973", + "longitude": "-88.428910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60143", + "city": "Itasca", + "state": "IL", + "latitude": "41.972328", + "longitude": "-88.021960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60144", + "city": "Kaneville", + "state": "IL", + "latitude": "41.936977", + "longitude": "-88.420178", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60145", + "city": "Kingston", + "state": "IL", + "latitude": "42.102014", + "longitude": "-88.766470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60146", + "city": "Kirkland", + "state": "IL", + "latitude": "42.100571", + "longitude": "-88.876650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60147", + "city": "Lafox", + "state": "IL", + "latitude": "41.936977", + "longitude": "-88.420178", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60148", + "city": "Lombard", + "state": "IL", + "latitude": "41.875429", + "longitude": "-88.017230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60149", + "city": "Dement", + "state": "IL", + "latitude": "41.964197", + "longitude": "-88.951205", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60150", + "city": "Malta", + "state": "IL", + "latitude": "41.933061", + "longitude": "-88.882930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60151", + "city": "Maple Park", + "state": "IL", + "latitude": "41.918420", + "longitude": "-88.576260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60152", + "city": "Marengo", + "state": "IL", + "latitude": "42.242199", + "longitude": "-88.610340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60153", + "city": "Maywood", + "state": "IL", + "latitude": "41.880281", + "longitude": "-87.844550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60154", + "city": "Westchester", + "state": "IL", + "latitude": "41.851257", + "longitude": "-87.883510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60155", + "city": "Broadview", + "state": "IL", + "latitude": "41.857931", + "longitude": "-87.854770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60156", + "city": "Lake in the Hills", + "state": "IL", + "latitude": "42.185733", + "longitude": "-88.348484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60157", + "city": "Medinah", + "state": "IL", + "latitude": "41.970628", + "longitude": "-88.056060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60159", + "city": "Schaumburg", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60160", + "city": "Melrose Park", + "state": "IL", + "latitude": "41.899880", + "longitude": "-87.859780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60161", + "city": "Melrose Park", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60162", + "city": "Hillside", + "state": "IL", + "latitude": "41.872997", + "longitude": "-87.901010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60163", + "city": "Berkeley", + "state": "IL", + "latitude": "41.886794", + "longitude": "-87.910520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60164", + "city": "Melrose Park", + "state": "IL", + "latitude": "41.918230", + "longitude": "-87.896270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60165", + "city": "Stone Park", + "state": "IL", + "latitude": "41.901580", + "longitude": "-87.880460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60168", + "city": "Schaumburg", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60170", + "city": "Plato Center", + "state": "IL", + "latitude": "42.025776", + "longitude": "-88.425931", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60171", + "city": "River Grove", + "state": "IL", + "latitude": "41.925830", + "longitude": "-87.840130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60172", + "city": "Roselle", + "state": "IL", + "latitude": "41.980761", + "longitude": "-88.087040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60173", + "city": "Schaumburg", + "state": "IL", + "latitude": "42.051927", + "longitude": "-88.048140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60174", + "city": "Saint Charles", + "state": "IL", + "latitude": "41.919808", + "longitude": "-88.304980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60175", + "city": "Saint Charles", + "state": "IL", + "latitude": "41.944577", + "longitude": "-88.383260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60176", + "city": "Schiller Park", + "state": "IL", + "latitude": "41.956830", + "longitude": "-87.871930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60177", + "city": "South Elgin", + "state": "IL", + "latitude": "41.992150", + "longitude": "-88.306090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60178", + "city": "Sycamore", + "state": "IL", + "latitude": "41.990505", + "longitude": "-88.687040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60179", + "city": "Hoffman Estates", + "state": "IL", + "latitude": "42.079336", + "longitude": "-88.223655", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60180", + "city": "Union", + "state": "IL", + "latitude": "42.229437", + "longitude": "-88.526060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60181", + "city": "Villa Park", + "state": "IL", + "latitude": "41.880429", + "longitude": "-87.978130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60182", + "city": "Virgil", + "state": "IL", + "latitude": "41.908736", + "longitude": "-88.599150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60183", + "city": "Wasco", + "state": "IL", + "latitude": "41.936977", + "longitude": "-88.420178", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60184", + "city": "Wayne", + "state": "IL", + "latitude": "41.953427", + "longitude": "-88.251760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60185", + "city": "West Chicago", + "state": "IL", + "latitude": "41.891978", + "longitude": "-88.205020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60186", + "city": "West Chicago", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60187", + "city": "Wheaton", + "state": "IL", + "latitude": "41.858279", + "longitude": "-88.109040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60188", + "city": "Carol Stream", + "state": "IL", + "latitude": "41.918578", + "longitude": "-88.136880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60189", + "city": "Wheaton", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60190", + "city": "Winfield", + "state": "IL", + "latitude": "41.875228", + "longitude": "-88.152610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60191", + "city": "Wood Dale", + "state": "IL", + "latitude": "41.962979", + "longitude": "-87.976880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60192", + "city": "Schaumburg", + "state": "IL", + "latitude": "42.065827", + "longitude": "-88.213990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60193", + "city": "Schaumburg", + "state": "IL", + "latitude": "42.012990", + "longitude": "-88.096750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60194", + "city": "Schaumburg", + "state": "IL", + "latitude": "42.037108", + "longitude": "-88.107190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60195", + "city": "Schaumburg", + "state": "IL", + "latitude": "42.067809", + "longitude": "-88.108280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60196", + "city": "Schaumburg", + "state": "IL", + "latitude": "42.056376", + "longitude": "-88.072522", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60197", + "city": "Carol Stream", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60198", + "city": "Carol Stream", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60199", + "city": "Carol Stream", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60201", + "city": "Evanston", + "state": "IL", + "latitude": "42.056391", + "longitude": "-87.696840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60202", + "city": "Evanston", + "state": "IL", + "latitude": "42.030327", + "longitude": "-87.688280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60203", + "city": "Evanston", + "state": "IL", + "latitude": "42.048879", + "longitude": "-87.717500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60204", + "city": "Evanston", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60208", + "city": "Evanston", + "state": "IL", + "latitude": "42.058629", + "longitude": "-87.684506", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60209", + "city": "Evanston", + "state": "IL", + "latitude": "42.049730", + "longitude": "-87.679408", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60301", + "city": "Oak Park", + "state": "IL", + "latitude": "41.887981", + "longitude": "-87.795620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60302", + "city": "Oak Park", + "state": "IL", + "latitude": "41.893941", + "longitude": "-87.788990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60303", + "city": "Oak Park", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60304", + "city": "Oak Park", + "state": "IL", + "latitude": "41.873550", + "longitude": "-87.788500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60305", + "city": "River Forest", + "state": "IL", + "latitude": "41.893031", + "longitude": "-87.817180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60330", + "city": "River Forest", + "state": "IL", + "latitude": "41.882081", + "longitude": "-87.821359", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60401", + "city": "Beecher", + "state": "IL", + "latitude": "41.350484", + "longitude": "-87.624080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60402", + "city": "Berwyn", + "state": "IL", + "latitude": "41.836981", + "longitude": "-87.790950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60406", + "city": "Blue Island", + "state": "IL", + "latitude": "41.656592", + "longitude": "-87.681540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60407", + "city": "Braceville", + "state": "IL", + "latitude": "41.230524", + "longitude": "-88.255030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60408", + "city": "Braidwood", + "state": "IL", + "latitude": "41.262178", + "longitude": "-88.223070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60409", + "city": "Calumet City", + "state": "IL", + "latitude": "41.614188", + "longitude": "-87.546380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60410", + "city": "Channahon", + "state": "IL", + "latitude": "41.439518", + "longitude": "-88.208980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60411", + "city": "Chicago Heights", + "state": "IL", + "latitude": "41.511307", + "longitude": "-87.610100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60412", + "city": "Chicago Heights", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60415", + "city": "Chicago Ridge", + "state": "IL", + "latitude": "41.702482", + "longitude": "-87.778690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60416", + "city": "Coal City", + "state": "IL", + "latitude": "41.292011", + "longitude": "-88.278300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60417", + "city": "Crete", + "state": "IL", + "latitude": "41.439034", + "longitude": "-87.611730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60419", + "city": "Dolton", + "state": "IL", + "latitude": "41.626839", + "longitude": "-87.598650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60420", + "city": "Dwight", + "state": "IL", + "latitude": "41.089453", + "longitude": "-88.427830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60421", + "city": "Elwood", + "state": "IL", + "latitude": "41.429681", + "longitude": "-88.102840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60422", + "city": "Flossmoor", + "state": "IL", + "latitude": "41.539384", + "longitude": "-87.684240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60423", + "city": "Frankfort", + "state": "IL", + "latitude": "41.501178", + "longitude": "-87.838750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60424", + "city": "Gardner", + "state": "IL", + "latitude": "41.174117", + "longitude": "-88.309540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60425", + "city": "Glenwood", + "state": "IL", + "latitude": "41.544584", + "longitude": "-87.612890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60426", + "city": "Harvey", + "state": "IL", + "latitude": "41.609078", + "longitude": "-87.662640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60429", + "city": "Hazel Crest", + "state": "IL", + "latitude": "41.574034", + "longitude": "-87.678570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60430", + "city": "Homewood", + "state": "IL", + "latitude": "41.556734", + "longitude": "-87.664640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60431", + "city": "Joliet", + "state": "IL", + "latitude": "41.524930", + "longitude": "-88.190220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60432", + "city": "Joliet", + "state": "IL", + "latitude": "41.533631", + "longitude": "-88.055920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60433", + "city": "Joliet", + "state": "IL", + "latitude": "41.511644", + "longitude": "-88.056980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60434", + "city": "Joliet", + "state": "IL", + "latitude": "41.525430", + "longitude": "-88.084208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60435", + "city": "Joliet", + "state": "IL", + "latitude": "41.543380", + "longitude": "-88.119630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60436", + "city": "Joliet", + "state": "IL", + "latitude": "41.507980", + "longitude": "-88.105530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60437", + "city": "Kinsman", + "state": "IL", + "latitude": "41.168761", + "longitude": "-88.557920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60438", + "city": "Lansing", + "state": "IL", + "latitude": "41.565685", + "longitude": "-87.548190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60439", + "city": "Lemont", + "state": "IL", + "latitude": "41.676028", + "longitude": "-87.982580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60440", + "city": "Bolingbrook", + "state": "IL", + "latitude": "41.703097", + "longitude": "-88.074620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60441", + "city": "Lockport", + "state": "IL", + "latitude": "41.598235", + "longitude": "-88.027530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60442", + "city": "Manhattan", + "state": "IL", + "latitude": "41.407474", + "longitude": "-87.968830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60443", + "city": "Matteson", + "state": "IL", + "latitude": "41.503468", + "longitude": "-87.736950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60444", + "city": "Mazon", + "state": "IL", + "latitude": "41.243419", + "longitude": "-88.403250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60445", + "city": "Midlothian", + "state": "IL", + "latitude": "41.631683", + "longitude": "-87.733090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60446", + "city": "Romeoville", + "state": "IL", + "latitude": "41.642730", + "longitude": "-88.099340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60447", + "city": "Minooka", + "state": "IL", + "latitude": "41.473553", + "longitude": "-88.291670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60448", + "city": "Mokena", + "state": "IL", + "latitude": "41.536782", + "longitude": "-87.885820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60449", + "city": "Monee", + "state": "IL", + "latitude": "41.422555", + "longitude": "-87.755310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60450", + "city": "Morris", + "state": "IL", + "latitude": "41.370642", + "longitude": "-88.407490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60451", + "city": "New Lenox", + "state": "IL", + "latitude": "41.509231", + "longitude": "-87.964750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60452", + "city": "Oak Forest", + "state": "IL", + "latitude": "41.605633", + "longitude": "-87.753560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60453", + "city": "Oak Lawn", + "state": "IL", + "latitude": "41.715082", + "longitude": "-87.754600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60454", + "city": "Oak Lawn", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60455", + "city": "Bridgeview", + "state": "IL", + "latitude": "41.742432", + "longitude": "-87.806780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60456", + "city": "Hometown", + "state": "IL", + "latitude": "41.730533", + "longitude": "-87.731980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60457", + "city": "Hickory Hills", + "state": "IL", + "latitude": "41.723782", + "longitude": "-87.828250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60458", + "city": "Justice", + "state": "IL", + "latitude": "41.746432", + "longitude": "-87.835570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60459", + "city": "Burbank", + "state": "IL", + "latitude": "41.744082", + "longitude": "-87.770220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60460", + "city": "Odell", + "state": "IL", + "latitude": "41.001480", + "longitude": "-88.529810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60461", + "city": "Olympia Fields", + "state": "IL", + "latitude": "41.518290", + "longitude": "-87.692740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60462", + "city": "Orland Park", + "state": "IL", + "latitude": "41.623532", + "longitude": "-87.835420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60463", + "city": "Palos Heights", + "state": "IL", + "latitude": "41.663548", + "longitude": "-87.791480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60464", + "city": "Palos Park", + "state": "IL", + "latitude": "41.664582", + "longitude": "-87.843780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60465", + "city": "Palos Hills", + "state": "IL", + "latitude": "41.699432", + "longitude": "-87.829770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60466", + "city": "Park Forest", + "state": "IL", + "latitude": "41.472934", + "longitude": "-87.687670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60467", + "city": "Orland Park", + "state": "IL", + "latitude": "41.598255", + "longitude": "-87.892010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60468", + "city": "Peotone", + "state": "IL", + "latitude": "41.331114", + "longitude": "-87.799170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60469", + "city": "Posen", + "state": "IL", + "latitude": "41.628034", + "longitude": "-87.686940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60470", + "city": "Ransom", + "state": "IL", + "latitude": "41.169068", + "longitude": "-88.649400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60471", + "city": "Richton Park", + "state": "IL", + "latitude": "41.483844", + "longitude": "-87.721340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60472", + "city": "Robbins", + "state": "IL", + "latitude": "41.642933", + "longitude": "-87.708140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60473", + "city": "South Holland", + "state": "IL", + "latitude": "41.597472", + "longitude": "-87.599090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60474", + "city": "South Wilmington", + "state": "IL", + "latitude": "41.173313", + "longitude": "-88.274940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60475", + "city": "Steger", + "state": "IL", + "latitude": "41.470084", + "longitude": "-87.633690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60476", + "city": "Thornton", + "state": "IL", + "latitude": "41.570384", + "longitude": "-87.608390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60477", + "city": "Tinley Park", + "state": "IL", + "latitude": "41.573800", + "longitude": "-87.803890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60478", + "city": "Country Club Hills", + "state": "IL", + "latitude": "41.561134", + "longitude": "-87.723980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60479", + "city": "Verona", + "state": "IL", + "latitude": "41.231718", + "longitude": "-88.526590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60480", + "city": "Willow Springs", + "state": "IL", + "latitude": "41.737616", + "longitude": "-87.877780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60481", + "city": "Wilmington", + "state": "IL", + "latitude": "41.298186", + "longitude": "-88.146400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60482", + "city": "Worth", + "state": "IL", + "latitude": "41.688827", + "longitude": "-87.792650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60490", + "city": "Bolingbrook", + "state": "IL", + "latitude": "41.684752", + "longitude": "-88.142030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60499", + "city": "Bedford Park", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60501", + "city": "Summit Argo", + "state": "IL", + "latitude": "41.784832", + "longitude": "-87.810000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60504", + "city": "Aurora", + "state": "IL", + "latitude": "41.760067", + "longitude": "-88.252180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60505", + "city": "Aurora", + "state": "IL", + "latitude": "41.756129", + "longitude": "-88.296990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60506", + "city": "Aurora", + "state": "IL", + "latitude": "41.766029", + "longitude": "-88.352540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60507", + "city": "Aurora", + "state": "IL", + "latitude": "41.936977", + "longitude": "-88.420178", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60510", + "city": "Batavia", + "state": "IL", + "latitude": "41.845228", + "longitude": "-88.309950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60511", + "city": "Big Rock", + "state": "IL", + "latitude": "41.755370", + "longitude": "-88.548650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60512", + "city": "Bristol", + "state": "IL", + "latitude": "41.706034", + "longitude": "-88.412960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60513", + "city": "Brookfield", + "state": "IL", + "latitude": "41.822681", + "longitude": "-87.847530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60514", + "city": "Clarendon Hills", + "state": "IL", + "latitude": "41.779533", + "longitude": "-87.957980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60515", + "city": "Downers Grove", + "state": "IL", + "latitude": "41.803480", + "longitude": "-88.018270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60516", + "city": "Downers Grove", + "state": "IL", + "latitude": "41.761463", + "longitude": "-88.013340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60517", + "city": "Woodridge", + "state": "IL", + "latitude": "41.752530", + "longitude": "-88.048640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60518", + "city": "Earlville", + "state": "IL", + "latitude": "41.599139", + "longitude": "-88.919320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60519", + "city": "Eola", + "state": "IL", + "latitude": "41.778379", + "longitude": "-88.242680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60520", + "city": "Hinckley", + "state": "IL", + "latitude": "41.776884", + "longitude": "-88.646550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60521", + "city": "Hinsdale", + "state": "IL", + "latitude": "41.772915", + "longitude": "-87.929960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60522", + "city": "Hinsdale", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60523", + "city": "Oak Brook", + "state": "IL", + "latitude": "41.837716", + "longitude": "-87.960410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60525", + "city": "La Grange", + "state": "IL", + "latitude": "41.788536", + "longitude": "-87.876050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60526", + "city": "La Grange Park", + "state": "IL", + "latitude": "41.829831", + "longitude": "-87.870400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60527", + "city": "Hinsdale", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60530", + "city": "Lee", + "state": "IL", + "latitude": "41.792378", + "longitude": "-88.951600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60531", + "city": "Leland", + "state": "IL", + "latitude": "41.620636", + "longitude": "-88.788950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60532", + "city": "Lisle", + "state": "IL", + "latitude": "41.789079", + "longitude": "-88.085360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60534", + "city": "Lyons", + "state": "IL", + "latitude": "41.812331", + "longitude": "-87.823180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60536", + "city": "Millbrook", + "state": "IL", + "latitude": "41.598631", + "longitude": "-88.553170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60537", + "city": "Millington", + "state": "IL", + "latitude": "41.562530", + "longitude": "-88.599210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60538", + "city": "Montgomery", + "state": "IL", + "latitude": "41.721886", + "longitude": "-88.329720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60539", + "city": "Mooseheart", + "state": "IL", + "latitude": "41.823478", + "longitude": "-88.333200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60540", + "city": "Naperville", + "state": "IL", + "latitude": "41.764779", + "longitude": "-88.145790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60541", + "city": "Newark", + "state": "IL", + "latitude": "41.529433", + "longitude": "-88.535520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60542", + "city": "North Aurora", + "state": "IL", + "latitude": "41.809387", + "longitude": "-88.329310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60543", + "city": "Oswego", + "state": "IL", + "latitude": "41.684896", + "longitude": "-88.341770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60544", + "city": "Plainfield", + "state": "IL", + "latitude": "41.607624", + "longitude": "-88.197360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60545", + "city": "Plano", + "state": "IL", + "latitude": "41.665654", + "longitude": "-88.536970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60546", + "city": "Riverside", + "state": "IL", + "latitude": "41.836131", + "longitude": "-87.821630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60548", + "city": "Sandwich", + "state": "IL", + "latitude": "41.645393", + "longitude": "-88.630520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60549", + "city": "Serena", + "state": "IL", + "latitude": "41.490329", + "longitude": "-88.749980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60550", + "city": "Shabbona", + "state": "IL", + "latitude": "41.769322", + "longitude": "-88.868580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60551", + "city": "Sheridan", + "state": "IL", + "latitude": "41.527585", + "longitude": "-88.682920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60552", + "city": "Somonauk", + "state": "IL", + "latitude": "41.645998", + "longitude": "-88.690000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60553", + "city": "Steward", + "state": "IL", + "latitude": "41.830628", + "longitude": "-89.017040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60554", + "city": "Sugar Grove", + "state": "IL", + "latitude": "41.779939", + "longitude": "-88.451830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60555", + "city": "Warrenville", + "state": "IL", + "latitude": "41.825520", + "longitude": "-88.194520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60556", + "city": "Waterman", + "state": "IL", + "latitude": "41.768498", + "longitude": "-88.775390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60557", + "city": "Wedron", + "state": "IL", + "latitude": "41.438531", + "longitude": "-88.769330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60558", + "city": "Western Springs", + "state": "IL", + "latitude": "41.805531", + "longitude": "-87.901030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60559", + "city": "Westmont", + "state": "IL", + "latitude": "41.795358", + "longitude": "-87.977780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60560", + "city": "Yorkville", + "state": "IL", + "latitude": "41.631342", + "longitude": "-88.439960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60561", + "city": "Darien", + "state": "IL", + "latitude": "41.745623", + "longitude": "-87.981080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60563", + "city": "Naperville", + "state": "IL", + "latitude": "41.794885", + "longitude": "-88.161880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60564", + "city": "Naperville", + "state": "IL", + "latitude": "41.707118", + "longitude": "-88.196340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60565", + "city": "Naperville", + "state": "IL", + "latitude": "41.728738", + "longitude": "-88.128240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60566", + "city": "Naperville", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60567", + "city": "Naperville", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60568", + "city": "Aurora", + "state": "IL", + "latitude": "41.935616", + "longitude": "-88.432380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60570", + "city": "Hinsdale", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60572", + "city": "Aurora", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60597", + "city": "Fox Valley", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60598", + "city": "Aurora", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60599", + "city": "Fox Valley", + "state": "IL", + "latitude": "41.839679", + "longitude": "-88.088716", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60601", + "city": "Chicago", + "state": "IL", + "latitude": "41.886456", + "longitude": "-87.623250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60602", + "city": "Chicago", + "state": "IL", + "latitude": "41.882937", + "longitude": "-87.628740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60603", + "city": "Chicago", + "state": "IL", + "latitude": "41.880446", + "longitude": "-87.630140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60604", + "city": "Chicago", + "state": "IL", + "latitude": "41.877589", + "longitude": "-87.628180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60605", + "city": "Chicago", + "state": "IL", + "latitude": "41.860019", + "longitude": "-87.618700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60606", + "city": "Chicago", + "state": "IL", + "latitude": "41.882582", + "longitude": "-87.637600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60607", + "city": "Chicago", + "state": "IL", + "latitude": "41.875882", + "longitude": "-87.651140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60608", + "city": "Chicago", + "state": "IL", + "latitude": "41.850532", + "longitude": "-87.669900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60609", + "city": "Chicago", + "state": "IL", + "latitude": "41.814283", + "longitude": "-87.652820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60610", + "city": "Chicago", + "state": "IL", + "latitude": "41.898582", + "longitude": "-87.637100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60611", + "city": "Chicago", + "state": "IL", + "latitude": "41.904667", + "longitude": "-87.625040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60612", + "city": "Chicago", + "state": "IL", + "latitude": "41.880682", + "longitude": "-87.687700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60613", + "city": "Chicago", + "state": "IL", + "latitude": "41.953256", + "longitude": "-87.662900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60614", + "city": "Chicago", + "state": "IL", + "latitude": "41.922682", + "longitude": "-87.654320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60615", + "city": "Chicago", + "state": "IL", + "latitude": "41.801525", + "longitude": "-87.602150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60616", + "city": "Chicago", + "state": "IL", + "latitude": "41.847400", + "longitude": "-87.631260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60617", + "city": "Chicago", + "state": "IL", + "latitude": "41.719973", + "longitude": "-87.555700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60618", + "city": "Chicago", + "state": "IL", + "latitude": "41.945681", + "longitude": "-87.704800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60619", + "city": "Chicago", + "state": "IL", + "latitude": "41.744834", + "longitude": "-87.604440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60620", + "city": "Chicago", + "state": "IL", + "latitude": "41.740483", + "longitude": "-87.652820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60621", + "city": "Chicago", + "state": "IL", + "latitude": "41.776983", + "longitude": "-87.640400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60622", + "city": "Chicago", + "state": "IL", + "latitude": "41.900332", + "longitude": "-87.669270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60623", + "city": "Chicago", + "state": "IL", + "latitude": "41.850232", + "longitude": "-87.718000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60624", + "city": "Chicago", + "state": "IL", + "latitude": "41.879365", + "longitude": "-87.721990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60625", + "city": "Chicago", + "state": "IL", + "latitude": "41.971614", + "longitude": "-87.702560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60626", + "city": "Chicago", + "state": "IL", + "latitude": "42.009731", + "longitude": "-87.669380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60628", + "city": "Chicago", + "state": "IL", + "latitude": "41.695434", + "longitude": "-87.622550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60629", + "city": "Chicago", + "state": "IL", + "latitude": "41.777482", + "longitude": "-87.711550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60630", + "city": "Chicago", + "state": "IL", + "latitude": "41.971044", + "longitude": "-87.758690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60631", + "city": "Chicago", + "state": "IL", + "latitude": "41.996230", + "longitude": "-87.810910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60632", + "city": "Chicago", + "state": "IL", + "latitude": "41.809299", + "longitude": "-87.710500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60633", + "city": "Chicago", + "state": "IL", + "latitude": "41.655423", + "longitude": "-87.553650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60634", + "city": "Chicago", + "state": "IL", + "latitude": "41.944454", + "longitude": "-87.796540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60636", + "city": "Chicago", + "state": "IL", + "latitude": "41.776633", + "longitude": "-87.668540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60637", + "city": "Chicago", + "state": "IL", + "latitude": "41.779384", + "longitude": "-87.605440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60638", + "city": "Chicago", + "state": "IL", + "latitude": "41.787982", + "longitude": "-87.773800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60639", + "city": "Chicago", + "state": "IL", + "latitude": "41.921431", + "longitude": "-87.754150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60640", + "city": "Chicago", + "state": "IL", + "latitude": "41.973181", + "longitude": "-87.666500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60641", + "city": "Chicago", + "state": "IL", + "latitude": "41.946431", + "longitude": "-87.745760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60643", + "city": "Chicago", + "state": "IL", + "latitude": "41.696433", + "longitude": "-87.659930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60644", + "city": "Chicago", + "state": "IL", + "latitude": "41.881331", + "longitude": "-87.756710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60645", + "city": "Chicago", + "state": "IL", + "latitude": "42.008956", + "longitude": "-87.696340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60646", + "city": "Chicago", + "state": "IL", + "latitude": "41.995331", + "longitude": "-87.760100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60647", + "city": "Chicago", + "state": "IL", + "latitude": "41.921126", + "longitude": "-87.700850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60648", + "city": "Peotone", + "state": "IL", + "latitude": "41.335445", + "longitude": "-87.785286", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60649", + "city": "Chicago", + "state": "IL", + "latitude": "41.761734", + "longitude": "-87.570720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60650", + "city": "Chicago", + "state": "IL", + "latitude": "41.818682", + "longitude": "-87.743454", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60651", + "city": "Chicago", + "state": "IL", + "latitude": "41.901485", + "longitude": "-87.740550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60652", + "city": "Chicago", + "state": "IL", + "latitude": "41.744600", + "longitude": "-87.711880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60653", + "city": "Chicago", + "state": "IL", + "latitude": "41.819833", + "longitude": "-87.612690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60654", + "city": "Chicago", + "state": "IL", + "latitude": "41.888627", + "longitude": "-87.635380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60655", + "city": "Chicago", + "state": "IL", + "latitude": "41.696283", + "longitude": "-87.699120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60656", + "city": "Chicago", + "state": "IL", + "latitude": "41.975080", + "longitude": "-87.816300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60657", + "city": "Chicago", + "state": "IL", + "latitude": "41.940832", + "longitude": "-87.658520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60659", + "city": "Chicago", + "state": "IL", + "latitude": "41.991381", + "longitude": "-87.703780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60660", + "city": "Chicago", + "state": "IL", + "latitude": "41.990631", + "longitude": "-87.666700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60661", + "city": "Chicago", + "state": "IL", + "latitude": "41.882082", + "longitude": "-87.644610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60663", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60664", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60665", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60666", + "city": "Amf Ohare", + "state": "IL", + "latitude": "41.968029", + "longitude": "-87.891214", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60667", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60668", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60669", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60670", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60671", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60672", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60673", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60674", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60675", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60677", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60678", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60679", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60680", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60681", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60683", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60684", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60685", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60687", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60690", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60691", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60692", + "city": "Chicago", + "state": "IL", + "latitude": "41.867532", + "longitude": "-87.672553", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60693", + "city": "Chicago", + "state": "IL", + "latitude": "42.096428", + "longitude": "-87.717910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60694", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60697", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60699", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60701", + "city": "Chicago", + "state": "IL", + "latitude": "41.811929", + "longitude": "-87.687320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60706", + "city": "Harwood Heights", + "state": "IL", + "latitude": "41.964180", + "longitude": "-87.816860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60707", + "city": "Elmwood Park", + "state": "IL", + "latitude": "41.922681", + "longitude": "-87.808050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60712", + "city": "Lincolnwood", + "state": "IL", + "latitude": "42.005331", + "longitude": "-87.735450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60714", + "city": "Niles", + "state": "IL", + "latitude": "42.032379", + "longitude": "-87.815630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60803", + "city": "Alsip", + "state": "IL", + "latitude": "41.675861", + "longitude": "-87.731890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60804", + "city": "Cicero", + "state": "IL", + "latitude": "41.844382", + "longitude": "-87.759900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60805", + "city": "Evergreen Park", + "state": "IL", + "latitude": "41.719933", + "longitude": "-87.702490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60827", + "city": "Riverdale", + "state": "IL", + "latitude": "41.649717", + "longitude": "-87.632920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60901", + "city": "Kankakee", + "state": "IL", + "latitude": "41.114132", + "longitude": "-87.867840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60902", + "city": "Kankakee", + "state": "IL", + "latitude": "41.146464", + "longitude": "-87.888971", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60910", + "city": "Aroma Park", + "state": "IL", + "latitude": "41.078981", + "longitude": "-87.805360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60911", + "city": "Ashkum", + "state": "IL", + "latitude": "40.883641", + "longitude": "-87.966700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60912", + "city": "Beaverville", + "state": "IL", + "latitude": "40.968579", + "longitude": "-87.616110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60913", + "city": "Bonfield", + "state": "IL", + "latitude": "41.147958", + "longitude": "-88.064120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60914", + "city": "Bourbonnais", + "state": "IL", + "latitude": "41.170442", + "longitude": "-87.868910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60915", + "city": "Bradley", + "state": "IL", + "latitude": "41.144256", + "longitude": "-87.862390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60917", + "city": "Buckingham", + "state": "IL", + "latitude": "41.046990", + "longitude": "-88.186490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60918", + "city": "Buckley", + "state": "IL", + "latitude": "40.598963", + "longitude": "-88.033080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60919", + "city": "Cabery", + "state": "IL", + "latitude": "40.987824", + "longitude": "-88.237370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60920", + "city": "Campus", + "state": "IL", + "latitude": "41.024846", + "longitude": "-88.307970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60921", + "city": "Chatsworth", + "state": "IL", + "latitude": "40.757447", + "longitude": "-88.293060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60922", + "city": "Chebanse", + "state": "IL", + "latitude": "41.005603", + "longitude": "-87.906490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60924", + "city": "Cissna Park", + "state": "IL", + "latitude": "40.565374", + "longitude": "-87.881770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60926", + "city": "Claytonville", + "state": "IL", + "latitude": "40.572516", + "longitude": "-87.818250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60927", + "city": "Clifton", + "state": "IL", + "latitude": "40.937573", + "longitude": "-87.941050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60928", + "city": "Crescent City", + "state": "IL", + "latitude": "40.766096", + "longitude": "-87.854740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60929", + "city": "Cullom", + "state": "IL", + "latitude": "40.873000", + "longitude": "-88.286760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60930", + "city": "Danforth", + "state": "IL", + "latitude": "40.823527", + "longitude": "-87.987400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60931", + "city": "Donovan", + "state": "IL", + "latitude": "40.876303", + "longitude": "-87.601590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60932", + "city": "East Lynn", + "state": "IL", + "latitude": "40.465251", + "longitude": "-87.801120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60933", + "city": "Elliott", + "state": "IL", + "latitude": "40.465744", + "longitude": "-88.269940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60934", + "city": "Emington", + "state": "IL", + "latitude": "40.966528", + "longitude": "-88.349370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60935", + "city": "Essex", + "state": "IL", + "latitude": "41.175690", + "longitude": "-88.172680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60936", + "city": "Gibson City", + "state": "IL", + "latitude": "40.463079", + "longitude": "-88.373100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60938", + "city": "Gilman", + "state": "IL", + "latitude": "40.767194", + "longitude": "-87.989290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60939", + "city": "Goodwine", + "state": "IL", + "latitude": "40.748087", + "longitude": "-87.828760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60940", + "city": "Grant Park", + "state": "IL", + "latitude": "41.244016", + "longitude": "-87.644640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60941", + "city": "Herscher", + "state": "IL", + "latitude": "41.051130", + "longitude": "-88.089570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60942", + "city": "Hoopeston", + "state": "IL", + "latitude": "40.465869", + "longitude": "-87.667660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60944", + "city": "Hopkins Park", + "state": "IL", + "latitude": "41.146464", + "longitude": "-87.888971", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60945", + "city": "Iroquois", + "state": "IL", + "latitude": "40.827011", + "longitude": "-87.583560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60946", + "city": "Kempton", + "state": "IL", + "latitude": "40.908942", + "longitude": "-88.213040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60948", + "city": "Loda", + "state": "IL", + "latitude": "40.526477", + "longitude": "-88.082100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60949", + "city": "Ludlow", + "state": "IL", + "latitude": "40.375602", + "longitude": "-88.115240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60950", + "city": "Manteno", + "state": "IL", + "latitude": "41.250408", + "longitude": "-87.851250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60951", + "city": "Martinton", + "state": "IL", + "latitude": "40.912916", + "longitude": "-87.755890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60952", + "city": "Melvin", + "state": "IL", + "latitude": "40.562833", + "longitude": "-88.250530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60953", + "city": "Milford", + "state": "IL", + "latitude": "40.624025", + "longitude": "-87.696180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60954", + "city": "Momence", + "state": "IL", + "latitude": "41.147918", + "longitude": "-87.635790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60955", + "city": "Onarga", + "state": "IL", + "latitude": "40.706634", + "longitude": "-87.996240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60956", + "city": "Papineau", + "state": "IL", + "latitude": "40.966993", + "longitude": "-87.716074", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60957", + "city": "Paxton", + "state": "IL", + "latitude": "40.448736", + "longitude": "-88.114050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60959", + "city": "Piper City", + "state": "IL", + "latitude": "40.779834", + "longitude": "-88.180120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60960", + "city": "Rankin", + "state": "IL", + "latitude": "40.439688", + "longitude": "-87.890160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60961", + "city": "Reddick", + "state": "IL", + "latitude": "41.105629", + "longitude": "-88.237940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60962", + "city": "Roberts", + "state": "IL", + "latitude": "40.625486", + "longitude": "-88.186670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60963", + "city": "Rossville", + "state": "IL", + "latitude": "40.372447", + "longitude": "-87.660300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60964", + "city": "Saint Anne", + "state": "IL", + "latitude": "41.045785", + "longitude": "-87.689630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60966", + "city": "Sheldon", + "state": "IL", + "latitude": "40.762507", + "longitude": "-87.574230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60967", + "city": "Stockland", + "state": "IL", + "latitude": "40.613942", + "longitude": "-87.592590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60968", + "city": "Thawville", + "state": "IL", + "latitude": "40.675600", + "longitude": "-88.107610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60969", + "city": "Union Hill", + "state": "IL", + "latitude": "41.109101", + "longitude": "-88.147320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60970", + "city": "Watseka", + "state": "IL", + "latitude": "40.784447", + "longitude": "-87.740510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60973", + "city": "Wellington", + "state": "IL", + "latitude": "40.543697", + "longitude": "-87.664750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "60974", + "city": "Woodland", + "state": "IL", + "latitude": "40.710295", + "longitude": "-87.731370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61001", + "city": "Apple River", + "state": "IL", + "latitude": "42.472458", + "longitude": "-90.120980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61006", + "city": "Ashton", + "state": "IL", + "latitude": "41.865034", + "longitude": "-89.215360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61007", + "city": "Baileyville", + "state": "IL", + "latitude": "42.199457", + "longitude": "-89.596620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61008", + "city": "Belvidere", + "state": "IL", + "latitude": "42.257229", + "longitude": "-88.847550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61010", + "city": "Byron", + "state": "IL", + "latitude": "42.131245", + "longitude": "-89.266370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61011", + "city": "Caledonia", + "state": "IL", + "latitude": "42.376423", + "longitude": "-88.932500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61012", + "city": "Capron", + "state": "IL", + "latitude": "42.401104", + "longitude": "-88.747260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61013", + "city": "Cedarville", + "state": "IL", + "latitude": "42.375078", + "longitude": "-89.633820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61014", + "city": "Chadwick", + "state": "IL", + "latitude": "41.970680", + "longitude": "-89.875080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61015", + "city": "Chana", + "state": "IL", + "latitude": "41.982993", + "longitude": "-89.212800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61016", + "city": "Cherry Valley", + "state": "IL", + "latitude": "42.222221", + "longitude": "-88.954300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61017", + "city": "Coleta", + "state": "IL", + "latitude": "41.902977", + "longitude": "-89.804293", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61018", + "city": "Dakota", + "state": "IL", + "latitude": "42.403305", + "longitude": "-89.554660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61019", + "city": "Davis", + "state": "IL", + "latitude": "42.440374", + "longitude": "-89.409250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61020", + "city": "Davis Junction", + "state": "IL", + "latitude": "42.101928", + "longitude": "-89.093690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61021", + "city": "Dixon", + "state": "IL", + "latitude": "41.843702", + "longitude": "-89.476360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61024", + "city": "Durand", + "state": "IL", + "latitude": "42.436585", + "longitude": "-89.303940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61025", + "city": "East Dubuque", + "state": "IL", + "latitude": "42.483971", + "longitude": "-90.589450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61027", + "city": "Eleroy", + "state": "IL", + "latitude": "42.332038", + "longitude": "-89.761171", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61028", + "city": "Elizabeth", + "state": "IL", + "latitude": "42.298773", + "longitude": "-90.177780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61030", + "city": "Forreston", + "state": "IL", + "latitude": "42.119619", + "longitude": "-89.582420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61031", + "city": "Franklin Grove", + "state": "IL", + "latitude": "41.840360", + "longitude": "-89.311760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61032", + "city": "Freeport", + "state": "IL", + "latitude": "42.300918", + "longitude": "-89.632080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61036", + "city": "Galena", + "state": "IL", + "latitude": "42.400744", + "longitude": "-90.397380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61037", + "city": "Galt", + "state": "IL", + "latitude": "41.788761", + "longitude": "-89.761820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61038", + "city": "Garden Prairie", + "state": "IL", + "latitude": "42.255617", + "longitude": "-88.743440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61039", + "city": "German Valley", + "state": "IL", + "latitude": "42.213851", + "longitude": "-89.474490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61041", + "city": "Hanover", + "state": "IL", + "latitude": "42.270426", + "longitude": "-90.310770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61042", + "city": "Harmon", + "state": "IL", + "latitude": "41.693390", + "longitude": "-89.569860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61043", + "city": "Holcomb", + "state": "IL", + "latitude": "42.045123", + "longitude": "-89.313593", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61044", + "city": "Kent", + "state": "IL", + "latitude": "42.320303", + "longitude": "-89.912370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61046", + "city": "Lanark", + "state": "IL", + "latitude": "42.111421", + "longitude": "-89.824360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61047", + "city": "Leaf River", + "state": "IL", + "latitude": "42.139244", + "longitude": "-89.396800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61048", + "city": "Lena", + "state": "IL", + "latitude": "42.381064", + "longitude": "-89.830620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61049", + "city": "Lindenwood", + "state": "IL", + "latitude": "42.054546", + "longitude": "-89.024560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61050", + "city": "McConnell", + "state": "IL", + "latitude": "42.444700", + "longitude": "-89.727080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61051", + "city": "Milledgeville", + "state": "IL", + "latitude": "41.965904", + "longitude": "-89.758960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61052", + "city": "Monroe Center", + "state": "IL", + "latitude": "42.110548", + "longitude": "-89.007510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61053", + "city": "Mount Carroll", + "state": "IL", + "latitude": "42.100900", + "longitude": "-89.982550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61054", + "city": "Mount Morris", + "state": "IL", + "latitude": "42.046139", + "longitude": "-89.440250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61057", + "city": "Nachusa", + "state": "IL", + "latitude": "41.830896", + "longitude": "-89.396130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61058", + "city": "Nelson", + "state": "IL", + "latitude": "41.797256", + "longitude": "-89.599529", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61059", + "city": "Nora", + "state": "IL", + "latitude": "42.455036", + "longitude": "-89.945610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61060", + "city": "Orangeville", + "state": "IL", + "latitude": "42.475891", + "longitude": "-89.634040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61061", + "city": "Oregon", + "state": "IL", + "latitude": "42.006630", + "longitude": "-89.339320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61062", + "city": "Pearl City", + "state": "IL", + "latitude": "42.250987", + "longitude": "-89.835710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61063", + "city": "Pecatonica", + "state": "IL", + "latitude": "42.307665", + "longitude": "-89.344530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61064", + "city": "Polo", + "state": "IL", + "latitude": "41.989386", + "longitude": "-89.590840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61065", + "city": "Poplar Grove", + "state": "IL", + "latitude": "42.364394", + "longitude": "-88.846650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61067", + "city": "Ridott", + "state": "IL", + "latitude": "42.298218", + "longitude": "-89.476520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61068", + "city": "Rochelle", + "state": "IL", + "latitude": "41.935139", + "longitude": "-89.068910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61070", + "city": "Rock City", + "state": "IL", + "latitude": "42.407384", + "longitude": "-89.462280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61071", + "city": "Rock Falls", + "state": "IL", + "latitude": "41.759473", + "longitude": "-89.694520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61072", + "city": "Rockton", + "state": "IL", + "latitude": "42.447856", + "longitude": "-89.084850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61073", + "city": "Roscoe", + "state": "IL", + "latitude": "42.419097", + "longitude": "-89.004070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61074", + "city": "Savanna", + "state": "IL", + "latitude": "42.099635", + "longitude": "-90.128580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61075", + "city": "Scales Mound", + "state": "IL", + "latitude": "42.473737", + "longitude": "-90.253620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61076", + "city": "Scioto Mills", + "state": "IL", + "latitude": "42.355422", + "longitude": "-89.667939", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61077", + "city": "Seward", + "state": "IL", + "latitude": "42.236813", + "longitude": "-89.358280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61078", + "city": "Shannon", + "state": "IL", + "latitude": "42.158340", + "longitude": "-89.735550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61079", + "city": "Shirland", + "state": "IL", + "latitude": "42.325364", + "longitude": "-89.170527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61080", + "city": "South Beloit", + "state": "IL", + "latitude": "42.484835", + "longitude": "-89.027560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61081", + "city": "Sterling", + "state": "IL", + "latitude": "41.813776", + "longitude": "-89.705370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61084", + "city": "Stillman Valley", + "state": "IL", + "latitude": "42.112207", + "longitude": "-89.186330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61085", + "city": "Stockton", + "state": "IL", + "latitude": "42.350108", + "longitude": "-90.023620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61087", + "city": "Warren", + "state": "IL", + "latitude": "42.491388", + "longitude": "-89.989790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61088", + "city": "Winnebago", + "state": "IL", + "latitude": "42.271385", + "longitude": "-89.250990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61089", + "city": "Winslow", + "state": "IL", + "latitude": "42.475078", + "longitude": "-89.816070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61091", + "city": "Woosung", + "state": "IL", + "latitude": "41.905844", + "longitude": "-89.542550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61101", + "city": "Rockford", + "state": "IL", + "latitude": "42.292221", + "longitude": "-89.125740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61102", + "city": "Rockford", + "state": "IL", + "latitude": "42.255170", + "longitude": "-89.129700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61103", + "city": "Rockford", + "state": "IL", + "latitude": "42.303365", + "longitude": "-89.082460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61104", + "city": "Rockford", + "state": "IL", + "latitude": "42.255370", + "longitude": "-89.076020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61105", + "city": "Rockford", + "state": "IL", + "latitude": "42.325364", + "longitude": "-89.170527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61106", + "city": "Rockford", + "state": "IL", + "latitude": "42.325364", + "longitude": "-89.170527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61107", + "city": "Rockford", + "state": "IL", + "latitude": "42.280019", + "longitude": "-89.033470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61108", + "city": "Rockford", + "state": "IL", + "latitude": "42.254087", + "longitude": "-89.017760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61109", + "city": "Rockford", + "state": "IL", + "latitude": "42.213439", + "longitude": "-89.055950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61110", + "city": "Rockford", + "state": "IL", + "latitude": "42.325364", + "longitude": "-89.170527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61111", + "city": "Loves Park", + "state": "IL", + "latitude": "42.326227", + "longitude": "-89.025730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61112", + "city": "Rockford", + "state": "IL", + "latitude": "42.245596", + "longitude": "-88.975860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61114", + "city": "Rockford", + "state": "IL", + "latitude": "42.306666", + "longitude": "-89.008390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61115", + "city": "Machesney Park", + "state": "IL", + "latitude": "42.352539", + "longitude": "-89.041860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61125", + "city": "Rockford", + "state": "IL", + "latitude": "42.325364", + "longitude": "-89.170527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61126", + "city": "Rockford", + "state": "IL", + "latitude": "42.325364", + "longitude": "-89.170527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61130", + "city": "Loves Park", + "state": "IL", + "latitude": "42.325364", + "longitude": "-89.170527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61131", + "city": "Loves Park", + "state": "IL", + "latitude": "42.325364", + "longitude": "-89.170527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61132", + "city": "Loves Park", + "state": "IL", + "latitude": "42.325364", + "longitude": "-89.170527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61201", + "city": "Rock Island", + "state": "IL", + "latitude": "41.490300", + "longitude": "-90.569560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61202", + "city": "Rock Island", + "state": "IL", + "latitude": "41.466752", + "longitude": "-90.587140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61204", + "city": "Rock Island", + "state": "IL", + "latitude": "41.554901", + "longitude": "-90.615975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61206", + "city": "Rock Island", + "state": "IL", + "latitude": "41.554901", + "longitude": "-90.615975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61230", + "city": "Albany", + "state": "IL", + "latitude": "41.766003", + "longitude": "-90.223220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61231", + "city": "Aledo", + "state": "IL", + "latitude": "41.202461", + "longitude": "-90.731370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61232", + "city": "Andalusia", + "state": "IL", + "latitude": "41.440852", + "longitude": "-90.719570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61233", + "city": "Andover", + "state": "IL", + "latitude": "41.292977", + "longitude": "-90.293340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61234", + "city": "Annawan", + "state": "IL", + "latitude": "41.412944", + "longitude": "-89.922360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61235", + "city": "Atkinson", + "state": "IL", + "latitude": "41.409646", + "longitude": "-90.018210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61236", + "city": "Barstow", + "state": "IL", + "latitude": "41.518317", + "longitude": "-90.355970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61237", + "city": "Buffalo Prairie", + "state": "IL", + "latitude": "41.336752", + "longitude": "-90.852226", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61238", + "city": "Cambridge", + "state": "IL", + "latitude": "41.286797", + "longitude": "-90.174860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61239", + "city": "Carbon Cliff", + "state": "IL", + "latitude": "41.497667", + "longitude": "-90.390470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61240", + "city": "Coal Valley", + "state": "IL", + "latitude": "41.439784", + "longitude": "-90.428000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61241", + "city": "Colona", + "state": "IL", + "latitude": "41.483484", + "longitude": "-90.340460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61242", + "city": "Cordova", + "state": "IL", + "latitude": "41.697188", + "longitude": "-90.301770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61243", + "city": "Deer Grove", + "state": "IL", + "latitude": "41.610151", + "longitude": "-89.662980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61244", + "city": "East Moline", + "state": "IL", + "latitude": "41.518733", + "longitude": "-90.417880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61250", + "city": "Erie", + "state": "IL", + "latitude": "41.657803", + "longitude": "-90.086130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61251", + "city": "Fenton", + "state": "IL", + "latitude": "41.738551", + "longitude": "-90.069220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61252", + "city": "Fulton", + "state": "IL", + "latitude": "41.863049", + "longitude": "-90.145240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61254", + "city": "Geneseo", + "state": "IL", + "latitude": "41.464473", + "longitude": "-90.158540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61256", + "city": "Hampton", + "state": "IL", + "latitude": "41.554666", + "longitude": "-90.409870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61257", + "city": "Hillsdale", + "state": "IL", + "latitude": "41.590161", + "longitude": "-90.203920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61258", + "city": "Hooppole", + "state": "IL", + "latitude": "41.522044", + "longitude": "-89.912160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61259", + "city": "Illinois City", + "state": "IL", + "latitude": "41.369036", + "longitude": "-90.928400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61260", + "city": "Joy", + "state": "IL", + "latitude": "41.228561", + "longitude": "-90.875650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61261", + "city": "Lyndon", + "state": "IL", + "latitude": "41.719782", + "longitude": "-89.921160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61262", + "city": "Lynn Center", + "state": "IL", + "latitude": "41.285950", + "longitude": "-90.361170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61263", + "city": "Matherville", + "state": "IL", + "latitude": "41.260255", + "longitude": "-90.605870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61264", + "city": "Milan", + "state": "IL", + "latitude": "41.426583", + "longitude": "-90.576390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61265", + "city": "Moline", + "state": "IL", + "latitude": "41.490333", + "longitude": "-90.500060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61266", + "city": "Moline", + "state": "IL", + "latitude": "41.554901", + "longitude": "-90.615975", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61270", + "city": "Morrison", + "state": "IL", + "latitude": "41.819003", + "longitude": "-89.966230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61272", + "city": "New Boston", + "state": "IL", + "latitude": "41.223984", + "longitude": "-91.012300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61273", + "city": "Orion", + "state": "IL", + "latitude": "41.357236", + "longitude": "-90.384820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61274", + "city": "Osco", + "state": "IL", + "latitude": "41.372408", + "longitude": "-90.270310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61275", + "city": "Port Byron", + "state": "IL", + "latitude": "41.599642", + "longitude": "-90.319780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61276", + "city": "Preemption", + "state": "IL", + "latitude": "41.305890", + "longitude": "-90.597900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61277", + "city": "Prophetstown", + "state": "IL", + "latitude": "41.612038", + "longitude": "-89.930360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61278", + "city": "Rapids City", + "state": "IL", + "latitude": "41.585883", + "longitude": "-90.343228", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61279", + "city": "Reynolds", + "state": "IL", + "latitude": "41.316530", + "longitude": "-90.706710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61281", + "city": "Sherrard", + "state": "IL", + "latitude": "41.303101", + "longitude": "-90.506150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61282", + "city": "Silvis", + "state": "IL", + "latitude": "41.501234", + "longitude": "-90.414040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61283", + "city": "Tampico", + "state": "IL", + "latitude": "41.605825", + "longitude": "-89.776280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61284", + "city": "Taylor Ridge", + "state": "IL", + "latitude": "41.406276", + "longitude": "-90.735000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61285", + "city": "Thomson", + "state": "IL", + "latitude": "41.978758", + "longitude": "-90.092480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61299", + "city": "Rock Island", + "state": "IL", + "latitude": "41.520333", + "longitude": "-90.541585", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61301", + "city": "La Salle", + "state": "IL", + "latitude": "41.347117", + "longitude": "-89.089740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61310", + "city": "Amboy", + "state": "IL", + "latitude": "41.707588", + "longitude": "-89.343710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61311", + "city": "Ancona", + "state": "IL", + "latitude": "41.042878", + "longitude": "-88.862680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61312", + "city": "Arlington", + "state": "IL", + "latitude": "41.435197", + "longitude": "-89.234320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61313", + "city": "Blackstone", + "state": "IL", + "latitude": "41.064946", + "longitude": "-88.668360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61314", + "city": "Buda", + "state": "IL", + "latitude": "41.310471", + "longitude": "-89.676620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61315", + "city": "Bureau", + "state": "IL", + "latitude": "41.289819", + "longitude": "-89.370690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61316", + "city": "Cedar Point", + "state": "IL", + "latitude": "41.261853", + "longitude": "-89.125230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61317", + "city": "Cherry", + "state": "IL", + "latitude": "41.427600", + "longitude": "-89.212430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61318", + "city": "Compton", + "state": "IL", + "latitude": "41.710715", + "longitude": "-89.078070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61319", + "city": "Cornell", + "state": "IL", + "latitude": "41.011259", + "longitude": "-88.748540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61320", + "city": "Dalzell", + "state": "IL", + "latitude": "41.350864", + "longitude": "-89.173660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61321", + "city": "Dana", + "state": "IL", + "latitude": "40.963663", + "longitude": "-88.979320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61322", + "city": "Depue", + "state": "IL", + "latitude": "41.321814", + "longitude": "-89.308600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61323", + "city": "Dover", + "state": "IL", + "latitude": "41.435327", + "longitude": "-89.395830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61324", + "city": "Eldena", + "state": "IL", + "latitude": "41.770952", + "longitude": "-89.412670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61325", + "city": "Grand Ridge", + "state": "IL", + "latitude": "41.234167", + "longitude": "-88.828070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61326", + "city": "Granville", + "state": "IL", + "latitude": "41.264159", + "longitude": "-89.236550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61327", + "city": "Hennepin", + "state": "IL", + "latitude": "41.252101", + "longitude": "-89.324510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61328", + "city": "Kasbeer", + "state": "IL", + "latitude": "41.504603", + "longitude": "-89.462890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61329", + "city": "Ladd", + "state": "IL", + "latitude": "41.380259", + "longitude": "-89.212390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61330", + "city": "La Moille", + "state": "IL", + "latitude": "41.533640", + "longitude": "-89.276910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61331", + "city": "Lee Center", + "state": "IL", + "latitude": "41.747471", + "longitude": "-89.277130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61332", + "city": "Leonore", + "state": "IL", + "latitude": "41.190024", + "longitude": "-88.982380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61333", + "city": "Long Point", + "state": "IL", + "latitude": "40.990965", + "longitude": "-88.882780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61334", + "city": "Lostant", + "state": "IL", + "latitude": "41.144329", + "longitude": "-89.088150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61335", + "city": "McNabb", + "state": "IL", + "latitude": "41.168946", + "longitude": "-89.220500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61336", + "city": "Magnolia", + "state": "IL", + "latitude": "41.111077", + "longitude": "-89.212070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61337", + "city": "Malden", + "state": "IL", + "latitude": "41.427282", + "longitude": "-89.366220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61338", + "city": "Manlius", + "state": "IL", + "latitude": "41.454700", + "longitude": "-89.669660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61340", + "city": "Mark", + "state": "IL", + "latitude": "41.265597", + "longitude": "-89.251060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61341", + "city": "Marseilles", + "state": "IL", + "latitude": "41.336202", + "longitude": "-88.697270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61342", + "city": "Mendota", + "state": "IL", + "latitude": "41.543149", + "longitude": "-89.106960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61344", + "city": "Mineral", + "state": "IL", + "latitude": "41.394429", + "longitude": "-89.841110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61345", + "city": "Neponset", + "state": "IL", + "latitude": "41.280262", + "longitude": "-89.794420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61346", + "city": "New Bedford", + "state": "IL", + "latitude": "41.513879", + "longitude": "-89.718420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61348", + "city": "Oglesby", + "state": "IL", + "latitude": "41.292401", + "longitude": "-89.059430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61349", + "city": "Ohio", + "state": "IL", + "latitude": "41.543342", + "longitude": "-89.440780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61350", + "city": "Ottawa", + "state": "IL", + "latitude": "41.352630", + "longitude": "-88.847340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61353", + "city": "Paw Paw", + "state": "IL", + "latitude": "41.690735", + "longitude": "-88.988150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61354", + "city": "Peru", + "state": "IL", + "latitude": "41.330789", + "longitude": "-89.129900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61356", + "city": "Princeton", + "state": "IL", + "latitude": "41.372528", + "longitude": "-89.443150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61358", + "city": "Rutland", + "state": "IL", + "latitude": "40.986256", + "longitude": "-89.043640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61359", + "city": "Seatonville", + "state": "IL", + "latitude": "41.363772", + "longitude": "-89.269750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61360", + "city": "Seneca", + "state": "IL", + "latitude": "41.320345", + "longitude": "-88.610170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61361", + "city": "Sheffield", + "state": "IL", + "latitude": "41.400837", + "longitude": "-89.744440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61362", + "city": "Spring Valley", + "state": "IL", + "latitude": "41.332908", + "longitude": "-89.208470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61363", + "city": "Standard", + "state": "IL", + "latitude": "41.256450", + "longitude": "-89.179010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61364", + "city": "Streator", + "state": "IL", + "latitude": "41.129482", + "longitude": "-88.836660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61367", + "city": "Sublette", + "state": "IL", + "latitude": "41.638122", + "longitude": "-89.268890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61368", + "city": "Tiskilwa", + "state": "IL", + "latitude": "41.279825", + "longitude": "-89.504920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61369", + "city": "Toluca", + "state": "IL", + "latitude": "40.992084", + "longitude": "-89.152310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61370", + "city": "Tonica", + "state": "IL", + "latitude": "41.210760", + "longitude": "-89.038860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61371", + "city": "Triumph", + "state": "IL", + "latitude": "41.499089", + "longitude": "-89.021881", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61372", + "city": "Troy Grove", + "state": "IL", + "latitude": "41.466102", + "longitude": "-89.077940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61373", + "city": "Utica", + "state": "IL", + "latitude": "41.370610", + "longitude": "-89.014900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61374", + "city": "Van Orin", + "state": "IL", + "latitude": "41.543813", + "longitude": "-89.354490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61375", + "city": "Varna", + "state": "IL", + "latitude": "41.037822", + "longitude": "-89.256820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61376", + "city": "Walnut", + "state": "IL", + "latitude": "41.546706", + "longitude": "-89.600810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61377", + "city": "Wenona", + "state": "IL", + "latitude": "41.057649", + "longitude": "-89.047880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61378", + "city": "West Brooklyn", + "state": "IL", + "latitude": "41.722744", + "longitude": "-89.156010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61379", + "city": "Wyanet", + "state": "IL", + "latitude": "41.369056", + "longitude": "-89.603210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61401", + "city": "Galesburg", + "state": "IL", + "latitude": "40.948073", + "longitude": "-90.368710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61402", + "city": "Galesburg", + "state": "IL", + "latitude": "40.932207", + "longitude": "-90.214412", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61410", + "city": "Abingdon", + "state": "IL", + "latitude": "40.802633", + "longitude": "-90.397660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61411", + "city": "Adair", + "state": "IL", + "latitude": "40.401282", + "longitude": "-90.501530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61412", + "city": "Alexis", + "state": "IL", + "latitude": "41.067549", + "longitude": "-90.579940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61413", + "city": "Alpha", + "state": "IL", + "latitude": "41.189123", + "longitude": "-90.368130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61414", + "city": "Altona", + "state": "IL", + "latitude": "41.117342", + "longitude": "-90.160630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61415", + "city": "Avon", + "state": "IL", + "latitude": "40.661165", + "longitude": "-90.439080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61416", + "city": "Bardolph", + "state": "IL", + "latitude": "40.496817", + "longitude": "-90.563340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61417", + "city": "Berwick", + "state": "IL", + "latitude": "40.781504", + "longitude": "-90.529010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61418", + "city": "Biggsville", + "state": "IL", + "latitude": "40.854865", + "longitude": "-90.859250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61419", + "city": "Bishop Hill", + "state": "IL", + "latitude": "41.200711", + "longitude": "-90.118320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61420", + "city": "Blandinsville", + "state": "IL", + "latitude": "40.555678", + "longitude": "-90.870870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61421", + "city": "Bradford", + "state": "IL", + "latitude": "41.174037", + "longitude": "-89.658490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61422", + "city": "Bushnell", + "state": "IL", + "latitude": "40.550883", + "longitude": "-90.517660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61423", + "city": "Cameron", + "state": "IL", + "latitude": "40.889288", + "longitude": "-90.505290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61424", + "city": "Camp Grove", + "state": "IL", + "latitude": "41.073398", + "longitude": "-89.630150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61425", + "city": "Carman", + "state": "IL", + "latitude": "40.778519", + "longitude": "-91.059020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61426", + "city": "Castleton", + "state": "IL", + "latitude": "41.118359", + "longitude": "-89.705750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61427", + "city": "Cuba", + "state": "IL", + "latitude": "40.499297", + "longitude": "-90.177640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61428", + "city": "Dahinda", + "state": "IL", + "latitude": "40.952695", + "longitude": "-90.121410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61430", + "city": "East Galesburg", + "state": "IL", + "latitude": "40.943990", + "longitude": "-90.312050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61431", + "city": "Ellisville", + "state": "IL", + "latitude": "40.617275", + "longitude": "-90.295560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61432", + "city": "Fairview", + "state": "IL", + "latitude": "40.642927", + "longitude": "-90.171740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61433", + "city": "Fiatt", + "state": "IL", + "latitude": "40.449305", + "longitude": "-90.161761", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61434", + "city": "Galva", + "state": "IL", + "latitude": "41.172197", + "longitude": "-90.039010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61435", + "city": "Gerlaw", + "state": "IL", + "latitude": "40.972589", + "longitude": "-90.548350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61436", + "city": "Gilson", + "state": "IL", + "latitude": "40.859964", + "longitude": "-90.222120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61437", + "city": "Gladstone", + "state": "IL", + "latitude": "40.854247", + "longitude": "-90.965420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61438", + "city": "Good Hope", + "state": "IL", + "latitude": "40.579737", + "longitude": "-90.646910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61439", + "city": "Henderson", + "state": "IL", + "latitude": "41.025720", + "longitude": "-90.355660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61440", + "city": "Industry", + "state": "IL", + "latitude": "40.324365", + "longitude": "-90.603510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61441", + "city": "Ipava", + "state": "IL", + "latitude": "40.337555", + "longitude": "-90.304580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61442", + "city": "Keithsburg", + "state": "IL", + "latitude": "41.092081", + "longitude": "-90.927430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61443", + "city": "Kewanee", + "state": "IL", + "latitude": "41.247536", + "longitude": "-89.928480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61447", + "city": "Kirkwood", + "state": "IL", + "latitude": "40.867285", + "longitude": "-90.757590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61448", + "city": "Knoxville", + "state": "IL", + "latitude": "40.910079", + "longitude": "-90.271710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61449", + "city": "La Fayette", + "state": "IL", + "latitude": "41.098764", + "longitude": "-89.973610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61450", + "city": "La Harpe", + "state": "IL", + "latitude": "40.567399", + "longitude": "-90.970660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61451", + "city": "Laura", + "state": "IL", + "latitude": "40.953365", + "longitude": "-89.942590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61452", + "city": "Littleton", + "state": "IL", + "latitude": "40.249363", + "longitude": "-90.668450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61453", + "city": "Little York", + "state": "IL", + "latitude": "41.010666", + "longitude": "-90.753930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61454", + "city": "Lomax", + "state": "IL", + "latitude": "40.685436", + "longitude": "-91.052070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61455", + "city": "Macomb", + "state": "IL", + "latitude": "40.456986", + "longitude": "-90.668100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61457", + "city": "Lee", + "state": "IL", + "latitude": "40.553989", + "longitude": "-90.355505", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61458", + "city": "Maquon", + "state": "IL", + "latitude": "40.776079", + "longitude": "-90.193800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61459", + "city": "Marietta", + "state": "IL", + "latitude": "40.503305", + "longitude": "-90.418080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61460", + "city": "Media", + "state": "IL", + "latitude": "40.734056", + "longitude": "-90.826540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61462", + "city": "Monmouth", + "state": "IL", + "latitude": "40.918849", + "longitude": "-90.644660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61465", + "city": "New Windsor", + "state": "IL", + "latitude": "41.200936", + "longitude": "-90.456310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61466", + "city": "North Henderson", + "state": "IL", + "latitude": "41.100353", + "longitude": "-90.467260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61467", + "city": "Oneida", + "state": "IL", + "latitude": "41.069414", + "longitude": "-90.241770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61468", + "city": "Opheim", + "state": "IL", + "latitude": "41.254936", + "longitude": "-90.403840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61469", + "city": "Oquawka", + "state": "IL", + "latitude": "40.957929", + "longitude": "-90.936080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61470", + "city": "Prairie City", + "state": "IL", + "latitude": "40.614899", + "longitude": "-90.473450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61471", + "city": "Raritan", + "state": "IL", + "latitude": "40.696535", + "longitude": "-90.826070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61472", + "city": "Rio", + "state": "IL", + "latitude": "41.105401", + "longitude": "-90.387170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61473", + "city": "Roseville", + "state": "IL", + "latitude": "40.705950", + "longitude": "-90.657240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61474", + "city": "Saint Augustine", + "state": "IL", + "latitude": "40.740729", + "longitude": "-90.379460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61475", + "city": "Sciota", + "state": "IL", + "latitude": "40.581413", + "longitude": "-90.761200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61476", + "city": "Seaton", + "state": "IL", + "latitude": "41.095037", + "longitude": "-90.809980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61477", + "city": "Smithfield", + "state": "IL", + "latitude": "40.500643", + "longitude": "-90.315760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61478", + "city": "Smithshire", + "state": "IL", + "latitude": "40.777241", + "longitude": "-90.764540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61479", + "city": "Speer", + "state": "IL", + "latitude": "40.999497", + "longitude": "-89.654290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61480", + "city": "Stronghurst", + "state": "IL", + "latitude": "40.727428", + "longitude": "-90.913470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61482", + "city": "Table Grove", + "state": "IL", + "latitude": "40.368358", + "longitude": "-90.424690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61483", + "city": "Toulon", + "state": "IL", + "latitude": "41.096380", + "longitude": "-89.866490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61484", + "city": "Vermont", + "state": "IL", + "latitude": "40.292388", + "longitude": "-90.428330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61485", + "city": "Victoria", + "state": "IL", + "latitude": "41.025484", + "longitude": "-90.084220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61486", + "city": "Viola", + "state": "IL", + "latitude": "41.195087", + "longitude": "-90.579230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61488", + "city": "Wataga", + "state": "IL", + "latitude": "41.030951", + "longitude": "-90.297050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61489", + "city": "Williamsfield", + "state": "IL", + "latitude": "40.929497", + "longitude": "-90.018880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61490", + "city": "Woodhull", + "state": "IL", + "latitude": "41.183299", + "longitude": "-90.276370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61491", + "city": "Wyoming", + "state": "IL", + "latitude": "41.068691", + "longitude": "-89.760330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61501", + "city": "Astoria", + "state": "IL", + "latitude": "40.234249", + "longitude": "-90.329410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61516", + "city": "Benson", + "state": "IL", + "latitude": "40.850381", + "longitude": "-89.118780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61517", + "city": "Brimfield", + "state": "IL", + "latitude": "40.816162", + "longitude": "-89.841310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61518", + "city": "Brimfield", + "state": "IL", + "latitude": "40.744179", + "longitude": "-89.718401", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61519", + "city": "Bryant", + "state": "IL", + "latitude": "40.466397", + "longitude": "-90.096320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61520", + "city": "Canton", + "state": "IL", + "latitude": "40.552853", + "longitude": "-90.027940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61523", + "city": "Chillicothe", + "state": "IL", + "latitude": "40.914377", + "longitude": "-89.506540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61524", + "city": "Dunfermline", + "state": "IL", + "latitude": "40.490965", + "longitude": "-90.032850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61525", + "city": "Dunlap", + "state": "IL", + "latitude": "40.849036", + "longitude": "-89.655540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61526", + "city": "Edelstein", + "state": "IL", + "latitude": "40.936244", + "longitude": "-89.620000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61528", + "city": "Edwards", + "state": "IL", + "latitude": "40.776845", + "longitude": "-89.740100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61529", + "city": "Elmwood", + "state": "IL", + "latitude": "40.780415", + "longitude": "-89.955650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61530", + "city": "Eureka", + "state": "IL", + "latitude": "40.718228", + "longitude": "-89.271530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61531", + "city": "Farmington", + "state": "IL", + "latitude": "40.688470", + "longitude": "-90.021660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61532", + "city": "Forest City", + "state": "IL", + "latitude": "40.357560", + "longitude": "-89.823890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61533", + "city": "Glasford", + "state": "IL", + "latitude": "40.577778", + "longitude": "-89.829700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61534", + "city": "Green Valley", + "state": "IL", + "latitude": "40.409430", + "longitude": "-89.656870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61535", + "city": "Groveland", + "state": "IL", + "latitude": "40.590353", + "longitude": "-89.540530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61536", + "city": "Hanna City", + "state": "IL", + "latitude": "40.690205", + "longitude": "-89.780420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61537", + "city": "Henry", + "state": "IL", + "latitude": "41.113829", + "longitude": "-89.384860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61539", + "city": "Kingston Mines", + "state": "IL", + "latitude": "40.558329", + "longitude": "-89.768910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61540", + "city": "Lacon", + "state": "IL", + "latitude": "41.030697", + "longitude": "-89.385860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61541", + "city": "La Rose", + "state": "IL", + "latitude": "40.975736", + "longitude": "-89.239430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61542", + "city": "Lewistown", + "state": "IL", + "latitude": "40.393090", + "longitude": "-90.137480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61543", + "city": "Liverpool", + "state": "IL", + "latitude": "40.392048", + "longitude": "-89.998850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61544", + "city": "London Mills", + "state": "IL", + "latitude": "40.688615", + "longitude": "-90.244220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61545", + "city": "Lowpoint", + "state": "IL", + "latitude": "40.873236", + "longitude": "-89.370820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61546", + "city": "Manito", + "state": "IL", + "latitude": "40.442037", + "longitude": "-89.787970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61547", + "city": "Mapleton", + "state": "IL", + "latitude": "40.619174", + "longitude": "-89.726280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61548", + "city": "Metamora", + "state": "IL", + "latitude": "40.784412", + "longitude": "-89.408410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61550", + "city": "Morton", + "state": "IL", + "latitude": "40.613788", + "longitude": "-89.460310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61552", + "city": "Mossville", + "state": "IL", + "latitude": "40.817587", + "longitude": "-89.566540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61553", + "city": "Norris", + "state": "IL", + "latitude": "40.449305", + "longitude": "-90.161761", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61554", + "city": "Pekin", + "state": "IL", + "latitude": "40.567088", + "longitude": "-89.633820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61555", + "city": "Pekin", + "state": "IL", + "latitude": "40.560710", + "longitude": "-89.650232", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61558", + "city": "Pekin", + "state": "IL", + "latitude": "40.554538", + "longitude": "-89.609951", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61559", + "city": "Princeville", + "state": "IL", + "latitude": "40.935608", + "longitude": "-89.768020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61560", + "city": "Putnam", + "state": "IL", + "latitude": "41.198061", + "longitude": "-89.431310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61561", + "city": "Roanoke", + "state": "IL", + "latitude": "40.795911", + "longitude": "-89.194190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61562", + "city": "Rome", + "state": "IL", + "latitude": "40.874269", + "longitude": "-89.506695", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61563", + "city": "Saint David", + "state": "IL", + "latitude": "40.489747", + "longitude": "-90.055010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61564", + "city": "South Pekin", + "state": "IL", + "latitude": "40.492710", + "longitude": "-89.651940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61565", + "city": "Sparland", + "state": "IL", + "latitude": "41.036199", + "longitude": "-89.483360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61567", + "city": "Topeka", + "state": "IL", + "latitude": "40.340202", + "longitude": "-89.909290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61568", + "city": "Tremont", + "state": "IL", + "latitude": "40.513656", + "longitude": "-89.474080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61569", + "city": "Trivoli", + "state": "IL", + "latitude": "40.691022", + "longitude": "-89.891380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61570", + "city": "Washburn", + "state": "IL", + "latitude": "40.920631", + "longitude": "-89.295470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61571", + "city": "Washington", + "state": "IL", + "latitude": "40.701037", + "longitude": "-89.442940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61572", + "city": "Yates City", + "state": "IL", + "latitude": "40.796752", + "longitude": "-90.028660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61576", + "city": "Richland", + "state": "IL", + "latitude": "40.928331", + "longitude": "-89.348163", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61584", + "city": "Vermont", + "state": "IL", + "latitude": "40.288318", + "longitude": "-90.429294", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61593", + "city": "Garrett", + "state": "IL", + "latitude": "39.809913", + "longitude": "-88.343237", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61601", + "city": "Peoria", + "state": "IL", + "latitude": "40.693137", + "longitude": "-89.589847", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61602", + "city": "Peoria", + "state": "IL", + "latitude": "40.677987", + "longitude": "-89.608640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61603", + "city": "Peoria", + "state": "IL", + "latitude": "40.712887", + "longitude": "-89.579040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61604", + "city": "Peoria", + "state": "IL", + "latitude": "40.709237", + "longitude": "-89.636330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61605", + "city": "Peoria", + "state": "IL", + "latitude": "40.678037", + "longitude": "-89.627370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61606", + "city": "Peoria", + "state": "IL", + "latitude": "40.699137", + "longitude": "-89.609720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61607", + "city": "Peoria", + "state": "IL", + "latitude": "40.642049", + "longitude": "-89.671470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61610", + "city": "Creve Coeur", + "state": "IL", + "latitude": "40.643846", + "longitude": "-89.599080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61611", + "city": "East Peoria", + "state": "IL", + "latitude": "40.683387", + "longitude": "-89.544930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61612", + "city": "Peoria", + "state": "IL", + "latitude": "40.744179", + "longitude": "-89.718401", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61613", + "city": "Peoria", + "state": "IL", + "latitude": "40.742537", + "longitude": "-89.627948", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61614", + "city": "Peoria", + "state": "IL", + "latitude": "40.755343", + "longitude": "-89.597990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61615", + "city": "Peoria", + "state": "IL", + "latitude": "40.764368", + "longitude": "-89.644800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61616", + "city": "Peoria", + "state": "IL", + "latitude": "40.743266", + "longitude": "-89.576628", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61625", + "city": "Peoria", + "state": "IL", + "latitude": "40.696287", + "longitude": "-89.616648", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61628", + "city": "Peoria", + "state": "IL", + "latitude": "40.744179", + "longitude": "-89.718401", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61629", + "city": "Peoria", + "state": "IL", + "latitude": "40.692037", + "longitude": "-89.588747", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61630", + "city": "Peoria", + "state": "IL", + "latitude": "40.744179", + "longitude": "-89.718401", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61632", + "city": "Peoria", + "state": "IL", + "latitude": "40.765301", + "longitude": "-89.569207", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61633", + "city": "Peoria", + "state": "IL", + "latitude": "40.731165", + "longitude": "-89.603081", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61634", + "city": "Peoria", + "state": "IL", + "latitude": "40.689637", + "longitude": "-89.592597", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61635", + "city": "Peoria", + "state": "IL", + "latitude": "40.744179", + "longitude": "-89.718401", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61636", + "city": "Peoria", + "state": "IL", + "latitude": "40.699937", + "longitude": "-89.595147", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61637", + "city": "Peoria", + "state": "IL", + "latitude": "40.702487", + "longitude": "-89.589797", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61638", + "city": "Peoria", + "state": "IL", + "latitude": "40.796887", + "longitude": "-89.611146", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61639", + "city": "Peoria", + "state": "IL", + "latitude": "40.709837", + "longitude": "-89.563646", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61640", + "city": "Peoria", + "state": "IL", + "latitude": "40.785653", + "longitude": "-89.617657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61641", + "city": "Peoria", + "state": "IL", + "latitude": "40.640002", + "longitude": "-89.651987", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61643", + "city": "Peoria", + "state": "IL", + "latitude": "40.744179", + "longitude": "-89.718401", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61644", + "city": "Peoria", + "state": "IL", + "latitude": "40.765301", + "longitude": "-89.569207", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61650", + "city": "Peoria", + "state": "IL", + "latitude": "40.744179", + "longitude": "-89.718401", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61651", + "city": "Peoria", + "state": "IL", + "latitude": "40.744179", + "longitude": "-89.718401", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61652", + "city": "Peoria", + "state": "IL", + "latitude": "40.876710", + "longitude": "-89.509113", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61653", + "city": "Peoria", + "state": "IL", + "latitude": "40.744179", + "longitude": "-89.718401", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61654", + "city": "Peoria", + "state": "IL", + "latitude": "40.744179", + "longitude": "-89.718401", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61655", + "city": "Peoria", + "state": "IL", + "latitude": "40.744179", + "longitude": "-89.718401", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61656", + "city": "Peoria", + "state": "IL", + "latitude": "40.744179", + "longitude": "-89.718401", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61675", + "city": "Carlock", + "state": "IL", + "latitude": "40.582108", + "longitude": "-89.128871", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61701", + "city": "Bloomington", + "state": "IL", + "latitude": "40.477286", + "longitude": "-88.995920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61702", + "city": "Bloomington", + "state": "IL", + "latitude": "40.519236", + "longitude": "-88.864303", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61704", + "city": "Bloomington", + "state": "IL", + "latitude": "40.459584", + "longitude": "-88.969390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61709", + "city": "Bloomington", + "state": "IL", + "latitude": "40.461431", + "longitude": "-88.953015", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61710", + "city": "Bloomington", + "state": "IL", + "latitude": "40.477735", + "longitude": "-88.954174", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61720", + "city": "Anchor", + "state": "IL", + "latitude": "40.553838", + "longitude": "-88.510100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61721", + "city": "Armington", + "state": "IL", + "latitude": "40.341123", + "longitude": "-89.320280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61722", + "city": "Arrowsmith", + "state": "IL", + "latitude": "40.434885", + "longitude": "-88.622370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61723", + "city": "Atlanta", + "state": "IL", + "latitude": "40.256893", + "longitude": "-89.250130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61724", + "city": "Bellflower", + "state": "IL", + "latitude": "40.336763", + "longitude": "-88.526040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61725", + "city": "Carlock", + "state": "IL", + "latitude": "40.600045", + "longitude": "-89.136270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61726", + "city": "Chenoa", + "state": "IL", + "latitude": "40.740106", + "longitude": "-88.709480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61727", + "city": "Clinton", + "state": "IL", + "latitude": "40.145501", + "longitude": "-88.967760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61728", + "city": "Colfax", + "state": "IL", + "latitude": "40.569440", + "longitude": "-88.627270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61729", + "city": "Congerville", + "state": "IL", + "latitude": "40.619306", + "longitude": "-89.223530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61730", + "city": "Cooksville", + "state": "IL", + "latitude": "40.537652", + "longitude": "-88.732740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61731", + "city": "Cropsey", + "state": "IL", + "latitude": "40.607615", + "longitude": "-88.490000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61732", + "city": "Danvers", + "state": "IL", + "latitude": "40.528515", + "longitude": "-89.190570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61733", + "city": "Deer Creek", + "state": "IL", + "latitude": "40.615875", + "longitude": "-89.327780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61734", + "city": "Delavan", + "state": "IL", + "latitude": "40.369256", + "longitude": "-89.542510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61735", + "city": "Dewitt", + "state": "IL", + "latitude": "40.193547", + "longitude": "-88.795750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61736", + "city": "Downs", + "state": "IL", + "latitude": "40.395487", + "longitude": "-88.849800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61737", + "city": "Ellsworth", + "state": "IL", + "latitude": "40.450325", + "longitude": "-88.720520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61738", + "city": "El Paso", + "state": "IL", + "latitude": "40.731662", + "longitude": "-89.039780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61739", + "city": "Fairbury", + "state": "IL", + "latitude": "40.741158", + "longitude": "-88.515460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61740", + "city": "Flanagan", + "state": "IL", + "latitude": "40.882858", + "longitude": "-88.857390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61741", + "city": "Forrest", + "state": "IL", + "latitude": "40.756972", + "longitude": "-88.404790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61742", + "city": "Goodfield", + "state": "IL", + "latitude": "40.628105", + "longitude": "-89.280040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61743", + "city": "Graymont", + "state": "IL", + "latitude": "40.877451", + "longitude": "-88.777800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61744", + "city": "Gridley", + "state": "IL", + "latitude": "40.740729", + "longitude": "-88.887910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61745", + "city": "Heyworth", + "state": "IL", + "latitude": "40.321220", + "longitude": "-88.974420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61747", + "city": "Hopedale", + "state": "IL", + "latitude": "40.422027", + "longitude": "-89.426140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61748", + "city": "Hudson", + "state": "IL", + "latitude": "40.627948", + "longitude": "-88.977110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61749", + "city": "Kenney", + "state": "IL", + "latitude": "40.091729", + "longitude": "-89.103580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61750", + "city": "Lane", + "state": "IL", + "latitude": "40.122884", + "longitude": "-88.856640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61751", + "city": "Lawndale", + "state": "IL", + "latitude": "40.219270", + "longitude": "-89.285172", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61752", + "city": "Le Roy", + "state": "IL", + "latitude": "40.345004", + "longitude": "-88.757860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61753", + "city": "Lexington", + "state": "IL", + "latitude": "40.638720", + "longitude": "-88.792300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61754", + "city": "McLean", + "state": "IL", + "latitude": "40.321811", + "longitude": "-89.158640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61755", + "city": "Mackinaw", + "state": "IL", + "latitude": "40.533634", + "longitude": "-89.343450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61756", + "city": "Maroa", + "state": "IL", + "latitude": "40.027071", + "longitude": "-88.967150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61758", + "city": "Merna", + "state": "IL", + "latitude": "40.528350", + "longitude": "-88.840750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61759", + "city": "Minier", + "state": "IL", + "latitude": "40.431577", + "longitude": "-89.320130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61760", + "city": "Minonk", + "state": "IL", + "latitude": "40.893593", + "longitude": "-89.032660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61761", + "city": "Normal", + "state": "IL", + "latitude": "40.515485", + "longitude": "-88.986290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61764", + "city": "Pontiac", + "state": "IL", + "latitude": "40.884053", + "longitude": "-88.633760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61766", + "city": "Towanda", + "state": "IL", + "latitude": "40.564323", + "longitude": "-88.898663", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61769", + "city": "Saunemin", + "state": "IL", + "latitude": "40.885397", + "longitude": "-88.399570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61770", + "city": "Saybrook", + "state": "IL", + "latitude": "40.430727", + "longitude": "-88.525480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61771", + "city": "Secor", + "state": "IL", + "latitude": "40.738973", + "longitude": "-89.135790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61772", + "city": "Shirley", + "state": "IL", + "latitude": "40.399689", + "longitude": "-89.060880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61773", + "city": "Sibley", + "state": "IL", + "latitude": "40.584937", + "longitude": "-88.380280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61774", + "city": "Stanford", + "state": "IL", + "latitude": "40.426186", + "longitude": "-89.210700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61775", + "city": "Strawn", + "state": "IL", + "latitude": "40.653799", + "longitude": "-88.390260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61776", + "city": "Towanda", + "state": "IL", + "latitude": "40.574936", + "longitude": "-88.886960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61777", + "city": "Wapella", + "state": "IL", + "latitude": "40.240627", + "longitude": "-88.966350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61778", + "city": "Waynesville", + "state": "IL", + "latitude": "40.242378", + "longitude": "-89.108700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61790", + "city": "Normal", + "state": "IL", + "latitude": "40.510320", + "longitude": "-88.998030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61791", + "city": "Bloomington", + "state": "IL", + "latitude": "40.519236", + "longitude": "-88.864303", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61799", + "city": "Bloomington", + "state": "IL", + "latitude": "40.488468", + "longitude": "-88.939637", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61801", + "city": "Urbana", + "state": "IL", + "latitude": "40.109647", + "longitude": "-88.212460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61802", + "city": "Urbana", + "state": "IL", + "latitude": "40.121648", + "longitude": "-88.176490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61803", + "city": "Urbana", + "state": "IL", + "latitude": "40.105930", + "longitude": "-88.224669", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61810", + "city": "Allerton", + "state": "IL", + "latitude": "39.909736", + "longitude": "-87.933840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61811", + "city": "Alvin", + "state": "IL", + "latitude": "40.293159", + "longitude": "-87.614010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61812", + "city": "Armstrong", + "state": "IL", + "latitude": "40.273630", + "longitude": "-87.889190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61813", + "city": "Bement", + "state": "IL", + "latitude": "39.918042", + "longitude": "-88.561390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61814", + "city": "Bismarck", + "state": "IL", + "latitude": "40.231345", + "longitude": "-87.581630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61815", + "city": "Bondville", + "state": "IL", + "latitude": "40.112616", + "longitude": "-88.370800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61816", + "city": "Broadlands", + "state": "IL", + "latitude": "39.916130", + "longitude": "-88.002030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61817", + "city": "Catlin", + "state": "IL", + "latitude": "40.059068", + "longitude": "-87.703760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61818", + "city": "Cerro Gordo", + "state": "IL", + "latitude": "39.889596", + "longitude": "-88.726330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61819", + "city": "Bryant", + "state": "IL", + "latitude": "40.466273", + "longitude": "-90.095368", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61820", + "city": "Champaign", + "state": "IL", + "latitude": "40.114931", + "longitude": "-88.243220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61821", + "city": "Champaign", + "state": "IL", + "latitude": "40.108631", + "longitude": "-88.273300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61822", + "city": "Champaign", + "state": "IL", + "latitude": "40.126854", + "longitude": "-88.293150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61824", + "city": "Champaign", + "state": "IL", + "latitude": "40.139946", + "longitude": "-88.196102", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61825", + "city": "Champaign", + "state": "IL", + "latitude": "40.139946", + "longitude": "-88.196102", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61826", + "city": "Champaign", + "state": "IL", + "latitude": "40.113139", + "longitude": "-88.361251", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61830", + "city": "Cisco", + "state": "IL", + "latitude": "40.020978", + "longitude": "-88.722470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61831", + "city": "Collison", + "state": "IL", + "latitude": "40.215900", + "longitude": "-87.784180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61832", + "city": "Danville", + "state": "IL", + "latitude": "40.133786", + "longitude": "-87.628980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61833", + "city": "Tilton", + "state": "IL", + "latitude": "40.096186", + "longitude": "-87.645690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61834", + "city": "Danville", + "state": "IL", + "latitude": "40.175463", + "longitude": "-87.612400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61839", + "city": "De Land", + "state": "IL", + "latitude": "40.139336", + "longitude": "-88.629660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61840", + "city": "Dewey", + "state": "IL", + "latitude": "40.310244", + "longitude": "-88.305260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61841", + "city": "Fairmount", + "state": "IL", + "latitude": "40.039632", + "longitude": "-87.830520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61842", + "city": "Farmer City", + "state": "IL", + "latitude": "40.251945", + "longitude": "-88.652790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61843", + "city": "Fisher", + "state": "IL", + "latitude": "40.313921", + "longitude": "-88.374200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61844", + "city": "Fithian", + "state": "IL", + "latitude": "40.126299", + "longitude": "-87.868710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61845", + "city": "Foosland", + "state": "IL", + "latitude": "40.376141", + "longitude": "-88.413500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61846", + "city": "Georgetown", + "state": "IL", + "latitude": "39.974120", + "longitude": "-87.631380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61847", + "city": "Gifford", + "state": "IL", + "latitude": "40.310063", + "longitude": "-88.019220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61848", + "city": "Henning", + "state": "IL", + "latitude": "40.306282", + "longitude": "-87.701920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61849", + "city": "Homer", + "state": "IL", + "latitude": "40.028716", + "longitude": "-87.957600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61850", + "city": "Indianola", + "state": "IL", + "latitude": "39.928040", + "longitude": "-87.736290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61851", + "city": "Ivesdale", + "state": "IL", + "latitude": "39.950391", + "longitude": "-88.439390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61852", + "city": "Longview", + "state": "IL", + "latitude": "39.901988", + "longitude": "-88.075370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61853", + "city": "Mahomet", + "state": "IL", + "latitude": "40.205916", + "longitude": "-88.402950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61854", + "city": "Mansfield", + "state": "IL", + "latitude": "40.213607", + "longitude": "-88.529600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61855", + "city": "Milmine", + "state": "IL", + "latitude": "39.919693", + "longitude": "-88.678590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61856", + "city": "Monticello", + "state": "IL", + "latitude": "40.033400", + "longitude": "-88.573750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61857", + "city": "Muncie", + "state": "IL", + "latitude": "40.115940", + "longitude": "-87.842080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61858", + "city": "Oakwood", + "state": "IL", + "latitude": "40.121098", + "longitude": "-87.746570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61859", + "city": "Ogden", + "state": "IL", + "latitude": "40.149486", + "longitude": "-87.963470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61862", + "city": "Penfield", + "state": "IL", + "latitude": "40.296282", + "longitude": "-87.955530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61863", + "city": "Pesotum", + "state": "IL", + "latitude": "39.907919", + "longitude": "-88.279770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61864", + "city": "Philo", + "state": "IL", + "latitude": "39.989282", + "longitude": "-88.151740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61865", + "city": "Potomac", + "state": "IL", + "latitude": "40.306774", + "longitude": "-87.807160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61866", + "city": "Rantoul", + "state": "IL", + "latitude": "40.307065", + "longitude": "-88.155750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61870", + "city": "Ridge Farm", + "state": "IL", + "latitude": "39.902410", + "longitude": "-87.627220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61871", + "city": "Royal", + "state": "IL", + "latitude": "40.192015", + "longitude": "-87.971380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61872", + "city": "Sadorus", + "state": "IL", + "latitude": "39.945328", + "longitude": "-88.363890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61873", + "city": "Saint Joseph", + "state": "IL", + "latitude": "40.124202", + "longitude": "-88.034010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61874", + "city": "Savoy", + "state": "IL", + "latitude": "40.061694", + "longitude": "-88.250230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61875", + "city": "Seymour", + "state": "IL", + "latitude": "40.107548", + "longitude": "-88.424870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61876", + "city": "Sidell", + "state": "IL", + "latitude": "39.907331", + "longitude": "-87.825870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61877", + "city": "Sidney", + "state": "IL", + "latitude": "40.004053", + "longitude": "-88.076930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61878", + "city": "Thomasboro", + "state": "IL", + "latitude": "40.243692", + "longitude": "-88.172960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61880", + "city": "Tolono", + "state": "IL", + "latitude": "39.981936", + "longitude": "-88.253200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61882", + "city": "Weldon", + "state": "IL", + "latitude": "40.119483", + "longitude": "-88.753670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61883", + "city": "Westville", + "state": "IL", + "latitude": "40.040115", + "longitude": "-87.636850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61884", + "city": "White Heath", + "state": "IL", + "latitude": "40.103110", + "longitude": "-88.497440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61901", + "city": "Bloomington", + "state": "IL", + "latitude": "40.810131", + "longitude": "-88.477739", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61910", + "city": "Arcola", + "state": "IL", + "latitude": "39.676634", + "longitude": "-88.302840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61911", + "city": "Arthur", + "state": "IL", + "latitude": "39.704391", + "longitude": "-88.459850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61912", + "city": "Ashmore", + "state": "IL", + "latitude": "39.529566", + "longitude": "-88.033490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61913", + "city": "Atwood", + "state": "IL", + "latitude": "39.809929", + "longitude": "-88.453090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61914", + "city": "Bethany", + "state": "IL", + "latitude": "39.639487", + "longitude": "-88.743830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61917", + "city": "Brocton", + "state": "IL", + "latitude": "39.706131", + "longitude": "-87.916910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61919", + "city": "Camargo", + "state": "IL", + "latitude": "39.783794", + "longitude": "-88.138610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61920", + "city": "Charleston", + "state": "IL", + "latitude": "39.496547", + "longitude": "-88.173480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61924", + "city": "Chrisman", + "state": "IL", + "latitude": "39.786334", + "longitude": "-87.663250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61925", + "city": "Dalton City", + "state": "IL", + "latitude": "39.719012", + "longitude": "-88.822270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61928", + "city": "Gays", + "state": "IL", + "latitude": "39.452740", + "longitude": "-88.514400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61929", + "city": "Hammond", + "state": "IL", + "latitude": "39.806718", + "longitude": "-88.608700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61930", + "city": "Hindsboro", + "state": "IL", + "latitude": "39.685822", + "longitude": "-88.119710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61931", + "city": "Humboldt", + "state": "IL", + "latitude": "39.594770", + "longitude": "-88.347920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61932", + "city": "Hume", + "state": "IL", + "latitude": "39.797661", + "longitude": "-87.870170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61933", + "city": "Kansas", + "state": "IL", + "latitude": "39.556054", + "longitude": "-87.922890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61936", + "city": "La Place", + "state": "IL", + "latitude": "39.800512", + "longitude": "-88.718350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61937", + "city": "Lovington", + "state": "IL", + "latitude": "39.724744", + "longitude": "-88.629950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61938", + "city": "Mattoon", + "state": "IL", + "latitude": "39.474889", + "longitude": "-88.374210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61940", + "city": "Metcalf", + "state": "IL", + "latitude": "39.805101", + "longitude": "-87.810140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61941", + "city": "Murdock", + "state": "IL", + "latitude": "39.801562", + "longitude": "-88.078230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61942", + "city": "Newman", + "state": "IL", + "latitude": "39.802798", + "longitude": "-87.997440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61943", + "city": "Oakland", + "state": "IL", + "latitude": "39.655063", + "longitude": "-88.018060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61944", + "city": "Paris", + "state": "IL", + "latitude": "39.608494", + "longitude": "-87.699580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61949", + "city": "Redmon", + "state": "IL", + "latitude": "39.646359", + "longitude": "-87.860140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61951", + "city": "Sullivan", + "state": "IL", + "latitude": "39.582494", + "longitude": "-88.602100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61953", + "city": "Tuscola", + "state": "IL", + "latitude": "39.793493", + "longitude": "-88.291840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61955", + "city": "Vermilion", + "state": "IL", + "latitude": "39.679882", + "longitude": "-87.750216", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61956", + "city": "Villa Grove", + "state": "IL", + "latitude": "39.858506", + "longitude": "-88.150180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "61957", + "city": "Windsor", + "state": "IL", + "latitude": "39.434148", + "longitude": "-88.600330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62001", + "city": "Alhambra", + "state": "IL", + "latitude": "38.884434", + "longitude": "-89.748860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62002", + "city": "Alton", + "state": "IL", + "latitude": "38.906065", + "longitude": "-90.159090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62003", + "city": "Medora", + "state": "IL", + "latitude": "39.177478", + "longitude": "-90.142329", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62006", + "city": "Batchtown", + "state": "IL", + "latitude": "39.079147", + "longitude": "-90.673720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62009", + "city": "Benld", + "state": "IL", + "latitude": "39.092526", + "longitude": "-89.802900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62010", + "city": "Bethalto", + "state": "IL", + "latitude": "38.912297", + "longitude": "-90.043000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62011", + "city": "Bingham", + "state": "IL", + "latitude": "39.112040", + "longitude": "-89.213400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62012", + "city": "Brighton", + "state": "IL", + "latitude": "39.038752", + "longitude": "-90.138190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62013", + "city": "Brussels", + "state": "IL", + "latitude": "38.968323", + "longitude": "-90.581210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62014", + "city": "Bunker Hill", + "state": "IL", + "latitude": "39.039382", + "longitude": "-89.949350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62015", + "city": "Butler", + "state": "IL", + "latitude": "39.212833", + "longitude": "-89.559690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62016", + "city": "Carrollton", + "state": "IL", + "latitude": "39.301561", + "longitude": "-90.416740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62017", + "city": "Coffeen", + "state": "IL", + "latitude": "39.081889", + "longitude": "-89.377870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62018", + "city": "Cottage Hills", + "state": "IL", + "latitude": "38.905998", + "longitude": "-90.083060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62019", + "city": "Donnellson", + "state": "IL", + "latitude": "39.017877", + "longitude": "-89.464150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62021", + "city": "Dorsey", + "state": "IL", + "latitude": "38.976011", + "longitude": "-89.974610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62022", + "city": "Dow", + "state": "IL", + "latitude": "38.997296", + "longitude": "-90.340500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62023", + "city": "Eagarville", + "state": "IL", + "latitude": "39.110422", + "longitude": "-89.784280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62024", + "city": "East Alton", + "state": "IL", + "latitude": "38.868136", + "longitude": "-90.080230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62025", + "city": "Edwardsville", + "state": "IL", + "latitude": "38.819297", + "longitude": "-89.955100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62026", + "city": "Edwardsville", + "state": "IL", + "latitude": "38.733748", + "longitude": "-89.943050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62027", + "city": "Eldred", + "state": "IL", + "latitude": "39.241734", + "longitude": "-90.546140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62028", + "city": "Elsah", + "state": "IL", + "latitude": "38.958848", + "longitude": "-90.353830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62030", + "city": "Fidelity", + "state": "IL", + "latitude": "39.155608", + "longitude": "-90.164900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62031", + "city": "Fieldon", + "state": "IL", + "latitude": "39.103735", + "longitude": "-90.542520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62032", + "city": "Fillmore", + "state": "IL", + "latitude": "39.114972", + "longitude": "-89.280920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62033", + "city": "Gillespie", + "state": "IL", + "latitude": "39.127717", + "longitude": "-89.828800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62034", + "city": "Glen Carbon", + "state": "IL", + "latitude": "38.755920", + "longitude": "-89.974420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62035", + "city": "Godfrey", + "state": "IL", + "latitude": "38.947841", + "longitude": "-90.221600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62036", + "city": "Golden Eagle", + "state": "IL", + "latitude": "38.913840", + "longitude": "-90.574210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62037", + "city": "Grafton", + "state": "IL", + "latitude": "38.985138", + "longitude": "-90.445630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62040", + "city": "Granite City", + "state": "IL", + "latitude": "38.720938", + "longitude": "-90.114310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62043", + "city": "Brushy Mound", + "state": "IL", + "latitude": "39.213822", + "longitude": "-89.828720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62044", + "city": "Greenfield", + "state": "IL", + "latitude": "39.362285", + "longitude": "-90.221470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62045", + "city": "Hamburg", + "state": "IL", + "latitude": "39.236358", + "longitude": "-90.713590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62046", + "city": "Hamel", + "state": "IL", + "latitude": "38.889879", + "longitude": "-89.846380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62047", + "city": "Hardin", + "state": "IL", + "latitude": "39.128014", + "longitude": "-90.615900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62048", + "city": "Hartford", + "state": "IL", + "latitude": "38.833898", + "longitude": "-90.095330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62049", + "city": "Hillsboro", + "state": "IL", + "latitude": "39.146809", + "longitude": "-89.484420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62050", + "city": "Hillview", + "state": "IL", + "latitude": "39.430595", + "longitude": "-90.545020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62051", + "city": "Irving", + "state": "IL", + "latitude": "39.205747", + "longitude": "-89.409090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62052", + "city": "Jerseyville", + "state": "IL", + "latitude": "39.114762", + "longitude": "-90.324420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62053", + "city": "Kampsville", + "state": "IL", + "latitude": "39.322422", + "longitude": "-90.642460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62054", + "city": "Kane", + "state": "IL", + "latitude": "39.192501", + "longitude": "-90.345410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62056", + "city": "Litchfield", + "state": "IL", + "latitude": "39.179875", + "longitude": "-89.657210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62058", + "city": "Livingston", + "state": "IL", + "latitude": "38.967324", + "longitude": "-89.761330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62059", + "city": "Lovejoy", + "state": "IL", + "latitude": "38.656500", + "longitude": "-90.166430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62060", + "city": "Madison", + "state": "IL", + "latitude": "38.680700", + "longitude": "-90.154110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62061", + "city": "Marine", + "state": "IL", + "latitude": "38.789560", + "longitude": "-89.775380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62062", + "city": "Maryville", + "state": "IL", + "latitude": "38.726548", + "longitude": "-89.957200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62063", + "city": "Medora", + "state": "IL", + "latitude": "39.188838", + "longitude": "-90.146540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62065", + "city": "Michael", + "state": "IL", + "latitude": "39.235652", + "longitude": "-90.628420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62067", + "city": "Moro", + "state": "IL", + "latitude": "38.919730", + "longitude": "-90.012410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62069", + "city": "Mount Olive", + "state": "IL", + "latitude": "39.077557", + "longitude": "-89.734230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62070", + "city": "Mozier", + "state": "IL", + "latitude": "39.328077", + "longitude": "-90.768960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62071", + "city": "National Stock Yards", + "state": "IL", + "latitude": "38.651600", + "longitude": "-90.163909", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62074", + "city": "New Douglas", + "state": "IL", + "latitude": "38.964162", + "longitude": "-89.682260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62075", + "city": "Nokomis", + "state": "IL", + "latitude": "39.299771", + "longitude": "-89.286400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62076", + "city": "Ohlman", + "state": "IL", + "latitude": "39.261791", + "longitude": "-89.421584", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62077", + "city": "Panama", + "state": "IL", + "latitude": "39.031623", + "longitude": "-89.522800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62078", + "city": "Patterson", + "state": "IL", + "latitude": "39.477337", + "longitude": "-90.480020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62079", + "city": "Piasa", + "state": "IL", + "latitude": "39.115848", + "longitude": "-90.133360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62080", + "city": "Ramsey", + "state": "IL", + "latitude": "39.136284", + "longitude": "-89.103480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62081", + "city": "Rockbridge", + "state": "IL", + "latitude": "39.261499", + "longitude": "-90.230390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62082", + "city": "Roodhouse", + "state": "IL", + "latitude": "39.481469", + "longitude": "-90.339990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62083", + "city": "Rosamond", + "state": "IL", + "latitude": "39.354674", + "longitude": "-89.199930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62084", + "city": "Roxana", + "state": "IL", + "latitude": "38.849400", + "longitude": "-90.085360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62085", + "city": "Sawyerville", + "state": "IL", + "latitude": "39.078047", + "longitude": "-89.806260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62086", + "city": "Sorento", + "state": "IL", + "latitude": "38.996375", + "longitude": "-89.570440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62087", + "city": "South Roxana", + "state": "IL", + "latitude": "38.828347", + "longitude": "-90.058940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62088", + "city": "Staunton", + "state": "IL", + "latitude": "39.011612", + "longitude": "-89.788550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62089", + "city": "Taylor Springs", + "state": "IL", + "latitude": "39.130404", + "longitude": "-89.492980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62090", + "city": "Venice", + "state": "IL", + "latitude": "38.670650", + "longitude": "-90.170520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62091", + "city": "Walshville", + "state": "IL", + "latitude": "39.053344", + "longitude": "-89.593240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62092", + "city": "White Hall", + "state": "IL", + "latitude": "39.433041", + "longitude": "-90.406550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62093", + "city": "Wilsonville", + "state": "IL", + "latitude": "39.068901", + "longitude": "-89.854250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62094", + "city": "Witt", + "state": "IL", + "latitude": "39.249272", + "longitude": "-89.352360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62095", + "city": "Wood River", + "state": "IL", + "latitude": "38.860447", + "longitude": "-90.094180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62097", + "city": "Worden", + "state": "IL", + "latitude": "38.932347", + "longitude": "-89.846080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62098", + "city": "Wrights", + "state": "IL", + "latitude": "39.376153", + "longitude": "-90.293302", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62201", + "city": "East Saint Louis", + "state": "IL", + "latitude": "38.628550", + "longitude": "-90.146090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62202", + "city": "East Saint Louis", + "state": "IL", + "latitude": "38.616300", + "longitude": "-90.159059", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62203", + "city": "East Saint Louis", + "state": "IL", + "latitude": "38.598175", + "longitude": "-90.075750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62204", + "city": "East Saint Louis", + "state": "IL", + "latitude": "38.631383", + "longitude": "-90.100080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62205", + "city": "East Saint Louis", + "state": "IL", + "latitude": "38.615100", + "longitude": "-90.126750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62206", + "city": "East Saint Louis", + "state": "IL", + "latitude": "38.564451", + "longitude": "-90.162800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62207", + "city": "East Saint Louis", + "state": "IL", + "latitude": "38.590350", + "longitude": "-90.132760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62208", + "city": "Fairview Heights", + "state": "IL", + "latitude": "38.596199", + "longitude": "-90.002270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62214", + "city": "Addieville", + "state": "IL", + "latitude": "38.377193", + "longitude": "-89.559980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62215", + "city": "Albers", + "state": "IL", + "latitude": "38.517125", + "longitude": "-89.602580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62216", + "city": "Aviston", + "state": "IL", + "latitude": "38.607817", + "longitude": "-89.605160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62217", + "city": "Baldwin", + "state": "IL", + "latitude": "38.178395", + "longitude": "-89.841830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62218", + "city": "Bartelso", + "state": "IL", + "latitude": "38.535097", + "longitude": "-89.464260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62219", + "city": "Beckemeyer", + "state": "IL", + "latitude": "38.605187", + "longitude": "-89.434040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62220", + "city": "Belleville", + "state": "IL", + "latitude": "38.500460", + "longitude": "-89.976540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62221", + "city": "Belleville", + "state": "IL", + "latitude": "38.532311", + "longitude": "-89.939960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62222", + "city": "Belleville", + "state": "IL", + "latitude": "38.439983", + "longitude": "-89.983521", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62223", + "city": "Belleville", + "state": "IL", + "latitude": "38.556150", + "longitude": "-90.050780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62224", + "city": "Mascoutah", + "state": "IL", + "latitude": "38.439983", + "longitude": "-89.983521", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62225", + "city": "Scott Air Force Base", + "state": "IL", + "latitude": "38.544298", + "longitude": "-89.850540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62226", + "city": "Belleville", + "state": "IL", + "latitude": "38.538950", + "longitude": "-90.001040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62230", + "city": "Breese", + "state": "IL", + "latitude": "38.620018", + "longitude": "-89.530500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62231", + "city": "Carlyle", + "state": "IL", + "latitude": "38.623384", + "longitude": "-89.363680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62232", + "city": "Caseyville", + "state": "IL", + "latitude": "38.636749", + "longitude": "-90.017630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62233", + "city": "Chester", + "state": "IL", + "latitude": "37.921816", + "longitude": "-89.828420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62234", + "city": "Collinsville", + "state": "IL", + "latitude": "38.679282", + "longitude": "-89.994070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62236", + "city": "Columbia", + "state": "IL", + "latitude": "38.442906", + "longitude": "-90.207750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62237", + "city": "Coulterville", + "state": "IL", + "latitude": "38.188624", + "longitude": "-89.597890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62238", + "city": "Cutler", + "state": "IL", + "latitude": "38.034281", + "longitude": "-89.545370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62239", + "city": "Dupo", + "state": "IL", + "latitude": "38.526792", + "longitude": "-90.192530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62240", + "city": "East Carondelet", + "state": "IL", + "latitude": "38.535325", + "longitude": "-90.216170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62241", + "city": "Ellis Grove", + "state": "IL", + "latitude": "38.011729", + "longitude": "-89.890070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62242", + "city": "Evansville", + "state": "IL", + "latitude": "38.092615", + "longitude": "-89.934850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62243", + "city": "Freeburg", + "state": "IL", + "latitude": "38.425949", + "longitude": "-89.903890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62244", + "city": "Fults", + "state": "IL", + "latitude": "38.200113", + "longitude": "-90.227200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62245", + "city": "Germantown", + "state": "IL", + "latitude": "38.554515", + "longitude": "-89.563100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62246", + "city": "Greenville", + "state": "IL", + "latitude": "38.889355", + "longitude": "-89.409870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62247", + "city": "Hagarstown", + "state": "IL", + "latitude": "38.977111", + "longitude": "-88.975507", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62248", + "city": "Hecker", + "state": "IL", + "latitude": "38.299507", + "longitude": "-89.961825", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62249", + "city": "Highland", + "state": "IL", + "latitude": "38.752017", + "longitude": "-89.674780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62250", + "city": "Hoffman", + "state": "IL", + "latitude": "38.540238", + "longitude": "-89.262940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62252", + "city": "Huey", + "state": "IL", + "latitude": "38.601768", + "longitude": "-89.291549", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62253", + "city": "Keyesport", + "state": "IL", + "latitude": "38.761214", + "longitude": "-89.291280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62254", + "city": "Lebanon", + "state": "IL", + "latitude": "38.601648", + "longitude": "-89.813170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62255", + "city": "Lenzburg", + "state": "IL", + "latitude": "38.303147", + "longitude": "-89.791610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62256", + "city": "Maeystown", + "state": "IL", + "latitude": "38.304260", + "longitude": "-90.135645", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62257", + "city": "Marissa", + "state": "IL", + "latitude": "38.260108", + "longitude": "-89.736270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62258", + "city": "Mascoutah", + "state": "IL", + "latitude": "38.481674", + "longitude": "-89.794320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62259", + "city": "Menard", + "state": "IL", + "latitude": "38.013132", + "longitude": "-89.899569", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62260", + "city": "Millstadt", + "state": "IL", + "latitude": "38.463718", + "longitude": "-90.098310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62261", + "city": "Modoc", + "state": "IL", + "latitude": "37.988745", + "longitude": "-90.007850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62262", + "city": "Mulberry Grove", + "state": "IL", + "latitude": "38.931719", + "longitude": "-89.271320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62263", + "city": "Nashville", + "state": "IL", + "latitude": "38.346578", + "longitude": "-89.384530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62264", + "city": "New Athens", + "state": "IL", + "latitude": "38.318253", + "longitude": "-89.888520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62265", + "city": "New Baden", + "state": "IL", + "latitude": "38.520285", + "longitude": "-89.680700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62266", + "city": "New Memphis", + "state": "IL", + "latitude": "38.478000", + "longitude": "-89.678690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62268", + "city": "Oakdale", + "state": "IL", + "latitude": "38.271313", + "longitude": "-89.517730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62269", + "city": "O Fallon", + "state": "IL", + "latitude": "38.589849", + "longitude": "-89.912070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62270", + "city": "Dupo", + "state": "IL", + "latitude": "38.227604", + "longitude": "-89.650381", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62271", + "city": "Okawville", + "state": "IL", + "latitude": "38.439574", + "longitude": "-89.528600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62272", + "city": "Percy", + "state": "IL", + "latitude": "38.006386", + "longitude": "-89.616450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62273", + "city": "Pierron", + "state": "IL", + "latitude": "38.780229", + "longitude": "-89.597300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62274", + "city": "Pinckneyville", + "state": "IL", + "latitude": "38.078231", + "longitude": "-89.387960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62275", + "city": "Pocahontas", + "state": "IL", + "latitude": "38.812744", + "longitude": "-89.548880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62277", + "city": "Prairie Du Rocher", + "state": "IL", + "latitude": "38.095119", + "longitude": "-90.098850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62278", + "city": "Red Bud", + "state": "IL", + "latitude": "38.214515", + "longitude": "-89.987850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62279", + "city": "Renault", + "state": "IL", + "latitude": "38.153322", + "longitude": "-90.134590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62280", + "city": "Rockwood", + "state": "IL", + "latitude": "37.845454", + "longitude": "-89.668780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62281", + "city": "Saint Jacob", + "state": "IL", + "latitude": "38.706847", + "longitude": "-89.777390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62282", + "city": "Saint Libory", + "state": "IL", + "latitude": "38.363228", + "longitude": "-89.713921", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62283", + "city": "Shattuc", + "state": "IL", + "latitude": "38.647775", + "longitude": "-89.201660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62284", + "city": "Smithboro", + "state": "IL", + "latitude": "38.887748", + "longitude": "-89.322480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62285", + "city": "Smithton", + "state": "IL", + "latitude": "38.399148", + "longitude": "-89.996040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62286", + "city": "Sparta", + "state": "IL", + "latitude": "38.122112", + "longitude": "-89.711680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62288", + "city": "Steeleville", + "state": "IL", + "latitude": "38.002188", + "longitude": "-89.667230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62289", + "city": "Summerfield", + "state": "IL", + "latitude": "38.596948", + "longitude": "-89.751170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62292", + "city": "Tilden", + "state": "IL", + "latitude": "38.214035", + "longitude": "-89.683460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62293", + "city": "Trenton", + "state": "IL", + "latitude": "38.611798", + "longitude": "-89.676910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62294", + "city": "Troy", + "state": "IL", + "latitude": "38.725498", + "longitude": "-89.888910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62295", + "city": "Valmeyer", + "state": "IL", + "latitude": "38.299904", + "longitude": "-90.308330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62297", + "city": "Walsh", + "state": "IL", + "latitude": "38.049616", + "longitude": "-89.807750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62298", + "city": "Waterloo", + "state": "IL", + "latitude": "38.325969", + "longitude": "-90.146060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62301", + "city": "Quincy", + "state": "IL", + "latitude": "39.929597", + "longitude": "-91.374150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62305", + "city": "Quincy", + "state": "IL", + "latitude": "39.960080", + "longitude": "-91.302633", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62306", + "city": "Quincy", + "state": "IL", + "latitude": "39.978630", + "longitude": "-91.212560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62310", + "city": "Adrian", + "state": "IL", + "latitude": "40.416145", + "longitude": "-91.205805", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62311", + "city": "Augusta", + "state": "IL", + "latitude": "40.223837", + "longitude": "-90.932880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62312", + "city": "Barry", + "state": "IL", + "latitude": "39.704649", + "longitude": "-91.036800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62313", + "city": "Basco", + "state": "IL", + "latitude": "40.319528", + "longitude": "-91.204830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62314", + "city": "Baylis", + "state": "IL", + "latitude": "39.756139", + "longitude": "-90.895090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62316", + "city": "Bowen", + "state": "IL", + "latitude": "40.232385", + "longitude": "-91.057460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62318", + "city": "Burnside", + "state": "IL", + "latitude": "40.513153", + "longitude": "-91.128510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62319", + "city": "Camden", + "state": "IL", + "latitude": "40.147818", + "longitude": "-90.742460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62320", + "city": "Camp Point", + "state": "IL", + "latitude": "40.020397", + "longitude": "-91.074070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62321", + "city": "Carthage", + "state": "IL", + "latitude": "40.414128", + "longitude": "-91.115770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62323", + "city": "Chambersburg", + "state": "IL", + "latitude": "39.817702", + "longitude": "-90.669230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62324", + "city": "Clayton", + "state": "IL", + "latitude": "39.988988", + "longitude": "-90.949760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62325", + "city": "Coatsburg", + "state": "IL", + "latitude": "40.034398", + "longitude": "-91.162780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62326", + "city": "Colchester", + "state": "IL", + "latitude": "40.421857", + "longitude": "-90.803330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62329", + "city": "Colusa", + "state": "IL", + "latitude": "40.571353", + "longitude": "-91.168221", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62330", + "city": "Dallas City", + "state": "IL", + "latitude": "40.630407", + "longitude": "-91.152780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62334", + "city": "Elvaston", + "state": "IL", + "latitude": "40.396983", + "longitude": "-91.250290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62336", + "city": "Ferris", + "state": "IL", + "latitude": "40.467994", + "longitude": "-91.171250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62338", + "city": "Fowler", + "state": "IL", + "latitude": "39.981520", + "longitude": "-91.257540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62339", + "city": "Golden", + "state": "IL", + "latitude": "40.112726", + "longitude": "-91.026320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62340", + "city": "Griggsville", + "state": "IL", + "latitude": "39.713450", + "longitude": "-90.720450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62341", + "city": "Hamilton", + "state": "IL", + "latitude": "40.402015", + "longitude": "-91.331820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62343", + "city": "Hull", + "state": "IL", + "latitude": "39.709855", + "longitude": "-91.229140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62344", + "city": "Huntsville", + "state": "IL", + "latitude": "40.182750", + "longitude": "-90.818190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62345", + "city": "Kinderhook", + "state": "IL", + "latitude": "39.700245", + "longitude": "-91.145640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62346", + "city": "La Prairie", + "state": "IL", + "latitude": "40.151799", + "longitude": "-90.954260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62347", + "city": "Liberty", + "state": "IL", + "latitude": "39.876235", + "longitude": "-91.110600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62348", + "city": "Lima", + "state": "IL", + "latitude": "40.180236", + "longitude": "-91.377910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62349", + "city": "Loraine", + "state": "IL", + "latitude": "40.160393", + "longitude": "-91.203720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62351", + "city": "Mendon", + "state": "IL", + "latitude": "40.094396", + "longitude": "-91.265580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62352", + "city": "Milton", + "state": "IL", + "latitude": "39.563599", + "longitude": "-90.648130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62353", + "city": "Mount Sterling", + "state": "IL", + "latitude": "39.983824", + "longitude": "-90.741340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62354", + "city": "Nauvoo", + "state": "IL", + "latitude": "40.531825", + "longitude": "-91.365980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62355", + "city": "Nebo", + "state": "IL", + "latitude": "39.440654", + "longitude": "-90.778090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62356", + "city": "New Canton", + "state": "IL", + "latitude": "39.599949", + "longitude": "-91.091150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62357", + "city": "New Salem", + "state": "IL", + "latitude": "39.696523", + "longitude": "-90.842530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62358", + "city": "Niota", + "state": "IL", + "latitude": "40.587769", + "longitude": "-91.263010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62359", + "city": "Paloma", + "state": "IL", + "latitude": "40.028595", + "longitude": "-91.212860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62360", + "city": "Payson", + "state": "IL", + "latitude": "39.813094", + "longitude": "-91.255610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62361", + "city": "Pearl", + "state": "IL", + "latitude": "39.469982", + "longitude": "-90.631080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62362", + "city": "Perry", + "state": "IL", + "latitude": "39.781349", + "longitude": "-90.746170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62363", + "city": "Pittsfield", + "state": "IL", + "latitude": "39.606349", + "longitude": "-90.786420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62365", + "city": "Plainville", + "state": "IL", + "latitude": "39.795818", + "longitude": "-91.167510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62366", + "city": "Pleasant Hill", + "state": "IL", + "latitude": "39.450931", + "longitude": "-90.877790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62367", + "city": "Plymouth", + "state": "IL", + "latitude": "40.304799", + "longitude": "-90.886990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62370", + "city": "Rockport", + "state": "IL", + "latitude": "39.510835", + "longitude": "-90.991930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62373", + "city": "Sutter", + "state": "IL", + "latitude": "40.240004", + "longitude": "-91.351970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62374", + "city": "Tennessee", + "state": "IL", + "latitude": "40.403553", + "longitude": "-90.883400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62375", + "city": "Timewell", + "state": "IL", + "latitude": "39.983573", + "longitude": "-90.884200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62376", + "city": "Ursa", + "state": "IL", + "latitude": "40.096250", + "longitude": "-91.384740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62378", + "city": "Versailles", + "state": "IL", + "latitude": "39.884796", + "longitude": "-90.628900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62379", + "city": "Warsaw", + "state": "IL", + "latitude": "40.314446", + "longitude": "-91.406380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62380", + "city": "West Point", + "state": "IL", + "latitude": "40.233504", + "longitude": "-91.197270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62394", + "city": "Equality", + "state": "IL", + "latitude": "37.726738", + "longitude": "-88.372434", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62401", + "city": "Effingham", + "state": "IL", + "latitude": "39.123807", + "longitude": "-88.560000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62407", + "city": "Summit", + "state": "IL", + "latitude": "39.148234", + "longitude": "-88.593764", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62410", + "city": "Allendale", + "state": "IL", + "latitude": "38.528202", + "longitude": "-87.729130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62411", + "city": "Altamont", + "state": "IL", + "latitude": "39.062913", + "longitude": "-88.739120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62413", + "city": "Annapolis", + "state": "IL", + "latitude": "39.138761", + "longitude": "-87.837690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62414", + "city": "Beecher City", + "state": "IL", + "latitude": "39.167788", + "longitude": "-88.825500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62415", + "city": "Birds", + "state": "IL", + "latitude": "38.710336", + "longitude": "-87.703639", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62417", + "city": "Bridgeport", + "state": "IL", + "latitude": "38.720425", + "longitude": "-87.768150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62418", + "city": "Brownstown", + "state": "IL", + "latitude": "39.018987", + "longitude": "-88.961340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62419", + "city": "Calhoun", + "state": "IL", + "latitude": "38.625864", + "longitude": "-87.994070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62420", + "city": "Casey", + "state": "IL", + "latitude": "39.299447", + "longitude": "-87.998630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62421", + "city": "Claremont", + "state": "IL", + "latitude": "38.755492", + "longitude": "-87.953340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62422", + "city": "Cowden", + "state": "IL", + "latitude": "39.251624", + "longitude": "-88.865050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62423", + "city": "Dennison", + "state": "IL", + "latitude": "39.452478", + "longitude": "-87.570920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62424", + "city": "Dieterich", + "state": "IL", + "latitude": "39.010770", + "longitude": "-88.428000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62425", + "city": "Dundas", + "state": "IL", + "latitude": "38.830182", + "longitude": "-88.092180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62426", + "city": "Edgewood", + "state": "IL", + "latitude": "38.913064", + "longitude": "-88.664040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62427", + "city": "Flat Rock", + "state": "IL", + "latitude": "38.869453", + "longitude": "-87.665020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62428", + "city": "Greenup", + "state": "IL", + "latitude": "39.252870", + "longitude": "-88.135280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62431", + "city": "Herrick", + "state": "IL", + "latitude": "39.228594", + "longitude": "-88.988730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62432", + "city": "Hidalgo", + "state": "IL", + "latitude": "39.139262", + "longitude": "-88.148620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62433", + "city": "Hutsonville", + "state": "IL", + "latitude": "39.113033", + "longitude": "-87.675630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62434", + "city": "Ingraham", + "state": "IL", + "latitude": "38.835884", + "longitude": "-88.335050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62435", + "city": "Janesville", + "state": "IL", + "latitude": "39.374287", + "longitude": "-88.244487", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62436", + "city": "Jewett", + "state": "IL", + "latitude": "39.190088", + "longitude": "-88.260100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62438", + "city": "Lakewood", + "state": "IL", + "latitude": "39.317235", + "longitude": "-88.878760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62439", + "city": "Lawrenceville", + "state": "IL", + "latitude": "38.738226", + "longitude": "-87.659840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62440", + "city": "Lerna", + "state": "IL", + "latitude": "39.393267", + "longitude": "-88.281180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62441", + "city": "Marshall", + "state": "IL", + "latitude": "39.396463", + "longitude": "-87.695890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62442", + "city": "Martinsville", + "state": "IL", + "latitude": "39.324630", + "longitude": "-87.869220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62443", + "city": "Mason", + "state": "IL", + "latitude": "38.952320", + "longitude": "-88.628830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62444", + "city": "Mode", + "state": "IL", + "latitude": "39.272317", + "longitude": "-88.759320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62445", + "city": "Montrose", + "state": "IL", + "latitude": "39.183055", + "longitude": "-88.340400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62446", + "city": "Mount Erie", + "state": "IL", + "latitude": "38.486790", + "longitude": "-88.216360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62447", + "city": "Neoga", + "state": "IL", + "latitude": "39.322050", + "longitude": "-88.450370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62448", + "city": "Newton", + "state": "IL", + "latitude": "38.974018", + "longitude": "-88.178810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62449", + "city": "Oblong", + "state": "IL", + "latitude": "39.006483", + "longitude": "-87.900050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62450", + "city": "Olney", + "state": "IL", + "latitude": "38.724560", + "longitude": "-88.086580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62451", + "city": "Palestine", + "state": "IL", + "latitude": "39.006924", + "longitude": "-87.611700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62452", + "city": "Parkersburg", + "state": "IL", + "latitude": "38.588301", + "longitude": "-88.036920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62454", + "city": "Robinson", + "state": "IL", + "latitude": "39.004728", + "longitude": "-87.749500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62458", + "city": "Saint Elmo", + "state": "IL", + "latitude": "39.042992", + "longitude": "-88.874630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62459", + "city": "Sainte Marie", + "state": "IL", + "latitude": "38.931480", + "longitude": "-88.025200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62460", + "city": "Saint Francisville", + "state": "IL", + "latitude": "38.596277", + "longitude": "-87.655420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62461", + "city": "Shumway", + "state": "IL", + "latitude": "39.194021", + "longitude": "-88.665600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62462", + "city": "Sigel", + "state": "IL", + "latitude": "39.223922", + "longitude": "-88.477150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62463", + "city": "Stewardson", + "state": "IL", + "latitude": "39.280700", + "longitude": "-88.624030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62464", + "city": "Stoy", + "state": "IL", + "latitude": "38.989810", + "longitude": "-87.839627", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62465", + "city": "Strasburg", + "state": "IL", + "latitude": "39.354837", + "longitude": "-88.634910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62466", + "city": "Sumner", + "state": "IL", + "latitude": "38.732726", + "longitude": "-87.851520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62467", + "city": "Teutopolis", + "state": "IL", + "latitude": "39.125573", + "longitude": "-88.456090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62468", + "city": "Toledo", + "state": "IL", + "latitude": "39.273828", + "longitude": "-88.256460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62469", + "city": "Trilla", + "state": "IL", + "latitude": "39.352390", + "longitude": "-88.332750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62471", + "city": "Vandalia", + "state": "IL", + "latitude": "38.961799", + "longitude": "-89.109780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62473", + "city": "Watson", + "state": "IL", + "latitude": "39.012089", + "longitude": "-88.563830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62474", + "city": "Westfield", + "state": "IL", + "latitude": "39.450500", + "longitude": "-87.996810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62475", + "city": "West Liberty", + "state": "IL", + "latitude": "38.868463", + "longitude": "-88.054660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62476", + "city": "West Salem", + "state": "IL", + "latitude": "38.527107", + "longitude": "-88.005830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62477", + "city": "West Union", + "state": "IL", + "latitude": "39.229885", + "longitude": "-87.666400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62478", + "city": "West York", + "state": "IL", + "latitude": "39.175832", + "longitude": "-87.723120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62479", + "city": "Wheeler", + "state": "IL", + "latitude": "39.038732", + "longitude": "-88.315690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62480", + "city": "Willow Hill", + "state": "IL", + "latitude": "38.994595", + "longitude": "-88.004640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62481", + "city": "Yale", + "state": "IL", + "latitude": "39.122158", + "longitude": "-88.019820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62501", + "city": "Argenta", + "state": "IL", + "latitude": "39.984292", + "longitude": "-88.815840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62510", + "city": "Assumption", + "state": "IL", + "latitude": "39.530502", + "longitude": "-89.038290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62511", + "city": "Atwater", + "state": "IL", + "latitude": "39.346468", + "longitude": "-89.732780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62512", + "city": "Beason", + "state": "IL", + "latitude": "40.139482", + "longitude": "-89.207300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62513", + "city": "Blue Mound", + "state": "IL", + "latitude": "39.716269", + "longitude": "-89.132690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62514", + "city": "Boody", + "state": "IL", + "latitude": "39.759905", + "longitude": "-89.054650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62515", + "city": "Buffalo", + "state": "IL", + "latitude": "39.861289", + "longitude": "-89.378360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62517", + "city": "Bulpitt", + "state": "IL", + "latitude": "39.591537", + "longitude": "-89.427550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62518", + "city": "Chestnut", + "state": "IL", + "latitude": "40.052320", + "longitude": "-89.188320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62519", + "city": "Cornland", + "state": "IL", + "latitude": "39.936817", + "longitude": "-89.401590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62520", + "city": "Dawson", + "state": "IL", + "latitude": "39.824457", + "longitude": "-89.456430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62521", + "city": "Decatur", + "state": "IL", + "latitude": "39.828586", + "longitude": "-88.929070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62522", + "city": "Decatur", + "state": "IL", + "latitude": "39.840482", + "longitude": "-89.005690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62523", + "city": "Decatur", + "state": "IL", + "latitude": "39.844086", + "longitude": "-88.953270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62524", + "city": "Decatur", + "state": "IL", + "latitude": "39.853981", + "longitude": "-88.981511", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62525", + "city": "Decatur", + "state": "IL", + "latitude": "39.853981", + "longitude": "-88.981511", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62526", + "city": "Decatur", + "state": "IL", + "latitude": "39.878041", + "longitude": "-88.956370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62527", + "city": "Decatur", + "state": "IL", + "latitude": "39.853981", + "longitude": "-88.981511", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62530", + "city": "Divernon", + "state": "IL", + "latitude": "39.568077", + "longitude": "-89.654670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62531", + "city": "Edinburg", + "state": "IL", + "latitude": "39.663630", + "longitude": "-89.392240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62532", + "city": "Elwin", + "state": "IL", + "latitude": "39.777583", + "longitude": "-88.979720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62533", + "city": "Farmersville", + "state": "IL", + "latitude": "39.442669", + "longitude": "-89.640680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62534", + "city": "Findlay", + "state": "IL", + "latitude": "39.529092", + "longitude": "-88.782100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62535", + "city": "Forsyth", + "state": "IL", + "latitude": "39.925806", + "longitude": "-88.959280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62536", + "city": "Glenarm", + "state": "IL", + "latitude": "39.642083", + "longitude": "-89.659360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62537", + "city": "Harristown", + "state": "IL", + "latitude": "39.867151", + "longitude": "-89.113240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62538", + "city": "Harvel", + "state": "IL", + "latitude": "39.359529", + "longitude": "-89.526480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62539", + "city": "Illiopolis", + "state": "IL", + "latitude": "39.855984", + "longitude": "-89.248700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62540", + "city": "Kincaid", + "state": "IL", + "latitude": "39.587550", + "longitude": "-89.412650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62541", + "city": "Lake Fork", + "state": "IL", + "latitude": "39.969864", + "longitude": "-89.350510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62543", + "city": "Latham", + "state": "IL", + "latitude": "39.965691", + "longitude": "-89.159360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62544", + "city": "Macon", + "state": "IL", + "latitude": "39.693983", + "longitude": "-88.980680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62545", + "city": "Mechanicsburg", + "state": "IL", + "latitude": "39.773860", + "longitude": "-89.390120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62546", + "city": "Morrisonville", + "state": "IL", + "latitude": "39.430427", + "longitude": "-89.447190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62547", + "city": "Mount Auburn", + "state": "IL", + "latitude": "39.771541", + "longitude": "-89.243310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62548", + "city": "Mount Pulaski", + "state": "IL", + "latitude": "39.993254", + "longitude": "-89.297070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62549", + "city": "Mt Zion", + "state": "IL", + "latitude": "39.777116", + "longitude": "-88.871710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62550", + "city": "Moweaqua", + "state": "IL", + "latitude": "39.617542", + "longitude": "-89.005590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62551", + "city": "Niantic", + "state": "IL", + "latitude": "39.838505", + "longitude": "-89.151910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62552", + "city": "Oakley", + "state": "IL", + "latitude": "39.869841", + "longitude": "-88.812610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62553", + "city": "Oconee", + "state": "IL", + "latitude": "39.279357", + "longitude": "-89.104620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62554", + "city": "Oreana", + "state": "IL", + "latitude": "39.937060", + "longitude": "-88.863320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62555", + "city": "Owaneco", + "state": "IL", + "latitude": "39.476356", + "longitude": "-89.216070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62556", + "city": "Palmer", + "state": "IL", + "latitude": "39.465887", + "longitude": "-89.390950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62557", + "city": "Pana", + "state": "IL", + "latitude": "39.392800", + "longitude": "-89.081940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62558", + "city": "Pawnee", + "state": "IL", + "latitude": "39.580159", + "longitude": "-89.544020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62560", + "city": "Raymond", + "state": "IL", + "latitude": "39.312686", + "longitude": "-89.595410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62561", + "city": "Riverton", + "state": "IL", + "latitude": "39.859730", + "longitude": "-89.529720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62563", + "city": "Rochester", + "state": "IL", + "latitude": "39.719840", + "longitude": "-89.512290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62565", + "city": "Shelbyville", + "state": "IL", + "latitude": "39.409126", + "longitude": "-88.801530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62567", + "city": "Stonington", + "state": "IL", + "latitude": "39.638951", + "longitude": "-89.189820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62568", + "city": "Taylorville", + "state": "IL", + "latitude": "39.548928", + "longitude": "-89.296920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62570", + "city": "Tovey", + "state": "IL", + "latitude": "39.588585", + "longitude": "-89.449450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62571", + "city": "Tower Hill", + "state": "IL", + "latitude": "39.385344", + "longitude": "-88.955880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62572", + "city": "Waggoner", + "state": "IL", + "latitude": "39.370091", + "longitude": "-89.671320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62573", + "city": "Warrensburg", + "state": "IL", + "latitude": "39.940934", + "longitude": "-89.067070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62601", + "city": "Alexander", + "state": "IL", + "latitude": "39.754308", + "longitude": "-90.027860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62605", + "city": "Emden", + "state": "IL", + "latitude": "40.300508", + "longitude": "-89.480688", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62610", + "city": "Alsey", + "state": "IL", + "latitude": "39.564501", + "longitude": "-90.436980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62611", + "city": "Arenzville", + "state": "IL", + "latitude": "39.883346", + "longitude": "-90.393320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62612", + "city": "Ashland", + "state": "IL", + "latitude": "39.891861", + "longitude": "-90.031250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62613", + "city": "Athens", + "state": "IL", + "latitude": "39.982768", + "longitude": "-89.683260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62615", + "city": "Auburn", + "state": "IL", + "latitude": "39.588902", + "longitude": "-89.751770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62616", + "city": "Philadelphia", + "state": "IL", + "latitude": "39.852164", + "longitude": "-90.143114", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62617", + "city": "Bath", + "state": "IL", + "latitude": "40.167991", + "longitude": "-90.163130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62618", + "city": "Beardstown", + "state": "IL", + "latitude": "40.005505", + "longitude": "-90.423140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62621", + "city": "Bluffs", + "state": "IL", + "latitude": "39.740558", + "longitude": "-90.539370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62622", + "city": "Bluff Springs", + "state": "IL", + "latitude": "39.979614", + "longitude": "-90.352444", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62623", + "city": "Oakford", + "state": "IL", + "latitude": "40.104623", + "longitude": "-89.963820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62624", + "city": "Browning", + "state": "IL", + "latitude": "40.153557", + "longitude": "-90.352550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62625", + "city": "Cantrall", + "state": "IL", + "latitude": "39.909732", + "longitude": "-89.688310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62626", + "city": "Carlinville", + "state": "IL", + "latitude": "39.280289", + "longitude": "-89.875700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62627", + "city": "Chandlerville", + "state": "IL", + "latitude": "40.051603", + "longitude": "-90.140570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62628", + "city": "Chapin", + "state": "IL", + "latitude": "39.770936", + "longitude": "-90.393070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62629", + "city": "Chatham", + "state": "IL", + "latitude": "39.676558", + "longitude": "-89.699020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62630", + "city": "Chesterfield", + "state": "IL", + "latitude": "39.260146", + "longitude": "-90.069370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62631", + "city": "Concord", + "state": "IL", + "latitude": "39.817322", + "longitude": "-90.366180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62633", + "city": "Easton", + "state": "IL", + "latitude": "40.214759", + "longitude": "-89.877210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62634", + "city": "Elkhart", + "state": "IL", + "latitude": "40.024890", + "longitude": "-89.465920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62635", + "city": "Emden", + "state": "IL", + "latitude": "40.291512", + "longitude": "-89.474360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62638", + "city": "Franklin", + "state": "IL", + "latitude": "39.609647", + "longitude": "-90.081160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62639", + "city": "Frederick", + "state": "IL", + "latitude": "40.041950", + "longitude": "-90.468310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62640", + "city": "Girard", + "state": "IL", + "latitude": "39.436584", + "longitude": "-89.802800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62642", + "city": "Greenview", + "state": "IL", + "latitude": "40.087711", + "longitude": "-89.720660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62643", + "city": "Hartsburg", + "state": "IL", + "latitude": "40.247835", + "longitude": "-89.441230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62644", + "city": "Havana", + "state": "IL", + "latitude": "40.296415", + "longitude": "-90.051630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62648", + "city": "Herrin", + "state": "IL", + "latitude": "37.803216", + "longitude": "-89.058643", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62649", + "city": "Hettick", + "state": "IL", + "latitude": "39.348487", + "longitude": "-90.083650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62650", + "city": "Jacksonville", + "state": "IL", + "latitude": "39.730234", + "longitude": "-90.229410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62651", + "city": "Jacksonville", + "state": "IL", + "latitude": "39.698311", + "longitude": "-90.261530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62652", + "city": "Milton", + "state": "IL", + "latitude": "39.564228", + "longitude": "-90.651349", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62655", + "city": "Kilbourne", + "state": "IL", + "latitude": "40.147371", + "longitude": "-90.006980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62656", + "city": "Lincoln", + "state": "IL", + "latitude": "40.149927", + "longitude": "-89.367460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62659", + "city": "Lincoln'S New Salem", + "state": "IL", + "latitude": "40.031115", + "longitude": "-89.786723", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62660", + "city": "Literberry", + "state": "IL", + "latitude": "39.858933", + "longitude": "-90.200747", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62661", + "city": "Loami", + "state": "IL", + "latitude": "39.669508", + "longitude": "-89.848050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62662", + "city": "Lowder", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62663", + "city": "Manchester", + "state": "IL", + "latitude": "39.544196", + "longitude": "-90.326770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62664", + "city": "Mason City", + "state": "IL", + "latitude": "40.200537", + "longitude": "-89.704270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62665", + "city": "Meredosia", + "state": "IL", + "latitude": "39.818631", + "longitude": "-90.557910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62666", + "city": "Middletown", + "state": "IL", + "latitude": "40.088774", + "longitude": "-89.567440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62667", + "city": "Modesto", + "state": "IL", + "latitude": "39.487357", + "longitude": "-89.991430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62668", + "city": "Murrayville", + "state": "IL", + "latitude": "39.576392", + "longitude": "-90.247690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62670", + "city": "New Berlin", + "state": "IL", + "latitude": "39.735761", + "longitude": "-89.886690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62671", + "city": "New Holland", + "state": "IL", + "latitude": "40.186852", + "longitude": "-89.560530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62672", + "city": "Nilwood", + "state": "IL", + "latitude": "39.397248", + "longitude": "-89.807690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62673", + "city": "Oakford", + "state": "IL", + "latitude": "40.095009", + "longitude": "-89.969980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62674", + "city": "Palmyra", + "state": "IL", + "latitude": "39.429687", + "longitude": "-90.014990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62675", + "city": "Petersburg", + "state": "IL", + "latitude": "40.008726", + "longitude": "-89.850290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62676", + "city": "Hillyard", + "state": "IL", + "latitude": "39.128248", + "longitude": "-89.923215", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62677", + "city": "Pleasant Plains", + "state": "IL", + "latitude": "39.847253", + "longitude": "-89.880590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62681", + "city": "Rushville", + "state": "IL", + "latitude": "40.134957", + "longitude": "-90.552220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62682", + "city": "San Jose", + "state": "IL", + "latitude": "40.299160", + "longitude": "-89.601010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62683", + "city": "Scottville", + "state": "IL", + "latitude": "39.260862", + "longitude": "-89.926068", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62684", + "city": "Sherman", + "state": "IL", + "latitude": "39.901588", + "longitude": "-89.588050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62685", + "city": "Shipman", + "state": "IL", + "latitude": "39.146650", + "longitude": "-90.000590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62686", + "city": "Standard City", + "state": "IL", + "latitude": "39.350726", + "longitude": "-89.786890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62688", + "city": "Tallula", + "state": "IL", + "latitude": "39.944264", + "longitude": "-89.933660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62689", + "city": "Thayer", + "state": "IL", + "latitude": "39.539071", + "longitude": "-89.761000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62690", + "city": "Virden", + "state": "IL", + "latitude": "39.503383", + "longitude": "-89.766670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62691", + "city": "Virginia", + "state": "IL", + "latitude": "39.952909", + "longitude": "-90.212180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62692", + "city": "Waverly", + "state": "IL", + "latitude": "39.583983", + "longitude": "-89.939600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62693", + "city": "Williamsville", + "state": "IL", + "latitude": "39.956803", + "longitude": "-89.542090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62694", + "city": "Winchester", + "state": "IL", + "latitude": "39.628929", + "longitude": "-90.461070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62695", + "city": "Woodson", + "state": "IL", + "latitude": "39.627307", + "longitude": "-90.221010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62701", + "city": "Springfield", + "state": "IL", + "latitude": "39.800950", + "longitude": "-89.649990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62702", + "city": "Springfield", + "state": "IL", + "latitude": "39.819000", + "longitude": "-89.643790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62703", + "city": "Springfield", + "state": "IL", + "latitude": "39.771500", + "longitude": "-89.636120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62704", + "city": "Springfield", + "state": "IL", + "latitude": "39.777800", + "longitude": "-89.679820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62705", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62706", + "city": "Springfield", + "state": "IL", + "latitude": "39.798850", + "longitude": "-89.653399", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62707", + "city": "Springfield", + "state": "IL", + "latitude": "39.757896", + "longitude": "-89.663630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62708", + "city": "Springfield", + "state": "IL", + "latitude": "39.806089", + "longitude": "-89.586356", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62709", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62713", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62715", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62716", + "city": "Springfield", + "state": "IL", + "latitude": "39.848201", + "longitude": "-89.536369", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62718", + "city": "Springfield", + "state": "IL", + "latitude": "39.778044", + "longitude": "-89.646555", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62719", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62720", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62721", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62722", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62723", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62726", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62736", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62739", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62746", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62756", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62757", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62761", + "city": "Springfield", + "state": "IL", + "latitude": "39.852361", + "longitude": "-89.541017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62762", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62763", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62764", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62765", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62766", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62767", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62769", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62776", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62777", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62781", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62786", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62791", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62792", + "city": "Ullin", + "state": "IL", + "latitude": "37.277483", + "longitude": "-89.186317", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62794", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62796", + "city": "Springfield", + "state": "IL", + "latitude": "39.749457", + "longitude": "-89.606017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62801", + "city": "Centralia", + "state": "IL", + "latitude": "38.523736", + "longitude": "-89.125700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62803", + "city": "Hoyleton", + "state": "IL", + "latitude": "38.460331", + "longitude": "-89.302960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62805", + "city": "Akin", + "state": "IL", + "latitude": "37.994296", + "longitude": "-88.941665", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62806", + "city": "Albion", + "state": "IL", + "latitude": "38.375576", + "longitude": "-88.071690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62807", + "city": "Alma", + "state": "IL", + "latitude": "38.735571", + "longitude": "-88.918640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62808", + "city": "Ashley", + "state": "IL", + "latitude": "38.319427", + "longitude": "-89.191450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62809", + "city": "Barnhill", + "state": "IL", + "latitude": "38.268959", + "longitude": "-88.342670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62810", + "city": "Belle Rive", + "state": "IL", + "latitude": "38.218349", + "longitude": "-88.739990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62811", + "city": "Bellmont", + "state": "IL", + "latitude": "38.384799", + "longitude": "-87.909490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62812", + "city": "Benton", + "state": "IL", + "latitude": "38.000245", + "longitude": "-88.924070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62814", + "city": "Bluford", + "state": "IL", + "latitude": "38.362934", + "longitude": "-88.728960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62815", + "city": "Bone Gap", + "state": "IL", + "latitude": "38.452172", + "longitude": "-87.993900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62816", + "city": "Bonnie", + "state": "IL", + "latitude": "38.192726", + "longitude": "-88.931380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62817", + "city": "Broughton", + "state": "IL", + "latitude": "37.954727", + "longitude": "-88.471280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62818", + "city": "Browns", + "state": "IL", + "latitude": "38.378706", + "longitude": "-87.972910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62819", + "city": "Buckner", + "state": "IL", + "latitude": "37.980455", + "longitude": "-89.012610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62820", + "city": "Burnt Prairie", + "state": "IL", + "latitude": "38.247883", + "longitude": "-88.229440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62821", + "city": "Carmi", + "state": "IL", + "latitude": "38.087838", + "longitude": "-88.155830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62822", + "city": "Christopher", + "state": "IL", + "latitude": "37.973175", + "longitude": "-89.052910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62823", + "city": "Cisne", + "state": "IL", + "latitude": "38.516840", + "longitude": "-88.435310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62824", + "city": "Clay City", + "state": "IL", + "latitude": "38.689663", + "longitude": "-88.351410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62825", + "city": "Coello", + "state": "IL", + "latitude": "37.996241", + "longitude": "-89.068520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62827", + "city": "Crossville", + "state": "IL", + "latitude": "38.160972", + "longitude": "-88.032910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62828", + "city": "Dahlgren", + "state": "IL", + "latitude": "38.190536", + "longitude": "-88.624390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62829", + "city": "Dale", + "state": "IL", + "latitude": "37.999757", + "longitude": "-88.504690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62830", + "city": "Dix", + "state": "IL", + "latitude": "38.441538", + "longitude": "-88.968880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62831", + "city": "Du Bois", + "state": "IL", + "latitude": "38.226690", + "longitude": "-89.208840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62832", + "city": "Du Quoin", + "state": "IL", + "latitude": "38.011729", + "longitude": "-89.246880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62833", + "city": "Ellery", + "state": "IL", + "latitude": "38.361654", + "longitude": "-88.164840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62834", + "city": "Emma", + "state": "IL", + "latitude": "37.976220", + "longitude": "-88.120182", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62835", + "city": "Enfield", + "state": "IL", + "latitude": "38.101667", + "longitude": "-88.333570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62836", + "city": "Ewing", + "state": "IL", + "latitude": "38.096551", + "longitude": "-88.827630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62837", + "city": "Fairfield", + "state": "IL", + "latitude": "38.374627", + "longitude": "-88.357350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62838", + "city": "Farina", + "state": "IL", + "latitude": "38.857185", + "longitude": "-88.759100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62839", + "city": "Flora", + "state": "IL", + "latitude": "38.667752", + "longitude": "-88.488550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62840", + "city": "Frankfort Heights", + "state": "IL", + "latitude": "37.994296", + "longitude": "-88.941665", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62841", + "city": "Freeman Spur", + "state": "IL", + "latitude": "37.803080", + "longitude": "-89.009201", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62842", + "city": "Geff", + "state": "IL", + "latitude": "38.460323", + "longitude": "-88.371240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62843", + "city": "Golden Gate", + "state": "IL", + "latitude": "38.365545", + "longitude": "-88.194540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62844", + "city": "Grayville", + "state": "IL", + "latitude": "38.257064", + "longitude": "-88.003530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62845", + "city": "Herald", + "state": "IL", + "latitude": "38.073931", + "longitude": "-88.142657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62846", + "city": "Ina", + "state": "IL", + "latitude": "38.149474", + "longitude": "-88.896340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62847", + "city": "Iola", + "state": "IL", + "latitude": "38.757302", + "longitude": "-88.473594", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62848", + "city": "Irvington", + "state": "IL", + "latitude": "38.436236", + "longitude": "-89.161840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62849", + "city": "Iuka", + "state": "IL", + "latitude": "38.594744", + "longitude": "-88.774640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62850", + "city": "Johnsonville", + "state": "IL", + "latitude": "38.513119", + "longitude": "-88.589110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62851", + "city": "Keenes", + "state": "IL", + "latitude": "38.423947", + "longitude": "-88.669200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62852", + "city": "Keensburg", + "state": "IL", + "latitude": "38.351613", + "longitude": "-87.864640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62853", + "city": "Kell", + "state": "IL", + "latitude": "38.516025", + "longitude": "-88.919540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62854", + "city": "Kinmundy", + "state": "IL", + "latitude": "38.768452", + "longitude": "-88.828140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62855", + "city": "Lancaster", + "state": "IL", + "latitude": "38.403424", + "longitude": "-87.818672", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62856", + "city": "Logan", + "state": "IL", + "latitude": "37.994296", + "longitude": "-88.941665", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62857", + "city": "Loogootee", + "state": "IL", + "latitude": "38.911662", + "longitude": "-88.877470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62858", + "city": "Louisville", + "state": "IL", + "latitude": "38.806292", + "longitude": "-88.480120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62859", + "city": "McLeansboro", + "state": "IL", + "latitude": "38.090004", + "longitude": "-88.534310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62860", + "city": "Macedonia", + "state": "IL", + "latitude": "38.041978", + "longitude": "-88.732570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62861", + "city": "Maunie", + "state": "IL", + "latitude": "38.032574", + "longitude": "-88.046630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62862", + "city": "Mill Shoals", + "state": "IL", + "latitude": "38.219997", + "longitude": "-88.312100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62863", + "city": "Mount Carmel", + "state": "IL", + "latitude": "38.415676", + "longitude": "-87.810770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62864", + "city": "Mount Vernon", + "state": "IL", + "latitude": "38.322558", + "longitude": "-88.908420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62865", + "city": "Mulkeytown", + "state": "IL", + "latitude": "37.963264", + "longitude": "-89.069060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62866", + "city": "Nason", + "state": "IL", + "latitude": "38.165420", + "longitude": "-88.967551", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62867", + "city": "New Haven", + "state": "IL", + "latitude": "37.914363", + "longitude": "-88.122640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62868", + "city": "Noble", + "state": "IL", + "latitude": "38.696562", + "longitude": "-88.237160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62869", + "city": "Norris City", + "state": "IL", + "latitude": "37.971434", + "longitude": "-88.304190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62870", + "city": "Odin", + "state": "IL", + "latitude": "38.614141", + "longitude": "-89.047380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62871", + "city": "Omaha", + "state": "IL", + "latitude": "37.877628", + "longitude": "-88.291140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62872", + "city": "Opdyke", + "state": "IL", + "latitude": "38.281485", + "longitude": "-88.790900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62874", + "city": "Orient", + "state": "IL", + "latitude": "37.921795", + "longitude": "-88.978920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62875", + "city": "Patoka", + "state": "IL", + "latitude": "38.751756", + "longitude": "-89.095810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62876", + "city": "Radom", + "state": "IL", + "latitude": "38.282464", + "longitude": "-89.193560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62877", + "city": "Richview", + "state": "IL", + "latitude": "38.388876", + "longitude": "-89.192440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62878", + "city": "Rinard", + "state": "IL", + "latitude": "38.578119", + "longitude": "-88.497140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62879", + "city": "Sailor Springs", + "state": "IL", + "latitude": "38.764802", + "longitude": "-88.358750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62880", + "city": "Saint Peter", + "state": "IL", + "latitude": "38.875494", + "longitude": "-88.893650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62881", + "city": "Salem", + "state": "IL", + "latitude": "38.623789", + "longitude": "-88.953610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62882", + "city": "Sandoval", + "state": "IL", + "latitude": "38.608230", + "longitude": "-89.119630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62883", + "city": "Scheller", + "state": "IL", + "latitude": "38.164136", + "longitude": "-89.119080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62884", + "city": "Sesser", + "state": "IL", + "latitude": "38.085829", + "longitude": "-89.046970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62885", + "city": "Shobonier", + "state": "IL", + "latitude": "38.859515", + "longitude": "-89.054000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62886", + "city": "Sims", + "state": "IL", + "latitude": "38.374398", + "longitude": "-88.535370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62887", + "city": "Springerton", + "state": "IL", + "latitude": "38.185822", + "longitude": "-88.369230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62888", + "city": "Tamaroa", + "state": "IL", + "latitude": "38.127516", + "longitude": "-89.229260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62889", + "city": "Texico", + "state": "IL", + "latitude": "38.455562", + "longitude": "-88.823200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62890", + "city": "Thompsonville", + "state": "IL", + "latitude": "37.913984", + "longitude": "-88.749220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62891", + "city": "Valier", + "state": "IL", + "latitude": "38.014920", + "longitude": "-89.042260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62892", + "city": "Vernon", + "state": "IL", + "latitude": "38.804938", + "longitude": "-89.083660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62893", + "city": "Walnut Hill", + "state": "IL", + "latitude": "38.469244", + "longitude": "-89.037070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62894", + "city": "Waltonville", + "state": "IL", + "latitude": "38.212746", + "longitude": "-89.038660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62895", + "city": "Wayne City", + "state": "IL", + "latitude": "38.342390", + "longitude": "-88.584480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62896", + "city": "West Frankfort", + "state": "IL", + "latitude": "37.894496", + "longitude": "-88.930370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62897", + "city": "Whittington", + "state": "IL", + "latitude": "38.084617", + "longitude": "-88.920960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62898", + "city": "Woodlawn", + "state": "IL", + "latitude": "38.335675", + "longitude": "-89.048670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62899", + "city": "Xenia", + "state": "IL", + "latitude": "38.661358", + "longitude": "-88.647440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62901", + "city": "Carbondale", + "state": "IL", + "latitude": "37.707763", + "longitude": "-89.192460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62902", + "city": "Carbondale", + "state": "IL", + "latitude": "37.758646", + "longitude": "-89.415831", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62903", + "city": "Carbondale", + "state": "IL", + "latitude": "37.758646", + "longitude": "-89.415831", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62905", + "city": "Alto Pass", + "state": "IL", + "latitude": "37.571235", + "longitude": "-89.334620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62906", + "city": "Anna", + "state": "IL", + "latitude": "37.457806", + "longitude": "-89.214080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62907", + "city": "Ava", + "state": "IL", + "latitude": "37.871546", + "longitude": "-89.507210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62908", + "city": "Belknap", + "state": "IL", + "latitude": "37.308412", + "longitude": "-88.880760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62909", + "city": "Boles", + "state": "IL", + "latitude": "37.447250", + "longitude": "-88.876792", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62910", + "city": "Brookport", + "state": "IL", + "latitude": "37.140282", + "longitude": "-88.581860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62912", + "city": "Buncombe", + "state": "IL", + "latitude": "37.477639", + "longitude": "-89.029920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62913", + "city": "Cache", + "state": "IL", + "latitude": "37.152775", + "longitude": "-89.325581", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62914", + "city": "Cairo", + "state": "IL", + "latitude": "37.025325", + "longitude": "-89.189740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62915", + "city": "Cambria", + "state": "IL", + "latitude": "37.782057", + "longitude": "-89.121840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62916", + "city": "Campbell Hill", + "state": "IL", + "latitude": "37.933269", + "longitude": "-89.555010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62917", + "city": "Carrier Mills", + "state": "IL", + "latitude": "37.692923", + "longitude": "-88.652840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62918", + "city": "Carterville", + "state": "IL", + "latitude": "37.766029", + "longitude": "-89.083550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62919", + "city": "Cave In Rock", + "state": "IL", + "latitude": "37.495812", + "longitude": "-88.160990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62920", + "city": "Cobden", + "state": "IL", + "latitude": "37.540571", + "longitude": "-89.254890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62921", + "city": "Colp", + "state": "IL", + "latitude": "37.804876", + "longitude": "-89.081180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62922", + "city": "Creal Springs", + "state": "IL", + "latitude": "37.613705", + "longitude": "-88.839220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62923", + "city": "Cypress", + "state": "IL", + "latitude": "37.340000", + "longitude": "-89.031770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62924", + "city": "De Soto", + "state": "IL", + "latitude": "37.825260", + "longitude": "-89.203010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62926", + "city": "Dongola", + "state": "IL", + "latitude": "37.363981", + "longitude": "-89.157830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62927", + "city": "Dowell", + "state": "IL", + "latitude": "37.940448", + "longitude": "-89.240910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62928", + "city": "Eddyville", + "state": "IL", + "latitude": "37.501552", + "longitude": "-88.581410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62930", + "city": "Eldorado", + "state": "IL", + "latitude": "37.822259", + "longitude": "-88.444560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62931", + "city": "Elizabethtown", + "state": "IL", + "latitude": "37.511139", + "longitude": "-88.282840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62932", + "city": "Elkville", + "state": "IL", + "latitude": "37.907619", + "longitude": "-89.231510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62933", + "city": "Energy", + "state": "IL", + "latitude": "37.774517", + "longitude": "-89.025830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62934", + "city": "Equality", + "state": "IL", + "latitude": "37.716434", + "longitude": "-88.371840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62935", + "city": "Galatia", + "state": "IL", + "latitude": "37.836537", + "longitude": "-88.622980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62938", + "city": "Golconda", + "state": "IL", + "latitude": "37.374723", + "longitude": "-88.525710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62939", + "city": "Goreville", + "state": "IL", + "latitude": "37.558235", + "longitude": "-88.966610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62940", + "city": "Gorham", + "state": "IL", + "latitude": "37.727109", + "longitude": "-89.476180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62941", + "city": "Grand Chain", + "state": "IL", + "latitude": "37.239385", + "longitude": "-88.951840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62942", + "city": "Grand Tower", + "state": "IL", + "latitude": "37.629601", + "longitude": "-89.480770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62943", + "city": "Grantsburg", + "state": "IL", + "latitude": "37.342538", + "longitude": "-88.733810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62944", + "city": "Hamletsburg", + "state": "IL", + "latitude": "37.333591", + "longitude": "-88.561428", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62946", + "city": "Harrisburg", + "state": "IL", + "latitude": "37.725834", + "longitude": "-88.542080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62947", + "city": "Herod", + "state": "IL", + "latitude": "37.567779", + "longitude": "-88.399250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62948", + "city": "Herrin", + "state": "IL", + "latitude": "37.804014", + "longitude": "-89.027020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62949", + "city": "Hurst", + "state": "IL", + "latitude": "37.835684", + "longitude": "-89.143460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62950", + "city": "Jacob", + "state": "IL", + "latitude": "37.758580", + "longitude": "-89.560550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62951", + "city": "Johnston City", + "state": "IL", + "latitude": "37.820724", + "longitude": "-88.926470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62952", + "city": "Jonesboro", + "state": "IL", + "latitude": "37.420840", + "longitude": "-89.312170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62953", + "city": "Joppa", + "state": "IL", + "latitude": "37.208120", + "longitude": "-88.843040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62954", + "city": "Junction", + "state": "IL", + "latitude": "37.703552", + "longitude": "-88.264980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62955", + "city": "Karbers Ridge", + "state": "IL", + "latitude": "37.500757", + "longitude": "-88.238292", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62956", + "city": "Karnak", + "state": "IL", + "latitude": "37.279433", + "longitude": "-88.939590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62957", + "city": "McClure", + "state": "IL", + "latitude": "37.305331", + "longitude": "-89.430660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62958", + "city": "Makanda", + "state": "IL", + "latitude": "37.612173", + "longitude": "-89.175870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62959", + "city": "Marion", + "state": "IL", + "latitude": "37.724504", + "longitude": "-88.929680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62960", + "city": "Metropolis", + "state": "IL", + "latitude": "37.183080", + "longitude": "-88.733270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62961", + "city": "Millcreek", + "state": "IL", + "latitude": "37.340918", + "longitude": "-89.254203", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62962", + "city": "Miller City", + "state": "IL", + "latitude": "37.097546", + "longitude": "-89.335470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62963", + "city": "Mound City", + "state": "IL", + "latitude": "37.087510", + "longitude": "-89.165320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62964", + "city": "Mounds", + "state": "IL", + "latitude": "37.119739", + "longitude": "-89.201740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62965", + "city": "Muddy", + "state": "IL", + "latitude": "37.801972", + "longitude": "-88.548695", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62966", + "city": "Murphysboro", + "state": "IL", + "latitude": "37.771806", + "longitude": "-89.339710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62967", + "city": "New Burnside", + "state": "IL", + "latitude": "37.582136", + "longitude": "-88.763940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62969", + "city": "Olive Branch", + "state": "IL", + "latitude": "37.159227", + "longitude": "-89.341530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62970", + "city": "Olmsted", + "state": "IL", + "latitude": "37.199769", + "longitude": "-89.109640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62971", + "city": "Oraville", + "state": "IL", + "latitude": "37.758646", + "longitude": "-89.415831", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62972", + "city": "Ozark", + "state": "IL", + "latitude": "37.548762", + "longitude": "-88.741450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62973", + "city": "Perks", + "state": "IL", + "latitude": "37.311333", + "longitude": "-89.083056", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62974", + "city": "Pittsburg", + "state": "IL", + "latitude": "37.780592", + "longitude": "-88.823440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62975", + "city": "Pomona", + "state": "IL", + "latitude": "37.618822", + "longitude": "-89.361700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62976", + "city": "Pulaski", + "state": "IL", + "latitude": "37.214012", + "longitude": "-89.210390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62977", + "city": "Raleigh", + "state": "IL", + "latitude": "37.844963", + "longitude": "-88.544160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62979", + "city": "Ridgway", + "state": "IL", + "latitude": "37.796784", + "longitude": "-88.243930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62982", + "city": "Rosiclare", + "state": "IL", + "latitude": "37.426076", + "longitude": "-88.348150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62983", + "city": "Royalton", + "state": "IL", + "latitude": "37.884066", + "longitude": "-89.111280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62984", + "city": "Shawneetown", + "state": "IL", + "latitude": "37.712847", + "longitude": "-88.165530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62985", + "city": "Simpson", + "state": "IL", + "latitude": "37.458878", + "longitude": "-88.694660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62987", + "city": "Stonefort", + "state": "IL", + "latitude": "37.635792", + "longitude": "-88.679120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62988", + "city": "Tamms", + "state": "IL", + "latitude": "37.240381", + "longitude": "-89.282710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62990", + "city": "Thebes", + "state": "IL", + "latitude": "37.223589", + "longitude": "-89.422430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62991", + "city": "Tunnel Hill", + "state": "IL", + "latitude": "37.540479", + "longitude": "-88.866010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62992", + "city": "Ullin", + "state": "IL", + "latitude": "37.272477", + "longitude": "-89.171230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62993", + "city": "Unity", + "state": "IL", + "latitude": "37.150263", + "longitude": "-89.273510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62994", + "city": "Vergennes", + "state": "IL", + "latitude": "37.901441", + "longitude": "-89.334850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62995", + "city": "Vienna", + "state": "IL", + "latitude": "37.422815", + "longitude": "-88.880160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62996", + "city": "Villa Ridge", + "state": "IL", + "latitude": "37.152714", + "longitude": "-89.163200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62997", + "city": "Willisville", + "state": "IL", + "latitude": "37.983687", + "longitude": "-89.590500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62998", + "city": "Wolf Lake", + "state": "IL", + "latitude": "37.508233", + "longitude": "-89.439870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "62999", + "city": "Zeigler", + "state": "IL", + "latitude": "37.897400", + "longitude": "-89.053850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63001", + "city": "Allenton", + "state": "MO", + "latitude": "38.638318", + "longitude": "-90.427118", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63005", + "city": "Chesterfield", + "state": "MO", + "latitude": "38.646981", + "longitude": "-90.631550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63006", + "city": "Chesterfield", + "state": "MO", + "latitude": "38.638318", + "longitude": "-90.427118", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63010", + "city": "Arnold", + "state": "MO", + "latitude": "38.427270", + "longitude": "-90.385150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63011", + "city": "Ballwin", + "state": "MO", + "latitude": "38.601403", + "longitude": "-90.552090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63012", + "city": "Barnhart", + "state": "MO", + "latitude": "38.337458", + "longitude": "-90.423160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63013", + "city": "Beaufort", + "state": "MO", + "latitude": "38.415995", + "longitude": "-91.160300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63014", + "city": "Berger", + "state": "MO", + "latitude": "38.654011", + "longitude": "-91.339280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63015", + "city": "Catawissa", + "state": "MO", + "latitude": "38.401406", + "longitude": "-90.742760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63016", + "city": "Cedar Hill", + "state": "MO", + "latitude": "38.352825", + "longitude": "-90.635950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63017", + "city": "Chesterfield", + "state": "MO", + "latitude": "38.647023", + "longitude": "-90.539180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63019", + "city": "Crystal City", + "state": "MO", + "latitude": "38.226997", + "longitude": "-90.382150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63020", + "city": "De Soto", + "state": "MO", + "latitude": "38.120303", + "longitude": "-90.554260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63021", + "city": "Ballwin", + "state": "MO", + "latitude": "38.576253", + "longitude": "-90.531170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63022", + "city": "Ballwin", + "state": "MO", + "latitude": "38.638318", + "longitude": "-90.427118", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63023", + "city": "Dittmer", + "state": "MO", + "latitude": "38.280328", + "longitude": "-90.705190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63024", + "city": "Ballwin", + "state": "MO", + "latitude": "38.638318", + "longitude": "-90.427118", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63025", + "city": "Eureka", + "state": "MO", + "latitude": "38.494203", + "longitude": "-90.613040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63026", + "city": "Fenton", + "state": "MO", + "latitude": "38.502854", + "longitude": "-90.460880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63028", + "city": "Festus", + "state": "MO", + "latitude": "38.187767", + "longitude": "-90.407700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63030", + "city": "Fletcher", + "state": "MO", + "latitude": "38.129238", + "longitude": "-90.743420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63031", + "city": "Florissant", + "state": "MO", + "latitude": "38.801600", + "longitude": "-90.336620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63032", + "city": "Florissant", + "state": "MO", + "latitude": "38.638318", + "longitude": "-90.427118", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63033", + "city": "Florissant", + "state": "MO", + "latitude": "38.795050", + "longitude": "-90.285780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63034", + "city": "Florissant", + "state": "MO", + "latitude": "38.832863", + "longitude": "-90.290510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63036", + "city": "French Village", + "state": "MO", + "latitude": "37.978610", + "longitude": "-90.346370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63037", + "city": "Gerald", + "state": "MO", + "latitude": "38.412764", + "longitude": "-91.324600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63038", + "city": "Glencoe", + "state": "MO", + "latitude": "38.578703", + "longitude": "-90.665080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63039", + "city": "Gray Summit", + "state": "MO", + "latitude": "38.499489", + "longitude": "-90.833980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63040", + "city": "Grover", + "state": "MO", + "latitude": "38.575835", + "longitude": "-90.618780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63041", + "city": "Grubville", + "state": "MO", + "latitude": "38.262811", + "longitude": "-90.775130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63042", + "city": "Hazelwood", + "state": "MO", + "latitude": "38.778500", + "longitude": "-90.370050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63043", + "city": "Maryland Heights", + "state": "MO", + "latitude": "38.725331", + "longitude": "-90.444510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63044", + "city": "Bridgeton", + "state": "MO", + "latitude": "38.757318", + "longitude": "-90.423350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63045", + "city": "Earth City", + "state": "MO", + "latitude": "38.638318", + "longitude": "-90.427118", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63047", + "city": "Hematite", + "state": "MO", + "latitude": "38.194104", + "longitude": "-90.472495", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63048", + "city": "Herculaneum", + "state": "MO", + "latitude": "38.261863", + "longitude": "-90.390200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63049", + "city": "High Ridge", + "state": "MO", + "latitude": "38.473921", + "longitude": "-90.526960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63050", + "city": "Hillsboro", + "state": "MO", + "latitude": "38.259946", + "longitude": "-90.566600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63051", + "city": "House Springs", + "state": "MO", + "latitude": "38.405287", + "longitude": "-90.570590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63052", + "city": "Imperial", + "state": "MO", + "latitude": "38.385265", + "longitude": "-90.403390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63053", + "city": "Kimmswick", + "state": "MO", + "latitude": "38.252726", + "longitude": "-90.514875", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63055", + "city": "Labadie", + "state": "MO", + "latitude": "38.535934", + "longitude": "-90.846980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63056", + "city": "Leslie", + "state": "MO", + "latitude": "38.404826", + "longitude": "-91.226520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63057", + "city": "Liguori", + "state": "MO", + "latitude": "38.341918", + "longitude": "-90.408223", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63060", + "city": "Lonedell", + "state": "MO", + "latitude": "38.247062", + "longitude": "-90.856420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63061", + "city": "Luebbering", + "state": "MO", + "latitude": "38.257711", + "longitude": "-90.806940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63065", + "city": "Mapaville", + "state": "MO", + "latitude": "38.252726", + "longitude": "-90.514875", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63066", + "city": "Morse Mill", + "state": "MO", + "latitude": "38.280943", + "longitude": "-90.652057", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63068", + "city": "New Haven", + "state": "MO", + "latitude": "38.558836", + "longitude": "-91.244690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63069", + "city": "Pacific", + "state": "MO", + "latitude": "38.482353", + "longitude": "-90.738920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63070", + "city": "Pevely", + "state": "MO", + "latitude": "38.279016", + "longitude": "-90.408620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63071", + "city": "Richwoods", + "state": "MO", + "latitude": "38.137345", + "longitude": "-90.831680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63072", + "city": "Robertsville", + "state": "MO", + "latitude": "38.369435", + "longitude": "-90.817920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63073", + "city": "Saint Albans", + "state": "MO", + "latitude": "38.527729", + "longitude": "-91.017274", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63074", + "city": "Saint Ann", + "state": "MO", + "latitude": "38.727184", + "longitude": "-90.385510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63077", + "city": "Saint Clair", + "state": "MO", + "latitude": "38.336093", + "longitude": "-90.989020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63079", + "city": "Stanton", + "state": "MO", + "latitude": "38.274398", + "longitude": "-91.085533", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63080", + "city": "Sullivan", + "state": "MO", + "latitude": "38.200244", + "longitude": "-91.140890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63084", + "city": "Union", + "state": "MO", + "latitude": "38.434806", + "longitude": "-91.003530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63087", + "city": "Valles Mines", + "state": "MO", + "latitude": "38.024849", + "longitude": "-90.446670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63088", + "city": "Valley Park", + "state": "MO", + "latitude": "38.553253", + "longitude": "-90.491570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63089", + "city": "Villa Ridge", + "state": "MO", + "latitude": "38.462920", + "longitude": "-90.884210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63090", + "city": "Washington", + "state": "MO", + "latitude": "38.535499", + "longitude": "-91.023480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63091", + "city": "Rosebud", + "state": "MO", + "latitude": "38.387446", + "longitude": "-91.393320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63099", + "city": "Fenton", + "state": "MO", + "latitude": "38.638318", + "longitude": "-90.427118", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63101", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.631551", + "longitude": "-90.193000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63102", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.635200", + "longitude": "-90.187020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63103", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.631451", + "longitude": "-90.214150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63104", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.610701", + "longitude": "-90.213620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63105", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.645484", + "longitude": "-90.328880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63106", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.644451", + "longitude": "-90.206360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63107", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.662800", + "longitude": "-90.209490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63108", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.646201", + "longitude": "-90.254350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63109", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.586052", + "longitude": "-90.294100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63110", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.622601", + "longitude": "-90.261820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63111", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.559302", + "longitude": "-90.251740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63112", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.661351", + "longitude": "-90.284340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63113", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.656701", + "longitude": "-90.243970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63114", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.702651", + "longitude": "-90.361090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63115", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.676851", + "longitude": "-90.240090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63116", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.580552", + "longitude": "-90.263070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63117", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.628402", + "longitude": "-90.326360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63118", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.594901", + "longitude": "-90.227800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63119", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.590652", + "longitude": "-90.351680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63120", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.691901", + "longitude": "-90.259920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63121", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.706301", + "longitude": "-90.296090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63122", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.582702", + "longitude": "-90.409660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63123", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.549452", + "longitude": "-90.325250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63124", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.645802", + "longitude": "-90.376870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63125", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.524066", + "longitude": "-90.289500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63126", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.552303", + "longitude": "-90.379210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63127", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.539870", + "longitude": "-90.400240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63128", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.500734", + "longitude": "-90.371130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63129", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.469953", + "longitude": "-90.321610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63130", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.663951", + "longitude": "-90.323480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63131", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.618582", + "longitude": "-90.436430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63132", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.675784", + "longitude": "-90.374630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63133", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.679684", + "longitude": "-90.301860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63134", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.738217", + "longitude": "-90.339040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63135", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.747850", + "longitude": "-90.302580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63136", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.738350", + "longitude": "-90.261540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63137", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.748183", + "longitude": "-90.218640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63138", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.787849", + "longitude": "-90.210410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63139", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.610901", + "longitude": "-90.291740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63140", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.739650", + "longitude": "-90.321780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63141", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.662302", + "longitude": "-90.453630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63143", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.612452", + "longitude": "-90.318220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63144", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.619152", + "longitude": "-90.349640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63145", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.638318", + "longitude": "-90.427118", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63146", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.688585", + "longitude": "-90.446890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63147", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.692861", + "longitude": "-90.219050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63150", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63151", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.638318", + "longitude": "-90.427118", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63153", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63155", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63156", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63157", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63158", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63160", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63163", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63164", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63166", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63167", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.638318", + "longitude": "-90.427118", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63169", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63171", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63177", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63178", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63179", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63180", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63182", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63188", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63195", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63196", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63197", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63198", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.638318", + "longitude": "-90.427118", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63199", + "city": "Saint Louis", + "state": "MO", + "latitude": "38.653100", + "longitude": "-90.243462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63301", + "city": "Saint Charles", + "state": "MO", + "latitude": "38.808583", + "longitude": "-90.506870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63302", + "city": "Saint Charles", + "state": "MO", + "latitude": "38.581299", + "longitude": "-90.872987", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63303", + "city": "Saint Charles", + "state": "MO", + "latitude": "38.762715", + "longitude": "-90.539030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63304", + "city": "Saint Charles", + "state": "MO", + "latitude": "38.729260", + "longitude": "-90.653320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63330", + "city": "Annada", + "state": "MO", + "latitude": "39.257008", + "longitude": "-90.823170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63332", + "city": "Augusta", + "state": "MO", + "latitude": "38.590155", + "longitude": "-90.890930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63333", + "city": "Bellflower", + "state": "MO", + "latitude": "39.032880", + "longitude": "-91.329830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63334", + "city": "Bowling Green", + "state": "MO", + "latitude": "39.318552", + "longitude": "-91.182650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63336", + "city": "Clarksville", + "state": "MO", + "latitude": "39.354092", + "longitude": "-90.931370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63338", + "city": "Cottleville", + "state": "MO", + "latitude": "38.750949", + "longitude": "-90.536784", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63339", + "city": "Curryville", + "state": "MO", + "latitude": "39.334216", + "longitude": "-91.376840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63341", + "city": "Defiance", + "state": "MO", + "latitude": "38.688790", + "longitude": "-90.785930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63342", + "city": "Dutzow", + "state": "MO", + "latitude": "38.605967", + "longitude": "-90.996216", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63343", + "city": "Elsberry", + "state": "MO", + "latitude": "39.151543", + "longitude": "-90.813600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63344", + "city": "Eolia", + "state": "MO", + "latitude": "39.239548", + "longitude": "-91.015770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63345", + "city": "Farber", + "state": "MO", + "latitude": "39.267199", + "longitude": "-91.566690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63346", + "city": "Flinthill", + "state": "MO", + "latitude": "38.750949", + "longitude": "-90.536784", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63347", + "city": "Foley", + "state": "MO", + "latitude": "39.069965", + "longitude": "-90.758750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63348", + "city": "Foristell", + "state": "MO", + "latitude": "38.814432", + "longitude": "-90.944330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63349", + "city": "Hawk Point", + "state": "MO", + "latitude": "38.966240", + "longitude": "-91.149190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63350", + "city": "High Hill", + "state": "MO", + "latitude": "38.898823", + "longitude": "-91.368200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63351", + "city": "Jonesburg", + "state": "MO", + "latitude": "38.862422", + "longitude": "-91.312840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63352", + "city": "Laddonia", + "state": "MO", + "latitude": "39.249616", + "longitude": "-91.648720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63353", + "city": "Louisiana", + "state": "MO", + "latitude": "39.449012", + "longitude": "-91.075180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63357", + "city": "Marthasville", + "state": "MO", + "latitude": "38.647611", + "longitude": "-91.091590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63359", + "city": "Middletown", + "state": "MO", + "latitude": "39.151911", + "longitude": "-91.349090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63361", + "city": "Montgomery City", + "state": "MO", + "latitude": "38.973583", + "longitude": "-91.535560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63362", + "city": "Moscow Mills", + "state": "MO", + "latitude": "38.952724", + "longitude": "-90.891990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63363", + "city": "New Florence", + "state": "MO", + "latitude": "38.881628", + "longitude": "-91.448520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63365", + "city": "New Melle", + "state": "MO", + "latitude": "38.716287", + "longitude": "-90.875127", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63366", + "city": "O Fallon", + "state": "MO", + "latitude": "38.786335", + "longitude": "-90.721210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63367", + "city": "Lake Saint Louis", + "state": "MO", + "latitude": "38.796601", + "longitude": "-90.785250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63369", + "city": "Old Monroe", + "state": "MO", + "latitude": "38.935776", + "longitude": "-90.778010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63370", + "city": "Olney", + "state": "MO", + "latitude": "39.085749", + "longitude": "-91.224300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63371", + "city": "Paynesville", + "state": "MO", + "latitude": "39.255970", + "longitude": "-90.883751", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63373", + "city": "Portage Des Sioux", + "state": "MO", + "latitude": "38.935496", + "longitude": "-90.368300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63375", + "city": "Perryville", + "state": "MO", + "latitude": "37.734730", + "longitude": "-89.856609", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63376", + "city": "Saint Peters", + "state": "MO", + "latitude": "38.778579", + "longitude": "-90.620450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63377", + "city": "Silex", + "state": "MO", + "latitude": "39.110908", + "longitude": "-91.080170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63378", + "city": "Treloar", + "state": "MO", + "latitude": "38.770187", + "longitude": "-91.188586", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63379", + "city": "Troy", + "state": "MO", + "latitude": "38.991916", + "longitude": "-90.986490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63381", + "city": "Truxton", + "state": "MO", + "latitude": "38.995145", + "longitude": "-91.233600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63382", + "city": "Vandalia", + "state": "MO", + "latitude": "39.310099", + "longitude": "-91.488620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63383", + "city": "Warrenton", + "state": "MO", + "latitude": "38.818852", + "longitude": "-91.170000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63384", + "city": "Wellsville", + "state": "MO", + "latitude": "39.081392", + "longitude": "-91.562660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63385", + "city": "Wentzville", + "state": "MO", + "latitude": "38.808884", + "longitude": "-90.859220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63386", + "city": "West Alton", + "state": "MO", + "latitude": "38.876781", + "longitude": "-90.237060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63387", + "city": "Whiteside", + "state": "MO", + "latitude": "39.184054", + "longitude": "-91.020780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63388", + "city": "Williamsburg", + "state": "MO", + "latitude": "38.886456", + "longitude": "-91.763440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63389", + "city": "Winfield", + "state": "MO", + "latitude": "39.000060", + "longitude": "-90.772090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63390", + "city": "Wright City", + "state": "MO", + "latitude": "38.797388", + "longitude": "-91.034680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63401", + "city": "Hannibal", + "state": "MO", + "latitude": "39.695798", + "longitude": "-91.400840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63430", + "city": "Alexandria", + "state": "MO", + "latitude": "40.381613", + "longitude": "-91.505980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63431", + "city": "Anabel", + "state": "MO", + "latitude": "39.753475", + "longitude": "-92.322400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63432", + "city": "Arbela", + "state": "MO", + "latitude": "40.497304", + "longitude": "-91.994700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63433", + "city": "Ashburn", + "state": "MO", + "latitude": "39.549602", + "longitude": "-91.181550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63434", + "city": "Bethel", + "state": "MO", + "latitude": "39.906312", + "longitude": "-91.968060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63435", + "city": "Canton", + "state": "MO", + "latitude": "40.178309", + "longitude": "-91.573890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63436", + "city": "Center", + "state": "MO", + "latitude": "39.501697", + "longitude": "-91.536700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63437", + "city": "Clarence", + "state": "MO", + "latitude": "39.742551", + "longitude": "-92.248250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63438", + "city": "Durham", + "state": "MO", + "latitude": "39.952258", + "longitude": "-91.699530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63439", + "city": "Emden", + "state": "MO", + "latitude": "39.788052", + "longitude": "-91.858120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63440", + "city": "Ewing", + "state": "MO", + "latitude": "39.988030", + "longitude": "-91.735950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63441", + "city": "Frankford", + "state": "MO", + "latitude": "39.484069", + "longitude": "-91.322960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63442", + "city": "Granger", + "state": "MO", + "latitude": "40.453333", + "longitude": "-92.147400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63443", + "city": "Hunnewell", + "state": "MO", + "latitude": "39.677082", + "longitude": "-91.858400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63445", + "city": "Kahoka", + "state": "MO", + "latitude": "40.415683", + "longitude": "-91.718170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63446", + "city": "Knox City", + "state": "MO", + "latitude": "40.140360", + "longitude": "-92.011040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63447", + "city": "La Belle", + "state": "MO", + "latitude": "40.109412", + "longitude": "-91.910780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63448", + "city": "La Grange", + "state": "MO", + "latitude": "40.044294", + "longitude": "-91.518030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63450", + "city": "Lentner", + "state": "MO", + "latitude": "39.650093", + "longitude": "-92.145360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63451", + "city": "Leonard", + "state": "MO", + "latitude": "39.922732", + "longitude": "-92.195210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63452", + "city": "Lewistown", + "state": "MO", + "latitude": "40.101973", + "longitude": "-91.795020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63453", + "city": "Luray", + "state": "MO", + "latitude": "40.489269", + "longitude": "-91.872480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63454", + "city": "Maywood", + "state": "MO", + "latitude": "39.932640", + "longitude": "-91.637450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63456", + "city": "Monroe City", + "state": "MO", + "latitude": "39.645523", + "longitude": "-91.729670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63457", + "city": "Monticello", + "state": "MO", + "latitude": "40.143679", + "longitude": "-91.706600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63458", + "city": "Newark", + "state": "MO", + "latitude": "39.983540", + "longitude": "-91.992550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63459", + "city": "New London", + "state": "MO", + "latitude": "39.584889", + "longitude": "-91.382580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63460", + "city": "Novelty", + "state": "MO", + "latitude": "40.011886", + "longitude": "-92.202420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63461", + "city": "Palmyra", + "state": "MO", + "latitude": "39.793879", + "longitude": "-91.546310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63462", + "city": "Perry", + "state": "MO", + "latitude": "39.430693", + "longitude": "-91.686470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63463", + "city": "Philadelphia", + "state": "MO", + "latitude": "39.814354", + "longitude": "-91.742510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63464", + "city": "Plevna", + "state": "MO", + "latitude": "39.972337", + "longitude": "-92.065530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63465", + "city": "Revere", + "state": "MO", + "latitude": "40.526542", + "longitude": "-91.680750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63466", + "city": "Saint Patrick", + "state": "MO", + "latitude": "40.431201", + "longitude": "-91.685103", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63467", + "city": "Saverton", + "state": "MO", + "latitude": "39.650045", + "longitude": "-91.270502", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63468", + "city": "Shelbina", + "state": "MO", + "latitude": "39.677131", + "longitude": "-92.016620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63469", + "city": "Shelbyville", + "state": "MO", + "latitude": "39.820466", + "longitude": "-92.033710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63471", + "city": "Taylor", + "state": "MO", + "latitude": "39.925941", + "longitude": "-91.496360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63472", + "city": "Wayland", + "state": "MO", + "latitude": "40.396289", + "longitude": "-91.583250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63473", + "city": "Williamstown", + "state": "MO", + "latitude": "40.246729", + "longitude": "-91.773680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63474", + "city": "Wyaconda", + "state": "MO", + "latitude": "40.354422", + "longitude": "-91.910630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63477", + "city": "La Belle", + "state": "MO", + "latitude": "40.114109", + "longitude": "-91.912383", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63501", + "city": "Kirksville", + "state": "MO", + "latitude": "40.183335", + "longitude": "-92.583410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63530", + "city": "Atlanta", + "state": "MO", + "latitude": "39.911723", + "longitude": "-92.464080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63531", + "city": "Baring", + "state": "MO", + "latitude": "40.281881", + "longitude": "-92.235950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63532", + "city": "Bevier", + "state": "MO", + "latitude": "39.754960", + "longitude": "-92.570570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63533", + "city": "Brashear", + "state": "MO", + "latitude": "40.181653", + "longitude": "-92.396990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63534", + "city": "Callao", + "state": "MO", + "latitude": "39.741800", + "longitude": "-92.635820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63535", + "city": "Coatsville", + "state": "MO", + "latitude": "40.569026", + "longitude": "-92.641520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63536", + "city": "Downing", + "state": "MO", + "latitude": "40.486993", + "longitude": "-92.362840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63537", + "city": "Edina", + "state": "MO", + "latitude": "40.164349", + "longitude": "-92.167100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63538", + "city": "Elmer", + "state": "MO", + "latitude": "39.952779", + "longitude": "-92.680070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63539", + "city": "Ethel", + "state": "MO", + "latitude": "39.893011", + "longitude": "-92.745030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63540", + "city": "Gibbs", + "state": "MO", + "latitude": "40.096431", + "longitude": "-92.418090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63541", + "city": "Glenwood", + "state": "MO", + "latitude": "40.513638", + "longitude": "-92.608180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63543", + "city": "Gorin", + "state": "MO", + "latitude": "40.361121", + "longitude": "-92.019790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63544", + "city": "Green Castle", + "state": "MO", + "latitude": "40.244242", + "longitude": "-92.851270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63545", + "city": "Green City", + "state": "MO", + "latitude": "40.256611", + "longitude": "-92.982770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63546", + "city": "Greentop", + "state": "MO", + "latitude": "40.335091", + "longitude": "-92.526310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63547", + "city": "Hurdland", + "state": "MO", + "latitude": "40.145396", + "longitude": "-92.302850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63548", + "city": "Lancaster", + "state": "MO", + "latitude": "40.524127", + "longitude": "-92.510710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63549", + "city": "La Plata", + "state": "MO", + "latitude": "40.018881", + "longitude": "-92.503080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63551", + "city": "Livonia", + "state": "MO", + "latitude": "40.496773", + "longitude": "-92.724140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63552", + "city": "Macon", + "state": "MO", + "latitude": "39.747736", + "longitude": "-92.468780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63555", + "city": "Memphis", + "state": "MO", + "latitude": "40.469438", + "longitude": "-92.180310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63556", + "city": "Milan", + "state": "MO", + "latitude": "40.184189", + "longitude": "-93.120430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63557", + "city": "New Boston", + "state": "MO", + "latitude": "39.963355", + "longitude": "-92.886840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63558", + "city": "New Cambria", + "state": "MO", + "latitude": "39.728897", + "longitude": "-92.749790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63559", + "city": "Novinger", + "state": "MO", + "latitude": "40.228235", + "longitude": "-92.725310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63560", + "city": "Pollock", + "state": "MO", + "latitude": "40.367584", + "longitude": "-93.118230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63561", + "city": "Queen City", + "state": "MO", + "latitude": "40.410297", + "longitude": "-92.557280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63563", + "city": "Rutledge", + "state": "MO", + "latitude": "40.303327", + "longitude": "-92.079130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63565", + "city": "Unionville", + "state": "MO", + "latitude": "40.472841", + "longitude": "-92.972980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63566", + "city": "Winigan", + "state": "MO", + "latitude": "40.031642", + "longitude": "-92.964100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63567", + "city": "Worthington", + "state": "MO", + "latitude": "40.411635", + "longitude": "-92.691130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63588", + "city": "Clay", + "state": "MO", + "latitude": "36.018996", + "longitude": "-90.159327", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63601", + "city": "Park Hills", + "state": "MO", + "latitude": "37.844197", + "longitude": "-90.530000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63620", + "city": "Annapolis", + "state": "MO", + "latitude": "37.383001", + "longitude": "-90.659600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63621", + "city": "Arcadia", + "state": "MO", + "latitude": "37.520078", + "longitude": "-90.616940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63622", + "city": "Belgrade", + "state": "MO", + "latitude": "37.790928", + "longitude": "-90.893050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63623", + "city": "Belleview", + "state": "MO", + "latitude": "37.682669", + "longitude": "-90.881720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63624", + "city": "Bismarck", + "state": "MO", + "latitude": "37.740163", + "longitude": "-90.639620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63625", + "city": "Black", + "state": "MO", + "latitude": "37.538148", + "longitude": "-90.968270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63626", + "city": "Blackwell", + "state": "MO", + "latitude": "38.053566", + "longitude": "-90.642290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63627", + "city": "Bloomsdale", + "state": "MO", + "latitude": "38.051824", + "longitude": "-90.255270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63628", + "city": "Bonne Terre", + "state": "MO", + "latitude": "37.929597", + "longitude": "-90.561400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63629", + "city": "Bunker", + "state": "MO", + "latitude": "37.416192", + "longitude": "-91.222240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63630", + "city": "Cadet", + "state": "MO", + "latitude": "38.020743", + "longitude": "-90.745570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63631", + "city": "Caledonia", + "state": "MO", + "latitude": "37.753408", + "longitude": "-90.785930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63632", + "city": "Cascade", + "state": "MO", + "latitude": "37.119566", + "longitude": "-90.444953", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63633", + "city": "Centerville", + "state": "MO", + "latitude": "37.442703", + "longitude": "-91.020770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63636", + "city": "Des Arc", + "state": "MO", + "latitude": "37.292529", + "longitude": "-90.604320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63637", + "city": "Doe Run", + "state": "MO", + "latitude": "37.734110", + "longitude": "-90.514280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63638", + "city": "Ellington", + "state": "MO", + "latitude": "37.210461", + "longitude": "-91.007980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63640", + "city": "Farmington", + "state": "MO", + "latitude": "37.779206", + "longitude": "-90.414040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63645", + "city": "Fredericktown", + "state": "MO", + "latitude": "37.548340", + "longitude": "-90.305990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63646", + "city": "Glover", + "state": "MO", + "latitude": "37.505462", + "longitude": "-90.845047", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63648", + "city": "Irondale", + "state": "MO", + "latitude": "37.827126", + "longitude": "-90.683250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63650", + "city": "Ironton", + "state": "MO", + "latitude": "37.614822", + "longitude": "-90.632840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63651", + "city": "Knob Lick", + "state": "MO", + "latitude": "37.675442", + "longitude": "-90.367713", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63653", + "city": "Leadwood", + "state": "MO", + "latitude": "37.863193", + "longitude": "-90.589350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63654", + "city": "Lesterville", + "state": "MO", + "latitude": "37.478054", + "longitude": "-90.837660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63655", + "city": "Marquand", + "state": "MO", + "latitude": "37.416023", + "longitude": "-90.188860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63656", + "city": "Middle Brook", + "state": "MO", + "latitude": "37.611019", + "longitude": "-90.776560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63660", + "city": "Mineral Point", + "state": "MO", + "latitude": "37.913799", + "longitude": "-90.712640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63661", + "city": "New Offenburg", + "state": "MO", + "latitude": "37.898720", + "longitude": "-90.191972", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63662", + "city": "Patton", + "state": "MO", + "latitude": "37.513967", + "longitude": "-90.024770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63663", + "city": "Pilot Knob", + "state": "MO", + "latitude": "37.624572", + "longitude": "-90.645260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63664", + "city": "Potosi", + "state": "MO", + "latitude": "37.914960", + "longitude": "-90.867970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63665", + "city": "Redford", + "state": "MO", + "latitude": "37.313752", + "longitude": "-90.848920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63666", + "city": "Reynolds", + "state": "MO", + "latitude": "37.327153", + "longitude": "-91.024337", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63670", + "city": "Sainte Genevieve", + "state": "MO", + "latitude": "37.912590", + "longitude": "-90.151550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63673", + "city": "Saint Mary", + "state": "MO", + "latitude": "37.833644", + "longitude": "-89.984170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63674", + "city": "Tiff", + "state": "MO", + "latitude": "38.038731", + "longitude": "-90.656230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63675", + "city": "Vulcan", + "state": "MO", + "latitude": "37.326021", + "longitude": "-90.685420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63701", + "city": "Cape Girardeau", + "state": "MO", + "latitude": "37.325640", + "longitude": "-89.565900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63702", + "city": "Cape Girardeau", + "state": "MO", + "latitude": "37.350624", + "longitude": "-89.509405", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63703", + "city": "Cape Girardeau", + "state": "MO", + "latitude": "37.291432", + "longitude": "-89.540650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63705", + "city": "Cape Girardeau", + "state": "MO", + "latitude": "37.366166", + "longitude": "-89.643941", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63730", + "city": "Advance", + "state": "MO", + "latitude": "37.101789", + "longitude": "-89.913590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63732", + "city": "Altenburg", + "state": "MO", + "latitude": "37.584014", + "longitude": "-89.603200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63735", + "city": "Bell City", + "state": "MO", + "latitude": "36.992718", + "longitude": "-89.783690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63736", + "city": "Benton", + "state": "MO", + "latitude": "37.093104", + "longitude": "-89.539970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63737", + "city": "Brazeau", + "state": "MO", + "latitude": "37.663253", + "longitude": "-89.652912", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63738", + "city": "Brownwood", + "state": "MO", + "latitude": "37.082526", + "longitude": "-89.955950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63739", + "city": "Burfordville", + "state": "MO", + "latitude": "37.360527", + "longitude": "-89.799070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63740", + "city": "Chaffee", + "state": "MO", + "latitude": "37.182556", + "longitude": "-89.683790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63742", + "city": "Commerce", + "state": "MO", + "latitude": "37.157131", + "longitude": "-89.446510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63743", + "city": "Daisy", + "state": "MO", + "latitude": "37.522361", + "longitude": "-89.814190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63744", + "city": "Delta", + "state": "MO", + "latitude": "37.197279", + "longitude": "-89.739429", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63745", + "city": "Dutchtown", + "state": "MO", + "latitude": "37.242370", + "longitude": "-89.697680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63746", + "city": "Farrar", + "state": "MO", + "latitude": "37.734776", + "longitude": "-89.811616", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63747", + "city": "Friedheim", + "state": "MO", + "latitude": "37.555405", + "longitude": "-89.800680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63748", + "city": "Frohna", + "state": "MO", + "latitude": "37.671971", + "longitude": "-89.616440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63750", + "city": "Gipsy", + "state": "MO", + "latitude": "37.146953", + "longitude": "-90.188700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63751", + "city": "Glenallen", + "state": "MO", + "latitude": "37.332487", + "longitude": "-90.086750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63752", + "city": "Gordonville", + "state": "MO", + "latitude": "37.309250", + "longitude": "-89.698890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63753", + "city": "Grassy", + "state": "MO", + "latitude": "37.212218", + "longitude": "-90.131050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63755", + "city": "Jackson", + "state": "MO", + "latitude": "37.413716", + "longitude": "-89.654280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63758", + "city": "Kelso", + "state": "MO", + "latitude": "37.189843", + "longitude": "-89.549000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63760", + "city": "Leopold", + "state": "MO", + "latitude": "37.247942", + "longitude": "-89.889040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63763", + "city": "McGee", + "state": "MO", + "latitude": "37.052849", + "longitude": "-90.167050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63764", + "city": "Marble Hill", + "state": "MO", + "latitude": "37.309447", + "longitude": "-89.981270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63766", + "city": "Millersville", + "state": "MO", + "latitude": "37.437077", + "longitude": "-89.858360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63767", + "city": "Morley", + "state": "MO", + "latitude": "37.043378", + "longitude": "-89.612640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63769", + "city": "Oak Ridge", + "state": "MO", + "latitude": "37.509022", + "longitude": "-89.763370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63770", + "city": "Old Appleton", + "state": "MO", + "latitude": "37.593256", + "longitude": "-89.709490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63771", + "city": "Oran", + "state": "MO", + "latitude": "37.076536", + "longitude": "-89.678230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63772", + "city": "Painton", + "state": "MO", + "latitude": "37.046130", + "longitude": "-89.779248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63774", + "city": "Perkins", + "state": "MO", + "latitude": "37.094857", + "longitude": "-89.774510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63775", + "city": "Perryville", + "state": "MO", + "latitude": "37.716811", + "longitude": "-89.876010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63776", + "city": "McBride", + "state": "MO", + "latitude": "37.734776", + "longitude": "-89.811616", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63779", + "city": "Pocahontas", + "state": "MO", + "latitude": "37.500656", + "longitude": "-89.639595", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63780", + "city": "Scott City", + "state": "MO", + "latitude": "37.211830", + "longitude": "-89.526870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63781", + "city": "Sedgewickville", + "state": "MO", + "latitude": "37.527341", + "longitude": "-89.927350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63782", + "city": "Sturdivant", + "state": "MO", + "latitude": "37.101911", + "longitude": "-90.029200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63783", + "city": "Uniontown", + "state": "MO", + "latitude": "37.605626", + "longitude": "-89.677400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63784", + "city": "Vanduser", + "state": "MO", + "latitude": "36.990215", + "longitude": "-89.691100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63785", + "city": "Whitewater", + "state": "MO", + "latitude": "37.265867", + "longitude": "-89.824010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63787", + "city": "Zalma", + "state": "MO", + "latitude": "37.115431", + "longitude": "-90.103920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63801", + "city": "Sikeston", + "state": "MO", + "latitude": "36.891163", + "longitude": "-89.583550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63804", + "city": "Blodgett", + "state": "MO", + "latitude": "37.005572", + "longitude": "-89.525934", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63820", + "city": "Anniston", + "state": "MO", + "latitude": "36.824596", + "longitude": "-89.325160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63821", + "city": "Arbyrd", + "state": "MO", + "latitude": "36.048279", + "longitude": "-90.233430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63822", + "city": "Bernie", + "state": "MO", + "latitude": "36.662399", + "longitude": "-90.007680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63823", + "city": "Bertrand", + "state": "MO", + "latitude": "36.905584", + "longitude": "-89.449450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63824", + "city": "Blodgett", + "state": "MO", + "latitude": "37.003840", + "longitude": "-89.525350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63825", + "city": "Bloomfield", + "state": "MO", + "latitude": "36.917320", + "longitude": "-89.936790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63826", + "city": "Braggadocio", + "state": "MO", + "latitude": "36.180226", + "longitude": "-89.840720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63827", + "city": "Bragg City", + "state": "MO", + "latitude": "36.274710", + "longitude": "-89.873460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63828", + "city": "Canalou", + "state": "MO", + "latitude": "36.754415", + "longitude": "-89.687060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63829", + "city": "Cardwell", + "state": "MO", + "latitude": "36.041645", + "longitude": "-90.297760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63830", + "city": "Caruthersville", + "state": "MO", + "latitude": "36.174029", + "longitude": "-89.675480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63832", + "city": "Wyatt", + "state": "MO", + "latitude": "36.916675", + "longitude": "-89.222096", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63833", + "city": "Catron", + "state": "MO", + "latitude": "36.642019", + "longitude": "-89.731490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63834", + "city": "Charleston", + "state": "MO", + "latitude": "36.915335", + "longitude": "-89.313080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63837", + "city": "Clarkton", + "state": "MO", + "latitude": "36.450404", + "longitude": "-89.976230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63838", + "city": "Conran", + "state": "MO", + "latitude": "36.603844", + "longitude": "-89.650005", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63839", + "city": "Cooter", + "state": "MO", + "latitude": "36.053078", + "longitude": "-89.816790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63840", + "city": "Deering", + "state": "MO", + "latitude": "36.213318", + "longitude": "-89.748102", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63841", + "city": "Dexter", + "state": "MO", + "latitude": "36.784453", + "longitude": "-89.974280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63845", + "city": "East Prairie", + "state": "MO", + "latitude": "36.744320", + "longitude": "-89.361420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63846", + "city": "Essex", + "state": "MO", + "latitude": "36.818652", + "longitude": "-89.816220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63847", + "city": "Gibson", + "state": "MO", + "latitude": "36.442124", + "longitude": "-90.030970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63848", + "city": "Gideon", + "state": "MO", + "latitude": "36.449337", + "longitude": "-89.895620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63849", + "city": "Gobler", + "state": "MO", + "latitude": "36.124101", + "longitude": "-89.991440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63850", + "city": "Grayridge", + "state": "MO", + "latitude": "36.822129", + "longitude": "-89.781700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63851", + "city": "Hayti", + "state": "MO", + "latitude": "36.235881", + "longitude": "-89.748610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63852", + "city": "Holcomb", + "state": "MO", + "latitude": "36.374510", + "longitude": "-90.005440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63853", + "city": "Holland", + "state": "MO", + "latitude": "36.058612", + "longitude": "-89.870380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63855", + "city": "Hornersville", + "state": "MO", + "latitude": "36.048254", + "longitude": "-90.085390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63857", + "city": "Kennett", + "state": "MO", + "latitude": "36.237128", + "longitude": "-90.048660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63859", + "city": "Independence", + "state": "MO", + "latitude": "36.267961", + "longitude": "-90.031801", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63860", + "city": "Kewanee", + "state": "MO", + "latitude": "36.670880", + "longitude": "-89.573380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63862", + "city": "Lilbourn", + "state": "MO", + "latitude": "36.588424", + "longitude": "-89.633770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63863", + "city": "Malden", + "state": "MO", + "latitude": "36.569283", + "longitude": "-89.974230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63866", + "city": "Marston", + "state": "MO", + "latitude": "36.521724", + "longitude": "-89.607300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63867", + "city": "Matthews", + "state": "MO", + "latitude": "36.751798", + "longitude": "-89.551840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63868", + "city": "Morehouse", + "state": "MO", + "latitude": "36.845481", + "longitude": "-89.691130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63869", + "city": "New Madrid", + "state": "MO", + "latitude": "36.597930", + "longitude": "-89.544350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63870", + "city": "Parma", + "state": "MO", + "latitude": "36.611902", + "longitude": "-89.834890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63871", + "city": "Pascola", + "state": "MO", + "latitude": "36.267825", + "longitude": "-89.822514", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63872", + "city": "Clay", + "state": "MO", + "latitude": "36.101239", + "longitude": "-90.114179", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63873", + "city": "Portageville", + "state": "MO", + "latitude": "36.436042", + "longitude": "-89.688510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63874", + "city": "Risco", + "state": "MO", + "latitude": "36.550379", + "longitude": "-89.818740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63875", + "city": "Rives", + "state": "MO", + "latitude": "36.313319", + "longitude": "-90.165758", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63876", + "city": "Senath", + "state": "MO", + "latitude": "36.131733", + "longitude": "-90.170230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63877", + "city": "Steele", + "state": "MO", + "latitude": "36.079378", + "longitude": "-89.848960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63878", + "city": "Tallapoosa", + "state": "MO", + "latitude": "36.507559", + "longitude": "-89.818770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63879", + "city": "Wardell", + "state": "MO", + "latitude": "36.349977", + "longitude": "-89.806050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63880", + "city": "Whiteoak", + "state": "MO", + "latitude": "36.330522", + "longitude": "-90.026100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63881", + "city": "Wolf Island", + "state": "MO", + "latitude": "36.779519", + "longitude": "-89.206329", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63882", + "city": "Wyatt", + "state": "MO", + "latitude": "36.911648", + "longitude": "-89.222080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63901", + "city": "Poplar Bluff", + "state": "MO", + "latitude": "36.759357", + "longitude": "-90.416890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63902", + "city": "Poplar Bluff", + "state": "MO", + "latitude": "36.712451", + "longitude": "-90.407013", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63931", + "city": "Briar", + "state": "MO", + "latitude": "36.661010", + "longitude": "-90.850785", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63932", + "city": "Broseley", + "state": "MO", + "latitude": "36.687259", + "longitude": "-90.235940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63933", + "city": "Campbell", + "state": "MO", + "latitude": "36.509916", + "longitude": "-90.096940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63934", + "city": "Clubb", + "state": "MO", + "latitude": "37.207390", + "longitude": "-90.388290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63935", + "city": "Doniphan", + "state": "MO", + "latitude": "36.624115", + "longitude": "-90.861500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63936", + "city": "Dudley", + "state": "MO", + "latitude": "36.808827", + "longitude": "-90.129150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63937", + "city": "Ellsinore", + "state": "MO", + "latitude": "36.936583", + "longitude": "-90.750260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63938", + "city": "Fagus", + "state": "MO", + "latitude": "36.512944", + "longitude": "-90.266090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63939", + "city": "Fairdealing", + "state": "MO", + "latitude": "36.647754", + "longitude": "-90.681170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63940", + "city": "Fisk", + "state": "MO", + "latitude": "36.772841", + "longitude": "-90.218010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63941", + "city": "Fremont", + "state": "MO", + "latitude": "36.918139", + "longitude": "-91.152800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63942", + "city": "Gatewood", + "state": "MO", + "latitude": "36.546354", + "longitude": "-91.054020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63943", + "city": "Grandin", + "state": "MO", + "latitude": "36.828561", + "longitude": "-90.813590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63944", + "city": "Greenville", + "state": "MO", + "latitude": "37.068349", + "longitude": "-90.421520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63945", + "city": "Harviell", + "state": "MO", + "latitude": "36.637085", + "longitude": "-90.526870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63947", + "city": "Hiram", + "state": "MO", + "latitude": "37.190680", + "longitude": "-90.250700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63950", + "city": "Lodi", + "state": "MO", + "latitude": "37.119566", + "longitude": "-90.444953", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63951", + "city": "Lowndes", + "state": "MO", + "latitude": "37.124019", + "longitude": "-90.272470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63952", + "city": "Mill Spring", + "state": "MO", + "latitude": "37.028626", + "longitude": "-90.656190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63953", + "city": "Naylor", + "state": "MO", + "latitude": "36.585908", + "longitude": "-90.618750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63954", + "city": "Neelyville", + "state": "MO", + "latitude": "36.559031", + "longitude": "-90.486460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63955", + "city": "Oxly", + "state": "MO", + "latitude": "36.604837", + "longitude": "-90.685820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63956", + "city": "Patterson", + "state": "MO", + "latitude": "37.199631", + "longitude": "-90.523530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63957", + "city": "Piedmont", + "state": "MO", + "latitude": "37.151397", + "longitude": "-90.696850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63960", + "city": "Puxico", + "state": "MO", + "latitude": "36.956662", + "longitude": "-90.131280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63961", + "city": "Qulin", + "state": "MO", + "latitude": "36.584790", + "longitude": "-90.252210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63962", + "city": "Rombauer", + "state": "MO", + "latitude": "36.712451", + "longitude": "-90.407013", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63963", + "city": "Shook", + "state": "MO", + "latitude": "37.072189", + "longitude": "-90.308840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63964", + "city": "Silva", + "state": "MO", + "latitude": "37.248929", + "longitude": "-90.428870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63965", + "city": "Van Buren", + "state": "MO", + "latitude": "36.985902", + "longitude": "-90.998520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63966", + "city": "Wappapello", + "state": "MO", + "latitude": "36.947396", + "longitude": "-90.284990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "63967", + "city": "Williamsville", + "state": "MO", + "latitude": "36.944333", + "longitude": "-90.482710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64001", + "city": "Alma", + "state": "MO", + "latitude": "39.102230", + "longitude": "-93.535310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64011", + "city": "Bates City", + "state": "MO", + "latitude": "38.980527", + "longitude": "-94.077050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64012", + "city": "Belton", + "state": "MO", + "latitude": "38.810856", + "longitude": "-94.532010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64013", + "city": "Blue Springs", + "state": "MO", + "latitude": "38.964518", + "longitude": "-94.370275", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64014", + "city": "Blue Springs", + "state": "MO", + "latitude": "39.017559", + "longitude": "-94.257670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64015", + "city": "Blue Springs", + "state": "MO", + "latitude": "39.016612", + "longitude": "-94.298700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64016", + "city": "Buckner", + "state": "MO", + "latitude": "39.118608", + "longitude": "-94.207830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64017", + "city": "Camden", + "state": "MO", + "latitude": "39.203641", + "longitude": "-94.032130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64018", + "city": "Camden Point", + "state": "MO", + "latitude": "39.446161", + "longitude": "-94.738580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64019", + "city": "Centerview", + "state": "MO", + "latitude": "38.763144", + "longitude": "-93.866350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64020", + "city": "Concordia", + "state": "MO", + "latitude": "38.976880", + "longitude": "-93.589500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64021", + "city": "Corder", + "state": "MO", + "latitude": "39.116219", + "longitude": "-93.636630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64022", + "city": "Dover", + "state": "MO", + "latitude": "39.192552", + "longitude": "-93.686610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64024", + "city": "Excelsior Springs", + "state": "MO", + "latitude": "39.340332", + "longitude": "-94.226010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64028", + "city": "Farley", + "state": "MO", + "latitude": "39.283928", + "longitude": "-94.830159", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64029", + "city": "Grain Valley", + "state": "MO", + "latitude": "39.012404", + "longitude": "-94.211560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64030", + "city": "Grandview", + "state": "MO", + "latitude": "38.883548", + "longitude": "-94.525030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64034", + "city": "Greenwood", + "state": "MO", + "latitude": "38.843576", + "longitude": "-94.342130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64035", + "city": "Hardin", + "state": "MO", + "latitude": "39.295960", + "longitude": "-93.821640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64036", + "city": "Henrietta", + "state": "MO", + "latitude": "39.214233", + "longitude": "-93.929400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64037", + "city": "Higginsville", + "state": "MO", + "latitude": "39.058604", + "longitude": "-93.733660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64040", + "city": "Holden", + "state": "MO", + "latitude": "38.712465", + "longitude": "-93.988200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64048", + "city": "Holt", + "state": "MO", + "latitude": "39.446090", + "longitude": "-94.353350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64050", + "city": "Independence", + "state": "MO", + "latitude": "39.098880", + "longitude": "-94.414470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64051", + "city": "Independence", + "state": "MO", + "latitude": "39.080369", + "longitude": "-94.387956", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64052", + "city": "Independence", + "state": "MO", + "latitude": "39.076405", + "longitude": "-94.449430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64053", + "city": "Independence", + "state": "MO", + "latitude": "39.107845", + "longitude": "-94.465560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64054", + "city": "Independence", + "state": "MO", + "latitude": "39.108704", + "longitude": "-94.441150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64055", + "city": "Independence", + "state": "MO", + "latitude": "39.053255", + "longitude": "-94.406100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64056", + "city": "Independence", + "state": "MO", + "latitude": "39.115776", + "longitude": "-94.348460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64057", + "city": "Independence", + "state": "MO", + "latitude": "39.069165", + "longitude": "-94.350870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64058", + "city": "Independence", + "state": "MO", + "latitude": "39.150754", + "longitude": "-94.345020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64060", + "city": "Kearney", + "state": "MO", + "latitude": "39.365318", + "longitude": "-94.357800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64061", + "city": "Kingsville", + "state": "MO", + "latitude": "38.765972", + "longitude": "-94.097080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64062", + "city": "Lawson", + "state": "MO", + "latitude": "39.443609", + "longitude": "-94.170630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64063", + "city": "Lees Summit", + "state": "MO", + "latitude": "38.913857", + "longitude": "-94.363970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64064", + "city": "Lees Summit", + "state": "MO", + "latitude": "38.988610", + "longitude": "-94.364740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64065", + "city": "Lees Summit", + "state": "MO", + "latitude": "38.966641", + "longitude": "-94.392885", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64066", + "city": "Levasy", + "state": "MO", + "latitude": "39.134657", + "longitude": "-94.132470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64067", + "city": "Lexington", + "state": "MO", + "latitude": "39.176165", + "longitude": "-93.869630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64068", + "city": "Liberty", + "state": "MO", + "latitude": "39.246179", + "longitude": "-94.417630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64069", + "city": "Liberty", + "state": "MO", + "latitude": "39.282869", + "longitude": "-94.408998", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64070", + "city": "Lone Jack", + "state": "MO", + "latitude": "38.895469", + "longitude": "-94.153150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64071", + "city": "Mayview", + "state": "MO", + "latitude": "39.049517", + "longitude": "-93.835900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64072", + "city": "Missouri City", + "state": "MO", + "latitude": "39.237332", + "longitude": "-94.296210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64073", + "city": "Mosby", + "state": "MO", + "latitude": "39.314899", + "longitude": "-94.293888", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64074", + "city": "Napoleon", + "state": "MO", + "latitude": "39.093759", + "longitude": "-94.085800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64075", + "city": "Oak Grove", + "state": "MO", + "latitude": "38.995350", + "longitude": "-94.142250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64076", + "city": "Odessa", + "state": "MO", + "latitude": "38.989150", + "longitude": "-93.953730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64077", + "city": "Orrick", + "state": "MO", + "latitude": "39.224710", + "longitude": "-94.139710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64078", + "city": "Peculiar", + "state": "MO", + "latitude": "38.706077", + "longitude": "-94.460490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64079", + "city": "Platte City", + "state": "MO", + "latitude": "39.356596", + "longitude": "-94.788140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64080", + "city": "Pleasant Hill", + "state": "MO", + "latitude": "38.776782", + "longitude": "-94.262070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64081", + "city": "Lees Summit", + "state": "MO", + "latitude": "38.908657", + "longitude": "-94.402850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64082", + "city": "Lees Summit", + "state": "MO", + "latitude": "38.850243", + "longitude": "-94.395700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64083", + "city": "Raymore", + "state": "MO", + "latitude": "38.803528", + "longitude": "-94.451030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64084", + "city": "Rayville", + "state": "MO", + "latitude": "39.378901", + "longitude": "-94.078220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64085", + "city": "Richmond", + "state": "MO", + "latitude": "39.311978", + "longitude": "-93.969470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64086", + "city": "Lees Summit", + "state": "MO", + "latitude": "38.928110", + "longitude": "-94.323920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64087", + "city": "Liberty", + "state": "MO", + "latitude": "39.282869", + "longitude": "-94.408998", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64088", + "city": "Sibley", + "state": "MO", + "latitude": "39.152070", + "longitude": "-94.183550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64089", + "city": "Smithville", + "state": "MO", + "latitude": "39.389339", + "longitude": "-94.567740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64090", + "city": "Strasburg", + "state": "MO", + "latitude": "38.760865", + "longitude": "-94.163760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64092", + "city": "Waldron", + "state": "MO", + "latitude": "39.228875", + "longitude": "-94.805673", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64093", + "city": "Warrensburg", + "state": "MO", + "latitude": "38.772117", + "longitude": "-93.735190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64096", + "city": "Waverly", + "state": "MO", + "latitude": "39.214193", + "longitude": "-93.538250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64097", + "city": "Wellington", + "state": "MO", + "latitude": "39.120155", + "longitude": "-93.964950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64098", + "city": "Weston", + "state": "MO", + "latitude": "39.445387", + "longitude": "-94.898330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64101", + "city": "Kansas City", + "state": "MO", + "latitude": "39.103037", + "longitude": "-94.600660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64102", + "city": "Kansas City", + "state": "MO", + "latitude": "39.093854", + "longitude": "-94.604110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64105", + "city": "Kansas City", + "state": "MO", + "latitude": "39.104204", + "longitude": "-94.588680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64106", + "city": "Kansas City", + "state": "MO", + "latitude": "39.103704", + "longitude": "-94.573110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64108", + "city": "Kansas City", + "state": "MO", + "latitude": "39.084554", + "longitude": "-94.582960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64109", + "city": "Kansas City", + "state": "MO", + "latitude": "39.065954", + "longitude": "-94.566430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64110", + "city": "Kansas City", + "state": "MO", + "latitude": "39.033505", + "longitude": "-94.572860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64111", + "city": "Kansas City", + "state": "MO", + "latitude": "39.056505", + "longitude": "-94.594390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64112", + "city": "Kansas City", + "state": "MO", + "latitude": "39.037605", + "longitude": "-94.595370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64113", + "city": "Kansas City", + "state": "MO", + "latitude": "39.013638", + "longitude": "-94.594710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64114", + "city": "Kansas City", + "state": "MO", + "latitude": "38.966056", + "longitude": "-94.596410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64116", + "city": "Kansas City", + "state": "MO", + "latitude": "39.149120", + "longitude": "-94.573140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64117", + "city": "Kansas City", + "state": "MO", + "latitude": "39.165253", + "longitude": "-94.531580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64118", + "city": "Kansas City", + "state": "MO", + "latitude": "39.213082", + "longitude": "-94.572480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64119", + "city": "Kansas City", + "state": "MO", + "latitude": "39.202654", + "longitude": "-94.518160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64120", + "city": "Kansas City", + "state": "MO", + "latitude": "39.125304", + "longitude": "-94.532340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64121", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64123", + "city": "Kansas City", + "state": "MO", + "latitude": "39.113604", + "longitude": "-94.522870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64124", + "city": "Kansas City", + "state": "MO", + "latitude": "39.107304", + "longitude": "-94.539850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64125", + "city": "Kansas City", + "state": "MO", + "latitude": "39.104887", + "longitude": "-94.495410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64126", + "city": "Kansas City", + "state": "MO", + "latitude": "39.092304", + "longitude": "-94.499480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64127", + "city": "Kansas City", + "state": "MO", + "latitude": "39.089704", + "longitude": "-94.539680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64128", + "city": "Kansas City", + "state": "MO", + "latitude": "39.066754", + "longitude": "-94.536500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64129", + "city": "Kansas City", + "state": "MO", + "latitude": "39.051455", + "longitude": "-94.496600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64130", + "city": "Kansas City", + "state": "MO", + "latitude": "39.034838", + "longitude": "-94.545070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64131", + "city": "Kansas City", + "state": "MO", + "latitude": "38.972473", + "longitude": "-94.576560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64132", + "city": "Kansas City", + "state": "MO", + "latitude": "38.991406", + "longitude": "-94.551000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64133", + "city": "Kansas City", + "state": "MO", + "latitude": "39.013905", + "longitude": "-94.459100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64134", + "city": "Kansas City", + "state": "MO", + "latitude": "38.928206", + "longitude": "-94.498320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64136", + "city": "Kansas City", + "state": "MO", + "latitude": "39.015430", + "longitude": "-94.399670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64137", + "city": "Kansas City", + "state": "MO", + "latitude": "38.929356", + "longitude": "-94.539320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64138", + "city": "Kansas City", + "state": "MO", + "latitude": "38.969806", + "longitude": "-94.472560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64139", + "city": "Kansas City", + "state": "MO", + "latitude": "38.959277", + "longitude": "-94.408680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64141", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64142", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64144", + "city": "Kansas City", + "state": "MO", + "latitude": "39.282869", + "longitude": "-94.408998", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64145", + "city": "Kansas City", + "state": "MO", + "latitude": "38.896407", + "longitude": "-94.596660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64146", + "city": "Kansas City", + "state": "MO", + "latitude": "38.899843", + "longitude": "-94.573230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64147", + "city": "Kansas City", + "state": "MO", + "latitude": "38.849841", + "longitude": "-94.545550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64148", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64149", + "city": "Kansas City", + "state": "MO", + "latitude": "38.872285", + "longitude": "-94.467120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64150", + "city": "Riverside", + "state": "MO", + "latitude": "39.174903", + "longitude": "-94.622410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64151", + "city": "Kansas City", + "state": "MO", + "latitude": "39.215652", + "longitude": "-94.630210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64152", + "city": "Kansas City", + "state": "MO", + "latitude": "39.216635", + "longitude": "-94.699910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64153", + "city": "Kansas City", + "state": "MO", + "latitude": "39.281602", + "longitude": "-94.714390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64154", + "city": "Kansas City", + "state": "MO", + "latitude": "39.261679", + "longitude": "-94.633530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64155", + "city": "Kansas City", + "state": "MO", + "latitude": "39.276828", + "longitude": "-94.573440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64156", + "city": "Kansas City", + "state": "MO", + "latitude": "39.281486", + "longitude": "-94.512960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64157", + "city": "Kansas City", + "state": "MO", + "latitude": "39.283535", + "longitude": "-94.470500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64158", + "city": "Kansas City", + "state": "MO", + "latitude": "39.230259", + "longitude": "-94.477940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64160", + "city": "Kansas City", + "state": "MO", + "latitude": "39.282869", + "longitude": "-94.408998", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64161", + "city": "Kansas City", + "state": "MO", + "latitude": "39.164953", + "longitude": "-94.466900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64163", + "city": "Kansas City", + "state": "MO", + "latitude": "39.318350", + "longitude": "-94.676350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64164", + "city": "Kansas City", + "state": "MO", + "latitude": "39.335365", + "longitude": "-94.624620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64165", + "city": "Kansas City", + "state": "MO", + "latitude": "39.317974", + "longitude": "-94.575450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64166", + "city": "Kansas City", + "state": "MO", + "latitude": "39.322849", + "longitude": "-94.507550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64167", + "city": "Kansas City", + "state": "MO", + "latitude": "39.317300", + "longitude": "-94.486550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64168", + "city": "Kansas City", + "state": "MO", + "latitude": "39.343225", + "longitude": "-94.851610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64170", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64171", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64172", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64173", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64179", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64180", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64183", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64184", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64185", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64187", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64188", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64189", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64190", + "city": "Kansas City", + "state": "MO", + "latitude": "39.343225", + "longitude": "-94.851610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64191", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64192", + "city": "Kansas City", + "state": "MO", + "latitude": "38.953942", + "longitude": "-94.523700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64193", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64194", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64195", + "city": "Kansas City", + "state": "MO", + "latitude": "39.343225", + "longitude": "-94.851610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64196", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64197", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64198", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64199", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64401", + "city": "Agency", + "state": "MO", + "latitude": "39.627397", + "longitude": "-94.722150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64402", + "city": "Albany", + "state": "MO", + "latitude": "40.247423", + "longitude": "-94.332160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64420", + "city": "Allendale", + "state": "MO", + "latitude": "40.478118", + "longitude": "-94.423294", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64421", + "city": "Amazonia", + "state": "MO", + "latitude": "39.904440", + "longitude": "-94.927260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64422", + "city": "Amity", + "state": "MO", + "latitude": "39.898708", + "longitude": "-94.479480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64423", + "city": "Barnard", + "state": "MO", + "latitude": "40.192991", + "longitude": "-94.851620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64424", + "city": "Bethany", + "state": "MO", + "latitude": "40.266201", + "longitude": "-94.030400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64426", + "city": "Blythedale", + "state": "MO", + "latitude": "40.528127", + "longitude": "-93.874300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64427", + "city": "Bolckow", + "state": "MO", + "latitude": "40.115496", + "longitude": "-94.855730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64428", + "city": "Burlington Junction", + "state": "MO", + "latitude": "40.446270", + "longitude": "-95.067680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64429", + "city": "Cameron", + "state": "MO", + "latitude": "39.743859", + "longitude": "-94.233780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64430", + "city": "Clarksdale", + "state": "MO", + "latitude": "39.827889", + "longitude": "-94.567850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64431", + "city": "Clearmont", + "state": "MO", + "latitude": "40.527919", + "longitude": "-94.996800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64432", + "city": "Clyde", + "state": "MO", + "latitude": "40.266289", + "longitude": "-94.668930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64433", + "city": "Conception", + "state": "MO", + "latitude": "40.242954", + "longitude": "-94.684060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64434", + "city": "Conception Junction", + "state": "MO", + "latitude": "40.264258", + "longitude": "-94.733790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64436", + "city": "Cosby", + "state": "MO", + "latitude": "39.850535", + "longitude": "-94.694030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64437", + "city": "Craig", + "state": "MO", + "latitude": "40.135643", + "longitude": "-95.338690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64438", + "city": "Darlington", + "state": "MO", + "latitude": "40.183995", + "longitude": "-94.401630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64439", + "city": "Dearborn", + "state": "MO", + "latitude": "39.527667", + "longitude": "-94.765770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64440", + "city": "De Kalb", + "state": "MO", + "latitude": "39.585185", + "longitude": "-94.909570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64441", + "city": "Denver", + "state": "MO", + "latitude": "40.386181", + "longitude": "-94.289750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64442", + "city": "Eagleville", + "state": "MO", + "latitude": "40.481133", + "longitude": "-93.990790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64443", + "city": "Easton", + "state": "MO", + "latitude": "39.742355", + "longitude": "-94.652530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64444", + "city": "Edgerton", + "state": "MO", + "latitude": "39.493351", + "longitude": "-94.629890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64445", + "city": "Elmo", + "state": "MO", + "latitude": "40.527275", + "longitude": "-95.120390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64446", + "city": "Fairfax", + "state": "MO", + "latitude": "40.321432", + "longitude": "-95.417480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64447", + "city": "Fairport", + "state": "MO", + "latitude": "39.892645", + "longitude": "-94.404415", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64448", + "city": "Faucett", + "state": "MO", + "latitude": "39.599578", + "longitude": "-94.810760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64449", + "city": "Fillmore", + "state": "MO", + "latitude": "40.041181", + "longitude": "-94.978600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64451", + "city": "Forest City", + "state": "MO", + "latitude": "39.982831", + "longitude": "-95.187780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64453", + "city": "Gentry", + "state": "MO", + "latitude": "40.338160", + "longitude": "-94.449850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64454", + "city": "Gower", + "state": "MO", + "latitude": "39.612220", + "longitude": "-94.592900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64455", + "city": "Graham", + "state": "MO", + "latitude": "40.187914", + "longitude": "-95.021420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64456", + "city": "Grant City", + "state": "MO", + "latitude": "40.496954", + "longitude": "-94.389930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64457", + "city": "Guilford", + "state": "MO", + "latitude": "40.162731", + "longitude": "-94.682360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64458", + "city": "Hatfield", + "state": "MO", + "latitude": "40.527055", + "longitude": "-94.154840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64459", + "city": "Helena", + "state": "MO", + "latitude": "39.917997", + "longitude": "-94.641520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64461", + "city": "Hopkins", + "state": "MO", + "latitude": "40.521372", + "longitude": "-94.807300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64463", + "city": "King City", + "state": "MO", + "latitude": "40.057066", + "longitude": "-94.498980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64464", + "city": "Polk", + "state": "MO", + "latitude": "40.024499", + "longitude": "-94.551058", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64465", + "city": "Lathrop", + "state": "MO", + "latitude": "39.535467", + "longitude": "-94.306330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64466", + "city": "Maitland", + "state": "MO", + "latitude": "40.176060", + "longitude": "-95.087550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64467", + "city": "Martinsville", + "state": "MO", + "latitude": "40.390465", + "longitude": "-94.152850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64468", + "city": "Maryville", + "state": "MO", + "latitude": "40.341716", + "longitude": "-94.874980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64469", + "city": "Maysville", + "state": "MO", + "latitude": "39.911250", + "longitude": "-94.352310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64470", + "city": "Mound City", + "state": "MO", + "latitude": "40.148933", + "longitude": "-95.232560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64471", + "city": "New Hampton", + "state": "MO", + "latitude": "40.264749", + "longitude": "-94.195870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64473", + "city": "Oregon", + "state": "MO", + "latitude": "39.986725", + "longitude": "-95.095140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64474", + "city": "Osborn", + "state": "MO", + "latitude": "39.771525", + "longitude": "-94.384710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64475", + "city": "Parnell", + "state": "MO", + "latitude": "40.437020", + "longitude": "-94.618600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64476", + "city": "Pickering", + "state": "MO", + "latitude": "40.447373", + "longitude": "-94.842430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64477", + "city": "Plattsburg", + "state": "MO", + "latitude": "39.571712", + "longitude": "-94.460300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64478", + "city": "Quitman", + "state": "MO", + "latitude": "40.287996", + "longitude": "-95.082241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64479", + "city": "Ravenwood", + "state": "MO", + "latitude": "40.351697", + "longitude": "-94.673990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64480", + "city": "Rea", + "state": "MO", + "latitude": "40.061613", + "longitude": "-94.718180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64481", + "city": "Ridgeway", + "state": "MO", + "latitude": "40.358817", + "longitude": "-93.907760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64482", + "city": "Rock Port", + "state": "MO", + "latitude": "40.437038", + "longitude": "-95.532970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64483", + "city": "Rosendale", + "state": "MO", + "latitude": "40.037220", + "longitude": "-94.839350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64484", + "city": "Rushville", + "state": "MO", + "latitude": "39.544889", + "longitude": "-95.030760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64485", + "city": "Savannah", + "state": "MO", + "latitude": "39.947280", + "longitude": "-94.835800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64486", + "city": "Sheridan", + "state": "MO", + "latitude": "40.530798", + "longitude": "-94.624950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64487", + "city": "Skidmore", + "state": "MO", + "latitude": "40.301910", + "longitude": "-95.094620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64489", + "city": "Stanberry", + "state": "MO", + "latitude": "40.218842", + "longitude": "-94.545500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64490", + "city": "Stewartsville", + "state": "MO", + "latitude": "39.742260", + "longitude": "-94.514830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64491", + "city": "Tarkio", + "state": "MO", + "latitude": "40.452497", + "longitude": "-95.366100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64492", + "city": "Trimble", + "state": "MO", + "latitude": "39.474988", + "longitude": "-94.546140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64493", + "city": "Turney", + "state": "MO", + "latitude": "39.634086", + "longitude": "-94.319210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64494", + "city": "Union Star", + "state": "MO", + "latitude": "39.981974", + "longitude": "-94.602880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64496", + "city": "Watson", + "state": "MO", + "latitude": "40.497797", + "longitude": "-95.631210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64497", + "city": "Weatherby", + "state": "MO", + "latitude": "39.933989", + "longitude": "-94.222740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64498", + "city": "Westboro", + "state": "MO", + "latitude": "40.554988", + "longitude": "-95.344180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64499", + "city": "Worth", + "state": "MO", + "latitude": "40.402118", + "longitude": "-94.440240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64501", + "city": "Saint Joseph", + "state": "MO", + "latitude": "39.766144", + "longitude": "-94.845040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64502", + "city": "Saint Joseph", + "state": "MO", + "latitude": "39.676333", + "longitude": "-94.857364", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64503", + "city": "Saint Joseph", + "state": "MO", + "latitude": "39.741794", + "longitude": "-94.832370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64504", + "city": "Saint Joseph", + "state": "MO", + "latitude": "39.707694", + "longitude": "-94.873540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64505", + "city": "Saint Joseph", + "state": "MO", + "latitude": "39.812344", + "longitude": "-94.842860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64506", + "city": "Saint Joseph", + "state": "MO", + "latitude": "39.787394", + "longitude": "-94.809410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64507", + "city": "Saint Joseph", + "state": "MO", + "latitude": "39.748827", + "longitude": "-94.802990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64508", + "city": "Saint Joseph", + "state": "MO", + "latitude": "39.676333", + "longitude": "-94.857364", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64600", + "city": "Blue Mound", + "state": "MO", + "latitude": "39.689033", + "longitude": "-93.555456", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64601", + "city": "Chillicothe", + "state": "MO", + "latitude": "39.790132", + "longitude": "-93.548030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64620", + "city": "Altamont", + "state": "MO", + "latitude": "39.900508", + "longitude": "-94.088760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64621", + "city": "Fairview", + "state": "MO", + "latitude": "39.630482", + "longitude": "-93.478696", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64622", + "city": "Bogard", + "state": "MO", + "latitude": "39.487430", + "longitude": "-93.548300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64623", + "city": "Bosworth", + "state": "MO", + "latitude": "39.470242", + "longitude": "-93.339500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64624", + "city": "Braymer", + "state": "MO", + "latitude": "39.581772", + "longitude": "-93.795690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64625", + "city": "Breckenridge", + "state": "MO", + "latitude": "39.757364", + "longitude": "-93.805120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64628", + "city": "Brookfield", + "state": "MO", + "latitude": "39.792042", + "longitude": "-93.049730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64629", + "city": "Braymer", + "state": "MO", + "latitude": "39.591141", + "longitude": "-93.792393", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64630", + "city": "Browning", + "state": "MO", + "latitude": "40.037077", + "longitude": "-93.170230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64631", + "city": "Bucklin", + "state": "MO", + "latitude": "39.793730", + "longitude": "-92.881650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64632", + "city": "Cainsville", + "state": "MO", + "latitude": "40.448528", + "longitude": "-93.773490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64633", + "city": "Carrollton", + "state": "MO", + "latitude": "39.355424", + "longitude": "-93.481230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64635", + "city": "Chula", + "state": "MO", + "latitude": "39.931666", + "longitude": "-93.457360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64636", + "city": "Coffey", + "state": "MO", + "latitude": "40.109791", + "longitude": "-93.981360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64637", + "city": "Cowgill", + "state": "MO", + "latitude": "39.575445", + "longitude": "-93.917420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64638", + "city": "Dawn", + "state": "MO", + "latitude": "39.616309", + "longitude": "-93.620760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64639", + "city": "De Witt", + "state": "MO", + "latitude": "39.382255", + "longitude": "-93.228760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64640", + "city": "Gallatin", + "state": "MO", + "latitude": "39.912973", + "longitude": "-93.965360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64641", + "city": "Galt", + "state": "MO", + "latitude": "40.165088", + "longitude": "-93.394250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64642", + "city": "Gilman City", + "state": "MO", + "latitude": "40.154895", + "longitude": "-93.839500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64643", + "city": "Hale", + "state": "MO", + "latitude": "39.610631", + "longitude": "-93.356860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64644", + "city": "Hamilton", + "state": "MO", + "latitude": "39.731689", + "longitude": "-93.990090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64645", + "city": "Harris", + "state": "MO", + "latitude": "40.299574", + "longitude": "-93.332730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64646", + "city": "Humphreys", + "state": "MO", + "latitude": "40.115577", + "longitude": "-93.314890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64647", + "city": "Jameson", + "state": "MO", + "latitude": "40.036453", + "longitude": "-93.971430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64648", + "city": "Jamesport", + "state": "MO", + "latitude": "39.977935", + "longitude": "-93.806940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64649", + "city": "Kidder", + "state": "MO", + "latitude": "39.780045", + "longitude": "-94.095630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64650", + "city": "Kingston", + "state": "MO", + "latitude": "39.637805", + "longitude": "-94.048970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64651", + "city": "Laclede", + "state": "MO", + "latitude": "39.785731", + "longitude": "-93.176760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64652", + "city": "Laredo", + "state": "MO", + "latitude": "40.025913", + "longitude": "-93.439810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64653", + "city": "Linneus", + "state": "MO", + "latitude": "39.884096", + "longitude": "-93.192340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64654", + "city": "Lock Springs", + "state": "MO", + "latitude": "39.960540", + "longitude": "-93.988865", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64655", + "city": "Lucerne", + "state": "MO", + "latitude": "40.448227", + "longitude": "-93.259950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64656", + "city": "Ludlow", + "state": "MO", + "latitude": "39.671985", + "longitude": "-93.677180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64657", + "city": "McFall", + "state": "MO", + "latitude": "40.130633", + "longitude": "-94.216710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64658", + "city": "Marceline", + "state": "MO", + "latitude": "39.668998", + "longitude": "-92.929160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64659", + "city": "Meadville", + "state": "MO", + "latitude": "39.785830", + "longitude": "-93.300070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64660", + "city": "Mendon", + "state": "MO", + "latitude": "39.577560", + "longitude": "-93.096830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64661", + "city": "Mercer", + "state": "MO", + "latitude": "40.522402", + "longitude": "-93.549650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64664", + "city": "Mooresville", + "state": "MO", + "latitude": "39.743993", + "longitude": "-93.711890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64665", + "city": "Mount Moriah", + "state": "MO", + "latitude": "40.309220", + "longitude": "-93.794818", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64667", + "city": "Newtown", + "state": "MO", + "latitude": "40.385432", + "longitude": "-93.331020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64668", + "city": "Norborne", + "state": "MO", + "latitude": "39.344835", + "longitude": "-93.692010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64670", + "city": "Pattonsburg", + "state": "MO", + "latitude": "40.051163", + "longitude": "-94.127130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64671", + "city": "Polo", + "state": "MO", + "latitude": "39.541896", + "longitude": "-94.051580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64672", + "city": "Powersville", + "state": "MO", + "latitude": "40.542119", + "longitude": "-93.252340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64673", + "city": "Princeton", + "state": "MO", + "latitude": "40.391564", + "longitude": "-93.582370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64674", + "city": "Purdin", + "state": "MO", + "latitude": "39.958661", + "longitude": "-93.160740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64676", + "city": "Rothville", + "state": "MO", + "latitude": "39.657285", + "longitude": "-93.072820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64677", + "city": "Purdin", + "state": "MO", + "latitude": "39.869353", + "longitude": "-93.008650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64679", + "city": "Spickard", + "state": "MO", + "latitude": "40.230884", + "longitude": "-93.567420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64680", + "city": "Stet", + "state": "MO", + "latitude": "39.410971", + "longitude": "-93.431928", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64681", + "city": "Sumner", + "state": "MO", + "latitude": "39.647537", + "longitude": "-93.231280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64682", + "city": "Tina", + "state": "MO", + "latitude": "39.542571", + "longitude": "-93.460060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64683", + "city": "Trenton", + "state": "MO", + "latitude": "40.078230", + "longitude": "-93.611430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64686", + "city": "Utica", + "state": "MO", + "latitude": "39.743000", + "longitude": "-93.628350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64687", + "city": "Wakenda", + "state": "MO", + "latitude": "39.315544", + "longitude": "-93.377455", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64688", + "city": "Wheeling", + "state": "MO", + "latitude": "39.808311", + "longitude": "-93.376420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64689", + "city": "Winston", + "state": "MO", + "latitude": "39.868966", + "longitude": "-94.146930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64701", + "city": "Harrisonville", + "state": "MO", + "latitude": "38.641509", + "longitude": "-94.341260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64720", + "city": "Adrian", + "state": "MO", + "latitude": "38.403880", + "longitude": "-94.345120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64722", + "city": "Amoret", + "state": "MO", + "latitude": "38.266148", + "longitude": "-94.556860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64723", + "city": "Amsterdam", + "state": "MO", + "latitude": "38.363183", + "longitude": "-94.575510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64724", + "city": "Appleton City", + "state": "MO", + "latitude": "38.171591", + "longitude": "-94.022330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64725", + "city": "Archie", + "state": "MO", + "latitude": "38.493639", + "longitude": "-94.357640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64726", + "city": "Blairstown", + "state": "MO", + "latitude": "38.526134", + "longitude": "-93.931120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64728", + "city": "Bronaugh", + "state": "MO", + "latitude": "37.692776", + "longitude": "-94.502250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64730", + "city": "Butler", + "state": "MO", + "latitude": "38.259528", + "longitude": "-94.323170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64733", + "city": "Chilhowee", + "state": "MO", + "latitude": "38.581879", + "longitude": "-93.824960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64734", + "city": "Cleveland", + "state": "MO", + "latitude": "38.671517", + "longitude": "-94.579530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64735", + "city": "Clinton", + "state": "MO", + "latitude": "38.364214", + "longitude": "-93.760420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64738", + "city": "Collins", + "state": "MO", + "latitude": "37.899548", + "longitude": "-93.653350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64739", + "city": "Creighton", + "state": "MO", + "latitude": "38.506491", + "longitude": "-94.093230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64740", + "city": "Deepwater", + "state": "MO", + "latitude": "38.250989", + "longitude": "-93.736500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64741", + "city": "Deerfield", + "state": "MO", + "latitude": "37.825966", + "longitude": "-94.556730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64742", + "city": "Drexel", + "state": "MO", + "latitude": "38.505786", + "longitude": "-94.560780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64743", + "city": "East Lynne", + "state": "MO", + "latitude": "38.668901", + "longitude": "-94.228630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64744", + "city": "El Dorado Springs", + "state": "MO", + "latitude": "37.853003", + "longitude": "-94.002710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64745", + "city": "Foster", + "state": "MO", + "latitude": "38.164781", + "longitude": "-94.509550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64746", + "city": "Freeman", + "state": "MO", + "latitude": "38.616741", + "longitude": "-94.494650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64747", + "city": "Garden City", + "state": "MO", + "latitude": "38.575037", + "longitude": "-94.183760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64748", + "city": "Golden City", + "state": "MO", + "latitude": "37.371365", + "longitude": "-94.090570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64750", + "city": "Harwood", + "state": "MO", + "latitude": "37.943914", + "longitude": "-94.127730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64751", + "city": "Horton", + "state": "MO", + "latitude": "37.946913", + "longitude": "-94.422220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64752", + "city": "Hume", + "state": "MO", + "latitude": "38.081874", + "longitude": "-94.564500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64755", + "city": "Jasper", + "state": "MO", + "latitude": "37.326648", + "longitude": "-94.310320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64756", + "city": "Jerico Springs", + "state": "MO", + "latitude": "37.621338", + "longitude": "-94.016430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64759", + "city": "Lamar", + "state": "MO", + "latitude": "37.507321", + "longitude": "-94.276100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64761", + "city": "Leeton", + "state": "MO", + "latitude": "38.585719", + "longitude": "-93.685180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64762", + "city": "Liberal", + "state": "MO", + "latitude": "37.555366", + "longitude": "-94.514960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64763", + "city": "Lowry City", + "state": "MO", + "latitude": "38.137769", + "longitude": "-93.732250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64765", + "city": "Metz", + "state": "MO", + "latitude": "37.849889", + "longitude": "-94.338133", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64766", + "city": "Milford", + "state": "MO", + "latitude": "37.501451", + "longitude": "-94.345591", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64767", + "city": "Milo", + "state": "MO", + "latitude": "37.747201", + "longitude": "-94.224160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64769", + "city": "Mindenmines", + "state": "MO", + "latitude": "37.499513", + "longitude": "-94.576350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64770", + "city": "Montrose", + "state": "MO", + "latitude": "38.277754", + "longitude": "-93.989730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64771", + "city": "Moundville", + "state": "MO", + "latitude": "37.766787", + "longitude": "-94.453130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64772", + "city": "Nevada", + "state": "MO", + "latitude": "37.838563", + "longitude": "-94.350750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64776", + "city": "Osceola", + "state": "MO", + "latitude": "38.039239", + "longitude": "-93.676760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64777", + "city": "Passaic", + "state": "MO", + "latitude": "38.251879", + "longitude": "-94.331993", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64778", + "city": "Richards", + "state": "MO", + "latitude": "37.906353", + "longitude": "-94.534240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64779", + "city": "Rich Hill", + "state": "MO", + "latitude": "38.086255", + "longitude": "-94.382410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64780", + "city": "Rockville", + "state": "MO", + "latitude": "38.054666", + "longitude": "-94.075150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64781", + "city": "Roscoe", + "state": "MO", + "latitude": "37.981824", + "longitude": "-93.807210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64783", + "city": "Schell City", + "state": "MO", + "latitude": "38.005777", + "longitude": "-94.100040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64784", + "city": "Sheldon", + "state": "MO", + "latitude": "37.665823", + "longitude": "-94.263990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64788", + "city": "Urich", + "state": "MO", + "latitude": "38.429061", + "longitude": "-94.004940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64789", + "city": "Vista", + "state": "MO", + "latitude": "38.024133", + "longitude": "-93.781478", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64790", + "city": "Walker", + "state": "MO", + "latitude": "37.903772", + "longitude": "-94.218220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64801", + "city": "Joplin", + "state": "MO", + "latitude": "37.094160", + "longitude": "-94.501690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64802", + "city": "Joplin", + "state": "MO", + "latitude": "37.206219", + "longitude": "-94.335453", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64803", + "city": "Joplin", + "state": "MO", + "latitude": "37.206219", + "longitude": "-94.335453", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64804", + "city": "Joplin", + "state": "MO", + "latitude": "37.047161", + "longitude": "-94.511240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64810", + "city": "Goodman", + "state": "MO", + "latitude": "36.739448", + "longitude": "-94.405903", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64830", + "city": "Alba", + "state": "MO", + "latitude": "37.236623", + "longitude": "-94.420870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64831", + "city": "Anderson", + "state": "MO", + "latitude": "36.658583", + "longitude": "-94.449720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64832", + "city": "Asbury", + "state": "MO", + "latitude": "37.292467", + "longitude": "-94.585600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64833", + "city": "Avilla", + "state": "MO", + "latitude": "37.195692", + "longitude": "-94.129460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64834", + "city": "Carl Junction", + "state": "MO", + "latitude": "37.174256", + "longitude": "-94.555430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64835", + "city": "Carterville", + "state": "MO", + "latitude": "37.149458", + "longitude": "-94.440190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64836", + "city": "Carthage", + "state": "MO", + "latitude": "37.168985", + "longitude": "-94.311640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64840", + "city": "Diamond", + "state": "MO", + "latitude": "37.002574", + "longitude": "-94.324190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64841", + "city": "Duenweg", + "state": "MO", + "latitude": "37.081103", + "longitude": "-94.411810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64842", + "city": "Fairview", + "state": "MO", + "latitude": "36.799869", + "longitude": "-94.101610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64843", + "city": "Goodman", + "state": "MO", + "latitude": "36.734769", + "longitude": "-94.426910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64844", + "city": "Granby", + "state": "MO", + "latitude": "36.913607", + "longitude": "-94.247310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64847", + "city": "Lanagan", + "state": "MO", + "latitude": "36.610410", + "longitude": "-94.450900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64848", + "city": "La Russell", + "state": "MO", + "latitude": "37.172786", + "longitude": "-94.000430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64849", + "city": "Neck City", + "state": "MO", + "latitude": "37.256327", + "longitude": "-94.443820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64850", + "city": "Neosho", + "state": "MO", + "latitude": "36.864290", + "longitude": "-94.390160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64853", + "city": "Newtonia", + "state": "MO", + "latitude": "36.828416", + "longitude": "-94.152072", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64854", + "city": "Noel", + "state": "MO", + "latitude": "36.547736", + "longitude": "-94.475790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64855", + "city": "Oronogo", + "state": "MO", + "latitude": "37.260443", + "longitude": "-94.480790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64856", + "city": "Pineville", + "state": "MO", + "latitude": "36.571849", + "longitude": "-94.289560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64857", + "city": "Purcell", + "state": "MO", + "latitude": "37.241939", + "longitude": "-94.434980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64858", + "city": "Racine", + "state": "MO", + "latitude": "36.898694", + "longitude": "-94.527880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64859", + "city": "Reeds", + "state": "MO", + "latitude": "37.146249", + "longitude": "-94.160480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64861", + "city": "Rocky Comfort", + "state": "MO", + "latitude": "36.712525", + "longitude": "-94.144840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64862", + "city": "Sarcoxie", + "state": "MO", + "latitude": "37.086771", + "longitude": "-94.125450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64863", + "city": "South West City", + "state": "MO", + "latitude": "36.530266", + "longitude": "-94.602710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64864", + "city": "Saginaw", + "state": "MO", + "latitude": "36.902332", + "longitude": "-94.338957", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64865", + "city": "Seneca", + "state": "MO", + "latitude": "36.833365", + "longitude": "-94.594150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64866", + "city": "Stark City", + "state": "MO", + "latitude": "36.871373", + "longitude": "-94.158050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64867", + "city": "Stella", + "state": "MO", + "latitude": "36.739010", + "longitude": "-94.229470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64868", + "city": "Tiff City", + "state": "MO", + "latitude": "36.632573", + "longitude": "-94.342802", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64869", + "city": "Waco", + "state": "MO", + "latitude": "37.206219", + "longitude": "-94.335453", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64870", + "city": "Webb City", + "state": "MO", + "latitude": "37.155108", + "longitude": "-94.474650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64873", + "city": "Wentworth", + "state": "MO", + "latitude": "37.011487", + "longitude": "-94.051160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64874", + "city": "Wheaton", + "state": "MO", + "latitude": "36.760347", + "longitude": "-94.054560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64930", + "city": "Washington", + "state": "MO", + "latitude": "39.781173", + "longitude": "-94.600647", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64944", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "64999", + "city": "Kansas City", + "state": "MO", + "latitude": "39.035038", + "longitude": "-94.356728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65001", + "city": "Argyle", + "state": "MO", + "latitude": "38.287405", + "longitude": "-92.023520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65010", + "city": "Ashland", + "state": "MO", + "latitude": "38.784123", + "longitude": "-92.243950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65011", + "city": "Barnett", + "state": "MO", + "latitude": "38.361276", + "longitude": "-92.721670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65013", + "city": "Belle", + "state": "MO", + "latitude": "38.279787", + "longitude": "-91.741080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65014", + "city": "Bland", + "state": "MO", + "latitude": "38.314170", + "longitude": "-91.624320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65016", + "city": "Bonnots Mill", + "state": "MO", + "latitude": "38.575173", + "longitude": "-91.907220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65017", + "city": "Brumley", + "state": "MO", + "latitude": "38.084663", + "longitude": "-92.496930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65018", + "city": "California", + "state": "MO", + "latitude": "38.624862", + "longitude": "-92.564430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65020", + "city": "Camdenton", + "state": "MO", + "latitude": "38.032648", + "longitude": "-92.782690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65022", + "city": "Cedar City", + "state": "MO", + "latitude": "38.599175", + "longitude": "-92.178057", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65023", + "city": "Centertown", + "state": "MO", + "latitude": "38.630396", + "longitude": "-92.393110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65024", + "city": "Chamois", + "state": "MO", + "latitude": "38.633533", + "longitude": "-91.780520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65025", + "city": "Clarksburg", + "state": "MO", + "latitude": "38.662989", + "longitude": "-92.672530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65026", + "city": "Eldon", + "state": "MO", + "latitude": "38.311355", + "longitude": "-92.583950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65031", + "city": "Etterville", + "state": "MO", + "latitude": "38.223649", + "longitude": "-92.438629", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65032", + "city": "Eugene", + "state": "MO", + "latitude": "38.351597", + "longitude": "-92.395600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65034", + "city": "Fortuna", + "state": "MO", + "latitude": "38.561436", + "longitude": "-92.801710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65035", + "city": "Freeburg", + "state": "MO", + "latitude": "38.341076", + "longitude": "-91.926290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65036", + "city": "Gasconade", + "state": "MO", + "latitude": "38.675775", + "longitude": "-91.589680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65037", + "city": "Gravois Mills", + "state": "MO", + "latitude": "38.232201", + "longitude": "-92.824940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65038", + "city": "Laurie", + "state": "MO", + "latitude": "38.196429", + "longitude": "-92.867804", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65039", + "city": "Hartsburg", + "state": "MO", + "latitude": "38.692923", + "longitude": "-92.288030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65040", + "city": "Henley", + "state": "MO", + "latitude": "38.352220", + "longitude": "-92.318570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65041", + "city": "Hermann", + "state": "MO", + "latitude": "38.659798", + "longitude": "-91.472930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65042", + "city": "High Point", + "state": "MO", + "latitude": "38.674914", + "longitude": "-92.610941", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65043", + "city": "Holts Summit", + "state": "MO", + "latitude": "38.632055", + "longitude": "-92.118310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65046", + "city": "Jamestown", + "state": "MO", + "latitude": "38.770660", + "longitude": "-92.482060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65047", + "city": "Kaiser", + "state": "MO", + "latitude": "38.140080", + "longitude": "-92.583310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65048", + "city": "Koeltztown", + "state": "MO", + "latitude": "38.364291", + "longitude": "-92.005460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65049", + "city": "Lake Ozark", + "state": "MO", + "latitude": "38.192972", + "longitude": "-92.672620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65050", + "city": "Latham", + "state": "MO", + "latitude": "38.543408", + "longitude": "-92.696550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65051", + "city": "Linn", + "state": "MO", + "latitude": "38.477953", + "longitude": "-91.816950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65052", + "city": "Linn Creek", + "state": "MO", + "latitude": "38.058473", + "longitude": "-92.685500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65053", + "city": "Lohman", + "state": "MO", + "latitude": "38.543762", + "longitude": "-92.354610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65054", + "city": "Loose Creek", + "state": "MO", + "latitude": "38.483274", + "longitude": "-91.951350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65055", + "city": "McGirk", + "state": "MO", + "latitude": "38.674914", + "longitude": "-92.610941", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65058", + "city": "Meta", + "state": "MO", + "latitude": "38.280617", + "longitude": "-92.166000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65059", + "city": "Mokane", + "state": "MO", + "latitude": "38.674735", + "longitude": "-91.877600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65061", + "city": "Morrison", + "state": "MO", + "latitude": "38.607257", + "longitude": "-91.640490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65062", + "city": "Mount Sterling", + "state": "MO", + "latitude": "38.493511", + "longitude": "-91.659540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65063", + "city": "New Bloomfield", + "state": "MO", + "latitude": "38.723957", + "longitude": "-92.081320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65064", + "city": "Olean", + "state": "MO", + "latitude": "38.407056", + "longitude": "-92.486930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65065", + "city": "Osage Beach", + "state": "MO", + "latitude": "38.130807", + "longitude": "-92.669350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65066", + "city": "Owensville", + "state": "MO", + "latitude": "38.338950", + "longitude": "-91.495220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65067", + "city": "Portland", + "state": "MO", + "latitude": "38.751905", + "longitude": "-91.698260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65068", + "city": "Prairie Home", + "state": "MO", + "latitude": "38.798727", + "longitude": "-92.606800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65069", + "city": "Rhineland", + "state": "MO", + "latitude": "38.748204", + "longitude": "-91.572420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65072", + "city": "Rocky Mount", + "state": "MO", + "latitude": "38.248494", + "longitude": "-92.715110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65074", + "city": "Russellville", + "state": "MO", + "latitude": "38.485815", + "longitude": "-92.466750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65075", + "city": "Saint Elizabeth", + "state": "MO", + "latitude": "38.259655", + "longitude": "-92.258720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65076", + "city": "Saint Thomas", + "state": "MO", + "latitude": "38.365280", + "longitude": "-92.194910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65077", + "city": "Steedman", + "state": "MO", + "latitude": "38.786150", + "longitude": "-91.809210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65078", + "city": "Stover", + "state": "MO", + "latitude": "38.364491", + "longitude": "-93.006450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65079", + "city": "Sunrise Beach", + "state": "MO", + "latitude": "38.156071", + "longitude": "-92.758990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65080", + "city": "Tebbetts", + "state": "MO", + "latitude": "38.634516", + "longitude": "-91.976600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65081", + "city": "Tipton", + "state": "MO", + "latitude": "38.642614", + "longitude": "-92.798110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65082", + "city": "Tuscumbia", + "state": "MO", + "latitude": "38.217129", + "longitude": "-92.432210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65083", + "city": "Ulman", + "state": "MO", + "latitude": "38.142363", + "longitude": "-92.435020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65084", + "city": "Versailles", + "state": "MO", + "latitude": "38.428609", + "longitude": "-92.849680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65085", + "city": "Westphalia", + "state": "MO", + "latitude": "38.417602", + "longitude": "-92.027910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65101", + "city": "Jefferson City", + "state": "MO", + "latitude": "38.535897", + "longitude": "-92.139050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65102", + "city": "Jefferson City", + "state": "MO", + "latitude": "38.530921", + "longitude": "-92.249342", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65103", + "city": "Jefferson City", + "state": "MO", + "latitude": "38.530921", + "longitude": "-92.249342", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65104", + "city": "Jefferson City", + "state": "MO", + "latitude": "38.530921", + "longitude": "-92.249342", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65105", + "city": "Jefferson City", + "state": "MO", + "latitude": "38.530921", + "longitude": "-92.249342", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65106", + "city": "Jefferson City", + "state": "MO", + "latitude": "38.530921", + "longitude": "-92.249342", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65107", + "city": "Jefferson City", + "state": "MO", + "latitude": "38.530921", + "longitude": "-92.249342", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65108", + "city": "Jefferson City", + "state": "MO", + "latitude": "38.530921", + "longitude": "-92.249342", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65109", + "city": "Jefferson City", + "state": "MO", + "latitude": "38.568287", + "longitude": "-92.253290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65110", + "city": "Jefferson City", + "state": "MO", + "latitude": "38.530921", + "longitude": "-92.249342", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65111", + "city": "Jefferson City", + "state": "MO", + "latitude": "38.530921", + "longitude": "-92.249342", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65201", + "city": "Columbia", + "state": "MO", + "latitude": "38.926838", + "longitude": "-92.290030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65202", + "city": "Columbia", + "state": "MO", + "latitude": "39.002340", + "longitude": "-92.300330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65203", + "city": "Columbia", + "state": "MO", + "latitude": "38.925204", + "longitude": "-92.368870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65205", + "city": "Columbia", + "state": "MO", + "latitude": "39.044719", + "longitude": "-92.349574", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65211", + "city": "Columbia", + "state": "MO", + "latitude": "38.903318", + "longitude": "-92.102153", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65212", + "city": "Columbia", + "state": "MO", + "latitude": "38.937608", + "longitude": "-92.330430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65215", + "city": "Columbia", + "state": "MO", + "latitude": "38.953238", + "longitude": "-92.320783", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65216", + "city": "Columbia", + "state": "MO", + "latitude": "38.903318", + "longitude": "-92.102153", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65217", + "city": "Columbia", + "state": "MO", + "latitude": "38.903318", + "longitude": "-92.102153", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65218", + "city": "Columbia", + "state": "MO", + "latitude": "38.903318", + "longitude": "-92.102153", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65230", + "city": "Armstrong", + "state": "MO", + "latitude": "39.291610", + "longitude": "-92.705790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65231", + "city": "Auxvasse", + "state": "MO", + "latitude": "39.015900", + "longitude": "-91.898300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65232", + "city": "Benton City", + "state": "MO", + "latitude": "39.168227", + "longitude": "-91.750070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65233", + "city": "Boonville", + "state": "MO", + "latitude": "38.935305", + "longitude": "-92.739320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65236", + "city": "Brunswick", + "state": "MO", + "latitude": "39.436768", + "longitude": "-93.111750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65237", + "city": "Bunceton", + "state": "MO", + "latitude": "38.782638", + "longitude": "-92.811390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65239", + "city": "Cairo", + "state": "MO", + "latitude": "39.522573", + "longitude": "-92.430410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65240", + "city": "Centralia", + "state": "MO", + "latitude": "39.212252", + "longitude": "-92.136840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65243", + "city": "Clark", + "state": "MO", + "latitude": "39.278949", + "longitude": "-92.364560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65244", + "city": "Clifton Hill", + "state": "MO", + "latitude": "39.487134", + "longitude": "-92.679460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65246", + "city": "Dalton", + "state": "MO", + "latitude": "39.370265", + "longitude": "-92.993960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65247", + "city": "Excello", + "state": "MO", + "latitude": "39.626821", + "longitude": "-92.492700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65248", + "city": "Fayette", + "state": "MO", + "latitude": "39.148876", + "longitude": "-92.670270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65250", + "city": "Franklin", + "state": "MO", + "latitude": "39.024196", + "longitude": "-92.812780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65251", + "city": "Fulton", + "state": "MO", + "latitude": "38.852436", + "longitude": "-91.958080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65254", + "city": "Glasgow", + "state": "MO", + "latitude": "39.235444", + "longitude": "-92.846120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65255", + "city": "Hallsville", + "state": "MO", + "latitude": "39.104503", + "longitude": "-92.234520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65256", + "city": "Harrisburg", + "state": "MO", + "latitude": "39.137047", + "longitude": "-92.459140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65257", + "city": "Higbee", + "state": "MO", + "latitude": "39.286571", + "longitude": "-92.536120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65258", + "city": "Holliday", + "state": "MO", + "latitude": "39.516668", + "longitude": "-92.131980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65259", + "city": "Huntsville", + "state": "MO", + "latitude": "39.442539", + "longitude": "-92.553560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65260", + "city": "Jacksonville", + "state": "MO", + "latitude": "39.580455", + "longitude": "-92.410230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65261", + "city": "Keytesville", + "state": "MO", + "latitude": "39.500486", + "longitude": "-92.915500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65262", + "city": "Kingdom City", + "state": "MO", + "latitude": "38.959191", + "longitude": "-91.929480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65263", + "city": "Madison", + "state": "MO", + "latitude": "39.460422", + "longitude": "-92.220050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65264", + "city": "Martinsburg", + "state": "MO", + "latitude": "39.095510", + "longitude": "-91.675920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65265", + "city": "Mexico", + "state": "MO", + "latitude": "39.179316", + "longitude": "-91.884040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65270", + "city": "Moberly", + "state": "MO", + "latitude": "39.420353", + "longitude": "-92.434400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65274", + "city": "New Franklin", + "state": "MO", + "latitude": "39.015654", + "longitude": "-92.688110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65275", + "city": "Paris", + "state": "MO", + "latitude": "39.463743", + "longitude": "-92.001440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65276", + "city": "Pilot Grove", + "state": "MO", + "latitude": "38.849336", + "longitude": "-92.937350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65278", + "city": "Renick", + "state": "MO", + "latitude": "39.342316", + "longitude": "-92.412510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65279", + "city": "Rocheport", + "state": "MO", + "latitude": "39.014478", + "longitude": "-92.539460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65280", + "city": "Rush Hill", + "state": "MO", + "latitude": "39.213975", + "longitude": "-91.735450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65281", + "city": "Salisbury", + "state": "MO", + "latitude": "39.461414", + "longitude": "-92.804880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65282", + "city": "Santa Fe", + "state": "MO", + "latitude": "39.369471", + "longitude": "-91.818640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65283", + "city": "Stoutsville", + "state": "MO", + "latitude": "39.539711", + "longitude": "-91.866790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65284", + "city": "Sturgeon", + "state": "MO", + "latitude": "39.208685", + "longitude": "-92.291360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65285", + "city": "Thompson", + "state": "MO", + "latitude": "39.199784", + "longitude": "-91.999010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65286", + "city": "Triplett", + "state": "MO", + "latitude": "39.506878", + "longitude": "-93.204420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65287", + "city": "Wooldridge", + "state": "MO", + "latitude": "38.884926", + "longitude": "-92.521880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65299", + "city": "Mid Missouri", + "state": "MO", + "latitude": "38.903318", + "longitude": "-92.102153", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65301", + "city": "Sedalia", + "state": "MO", + "latitude": "38.702964", + "longitude": "-93.232310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65302", + "city": "Sedalia", + "state": "MO", + "latitude": "38.724577", + "longitude": "-93.281672", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65305", + "city": "Whiteman Air Force Base", + "state": "MO", + "latitude": "38.732758", + "longitude": "-93.554850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65320", + "city": "Arrow Rock", + "state": "MO", + "latitude": "39.070941", + "longitude": "-92.946640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65321", + "city": "Blackburn", + "state": "MO", + "latitude": "39.093236", + "longitude": "-93.467940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65322", + "city": "Blackwater", + "state": "MO", + "latitude": "38.975799", + "longitude": "-92.960000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65323", + "city": "Calhoun", + "state": "MO", + "latitude": "38.459369", + "longitude": "-93.629140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65324", + "city": "Climax Springs", + "state": "MO", + "latitude": "38.151604", + "longitude": "-92.990550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65325", + "city": "Cole Camp", + "state": "MO", + "latitude": "38.451021", + "longitude": "-93.191560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65326", + "city": "Edwards", + "state": "MO", + "latitude": "38.203621", + "longitude": "-93.142360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65327", + "city": "Emma", + "state": "MO", + "latitude": "38.972563", + "longitude": "-93.494290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65329", + "city": "Florence", + "state": "MO", + "latitude": "38.609313", + "longitude": "-92.976550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65330", + "city": "Gilliam", + "state": "MO", + "latitude": "39.226389", + "longitude": "-92.962140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65332", + "city": "Green Ridge", + "state": "MO", + "latitude": "38.619170", + "longitude": "-93.411230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65333", + "city": "Houstonia", + "state": "MO", + "latitude": "38.901528", + "longitude": "-93.321010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65334", + "city": "Hughesville", + "state": "MO", + "latitude": "38.825456", + "longitude": "-93.251820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65335", + "city": "Ionia", + "state": "MO", + "latitude": "38.503623", + "longitude": "-93.330850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65336", + "city": "Knob Noster", + "state": "MO", + "latitude": "38.766990", + "longitude": "-93.567120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65337", + "city": "La Monte", + "state": "MO", + "latitude": "38.780854", + "longitude": "-93.427500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65338", + "city": "Lincoln", + "state": "MO", + "latitude": "38.344630", + "longitude": "-93.266340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65339", + "city": "Malta Bend", + "state": "MO", + "latitude": "39.180956", + "longitude": "-93.378890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65340", + "city": "Marshall", + "state": "MO", + "latitude": "39.105180", + "longitude": "-93.187830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65344", + "city": "Miami", + "state": "MO", + "latitude": "39.310853", + "longitude": "-93.225890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65345", + "city": "Mora", + "state": "MO", + "latitude": "38.553380", + "longitude": "-93.114170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65347", + "city": "Nelson", + "state": "MO", + "latitude": "38.991580", + "longitude": "-93.040830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65348", + "city": "Otterville", + "state": "MO", + "latitude": "38.708894", + "longitude": "-92.990770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65349", + "city": "Slater", + "state": "MO", + "latitude": "39.221658", + "longitude": "-93.062520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65350", + "city": "Smithton", + "state": "MO", + "latitude": "38.671012", + "longitude": "-93.093530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65351", + "city": "Sweet Springs", + "state": "MO", + "latitude": "38.982222", + "longitude": "-93.407980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65354", + "city": "Syracuse", + "state": "MO", + "latitude": "38.675515", + "longitude": "-92.916800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65355", + "city": "Warsaw", + "state": "MO", + "latitude": "38.242861", + "longitude": "-93.363540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65360", + "city": "Windsor", + "state": "MO", + "latitude": "38.525725", + "longitude": "-93.517050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65401", + "city": "Rolla", + "state": "MO", + "latitude": "37.943840", + "longitude": "-91.771050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65402", + "city": "Rolla", + "state": "MO", + "latitude": "37.963208", + "longitude": "-91.817936", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65409", + "city": "Rolla", + "state": "MO", + "latitude": "37.876191", + "longitude": "-91.777182", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65432", + "city": "Cuba", + "state": "MO", + "latitude": "38.062095", + "longitude": "-91.391848", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65433", + "city": "Bendavis", + "state": "MO", + "latitude": "37.309426", + "longitude": "-92.214372", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65436", + "city": "Beulah", + "state": "MO", + "latitude": "37.624096", + "longitude": "-91.965430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65438", + "city": "Birch Tree", + "state": "MO", + "latitude": "36.956530", + "longitude": "-91.491340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65439", + "city": "Bixby", + "state": "MO", + "latitude": "37.672965", + "longitude": "-91.109700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65440", + "city": "Boss", + "state": "MO", + "latitude": "37.615344", + "longitude": "-91.170400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65441", + "city": "Bourbon", + "state": "MO", + "latitude": "38.126316", + "longitude": "-91.206880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65443", + "city": "Brinktown", + "state": "MO", + "latitude": "38.125349", + "longitude": "-92.084350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65444", + "city": "Bucyrus", + "state": "MO", + "latitude": "37.365975", + "longitude": "-92.073670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65446", + "city": "Cherryville", + "state": "MO", + "latitude": "37.817055", + "longitude": "-91.268280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65449", + "city": "Cook Station", + "state": "MO", + "latitude": "37.850170", + "longitude": "-91.494310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65452", + "city": "Crocker", + "state": "MO", + "latitude": "37.953480", + "longitude": "-92.260910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65453", + "city": "Cuba", + "state": "MO", + "latitude": "38.092097", + "longitude": "-91.416300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65456", + "city": "Davisville", + "state": "MO", + "latitude": "37.780711", + "longitude": "-91.191970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65457", + "city": "Devils Elbow", + "state": "MO", + "latitude": "37.829068", + "longitude": "-92.056710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65459", + "city": "Dixon", + "state": "MO", + "latitude": "37.990962", + "longitude": "-92.098330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65461", + "city": "Duke", + "state": "MO", + "latitude": "37.685740", + "longitude": "-92.043370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65462", + "city": "Edgar Springs", + "state": "MO", + "latitude": "37.693916", + "longitude": "-91.839040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65463", + "city": "Eldridge", + "state": "MO", + "latitude": "37.847620", + "longitude": "-92.783100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65464", + "city": "Elk Creek", + "state": "MO", + "latitude": "37.191845", + "longitude": "-91.916270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65466", + "city": "Eminence", + "state": "MO", + "latitude": "37.165828", + "longitude": "-91.365740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65468", + "city": "Eunice", + "state": "MO", + "latitude": "37.260073", + "longitude": "-91.791340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65470", + "city": "Falcon", + "state": "MO", + "latitude": "37.532445", + "longitude": "-92.390990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65473", + "city": "Fort Leonard Wood", + "state": "MO", + "latitude": "37.737264", + "longitude": "-92.126850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65479", + "city": "Hartshorn", + "state": "MO", + "latitude": "37.353209", + "longitude": "-91.633760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65483", + "city": "Houston", + "state": "MO", + "latitude": "37.316088", + "longitude": "-91.954710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65484", + "city": "Huggins", + "state": "MO", + "latitude": "37.366219", + "longitude": "-92.206080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65486", + "city": "Iberia", + "state": "MO", + "latitude": "38.102730", + "longitude": "-92.304960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65495", + "city": "Dixon", + "state": "MO", + "latitude": "37.995489", + "longitude": "-92.101845", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65501", + "city": "Jadwin", + "state": "MO", + "latitude": "37.464282", + "longitude": "-91.543420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65529", + "city": "Jerome", + "state": "MO", + "latitude": "37.926116", + "longitude": "-91.980540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65530", + "city": "Gilliam", + "state": "MO", + "latitude": "39.235169", + "longitude": "-93.001374", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65532", + "city": "Lake Spring", + "state": "MO", + "latitude": "37.782433", + "longitude": "-91.671420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65534", + "city": "Laquey", + "state": "MO", + "latitude": "37.689335", + "longitude": "-92.283630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65535", + "city": "Leasburg", + "state": "MO", + "latitude": "38.091816", + "longitude": "-91.293750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65536", + "city": "Lebanon", + "state": "MO", + "latitude": "37.678528", + "longitude": "-92.647330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65540", + "city": "Lecoma", + "state": "MO", + "latitude": "37.767937", + "longitude": "-91.752340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65541", + "city": "Lenox", + "state": "MO", + "latitude": "37.622778", + "longitude": "-91.763210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65542", + "city": "Licking", + "state": "MO", + "latitude": "37.489718", + "longitude": "-91.873510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65543", + "city": "Lynchburg", + "state": "MO", + "latitude": "37.474490", + "longitude": "-92.297100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65546", + "city": "Montier", + "state": "MO", + "latitude": "37.153294", + "longitude": "-91.337506", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65548", + "city": "Mountain View", + "state": "MO", + "latitude": "36.996408", + "longitude": "-91.716970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65550", + "city": "Newburg", + "state": "MO", + "latitude": "37.862197", + "longitude": "-91.938110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65552", + "city": "Plato", + "state": "MO", + "latitude": "37.545213", + "longitude": "-92.173230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65555", + "city": "Raymondville", + "state": "MO", + "latitude": "37.378150", + "longitude": "-91.785760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65556", + "city": "Richland", + "state": "MO", + "latitude": "37.828549", + "longitude": "-92.405120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65557", + "city": "Roby", + "state": "MO", + "latitude": "37.508599", + "longitude": "-92.091080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65559", + "city": "Saint James", + "state": "MO", + "latitude": "38.011872", + "longitude": "-91.611790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65560", + "city": "Salem", + "state": "MO", + "latitude": "37.630896", + "longitude": "-91.514230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65564", + "city": "Solo", + "state": "MO", + "latitude": "37.241589", + "longitude": "-91.972030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65565", + "city": "Steelville", + "state": "MO", + "latitude": "37.919808", + "longitude": "-91.254950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65566", + "city": "Viburnum", + "state": "MO", + "latitude": "37.716972", + "longitude": "-91.134380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65567", + "city": "Stoutland", + "state": "MO", + "latitude": "37.840129", + "longitude": "-92.516100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65570", + "city": "Success", + "state": "MO", + "latitude": "37.465392", + "longitude": "-92.096510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65571", + "city": "Summersville", + "state": "MO", + "latitude": "37.184223", + "longitude": "-91.650640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65572", + "city": "Swedeborg", + "state": "MO", + "latitude": "37.811860", + "longitude": "-92.217391", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65573", + "city": "Teresita", + "state": "MO", + "latitude": "37.153294", + "longitude": "-91.337506", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65575", + "city": "West Plains", + "state": "MO", + "latitude": "36.741969", + "longitude": "-91.851732", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65580", + "city": "Vichy", + "state": "MO", + "latitude": "38.106750", + "longitude": "-91.774200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65582", + "city": "Vienna", + "state": "MO", + "latitude": "38.175146", + "longitude": "-91.946550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65583", + "city": "Waynesville", + "state": "MO", + "latitude": "37.820367", + "longitude": "-92.191650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65584", + "city": "St. Robert", + "state": "MO", + "latitude": "37.827415", + "longitude": "-92.135741", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65586", + "city": "Wesco", + "state": "MO", + "latitude": "37.858464", + "longitude": "-91.426693", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65587", + "city": "Waynesville", + "state": "MO", + "latitude": "37.805756", + "longitude": "-92.222180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65588", + "city": "Winona", + "state": "MO", + "latitude": "36.996441", + "longitude": "-91.305150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65589", + "city": "Yukon", + "state": "MO", + "latitude": "37.246525", + "longitude": "-91.829760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65590", + "city": "Long Lane", + "state": "MO", + "latitude": "37.610820", + "longitude": "-92.941840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65591", + "city": "Montreal", + "state": "MO", + "latitude": "37.979570", + "longitude": "-92.591170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65601", + "city": "Aldrich", + "state": "MO", + "latitude": "37.537425", + "longitude": "-93.570690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65602", + "city": "Springfield", + "state": "MO", + "latitude": "37.859361", + "longitude": "-92.705545", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65603", + "city": "Arcola", + "state": "MO", + "latitude": "37.557203", + "longitude": "-93.865890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65604", + "city": "Ash Grove", + "state": "MO", + "latitude": "37.270684", + "longitude": "-93.598150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65605", + "city": "Aurora", + "state": "MO", + "latitude": "36.918018", + "longitude": "-93.710630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65606", + "city": "Alton", + "state": "MO", + "latitude": "36.679742", + "longitude": "-91.362860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65607", + "city": "Caplinger Mills", + "state": "MO", + "latitude": "37.736871", + "longitude": "-93.842468", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65608", + "city": "Ava", + "state": "MO", + "latitude": "36.921199", + "longitude": "-92.662050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65609", + "city": "Bakersfield", + "state": "MO", + "latitude": "36.527558", + "longitude": "-92.147760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65610", + "city": "Billings", + "state": "MO", + "latitude": "37.042293", + "longitude": "-93.525260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65611", + "city": "Blue Eye", + "state": "MO", + "latitude": "36.546020", + "longitude": "-93.343640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65612", + "city": "Bois D Arc", + "state": "MO", + "latitude": "37.218244", + "longitude": "-93.536290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65613", + "city": "Bolivar", + "state": "MO", + "latitude": "37.616822", + "longitude": "-93.400720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65614", + "city": "Bradleyville", + "state": "MO", + "latitude": "36.734544", + "longitude": "-92.899420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65615", + "city": "Branson", + "state": "MO", + "latitude": "36.660981", + "longitude": "-93.235798", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65616", + "city": "Branson", + "state": "MO", + "latitude": "36.644170", + "longitude": "-93.256680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65617", + "city": "Brighton", + "state": "MO", + "latitude": "37.436062", + "longitude": "-93.348840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65618", + "city": "Brixey", + "state": "MO", + "latitude": "36.755168", + "longitude": "-92.383510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65619", + "city": "Brookline Station", + "state": "MO", + "latitude": "37.134829", + "longitude": "-93.384970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65620", + "city": "Bruner", + "state": "MO", + "latitude": "37.020827", + "longitude": "-92.949990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65622", + "city": "Buffalo", + "state": "MO", + "latitude": "37.630577", + "longitude": "-93.101290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65623", + "city": "Butterfield", + "state": "MO", + "latitude": "36.749457", + "longitude": "-93.906470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65624", + "city": "Cape Fair", + "state": "MO", + "latitude": "36.725025", + "longitude": "-93.505730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65625", + "city": "Cassville", + "state": "MO", + "latitude": "36.681589", + "longitude": "-93.851050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65626", + "city": "Caulfield", + "state": "MO", + "latitude": "36.610463", + "longitude": "-92.142450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65627", + "city": "Cedarcreek", + "state": "MO", + "latitude": "36.569847", + "longitude": "-93.011390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65629", + "city": "Chadwick", + "state": "MO", + "latitude": "36.897807", + "longitude": "-93.000820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65630", + "city": "Chestnutridge", + "state": "MO", + "latitude": "36.829356", + "longitude": "-93.203410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65631", + "city": "Clever", + "state": "MO", + "latitude": "37.015404", + "longitude": "-93.437380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65632", + "city": "Conway", + "state": "MO", + "latitude": "37.494752", + "longitude": "-92.833450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65633", + "city": "Crane", + "state": "MO", + "latitude": "36.901929", + "longitude": "-93.539890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65634", + "city": "Cross Timbers", + "state": "MO", + "latitude": "38.015379", + "longitude": "-93.195000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65635", + "city": "Dadeville", + "state": "MO", + "latitude": "37.508827", + "longitude": "-93.705540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65636", + "city": "Diggins", + "state": "MO", + "latitude": "37.277247", + "longitude": "-92.877874", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65637", + "city": "Dora", + "state": "MO", + "latitude": "36.753498", + "longitude": "-92.178190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65638", + "city": "Drury", + "state": "MO", + "latitude": "36.851944", + "longitude": "-92.330810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65640", + "city": "Dunnegan", + "state": "MO", + "latitude": "37.707827", + "longitude": "-93.561400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65641", + "city": "Eagle Rock", + "state": "MO", + "latitude": "36.536324", + "longitude": "-93.731340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65644", + "city": "Elkland", + "state": "MO", + "latitude": "37.509611", + "longitude": "-93.038460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65645", + "city": "Eudora", + "state": "MO", + "latitude": "37.476695", + "longitude": "-93.539707", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65646", + "city": "Everton", + "state": "MO", + "latitude": "37.339631", + "longitude": "-93.707450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65647", + "city": "Exeter", + "state": "MO", + "latitude": "36.690297", + "longitude": "-93.980110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65648", + "city": "Fair Grove", + "state": "MO", + "latitude": "37.391275", + "longitude": "-93.162520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65649", + "city": "Fair Play", + "state": "MO", + "latitude": "37.618579", + "longitude": "-93.611580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65650", + "city": "Flemington", + "state": "MO", + "latitude": "37.802535", + "longitude": "-93.443340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65652", + "city": "Fordland", + "state": "MO", + "latitude": "37.145969", + "longitude": "-92.948880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65653", + "city": "Forsyth", + "state": "MO", + "latitude": "36.706492", + "longitude": "-93.111710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65654", + "city": "Freistatt", + "state": "MO", + "latitude": "37.021147", + "longitude": "-93.897434", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65655", + "city": "Gainesville", + "state": "MO", + "latitude": "36.606281", + "longitude": "-92.433420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65656", + "city": "Galena", + "state": "MO", + "latitude": "36.771898", + "longitude": "-93.483940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65657", + "city": "Garrison", + "state": "MO", + "latitude": "36.839078", + "longitude": "-93.008090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65658", + "city": "Golden", + "state": "MO", + "latitude": "36.557301", + "longitude": "-93.643710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65659", + "city": "Goodson", + "state": "MO", + "latitude": "37.746461", + "longitude": "-93.248200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65660", + "city": "Graff", + "state": "MO", + "latitude": "37.330625", + "longitude": "-92.272110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65661", + "city": "Greenfield", + "state": "MO", + "latitude": "37.439717", + "longitude": "-93.839340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65662", + "city": "Grovespring", + "state": "MO", + "latitude": "37.465808", + "longitude": "-92.587940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65663", + "city": "Half Way", + "state": "MO", + "latitude": "37.586048", + "longitude": "-93.236170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65664", + "city": "Halltown", + "state": "MO", + "latitude": "37.193688", + "longitude": "-93.627580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65666", + "city": "Hardenville", + "state": "MO", + "latitude": "36.651607", + "longitude": "-92.442341", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65667", + "city": "Hartville", + "state": "MO", + "latitude": "37.302013", + "longitude": "-92.507410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65668", + "city": "Hermitage", + "state": "MO", + "latitude": "37.913567", + "longitude": "-93.303050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65669", + "city": "Highlandville", + "state": "MO", + "latitude": "36.923067", + "longitude": "-93.306960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65672", + "city": "Hollister", + "state": "MO", + "latitude": "36.600309", + "longitude": "-93.235520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65673", + "city": "Hollister", + "state": "MO", + "latitude": "36.617892", + "longitude": "-93.216187", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65674", + "city": "Humansville", + "state": "MO", + "latitude": "37.793322", + "longitude": "-93.598770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65675", + "city": "Hurley", + "state": "MO", + "latitude": "36.930861", + "longitude": "-93.498610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65676", + "city": "Isabella", + "state": "MO", + "latitude": "36.569901", + "longitude": "-92.628040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65679", + "city": "Kirbyville", + "state": "MO", + "latitude": "36.603318", + "longitude": "-93.110070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65680", + "city": "Kissee Mills", + "state": "MO", + "latitude": "36.660582", + "longitude": "-93.016080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65681", + "city": "Lampe", + "state": "MO", + "latitude": "36.561455", + "longitude": "-93.467150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65682", + "city": "Lockwood", + "state": "MO", + "latitude": "37.411943", + "longitude": "-93.961620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65684", + "city": "Morris", + "state": "MO", + "latitude": "37.298292", + "longitude": "-92.162456", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65685", + "city": "Louisburg", + "state": "MO", + "latitude": "37.751804", + "longitude": "-93.165130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65686", + "city": "Kimberling City", + "state": "MO", + "latitude": "36.631010", + "longitude": "-93.433920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65688", + "city": "Brandsville", + "state": "MO", + "latitude": "36.648817", + "longitude": "-91.697596", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65689", + "city": "Cabool", + "state": "MO", + "latitude": "37.132577", + "longitude": "-92.098570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65690", + "city": "Couch", + "state": "MO", + "latitude": "36.584660", + "longitude": "-91.306870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65692", + "city": "Koshkonong", + "state": "MO", + "latitude": "36.602467", + "longitude": "-91.646150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65701", + "city": "McClurg", + "state": "MO", + "latitude": "36.795890", + "longitude": "-92.772860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65702", + "city": "Macomb", + "state": "MO", + "latitude": "37.073473", + "longitude": "-92.494900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65704", + "city": "Mansfield", + "state": "MO", + "latitude": "37.128682", + "longitude": "-92.582100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65705", + "city": "Marionville", + "state": "MO", + "latitude": "37.007586", + "longitude": "-93.618390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65706", + "city": "Marshfield", + "state": "MO", + "latitude": "37.330958", + "longitude": "-92.909290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65707", + "city": "Miller", + "state": "MO", + "latitude": "37.220289", + "longitude": "-93.841810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65708", + "city": "Monett", + "state": "MO", + "latitude": "36.918160", + "longitude": "-93.914880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65710", + "city": "Morrisville", + "state": "MO", + "latitude": "37.487034", + "longitude": "-93.427090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65711", + "city": "Mountain Grove", + "state": "MO", + "latitude": "37.176376", + "longitude": "-92.276090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65712", + "city": "Mount Vernon", + "state": "MO", + "latitude": "37.101742", + "longitude": "-93.807380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65713", + "city": "Niangua", + "state": "MO", + "latitude": "37.412437", + "longitude": "-92.763110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65714", + "city": "Nixa", + "state": "MO", + "latitude": "37.045593", + "longitude": "-93.305630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65715", + "city": "Noble", + "state": "MO", + "latitude": "36.733415", + "longitude": "-92.581950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65717", + "city": "Norwood", + "state": "MO", + "latitude": "37.093694", + "longitude": "-92.412310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65720", + "city": "Oldfield", + "state": "MO", + "latitude": "36.935499", + "longitude": "-92.937150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65721", + "city": "Ozark", + "state": "MO", + "latitude": "37.021086", + "longitude": "-93.215410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65722", + "city": "Phillipsburg", + "state": "MO", + "latitude": "37.582527", + "longitude": "-92.765410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65723", + "city": "Pierce City", + "state": "MO", + "latitude": "36.956471", + "longitude": "-94.021340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65724", + "city": "Pittsburg", + "state": "MO", + "latitude": "37.852450", + "longitude": "-93.318170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65725", + "city": "Pleasant Hope", + "state": "MO", + "latitude": "37.433780", + "longitude": "-93.264570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65726", + "city": "Point Lookout", + "state": "MO", + "latitude": "36.616515", + "longitude": "-93.241839", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65727", + "city": "Polk", + "state": "MO", + "latitude": "37.789907", + "longitude": "-93.278020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65728", + "city": "Ponce De Leon", + "state": "MO", + "latitude": "36.874780", + "longitude": "-93.343710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65729", + "city": "Pontiac", + "state": "MO", + "latitude": "36.525433", + "longitude": "-92.592340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65730", + "city": "Powell", + "state": "MO", + "latitude": "36.618869", + "longitude": "-94.156000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65731", + "city": "Powersite", + "state": "MO", + "latitude": "36.655356", + "longitude": "-93.122740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65732", + "city": "Preston", + "state": "MO", + "latitude": "37.933450", + "longitude": "-93.178870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65733", + "city": "Protem", + "state": "AR", + "latitude": "36.483329", + "longitude": "-92.814490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65734", + "city": "Purdy", + "state": "MO", + "latitude": "36.795164", + "longitude": "-93.941640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65735", + "city": "Quincy", + "state": "MO", + "latitude": "38.059763", + "longitude": "-93.485020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65737", + "city": "Reeds Spring", + "state": "MO", + "latitude": "36.693007", + "longitude": "-93.371530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65738", + "city": "Republic", + "state": "MO", + "latitude": "37.124302", + "longitude": "-93.474070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65739", + "city": "Ridgedale", + "state": "MO", + "latitude": "36.531361", + "longitude": "-93.281990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65740", + "city": "Rockaway Beach", + "state": "MO", + "latitude": "36.713014", + "longitude": "-93.163350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65741", + "city": "Rockbridge", + "state": "MO", + "latitude": "36.651607", + "longitude": "-92.442341", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65742", + "city": "Rogersville", + "state": "MO", + "latitude": "37.122896", + "longitude": "-93.078400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65744", + "city": "Rueter", + "state": "MO", + "latitude": "36.614975", + "longitude": "-92.895130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65745", + "city": "Seligman", + "state": "MO", + "latitude": "36.530992", + "longitude": "-93.952330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65746", + "city": "Seymour", + "state": "MO", + "latitude": "37.157055", + "longitude": "-92.788570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65747", + "city": "Shell Knob", + "state": "MO", + "latitude": "36.587559", + "longitude": "-93.587930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65752", + "city": "South Greenfield", + "state": "MO", + "latitude": "37.343226", + "longitude": "-93.828770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65753", + "city": "Sparta", + "state": "MO", + "latitude": "37.000766", + "longitude": "-93.079450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65754", + "city": "Spokane", + "state": "MO", + "latitude": "36.850549", + "longitude": "-93.309420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65755", + "city": "Squires", + "state": "MO", + "latitude": "36.802445", + "longitude": "-92.625630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65756", + "city": "Stotts City", + "state": "MO", + "latitude": "37.103672", + "longitude": "-93.955020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65757", + "city": "Strafford", + "state": "MO", + "latitude": "37.281619", + "longitude": "-93.109710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65759", + "city": "Taneyville", + "state": "MO", + "latitude": "36.739739", + "longitude": "-93.029650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65760", + "city": "Tecumseh", + "state": "MO", + "latitude": "36.606892", + "longitude": "-92.267530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65761", + "city": "Theodosia", + "state": "AR", + "latitude": "36.489216", + "longitude": "-92.693010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65762", + "city": "Thornfield", + "state": "MO", + "latitude": "36.681335", + "longitude": "-92.662050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65764", + "city": "Tunas", + "state": "MO", + "latitude": "37.827158", + "longitude": "-92.984230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65765", + "city": "Turners", + "state": "MO", + "latitude": "37.258070", + "longitude": "-93.343673", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65766", + "city": "Udall", + "state": "MO", + "latitude": "36.545211", + "longitude": "-92.258030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65767", + "city": "Urbana", + "state": "MO", + "latitude": "37.844753", + "longitude": "-93.174560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65768", + "city": "Vanzant", + "state": "MO", + "latitude": "36.919476", + "longitude": "-92.259170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65769", + "city": "Verona", + "state": "MO", + "latitude": "36.935443", + "longitude": "-93.783280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65770", + "city": "Walnut Grove", + "state": "MO", + "latitude": "37.410221", + "longitude": "-93.540650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65771", + "city": "Walnut Shade", + "state": "MO", + "latitude": "36.773538", + "longitude": "-93.212270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65772", + "city": "Washburn", + "state": "MO", + "latitude": "36.619334", + "longitude": "-94.018250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65773", + "city": "Wasola", + "state": "MO", + "latitude": "36.757025", + "longitude": "-92.534140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65774", + "city": "Weaubleau", + "state": "MO", + "latitude": "37.914579", + "longitude": "-93.498030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65775", + "city": "West Plains", + "state": "MO", + "latitude": "36.719145", + "longitude": "-91.874080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65776", + "city": "South Fork", + "state": "MO", + "latitude": "36.629135", + "longitude": "-91.986785", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65777", + "city": "Moody", + "state": "MO", + "latitude": "36.524268", + "longitude": "-91.988630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65778", + "city": "Myrtle", + "state": "MO", + "latitude": "36.531635", + "longitude": "-91.299330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65779", + "city": "Wheatland", + "state": "MO", + "latitude": "37.939779", + "longitude": "-93.382370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65781", + "city": "Willard", + "state": "MO", + "latitude": "37.340995", + "longitude": "-93.417900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65783", + "city": "Windyville", + "state": "MO", + "latitude": "37.715074", + "longitude": "-92.924250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65784", + "city": "Zanoni", + "state": "MO", + "latitude": "36.695557", + "longitude": "-92.329490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65785", + "city": "Stockton", + "state": "MO", + "latitude": "37.703022", + "longitude": "-93.806530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65786", + "city": "Macks Creek", + "state": "MO", + "latitude": "37.968547", + "longitude": "-92.942800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65787", + "city": "Roach", + "state": "MO", + "latitude": "38.067095", + "longitude": "-92.880330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65788", + "city": "Peace Valley", + "state": "MO", + "latitude": "36.801103", + "longitude": "-91.709720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65789", + "city": "Pomona", + "state": "MO", + "latitude": "36.857128", + "longitude": "-91.889780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65790", + "city": "Pottersville", + "state": "MO", + "latitude": "36.679277", + "longitude": "-92.106020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65791", + "city": "Thayer", + "state": "MO", + "latitude": "36.543362", + "longitude": "-91.523910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65793", + "city": "Willow Springs", + "state": "MO", + "latitude": "36.996755", + "longitude": "-91.957960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65801", + "city": "Springfield", + "state": "MO", + "latitude": "37.258070", + "longitude": "-93.343673", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65802", + "city": "Springfield", + "state": "MO", + "latitude": "37.212639", + "longitude": "-93.318170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65803", + "city": "Springfield", + "state": "MO", + "latitude": "37.257053", + "longitude": "-93.290150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65804", + "city": "Springfield", + "state": "MO", + "latitude": "37.161299", + "longitude": "-93.251900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65805", + "city": "Springfield", + "state": "MO", + "latitude": "37.258070", + "longitude": "-93.343673", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65806", + "city": "Springfield", + "state": "MO", + "latitude": "37.206624", + "longitude": "-93.299230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65807", + "city": "Springfield", + "state": "MO", + "latitude": "37.168435", + "longitude": "-93.312970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65808", + "city": "Springfield", + "state": "MO", + "latitude": "37.258070", + "longitude": "-93.343673", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65809", + "city": "Springfield", + "state": "MO", + "latitude": "37.167282", + "longitude": "-93.201990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65810", + "city": "Springfield", + "state": "MO", + "latitude": "37.120301", + "longitude": "-93.314610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65814", + "city": "Springfield", + "state": "MO", + "latitude": "37.258070", + "longitude": "-93.343673", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65817", + "city": "Springfield", + "state": "MO", + "latitude": "37.258070", + "longitude": "-93.343673", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65890", + "city": "Springfield", + "state": "MO", + "latitude": "37.258070", + "longitude": "-93.343673", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65898", + "city": "Springfield", + "state": "MO", + "latitude": "37.180349", + "longitude": "-93.295137", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "65899", + "city": "Springfield", + "state": "MO", + "latitude": "37.181498", + "longitude": "-93.259586", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66002", + "city": "Atchison", + "state": "KS", + "latitude": "39.553786", + "longitude": "-95.134720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66006", + "city": "Baldwin City", + "state": "KS", + "latitude": "38.789719", + "longitude": "-95.210580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66007", + "city": "Basehor", + "state": "KS", + "latitude": "39.145077", + "longitude": "-94.942590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66008", + "city": "Bendena", + "state": "KS", + "latitude": "39.703642", + "longitude": "-95.185410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66010", + "city": "Blue Mound", + "state": "KS", + "latitude": "38.102749", + "longitude": "-95.015400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66012", + "city": "Bonner Springs", + "state": "KS", + "latitude": "39.065703", + "longitude": "-94.904530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66013", + "city": "Bucyrus", + "state": "KS", + "latitude": "38.733271", + "longitude": "-94.695700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66014", + "city": "Centerville", + "state": "KS", + "latitude": "38.226434", + "longitude": "-94.987790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66015", + "city": "Colony", + "state": "KS", + "latitude": "38.067424", + "longitude": "-95.406140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66016", + "city": "Cummings", + "state": "KS", + "latitude": "39.473050", + "longitude": "-95.239920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66017", + "city": "Denton", + "state": "KS", + "latitude": "39.720911", + "longitude": "-95.274170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66018", + "city": "De Soto", + "state": "KS", + "latitude": "38.961396", + "longitude": "-94.976810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66019", + "city": "Clearview City", + "state": "KS", + "latitude": "38.945750", + "longitude": "-95.003490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66020", + "city": "Easton", + "state": "KS", + "latitude": "39.331919", + "longitude": "-95.113890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66021", + "city": "Edgerton", + "state": "KS", + "latitude": "38.762545", + "longitude": "-95.006220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66023", + "city": "Effingham", + "state": "KS", + "latitude": "39.521275", + "longitude": "-95.394130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66024", + "city": "Elwood", + "state": "KS", + "latitude": "39.756944", + "longitude": "-94.878240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66025", + "city": "Eudora", + "state": "KS", + "latitude": "38.917032", + "longitude": "-95.064550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66026", + "city": "Fontana", + "state": "KS", + "latitude": "38.404804", + "longitude": "-94.851250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66027", + "city": "Fort Leavenworth", + "state": "KS", + "latitude": "39.348031", + "longitude": "-94.931770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66030", + "city": "Gardner", + "state": "KS", + "latitude": "38.813839", + "longitude": "-94.926500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66031", + "city": "New Century", + "state": "KS", + "latitude": "38.824863", + "longitude": "-94.899201", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66032", + "city": "Garnett", + "state": "KS", + "latitude": "38.278069", + "longitude": "-95.259970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66033", + "city": "Greeley", + "state": "KS", + "latitude": "38.368325", + "longitude": "-95.129250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66035", + "city": "Highland", + "state": "KS", + "latitude": "39.858810", + "longitude": "-95.256900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66036", + "city": "Hillsdale", + "state": "KS", + "latitude": "38.658068", + "longitude": "-94.852061", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66039", + "city": "Kincaid", + "state": "KS", + "latitude": "38.088951", + "longitude": "-95.174730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66040", + "city": "La Cygne", + "state": "KS", + "latitude": "38.351520", + "longitude": "-94.737050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66041", + "city": "Lancaster", + "state": "KS", + "latitude": "39.589832", + "longitude": "-95.314250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66042", + "city": "Lane", + "state": "KS", + "latitude": "38.442448", + "longitude": "-95.090670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66043", + "city": "Lansing", + "state": "KS", + "latitude": "39.258624", + "longitude": "-94.898590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66044", + "city": "Lawrence", + "state": "KS", + "latitude": "38.983551", + "longitude": "-95.232020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66045", + "city": "Lawrence", + "state": "KS", + "latitude": "38.952526", + "longitude": "-95.275623", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66046", + "city": "Lawrence", + "state": "KS", + "latitude": "38.932303", + "longitude": "-95.225130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66047", + "city": "Lawrence", + "state": "KS", + "latitude": "38.920649", + "longitude": "-95.312190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66048", + "city": "Leavenworth", + "state": "KS", + "latitude": "39.298776", + "longitude": "-94.935550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66049", + "city": "Lawrence", + "state": "KS", + "latitude": "38.975830", + "longitude": "-95.303990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66050", + "city": "Lecompton", + "state": "KS", + "latitude": "39.025994", + "longitude": "-95.431380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66051", + "city": "Olathe", + "state": "KS", + "latitude": "38.899901", + "longitude": "-94.831991", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66052", + "city": "Linwood", + "state": "KS", + "latitude": "39.012010", + "longitude": "-95.062830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66053", + "city": "Louisburg", + "state": "KS", + "latitude": "38.602219", + "longitude": "-94.681210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66054", + "city": "McLouth", + "state": "KS", + "latitude": "39.201274", + "longitude": "-95.198920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66056", + "city": "Mound City", + "state": "KS", + "latitude": "38.141903", + "longitude": "-94.821660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66058", + "city": "Muscotah", + "state": "KS", + "latitude": "39.548048", + "longitude": "-95.523210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66060", + "city": "Nortonville", + "state": "KS", + "latitude": "39.415907", + "longitude": "-95.329660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66061", + "city": "Olathe", + "state": "KS", + "latitude": "38.889784", + "longitude": "-94.855580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66062", + "city": "Olathe", + "state": "KS", + "latitude": "38.860511", + "longitude": "-94.775810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66063", + "city": "Olathe", + "state": "KS", + "latitude": "38.899901", + "longitude": "-94.831991", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66064", + "city": "Osawatomie", + "state": "KS", + "latitude": "38.489733", + "longitude": "-94.964650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66066", + "city": "Oskaloosa", + "state": "KS", + "latitude": "39.214825", + "longitude": "-95.325010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66067", + "city": "Ottawa", + "state": "KS", + "latitude": "38.614986", + "longitude": "-95.273550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66070", + "city": "Ozawkie", + "state": "KS", + "latitude": "39.201834", + "longitude": "-95.449630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66071", + "city": "Paola", + "state": "KS", + "latitude": "38.574804", + "longitude": "-94.867060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66072", + "city": "Parker", + "state": "KS", + "latitude": "38.328516", + "longitude": "-94.982530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66073", + "city": "Perry", + "state": "KS", + "latitude": "39.097559", + "longitude": "-95.401630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66075", + "city": "Pleasanton", + "state": "KS", + "latitude": "38.184882", + "longitude": "-94.701420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66076", + "city": "Pomona", + "state": "KS", + "latitude": "38.612869", + "longitude": "-95.447090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66077", + "city": "Potter", + "state": "KS", + "latitude": "39.423964", + "longitude": "-95.128700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66078", + "city": "Princeton", + "state": "KS", + "latitude": "38.491590", + "longitude": "-95.266460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66079", + "city": "Rantoul", + "state": "KS", + "latitude": "38.542788", + "longitude": "-95.123200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66080", + "city": "Richmond", + "state": "KS", + "latitude": "38.398831", + "longitude": "-95.266800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66081", + "city": "Wolf River", + "state": "KS", + "latitude": "39.773145", + "longitude": "-95.233817", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66083", + "city": "Spring Hill", + "state": "KS", + "latitude": "38.736692", + "longitude": "-94.833620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66085", + "city": "Stilwell", + "state": "KS", + "latitude": "38.798648", + "longitude": "-94.655270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66086", + "city": "Tonganoxie", + "state": "KS", + "latitude": "39.112379", + "longitude": "-95.081120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66087", + "city": "Troy", + "state": "KS", + "latitude": "39.796840", + "longitude": "-95.128690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66088", + "city": "Valley Falls", + "state": "KS", + "latitude": "39.339975", + "longitude": "-95.457810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66090", + "city": "Wathena", + "state": "KS", + "latitude": "39.774356", + "longitude": "-94.958730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66091", + "city": "Welda", + "state": "KS", + "latitude": "38.185196", + "longitude": "-95.337050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66092", + "city": "Wellsville", + "state": "KS", + "latitude": "38.698415", + "longitude": "-95.104140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66093", + "city": "Westphalia", + "state": "KS", + "latitude": "38.210860", + "longitude": "-95.509730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66094", + "city": "White Cloud", + "state": "KS", + "latitude": "39.959033", + "longitude": "-95.340050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66095", + "city": "Williamsburg", + "state": "KS", + "latitude": "38.455968", + "longitude": "-95.443420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66097", + "city": "Winchester", + "state": "KS", + "latitude": "39.328743", + "longitude": "-95.246080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66101", + "city": "Kansas City", + "state": "KS", + "latitude": "39.118054", + "longitude": "-94.625680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66102", + "city": "Kansas City", + "state": "KS", + "latitude": "39.112204", + "longitude": "-94.666430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66103", + "city": "Kansas City", + "state": "KS", + "latitude": "39.059254", + "longitude": "-94.624530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66104", + "city": "Kansas City", + "state": "KS", + "latitude": "39.137003", + "longitude": "-94.672030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66105", + "city": "Kansas City", + "state": "KS", + "latitude": "39.084954", + "longitude": "-94.631250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66106", + "city": "Kansas City", + "state": "KS", + "latitude": "39.066732", + "longitude": "-94.688720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66109", + "city": "Kansas City", + "state": "KS", + "latitude": "39.156275", + "longitude": "-94.800330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66110", + "city": "Kansas City", + "state": "KS", + "latitude": "39.096551", + "longitude": "-94.749538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66111", + "city": "Kansas City", + "state": "KS", + "latitude": "39.076554", + "longitude": "-94.790190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66112", + "city": "Kansas City", + "state": "KS", + "latitude": "39.117009", + "longitude": "-94.766140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66113", + "city": "Edwardsville", + "state": "KS", + "latitude": "39.073539", + "longitude": "-94.723271", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66115", + "city": "Kansas City", + "state": "KS", + "latitude": "39.141419", + "longitude": "-94.618780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66117", + "city": "Kansas City", + "state": "KS", + "latitude": "39.096551", + "longitude": "-94.749538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66118", + "city": "Kansas City", + "state": "KS", + "latitude": "39.105854", + "longitude": "-94.613290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66119", + "city": "Kansas City", + "state": "KS", + "latitude": "39.096551", + "longitude": "-94.749538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66145", + "city": "Centralia", + "state": "KS", + "latitude": "39.718697", + "longitude": "-96.129009", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66151", + "city": "Morrill", + "state": "KS", + "latitude": "39.914389", + "longitude": "-95.734523", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66160", + "city": "Kansas City", + "state": "KS", + "latitude": "39.096551", + "longitude": "-94.749538", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66201", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "39.007755", + "longitude": "-94.679486", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66202", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "39.023105", + "longitude": "-94.666580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66203", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "39.020405", + "longitude": "-94.705830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66204", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.992255", + "longitude": "-94.675280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66205", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "39.030172", + "longitude": "-94.630970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66206", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.959256", + "longitude": "-94.622230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66207", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.957396", + "longitude": "-94.646910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66208", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.999505", + "longitude": "-94.631020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66209", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.900535", + "longitude": "-94.632480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66210", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.924739", + "longitude": "-94.704730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66211", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.925159", + "longitude": "-94.641360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66212", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.959606", + "longitude": "-94.681890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66213", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.899634", + "longitude": "-94.707580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66214", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.961756", + "longitude": "-94.714980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66215", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.961006", + "longitude": "-94.741450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66216", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "39.009485", + "longitude": "-94.739240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66217", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "39.021629", + "longitude": "-94.781070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66218", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "39.011673", + "longitude": "-94.812600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66219", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.963798", + "longitude": "-94.771550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66220", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.964728", + "longitude": "-94.821170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66221", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.865825", + "longitude": "-94.712310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66222", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.899901", + "longitude": "-94.831991", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66223", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.860552", + "longitude": "-94.665940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66224", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.862007", + "longitude": "-94.621270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66225", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.899901", + "longitude": "-94.831991", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66226", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "39.029641", + "longitude": "-94.848440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66227", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.972197", + "longitude": "-94.869870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66250", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.899901", + "longitude": "-94.831991", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66251", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.899901", + "longitude": "-94.831991", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66276", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.899901", + "longitude": "-94.831991", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66279", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.899901", + "longitude": "-94.831991", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66282", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.899901", + "longitude": "-94.831991", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66283", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.899901", + "longitude": "-94.831991", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66285", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.899901", + "longitude": "-94.831991", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66286", + "city": "Shawnee Mission", + "state": "KS", + "latitude": "38.899901", + "longitude": "-94.831991", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66352", + "city": "Robinson", + "state": "KS", + "latitude": "39.814081", + "longitude": "-95.409339", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66356", + "city": "Lincoln", + "state": "KS", + "latitude": "37.571890", + "longitude": "-94.654599", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66401", + "city": "Alma", + "state": "KS", + "latitude": "38.990708", + "longitude": "-96.294730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66402", + "city": "Auburn", + "state": "KS", + "latitude": "38.918102", + "longitude": "-95.844170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66403", + "city": "Axtell", + "state": "KS", + "latitude": "39.877691", + "longitude": "-96.269850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66404", + "city": "Baileyville", + "state": "KS", + "latitude": "39.891751", + "longitude": "-96.173430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66406", + "city": "Beattie", + "state": "KS", + "latitude": "39.877735", + "longitude": "-96.417260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66407", + "city": "Belvue", + "state": "KS", + "latitude": "39.207942", + "longitude": "-96.186650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66408", + "city": "Bern", + "state": "KS", + "latitude": "39.949989", + "longitude": "-95.968310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66409", + "city": "Berryton", + "state": "KS", + "latitude": "38.935058", + "longitude": "-95.557450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66411", + "city": "Blue Rapids", + "state": "KS", + "latitude": "39.656045", + "longitude": "-96.637910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66412", + "city": "Bremen", + "state": "KS", + "latitude": "39.921671", + "longitude": "-96.777940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66413", + "city": "Burlingame", + "state": "KS", + "latitude": "38.767905", + "longitude": "-95.880760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66414", + "city": "Carbondale", + "state": "KS", + "latitude": "38.825170", + "longitude": "-95.689630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66415", + "city": "Centralia", + "state": "KS", + "latitude": "39.697296", + "longitude": "-96.142040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66416", + "city": "Circleville", + "state": "KS", + "latitude": "39.516144", + "longitude": "-95.853960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66417", + "city": "Corning", + "state": "KS", + "latitude": "39.655741", + "longitude": "-96.033940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66418", + "city": "Delia", + "state": "KS", + "latitude": "39.267478", + "longitude": "-95.947360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66419", + "city": "Denison", + "state": "KS", + "latitude": "39.377827", + "longitude": "-95.604960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66420", + "city": "Dover", + "state": "KS", + "latitude": "38.964532", + "longitude": "-95.917186", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66422", + "city": "Emmett", + "state": "KS", + "latitude": "39.317301", + "longitude": "-96.061130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66423", + "city": "Eskridge", + "state": "KS", + "latitude": "38.842100", + "longitude": "-96.127750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66424", + "city": "Everest", + "state": "KS", + "latitude": "39.681813", + "longitude": "-95.415050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66425", + "city": "Fairview", + "state": "KS", + "latitude": "39.811818", + "longitude": "-95.728610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66426", + "city": "Fostoria", + "state": "KS", + "latitude": "39.439820", + "longitude": "-96.506769", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66427", + "city": "Frankfort", + "state": "KS", + "latitude": "39.689409", + "longitude": "-96.438760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66428", + "city": "Goff", + "state": "KS", + "latitude": "39.671207", + "longitude": "-95.925120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66429", + "city": "Grantville", + "state": "KS", + "latitude": "39.094823", + "longitude": "-95.548740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66431", + "city": "Harveyville", + "state": "KS", + "latitude": "38.810071", + "longitude": "-95.983970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66432", + "city": "Havensville", + "state": "KS", + "latitude": "39.496479", + "longitude": "-96.077170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66434", + "city": "Hiawatha", + "state": "KS", + "latitude": "39.857155", + "longitude": "-95.544970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66436", + "city": "Holton", + "state": "KS", + "latitude": "39.466971", + "longitude": "-95.713200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66438", + "city": "Home", + "state": "KS", + "latitude": "39.853477", + "longitude": "-96.503610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66439", + "city": "Horton", + "state": "KS", + "latitude": "39.659471", + "longitude": "-95.535670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66440", + "city": "Hoyt", + "state": "KS", + "latitude": "39.254902", + "longitude": "-95.691710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66441", + "city": "Junction City", + "state": "KS", + "latitude": "39.015850", + "longitude": "-96.836530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66442", + "city": "Fort Riley", + "state": "KS", + "latitude": "39.074628", + "longitude": "-96.806620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66449", + "city": "Leonardville", + "state": "KS", + "latitude": "39.383205", + "longitude": "-96.858760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66450", + "city": "Louisville", + "state": "KS", + "latitude": "39.251831", + "longitude": "-96.314020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66451", + "city": "Lyndon", + "state": "KS", + "latitude": "38.602873", + "longitude": "-95.673630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66481", + "city": "Weir", + "state": "KS", + "latitude": "37.302792", + "longitude": "-94.772510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66501", + "city": "McFarland", + "state": "KS", + "latitude": "39.053241", + "longitude": "-96.238930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66502", + "city": "Manhattan", + "state": "KS", + "latitude": "39.184986", + "longitude": "-96.569320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66503", + "city": "Manhattan", + "state": "KS", + "latitude": "39.241083", + "longitude": "-96.649140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66505", + "city": "Manhattan", + "state": "KS", + "latitude": "39.304937", + "longitude": "-96.675295", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66506", + "city": "Manhattan", + "state": "KS", + "latitude": "39.194065", + "longitude": "-96.578720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66507", + "city": "Maple Hill", + "state": "KS", + "latitude": "39.076048", + "longitude": "-96.034300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66508", + "city": "Marysville", + "state": "KS", + "latitude": "39.852696", + "longitude": "-96.639630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66509", + "city": "Mayetta", + "state": "KS", + "latitude": "39.337531", + "longitude": "-95.755350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66510", + "city": "Melvern", + "state": "KS", + "latitude": "38.503219", + "longitude": "-95.630790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66512", + "city": "Meriden", + "state": "KS", + "latitude": "39.201628", + "longitude": "-95.553870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66514", + "city": "Milford", + "state": "KS", + "latitude": "39.149612", + "longitude": "-96.906110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66515", + "city": "Morrill", + "state": "KS", + "latitude": "39.936121", + "longitude": "-95.703250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66516", + "city": "Netawaka", + "state": "KS", + "latitude": "39.626301", + "longitude": "-95.729540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66517", + "city": "Ogden", + "state": "KS", + "latitude": "39.113103", + "longitude": "-96.709350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66518", + "city": "Oketo", + "state": "KS", + "latitude": "39.964921", + "longitude": "-96.570040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66520", + "city": "Olsburg", + "state": "KS", + "latitude": "39.417531", + "longitude": "-96.599750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66521", + "city": "Onaga", + "state": "KS", + "latitude": "39.483435", + "longitude": "-96.211010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66522", + "city": "Oneida", + "state": "KS", + "latitude": "39.865907", + "longitude": "-95.941300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66523", + "city": "Osage City", + "state": "KS", + "latitude": "38.611619", + "longitude": "-95.831320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66524", + "city": "Overbrook", + "state": "KS", + "latitude": "38.775185", + "longitude": "-95.528690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66526", + "city": "Paxico", + "state": "KS", + "latitude": "39.065830", + "longitude": "-96.158010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66527", + "city": "Powhattan", + "state": "KS", + "latitude": "39.747135", + "longitude": "-95.680960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66528", + "city": "Quenemo", + "state": "KS", + "latitude": "38.609690", + "longitude": "-95.543330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66531", + "city": "Riley", + "state": "KS", + "latitude": "39.303014", + "longitude": "-96.846350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66532", + "city": "Robinson", + "state": "KS", + "latitude": "39.820200", + "longitude": "-95.367760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66533", + "city": "Rossville", + "state": "KS", + "latitude": "39.143168", + "longitude": "-95.952630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66534", + "city": "Sabetha", + "state": "KS", + "latitude": "39.889544", + "longitude": "-95.822890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66535", + "city": "Saint George", + "state": "KS", + "latitude": "39.219390", + "longitude": "-96.433460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66536", + "city": "Saint Marys", + "state": "KS", + "latitude": "39.200733", + "longitude": "-96.071480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66537", + "city": "Scranton", + "state": "KS", + "latitude": "38.771467", + "longitude": "-95.727990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66538", + "city": "Seneca", + "state": "KS", + "latitude": "39.840496", + "longitude": "-96.048330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66539", + "city": "Silver Lake", + "state": "KS", + "latitude": "39.136616", + "longitude": "-95.858980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66540", + "city": "Soldier", + "state": "KS", + "latitude": "39.502211", + "longitude": "-95.974950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66541", + "city": "Summerfield", + "state": "KS", + "latitude": "39.977047", + "longitude": "-96.363600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66542", + "city": "Tecumseh", + "state": "KS", + "latitude": "39.020437", + "longitude": "-95.553360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66543", + "city": "Vassar", + "state": "KS", + "latitude": "38.647459", + "longitude": "-95.610310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66544", + "city": "Vermillion", + "state": "KS", + "latitude": "39.694315", + "longitude": "-96.284760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66546", + "city": "Wakarusa", + "state": "KS", + "latitude": "38.895185", + "longitude": "-95.719950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66547", + "city": "Wamego", + "state": "KS", + "latitude": "39.220965", + "longitude": "-96.312790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66548", + "city": "Waterville", + "state": "KS", + "latitude": "39.691428", + "longitude": "-96.761890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66549", + "city": "Westmoreland", + "state": "KS", + "latitude": "39.427973", + "longitude": "-96.402700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66550", + "city": "Wetmore", + "state": "KS", + "latitude": "39.654548", + "longitude": "-95.819250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66551", + "city": "Wheaton", + "state": "KS", + "latitude": "39.471738", + "longitude": "-96.257561", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66552", + "city": "Whiting", + "state": "KS", + "latitude": "39.585484", + "longitude": "-95.620200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66554", + "city": "Randolph", + "state": "KS", + "latitude": "39.472188", + "longitude": "-96.768060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66555", + "city": "Marysville", + "state": "KS", + "latitude": "39.783753", + "longitude": "-96.522806", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66601", + "city": "Topeka", + "state": "KS", + "latitude": "38.988075", + "longitude": "-95.780662", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66603", + "city": "Topeka", + "state": "KS", + "latitude": "39.056200", + "longitude": "-95.675470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66604", + "city": "Topeka", + "state": "KS", + "latitude": "39.040450", + "longitude": "-95.716980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66605", + "city": "Topeka", + "state": "KS", + "latitude": "39.013988", + "longitude": "-95.650560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66606", + "city": "Topeka", + "state": "KS", + "latitude": "39.058177", + "longitude": "-95.710880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66607", + "city": "Topeka", + "state": "KS", + "latitude": "39.044056", + "longitude": "-95.648040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66608", + "city": "Topeka", + "state": "KS", + "latitude": "39.077066", + "longitude": "-95.668240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66609", + "city": "Topeka", + "state": "KS", + "latitude": "38.988508", + "longitude": "-95.668690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66610", + "city": "Topeka", + "state": "KS", + "latitude": "38.981849", + "longitude": "-95.790160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66611", + "city": "Topeka", + "state": "KS", + "latitude": "39.016100", + "longitude": "-95.697900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66612", + "city": "Topeka", + "state": "KS", + "latitude": "39.040333", + "longitude": "-95.680480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66614", + "city": "Topeka", + "state": "KS", + "latitude": "39.015374", + "longitude": "-95.760570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66615", + "city": "Topeka", + "state": "KS", + "latitude": "39.067174", + "longitude": "-95.881150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66616", + "city": "Topeka", + "state": "KS", + "latitude": "39.065249", + "longitude": "-95.638080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66617", + "city": "Topeka", + "state": "KS", + "latitude": "39.130354", + "longitude": "-95.633730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66618", + "city": "Topeka", + "state": "KS", + "latitude": "39.126429", + "longitude": "-95.733020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66619", + "city": "Topeka", + "state": "KS", + "latitude": "38.946977", + "longitude": "-95.693800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66620", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66621", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66622", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66624", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66625", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66626", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66628", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66629", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66634", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66635", + "city": "St. George", + "state": "KS", + "latitude": "39.199103", + "longitude": "-96.438890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66636", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66637", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66638", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66642", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66647", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66650", + "city": "Powhattan", + "state": "KS", + "latitude": "39.672989", + "longitude": "-95.788948", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66652", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66653", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66658", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66667", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66675", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66683", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66686", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66692", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66699", + "city": "Topeka", + "state": "KS", + "latitude": "39.042939", + "longitude": "-95.769657", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66701", + "city": "Fort Scott", + "state": "KS", + "latitude": "37.823295", + "longitude": "-94.733890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66710", + "city": "Altoona", + "state": "KS", + "latitude": "37.551596", + "longitude": "-95.656710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66711", + "city": "Arcadia", + "state": "KS", + "latitude": "37.644301", + "longitude": "-94.648950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66712", + "city": "Arma", + "state": "KS", + "latitude": "37.547763", + "longitude": "-94.706220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66713", + "city": "Baxter Springs", + "state": "KS", + "latitude": "37.026091", + "longitude": "-94.749290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66714", + "city": "Benedict", + "state": "KS", + "latitude": "37.628076", + "longitude": "-95.732450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66716", + "city": "Bronson", + "state": "KS", + "latitude": "37.916575", + "longitude": "-95.070630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66717", + "city": "Buffalo", + "state": "KS", + "latitude": "37.705016", + "longitude": "-95.698320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66720", + "city": "Chanute", + "state": "KS", + "latitude": "37.666078", + "longitude": "-95.456810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66721", + "city": "Lincoln", + "state": "KS", + "latitude": "37.592920", + "longitude": "-94.729782", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66724", + "city": "Cherokee", + "state": "KS", + "latitude": "37.347065", + "longitude": "-94.826650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66725", + "city": "Columbus", + "state": "KS", + "latitude": "37.174730", + "longitude": "-94.877130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66727", + "city": "Coyville", + "state": "KS", + "latitude": "37.559151", + "longitude": "-95.743835", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66728", + "city": "Crestline", + "state": "KS", + "latitude": "37.169440", + "longitude": "-94.704133", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66732", + "city": "Elsmore", + "state": "KS", + "latitude": "37.799021", + "longitude": "-95.188060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66733", + "city": "Erie", + "state": "KS", + "latitude": "37.594166", + "longitude": "-95.247550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66734", + "city": "Farlington", + "state": "KS", + "latitude": "37.616393", + "longitude": "-94.827120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66735", + "city": "Franklin", + "state": "KS", + "latitude": "37.522439", + "longitude": "-94.704020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66736", + "city": "Fredonia", + "state": "KS", + "latitude": "37.539672", + "longitude": "-95.843070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66738", + "city": "Fulton", + "state": "KS", + "latitude": "38.017070", + "longitude": "-94.712560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66739", + "city": "Galena", + "state": "KS", + "latitude": "37.091398", + "longitude": "-94.654620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66740", + "city": "Galesburg", + "state": "KS", + "latitude": "37.464733", + "longitude": "-95.370390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66741", + "city": "Arcadia", + "state": "KS", + "latitude": "37.726754", + "longitude": "-94.658640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66742", + "city": "Gas", + "state": "KS", + "latitude": "37.923162", + "longitude": "-95.346697", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66743", + "city": "Girard", + "state": "KS", + "latitude": "37.506616", + "longitude": "-94.860780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66746", + "city": "Hepler", + "state": "KS", + "latitude": "37.667490", + "longitude": "-94.951440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66747", + "city": "Neodesha", + "state": "KS", + "latitude": "37.424622", + "longitude": "-95.681454", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66748", + "city": "Humboldt", + "state": "KS", + "latitude": "37.802718", + "longitude": "-95.434520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66749", + "city": "Iola", + "state": "KS", + "latitude": "37.926666", + "longitude": "-95.396950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66751", + "city": "La Harpe", + "state": "KS", + "latitude": "37.918044", + "longitude": "-95.294700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66752", + "city": "Ross", + "state": "KS", + "latitude": "37.332679", + "longitude": "-94.977587", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66753", + "city": "McCune", + "state": "KS", + "latitude": "37.364275", + "longitude": "-95.004320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66754", + "city": "Mapleton", + "state": "KS", + "latitude": "38.017205", + "longitude": "-94.892900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66755", + "city": "Moran", + "state": "KS", + "latitude": "37.933658", + "longitude": "-95.167680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66756", + "city": "Mulberry", + "state": "KS", + "latitude": "37.554735", + "longitude": "-94.632830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66757", + "city": "Neodesha", + "state": "KS", + "latitude": "37.420016", + "longitude": "-95.683000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66758", + "city": "Neosho Falls", + "state": "KS", + "latitude": "38.005429", + "longitude": "-95.569760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66759", + "city": "New Albany", + "state": "KS", + "latitude": "37.568611", + "longitude": "-95.939260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66760", + "city": "Opolis", + "state": "KS", + "latitude": "37.344142", + "longitude": "-94.621560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66761", + "city": "Piqua", + "state": "KS", + "latitude": "37.900385", + "longitude": "-95.562550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66762", + "city": "Pittsburg", + "state": "KS", + "latitude": "37.408511", + "longitude": "-94.704140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66763", + "city": "Frontenac", + "state": "KS", + "latitude": "37.455819", + "longitude": "-94.690880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66767", + "city": "Prescott", + "state": "KS", + "latitude": "38.066976", + "longitude": "-94.694950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66769", + "city": "Redfield", + "state": "KS", + "latitude": "37.840828", + "longitude": "-94.892020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66770", + "city": "Riverton", + "state": "KS", + "latitude": "37.074648", + "longitude": "-94.715380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66771", + "city": "Saint Paul", + "state": "KS", + "latitude": "37.500157", + "longitude": "-95.159520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66772", + "city": "Savonburg", + "state": "KS", + "latitude": "37.754590", + "longitude": "-95.188160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66773", + "city": "Scammon", + "state": "KS", + "latitude": "37.275220", + "longitude": "-94.827380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66775", + "city": "Stark", + "state": "KS", + "latitude": "37.691117", + "longitude": "-95.148260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66776", + "city": "Thayer", + "state": "KS", + "latitude": "37.478331", + "longitude": "-95.484170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66777", + "city": "Toronto", + "state": "KS", + "latitude": "37.777886", + "longitude": "-95.938770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66778", + "city": "Treece", + "state": "KS", + "latitude": "37.000262", + "longitude": "-94.843720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66779", + "city": "Uniontown", + "state": "KS", + "latitude": "37.848943", + "longitude": "-94.972180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66780", + "city": "Walnut", + "state": "KS", + "latitude": "37.603419", + "longitude": "-95.062790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66781", + "city": "Weir", + "state": "KS", + "latitude": "37.300262", + "longitude": "-94.752590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66782", + "city": "West Mineral", + "state": "KS", + "latitude": "37.284559", + "longitude": "-94.926130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66783", + "city": "Yates Center", + "state": "KS", + "latitude": "37.873778", + "longitude": "-95.731300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66801", + "city": "Emporia", + "state": "KS", + "latitude": "38.410549", + "longitude": "-96.197360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66804", + "city": "Bern", + "state": "KS", + "latitude": "39.964236", + "longitude": "-95.972744", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66830", + "city": "Admire", + "state": "KS", + "latitude": "38.614057", + "longitude": "-96.088210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66833", + "city": "Allen", + "state": "KS", + "latitude": "38.672825", + "longitude": "-96.163850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66834", + "city": "Alta Vista", + "state": "KS", + "latitude": "38.862376", + "longitude": "-96.473670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66835", + "city": "Americus", + "state": "KS", + "latitude": "38.513771", + "longitude": "-96.258530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66838", + "city": "Burdick", + "state": "KS", + "latitude": "38.536957", + "longitude": "-96.784840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66839", + "city": "Burlington", + "state": "KS", + "latitude": "38.211108", + "longitude": "-95.742930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66840", + "city": "Burns", + "state": "KS", + "latitude": "38.064497", + "longitude": "-96.891280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66842", + "city": "Cassoday", + "state": "KS", + "latitude": "38.018802", + "longitude": "-96.663490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66843", + "city": "Cedar Point", + "state": "KS", + "latitude": "38.224172", + "longitude": "-96.772290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66845", + "city": "Cottonwood Falls", + "state": "KS", + "latitude": "38.344157", + "longitude": "-96.529690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66846", + "city": "Council Grove", + "state": "KS", + "latitude": "38.649811", + "longitude": "-96.493310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66849", + "city": "Dwight", + "state": "KS", + "latitude": "38.877563", + "longitude": "-96.589810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66850", + "city": "Elmdale", + "state": "KS", + "latitude": "38.395027", + "longitude": "-96.693770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66851", + "city": "Florence", + "state": "KS", + "latitude": "38.228452", + "longitude": "-96.928250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66852", + "city": "Gridley", + "state": "KS", + "latitude": "38.078496", + "longitude": "-95.895050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66853", + "city": "Hamilton", + "state": "KS", + "latitude": "38.000062", + "longitude": "-96.212710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66854", + "city": "Hartford", + "state": "KS", + "latitude": "38.281776", + "longitude": "-95.968600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66855", + "city": "Lamont", + "state": "KS", + "latitude": "37.888276", + "longitude": "-96.242059", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66856", + "city": "Lebo", + "state": "KS", + "latitude": "38.427161", + "longitude": "-95.826270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66857", + "city": "Le Roy", + "state": "KS", + "latitude": "38.095388", + "longitude": "-95.634610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66858", + "city": "Lincolnville", + "state": "KS", + "latitude": "38.473549", + "longitude": "-96.956110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66859", + "city": "Lost Springs", + "state": "KS", + "latitude": "38.556941", + "longitude": "-96.964940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66860", + "city": "Madison", + "state": "KS", + "latitude": "38.126728", + "longitude": "-96.166350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66861", + "city": "Marion", + "state": "KS", + "latitude": "38.359189", + "longitude": "-97.017680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66862", + "city": "Matfield Green", + "state": "KS", + "latitude": "38.149690", + "longitude": "-96.515450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66863", + "city": "Neal", + "state": "KS", + "latitude": "37.831349", + "longitude": "-96.071110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66864", + "city": "Neosho Rapids", + "state": "KS", + "latitude": "38.368683", + "longitude": "-95.989170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66865", + "city": "Olpe", + "state": "KS", + "latitude": "38.241502", + "longitude": "-96.200480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66866", + "city": "Peabody", + "state": "KS", + "latitude": "38.175115", + "longitude": "-97.104900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66868", + "city": "Reading", + "state": "KS", + "latitude": "38.532132", + "longitude": "-95.976850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66869", + "city": "Strong City", + "state": "KS", + "latitude": "38.415712", + "longitude": "-96.501040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66870", + "city": "Virgil", + "state": "KS", + "latitude": "37.925128", + "longitude": "-96.009670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66871", + "city": "Waverly", + "state": "KS", + "latitude": "38.382581", + "longitude": "-95.626410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66872", + "city": "White City", + "state": "KS", + "latitude": "38.791440", + "longitude": "-96.738090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66873", + "city": "Wilsey", + "state": "KS", + "latitude": "38.682093", + "longitude": "-96.663865", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66901", + "city": "Concordia", + "state": "KS", + "latitude": "39.568803", + "longitude": "-97.646270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66930", + "city": "Agenda", + "state": "KS", + "latitude": "39.718857", + "longitude": "-97.491910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66932", + "city": "Athol", + "state": "KS", + "latitude": "39.761524", + "longitude": "-98.922130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66933", + "city": "Barnes", + "state": "KS", + "latitude": "39.675346", + "longitude": "-96.872320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66935", + "city": "Belleville", + "state": "KS", + "latitude": "39.824657", + "longitude": "-97.628810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66936", + "city": "Burr Oak", + "state": "KS", + "latitude": "39.908065", + "longitude": "-98.294510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66937", + "city": "Clifton", + "state": "KS", + "latitude": "39.594163", + "longitude": "-97.262950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66938", + "city": "Clyde", + "state": "KS", + "latitude": "39.594485", + "longitude": "-97.405440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66939", + "city": "Courtland", + "state": "KS", + "latitude": "39.837438", + "longitude": "-97.903860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66940", + "city": "Cuba", + "state": "KS", + "latitude": "39.818840", + "longitude": "-97.449170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66941", + "city": "Esbon", + "state": "KS", + "latitude": "39.827165", + "longitude": "-98.443560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66942", + "city": "Formoso", + "state": "KS", + "latitude": "39.791338", + "longitude": "-97.998600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66943", + "city": "Greenleaf", + "state": "KS", + "latitude": "39.688224", + "longitude": "-96.965830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66944", + "city": "Haddam", + "state": "KS", + "latitude": "39.841886", + "longitude": "-97.301190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66945", + "city": "Hanover", + "state": "KS", + "latitude": "39.888945", + "longitude": "-96.881560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66946", + "city": "Hollenberg", + "state": "KS", + "latitude": "39.968115", + "longitude": "-96.989060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66948", + "city": "Jamestown", + "state": "KS", + "latitude": "39.609023", + "longitude": "-97.845110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66949", + "city": "Jewell", + "state": "KS", + "latitude": "39.652106", + "longitude": "-98.185190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66951", + "city": "Kensington", + "state": "KS", + "latitude": "39.792636", + "longitude": "-99.038770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66952", + "city": "Lebanon", + "state": "KS", + "latitude": "39.835476", + "longitude": "-98.586680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66953", + "city": "Linn", + "state": "KS", + "latitude": "39.689909", + "longitude": "-97.105650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66955", + "city": "Mahaska", + "state": "KS", + "latitude": "39.966106", + "longitude": "-97.324900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66956", + "city": "Mankato", + "state": "KS", + "latitude": "39.790935", + "longitude": "-98.207220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66958", + "city": "Morrowville", + "state": "KS", + "latitude": "39.883769", + "longitude": "-97.164910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66959", + "city": "Munden", + "state": "KS", + "latitude": "39.933522", + "longitude": "-97.532420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66960", + "city": "Narka", + "state": "KS", + "latitude": "39.934395", + "longitude": "-97.421250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66961", + "city": "Norway", + "state": "KS", + "latitude": "39.827894", + "longitude": "-97.650902", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66962", + "city": "Palmer", + "state": "KS", + "latitude": "39.618962", + "longitude": "-97.134340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66963", + "city": "Randall", + "state": "KS", + "latitude": "39.633913", + "longitude": "-98.029570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66964", + "city": "Republic", + "state": "KS", + "latitude": "39.931181", + "longitude": "-97.810230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66966", + "city": "Scandia", + "state": "KS", + "latitude": "39.776903", + "longitude": "-97.763940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66967", + "city": "Smith Center", + "state": "KS", + "latitude": "39.794538", + "longitude": "-98.795610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66968", + "city": "Washington", + "state": "KS", + "latitude": "39.815522", + "longitude": "-97.061110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66969", + "city": "Scandia", + "state": "KS", + "latitude": "39.798339", + "longitude": "-97.783181", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66970", + "city": "Webber", + "state": "KS", + "latitude": "39.936773", + "longitude": "-98.042270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "66998", + "city": "Buffalo", + "state": "KS", + "latitude": "39.588426", + "longitude": "-97.788817", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67001", + "city": "Andale", + "state": "KS", + "latitude": "37.779021", + "longitude": "-97.626020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67002", + "city": "Andover", + "state": "KS", + "latitude": "37.693585", + "longitude": "-97.113210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67003", + "city": "Anthony", + "state": "KS", + "latitude": "37.144088", + "longitude": "-98.038570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67004", + "city": "Argonia", + "state": "KS", + "latitude": "37.270346", + "longitude": "-97.764780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67005", + "city": "Arkansas City", + "state": "KS", + "latitude": "37.067387", + "longitude": "-97.028310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67008", + "city": "Atlanta", + "state": "KS", + "latitude": "37.454925", + "longitude": "-96.831520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67009", + "city": "Attica", + "state": "KS", + "latitude": "37.233697", + "longitude": "-98.247790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67010", + "city": "Augusta", + "state": "KS", + "latitude": "37.680660", + "longitude": "-96.981530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67012", + "city": "Beaumont", + "state": "KS", + "latitude": "37.660135", + "longitude": "-96.533720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67013", + "city": "Belle Plaine", + "state": "KS", + "latitude": "37.390809", + "longitude": "-97.291520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67016", + "city": "Bentley", + "state": "KS", + "latitude": "37.886437", + "longitude": "-97.518280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67017", + "city": "Benton", + "state": "KS", + "latitude": "37.818158", + "longitude": "-97.108390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67018", + "city": "Bluff City", + "state": "KS", + "latitude": "37.076529", + "longitude": "-97.870110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67019", + "city": "Burden", + "state": "KS", + "latitude": "37.314208", + "longitude": "-96.784630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67020", + "city": "Burrton", + "state": "KS", + "latitude": "38.008128", + "longitude": "-97.670080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67021", + "city": "Byers", + "state": "KS", + "latitude": "37.784193", + "longitude": "-98.894860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67022", + "city": "Caldwell", + "state": "KS", + "latitude": "37.062453", + "longitude": "-97.607820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67023", + "city": "Cambridge", + "state": "KS", + "latitude": "37.327404", + "longitude": "-96.656290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67024", + "city": "Cedar Vale", + "state": "KS", + "latitude": "37.104057", + "longitude": "-96.484470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67025", + "city": "Cheney", + "state": "KS", + "latitude": "37.647611", + "longitude": "-97.787650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67026", + "city": "Clearwater", + "state": "KS", + "latitude": "37.518342", + "longitude": "-97.494520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67028", + "city": "Coats", + "state": "KS", + "latitude": "37.469499", + "longitude": "-98.935430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67029", + "city": "Coldwater", + "state": "KS", + "latitude": "37.259332", + "longitude": "-99.333850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67030", + "city": "Colwich", + "state": "KS", + "latitude": "37.787206", + "longitude": "-97.541350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67031", + "city": "Conway Springs", + "state": "KS", + "latitude": "37.400431", + "longitude": "-97.653380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67033", + "city": "Richland", + "state": "KS", + "latitude": "37.519257", + "longitude": "-97.152533", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67035", + "city": "Cunningham", + "state": "KS", + "latitude": "37.655003", + "longitude": "-98.396430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67036", + "city": "Danville", + "state": "KS", + "latitude": "37.298982", + "longitude": "-97.873570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67037", + "city": "Derby", + "state": "KS", + "latitude": "37.557434", + "longitude": "-97.251670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67038", + "city": "Dexter", + "state": "KS", + "latitude": "37.150816", + "longitude": "-96.742600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67039", + "city": "Douglass", + "state": "KS", + "latitude": "37.513371", + "longitude": "-96.998510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67041", + "city": "Elbing", + "state": "KS", + "latitude": "38.054115", + "longitude": "-97.127110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67042", + "city": "El Dorado", + "state": "KS", + "latitude": "37.830417", + "longitude": "-96.842940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67045", + "city": "Eureka", + "state": "KS", + "latitude": "37.854192", + "longitude": "-96.324330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67047", + "city": "Fall River", + "state": "KS", + "latitude": "37.642480", + "longitude": "-96.071050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67049", + "city": "Freeport", + "state": "KS", + "latitude": "37.173305", + "longitude": "-97.848350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67050", + "city": "Garden Plain", + "state": "KS", + "latitude": "37.663743", + "longitude": "-97.685390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67051", + "city": "Geuda Springs", + "state": "KS", + "latitude": "37.104798", + "longitude": "-97.192390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67052", + "city": "Goddard", + "state": "KS", + "latitude": "37.651845", + "longitude": "-97.573900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67053", + "city": "Goessel", + "state": "KS", + "latitude": "38.246972", + "longitude": "-97.348170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67054", + "city": "Greensburg", + "state": "KS", + "latitude": "37.590146", + "longitude": "-99.299890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67055", + "city": "Greenwich", + "state": "KS", + "latitude": "37.783350", + "longitude": "-97.205419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67056", + "city": "Halstead", + "state": "KS", + "latitude": "38.007112", + "longitude": "-97.513900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67057", + "city": "Hardtner", + "state": "KS", + "latitude": "37.041728", + "longitude": "-98.676310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67058", + "city": "Harper", + "state": "KS", + "latitude": "37.297898", + "longitude": "-98.039160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67059", + "city": "Haviland", + "state": "KS", + "latitude": "37.658761", + "longitude": "-99.096720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67060", + "city": "Haysville", + "state": "KS", + "latitude": "37.552425", + "longitude": "-97.347850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67061", + "city": "Hazelton", + "state": "KS", + "latitude": "37.088979", + "longitude": "-98.375440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67062", + "city": "Hesston", + "state": "KS", + "latitude": "38.142541", + "longitude": "-97.433680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67063", + "city": "Hillsboro", + "state": "KS", + "latitude": "38.347058", + "longitude": "-97.214890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67065", + "city": "Isabel", + "state": "KS", + "latitude": "37.461079", + "longitude": "-98.542620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67066", + "city": "Iuka", + "state": "KS", + "latitude": "37.746879", + "longitude": "-98.753080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67067", + "city": "Kechi", + "state": "KS", + "latitude": "37.795395", + "longitude": "-97.273090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67068", + "city": "Kingman", + "state": "KS", + "latitude": "37.618339", + "longitude": "-98.106120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67069", + "city": "Ninnescah", + "state": "KS", + "latitude": "37.573100", + "longitude": "-98.236190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67070", + "city": "Kiowa", + "state": "KS", + "latitude": "37.037218", + "longitude": "-98.493420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67071", + "city": "Lake City", + "state": "KS", + "latitude": "37.316336", + "longitude": "-98.838590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67072", + "city": "Latham", + "state": "KS", + "latitude": "37.561112", + "longitude": "-96.597950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67073", + "city": "Lehigh", + "state": "KS", + "latitude": "38.376681", + "longitude": "-97.316110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67074", + "city": "Leon", + "state": "KS", + "latitude": "37.686034", + "longitude": "-96.706900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67101", + "city": "Maize", + "state": "KS", + "latitude": "37.775593", + "longitude": "-97.467970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67102", + "city": "Maple City", + "state": "KS", + "latitude": "37.043519", + "longitude": "-96.759240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67103", + "city": "Mayfield", + "state": "KS", + "latitude": "37.264750", + "longitude": "-97.555690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67104", + "city": "Medicine Lodge", + "state": "KS", + "latitude": "37.286936", + "longitude": "-98.602710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67105", + "city": "Milan", + "state": "KS", + "latitude": "37.251663", + "longitude": "-97.665540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67106", + "city": "Milton", + "state": "KS", + "latitude": "37.447829", + "longitude": "-97.759430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67107", + "city": "Moundridge", + "state": "KS", + "latitude": "38.193313", + "longitude": "-97.528270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67108", + "city": "Mount Hope", + "state": "KS", + "latitude": "37.831684", + "longitude": "-97.674620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67109", + "city": "Mullinville", + "state": "KS", + "latitude": "37.581777", + "longitude": "-99.476080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67110", + "city": "Mulvane", + "state": "KS", + "latitude": "37.474542", + "longitude": "-97.228120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67111", + "city": "Murdock", + "state": "KS", + "latitude": "37.625625", + "longitude": "-97.926990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67112", + "city": "Nashville", + "state": "KS", + "latitude": "37.442074", + "longitude": "-98.416250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67114", + "city": "Newton", + "state": "KS", + "latitude": "38.051679", + "longitude": "-97.323000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67117", + "city": "North Newton", + "state": "KS", + "latitude": "38.073865", + "longitude": "-97.346350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67118", + "city": "Norwich", + "state": "KS", + "latitude": "37.460764", + "longitude": "-97.851820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67119", + "city": "Oxford", + "state": "KS", + "latitude": "37.253486", + "longitude": "-97.181610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67120", + "city": "Peck", + "state": "KS", + "latitude": "37.459433", + "longitude": "-97.380400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67122", + "city": "Piedmont", + "state": "KS", + "latitude": "37.629754", + "longitude": "-96.405290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67123", + "city": "Potwin", + "state": "KS", + "latitude": "37.946174", + "longitude": "-97.014230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67124", + "city": "Pratt", + "state": "KS", + "latitude": "37.642738", + "longitude": "-98.753940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67127", + "city": "Protection", + "state": "KS", + "latitude": "37.196316", + "longitude": "-99.504990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67128", + "city": "Rago", + "state": "KS", + "latitude": "37.436662", + "longitude": "-98.031310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67131", + "city": "Rock", + "state": "KS", + "latitude": "37.421980", + "longitude": "-97.003290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67132", + "city": "Rosalia", + "state": "KS", + "latitude": "37.813869", + "longitude": "-96.578560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67133", + "city": "Rose Hill", + "state": "KS", + "latitude": "37.573226", + "longitude": "-97.124210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67134", + "city": "Sawyer", + "state": "KS", + "latitude": "37.494728", + "longitude": "-98.683240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67135", + "city": "Sedgwick", + "state": "KS", + "latitude": "37.921185", + "longitude": "-97.440040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67137", + "city": "Severy", + "state": "KS", + "latitude": "37.647292", + "longitude": "-96.223240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67138", + "city": "Sharon", + "state": "KS", + "latitude": "37.253964", + "longitude": "-98.414290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67140", + "city": "South Haven", + "state": "KS", + "latitude": "37.065497", + "longitude": "-97.365620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67142", + "city": "Spivey", + "state": "KS", + "latitude": "37.468889", + "longitude": "-98.215840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67143", + "city": "Sun City", + "state": "KS", + "latitude": "37.363445", + "longitude": "-98.960440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67144", + "city": "Towanda", + "state": "KS", + "latitude": "37.804776", + "longitude": "-97.014770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67146", + "city": "Udall", + "state": "KS", + "latitude": "37.395382", + "longitude": "-97.104320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67147", + "city": "Valley Center", + "state": "KS", + "latitude": "37.853935", + "longitude": "-97.330590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67149", + "city": "Viola", + "state": "KS", + "latitude": "37.538257", + "longitude": "-97.620310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67150", + "city": "Waldron", + "state": "KS", + "latitude": "37.026317", + "longitude": "-98.208140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67151", + "city": "Walton", + "state": "KS", + "latitude": "38.134670", + "longitude": "-97.255090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67152", + "city": "Wellington", + "state": "KS", + "latitude": "37.268972", + "longitude": "-97.412470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67154", + "city": "Whitewater", + "state": "KS", + "latitude": "37.963712", + "longitude": "-97.121930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67155", + "city": "Wilmore", + "state": "KS", + "latitude": "37.343230", + "longitude": "-99.143640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67156", + "city": "Winfield", + "state": "KS", + "latitude": "37.256575", + "longitude": "-96.978850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67159", + "city": "Zenda", + "state": "KS", + "latitude": "37.422585", + "longitude": "-98.303040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67201", + "city": "Wichita", + "state": "KS", + "latitude": "37.651974", + "longitude": "-97.258997", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67202", + "city": "Wichita", + "state": "KS", + "latitude": "37.686992", + "longitude": "-97.333620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67203", + "city": "Wichita", + "state": "KS", + "latitude": "37.703932", + "longitude": "-97.362370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67204", + "city": "Wichita", + "state": "KS", + "latitude": "37.754443", + "longitude": "-97.357630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67205", + "city": "Wichita", + "state": "KS", + "latitude": "37.738348", + "longitude": "-97.429170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67206", + "city": "Wichita", + "state": "KS", + "latitude": "37.703247", + "longitude": "-97.231660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67207", + "city": "Wichita", + "state": "KS", + "latitude": "37.669803", + "longitude": "-97.232890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67208", + "city": "Wichita", + "state": "KS", + "latitude": "37.701997", + "longitude": "-97.281140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67209", + "city": "Wichita", + "state": "KS", + "latitude": "37.671290", + "longitude": "-97.437200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67210", + "city": "Wichita", + "state": "KS", + "latitude": "37.638946", + "longitude": "-97.266520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67211", + "city": "Wichita", + "state": "KS", + "latitude": "37.667175", + "longitude": "-97.319170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67212", + "city": "Wichita", + "state": "KS", + "latitude": "37.700632", + "longitude": "-97.434300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67213", + "city": "Wichita", + "state": "KS", + "latitude": "37.669067", + "longitude": "-97.362040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67214", + "city": "Wichita", + "state": "KS", + "latitude": "37.705384", + "longitude": "-97.317770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67215", + "city": "Wichita", + "state": "KS", + "latitude": "37.626676", + "longitude": "-97.423980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67216", + "city": "Wichita", + "state": "KS", + "latitude": "37.619858", + "longitude": "-97.317510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67217", + "city": "Wichita", + "state": "KS", + "latitude": "37.624210", + "longitude": "-97.363120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67218", + "city": "Wichita", + "state": "KS", + "latitude": "37.670092", + "longitude": "-97.279530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67219", + "city": "Wichita", + "state": "KS", + "latitude": "37.765919", + "longitude": "-97.319970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67220", + "city": "Wichita", + "state": "KS", + "latitude": "37.745561", + "longitude": "-97.278410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67221", + "city": "McConnell A F B", + "state": "KS", + "latitude": "37.628158", + "longitude": "-97.266260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67222", + "city": "Wichita", + "state": "KS", + "latitude": "37.751267", + "longitude": "-97.262371", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67223", + "city": "Wichita", + "state": "KS", + "latitude": "37.736740", + "longitude": "-97.499000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67226", + "city": "Wichita", + "state": "KS", + "latitude": "37.750904", + "longitude": "-97.231150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67227", + "city": "Wichita", + "state": "KS", + "latitude": "37.628120", + "longitude": "-97.491566", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67228", + "city": "Wichita", + "state": "KS", + "latitude": "37.774174", + "longitude": "-97.171098", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67230", + "city": "Wichita", + "state": "KS", + "latitude": "37.683392", + "longitude": "-97.170600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67231", + "city": "Wichita", + "state": "KS", + "latitude": "37.556692", + "longitude": "-97.410154", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67232", + "city": "Wichita", + "state": "KS", + "latitude": "37.639491", + "longitude": "-97.171372", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67233", + "city": "Wichita", + "state": "KS", + "latitude": "37.568951", + "longitude": "-97.334490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67235", + "city": "Wichita", + "state": "KS", + "latitude": "37.692778", + "longitude": "-97.495900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67236", + "city": "Wichita", + "state": "KS", + "latitude": "37.542182", + "longitude": "-97.287134", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67251", + "city": "Wichita", + "state": "KS", + "latitude": "37.693588", + "longitude": "-97.480419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67256", + "city": "Wichita", + "state": "KS", + "latitude": "37.693588", + "longitude": "-97.480419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67257", + "city": "Wichita", + "state": "KS", + "latitude": "37.693588", + "longitude": "-97.480419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67259", + "city": "Wichita", + "state": "KS", + "latitude": "37.693588", + "longitude": "-97.480419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67260", + "city": "Wichita", + "state": "KS", + "latitude": "37.693588", + "longitude": "-97.480419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67275", + "city": "Wichita", + "state": "KS", + "latitude": "37.693588", + "longitude": "-97.480419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67276", + "city": "Wichita", + "state": "KS", + "latitude": "37.693588", + "longitude": "-97.480419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67277", + "city": "Wichita", + "state": "KS", + "latitude": "37.693588", + "longitude": "-97.480419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67278", + "city": "Wichita", + "state": "KS", + "latitude": "37.693588", + "longitude": "-97.480419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67301", + "city": "Independence", + "state": "KS", + "latitude": "37.216856", + "longitude": "-95.728980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67330", + "city": "Altamont", + "state": "KS", + "latitude": "37.180641", + "longitude": "-95.303890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67332", + "city": "Bartlett", + "state": "KS", + "latitude": "37.051587", + "longitude": "-95.222700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67333", + "city": "Caney", + "state": "KS", + "latitude": "37.021498", + "longitude": "-95.916160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67334", + "city": "Chautauqua", + "state": "KS", + "latitude": "37.026172", + "longitude": "-96.178450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67335", + "city": "Cherryvale", + "state": "KS", + "latitude": "37.278991", + "longitude": "-95.547220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67336", + "city": "Chetopa", + "state": "KS", + "latitude": "37.047431", + "longitude": "-95.083650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67337", + "city": "Coffeyville", + "state": "KS", + "latitude": "37.041838", + "longitude": "-95.618140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67339", + "city": "Howard", + "state": "KS", + "latitude": "37.050156", + "longitude": "-95.504561", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67340", + "city": "Dearing", + "state": "KS", + "latitude": "37.058083", + "longitude": "-95.709820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67341", + "city": "Dennis", + "state": "KS", + "latitude": "37.347626", + "longitude": "-95.416920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67342", + "city": "Edna", + "state": "KS", + "latitude": "37.059559", + "longitude": "-95.356000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67344", + "city": "Elk City", + "state": "KS", + "latitude": "37.279439", + "longitude": "-95.931710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67345", + "city": "Elk Falls", + "state": "KS", + "latitude": "37.374770", + "longitude": "-96.190190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67346", + "city": "Grenola", + "state": "KS", + "latitude": "37.326384", + "longitude": "-96.433680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67347", + "city": "Havana", + "state": "KS", + "latitude": "37.103604", + "longitude": "-95.942600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67349", + "city": "Howard", + "state": "KS", + "latitude": "37.479165", + "longitude": "-96.265940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67351", + "city": "Liberty", + "state": "KS", + "latitude": "37.135671", + "longitude": "-95.582470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67352", + "city": "Longton", + "state": "KS", + "latitude": "37.376701", + "longitude": "-96.070250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67353", + "city": "Moline", + "state": "KS", + "latitude": "37.337559", + "longitude": "-96.299650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67354", + "city": "Mound Valley", + "state": "KS", + "latitude": "37.200877", + "longitude": "-95.410030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67355", + "city": "Niotaze", + "state": "KS", + "latitude": "37.053112", + "longitude": "-96.010650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67356", + "city": "Oswego", + "state": "KS", + "latitude": "37.182538", + "longitude": "-95.136780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67357", + "city": "Parsons", + "state": "KS", + "latitude": "37.339913", + "longitude": "-95.258340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67360", + "city": "Peru", + "state": "KS", + "latitude": "37.074399", + "longitude": "-96.090530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67361", + "city": "Sedan", + "state": "KS", + "latitude": "37.107867", + "longitude": "-96.220870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67363", + "city": "Sycamore", + "state": "KS", + "latitude": "37.327608", + "longitude": "-95.718420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67364", + "city": "Tyro", + "state": "KS", + "latitude": "37.035742", + "longitude": "-95.821670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67401", + "city": "Salina", + "state": "KS", + "latitude": "38.827875", + "longitude": "-97.615530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67402", + "city": "Salina", + "state": "KS", + "latitude": "38.783590", + "longitude": "-97.650446", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67410", + "city": "Abilene", + "state": "KS", + "latitude": "38.941120", + "longitude": "-97.219730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67411", + "city": "Fairview", + "state": "KS", + "latitude": "37.872226", + "longitude": "-97.005915", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67416", + "city": "Assaria", + "state": "KS", + "latitude": "38.674468", + "longitude": "-97.598110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67417", + "city": "Aurora", + "state": "KS", + "latitude": "39.433975", + "longitude": "-97.545880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67418", + "city": "Barnard", + "state": "KS", + "latitude": "39.188710", + "longitude": "-98.046150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67419", + "city": "Union", + "state": "KS", + "latitude": "38.362379", + "longitude": "-97.944818", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67420", + "city": "Beloit", + "state": "KS", + "latitude": "39.440546", + "longitude": "-98.077360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67422", + "city": "Bennington", + "state": "KS", + "latitude": "39.034070", + "longitude": "-97.589430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67423", + "city": "Beverly", + "state": "KS", + "latitude": "38.980027", + "longitude": "-97.979210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67425", + "city": "Brookville", + "state": "KS", + "latitude": "38.813761", + "longitude": "-97.928600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67427", + "city": "Bushton", + "state": "KS", + "latitude": "38.509780", + "longitude": "-98.396380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67428", + "city": "Canton", + "state": "KS", + "latitude": "38.369576", + "longitude": "-97.417890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67430", + "city": "Cawker City", + "state": "KS", + "latitude": "39.520894", + "longitude": "-98.437680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67431", + "city": "Chapman", + "state": "KS", + "latitude": "38.959448", + "longitude": "-97.014250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67432", + "city": "Clay Center", + "state": "KS", + "latitude": "39.341513", + "longitude": "-97.155200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67435", + "city": "Sedan", + "state": "KS", + "latitude": "37.125692", + "longitude": "-96.190914", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67436", + "city": "Delphos", + "state": "KS", + "latitude": "39.267950", + "longitude": "-97.737980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67437", + "city": "Downs", + "state": "KS", + "latitude": "39.503570", + "longitude": "-98.555910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67438", + "city": "Durham", + "state": "KS", + "latitude": "38.499781", + "longitude": "-97.271140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67439", + "city": "Ellsworth", + "state": "KS", + "latitude": "38.744056", + "longitude": "-98.227290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67441", + "city": "Enterprise", + "state": "KS", + "latitude": "38.894257", + "longitude": "-97.113910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67442", + "city": "Falun", + "state": "KS", + "latitude": "38.660286", + "longitude": "-97.750050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67443", + "city": "Galva", + "state": "KS", + "latitude": "38.372202", + "longitude": "-97.532290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67444", + "city": "Geneseo", + "state": "KS", + "latitude": "38.527035", + "longitude": "-98.139200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67445", + "city": "Glasco", + "state": "KS", + "latitude": "39.367111", + "longitude": "-97.826340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67446", + "city": "Glen Elder", + "state": "KS", + "latitude": "39.503154", + "longitude": "-98.303100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67447", + "city": "Green", + "state": "KS", + "latitude": "39.475173", + "longitude": "-96.991370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67448", + "city": "Gypsum", + "state": "KS", + "latitude": "38.657542", + "longitude": "-97.400050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67449", + "city": "Herington", + "state": "KS", + "latitude": "38.677306", + "longitude": "-96.921290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67450", + "city": "Holyrood", + "state": "KS", + "latitude": "38.616160", + "longitude": "-98.431040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67451", + "city": "Hope", + "state": "KS", + "latitude": "38.689794", + "longitude": "-97.120050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67452", + "city": "Hunter", + "state": "KS", + "latitude": "39.229204", + "longitude": "-98.384550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67454", + "city": "Kanopolis", + "state": "KS", + "latitude": "38.703443", + "longitude": "-98.137310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67455", + "city": "Lincoln", + "state": "KS", + "latitude": "39.034792", + "longitude": "-98.175770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67456", + "city": "Lindsborg", + "state": "KS", + "latitude": "38.590743", + "longitude": "-97.671560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67457", + "city": "Little River", + "state": "KS", + "latitude": "38.401980", + "longitude": "-98.006260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67458", + "city": "Longford", + "state": "KS", + "latitude": "39.171661", + "longitude": "-97.305940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67459", + "city": "Lorraine", + "state": "KS", + "latitude": "38.575040", + "longitude": "-98.336750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67460", + "city": "Mcpherson", + "state": "KS", + "latitude": "38.367298", + "longitude": "-97.677190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67464", + "city": "Marquette", + "state": "KS", + "latitude": "38.590489", + "longitude": "-97.895120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67466", + "city": "Miltonvale", + "state": "KS", + "latitude": "39.342965", + "longitude": "-97.471760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67467", + "city": "Minneapolis", + "state": "KS", + "latitude": "39.131275", + "longitude": "-97.707940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67468", + "city": "Morganville", + "state": "KS", + "latitude": "39.459244", + "longitude": "-97.225250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67470", + "city": "New Cambria", + "state": "KS", + "latitude": "38.891137", + "longitude": "-97.511140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67472", + "city": "Chapman", + "state": "KS", + "latitude": "39.248278", + "longitude": "-97.410025", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67473", + "city": "Osborne", + "state": "KS", + "latitude": "39.409385", + "longitude": "-98.705900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67474", + "city": "Portis", + "state": "KS", + "latitude": "39.579664", + "longitude": "-98.702240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67475", + "city": "Ramona", + "state": "KS", + "latitude": "38.596837", + "longitude": "-97.052740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67476", + "city": "Roxbury", + "state": "KS", + "latitude": "38.391722", + "longitude": "-97.648402", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67478", + "city": "Simpson", + "state": "KS", + "latitude": "39.384449", + "longitude": "-97.933230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67479", + "city": "Smolan", + "state": "KS", + "latitude": "38.702546", + "longitude": "-97.642827", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67480", + "city": "Solomon", + "state": "KS", + "latitude": "38.950725", + "longitude": "-97.399240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67481", + "city": "Sylvan Grove", + "state": "KS", + "latitude": "39.023406", + "longitude": "-98.401650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67482", + "city": "Talmage", + "state": "KS", + "latitude": "39.027261", + "longitude": "-97.259170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67483", + "city": "Tampa", + "state": "KS", + "latitude": "38.538684", + "longitude": "-97.159470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67484", + "city": "Tescott", + "state": "KS", + "latitude": "38.998387", + "longitude": "-97.832610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67485", + "city": "Tipton", + "state": "KS", + "latitude": "39.320710", + "longitude": "-98.502940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67487", + "city": "Wakefield", + "state": "KS", + "latitude": "39.180886", + "longitude": "-97.045130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67488", + "city": "Durham", + "state": "KS", + "latitude": "39.188023", + "longitude": "-97.435986", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67490", + "city": "Wilson", + "state": "KS", + "latitude": "38.817788", + "longitude": "-98.449720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67491", + "city": "Windom", + "state": "KS", + "latitude": "38.367098", + "longitude": "-97.899770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67492", + "city": "Woodbine", + "state": "KS", + "latitude": "38.807138", + "longitude": "-96.956800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67495", + "city": "Tipton", + "state": "KS", + "latitude": "39.339801", + "longitude": "-98.470661", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67501", + "city": "Hutchinson", + "state": "KS", + "latitude": "38.034292", + "longitude": "-97.923820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67502", + "city": "Hutchinson", + "state": "KS", + "latitude": "38.094945", + "longitude": "-97.929000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67504", + "city": "Hutchinson", + "state": "KS", + "latitude": "37.953219", + "longitude": "-98.085924", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67505", + "city": "South Hutchinson", + "state": "KS", + "latitude": "38.027185", + "longitude": "-97.939760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67510", + "city": "Abbyville", + "state": "KS", + "latitude": "37.992099", + "longitude": "-98.224790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67511", + "city": "Albert", + "state": "KS", + "latitude": "38.442368", + "longitude": "-99.041950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67512", + "city": "Alden", + "state": "KS", + "latitude": "38.238827", + "longitude": "-98.319570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67513", + "city": "Alexander", + "state": "KS", + "latitude": "38.446509", + "longitude": "-99.539060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67514", + "city": "Arlington", + "state": "KS", + "latitude": "37.876541", + "longitude": "-98.187570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67515", + "city": "Arnold", + "state": "KS", + "latitude": "38.674455", + "longitude": "-100.055320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67516", + "city": "Bazine", + "state": "KS", + "latitude": "38.400425", + "longitude": "-99.686990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67518", + "city": "Beeler", + "state": "KS", + "latitude": "38.427837", + "longitude": "-100.168110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67519", + "city": "Belpre", + "state": "KS", + "latitude": "37.947324", + "longitude": "-99.100170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67520", + "city": "Bison", + "state": "KS", + "latitude": "38.573848", + "longitude": "-99.189430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67521", + "city": "Brownell", + "state": "KS", + "latitude": "38.618706", + "longitude": "-99.748650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67522", + "city": "Buhler", + "state": "KS", + "latitude": "38.122234", + "longitude": "-97.748430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67523", + "city": "Burdett", + "state": "KS", + "latitude": "38.200452", + "longitude": "-99.543140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67524", + "city": "Chase", + "state": "KS", + "latitude": "38.360414", + "longitude": "-98.373970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67525", + "city": "Claflin", + "state": "KS", + "latitude": "38.555566", + "longitude": "-98.563090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67526", + "city": "Ellinwood", + "state": "KS", + "latitude": "38.347872", + "longitude": "-98.562050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67529", + "city": "Garfield", + "state": "KS", + "latitude": "38.070818", + "longitude": "-99.247700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67530", + "city": "Great Bend", + "state": "KS", + "latitude": "38.363151", + "longitude": "-98.784950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67543", + "city": "Haven", + "state": "KS", + "latitude": "37.898787", + "longitude": "-97.791010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67544", + "city": "Hoisington", + "state": "KS", + "latitude": "38.562172", + "longitude": "-98.766470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67545", + "city": "Hudson", + "state": "KS", + "latitude": "38.151410", + "longitude": "-98.647320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67546", + "city": "Inman", + "state": "KS", + "latitude": "38.224457", + "longitude": "-97.803210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67547", + "city": "Kinsley", + "state": "KS", + "latitude": "37.918313", + "longitude": "-99.431340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67548", + "city": "La Crosse", + "state": "KS", + "latitude": "38.560733", + "longitude": "-99.319300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67550", + "city": "Larned", + "state": "KS", + "latitude": "38.179418", + "longitude": "-99.127570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67552", + "city": "Lewis", + "state": "KS", + "latitude": "37.876262", + "longitude": "-99.232290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67553", + "city": "Liebenthal", + "state": "KS", + "latitude": "38.654948", + "longitude": "-99.320620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67554", + "city": "Lyons", + "state": "KS", + "latitude": "38.356474", + "longitude": "-98.202500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67556", + "city": "McCracken", + "state": "KS", + "latitude": "38.589291", + "longitude": "-99.522310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67557", + "city": "Macksville", + "state": "KS", + "latitude": "37.934689", + "longitude": "-98.958610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67559", + "city": "Nekoma", + "state": "KS", + "latitude": "38.414730", + "longitude": "-99.446810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67560", + "city": "Ness City", + "state": "KS", + "latitude": "38.443723", + "longitude": "-99.926220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67561", + "city": "Nickerson", + "state": "KS", + "latitude": "38.137119", + "longitude": "-98.088470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67563", + "city": "Offerle", + "state": "KS", + "latitude": "37.861674", + "longitude": "-99.560690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67564", + "city": "Olmitz", + "state": "KS", + "latitude": "38.526757", + "longitude": "-98.932280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67565", + "city": "Otis", + "state": "KS", + "latitude": "38.587486", + "longitude": "-99.042060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67566", + "city": "Partridge", + "state": "KS", + "latitude": "37.953609", + "longitude": "-98.102910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67567", + "city": "Pawnee Rock", + "state": "KS", + "latitude": "38.262021", + "longitude": "-98.978560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67568", + "city": "Plevna", + "state": "KS", + "latitude": "38.006382", + "longitude": "-98.316570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67570", + "city": "Pretty Prairie", + "state": "KS", + "latitude": "37.784834", + "longitude": "-97.982310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67572", + "city": "Ransom", + "state": "KS", + "latitude": "38.660733", + "longitude": "-99.905980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67573", + "city": "Raymond", + "state": "KS", + "latitude": "38.278487", + "longitude": "-98.416720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67574", + "city": "Rozel", + "state": "KS", + "latitude": "38.193997", + "longitude": "-99.403310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67575", + "city": "Rush Center", + "state": "KS", + "latitude": "38.445884", + "longitude": "-99.262980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67576", + "city": "Saint John", + "state": "KS", + "latitude": "38.014216", + "longitude": "-98.794870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67578", + "city": "Stafford", + "state": "KS", + "latitude": "37.976752", + "longitude": "-98.591260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67579", + "city": "Sterling", + "state": "KS", + "latitude": "38.197840", + "longitude": "-98.202220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67581", + "city": "Sylvia", + "state": "KS", + "latitude": "37.967166", + "longitude": "-98.413030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67583", + "city": "Turon", + "state": "KS", + "latitude": "37.804591", + "longitude": "-98.456170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67584", + "city": "Utica", + "state": "KS", + "latitude": "38.669493", + "longitude": "-100.192510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67585", + "city": "Yoder", + "state": "KS", + "latitude": "37.941190", + "longitude": "-97.871147", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67601", + "city": "Hays", + "state": "KS", + "latitude": "38.881082", + "longitude": "-99.325590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67621", + "city": "Agra", + "state": "KS", + "latitude": "39.792611", + "longitude": "-99.132290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67622", + "city": "Almena", + "state": "KS", + "latitude": "39.891365", + "longitude": "-99.724710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67623", + "city": "Alton", + "state": "KS", + "latitude": "39.461403", + "longitude": "-98.957570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67625", + "city": "Bogue", + "state": "KS", + "latitude": "39.360896", + "longitude": "-99.685590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67626", + "city": "Bunker Hill", + "state": "KS", + "latitude": "38.869130", + "longitude": "-98.709040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67627", + "city": "Catharine", + "state": "KS", + "latitude": "38.927648", + "longitude": "-99.216051", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67628", + "city": "Cedar", + "state": "KS", + "latitude": "39.647706", + "longitude": "-98.968370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67629", + "city": "Clayton", + "state": "KS", + "latitude": "39.707176", + "longitude": "-100.175440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67630", + "city": "Belleville", + "state": "KS", + "latitude": "37.097273", + "longitude": "-96.100176", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67631", + "city": "Collyer", + "state": "KS", + "latitude": "39.028141", + "longitude": "-100.087220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67632", + "city": "Damar", + "state": "KS", + "latitude": "39.336054", + "longitude": "-99.607490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67634", + "city": "Dorrance", + "state": "KS", + "latitude": "38.834958", + "longitude": "-98.604260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67635", + "city": "Dresden", + "state": "KS", + "latitude": "39.610945", + "longitude": "-100.451290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67637", + "city": "Ellis", + "state": "KS", + "latitude": "38.933306", + "longitude": "-99.601350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67638", + "city": "Gaylord", + "state": "KS", + "latitude": "39.640967", + "longitude": "-98.845280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67639", + "city": "Glade", + "state": "KS", + "latitude": "39.652794", + "longitude": "-99.307120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67640", + "city": "Gorham", + "state": "KS", + "latitude": "38.878181", + "longitude": "-99.034320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67642", + "city": "Hill City", + "state": "KS", + "latitude": "39.360338", + "longitude": "-99.845600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67643", + "city": "Jennings", + "state": "KS", + "latitude": "39.676204", + "longitude": "-100.293310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67644", + "city": "Kirwin", + "state": "KS", + "latitude": "39.644576", + "longitude": "-99.143700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67645", + "city": "Lenora", + "state": "KS", + "latitude": "39.609655", + "longitude": "-99.919040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67646", + "city": "Logan", + "state": "KS", + "latitude": "39.655730", + "longitude": "-99.590940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67647", + "city": "Long Island", + "state": "KS", + "latitude": "39.947283", + "longitude": "-99.534670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67648", + "city": "Lucas", + "state": "KS", + "latitude": "39.059815", + "longitude": "-98.556130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67649", + "city": "Luray", + "state": "KS", + "latitude": "39.120158", + "longitude": "-98.691820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67650", + "city": "Morland", + "state": "KS", + "latitude": "39.359896", + "longitude": "-100.085180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67651", + "city": "Natoma", + "state": "KS", + "latitude": "39.202987", + "longitude": "-99.040180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67653", + "city": "Norcatur", + "state": "KS", + "latitude": "39.907372", + "longitude": "-100.207320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67654", + "city": "Norton", + "state": "KS", + "latitude": "39.822766", + "longitude": "-99.932880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67656", + "city": "Ogallah", + "state": "KS", + "latitude": "38.989828", + "longitude": "-99.751440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67657", + "city": "Palco", + "state": "KS", + "latitude": "39.227420", + "longitude": "-99.614880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67658", + "city": "Paradise", + "state": "KS", + "latitude": "39.118835", + "longitude": "-98.915170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67659", + "city": "Penokee", + "state": "KS", + "latitude": "39.301053", + "longitude": "-99.987550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67660", + "city": "Pfeifer", + "state": "KS", + "latitude": "38.704467", + "longitude": "-99.181500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67661", + "city": "Phillipsburg", + "state": "KS", + "latitude": "39.799834", + "longitude": "-99.328520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67663", + "city": "Plainville", + "state": "KS", + "latitude": "39.212784", + "longitude": "-99.316880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67664", + "city": "Prairie View", + "state": "KS", + "latitude": "39.823946", + "longitude": "-99.560020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67665", + "city": "Russell", + "state": "KS", + "latitude": "38.866551", + "longitude": "-98.867200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67666", + "city": "Towanda", + "state": "KS", + "latitude": "39.684032", + "longitude": "-99.598374", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67667", + "city": "Schoenchen", + "state": "KS", + "latitude": "38.711024", + "longitude": "-99.331170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67669", + "city": "Stockton", + "state": "KS", + "latitude": "39.436461", + "longitude": "-99.325780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67670", + "city": "Stuttgart", + "state": "KS", + "latitude": "39.799148", + "longitude": "-99.454940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67671", + "city": "Victoria", + "state": "KS", + "latitude": "38.861194", + "longitude": "-99.150470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67672", + "city": "Wa Keeney", + "state": "KS", + "latitude": "39.015522", + "longitude": "-99.899440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67673", + "city": "Waldo", + "state": "KS", + "latitude": "39.166845", + "longitude": "-98.797620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67674", + "city": "Walker", + "state": "KS", + "latitude": "38.868064", + "longitude": "-99.078860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67675", + "city": "Woodston", + "state": "KS", + "latitude": "39.450984", + "longitude": "-99.091190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67701", + "city": "Colby", + "state": "KS", + "latitude": "39.394701", + "longitude": "-101.044850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67730", + "city": "Atwood", + "state": "KS", + "latitude": "39.810204", + "longitude": "-101.110900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67731", + "city": "Bird City", + "state": "KS", + "latitude": "39.758864", + "longitude": "-101.544480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67732", + "city": "Brewster", + "state": "KS", + "latitude": "39.424782", + "longitude": "-101.353300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67733", + "city": "Edson", + "state": "KS", + "latitude": "39.356075", + "longitude": "-101.512270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "67734", + "city": "Gem", + "state": "KS", + "latitude": "39.488765", + "longitude": "-100.897550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67735", + "city": "Goodland", + "state": "KS", + "latitude": "39.332837", + "longitude": "-101.754220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "67736", + "city": "Gove", + "state": "KS", + "latitude": "38.882722", + "longitude": "-100.460850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67737", + "city": "Grainfield", + "state": "KS", + "latitude": "39.117535", + "longitude": "-100.477350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67738", + "city": "Grinnell", + "state": "KS", + "latitude": "39.042757", + "longitude": "-100.645630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67739", + "city": "Herndon", + "state": "KS", + "latitude": "39.893743", + "longitude": "-100.786870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67740", + "city": "Hoxie", + "state": "KS", + "latitude": "39.356622", + "longitude": "-100.386100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67741", + "city": "Kanorado", + "state": "KS", + "latitude": "39.358034", + "longitude": "-102.004830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "67743", + "city": "Levant", + "state": "KS", + "latitude": "39.406853", + "longitude": "-101.233410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67744", + "city": "Ludell", + "state": "KS", + "latitude": "39.857038", + "longitude": "-100.938660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67745", + "city": "McDonald", + "state": "KS", + "latitude": "39.792736", + "longitude": "-101.363320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67747", + "city": "Monument", + "state": "KS", + "latitude": "39.071265", + "longitude": "-101.044880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67748", + "city": "Oakley", + "state": "KS", + "latitude": "39.113290", + "longitude": "-100.839260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67749", + "city": "Oberlin", + "state": "KS", + "latitude": "39.832075", + "longitude": "-100.538720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67751", + "city": "Park", + "state": "KS", + "latitude": "39.116982", + "longitude": "-100.356560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67752", + "city": "Quinter", + "state": "KS", + "latitude": "39.038252", + "longitude": "-100.232200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67753", + "city": "Rexford", + "state": "KS", + "latitude": "39.405440", + "longitude": "-100.748750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67756", + "city": "Saint Francis", + "state": "KS", + "latitude": "39.773872", + "longitude": "-101.821670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67757", + "city": "Selden", + "state": "KS", + "latitude": "39.534756", + "longitude": "-100.599540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67758", + "city": "Sharon Springs", + "state": "KS", + "latitude": "38.865428", + "longitude": "-101.735750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "67761", + "city": "Wallace", + "state": "KS", + "latitude": "38.912898", + "longitude": "-101.509370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "67762", + "city": "Weskan", + "state": "KS", + "latitude": "38.930464", + "longitude": "-101.990840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "67764", + "city": "Winona", + "state": "KS", + "latitude": "38.942421", + "longitude": "-101.206030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67801", + "city": "Dodge City", + "state": "KS", + "latitude": "37.755267", + "longitude": "-100.026320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67831", + "city": "Ashland", + "state": "KS", + "latitude": "37.196075", + "longitude": "-99.776620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67834", + "city": "Bucklin", + "state": "KS", + "latitude": "37.523175", + "longitude": "-99.634350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67835", + "city": "Cimarron", + "state": "KS", + "latitude": "37.848990", + "longitude": "-100.328110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67836", + "city": "Coolidge", + "state": "KS", + "latitude": "38.043992", + "longitude": "-102.008320", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "67837", + "city": "Copeland", + "state": "KS", + "latitude": "37.554849", + "longitude": "-100.675140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67838", + "city": "Deerfield", + "state": "KS", + "latitude": "38.039676", + "longitude": "-101.125710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67839", + "city": "Dighton", + "state": "KS", + "latitude": "38.514924", + "longitude": "-100.437760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67840", + "city": "Englewood", + "state": "KS", + "latitude": "37.040749", + "longitude": "-99.989030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67841", + "city": "Ensign", + "state": "KS", + "latitude": "37.629346", + "longitude": "-100.227040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67842", + "city": "Ford", + "state": "KS", + "latitude": "37.549041", + "longitude": "-99.748690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67844", + "city": "Fowler", + "state": "KS", + "latitude": "37.401983", + "longitude": "-100.207300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67845", + "city": "Bloom", + "state": "KS", + "latitude": "39.296417", + "longitude": "-98.524566", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67846", + "city": "Garden City", + "state": "KS", + "latitude": "37.976008", + "longitude": "-100.825030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67849", + "city": "Hanston", + "state": "KS", + "latitude": "38.134219", + "longitude": "-99.738530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67850", + "city": "Healy", + "state": "KS", + "latitude": "38.591591", + "longitude": "-100.623020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67851", + "city": "Holcomb", + "state": "KS", + "latitude": "38.089121", + "longitude": "-101.015350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67852", + "city": "Holcomb", + "state": "KS", + "latitude": "37.989353", + "longitude": "-100.993268", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67853", + "city": "Ingalls", + "state": "KS", + "latitude": "37.842421", + "longitude": "-100.497960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67854", + "city": "Jetmore", + "state": "KS", + "latitude": "38.080626", + "longitude": "-99.967010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67855", + "city": "Johnson", + "state": "KS", + "latitude": "37.557733", + "longitude": "-101.680740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67856", + "city": "Garfield", + "state": "KS", + "latitude": "38.140691", + "longitude": "-100.415419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67857", + "city": "Kendall", + "state": "KS", + "latitude": "37.974098", + "longitude": "-101.532500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67858", + "city": "Sodville", + "state": "KS", + "latitude": "37.513348", + "longitude": "-99.692418", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67859", + "city": "Kismet", + "state": "KS", + "latitude": "37.235210", + "longitude": "-100.752080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67860", + "city": "Lakin", + "state": "KS", + "latitude": "37.995238", + "longitude": "-101.272200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67861", + "city": "Leoti", + "state": "KS", + "latitude": "38.503037", + "longitude": "-101.395360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67862", + "city": "Manter", + "state": "KS", + "latitude": "37.585473", + "longitude": "-101.911570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67863", + "city": "Marienthal", + "state": "KS", + "latitude": "38.551037", + "longitude": "-101.220870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67864", + "city": "Meade", + "state": "KS", + "latitude": "37.213130", + "longitude": "-100.344640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67865", + "city": "Minneola", + "state": "KS", + "latitude": "37.394383", + "longitude": "-99.967230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67867", + "city": "Montezuma", + "state": "KS", + "latitude": "37.586422", + "longitude": "-100.462280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67868", + "city": "Pierceville", + "state": "KS", + "latitude": "37.881899", + "longitude": "-100.678490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67869", + "city": "Plains", + "state": "KS", + "latitude": "37.257151", + "longitude": "-100.581890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67870", + "city": "Satanta", + "state": "KS", + "latitude": "37.496762", + "longitude": "-101.007750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67871", + "city": "Scott City", + "state": "KS", + "latitude": "38.484610", + "longitude": "-100.934760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67876", + "city": "Spearville", + "state": "KS", + "latitude": "37.845029", + "longitude": "-99.725780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67877", + "city": "Sublette", + "state": "KS", + "latitude": "37.525821", + "longitude": "-100.843910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67878", + "city": "Syracuse", + "state": "KS", + "latitude": "38.022874", + "longitude": "-101.807810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "67879", + "city": "Tribune", + "state": "KS", + "latitude": "38.478369", + "longitude": "-101.787100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "67880", + "city": "Ulysses", + "state": "KS", + "latitude": "37.569601", + "longitude": "-101.332680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67882", + "city": "Wright", + "state": "KS", + "latitude": "37.805301", + "longitude": "-99.880210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67901", + "city": "Liberal", + "state": "KS", + "latitude": "37.067979", + "longitude": "-100.928130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67905", + "city": "Liberal", + "state": "KS", + "latitude": "37.021641", + "longitude": "-100.938049", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67938", + "city": "Colfax", + "state": "KS", + "latitude": "39.430420", + "longitude": "-97.462993", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67950", + "city": "Elkhart", + "state": "KS", + "latitude": "37.011254", + "longitude": "-101.888930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67951", + "city": "Hugoton", + "state": "KS", + "latitude": "37.185269", + "longitude": "-101.349000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67952", + "city": "Moscow", + "state": "KS", + "latitude": "37.307550", + "longitude": "-101.185410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67953", + "city": "Richfield", + "state": "KS", + "latitude": "37.236060", + "longitude": "-101.836810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "67954", + "city": "Rolla", + "state": "KS", + "latitude": "37.163412", + "longitude": "-101.619090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68001", + "city": "Abie", + "state": "NE", + "latitude": "41.334744", + "longitude": "-96.949650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68002", + "city": "Arlington", + "state": "NE", + "latitude": "41.475020", + "longitude": "-96.344460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68003", + "city": "Ashland", + "state": "NE", + "latitude": "41.068476", + "longitude": "-96.381890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68004", + "city": "Bancroft", + "state": "NE", + "latitude": "42.009508", + "longitude": "-96.623130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68005", + "city": "Bellevue", + "state": "NE", + "latitude": "41.146848", + "longitude": "-95.907960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68007", + "city": "Bennington", + "state": "NE", + "latitude": "41.367530", + "longitude": "-96.172690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68008", + "city": "Blair", + "state": "NE", + "latitude": "41.538439", + "longitude": "-96.149650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68009", + "city": "Blair", + "state": "NE", + "latitude": "41.538270", + "longitude": "-96.182295", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68010", + "city": "Boys Town", + "state": "NE", + "latitude": "41.259730", + "longitude": "-96.128330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68014", + "city": "Bruno", + "state": "NE", + "latitude": "41.282160", + "longitude": "-96.959400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68015", + "city": "Cedar Bluffs", + "state": "NE", + "latitude": "41.386373", + "longitude": "-96.649860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68016", + "city": "Cedar Creek", + "state": "NE", + "latitude": "41.036640", + "longitude": "-96.108840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68017", + "city": "Ceresco", + "state": "NE", + "latitude": "41.064961", + "longitude": "-96.649530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68018", + "city": "Colon", + "state": "NE", + "latitude": "41.309443", + "longitude": "-96.616790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68019", + "city": "Craig", + "state": "NE", + "latitude": "41.761217", + "longitude": "-96.374070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68020", + "city": "Decatur", + "state": "NE", + "latitude": "41.988034", + "longitude": "-96.265450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68022", + "city": "Elkhorn", + "state": "NE", + "latitude": "41.274881", + "longitude": "-96.245650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68023", + "city": "Fort Calhoun", + "state": "NE", + "latitude": "41.463418", + "longitude": "-96.027770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68025", + "city": "Fremont", + "state": "NE", + "latitude": "41.434796", + "longitude": "-96.488690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68026", + "city": "Fremont", + "state": "NE", + "latitude": "41.567907", + "longitude": "-96.617443", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68028", + "city": "Gretna", + "state": "NE", + "latitude": "41.118694", + "longitude": "-96.255350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68029", + "city": "Herman", + "state": "NE", + "latitude": "41.665663", + "longitude": "-96.258660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68030", + "city": "Homer", + "state": "NE", + "latitude": "42.326727", + "longitude": "-96.484750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68031", + "city": "Hooper", + "state": "NE", + "latitude": "41.623070", + "longitude": "-96.551720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68032", + "city": "Linwood", + "state": "NE", + "latitude": "41.344868", + "longitude": "-96.964345", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68033", + "city": "Ithaca", + "state": "NE", + "latitude": "41.134234", + "longitude": "-96.531500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68034", + "city": "Kennard", + "state": "NE", + "latitude": "41.465023", + "longitude": "-96.212300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68035", + "city": "Leshara", + "state": "NE", + "latitude": "41.330124", + "longitude": "-96.428990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68036", + "city": "Linwood", + "state": "NE", + "latitude": "41.391914", + "longitude": "-96.960360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68037", + "city": "Louisville", + "state": "NE", + "latitude": "40.992426", + "longitude": "-96.148410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68038", + "city": "Lyons", + "state": "NE", + "latitude": "41.948587", + "longitude": "-96.453590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68039", + "city": "Macy", + "state": "NE", + "latitude": "42.110959", + "longitude": "-96.339300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68040", + "city": "Malmo", + "state": "NE", + "latitude": "41.285973", + "longitude": "-96.739510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68041", + "city": "Mead", + "state": "NE", + "latitude": "41.220910", + "longitude": "-96.477190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68042", + "city": "Memphis", + "state": "NE", + "latitude": "41.095604", + "longitude": "-96.431680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68044", + "city": "Nickerson", + "state": "NE", + "latitude": "41.536080", + "longitude": "-96.449990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68045", + "city": "Oakland", + "state": "NE", + "latitude": "41.830827", + "longitude": "-96.494440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68046", + "city": "Papillion", + "state": "NE", + "latitude": "41.151899", + "longitude": "-96.044840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68047", + "city": "Pender", + "state": "NE", + "latitude": "42.112028", + "longitude": "-96.730930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68048", + "city": "Plattsmouth", + "state": "NE", + "latitude": "40.999245", + "longitude": "-95.915890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68050", + "city": "Prague", + "state": "NE", + "latitude": "41.309115", + "longitude": "-96.835060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68054", + "city": "Richfield", + "state": "NE", + "latitude": "41.108443", + "longitude": "-96.074520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68055", + "city": "Rosalie", + "state": "NE", + "latitude": "42.053783", + "longitude": "-96.505360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68056", + "city": "St Columbans", + "state": "NE", + "latitude": "41.092703", + "longitude": "-96.090546", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68057", + "city": "Scribner", + "state": "NE", + "latitude": "41.653831", + "longitude": "-96.708000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68058", + "city": "South Bend", + "state": "NE", + "latitude": "41.003188", + "longitude": "-96.245290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68059", + "city": "Springfield", + "state": "NE", + "latitude": "41.074548", + "longitude": "-96.156350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68061", + "city": "Tekamah", + "state": "NE", + "latitude": "41.783203", + "longitude": "-96.215770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68062", + "city": "Thurston", + "state": "NE", + "latitude": "42.187938", + "longitude": "-96.677470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68063", + "city": "Uehling", + "state": "NE", + "latitude": "41.733433", + "longitude": "-96.504540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68064", + "city": "Valley", + "state": "NE", + "latitude": "41.328149", + "longitude": "-96.339600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68065", + "city": "Valparaiso", + "state": "NE", + "latitude": "41.077766", + "longitude": "-96.845860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68066", + "city": "Wahoo", + "state": "NE", + "latitude": "41.199626", + "longitude": "-96.622600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68067", + "city": "Walthill", + "state": "NE", + "latitude": "42.148163", + "longitude": "-96.482760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68068", + "city": "Washington", + "state": "NE", + "latitude": "41.396848", + "longitude": "-96.207590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68069", + "city": "Waterloo", + "state": "NE", + "latitude": "41.255649", + "longitude": "-96.301950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68070", + "city": "Weston", + "state": "NE", + "latitude": "41.200338", + "longitude": "-96.783590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68071", + "city": "Winnebago", + "state": "NE", + "latitude": "42.232805", + "longitude": "-96.488680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68072", + "city": "Winslow", + "state": "NE", + "latitude": "41.610230", + "longitude": "-96.503281", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68073", + "city": "Yutan", + "state": "NE", + "latitude": "41.249536", + "longitude": "-96.402580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68101", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68102", + "city": "Omaha", + "state": "NE", + "latitude": "41.260566", + "longitude": "-95.936200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68103", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68104", + "city": "Omaha", + "state": "NE", + "latitude": "41.292445", + "longitude": "-96.000600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68105", + "city": "Omaha", + "state": "NE", + "latitude": "41.240854", + "longitude": "-95.963830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68106", + "city": "Omaha", + "state": "NE", + "latitude": "41.242313", + "longitude": "-95.998970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68107", + "city": "Omaha", + "state": "NE", + "latitude": "41.205198", + "longitude": "-95.955390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68108", + "city": "Omaha", + "state": "NE", + "latitude": "41.240562", + "longitude": "-95.933530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68109", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68110", + "city": "Omaha", + "state": "NE", + "latitude": "41.292321", + "longitude": "-95.934270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68111", + "city": "Omaha", + "state": "NE", + "latitude": "41.294547", + "longitude": "-95.964340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68112", + "city": "Omaha", + "state": "NE", + "latitude": "41.334947", + "longitude": "-95.959240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68113", + "city": "Offutt A F B", + "state": "NE", + "latitude": "41.127805", + "longitude": "-95.906490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68114", + "city": "Omaha", + "state": "NE", + "latitude": "41.264531", + "longitude": "-96.047980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68116", + "city": "Omaha", + "state": "NE", + "latitude": "41.294069", + "longitude": "-96.153520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68117", + "city": "Omaha", + "state": "NE", + "latitude": "41.208364", + "longitude": "-95.996750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68118", + "city": "Omaha", + "state": "NE", + "latitude": "41.263194", + "longitude": "-96.171080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68119", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68120", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68122", + "city": "Omaha", + "state": "NE", + "latitude": "41.348081", + "longitude": "-96.046090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68123", + "city": "Bellevue", + "state": "NE", + "latitude": "41.117337", + "longitude": "-95.951260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68124", + "city": "Omaha", + "state": "NE", + "latitude": "41.235064", + "longitude": "-96.050730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68127", + "city": "Omaha", + "state": "NE", + "latitude": "41.203029", + "longitude": "-96.050090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68128", + "city": "La Vista", + "state": "NE", + "latitude": "41.183458", + "longitude": "-96.053180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68130", + "city": "Omaha", + "state": "NE", + "latitude": "41.240036", + "longitude": "-96.180170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68131", + "city": "Omaha", + "state": "NE", + "latitude": "41.264418", + "longitude": "-95.963830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68132", + "city": "Omaha", + "state": "NE", + "latitude": "41.265650", + "longitude": "-95.997410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68133", + "city": "Papillion", + "state": "NE", + "latitude": "41.144085", + "longitude": "-96.005470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68134", + "city": "Omaha", + "state": "NE", + "latitude": "41.296748", + "longitude": "-96.051810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68135", + "city": "Omaha", + "state": "NE", + "latitude": "41.203791", + "longitude": "-96.178620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68136", + "city": "Omaha", + "state": "NE", + "latitude": "41.177298", + "longitude": "-96.186620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68137", + "city": "Omaha", + "state": "NE", + "latitude": "41.204631", + "longitude": "-96.121080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68138", + "city": "Omaha", + "state": "NE", + "latitude": "41.175935", + "longitude": "-96.133940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68139", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68142", + "city": "Omaha", + "state": "NE", + "latitude": "41.365763", + "longitude": "-96.106080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68144", + "city": "Omaha", + "state": "NE", + "latitude": "41.235248", + "longitude": "-96.115050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68145", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68147", + "city": "Bellevue", + "state": "NE", + "latitude": "41.179338", + "longitude": "-95.955920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68152", + "city": "Omaha", + "state": "NE", + "latitude": "41.344394", + "longitude": "-96.000770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68154", + "city": "Omaha", + "state": "NE", + "latitude": "41.264952", + "longitude": "-96.114220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68155", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68157", + "city": "Omaha", + "state": "NE", + "latitude": "41.182198", + "longitude": "-95.990580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68164", + "city": "Omaha", + "state": "NE", + "latitude": "41.296198", + "longitude": "-96.110270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68172", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68175", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68176", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68178", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68179", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68180", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68181", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68182", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68183", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68198", + "city": "Omaha", + "state": "NE", + "latitude": "41.291736", + "longitude": "-96.171104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68226", + "city": "Central City", + "state": "NE", + "latitude": "41.120440", + "longitude": "-97.992289", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68278", + "city": "Omaha", + "state": "NE", + "latitude": "41.264333", + "longitude": "-95.946368", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68301", + "city": "Adams", + "state": "NE", + "latitude": "40.472055", + "longitude": "-96.526370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68303", + "city": "Alexandria", + "state": "NE", + "latitude": "40.247793", + "longitude": "-97.411640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68304", + "city": "Alvo", + "state": "NE", + "latitude": "40.874192", + "longitude": "-96.388420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68305", + "city": "Auburn", + "state": "NE", + "latitude": "40.376356", + "longitude": "-95.844220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68307", + "city": "Avoca", + "state": "NE", + "latitude": "40.789284", + "longitude": "-96.130680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68309", + "city": "Barneston", + "state": "NE", + "latitude": "40.048634", + "longitude": "-96.573260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68310", + "city": "Beatrice", + "state": "NE", + "latitude": "40.264193", + "longitude": "-96.746040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68313", + "city": "Beaver Crossing", + "state": "NE", + "latitude": "40.781788", + "longitude": "-97.268490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68314", + "city": "Bee", + "state": "NE", + "latitude": "41.009984", + "longitude": "-97.034370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68315", + "city": "Belvidere", + "state": "NE", + "latitude": "40.248038", + "longitude": "-97.557400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68316", + "city": "Benedict", + "state": "NE", + "latitude": "41.014534", + "longitude": "-97.609670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68317", + "city": "Bennet", + "state": "NE", + "latitude": "40.680749", + "longitude": "-96.500730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68318", + "city": "Blue Springs", + "state": "NE", + "latitude": "40.146010", + "longitude": "-96.660490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68319", + "city": "Bradshaw", + "state": "NE", + "latitude": "40.910954", + "longitude": "-97.760810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68320", + "city": "Brock", + "state": "NE", + "latitude": "40.487422", + "longitude": "-95.960110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68321", + "city": "Brownville", + "state": "NE", + "latitude": "40.400172", + "longitude": "-95.696650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68322", + "city": "Bruning", + "state": "NE", + "latitude": "40.328889", + "longitude": "-97.548360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68323", + "city": "Burchard", + "state": "NE", + "latitude": "40.135672", + "longitude": "-96.354970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68324", + "city": "Burr", + "state": "NE", + "latitude": "40.549923", + "longitude": "-96.297760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68325", + "city": "Byron", + "state": "NE", + "latitude": "40.042191", + "longitude": "-97.769790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68326", + "city": "Carleton", + "state": "NE", + "latitude": "40.291410", + "longitude": "-97.681090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68327", + "city": "Chester", + "state": "NE", + "latitude": "40.015959", + "longitude": "-97.619260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68328", + "city": "Clatonia", + "state": "NE", + "latitude": "40.473614", + "longitude": "-96.845110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68329", + "city": "Cook", + "state": "NE", + "latitude": "40.504820", + "longitude": "-96.172290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68330", + "city": "Cordova", + "state": "NE", + "latitude": "40.716216", + "longitude": "-97.352200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68331", + "city": "Cortland", + "state": "NE", + "latitude": "40.481866", + "longitude": "-96.703620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68332", + "city": "Crab Orchard", + "state": "NE", + "latitude": "40.327774", + "longitude": "-96.402540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68333", + "city": "Crete", + "state": "NE", + "latitude": "40.620175", + "longitude": "-96.960990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68335", + "city": "Davenport", + "state": "NE", + "latitude": "40.297350", + "longitude": "-97.811520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68336", + "city": "Davey", + "state": "NE", + "latitude": "40.965773", + "longitude": "-96.676670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68337", + "city": "Dawson", + "state": "NE", + "latitude": "40.111270", + "longitude": "-95.838680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68338", + "city": "Daykin", + "state": "NE", + "latitude": "40.327793", + "longitude": "-97.263890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68339", + "city": "Denton", + "state": "NE", + "latitude": "40.739508", + "longitude": "-96.848730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68340", + "city": "Deshler", + "state": "NE", + "latitude": "40.135651", + "longitude": "-97.736360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68341", + "city": "De Witt", + "state": "NE", + "latitude": "40.389849", + "longitude": "-96.912290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68342", + "city": "Diller", + "state": "NE", + "latitude": "40.105725", + "longitude": "-96.934280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68343", + "city": "Dorchester", + "state": "NE", + "latitude": "40.632861", + "longitude": "-97.131390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68344", + "city": "Douglas", + "state": "NE", + "latitude": "40.569850", + "longitude": "-96.380600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68345", + "city": "Du Bois", + "state": "NE", + "latitude": "40.034277", + "longitude": "-96.020990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68346", + "city": "Dunbar", + "state": "NE", + "latitude": "40.666814", + "longitude": "-96.027960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68347", + "city": "Eagle", + "state": "NE", + "latitude": "40.805678", + "longitude": "-96.436200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68348", + "city": "Elk Creek", + "state": "NE", + "latitude": "40.289859", + "longitude": "-96.130440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68349", + "city": "Elmwood", + "state": "NE", + "latitude": "40.837204", + "longitude": "-96.295370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68350", + "city": "Endicott", + "state": "NE", + "latitude": "40.061702", + "longitude": "-97.076330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68351", + "city": "Exeter", + "state": "NE", + "latitude": "40.652298", + "longitude": "-97.436840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68352", + "city": "Fairbury", + "state": "NE", + "latitude": "40.151358", + "longitude": "-97.203740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68354", + "city": "Fairmont", + "state": "NE", + "latitude": "40.633747", + "longitude": "-97.580410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68355", + "city": "Falls City", + "state": "NE", + "latitude": "40.097217", + "longitude": "-95.586310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68357", + "city": "Filley", + "state": "NE", + "latitude": "40.298643", + "longitude": "-96.548330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68358", + "city": "Firth", + "state": "NE", + "latitude": "40.533257", + "longitude": "-96.605680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68359", + "city": "Friend", + "state": "NE", + "latitude": "40.630445", + "longitude": "-97.283050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68360", + "city": "Garland", + "state": "NE", + "latitude": "40.951780", + "longitude": "-96.967870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68361", + "city": "Geneva", + "state": "NE", + "latitude": "40.516034", + "longitude": "-97.600560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68362", + "city": "Gilead", + "state": "NE", + "latitude": "40.163122", + "longitude": "-97.428630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68364", + "city": "Goehner", + "state": "NE", + "latitude": "40.832663", + "longitude": "-97.220190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68365", + "city": "Grafton", + "state": "NE", + "latitude": "40.627475", + "longitude": "-97.724080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68366", + "city": "Greenwood", + "state": "NE", + "latitude": "40.974167", + "longitude": "-96.435550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68367", + "city": "Gresham", + "state": "NE", + "latitude": "41.039370", + "longitude": "-97.396710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68368", + "city": "Hallam", + "state": "NE", + "latitude": "40.563073", + "longitude": "-96.789140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68370", + "city": "Hebron", + "state": "NE", + "latitude": "40.154291", + "longitude": "-97.548950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68371", + "city": "Henderson", + "state": "NE", + "latitude": "40.763846", + "longitude": "-97.778560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68372", + "city": "Hickman", + "state": "NE", + "latitude": "40.612736", + "longitude": "-96.622950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68374", + "city": "Holmesville", + "state": "NE", + "latitude": "40.211775", + "longitude": "-96.642330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68375", + "city": "Hubbell", + "state": "NE", + "latitude": "40.025484", + "longitude": "-97.472650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68376", + "city": "Humboldt", + "state": "NE", + "latitude": "40.172733", + "longitude": "-95.942600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68377", + "city": "Jansen", + "state": "NE", + "latitude": "40.208080", + "longitude": "-97.024450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68378", + "city": "Johnson", + "state": "NE", + "latitude": "40.394814", + "longitude": "-96.018640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68380", + "city": "Lewiston", + "state": "NE", + "latitude": "40.242528", + "longitude": "-96.403090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68381", + "city": "Liberty", + "state": "NE", + "latitude": "40.081107", + "longitude": "-96.483800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68382", + "city": "Lorton", + "state": "NE", + "latitude": "40.653589", + "longitude": "-96.086904", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68401", + "city": "McCool Junction", + "state": "NE", + "latitude": "40.744844", + "longitude": "-97.582960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68402", + "city": "Malcolm", + "state": "NE", + "latitude": "40.918054", + "longitude": "-96.848390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68403", + "city": "Manley", + "state": "NE", + "latitude": "40.918749", + "longitude": "-96.165470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68404", + "city": "Martell", + "state": "NE", + "latitude": "40.617147", + "longitude": "-96.755900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68405", + "city": "Milford", + "state": "NE", + "latitude": "40.772835", + "longitude": "-97.058410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68406", + "city": "Milligan", + "state": "NE", + "latitude": "40.501404", + "longitude": "-97.397260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68407", + "city": "Murdock", + "state": "NE", + "latitude": "40.912199", + "longitude": "-96.247290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68409", + "city": "Murray", + "state": "NE", + "latitude": "40.915826", + "longitude": "-95.936110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68410", + "city": "Nebraska City", + "state": "NE", + "latitude": "40.661439", + "longitude": "-95.870230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68413", + "city": "Nehawka", + "state": "NE", + "latitude": "40.833188", + "longitude": "-96.003150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68414", + "city": "Nemaha", + "state": "NE", + "latitude": "40.321940", + "longitude": "-95.676830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68415", + "city": "Odell", + "state": "NE", + "latitude": "40.052388", + "longitude": "-96.817610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68416", + "city": "Ohiowa", + "state": "NE", + "latitude": "40.401484", + "longitude": "-97.453670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68417", + "city": "Otoe", + "state": "NE", + "latitude": "40.728493", + "longitude": "-96.095160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68418", + "city": "Palmyra", + "state": "NE", + "latitude": "40.702467", + "longitude": "-96.384500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68419", + "city": "Panama", + "state": "NE", + "latitude": "40.596093", + "longitude": "-96.508160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68420", + "city": "Pawnee City", + "state": "NE", + "latitude": "40.106605", + "longitude": "-96.159680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68421", + "city": "Peru", + "state": "NE", + "latitude": "40.488630", + "longitude": "-95.731520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68422", + "city": "Pickrell", + "state": "NE", + "latitude": "40.385662", + "longitude": "-96.713960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68423", + "city": "Pleasant Dale", + "state": "NE", + "latitude": "40.806723", + "longitude": "-96.939310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68424", + "city": "Plymouth", + "state": "NE", + "latitude": "40.298729", + "longitude": "-97.001060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68428", + "city": "Raymond", + "state": "NE", + "latitude": "40.969816", + "longitude": "-96.823640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68429", + "city": "Reynolds", + "state": "NE", + "latitude": "40.059775", + "longitude": "-97.380646", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68430", + "city": "Roca", + "state": "NE", + "latitude": "40.679251", + "longitude": "-96.665790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68431", + "city": "Rulo", + "state": "NE", + "latitude": "40.056628", + "longitude": "-95.432970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68433", + "city": "Salem", + "state": "NE", + "latitude": "40.060469", + "longitude": "-95.741810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68434", + "city": "Seward", + "state": "NE", + "latitude": "40.909197", + "longitude": "-97.112060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68436", + "city": "Shickley", + "state": "NE", + "latitude": "40.430340", + "longitude": "-97.738150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68437", + "city": "Shubert", + "state": "NE", + "latitude": "40.240436", + "longitude": "-95.639810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68438", + "city": "Sprague", + "state": "NE", + "latitude": "40.626661", + "longitude": "-96.745622", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68439", + "city": "Staplehurst", + "state": "NE", + "latitude": "40.996127", + "longitude": "-97.205200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68440", + "city": "Steele City", + "state": "NE", + "latitude": "40.050970", + "longitude": "-97.030570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68441", + "city": "Steinauer", + "state": "NE", + "latitude": "40.224384", + "longitude": "-96.240720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68442", + "city": "Stella", + "state": "NE", + "latitude": "40.229899", + "longitude": "-95.775170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68443", + "city": "Sterling", + "state": "NE", + "latitude": "40.450262", + "longitude": "-96.377730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68444", + "city": "Strang", + "state": "NE", + "latitude": "40.409283", + "longitude": "-97.583910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68445", + "city": "Swanton", + "state": "NE", + "latitude": "40.400494", + "longitude": "-97.093570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68446", + "city": "Syracuse", + "state": "NE", + "latitude": "40.656899", + "longitude": "-96.182010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68447", + "city": "Table Rock", + "state": "NE", + "latitude": "40.188015", + "longitude": "-96.089780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68448", + "city": "Talmage", + "state": "NE", + "latitude": "40.537185", + "longitude": "-96.023530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68450", + "city": "Tecumseh", + "state": "NE", + "latitude": "40.373895", + "longitude": "-96.209700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68452", + "city": "Ong", + "state": "NE", + "latitude": "40.394354", + "longitude": "-97.845070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68453", + "city": "Tobias", + "state": "NE", + "latitude": "40.412117", + "longitude": "-97.330940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68454", + "city": "Unadilla", + "state": "NE", + "latitude": "40.698235", + "longitude": "-96.289130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68455", + "city": "Union", + "state": "NE", + "latitude": "40.820408", + "longitude": "-95.897140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68456", + "city": "Utica", + "state": "NE", + "latitude": "40.898329", + "longitude": "-97.320840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68457", + "city": "Verdon", + "state": "NE", + "latitude": "40.152937", + "longitude": "-95.699820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68458", + "city": "Virginia", + "state": "NE", + "latitude": "40.239986", + "longitude": "-96.491820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68460", + "city": "Waco", + "state": "NE", + "latitude": "40.897974", + "longitude": "-97.450720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68461", + "city": "Walton", + "state": "NE", + "latitude": "40.764867", + "longitude": "-96.530440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68462", + "city": "Waverly", + "state": "NE", + "latitude": "40.924298", + "longitude": "-96.525810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68463", + "city": "Weeping Water", + "state": "NE", + "latitude": "40.871420", + "longitude": "-96.141880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68464", + "city": "Western", + "state": "NE", + "latitude": "40.410478", + "longitude": "-97.207460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68465", + "city": "Wilber", + "state": "NE", + "latitude": "40.487481", + "longitude": "-96.998490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68466", + "city": "Wymore", + "state": "NE", + "latitude": "40.087289", + "longitude": "-96.653610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68467", + "city": "York", + "state": "NE", + "latitude": "40.865237", + "longitude": "-97.588840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68501", + "city": "Lincoln", + "state": "NE", + "latitude": "40.865142", + "longitude": "-96.823133", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68502", + "city": "Lincoln", + "state": "NE", + "latitude": "40.789051", + "longitude": "-96.695890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68503", + "city": "Lincoln", + "state": "NE", + "latitude": "40.823602", + "longitude": "-96.675520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68504", + "city": "Lincoln", + "state": "NE", + "latitude": "40.844200", + "longitude": "-96.655630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68505", + "city": "Lincoln", + "state": "NE", + "latitude": "40.826550", + "longitude": "-96.625640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68506", + "city": "Lincoln", + "state": "NE", + "latitude": "40.785557", + "longitude": "-96.645990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68507", + "city": "Lincoln", + "state": "NE", + "latitude": "40.851150", + "longitude": "-96.629140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68508", + "city": "Lincoln", + "state": "NE", + "latitude": "40.814191", + "longitude": "-96.707440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68509", + "city": "Lincoln", + "state": "NE", + "latitude": "40.784451", + "longitude": "-96.688799", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68510", + "city": "Lincoln", + "state": "NE", + "latitude": "40.807106", + "longitude": "-96.656340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68512", + "city": "Lincoln", + "state": "NE", + "latitude": "40.744800", + "longitude": "-96.695740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68514", + "city": "Lincoln", + "state": "NE", + "latitude": "40.940125", + "longitude": "-96.662138", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68516", + "city": "Lincoln", + "state": "NE", + "latitude": "40.749224", + "longitude": "-96.645660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68517", + "city": "Lincoln", + "state": "NE", + "latitude": "40.921850", + "longitude": "-96.614950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68520", + "city": "Lincoln", + "state": "NE", + "latitude": "40.798632", + "longitude": "-96.590230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68521", + "city": "Lincoln", + "state": "NE", + "latitude": "40.855645", + "longitude": "-96.712980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68522", + "city": "Lincoln", + "state": "NE", + "latitude": "40.790601", + "longitude": "-96.749740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68523", + "city": "Lincoln", + "state": "NE", + "latitude": "40.740529", + "longitude": "-96.761780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68524", + "city": "Lincoln", + "state": "NE", + "latitude": "40.859321", + "longitude": "-96.795860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68526", + "city": "Lincoln", + "state": "NE", + "latitude": "40.740833", + "longitude": "-96.591220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68527", + "city": "Lincoln", + "state": "NE", + "latitude": "40.849249", + "longitude": "-96.530610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68528", + "city": "Lincoln", + "state": "NE", + "latitude": "40.816765", + "longitude": "-96.785980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68529", + "city": "Lincoln", + "state": "NE", + "latitude": "40.879752", + "longitude": "-96.779796", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68531", + "city": "Lincoln", + "state": "NE", + "latitude": "40.900801", + "longitude": "-96.720143", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68532", + "city": "Lincoln", + "state": "NE", + "latitude": "40.796876", + "longitude": "-96.858500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68542", + "city": "Lincoln", + "state": "NE", + "latitude": "40.784451", + "longitude": "-96.688799", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68544", + "city": "Lincoln", + "state": "NE", + "latitude": "40.784451", + "longitude": "-96.688799", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68572", + "city": "Lincoln", + "state": "NE", + "latitude": "40.784451", + "longitude": "-96.688799", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68583", + "city": "Lincoln", + "state": "NE", + "latitude": "40.784451", + "longitude": "-96.688799", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68588", + "city": "Lincoln", + "state": "NE", + "latitude": "40.820645", + "longitude": "-96.692843", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68601", + "city": "Columbus", + "state": "NE", + "latitude": "41.437838", + "longitude": "-97.371920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68602", + "city": "Columbus", + "state": "NE", + "latitude": "41.538080", + "longitude": "-97.541795", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68620", + "city": "Albion", + "state": "NE", + "latitude": "41.708281", + "longitude": "-98.024600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68621", + "city": "Ames", + "state": "NE", + "latitude": "41.482181", + "longitude": "-96.639290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68622", + "city": "Bartlett", + "state": "NE", + "latitude": "41.909737", + "longitude": "-98.514130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68623", + "city": "Belgrade", + "state": "NE", + "latitude": "41.441371", + "longitude": "-98.109400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68624", + "city": "Bellwood", + "state": "NE", + "latitude": "41.342529", + "longitude": "-97.234850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68626", + "city": "Brainard", + "state": "NE", + "latitude": "41.177056", + "longitude": "-97.000120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68627", + "city": "Cedar Rapids", + "state": "NE", + "latitude": "41.552082", + "longitude": "-98.174490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68628", + "city": "Clarks", + "state": "NE", + "latitude": "41.212516", + "longitude": "-97.831180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68629", + "city": "Clarkson", + "state": "NE", + "latitude": "41.708790", + "longitude": "-97.127480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68631", + "city": "Creston", + "state": "NE", + "latitude": "41.692408", + "longitude": "-97.354560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68632", + "city": "David City", + "state": "NE", + "latitude": "41.259891", + "longitude": "-97.126380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68633", + "city": "Dodge", + "state": "NE", + "latitude": "41.706209", + "longitude": "-96.896620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68634", + "city": "Duncan", + "state": "NE", + "latitude": "41.388893", + "longitude": "-97.494390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68635", + "city": "Dwight", + "state": "NE", + "latitude": "41.083432", + "longitude": "-97.015830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68636", + "city": "Elgin", + "state": "NE", + "latitude": "42.009216", + "longitude": "-98.133110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68637", + "city": "Ericson", + "state": "NE", + "latitude": "41.769830", + "longitude": "-98.641320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68638", + "city": "Fullerton", + "state": "NE", + "latitude": "41.375063", + "longitude": "-97.963810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68640", + "city": "Genoa", + "state": "NE", + "latitude": "41.449960", + "longitude": "-97.751990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68641", + "city": "Howells", + "state": "NE", + "latitude": "41.734270", + "longitude": "-97.013670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68642", + "city": "Humphrey", + "state": "NE", + "latitude": "41.690401", + "longitude": "-97.497230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68643", + "city": "Leigh", + "state": "NE", + "latitude": "41.691648", + "longitude": "-97.247810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68644", + "city": "Lindsay", + "state": "NE", + "latitude": "41.707169", + "longitude": "-97.686500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68647", + "city": "Monroe", + "state": "NE", + "latitude": "41.504301", + "longitude": "-97.609210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68648", + "city": "Morse Bluff", + "state": "NE", + "latitude": "41.400937", + "longitude": "-96.780660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68649", + "city": "North Bend", + "state": "NE", + "latitude": "41.484782", + "longitude": "-96.775670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68651", + "city": "Osceola", + "state": "NE", + "latitude": "41.213610", + "longitude": "-97.569930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68652", + "city": "Petersburg", + "state": "NE", + "latitude": "41.861111", + "longitude": "-98.045490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68653", + "city": "Platte Center", + "state": "NE", + "latitude": "41.545453", + "longitude": "-97.489740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68654", + "city": "Polk", + "state": "NE", + "latitude": "41.068368", + "longitude": "-97.780360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68655", + "city": "Primrose", + "state": "NE", + "latitude": "41.632602", + "longitude": "-98.243190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68658", + "city": "Rising City", + "state": "NE", + "latitude": "41.192785", + "longitude": "-97.295320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68659", + "city": "Rogers", + "state": "NE", + "latitude": "41.546604", + "longitude": "-96.935210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68660", + "city": "Saint Edward", + "state": "NE", + "latitude": "41.574309", + "longitude": "-97.868980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68661", + "city": "Schuyler", + "state": "NE", + "latitude": "41.472784", + "longitude": "-97.069150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68662", + "city": "Shelby", + "state": "NE", + "latitude": "41.184669", + "longitude": "-97.416340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68663", + "city": "Silver Creek", + "state": "NE", + "latitude": "41.306574", + "longitude": "-97.700190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68664", + "city": "Snyder", + "state": "NE", + "latitude": "41.704483", + "longitude": "-96.787940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68665", + "city": "Spalding", + "state": "NE", + "latitude": "41.693462", + "longitude": "-98.385230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68666", + "city": "Stromsburg", + "state": "NE", + "latitude": "41.113813", + "longitude": "-97.602950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68667", + "city": "Surprise", + "state": "NE", + "latitude": "41.106694", + "longitude": "-97.305540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68669", + "city": "Ulysses", + "state": "NE", + "latitude": "41.082930", + "longitude": "-97.222350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68701", + "city": "Norfolk", + "state": "NE", + "latitude": "42.026209", + "longitude": "-97.417410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68702", + "city": "Norfolk", + "state": "NE", + "latitude": "41.916476", + "longitude": "-97.601348", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68710", + "city": "Allen", + "state": "NE", + "latitude": "42.450185", + "longitude": "-96.851530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68711", + "city": "Amelia", + "state": "NE", + "latitude": "42.214277", + "longitude": "-98.985150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68713", + "city": "Atkinson", + "state": "NE", + "latitude": "42.573338", + "longitude": "-98.941360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68714", + "city": "Bassett", + "state": "NE", + "latitude": "42.539610", + "longitude": "-99.529380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68715", + "city": "Battle Creek", + "state": "NE", + "latitude": "41.993408", + "longitude": "-97.601960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68716", + "city": "Beemer", + "state": "NE", + "latitude": "41.944906", + "longitude": "-96.833800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68717", + "city": "Belden", + "state": "NE", + "latitude": "42.408389", + "longitude": "-97.209180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68718", + "city": "Bloomfield", + "state": "NE", + "latitude": "42.651113", + "longitude": "-97.672710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68719", + "city": "Bristow", + "state": "NE", + "latitude": "42.845614", + "longitude": "-98.569460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68720", + "city": "Brunswick", + "state": "NE", + "latitude": "42.337964", + "longitude": "-98.014320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68722", + "city": "Butte", + "state": "NE", + "latitude": "42.923088", + "longitude": "-98.859210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68723", + "city": "Carroll", + "state": "NE", + "latitude": "42.281323", + "longitude": "-97.203730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68724", + "city": "Center", + "state": "NE", + "latitude": "42.621770", + "longitude": "-97.875780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68725", + "city": "Chambers", + "state": "NE", + "latitude": "42.182794", + "longitude": "-98.777980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68726", + "city": "Clearwater", + "state": "NE", + "latitude": "42.163976", + "longitude": "-98.218460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68727", + "city": "Coleridge", + "state": "NE", + "latitude": "42.509494", + "longitude": "-97.205260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68728", + "city": "Concord", + "state": "NE", + "latitude": "42.379899", + "longitude": "-96.963310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68729", + "city": "Creighton", + "state": "NE", + "latitude": "42.469145", + "longitude": "-97.902300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68730", + "city": "Crofton", + "state": "NE", + "latitude": "42.774493", + "longitude": "-97.515430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68731", + "city": "Dakota City", + "state": "NE", + "latitude": "42.424303", + "longitude": "-96.439040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68732", + "city": "Dixon", + "state": "NE", + "latitude": "42.459805", + "longitude": "-96.981160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68733", + "city": "Emerson", + "state": "NE", + "latitude": "42.288154", + "longitude": "-96.736440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68734", + "city": "Emmet", + "state": "NE", + "latitude": "42.475789", + "longitude": "-98.799530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68735", + "city": "Ewing", + "state": "NE", + "latitude": "42.189511", + "longitude": "-98.422850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68736", + "city": "Fordyce", + "state": "NE", + "latitude": "42.750269", + "longitude": "-97.380100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68737", + "city": "Foster", + "state": "NE", + "latitude": "42.272213", + "longitude": "-97.674460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68738", + "city": "Hadar", + "state": "NE", + "latitude": "42.264356", + "longitude": "-97.601337", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68739", + "city": "Hartington", + "state": "NE", + "latitude": "42.624108", + "longitude": "-97.252670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68740", + "city": "Hoskins", + "state": "NE", + "latitude": "42.145982", + "longitude": "-97.300900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68741", + "city": "Hubbard", + "state": "NE", + "latitude": "42.367879", + "longitude": "-96.582970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68742", + "city": "Inman", + "state": "NE", + "latitude": "42.376443", + "longitude": "-98.518480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68743", + "city": "Jackson", + "state": "NE", + "latitude": "42.460155", + "longitude": "-96.606680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68745", + "city": "Laurel", + "state": "NE", + "latitude": "42.437732", + "longitude": "-97.090570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68746", + "city": "Lynch", + "state": "NE", + "latitude": "42.787371", + "longitude": "-98.435920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68747", + "city": "Mclean", + "state": "NE", + "latitude": "42.402076", + "longitude": "-97.475100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68748", + "city": "Madison", + "state": "NE", + "latitude": "41.836046", + "longitude": "-97.452120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68749", + "city": "Magnet", + "state": "NE", + "latitude": "42.609687", + "longitude": "-97.250378", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68751", + "city": "Maskell", + "state": "NE", + "latitude": "42.481711", + "longitude": "-96.926042", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68752", + "city": "Meadow Grove", + "state": "NE", + "latitude": "41.995961", + "longitude": "-97.707880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68753", + "city": "Mills", + "state": "NE", + "latitude": "42.855832", + "longitude": "-99.443910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68755", + "city": "Naper", + "state": "NE", + "latitude": "42.946169", + "longitude": "-99.116380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68756", + "city": "Neligh", + "state": "NE", + "latitude": "42.150892", + "longitude": "-98.023520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68757", + "city": "Newcastle", + "state": "NE", + "latitude": "42.660607", + "longitude": "-96.927960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68758", + "city": "Newman Grove", + "state": "NE", + "latitude": "41.769497", + "longitude": "-97.798390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68759", + "city": "Newport", + "state": "NE", + "latitude": "42.700145", + "longitude": "-99.318120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68760", + "city": "Niobrara", + "state": "NE", + "latitude": "42.776379", + "longitude": "-98.070110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68761", + "city": "Oakdale", + "state": "NE", + "latitude": "42.049818", + "longitude": "-97.961880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68763", + "city": "Oneill", + "state": "NE", + "latitude": "42.516792", + "longitude": "-98.603410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68764", + "city": "Orchard", + "state": "NE", + "latitude": "42.395137", + "longitude": "-98.223580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68765", + "city": "Osmond", + "state": "NE", + "latitude": "42.350770", + "longitude": "-97.615740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68766", + "city": "Page", + "state": "NE", + "latitude": "42.419270", + "longitude": "-98.402720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68767", + "city": "Pierce", + "state": "NE", + "latitude": "42.200994", + "longitude": "-97.545270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68768", + "city": "Pilger", + "state": "NE", + "latitude": "41.999564", + "longitude": "-97.068040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68769", + "city": "Plainview", + "state": "NE", + "latitude": "42.331689", + "longitude": "-97.806180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68770", + "city": "Ponca", + "state": "NE", + "latitude": "42.563297", + "longitude": "-96.763990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68771", + "city": "Randolph", + "state": "NE", + "latitude": "42.377338", + "longitude": "-97.356180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68772", + "city": "Rose", + "state": "NE", + "latitude": "42.231317", + "longitude": "-99.594630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68773", + "city": "Royal", + "state": "NE", + "latitude": "42.367457", + "longitude": "-98.120190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68774", + "city": "Saint Helena", + "state": "NE", + "latitude": "42.821095", + "longitude": "-97.276990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68776", + "city": "South Sioux City", + "state": "NE", + "latitude": "42.467095", + "longitude": "-96.418700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68777", + "city": "Spencer", + "state": "NE", + "latitude": "42.843338", + "longitude": "-98.682980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68778", + "city": "Springview", + "state": "NE", + "latitude": "42.880251", + "longitude": "-99.866100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68779", + "city": "Stanton", + "state": "NE", + "latitude": "41.955429", + "longitude": "-97.215830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68780", + "city": "Stuart", + "state": "NE", + "latitude": "42.591725", + "longitude": "-99.137460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68781", + "city": "Tilden", + "state": "NE", + "latitude": "42.028202", + "longitude": "-97.840850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68782", + "city": "Verdel", + "state": "NE", + "latitude": "42.811418", + "longitude": "-98.191178", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68783", + "city": "Verdigre", + "state": "NE", + "latitude": "42.620877", + "longitude": "-98.120010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68784", + "city": "Wakefield", + "state": "NE", + "latitude": "42.242742", + "longitude": "-96.871910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68785", + "city": "Waterbury", + "state": "NE", + "latitude": "42.437174", + "longitude": "-96.721030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68786", + "city": "Wausa", + "state": "NE", + "latitude": "42.501980", + "longitude": "-97.557170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68787", + "city": "Wayne", + "state": "NE", + "latitude": "42.221382", + "longitude": "-97.033030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68788", + "city": "West Point", + "state": "NE", + "latitude": "41.841032", + "longitude": "-96.725690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68789", + "city": "Winnetoon", + "state": "NE", + "latitude": "42.534339", + "longitude": "-97.999020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68790", + "city": "Winside", + "state": "NE", + "latitude": "42.175272", + "longitude": "-97.170160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68791", + "city": "Wisner", + "state": "NE", + "latitude": "42.000682", + "longitude": "-96.929500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68792", + "city": "Wynot", + "state": "NE", + "latitude": "42.749481", + "longitude": "-97.143720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68797", + "city": "Sutton", + "state": "NE", + "latitude": "40.607095", + "longitude": "-97.859489", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68801", + "city": "Grand Island", + "state": "NE", + "latitude": "40.922826", + "longitude": "-98.330870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68802", + "city": "Grand Island", + "state": "NE", + "latitude": "40.872457", + "longitude": "-98.502130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68803", + "city": "Grand Island", + "state": "NE", + "latitude": "40.916866", + "longitude": "-98.387490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68810", + "city": "Alda", + "state": "NE", + "latitude": "40.860494", + "longitude": "-98.470510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68812", + "city": "Amherst", + "state": "NE", + "latitude": "40.887707", + "longitude": "-99.283900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68813", + "city": "Anselmo", + "state": "NE", + "latitude": "41.726833", + "longitude": "-99.829760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68814", + "city": "Ansley", + "state": "NE", + "latitude": "41.296709", + "longitude": "-99.381230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68815", + "city": "Arcadia", + "state": "NE", + "latitude": "41.420141", + "longitude": "-99.144400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68816", + "city": "Archer", + "state": "NE", + "latitude": "41.172932", + "longitude": "-98.127550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68817", + "city": "Ashton", + "state": "NE", + "latitude": "41.251967", + "longitude": "-98.787010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68818", + "city": "Aurora", + "state": "NE", + "latitude": "40.836050", + "longitude": "-98.004930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68819", + "city": "Berwyn", + "state": "NE", + "latitude": "41.348094", + "longitude": "-99.483900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68820", + "city": "Boelus", + "state": "NE", + "latitude": "41.091210", + "longitude": "-98.697260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68821", + "city": "Brewster", + "state": "NE", + "latitude": "41.976053", + "longitude": "-99.817170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68822", + "city": "Broken Bow", + "state": "NE", + "latitude": "41.400263", + "longitude": "-99.630750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68823", + "city": "Burwell", + "state": "NE", + "latitude": "41.820617", + "longitude": "-99.125310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68824", + "city": "Cairo", + "state": "NE", + "latitude": "40.998580", + "longitude": "-98.604170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68825", + "city": "Callaway", + "state": "NE", + "latitude": "41.288656", + "longitude": "-99.954390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68826", + "city": "Central City", + "state": "NE", + "latitude": "41.125610", + "longitude": "-98.002250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68827", + "city": "Chapman", + "state": "NE", + "latitude": "41.031618", + "longitude": "-98.170040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68828", + "city": "Comstock", + "state": "NE", + "latitude": "41.556172", + "longitude": "-99.249380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68831", + "city": "Dannebrog", + "state": "NE", + "latitude": "41.125399", + "longitude": "-98.573080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68832", + "city": "Doniphan", + "state": "NE", + "latitude": "40.763643", + "longitude": "-98.387940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68833", + "city": "Dunning", + "state": "NE", + "latitude": "41.824292", + "longitude": "-100.152450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68834", + "city": "Eddyville", + "state": "NE", + "latitude": "41.013936", + "longitude": "-99.632500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68835", + "city": "Elba", + "state": "NE", + "latitude": "41.336945", + "longitude": "-98.612480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68836", + "city": "Elm Creek", + "state": "NE", + "latitude": "40.708697", + "longitude": "-99.375120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68837", + "city": "Elyria", + "state": "NE", + "latitude": "41.647700", + "longitude": "-99.050460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68838", + "city": "Farwell", + "state": "NE", + "latitude": "41.217633", + "longitude": "-98.670270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68840", + "city": "Gibbon", + "state": "NE", + "latitude": "40.754582", + "longitude": "-98.864140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68841", + "city": "Giltner", + "state": "NE", + "latitude": "40.769633", + "longitude": "-98.163720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68842", + "city": "Greeley", + "state": "NE", + "latitude": "41.517347", + "longitude": "-98.491170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68843", + "city": "Hampton", + "state": "NE", + "latitude": "40.894366", + "longitude": "-97.893550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68844", + "city": "Hazard", + "state": "NE", + "latitude": "41.067301", + "longitude": "-99.047560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68845", + "city": "Kearney", + "state": "NE", + "latitude": "40.713265", + "longitude": "-99.118390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68846", + "city": "Hordville", + "state": "NE", + "latitude": "41.068227", + "longitude": "-97.895160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68847", + "city": "Kearney", + "state": "NE", + "latitude": "40.709895", + "longitude": "-99.054990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68848", + "city": "Kearney", + "state": "NE", + "latitude": "40.686053", + "longitude": "-99.069318", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68849", + "city": "Kearney", + "state": "NE", + "latitude": "40.849654", + "longitude": "-99.074058", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68850", + "city": "Lexington", + "state": "NE", + "latitude": "40.786048", + "longitude": "-99.742400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68852", + "city": "Litchfield", + "state": "NE", + "latitude": "41.158146", + "longitude": "-99.123360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68853", + "city": "Loup City", + "state": "NE", + "latitude": "41.286479", + "longitude": "-98.967330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68854", + "city": "Marquette", + "state": "NE", + "latitude": "41.019927", + "longitude": "-98.002970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68855", + "city": "Mason City", + "state": "NE", + "latitude": "41.168004", + "longitude": "-99.335140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68856", + "city": "Merna", + "state": "NE", + "latitude": "41.488642", + "longitude": "-99.817910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68858", + "city": "Miller", + "state": "NE", + "latitude": "40.966548", + "longitude": "-99.378180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68859", + "city": "North Loup", + "state": "NE", + "latitude": "41.484430", + "longitude": "-98.799330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68860", + "city": "Oconto", + "state": "NE", + "latitude": "41.146805", + "longitude": "-99.771170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68861", + "city": "Odessa", + "state": "NE", + "latitude": "40.699986", + "longitude": "-99.256260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68862", + "city": "Ord", + "state": "NE", + "latitude": "41.597942", + "longitude": "-98.933070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68863", + "city": "Overton", + "state": "NE", + "latitude": "40.752213", + "longitude": "-99.526870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68864", + "city": "Palmer", + "state": "NE", + "latitude": "41.244441", + "longitude": "-98.224750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68865", + "city": "Phillips", + "state": "NE", + "latitude": "40.895553", + "longitude": "-98.207190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68866", + "city": "Pleasanton", + "state": "NE", + "latitude": "40.982236", + "longitude": "-99.111320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68868", + "city": "Martin", + "state": "NE", + "latitude": "40.718287", + "longitude": "-98.529830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68869", + "city": "Ravenna", + "state": "NE", + "latitude": "41.014592", + "longitude": "-98.882670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68870", + "city": "Riverdale", + "state": "NE", + "latitude": "40.817442", + "longitude": "-99.153870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68871", + "city": "Rockville", + "state": "NE", + "latitude": "41.121028", + "longitude": "-98.826190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68872", + "city": "Saint Libory", + "state": "NE", + "latitude": "41.097169", + "longitude": "-98.315870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68873", + "city": "Saint Paul", + "state": "NE", + "latitude": "41.230069", + "longitude": "-98.474490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68874", + "city": "Sargent", + "state": "NE", + "latitude": "41.639578", + "longitude": "-99.410550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68875", + "city": "Scotia", + "state": "NE", + "latitude": "41.523574", + "longitude": "-98.684610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68876", + "city": "Shelton", + "state": "NE", + "latitude": "40.786865", + "longitude": "-98.747010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68878", + "city": "Sumner", + "state": "NE", + "latitude": "40.970793", + "longitude": "-99.485820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68879", + "city": "Taylor", + "state": "NE", + "latitude": "41.826783", + "longitude": "-99.490580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68880", + "city": "Weissert", + "state": "NE", + "latitude": "41.393902", + "longitude": "-99.728097", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68881", + "city": "Westerville", + "state": "NE", + "latitude": "41.442710", + "longitude": "-99.355160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68882", + "city": "Wolbach", + "state": "NE", + "latitude": "41.413885", + "longitude": "-98.423100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68883", + "city": "Wood River", + "state": "NE", + "latitude": "40.807789", + "longitude": "-98.597800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68901", + "city": "Hastings", + "state": "NE", + "latitude": "40.589299", + "longitude": "-98.381310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68902", + "city": "Hastings", + "state": "NE", + "latitude": "40.589594", + "longitude": "-98.397248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68920", + "city": "Alma", + "state": "NE", + "latitude": "40.142462", + "longitude": "-99.353980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68922", + "city": "Arapahoe", + "state": "NE", + "latitude": "40.318156", + "longitude": "-99.895620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68923", + "city": "Atlanta", + "state": "NE", + "latitude": "40.370382", + "longitude": "-99.471440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68924", + "city": "Axtell", + "state": "NE", + "latitude": "40.493457", + "longitude": "-99.113480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68925", + "city": "Ayr", + "state": "NE", + "latitude": "40.431821", + "longitude": "-98.439460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68926", + "city": "Beaver City", + "state": "NE", + "latitude": "40.106595", + "longitude": "-99.822500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68927", + "city": "Bertrand", + "state": "NE", + "latitude": "40.534445", + "longitude": "-99.614980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68928", + "city": "Bladen", + "state": "NE", + "latitude": "40.320042", + "longitude": "-98.593310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68929", + "city": "Bloomington", + "state": "NE", + "latitude": "40.121789", + "longitude": "-99.044570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68930", + "city": "Blue Hill", + "state": "NE", + "latitude": "40.284783", + "longitude": "-98.434460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68932", + "city": "Campbell", + "state": "NE", + "latitude": "40.303479", + "longitude": "-98.738840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68933", + "city": "Clay Center", + "state": "NE", + "latitude": "40.523823", + "longitude": "-98.048120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68934", + "city": "Deweese", + "state": "NE", + "latitude": "40.343570", + "longitude": "-98.150790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68935", + "city": "Edgar", + "state": "NE", + "latitude": "40.365387", + "longitude": "-97.963630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68936", + "city": "Edison", + "state": "NE", + "latitude": "40.310905", + "longitude": "-99.764800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68937", + "city": "Elwood", + "state": "NE", + "latitude": "40.627711", + "longitude": "-99.863340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68938", + "city": "Fairfield", + "state": "NE", + "latitude": "40.425264", + "longitude": "-98.109570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68939", + "city": "Franklin", + "state": "NE", + "latitude": "40.103792", + "longitude": "-98.943890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68940", + "city": "Funk", + "state": "NE", + "latitude": "40.532115", + "longitude": "-99.246020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68941", + "city": "Glenvil", + "state": "NE", + "latitude": "40.459158", + "longitude": "-98.288920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68942", + "city": "Guide Rock", + "state": "NE", + "latitude": "40.084405", + "longitude": "-98.303060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68943", + "city": "Hardy", + "state": "NE", + "latitude": "40.023871", + "longitude": "-97.910100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68944", + "city": "Harvard", + "state": "NE", + "latitude": "40.635514", + "longitude": "-98.094420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68945", + "city": "Heartwell", + "state": "NE", + "latitude": "40.568436", + "longitude": "-98.784340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68946", + "city": "Hendley", + "state": "NE", + "latitude": "40.099617", + "longitude": "-99.976190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68947", + "city": "Hildreth", + "state": "NE", + "latitude": "40.306853", + "longitude": "-99.056940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68948", + "city": "Holbrook", + "state": "NE", + "latitude": "40.344350", + "longitude": "-100.035950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68949", + "city": "Holdrege", + "state": "NE", + "latitude": "40.434479", + "longitude": "-99.373110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68950", + "city": "Holstein", + "state": "NE", + "latitude": "40.465821", + "longitude": "-98.654050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68952", + "city": "Inavale", + "state": "NE", + "latitude": "40.142355", + "longitude": "-98.669520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68954", + "city": "Inland", + "state": "NE", + "latitude": "40.604180", + "longitude": "-98.232170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68955", + "city": "Juniata", + "state": "NE", + "latitude": "40.595599", + "longitude": "-98.539810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68956", + "city": "Kenesaw", + "state": "NE", + "latitude": "40.642616", + "longitude": "-98.676810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68957", + "city": "Lawrence", + "state": "NE", + "latitude": "40.275161", + "longitude": "-98.246590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68958", + "city": "Loomis", + "state": "NE", + "latitude": "40.507276", + "longitude": "-99.500470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68959", + "city": "Minden", + "state": "NE", + "latitude": "40.491484", + "longitude": "-98.924120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68960", + "city": "Naponee", + "state": "NE", + "latitude": "40.085446", + "longitude": "-99.146220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68961", + "city": "Nelson", + "state": "NE", + "latitude": "40.194840", + "longitude": "-98.038590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68963", + "city": "Norman", + "state": "NE", + "latitude": "40.478879", + "longitude": "-98.792699", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68964", + "city": "Oak", + "state": "NE", + "latitude": "40.230878", + "longitude": "-97.894270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68966", + "city": "Orleans", + "state": "NE", + "latitude": "40.145771", + "longitude": "-99.467080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68967", + "city": "Oxford", + "state": "NE", + "latitude": "40.247784", + "longitude": "-99.621870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68969", + "city": "Ragan", + "state": "NE", + "latitude": "40.176513", + "longitude": "-99.404864", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68970", + "city": "Red Cloud", + "state": "NE", + "latitude": "40.090341", + "longitude": "-98.528080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68971", + "city": "Republican City", + "state": "NE", + "latitude": "40.113307", + "longitude": "-99.238750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68972", + "city": "Riverton", + "state": "NE", + "latitude": "40.083133", + "longitude": "-98.788530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68973", + "city": "Roseland", + "state": "NE", + "latitude": "40.459642", + "longitude": "-98.558920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68974", + "city": "Ruskin", + "state": "NE", + "latitude": "40.126094", + "longitude": "-97.876960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68975", + "city": "Saronville", + "state": "NE", + "latitude": "40.605538", + "longitude": "-97.949550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68976", + "city": "Smithfield", + "state": "NE", + "latitude": "40.576873", + "longitude": "-99.740030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68977", + "city": "Stamford", + "state": "NE", + "latitude": "40.092127", + "longitude": "-99.630580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68978", + "city": "Superior", + "state": "NE", + "latitude": "40.036860", + "longitude": "-98.078280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68979", + "city": "Sutton", + "state": "NE", + "latitude": "40.603945", + "longitude": "-97.854330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68980", + "city": "Trumbull", + "state": "NE", + "latitude": "40.674132", + "longitude": "-98.264960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68981", + "city": "Upland", + "state": "NE", + "latitude": "40.287173", + "longitude": "-98.889580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "68982", + "city": "Wilcox", + "state": "NE", + "latitude": "40.338567", + "longitude": "-99.186380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69001", + "city": "McCook", + "state": "NE", + "latitude": "40.225039", + "longitude": "-100.630520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69020", + "city": "Bartley", + "state": "NE", + "latitude": "40.241652", + "longitude": "-100.301500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69021", + "city": "Benkelman", + "state": "NE", + "latitude": "40.097723", + "longitude": "-101.540550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69022", + "city": "Cambridge", + "state": "NE", + "latitude": "40.317358", + "longitude": "-100.178570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69023", + "city": "Champion", + "state": "NE", + "latitude": "40.489063", + "longitude": "-101.883490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69024", + "city": "Culbertson", + "state": "NE", + "latitude": "40.242582", + "longitude": "-100.853760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69025", + "city": "Curtis", + "state": "NE", + "latitude": "40.618751", + "longitude": "-100.507290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69026", + "city": "Danbury", + "state": "NE", + "latitude": "40.049447", + "longitude": "-100.443380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69027", + "city": "Enders", + "state": "NE", + "latitude": "40.429297", + "longitude": "-101.536010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69028", + "city": "Eustis", + "state": "NE", + "latitude": "40.656225", + "longitude": "-100.053910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69029", + "city": "Farnam", + "state": "NE", + "latitude": "40.756879", + "longitude": "-100.218810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69030", + "city": "Haigler", + "state": "NE", + "latitude": "40.032262", + "longitude": "-101.960410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69031", + "city": "Hamlet", + "state": "NE", + "latitude": "40.383691", + "longitude": "-101.231720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69032", + "city": "Hayes Center", + "state": "NE", + "latitude": "40.560493", + "longitude": "-100.956540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69033", + "city": "Imperial", + "state": "NE", + "latitude": "40.530405", + "longitude": "-101.675760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69034", + "city": "Indianola", + "state": "NE", + "latitude": "40.236212", + "longitude": "-100.423750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69036", + "city": "Lebanon", + "state": "NE", + "latitude": "40.056031", + "longitude": "-100.280260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69037", + "city": "Max", + "state": "NE", + "latitude": "40.142872", + "longitude": "-101.407580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69038", + "city": "Maywood", + "state": "NE", + "latitude": "40.638541", + "longitude": "-100.657780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69039", + "city": "Moorefield", + "state": "NE", + "latitude": "40.646065", + "longitude": "-100.352620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69040", + "city": "Palisade", + "state": "NE", + "latitude": "40.358455", + "longitude": "-101.112240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69041", + "city": "Parks", + "state": "NE", + "latitude": "40.133487", + "longitude": "-101.720100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69042", + "city": "Stockville", + "state": "NE", + "latitude": "40.519197", + "longitude": "-100.377540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69043", + "city": "Stratton", + "state": "NE", + "latitude": "40.150605", + "longitude": "-101.233750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69044", + "city": "Trenton", + "state": "NE", + "latitude": "40.160252", + "longitude": "-101.013110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69045", + "city": "Wauneta", + "state": "NE", + "latitude": "40.484407", + "longitude": "-101.355610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69046", + "city": "Wilsonville", + "state": "NE", + "latitude": "40.106363", + "longitude": "-100.110770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69101", + "city": "North Platte", + "state": "NE", + "latitude": "41.129363", + "longitude": "-100.775020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69103", + "city": "North Platte", + "state": "NE", + "latitude": "41.046447", + "longitude": "-100.746912", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69120", + "city": "Arnold", + "state": "NE", + "latitude": "41.398865", + "longitude": "-100.222650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69121", + "city": "Arthur", + "state": "NE", + "latitude": "41.569138", + "longitude": "-101.688160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69122", + "city": "Big Springs", + "state": "NE", + "latitude": "41.058171", + "longitude": "-102.089260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69123", + "city": "Brady", + "state": "NE", + "latitude": "41.036035", + "longitude": "-100.343980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69125", + "city": "Broadwater", + "state": "NE", + "latitude": "41.583579", + "longitude": "-102.858510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69127", + "city": "Brule", + "state": "NE", + "latitude": "41.091667", + "longitude": "-101.890920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69128", + "city": "Bushnell", + "state": "NE", + "latitude": "41.173278", + "longitude": "-103.902400", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69129", + "city": "Chappell", + "state": "NE", + "latitude": "41.104806", + "longitude": "-102.409050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69130", + "city": "Cozad", + "state": "NE", + "latitude": "40.868727", + "longitude": "-99.976970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69131", + "city": "Dalton", + "state": "NE", + "latitude": "41.406407", + "longitude": "-103.007110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69132", + "city": "Dickens", + "state": "NE", + "latitude": "40.808779", + "longitude": "-100.963180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69133", + "city": "Dix", + "state": "NE", + "latitude": "41.207381", + "longitude": "-103.471260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69134", + "city": "Elsie", + "state": "NE", + "latitude": "40.847471", + "longitude": "-101.380310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69135", + "city": "Elsmere", + "state": "NE", + "latitude": "42.211636", + "longitude": "-100.220100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69138", + "city": "Gothenburg", + "state": "NE", + "latitude": "40.952436", + "longitude": "-100.157190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69140", + "city": "Grant", + "state": "NE", + "latitude": "40.850141", + "longitude": "-101.758240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69141", + "city": "Gurley", + "state": "NE", + "latitude": "41.318554", + "longitude": "-102.973770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69142", + "city": "Halsey", + "state": "NE", + "latitude": "41.931243", + "longitude": "-100.272850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69143", + "city": "Hershey", + "state": "NE", + "latitude": "41.186837", + "longitude": "-101.031170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69144", + "city": "Keystone", + "state": "NE", + "latitude": "41.250772", + "longitude": "-101.601410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69145", + "city": "Kimball", + "state": "NE", + "latitude": "41.240580", + "longitude": "-103.660800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69146", + "city": "Lemoyne", + "state": "NE", + "latitude": "41.296221", + "longitude": "-101.778510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69147", + "city": "Lewellen", + "state": "NE", + "latitude": "41.376624", + "longitude": "-102.055120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69148", + "city": "Lisco", + "state": "NE", + "latitude": "41.521238", + "longitude": "-102.559730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69149", + "city": "Lodgepole", + "state": "NE", + "latitude": "41.168155", + "longitude": "-102.638740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69150", + "city": "Madrid", + "state": "NE", + "latitude": "40.845229", + "longitude": "-101.537800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69151", + "city": "Maxwell", + "state": "NE", + "latitude": "41.020868", + "longitude": "-100.540090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69152", + "city": "Mullen", + "state": "NE", + "latitude": "42.088889", + "longitude": "-101.092990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69153", + "city": "Ogallala", + "state": "NE", + "latitude": "41.115512", + "longitude": "-101.698190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69154", + "city": "Oshkosh", + "state": "NE", + "latitude": "41.402127", + "longitude": "-102.350250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69155", + "city": "Paxton", + "state": "NE", + "latitude": "41.154635", + "longitude": "-101.378770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69156", + "city": "Potter", + "state": "NE", + "latitude": "41.233268", + "longitude": "-103.283250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69157", + "city": "Purdum", + "state": "NE", + "latitude": "42.108800", + "longitude": "-100.315100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69160", + "city": "Sidney", + "state": "NE", + "latitude": "41.220549", + "longitude": "-102.995925", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69161", + "city": "Seneca", + "state": "NE", + "latitude": "42.077390", + "longitude": "-100.743590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69162", + "city": "Sidney", + "state": "NE", + "latitude": "41.162214", + "longitude": "-103.019490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69163", + "city": "Stapleton", + "state": "NE", + "latitude": "41.437215", + "longitude": "-100.530060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69165", + "city": "Sutherland", + "state": "NE", + "latitude": "41.194109", + "longitude": "-101.178990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69166", + "city": "Thedford", + "state": "NE", + "latitude": "41.918663", + "longitude": "-100.527390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69167", + "city": "Tryon", + "state": "NE", + "latitude": "41.560479", + "longitude": "-100.982540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69168", + "city": "Venango", + "state": "NE", + "latitude": "40.734776", + "longitude": "-101.982210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69169", + "city": "Wallace", + "state": "NE", + "latitude": "40.820868", + "longitude": "-101.179820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69170", + "city": "Wellfleet", + "state": "NE", + "latitude": "40.770008", + "longitude": "-100.734420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69171", + "city": "Willow Island", + "state": "NE", + "latitude": "40.892469", + "longitude": "-100.070257", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69190", + "city": "Oshkosh", + "state": "NE", + "latitude": "41.615307", + "longitude": "-102.331762", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69201", + "city": "Valentine", + "state": "NE", + "latitude": "42.716711", + "longitude": "-100.647160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69210", + "city": "Ainsworth", + "state": "NE", + "latitude": "42.530382", + "longitude": "-99.882060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69211", + "city": "Cody", + "state": "NE", + "latitude": "42.838967", + "longitude": "-101.366630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69212", + "city": "Crookston", + "state": "NE", + "latitude": "42.914711", + "longitude": "-100.787890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69214", + "city": "Johnstown", + "state": "NE", + "latitude": "42.614160", + "longitude": "-100.038990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69216", + "city": "Kilgore", + "state": "NE", + "latitude": "42.939915", + "longitude": "-100.928270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69217", + "city": "Long Pine", + "state": "NE", + "latitude": "42.519402", + "longitude": "-99.708260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69218", + "city": "Merriman", + "state": "NE", + "latitude": "42.848109", + "longitude": "-101.656740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69219", + "city": "Nenzel", + "state": "NE", + "latitude": "42.686576", + "longitude": "-101.099840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69220", + "city": "Sparks", + "state": "NE", + "latitude": "42.940698", + "longitude": "-100.255560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69221", + "city": "Wood Lake", + "state": "NE", + "latitude": "42.630020", + "longitude": "-100.267560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "69301", + "city": "Alliance", + "state": "NE", + "latitude": "42.139280", + "longitude": "-102.849370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69331", + "city": "Angora", + "state": "NE", + "latitude": "41.823881", + "longitude": "-102.966520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69333", + "city": "Ashby", + "state": "NE", + "latitude": "41.861313", + "longitude": "-101.985480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69334", + "city": "Bayard", + "state": "NE", + "latitude": "41.777948", + "longitude": "-103.312770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69335", + "city": "Bingham", + "state": "NE", + "latitude": "41.996022", + "longitude": "-102.182470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69336", + "city": "Bridgeport", + "state": "NE", + "latitude": "41.660814", + "longitude": "-103.105170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69337", + "city": "Chadron", + "state": "NE", + "latitude": "42.808213", + "longitude": "-103.002190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69339", + "city": "Crawford", + "state": "NE", + "latitude": "42.672974", + "longitude": "-103.398410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69340", + "city": "Ellsworth", + "state": "NE", + "latitude": "42.232420", + "longitude": "-102.197920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69341", + "city": "Gering", + "state": "NE", + "latitude": "41.803503", + "longitude": "-103.659980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69343", + "city": "Gordon", + "state": "NE", + "latitude": "42.567701", + "longitude": "-102.000830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69345", + "city": "Harrisburg", + "state": "NE", + "latitude": "41.549736", + "longitude": "-103.724210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69346", + "city": "Harrison", + "state": "NE", + "latitude": "42.624764", + "longitude": "-103.831010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69347", + "city": "Hay Springs", + "state": "NE", + "latitude": "42.580176", + "longitude": "-102.654430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69348", + "city": "Hemingford", + "state": "NE", + "latitude": "42.369213", + "longitude": "-103.177410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69349", + "city": "Henry", + "state": "NE", + "latitude": "41.992583", + "longitude": "-104.049770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69350", + "city": "Hyannis", + "state": "NE", + "latitude": "41.926792", + "longitude": "-101.737050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69351", + "city": "Lakeside", + "state": "NE", + "latitude": "42.217730", + "longitude": "-102.428330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69352", + "city": "Lyman", + "state": "NE", + "latitude": "41.849619", + "longitude": "-103.994650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69353", + "city": "Mcgrew", + "state": "NE", + "latitude": "41.746944", + "longitude": "-103.416351", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69354", + "city": "Marsland", + "state": "NE", + "latitude": "42.485817", + "longitude": "-103.212270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69355", + "city": "Melbeta", + "state": "NE", + "latitude": "41.781984", + "longitude": "-103.517280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69356", + "city": "Minatare", + "state": "NE", + "latitude": "41.863357", + "longitude": "-103.470090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69357", + "city": "Mitchell", + "state": "NE", + "latitude": "41.940693", + "longitude": "-103.788150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69358", + "city": "Morrill", + "state": "NE", + "latitude": "41.986025", + "longitude": "-103.959350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69360", + "city": "Rushville", + "state": "NE", + "latitude": "42.737843", + "longitude": "-102.485730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69361", + "city": "Scottsbluff", + "state": "NE", + "latitude": "41.885553", + "longitude": "-103.652410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69363", + "city": "Scottsbluff", + "state": "NE", + "latitude": "41.851012", + "longitude": "-103.707260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69365", + "city": "Whiteclay", + "state": "NE", + "latitude": "42.963117", + "longitude": "-102.510680", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69366", + "city": "Whitman", + "state": "NE", + "latitude": "41.923050", + "longitude": "-101.561450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "69367", + "city": "Whitney", + "state": "NE", + "latitude": "42.755969", + "longitude": "-103.256200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "70000", + "city": "Laplace", + "state": "LA", + "latitude": "30.086770", + "longitude": "-90.513522", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70001", + "city": "Metairie", + "state": "LA", + "latitude": "29.984096", + "longitude": "-90.169020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70002", + "city": "Metairie", + "state": "LA", + "latitude": "30.011517", + "longitude": "-90.162450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70003", + "city": "Metairie", + "state": "LA", + "latitude": "29.997168", + "longitude": "-90.213800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70004", + "city": "Metairie", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70005", + "city": "Metairie", + "state": "LA", + "latitude": "29.999453", + "longitude": "-90.133980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70006", + "city": "Metairie", + "state": "LA", + "latitude": "30.013985", + "longitude": "-90.191280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70009", + "city": "Metairie", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70010", + "city": "Metairie", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70011", + "city": "Metairie", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70021", + "city": "Jefferson", + "state": "LA", + "latitude": "29.960375", + "longitude": "-90.156143", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70030", + "city": "Des Allemands", + "state": "LA", + "latitude": "29.810193", + "longitude": "-90.447690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70031", + "city": "Ama", + "state": "LA", + "latitude": "29.942703", + "longitude": "-90.299690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70032", + "city": "Arabi", + "state": "LA", + "latitude": "29.958802", + "longitude": "-89.999020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70033", + "city": "Metairie", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70036", + "city": "Barataria", + "state": "LA", + "latitude": "29.715795", + "longitude": "-90.124190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70037", + "city": "Belle Chasse", + "state": "LA", + "latitude": "29.822707", + "longitude": "-90.006160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70038", + "city": "Boothville", + "state": "LA", + "latitude": "29.307982", + "longitude": "-89.380070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70039", + "city": "Boutte", + "state": "LA", + "latitude": "29.900075", + "longitude": "-90.386550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70040", + "city": "Braithwaite", + "state": "LA", + "latitude": "29.749706", + "longitude": "-89.940430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70041", + "city": "Buras", + "state": "LA", + "latitude": "29.351783", + "longitude": "-89.513810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70042", + "city": "Carlisle", + "state": "LA", + "latitude": "29.380066", + "longitude": "-89.477464", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70043", + "city": "Chalmette", + "state": "LA", + "latitude": "29.946404", + "longitude": "-89.961180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70044", + "city": "Chalmette", + "state": "LA", + "latitude": "29.967650", + "longitude": "-89.951441", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70046", + "city": "Davant", + "state": "LA", + "latitude": "29.618290", + "longitude": "-89.872599", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70047", + "city": "Destrehan", + "state": "LA", + "latitude": "29.969128", + "longitude": "-90.375630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70048", + "city": "Reserve", + "state": "LA", + "latitude": "30.071155", + "longitude": "-90.546138", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70049", + "city": "Edgard", + "state": "LA", + "latitude": "30.033974", + "longitude": "-90.553800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70050", + "city": "Empire", + "state": "LA", + "latitude": "29.384033", + "longitude": "-89.596960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70051", + "city": "Garyville", + "state": "LA", + "latitude": "30.058276", + "longitude": "-90.617380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70052", + "city": "Gramercy", + "state": "LA", + "latitude": "30.053907", + "longitude": "-90.689150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70053", + "city": "Gretna", + "state": "LA", + "latitude": "29.915355", + "longitude": "-90.053350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70054", + "city": "Gretna", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70055", + "city": "Metairie", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70056", + "city": "Gretna", + "state": "LA", + "latitude": "29.894261", + "longitude": "-90.030720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70057", + "city": "Hahnville", + "state": "LA", + "latitude": "29.967081", + "longitude": "-90.410120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70058", + "city": "Harvey", + "state": "LA", + "latitude": "29.878578", + "longitude": "-90.069030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70059", + "city": "Harvey", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70060", + "city": "Metairie", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70062", + "city": "Kenner", + "state": "LA", + "latitude": "29.991051", + "longitude": "-90.246900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70063", + "city": "Kenner", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70064", + "city": "Kenner", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70065", + "city": "Kenner", + "state": "LA", + "latitude": "30.022853", + "longitude": "-90.251330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70066", + "city": "Killona", + "state": "LA", + "latitude": "29.999471", + "longitude": "-90.487080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70067", + "city": "Lafitte", + "state": "LA", + "latitude": "29.652752", + "longitude": "-90.101200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70068", + "city": "La Place", + "state": "LA", + "latitude": "30.073941", + "longitude": "-90.485160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70069", + "city": "La Place", + "state": "LA", + "latitude": "30.091158", + "longitude": "-90.483189", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70070", + "city": "Luling", + "state": "LA", + "latitude": "29.907162", + "longitude": "-90.351420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70071", + "city": "Lutcher", + "state": "LA", + "latitude": "30.044010", + "longitude": "-90.699560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70072", + "city": "Marrero", + "state": "LA", + "latitude": "29.869283", + "longitude": "-90.109330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70073", + "city": "Marrero", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70075", + "city": "Meraux", + "state": "LA", + "latitude": "29.935089", + "longitude": "-89.920890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70076", + "city": "Mount Airy", + "state": "LA", + "latitude": "30.055429", + "longitude": "-90.640730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70078", + "city": "New Sarpy", + "state": "LA", + "latitude": "29.981674", + "longitude": "-90.385950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70079", + "city": "Norco", + "state": "LA", + "latitude": "30.007089", + "longitude": "-90.413890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70080", + "city": "Paradis", + "state": "LA", + "latitude": "29.878373", + "longitude": "-90.430630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70081", + "city": "Pilottown", + "state": "LA", + "latitude": "29.285081", + "longitude": "-89.364034", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70082", + "city": "Pointe A La Hache", + "state": "LA", + "latitude": "29.572751", + "longitude": "-89.781390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70083", + "city": "Port Sulphur", + "state": "LA", + "latitude": "29.529091", + "longitude": "-89.788300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70084", + "city": "Reserve", + "state": "LA", + "latitude": "30.059516", + "longitude": "-90.559870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70085", + "city": "Saint Bernard", + "state": "LA", + "latitude": "29.860890", + "longitude": "-89.822250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70086", + "city": "Saint James", + "state": "LA", + "latitude": "30.013027", + "longitude": "-90.857140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70087", + "city": "Saint Rose", + "state": "LA", + "latitude": "29.962601", + "longitude": "-90.309650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70090", + "city": "Vacherie", + "state": "LA", + "latitude": "29.979997", + "longitude": "-90.711780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70091", + "city": "Venice", + "state": "LA", + "latitude": "29.277457", + "longitude": "-89.358980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70092", + "city": "Violet", + "state": "LA", + "latitude": "29.902193", + "longitude": "-89.897260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70093", + "city": "Violet", + "state": "LA", + "latitude": "29.877893", + "longitude": "-89.878719", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70094", + "city": "Westwego", + "state": "LA", + "latitude": "29.915340", + "longitude": "-90.177370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70096", + "city": "Westwego", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70112", + "city": "New Orleans", + "state": "LA", + "latitude": "29.956804", + "longitude": "-90.077570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70113", + "city": "New Orleans", + "state": "LA", + "latitude": "29.943505", + "longitude": "-90.084080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70114", + "city": "New Orleans", + "state": "LA", + "latitude": "29.938155", + "longitude": "-90.036670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70115", + "city": "New Orleans", + "state": "LA", + "latitude": "29.927305", + "longitude": "-90.101970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70116", + "city": "New Orleans", + "state": "LA", + "latitude": "29.968054", + "longitude": "-90.064030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70117", + "city": "New Orleans", + "state": "LA", + "latitude": "29.970404", + "longitude": "-90.030360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70118", + "city": "New Orleans", + "state": "LA", + "latitude": "29.952305", + "longitude": "-90.123470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70119", + "city": "New Orleans", + "state": "LA", + "latitude": "29.974504", + "longitude": "-90.087470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70121", + "city": "New Orleans", + "state": "LA", + "latitude": "29.961875", + "longitude": "-90.160370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70122", + "city": "New Orleans", + "state": "LA", + "latitude": "30.006353", + "longitude": "-90.062640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70123", + "city": "New Orleans", + "state": "LA", + "latitude": "29.952605", + "longitude": "-90.205360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70124", + "city": "New Orleans", + "state": "LA", + "latitude": "30.006003", + "longitude": "-90.109470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70125", + "city": "New Orleans", + "state": "LA", + "latitude": "29.951705", + "longitude": "-90.104110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70126", + "city": "New Orleans", + "state": "LA", + "latitude": "30.016002", + "longitude": "-90.019720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70127", + "city": "New Orleans", + "state": "LA", + "latitude": "30.033475", + "longitude": "-89.977360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70128", + "city": "New Orleans", + "state": "LA", + "latitude": "30.050310", + "longitude": "-89.956380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70129", + "city": "New Orleans", + "state": "LA", + "latitude": "30.063059", + "longitude": "-89.885110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70130", + "city": "New Orleans", + "state": "LA", + "latitude": "29.938005", + "longitude": "-90.071950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70131", + "city": "New Orleans", + "state": "LA", + "latitude": "29.917005", + "longitude": "-89.989820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70139", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70140", + "city": "New Orleans", + "state": "LA", + "latitude": "29.956120", + "longitude": "-90.078312", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70141", + "city": "New Orleans", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70142", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70143", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70144", + "city": "New Orleans", + "state": "LA", + "latitude": "29.930433", + "longitude": "-90.038021", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70145", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70146", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70148", + "city": "New Orleans", + "state": "LA", + "latitude": "30.030902", + "longitude": "-90.068022", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70149", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70150", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70151", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70152", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70153", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70154", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70155", + "city": "New Orleans", + "state": "LA", + "latitude": "29.940138", + "longitude": "-90.109823", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70156", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70157", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70158", + "city": "New Orleans", + "state": "LA", + "latitude": "29.922905", + "longitude": "-90.070922", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70159", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70160", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70161", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70162", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70163", + "city": "New Orleans", + "state": "LA", + "latitude": "29.950060", + "longitude": "-90.075320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70164", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70165", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70166", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70167", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70170", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70172", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70174", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70175", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70176", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70177", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70178", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70179", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70181", + "city": "New Orleans", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70182", + "city": "New Orleans", + "state": "LA", + "latitude": "30.067646", + "longitude": "-89.815993", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70183", + "city": "New Orleans", + "state": "LA", + "latitude": "29.677893", + "longitude": "-90.090100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70184", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70185", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70186", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70187", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70189", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70190", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70195", + "city": "New Orleans", + "state": "LA", + "latitude": "30.032997", + "longitude": "-89.882564", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70199", + "city": "New Orleans", + "state": "LA", + "latitude": "29.987528", + "longitude": "-90.079501", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70301", + "city": "Thibodaux", + "state": "LA", + "latitude": "29.797776", + "longitude": "-90.818090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70302", + "city": "Thibodaux", + "state": "LA", + "latitude": "29.458689", + "longitude": "-90.502848", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70310", + "city": "Thibodaux", + "state": "LA", + "latitude": "29.803282", + "longitude": "-90.816914", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70339", + "city": "Pierre Part", + "state": "LA", + "latitude": "29.931838", + "longitude": "-91.198130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70340", + "city": "Amelia", + "state": "LA", + "latitude": "29.688425", + "longitude": "-91.220844", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70341", + "city": "Belle Rose", + "state": "LA", + "latitude": "30.030819", + "longitude": "-91.075760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70342", + "city": "Berwick", + "state": "LA", + "latitude": "29.692515", + "longitude": "-91.229380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70343", + "city": "Bourg", + "state": "LA", + "latitude": "29.553952", + "longitude": "-90.598810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70344", + "city": "Chauvin", + "state": "LA", + "latitude": "29.385126", + "longitude": "-90.619390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70345", + "city": "Cut Off", + "state": "LA", + "latitude": "29.523897", + "longitude": "-90.340430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70346", + "city": "Donaldsonville", + "state": "LA", + "latitude": "30.103905", + "longitude": "-91.001040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70352", + "city": "Donner", + "state": "LA", + "latitude": "29.696385", + "longitude": "-90.944418", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70353", + "city": "Dulac", + "state": "LA", + "latitude": "29.384672", + "longitude": "-90.696890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70354", + "city": "Galliano", + "state": "LA", + "latitude": "29.435146", + "longitude": "-90.304790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70355", + "city": "Gheens", + "state": "LA", + "latitude": "29.670214", + "longitude": "-90.462020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70356", + "city": "Gibson", + "state": "LA", + "latitude": "29.658394", + "longitude": "-90.974550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70357", + "city": "Golden Meadow", + "state": "LA", + "latitude": "29.275485", + "longitude": "-90.243780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70358", + "city": "Grand Isle", + "state": "LA", + "latitude": "29.227769", + "longitude": "-90.012110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70359", + "city": "Gray", + "state": "LA", + "latitude": "29.696636", + "longitude": "-90.772380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70360", + "city": "Houma", + "state": "LA", + "latitude": "29.593377", + "longitude": "-90.747500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70361", + "city": "Houma", + "state": "LA", + "latitude": "29.382117", + "longitude": "-90.865568", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70363", + "city": "Houma", + "state": "LA", + "latitude": "29.560581", + "longitude": "-90.690300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70364", + "city": "Houma", + "state": "LA", + "latitude": "29.626988", + "longitude": "-90.720760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70369", + "city": "Houma", + "state": "LA", + "latitude": "30.285602", + "longitude": "-92.096266", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70371", + "city": "Kraemer", + "state": "LA", + "latitude": "29.865202", + "longitude": "-90.596159", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70372", + "city": "Labadieville", + "state": "LA", + "latitude": "29.829135", + "longitude": "-90.963600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70373", + "city": "Larose", + "state": "LA", + "latitude": "29.535139", + "longitude": "-90.445460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70374", + "city": "Lockport", + "state": "LA", + "latitude": "29.620122", + "longitude": "-90.492180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70375", + "city": "Mathews", + "state": "LA", + "latitude": "29.697038", + "longitude": "-90.552230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70376", + "city": "Modeste", + "state": "LA", + "latitude": "30.204707", + "longitude": "-90.869481", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70377", + "city": "Montegut", + "state": "LA", + "latitude": "29.428462", + "longitude": "-90.525560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70380", + "city": "Morgan City", + "state": "LA", + "latitude": "29.694806", + "longitude": "-91.182520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70381", + "city": "Morgan City", + "state": "LA", + "latitude": "29.694629", + "longitude": "-91.259347", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70384", + "city": "Cankton", + "state": "LA", + "latitude": "30.350849", + "longitude": "-92.107422", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70390", + "city": "Napoleonville", + "state": "LA", + "latitude": "29.915990", + "longitude": "-91.021870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70391", + "city": "Paincourtville", + "state": "LA", + "latitude": "29.990967", + "longitude": "-91.054560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70392", + "city": "Patterson", + "state": "LA", + "latitude": "29.698280", + "longitude": "-91.313470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70393", + "city": "Plattenville", + "state": "LA", + "latitude": "29.995157", + "longitude": "-91.025860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70394", + "city": "Raceland", + "state": "LA", + "latitude": "29.715302", + "longitude": "-90.609700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70395", + "city": "Schriever", + "state": "LA", + "latitude": "29.718856", + "longitude": "-90.834250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70397", + "city": "Theriot", + "state": "LA", + "latitude": "29.352141", + "longitude": "-90.826040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70401", + "city": "Hammond", + "state": "LA", + "latitude": "30.517866", + "longitude": "-90.472540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70402", + "city": "Hammond", + "state": "LA", + "latitude": "30.513982", + "longitude": "-90.480403", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70403", + "city": "Hammond", + "state": "LA", + "latitude": "30.484785", + "longitude": "-90.476200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70404", + "city": "Hammond", + "state": "LA", + "latitude": "30.505061", + "longitude": "-90.422504", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70420", + "city": "Abita Springs", + "state": "LA", + "latitude": "30.482725", + "longitude": "-90.001030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70421", + "city": "Akers", + "state": "LA", + "latitude": "30.612371", + "longitude": "-90.405312", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70422", + "city": "Amite", + "state": "LA", + "latitude": "30.723034", + "longitude": "-90.521080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70426", + "city": "Angie", + "state": "LA", + "latitude": "30.932125", + "longitude": "-89.862510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70427", + "city": "Bogalusa", + "state": "LA", + "latitude": "30.762908", + "longitude": "-89.877740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70428", + "city": "Sun", + "state": "LA", + "latitude": "30.591363", + "longitude": "-89.941408", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70429", + "city": "Bogalusa", + "state": "LA", + "latitude": "30.835030", + "longitude": "-90.037115", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70431", + "city": "Bush", + "state": "LA", + "latitude": "30.613004", + "longitude": "-89.930890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70432", + "city": "Covington", + "state": "LA", + "latitude": "30.496278", + "longitude": "-90.131145", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70433", + "city": "Covington", + "state": "LA", + "latitude": "30.470793", + "longitude": "-90.104910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70434", + "city": "Covington", + "state": "LA", + "latitude": "30.492753", + "longitude": "-90.125666", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70435", + "city": "Covington", + "state": "LA", + "latitude": "30.539780", + "longitude": "-90.079530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70436", + "city": "Fluker", + "state": "LA", + "latitude": "30.793858", + "longitude": "-90.510260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70437", + "city": "Folsom", + "state": "LA", + "latitude": "30.616777", + "longitude": "-90.189800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70438", + "city": "Franklinton", + "state": "LA", + "latitude": "30.844465", + "longitude": "-90.120660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70440", + "city": "Mandeville", + "state": "LA", + "latitude": "30.375852", + "longitude": "-90.078280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70441", + "city": "Greensburg", + "state": "LA", + "latitude": "30.867259", + "longitude": "-90.746880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70442", + "city": "Husser", + "state": "LA", + "latitude": "30.686968", + "longitude": "-90.323320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70443", + "city": "Independence", + "state": "LA", + "latitude": "30.628735", + "longitude": "-90.517440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70444", + "city": "Kentwood", + "state": "LA", + "latitude": "30.923938", + "longitude": "-90.502060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70445", + "city": "Lacombe", + "state": "LA", + "latitude": "30.327126", + "longitude": "-89.931180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70446", + "city": "Loranger", + "state": "LA", + "latitude": "30.623502", + "longitude": "-90.356890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70447", + "city": "Madisonville", + "state": "LA", + "latitude": "30.424049", + "longitude": "-90.185190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70448", + "city": "Mandeville", + "state": "LA", + "latitude": "30.367119", + "longitude": "-90.059990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70449", + "city": "Maurepas", + "state": "LA", + "latitude": "30.272335", + "longitude": "-90.727010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70450", + "city": "Mount Hermon", + "state": "LA", + "latitude": "30.944302", + "longitude": "-90.262520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70451", + "city": "Natalbany", + "state": "LA", + "latitude": "30.546528", + "longitude": "-90.483750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70452", + "city": "Pearl River", + "state": "LA", + "latitude": "30.401481", + "longitude": "-89.769170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70453", + "city": "Pine Grove", + "state": "LA", + "latitude": "30.702471", + "longitude": "-90.776040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70454", + "city": "Ponchatoula", + "state": "LA", + "latitude": "30.427599", + "longitude": "-90.417280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70455", + "city": "Robert", + "state": "LA", + "latitude": "30.520782", + "longitude": "-90.306380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70456", + "city": "Roseland", + "state": "LA", + "latitude": "30.769493", + "longitude": "-90.510640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70457", + "city": "Saint Benedict", + "state": "LA", + "latitude": "30.425510", + "longitude": "-89.881256", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70458", + "city": "Slidell", + "state": "LA", + "latitude": "30.269565", + "longitude": "-89.775870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70459", + "city": "Slidell", + "state": "LA", + "latitude": "30.425510", + "longitude": "-89.881256", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70460", + "city": "Slidell", + "state": "LA", + "latitude": "30.298048", + "longitude": "-89.811760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70461", + "city": "Slidell", + "state": "LA", + "latitude": "30.266707", + "longitude": "-89.730490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70462", + "city": "Springfield", + "state": "LA", + "latitude": "30.386031", + "longitude": "-90.572970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70463", + "city": "Sun", + "state": "LA", + "latitude": "30.658471", + "longitude": "-89.903980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70464", + "city": "Talisheek", + "state": "LA", + "latitude": "30.534785", + "longitude": "-89.885820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70465", + "city": "Tangipahoa", + "state": "LA", + "latitude": "30.875453", + "longitude": "-90.512540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70466", + "city": "Tickfaw", + "state": "LA", + "latitude": "30.560995", + "longitude": "-90.501960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70467", + "city": "Angie", + "state": "LA", + "latitude": "30.901690", + "longitude": "-89.820725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70469", + "city": "Slidell", + "state": "LA", + "latitude": "30.425510", + "longitude": "-89.881256", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70470", + "city": "Mandeville", + "state": "LA", + "latitude": "30.425510", + "longitude": "-89.881256", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70471", + "city": "Mandeville", + "state": "LA", + "latitude": "30.400949", + "longitude": "-90.081050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70494", + "city": "Ponchatoula", + "state": "LA", + "latitude": "30.432586", + "longitude": "-90.452775", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70499", + "city": "Franklinton", + "state": "LA", + "latitude": "30.847346", + "longitude": "-90.154156", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70501", + "city": "Lafayette", + "state": "LA", + "latitude": "30.233400", + "longitude": "-92.009590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70502", + "city": "Lafayette", + "state": "LA", + "latitude": "30.319799", + "longitude": "-92.026969", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70503", + "city": "Lafayette", + "state": "LA", + "latitude": "30.185867", + "longitude": "-92.047060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70504", + "city": "Lafayette", + "state": "LA", + "latitude": "30.213850", + "longitude": "-92.018660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70505", + "city": "Lafayette", + "state": "LA", + "latitude": "30.202251", + "longitude": "-92.018770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70506", + "city": "Lafayette", + "state": "LA", + "latitude": "30.211901", + "longitude": "-92.059120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70507", + "city": "Lafayette", + "state": "LA", + "latitude": "30.278600", + "longitude": "-92.027590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70508", + "city": "Lafayette", + "state": "LA", + "latitude": "30.163368", + "longitude": "-92.019740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70509", + "city": "Lafayette", + "state": "LA", + "latitude": "30.156506", + "longitude": "-92.000019", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70510", + "city": "Abbeville", + "state": "LA", + "latitude": "29.943573", + "longitude": "-92.148720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70511", + "city": "Abbeville", + "state": "LA", + "latitude": "30.032434", + "longitude": "-92.176655", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70512", + "city": "Arnaudville", + "state": "LA", + "latitude": "30.411741", + "longitude": "-91.917020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70513", + "city": "Avery Island", + "state": "LA", + "latitude": "29.907136", + "longitude": "-91.905780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70514", + "city": "Baldwin", + "state": "LA", + "latitude": "29.841827", + "longitude": "-91.546790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70515", + "city": "Basile", + "state": "LA", + "latitude": "30.474610", + "longitude": "-92.585680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70516", + "city": "Branch", + "state": "LA", + "latitude": "30.365586", + "longitude": "-92.303630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70517", + "city": "Breaux Bridge", + "state": "LA", + "latitude": "30.301254", + "longitude": "-91.861690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70518", + "city": "Broussard", + "state": "LA", + "latitude": "30.134801", + "longitude": "-91.952510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70519", + "city": "Cade", + "state": "LA", + "latitude": "30.079692", + "longitude": "-91.911387", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70520", + "city": "Carencro", + "state": "LA", + "latitude": "30.327199", + "longitude": "-92.043300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70521", + "city": "Cecilia", + "state": "LA", + "latitude": "30.336379", + "longitude": "-91.847860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70522", + "city": "Centerville", + "state": "LA", + "latitude": "29.752260", + "longitude": "-91.439679", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70523", + "city": "Charenton", + "state": "LA", + "latitude": "29.883266", + "longitude": "-91.530100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70524", + "city": "Chataignier", + "state": "LA", + "latitude": "30.566122", + "longitude": "-92.321150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70525", + "city": "Church Point", + "state": "LA", + "latitude": "30.414588", + "longitude": "-92.217720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70526", + "city": "Crowley", + "state": "LA", + "latitude": "30.213767", + "longitude": "-92.379210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70527", + "city": "Crowley", + "state": "LA", + "latitude": "30.228409", + "longitude": "-92.301795", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70528", + "city": "Delcambre", + "state": "LA", + "latitude": "29.945707", + "longitude": "-91.986820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70529", + "city": "Duson", + "state": "LA", + "latitude": "30.198258", + "longitude": "-92.162110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70531", + "city": "Egan", + "state": "LA", + "latitude": "30.237007", + "longitude": "-92.511990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70532", + "city": "Elton", + "state": "LA", + "latitude": "30.477275", + "longitude": "-92.696910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70533", + "city": "Erath", + "state": "LA", + "latitude": "29.941157", + "longitude": "-92.038110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70534", + "city": "Estherwood", + "state": "LA", + "latitude": "30.182784", + "longitude": "-92.465760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70535", + "city": "Eunice", + "state": "LA", + "latitude": "30.492895", + "longitude": "-92.415780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70537", + "city": "Evangeline", + "state": "LA", + "latitude": "30.261809", + "longitude": "-92.567700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70538", + "city": "Franklin", + "state": "LA", + "latitude": "29.759314", + "longitude": "-91.525610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70540", + "city": "Garden City", + "state": "LA", + "latitude": "29.761665", + "longitude": "-91.465690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70541", + "city": "Grand Coteau", + "state": "LA", + "latitude": "30.419571", + "longitude": "-92.047530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70542", + "city": "Gueydan", + "state": "LA", + "latitude": "30.005408", + "longitude": "-92.544170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70543", + "city": "Iota", + "state": "LA", + "latitude": "30.328683", + "longitude": "-92.495490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70544", + "city": "Jeanerette", + "state": "LA", + "latitude": "29.910582", + "longitude": "-91.669800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70546", + "city": "Jennings", + "state": "LA", + "latitude": "30.242533", + "longitude": "-92.663750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70548", + "city": "Kaplan", + "state": "LA", + "latitude": "29.984184", + "longitude": "-92.320700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70549", + "city": "Lake Arthur", + "state": "LA", + "latitude": "30.082515", + "longitude": "-92.725960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70550", + "city": "Lawtell", + "state": "LA", + "latitude": "30.517709", + "longitude": "-92.183500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70551", + "city": "Leonville", + "state": "LA", + "latitude": "30.475194", + "longitude": "-91.973736", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70552", + "city": "Loreauville", + "state": "LA", + "latitude": "30.076638", + "longitude": "-91.712940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70554", + "city": "Mamou", + "state": "LA", + "latitude": "30.630000", + "longitude": "-92.426520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70555", + "city": "Maurice", + "state": "LA", + "latitude": "30.101305", + "longitude": "-92.131520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70556", + "city": "Mermentau", + "state": "LA", + "latitude": "30.188258", + "longitude": "-92.576140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70558", + "city": "Milton", + "state": "LA", + "latitude": "30.101464", + "longitude": "-92.063380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70559", + "city": "Morse", + "state": "LA", + "latitude": "30.142775", + "longitude": "-92.511660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70560", + "city": "New Iberia", + "state": "LA", + "latitude": "29.975453", + "longitude": "-91.840730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70562", + "city": "New Iberia", + "state": "LA", + "latitude": "29.739932", + "longitude": "-91.633100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70563", + "city": "New Iberia", + "state": "LA", + "latitude": "30.022348", + "longitude": "-91.783140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70569", + "city": "Lydia", + "state": "LA", + "latitude": "29.909643", + "longitude": "-91.812552", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70570", + "city": "Opelousas", + "state": "LA", + "latitude": "30.530965", + "longitude": "-92.095210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70571", + "city": "Opelousas", + "state": "LA", + "latitude": "30.574450", + "longitude": "-92.086077", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70575", + "city": "Perry", + "state": "LA", + "latitude": "29.866543", + "longitude": "-92.158982", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70576", + "city": "Pine Prairie", + "state": "LA", + "latitude": "30.781744", + "longitude": "-92.419680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70577", + "city": "Port Barre", + "state": "LA", + "latitude": "30.549089", + "longitude": "-91.930060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70578", + "city": "Rayne", + "state": "LA", + "latitude": "30.234581", + "longitude": "-92.264310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70580", + "city": "Reddell", + "state": "LA", + "latitude": "30.675449", + "longitude": "-92.425620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70581", + "city": "Roanoke", + "state": "LA", + "latitude": "30.247110", + "longitude": "-92.739510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70582", + "city": "Saint Martinville", + "state": "LA", + "latitude": "30.148473", + "longitude": "-91.800300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70583", + "city": "Scott", + "state": "LA", + "latitude": "30.244311", + "longitude": "-92.100990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70584", + "city": "Sunset", + "state": "LA", + "latitude": "30.394648", + "longitude": "-92.077860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70585", + "city": "Turkey Creek", + "state": "LA", + "latitude": "30.871853", + "longitude": "-92.405320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70586", + "city": "Ville Platte", + "state": "LA", + "latitude": "30.710639", + "longitude": "-92.306280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70589", + "city": "Washington", + "state": "LA", + "latitude": "30.653805", + "longitude": "-92.054790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70591", + "city": "Welsh", + "state": "LA", + "latitude": "30.246368", + "longitude": "-92.831990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70592", + "city": "Youngsville", + "state": "LA", + "latitude": "30.103107", + "longitude": "-91.999930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70593", + "city": "Lafayette", + "state": "LA", + "latitude": "30.208120", + "longitude": "-92.095109", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70594", + "city": "Raceland", + "state": "LA", + "latitude": "29.700243", + "longitude": "-90.570722", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70596", + "city": "Lafayette", + "state": "LA", + "latitude": "30.208120", + "longitude": "-92.095109", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70598", + "city": "Lafayette", + "state": "LA", + "latitude": "30.208120", + "longitude": "-92.095109", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70601", + "city": "Lake Charles", + "state": "LA", + "latitude": "30.226399", + "longitude": "-93.204960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70602", + "city": "Lake Charles", + "state": "LA", + "latitude": "30.264232", + "longitude": "-93.326527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70605", + "city": "Lake Charles", + "state": "LA", + "latitude": "30.165907", + "longitude": "-93.249050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70606", + "city": "Lake Charles", + "state": "LA", + "latitude": "30.264232", + "longitude": "-93.326527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70607", + "city": "Lake Charles", + "state": "LA", + "latitude": "30.129908", + "longitude": "-93.196320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70609", + "city": "Lake Charles", + "state": "LA", + "latitude": "30.264232", + "longitude": "-93.326527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70611", + "city": "Lake Charles", + "state": "LA", + "latitude": "30.327970", + "longitude": "-93.210900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70612", + "city": "Lake Charles", + "state": "LA", + "latitude": "30.264232", + "longitude": "-93.326527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70615", + "city": "Lake Charles", + "state": "LA", + "latitude": "30.239906", + "longitude": "-93.149770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70616", + "city": "Lake Charles", + "state": "LA", + "latitude": "30.264232", + "longitude": "-93.326527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70629", + "city": "Lake Charles", + "state": "LA", + "latitude": "30.264232", + "longitude": "-93.326527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70630", + "city": "Bell City", + "state": "LA", + "latitude": "30.077002", + "longitude": "-93.032240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70631", + "city": "Cameron", + "state": "LA", + "latitude": "29.778234", + "longitude": "-93.409070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70632", + "city": "Creole", + "state": "LA", + "latitude": "29.836547", + "longitude": "-93.036300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70633", + "city": "Dequincy", + "state": "LA", + "latitude": "30.444310", + "longitude": "-93.412210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70634", + "city": "Deridder", + "state": "LA", + "latitude": "30.835881", + "longitude": "-93.270710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70637", + "city": "Dry Creek", + "state": "LA", + "latitude": "30.685067", + "longitude": "-92.980650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70638", + "city": "Elizabeth", + "state": "LA", + "latitude": "30.867410", + "longitude": "-92.794420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70639", + "city": "Evans", + "state": "LA", + "latitude": "30.994164", + "longitude": "-93.499980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70640", + "city": "Fenton", + "state": "LA", + "latitude": "30.366126", + "longitude": "-92.918370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70642", + "city": "Fullerton", + "state": "LA", + "latitude": "31.111979", + "longitude": "-93.200936", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70643", + "city": "Grand Chenier", + "state": "LA", + "latitude": "29.771240", + "longitude": "-92.887320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70644", + "city": "Grant", + "state": "LA", + "latitude": "30.799893", + "longitude": "-92.944080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70645", + "city": "Hackberry", + "state": "LA", + "latitude": "29.995358", + "longitude": "-93.375750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70646", + "city": "Hayes", + "state": "LA", + "latitude": "30.107308", + "longitude": "-92.919920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70647", + "city": "Iowa", + "state": "LA", + "latitude": "30.243213", + "longitude": "-93.003860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70648", + "city": "Kinder", + "state": "LA", + "latitude": "30.494379", + "longitude": "-92.859920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70650", + "city": "Lacassine", + "state": "LA", + "latitude": "30.235892", + "longitude": "-92.915270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70651", + "city": "Leblanc", + "state": "LA", + "latitude": "30.518729", + "longitude": "-92.961990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70652", + "city": "Longville", + "state": "LA", + "latitude": "30.599065", + "longitude": "-93.256100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70653", + "city": "Merryville", + "state": "LA", + "latitude": "30.685274", + "longitude": "-93.558270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70654", + "city": "Mittie", + "state": "LA", + "latitude": "30.710561", + "longitude": "-92.890810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70655", + "city": "Oberlin", + "state": "LA", + "latitude": "30.620456", + "longitude": "-92.745820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70656", + "city": "Pitkin", + "state": "LA", + "latitude": "30.937089", + "longitude": "-92.948020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70657", + "city": "Ragley", + "state": "LA", + "latitude": "30.472103", + "longitude": "-93.139570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70658", + "city": "Reeves", + "state": "LA", + "latitude": "30.518748", + "longitude": "-93.027350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70659", + "city": "Rosepine", + "state": "LA", + "latitude": "30.921274", + "longitude": "-93.281940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70660", + "city": "Singer", + "state": "LA", + "latitude": "30.586251", + "longitude": "-93.421350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70661", + "city": "Starks", + "state": "LA", + "latitude": "30.338939", + "longitude": "-93.664720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70662", + "city": "Sugartown", + "state": "LA", + "latitude": "30.811926", + "longitude": "-93.005820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70663", + "city": "Sulphur", + "state": "LA", + "latitude": "30.245205", + "longitude": "-93.363600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70664", + "city": "Sulphur", + "state": "LA", + "latitude": "30.264232", + "longitude": "-93.326527", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70665", + "city": "Sulphur", + "state": "LA", + "latitude": "30.154028", + "longitude": "-93.424120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70668", + "city": "Vinton", + "state": "LA", + "latitude": "30.183689", + "longitude": "-93.598150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70669", + "city": "Westlake", + "state": "LA", + "latitude": "30.251665", + "longitude": "-93.270470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70704", + "city": "Baker", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70706", + "city": "Denham Springs", + "state": "LA", + "latitude": "30.608471", + "longitude": "-90.927580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70707", + "city": "Gonzales", + "state": "LA", + "latitude": "30.204707", + "longitude": "-90.869481", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70710", + "city": "Addis", + "state": "LA", + "latitude": "30.350306", + "longitude": "-91.261210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70711", + "city": "Albany", + "state": "LA", + "latitude": "30.508318", + "longitude": "-90.585460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70712", + "city": "Angola", + "state": "LA", + "latitude": "30.949066", + "longitude": "-91.592940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70714", + "city": "Baker", + "state": "LA", + "latitude": "30.584787", + "longitude": "-91.147630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70715", + "city": "Batchelor", + "state": "LA", + "latitude": "30.822847", + "longitude": "-91.705310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70716", + "city": "Bayou Goula", + "state": "LA", + "latitude": "30.261384", + "longitude": "-91.360260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70717", + "city": "Blanks", + "state": "LA", + "latitude": "30.547187", + "longitude": "-91.591190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70718", + "city": "Brittany", + "state": "LA", + "latitude": "30.201004", + "longitude": "-90.868876", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70719", + "city": "Brusly", + "state": "LA", + "latitude": "30.384402", + "longitude": "-91.255490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70720", + "city": "Bueche", + "state": "LA", + "latitude": "30.587305", + "longitude": "-91.332520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70721", + "city": "Carville", + "state": "LA", + "latitude": "30.216906", + "longitude": "-91.079750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70722", + "city": "Clinton", + "state": "LA", + "latitude": "30.823174", + "longitude": "-90.921000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70723", + "city": "Convent", + "state": "LA", + "latitude": "30.063433", + "longitude": "-90.846440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70725", + "city": "Darrow", + "state": "LA", + "latitude": "30.130584", + "longitude": "-90.959090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70726", + "city": "Denham Springs", + "state": "LA", + "latitude": "30.468526", + "longitude": "-90.928270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70727", + "city": "Denham Springs", + "state": "LA", + "latitude": "30.337495", + "longitude": "-90.843449", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70728", + "city": "Duplessis", + "state": "LA", + "latitude": "30.295446", + "longitude": "-90.945836", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70729", + "city": "Erwinville", + "state": "LA", + "latitude": "30.546033", + "longitude": "-91.418980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70730", + "city": "Ethel", + "state": "LA", + "latitude": "30.810733", + "longitude": "-91.115410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70732", + "city": "Fordoche", + "state": "LA", + "latitude": "30.605673", + "longitude": "-91.616120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70733", + "city": "French Settlement", + "state": "LA", + "latitude": "30.307865", + "longitude": "-90.800540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70734", + "city": "Geismar", + "state": "LA", + "latitude": "30.211172", + "longitude": "-91.008750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70736", + "city": "Glynn", + "state": "LA", + "latitude": "30.633678", + "longitude": "-91.337860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70737", + "city": "Gonzales", + "state": "LA", + "latitude": "30.229237", + "longitude": "-90.922510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70738", + "city": "Burnside", + "state": "LA", + "latitude": "30.204707", + "longitude": "-90.869481", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70739", + "city": "Greenwell Springs", + "state": "LA", + "latitude": "30.585687", + "longitude": "-90.980140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70740", + "city": "Grosse Tete", + "state": "LA", + "latitude": "30.399271", + "longitude": "-91.421480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70743", + "city": "Hester", + "state": "LA", + "latitude": "30.019278", + "longitude": "-90.776190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70744", + "city": "Holden", + "state": "LA", + "latitude": "30.535477", + "longitude": "-90.674640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70747", + "city": "Innis", + "state": "LA", + "latitude": "30.878083", + "longitude": "-91.676720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70748", + "city": "Jackson", + "state": "LA", + "latitude": "30.826285", + "longitude": "-91.228120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70749", + "city": "Jarreau", + "state": "LA", + "latitude": "30.622391", + "longitude": "-91.414680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70750", + "city": "Krotz Springs", + "state": "LA", + "latitude": "30.514159", + "longitude": "-91.742460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70751", + "city": "Labarre", + "state": "LA", + "latitude": "30.751300", + "longitude": "-91.566273", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70752", + "city": "Lakeland", + "state": "LA", + "latitude": "30.587852", + "longitude": "-91.399940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70753", + "city": "Lettsworth", + "state": "LA", + "latitude": "30.917437", + "longitude": "-91.712600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70754", + "city": "Livingston", + "state": "LA", + "latitude": "30.447866", + "longitude": "-90.752280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70755", + "city": "Livonia", + "state": "LA", + "latitude": "30.568308", + "longitude": "-91.550750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70756", + "city": "Lottie", + "state": "LA", + "latitude": "30.548421", + "longitude": "-91.632500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70757", + "city": "Maringouin", + "state": "LA", + "latitude": "30.483791", + "longitude": "-91.516190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70759", + "city": "Morganza", + "state": "LA", + "latitude": "30.720494", + "longitude": "-91.580290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70760", + "city": "New Roads", + "state": "LA", + "latitude": "30.700337", + "longitude": "-91.440320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70761", + "city": "Norwood", + "state": "LA", + "latitude": "30.972292", + "longitude": "-91.078950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70762", + "city": "Oscar", + "state": "LA", + "latitude": "30.609979", + "longitude": "-91.461810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70763", + "city": "Paulina", + "state": "LA", + "latitude": "30.033180", + "longitude": "-90.736740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70764", + "city": "Plaquemine", + "state": "LA", + "latitude": "30.270694", + "longitude": "-91.248530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70765", + "city": "Plaquemine", + "state": "LA", + "latitude": "30.261384", + "longitude": "-91.360260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70767", + "city": "Port Allen", + "state": "LA", + "latitude": "30.473536", + "longitude": "-91.263240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70769", + "city": "Prairieville", + "state": "LA", + "latitude": "30.311440", + "longitude": "-90.939550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70770", + "city": "Pride", + "state": "LA", + "latitude": "30.642585", + "longitude": "-90.994890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70772", + "city": "Rosedale", + "state": "LA", + "latitude": "30.439483", + "longitude": "-91.468060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70773", + "city": "Rougon", + "state": "LA", + "latitude": "30.613588", + "longitude": "-91.363610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70774", + "city": "Saint Amant", + "state": "LA", + "latitude": "30.212699", + "longitude": "-90.819470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70775", + "city": "Saint Francisville", + "state": "LA", + "latitude": "30.857355", + "longitude": "-91.373080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70776", + "city": "Saint Gabriel", + "state": "LA", + "latitude": "30.264611", + "longitude": "-91.095950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70777", + "city": "Slaughter", + "state": "LA", + "latitude": "30.722133", + "longitude": "-91.109150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70778", + "city": "Sorrento", + "state": "LA", + "latitude": "30.182068", + "longitude": "-90.857070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70780", + "city": "Sunshine", + "state": "LA", + "latitude": "30.287104", + "longitude": "-91.153620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70781", + "city": "Torbert", + "state": "LA", + "latitude": "30.561065", + "longitude": "-91.486070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70782", + "city": "Tunica", + "state": "LA", + "latitude": "30.934986", + "longitude": "-91.537010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70783", + "city": "Ventress", + "state": "LA", + "latitude": "30.680083", + "longitude": "-91.398520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70784", + "city": "Wakefield", + "state": "LA", + "latitude": "30.917453", + "longitude": "-91.358149", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70785", + "city": "Walker", + "state": "LA", + "latitude": "30.521962", + "longitude": "-90.840350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70786", + "city": "Watson", + "state": "LA", + "latitude": "30.550219", + "longitude": "-90.958219", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70787", + "city": "Weyanoke", + "state": "LA", + "latitude": "30.962103", + "longitude": "-91.473510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70788", + "city": "White Castle", + "state": "LA", + "latitude": "30.153959", + "longitude": "-91.159300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70789", + "city": "Wilson", + "state": "LA", + "latitude": "30.925815", + "longitude": "-91.096720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70791", + "city": "Zachary", + "state": "LA", + "latitude": "30.655578", + "longitude": "-91.140150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70792", + "city": "Uncle Sam", + "state": "LA", + "latitude": "30.027914", + "longitude": "-90.802759", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70801", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.448840", + "longitude": "-91.186330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70802", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.446290", + "longitude": "-91.173050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70803", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.405002", + "longitude": "-91.186834", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70804", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.386267", + "longitude": "-91.133905", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70805", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.485639", + "longitude": "-91.156120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70806", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.444950", + "longitude": "-91.138060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70807", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.534088", + "longitude": "-91.178650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70808", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.411391", + "longitude": "-91.149700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70809", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.403341", + "longitude": "-91.080350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70810", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.361609", + "longitude": "-91.090410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70811", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.525121", + "longitude": "-91.131850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70812", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.504989", + "longitude": "-91.118800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70813", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.520111", + "longitude": "-91.194863", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70814", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.484756", + "longitude": "-91.068620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70815", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.455140", + "longitude": "-91.063580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70816", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.425791", + "longitude": "-91.038150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70817", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.387642", + "longitude": "-90.999210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70818", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.537938", + "longitude": "-91.048120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70819", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.465340", + "longitude": "-91.016590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70820", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.373865", + "longitude": "-91.170650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70821", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.461252", + "longitude": "-91.044723", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70822", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70823", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70825", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70826", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70827", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.433837", + "longitude": "-91.082468", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70831", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70832", + "city": "Elton", + "state": "LA", + "latitude": "30.484853", + "longitude": "-92.694679", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70833", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70835", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70836", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.388292", + "longitude": "-91.086310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70837", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70848", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.433083", + "longitude": "-91.102808", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70874", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.590238", + "longitude": "-91.205400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70879", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70883", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70884", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70892", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70893", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.412991", + "longitude": "-91.171456", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70894", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70895", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70896", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70898", + "city": "Baton Rouge", + "state": "LA", + "latitude": "30.515890", + "longitude": "-91.080373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "70952", + "city": "Youngsville", + "state": "LA", + "latitude": "30.117148", + "longitude": "-91.990319", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71001", + "city": "Arcadia", + "state": "LA", + "latitude": "32.577610", + "longitude": "-92.906200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71002", + "city": "Ashland", + "state": "LA", + "latitude": "32.129489", + "longitude": "-93.082730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71003", + "city": "Athens", + "state": "LA", + "latitude": "32.642811", + "longitude": "-93.017090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71004", + "city": "Belcher", + "state": "LA", + "latitude": "32.765739", + "longitude": "-93.880280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71006", + "city": "Benton", + "state": "LA", + "latitude": "32.697056", + "longitude": "-93.699100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71007", + "city": "Bethany", + "state": "LA", + "latitude": "32.420611", + "longitude": "-94.009230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71008", + "city": "Bienville", + "state": "LA", + "latitude": "32.331964", + "longitude": "-92.951730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71009", + "city": "Blanchard", + "state": "LA", + "latitude": "32.579853", + "longitude": "-93.893170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71016", + "city": "Castor", + "state": "LA", + "latitude": "32.204949", + "longitude": "-93.103830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71018", + "city": "Cotton Valley", + "state": "LA", + "latitude": "32.803257", + "longitude": "-93.408020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71019", + "city": "Coushatta", + "state": "LA", + "latitude": "32.050033", + "longitude": "-93.319280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71021", + "city": "Cullen", + "state": "LA", + "latitude": "32.969535", + "longitude": "-93.449590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71023", + "city": "Doyline", + "state": "LA", + "latitude": "32.487485", + "longitude": "-93.390350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71024", + "city": "Dubberly", + "state": "LA", + "latitude": "32.502528", + "longitude": "-93.213260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71025", + "city": "East Point", + "state": "LA", + "latitude": "32.062391", + "longitude": "-93.367949", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71027", + "city": "Frierson", + "state": "LA", + "latitude": "32.234006", + "longitude": "-93.690080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71028", + "city": "Gibsland", + "state": "LA", + "latitude": "32.518748", + "longitude": "-93.057050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71029", + "city": "Gilliam", + "state": "LA", + "latitude": "32.828541", + "longitude": "-93.839180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71030", + "city": "Gloster", + "state": "LA", + "latitude": "32.191147", + "longitude": "-93.819100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71031", + "city": "Goldonna", + "state": "LA", + "latitude": "32.017160", + "longitude": "-92.905900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71032", + "city": "Grand Cane", + "state": "LA", + "latitude": "32.110359", + "longitude": "-93.785840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71033", + "city": "Greenwood", + "state": "LA", + "latitude": "32.453029", + "longitude": "-93.996830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71034", + "city": "Hall Summit", + "state": "LA", + "latitude": "32.176112", + "longitude": "-93.303980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71036", + "city": "Harmon", + "state": "LA", + "latitude": "32.062391", + "longitude": "-93.367949", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71037", + "city": "Haughton", + "state": "LA", + "latitude": "32.569798", + "longitude": "-93.551330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71038", + "city": "Haynesville", + "state": "LA", + "latitude": "32.954851", + "longitude": "-93.113440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71039", + "city": "Heflin", + "state": "LA", + "latitude": "32.429157", + "longitude": "-93.295490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71040", + "city": "Homer", + "state": "LA", + "latitude": "32.782880", + "longitude": "-93.031760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71043", + "city": "Hosston", + "state": "LA", + "latitude": "32.890777", + "longitude": "-93.879950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71044", + "city": "Ida", + "state": "LA", + "latitude": "32.983957", + "longitude": "-93.892540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71045", + "city": "Jamestown", + "state": "LA", + "latitude": "32.342739", + "longitude": "-93.160750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71046", + "city": "Keatchie", + "state": "LA", + "latitude": "32.168532", + "longitude": "-93.954020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71047", + "city": "Keithville", + "state": "LA", + "latitude": "32.309864", + "longitude": "-93.870890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71048", + "city": "Lisbon", + "state": "LA", + "latitude": "32.830135", + "longitude": "-92.855680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71049", + "city": "Logansport", + "state": "LA", + "latitude": "31.991863", + "longitude": "-93.983560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71050", + "city": "Longstreet", + "state": "LA", + "latitude": "32.117539", + "longitude": "-93.913834", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71051", + "city": "Elm Grove", + "state": "LA", + "latitude": "32.317180", + "longitude": "-93.503660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71052", + "city": "Mansfield", + "state": "LA", + "latitude": "32.031067", + "longitude": "-93.685850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71053", + "city": "South Mansfield", + "state": "LA", + "latitude": "32.048905", + "longitude": "-93.608059", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71055", + "city": "Minden", + "state": "LA", + "latitude": "32.631009", + "longitude": "-93.287510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71058", + "city": "Minden", + "state": "LA", + "latitude": "32.576948", + "longitude": "-93.250705", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71059", + "city": "Mansfield", + "state": "LA", + "latitude": "32.044529", + "longitude": "-93.691972", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71060", + "city": "Mooringsport", + "state": "LA", + "latitude": "32.679068", + "longitude": "-93.975340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71061", + "city": "Oil City", + "state": "LA", + "latitude": "32.748354", + "longitude": "-93.971880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71063", + "city": "Pelican", + "state": "LA", + "latitude": "31.920574", + "longitude": "-93.483650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71064", + "city": "Plain Dealing", + "state": "LA", + "latitude": "32.913383", + "longitude": "-93.689120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71065", + "city": "Pleasant Hill", + "state": "LA", + "latitude": "31.810803", + "longitude": "-93.508200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71066", + "city": "Powhatan", + "state": "LA", + "latitude": "31.874172", + "longitude": "-93.197190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71067", + "city": "Princeton", + "state": "LA", + "latitude": "32.596886", + "longitude": "-93.502600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71068", + "city": "Ringgold", + "state": "LA", + "latitude": "32.304429", + "longitude": "-93.330080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71069", + "city": "Rodessa", + "state": "LA", + "latitude": "32.978828", + "longitude": "-93.997330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71070", + "city": "Saline", + "state": "LA", + "latitude": "32.122435", + "longitude": "-92.984140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71071", + "city": "Sarepta", + "state": "LA", + "latitude": "32.924798", + "longitude": "-93.452950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71072", + "city": "Shongaloo", + "state": "LA", + "latitude": "32.941481", + "longitude": "-93.310200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71073", + "city": "Sibley", + "state": "LA", + "latitude": "32.535107", + "longitude": "-93.302970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71075", + "city": "Springhill", + "state": "LA", + "latitude": "32.994597", + "longitude": "-93.459920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71076", + "city": "Castor", + "state": "LA", + "latitude": "32.250430", + "longitude": "-93.155616", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71078", + "city": "Stonewall", + "state": "LA", + "latitude": "32.278422", + "longitude": "-93.794690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71079", + "city": "Summerfield", + "state": "LA", + "latitude": "32.937726", + "longitude": "-92.804710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71080", + "city": "Taylor", + "state": "LA", + "latitude": "32.366002", + "longitude": "-93.101086", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71082", + "city": "Vivian", + "state": "LA", + "latitude": "32.849008", + "longitude": "-93.975990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71095", + "city": "Jamestown", + "state": "LA", + "latitude": "32.342050", + "longitude": "-93.203923", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71101", + "city": "Shreveport", + "state": "LA", + "latitude": "32.505352", + "longitude": "-93.748610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71102", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71103", + "city": "Shreveport", + "state": "LA", + "latitude": "32.490777", + "longitude": "-93.767610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71104", + "city": "Shreveport", + "state": "LA", + "latitude": "32.484232", + "longitude": "-93.736710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71105", + "city": "Shreveport", + "state": "LA", + "latitude": "32.457903", + "longitude": "-93.713300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71106", + "city": "Shreveport", + "state": "LA", + "latitude": "32.426104", + "longitude": "-93.745420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71107", + "city": "Shreveport", + "state": "LA", + "latitude": "32.564430", + "longitude": "-93.830500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71108", + "city": "Shreveport", + "state": "LA", + "latitude": "32.449286", + "longitude": "-93.780000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71109", + "city": "Shreveport", + "state": "LA", + "latitude": "32.474453", + "longitude": "-93.800220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71110", + "city": "Barksdale AFB", + "state": "LA", + "latitude": "32.477994", + "longitude": "-93.619180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71111", + "city": "Bossier City", + "state": "LA", + "latitude": "32.552315", + "longitude": "-93.708360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71112", + "city": "Bossier City", + "state": "LA", + "latitude": "32.478752", + "longitude": "-93.670400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71113", + "city": "Bossier City", + "state": "LA", + "latitude": "32.627620", + "longitude": "-93.608968", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71115", + "city": "Shreveport", + "state": "LA", + "latitude": "32.350987", + "longitude": "-93.629380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71118", + "city": "Shreveport", + "state": "LA", + "latitude": "32.397255", + "longitude": "-93.804300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71119", + "city": "Shreveport", + "state": "LA", + "latitude": "32.487601", + "longitude": "-93.890640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71120", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71129", + "city": "Shreveport", + "state": "LA", + "latitude": "32.420670", + "longitude": "-93.887700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71130", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71133", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71134", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71135", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71136", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71137", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71138", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71148", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71149", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71151", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71152", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71153", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71154", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71156", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71161", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71162", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71163", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71164", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71165", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71166", + "city": "Shreveport", + "state": "LA", + "latitude": "32.607556", + "longitude": "-93.752560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71171", + "city": "Bossier City", + "state": "LA", + "latitude": "32.627620", + "longitude": "-93.608968", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71172", + "city": "Bossier City", + "state": "LA", + "latitude": "32.627620", + "longitude": "-93.608968", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71201", + "city": "Monroe", + "state": "LA", + "latitude": "32.519393", + "longitude": "-92.107550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71202", + "city": "Monroe", + "state": "LA", + "latitude": "32.456862", + "longitude": "-92.088810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71203", + "city": "Monroe", + "state": "LA", + "latitude": "32.547067", + "longitude": "-92.043840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71207", + "city": "Monroe", + "state": "LA", + "latitude": "32.490777", + "longitude": "-92.159354", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71208", + "city": "Monroe", + "state": "LA", + "latitude": "32.496764", + "longitude": "-92.075615", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71209", + "city": "Monroe", + "state": "LA", + "latitude": "32.527693", + "longitude": "-92.075583", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71210", + "city": "Monroe", + "state": "LA", + "latitude": "32.490777", + "longitude": "-92.159354", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71211", + "city": "Monroe", + "state": "LA", + "latitude": "32.490777", + "longitude": "-92.159354", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71212", + "city": "Monroe", + "state": "LA", + "latitude": "32.528593", + "longitude": "-92.072683", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71213", + "city": "Monroe", + "state": "LA", + "latitude": "32.490777", + "longitude": "-92.159354", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71218", + "city": "Archibald", + "state": "LA", + "latitude": "32.350427", + "longitude": "-91.772200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71219", + "city": "Baskin", + "state": "LA", + "latitude": "32.308243", + "longitude": "-91.715270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71220", + "city": "Bastrop", + "state": "LA", + "latitude": "32.814969", + "longitude": "-91.906780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71221", + "city": "Bastrop", + "state": "LA", + "latitude": "32.823863", + "longitude": "-91.843528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71222", + "city": "Bernice", + "state": "LA", + "latitude": "32.829213", + "longitude": "-92.652960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71223", + "city": "Bonita", + "state": "LA", + "latitude": "32.919093", + "longitude": "-91.677370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71225", + "city": "Calhoun", + "state": "LA", + "latitude": "32.507942", + "longitude": "-92.349230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71226", + "city": "Chatham", + "state": "LA", + "latitude": "32.277816", + "longitude": "-92.452830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71227", + "city": "Choudrant", + "state": "LA", + "latitude": "32.533389", + "longitude": "-92.491640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71229", + "city": "Collinston", + "state": "LA", + "latitude": "32.678312", + "longitude": "-91.895460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71230", + "city": "Crowville", + "state": "LA", + "latitude": "32.138935", + "longitude": "-91.691899", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71232", + "city": "Delhi", + "state": "LA", + "latitude": "32.438621", + "longitude": "-91.508090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71233", + "city": "Delta", + "state": "LA", + "latitude": "32.341594", + "longitude": "-91.216458", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71234", + "city": "Downsville", + "state": "LA", + "latitude": "32.641967", + "longitude": "-92.352900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71235", + "city": "Dubach", + "state": "LA", + "latitude": "32.683644", + "longitude": "-92.671790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71237", + "city": "Epps", + "state": "LA", + "latitude": "32.597244", + "longitude": "-91.476640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71238", + "city": "Eros", + "state": "LA", + "latitude": "32.361562", + "longitude": "-92.375170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71240", + "city": "Fairbanks", + "state": "LA", + "latitude": "32.490777", + "longitude": "-92.159354", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71241", + "city": "Farmerville", + "state": "LA", + "latitude": "32.764289", + "longitude": "-92.376570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71242", + "city": "Forest", + "state": "LA", + "latitude": "32.823880", + "longitude": "-91.398944", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71243", + "city": "Fort Necessity", + "state": "LA", + "latitude": "31.950754", + "longitude": "-91.784630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71245", + "city": "Grambling", + "state": "LA", + "latitude": "32.526277", + "longitude": "-92.717940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71247", + "city": "Hodge", + "state": "LA", + "latitude": "32.272141", + "longitude": "-92.724890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71249", + "city": "Jigger", + "state": "LA", + "latitude": "32.138935", + "longitude": "-91.691899", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71250", + "city": "Jones", + "state": "LA", + "latitude": "32.978295", + "longitude": "-91.619450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71251", + "city": "Jonesboro", + "state": "LA", + "latitude": "32.229884", + "longitude": "-92.697630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71253", + "city": "Kilbourne", + "state": "LA", + "latitude": "32.995821", + "longitude": "-91.316860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71254", + "city": "Lake Providence", + "state": "LA", + "latitude": "32.806899", + "longitude": "-91.207590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71256", + "city": "Lillie", + "state": "LA", + "latitude": "32.957004", + "longitude": "-92.701520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71259", + "city": "Mangham", + "state": "LA", + "latitude": "32.286179", + "longitude": "-91.808040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71260", + "city": "Marion", + "state": "LA", + "latitude": "32.885372", + "longitude": "-92.235810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71261", + "city": "Mer Rouge", + "state": "LA", + "latitude": "32.770852", + "longitude": "-91.743610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71263", + "city": "Oak Grove", + "state": "LA", + "latitude": "32.887552", + "longitude": "-91.410700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71264", + "city": "Oak Ridge", + "state": "LA", + "latitude": "32.601149", + "longitude": "-91.799170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71266", + "city": "Pioneer", + "state": "LA", + "latitude": "32.714211", + "longitude": "-91.457760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71268", + "city": "Quitman", + "state": "LA", + "latitude": "32.341112", + "longitude": "-92.720270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71269", + "city": "Rayville", + "state": "LA", + "latitude": "32.457301", + "longitude": "-91.787540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71270", + "city": "Ruston", + "state": "LA", + "latitude": "32.524760", + "longitude": "-92.646960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71272", + "city": "Ruston", + "state": "LA", + "latitude": "32.525825", + "longitude": "-92.649298", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71273", + "city": "Ruston", + "state": "LA", + "latitude": "32.606535", + "longitude": "-92.648384", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71275", + "city": "Simsboro", + "state": "LA", + "latitude": "32.513699", + "longitude": "-92.806330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71276", + "city": "Sondheimer", + "state": "LA", + "latitude": "32.582205", + "longitude": "-91.115410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71277", + "city": "Spearsville", + "state": "LA", + "latitude": "32.957393", + "longitude": "-92.579350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71279", + "city": "Start", + "state": "LA", + "latitude": "32.491910", + "longitude": "-91.856326", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71280", + "city": "Sterlington", + "state": "LA", + "latitude": "32.700356", + "longitude": "-92.082830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71281", + "city": "Swartz", + "state": "LA", + "latitude": "32.490777", + "longitude": "-92.159354", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71282", + "city": "Tallulah", + "state": "LA", + "latitude": "32.397286", + "longitude": "-91.176570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71284", + "city": "Tallulah", + "state": "LA", + "latitude": "32.341594", + "longitude": "-91.216458", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71286", + "city": "Transylvania", + "state": "LA", + "latitude": "32.660116", + "longitude": "-91.205310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71291", + "city": "West Monroe", + "state": "LA", + "latitude": "32.526944", + "longitude": "-92.159900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71292", + "city": "West Monroe", + "state": "LA", + "latitude": "32.456034", + "longitude": "-92.182760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71294", + "city": "West Monroe", + "state": "LA", + "latitude": "32.490777", + "longitude": "-92.159354", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71295", + "city": "Winnsboro", + "state": "LA", + "latitude": "32.156791", + "longitude": "-91.728740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71301", + "city": "Alexandria", + "state": "LA", + "latitude": "31.294532", + "longitude": "-92.460150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71302", + "city": "Alexandria", + "state": "LA", + "latitude": "31.261716", + "longitude": "-92.424690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71303", + "city": "Alexandria", + "state": "LA", + "latitude": "31.302432", + "longitude": "-92.505150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71306", + "city": "Alexandria", + "state": "LA", + "latitude": "31.075638", + "longitude": "-92.446135", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71307", + "city": "Alexandria", + "state": "LA", + "latitude": "31.203393", + "longitude": "-92.526927", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71309", + "city": "Alexandria", + "state": "LA", + "latitude": "31.304730", + "longitude": "-92.619593", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71315", + "city": "Alexandria", + "state": "LA", + "latitude": "31.139651", + "longitude": "-92.398384", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71316", + "city": "Acme", + "state": "LA", + "latitude": "31.252471", + "longitude": "-91.770310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71320", + "city": "Bordelonville", + "state": "LA", + "latitude": "31.174100", + "longitude": "-91.725010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71322", + "city": "Bunkie", + "state": "LA", + "latitude": "30.920328", + "longitude": "-92.168090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71323", + "city": "Center Point", + "state": "LA", + "latitude": "31.247945", + "longitude": "-92.216240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71324", + "city": "Chase", + "state": "LA", + "latitude": "32.138935", + "longitude": "-91.691899", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71325", + "city": "Cheneyville", + "state": "LA", + "latitude": "30.996931", + "longitude": "-92.322280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71326", + "city": "Clayton", + "state": "LA", + "latitude": "31.755985", + "longitude": "-91.578520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71327", + "city": "Cottonport", + "state": "LA", + "latitude": "30.986760", + "longitude": "-92.043190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71328", + "city": "Deville", + "state": "LA", + "latitude": "31.365331", + "longitude": "-92.195460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71329", + "city": "Dupont", + "state": "LA", + "latitude": "31.095889", + "longitude": "-91.978990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71330", + "city": "Echo", + "state": "LA", + "latitude": "31.110171", + "longitude": "-92.236570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71331", + "city": "Effie", + "state": "LA", + "latitude": "31.219680", + "longitude": "-92.073450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71333", + "city": "Evergreen", + "state": "LA", + "latitude": "30.930026", + "longitude": "-92.089550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71334", + "city": "Ferriday", + "state": "LA", + "latitude": "31.667978", + "longitude": "-91.513820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71336", + "city": "Gilbert", + "state": "LA", + "latitude": "32.037425", + "longitude": "-91.644750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71339", + "city": "Hamburg", + "state": "LA", + "latitude": "31.024614", + "longitude": "-91.927150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71340", + "city": "Harrisonburg", + "state": "LA", + "latitude": "31.765818", + "longitude": "-91.823820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71341", + "city": "Hessmer", + "state": "LA", + "latitude": "31.060792", + "longitude": "-92.157020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71342", + "city": "Jena", + "state": "LA", + "latitude": "31.654792", + "longitude": "-92.128720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71343", + "city": "Jonesville", + "state": "LA", + "latitude": "31.586986", + "longitude": "-91.867250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71345", + "city": "Lebeau", + "state": "LA", + "latitude": "30.728695", + "longitude": "-91.972700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71346", + "city": "Lecompte", + "state": "LA", + "latitude": "31.114462", + "longitude": "-92.404550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71348", + "city": "Libuse", + "state": "LA", + "latitude": "31.203393", + "longitude": "-92.526927", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71350", + "city": "Mansura", + "state": "LA", + "latitude": "31.067379", + "longitude": "-92.054470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71351", + "city": "Marksville", + "state": "LA", + "latitude": "31.140727", + "longitude": "-92.080560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71353", + "city": "Melville", + "state": "LA", + "latitude": "30.698425", + "longitude": "-91.752880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71354", + "city": "Monterey", + "state": "LA", + "latitude": "31.381317", + "longitude": "-91.769140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71355", + "city": "Moreauville", + "state": "LA", + "latitude": "31.053050", + "longitude": "-91.910010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71356", + "city": "Morrow", + "state": "LA", + "latitude": "30.835875", + "longitude": "-92.065640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71357", + "city": "Newellton", + "state": "LA", + "latitude": "32.090387", + "longitude": "-91.241210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71358", + "city": "Palmetto", + "state": "LA", + "latitude": "30.717386", + "longitude": "-91.890850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71359", + "city": "Pineville", + "state": "LA", + "latitude": "31.203393", + "longitude": "-92.526927", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71360", + "city": "Pineville", + "state": "LA", + "latitude": "31.352105", + "longitude": "-92.400600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71361", + "city": "Pineville", + "state": "LA", + "latitude": "31.369230", + "longitude": "-92.419836", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71362", + "city": "Plaucheville", + "state": "LA", + "latitude": "30.945975", + "longitude": "-91.952940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71363", + "city": "Rhinehart", + "state": "LA", + "latitude": "31.596272", + "longitude": "-91.779410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71365", + "city": "Ruby", + "state": "LA", + "latitude": "31.203393", + "longitude": "-92.526927", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71366", + "city": "Saint Joseph", + "state": "LA", + "latitude": "31.924224", + "longitude": "-91.312650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71367", + "city": "Saint Landry", + "state": "LA", + "latitude": "30.895994", + "longitude": "-92.312600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71368", + "city": "Sicily Island", + "state": "LA", + "latitude": "31.858890", + "longitude": "-91.674630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71369", + "city": "Simmesport", + "state": "LA", + "latitude": "30.966506", + "longitude": "-91.822420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71371", + "city": "Trout", + "state": "LA", + "latitude": "31.695553", + "longitude": "-92.227510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71373", + "city": "Vidalia", + "state": "LA", + "latitude": "31.540784", + "longitude": "-91.486980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71375", + "city": "Waterproof", + "state": "LA", + "latitude": "31.796575", + "longitude": "-91.434300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71377", + "city": "Wildsville", + "state": "LA", + "latitude": "31.615767", + "longitude": "-91.787130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71378", + "city": "Wisner", + "state": "LA", + "latitude": "31.938233", + "longitude": "-91.708320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71401", + "city": "Aimwell", + "state": "LA", + "latitude": "31.769334", + "longitude": "-91.979980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71403", + "city": "Anacoco", + "state": "LA", + "latitude": "31.215039", + "longitude": "-93.423010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71404", + "city": "Atlanta", + "state": "LA", + "latitude": "31.755314", + "longitude": "-92.754740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71405", + "city": "Ball", + "state": "LA", + "latitude": "31.415125", + "longitude": "-92.394536", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71406", + "city": "Belmont", + "state": "LA", + "latitude": "31.733049", + "longitude": "-93.517460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71407", + "city": "Bentley", + "state": "LA", + "latitude": "31.527479", + "longitude": "-92.484040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71409", + "city": "Boyce", + "state": "LA", + "latitude": "31.332031", + "longitude": "-92.674850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71410", + "city": "Calvin", + "state": "LA", + "latitude": "31.963299", + "longitude": "-92.779850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71411", + "city": "Campti", + "state": "LA", + "latitude": "31.903462", + "longitude": "-93.098050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71414", + "city": "Clarence", + "state": "LA", + "latitude": "31.817257", + "longitude": "-93.025520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71415", + "city": "Clarks", + "state": "LA", + "latitude": "32.026445", + "longitude": "-92.139510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71416", + "city": "Cloutierville", + "state": "LA", + "latitude": "31.541077", + "longitude": "-92.898420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71417", + "city": "Colfax", + "state": "LA", + "latitude": "31.525400", + "longitude": "-92.681500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71418", + "city": "Columbia", + "state": "LA", + "latitude": "32.130124", + "longitude": "-92.067550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71419", + "city": "Converse", + "state": "LA", + "latitude": "31.804420", + "longitude": "-93.718350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71422", + "city": "Dodson", + "state": "LA", + "latitude": "32.081150", + "longitude": "-92.639790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71423", + "city": "Dry Prong", + "state": "LA", + "latitude": "31.563093", + "longitude": "-92.549540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71424", + "city": "Elmer", + "state": "LA", + "latitude": "31.168617", + "longitude": "-92.697700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71425", + "city": "Enterprise", + "state": "LA", + "latitude": "31.899409", + "longitude": "-91.910430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71426", + "city": "Fisher", + "state": "LA", + "latitude": "31.492622", + "longitude": "-93.464570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71427", + "city": "Flatwoods", + "state": "LA", + "latitude": "31.378139", + "longitude": "-92.887350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71428", + "city": "Flora", + "state": "LA", + "latitude": "31.612444", + "longitude": "-93.097958", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71429", + "city": "Florien", + "state": "LA", + "latitude": "31.398236", + "longitude": "-93.444220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71430", + "city": "Forest Hill", + "state": "LA", + "latitude": "31.050239", + "longitude": "-92.524740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71431", + "city": "Gardner", + "state": "LA", + "latitude": "31.258681", + "longitude": "-92.677545", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71432", + "city": "Georgetown", + "state": "LA", + "latitude": "31.759474", + "longitude": "-92.389270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71433", + "city": "Glenmora", + "state": "LA", + "latitude": "31.004922", + "longitude": "-92.620990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71434", + "city": "Gorum", + "state": "LA", + "latitude": "31.440908", + "longitude": "-92.947240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71435", + "city": "Grayson", + "state": "LA", + "latitude": "32.024884", + "longitude": "-92.164210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71436", + "city": "McNary", + "state": "LA", + "latitude": "30.977590", + "longitude": "-92.572039", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71438", + "city": "Hineston", + "state": "LA", + "latitude": "31.118135", + "longitude": "-92.799960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71439", + "city": "Hornbeck", + "state": "LA", + "latitude": "31.330255", + "longitude": "-93.388820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71440", + "city": "Joyce", + "state": "LA", + "latitude": "31.951166", + "longitude": "-92.565884", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71441", + "city": "Kelly", + "state": "LA", + "latitude": "31.950470", + "longitude": "-92.151070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71443", + "city": "Kurthwood", + "state": "LA", + "latitude": "31.101900", + "longitude": "-93.361238", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71444", + "city": "Lacamp", + "state": "LA", + "latitude": "31.120174", + "longitude": "-93.104943", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71446", + "city": "Leesville", + "state": "LA", + "latitude": "31.138723", + "longitude": "-93.227450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71447", + "city": "Lena", + "state": "LA", + "latitude": "31.452874", + "longitude": "-92.794650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71448", + "city": "Longleaf", + "state": "LA", + "latitude": "31.203393", + "longitude": "-92.526927", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71449", + "city": "Many", + "state": "LA", + "latitude": "31.514631", + "longitude": "-93.548690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71450", + "city": "Marthaville", + "state": "LA", + "latitude": "31.771120", + "longitude": "-93.415470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71452", + "city": "Melrose", + "state": "LA", + "latitude": "31.612618", + "longitude": "-92.980750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71454", + "city": "Montgomery", + "state": "LA", + "latitude": "31.671252", + "longitude": "-92.859320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71455", + "city": "Mora", + "state": "LA", + "latitude": "31.371519", + "longitude": "-92.973180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71456", + "city": "Natchez", + "state": "LA", + "latitude": "31.660742", + "longitude": "-92.988860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71457", + "city": "Natchitoches", + "state": "LA", + "latitude": "31.751287", + "longitude": "-93.090210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71458", + "city": "Natchitoches", + "state": "LA", + "latitude": "31.747563", + "longitude": "-93.079055", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71459", + "city": "Leesville", + "state": "LA", + "latitude": "31.072209", + "longitude": "-93.217620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71460", + "city": "Negreet", + "state": "LA", + "latitude": "31.448907", + "longitude": "-93.621234", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71461", + "city": "Newllano", + "state": "LA", + "latitude": "31.114793", + "longitude": "-93.279790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71462", + "city": "Noble", + "state": "LA", + "latitude": "31.672295", + "longitude": "-93.719970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71463", + "city": "Oakdale", + "state": "LA", + "latitude": "30.806617", + "longitude": "-92.652240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71465", + "city": "Olla", + "state": "LA", + "latitude": "31.861406", + "longitude": "-92.192590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71466", + "city": "Otis", + "state": "LA", + "latitude": "31.200922", + "longitude": "-92.726410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71467", + "city": "Pollock", + "state": "LA", + "latitude": "31.529155", + "longitude": "-92.394180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71468", + "city": "Provencal", + "state": "LA", + "latitude": "31.494144", + "longitude": "-93.175080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71469", + "city": "Robeline", + "state": "LA", + "latitude": "31.693192", + "longitude": "-93.295860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71471", + "city": "Saint Maurice", + "state": "LA", + "latitude": "31.749699", + "longitude": "-92.927989", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71472", + "city": "Sieper", + "state": "LA", + "latitude": "31.206148", + "longitude": "-92.804590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71473", + "city": "Sikes", + "state": "LA", + "latitude": "32.100491", + "longitude": "-92.434420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71474", + "city": "Simpson", + "state": "LA", + "latitude": "31.252873", + "longitude": "-93.023950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71475", + "city": "Slagle", + "state": "LA", + "latitude": "31.111979", + "longitude": "-93.200936", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71477", + "city": "Tioga", + "state": "LA", + "latitude": "31.399855", + "longitude": "-92.604193", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71479", + "city": "Tullos", + "state": "LA", + "latitude": "31.823038", + "longitude": "-92.340170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71480", + "city": "Urania", + "state": "LA", + "latitude": "31.861708", + "longitude": "-92.291410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71481", + "city": "Verda", + "state": "LA", + "latitude": "31.592547", + "longitude": "-92.584830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71483", + "city": "Winnfield", + "state": "LA", + "latitude": "31.915828", + "longitude": "-92.644500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71485", + "city": "Woodworth", + "state": "LA", + "latitude": "31.163538", + "longitude": "-92.501440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71486", + "city": "Zwolle", + "state": "LA", + "latitude": "31.597407", + "longitude": "-93.663970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71496", + "city": "Leesville", + "state": "LA", + "latitude": "31.110298", + "longitude": "-93.289988", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71497", + "city": "Natchitoches", + "state": "LA", + "latitude": "31.747563", + "longitude": "-93.079055", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71545", + "city": "Montgomery", + "state": "LA", + "latitude": "31.665810", + "longitude": "-92.890325", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71601", + "city": "Pine Bluff", + "state": "AR", + "latitude": "34.215648", + "longitude": "-91.988410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71602", + "city": "White Hall", + "state": "AR", + "latitude": "34.261359", + "longitude": "-92.095920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71603", + "city": "Pine Bluff", + "state": "AR", + "latitude": "34.189398", + "longitude": "-92.044950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71611", + "city": "Pine Bluff", + "state": "AR", + "latitude": "34.261465", + "longitude": "-91.955115", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71612", + "city": "White Hall", + "state": "AR", + "latitude": "34.277534", + "longitude": "-91.832539", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71613", + "city": "Pine Bluff", + "state": "AR", + "latitude": "34.157876", + "longitude": "-92.071284", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71630", + "city": "Arkansas City", + "state": "AR", + "latitude": "33.608935", + "longitude": "-91.205770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71631", + "city": "Banks", + "state": "AR", + "latitude": "33.580919", + "longitude": "-92.264770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71635", + "city": "Crossett", + "state": "AR", + "latitude": "33.125032", + "longitude": "-91.970370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71638", + "city": "Dermott", + "state": "AR", + "latitude": "33.525266", + "longitude": "-91.479220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71639", + "city": "Dumas", + "state": "AR", + "latitude": "33.900515", + "longitude": "-91.500410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71640", + "city": "Eudora", + "state": "AR", + "latitude": "33.118147", + "longitude": "-91.261070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71642", + "city": "Fountain Hill", + "state": "AR", + "latitude": "33.375479", + "longitude": "-91.861880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71643", + "city": "Gould", + "state": "AR", + "latitude": "34.004537", + "longitude": "-91.578400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71644", + "city": "Grady", + "state": "AR", + "latitude": "34.110042", + "longitude": "-91.704880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71646", + "city": "Hamburg", + "state": "AR", + "latitude": "33.224814", + "longitude": "-91.791760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71647", + "city": "Hermitage", + "state": "AR", + "latitude": "33.384421", + "longitude": "-92.148970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71649", + "city": "Jennie", + "state": "AR", + "latitude": "33.283901", + "longitude": "-91.252060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71650", + "city": "Jerome", + "state": "AR", + "latitude": "33.590601", + "longitude": "-91.732829", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71651", + "city": "Jersey", + "state": "AR", + "latitude": "33.346473", + "longitude": "-92.319540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71652", + "city": "Kingsland", + "state": "AR", + "latitude": "33.914079", + "longitude": "-92.332510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71653", + "city": "Lake Village", + "state": "AR", + "latitude": "33.351501", + "longitude": "-91.271330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71654", + "city": "McGehee", + "state": "AR", + "latitude": "33.628723", + "longitude": "-91.382360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71655", + "city": "Monticello", + "state": "AR", + "latitude": "33.620860", + "longitude": "-91.762720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71656", + "city": "Monticello", + "state": "AR", + "latitude": "33.592575", + "longitude": "-91.812370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71657", + "city": "Monticello", + "state": "AR", + "latitude": "33.590601", + "longitude": "-91.732829", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71658", + "city": "Montrose", + "state": "AR", + "latitude": "33.323463", + "longitude": "-91.546330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71659", + "city": "Moscow", + "state": "AR", + "latitude": "34.154012", + "longitude": "-91.800620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71660", + "city": "New Edinburg", + "state": "AR", + "latitude": "33.736301", + "longitude": "-92.184470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71661", + "city": "Parkdale", + "state": "AR", + "latitude": "33.133126", + "longitude": "-91.531030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71662", + "city": "Pickens", + "state": "AR", + "latitude": "33.818318", + "longitude": "-91.214054", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71663", + "city": "Portland", + "state": "AR", + "latitude": "33.236401", + "longitude": "-91.479820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71665", + "city": "Rison", + "state": "AR", + "latitude": "33.941582", + "longitude": "-92.145750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71666", + "city": "McGehee", + "state": "AR", + "latitude": "33.763205", + "longitude": "-91.272390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71667", + "city": "Star City", + "state": "AR", + "latitude": "33.945654", + "longitude": "-91.839570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71670", + "city": "Tillar", + "state": "AR", + "latitude": "33.737729", + "longitude": "-91.418760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71671", + "city": "Warren", + "state": "AR", + "latitude": "33.608004", + "longitude": "-92.081010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71674", + "city": "Watson", + "state": "AR", + "latitude": "33.873022", + "longitude": "-91.242350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71675", + "city": "Wilmar", + "state": "AR", + "latitude": "33.592313", + "longitude": "-91.936070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71676", + "city": "Wilmot", + "state": "AR", + "latitude": "33.059255", + "longitude": "-91.558660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71677", + "city": "Winchester", + "state": "AR", + "latitude": "33.749668", + "longitude": "-91.465700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71678", + "city": "Yorktown", + "state": "AR", + "latitude": "33.978738", + "longitude": "-91.699077", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71691", + "city": "Warren", + "state": "AR", + "latitude": "33.608542", + "longitude": "-92.081022", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71701", + "city": "Camden", + "state": "AR", + "latitude": "33.578096", + "longitude": "-92.813680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71711", + "city": "Camden", + "state": "AR", + "latitude": "33.589009", + "longitude": "-92.842649", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71720", + "city": "Bearden", + "state": "AR", + "latitude": "33.733334", + "longitude": "-92.646640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71721", + "city": "Beirne", + "state": "AR", + "latitude": "34.055486", + "longitude": "-93.189406", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71722", + "city": "Bluff City", + "state": "AR", + "latitude": "33.704074", + "longitude": "-93.133640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71724", + "city": "Calion", + "state": "AR", + "latitude": "33.326096", + "longitude": "-92.538660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71725", + "city": "Carthage", + "state": "AR", + "latitude": "34.058224", + "longitude": "-92.565190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71726", + "city": "Chidester", + "state": "AR", + "latitude": "33.686264", + "longitude": "-93.019660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71728", + "city": "Curtis", + "state": "AR", + "latitude": "34.010316", + "longitude": "-93.097627", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71730", + "city": "El Dorado", + "state": "AR", + "latitude": "33.218456", + "longitude": "-92.649110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71731", + "city": "El Dorado", + "state": "AR", + "latitude": "33.198024", + "longitude": "-92.528910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71740", + "city": "Emerson", + "state": "AR", + "latitude": "33.091077", + "longitude": "-93.184680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71742", + "city": "Fordyce", + "state": "AR", + "latitude": "33.834201", + "longitude": "-92.434210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71743", + "city": "Gurdon", + "state": "AR", + "latitude": "33.913838", + "longitude": "-93.138550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71744", + "city": "Hampton", + "state": "AR", + "latitude": "33.521575", + "longitude": "-92.478980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71745", + "city": "Harrell", + "state": "AR", + "latitude": "33.525889", + "longitude": "-92.392270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71747", + "city": "Huttig", + "state": "AR", + "latitude": "33.050688", + "longitude": "-92.185010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71748", + "city": "Ivan", + "state": "AR", + "latitude": "33.975470", + "longitude": "-92.647817", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71749", + "city": "Junction City", + "state": "AR", + "latitude": "33.067477", + "longitude": "-92.764490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71750", + "city": "Lawson", + "state": "AR", + "latitude": "33.198024", + "longitude": "-92.528910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71751", + "city": "Louann", + "state": "AR", + "latitude": "33.397936", + "longitude": "-92.771160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71752", + "city": "McNeil", + "state": "AR", + "latitude": "33.362351", + "longitude": "-93.200450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71753", + "city": "Magnolia", + "state": "AR", + "latitude": "33.249608", + "longitude": "-93.204270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71754", + "city": "Magnolia", + "state": "AR", + "latitude": "33.242571", + "longitude": "-93.229960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71758", + "city": "Mount Holly", + "state": "AR", + "latitude": "33.325889", + "longitude": "-92.904850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71759", + "city": "Norphlet", + "state": "AR", + "latitude": "33.323051", + "longitude": "-92.660950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71762", + "city": "Smackover", + "state": "AR", + "latitude": "33.350296", + "longitude": "-92.737900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71763", + "city": "Sparkman", + "state": "AR", + "latitude": "33.918550", + "longitude": "-92.804840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71764", + "city": "Stephens", + "state": "AR", + "latitude": "33.412500", + "longitude": "-93.062630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71765", + "city": "Strong", + "state": "AR", + "latitude": "33.123334", + "longitude": "-92.349880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71766", + "city": "Thornton", + "state": "AR", + "latitude": "33.741892", + "longitude": "-92.488340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71767", + "city": "Hampton", + "state": "AR", + "latitude": "33.535994", + "longitude": "-92.543915", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71768", + "city": "Urbana", + "state": "AR", + "latitude": "33.198024", + "longitude": "-92.528910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71769", + "city": "Village", + "state": "AR", + "latitude": "33.236156", + "longitude": "-93.234494", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71770", + "city": "Waldo", + "state": "AR", + "latitude": "33.349370", + "longitude": "-93.311760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71772", + "city": "Whelen Springs", + "state": "AR", + "latitude": "33.832537", + "longitude": "-93.123800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71801", + "city": "Hope", + "state": "AR", + "latitude": "33.657969", + "longitude": "-93.594860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71802", + "city": "Hope", + "state": "AR", + "latitude": "33.765584", + "longitude": "-93.559162", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71820", + "city": "Alleene", + "state": "AR", + "latitude": "33.780463", + "longitude": "-94.243840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71822", + "city": "Ashdown", + "state": "AR", + "latitude": "33.675597", + "longitude": "-94.134650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71823", + "city": "Ben Lomond", + "state": "AR", + "latitude": "33.822226", + "longitude": "-94.132940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71825", + "city": "Blevins", + "state": "AR", + "latitude": "33.867903", + "longitude": "-93.571360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71826", + "city": "Bradley", + "state": "AR", + "latitude": "33.102083", + "longitude": "-93.673720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71827", + "city": "Buckner", + "state": "AR", + "latitude": "33.378452", + "longitude": "-93.436920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71828", + "city": "Cale", + "state": "AR", + "latitude": "33.700820", + "longitude": "-93.294126", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71831", + "city": "Columbus", + "state": "AR", + "latitude": "33.793524", + "longitude": "-93.807007", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71832", + "city": "De Queen", + "state": "AR", + "latitude": "34.038226", + "longitude": "-94.335970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71833", + "city": "Dierks", + "state": "AR", + "latitude": "34.152505", + "longitude": "-94.037860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71834", + "city": "Doddridge", + "state": "AR", + "latitude": "33.098630", + "longitude": "-93.952610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71835", + "city": "Emmet", + "state": "AR", + "latitude": "33.704850", + "longitude": "-93.467790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71836", + "city": "Foreman", + "state": "AR", + "latitude": "33.731908", + "longitude": "-94.387510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71837", + "city": "Fouke", + "state": "AR", + "latitude": "33.271824", + "longitude": "-93.852020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71838", + "city": "Fulton", + "state": "AR", + "latitude": "33.638783", + "longitude": "-93.808280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71839", + "city": "Garland City", + "state": "AR", + "latitude": "33.312764", + "longitude": "-93.717340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71840", + "city": "Genoa", + "state": "AR", + "latitude": "33.316578", + "longitude": "-93.854484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71841", + "city": "Gillham", + "state": "AR", + "latitude": "34.163393", + "longitude": "-94.304900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71842", + "city": "Horatio", + "state": "AR", + "latitude": "33.927425", + "longitude": "-94.308340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71844", + "city": "Laneburg", + "state": "AR", + "latitude": "33.700820", + "longitude": "-93.294126", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71845", + "city": "Lewisville", + "state": "AR", + "latitude": "33.326251", + "longitude": "-93.589860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71846", + "city": "Lockesburg", + "state": "AR", + "latitude": "33.961768", + "longitude": "-94.147170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71847", + "city": "McCaskill", + "state": "AR", + "latitude": "33.920355", + "longitude": "-93.637510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71851", + "city": "Mineral Springs", + "state": "AR", + "latitude": "33.859173", + "longitude": "-93.926920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71852", + "city": "Nashville", + "state": "AR", + "latitude": "33.985613", + "longitude": "-93.852140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71853", + "city": "Ogden", + "state": "AR", + "latitude": "33.582879", + "longitude": "-94.011510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71854", + "city": "Texarkana", + "state": "AR", + "latitude": "33.428618", + "longitude": "-93.992360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71855", + "city": "Ozan", + "state": "AR", + "latitude": "33.865305", + "longitude": "-93.751200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71857", + "city": "Prescott", + "state": "AR", + "latitude": "33.806886", + "longitude": "-93.365950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71858", + "city": "Rosston", + "state": "AR", + "latitude": "33.551439", + "longitude": "-93.282690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71859", + "city": "Saratoga", + "state": "AR", + "latitude": "33.740704", + "longitude": "-93.917470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71860", + "city": "Stamps", + "state": "AR", + "latitude": "33.359960", + "longitude": "-93.492930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71861", + "city": "Taylor", + "state": "AR", + "latitude": "33.108043", + "longitude": "-93.472830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71862", + "city": "Washington", + "state": "AR", + "latitude": "33.761309", + "longitude": "-93.712730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71864", + "city": "Willisville", + "state": "AR", + "latitude": "33.700820", + "longitude": "-93.294126", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71865", + "city": "Wilton", + "state": "AR", + "latitude": "33.741986", + "longitude": "-94.148670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71866", + "city": "Winthrop", + "state": "AR", + "latitude": "33.865609", + "longitude": "-94.384080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71901", + "city": "Hot Springs National Park", + "state": "AR", + "latitude": "34.506487", + "longitude": "-93.019410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71902", + "city": "Hot Springs National Park", + "state": "AR", + "latitude": "34.581374", + "longitude": "-93.099403", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71903", + "city": "Hot Springs National Park", + "state": "AR", + "latitude": "34.581374", + "longitude": "-93.099403", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71907", + "city": "Hot Springs", + "state": "AR", + "latitude": "34.532516", + "longitude": "-93.048397", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71909", + "city": "Hot Springs Village", + "state": "AR", + "latitude": "34.657742", + "longitude": "-92.981100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71910", + "city": "Hot Springs Village", + "state": "AR", + "latitude": "34.581374", + "longitude": "-93.099403", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71913", + "city": "Hot Springs National Park", + "state": "AR", + "latitude": "34.470560", + "longitude": "-93.088050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71914", + "city": "Hot Springs National Park", + "state": "AR", + "latitude": "34.513682", + "longitude": "-92.968531", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71920", + "city": "Alpine", + "state": "AR", + "latitude": "34.055486", + "longitude": "-93.189406", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71921", + "city": "Amity", + "state": "AR", + "latitude": "34.257603", + "longitude": "-93.458220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71922", + "city": "Antoine", + "state": "AR", + "latitude": "34.033062", + "longitude": "-93.426140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71923", + "city": "Arkadelphia", + "state": "AR", + "latitude": "34.111837", + "longitude": "-93.055850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71929", + "city": "Bismarck", + "state": "AR", + "latitude": "34.285033", + "longitude": "-93.195330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71932", + "city": "Board Camp", + "state": "AR", + "latitude": "34.537164", + "longitude": "-94.097200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71933", + "city": "Bonnerdale", + "state": "AR", + "latitude": "34.397266", + "longitude": "-93.406300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71935", + "city": "Caddo Gap", + "state": "AR", + "latitude": "34.373399", + "longitude": "-93.705910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71937", + "city": "Cove", + "state": "AR", + "latitude": "34.398483", + "longitude": "-94.393980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71940", + "city": "Delight", + "state": "AR", + "latitude": "34.082845", + "longitude": "-93.517330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71941", + "city": "Donaldson", + "state": "AR", + "latitude": "34.254277", + "longitude": "-92.959710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71942", + "city": "Friendship", + "state": "AR", + "latitude": "34.223546", + "longitude": "-93.002367", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71943", + "city": "Glenwood", + "state": "AR", + "latitude": "34.320028", + "longitude": "-93.599300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71944", + "city": "Grannis", + "state": "AR", + "latitude": "34.242380", + "longitude": "-94.355350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71945", + "city": "Hatfield", + "state": "AR", + "latitude": "34.496472", + "longitude": "-94.369100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71946", + "city": "Hatton", + "state": "AR", + "latitude": "34.459413", + "longitude": "-94.200221", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71949", + "city": "Jessieville", + "state": "AR", + "latitude": "34.727093", + "longitude": "-93.033150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71950", + "city": "Kirby", + "state": "AR", + "latitude": "34.251107", + "longitude": "-93.760050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71951", + "city": "Hot Springs National Park", + "state": "AR", + "latitude": "34.581374", + "longitude": "-93.099403", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71952", + "city": "Langley", + "state": "AR", + "latitude": "34.296270", + "longitude": "-93.836560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71953", + "city": "Mena", + "state": "AR", + "latitude": "34.588479", + "longitude": "-94.215670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71956", + "city": "Mountain Pine", + "state": "AR", + "latitude": "34.663502", + "longitude": "-93.235910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71957", + "city": "Mount Ida", + "state": "AR", + "latitude": "34.571277", + "longitude": "-93.583610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71958", + "city": "Murfreesboro", + "state": "AR", + "latitude": "34.118589", + "longitude": "-93.694010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71959", + "city": "Newhope", + "state": "AR", + "latitude": "34.229742", + "longitude": "-93.886940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71960", + "city": "Norman", + "state": "AR", + "latitude": "34.480095", + "longitude": "-93.722980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71961", + "city": "Oden", + "state": "AR", + "latitude": "34.606137", + "longitude": "-93.823910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71962", + "city": "Okolona", + "state": "AR", + "latitude": "34.072187", + "longitude": "-93.337040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71964", + "city": "Pearcy", + "state": "AR", + "latitude": "34.424114", + "longitude": "-93.240960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71965", + "city": "Pencil Bluff", + "state": "AR", + "latitude": "34.655204", + "longitude": "-93.737480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71966", + "city": "Oden", + "state": "AR", + "latitude": "34.542995", + "longitude": "-93.664630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71968", + "city": "Royal", + "state": "AR", + "latitude": "34.522254", + "longitude": "-93.256620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71969", + "city": "Sims", + "state": "AR", + "latitude": "34.679542", + "longitude": "-93.617880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71970", + "city": "Story", + "state": "AR", + "latitude": "34.669401", + "longitude": "-93.485700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71971", + "city": "Umpire", + "state": "AR", + "latitude": "34.299569", + "longitude": "-94.034790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71972", + "city": "Vandervoort", + "state": "AR", + "latitude": "34.381056", + "longitude": "-94.197160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71973", + "city": "Wickes", + "state": "AR", + "latitude": "34.302177", + "longitude": "-94.350830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71998", + "city": "Arkadelphia", + "state": "AR", + "latitude": "34.055486", + "longitude": "-93.189406", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "71999", + "city": "Arkadelphia", + "state": "AR", + "latitude": "34.055486", + "longitude": "-93.189406", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72001", + "city": "Adona", + "state": "AR", + "latitude": "35.058503", + "longitude": "-92.887620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72002", + "city": "Alexander", + "state": "AR", + "latitude": "34.644387", + "longitude": "-92.502230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72003", + "city": "Almyra", + "state": "AR", + "latitude": "34.403216", + "longitude": "-91.409530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72004", + "city": "Altheimer", + "state": "AR", + "latitude": "34.252213", + "longitude": "-91.767900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72005", + "city": "Amagon", + "state": "AR", + "latitude": "35.569503", + "longitude": "-91.104350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72006", + "city": "Augusta", + "state": "AR", + "latitude": "35.251768", + "longitude": "-91.356030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72007", + "city": "Austin", + "state": "AR", + "latitude": "34.998573", + "longitude": "-91.984170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72010", + "city": "Bald Knob", + "state": "AR", + "latitude": "35.321261", + "longitude": "-91.549890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72011", + "city": "Bauxite", + "state": "AR", + "latitude": "34.523858", + "longitude": "-92.469890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72012", + "city": "Beebe", + "state": "AR", + "latitude": "35.095774", + "longitude": "-91.906360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72013", + "city": "Bee Branch", + "state": "AR", + "latitude": "35.452494", + "longitude": "-92.362790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72014", + "city": "Beedeville", + "state": "AR", + "latitude": "35.429694", + "longitude": "-91.107230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72015", + "city": "Benton", + "state": "AR", + "latitude": "34.564734", + "longitude": "-92.595620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72016", + "city": "Bigelow", + "state": "AR", + "latitude": "34.993579", + "longitude": "-92.621830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72017", + "city": "Biscoe", + "state": "AR", + "latitude": "34.864607", + "longitude": "-91.404080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72018", + "city": "Benton", + "state": "AR", + "latitude": "34.597345", + "longitude": "-92.622857", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72019", + "city": "North Little Rock", + "state": "AR", + "latitude": "34.804791", + "longitude": "-92.289250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72020", + "city": "Bradford", + "state": "AR", + "latitude": "35.461798", + "longitude": "-91.463530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72021", + "city": "Brinkley", + "state": "AR", + "latitude": "34.867846", + "longitude": "-91.192710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72022", + "city": "Bryant", + "state": "AR", + "latitude": "34.606079", + "longitude": "-92.494720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72023", + "city": "Cabot", + "state": "AR", + "latitude": "34.967043", + "longitude": "-92.035370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72024", + "city": "Carlisle", + "state": "AR", + "latitude": "34.776306", + "longitude": "-91.746350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72025", + "city": "Casa", + "state": "AR", + "latitude": "35.043093", + "longitude": "-93.006890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72026", + "city": "Casscoe", + "state": "AR", + "latitude": "34.505369", + "longitude": "-91.302130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72027", + "city": "Center Ridge", + "state": "AR", + "latitude": "35.365909", + "longitude": "-92.578760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72028", + "city": "Choctaw", + "state": "AR", + "latitude": "35.577270", + "longitude": "-92.545572", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72029", + "city": "Clarendon", + "state": "AR", + "latitude": "34.697068", + "longitude": "-91.293470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72030", + "city": "Cleveland", + "state": "AR", + "latitude": "35.423473", + "longitude": "-92.679420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72031", + "city": "Clinton", + "state": "AR", + "latitude": "35.586064", + "longitude": "-92.483550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72032", + "city": "Conway", + "state": "AR", + "latitude": "35.075467", + "longitude": "-92.434010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72033", + "city": "Conway", + "state": "AR", + "latitude": "35.105306", + "longitude": "-92.354915", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72034", + "city": "Conway", + "state": "AR", + "latitude": "35.074617", + "longitude": "-92.444426", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72035", + "city": "Conway", + "state": "AR", + "latitude": "35.105306", + "longitude": "-92.354915", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72036", + "city": "Cotton Plant", + "state": "AR", + "latitude": "35.011873", + "longitude": "-91.254490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72037", + "city": "Coy", + "state": "AR", + "latitude": "34.541185", + "longitude": "-91.875767", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72038", + "city": "Crocketts Bluff", + "state": "AR", + "latitude": "34.438327", + "longitude": "-91.269070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72039", + "city": "Damascus", + "state": "AR", + "latitude": "35.339128", + "longitude": "-92.403600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72040", + "city": "Des Arc", + "state": "AR", + "latitude": "34.955641", + "longitude": "-91.523990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72041", + "city": "De Valls Bluff", + "state": "AR", + "latitude": "34.745671", + "longitude": "-91.469450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72042", + "city": "De Witt", + "state": "AR", + "latitude": "34.283347", + "longitude": "-91.325150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72043", + "city": "Diaz", + "state": "AR", + "latitude": "35.633263", + "longitude": "-91.261870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72044", + "city": "Edgemont", + "state": "AR", + "latitude": "35.624351", + "longitude": "-92.160560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72045", + "city": "El Paso", + "state": "AR", + "latitude": "35.141743", + "longitude": "-92.076410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72046", + "city": "England", + "state": "AR", + "latitude": "34.537850", + "longitude": "-91.921590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72047", + "city": "Enola", + "state": "AR", + "latitude": "35.220931", + "longitude": "-92.217210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72048", + "city": "Ethel", + "state": "AR", + "latitude": "34.289650", + "longitude": "-91.136320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72051", + "city": "Fox", + "state": "AR", + "latitude": "35.814005", + "longitude": "-92.322430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72052", + "city": "Garner", + "state": "AR", + "latitude": "35.144271", + "longitude": "-91.777220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72053", + "city": "College Station", + "state": "AR", + "latitude": "34.708292", + "longitude": "-92.227640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72055", + "city": "Gillett", + "state": "AR", + "latitude": "34.109348", + "longitude": "-91.368750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72057", + "city": "Grapevine", + "state": "AR", + "latitude": "34.147410", + "longitude": "-92.316410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72058", + "city": "Greenbrier", + "state": "AR", + "latitude": "35.236993", + "longitude": "-92.375730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72059", + "city": "Gregory", + "state": "AR", + "latitude": "35.179148", + "longitude": "-91.259428", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72060", + "city": "Griffithville", + "state": "AR", + "latitude": "35.091184", + "longitude": "-91.584510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72061", + "city": "Guy", + "state": "AR", + "latitude": "35.311481", + "longitude": "-92.275050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72063", + "city": "Hattieville", + "state": "AR", + "latitude": "35.320423", + "longitude": "-92.749600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72064", + "city": "Hazen", + "state": "AR", + "latitude": "34.781079", + "longitude": "-91.592880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72065", + "city": "Hensley", + "state": "AR", + "latitude": "34.521090", + "longitude": "-92.297430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72066", + "city": "Hickory Plains", + "state": "AR", + "latitude": "34.785525", + "longitude": "-91.573785", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72067", + "city": "Higden", + "state": "AR", + "latitude": "35.564065", + "longitude": "-92.164900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72068", + "city": "Higginson", + "state": "AR", + "latitude": "35.169853", + "longitude": "-91.708330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72069", + "city": "Holly Grove", + "state": "AR", + "latitude": "34.584347", + "longitude": "-91.148730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72070", + "city": "Houston", + "state": "AR", + "latitude": "35.023369", + "longitude": "-92.710470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72071", + "city": "Howell", + "state": "AR", + "latitude": "35.179148", + "longitude": "-91.259428", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72072", + "city": "Humnoke", + "state": "AR", + "latitude": "34.516932", + "longitude": "-91.765020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72073", + "city": "Humphrey", + "state": "AR", + "latitude": "34.396301", + "longitude": "-91.662010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72074", + "city": "Hunter", + "state": "AR", + "latitude": "35.043690", + "longitude": "-91.120290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72075", + "city": "Jacksonport", + "state": "AR", + "latitude": "35.640464", + "longitude": "-91.304120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72076", + "city": "Jacksonville", + "state": "AR", + "latitude": "34.879419", + "longitude": "-92.122440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72078", + "city": "Jacksonville", + "state": "AR", + "latitude": "34.751918", + "longitude": "-92.392487", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72079", + "city": "Jefferson", + "state": "AR", + "latitude": "34.401717", + "longitude": "-92.202720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72080", + "city": "Jerusalem", + "state": "AR", + "latitude": "35.567694", + "longitude": "-92.827560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72081", + "city": "Judsonia", + "state": "AR", + "latitude": "35.319143", + "longitude": "-91.651480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72082", + "city": "Kensett", + "state": "AR", + "latitude": "35.233947", + "longitude": "-91.670480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72083", + "city": "Keo", + "state": "AR", + "latitude": "34.604268", + "longitude": "-92.014790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72084", + "city": "Leola", + "state": "AR", + "latitude": "34.176180", + "longitude": "-92.654630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72085", + "city": "Letona", + "state": "AR", + "latitude": "35.362742", + "longitude": "-91.827500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72086", + "city": "Lonoke", + "state": "AR", + "latitude": "34.796400", + "longitude": "-91.909490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72087", + "city": "Lonsdale", + "state": "AR", + "latitude": "34.581202", + "longitude": "-92.823600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72088", + "city": "Fairfield Bay", + "state": "AR", + "latitude": "35.598238", + "longitude": "-92.263580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72089", + "city": "Bryant", + "state": "AR", + "latitude": "34.635041", + "longitude": "-92.659740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72098", + "city": "Jacksonville", + "state": "AR", + "latitude": "34.895220", + "longitude": "-92.140701", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72099", + "city": "Little Rock Air Force Base", + "state": "AR", + "latitude": "34.908539", + "longitude": "-92.117220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72101", + "city": "McCrory", + "state": "AR", + "latitude": "35.224432", + "longitude": "-91.152910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72102", + "city": "McRae", + "state": "AR", + "latitude": "35.125583", + "longitude": "-91.825080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72103", + "city": "Mabelvale", + "state": "AR", + "latitude": "34.598551", + "longitude": "-92.381690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72104", + "city": "Malvern", + "state": "AR", + "latitude": "34.364093", + "longitude": "-92.814600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72105", + "city": "Jones Mill", + "state": "AR", + "latitude": "34.437118", + "longitude": "-92.892780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72106", + "city": "Mayflower", + "state": "AR", + "latitude": "34.969848", + "longitude": "-92.424830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72107", + "city": "Menifee", + "state": "AR", + "latitude": "35.145915", + "longitude": "-92.546480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72108", + "city": "Monroe", + "state": "AR", + "latitude": "34.726737", + "longitude": "-91.109580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72110", + "city": "Morrilton", + "state": "AR", + "latitude": "35.156491", + "longitude": "-92.758580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72111", + "city": "Mount Vernon", + "state": "AR", + "latitude": "35.227869", + "longitude": "-92.130330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72112", + "city": "Newport", + "state": "AR", + "latitude": "35.586065", + "longitude": "-91.246950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72113", + "city": "Maumelle", + "state": "AR", + "latitude": "34.854746", + "longitude": "-92.399810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72114", + "city": "North Little Rock", + "state": "AR", + "latitude": "34.763924", + "longitude": "-92.264630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72115", + "city": "North Little Rock", + "state": "AR", + "latitude": "34.751918", + "longitude": "-92.392487", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72116", + "city": "North Little Rock", + "state": "AR", + "latitude": "34.799541", + "longitude": "-92.247640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72117", + "city": "North Little Rock", + "state": "AR", + "latitude": "34.777238", + "longitude": "-92.179130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72118", + "city": "North Little Rock", + "state": "AR", + "latitude": "34.813269", + "longitude": "-92.302290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72119", + "city": "North Little Rock", + "state": "AR", + "latitude": "34.801650", + "longitude": "-92.259781", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72120", + "city": "Sherwood", + "state": "AR", + "latitude": "34.855962", + "longitude": "-92.219970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72121", + "city": "Pangburn", + "state": "AR", + "latitude": "35.432905", + "longitude": "-91.819010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72122", + "city": "Paron", + "state": "AR", + "latitude": "34.774077", + "longitude": "-92.754900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72123", + "city": "Patterson", + "state": "AR", + "latitude": "35.256759", + "longitude": "-91.238190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72124", + "city": "North Little Rock", + "state": "AR", + "latitude": "34.751918", + "longitude": "-92.392487", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72125", + "city": "Perry", + "state": "AR", + "latitude": "35.056424", + "longitude": "-92.794320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72126", + "city": "Perryville", + "state": "AR", + "latitude": "34.965699", + "longitude": "-92.868410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72127", + "city": "Plumerville", + "state": "AR", + "latitude": "35.155206", + "longitude": "-92.619750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72128", + "city": "Poyen", + "state": "AR", + "latitude": "34.320120", + "longitude": "-92.639840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72129", + "city": "Prattsville", + "state": "AR", + "latitude": "34.330808", + "longitude": "-92.543490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72130", + "city": "Prim", + "state": "AR", + "latitude": "35.638247", + "longitude": "-92.066120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72131", + "city": "Quitman", + "state": "AR", + "latitude": "35.402236", + "longitude": "-92.202040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72132", + "city": "Redfield", + "state": "AR", + "latitude": "34.443452", + "longitude": "-92.185400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72133", + "city": "Reydell", + "state": "AR", + "latitude": "34.165734", + "longitude": "-91.571690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72134", + "city": "Roe", + "state": "AR", + "latitude": "34.640886", + "longitude": "-91.389200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72135", + "city": "Roland", + "state": "AR", + "latitude": "34.880442", + "longitude": "-92.551420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72136", + "city": "Romance", + "state": "AR", + "latitude": "35.230036", + "longitude": "-92.011060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72137", + "city": "Rose Bud", + "state": "AR", + "latitude": "35.341123", + "longitude": "-92.061410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72139", + "city": "Russell", + "state": "AR", + "latitude": "35.360830", + "longitude": "-91.508750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72140", + "city": "Saint Charles", + "state": "AR", + "latitude": "34.383661", + "longitude": "-91.154280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72141", + "city": "Scotland", + "state": "AR", + "latitude": "35.519210", + "longitude": "-92.664880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72142", + "city": "Scott", + "state": "AR", + "latitude": "34.689349", + "longitude": "-92.077920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72143", + "city": "Searcy", + "state": "AR", + "latitude": "35.239022", + "longitude": "-91.737760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72145", + "city": "Searcy", + "state": "AR", + "latitude": "35.277393", + "longitude": "-91.732556", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72149", + "city": "Searcy", + "state": "AR", + "latitude": "35.247376", + "longitude": "-91.731390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72150", + "city": "Sheridan", + "state": "AR", + "latitude": "34.319850", + "longitude": "-92.393190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72152", + "city": "Sherrill", + "state": "AR", + "latitude": "34.352844", + "longitude": "-91.980780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72153", + "city": "Shirley", + "state": "AR", + "latitude": "35.619538", + "longitude": "-92.325890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72156", + "city": "Solgohachia", + "state": "AR", + "latitude": "35.284619", + "longitude": "-92.675400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72157", + "city": "Springfield", + "state": "AR", + "latitude": "35.290158", + "longitude": "-92.557150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72158", + "city": "Benton", + "state": "AR", + "latitude": "34.635041", + "longitude": "-92.659740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72160", + "city": "Stuttgart", + "state": "AR", + "latitude": "34.479852", + "longitude": "-91.538540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72164", + "city": "Sweet Home", + "state": "AR", + "latitude": "34.687292", + "longitude": "-92.239900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72165", + "city": "Thida", + "state": "AR", + "latitude": "35.594246", + "longitude": "-91.450520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72166", + "city": "Tichnor", + "state": "AR", + "latitude": "34.061917", + "longitude": "-91.248280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72167", + "city": "Traskwood", + "state": "AR", + "latitude": "34.433276", + "longitude": "-92.660870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72168", + "city": "Tucker", + "state": "AR", + "latitude": "34.434204", + "longitude": "-91.985850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72169", + "city": "Tupelo", + "state": "AR", + "latitude": "35.391629", + "longitude": "-91.229270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72170", + "city": "Ulm", + "state": "AR", + "latitude": "34.576099", + "longitude": "-91.461380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72173", + "city": "Vilonia", + "state": "AR", + "latitude": "35.102318", + "longitude": "-92.221480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72175", + "city": "Wabbaseka", + "state": "AR", + "latitude": "34.351954", + "longitude": "-91.776810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72176", + "city": "Ward", + "state": "AR", + "latitude": "35.008529", + "longitude": "-91.922440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72178", + "city": "West Point", + "state": "AR", + "latitude": "35.203213", + "longitude": "-91.606367", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72179", + "city": "Wilburn", + "state": "AR", + "latitude": "35.505158", + "longitude": "-91.870840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72180", + "city": "Woodson", + "state": "AR", + "latitude": "34.528857", + "longitude": "-92.211750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72181", + "city": "Wooster", + "state": "AR", + "latitude": "35.163915", + "longitude": "-92.452970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72182", + "city": "Wright", + "state": "AR", + "latitude": "34.429059", + "longitude": "-92.059863", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72183", + "city": "Wrightsville", + "state": "AR", + "latitude": "34.600398", + "longitude": "-92.195130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72189", + "city": "McCrory", + "state": "AR", + "latitude": "35.179148", + "longitude": "-91.259428", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72190", + "city": "North Little Rock", + "state": "AR", + "latitude": "34.751918", + "longitude": "-92.392487", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72199", + "city": "North Little Rock", + "state": "AR", + "latitude": "34.827174", + "longitude": "-92.284718", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72201", + "city": "Little Rock", + "state": "AR", + "latitude": "34.745692", + "longitude": "-92.279870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72202", + "city": "Little Rock", + "state": "AR", + "latitude": "34.739224", + "longitude": "-92.277650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72203", + "city": "Little Rock", + "state": "AR", + "latitude": "34.883484", + "longitude": "-92.390766", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72204", + "city": "Little Rock", + "state": "AR", + "latitude": "34.729159", + "longitude": "-92.340190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72205", + "city": "Little Rock", + "state": "AR", + "latitude": "34.752391", + "longitude": "-92.335500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72206", + "city": "Little Rock", + "state": "AR", + "latitude": "34.690671", + "longitude": "-92.268650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72207", + "city": "Little Rock", + "state": "AR", + "latitude": "34.771291", + "longitude": "-92.342420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72209", + "city": "Little Rock", + "state": "AR", + "latitude": "34.674192", + "longitude": "-92.355570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72210", + "city": "Little Rock", + "state": "AR", + "latitude": "34.715420", + "longitude": "-92.470870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72211", + "city": "Little Rock", + "state": "AR", + "latitude": "34.749723", + "longitude": "-92.413450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72212", + "city": "Little Rock", + "state": "AR", + "latitude": "34.783505", + "longitude": "-92.408070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72214", + "city": "Little Rock", + "state": "AR", + "latitude": "34.762141", + "longitude": "-92.228248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72215", + "city": "Little Rock", + "state": "AR", + "latitude": "34.751918", + "longitude": "-92.392487", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72216", + "city": "Little Rock", + "state": "AR", + "latitude": "34.817834", + "longitude": "-92.235668", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72217", + "city": "Little Rock", + "state": "AR", + "latitude": "34.830158", + "longitude": "-92.170174", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72219", + "city": "Little Rock", + "state": "AR", + "latitude": "34.751918", + "longitude": "-92.392487", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72221", + "city": "Little Rock", + "state": "AR", + "latitude": "34.751918", + "longitude": "-92.392487", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72222", + "city": "Little Rock", + "state": "AR", + "latitude": "34.751918", + "longitude": "-92.392487", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72223", + "city": "Little Rock", + "state": "AR", + "latitude": "34.796399", + "longitude": "-92.468210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72225", + "city": "Little Rock", + "state": "AR", + "latitude": "34.751918", + "longitude": "-92.392487", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72227", + "city": "Little Rock", + "state": "AR", + "latitude": "34.771024", + "longitude": "-92.371170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72231", + "city": "Little Rock", + "state": "AR", + "latitude": "34.801890", + "longitude": "-92.189397", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72259", + "city": "Little Rock", + "state": "AR", + "latitude": "34.661442", + "longitude": "-92.318651", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72295", + "city": "Little Rock", + "state": "AR", + "latitude": "34.751918", + "longitude": "-92.392487", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72301", + "city": "West Memphis", + "state": "AR", + "latitude": "35.150009", + "longitude": "-90.176360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72303", + "city": "West Memphis", + "state": "AR", + "latitude": "35.137366", + "longitude": "-90.285543", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72310", + "city": "Armorel", + "state": "AR", + "latitude": "35.852046", + "longitude": "-89.972762", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72311", + "city": "Aubrey", + "state": "AR", + "latitude": "34.719877", + "longitude": "-90.897960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72312", + "city": "Barton", + "state": "AR", + "latitude": "34.546696", + "longitude": "-90.767879", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72313", + "city": "Bassett", + "state": "AR", + "latitude": "35.712249", + "longitude": "-90.028429", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72314", + "city": "Birdeye", + "state": "AR", + "latitude": "35.357184", + "longitude": "-90.677331", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72315", + "city": "Blytheville", + "state": "AR", + "latitude": "35.925991", + "longitude": "-89.917670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72316", + "city": "Blytheville", + "state": "AR", + "latitude": "35.694942", + "longitude": "-89.966819", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72319", + "city": "Gosnell", + "state": "AR", + "latitude": "35.694942", + "longitude": "-89.966819", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72320", + "city": "Brickeys", + "state": "AR", + "latitude": "34.764633", + "longitude": "-90.545880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72321", + "city": "Burdette", + "state": "AR", + "latitude": "35.818518", + "longitude": "-89.937510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72322", + "city": "Caldwell", + "state": "AR", + "latitude": "35.061156", + "longitude": "-90.815470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72324", + "city": "Cherry Valley", + "state": "AR", + "latitude": "35.387053", + "longitude": "-90.763070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72325", + "city": "Clarkedale", + "state": "AR", + "latitude": "35.286354", + "longitude": "-90.253781", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72326", + "city": "Colt", + "state": "AR", + "latitude": "35.111687", + "longitude": "-90.898900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72327", + "city": "Crawfordsville", + "state": "AR", + "latitude": "35.232817", + "longitude": "-90.331230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72328", + "city": "Crumrod", + "state": "AR", + "latitude": "34.131527", + "longitude": "-90.977930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72329", + "city": "Driver", + "state": "AR", + "latitude": "35.621318", + "longitude": "-90.005760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72330", + "city": "Dyess", + "state": "AR", + "latitude": "35.601699", + "longitude": "-90.203860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72331", + "city": "Earle", + "state": "AR", + "latitude": "35.266812", + "longitude": "-90.464210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72332", + "city": "Edmondson", + "state": "AR", + "latitude": "35.103643", + "longitude": "-90.310960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72333", + "city": "Elaine", + "state": "AR", + "latitude": "34.305697", + "longitude": "-90.855970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72335", + "city": "Forrest City", + "state": "AR", + "latitude": "35.010683", + "longitude": "-90.780480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72336", + "city": "Forrest City", + "state": "AR", + "latitude": "35.100867", + "longitude": "-90.726069", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72338", + "city": "Frenchmans Bayou", + "state": "AR", + "latitude": "35.443275", + "longitude": "-90.178010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72339", + "city": "Gilmore", + "state": "AR", + "latitude": "35.411831", + "longitude": "-90.275370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72340", + "city": "Goodwin", + "state": "AR", + "latitude": "34.935463", + "longitude": "-91.027120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72341", + "city": "Haynes", + "state": "AR", + "latitude": "34.903767", + "longitude": "-90.761290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72342", + "city": "Helena", + "state": "AR", + "latitude": "34.485028", + "longitude": "-90.646360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72345", + "city": "Marked Tree", + "state": "AR", + "latitude": "35.531429", + "longitude": "-90.414113", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72346", + "city": "Heth", + "state": "AR", + "latitude": "35.079258", + "longitude": "-90.463990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72347", + "city": "Hickory Ridge", + "state": "AR", + "latitude": "35.396138", + "longitude": "-90.997030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72348", + "city": "Hughes", + "state": "AR", + "latitude": "34.935197", + "longitude": "-90.441530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72350", + "city": "Joiner", + "state": "AR", + "latitude": "35.512756", + "longitude": "-90.145140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72351", + "city": "Keiser", + "state": "AR", + "latitude": "35.673312", + "longitude": "-90.097400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72352", + "city": "La Grange", + "state": "AR", + "latitude": "34.769714", + "longitude": "-90.755195", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72353", + "city": "Lambrook", + "state": "AR", + "latitude": "34.297754", + "longitude": "-91.004030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72354", + "city": "Lepanto", + "state": "AR", + "latitude": "35.624419", + "longitude": "-90.324900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72355", + "city": "Lexa", + "state": "AR", + "latitude": "34.554466", + "longitude": "-90.769010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72358", + "city": "Luxora", + "state": "AR", + "latitude": "35.777085", + "longitude": "-89.892140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72359", + "city": "Madison", + "state": "AR", + "latitude": "35.013693", + "longitude": "-90.723170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72360", + "city": "Marianna", + "state": "AR", + "latitude": "34.764904", + "longitude": "-90.777930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72364", + "city": "Marion", + "state": "AR", + "latitude": "35.200501", + "longitude": "-90.202340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72365", + "city": "Marked Tree", + "state": "AR", + "latitude": "35.534421", + "longitude": "-90.418920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72366", + "city": "Marvell", + "state": "AR", + "latitude": "34.550982", + "longitude": "-90.944330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72367", + "city": "Mellwood", + "state": "AR", + "latitude": "34.189902", + "longitude": "-90.976940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72368", + "city": "Moro", + "state": "AR", + "latitude": "34.805649", + "longitude": "-91.005820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72369", + "city": "Oneida", + "state": "AR", + "latitude": "34.459854", + "longitude": "-90.780220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72370", + "city": "Osceola", + "state": "AR", + "latitude": "35.696385", + "longitude": "-90.026310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72372", + "city": "Palestine", + "state": "AR", + "latitude": "34.981162", + "longitude": "-90.965030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72373", + "city": "Parkin", + "state": "AR", + "latitude": "35.292009", + "longitude": "-90.587500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72374", + "city": "Poplar Grove", + "state": "AR", + "latitude": "34.554559", + "longitude": "-90.842310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72376", + "city": "Proctor", + "state": "AR", + "latitude": "35.102775", + "longitude": "-90.318840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72377", + "city": "Rivervale", + "state": "AR", + "latitude": "35.679593", + "longitude": "-90.341530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72379", + "city": "Snow Lake", + "state": "AR", + "latitude": "34.044682", + "longitude": "-91.019400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72381", + "city": "Tomato", + "state": "AR", + "latitude": "35.694942", + "longitude": "-89.966819", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72383", + "city": "Turner", + "state": "AR", + "latitude": "34.498519", + "longitude": "-91.051670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72384", + "city": "Turrell", + "state": "AR", + "latitude": "35.375704", + "longitude": "-90.228480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72385", + "city": "Twist", + "state": "AR", + "latitude": "35.296539", + "longitude": "-90.772419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72386", + "city": "Tyronza", + "state": "AR", + "latitude": "35.473821", + "longitude": "-90.360770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72387", + "city": "Vanndale", + "state": "AR", + "latitude": "35.328336", + "longitude": "-90.771340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72389", + "city": "Wabash", + "state": "AR", + "latitude": "34.358049", + "longitude": "-90.883660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72390", + "city": "West Helena", + "state": "AR", + "latitude": "34.546274", + "longitude": "-90.658690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72391", + "city": "West Ridge", + "state": "AR", + "latitude": "35.694942", + "longitude": "-89.966819", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72392", + "city": "Wheatley", + "state": "AR", + "latitude": "34.929287", + "longitude": "-91.098660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72394", + "city": "Widener", + "state": "AR", + "latitude": "35.051020", + "longitude": "-90.635210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72395", + "city": "Wilson", + "state": "AR", + "latitude": "35.585875", + "longitude": "-90.047420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72396", + "city": "Wynne", + "state": "AR", + "latitude": "35.229779", + "longitude": "-90.832370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72397", + "city": "McCrory", + "state": "AR", + "latitude": "35.296539", + "longitude": "-90.772419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72401", + "city": "Jonesboro", + "state": "AR", + "latitude": "35.844795", + "longitude": "-90.684430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72402", + "city": "Jonesboro", + "state": "AR", + "latitude": "35.808810", + "longitude": "-90.652887", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72403", + "city": "Jonesboro", + "state": "AR", + "latitude": "35.830541", + "longitude": "-90.703915", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72404", + "city": "Jonesboro", + "state": "AR", + "latitude": "35.781707", + "longitude": "-90.745060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72410", + "city": "Alicia", + "state": "AR", + "latitude": "35.930405", + "longitude": "-91.076640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72411", + "city": "Bay", + "state": "AR", + "latitude": "35.747274", + "longitude": "-90.569000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72412", + "city": "Beech Grove", + "state": "AR", + "latitude": "36.128323", + "longitude": "-90.691140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72413", + "city": "Biggers", + "state": "AR", + "latitude": "36.323353", + "longitude": "-90.810540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72414", + "city": "Black Oak", + "state": "AR", + "latitude": "35.823762", + "longitude": "-90.374020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72415", + "city": "Black Rock", + "state": "AR", + "latitude": "36.120567", + "longitude": "-91.150450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72416", + "city": "Bono", + "state": "AR", + "latitude": "35.927057", + "longitude": "-90.795890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72417", + "city": "Brookland", + "state": "AR", + "latitude": "35.920070", + "longitude": "-90.570590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72419", + "city": "Caraway", + "state": "AR", + "latitude": "35.755308", + "longitude": "-90.325810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72421", + "city": "Cash", + "state": "AR", + "latitude": "35.786094", + "longitude": "-90.970730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72422", + "city": "Corning", + "state": "AR", + "latitude": "36.410344", + "longitude": "-90.564790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72423", + "city": "Tuckerman", + "state": "AR", + "latitude": "35.723939", + "longitude": "-91.203248", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72424", + "city": "Datto", + "state": "AR", + "latitude": "36.384555", + "longitude": "-90.731870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72425", + "city": "Delaplaine", + "state": "AR", + "latitude": "36.214050", + "longitude": "-90.743830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72426", + "city": "Dell", + "state": "AR", + "latitude": "35.855743", + "longitude": "-90.043140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72427", + "city": "Egypt", + "state": "AR", + "latitude": "35.867472", + "longitude": "-90.945370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72428", + "city": "Etowah", + "state": "AR", + "latitude": "35.744651", + "longitude": "-90.222490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72429", + "city": "Fisher", + "state": "AR", + "latitude": "35.492930", + "longitude": "-90.958730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72430", + "city": "Greenway", + "state": "AR", + "latitude": "36.334551", + "longitude": "-90.190670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72431", + "city": "Grubbs", + "state": "AR", + "latitude": "35.650914", + "longitude": "-91.076180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72432", + "city": "Harrisburg", + "state": "AR", + "latitude": "35.555062", + "longitude": "-90.717250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72433", + "city": "Hoxie", + "state": "AR", + "latitude": "36.042319", + "longitude": "-90.998270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72434", + "city": "Imboden", + "state": "AR", + "latitude": "36.216010", + "longitude": "-91.158720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72435", + "city": "Knobel", + "state": "AR", + "latitude": "36.315305", + "longitude": "-90.579060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72436", + "city": "Lafe", + "state": "AR", + "latitude": "36.205251", + "longitude": "-90.499130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72437", + "city": "Lake City", + "state": "AR", + "latitude": "35.828470", + "longitude": "-90.442470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72438", + "city": "Leachville", + "state": "AR", + "latitude": "35.941576", + "longitude": "-90.226830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72439", + "city": "Light", + "state": "AR", + "latitude": "36.068050", + "longitude": "-90.748876", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72440", + "city": "Lynn", + "state": "AR", + "latitude": "35.995653", + "longitude": "-91.260550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72441", + "city": "McDougal", + "state": "AR", + "latitude": "36.437727", + "longitude": "-90.388160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72442", + "city": "Manila", + "state": "AR", + "latitude": "35.838210", + "longitude": "-90.170290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72443", + "city": "Marmaduke", + "state": "AR", + "latitude": "36.179815", + "longitude": "-90.390820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72444", + "city": "Maynard", + "state": "AR", + "latitude": "36.422163", + "longitude": "-90.882390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72445", + "city": "Minturn", + "state": "AR", + "latitude": "35.972767", + "longitude": "-91.023490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72447", + "city": "Monette", + "state": "AR", + "latitude": "35.910391", + "longitude": "-90.340160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72448", + "city": "Marmaduke", + "state": "AR", + "latitude": "36.189695", + "longitude": "-90.379616", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72449", + "city": "O Kean", + "state": "AR", + "latitude": "36.167303", + "longitude": "-90.815150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72450", + "city": "Paragould", + "state": "AR", + "latitude": "36.065711", + "longitude": "-90.510200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72451", + "city": "Paragould", + "state": "AR", + "latitude": "36.116350", + "longitude": "-90.525077", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72452", + "city": "Paragould", + "state": "AR", + "latitude": "36.047718", + "longitude": "-90.516585", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72453", + "city": "Peach Orchard", + "state": "AR", + "latitude": "36.281170", + "longitude": "-90.669410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72454", + "city": "Piggott", + "state": "AR", + "latitude": "36.393325", + "longitude": "-90.202770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72455", + "city": "Pocahontas", + "state": "AR", + "latitude": "36.304912", + "longitude": "-91.014100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72456", + "city": "Pollard", + "state": "AR", + "latitude": "36.438645", + "longitude": "-90.303020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72457", + "city": "Portia", + "state": "AR", + "latitude": "36.092999", + "longitude": "-91.062490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72458", + "city": "Powhatan", + "state": "AR", + "latitude": "36.065739", + "longitude": "-91.151810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72459", + "city": "Ravenden", + "state": "AR", + "latitude": "36.206190", + "longitude": "-91.279970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72460", + "city": "Ravenden Springs", + "state": "AR", + "latitude": "36.322642", + "longitude": "-91.223270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72461", + "city": "Rector", + "state": "AR", + "latitude": "36.260606", + "longitude": "-90.281870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72462", + "city": "Reyno", + "state": "AR", + "latitude": "36.362896", + "longitude": "-90.756760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72464", + "city": "Saint Francis", + "state": "AR", + "latitude": "36.458348", + "longitude": "-90.143770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72465", + "city": "Sedgwick", + "state": "AR", + "latitude": "35.964317", + "longitude": "-90.895421", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72466", + "city": "Smithville", + "state": "AR", + "latitude": "36.051063", + "longitude": "-91.282090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72467", + "city": "State University", + "state": "AR", + "latitude": "35.843125", + "longitude": "-90.675790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72469", + "city": "Strawberry", + "state": "AR", + "latitude": "35.961971", + "longitude": "-91.337130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72470", + "city": "Success", + "state": "AR", + "latitude": "36.460317", + "longitude": "-90.705240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72471", + "city": "Swifton", + "state": "AR", + "latitude": "35.821708", + "longitude": "-91.131400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72472", + "city": "Trumann", + "state": "AR", + "latitude": "35.623029", + "longitude": "-90.527420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72473", + "city": "Tuckerman", + "state": "AR", + "latitude": "35.731301", + "longitude": "-91.203180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72474", + "city": "Walcott", + "state": "AR", + "latitude": "36.041332", + "longitude": "-90.671802", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72475", + "city": "Waldenburg", + "state": "AR", + "latitude": "35.564737", + "longitude": "-90.932540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72476", + "city": "Walnut Ridge", + "state": "AR", + "latitude": "36.068015", + "longitude": "-90.944290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72477", + "city": "Maynard", + "state": "AR", + "latitude": "36.417305", + "longitude": "-90.896784", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72478", + "city": "Warm Springs", + "state": "AR", + "latitude": "36.464979", + "longitude": "-91.053000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72479", + "city": "Weiner", + "state": "AR", + "latitude": "35.626080", + "longitude": "-90.895750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72482", + "city": "Williford", + "state": "AR", + "latitude": "36.279796", + "longitude": "-91.372450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72501", + "city": "Batesville", + "state": "AR", + "latitude": "35.781080", + "longitude": "-91.638350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72503", + "city": "Batesville", + "state": "AR", + "latitude": "35.734617", + "longitude": "-91.534303", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72512", + "city": "Horseshoe Bend", + "state": "AR", + "latitude": "36.225645", + "longitude": "-91.750190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72513", + "city": "Ash Flat", + "state": "AR", + "latitude": "36.245640", + "longitude": "-91.637030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72515", + "city": "Bexar", + "state": "AR", + "latitude": "36.293095", + "longitude": "-92.041700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72516", + "city": "Boswell", + "state": "AR", + "latitude": "36.064329", + "longitude": "-91.944673", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72517", + "city": "Brockwell", + "state": "AR", + "latitude": "36.126021", + "longitude": "-91.966190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72519", + "city": "Calico Rock", + "state": "AR", + "latitude": "36.132092", + "longitude": "-92.166380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72520", + "city": "Camp", + "state": "AR", + "latitude": "36.388724", + "longitude": "-91.735300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72521", + "city": "Cave City", + "state": "AR", + "latitude": "35.956342", + "longitude": "-91.535480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72522", + "city": "Charlotte", + "state": "AR", + "latitude": "35.819494", + "longitude": "-91.451280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72523", + "city": "Concord", + "state": "AR", + "latitude": "35.648717", + "longitude": "-91.844280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72524", + "city": "Cord", + "state": "AR", + "latitude": "35.836565", + "longitude": "-91.303340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72525", + "city": "Cherokee Village", + "state": "AR", + "latitude": "36.302469", + "longitude": "-91.597440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72526", + "city": "Cushman", + "state": "AR", + "latitude": "35.873117", + "longitude": "-91.754400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72527", + "city": "Desha", + "state": "AR", + "latitude": "35.733939", + "longitude": "-91.689130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72528", + "city": "Dolph", + "state": "AR", + "latitude": "36.245162", + "longitude": "-92.129620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72529", + "city": "Cherokee Village", + "state": "AR", + "latitude": "36.294732", + "longitude": "-91.557770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72530", + "city": "Drasco", + "state": "AR", + "latitude": "35.615841", + "longitude": "-91.945100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72531", + "city": "Elizabeth", + "state": "AR", + "latitude": "36.317264", + "longitude": "-92.173140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72532", + "city": "Evening Shade", + "state": "AR", + "latitude": "36.088921", + "longitude": "-91.599190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72533", + "city": "Fifty Six", + "state": "AR", + "latitude": "35.965754", + "longitude": "-92.230300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72534", + "city": "Floral", + "state": "AR", + "latitude": "35.588979", + "longitude": "-91.740430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72536", + "city": "Franklin", + "state": "AR", + "latitude": "36.155897", + "longitude": "-91.756440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72537", + "city": "Gamaliel", + "state": "AR", + "latitude": "36.428401", + "longitude": "-92.237010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72538", + "city": "Gepp", + "state": "AR", + "latitude": "36.427702", + "longitude": "-92.111090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72539", + "city": "Glencoe", + "state": "AR", + "latitude": "36.327307", + "longitude": "-91.722340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72540", + "city": "Guion", + "state": "AR", + "latitude": "35.929689", + "longitude": "-91.926320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72542", + "city": "Hardy", + "state": "AR", + "latitude": "36.303556", + "longitude": "-91.485730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72543", + "city": "Heber Springs", + "state": "AR", + "latitude": "35.489516", + "longitude": "-92.023270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72544", + "city": "Henderson", + "state": "AR", + "latitude": "36.388751", + "longitude": "-92.202060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72545", + "city": "Heber Springs", + "state": "AR", + "latitude": "35.535238", + "longitude": "-92.021291", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72546", + "city": "Ida", + "state": "AR", + "latitude": "35.581607", + "longitude": "-91.930535", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72550", + "city": "Locust Grove", + "state": "AR", + "latitude": "35.710614", + "longitude": "-91.763900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72553", + "city": "Magness", + "state": "AR", + "latitude": "35.698168", + "longitude": "-91.480030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72554", + "city": "Mammoth Spring", + "state": "AR", + "latitude": "36.445205", + "longitude": "-91.555300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72555", + "city": "Marcella", + "state": "AR", + "latitude": "35.758314", + "longitude": "-91.867970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72556", + "city": "Melbourne", + "state": "AR", + "latitude": "36.035962", + "longitude": "-91.926960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72557", + "city": "Moko", + "state": "AR", + "latitude": "36.374704", + "longitude": "-91.804608", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72559", + "city": "Salem", + "state": "AR", + "latitude": "34.640273", + "longitude": "-92.558295", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72560", + "city": "Mountain View", + "state": "AR", + "latitude": "35.863114", + "longitude": "-92.111080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72561", + "city": "Mount Pleasant", + "state": "AR", + "latitude": "35.959567", + "longitude": "-91.769480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72562", + "city": "Newark", + "state": "AR", + "latitude": "35.725631", + "longitude": "-91.426050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72564", + "city": "Oil Trough", + "state": "AR", + "latitude": "35.623263", + "longitude": "-91.440760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72565", + "city": "Oxford", + "state": "AR", + "latitude": "36.204582", + "longitude": "-91.923550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72566", + "city": "Pineville", + "state": "AR", + "latitude": "36.186879", + "longitude": "-92.086910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72567", + "city": "Pleasant Grove", + "state": "AR", + "latitude": "35.819261", + "longitude": "-91.882910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72568", + "city": "Pleasant Plains", + "state": "AR", + "latitude": "35.561834", + "longitude": "-91.625660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72569", + "city": "Poughkeepsie", + "state": "AR", + "latitude": "36.085113", + "longitude": "-91.465860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72571", + "city": "Rosie", + "state": "AR", + "latitude": "35.643961", + "longitude": "-91.559660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72572", + "city": "Saffell", + "state": "AR", + "latitude": "35.892646", + "longitude": "-91.257680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72573", + "city": "Sage", + "state": "AR", + "latitude": "36.058198", + "longitude": "-91.808360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72575", + "city": "Salado", + "state": "AR", + "latitude": "35.691868", + "longitude": "-91.598917", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72576", + "city": "Salem", + "state": "AR", + "latitude": "36.359511", + "longitude": "-91.833030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72577", + "city": "Sidney", + "state": "AR", + "latitude": "36.033231", + "longitude": "-91.704610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72578", + "city": "Sturkie", + "state": "AR", + "latitude": "36.479925", + "longitude": "-91.886300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72579", + "city": "Sulphur Rock", + "state": "AR", + "latitude": "35.785607", + "longitude": "-91.475020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72581", + "city": "Tumbling Shoals", + "state": "AR", + "latitude": "35.555144", + "longitude": "-91.992860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72583", + "city": "Viola", + "state": "AR", + "latitude": "36.400178", + "longitude": "-91.987110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72584", + "city": "Violet Hill", + "state": "AR", + "latitude": "36.136468", + "longitude": "-91.827570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72585", + "city": "Wideman", + "state": "AR", + "latitude": "36.170391", + "longitude": "-92.020360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72587", + "city": "Wiseman", + "state": "AR", + "latitude": "36.226478", + "longitude": "-91.820450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72601", + "city": "Harrison", + "state": "AR", + "latitude": "36.236984", + "longitude": "-93.093450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72602", + "city": "Harrison", + "state": "AR", + "latitude": "36.355213", + "longitude": "-93.122554", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72610", + "city": "Alco", + "state": "AR", + "latitude": "35.883787", + "longitude": "-92.415910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72611", + "city": "Alpena", + "state": "AR", + "latitude": "36.272469", + "longitude": "-93.313020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72613", + "city": "Beaver", + "state": "AR", + "latitude": "36.431111", + "longitude": "-93.699392", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72615", + "city": "Bergman", + "state": "AR", + "latitude": "36.308349", + "longitude": "-93.032099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72616", + "city": "Berryville", + "state": "AR", + "latitude": "36.350821", + "longitude": "-93.563240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72617", + "city": "Big Flat", + "state": "AR", + "latitude": "36.004445", + "longitude": "-92.373640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72619", + "city": "Bull Shoals", + "state": "AR", + "latitude": "36.380815", + "longitude": "-92.585600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72623", + "city": "Clarkridge", + "state": "AR", + "latitude": "36.484192", + "longitude": "-92.297360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72624", + "city": "Compton", + "state": "AR", + "latitude": "36.071700", + "longitude": "-93.351570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72626", + "city": "Cotter", + "state": "AR", + "latitude": "36.276949", + "longitude": "-92.532790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72628", + "city": "Deer", + "state": "AR", + "latitude": "35.839126", + "longitude": "-93.277370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72629", + "city": "Dennard", + "state": "AR", + "latitude": "35.755793", + "longitude": "-92.545560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72630", + "city": "Diamond City", + "state": "AR", + "latitude": "36.461305", + "longitude": "-92.917020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72631", + "city": "Eureka Springs", + "state": "AR", + "latitude": "36.443322", + "longitude": "-93.774740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72632", + "city": "Eureka Springs", + "state": "AR", + "latitude": "36.392122", + "longitude": "-93.747600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72633", + "city": "Everton", + "state": "AR", + "latitude": "36.150276", + "longitude": "-92.895760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72634", + "city": "Flippin", + "state": "AR", + "latitude": "36.263145", + "longitude": "-92.576350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72635", + "city": "Gassville", + "state": "AR", + "latitude": "36.297345", + "longitude": "-92.484290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72636", + "city": "Gilbert", + "state": "AR", + "latitude": "35.916744", + "longitude": "-92.681408", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72638", + "city": "Green Forest", + "state": "AR", + "latitude": "36.327014", + "longitude": "-93.401110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72639", + "city": "Harriet", + "state": "AR", + "latitude": "36.021569", + "longitude": "-92.486050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72640", + "city": "Hasty", + "state": "AR", + "latitude": "36.000804", + "longitude": "-93.018180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72641", + "city": "Jasper", + "state": "AR", + "latitude": "35.979619", + "longitude": "-93.237830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72642", + "city": "Lakeview", + "state": "AR", + "latitude": "36.378546", + "longitude": "-92.538170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72644", + "city": "Lead Hill", + "state": "AR", + "latitude": "36.424286", + "longitude": "-92.925000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72645", + "city": "Leslie", + "state": "AR", + "latitude": "35.800025", + "longitude": "-92.575860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72648", + "city": "Marble Falls", + "state": "AR", + "latitude": "36.083655", + "longitude": "-93.129780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72650", + "city": "Marshall", + "state": "AR", + "latitude": "35.896883", + "longitude": "-92.664790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72651", + "city": "Midway", + "state": "AR", + "latitude": "36.389591", + "longitude": "-92.480250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72653", + "city": "Mountain Home", + "state": "AR", + "latitude": "36.329026", + "longitude": "-92.357810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72654", + "city": "Mountain Home", + "state": "AR", + "latitude": "36.236380", + "longitude": "-92.372635", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72655", + "city": "Mount Judea", + "state": "AR", + "latitude": "35.927363", + "longitude": "-93.017900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72657", + "city": "Timbo", + "state": "AR", + "latitude": "35.918960", + "longitude": "-92.127207", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72658", + "city": "Norfork", + "state": "AR", + "latitude": "36.193278", + "longitude": "-92.293620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72659", + "city": "Norfork", + "state": "AR", + "latitude": "36.236380", + "longitude": "-92.372635", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72660", + "city": "Oak Grove", + "state": "AR", + "latitude": "36.492129", + "longitude": "-93.374400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72661", + "city": "Oakland", + "state": "AR", + "latitude": "36.459703", + "longitude": "-92.602710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72662", + "city": "Omaha", + "state": "AR", + "latitude": "36.427675", + "longitude": "-93.194730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72663", + "city": "Onia", + "state": "AR", + "latitude": "35.927802", + "longitude": "-92.322490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72666", + "city": "Parthenon", + "state": "AR", + "latitude": "35.955198", + "longitude": "-93.259850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72668", + "city": "Peel", + "state": "AR", + "latitude": "36.427511", + "longitude": "-92.769480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72669", + "city": "Pindall", + "state": "AR", + "latitude": "36.087461", + "longitude": "-92.888030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72670", + "city": "Ponca", + "state": "AR", + "latitude": "35.924868", + "longitude": "-93.232298", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72672", + "city": "Pyatt", + "state": "AR", + "latitude": "36.264469", + "longitude": "-92.840440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72675", + "city": "Saint Joe", + "state": "AR", + "latitude": "36.021564", + "longitude": "-92.773950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72677", + "city": "Summit", + "state": "AR", + "latitude": "36.255295", + "longitude": "-92.688440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72679", + "city": "Tilly", + "state": "AR", + "latitude": "35.721896", + "longitude": "-92.826780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72680", + "city": "Timbo", + "state": "AR", + "latitude": "35.880462", + "longitude": "-92.291170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72682", + "city": "Valley Springs", + "state": "AR", + "latitude": "36.136628", + "longitude": "-92.752370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72683", + "city": "Vendor", + "state": "AR", + "latitude": "35.906856", + "longitude": "-93.134250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72685", + "city": "Western Grove", + "state": "AR", + "latitude": "36.062264", + "longitude": "-92.962770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72686", + "city": "Witts Springs", + "state": "AR", + "latitude": "35.747154", + "longitude": "-92.909850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72687", + "city": "Yellville", + "state": "AR", + "latitude": "36.242942", + "longitude": "-92.690110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72701", + "city": "Fayetteville", + "state": "AR", + "latitude": "36.040467", + "longitude": "-94.133760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72702", + "city": "Fayetteville", + "state": "AR", + "latitude": "35.994030", + "longitude": "-94.219977", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72703", + "city": "Fayetteville", + "state": "AR", + "latitude": "36.107078", + "longitude": "-94.115920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72704", + "city": "Fayetteville", + "state": "AR", + "latitude": "36.096998", + "longitude": "-94.248600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72711", + "city": "Avoca", + "state": "AR", + "latitude": "36.401370", + "longitude": "-94.071060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72712", + "city": "Bentonville", + "state": "AR", + "latitude": "36.362525", + "longitude": "-94.233080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72714", + "city": "Bella Vista", + "state": "AR", + "latitude": "36.458041", + "longitude": "-94.235510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72715", + "city": "Bella Vista", + "state": "AR", + "latitude": "36.472567", + "longitude": "-94.316060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72716", + "city": "Bentonville", + "state": "AR", + "latitude": "36.299507", + "longitude": "-93.956801", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72717", + "city": "Canehill", + "state": "AR", + "latitude": "35.852946", + "longitude": "-94.421900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72718", + "city": "Cave Springs", + "state": "AR", + "latitude": "36.267484", + "longitude": "-94.228060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72719", + "city": "Centerton", + "state": "AR", + "latitude": "36.361570", + "longitude": "-94.293980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72721", + "city": "Combs", + "state": "AR", + "latitude": "35.829657", + "longitude": "-93.835400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72722", + "city": "Decatur", + "state": "AR", + "latitude": "36.338900", + "longitude": "-94.463940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72727", + "city": "Elkins", + "state": "AR", + "latitude": "35.970492", + "longitude": "-93.942960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72728", + "city": "Elm Springs", + "state": "AR", + "latitude": "36.210013", + "longitude": "-94.254573", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72729", + "city": "Evansville", + "state": "AR", + "latitude": "35.797242", + "longitude": "-94.476620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72730", + "city": "Farmington", + "state": "AR", + "latitude": "36.036670", + "longitude": "-94.252610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72732", + "city": "Garfield", + "state": "AR", + "latitude": "36.434311", + "longitude": "-93.960450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72733", + "city": "Gateway", + "state": "AR", + "latitude": "36.486424", + "longitude": "-93.927748", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72734", + "city": "Gentry", + "state": "AR", + "latitude": "36.269478", + "longitude": "-94.461370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72735", + "city": "Goshen", + "state": "AR", + "latitude": "36.087551", + "longitude": "-93.966645", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72736", + "city": "Gravette", + "state": "AR", + "latitude": "36.412233", + "longitude": "-94.452260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72737", + "city": "Greenland", + "state": "AR", + "latitude": "35.928186", + "longitude": "-94.152899", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72738", + "city": "Hindsville", + "state": "AR", + "latitude": "36.155775", + "longitude": "-93.887060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72739", + "city": "Hiwasse", + "state": "AR", + "latitude": "36.437635", + "longitude": "-94.330470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72740", + "city": "Huntsville", + "state": "AR", + "latitude": "36.116100", + "longitude": "-93.686050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72741", + "city": "Johnson", + "state": "AR", + "latitude": "35.994030", + "longitude": "-94.219977", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72742", + "city": "Kingston", + "state": "AR", + "latitude": "35.992386", + "longitude": "-93.479180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72744", + "city": "Lincoln", + "state": "AR", + "latitude": "35.954697", + "longitude": "-94.427350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72745", + "city": "Lowell", + "state": "AR", + "latitude": "36.247575", + "longitude": "-94.113710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72747", + "city": "Maysville", + "state": "AR", + "latitude": "36.381787", + "longitude": "-94.588540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72749", + "city": "Morrow", + "state": "AR", + "latitude": "35.864399", + "longitude": "-94.435340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72751", + "city": "Pea Ridge", + "state": "AR", + "latitude": "36.460576", + "longitude": "-94.133340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72752", + "city": "Pettigrew", + "state": "AR", + "latitude": "35.824911", + "longitude": "-93.560710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72753", + "city": "Prairie Grove", + "state": "AR", + "latitude": "35.951426", + "longitude": "-94.322460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72756", + "city": "Rogers", + "state": "AR", + "latitude": "36.342235", + "longitude": "-94.071410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72757", + "city": "Rogers", + "state": "AR", + "latitude": "36.371981", + "longitude": "-94.115649", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72758", + "city": "Rogers", + "state": "AR", + "latitude": "36.306616", + "longitude": "-94.146220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72760", + "city": "Saint Paul", + "state": "AR", + "latitude": "35.826350", + "longitude": "-93.737150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72761", + "city": "Siloam Springs", + "state": "AR", + "latitude": "36.179905", + "longitude": "-94.502080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72762", + "city": "Springdale", + "state": "AR", + "latitude": "36.186059", + "longitude": "-94.193700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72764", + "city": "Springdale", + "state": "AR", + "latitude": "36.182407", + "longitude": "-94.108200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72765", + "city": "Springdale", + "state": "AR", + "latitude": "36.172541", + "longitude": "-94.153512", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72766", + "city": "Springdale", + "state": "AR", + "latitude": "35.994030", + "longitude": "-94.219977", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72768", + "city": "Sulphur Springs", + "state": "AR", + "latitude": "36.484548", + "longitude": "-94.469110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72769", + "city": "Summers", + "state": "AR", + "latitude": "36.027493", + "longitude": "-94.501460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72770", + "city": "Tontitown", + "state": "AR", + "latitude": "36.149980", + "longitude": "-94.242884", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72773", + "city": "Wesley", + "state": "AR", + "latitude": "36.019883", + "longitude": "-93.865100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72774", + "city": "West Fork", + "state": "AR", + "latitude": "35.896307", + "longitude": "-94.196610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72776", + "city": "Witter", + "state": "AR", + "latitude": "35.934679", + "longitude": "-93.645830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72801", + "city": "Russellville", + "state": "AR", + "latitude": "35.278429", + "longitude": "-93.136820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72802", + "city": "Russellville", + "state": "AR", + "latitude": "35.308848", + "longitude": "-93.109090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72811", + "city": "Russellville", + "state": "AR", + "latitude": "35.314678", + "longitude": "-93.113308", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72812", + "city": "Russellville", + "state": "AR", + "latitude": "35.423102", + "longitude": "-93.054388", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72820", + "city": "Alix", + "state": "AR", + "latitude": "35.415616", + "longitude": "-93.733830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72821", + "city": "Altus", + "state": "AR", + "latitude": "35.444770", + "longitude": "-93.747000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72822", + "city": "Russellville", + "state": "AR", + "latitude": "35.329457", + "longitude": "-93.112368", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72823", + "city": "Atkins", + "state": "AR", + "latitude": "35.261843", + "longitude": "-92.907950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72824", + "city": "Belleville", + "state": "AR", + "latitude": "35.108311", + "longitude": "-93.425940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72826", + "city": "Blue Mountain", + "state": "AR", + "latitude": "35.161856", + "longitude": "-93.656150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72827", + "city": "Bluffton", + "state": "AR", + "latitude": "34.832089", + "longitude": "-93.711110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72828", + "city": "Briggsville", + "state": "AR", + "latitude": "34.929705", + "longitude": "-93.530090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72829", + "city": "Centerville", + "state": "AR", + "latitude": "35.110131", + "longitude": "-93.172790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72830", + "city": "Clarksville", + "state": "AR", + "latitude": "35.490105", + "longitude": "-93.485100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72832", + "city": "Coal Hill", + "state": "AR", + "latitude": "35.435619", + "longitude": "-93.673680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72833", + "city": "Danville", + "state": "AR", + "latitude": "35.044021", + "longitude": "-93.419500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72834", + "city": "Dardanelle", + "state": "AR", + "latitude": "35.199221", + "longitude": "-93.179730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72835", + "city": "Delaware", + "state": "AR", + "latitude": "35.299773", + "longitude": "-93.354690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72837", + "city": "Dover", + "state": "AR", + "latitude": "35.460782", + "longitude": "-93.108630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72838", + "city": "Gravelly", + "state": "AR", + "latitude": "34.880070", + "longitude": "-93.705930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72839", + "city": "Hagarville", + "state": "AR", + "latitude": "35.651525", + "longitude": "-93.297080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72840", + "city": "Hartman", + "state": "AR", + "latitude": "35.437519", + "longitude": "-93.616750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72841", + "city": "Harvey", + "state": "AR", + "latitude": "34.866017", + "longitude": "-93.776780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72842", + "city": "Havana", + "state": "AR", + "latitude": "35.111397", + "longitude": "-93.587350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72843", + "city": "Hector", + "state": "AR", + "latitude": "35.517382", + "longitude": "-92.953540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72845", + "city": "Knoxville", + "state": "AR", + "latitude": "35.376739", + "longitude": "-93.357060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72846", + "city": "Lamar", + "state": "AR", + "latitude": "35.470638", + "longitude": "-93.360420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72847", + "city": "London", + "state": "AR", + "latitude": "35.380528", + "longitude": "-93.285280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72851", + "city": "New Blaine", + "state": "AR", + "latitude": "35.289176", + "longitude": "-93.443230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72852", + "city": "Oark", + "state": "AR", + "latitude": "35.689689", + "longitude": "-93.557640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72853", + "city": "Ola", + "state": "AR", + "latitude": "35.014918", + "longitude": "-93.254960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72854", + "city": "Ozone", + "state": "AR", + "latitude": "35.686766", + "longitude": "-93.422580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72855", + "city": "Paris", + "state": "AR", + "latitude": "35.293281", + "longitude": "-93.721390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72856", + "city": "Pelsor", + "state": "AR", + "latitude": "35.794196", + "longitude": "-93.041850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72857", + "city": "Plainview", + "state": "AR", + "latitude": "34.865448", + "longitude": "-93.330570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72858", + "city": "Pottsville", + "state": "AR", + "latitude": "35.228264", + "longitude": "-93.039470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72860", + "city": "Rover", + "state": "AR", + "latitude": "34.949945", + "longitude": "-93.402870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72863", + "city": "Scranton", + "state": "AR", + "latitude": "35.358493", + "longitude": "-93.527930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72865", + "city": "Subiaco", + "state": "AR", + "latitude": "35.306084", + "longitude": "-93.573360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72901", + "city": "Fort Smith", + "state": "AR", + "latitude": "35.373791", + "longitude": "-94.413710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72902", + "city": "Fort Smith", + "state": "AR", + "latitude": "35.386190", + "longitude": "-94.409114", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72903", + "city": "Fort Smith", + "state": "AR", + "latitude": "35.357041", + "longitude": "-94.369140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72904", + "city": "Fort Smith", + "state": "AR", + "latitude": "35.406185", + "longitude": "-94.391030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72905", + "city": "Fort Smith", + "state": "AR", + "latitude": "35.191046", + "longitude": "-94.238160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72906", + "city": "Fort Smith", + "state": "AR", + "latitude": "35.191046", + "longitude": "-94.238160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72908", + "city": "Fort Smith", + "state": "AR", + "latitude": "35.301623", + "longitude": "-94.412830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72913", + "city": "Fort Smith", + "state": "AR", + "latitude": "35.191046", + "longitude": "-94.238160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72914", + "city": "Fort Smith", + "state": "AR", + "latitude": "35.191046", + "longitude": "-94.238160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72916", + "city": "Fort Smith", + "state": "AR", + "latitude": "35.265119", + "longitude": "-94.377890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72917", + "city": "Fort Smith", + "state": "AR", + "latitude": "35.191046", + "longitude": "-94.238160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72918", + "city": "Fort Smith", + "state": "AR", + "latitude": "35.191046", + "longitude": "-94.238160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72919", + "city": "Fort Smith", + "state": "AR", + "latitude": "35.191046", + "longitude": "-94.238160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72921", + "city": "Alma", + "state": "AR", + "latitude": "35.488910", + "longitude": "-94.208970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72923", + "city": "Barling", + "state": "AR", + "latitude": "35.332908", + "longitude": "-94.308530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72924", + "city": "Bates", + "state": "AR", + "latitude": "34.882558", + "longitude": "-94.079724", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72926", + "city": "Boles", + "state": "AR", + "latitude": "34.734204", + "longitude": "-94.057840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72927", + "city": "Booneville", + "state": "AR", + "latitude": "35.105966", + "longitude": "-93.975310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72928", + "city": "Branch", + "state": "AR", + "latitude": "35.297936", + "longitude": "-93.947230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72930", + "city": "Cecil", + "state": "AR", + "latitude": "35.426502", + "longitude": "-94.045090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72932", + "city": "Cedarville", + "state": "AR", + "latitude": "35.604409", + "longitude": "-94.373130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72933", + "city": "Charleston", + "state": "AR", + "latitude": "35.312232", + "longitude": "-94.037100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72934", + "city": "Chester", + "state": "AR", + "latitude": "35.668554", + "longitude": "-94.275830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72935", + "city": "Dyer", + "state": "AR", + "latitude": "35.478787", + "longitude": "-94.119980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72936", + "city": "Greenwood", + "state": "AR", + "latitude": "35.200061", + "longitude": "-94.243760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72937", + "city": "Hackett", + "state": "AR", + "latitude": "35.158750", + "longitude": "-94.394620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72938", + "city": "Hartford", + "state": "AR", + "latitude": "35.026991", + "longitude": "-94.366840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72940", + "city": "Huntington", + "state": "AR", + "latitude": "35.105477", + "longitude": "-94.269950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72941", + "city": "Lavaca", + "state": "AR", + "latitude": "35.348089", + "longitude": "-94.172790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72943", + "city": "Magazine", + "state": "AR", + "latitude": "35.184949", + "longitude": "-93.804430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72944", + "city": "Mansfield", + "state": "AR", + "latitude": "35.057119", + "longitude": "-94.234000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72945", + "city": "Midland", + "state": "AR", + "latitude": "35.090489", + "longitude": "-94.350970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72946", + "city": "Mountainburg", + "state": "AR", + "latitude": "35.649503", + "longitude": "-94.153570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72947", + "city": "Mulberry", + "state": "AR", + "latitude": "35.528854", + "longitude": "-94.052250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72948", + "city": "Natural Dam", + "state": "AR", + "latitude": "35.724460", + "longitude": "-94.410650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72949", + "city": "Ozark", + "state": "AR", + "latitude": "35.549469", + "longitude": "-93.818190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72950", + "city": "Parks", + "state": "AR", + "latitude": "34.779465", + "longitude": "-93.900770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72951", + "city": "Ratcliff", + "state": "AR", + "latitude": "35.312316", + "longitude": "-93.880500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72952", + "city": "Rudy", + "state": "AR", + "latitude": "35.562293", + "longitude": "-94.310880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72955", + "city": "Uniontown", + "state": "AR", + "latitude": "35.594579", + "longitude": "-94.449890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72956", + "city": "Van Buren", + "state": "AR", + "latitude": "35.456536", + "longitude": "-94.345810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72957", + "city": "Van Buren", + "state": "AR", + "latitude": "35.494412", + "longitude": "-94.318648", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72958", + "city": "Waldron", + "state": "AR", + "latitude": "34.907335", + "longitude": "-94.136240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "72959", + "city": "Winslow", + "state": "AR", + "latitude": "35.797792", + "longitude": "-94.113670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73001", + "city": "Albert", + "state": "OK", + "latitude": "35.203206", + "longitude": "-98.357423", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73002", + "city": "Alex", + "state": "OK", + "latitude": "34.936221", + "longitude": "-97.744530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73003", + "city": "Edmond", + "state": "OK", + "latitude": "35.681402", + "longitude": "-97.533100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73004", + "city": "Amber", + "state": "OK", + "latitude": "35.152892", + "longitude": "-97.855820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73005", + "city": "Anadarko", + "state": "OK", + "latitude": "35.050671", + "longitude": "-98.239840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73006", + "city": "Apache", + "state": "OK", + "latitude": "34.894964", + "longitude": "-98.386970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73007", + "city": "Arcadia", + "state": "OK", + "latitude": "35.685368", + "longitude": "-97.327390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73008", + "city": "Bethany", + "state": "OK", + "latitude": "35.506456", + "longitude": "-97.639340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73009", + "city": "Binger", + "state": "OK", + "latitude": "35.292476", + "longitude": "-98.358040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73010", + "city": "Blanchard", + "state": "OK", + "latitude": "35.118392", + "longitude": "-97.663810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73011", + "city": "Bradley", + "state": "OK", + "latitude": "34.868514", + "longitude": "-97.713860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73012", + "city": "Bray", + "state": "OK", + "latitude": "34.485320", + "longitude": "-97.852223", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73013", + "city": "Edmond", + "state": "OK", + "latitude": "35.623805", + "longitude": "-97.479090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73014", + "city": "Calumet", + "state": "OK", + "latitude": "35.587497", + "longitude": "-98.145060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73015", + "city": "Carnegie", + "state": "OK", + "latitude": "35.113271", + "longitude": "-98.586430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73016", + "city": "Cashion", + "state": "OK", + "latitude": "35.805831", + "longitude": "-97.687540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73017", + "city": "Cement", + "state": "OK", + "latitude": "34.932493", + "longitude": "-98.119460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73018", + "city": "Chickasha", + "state": "OK", + "latitude": "35.040526", + "longitude": "-97.947230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73019", + "city": "Norman", + "state": "OK", + "latitude": "35.208566", + "longitude": "-97.444510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73020", + "city": "Choctaw", + "state": "OK", + "latitude": "35.465363", + "longitude": "-97.266450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73021", + "city": "Colony", + "state": "OK", + "latitude": "35.345250", + "longitude": "-98.664030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73022", + "city": "Concho", + "state": "OK", + "latitude": "35.618487", + "longitude": "-97.991880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73023", + "city": "Chickasha", + "state": "OK", + "latitude": "35.031247", + "longitude": "-97.881959", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73024", + "city": "Corn", + "state": "OK", + "latitude": "35.370775", + "longitude": "-98.808970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73026", + "city": "Norman", + "state": "OK", + "latitude": "35.227040", + "longitude": "-97.281980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73027", + "city": "Coyle", + "state": "OK", + "latitude": "35.975057", + "longitude": "-97.250880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73028", + "city": "Crescent", + "state": "OK", + "latitude": "35.963750", + "longitude": "-97.630710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73029", + "city": "Cyril", + "state": "OK", + "latitude": "34.907566", + "longitude": "-98.197380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73030", + "city": "Davis", + "state": "OK", + "latitude": "34.485896", + "longitude": "-97.147530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73031", + "city": "Dibble", + "state": "OK", + "latitude": "35.027000", + "longitude": "-97.628010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73032", + "city": "Dougherty", + "state": "OK", + "latitude": "34.400476", + "longitude": "-97.050410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73033", + "city": "Eakly", + "state": "OK", + "latitude": "35.303547", + "longitude": "-98.555430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73034", + "city": "Edmond", + "state": "OK", + "latitude": "35.683768", + "longitude": "-97.446860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73036", + "city": "El Reno", + "state": "OK", + "latitude": "35.519046", + "longitude": "-97.955340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73038", + "city": "Fort Cobb", + "state": "OK", + "latitude": "35.137863", + "longitude": "-98.436670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73040", + "city": "Geary", + "state": "OK", + "latitude": "35.631117", + "longitude": "-98.357640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73041", + "city": "Gotebo", + "state": "OK", + "latitude": "35.045196", + "longitude": "-98.875860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73042", + "city": "Gracemont", + "state": "OK", + "latitude": "35.218293", + "longitude": "-98.248400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73043", + "city": "Greenfield", + "state": "OK", + "latitude": "35.730049", + "longitude": "-98.385770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73044", + "city": "Guthrie", + "state": "OK", + "latitude": "35.857303", + "longitude": "-97.431760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73045", + "city": "Harrah", + "state": "OK", + "latitude": "35.491184", + "longitude": "-97.161320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73047", + "city": "Hinton", + "state": "OK", + "latitude": "35.463837", + "longitude": "-98.324510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73048", + "city": "Hydro", + "state": "OK", + "latitude": "35.471566", + "longitude": "-98.544180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73049", + "city": "Jones", + "state": "OK", + "latitude": "35.572909", + "longitude": "-97.295960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73050", + "city": "Langston", + "state": "OK", + "latitude": "35.941421", + "longitude": "-97.254950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73051", + "city": "Lexington", + "state": "OK", + "latitude": "35.039068", + "longitude": "-97.292760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73052", + "city": "Lindsay", + "state": "OK", + "latitude": "34.839562", + "longitude": "-97.600450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73053", + "city": "Lookeba", + "state": "OK", + "latitude": "35.372736", + "longitude": "-98.412230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73054", + "city": "Luther", + "state": "OK", + "latitude": "35.662619", + "longitude": "-97.189760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73055", + "city": "Marlow", + "state": "OK", + "latitude": "34.637595", + "longitude": "-97.932350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73056", + "city": "Marshall", + "state": "OK", + "latitude": "36.153239", + "longitude": "-97.629880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73057", + "city": "Maysville", + "state": "OK", + "latitude": "34.828663", + "longitude": "-97.424810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73058", + "city": "Meridian", + "state": "OK", + "latitude": "35.821107", + "longitude": "-97.234550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73059", + "city": "Minco", + "state": "OK", + "latitude": "35.313109", + "longitude": "-98.012370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73061", + "city": "Morrison", + "state": "OK", + "latitude": "36.323723", + "longitude": "-97.009040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73062", + "city": "Mountain View", + "state": "OK", + "latitude": "35.062348", + "longitude": "-98.735190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73063", + "city": "Mulhall", + "state": "OK", + "latitude": "36.067730", + "longitude": "-97.439870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73064", + "city": "Mustang", + "state": "OK", + "latitude": "35.388059", + "longitude": "-97.736260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73065", + "city": "Newcastle", + "state": "OK", + "latitude": "35.240232", + "longitude": "-97.609080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73066", + "city": "Nicoma Park", + "state": "OK", + "latitude": "35.491226", + "longitude": "-97.324340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73067", + "city": "Ninnekah", + "state": "OK", + "latitude": "34.909551", + "longitude": "-97.943600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73068", + "city": "Noble", + "state": "OK", + "latitude": "35.138421", + "longitude": "-97.326890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73069", + "city": "Norman", + "state": "OK", + "latitude": "35.228649", + "longitude": "-97.456290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73070", + "city": "Norman", + "state": "OK", + "latitude": "35.187611", + "longitude": "-97.397509", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73071", + "city": "Norman", + "state": "OK", + "latitude": "35.225702", + "longitude": "-97.423940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73072", + "city": "Norman", + "state": "OK", + "latitude": "35.212681", + "longitude": "-97.486720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73073", + "city": "Orlando", + "state": "OK", + "latitude": "36.151316", + "longitude": "-97.362790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73074", + "city": "Paoli", + "state": "OK", + "latitude": "34.831083", + "longitude": "-97.271800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73075", + "city": "Pauls Valley", + "state": "OK", + "latitude": "34.741677", + "longitude": "-97.228460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73077", + "city": "Perry", + "state": "OK", + "latitude": "36.308588", + "longitude": "-97.288090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73078", + "city": "Piedmont", + "state": "OK", + "latitude": "35.654827", + "longitude": "-97.762380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73079", + "city": "Pocasset", + "state": "OK", + "latitude": "35.210855", + "longitude": "-98.011950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73080", + "city": "Purcell", + "state": "OK", + "latitude": "35.017656", + "longitude": "-97.396460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73082", + "city": "Rush Springs", + "state": "OK", + "latitude": "34.790635", + "longitude": "-97.938070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73083", + "city": "Edmond", + "state": "OK", + "latitude": "35.666481", + "longitude": "-97.465436", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73084", + "city": "Spencer", + "state": "OK", + "latitude": "35.521060", + "longitude": "-97.341730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73085", + "city": "Yukon", + "state": "OK", + "latitude": "35.489527", + "longitude": "-97.750009", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73086", + "city": "Sulphur", + "state": "OK", + "latitude": "34.492840", + "longitude": "-96.986060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73089", + "city": "Tuttle", + "state": "OK", + "latitude": "35.279882", + "longitude": "-97.784580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73090", + "city": "Union City", + "state": "OK", + "latitude": "35.394725", + "longitude": "-97.935520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73092", + "city": "Verden", + "state": "OK", + "latitude": "35.109275", + "longitude": "-98.082470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73093", + "city": "Washington", + "state": "OK", + "latitude": "35.089882", + "longitude": "-97.488370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73094", + "city": "Washita", + "state": "OK", + "latitude": "35.203206", + "longitude": "-98.357423", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73095", + "city": "Wayne", + "state": "OK", + "latitude": "34.913215", + "longitude": "-97.304520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73096", + "city": "Weatherford", + "state": "OK", + "latitude": "35.527593", + "longitude": "-98.712590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73097", + "city": "Wheatland", + "state": "OK", + "latitude": "35.397259", + "longitude": "-97.651890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73098", + "city": "Wynnewood", + "state": "OK", + "latitude": "34.634693", + "longitude": "-97.163220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73099", + "city": "Yukon", + "state": "OK", + "latitude": "35.506204", + "longitude": "-97.748140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73101", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.491608", + "longitude": "-97.562817", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73102", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.471560", + "longitude": "-97.520360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73103", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.489709", + "longitude": "-97.518190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73104", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.475960", + "longitude": "-97.505860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73105", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.509659", + "longitude": "-97.502110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73106", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.482309", + "longitude": "-97.534990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73107", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.484558", + "longitude": "-97.573360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73108", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.447126", + "longitude": "-97.558240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73109", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.433660", + "longitude": "-97.524960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73110", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.459478", + "longitude": "-97.397210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73111", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.504109", + "longitude": "-97.478890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73112", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.517857", + "longitude": "-97.572840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73113", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73114", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.568806", + "longitude": "-97.525440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73115", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.440311", + "longitude": "-97.442010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73116", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.544864", + "longitude": "-97.556370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73117", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.476457", + "longitude": "-97.474110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73118", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.515008", + "longitude": "-97.531060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73119", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.423060", + "longitude": "-97.560510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73120", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.579488", + "longitude": "-97.564960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73121", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.503560", + "longitude": "-97.446930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73122", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.520506", + "longitude": "-97.613300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73123", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.535989", + "longitude": "-97.202331", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73124", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73125", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.465418", + "longitude": "-97.521816", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73126", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73127", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.481507", + "longitude": "-97.642300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73128", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.441759", + "longitude": "-97.627210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73129", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.431361", + "longitude": "-97.492670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73130", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.459512", + "longitude": "-97.351830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73131", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.576357", + "longitude": "-97.469240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73132", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.552755", + "longitude": "-97.635710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73134", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.612359", + "longitude": "-97.571520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73135", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.400170", + "longitude": "-97.432490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73136", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.615340", + "longitude": "-97.326151", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73137", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73139", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.388461", + "longitude": "-97.527130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73140", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.518509", + "longitude": "-97.427464", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73141", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.498461", + "longitude": "-97.393140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73142", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.605785", + "longitude": "-97.630420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73143", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73144", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73145", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.433093", + "longitude": "-97.398440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73146", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73147", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73148", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73149", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.395362", + "longitude": "-97.497010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73150", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.407113", + "longitude": "-97.339960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73151", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.568867", + "longitude": "-97.405500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73152", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73153", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73154", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.523758", + "longitude": "-97.525467", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73155", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73156", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73157", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73159", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.386411", + "longitude": "-97.557310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73160", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.343770", + "longitude": "-97.485960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73162", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.579254", + "longitude": "-97.637650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73163", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73164", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73165", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.338689", + "longitude": "-97.367470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73167", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73169", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.388023", + "longitude": "-97.641350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73170", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.338716", + "longitude": "-97.535690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73172", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.517456", + "longitude": "-97.621769", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73173", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.355645", + "longitude": "-97.644790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73177", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73178", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73179", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.416826", + "longitude": "-97.627870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73180", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73184", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73185", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73189", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73190", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73193", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73194", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73196", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73197", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73198", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73199", + "city": "Oklahoma City", + "state": "OK", + "latitude": "35.551409", + "longitude": "-97.407537", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73301", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73344", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73367", + "city": "Sterling", + "state": "OK", + "latitude": "34.752406", + "longitude": "-98.171022", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73371", + "city": "Ames", + "state": "OK", + "latitude": "36.248359", + "longitude": "-98.189412", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73401", + "city": "Ardmore", + "state": "OK", + "latitude": "34.184742", + "longitude": "-97.126550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73402", + "city": "Ardmore", + "state": "OK", + "latitude": "34.288884", + "longitude": "-97.248074", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73403", + "city": "Ardmore", + "state": "OK", + "latitude": "34.288884", + "longitude": "-97.248074", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73425", + "city": "Countyline", + "state": "OK", + "latitude": "34.447003", + "longitude": "-97.558010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73430", + "city": "Burneyville", + "state": "OK", + "latitude": "33.925768", + "longitude": "-97.369560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73432", + "city": "Coleman", + "state": "OK", + "latitude": "34.252682", + "longitude": "-96.433580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73433", + "city": "Elmore City", + "state": "OK", + "latitude": "34.625144", + "longitude": "-97.399010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73434", + "city": "Foster", + "state": "OK", + "latitude": "34.647208", + "longitude": "-97.550440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73435", + "city": "Fox", + "state": "OK", + "latitude": "34.354547", + "longitude": "-97.484300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73436", + "city": "Gene Autry", + "state": "OK", + "latitude": "34.293948", + "longitude": "-97.033905", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73437", + "city": "Graham", + "state": "OK", + "latitude": "34.363418", + "longitude": "-97.430170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73438", + "city": "Healdton", + "state": "OK", + "latitude": "34.238486", + "longitude": "-97.488950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73439", + "city": "Kingston", + "state": "OK", + "latitude": "33.938714", + "longitude": "-96.712340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73440", + "city": "Lebanon", + "state": "OK", + "latitude": "33.975243", + "longitude": "-96.906090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73441", + "city": "Leon", + "state": "OK", + "latitude": "33.877679", + "longitude": "-97.428140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73442", + "city": "Loco", + "state": "OK", + "latitude": "34.329621", + "longitude": "-97.681820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73443", + "city": "Lone Grove", + "state": "OK", + "latitude": "34.175234", + "longitude": "-97.288940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73444", + "city": "Hennepin", + "state": "OK", + "latitude": "34.499735", + "longitude": "-97.364060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73445", + "city": "Ravia", + "state": "OK", + "latitude": "34.244011", + "longitude": "-96.751093", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73446", + "city": "Madill", + "state": "OK", + "latitude": "34.092658", + "longitude": "-96.748510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73447", + "city": "Mannsville", + "state": "OK", + "latitude": "34.225742", + "longitude": "-96.861090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73448", + "city": "Marietta", + "state": "OK", + "latitude": "33.940100", + "longitude": "-97.110310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73449", + "city": "Mead", + "state": "OK", + "latitude": "33.990978", + "longitude": "-96.544090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73450", + "city": "Milburn", + "state": "OK", + "latitude": "34.273995", + "longitude": "-96.548370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73453", + "city": "Overbrook", + "state": "OK", + "latitude": "34.033426", + "longitude": "-97.243790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73455", + "city": "Ravia", + "state": "OK", + "latitude": "34.240761", + "longitude": "-96.757260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73456", + "city": "Ringling", + "state": "OK", + "latitude": "34.165558", + "longitude": "-97.621210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73458", + "city": "Springer", + "state": "OK", + "latitude": "34.337522", + "longitude": "-97.239580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73459", + "city": "Thackerville", + "state": "OK", + "latitude": "33.794716", + "longitude": "-97.138480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73460", + "city": "Tishomingo", + "state": "OK", + "latitude": "34.253452", + "longitude": "-96.681240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73461", + "city": "Wapanucka", + "state": "OK", + "latitude": "34.367986", + "longitude": "-96.430120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73463", + "city": "Wilson", + "state": "OK", + "latitude": "34.149455", + "longitude": "-97.430960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73476", + "city": "Pernell", + "state": "OK", + "latitude": "34.680871", + "longitude": "-97.300429", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73481", + "city": "Ratliff City", + "state": "OK", + "latitude": "34.436640", + "longitude": "-97.501210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73487", + "city": "Tatums", + "state": "OK", + "latitude": "34.481151", + "longitude": "-97.462090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73488", + "city": "Tussy", + "state": "OK", + "latitude": "34.483600", + "longitude": "-97.547830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73491", + "city": "Velma", + "state": "OK", + "latitude": "34.462809", + "longitude": "-97.654190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73501", + "city": "Lawton", + "state": "OK", + "latitude": "34.608348", + "longitude": "-98.394140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73502", + "city": "Lawton", + "state": "OK", + "latitude": "34.630879", + "longitude": "-98.457646", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73503", + "city": "Fort Sill", + "state": "OK", + "latitude": "34.697270", + "longitude": "-98.468080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73505", + "city": "Lawton", + "state": "OK", + "latitude": "34.613973", + "longitude": "-98.462550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73506", + "city": "Lawton", + "state": "OK", + "latitude": "34.630879", + "longitude": "-98.457646", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73507", + "city": "Lawton", + "state": "OK", + "latitude": "34.621373", + "longitude": "-98.400100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73520", + "city": "Addington", + "state": "OK", + "latitude": "34.243494", + "longitude": "-97.938430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73521", + "city": "Altus", + "state": "OK", + "latitude": "34.638773", + "longitude": "-99.317870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73522", + "city": "Altus", + "state": "OK", + "latitude": "34.723795", + "longitude": "-99.383928", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73523", + "city": "Altus AFB", + "state": "OK", + "latitude": "34.598197", + "longitude": "-99.440839", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73526", + "city": "Blair", + "state": "OK", + "latitude": "34.776114", + "longitude": "-99.308350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73527", + "city": "Cache", + "state": "OK", + "latitude": "34.613786", + "longitude": "-98.624920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73528", + "city": "Chattanooga", + "state": "OK", + "latitude": "34.425098", + "longitude": "-98.658920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73529", + "city": "Comanche", + "state": "OK", + "latitude": "34.372622", + "longitude": "-97.978090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73530", + "city": "Davidson", + "state": "OK", + "latitude": "34.254376", + "longitude": "-99.051820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73531", + "city": "Devol", + "state": "OK", + "latitude": "34.209826", + "longitude": "-98.548910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73532", + "city": "Duke", + "state": "OK", + "latitude": "34.649815", + "longitude": "-99.555550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73533", + "city": "Duncan", + "state": "OK", + "latitude": "34.502833", + "longitude": "-97.951850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73534", + "city": "Duncan", + "state": "OK", + "latitude": "34.518944", + "longitude": "-97.973331", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73536", + "city": "Duncan", + "state": "OK", + "latitude": "34.485320", + "longitude": "-97.852223", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73537", + "city": "Eldorado", + "state": "OK", + "latitude": "34.495150", + "longitude": "-99.678610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73538", + "city": "Elgin", + "state": "OK", + "latitude": "34.747379", + "longitude": "-98.278050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73539", + "city": "Elmer", + "state": "OK", + "latitude": "34.457367", + "longitude": "-99.280510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73540", + "city": "Faxon", + "state": "OK", + "latitude": "34.465332", + "longitude": "-98.561810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73541", + "city": "Fletcher", + "state": "OK", + "latitude": "34.809495", + "longitude": "-98.198210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73542", + "city": "Frederick", + "state": "OK", + "latitude": "34.410061", + "longitude": "-98.967010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73543", + "city": "Geronimo", + "state": "OK", + "latitude": "34.478901", + "longitude": "-98.377910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73544", + "city": "Gould", + "state": "OK", + "latitude": "34.681369", + "longitude": "-99.745340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73546", + "city": "Grandfield", + "state": "OK", + "latitude": "34.239154", + "longitude": "-98.722750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73547", + "city": "Granite", + "state": "OK", + "latitude": "34.976173", + "longitude": "-99.395200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73548", + "city": "Hastings", + "state": "OK", + "latitude": "34.239192", + "longitude": "-98.113120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73549", + "city": "Headrick", + "state": "OK", + "latitude": "34.645375", + "longitude": "-99.152110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73550", + "city": "Hollis", + "state": "OK", + "latitude": "34.688567", + "longitude": "-99.909440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73551", + "city": "Hollister", + "state": "OK", + "latitude": "34.325802", + "longitude": "-98.861040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73552", + "city": "Indiahoma", + "state": "OK", + "latitude": "34.622560", + "longitude": "-98.753860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73553", + "city": "Loveland", + "state": "OK", + "latitude": "34.330239", + "longitude": "-98.700980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73554", + "city": "Mangum", + "state": "OK", + "latitude": "34.855652", + "longitude": "-99.520120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73555", + "city": "Manitou", + "state": "OK", + "latitude": "34.508470", + "longitude": "-98.963690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73556", + "city": "Martha", + "state": "OK", + "latitude": "34.751924", + "longitude": "-99.393830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73557", + "city": "Medicine Park", + "state": "OK", + "latitude": "34.727750", + "longitude": "-98.500800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73558", + "city": "Meers", + "state": "OK", + "latitude": "34.630879", + "longitude": "-98.457646", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73559", + "city": "Mountain Park", + "state": "OK", + "latitude": "34.696985", + "longitude": "-98.961840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73560", + "city": "Olustee", + "state": "OK", + "latitude": "34.571329", + "longitude": "-99.451640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73561", + "city": "Oscar", + "state": "OK", + "latitude": "34.023916", + "longitude": "-97.648010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73562", + "city": "Randlett", + "state": "OK", + "latitude": "34.188182", + "longitude": "-98.435330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73564", + "city": "Roosevelt", + "state": "OK", + "latitude": "34.834172", + "longitude": "-98.975680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73565", + "city": "Ryan", + "state": "OK", + "latitude": "34.008894", + "longitude": "-97.935810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73566", + "city": "Snyder", + "state": "OK", + "latitude": "34.637179", + "longitude": "-98.965320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73567", + "city": "Sterling", + "state": "OK", + "latitude": "34.748538", + "longitude": "-98.169050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73568", + "city": "Temple", + "state": "OK", + "latitude": "34.273576", + "longitude": "-98.233770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73569", + "city": "Terral", + "state": "OK", + "latitude": "33.916049", + "longitude": "-97.862100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73570", + "city": "Tipton", + "state": "OK", + "latitude": "34.500298", + "longitude": "-99.123750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73571", + "city": "Vinson", + "state": "OK", + "latitude": "34.924584", + "longitude": "-99.867360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73572", + "city": "Walters", + "state": "OK", + "latitude": "34.359739", + "longitude": "-98.345500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73573", + "city": "Waurika", + "state": "OK", + "latitude": "34.161270", + "longitude": "-97.997840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73575", + "city": "Duncan", + "state": "OK", + "latitude": "34.485320", + "longitude": "-97.852223", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73601", + "city": "Clinton", + "state": "OK", + "latitude": "35.508248", + "longitude": "-98.969170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73620", + "city": "Arapaho", + "state": "OK", + "latitude": "35.591351", + "longitude": "-99.008730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73622", + "city": "Bessie", + "state": "OK", + "latitude": "35.399588", + "longitude": "-99.006410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73624", + "city": "Burns Flat", + "state": "OK", + "latitude": "35.355453", + "longitude": "-99.177050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73625", + "city": "Butler", + "state": "OK", + "latitude": "35.675986", + "longitude": "-99.190740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73626", + "city": "Canute", + "state": "OK", + "latitude": "35.394000", + "longitude": "-99.280010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73627", + "city": "Carter", + "state": "OK", + "latitude": "35.215997", + "longitude": "-99.470060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73628", + "city": "Cheyenne", + "state": "OK", + "latitude": "35.603809", + "longitude": "-99.672800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73632", + "city": "Cordell", + "state": "OK", + "latitude": "35.283812", + "longitude": "-98.949870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73638", + "city": "Crawford", + "state": "OK", + "latitude": "35.819529", + "longitude": "-99.774250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73639", + "city": "Custer City", + "state": "OK", + "latitude": "35.703640", + "longitude": "-98.933510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73641", + "city": "Dill City", + "state": "OK", + "latitude": "35.267270", + "longitude": "-99.181620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73642", + "city": "Durham", + "state": "OK", + "latitude": "35.851512", + "longitude": "-99.901190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73644", + "city": "Elk City", + "state": "OK", + "latitude": "35.405935", + "longitude": "-99.416580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73645", + "city": "Erick", + "state": "OK", + "latitude": "35.250612", + "longitude": "-99.880290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73646", + "city": "Fay", + "state": "OK", + "latitude": "35.826514", + "longitude": "-98.629020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73647", + "city": "Foss", + "state": "OK", + "latitude": "35.455440", + "longitude": "-99.174400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73648", + "city": "Elk City", + "state": "OK", + "latitude": "35.269460", + "longitude": "-99.680146", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73650", + "city": "Hammon", + "state": "OK", + "latitude": "35.646142", + "longitude": "-99.388490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73651", + "city": "Hobart", + "state": "OK", + "latitude": "35.018385", + "longitude": "-99.093740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73654", + "city": "Leedey", + "state": "OK", + "latitude": "35.837115", + "longitude": "-99.368450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73655", + "city": "Lone Wolf", + "state": "OK", + "latitude": "35.006152", + "longitude": "-99.248510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73656", + "city": "Mayfield", + "state": "OK", + "latitude": "35.269460", + "longitude": "-99.680146", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73658", + "city": "Oakwood", + "state": "OK", + "latitude": "35.934444", + "longitude": "-98.708270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73659", + "city": "Putnam", + "state": "OK", + "latitude": "35.848743", + "longitude": "-98.902900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73660", + "city": "Reydon", + "state": "OK", + "latitude": "35.610122", + "longitude": "-99.917430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73661", + "city": "Rocky", + "state": "OK", + "latitude": "35.167368", + "longitude": "-99.051700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73662", + "city": "Sayre", + "state": "OK", + "latitude": "35.321815", + "longitude": "-99.653140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73663", + "city": "Seiling", + "state": "OK", + "latitude": "36.131960", + "longitude": "-98.916830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73664", + "city": "Sentinel", + "state": "OK", + "latitude": "35.167499", + "longitude": "-99.210430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73666", + "city": "Sweetwater", + "state": "OK", + "latitude": "35.458562", + "longitude": "-99.871430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73667", + "city": "Taloga", + "state": "OK", + "latitude": "36.033979", + "longitude": "-98.994910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73668", + "city": "Texola", + "state": "OK", + "latitude": "35.219721", + "longitude": "-99.992280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73669", + "city": "Thomas", + "state": "OK", + "latitude": "35.739994", + "longitude": "-98.755020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73673", + "city": "Willow", + "state": "OK", + "latitude": "35.046550", + "longitude": "-99.580420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73701", + "city": "Enid", + "state": "OK", + "latitude": "36.411133", + "longitude": "-97.850260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73702", + "city": "Enid", + "state": "OK", + "latitude": "36.379072", + "longitude": "-97.782595", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73703", + "city": "Enid", + "state": "OK", + "latitude": "36.402666", + "longitude": "-97.928360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73705", + "city": "Enid", + "state": "OK", + "latitude": "36.379072", + "longitude": "-97.782595", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73706", + "city": "Enid", + "state": "OK", + "latitude": "36.379072", + "longitude": "-97.782595", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73716", + "city": "Aline", + "state": "OK", + "latitude": "36.495560", + "longitude": "-98.490570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73717", + "city": "Alva", + "state": "OK", + "latitude": "36.804875", + "longitude": "-98.697070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73718", + "city": "Ames", + "state": "OK", + "latitude": "36.224663", + "longitude": "-98.148810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73719", + "city": "Amorita", + "state": "OK", + "latitude": "36.949448", + "longitude": "-98.282970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73720", + "city": "Bison", + "state": "OK", + "latitude": "36.200563", + "longitude": "-97.888830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73722", + "city": "Burlington", + "state": "OK", + "latitude": "36.920802", + "longitude": "-98.384290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73724", + "city": "Canton", + "state": "OK", + "latitude": "36.061410", + "longitude": "-98.642910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73726", + "city": "Carmen", + "state": "OK", + "latitude": "36.580451", + "longitude": "-98.475670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73727", + "city": "Carrier", + "state": "OK", + "latitude": "36.481331", + "longitude": "-98.041440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73728", + "city": "Cherokee", + "state": "OK", + "latitude": "36.751276", + "longitude": "-98.371080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73729", + "city": "Cleo Springs", + "state": "OK", + "latitude": "36.404703", + "longitude": "-98.438610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73730", + "city": "Covington", + "state": "OK", + "latitude": "36.311257", + "longitude": "-97.559700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73731", + "city": "Dacoma", + "state": "OK", + "latitude": "36.648048", + "longitude": "-98.582220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73733", + "city": "Douglas", + "state": "OK", + "latitude": "36.239024", + "longitude": "-97.682990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73734", + "city": "Dover", + "state": "OK", + "latitude": "35.978156", + "longitude": "-97.886800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73735", + "city": "Drummond", + "state": "OK", + "latitude": "36.285664", + "longitude": "-98.041930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73736", + "city": "Fairmont", + "state": "OK", + "latitude": "36.347664", + "longitude": "-97.693160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73737", + "city": "Fairview", + "state": "OK", + "latitude": "36.281915", + "longitude": "-98.524630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73738", + "city": "Garber", + "state": "OK", + "latitude": "36.455282", + "longitude": "-97.559740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73739", + "city": "Goltry", + "state": "OK", + "latitude": "36.521836", + "longitude": "-98.134620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73741", + "city": "Helena", + "state": "OK", + "latitude": "36.557263", + "longitude": "-98.274510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73742", + "city": "Hennessey", + "state": "OK", + "latitude": "36.105884", + "longitude": "-97.883040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73743", + "city": "Hillsdale", + "state": "OK", + "latitude": "36.563732", + "longitude": "-97.993850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73744", + "city": "Hitchcock", + "state": "OK", + "latitude": "35.966488", + "longitude": "-98.290130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73746", + "city": "Hopeton", + "state": "OK", + "latitude": "36.692876", + "longitude": "-98.658160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73747", + "city": "Isabella", + "state": "OK", + "latitude": "36.221983", + "longitude": "-98.328990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73749", + "city": "Jet", + "state": "OK", + "latitude": "36.702485", + "longitude": "-98.172800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73750", + "city": "Kingfisher", + "state": "OK", + "latitude": "35.856216", + "longitude": "-97.937430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73753", + "city": "Kremlin", + "state": "OK", + "latitude": "36.562250", + "longitude": "-97.833680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73754", + "city": "Lahoma", + "state": "OK", + "latitude": "36.389599", + "longitude": "-98.090630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73755", + "city": "Longdale", + "state": "OK", + "latitude": "36.140010", + "longitude": "-98.579180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73756", + "city": "Loyal", + "state": "OK", + "latitude": "36.007004", + "longitude": "-98.112340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73757", + "city": "Lucien", + "state": "OK", + "latitude": "36.267701", + "longitude": "-97.452450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73758", + "city": "Manchester", + "state": "OK", + "latitude": "36.949144", + "longitude": "-98.049380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73759", + "city": "Medford", + "state": "OK", + "latitude": "36.832446", + "longitude": "-97.724140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73760", + "city": "Meno", + "state": "OK", + "latitude": "36.371779", + "longitude": "-98.168080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73761", + "city": "Nash", + "state": "OK", + "latitude": "36.685205", + "longitude": "-98.030950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73762", + "city": "Okarche", + "state": "OK", + "latitude": "35.713606", + "longitude": "-97.972170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73763", + "city": "Okeene", + "state": "OK", + "latitude": "36.116401", + "longitude": "-98.333520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73764", + "city": "Omega", + "state": "OK", + "latitude": "35.867757", + "longitude": "-98.179950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73766", + "city": "Pond Creek", + "state": "OK", + "latitude": "36.662715", + "longitude": "-97.830630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73768", + "city": "Ringwood", + "state": "OK", + "latitude": "36.383753", + "longitude": "-98.274110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73770", + "city": "Southard", + "state": "OK", + "latitude": "36.058133", + "longitude": "-98.588383", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73771", + "city": "Wakita", + "state": "OK", + "latitude": "36.844573", + "longitude": "-97.962000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73772", + "city": "Watonga", + "state": "OK", + "latitude": "35.870276", + "longitude": "-98.437720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73773", + "city": "Waukomis", + "state": "OK", + "latitude": "36.273144", + "longitude": "-97.903350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73801", + "city": "Woodward", + "state": "OK", + "latitude": "36.433665", + "longitude": "-99.408380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73802", + "city": "Woodward", + "state": "OK", + "latitude": "36.543405", + "longitude": "-99.290470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73832", + "city": "Arnett", + "state": "OK", + "latitude": "36.122573", + "longitude": "-99.712000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73834", + "city": "Buffalo", + "state": "OK", + "latitude": "36.851116", + "longitude": "-99.589700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73835", + "city": "Camargo", + "state": "OK", + "latitude": "35.986173", + "longitude": "-99.238660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73838", + "city": "Chester", + "state": "OK", + "latitude": "36.253795", + "longitude": "-98.898180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73840", + "city": "Fargo", + "state": "OK", + "latitude": "36.403804", + "longitude": "-99.646740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73841", + "city": "Fort Supply", + "state": "OK", + "latitude": "36.557966", + "longitude": "-99.574250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73842", + "city": "Freedom", + "state": "OK", + "latitude": "36.803902", + "longitude": "-99.183040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73843", + "city": "Gage", + "state": "OK", + "latitude": "36.419540", + "longitude": "-99.841310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73844", + "city": "Gate", + "state": "OK", + "latitude": "36.853151", + "longitude": "-100.069470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73847", + "city": "Knowles", + "state": "OK", + "latitude": "36.903089", + "longitude": "-100.227480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73848", + "city": "Laverne", + "state": "OK", + "latitude": "36.673357", + "longitude": "-99.881790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73851", + "city": "May", + "state": "OK", + "latitude": "36.614425", + "longitude": "-99.771530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73852", + "city": "Mooreland", + "state": "OK", + "latitude": "36.456875", + "longitude": "-99.130040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73853", + "city": "Mutual", + "state": "OK", + "latitude": "36.223999", + "longitude": "-99.123700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73855", + "city": "Rosston", + "state": "OK", + "latitude": "36.863262", + "longitude": "-99.881810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73857", + "city": "Sharon", + "state": "OK", + "latitude": "36.283175", + "longitude": "-99.326790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73858", + "city": "Shattuck", + "state": "OK", + "latitude": "36.226355", + "longitude": "-99.890280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73859", + "city": "Vici", + "state": "OK", + "latitude": "36.140186", + "longitude": "-99.268660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73860", + "city": "Waynoka", + "state": "OK", + "latitude": "36.563060", + "longitude": "-98.866230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73901", + "city": "Adams", + "state": "OK", + "latitude": "36.756145", + "longitude": "-101.074620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73931", + "city": "Balko", + "state": "OK", + "latitude": "36.601946", + "longitude": "-100.765530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73932", + "city": "Beaver", + "state": "OK", + "latitude": "36.710457", + "longitude": "-100.478880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73933", + "city": "Boise City", + "state": "OK", + "latitude": "36.740652", + "longitude": "-102.544730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73937", + "city": "Felt", + "state": "OK", + "latitude": "36.563865", + "longitude": "-102.788680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73938", + "city": "Forgan", + "state": "OK", + "latitude": "36.914169", + "longitude": "-100.612440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73939", + "city": "Goodwell", + "state": "OK", + "latitude": "36.691413", + "longitude": "-101.738000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73942", + "city": "Guymon", + "state": "OK", + "latitude": "36.739447", + "longitude": "-101.488510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73944", + "city": "Hardesty", + "state": "OK", + "latitude": "36.605467", + "longitude": "-101.120400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73945", + "city": "Hooker", + "state": "OK", + "latitude": "36.832751", + "longitude": "-101.256180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73946", + "city": "Kenton", + "state": "OK", + "latitude": "36.922263", + "longitude": "-102.923390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73947", + "city": "Keyes", + "state": "OK", + "latitude": "36.844919", + "longitude": "-102.200500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73949", + "city": "Texhoma", + "state": "OK", + "latitude": "36.568790", + "longitude": "-101.917820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73950", + "city": "Turpin", + "state": "OK", + "latitude": "36.852475", + "longitude": "-100.895840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "73951", + "city": "Tyrone", + "state": "OK", + "latitude": "36.952790", + "longitude": "-101.063370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74001", + "city": "Avant", + "state": "OK", + "latitude": "36.487394", + "longitude": "-96.063840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74002", + "city": "Barnsdall", + "state": "OK", + "latitude": "36.549109", + "longitude": "-96.146000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74003", + "city": "Bartlesville", + "state": "OK", + "latitude": "36.741589", + "longitude": "-96.006140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74004", + "city": "Bartlesville", + "state": "OK", + "latitude": "36.711386", + "longitude": "-95.894042", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74005", + "city": "Bartlesville", + "state": "OK", + "latitude": "36.711386", + "longitude": "-95.894042", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74006", + "city": "Bartlesville", + "state": "OK", + "latitude": "36.733398", + "longitude": "-95.924040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74008", + "city": "Bixby", + "state": "OK", + "latitude": "35.951402", + "longitude": "-95.883610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74009", + "city": "Bowring", + "state": "OK", + "latitude": "36.665794", + "longitude": "-96.398424", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74010", + "city": "Bristow", + "state": "OK", + "latitude": "35.843486", + "longitude": "-96.381830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74011", + "city": "Broken Arrow", + "state": "OK", + "latitude": "35.992283", + "longitude": "-95.805420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74012", + "city": "Broken Arrow", + "state": "OK", + "latitude": "36.045907", + "longitude": "-95.806940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74013", + "city": "Broken Arrow", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74014", + "city": "Broken Arrow", + "state": "OK", + "latitude": "36.053246", + "longitude": "-95.709570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74015", + "city": "Catoosa", + "state": "OK", + "latitude": "36.188136", + "longitude": "-95.731990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74016", + "city": "Chelsea", + "state": "OK", + "latitude": "36.546415", + "longitude": "-95.445920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74017", + "city": "Claremore", + "state": "OK", + "latitude": "36.327143", + "longitude": "-95.611920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74018", + "city": "Claremore", + "state": "OK", + "latitude": "36.343579", + "longitude": "-95.605964", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74020", + "city": "Cleveland", + "state": "OK", + "latitude": "36.260645", + "longitude": "-96.395860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74021", + "city": "Collinsville", + "state": "OK", + "latitude": "36.369251", + "longitude": "-95.839700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74022", + "city": "Copan", + "state": "OK", + "latitude": "36.909076", + "longitude": "-95.965770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74023", + "city": "Cushing", + "state": "OK", + "latitude": "35.973286", + "longitude": "-96.757510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74026", + "city": "Davenport", + "state": "OK", + "latitude": "35.710256", + "longitude": "-96.763330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74027", + "city": "Delaware", + "state": "OK", + "latitude": "36.793303", + "longitude": "-95.636310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74028", + "city": "Depew", + "state": "OK", + "latitude": "35.805114", + "longitude": "-96.539260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74029", + "city": "Dewey", + "state": "OK", + "latitude": "36.808722", + "longitude": "-95.926170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74030", + "city": "Drumright", + "state": "OK", + "latitude": "35.987421", + "longitude": "-96.587760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74031", + "city": "Foyil", + "state": "OK", + "latitude": "36.336457", + "longitude": "-95.571646", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74032", + "city": "Glencoe", + "state": "OK", + "latitude": "36.214419", + "longitude": "-96.916720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74033", + "city": "Glenpool", + "state": "OK", + "latitude": "35.951244", + "longitude": "-96.008030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74034", + "city": "Hallett", + "state": "OK", + "latitude": "36.232452", + "longitude": "-96.568820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74035", + "city": "Hominy", + "state": "OK", + "latitude": "36.417205", + "longitude": "-96.383790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74036", + "city": "Inola", + "state": "OK", + "latitude": "36.145085", + "longitude": "-95.514430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74037", + "city": "Jenks", + "state": "OK", + "latitude": "36.012562", + "longitude": "-95.982410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74038", + "city": "Jennings", + "state": "OK", + "latitude": "36.164934", + "longitude": "-96.560830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74039", + "city": "Kellyville", + "state": "OK", + "latitude": "35.931488", + "longitude": "-96.229150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74041", + "city": "Kiefer", + "state": "OK", + "latitude": "35.948760", + "longitude": "-96.062370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74042", + "city": "Lenapah", + "state": "OK", + "latitude": "36.857305", + "longitude": "-95.614230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74043", + "city": "Leonard", + "state": "OK", + "latitude": "35.918277", + "longitude": "-95.798809", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74044", + "city": "Mannford", + "state": "OK", + "latitude": "36.111943", + "longitude": "-96.371590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74045", + "city": "Maramec", + "state": "OK", + "latitude": "36.241861", + "longitude": "-96.683380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74046", + "city": "Milfay", + "state": "OK", + "latitude": "35.901277", + "longitude": "-96.326053", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74047", + "city": "Mounds", + "state": "OK", + "latitude": "35.853188", + "longitude": "-96.002050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74048", + "city": "Nowata", + "state": "OK", + "latitude": "36.690587", + "longitude": "-95.627510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74050", + "city": "Oakhurst", + "state": "OK", + "latitude": "36.074141", + "longitude": "-96.061900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74051", + "city": "Ochelata", + "state": "OK", + "latitude": "36.602340", + "longitude": "-95.975440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74052", + "city": "Oilton", + "state": "OK", + "latitude": "36.084211", + "longitude": "-96.579400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74053", + "city": "Oologah", + "state": "OK", + "latitude": "36.437088", + "longitude": "-95.711440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74054", + "city": "Osage", + "state": "OK", + "latitude": "36.276739", + "longitude": "-96.368310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74055", + "city": "Owasso", + "state": "OK", + "latitude": "36.278298", + "longitude": "-95.830500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74056", + "city": "Pawhuska", + "state": "OK", + "latitude": "36.764056", + "longitude": "-96.321230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74058", + "city": "Pawnee", + "state": "OK", + "latitude": "36.358645", + "longitude": "-96.771430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74059", + "city": "Perkins", + "state": "OK", + "latitude": "35.968675", + "longitude": "-97.042580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74060", + "city": "Prue", + "state": "OK", + "latitude": "36.249730", + "longitude": "-96.267400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74061", + "city": "Ramona", + "state": "OK", + "latitude": "36.533868", + "longitude": "-95.908650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74062", + "city": "Ripley", + "state": "OK", + "latitude": "36.024668", + "longitude": "-96.907730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74063", + "city": "Sand Springs", + "state": "OK", + "latitude": "36.139385", + "longitude": "-96.165230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74064", + "city": "McCord", + "state": "OK", + "latitude": "36.681250", + "longitude": "-97.032304", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74066", + "city": "Sapulpa", + "state": "OK", + "latitude": "35.996582", + "longitude": "-96.119400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74067", + "city": "Sapulpa", + "state": "OK", + "latitude": "36.019575", + "longitude": "-96.093682", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74068", + "city": "Shamrock", + "state": "OK", + "latitude": "35.910408", + "longitude": "-96.577680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74070", + "city": "Skiatook", + "state": "OK", + "latitude": "36.381305", + "longitude": "-96.039980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74071", + "city": "Slick", + "state": "OK", + "latitude": "35.778763", + "longitude": "-96.268020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74072", + "city": "S Coffeyville", + "state": "OK", + "latitude": "36.957786", + "longitude": "-95.571080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74073", + "city": "Sperry", + "state": "OK", + "latitude": "36.306323", + "longitude": "-96.020810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74074", + "city": "Stillwater", + "state": "OK", + "latitude": "36.105571", + "longitude": "-97.076310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74075", + "city": "Stillwater", + "state": "OK", + "latitude": "36.149394", + "longitude": "-97.057840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74076", + "city": "Stillwater", + "state": "OK", + "latitude": "36.072372", + "longitude": "-97.055141", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74077", + "city": "Stillwater", + "state": "OK", + "latitude": "36.093665", + "longitude": "-96.987458", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74078", + "city": "Stillwater", + "state": "OK", + "latitude": "36.093665", + "longitude": "-96.987458", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74079", + "city": "Stroud", + "state": "OK", + "latitude": "35.744531", + "longitude": "-96.663420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74080", + "city": "Talala", + "state": "OK", + "latitude": "36.527631", + "longitude": "-95.699200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74081", + "city": "Terlton", + "state": "OK", + "latitude": "36.169806", + "longitude": "-96.440050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74082", + "city": "Vera", + "state": "OK", + "latitude": "36.450115", + "longitude": "-95.881381", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74083", + "city": "Wann", + "state": "OK", + "latitude": "36.935821", + "longitude": "-95.783360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74084", + "city": "Wynona", + "state": "OK", + "latitude": "36.542944", + "longitude": "-96.318530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74085", + "city": "Yale", + "state": "OK", + "latitude": "36.108650", + "longitude": "-96.702310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74101", + "city": "Tulsa", + "state": "OK", + "latitude": "36.039147", + "longitude": "-95.868667", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74102", + "city": "Tulsa", + "state": "OK", + "latitude": "36.063095", + "longitude": "-95.804231", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74103", + "city": "Tulsa", + "state": "OK", + "latitude": "36.156892", + "longitude": "-95.995080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74104", + "city": "Tulsa", + "state": "OK", + "latitude": "36.146143", + "longitude": "-95.954140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74105", + "city": "Tulsa", + "state": "OK", + "latitude": "36.099044", + "longitude": "-95.966150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74106", + "city": "Tulsa", + "state": "OK", + "latitude": "36.184692", + "longitude": "-95.985120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74107", + "city": "Tulsa", + "state": "OK", + "latitude": "36.102042", + "longitude": "-96.031440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74108", + "city": "Tulsa", + "state": "OK", + "latitude": "36.146897", + "longitude": "-95.799580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74110", + "city": "Tulsa", + "state": "OK", + "latitude": "36.181143", + "longitude": "-95.954240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74112", + "city": "Tulsa", + "state": "OK", + "latitude": "36.148444", + "longitude": "-95.908410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74114", + "city": "Tulsa", + "state": "OK", + "latitude": "36.126894", + "longitude": "-95.946570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74115", + "city": "Tulsa", + "state": "OK", + "latitude": "36.180144", + "longitude": "-95.911290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74116", + "city": "Tulsa", + "state": "OK", + "latitude": "36.169454", + "longitude": "-95.824200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74117", + "city": "Tulsa", + "state": "OK", + "latitude": "36.235961", + "longitude": "-95.885140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74119", + "city": "Tulsa", + "state": "OK", + "latitude": "36.142743", + "longitude": "-95.988720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74120", + "city": "Tulsa", + "state": "OK", + "latitude": "36.151143", + "longitude": "-95.977470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74121", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74126", + "city": "Tulsa", + "state": "OK", + "latitude": "36.236691", + "longitude": "-95.986740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74127", + "city": "Tulsa", + "state": "OK", + "latitude": "36.160341", + "longitude": "-96.034350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74128", + "city": "Tulsa", + "state": "OK", + "latitude": "36.146577", + "longitude": "-95.851940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74129", + "city": "Tulsa", + "state": "OK", + "latitude": "36.126446", + "longitude": "-95.867630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74130", + "city": "Tulsa", + "state": "OK", + "latitude": "36.239642", + "longitude": "-95.958470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74131", + "city": "Tulsa", + "state": "OK", + "latitude": "36.057536", + "longitude": "-96.071190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74132", + "city": "Tulsa", + "state": "OK", + "latitude": "36.051893", + "longitude": "-96.027520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74133", + "city": "Tulsa", + "state": "OK", + "latitude": "36.043090", + "longitude": "-95.884170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74134", + "city": "Tulsa", + "state": "OK", + "latitude": "36.114797", + "longitude": "-95.821050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74135", + "city": "Tulsa", + "state": "OK", + "latitude": "36.101245", + "longitude": "-95.924750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74136", + "city": "Tulsa", + "state": "OK", + "latitude": "36.059495", + "longitude": "-95.939220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74137", + "city": "Tulsa", + "state": "OK", + "latitude": "36.025405", + "longitude": "-95.929530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74141", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74145", + "city": "Tulsa", + "state": "OK", + "latitude": "36.096296", + "longitude": "-95.884700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74146", + "city": "Tulsa", + "state": "OK", + "latitude": "36.102112", + "longitude": "-95.852440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74147", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74148", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74149", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74150", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74152", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74153", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74155", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74156", + "city": "Tulsa", + "state": "OK", + "latitude": "36.302391", + "longitude": "-95.960472", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74157", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74158", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74159", + "city": "Tulsa", + "state": "OK", + "latitude": "36.077221", + "longitude": "-96.083477", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74169", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74170", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74171", + "city": "Tulsa", + "state": "OK", + "latitude": "36.054345", + "longitude": "-95.957721", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74172", + "city": "Tulsa", + "state": "OK", + "latitude": "36.154342", + "longitude": "-95.992323", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74177", + "city": "Tulsa", + "state": "OK", + "latitude": "36.048045", + "longitude": "-95.957771", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74182", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74183", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74184", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74186", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74187", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74189", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74192", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74193", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74194", + "city": "Tulsa", + "state": "OK", + "latitude": "36.139826", + "longitude": "-96.029725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74301", + "city": "Vinita", + "state": "OK", + "latitude": "36.631673", + "longitude": "-95.173030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74328", + "city": "Colcord", + "state": "OK", + "latitude": "36.260756", + "longitude": "-94.692670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74330", + "city": "Adair", + "state": "OK", + "latitude": "36.434328", + "longitude": "-95.255120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74331", + "city": "Afton", + "state": "OK", + "latitude": "36.618326", + "longitude": "-94.934240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74332", + "city": "Big Cabin", + "state": "OK", + "latitude": "36.515090", + "longitude": "-95.229240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74333", + "city": "Bluejacket", + "state": "OK", + "latitude": "36.802232", + "longitude": "-95.077820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74334", + "city": "Dodge", + "state": "OK", + "latitude": "36.597953", + "longitude": "-94.647526", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74335", + "city": "Cardin", + "state": "OK", + "latitude": "36.975692", + "longitude": "-94.851610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74336", + "city": "Jay", + "state": "OK", + "latitude": "36.422876", + "longitude": "-94.796399", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74337", + "city": "Chouteau", + "state": "OK", + "latitude": "36.167467", + "longitude": "-95.319250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74338", + "city": "Colcord", + "state": "OK", + "latitude": "36.227439", + "longitude": "-94.677980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74339", + "city": "Commerce", + "state": "OK", + "latitude": "36.932957", + "longitude": "-94.871340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74340", + "city": "Disney", + "state": "OK", + "latitude": "36.487210", + "longitude": "-94.984520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74342", + "city": "Eucha", + "state": "OK", + "latitude": "36.420495", + "longitude": "-94.926210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74343", + "city": "Fairland", + "state": "OK", + "latitude": "36.747928", + "longitude": "-94.840220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74344", + "city": "Grove", + "state": "OK", + "latitude": "36.599689", + "longitude": "-94.766730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74345", + "city": "Grove", + "state": "OK", + "latitude": "36.603587", + "longitude": "-94.729740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74346", + "city": "Jay", + "state": "OK", + "latitude": "36.444215", + "longitude": "-94.783450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74347", + "city": "Kansas", + "state": "OK", + "latitude": "36.190000", + "longitude": "-94.795950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74349", + "city": "Ketchum", + "state": "OK", + "latitude": "36.523163", + "longitude": "-95.024280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74350", + "city": "Langley", + "state": "OK", + "latitude": "36.468980", + "longitude": "-95.049670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74352", + "city": "Locust Grove", + "state": "OK", + "latitude": "36.148065", + "longitude": "-95.168010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74353", + "city": "Mazie", + "state": "OK", + "latitude": "36.292495", + "longitude": "-95.222792", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74354", + "city": "Miami", + "state": "OK", + "latitude": "36.880746", + "longitude": "-94.871420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74355", + "city": "Miami", + "state": "OK", + "latitude": "36.834080", + "longitude": "-94.877031", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74358", + "city": "North Miami", + "state": "OK", + "latitude": "36.915805", + "longitude": "-94.880390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74359", + "city": "Oaks", + "state": "OK", + "latitude": "36.415938", + "longitude": "-94.787091", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74360", + "city": "Picher", + "state": "OK", + "latitude": "36.981521", + "longitude": "-94.832780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74361", + "city": "Pryor", + "state": "OK", + "latitude": "36.294174", + "longitude": "-95.302950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74362", + "city": "Pryor", + "state": "OK", + "latitude": "36.292495", + "longitude": "-95.222792", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74363", + "city": "Quapaw", + "state": "OK", + "latitude": "36.947372", + "longitude": "-94.729120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74364", + "city": "Rose", + "state": "OK", + "latitude": "36.197948", + "longitude": "-94.967070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74365", + "city": "Salina", + "state": "OK", + "latitude": "36.296196", + "longitude": "-95.105560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74366", + "city": "Spavinaw", + "state": "OK", + "latitude": "36.394258", + "longitude": "-95.048690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74367", + "city": "Strang", + "state": "OK", + "latitude": "36.412084", + "longitude": "-95.129240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74368", + "city": "Twin Oaks", + "state": "OK", + "latitude": "36.208220", + "longitude": "-94.859450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74369", + "city": "Welch", + "state": "OK", + "latitude": "36.897777", + "longitude": "-95.152490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74370", + "city": "Wyandotte", + "state": "OK", + "latitude": "36.777702", + "longitude": "-94.687680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74399", + "city": "Commerce", + "state": "OK", + "latitude": "36.932944", + "longitude": "-94.873005", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74401", + "city": "Muskogee", + "state": "OK", + "latitude": "35.739681", + "longitude": "-95.407110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74402", + "city": "Muskogee", + "state": "OK", + "latitude": "35.764223", + "longitude": "-95.306916", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74403", + "city": "Muskogee", + "state": "OK", + "latitude": "35.719962", + "longitude": "-95.336910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74421", + "city": "Beggs", + "state": "OK", + "latitude": "35.755522", + "longitude": "-96.047440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74422", + "city": "Boynton", + "state": "OK", + "latitude": "35.645974", + "longitude": "-95.669310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74423", + "city": "Braggs", + "state": "OK", + "latitude": "35.668132", + "longitude": "-95.185820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74425", + "city": "Canadian", + "state": "OK", + "latitude": "35.172538", + "longitude": "-95.628240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74426", + "city": "Checotah", + "state": "OK", + "latitude": "35.443872", + "longitude": "-95.543930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74427", + "city": "Cookson", + "state": "OK", + "latitude": "35.700818", + "longitude": "-94.925520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74428", + "city": "Council Hill", + "state": "OK", + "latitude": "35.550269", + "longitude": "-95.648740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74429", + "city": "Coweta", + "state": "OK", + "latitude": "35.947850", + "longitude": "-95.637700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74430", + "city": "Crowder", + "state": "OK", + "latitude": "35.124644", + "longitude": "-95.666680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74431", + "city": "Dewar", + "state": "OK", + "latitude": "35.458946", + "longitude": "-95.945970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74432", + "city": "Eufaula", + "state": "OK", + "latitude": "35.280145", + "longitude": "-95.578540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74434", + "city": "Fort Gibson", + "state": "OK", + "latitude": "35.799294", + "longitude": "-95.233550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74435", + "city": "Gore", + "state": "OK", + "latitude": "35.566657", + "longitude": "-95.096270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74436", + "city": "Haskell", + "state": "OK", + "latitude": "35.815497", + "longitude": "-95.686080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74437", + "city": "Henryetta", + "state": "OK", + "latitude": "35.447961", + "longitude": "-95.950380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74438", + "city": "Hitchita", + "state": "OK", + "latitude": "35.520519", + "longitude": "-95.751220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74440", + "city": "Hoyt", + "state": "OK", + "latitude": "35.269955", + "longitude": "-95.302050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74441", + "city": "Hulbert", + "state": "OK", + "latitude": "35.966254", + "longitude": "-95.154360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74442", + "city": "Indianola", + "state": "OK", + "latitude": "35.152295", + "longitude": "-95.789570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74444", + "city": "Moodys", + "state": "OK", + "latitude": "36.053001", + "longitude": "-94.966820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74445", + "city": "Morris", + "state": "OK", + "latitude": "35.616464", + "longitude": "-95.846450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74446", + "city": "Okay", + "state": "OK", + "latitude": "35.852293", + "longitude": "-95.317170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74447", + "city": "Okmulgee", + "state": "OK", + "latitude": "35.628612", + "longitude": "-95.973400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74450", + "city": "Oktaha", + "state": "OK", + "latitude": "35.598240", + "longitude": "-95.484340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74451", + "city": "Park Hill", + "state": "OK", + "latitude": "35.742956", + "longitude": "-94.967370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74452", + "city": "Peggs", + "state": "OK", + "latitude": "36.108620", + "longitude": "-95.111690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74454", + "city": "Porter", + "state": "OK", + "latitude": "35.867529", + "longitude": "-95.526470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74455", + "city": "Porum", + "state": "OK", + "latitude": "35.355394", + "longitude": "-95.286350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74456", + "city": "Preston", + "state": "OK", + "latitude": "35.712025", + "longitude": "-95.997170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74457", + "city": "Proctor", + "state": "OK", + "latitude": "36.053046", + "longitude": "-94.776800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74458", + "city": "Redbird", + "state": "OK", + "latitude": "35.963567", + "longitude": "-95.513856", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74459", + "city": "Rentiesville", + "state": "OK", + "latitude": "35.519193", + "longitude": "-95.494470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74460", + "city": "Schulter", + "state": "OK", + "latitude": "35.518330", + "longitude": "-95.957600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74461", + "city": "Stidham", + "state": "OK", + "latitude": "35.384048", + "longitude": "-95.707310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74462", + "city": "Stigler", + "state": "OK", + "latitude": "35.272967", + "longitude": "-95.163280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74463", + "city": "Taft", + "state": "OK", + "latitude": "35.763420", + "longitude": "-95.547880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74464", + "city": "Tahlequah", + "state": "OK", + "latitude": "35.923658", + "longitude": "-94.971850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74465", + "city": "Tahlequah", + "state": "OK", + "latitude": "35.900074", + "longitude": "-95.040008", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74466", + "city": "Tullahassee", + "state": "OK", + "latitude": "35.963567", + "longitude": "-95.513856", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74467", + "city": "Wagoner", + "state": "OK", + "latitude": "35.961019", + "longitude": "-95.361100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74468", + "city": "Wainwright", + "state": "OK", + "latitude": "35.615460", + "longitude": "-95.568510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74469", + "city": "Warner", + "state": "OK", + "latitude": "35.493581", + "longitude": "-95.309140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74470", + "city": "Webbers Falls", + "state": "OK", + "latitude": "35.490036", + "longitude": "-95.151580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74471", + "city": "Welling", + "state": "OK", + "latitude": "35.837827", + "longitude": "-94.874020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74472", + "city": "Whitefield", + "state": "OK", + "latitude": "35.259201", + "longitude": "-95.247010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74477", + "city": "Wagoner", + "state": "OK", + "latitude": "35.963567", + "longitude": "-95.513856", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74501", + "city": "Mcalester", + "state": "OK", + "latitude": "34.944399", + "longitude": "-95.757090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74502", + "city": "Mcalester", + "state": "OK", + "latitude": "34.947259", + "longitude": "-95.720708", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74520", + "city": "Ada", + "state": "OK", + "latitude": "34.772557", + "longitude": "-96.661745", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74521", + "city": "Albion", + "state": "OK", + "latitude": "34.660204", + "longitude": "-95.098140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74522", + "city": "Alderson", + "state": "OK", + "latitude": "34.902286", + "longitude": "-95.690730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74523", + "city": "Antlers", + "state": "OK", + "latitude": "34.229335", + "longitude": "-95.616030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74525", + "city": "Atoka", + "state": "OK", + "latitude": "34.347553", + "longitude": "-96.112760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74528", + "city": "Blanco", + "state": "OK", + "latitude": "34.722059", + "longitude": "-95.761250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74529", + "city": "Blocker", + "state": "OK", + "latitude": "34.947259", + "longitude": "-95.720708", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74530", + "city": "Bromide", + "state": "OK", + "latitude": "34.416915", + "longitude": "-96.492780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74531", + "city": "Calvin", + "state": "OK", + "latitude": "34.932628", + "longitude": "-96.239290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74533", + "city": "Caney", + "state": "OK", + "latitude": "34.217672", + "longitude": "-96.196340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74534", + "city": "Centrahoma", + "state": "OK", + "latitude": "34.612564", + "longitude": "-96.355560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74535", + "city": "Clarita", + "state": "OK", + "latitude": "34.488403", + "longitude": "-96.433560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74536", + "city": "Clayton", + "state": "OK", + "latitude": "34.590491", + "longitude": "-95.367970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74538", + "city": "Coalgate", + "state": "OK", + "latitude": "34.553763", + "longitude": "-96.230840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74540", + "city": "Daisy", + "state": "OK", + "latitude": "34.540822", + "longitude": "-95.718250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74542", + "city": "Atoka", + "state": "OK", + "latitude": "34.418700", + "longitude": "-96.039727", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74543", + "city": "Finley", + "state": "OK", + "latitude": "34.373618", + "longitude": "-95.436040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74545", + "city": "Gowen", + "state": "OK", + "latitude": "34.877067", + "longitude": "-95.478320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74546", + "city": "Haileyville", + "state": "OK", + "latitude": "34.855223", + "longitude": "-95.576910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74547", + "city": "Hartshorne", + "state": "OK", + "latitude": "34.842940", + "longitude": "-95.574130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74549", + "city": "Honobia", + "state": "OK", + "latitude": "34.536633", + "longitude": "-94.935070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74552", + "city": "Kinta", + "state": "OK", + "latitude": "35.127495", + "longitude": "-95.230980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74553", + "city": "Kiowa", + "state": "OK", + "latitude": "34.708098", + "longitude": "-95.904850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74554", + "city": "Krebs", + "state": "OK", + "latitude": "34.926507", + "longitude": "-95.720480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74555", + "city": "Lane", + "state": "OK", + "latitude": "34.249448", + "longitude": "-95.961990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74556", + "city": "Lehigh", + "state": "OK", + "latitude": "34.471798", + "longitude": "-96.203660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74557", + "city": "Moyers", + "state": "OK", + "latitude": "34.391572", + "longitude": "-95.673660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74558", + "city": "Nashoba", + "state": "OK", + "latitude": "34.497876", + "longitude": "-95.131600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74559", + "city": "Panola", + "state": "OK", + "latitude": "34.869457", + "longitude": "-95.221099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74560", + "city": "Pittsburg", + "state": "OK", + "latitude": "34.666250", + "longitude": "-95.788850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74561", + "city": "Quinton", + "state": "OK", + "latitude": "35.119128", + "longitude": "-95.390080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74562", + "city": "Rattan", + "state": "OK", + "latitude": "34.263342", + "longitude": "-95.306930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74563", + "city": "Red Oak", + "state": "OK", + "latitude": "34.948771", + "longitude": "-95.103700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74565", + "city": "Savanna", + "state": "OK", + "latitude": "34.831398", + "longitude": "-95.839670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74567", + "city": "Snow", + "state": "OK", + "latitude": "34.454702", + "longitude": "-95.410130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74569", + "city": "Stringtown", + "state": "OK", + "latitude": "34.491359", + "longitude": "-95.941570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74570", + "city": "Stuart", + "state": "OK", + "latitude": "34.858091", + "longitude": "-96.092330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74571", + "city": "Talihina", + "state": "OK", + "latitude": "34.729815", + "longitude": "-95.036250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74572", + "city": "Tupelo", + "state": "OK", + "latitude": "34.626083", + "longitude": "-96.430830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74574", + "city": "Tuskahoma", + "state": "OK", + "latitude": "34.646758", + "longitude": "-95.276420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74576", + "city": "Wardville", + "state": "OK", + "latitude": "34.665422", + "longitude": "-96.030740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74577", + "city": "Whitesboro", + "state": "OK", + "latitude": "34.689854", + "longitude": "-94.855800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74578", + "city": "Wilburton", + "state": "OK", + "latitude": "34.886021", + "longitude": "-95.298590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74601", + "city": "Ponca City", + "state": "OK", + "latitude": "36.707393", + "longitude": "-97.101670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74602", + "city": "Ponca City", + "state": "OK", + "latitude": "36.695368", + "longitude": "-97.137693", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74603", + "city": "Ponca City", + "state": "OK", + "latitude": "36.796349", + "longitude": "-97.106166", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74604", + "city": "Ponca City", + "state": "OK", + "latitude": "36.704703", + "longitude": "-97.007980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74630", + "city": "Billings", + "state": "OK", + "latitude": "36.527910", + "longitude": "-97.433040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74631", + "city": "Blackwell", + "state": "OK", + "latitude": "36.800787", + "longitude": "-97.292890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74632", + "city": "Braman", + "state": "OK", + "latitude": "36.939016", + "longitude": "-97.338750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74633", + "city": "Burbank", + "state": "OK", + "latitude": "36.694585", + "longitude": "-96.739340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74636", + "city": "Deer Creek", + "state": "OK", + "latitude": "36.810451", + "longitude": "-97.517950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74637", + "city": "Fairfax", + "state": "OK", + "latitude": "36.577618", + "longitude": "-96.695290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74640", + "city": "Hunter", + "state": "OK", + "latitude": "36.585776", + "longitude": "-97.613340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74641", + "city": "Kaw City", + "state": "OK", + "latitude": "36.807276", + "longitude": "-96.860910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74643", + "city": "Lamont", + "state": "OK", + "latitude": "36.695880", + "longitude": "-97.569310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74644", + "city": "Marland", + "state": "OK", + "latitude": "36.554757", + "longitude": "-97.144830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74646", + "city": "Nardin", + "state": "OK", + "latitude": "36.821862", + "longitude": "-97.453660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74647", + "city": "Newkirk", + "state": "OK", + "latitude": "36.904817", + "longitude": "-97.060780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74650", + "city": "Ralston", + "state": "OK", + "latitude": "36.500388", + "longitude": "-96.740130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74651", + "city": "Red Rock", + "state": "OK", + "latitude": "36.473704", + "longitude": "-97.205050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74652", + "city": "Shidler", + "state": "OK", + "latitude": "36.830328", + "longitude": "-96.680540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74653", + "city": "Tonkawa", + "state": "OK", + "latitude": "36.665613", + "longitude": "-97.329670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74701", + "city": "Durant", + "state": "OK", + "latitude": "34.009209", + "longitude": "-96.386120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74702", + "city": "Durant", + "state": "OK", + "latitude": "33.921979", + "longitude": "-96.191767", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74720", + "city": "Achille", + "state": "OK", + "latitude": "33.834640", + "longitude": "-96.390180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74721", + "city": "Albany", + "state": "OK", + "latitude": "33.888549", + "longitude": "-96.172440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74722", + "city": "Battiest", + "state": "OK", + "latitude": "34.454046", + "longitude": "-94.941480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74723", + "city": "Bennington", + "state": "OK", + "latitude": "33.997865", + "longitude": "-96.029630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74724", + "city": "Bethel", + "state": "OK", + "latitude": "34.402346", + "longitude": "-94.797630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74726", + "city": "Bokchito", + "state": "OK", + "latitude": "33.985260", + "longitude": "-96.156290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74727", + "city": "Boswell", + "state": "OK", + "latitude": "34.026768", + "longitude": "-95.861300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74728", + "city": "Broken Bow", + "state": "OK", + "latitude": "34.142978", + "longitude": "-94.802690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74729", + "city": "Caddo", + "state": "OK", + "latitude": "34.137095", + "longitude": "-96.269360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74730", + "city": "Calera", + "state": "OK", + "latitude": "33.920767", + "longitude": "-96.440730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74731", + "city": "Cartwright", + "state": "OK", + "latitude": "33.869195", + "longitude": "-96.576170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74733", + "city": "Colbert", + "state": "OK", + "latitude": "33.848360", + "longitude": "-96.502900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74734", + "city": "Eagletown", + "state": "OK", + "latitude": "34.138965", + "longitude": "-94.554070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74735", + "city": "Fort Towson", + "state": "OK", + "latitude": "34.052225", + "longitude": "-95.257010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74736", + "city": "Garvin", + "state": "OK", + "latitude": "33.917419", + "longitude": "-94.964940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74737", + "city": "Golden", + "state": "OK", + "latitude": "34.032184", + "longitude": "-94.896490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74738", + "city": "Grant", + "state": "OK", + "latitude": "33.917165", + "longitude": "-95.489400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74740", + "city": "Haworth", + "state": "OK", + "latitude": "33.784733", + "longitude": "-94.604360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74741", + "city": "Hendrix", + "state": "OK", + "latitude": "33.770610", + "longitude": "-96.299270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74743", + "city": "Hugo", + "state": "OK", + "latitude": "34.010943", + "longitude": "-95.516510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74745", + "city": "Idabel", + "state": "OK", + "latitude": "33.883578", + "longitude": "-94.831540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74747", + "city": "Kemp", + "state": "OK", + "latitude": "33.769093", + "longitude": "-96.354900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74748", + "city": "Kenefic", + "state": "OK", + "latitude": "34.163069", + "longitude": "-96.477720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74750", + "city": "Millerton", + "state": "OK", + "latitude": "33.984710", + "longitude": "-95.010880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74752", + "city": "Pickens", + "state": "OK", + "latitude": "34.061674", + "longitude": "-94.808868", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74753", + "city": "Platter", + "state": "OK", + "latitude": "33.918732", + "longitude": "-96.546400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74754", + "city": "Ringold", + "state": "OK", + "latitude": "34.199682", + "longitude": "-95.120640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74755", + "city": "Rufe", + "state": "OK", + "latitude": "34.127277", + "longitude": "-95.118460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74756", + "city": "Sawyer", + "state": "OK", + "latitude": "34.023191", + "longitude": "-95.369110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74759", + "city": "Soper", + "state": "OK", + "latitude": "34.038263", + "longitude": "-95.708510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74760", + "city": "Spencerville", + "state": "OK", + "latitude": "34.146827", + "longitude": "-95.373580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74761", + "city": "Swink", + "state": "OK", + "latitude": "34.015280", + "longitude": "-95.201040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74764", + "city": "Valliant", + "state": "OK", + "latitude": "34.038794", + "longitude": "-95.077930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74766", + "city": "Wright City", + "state": "OK", + "latitude": "34.148691", + "longitude": "-94.955460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74801", + "city": "Shawnee", + "state": "OK", + "latitude": "35.327341", + "longitude": "-96.935440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74802", + "city": "Shawnee", + "state": "OK", + "latitude": "35.365621", + "longitude": "-96.959601", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74804", + "city": "Shawnee", + "state": "OK", + "latitude": "35.375188", + "longitude": "-96.931620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74807", + "city": "Shawnee", + "state": "OK", + "latitude": "35.306375", + "longitude": "-96.935924", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74818", + "city": "Seminole", + "state": "OK", + "latitude": "35.162228", + "longitude": "-96.609139", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74820", + "city": "Ada", + "state": "OK", + "latitude": "34.780243", + "longitude": "-96.687610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74821", + "city": "Ada", + "state": "OK", + "latitude": "34.735301", + "longitude": "-96.669321", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74824", + "city": "Agra", + "state": "OK", + "latitude": "35.883914", + "longitude": "-96.867350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74825", + "city": "Allen", + "state": "OK", + "latitude": "34.817511", + "longitude": "-96.410800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74826", + "city": "Asher", + "state": "OK", + "latitude": "35.012407", + "longitude": "-96.918730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74827", + "city": "Atwood", + "state": "OK", + "latitude": "34.949547", + "longitude": "-96.333560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74829", + "city": "Boley", + "state": "OK", + "latitude": "35.495960", + "longitude": "-96.480510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74830", + "city": "Bowlegs", + "state": "OK", + "latitude": "35.147566", + "longitude": "-96.669600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74831", + "city": "Byars", + "state": "OK", + "latitude": "34.891218", + "longitude": "-97.062780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74832", + "city": "Carney", + "state": "OK", + "latitude": "35.815581", + "longitude": "-97.010610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74833", + "city": "Castle", + "state": "OK", + "latitude": "35.542470", + "longitude": "-96.394710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74834", + "city": "Chandler", + "state": "OK", + "latitude": "35.702159", + "longitude": "-96.889610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74836", + "city": "Connerville", + "state": "OK", + "latitude": "34.451503", + "longitude": "-96.630920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74837", + "city": "Cromwell", + "state": "OK", + "latitude": "35.348331", + "longitude": "-96.463850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74839", + "city": "Dustin", + "state": "OK", + "latitude": "35.262169", + "longitude": "-96.054340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74840", + "city": "Earlsboro", + "state": "OK", + "latitude": "35.296890", + "longitude": "-96.783250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74842", + "city": "Fittstown", + "state": "OK", + "latitude": "34.597595", + "longitude": "-96.618180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74843", + "city": "Fitzhugh", + "state": "OK", + "latitude": "34.648631", + "longitude": "-96.738850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74844", + "city": "Francis", + "state": "OK", + "latitude": "34.878209", + "longitude": "-96.588380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74845", + "city": "Hanna", + "state": "OK", + "latitude": "35.203729", + "longitude": "-95.908220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74848", + "city": "Holdenville", + "state": "OK", + "latitude": "35.088636", + "longitude": "-96.387780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74849", + "city": "Konawa", + "state": "OK", + "latitude": "34.969783", + "longitude": "-96.738990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74850", + "city": "Lamar", + "state": "OK", + "latitude": "35.104311", + "longitude": "-96.090670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74851", + "city": "Mcloud", + "state": "OK", + "latitude": "35.412200", + "longitude": "-97.098400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74852", + "city": "Macomb", + "state": "OK", + "latitude": "35.123383", + "longitude": "-97.008690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74853", + "city": "Wetumka", + "state": "OK", + "latitude": "35.235118", + "longitude": "-96.241140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74854", + "city": "Maud", + "state": "OK", + "latitude": "35.129805", + "longitude": "-96.776250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74855", + "city": "Meeker", + "state": "OK", + "latitude": "35.507952", + "longitude": "-96.896890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74856", + "city": "Mill Creek", + "state": "OK", + "latitude": "34.395266", + "longitude": "-96.816670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74857", + "city": "Newalla", + "state": "OK", + "latitude": "35.351612", + "longitude": "-97.195070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74859", + "city": "Okemah", + "state": "OK", + "latitude": "35.441160", + "longitude": "-96.307980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74860", + "city": "Paden", + "state": "OK", + "latitude": "35.514019", + "longitude": "-96.569690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74864", + "city": "Prague", + "state": "OK", + "latitude": "35.490727", + "longitude": "-96.691410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74865", + "city": "Roff", + "state": "OK", + "latitude": "34.618331", + "longitude": "-96.813970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74866", + "city": "Saint Louis", + "state": "OK", + "latitude": "35.062235", + "longitude": "-96.835500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74867", + "city": "Sasakwa", + "state": "OK", + "latitude": "34.948211", + "longitude": "-96.533940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74868", + "city": "Seminole", + "state": "OK", + "latitude": "35.249655", + "longitude": "-96.659150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74869", + "city": "Sparks", + "state": "OK", + "latitude": "35.601113", + "longitude": "-96.777700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74871", + "city": "Stonewall", + "state": "OK", + "latitude": "34.630936", + "longitude": "-96.557560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74872", + "city": "Stratford", + "state": "OK", + "latitude": "34.793533", + "longitude": "-96.977380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74873", + "city": "Tecumseh", + "state": "OK", + "latitude": "35.231608", + "longitude": "-96.976700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74875", + "city": "Tryon", + "state": "OK", + "latitude": "35.876736", + "longitude": "-96.951790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74878", + "city": "Wanette", + "state": "OK", + "latitude": "35.012317", + "longitude": "-97.061560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74880", + "city": "Weleetka", + "state": "OK", + "latitude": "35.369606", + "longitude": "-96.134120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74881", + "city": "Wellston", + "state": "OK", + "latitude": "35.694734", + "longitude": "-97.070430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74883", + "city": "Wetumka", + "state": "OK", + "latitude": "35.232465", + "longitude": "-96.235710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74884", + "city": "Wewoka", + "state": "OK", + "latitude": "35.166644", + "longitude": "-96.506600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74894", + "city": "Konawa", + "state": "OK", + "latitude": "34.955971", + "longitude": "-96.754575", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74901", + "city": "Arkoma", + "state": "OK", + "latitude": "35.347792", + "longitude": "-94.442740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74902", + "city": "Pocola", + "state": "OK", + "latitude": "35.241727", + "longitude": "-94.469670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74930", + "city": "Bokoshe", + "state": "OK", + "latitude": "35.184593", + "longitude": "-94.797520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74931", + "city": "Bunch", + "state": "OK", + "latitude": "35.690088", + "longitude": "-94.763070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74932", + "city": "Cameron", + "state": "OK", + "latitude": "35.138765", + "longitude": "-94.541080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74935", + "city": "Fanshawe", + "state": "OK", + "latitude": "34.951143", + "longitude": "-94.904210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74936", + "city": "Gans", + "state": "OK", + "latitude": "35.392525", + "longitude": "-94.703680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74937", + "city": "Heavener", + "state": "OK", + "latitude": "34.866897", + "longitude": "-94.586220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74939", + "city": "Hodgen", + "state": "OK", + "latitude": "34.712466", + "longitude": "-94.650080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74940", + "city": "Howe", + "state": "OK", + "latitude": "34.956272", + "longitude": "-94.633330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74941", + "city": "Keota", + "state": "OK", + "latitude": "35.267730", + "longitude": "-94.876090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74942", + "city": "Leflore", + "state": "OK", + "latitude": "34.898768", + "longitude": "-94.981410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74943", + "city": "Lequire", + "state": "OK", + "latitude": "35.077265", + "longitude": "-95.086130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74944", + "city": "Mccurtain", + "state": "OK", + "latitude": "35.127447", + "longitude": "-94.985450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74945", + "city": "Marble City", + "state": "OK", + "latitude": "35.595915", + "longitude": "-94.808900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74946", + "city": "Moffett", + "state": "OK", + "latitude": "35.414830", + "longitude": "-94.452630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74947", + "city": "Monroe", + "state": "OK", + "latitude": "34.991767", + "longitude": "-94.517630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74948", + "city": "Muldrow", + "state": "OK", + "latitude": "35.431711", + "longitude": "-94.565750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74949", + "city": "Muse", + "state": "OK", + "latitude": "34.669198", + "longitude": "-94.757290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74951", + "city": "Panama", + "state": "OK", + "latitude": "35.172259", + "longitude": "-94.670080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74953", + "city": "Poteau", + "state": "OK", + "latitude": "35.052793", + "longitude": "-94.618290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74954", + "city": "Roland", + "state": "OK", + "latitude": "35.413049", + "longitude": "-94.504760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74955", + "city": "Sallisaw", + "state": "OK", + "latitude": "35.467031", + "longitude": "-94.786470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74956", + "city": "Shady Point", + "state": "OK", + "latitude": "35.122751", + "longitude": "-94.720580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74957", + "city": "Smithville", + "state": "OK", + "latitude": "34.503213", + "longitude": "-94.671570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74959", + "city": "Spiro", + "state": "OK", + "latitude": "35.247209", + "longitude": "-94.621050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74960", + "city": "Stilwell", + "state": "OK", + "latitude": "35.815628", + "longitude": "-94.650230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74962", + "city": "Vian", + "state": "OK", + "latitude": "35.543155", + "longitude": "-94.966280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74963", + "city": "Watson", + "state": "OK", + "latitude": "34.377690", + "longitude": "-94.552780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74964", + "city": "Watts", + "state": "OK", + "latitude": "36.114272", + "longitude": "-94.633500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74965", + "city": "Westville", + "state": "OK", + "latitude": "35.998632", + "longitude": "-94.592660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74966", + "city": "Wister", + "state": "OK", + "latitude": "34.943609", + "longitude": "-94.814530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "74968", + "city": "Muldrow", + "state": "OK", + "latitude": "35.398035", + "longitude": "-94.637610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75001", + "city": "Addison", + "state": "TX", + "latitude": "32.961290", + "longitude": "-96.837510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75002", + "city": "Allen", + "state": "TX", + "latitude": "33.092846", + "longitude": "-96.624470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75006", + "city": "Carrollton", + "state": "TX", + "latitude": "32.960374", + "longitude": "-96.891630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75007", + "city": "Carrollton", + "state": "TX", + "latitude": "33.005420", + "longitude": "-96.897730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75008", + "city": "Carrollton", + "state": "TX", + "latitude": "33.207430", + "longitude": "-97.116282", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75009", + "city": "Celina", + "state": "TX", + "latitude": "33.327927", + "longitude": "-96.761290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75010", + "city": "Carrollton", + "state": "TX", + "latitude": "33.030556", + "longitude": "-96.893280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75011", + "city": "Carrollton", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75013", + "city": "Allen", + "state": "TX", + "latitude": "33.106582", + "longitude": "-96.694020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75014", + "city": "Irving", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75015", + "city": "Irving", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75016", + "city": "Irving", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75017", + "city": "Irving", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75019", + "city": "Coppell", + "state": "TX", + "latitude": "32.967341", + "longitude": "-96.986560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75020", + "city": "Denison", + "state": "TX", + "latitude": "33.754053", + "longitude": "-96.578670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75021", + "city": "Denison", + "state": "TX", + "latitude": "33.742641", + "longitude": "-96.514270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75022", + "city": "Flower Mound", + "state": "TX", + "latitude": "33.024778", + "longitude": "-97.102060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75023", + "city": "Plano", + "state": "TX", + "latitude": "33.054671", + "longitude": "-96.735060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75024", + "city": "Plano", + "state": "TX", + "latitude": "33.077070", + "longitude": "-96.798590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75025", + "city": "Plano", + "state": "TX", + "latitude": "33.086868", + "longitude": "-96.745040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75026", + "city": "Plano", + "state": "TX", + "latitude": "33.193590", + "longitude": "-96.569879", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75027", + "city": "Flower Mound", + "state": "TX", + "latitude": "33.207430", + "longitude": "-97.116282", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75028", + "city": "Flower Mound", + "state": "TX", + "latitude": "33.033214", + "longitude": "-97.059650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75029", + "city": "Lewisville", + "state": "TX", + "latitude": "33.207430", + "longitude": "-97.116282", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75030", + "city": "Rowlett", + "state": "TX", + "latitude": "32.917470", + "longitude": "-96.534737", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75032", + "city": "Rockwall", + "state": "TX", + "latitude": "32.867103", + "longitude": "-96.441290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75034", + "city": "Frisco", + "state": "TX", + "latitude": "33.143792", + "longitude": "-96.839380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75035", + "city": "Frisco", + "state": "TX", + "latitude": "33.130086", + "longitude": "-96.781770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75037", + "city": "Irving", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75038", + "city": "Irving", + "state": "TX", + "latitude": "32.872386", + "longitude": "-96.985240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75039", + "city": "Irving", + "state": "TX", + "latitude": "32.876474", + "longitude": "-96.941290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75040", + "city": "Garland", + "state": "TX", + "latitude": "32.920574", + "longitude": "-96.626390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75041", + "city": "Garland", + "state": "TX", + "latitude": "32.881525", + "longitude": "-96.646010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75042", + "city": "Garland", + "state": "TX", + "latitude": "32.915625", + "longitude": "-96.673990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75043", + "city": "Garland", + "state": "TX", + "latitude": "32.854893", + "longitude": "-96.602110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75044", + "city": "Garland", + "state": "TX", + "latitude": "32.960375", + "longitude": "-96.661880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75045", + "city": "Garland", + "state": "TX", + "latitude": "32.913695", + "longitude": "-96.627131", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75046", + "city": "Garland", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75047", + "city": "Garland", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75048", + "city": "Garland", + "state": "TX", + "latitude": "32.975723", + "longitude": "-96.586610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75049", + "city": "Garland", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75050", + "city": "Grand Prairie", + "state": "TX", + "latitude": "32.759922", + "longitude": "-97.012160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75051", + "city": "Grand Prairie", + "state": "TX", + "latitude": "32.728982", + "longitude": "-97.004280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75052", + "city": "Grand Prairie", + "state": "TX", + "latitude": "32.675604", + "longitude": "-97.023460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75053", + "city": "Grand Prairie", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75054", + "city": "Grand Prairie", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75056", + "city": "The Colony", + "state": "TX", + "latitude": "33.081421", + "longitude": "-96.889570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75057", + "city": "Lewisville", + "state": "TX", + "latitude": "33.048670", + "longitude": "-96.993210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75058", + "city": "Gunter", + "state": "TX", + "latitude": "33.453628", + "longitude": "-96.734360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75059", + "city": "Irving", + "state": "TX", + "latitude": "32.863720", + "longitude": "-96.934998", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75060", + "city": "Irving", + "state": "TX", + "latitude": "32.802680", + "longitude": "-96.954990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75061", + "city": "Irving", + "state": "TX", + "latitude": "32.826729", + "longitude": "-96.961400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75062", + "city": "Irving", + "state": "TX", + "latitude": "32.846645", + "longitude": "-96.967330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75063", + "city": "Irving", + "state": "TX", + "latitude": "32.916865", + "longitude": "-96.973490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75065", + "city": "Lake Dallas", + "state": "TX", + "latitude": "33.126350", + "longitude": "-97.025250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75066", + "city": "Carrollton", + "state": "TX", + "latitude": "32.959222", + "longitude": "-96.853877", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75067", + "city": "Lewisville", + "state": "TX", + "latitude": "33.020118", + "longitude": "-97.007710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75068", + "city": "Little Elm", + "state": "TX", + "latitude": "33.173008", + "longitude": "-96.954850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75069", + "city": "McKinney", + "state": "TX", + "latitude": "33.195073", + "longitude": "-96.603630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75070", + "city": "McKinney", + "state": "TX", + "latitude": "33.212203", + "longitude": "-96.675220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75071", + "city": "Frisco", + "state": "TX", + "latitude": "33.225107", + "longitude": "-96.638614", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75074", + "city": "Plano", + "state": "TX", + "latitude": "33.028921", + "longitude": "-96.681020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75075", + "city": "Plano", + "state": "TX", + "latitude": "33.024721", + "longitude": "-96.740380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75076", + "city": "Pottsboro", + "state": "TX", + "latitude": "33.818635", + "longitude": "-96.693380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75077", + "city": "Lewisville", + "state": "TX", + "latitude": "33.075138", + "longitude": "-97.052900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75078", + "city": "Prosper", + "state": "TX", + "latitude": "33.240766", + "longitude": "-96.799440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75080", + "city": "Richardson", + "state": "TX", + "latitude": "32.969523", + "longitude": "-96.740930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75081", + "city": "Richardson", + "state": "TX", + "latitude": "32.948974", + "longitude": "-96.709160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75082", + "city": "Richardson", + "state": "TX", + "latitude": "32.993405", + "longitude": "-96.659010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75083", + "city": "Richardson", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75085", + "city": "Richardson", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75086", + "city": "Plano", + "state": "TX", + "latitude": "33.002395", + "longitude": "-96.615837", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75087", + "city": "Rockwall", + "state": "TX", + "latitude": "32.933820", + "longitude": "-96.454460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75088", + "city": "Rowlett", + "state": "TX", + "latitude": "32.897459", + "longitude": "-96.549700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75089", + "city": "Rowlett", + "state": "TX", + "latitude": "32.923924", + "longitude": "-96.546970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75090", + "city": "Sherman", + "state": "TX", + "latitude": "33.632806", + "longitude": "-96.591060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75091", + "city": "Sherman", + "state": "TX", + "latitude": "33.678665", + "longitude": "-96.662289", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75092", + "city": "Sherman", + "state": "TX", + "latitude": "33.649938", + "longitude": "-96.653870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75093", + "city": "Plano", + "state": "TX", + "latitude": "33.035050", + "longitude": "-96.804920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75094", + "city": "Plano", + "state": "TX", + "latitude": "33.009681", + "longitude": "-96.611130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75097", + "city": "Weston", + "state": "TX", + "latitude": "33.351238", + "longitude": "-96.664632", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75098", + "city": "Wylie", + "state": "TX", + "latitude": "33.011975", + "longitude": "-96.536070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75099", + "city": "Coppell", + "state": "TX", + "latitude": "32.771030", + "longitude": "-96.799630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75101", + "city": "Bardwell", + "state": "TX", + "latitude": "32.267846", + "longitude": "-96.696700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75102", + "city": "Barry", + "state": "TX", + "latitude": "32.075079", + "longitude": "-96.643110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75103", + "city": "Canton", + "state": "TX", + "latitude": "32.532449", + "longitude": "-95.880000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75104", + "city": "Cedar Hill", + "state": "TX", + "latitude": "32.588536", + "longitude": "-96.949490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75105", + "city": "Chatfield", + "state": "TX", + "latitude": "32.241963", + "longitude": "-96.379170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75106", + "city": "Cedar Hill", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75109", + "city": "Angus", + "state": "TX", + "latitude": "32.030490", + "longitude": "-96.383005", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75110", + "city": "Corsicana", + "state": "TX", + "latitude": "32.078228", + "longitude": "-96.446120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75114", + "city": "Crandall", + "state": "TX", + "latitude": "32.629178", + "longitude": "-96.443390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75115", + "city": "Desoto", + "state": "TX", + "latitude": "32.599286", + "longitude": "-96.858820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75116", + "city": "Duncanville", + "state": "TX", + "latitude": "32.658384", + "longitude": "-96.912650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75117", + "city": "Edgewood", + "state": "TX", + "latitude": "32.696777", + "longitude": "-95.868810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75118", + "city": "Elmo", + "state": "TX", + "latitude": "32.599614", + "longitude": "-96.302743", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75119", + "city": "Ennis", + "state": "TX", + "latitude": "32.331239", + "longitude": "-96.619620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75120", + "city": "Ennis", + "state": "TX", + "latitude": "32.334709", + "longitude": "-96.633546", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75121", + "city": "Copeville", + "state": "TX", + "latitude": "33.079946", + "longitude": "-96.417880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75123", + "city": "Desoto", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75124", + "city": "Eustace", + "state": "TX", + "latitude": "32.310343", + "longitude": "-96.003120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75125", + "city": "Ferris", + "state": "TX", + "latitude": "32.533551", + "longitude": "-96.656840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75126", + "city": "Forney", + "state": "TX", + "latitude": "32.745373", + "longitude": "-96.460380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75127", + "city": "Fruitvale", + "state": "TX", + "latitude": "32.683090", + "longitude": "-95.794360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75132", + "city": "Fate", + "state": "TX", + "latitude": "32.941014", + "longitude": "-96.380950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75134", + "city": "Lancaster", + "state": "TX", + "latitude": "32.620385", + "longitude": "-96.781200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75135", + "city": "Caddo Mills", + "state": "TX", + "latitude": "33.075653", + "longitude": "-96.237740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75137", + "city": "Duncanville", + "state": "TX", + "latitude": "32.634835", + "longitude": "-96.913430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75138", + "city": "Duncanville", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75140", + "city": "Grand Saline", + "state": "TX", + "latitude": "32.661299", + "longitude": "-95.717380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75141", + "city": "Hutchins", + "state": "TX", + "latitude": "32.644647", + "longitude": "-96.710360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75142", + "city": "Kaufman", + "state": "TX", + "latitude": "32.574299", + "longitude": "-96.303770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75143", + "city": "Kemp", + "state": "TX", + "latitude": "32.348007", + "longitude": "-96.210350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75144", + "city": "Kerens", + "state": "TX", + "latitude": "32.120271", + "longitude": "-96.224740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75146", + "city": "Lancaster", + "state": "TX", + "latitude": "32.590063", + "longitude": "-96.758920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75147", + "city": "Mabank", + "state": "TX", + "latitude": "32.314256", + "longitude": "-96.110680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75148", + "city": "Malakoff", + "state": "TX", + "latitude": "32.183649", + "longitude": "-96.018620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75149", + "city": "Mesquite", + "state": "TX", + "latitude": "32.767329", + "longitude": "-96.607590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75150", + "city": "Mesquite", + "state": "TX", + "latitude": "32.818392", + "longitude": "-96.633550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75151", + "city": "Corsicana", + "state": "TX", + "latitude": "32.062395", + "longitude": "-96.473459", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75152", + "city": "Palmer", + "state": "TX", + "latitude": "32.425222", + "longitude": "-96.681030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75153", + "city": "Powell", + "state": "TX", + "latitude": "32.142925", + "longitude": "-96.326320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75154", + "city": "Red Oak", + "state": "TX", + "latitude": "32.526123", + "longitude": "-96.823250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75155", + "city": "Rice", + "state": "TX", + "latitude": "32.226257", + "longitude": "-96.481470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75156", + "city": "Gun Barrel City", + "state": "TX", + "latitude": "32.290819", + "longitude": "-96.114108", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75157", + "city": "Rosser", + "state": "TX", + "latitude": "32.455407", + "longitude": "-96.439495", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75158", + "city": "Scurry", + "state": "TX", + "latitude": "32.466891", + "longitude": "-96.385020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75159", + "city": "Seagoville", + "state": "TX", + "latitude": "32.628858", + "longitude": "-96.538110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75160", + "city": "Terrell", + "state": "TX", + "latitude": "32.747747", + "longitude": "-96.289230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75161", + "city": "Terrell", + "state": "TX", + "latitude": "32.727366", + "longitude": "-96.187000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75163", + "city": "Trinidad", + "state": "TX", + "latitude": "32.175480", + "longitude": "-96.109350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75164", + "city": "Josephine", + "state": "TX", + "latitude": "33.065217", + "longitude": "-96.311520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75165", + "city": "Waxahachie", + "state": "TX", + "latitude": "32.397024", + "longitude": "-96.832830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75166", + "city": "Lavon", + "state": "TX", + "latitude": "33.022051", + "longitude": "-96.436010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75167", + "city": "Waxahachie", + "state": "TX", + "latitude": "32.380958", + "longitude": "-96.918010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75168", + "city": "Waxahachie", + "state": "TX", + "latitude": "32.374937", + "longitude": "-96.716638", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75169", + "city": "Wills Point", + "state": "TX", + "latitude": "32.725386", + "longitude": "-96.002380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75172", + "city": "Wilmer", + "state": "TX", + "latitude": "32.598845", + "longitude": "-96.683100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75173", + "city": "Nevada", + "state": "TX", + "latitude": "33.048275", + "longitude": "-96.421530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75180", + "city": "Mesquite", + "state": "TX", + "latitude": "32.722030", + "longitude": "-96.616340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75181", + "city": "Mesquite", + "state": "TX", + "latitude": "32.735812", + "longitude": "-96.558860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75182", + "city": "Sunnyvale", + "state": "TX", + "latitude": "32.803646", + "longitude": "-96.569650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75185", + "city": "Mesquite", + "state": "TX", + "latitude": "32.740332", + "longitude": "-96.561846", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75187", + "city": "Mesquite", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75189", + "city": "Royse City", + "state": "TX", + "latitude": "32.960512", + "longitude": "-96.312780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75201", + "city": "Dallas", + "state": "TX", + "latitude": "32.787629", + "longitude": "-96.799410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75202", + "city": "Dallas", + "state": "TX", + "latitude": "32.779880", + "longitude": "-96.805020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75203", + "city": "Dallas", + "state": "TX", + "latitude": "32.745831", + "longitude": "-96.806720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75204", + "city": "Dallas", + "state": "TX", + "latitude": "32.800333", + "longitude": "-96.789520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75205", + "city": "Dallas", + "state": "TX", + "latitude": "32.836094", + "longitude": "-96.795240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75206", + "city": "Dallas", + "state": "TX", + "latitude": "32.826128", + "longitude": "-96.771200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75207", + "city": "Dallas", + "state": "TX", + "latitude": "32.786430", + "longitude": "-96.819920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75208", + "city": "Dallas", + "state": "TX", + "latitude": "32.751464", + "longitude": "-96.838640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75209", + "city": "Dallas", + "state": "TX", + "latitude": "32.845978", + "longitude": "-96.825520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75210", + "city": "Dallas", + "state": "TX", + "latitude": "32.771030", + "longitude": "-96.747320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75211", + "city": "Dallas", + "state": "TX", + "latitude": "32.736931", + "longitude": "-96.882530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75212", + "city": "Dallas", + "state": "TX", + "latitude": "32.782380", + "longitude": "-96.869450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75214", + "city": "Dallas", + "state": "TX", + "latitude": "32.825628", + "longitude": "-96.748720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75215", + "city": "Dallas", + "state": "TX", + "latitude": "32.761030", + "longitude": "-96.770350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75216", + "city": "Dallas", + "state": "TX", + "latitude": "32.710082", + "longitude": "-96.797200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75217", + "city": "Dallas", + "state": "TX", + "latitude": "32.722380", + "longitude": "-96.675820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75218", + "city": "Dallas", + "state": "TX", + "latitude": "32.842726", + "longitude": "-96.699370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75219", + "city": "Dallas", + "state": "TX", + "latitude": "32.812462", + "longitude": "-96.814120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75220", + "city": "Dallas", + "state": "TX", + "latitude": "32.867977", + "longitude": "-96.863060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75221", + "city": "Dallas", + "state": "TX", + "latitude": "32.814728", + "longitude": "-96.787725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75222", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75223", + "city": "Dallas", + "state": "TX", + "latitude": "32.792879", + "longitude": "-96.749180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75224", + "city": "Dallas", + "state": "TX", + "latitude": "32.716065", + "longitude": "-96.839870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75225", + "city": "Dallas", + "state": "TX", + "latitude": "32.862876", + "longitude": "-96.790400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75226", + "city": "Dallas", + "state": "TX", + "latitude": "32.783978", + "longitude": "-96.776620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75227", + "city": "Dallas", + "state": "TX", + "latitude": "32.770030", + "longitude": "-96.690000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75228", + "city": "Dallas", + "state": "TX", + "latitude": "32.825227", + "longitude": "-96.679550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75229", + "city": "Dallas", + "state": "TX", + "latitude": "32.895376", + "longitude": "-96.859850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75230", + "city": "Dallas", + "state": "TX", + "latitude": "32.901176", + "longitude": "-96.790540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75231", + "city": "Dallas", + "state": "TX", + "latitude": "32.874317", + "longitude": "-96.747640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75232", + "city": "Dallas", + "state": "TX", + "latitude": "32.664034", + "longitude": "-96.838860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75233", + "city": "Dallas", + "state": "TX", + "latitude": "32.704398", + "longitude": "-96.872220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75234", + "city": "Dallas", + "state": "TX", + "latitude": "32.925975", + "longitude": "-96.883220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75235", + "city": "Dallas", + "state": "TX", + "latitude": "32.828128", + "longitude": "-96.846120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75236", + "city": "Dallas", + "state": "TX", + "latitude": "32.685533", + "longitude": "-96.917460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75237", + "city": "Dallas", + "state": "TX", + "latitude": "32.666984", + "longitude": "-96.876330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75238", + "city": "Dallas", + "state": "TX", + "latitude": "32.873926", + "longitude": "-96.709220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75239", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75240", + "city": "Dallas", + "state": "TX", + "latitude": "32.938774", + "longitude": "-96.785430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75241", + "city": "Dallas", + "state": "TX", + "latitude": "32.669383", + "longitude": "-96.774390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75242", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75243", + "city": "Dallas", + "state": "TX", + "latitude": "32.912225", + "longitude": "-96.736880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75244", + "city": "Dallas", + "state": "TX", + "latitude": "32.922624", + "longitude": "-96.836160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75245", + "city": "Dallas", + "state": "TX", + "latitude": "32.922499", + "longitude": "-96.535191", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75246", + "city": "Dallas", + "state": "TX", + "latitude": "32.791878", + "longitude": "-96.773650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75247", + "city": "Dallas", + "state": "TX", + "latitude": "32.817978", + "longitude": "-96.879280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75248", + "city": "Dallas", + "state": "TX", + "latitude": "32.968123", + "longitude": "-96.788630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75249", + "city": "Dallas", + "state": "TX", + "latitude": "32.639661", + "longitude": "-96.953170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75250", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75251", + "city": "Dallas", + "state": "TX", + "latitude": "32.919104", + "longitude": "-96.774970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75252", + "city": "Dallas", + "state": "TX", + "latitude": "32.998132", + "longitude": "-96.790880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75253", + "city": "Dallas", + "state": "TX", + "latitude": "32.679924", + "longitude": "-96.603670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75254", + "city": "Dallas", + "state": "TX", + "latitude": "32.946069", + "longitude": "-96.794496", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75255", + "city": "Dallas", + "state": "TX", + "latitude": "32.669783", + "longitude": "-96.614921", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75258", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75260", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75261", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75262", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75263", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75264", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75265", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75266", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75267", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75270", + "city": "Dallas", + "state": "TX", + "latitude": "32.781330", + "longitude": "-96.801980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75275", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75277", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75283", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75284", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75285", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75286", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75287", + "city": "Dallas", + "state": "TX", + "latitude": "32.998786", + "longitude": "-96.844360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75294", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75295", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75301", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75303", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75310", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75312", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75313", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75315", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75320", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75323", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75326", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75336", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75339", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75342", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75346", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75350", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75353", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75354", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75355", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75356", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75357", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75359", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75360", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75363", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75364", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75367", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75368", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75370", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75371", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75372", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75373", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75374", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75376", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75378", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75379", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75380", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75381", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75382", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75386", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75387", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75388", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75389", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75390", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75391", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75392", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75393", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75394", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75395", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75396", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75397", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75398", + "city": "Dallas", + "state": "TX", + "latitude": "32.767268", + "longitude": "-96.777626", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75401", + "city": "Greenville", + "state": "TX", + "latitude": "33.150230", + "longitude": "-96.112890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75402", + "city": "Greenville", + "state": "TX", + "latitude": "33.082411", + "longitude": "-96.089770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75403", + "city": "Greenville", + "state": "TX", + "latitude": "33.218505", + "longitude": "-96.048665", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75404", + "city": "Greenville", + "state": "TX", + "latitude": "33.056265", + "longitude": "-96.080973", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75407", + "city": "Princeton", + "state": "TX", + "latitude": "33.145720", + "longitude": "-96.496640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75408", + "city": "Anna", + "state": "TX", + "latitude": "33.349316", + "longitude": "-96.548597", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75409", + "city": "Anna", + "state": "TX", + "latitude": "33.356094", + "longitude": "-96.519070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75410", + "city": "Alba", + "state": "TX", + "latitude": "32.793512", + "longitude": "-95.631820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75411", + "city": "Arthur City", + "state": "TX", + "latitude": "33.867510", + "longitude": "-95.605940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75412", + "city": "Bagwell", + "state": "TX", + "latitude": "33.815996", + "longitude": "-95.144020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75413", + "city": "Bailey", + "state": "TX", + "latitude": "33.435150", + "longitude": "-96.166710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75414", + "city": "Bells", + "state": "TX", + "latitude": "33.615634", + "longitude": "-96.418990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75415", + "city": "Ben Franklin", + "state": "TX", + "latitude": "33.460447", + "longitude": "-95.757340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75416", + "city": "Blossom", + "state": "TX", + "latitude": "33.675155", + "longitude": "-95.372930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75417", + "city": "Bogata", + "state": "TX", + "latitude": "33.462828", + "longitude": "-95.193000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75418", + "city": "Bonham", + "state": "TX", + "latitude": "33.583772", + "longitude": "-96.181800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75420", + "city": "Brashear", + "state": "TX", + "latitude": "33.052712", + "longitude": "-95.721240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75421", + "city": "Brookston", + "state": "TX", + "latitude": "33.642542", + "longitude": "-95.697610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75422", + "city": "Campbell", + "state": "TX", + "latitude": "33.146779", + "longitude": "-95.939980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75423", + "city": "Celeste", + "state": "TX", + "latitude": "33.291418", + "longitude": "-96.202730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75424", + "city": "Blue Ridge", + "state": "TX", + "latitude": "33.321604", + "longitude": "-96.395020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75425", + "city": "Chicota", + "state": "TX", + "latitude": "33.659730", + "longitude": "-95.582906", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75426", + "city": "Clarksville", + "state": "TX", + "latitude": "33.626445", + "longitude": "-95.035340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75428", + "city": "Commerce", + "state": "TX", + "latitude": "33.258680", + "longitude": "-95.910610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75429", + "city": "Commerce", + "state": "TX", + "latitude": "33.237722", + "longitude": "-95.908860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75431", + "city": "Como", + "state": "TX", + "latitude": "33.027493", + "longitude": "-95.466050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75432", + "city": "Cooper", + "state": "TX", + "latitude": "33.377005", + "longitude": "-95.685730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75433", + "city": "Cumby", + "state": "TX", + "latitude": "33.133070", + "longitude": "-95.817730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75434", + "city": "Cunningham", + "state": "TX", + "latitude": "33.423626", + "longitude": "-95.356700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75435", + "city": "Deport", + "state": "TX", + "latitude": "33.507909", + "longitude": "-95.318280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75436", + "city": "Detroit", + "state": "TX", + "latitude": "33.670159", + "longitude": "-95.260900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75437", + "city": "Dike", + "state": "TX", + "latitude": "33.253911", + "longitude": "-95.471250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75438", + "city": "Dodd City", + "state": "TX", + "latitude": "33.595318", + "longitude": "-96.073110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75439", + "city": "Ector", + "state": "TX", + "latitude": "33.573304", + "longitude": "-96.273860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75440", + "city": "Emory", + "state": "TX", + "latitude": "32.882305", + "longitude": "-95.738420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75441", + "city": "Enloe", + "state": "TX", + "latitude": "33.432974", + "longitude": "-95.658150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75442", + "city": "Farmersville", + "state": "TX", + "latitude": "33.171899", + "longitude": "-96.350960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75443", + "city": "Gober", + "state": "TX", + "latitude": "33.469719", + "longitude": "-96.111103", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75444", + "city": "Golden", + "state": "TX", + "latitude": "32.730279", + "longitude": "-95.562860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75446", + "city": "Honey Grove", + "state": "TX", + "latitude": "33.589851", + "longitude": "-95.902420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75447", + "city": "Ivanhoe", + "state": "TX", + "latitude": "33.774197", + "longitude": "-96.120450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75448", + "city": "Klondike", + "state": "TX", + "latitude": "33.312150", + "longitude": "-95.817370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75449", + "city": "Ladonia", + "state": "TX", + "latitude": "33.427504", + "longitude": "-95.955780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75450", + "city": "Lake Creek", + "state": "TX", + "latitude": "33.404332", + "longitude": "-95.525460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75451", + "city": "Leesburg", + "state": "TX", + "latitude": "32.971224", + "longitude": "-95.113390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75452", + "city": "Leonard", + "state": "TX", + "latitude": "33.385224", + "longitude": "-96.247820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75453", + "city": "Lone Oak", + "state": "TX", + "latitude": "32.952736", + "longitude": "-95.945940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75454", + "city": "Melissa", + "state": "TX", + "latitude": "33.277317", + "longitude": "-96.573450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75455", + "city": "Mount Pleasant", + "state": "TX", + "latitude": "33.166739", + "longitude": "-94.981400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75456", + "city": "Mount Pleasant", + "state": "TX", + "latitude": "33.190450", + "longitude": "-94.967456", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75457", + "city": "Mount Vernon", + "state": "TX", + "latitude": "33.151104", + "longitude": "-95.219650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75458", + "city": "Merit", + "state": "TX", + "latitude": "33.242656", + "longitude": "-96.291572", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75459", + "city": "Howe", + "state": "TX", + "latitude": "33.518979", + "longitude": "-96.635230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75460", + "city": "Paris", + "state": "TX", + "latitude": "33.660274", + "longitude": "-95.559580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75461", + "city": "Paris", + "state": "TX", + "latitude": "33.663213", + "longitude": "-95.460797", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75462", + "city": "Paris", + "state": "TX", + "latitude": "33.638587", + "longitude": "-95.485890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75468", + "city": "Pattonville", + "state": "TX", + "latitude": "33.536414", + "longitude": "-95.398170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75469", + "city": "Pecan Gap", + "state": "TX", + "latitude": "33.434737", + "longitude": "-95.830570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75470", + "city": "Petty", + "state": "TX", + "latitude": "33.603550", + "longitude": "-95.812020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75471", + "city": "Pickton", + "state": "TX", + "latitude": "33.041578", + "longitude": "-95.395270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75472", + "city": "Point", + "state": "TX", + "latitude": "32.906194", + "longitude": "-95.879670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75473", + "city": "Powderly", + "state": "TX", + "latitude": "33.801663", + "longitude": "-95.503090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75474", + "city": "Quinlan", + "state": "TX", + "latitude": "32.896295", + "longitude": "-96.069990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75475", + "city": "Randolph", + "state": "TX", + "latitude": "33.485315", + "longitude": "-96.255250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75476", + "city": "Ravenna", + "state": "TX", + "latitude": "33.695647", + "longitude": "-96.233810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75477", + "city": "Roxton", + "state": "TX", + "latitude": "33.543006", + "longitude": "-95.723820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75478", + "city": "Saltillo", + "state": "TX", + "latitude": "33.173290", + "longitude": "-95.366630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75479", + "city": "Savoy", + "state": "TX", + "latitude": "33.613097", + "longitude": "-96.344740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75480", + "city": "Scroggins", + "state": "TX", + "latitude": "33.043140", + "longitude": "-95.193020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75481", + "city": "Sulphur Bluff", + "state": "TX", + "latitude": "33.323467", + "longitude": "-95.391680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75482", + "city": "Sulphur Springs", + "state": "TX", + "latitude": "33.143752", + "longitude": "-95.601020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75483", + "city": "Sulphur Springs", + "state": "TX", + "latitude": "33.168606", + "longitude": "-95.585464", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75485", + "city": "Westminster", + "state": "TX", + "latitude": "33.362227", + "longitude": "-96.462990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75486", + "city": "Sumner", + "state": "TX", + "latitude": "33.734091", + "longitude": "-95.762030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75487", + "city": "Talco", + "state": "TX", + "latitude": "33.346151", + "longitude": "-95.150140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75488", + "city": "Telephone", + "state": "TX", + "latitude": "33.762250", + "longitude": "-96.004180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75489", + "city": "Tom Bean", + "state": "TX", + "latitude": "33.521578", + "longitude": "-96.483730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75490", + "city": "Trenton", + "state": "TX", + "latitude": "33.435618", + "longitude": "-96.332400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75491", + "city": "Whitewright", + "state": "TX", + "latitude": "33.494285", + "longitude": "-96.395980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75492", + "city": "Windom", + "state": "TX", + "latitude": "33.566266", + "longitude": "-96.010820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75493", + "city": "Winfield", + "state": "TX", + "latitude": "33.165327", + "longitude": "-95.112790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75494", + "city": "Winnsboro", + "state": "TX", + "latitude": "32.922912", + "longitude": "-95.282990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75495", + "city": "Van Alstyne", + "state": "TX", + "latitude": "33.426635", + "longitude": "-96.563700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75496", + "city": "Wolfe City", + "state": "TX", + "latitude": "33.350543", + "longitude": "-96.057050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75497", + "city": "Yantis", + "state": "TX", + "latitude": "32.906074", + "longitude": "-95.557790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75499", + "city": "Savoy", + "state": "TX", + "latitude": "33.602194", + "longitude": "-96.365174", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75501", + "city": "Texarkana", + "state": "TX", + "latitude": "33.414708", + "longitude": "-94.089840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75502", + "city": "Texarkana", + "state": "TX", + "latitude": "33.424125", + "longitude": "-94.055214", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75503", + "city": "Texarkana", + "state": "TX", + "latitude": "33.476844", + "longitude": "-94.096370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75504", + "city": "Texarkana", + "state": "TX", + "latitude": "33.476552", + "longitude": "-94.394950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75505", + "city": "Texarkana", + "state": "TX", + "latitude": "33.462380", + "longitude": "-94.071500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75507", + "city": "Texarkana", + "state": "TX", + "latitude": "33.393447", + "longitude": "-94.340437", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75550", + "city": "Annona", + "state": "TX", + "latitude": "33.530829", + "longitude": "-94.905850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75551", + "city": "Atlanta", + "state": "TX", + "latitude": "33.118611", + "longitude": "-94.177300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75554", + "city": "Avery", + "state": "TX", + "latitude": "33.563837", + "longitude": "-94.780660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75555", + "city": "Bivins", + "state": "TX", + "latitude": "32.930895", + "longitude": "-94.135420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75556", + "city": "Bloomburg", + "state": "TX", + "latitude": "33.142532", + "longitude": "-94.055850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75558", + "city": "Cookville", + "state": "TX", + "latitude": "33.236743", + "longitude": "-94.843590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75559", + "city": "De Kalb", + "state": "TX", + "latitude": "33.515778", + "longitude": "-94.613550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75560", + "city": "Douglassville", + "state": "TX", + "latitude": "33.189862", + "longitude": "-94.374680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75561", + "city": "Hooks", + "state": "TX", + "latitude": "33.480224", + "longitude": "-94.264800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75562", + "city": "Kildare", + "state": "TX", + "latitude": "32.941359", + "longitude": "-94.251520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75563", + "city": "Linden", + "state": "TX", + "latitude": "33.005009", + "longitude": "-94.376030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75564", + "city": "Lodi", + "state": "TX", + "latitude": "32.880182", + "longitude": "-94.277250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75565", + "city": "McLeod", + "state": "TX", + "latitude": "32.950857", + "longitude": "-94.074290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75566", + "city": "Marietta", + "state": "TX", + "latitude": "33.157897", + "longitude": "-94.508530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75567", + "city": "Maud", + "state": "TX", + "latitude": "33.328596", + "longitude": "-94.315890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75568", + "city": "Naples", + "state": "TX", + "latitude": "33.206258", + "longitude": "-94.630090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75569", + "city": "Nash", + "state": "TX", + "latitude": "33.441774", + "longitude": "-94.125310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75570", + "city": "New Boston", + "state": "TX", + "latitude": "33.465282", + "longitude": "-94.419540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75571", + "city": "Omaha", + "state": "TX", + "latitude": "33.183401", + "longitude": "-94.752270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75572", + "city": "Queen City", + "state": "TX", + "latitude": "33.210952", + "longitude": "-94.133640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75573", + "city": "Redwater", + "state": "TX", + "latitude": "33.353249", + "longitude": "-94.259710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75574", + "city": "Simms", + "state": "TX", + "latitude": "33.328878", + "longitude": "-94.536570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75599", + "city": "Texarkana", + "state": "TX", + "latitude": "33.476552", + "longitude": "-94.394950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75601", + "city": "Longview", + "state": "TX", + "latitude": "32.505248", + "longitude": "-94.731720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75602", + "city": "Longview", + "state": "TX", + "latitude": "32.474499", + "longitude": "-94.712000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75603", + "city": "Longview", + "state": "TX", + "latitude": "32.396207", + "longitude": "-94.700630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75604", + "city": "Longview", + "state": "TX", + "latitude": "32.523779", + "longitude": "-94.806920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75605", + "city": "Longview", + "state": "TX", + "latitude": "32.557684", + "longitude": "-94.743530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75606", + "city": "Longview", + "state": "TX", + "latitude": "32.369393", + "longitude": "-94.616062", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75607", + "city": "Longview", + "state": "TX", + "latitude": "32.511210", + "longitude": "-94.783493", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75608", + "city": "Longview", + "state": "TX", + "latitude": "32.570051", + "longitude": "-94.848063", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75615", + "city": "Longview", + "state": "TX", + "latitude": "32.511210", + "longitude": "-94.783493", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75630", + "city": "Avinger", + "state": "TX", + "latitude": "32.854406", + "longitude": "-94.558590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75631", + "city": "Beckville", + "state": "TX", + "latitude": "32.237924", + "longitude": "-94.464270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75633", + "city": "Carthage", + "state": "TX", + "latitude": "32.145212", + "longitude": "-94.312560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75636", + "city": "Cason", + "state": "TX", + "latitude": "33.035716", + "longitude": "-94.815890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75637", + "city": "Clayton", + "state": "TX", + "latitude": "32.102729", + "longitude": "-94.493543", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75638", + "city": "Daingerfield", + "state": "TX", + "latitude": "33.025830", + "longitude": "-94.724810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75639", + "city": "De Berry", + "state": "TX", + "latitude": "32.285877", + "longitude": "-94.181100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75640", + "city": "Diana", + "state": "TX", + "latitude": "32.723482", + "longitude": "-94.695440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75641", + "city": "Easton", + "state": "TX", + "latitude": "32.382771", + "longitude": "-94.579450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75642", + "city": "Elysian Fields", + "state": "TX", + "latitude": "32.386275", + "longitude": "-94.210541", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75643", + "city": "Gary", + "state": "TX", + "latitude": "32.019931", + "longitude": "-94.372870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75644", + "city": "Gilmer", + "state": "TX", + "latitude": "32.727128", + "longitude": "-94.957700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75645", + "city": "Gilmer", + "state": "TX", + "latitude": "32.690553", + "longitude": "-94.863311", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75647", + "city": "Gladewater", + "state": "TX", + "latitude": "32.531814", + "longitude": "-94.943580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75650", + "city": "Hallsville", + "state": "TX", + "latitude": "32.507527", + "longitude": "-94.558390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75651", + "city": "Harleton", + "state": "TX", + "latitude": "32.694100", + "longitude": "-94.545190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75652", + "city": "Henderson", + "state": "TX", + "latitude": "32.194938", + "longitude": "-94.758520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75653", + "city": "Henderson", + "state": "TX", + "latitude": "32.204724", + "longitude": "-94.884500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75654", + "city": "Henderson", + "state": "TX", + "latitude": "32.104159", + "longitude": "-94.855680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75656", + "city": "Hughes Springs", + "state": "TX", + "latitude": "32.998759", + "longitude": "-94.619480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75657", + "city": "Jefferson", + "state": "TX", + "latitude": "32.768011", + "longitude": "-94.349080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75658", + "city": "Joinerville", + "state": "TX", + "latitude": "32.195927", + "longitude": "-94.906515", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75659", + "city": "Jonesville", + "state": "TX", + "latitude": "32.507491", + "longitude": "-94.110636", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75660", + "city": "Judson", + "state": "TX", + "latitude": "32.511210", + "longitude": "-94.783493", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75661", + "city": "Karnack", + "state": "TX", + "latitude": "32.667970", + "longitude": "-94.168460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75662", + "city": "Kilgore", + "state": "TX", + "latitude": "32.387151", + "longitude": "-94.874390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75663", + "city": "Kilgore", + "state": "TX", + "latitude": "32.386976", + "longitude": "-94.895098", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75666", + "city": "Laird Hill", + "state": "TX", + "latitude": "32.301898", + "longitude": "-94.928795", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75667", + "city": "Laneville", + "state": "TX", + "latitude": "31.981458", + "longitude": "-94.857410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75668", + "city": "Lone Star", + "state": "TX", + "latitude": "32.920957", + "longitude": "-94.697220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75669", + "city": "Long Branch", + "state": "TX", + "latitude": "32.037190", + "longitude": "-94.576880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75670", + "city": "Marshall", + "state": "TX", + "latitude": "32.547424", + "longitude": "-94.379580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75671", + "city": "Marshall", + "state": "TX", + "latitude": "32.522659", + "longitude": "-94.389476", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75672", + "city": "Marshall", + "state": "TX", + "latitude": "32.513986", + "longitude": "-94.307040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75680", + "city": "Minden", + "state": "TX", + "latitude": "32.009230", + "longitude": "-94.717660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75681", + "city": "Mount Enterprise", + "state": "TX", + "latitude": "31.934633", + "longitude": "-94.688860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75682", + "city": "New London", + "state": "TX", + "latitude": "32.254160", + "longitude": "-94.932215", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75683", + "city": "Ore City", + "state": "TX", + "latitude": "32.809766", + "longitude": "-94.705130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75684", + "city": "Overton", + "state": "TX", + "latitude": "32.269580", + "longitude": "-94.949350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75685", + "city": "Panola", + "state": "TX", + "latitude": "32.183774", + "longitude": "-94.308713", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75686", + "city": "Pittsburg", + "state": "TX", + "latitude": "32.977080", + "longitude": "-94.968090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75687", + "city": "Price", + "state": "TX", + "latitude": "32.151755", + "longitude": "-94.955432", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75688", + "city": "Scottsville", + "state": "TX", + "latitude": "32.553970", + "longitude": "-94.239351", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75689", + "city": "Selman City", + "state": "TX", + "latitude": "32.182600", + "longitude": "-94.935456", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75691", + "city": "Tatum", + "state": "TX", + "latitude": "32.312616", + "longitude": "-94.536920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75692", + "city": "Waskom", + "state": "TX", + "latitude": "32.472069", + "longitude": "-94.095560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75693", + "city": "White Oak", + "state": "TX", + "latitude": "32.533965", + "longitude": "-94.860620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75694", + "city": "Woodlawn", + "state": "TX", + "latitude": "32.653731", + "longitude": "-94.342725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75701", + "city": "Tyler", + "state": "TX", + "latitude": "32.325214", + "longitude": "-95.294670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75702", + "city": "Tyler", + "state": "TX", + "latitude": "32.360498", + "longitude": "-95.307100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75703", + "city": "Tyler", + "state": "TX", + "latitude": "32.264365", + "longitude": "-95.313470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75704", + "city": "Tyler", + "state": "TX", + "latitude": "32.388631", + "longitude": "-95.413730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75705", + "city": "Tyler", + "state": "TX", + "latitude": "32.364281", + "longitude": "-95.089710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75706", + "city": "Tyler", + "state": "TX", + "latitude": "32.456565", + "longitude": "-95.331550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75707", + "city": "Tyler", + "state": "TX", + "latitude": "32.292394", + "longitude": "-95.207490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75708", + "city": "Tyler", + "state": "TX", + "latitude": "32.403310", + "longitude": "-95.222760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75709", + "city": "Tyler", + "state": "TX", + "latitude": "32.312650", + "longitude": "-95.391910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75710", + "city": "Tyler", + "state": "TX", + "latitude": "32.347549", + "longitude": "-95.306528", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75711", + "city": "Tyler", + "state": "TX", + "latitude": "32.539879", + "longitude": "-95.419983", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75712", + "city": "Tyler", + "state": "TX", + "latitude": "32.411237", + "longitude": "-95.289903", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75713", + "city": "Tyler", + "state": "TX", + "latitude": "32.411237", + "longitude": "-95.289903", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75750", + "city": "Arp", + "state": "TX", + "latitude": "32.254414", + "longitude": "-95.065170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75751", + "city": "Athens", + "state": "TX", + "latitude": "32.184027", + "longitude": "-95.846250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75752", + "city": "Winona", + "state": "TX", + "latitude": "32.223828", + "longitude": "-95.785482", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75754", + "city": "Ben Wheeler", + "state": "TX", + "latitude": "32.412451", + "longitude": "-95.667110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75755", + "city": "Big Sandy", + "state": "TX", + "latitude": "32.649482", + "longitude": "-95.125900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75756", + "city": "Brownsboro", + "state": "TX", + "latitude": "32.306045", + "longitude": "-95.605070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75757", + "city": "Bullard", + "state": "TX", + "latitude": "32.136787", + "longitude": "-95.367100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75758", + "city": "Chandler", + "state": "TX", + "latitude": "32.251068", + "longitude": "-95.496670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75759", + "city": "Cuney", + "state": "TX", + "latitude": "32.034127", + "longitude": "-95.417760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75760", + "city": "Cushing", + "state": "TX", + "latitude": "31.817889", + "longitude": "-94.863100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75762", + "city": "Flint", + "state": "TX", + "latitude": "32.207845", + "longitude": "-95.418590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75763", + "city": "Frankston", + "state": "TX", + "latitude": "32.072339", + "longitude": "-95.504330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75764", + "city": "Gallatin", + "state": "TX", + "latitude": "31.893439", + "longitude": "-95.152720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75765", + "city": "Hawkins", + "state": "TX", + "latitude": "32.617073", + "longitude": "-95.224450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75766", + "city": "Jacksonville", + "state": "TX", + "latitude": "31.953855", + "longitude": "-95.252810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75770", + "city": "Larue", + "state": "TX", + "latitude": "32.132651", + "longitude": "-95.646320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75771", + "city": "Lindale", + "state": "TX", + "latitude": "32.522902", + "longitude": "-95.421260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75772", + "city": "Maydelle", + "state": "TX", + "latitude": "31.800846", + "longitude": "-95.300142", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75773", + "city": "Mineola", + "state": "TX", + "latitude": "32.674657", + "longitude": "-95.469820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75778", + "city": "Murchison", + "state": "TX", + "latitude": "32.333830", + "longitude": "-95.710200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75779", + "city": "Neches", + "state": "TX", + "latitude": "31.794191", + "longitude": "-95.661964", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75780", + "city": "New Summerfield", + "state": "TX", + "latitude": "31.782048", + "longitude": "-95.164021", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75782", + "city": "Poynor", + "state": "TX", + "latitude": "32.075703", + "longitude": "-95.599190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75783", + "city": "Quitman", + "state": "TX", + "latitude": "32.810076", + "longitude": "-95.435500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75784", + "city": "Reklaw", + "state": "TX", + "latitude": "31.883205", + "longitude": "-94.968900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75785", + "city": "Rusk", + "state": "TX", + "latitude": "31.793640", + "longitude": "-95.167610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75788", + "city": "Sacul", + "state": "TX", + "latitude": "31.825527", + "longitude": "-94.917590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75789", + "city": "Troup", + "state": "TX", + "latitude": "32.137225", + "longitude": "-95.101050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75790", + "city": "Van", + "state": "TX", + "latitude": "32.533765", + "longitude": "-95.634930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75791", + "city": "Whitehouse", + "state": "TX", + "latitude": "32.226082", + "longitude": "-95.217510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75792", + "city": "Winona", + "state": "TX", + "latitude": "32.476905", + "longitude": "-95.130880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75798", + "city": "Tyler", + "state": "TX", + "latitude": "32.411237", + "longitude": "-95.289903", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75799", + "city": "Tyler", + "state": "TX", + "latitude": "32.411237", + "longitude": "-95.289903", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75801", + "city": "Palestine", + "state": "TX", + "latitude": "31.779481", + "longitude": "-95.633250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75802", + "city": "Palestine", + "state": "TX", + "latitude": "31.926836", + "longitude": "-95.579561", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75803", + "city": "Palestine", + "state": "TX", + "latitude": "31.760418", + "longitude": "-95.656779", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75806", + "city": "Little Elm", + "state": "TX", + "latitude": "33.169075", + "longitude": "-96.904315", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75825", + "city": "Alto", + "state": "TX", + "latitude": "31.647750", + "longitude": "-95.082239", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75831", + "city": "Buffalo", + "state": "TX", + "latitude": "31.453732", + "longitude": "-96.037250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75832", + "city": "Cayuga", + "state": "TX", + "latitude": "31.794191", + "longitude": "-95.661964", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75833", + "city": "Centerville", + "state": "TX", + "latitude": "31.275750", + "longitude": "-95.901310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75834", + "city": "Centralia", + "state": "TX", + "latitude": "31.105786", + "longitude": "-95.138794", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75835", + "city": "Crockett", + "state": "TX", + "latitude": "31.315837", + "longitude": "-95.473930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75838", + "city": "Donie", + "state": "TX", + "latitude": "31.476671", + "longitude": "-96.222120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75839", + "city": "Elkhart", + "state": "TX", + "latitude": "31.627557", + "longitude": "-95.532250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75840", + "city": "Fairfield", + "state": "TX", + "latitude": "31.763713", + "longitude": "-96.108080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75844", + "city": "Grapeland", + "state": "TX", + "latitude": "31.505916", + "longitude": "-95.463150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75845", + "city": "Groveton", + "state": "TX", + "latitude": "31.090648", + "longitude": "-95.078260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75846", + "city": "Jewett", + "state": "TX", + "latitude": "31.346581", + "longitude": "-96.174330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75847", + "city": "Kennard", + "state": "TX", + "latitude": "31.355453", + "longitude": "-95.154210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75848", + "city": "Kirvin", + "state": "TX", + "latitude": "31.832720", + "longitude": "-96.321260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75849", + "city": "Latexo", + "state": "TX", + "latitude": "31.398448", + "longitude": "-95.473700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75850", + "city": "Leona", + "state": "TX", + "latitude": "31.134863", + "longitude": "-95.933120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75851", + "city": "Lovelady", + "state": "TX", + "latitude": "31.104197", + "longitude": "-95.464340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75852", + "city": "Midway", + "state": "TX", + "latitude": "30.984335", + "longitude": "-95.716690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75853", + "city": "Montalba", + "state": "TX", + "latitude": "31.930882", + "longitude": "-95.829740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75855", + "city": "Oakwood", + "state": "TX", + "latitude": "31.579572", + "longitude": "-95.853030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75856", + "city": "Pennington", + "state": "TX", + "latitude": "31.213490", + "longitude": "-95.234750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75858", + "city": "Ratcliff", + "state": "TX", + "latitude": "31.369811", + "longitude": "-95.091840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75859", + "city": "Streetman", + "state": "TX", + "latitude": "31.889748", + "longitude": "-96.254350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75860", + "city": "Teague", + "state": "TX", + "latitude": "31.625567", + "longitude": "-96.270680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75861", + "city": "Tennessee Colony", + "state": "TX", + "latitude": "31.829314", + "longitude": "-95.863830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75862", + "city": "Trinity", + "state": "TX", + "latitude": "30.944810", + "longitude": "-95.332980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75865", + "city": "Woodlake", + "state": "TX", + "latitude": "31.105786", + "longitude": "-95.138794", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75875", + "city": "Rusk", + "state": "TX", + "latitude": "31.806615", + "longitude": "-95.154008", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75880", + "city": "Tennessee Colony", + "state": "TX", + "latitude": "31.794191", + "longitude": "-95.661964", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75882", + "city": "Palestine", + "state": "TX", + "latitude": "31.794191", + "longitude": "-95.661964", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75884", + "city": "Tennessee Colony", + "state": "TX", + "latitude": "31.794191", + "longitude": "-95.661964", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75886", + "city": "Tennessee Colony", + "state": "TX", + "latitude": "31.794191", + "longitude": "-95.661964", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75901", + "city": "Lufkin", + "state": "TX", + "latitude": "31.330567", + "longitude": "-94.686670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75902", + "city": "Lufkin", + "state": "TX", + "latitude": "31.362315", + "longitude": "-94.761103", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75903", + "city": "Lufkin", + "state": "TX", + "latitude": "31.276647", + "longitude": "-94.567590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75904", + "city": "Lufkin", + "state": "TX", + "latitude": "31.339891", + "longitude": "-94.762950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75915", + "city": "Lufkin", + "state": "TX", + "latitude": "31.287257", + "longitude": "-94.577084", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75925", + "city": "Alto", + "state": "TX", + "latitude": "31.626263", + "longitude": "-95.054950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75926", + "city": "Apple Springs", + "state": "TX", + "latitude": "31.243006", + "longitude": "-94.964480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75928", + "city": "Bon Wier", + "state": "TX", + "latitude": "30.680344", + "longitude": "-93.685350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75929", + "city": "Broaddus", + "state": "TX", + "latitude": "31.242362", + "longitude": "-94.176750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75930", + "city": "Bronson", + "state": "TX", + "latitude": "31.340382", + "longitude": "-94.020620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75931", + "city": "Brookeland", + "state": "TX", + "latitude": "31.109064", + "longitude": "-93.990310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75932", + "city": "Burkeville", + "state": "TX", + "latitude": "31.067439", + "longitude": "-93.619360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75933", + "city": "Call", + "state": "TX", + "latitude": "30.580648", + "longitude": "-93.811120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75934", + "city": "Camden", + "state": "TX", + "latitude": "30.907239", + "longitude": "-94.731200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75935", + "city": "Center", + "state": "TX", + "latitude": "31.769105", + "longitude": "-94.189970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75936", + "city": "Chester", + "state": "TX", + "latitude": "30.942336", + "longitude": "-94.583760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75937", + "city": "Chireno", + "state": "TX", + "latitude": "31.467506", + "longitude": "-94.374590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75938", + "city": "Colmesneil", + "state": "TX", + "latitude": "30.916106", + "longitude": "-94.351080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75939", + "city": "Corrigan", + "state": "TX", + "latitude": "30.998982", + "longitude": "-94.799400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75941", + "city": "Diboll", + "state": "TX", + "latitude": "31.195633", + "longitude": "-94.777250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75942", + "city": "Doucette", + "state": "TX", + "latitude": "30.819095", + "longitude": "-94.404970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75943", + "city": "Douglass", + "state": "TX", + "latitude": "31.654777", + "longitude": "-94.909880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75944", + "city": "Etoile", + "state": "TX", + "latitude": "31.368872", + "longitude": "-94.408170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75946", + "city": "Garrison", + "state": "TX", + "latitude": "31.834379", + "longitude": "-94.526290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75947", + "city": "Geneva", + "state": "TX", + "latitude": "31.373062", + "longitude": "-93.821948", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75948", + "city": "Hemphill", + "state": "TX", + "latitude": "31.332569", + "longitude": "-93.753380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75949", + "city": "Huntington", + "state": "TX", + "latitude": "31.226939", + "longitude": "-94.532100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75951", + "city": "Jasper", + "state": "TX", + "latitude": "30.941282", + "longitude": "-94.034550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75954", + "city": "Joaquin", + "state": "TX", + "latitude": "31.950150", + "longitude": "-94.057610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75956", + "city": "Kirbyville", + "state": "TX", + "latitude": "30.670556", + "longitude": "-93.938110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75957", + "city": "Timpson", + "state": "TX", + "latitude": "31.902986", + "longitude": "-94.391148", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75958", + "city": "Martinsville", + "state": "TX", + "latitude": "31.534162", + "longitude": "-94.639022", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75959", + "city": "Milam", + "state": "TX", + "latitude": "31.511711", + "longitude": "-93.860860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75960", + "city": "Moscow", + "state": "TX", + "latitude": "30.903688", + "longitude": "-94.809160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75961", + "city": "Nacogdoches", + "state": "TX", + "latitude": "31.626011", + "longitude": "-94.603380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75962", + "city": "Nacogdoches", + "state": "TX", + "latitude": "31.699494", + "longitude": "-94.607432", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75963", + "city": "Nacogdoches", + "state": "TX", + "latitude": "31.604573", + "longitude": "-94.664127", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75964", + "city": "Nacogdoches", + "state": "TX", + "latitude": "31.610990", + "longitude": "-94.705030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75965", + "city": "Nacogdoches", + "state": "TX", + "latitude": "31.649582", + "longitude": "-94.638278", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75966", + "city": "Newton", + "state": "TX", + "latitude": "30.831678", + "longitude": "-93.748690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75968", + "city": "Pineland", + "state": "TX", + "latitude": "31.234368", + "longitude": "-93.943990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75969", + "city": "Pollok", + "state": "TX", + "latitude": "31.436494", + "longitude": "-94.878150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75972", + "city": "San Augustine", + "state": "TX", + "latitude": "31.514959", + "longitude": "-94.161690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75973", + "city": "Shelbyville", + "state": "TX", + "latitude": "31.735326", + "longitude": "-93.907060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75974", + "city": "Tenaha", + "state": "TX", + "latitude": "31.943273", + "longitude": "-94.242910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75975", + "city": "Timpson", + "state": "TX", + "latitude": "31.903614", + "longitude": "-94.407750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75976", + "city": "Wells", + "state": "TX", + "latitude": "31.506076", + "longitude": "-94.949390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75977", + "city": "Wiergate", + "state": "TX", + "latitude": "31.038417", + "longitude": "-93.800570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75978", + "city": "Woden", + "state": "TX", + "latitude": "31.502292", + "longitude": "-94.528030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75979", + "city": "Woodville", + "state": "TX", + "latitude": "30.768601", + "longitude": "-94.406710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75980", + "city": "Zavalla", + "state": "TX", + "latitude": "31.154673", + "longitude": "-94.363000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "75990", + "city": "Woodville", + "state": "TX", + "latitude": "30.792674", + "longitude": "-94.354476", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76001", + "city": "Arlington", + "state": "TX", + "latitude": "32.634203", + "longitude": "-97.144030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76002", + "city": "Arlington", + "state": "TX", + "latitude": "32.632349", + "longitude": "-97.096300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76003", + "city": "Arlington", + "state": "TX", + "latitude": "32.741685", + "longitude": "-97.225324", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76004", + "city": "Arlington", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76005", + "city": "Arlington", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76006", + "city": "Arlington", + "state": "TX", + "latitude": "32.778047", + "longitude": "-97.080880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76007", + "city": "Arlington", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76008", + "city": "Aledo", + "state": "TX", + "latitude": "32.690922", + "longitude": "-97.640130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76009", + "city": "Alvarado", + "state": "TX", + "latitude": "32.408183", + "longitude": "-97.209560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76010", + "city": "Arlington", + "state": "TX", + "latitude": "32.723382", + "longitude": "-97.084980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76011", + "city": "Arlington", + "state": "TX", + "latitude": "32.753672", + "longitude": "-97.087060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76012", + "city": "Arlington", + "state": "TX", + "latitude": "32.752048", + "longitude": "-97.135140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76013", + "city": "Arlington", + "state": "TX", + "latitude": "32.721632", + "longitude": "-97.146980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76014", + "city": "Arlington", + "state": "TX", + "latitude": "32.694666", + "longitude": "-97.087480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76015", + "city": "Arlington", + "state": "TX", + "latitude": "32.691393", + "longitude": "-97.135460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76016", + "city": "Arlington", + "state": "TX", + "latitude": "32.686863", + "longitude": "-97.192340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76017", + "city": "Arlington", + "state": "TX", + "latitude": "32.659277", + "longitude": "-97.164350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76018", + "city": "Arlington", + "state": "TX", + "latitude": "32.653920", + "longitude": "-97.087240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76019", + "city": "Arlington", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76020", + "city": "Azle", + "state": "TX", + "latitude": "32.905693", + "longitude": "-97.548450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76021", + "city": "Bedford", + "state": "TX", + "latitude": "32.851678", + "longitude": "-97.138490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76022", + "city": "Bedford", + "state": "TX", + "latitude": "32.831228", + "longitude": "-97.145930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76023", + "city": "Boyd", + "state": "TX", + "latitude": "33.068301", + "longitude": "-97.590990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76025", + "city": "Plano", + "state": "TX", + "latitude": "33.104374", + "longitude": "-96.766109", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76028", + "city": "Burleson", + "state": "TX", + "latitude": "32.535841", + "longitude": "-97.306810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76031", + "city": "Cleburne", + "state": "TX", + "latitude": "32.343115", + "longitude": "-97.400810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76033", + "city": "Cleburne", + "state": "TX", + "latitude": "32.350907", + "longitude": "-97.410254", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76034", + "city": "Colleyville", + "state": "TX", + "latitude": "32.885062", + "longitude": "-97.149230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76035", + "city": "Cresson", + "state": "TX", + "latitude": "32.546387", + "longitude": "-97.646330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76036", + "city": "Crowley", + "state": "TX", + "latitude": "32.573816", + "longitude": "-97.384910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76039", + "city": "Euless", + "state": "TX", + "latitude": "32.858727", + "longitude": "-97.084530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76040", + "city": "Euless", + "state": "TX", + "latitude": "32.826172", + "longitude": "-97.097210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76041", + "city": "Forreston", + "state": "TX", + "latitude": "32.244026", + "longitude": "-96.867010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76043", + "city": "Glen Rose", + "state": "TX", + "latitude": "32.228184", + "longitude": "-97.771980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76044", + "city": "Godley", + "state": "TX", + "latitude": "32.442679", + "longitude": "-97.525950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76048", + "city": "Granbury", + "state": "TX", + "latitude": "32.424695", + "longitude": "-97.788940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76049", + "city": "Granbury", + "state": "TX", + "latitude": "32.440376", + "longitude": "-97.720020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76050", + "city": "Grandview", + "state": "TX", + "latitude": "32.274420", + "longitude": "-97.192820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76051", + "city": "Grapevine", + "state": "TX", + "latitude": "32.931950", + "longitude": "-97.084980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76052", + "city": "Haslet", + "state": "TX", + "latitude": "32.972998", + "longitude": "-97.355920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76053", + "city": "Hurst", + "state": "TX", + "latitude": "32.821378", + "longitude": "-97.181000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76054", + "city": "Hurst", + "state": "TX", + "latitude": "32.858398", + "longitude": "-97.176810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76055", + "city": "Itasca", + "state": "TX", + "latitude": "32.157903", + "longitude": "-97.150140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76058", + "city": "Joshua", + "state": "TX", + "latitude": "32.461964", + "longitude": "-97.407740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76059", + "city": "Keene", + "state": "TX", + "latitude": "32.392860", + "longitude": "-97.327500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76060", + "city": "Kennedale", + "state": "TX", + "latitude": "32.645257", + "longitude": "-97.214580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76061", + "city": "Lillian", + "state": "TX", + "latitude": "32.502674", + "longitude": "-97.163470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76063", + "city": "Mansfield", + "state": "TX", + "latitude": "32.577010", + "longitude": "-97.134850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76064", + "city": "Maypearl", + "state": "TX", + "latitude": "32.307456", + "longitude": "-97.027610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76065", + "city": "Midlothian", + "state": "TX", + "latitude": "32.484094", + "longitude": "-96.986720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76066", + "city": "Millsap", + "state": "TX", + "latitude": "32.715412", + "longitude": "-98.001650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76067", + "city": "Mineral Wells", + "state": "TX", + "latitude": "32.810275", + "longitude": "-98.107070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76068", + "city": "Mineral Wells", + "state": "TX", + "latitude": "32.759769", + "longitude": "-98.316175", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76070", + "city": "Nemo", + "state": "TX", + "latitude": "32.259829", + "longitude": "-97.654850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76071", + "city": "Newark", + "state": "TX", + "latitude": "33.003717", + "longitude": "-97.489740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76073", + "city": "Paradise", + "state": "TX", + "latitude": "33.122273", + "longitude": "-97.716910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76077", + "city": "Rainbow", + "state": "TX", + "latitude": "32.281220", + "longitude": "-97.709270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76078", + "city": "Rhome", + "state": "TX", + "latitude": "33.072675", + "longitude": "-97.473000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76082", + "city": "Springtown", + "state": "TX", + "latitude": "32.964932", + "longitude": "-97.698030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76084", + "city": "Venus", + "state": "TX", + "latitude": "32.434322", + "longitude": "-97.099880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76085", + "city": "Weatherford", + "state": "TX", + "latitude": "32.847183", + "longitude": "-97.698600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76086", + "city": "Weatherford", + "state": "TX", + "latitude": "32.775160", + "longitude": "-97.779870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76087", + "city": "Weatherford", + "state": "TX", + "latitude": "32.703008", + "longitude": "-97.748140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76088", + "city": "Weatherford", + "state": "TX", + "latitude": "32.842085", + "longitude": "-97.904770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76092", + "city": "Southlake", + "state": "TX", + "latitude": "32.946678", + "longitude": "-97.145230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76093", + "city": "Rio Vista", + "state": "TX", + "latitude": "32.220267", + "longitude": "-97.390360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76094", + "city": "Arlington", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76095", + "city": "Bedford", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76096", + "city": "Arlington", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76097", + "city": "Burleson", + "state": "TX", + "latitude": "32.524393", + "longitude": "-97.260900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76098", + "city": "Azle", + "state": "TX", + "latitude": "32.895716", + "longitude": "-97.563622", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76099", + "city": "Grapevine", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76101", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76102", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.753880", + "longitude": "-97.329870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76103", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.745681", + "longitude": "-97.265630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76104", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.730265", + "longitude": "-97.320020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76105", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.724831", + "longitude": "-97.269920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76106", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.798429", + "longitude": "-97.354000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76107", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.738481", + "longitude": "-97.384240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76108", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.762563", + "longitude": "-97.480790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76109", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.699565", + "longitude": "-97.378080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76110", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.706331", + "longitude": "-97.337870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76111", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.778479", + "longitude": "-97.300990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76112", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.744032", + "longitude": "-97.219570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76113", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76114", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.781329", + "longitude": "-97.400990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76115", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.680333", + "longitude": "-97.335790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76116", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.722280", + "longitude": "-97.444090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76117", + "city": "Haltom City", + "state": "TX", + "latitude": "32.805379", + "longitude": "-97.270360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76118", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.805330", + "longitude": "-97.222640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76119", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.691033", + "longitude": "-97.264790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76120", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.762631", + "longitude": "-97.175270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76121", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76122", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76123", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.623807", + "longitude": "-97.375480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76124", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76126", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.649476", + "longitude": "-97.491240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76127", + "city": "Naval Air Station/ Jrb", + "state": "TX", + "latitude": "32.772063", + "longitude": "-97.421650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76129", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76130", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76131", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.873017", + "longitude": "-97.346220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76132", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.670345", + "longitude": "-97.414300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76133", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.655401", + "longitude": "-97.377650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76134", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.649855", + "longitude": "-97.333580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76135", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.823629", + "longitude": "-97.451670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76136", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76137", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.868140", + "longitude": "-97.285660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76140", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.630268", + "longitude": "-97.271020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76147", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76148", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.869384", + "longitude": "-97.251230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76150", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76153", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.667134", + "longitude": "-97.348895", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76155", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.830932", + "longitude": "-97.047780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76161", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76162", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76163", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76164", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76177", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.949819", + "longitude": "-97.314060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76178", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76179", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.876475", + "longitude": "-97.412490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76180", + "city": "North Richland Hills", + "state": "TX", + "latitude": "32.855666", + "longitude": "-97.218180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76181", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76182", + "city": "North Richland Hills", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76185", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76191", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76192", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76193", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76195", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76196", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76197", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76198", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76199", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76201", + "city": "Denton", + "state": "TX", + "latitude": "33.226598", + "longitude": "-97.130610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76202", + "city": "Denton", + "state": "TX", + "latitude": "33.225523", + "longitude": "-97.108546", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76203", + "city": "Denton", + "state": "TX", + "latitude": "33.246457", + "longitude": "-97.127027", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76204", + "city": "Denton", + "state": "TX", + "latitude": "33.207430", + "longitude": "-97.116282", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76205", + "city": "Denton", + "state": "TX", + "latitude": "33.161560", + "longitude": "-97.103760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76206", + "city": "Denton", + "state": "TX", + "latitude": "33.169379", + "longitude": "-97.150558", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76207", + "city": "Denton", + "state": "TX", + "latitude": "33.236827", + "longitude": "-97.169410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76208", + "city": "Denton", + "state": "TX", + "latitude": "33.198442", + "longitude": "-97.060780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76209", + "city": "Denton", + "state": "TX", + "latitude": "33.235520", + "longitude": "-97.112743", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76210", + "city": "Corinth", + "state": "TX", + "latitude": "33.143186", + "longitude": "-97.088337", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76225", + "city": "Alvord", + "state": "TX", + "latitude": "33.360331", + "longitude": "-97.691580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76226", + "city": "Argyle", + "state": "TX", + "latitude": "33.105309", + "longitude": "-97.162940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76227", + "city": "Aubrey", + "state": "TX", + "latitude": "33.274761", + "longitude": "-96.994570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76228", + "city": "Bellevue", + "state": "TX", + "latitude": "33.586753", + "longitude": "-98.076940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76230", + "city": "Bowie", + "state": "TX", + "latitude": "33.540070", + "longitude": "-97.885750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76233", + "city": "Collinsville", + "state": "TX", + "latitude": "33.542765", + "longitude": "-96.894190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76234", + "city": "Decatur", + "state": "TX", + "latitude": "33.263039", + "longitude": "-97.556570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76238", + "city": "Era", + "state": "TX", + "latitude": "33.491311", + "longitude": "-97.391360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76239", + "city": "Forestburg", + "state": "TX", + "latitude": "33.530807", + "longitude": "-97.549440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76240", + "city": "Gainesville", + "state": "TX", + "latitude": "33.627942", + "longitude": "-97.136360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76241", + "city": "Gainesville", + "state": "TX", + "latitude": "33.610384", + "longitude": "-97.036920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76244", + "city": "Keller", + "state": "TX", + "latitude": "32.771419", + "longitude": "-97.291484", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76245", + "city": "Gordonville", + "state": "TX", + "latitude": "33.842878", + "longitude": "-96.823480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76246", + "city": "Greenwood", + "state": "TX", + "latitude": "33.417980", + "longitude": "-97.464570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76247", + "city": "Justin", + "state": "TX", + "latitude": "33.087040", + "longitude": "-97.303840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76248", + "city": "Keller", + "state": "TX", + "latitude": "32.927040", + "longitude": "-97.250600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76249", + "city": "Krum", + "state": "TX", + "latitude": "33.270036", + "longitude": "-97.248590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76250", + "city": "Lindsay", + "state": "TX", + "latitude": "33.621090", + "longitude": "-97.206520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76251", + "city": "Montague", + "state": "TX", + "latitude": "33.660084", + "longitude": "-97.717270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76252", + "city": "Muenster", + "state": "TX", + "latitude": "33.661889", + "longitude": "-97.380290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76253", + "city": "Myra", + "state": "TX", + "latitude": "33.624401", + "longitude": "-97.317040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76255", + "city": "Nocona", + "state": "TX", + "latitude": "33.824724", + "longitude": "-97.696880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76258", + "city": "Pilot Point", + "state": "TX", + "latitude": "33.385645", + "longitude": "-96.952130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76259", + "city": "Ponder", + "state": "TX", + "latitude": "33.187644", + "longitude": "-97.296760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76261", + "city": "Ringgold", + "state": "TX", + "latitude": "33.817816", + "longitude": "-97.941590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76262", + "city": "Roanoke", + "state": "TX", + "latitude": "33.000177", + "longitude": "-97.218710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76263", + "city": "Rosston", + "state": "TX", + "latitude": "33.487842", + "longitude": "-97.421155", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76264", + "city": "Sadler", + "state": "TX", + "latitude": "33.748414", + "longitude": "-96.837920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76265", + "city": "Saint Jo", + "state": "TX", + "latitude": "33.701692", + "longitude": "-97.530290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76266", + "city": "Sanger", + "state": "TX", + "latitude": "33.358871", + "longitude": "-97.189440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76267", + "city": "Slidell", + "state": "TX", + "latitude": "33.378039", + "longitude": "-97.392190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76268", + "city": "Southmayd", + "state": "TX", + "latitude": "33.621928", + "longitude": "-96.764900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76270", + "city": "Sunset", + "state": "TX", + "latitude": "33.446897", + "longitude": "-97.772170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76271", + "city": "Tioga", + "state": "TX", + "latitude": "33.469076", + "longitude": "-96.916320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76272", + "city": "Valley View", + "state": "TX", + "latitude": "33.482548", + "longitude": "-97.122590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76273", + "city": "Whitesboro", + "state": "TX", + "latitude": "33.705904", + "longitude": "-96.917860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76299", + "city": "Roanoke", + "state": "TX", + "latitude": "33.207430", + "longitude": "-97.116282", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76301", + "city": "Wichita Falls", + "state": "TX", + "latitude": "33.916497", + "longitude": "-98.471320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76302", + "city": "Wichita Falls", + "state": "TX", + "latitude": "33.853790", + "longitude": "-98.480100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76303", + "city": "Wichita Falls", + "state": "TX", + "latitude": "33.897073", + "longitude": "-98.459792", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76304", + "city": "Wichita Falls", + "state": "TX", + "latitude": "33.931024", + "longitude": "-98.499077", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76305", + "city": "Wichita Falls", + "state": "TX", + "latitude": "33.996515", + "longitude": "-98.517810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76306", + "city": "Wichita Falls", + "state": "TX", + "latitude": "33.942496", + "longitude": "-98.519230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76307", + "city": "Wichita Falls", + "state": "TX", + "latitude": "33.877746", + "longitude": "-98.494595", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76308", + "city": "Wichita Falls", + "state": "TX", + "latitude": "33.859798", + "longitude": "-98.540640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76309", + "city": "Wichita Falls", + "state": "TX", + "latitude": "33.892447", + "longitude": "-98.532150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76310", + "city": "Wichita Falls", + "state": "TX", + "latitude": "33.841948", + "longitude": "-98.562400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76311", + "city": "Sheppard AFB", + "state": "TX", + "latitude": "33.970725", + "longitude": "-98.491270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76345", + "city": "Fort Worth", + "state": "TX", + "latitude": "32.382530", + "longitude": "-98.404816", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76351", + "city": "Archer City", + "state": "TX", + "latitude": "33.574426", + "longitude": "-98.634620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76352", + "city": "Bluegrove", + "state": "TX", + "latitude": "33.811665", + "longitude": "-98.184762", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76354", + "city": "Burkburnett", + "state": "TX", + "latitude": "34.085289", + "longitude": "-98.588810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76356", + "city": "Terral", + "state": "OK", + "latitude": "33.897998", + "longitude": "-97.936166", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76357", + "city": "Byers", + "state": "TX", + "latitude": "34.067220", + "longitude": "-98.181190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76360", + "city": "Electra", + "state": "TX", + "latitude": "33.963228", + "longitude": "-98.972350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76363", + "city": "Goree", + "state": "TX", + "latitude": "33.481208", + "longitude": "-99.514470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76364", + "city": "Harrold", + "state": "TX", + "latitude": "34.081642", + "longitude": "-99.062000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76365", + "city": "Henrietta", + "state": "TX", + "latitude": "33.761291", + "longitude": "-98.191450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76366", + "city": "Holliday", + "state": "TX", + "latitude": "33.760814", + "longitude": "-98.721480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76367", + "city": "Iowa Park", + "state": "TX", + "latitude": "33.958681", + "longitude": "-98.684920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76369", + "city": "Kamay", + "state": "TX", + "latitude": "34.023386", + "longitude": "-98.687748", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76370", + "city": "Megargel", + "state": "TX", + "latitude": "33.445341", + "longitude": "-98.921060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76371", + "city": "Munday", + "state": "TX", + "latitude": "33.463284", + "longitude": "-99.638390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76372", + "city": "Newcastle", + "state": "TX", + "latitude": "33.224562", + "longitude": "-98.860430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76373", + "city": "Oklaunion", + "state": "TX", + "latitude": "34.147838", + "longitude": "-99.118180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76374", + "city": "Olney", + "state": "TX", + "latitude": "33.364868", + "longitude": "-98.752010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76377", + "city": "Petrolia", + "state": "TX", + "latitude": "34.011464", + "longitude": "-98.229610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76379", + "city": "Scotland", + "state": "TX", + "latitude": "33.646685", + "longitude": "-98.487190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76380", + "city": "Seymour", + "state": "TX", + "latitude": "33.594956", + "longitude": "-99.285060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76384", + "city": "Vernon", + "state": "TX", + "latitude": "34.142094", + "longitude": "-99.296490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76385", + "city": "Vernon", + "state": "TX", + "latitude": "34.146356", + "longitude": "-99.214088", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76388", + "city": "Weinert", + "state": "TX", + "latitude": "33.336436", + "longitude": "-99.642570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76389", + "city": "Windthorst", + "state": "TX", + "latitude": "33.554607", + "longitude": "-98.420760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76401", + "city": "Stephenville", + "state": "TX", + "latitude": "32.242816", + "longitude": "-98.210580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76402", + "city": "Stephenville", + "state": "TX", + "latitude": "32.215275", + "longitude": "-98.207997", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76420", + "city": "Albany", + "state": "TX", + "latitude": "33.036724", + "longitude": "-98.595422", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76424", + "city": "Breckenridge", + "state": "TX", + "latitude": "32.761058", + "longitude": "-98.922250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76426", + "city": "Bridgeport", + "state": "TX", + "latitude": "33.197313", + "longitude": "-97.809320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76427", + "city": "Bryson", + "state": "TX", + "latitude": "33.165414", + "longitude": "-98.382440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76429", + "city": "Caddo", + "state": "TX", + "latitude": "32.741540", + "longitude": "-98.670890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76430", + "city": "Albany", + "state": "TX", + "latitude": "32.742591", + "longitude": "-99.275190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76431", + "city": "Chico", + "state": "TX", + "latitude": "33.293652", + "longitude": "-97.859700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76432", + "city": "Blanket", + "state": "TX", + "latitude": "31.827410", + "longitude": "-98.802860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76433", + "city": "Bluff Dale", + "state": "TX", + "latitude": "32.318616", + "longitude": "-98.033450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76435", + "city": "Carbon", + "state": "TX", + "latitude": "32.236449", + "longitude": "-98.832680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76436", + "city": "Carlton", + "state": "TX", + "latitude": "31.917085", + "longitude": "-98.174180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76437", + "city": "Cisco", + "state": "TX", + "latitude": "32.394920", + "longitude": "-98.994440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76439", + "city": "Dennis", + "state": "TX", + "latitude": "32.632495", + "longitude": "-97.957483", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76442", + "city": "Comanche", + "state": "TX", + "latitude": "31.906683", + "longitude": "-98.606180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76443", + "city": "Cross Plains", + "state": "TX", + "latitude": "32.103546", + "longitude": "-99.178740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76444", + "city": "De Leon", + "state": "TX", + "latitude": "32.122804", + "longitude": "-98.557990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76445", + "city": "Desdemona", + "state": "TX", + "latitude": "32.298841", + "longitude": "-98.551940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76446", + "city": "Dublin", + "state": "TX", + "latitude": "32.078810", + "longitude": "-98.350730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76448", + "city": "Eastland", + "state": "TX", + "latitude": "32.398681", + "longitude": "-98.795900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76449", + "city": "Graford", + "state": "TX", + "latitude": "32.908714", + "longitude": "-98.357270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76450", + "city": "Graham", + "state": "TX", + "latitude": "33.081863", + "longitude": "-98.600910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76452", + "city": "Energy", + "state": "TX", + "latitude": "31.758351", + "longitude": "-98.406130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76453", + "city": "Gordon", + "state": "TX", + "latitude": "32.572618", + "longitude": "-98.363990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76454", + "city": "Gorman", + "state": "TX", + "latitude": "32.214932", + "longitude": "-98.684040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76455", + "city": "Gustine", + "state": "TX", + "latitude": "31.833414", + "longitude": "-98.372480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76457", + "city": "Hico", + "state": "TX", + "latitude": "31.944207", + "longitude": "-98.027630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76458", + "city": "Jacksboro", + "state": "TX", + "latitude": "33.200265", + "longitude": "-98.157780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76459", + "city": "Jermyn", + "state": "TX", + "latitude": "33.277727", + "longitude": "-98.394610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76460", + "city": "Loving", + "state": "TX", + "latitude": "33.332336", + "longitude": "-98.484130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76461", + "city": "Lingleville", + "state": "TX", + "latitude": "32.221433", + "longitude": "-98.342798", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76462", + "city": "Lipan", + "state": "TX", + "latitude": "32.517753", + "longitude": "-98.033790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76463", + "city": "Mingus", + "state": "TX", + "latitude": "32.493233", + "longitude": "-98.418050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76464", + "city": "Moran", + "state": "TX", + "latitude": "32.576650", + "longitude": "-99.185110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76465", + "city": "Morgan Mill", + "state": "TX", + "latitude": "32.215275", + "longitude": "-98.207997", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76466", + "city": "Olden", + "state": "TX", + "latitude": "32.428128", + "longitude": "-98.748530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76467", + "city": "Paluxy", + "state": "TX", + "latitude": "32.341365", + "longitude": "-97.932083", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76468", + "city": "Proctor", + "state": "TX", + "latitude": "31.989197", + "longitude": "-98.425290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76469", + "city": "Putnam", + "state": "TX", + "latitude": "32.373380", + "longitude": "-99.197620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76470", + "city": "Ranger", + "state": "TX", + "latitude": "32.497298", + "longitude": "-98.674020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76471", + "city": "Rising Star", + "state": "TX", + "latitude": "32.105459", + "longitude": "-98.965370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76472", + "city": "Santo", + "state": "TX", + "latitude": "32.617128", + "longitude": "-98.174760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76474", + "city": "Sidney", + "state": "TX", + "latitude": "31.963873", + "longitude": "-98.783170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76475", + "city": "Strawn", + "state": "TX", + "latitude": "32.628147", + "longitude": "-98.485170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76476", + "city": "Tolar", + "state": "TX", + "latitude": "32.387648", + "longitude": "-97.939590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76481", + "city": "South Bend", + "state": "TX", + "latitude": "32.970869", + "longitude": "-98.712040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76483", + "city": "Throckmorton", + "state": "TX", + "latitude": "33.155666", + "longitude": "-99.217400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76484", + "city": "Palo Pinto", + "state": "TX", + "latitude": "32.722689", + "longitude": "-98.332710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76485", + "city": "Peaster", + "state": "TX", + "latitude": "32.779315", + "longitude": "-97.805502", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76486", + "city": "Perrin", + "state": "TX", + "latitude": "33.024726", + "longitude": "-98.057880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76487", + "city": "Poolville", + "state": "TX", + "latitude": "33.009411", + "longitude": "-97.899680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76490", + "city": "Whitt", + "state": "TX", + "latitude": "32.958020", + "longitude": "-98.019420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76491", + "city": "Woodson", + "state": "TX", + "latitude": "33.029698", + "longitude": "-99.036220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76501", + "city": "Temple", + "state": "TX", + "latitude": "31.093215", + "longitude": "-97.310860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76502", + "city": "Temple", + "state": "TX", + "latitude": "31.086483", + "longitude": "-97.400760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76503", + "city": "Temple", + "state": "TX", + "latitude": "31.053986", + "longitude": "-97.320306", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76504", + "city": "Temple", + "state": "TX", + "latitude": "31.099540", + "longitude": "-97.357660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76505", + "city": "Temple", + "state": "TX", + "latitude": "31.036287", + "longitude": "-97.492017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76508", + "city": "Temple", + "state": "TX", + "latitude": "31.036287", + "longitude": "-97.492017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76511", + "city": "Bartlett", + "state": "TX", + "latitude": "30.798697", + "longitude": "-97.423630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76513", + "city": "Belton", + "state": "TX", + "latitude": "31.073329", + "longitude": "-97.486420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76518", + "city": "Buckholts", + "state": "TX", + "latitude": "30.851275", + "longitude": "-97.138370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76519", + "city": "Burlington", + "state": "TX", + "latitude": "31.002164", + "longitude": "-97.035800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76520", + "city": "Cameron", + "state": "TX", + "latitude": "30.851922", + "longitude": "-96.963230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76522", + "city": "Copperas Cove", + "state": "TX", + "latitude": "31.131076", + "longitude": "-97.916660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76523", + "city": "Davilla", + "state": "TX", + "latitude": "30.785114", + "longitude": "-97.280580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76524", + "city": "Eddy", + "state": "TX", + "latitude": "31.279614", + "longitude": "-97.223360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76525", + "city": "Evant", + "state": "TX", + "latitude": "31.485242", + "longitude": "-98.190840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76526", + "city": "Flat", + "state": "TX", + "latitude": "31.295568", + "longitude": "-97.582152", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76527", + "city": "Florence", + "state": "TX", + "latitude": "30.833293", + "longitude": "-97.804900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76528", + "city": "Gatesville", + "state": "TX", + "latitude": "31.432110", + "longitude": "-97.726020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76530", + "city": "Granger", + "state": "TX", + "latitude": "30.715207", + "longitude": "-97.434490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76531", + "city": "Hamilton", + "state": "TX", + "latitude": "31.696154", + "longitude": "-98.148340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76533", + "city": "Heidenheimer", + "state": "TX", + "latitude": "31.049621", + "longitude": "-97.493616", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76534", + "city": "Holland", + "state": "TX", + "latitude": "30.883556", + "longitude": "-97.396000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76537", + "city": "Jarrell", + "state": "TX", + "latitude": "30.808903", + "longitude": "-97.599230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76538", + "city": "Jonesboro", + "state": "TX", + "latitude": "31.629515", + "longitude": "-97.902490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76539", + "city": "Kempner", + "state": "TX", + "latitude": "31.071352", + "longitude": "-97.976150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76540", + "city": "Killeen", + "state": "TX", + "latitude": "31.085833", + "longitude": "-97.357099", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76541", + "city": "Killeen", + "state": "TX", + "latitude": "31.117874", + "longitude": "-97.729240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76542", + "city": "Killeen", + "state": "TX", + "latitude": "31.027003", + "longitude": "-97.767170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76543", + "city": "Killeen", + "state": "TX", + "latitude": "31.113828", + "longitude": "-97.692460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76544", + "city": "Killeen", + "state": "TX", + "latitude": "31.148447", + "longitude": "-97.809180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76545", + "city": "Killeen", + "state": "TX", + "latitude": "31.036287", + "longitude": "-97.492017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76546", + "city": "Killeen", + "state": "TX", + "latitude": "31.036287", + "longitude": "-97.492017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76547", + "city": "Killeen", + "state": "TX", + "latitude": "31.036287", + "longitude": "-97.492017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76548", + "city": "Harker Heights", + "state": "TX", + "latitude": "31.068459", + "longitude": "-97.655520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76549", + "city": "Killeen", + "state": "TX", + "latitude": "31.084108", + "longitude": "-97.791490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76550", + "city": "Lampasas", + "state": "TX", + "latitude": "31.066390", + "longitude": "-98.191920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76552", + "city": "Leon Junction", + "state": "TX", + "latitude": "31.351234", + "longitude": "-97.548468", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76554", + "city": "Little River", + "state": "TX", + "latitude": "30.985136", + "longitude": "-97.355080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76555", + "city": "Maysfield", + "state": "TX", + "latitude": "30.784169", + "longitude": "-96.963760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76556", + "city": "Milano", + "state": "TX", + "latitude": "30.702352", + "longitude": "-96.850390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76557", + "city": "Moody", + "state": "TX", + "latitude": "31.296970", + "longitude": "-97.384910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76558", + "city": "Mound", + "state": "TX", + "latitude": "31.351386", + "longitude": "-97.644352", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76559", + "city": "Nolanville", + "state": "TX", + "latitude": "31.081777", + "longitude": "-97.613800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76561", + "city": "Oglesby", + "state": "TX", + "latitude": "31.430323", + "longitude": "-97.529460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76564", + "city": "Pendleton", + "state": "TX", + "latitude": "31.036287", + "longitude": "-97.492017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76565", + "city": "Pottsville", + "state": "TX", + "latitude": "31.650023", + "longitude": "-98.361860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76566", + "city": "Purmela", + "state": "TX", + "latitude": "31.506687", + "longitude": "-97.989970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76567", + "city": "Rockdale", + "state": "TX", + "latitude": "30.646291", + "longitude": "-97.011490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76569", + "city": "Rogers", + "state": "TX", + "latitude": "30.932552", + "longitude": "-97.223740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76570", + "city": "Rosebud", + "state": "TX", + "latitude": "31.071723", + "longitude": "-96.962290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76571", + "city": "Salado", + "state": "TX", + "latitude": "30.955509", + "longitude": "-97.565030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76573", + "city": "Schwertner", + "state": "TX", + "latitude": "30.805512", + "longitude": "-97.470456", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76574", + "city": "Taylor", + "state": "TX", + "latitude": "30.574821", + "longitude": "-97.409480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76576", + "city": "Salado", + "state": "TX", + "latitude": "30.946345", + "longitude": "-97.535883", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76577", + "city": "Thorndale", + "state": "TX", + "latitude": "30.611416", + "longitude": "-97.184580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76578", + "city": "Thrall", + "state": "TX", + "latitude": "30.550630", + "longitude": "-97.249630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76579", + "city": "Troy", + "state": "TX", + "latitude": "31.212196", + "longitude": "-97.265630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76596", + "city": "Gatesville", + "state": "TX", + "latitude": "31.390196", + "longitude": "-97.799309", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76597", + "city": "Gatesville", + "state": "TX", + "latitude": "31.390196", + "longitude": "-97.799309", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76598", + "city": "Gatesville", + "state": "TX", + "latitude": "31.390196", + "longitude": "-97.799309", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76599", + "city": "Gatesville", + "state": "TX", + "latitude": "31.470598", + "longitude": "-97.734728", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76607", + "city": "Milford", + "state": "TX", + "latitude": "32.127507", + "longitude": "-96.947689", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76618", + "city": "Richland", + "state": "TX", + "latitude": "31.930849", + "longitude": "-96.429154", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76621", + "city": "Abbott", + "state": "TX", + "latitude": "31.884263", + "longitude": "-97.083850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76622", + "city": "Aquilla", + "state": "TX", + "latitude": "31.824495", + "longitude": "-97.233060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76623", + "city": "Avalon", + "state": "TX", + "latitude": "32.221421", + "longitude": "-96.783200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76624", + "city": "Axtell", + "state": "TX", + "latitude": "31.661554", + "longitude": "-96.954510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76626", + "city": "Blooming Grove", + "state": "TX", + "latitude": "32.098474", + "longitude": "-96.715010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76627", + "city": "Blum", + "state": "TX", + "latitude": "32.122106", + "longitude": "-97.418640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76628", + "city": "Brandon", + "state": "TX", + "latitude": "32.045029", + "longitude": "-96.966010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76629", + "city": "Bremond", + "state": "TX", + "latitude": "31.160528", + "longitude": "-96.677800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76630", + "city": "Bruceville", + "state": "TX", + "latitude": "31.337382", + "longitude": "-97.227620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76631", + "city": "Bynum", + "state": "TX", + "latitude": "31.978157", + "longitude": "-96.972500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76632", + "city": "Chilton", + "state": "TX", + "latitude": "31.287625", + "longitude": "-97.060760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76633", + "city": "China Spring", + "state": "TX", + "latitude": "31.669085", + "longitude": "-97.320100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76634", + "city": "Clifton", + "state": "TX", + "latitude": "31.798454", + "longitude": "-97.525160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76635", + "city": "Coolidge", + "state": "TX", + "latitude": "31.734571", + "longitude": "-96.663880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76636", + "city": "Covington", + "state": "TX", + "latitude": "32.177765", + "longitude": "-97.272840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76637", + "city": "Cranfills Gap", + "state": "TX", + "latitude": "31.771383", + "longitude": "-97.822980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76638", + "city": "Crawford", + "state": "TX", + "latitude": "31.555885", + "longitude": "-97.410240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76639", + "city": "Dawson", + "state": "TX", + "latitude": "31.881324", + "longitude": "-96.701640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76640", + "city": "Elm Mott", + "state": "TX", + "latitude": "31.686152", + "longitude": "-97.086020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76641", + "city": "Frost", + "state": "TX", + "latitude": "32.044273", + "longitude": "-96.786240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76642", + "city": "Groesbeck", + "state": "TX", + "latitude": "31.510726", + "longitude": "-96.515290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76643", + "city": "Hewitt", + "state": "TX", + "latitude": "31.453789", + "longitude": "-97.195020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76644", + "city": "Laguna Park", + "state": "TX", + "latitude": "31.897381", + "longitude": "-97.640970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76645", + "city": "Hillsboro", + "state": "TX", + "latitude": "32.015496", + "longitude": "-97.122630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76648", + "city": "Hubbard", + "state": "TX", + "latitude": "31.841210", + "longitude": "-96.808170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76649", + "city": "Iredell", + "state": "TX", + "latitude": "32.001365", + "longitude": "-97.881960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76650", + "city": "Irene", + "state": "TX", + "latitude": "31.987167", + "longitude": "-97.108113", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76651", + "city": "Italy", + "state": "TX", + "latitude": "32.175783", + "longitude": "-96.880180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76652", + "city": "Kopperl", + "state": "TX", + "latitude": "32.109599", + "longitude": "-97.542760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76653", + "city": "Kosse", + "state": "TX", + "latitude": "31.304634", + "longitude": "-96.612110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76654", + "city": "Leroy", + "state": "TX", + "latitude": "31.553646", + "longitude": "-97.203166", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76655", + "city": "Lorena", + "state": "TX", + "latitude": "31.393062", + "longitude": "-97.161780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76656", + "city": "Lott", + "state": "TX", + "latitude": "31.185062", + "longitude": "-97.043890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76657", + "city": "McGregor", + "state": "TX", + "latitude": "31.416926", + "longitude": "-97.400950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76660", + "city": "Malone", + "state": "TX", + "latitude": "31.928342", + "longitude": "-96.882130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76661", + "city": "Marlin", + "state": "TX", + "latitude": "31.310649", + "longitude": "-96.878590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76664", + "city": "Mart", + "state": "TX", + "latitude": "31.549368", + "longitude": "-96.823300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76665", + "city": "Meridian", + "state": "TX", + "latitude": "31.922473", + "longitude": "-97.691590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76666", + "city": "Mertens", + "state": "TX", + "latitude": "32.046241", + "longitude": "-96.900030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76667", + "city": "Mexia", + "state": "TX", + "latitude": "31.669823", + "longitude": "-96.487210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76670", + "city": "Milford", + "state": "TX", + "latitude": "32.111683", + "longitude": "-96.973770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76671", + "city": "Morgan", + "state": "TX", + "latitude": "32.011671", + "longitude": "-97.532400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76673", + "city": "Mount Calm", + "state": "TX", + "latitude": "31.746580", + "longitude": "-96.897760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76675", + "city": "Otto", + "state": "TX", + "latitude": "31.416468", + "longitude": "-96.818130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76676", + "city": "Penelope", + "state": "TX", + "latitude": "31.861594", + "longitude": "-96.934660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76677", + "city": "Perry", + "state": "TX", + "latitude": "31.254242", + "longitude": "-96.937574", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76678", + "city": "Prairie Hill", + "state": "TX", + "latitude": "31.652858", + "longitude": "-96.788570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76679", + "city": "Purdon", + "state": "TX", + "latitude": "31.949312", + "longitude": "-96.615140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76680", + "city": "Reagan", + "state": "TX", + "latitude": "31.190291", + "longitude": "-96.810340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76681", + "city": "Richland", + "state": "TX", + "latitude": "31.908690", + "longitude": "-96.407440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76682", + "city": "Riesel", + "state": "TX", + "latitude": "31.475763", + "longitude": "-96.917900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76683", + "city": "Riesel", + "state": "TX", + "latitude": "31.503892", + "longitude": "-97.179773", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76684", + "city": "Ross", + "state": "TX", + "latitude": "31.717293", + "longitude": "-97.118754", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76685", + "city": "Satin", + "state": "TX", + "latitude": "31.357970", + "longitude": "-97.020910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76686", + "city": "Tehuacana", + "state": "TX", + "latitude": "31.752538", + "longitude": "-96.543270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76687", + "city": "Thornton", + "state": "TX", + "latitude": "31.376261", + "longitude": "-96.496140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76689", + "city": "Valley Mills", + "state": "TX", + "latitude": "31.662435", + "longitude": "-97.502140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76690", + "city": "Walnut Springs", + "state": "TX", + "latitude": "32.078488", + "longitude": "-97.767080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76691", + "city": "West", + "state": "TX", + "latitude": "31.783019", + "longitude": "-97.079450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76692", + "city": "Whitney", + "state": "TX", + "latitude": "31.975949", + "longitude": "-97.354990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76693", + "city": "Wortham", + "state": "TX", + "latitude": "31.787449", + "longitude": "-96.448850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76701", + "city": "Waco", + "state": "TX", + "latitude": "31.551955", + "longitude": "-97.138330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76702", + "city": "Waco", + "state": "TX", + "latitude": "31.547516", + "longitude": "-97.144330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76703", + "city": "Waco", + "state": "TX", + "latitude": "31.553646", + "longitude": "-97.203166", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76704", + "city": "Waco", + "state": "TX", + "latitude": "31.571266", + "longitude": "-97.122010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76705", + "city": "Waco", + "state": "TX", + "latitude": "31.609834", + "longitude": "-97.088210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76706", + "city": "Waco", + "state": "TX", + "latitude": "31.514267", + "longitude": "-97.118070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76707", + "city": "Waco", + "state": "TX", + "latitude": "31.552266", + "longitude": "-97.159570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76708", + "city": "Waco", + "state": "TX", + "latitude": "31.584132", + "longitude": "-97.185580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76710", + "city": "Waco", + "state": "TX", + "latitude": "31.535916", + "longitude": "-97.185880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76711", + "city": "Waco", + "state": "TX", + "latitude": "31.520296", + "longitude": "-97.150990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76712", + "city": "Woodway", + "state": "TX", + "latitude": "31.514067", + "longitude": "-97.235460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76714", + "city": "Waco", + "state": "TX", + "latitude": "31.553646", + "longitude": "-97.203166", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76715", + "city": "Waco", + "state": "TX", + "latitude": "31.553646", + "longitude": "-97.203166", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76716", + "city": "Waco", + "state": "TX", + "latitude": "31.553646", + "longitude": "-97.203166", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76795", + "city": "Waco", + "state": "TX", + "latitude": "31.553646", + "longitude": "-97.203166", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76797", + "city": "Waco", + "state": "TX", + "latitude": "31.553646", + "longitude": "-97.203166", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76798", + "city": "Waco", + "state": "TX", + "latitude": "31.547466", + "longitude": "-97.119970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76799", + "city": "Waco", + "state": "TX", + "latitude": "31.541116", + "longitude": "-97.161480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76801", + "city": "Brownwood", + "state": "TX", + "latitude": "31.730030", + "longitude": "-99.006050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76802", + "city": "Early", + "state": "TX", + "latitude": "31.747887", + "longitude": "-98.939280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76803", + "city": "Brownwood", + "state": "TX", + "latitude": "31.763882", + "longitude": "-98.936021", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76804", + "city": "Brownwood", + "state": "TX", + "latitude": "31.774190", + "longitude": "-99.092130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76820", + "city": "Art", + "state": "TX", + "latitude": "30.720372", + "longitude": "-99.100089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76821", + "city": "Ballinger", + "state": "TX", + "latitude": "31.754011", + "longitude": "-99.936950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76823", + "city": "Bangs", + "state": "TX", + "latitude": "31.714347", + "longitude": "-99.144620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76824", + "city": "Bend", + "state": "TX", + "latitude": "31.086845", + "longitude": "-98.518170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76825", + "city": "Brady", + "state": "TX", + "latitude": "31.121411", + "longitude": "-99.340700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76827", + "city": "Brookesmith", + "state": "TX", + "latitude": "31.542459", + "longitude": "-99.136040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76828", + "city": "Burkett", + "state": "TX", + "latitude": "32.023828", + "longitude": "-99.235970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76831", + "city": "Castell", + "state": "TX", + "latitude": "30.776619", + "longitude": "-98.950720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76832", + "city": "Cherokee", + "state": "TX", + "latitude": "30.986090", + "longitude": "-98.672010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76834", + "city": "Coleman", + "state": "TX", + "latitude": "31.847973", + "longitude": "-99.455140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76836", + "city": "Doole", + "state": "TX", + "latitude": "31.217152", + "longitude": "-99.347156", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76837", + "city": "Eden", + "state": "TX", + "latitude": "31.201871", + "longitude": "-99.906010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76841", + "city": "Fort McKavett", + "state": "TX", + "latitude": "30.834326", + "longitude": "-100.098430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76842", + "city": "Fredonia", + "state": "TX", + "latitude": "30.927530", + "longitude": "-99.089750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76844", + "city": "Goldthwaite", + "state": "TX", + "latitude": "31.460782", + "longitude": "-98.526180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76845", + "city": "Gouldbusk", + "state": "TX", + "latitude": "31.547652", + "longitude": "-99.476790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76848", + "city": "Hext", + "state": "TX", + "latitude": "30.847791", + "longitude": "-99.526170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76849", + "city": "Junction", + "state": "TX", + "latitude": "30.478782", + "longitude": "-99.774440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76852", + "city": "Lohn", + "state": "TX", + "latitude": "31.404745", + "longitude": "-99.492650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76853", + "city": "Lometa", + "state": "TX", + "latitude": "31.238292", + "longitude": "-98.402410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76854", + "city": "London", + "state": "TX", + "latitude": "30.646698", + "longitude": "-99.541070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76855", + "city": "Lowake", + "state": "TX", + "latitude": "31.333614", + "longitude": "-99.858370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76856", + "city": "Mason", + "state": "TX", + "latitude": "30.751590", + "longitude": "-99.232380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76857", + "city": "May", + "state": "TX", + "latitude": "31.917862", + "longitude": "-98.953250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76858", + "city": "Melvin", + "state": "TX", + "latitude": "31.230813", + "longitude": "-99.625830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76859", + "city": "Menard", + "state": "TX", + "latitude": "30.873091", + "longitude": "-99.829600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76861", + "city": "Miles", + "state": "TX", + "latitude": "31.589010", + "longitude": "-100.191100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76862", + "city": "Millersview", + "state": "TX", + "latitude": "31.445119", + "longitude": "-99.708310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76864", + "city": "Mullin", + "state": "TX", + "latitude": "31.561427", + "longitude": "-98.736320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76865", + "city": "Norton", + "state": "TX", + "latitude": "31.849628", + "longitude": "-100.153320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76866", + "city": "Paint Rock", + "state": "TX", + "latitude": "31.472654", + "longitude": "-99.922150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76867", + "city": "Pear Valley", + "state": "TX", + "latitude": "31.217152", + "longitude": "-99.347156", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76869", + "city": "Pontotoc", + "state": "TX", + "latitude": "30.909853", + "longitude": "-98.983950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76870", + "city": "Priddy", + "state": "TX", + "latitude": "31.651485", + "longitude": "-98.508310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76871", + "city": "Richland Springs", + "state": "TX", + "latitude": "31.292292", + "longitude": "-98.960120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76872", + "city": "Rochelle", + "state": "TX", + "latitude": "31.314477", + "longitude": "-99.174920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76873", + "city": "Rockwood", + "state": "TX", + "latitude": "31.511610", + "longitude": "-99.371660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76874", + "city": "Roosevelt", + "state": "TX", + "latitude": "30.480128", + "longitude": "-100.117500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76875", + "city": "Rowena", + "state": "TX", + "latitude": "31.611317", + "longitude": "-100.033000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76877", + "city": "San Saba", + "state": "TX", + "latitude": "31.190826", + "longitude": "-98.741340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76878", + "city": "Santa Anna", + "state": "TX", + "latitude": "31.722813", + "longitude": "-99.295900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76880", + "city": "Star", + "state": "TX", + "latitude": "31.477095", + "longitude": "-98.630919", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76882", + "city": "Talpa", + "state": "TX", + "latitude": "31.801928", + "longitude": "-99.680570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76883", + "city": "Telegraph", + "state": "TX", + "latitude": "29.956952", + "longitude": "-100.227509", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76884", + "city": "Valera", + "state": "TX", + "latitude": "31.753561", + "longitude": "-99.547740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76885", + "city": "Valley Spring", + "state": "TX", + "latitude": "30.904481", + "longitude": "-98.792420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76886", + "city": "Veribest", + "state": "TX", + "latitude": "31.349348", + "longitude": "-100.494912", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76887", + "city": "Voca", + "state": "TX", + "latitude": "30.973049", + "longitude": "-99.170910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76888", + "city": "Voss", + "state": "TX", + "latitude": "31.589203", + "longitude": "-99.626010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76890", + "city": "Zephyr", + "state": "TX", + "latitude": "31.685153", + "longitude": "-98.777410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76901", + "city": "San Angelo", + "state": "TX", + "latitude": "31.474132", + "longitude": "-100.519800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76902", + "city": "San Angelo", + "state": "TX", + "latitude": "31.395770", + "longitude": "-100.689590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76903", + "city": "San Angelo", + "state": "TX", + "latitude": "31.468911", + "longitude": "-100.438700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76904", + "city": "San Angelo", + "state": "TX", + "latitude": "31.344515", + "longitude": "-100.472170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76905", + "city": "San Angelo", + "state": "TX", + "latitude": "31.515684", + "longitude": "-100.348960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76906", + "city": "San Angelo", + "state": "TX", + "latitude": "31.372754", + "longitude": "-100.495114", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76908", + "city": "Goodfellow AFB", + "state": "TX", + "latitude": "31.395770", + "longitude": "-100.689590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76909", + "city": "San Angelo", + "state": "TX", + "latitude": "31.395770", + "longitude": "-100.689590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76930", + "city": "Barnhart", + "state": "TX", + "latitude": "31.148007", + "longitude": "-101.186320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76932", + "city": "Big Lake", + "state": "TX", + "latitude": "31.304669", + "longitude": "-101.508410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76933", + "city": "Bronte", + "state": "TX", + "latitude": "31.887436", + "longitude": "-100.286550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76934", + "city": "Carlsbad", + "state": "TX", + "latitude": "31.603027", + "longitude": "-100.654310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76935", + "city": "Christoval", + "state": "TX", + "latitude": "31.088429", + "longitude": "-100.410720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76936", + "city": "Eldorado", + "state": "TX", + "latitude": "30.860483", + "longitude": "-100.539880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76937", + "city": "Eola", + "state": "TX", + "latitude": "31.377623", + "longitude": "-100.101340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76939", + "city": "Knickerbocker", + "state": "TX", + "latitude": "31.250101", + "longitude": "-100.592015", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76940", + "city": "Mereta", + "state": "TX", + "latitude": "31.451950", + "longitude": "-100.128860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76941", + "city": "Mertzon", + "state": "TX", + "latitude": "31.330315", + "longitude": "-100.933810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76943", + "city": "Ozona", + "state": "TX", + "latitude": "30.620199", + "longitude": "-101.245170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76945", + "city": "Robert Lee", + "state": "TX", + "latitude": "31.890079", + "longitude": "-100.566900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76949", + "city": "Silver", + "state": "TX", + "latitude": "32.047723", + "longitude": "-100.694520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76950", + "city": "Sonora", + "state": "TX", + "latitude": "30.453299", + "longitude": "-100.569830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76951", + "city": "Sterling City", + "state": "TX", + "latitude": "31.818347", + "longitude": "-101.045500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76953", + "city": "Tennyson", + "state": "TX", + "latitude": "31.716571", + "longitude": "-100.359060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76955", + "city": "Vancourt", + "state": "TX", + "latitude": "31.305402", + "longitude": "-100.128710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76957", + "city": "Wall", + "state": "TX", + "latitude": "31.359844", + "longitude": "-100.206705", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "76958", + "city": "Water Valley", + "state": "TX", + "latitude": "31.663529", + "longitude": "-100.717890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77000", + "city": "Houston", + "state": "TX", + "latitude": "29.711257", + "longitude": "-95.304936", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77001", + "city": "Houston", + "state": "TX", + "latitude": "29.813142", + "longitude": "-95.309789", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77002", + "city": "Houston", + "state": "TX", + "latitude": "29.755578", + "longitude": "-95.365310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77003", + "city": "Houston", + "state": "TX", + "latitude": "29.749278", + "longitude": "-95.347410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77004", + "city": "Houston", + "state": "TX", + "latitude": "29.728779", + "longitude": "-95.365700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77005", + "city": "Houston", + "state": "TX", + "latitude": "29.717529", + "longitude": "-95.428210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77006", + "city": "Houston", + "state": "TX", + "latitude": "29.741878", + "longitude": "-95.389440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77007", + "city": "Houston", + "state": "TX", + "latitude": "29.772627", + "longitude": "-95.403190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77008", + "city": "Houston", + "state": "TX", + "latitude": "29.798777", + "longitude": "-95.409510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77009", + "city": "Houston", + "state": "TX", + "latitude": "29.793260", + "longitude": "-95.367350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77010", + "city": "Houston", + "state": "TX", + "latitude": "29.754728", + "longitude": "-95.362160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77011", + "city": "Houston", + "state": "TX", + "latitude": "29.742378", + "longitude": "-95.307260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77012", + "city": "Houston", + "state": "TX", + "latitude": "29.719778", + "longitude": "-95.279060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77013", + "city": "Houston", + "state": "TX", + "latitude": "29.781460", + "longitude": "-95.242890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77014", + "city": "Houston", + "state": "TX", + "latitude": "29.979063", + "longitude": "-95.472940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77015", + "city": "Houston", + "state": "TX", + "latitude": "29.778526", + "longitude": "-95.181180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77016", + "city": "Houston", + "state": "TX", + "latitude": "29.857007", + "longitude": "-95.308860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77017", + "city": "Houston", + "state": "TX", + "latitude": "29.687829", + "longitude": "-95.254780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77018", + "city": "Houston", + "state": "TX", + "latitude": "29.825476", + "longitude": "-95.426190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77019", + "city": "Houston", + "state": "TX", + "latitude": "29.752528", + "longitude": "-95.399230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77020", + "city": "Houston", + "state": "TX", + "latitude": "29.775927", + "longitude": "-95.318360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77021", + "city": "Houston", + "state": "TX", + "latitude": "29.695879", + "longitude": "-95.357300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77022", + "city": "Houston", + "state": "TX", + "latitude": "29.825176", + "longitude": "-95.377980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77023", + "city": "Houston", + "state": "TX", + "latitude": "29.725961", + "longitude": "-95.322700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77024", + "city": "Houston", + "state": "TX", + "latitude": "29.773994", + "longitude": "-95.517710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77025", + "city": "Houston", + "state": "TX", + "latitude": "29.690230", + "longitude": "-95.434740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77026", + "city": "Houston", + "state": "TX", + "latitude": "29.794370", + "longitude": "-95.333950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77027", + "city": "Houston", + "state": "TX", + "latitude": "29.739029", + "longitude": "-95.443640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77028", + "city": "Houston", + "state": "TX", + "latitude": "29.827315", + "longitude": "-95.286310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77029", + "city": "Houston", + "state": "TX", + "latitude": "29.760794", + "longitude": "-95.260430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77030", + "city": "Houston", + "state": "TX", + "latitude": "29.704584", + "longitude": "-95.404660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77031", + "city": "Houston", + "state": "TX", + "latitude": "29.654132", + "longitude": "-95.543110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77032", + "city": "Houston", + "state": "TX", + "latitude": "29.944922", + "longitude": "-95.341520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77033", + "city": "Houston", + "state": "TX", + "latitude": "29.669130", + "longitude": "-95.338340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77034", + "city": "Houston", + "state": "TX", + "latitude": "29.636430", + "longitude": "-95.217890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77035", + "city": "Houston", + "state": "TX", + "latitude": "29.654108", + "longitude": "-95.476920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77036", + "city": "Houston", + "state": "TX", + "latitude": "29.700530", + "longitude": "-95.535140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77037", + "city": "Houston", + "state": "TX", + "latitude": "29.885451", + "longitude": "-95.395520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77038", + "city": "Houston", + "state": "TX", + "latitude": "29.917814", + "longitude": "-95.441380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77039", + "city": "Houston", + "state": "TX", + "latitude": "29.909123", + "longitude": "-95.336830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77040", + "city": "Houston", + "state": "TX", + "latitude": "29.878345", + "longitude": "-95.533370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77041", + "city": "Houston", + "state": "TX", + "latitude": "29.858730", + "longitude": "-95.572430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77042", + "city": "Houston", + "state": "TX", + "latitude": "29.741565", + "longitude": "-95.559960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77043", + "city": "Houston", + "state": "TX", + "latitude": "29.802473", + "longitude": "-95.561800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77044", + "city": "Houston", + "state": "TX", + "latitude": "29.882770", + "longitude": "-95.167820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77045", + "city": "Houston", + "state": "TX", + "latitude": "29.629111", + "longitude": "-95.438410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77046", + "city": "Houston", + "state": "TX", + "latitude": "29.733181", + "longitude": "-95.431310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77047", + "city": "Houston", + "state": "TX", + "latitude": "29.616182", + "longitude": "-95.377670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77048", + "city": "Houston", + "state": "TX", + "latitude": "29.633081", + "longitude": "-95.337610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77049", + "city": "Houston", + "state": "TX", + "latitude": "29.832668", + "longitude": "-95.174200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77050", + "city": "Houston", + "state": "TX", + "latitude": "29.896156", + "longitude": "-95.286870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77051", + "city": "Houston", + "state": "TX", + "latitude": "29.665430", + "longitude": "-95.368710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77052", + "city": "Houston", + "state": "TX", + "latitude": "29.676829", + "longitude": "-95.177587", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77053", + "city": "Houston", + "state": "TX", + "latitude": "29.596666", + "longitude": "-95.459810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77054", + "city": "Houston", + "state": "TX", + "latitude": "29.683865", + "longitude": "-95.397720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77055", + "city": "Houston", + "state": "TX", + "latitude": "29.798877", + "longitude": "-95.496290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77056", + "city": "Houston", + "state": "TX", + "latitude": "29.747328", + "longitude": "-95.469310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77057", + "city": "Houston", + "state": "TX", + "latitude": "29.745129", + "longitude": "-95.491310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77058", + "city": "Houston", + "state": "TX", + "latitude": "29.552830", + "longitude": "-95.102650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77059", + "city": "Houston", + "state": "TX", + "latitude": "29.601776", + "longitude": "-95.117340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77060", + "city": "Houston", + "state": "TX", + "latitude": "29.933367", + "longitude": "-95.399160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77061", + "city": "Houston", + "state": "TX", + "latitude": "29.660280", + "longitude": "-95.284460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77062", + "city": "Houston", + "state": "TX", + "latitude": "29.574930", + "longitude": "-95.132380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77063", + "city": "Houston", + "state": "TX", + "latitude": "29.734379", + "longitude": "-95.522690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77064", + "city": "Houston", + "state": "TX", + "latitude": "29.923638", + "longitude": "-95.559190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77065", + "city": "Houston", + "state": "TX", + "latitude": "29.927675", + "longitude": "-95.605470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77066", + "city": "Houston", + "state": "TX", + "latitude": "29.959439", + "longitude": "-95.496940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77067", + "city": "Houston", + "state": "TX", + "latitude": "29.952354", + "longitude": "-95.450650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77068", + "city": "Houston", + "state": "TX", + "latitude": "30.007886", + "longitude": "-95.485320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77069", + "city": "Houston", + "state": "TX", + "latitude": "29.984672", + "longitude": "-95.528870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77070", + "city": "Houston", + "state": "TX", + "latitude": "29.978801", + "longitude": "-95.576550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77071", + "city": "Houston", + "state": "TX", + "latitude": "29.647637", + "longitude": "-95.517180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77072", + "city": "Houston", + "state": "TX", + "latitude": "29.700898", + "longitude": "-95.590020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77073", + "city": "Houston", + "state": "TX", + "latitude": "30.008745", + "longitude": "-95.412730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77074", + "city": "Houston", + "state": "TX", + "latitude": "29.689781", + "longitude": "-95.511610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77075", + "city": "Houston", + "state": "TX", + "latitude": "29.620881", + "longitude": "-95.260180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77076", + "city": "Houston", + "state": "TX", + "latitude": "29.858525", + "longitude": "-95.381780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77077", + "city": "Houston", + "state": "TX", + "latitude": "29.750897", + "longitude": "-95.612550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77078", + "city": "Houston", + "state": "TX", + "latitude": "29.849424", + "longitude": "-95.259510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77079", + "city": "Houston", + "state": "TX", + "latitude": "29.773018", + "longitude": "-95.601250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77080", + "city": "Houston", + "state": "TX", + "latitude": "29.816866", + "longitude": "-95.523090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77081", + "city": "Houston", + "state": "TX", + "latitude": "29.708280", + "longitude": "-95.483610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77082", + "city": "Houston", + "state": "TX", + "latitude": "29.722704", + "longitude": "-95.631400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77083", + "city": "Houston", + "state": "TX", + "latitude": "29.691714", + "longitude": "-95.649780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77084", + "city": "Houston", + "state": "TX", + "latitude": "29.839155", + "longitude": "-95.663910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77085", + "city": "Houston", + "state": "TX", + "latitude": "29.621746", + "longitude": "-95.486950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77086", + "city": "Houston", + "state": "TX", + "latitude": "29.920981", + "longitude": "-95.495560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77087", + "city": "Houston", + "state": "TX", + "latitude": "29.686579", + "longitude": "-95.303860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77088", + "city": "Houston", + "state": "TX", + "latitude": "29.879213", + "longitude": "-95.450280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77089", + "city": "Houston", + "state": "TX", + "latitude": "29.589831", + "longitude": "-95.222510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77090", + "city": "Houston", + "state": "TX", + "latitude": "30.012711", + "longitude": "-95.451320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77091", + "city": "Houston", + "state": "TX", + "latitude": "29.852975", + "longitude": "-95.435860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77092", + "city": "Houston", + "state": "TX", + "latitude": "29.833326", + "longitude": "-95.476440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77093", + "city": "Houston", + "state": "TX", + "latitude": "29.862024", + "longitude": "-95.339670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77094", + "city": "Houston", + "state": "TX", + "latitude": "29.770722", + "longitude": "-95.698800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77095", + "city": "Houston", + "state": "TX", + "latitude": "29.896656", + "longitude": "-95.648420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77096", + "city": "Houston", + "state": "TX", + "latitude": "29.674336", + "longitude": "-95.481230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77097", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77098", + "city": "Houston", + "state": "TX", + "latitude": "29.735529", + "longitude": "-95.414050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77099", + "city": "Houston", + "state": "TX", + "latitude": "29.668489", + "longitude": "-95.586900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77201", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77202", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77203", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77204", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77205", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77206", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77207", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77208", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77209", + "city": "Houston", + "state": "TX", + "latitude": "29.612816", + "longitude": "-95.158517", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77210", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77212", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77213", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77215", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77216", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77217", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77218", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77219", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77220", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77221", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77222", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77223", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77224", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77225", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77226", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77227", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77228", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77229", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77230", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77231", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77233", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77234", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77235", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77236", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77237", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77238", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77240", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77241", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77242", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77243", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77244", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77245", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77248", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77249", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77251", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77252", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77253", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77254", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77255", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77256", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77257", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77258", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77259", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77261", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77262", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77263", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77265", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77266", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77267", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77268", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77269", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77270", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77271", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77272", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77273", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77274", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77275", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77277", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77279", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77280", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77281", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77282", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77284", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77287", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77288", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77289", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77290", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77291", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77292", + "city": "Houston", + "state": "TX", + "latitude": "29.744341", + "longitude": "-95.332598", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77293", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77297", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77298", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77299", + "city": "Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77301", + "city": "Conroe", + "state": "TX", + "latitude": "30.313308", + "longitude": "-95.450850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77302", + "city": "Conroe", + "state": "TX", + "latitude": "30.238563", + "longitude": "-95.389270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77303", + "city": "Conroe", + "state": "TX", + "latitude": "30.368543", + "longitude": "-95.402170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77304", + "city": "Conroe", + "state": "TX", + "latitude": "30.331460", + "longitude": "-95.507030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77305", + "city": "Conroe", + "state": "TX", + "latitude": "30.290638", + "longitude": "-95.383202", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77306", + "city": "Conroe", + "state": "TX", + "latitude": "30.289893", + "longitude": "-95.326980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77315", + "city": "North Houston", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77316", + "city": "Montgomery", + "state": "TX", + "latitude": "30.329017", + "longitude": "-95.649850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77318", + "city": "Willis", + "state": "TX", + "latitude": "30.434486", + "longitude": "-95.550090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77320", + "city": "Huntsville", + "state": "TX", + "latitude": "30.805099", + "longitude": "-95.507190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77325", + "city": "Humble", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77326", + "city": "Ace", + "state": "TX", + "latitude": "30.519883", + "longitude": "-94.818690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77327", + "city": "Cleveland", + "state": "TX", + "latitude": "30.354690", + "longitude": "-95.045140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77328", + "city": "Cleveland", + "state": "TX", + "latitude": "30.188885", + "longitude": "-94.804065", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77331", + "city": "Coldspring", + "state": "TX", + "latitude": "30.619313", + "longitude": "-95.138020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77332", + "city": "Dallardsville", + "state": "TX", + "latitude": "30.817866", + "longitude": "-94.869052", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77333", + "city": "Dobbin", + "state": "TX", + "latitude": "30.353346", + "longitude": "-95.778330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77334", + "city": "Dodge", + "state": "TX", + "latitude": "30.758511", + "longitude": "-95.368800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77335", + "city": "Goodrich", + "state": "TX", + "latitude": "30.595651", + "longitude": "-94.945970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77336", + "city": "Huffman", + "state": "TX", + "latitude": "30.045495", + "longitude": "-95.107140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77337", + "city": "Hufsmith", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77338", + "city": "Humble", + "state": "TX", + "latitude": "30.005691", + "longitude": "-95.284880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77339", + "city": "Humble", + "state": "TX", + "latitude": "30.053368", + "longitude": "-95.218070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77340", + "city": "Huntsville", + "state": "TX", + "latitude": "30.680641", + "longitude": "-95.507760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77341", + "city": "Huntsville", + "state": "TX", + "latitude": "30.714476", + "longitude": "-95.549770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77342", + "city": "Huntsville", + "state": "TX", + "latitude": "30.781280", + "longitude": "-95.595270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77343", + "city": "Huntsville", + "state": "TX", + "latitude": "30.781280", + "longitude": "-95.595270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77344", + "city": "Huntsville", + "state": "TX", + "latitude": "30.781280", + "longitude": "-95.595270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77345", + "city": "Humble", + "state": "TX", + "latitude": "30.062436", + "longitude": "-95.169450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77346", + "city": "Humble", + "state": "TX", + "latitude": "30.001902", + "longitude": "-95.169620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77347", + "city": "Humble", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77348", + "city": "Huntsville", + "state": "TX", + "latitude": "30.781280", + "longitude": "-95.595270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77349", + "city": "Huntsville", + "state": "TX", + "latitude": "30.781280", + "longitude": "-95.595270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77350", + "city": "Leggett", + "state": "TX", + "latitude": "30.856814", + "longitude": "-94.856052", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77351", + "city": "Livingston", + "state": "TX", + "latitude": "30.712538", + "longitude": "-94.899150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77353", + "city": "Magnolia", + "state": "TX", + "latitude": "30.180626", + "longitude": "-95.709250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77354", + "city": "Magnolia", + "state": "TX", + "latitude": "30.194267", + "longitude": "-95.639180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77355", + "city": "Magnolia", + "state": "TX", + "latitude": "30.158706", + "longitude": "-95.744640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77356", + "city": "Montgomery", + "state": "TX", + "latitude": "30.412229", + "longitude": "-95.652900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77357", + "city": "New Caney", + "state": "TX", + "latitude": "30.170751", + "longitude": "-95.178320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77358", + "city": "New Waverly", + "state": "TX", + "latitude": "30.545212", + "longitude": "-95.467520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77359", + "city": "Oakhurst", + "state": "TX", + "latitude": "30.735628", + "longitude": "-95.304050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77360", + "city": "Onalaska", + "state": "TX", + "latitude": "30.818886", + "longitude": "-95.111080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77362", + "city": "Pinehurst", + "state": "TX", + "latitude": "30.152265", + "longitude": "-95.675560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77363", + "city": "Plantersville", + "state": "TX", + "latitude": "30.281863", + "longitude": "-95.853260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77364", + "city": "Pointblank", + "state": "TX", + "latitude": "30.756728", + "longitude": "-95.204850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77365", + "city": "Porter", + "state": "TX", + "latitude": "30.102209", + "longitude": "-95.257480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77367", + "city": "Riverside", + "state": "TX", + "latitude": "30.848603", + "longitude": "-95.396440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77368", + "city": "Romayor", + "state": "TX", + "latitude": "30.453845", + "longitude": "-94.836740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77369", + "city": "Rye", + "state": "TX", + "latitude": "30.480319", + "longitude": "-94.756430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77371", + "city": "Shepherd", + "state": "TX", + "latitude": "30.488028", + "longitude": "-94.999630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77372", + "city": "Splendora", + "state": "TX", + "latitude": "30.220237", + "longitude": "-95.167230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77373", + "city": "Spring", + "state": "TX", + "latitude": "30.056394", + "longitude": "-95.389610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77374", + "city": "Thicket", + "state": "TX", + "latitude": "30.378705", + "longitude": "-94.649060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77375", + "city": "Tomball", + "state": "TX", + "latitude": "30.073775", + "longitude": "-95.618820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77376", + "city": "Votaw", + "state": "TX", + "latitude": "30.437704", + "longitude": "-94.686140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77377", + "city": "Tomball", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77378", + "city": "Willis", + "state": "TX", + "latitude": "30.439428", + "longitude": "-95.446770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77379", + "city": "Spring", + "state": "TX", + "latitude": "30.024749", + "longitude": "-95.532150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77380", + "city": "Spring", + "state": "TX", + "latitude": "30.143485", + "longitude": "-95.468210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77381", + "city": "Spring", + "state": "TX", + "latitude": "30.178730", + "longitude": "-95.502100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77382", + "city": "Spring", + "state": "TX", + "latitude": "30.214741", + "longitude": "-95.532120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77383", + "city": "Spring", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77384", + "city": "Conroe", + "state": "TX", + "latitude": "30.233865", + "longitude": "-95.496790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77385", + "city": "Conroe", + "state": "TX", + "latitude": "30.187710", + "longitude": "-95.438930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77386", + "city": "Spring", + "state": "TX", + "latitude": "30.128862", + "longitude": "-95.418960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77387", + "city": "Spring", + "state": "TX", + "latitude": "30.378446", + "longitude": "-95.557004", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77388", + "city": "Spring", + "state": "TX", + "latitude": "30.055195", + "longitude": "-95.468260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77389", + "city": "Spring", + "state": "TX", + "latitude": "30.108240", + "longitude": "-95.517160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77391", + "city": "Spring", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77393", + "city": "Spring", + "state": "TX", + "latitude": "30.329016", + "longitude": "-95.463474", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77396", + "city": "Humble", + "state": "TX", + "latitude": "29.951621", + "longitude": "-95.267850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77399", + "city": "Livingston", + "state": "TX", + "latitude": "30.817866", + "longitude": "-94.869052", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77401", + "city": "Bellaire", + "state": "TX", + "latitude": "29.704030", + "longitude": "-95.460990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77402", + "city": "Bellaire", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77404", + "city": "Bay City", + "state": "TX", + "latitude": "28.798156", + "longitude": "-95.651058", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77406", + "city": "Richmond", + "state": "TX", + "latitude": "29.504010", + "longitude": "-95.919107", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77410", + "city": "Cypress", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77411", + "city": "Alief", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77412", + "city": "Altair", + "state": "TX", + "latitude": "29.575183", + "longitude": "-96.468310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77413", + "city": "Barker", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77414", + "city": "Bay City", + "state": "TX", + "latitude": "28.945269", + "longitude": "-95.935700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77415", + "city": "Cedar Lane", + "state": "TX", + "latitude": "28.936476", + "longitude": "-95.722920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77417", + "city": "Beasley", + "state": "TX", + "latitude": "29.483573", + "longitude": "-95.939310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77418", + "city": "Bellville", + "state": "TX", + "latitude": "29.983095", + "longitude": "-96.268430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77419", + "city": "Blessing", + "state": "TX", + "latitude": "28.872088", + "longitude": "-96.231600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77420", + "city": "Boling", + "state": "TX", + "latitude": "29.249812", + "longitude": "-95.922410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77422", + "city": "Brazoria", + "state": "TX", + "latitude": "29.011241", + "longitude": "-95.580710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77423", + "city": "Brookshire", + "state": "TX", + "latitude": "29.800380", + "longitude": "-95.984520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77426", + "city": "Chappell Hill", + "state": "TX", + "latitude": "30.132693", + "longitude": "-96.253880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77428", + "city": "Collegeport", + "state": "TX", + "latitude": "28.718954", + "longitude": "-96.169690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77429", + "city": "Cypress", + "state": "TX", + "latitude": "29.982746", + "longitude": "-95.665970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77430", + "city": "Damon", + "state": "TX", + "latitude": "29.290602", + "longitude": "-95.707390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77431", + "city": "Danciger", + "state": "TX", + "latitude": "29.173701", + "longitude": "-95.820719", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77432", + "city": "Danevang", + "state": "TX", + "latitude": "29.064542", + "longitude": "-96.214540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77433", + "city": "Cypress", + "state": "TX", + "latitude": "29.884175", + "longitude": "-95.722190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77434", + "city": "Eagle Lake", + "state": "TX", + "latitude": "29.575458", + "longitude": "-96.320790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77435", + "city": "East Bernard", + "state": "TX", + "latitude": "29.520049", + "longitude": "-96.085270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77436", + "city": "Egypt", + "state": "TX", + "latitude": "29.375762", + "longitude": "-96.227967", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77437", + "city": "El Campo", + "state": "TX", + "latitude": "29.197701", + "longitude": "-96.277400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77439", + "city": "San Leon", + "state": "TX", + "latitude": "29.487774", + "longitude": "-94.951647", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77440", + "city": "Elmaton", + "state": "TX", + "latitude": "28.887522", + "longitude": "-96.148260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77441", + "city": "Fulshear", + "state": "TX", + "latitude": "29.685917", + "longitude": "-95.918040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77442", + "city": "Garwood", + "state": "TX", + "latitude": "29.424483", + "longitude": "-96.459230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77443", + "city": "Glen Flora", + "state": "TX", + "latitude": "29.346878", + "longitude": "-96.192870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77444", + "city": "Guy", + "state": "TX", + "latitude": "29.299950", + "longitude": "-95.797530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77445", + "city": "Hempstead", + "state": "TX", + "latitude": "30.096649", + "longitude": "-96.069790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77446", + "city": "Prairie View", + "state": "TX", + "latitude": "30.082131", + "longitude": "-95.991780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77447", + "city": "Hockley", + "state": "TX", + "latitude": "30.065152", + "longitude": "-95.814400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77448", + "city": "Hungerford", + "state": "TX", + "latitude": "29.401714", + "longitude": "-96.075260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77449", + "city": "Katy", + "state": "TX", + "latitude": "29.825908", + "longitude": "-95.730100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77450", + "city": "Katy", + "state": "TX", + "latitude": "29.758799", + "longitude": "-95.747510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77451", + "city": "Kendleton", + "state": "TX", + "latitude": "29.447947", + "longitude": "-96.000700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77452", + "city": "Kenney", + "state": "TX", + "latitude": "29.849283", + "longitude": "-96.313271", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77453", + "city": "Lane City", + "state": "TX", + "latitude": "29.170387", + "longitude": "-96.014159", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77454", + "city": "Lissie", + "state": "TX", + "latitude": "29.553544", + "longitude": "-96.222240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77455", + "city": "Louise", + "state": "TX", + "latitude": "29.095463", + "longitude": "-96.403240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77456", + "city": "Markham", + "state": "TX", + "latitude": "28.964146", + "longitude": "-96.073460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77457", + "city": "Matagorda", + "state": "TX", + "latitude": "28.674940", + "longitude": "-95.965300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77458", + "city": "Midfield", + "state": "TX", + "latitude": "28.939249", + "longitude": "-96.214700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77459", + "city": "Missouri City", + "state": "TX", + "latitude": "29.564347", + "longitude": "-95.547620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77460", + "city": "Nada", + "state": "TX", + "latitude": "29.604660", + "longitude": "-96.524899", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77461", + "city": "Needville", + "state": "TX", + "latitude": "29.401461", + "longitude": "-95.823340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77462", + "city": "Newgulf", + "state": "TX", + "latitude": "29.298532", + "longitude": "-96.241147", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77463", + "city": "Old Ocean", + "state": "TX", + "latitude": "29.135066", + "longitude": "-95.783350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77464", + "city": "Orchard", + "state": "TX", + "latitude": "29.602015", + "longitude": "-95.968820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77465", + "city": "Palacios", + "state": "TX", + "latitude": "28.735638", + "longitude": "-96.222730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77466", + "city": "Pattison", + "state": "TX", + "latitude": "29.818871", + "longitude": "-95.999450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77467", + "city": "Pierce", + "state": "TX", + "latitude": "29.238931", + "longitude": "-96.171600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77468", + "city": "Pledger", + "state": "TX", + "latitude": "29.177817", + "longitude": "-95.891950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77469", + "city": "Richmond", + "state": "TX", + "latitude": "29.584172", + "longitude": "-95.747000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77470", + "city": "Rock Island", + "state": "TX", + "latitude": "29.520292", + "longitude": "-96.573480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77471", + "city": "Rosenberg", + "state": "TX", + "latitude": "29.549455", + "longitude": "-95.819010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77473", + "city": "San Felipe", + "state": "TX", + "latitude": "29.799608", + "longitude": "-96.101230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77474", + "city": "Sealy", + "state": "TX", + "latitude": "29.776375", + "longitude": "-96.164740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77475", + "city": "Sheridan", + "state": "TX", + "latitude": "29.488245", + "longitude": "-96.651850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77476", + "city": "Simonton", + "state": "TX", + "latitude": "29.686804", + "longitude": "-95.997380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77477", + "city": "Stafford", + "state": "TX", + "latitude": "29.626187", + "longitude": "-95.571450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77478", + "city": "Sugar Land", + "state": "TX", + "latitude": "29.627737", + "longitude": "-95.624440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77479", + "city": "Sugar Land", + "state": "TX", + "latitude": "29.573345", + "longitude": "-95.632130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77480", + "city": "Sweeny", + "state": "TX", + "latitude": "29.055954", + "longitude": "-95.713440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77481", + "city": "Thompsons", + "state": "TX", + "latitude": "29.478032", + "longitude": "-95.583290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77482", + "city": "Van Vleck", + "state": "TX", + "latitude": "29.035651", + "longitude": "-95.892070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77483", + "city": "Wadsworth", + "state": "TX", + "latitude": "28.830880", + "longitude": "-95.933910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77484", + "city": "Waller", + "state": "TX", + "latitude": "30.068888", + "longitude": "-95.924990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77485", + "city": "Wallis", + "state": "TX", + "latitude": "29.632221", + "longitude": "-96.071440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77486", + "city": "West Columbia", + "state": "TX", + "latitude": "29.152396", + "longitude": "-95.663190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77487", + "city": "Sugar Land", + "state": "TX", + "latitude": "29.525461", + "longitude": "-95.756462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77488", + "city": "Wharton", + "state": "TX", + "latitude": "29.307347", + "longitude": "-96.090550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77489", + "city": "Missouri City", + "state": "TX", + "latitude": "29.601141", + "longitude": "-95.517720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77491", + "city": "Katy", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77492", + "city": "Katy", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77493", + "city": "Katy", + "state": "TX", + "latitude": "29.810279", + "longitude": "-95.820110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77494", + "city": "Katy", + "state": "TX", + "latitude": "29.760833", + "longitude": "-95.811040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77496", + "city": "Sugar Land", + "state": "TX", + "latitude": "29.525461", + "longitude": "-95.756462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77497", + "city": "Stafford", + "state": "TX", + "latitude": "29.525461", + "longitude": "-95.756462", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77501", + "city": "Pasadena", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77502", + "city": "Pasadena", + "state": "TX", + "latitude": "29.680079", + "longitude": "-95.199660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77503", + "city": "Pasadena", + "state": "TX", + "latitude": "29.695028", + "longitude": "-95.157980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77504", + "city": "Pasadena", + "state": "TX", + "latitude": "29.648780", + "longitude": "-95.188130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77505", + "city": "Pasadena", + "state": "TX", + "latitude": "29.650492", + "longitude": "-95.146320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77506", + "city": "Pasadena", + "state": "TX", + "latitude": "29.705678", + "longitude": "-95.202160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77507", + "city": "Pasadena", + "state": "TX", + "latitude": "29.624686", + "longitude": "-95.061110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77508", + "city": "Pasadena", + "state": "TX", + "latitude": "29.569927", + "longitude": "-95.106637", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77510", + "city": "Santa Fe", + "state": "TX", + "latitude": "29.371171", + "longitude": "-95.085520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77511", + "city": "Alvin", + "state": "TX", + "latitude": "29.411480", + "longitude": "-95.244750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77512", + "city": "Alvin", + "state": "TX", + "latitude": "29.362879", + "longitude": "-95.276050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77514", + "city": "Anahuac", + "state": "TX", + "latitude": "29.689054", + "longitude": "-94.663750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77515", + "city": "Angleton", + "state": "TX", + "latitude": "29.168660", + "longitude": "-95.445410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77516", + "city": "Angleton", + "state": "TX", + "latitude": "29.183991", + "longitude": "-95.465083", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77517", + "city": "Santa Fe", + "state": "TX", + "latitude": "29.382307", + "longitude": "-95.127680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77518", + "city": "Bacliff", + "state": "TX", + "latitude": "29.504389", + "longitude": "-94.987790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77519", + "city": "Batson", + "state": "TX", + "latitude": "30.249734", + "longitude": "-94.602910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77520", + "city": "Baytown", + "state": "TX", + "latitude": "29.748770", + "longitude": "-94.943890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77521", + "city": "Baytown", + "state": "TX", + "latitude": "29.784579", + "longitude": "-94.975880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77522", + "city": "Baytown", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77530", + "city": "Channelview", + "state": "TX", + "latitude": "29.786656", + "longitude": "-95.122140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77531", + "city": "Clute", + "state": "TX", + "latitude": "29.038068", + "longitude": "-95.401140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77532", + "city": "Crosby", + "state": "TX", + "latitude": "29.920121", + "longitude": "-95.073270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77533", + "city": "Daisetta", + "state": "TX", + "latitude": "30.112587", + "longitude": "-94.647040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77534", + "city": "Danbury", + "state": "TX", + "latitude": "29.226396", + "longitude": "-95.337970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77535", + "city": "Dayton", + "state": "TX", + "latitude": "30.044219", + "longitude": "-94.888640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77536", + "city": "Deer Park", + "state": "TX", + "latitude": "29.687657", + "longitude": "-95.120100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77537", + "city": "Dickinson", + "state": "TX", + "latitude": "29.469835", + "longitude": "-95.005317", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77538", + "city": "Devers", + "state": "TX", + "latitude": "29.981421", + "longitude": "-94.550670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77539", + "city": "Dickinson", + "state": "TX", + "latitude": "29.468772", + "longitude": "-95.026890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77541", + "city": "Freeport", + "state": "TX", + "latitude": "28.975247", + "longitude": "-95.343570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77542", + "city": "Freeport", + "state": "TX", + "latitude": "29.183991", + "longitude": "-95.465083", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77545", + "city": "Fresno", + "state": "TX", + "latitude": "29.526728", + "longitude": "-95.459840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77546", + "city": "Friendswood", + "state": "TX", + "latitude": "29.516873", + "longitude": "-95.194720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77547", + "city": "Galena Park", + "state": "TX", + "latitude": "29.737178", + "longitude": "-95.239060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77549", + "city": "Friendswood", + "state": "TX", + "latitude": "29.330501", + "longitude": "-94.800238", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77550", + "city": "Galveston", + "state": "TX", + "latitude": "29.298448", + "longitude": "-94.793160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77551", + "city": "Galveston", + "state": "TX", + "latitude": "29.279937", + "longitude": "-94.826830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77552", + "city": "Galveston", + "state": "TX", + "latitude": "29.220510", + "longitude": "-94.944391", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77553", + "city": "Galveston", + "state": "TX", + "latitude": "29.328547", + "longitude": "-94.794220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77554", + "city": "Galveston", + "state": "TX", + "latitude": "29.221289", + "longitude": "-94.944550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77555", + "city": "Galveston", + "state": "TX", + "latitude": "29.330501", + "longitude": "-94.800238", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77560", + "city": "Hankamer", + "state": "TX", + "latitude": "29.860106", + "longitude": "-94.584680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77561", + "city": "Hardin", + "state": "TX", + "latitude": "30.154264", + "longitude": "-94.726770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77562", + "city": "Highlands", + "state": "TX", + "latitude": "29.819530", + "longitude": "-95.052980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77563", + "city": "Hitchcock", + "state": "TX", + "latitude": "29.339307", + "longitude": "-95.003170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77564", + "city": "Hull", + "state": "TX", + "latitude": "30.159698", + "longitude": "-94.655040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77565", + "city": "Kemah", + "state": "TX", + "latitude": "29.541285", + "longitude": "-95.029960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77566", + "city": "Lake Jackson", + "state": "TX", + "latitude": "29.036879", + "longitude": "-95.441030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77567", + "city": "League City", + "state": "TX", + "latitude": "29.545836", + "longitude": "-95.041532", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77568", + "city": "La Marque", + "state": "TX", + "latitude": "29.366684", + "longitude": "-94.973920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77571", + "city": "La Porte", + "state": "TX", + "latitude": "29.666781", + "longitude": "-95.044870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77572", + "city": "La Porte", + "state": "TX", + "latitude": "29.833990", + "longitude": "-95.434241", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77573", + "city": "League City", + "state": "TX", + "latitude": "29.502759", + "longitude": "-95.089060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77574", + "city": "League City", + "state": "TX", + "latitude": "29.511582", + "longitude": "-95.058153", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77575", + "city": "Liberty", + "state": "TX", + "latitude": "30.066734", + "longitude": "-94.765950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77577", + "city": "Liverpool", + "state": "TX", + "latitude": "29.289673", + "longitude": "-95.277090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77578", + "city": "Manvel", + "state": "TX", + "latitude": "29.487395", + "longitude": "-95.358070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77580", + "city": "Mont Belvieu", + "state": "TX", + "latitude": "29.856137", + "longitude": "-94.842939", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77581", + "city": "Pearland", + "state": "TX", + "latitude": "29.562180", + "longitude": "-95.269820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77582", + "city": "Raywood", + "state": "TX", + "latitude": "30.023932", + "longitude": "-94.666780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77583", + "city": "Rosharon", + "state": "TX", + "latitude": "29.429256", + "longitude": "-95.453320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77584", + "city": "Pearland", + "state": "TX", + "latitude": "29.543654", + "longitude": "-95.340360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77585", + "city": "Saratoga", + "state": "TX", + "latitude": "30.304796", + "longitude": "-94.527270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77586", + "city": "Seabrook", + "state": "TX", + "latitude": "29.576638", + "longitude": "-95.034860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77587", + "city": "South Houston", + "state": "TX", + "latitude": "29.662230", + "longitude": "-95.231060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77588", + "city": "Pearland", + "state": "TX", + "latitude": "29.512687", + "longitude": "-95.254188", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77590", + "city": "Texas City", + "state": "TX", + "latitude": "29.395283", + "longitude": "-94.917590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77591", + "city": "Texas City", + "state": "TX", + "latitude": "29.389583", + "longitude": "-94.991670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77592", + "city": "Texas City", + "state": "TX", + "latitude": "29.330501", + "longitude": "-94.800238", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77593", + "city": "League City", + "state": "TX", + "latitude": "29.506921", + "longitude": "-95.111987", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77597", + "city": "Wallisville", + "state": "TX", + "latitude": "29.843158", + "longitude": "-94.703760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77598", + "city": "Webster", + "state": "TX", + "latitude": "29.539581", + "longitude": "-95.134670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77611", + "city": "Bridge City", + "state": "TX", + "latitude": "30.026093", + "longitude": "-93.840710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77612", + "city": "Buna", + "state": "TX", + "latitude": "30.433087", + "longitude": "-93.968970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77613", + "city": "China", + "state": "TX", + "latitude": "30.043401", + "longitude": "-94.358530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77614", + "city": "Deweyville", + "state": "TX", + "latitude": "30.293684", + "longitude": "-93.743290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77615", + "city": "Evadale", + "state": "TX", + "latitude": "30.316847", + "longitude": "-94.073950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77616", + "city": "Fred", + "state": "TX", + "latitude": "30.564151", + "longitude": "-94.207600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77617", + "city": "Gilchrist", + "state": "TX", + "latitude": "29.507243", + "longitude": "-94.520280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77619", + "city": "Groves", + "state": "TX", + "latitude": "29.947563", + "longitude": "-93.918570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77622", + "city": "Hamshire", + "state": "TX", + "latitude": "29.870794", + "longitude": "-94.289600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77623", + "city": "High Island", + "state": "TX", + "latitude": "29.571106", + "longitude": "-94.404500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77624", + "city": "Hillister", + "state": "TX", + "latitude": "30.664543", + "longitude": "-94.303910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77625", + "city": "Kountze", + "state": "TX", + "latitude": "30.372553", + "longitude": "-94.336710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77626", + "city": "Mauriceville", + "state": "TX", + "latitude": "30.203996", + "longitude": "-93.886646", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77627", + "city": "Nederland", + "state": "TX", + "latitude": "29.974013", + "longitude": "-93.999860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77629", + "city": "Nome", + "state": "TX", + "latitude": "30.031927", + "longitude": "-94.423740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77630", + "city": "Orange", + "state": "TX", + "latitude": "30.089757", + "longitude": "-93.774080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77631", + "city": "Orange", + "state": "TX", + "latitude": "30.054793", + "longitude": "-93.903108", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77632", + "city": "Orange", + "state": "TX", + "latitude": "30.182584", + "longitude": "-93.799640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77633", + "city": "Brenham", + "state": "TX", + "latitude": "30.158637", + "longitude": "-96.407936", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77639", + "city": "Orangefield", + "state": "TX", + "latitude": "30.063101", + "longitude": "-93.859903", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77640", + "city": "Port Arthur", + "state": "TX", + "latitude": "29.879796", + "longitude": "-93.955750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77641", + "city": "Port Arthur", + "state": "TX", + "latitude": "29.847569", + "longitude": "-94.129733", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77642", + "city": "Port Arthur", + "state": "TX", + "latitude": "29.921564", + "longitude": "-93.926940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77643", + "city": "Port Arthur", + "state": "TX", + "latitude": "29.962144", + "longitude": "-93.867932", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77650", + "city": "Port Bolivar", + "state": "TX", + "latitude": "29.431860", + "longitude": "-94.682520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77651", + "city": "Port Neches", + "state": "TX", + "latitude": "29.980863", + "longitude": "-93.960380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77655", + "city": "Sabine Pass", + "state": "TX", + "latitude": "29.732092", + "longitude": "-93.901170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77656", + "city": "Silsbee", + "state": "TX", + "latitude": "30.390569", + "longitude": "-94.180560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77657", + "city": "Lumberton", + "state": "TX", + "latitude": "30.240473", + "longitude": "-94.201720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77659", + "city": "Sour Lake", + "state": "TX", + "latitude": "30.150405", + "longitude": "-94.415150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77660", + "city": "Spurger", + "state": "TX", + "latitude": "30.635615", + "longitude": "-94.170500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77661", + "city": "Stowell", + "state": "TX", + "latitude": "29.780948", + "longitude": "-94.390045", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77662", + "city": "Vidor", + "state": "TX", + "latitude": "30.142953", + "longitude": "-94.007970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77663", + "city": "Village Mills", + "state": "TX", + "latitude": "30.520625", + "longitude": "-94.436310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77664", + "city": "Warren", + "state": "TX", + "latitude": "30.600866", + "longitude": "-94.406040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77665", + "city": "Winnie", + "state": "TX", + "latitude": "29.820542", + "longitude": "-94.399650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77670", + "city": "Vidor", + "state": "TX", + "latitude": "30.054793", + "longitude": "-93.903108", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77701", + "city": "Beaumont", + "state": "TX", + "latitude": "30.074112", + "longitude": "-94.103580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77702", + "city": "Beaumont", + "state": "TX", + "latitude": "30.085112", + "longitude": "-94.126070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77703", + "city": "Beaumont", + "state": "TX", + "latitude": "30.112312", + "longitude": "-94.117360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77704", + "city": "Beaumont", + "state": "TX", + "latitude": "30.123550", + "longitude": "-94.153941", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77705", + "city": "Beaumont", + "state": "TX", + "latitude": "30.009609", + "longitude": "-94.114010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77706", + "city": "Beaumont", + "state": "TX", + "latitude": "30.092679", + "longitude": "-94.163770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77707", + "city": "Beaumont", + "state": "TX", + "latitude": "30.065029", + "longitude": "-94.180310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77708", + "city": "Beaumont", + "state": "TX", + "latitude": "30.141361", + "longitude": "-94.164880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77709", + "city": "Voth", + "state": "TX", + "latitude": "30.176361", + "longitude": "-94.187683", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77710", + "city": "Beaumont", + "state": "TX", + "latitude": "29.847569", + "longitude": "-94.129733", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77713", + "city": "Beaumont", + "state": "TX", + "latitude": "30.090135", + "longitude": "-94.246700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77720", + "city": "Beaumont", + "state": "TX", + "latitude": "29.847569", + "longitude": "-94.129733", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77725", + "city": "Beaumont", + "state": "TX", + "latitude": "29.847569", + "longitude": "-94.129733", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77726", + "city": "Beaumont", + "state": "TX", + "latitude": "30.111843", + "longitude": "-94.190147", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77735", + "city": "Tomball", + "state": "TX", + "latitude": "30.095391", + "longitude": "-95.628023", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77801", + "city": "Bryan", + "state": "TX", + "latitude": "30.637348", + "longitude": "-96.360150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77802", + "city": "Bryan", + "state": "TX", + "latitude": "30.655348", + "longitude": "-96.340560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77803", + "city": "Bryan", + "state": "TX", + "latitude": "30.678097", + "longitude": "-96.376390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77805", + "city": "Bryan", + "state": "TX", + "latitude": "30.652120", + "longitude": "-96.341012", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77806", + "city": "Bryan", + "state": "TX", + "latitude": "30.652120", + "longitude": "-96.341012", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77807", + "city": "Bryan", + "state": "TX", + "latitude": "30.684160", + "longitude": "-96.461010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77808", + "city": "Bryan", + "state": "TX", + "latitude": "30.762815", + "longitude": "-96.317440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77830", + "city": "Anderson", + "state": "TX", + "latitude": "30.536223", + "longitude": "-96.022900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77831", + "city": "Bedias", + "state": "TX", + "latitude": "30.745770", + "longitude": "-95.918920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77833", + "city": "Brenham", + "state": "TX", + "latitude": "30.183651", + "longitude": "-96.402580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77834", + "city": "Brenham", + "state": "TX", + "latitude": "30.231333", + "longitude": "-96.290358", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77835", + "city": "Burton", + "state": "TX", + "latitude": "30.181677", + "longitude": "-96.613730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77836", + "city": "Caldwell", + "state": "TX", + "latitude": "30.517099", + "longitude": "-96.672470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77837", + "city": "Calvert", + "state": "TX", + "latitude": "30.993313", + "longitude": "-96.680800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77838", + "city": "Chriesman", + "state": "TX", + "latitude": "30.513118", + "longitude": "-96.618047", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77839", + "city": "Clay", + "state": "TX", + "latitude": "30.341403", + "longitude": "-96.526669", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77840", + "city": "College Station", + "state": "TX", + "latitude": "30.614647", + "longitude": "-96.326410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77841", + "city": "College Station", + "state": "TX", + "latitude": "30.572580", + "longitude": "-96.327044", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77842", + "city": "College Station", + "state": "TX", + "latitude": "30.652120", + "longitude": "-96.341012", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77843", + "city": "College Station", + "state": "TX", + "latitude": "30.652120", + "longitude": "-96.341012", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77844", + "city": "College Station", + "state": "TX", + "latitude": "30.652120", + "longitude": "-96.341012", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77845", + "city": "College Station", + "state": "TX", + "latitude": "30.571905", + "longitude": "-96.298820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77850", + "city": "Concord", + "state": "TX", + "latitude": "31.313816", + "longitude": "-95.993482", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77852", + "city": "Deanville", + "state": "TX", + "latitude": "30.513118", + "longitude": "-96.618047", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77853", + "city": "Dime Box", + "state": "TX", + "latitude": "30.355500", + "longitude": "-96.854370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77855", + "city": "Flynn", + "state": "TX", + "latitude": "31.134863", + "longitude": "-96.118890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77856", + "city": "Franklin", + "state": "TX", + "latitude": "31.049092", + "longitude": "-96.441310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77857", + "city": "Gause", + "state": "TX", + "latitude": "30.796177", + "longitude": "-96.706850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77859", + "city": "Hearne", + "state": "TX", + "latitude": "30.876658", + "longitude": "-96.602050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77861", + "city": "Iola", + "state": "TX", + "latitude": "30.752599", + "longitude": "-96.096910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77862", + "city": "Kurten", + "state": "TX", + "latitude": "30.652120", + "longitude": "-96.341012", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77863", + "city": "Lyons", + "state": "TX", + "latitude": "30.359245", + "longitude": "-96.591535", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77864", + "city": "Madisonville", + "state": "TX", + "latitude": "30.956147", + "longitude": "-95.916060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77865", + "city": "Marquez", + "state": "TX", + "latitude": "31.222211", + "longitude": "-96.240430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77866", + "city": "Millican", + "state": "TX", + "latitude": "30.466986", + "longitude": "-96.204080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77867", + "city": "Mumford", + "state": "TX", + "latitude": "30.748833", + "longitude": "-96.573910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77868", + "city": "Navasota", + "state": "TX", + "latitude": "30.374501", + "longitude": "-96.079990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77869", + "city": "Navasota", + "state": "TX", + "latitude": "30.652120", + "longitude": "-96.341012", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77870", + "city": "New Baden", + "state": "TX", + "latitude": "31.050207", + "longitude": "-96.429820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77871", + "city": "Normangee", + "state": "TX", + "latitude": "31.058563", + "longitude": "-96.158520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77872", + "city": "North Zulch", + "state": "TX", + "latitude": "30.892212", + "longitude": "-96.103460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77873", + "city": "Richards", + "state": "TX", + "latitude": "30.563350", + "longitude": "-95.833700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77874", + "city": "Waller", + "state": "TX", + "latitude": "30.049881", + "longitude": "-95.929015", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77875", + "city": "Roans Prairie", + "state": "TX", + "latitude": "30.607534", + "longitude": "-95.957945", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77876", + "city": "Shiro", + "state": "TX", + "latitude": "30.647831", + "longitude": "-95.831910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77878", + "city": "Snook", + "state": "TX", + "latitude": "30.490162", + "longitude": "-96.469800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77879", + "city": "Somerville", + "state": "TX", + "latitude": "30.368922", + "longitude": "-96.523590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77880", + "city": "Washington", + "state": "TX", + "latitude": "30.281022", + "longitude": "-96.169220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77881", + "city": "Wellborn", + "state": "TX", + "latitude": "30.652120", + "longitude": "-96.341012", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77882", + "city": "Wheelock", + "state": "TX", + "latitude": "30.896204", + "longitude": "-96.409590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77889", + "city": "Sienna Plantation", + "state": "TX", + "latitude": "29.472186", + "longitude": "-95.483489", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77901", + "city": "Victoria", + "state": "TX", + "latitude": "28.806417", + "longitude": "-96.993560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77902", + "city": "Victoria", + "state": "TX", + "latitude": "28.925513", + "longitude": "-97.100624", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77903", + "city": "Victoria", + "state": "TX", + "latitude": "28.794935", + "longitude": "-96.974119", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77904", + "city": "Victoria", + "state": "TX", + "latitude": "28.873664", + "longitude": "-97.007150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77905", + "city": "Victoria", + "state": "TX", + "latitude": "28.737085", + "longitude": "-97.014600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77950", + "city": "Austwell", + "state": "TX", + "latitude": "28.390776", + "longitude": "-96.847230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77951", + "city": "Bloomington", + "state": "TX", + "latitude": "28.642875", + "longitude": "-96.891720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77954", + "city": "Cuero", + "state": "TX", + "latitude": "29.096490", + "longitude": "-97.287980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77957", + "city": "Edna", + "state": "TX", + "latitude": "28.966755", + "longitude": "-96.659390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77960", + "city": "Fannin", + "state": "TX", + "latitude": "28.694847", + "longitude": "-97.241820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77961", + "city": "Francitas", + "state": "TX", + "latitude": "28.861398", + "longitude": "-96.344040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77962", + "city": "Ganado", + "state": "TX", + "latitude": "29.028640", + "longitude": "-96.505130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77963", + "city": "Goliad", + "state": "TX", + "latitude": "28.685027", + "longitude": "-97.402210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77964", + "city": "Hallettsville", + "state": "TX", + "latitude": "29.369619", + "longitude": "-96.866440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77965", + "city": "Hallettsville", + "state": "TX", + "latitude": "29.444297", + "longitude": "-96.952091", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77967", + "city": "Hochheim", + "state": "TX", + "latitude": "29.098894", + "longitude": "-97.365742", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77968", + "city": "Inez", + "state": "TX", + "latitude": "28.888476", + "longitude": "-96.823160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77969", + "city": "La Salle", + "state": "TX", + "latitude": "28.772030", + "longitude": "-96.637320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77970", + "city": "La Ward", + "state": "TX", + "latitude": "28.865213", + "longitude": "-96.439700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77971", + "city": "Lolita", + "state": "TX", + "latitude": "28.853152", + "longitude": "-96.527270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77972", + "city": "Long Mott", + "state": "TX", + "latitude": "28.525453", + "longitude": "-96.694818", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77973", + "city": "Mcfaddin", + "state": "TX", + "latitude": "28.532052", + "longitude": "-96.990200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77974", + "city": "Meyersville", + "state": "TX", + "latitude": "28.897693", + "longitude": "-97.295890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77975", + "city": "Moulton", + "state": "TX", + "latitude": "29.574490", + "longitude": "-97.126750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77976", + "city": "Nursery", + "state": "TX", + "latitude": "28.954273", + "longitude": "-97.090604", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77977", + "city": "Placedo", + "state": "TX", + "latitude": "28.691718", + "longitude": "-96.826570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77978", + "city": "Point Comfort", + "state": "TX", + "latitude": "28.672399", + "longitude": "-96.557250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77979", + "city": "Port Lavaca", + "state": "TX", + "latitude": "28.604717", + "longitude": "-96.630230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77982", + "city": "Port O Connor", + "state": "TX", + "latitude": "28.430193", + "longitude": "-96.441700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77983", + "city": "Seadrift", + "state": "TX", + "latitude": "28.405373", + "longitude": "-96.703250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77984", + "city": "Shiner", + "state": "TX", + "latitude": "29.442934", + "longitude": "-97.186910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77985", + "city": "Speaks", + "state": "TX", + "latitude": "29.347975", + "longitude": "-96.900331", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77986", + "city": "Sublime", + "state": "TX", + "latitude": "29.487564", + "longitude": "-96.794605", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77987", + "city": "Sweet Home", + "state": "TX", + "latitude": "29.347975", + "longitude": "-96.900331", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77988", + "city": "Telferner", + "state": "TX", + "latitude": "28.846861", + "longitude": "-96.889660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77989", + "city": "Thomaston", + "state": "TX", + "latitude": "28.997449", + "longitude": "-97.153868", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77990", + "city": "Tivoli", + "state": "TX", + "latitude": "28.459757", + "longitude": "-96.885980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77991", + "city": "Vanderbilt", + "state": "TX", + "latitude": "28.820370", + "longitude": "-96.612730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77993", + "city": "Weesatche", + "state": "TX", + "latitude": "28.835825", + "longitude": "-97.444155", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77994", + "city": "Westhoff", + "state": "TX", + "latitude": "29.195217", + "longitude": "-97.477990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77995", + "city": "Yoakum", + "state": "TX", + "latitude": "29.254632", + "longitude": "-97.130460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "77999", + "city": "Texas City", + "state": "TX", + "latitude": "29.495537", + "longitude": "-94.961797", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78001", + "city": "Artesia Wells", + "state": "TX", + "latitude": "28.265415", + "longitude": "-99.282100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78002", + "city": "Atascosa", + "state": "TX", + "latitude": "29.288108", + "longitude": "-98.728780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78003", + "city": "Bandera", + "state": "TX", + "latitude": "29.718152", + "longitude": "-99.066050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78004", + "city": "Bergheim", + "state": "TX", + "latitude": "29.903508", + "longitude": "-98.557890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78005", + "city": "Bigfoot", + "state": "TX", + "latitude": "28.976757", + "longitude": "-98.844260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78006", + "city": "Boerne", + "state": "TX", + "latitude": "29.851666", + "longitude": "-98.729320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78007", + "city": "Calliham", + "state": "TX", + "latitude": "28.453052", + "longitude": "-98.373840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78008", + "city": "Campbellton", + "state": "TX", + "latitude": "28.759107", + "longitude": "-98.217300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78009", + "city": "Castroville", + "state": "TX", + "latitude": "29.356455", + "longitude": "-98.880620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78010", + "city": "Center Point", + "state": "TX", + "latitude": "29.944906", + "longitude": "-99.055900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78011", + "city": "Charlotte", + "state": "TX", + "latitude": "28.795637", + "longitude": "-98.719510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78012", + "city": "Christine", + "state": "TX", + "latitude": "28.790841", + "longitude": "-98.496000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78013", + "city": "Comfort", + "state": "TX", + "latitude": "29.972473", + "longitude": "-98.910840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78014", + "city": "Cotulla", + "state": "TX", + "latitude": "28.435440", + "longitude": "-99.216760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78015", + "city": "Boerne", + "state": "TX", + "latitude": "29.743603", + "longitude": "-98.648540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78016", + "city": "Devine", + "state": "TX", + "latitude": "29.158899", + "longitude": "-98.933000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78017", + "city": "Dilley", + "state": "TX", + "latitude": "28.728991", + "longitude": "-99.233880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78019", + "city": "Encinal", + "state": "TX", + "latitude": "28.062471", + "longitude": "-99.428900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78021", + "city": "Fowlerton", + "state": "TX", + "latitude": "28.528560", + "longitude": "-98.808450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78022", + "city": "George West", + "state": "TX", + "latitude": "28.260148", + "longitude": "-98.149780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78023", + "city": "Helotes", + "state": "TX", + "latitude": "29.614030", + "longitude": "-98.741850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78024", + "city": "Hunt", + "state": "TX", + "latitude": "30.055926", + "longitude": "-99.422130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78025", + "city": "Ingram", + "state": "TX", + "latitude": "30.102854", + "longitude": "-99.276850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78026", + "city": "Jourdanton", + "state": "TX", + "latitude": "28.854580", + "longitude": "-98.552800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78027", + "city": "Kendalia", + "state": "TX", + "latitude": "30.002501", + "longitude": "-98.571240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78028", + "city": "Kerrville", + "state": "TX", + "latitude": "30.042529", + "longitude": "-99.151520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78029", + "city": "Kerrville", + "state": "TX", + "latitude": "30.033226", + "longitude": "-99.140974", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78039", + "city": "La Coste", + "state": "TX", + "latitude": "29.312661", + "longitude": "-98.815910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78040", + "city": "Laredo", + "state": "TX", + "latitude": "27.514845", + "longitude": "-99.499910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78041", + "city": "Laredo", + "state": "TX", + "latitude": "27.542244", + "longitude": "-99.492330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78042", + "city": "Laredo", + "state": "TX", + "latitude": "27.565464", + "longitude": "-99.476792", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78043", + "city": "Laredo", + "state": "TX", + "latitude": "27.538658", + "longitude": "-99.382740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78044", + "city": "Laredo", + "state": "TX", + "latitude": "27.363738", + "longitude": "-99.481919", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78045", + "city": "Laredo", + "state": "TX", + "latitude": "27.648832", + "longitude": "-99.533710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78046", + "city": "Laredo", + "state": "TX", + "latitude": "27.435814", + "longitude": "-99.459960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78047", + "city": "Laredo", + "state": "TX", + "latitude": "27.564249", + "longitude": "-99.471719", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78049", + "city": "Laredo", + "state": "TX", + "latitude": "27.732094", + "longitude": "-99.505138", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78050", + "city": "Leming", + "state": "TX", + "latitude": "29.072689", + "longitude": "-98.489160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78052", + "city": "Lytle", + "state": "TX", + "latitude": "29.227628", + "longitude": "-98.798950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78053", + "city": "McCoy", + "state": "TX", + "latitude": "28.906103", + "longitude": "-98.280200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78054", + "city": "Macdona", + "state": "TX", + "latitude": "29.325602", + "longitude": "-98.732187", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78055", + "city": "Medina", + "state": "TX", + "latitude": "29.833279", + "longitude": "-99.325890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78056", + "city": "Mico", + "state": "TX", + "latitude": "29.548250", + "longitude": "-98.903530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78057", + "city": "Moore", + "state": "TX", + "latitude": "29.047934", + "longitude": "-99.041600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78058", + "city": "Mountain Home", + "state": "TX", + "latitude": "30.070414", + "longitude": "-99.691910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78059", + "city": "Natalia", + "state": "TX", + "latitude": "29.190850", + "longitude": "-98.846760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78060", + "city": "Oakville", + "state": "TX", + "latitude": "28.421814", + "longitude": "-98.071902", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78061", + "city": "Pearsall", + "state": "TX", + "latitude": "28.888468", + "longitude": "-99.090050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78062", + "city": "Peggy", + "state": "TX", + "latitude": "28.919999", + "longitude": "-98.552942", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78063", + "city": "Pipe Creek", + "state": "TX", + "latitude": "29.641551", + "longitude": "-98.934070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78064", + "city": "Pleasanton", + "state": "TX", + "latitude": "28.958803", + "longitude": "-98.463900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78065", + "city": "Poteet", + "state": "TX", + "latitude": "29.057172", + "longitude": "-98.583980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78066", + "city": "Rio Medina", + "state": "TX", + "latitude": "29.466279", + "longitude": "-98.891620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78067", + "city": "San Ygnacio", + "state": "TX", + "latitude": "27.198571", + "longitude": "-99.367810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78069", + "city": "Somerset", + "state": "TX", + "latitude": "29.200169", + "longitude": "-98.672350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78070", + "city": "Spring Branch", + "state": "TX", + "latitude": "29.898176", + "longitude": "-98.401350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78071", + "city": "Three Rivers", + "state": "TX", + "latitude": "28.492487", + "longitude": "-98.176400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78072", + "city": "Tilden", + "state": "TX", + "latitude": "28.314027", + "longitude": "-98.498990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78073", + "city": "Von Ormy", + "state": "TX", + "latitude": "29.227135", + "longitude": "-98.609190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78074", + "city": "Waring", + "state": "TX", + "latitude": "29.950969", + "longitude": "-98.790930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78075", + "city": "Whitsett", + "state": "TX", + "latitude": "28.633209", + "longitude": "-98.279240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78076", + "city": "Zapata", + "state": "TX", + "latitude": "26.905200", + "longitude": "-99.218630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78081", + "city": "Judsonia", + "state": "AR", + "latitude": "29.542778", + "longitude": "-98.207990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78093", + "city": "Laredo", + "state": "TX", + "latitude": "27.492996", + "longitude": "-99.463668", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78101", + "city": "Adkins", + "state": "TX", + "latitude": "29.326804", + "longitude": "-98.218870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78102", + "city": "Beeville", + "state": "TX", + "latitude": "28.426202", + "longitude": "-97.748060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78104", + "city": "Beeville", + "state": "TX", + "latitude": "28.393116", + "longitude": "-97.776017", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78107", + "city": "Berclair", + "state": "TX", + "latitude": "28.532320", + "longitude": "-97.588800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78108", + "city": "Cibolo", + "state": "TX", + "latitude": "29.574127", + "longitude": "-98.233080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78109", + "city": "Converse", + "state": "TX", + "latitude": "29.501980", + "longitude": "-98.305820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78111", + "city": "Ecleto", + "state": "TX", + "latitude": "28.944864", + "longitude": "-97.882815", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78112", + "city": "Elmendorf", + "state": "TX", + "latitude": "29.221682", + "longitude": "-98.369020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78113", + "city": "Falls City", + "state": "TX", + "latitude": "28.972553", + "longitude": "-98.069640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78114", + "city": "Floresville", + "state": "TX", + "latitude": "29.150937", + "longitude": "-98.179290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78115", + "city": "Geronimo", + "state": "TX", + "latitude": "29.545080", + "longitude": "-98.040833", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78116", + "city": "Gillett", + "state": "TX", + "latitude": "29.112202", + "longitude": "-97.782750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78117", + "city": "Hobson", + "state": "TX", + "latitude": "28.956196", + "longitude": "-97.950120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78118", + "city": "Karnes City", + "state": "TX", + "latitude": "28.894382", + "longitude": "-97.901020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78119", + "city": "Kenedy", + "state": "TX", + "latitude": "28.779344", + "longitude": "-97.856260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78121", + "city": "La Vernia", + "state": "TX", + "latitude": "29.351202", + "longitude": "-98.115280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78122", + "city": "Leesville", + "state": "TX", + "latitude": "29.425729", + "longitude": "-97.736500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78123", + "city": "McQueeney", + "state": "TX", + "latitude": "29.598103", + "longitude": "-98.043460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78124", + "city": "Marion", + "state": "TX", + "latitude": "29.570379", + "longitude": "-98.146060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78125", + "city": "Mineral", + "state": "TX", + "latitude": "28.535247", + "longitude": "-97.939370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78126", + "city": "San Antonio", + "state": "TX", + "latitude": "29.553020", + "longitude": "-98.486871", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78130", + "city": "New Braunfels", + "state": "TX", + "latitude": "29.699844", + "longitude": "-98.107540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78131", + "city": "New Braunfels", + "state": "TX", + "latitude": "29.799180", + "longitude": "-98.338419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78132", + "city": "New Braunfels", + "state": "TX", + "latitude": "29.749204", + "longitude": "-98.176530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78133", + "city": "Canyon Lake", + "state": "TX", + "latitude": "29.883884", + "longitude": "-98.252190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78134", + "city": "New Braunfels", + "state": "TX", + "latitude": "29.687579", + "longitude": "-98.120104", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78135", + "city": "New Braunfels", + "state": "TX", + "latitude": "29.738502", + "longitude": "-98.087157", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78136", + "city": "McQueeney", + "state": "TX", + "latitude": "29.619401", + "longitude": "-98.060419", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78140", + "city": "Nixon", + "state": "TX", + "latitude": "29.292655", + "longitude": "-97.761670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78141", + "city": "Nordheim", + "state": "TX", + "latitude": "28.919157", + "longitude": "-97.616070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78142", + "city": "Normanna", + "state": "TX", + "latitude": "28.526040", + "longitude": "-97.782560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78143", + "city": "Pandora", + "state": "TX", + "latitude": "29.248705", + "longitude": "-97.844120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78144", + "city": "Panna Maria", + "state": "TX", + "latitude": "28.954252", + "longitude": "-97.896740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78145", + "city": "Pawnee", + "state": "TX", + "latitude": "28.650728", + "longitude": "-98.000560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78146", + "city": "Pettus", + "state": "TX", + "latitude": "28.615464", + "longitude": "-97.815910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78147", + "city": "Poth", + "state": "TX", + "latitude": "29.072412", + "longitude": "-98.077860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78148", + "city": "Universal City", + "state": "TX", + "latitude": "29.550223", + "longitude": "-98.299360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78150", + "city": "Universal City", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78151", + "city": "Runge", + "state": "TX", + "latitude": "28.878902", + "longitude": "-97.714270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78152", + "city": "Saint Hedwig", + "state": "TX", + "latitude": "29.432262", + "longitude": "-98.201510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78154", + "city": "Schertz", + "state": "TX", + "latitude": "29.577359", + "longitude": "-98.278700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78155", + "city": "Seguin", + "state": "TX", + "latitude": "29.564780", + "longitude": "-97.962830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78156", + "city": "Seguin", + "state": "TX", + "latitude": "29.611797", + "longitude": "-97.971208", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78159", + "city": "Smiley", + "state": "TX", + "latitude": "29.269305", + "longitude": "-97.600440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78160", + "city": "Stockdale", + "state": "TX", + "latitude": "29.237074", + "longitude": "-97.954390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78161", + "city": "Sutherland Springs", + "state": "TX", + "latitude": "29.273819", + "longitude": "-98.054240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78162", + "city": "Tuleta", + "state": "TX", + "latitude": "28.424535", + "longitude": "-97.732736", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78163", + "city": "Bulverde", + "state": "TX", + "latitude": "29.758619", + "longitude": "-98.441990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78164", + "city": "Yorktown", + "state": "TX", + "latitude": "28.988817", + "longitude": "-97.517730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78201", + "city": "San Antonio", + "state": "TX", + "latitude": "29.466781", + "longitude": "-98.525190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78202", + "city": "San Antonio", + "state": "TX", + "latitude": "29.428132", + "longitude": "-98.462790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78203", + "city": "San Antonio", + "state": "TX", + "latitude": "29.414983", + "longitude": "-98.462390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78204", + "city": "San Antonio", + "state": "TX", + "latitude": "29.403583", + "longitude": "-98.506300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78205", + "city": "San Antonio", + "state": "TX", + "latitude": "29.425932", + "longitude": "-98.489310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78206", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78207", + "city": "San Antonio", + "state": "TX", + "latitude": "29.423932", + "longitude": "-98.523500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78208", + "city": "San Antonio", + "state": "TX", + "latitude": "29.439832", + "longitude": "-98.458790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78209", + "city": "San Antonio", + "state": "TX", + "latitude": "29.486180", + "longitude": "-98.456800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78210", + "city": "San Antonio", + "state": "TX", + "latitude": "29.397934", + "longitude": "-98.466690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78211", + "city": "San Antonio", + "state": "TX", + "latitude": "29.362185", + "longitude": "-98.546440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78212", + "city": "San Antonio", + "state": "TX", + "latitude": "29.460381", + "longitude": "-98.496490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78213", + "city": "San Antonio", + "state": "TX", + "latitude": "29.510562", + "longitude": "-98.522030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78214", + "city": "San Antonio", + "state": "TX", + "latitude": "29.363335", + "longitude": "-98.490490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78215", + "city": "San Antonio", + "state": "TX", + "latitude": "29.438032", + "longitude": "-98.481140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78216", + "city": "San Antonio", + "state": "TX", + "latitude": "29.528515", + "longitude": "-98.492190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78217", + "city": "San Antonio", + "state": "TX", + "latitude": "29.543865", + "longitude": "-98.417550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78218", + "city": "San Antonio", + "state": "TX", + "latitude": "29.494280", + "longitude": "-98.404310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78219", + "city": "San Antonio", + "state": "TX", + "latitude": "29.448379", + "longitude": "-98.399080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78220", + "city": "San Antonio", + "state": "TX", + "latitude": "29.411583", + "longitude": "-98.418330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78221", + "city": "San Antonio", + "state": "TX", + "latitude": "29.326586", + "longitude": "-98.502170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78222", + "city": "San Antonio", + "state": "TX", + "latitude": "29.379902", + "longitude": "-98.389260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78223", + "city": "San Antonio", + "state": "TX", + "latitude": "29.352352", + "longitude": "-98.432150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78224", + "city": "San Antonio", + "state": "TX", + "latitude": "29.333436", + "longitude": "-98.539340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78225", + "city": "San Antonio", + "state": "TX", + "latitude": "29.387734", + "longitude": "-98.524920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78226", + "city": "San Antonio", + "state": "TX", + "latitude": "29.392167", + "longitude": "-98.554680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78227", + "city": "San Antonio", + "state": "TX", + "latitude": "29.405424", + "longitude": "-98.638320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78228", + "city": "San Antonio", + "state": "TX", + "latitude": "29.457281", + "longitude": "-98.566500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78229", + "city": "San Antonio", + "state": "TX", + "latitude": "29.499454", + "longitude": "-98.571660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78230", + "city": "San Antonio", + "state": "TX", + "latitude": "29.539562", + "longitude": "-98.552530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78231", + "city": "San Antonio", + "state": "TX", + "latitude": "29.574677", + "longitude": "-98.539460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78232", + "city": "San Antonio", + "state": "TX", + "latitude": "29.584698", + "longitude": "-98.469870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78233", + "city": "San Antonio", + "state": "TX", + "latitude": "29.552128", + "longitude": "-98.367750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78234", + "city": "San Antonio", + "state": "TX", + "latitude": "29.457389", + "longitude": "-98.455370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78235", + "city": "San Antonio", + "state": "TX", + "latitude": "29.339060", + "longitude": "-98.427930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78236", + "city": "San Antonio", + "state": "TX", + "latitude": "29.389767", + "longitude": "-98.612510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78237", + "city": "San Antonio", + "state": "TX", + "latitude": "29.422583", + "longitude": "-98.565840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78238", + "city": "San Antonio", + "state": "TX", + "latitude": "29.479874", + "longitude": "-98.615090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78239", + "city": "San Antonio", + "state": "TX", + "latitude": "29.516130", + "longitude": "-98.361610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78240", + "city": "San Antonio", + "state": "TX", + "latitude": "29.518413", + "longitude": "-98.608690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78241", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78242", + "city": "San Antonio", + "state": "TX", + "latitude": "29.353735", + "longitude": "-98.614230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78243", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78244", + "city": "San Antonio", + "state": "TX", + "latitude": "29.475598", + "longitude": "-98.354340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78245", + "city": "San Antonio", + "state": "TX", + "latitude": "29.412338", + "longitude": "-98.704840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78246", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78247", + "city": "San Antonio", + "state": "TX", + "latitude": "29.581304", + "longitude": "-98.408890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78248", + "city": "San Antonio", + "state": "TX", + "latitude": "29.589826", + "longitude": "-98.525240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78249", + "city": "San Antonio", + "state": "TX", + "latitude": "29.569934", + "longitude": "-98.612820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78250", + "city": "San Antonio", + "state": "TX", + "latitude": "29.510204", + "longitude": "-98.667840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78251", + "city": "San Antonio", + "state": "TX", + "latitude": "29.466061", + "longitude": "-98.670040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78252", + "city": "San Antonio", + "state": "TX", + "latitude": "29.335577", + "longitude": "-98.701730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78253", + "city": "San Antonio", + "state": "TX", + "latitude": "29.461353", + "longitude": "-98.759760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78254", + "city": "San Antonio", + "state": "TX", + "latitude": "29.523294", + "longitude": "-98.745040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78255", + "city": "San Antonio", + "state": "TX", + "latitude": "29.665822", + "longitude": "-98.668120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78256", + "city": "San Antonio", + "state": "TX", + "latitude": "29.623533", + "longitude": "-98.624930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78257", + "city": "San Antonio", + "state": "TX", + "latitude": "29.646618", + "longitude": "-98.609900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78258", + "city": "San Antonio", + "state": "TX", + "latitude": "29.649797", + "longitude": "-98.504060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78259", + "city": "San Antonio", + "state": "TX", + "latitude": "29.627332", + "longitude": "-98.427810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78260", + "city": "San Antonio", + "state": "TX", + "latitude": "29.707273", + "longitude": "-98.479690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78261", + "city": "San Antonio", + "state": "TX", + "latitude": "29.698045", + "longitude": "-98.426240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78262", + "city": "San Antonio", + "state": "TX", + "latitude": "29.449332", + "longitude": "-98.290394", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78263", + "city": "San Antonio", + "state": "TX", + "latitude": "29.358153", + "longitude": "-98.319780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78264", + "city": "San Antonio", + "state": "TX", + "latitude": "29.193828", + "longitude": "-98.517950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78265", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78266", + "city": "San Antonio", + "state": "TX", + "latitude": "29.641132", + "longitude": "-98.308560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78268", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78269", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78270", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78275", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78278", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78279", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78280", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78283", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78284", + "city": "San Antonio", + "state": "TX", + "latitude": "29.442632", + "longitude": "-98.491344", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78285", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78286", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78287", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78288", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78289", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78291", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78292", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78293", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78294", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78295", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78296", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78297", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78298", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78299", + "city": "San Antonio", + "state": "TX", + "latitude": "29.437532", + "longitude": "-98.461582", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78301", + "city": "McAllen", + "state": "TX", + "latitude": "26.200001", + "longitude": "-98.231166", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78330", + "city": "Agua Dulce", + "state": "TX", + "latitude": "27.782267", + "longitude": "-97.901340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78331", + "city": "Alice", + "state": "TX", + "latitude": "27.750684", + "longitude": "-98.082694", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78332", + "city": "Alice", + "state": "TX", + "latitude": "27.737965", + "longitude": "-98.093020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78333", + "city": "Alice", + "state": "TX", + "latitude": "27.659473", + "longitude": "-98.012331", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78335", + "city": "Aransas Pass", + "state": "TX", + "latitude": "27.912454", + "longitude": "-97.188437", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78336", + "city": "Aransas Pass", + "state": "TX", + "latitude": "27.915764", + "longitude": "-97.154360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78337", + "city": "Rancho Alegre", + "state": "TX", + "latitude": "27.738511", + "longitude": "-98.098534", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78338", + "city": "Armstrong", + "state": "TX", + "latitude": "26.870238", + "longitude": "-97.774330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78339", + "city": "Banquete", + "state": "TX", + "latitude": "27.807025", + "longitude": "-97.798010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78340", + "city": "Bayside", + "state": "TX", + "latitude": "28.103283", + "longitude": "-97.207570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78341", + "city": "Benavides", + "state": "TX", + "latitude": "27.592468", + "longitude": "-98.414188", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78342", + "city": "Ben Bolt", + "state": "TX", + "latitude": "27.659473", + "longitude": "-98.012331", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78343", + "city": "Bishop", + "state": "TX", + "latitude": "27.605490", + "longitude": "-97.785720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78344", + "city": "Bruni", + "state": "TX", + "latitude": "27.432540", + "longitude": "-98.812710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78347", + "city": "Chapman Ranch", + "state": "TX", + "latitude": "27.593816", + "longitude": "-97.462140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78349", + "city": "Concepcion", + "state": "TX", + "latitude": "27.316167", + "longitude": "-98.297970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78350", + "city": "Dinero", + "state": "TX", + "latitude": "28.421814", + "longitude": "-98.071902", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78351", + "city": "Driscoll", + "state": "TX", + "latitude": "27.672549", + "longitude": "-97.751050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78352", + "city": "Edroy", + "state": "TX", + "latitude": "27.973465", + "longitude": "-97.681690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78353", + "city": "Encino", + "state": "TX", + "latitude": "26.894094", + "longitude": "-98.215610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78355", + "city": "Falfurrias", + "state": "TX", + "latitude": "27.217893", + "longitude": "-98.164790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78357", + "city": "Freer", + "state": "TX", + "latitude": "27.939823", + "longitude": "-98.576240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78358", + "city": "Fulton", + "state": "TX", + "latitude": "28.065865", + "longitude": "-97.040660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78359", + "city": "Gregory", + "state": "TX", + "latitude": "27.920604", + "longitude": "-97.292480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78360", + "city": "Guerra", + "state": "TX", + "latitude": "27.071318", + "longitude": "-98.686327", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78361", + "city": "Hebbronville", + "state": "TX", + "latitude": "27.171990", + "longitude": "-98.730830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78362", + "city": "Ingleside", + "state": "TX", + "latitude": "27.866143", + "longitude": "-97.207120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78363", + "city": "Kingsville", + "state": "TX", + "latitude": "27.496472", + "longitude": "-97.868080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78364", + "city": "Kingsville", + "state": "TX", + "latitude": "27.342872", + "longitude": "-97.703550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78368", + "city": "Mathis", + "state": "TX", + "latitude": "28.101323", + "longitude": "-97.829680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78369", + "city": "Mirando City", + "state": "TX", + "latitude": "27.443330", + "longitude": "-98.999440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78370", + "city": "Odem", + "state": "TX", + "latitude": "27.955312", + "longitude": "-97.592880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78371", + "city": "Oilton", + "state": "TX", + "latitude": "27.467237", + "longitude": "-98.974310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78372", + "city": "Orange Grove", + "state": "TX", + "latitude": "27.963592", + "longitude": "-98.070310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78373", + "city": "Port Aransas", + "state": "TX", + "latitude": "27.818477", + "longitude": "-97.079980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78374", + "city": "Portland", + "state": "TX", + "latitude": "27.884565", + "longitude": "-97.320540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78375", + "city": "Premont", + "state": "TX", + "latitude": "27.368433", + "longitude": "-98.121840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78376", + "city": "Realitos", + "state": "TX", + "latitude": "27.363706", + "longitude": "-98.564420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78377", + "city": "Refugio", + "state": "TX", + "latitude": "28.327234", + "longitude": "-97.247870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78379", + "city": "Riviera", + "state": "TX", + "latitude": "27.299073", + "longitude": "-97.784330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78380", + "city": "Robstown", + "state": "TX", + "latitude": "27.782255", + "longitude": "-97.686090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78381", + "city": "Rockport", + "state": "TX", + "latitude": "28.013108", + "longitude": "-97.093640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78382", + "city": "Rockport", + "state": "TX", + "latitude": "28.047744", + "longitude": "-97.048180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78383", + "city": "Sandia", + "state": "TX", + "latitude": "28.066598", + "longitude": "-97.928910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78384", + "city": "San Diego", + "state": "TX", + "latitude": "27.683506", + "longitude": "-98.381420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78385", + "city": "Sarita", + "state": "TX", + "latitude": "27.179140", + "longitude": "-97.825110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78387", + "city": "Sinton", + "state": "TX", + "latitude": "28.054995", + "longitude": "-97.513300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78389", + "city": "Skidmore", + "state": "TX", + "latitude": "28.237359", + "longitude": "-97.693310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78390", + "city": "Taft", + "state": "TX", + "latitude": "27.977641", + "longitude": "-97.370320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78391", + "city": "Tynan", + "state": "TX", + "latitude": "28.169309", + "longitude": "-97.754040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78393", + "city": "Woodsboro", + "state": "TX", + "latitude": "28.206223", + "longitude": "-97.307780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78401", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.795805", + "longitude": "-97.400190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78402", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.829732", + "longitude": "-97.401600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78403", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78404", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.770056", + "longitude": "-97.400100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78405", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777922", + "longitude": "-97.426950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78406", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.776304", + "longitude": "-97.512530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78407", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.802404", + "longitude": "-97.425990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78408", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.796171", + "longitude": "-97.437960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78409", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.806753", + "longitude": "-97.509710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78410", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.846568", + "longitude": "-97.594350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78411", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.733058", + "longitude": "-97.385420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78412", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.709309", + "longitude": "-97.352250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78413", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.687792", + "longitude": "-97.401650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78414", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.672334", + "longitude": "-97.370510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78415", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.727083", + "longitude": "-97.428900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78416", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.752356", + "longitude": "-97.434650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78417", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.729855", + "longitude": "-97.445030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78418", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.633433", + "longitude": "-97.267920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78419", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.723611", + "longitude": "-97.380884", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78426", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78427", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78460", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.889868", + "longitude": "-97.879743", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78461", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78463", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78465", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78466", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78467", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78468", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78469", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78470", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78471", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78472", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.740225", + "longitude": "-97.579207", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78473", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78474", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78475", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78476", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78477", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78478", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78480", + "city": "Corpus Christi", + "state": "TX", + "latitude": "27.777000", + "longitude": "-97.463213", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78501", + "city": "Mcallen", + "state": "TX", + "latitude": "26.213105", + "longitude": "-98.235790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78502", + "city": "Mcallen", + "state": "TX", + "latitude": "26.256710", + "longitude": "-98.198929", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78503", + "city": "Mcallen", + "state": "TX", + "latitude": "26.172018", + "longitude": "-98.250420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78504", + "city": "Mcallen", + "state": "TX", + "latitude": "26.262730", + "longitude": "-98.230820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78505", + "city": "Mcallen", + "state": "TX", + "latitude": "26.409709", + "longitude": "-98.224206", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78512", + "city": "Mission", + "state": "TX", + "latitude": "26.232613", + "longitude": "-98.348534", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78516", + "city": "Alamo", + "state": "TX", + "latitude": "26.175021", + "longitude": "-98.119690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78520", + "city": "Brownsville", + "state": "TX", + "latitude": "25.928274", + "longitude": "-97.516180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78521", + "city": "Brownsville", + "state": "TX", + "latitude": "25.918758", + "longitude": "-97.427390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78522", + "city": "Brownsville", + "state": "TX", + "latitude": "26.188911", + "longitude": "-97.764271", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78523", + "city": "Brownsville", + "state": "TX", + "latitude": "25.981006", + "longitude": "-97.520941", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78526", + "city": "Brownsville", + "state": "TX", + "latitude": "25.969007", + "longitude": "-97.472110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78535", + "city": "Combes", + "state": "TX", + "latitude": "26.245051", + "longitude": "-97.741570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78536", + "city": "Delmita", + "state": "TX", + "latitude": "26.421394", + "longitude": "-98.848757", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78537", + "city": "Donna", + "state": "TX", + "latitude": "26.165352", + "longitude": "-98.055680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78538", + "city": "Edcouch", + "state": "TX", + "latitude": "26.344688", + "longitude": "-97.969610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78539", + "city": "Edinburg", + "state": "TX", + "latitude": "26.344128", + "longitude": "-98.180110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78540", + "city": "Edinburg", + "state": "TX", + "latitude": "26.319405", + "longitude": "-98.190922", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78541", + "city": "Edinburg", + "state": "TX", + "latitude": "26.319427", + "longitude": "-98.154881", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78543", + "city": "Elsa", + "state": "TX", + "latitude": "26.298611", + "longitude": "-97.994640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78545", + "city": "Falcon Heights", + "state": "TX", + "latitude": "26.561861", + "longitude": "-99.133920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78547", + "city": "Garciasville", + "state": "TX", + "latitude": "26.321652", + "longitude": "-98.695250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78548", + "city": "Grulla", + "state": "TX", + "latitude": "26.270824", + "longitude": "-98.648910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78549", + "city": "Hargill", + "state": "TX", + "latitude": "26.444890", + "longitude": "-98.014780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78550", + "city": "Harlingen", + "state": "TX", + "latitude": "26.206602", + "longitude": "-97.687760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78551", + "city": "Harlingen", + "state": "TX", + "latitude": "26.244651", + "longitude": "-97.720569", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78552", + "city": "Harlingen", + "state": "TX", + "latitude": "26.195591", + "longitude": "-97.753210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78553", + "city": "Harlingen", + "state": "TX", + "latitude": "26.125242", + "longitude": "-97.475663", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78555", + "city": "McAllen", + "state": "TX", + "latitude": "26.250709", + "longitude": "-97.711367", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78557", + "city": "Hidalgo", + "state": "TX", + "latitude": "26.105725", + "longitude": "-98.246390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78558", + "city": "La Blanca", + "state": "TX", + "latitude": "26.305113", + "longitude": "-98.033750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78559", + "city": "La Feria", + "state": "TX", + "latitude": "26.149453", + "longitude": "-97.829230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78560", + "city": "La Joya", + "state": "TX", + "latitude": "26.244317", + "longitude": "-98.495740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78561", + "city": "Lasara", + "state": "TX", + "latitude": "26.561287", + "longitude": "-97.429952", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78562", + "city": "La Villa", + "state": "TX", + "latitude": "26.301385", + "longitude": "-97.925470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78563", + "city": "Linn", + "state": "TX", + "latitude": "26.633158", + "longitude": "-98.215780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78564", + "city": "Lopeno", + "state": "TX", + "latitude": "26.945418", + "longitude": "-99.203985", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78565", + "city": "Los Ebanos", + "state": "TX", + "latitude": "26.247488", + "longitude": "-98.559620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78566", + "city": "Los Fresnos", + "state": "TX", + "latitude": "26.099562", + "longitude": "-97.439270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78567", + "city": "Los Indios", + "state": "TX", + "latitude": "26.041669", + "longitude": "-97.693736", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78568", + "city": "Lozano", + "state": "TX", + "latitude": "26.190402", + "longitude": "-97.542263", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78569", + "city": "Lyford", + "state": "TX", + "latitude": "26.393810", + "longitude": "-97.711300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78570", + "city": "Mercedes", + "state": "TX", + "latitude": "26.169728", + "longitude": "-97.912320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78571", + "city": "Salado", + "state": "TX", + "latitude": "30.916863", + "longitude": "-97.485039", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78572", + "city": "Mission", + "state": "TX", + "latitude": "26.234417", + "longitude": "-98.342050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78573", + "city": "Mission", + "state": "TX", + "latitude": "26.409709", + "longitude": "-98.224206", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78574", + "city": "Sebastian", + "state": "TX", + "latitude": "26.244013", + "longitude": "-98.311760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78575", + "city": "Olmito", + "state": "TX", + "latitude": "26.023905", + "longitude": "-97.544570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78576", + "city": "Penitas", + "state": "TX", + "latitude": "26.249010", + "longitude": "-98.450140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78577", + "city": "Pharr", + "state": "TX", + "latitude": "26.201284", + "longitude": "-98.186190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78578", + "city": "Port Isabel", + "state": "TX", + "latitude": "26.080434", + "longitude": "-97.250240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78579", + "city": "Progreso", + "state": "TX", + "latitude": "26.087777", + "longitude": "-97.971900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78580", + "city": "Raymondville", + "state": "TX", + "latitude": "26.500175", + "longitude": "-97.810130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78582", + "city": "Rio Grande City", + "state": "TX", + "latitude": "26.445982", + "longitude": "-98.693320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78583", + "city": "Rio Hondo", + "state": "TX", + "latitude": "26.259032", + "longitude": "-97.529480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78584", + "city": "Roma", + "state": "TX", + "latitude": "26.493058", + "longitude": "-99.007180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78585", + "city": "Salineno", + "state": "TX", + "latitude": "26.510436", + "longitude": "-98.746365", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78586", + "city": "San Benito", + "state": "TX", + "latitude": "26.111261", + "longitude": "-97.635190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78587", + "city": "La Victoria", + "state": "TX", + "latitude": "26.316452", + "longitude": "-98.639793", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78588", + "city": "San Isidro", + "state": "TX", + "latitude": "26.720155", + "longitude": "-98.468450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78589", + "city": "San Juan", + "state": "TX", + "latitude": "26.190444", + "longitude": "-98.153010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78590", + "city": "San Perlita", + "state": "TX", + "latitude": "26.455519", + "longitude": "-97.585805", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78591", + "city": "Santa Elena", + "state": "TX", + "latitude": "26.749896", + "longitude": "-98.583016", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78592", + "city": "Santa Maria", + "state": "TX", + "latitude": "26.078355", + "longitude": "-97.841690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78593", + "city": "Santa Rosa", + "state": "TX", + "latitude": "26.271090", + "longitude": "-97.829040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78594", + "city": "Sebastian", + "state": "TX", + "latitude": "26.344765", + "longitude": "-97.800310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78595", + "city": "Sullivan City", + "state": "TX", + "latitude": "26.272363", + "longitude": "-98.558700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78596", + "city": "Weslaco", + "state": "TX", + "latitude": "26.162609", + "longitude": "-97.985120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78597", + "city": "South Padre Island", + "state": "TX", + "latitude": "26.117636", + "longitude": "-97.170190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78598", + "city": "Port Mansfield", + "state": "TX", + "latitude": "26.558995", + "longitude": "-97.427380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78599", + "city": "Weslaco", + "state": "TX", + "latitude": "26.409709", + "longitude": "-98.224206", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78602", + "city": "Bastrop", + "state": "TX", + "latitude": "30.120443", + "longitude": "-97.309910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78603", + "city": "Bebe", + "state": "TX", + "latitude": "29.447211", + "longitude": "-97.494649", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78604", + "city": "Belmont", + "state": "TX", + "latitude": "29.447211", + "longitude": "-97.494649", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78605", + "city": "Bertram", + "state": "TX", + "latitude": "30.760216", + "longitude": "-98.035790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78606", + "city": "Blanco", + "state": "TX", + "latitude": "30.096855", + "longitude": "-98.434110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78607", + "city": "Bluffton", + "state": "TX", + "latitude": "30.833543", + "longitude": "-98.479380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78608", + "city": "Briggs", + "state": "TX", + "latitude": "30.930600", + "longitude": "-97.909290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78609", + "city": "Buchanan Dam", + "state": "TX", + "latitude": "30.744225", + "longitude": "-98.431670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78610", + "city": "Buda", + "state": "TX", + "latitude": "30.077030", + "longitude": "-97.817800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78611", + "city": "Burnet", + "state": "TX", + "latitude": "30.767327", + "longitude": "-98.301090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78612", + "city": "Cedar Creek", + "state": "TX", + "latitude": "30.130116", + "longitude": "-97.490550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78613", + "city": "Cedar Park", + "state": "TX", + "latitude": "30.501272", + "longitude": "-97.830870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78614", + "city": "Cost", + "state": "TX", + "latitude": "29.406434", + "longitude": "-97.586900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78615", + "city": "Coupland", + "state": "TX", + "latitude": "30.460373", + "longitude": "-97.393500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78616", + "city": "Dale", + "state": "TX", + "latitude": "29.928764", + "longitude": "-97.563170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78617", + "city": "Del Valle", + "state": "TX", + "latitude": "30.166225", + "longitude": "-97.624960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78618", + "city": "Doss", + "state": "TX", + "latitude": "30.486818", + "longitude": "-99.175260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78619", + "city": "Driftwood", + "state": "TX", + "latitude": "30.103644", + "longitude": "-98.038750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78620", + "city": "Dripping Springs", + "state": "TX", + "latitude": "30.241080", + "longitude": "-98.107530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78621", + "city": "Elgin", + "state": "TX", + "latitude": "30.338279", + "longitude": "-97.366110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78622", + "city": "Fentress", + "state": "TX", + "latitude": "29.760052", + "longitude": "-97.777270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78623", + "city": "Fischer", + "state": "TX", + "latitude": "29.960139", + "longitude": "-98.218460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78624", + "city": "Fredericksburg", + "state": "TX", + "latitude": "30.279267", + "longitude": "-98.883890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78626", + "city": "Georgetown", + "state": "TX", + "latitude": "30.643058", + "longitude": "-97.647130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78627", + "city": "Georgetown", + "state": "TX", + "latitude": "30.673597", + "longitude": "-97.646143", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78628", + "city": "Georgetown", + "state": "TX", + "latitude": "30.674349", + "longitude": "-97.723380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78629", + "city": "Gonzales", + "state": "TX", + "latitude": "29.510439", + "longitude": "-97.453520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78630", + "city": "Cedar Park", + "state": "TX", + "latitude": "30.656817", + "longitude": "-97.602552", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78631", + "city": "Harper", + "state": "TX", + "latitude": "30.334152", + "longitude": "-99.295600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78632", + "city": "Harwood", + "state": "TX", + "latitude": "29.698718", + "longitude": "-97.457390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78634", + "city": "Hutto", + "state": "TX", + "latitude": "30.540874", + "longitude": "-97.546110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78635", + "city": "Hye", + "state": "TX", + "latitude": "30.217838", + "longitude": "-98.537880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78636", + "city": "Johnson City", + "state": "TX", + "latitude": "30.286655", + "longitude": "-98.398370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78638", + "city": "Kingsbury", + "state": "TX", + "latitude": "29.655639", + "longitude": "-97.772190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78639", + "city": "Kingsland", + "state": "TX", + "latitude": "30.663209", + "longitude": "-98.445880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78640", + "city": "Kyle", + "state": "TX", + "latitude": "29.996916", + "longitude": "-97.847560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78641", + "city": "Leander", + "state": "TX", + "latitude": "30.547001", + "longitude": "-97.870060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78642", + "city": "Liberty Hill", + "state": "TX", + "latitude": "30.702882", + "longitude": "-97.926900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78643", + "city": "Llano", + "state": "TX", + "latitude": "30.721302", + "longitude": "-98.665570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78644", + "city": "Lockhart", + "state": "TX", + "latitude": "29.872165", + "longitude": "-97.680930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78645", + "city": "Leander", + "state": "TX", + "latitude": "30.453776", + "longitude": "-97.975070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78646", + "city": "Leander", + "state": "TX", + "latitude": "30.656817", + "longitude": "-97.602552", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78648", + "city": "Luling", + "state": "TX", + "latitude": "29.694257", + "longitude": "-97.653300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78650", + "city": "McDade", + "state": "TX", + "latitude": "30.283941", + "longitude": "-97.235630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78651", + "city": "McNeil", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78652", + "city": "Manchaca", + "state": "TX", + "latitude": "30.128480", + "longitude": "-97.843800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78653", + "city": "Manor", + "state": "TX", + "latitude": "30.351225", + "longitude": "-97.547310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78654", + "city": "Marble Falls", + "state": "TX", + "latitude": "30.566681", + "longitude": "-98.307560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78655", + "city": "Martindale", + "state": "TX", + "latitude": "29.838163", + "longitude": "-97.841780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78656", + "city": "Maxwell", + "state": "TX", + "latitude": "29.887939", + "longitude": "-97.836130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78657", + "city": "Marble Falls", + "state": "TX", + "latitude": "30.538867", + "longitude": "-98.365110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78658", + "city": "Ottine", + "state": "TX", + "latitude": "29.592212", + "longitude": "-97.589220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78659", + "city": "Paige", + "state": "TX", + "latitude": "30.210685", + "longitude": "-97.116620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78660", + "city": "Pflugerville", + "state": "TX", + "latitude": "30.450122", + "longitude": "-97.623000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78661", + "city": "Prairie Lea", + "state": "TX", + "latitude": "29.720570", + "longitude": "-97.735190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78662", + "city": "Red Rock", + "state": "TX", + "latitude": "29.950887", + "longitude": "-97.427280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78663", + "city": "Round Mountain", + "state": "TX", + "latitude": "30.448580", + "longitude": "-98.384210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78664", + "city": "Round Rock", + "state": "TX", + "latitude": "30.514401", + "longitude": "-97.655490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78665", + "city": "Sandy", + "state": "TX", + "latitude": "30.219829", + "longitude": "-98.358613", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78666", + "city": "San Marcos", + "state": "TX", + "latitude": "29.876944", + "longitude": "-97.946680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78667", + "city": "San Marcos", + "state": "TX", + "latitude": "30.054378", + "longitude": "-98.003574", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78669", + "city": "Spicewood", + "state": "TX", + "latitude": "30.427733", + "longitude": "-98.080620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78670", + "city": "Staples", + "state": "TX", + "latitude": "29.777564", + "longitude": "-97.819660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78671", + "city": "Stonewall", + "state": "TX", + "latitude": "30.230188", + "longitude": "-98.621520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78672", + "city": "Tow", + "state": "TX", + "latitude": "30.864936", + "longitude": "-98.453610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78673", + "city": "Walburg", + "state": "TX", + "latitude": "30.741495", + "longitude": "-97.589147", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78674", + "city": "Weir", + "state": "TX", + "latitude": "30.674667", + "longitude": "-97.592860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78675", + "city": "Willow City", + "state": "TX", + "latitude": "30.460464", + "longitude": "-98.719110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78676", + "city": "Wimberley", + "state": "TX", + "latitude": "30.022492", + "longitude": "-98.132940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78677", + "city": "Wrightsboro", + "state": "TX", + "latitude": "29.447211", + "longitude": "-97.494649", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78680", + "city": "Round Rock", + "state": "TX", + "latitude": "30.656817", + "longitude": "-97.602552", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78681", + "city": "Round Rock", + "state": "TX", + "latitude": "30.518975", + "longitude": "-97.714390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78682", + "city": "Round Rock", + "state": "TX", + "latitude": "30.656817", + "longitude": "-97.602552", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78683", + "city": "Round Rock", + "state": "TX", + "latitude": "30.656817", + "longitude": "-97.602552", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78691", + "city": "Pflugerville", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78701", + "city": "Austin", + "state": "TX", + "latitude": "30.271270", + "longitude": "-97.741030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78702", + "city": "Austin", + "state": "TX", + "latitude": "30.265158", + "longitude": "-97.718790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78703", + "city": "Austin", + "state": "TX", + "latitude": "30.290907", + "longitude": "-97.762770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78704", + "city": "Austin", + "state": "TX", + "latitude": "30.246309", + "longitude": "-97.760870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78705", + "city": "Austin", + "state": "TX", + "latitude": "30.292424", + "longitude": "-97.738560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78708", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78709", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78710", + "city": "Austin", + "state": "TX", + "latitude": "30.351953", + "longitude": "-97.715123", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78711", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78712", + "city": "Austin", + "state": "TX", + "latitude": "30.285207", + "longitude": "-97.735394", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78713", + "city": "Austin", + "state": "TX", + "latitude": "30.468583", + "longitude": "-97.843336", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78714", + "city": "Austin", + "state": "TX", + "latitude": "30.335787", + "longitude": "-97.443751", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78715", + "city": "Austin", + "state": "TX", + "latitude": "30.450088", + "longitude": "-97.486509", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78716", + "city": "Austin", + "state": "TX", + "latitude": "30.316223", + "longitude": "-97.858770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78717", + "city": "Austin", + "state": "TX", + "latitude": "30.494623", + "longitude": "-97.756870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78718", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78719", + "city": "Austin", + "state": "TX", + "latitude": "30.163458", + "longitude": "-97.677110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78720", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78721", + "city": "Austin", + "state": "TX", + "latitude": "30.272926", + "longitude": "-97.686650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78722", + "city": "Austin", + "state": "TX", + "latitude": "30.289307", + "longitude": "-97.716590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78723", + "city": "Austin", + "state": "TX", + "latitude": "30.306507", + "longitude": "-97.686510", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78724", + "city": "Austin", + "state": "TX", + "latitude": "30.294148", + "longitude": "-97.628630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78725", + "city": "Austin", + "state": "TX", + "latitude": "30.231583", + "longitude": "-97.609920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78726", + "city": "Austin", + "state": "TX", + "latitude": "30.439053", + "longitude": "-97.835030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78727", + "city": "Austin", + "state": "TX", + "latitude": "30.425652", + "longitude": "-97.714190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78728", + "city": "Austin", + "state": "TX", + "latitude": "30.451803", + "longitude": "-97.679890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78729", + "city": "Austin", + "state": "TX", + "latitude": "30.451348", + "longitude": "-97.765880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78730", + "city": "Austin", + "state": "TX", + "latitude": "30.359935", + "longitude": "-97.831250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78731", + "city": "Austin", + "state": "TX", + "latitude": "30.344305", + "longitude": "-97.763800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78732", + "city": "Austin", + "state": "TX", + "latitude": "30.382724", + "longitude": "-97.894590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78733", + "city": "Austin", + "state": "TX", + "latitude": "30.329704", + "longitude": "-97.875100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78734", + "city": "Austin", + "state": "TX", + "latitude": "30.378675", + "longitude": "-97.950280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78735", + "city": "Austin", + "state": "TX", + "latitude": "30.250761", + "longitude": "-97.844690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78736", + "city": "Austin", + "state": "TX", + "latitude": "30.245558", + "longitude": "-97.941770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78737", + "city": "Austin", + "state": "TX", + "latitude": "30.190250", + "longitude": "-97.958540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78738", + "city": "Austin", + "state": "TX", + "latitude": "30.340111", + "longitude": "-97.988690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78739", + "city": "Austin", + "state": "TX", + "latitude": "30.172070", + "longitude": "-97.872840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78741", + "city": "Austin", + "state": "TX", + "latitude": "30.231252", + "longitude": "-97.716000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78742", + "city": "Austin", + "state": "TX", + "latitude": "30.233580", + "longitude": "-97.678310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78744", + "city": "Austin", + "state": "TX", + "latitude": "30.188377", + "longitude": "-97.740380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78745", + "city": "Austin", + "state": "TX", + "latitude": "30.207559", + "longitude": "-97.795750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78746", + "city": "Austin", + "state": "TX", + "latitude": "30.287739", + "longitude": "-97.802200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78747", + "city": "Austin", + "state": "TX", + "latitude": "30.132855", + "longitude": "-97.761870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78748", + "city": "Austin", + "state": "TX", + "latitude": "30.172020", + "longitude": "-97.822650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78749", + "city": "Austin", + "state": "TX", + "latitude": "30.216108", + "longitude": "-97.858280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78750", + "city": "Austin", + "state": "TX", + "latitude": "30.438933", + "longitude": "-97.803830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78751", + "city": "Austin", + "state": "TX", + "latitude": "30.310707", + "longitude": "-97.723000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78752", + "city": "Austin", + "state": "TX", + "latitude": "30.332506", + "longitude": "-97.705710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78753", + "city": "Austin", + "state": "TX", + "latitude": "30.374654", + "longitude": "-97.676210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78754", + "city": "Austin", + "state": "TX", + "latitude": "30.354234", + "longitude": "-97.646790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78755", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78756", + "city": "Austin", + "state": "TX", + "latitude": "30.320206", + "longitude": "-97.741770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78757", + "city": "Austin", + "state": "TX", + "latitude": "30.349455", + "longitude": "-97.733280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78758", + "city": "Austin", + "state": "TX", + "latitude": "30.384204", + "longitude": "-97.703920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78759", + "city": "Austin", + "state": "TX", + "latitude": "30.406169", + "longitude": "-97.757430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78760", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78761", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78762", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78763", + "city": "Austin", + "state": "TX", + "latitude": "30.335398", + "longitude": "-97.559807", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78764", + "city": "Austin", + "state": "TX", + "latitude": "30.445502", + "longitude": "-97.659533", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78765", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78766", + "city": "Austin", + "state": "TX", + "latitude": "30.442202", + "longitude": "-97.623330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78767", + "city": "Austin", + "state": "TX", + "latitude": "30.222007", + "longitude": "-97.896285", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78768", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78769", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78771", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78772", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78773", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78774", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78778", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78779", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78780", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78781", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78782", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78783", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78785", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78786", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78787", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78788", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78789", + "city": "Austin", + "state": "TX", + "latitude": "30.326374", + "longitude": "-97.771258", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78801", + "city": "Uvalde", + "state": "TX", + "latitude": "29.252882", + "longitude": "-99.816500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78802", + "city": "Uvalde", + "state": "TX", + "latitude": "29.223697", + "longitude": "-99.779351", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78827", + "city": "Asherton", + "state": "TX", + "latitude": "28.442081", + "longitude": "-99.760640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78828", + "city": "Barksdale", + "state": "TX", + "latitude": "29.782887", + "longitude": "-100.085470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78829", + "city": "Batesville", + "state": "TX", + "latitude": "28.883474", + "longitude": "-99.584160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78830", + "city": "Big Wells", + "state": "TX", + "latitude": "28.555795", + "longitude": "-99.507440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78832", + "city": "Brackettville", + "state": "TX", + "latitude": "29.313559", + "longitude": "-100.424520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78833", + "city": "Camp Wood", + "state": "TX", + "latitude": "29.664428", + "longitude": "-99.999680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78834", + "city": "Carrizo Springs", + "state": "TX", + "latitude": "28.524292", + "longitude": "-99.838270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78835", + "city": "Burton", + "state": "TX", + "latitude": "30.178439", + "longitude": "-96.591092", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78836", + "city": "Catarina", + "state": "TX", + "latitude": "28.348840", + "longitude": "-99.612380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78837", + "city": "Comstock", + "state": "TX", + "latitude": "29.933388", + "longitude": "-101.400610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78838", + "city": "Concan", + "state": "TX", + "latitude": "29.541648", + "longitude": "-99.718170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78839", + "city": "Crystal City", + "state": "TX", + "latitude": "28.689060", + "longitude": "-99.812780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78840", + "city": "Del Rio", + "state": "TX", + "latitude": "29.404267", + "longitude": "-100.881160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78841", + "city": "Del Rio", + "state": "TX", + "latitude": "29.346518", + "longitude": "-100.928864", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78842", + "city": "Del Rio", + "state": "TX", + "latitude": "29.411955", + "longitude": "-100.934216", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78843", + "city": "Laughlin A F B", + "state": "TX", + "latitude": "29.356379", + "longitude": "-100.792690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78847", + "city": "Del Rio", + "state": "TX", + "latitude": "29.763171", + "longitude": "-101.230032", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78850", + "city": "D Hanis", + "state": "TX", + "latitude": "29.334701", + "longitude": "-99.335340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78851", + "city": "Dryden", + "state": "TX", + "latitude": "30.075997", + "longitude": "-101.955740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78852", + "city": "Eagle Pass", + "state": "TX", + "latitude": "28.716242", + "longitude": "-100.480580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78853", + "city": "Eagle Pass", + "state": "TX", + "latitude": "28.679006", + "longitude": "-100.478373", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78860", + "city": "El Indio", + "state": "TX", + "latitude": "28.513787", + "longitude": "-100.316470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78861", + "city": "Hondo", + "state": "TX", + "latitude": "29.379516", + "longitude": "-99.126650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78870", + "city": "Knippa", + "state": "TX", + "latitude": "29.297821", + "longitude": "-99.627540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78871", + "city": "Langtry", + "state": "TX", + "latitude": "29.763171", + "longitude": "-101.230032", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78872", + "city": "La Pryor", + "state": "TX", + "latitude": "28.950547", + "longitude": "-99.850320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78873", + "city": "Leakey", + "state": "TX", + "latitude": "29.756509", + "longitude": "-99.766650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78877", + "city": "Quemado", + "state": "TX", + "latitude": "28.917675", + "longitude": "-100.603320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78879", + "city": "Rio Frio", + "state": "TX", + "latitude": "29.628266", + "longitude": "-99.738470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78880", + "city": "Rocksprings", + "state": "TX", + "latitude": "30.065334", + "longitude": "-100.172020", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78881", + "city": "Sabinal", + "state": "TX", + "latitude": "29.361493", + "longitude": "-99.504970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78883", + "city": "Tarpley", + "state": "TX", + "latitude": "29.671077", + "longitude": "-99.343840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78884", + "city": "Utopia", + "state": "TX", + "latitude": "29.634216", + "longitude": "-99.488940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78885", + "city": "Vanderpool", + "state": "TX", + "latitude": "29.785042", + "longitude": "-99.553610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78886", + "city": "Yancey", + "state": "TX", + "latitude": "29.143045", + "longitude": "-99.190450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78931", + "city": "Bleiblerville", + "state": "TX", + "latitude": "29.849283", + "longitude": "-96.313271", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78932", + "city": "Carmine", + "state": "TX", + "latitude": "30.141287", + "longitude": "-96.690900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78933", + "city": "Cat Spring", + "state": "TX", + "latitude": "29.773128", + "longitude": "-96.393420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78934", + "city": "Columbus", + "state": "TX", + "latitude": "29.712052", + "longitude": "-96.561340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78935", + "city": "Alleyton", + "state": "TX", + "latitude": "29.698797", + "longitude": "-96.455940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78938", + "city": "Ellinger", + "state": "TX", + "latitude": "29.838528", + "longitude": "-96.703890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78940", + "city": "Fayetteville", + "state": "TX", + "latitude": "29.941521", + "longitude": "-96.659770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78941", + "city": "Flatonia", + "state": "TX", + "latitude": "29.719856", + "longitude": "-97.124900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78942", + "city": "Giddings", + "state": "TX", + "latitude": "30.182175", + "longitude": "-96.931710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78943", + "city": "Glidden", + "state": "TX", + "latitude": "29.699797", + "longitude": "-96.593140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78944", + "city": "Industry", + "state": "TX", + "latitude": "29.975083", + "longitude": "-96.500810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78945", + "city": "La Grange", + "state": "TX", + "latitude": "29.909764", + "longitude": "-96.874500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78946", + "city": "Ledbetter", + "state": "TX", + "latitude": "30.186858", + "longitude": "-96.781850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78947", + "city": "Lexington", + "state": "TX", + "latitude": "30.414806", + "longitude": "-97.039040", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78948", + "city": "Lincoln", + "state": "TX", + "latitude": "30.298400", + "longitude": "-96.953580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78949", + "city": "Muldoon", + "state": "TX", + "latitude": "29.847433", + "longitude": "-97.079880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78950", + "city": "New Ulm", + "state": "TX", + "latitude": "29.909257", + "longitude": "-96.496170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78951", + "city": "Oakland", + "state": "TX", + "latitude": "29.604660", + "longitude": "-96.524899", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78952", + "city": "Plum", + "state": "TX", + "latitude": "29.896219", + "longitude": "-96.943868", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78953", + "city": "Rosanky", + "state": "TX", + "latitude": "29.846862", + "longitude": "-97.331800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78954", + "city": "Round Top", + "state": "TX", + "latitude": "30.057137", + "longitude": "-96.677960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78956", + "city": "Schulenburg", + "state": "TX", + "latitude": "29.680723", + "longitude": "-96.919640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78957", + "city": "Smithville", + "state": "TX", + "latitude": "30.010487", + "longitude": "-97.160360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78959", + "city": "Waelder", + "state": "TX", + "latitude": "29.697311", + "longitude": "-97.290770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78960", + "city": "Warda", + "state": "TX", + "latitude": "30.070257", + "longitude": "-96.919390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78961", + "city": "Round Top", + "state": "TX", + "latitude": "29.665518", + "longitude": "-97.039741", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78962", + "city": "Weimar", + "state": "TX", + "latitude": "29.698373", + "longitude": "-96.759320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78963", + "city": "West Point", + "state": "TX", + "latitude": "29.930184", + "longitude": "-97.026900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "78972", + "city": "Austin", + "state": "TX", + "latitude": "30.315360", + "longitude": "-97.663293", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79001", + "city": "Adrian", + "state": "TX", + "latitude": "35.219500", + "longitude": "-102.717950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79002", + "city": "Alanreed", + "state": "TX", + "latitude": "35.201105", + "longitude": "-100.749390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79003", + "city": "Allison", + "state": "TX", + "latitude": "35.629034", + "longitude": "-100.092910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79005", + "city": "Booker", + "state": "TX", + "latitude": "36.427031", + "longitude": "-100.510970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79007", + "city": "Borger", + "state": "TX", + "latitude": "35.665899", + "longitude": "-101.406660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79008", + "city": "Borger", + "state": "TX", + "latitude": "35.631621", + "longitude": "-101.599447", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79009", + "city": "Bovina", + "state": "TX", + "latitude": "34.517480", + "longitude": "-102.894780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79010", + "city": "Boys Ranch", + "state": "TX", + "latitude": "35.459732", + "longitude": "-102.147570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79011", + "city": "Briscoe", + "state": "TX", + "latitude": "35.662917", + "longitude": "-100.219990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79012", + "city": "Bushland", + "state": "TX", + "latitude": "35.191525", + "longitude": "-102.088310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79013", + "city": "Cactus", + "state": "TX", + "latitude": "36.044769", + "longitude": "-102.011550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79014", + "city": "Canadian", + "state": "TX", + "latitude": "35.866528", + "longitude": "-100.313130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79015", + "city": "Canyon", + "state": "TX", + "latitude": "34.971029", + "longitude": "-101.921200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79016", + "city": "Canyon", + "state": "TX", + "latitude": "34.965390", + "longitude": "-101.895894", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79018", + "city": "Channing", + "state": "TX", + "latitude": "35.718644", + "longitude": "-102.251860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79019", + "city": "Claude", + "state": "TX", + "latitude": "35.062127", + "longitude": "-101.416170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79021", + "city": "Cotton Center", + "state": "TX", + "latitude": "33.980231", + "longitude": "-102.026680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79022", + "city": "Dalhart", + "state": "TX", + "latitude": "36.090281", + "longitude": "-102.607690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79024", + "city": "Darrouzett", + "state": "TX", + "latitude": "36.441178", + "longitude": "-100.331230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79025", + "city": "Dawn", + "state": "TX", + "latitude": "34.927650", + "longitude": "-102.219970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79027", + "city": "Dimmitt", + "state": "TX", + "latitude": "34.539266", + "longitude": "-102.371080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79029", + "city": "Dumas", + "state": "TX", + "latitude": "35.893121", + "longitude": "-101.959080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79031", + "city": "Earth", + "state": "TX", + "latitude": "34.235871", + "longitude": "-102.406360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79032", + "city": "Edmonson", + "state": "TX", + "latitude": "34.281443", + "longitude": "-101.898000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79033", + "city": "Farnsworth", + "state": "TX", + "latitude": "36.317403", + "longitude": "-100.972720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79034", + "city": "Follett", + "state": "TX", + "latitude": "36.397469", + "longitude": "-100.161680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79035", + "city": "Friona", + "state": "TX", + "latitude": "34.631714", + "longitude": "-102.726580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79036", + "city": "Fritch", + "state": "TX", + "latitude": "35.625603", + "longitude": "-101.614130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79039", + "city": "Groom", + "state": "TX", + "latitude": "35.235628", + "longitude": "-101.101830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79040", + "city": "Gruver", + "state": "TX", + "latitude": "36.271280", + "longitude": "-101.494830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79041", + "city": "Hale Center", + "state": "TX", + "latitude": "34.043076", + "longitude": "-101.896950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79042", + "city": "Happy", + "state": "TX", + "latitude": "34.759887", + "longitude": "-101.831160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79043", + "city": "Hart", + "state": "TX", + "latitude": "34.423414", + "longitude": "-102.121320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79044", + "city": "Hartley", + "state": "TX", + "latitude": "35.890235", + "longitude": "-102.359500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79045", + "city": "Hereford", + "state": "TX", + "latitude": "34.854898", + "longitude": "-102.418240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79046", + "city": "Higgins", + "state": "TX", + "latitude": "36.113986", + "longitude": "-100.092350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79051", + "city": "Kerrick", + "state": "OK", + "latitude": "36.531076", + "longitude": "-102.331980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79052", + "city": "Kress", + "state": "TX", + "latitude": "34.356732", + "longitude": "-101.767690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79053", + "city": "Lazbuddie", + "state": "TX", + "latitude": "34.391740", + "longitude": "-102.602420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79054", + "city": "Lefors", + "state": "TX", + "latitude": "35.444006", + "longitude": "-100.801190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79056", + "city": "Lipscomb", + "state": "TX", + "latitude": "36.232046", + "longitude": "-100.279710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79057", + "city": "Mclean", + "state": "TX", + "latitude": "35.263424", + "longitude": "-100.616350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79058", + "city": "Masterson", + "state": "TX", + "latitude": "35.837775", + "longitude": "-101.892846", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79059", + "city": "Miami", + "state": "TX", + "latitude": "35.724847", + "longitude": "-100.696100", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79061", + "city": "Mobeetie", + "state": "TX", + "latitude": "35.534558", + "longitude": "-100.441050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79062", + "city": "Morse", + "state": "TX", + "latitude": "36.004239", + "longitude": "-101.546720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79063", + "city": "Nazareth", + "state": "TX", + "latitude": "34.543766", + "longitude": "-102.123490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79064", + "city": "Olton", + "state": "TX", + "latitude": "34.187880", + "longitude": "-102.133250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79065", + "city": "Pampa", + "state": "TX", + "latitude": "35.533093", + "longitude": "-100.960410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79066", + "city": "Pampa", + "state": "TX", + "latitude": "35.533384", + "longitude": "-100.956013", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79068", + "city": "Panhandle", + "state": "TX", + "latitude": "35.335288", + "longitude": "-101.397520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79070", + "city": "Perryton", + "state": "TX", + "latitude": "36.336972", + "longitude": "-100.829660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79072", + "city": "Plainview", + "state": "TX", + "latitude": "34.191002", + "longitude": "-101.725060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79073", + "city": "Plainview", + "state": "TX", + "latitude": "34.068903", + "longitude": "-101.826997", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79077", + "city": "Samnorwood", + "state": "TX", + "latitude": "34.840485", + "longitude": "-100.204928", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79078", + "city": "Sanford", + "state": "TX", + "latitude": "35.711770", + "longitude": "-101.547160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79079", + "city": "Shamrock", + "state": "TX", + "latitude": "35.227015", + "longitude": "-100.275010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79080", + "city": "Skellytown", + "state": "TX", + "latitude": "35.655035", + "longitude": "-101.224770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79081", + "city": "Spearman", + "state": "TX", + "latitude": "36.185112", + "longitude": "-101.187830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79082", + "city": "Springlake", + "state": "TX", + "latitude": "34.209814", + "longitude": "-102.297610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79083", + "city": "Stinnett", + "state": "TX", + "latitude": "35.844445", + "longitude": "-101.480310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79084", + "city": "Stratford", + "state": "TX", + "latitude": "36.281160", + "longitude": "-102.021870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79085", + "city": "Summerfield", + "state": "TX", + "latitude": "34.743735", + "longitude": "-102.506442", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79086", + "city": "Sunray", + "state": "TX", + "latitude": "36.057372", + "longitude": "-101.765990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79087", + "city": "Texline", + "state": "TX", + "latitude": "36.316305", + "longitude": "-102.976760", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79088", + "city": "Tulia", + "state": "TX", + "latitude": "34.541042", + "longitude": "-101.729210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79091", + "city": "Umbarger", + "state": "TX", + "latitude": "34.938094", + "longitude": "-102.110870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79092", + "city": "Vega", + "state": "TX", + "latitude": "35.209649", + "longitude": "-102.426110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79093", + "city": "Waka", + "state": "TX", + "latitude": "36.280101", + "longitude": "-101.046730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79094", + "city": "Wayside", + "state": "TX", + "latitude": "34.965329", + "longitude": "-101.357838", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79095", + "city": "Wellington", + "state": "TX", + "latitude": "34.858194", + "longitude": "-100.207630", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79096", + "city": "Wheeler", + "state": "TX", + "latitude": "35.459147", + "longitude": "-100.201060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79097", + "city": "White Deer", + "state": "TX", + "latitude": "35.432364", + "longitude": "-101.166870", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79098", + "city": "Wildorado", + "state": "TX", + "latitude": "35.151101", + "longitude": "-102.189770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79101", + "city": "Amarillo", + "state": "TX", + "latitude": "35.206402", + "longitude": "-101.839240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79102", + "city": "Amarillo", + "state": "TX", + "latitude": "35.197852", + "longitude": "-101.845430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79103", + "city": "Amarillo", + "state": "TX", + "latitude": "35.184253", + "longitude": "-101.810730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79104", + "city": "Amarillo", + "state": "TX", + "latitude": "35.199652", + "longitude": "-101.794860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79105", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79106", + "city": "Amarillo", + "state": "TX", + "latitude": "35.204652", + "longitude": "-101.883530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79107", + "city": "Amarillo", + "state": "TX", + "latitude": "35.228302", + "longitude": "-101.819460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79108", + "city": "Amarillo", + "state": "TX", + "latitude": "35.296948", + "longitude": "-101.786410", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79109", + "city": "Amarillo", + "state": "TX", + "latitude": "35.171903", + "longitude": "-101.875810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79110", + "city": "Amarillo", + "state": "TX", + "latitude": "35.157403", + "longitude": "-101.861140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79111", + "city": "Amarillo", + "state": "TX", + "latitude": "35.226552", + "longitude": "-101.678750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79114", + "city": "Amarillo", + "state": "TX", + "latitude": "35.050003", + "longitude": "-101.817485", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79116", + "city": "Amarillo", + "state": "TX", + "latitude": "35.245398", + "longitude": "-101.999047", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79117", + "city": "Amarillo", + "state": "TX", + "latitude": "35.308889", + "longitude": "-101.843033", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79118", + "city": "Amarillo", + "state": "TX", + "latitude": "35.100501", + "longitude": "-101.806060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79119", + "city": "Amarillo", + "state": "TX", + "latitude": "35.097488", + "longitude": "-101.981050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79120", + "city": "Amarillo", + "state": "TX", + "latitude": "35.196352", + "longitude": "-101.803412", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79121", + "city": "Amarillo", + "state": "TX", + "latitude": "35.173704", + "longitude": "-101.929140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79123", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79124", + "city": "Amarillo", + "state": "TX", + "latitude": "35.244819", + "longitude": "-101.953910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79159", + "city": "Amarillo", + "state": "TX", + "latitude": "35.216029", + "longitude": "-102.071415", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79160", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79163", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79164", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79165", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79166", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79167", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79168", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79170", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79171", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79172", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79174", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79175", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79178", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79180", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79181", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79182", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79184", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79185", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79186", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79187", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79189", + "city": "Amarillo", + "state": "TX", + "latitude": "35.401475", + "longitude": "-101.895089", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79201", + "city": "Childress", + "state": "TX", + "latitude": "34.385870", + "longitude": "-100.284010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79220", + "city": "Afton", + "state": "TX", + "latitude": "33.749303", + "longitude": "-100.763930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79221", + "city": "Aiken", + "state": "TX", + "latitude": "34.071514", + "longitude": "-101.303130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79222", + "city": "Carey", + "state": "TX", + "latitude": "34.529678", + "longitude": "-100.207642", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79223", + "city": "Cee Vee", + "state": "TX", + "latitude": "34.216509", + "longitude": "-100.471980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79224", + "city": "Chalk", + "state": "TX", + "latitude": "34.074854", + "longitude": "-100.258156", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79225", + "city": "Chillicothe", + "state": "TX", + "latitude": "34.261752", + "longitude": "-99.520200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79226", + "city": "Clarendon", + "state": "TX", + "latitude": "34.971719", + "longitude": "-100.906620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79227", + "city": "Crowell", + "state": "TX", + "latitude": "33.929907", + "longitude": "-99.741940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79229", + "city": "Dickens", + "state": "TX", + "latitude": "33.654512", + "longitude": "-100.755170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79230", + "city": "Dodson", + "state": "TX", + "latitude": "34.698438", + "longitude": "-100.066230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79231", + "city": "Dougherty", + "state": "TX", + "latitude": "33.943005", + "longitude": "-101.092360", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79232", + "city": "Dumont", + "state": "TX", + "latitude": "33.773871", + "longitude": "-100.614430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79233", + "city": "Estelline", + "state": "TX", + "latitude": "34.545031", + "longitude": "-100.437290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79234", + "city": "Flomot", + "state": "TX", + "latitude": "34.241416", + "longitude": "-100.937890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79235", + "city": "Floydada", + "state": "TX", + "latitude": "33.941748", + "longitude": "-101.300720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79236", + "city": "Guthrie", + "state": "TX", + "latitude": "33.652122", + "longitude": "-100.351990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79237", + "city": "Hedley", + "state": "TX", + "latitude": "34.874151", + "longitude": "-100.632880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79238", + "city": "Kirkland", + "state": "TX", + "latitude": "34.529678", + "longitude": "-100.207642", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79239", + "city": "Lakeview", + "state": "TX", + "latitude": "34.637427", + "longitude": "-100.763880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79240", + "city": "Lelia Lake", + "state": "TX", + "latitude": "34.896396", + "longitude": "-100.767210", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79241", + "city": "Lockney", + "state": "TX", + "latitude": "34.192619", + "longitude": "-101.389340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79243", + "city": "Mcadoo", + "state": "TX", + "latitude": "33.787306", + "longitude": "-100.984640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79244", + "city": "Matador", + "state": "TX", + "latitude": "34.070936", + "longitude": "-100.824880", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79245", + "city": "Memphis", + "state": "TX", + "latitude": "34.715551", + "longitude": "-100.539640", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79247", + "city": "Odell", + "state": "TX", + "latitude": "34.345924", + "longitude": "-99.416690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79248", + "city": "Paducah", + "state": "TX", + "latitude": "34.006473", + "longitude": "-100.212460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79250", + "city": "Petersburg", + "state": "TX", + "latitude": "33.870404", + "longitude": "-101.604670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79251", + "city": "Quail", + "state": "TX", + "latitude": "34.975549", + "longitude": "-100.446280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79252", + "city": "Quanah", + "state": "TX", + "latitude": "34.297126", + "longitude": "-99.777130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79255", + "city": "Quitaque", + "state": "TX", + "latitude": "34.362997", + "longitude": "-101.052090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79256", + "city": "Roaring Springs", + "state": "TX", + "latitude": "33.915528", + "longitude": "-100.817310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79257", + "city": "Silverton", + "state": "TX", + "latitude": "34.444761", + "longitude": "-101.325820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79258", + "city": "South Plains", + "state": "TX", + "latitude": "34.071514", + "longitude": "-101.303130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79259", + "city": "Tell", + "state": "TX", + "latitude": "34.391847", + "longitude": "-100.405970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79261", + "city": "Turkey", + "state": "TX", + "latitude": "34.408268", + "longitude": "-100.871320", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79301", + "city": "Earth", + "state": "TX", + "latitude": "34.230527", + "longitude": "-102.410850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79311", + "city": "Abernathy", + "state": "TX", + "latitude": "33.857895", + "longitude": "-101.881560", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79312", + "city": "Amherst", + "state": "TX", + "latitude": "34.017448", + "longitude": "-102.385800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79313", + "city": "Anton", + "state": "TX", + "latitude": "33.823216", + "longitude": "-102.164130", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79314", + "city": "Bledsoe", + "state": "TX", + "latitude": "33.616833", + "longitude": "-103.019520", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79316", + "city": "Brownfield", + "state": "TX", + "latitude": "33.153528", + "longitude": "-102.295680", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79320", + "city": "Bula", + "state": "TX", + "latitude": "33.861914", + "longitude": "-102.673550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79321", + "city": "Sudan", + "state": "TX", + "latitude": "34.061309", + "longitude": "-102.521814", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79322", + "city": "Crosbyton", + "state": "TX", + "latitude": "33.653787", + "longitude": "-101.228660", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79323", + "city": "Denver City", + "state": "TX", + "latitude": "32.976623", + "longitude": "-102.846610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79324", + "city": "Enochs", + "state": "TX", + "latitude": "33.895013", + "longitude": "-102.781170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79325", + "city": "Farwell", + "state": "TX", + "latitude": "34.389202", + "longitude": "-102.899280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79326", + "city": "Fieldton", + "state": "TX", + "latitude": "34.048770", + "longitude": "-102.209580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79329", + "city": "Idalou", + "state": "TX", + "latitude": "33.701827", + "longitude": "-101.690930", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79330", + "city": "Justiceburg", + "state": "TX", + "latitude": "33.049930", + "longitude": "-101.141460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79331", + "city": "Lamesa", + "state": "TX", + "latitude": "32.714521", + "longitude": "-101.940860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79336", + "city": "Levelland", + "state": "TX", + "latitude": "33.609208", + "longitude": "-102.414780", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79338", + "city": "Levelland", + "state": "TX", + "latitude": "33.593213", + "longitude": "-102.362709", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79339", + "city": "Littlefield", + "state": "TX", + "latitude": "33.894823", + "longitude": "-102.322820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79342", + "city": "Loop", + "state": "TX", + "latitude": "32.893447", + "longitude": "-102.309580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79343", + "city": "Lorenzo", + "state": "TX", + "latitude": "33.605628", + "longitude": "-101.520500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79344", + "city": "Maple", + "state": "TX", + "latitude": "33.855245", + "longitude": "-102.953190", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79345", + "city": "Meadow", + "state": "TX", + "latitude": "33.344598", + "longitude": "-102.288140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79346", + "city": "Morton", + "state": "TX", + "latitude": "33.688713", + "longitude": "-102.817750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79347", + "city": "Muleshoe", + "state": "TX", + "latitude": "34.206848", + "longitude": "-102.785110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79350", + "city": "New Deal", + "state": "TX", + "latitude": "33.751374", + "longitude": "-101.836720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79351", + "city": "Odonnell", + "state": "TX", + "latitude": "32.951473", + "longitude": "-101.838950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79353", + "city": "Pep", + "state": "TX", + "latitude": "33.783555", + "longitude": "-102.591460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79355", + "city": "Plains", + "state": "TX", + "latitude": "33.169970", + "longitude": "-102.869920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79356", + "city": "Post", + "state": "TX", + "latitude": "33.245276", + "longitude": "-101.376380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79357", + "city": "Ralls", + "state": "TX", + "latitude": "33.667836", + "longitude": "-101.387940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79358", + "city": "Ropesville", + "state": "TX", + "latitude": "33.425342", + "longitude": "-102.165050", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79359", + "city": "Seagraves", + "state": "TX", + "latitude": "32.922387", + "longitude": "-102.562650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79360", + "city": "Seminole", + "state": "TX", + "latitude": "32.718232", + "longitude": "-102.734580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79363", + "city": "Shallowater", + "state": "TX", + "latitude": "33.701024", + "longitude": "-102.019480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79364", + "city": "Slaton", + "state": "TX", + "latitude": "33.437291", + "longitude": "-101.650540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79366", + "city": "Ransom Canyon", + "state": "TX", + "latitude": "33.531908", + "longitude": "-101.694790", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79367", + "city": "Smyer", + "state": "TX", + "latitude": "33.588639", + "longitude": "-102.161260", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79368", + "city": "Seminole", + "state": "TX", + "latitude": "33.044702", + "longitude": "-102.099276", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79369", + "city": "Spade", + "state": "TX", + "latitude": "33.918430", + "longitude": "-102.158220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79370", + "city": "Spur", + "state": "TX", + "latitude": "33.478848", + "longitude": "-100.896690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79371", + "city": "Sudan", + "state": "TX", + "latitude": "34.068183", + "longitude": "-102.526250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79372", + "city": "Sundown", + "state": "TX", + "latitude": "33.457980", + "longitude": "-102.488290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79373", + "city": "Tahoka", + "state": "TX", + "latitude": "33.199867", + "longitude": "-101.819490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79376", + "city": "Tokio", + "state": "TX", + "latitude": "33.203713", + "longitude": "-102.620180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79377", + "city": "Welch", + "state": "TX", + "latitude": "32.931786", + "longitude": "-102.146730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79378", + "city": "Wellman", + "state": "TX", + "latitude": "33.037656", + "longitude": "-102.442480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79379", + "city": "Whiteface", + "state": "TX", + "latitude": "33.600017", + "longitude": "-102.619530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79380", + "city": "Whitharral", + "state": "TX", + "latitude": "33.733418", + "longitude": "-102.331030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79381", + "city": "Wilson", + "state": "TX", + "latitude": "33.327782", + "longitude": "-101.769060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79382", + "city": "Wolfforth", + "state": "TX", + "latitude": "33.483465", + "longitude": "-102.020330", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79383", + "city": "New Home", + "state": "TX", + "latitude": "33.330983", + "longitude": "-101.910650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79401", + "city": "Lubbock", + "state": "TX", + "latitude": "33.578935", + "longitude": "-101.831600", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79402", + "city": "Lubbock", + "state": "TX", + "latitude": "33.592235", + "longitude": "-101.851144", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79403", + "city": "Lubbock", + "state": "TX", + "latitude": "33.614934", + "longitude": "-101.806700", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79404", + "city": "Lubbock", + "state": "TX", + "latitude": "33.549785", + "longitude": "-101.826340", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79405", + "city": "Lubbock", + "state": "TX", + "latitude": "33.570035", + "longitude": "-101.849840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79406", + "city": "Lubbock", + "state": "TX", + "latitude": "33.583798", + "longitude": "-101.875250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79407", + "city": "Lubbock", + "state": "TX", + "latitude": "33.567134", + "longitude": "-101.983290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79408", + "city": "Lubbock", + "state": "TX", + "latitude": "33.565926", + "longitude": "-101.926690", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79409", + "city": "Lubbock", + "state": "TX", + "latitude": "33.610018", + "longitude": "-101.821292", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79410", + "city": "Lubbock", + "state": "TX", + "latitude": "33.570135", + "longitude": "-101.889010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79411", + "city": "Lubbock", + "state": "TX", + "latitude": "33.570435", + "longitude": "-101.861840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79412", + "city": "Lubbock", + "state": "TX", + "latitude": "33.549135", + "longitude": "-101.858460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79413", + "city": "Lubbock", + "state": "TX", + "latitude": "33.547735", + "longitude": "-101.888810", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79414", + "city": "Lubbock", + "state": "TX", + "latitude": "33.550335", + "longitude": "-101.916610", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79415", + "city": "Lubbock", + "state": "TX", + "latitude": "33.623860", + "longitude": "-101.880570", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79416", + "city": "Lubbock", + "state": "TX", + "latitude": "33.591877", + "longitude": "-101.947540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79423", + "city": "Lubbock", + "state": "TX", + "latitude": "33.496603", + "longitude": "-101.869230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79424", + "city": "Lubbock", + "state": "TX", + "latitude": "33.513337", + "longitude": "-101.932390", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79430", + "city": "Lubbock", + "state": "TX", + "latitude": "33.610018", + "longitude": "-101.821292", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79452", + "city": "Lubbock", + "state": "TX", + "latitude": "33.610018", + "longitude": "-101.821292", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79453", + "city": "Lubbock", + "state": "TX", + "latitude": "33.610018", + "longitude": "-101.821292", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79457", + "city": "Lubbock", + "state": "TX", + "latitude": "33.610018", + "longitude": "-101.821292", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79464", + "city": "Lubbock", + "state": "TX", + "latitude": "33.489623", + "longitude": "-102.010895", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79490", + "city": "Lubbock", + "state": "TX", + "latitude": "33.610018", + "longitude": "-101.821292", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79491", + "city": "Lubbock", + "state": "TX", + "latitude": "33.610018", + "longitude": "-101.821292", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79493", + "city": "Lubbock", + "state": "TX", + "latitude": "33.610018", + "longitude": "-101.821292", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79499", + "city": "Lubbock", + "state": "TX", + "latitude": "33.610018", + "longitude": "-101.821292", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79501", + "city": "Anson", + "state": "TX", + "latitude": "32.754555", + "longitude": "-99.895070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79502", + "city": "Aspermont", + "state": "TX", + "latitude": "33.151713", + "longitude": "-100.254490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79503", + "city": "Avoca", + "state": "TX", + "latitude": "32.882154", + "longitude": "-99.692980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79504", + "city": "Baird", + "state": "TX", + "latitude": "32.333638", + "longitude": "-99.350550", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79505", + "city": "Benjamin", + "state": "TX", + "latitude": "33.565259", + "longitude": "-99.848110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79506", + "city": "Blackwell", + "state": "TX", + "latitude": "32.106949", + "longitude": "-100.312280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79508", + "city": "Buffalo Gap", + "state": "TX", + "latitude": "32.280068", + "longitude": "-99.828080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79510", + "city": "Clyde", + "state": "TX", + "latitude": "32.337156", + "longitude": "-99.517010", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79511", + "city": "Coahoma", + "state": "TX", + "latitude": "32.387370", + "longitude": "-101.281470", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79512", + "city": "Colorado City", + "state": "TX", + "latitude": "32.368824", + "longitude": "-100.936890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79516", + "city": "Dunn", + "state": "TX", + "latitude": "32.747707", + "longitude": "-100.915300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79517", + "city": "Fluvanna", + "state": "TX", + "latitude": "32.883354", + "longitude": "-101.205970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79518", + "city": "Girard", + "state": "TX", + "latitude": "33.361766", + "longitude": "-100.689500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79519", + "city": "Goldsboro", + "state": "TX", + "latitude": "32.043108", + "longitude": "-99.708650", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79520", + "city": "Hamlin", + "state": "TX", + "latitude": "32.880190", + "longitude": "-100.135830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79521", + "city": "Haskell", + "state": "TX", + "latitude": "33.147497", + "longitude": "-99.702460", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79525", + "city": "Hawley", + "state": "TX", + "latitude": "32.616906", + "longitude": "-99.822110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79526", + "city": "Hermleigh", + "state": "TX", + "latitude": "32.627475", + "longitude": "-100.764160", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79527", + "city": "Ira", + "state": "TX", + "latitude": "32.584546", + "longitude": "-101.065230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79528", + "city": "Jayton", + "state": "TX", + "latitude": "33.238378", + "longitude": "-100.573890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79529", + "city": "Knox City", + "state": "TX", + "latitude": "33.423156", + "longitude": "-99.820140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79530", + "city": "Lawn", + "state": "TX", + "latitude": "32.128112", + "longitude": "-99.763900", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79532", + "city": "Loraine", + "state": "TX", + "latitude": "32.409433", + "longitude": "-100.712850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79533", + "city": "Lueders", + "state": "TX", + "latitude": "32.806990", + "longitude": "-99.608620", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79534", + "city": "McCaulley", + "state": "TX", + "latitude": "32.766833", + "longitude": "-100.210480", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79535", + "city": "Maryneal", + "state": "TX", + "latitude": "32.249241", + "longitude": "-100.449000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79536", + "city": "Merkel", + "state": "TX", + "latitude": "32.473679", + "longitude": "-100.027530", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79537", + "city": "Nolan", + "state": "TX", + "latitude": "32.269772", + "longitude": "-100.235720", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79538", + "city": "Novice", + "state": "TX", + "latitude": "32.011087", + "longitude": "-99.631670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79539", + "city": "O Brien", + "state": "TX", + "latitude": "33.379469", + "longitude": "-99.897080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79540", + "city": "Old Glory", + "state": "TX", + "latitude": "33.151135", + "longitude": "-100.041420", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79541", + "city": "Ovalo", + "state": "TX", + "latitude": "32.151983", + "longitude": "-99.844830", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79543", + "city": "Roby", + "state": "TX", + "latitude": "32.739964", + "longitude": "-100.381060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79544", + "city": "Rochester", + "state": "TX", + "latitude": "33.308203", + "longitude": "-99.862030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79545", + "city": "Roscoe", + "state": "TX", + "latitude": "32.422985", + "longitude": "-100.553970", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79546", + "city": "Rotan", + "state": "TX", + "latitude": "32.871440", + "longitude": "-100.466350", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79547", + "city": "Rule", + "state": "TX", + "latitude": "33.196822", + "longitude": "-99.905540", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79548", + "city": "Rule", + "state": "TX", + "latitude": "33.067644", + "longitude": "-99.946860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79549", + "city": "Snyder", + "state": "TX", + "latitude": "32.760229", + "longitude": "-100.953440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79550", + "city": "Snyder", + "state": "TX", + "latitude": "32.747707", + "longitude": "-100.915300", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79552", + "city": "Stamford", + "state": "TX", + "latitude": "32.944761", + "longitude": "-99.800304", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79553", + "city": "Stamford", + "state": "TX", + "latitude": "32.943145", + "longitude": "-99.815950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79556", + "city": "Sweetwater", + "state": "TX", + "latitude": "32.465621", + "longitude": "-100.398140", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79560", + "city": "Sylvester", + "state": "TX", + "latitude": "32.684029", + "longitude": "-100.199800", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79561", + "city": "Trent", + "state": "TX", + "latitude": "32.504094", + "longitude": "-100.158220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79562", + "city": "Tuscola", + "state": "TX", + "latitude": "32.230821", + "longitude": "-99.900250", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79563", + "city": "Tye", + "state": "TX", + "latitude": "32.442465", + "longitude": "-99.872380", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79565", + "city": "Westbrook", + "state": "TX", + "latitude": "32.358785", + "longitude": "-101.072070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79566", + "city": "Wingate", + "state": "TX", + "latitude": "32.109191", + "longitude": "-100.105820", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79567", + "city": "Winters", + "state": "TX", + "latitude": "31.965685", + "longitude": "-99.934710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79571", + "city": "Haskell", + "state": "TX", + "latitude": "33.158381", + "longitude": "-99.718725", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79601", + "city": "Abilene", + "state": "TX", + "latitude": "32.500532", + "longitude": "-99.698030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79602", + "city": "Abilene", + "state": "TX", + "latitude": "32.407690", + "longitude": "-99.721070", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79603", + "city": "Abilene", + "state": "TX", + "latitude": "32.466724", + "longitude": "-99.769270", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79604", + "city": "Abilene", + "state": "TX", + "latitude": "32.428796", + "longitude": "-99.795167", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79605", + "city": "Abilene", + "state": "TX", + "latitude": "32.432975", + "longitude": "-99.770960", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79606", + "city": "Abilene", + "state": "TX", + "latitude": "32.360362", + "longitude": "-99.798860", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79607", + "city": "Dyess AFB", + "state": "TX", + "latitude": "32.417269", + "longitude": "-99.822030", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79608", + "city": "Abilene", + "state": "TX", + "latitude": "32.302132", + "longitude": "-99.890737", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79643", + "city": "Ozona", + "state": "TX", + "latitude": "30.711061", + "longitude": "-101.215979", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79697", + "city": "Abilene", + "state": "TX", + "latitude": "32.302132", + "longitude": "-99.890737", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79698", + "city": "Abilene", + "state": "TX", + "latitude": "32.475074", + "longitude": "-99.734840", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79699", + "city": "Abilene", + "state": "TX", + "latitude": "32.466474", + "longitude": "-99.711665", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79701", + "city": "Midland", + "state": "TX", + "latitude": "31.995623", + "longitude": "-102.081080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79702", + "city": "Midland", + "state": "TX", + "latitude": "31.963698", + "longitude": "-102.080064", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79703", + "city": "Midland", + "state": "TX", + "latitude": "31.984823", + "longitude": "-102.130150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79704", + "city": "Midland", + "state": "TX", + "latitude": "31.869259", + "longitude": "-102.031726", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79705", + "city": "Midland", + "state": "TX", + "latitude": "32.029022", + "longitude": "-102.086180", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79706", + "city": "Midland", + "state": "TX", + "latitude": "31.880341", + "longitude": "-101.963240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79707", + "city": "Midland", + "state": "TX", + "latitude": "32.021056", + "longitude": "-102.160080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79708", + "city": "Midland", + "state": "TX", + "latitude": "31.869259", + "longitude": "-102.031726", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79710", + "city": "Midland", + "state": "TX", + "latitude": "31.869259", + "longitude": "-102.031726", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79711", + "city": "Midland", + "state": "TX", + "latitude": "31.869259", + "longitude": "-102.031726", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79712", + "city": "Midland", + "state": "TX", + "latitude": "31.869259", + "longitude": "-102.031726", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79713", + "city": "Ackerly", + "state": "TX", + "latitude": "32.520297", + "longitude": "-101.735280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79714", + "city": "Andrews", + "state": "TX", + "latitude": "32.345871", + "longitude": "-102.567670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79718", + "city": "Balmorhea", + "state": "TX", + "latitude": "30.966245", + "longitude": "-103.731080", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79719", + "city": "Barstow", + "state": "TX", + "latitude": "31.461562", + "longitude": "-103.398950", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79720", + "city": "Big Spring", + "state": "TX", + "latitude": "32.216490", + "longitude": "-101.453200", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79721", + "city": "Big Spring", + "state": "TX", + "latitude": "32.273280", + "longitude": "-101.373968", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79730", + "city": "Coyanosa", + "state": "TX", + "latitude": "31.179420", + "longitude": "-103.035940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79731", + "city": "Crane", + "state": "TX", + "latitude": "31.389079", + "longitude": "-102.350590", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79733", + "city": "Forsan", + "state": "TX", + "latitude": "32.110298", + "longitude": "-101.365500", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79734", + "city": "Fort Davis", + "state": "TX", + "latitude": "30.626134", + "longitude": "-103.982740", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79735", + "city": "Fort Stockton", + "state": "TX", + "latitude": "30.877528", + "longitude": "-102.852000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79738", + "city": "Gail", + "state": "TX", + "latitude": "32.723865", + "longitude": "-101.458110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79739", + "city": "Garden City", + "state": "TX", + "latitude": "31.807661", + "longitude": "-101.514750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79740", + "city": "Girvin", + "state": "TX", + "latitude": "31.019602", + "longitude": "-102.476750", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79741", + "city": "Goldsmith", + "state": "TX", + "latitude": "31.983989", + "longitude": "-102.647290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79742", + "city": "Grandfalls", + "state": "TX", + "latitude": "31.341970", + "longitude": "-102.856400", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79743", + "city": "Imperial", + "state": "TX", + "latitude": "31.253704", + "longitude": "-102.696000", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79744", + "city": "Iraan", + "state": "TX", + "latitude": "30.899378", + "longitude": "-101.980290", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79745", + "city": "Kermit", + "state": "TX", + "latitude": "31.847071", + "longitude": "-103.083990", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79748", + "city": "Knott", + "state": "TX", + "latitude": "32.388962", + "longitude": "-101.663730", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79749", + "city": "Lenorah", + "state": "TX", + "latitude": "32.255909", + "longitude": "-101.818240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79752", + "city": "McCamey", + "state": "TX", + "latitude": "31.156902", + "longitude": "-102.195980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79754", + "city": "Mentone", + "state": "TX", + "latitude": "31.722850", + "longitude": "-103.574490", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79755", + "city": "Midkiff", + "state": "TX", + "latitude": "31.608083", + "longitude": "-101.865240", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79756", + "city": "Monahans", + "state": "TX", + "latitude": "31.568459", + "longitude": "-102.896580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79757", + "city": "Wickett", + "state": "TX", + "latitude": "31.566763", + "longitude": "-103.014646", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79758", + "city": "Gardendale", + "state": "TX", + "latitude": "32.020274", + "longitude": "-102.355120", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79759", + "city": "Notrees", + "state": "TX", + "latitude": "31.840191", + "longitude": "-102.747090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79760", + "city": "Odessa", + "state": "TX", + "latitude": "31.765163", + "longitude": "-102.354346", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79761", + "city": "Odessa", + "state": "TX", + "latitude": "31.854455", + "longitude": "-102.359060", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79762", + "city": "Odessa", + "state": "TX", + "latitude": "31.890374", + "longitude": "-102.353980", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79763", + "city": "Odessa", + "state": "TX", + "latitude": "31.817344", + "longitude": "-102.423150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79764", + "city": "Odessa", + "state": "TX", + "latitude": "31.865770", + "longitude": "-102.453670", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79765", + "city": "Odessa", + "state": "TX", + "latitude": "31.910706", + "longitude": "-102.286440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79766", + "city": "Odessa", + "state": "TX", + "latitude": "31.749504", + "longitude": "-102.321770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79768", + "city": "Odessa", + "state": "TX", + "latitude": "31.869142", + "longitude": "-102.542944", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79769", + "city": "Odessa", + "state": "TX", + "latitude": "31.746572", + "longitude": "-102.566993", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79770", + "city": "Orla", + "state": "TX", + "latitude": "31.383297", + "longitude": "-103.556598", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79772", + "city": "Pecos", + "state": "TX", + "latitude": "31.388404", + "longitude": "-103.525150", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79776", + "city": "Penwell", + "state": "TX", + "latitude": "31.730204", + "longitude": "-102.628310", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79777", + "city": "Pyote", + "state": "TX", + "latitude": "31.535153", + "longitude": "-103.127220", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79778", + "city": "Rankin", + "state": "TX", + "latitude": "31.224400", + "longitude": "-101.943170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79779", + "city": "Royalty", + "state": "TX", + "latitude": "31.459448", + "longitude": "-103.188993", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79780", + "city": "Saragosa", + "state": "TX", + "latitude": "31.026706", + "longitude": "-103.655090", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79781", + "city": "Sheffield", + "state": "TX", + "latitude": "30.703917", + "longitude": "-101.872230", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79782", + "city": "Stanton", + "state": "TX", + "latitude": "32.090230", + "longitude": "-101.816910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79783", + "city": "Tarzan", + "state": "TX", + "latitude": "32.369835", + "longitude": "-102.033170", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79785", + "city": "Toyah", + "state": "TX", + "latitude": "31.306912", + "longitude": "-103.793770", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79786", + "city": "Toyahvale", + "state": "TX", + "latitude": "31.383297", + "longitude": "-103.556598", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79788", + "city": "Wickett", + "state": "TX", + "latitude": "31.569032", + "longitude": "-103.006890", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79789", + "city": "Wink", + "state": "TX", + "latitude": "31.753101", + "longitude": "-103.157370", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79821", + "city": "Anthony", + "state": "TX", + "latitude": "31.977553", + "longitude": "-106.604690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79830", + "city": "Alpine", + "state": "TX", + "latitude": "30.011559", + "longitude": "-103.564440", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79831", + "city": "Alpine", + "state": "TX", + "latitude": "30.349136", + "longitude": "-103.692710", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79832", + "city": "Alpine", + "state": "TX", + "latitude": "30.363139", + "longitude": "-103.653904", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79834", + "city": "Big Bend National Park", + "state": "TX", + "latitude": "29.321321", + "longitude": "-103.210850", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79835", + "city": "Canutillo", + "state": "TX", + "latitude": "31.932926", + "longitude": "-106.595770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79836", + "city": "Clint", + "state": "TX", + "latitude": "31.570185", + "longitude": "-106.213300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79837", + "city": "Dell City", + "state": "TX", + "latitude": "31.937024", + "longitude": "-105.193530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79838", + "city": "Fabens", + "state": "TX", + "latitude": "31.490587", + "longitude": "-106.153810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79839", + "city": "Fort Hancock", + "state": "TX", + "latitude": "31.270689", + "longitude": "-105.665300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79841", + "city": "Sierra Blanca", + "state": "TX", + "latitude": "32.624796", + "longitude": "-103.597991", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79842", + "city": "Marathon", + "state": "TX", + "latitude": "30.121690", + "longitude": "-103.220910", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79843", + "city": "Marfa", + "state": "TX", + "latitude": "30.217129", + "longitude": "-104.220450", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79845", + "city": "Presidio", + "state": "TX", + "latitude": "29.597409", + "longitude": "-104.270580", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79846", + "city": "Redford", + "state": "TX", + "latitude": "29.444333", + "longitude": "-104.116280", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79847", + "city": "Salt Flat", + "state": "TX", + "latitude": "31.820395", + "longitude": "-105.308820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79848", + "city": "Sanderson", + "state": "TX", + "latitude": "30.144953", + "longitude": "-102.398940", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79849", + "city": "San Elizario", + "state": "TX", + "latitude": "31.577344", + "longitude": "-106.267200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79850", + "city": "Shafter", + "state": "TX", + "latitude": "29.943719", + "longitude": "-104.386683", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79851", + "city": "Sierra Blanca", + "state": "TX", + "latitude": "31.182009", + "longitude": "-105.340840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79852", + "city": "Terlingua", + "state": "TX", + "latitude": "29.441286", + "longitude": "-103.636430", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79853", + "city": "Tornillo", + "state": "TX", + "latitude": "31.447738", + "longitude": "-106.090490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79854", + "city": "Valentine", + "state": "TX", + "latitude": "30.647349", + "longitude": "-104.521920", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79855", + "city": "Van Horn", + "state": "TX", + "latitude": "31.099326", + "longitude": "-104.695110", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79858", + "city": "Fabens", + "state": "TX", + "latitude": "31.509199", + "longitude": "-106.151727", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79870", + "city": "Alpine", + "state": "TX", + "latitude": "30.354251", + "longitude": "-103.658391", + "timezone": "-6", + "dst": "1" + }, + { + "zip": "79901", + "city": "El Paso", + "state": "TX", + "latitude": "31.759558", + "longitude": "-106.480110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79902", + "city": "El Paso", + "state": "TX", + "latitude": "31.775458", + "longitude": "-106.494500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79903", + "city": "El Paso", + "state": "TX", + "latitude": "31.786221", + "longitude": "-106.445830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79904", + "city": "El Paso", + "state": "TX", + "latitude": "31.852156", + "longitude": "-106.441810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79905", + "city": "El Paso", + "state": "TX", + "latitude": "31.768758", + "longitude": "-106.430470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79906", + "city": "El Paso", + "state": "TX", + "latitude": "31.809263", + "longitude": "-106.430810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79907", + "city": "El Paso", + "state": "TX", + "latitude": "31.708310", + "longitude": "-106.327490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79908", + "city": "El Paso", + "state": "TX", + "latitude": "31.912449", + "longitude": "-106.325010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79910", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79911", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79912", + "city": "El Paso", + "state": "TX", + "latitude": "31.848055", + "longitude": "-106.544870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79913", + "city": "El Paso", + "state": "TX", + "latitude": "31.937280", + "longitude": "-106.572393", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79914", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79915", + "city": "El Paso", + "state": "TX", + "latitude": "31.743038", + "longitude": "-106.369570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79916", + "city": "El Paso", + "state": "TX", + "latitude": "31.744353", + "longitude": "-106.287923", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79917", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79918", + "city": "El Paso", + "state": "TX", + "latitude": "31.831782", + "longitude": "-106.390656", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79920", + "city": "El Paso", + "state": "TX", + "latitude": "31.821439", + "longitude": "-106.461405", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79922", + "city": "El Paso", + "state": "NM", + "latitude": "31.789109", + "longitude": "-106.542910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79923", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79924", + "city": "El Paso", + "state": "TX", + "latitude": "31.901737", + "longitude": "-106.418270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79925", + "city": "El Paso", + "state": "TX", + "latitude": "31.782408", + "longitude": "-106.363530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79926", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79927", + "city": "El Paso", + "state": "TX", + "latitude": "31.684338", + "longitude": "-106.207880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79928", + "city": "El Paso", + "state": "TX", + "latitude": "31.674736", + "longitude": "-106.197528", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79929", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79930", + "city": "El Paso", + "state": "TX", + "latitude": "31.803457", + "longitude": "-106.457580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79931", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79932", + "city": "El Paso", + "state": "TX", + "latitude": "31.865696", + "longitude": "-106.599820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79934", + "city": "El Paso", + "state": "TX", + "latitude": "31.943633", + "longitude": "-106.424020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79935", + "city": "El Paso", + "state": "TX", + "latitude": "31.784541", + "longitude": "-106.337050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79936", + "city": "El Paso", + "state": "TX", + "latitude": "31.766355", + "longitude": "-106.298280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79937", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79938", + "city": "El Paso", + "state": "TX", + "latitude": "31.852355", + "longitude": "-106.093250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79940", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79941", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79942", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79943", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79944", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79945", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79946", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79947", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79948", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79949", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79950", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79951", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79952", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79953", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79954", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79955", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79958", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79960", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79961", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79966", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79968", + "city": "El Paso", + "state": "TX", + "latitude": "31.770458", + "longitude": "-106.504843", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79973", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79974", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79975", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79976", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79977", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79978", + "city": "El Paso", + "state": "TX", + "latitude": "31.799275", + "longitude": "-106.382757", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79980", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79982", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79983", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79984", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79985", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79986", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79987", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79988", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79989", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79990", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79991", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79992", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79993", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79994", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79995", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79996", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79997", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79998", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "79999", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80000", + "city": "Aurora", + "state": "CO", + "latitude": "39.669637", + "longitude": "-104.773083", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80001", + "city": "Arvada", + "state": "CO", + "latitude": "39.522014", + "longitude": "-105.223945", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80002", + "city": "Arvada", + "state": "CO", + "latitude": "39.795006", + "longitude": "-105.098100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80003", + "city": "Arvada", + "state": "CO", + "latitude": "39.825357", + "longitude": "-105.064390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80004", + "city": "Arvada", + "state": "CO", + "latitude": "39.814310", + "longitude": "-105.122630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80005", + "city": "Arvada", + "state": "CO", + "latitude": "39.843304", + "longitude": "-105.118960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80006", + "city": "Arvada", + "state": "CO", + "latitude": "39.522014", + "longitude": "-105.223945", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80007", + "city": "Arvada", + "state": "CO", + "latitude": "39.833442", + "longitude": "-105.185910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80010", + "city": "Aurora", + "state": "CO", + "latitude": "39.739387", + "longitude": "-104.862100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80011", + "city": "Aurora", + "state": "CO", + "latitude": "39.739737", + "longitude": "-104.809050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80012", + "city": "Aurora", + "state": "CO", + "latitude": "39.698387", + "longitude": "-104.839560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80013", + "city": "Aurora", + "state": "CO", + "latitude": "39.659105", + "longitude": "-104.779100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80014", + "city": "Aurora", + "state": "CO", + "latitude": "39.665637", + "longitude": "-104.834210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80015", + "city": "Aurora", + "state": "CO", + "latitude": "39.623896", + "longitude": "-104.777230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80016", + "city": "Aurora", + "state": "CO", + "latitude": "39.595115", + "longitude": "-104.748500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80017", + "city": "Aurora", + "state": "CO", + "latitude": "39.695269", + "longitude": "-104.784390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80018", + "city": "Aurora", + "state": "CO", + "latitude": "39.689244", + "longitude": "-104.716600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80019", + "city": "Aurora", + "state": "CO", + "latitude": "39.784036", + "longitude": "-104.722890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80020", + "city": "Broomfield", + "state": "CO", + "latitude": "39.934040", + "longitude": "-105.054540", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80021", + "city": "Broomfield", + "state": "CO", + "latitude": "39.881608", + "longitude": "-105.099530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80022", + "city": "Commerce City", + "state": "CO", + "latitude": "39.836586", + "longitude": "-104.903900", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80024", + "city": "Dupont", + "state": "CO", + "latitude": "39.844685", + "longitude": "-104.918510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80025", + "city": "Eldorado Springs", + "state": "CO", + "latitude": "39.929260", + "longitude": "-105.288630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80026", + "city": "Lafayette", + "state": "CO", + "latitude": "40.002156", + "longitude": "-105.100360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80027", + "city": "Louisville", + "state": "CO", + "latitude": "39.963322", + "longitude": "-105.150530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80028", + "city": "Louisville", + "state": "CO", + "latitude": "40.087835", + "longitude": "-105.373507", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80030", + "city": "Westminster", + "state": "CO", + "latitude": "39.830936", + "longitude": "-105.037360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80031", + "city": "Westminster", + "state": "CO", + "latitude": "39.866785", + "longitude": "-105.041430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80033", + "city": "Wheat Ridge", + "state": "CO", + "latitude": "39.774341", + "longitude": "-105.100360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80034", + "city": "Wheat Ridge", + "state": "CO", + "latitude": "39.522014", + "longitude": "-105.223945", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80035", + "city": "Westminster", + "state": "CO", + "latitude": "39.807970", + "longitude": "-104.407918", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80036", + "city": "Westminster", + "state": "CO", + "latitude": "39.807970", + "longitude": "-104.407918", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80037", + "city": "Commerce City", + "state": "CO", + "latitude": "39.807970", + "longitude": "-104.407918", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80038", + "city": "Broomfield", + "state": "CO", + "latitude": "40.087835", + "longitude": "-105.373507", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80040", + "city": "Aurora", + "state": "CO", + "latitude": "39.807970", + "longitude": "-104.407918", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80041", + "city": "Aurora", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80042", + "city": "Aurora", + "state": "CO", + "latitude": "39.807970", + "longitude": "-104.407918", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80044", + "city": "Aurora", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80045", + "city": "Aurora", + "state": "CO", + "latitude": "39.746736", + "longitude": "-104.838361", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80046", + "city": "Aurora", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80047", + "city": "Aurora", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80061", + "city": "Westminster", + "state": "CO", + "latitude": "39.862286", + "longitude": "-105.072049", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80101", + "city": "Agate", + "state": "CO", + "latitude": "39.378712", + "longitude": "-104.024090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80102", + "city": "Bennett", + "state": "CO", + "latitude": "39.760573", + "longitude": "-104.431000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80103", + "city": "Byers", + "state": "CO", + "latitude": "39.746563", + "longitude": "-104.171620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80104", + "city": "Castle Rock", + "state": "CO", + "latitude": "39.385141", + "longitude": "-104.859620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80105", + "city": "Deer Trail", + "state": "CO", + "latitude": "39.631741", + "longitude": "-104.015940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80106", + "city": "Elbert", + "state": "CO", + "latitude": "39.148692", + "longitude": "-104.563500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80107", + "city": "Elizabeth", + "state": "CO", + "latitude": "39.397242", + "longitude": "-104.586960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80108", + "city": "Castle Rock", + "state": "CO", + "latitude": "39.453833", + "longitude": "-104.885409", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80109", + "city": "Castle Rock", + "state": "CO", + "latitude": "39.380857", + "longitude": "-104.899470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80110", + "city": "Englewood", + "state": "CO", + "latitude": "39.646847", + "longitude": "-104.990760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80111", + "city": "Englewood", + "state": "CO", + "latitude": "39.610431", + "longitude": "-104.881390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80112", + "city": "Englewood", + "state": "CO", + "latitude": "39.579454", + "longitude": "-104.882880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80115", + "city": "Aurora", + "state": "CO", + "latitude": "39.636562", + "longitude": "-104.820930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80116", + "city": "Franktown", + "state": "CO", + "latitude": "39.355957", + "longitude": "-104.724100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80117", + "city": "Kiowa", + "state": "CO", + "latitude": "39.382543", + "longitude": "-104.428470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80118", + "city": "Larkspur", + "state": "CO", + "latitude": "39.206652", + "longitude": "-104.909830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80120", + "city": "Littleton", + "state": "CO", + "latitude": "39.599687", + "longitude": "-105.006580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80121", + "city": "Littleton", + "state": "CO", + "latitude": "39.607386", + "longitude": "-104.958050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80122", + "city": "Littleton", + "state": "CO", + "latitude": "39.582604", + "longitude": "-104.958340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80123", + "city": "Littleton", + "state": "CO", + "latitude": "39.616114", + "longitude": "-105.073930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80124", + "city": "Littleton", + "state": "CO", + "latitude": "39.543478", + "longitude": "-104.896440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80125", + "city": "Littleton", + "state": "CO", + "latitude": "39.479365", + "longitude": "-105.067080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80126", + "city": "Littleton", + "state": "CO", + "latitude": "39.544549", + "longitude": "-104.968080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80127", + "city": "Littleton", + "state": "CO", + "latitude": "39.599755", + "longitude": "-105.130520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80128", + "city": "Littleton", + "state": "CO", + "latitude": "39.576838", + "longitude": "-105.078820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80129", + "city": "Littleton", + "state": "CO", + "latitude": "39.539556", + "longitude": "-105.009739", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80130", + "city": "Lone Tree", + "state": "CO", + "latitude": "39.541571", + "longitude": "-104.921520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80131", + "city": "Louviers", + "state": "CO", + "latitude": "39.347863", + "longitude": "-104.994708", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80132", + "city": "Monument", + "state": "CO", + "latitude": "39.098692", + "longitude": "-104.868400", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80133", + "city": "Palmer Lake", + "state": "CO", + "latitude": "39.113371", + "longitude": "-104.904930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80134", + "city": "Parker", + "state": "CO", + "latitude": "39.508608", + "longitude": "-104.780310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80135", + "city": "Sedalia", + "state": "CO", + "latitude": "39.340969", + "longitude": "-105.054040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80136", + "city": "Strasburg", + "state": "CO", + "latitude": "39.776934", + "longitude": "-104.309970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80137", + "city": "Watkins", + "state": "CO", + "latitude": "39.749664", + "longitude": "-104.608110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80138", + "city": "Parker", + "state": "CO", + "latitude": "39.523171", + "longitude": "-104.706070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80139", + "city": "Parker", + "state": "CO", + "latitude": "39.514740", + "longitude": "-104.744145", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80150", + "city": "Englewood", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80151", + "city": "Englewood", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80154", + "city": "Englewood", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80155", + "city": "Englewood", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80160", + "city": "Littleton", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80161", + "city": "Littleton", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80162", + "city": "Littleton", + "state": "CO", + "latitude": "39.522014", + "longitude": "-105.223945", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80163", + "city": "Littleton", + "state": "CO", + "latitude": "39.347863", + "longitude": "-104.994708", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80165", + "city": "Littleton", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80166", + "city": "Littleton", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80201", + "city": "Denver", + "state": "CO", + "latitude": "39.726303", + "longitude": "-104.856808", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80202", + "city": "Denver", + "state": "CO", + "latitude": "39.751586", + "longitude": "-104.996990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80203", + "city": "Denver", + "state": "CO", + "latitude": "39.731286", + "longitude": "-104.983060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80204", + "city": "Denver", + "state": "CO", + "latitude": "39.734686", + "longitude": "-105.019660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80205", + "city": "Denver", + "state": "CO", + "latitude": "39.758986", + "longitude": "-104.966780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80206", + "city": "Denver", + "state": "CO", + "latitude": "39.731237", + "longitude": "-104.952430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80207", + "city": "Denver", + "state": "CO", + "latitude": "39.759386", + "longitude": "-104.919450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80208", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80209", + "city": "Denver", + "state": "CO", + "latitude": "39.706535", + "longitude": "-104.966980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80210", + "city": "Denver", + "state": "CO", + "latitude": "39.679437", + "longitude": "-104.964730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80211", + "city": "Denver", + "state": "CO", + "latitude": "39.767536", + "longitude": "-105.019730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80212", + "city": "Denver", + "state": "CO", + "latitude": "39.770336", + "longitude": "-105.046880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80214", + "city": "Denver", + "state": "CO", + "latitude": "39.745526", + "longitude": "-105.062510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80215", + "city": "Denver", + "state": "CO", + "latitude": "39.744437", + "longitude": "-105.104410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80216", + "city": "Denver", + "state": "CO", + "latitude": "39.784622", + "longitude": "-104.962140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80217", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80218", + "city": "Denver", + "state": "CO", + "latitude": "39.731237", + "longitude": "-104.971330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80219", + "city": "Denver", + "state": "CO", + "latitude": "39.698137", + "longitude": "-105.034830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80220", + "city": "Denver", + "state": "CO", + "latitude": "39.734387", + "longitude": "-104.916780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80221", + "city": "Denver", + "state": "CO", + "latitude": "39.816536", + "longitude": "-105.011230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80222", + "city": "Denver", + "state": "CO", + "latitude": "39.669237", + "longitude": "-104.927660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80223", + "city": "Denver", + "state": "CO", + "latitude": "39.699156", + "longitude": "-104.999990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80224", + "city": "Denver", + "state": "CO", + "latitude": "39.688437", + "longitude": "-104.913480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80225", + "city": "Denver", + "state": "CO", + "latitude": "39.697090", + "longitude": "-105.120440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80226", + "city": "Denver", + "state": "CO", + "latitude": "39.712220", + "longitude": "-105.089180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80227", + "city": "Denver", + "state": "CO", + "latitude": "39.668576", + "longitude": "-105.091910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80228", + "city": "Denver", + "state": "CO", + "latitude": "39.688278", + "longitude": "-105.145580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80229", + "city": "Denver", + "state": "CO", + "latitude": "39.859585", + "longitude": "-104.959430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80230", + "city": "Denver", + "state": "CO", + "latitude": "39.721763", + "longitude": "-104.896270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80231", + "city": "Denver", + "state": "CO", + "latitude": "39.681687", + "longitude": "-104.883380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80232", + "city": "Denver", + "state": "CO", + "latitude": "39.690387", + "longitude": "-105.088660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80233", + "city": "Denver", + "state": "CO", + "latitude": "39.903043", + "longitude": "-104.954400", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80234", + "city": "Denver", + "state": "CO", + "latitude": "39.909100", + "longitude": "-105.008290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80235", + "city": "Denver", + "state": "CO", + "latitude": "39.648328", + "longitude": "-105.084310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80236", + "city": "Denver", + "state": "CO", + "latitude": "39.652454", + "longitude": "-105.040890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80237", + "city": "Denver", + "state": "CO", + "latitude": "39.643637", + "longitude": "-104.904060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80238", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80239", + "city": "Denver", + "state": "CO", + "latitude": "39.788236", + "longitude": "-104.830340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80241", + "city": "Denver", + "state": "CO", + "latitude": "39.929566", + "longitude": "-104.949310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80243", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80244", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80246", + "city": "Denver", + "state": "CO", + "latitude": "39.705318", + "longitude": "-104.931130", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80247", + "city": "Denver", + "state": "CO", + "latitude": "39.693573", + "longitude": "-104.876649", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80248", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80249", + "city": "Denver", + "state": "CO", + "latitude": "39.793686", + "longitude": "-104.739130", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80250", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80251", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80252", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80254", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80255", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80256", + "city": "Denver", + "state": "CO", + "latitude": "39.747390", + "longitude": "-104.992842", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80257", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80259", + "city": "Denver", + "state": "CO", + "latitude": "39.746239", + "longitude": "-104.991334", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80260", + "city": "Denver", + "state": "CO", + "latitude": "39.868635", + "longitude": "-105.008050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80261", + "city": "Denver", + "state": "CO", + "latitude": "39.737929", + "longitude": "-104.985036", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80262", + "city": "Denver", + "state": "CO", + "latitude": "39.731038", + "longitude": "-104.938391", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80263", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80264", + "city": "Denver", + "state": "CO", + "latitude": "39.742486", + "longitude": "-104.985630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80265", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80266", + "city": "Denver", + "state": "CO", + "latitude": "39.747179", + "longitude": "-104.991511", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80270", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80271", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80273", + "city": "Denver", + "state": "CO", + "latitude": "39.727293", + "longitude": "-104.987535", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80274", + "city": "Denver", + "state": "CO", + "latitude": "39.743934", + "longitude": "-104.987577", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80275", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80279", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80280", + "city": "Denver", + "state": "CO", + "latitude": "39.716675", + "longitude": "-104.906942", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80281", + "city": "Denver", + "state": "CO", + "latitude": "39.743940", + "longitude": "-104.987577", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80290", + "city": "Denver", + "state": "CO", + "latitude": "39.744086", + "longitude": "-104.986960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80291", + "city": "Denver", + "state": "CO", + "latitude": "39.743940", + "longitude": "-104.987577", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80292", + "city": "Denver", + "state": "CO", + "latitude": "39.747390", + "longitude": "-104.992842", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80293", + "city": "Denver", + "state": "CO", + "latitude": "39.746286", + "longitude": "-104.990080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80294", + "city": "Denver", + "state": "CO", + "latitude": "39.749436", + "longitude": "-104.989480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80295", + "city": "Denver", + "state": "CO", + "latitude": "39.745486", + "longitude": "-104.986336", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80296", + "city": "Sherrelwood", + "state": "CO", + "latitude": "39.832432", + "longitude": "-104.987535", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80299", + "city": "Denver", + "state": "CO", + "latitude": "39.738752", + "longitude": "-104.408349", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80301", + "city": "Boulder", + "state": "CO", + "latitude": "40.044385", + "longitude": "-105.219280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80302", + "city": "Boulder", + "state": "CO", + "latitude": "40.020885", + "longitude": "-105.296730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80303", + "city": "Boulder", + "state": "CO", + "latitude": "39.989135", + "longitude": "-105.228830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80304", + "city": "Boulder", + "state": "CO", + "latitude": "40.039784", + "longitude": "-105.279380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80305", + "city": "Boulder", + "state": "CO", + "latitude": "39.979691", + "longitude": "-105.252586", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80306", + "city": "Boulder", + "state": "CO", + "latitude": "40.102219", + "longitude": "-105.384694", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80307", + "city": "Boulder", + "state": "CO", + "latitude": "40.087835", + "longitude": "-105.373507", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80308", + "city": "Boulder", + "state": "CO", + "latitude": "40.027672", + "longitude": "-105.386800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80309", + "city": "Boulder", + "state": "CO", + "latitude": "40.087835", + "longitude": "-105.373507", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80310", + "city": "Boulder", + "state": "CO", + "latitude": "40.087835", + "longitude": "-105.373507", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80314", + "city": "Boulder", + "state": "CO", + "latitude": "40.087835", + "longitude": "-105.373507", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80321", + "city": "Boulder", + "state": "CO", + "latitude": "40.087835", + "longitude": "-105.373507", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80322", + "city": "Boulder", + "state": "CO", + "latitude": "40.087835", + "longitude": "-105.373507", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80323", + "city": "Boulder", + "state": "CO", + "latitude": "40.087835", + "longitude": "-105.373507", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80328", + "city": "Boulder", + "state": "CO", + "latitude": "40.087835", + "longitude": "-105.373507", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80329", + "city": "Boulder", + "state": "CO", + "latitude": "40.087835", + "longitude": "-105.373507", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80401", + "city": "Golden", + "state": "CO", + "latitude": "39.735745", + "longitude": "-105.193370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80402", + "city": "Golden", + "state": "CO", + "latitude": "39.522014", + "longitude": "-105.223945", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80403", + "city": "Golden", + "state": "CO", + "latitude": "39.827903", + "longitude": "-105.322560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80419", + "city": "Golden", + "state": "CO", + "latitude": "39.522014", + "longitude": "-105.223945", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80420", + "city": "Alma", + "state": "CO", + "latitude": "39.293921", + "longitude": "-106.068890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80421", + "city": "Bailey", + "state": "CO", + "latitude": "39.460306", + "longitude": "-105.476000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80422", + "city": "Black Hawk", + "state": "CO", + "latitude": "39.813744", + "longitude": "-105.508750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80423", + "city": "Bond", + "state": "CO", + "latitude": "39.871619", + "longitude": "-106.572670", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80424", + "city": "Breckenridge", + "state": "CO", + "latitude": "39.478893", + "longitude": "-106.037470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80425", + "city": "Buffalo Creek", + "state": "CO", + "latitude": "39.361089", + "longitude": "-105.224720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80426", + "city": "Burns", + "state": "CO", + "latitude": "39.885527", + "longitude": "-106.930180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80427", + "city": "Central City", + "state": "CO", + "latitude": "39.804776", + "longitude": "-105.534220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80428", + "city": "Clark", + "state": "CO", + "latitude": "40.854473", + "longitude": "-106.924380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80429", + "city": "Climax", + "state": "CO", + "latitude": "39.225758", + "longitude": "-106.311697", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80430", + "city": "Coalmont", + "state": "CO", + "latitude": "40.436948", + "longitude": "-106.494240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80432", + "city": "Como", + "state": "CO", + "latitude": "39.243440", + "longitude": "-105.794310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80433", + "city": "Conifer", + "state": "CO", + "latitude": "39.514738", + "longitude": "-105.311980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80434", + "city": "Cowdrey", + "state": "CO", + "latitude": "40.923010", + "longitude": "-106.331040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80435", + "city": "Dillon", + "state": "CO", + "latitude": "39.607479", + "longitude": "-105.979370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80436", + "city": "Dumont", + "state": "CO", + "latitude": "39.766277", + "longitude": "-105.615230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80437", + "city": "Evergreen", + "state": "CO", + "latitude": "39.522014", + "longitude": "-105.223945", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80438", + "city": "Empire", + "state": "CO", + "latitude": "39.762835", + "longitude": "-105.713020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80439", + "city": "Evergreen", + "state": "CO", + "latitude": "39.642572", + "longitude": "-105.368120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80440", + "city": "Fairplay", + "state": "CO", + "latitude": "39.221060", + "longitude": "-106.006500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80442", + "city": "Fraser", + "state": "CO", + "latitude": "39.949217", + "longitude": "-105.834380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80443", + "city": "Frisco", + "state": "CO", + "latitude": "39.532506", + "longitude": "-106.140290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80444", + "city": "Georgetown", + "state": "CO", + "latitude": "39.694915", + "longitude": "-105.725800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80446", + "city": "Granby", + "state": "CO", + "latitude": "40.142434", + "longitude": "-105.955020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80447", + "city": "Grand Lake", + "state": "CO", + "latitude": "40.238320", + "longitude": "-105.846880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80448", + "city": "Grant", + "state": "CO", + "latitude": "39.459109", + "longitude": "-105.728730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80449", + "city": "Hartsel", + "state": "CO", + "latitude": "38.993175", + "longitude": "-105.799160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80451", + "city": "Hot Sulphur Springs", + "state": "CO", + "latitude": "40.101485", + "longitude": "-106.118620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80452", + "city": "Idaho Springs", + "state": "CO", + "latitude": "39.737369", + "longitude": "-105.560540", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80453", + "city": "Idledale", + "state": "CO", + "latitude": "39.668426", + "longitude": "-105.244245", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80454", + "city": "Indian Hills", + "state": "CO", + "latitude": "39.631254", + "longitude": "-105.260710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80455", + "city": "Jamestown", + "state": "CO", + "latitude": "40.094785", + "longitude": "-105.398440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80456", + "city": "Jefferson", + "state": "CO", + "latitude": "39.310793", + "longitude": "-105.740270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80457", + "city": "Kittredge", + "state": "CO", + "latitude": "39.653899", + "longitude": "-105.301020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80459", + "city": "Kremmling", + "state": "CO", + "latitude": "40.147110", + "longitude": "-106.428540", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80461", + "city": "Leadville", + "state": "CO", + "latitude": "39.231776", + "longitude": "-106.313990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80463", + "city": "McCoy", + "state": "CO", + "latitude": "39.912186", + "longitude": "-106.743020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80465", + "city": "Morrison", + "state": "CO", + "latitude": "39.620748", + "longitude": "-105.181210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80466", + "city": "Nederland", + "state": "CO", + "latitude": "39.964486", + "longitude": "-105.508050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80467", + "city": "Oak Creek", + "state": "CO", + "latitude": "40.266778", + "longitude": "-106.928490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80468", + "city": "Parshall", + "state": "CO", + "latitude": "39.967717", + "longitude": "-106.162050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80469", + "city": "Phippsburg", + "state": "CO", + "latitude": "40.218412", + "longitude": "-106.944940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80470", + "city": "Pine", + "state": "CO", + "latitude": "39.456580", + "longitude": "-105.368760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80471", + "city": "Pinecliffe", + "state": "CO", + "latitude": "39.947386", + "longitude": "-105.459269", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80473", + "city": "Rand", + "state": "CO", + "latitude": "40.455817", + "longitude": "-106.201370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80474", + "city": "Rollinsville", + "state": "CO", + "latitude": "39.908923", + "longitude": "-105.570570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80475", + "city": "Shawnee", + "state": "CO", + "latitude": "39.439493", + "longitude": "-105.602959", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80476", + "city": "Silver Plume", + "state": "CO", + "latitude": "39.695974", + "longitude": "-105.731550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80477", + "city": "Steamboat Springs", + "state": "CO", + "latitude": "40.348242", + "longitude": "-106.926910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80478", + "city": "Tabernash", + "state": "CO", + "latitude": "40.001670", + "longitude": "-105.868600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80479", + "city": "Toponas", + "state": "CO", + "latitude": "40.041288", + "longitude": "-106.855700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80480", + "city": "Walden", + "state": "CO", + "latitude": "40.621621", + "longitude": "-106.244570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80481", + "city": "Ward", + "state": "CO", + "latitude": "40.106130", + "longitude": "-105.480440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80482", + "city": "Winter Park", + "state": "CO", + "latitude": "39.915508", + "longitude": "-105.783590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80483", + "city": "Yampa", + "state": "CO", + "latitude": "40.149432", + "longitude": "-106.906810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80487", + "city": "Steamboat Springs", + "state": "CO", + "latitude": "40.502772", + "longitude": "-106.875210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80488", + "city": "Steamboat Springs", + "state": "CO", + "latitude": "40.619661", + "longitude": "-106.860746", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80497", + "city": "Silverthorne", + "state": "CO", + "latitude": "39.641146", + "longitude": "-106.108002", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80498", + "city": "Silverthorne", + "state": "CO", + "latitude": "39.722417", + "longitude": "-106.137440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80501", + "city": "Longmont", + "state": "CO", + "latitude": "40.171484", + "longitude": "-105.100330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80502", + "city": "Longmont", + "state": "CO", + "latitude": "40.087835", + "longitude": "-105.373507", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80503", + "city": "Longmont", + "state": "CO", + "latitude": "40.156035", + "longitude": "-105.173650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80504", + "city": "Longmont", + "state": "CO", + "latitude": "40.160138", + "longitude": "-105.017720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80509", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.828692", + "longitude": "-104.840630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80510", + "city": "Allenspark", + "state": "CO", + "latitude": "40.223935", + "longitude": "-105.524210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80511", + "city": "Estes Park", + "state": "CO", + "latitude": "40.628112", + "longitude": "-105.569245", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80512", + "city": "Bellvue", + "state": "CO", + "latitude": "40.700258", + "longitude": "-105.648760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80513", + "city": "Berthoud", + "state": "CO", + "latitude": "40.294423", + "longitude": "-105.084310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80514", + "city": "Dacono", + "state": "CO", + "latitude": "40.083475", + "longitude": "-104.935810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80515", + "city": "Drake", + "state": "CO", + "latitude": "40.412496", + "longitude": "-105.418180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80516", + "city": "Erie", + "state": "CO", + "latitude": "40.051051", + "longitude": "-105.027670", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80517", + "city": "Estes Park", + "state": "CO", + "latitude": "40.370415", + "longitude": "-105.517220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80520", + "city": "Firestone", + "state": "CO", + "latitude": "40.115501", + "longitude": "-104.936370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80521", + "city": "Fort Collins", + "state": "CO", + "latitude": "40.586282", + "longitude": "-105.104940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80522", + "city": "Fort Collins", + "state": "CO", + "latitude": "40.642907", + "longitude": "-105.057005", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80523", + "city": "Fort Collins", + "state": "CO", + "latitude": "40.455530", + "longitude": "-105.464832", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80524", + "city": "Fort Collins", + "state": "CO", + "latitude": "40.606962", + "longitude": "-105.051060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80525", + "city": "Fort Collins", + "state": "CO", + "latitude": "40.532354", + "longitude": "-105.053500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80526", + "city": "Fort Collins", + "state": "CO", + "latitude": "40.539432", + "longitude": "-105.115760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80527", + "city": "Fort Collins", + "state": "CO", + "latitude": "40.540565", + "longitude": "-105.280009", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80528", + "city": "Fort Collins", + "state": "CO", + "latitude": "40.502779", + "longitude": "-105.011230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80530", + "city": "Frederick", + "state": "CO", + "latitude": "40.104211", + "longitude": "-104.935760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80532", + "city": "Glen Haven", + "state": "CO", + "latitude": "40.497758", + "longitude": "-105.433250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80533", + "city": "Hygiene", + "state": "CO", + "latitude": "40.181515", + "longitude": "-105.232695", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80534", + "city": "Johnstown", + "state": "CO", + "latitude": "40.335398", + "longitude": "-104.914770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80535", + "city": "Laporte", + "state": "CO", + "latitude": "40.670690", + "longitude": "-105.173880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80536", + "city": "Livermore", + "state": "CO", + "latitude": "40.878334", + "longitude": "-105.404150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80537", + "city": "Loveland", + "state": "CO", + "latitude": "40.383636", + "longitude": "-105.103490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80538", + "city": "Loveland", + "state": "CO", + "latitude": "40.435645", + "longitude": "-105.087260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80539", + "city": "Loveland", + "state": "CO", + "latitude": "40.386360", + "longitude": "-105.163377", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80540", + "city": "Lyons", + "state": "CO", + "latitude": "40.253033", + "longitude": "-105.337620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80541", + "city": "Masonville", + "state": "CO", + "latitude": "40.529278", + "longitude": "-105.372014", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80542", + "city": "Mead", + "state": "CO", + "latitude": "40.234505", + "longitude": "-104.997470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80543", + "city": "Milliken", + "state": "CO", + "latitude": "40.332926", + "longitude": "-104.853940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80544", + "city": "Niwot", + "state": "CO", + "latitude": "40.177043", + "longitude": "-105.275045", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80545", + "city": "Red Feather Lakes", + "state": "CO", + "latitude": "40.824993", + "longitude": "-105.635250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80546", + "city": "Severance", + "state": "CO", + "latitude": "40.524987", + "longitude": "-104.850544", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80547", + "city": "Timnath", + "state": "CO", + "latitude": "40.528966", + "longitude": "-104.980830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80549", + "city": "Wellington", + "state": "CO", + "latitude": "40.762264", + "longitude": "-105.012330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80550", + "city": "Windsor", + "state": "CO", + "latitude": "40.479970", + "longitude": "-104.902270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80551", + "city": "Windsor", + "state": "CO", + "latitude": "40.464092", + "longitude": "-104.885116", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80553", + "city": "Fort Collins", + "state": "CO", + "latitude": "40.628112", + "longitude": "-105.569245", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80601", + "city": "Brighton", + "state": "CO", + "latitude": "39.973251", + "longitude": "-104.824070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80602", + "city": "Thornton", + "state": "CO", + "latitude": "39.958987", + "longitude": "-104.908921", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80603", + "city": "Lochbuie", + "state": "CO", + "latitude": "39.943831", + "longitude": "-104.629665", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80610", + "city": "Ault", + "state": "CO", + "latitude": "40.617980", + "longitude": "-104.667620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80611", + "city": "Briggsdale", + "state": "CO", + "latitude": "40.581437", + "longitude": "-104.269150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80612", + "city": "Carr", + "state": "CO", + "latitude": "40.886476", + "longitude": "-104.874480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80614", + "city": "Eastlake", + "state": "CO", + "latitude": "39.807970", + "longitude": "-104.407918", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80615", + "city": "Eaton", + "state": "CO", + "latitude": "40.529241", + "longitude": "-104.711810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80620", + "city": "Evans", + "state": "CO", + "latitude": "40.378019", + "longitude": "-104.703570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80621", + "city": "Fort Lupton", + "state": "CO", + "latitude": "40.090367", + "longitude": "-104.797230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80622", + "city": "Galeton", + "state": "CO", + "latitude": "40.536158", + "longitude": "-104.500735", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80623", + "city": "Gilcrest", + "state": "CO", + "latitude": "40.283190", + "longitude": "-104.778780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80624", + "city": "Gill", + "state": "CO", + "latitude": "40.481168", + "longitude": "-104.515100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80630", + "city": "Greeley", + "state": "CO", + "latitude": "40.405094", + "longitude": "-104.800547", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80631", + "city": "Greeley", + "state": "CO", + "latitude": "40.421845", + "longitude": "-104.691750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80632", + "city": "Greeley", + "state": "CO", + "latitude": "40.376626", + "longitude": "-104.762899", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80633", + "city": "Greeley", + "state": "CO", + "latitude": "40.500919", + "longitude": "-104.314970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80634", + "city": "Greeley", + "state": "CO", + "latitude": "40.407853", + "longitude": "-104.754980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80638", + "city": "Greeley", + "state": "CO", + "latitude": "40.500919", + "longitude": "-104.314970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80639", + "city": "Greeley", + "state": "CO", + "latitude": "40.399281", + "longitude": "-104.701720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80640", + "city": "Henderson", + "state": "CO", + "latitude": "39.885202", + "longitude": "-104.883390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80642", + "city": "Hudson", + "state": "CO", + "latitude": "40.060539", + "longitude": "-104.629430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80643", + "city": "Keenesburg", + "state": "CO", + "latitude": "40.078242", + "longitude": "-104.499160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80644", + "city": "Kersey", + "state": "CO", + "latitude": "40.363777", + "longitude": "-104.519640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80645", + "city": "La Salle", + "state": "CO", + "latitude": "40.332131", + "longitude": "-104.687040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80646", + "city": "Lucerne", + "state": "CO", + "latitude": "40.482430", + "longitude": "-104.705420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80648", + "city": "Nunn", + "state": "CO", + "latitude": "40.746862", + "longitude": "-104.762080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80649", + "city": "Orchard", + "state": "CO", + "latitude": "40.310272", + "longitude": "-104.156850", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80650", + "city": "Pierce", + "state": "CO", + "latitude": "40.637244", + "longitude": "-104.758470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80651", + "city": "Platteville", + "state": "CO", + "latitude": "40.228533", + "longitude": "-104.842670", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80652", + "city": "Roggen", + "state": "CO", + "latitude": "40.095142", + "longitude": "-104.287840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80653", + "city": "Weldona", + "state": "CO", + "latitude": "40.365930", + "longitude": "-104.006120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80654", + "city": "Wiggins", + "state": "CO", + "latitude": "40.196296", + "longitude": "-104.073610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80701", + "city": "Fort Morgan", + "state": "CO", + "latitude": "40.226357", + "longitude": "-103.806250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80705", + "city": "Log Lane Village", + "state": "CO", + "latitude": "40.270801", + "longitude": "-103.829150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80720", + "city": "Akron", + "state": "CO", + "latitude": "40.124199", + "longitude": "-103.183620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80721", + "city": "Amherst", + "state": "CO", + "latitude": "40.681557", + "longitude": "-102.166630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80722", + "city": "Atwood", + "state": "CO", + "latitude": "40.531580", + "longitude": "-103.261510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80723", + "city": "Brush", + "state": "CO", + "latitude": "40.230450", + "longitude": "-103.608240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80726", + "city": "Crook", + "state": "CO", + "latitude": "40.888254", + "longitude": "-102.788230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80727", + "city": "Eckley", + "state": "CO", + "latitude": "40.086896", + "longitude": "-102.482650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80728", + "city": "Fleming", + "state": "CO", + "latitude": "40.620805", + "longitude": "-102.848130", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80729", + "city": "Grover", + "state": "CO", + "latitude": "40.877461", + "longitude": "-104.227050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80731", + "city": "Haxtun", + "state": "CO", + "latitude": "40.593911", + "longitude": "-102.588310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80732", + "city": "Hereford", + "state": "CO", + "latitude": "40.975104", + "longitude": "-104.305265", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80733", + "city": "Hillrose", + "state": "CO", + "latitude": "40.340456", + "longitude": "-103.512030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80734", + "city": "Holyoke", + "state": "CO", + "latitude": "40.582954", + "longitude": "-102.304510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80735", + "city": "Idalia", + "state": "CO", + "latitude": "39.709824", + "longitude": "-102.240350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80736", + "city": "Iliff", + "state": "CO", + "latitude": "40.798956", + "longitude": "-103.046490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80737", + "city": "Julesburg", + "state": "CO", + "latitude": "40.916929", + "longitude": "-102.218580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80740", + "city": "Lindon", + "state": "CO", + "latitude": "39.724528", + "longitude": "-103.383530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80741", + "city": "Merino", + "state": "CO", + "latitude": "40.508131", + "longitude": "-103.418150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80742", + "city": "New Raymer", + "state": "CO", + "latitude": "40.603869", + "longitude": "-103.878070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80743", + "city": "Otis", + "state": "CO", + "latitude": "40.215063", + "longitude": "-102.956280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80744", + "city": "Ovid", + "state": "CO", + "latitude": "40.888124", + "longitude": "-102.372600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80745", + "city": "Padroni", + "state": "CO", + "latitude": "40.825947", + "longitude": "-103.276690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80746", + "city": "Paoli", + "state": "CO", + "latitude": "40.610554", + "longitude": "-102.472203", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80747", + "city": "Peetz", + "state": "CO", + "latitude": "40.964518", + "longitude": "-103.111620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80749", + "city": "Sedgwick", + "state": "CO", + "latitude": "40.868450", + "longitude": "-102.545950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80750", + "city": "Snyder", + "state": "CO", + "latitude": "40.382063", + "longitude": "-103.609360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80751", + "city": "Sterling", + "state": "CO", + "latitude": "40.633845", + "longitude": "-103.215740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80754", + "city": "Stoneham", + "state": "CO", + "latitude": "40.686028", + "longitude": "-103.657360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80755", + "city": "Vernon", + "state": "CO", + "latitude": "39.940858", + "longitude": "-102.364170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80757", + "city": "Woodrow", + "state": "CO", + "latitude": "39.836887", + "longitude": "-103.611560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80758", + "city": "Wray", + "state": "CO", + "latitude": "40.064734", + "longitude": "-102.213360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80759", + "city": "Yuma", + "state": "CO", + "latitude": "40.169249", + "longitude": "-102.690050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80801", + "city": "Anton", + "state": "CO", + "latitude": "39.727493", + "longitude": "-103.103620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80802", + "city": "Arapahoe", + "state": "CO", + "latitude": "38.834807", + "longitude": "-102.174600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80804", + "city": "Arriba", + "state": "CO", + "latitude": "39.317411", + "longitude": "-103.248690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80805", + "city": "Bethune", + "state": "CO", + "latitude": "39.302035", + "longitude": "-102.443570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80807", + "city": "Burlington", + "state": "CO", + "latitude": "39.312400", + "longitude": "-102.250940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80808", + "city": "Calhan", + "state": "CO", + "latitude": "38.977375", + "longitude": "-104.320170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80809", + "city": "Cascade", + "state": "CO", + "latitude": "38.911701", + "longitude": "-104.987310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80810", + "city": "Cheyenne Wells", + "state": "CO", + "latitude": "38.846982", + "longitude": "-102.379130", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80812", + "city": "Cope", + "state": "CO", + "latitude": "39.648325", + "longitude": "-102.887220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80813", + "city": "Cripple Creek", + "state": "CO", + "latitude": "38.756040", + "longitude": "-105.149700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80814", + "city": "Divide", + "state": "CO", + "latitude": "38.927344", + "longitude": "-105.187460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80815", + "city": "Flagler", + "state": "CO", + "latitude": "39.348989", + "longitude": "-103.071030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80816", + "city": "Florissant", + "state": "CO", + "latitude": "38.876897", + "longitude": "-105.307110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80817", + "city": "Fountain", + "state": "CO", + "latitude": "38.674013", + "longitude": "-104.696270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80818", + "city": "Genoa", + "state": "CO", + "latitude": "39.386933", + "longitude": "-103.482190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80819", + "city": "Green Mountain Falls", + "state": "CO", + "latitude": "38.940813", + "longitude": "-105.013630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80820", + "city": "Guffey", + "state": "CO", + "latitude": "38.783844", + "longitude": "-105.636160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80821", + "city": "Hugo", + "state": "CO", + "latitude": "39.020889", + "longitude": "-103.480450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80822", + "city": "Joes", + "state": "CO", + "latitude": "39.633953", + "longitude": "-102.697950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80823", + "city": "Karval", + "state": "CO", + "latitude": "38.709972", + "longitude": "-103.544690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80824", + "city": "Kirk", + "state": "CO", + "latitude": "39.650653", + "longitude": "-102.526940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80825", + "city": "Kit Carson", + "state": "CO", + "latitude": "38.765737", + "longitude": "-102.788890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80826", + "city": "Limon", + "state": "CO", + "latitude": "39.041435", + "longitude": "-103.604851", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80827", + "city": "Lake George", + "state": "CO", + "latitude": "39.031989", + "longitude": "-105.468460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80828", + "city": "Limon", + "state": "CO", + "latitude": "39.273148", + "longitude": "-103.694160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80829", + "city": "Manitou Springs", + "state": "CO", + "latitude": "38.853663", + "longitude": "-104.934850", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80830", + "city": "Matheson", + "state": "CO", + "latitude": "39.089871", + "longitude": "-103.895340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80831", + "city": "Peyton", + "state": "CO", + "latitude": "38.966340", + "longitude": "-104.543130", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80832", + "city": "Ramah", + "state": "CO", + "latitude": "39.034273", + "longitude": "-104.071250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80833", + "city": "Rush", + "state": "CO", + "latitude": "38.694617", + "longitude": "-103.963140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80834", + "city": "Seibert", + "state": "CO", + "latitude": "39.315812", + "longitude": "-102.885730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80835", + "city": "Simla", + "state": "CO", + "latitude": "39.172831", + "longitude": "-104.087930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80836", + "city": "Stratton", + "state": "CO", + "latitude": "39.297820", + "longitude": "-102.597450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80840", + "city": "U S A F Academy", + "state": "CO", + "latitude": "39.008109", + "longitude": "-104.842480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80841", + "city": "U S A F Academy", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80860", + "city": "Victor", + "state": "CO", + "latitude": "38.719345", + "longitude": "-105.124290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80861", + "city": "Vona", + "state": "CO", + "latitude": "39.364790", + "longitude": "-102.753870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80862", + "city": "Wild Horse", + "state": "CO", + "latitude": "38.922655", + "longitude": "-103.021150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80863", + "city": "Woodland Park", + "state": "CO", + "latitude": "38.996004", + "longitude": "-105.063350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80864", + "city": "Yoder", + "state": "CO", + "latitude": "38.688075", + "longitude": "-104.173210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80866", + "city": "Woodland Park", + "state": "CO", + "latitude": "39.085706", + "longitude": "-105.236590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80901", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.861469", + "longitude": "-104.857828", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80902", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.942365", + "longitude": "-104.807081", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80903", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.834282", + "longitude": "-104.816540", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80904", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.850558", + "longitude": "-104.864810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80905", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.837542", + "longitude": "-104.836320", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80906", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.791242", + "longitude": "-104.824920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80907", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.873692", + "longitude": "-104.818690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80908", + "city": "Colorado Springs", + "state": "CO", + "latitude": "39.035216", + "longitude": "-104.695750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80909", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.851493", + "longitude": "-104.778560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80910", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.813044", + "longitude": "-104.771580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80911", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.746807", + "longitude": "-104.723200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80912", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80913", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.743871", + "longitude": "-104.763870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80914", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.819195", + "longitude": "-104.701177", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80915", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.858644", + "longitude": "-104.708920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80916", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.808934", + "longitude": "-104.738230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80917", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.888394", + "longitude": "-104.739750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80918", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.916226", + "longitude": "-104.766020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80919", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.925451", + "longitude": "-104.852550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80920", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.952366", + "longitude": "-104.767010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80921", + "city": "Colorado Springs", + "state": "CO", + "latitude": "39.044969", + "longitude": "-104.837550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80922", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.897344", + "longitude": "-104.701450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80924", + "city": "Breckenridge", + "state": "CO", + "latitude": "39.527772", + "longitude": "-106.039412", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80925", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.758252", + "longitude": "-104.655500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80926", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.652352", + "longitude": "-104.872980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80928", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.629157", + "longitude": "-104.450680", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80929", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.831149", + "longitude": "-104.651780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80930", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.811434", + "longitude": "-104.504030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80931", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.953003", + "longitude": "-104.609230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80932", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80933", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.939371", + "longitude": "-105.011786", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80934", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80935", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80936", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80937", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80940", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80941", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80942", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80943", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80944", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80945", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80946", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80947", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80949", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80950", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80960", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80962", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80970", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80977", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80995", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "80997", + "city": "Colorado Springs", + "state": "CO", + "latitude": "38.824690", + "longitude": "-104.562027", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81001", + "city": "Pueblo", + "state": "CO", + "latitude": "38.282872", + "longitude": "-104.570290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81002", + "city": "Pueblo", + "state": "CO", + "latitude": "38.128626", + "longitude": "-104.552299", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81003", + "city": "Pueblo", + "state": "CO", + "latitude": "38.281052", + "longitude": "-104.625670", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81004", + "city": "Pueblo", + "state": "CO", + "latitude": "38.197344", + "longitude": "-104.633100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81005", + "city": "Pueblo", + "state": "CO", + "latitude": "38.235865", + "longitude": "-104.669720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81006", + "city": "Pueblo", + "state": "CO", + "latitude": "38.243266", + "longitude": "-104.529120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81007", + "city": "Pueblo", + "state": "CO", + "latitude": "38.333601", + "longitude": "-104.743290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81008", + "city": "Pueblo", + "state": "CO", + "latitude": "38.370203", + "longitude": "-104.619640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81009", + "city": "Pueblo", + "state": "CO", + "latitude": "38.128626", + "longitude": "-104.552299", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81010", + "city": "Pueblo", + "state": "CO", + "latitude": "38.128626", + "longitude": "-104.552299", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81011", + "city": "Pueblo", + "state": "CO", + "latitude": "38.128626", + "longitude": "-104.552299", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81012", + "city": "Pueblo", + "state": "CO", + "latitude": "38.128626", + "longitude": "-104.552299", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81013", + "city": "Pueblo", + "state": "CO", + "latitude": "38.128626", + "longitude": "-104.552299", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81014", + "city": "Pueblo", + "state": "CO", + "latitude": "38.128626", + "longitude": "-104.552299", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81015", + "city": "Pueblo", + "state": "CO", + "latitude": "38.128626", + "longitude": "-104.552299", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81019", + "city": "Colorado City", + "state": "CO", + "latitude": "37.887346", + "longitude": "-104.613617", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81020", + "city": "Aguilar", + "state": "CO", + "latitude": "37.400041", + "longitude": "-104.660160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81021", + "city": "Arlington", + "state": "CO", + "latitude": "38.414313", + "longitude": "-103.378240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81022", + "city": "Avondale", + "state": "CO", + "latitude": "38.089719", + "longitude": "-104.378070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81023", + "city": "Beulah", + "state": "CO", + "latitude": "38.069421", + "longitude": "-104.956090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81024", + "city": "Boncarbo", + "state": "CO", + "latitude": "37.229888", + "longitude": "-104.710630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81025", + "city": "Boone", + "state": "CO", + "latitude": "38.243711", + "longitude": "-104.232820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81027", + "city": "Branson", + "state": "CO", + "latitude": "37.095478", + "longitude": "-103.843020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81029", + "city": "Campo", + "state": "CO", + "latitude": "37.136682", + "longitude": "-102.529600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81030", + "city": "Cheraw", + "state": "CO", + "latitude": "38.107901", + "longitude": "-103.511130", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81033", + "city": "Crowley", + "state": "CO", + "latitude": "38.193627", + "longitude": "-103.855430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81034", + "city": "Crowley", + "state": "CO", + "latitude": "38.317851", + "longitude": "-103.779959", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81036", + "city": "Eads", + "state": "CO", + "latitude": "38.467553", + "longitude": "-102.804390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81038", + "city": "Fort Lyon", + "state": "CO", + "latitude": "37.955547", + "longitude": "-103.072469", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81039", + "city": "Fowler", + "state": "CO", + "latitude": "38.002861", + "longitude": "-104.034450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81040", + "city": "Gardner", + "state": "CO", + "latitude": "37.777997", + "longitude": "-105.200720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81041", + "city": "Granada", + "state": "CO", + "latitude": "37.962678", + "longitude": "-102.330250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81042", + "city": "Gulnare", + "state": "CO", + "latitude": "37.315263", + "longitude": "-104.734610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81043", + "city": "Hartman", + "state": "CO", + "latitude": "38.119932", + "longitude": "-102.219520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81044", + "city": "Hasty", + "state": "CO", + "latitude": "38.039941", + "longitude": "-102.945690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81045", + "city": "Haswell", + "state": "CO", + "latitude": "38.453130", + "longitude": "-103.169650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81046", + "city": "Hoehne", + "state": "CO", + "latitude": "37.279584", + "longitude": "-104.358375", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81047", + "city": "Holly", + "state": "CO", + "latitude": "38.060575", + "longitude": "-102.196770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81049", + "city": "Kim", + "state": "CO", + "latitude": "37.242629", + "longitude": "-103.471080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81050", + "city": "La Junta", + "state": "CO", + "latitude": "37.995879", + "longitude": "-103.540010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81052", + "city": "Lamar", + "state": "CO", + "latitude": "38.087590", + "longitude": "-102.618550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81054", + "city": "Las Animas", + "state": "CO", + "latitude": "38.037435", + "longitude": "-103.186310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81055", + "city": "La Veta", + "state": "CO", + "latitude": "37.499829", + "longitude": "-105.029430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81057", + "city": "McClave", + "state": "CO", + "latitude": "38.136132", + "longitude": "-102.883250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81058", + "city": "Manzanola", + "state": "CO", + "latitude": "38.107593", + "longitude": "-103.868480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81059", + "city": "Model", + "state": "CO", + "latitude": "37.513166", + "longitude": "-104.029590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81062", + "city": "Olney Springs", + "state": "CO", + "latitude": "38.193937", + "longitude": "-103.922750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81063", + "city": "Ordway", + "state": "CO", + "latitude": "38.253191", + "longitude": "-103.762090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81064", + "city": "Pritchett", + "state": "CO", + "latitude": "37.315497", + "longitude": "-102.954620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81066", + "city": "Red Wing", + "state": "CO", + "latitude": "37.730256", + "longitude": "-105.318060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81067", + "city": "Rocky Ford", + "state": "CO", + "latitude": "38.042083", + "longitude": "-103.722310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81069", + "city": "Rye", + "state": "CO", + "latitude": "37.909758", + "longitude": "-104.898920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81071", + "city": "Sheridan Lake", + "state": "CO", + "latitude": "38.446720", + "longitude": "-102.248440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81073", + "city": "Springfield", + "state": "CO", + "latitude": "37.409787", + "longitude": "-102.617260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81074", + "city": "Starkville", + "state": "CO", + "latitude": "37.121029", + "longitude": "-104.523155", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81076", + "city": "Sugar City", + "state": "CO", + "latitude": "38.261440", + "longitude": "-103.671010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81077", + "city": "Swink", + "state": "CO", + "latitude": "38.015189", + "longitude": "-103.628270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81079", + "city": "Colorado City", + "state": "CO", + "latitude": "37.951881", + "longitude": "-104.858227", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81081", + "city": "Trinchera", + "state": "CO", + "latitude": "37.096255", + "longitude": "-104.148260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81082", + "city": "Trinidad", + "state": "CO", + "latitude": "37.191882", + "longitude": "-104.478090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81084", + "city": "Two Buttes", + "state": "CO", + "latitude": "37.567773", + "longitude": "-102.391920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81087", + "city": "Vilas", + "state": "CO", + "latitude": "37.377938", + "longitude": "-102.428820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81089", + "city": "Walsenburg", + "state": "CO", + "latitude": "37.621071", + "longitude": "-104.804560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81090", + "city": "Walsh", + "state": "CO", + "latitude": "37.347009", + "longitude": "-102.267760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81091", + "city": "Weston", + "state": "CO", + "latitude": "37.193451", + "longitude": "-104.971880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81092", + "city": "Wiley", + "state": "CO", + "latitude": "38.179240", + "longitude": "-102.751610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81101", + "city": "Alamosa", + "state": "CO", + "latitude": "37.471802", + "longitude": "-105.834710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81102", + "city": "Alamosa", + "state": "CO", + "latitude": "37.476026", + "longitude": "-105.881779", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81120", + "city": "Antonito", + "state": "CO", + "latitude": "37.086403", + "longitude": "-106.083250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81121", + "city": "Arboles", + "state": "CO", + "latitude": "37.039131", + "longitude": "-107.422710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81122", + "city": "Bayfield", + "state": "CO", + "latitude": "37.329743", + "longitude": "-107.590260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81123", + "city": "Blanca", + "state": "CO", + "latitude": "37.419263", + "longitude": "-105.580240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81124", + "city": "Capulin", + "state": "CO", + "latitude": "37.291966", + "longitude": "-106.120850", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81125", + "city": "Center", + "state": "CO", + "latitude": "37.773899", + "longitude": "-106.089660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81126", + "city": "Chama", + "state": "CO", + "latitude": "37.175339", + "longitude": "-105.341640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81127", + "city": "Chimney Rock", + "state": "CO", + "latitude": "37.218131", + "longitude": "-107.344520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81128", + "city": "Chromo", + "state": "CO", + "latitude": "37.086533", + "longitude": "-106.754910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81129", + "city": "Conejos", + "state": "CO", + "latitude": "37.101134", + "longitude": "-106.026480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81130", + "city": "Creede", + "state": "CO", + "latitude": "37.705276", + "longitude": "-106.954290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81131", + "city": "Crestone", + "state": "CO", + "latitude": "37.945768", + "longitude": "-105.697060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81132", + "city": "Del Norte", + "state": "CO", + "latitude": "37.731981", + "longitude": "-106.397740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81133", + "city": "Fort Garland", + "state": "CO", + "latitude": "37.375698", + "longitude": "-105.372930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81134", + "city": "Garcia", + "state": "CO", + "latitude": "37.092195", + "longitude": "-105.530023", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81135", + "city": "Homelake", + "state": "CO", + "latitude": "37.615741", + "longitude": "-106.375292", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81136", + "city": "Hooper", + "state": "CO", + "latitude": "37.779885", + "longitude": "-105.812640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81137", + "city": "Ignacio", + "state": "CO", + "latitude": "37.099348", + "longitude": "-107.642230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81138", + "city": "Jaroso", + "state": "CO", + "latitude": "37.197731", + "longitude": "-105.429395", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81140", + "city": "La Jara", + "state": "CO", + "latitude": "37.274108", + "longitude": "-106.051780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81141", + "city": "Manassa", + "state": "CO", + "latitude": "37.144944", + "longitude": "-105.901610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81143", + "city": "Moffat", + "state": "CO", + "latitude": "38.142453", + "longitude": "-105.915790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81144", + "city": "Monte Vista", + "state": "CO", + "latitude": "37.569501", + "longitude": "-106.149460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81146", + "city": "Mosca", + "state": "CO", + "latitude": "37.620038", + "longitude": "-105.731010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81147", + "city": "Pagosa Springs", + "state": "CO", + "latitude": "37.241179", + "longitude": "-107.112870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81148", + "city": "Romeo", + "state": "CO", + "latitude": "37.171583", + "longitude": "-105.986480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81149", + "city": "Saguache", + "state": "CO", + "latitude": "38.120209", + "longitude": "-106.226260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81151", + "city": "Sanford", + "state": "CO", + "latitude": "37.233540", + "longitude": "-105.747700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81152", + "city": "San Luis", + "state": "CO", + "latitude": "37.134458", + "longitude": "-105.547780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81153", + "city": "San Pablo", + "state": "CO", + "latitude": "37.127132", + "longitude": "-105.367500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81154", + "city": "South Fork", + "state": "CO", + "latitude": "37.671046", + "longitude": "-106.631770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81155", + "city": "Villa Grove", + "state": "CO", + "latitude": "38.327695", + "longitude": "-106.144760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81157", + "city": "Pagosa Springs", + "state": "CO", + "latitude": "37.270438", + "longitude": "-107.093153", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81201", + "city": "Salida", + "state": "CO", + "latitude": "38.533464", + "longitude": "-106.034680", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81210", + "city": "Almont", + "state": "CO", + "latitude": "38.778749", + "longitude": "-106.628310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81211", + "city": "Buena Vista", + "state": "CO", + "latitude": "38.867111", + "longitude": "-106.146640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81212", + "city": "Canon City", + "state": "CO", + "latitude": "38.464212", + "longitude": "-105.279730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81215", + "city": "Canon City", + "state": "CO", + "latitude": "38.477563", + "longitude": "-105.476577", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81220", + "city": "Cimarron", + "state": "CO", + "latitude": "38.321598", + "longitude": "-107.416600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81221", + "city": "Coal Creek", + "state": "CO", + "latitude": "38.361540", + "longitude": "-105.147520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81222", + "city": "Coaldale", + "state": "CO", + "latitude": "38.374462", + "longitude": "-105.767380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81223", + "city": "Cotopaxi", + "state": "CO", + "latitude": "38.357344", + "longitude": "-105.531920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81224", + "city": "Crested Butte", + "state": "CO", + "latitude": "38.865307", + "longitude": "-106.965560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81225", + "city": "Crested Butte", + "state": "CO", + "latitude": "38.901649", + "longitude": "-106.967550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81226", + "city": "Florence", + "state": "CO", + "latitude": "38.387091", + "longitude": "-105.122600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81227", + "city": "Monarch", + "state": "CO", + "latitude": "38.545757", + "longitude": "-106.243422", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81228", + "city": "Granite", + "state": "CO", + "latitude": "39.030747", + "longitude": "-106.256615", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81230", + "city": "Gunnison", + "state": "CO", + "latitude": "38.464132", + "longitude": "-106.957760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81231", + "city": "Gunnison", + "state": "CO", + "latitude": "38.702309", + "longitude": "-106.940201", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81232", + "city": "Hillside", + "state": "CO", + "latitude": "38.285533", + "longitude": "-105.642451", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81233", + "city": "Howard", + "state": "CO", + "latitude": "38.442267", + "longitude": "-105.850540", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81235", + "city": "Lake City", + "state": "CO", + "latitude": "37.961233", + "longitude": "-107.299530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81236", + "city": "Nathrop", + "state": "CO", + "latitude": "38.720234", + "longitude": "-106.188010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81237", + "city": "Ohio City", + "state": "CO", + "latitude": "38.590788", + "longitude": "-106.602838", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81239", + "city": "Parlin", + "state": "CO", + "latitude": "38.618553", + "longitude": "-106.548110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81240", + "city": "Penrose", + "state": "CO", + "latitude": "38.439499", + "longitude": "-105.021110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81241", + "city": "Pitkin", + "state": "CO", + "latitude": "38.607617", + "longitude": "-106.520370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81242", + "city": "Poncha Springs", + "state": "CO", + "latitude": "38.471892", + "longitude": "-106.097284", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81243", + "city": "Powderhorn", + "state": "CO", + "latitude": "38.249778", + "longitude": "-107.155420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81244", + "city": "Rockvale", + "state": "CO", + "latitude": "38.353064", + "longitude": "-105.186420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81246", + "city": "Canon City", + "state": "CO", + "latitude": "38.477563", + "longitude": "-105.476577", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81247", + "city": "Gunnison", + "state": "CO", + "latitude": "38.457513", + "longitude": "-107.292081", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81248", + "city": "Sargents", + "state": "CO", + "latitude": "38.410975", + "longitude": "-106.478120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81251", + "city": "Twin Lakes", + "state": "CO", + "latitude": "39.096394", + "longitude": "-106.329160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81252", + "city": "Westcliffe", + "state": "CO", + "latitude": "38.130741", + "longitude": "-105.457980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81253", + "city": "Wetmore", + "state": "CO", + "latitude": "38.186991", + "longitude": "-105.076150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81260", + "city": "Basalt", + "state": "CO", + "latitude": "39.361605", + "longitude": "-107.025486", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81290", + "city": "Florence", + "state": "CO", + "latitude": "38.358421", + "longitude": "-105.106881", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81301", + "city": "Durango", + "state": "CO", + "latitude": "37.295888", + "longitude": "-107.849450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81302", + "city": "Durango", + "state": "CO", + "latitude": "37.357249", + "longitude": "-107.935945", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81303", + "city": "Durango", + "state": "CO", + "latitude": "37.222311", + "longitude": "-107.653131", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81310", + "city": "Durango", + "state": "CO", + "latitude": "37.282110", + "longitude": "-107.856609", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81320", + "city": "Cahone", + "state": "CO", + "latitude": "37.696224", + "longitude": "-108.782710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81321", + "city": "Cortez", + "state": "CO", + "latitude": "37.344985", + "longitude": "-108.603550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81323", + "city": "Dolores", + "state": "CO", + "latitude": "37.515311", + "longitude": "-108.452040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81324", + "city": "Dove Creek", + "state": "CO", + "latitude": "37.775543", + "longitude": "-108.924550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81325", + "city": "Egnar", + "state": "CO", + "latitude": "38.027131", + "longitude": "-108.831620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81326", + "city": "Hesperus", + "state": "CO", + "latitude": "37.131282", + "longitude": "-108.157280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81327", + "city": "Lewis", + "state": "CO", + "latitude": "37.534825", + "longitude": "-108.651880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81328", + "city": "Mancos", + "state": "CO", + "latitude": "37.363564", + "longitude": "-108.296910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81329", + "city": "Marvel", + "state": "CO", + "latitude": "37.092605", + "longitude": "-108.125194", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81330", + "city": "Mesa Verde National Park", + "state": "CO", + "latitude": "37.237814", + "longitude": "-108.504240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81331", + "city": "Pleasant View", + "state": "CO", + "latitude": "37.590205", + "longitude": "-108.769980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81332", + "city": "Rico", + "state": "CO", + "latitude": "37.713158", + "longitude": "-108.025850", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81334", + "city": "Towaoc", + "state": "CO", + "latitude": "37.178946", + "longitude": "-108.887690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81335", + "city": "Yellow Jacket", + "state": "CO", + "latitude": "37.508184", + "longitude": "-108.783110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81401", + "city": "Montrose", + "state": "CO", + "latitude": "38.436409", + "longitude": "-107.862500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81402", + "city": "Montrose", + "state": "CO", + "latitude": "38.485093", + "longitude": "-107.885975", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81410", + "city": "Austin", + "state": "CO", + "latitude": "38.790530", + "longitude": "-107.974040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81411", + "city": "Bedrock", + "state": "CO", + "latitude": "38.318109", + "longitude": "-108.928580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81413", + "city": "Cedaredge", + "state": "CO", + "latitude": "38.941926", + "longitude": "-107.926690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81414", + "city": "Cory", + "state": "CO", + "latitude": "38.788697", + "longitude": "-107.986174", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81415", + "city": "Crawford", + "state": "CO", + "latitude": "38.636112", + "longitude": "-107.593150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81416", + "city": "Delta", + "state": "CO", + "latitude": "38.733901", + "longitude": "-108.082190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81418", + "city": "Eckert", + "state": "CO", + "latitude": "38.842439", + "longitude": "-107.960850", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81419", + "city": "Hotchkiss", + "state": "CO", + "latitude": "38.819199", + "longitude": "-107.737040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81420", + "city": "Lazear", + "state": "CO", + "latitude": "38.781745", + "longitude": "-107.780778", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81421", + "city": "Maher", + "state": "CO", + "latitude": "38.942927", + "longitude": "-107.939831", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81422", + "city": "Naturita", + "state": "CO", + "latitude": "38.296229", + "longitude": "-108.680790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81423", + "city": "Norwood", + "state": "CO", + "latitude": "38.082231", + "longitude": "-108.258600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81424", + "city": "Nucla", + "state": "CO", + "latitude": "38.295450", + "longitude": "-108.501640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81425", + "city": "Olathe", + "state": "CO", + "latitude": "38.605432", + "longitude": "-108.009800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81426", + "city": "Ophir", + "state": "CO", + "latitude": "37.860092", + "longitude": "-107.869750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81427", + "city": "Ouray", + "state": "CO", + "latitude": "38.016388", + "longitude": "-107.674380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81428", + "city": "Paonia", + "state": "CO", + "latitude": "38.877695", + "longitude": "-107.587990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81429", + "city": "Paradox", + "state": "CO", + "latitude": "38.371101", + "longitude": "-108.969823", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81430", + "city": "Placerville", + "state": "CO", + "latitude": "38.086770", + "longitude": "-108.003320", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81431", + "city": "Redvale", + "state": "CO", + "latitude": "38.153484", + "longitude": "-108.439210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81432", + "city": "Ridgway", + "state": "CO", + "latitude": "38.131449", + "longitude": "-107.773220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81433", + "city": "Silverton", + "state": "CO", + "latitude": "37.868294", + "longitude": "-107.622230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81434", + "city": "Somerset", + "state": "CO", + "latitude": "38.994185", + "longitude": "-107.355260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81435", + "city": "Telluride", + "state": "CO", + "latitude": "37.932874", + "longitude": "-107.888740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81501", + "city": "Grand Junction", + "state": "CO", + "latitude": "39.072831", + "longitude": "-108.550000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81502", + "city": "Grand Junction", + "state": "CO", + "latitude": "39.017876", + "longitude": "-108.481354", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81503", + "city": "Grand Junction", + "state": "CO", + "latitude": "39.059221", + "longitude": "-108.583110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81504", + "city": "Grand Junction", + "state": "CO", + "latitude": "39.085481", + "longitude": "-108.490190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81505", + "city": "Grand Junction", + "state": "CO", + "latitude": "39.112514", + "longitude": "-108.605060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81506", + "city": "Grand Junction", + "state": "CO", + "latitude": "39.106039", + "longitude": "-108.546790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81516", + "city": "Snowmass Village", + "state": "CO", + "latitude": "39.225729", + "longitude": "-106.937134", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81520", + "city": "Clifton", + "state": "CO", + "latitude": "39.085981", + "longitude": "-108.444440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81521", + "city": "Fruita", + "state": "CO", + "latitude": "39.159971", + "longitude": "-108.720710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81522", + "city": "Gateway", + "state": "CO", + "latitude": "38.715101", + "longitude": "-109.010870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81523", + "city": "Glade Park", + "state": "CO", + "latitude": "38.958934", + "longitude": "-108.851260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81524", + "city": "Loma", + "state": "CO", + "latitude": "39.238633", + "longitude": "-108.788930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81525", + "city": "Mack", + "state": "CO", + "latitude": "39.244427", + "longitude": "-108.937810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81526", + "city": "Palisade", + "state": "CO", + "latitude": "39.101300", + "longitude": "-108.367000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81527", + "city": "Whitewater", + "state": "CO", + "latitude": "38.833235", + "longitude": "-108.581550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81601", + "city": "Glenwood Springs", + "state": "CO", + "latitude": "39.533318", + "longitude": "-107.321070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81602", + "city": "Glenwood Springs", + "state": "CO", + "latitude": "39.511742", + "longitude": "-107.325336", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81610", + "city": "Dinosaur", + "state": "CO", + "latitude": "40.334542", + "longitude": "-108.762660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81611", + "city": "Aspen", + "state": "CO", + "latitude": "39.196857", + "longitude": "-106.819100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81612", + "city": "Aspen", + "state": "CO", + "latitude": "39.223416", + "longitude": "-106.882774", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81613", + "city": "Snowmass Village", + "state": "CO", + "latitude": "39.212626", + "longitude": "-106.941907", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81615", + "city": "Snowmass Village", + "state": "CO", + "latitude": "39.214104", + "longitude": "-106.945280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81620", + "city": "Avon", + "state": "CO", + "latitude": "39.632980", + "longitude": "-106.515340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81621", + "city": "Basalt", + "state": "CO", + "latitude": "39.379423", + "longitude": "-106.970820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81623", + "city": "Carbondale", + "state": "CO", + "latitude": "39.335504", + "longitude": "-107.188200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81624", + "city": "Collbran", + "state": "CO", + "latitude": "39.220166", + "longitude": "-107.934140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81625", + "city": "Craig", + "state": "CO", + "latitude": "40.566113", + "longitude": "-107.608180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81626", + "city": "Craig", + "state": "CO", + "latitude": "40.667669", + "longitude": "-107.783276", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81628", + "city": "El Jebel", + "state": "CO", + "latitude": "39.397870", + "longitude": "-107.089239", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81630", + "city": "De Beque", + "state": "CO", + "latitude": "39.378823", + "longitude": "-108.340690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81631", + "city": "Eagle", + "state": "CO", + "latitude": "39.622314", + "longitude": "-106.775100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81632", + "city": "Edwards", + "state": "CO", + "latitude": "39.620748", + "longitude": "-106.614800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81633", + "city": "Dinosaur", + "state": "CO", + "latitude": "40.377031", + "longitude": "-108.398991", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81635", + "city": "Parachute", + "state": "CO", + "latitude": "39.493283", + "longitude": "-108.115710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81636", + "city": "Battlement Mesa", + "state": "CO", + "latitude": "39.430535", + "longitude": "-108.023924", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81637", + "city": "Gypsum", + "state": "CO", + "latitude": "39.690233", + "longitude": "-107.025520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81638", + "city": "Hamilton", + "state": "CO", + "latitude": "40.298366", + "longitude": "-107.517560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81639", + "city": "Hayden", + "state": "CO", + "latitude": "40.488060", + "longitude": "-107.260930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81640", + "city": "Maybell", + "state": "CO", + "latitude": "40.594344", + "longitude": "-108.399740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81641", + "city": "Meeker", + "state": "CO", + "latitude": "40.042797", + "longitude": "-107.921580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81642", + "city": "Meredith", + "state": "CO", + "latitude": "39.342438", + "longitude": "-106.634440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81643", + "city": "Mesa", + "state": "CO", + "latitude": "39.102266", + "longitude": "-108.160330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81645", + "city": "Minturn", + "state": "CO", + "latitude": "39.459323", + "longitude": "-106.378590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81646", + "city": "Molina", + "state": "CO", + "latitude": "39.139927", + "longitude": "-108.004980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81647", + "city": "New Castle", + "state": "CO", + "latitude": "39.567059", + "longitude": "-107.549740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81648", + "city": "Rangely", + "state": "CO", + "latitude": "40.011447", + "longitude": "-108.775280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81649", + "city": "Red Cliff", + "state": "CO", + "latitude": "39.451885", + "longitude": "-106.324030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81650", + "city": "Rifle", + "state": "CO", + "latitude": "39.603225", + "longitude": "-107.897550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81652", + "city": "Silt", + "state": "CO", + "latitude": "39.508481", + "longitude": "-107.668730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81653", + "city": "Slater", + "state": "CO", + "latitude": "40.929768", + "longitude": "-107.188860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81654", + "city": "Snowmass", + "state": "CO", + "latitude": "39.254607", + "longitude": "-106.978880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81655", + "city": "Wolcott", + "state": "CO", + "latitude": "39.731182", + "longitude": "-106.627050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81656", + "city": "Woody Creek", + "state": "CO", + "latitude": "39.301790", + "longitude": "-106.818780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81657", + "city": "Vail", + "state": "CO", + "latitude": "39.634566", + "longitude": "-106.370770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "81658", + "city": "Vail", + "state": "CO", + "latitude": "39.624171", + "longitude": "-106.497314", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82001", + "city": "Cheyenne", + "state": "WY", + "latitude": "41.141281", + "longitude": "-104.802080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82002", + "city": "Cheyenne", + "state": "WY", + "latitude": "41.327351", + "longitude": "-104.666365", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82003", + "city": "Cheyenne", + "state": "WY", + "latitude": "41.219107", + "longitude": "-104.661244", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82005", + "city": "Fe Warren AFB", + "state": "WY", + "latitude": "41.139057", + "longitude": "-104.862947", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82006", + "city": "Cheyenne", + "state": "WY", + "latitude": "41.327351", + "longitude": "-104.666365", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82007", + "city": "Cheyenne", + "state": "WY", + "latitude": "41.101731", + "longitude": "-104.805820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82008", + "city": "Cheyenne", + "state": "WY", + "latitude": "41.327351", + "longitude": "-104.666365", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82009", + "city": "Cheyenne", + "state": "WY", + "latitude": "41.275932", + "longitude": "-104.882790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82010", + "city": "Cheyenne", + "state": "WY", + "latitude": "41.327351", + "longitude": "-104.666365", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82050", + "city": "Albin", + "state": "WY", + "latitude": "41.425769", + "longitude": "-104.188050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82051", + "city": "Bosler", + "state": "WY", + "latitude": "41.601379", + "longitude": "-105.652070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82052", + "city": "Buford", + "state": "WY", + "latitude": "41.105595", + "longitude": "-105.354900", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82053", + "city": "Burns", + "state": "WY", + "latitude": "41.209041", + "longitude": "-104.359070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82054", + "city": "Carpenter", + "state": "WY", + "latitude": "41.064212", + "longitude": "-104.341070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82055", + "city": "Centennial", + "state": "WY", + "latitude": "41.331440", + "longitude": "-106.176490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82058", + "city": "Garrett", + "state": "WY", + "latitude": "42.227720", + "longitude": "-105.661840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82059", + "city": "Granite Canon", + "state": "WY", + "latitude": "41.051097", + "longitude": "-105.192160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82060", + "city": "Hillsdale", + "state": "WY", + "latitude": "41.210012", + "longitude": "-104.480950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82061", + "city": "Horse Creek", + "state": "WY", + "latitude": "41.422733", + "longitude": "-105.198810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82063", + "city": "Jelm", + "state": "CO", + "latitude": "40.932966", + "longitude": "-105.877050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82070", + "city": "Laramie", + "state": "WY", + "latitude": "41.232815", + "longitude": "-105.753640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82071", + "city": "Laramie", + "state": "WY", + "latitude": "41.715061", + "longitude": "-105.797388", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82072", + "city": "Laramie", + "state": "WY", + "latitude": "41.344843", + "longitude": "-105.586260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82073", + "city": "Laramie", + "state": "WY", + "latitude": "41.307065", + "longitude": "-105.624667", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82081", + "city": "Meriden", + "state": "WY", + "latitude": "41.552531", + "longitude": "-104.391180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82082", + "city": "Pine Bluffs", + "state": "NE", + "latitude": "41.181106", + "longitude": "-104.000780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82083", + "city": "Rock River", + "state": "WY", + "latitude": "41.724691", + "longitude": "-105.990710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82084", + "city": "Tie Siding", + "state": "WY", + "latitude": "41.024827", + "longitude": "-105.461880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82190", + "city": "Yellowstone National Park", + "state": "WY", + "latitude": "44.890668", + "longitude": "-110.894210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82201", + "city": "Wheatland", + "state": "WY", + "latitude": "42.038694", + "longitude": "-105.050690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82210", + "city": "Chugwater", + "state": "WY", + "latitude": "41.742212", + "longitude": "-104.829230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82212", + "city": "Fort Laramie", + "state": "WY", + "latitude": "42.321548", + "longitude": "-104.534530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82213", + "city": "Glendo", + "state": "WY", + "latitude": "42.489239", + "longitude": "-104.975910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82214", + "city": "Guernsey", + "state": "WY", + "latitude": "42.277740", + "longitude": "-104.760340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82215", + "city": "Hartville", + "state": "WY", + "latitude": "42.382338", + "longitude": "-104.711350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82217", + "city": "Hawk Springs", + "state": "WY", + "latitude": "41.769160", + "longitude": "-104.244880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82218", + "city": "Huntley", + "state": "WY", + "latitude": "41.865935", + "longitude": "-104.114510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82219", + "city": "Jay Em", + "state": "WY", + "latitude": "42.507335", + "longitude": "-104.424200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82221", + "city": "Lagrange", + "state": "WY", + "latitude": "41.646277", + "longitude": "-104.287700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82222", + "city": "Lance Creek", + "state": "WY", + "latitude": "43.149226", + "longitude": "-104.616350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82223", + "city": "Lingle", + "state": "WY", + "latitude": "42.121155", + "longitude": "-104.377080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82224", + "city": "Lost Springs", + "state": "WY", + "latitude": "42.792664", + "longitude": "-104.941560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82225", + "city": "Lusk", + "state": "WY", + "latitude": "43.034269", + "longitude": "-104.357840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82226", + "city": "Lusk", + "state": "WY", + "latitude": "42.757317", + "longitude": "-104.448288", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82227", + "city": "Manville", + "state": "WY", + "latitude": "42.785056", + "longitude": "-104.750340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82229", + "city": "Shawnee", + "state": "WY", + "latitude": "42.787675", + "longitude": "-105.063337", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82240", + "city": "Torrington", + "state": "WY", + "latitude": "42.119328", + "longitude": "-104.192280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82242", + "city": "Van Tassell", + "state": "WY", + "latitude": "42.706475", + "longitude": "-104.120450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82243", + "city": "Veteran", + "state": "WY", + "latitude": "41.979994", + "longitude": "-104.389690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82244", + "city": "Yoder", + "state": "WY", + "latitude": "41.907756", + "longitude": "-104.372100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82301", + "city": "Rawlins", + "state": "WY", + "latitude": "41.971581", + "longitude": "-107.294750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82310", + "city": "Jeffrey City", + "state": "WY", + "latitude": "42.444748", + "longitude": "-107.764600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82321", + "city": "Baggs", + "state": "WY", + "latitude": "41.347337", + "longitude": "-107.710620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82322", + "city": "Bairoil", + "state": "WY", + "latitude": "42.180259", + "longitude": "-107.739110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82323", + "city": "Dixon", + "state": "WY", + "latitude": "41.034747", + "longitude": "-107.532570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82324", + "city": "Elk Mountain", + "state": "WY", + "latitude": "41.620507", + "longitude": "-106.435940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82325", + "city": "Encampment", + "state": "WY", + "latitude": "41.159654", + "longitude": "-106.662840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82327", + "city": "Hanna", + "state": "WY", + "latitude": "42.041677", + "longitude": "-106.603520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82329", + "city": "Medicine Bow", + "state": "WY", + "latitude": "42.196315", + "longitude": "-106.321130", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82331", + "city": "Saratoga", + "state": "WY", + "latitude": "41.475612", + "longitude": "-106.758880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82332", + "city": "Savery", + "state": "WY", + "latitude": "41.330666", + "longitude": "-107.231060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82334", + "city": "Sinclair", + "state": "WY", + "latitude": "41.780239", + "longitude": "-107.117226", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82335", + "city": "Walcott", + "state": "WY", + "latitude": "41.804594", + "longitude": "-106.780630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82336", + "city": "Wamsutter", + "state": "WY", + "latitude": "41.765078", + "longitude": "-108.160760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82354", + "city": "Sinclair", + "state": "WY", + "latitude": "41.778225", + "longitude": "-107.119867", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82401", + "city": "Worland", + "state": "WY", + "latitude": "43.993124", + "longitude": "-107.973650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82410", + "city": "Basin", + "state": "WY", + "latitude": "44.369517", + "longitude": "-108.049050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82411", + "city": "Burlington", + "state": "WY", + "latitude": "44.436009", + "longitude": "-108.441950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82412", + "city": "Byron", + "state": "WY", + "latitude": "44.794477", + "longitude": "-108.534150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82414", + "city": "Cody", + "state": "WY", + "latitude": "44.566114", + "longitude": "-109.208260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82420", + "city": "Cowley", + "state": "WY", + "latitude": "44.929728", + "longitude": "-108.456340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82421", + "city": "Deaver", + "state": "WY", + "latitude": "44.909434", + "longitude": "-108.589170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82422", + "city": "Emblem", + "state": "WY", + "latitude": "44.498455", + "longitude": "-108.380900", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82423", + "city": "Frannie", + "state": "WY", + "latitude": "44.979667", + "longitude": "-108.640760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82426", + "city": "Greybull", + "state": "WY", + "latitude": "44.500759", + "longitude": "-108.031020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82427", + "city": "Hamilton Dome", + "state": "WY", + "latitude": "43.769760", + "longitude": "-108.454106", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82428", + "city": "Hyattville", + "state": "WY", + "latitude": "44.255087", + "longitude": "-107.637020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82430", + "city": "Kirby", + "state": "WY", + "latitude": "43.808024", + "longitude": "-108.183850", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82431", + "city": "Lovell", + "state": "WY", + "latitude": "44.791974", + "longitude": "-108.328330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82432", + "city": "Manderson", + "state": "WY", + "latitude": "44.248250", + "longitude": "-107.926300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82433", + "city": "Meeteetse", + "state": "WY", + "latitude": "44.205280", + "longitude": "-108.927180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82434", + "city": "Otto", + "state": "WY", + "latitude": "44.396661", + "longitude": "-108.286050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82435", + "city": "Powell", + "state": "WY", + "latitude": "44.789953", + "longitude": "-108.867890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82440", + "city": "Ralston", + "state": "WY", + "latitude": "44.718546", + "longitude": "-108.865380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82441", + "city": "Shell", + "state": "WY", + "latitude": "44.632199", + "longitude": "-107.670340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82442", + "city": "Ten Sleep", + "state": "WY", + "latitude": "43.885863", + "longitude": "-107.365690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82443", + "city": "Thermopolis", + "state": "WY", + "latitude": "43.694009", + "longitude": "-108.319420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82450", + "city": "Wapiti", + "state": "WY", + "latitude": "44.463071", + "longitude": "-109.415501", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82501", + "city": "Riverton", + "state": "WY", + "latitude": "43.013826", + "longitude": "-108.348790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82504", + "city": "Vista West", + "state": "WY", + "latitude": "42.878665", + "longitude": "-106.438937", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82510", + "city": "Arapahoe", + "state": "WY", + "latitude": "42.981091", + "longitude": "-108.601940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82512", + "city": "Crowheart", + "state": "WY", + "latitude": "43.428698", + "longitude": "-109.218060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82513", + "city": "Dubois", + "state": "WY", + "latitude": "43.557529", + "longitude": "-109.707090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82514", + "city": "Fort Washakie", + "state": "WY", + "latitude": "42.971973", + "longitude": "-108.928860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82515", + "city": "Hudson", + "state": "WY", + "latitude": "42.866820", + "longitude": "-108.533390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82516", + "city": "Kinnear", + "state": "WY", + "latitude": "43.146870", + "longitude": "-108.893490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82520", + "city": "Lander", + "state": "WY", + "latitude": "42.729832", + "longitude": "-108.631540", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82523", + "city": "Pavillion", + "state": "WY", + "latitude": "43.312211", + "longitude": "-108.560380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82524", + "city": "Saint Stephens", + "state": "WY", + "latitude": "42.998588", + "longitude": "-108.571910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82601", + "city": "Casper", + "state": "WY", + "latitude": "42.896822", + "longitude": "-106.297990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82602", + "city": "Casper", + "state": "WY", + "latitude": "42.889576", + "longitude": "-106.356960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82604", + "city": "Casper", + "state": "WY", + "latitude": "42.791242", + "longitude": "-106.539860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82605", + "city": "Casper", + "state": "WY", + "latitude": "42.966192", + "longitude": "-106.807047", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82609", + "city": "Casper", + "state": "WY", + "latitude": "42.844915", + "longitude": "-106.272550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82615", + "city": "Shirley Basin", + "state": "WY", + "latitude": "41.716940", + "longitude": "-106.999195", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82620", + "city": "Alcova", + "state": "WY", + "latitude": "42.657230", + "longitude": "-107.125230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82630", + "city": "Arminto", + "state": "WY", + "latitude": "42.966192", + "longitude": "-106.807047", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82631", + "city": "Bill", + "state": "WY", + "latitude": "42.894249", + "longitude": "-105.485243", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82633", + "city": "Douglas", + "state": "WY", + "latitude": "42.935874", + "longitude": "-105.373030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82635", + "city": "Edgerton", + "state": "WY", + "latitude": "43.410459", + "longitude": "-106.242100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82636", + "city": "Evansville", + "state": "WY", + "latitude": "42.828639", + "longitude": "-106.159520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82637", + "city": "Glenrock", + "state": "WY", + "latitude": "42.796442", + "longitude": "-105.910780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82638", + "city": "Hiland", + "state": "WY", + "latitude": "42.966192", + "longitude": "-106.807047", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82639", + "city": "Kaycee", + "state": "WY", + "latitude": "43.602698", + "longitude": "-106.659450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82640", + "city": "Linch", + "state": "WY", + "latitude": "43.551448", + "longitude": "-106.141530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82642", + "city": "Lysite", + "state": "WY", + "latitude": "43.228052", + "longitude": "-107.681950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82643", + "city": "Midwest", + "state": "WY", + "latitude": "43.363864", + "longitude": "-106.274760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82644", + "city": "Mills", + "state": "WY", + "latitude": "42.842615", + "longitude": "-106.371030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82646", + "city": "Natrona", + "state": "WY", + "latitude": "42.966192", + "longitude": "-106.807047", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82648", + "city": "Powder River", + "state": "WY", + "latitude": "42.966192", + "longitude": "-106.807047", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82649", + "city": "Shoshoni", + "state": "WY", + "latitude": "43.232318", + "longitude": "-108.155550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82701", + "city": "Newcastle", + "state": "WY", + "latitude": "43.738237", + "longitude": "-104.443870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82703", + "city": "Laramie", + "state": "WY", + "latitude": "41.327892", + "longitude": "-105.616339", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82710", + "city": "Aladdin", + "state": "WY", + "latitude": "44.776684", + "longitude": "-104.224250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82711", + "city": "Alva", + "state": "WY", + "latitude": "44.706167", + "longitude": "-104.451380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82712", + "city": "Beulah", + "state": "WY", + "latitude": "44.447058", + "longitude": "-104.128530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82713", + "city": "Carlile", + "state": "WY", + "latitude": "44.525891", + "longitude": "-104.767846", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82714", + "city": "Devils Tower", + "state": "WY", + "latitude": "44.553925", + "longitude": "-104.689920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82715", + "city": "Four Corners", + "state": "WY", + "latitude": "43.840033", + "longitude": "-104.568128", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82716", + "city": "Gillette", + "state": "WY", + "latitude": "44.356533", + "longitude": "-105.526610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82717", + "city": "Gillette", + "state": "WY", + "latitude": "44.374954", + "longitude": "-105.386240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82718", + "city": "Gillette", + "state": "WY", + "latitude": "43.939968", + "longitude": "-105.524450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82720", + "city": "Hulett", + "state": "WY", + "latitude": "44.811030", + "longitude": "-104.729520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82721", + "city": "Moorcroft", + "state": "WY", + "latitude": "44.453553", + "longitude": "-104.923340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82723", + "city": "Osage", + "state": "WY", + "latitude": "43.992349", + "longitude": "-104.451210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82725", + "city": "Recluse", + "state": "WY", + "latitude": "44.876211", + "longitude": "-105.742280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82727", + "city": "Rozet", + "state": "WY", + "latitude": "44.221574", + "longitude": "-105.238420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82729", + "city": "Sundance", + "state": "WY", + "latitude": "44.376421", + "longitude": "-104.398000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82730", + "city": "Upton", + "state": "WY", + "latitude": "44.062053", + "longitude": "-104.710430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82731", + "city": "Weston", + "state": "WY", + "latitude": "44.799642", + "longitude": "-105.246950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82732", + "city": "Wright", + "state": "WY", + "latitude": "43.715486", + "longitude": "-105.358780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82779", + "city": "Sundance", + "state": "WY", + "latitude": "44.408744", + "longitude": "-104.371298", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82801", + "city": "Sheridan", + "state": "WY", + "latitude": "44.801249", + "longitude": "-106.967820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82831", + "city": "Arvada", + "state": "WY", + "latitude": "44.681337", + "longitude": "-106.082090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82832", + "city": "Banner", + "state": "WY", + "latitude": "44.602518", + "longitude": "-106.763670", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82833", + "city": "Big Horn", + "state": "WY", + "latitude": "44.615453", + "longitude": "-107.106250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82834", + "city": "Buffalo", + "state": "WY", + "latitude": "44.301141", + "longitude": "-106.676380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82835", + "city": "Clearmont", + "state": "WY", + "latitude": "44.770838", + "longitude": "-106.424040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82836", + "city": "Dayton", + "state": "WY", + "latitude": "44.787512", + "longitude": "-107.481720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82837", + "city": "Leiter", + "state": "WY", + "latitude": "44.743230", + "longitude": "-106.239630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82838", + "city": "Parkman", + "state": "WY", + "latitude": "44.947602", + "longitude": "-107.389030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82839", + "city": "Ranchester", + "state": "WY", + "latitude": "44.889239", + "longitude": "-107.142020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82840", + "city": "Saddlestring", + "state": "WY", + "latitude": "44.497609", + "longitude": "-106.870963", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82842", + "city": "Story", + "state": "WY", + "latitude": "44.576978", + "longitude": "-106.908100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82844", + "city": "Wolf", + "state": "WY", + "latitude": "44.788759", + "longitude": "-107.219370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82845", + "city": "Wyarno", + "state": "WY", + "latitude": "44.725332", + "longitude": "-106.663240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82901", + "city": "Rock Springs", + "state": "WY", + "latitude": "41.594542", + "longitude": "-109.163040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82902", + "city": "Rock Springs", + "state": "WY", + "latitude": "41.631408", + "longitude": "-108.963931", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82922", + "city": "Bondurant", + "state": "WY", + "latitude": "43.185600", + "longitude": "-110.386250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82923", + "city": "Boulder", + "state": "WY", + "latitude": "42.750730", + "longitude": "-109.619330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82925", + "city": "Cora", + "state": "WY", + "latitude": "43.081275", + "longitude": "-109.926720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82929", + "city": "Little America", + "state": "WY", + "latitude": "41.587387", + "longitude": "-109.822740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82930", + "city": "Evanston", + "state": "WY", + "latitude": "41.267546", + "longitude": "-110.906070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82931", + "city": "Evanston", + "state": "WY", + "latitude": "41.261943", + "longitude": "-110.919995", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82932", + "city": "Farson", + "state": "WY", + "latitude": "42.026986", + "longitude": "-109.409030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82933", + "city": "Fort Bridger", + "state": "WY", + "latitude": "41.299766", + "longitude": "-110.437280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82934", + "city": "Granger", + "state": "WY", + "latitude": "41.610852", + "longitude": "-109.973610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82935", + "city": "Green River", + "state": "WY", + "latitude": "41.659162", + "longitude": "-109.639190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82936", + "city": "Lontetree", + "state": "WY", + "latitude": "41.081086", + "longitude": "-110.223910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82937", + "city": "Lyman", + "state": "WY", + "latitude": "41.399751", + "longitude": "-110.366240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82938", + "city": "McKinnon", + "state": "WY", + "latitude": "41.181959", + "longitude": "-109.487090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82939", + "city": "Mountain View", + "state": "WY", + "latitude": "41.246498", + "longitude": "-110.337780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82941", + "city": "Pinedale", + "state": "WY", + "latitude": "42.874606", + "longitude": "-109.856940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82942", + "city": "Point Of Rocks", + "state": "WY", + "latitude": "41.689968", + "longitude": "-108.819630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82943", + "city": "Reliance", + "state": "WY", + "latitude": "41.702635", + "longitude": "-109.220440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82944", + "city": "Robertson", + "state": "WY", + "latitude": "41.104010", + "longitude": "-110.537330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "82945", + "city": "Superior", + "state": "WY", + "latitude": "41.761851", + "longitude": "-108.971390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83001", + "city": "Jackson", + "state": "WY", + "latitude": "43.468383", + "longitude": "-110.757140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83002", + "city": "Jackson", + "state": "WY", + "latitude": "43.505370", + "longitude": "-110.786527", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83011", + "city": "Kelly", + "state": "WY", + "latitude": "43.639867", + "longitude": "-110.579080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83012", + "city": "Moose", + "state": "WY", + "latitude": "43.701492", + "longitude": "-110.832150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83013", + "city": "Moran", + "state": "WY", + "latitude": "44.042150", + "longitude": "-110.978760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83014", + "city": "Wilson", + "state": "WY", + "latitude": "43.520413", + "longitude": "-110.864180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83025", + "city": "Teton Village", + "state": "WY", + "latitude": "43.443851", + "longitude": "-110.694002", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83101", + "city": "Kemmerer", + "state": "WY", + "latitude": "41.890875", + "longitude": "-110.406870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83110", + "city": "Afton", + "state": "WY", + "latitude": "42.681301", + "longitude": "-110.921960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83111", + "city": "Auburn", + "state": "WY", + "latitude": "42.801664", + "longitude": "-111.004800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83112", + "city": "Bedford", + "state": "WY", + "latitude": "42.877387", + "longitude": "-110.928590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83113", + "city": "Big Piney", + "state": "WY", + "latitude": "42.557035", + "longitude": "-110.114820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83114", + "city": "Cokeville", + "state": "WY", + "latitude": "42.039281", + "longitude": "-110.851880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83115", + "city": "Daniel", + "state": "WY", + "latitude": "42.926318", + "longitude": "-110.188890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83116", + "city": "Diamondville", + "state": "WY", + "latitude": "41.779266", + "longitude": "-110.538680", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83118", + "city": "Etna", + "state": "WY", + "latitude": "43.062245", + "longitude": "-111.019170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83119", + "city": "Fairview", + "state": "WY", + "latitude": "42.683338", + "longitude": "-110.998470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83120", + "city": "Freedom", + "state": "ID", + "latitude": "43.001889", + "longitude": "-111.093200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83121", + "city": "Frontier", + "state": "WY", + "latitude": "41.814385", + "longitude": "-110.537430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83122", + "city": "Grover", + "state": "WY", + "latitude": "42.803357", + "longitude": "-110.931820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83123", + "city": "La Barge", + "state": "WY", + "latitude": "42.243979", + "longitude": "-110.241950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83124", + "city": "Opal", + "state": "WY", + "latitude": "41.767699", + "longitude": "-110.277320", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83126", + "city": "Smoot", + "state": "WY", + "latitude": "42.607888", + "longitude": "-110.918080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83127", + "city": "Thayne", + "state": "WY", + "latitude": "42.960670", + "longitude": "-110.982620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83128", + "city": "Alpine", + "state": "WY", + "latitude": "43.129462", + "longitude": "-110.932470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83201", + "city": "Pocatello", + "state": "ID", + "latitude": "42.883214", + "longitude": "-112.439680", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83202", + "city": "Pocatello", + "state": "ID", + "latitude": "42.968660", + "longitude": "-112.431820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83203", + "city": "Fort Hall", + "state": "ID", + "latitude": "43.040466", + "longitude": "-112.486380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83204", + "city": "Pocatello", + "state": "ID", + "latitude": "42.847727", + "longitude": "-112.503290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83205", + "city": "Pocatello", + "state": "ID", + "latitude": "42.806160", + "longitude": "-112.410283", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83206", + "city": "Pocatello", + "state": "ID", + "latitude": "42.639474", + "longitude": "-112.313836", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83209", + "city": "Pocatello", + "state": "ID", + "latitude": "42.639474", + "longitude": "-112.313836", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83210", + "city": "Aberdeen", + "state": "ID", + "latitude": "42.972280", + "longitude": "-112.832180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83211", + "city": "American Falls", + "state": "ID", + "latitude": "42.751590", + "longitude": "-112.919310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83212", + "city": "Arbon", + "state": "ID", + "latitude": "42.514471", + "longitude": "-112.546260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83213", + "city": "Arco", + "state": "ID", + "latitude": "43.651830", + "longitude": "-113.316390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83214", + "city": "Arimo", + "state": "ID", + "latitude": "42.539952", + "longitude": "-112.239710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83215", + "city": "Atomic City", + "state": "ID", + "latitude": "43.442618", + "longitude": "-112.813160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83217", + "city": "Bancroft", + "state": "ID", + "latitude": "42.768812", + "longitude": "-111.872070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83218", + "city": "Basalt", + "state": "ID", + "latitude": "43.317823", + "longitude": "-112.163560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83220", + "city": "Bern", + "state": "ID", + "latitude": "42.339083", + "longitude": "-111.376410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83221", + "city": "Blackfoot", + "state": "ID", + "latitude": "43.211238", + "longitude": "-112.394540", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83223", + "city": "Bloomington", + "state": "ID", + "latitude": "42.188641", + "longitude": "-111.408530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83226", + "city": "Challis", + "state": "ID", + "latitude": "44.537420", + "longitude": "-114.188030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83227", + "city": "Clayton", + "state": "ID", + "latitude": "44.207190", + "longitude": "-114.598100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83228", + "city": "Clifton", + "state": "ID", + "latitude": "42.213131", + "longitude": "-112.014290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83229", + "city": "Cobalt", + "state": "ID", + "latitude": "44.968059", + "longitude": "-113.816735", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83230", + "city": "Conda", + "state": "ID", + "latitude": "42.719102", + "longitude": "-111.596651", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83232", + "city": "Dayton", + "state": "ID", + "latitude": "42.129892", + "longitude": "-111.976050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83233", + "city": "Dingle", + "state": "ID", + "latitude": "42.177359", + "longitude": "-111.217381", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83234", + "city": "Downey", + "state": "ID", + "latitude": "42.436270", + "longitude": "-112.116470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83235", + "city": "Ellis", + "state": "ID", + "latitude": "44.633935", + "longitude": "-113.992170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83236", + "city": "Firth", + "state": "ID", + "latitude": "43.287888", + "longitude": "-112.127650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83237", + "city": "Franklin", + "state": "ID", + "latitude": "42.021688", + "longitude": "-111.799770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83238", + "city": "Geneva", + "state": "ID", + "latitude": "42.324873", + "longitude": "-111.090020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83239", + "city": "Georgetown", + "state": "ID", + "latitude": "42.483479", + "longitude": "-111.353330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83241", + "city": "Grace", + "state": "ID", + "latitude": "42.525021", + "longitude": "-111.750900", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83243", + "city": "Holbrook", + "state": "ID", + "latitude": "42.217418", + "longitude": "-112.642110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83244", + "city": "Howe", + "state": "ID", + "latitude": "43.854175", + "longitude": "-113.043620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83245", + "city": "Inkom", + "state": "ID", + "latitude": "42.794710", + "longitude": "-112.235620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83246", + "city": "Lava Hot Springs", + "state": "ID", + "latitude": "42.616477", + "longitude": "-112.018890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83250", + "city": "McCammon", + "state": "ID", + "latitude": "42.659404", + "longitude": "-112.214840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83251", + "city": "Mackay", + "state": "ID", + "latitude": "43.969772", + "longitude": "-113.749070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83252", + "city": "Malad City", + "state": "ID", + "latitude": "42.192579", + "longitude": "-112.329020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83253", + "city": "May", + "state": "ID", + "latitude": "44.486997", + "longitude": "-113.802930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83254", + "city": "Montpelier", + "state": "ID", + "latitude": "42.327996", + "longitude": "-111.326370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83255", + "city": "Moore", + "state": "ID", + "latitude": "43.774709", + "longitude": "-113.450860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83256", + "city": "Moreland", + "state": "ID", + "latitude": "43.222648", + "longitude": "-112.442253", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83261", + "city": "Paris", + "state": "ID", + "latitude": "42.227710", + "longitude": "-111.396510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83262", + "city": "Pingree", + "state": "ID", + "latitude": "43.115708", + "longitude": "-112.595110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83263", + "city": "Preston", + "state": "ID", + "latitude": "42.165399", + "longitude": "-111.823690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83271", + "city": "Rockland", + "state": "ID", + "latitude": "42.542266", + "longitude": "-112.844840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83272", + "city": "Saint Charles", + "state": "ID", + "latitude": "42.127915", + "longitude": "-111.392200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83274", + "city": "Shelley", + "state": "ID", + "latitude": "43.366017", + "longitude": "-112.117120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83276", + "city": "Soda Springs", + "state": "ID", + "latitude": "42.693133", + "longitude": "-111.577310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83277", + "city": "Springfield", + "state": "ID", + "latitude": "43.074319", + "longitude": "-112.682290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83278", + "city": "Stanley", + "state": "ID", + "latitude": "44.248203", + "longitude": "-114.935510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83281", + "city": "Swanlake", + "state": "ID", + "latitude": "42.305798", + "longitude": "-111.962060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83283", + "city": "Thatcher", + "state": "ID", + "latitude": "42.344123", + "longitude": "-111.672970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83285", + "city": "Wayan", + "state": "ID", + "latitude": "43.027278", + "longitude": "-111.220420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83286", + "city": "Weston", + "state": "ID", + "latitude": "42.055593", + "longitude": "-111.981440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83287", + "city": "Fish Haven", + "state": "ID", + "latitude": "42.021829", + "longitude": "-111.427420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83301", + "city": "Twin Falls", + "state": "ID", + "latitude": "42.530288", + "longitude": "-114.475090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83302", + "city": "Rogerson", + "state": "ID", + "latitude": "42.096094", + "longitude": "-115.023660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83303", + "city": "Twin Falls", + "state": "ID", + "latitude": "42.456273", + "longitude": "-114.519536", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83311", + "city": "Albion", + "state": "ID", + "latitude": "42.390977", + "longitude": "-113.597440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83312", + "city": "Almo", + "state": "ID", + "latitude": "42.086850", + "longitude": "-113.641350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83313", + "city": "Bellevue", + "state": "ID", + "latitude": "43.399180", + "longitude": "-114.258650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83314", + "city": "Bliss", + "state": "ID", + "latitude": "42.937947", + "longitude": "-114.952870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83316", + "city": "Buhl", + "state": "ID", + "latitude": "42.596953", + "longitude": "-114.818860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83318", + "city": "Burley", + "state": "ID", + "latitude": "42.496588", + "longitude": "-113.798570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83320", + "city": "Carey", + "state": "ID", + "latitude": "43.356224", + "longitude": "-113.890780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83321", + "city": "Castleford", + "state": "ID", + "latitude": "42.371508", + "longitude": "-114.909930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83322", + "city": "Corral", + "state": "ID", + "latitude": "43.377947", + "longitude": "-114.969640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83323", + "city": "Declo", + "state": "ID", + "latitude": "42.510364", + "longitude": "-113.418080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83324", + "city": "Dietrich", + "state": "ID", + "latitude": "42.883302", + "longitude": "-114.244100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83325", + "city": "Eden", + "state": "ID", + "latitude": "42.594650", + "longitude": "-114.255780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83327", + "city": "Fairfield", + "state": "ID", + "latitude": "43.365909", + "longitude": "-114.775590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83328", + "city": "Filer", + "state": "ID", + "latitude": "42.565542", + "longitude": "-114.619190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83330", + "city": "Gooding", + "state": "ID", + "latitude": "42.944346", + "longitude": "-114.706050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83332", + "city": "Hagerman", + "state": "ID", + "latitude": "42.811892", + "longitude": "-114.925100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83333", + "city": "Hailey", + "state": "ID", + "latitude": "43.527659", + "longitude": "-114.311530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83334", + "city": "Hansen", + "state": "ID", + "latitude": "42.482046", + "longitude": "-114.299000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83335", + "city": "Hazelton", + "state": "ID", + "latitude": "42.599276", + "longitude": "-114.059410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83336", + "city": "Heyburn", + "state": "ID", + "latitude": "42.562839", + "longitude": "-113.786400", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83337", + "city": "Hill City", + "state": "ID", + "latitude": "43.312973", + "longitude": "-115.040880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83338", + "city": "Jerome", + "state": "ID", + "latitude": "42.710124", + "longitude": "-114.463940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83340", + "city": "Ketchum", + "state": "ID", + "latitude": "43.750744", + "longitude": "-114.519800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83341", + "city": "Kimberly", + "state": "ID", + "latitude": "42.509557", + "longitude": "-114.374410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83342", + "city": "Malta", + "state": "ID", + "latitude": "42.232525", + "longitude": "-113.352960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83343", + "city": "Minidoka", + "state": "ID", + "latitude": "42.772955", + "longitude": "-113.509762", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83344", + "city": "Murtaugh", + "state": "ID", + "latitude": "42.444159", + "longitude": "-114.121570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83346", + "city": "Oakley", + "state": "ID", + "latitude": "42.261085", + "longitude": "-113.886900", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83347", + "city": "Paul", + "state": "ID", + "latitude": "42.715540", + "longitude": "-113.862810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83348", + "city": "Picabo", + "state": "ID", + "latitude": "43.304395", + "longitude": "-114.064440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83349", + "city": "Richfield", + "state": "ID", + "latitude": "43.078896", + "longitude": "-114.187950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83350", + "city": "Rupert", + "state": "ID", + "latitude": "42.671054", + "longitude": "-113.629760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83352", + "city": "Shoshone", + "state": "ID", + "latitude": "43.036666", + "longitude": "-114.409970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83353", + "city": "Sun Valley", + "state": "ID", + "latitude": "43.661373", + "longitude": "-114.181910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83354", + "city": "Sun Valley", + "state": "ID", + "latitude": "43.681156", + "longitude": "-114.332140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83355", + "city": "Wendell", + "state": "ID", + "latitude": "42.760790", + "longitude": "-114.710250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83401", + "city": "Idaho Falls", + "state": "ID", + "latitude": "43.528891", + "longitude": "-111.981360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83402", + "city": "Idaho Falls", + "state": "ID", + "latitude": "43.497685", + "longitude": "-112.073910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83403", + "city": "Idaho Falls", + "state": "ID", + "latitude": "43.421132", + "longitude": "-111.333376", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83404", + "city": "Idaho Falls", + "state": "ID", + "latitude": "43.465998", + "longitude": "-112.014250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83405", + "city": "Idaho Falls", + "state": "ID", + "latitude": "43.323306", + "longitude": "-111.782152", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83406", + "city": "Idaho Falls", + "state": "ID", + "latitude": "43.458004", + "longitude": "-111.959250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83415", + "city": "Idaho Falls", + "state": "ID", + "latitude": "43.323306", + "longitude": "-111.782152", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83420", + "city": "Ashton", + "state": "ID", + "latitude": "44.060947", + "longitude": "-111.405480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83421", + "city": "Chester", + "state": "ID", + "latitude": "44.004709", + "longitude": "-111.555270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83422", + "city": "Driggs", + "state": "ID", + "latitude": "43.726688", + "longitude": "-111.114840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83423", + "city": "Dubois", + "state": "ID", + "latitude": "44.164718", + "longitude": "-112.342580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83424", + "city": "Felt", + "state": "ID", + "latitude": "43.882935", + "longitude": "-111.215120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83425", + "city": "Hamer", + "state": "ID", + "latitude": "43.951754", + "longitude": "-112.232190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83427", + "city": "Iona", + "state": "ID", + "latitude": "43.403744", + "longitude": "-111.838810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83428", + "city": "Irwin", + "state": "ID", + "latitude": "43.369671", + "longitude": "-111.234170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83429", + "city": "Island Park", + "state": "ID", + "latitude": "44.490674", + "longitude": "-111.366310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83431", + "city": "Lewisville", + "state": "ID", + "latitude": "43.694827", + "longitude": "-112.014770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83433", + "city": "Macks Inn", + "state": "ID", + "latitude": "44.496112", + "longitude": "-111.326820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83434", + "city": "Menan", + "state": "ID", + "latitude": "43.759605", + "longitude": "-111.995080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83435", + "city": "Monteview", + "state": "ID", + "latitude": "43.964437", + "longitude": "-112.546420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83436", + "city": "Newdale", + "state": "ID", + "latitude": "43.879722", + "longitude": "-111.496170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83438", + "city": "Parker", + "state": "ID", + "latitude": "44.319199", + "longitude": "-111.601710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83440", + "city": "Rexburg", + "state": "ID", + "latitude": "43.809910", + "longitude": "-111.809420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83441", + "city": "Rexburg", + "state": "ID", + "latitude": "43.776095", + "longitude": "-111.691047", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83442", + "city": "Rigby", + "state": "ID", + "latitude": "43.675110", + "longitude": "-111.874070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83443", + "city": "Ririe", + "state": "ID", + "latitude": "43.570104", + "longitude": "-111.599110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83444", + "city": "Roberts", + "state": "ID", + "latitude": "43.722695", + "longitude": "-112.150020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83445", + "city": "Saint Anthony", + "state": "ID", + "latitude": "43.957025", + "longitude": "-111.702080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83446", + "city": "Spencer", + "state": "ID", + "latitude": "44.397984", + "longitude": "-112.202060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83447", + "city": "Squirrel", + "state": "ID", + "latitude": "44.319199", + "longitude": "-111.601710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83448", + "city": "Sugar City", + "state": "ID", + "latitude": "43.860023", + "longitude": "-111.708790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83449", + "city": "Swan Valley", + "state": "ID", + "latitude": "43.450364", + "longitude": "-111.332010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83450", + "city": "Terreton", + "state": "ID", + "latitude": "43.857435", + "longitude": "-112.424740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83451", + "city": "Teton", + "state": "ID", + "latitude": "43.890719", + "longitude": "-111.645220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83452", + "city": "Tetonia", + "state": "ID", + "latitude": "43.819580", + "longitude": "-111.167680", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83454", + "city": "Ucon", + "state": "ID", + "latitude": "43.593567", + "longitude": "-111.957274", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83455", + "city": "Victor", + "state": "ID", + "latitude": "43.636332", + "longitude": "-111.148420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83460", + "city": "Rexburg", + "state": "ID", + "latitude": "43.776095", + "longitude": "-111.691047", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83462", + "city": "Carmen", + "state": "ID", + "latitude": "45.338175", + "longitude": "-113.858400", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83463", + "city": "Gibbonsville", + "state": "ID", + "latitude": "45.593774", + "longitude": "-113.962500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83464", + "city": "Leadore", + "state": "ID", + "latitude": "44.525291", + "longitude": "-113.295470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83465", + "city": "Lemhi", + "state": "ID", + "latitude": "44.817505", + "longitude": "-113.672770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83466", + "city": "North Fork", + "state": "ID", + "latitude": "45.486818", + "longitude": "-114.078660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83467", + "city": "Salmon", + "state": "ID", + "latitude": "45.101697", + "longitude": "-113.903060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83468", + "city": "Tendoy", + "state": "ID", + "latitude": "44.926709", + "longitude": "-113.689660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83469", + "city": "Shoup", + "state": "ID", + "latitude": "45.234391", + "longitude": "-114.315650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83501", + "city": "Lewiston", + "state": "ID", + "latitude": "46.388753", + "longitude": "-116.984840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83520", + "city": "Ahsahka", + "state": "ID", + "latitude": "46.505902", + "longitude": "-116.318700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83522", + "city": "Cottonwood", + "state": "ID", + "latitude": "46.041157", + "longitude": "-116.385680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83523", + "city": "Craigmont", + "state": "ID", + "latitude": "46.223309", + "longitude": "-116.481680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83524", + "city": "Culdesac", + "state": "ID", + "latitude": "46.363204", + "longitude": "-116.639060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83525", + "city": "Elk City", + "state": "ID", + "latitude": "45.920694", + "longitude": "-115.252730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83526", + "city": "Ferdinand", + "state": "ID", + "latitude": "46.154136", + "longitude": "-116.404710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83530", + "city": "Grangeville", + "state": "ID", + "latitude": "45.923869", + "longitude": "-116.131460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83531", + "city": "Fenn", + "state": "ID", + "latitude": "45.889314", + "longitude": "-115.557407", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83533", + "city": "Greencreek", + "state": "ID", + "latitude": "46.106803", + "longitude": "-116.254030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83534", + "city": "Culdesac", + "state": "ID", + "latitude": "46.375238", + "longitude": "-116.666843", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83535", + "city": "Juliaetta", + "state": "ID", + "latitude": "46.542771", + "longitude": "-116.720200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83536", + "city": "Kamiah", + "state": "ID", + "latitude": "46.224145", + "longitude": "-116.037260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83537", + "city": "Kendrick", + "state": "ID", + "latitude": "46.635799", + "longitude": "-116.541460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83539", + "city": "Kooskia", + "state": "ID", + "latitude": "46.122654", + "longitude": "-115.724850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83540", + "city": "Lapwai", + "state": "ID", + "latitude": "46.397080", + "longitude": "-116.786490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83541", + "city": "Lenore", + "state": "ID", + "latitude": "46.528080", + "longitude": "-116.468960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83542", + "city": "Lucile", + "state": "ID", + "latitude": "45.548413", + "longitude": "-116.301000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83543", + "city": "Nezperce", + "state": "ID", + "latitude": "46.256652", + "longitude": "-116.249220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83544", + "city": "Orofino", + "state": "ID", + "latitude": "46.485334", + "longitude": "-116.200710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83545", + "city": "Peck", + "state": "ID", + "latitude": "46.460115", + "longitude": "-116.438230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83546", + "city": "Pierce", + "state": "ID", + "latitude": "46.525642", + "longitude": "-115.822760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83547", + "city": "Pollock", + "state": "ID", + "latitude": "45.291282", + "longitude": "-116.356950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83548", + "city": "Reubens", + "state": "ID", + "latitude": "46.332945", + "longitude": "-116.529390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83549", + "city": "Riggins", + "state": "ID", + "latitude": "45.405792", + "longitude": "-116.364310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83551", + "city": "Spalding", + "state": "ID", + "latitude": "46.400349", + "longitude": "-116.804544", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83552", + "city": "Stites", + "state": "ID", + "latitude": "46.093893", + "longitude": "-115.976900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83553", + "city": "Weippe", + "state": "ID", + "latitude": "46.368447", + "longitude": "-115.901010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83554", + "city": "White Bird", + "state": "ID", + "latitude": "45.717554", + "longitude": "-116.269360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83555", + "city": "Winchester", + "state": "ID", + "latitude": "46.216165", + "longitude": "-116.623630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83601", + "city": "Atlanta", + "state": "ID", + "latitude": "43.801588", + "longitude": "-115.130850", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83602", + "city": "Banks", + "state": "ID", + "latitude": "44.066434", + "longitude": "-116.139760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83604", + "city": "Bruneau", + "state": "ID", + "latitude": "42.876160", + "longitude": "-115.887140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83605", + "city": "Caldwell", + "state": "ID", + "latitude": "43.658834", + "longitude": "-116.677550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83606", + "city": "Caldwell", + "state": "ID", + "latitude": "43.724917", + "longitude": "-116.798923", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83607", + "city": "Caldwell", + "state": "ID", + "latitude": "43.675651", + "longitude": "-116.738250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83610", + "city": "Cambridge", + "state": "ID", + "latitude": "44.647796", + "longitude": "-116.690000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83611", + "city": "Cascade", + "state": "ID", + "latitude": "44.476882", + "longitude": "-115.972900", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83612", + "city": "Council", + "state": "ID", + "latitude": "44.829994", + "longitude": "-116.553440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83615", + "city": "Donnelly", + "state": "ID", + "latitude": "44.699961", + "longitude": "-116.059920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83616", + "city": "Eagle", + "state": "ID", + "latitude": "43.705551", + "longitude": "-116.363460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83617", + "city": "Emmett", + "state": "ID", + "latitude": "43.888285", + "longitude": "-116.514300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83619", + "city": "Fruitland", + "state": "ID", + "latitude": "44.002031", + "longitude": "-116.911290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83620", + "city": "Fruitvale", + "state": "ID", + "latitude": "44.878097", + "longitude": "-116.433950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83622", + "city": "Garden Valley", + "state": "ID", + "latitude": "44.103121", + "longitude": "-115.935400", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83623", + "city": "Glenns Ferry", + "state": "ID", + "latitude": "42.965519", + "longitude": "-115.327240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83624", + "city": "Grand View", + "state": "ID", + "latitude": "43.004691", + "longitude": "-116.072250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83626", + "city": "Greenleaf", + "state": "ID", + "latitude": "43.670142", + "longitude": "-116.823670", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83627", + "city": "Hammett", + "state": "ID", + "latitude": "42.939818", + "longitude": "-115.496970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83628", + "city": "Homedale", + "state": "ID", + "latitude": "43.598319", + "longitude": "-116.948400", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83629", + "city": "Horseshoe Bend", + "state": "ID", + "latitude": "43.933688", + "longitude": "-116.188900", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83630", + "city": "Huston", + "state": "ID", + "latitude": "43.602661", + "longitude": "-116.790284", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83631", + "city": "Idaho City", + "state": "ID", + "latitude": "43.851280", + "longitude": "-115.879030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83632", + "city": "Indian Valley", + "state": "ID", + "latitude": "44.554347", + "longitude": "-116.438800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83633", + "city": "King Hill", + "state": "ID", + "latitude": "42.969692", + "longitude": "-115.174270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83634", + "city": "Kuna", + "state": "ID", + "latitude": "43.463644", + "longitude": "-116.393110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83635", + "city": "Lake Fork", + "state": "ID", + "latitude": "44.683670", + "longitude": "-115.453583", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83636", + "city": "Letha", + "state": "ID", + "latitude": "43.896275", + "longitude": "-116.646209", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83637", + "city": "Lowman", + "state": "ID", + "latitude": "44.088570", + "longitude": "-115.487970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83638", + "city": "McCall", + "state": "ID", + "latitude": "44.854428", + "longitude": "-116.049910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83639", + "city": "Marsing", + "state": "ID", + "latitude": "43.534319", + "longitude": "-116.840620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83641", + "city": "Melba", + "state": "ID", + "latitude": "43.370358", + "longitude": "-116.575550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83642", + "city": "Meridian", + "state": "ID", + "latitude": "43.609434", + "longitude": "-116.396420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83643", + "city": "Mesa", + "state": "ID", + "latitude": "44.605095", + "longitude": "-116.488790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83644", + "city": "Middleton", + "state": "ID", + "latitude": "43.720076", + "longitude": "-116.602530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83645", + "city": "Midvale", + "state": "ID", + "latitude": "44.426905", + "longitude": "-116.624050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83647", + "city": "Mountain Home", + "state": "ID", + "latitude": "43.208029", + "longitude": "-115.623450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83648", + "city": "Mountain Home A F B", + "state": "ID", + "latitude": "43.069970", + "longitude": "-115.852010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83650", + "city": "Murphy", + "state": "ID", + "latitude": "43.135267", + "longitude": "-116.465840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83651", + "city": "Nampa", + "state": "ID", + "latitude": "43.583454", + "longitude": "-116.586970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83652", + "city": "Nampa", + "state": "ID", + "latitude": "43.707130", + "longitude": "-116.620774", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83653", + "city": "Nampa", + "state": "ID", + "latitude": "43.585149", + "longitude": "-116.752963", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83654", + "city": "New Meadows", + "state": "ID", + "latitude": "45.077791", + "longitude": "-116.343350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83655", + "city": "New Plymouth", + "state": "ID", + "latitude": "43.969290", + "longitude": "-116.813890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83656", + "city": "Notus", + "state": "ID", + "latitude": "43.725546", + "longitude": "-116.800800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83657", + "city": "Ola", + "state": "ID", + "latitude": "44.279564", + "longitude": "-116.299490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83660", + "city": "Parma", + "state": "ID", + "latitude": "43.790319", + "longitude": "-116.934690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83661", + "city": "Payette", + "state": "ID", + "latitude": "44.079947", + "longitude": "-116.894330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83666", + "city": "Placerville", + "state": "ID", + "latitude": "43.948003", + "longitude": "-115.980550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83669", + "city": "Star", + "state": "ID", + "latitude": "43.697658", + "longitude": "-116.491550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83670", + "city": "Sweet", + "state": "ID", + "latitude": "44.017756", + "longitude": "-116.312640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83671", + "city": "Warren", + "state": "ID", + "latitude": "45.273532", + "longitude": "-115.691940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83672", + "city": "Weiser", + "state": "ID", + "latitude": "44.310781", + "longitude": "-116.933260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83676", + "city": "Wilder", + "state": "ID", + "latitude": "43.653878", + "longitude": "-116.901170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83677", + "city": "Yellow Pine", + "state": "ID", + "latitude": "45.017810", + "longitude": "-115.553970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83680", + "city": "Meridian", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83686", + "city": "Nampa", + "state": "ID", + "latitude": "43.529812", + "longitude": "-116.577610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83687", + "city": "Nampa", + "state": "ID", + "latitude": "43.590212", + "longitude": "-116.537810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83701", + "city": "Boise", + "state": "ID", + "latitude": "43.603768", + "longitude": "-116.272921", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83702", + "city": "Boise", + "state": "ID", + "latitude": "43.627734", + "longitude": "-116.207560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83703", + "city": "Boise", + "state": "ID", + "latitude": "43.668396", + "longitude": "-116.257070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83704", + "city": "Boise", + "state": "ID", + "latitude": "43.631230", + "longitude": "-116.287160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83705", + "city": "Boise", + "state": "ID", + "latitude": "43.583139", + "longitude": "-116.225200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83706", + "city": "Boise", + "state": "ID", + "latitude": "43.593523", + "longitude": "-116.199030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83707", + "city": "Boise", + "state": "ID", + "latitude": "43.384690", + "longitude": "-115.997118", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83708", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83709", + "city": "Boise", + "state": "ID", + "latitude": "43.572671", + "longitude": "-116.295270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83711", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83712", + "city": "Boise", + "state": "ID", + "latitude": "43.595763", + "longitude": "-116.163670", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83713", + "city": "Boise", + "state": "ID", + "latitude": "43.638314", + "longitude": "-116.330590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83714", + "city": "Boise", + "state": "ID", + "latitude": "43.641774", + "longitude": "-116.265070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83715", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83716", + "city": "Boise", + "state": "ID", + "latitude": "43.601772", + "longitude": "-116.027210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83717", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83719", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83720", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83721", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83722", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83723", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83724", + "city": "Boise", + "state": "ID", + "latitude": "43.619477", + "longitude": "-116.195159", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83725", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83726", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83727", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83728", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83729", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83730", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83731", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83732", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83733", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83735", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83744", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83756", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83757", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83788", + "city": "Boise", + "state": "ID", + "latitude": "43.606453", + "longitude": "-116.281160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83799", + "city": "Boise", + "state": "ID", + "latitude": "43.459855", + "longitude": "-116.243984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "83801", + "city": "Athol", + "state": "ID", + "latitude": "47.943718", + "longitude": "-116.666050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83802", + "city": "Avery", + "state": "ID", + "latitude": "47.173432", + "longitude": "-115.801990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83803", + "city": "Bayview", + "state": "ID", + "latitude": "47.982523", + "longitude": "-116.561680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83804", + "city": "Blanchard", + "state": "ID", + "latitude": "48.021497", + "longitude": "-116.988330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83805", + "city": "Bonners Ferry", + "state": "ID", + "latitude": "48.770783", + "longitude": "-116.410510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83806", + "city": "Bovill", + "state": "ID", + "latitude": "46.868617", + "longitude": "-116.397260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83808", + "city": "Calder", + "state": "ID", + "latitude": "47.269078", + "longitude": "-116.121340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83809", + "city": "Careywood", + "state": "ID", + "latitude": "48.055621", + "longitude": "-116.585400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83810", + "city": "Cataldo", + "state": "ID", + "latitude": "47.532742", + "longitude": "-116.465350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83811", + "city": "Clark Fork", + "state": "ID", + "latitude": "48.119781", + "longitude": "-116.159050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83812", + "city": "Clarkia", + "state": "ID", + "latitude": "46.999999", + "longitude": "-116.266930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83813", + "city": "Cocolalla", + "state": "ID", + "latitude": "48.108672", + "longitude": "-116.647940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83814", + "city": "Coeur D Alene", + "state": "ID", + "latitude": "47.666550", + "longitude": "-116.775700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83815", + "city": "Coeur D Alene", + "state": "ID", + "latitude": "47.718227", + "longitude": "-116.788970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83816", + "city": "Coeur D Alene", + "state": "ID", + "latitude": "47.678798", + "longitude": "-116.682718", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83821", + "city": "Coolin", + "state": "ID", + "latitude": "48.582545", + "longitude": "-116.834910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83822", + "city": "Oldtown", + "state": "ID", + "latitude": "48.168577", + "longitude": "-117.024830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83823", + "city": "Deary", + "state": "ID", + "latitude": "46.798440", + "longitude": "-116.548410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83824", + "city": "Desmet", + "state": "ID", + "latitude": "47.123919", + "longitude": "-116.944170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83825", + "city": "Dover", + "state": "ID", + "latitude": "48.368750", + "longitude": "-116.545493", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83826", + "city": "Eastport", + "state": "ID", + "latitude": "48.974293", + "longitude": "-116.186500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83827", + "city": "Elk River", + "state": "ID", + "latitude": "46.779767", + "longitude": "-116.179640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83830", + "city": "Fernwood", + "state": "ID", + "latitude": "47.106250", + "longitude": "-116.387640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83832", + "city": "Genesee", + "state": "ID", + "latitude": "46.552921", + "longitude": "-116.919140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83833", + "city": "Harrison", + "state": "ID", + "latitude": "47.498424", + "longitude": "-116.744750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83834", + "city": "Harvard", + "state": "ID", + "latitude": "46.973846", + "longitude": "-116.716630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83835", + "city": "Hayden", + "state": "ID", + "latitude": "47.773595", + "longitude": "-116.749070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83836", + "city": "Hope", + "state": "ID", + "latitude": "48.229101", + "longitude": "-116.274230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83837", + "city": "Kellogg", + "state": "ID", + "latitude": "47.542783", + "longitude": "-116.118480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83839", + "city": "Kingston", + "state": "ID", + "latitude": "47.566703", + "longitude": "-116.207740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83840", + "city": "Kootenai", + "state": "ID", + "latitude": "48.314378", + "longitude": "-116.515276", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83841", + "city": "Laclede", + "state": "ID", + "latitude": "48.161421", + "longitude": "-116.767280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83842", + "city": "Medimont", + "state": "ID", + "latitude": "47.456917", + "longitude": "-116.579170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83843", + "city": "Moscow", + "state": "ID", + "latitude": "46.727636", + "longitude": "-116.980670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83844", + "city": "Moscow", + "state": "ID", + "latitude": "46.836284", + "longitude": "-116.684553", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83845", + "city": "Moyie Springs", + "state": "ID", + "latitude": "48.720842", + "longitude": "-116.136260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83846", + "city": "Mullan", + "state": "ID", + "latitude": "47.466971", + "longitude": "-115.783770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83847", + "city": "Naples", + "state": "ID", + "latitude": "48.575219", + "longitude": "-116.414750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83848", + "city": "Nordman", + "state": "ID", + "latitude": "48.649023", + "longitude": "-116.894260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83849", + "city": "Osburn", + "state": "ID", + "latitude": "47.517239", + "longitude": "-116.014950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83850", + "city": "Pinehurst", + "state": "ID", + "latitude": "47.512203", + "longitude": "-116.241280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83851", + "city": "Plummer", + "state": "ID", + "latitude": "47.322203", + "longitude": "-116.883790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83852", + "city": "Ponderay", + "state": "ID", + "latitude": "48.304760", + "longitude": "-116.533050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83853", + "city": "Porthill", + "state": "ID", + "latitude": "48.953737", + "longitude": "-116.530780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83854", + "city": "Post Falls", + "state": "ID", + "latitude": "47.720306", + "longitude": "-116.945640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83855", + "city": "Potlatch", + "state": "ID", + "latitude": "46.955970", + "longitude": "-116.916710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83856", + "city": "Priest River", + "state": "ID", + "latitude": "48.315799", + "longitude": "-116.909040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83857", + "city": "Princeton", + "state": "ID", + "latitude": "46.871275", + "longitude": "-116.824310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83858", + "city": "Rathdrum", + "state": "ID", + "latitude": "47.818931", + "longitude": "-116.878300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83860", + "city": "Sagle", + "state": "ID", + "latitude": "48.205853", + "longitude": "-116.557100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83861", + "city": "Saint Maries", + "state": "ID", + "latitude": "47.274904", + "longitude": "-116.573920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83862", + "city": "Samuels", + "state": "ID", + "latitude": "48.368750", + "longitude": "-116.545493", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83864", + "city": "Sandpoint", + "state": "ID", + "latitude": "48.362033", + "longitude": "-116.551010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83865", + "city": "Colburn", + "state": "ID", + "latitude": "48.363251", + "longitude": "-116.625594", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83866", + "city": "Santa", + "state": "ID", + "latitude": "47.161756", + "longitude": "-116.421130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83867", + "city": "Silverton", + "state": "ID", + "latitude": "47.495306", + "longitude": "-115.955500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83868", + "city": "Smelterville", + "state": "ID", + "latitude": "47.542989", + "longitude": "-116.181560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83869", + "city": "Spirit Lake", + "state": "ID", + "latitude": "47.976180", + "longitude": "-116.868950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83870", + "city": "Tensed", + "state": "ID", + "latitude": "47.155827", + "longitude": "-116.896470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83871", + "city": "Troy", + "state": "ID", + "latitude": "46.747944", + "longitude": "-116.746930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83872", + "city": "Viola", + "state": "ID", + "latitude": "46.861905", + "longitude": "-116.963160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83873", + "city": "Wallace", + "state": "ID", + "latitude": "47.533448", + "longitude": "-115.887590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83874", + "city": "Murray", + "state": "ID", + "latitude": "47.626188", + "longitude": "-115.832040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83876", + "city": "Worley", + "state": "ID", + "latitude": "47.446701", + "longitude": "-116.904860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83877", + "city": "Post Falls", + "state": "ID", + "latitude": "47.678798", + "longitude": "-116.682718", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "83888", + "city": "Sandpoint", + "state": "ID", + "latitude": "48.368750", + "longitude": "-116.545493", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "84001", + "city": "Altamont", + "state": "UT", + "latitude": "40.395531", + "longitude": "-110.279690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84002", + "city": "Altonah", + "state": "UT", + "latitude": "40.456790", + "longitude": "-110.326730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84003", + "city": "American Fork", + "state": "UT", + "latitude": "40.394235", + "longitude": "-111.794490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84004", + "city": "Alpine", + "state": "UT", + "latitude": "40.465161", + "longitude": "-111.762790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84006", + "city": "Bingham Canyon", + "state": "UT", + "latitude": "40.563896", + "longitude": "-112.128100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84007", + "city": "Bluebell", + "state": "UT", + "latitude": "40.349644", + "longitude": "-110.197760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84008", + "city": "Bonanza", + "state": "UT", + "latitude": "40.443106", + "longitude": "-109.505593", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84010", + "city": "Bountiful", + "state": "UT", + "latitude": "40.876312", + "longitude": "-111.872490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84011", + "city": "Bountiful", + "state": "UT", + "latitude": "40.963547", + "longitude": "-112.115984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84013", + "city": "Cedar Valley", + "state": "UT", + "latitude": "40.288953", + "longitude": "-112.098590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84014", + "city": "Centerville", + "state": "UT", + "latitude": "40.927244", + "longitude": "-111.876820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84015", + "city": "Clearfield", + "state": "UT", + "latitude": "41.126476", + "longitude": "-112.044270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84016", + "city": "Clearfield", + "state": "UT", + "latitude": "40.892995", + "longitude": "-111.888121", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84017", + "city": "Coalville", + "state": "UT", + "latitude": "40.880970", + "longitude": "-111.377520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84018", + "city": "Croydon", + "state": "UT", + "latitude": "41.084479", + "longitude": "-111.531530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84020", + "city": "Draper", + "state": "UT", + "latitude": "40.514843", + "longitude": "-111.872940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84021", + "city": "Duchesne", + "state": "UT", + "latitude": "40.169399", + "longitude": "-110.460660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84022", + "city": "Dugway", + "state": "UT", + "latitude": "40.212316", + "longitude": "-112.700120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84023", + "city": "Dutch John", + "state": "UT", + "latitude": "40.881951", + "longitude": "-109.463190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84024", + "city": "Echo", + "state": "UT", + "latitude": "40.959532", + "longitude": "-111.427430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84025", + "city": "Farmington", + "state": "UT", + "latitude": "40.988347", + "longitude": "-111.888470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84026", + "city": "Fort Duchesne", + "state": "UT", + "latitude": "40.294693", + "longitude": "-109.829030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84027", + "city": "Fruitland", + "state": "UT", + "latitude": "40.156858", + "longitude": "-110.954490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84028", + "city": "Garden City", + "state": "UT", + "latitude": "41.910210", + "longitude": "-111.403280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84029", + "city": "Grantsville", + "state": "UT", + "latitude": "40.689007", + "longitude": "-112.669800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84030", + "city": "Gusher", + "state": "UT", + "latitude": "40.160179", + "longitude": "-109.547839", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84031", + "city": "Hanna", + "state": "UT", + "latitude": "40.535823", + "longitude": "-110.466510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84032", + "city": "Heber City", + "state": "UT", + "latitude": "40.511413", + "longitude": "-111.332590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84033", + "city": "Henefer", + "state": "UT", + "latitude": "40.996895", + "longitude": "-111.502640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84034", + "city": "Ibapah", + "state": "UT", + "latitude": "40.105506", + "longitude": "-113.943720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84035", + "city": "Jensen", + "state": "UT", + "latitude": "40.443203", + "longitude": "-109.252550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84036", + "city": "Kamas", + "state": "UT", + "latitude": "40.625883", + "longitude": "-111.201410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84037", + "city": "Kaysville", + "state": "UT", + "latitude": "41.032893", + "longitude": "-111.930040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84038", + "city": "Laketown", + "state": "UT", + "latitude": "41.797569", + "longitude": "-111.370200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84039", + "city": "Lapoint", + "state": "UT", + "latitude": "40.401201", + "longitude": "-109.816770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84040", + "city": "Layton", + "state": "UT", + "latitude": "41.086894", + "longitude": "-111.927100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84041", + "city": "Layton", + "state": "UT", + "latitude": "41.072210", + "longitude": "-111.976250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84042", + "city": "Lindon", + "state": "UT", + "latitude": "40.338552", + "longitude": "-111.716200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84043", + "city": "Lehi", + "state": "UT", + "latitude": "40.366648", + "longitude": "-111.890520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84044", + "city": "Magna", + "state": "UT", + "latitude": "40.700162", + "longitude": "-112.083180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84046", + "city": "Manila", + "state": "UT", + "latitude": "40.978642", + "longitude": "-109.747190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84047", + "city": "Midvale", + "state": "UT", + "latitude": "40.614997", + "longitude": "-111.887040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84049", + "city": "Midway", + "state": "UT", + "latitude": "40.518775", + "longitude": "-111.498370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84050", + "city": "Morgan", + "state": "UT", + "latitude": "41.059771", + "longitude": "-111.711410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84051", + "city": "Mountain Home", + "state": "UT", + "latitude": "40.422040", + "longitude": "-110.385970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84052", + "city": "Myton", + "state": "UT", + "latitude": "40.065834", + "longitude": "-110.148230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84053", + "city": "Neola", + "state": "UT", + "latitude": "40.440294", + "longitude": "-110.025250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84054", + "city": "North Salt Lake", + "state": "UT", + "latitude": "40.843012", + "longitude": "-111.905810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84055", + "city": "Oakley", + "state": "UT", + "latitude": "40.807250", + "longitude": "-111.204000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84056", + "city": "Hill AFB", + "state": "UT", + "latitude": "41.118815", + "longitude": "-112.011510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84057", + "city": "Orem", + "state": "UT", + "latitude": "40.311854", + "longitude": "-111.705610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84058", + "city": "Orem", + "state": "UT", + "latitude": "40.278086", + "longitude": "-111.710670", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84059", + "city": "Orem", + "state": "UT", + "latitude": "40.176975", + "longitude": "-111.536036", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84060", + "city": "Park City", + "state": "UT", + "latitude": "40.648541", + "longitude": "-111.493620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84061", + "city": "Peoa", + "state": "UT", + "latitude": "40.732935", + "longitude": "-111.352830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84062", + "city": "Pleasant Grove", + "state": "UT", + "latitude": "40.385840", + "longitude": "-111.733330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84063", + "city": "Randlett", + "state": "UT", + "latitude": "40.176006", + "longitude": "-109.705790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84064", + "city": "Randolph", + "state": "UT", + "latitude": "41.656963", + "longitude": "-111.165840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84065", + "city": "Riverton", + "state": "UT", + "latitude": "40.503746", + "longitude": "-111.963270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84066", + "city": "Roosevelt", + "state": "UT", + "latitude": "40.328012", + "longitude": "-110.016890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84067", + "city": "Roy", + "state": "UT", + "latitude": "41.173226", + "longitude": "-112.050930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84068", + "city": "Park City", + "state": "UT", + "latitude": "40.667970", + "longitude": "-111.505365", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84069", + "city": "Rush Valley", + "state": "UT", + "latitude": "40.366554", + "longitude": "-112.458130", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84070", + "city": "Sandy", + "state": "UT", + "latitude": "40.581595", + "longitude": "-111.888210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84071", + "city": "Stockton", + "state": "UT", + "latitude": "40.336367", + "longitude": "-112.338190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84072", + "city": "Tabiona", + "state": "UT", + "latitude": "40.362986", + "longitude": "-110.701280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84073", + "city": "Talmage", + "state": "UT", + "latitude": "40.352343", + "longitude": "-110.469350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84074", + "city": "Tooele", + "state": "UT", + "latitude": "40.560528", + "longitude": "-112.294550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84075", + "city": "Syracuse", + "state": "UT", + "latitude": "41.086069", + "longitude": "-112.062790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84076", + "city": "Tridell", + "state": "UT", + "latitude": "40.446132", + "longitude": "-109.874760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84078", + "city": "Vernal", + "state": "UT", + "latitude": "40.514262", + "longitude": "-109.542230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84079", + "city": "Vernal", + "state": "UT", + "latitude": "40.160179", + "longitude": "-109.547839", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84080", + "city": "Vernon", + "state": "UT", + "latitude": "40.105195", + "longitude": "-112.316730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84082", + "city": "Wallsburg", + "state": "UT", + "latitude": "40.371817", + "longitude": "-111.418090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84083", + "city": "Wendover", + "state": "UT", + "latitude": "40.773372", + "longitude": "-114.009300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84084", + "city": "West Jordan", + "state": "UT", + "latitude": "40.627668", + "longitude": "-111.975660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84085", + "city": "Whiterocks", + "state": "UT", + "latitude": "40.529949", + "longitude": "-109.914250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84086", + "city": "Woodruff", + "state": "UT", + "latitude": "41.376622", + "longitude": "-111.225780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84087", + "city": "Woods Cross", + "state": "UT", + "latitude": "40.888711", + "longitude": "-111.909090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84088", + "city": "West Jordan", + "state": "UT", + "latitude": "40.594222", + "longitude": "-111.978890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84089", + "city": "Clearfield", + "state": "UT", + "latitude": "40.963547", + "longitude": "-112.115984", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84090", + "city": "Sandy", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84091", + "city": "Sandy", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84092", + "city": "Sandy", + "state": "UT", + "latitude": "40.558748", + "longitude": "-111.809020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84093", + "city": "Sandy", + "state": "UT", + "latitude": "40.594948", + "longitude": "-111.834480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84094", + "city": "Sandy", + "state": "UT", + "latitude": "40.569598", + "longitude": "-111.862170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84095", + "city": "South Jordan", + "state": "UT", + "latitude": "40.561598", + "longitude": "-111.960880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84097", + "city": "Orem", + "state": "UT", + "latitude": "40.301444", + "longitude": "-111.674850", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84098", + "city": "Park City", + "state": "UT", + "latitude": "40.726899", + "longitude": "-111.536740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84101", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.754746", + "longitude": "-111.898750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84102", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.759246", + "longitude": "-111.863710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84103", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.777746", + "longitude": "-111.874910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84104", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.750628", + "longitude": "-111.940770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84105", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.737132", + "longitude": "-111.860440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84106", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.706246", + "longitude": "-111.856570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84107", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.659997", + "longitude": "-111.883940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84108", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.744646", + "longitude": "-111.811230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84109", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.705747", + "longitude": "-111.799730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84110", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84111", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.754700", + "longitude": "-111.883610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84112", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.767840", + "longitude": "-111.838050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84113", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.763322", + "longitude": "-111.833640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84114", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84115", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.718113", + "longitude": "-111.889380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84116", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.790309", + "longitude": "-111.940180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84117", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.662797", + "longitude": "-111.837970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84118", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.650496", + "longitude": "-111.995910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84119", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.696596", + "longitude": "-111.952390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84120", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.688246", + "longitude": "-111.998990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84121", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.625621", + "longitude": "-111.815800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84122", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84123", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.659514", + "longitude": "-111.922260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84124", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.680064", + "longitude": "-111.822200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84125", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84126", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84127", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84128", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.694746", + "longitude": "-112.040040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84130", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84131", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84132", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.772743", + "longitude": "-111.838541", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84133", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.769046", + "longitude": "-111.889319", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84134", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84135", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84136", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.768546", + "longitude": "-111.887869", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84137", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84138", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.671614", + "longitude": "-111.748280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84139", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84140", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.771345", + "longitude": "-111.930870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84141", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84142", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84143", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.786886", + "longitude": "-111.900832", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84144", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.767946", + "longitude": "-111.890819", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84145", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84147", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84148", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.756796", + "longitude": "-111.837567", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84150", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84151", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84152", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.728579", + "longitude": "-111.662730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84153", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84157", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84158", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.768996", + "longitude": "-111.762115", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84165", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84170", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84171", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84180", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.770248", + "longitude": "-111.900770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84184", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.676839", + "longitude": "-111.956811", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84185", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84189", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84190", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.668068", + "longitude": "-111.908297", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84199", + "city": "Salt Lake City", + "state": "UT", + "latitude": "40.725946", + "longitude": "-111.939420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84201", + "city": "Ogden", + "state": "UT", + "latitude": "41.244261", + "longitude": "-112.007924", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84244", + "city": "Ogden", + "state": "UT", + "latitude": "41.255285", + "longitude": "-111.956721", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84252", + "city": "Green River", + "state": "UT", + "latitude": "38.995483", + "longitude": "-110.160534", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84301", + "city": "Bear River City", + "state": "UT", + "latitude": "41.615276", + "longitude": "-112.125610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84302", + "city": "Brigham City", + "state": "UT", + "latitude": "41.508605", + "longitude": "-112.047360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84304", + "city": "Cache Junction", + "state": "UT", + "latitude": "41.832776", + "longitude": "-111.997380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84305", + "city": "Clarkston", + "state": "UT", + "latitude": "41.938629", + "longitude": "-112.043300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84306", + "city": "Collinston", + "state": "UT", + "latitude": "41.804848", + "longitude": "-112.070090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84307", + "city": "Corinne", + "state": "UT", + "latitude": "41.535714", + "longitude": "-112.303730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84308", + "city": "Cornish", + "state": "UT", + "latitude": "41.944253", + "longitude": "-111.973275", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84309", + "city": "Deweyville", + "state": "UT", + "latitude": "41.714101", + "longitude": "-112.088460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84310", + "city": "Eden", + "state": "UT", + "latitude": "41.364638", + "longitude": "-111.813040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84311", + "city": "Fielding", + "state": "UT", + "latitude": "41.815710", + "longitude": "-112.113380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84312", + "city": "Garland", + "state": "UT", + "latitude": "41.766450", + "longitude": "-112.158290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84313", + "city": "Grouse Creek", + "state": "UT", + "latitude": "41.307779", + "longitude": "-113.563650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84314", + "city": "Honeyville", + "state": "UT", + "latitude": "41.644833", + "longitude": "-112.094270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84315", + "city": "Hooper", + "state": "UT", + "latitude": "41.172593", + "longitude": "-112.106750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84316", + "city": "Howell", + "state": "UT", + "latitude": "41.773176", + "longitude": "-112.459650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84317", + "city": "Huntsville", + "state": "UT", + "latitude": "41.288679", + "longitude": "-111.704490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84318", + "city": "Hyde Park", + "state": "UT", + "latitude": "41.801888", + "longitude": "-111.815350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84319", + "city": "Hyrum", + "state": "UT", + "latitude": "41.630767", + "longitude": "-111.845490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84320", + "city": "Lewiston", + "state": "UT", + "latitude": "41.968475", + "longitude": "-111.865870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84321", + "city": "Logan", + "state": "UT", + "latitude": "41.730637", + "longitude": "-111.780420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84322", + "city": "Logan", + "state": "UT", + "latitude": "41.641189", + "longitude": "-111.896571", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84323", + "city": "Logan", + "state": "UT", + "latitude": "41.684253", + "longitude": "-111.783783", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84324", + "city": "Mantua", + "state": "UT", + "latitude": "41.492466", + "longitude": "-111.942750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84325", + "city": "Mendon", + "state": "UT", + "latitude": "41.721715", + "longitude": "-111.971140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84326", + "city": "Millville", + "state": "UT", + "latitude": "41.682506", + "longitude": "-111.825000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84327", + "city": "Newton", + "state": "UT", + "latitude": "41.867966", + "longitude": "-111.990260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84328", + "city": "Paradise", + "state": "UT", + "latitude": "41.508503", + "longitude": "-111.791020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84329", + "city": "Park Valley", + "state": "UT", + "latitude": "41.689359", + "longitude": "-113.445620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84330", + "city": "Plymouth", + "state": "UT", + "latitude": "41.875803", + "longitude": "-112.139570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84331", + "city": "Portage", + "state": "UT", + "latitude": "41.909031", + "longitude": "-112.323220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84332", + "city": "Providence", + "state": "UT", + "latitude": "41.701304", + "longitude": "-111.809600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84333", + "city": "Richmond", + "state": "UT", + "latitude": "41.919806", + "longitude": "-111.816760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84334", + "city": "Riverside", + "state": "UT", + "latitude": "41.791414", + "longitude": "-112.146710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84335", + "city": "Smithfield", + "state": "UT", + "latitude": "41.833371", + "longitude": "-111.858970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84336", + "city": "Snowville", + "state": "UT", + "latitude": "41.792609", + "longitude": "-112.910320", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84337", + "city": "Tremonton", + "state": "UT", + "latitude": "41.688721", + "longitude": "-112.223270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84338", + "city": "Trenton", + "state": "UT", + "latitude": "41.935384", + "longitude": "-111.946070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84339", + "city": "Wellsville", + "state": "UT", + "latitude": "41.641328", + "longitude": "-111.927160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84340", + "city": "Willard", + "state": "UT", + "latitude": "41.368481", + "longitude": "-112.055380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84341", + "city": "Logan", + "state": "UT", + "latitude": "41.780998", + "longitude": "-111.809040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84346", + "city": "South Willard", + "state": "UT", + "latitude": "41.346348", + "longitude": "-112.063983", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84401", + "city": "Ogden", + "state": "UT", + "latitude": "41.224911", + "longitude": "-111.983460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84402", + "city": "Ogden", + "state": "UT", + "latitude": "41.255285", + "longitude": "-111.956721", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84403", + "city": "Ogden", + "state": "UT", + "latitude": "41.188093", + "longitude": "-111.946080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84404", + "city": "Ogden", + "state": "UT", + "latitude": "41.270319", + "longitude": "-112.019320", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84405", + "city": "Ogden", + "state": "UT", + "latitude": "41.165551", + "longitude": "-111.967500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84407", + "city": "Ogden", + "state": "UT", + "latitude": "41.238547", + "longitude": "-111.965867", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84408", + "city": "Ogden", + "state": "UT", + "latitude": "41.195593", + "longitude": "-111.948474", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84409", + "city": "Ogden", + "state": "UT", + "latitude": "41.255285", + "longitude": "-111.956721", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84412", + "city": "Ogden", + "state": "UT", + "latitude": "41.255285", + "longitude": "-111.956721", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84414", + "city": "Ogden", + "state": "UT", + "latitude": "41.314075", + "longitude": "-111.963660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84415", + "city": "Ogden", + "state": "UT", + "latitude": "41.255285", + "longitude": "-111.956721", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84501", + "city": "Price", + "state": "UT", + "latitude": "39.578473", + "longitude": "-110.786780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84510", + "city": "Aneth", + "state": "UT", + "latitude": "37.198216", + "longitude": "-109.112450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84511", + "city": "Blanding", + "state": "UT", + "latitude": "37.562925", + "longitude": "-109.462450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84512", + "city": "Bluff", + "state": "UT", + "latitude": "37.158935", + "longitude": "-109.527730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84513", + "city": "Castle Dale", + "state": "UT", + "latitude": "39.222858", + "longitude": "-111.006050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84515", + "city": "Cisco", + "state": "UT", + "latitude": "38.999877", + "longitude": "-109.615008", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84516", + "city": "Clawson", + "state": "UT", + "latitude": "39.088224", + "longitude": "-111.054890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84518", + "city": "Cleveland", + "state": "UT", + "latitude": "39.350034", + "longitude": "-110.871840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84520", + "city": "East Carbon", + "state": "UT", + "latitude": "39.569596", + "longitude": "-110.341990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84521", + "city": "Elmo", + "state": "UT", + "latitude": "39.367253", + "longitude": "-110.789560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84522", + "city": "Emery", + "state": "UT", + "latitude": "38.889362", + "longitude": "-111.177060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84523", + "city": "Ferron", + "state": "UT", + "latitude": "39.109059", + "longitude": "-111.136170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84525", + "city": "Green River", + "state": "UT", + "latitude": "38.983076", + "longitude": "-110.359050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84526", + "city": "Helper", + "state": "UT", + "latitude": "39.694641", + "longitude": "-110.985610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84527", + "city": "Hiawatha", + "state": "UT", + "latitude": "39.640779", + "longitude": "-110.560697", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84528", + "city": "Huntington", + "state": "UT", + "latitude": "39.343592", + "longitude": "-110.977800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84529", + "city": "Kenilworth", + "state": "UT", + "latitude": "39.686600", + "longitude": "-110.804790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84530", + "city": "La Sal", + "state": "UT", + "latitude": "38.236886", + "longitude": "-109.154450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84531", + "city": "Mexican Hat", + "state": "UT", + "latitude": "37.183505", + "longitude": "-109.933830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84532", + "city": "Moab", + "state": "UT", + "latitude": "38.572778", + "longitude": "-109.493920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84533", + "city": "Lake Powell", + "state": "UT", + "latitude": "37.655431", + "longitude": "-110.037720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84534", + "city": "Montezuma Creek", + "state": "UT", + "latitude": "37.237899", + "longitude": "-109.287090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84535", + "city": "Monticello", + "state": "UT", + "latitude": "37.886087", + "longitude": "-109.306290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84536", + "city": "Monument Valley", + "state": "AZ", + "latitude": "36.990184", + "longitude": "-110.212300", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "84537", + "city": "Orangeville", + "state": "UT", + "latitude": "39.366960", + "longitude": "-111.165180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84539", + "city": "Sunnyside", + "state": "UT", + "latitude": "39.661026", + "longitude": "-110.588190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84540", + "city": "Thompson", + "state": "UT", + "latitude": "39.210907", + "longitude": "-109.444910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84542", + "city": "Wellington", + "state": "UT", + "latitude": "39.543105", + "longitude": "-110.728650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84601", + "city": "Provo", + "state": "UT", + "latitude": "40.230954", + "longitude": "-111.680060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84602", + "city": "Provo", + "state": "UT", + "latitude": "40.356343", + "longitude": "-111.732476", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84603", + "city": "Provo", + "state": "UT", + "latitude": "40.203908", + "longitude": "-111.626081", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84604", + "city": "Provo", + "state": "UT", + "latitude": "40.280454", + "longitude": "-111.649100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84605", + "city": "Provo", + "state": "UT", + "latitude": "40.176975", + "longitude": "-111.536036", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84606", + "city": "Provo", + "state": "UT", + "latitude": "40.226302", + "longitude": "-111.644390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84620", + "city": "Aurora", + "state": "UT", + "latitude": "38.917381", + "longitude": "-111.928350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84621", + "city": "Axtell", + "state": "UT", + "latitude": "39.050838", + "longitude": "-111.847750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84622", + "city": "Centerfield", + "state": "UT", + "latitude": "39.114649", + "longitude": "-111.805110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84623", + "city": "Chester", + "state": "UT", + "latitude": "39.465357", + "longitude": "-111.576860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84624", + "city": "Delta", + "state": "UT", + "latitude": "39.349079", + "longitude": "-112.543300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84626", + "city": "Elberta", + "state": "UT", + "latitude": "39.925190", + "longitude": "-111.995590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84627", + "city": "Ephraim", + "state": "UT", + "latitude": "39.353561", + "longitude": "-111.578300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84628", + "city": "Eureka", + "state": "UT", + "latitude": "39.855141", + "longitude": "-112.149950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84629", + "city": "Fairview", + "state": "UT", + "latitude": "39.701506", + "longitude": "-111.428650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84630", + "city": "Fayette", + "state": "UT", + "latitude": "39.272741", + "longitude": "-111.778380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84631", + "city": "Fillmore", + "state": "UT", + "latitude": "38.951694", + "longitude": "-112.316660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84632", + "city": "Fountain Green", + "state": "UT", + "latitude": "39.633383", + "longitude": "-111.628440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84633", + "city": "Goshen", + "state": "UT", + "latitude": "39.949142", + "longitude": "-111.896230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84634", + "city": "Gunnison", + "state": "UT", + "latitude": "39.193513", + "longitude": "-111.850470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84635", + "city": "Hinckley", + "state": "UT", + "latitude": "39.314609", + "longitude": "-112.791810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84636", + "city": "Holden", + "state": "UT", + "latitude": "39.099629", + "longitude": "-112.282300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84637", + "city": "Kanosh", + "state": "UT", + "latitude": "38.811791", + "longitude": "-112.706370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84638", + "city": "Leamington", + "state": "UT", + "latitude": "39.532384", + "longitude": "-112.271130", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84639", + "city": "Levan", + "state": "UT", + "latitude": "39.471780", + "longitude": "-111.944310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84640", + "city": "Lynndyl", + "state": "UT", + "latitude": "39.522214", + "longitude": "-112.369130", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84642", + "city": "Manti", + "state": "UT", + "latitude": "39.230151", + "longitude": "-111.576010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84643", + "city": "Mayfield", + "state": "UT", + "latitude": "39.111512", + "longitude": "-111.699040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84644", + "city": "Meadow", + "state": "UT", + "latitude": "39.064330", + "longitude": "-113.032141", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84645", + "city": "Mona", + "state": "UT", + "latitude": "39.859432", + "longitude": "-111.854020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84646", + "city": "Moroni", + "state": "UT", + "latitude": "39.526133", + "longitude": "-111.582990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84647", + "city": "Mount Pleasant", + "state": "UT", + "latitude": "39.545778", + "longitude": "-111.437980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84648", + "city": "Nephi", + "state": "UT", + "latitude": "39.692424", + "longitude": "-111.882290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84649", + "city": "Oak City", + "state": "UT", + "latitude": "39.370295", + "longitude": "-112.323690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84650", + "city": "Oasis", + "state": "UT", + "latitude": "39.291167", + "longitude": "-112.628260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84651", + "city": "Payson", + "state": "UT", + "latitude": "40.025007", + "longitude": "-111.721170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84652", + "city": "Redmond", + "state": "UT", + "latitude": "38.974463", + "longitude": "-111.922150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84653", + "city": "Salem", + "state": "UT", + "latitude": "40.043907", + "longitude": "-111.664050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84654", + "city": "Salina", + "state": "UT", + "latitude": "38.915722", + "longitude": "-111.728930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84655", + "city": "Santaquin", + "state": "UT", + "latitude": "40.031480", + "longitude": "-111.853020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84656", + "city": "Scipio", + "state": "UT", + "latitude": "39.240818", + "longitude": "-112.148040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84657", + "city": "Sigurd", + "state": "UT", + "latitude": "38.834889", + "longitude": "-111.943000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84660", + "city": "Spanish Fork", + "state": "UT", + "latitude": "40.106370", + "longitude": "-111.654080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84662", + "city": "Spring City", + "state": "UT", + "latitude": "39.461825", + "longitude": "-111.478180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84663", + "city": "Springville", + "state": "UT", + "latitude": "40.168205", + "longitude": "-111.595770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84664", + "city": "Mapleton", + "state": "UT", + "latitude": "40.123394", + "longitude": "-111.566650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84665", + "city": "Sterling", + "state": "UT", + "latitude": "39.133489", + "longitude": "-111.740853", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84667", + "city": "Wales", + "state": "UT", + "latitude": "39.458682", + "longitude": "-111.671260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84701", + "city": "Richfield", + "state": "UT", + "latitude": "38.765929", + "longitude": "-112.083970", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84710", + "city": "Alton", + "state": "UT", + "latitude": "37.474045", + "longitude": "-112.534090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84711", + "city": "Annabella", + "state": "UT", + "latitude": "38.707639", + "longitude": "-112.058260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84712", + "city": "Antimony", + "state": "UT", + "latitude": "38.070706", + "longitude": "-111.973540", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84713", + "city": "Beaver", + "state": "UT", + "latitude": "38.359060", + "longitude": "-112.692600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84714", + "city": "Beryl", + "state": "UT", + "latitude": "37.798268", + "longitude": "-113.671800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84715", + "city": "Bicknell", + "state": "UT", + "latitude": "38.338787", + "longitude": "-111.549210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84716", + "city": "Boulder", + "state": "UT", + "latitude": "37.945120", + "longitude": "-111.099910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84717", + "city": "Bryce Canyon", + "state": "UT", + "latitude": "37.615300", + "longitude": "-112.170880", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84718", + "city": "Cannonville", + "state": "UT", + "latitude": "37.576034", + "longitude": "-112.088490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84719", + "city": "Brian Head", + "state": "UT", + "latitude": "37.663896", + "longitude": "-112.810810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84720", + "city": "Cedar City", + "state": "UT", + "latitude": "37.751640", + "longitude": "-113.165570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84721", + "city": "Cedar City", + "state": "UT", + "latitude": "37.656843", + "longitude": "-113.369500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84722", + "city": "Central", + "state": "UT", + "latitude": "37.416058", + "longitude": "-113.625540", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84723", + "city": "Circleville", + "state": "UT", + "latitude": "38.180655", + "longitude": "-112.255630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84724", + "city": "Elsinore", + "state": "UT", + "latitude": "38.686793", + "longitude": "-112.145650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84725", + "city": "Enterprise", + "state": "UT", + "latitude": "37.533546", + "longitude": "-113.761080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84726", + "city": "Escalante", + "state": "UT", + "latitude": "37.767370", + "longitude": "-111.684100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84728", + "city": "Garrison", + "state": "UT", + "latitude": "38.970536", + "longitude": "-113.708500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84729", + "city": "Glendale", + "state": "UT", + "latitude": "37.351773", + "longitude": "-112.611820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84730", + "city": "Glenwood", + "state": "UT", + "latitude": "38.764683", + "longitude": "-111.983790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84731", + "city": "Greenville", + "state": "UT", + "latitude": "38.218885", + "longitude": "-112.825080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84732", + "city": "Greenwich", + "state": "UT", + "latitude": "38.446294", + "longitude": "-111.910100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84733", + "city": "Gunlock", + "state": "UT", + "latitude": "37.179347", + "longitude": "-113.813600", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84734", + "city": "Hanksville", + "state": "UT", + "latitude": "38.289429", + "longitude": "-110.663660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84735", + "city": "Hatch", + "state": "UT", + "latitude": "37.611270", + "longitude": "-112.556010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84736", + "city": "Henrieville", + "state": "UT", + "latitude": "37.565311", + "longitude": "-111.991440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84737", + "city": "Hurricane", + "state": "UT", + "latitude": "37.130927", + "longitude": "-113.241830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84738", + "city": "Ivins", + "state": "UT", + "latitude": "37.164561", + "longitude": "-113.675820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84739", + "city": "Joseph", + "state": "UT", + "latitude": "38.620071", + "longitude": "-112.234220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84740", + "city": "Junction", + "state": "UT", + "latitude": "38.238084", + "longitude": "-112.230140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84741", + "city": "Kanab", + "state": "UT", + "latitude": "37.162224", + "longitude": "-112.114310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84742", + "city": "Kanarraville", + "state": "UT", + "latitude": "37.522753", + "longitude": "-113.203633", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84743", + "city": "Kingston", + "state": "UT", + "latitude": "38.230935", + "longitude": "-112.184550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84744", + "city": "Koosharem", + "state": "UT", + "latitude": "38.510659", + "longitude": "-111.880290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84745", + "city": "La Verkin", + "state": "UT", + "latitude": "37.219954", + "longitude": "-113.255810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84746", + "city": "Leeds", + "state": "UT", + "latitude": "37.237225", + "longitude": "-113.335620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84747", + "city": "Loa", + "state": "UT", + "latitude": "38.417440", + "longitude": "-111.676120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84749", + "city": "Lyman", + "state": "UT", + "latitude": "38.386384", + "longitude": "-111.591100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84750", + "city": "Marysvale", + "state": "UT", + "latitude": "38.439428", + "longitude": "-112.220800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84751", + "city": "Milford", + "state": "UT", + "latitude": "38.348238", + "longitude": "-113.106300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84752", + "city": "Minersville", + "state": "UT", + "latitude": "38.217377", + "longitude": "-112.932040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84753", + "city": "Modena", + "state": "UT", + "latitude": "37.873645", + "longitude": "-113.886730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84754", + "city": "Monroe", + "state": "UT", + "latitude": "38.618547", + "longitude": "-111.889080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84755", + "city": "Mount Carmel", + "state": "UT", + "latitude": "37.261273", + "longitude": "-112.798360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84756", + "city": "Newcastle", + "state": "UT", + "latitude": "37.692401", + "longitude": "-113.627239", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84757", + "city": "New Harmony", + "state": "UT", + "latitude": "37.391483", + "longitude": "-113.282100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84758", + "city": "Orderville", + "state": "UT", + "latitude": "37.269470", + "longitude": "-112.644190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84759", + "city": "Panguitch", + "state": "UT", + "latitude": "37.777031", + "longitude": "-112.408190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84760", + "city": "Paragonah", + "state": "UT", + "latitude": "37.911834", + "longitude": "-112.687990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84761", + "city": "Parowan", + "state": "UT", + "latitude": "37.886163", + "longitude": "-112.839450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84762", + "city": "Duck Creek Village", + "state": "UT", + "latitude": "37.484740", + "longitude": "-112.710640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84763", + "city": "Rockville", + "state": "UT", + "latitude": "37.160144", + "longitude": "-113.042525", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84764", + "city": "Bryce", + "state": "UT", + "latitude": "37.638578", + "longitude": "-112.208570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84765", + "city": "Santa Clara", + "state": "UT", + "latitude": "37.136937", + "longitude": "-113.649160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84766", + "city": "Sevier", + "state": "UT", + "latitude": "38.568765", + "longitude": "-112.351730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84767", + "city": "Springdale", + "state": "UT", + "latitude": "37.186249", + "longitude": "-113.013922", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84770", + "city": "Saint George", + "state": "UT", + "latitude": "37.118352", + "longitude": "-113.598700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84771", + "city": "Saint George", + "state": "UT", + "latitude": "37.309231", + "longitude": "-113.476182", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84772", + "city": "Summit", + "state": "UT", + "latitude": "37.800295", + "longitude": "-112.935170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84773", + "city": "Teasdale", + "state": "UT", + "latitude": "38.284190", + "longitude": "-111.530720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84774", + "city": "Toquerville", + "state": "UT", + "latitude": "37.250749", + "longitude": "-113.274910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84775", + "city": "Torrey", + "state": "UT", + "latitude": "38.340186", + "longitude": "-111.002200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84776", + "city": "Tropic", + "state": "UT", + "latitude": "37.650853", + "longitude": "-112.079460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84779", + "city": "Virgin", + "state": "UT", + "latitude": "37.294867", + "longitude": "-113.102790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84780", + "city": "Washington", + "state": "UT", + "latitude": "37.144146", + "longitude": "-113.496710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84781", + "city": "Pine Valley", + "state": "UT", + "latitude": "37.391737", + "longitude": "-113.518060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84782", + "city": "Veyo", + "state": "UT", + "latitude": "37.359887", + "longitude": "-113.669760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84783", + "city": "Dammeron Valley", + "state": "UT", + "latitude": "37.287005", + "longitude": "-113.661440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84784", + "city": "Hildale", + "state": "UT", + "latitude": "37.004364", + "longitude": "-112.978418", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84790", + "city": "Saint George", + "state": "UT", + "latitude": "37.075039", + "longitude": "-113.555680", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84791", + "city": "Saint George", + "state": "UT", + "latitude": "37.309231", + "longitude": "-113.476182", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84821", + "city": "Logan", + "state": "UT", + "latitude": "41.717612", + "longitude": "-111.868898", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84910", + "city": "North Salt Lake", + "state": "UT", + "latitude": "40.858481", + "longitude": "-111.898438", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84915", + "city": "Clinton", + "state": "UT", + "latitude": "41.142472", + "longitude": "-112.066211", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "84947", + "city": "Lyman", + "state": "UT", + "latitude": "38.399138", + "longitude": "-111.591641", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "85001", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.703967", + "longitude": "-112.351835", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85002", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85003", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.451143", + "longitude": "-112.078380", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85004", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.451093", + "longitude": "-112.070570", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85005", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85006", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.466392", + "longitude": "-112.048750", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85007", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.449995", + "longitude": "-112.090240", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85008", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.466393", + "longitude": "-112.000800", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85009", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.456350", + "longitude": "-112.123780", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85010", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85011", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85012", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.505251", + "longitude": "-112.070300", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85013", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.507110", + "longitude": "-112.084830", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85014", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.511325", + "longitude": "-112.057110", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85015", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.506890", + "longitude": "-112.102620", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85016", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.503742", + "longitude": "-112.032350", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85017", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.514092", + "longitude": "-112.122850", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85018", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.498076", + "longitude": "-111.986030", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85019", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.511992", + "longitude": "-112.141700", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85020", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.563663", + "longitude": "-112.055190", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85021", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.559437", + "longitude": "-112.092810", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85022", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.630497", + "longitude": "-112.052100", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85023", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.638271", + "longitude": "-112.093410", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85024", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.675564", + "longitude": "-112.047170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85025", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.422621", + "longitude": "-111.723635", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85026", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85027", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.698731", + "longitude": "-112.114290", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85028", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.585037", + "longitude": "-112.008150", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85029", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.598841", + "longitude": "-112.120230", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85030", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85031", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.493496", + "longitude": "-112.171080", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85032", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.624140", + "longitude": "-112.004160", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85033", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.496091", + "longitude": "-112.214050", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85034", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.437772", + "longitude": "-112.028100", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85035", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.472492", + "longitude": "-112.187500", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85036", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85037", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.493006", + "longitude": "-112.255390", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85038", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85039", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85040", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.393323", + "longitude": "-112.028570", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85041", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.386995", + "longitude": "-112.100760", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85042", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.381234", + "longitude": "-112.027663", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85043", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.435405", + "longitude": "-112.200090", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85044", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.333591", + "longitude": "-111.992460", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85045", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.299740", + "longitude": "-112.098120", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85046", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85048", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.302098", + "longitude": "-112.024770", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85050", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.683603", + "longitude": "-111.992710", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85051", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.559783", + "longitude": "-112.133610", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85053", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.629911", + "longitude": "-112.131220", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85054", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.689558", + "longitude": "-111.964630", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85055", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85060", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85061", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85062", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85063", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85064", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85065", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85066", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85067", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85068", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85069", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85070", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85071", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85072", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85073", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85074", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85075", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85076", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85077", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85078", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85079", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85080", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85082", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85085", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.777760", + "longitude": "-112.079450", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85086", + "city": "Anthem", + "state": "AZ", + "latitude": "33.831866", + "longitude": "-112.063390", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85087", + "city": "New River", + "state": "AZ", + "latitude": "33.921493", + "longitude": "-112.099920", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85089", + "city": "New River", + "state": "AZ", + "latitude": "33.909138", + "longitude": "-112.140771", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85097", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85098", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85099", + "city": "Phoenix", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85123", + "city": "Mesa", + "state": "AZ", + "latitude": "33.427135", + "longitude": "-111.758483", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85200", + "city": "Mesa", + "state": "AZ", + "latitude": "33.423596", + "longitude": "-111.594435", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85201", + "city": "Mesa", + "state": "AZ", + "latitude": "33.432177", + "longitude": "-111.847010", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85202", + "city": "Mesa", + "state": "AZ", + "latitude": "33.381097", + "longitude": "-111.875600", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85203", + "city": "Mesa", + "state": "AZ", + "latitude": "33.437493", + "longitude": "-111.806000", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85204", + "city": "Mesa", + "state": "AZ", + "latitude": "33.400127", + "longitude": "-111.785940", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85205", + "city": "Mesa", + "state": "AZ", + "latitude": "33.426932", + "longitude": "-111.716860", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85206", + "city": "Mesa", + "state": "AZ", + "latitude": "33.400306", + "longitude": "-111.724520", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85207", + "city": "Mesa", + "state": "AZ", + "latitude": "33.436767", + "longitude": "-111.643380", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85208", + "city": "Mesa", + "state": "AZ", + "latitude": "33.393967", + "longitude": "-111.643020", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85210", + "city": "Mesa", + "state": "AZ", + "latitude": "33.391233", + "longitude": "-111.841290", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85211", + "city": "Mesa", + "state": "AZ", + "latitude": "33.466313", + "longitude": "-111.837345", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85212", + "city": "Mesa", + "state": "AZ", + "latitude": "33.350350", + "longitude": "-111.645350", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85213", + "city": "Mesa", + "state": "AZ", + "latitude": "33.434192", + "longitude": "-111.768920", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85214", + "city": "Mesa", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85215", + "city": "Mesa", + "state": "AZ", + "latitude": "33.479868", + "longitude": "-111.693500", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85216", + "city": "Mesa", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85217", + "city": "Apache Junction", + "state": "AZ", + "latitude": "33.393398", + "longitude": "-111.478975", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85218", + "city": "Gold Camp", + "state": "AZ", + "latitude": "33.349996", + "longitude": "-111.418233", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85219", + "city": "Apache Junction", + "state": "AZ", + "latitude": "33.402969", + "longitude": "-111.463370", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85220", + "city": "Apache Junction", + "state": "AZ", + "latitude": "33.416083", + "longitude": "-111.576200", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85221", + "city": "Bapchule", + "state": "AZ", + "latitude": "33.126134", + "longitude": "-111.905450", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85222", + "city": "Casa Grande", + "state": "AZ", + "latitude": "32.878138", + "longitude": "-111.734990", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85223", + "city": "Arizona City", + "state": "AZ", + "latitude": "32.749664", + "longitude": "-111.680220", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85224", + "city": "Chandler", + "state": "AZ", + "latitude": "33.328951", + "longitude": "-111.873500", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85225", + "city": "Chandler", + "state": "AZ", + "latitude": "33.316349", + "longitude": "-111.830640", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85226", + "city": "Chandler", + "state": "AZ", + "latitude": "33.312208", + "longitude": "-111.931770", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85227", + "city": "Chandler Heights", + "state": "AZ", + "latitude": "33.212186", + "longitude": "-111.686171", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85228", + "city": "Coolidge", + "state": "AZ", + "latitude": "32.967829", + "longitude": "-111.526170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85230", + "city": "Casa Grande", + "state": "AZ", + "latitude": "32.742949", + "longitude": "-111.789450", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85231", + "city": "Eloy", + "state": "AZ", + "latitude": "32.712323", + "longitude": "-111.576730", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85232", + "city": "Florence", + "state": "AZ", + "latitude": "32.961615", + "longitude": "-111.316290", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85233", + "city": "Gilbert", + "state": "AZ", + "latitude": "33.348593", + "longitude": "-111.808330", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85234", + "city": "Gilbert", + "state": "AZ", + "latitude": "33.363440", + "longitude": "-111.750930", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85235", + "city": "Hayden", + "state": "AZ", + "latitude": "32.995762", + "longitude": "-110.780400", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85236", + "city": "Higley", + "state": "AZ", + "latitude": "33.305783", + "longitude": "-111.708350", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85237", + "city": "Kearny", + "state": "AZ", + "latitude": "33.099770", + "longitude": "-110.972020", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85239", + "city": "Maricopa", + "state": "AZ", + "latitude": "32.989261", + "longitude": "-112.115050", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85240", + "city": "Chandler", + "state": "AZ", + "latitude": "33.222982", + "longitude": "-111.858805", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85241", + "city": "Picacho", + "state": "AZ", + "latitude": "32.712136", + "longitude": "-111.499490", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85242", + "city": "Queen Creek", + "state": "AZ", + "latitude": "33.227266", + "longitude": "-111.610870", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85244", + "city": "Chandler", + "state": "AZ", + "latitude": "33.321316", + "longitude": "-111.888824", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85245", + "city": "Red Rock", + "state": "AZ", + "latitude": "32.623115", + "longitude": "-111.376720", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85246", + "city": "Chandler", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85247", + "city": "Sacaton", + "state": "AZ", + "latitude": "33.107581", + "longitude": "-111.751280", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85248", + "city": "Chandler", + "state": "AZ", + "latitude": "33.239097", + "longitude": "-111.863550", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85249", + "city": "Chandler", + "state": "AZ", + "latitude": "33.237229", + "longitude": "-111.800400", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85250", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.521433", + "longitude": "-111.909440", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85251", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.494152", + "longitude": "-111.920790", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85252", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.499529", + "longitude": "-111.868432", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85253", + "city": "Paradise Valley", + "state": "AZ", + "latitude": "33.544596", + "longitude": "-111.956450", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85254", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.617504", + "longitude": "-111.954160", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85255", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.697268", + "longitude": "-111.883210", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85256", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.491302", + "longitude": "-111.835090", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85257", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.467347", + "longitude": "-111.917410", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85258", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.566635", + "longitude": "-111.893370", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85259", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.596995", + "longitude": "-111.826280", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85260", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.606004", + "longitude": "-111.886990", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85261", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85262", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.798581", + "longitude": "-111.870800", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85263", + "city": "Rio Verde", + "state": "AZ", + "latitude": "33.722594", + "longitude": "-111.679150", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85264", + "city": "Fort Mcdowell", + "state": "AZ", + "latitude": "33.617643", + "longitude": "-111.675540", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85266", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85267", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85268", + "city": "Fountain Hills", + "state": "AZ", + "latitude": "33.604811", + "longitude": "-111.728520", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85269", + "city": "Fountain Hills", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85271", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85272", + "city": "Stanfield", + "state": "AZ", + "latitude": "32.852769", + "longitude": "-111.975640", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85273", + "city": "Superior", + "state": "AZ", + "latitude": "33.285910", + "longitude": "-111.110150", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85274", + "city": "Mesa", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85275", + "city": "Mesa", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85277", + "city": "Mesa", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85278", + "city": "Apache Junction", + "state": "AZ", + "latitude": "32.983653", + "longitude": "-111.326045", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85279", + "city": "Florence", + "state": "AZ", + "latitude": "32.983653", + "longitude": "-111.326045", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85280", + "city": "Tempe", + "state": "AZ", + "latitude": "33.401395", + "longitude": "-111.931298", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85281", + "city": "Tempe", + "state": "AZ", + "latitude": "33.426885", + "longitude": "-111.927330", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85282", + "city": "Tempe", + "state": "AZ", + "latitude": "33.394067", + "longitude": "-111.928730", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85283", + "city": "Tempe", + "state": "AZ", + "latitude": "33.365951", + "longitude": "-111.931550", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85284", + "city": "Tempe", + "state": "AZ", + "latitude": "33.338333", + "longitude": "-111.929620", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85285", + "city": "Tempe", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85286", + "city": "New River", + "state": "AZ", + "latitude": "33.850506", + "longitude": "-112.059270", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85287", + "city": "Tempe", + "state": "AZ", + "latitude": "33.428511", + "longitude": "-111.934865", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85288", + "city": "Scottsdale", + "state": "AZ", + "latitude": "33.672973", + "longitude": "-111.889286", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85289", + "city": "Tempe", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85290", + "city": "Tortilla Flat", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85291", + "city": "Valley Farms", + "state": "AZ", + "latitude": "33.013502", + "longitude": "-111.429790", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85292", + "city": "Winkelman", + "state": "AZ", + "latitude": "32.945838", + "longitude": "-110.721980", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85296", + "city": "Gilbert", + "state": "AZ", + "latitude": "33.319722", + "longitude": "-111.760780", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85297", + "city": "Gilbert", + "state": "AZ", + "latitude": "33.272322", + "longitude": "-111.714171", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85299", + "city": "Gilbert", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85301", + "city": "Glendale", + "state": "AZ", + "latitude": "33.534128", + "longitude": "-112.176700", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85302", + "city": "Glendale", + "state": "AZ", + "latitude": "33.568143", + "longitude": "-112.176990", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85303", + "city": "Glendale", + "state": "AZ", + "latitude": "33.528166", + "longitude": "-112.221890", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85304", + "city": "Glendale", + "state": "AZ", + "latitude": "33.594069", + "longitude": "-112.175310", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85305", + "city": "Glendale", + "state": "AZ", + "latitude": "33.529373", + "longitude": "-112.252250", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85306", + "city": "Glendale", + "state": "AZ", + "latitude": "33.624546", + "longitude": "-112.176700", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85307", + "city": "Glendale", + "state": "AZ", + "latitude": "33.529314", + "longitude": "-112.306070", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85308", + "city": "Glendale", + "state": "AZ", + "latitude": "33.657722", + "longitude": "-112.178250", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85309", + "city": "Luke AFB", + "state": "AZ", + "latitude": "33.533985", + "longitude": "-112.376880", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85310", + "city": "Glendale", + "state": "AZ", + "latitude": "33.701173", + "longitude": "-112.176140", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85311", + "city": "Glendale", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85312", + "city": "Glendale", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85313", + "city": "Glendale", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85317", + "city": "Carefree", + "state": "AZ", + "latitude": "33.820609", + "longitude": "-111.886707", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85318", + "city": "Glendale", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85320", + "city": "Aguila", + "state": "AZ", + "latitude": "33.945183", + "longitude": "-113.198370", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85321", + "city": "Ajo", + "state": "AZ", + "latitude": "32.331853", + "longitude": "-112.786940", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85322", + "city": "Arlington", + "state": "AZ", + "latitude": "33.274422", + "longitude": "-112.789340", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85323", + "city": "Avondale", + "state": "AZ", + "latitude": "33.454441", + "longitude": "-112.324010", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85324", + "city": "Black Canyon City", + "state": "AZ", + "latitude": "34.108650", + "longitude": "-112.100880", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85325", + "city": "Bouse", + "state": "AZ", + "latitude": "33.946064", + "longitude": "-113.953700", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85326", + "city": "Buckeye", + "state": "AZ", + "latitude": "33.354418", + "longitude": "-112.569410", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85327", + "city": "Cave Creek", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85328", + "city": "Cibola", + "state": "AZ", + "latitude": "33.326956", + "longitude": "-114.685620", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85329", + "city": "Cashion", + "state": "AZ", + "latitude": "33.431242", + "longitude": "-112.295880", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85330", + "city": "Wickenburg", + "state": "AZ", + "latitude": "33.973301", + "longitude": "-112.722998", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85331", + "city": "Cave Creek", + "state": "AZ", + "latitude": "33.789204", + "longitude": "-111.963010", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85332", + "city": "Congress", + "state": "AZ", + "latitude": "34.177939", + "longitude": "-112.930700", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85333", + "city": "Dateland", + "state": "AZ", + "latitude": "32.921712", + "longitude": "-113.457030", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85334", + "city": "Ehrenberg", + "state": "AZ", + "latitude": "33.631915", + "longitude": "-114.490950", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85335", + "city": "El Mirage", + "state": "AZ", + "latitude": "33.596823", + "longitude": "-112.323640", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85336", + "city": "Gadsden", + "state": "AZ", + "latitude": "32.532458", + "longitude": "-114.780560", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85337", + "city": "Gila Bend", + "state": "AZ", + "latitude": "32.971684", + "longitude": "-112.794600", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85338", + "city": "Goodyear", + "state": "AZ", + "latitude": "33.430922", + "longitude": "-112.384820", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85339", + "city": "Laveen", + "state": "AZ", + "latitude": "33.352795", + "longitude": "-112.167520", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85340", + "city": "Litchfield Park", + "state": "AZ", + "latitude": "33.508350", + "longitude": "-112.405230", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85341", + "city": "Lukeville", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85342", + "city": "Morristown", + "state": "AZ", + "latitude": "33.939162", + "longitude": "-112.499760", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85343", + "city": "Palo Verde", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85344", + "city": "Parker", + "state": "AZ", + "latitude": "34.100704", + "longitude": "-114.304620", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85345", + "city": "Peoria", + "state": "AZ", + "latitude": "33.573602", + "longitude": "-112.239840", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85346", + "city": "Quartzsite", + "state": "AZ", + "latitude": "33.654343", + "longitude": "-114.233250", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85347", + "city": "Roll", + "state": "AZ", + "latitude": "32.744976", + "longitude": "-113.854210", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85348", + "city": "Salome", + "state": "AZ", + "latitude": "33.730443", + "longitude": "-113.623760", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85349", + "city": "San Luis", + "state": "AZ", + "latitude": "32.494054", + "longitude": "-114.778660", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85350", + "city": "Somerton", + "state": "AZ", + "latitude": "32.581930", + "longitude": "-114.711990", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85351", + "city": "Sun City", + "state": "AZ", + "latitude": "33.606420", + "longitude": "-112.283160", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85352", + "city": "Tacna", + "state": "AZ", + "latitude": "32.693448", + "longitude": "-113.976313", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85353", + "city": "Tolleson", + "state": "AZ", + "latitude": "33.426423", + "longitude": "-112.282990", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85354", + "city": "Tonopah", + "state": "AZ", + "latitude": "33.452432", + "longitude": "-113.016520", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85355", + "city": "Waddell", + "state": "AZ", + "latitude": "33.569705", + "longitude": "-112.447920", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85356", + "city": "Wellton", + "state": "AZ", + "latitude": "32.676125", + "longitude": "-114.135460", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85357", + "city": "Wenden", + "state": "AZ", + "latitude": "33.843519", + "longitude": "-113.534410", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85358", + "city": "Wickenburg", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85359", + "city": "Quartzsite", + "state": "AZ", + "latitude": "33.666880", + "longitude": "-114.239557", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85360", + "city": "Wikieup", + "state": "AZ", + "latitude": "34.681394", + "longitude": "-113.593500", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85361", + "city": "Wittmann", + "state": "AZ", + "latitude": "33.739904", + "longitude": "-112.597780", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85362", + "city": "Yarnell", + "state": "AZ", + "latitude": "34.286193", + "longitude": "-112.696670", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85363", + "city": "Youngtown", + "state": "AZ", + "latitude": "33.588225", + "longitude": "-112.302630", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85364", + "city": "Yuma", + "state": "AZ", + "latitude": "32.704499", + "longitude": "-114.646440", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85365", + "city": "Yuma", + "state": "AZ", + "latitude": "32.700018", + "longitude": "-114.526710", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85366", + "city": "Yuma", + "state": "AZ", + "latitude": "32.609959", + "longitude": "-114.631172", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85367", + "city": "Yuma", + "state": "AZ", + "latitude": "32.654701", + "longitude": "-114.408840", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85369", + "city": "Yuma", + "state": "AZ", + "latitude": "32.751632", + "longitude": "-114.074901", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85371", + "city": "Poston", + "state": "AZ", + "latitude": "34.031791", + "longitude": "-114.390171", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85372", + "city": "Sun City", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85373", + "city": "Sun City", + "state": "AZ", + "latitude": "33.661560", + "longitude": "-112.289310", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85374", + "city": "Surprise", + "state": "AZ", + "latitude": "33.643508", + "longitude": "-112.385020", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85375", + "city": "Sun City West", + "state": "AZ", + "latitude": "33.683352", + "longitude": "-112.364740", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85376", + "city": "Sun City West", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85377", + "city": "Carefree", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85378", + "city": "Surprise", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85379", + "city": "Surprise", + "state": "AZ", + "latitude": "33.616888", + "longitude": "-112.401580", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85380", + "city": "Peoria", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85381", + "city": "Peoria", + "state": "AZ", + "latitude": "33.608640", + "longitude": "-112.227910", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85382", + "city": "Peoria", + "state": "AZ", + "latitude": "33.689869", + "longitude": "-112.248380", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85383", + "city": "Peoria", + "state": "AZ", + "latitude": "33.700837", + "longitude": "-112.244827", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85385", + "city": "Peoria", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85387", + "city": "Surprise", + "state": "AZ", + "latitude": "33.276539", + "longitude": "-112.187170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85390", + "city": "Wickenburg", + "state": "AZ", + "latitude": "33.961122", + "longitude": "-112.769520", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85395", + "city": "Peoria", + "state": "AZ", + "latitude": "33.580089", + "longitude": "-112.246311", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85439", + "city": "San Luis", + "state": "AZ", + "latitude": "32.491745", + "longitude": "-114.784135", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85501", + "city": "Globe", + "state": "AZ", + "latitude": "33.534570", + "longitude": "-110.756810", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85502", + "city": "Globe", + "state": "AZ", + "latitude": "33.421919", + "longitude": "-110.812680", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85522", + "city": "Thatcher", + "state": "AZ", + "latitude": "32.850901", + "longitude": "-109.767893", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85530", + "city": "Bylas", + "state": "AZ", + "latitude": "33.053797", + "longitude": "-110.229210", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85531", + "city": "Central", + "state": "AZ", + "latitude": "32.872122", + "longitude": "-109.792670", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85532", + "city": "Claypool", + "state": "AZ", + "latitude": "33.415409", + "longitude": "-110.814893", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85533", + "city": "Clifton", + "state": "AZ", + "latitude": "33.122043", + "longitude": "-109.284100", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85534", + "city": "Duncan", + "state": "AZ", + "latitude": "32.731748", + "longitude": "-109.114710", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85535", + "city": "Eden", + "state": "AZ", + "latitude": "32.963028", + "longitude": "-109.918030", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85536", + "city": "Fort Thomas", + "state": "AZ", + "latitude": "33.028740", + "longitude": "-109.987190", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85539", + "city": "Miami", + "state": "AZ", + "latitude": "33.383937", + "longitude": "-110.900260", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85540", + "city": "Morenci", + "state": "AZ", + "latitude": "33.044523", + "longitude": "-109.329040", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85541", + "city": "Payson", + "state": "AZ", + "latitude": "34.243578", + "longitude": "-111.281370", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85542", + "city": "Peridot", + "state": "AZ", + "latitude": "33.262553", + "longitude": "-110.523100", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85543", + "city": "Pima", + "state": "AZ", + "latitude": "32.903750", + "longitude": "-109.849950", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85544", + "city": "Pine", + "state": "AZ", + "latitude": "34.394226", + "longitude": "-111.468650", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85545", + "city": "Roosevelt", + "state": "AZ", + "latitude": "33.624008", + "longitude": "-111.010620", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85546", + "city": "Safford", + "state": "AZ", + "latitude": "32.800222", + "longitude": "-109.690520", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85547", + "city": "Payson", + "state": "AZ", + "latitude": "34.257457", + "longitude": "-111.287750", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85548", + "city": "Safford", + "state": "AZ", + "latitude": "32.797009", + "longitude": "-109.752196", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85550", + "city": "San Carlos", + "state": "AZ", + "latitude": "33.372140", + "longitude": "-110.116860", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85551", + "city": "Solomon", + "state": "AZ", + "latitude": "32.842769", + "longitude": "-109.696449", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85552", + "city": "Thatcher", + "state": "AZ", + "latitude": "32.816055", + "longitude": "-109.764870", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85553", + "city": "Tonto Basin", + "state": "AZ", + "latitude": "33.830708", + "longitude": "-111.301020", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85554", + "city": "Young", + "state": "AZ", + "latitude": "34.093715", + "longitude": "-110.964870", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85601", + "city": "Arivaca", + "state": "AZ", + "latitude": "31.579152", + "longitude": "-111.334130", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85602", + "city": "Benson", + "state": "AZ", + "latitude": "32.010164", + "longitude": "-110.318200", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85603", + "city": "Bisbee", + "state": "AZ", + "latitude": "31.406229", + "longitude": "-109.895800", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85605", + "city": "Bowie", + "state": "AZ", + "latitude": "32.314118", + "longitude": "-109.461960", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85606", + "city": "Cochise", + "state": "AZ", + "latitude": "32.054694", + "longitude": "-109.813420", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85607", + "city": "Douglas", + "state": "AZ", + "latitude": "31.382775", + "longitude": "-109.550350", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85608", + "city": "Douglas", + "state": "AZ", + "latitude": "31.569536", + "longitude": "-109.234070", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85609", + "city": "Dragoon", + "state": "AZ", + "latitude": "32.036365", + "longitude": "-110.045810", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85610", + "city": "Elfrida", + "state": "AZ", + "latitude": "31.724946", + "longitude": "-109.646460", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85611", + "city": "Elgin", + "state": "AZ", + "latitude": "31.588594", + "longitude": "-110.518570", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85613", + "city": "Fort Huachuca", + "state": "AZ", + "latitude": "31.541437", + "longitude": "-110.300040", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85614", + "city": "Green Valley", + "state": "AZ", + "latitude": "31.857504", + "longitude": "-111.009040", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85615", + "city": "Hereford", + "state": "AZ", + "latitude": "31.429017", + "longitude": "-110.230130", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85616", + "city": "Huachuca City", + "state": "AZ", + "latitude": "31.684819", + "longitude": "-110.347430", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85617", + "city": "McNeal", + "state": "AZ", + "latitude": "31.536321", + "longitude": "-109.676080", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85618", + "city": "Mammoth", + "state": "AZ", + "latitude": "32.708740", + "longitude": "-110.639250", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85619", + "city": "Mount Lemmon", + "state": "AZ", + "latitude": "32.441496", + "longitude": "-110.756820", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85620", + "city": "Naco", + "state": "AZ", + "latitude": "31.385182", + "longitude": "-109.919794", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85621", + "city": "Nogales", + "state": "AZ", + "latitude": "31.377370", + "longitude": "-110.926400", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85622", + "city": "Green Valley", + "state": "AZ", + "latitude": "31.853334", + "longitude": "-110.932803", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85623", + "city": "Oracle", + "state": "AZ", + "latitude": "32.625543", + "longitude": "-110.772010", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85624", + "city": "Patagonia", + "state": "AZ", + "latitude": "31.504439", + "longitude": "-110.707940", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85625", + "city": "Pearce", + "state": "AZ", + "latitude": "31.911838", + "longitude": "-109.772300", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85626", + "city": "Pirtleville", + "state": "AZ", + "latitude": "31.357528", + "longitude": "-109.611545", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85627", + "city": "Pomerene", + "state": "AZ", + "latitude": "32.098810", + "longitude": "-110.099170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85628", + "city": "Nogales", + "state": "AZ", + "latitude": "31.531998", + "longitude": "-110.909305", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85629", + "city": "Sahuarita", + "state": "AZ", + "latitude": "31.939718", + "longitude": "-110.975270", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85630", + "city": "Saint David", + "state": "AZ", + "latitude": "31.898039", + "longitude": "-110.218030", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85631", + "city": "San Manuel", + "state": "AZ", + "latitude": "32.597198", + "longitude": "-110.602930", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85632", + "city": "San Simon", + "state": "AZ", + "latitude": "32.048448", + "longitude": "-109.196350", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85633", + "city": "Sasabe", + "state": "AZ", + "latitude": "31.632739", + "longitude": "-111.490660", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85634", + "city": "Sells", + "state": "AZ", + "latitude": "31.998543", + "longitude": "-111.937120", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85635", + "city": "Sierra Vista", + "state": "AZ", + "latitude": "31.562546", + "longitude": "-110.242880", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85636", + "city": "Sierra Vista", + "state": "AZ", + "latitude": "31.668685", + "longitude": "-110.280111", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85637", + "city": "Sonoita", + "state": "AZ", + "latitude": "31.733433", + "longitude": "-110.668690", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85638", + "city": "Tombstone", + "state": "AZ", + "latitude": "31.714525", + "longitude": "-110.066840", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85639", + "city": "Topawa", + "state": "AZ", + "latitude": "31.773676", + "longitude": "-111.764940", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85640", + "city": "Tumacacori", + "state": "AZ", + "latitude": "31.586392", + "longitude": "-111.041600", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85641", + "city": "Vail", + "state": "AZ", + "latitude": "32.001960", + "longitude": "-110.674420", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85643", + "city": "Willcox", + "state": "AZ", + "latitude": "32.356537", + "longitude": "-109.884610", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85644", + "city": "Willcox", + "state": "AZ", + "latitude": "32.300690", + "longitude": "-109.878211", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85645", + "city": "Amado", + "state": "AZ", + "latitude": "31.718671", + "longitude": "-111.099080", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85646", + "city": "Tubac", + "state": "AZ", + "latitude": "31.623432", + "longitude": "-111.063520", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85648", + "city": "Rio Rico", + "state": "AZ", + "latitude": "31.488579", + "longitude": "-110.989260", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85650", + "city": "Sierra Vista", + "state": "AZ", + "latitude": "31.492003", + "longitude": "-110.246990", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85652", + "city": "Cortaro", + "state": "AZ", + "latitude": "32.420055", + "longitude": "-111.113178", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85653", + "city": "Marana", + "state": "AZ", + "latitude": "32.454488", + "longitude": "-111.262320", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85654", + "city": "Rillito", + "state": "AZ", + "latitude": "32.417221", + "longitude": "-111.171350", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85655", + "city": "Douglas", + "state": "AZ", + "latitude": "31.880077", + "longitude": "-109.754263", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85662", + "city": "Nogales", + "state": "AZ", + "latitude": "31.531998", + "longitude": "-110.909305", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85670", + "city": "Fort Huachuca", + "state": "AZ", + "latitude": "31.880077", + "longitude": "-109.754263", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85671", + "city": "Sierra Vista", + "state": "AZ", + "latitude": "31.880077", + "longitude": "-109.754263", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85701", + "city": "Tucson", + "state": "AZ", + "latitude": "32.216743", + "longitude": "-110.969600", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85702", + "city": "Tucson", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85703", + "city": "Tucson", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85704", + "city": "Tucson", + "state": "AZ", + "latitude": "32.327640", + "longitude": "-110.988010", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85705", + "city": "Tucson", + "state": "AZ", + "latitude": "32.260316", + "longitude": "-110.985340", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85706", + "city": "Tucson", + "state": "AZ", + "latitude": "32.128649", + "longitude": "-110.924970", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85707", + "city": "Tucson", + "state": "AZ", + "latitude": "32.169577", + "longitude": "-110.875093", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85708", + "city": "Tucson", + "state": "AZ", + "latitude": "32.196846", + "longitude": "-110.891890", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85709", + "city": "Tucson", + "state": "AZ", + "latitude": "32.200813", + "longitude": "-110.897966", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85710", + "city": "Tucson", + "state": "AZ", + "latitude": "32.213291", + "longitude": "-110.825590", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85711", + "city": "Tucson", + "state": "AZ", + "latitude": "32.216326", + "longitude": "-110.885110", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85712", + "city": "Tucson", + "state": "AZ", + "latitude": "32.249551", + "longitude": "-110.887800", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85713", + "city": "Tucson", + "state": "AZ", + "latitude": "32.194909", + "longitude": "-110.975700", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85714", + "city": "Tucson", + "state": "AZ", + "latitude": "32.170277", + "longitude": "-110.955250", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85715", + "city": "Tucson", + "state": "AZ", + "latitude": "32.247175", + "longitude": "-110.828640", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85716", + "city": "Tucson", + "state": "AZ", + "latitude": "32.242275", + "longitude": "-110.925330", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85717", + "city": "Tucson", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85718", + "city": "Tucson", + "state": "AZ", + "latitude": "32.313460", + "longitude": "-110.922820", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85719", + "city": "Tucson", + "state": "AZ", + "latitude": "32.240625", + "longitude": "-110.947910", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85720", + "city": "Tucson", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85721", + "city": "Tucson", + "state": "AZ", + "latitude": "32.233761", + "longitude": "-110.949996", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85722", + "city": "Tucson", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85723", + "city": "Tucson", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85724", + "city": "Tucson", + "state": "AZ", + "latitude": "32.240571", + "longitude": "-110.944343", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85725", + "city": "Tucson", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85726", + "city": "Tucson", + "state": "AZ", + "latitude": "32.202726", + "longitude": "-110.945346", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85728", + "city": "Tucson", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85730", + "city": "Tucson", + "state": "AZ", + "latitude": "32.179227", + "longitude": "-110.810320", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85731", + "city": "Tucson", + "state": "AZ", + "latitude": "32.088034", + "longitude": "-110.708174", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85732", + "city": "Tucson", + "state": "AZ", + "latitude": "32.084775", + "longitude": "-110.712250", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85733", + "city": "Tucson", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85734", + "city": "Tucson", + "state": "AZ", + "latitude": "32.065082", + "longitude": "-110.935337", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85735", + "city": "Tucson", + "state": "AZ", + "latitude": "32.139180", + "longitude": "-111.239680", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85736", + "city": "Tucson", + "state": "AZ", + "latitude": "31.979764", + "longitude": "-111.293980", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85737", + "city": "Tucson", + "state": "AZ", + "latitude": "32.417144", + "longitude": "-110.963540", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85738", + "city": "Catalina", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85739", + "city": "Tucson", + "state": "AZ", + "latitude": "32.521096", + "longitude": "-110.908700", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85740", + "city": "Tucson", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85741", + "city": "Tucson", + "state": "AZ", + "latitude": "32.338126", + "longitude": "-111.042590", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85742", + "city": "Tucson", + "state": "AZ", + "latitude": "32.385588", + "longitude": "-111.055820", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85743", + "city": "Tucson", + "state": "AZ", + "latitude": "32.335122", + "longitude": "-111.148880", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85744", + "city": "Tucson", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85745", + "city": "Tucson", + "state": "AZ", + "latitude": "32.242724", + "longitude": "-111.020900", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85746", + "city": "Tucson", + "state": "AZ", + "latitude": "32.126223", + "longitude": "-111.045990", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85747", + "city": "Tucson", + "state": "AZ", + "latitude": "32.109302", + "longitude": "-110.775730", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85748", + "city": "Tucson", + "state": "AZ", + "latitude": "32.216926", + "longitude": "-110.768510", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85749", + "city": "Tucson", + "state": "AZ", + "latitude": "32.299275", + "longitude": "-110.744190", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85750", + "city": "Tucson", + "state": "AZ", + "latitude": "32.292078", + "longitude": "-110.843840", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85751", + "city": "Tucson", + "state": "AZ", + "latitude": "32.161972", + "longitude": "-110.714678", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85752", + "city": "Tucson", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85754", + "city": "Tucson", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85775", + "city": "Tucson", + "state": "AZ", + "latitude": "31.970131", + "longitude": "-111.890713", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85777", + "city": "Tucson", + "state": "AZ", + "latitude": "32.071764", + "longitude": "-110.859106", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85807", + "city": "New River", + "state": "AZ", + "latitude": "33.876452", + "longitude": "-112.088337", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85901", + "city": "Show Low", + "state": "AZ", + "latitude": "34.271427", + "longitude": "-110.036760", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85902", + "city": "Show Low", + "state": "AZ", + "latitude": "34.298092", + "longitude": "-110.035185", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85911", + "city": "Cibecue", + "state": "AZ", + "latitude": "34.102913", + "longitude": "-110.556390", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85912", + "city": "White Mountain Lake", + "state": "AZ", + "latitude": "34.266588", + "longitude": "-110.203073", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85920", + "city": "Alpine", + "state": "AZ", + "latitude": "33.836157", + "longitude": "-109.197850", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85922", + "city": "Blue", + "state": "AZ", + "latitude": "33.681485", + "longitude": "-109.249460", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85923", + "city": "Clay Springs", + "state": "AZ", + "latitude": "34.364618", + "longitude": "-110.294870", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85924", + "city": "Concho", + "state": "AZ", + "latitude": "34.448733", + "longitude": "-109.711400", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85925", + "city": "Eagar", + "state": "AZ", + "latitude": "34.109777", + "longitude": "-109.345320", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85926", + "city": "Fort Apache", + "state": "AZ", + "latitude": "34.074253", + "longitude": "-109.863560", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85927", + "city": "Greer", + "state": "AZ", + "latitude": "33.801744", + "longitude": "-109.583360", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85928", + "city": "Heber", + "state": "AZ", + "latitude": "34.563994", + "longitude": "-110.559290", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85929", + "city": "Lakeside", + "state": "AZ", + "latitude": "34.162407", + "longitude": "-109.995200", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85930", + "city": "Mcnary", + "state": "AZ", + "latitude": "34.044210", + "longitude": "-109.737090", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85931", + "city": "Forest Lakes", + "state": "AZ", + "latitude": "34.393887", + "longitude": "-110.835910", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85932", + "city": "Nutrioso", + "state": "AZ", + "latitude": "33.927014", + "longitude": "-109.221490", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85933", + "city": "Overgaard", + "state": "AZ", + "latitude": "34.392829", + "longitude": "-110.520480", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85934", + "city": "Pinedale", + "state": "AZ", + "latitude": "34.270743", + "longitude": "-110.260320", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85935", + "city": "Pinetop", + "state": "AZ", + "latitude": "34.121008", + "longitude": "-109.915030", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85936", + "city": "Saint Johns", + "state": "AZ", + "latitude": "34.558663", + "longitude": "-109.402540", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85937", + "city": "Snowflake", + "state": "AZ", + "latitude": "34.560896", + "longitude": "-110.036330", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85938", + "city": "Springerville", + "state": "AZ", + "latitude": "34.094597", + "longitude": "-109.222910", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85939", + "city": "Taylor", + "state": "AZ", + "latitude": "34.442667", + "longitude": "-110.091810", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85940", + "city": "Vernon", + "state": "AZ", + "latitude": "34.268984", + "longitude": "-109.675140", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85941", + "city": "Whiteriver", + "state": "AZ", + "latitude": "33.849439", + "longitude": "-110.033340", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "85942", + "city": "Woodruff", + "state": "AZ", + "latitude": "34.778649", + "longitude": "-109.966970", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86001", + "city": "Flagstaff", + "state": "AZ", + "latitude": "35.279872", + "longitude": "-111.722560", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86002", + "city": "Flagstaff", + "state": "AZ", + "latitude": "35.630842", + "longitude": "-112.052427", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86003", + "city": "Flagstaff", + "state": "AZ", + "latitude": "35.630842", + "longitude": "-112.052427", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86004", + "city": "Flagstaff", + "state": "AZ", + "latitude": "35.253002", + "longitude": "-111.448510", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86011", + "city": "Flagstaff", + "state": "AZ", + "latitude": "35.630842", + "longitude": "-112.052427", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86015", + "city": "Bellemont", + "state": "AZ", + "latitude": "35.235694", + "longitude": "-111.830000", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86016", + "city": "Gray Mountain", + "state": "AZ", + "latitude": "35.675689", + "longitude": "-111.494740", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86017", + "city": "Munds Park", + "state": "AZ", + "latitude": "34.937200", + "longitude": "-111.629310", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86018", + "city": "Parks", + "state": "AZ", + "latitude": "35.197566", + "longitude": "-111.932530", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86020", + "city": "Cameron", + "state": "AZ", + "latitude": "36.182818", + "longitude": "-111.547200", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86021", + "city": "Colorado City", + "state": "AZ", + "latitude": "36.985868", + "longitude": "-112.979100", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86022", + "city": "Fredonia", + "state": "AZ", + "latitude": "36.844685", + "longitude": "-112.471070", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86023", + "city": "Grand Canyon", + "state": "AZ", + "latitude": "35.862292", + "longitude": "-112.064980", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86024", + "city": "Happy Jack", + "state": "AZ", + "latitude": "34.690846", + "longitude": "-111.166760", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86025", + "city": "Holbrook", + "state": "AZ", + "latitude": "34.936261", + "longitude": "-110.146980", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86028", + "city": "Petrified Forest Natl Pk", + "state": "AZ", + "latitude": "35.237487", + "longitude": "-109.522950", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86029", + "city": "Sun Valley", + "state": "AZ", + "latitude": "35.285746", + "longitude": "-110.288704", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86030", + "city": "Hotevilla", + "state": "AZ", + "latitude": "36.115339", + "longitude": "-110.615620", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86031", + "city": "Indian Wells", + "state": "AZ", + "latitude": "35.480410", + "longitude": "-110.092280", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86032", + "city": "Joseph City", + "state": "AZ", + "latitude": "35.101925", + "longitude": "-110.425090", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86033", + "city": "Kayenta", + "state": "AZ", + "latitude": "36.608485", + "longitude": "-110.184250", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86034", + "city": "Keams Canyon", + "state": "AZ", + "latitude": "35.765669", + "longitude": "-110.186170", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86035", + "city": "Leupp", + "state": "AZ", + "latitude": "35.335107", + "longitude": "-110.999720", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86036", + "city": "Marble Canyon", + "state": "AZ", + "latitude": "36.618595", + "longitude": "-111.854440", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86038", + "city": "Mormon Lake", + "state": "AZ", + "latitude": "34.908287", + "longitude": "-111.463026", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86039", + "city": "Kykotsmovi Village", + "state": "AZ", + "latitude": "36.000590", + "longitude": "-110.520100", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86040", + "city": "Page", + "state": "AZ", + "latitude": "36.726377", + "longitude": "-111.428400", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86042", + "city": "Polacca", + "state": "AZ", + "latitude": "35.835642", + "longitude": "-110.366280", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86043", + "city": "Second Mesa", + "state": "AZ", + "latitude": "35.777227", + "longitude": "-110.501310", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86044", + "city": "Tonalea", + "state": "AZ", + "latitude": "36.507554", + "longitude": "-110.868040", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86045", + "city": "Tuba City", + "state": "AZ", + "latitude": "36.061184", + "longitude": "-111.068280", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86046", + "city": "Williams", + "state": "AZ", + "latitude": "35.378832", + "longitude": "-112.236570", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86047", + "city": "Winslow", + "state": "AZ", + "latitude": "35.258309", + "longitude": "-110.531280", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86052", + "city": "North Rim", + "state": "AZ", + "latitude": "36.499283", + "longitude": "-112.230390", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86053", + "city": "Kaibito", + "state": "AZ", + "latitude": "36.556111", + "longitude": "-111.104950", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86054", + "city": "Shonto", + "state": "AZ", + "latitude": "36.630103", + "longitude": "-110.650720", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86231", + "city": "Bagdad", + "state": "AZ", + "latitude": "34.581245", + "longitude": "-113.168740", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86301", + "city": "Prescott", + "state": "AZ", + "latitude": "34.589477", + "longitude": "-112.447260", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86302", + "city": "Prescott", + "state": "AZ", + "latitude": "34.574921", + "longitude": "-112.491528", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86303", + "city": "Prescott", + "state": "AZ", + "latitude": "34.515939", + "longitude": "-112.453990", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86304", + "city": "Prescott", + "state": "AZ", + "latitude": "34.596680", + "longitude": "-112.490660", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86305", + "city": "Prescott", + "state": "AZ", + "latitude": "34.700620", + "longitude": "-112.637530", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86312", + "city": "Prescott Valley", + "state": "AZ", + "latitude": "34.668291", + "longitude": "-112.307777", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86313", + "city": "Prescott", + "state": "AZ", + "latitude": "34.706724", + "longitude": "-112.397730", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86314", + "city": "Prescott Valley", + "state": "AZ", + "latitude": "34.621743", + "longitude": "-112.321760", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86320", + "city": "Ash Fork", + "state": "AZ", + "latitude": "35.178163", + "longitude": "-112.564650", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86321", + "city": "Bagdad", + "state": "AZ", + "latitude": "34.543627", + "longitude": "-113.114730", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86322", + "city": "Camp Verde", + "state": "AZ", + "latitude": "34.556478", + "longitude": "-111.843750", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86323", + "city": "Chino Valley", + "state": "AZ", + "latitude": "34.765452", + "longitude": "-112.459310", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86324", + "city": "Clarkdale", + "state": "AZ", + "latitude": "34.767841", + "longitude": "-112.064380", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86325", + "city": "Cornville", + "state": "AZ", + "latitude": "34.718836", + "longitude": "-111.901680", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86326", + "city": "Cottonwood", + "state": "AZ", + "latitude": "34.723788", + "longitude": "-112.010020", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86327", + "city": "Dewey", + "state": "AZ", + "latitude": "34.533237", + "longitude": "-112.206440", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86329", + "city": "Humboldt", + "state": "AZ", + "latitude": "34.518883", + "longitude": "-112.252340", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86330", + "city": "Iron Springs", + "state": "AZ", + "latitude": "34.706724", + "longitude": "-112.397730", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86331", + "city": "Jerome", + "state": "AZ", + "latitude": "34.744280", + "longitude": "-112.145860", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86332", + "city": "Kirkland", + "state": "AZ", + "latitude": "34.426513", + "longitude": "-112.626100", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86333", + "city": "Mayer", + "state": "AZ", + "latitude": "34.339938", + "longitude": "-112.136120", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86334", + "city": "Paulden", + "state": "AZ", + "latitude": "34.910591", + "longitude": "-112.462520", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86335", + "city": "Rimrock", + "state": "AZ", + "latitude": "34.653475", + "longitude": "-111.751030", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86336", + "city": "Sedona", + "state": "AZ", + "latitude": "34.876638", + "longitude": "-111.806660", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86337", + "city": "Seligman", + "state": "AZ", + "latitude": "35.334394", + "longitude": "-113.057740", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86338", + "city": "Skull Valley", + "state": "AZ", + "latitude": "34.557983", + "longitude": "-112.705560", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86339", + "city": "Sedona", + "state": "AZ", + "latitude": "34.907188", + "longitude": "-111.728572", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86340", + "city": "Sedona", + "state": "AZ", + "latitude": "34.706724", + "longitude": "-112.397730", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86341", + "city": "Sedona", + "state": "AZ", + "latitude": "34.776648", + "longitude": "-111.767880", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86342", + "city": "Lake Montezuma", + "state": "AZ", + "latitude": "34.641736", + "longitude": "-111.787154", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86343", + "city": "Crown King", + "state": "AZ", + "latitude": "34.201191", + "longitude": "-112.350100", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86344", + "city": "Paulden", + "state": "AZ", + "latitude": "34.907296", + "longitude": "-112.492365", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86351", + "city": "Sedona", + "state": "AZ", + "latitude": "34.782453", + "longitude": "-111.767640", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86361", + "city": "Bagdad", + "state": "AZ", + "latitude": "34.572995", + "longitude": "-113.183806", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86366", + "city": "Cottonwood", + "state": "AZ", + "latitude": "34.704667", + "longitude": "-111.989364", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86401", + "city": "Kingman", + "state": "AZ", + "latitude": "35.259250", + "longitude": "-113.952250", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86402", + "city": "Kingman", + "state": "AZ", + "latitude": "35.263249", + "longitude": "-114.063651", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86403", + "city": "Lake Havasu City", + "state": "AZ", + "latitude": "34.483582", + "longitude": "-114.336940", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86404", + "city": "Lake Havasu City", + "state": "AZ", + "latitude": "34.546899", + "longitude": "-114.325460", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86405", + "city": "Lake Havasu City", + "state": "AZ", + "latitude": "35.605301", + "longitude": "-113.642712", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86406", + "city": "Lake Havasu City", + "state": "AZ", + "latitude": "34.469945", + "longitude": "-114.278610", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86411", + "city": "Hackberry", + "state": "AZ", + "latitude": "35.605301", + "longitude": "-113.642712", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86412", + "city": "Hualapai", + "state": "AZ", + "latitude": "35.397172", + "longitude": "-113.843241", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86413", + "city": "Golden Valley", + "state": "AZ", + "latitude": "35.190896", + "longitude": "-114.240360", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86422", + "city": "Bullhead City", + "state": "AZ", + "latitude": "35.109303", + "longitude": "-114.574004", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86426", + "city": "Fort Mohave", + "state": "AZ", + "latitude": "35.013495", + "longitude": "-114.585240", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86427", + "city": "Fort Mohave", + "state": "AZ", + "latitude": "35.004290", + "longitude": "-114.581228", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86429", + "city": "Bullhead City", + "state": "AZ", + "latitude": "35.172854", + "longitude": "-114.546960", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86430", + "city": "Bullhead City", + "state": "AZ", + "latitude": "35.256802", + "longitude": "-114.494510", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86431", + "city": "Chloride", + "state": "AZ", + "latitude": "35.413284", + "longitude": "-114.216260", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86432", + "city": "Littlefield", + "state": "AZ", + "latitude": "36.903232", + "longitude": "-113.940240", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86433", + "city": "Oatman", + "state": "AZ", + "latitude": "35.030577", + "longitude": "-114.389280", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86434", + "city": "Peach Springs", + "state": "AZ", + "latitude": "35.482227", + "longitude": "-113.512100", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86435", + "city": "Supai", + "state": "AZ", + "latitude": "36.198652", + "longitude": "-112.510130", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86436", + "city": "Topock", + "state": "AZ", + "latitude": "34.782526", + "longitude": "-114.466300", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86437", + "city": "Valentine", + "state": "AZ", + "latitude": "35.386906", + "longitude": "-113.660650", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86438", + "city": "Yucca", + "state": "AZ", + "latitude": "34.805546", + "longitude": "-114.141750", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86439", + "city": "Bullhead City", + "state": "AZ", + "latitude": "35.095848", + "longitude": "-114.619445", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86440", + "city": "Mohave Valley", + "state": "AZ", + "latitude": "34.888406", + "longitude": "-114.573540", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86441", + "city": "Dolan Springs", + "state": "AZ", + "latitude": "35.607935", + "longitude": "-114.302030", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86442", + "city": "Bullhead City", + "state": "AZ", + "latitude": "35.097719", + "longitude": "-114.597340", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86443", + "city": "Temple Bar Marina", + "state": "AZ", + "latitude": "35.210634", + "longitude": "-114.179228", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86444", + "city": "Meadview", + "state": "AZ", + "latitude": "35.950442", + "longitude": "-114.077830", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86445", + "city": "Willow Beach", + "state": "AZ", + "latitude": "35.605301", + "longitude": "-113.642712", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86446", + "city": "Mohave Valley", + "state": "AZ", + "latitude": "34.849946", + "longitude": "-114.591728", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86502", + "city": "Chambers", + "state": "AZ", + "latitude": "35.213287", + "longitude": "-109.542230", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86503", + "city": "Chinle", + "state": "AZ", + "latitude": "36.165779", + "longitude": "-109.619560", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86504", + "city": "Fort Defiance", + "state": "AZ", + "latitude": "35.771067", + "longitude": "-109.178780", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86505", + "city": "Ganado", + "state": "AZ", + "latitude": "35.665344", + "longitude": "-109.653440", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86506", + "city": "Houck", + "state": "AZ", + "latitude": "35.368902", + "longitude": "-109.221940", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86507", + "city": "Lukachukai", + "state": "AZ", + "latitude": "36.423229", + "longitude": "-109.296890", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86508", + "city": "Lupton", + "state": "AZ", + "latitude": "35.325261", + "longitude": "-109.078470", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86510", + "city": "Pinon", + "state": "AZ", + "latitude": "36.110934", + "longitude": "-110.201810", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86511", + "city": "Saint Michaels", + "state": "AZ", + "latitude": "35.610285", + "longitude": "-109.209300", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86512", + "city": "Sanders", + "state": "AZ", + "latitude": "35.156320", + "longitude": "-109.323090", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86514", + "city": "Teec Nos Pos", + "state": "AZ", + "latitude": "36.880920", + "longitude": "-109.336340", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86515", + "city": "Window Rock", + "state": "AZ", + "latitude": "35.672842", + "longitude": "-109.064950", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86520", + "city": "Blue Gap", + "state": "AZ", + "latitude": "36.045603", + "longitude": "-110.006330", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86535", + "city": "Dennehotso", + "state": "AZ", + "latitude": "36.798893", + "longitude": "-109.864880", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86538", + "city": "Many Farms", + "state": "AZ", + "latitude": "36.374317", + "longitude": "-109.600700", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86540", + "city": "Nazlini", + "state": "AZ", + "latitude": "35.952827", + "longitude": "-109.412970", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86544", + "city": "Red Valley", + "state": "AZ", + "latitude": "36.595590", + "longitude": "-109.118720", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86545", + "city": "Rock Point", + "state": "AZ", + "latitude": "36.662243", + "longitude": "-109.599310", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86547", + "city": "Round Rock", + "state": "AZ", + "latitude": "36.494915", + "longitude": "-109.456130", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86549", + "city": "Sawmill", + "state": "AZ", + "latitude": "35.958014", + "longitude": "-109.175510", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86551", + "city": "Big Park", + "state": "AZ", + "latitude": "34.780464", + "longitude": "-111.759944", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86556", + "city": "Tsaile", + "state": "AZ", + "latitude": "36.272262", + "longitude": "-109.175160", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "86631", + "city": "Jerome", + "state": "AZ", + "latitude": "34.748879", + "longitude": "-112.115853", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "87001", + "city": "Algodones", + "state": "NM", + "latitude": "35.388701", + "longitude": "-106.427930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87002", + "city": "Belen", + "state": "NM", + "latitude": "34.646779", + "longitude": "-106.764800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87004", + "city": "Bernalillo", + "state": "NM", + "latitude": "35.321510", + "longitude": "-106.553220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87005", + "city": "Bluewater", + "state": "NM", + "latitude": "35.209120", + "longitude": "-108.071820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87006", + "city": "Bosque", + "state": "NM", + "latitude": "34.511223", + "longitude": "-106.809270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87007", + "city": "Casa Blanca", + "state": "NM", + "latitude": "35.047954", + "longitude": "-107.451480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87008", + "city": "Cedar Crest", + "state": "NM", + "latitude": "35.136495", + "longitude": "-106.372960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87009", + "city": "Cedarvale", + "state": "NM", + "latitude": "34.650925", + "longitude": "-105.880597", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87010", + "city": "Cerrillos", + "state": "NM", + "latitude": "35.409522", + "longitude": "-106.152020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87011", + "city": "Claunch", + "state": "NM", + "latitude": "34.032895", + "longitude": "-106.030340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87012", + "city": "Coyote", + "state": "NM", + "latitude": "36.195444", + "longitude": "-106.658300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87013", + "city": "Cuba", + "state": "NM", + "latitude": "35.869051", + "longitude": "-107.402270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87014", + "city": "Cubero", + "state": "NM", + "latitude": "35.166618", + "longitude": "-107.505200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87015", + "city": "Edgewood", + "state": "NM", + "latitude": "35.075777", + "longitude": "-106.191550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87016", + "city": "Estancia", + "state": "NM", + "latitude": "34.775863", + "longitude": "-106.122690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87017", + "city": "Gallina", + "state": "NM", + "latitude": "36.187444", + "longitude": "-106.765810", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87018", + "city": "Counselor", + "state": "NM", + "latitude": "36.203634", + "longitude": "-107.494410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87020", + "city": "Grants", + "state": "NM", + "latitude": "35.122129", + "longitude": "-107.907770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87021", + "city": "Milan", + "state": "NM", + "latitude": "35.192539", + "longitude": "-107.893691", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87022", + "city": "Isleta", + "state": "NM", + "latitude": "34.906197", + "longitude": "-106.693010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87023", + "city": "Jarales", + "state": "NM", + "latitude": "34.598268", + "longitude": "-106.759200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87024", + "city": "Jemez Pueblo", + "state": "NM", + "latitude": "35.624111", + "longitude": "-106.737520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87025", + "city": "Jemez Springs", + "state": "NM", + "latitude": "35.822802", + "longitude": "-106.620930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87026", + "city": "Laguna", + "state": "NM", + "latitude": "34.999815", + "longitude": "-107.241090", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87027", + "city": "La Jara", + "state": "NM", + "latitude": "36.151633", + "longitude": "-107.004490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87028", + "city": "La Joya", + "state": "NM", + "latitude": "34.348860", + "longitude": "-106.805300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87029", + "city": "Lindrith", + "state": "NM", + "latitude": "36.343007", + "longitude": "-107.098580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87031", + "city": "Los Lunas", + "state": "NM", + "latitude": "34.786133", + "longitude": "-106.705360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87032", + "city": "McIntosh", + "state": "NM", + "latitude": "34.862981", + "longitude": "-106.013280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87034", + "city": "Pueblo Of Acoma", + "state": "NM", + "latitude": "34.900203", + "longitude": "-107.653650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87035", + "city": "Moriarty", + "state": "NM", + "latitude": "35.001195", + "longitude": "-105.995240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87036", + "city": "Mountainair", + "state": "NM", + "latitude": "34.500604", + "longitude": "-106.276120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87037", + "city": "Nageezi", + "state": "NM", + "latitude": "36.177980", + "longitude": "-107.800370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87038", + "city": "New Laguna", + "state": "NM", + "latitude": "35.054630", + "longitude": "-107.441370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87040", + "city": "Paguate", + "state": "NM", + "latitude": "35.132004", + "longitude": "-107.365640", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87041", + "city": "Pena Blanca", + "state": "NM", + "latitude": "35.584234", + "longitude": "-106.327280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87042", + "city": "Peralta", + "state": "NM", + "latitude": "34.834360", + "longitude": "-106.683750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87043", + "city": "Placitas", + "state": "NM", + "latitude": "35.303843", + "longitude": "-106.443610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87044", + "city": "Ponderosa", + "state": "NM", + "latitude": "35.700027", + "longitude": "-106.653170", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87045", + "city": "Prewitt", + "state": "NM", + "latitude": "35.408295", + "longitude": "-107.988530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87046", + "city": "Regina", + "state": "NM", + "latitude": "35.717420", + "longitude": "-106.935844", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87047", + "city": "Sandia Park", + "state": "NM", + "latitude": "35.179121", + "longitude": "-106.287420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87048", + "city": "Corrales", + "state": "NM", + "latitude": "35.229614", + "longitude": "-106.621410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87049", + "city": "San Fidel", + "state": "NM", + "latitude": "35.087772", + "longitude": "-107.634510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87051", + "city": "San Rafael", + "state": "NM", + "latitude": "35.151050", + "longitude": "-107.877010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87052", + "city": "Santo Domingo Pueblo", + "state": "NM", + "latitude": "35.509184", + "longitude": "-106.350220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87053", + "city": "San Ysidro", + "state": "NM", + "latitude": "35.527064", + "longitude": "-106.808660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87056", + "city": "Stanley", + "state": "NM", + "latitude": "35.230514", + "longitude": "-105.915980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87057", + "city": "Tajique", + "state": "NM", + "latitude": "34.650925", + "longitude": "-105.880597", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87059", + "city": "Tijeras", + "state": "NM", + "latitude": "35.017604", + "longitude": "-106.310440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87060", + "city": "Tome", + "state": "NM", + "latitude": "34.740708", + "longitude": "-106.733620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87061", + "city": "Torreon", + "state": "NM", + "latitude": "34.783472", + "longitude": "-106.365530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87062", + "city": "Veguita", + "state": "NM", + "latitude": "34.460462", + "longitude": "-106.718790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87063", + "city": "Willard", + "state": "NM", + "latitude": "34.432830", + "longitude": "-105.955320", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87064", + "city": "Youngsville", + "state": "NM", + "latitude": "36.111907", + "longitude": "-106.547790", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87068", + "city": "Bosque Farms", + "state": "NM", + "latitude": "34.864034", + "longitude": "-106.689500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87070", + "city": "Clines Corners", + "state": "NM", + "latitude": "35.009930", + "longitude": "-105.972010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87072", + "city": "Cochiti Pueblo", + "state": "NM", + "latitude": "35.612925", + "longitude": "-106.348450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87083", + "city": "Cochiti Lake", + "state": "NM", + "latitude": "35.648976", + "longitude": "-106.338850", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87101", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.199592", + "longitude": "-106.644831", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87102", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.083946", + "longitude": "-106.647920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87103", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87104", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.101727", + "longitude": "-106.672380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87105", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.031329", + "longitude": "-106.686950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87106", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.078246", + "longitude": "-106.617470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87107", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.134094", + "longitude": "-106.640730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87108", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.073343", + "longitude": "-106.582320", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87109", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.155811", + "longitude": "-106.566620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87110", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.106396", + "longitude": "-106.579270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87111", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.135303", + "longitude": "-106.522230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87112", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.100796", + "longitude": "-106.520670", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87113", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.179635", + "longitude": "-106.593840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87114", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.196446", + "longitude": "-106.673360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87115", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.054947", + "longitude": "-106.546128", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87116", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.053147", + "longitude": "-106.551020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87117", + "city": "Kirtland AFB", + "state": "NM", + "latitude": "35.056747", + "longitude": "-106.571978", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87118", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.051847", + "longitude": "-106.594270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87119", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87120", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.146144", + "longitude": "-106.708510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87121", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.051247", + "longitude": "-106.742580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87122", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.180760", + "longitude": "-106.520210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87123", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.067447", + "longitude": "-106.506450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87124", + "city": "Rio Rancho", + "state": "NM", + "latitude": "35.290647", + "longitude": "-106.714690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87125", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87131", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87140", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87144", + "city": "Rio Rancho", + "state": "NM", + "latitude": "35.295331", + "longitude": "-106.645081", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87153", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87154", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87158", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87174", + "city": "Rio Rancho", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87176", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87180", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87181", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87184", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87185", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87187", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87190", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87191", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87192", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87193", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87194", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87195", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87196", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87197", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.108573", + "longitude": "-106.243911", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87198", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87199", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87201", + "city": "Albuquerque", + "state": "NM", + "latitude": "35.044339", + "longitude": "-106.672872", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87301", + "city": "Gallup", + "state": "NM", + "latitude": "35.534253", + "longitude": "-108.848570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87302", + "city": "Gallup", + "state": "NM", + "latitude": "35.480924", + "longitude": "-108.176693", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87305", + "city": "Gallup", + "state": "NM", + "latitude": "35.376892", + "longitude": "-108.786610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87310", + "city": "Brimhall", + "state": "NM", + "latitude": "35.766353", + "longitude": "-108.570460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87311", + "city": "Church Rock", + "state": "NM", + "latitude": "35.598798", + "longitude": "-108.517920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87312", + "city": "Continental Divide", + "state": "NM", + "latitude": "35.442033", + "longitude": "-108.324730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87313", + "city": "Crownpoint", + "state": "NM", + "latitude": "35.761481", + "longitude": "-108.102250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87315", + "city": "Fence Lake", + "state": "NM", + "latitude": "34.737855", + "longitude": "-108.613590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87316", + "city": "Fort Wingate", + "state": "NM", + "latitude": "35.463071", + "longitude": "-108.545950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87317", + "city": "Gamerco", + "state": "NM", + "latitude": "35.597972", + "longitude": "-108.766570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87319", + "city": "Mentmore", + "state": "NM", + "latitude": "35.486269", + "longitude": "-108.904140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87320", + "city": "Mexican Springs", + "state": "NM", + "latitude": "35.799367", + "longitude": "-108.873100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87321", + "city": "Ramah", + "state": "NM", + "latitude": "34.999427", + "longitude": "-108.413040", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87322", + "city": "Rehoboth", + "state": "NM", + "latitude": "35.533134", + "longitude": "-108.652530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87323", + "city": "Thoreau", + "state": "NM", + "latitude": "35.495133", + "longitude": "-108.199930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87325", + "city": "Tohatchi", + "state": "NM", + "latitude": "36.002113", + "longitude": "-108.665500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87326", + "city": "Vanderwagen", + "state": "NM", + "latitude": "35.295558", + "longitude": "-108.812770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87327", + "city": "Zuni", + "state": "NM", + "latitude": "35.069470", + "longitude": "-108.724930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87328", + "city": "Navajo", + "state": "AZ", + "latitude": "35.923348", + "longitude": "-109.082960", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "87347", + "city": "Jamestown", + "state": "NM", + "latitude": "35.453355", + "longitude": "-108.453740", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87357", + "city": "Pinehill", + "state": "NM", + "latitude": "34.888629", + "longitude": "-108.279330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87364", + "city": "Sheep Springs", + "state": "NM", + "latitude": "36.119846", + "longitude": "-108.716650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87365", + "city": "Smith Lake", + "state": "NM", + "latitude": "35.480924", + "longitude": "-108.176693", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87375", + "city": "Yatahey", + "state": "NM", + "latitude": "35.680001", + "longitude": "-108.792650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87378", + "city": "Navajo", + "state": "NM", + "latitude": "35.902329", + "longitude": "-109.031853", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87401", + "city": "Farmington", + "state": "NM", + "latitude": "36.625357", + "longitude": "-108.192250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87402", + "city": "Farmington", + "state": "NM", + "latitude": "36.785816", + "longitude": "-108.145050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87410", + "city": "Aztec", + "state": "NM", + "latitude": "36.837421", + "longitude": "-107.966670", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87412", + "city": "Blanco", + "state": "NM", + "latitude": "36.681819", + "longitude": "-107.481210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87413", + "city": "Bloomfield", + "state": "NM", + "latitude": "36.579374", + "longitude": "-107.879070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87415", + "city": "Flora Vista", + "state": "NM", + "latitude": "36.813748", + "longitude": "-108.095080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87416", + "city": "Fruitland", + "state": "NM", + "latitude": "36.654783", + "longitude": "-108.450010", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87417", + "city": "Kirtland", + "state": "NM", + "latitude": "36.763088", + "longitude": "-108.367400", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87418", + "city": "La Plata", + "state": "NM", + "latitude": "36.927309", + "longitude": "-108.159340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87419", + "city": "Navajo Dam", + "state": "NM", + "latitude": "36.901026", + "longitude": "-107.525050", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87420", + "city": "Shiprock", + "state": "NM", + "latitude": "36.748026", + "longitude": "-108.800230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87421", + "city": "Waterflow", + "state": "NM", + "latitude": "36.877607", + "longitude": "-108.626060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87455", + "city": "Newcomb", + "state": "NM", + "latitude": "36.272472", + "longitude": "-108.791070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87461", + "city": "Sanostee", + "state": "NM", + "latitude": "36.475414", + "longitude": "-108.810890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87499", + "city": "Farmington", + "state": "NM", + "latitude": "36.774472", + "longitude": "-108.069250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87501", + "city": "Santa Fe", + "state": "NM", + "latitude": "35.755312", + "longitude": "-105.999360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87502", + "city": "Santa Fe", + "state": "NM", + "latitude": "35.439937", + "longitude": "-106.123698", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87503", + "city": "Santa Fe", + "state": "NM", + "latitude": "35.521181", + "longitude": "-105.981847", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87504", + "city": "Santa Fe", + "state": "NM", + "latitude": "35.893597", + "longitude": "-106.007499", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87505", + "city": "Santa Fe", + "state": "NM", + "latitude": "35.616662", + "longitude": "-105.979260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87506", + "city": "Santa Fe", + "state": "NM", + "latitude": "35.606283", + "longitude": "-106.075722", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87507", + "city": "Santa Fe", + "state": "NM", + "latitude": "35.615216", + "longitude": "-105.952788", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87508", + "city": "Santa Fe", + "state": "NM", + "latitude": "35.469938", + "longitude": "-105.754453", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87509", + "city": "Santa Fe", + "state": "NM", + "latitude": "35.521181", + "longitude": "-105.981847", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87510", + "city": "Abiquiu", + "state": "NM", + "latitude": "36.299600", + "longitude": "-106.405960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87511", + "city": "Alcalde", + "state": "NM", + "latitude": "36.097705", + "longitude": "-106.042540", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87512", + "city": "Amalia", + "state": "NM", + "latitude": "36.962335", + "longitude": "-105.416280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87513", + "city": "Arroyo Hondo", + "state": "NM", + "latitude": "36.534541", + "longitude": "-105.672440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87514", + "city": "Arroyo Seco", + "state": "NM", + "latitude": "36.546104", + "longitude": "-105.505860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87515", + "city": "Canjilon", + "state": "NM", + "latitude": "36.476265", + "longitude": "-106.409960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87516", + "city": "Canones", + "state": "NM", + "latitude": "36.082439", + "longitude": "-106.467860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87517", + "city": "Carson", + "state": "NM", + "latitude": "36.333259", + "longitude": "-105.811430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87518", + "city": "Cebolla", + "state": "NM", + "latitude": "36.522263", + "longitude": "-106.549180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87519", + "city": "Cerro", + "state": "NM", + "latitude": "36.756688", + "longitude": "-105.638550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87520", + "city": "Chama", + "state": "NM", + "latitude": "36.874229", + "longitude": "-106.551180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87521", + "city": "Chamisal", + "state": "NM", + "latitude": "36.126615", + "longitude": "-105.746510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87522", + "city": "Chimayo", + "state": "NM", + "latitude": "35.997094", + "longitude": "-105.945330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87523", + "city": "Cordova", + "state": "NM", + "latitude": "36.005591", + "longitude": "-105.903255", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87524", + "city": "Costilla", + "state": "NM", + "latitude": "36.959631", + "longitude": "-105.580900", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87525", + "city": "Taos Ski Valley", + "state": "NM", + "latitude": "36.575944", + "longitude": "-105.506020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87527", + "city": "Dixon", + "state": "NM", + "latitude": "36.156600", + "longitude": "-105.841610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87528", + "city": "Dulce", + "state": "NM", + "latitude": "36.818905", + "longitude": "-106.975700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87529", + "city": "El Prado", + "state": "NM", + "latitude": "36.468402", + "longitude": "-105.605470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87530", + "city": "El Rito", + "state": "NM", + "latitude": "36.387967", + "longitude": "-106.234070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87531", + "city": "Embudo", + "state": "NM", + "latitude": "36.248813", + "longitude": "-105.879950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87532", + "city": "Espanola", + "state": "NM", + "latitude": "35.990548", + "longitude": "-106.080360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87533", + "city": "Espanola", + "state": "NM", + "latitude": "36.618928", + "longitude": "-106.755120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87535", + "city": "Glorieta", + "state": "NM", + "latitude": "35.759271", + "longitude": "-105.748410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87537", + "city": "Hernandez", + "state": "NM", + "latitude": "36.094021", + "longitude": "-106.174720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87538", + "city": "Ilfeld", + "state": "NM", + "latitude": "35.456288", + "longitude": "-104.679611", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87539", + "city": "La Madera", + "state": "NM", + "latitude": "36.422525", + "longitude": "-106.061450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87540", + "city": "Lamy", + "state": "NM", + "latitude": "35.434943", + "longitude": "-105.918730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87543", + "city": "Llano", + "state": "NM", + "latitude": "36.129822", + "longitude": "-105.664930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87544", + "city": "Los Alamos", + "state": "NM", + "latitude": "35.868490", + "longitude": "-106.295360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87545", + "city": "Los Alamos", + "state": "NM", + "latitude": "35.863858", + "longitude": "-106.295255", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87548", + "city": "Medanales", + "state": "NM", + "latitude": "36.176340", + "longitude": "-106.184890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87549", + "city": "Ojo Caliente", + "state": "NM", + "latitude": "36.362617", + "longitude": "-106.025230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87551", + "city": "Los Ojos", + "state": "NM", + "latitude": "36.700526", + "longitude": "-106.636950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87552", + "city": "Pecos", + "state": "NM", + "latitude": "35.622261", + "longitude": "-105.642200", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87553", + "city": "Penasco", + "state": "NM", + "latitude": "36.191998", + "longitude": "-105.715430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87554", + "city": "Petaca", + "state": "NM", + "latitude": "36.465416", + "longitude": "-106.578513", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87556", + "city": "Questa", + "state": "NM", + "latitude": "36.735033", + "longitude": "-105.586020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87557", + "city": "Ranchos De Taos", + "state": "NM", + "latitude": "36.377149", + "longitude": "-105.679630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87558", + "city": "Red River", + "state": "NM", + "latitude": "36.705987", + "longitude": "-105.395500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87560", + "city": "Ribera", + "state": "NM", + "latitude": "35.249513", + "longitude": "-105.576580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87562", + "city": "Rowe", + "state": "NM", + "latitude": "35.498227", + "longitude": "-105.676710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87564", + "city": "San Cristobal", + "state": "NM", + "latitude": "36.610705", + "longitude": "-105.644420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87565", + "city": "San Jose", + "state": "NM", + "latitude": "35.454443", + "longitude": "-105.503370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87566", + "city": "San Juan Pueblo", + "state": "NM", + "latitude": "36.074403", + "longitude": "-106.079520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87567", + "city": "Santa Cruz", + "state": "NM", + "latitude": "35.994909", + "longitude": "-106.032820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87569", + "city": "Serafina", + "state": "NM", + "latitude": "35.345618", + "longitude": "-105.262330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87571", + "city": "Taos", + "state": "NM", + "latitude": "36.414942", + "longitude": "-105.580800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87573", + "city": "Tererro", + "state": "NM", + "latitude": "35.795217", + "longitude": "-105.657990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87574", + "city": "Tesuque", + "state": "NM", + "latitude": "35.787442", + "longitude": "-105.915713", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87575", + "city": "Tierra Amarilla", + "state": "NM", + "latitude": "36.648630", + "longitude": "-106.540910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87576", + "city": "Trampas", + "state": "NM", + "latitude": "36.504515", + "longitude": "-105.629240", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87577", + "city": "Tres Piedras", + "state": "NM", + "latitude": "36.631809", + "longitude": "-105.926700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87578", + "city": "Truchas", + "state": "NM", + "latitude": "36.036721", + "longitude": "-105.787020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87579", + "city": "Vadito", + "state": "NM", + "latitude": "36.160484", + "longitude": "-105.560450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87580", + "city": "Valdez", + "state": "NM", + "latitude": "36.546068", + "longitude": "-105.607280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87581", + "city": "Vallecitos", + "state": "NM", + "latitude": "36.537146", + "longitude": "-106.133950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87582", + "city": "Velarde", + "state": "NM", + "latitude": "36.147730", + "longitude": "-105.988660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87583", + "city": "Villanueva", + "state": "NM", + "latitude": "35.276415", + "longitude": "-105.337590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87585", + "city": "Santa Fe", + "state": "NM", + "latitude": "35.632858", + "longitude": "-106.044394", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87592", + "city": "Santa Fe", + "state": "NM", + "latitude": "35.521181", + "longitude": "-105.981847", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87594", + "city": "Santa Fe", + "state": "NM", + "latitude": "35.521181", + "longitude": "-105.981847", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87701", + "city": "Las Vegas", + "state": "NM", + "latitude": "35.594103", + "longitude": "-105.081420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87710", + "city": "Angel Fire", + "state": "NM", + "latitude": "36.363506", + "longitude": "-105.248770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87711", + "city": "Anton Chico", + "state": "NM", + "latitude": "35.203048", + "longitude": "-105.154260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87712", + "city": "Buena Vista", + "state": "NM", + "latitude": "35.881516", + "longitude": "-105.184980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87713", + "city": "Chacon", + "state": "NM", + "latitude": "36.147950", + "longitude": "-105.373020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87714", + "city": "Cimarron", + "state": "NM", + "latitude": "36.599560", + "longitude": "-105.013330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87715", + "city": "Cleveland", + "state": "NM", + "latitude": "36.006137", + "longitude": "-105.398310", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87718", + "city": "Eagle Nest", + "state": "NM", + "latitude": "36.595247", + "longitude": "-105.291650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87722", + "city": "Guadalupita", + "state": "NM", + "latitude": "36.188161", + "longitude": "-105.230430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87723", + "city": "Holman", + "state": "NM", + "latitude": "36.045092", + "longitude": "-105.383300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87724", + "city": "La Loma", + "state": "NM", + "latitude": "35.173408", + "longitude": "-104.982720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87728", + "city": "Maxwell", + "state": "NM", + "latitude": "36.565525", + "longitude": "-104.520490", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87729", + "city": "Miami", + "state": "NM", + "latitude": "36.358816", + "longitude": "-104.826180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87730", + "city": "Mills", + "state": "NM", + "latitude": "36.132502", + "longitude": "-104.239020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87731", + "city": "Montezuma", + "state": "NM", + "latitude": "35.711505", + "longitude": "-105.414060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87732", + "city": "Mora", + "state": "NM", + "latitude": "35.971938", + "longitude": "-105.341370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87733", + "city": "Mosquero", + "state": "NM", + "latitude": "35.803640", + "longitude": "-103.900510", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87734", + "city": "Ocate", + "state": "NM", + "latitude": "36.197152", + "longitude": "-105.107270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87735", + "city": "Ojo Feliz", + "state": "NM", + "latitude": "36.074211", + "longitude": "-105.115860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87736", + "city": "Rainsville", + "state": "NM", + "latitude": "35.974115", + "longitude": "-105.176330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87740", + "city": "Raton", + "state": "NM", + "latitude": "36.787670", + "longitude": "-104.386930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87742", + "city": "Rociada", + "state": "NM", + "latitude": "35.856035", + "longitude": "-105.425960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87743", + "city": "Roy", + "state": "NM", + "latitude": "36.004279", + "longitude": "-103.863530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87745", + "city": "Sapello", + "state": "NM", + "latitude": "35.751778", + "longitude": "-105.225800", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87746", + "city": "Solano", + "state": "NM", + "latitude": "35.804116", + "longitude": "-103.902091", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87747", + "city": "Springer", + "state": "NM", + "latitude": "36.366344", + "longitude": "-104.392110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87749", + "city": "Ute Park", + "state": "NM", + "latitude": "36.606924", + "longitude": "-104.692463", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87750", + "city": "Valmora", + "state": "NM", + "latitude": "35.798216", + "longitude": "-104.850070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87752", + "city": "Wagon Mound", + "state": "NM", + "latitude": "36.022390", + "longitude": "-104.650180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87753", + "city": "Watrous", + "state": "NM", + "latitude": "35.880398", + "longitude": "-104.989250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87801", + "city": "Socorro", + "state": "NM", + "latitude": "33.953237", + "longitude": "-106.937220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87820", + "city": "Aragon", + "state": "NM", + "latitude": "33.871414", + "longitude": "-108.575470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87821", + "city": "Datil", + "state": "NM", + "latitude": "33.934215", + "longitude": "-108.058890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87823", + "city": "Lemitar", + "state": "NM", + "latitude": "34.150585", + "longitude": "-106.928140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87824", + "city": "Luna", + "state": "NM", + "latitude": "33.879513", + "longitude": "-108.919770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87825", + "city": "Magdalena", + "state": "NM", + "latitude": "34.139451", + "longitude": "-107.368160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87827", + "city": "Pie Town", + "state": "NM", + "latitude": "34.387137", + "longitude": "-108.145280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87828", + "city": "Polvadera", + "state": "NM", + "latitude": "34.201613", + "longitude": "-106.921460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87829", + "city": "Quemado", + "state": "NM", + "latitude": "34.330192", + "longitude": "-108.638990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87830", + "city": "Reserve", + "state": "NM", + "latitude": "33.638186", + "longitude": "-108.663870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87831", + "city": "San Acacia", + "state": "NM", + "latitude": "34.326229", + "longitude": "-106.877340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87832", + "city": "San Antonio", + "state": "NM", + "latitude": "34.046275", + "longitude": "-106.602850", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87901", + "city": "Truth Or Consequences", + "state": "NM", + "latitude": "33.148245", + "longitude": "-107.187410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87910", + "city": "Truth or Consequences", + "state": "NM", + "latitude": "33.127764", + "longitude": "-107.260088", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87930", + "city": "Arrey", + "state": "NM", + "latitude": "32.807462", + "longitude": "-107.326550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87931", + "city": "Caballo", + "state": "NM", + "latitude": "32.969955", + "longitude": "-107.363220", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87933", + "city": "Derry", + "state": "NM", + "latitude": "32.791076", + "longitude": "-107.286520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87935", + "city": "Elephant Butte", + "state": "NM", + "latitude": "33.208473", + "longitude": "-107.220650", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87936", + "city": "Garfield", + "state": "NM", + "latitude": "32.760034", + "longitude": "-107.275350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87937", + "city": "Hatch", + "state": "NM", + "latitude": "32.603957", + "longitude": "-107.168060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87939", + "city": "Monticello", + "state": "NM", + "latitude": "33.377012", + "longitude": "-107.433370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87940", + "city": "Rincon", + "state": "NM", + "latitude": "32.620805", + "longitude": "-107.021610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87941", + "city": "Salem", + "state": "NM", + "latitude": "32.699873", + "longitude": "-107.137940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87942", + "city": "Williamsburg", + "state": "NM", + "latitude": "33.095526", + "longitude": "-107.353930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87943", + "city": "Winston", + "state": "NM", + "latitude": "33.252863", + "longitude": "-107.691830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "87945", + "city": "Williamsburg", + "state": "NM", + "latitude": "33.116336", + "longitude": "-107.287470", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88001", + "city": "Las Cruces", + "state": "NM", + "latitude": "32.300193", + "longitude": "-106.760780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88002", + "city": "White Sands Missile Range", + "state": "NM", + "latitude": "32.355099", + "longitude": "-106.468840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88003", + "city": "Las Cruces", + "state": "NM", + "latitude": "32.279944", + "longitude": "-106.754100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88004", + "city": "Las Cruces", + "state": "NM", + "latitude": "32.204171", + "longitude": "-106.930520", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88005", + "city": "Las Cruces", + "state": "NM", + "latitude": "32.347752", + "longitude": "-106.814630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88006", + "city": "Las Cruces", + "state": "NM", + "latitude": "32.305193", + "longitude": "-106.786259", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88007", + "city": "Las Cruces", + "state": "NM", + "latitude": "32.356091", + "longitude": "-106.830111", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88008", + "city": "Santa Teresa", + "state": "NM", + "latitude": "31.879712", + "longitude": "-106.717630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88009", + "city": "Playas", + "state": "NM", + "latitude": "31.859178", + "longitude": "-108.539850", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88011", + "city": "Las Cruces", + "state": "NM", + "latitude": "32.312506", + "longitude": "-106.703060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88012", + "city": "Las Cruces", + "state": "NM", + "latitude": "32.417871", + "longitude": "-106.697700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88018", + "city": "Sunland Park", + "state": "NM", + "latitude": "31.840649", + "longitude": "-106.615936", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88020", + "city": "Animas", + "state": "NM", + "latitude": "31.861247", + "longitude": "-108.815150", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88021", + "city": "Anthony", + "state": "NM", + "latitude": "32.013822", + "longitude": "-106.544300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88022", + "city": "Arenas Valley", + "state": "NM", + "latitude": "32.781205", + "longitude": "-108.157950", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88023", + "city": "Bayard", + "state": "NM", + "latitude": "32.774869", + "longitude": "-108.107360", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88024", + "city": "Berino", + "state": "NM", + "latitude": "32.068299", + "longitude": "-106.616890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88025", + "city": "Buckhorn", + "state": "NM", + "latitude": "33.034435", + "longitude": "-108.703020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88026", + "city": "Santa Clara", + "state": "NM", + "latitude": "32.775681", + "longitude": "-108.153590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88027", + "city": "Chamberino", + "state": "NM", + "latitude": "32.036669", + "longitude": "-106.685160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88028", + "city": "Cliff", + "state": "NM", + "latitude": "32.536670", + "longitude": "-108.327898", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88029", + "city": "Columbus", + "state": "NM", + "latitude": "31.823645", + "longitude": "-107.735290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88030", + "city": "Deming", + "state": "NM", + "latitude": "32.223023", + "longitude": "-107.712820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88031", + "city": "Deming", + "state": "NM", + "latitude": "32.239815", + "longitude": "-107.740420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88032", + "city": "Dona Ana", + "state": "NM", + "latitude": "32.393919", + "longitude": "-106.800976", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88033", + "city": "Fairacres", + "state": "NM", + "latitude": "32.195630", + "longitude": "-107.104610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88034", + "city": "Faywood", + "state": "NM", + "latitude": "32.693536", + "longitude": "-107.906536", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88036", + "city": "Fort Bayard", + "state": "NM", + "latitude": "32.815317", + "longitude": "-108.150860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88038", + "city": "Gila", + "state": "NM", + "latitude": "32.961804", + "longitude": "-108.440420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88039", + "city": "Glenwood", + "state": "NM", + "latitude": "33.401692", + "longitude": "-108.635750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88040", + "city": "Hachita", + "state": "NM", + "latitude": "31.928038", + "longitude": "-108.364500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88041", + "city": "Hanover", + "state": "NM", + "latitude": "32.726051", + "longitude": "-107.978070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88042", + "city": "Hillsboro", + "state": "NM", + "latitude": "32.834372", + "longitude": "-107.597610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88043", + "city": "Hurley", + "state": "NM", + "latitude": "32.673398", + "longitude": "-108.116250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88044", + "city": "La Mesa", + "state": "NM", + "latitude": "32.149321", + "longitude": "-106.722830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88045", + "city": "Lordsburg", + "state": "NM", + "latitude": "32.350444", + "longitude": "-108.739560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88046", + "city": "Mesilla", + "state": "NM", + "latitude": "32.267993", + "longitude": "-106.805867", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88047", + "city": "Mesilla Park", + "state": "NM", + "latitude": "32.213198", + "longitude": "-106.719910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88048", + "city": "Mesquite", + "state": "NM", + "latitude": "32.152569", + "longitude": "-106.661120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88049", + "city": "Mimbres", + "state": "NM", + "latitude": "33.029102", + "longitude": "-108.141140", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88051", + "city": "Mule Creek", + "state": "NM", + "latitude": "33.091874", + "longitude": "-108.940070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88052", + "city": "Organ", + "state": "NM", + "latitude": "32.437435", + "longitude": "-106.602560", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88053", + "city": "Pinos Altos", + "state": "NM", + "latitude": "32.872349", + "longitude": "-108.218160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88054", + "city": "Radium Springs", + "state": "NM", + "latitude": "32.488841", + "longitude": "-106.914575", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88055", + "city": "Redrock", + "state": "NM", + "latitude": "32.802474", + "longitude": "-108.903410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88056", + "city": "Rodeo", + "state": "NM", + "latitude": "31.766132", + "longitude": "-108.933890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88058", + "city": "San Miguel", + "state": "NM", + "latitude": "32.418150", + "longitude": "-106.820075", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88061", + "city": "Silver City", + "state": "NM", + "latitude": "32.729758", + "longitude": "-108.302060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88062", + "city": "Silver City", + "state": "NM", + "latitude": "32.728228", + "longitude": "-108.137931", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88063", + "city": "Sunland Park", + "state": "NM", + "latitude": "31.799253", + "longitude": "-106.577710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88065", + "city": "Tyrone", + "state": "NM", + "latitude": "32.707876", + "longitude": "-108.302570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88072", + "city": "Vado", + "state": "NM", + "latitude": "32.123655", + "longitude": "-106.638460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88081", + "city": "Chaparral", + "state": "NM", + "latitude": "32.031665", + "longitude": "-106.400486", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88085", + "city": "Las Cruces", + "state": "NM", + "latitude": "32.336251", + "longitude": "-106.792993", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88100", + "city": "Grady", + "state": "NM", + "latitude": "34.670500", + "longitude": "-103.329901", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88101", + "city": "Clovis", + "state": "NM", + "latitude": "34.432846", + "longitude": "-103.225890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88102", + "city": "Clovis", + "state": "NM", + "latitude": "34.628472", + "longitude": "-103.391269", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88103", + "city": "Cannon AFB", + "state": "NM", + "latitude": "34.401452", + "longitude": "-103.326445", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88112", + "city": "Broadview", + "state": "NM", + "latitude": "34.857544", + "longitude": "-103.151930", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88113", + "city": "Causey", + "state": "NM", + "latitude": "33.843464", + "longitude": "-103.100020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88114", + "city": "Crossroads", + "state": "NM", + "latitude": "33.526887", + "longitude": "-103.323920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88115", + "city": "Dora", + "state": "NM", + "latitude": "33.931311", + "longitude": "-103.354590", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88116", + "city": "Elida", + "state": "NM", + "latitude": "33.796920", + "longitude": "-103.875750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88118", + "city": "Floyd", + "state": "NM", + "latitude": "34.215025", + "longitude": "-103.615760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88119", + "city": "Fort Sumner", + "state": "NM", + "latitude": "34.346673", + "longitude": "-104.242420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88120", + "city": "Grady", + "state": "NM", + "latitude": "34.865507", + "longitude": "-103.406190", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88121", + "city": "House", + "state": "NM", + "latitude": "34.706943", + "longitude": "-103.974750", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88122", + "city": "Kenna", + "state": "NM", + "latitude": "33.883159", + "longitude": "-103.709525", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88123", + "city": "Lingo", + "state": "NM", + "latitude": "33.717607", + "longitude": "-103.145119", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88124", + "city": "Melrose", + "state": "NM", + "latitude": "34.528601", + "longitude": "-103.625670", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88125", + "city": "Milnesand", + "state": "NM", + "latitude": "33.628946", + "longitude": "-103.183700", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88126", + "city": "Pep", + "state": "NM", + "latitude": "33.793145", + "longitude": "-103.277410", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88130", + "city": "Portales", + "state": "NM", + "latitude": "34.166231", + "longitude": "-103.342550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88132", + "city": "Rogers", + "state": "NM", + "latitude": "33.922767", + "longitude": "-103.161380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88133", + "city": "Saint Vrain", + "state": "NM", + "latitude": "34.475607", + "longitude": "-103.466860", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88134", + "city": "Taiban", + "state": "NM", + "latitude": "34.429099", + "longitude": "-103.966330", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88135", + "city": "Texico", + "state": "NM", + "latitude": "34.511478", + "longitude": "-103.068690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88136", + "city": "Yeso", + "state": "NM", + "latitude": "34.321787", + "longitude": "-104.730500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88201", + "city": "Roswell", + "state": "NM", + "latitude": "33.485178", + "longitude": "-104.550890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88202", + "city": "Roswell", + "state": "NM", + "latitude": "33.303825", + "longitude": "-104.431788", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88203", + "city": "Roswell", + "state": "NM", + "latitude": "33.363439", + "longitude": "-104.524894", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88210", + "city": "Artesia", + "state": "NM", + "latitude": "32.795467", + "longitude": "-104.380830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88211", + "city": "Artesia", + "state": "NM", + "latitude": "32.753571", + "longitude": "-104.328113", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88213", + "city": "Caprock", + "state": "NM", + "latitude": "33.455761", + "longitude": "-103.638430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88220", + "city": "Carlsbad", + "state": "NM", + "latitude": "32.408311", + "longitude": "-104.291340", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88221", + "city": "Carlsbad", + "state": "NM", + "latitude": "32.342033", + "longitude": "-104.293691", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88230", + "city": "Dexter", + "state": "NM", + "latitude": "33.244151", + "longitude": "-104.333400", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88231", + "city": "Eunice", + "state": "NM", + "latitude": "32.439762", + "longitude": "-103.235980", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88232", + "city": "Hagerman", + "state": "NM", + "latitude": "33.060827", + "longitude": "-104.337080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88240", + "city": "Hobbs", + "state": "NM", + "latitude": "32.707780", + "longitude": "-103.166160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88241", + "city": "Hobbs", + "state": "NM", + "latitude": "32.747500", + "longitude": "-103.216516", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88242", + "city": "Hobbs", + "state": "NM", + "latitude": "32.787805", + "longitude": "-103.145920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88244", + "city": "Hobbs", + "state": "NM", + "latitude": "32.785417", + "longitude": "-103.433804", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88250", + "city": "Hope", + "state": "NM", + "latitude": "32.735982", + "longitude": "-104.885760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88252", + "city": "Jal", + "state": "NM", + "latitude": "32.188493", + "longitude": "-103.268080", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88253", + "city": "Lake Arthur", + "state": "NM", + "latitude": "32.954421", + "longitude": "-104.451870", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88254", + "city": "Lakewood", + "state": "NM", + "latitude": "32.658860", + "longitude": "-104.451280", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88255", + "city": "Loco Hills", + "state": "NM", + "latitude": "32.742090", + "longitude": "-103.961390", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88256", + "city": "Loving", + "state": "NM", + "latitude": "32.279360", + "longitude": "-103.987840", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88260", + "city": "Lovington", + "state": "NM", + "latitude": "32.901887", + "longitude": "-103.446230", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88262", + "city": "McDonald", + "state": "NM", + "latitude": "33.148388", + "longitude": "-103.352160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88263", + "city": "Malaga", + "state": "NM", + "latitude": "32.079363", + "longitude": "-103.972000", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88264", + "city": "Maljamar", + "state": "NM", + "latitude": "32.878526", + "longitude": "-103.713990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88265", + "city": "Monument", + "state": "NM", + "latitude": "32.590107", + "longitude": "-103.308570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88267", + "city": "Tatum", + "state": "NM", + "latitude": "33.270355", + "longitude": "-103.423770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88268", + "city": "Whites City", + "state": "NM", + "latitude": "32.188634", + "longitude": "-104.361530", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88301", + "city": "Carrizozo", + "state": "NM", + "latitude": "33.710312", + "longitude": "-105.882180", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88310", + "city": "Alamogordo", + "state": "NM", + "latitude": "32.839921", + "longitude": "-105.975610", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88311", + "city": "Alamogordo", + "state": "NM", + "latitude": "32.695546", + "longitude": "-105.612595", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88312", + "city": "Alto", + "state": "NM", + "latitude": "33.420542", + "longitude": "-105.635990", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88314", + "city": "Bent", + "state": "NM", + "latitude": "33.158737", + "longitude": "-105.851960", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88315", + "city": "Boles Acres", + "state": "NM", + "latitude": "32.806612", + "longitude": "-105.990020", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88316", + "city": "Capitan", + "state": "NM", + "latitude": "33.722955", + "longitude": "-105.413260", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88317", + "city": "Cloudcroft", + "state": "NM", + "latitude": "32.943661", + "longitude": "-105.685680", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88318", + "city": "Corona", + "state": "NM", + "latitude": "34.156361", + "longitude": "-105.332380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88321", + "city": "Encino", + "state": "NM", + "latitude": "34.750736", + "longitude": "-105.513070", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88323", + "city": "Fort Stanton", + "state": "NM", + "latitude": "33.492448", + "longitude": "-105.530210", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88324", + "city": "Glencoe", + "state": "NM", + "latitude": "33.429637", + "longitude": "-105.484890", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88325", + "city": "High Rolls Mountain Park", + "state": "NM", + "latitude": "32.902131", + "longitude": "-105.813380", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88330", + "city": "Holloman Air Force Base", + "state": "NM", + "latitude": "32.841331", + "longitude": "-106.079480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88332", + "city": "La Luz", + "state": "NM", + "latitude": "32.980058", + "longitude": "-105.938768", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88336", + "city": "Hondo", + "state": "NM", + "latitude": "33.285158", + "longitude": "-105.267830", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88337", + "city": "La Luz", + "state": "NM", + "latitude": "33.001397", + "longitude": "-105.915120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88338", + "city": "Lincoln", + "state": "NM", + "latitude": "33.479136", + "longitude": "-105.358120", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88339", + "city": "Mayhill", + "state": "NM", + "latitude": "32.923979", + "longitude": "-105.405420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88340", + "city": "Mescalero", + "state": "NM", + "latitude": "33.157278", + "longitude": "-105.732660", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88341", + "city": "Nogal", + "state": "NM", + "latitude": "33.520074", + "longitude": "-105.730720", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88342", + "city": "Orogrande", + "state": "NM", + "latitude": "32.405061", + "longitude": "-106.079686", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88343", + "city": "Picacho", + "state": "NM", + "latitude": "33.267631", + "longitude": "-105.019690", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88344", + "city": "Pinon", + "state": "NM", + "latitude": "32.663082", + "longitude": "-105.361350", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88345", + "city": "Ruidoso", + "state": "NM", + "latitude": "33.350032", + "longitude": "-105.666370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88346", + "city": "Ruidoso Downs", + "state": "NM", + "latitude": "33.342426", + "longitude": "-105.566940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88347", + "city": "Sacramento", + "state": "NM", + "latitude": "32.789854", + "longitude": "-105.604370", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88348", + "city": "San Patricio", + "state": "NM", + "latitude": "33.415814", + "longitude": "-105.360460", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88349", + "city": "Sunspot", + "state": "NM", + "latitude": "32.867200", + "longitude": "-105.781129", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88350", + "city": "Timberon", + "state": "NM", + "latitude": "32.629637", + "longitude": "-105.686630", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88351", + "city": "Tinnie", + "state": "NM", + "latitude": "33.480197", + "longitude": "-105.017550", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88352", + "city": "Tularosa", + "state": "NM", + "latitude": "33.098649", + "longitude": "-106.020580", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88353", + "city": "Vaughn", + "state": "NM", + "latitude": "34.585906", + "longitude": "-105.143920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88354", + "city": "Weed", + "state": "NM", + "latitude": "32.783249", + "longitude": "-105.473060", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88355", + "city": "Ruidoso", + "state": "NM", + "latitude": "33.330502", + "longitude": "-105.693322", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88401", + "city": "Tucumcari", + "state": "NM", + "latitude": "35.103769", + "longitude": "-103.776760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88410", + "city": "Amistad", + "state": "NM", + "latitude": "35.890633", + "longitude": "-103.201940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88411", + "city": "Bard", + "state": "NM", + "latitude": "35.174099", + "longitude": "-103.184440", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88414", + "city": "Capulin", + "state": "NM", + "latitude": "36.740696", + "longitude": "-103.993290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88415", + "city": "Clayton", + "state": "NM", + "latitude": "36.387827", + "longitude": "-103.222160", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88416", + "city": "Conchas Dam", + "state": "NM", + "latitude": "35.387857", + "longitude": "-104.182760", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88417", + "city": "Cuervo", + "state": "NM", + "latitude": "35.014908", + "longitude": "-104.417780", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88418", + "city": "Des Moines", + "state": "NM", + "latitude": "36.734124", + "longitude": "-103.747910", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88419", + "city": "Folsom", + "state": "NM", + "latitude": "36.896078", + "longitude": "-103.569420", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88421", + "city": "Garita", + "state": "NM", + "latitude": "35.313786", + "longitude": "-104.475670", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88422", + "city": "Gladstone", + "state": "NM", + "latitude": "36.353757", + "longitude": "-103.965710", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88424", + "city": "Grenville", + "state": "NM", + "latitude": "36.458919", + "longitude": "-103.621430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88426", + "city": "Logan", + "state": "NM", + "latitude": "35.348463", + "longitude": "-103.390450", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88427", + "city": "McAlister", + "state": "NM", + "latitude": "34.770332", + "longitude": "-103.811620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88429", + "city": "Mount Dora", + "state": "NM", + "latitude": "36.369783", + "longitude": "-103.505541", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88430", + "city": "Nara Visa", + "state": "NM", + "latitude": "35.644244", + "longitude": "-103.219730", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88431", + "city": "Newkirk", + "state": "NM", + "latitude": "35.157683", + "longitude": "-104.215100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88433", + "city": "Quay", + "state": "NM", + "latitude": "34.916697", + "longitude": "-103.778184", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88434", + "city": "San Jon", + "state": "NM", + "latitude": "35.098357", + "longitude": "-103.340270", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88435", + "city": "Santa Rosa", + "state": "NM", + "latitude": "34.862953", + "longitude": "-104.813620", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88436", + "city": "Sedan", + "state": "NM", + "latitude": "36.137255", + "longitude": "-103.123110", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88437", + "city": "Seneca", + "state": "NM", + "latitude": "36.710694", + "longitude": "-103.149250", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88439", + "city": "Trementina", + "state": "NM", + "latitude": "35.456288", + "longitude": "-104.679611", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88441", + "city": "Bell Ranch", + "state": "NM", + "latitude": "35.456288", + "longitude": "-104.679611", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88510", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88511", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88512", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88513", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88514", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88515", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88516", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88517", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88518", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88519", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88520", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88521", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88523", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88524", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88525", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88526", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88527", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88528", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88529", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88530", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88531", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88532", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88533", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88534", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88535", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88536", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88538", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88539", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88540", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88541", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88542", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88543", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88544", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88545", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88546", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88547", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88548", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88549", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88550", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88553", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88554", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88555", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88556", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88557", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88558", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88559", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88560", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88561", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88562", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88563", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88565", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88566", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88567", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88568", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88569", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88570", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88571", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88572", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88573", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88574", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88575", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88576", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88577", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88578", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88579", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88580", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88581", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88582", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88583", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88584", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88585", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88586", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88587", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88588", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88589", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88590", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88595", + "city": "El Paso", + "state": "TX", + "latitude": "31.694842", + "longitude": "-106.299987", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88603", + "city": "Roswell", + "state": "NM", + "latitude": "33.361658", + "longitude": "-104.528038", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "88901", + "city": "The Lakes", + "state": "NV", + "latitude": "36.322484", + "longitude": "-114.819717", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "88905", + "city": "The Lakes", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89001", + "city": "Alamo", + "state": "NV", + "latitude": "37.381946", + "longitude": "-115.315020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89003", + "city": "Beatty", + "state": "NV", + "latitude": "37.027453", + "longitude": "-116.840110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89004", + "city": "Blue Diamond", + "state": "NV", + "latitude": "36.046247", + "longitude": "-115.404830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89005", + "city": "Boulder City", + "state": "NV", + "latitude": "35.968615", + "longitude": "-114.833540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89006", + "city": "Boulder City", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89007", + "city": "Bunkerville", + "state": "NV", + "latitude": "36.766887", + "longitude": "-114.132980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89008", + "city": "Caliente", + "state": "NV", + "latitude": "37.488849", + "longitude": "-114.453740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89009", + "city": "Henderson", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89010", + "city": "Dyer", + "state": "NV", + "latitude": "37.751707", + "longitude": "-118.085920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89011", + "city": "Henderson", + "state": "NV", + "latitude": "36.121607", + "longitude": "-114.925140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89012", + "city": "Henderson", + "state": "NV", + "latitude": "36.017578", + "longitude": "-115.054380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89013", + "city": "Goldfield", + "state": "NV", + "latitude": "37.571495", + "longitude": "-117.315070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89014", + "city": "Henderson", + "state": "NV", + "latitude": "36.045811", + "longitude": "-115.077800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89015", + "city": "Henderson", + "state": "NV", + "latitude": "36.030927", + "longitude": "-114.967870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89016", + "city": "Henderson", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89017", + "city": "Hiko", + "state": "NV", + "latitude": "37.592182", + "longitude": "-115.286760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89018", + "city": "Indian Springs", + "state": "NV", + "latitude": "36.573712", + "longitude": "-115.670240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89019", + "city": "Jean", + "state": "NV", + "latitude": "35.801952", + "longitude": "-115.578190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89020", + "city": "Amargosa Valley", + "state": "NV", + "latitude": "36.525130", + "longitude": "-116.461730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89021", + "city": "Logandale", + "state": "NV", + "latitude": "36.616546", + "longitude": "-114.471840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89022", + "city": "Manhattan", + "state": "NV", + "latitude": "38.738647", + "longitude": "-117.078900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89023", + "city": "Mercury", + "state": "NV", + "latitude": "37.583805", + "longitude": "-116.598559", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89024", + "city": "Mesquite", + "state": "AZ", + "latitude": "36.789432", + "longitude": "-114.010420", + "timezone": "-7", + "dst": "0" + }, + { + "zip": "89025", + "city": "Moapa", + "state": "NV", + "latitude": "36.674946", + "longitude": "-114.664880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89026", + "city": "Jean", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89027", + "city": "Mesquite", + "state": "NV", + "latitude": "36.804651", + "longitude": "-114.087490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89028", + "city": "Laughlin", + "state": "NV", + "latitude": "35.013978", + "longitude": "-114.644700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89029", + "city": "Laughlin", + "state": "NV", + "latitude": "35.138674", + "longitude": "-114.628750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89030", + "city": "North Las Vegas", + "state": "NV", + "latitude": "36.206419", + "longitude": "-115.123180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89031", + "city": "North Las Vegas", + "state": "NV", + "latitude": "36.256479", + "longitude": "-115.161390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89032", + "city": "North Las Vegas", + "state": "NV", + "latitude": "36.224218", + "longitude": "-115.176300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89033", + "city": "North Las Vegas", + "state": "NV", + "latitude": "36.284511", + "longitude": "-115.134488", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89036", + "city": "North Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89039", + "city": "Cal Nev Ari", + "state": "NV", + "latitude": "35.282990", + "longitude": "-114.872990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89040", + "city": "Overton", + "state": "NV", + "latitude": "36.540495", + "longitude": "-114.454780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89041", + "city": "Pahrump", + "state": "NV", + "latitude": "36.655797", + "longitude": "-116.004795", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89042", + "city": "Panaca", + "state": "NV", + "latitude": "37.785734", + "longitude": "-114.383990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89043", + "city": "Pioche", + "state": "NV", + "latitude": "38.122239", + "longitude": "-114.403180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89045", + "city": "Round Mountain", + "state": "NV", + "latitude": "37.583805", + "longitude": "-116.598559", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89046", + "city": "Searchlight", + "state": "NV", + "latitude": "35.525338", + "longitude": "-114.911490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89047", + "city": "Silverpeak", + "state": "NV", + "latitude": "37.751386", + "longitude": "-117.642250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89048", + "city": "Pahrump", + "state": "NV", + "latitude": "36.218341", + "longitude": "-116.009940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89049", + "city": "Tonopah", + "state": "NV", + "latitude": "38.307931", + "longitude": "-116.927790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89052", + "city": "Henderson", + "state": "NV", + "latitude": "35.979863", + "longitude": "-115.098950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89053", + "city": "Henderson", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89060", + "city": "Pahrump", + "state": "NV", + "latitude": "36.264185", + "longitude": "-116.038857", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89061", + "city": "Pahrump", + "state": "NV", + "latitude": "36.119299", + "longitude": "-115.938992", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89070", + "city": "Indian Springs", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89074", + "city": "Henderson", + "state": "NV", + "latitude": "36.038181", + "longitude": "-115.086999", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89081", + "city": "Indian Springs", + "state": "NV", + "latitude": "36.573377", + "longitude": "-115.674671", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89084", + "city": "North Las Vegas", + "state": "NV", + "latitude": "36.281388", + "longitude": "-115.148644", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89086", + "city": "North Las Vegas", + "state": "NV", + "latitude": "36.280940", + "longitude": "-115.132695", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89101", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.170220", + "longitude": "-115.127850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89102", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.145303", + "longitude": "-115.183580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89103", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.113211", + "longitude": "-115.218490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89104", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.151108", + "longitude": "-115.108570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89106", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.184219", + "longitude": "-115.162920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89107", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.171219", + "longitude": "-115.216820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89108", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.205718", + "longitude": "-115.223630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89109", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.126038", + "longitude": "-115.147960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89110", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.172744", + "longitude": "-115.057950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89111", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89112", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.157764", + "longitude": "-115.025559", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89113", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.067495", + "longitude": "-115.260390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89114", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.011339", + "longitude": "-115.101508", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89115", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.233655", + "longitude": "-115.068810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89116", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89117", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.140974", + "longitude": "-115.282050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89118", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.084361", + "longitude": "-115.210300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89119", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.088922", + "longitude": "-115.139050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89120", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.087623", + "longitude": "-115.088720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89121", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.121972", + "longitude": "-115.090300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89122", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.105240", + "longitude": "-115.045920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89123", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.026532", + "longitude": "-115.148480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89124", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.101538", + "longitude": "-115.399480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89125", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.223528", + "longitude": "-115.265529", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89126", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89127", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89128", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.193501", + "longitude": "-115.265000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89129", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.231139", + "longitude": "-115.284610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89130", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.257531", + "longitude": "-115.227280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89131", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.294596", + "longitude": "-115.246850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89132", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.018981", + "longitude": "-115.151937", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89133", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89134", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.204548", + "longitude": "-115.312070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89135", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.131341", + "longitude": "-115.323310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89136", + "city": "Summerlin South", + "state": "NV", + "latitude": "36.129519", + "longitude": "-115.322782", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89137", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89138", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89139", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.031873", + "longitude": "-115.203420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89141", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.998778", + "longitude": "-115.195880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89142", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.148417", + "longitude": "-115.047670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89143", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.326315", + "longitude": "-115.257880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89144", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.181142", + "longitude": "-115.325570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89145", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.167731", + "longitude": "-115.267910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89146", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.141119", + "longitude": "-115.224930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89147", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.113059", + "longitude": "-115.273430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89148", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.049095", + "longitude": "-115.284850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89149", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.266266", + "longitude": "-115.286560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89150", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89151", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89152", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89153", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89154", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89155", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89156", + "city": "Las Vegas", + "state": "NV", + "latitude": "36.201612", + "longitude": "-115.033580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89158", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89159", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89160", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89163", + "city": "The Lakes", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89164", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89170", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89173", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89177", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89180", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89185", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89191", + "city": "Nellis AFB", + "state": "NV", + "latitude": "36.370315", + "longitude": "-115.231280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89193", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89195", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89199", + "city": "Las Vegas", + "state": "NV", + "latitude": "35.927901", + "longitude": "-114.972061", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89301", + "city": "Ely", + "state": "NV", + "latitude": "39.282855", + "longitude": "-114.920800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89310", + "city": "Austin", + "state": "NV", + "latitude": "39.748753", + "longitude": "-117.011520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89311", + "city": "Baker", + "state": "NV", + "latitude": "38.941805", + "longitude": "-114.125920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89314", + "city": "Duckwater", + "state": "NV", + "latitude": "38.944921", + "longitude": "-115.707490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89315", + "city": "Ely", + "state": "NV", + "latitude": "39.332636", + "longitude": "-114.824507", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89316", + "city": "Eureka", + "state": "NV", + "latitude": "39.717627", + "longitude": "-116.029440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89317", + "city": "Lund", + "state": "NV", + "latitude": "38.835421", + "longitude": "-115.026280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89318", + "city": "McGill", + "state": "NV", + "latitude": "39.416300", + "longitude": "-114.776240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89319", + "city": "Ruth", + "state": "NV", + "latitude": "39.342631", + "longitude": "-114.885945", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89402", + "city": "Crystal Bay", + "state": "NV", + "latitude": "39.239457", + "longitude": "-119.971133", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89403", + "city": "Dayton", + "state": "NV", + "latitude": "39.254680", + "longitude": "-119.514940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89404", + "city": "Denio", + "state": "NV", + "latitude": "41.826461", + "longitude": "-118.712950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89405", + "city": "Empire", + "state": "NV", + "latitude": "40.555197", + "longitude": "-119.350930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89406", + "city": "Fallon", + "state": "NV", + "latitude": "39.461072", + "longitude": "-118.693060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89407", + "city": "Fallon", + "state": "NV", + "latitude": "39.525628", + "longitude": "-118.842431", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89408", + "city": "Fernley", + "state": "NV", + "latitude": "39.617711", + "longitude": "-119.173740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89409", + "city": "Gabbs", + "state": "NV", + "latitude": "38.872139", + "longitude": "-117.781940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89410", + "city": "Gardnerville", + "state": "NV", + "latitude": "38.878641", + "longitude": "-119.697530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89411", + "city": "Genoa", + "state": "NV", + "latitude": "39.012361", + "longitude": "-119.832880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89412", + "city": "Gerlach", + "state": "NV", + "latitude": "40.652505", + "longitude": "-119.356505", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89413", + "city": "Glenbrook", + "state": "NV", + "latitude": "39.083284", + "longitude": "-119.939640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89414", + "city": "Golconda", + "state": "NV", + "latitude": "40.926644", + "longitude": "-117.317060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89415", + "city": "Hawthorne", + "state": "NV", + "latitude": "38.505507", + "longitude": "-118.703420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89418", + "city": "Imlay", + "state": "NV", + "latitude": "40.700131", + "longitude": "-118.114730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89419", + "city": "Lovelock", + "state": "NV", + "latitude": "40.216720", + "longitude": "-118.394750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89420", + "city": "Luning", + "state": "NV", + "latitude": "38.555308", + "longitude": "-118.218180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89421", + "city": "McDermitt", + "state": "NV", + "latitude": "41.953624", + "longitude": "-117.725010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89422", + "city": "Mina", + "state": "NV", + "latitude": "38.271173", + "longitude": "-118.195130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89423", + "city": "Minden", + "state": "NV", + "latitude": "39.009564", + "longitude": "-119.755570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89424", + "city": "Nixon", + "state": "NV", + "latitude": "39.835829", + "longitude": "-119.356340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89425", + "city": "Orovada", + "state": "NV", + "latitude": "41.656001", + "longitude": "-117.955380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89426", + "city": "Paradise Valley", + "state": "NV", + "latitude": "41.596722", + "longitude": "-117.402320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89427", + "city": "Schurz", + "state": "NV", + "latitude": "38.966064", + "longitude": "-118.678480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89428", + "city": "Silver City", + "state": "NV", + "latitude": "39.262835", + "longitude": "-119.640830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89429", + "city": "Silver Springs", + "state": "NV", + "latitude": "39.367838", + "longitude": "-119.246180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89430", + "city": "Smith", + "state": "NV", + "latitude": "38.784128", + "longitude": "-119.316970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89431", + "city": "Sparks", + "state": "NV", + "latitude": "39.542711", + "longitude": "-119.754450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89432", + "city": "Sparks", + "state": "NV", + "latitude": "40.541218", + "longitude": "-119.586934", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89433", + "city": "Sun Valley", + "state": "NV", + "latitude": "39.592180", + "longitude": "-119.774670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89434", + "city": "Sparks", + "state": "NV", + "latitude": "39.544183", + "longitude": "-119.700030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89435", + "city": "Sparks", + "state": "NV", + "latitude": "40.541218", + "longitude": "-119.586934", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89436", + "city": "Sparks", + "state": "NV", + "latitude": "39.624698", + "longitude": "-119.705850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89438", + "city": "Valmy", + "state": "NV", + "latitude": "41.263287", + "longitude": "-118.174506", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89439", + "city": "Verdi", + "state": "CA", + "latitude": "39.523693", + "longitude": "-120.030120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89440", + "city": "Virginia City", + "state": "NV", + "latitude": "39.298192", + "longitude": "-119.653510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89442", + "city": "Wadsworth", + "state": "NV", + "latitude": "39.659593", + "longitude": "-119.305270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89444", + "city": "Wellington", + "state": "NV", + "latitude": "38.738712", + "longitude": "-119.345850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89445", + "city": "Winnemucca", + "state": "NV", + "latitude": "41.029510", + "longitude": "-117.944020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89446", + "city": "Winnemucca", + "state": "NV", + "latitude": "41.076358", + "longitude": "-117.760165", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89447", + "city": "Yerington", + "state": "NV", + "latitude": "38.946750", + "longitude": "-119.115440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89448", + "city": "Zephyr Cove", + "state": "NV", + "latitude": "39.006963", + "longitude": "-119.947620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89449", + "city": "Stateline", + "state": "NV", + "latitude": "38.968383", + "longitude": "-119.913640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89450", + "city": "Incline Village", + "state": "NV", + "latitude": "39.256357", + "longitude": "-119.946371", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89451", + "city": "Incline Village", + "state": "NV", + "latitude": "39.245257", + "longitude": "-119.952040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89452", + "city": "Incline Village", + "state": "NV", + "latitude": "39.259103", + "longitude": "-119.956585", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89460", + "city": "Gardnerville Ranchos", + "state": "NV", + "latitude": "38.903324", + "longitude": "-119.763147", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89496", + "city": "Fallon", + "state": "NV", + "latitude": "39.537979", + "longitude": "-118.343592", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89501", + "city": "Reno", + "state": "NV", + "latitude": "39.526160", + "longitude": "-119.813670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89502", + "city": "Reno", + "state": "NV", + "latitude": "39.499862", + "longitude": "-119.774970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89503", + "city": "Reno", + "state": "NV", + "latitude": "39.536360", + "longitude": "-119.837300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89504", + "city": "Reno", + "state": "NV", + "latitude": "40.541218", + "longitude": "-119.586934", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89505", + "city": "Reno", + "state": "NV", + "latitude": "39.522410", + "longitude": "-119.835275", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89506", + "city": "Reno", + "state": "NV", + "latitude": "39.659801", + "longitude": "-119.879180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89507", + "city": "Reno", + "state": "NV", + "latitude": "39.542310", + "longitude": "-119.816374", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89509", + "city": "Reno", + "state": "NV", + "latitude": "39.496243", + "longitude": "-119.830720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89510", + "city": "Reno", + "state": "NV", + "latitude": "39.871070", + "longitude": "-119.713130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89511", + "city": "Reno", + "state": "NV", + "latitude": "39.403178", + "longitude": "-119.760600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89512", + "city": "Reno", + "state": "NV", + "latitude": "39.546410", + "longitude": "-119.796640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89513", + "city": "Reno", + "state": "NV", + "latitude": "39.631922", + "longitude": "-119.293722", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89515", + "city": "Reno", + "state": "NV", + "latitude": "40.541218", + "longitude": "-119.586934", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89520", + "city": "Reno", + "state": "NV", + "latitude": "40.541218", + "longitude": "-119.586934", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89521", + "city": "Reno", + "state": "NV", + "latitude": "39.395387", + "longitude": "-119.727350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89523", + "city": "Reno", + "state": "NV", + "latitude": "39.523088", + "longitude": "-119.898080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89533", + "city": "Reno", + "state": "NV", + "latitude": "39.543941", + "longitude": "-119.906109", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89557", + "city": "Reno", + "state": "NV", + "latitude": "40.541218", + "longitude": "-119.586934", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89564", + "city": "Reno", + "state": "NV", + "latitude": "40.541218", + "longitude": "-119.586934", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89570", + "city": "Reno", + "state": "NV", + "latitude": "40.541218", + "longitude": "-119.586934", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89595", + "city": "Reno", + "state": "NV", + "latitude": "40.541218", + "longitude": "-119.586934", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89599", + "city": "Reno", + "state": "NV", + "latitude": "40.541218", + "longitude": "-119.586934", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89701", + "city": "Carson City", + "state": "NV", + "latitude": "39.147877", + "longitude": "-119.745360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89702", + "city": "Carson City", + "state": "NV", + "latitude": "39.135503", + "longitude": "-119.758750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89703", + "city": "Carson City", + "state": "NV", + "latitude": "39.164966", + "longitude": "-119.793820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89704", + "city": "Washoe Valley", + "state": "NV", + "latitude": "39.275210", + "longitude": "-119.790800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89705", + "city": "Carson City", + "state": "NV", + "latitude": "39.091507", + "longitude": "-119.798960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89706", + "city": "Carson City", + "state": "NV", + "latitude": "39.200035", + "longitude": "-119.727320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89710", + "city": "Carson City", + "state": "NV", + "latitude": "39.167833", + "longitude": "-119.776409", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89711", + "city": "Carson City", + "state": "NV", + "latitude": "39.167833", + "longitude": "-119.776409", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89712", + "city": "Carson City", + "state": "NV", + "latitude": "39.167833", + "longitude": "-119.776409", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89713", + "city": "Carson City", + "state": "NV", + "latitude": "39.167833", + "longitude": "-119.776409", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89714", + "city": "Carson City", + "state": "NV", + "latitude": "39.167833", + "longitude": "-119.776409", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89721", + "city": "Carson City", + "state": "NV", + "latitude": "39.167833", + "longitude": "-119.776409", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89779", + "city": "Kingsbury", + "state": "NV", + "latitude": "38.971319", + "longitude": "-119.922973", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89801", + "city": "Elko", + "state": "NV", + "latitude": "40.883028", + "longitude": "-115.750160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89802", + "city": "Elko", + "state": "NV", + "latitude": "41.059414", + "longitude": "-115.529596", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89803", + "city": "Elko", + "state": "NV", + "latitude": "40.814880", + "longitude": "-115.792410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89815", + "city": "Spring Creek", + "state": "NV", + "latitude": "40.644201", + "longitude": "-115.647450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89820", + "city": "Battle Mountain", + "state": "NV", + "latitude": "40.489736", + "longitude": "-117.086920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89821", + "city": "Crescent Valley", + "state": "NV", + "latitude": "40.450972", + "longitude": "-116.515850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89822", + "city": "Carlin", + "state": "NV", + "latitude": "40.715963", + "longitude": "-116.114260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89823", + "city": "Deeth", + "state": "NV", + "latitude": "41.252236", + "longitude": "-115.402660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89824", + "city": "Halleck", + "state": "NV", + "latitude": "41.029538", + "longitude": "-115.411300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89825", + "city": "Jackpot", + "state": "NV", + "latitude": "41.890872", + "longitude": "-114.445450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89826", + "city": "Jarbidge", + "state": "NV", + "latitude": "41.905845", + "longitude": "-115.435420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89828", + "city": "Lamoille", + "state": "NV", + "latitude": "40.797270", + "longitude": "-115.448280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89830", + "city": "Montello", + "state": "NV", + "latitude": "41.247573", + "longitude": "-114.210770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89831", + "city": "Mountain City", + "state": "NV", + "latitude": "41.796309", + "longitude": "-116.054890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89832", + "city": "Owyhee", + "state": "NV", + "latitude": "41.951703", + "longitude": "-116.177250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89833", + "city": "Ruby Valley", + "state": "NV", + "latitude": "40.453542", + "longitude": "-115.332570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89834", + "city": "Tuscarora", + "state": "NV", + "latitude": "41.328852", + "longitude": "-116.122510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89835", + "city": "Wells", + "state": "NV", + "latitude": "41.208288", + "longitude": "-114.860980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89883", + "city": "West Wendover", + "state": "NV", + "latitude": "40.854751", + "longitude": "-114.147130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "89912", + "city": "Gerlach-Empire", + "state": "NV", + "latitude": "40.651432", + "longitude": "-119.357959", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90001", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.972914", + "longitude": "-118.248780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90002", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.948315", + "longitude": "-118.248450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90003", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.962714", + "longitude": "-118.276000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90004", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.077110", + "longitude": "-118.307550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90005", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.058911", + "longitude": "-118.308480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90006", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.048351", + "longitude": "-118.294300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90007", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.026448", + "longitude": "-118.282900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90008", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.009754", + "longitude": "-118.337050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90009", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90010", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.062709", + "longitude": "-118.314810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90011", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.007063", + "longitude": "-118.258680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90012", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.061611", + "longitude": "-118.239440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90013", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.044662", + "longitude": "-118.242550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90014", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.042912", + "longitude": "-118.251930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90015", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.038993", + "longitude": "-118.265160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90016", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.029711", + "longitude": "-118.352550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90017", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.052561", + "longitude": "-118.264340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90018", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.029112", + "longitude": "-118.318300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90019", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.048411", + "longitude": "-118.340150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90020", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.066460", + "longitude": "-118.308630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90021", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.029313", + "longitude": "-118.241820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90022", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.023662", + "longitude": "-118.155810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90023", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.023039", + "longitude": "-118.202310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90024", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.063209", + "longitude": "-118.436430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90025", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.045006", + "longitude": "-118.445270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90026", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.078510", + "longitude": "-118.265960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90027", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.111208", + "longitude": "-118.288420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90028", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.098859", + "longitude": "-118.327450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90029", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.090259", + "longitude": "-118.294550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90030", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90031", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.078710", + "longitude": "-118.216100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90032", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.081660", + "longitude": "-118.175680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90033", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.050411", + "longitude": "-118.211950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90034", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.030560", + "longitude": "-118.398040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90035", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.052660", + "longitude": "-118.385310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90036", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.070360", + "longitude": "-118.349260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90037", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.002063", + "longitude": "-118.287370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90038", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.089459", + "longitude": "-118.328500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90039", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.110425", + "longitude": "-118.258320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90040", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.997492", + "longitude": "-118.152840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90041", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.137557", + "longitude": "-118.207650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90042", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.114558", + "longitude": "-118.192330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90043", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.987463", + "longitude": "-118.334000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90044", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.953814", + "longitude": "-118.291580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90045", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.960041", + "longitude": "-118.394900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90046", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.098908", + "longitude": "-118.362410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90047", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.958464", + "longitude": "-118.309980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90048", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.073759", + "longitude": "-118.373760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90049", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.067409", + "longitude": "-118.475280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90050", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90051", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90052", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90053", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90054", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90055", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90056", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.986212", + "longitude": "-118.370990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90057", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.061911", + "longitude": "-118.276870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90058", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.000219", + "longitude": "-118.226050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90059", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.927471", + "longitude": "-118.247780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90060", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90061", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.923365", + "longitude": "-118.275910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90062", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.003213", + "longitude": "-118.307800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90063", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.045161", + "longitude": "-118.186500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90064", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.034570", + "longitude": "-118.428430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90065", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.107559", + "longitude": "-118.226630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90066", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.002011", + "longitude": "-118.430830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90067", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.056709", + "longitude": "-118.411830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90068", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.122058", + "longitude": "-118.337900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90069", + "city": "West Hollywood", + "state": "CA", + "latitude": "34.090975", + "longitude": "-118.381300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90070", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90071", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.052709", + "longitude": "-118.255900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90072", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90073", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90074", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90075", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90076", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90077", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.101007", + "longitude": "-118.450770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90078", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90079", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90080", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90081", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90082", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90083", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90084", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90086", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90087", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90088", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90089", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90091", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90093", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90094", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90095", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90096", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90097", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90099", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90101", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90102", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90103", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90174", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90185", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90201", + "city": "Bell", + "state": "CA", + "latitude": "33.972814", + "longitude": "-118.173850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90202", + "city": "Bell Gardens", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90204", + "city": "Inglewood", + "state": "CA", + "latitude": "33.944714", + "longitude": "-118.356908", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90209", + "city": "Beverly Hills", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90210", + "city": "Beverly Hills", + "state": "CA", + "latitude": "34.088808", + "longitude": "-118.406120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90211", + "city": "Beverly Hills", + "state": "CA", + "latitude": "34.066009", + "longitude": "-118.382710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90212", + "city": "Beverly Hills", + "state": "CA", + "latitude": "34.060859", + "longitude": "-118.401910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90213", + "city": "Beverly Hills", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90220", + "city": "Compton", + "state": "CA", + "latitude": "33.890566", + "longitude": "-118.236660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90221", + "city": "Compton", + "state": "CA", + "latitude": "33.893265", + "longitude": "-118.204000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90222", + "city": "Compton", + "state": "CA", + "latitude": "33.910716", + "longitude": "-118.236240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90223", + "city": "Compton", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90224", + "city": "Compton", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90230", + "city": "Culver City", + "state": "CA", + "latitude": "33.997179", + "longitude": "-118.401450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90231", + "city": "Culver City", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90232", + "city": "Culver City", + "state": "CA", + "latitude": "34.021611", + "longitude": "-118.391680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90233", + "city": "Culver City", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90239", + "city": "Downey", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90240", + "city": "Downey", + "state": "CA", + "latitude": "33.958363", + "longitude": "-118.119870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90241", + "city": "Downey", + "state": "CA", + "latitude": "33.942289", + "longitude": "-118.129010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90242", + "city": "Downey", + "state": "CA", + "latitude": "33.920180", + "longitude": "-118.142910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90245", + "city": "El Segundo", + "state": "CA", + "latitude": "33.921313", + "longitude": "-118.408430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90247", + "city": "Gardena", + "state": "CA", + "latitude": "33.891265", + "longitude": "-118.297500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90248", + "city": "Gardena", + "state": "CA", + "latitude": "33.870466", + "longitude": "-118.288130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90249", + "city": "Gardena", + "state": "CA", + "latitude": "33.899265", + "longitude": "-118.319000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90250", + "city": "Hawthorne", + "state": "CA", + "latitude": "33.914614", + "longitude": "-118.350920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90251", + "city": "Hawthorne", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90254", + "city": "Hermosa Beach", + "state": "CA", + "latitude": "33.866314", + "longitude": "-118.399680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90255", + "city": "Huntington Park", + "state": "CA", + "latitude": "33.978404", + "longitude": "-118.217730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90260", + "city": "Lawndale", + "state": "CA", + "latitude": "33.888364", + "longitude": "-118.353550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90261", + "city": "Lawndale", + "state": "CA", + "latitude": "33.895363", + "longitude": "-118.376890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90262", + "city": "Lynwood", + "state": "CA", + "latitude": "33.924642", + "longitude": "-118.201860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90263", + "city": "Malibu", + "state": "CA", + "latitude": "34.035087", + "longitude": "-118.707520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90264", + "city": "Malibu", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90265", + "city": "Malibu", + "state": "CA", + "latitude": "34.051056", + "longitude": "-118.807680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90266", + "city": "Manhattan Beach", + "state": "CA", + "latitude": "33.888980", + "longitude": "-118.405350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90267", + "city": "Manhattan Beach", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90270", + "city": "Maywood", + "state": "CA", + "latitude": "33.988813", + "longitude": "-118.186420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90272", + "city": "Pacific Palisades", + "state": "CA", + "latitude": "34.050505", + "longitude": "-118.533740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90274", + "city": "Palos Verdes Peninsula", + "state": "CA", + "latitude": "33.784099", + "longitude": "-118.387520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90275", + "city": "Rancho Palos Verdes", + "state": "CA", + "latitude": "33.758216", + "longitude": "-118.364250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90276", + "city": "Redondo Beach", + "state": "CA", + "latitude": "33.845064", + "longitude": "-118.395107", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90277", + "city": "Redondo Beach", + "state": "CA", + "latitude": "33.828815", + "longitude": "-118.383220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90278", + "city": "Redondo Beach", + "state": "CA", + "latitude": "33.871214", + "longitude": "-118.371770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90280", + "city": "South Gate", + "state": "CA", + "latitude": "33.944264", + "longitude": "-118.194900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90290", + "city": "Topanga", + "state": "CA", + "latitude": "34.101447", + "longitude": "-118.599330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90291", + "city": "Venice", + "state": "CA", + "latitude": "33.992411", + "longitude": "-118.465310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90292", + "city": "Marina Del Rey", + "state": "CA", + "latitude": "33.976373", + "longitude": "-118.454580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90293", + "city": "Playa Del Rey", + "state": "CA", + "latitude": "33.957012", + "longitude": "-118.441670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90294", + "city": "Venice", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90295", + "city": "Marina Del Rey", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90296", + "city": "Playa Del Rey", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90301", + "city": "Inglewood", + "state": "CA", + "latitude": "33.955913", + "longitude": "-118.358680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90302", + "city": "Inglewood", + "state": "CA", + "latitude": "33.975263", + "longitude": "-118.355580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90303", + "city": "Inglewood", + "state": "CA", + "latitude": "33.934164", + "longitude": "-118.332550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90304", + "city": "Inglewood", + "state": "CA", + "latitude": "33.936163", + "longitude": "-118.360760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90305", + "city": "Inglewood", + "state": "CA", + "latitude": "33.960263", + "longitude": "-118.325200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90306", + "city": "Inglewood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90307", + "city": "Inglewood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90308", + "city": "Inglewood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90309", + "city": "Inglewood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90310", + "city": "Inglewood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90311", + "city": "Inglewood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90312", + "city": "Inglewood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90313", + "city": "Inglewood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90397", + "city": "Inglewood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90398", + "city": "Inglewood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90401", + "city": "Santa Monica", + "state": "CA", + "latitude": "34.014910", + "longitude": "-118.492200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90402", + "city": "Santa Monica", + "state": "CA", + "latitude": "34.036759", + "longitude": "-118.501210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90403", + "city": "Santa Monica", + "state": "CA", + "latitude": "34.032159", + "longitude": "-118.490220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90404", + "city": "Santa Monica", + "state": "CA", + "latitude": "34.026959", + "longitude": "-118.474320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90405", + "city": "Santa Monica", + "state": "CA", + "latitude": "34.009276", + "longitude": "-118.472860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90406", + "city": "Santa Monica", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90407", + "city": "Santa Monica", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90408", + "city": "Santa Monica", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90409", + "city": "Santa Monica", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90410", + "city": "Santa Monica", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90411", + "city": "Santa Monica", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90421", + "city": "Santa Monica", + "state": "CA", + "latitude": "34.010328", + "longitude": "-118.494107", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90501", + "city": "Torrance", + "state": "CA", + "latitude": "33.828766", + "longitude": "-118.313670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90502", + "city": "Torrance", + "state": "CA", + "latitude": "33.833416", + "longitude": "-118.291980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90503", + "city": "Torrance", + "state": "CA", + "latitude": "33.840264", + "longitude": "-118.355870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90504", + "city": "Torrance", + "state": "CA", + "latitude": "33.870414", + "longitude": "-118.330650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90505", + "city": "Torrance", + "state": "CA", + "latitude": "33.810848", + "longitude": "-118.350960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90506", + "city": "Torrance", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90507", + "city": "Torrance", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90508", + "city": "Torrance", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90509", + "city": "Torrance", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90510", + "city": "Torrance", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90601", + "city": "Whittier", + "state": "CA", + "latitude": "34.002333", + "longitude": "-118.035620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90602", + "city": "Whittier", + "state": "CA", + "latitude": "33.967562", + "longitude": "-118.033840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90603", + "city": "Whittier", + "state": "CA", + "latitude": "33.941363", + "longitude": "-117.994770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90604", + "city": "Whittier", + "state": "CA", + "latitude": "33.929163", + "longitude": "-118.009000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90605", + "city": "Whittier", + "state": "CA", + "latitude": "33.945413", + "longitude": "-118.033620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90606", + "city": "Whittier", + "state": "CA", + "latitude": "33.978312", + "longitude": "-118.067780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90607", + "city": "Whittier", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90608", + "city": "Whittier", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90609", + "city": "Whittier", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90610", + "city": "Whittier", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90612", + "city": "Whittier", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90620", + "city": "Buena Park", + "state": "CA", + "latitude": "33.841014", + "longitude": "-118.009690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90621", + "city": "Buena Park", + "state": "CA", + "latitude": "33.875714", + "longitude": "-117.994040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90622", + "city": "Buena Park", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90623", + "city": "La Palma", + "state": "CA", + "latitude": "33.849327", + "longitude": "-118.043950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90624", + "city": "Buena Park", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90630", + "city": "Cypress", + "state": "CA", + "latitude": "33.817481", + "longitude": "-118.039900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90631", + "city": "La Habra", + "state": "CA", + "latitude": "33.934513", + "longitude": "-117.951590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90632", + "city": "La Habra", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90633", + "city": "La Habra", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90637", + "city": "La Mirada", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90638", + "city": "La Mirada", + "state": "CA", + "latitude": "33.902130", + "longitude": "-118.009660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90639", + "city": "La Mirada", + "state": "CA", + "latitude": "33.905813", + "longitude": "-118.018247", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90640", + "city": "Montebello", + "state": "CA", + "latitude": "34.014212", + "longitude": "-118.113580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90650", + "city": "Norwalk", + "state": "CA", + "latitude": "33.906914", + "longitude": "-118.083390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90651", + "city": "Norwalk", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90652", + "city": "Norwalk", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90659", + "city": "Norwalk", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90660", + "city": "Pico Rivera", + "state": "CA", + "latitude": "33.989013", + "longitude": "-118.089120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90661", + "city": "Pico Rivera", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90662", + "city": "Pico Rivera", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90665", + "city": "Pico Rivera", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90670", + "city": "Santa Fe Springs", + "state": "CA", + "latitude": "33.933551", + "longitude": "-118.068210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90671", + "city": "Santa Fe Springs", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90680", + "city": "Stanton", + "state": "CA", + "latitude": "33.803565", + "longitude": "-117.995960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90701", + "city": "Artesia", + "state": "CA", + "latitude": "33.867215", + "longitude": "-118.080620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90702", + "city": "Artesia", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90703", + "city": "Cerritos", + "state": "CA", + "latitude": "33.868314", + "longitude": "-118.067540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90704", + "city": "Avalon", + "state": "CA", + "latitude": "33.368642", + "longitude": "-118.408350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90706", + "city": "Bellflower", + "state": "CA", + "latitude": "33.888165", + "longitude": "-118.127600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90707", + "city": "Bellflower", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90710", + "city": "Harbor City", + "state": "CA", + "latitude": "33.797317", + "longitude": "-118.300650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90711", + "city": "Lakewood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90712", + "city": "Lakewood", + "state": "CA", + "latitude": "33.851965", + "longitude": "-118.146800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90713", + "city": "Lakewood", + "state": "CA", + "latitude": "33.847265", + "longitude": "-118.113370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90714", + "city": "Lakewood", + "state": "CA", + "latitude": "33.851215", + "longitude": "-118.133900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90715", + "city": "Lakewood", + "state": "CA", + "latitude": "33.840965", + "longitude": "-118.077750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90716", + "city": "Hawaiian Gardens", + "state": "CA", + "latitude": "33.828565", + "longitude": "-118.073640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90717", + "city": "Lomita", + "state": "CA", + "latitude": "33.793384", + "longitude": "-118.316110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90720", + "city": "Los Alamitos", + "state": "CA", + "latitude": "33.794028", + "longitude": "-118.072180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90721", + "city": "Los Alamitos", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90723", + "city": "Paramount", + "state": "CA", + "latitude": "33.899915", + "longitude": "-118.162310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90731", + "city": "San Pedro", + "state": "CA", + "latitude": "33.732368", + "longitude": "-118.289050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90732", + "city": "San Pedro", + "state": "CA", + "latitude": "33.736718", + "longitude": "-118.311230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90733", + "city": "San Pedro", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90734", + "city": "San Pedro", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90740", + "city": "Seal Beach", + "state": "CA", + "latitude": "33.759283", + "longitude": "-118.082390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90742", + "city": "Sunset Beach", + "state": "CA", + "latitude": "33.718167", + "longitude": "-118.071790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90743", + "city": "Surfside", + "state": "CA", + "latitude": "33.729750", + "longitude": "-118.086300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90744", + "city": "Wilmington", + "state": "CA", + "latitude": "33.784018", + "longitude": "-118.258970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90745", + "city": "Carson", + "state": "CA", + "latitude": "33.823765", + "longitude": "-118.266800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90746", + "city": "Carson", + "state": "CA", + "latitude": "33.857416", + "longitude": "-118.256330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90747", + "city": "Carson", + "state": "CA", + "latitude": "33.867138", + "longitude": "-118.253825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90748", + "city": "Wilmington", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90749", + "city": "Carson", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90755", + "city": "Long Beach", + "state": "CA", + "latitude": "33.801783", + "longitude": "-118.168691", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90774", + "city": "Los Angeles", + "state": "CA", + "latitude": "33.783038", + "longitude": "-118.238683", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90801", + "city": "Long Beach", + "state": "CA", + "latitude": "33.804309", + "longitude": "-118.200957", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90802", + "city": "Long Beach", + "state": "CA", + "latitude": "33.769018", + "longitude": "-118.192250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90803", + "city": "Long Beach", + "state": "CA", + "latitude": "33.761117", + "longitude": "-118.129860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90804", + "city": "Long Beach", + "state": "CA", + "latitude": "33.783467", + "longitude": "-118.151820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90805", + "city": "Long Beach", + "state": "CA", + "latitude": "33.865916", + "longitude": "-118.183620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90806", + "city": "Long Beach", + "state": "CA", + "latitude": "33.801767", + "longitude": "-118.185800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90807", + "city": "Long Beach", + "state": "CA", + "latitude": "33.828366", + "longitude": "-118.182350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90808", + "city": "Long Beach", + "state": "CA", + "latitude": "33.823316", + "longitude": "-118.113290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90809", + "city": "Long Beach", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90810", + "city": "Long Beach", + "state": "CA", + "latitude": "33.816217", + "longitude": "-118.214950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90813", + "city": "Long Beach", + "state": "CA", + "latitude": "33.781011", + "longitude": "-118.191970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90814", + "city": "Long Beach", + "state": "CA", + "latitude": "33.771167", + "longitude": "-118.144820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90815", + "city": "Long Beach", + "state": "CA", + "latitude": "33.795049", + "longitude": "-118.118240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90822", + "city": "Long Beach", + "state": "CA", + "latitude": "33.776094", + "longitude": "-118.118480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90831", + "city": "Long Beach", + "state": "CA", + "latitude": "33.767817", + "longitude": "-118.199401", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90832", + "city": "Long Beach", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90833", + "city": "Long Beach", + "state": "CA", + "latitude": "33.767817", + "longitude": "-118.199401", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90834", + "city": "Long Beach", + "state": "CA", + "latitude": "33.767817", + "longitude": "-118.199401", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90835", + "city": "Long Beach", + "state": "CA", + "latitude": "33.767817", + "longitude": "-118.199401", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90840", + "city": "Long Beach", + "state": "CA", + "latitude": "33.784266", + "longitude": "-118.115698", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90842", + "city": "Long Beach", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90844", + "city": "Long Beach", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90845", + "city": "Long Beach", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90846", + "city": "Long Beach", + "state": "CA", + "latitude": "33.824918", + "longitude": "-118.150352", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90847", + "city": "Long Beach", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90848", + "city": "Long Beach", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90853", + "city": "Long Beach", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90879", + "city": "Rancho Palos Verdes", + "state": "CA", + "latitude": "33.769667", + "longitude": "-118.313405", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "90888", + "city": "Long Beach", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91001", + "city": "Altadena", + "state": "CA", + "latitude": "34.192102", + "longitude": "-118.142060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91003", + "city": "Altadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91006", + "city": "Arcadia", + "state": "CA", + "latitude": "34.134057", + "longitude": "-118.026620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91007", + "city": "Arcadia", + "state": "CA", + "latitude": "34.126957", + "longitude": "-118.052160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91009", + "city": "Duarte", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91010", + "city": "Duarte", + "state": "CA", + "latitude": "34.137707", + "longitude": "-117.965690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91011", + "city": "La Canada Flintridge", + "state": "CA", + "latitude": "34.211171", + "longitude": "-118.197760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91012", + "city": "La Canada Flintridge", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91016", + "city": "Monrovia", + "state": "CA", + "latitude": "34.140806", + "longitude": "-118.001840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91017", + "city": "Monrovia", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91020", + "city": "Montrose", + "state": "CA", + "latitude": "34.211494", + "longitude": "-118.231040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91021", + "city": "Montrose", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91023", + "city": "Mount Wilson", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91024", + "city": "Sierra Madre", + "state": "CA", + "latitude": "34.164806", + "longitude": "-118.050900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91025", + "city": "Sierra Madre", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91030", + "city": "South Pasadena", + "state": "CA", + "latitude": "34.112958", + "longitude": "-118.155770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91031", + "city": "South Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91040", + "city": "Sunland", + "state": "CA", + "latitude": "34.261221", + "longitude": "-118.318870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91041", + "city": "Sunland", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91042", + "city": "Tujunga", + "state": "CA", + "latitude": "34.256952", + "longitude": "-118.284530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91043", + "city": "Tujunga", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91046", + "city": "Verdugo City", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91050", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91051", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91066", + "city": "Arcadia", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91077", + "city": "Arcadia", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91101", + "city": "Pasadena", + "state": "CA", + "latitude": "34.146607", + "longitude": "-118.139100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91102", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91103", + "city": "Pasadena", + "state": "CA", + "latitude": "34.166706", + "longitude": "-118.159000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91104", + "city": "Pasadena", + "state": "CA", + "latitude": "34.169356", + "longitude": "-118.123920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91105", + "city": "Pasadena", + "state": "CA", + "latitude": "34.137857", + "longitude": "-118.163290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91106", + "city": "Pasadena", + "state": "CA", + "latitude": "34.142557", + "longitude": "-118.127150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91107", + "city": "Pasadena", + "state": "CA", + "latitude": "34.151066", + "longitude": "-118.089740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91108", + "city": "San Marino", + "state": "CA", + "latitude": "34.122658", + "longitude": "-118.112960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91109", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91110", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91114", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91115", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91116", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91117", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91118", + "city": "San Marino", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91121", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91123", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91124", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91125", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91126", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91129", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91131", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91175", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91182", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91184", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91185", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91186", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91187", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91188", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91189", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91191", + "city": "Pasadena", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91201", + "city": "Glendale", + "state": "CA", + "latitude": "34.170130", + "longitude": "-118.291580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91202", + "city": "Glendale", + "state": "CA", + "latitude": "34.166567", + "longitude": "-118.269940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91203", + "city": "Glendale", + "state": "CA", + "latitude": "34.152757", + "longitude": "-118.265800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91204", + "city": "Glendale", + "state": "CA", + "latitude": "34.135259", + "longitude": "-118.259480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91205", + "city": "Glendale", + "state": "CA", + "latitude": "34.138514", + "longitude": "-118.243000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91206", + "city": "Glendale", + "state": "CA", + "latitude": "34.156674", + "longitude": "-118.229370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91207", + "city": "Glendale", + "state": "CA", + "latitude": "34.165373", + "longitude": "-118.245320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91208", + "city": "Glendale", + "state": "CA", + "latitude": "34.189605", + "longitude": "-118.228570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91209", + "city": "Glendale", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91210", + "city": "Glendale", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91214", + "city": "La Crescenta", + "state": "CA", + "latitude": "34.232003", + "longitude": "-118.247530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91221", + "city": "Glendale", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91222", + "city": "Glendale", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91224", + "city": "La Crescenta", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91225", + "city": "Glendale", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91226", + "city": "Glendale", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91301", + "city": "Agoura Hills", + "state": "CA", + "latitude": "34.139536", + "longitude": "-118.760700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91302", + "city": "Calabasas", + "state": "CA", + "latitude": "34.133513", + "longitude": "-118.664640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91303", + "city": "Canoga Park", + "state": "CA", + "latitude": "34.198204", + "longitude": "-118.602060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91304", + "city": "Canoga Park", + "state": "CA", + "latitude": "34.218654", + "longitude": "-118.625380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91305", + "city": "Canoga Park", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91306", + "city": "Winnetka", + "state": "CA", + "latitude": "34.209407", + "longitude": "-118.577350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91307", + "city": "West Hills", + "state": "CA", + "latitude": "34.197737", + "longitude": "-118.647970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91308", + "city": "West Hills", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91309", + "city": "Canoga Park", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91310", + "city": "Castaic", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91311", + "city": "Chatsworth", + "state": "CA", + "latitude": "34.259052", + "longitude": "-118.594260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91312", + "city": "Chatsworth", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91313", + "city": "Chatsworth", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91316", + "city": "Encino", + "state": "CA", + "latitude": "34.168753", + "longitude": "-118.516360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91319", + "city": "Newbury Park", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91320", + "city": "Newbury Park", + "state": "CA", + "latitude": "34.175038", + "longitude": "-118.939560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91321", + "city": "Newhall", + "state": "CA", + "latitude": "34.377782", + "longitude": "-118.514890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91322", + "city": "Newhall", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91324", + "city": "Northridge", + "state": "CA", + "latitude": "34.240353", + "longitude": "-118.550380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91325", + "city": "Northridge", + "state": "CA", + "latitude": "34.235055", + "longitude": "-118.517660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91326", + "city": "Northridge", + "state": "CA", + "latitude": "34.276154", + "longitude": "-118.545810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91327", + "city": "Northridge", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91328", + "city": "Northridge", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91329", + "city": "Northridge", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91330", + "city": "Northridge", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91331", + "city": "Pacoima", + "state": "CA", + "latitude": "34.254751", + "longitude": "-118.424060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91333", + "city": "Pacoima", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91334", + "city": "Pacoima", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91335", + "city": "Reseda", + "state": "CA", + "latitude": "34.200104", + "longitude": "-118.540990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91337", + "city": "Reseda", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91340", + "city": "San Fernando", + "state": "CA", + "latitude": "34.284935", + "longitude": "-118.438210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91341", + "city": "San Fernando", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91342", + "city": "Sylmar", + "state": "CA", + "latitude": "34.307877", + "longitude": "-118.429040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91343", + "city": "North Hills", + "state": "CA", + "latitude": "34.239503", + "longitude": "-118.482240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91344", + "city": "Granada Hills", + "state": "CA", + "latitude": "34.277648", + "longitude": "-118.500470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91345", + "city": "Mission Hills", + "state": "CA", + "latitude": "34.264635", + "longitude": "-118.459610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91346", + "city": "Mission Hills", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91350", + "city": "Santa Clarita", + "state": "CA", + "latitude": "34.481172", + "longitude": "-118.428210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91351", + "city": "Canyon Country", + "state": "CA", + "latitude": "34.424794", + "longitude": "-118.445130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91352", + "city": "Sun Valley", + "state": "CA", + "latitude": "34.224089", + "longitude": "-118.375630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91353", + "city": "Sun Valley", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91354", + "city": "Valencia", + "state": "CA", + "latitude": "34.445313", + "longitude": "-118.552520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91355", + "city": "Valencia", + "state": "CA", + "latitude": "34.406519", + "longitude": "-118.562140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91356", + "city": "Tarzana", + "state": "CA", + "latitude": "34.164255", + "longitude": "-118.544720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91357", + "city": "Tarzana", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91358", + "city": "Thousand Oaks", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91359", + "city": "Westlake Village", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91360", + "city": "Thousand Oaks", + "state": "CA", + "latitude": "34.208837", + "longitude": "-118.873480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91361", + "city": "Westlake Village", + "state": "CA", + "latitude": "34.143480", + "longitude": "-118.856080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91362", + "city": "Thousand Oaks", + "state": "CA", + "latitude": "34.190804", + "longitude": "-118.837040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91363", + "city": "Westlake Village", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91364", + "city": "Woodland Hills", + "state": "CA", + "latitude": "34.158214", + "longitude": "-118.600610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91365", + "city": "Woodland Hills", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91367", + "city": "Woodland Hills", + "state": "CA", + "latitude": "34.176238", + "longitude": "-118.619920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91371", + "city": "Woodland Hills", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91372", + "city": "Calabasas", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91376", + "city": "Agoura Hills", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91377", + "city": "Oak Park", + "state": "CA", + "latitude": "34.182875", + "longitude": "-118.768930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91380", + "city": "Santa Clarita", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91381", + "city": "Stevenson Ranch", + "state": "CA", + "latitude": "34.384663", + "longitude": "-118.587040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91382", + "city": "Santa Clarita", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91383", + "city": "Santa Clarita", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91384", + "city": "Castaic", + "state": "CA", + "latitude": "34.478797", + "longitude": "-118.652550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91385", + "city": "Valencia", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91386", + "city": "Canyon Country", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91387", + "city": "Santa Clarita", + "state": "CA", + "latitude": "34.421537", + "longitude": "-118.419181", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91388", + "city": "Van Nuys", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91390", + "city": "Santa Clarita", + "state": "CA", + "latitude": "34.490004", + "longitude": "-118.300826", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91392", + "city": "Sylmar", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91393", + "city": "North Hills", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91394", + "city": "Granada Hills", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91395", + "city": "Mission Hills", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91396", + "city": "Winnetka", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91399", + "city": "Woodland Hills", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91401", + "city": "Van Nuys", + "state": "CA", + "latitude": "34.176505", + "longitude": "-118.433080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91402", + "city": "Panorama City", + "state": "CA", + "latitude": "34.223753", + "longitude": "-118.443220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91403", + "city": "Sherman Oaks", + "state": "CA", + "latitude": "34.152513", + "longitude": "-118.463960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91404", + "city": "Van Nuys", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91405", + "city": "Van Nuys", + "state": "CA", + "latitude": "34.199704", + "longitude": "-118.447240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91406", + "city": "Van Nuys", + "state": "CA", + "latitude": "34.201491", + "longitude": "-118.493760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91407", + "city": "Van Nuys", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91408", + "city": "Van Nuys", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91409", + "city": "Van Nuys", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91410", + "city": "Van Nuys", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91411", + "city": "Van Nuys", + "state": "CA", + "latitude": "34.178305", + "longitude": "-118.458580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91412", + "city": "Panorama City", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91413", + "city": "Sherman Oaks", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91416", + "city": "Encino", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91423", + "city": "Sherman Oaks", + "state": "CA", + "latitude": "34.153628", + "longitude": "-118.432220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91426", + "city": "Encino", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91436", + "city": "Encino", + "state": "CA", + "latitude": "34.155625", + "longitude": "-118.489250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91470", + "city": "Van Nuys", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91482", + "city": "Van Nuys", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91495", + "city": "Sherman Oaks", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91496", + "city": "Van Nuys", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91497", + "city": "Van Nuys", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91499", + "city": "Van Nuys", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91501", + "city": "Burbank", + "state": "CA", + "latitude": "34.186755", + "longitude": "-118.301530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91502", + "city": "Burbank", + "state": "CA", + "latitude": "34.177606", + "longitude": "-118.309540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91503", + "city": "Burbank", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91504", + "city": "Burbank", + "state": "CA", + "latitude": "34.201254", + "longitude": "-118.329930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91505", + "city": "Burbank", + "state": "CA", + "latitude": "34.166906", + "longitude": "-118.343660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91506", + "city": "Burbank", + "state": "CA", + "latitude": "34.169663", + "longitude": "-118.323640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91507", + "city": "Burbank", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91508", + "city": "Burbank", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91510", + "city": "Burbank", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91521", + "city": "Burbank", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91522", + "city": "Burbank", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91523", + "city": "Burbank", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91526", + "city": "Burbank", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91601", + "city": "North Hollywood", + "state": "CA", + "latitude": "34.168206", + "longitude": "-118.372460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91602", + "city": "North Hollywood", + "state": "CA", + "latitude": "34.152476", + "longitude": "-118.368410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91603", + "city": "North Hollywood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91604", + "city": "Studio City", + "state": "CA", + "latitude": "34.143856", + "longitude": "-118.394290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91605", + "city": "North Hollywood", + "state": "CA", + "latitude": "34.208142", + "longitude": "-118.401100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91606", + "city": "North Hollywood", + "state": "CA", + "latitude": "34.185698", + "longitude": "-118.388360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91607", + "city": "Valley Village", + "state": "CA", + "latitude": "34.165706", + "longitude": "-118.399860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91608", + "city": "Universal City", + "state": "CA", + "latitude": "34.139397", + "longitude": "-118.350340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91609", + "city": "North Hollywood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91610", + "city": "Toluca Lake", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91611", + "city": "North Hollywood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91612", + "city": "North Hollywood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91614", + "city": "Studio City", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91615", + "city": "North Hollywood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91616", + "city": "North Hollywood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91617", + "city": "Valley Village", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91618", + "city": "North Hollywood", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91671", + "city": "Los Angeles", + "state": "CA", + "latitude": "34.175205", + "longitude": "-118.382212", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91701", + "city": "Alta Loma", + "state": "CA", + "latitude": "34.131659", + "longitude": "-117.592400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91702", + "city": "Azusa", + "state": "CA", + "latitude": "34.128907", + "longitude": "-117.903090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91706", + "city": "Baldwin Park", + "state": "CA", + "latitude": "34.087108", + "longitude": "-117.969660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91708", + "city": "Chino", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91709", + "city": "Chino Hills", + "state": "CA", + "latitude": "33.975267", + "longitude": "-117.723050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91710", + "city": "Chino", + "state": "CA", + "latitude": "34.015963", + "longitude": "-117.687370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91711", + "city": "Claremont", + "state": "CA", + "latitude": "34.110009", + "longitude": "-117.719730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91714", + "city": "City Of Industry", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91715", + "city": "City Of Industry", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91716", + "city": "City Of Industry", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91718", + "city": "Corona", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91719", + "city": "Corona", + "state": "CA", + "latitude": "33.735688", + "longitude": "-117.420490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91720", + "city": "Corona", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91722", + "city": "Covina", + "state": "CA", + "latitude": "34.097708", + "longitude": "-117.906980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91723", + "city": "Covina", + "state": "CA", + "latitude": "34.085809", + "longitude": "-117.886940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91724", + "city": "Covina", + "state": "CA", + "latitude": "34.088771", + "longitude": "-117.858170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91729", + "city": "Rancho Cucamonga", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91730", + "city": "Rancho Cucamonga", + "state": "CA", + "latitude": "34.104555", + "longitude": "-117.587340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91731", + "city": "El Monte", + "state": "CA", + "latitude": "34.076642", + "longitude": "-118.039420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91732", + "city": "El Monte", + "state": "CA", + "latitude": "34.070659", + "longitude": "-118.013830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91733", + "city": "South El Monte", + "state": "CA", + "latitude": "34.050510", + "longitude": "-118.048340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91734", + "city": "El Monte", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91735", + "city": "El Monte", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91737", + "city": "Alta Loma", + "state": "CA", + "latitude": "34.147849", + "longitude": "-117.578470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91739", + "city": "Rancho Cucamonga", + "state": "CA", + "latitude": "34.127819", + "longitude": "-117.524600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91740", + "city": "Glendora", + "state": "CA", + "latitude": "34.119245", + "longitude": "-117.854800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91741", + "city": "Glendora", + "state": "CA", + "latitude": "34.140207", + "longitude": "-117.857040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91743", + "city": "Guasti", + "state": "CA", + "latitude": "34.066655", + "longitude": "-117.588310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91744", + "city": "La Puente", + "state": "CA", + "latitude": "34.029561", + "longitude": "-117.939750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91745", + "city": "Hacienda Heights", + "state": "CA", + "latitude": "34.000578", + "longitude": "-117.969430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91746", + "city": "La Puente", + "state": "CA", + "latitude": "34.046889", + "longitude": "-117.984640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91747", + "city": "La Puente", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91748", + "city": "Rowland Heights", + "state": "CA", + "latitude": "33.985012", + "longitude": "-117.897050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91749", + "city": "La Puente", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91750", + "city": "La Verne", + "state": "CA", + "latitude": "34.117047", + "longitude": "-117.770970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91752", + "city": "Mira Loma", + "state": "CA", + "latitude": "34.001846", + "longitude": "-117.527590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91754", + "city": "Monterey Park", + "state": "CA", + "latitude": "34.048207", + "longitude": "-118.141610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91755", + "city": "Monterey Park", + "state": "CA", + "latitude": "34.054710", + "longitude": "-118.118230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91756", + "city": "Monterey Park", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91758", + "city": "Ontario", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91759", + "city": "Mt Baldy", + "state": "CA", + "latitude": "34.231581", + "longitude": "-117.661060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91760", + "city": "Norco", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91761", + "city": "Ontario", + "state": "CA", + "latitude": "34.036085", + "longitude": "-117.608600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91762", + "city": "Ontario", + "state": "CA", + "latitude": "34.057561", + "longitude": "-117.665630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91763", + "city": "Montclair", + "state": "CA", + "latitude": "34.070410", + "longitude": "-117.699380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91764", + "city": "Ontario", + "state": "CA", + "latitude": "34.077327", + "longitude": "-117.622200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91765", + "city": "Diamond Bar", + "state": "CA", + "latitude": "34.004172", + "longitude": "-117.816730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91766", + "city": "Pomona", + "state": "CA", + "latitude": "34.045584", + "longitude": "-117.753050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91767", + "city": "Pomona", + "state": "CA", + "latitude": "34.080143", + "longitude": "-117.738610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91768", + "city": "Pomona", + "state": "CA", + "latitude": "34.065210", + "longitude": "-117.779320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91769", + "city": "Pomona", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91770", + "city": "Rosemead", + "state": "CA", + "latitude": "34.066143", + "longitude": "-118.084750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91771", + "city": "Rosemead", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91772", + "city": "Rosemead", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91773", + "city": "San Dimas", + "state": "CA", + "latitude": "34.103341", + "longitude": "-117.818140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91775", + "city": "San Gabriel", + "state": "CA", + "latitude": "34.114041", + "longitude": "-118.090350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91776", + "city": "San Gabriel", + "state": "CA", + "latitude": "34.089059", + "longitude": "-118.095100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91778", + "city": "San Gabriel", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91780", + "city": "Temple City", + "state": "CA", + "latitude": "34.101608", + "longitude": "-118.056060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91784", + "city": "Upland", + "state": "CA", + "latitude": "34.138575", + "longitude": "-117.663560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91785", + "city": "Upland", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91786", + "city": "Upland", + "state": "CA", + "latitude": "34.101659", + "longitude": "-117.657760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91788", + "city": "Walnut", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91789", + "city": "Walnut", + "state": "CA", + "latitude": "34.018361", + "longitude": "-117.854380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91790", + "city": "West Covina", + "state": "CA", + "latitude": "34.068059", + "longitude": "-117.938350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91791", + "city": "West Covina", + "state": "CA", + "latitude": "34.063645", + "longitude": "-117.897430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91792", + "city": "West Covina", + "state": "CA", + "latitude": "34.020711", + "longitude": "-117.899320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91793", + "city": "West Covina", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91795", + "city": "Walnut", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91797", + "city": "Pomona", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91798", + "city": "Ontario", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91799", + "city": "Pomona", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91801", + "city": "Alhambra", + "state": "CA", + "latitude": "34.090409", + "longitude": "-118.127000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91802", + "city": "Alhambra", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91803", + "city": "Alhambra", + "state": "CA", + "latitude": "34.072959", + "longitude": "-118.146200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91804", + "city": "Alhambra", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91841", + "city": "Alhambra", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91896", + "city": "Alhambra", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91899", + "city": "Alhambra", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91901", + "city": "Alpine", + "state": "CA", + "latitude": "32.823102", + "longitude": "-116.738640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91902", + "city": "Bonita", + "state": "CA", + "latitude": "32.663803", + "longitude": "-117.024560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91903", + "city": "Alpine", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91905", + "city": "Boulevard", + "state": "CA", + "latitude": "32.672239", + "longitude": "-116.314970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91906", + "city": "Campo", + "state": "CA", + "latitude": "32.664307", + "longitude": "-116.465130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91908", + "city": "Bonita", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91909", + "city": "Chula Vista", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91910", + "city": "Chula Vista", + "state": "CA", + "latitude": "32.638654", + "longitude": "-117.066860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91911", + "city": "Chula Vista", + "state": "CA", + "latitude": "32.608799", + "longitude": "-117.060700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91912", + "city": "Chula Vista", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91913", + "city": "Chula Vista", + "state": "CA", + "latitude": "32.642486", + "longitude": "-116.989730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91914", + "city": "Chula Vista", + "state": "CA", + "latitude": "32.662563", + "longitude": "-116.954130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91915", + "city": "Chula Vista", + "state": "CA", + "latitude": "32.638072", + "longitude": "-116.951950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91916", + "city": "Descanso", + "state": "CA", + "latitude": "32.890384", + "longitude": "-116.624590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91917", + "city": "Dulzura", + "state": "CA", + "latitude": "32.616539", + "longitude": "-116.711870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91921", + "city": "Chula Vista", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91927", + "city": "La Presa", + "state": "CA", + "latitude": "32.701452", + "longitude": "-117.002054", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91931", + "city": "Guatay", + "state": "CA", + "latitude": "32.852086", + "longitude": "-116.555590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91932", + "city": "Imperial Beach", + "state": "CA", + "latitude": "32.579555", + "longitude": "-117.117080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91933", + "city": "Imperial Beach", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91934", + "city": "Jacumba", + "state": "CA", + "latitude": "32.624424", + "longitude": "-116.170250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91935", + "city": "Jamul", + "state": "CA", + "latitude": "32.718186", + "longitude": "-116.826060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91941", + "city": "La Mesa", + "state": "CA", + "latitude": "32.761801", + "longitude": "-117.012730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91942", + "city": "La Mesa", + "state": "CA", + "latitude": "32.785000", + "longitude": "-117.018600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91943", + "city": "La Mesa", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91944", + "city": "La Mesa", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91945", + "city": "Lemon Grove", + "state": "CA", + "latitude": "32.733451", + "longitude": "-117.033700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91946", + "city": "Lemon Grove", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91947", + "city": "Lincoln Acres", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91948", + "city": "Mount Laguna", + "state": "CA", + "latitude": "32.875267", + "longitude": "-116.428260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91950", + "city": "National City", + "state": "CA", + "latitude": "32.670903", + "longitude": "-117.092720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91951", + "city": "National City", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91962", + "city": "Pine Valley", + "state": "CA", + "latitude": "32.773317", + "longitude": "-116.491390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91963", + "city": "Potrero", + "state": "CA", + "latitude": "32.620782", + "longitude": "-116.606710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91976", + "city": "Spring Valley", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91977", + "city": "Spring Valley", + "state": "CA", + "latitude": "32.721145", + "longitude": "-116.996120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91978", + "city": "Spring Valley", + "state": "CA", + "latitude": "32.732539", + "longitude": "-116.950910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91979", + "city": "Spring Valley", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91980", + "city": "Tecate", + "state": "CA", + "latitude": "32.588485", + "longitude": "-116.630340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91987", + "city": "Tecate", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "91990", + "city": "Potrero", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92002", + "city": "Carlsbad", + "state": "CA", + "latitude": "33.198032", + "longitude": "-117.234701", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92003", + "city": "Bonsall", + "state": "CA", + "latitude": "33.289265", + "longitude": "-117.200110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92004", + "city": "Borrego Springs", + "state": "CA", + "latitude": "33.184028", + "longitude": "-116.265970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92007", + "city": "Cardiff By The Sea", + "state": "CA", + "latitude": "33.026742", + "longitude": "-117.278160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92008", + "city": "Carlsbad", + "state": "CA", + "latitude": "33.158137", + "longitude": "-117.326460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92009", + "city": "Carlsbad", + "state": "CA", + "latitude": "33.097841", + "longitude": "-117.267440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92013", + "city": "Carlsbad", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92014", + "city": "Del Mar", + "state": "CA", + "latitude": "32.961812", + "longitude": "-117.259670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92018", + "city": "Carlsbad", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92019", + "city": "El Cajon", + "state": "CA", + "latitude": "32.788736", + "longitude": "-116.904870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92020", + "city": "El Cajon", + "state": "CA", + "latitude": "32.799100", + "longitude": "-116.973340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92021", + "city": "El Cajon", + "state": "CA", + "latitude": "32.820100", + "longitude": "-116.912340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92022", + "city": "El Cajon", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92023", + "city": "Encinitas", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92024", + "city": "Encinitas", + "state": "CA", + "latitude": "33.053092", + "longitude": "-117.268550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92025", + "city": "Escondido", + "state": "CA", + "latitude": "33.106862", + "longitude": "-117.070770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92026", + "city": "Escondido", + "state": "CA", + "latitude": "33.181543", + "longitude": "-117.111360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92027", + "city": "Escondido", + "state": "CA", + "latitude": "33.142706", + "longitude": "-117.030490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92028", + "city": "Fallbrook", + "state": "CA", + "latitude": "33.380359", + "longitude": "-117.206050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92029", + "city": "Escondido", + "state": "CA", + "latitude": "33.087868", + "longitude": "-117.115580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92030", + "city": "Escondido", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92031", + "city": "Adelanto", + "state": "CA", + "latitude": "34.587473", + "longitude": "-117.406293", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92033", + "city": "Escondido", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92036", + "city": "Julian", + "state": "CA", + "latitude": "33.027570", + "longitude": "-116.531090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92037", + "city": "La Jolla", + "state": "CA", + "latitude": "32.838761", + "longitude": "-117.261590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92038", + "city": "La Jolla", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92039", + "city": "La Jolla", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92040", + "city": "Lakeside", + "state": "CA", + "latitude": "32.873849", + "longitude": "-116.904770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92046", + "city": "Escondido", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92049", + "city": "Oceanside", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92051", + "city": "Oceanside", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92052", + "city": "Oceanside", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92054", + "city": "Oceanside", + "state": "CA", + "latitude": "33.202463", + "longitude": "-117.360770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92055", + "city": "Camp Pendleton", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92056", + "city": "Oceanside", + "state": "CA", + "latitude": "33.195354", + "longitude": "-117.282320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92057", + "city": "Oceanside", + "state": "CA", + "latitude": "33.240926", + "longitude": "-117.298510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92058", + "city": "Oceanside", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92059", + "city": "Pala", + "state": "CA", + "latitude": "33.369249", + "longitude": "-117.072360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92060", + "city": "Palomar Mountain", + "state": "CA", + "latitude": "33.308217", + "longitude": "-116.847100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92061", + "city": "Pauma Valley", + "state": "CA", + "latitude": "33.311881", + "longitude": "-116.964990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92064", + "city": "Poway", + "state": "CA", + "latitude": "32.973645", + "longitude": "-117.037010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92065", + "city": "Ramona", + "state": "CA", + "latitude": "33.035844", + "longitude": "-116.851300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92066", + "city": "Ranchita", + "state": "CA", + "latitude": "33.209313", + "longitude": "-116.542440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92067", + "city": "Rancho Santa Fe", + "state": "CA", + "latitude": "33.016492", + "longitude": "-117.202640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92068", + "city": "San Luis Rey", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92069", + "city": "San Marcos", + "state": "CA", + "latitude": "33.144908", + "longitude": "-117.171280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92070", + "city": "Santa Ysabel", + "state": "CA", + "latitude": "33.166768", + "longitude": "-116.710610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92071", + "city": "Santee", + "state": "CA", + "latitude": "32.846810", + "longitude": "-116.989830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92072", + "city": "Santee", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92074", + "city": "Poway", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92075", + "city": "Solana Beach", + "state": "CA", + "latitude": "32.997543", + "longitude": "-117.260870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92078", + "city": "San Marcos", + "state": "CA", + "latitude": "33.122029", + "longitude": "-117.156050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92079", + "city": "San Marcos", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92082", + "city": "Valley Center", + "state": "CA", + "latitude": "33.261748", + "longitude": "-117.010270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92083", + "city": "Vista", + "state": "CA", + "latitude": "33.179587", + "longitude": "-117.244610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92084", + "city": "Vista", + "state": "CA", + "latitude": "33.213309", + "longitude": "-117.214740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92085", + "city": "Vista", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92086", + "city": "Warner Springs", + "state": "CA", + "latitude": "33.337152", + "longitude": "-116.693550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92088", + "city": "Fallbrook", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92090", + "city": "El Cajon", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92091", + "city": "Rancho Santa Fe", + "state": "CA", + "latitude": "32.993541", + "longitude": "-117.213110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92092", + "city": "La Jolla", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92093", + "city": "La Jolla", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92096", + "city": "San Marcos", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92101", + "city": "San Diego", + "state": "CA", + "latitude": "32.719601", + "longitude": "-117.162460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92102", + "city": "San Diego", + "state": "CA", + "latitude": "32.714992", + "longitude": "-117.125370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92103", + "city": "San Diego", + "state": "CA", + "latitude": "32.746018", + "longitude": "-117.167150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92104", + "city": "San Diego", + "state": "CA", + "latitude": "32.742892", + "longitude": "-117.127740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92105", + "city": "San Diego", + "state": "CA", + "latitude": "32.741256", + "longitude": "-117.095100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92106", + "city": "San Diego", + "state": "CA", + "latitude": "32.725900", + "longitude": "-117.230790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92107", + "city": "San Diego", + "state": "CA", + "latitude": "32.740900", + "longitude": "-117.244340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92108", + "city": "San Diego", + "state": "CA", + "latitude": "32.773600", + "longitude": "-117.137850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92109", + "city": "San Diego", + "state": "CA", + "latitude": "32.791246", + "longitude": "-117.243430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92110", + "city": "San Diego", + "state": "CA", + "latitude": "32.766482", + "longitude": "-117.200770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92111", + "city": "San Diego", + "state": "CA", + "latitude": "32.804972", + "longitude": "-117.168710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92112", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92113", + "city": "San Diego", + "state": "CA", + "latitude": "32.697402", + "longitude": "-117.120010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92114", + "city": "San Diego", + "state": "CA", + "latitude": "32.706954", + "longitude": "-117.054200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92115", + "city": "San Diego", + "state": "CA", + "latitude": "32.760300", + "longitude": "-117.070310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92116", + "city": "San Diego", + "state": "CA", + "latitude": "32.762350", + "longitude": "-117.122460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92117", + "city": "San Diego", + "state": "CA", + "latitude": "32.823865", + "longitude": "-117.199660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92118", + "city": "Coronado", + "state": "CA", + "latitude": "32.682727", + "longitude": "-117.174410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92119", + "city": "San Diego", + "state": "CA", + "latitude": "32.802250", + "longitude": "-117.024310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92120", + "city": "San Diego", + "state": "CA", + "latitude": "32.794449", + "longitude": "-117.072210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92121", + "city": "San Diego", + "state": "CA", + "latitude": "32.899996", + "longitude": "-117.207220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92122", + "city": "San Diego", + "state": "CA", + "latitude": "32.856447", + "longitude": "-117.211430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92123", + "city": "San Diego", + "state": "CA", + "latitude": "32.803799", + "longitude": "-117.135950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92124", + "city": "San Diego", + "state": "CA", + "latitude": "32.822815", + "longitude": "-117.098440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92126", + "city": "San Diego", + "state": "CA", + "latitude": "32.914346", + "longitude": "-117.141160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92127", + "city": "San Diego", + "state": "CA", + "latitude": "33.022384", + "longitude": "-117.106940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92128", + "city": "San Diego", + "state": "CA", + "latitude": "32.998855", + "longitude": "-117.070540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92129", + "city": "San Diego", + "state": "CA", + "latitude": "32.961014", + "longitude": "-117.125100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92130", + "city": "San Diego", + "state": "CA", + "latitude": "32.946776", + "longitude": "-117.219180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92131", + "city": "San Diego", + "state": "CA", + "latitude": "32.918035", + "longitude": "-117.084380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92132", + "city": "San Diego", + "state": "CA", + "latitude": "32.643703", + "longitude": "-117.138414", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "92133", + "city": "San Diego", + "state": "CA", + "latitude": "32.733507", + "longitude": "-117.216451", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92134", + "city": "San Diego", + "state": "CA", + "latitude": "32.562106", + "longitude": "-117.071660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92135", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92136", + "city": "San Diego", + "state": "CA", + "latitude": "32.683420", + "longitude": "-117.121913", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92137", + "city": "San Diego", + "state": "CA", + "latitude": "32.853770", + "longitude": "-117.119744", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92138", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92139", + "city": "San Diego", + "state": "CA", + "latitude": "32.677286", + "longitude": "-117.052410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92140", + "city": "San Diego", + "state": "CA", + "latitude": "32.743440", + "longitude": "-117.200412", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92142", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92143", + "city": "San Ysidro", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92145", + "city": "San Diego", + "state": "CA", + "latitude": "32.889139", + "longitude": "-117.100486", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92147", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92149", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92150", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92152", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92153", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92154", + "city": "San Diego", + "state": "CA", + "latitude": "32.574398", + "longitude": "-117.056330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92155", + "city": "San Diego", + "state": "CA", + "latitude": "32.671602", + "longitude": "-117.165665", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92158", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92159", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92160", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92161", + "city": "San Diego", + "state": "CA", + "latitude": "32.871846", + "longitude": "-117.229119", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92162", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92163", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92164", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92165", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92166", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92167", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92168", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92169", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92170", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92171", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92172", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92173", + "city": "San Ysidro", + "state": "CA", + "latitude": "32.556264", + "longitude": "-117.050570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92174", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92175", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92176", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92177", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92178", + "city": "Coronado", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92179", + "city": "San Diego", + "state": "CA", + "latitude": "32.572602", + "longitude": "-116.918724", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92182", + "city": "San Diego", + "state": "CA", + "latitude": "32.775088", + "longitude": "-117.076176", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92184", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92186", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92187", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92190", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92191", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92192", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92193", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92194", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92195", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92196", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92197", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92198", + "city": "San Diego", + "state": "CA", + "latitude": "33.016928", + "longitude": "-116.846046", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92199", + "city": "San Diego", + "state": "CA", + "latitude": "32.751575", + "longitude": "-117.191848", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92201", + "city": "Indio", + "state": "CA", + "latitude": "33.715271", + "longitude": "-116.235000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92202", + "city": "Indio", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92203", + "city": "Indio", + "state": "CA", + "latitude": "33.753070", + "longitude": "-116.246880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92210", + "city": "Indian Wells", + "state": "CA", + "latitude": "33.701290", + "longitude": "-116.341480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92211", + "city": "Palm Desert", + "state": "CA", + "latitude": "33.759409", + "longitude": "-116.323170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92220", + "city": "Banning", + "state": "CA", + "latitude": "33.920803", + "longitude": "-116.878970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92222", + "city": "Bard", + "state": "CA", + "latitude": "32.782242", + "longitude": "-114.561905", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92223", + "city": "Beaumont", + "state": "CA", + "latitude": "33.945265", + "longitude": "-116.975900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92225", + "city": "Blythe", + "state": "CA", + "latitude": "33.628333", + "longitude": "-114.619050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92226", + "city": "Blythe", + "state": "CA", + "latitude": "33.598690", + "longitude": "-114.652517", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92227", + "city": "Brawley", + "state": "CA", + "latitude": "32.989750", + "longitude": "-115.504750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92230", + "city": "Cabazon", + "state": "CA", + "latitude": "33.911404", + "longitude": "-116.768340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92231", + "city": "Calexico", + "state": "CA", + "latitude": "32.683491", + "longitude": "-115.482770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92232", + "city": "Calexico", + "state": "CA", + "latitude": "33.026203", + "longitude": "-115.284581", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92233", + "city": "Calipatria", + "state": "CA", + "latitude": "33.131764", + "longitude": "-115.512080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92234", + "city": "Cathedral City", + "state": "CA", + "latitude": "33.807761", + "longitude": "-116.464730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92235", + "city": "Cathedral City", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92236", + "city": "Coachella", + "state": "CA", + "latitude": "33.679872", + "longitude": "-116.176560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92239", + "city": "Desert Center", + "state": "CA", + "latitude": "33.830029", + "longitude": "-115.401240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92240", + "city": "Desert Hot Springs", + "state": "CA", + "latitude": "33.952303", + "longitude": "-116.508040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92241", + "city": "Desert Hot Springs", + "state": "CA", + "latitude": "33.904371", + "longitude": "-116.386340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92242", + "city": "Earp", + "state": "CA", + "latitude": "34.137179", + "longitude": "-114.358230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92243", + "city": "El Centro", + "state": "CA", + "latitude": "32.783359", + "longitude": "-115.577460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92244", + "city": "El Centro", + "state": "CA", + "latitude": "32.794750", + "longitude": "-115.692714", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92249", + "city": "Heber", + "state": "CA", + "latitude": "32.726931", + "longitude": "-115.512450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92250", + "city": "Holtville", + "state": "CA", + "latitude": "32.800259", + "longitude": "-115.353690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92251", + "city": "Imperial", + "state": "CA", + "latitude": "32.853471", + "longitude": "-115.589420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92252", + "city": "Joshua Tree", + "state": "CA", + "latitude": "34.175926", + "longitude": "-116.291370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92253", + "city": "La Quinta", + "state": "CA", + "latitude": "33.675373", + "longitude": "-116.296490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92254", + "city": "Mecca", + "state": "CA", + "latitude": "33.543836", + "longitude": "-115.994040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92255", + "city": "Palm Desert", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92256", + "city": "Morongo Valley", + "state": "CA", + "latitude": "34.066626", + "longitude": "-116.559510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92257", + "city": "Niland", + "state": "CA", + "latitude": "33.330929", + "longitude": "-115.615830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92258", + "city": "North Palm Springs", + "state": "CA", + "latitude": "33.921502", + "longitude": "-116.567030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92259", + "city": "Ocotillo", + "state": "CA", + "latitude": "32.722049", + "longitude": "-115.959980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92260", + "city": "Palm Desert", + "state": "CA", + "latitude": "33.715672", + "longitude": "-116.384960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92261", + "city": "Palm Desert", + "state": "CA", + "latitude": "33.660374", + "longitude": "-116.408249", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92262", + "city": "Palm Springs", + "state": "CA", + "latitude": "33.842984", + "longitude": "-116.543440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92263", + "city": "Palm Springs", + "state": "CA", + "latitude": "33.761076", + "longitude": "-116.535887", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92264", + "city": "Palm Springs", + "state": "CA", + "latitude": "33.798669", + "longitude": "-116.518870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92266", + "city": "Palo Verde", + "state": "CA", + "latitude": "33.387467", + "longitude": "-114.713520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92267", + "city": "Parker Dam", + "state": "CA", + "latitude": "34.286985", + "longitude": "-114.172510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92268", + "city": "Pioneertown", + "state": "CA", + "latitude": "34.203249", + "longitude": "-116.565650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92270", + "city": "Rancho Mirage", + "state": "CA", + "latitude": "33.762944", + "longitude": "-116.422490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92271", + "city": "Rancho Mirage", + "state": "CA", + "latitude": "33.531630", + "longitude": "-114.892368", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92273", + "city": "Seeley", + "state": "CA", + "latitude": "32.792631", + "longitude": "-115.691620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92274", + "city": "Thermal", + "state": "CA", + "latitude": "33.466287", + "longitude": "-116.068800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92275", + "city": "Salton City", + "state": "CA", + "latitude": "33.289347", + "longitude": "-115.956500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92276", + "city": "Thousand Palms", + "state": "CA", + "latitude": "33.821318", + "longitude": "-116.380230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92277", + "city": "Twentynine Palms", + "state": "CA", + "latitude": "34.165696", + "longitude": "-116.033430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92278", + "city": "Twentynine Palms", + "state": "CA", + "latitude": "34.360235", + "longitude": "-116.209640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92280", + "city": "Vidal", + "state": "CA", + "latitude": "34.143497", + "longitude": "-114.624110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92281", + "city": "Westmorland", + "state": "CA", + "latitude": "33.037061", + "longitude": "-115.619400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92282", + "city": "White Water", + "state": "CA", + "latitude": "33.941487", + "longitude": "-116.645060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92283", + "city": "Winterhaven", + "state": "CA", + "latitude": "32.786759", + "longitude": "-114.625910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92284", + "city": "Yucca Valley", + "state": "CA", + "latitude": "34.161795", + "longitude": "-116.412460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92285", + "city": "Landers", + "state": "CA", + "latitude": "34.310390", + "longitude": "-116.450120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92286", + "city": "Yucca Valley", + "state": "CA", + "latitude": "34.180251", + "longitude": "-116.350003", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92292", + "city": "Palm Springs", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92301", + "city": "Adelanto", + "state": "CA", + "latitude": "34.641695", + "longitude": "-117.508030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92304", + "city": "Amboy", + "state": "CA", + "latitude": "34.548138", + "longitude": "-115.657960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92305", + "city": "Angelus Oaks", + "state": "CA", + "latitude": "34.172474", + "longitude": "-116.875930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92307", + "city": "Apple Valley", + "state": "CA", + "latitude": "34.538622", + "longitude": "-117.177290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92308", + "city": "Apple Valley", + "state": "CA", + "latitude": "34.447959", + "longitude": "-117.192220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92309", + "city": "Baker", + "state": "CA", + "latitude": "35.272950", + "longitude": "-116.065040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92310", + "city": "Fort Irwin", + "state": "CA", + "latitude": "35.262763", + "longitude": "-116.694520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92311", + "city": "Barstow", + "state": "CA", + "latitude": "34.894181", + "longitude": "-117.036360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92312", + "city": "Barstow", + "state": "CA", + "latitude": "34.201638", + "longitude": "-116.906215", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92313", + "city": "Grand Terrace", + "state": "CA", + "latitude": "34.030714", + "longitude": "-117.311740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92314", + "city": "Big Bear City", + "state": "CA", + "latitude": "34.255388", + "longitude": "-116.854420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92315", + "city": "Big Bear Lake", + "state": "CA", + "latitude": "34.241295", + "longitude": "-116.903280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92316", + "city": "Bloomington", + "state": "CA", + "latitude": "34.064062", + "longitude": "-117.394320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92317", + "city": "Blue Jay", + "state": "CA", + "latitude": "34.245607", + "longitude": "-117.230000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92318", + "city": "Bryn Mawr", + "state": "CA", + "latitude": "34.048544", + "longitude": "-117.232740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92320", + "city": "Calimesa", + "state": "CA", + "latitude": "33.984551", + "longitude": "-117.037670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92321", + "city": "Cedar Glen", + "state": "CA", + "latitude": "34.254199", + "longitude": "-117.175630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92322", + "city": "Cedarpines Park", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92323", + "city": "Cima", + "state": "CA", + "latitude": "35.187237", + "longitude": "-115.397270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92324", + "city": "Colton", + "state": "CA", + "latitude": "34.061931", + "longitude": "-117.319950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92325", + "city": "Crestline", + "state": "CA", + "latitude": "34.242567", + "longitude": "-117.286540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92326", + "city": "Crest Park", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92327", + "city": "Daggett", + "state": "CA", + "latitude": "34.866837", + "longitude": "-116.863790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92328", + "city": "Death Valley", + "state": "CA", + "latitude": "35.945641", + "longitude": "-117.202960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92329", + "city": "Phelan", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92332", + "city": "Essex", + "state": "CA", + "latitude": "35.002240", + "longitude": "-115.239360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92333", + "city": "Fawnskin", + "state": "CA", + "latitude": "34.268344", + "longitude": "-116.938420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92334", + "city": "Fontana", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92335", + "city": "Fontana", + "state": "CA", + "latitude": "34.088911", + "longitude": "-117.452130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92336", + "city": "Fontana", + "state": "CA", + "latitude": "34.125147", + "longitude": "-117.458180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92337", + "city": "Fontana", + "state": "CA", + "latitude": "34.046992", + "longitude": "-117.481000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92338", + "city": "Ludlow", + "state": "CA", + "latitude": "34.720285", + "longitude": "-116.198200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92339", + "city": "Forest Falls", + "state": "CA", + "latitude": "34.087114", + "longitude": "-116.923000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92340", + "city": "Hesperia", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92341", + "city": "Green Valley Lake", + "state": "CA", + "latitude": "34.241477", + "longitude": "-117.074490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92342", + "city": "Helendale", + "state": "CA", + "latitude": "34.761696", + "longitude": "-117.334440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92345", + "city": "Hesperia", + "state": "CA", + "latitude": "34.399992", + "longitude": "-117.339990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92346", + "city": "Highland", + "state": "CA", + "latitude": "34.127160", + "longitude": "-117.200730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92347", + "city": "Hinkley", + "state": "CA", + "latitude": "34.956205", + "longitude": "-117.219940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92350", + "city": "Loma Linda", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92352", + "city": "Lake Arrowhead", + "state": "CA", + "latitude": "34.256290", + "longitude": "-117.191320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92354", + "city": "Loma Linda", + "state": "CA", + "latitude": "34.050764", + "longitude": "-117.253270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92356", + "city": "Lucerne Valley", + "state": "CA", + "latitude": "34.481229", + "longitude": "-116.906010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92357", + "city": "Loma Linda", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92358", + "city": "Lytle Creek", + "state": "CA", + "latitude": "34.229288", + "longitude": "-117.520820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92359", + "city": "Mentone", + "state": "CA", + "latitude": "34.083512", + "longitude": "-117.096880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92363", + "city": "Needles", + "state": "CA", + "latitude": "34.808718", + "longitude": "-114.626640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92364", + "city": "Nipton", + "state": "CA", + "latitude": "35.460190", + "longitude": "-115.494670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92365", + "city": "Newberry Springs", + "state": "CA", + "latitude": "34.896333", + "longitude": "-116.636440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92366", + "city": "Mountain Pass", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92368", + "city": "Oro Grande", + "state": "CA", + "latitude": "34.634147", + "longitude": "-117.306140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92369", + "city": "Patton", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92371", + "city": "Phelan", + "state": "CA", + "latitude": "34.453465", + "longitude": "-117.533920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92372", + "city": "Pinon Hills", + "state": "CA", + "latitude": "34.446540", + "longitude": "-117.634110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92373", + "city": "Redlands", + "state": "CA", + "latitude": "34.034714", + "longitude": "-117.173050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92374", + "city": "Redlands", + "state": "CA", + "latitude": "34.063264", + "longitude": "-117.168880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92375", + "city": "Redlands", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92376", + "city": "Rialto", + "state": "CA", + "latitude": "34.109511", + "longitude": "-117.376170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92377", + "city": "Rialto", + "state": "CA", + "latitude": "34.151243", + "longitude": "-117.398730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92378", + "city": "Rimforest", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92382", + "city": "Running Springs", + "state": "CA", + "latitude": "34.205626", + "longitude": "-117.104990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92384", + "city": "Shoshone", + "state": "CA", + "latitude": "35.947562", + "longitude": "-116.270370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92385", + "city": "Skyforest", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92386", + "city": "Sugarloaf", + "state": "CA", + "latitude": "34.244448", + "longitude": "-116.829620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92389", + "city": "Tecopa", + "state": "CA", + "latitude": "35.848556", + "longitude": "-116.226270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92391", + "city": "Twin Peaks", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92392", + "city": "Victorville", + "state": "CA", + "latitude": "34.489466", + "longitude": "-117.353210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92393", + "city": "Victorville", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92394", + "city": "Victorville", + "state": "CA", + "latitude": "34.559650", + "longitude": "-117.357730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92396", + "city": "Winchester", + "state": "CA", + "latitude": "33.714421", + "longitude": "-117.069361", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92397", + "city": "Wrightwood", + "state": "CA", + "latitude": "34.358760", + "longitude": "-117.627520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92398", + "city": "Yermo", + "state": "CA", + "latitude": "34.909491", + "longitude": "-116.840580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92399", + "city": "Yucaipa", + "state": "CA", + "latitude": "34.033564", + "longitude": "-117.037760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92401", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.105079", + "longitude": "-117.290750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92402", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.213920", + "longitude": "-117.127166", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92403", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92404", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.148560", + "longitude": "-117.262980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92405", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.141659", + "longitude": "-117.297220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92406", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92407", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.198189", + "longitude": "-117.358260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92408", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.080662", + "longitude": "-117.273570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92410", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.106965", + "longitude": "-117.297500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92411", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.120510", + "longitude": "-117.317600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92412", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92413", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92414", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92415", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92416", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92418", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92420", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92423", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92424", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92427", + "city": "San Bernardino", + "state": "CA", + "latitude": "34.262243", + "longitude": "-116.861506", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92501", + "city": "Riverside", + "state": "CA", + "latitude": "33.991181", + "longitude": "-117.370740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92502", + "city": "Riverside", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92503", + "city": "Riverside", + "state": "CA", + "latitude": "33.913550", + "longitude": "-117.460520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92504", + "city": "Riverside", + "state": "CA", + "latitude": "33.926315", + "longitude": "-117.409370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92505", + "city": "Riverside", + "state": "CA", + "latitude": "33.921765", + "longitude": "-117.488120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92506", + "city": "Riverside", + "state": "CA", + "latitude": "33.943615", + "longitude": "-117.372390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92507", + "city": "Riverside", + "state": "CA", + "latitude": "33.978965", + "longitude": "-117.336460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92508", + "city": "Riverside", + "state": "CA", + "latitude": "33.890313", + "longitude": "-117.321220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92509", + "city": "Riverside", + "state": "CA", + "latitude": "33.998751", + "longitude": "-117.446950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92513", + "city": "Riverside", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92514", + "city": "Riverside", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92515", + "city": "Riverside", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92516", + "city": "Riverside", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92517", + "city": "Riverside", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92518", + "city": "March Air Force Base", + "state": "CA", + "latitude": "33.891084", + "longitude": "-117.272600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92519", + "city": "Riverside", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92521", + "city": "Riverside", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92522", + "city": "Riverside", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92530", + "city": "Lake Elsinore", + "state": "CA", + "latitude": "33.675893", + "longitude": "-117.349460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92531", + "city": "Lake Elsinore", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92532", + "city": "Lake Elsinore", + "state": "CA", + "latitude": "33.696543", + "longitude": "-117.324700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92536", + "city": "Aguanga", + "state": "CA", + "latitude": "33.485978", + "longitude": "-116.820040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92539", + "city": "Anza", + "state": "CA", + "latitude": "33.550550", + "longitude": "-116.673620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92543", + "city": "Hemet", + "state": "CA", + "latitude": "33.735420", + "longitude": "-116.974010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92544", + "city": "Hemet", + "state": "CA", + "latitude": "33.708843", + "longitude": "-116.909480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92545", + "city": "Hemet", + "state": "CA", + "latitude": "33.736743", + "longitude": "-117.021700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92546", + "city": "Hemet", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92548", + "city": "Homeland", + "state": "CA", + "latitude": "33.749656", + "longitude": "-117.117060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92549", + "city": "Idyllwild", + "state": "CA", + "latitude": "33.750795", + "longitude": "-116.725620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92551", + "city": "Moreno Valley", + "state": "CA", + "latitude": "33.889035", + "longitude": "-117.220460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92552", + "city": "Moreno Valley", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92553", + "city": "Moreno Valley", + "state": "CA", + "latitude": "33.923243", + "longitude": "-117.242110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92554", + "city": "Moreno Valley", + "state": "CA", + "latitude": "33.521993", + "longitude": "-115.915905", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92555", + "city": "Moreno Valley", + "state": "CA", + "latitude": "33.922823", + "longitude": "-117.168370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92556", + "city": "Moreno Valley", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92557", + "city": "Moreno Valley", + "state": "CA", + "latitude": "33.957957", + "longitude": "-117.248330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92561", + "city": "Mountain Center", + "state": "CA", + "latitude": "33.632049", + "longitude": "-116.558780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92562", + "city": "Murrieta", + "state": "CA", + "latitude": "33.568617", + "longitude": "-117.252640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92563", + "city": "Murrieta", + "state": "CA", + "latitude": "33.571185", + "longitude": "-117.153620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92564", + "city": "Murrieta", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92567", + "city": "Nuevo", + "state": "CA", + "latitude": "33.819818", + "longitude": "-117.117780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92570", + "city": "Perris", + "state": "CA", + "latitude": "33.784051", + "longitude": "-117.298120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92571", + "city": "Perris", + "state": "CA", + "latitude": "33.822068", + "longitude": "-117.215140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92572", + "city": "Perris", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92581", + "city": "San Jacinto", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92582", + "city": "San Jacinto", + "state": "CA", + "latitude": "33.796153", + "longitude": "-117.000460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92583", + "city": "San Jacinto", + "state": "CA", + "latitude": "33.788491", + "longitude": "-116.951250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92584", + "city": "Menifee", + "state": "CA", + "latitude": "33.660350", + "longitude": "-117.189870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92585", + "city": "Sun City", + "state": "CA", + "latitude": "33.742936", + "longitude": "-117.174320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92586", + "city": "Sun City", + "state": "CA", + "latitude": "33.706020", + "longitude": "-117.197400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92587", + "city": "Sun City", + "state": "CA", + "latitude": "33.692876", + "longitude": "-117.250380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92589", + "city": "Temecula", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92590", + "city": "Temecula", + "state": "CA", + "latitude": "33.479467", + "longitude": "-117.209330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92591", + "city": "Temecula", + "state": "CA", + "latitude": "33.527750", + "longitude": "-117.120560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92592", + "city": "Temecula", + "state": "CA", + "latitude": "33.495343", + "longitude": "-117.076570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92593", + "city": "Temecula", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92595", + "city": "Wildomar", + "state": "CA", + "latitude": "33.614385", + "longitude": "-117.260800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92596", + "city": "Winchester", + "state": "CA", + "latitude": "33.653216", + "longitude": "-117.079860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92599", + "city": "Perris", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92602", + "city": "Irvine", + "state": "CA", + "latitude": "33.732970", + "longitude": "-117.769320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92603", + "city": "Irvine", + "state": "CA", + "latitude": "33.648871", + "longitude": "-117.764637", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92604", + "city": "Irvine", + "state": "CA", + "latitude": "33.687620", + "longitude": "-117.788520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92605", + "city": "Huntington Beach", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92606", + "city": "Irvine", + "state": "CA", + "latitude": "33.695576", + "longitude": "-117.805880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92607", + "city": "Laguna Niguel", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92610", + "city": "Foothill Ranch", + "state": "CA", + "latitude": "33.685479", + "longitude": "-117.666900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92612", + "city": "Irvine", + "state": "CA", + "latitude": "33.650813", + "longitude": "-117.817710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92614", + "city": "Irvine", + "state": "CA", + "latitude": "33.680408", + "longitude": "-117.825920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92615", + "city": "Huntington Beach", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92616", + "city": "Irvine", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92618", + "city": "Irvine", + "state": "CA", + "latitude": "33.659639", + "longitude": "-117.739480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92619", + "city": "Irvine", + "state": "CA", + "latitude": "33.669850", + "longitude": "-117.765939", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92620", + "city": "Irvine", + "state": "CA", + "latitude": "33.714889", + "longitude": "-117.763300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92623", + "city": "Irvine", + "state": "CA", + "latitude": "33.686519", + "longitude": "-117.830788", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92624", + "city": "Capistrano Beach", + "state": "CA", + "latitude": "33.460727", + "longitude": "-117.664670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92625", + "city": "Corona Del Mar", + "state": "CA", + "latitude": "33.600172", + "longitude": "-117.868230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92626", + "city": "Costa Mesa", + "state": "CA", + "latitude": "33.677224", + "longitude": "-117.908630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92627", + "city": "Costa Mesa", + "state": "CA", + "latitude": "33.647028", + "longitude": "-117.915060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92628", + "city": "Costa Mesa", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92629", + "city": "Dana Point", + "state": "CA", + "latitude": "33.475302", + "longitude": "-117.703270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92630", + "city": "Lake Forest", + "state": "CA", + "latitude": "33.640223", + "longitude": "-117.691080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92635", + "city": "Laguna Hills", + "state": "CA", + "latitude": "33.573176", + "longitude": "-117.698173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92646", + "city": "Huntington Beach", + "state": "CA", + "latitude": "33.666269", + "longitude": "-117.969300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92647", + "city": "Huntington Beach", + "state": "CA", + "latitude": "33.725167", + "longitude": "-118.005090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92648", + "city": "Huntington Beach", + "state": "CA", + "latitude": "33.673468", + "longitude": "-118.002430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92649", + "city": "Huntington Beach", + "state": "CA", + "latitude": "33.720017", + "longitude": "-118.046140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92650", + "city": "East Irvine", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92651", + "city": "Laguna Beach", + "state": "CA", + "latitude": "33.535325", + "longitude": "-117.771920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92652", + "city": "Laguna Beach", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92653", + "city": "Laguna Hills", + "state": "CA", + "latitude": "33.602823", + "longitude": "-117.712950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92654", + "city": "Laguna Hills", + "state": "CA", + "latitude": "33.601673", + "longitude": "-117.716885", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92655", + "city": "Midway City", + "state": "CA", + "latitude": "33.745166", + "longitude": "-117.985690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92656", + "city": "Aliso Viejo", + "state": "CA", + "latitude": "33.581533", + "longitude": "-117.724740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92657", + "city": "Newport Coast", + "state": "CA", + "latitude": "33.610717", + "longitude": "-117.832500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92658", + "city": "Newport Beach", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92659", + "city": "Newport Beach", + "state": "CA", + "latitude": "33.611198", + "longitude": "-117.886731", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92660", + "city": "Newport Beach", + "state": "CA", + "latitude": "33.634821", + "longitude": "-117.874530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92661", + "city": "Newport Beach", + "state": "CA", + "latitude": "33.601822", + "longitude": "-117.899660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92662", + "city": "Newport Beach", + "state": "CA", + "latitude": "33.606271", + "longitude": "-117.892430", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "92663", + "city": "Newport Beach", + "state": "CA", + "latitude": "33.619221", + "longitude": "-117.930870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92670", + "city": "Placentia", + "state": "CA", + "latitude": "33.870714", + "longitude": "-117.879342", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92672", + "city": "San Clemente", + "state": "CA", + "latitude": "33.427078", + "longitude": "-117.614010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92673", + "city": "San Clemente", + "state": "CA", + "latitude": "33.462927", + "longitude": "-117.624140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92674", + "city": "San Clemente", + "state": "CA", + "latitude": "33.438428", + "longitude": "-117.623131", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92675", + "city": "San Juan Capistrano", + "state": "CA", + "latitude": "33.500843", + "longitude": "-117.658660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92676", + "city": "Silverado", + "state": "CA", + "latitude": "33.743168", + "longitude": "-117.635630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92677", + "city": "Laguna Niguel", + "state": "CA", + "latitude": "33.531938", + "longitude": "-117.702500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92678", + "city": "Trabuco Canyon", + "state": "CA", + "latitude": "33.673979", + "longitude": "-117.594570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92679", + "city": "Trabuco Canyon", + "state": "CA", + "latitude": "33.639227", + "longitude": "-117.585180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92680", + "city": "Garden Grove", + "state": "CA", + "latitude": "33.792124", + "longitude": "-117.993561", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92683", + "city": "Westminster", + "state": "CA", + "latitude": "33.751418", + "longitude": "-117.993920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92684", + "city": "Westminster", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92685", + "city": "Westminster", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92688", + "city": "Rancho Santa Margarita", + "state": "CA", + "latitude": "33.639994", + "longitude": "-117.603510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92690", + "city": "Mission Viejo", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92691", + "city": "Mission Viejo", + "state": "CA", + "latitude": "33.611272", + "longitude": "-117.666810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92692", + "city": "Mission Viejo", + "state": "CA", + "latitude": "33.615462", + "longitude": "-117.640930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92693", + "city": "San Juan Capistrano", + "state": "CA", + "latitude": "33.555323", + "longitude": "-117.564000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92694", + "city": "Ladera Ranch", + "state": "CA", + "latitude": "33.570763", + "longitude": "-117.634630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92697", + "city": "Irvine", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92698", + "city": "Aliso Viejo", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92701", + "city": "Santa Ana", + "state": "CA", + "latitude": "33.747017", + "longitude": "-117.862480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92702", + "city": "Santa Ana", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92703", + "city": "Santa Ana", + "state": "CA", + "latitude": "33.747067", + "longitude": "-117.904330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92704", + "city": "Santa Ana", + "state": "CA", + "latitude": "33.724167", + "longitude": "-117.906230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92705", + "city": "Santa Ana", + "state": "CA", + "latitude": "33.762117", + "longitude": "-117.818280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92706", + "city": "Santa Ana", + "state": "CA", + "latitude": "33.765916", + "longitude": "-117.881390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92707", + "city": "Santa Ana", + "state": "CA", + "latitude": "33.719118", + "longitude": "-117.871430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92708", + "city": "Fountain Valley", + "state": "CA", + "latitude": "33.708618", + "longitude": "-117.956290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92709", + "city": "Irvine", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92710", + "city": "Irvine", + "state": "CA", + "latitude": "33.711552", + "longitude": "-117.809881", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92711", + "city": "Santa Ana", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92712", + "city": "Santa Ana", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92728", + "city": "Fountain Valley", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92735", + "city": "Santa Ana", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92780", + "city": "Tustin", + "state": "CA", + "latitude": "33.741651", + "longitude": "-117.821270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92781", + "city": "Tustin", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92782", + "city": "Tustin", + "state": "CA", + "latitude": "33.739571", + "longitude": "-117.786180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92799", + "city": "Santa Ana", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92801", + "city": "Anaheim", + "state": "CA", + "latitude": "33.844814", + "longitude": "-117.953810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92802", + "city": "Anaheim", + "state": "CA", + "latitude": "33.806965", + "longitude": "-117.925940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92803", + "city": "Anaheim", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92804", + "city": "Anaheim", + "state": "CA", + "latitude": "33.818165", + "longitude": "-117.973040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92805", + "city": "Anaheim", + "state": "CA", + "latitude": "33.835665", + "longitude": "-117.908070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92806", + "city": "Anaheim", + "state": "CA", + "latitude": "33.835465", + "longitude": "-117.873620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92807", + "city": "Anaheim", + "state": "CA", + "latitude": "33.850515", + "longitude": "-117.791130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92808", + "city": "Anaheim", + "state": "CA", + "latitude": "33.858151", + "longitude": "-117.738640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92811", + "city": "Atwood", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92812", + "city": "Anaheim", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92814", + "city": "Anaheim", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92815", + "city": "Anaheim", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92816", + "city": "Anaheim", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92817", + "city": "Anaheim", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92821", + "city": "Brea", + "state": "CA", + "latitude": "33.923463", + "longitude": "-117.895590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92822", + "city": "Brea", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92823", + "city": "Brea", + "state": "CA", + "latitude": "33.918965", + "longitude": "-117.832520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92825", + "city": "Anaheim", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92831", + "city": "Fullerton", + "state": "CA", + "latitude": "33.878981", + "longitude": "-117.893250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92832", + "city": "Fullerton", + "state": "CA", + "latitude": "33.869114", + "longitude": "-117.929850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92833", + "city": "Fullerton", + "state": "CA", + "latitude": "33.874314", + "longitude": "-117.963700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92834", + "city": "Fullerton", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92835", + "city": "Fullerton", + "state": "CA", + "latitude": "33.903164", + "longitude": "-117.912240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92836", + "city": "Fullerton", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92837", + "city": "Fullerton", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92838", + "city": "Fullerton", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92840", + "city": "Garden Grove", + "state": "CA", + "latitude": "33.785166", + "longitude": "-117.934060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92841", + "city": "Garden Grove", + "state": "CA", + "latitude": "33.786915", + "longitude": "-117.982240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92842", + "city": "Garden Grove", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92843", + "city": "Garden Grove", + "state": "CA", + "latitude": "33.763033", + "longitude": "-117.935500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92844", + "city": "Garden Grove", + "state": "CA", + "latitude": "33.765516", + "longitude": "-117.973100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92845", + "city": "Garden Grove", + "state": "CA", + "latitude": "33.782916", + "longitude": "-118.026190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92846", + "city": "Garden Grove", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92850", + "city": "Anaheim", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92856", + "city": "Orange", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92857", + "city": "Orange", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92859", + "city": "Orange", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92860", + "city": "Norco", + "state": "CA", + "latitude": "33.925885", + "longitude": "-117.559780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92861", + "city": "Villa Park", + "state": "CA", + "latitude": "33.812662", + "longitude": "-117.816230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92862", + "city": "Orange", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92863", + "city": "Orange", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92864", + "city": "Orange", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92865", + "city": "Orange", + "state": "CA", + "latitude": "33.831800", + "longitude": "-117.847390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92866", + "city": "Orange", + "state": "CA", + "latitude": "33.785091", + "longitude": "-117.845690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92867", + "city": "Orange", + "state": "CA", + "latitude": "33.811566", + "longitude": "-117.829190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92868", + "city": "Orange", + "state": "CA", + "latitude": "33.787266", + "longitude": "-117.874940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92869", + "city": "Orange", + "state": "CA", + "latitude": "33.792687", + "longitude": "-117.799750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92870", + "city": "Placentia", + "state": "CA", + "latitude": "33.883314", + "longitude": "-117.854460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92871", + "city": "Placentia", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92877", + "city": "Corona", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92878", + "city": "Corona", + "state": "CA", + "latitude": "33.752886", + "longitude": "-116.055617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92879", + "city": "Corona", + "state": "CA", + "latitude": "33.880800", + "longitude": "-117.540680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92880", + "city": "Corona", + "state": "CA", + "latitude": "33.903803", + "longitude": "-117.602210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92881", + "city": "Corona", + "state": "CA", + "latitude": "33.839516", + "longitude": "-117.535810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92882", + "city": "Corona", + "state": "CA", + "latitude": "33.866555", + "longitude": "-117.591670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92883", + "city": "Corona", + "state": "CA", + "latitude": "33.771548", + "longitude": "-117.478840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92885", + "city": "Yorba Linda", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92886", + "city": "Yorba Linda", + "state": "CA", + "latitude": "33.888062", + "longitude": "-117.804070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92887", + "city": "Yorba Linda", + "state": "CA", + "latitude": "33.883223", + "longitude": "-117.738560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "92899", + "city": "Anaheim", + "state": "CA", + "latitude": "33.640302", + "longitude": "-117.769442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93001", + "city": "Ventura", + "state": "CA", + "latitude": "34.311203", + "longitude": "-119.301640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93002", + "city": "Ventura", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93003", + "city": "Ventura", + "state": "CA", + "latitude": "34.268736", + "longitude": "-119.224900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93004", + "city": "Ventura", + "state": "CA", + "latitude": "34.278812", + "longitude": "-119.167840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93005", + "city": "Ventura", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93006", + "city": "Ventura", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93007", + "city": "Ventura", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93009", + "city": "Ventura", + "state": "CA", + "latitude": "34.356248", + "longitude": "-119.146228", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93010", + "city": "Camarillo", + "state": "CA", + "latitude": "34.231754", + "longitude": "-119.052580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93011", + "city": "Camarillo", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93012", + "city": "Camarillo", + "state": "CA", + "latitude": "34.218756", + "longitude": "-118.992130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93013", + "city": "Carpinteria", + "state": "CA", + "latitude": "34.402194", + "longitude": "-119.523080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93014", + "city": "Carpinteria", + "state": "CA", + "latitude": "34.262834", + "longitude": "-119.848555", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93015", + "city": "Fillmore", + "state": "CA", + "latitude": "34.396646", + "longitude": "-118.900820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93016", + "city": "Fillmore", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93020", + "city": "Moorpark", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93021", + "city": "Moorpark", + "state": "CA", + "latitude": "34.292898", + "longitude": "-118.871340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93022", + "city": "Oak View", + "state": "CA", + "latitude": "34.401466", + "longitude": "-119.300820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93023", + "city": "Ojai", + "state": "CA", + "latitude": "34.456957", + "longitude": "-119.253070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93024", + "city": "Ojai", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93030", + "city": "Oxnard", + "state": "CA", + "latitude": "34.217070", + "longitude": "-119.176900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93031", + "city": "Oxnard", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93032", + "city": "Oxnard", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93033", + "city": "Oxnard", + "state": "CA", + "latitude": "34.166933", + "longitude": "-119.161130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93034", + "city": "Oxnard", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93035", + "city": "Oxnard", + "state": "CA", + "latitude": "34.179304", + "longitude": "-119.221890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93036", + "city": "Oxnard", + "state": "CA", + "latitude": "34.229420", + "longitude": "-119.178814", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93040", + "city": "Piru", + "state": "CA", + "latitude": "34.424363", + "longitude": "-118.739080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93041", + "city": "Port Hueneme", + "state": "CA", + "latitude": "34.154072", + "longitude": "-119.188290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93042", + "city": "Point Mugu Nawc", + "state": "CA", + "latitude": "34.113389", + "longitude": "-119.112432", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93043", + "city": "Port Hueneme Cbc Base", + "state": "CA", + "latitude": "34.162124", + "longitude": "-119.207364", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93044", + "city": "Port Hueneme", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93060", + "city": "Santa Paula", + "state": "CA", + "latitude": "34.367474", + "longitude": "-119.073170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93061", + "city": "Santa Paula", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93062", + "city": "Simi Valley", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93063", + "city": "Simi Valley", + "state": "CA", + "latitude": "34.279343", + "longitude": "-118.696070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93064", + "city": "Brandeis", + "state": "CA", + "latitude": "34.258203", + "longitude": "-118.710724", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93065", + "city": "Simi Valley", + "state": "CA", + "latitude": "34.265003", + "longitude": "-118.771770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93066", + "city": "Somis", + "state": "CA", + "latitude": "34.287679", + "longitude": "-119.020590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93067", + "city": "Summerland", + "state": "CA", + "latitude": "34.421895", + "longitude": "-119.600840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93093", + "city": "Simi Valley", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93094", + "city": "Simi Valley", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93099", + "city": "Simi Valley", + "state": "CA", + "latitude": "34.032383", + "longitude": "-119.134300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93101", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.420163", + "longitude": "-119.706500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93102", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.262834", + "longitude": "-119.848555", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93103", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.428191", + "longitude": "-119.684120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93105", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.440050", + "longitude": "-119.754960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93106", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.432896", + "longitude": "-119.837072", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93107", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.421795", + "longitude": "-119.863722", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93108", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.433687", + "longitude": "-119.631840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93109", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.403230", + "longitude": "-119.720690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93110", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.439579", + "longitude": "-119.767880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93111", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.443529", + "longitude": "-119.802970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93116", + "city": "Goleta", + "state": "CA", + "latitude": "34.262834", + "longitude": "-119.848555", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93117", + "city": "Goleta", + "state": "CA", + "latitude": "34.443746", + "longitude": "-119.942150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93118", + "city": "Goleta", + "state": "CA", + "latitude": "34.262834", + "longitude": "-119.848555", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93120", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.262834", + "longitude": "-119.848555", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93121", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.262834", + "longitude": "-119.848555", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93130", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.262834", + "longitude": "-119.848555", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93140", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.262834", + "longitude": "-119.848555", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93150", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.262834", + "longitude": "-119.848555", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93160", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.262834", + "longitude": "-119.848555", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93190", + "city": "Santa Barbara", + "state": "CA", + "latitude": "34.262834", + "longitude": "-119.848555", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93199", + "city": "Goleta", + "state": "CA", + "latitude": "34.262834", + "longitude": "-119.848555", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93201", + "city": "Alpaugh", + "state": "CA", + "latitude": "35.889586", + "longitude": "-119.493520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93202", + "city": "Armona", + "state": "CA", + "latitude": "36.311439", + "longitude": "-119.708230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93203", + "city": "Arvin", + "state": "CA", + "latitude": "35.161923", + "longitude": "-118.846550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93204", + "city": "Avenal", + "state": "CA", + "latitude": "35.930766", + "longitude": "-120.100570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93205", + "city": "Bodfish", + "state": "CA", + "latitude": "35.576134", + "longitude": "-118.467450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93206", + "city": "Buttonwillow", + "state": "CA", + "latitude": "35.378250", + "longitude": "-119.416640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93207", + "city": "California Hot Springs", + "state": "CA", + "latitude": "35.871370", + "longitude": "-118.682100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93208", + "city": "Camp Nelson", + "state": "CA", + "latitude": "36.062748", + "longitude": "-118.606630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93210", + "city": "Coalinga", + "state": "CA", + "latitude": "36.194736", + "longitude": "-120.308650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93212", + "city": "Corcoran", + "state": "CA", + "latitude": "36.085342", + "longitude": "-119.554800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93215", + "city": "Delano", + "state": "CA", + "latitude": "35.774967", + "longitude": "-119.233710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93216", + "city": "Delano", + "state": "CA", + "latitude": "35.771876", + "longitude": "-119.269840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93217", + "city": "Earlimart", + "state": "CA", + "latitude": "35.891510", + "longitude": "-119.263225", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93218", + "city": "Ducor", + "state": "CA", + "latitude": "35.842485", + "longitude": "-119.014830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93219", + "city": "Earlimart", + "state": "CA", + "latitude": "35.873680", + "longitude": "-119.263620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93220", + "city": "Edison", + "state": "CA", + "latitude": "35.357018", + "longitude": "-118.810069", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93221", + "city": "Exeter", + "state": "CA", + "latitude": "36.304696", + "longitude": "-119.113830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93222", + "city": "Frazier Park", + "state": "CA", + "latitude": "34.850984", + "longitude": "-119.166260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93223", + "city": "Farmersville", + "state": "CA", + "latitude": "36.300574", + "longitude": "-119.205520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93224", + "city": "Fellows", + "state": "CA", + "latitude": "35.202535", + "longitude": "-119.560930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93225", + "city": "Frazier Park", + "state": "CA", + "latitude": "34.815266", + "longitude": "-119.004040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93226", + "city": "Glennville", + "state": "CA", + "latitude": "35.727428", + "longitude": "-118.724240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93227", + "city": "Goshen", + "state": "CA", + "latitude": "36.357151", + "longitude": "-119.425371", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93230", + "city": "Hanford", + "state": "CA", + "latitude": "36.327063", + "longitude": "-119.645100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93231", + "city": "Hanford", + "state": "CA", + "latitude": "36.138861", + "longitude": "-119.894727", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93232", + "city": "Hanford", + "state": "CA", + "latitude": "36.138861", + "longitude": "-119.894727", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93234", + "city": "Huron", + "state": "CA", + "latitude": "36.209815", + "longitude": "-120.084700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93235", + "city": "Ivanhoe", + "state": "CA", + "latitude": "36.387879", + "longitude": "-119.219080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93237", + "city": "Kaweah", + "state": "CA", + "latitude": "36.472713", + "longitude": "-118.902899", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93238", + "city": "Kernville", + "state": "CA", + "latitude": "35.784367", + "longitude": "-118.437690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93239", + "city": "Kettleman City", + "state": "CA", + "latitude": "36.015318", + "longitude": "-120.007720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93240", + "city": "Lake Isabella", + "state": "CA", + "latitude": "35.617148", + "longitude": "-118.452990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93241", + "city": "Lamont", + "state": "CA", + "latitude": "35.256873", + "longitude": "-118.913250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93242", + "city": "Laton", + "state": "CA", + "latitude": "36.434650", + "longitude": "-119.717530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93243", + "city": "Lebec", + "state": "CA", + "latitude": "34.851405", + "longitude": "-118.879930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93244", + "city": "Lemon Cove", + "state": "CA", + "latitude": "36.417743", + "longitude": "-119.004570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93245", + "city": "Lemoore", + "state": "CA", + "latitude": "36.312075", + "longitude": "-119.803490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93246", + "city": "Lemoore", + "state": "CA", + "latitude": "36.138861", + "longitude": "-119.894727", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93247", + "city": "Lindsay", + "state": "CA", + "latitude": "36.201983", + "longitude": "-119.085890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93249", + "city": "Lost Hills", + "state": "CA", + "latitude": "35.689717", + "longitude": "-119.919610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93250", + "city": "McFarland", + "state": "CA", + "latitude": "35.670747", + "longitude": "-119.213360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93251", + "city": "McKittrick", + "state": "CA", + "latitude": "35.364749", + "longitude": "-119.702420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93252", + "city": "Maricopa", + "state": "CA", + "latitude": "35.040362", + "longitude": "-119.415140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93254", + "city": "New Cuyama", + "state": "CA", + "latitude": "34.956385", + "longitude": "-119.746960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93255", + "city": "Onyx", + "state": "CA", + "latitude": "35.666835", + "longitude": "-118.017010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93256", + "city": "Pixley", + "state": "CA", + "latitude": "35.957119", + "longitude": "-119.312870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93257", + "city": "Porterville", + "state": "CA", + "latitude": "36.055121", + "longitude": "-119.015950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93258", + "city": "Porterville", + "state": "CA", + "latitude": "36.033126", + "longitude": "-119.007265", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93260", + "city": "Posey", + "state": "CA", + "latitude": "35.846291", + "longitude": "-118.632980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93261", + "city": "Richgrove", + "state": "CA", + "latitude": "35.801627", + "longitude": "-119.116990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93262", + "city": "Sequoia National Park", + "state": "CA", + "latitude": "36.596251", + "longitude": "-118.734250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93263", + "city": "Shafter", + "state": "CA", + "latitude": "35.490517", + "longitude": "-119.264950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93265", + "city": "Springville", + "state": "CA", + "latitude": "36.150892", + "longitude": "-118.762040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93266", + "city": "Stratford", + "state": "CA", + "latitude": "36.177361", + "longitude": "-119.820420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93267", + "city": "Strathmore", + "state": "CA", + "latitude": "36.141864", + "longitude": "-119.094110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93268", + "city": "Taft", + "state": "CA", + "latitude": "35.162776", + "longitude": "-119.430300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93270", + "city": "Terra Bella", + "state": "CA", + "latitude": "35.949010", + "longitude": "-119.037420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93271", + "city": "Three Rivers", + "state": "CA", + "latitude": "36.431565", + "longitude": "-118.862960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93272", + "city": "Tipton", + "state": "CA", + "latitude": "36.059363", + "longitude": "-119.320250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93274", + "city": "Tulare", + "state": "CA", + "latitude": "36.201451", + "longitude": "-119.349940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93275", + "city": "Tulare", + "state": "CA", + "latitude": "36.266990", + "longitude": "-118.776902", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93276", + "city": "Tupman", + "state": "CA", + "latitude": "35.305512", + "longitude": "-119.389250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93277", + "city": "Visalia", + "state": "CA", + "latitude": "36.311000", + "longitude": "-119.326370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93278", + "city": "Visalia", + "state": "CA", + "latitude": "36.126621", + "longitude": "-118.819365", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93279", + "city": "Visalia", + "state": "CA", + "latitude": "36.393615", + "longitude": "-119.118982", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93280", + "city": "Wasco", + "state": "CA", + "latitude": "35.605045", + "longitude": "-119.371430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93282", + "city": "Waukena", + "state": "CA", + "latitude": "36.127630", + "longitude": "-119.522020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93283", + "city": "Weldon", + "state": "CA", + "latitude": "35.614134", + "longitude": "-118.278240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93285", + "city": "Wofford Heights", + "state": "CA", + "latitude": "35.714118", + "longitude": "-118.484160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93286", + "city": "Woodlake", + "state": "CA", + "latitude": "36.431121", + "longitude": "-119.106420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93287", + "city": "Woody", + "state": "CA", + "latitude": "35.702936", + "longitude": "-118.884400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93291", + "city": "Visalia", + "state": "CA", + "latitude": "36.351009", + "longitude": "-119.336550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93292", + "city": "Visalia", + "state": "CA", + "latitude": "36.358928", + "longitude": "-119.240270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93301", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.381408", + "longitude": "-119.019350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93302", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93303", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93304", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.344209", + "longitude": "-119.022250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93305", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.387058", + "longitude": "-118.986470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93306", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.396411", + "longitude": "-118.922680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93307", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.324767", + "longitude": "-118.963290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93308", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.487491", + "longitude": "-119.008960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93309", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.340759", + "longitude": "-119.064970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93311", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.200467", + "longitude": "-119.173990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93312", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.390680", + "longitude": "-119.185830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93313", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.197660", + "longitude": "-119.056980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93325", + "city": "Lake of the Woods", + "state": "CA", + "latitude": "34.819232", + "longitude": "-119.000391", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93380", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93381", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93382", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93383", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93384", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93385", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93386", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93387", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93388", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93389", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93390", + "city": "Bakersfield", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93401", + "city": "San Luis Obispo", + "state": "CA", + "latitude": "35.262548", + "longitude": "-120.651960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93402", + "city": "Los Osos", + "state": "CA", + "latitude": "35.313222", + "longitude": "-120.834680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93403", + "city": "San Luis Obispo", + "state": "CA", + "latitude": "35.347065", + "longitude": "-120.455345", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93405", + "city": "San Luis Obispo", + "state": "CA", + "latitude": "35.277189", + "longitude": "-120.703050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93406", + "city": "San Luis Obispo", + "state": "CA", + "latitude": "35.347065", + "longitude": "-120.455345", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93407", + "city": "San Luis Obispo", + "state": "CA", + "latitude": "35.347065", + "longitude": "-120.455345", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93408", + "city": "San Luis Obispo", + "state": "CA", + "latitude": "35.347065", + "longitude": "-120.455345", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93409", + "city": "San Luis Obispo", + "state": "CA", + "latitude": "35.221085", + "longitude": "-120.636399", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93410", + "city": "San Luis Obispo", + "state": "CA", + "latitude": "35.347065", + "longitude": "-120.455345", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93412", + "city": "Los Osos", + "state": "CA", + "latitude": "35.347065", + "longitude": "-120.455345", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93420", + "city": "Arroyo Grande", + "state": "CA", + "latitude": "35.119678", + "longitude": "-120.551160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93421", + "city": "Arroyo Grande", + "state": "CA", + "latitude": "35.347065", + "longitude": "-120.455345", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93422", + "city": "Atascadero", + "state": "CA", + "latitude": "35.474913", + "longitude": "-120.676000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93423", + "city": "Atascadero", + "state": "CA", + "latitude": "35.428241", + "longitude": "-120.769493", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93424", + "city": "Avila Beach", + "state": "CA", + "latitude": "35.185540", + "longitude": "-120.725830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93426", + "city": "Bradley", + "state": "CA", + "latitude": "35.834919", + "longitude": "-120.980930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93427", + "city": "Buellton", + "state": "CA", + "latitude": "34.613014", + "longitude": "-120.205100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93428", + "city": "Cambria", + "state": "CA", + "latitude": "35.563246", + "longitude": "-121.077360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93429", + "city": "Casmalia", + "state": "CA", + "latitude": "34.842293", + "longitude": "-120.531800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93430", + "city": "Cayucos", + "state": "CA", + "latitude": "35.459347", + "longitude": "-120.889470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93432", + "city": "Creston", + "state": "CA", + "latitude": "35.495242", + "longitude": "-120.483920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93433", + "city": "Grover Beach", + "state": "CA", + "latitude": "35.120934", + "longitude": "-120.619520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93434", + "city": "Guadalupe", + "state": "CA", + "latitude": "34.958896", + "longitude": "-120.580140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93435", + "city": "Harmony", + "state": "CA", + "latitude": "35.508282", + "longitude": "-121.035510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93436", + "city": "Lompoc", + "state": "CA", + "latitude": "34.639682", + "longitude": "-120.447100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93437", + "city": "Lompoc", + "state": "CA", + "latitude": "34.734890", + "longitude": "-120.534670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93438", + "city": "Lompoc", + "state": "CA", + "latitude": "34.262834", + "longitude": "-119.848555", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93440", + "city": "Los Alamos", + "state": "CA", + "latitude": "34.754650", + "longitude": "-120.270320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93441", + "city": "Los Olivos", + "state": "CA", + "latitude": "34.709973", + "longitude": "-120.092010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93442", + "city": "Morro Bay", + "state": "CA", + "latitude": "35.373047", + "longitude": "-120.838440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93443", + "city": "Morro Bay", + "state": "CA", + "latitude": "35.347065", + "longitude": "-120.455345", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93444", + "city": "Nipomo", + "state": "CA", + "latitude": "35.032408", + "longitude": "-120.494460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93445", + "city": "Oceano", + "state": "CA", + "latitude": "35.097599", + "longitude": "-120.613270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93446", + "city": "Paso Robles", + "state": "CA", + "latitude": "35.640589", + "longitude": "-120.704180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93447", + "city": "Paso Robles", + "state": "CA", + "latitude": "35.664837", + "longitude": "-120.645420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93448", + "city": "Pismo Beach", + "state": "CA", + "latitude": "35.347065", + "longitude": "-120.455345", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93449", + "city": "Pismo Beach", + "state": "CA", + "latitude": "35.150886", + "longitude": "-120.654010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93450", + "city": "San Ardo", + "state": "CA", + "latitude": "35.964022", + "longitude": "-120.873390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93451", + "city": "San Miguel", + "state": "CA", + "latitude": "35.818054", + "longitude": "-120.636450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93452", + "city": "San Simeon", + "state": "CA", + "latitude": "35.664386", + "longitude": "-121.219650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93453", + "city": "Santa Margarita", + "state": "CA", + "latitude": "35.323098", + "longitude": "-120.083010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93454", + "city": "Santa Maria", + "state": "CA", + "latitude": "34.900809", + "longitude": "-120.348760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93455", + "city": "Santa Maria", + "state": "CA", + "latitude": "34.874550", + "longitude": "-120.428060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93456", + "city": "Santa Maria", + "state": "CA", + "latitude": "35.027682", + "longitude": "-120.196818", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93457", + "city": "Santa Maria", + "state": "CA", + "latitude": "34.836252", + "longitude": "-120.534210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93458", + "city": "Santa Maria", + "state": "CA", + "latitude": "34.956344", + "longitude": "-120.452430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93460", + "city": "Santa Ynez", + "state": "CA", + "latitude": "34.626931", + "longitude": "-120.066100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93461", + "city": "Shandon", + "state": "CA", + "latitude": "35.636185", + "longitude": "-120.271850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93463", + "city": "Solvang", + "state": "CA", + "latitude": "34.608938", + "longitude": "-120.138380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93464", + "city": "Solvang", + "state": "CA", + "latitude": "34.674436", + "longitude": "-120.111465", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93465", + "city": "Templeton", + "state": "CA", + "latitude": "35.544640", + "longitude": "-120.724280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93483", + "city": "Grover Beach", + "state": "CA", + "latitude": "35.347065", + "longitude": "-120.455345", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93492", + "city": "Morro Bay", + "state": "CA", + "latitude": "35.372861", + "longitude": "-120.859391", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93501", + "city": "Mojave", + "state": "CA", + "latitude": "35.045350", + "longitude": "-118.161410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93502", + "city": "Mojave", + "state": "CA", + "latitude": "35.068161", + "longitude": "-118.224785", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93504", + "city": "California City", + "state": "CA", + "latitude": "35.187133", + "longitude": "-117.885359", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93505", + "city": "California City", + "state": "CA", + "latitude": "35.139327", + "longitude": "-117.914730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93510", + "city": "Acton", + "state": "CA", + "latitude": "34.497245", + "longitude": "-118.189510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93512", + "city": "Benton", + "state": "CA", + "latitude": "37.583838", + "longitude": "-118.236150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93513", + "city": "Big Pine", + "state": "CA", + "latitude": "37.136300", + "longitude": "-118.273350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93514", + "city": "Bishop", + "state": "CA", + "latitude": "37.282192", + "longitude": "-118.387170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93515", + "city": "Bishop", + "state": "CA", + "latitude": "36.626033", + "longitude": "-117.218616", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93516", + "city": "Boron", + "state": "CA", + "latitude": "35.030694", + "longitude": "-117.672640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93517", + "city": "Bridgeport", + "state": "CA", + "latitude": "38.210530", + "longitude": "-119.319680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93518", + "city": "Caliente", + "state": "CA", + "latitude": "35.381552", + "longitude": "-118.547480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93519", + "city": "Cantil", + "state": "CA", + "latitude": "35.177369", + "longitude": "-118.035049", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93522", + "city": "Darwin", + "state": "CA", + "latitude": "36.269728", + "longitude": "-117.590020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93523", + "city": "Edwards", + "state": "CA", + "latitude": "35.044352", + "longitude": "-117.857800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93524", + "city": "Edwards", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93526", + "city": "Independence", + "state": "CA", + "latitude": "36.851729", + "longitude": "-118.207430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93527", + "city": "Inyokern", + "state": "CA", + "latitude": "35.734418", + "longitude": "-117.893130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93528", + "city": "Johannesburg", + "state": "CA", + "latitude": "35.366197", + "longitude": "-117.636180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93529", + "city": "June Lake", + "state": "CA", + "latitude": "37.765218", + "longitude": "-119.077690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93530", + "city": "Keeler", + "state": "CA", + "latitude": "36.495772", + "longitude": "-117.882890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93531", + "city": "Keene", + "state": "CA", + "latitude": "35.241311", + "longitude": "-118.593380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93532", + "city": "Lake Hughes", + "state": "CA", + "latitude": "34.676708", + "longitude": "-118.455920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93534", + "city": "Lancaster", + "state": "CA", + "latitude": "34.698696", + "longitude": "-118.150150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93535", + "city": "Lancaster", + "state": "CA", + "latitude": "34.691946", + "longitude": "-117.977560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93536", + "city": "Lancaster", + "state": "CA", + "latitude": "34.728857", + "longitude": "-118.326830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93539", + "city": "Lancaster", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93540", + "city": "Lake Isabella", + "state": "CA", + "latitude": "35.603450", + "longitude": "-118.476436", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93541", + "city": "Lee Vining", + "state": "CA", + "latitude": "37.973204", + "longitude": "-119.120290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93542", + "city": "Little Lake", + "state": "CA", + "latitude": "36.626033", + "longitude": "-117.218616", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93543", + "city": "Littlerock", + "state": "CA", + "latitude": "34.533321", + "longitude": "-117.949040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93544", + "city": "Llano", + "state": "CA", + "latitude": "34.493392", + "longitude": "-117.774440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93545", + "city": "Lone Pine", + "state": "CA", + "latitude": "36.589514", + "longitude": "-118.073670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93546", + "city": "Mammoth Lakes", + "state": "CA", + "latitude": "37.621587", + "longitude": "-118.862790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93549", + "city": "Olancha", + "state": "CA", + "latitude": "36.228484", + "longitude": "-117.970840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93550", + "city": "Palmdale", + "state": "CA", + "latitude": "34.565480", + "longitude": "-118.085490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93551", + "city": "Palmdale", + "state": "CA", + "latitude": "34.606146", + "longitude": "-118.184950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93552", + "city": "Palmdale", + "state": "CA", + "latitude": "34.561207", + "longitude": "-118.037500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93553", + "city": "Pearblossom", + "state": "CA", + "latitude": "34.487552", + "longitude": "-117.898850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93554", + "city": "Randsburg", + "state": "CA", + "latitude": "35.409108", + "longitude": "-117.699660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93555", + "city": "Ridgecrest", + "state": "CA", + "latitude": "35.599177", + "longitude": "-117.680650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93556", + "city": "Ridgecrest", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93558", + "city": "Red Mountain", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93560", + "city": "Rosamond", + "state": "CA", + "latitude": "34.889230", + "longitude": "-118.336290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93561", + "city": "Tehachapi", + "state": "CA", + "latitude": "35.132673", + "longitude": "-118.507810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93562", + "city": "Trona", + "state": "CA", + "latitude": "35.764433", + "longitude": "-117.382020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93563", + "city": "Valyermo", + "state": "CA", + "latitude": "34.394253", + "longitude": "-117.694750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93564", + "city": "Rosamond", + "state": "CA", + "latitude": "34.900151", + "longitude": "-118.246691", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93581", + "city": "Tehachapi", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93584", + "city": "Lancaster", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93586", + "city": "Lancaster", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93590", + "city": "Palmdale", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93591", + "city": "Palmdale", + "state": "CA", + "latitude": "34.596742", + "longitude": "-117.844670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93592", + "city": "Trona", + "state": "CA", + "latitude": "34.839964", + "longitude": "-115.967051", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93596", + "city": "Boron", + "state": "CA", + "latitude": "35.294405", + "longitude": "-118.905173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93599", + "city": "Palmdale", + "state": "CA", + "latitude": "33.786594", + "longitude": "-118.298662", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93601", + "city": "Ahwahnee", + "state": "CA", + "latitude": "37.388698", + "longitude": "-119.724390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93602", + "city": "Auberry", + "state": "CA", + "latitude": "37.077273", + "longitude": "-119.429820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93603", + "city": "Badger", + "state": "CA", + "latitude": "36.678073", + "longitude": "-118.960100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93604", + "city": "Bass Lake", + "state": "CA", + "latitude": "37.364625", + "longitude": "-119.512610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93605", + "city": "Big Creek", + "state": "CA", + "latitude": "37.191503", + "longitude": "-119.263720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93606", + "city": "Biola", + "state": "CA", + "latitude": "36.802534", + "longitude": "-120.019020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93607", + "city": "Burrel", + "state": "CA", + "latitude": "36.589797", + "longitude": "-119.899405", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93608", + "city": "Cantua Creek", + "state": "CA", + "latitude": "36.523482", + "longitude": "-120.384280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93609", + "city": "Caruthers", + "state": "CA", + "latitude": "36.534599", + "longitude": "-119.835920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93610", + "city": "Chowchilla", + "state": "CA", + "latitude": "37.100417", + "longitude": "-120.278640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93611", + "city": "Clovis", + "state": "CA", + "latitude": "36.840057", + "longitude": "-119.661070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93612", + "city": "Clovis", + "state": "CA", + "latitude": "36.813456", + "longitude": "-119.708260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93613", + "city": "Clovis", + "state": "CA", + "latitude": "37.036529", + "longitude": "-119.511704", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93614", + "city": "Coarsegold", + "state": "CA", + "latitude": "37.206505", + "longitude": "-119.720700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93615", + "city": "Cutler", + "state": "CA", + "latitude": "36.506019", + "longitude": "-119.286600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93616", + "city": "Del Rey", + "state": "CA", + "latitude": "36.657266", + "longitude": "-119.593090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93618", + "city": "Dinuba", + "state": "CA", + "latitude": "36.538017", + "longitude": "-119.388870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93620", + "city": "Dos Palos", + "state": "CA", + "latitude": "37.029613", + "longitude": "-120.640140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93621", + "city": "Dunlap", + "state": "CA", + "latitude": "36.774951", + "longitude": "-119.137790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93622", + "city": "Firebaugh", + "state": "CA", + "latitude": "36.800027", + "longitude": "-120.579960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93623", + "city": "Fish Camp", + "state": "CA", + "latitude": "37.463177", + "longitude": "-119.644980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93624", + "city": "Five Points", + "state": "CA", + "latitude": "36.402630", + "longitude": "-120.128550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93625", + "city": "Fowler", + "state": "CA", + "latitude": "36.626500", + "longitude": "-119.675260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93626", + "city": "Friant", + "state": "CA", + "latitude": "37.024461", + "longitude": "-119.684960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93627", + "city": "Helm", + "state": "CA", + "latitude": "36.523726", + "longitude": "-120.106690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93628", + "city": "Hume", + "state": "CA", + "latitude": "36.780156", + "longitude": "-118.915240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93630", + "city": "Kerman", + "state": "CA", + "latitude": "36.722616", + "longitude": "-120.100810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93631", + "city": "Kingsburg", + "state": "CA", + "latitude": "36.506063", + "longitude": "-119.545870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93633", + "city": "Kings Canyon National Pk", + "state": "CA", + "latitude": "36.734051", + "longitude": "-118.958777", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93634", + "city": "Lakeshore", + "state": "CA", + "latitude": "37.237216", + "longitude": "-119.233040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93635", + "city": "Los Banos", + "state": "CA", + "latitude": "37.048385", + "longitude": "-120.869830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93637", + "city": "Madera", + "state": "CA", + "latitude": "36.914819", + "longitude": "-120.158170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93638", + "city": "Madera", + "state": "CA", + "latitude": "36.991476", + "longitude": "-119.987290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93639", + "city": "Madera", + "state": "CA", + "latitude": "37.160622", + "longitude": "-119.945035", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93640", + "city": "Mendota", + "state": "CA", + "latitude": "36.701905", + "longitude": "-120.428010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93641", + "city": "Miramonte", + "state": "CA", + "latitude": "36.697311", + "longitude": "-119.018640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93642", + "city": "Mono Hot Springs", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93643", + "city": "North Fork", + "state": "CA", + "latitude": "37.232047", + "longitude": "-119.520060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93644", + "city": "Oakhurst", + "state": "CA", + "latitude": "37.405699", + "longitude": "-119.567540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93645", + "city": "O Neals", + "state": "CA", + "latitude": "37.146284", + "longitude": "-119.673790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93646", + "city": "Orange Cove", + "state": "CA", + "latitude": "36.623699", + "longitude": "-119.308920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93647", + "city": "Orosi", + "state": "CA", + "latitude": "36.565252", + "longitude": "-119.242730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93648", + "city": "Parlier", + "state": "CA", + "latitude": "36.613650", + "longitude": "-119.528730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93649", + "city": "Piedra", + "state": "CA", + "latitude": "36.841665", + "longitude": "-119.349639", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93650", + "city": "Fresno", + "state": "CA", + "latitude": "36.841454", + "longitude": "-119.798320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93651", + "city": "Prather", + "state": "CA", + "latitude": "37.004865", + "longitude": "-119.507480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93652", + "city": "Raisin", + "state": "CA", + "latitude": "36.600348", + "longitude": "-119.902720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93653", + "city": "Raymond", + "state": "CA", + "latitude": "37.236305", + "longitude": "-119.924980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93654", + "city": "Reedley", + "state": "CA", + "latitude": "36.608675", + "longitude": "-119.437610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93656", + "city": "Riverdale", + "state": "CA", + "latitude": "36.451850", + "longitude": "-119.936510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93657", + "city": "Sanger", + "state": "CA", + "latitude": "36.728450", + "longitude": "-119.535710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93660", + "city": "San Joaquin", + "state": "CA", + "latitude": "36.600172", + "longitude": "-120.153380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93661", + "city": "Santa Rita Park", + "state": "CA", + "latitude": "37.186872", + "longitude": "-120.650351", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93662", + "city": "Selma", + "state": "CA", + "latitude": "36.566779", + "longitude": "-119.622010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93664", + "city": "Shaver Lake", + "state": "CA", + "latitude": "37.103957", + "longitude": "-119.264400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93665", + "city": "South Dos Palos", + "state": "CA", + "latitude": "36.961248", + "longitude": "-120.654390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93666", + "city": "Sultana", + "state": "CA", + "latitude": "36.545749", + "longitude": "-119.339070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93667", + "city": "Tollhouse", + "state": "CA", + "latitude": "36.981035", + "longitude": "-119.382540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93668", + "city": "Tranquillity", + "state": "CA", + "latitude": "36.641742", + "longitude": "-120.289090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93669", + "city": "Wishon", + "state": "CA", + "latitude": "37.284459", + "longitude": "-119.534720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93670", + "city": "Yettem", + "state": "CA", + "latitude": "36.471833", + "longitude": "-119.259352", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93673", + "city": "Traver", + "state": "CA", + "latitude": "36.455501", + "longitude": "-119.484950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93675", + "city": "Squaw Valley", + "state": "CA", + "latitude": "36.713181", + "longitude": "-119.183270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93688", + "city": "Tranquillity", + "state": "CA", + "latitude": "36.648474", + "longitude": "-120.248818", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93701", + "city": "Fresno", + "state": "CA", + "latitude": "36.749444", + "longitude": "-119.788720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93702", + "city": "Fresno", + "state": "CA", + "latitude": "36.741199", + "longitude": "-119.755300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93703", + "city": "Fresno", + "state": "CA", + "latitude": "36.767299", + "longitude": "-119.765000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93704", + "city": "Fresno", + "state": "CA", + "latitude": "36.794748", + "longitude": "-119.800970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93705", + "city": "Fresno", + "state": "CA", + "latitude": "36.786948", + "longitude": "-119.827470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93706", + "city": "Fresno", + "state": "CA", + "latitude": "36.691036", + "longitude": "-119.833210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93707", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93708", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93709", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93710", + "city": "Fresno", + "state": "CA", + "latitude": "36.825582", + "longitude": "-119.763580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93711", + "city": "Fresno", + "state": "CA", + "latitude": "36.831723", + "longitude": "-119.831980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93712", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93714", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93715", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93716", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93717", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93718", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93720", + "city": "Fresno", + "state": "CA", + "latitude": "36.865587", + "longitude": "-119.759170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93721", + "city": "Fresno", + "state": "CA", + "latitude": "36.733193", + "longitude": "-119.784730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93722", + "city": "Fresno", + "state": "CA", + "latitude": "36.801603", + "longitude": "-119.888780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93724", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93725", + "city": "Fresno", + "state": "CA", + "latitude": "36.658599", + "longitude": "-119.740970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93726", + "city": "Fresno", + "state": "CA", + "latitude": "36.795249", + "longitude": "-119.762930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93727", + "city": "Fresno", + "state": "CA", + "latitude": "36.753177", + "longitude": "-119.697030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93728", + "city": "Fresno", + "state": "CA", + "latitude": "36.758598", + "longitude": "-119.810220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93729", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93740", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93741", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93744", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93745", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93747", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93750", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93755", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93759", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93760", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93761", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93762", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93764", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93765", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93771", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93772", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93773", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93774", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93775", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93776", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93777", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93778", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93779", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93780", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93782", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93784", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93786", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93790", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93791", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93792", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93793", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93794", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93825", + "city": "Wofford Heights", + "state": "CA", + "latitude": "35.717406", + "longitude": "-118.466755", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93844", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93888", + "city": "Fresno", + "state": "CA", + "latitude": "36.746375", + "longitude": "-119.639658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93901", + "city": "Salinas", + "state": "CA", + "latitude": "36.665879", + "longitude": "-121.654970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93902", + "city": "Salinas", + "state": "CA", + "latitude": "36.354330", + "longitude": "-121.132928", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93905", + "city": "Salinas", + "state": "CA", + "latitude": "36.681161", + "longitude": "-121.615380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93906", + "city": "Salinas", + "state": "CA", + "latitude": "36.709717", + "longitude": "-121.639970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93907", + "city": "Salinas", + "state": "CA", + "latitude": "36.754058", + "longitude": "-121.664720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93908", + "city": "Salinas", + "state": "CA", + "latitude": "36.619954", + "longitude": "-121.651450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93912", + "city": "Salinas", + "state": "CA", + "latitude": "36.354330", + "longitude": "-121.132928", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93915", + "city": "Salinas", + "state": "CA", + "latitude": "36.354330", + "longitude": "-121.132928", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93920", + "city": "Big Sur", + "state": "CA", + "latitude": "36.133401", + "longitude": "-121.637980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93921", + "city": "Carmel", + "state": "CA", + "latitude": "36.555248", + "longitude": "-121.921200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93922", + "city": "Carmel", + "state": "CA", + "latitude": "36.543261", + "longitude": "-121.926315", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93923", + "city": "Carmel", + "state": "CA", + "latitude": "36.517261", + "longitude": "-121.894360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93924", + "city": "Carmel Valley", + "state": "CA", + "latitude": "36.447533", + "longitude": "-121.686110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93925", + "city": "Chualar", + "state": "CA", + "latitude": "36.581329", + "longitude": "-121.465970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93926", + "city": "Gonzales", + "state": "CA", + "latitude": "36.518179", + "longitude": "-121.425570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93927", + "city": "Greenfield", + "state": "CA", + "latitude": "36.300819", + "longitude": "-121.290400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93928", + "city": "Jolon", + "state": "CA", + "latitude": "36.015388", + "longitude": "-121.248390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93930", + "city": "King City", + "state": "CA", + "latitude": "36.211060", + "longitude": "-121.059860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93932", + "city": "Lockwood", + "state": "CA", + "latitude": "35.987276", + "longitude": "-121.047880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93933", + "city": "Marina", + "state": "CA", + "latitude": "36.678155", + "longitude": "-121.797240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93940", + "city": "Monterey", + "state": "CA", + "latitude": "36.586193", + "longitude": "-121.886670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93942", + "city": "Monterey", + "state": "CA", + "latitude": "36.354330", + "longitude": "-121.132928", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93943", + "city": "Monterey", + "state": "CA", + "latitude": "36.354330", + "longitude": "-121.132928", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93944", + "city": "Monterey", + "state": "CA", + "latitude": "36.606225", + "longitude": "-121.908915", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93950", + "city": "Pacific Grove", + "state": "CA", + "latitude": "36.619065", + "longitude": "-121.921020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93953", + "city": "Pebble Beach", + "state": "CA", + "latitude": "36.590810", + "longitude": "-121.946100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93954", + "city": "San Lucas", + "state": "CA", + "latitude": "36.126393", + "longitude": "-120.917840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93955", + "city": "Seaside", + "state": "CA", + "latitude": "36.615813", + "longitude": "-121.834610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93960", + "city": "Soledad", + "state": "CA", + "latitude": "36.411760", + "longitude": "-121.326170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "93962", + "city": "Spreckels", + "state": "CA", + "latitude": "36.624606", + "longitude": "-121.646550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94002", + "city": "Belmont", + "state": "CA", + "latitude": "37.516687", + "longitude": "-122.290260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94003", + "city": "Belmont", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94005", + "city": "Brisbane", + "state": "CA", + "latitude": "37.682882", + "longitude": "-122.404220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94010", + "city": "Burlingame", + "state": "CA", + "latitude": "37.574936", + "longitude": "-122.363320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94011", + "city": "Burlingame", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94012", + "city": "Burlingame", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94014", + "city": "Daly City", + "state": "CA", + "latitude": "37.699182", + "longitude": "-122.450350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94015", + "city": "Daly City", + "state": "CA", + "latitude": "37.682583", + "longitude": "-122.482090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94016", + "city": "Daly City", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94017", + "city": "Daly City", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94018", + "city": "El Granada", + "state": "CA", + "latitude": "37.510085", + "longitude": "-122.473404", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94019", + "city": "Half Moon Bay", + "state": "CA", + "latitude": "37.475840", + "longitude": "-122.443230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94020", + "city": "La Honda", + "state": "CA", + "latitude": "37.288420", + "longitude": "-122.224570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94021", + "city": "Loma Mar", + "state": "CA", + "latitude": "37.271753", + "longitude": "-122.276720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94022", + "city": "Los Altos", + "state": "CA", + "latitude": "37.377140", + "longitude": "-122.124120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94023", + "city": "Los Altos", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94024", + "city": "Los Altos", + "state": "CA", + "latitude": "37.353741", + "longitude": "-122.087170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94025", + "city": "Menlo Park", + "state": "CA", + "latitude": "37.451688", + "longitude": "-122.183850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94026", + "city": "Menlo Park", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94027", + "city": "Atherton", + "state": "CA", + "latitude": "37.458615", + "longitude": "-122.200090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94028", + "city": "Portola Valley", + "state": "CA", + "latitude": "37.374421", + "longitude": "-122.213000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94029", + "city": "Menlo Park", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94030", + "city": "Millbrae", + "state": "CA", + "latitude": "37.600735", + "longitude": "-122.401350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94031", + "city": "Millbrae", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94035", + "city": "Mountain View", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94037", + "city": "Montara", + "state": "CA", + "latitude": "37.539839", + "longitude": "-122.508190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94038", + "city": "Moss Beach", + "state": "CA", + "latitude": "37.524890", + "longitude": "-122.509910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94039", + "city": "Mountain View", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94040", + "city": "Mountain View", + "state": "CA", + "latitude": "37.380207", + "longitude": "-122.087870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94041", + "city": "Mountain View", + "state": "CA", + "latitude": "37.389490", + "longitude": "-122.078460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94042", + "city": "Mountain View", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94043", + "city": "Mountain View", + "state": "CA", + "latitude": "37.406790", + "longitude": "-122.074610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94044", + "city": "Pacifica", + "state": "CA", + "latitude": "37.613806", + "longitude": "-122.482290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94045", + "city": "Pacifica", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94059", + "city": "Redwood City", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94060", + "city": "Pescadero", + "state": "CA", + "latitude": "37.203092", + "longitude": "-122.337180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94061", + "city": "Redwood City", + "state": "CA", + "latitude": "37.463911", + "longitude": "-122.233960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94062", + "city": "Redwood City", + "state": "CA", + "latitude": "37.444879", + "longitude": "-122.262530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94063", + "city": "Redwood City", + "state": "CA", + "latitude": "37.483504", + "longitude": "-122.214400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94064", + "city": "Redwood City", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94065", + "city": "Redwood City", + "state": "CA", + "latitude": "37.533538", + "longitude": "-122.246020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94066", + "city": "San Bruno", + "state": "CA", + "latitude": "37.625908", + "longitude": "-122.423630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94067", + "city": "San Bruno", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94070", + "city": "San Carlos", + "state": "CA", + "latitude": "37.499175", + "longitude": "-122.266550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94071", + "city": "San Carlos", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94074", + "city": "San Gregorio", + "state": "CA", + "latitude": "37.317278", + "longitude": "-122.365260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94080", + "city": "South San Francisco", + "state": "CA", + "latitude": "37.652857", + "longitude": "-122.430100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94083", + "city": "South San Francisco", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94085", + "city": "Sunnyvale", + "state": "CA", + "latitude": "37.388940", + "longitude": "-122.017956", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94086", + "city": "Sunnyvale", + "state": "CA", + "latitude": "37.378341", + "longitude": "-122.023980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94087", + "city": "Sunnyvale", + "state": "CA", + "latitude": "37.350091", + "longitude": "-122.036020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94088", + "city": "Sunnyvale", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94089", + "city": "Sunnyvale", + "state": "CA", + "latitude": "37.406289", + "longitude": "-122.008380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94090", + "city": "Sunnyvale", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94096", + "city": "San Bruno", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94098", + "city": "San Bruno", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94099", + "city": "South San Francisco", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94101", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94102", + "city": "San Francisco", + "state": "CA", + "latitude": "37.779329", + "longitude": "-122.419150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94103", + "city": "San Francisco", + "state": "CA", + "latitude": "37.772329", + "longitude": "-122.410870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94104", + "city": "San Francisco", + "state": "CA", + "latitude": "37.791728", + "longitude": "-122.401900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94105", + "city": "San Francisco", + "state": "CA", + "latitude": "37.789228", + "longitude": "-122.395700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94106", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94107", + "city": "San Francisco", + "state": "CA", + "latitude": "37.766529", + "longitude": "-122.395770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94108", + "city": "San Francisco", + "state": "CA", + "latitude": "37.792678", + "longitude": "-122.407930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94109", + "city": "San Francisco", + "state": "CA", + "latitude": "37.792778", + "longitude": "-122.421880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94110", + "city": "San Francisco", + "state": "CA", + "latitude": "37.748730", + "longitude": "-122.415450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94111", + "city": "San Francisco", + "state": "CA", + "latitude": "37.798228", + "longitude": "-122.400270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94112", + "city": "San Francisco", + "state": "CA", + "latitude": "37.720931", + "longitude": "-122.442410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94114", + "city": "San Francisco", + "state": "CA", + "latitude": "37.758434", + "longitude": "-122.435120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94115", + "city": "San Francisco", + "state": "CA", + "latitude": "37.786129", + "longitude": "-122.437360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94116", + "city": "San Francisco", + "state": "CA", + "latitude": "37.743381", + "longitude": "-122.485780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94117", + "city": "San Francisco", + "state": "CA", + "latitude": "37.770937", + "longitude": "-122.442760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94118", + "city": "San Francisco", + "state": "CA", + "latitude": "37.782029", + "longitude": "-122.461580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94119", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94120", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94121", + "city": "San Francisco", + "state": "CA", + "latitude": "37.778729", + "longitude": "-122.492650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94122", + "city": "San Francisco", + "state": "CA", + "latitude": "37.758380", + "longitude": "-122.484780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94123", + "city": "San Francisco", + "state": "CA", + "latitude": "37.801028", + "longitude": "-122.438360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94124", + "city": "San Francisco", + "state": "CA", + "latitude": "37.732797", + "longitude": "-122.393480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94125", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94126", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94127", + "city": "San Francisco", + "state": "CA", + "latitude": "37.734964", + "longitude": "-122.459700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94128", + "city": "San Francisco", + "state": "CA", + "latitude": "37.621964", + "longitude": "-122.395340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94129", + "city": "San Francisco", + "state": "CA", + "latitude": "37.799840", + "longitude": "-122.461670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94130", + "city": "San Francisco", + "state": "CA", + "latitude": "37.819423", + "longitude": "-122.369660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94131", + "city": "San Francisco", + "state": "CA", + "latitude": "37.741797", + "longitude": "-122.437800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94132", + "city": "San Francisco", + "state": "CA", + "latitude": "37.724231", + "longitude": "-122.479580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94133", + "city": "San Francisco", + "state": "CA", + "latitude": "37.801878", + "longitude": "-122.410180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94134", + "city": "San Francisco", + "state": "CA", + "latitude": "37.719581", + "longitude": "-122.410850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94135", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94136", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94137", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94138", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94139", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94140", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94141", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94142", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94143", + "city": "San Francisco", + "state": "CA", + "latitude": "37.763130", + "longitude": "-122.458582", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94144", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94145", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94146", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94147", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94150", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94151", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94152", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94153", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94154", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94155", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94156", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94157", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94159", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94160", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94161", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94162", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94163", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94164", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94165", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94166", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94167", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94168", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94169", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94170", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94171", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94172", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94175", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94177", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94188", + "city": "San Francisco", + "state": "CA", + "latitude": "37.784827", + "longitude": "-122.727802", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94203", + "city": "Sacramento", + "state": "CA", + "latitude": "38.380456", + "longitude": "-121.555406", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94204", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94205", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94206", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94207", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94208", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94209", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94211", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94229", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94230", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94232", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94234", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94235", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94236", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94237", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94239", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94240", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94243", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94244", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94245", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94246", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94247", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94248", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94249", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94250", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94252", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94253", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94254", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94256", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94257", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94258", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94259", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94261", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94262", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94263", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94267", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94268", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94269", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94271", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94273", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94274", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94277", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94278", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94279", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94280", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94282", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94283", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94284", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94285", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94286", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94287", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94288", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94289", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94290", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94291", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94293", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94294", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94295", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94296", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94297", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94298", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94299", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94301", + "city": "Palo Alto", + "state": "CA", + "latitude": "37.443688", + "longitude": "-122.150710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94302", + "city": "Palo Alto", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94303", + "city": "Palo Alto", + "state": "CA", + "latitude": "37.449888", + "longitude": "-122.127490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94304", + "city": "Palo Alto", + "state": "CA", + "latitude": "37.397823", + "longitude": "-122.166050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94305", + "city": "Stanford", + "state": "CA", + "latitude": "37.427039", + "longitude": "-122.164960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94306", + "city": "Palo Alto", + "state": "CA", + "latitude": "37.419389", + "longitude": "-122.132730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94307", + "city": "Palo Alto", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94308", + "city": "Palo Alto", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94309", + "city": "Palo Alto", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94310", + "city": "Palo Alto", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94401", + "city": "San Mateo", + "state": "CA", + "latitude": "37.570385", + "longitude": "-122.320440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94402", + "city": "San Mateo", + "state": "CA", + "latitude": "37.551586", + "longitude": "-122.327730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94403", + "city": "San Mateo", + "state": "CA", + "latitude": "37.539686", + "longitude": "-122.302660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94404", + "city": "San Mateo", + "state": "CA", + "latitude": "37.554335", + "longitude": "-122.270320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94405", + "city": "San Mateo", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94406", + "city": "San Mateo", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94407", + "city": "San Mateo", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94408", + "city": "San Mateo", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94409", + "city": "San Mateo", + "state": "CA", + "latitude": "37.381144", + "longitude": "-122.334825", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94420", + "city": "Foster City", + "state": "CA", + "latitude": "37.562385", + "longitude": "-122.251078", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94497", + "city": "San Mateo", + "state": "CA", + "latitude": "37.534736", + "longitude": "-122.325880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94501", + "city": "Alameda", + "state": "CA", + "latitude": "37.769528", + "longitude": "-122.259370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94502", + "city": "Alameda", + "state": "CA", + "latitude": "37.734379", + "longitude": "-122.239520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94503", + "city": "American Canyon", + "state": "CA", + "latitude": "38.170372", + "longitude": "-122.256050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94506", + "city": "Danville", + "state": "CA", + "latitude": "37.804064", + "longitude": "-121.912020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94507", + "city": "Alamo", + "state": "CA", + "latitude": "37.856683", + "longitude": "-122.024880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94508", + "city": "Angwin", + "state": "CA", + "latitude": "38.568307", + "longitude": "-122.450840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94509", + "city": "Antioch", + "state": "CA", + "latitude": "37.991571", + "longitude": "-121.802070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94510", + "city": "Benicia", + "state": "CA", + "latitude": "38.071769", + "longitude": "-122.155170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94511", + "city": "Bethel Island", + "state": "CA", + "latitude": "38.040395", + "longitude": "-121.638520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94512", + "city": "Birds Landing", + "state": "CA", + "latitude": "38.159894", + "longitude": "-121.841950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94513", + "city": "Brentwood", + "state": "CA", + "latitude": "37.932123", + "longitude": "-121.703810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94514", + "city": "Byron", + "state": "CA", + "latitude": "37.847704", + "longitude": "-121.608120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94515", + "city": "Calistoga", + "state": "CA", + "latitude": "38.597907", + "longitude": "-122.609520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94516", + "city": "Canyon", + "state": "CA", + "latitude": "37.777208", + "longitude": "-121.955399", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94517", + "city": "Clayton", + "state": "CA", + "latitude": "37.923523", + "longitude": "-121.911720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94518", + "city": "Concord", + "state": "CA", + "latitude": "37.954122", + "longitude": "-122.025060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94519", + "city": "Concord", + "state": "CA", + "latitude": "37.984271", + "longitude": "-122.014370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94520", + "city": "Concord", + "state": "CA", + "latitude": "37.986321", + "longitude": "-122.039880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94521", + "city": "Concord", + "state": "CA", + "latitude": "37.957772", + "longitude": "-121.977090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94522", + "city": "Concord", + "state": "CA", + "latitude": "37.777208", + "longitude": "-121.955399", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94523", + "city": "Pleasant Hill", + "state": "CA", + "latitude": "37.951672", + "longitude": "-122.073170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94524", + "city": "Concord", + "state": "CA", + "latitude": "37.777208", + "longitude": "-121.955399", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94525", + "city": "Crockett", + "state": "CA", + "latitude": "38.052820", + "longitude": "-122.223400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94526", + "city": "Danville", + "state": "CA", + "latitude": "37.811676", + "longitude": "-121.986470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94527", + "city": "Concord", + "state": "CA", + "latitude": "37.953542", + "longitude": "-121.957778", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94528", + "city": "Diablo", + "state": "CA", + "latitude": "37.838744", + "longitude": "-121.966720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94529", + "city": "Concord", + "state": "CA", + "latitude": "37.777208", + "longitude": "-121.955399", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94530", + "city": "El Cerrito", + "state": "CA", + "latitude": "37.917774", + "longitude": "-122.304260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94531", + "city": "Antioch", + "state": "CA", + "latitude": "37.920852", + "longitude": "-121.723919", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94533", + "city": "Fairfield", + "state": "CA", + "latitude": "38.269582", + "longitude": "-122.037010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94534", + "city": "Fairfield", + "state": "CA", + "latitude": "38.245844", + "longitude": "-122.101917", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94535", + "city": "Travis AFB", + "state": "CA", + "latitude": "38.277661", + "longitude": "-121.919200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94536", + "city": "Fremont", + "state": "CA", + "latitude": "37.562218", + "longitude": "-121.994330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94537", + "city": "Fremont", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94538", + "city": "Fremont", + "state": "CA", + "latitude": "37.527237", + "longitude": "-121.967900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94539", + "city": "Fremont", + "state": "CA", + "latitude": "37.515014", + "longitude": "-121.929160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94540", + "city": "Hayward", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94541", + "city": "Hayward", + "state": "CA", + "latitude": "37.674431", + "longitude": "-122.088830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94542", + "city": "Hayward", + "state": "CA", + "latitude": "37.657381", + "longitude": "-122.050760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94543", + "city": "Hayward", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94544", + "city": "Hayward", + "state": "CA", + "latitude": "37.633732", + "longitude": "-122.061010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94545", + "city": "Hayward", + "state": "CA", + "latitude": "37.635582", + "longitude": "-122.104180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94546", + "city": "Castro Valley", + "state": "CA", + "latitude": "37.702063", + "longitude": "-122.079340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94547", + "city": "Hercules", + "state": "CA", + "latitude": "38.005122", + "longitude": "-122.257840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94548", + "city": "Knightsen", + "state": "CA", + "latitude": "37.972622", + "longitude": "-121.665205", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94549", + "city": "Lafayette", + "state": "CA", + "latitude": "37.895695", + "longitude": "-122.117850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94550", + "city": "Livermore", + "state": "CA", + "latitude": "37.657780", + "longitude": "-121.730110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94551", + "city": "Livermore", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94552", + "city": "Castro Valley", + "state": "CA", + "latitude": "37.697680", + "longitude": "-122.025030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94553", + "city": "Martinez", + "state": "CA", + "latitude": "37.998912", + "longitude": "-122.115010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94555", + "city": "Fremont", + "state": "CA", + "latitude": "37.571581", + "longitude": "-122.050900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94556", + "city": "Moraga", + "state": "CA", + "latitude": "37.839426", + "longitude": "-122.124260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94557", + "city": "Hayward", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94558", + "city": "Napa", + "state": "CA", + "latitude": "38.337243", + "longitude": "-122.300270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94559", + "city": "Napa", + "state": "CA", + "latitude": "38.291164", + "longitude": "-122.286710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94560", + "city": "Newark", + "state": "CA", + "latitude": "37.535586", + "longitude": "-122.033620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94561", + "city": "Oakley", + "state": "CA", + "latitude": "37.992124", + "longitude": "-121.713280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94562", + "city": "Oakville", + "state": "CA", + "latitude": "38.437887", + "longitude": "-122.399101", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94563", + "city": "Orinda", + "state": "CA", + "latitude": "37.878625", + "longitude": "-122.182960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94564", + "city": "Pinole", + "state": "CA", + "latitude": "37.997509", + "longitude": "-122.292080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94565", + "city": "Pittsburg", + "state": "CA", + "latitude": "38.017917", + "longitude": "-121.905020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94566", + "city": "Pleasanton", + "state": "CA", + "latitude": "37.658898", + "longitude": "-121.871490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94567", + "city": "Pope Valley", + "state": "CA", + "latitude": "38.658204", + "longitude": "-122.404410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94568", + "city": "Dublin", + "state": "CA", + "latitude": "37.714179", + "longitude": "-121.925670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94569", + "city": "Port Costa", + "state": "CA", + "latitude": "38.043370", + "longitude": "-122.189940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94570", + "city": "Moraga", + "state": "CA", + "latitude": "37.777208", + "longitude": "-121.955399", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94571", + "city": "Rio Vista", + "state": "CA", + "latitude": "38.156909", + "longitude": "-121.720750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94572", + "city": "Rodeo", + "state": "CA", + "latitude": "38.031271", + "longitude": "-122.262130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94573", + "city": "Rutherford", + "state": "CA", + "latitude": "38.466508", + "longitude": "-122.414189", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94574", + "city": "Saint Helena", + "state": "CA", + "latitude": "38.511241", + "longitude": "-122.456950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94575", + "city": "Moraga", + "state": "CA", + "latitude": "37.777208", + "longitude": "-121.955399", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94576", + "city": "Deer Park", + "state": "CA", + "latitude": "38.553087", + "longitude": "-122.477250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94577", + "city": "San Leandro", + "state": "CA", + "latitude": "37.722279", + "longitude": "-122.157020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94578", + "city": "San Leandro", + "state": "CA", + "latitude": "37.703427", + "longitude": "-122.128000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94579", + "city": "San Leandro", + "state": "CA", + "latitude": "37.688580", + "longitude": "-122.154210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94580", + "city": "San Lorenzo", + "state": "CA", + "latitude": "37.678531", + "longitude": "-122.131990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94581", + "city": "Napa", + "state": "CA", + "latitude": "38.509569", + "longitude": "-122.353900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94583", + "city": "San Ramon", + "state": "CA", + "latitude": "37.757350", + "longitude": "-121.952130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94585", + "city": "Suisun City", + "state": "CA", + "latitude": "38.231364", + "longitude": "-122.054140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94586", + "city": "Sunol", + "state": "CA", + "latitude": "37.593883", + "longitude": "-121.882810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94587", + "city": "Union City", + "state": "CA", + "latitude": "37.592184", + "longitude": "-122.045770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94588", + "city": "Pleasanton", + "state": "CA", + "latitude": "37.689730", + "longitude": "-121.892440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94589", + "city": "Vallejo", + "state": "CA", + "latitude": "38.152068", + "longitude": "-122.250740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94590", + "city": "Vallejo", + "state": "CA", + "latitude": "38.105219", + "longitude": "-122.245710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94591", + "city": "Vallejo", + "state": "CA", + "latitude": "38.099119", + "longitude": "-122.210350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94592", + "city": "Vallejo", + "state": "CA", + "latitude": "38.115015", + "longitude": "-122.290550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94595", + "city": "Walnut Creek", + "state": "CA", + "latitude": "37.879757", + "longitude": "-122.071430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94596", + "city": "Walnut Creek", + "state": "CA", + "latitude": "37.905924", + "longitude": "-122.058580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94597", + "city": "Walnut Creek", + "state": "CA", + "latitude": "37.777208", + "longitude": "-121.955399", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94598", + "city": "Walnut Creek", + "state": "CA", + "latitude": "37.918780", + "longitude": "-122.026180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94599", + "city": "Yountville", + "state": "CA", + "latitude": "38.403011", + "longitude": "-122.362280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94601", + "city": "Oakland", + "state": "CA", + "latitude": "37.776835", + "longitude": "-122.217920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94602", + "city": "Oakland", + "state": "CA", + "latitude": "37.799727", + "longitude": "-122.212110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94603", + "city": "Oakland", + "state": "CA", + "latitude": "37.738379", + "longitude": "-122.173320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94604", + "city": "Oakland", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94605", + "city": "Oakland", + "state": "CA", + "latitude": "37.763028", + "longitude": "-122.163050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94606", + "city": "Oakland", + "state": "CA", + "latitude": "37.793177", + "longitude": "-122.243520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94607", + "city": "Oakland", + "state": "CA", + "latitude": "37.806427", + "longitude": "-122.288980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94608", + "city": "Emeryville", + "state": "CA", + "latitude": "37.834724", + "longitude": "-122.283160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94609", + "city": "Oakland", + "state": "CA", + "latitude": "37.834926", + "longitude": "-122.264000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94610", + "city": "Oakland", + "state": "CA", + "latitude": "37.812377", + "longitude": "-122.241990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94611", + "city": "Oakland", + "state": "CA", + "latitude": "37.827126", + "longitude": "-122.222890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94612", + "city": "Oakland", + "state": "CA", + "latitude": "37.809427", + "longitude": "-122.271720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94613", + "city": "Oakland", + "state": "CA", + "latitude": "37.781098", + "longitude": "-122.186573", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94614", + "city": "Oakland", + "state": "CA", + "latitude": "37.727739", + "longitude": "-122.204573", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94615", + "city": "Oakland", + "state": "CA", + "latitude": "37.806677", + "longitude": "-122.300380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94617", + "city": "Oakland", + "state": "CA", + "latitude": "37.807827", + "longitude": "-122.271652", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94618", + "city": "Oakland", + "state": "CA", + "latitude": "37.843726", + "longitude": "-122.243690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94619", + "city": "Oakland", + "state": "CA", + "latitude": "37.790027", + "longitude": "-122.186150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94620", + "city": "Piedmont", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94621", + "city": "Oakland", + "state": "CA", + "latitude": "37.753978", + "longitude": "-122.189690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94623", + "city": "Oakland", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94624", + "city": "Oakland", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94625", + "city": "Oakland", + "state": "CA", + "latitude": "37.803927", + "longitude": "-122.319655", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94626", + "city": "Oakland", + "state": "CA", + "latitude": "37.819314", + "longitude": "-122.303136", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94627", + "city": "Oakland", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94643", + "city": "Oakland", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94649", + "city": "Oakland", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94659", + "city": "Oakland", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94660", + "city": "Oakland", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94661", + "city": "Oakland", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94662", + "city": "Emeryville", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94666", + "city": "Oakland", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94701", + "city": "Berkeley", + "state": "CA", + "latitude": "37.860576", + "longitude": "-122.296730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94702", + "city": "Berkeley", + "state": "CA", + "latitude": "37.865026", + "longitude": "-122.285900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94703", + "city": "Berkeley", + "state": "CA", + "latitude": "37.862526", + "longitude": "-122.275820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94704", + "city": "Berkeley", + "state": "CA", + "latitude": "37.868575", + "longitude": "-122.258550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94705", + "city": "Berkeley", + "state": "CA", + "latitude": "37.856926", + "longitude": "-122.250840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94706", + "city": "Albany", + "state": "CA", + "latitude": "37.889125", + "longitude": "-122.293710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94707", + "city": "Berkeley", + "state": "CA", + "latitude": "37.894625", + "longitude": "-122.279170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94708", + "city": "Berkeley", + "state": "CA", + "latitude": "37.894625", + "longitude": "-122.263720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94709", + "city": "Berkeley", + "state": "CA", + "latitude": "37.879625", + "longitude": "-122.266800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94710", + "city": "Berkeley", + "state": "CA", + "latitude": "37.869976", + "longitude": "-122.298100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94712", + "city": "Berkeley", + "state": "CA", + "latitude": "37.680181", + "longitude": "-121.921498", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94720", + "city": "Berkeley", + "state": "CA", + "latitude": "37.866825", + "longitude": "-122.253582", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94801", + "city": "Richmond", + "state": "CA", + "latitude": "37.941424", + "longitude": "-122.366280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94802", + "city": "Richmond", + "state": "CA", + "latitude": "37.777208", + "longitude": "-121.955399", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94803", + "city": "El Sobrante", + "state": "CA", + "latitude": "37.969673", + "longitude": "-122.294130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94804", + "city": "Richmond", + "state": "CA", + "latitude": "37.926509", + "longitude": "-122.340800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94805", + "city": "Richmond", + "state": "CA", + "latitude": "37.941824", + "longitude": "-122.325530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94806", + "city": "San Pablo", + "state": "CA", + "latitude": "37.972623", + "longitude": "-122.338730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94807", + "city": "Richmond", + "state": "CA", + "latitude": "37.777208", + "longitude": "-121.955399", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94808", + "city": "Richmond", + "state": "CA", + "latitude": "37.777208", + "longitude": "-121.955399", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94820", + "city": "El Sobrante", + "state": "CA", + "latitude": "37.777208", + "longitude": "-121.955399", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94850", + "city": "Richmond", + "state": "CA", + "latitude": "37.777208", + "longitude": "-121.955399", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94901", + "city": "San Rafael", + "state": "CA", + "latitude": "37.972423", + "longitude": "-122.514840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94903", + "city": "San Rafael", + "state": "CA", + "latitude": "38.019022", + "longitude": "-122.545890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94904", + "city": "Greenbrae", + "state": "CA", + "latitude": "37.950069", + "longitude": "-122.542840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94912", + "city": "San Rafael", + "state": "CA", + "latitude": "38.068036", + "longitude": "-122.740988", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94913", + "city": "San Rafael", + "state": "CA", + "latitude": "38.068036", + "longitude": "-122.740988", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94914", + "city": "Kentfield", + "state": "CA", + "latitude": "38.068036", + "longitude": "-122.740988", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94915", + "city": "San Rafael", + "state": "CA", + "latitude": "38.073920", + "longitude": "-122.559440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94920", + "city": "Belvedere Tiburon", + "state": "CA", + "latitude": "37.892476", + "longitude": "-122.475410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94922", + "city": "Bodega", + "state": "CA", + "latitude": "38.345572", + "longitude": "-122.966760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94923", + "city": "Bodega Bay", + "state": "CA", + "latitude": "38.347701", + "longitude": "-123.058690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94924", + "city": "Bolinas", + "state": "CA", + "latitude": "37.907675", + "longitude": "-122.702010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94925", + "city": "Corte Madera", + "state": "CA", + "latitude": "37.924242", + "longitude": "-122.516000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94926", + "city": "Cotati", + "state": "CA", + "latitude": "38.463088", + "longitude": "-122.989975", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94927", + "city": "Rohnert Park", + "state": "CA", + "latitude": "38.463088", + "longitude": "-122.989975", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94928", + "city": "Rohnert Park", + "state": "CA", + "latitude": "38.347174", + "longitude": "-122.695370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94929", + "city": "Dillon Beach", + "state": "CA", + "latitude": "38.246611", + "longitude": "-122.959160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94930", + "city": "Fairfax", + "state": "CA", + "latitude": "37.987790", + "longitude": "-122.599620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94931", + "city": "Cotati", + "state": "CA", + "latitude": "38.328614", + "longitude": "-122.710440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94933", + "city": "Forest Knolls", + "state": "CA", + "latitude": "38.012489", + "longitude": "-122.688860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94937", + "city": "Inverness", + "state": "CA", + "latitude": "38.099205", + "longitude": "-122.877510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94938", + "city": "Lagunitas", + "state": "CA", + "latitude": "38.017617", + "longitude": "-122.694300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94939", + "city": "Larkspur", + "state": "CA", + "latitude": "37.936151", + "longitude": "-122.535500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94940", + "city": "Marshall", + "state": "CA", + "latitude": "38.180029", + "longitude": "-122.883570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94941", + "city": "Mill Valley", + "state": "CA", + "latitude": "37.898058", + "longitude": "-122.541340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94942", + "city": "Mill Valley", + "state": "CA", + "latitude": "38.068036", + "longitude": "-122.740988", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94945", + "city": "Novato", + "state": "CA", + "latitude": "38.117065", + "longitude": "-122.563160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94946", + "city": "Nicasio", + "state": "CA", + "latitude": "38.050454", + "longitude": "-122.678660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94947", + "city": "Novato", + "state": "CA", + "latitude": "38.098221", + "longitude": "-122.598090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94948", + "city": "Novato", + "state": "CA", + "latitude": "38.148858", + "longitude": "-122.573745", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94949", + "city": "Novato", + "state": "CA", + "latitude": "38.063170", + "longitude": "-122.541110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94950", + "city": "Olema", + "state": "CA", + "latitude": "38.054433", + "longitude": "-122.777620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94951", + "city": "Penngrove", + "state": "CA", + "latitude": "38.314531", + "longitude": "-122.660970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94952", + "city": "Petaluma", + "state": "CA", + "latitude": "38.243734", + "longitude": "-122.693450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94953", + "city": "Petaluma", + "state": "CA", + "latitude": "38.463088", + "longitude": "-122.989975", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94954", + "city": "Petaluma", + "state": "CA", + "latitude": "38.243299", + "longitude": "-122.606900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94955", + "city": "Petaluma", + "state": "CA", + "latitude": "38.463088", + "longitude": "-122.989975", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94956", + "city": "Point Reyes Station", + "state": "CA", + "latitude": "38.081566", + "longitude": "-122.819880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94957", + "city": "Ross", + "state": "CA", + "latitude": "38.022322", + "longitude": "-122.561689", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94960", + "city": "San Anselmo", + "state": "CA", + "latitude": "37.981623", + "longitude": "-122.568840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94963", + "city": "San Geronimo", + "state": "CA", + "latitude": "38.012082", + "longitude": "-122.663890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94964", + "city": "San Quentin", + "state": "CA", + "latitude": "37.943365", + "longitude": "-122.490290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94965", + "city": "Sausalito", + "state": "CA", + "latitude": "37.855527", + "longitude": "-122.499490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94966", + "city": "Sausalito", + "state": "CA", + "latitude": "38.068036", + "longitude": "-122.740988", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94970", + "city": "Stinson Beach", + "state": "CA", + "latitude": "37.903396", + "longitude": "-122.650430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94971", + "city": "Tomales", + "state": "CA", + "latitude": "38.245851", + "longitude": "-122.906440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94972", + "city": "Valley Ford", + "state": "CA", + "latitude": "38.335515", + "longitude": "-122.939200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94973", + "city": "Woodacre", + "state": "CA", + "latitude": "38.007639", + "longitude": "-122.639140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94974", + "city": "San Quentin", + "state": "CA", + "latitude": "38.068036", + "longitude": "-122.740988", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94975", + "city": "Petaluma", + "state": "CA", + "latitude": "38.463088", + "longitude": "-122.989975", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94976", + "city": "Corte Madera", + "state": "CA", + "latitude": "38.068036", + "longitude": "-122.740988", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94977", + "city": "Larkspur", + "state": "CA", + "latitude": "38.068036", + "longitude": "-122.740988", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94978", + "city": "Fairfax", + "state": "CA", + "latitude": "38.068036", + "longitude": "-122.740988", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94979", + "city": "San Anselmo", + "state": "CA", + "latitude": "38.068036", + "longitude": "-122.740988", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94991", + "city": "San Rafael", + "state": "CA", + "latitude": "37.970726", + "longitude": "-122.524012", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94998", + "city": "Novato", + "state": "CA", + "latitude": "38.117269", + "longitude": "-122.568442", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "94999", + "city": "Petaluma", + "state": "CA", + "latitude": "38.267466", + "longitude": "-122.658097", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95001", + "city": "Aptos", + "state": "CA", + "latitude": "37.052970", + "longitude": "-121.949418", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95002", + "city": "Alviso", + "state": "CA", + "latitude": "37.427439", + "longitude": "-121.975210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95003", + "city": "Aptos", + "state": "CA", + "latitude": "36.979333", + "longitude": "-121.894400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95004", + "city": "Aromas", + "state": "CA", + "latitude": "36.885056", + "longitude": "-121.630820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95005", + "city": "Ben Lomond", + "state": "CA", + "latitude": "37.084347", + "longitude": "-122.085240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95006", + "city": "Boulder Creek", + "state": "CA", + "latitude": "37.151813", + "longitude": "-122.136790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95007", + "city": "Brookdale", + "state": "CA", + "latitude": "37.105480", + "longitude": "-122.104700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95008", + "city": "Campbell", + "state": "CA", + "latitude": "37.278843", + "longitude": "-121.954460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95009", + "city": "Campbell", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95010", + "city": "Capitola", + "state": "CA", + "latitude": "36.976100", + "longitude": "-121.953160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95011", + "city": "Campbell", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95012", + "city": "Castroville", + "state": "CA", + "latitude": "36.768856", + "longitude": "-121.751050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95013", + "city": "Coyote", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95014", + "city": "Cupertino", + "state": "CA", + "latitude": "37.317909", + "longitude": "-122.047790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95015", + "city": "Cupertino", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95017", + "city": "Davenport", + "state": "CA", + "latitude": "37.085986", + "longitude": "-122.226380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95018", + "city": "Felton", + "state": "CA", + "latitude": "37.057708", + "longitude": "-122.059670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95019", + "city": "Freedom", + "state": "CA", + "latitude": "36.935552", + "longitude": "-121.779720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95020", + "city": "Gilroy", + "state": "CA", + "latitude": "37.016943", + "longitude": "-121.565810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95021", + "city": "Gilroy", + "state": "CA", + "latitude": "36.986148", + "longitude": "-121.497349", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95022", + "city": "Palo Alto", + "state": "CA", + "latitude": "37.324770", + "longitude": "-122.184276", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95023", + "city": "Hollister", + "state": "CA", + "latitude": "36.862243", + "longitude": "-121.380060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95024", + "city": "Hollister", + "state": "CA", + "latitude": "36.854430", + "longitude": "-121.411909", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95026", + "city": "Holy City", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95030", + "city": "Los Gatos", + "state": "CA", + "latitude": "37.228594", + "longitude": "-121.983960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95031", + "city": "Los Gatos", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95032", + "city": "Los Gatos", + "state": "CA", + "latitude": "37.241193", + "longitude": "-121.953400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95033", + "city": "Los Gatos", + "state": "CA", + "latitude": "37.160012", + "longitude": "-121.988100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95035", + "city": "Milpitas", + "state": "CA", + "latitude": "37.436451", + "longitude": "-121.894380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95036", + "city": "Milpitas", + "state": "CA", + "latitude": "37.456807", + "longitude": "-121.913632", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95037", + "city": "Morgan Hill", + "state": "CA", + "latitude": "37.137595", + "longitude": "-121.662110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95038", + "city": "Morgan Hill", + "state": "CA", + "latitude": "37.225787", + "longitude": "-121.617894", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95039", + "city": "Moss Landing", + "state": "CA", + "latitude": "36.812905", + "longitude": "-121.782990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95041", + "city": "Mount Hermon", + "state": "CA", + "latitude": "37.050798", + "longitude": "-122.056900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95042", + "city": "New Almaden", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95043", + "city": "Paicines", + "state": "CA", + "latitude": "36.504586", + "longitude": "-121.015150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95044", + "city": "Redwood Estates", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95045", + "city": "San Juan Bautista", + "state": "CA", + "latitude": "36.829052", + "longitude": "-121.528480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95046", + "city": "San Martin", + "state": "CA", + "latitude": "37.088746", + "longitude": "-121.600480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95050", + "city": "Santa Clara", + "state": "CA", + "latitude": "37.347791", + "longitude": "-121.951310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95051", + "city": "Santa Clara", + "state": "CA", + "latitude": "37.346241", + "longitude": "-121.984600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95052", + "city": "Santa Clara", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95053", + "city": "Santa Clara", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95054", + "city": "Santa Clara", + "state": "CA", + "latitude": "37.393240", + "longitude": "-121.960660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95055", + "city": "Santa Clara", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95056", + "city": "Santa Clara", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95060", + "city": "Santa Cruz", + "state": "CA", + "latitude": "36.980556", + "longitude": "-122.046030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95061", + "city": "Santa Cruz", + "state": "CA", + "latitude": "37.007399", + "longitude": "-122.075125", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95062", + "city": "Santa Cruz", + "state": "CA", + "latitude": "36.970700", + "longitude": "-121.990860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95063", + "city": "Santa Cruz", + "state": "CA", + "latitude": "36.963400", + "longitude": "-121.973771", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95064", + "city": "Santa Cruz", + "state": "CA", + "latitude": "37.000199", + "longitude": "-122.060260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95065", + "city": "Santa Cruz", + "state": "CA", + "latitude": "37.010322", + "longitude": "-121.985230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95066", + "city": "Scotts Valley", + "state": "CA", + "latitude": "37.057575", + "longitude": "-122.015070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95067", + "city": "Scotts Valley", + "state": "CA", + "latitude": "37.052970", + "longitude": "-121.949418", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95070", + "city": "Saratoga", + "state": "CA", + "latitude": "37.270543", + "longitude": "-122.023050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95071", + "city": "Saratoga", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95073", + "city": "Soquel", + "state": "CA", + "latitude": "37.007916", + "longitude": "-121.950720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95075", + "city": "Tres Pinos", + "state": "CA", + "latitude": "36.761702", + "longitude": "-121.274795", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95076", + "city": "Watsonville", + "state": "CA", + "latitude": "36.922902", + "longitude": "-121.772240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95077", + "city": "Watsonville", + "state": "CA", + "latitude": "37.052970", + "longitude": "-121.949418", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95101", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95102", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95103", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95106", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95108", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95109", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95110", + "city": "San Jose", + "state": "CA", + "latitude": "37.335545", + "longitude": "-121.898770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95111", + "city": "San Jose", + "state": "CA", + "latitude": "37.284042", + "longitude": "-121.826640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95112", + "city": "San Jose", + "state": "CA", + "latitude": "37.348541", + "longitude": "-121.886270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95113", + "city": "San Jose", + "state": "CA", + "latitude": "37.333941", + "longitude": "-121.891540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95114", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95115", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95116", + "city": "San Jose", + "state": "CA", + "latitude": "37.349640", + "longitude": "-121.854400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95117", + "city": "San Jose", + "state": "CA", + "latitude": "37.311042", + "longitude": "-121.961620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95118", + "city": "San Jose", + "state": "CA", + "latitude": "37.257643", + "longitude": "-121.890720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95119", + "city": "San Jose", + "state": "CA", + "latitude": "37.232244", + "longitude": "-121.790920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95120", + "city": "San Jose", + "state": "CA", + "latitude": "37.213624", + "longitude": "-121.856710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95121", + "city": "San Jose", + "state": "CA", + "latitude": "37.305714", + "longitude": "-121.811450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95122", + "city": "San Jose", + "state": "CA", + "latitude": "37.329641", + "longitude": "-121.833590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95123", + "city": "San Jose", + "state": "CA", + "latitude": "37.244426", + "longitude": "-121.832460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95124", + "city": "San Jose", + "state": "CA", + "latitude": "37.256743", + "longitude": "-121.923120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95125", + "city": "San Jose", + "state": "CA", + "latitude": "37.295092", + "longitude": "-121.896490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95126", + "city": "San Jose", + "state": "CA", + "latitude": "37.326341", + "longitude": "-121.917800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95127", + "city": "San Jose", + "state": "CA", + "latitude": "37.369473", + "longitude": "-121.820770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95128", + "city": "San Jose", + "state": "CA", + "latitude": "37.316983", + "longitude": "-121.935550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95129", + "city": "San Jose", + "state": "CA", + "latitude": "37.307742", + "longitude": "-121.999760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95130", + "city": "San Jose", + "state": "CA", + "latitude": "37.289642", + "longitude": "-121.983110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95131", + "city": "San Jose", + "state": "CA", + "latitude": "37.386310", + "longitude": "-121.889870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95132", + "city": "San Jose", + "state": "CA", + "latitude": "37.405989", + "longitude": "-121.847750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95133", + "city": "San Jose", + "state": "CA", + "latitude": "37.373540", + "longitude": "-121.857840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95134", + "city": "San Jose", + "state": "CA", + "latitude": "37.412539", + "longitude": "-121.944610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95135", + "city": "San Jose", + "state": "CA", + "latitude": "37.299474", + "longitude": "-121.754460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95136", + "city": "San Jose", + "state": "CA", + "latitude": "37.269343", + "longitude": "-121.849390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95137", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95138", + "city": "San Jose", + "state": "CA", + "latitude": "37.255915", + "longitude": "-121.775360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95139", + "city": "San Jose", + "state": "CA", + "latitude": "37.226194", + "longitude": "-121.765140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95140", + "city": "Mount Hamilton", + "state": "CA", + "latitude": "37.388718", + "longitude": "-121.638450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95141", + "city": "San Jose", + "state": "CA", + "latitude": "37.178745", + "longitude": "-121.741809", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95142", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95148", + "city": "San Jose", + "state": "CA", + "latitude": "37.330496", + "longitude": "-121.791410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95150", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95151", + "city": "San Jose", + "state": "CA", + "latitude": "37.187349", + "longitude": "-121.757220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95152", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95153", + "city": "San Jose", + "state": "CA", + "latitude": "37.216184", + "longitude": "-121.743632", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95154", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95155", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95156", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95157", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95158", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95159", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95160", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95161", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95164", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95170", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95171", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95172", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95173", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95190", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95191", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95192", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95193", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95194", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95196", + "city": "San Jose", + "state": "CA", + "latitude": "37.189396", + "longitude": "-121.705327", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95201", + "city": "Stockton", + "state": "CA", + "latitude": "37.672196", + "longitude": "-121.298794", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95202", + "city": "Stockton", + "state": "CA", + "latitude": "37.958723", + "longitude": "-121.288050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95203", + "city": "Stockton", + "state": "CA", + "latitude": "37.954823", + "longitude": "-121.307350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95204", + "city": "Stockton", + "state": "CA", + "latitude": "37.974273", + "longitude": "-121.314700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95205", + "city": "Stockton", + "state": "CA", + "latitude": "37.962873", + "longitude": "-121.264010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95206", + "city": "Stockton", + "state": "CA", + "latitude": "37.922024", + "longitude": "-121.302500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95207", + "city": "Stockton", + "state": "CA", + "latitude": "38.004172", + "longitude": "-121.323700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95208", + "city": "Stockton", + "state": "CA", + "latitude": "37.889849", + "longitude": "-121.253872", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95209", + "city": "Stockton", + "state": "CA", + "latitude": "38.035499", + "longitude": "-121.343780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95210", + "city": "Stockton", + "state": "CA", + "latitude": "38.025086", + "longitude": "-121.297220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95211", + "city": "Stockton", + "state": "CA", + "latitude": "37.981073", + "longitude": "-121.308008", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95212", + "city": "Stockton", + "state": "CA", + "latitude": "38.038906", + "longitude": "-121.242130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95213", + "city": "Stockton", + "state": "CA", + "latitude": "37.904777", + "longitude": "-121.226782", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95215", + "city": "Stockton", + "state": "CA", + "latitude": "37.955474", + "longitude": "-121.190640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95219", + "city": "Stockton", + "state": "CA", + "latitude": "38.004922", + "longitude": "-121.400220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95220", + "city": "Acampo", + "state": "CA", + "latitude": "38.200193", + "longitude": "-121.235050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95221", + "city": "Altaville", + "state": "CA", + "latitude": "38.077000", + "longitude": "-120.554010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95222", + "city": "Angels Camp", + "state": "CA", + "latitude": "38.087437", + "longitude": "-120.580720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95223", + "city": "Arnold", + "state": "CA", + "latitude": "38.282255", + "longitude": "-120.288750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95224", + "city": "Avery", + "state": "CA", + "latitude": "38.208553", + "longitude": "-120.348760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95225", + "city": "Burson", + "state": "CA", + "latitude": "38.183288", + "longitude": "-120.894870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95226", + "city": "Campo Seco", + "state": "CA", + "latitude": "38.229515", + "longitude": "-120.863410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95227", + "city": "Clements", + "state": "CA", + "latitude": "38.205817", + "longitude": "-121.053610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95228", + "city": "Copperopolis", + "state": "CA", + "latitude": "37.942532", + "longitude": "-120.657860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95229", + "city": "Douglas Flat", + "state": "CA", + "latitude": "38.110355", + "longitude": "-120.454360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95230", + "city": "Farmington", + "state": "CA", + "latitude": "37.959439", + "longitude": "-120.823290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95231", + "city": "French Camp", + "state": "CA", + "latitude": "37.882742", + "longitude": "-121.279780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95232", + "city": "Glencoe", + "state": "CA", + "latitude": "38.356552", + "longitude": "-120.583180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95233", + "city": "Hathaway Pines", + "state": "CA", + "latitude": "38.186102", + "longitude": "-120.363280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95234", + "city": "Holt", + "state": "CA", + "latitude": "37.889849", + "longitude": "-121.253872", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95236", + "city": "Linden", + "state": "CA", + "latitude": "38.018456", + "longitude": "-121.056750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95237", + "city": "Lockeford", + "state": "CA", + "latitude": "38.162818", + "longitude": "-121.148550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95240", + "city": "Lodi", + "state": "CA", + "latitude": "38.124630", + "longitude": "-121.250390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95241", + "city": "Lodi", + "state": "CA", + "latitude": "37.889849", + "longitude": "-121.253872", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95242", + "city": "Lodi", + "state": "CA", + "latitude": "38.132618", + "longitude": "-121.322820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95245", + "city": "Mokelumne Hill", + "state": "CA", + "latitude": "38.300688", + "longitude": "-120.626320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95246", + "city": "Mountain Ranch", + "state": "CA", + "latitude": "38.261270", + "longitude": "-120.503280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95247", + "city": "Murphys", + "state": "CA", + "latitude": "38.146124", + "longitude": "-120.454580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95248", + "city": "Rail Road Flat", + "state": "CA", + "latitude": "38.325626", + "longitude": "-120.485154", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95249", + "city": "San Andreas", + "state": "CA", + "latitude": "38.192823", + "longitude": "-120.642850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95250", + "city": "Sheep Ranch", + "state": "CA", + "latitude": "38.256839", + "longitude": "-120.381020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95251", + "city": "Vallecito", + "state": "CA", + "latitude": "38.075897", + "longitude": "-120.465440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95252", + "city": "Valley Springs", + "state": "CA", + "latitude": "38.145601", + "longitude": "-120.857330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95253", + "city": "Victor", + "state": "CA", + "latitude": "38.114669", + "longitude": "-121.203656", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95254", + "city": "Wallace", + "state": "CA", + "latitude": "38.192911", + "longitude": "-120.957750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95255", + "city": "West Point", + "state": "CA", + "latitude": "38.421689", + "longitude": "-120.469470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95257", + "city": "Wilseyville", + "state": "CA", + "latitude": "38.377741", + "longitude": "-120.457410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95258", + "city": "Woodbridge", + "state": "CA", + "latitude": "38.154118", + "longitude": "-121.306000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95267", + "city": "Stockton", + "state": "CA", + "latitude": "37.889849", + "longitude": "-121.253872", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95269", + "city": "Stockton", + "state": "CA", + "latitude": "37.889849", + "longitude": "-121.253872", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95290", + "city": "Stockton", + "state": "CA", + "latitude": "37.953473", + "longitude": "-121.285257", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95296", + "city": "Lyoth", + "state": "CA", + "latitude": "37.889849", + "longitude": "-121.253872", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95297", + "city": "Stockton", + "state": "CA", + "latitude": "37.889849", + "longitude": "-121.253872", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95298", + "city": "Stockton", + "state": "CA", + "latitude": "37.889849", + "longitude": "-121.253872", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95301", + "city": "Atwater", + "state": "CA", + "latitude": "37.351150", + "longitude": "-120.605600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95303", + "city": "Ballico", + "state": "CA", + "latitude": "37.469940", + "longitude": "-120.676070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95304", + "city": "Banta", + "state": "CA", + "latitude": "37.889849", + "longitude": "-121.253872", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95305", + "city": "Big Oak Flat", + "state": "CA", + "latitude": "37.824554", + "longitude": "-120.257640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95306", + "city": "Catheys Valley", + "state": "CA", + "latitude": "37.432168", + "longitude": "-120.096820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95307", + "city": "Ceres", + "state": "CA", + "latitude": "37.584282", + "longitude": "-120.950640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95309", + "city": "Chinese Camp", + "state": "CA", + "latitude": "37.807938", + "longitude": "-120.440467", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95310", + "city": "Columbia", + "state": "CA", + "latitude": "38.060956", + "longitude": "-120.392160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95311", + "city": "Coulterville", + "state": "CA", + "latitude": "37.746140", + "longitude": "-120.151230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95312", + "city": "Cressey", + "state": "CA", + "latitude": "37.420143", + "longitude": "-120.665250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95313", + "city": "Crows Landing", + "state": "CA", + "latitude": "37.413659", + "longitude": "-121.056490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95314", + "city": "Dardanelle", + "state": "CA", + "latitude": "38.033541", + "longitude": "-119.925020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95315", + "city": "Delhi", + "state": "CA", + "latitude": "37.428227", + "longitude": "-120.775190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95316", + "city": "Denair", + "state": "CA", + "latitude": "37.552329", + "longitude": "-120.784630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95317", + "city": "El Nido", + "state": "CA", + "latitude": "37.127525", + "longitude": "-120.505740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95318", + "city": "El Portal", + "state": "CA", + "latitude": "37.673629", + "longitude": "-119.813050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95319", + "city": "Empire", + "state": "CA", + "latitude": "37.637531", + "longitude": "-120.906593", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95320", + "city": "Escalon", + "state": "CA", + "latitude": "37.797806", + "longitude": "-121.001790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95321", + "city": "Groveland", + "state": "CA", + "latitude": "37.840248", + "longitude": "-120.045410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95322", + "city": "Gustine", + "state": "CA", + "latitude": "37.187494", + "longitude": "-121.032320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95323", + "city": "Hickman", + "state": "CA", + "latitude": "37.619400", + "longitude": "-120.714100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95324", + "city": "Hilmar", + "state": "CA", + "latitude": "37.400932", + "longitude": "-120.879720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95325", + "city": "Hornitos", + "state": "CA", + "latitude": "37.463360", + "longitude": "-120.256100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95326", + "city": "Hughson", + "state": "CA", + "latitude": "37.594710", + "longitude": "-120.864190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95327", + "city": "Jamestown", + "state": "CA", + "latitude": "37.867243", + "longitude": "-120.491570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95328", + "city": "Keyes", + "state": "CA", + "latitude": "37.559600", + "longitude": "-120.914100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95329", + "city": "La Grange", + "state": "CA", + "latitude": "37.694235", + "longitude": "-120.424210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95330", + "city": "Lathrop", + "state": "CA", + "latitude": "37.816876", + "longitude": "-121.285410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95333", + "city": "Le Grand", + "state": "CA", + "latitude": "37.245423", + "longitude": "-120.271160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95334", + "city": "Livingston", + "state": "CA", + "latitude": "37.380250", + "longitude": "-120.726140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95335", + "city": "Long Barn", + "state": "CA", + "latitude": "38.119056", + "longitude": "-120.101400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95336", + "city": "Manteca", + "state": "CA", + "latitude": "37.812815", + "longitude": "-121.214160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95337", + "city": "Manteca", + "state": "CA", + "latitude": "37.782332", + "longitude": "-121.235780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95338", + "city": "Mariposa", + "state": "CA", + "latitude": "37.505484", + "longitude": "-119.925270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95340", + "city": "Merced", + "state": "CA", + "latitude": "37.294648", + "longitude": "-120.474740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95341", + "city": "Merced", + "state": "CA", + "latitude": "37.186872", + "longitude": "-120.650351", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95342", + "city": "Atwater", + "state": "CA", + "latitude": "37.367315", + "longitude": "-120.570634", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95343", + "city": "Merced", + "state": "CA", + "latitude": "37.186872", + "longitude": "-120.650351", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95344", + "city": "Merced", + "state": "CA", + "latitude": "37.378234", + "longitude": "-120.617808", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95345", + "city": "Midpines", + "state": "CA", + "latitude": "37.576262", + "longitude": "-119.948650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95346", + "city": "Mi Wuk Village", + "state": "CA", + "latitude": "38.079632", + "longitude": "-120.168720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95347", + "city": "Moccasin", + "state": "CA", + "latitude": "37.805371", + "longitude": "-120.375945", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95348", + "city": "Merced", + "state": "CA", + "latitude": "37.342056", + "longitude": "-120.501540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95350", + "city": "Modesto", + "state": "CA", + "latitude": "37.671778", + "longitude": "-121.012490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95351", + "city": "Modesto", + "state": "CA", + "latitude": "37.626067", + "longitude": "-120.999550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95352", + "city": "Modesto", + "state": "CA", + "latitude": "37.603960", + "longitude": "-120.937052", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95353", + "city": "Modesto", + "state": "CA", + "latitude": "37.603960", + "longitude": "-120.937052", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95354", + "city": "Modesto", + "state": "CA", + "latitude": "37.644481", + "longitude": "-120.980430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95355", + "city": "Modesto", + "state": "CA", + "latitude": "37.673513", + "longitude": "-120.955660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95356", + "city": "Modesto", + "state": "CA", + "latitude": "37.704138", + "longitude": "-121.021870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95357", + "city": "Modesto", + "state": "CA", + "latitude": "37.667196", + "longitude": "-120.906100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95358", + "city": "Modesto", + "state": "CA", + "latitude": "37.622898", + "longitude": "-121.051810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95360", + "city": "Newman", + "state": "CA", + "latitude": "37.312014", + "longitude": "-121.031400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95361", + "city": "Oakdale", + "state": "CA", + "latitude": "37.776528", + "longitude": "-120.847560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95363", + "city": "Patterson", + "state": "CA", + "latitude": "37.477477", + "longitude": "-121.145550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95364", + "city": "Pinecrest", + "state": "CA", + "latitude": "38.275328", + "longitude": "-119.896190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95365", + "city": "Planada", + "state": "CA", + "latitude": "37.297403", + "longitude": "-120.322850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95366", + "city": "Ripon", + "state": "CA", + "latitude": "37.742895", + "longitude": "-121.125460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95367", + "city": "Riverbank", + "state": "CA", + "latitude": "37.731272", + "longitude": "-120.943650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95368", + "city": "Salida", + "state": "CA", + "latitude": "37.708727", + "longitude": "-121.089280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95369", + "city": "Snelling", + "state": "CA", + "latitude": "37.521832", + "longitude": "-120.465550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95370", + "city": "Sonora", + "state": "CA", + "latitude": "37.995238", + "longitude": "-120.343700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95372", + "city": "Soulsbyville", + "state": "CA", + "latitude": "37.991855", + "longitude": "-120.258290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95373", + "city": "Standard", + "state": "CA", + "latitude": "37.986377", + "longitude": "-120.241412", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95374", + "city": "Stevinson", + "state": "CA", + "latitude": "37.322619", + "longitude": "-120.882990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95375", + "city": "Strawberry", + "state": "CA", + "latitude": "38.184096", + "longitude": "-120.021342", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95376", + "city": "Tracy", + "state": "CA", + "latitude": "37.728417", + "longitude": "-121.423990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95377", + "city": "Tracy", + "state": "CA", + "latitude": "37.723740", + "longitude": "-121.447131", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95378", + "city": "Tracy", + "state": "CA", + "latitude": "37.889849", + "longitude": "-121.253872", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95379", + "city": "Tuolumne", + "state": "CA", + "latitude": "37.957978", + "longitude": "-120.229700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95380", + "city": "Turlock", + "state": "CA", + "latitude": "37.488580", + "longitude": "-120.851960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95381", + "city": "Turlock", + "state": "CA", + "latitude": "37.603960", + "longitude": "-120.937052", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95382", + "city": "Turlock", + "state": "CA", + "latitude": "37.523901", + "longitude": "-120.851600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95383", + "city": "Twain Harte", + "state": "CA", + "latitude": "38.055888", + "longitude": "-120.230020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95385", + "city": "Vernalis", + "state": "CA", + "latitude": "37.609781", + "longitude": "-121.267840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95386", + "city": "Waterford", + "state": "CA", + "latitude": "37.645632", + "longitude": "-120.738120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95387", + "city": "Westley", + "state": "CA", + "latitude": "37.539768", + "longitude": "-121.247020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95388", + "city": "Winton", + "state": "CA", + "latitude": "37.400193", + "longitude": "-120.610940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95389", + "city": "Yosemite National Park", + "state": "CA", + "latitude": "37.699662", + "longitude": "-119.675290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95390", + "city": "Riverbank", + "state": "CA", + "latitude": "37.603960", + "longitude": "-120.937052", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95397", + "city": "Modesto", + "state": "CA", + "latitude": "37.603960", + "longitude": "-120.937052", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95401", + "city": "Santa Rosa", + "state": "CA", + "latitude": "38.440111", + "longitude": "-122.745630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95402", + "city": "Santa Rosa", + "state": "CA", + "latitude": "38.440061", + "longitude": "-122.710598", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95403", + "city": "Santa Rosa", + "state": "CA", + "latitude": "38.480494", + "longitude": "-122.749760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95404", + "city": "Santa Rosa", + "state": "CA", + "latitude": "38.457611", + "longitude": "-122.693170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95405", + "city": "Santa Rosa", + "state": "CA", + "latitude": "38.438161", + "longitude": "-122.674190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95406", + "city": "Santa Rosa", + "state": "CA", + "latitude": "38.459575", + "longitude": "-122.715654", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95407", + "city": "Santa Rosa", + "state": "CA", + "latitude": "38.404991", + "longitude": "-122.727500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95408", + "city": "Santa Rosa", + "state": "CA", + "latitude": "38.463088", + "longitude": "-122.989975", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95409", + "city": "Santa Rosa", + "state": "CA", + "latitude": "38.460594", + "longitude": "-122.642200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95410", + "city": "Albion", + "state": "CA", + "latitude": "39.216157", + "longitude": "-123.713760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95412", + "city": "Annapolis", + "state": "CA", + "latitude": "38.717819", + "longitude": "-123.327570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95415", + "city": "Boonville", + "state": "CA", + "latitude": "39.026811", + "longitude": "-123.386210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95416", + "city": "Boyes Hot Springs", + "state": "CA", + "latitude": "38.463088", + "longitude": "-122.989975", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95417", + "city": "Branscomb", + "state": "CA", + "latitude": "39.670239", + "longitude": "-123.644230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95418", + "city": "Calpella", + "state": "CA", + "latitude": "39.213324", + "longitude": "-123.277143", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95419", + "city": "Camp Meeker", + "state": "CA", + "latitude": "38.424554", + "longitude": "-122.960670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95420", + "city": "Caspar", + "state": "CA", + "latitude": "39.365356", + "longitude": "-123.804690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95421", + "city": "Cazadero", + "state": "CA", + "latitude": "38.562843", + "longitude": "-123.167850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95422", + "city": "Clearlake", + "state": "CA", + "latitude": "38.956206", + "longitude": "-122.635230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95423", + "city": "Clearlake Oaks", + "state": "CA", + "latitude": "39.037173", + "longitude": "-122.654450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95424", + "city": "Clearlake Park", + "state": "CA", + "latitude": "38.971518", + "longitude": "-122.664230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95425", + "city": "Cloverdale", + "state": "CA", + "latitude": "38.795668", + "longitude": "-122.997000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95426", + "city": "Cobb", + "state": "CA", + "latitude": "38.835146", + "longitude": "-122.722340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95427", + "city": "Comptche", + "state": "CA", + "latitude": "39.240872", + "longitude": "-123.547650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95428", + "city": "Covelo", + "state": "CA", + "latitude": "39.825781", + "longitude": "-123.230260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95429", + "city": "Dos Rios", + "state": "CA", + "latitude": "39.761199", + "longitude": "-123.335470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95430", + "city": "Duncans Mills", + "state": "CA", + "latitude": "38.449265", + "longitude": "-123.054950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95431", + "city": "Eldridge", + "state": "CA", + "latitude": "38.347913", + "longitude": "-122.517530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95432", + "city": "Elk", + "state": "CA", + "latitude": "39.103897", + "longitude": "-123.646170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95433", + "city": "El Verano", + "state": "CA", + "latitude": "38.313864", + "longitude": "-122.513093", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95435", + "city": "Finley", + "state": "CA", + "latitude": "39.006860", + "longitude": "-122.859625", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95436", + "city": "Forestville", + "state": "CA", + "latitude": "38.495857", + "longitude": "-122.906360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95437", + "city": "Fort Bragg", + "state": "CA", + "latitude": "39.436950", + "longitude": "-123.760870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95439", + "city": "Fulton", + "state": "CA", + "latitude": "38.494643", + "longitude": "-122.772260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95441", + "city": "Geyserville", + "state": "CA", + "latitude": "38.710228", + "longitude": "-122.957040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95442", + "city": "Glen Ellen", + "state": "CA", + "latitude": "38.367948", + "longitude": "-122.524680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95443", + "city": "Glenhaven", + "state": "CA", + "latitude": "39.032760", + "longitude": "-122.740820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95444", + "city": "Graton", + "state": "CA", + "latitude": "38.434663", + "longitude": "-122.868900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95445", + "city": "Gualala", + "state": "CA", + "latitude": "38.813417", + "longitude": "-123.557620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95446", + "city": "Guerneville", + "state": "CA", + "latitude": "38.509737", + "longitude": "-123.000840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95448", + "city": "Healdsburg", + "state": "CA", + "latitude": "38.614088", + "longitude": "-122.876260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95449", + "city": "Hopland", + "state": "CA", + "latitude": "38.955142", + "longitude": "-123.081250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95450", + "city": "Jenner", + "state": "CA", + "latitude": "38.506229", + "longitude": "-123.229380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95451", + "city": "Kelseyville", + "state": "CA", + "latitude": "38.939725", + "longitude": "-122.785480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95452", + "city": "Kenwood", + "state": "CA", + "latitude": "38.414061", + "longitude": "-122.546680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95453", + "city": "Lakeport", + "state": "CA", + "latitude": "39.051698", + "longitude": "-122.920710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95454", + "city": "Laytonville", + "state": "CA", + "latitude": "39.745588", + "longitude": "-123.522300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95456", + "city": "Littleriver", + "state": "CA", + "latitude": "39.268774", + "longitude": "-123.755680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95457", + "city": "Lower Lake", + "state": "CA", + "latitude": "38.911393", + "longitude": "-122.599000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95458", + "city": "Lucerne", + "state": "CA", + "latitude": "39.090421", + "longitude": "-122.789720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95459", + "city": "Manchester", + "state": "CA", + "latitude": "38.996389", + "longitude": "-123.664680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95460", + "city": "Mendocino", + "state": "CA", + "latitude": "39.311858", + "longitude": "-123.791660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95461", + "city": "Middletown", + "state": "CA", + "latitude": "38.791139", + "longitude": "-122.610690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95462", + "city": "Monte Rio", + "state": "CA", + "latitude": "38.471368", + "longitude": "-123.014690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95463", + "city": "Navarro", + "state": "CA", + "latitude": "39.173321", + "longitude": "-123.550810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95464", + "city": "Nice", + "state": "CA", + "latitude": "39.125580", + "longitude": "-122.846530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95465", + "city": "Occidental", + "state": "CA", + "latitude": "38.409993", + "longitude": "-122.983470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95466", + "city": "Philo", + "state": "CA", + "latitude": "39.089273", + "longitude": "-123.501860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95468", + "city": "Point Arena", + "state": "CA", + "latitude": "38.898385", + "longitude": "-123.657460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95469", + "city": "Potter Valley", + "state": "CA", + "latitude": "39.383027", + "longitude": "-123.078560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95470", + "city": "Redwood Valley", + "state": "CA", + "latitude": "39.285782", + "longitude": "-123.220640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95471", + "city": "Rio Nido", + "state": "CA", + "latitude": "38.522499", + "longitude": "-122.979670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95472", + "city": "Sebastopol", + "state": "CA", + "latitude": "38.393314", + "longitude": "-122.836660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95473", + "city": "Sebastopol", + "state": "CA", + "latitude": "38.325851", + "longitude": "-122.505846", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95476", + "city": "Sonoma", + "state": "CA", + "latitude": "38.277147", + "longitude": "-122.470580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95480", + "city": "Stewarts Point", + "state": "CA", + "latitude": "38.654705", + "longitude": "-123.399900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95481", + "city": "Talmage", + "state": "CA", + "latitude": "39.131856", + "longitude": "-123.162210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95482", + "city": "Ukiah", + "state": "CA", + "latitude": "39.154946", + "longitude": "-123.200880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95485", + "city": "Upper Lake", + "state": "CA", + "latitude": "39.172397", + "longitude": "-122.904740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95486", + "city": "Villa Grande", + "state": "CA", + "latitude": "38.464487", + "longitude": "-123.037996", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95487", + "city": "Vineburg", + "state": "CA", + "latitude": "38.463088", + "longitude": "-122.989975", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95488", + "city": "Westport", + "state": "CA", + "latitude": "39.727052", + "longitude": "-123.792380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95490", + "city": "Willits", + "state": "CA", + "latitude": "39.451662", + "longitude": "-123.372850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95492", + "city": "Windsor", + "state": "CA", + "latitude": "38.544860", + "longitude": "-122.807850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95493", + "city": "Witter Springs", + "state": "CA", + "latitude": "39.196070", + "longitude": "-122.966490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95494", + "city": "Yorkville", + "state": "CA", + "latitude": "38.916201", + "longitude": "-123.265090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95497", + "city": "The Sea Ranch", + "state": "CA", + "latitude": "38.725628", + "longitude": "-123.476250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95501", + "city": "Eureka", + "state": "CA", + "latitude": "40.793739", + "longitude": "-124.161020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95502", + "city": "Eureka", + "state": "CA", + "latitude": "40.814595", + "longitude": "-124.080520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95503", + "city": "Eureka", + "state": "CA", + "latitude": "40.757091", + "longitude": "-124.151300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95511", + "city": "Alderpoint", + "state": "CA", + "latitude": "40.169518", + "longitude": "-123.602160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95514", + "city": "Blocksburg", + "state": "CA", + "latitude": "40.325767", + "longitude": "-123.692660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95517", + "city": "Diamond Springs", + "state": "CA", + "latitude": "38.692808", + "longitude": "-120.818771", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95518", + "city": "Arcata", + "state": "CA", + "latitude": "40.881383", + "longitude": "-123.984232", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95519", + "city": "Mckinleyville", + "state": "CA", + "latitude": "40.963482", + "longitude": "-124.072860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95521", + "city": "Arcata", + "state": "CA", + "latitude": "40.867469", + "longitude": "-124.075190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95522", + "city": "Arcata", + "state": "CA", + "latitude": "40.878317", + "longitude": "-124.075673", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95524", + "city": "Bayside", + "state": "CA", + "latitude": "40.822884", + "longitude": "-124.067110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95525", + "city": "Blue Lake", + "state": "CA", + "latitude": "40.907437", + "longitude": "-123.883480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95526", + "city": "Bridgeville", + "state": "CA", + "latitude": "40.413386", + "longitude": "-123.532670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95527", + "city": "Burnt Ranch", + "state": "CA", + "latitude": "40.877334", + "longitude": "-123.456610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95528", + "city": "Carlotta", + "state": "CA", + "latitude": "40.489925", + "longitude": "-123.971320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95531", + "city": "Crescent City", + "state": "CA", + "latitude": "41.782681", + "longitude": "-124.167030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95532", + "city": "Crescent City", + "state": "CA", + "latitude": "41.852985", + "longitude": "-124.157210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95534", + "city": "Cutten", + "state": "CA", + "latitude": "40.733552", + "longitude": "-123.944021", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95536", + "city": "Ferndale", + "state": "CA", + "latitude": "40.561448", + "longitude": "-124.257810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95537", + "city": "Fields Landing", + "state": "CA", + "latitude": "40.725444", + "longitude": "-124.216970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95538", + "city": "Fort Dick", + "state": "CA", + "latitude": "41.892473", + "longitude": "-124.145734", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95540", + "city": "Fortuna", + "state": "CA", + "latitude": "40.583488", + "longitude": "-124.143670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95542", + "city": "Garberville", + "state": "CA", + "latitude": "40.098500", + "longitude": "-123.806540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95543", + "city": "Gasquet", + "state": "CA", + "latitude": "41.888557", + "longitude": "-123.800790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95545", + "city": "Honeydew", + "state": "CA", + "latitude": "40.281369", + "longitude": "-124.089980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95546", + "city": "Hoopa", + "state": "CA", + "latitude": "41.161505", + "longitude": "-123.724440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95547", + "city": "Hydesville", + "state": "CA", + "latitude": "40.546202", + "longitude": "-124.084120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95548", + "city": "Klamath", + "state": "CA", + "latitude": "41.518230", + "longitude": "-124.030750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95549", + "city": "Kneeland", + "state": "CA", + "latitude": "40.691578", + "longitude": "-123.871890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95550", + "city": "Korbel", + "state": "CA", + "latitude": "40.766645", + "longitude": "-123.834880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95551", + "city": "Loleta", + "state": "CA", + "latitude": "40.659753", + "longitude": "-124.221530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95552", + "city": "Mad River", + "state": "CA", + "latitude": "40.390478", + "longitude": "-123.413090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95553", + "city": "Miranda", + "state": "CA", + "latitude": "40.210793", + "longitude": "-123.864470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95554", + "city": "Myers Flat", + "state": "CA", + "latitude": "40.295900", + "longitude": "-123.779020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95555", + "city": "Orick", + "state": "CA", + "latitude": "41.296122", + "longitude": "-124.053510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95556", + "city": "Orleans", + "state": "CA", + "latitude": "41.300573", + "longitude": "-123.544110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95558", + "city": "Petrolia", + "state": "CA", + "latitude": "40.272963", + "longitude": "-124.214940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95559", + "city": "Phillipsville", + "state": "CA", + "latitude": "40.196116", + "longitude": "-123.773150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95560", + "city": "Redway", + "state": "CA", + "latitude": "40.131417", + "longitude": "-123.858550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95562", + "city": "Rio Dell", + "state": "CA", + "latitude": "40.494813", + "longitude": "-124.116370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95563", + "city": "Salyer", + "state": "CA", + "latitude": "40.891970", + "longitude": "-123.561490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95564", + "city": "Samoa", + "state": "CA", + "latitude": "40.793480", + "longitude": "-124.199290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95565", + "city": "Scotia", + "state": "CA", + "latitude": "40.459978", + "longitude": "-124.060590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95567", + "city": "Smith River", + "state": "CA", + "latitude": "41.949739", + "longitude": "-124.150980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95568", + "city": "Somes Bar", + "state": "CA", + "latitude": "41.455226", + "longitude": "-123.476710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95569", + "city": "Redcrest", + "state": "CA", + "latitude": "40.359830", + "longitude": "-123.871050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95570", + "city": "Trinidad", + "state": "CA", + "latitude": "41.081726", + "longitude": "-124.131120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95571", + "city": "Weott", + "state": "CA", + "latitude": "40.322683", + "longitude": "-123.923670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95573", + "city": "Willow Creek", + "state": "CA", + "latitude": "40.945039", + "longitude": "-123.658060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95585", + "city": "Leggett", + "state": "CA", + "latitude": "39.860285", + "longitude": "-123.716850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95587", + "city": "Piercy", + "state": "CA", + "latitude": "39.962660", + "longitude": "-123.744710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95589", + "city": "Whitethorn", + "state": "CA", + "latitude": "40.033316", + "longitude": "-124.023790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95592", + "city": "Vallejo", + "state": "CA", + "latitude": "38.098737", + "longitude": "-122.271251", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95595", + "city": "Zenia", + "state": "CA", + "latitude": "40.202464", + "longitude": "-123.466460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95601", + "city": "Amador City", + "state": "CA", + "latitude": "38.426602", + "longitude": "-120.827500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95602", + "city": "Auburn", + "state": "CA", + "latitude": "38.976837", + "longitude": "-121.091420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95603", + "city": "Auburn", + "state": "CA", + "latitude": "38.909605", + "longitude": "-121.079710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95604", + "city": "Auburn", + "state": "CA", + "latitude": "39.106287", + "longitude": "-120.536032", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95605", + "city": "West Sacramento", + "state": "CA", + "latitude": "38.592155", + "longitude": "-121.528050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95606", + "city": "Brooks", + "state": "CA", + "latitude": "38.857328", + "longitude": "-122.214860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95607", + "city": "Capay", + "state": "CA", + "latitude": "38.706727", + "longitude": "-122.125000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95608", + "city": "Carmichael", + "state": "CA", + "latitude": "38.628371", + "longitude": "-121.327020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95609", + "city": "Carmichael", + "state": "CA", + "latitude": "38.650335", + "longitude": "-121.327214", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95610", + "city": "Citrus Heights", + "state": "CA", + "latitude": "38.696912", + "longitude": "-121.271250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95611", + "city": "Citrus Heights", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95612", + "city": "Clarksburg", + "state": "CA", + "latitude": "38.383366", + "longitude": "-121.578190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95613", + "city": "Coloma", + "state": "CA", + "latitude": "38.798290", + "longitude": "-120.885780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95614", + "city": "Cool", + "state": "CA", + "latitude": "38.880294", + "longitude": "-120.974260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95615", + "city": "Courtland", + "state": "CA", + "latitude": "38.333568", + "longitude": "-121.548530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95616", + "city": "Davis", + "state": "CA", + "latitude": "38.549256", + "longitude": "-121.736550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95617", + "city": "Davis", + "state": "CA", + "latitude": "38.619545", + "longitude": "-121.961532", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95618", + "city": "El Macero", + "state": "CA", + "latitude": "38.546306", + "longitude": "-121.686820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95619", + "city": "Diamond Springs", + "state": "CA", + "latitude": "38.689067", + "longitude": "-120.820710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95620", + "city": "Dixon", + "state": "CA", + "latitude": "38.427208", + "longitude": "-121.813480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95621", + "city": "Citrus Heights", + "state": "CA", + "latitude": "38.695252", + "longitude": "-121.308100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95623", + "city": "El Dorado", + "state": "CA", + "latitude": "38.639643", + "longitude": "-120.845560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95624", + "city": "Elk Grove", + "state": "CA", + "latitude": "38.421068", + "longitude": "-121.360590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95625", + "city": "Elmira", + "state": "CA", + "latitude": "38.350110", + "longitude": "-121.907990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95626", + "city": "Elverta", + "state": "CA", + "latitude": "38.727451", + "longitude": "-121.454330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95627", + "city": "Esparto", + "state": "CA", + "latitude": "38.744062", + "longitude": "-121.999290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95628", + "city": "Fair Oaks", + "state": "CA", + "latitude": "38.654803", + "longitude": "-121.265290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95629", + "city": "Fiddletown", + "state": "CA", + "latitude": "38.527556", + "longitude": "-120.692920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95630", + "city": "Folsom", + "state": "CA", + "latitude": "38.672127", + "longitude": "-121.157830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95631", + "city": "Foresthill", + "state": "CA", + "latitude": "39.033312", + "longitude": "-120.821720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95632", + "city": "Galt", + "state": "CA", + "latitude": "38.267544", + "longitude": "-121.297230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95633", + "city": "Garden Valley", + "state": "CA", + "latitude": "38.839773", + "longitude": "-120.828810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95634", + "city": "Georgetown", + "state": "CA", + "latitude": "38.930207", + "longitude": "-120.785570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95635", + "city": "Greenwood", + "state": "CA", + "latitude": "38.919588", + "longitude": "-120.904060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95636", + "city": "Grizzly Flats", + "state": "CA", + "latitude": "38.634753", + "longitude": "-120.533530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95637", + "city": "Guinda", + "state": "CA", + "latitude": "38.830508", + "longitude": "-122.199440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95638", + "city": "Herald", + "state": "CA", + "latitude": "38.317665", + "longitude": "-121.161660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95639", + "city": "Hood", + "state": "CA", + "latitude": "38.367276", + "longitude": "-121.514870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95640", + "city": "Ione", + "state": "CA", + "latitude": "38.346132", + "longitude": "-120.945160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95641", + "city": "Isleton", + "state": "CA", + "latitude": "38.161756", + "longitude": "-121.604280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95642", + "city": "Jackson", + "state": "CA", + "latitude": "38.359772", + "longitude": "-120.753240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95644", + "city": "Kit Carson", + "state": "CA", + "latitude": "38.463282", + "longitude": "-120.550021", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95645", + "city": "Knights Landing", + "state": "CA", + "latitude": "38.851198", + "longitude": "-121.733540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95646", + "city": "Kirkwood", + "state": "CA", + "latitude": "38.688329", + "longitude": "-120.055160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95648", + "city": "Lincoln", + "state": "CA", + "latitude": "38.902873", + "longitude": "-121.297950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95650", + "city": "Loomis", + "state": "CA", + "latitude": "38.817508", + "longitude": "-121.172250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95651", + "city": "Lotus", + "state": "CA", + "latitude": "38.817357", + "longitude": "-120.922130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95652", + "city": "Mcclellan AFB", + "state": "CA", + "latitude": "38.666653", + "longitude": "-121.389613", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95653", + "city": "Madison", + "state": "CA", + "latitude": "38.678663", + "longitude": "-121.969070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95654", + "city": "Martell", + "state": "CA", + "latitude": "38.463282", + "longitude": "-120.550021", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95655", + "city": "Mather", + "state": "CA", + "latitude": "38.558073", + "longitude": "-121.287370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95656", + "city": "Mount Aukum", + "state": "CA", + "latitude": "38.547230", + "longitude": "-120.707891", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95658", + "city": "Newcastle", + "state": "CA", + "latitude": "38.876720", + "longitude": "-121.142130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95659", + "city": "Nicolaus", + "state": "CA", + "latitude": "38.868919", + "longitude": "-121.563980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95660", + "city": "North Highlands", + "state": "CA", + "latitude": "38.676103", + "longitude": "-121.376560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95661", + "city": "Roseville", + "state": "CA", + "latitude": "38.731976", + "longitude": "-121.253100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95662", + "city": "Orangevale", + "state": "CA", + "latitude": "38.682803", + "longitude": "-121.223100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95663", + "city": "Penryn", + "state": "CA", + "latitude": "38.859227", + "longitude": "-121.175650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95664", + "city": "Pilot Hill", + "state": "CA", + "latitude": "38.811695", + "longitude": "-121.024270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95665", + "city": "Pine Grove", + "state": "CA", + "latitude": "38.400970", + "longitude": "-120.649520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95666", + "city": "Pioneer", + "state": "CA", + "latitude": "38.529753", + "longitude": "-120.414110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95667", + "city": "Placerville", + "state": "CA", + "latitude": "38.724682", + "longitude": "-120.795330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95668", + "city": "Pleasant Grove", + "state": "CA", + "latitude": "38.832300", + "longitude": "-121.516610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95669", + "city": "Plymouth", + "state": "CA", + "latitude": "38.480569", + "longitude": "-120.868950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95670", + "city": "Rancho Cordova", + "state": "CA", + "latitude": "38.605355", + "longitude": "-121.282470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95671", + "city": "Represa", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95672", + "city": "Rescue", + "state": "CA", + "latitude": "38.712030", + "longitude": "-121.002300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95673", + "city": "Rio Linda", + "state": "CA", + "latitude": "38.688069", + "longitude": "-121.448740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95674", + "city": "Rio Oso", + "state": "CA", + "latitude": "38.961976", + "longitude": "-121.481660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95675", + "city": "River Pines", + "state": "CA", + "latitude": "38.545656", + "longitude": "-120.742870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95676", + "city": "Robbins", + "state": "CA", + "latitude": "38.909351", + "longitude": "-121.718430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95677", + "city": "Rocklin", + "state": "CA", + "latitude": "38.789165", + "longitude": "-121.238250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95678", + "city": "Roseville", + "state": "CA", + "latitude": "38.752434", + "longitude": "-121.289330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95679", + "city": "Rumsey", + "state": "CA", + "latitude": "38.867147", + "longitude": "-122.224813", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95680", + "city": "Ryde", + "state": "CA", + "latitude": "38.232898", + "longitude": "-121.568427", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95681", + "city": "Sheridan", + "state": "CA", + "latitude": "38.997612", + "longitude": "-121.379670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95682", + "city": "Shingle Springs", + "state": "CA", + "latitude": "38.641158", + "longitude": "-120.971090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95683", + "city": "Sloughhouse", + "state": "CA", + "latitude": "38.492811", + "longitude": "-121.100360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95684", + "city": "Somerset", + "state": "CA", + "latitude": "38.607660", + "longitude": "-120.593700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95685", + "city": "Sutter Creek", + "state": "CA", + "latitude": "38.394464", + "longitude": "-120.790150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95686", + "city": "Thornton", + "state": "CA", + "latitude": "38.228976", + "longitude": "-121.440320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95687", + "city": "Vacaville", + "state": "CA", + "latitude": "38.344010", + "longitude": "-121.953330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95688", + "city": "Vacaville", + "state": "CA", + "latitude": "38.380528", + "longitude": "-121.991920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95689", + "city": "Volcano", + "state": "CA", + "latitude": "38.473857", + "longitude": "-120.594210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95690", + "city": "Walnut Grove", + "state": "CA", + "latitude": "38.240477", + "longitude": "-121.565070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95691", + "city": "West Sacramento", + "state": "CA", + "latitude": "38.569193", + "longitude": "-121.544960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95692", + "city": "Wheatland", + "state": "CA", + "latitude": "39.030716", + "longitude": "-121.434970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95693", + "city": "Wilton", + "state": "CA", + "latitude": "38.382367", + "longitude": "-121.237080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95694", + "city": "Winters", + "state": "CA", + "latitude": "38.537434", + "longitude": "-121.977570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95695", + "city": "Woodland", + "state": "CA", + "latitude": "38.697238", + "longitude": "-121.809440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95696", + "city": "Vacaville", + "state": "CA", + "latitude": "38.348960", + "longitude": "-121.908324", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95697", + "city": "Yolo", + "state": "CA", + "latitude": "38.751038", + "longitude": "-121.832156", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95698", + "city": "Zamora", + "state": "CA", + "latitude": "38.782731", + "longitude": "-121.898110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95699", + "city": "Drytown", + "state": "CA", + "latitude": "38.437001", + "longitude": "-120.845706", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95701", + "city": "Alta", + "state": "CA", + "latitude": "39.217668", + "longitude": "-120.783460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95703", + "city": "Applegate", + "state": "CA", + "latitude": "38.995732", + "longitude": "-120.997030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95709", + "city": "Camino", + "state": "CA", + "latitude": "38.748112", + "longitude": "-120.674630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95712", + "city": "Chicago Park", + "state": "CA", + "latitude": "39.167276", + "longitude": "-120.964275", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95713", + "city": "Colfax", + "state": "CA", + "latitude": "39.092062", + "longitude": "-120.934710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95714", + "city": "Dutch Flat", + "state": "CA", + "latitude": "39.204434", + "longitude": "-120.838160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95715", + "city": "Emigrant Gap", + "state": "CA", + "latitude": "39.277658", + "longitude": "-120.706700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95717", + "city": "Gold Run", + "state": "CA", + "latitude": "39.177026", + "longitude": "-120.845100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95720", + "city": "Kyburz", + "state": "CA", + "latitude": "38.771209", + "longitude": "-120.267650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95721", + "city": "Echo Lake", + "state": "CA", + "latitude": "38.823996", + "longitude": "-120.059560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95722", + "city": "Meadow Vista", + "state": "CA", + "latitude": "39.005098", + "longitude": "-121.018910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95724", + "city": "Norden", + "state": "CA", + "latitude": "39.265990", + "longitude": "-120.641450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95726", + "city": "Pollock Pines", + "state": "CA", + "latitude": "38.749713", + "longitude": "-120.533860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95728", + "city": "Soda Springs", + "state": "CA", + "latitude": "39.311156", + "longitude": "-120.410390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95735", + "city": "Twin Bridges", + "state": "CA", + "latitude": "38.805745", + "longitude": "-120.132130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95736", + "city": "Weimar", + "state": "CA", + "latitude": "39.010040", + "longitude": "-120.978140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95741", + "city": "Rancho Cordova", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95742", + "city": "Rancho Cordova", + "state": "CA", + "latitude": "38.607756", + "longitude": "-121.183670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95743", + "city": "Rancho Cordova", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95746", + "city": "Granite Bay", + "state": "CA", + "latitude": "38.743811", + "longitude": "-121.190130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95747", + "city": "Roseville", + "state": "CA", + "latitude": "38.768829", + "longitude": "-121.336290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95749", + "city": "San Andreas", + "state": "CA", + "latitude": "38.195804", + "longitude": "-120.679713", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95758", + "city": "Elk Grove", + "state": "CA", + "latitude": "38.406432", + "longitude": "-121.436730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95759", + "city": "Elk Grove", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95762", + "city": "El Dorado Hills", + "state": "CA", + "latitude": "38.684324", + "longitude": "-121.068790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95763", + "city": "Folsom", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95765", + "city": "Rocklin", + "state": "CA", + "latitude": "38.817993", + "longitude": "-121.263100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95771", + "city": "Spring Garden", + "state": "CA", + "latitude": "40.036998", + "longitude": "-121.831299", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95776", + "city": "Woodland", + "state": "CA", + "latitude": "38.681254", + "longitude": "-121.741890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95798", + "city": "West Sacramento", + "state": "CA", + "latitude": "38.619545", + "longitude": "-121.961532", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95799", + "city": "West Sacramento", + "state": "CA", + "latitude": "38.619545", + "longitude": "-121.961532", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95812", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95813", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95814", + "city": "Sacramento", + "state": "CA", + "latitude": "38.580255", + "longitude": "-121.491250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95815", + "city": "Sacramento", + "state": "CA", + "latitude": "38.611854", + "longitude": "-121.445530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95816", + "city": "Sacramento", + "state": "CA", + "latitude": "38.571661", + "longitude": "-121.468270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95817", + "city": "Sacramento", + "state": "CA", + "latitude": "38.551106", + "longitude": "-121.459960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95818", + "city": "Sacramento", + "state": "CA", + "latitude": "38.556576", + "longitude": "-121.492850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95819", + "city": "Sacramento", + "state": "CA", + "latitude": "38.568855", + "longitude": "-121.440990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95820", + "city": "Sacramento", + "state": "CA", + "latitude": "38.535795", + "longitude": "-121.446630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95821", + "city": "Sacramento", + "state": "CA", + "latitude": "38.623304", + "longitude": "-121.381810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95822", + "city": "Sacramento", + "state": "CA", + "latitude": "38.513940", + "longitude": "-121.492010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95823", + "city": "Sacramento", + "state": "CA", + "latitude": "38.477508", + "longitude": "-121.445610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95824", + "city": "Sacramento", + "state": "CA", + "latitude": "38.518356", + "longitude": "-121.443780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95825", + "city": "Sacramento", + "state": "CA", + "latitude": "38.594205", + "longitude": "-121.407260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95826", + "city": "Sacramento", + "state": "CA", + "latitude": "38.550098", + "longitude": "-121.374920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95827", + "city": "Sacramento", + "state": "CA", + "latitude": "38.566506", + "longitude": "-121.325150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95828", + "city": "Sacramento", + "state": "CA", + "latitude": "38.484747", + "longitude": "-121.402400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95829", + "city": "Sacramento", + "state": "CA", + "latitude": "38.476196", + "longitude": "-121.347150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95830", + "city": "Sacramento", + "state": "CA", + "latitude": "38.498156", + "longitude": "-121.265100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95831", + "city": "Sacramento", + "state": "CA", + "latitude": "38.494971", + "longitude": "-121.530590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95832", + "city": "Sacramento", + "state": "CA", + "latitude": "38.464667", + "longitude": "-121.496430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95833", + "city": "Sacramento", + "state": "CA", + "latitude": "38.616891", + "longitude": "-121.496230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95834", + "city": "Sacramento", + "state": "CA", + "latitude": "38.642805", + "longitude": "-121.504660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95835", + "city": "Sacramento", + "state": "CA", + "latitude": "38.664824", + "longitude": "-121.520610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95836", + "city": "Sacramento", + "state": "CA", + "latitude": "38.707236", + "longitude": "-121.549830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95837", + "city": "Sacramento", + "state": "CA", + "latitude": "38.700244", + "longitude": "-121.602070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95838", + "city": "Sacramento", + "state": "CA", + "latitude": "38.641223", + "longitude": "-121.441700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95840", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95841", + "city": "Sacramento", + "state": "CA", + "latitude": "38.661520", + "longitude": "-121.343610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95842", + "city": "Sacramento", + "state": "CA", + "latitude": "38.687718", + "longitude": "-121.349000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95843", + "city": "Antelope", + "state": "CA", + "latitude": "38.716874", + "longitude": "-121.369800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95851", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95852", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95853", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95857", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95860", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95864", + "city": "Sacramento", + "state": "CA", + "latitude": "38.587805", + "longitude": "-121.378090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95865", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95866", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95867", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95873", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95887", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95894", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95899", + "city": "Sacramento", + "state": "CA", + "latitude": "38.377411", + "longitude": "-121.444429", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95901", + "city": "Marysville", + "state": "CA", + "latitude": "39.159730", + "longitude": "-121.537350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95903", + "city": "Beale AFB", + "state": "CA", + "latitude": "39.125997", + "longitude": "-121.366370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95910", + "city": "Alleghany", + "state": "CA", + "latitude": "39.465229", + "longitude": "-120.844960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95912", + "city": "Arbuckle", + "state": "CA", + "latitude": "38.971590", + "longitude": "-122.027250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95913", + "city": "Artois", + "state": "CA", + "latitude": "39.633265", + "longitude": "-122.210090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95914", + "city": "Bangor", + "state": "CA", + "latitude": "39.425854", + "longitude": "-121.358520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95915", + "city": "Belden", + "state": "CA", + "latitude": "39.912222", + "longitude": "-120.834958", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95916", + "city": "Berry Creek", + "state": "CA", + "latitude": "39.661519", + "longitude": "-121.381930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95917", + "city": "Biggs", + "state": "CA", + "latitude": "39.413477", + "longitude": "-121.711620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95918", + "city": "Browns Valley", + "state": "CA", + "latitude": "39.282171", + "longitude": "-121.347330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95919", + "city": "Brownsville", + "state": "CA", + "latitude": "39.453457", + "longitude": "-121.265430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95920", + "city": "Butte City", + "state": "CA", + "latitude": "39.442230", + "longitude": "-121.952160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95922", + "city": "Camptonville", + "state": "CA", + "latitude": "39.469943", + "longitude": "-121.073210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95923", + "city": "Canyondam", + "state": "CA", + "latitude": "40.187554", + "longitude": "-121.115200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95924", + "city": "Cedar Ridge", + "state": "CA", + "latitude": "39.265990", + "longitude": "-120.641450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95925", + "city": "Challenge", + "state": "CA", + "latitude": "39.466279", + "longitude": "-121.209360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95926", + "city": "Chico", + "state": "CA", + "latitude": "39.745973", + "longitude": "-121.842590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95927", + "city": "Chico", + "state": "CA", + "latitude": "39.805255", + "longitude": "-121.684124", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95928", + "city": "Chico", + "state": "CA", + "latitude": "39.720955", + "longitude": "-121.818880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95929", + "city": "Chico", + "state": "CA", + "latitude": "39.731406", + "longitude": "-121.801215", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95930", + "city": "Clipper Mills", + "state": "CA", + "latitude": "39.563522", + "longitude": "-121.131910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95931", + "city": "College City", + "state": "CA", + "latitude": "39.169245", + "longitude": "-122.290204", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95932", + "city": "Colusa", + "state": "CA", + "latitude": "39.254875", + "longitude": "-122.045720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95934", + "city": "Crescent Mills", + "state": "CA", + "latitude": "40.074042", + "longitude": "-120.939730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95935", + "city": "Dobbins", + "state": "CA", + "latitude": "39.381883", + "longitude": "-121.217630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95936", + "city": "Downieville", + "state": "CA", + "latitude": "39.567001", + "longitude": "-120.838400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95937", + "city": "Dunnigan", + "state": "CA", + "latitude": "38.931025", + "longitude": "-121.945180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95938", + "city": "Durham", + "state": "CA", + "latitude": "39.624259", + "longitude": "-121.791520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95939", + "city": "Elk Creek", + "state": "CA", + "latitude": "39.535446", + "longitude": "-122.576670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95940", + "city": "Feather Falls", + "state": "CA", + "latitude": "39.585648", + "longitude": "-121.259009", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95941", + "city": "Forbestown", + "state": "CA", + "latitude": "39.516420", + "longitude": "-121.268530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95942", + "city": "Forest Ranch", + "state": "CA", + "latitude": "40.044865", + "longitude": "-121.594150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95943", + "city": "Glenn", + "state": "CA", + "latitude": "39.605289", + "longitude": "-122.032310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95944", + "city": "Goodyears Bar", + "state": "CA", + "latitude": "39.545514", + "longitude": "-120.885120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95945", + "city": "Grass Valley", + "state": "CA", + "latitude": "39.202725", + "longitude": "-121.020760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95946", + "city": "Penn Valley", + "state": "CA", + "latitude": "39.207828", + "longitude": "-121.200210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95947", + "city": "Greenville", + "state": "CA", + "latitude": "40.144573", + "longitude": "-120.883110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95948", + "city": "Gridley", + "state": "CA", + "latitude": "39.352170", + "longitude": "-121.711290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95949", + "city": "Grass Valley", + "state": "CA", + "latitude": "39.132550", + "longitude": "-121.098100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95950", + "city": "Grimes", + "state": "CA", + "latitude": "39.070128", + "longitude": "-121.898100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95951", + "city": "Hamilton City", + "state": "CA", + "latitude": "39.738889", + "longitude": "-122.016750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95953", + "city": "Live Oak", + "state": "CA", + "latitude": "39.252090", + "longitude": "-121.694390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95954", + "city": "Magalia", + "state": "CA", + "latitude": "39.888074", + "longitude": "-121.590480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95955", + "city": "Maxwell", + "state": "CA", + "latitude": "39.283329", + "longitude": "-122.202060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95956", + "city": "Meadow Valley", + "state": "CA", + "latitude": "39.939350", + "longitude": "-121.060470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95957", + "city": "Meridian", + "state": "CA", + "latitude": "39.070323", + "longitude": "-121.830650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95958", + "city": "Nelson", + "state": "CA", + "latitude": "39.556251", + "longitude": "-121.803777", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95959", + "city": "Nevada City", + "state": "CA", + "latitude": "39.299405", + "longitude": "-120.951440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95960", + "city": "North San Juan", + "state": "CA", + "latitude": "39.396152", + "longitude": "-121.082270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95961", + "city": "Olivehurst", + "state": "CA", + "latitude": "39.089929", + "longitude": "-121.550530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95962", + "city": "Oregon House", + "state": "CA", + "latitude": "39.355688", + "longitude": "-121.254800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95963", + "city": "Orland", + "state": "CA", + "latitude": "39.760968", + "longitude": "-122.218000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95965", + "city": "Oroville", + "state": "CA", + "latitude": "39.558586", + "longitude": "-121.589230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95966", + "city": "Oroville", + "state": "CA", + "latitude": "39.491076", + "longitude": "-121.494680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95967", + "city": "Paradise", + "state": "CA", + "latitude": "39.723898", + "longitude": "-121.572986", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95968", + "city": "Palermo", + "state": "CA", + "latitude": "39.434644", + "longitude": "-121.550430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95969", + "city": "Paradise", + "state": "CA", + "latitude": "39.750422", + "longitude": "-121.610260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95970", + "city": "Princeton", + "state": "CA", + "latitude": "39.415041", + "longitude": "-122.024870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95971", + "city": "Quincy", + "state": "CA", + "latitude": "39.957324", + "longitude": "-120.983660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95972", + "city": "Rackerby", + "state": "CA", + "latitude": "39.441356", + "longitude": "-121.313540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95973", + "city": "Chico", + "state": "CA", + "latitude": "39.793465", + "longitude": "-121.879460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95974", + "city": "Richvale", + "state": "CA", + "latitude": "39.496465", + "longitude": "-121.747120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95975", + "city": "Rough And Ready", + "state": "CA", + "latitude": "39.224179", + "longitude": "-121.145390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95976", + "city": "Chico", + "state": "CA", + "latitude": "39.723898", + "longitude": "-121.572986", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95977", + "city": "Smartville", + "state": "CA", + "latitude": "39.193220", + "longitude": "-121.289750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95978", + "city": "Stirling City", + "state": "CA", + "latitude": "39.904478", + "longitude": "-121.528050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95979", + "city": "Stonyford", + "state": "CA", + "latitude": "39.331444", + "longitude": "-122.479430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95980", + "city": "Storrie", + "state": "CA", + "latitude": "39.918503", + "longitude": "-121.337404", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95981", + "city": "Strawberry Valley", + "state": "CA", + "latitude": "39.584801", + "longitude": "-121.087620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95982", + "city": "Sutter", + "state": "CA", + "latitude": "39.168550", + "longitude": "-121.764650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95983", + "city": "Taylorsville", + "state": "CA", + "latitude": "40.066860", + "longitude": "-120.774420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95984", + "city": "Twain", + "state": "CA", + "latitude": "40.017767", + "longitude": "-121.059890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95986", + "city": "Washington", + "state": "CA", + "latitude": "39.340422", + "longitude": "-120.791660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95987", + "city": "Williams", + "state": "CA", + "latitude": "39.139543", + "longitude": "-122.205630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95988", + "city": "Willows", + "state": "CA", + "latitude": "39.499754", + "longitude": "-122.207730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95991", + "city": "Yuba City", + "state": "CA", + "latitude": "39.114138", + "longitude": "-121.619600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95992", + "city": "Yuba City", + "state": "CA", + "latitude": "39.020133", + "longitude": "-121.681345", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "95993", + "city": "Yuba City", + "state": "CA", + "latitude": "39.109272", + "longitude": "-121.680330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96001", + "city": "Redding", + "state": "CA", + "latitude": "40.568160", + "longitude": "-122.415190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96002", + "city": "Redding", + "state": "CA", + "latitude": "40.539302", + "longitude": "-122.332790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96003", + "city": "Redding", + "state": "CA", + "latitude": "40.641389", + "longitude": "-122.342060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96006", + "city": "Adin", + "state": "CA", + "latitude": "41.190742", + "longitude": "-120.902940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96007", + "city": "Anderson", + "state": "CA", + "latitude": "40.454530", + "longitude": "-122.311010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96008", + "city": "Bella Vista", + "state": "CA", + "latitude": "40.732501", + "longitude": "-122.112640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96009", + "city": "Bieber", + "state": "CA", + "latitude": "41.119727", + "longitude": "-121.136200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96010", + "city": "Big Bar", + "state": "CA", + "latitude": "40.723792", + "longitude": "-123.340160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96011", + "city": "Big Bend", + "state": "CA", + "latitude": "41.027553", + "longitude": "-121.918470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96013", + "city": "Burney", + "state": "CA", + "latitude": "40.926289", + "longitude": "-121.684520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96014", + "city": "Callahan", + "state": "CA", + "latitude": "41.322110", + "longitude": "-122.815350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96015", + "city": "Canby", + "state": "CA", + "latitude": "41.425912", + "longitude": "-120.903160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96016", + "city": "Cassel", + "state": "CA", + "latitude": "40.929301", + "longitude": "-121.557110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96017", + "city": "Castella", + "state": "CA", + "latitude": "41.109487", + "longitude": "-122.331330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96019", + "city": "Shasta Lake", + "state": "CA", + "latitude": "40.682393", + "longitude": "-122.368240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96020", + "city": "Chester", + "state": "CA", + "latitude": "40.289788", + "longitude": "-121.232630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96021", + "city": "Corning", + "state": "CA", + "latitude": "39.918271", + "longitude": "-122.213930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96022", + "city": "Cottonwood", + "state": "CA", + "latitude": "40.360583", + "longitude": "-122.335440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96023", + "city": "Dorris", + "state": "CA", + "latitude": "41.963883", + "longitude": "-121.891650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96024", + "city": "Douglas City", + "state": "CA", + "latitude": "40.606673", + "longitude": "-122.923350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96025", + "city": "Dunsmuir", + "state": "CA", + "latitude": "41.221077", + "longitude": "-122.280030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96027", + "city": "Etna", + "state": "CA", + "latitude": "41.414707", + "longitude": "-122.968320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96028", + "city": "Fall River Mills", + "state": "CA", + "latitude": "41.056097", + "longitude": "-121.490210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96029", + "city": "Flournoy", + "state": "CA", + "latitude": "39.861821", + "longitude": "-122.480140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96031", + "city": "Forks Of Salmon", + "state": "CA", + "latitude": "41.228397", + "longitude": "-123.201870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96032", + "city": "Fort Jones", + "state": "CA", + "latitude": "41.615475", + "longitude": "-122.877440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96033", + "city": "French Gulch", + "state": "CA", + "latitude": "40.736679", + "longitude": "-122.611210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96034", + "city": "Gazelle", + "state": "CA", + "latitude": "41.441194", + "longitude": "-122.646880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96035", + "city": "Gerber", + "state": "CA", + "latitude": "40.039257", + "longitude": "-122.165550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96037", + "city": "Greenview", + "state": "CA", + "latitude": "41.531010", + "longitude": "-122.956660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96038", + "city": "Grenada", + "state": "CA", + "latitude": "41.604392", + "longitude": "-122.526660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96039", + "city": "Happy Camp", + "state": "CA", + "latitude": "41.820870", + "longitude": "-123.431260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96040", + "city": "Hat Creek", + "state": "CA", + "latitude": "40.788512", + "longitude": "-121.476680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96041", + "city": "Hayfork", + "state": "CA", + "latitude": "40.524496", + "longitude": "-123.183070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96044", + "city": "Hornbrook", + "state": "CA", + "latitude": "41.925752", + "longitude": "-122.522530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96046", + "city": "Hyampom", + "state": "CA", + "latitude": "40.639108", + "longitude": "-123.475250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96047", + "city": "Igo", + "state": "CA", + "latitude": "40.472993", + "longitude": "-122.637070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96048", + "city": "Junction City", + "state": "CA", + "latitude": "40.850776", + "longitude": "-122.920430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96049", + "city": "Redding", + "state": "CA", + "latitude": "40.709783", + "longitude": "-122.311628", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96050", + "city": "Klamath River", + "state": "CA", + "latitude": "41.831947", + "longitude": "-122.920600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96051", + "city": "Lakehead", + "state": "CA", + "latitude": "40.939342", + "longitude": "-122.422460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96052", + "city": "Lewiston", + "state": "CA", + "latitude": "40.743423", + "longitude": "-122.814140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96053", + "city": "Mcarthur", + "state": "CA", + "latitude": "40.446063", + "longitude": "-120.664132", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96054", + "city": "Lookout", + "state": "CA", + "latitude": "41.285897", + "longitude": "-121.160940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96055", + "city": "Los Molinos", + "state": "CA", + "latitude": "40.041399", + "longitude": "-122.097930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96056", + "city": "Mcarthur", + "state": "CA", + "latitude": "41.114424", + "longitude": "-121.332000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96057", + "city": "Mccloud", + "state": "CA", + "latitude": "41.263103", + "longitude": "-122.102970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96058", + "city": "Macdoel", + "state": "CA", + "latitude": "41.790562", + "longitude": "-121.942140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96059", + "city": "Manton", + "state": "CA", + "latitude": "40.437443", + "longitude": "-121.846780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96061", + "city": "Mill Creek", + "state": "CA", + "latitude": "40.310324", + "longitude": "-121.433160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96062", + "city": "Millville", + "state": "CA", + "latitude": "40.577799", + "longitude": "-122.101480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96063", + "city": "Mineral", + "state": "CA", + "latitude": "40.371043", + "longitude": "-121.582450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96064", + "city": "Montague", + "state": "CA", + "latitude": "41.736424", + "longitude": "-122.400080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96065", + "city": "Montgomery Creek", + "state": "CA", + "latitude": "40.876184", + "longitude": "-121.889750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96067", + "city": "Mount Shasta", + "state": "CA", + "latitude": "41.317771", + "longitude": "-122.312070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96068", + "city": "Nubieber", + "state": "CA", + "latitude": "41.102891", + "longitude": "-121.198280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96069", + "city": "Oak Run", + "state": "CA", + "latitude": "40.705474", + "longitude": "-122.021000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96070", + "city": "Obrien", + "state": "CA", + "latitude": "40.735153", + "longitude": "-122.194400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96071", + "city": "Old Station", + "state": "CA", + "latitude": "40.646417", + "longitude": "-121.441800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96073", + "city": "Palo Cedro", + "state": "CA", + "latitude": "40.562648", + "longitude": "-122.225500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96074", + "city": "Paskenta", + "state": "CA", + "latitude": "39.878018", + "longitude": "-122.579720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96075", + "city": "Paynes Creek", + "state": "CA", + "latitude": "40.338253", + "longitude": "-121.840250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96076", + "city": "Platina", + "state": "CA", + "latitude": "40.366349", + "longitude": "-122.945660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96078", + "city": "Proberta", + "state": "CA", + "latitude": "40.125170", + "longitude": "-122.204141", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96079", + "city": "Shasta Lake", + "state": "CA", + "latitude": "40.686639", + "longitude": "-122.334778", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96080", + "city": "Red Bluff", + "state": "CA", + "latitude": "40.183837", + "longitude": "-122.240740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96084", + "city": "Round Mountain", + "state": "CA", + "latitude": "40.871548", + "longitude": "-121.988070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96085", + "city": "Scott Bar", + "state": "CA", + "latitude": "41.734832", + "longitude": "-123.072180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96086", + "city": "Seiad Valley", + "state": "CA", + "latitude": "41.862350", + "longitude": "-123.240910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96087", + "city": "Shasta", + "state": "CA", + "latitude": "40.608728", + "longitude": "-122.514270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96088", + "city": "Shingletown", + "state": "CA", + "latitude": "40.504853", + "longitude": "-121.835010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96089", + "city": "Shasta Lake", + "state": "CA", + "latitude": "40.657893", + "longitude": "-122.427333", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96090", + "city": "Tehama", + "state": "CA", + "latitude": "40.024337", + "longitude": "-122.123780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96091", + "city": "Trinity Center", + "state": "CA", + "latitude": "41.004651", + "longitude": "-122.715410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96092", + "city": "Vina", + "state": "CA", + "latitude": "39.941595", + "longitude": "-122.037460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96093", + "city": "Weaverville", + "state": "CA", + "latitude": "40.734483", + "longitude": "-122.939820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96094", + "city": "Weed", + "state": "CA", + "latitude": "41.460403", + "longitude": "-122.385440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96095", + "city": "Whiskeytown", + "state": "CA", + "latitude": "40.607134", + "longitude": "-122.546260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96096", + "city": "Whitmore", + "state": "CA", + "latitude": "40.634460", + "longitude": "-121.912020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96097", + "city": "Yreka", + "state": "CA", + "latitude": "41.749249", + "longitude": "-122.644790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96099", + "city": "Redding", + "state": "CA", + "latitude": "40.704337", + "longitude": "-122.387808", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96101", + "city": "Alturas", + "state": "CA", + "latitude": "41.439363", + "longitude": "-120.587710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96103", + "city": "Blairsden-Graeagle", + "state": "CA", + "latitude": "39.779486", + "longitude": "-120.640580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96104", + "city": "Cedarville", + "state": "CA", + "latitude": "41.527226", + "longitude": "-120.138260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96105", + "city": "Chilcoot", + "state": "CA", + "latitude": "39.862832", + "longitude": "-120.173030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96106", + "city": "Clio", + "state": "CA", + "latitude": "39.743835", + "longitude": "-120.581140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96107", + "city": "Coleville", + "state": "CA", + "latitude": "38.475853", + "longitude": "-119.490140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96108", + "city": "Davis Creek", + "state": "CA", + "latitude": "41.736074", + "longitude": "-120.377800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96109", + "city": "Doyle", + "state": "CA", + "latitude": "40.030098", + "longitude": "-120.113040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96110", + "city": "Eagleville", + "state": "CA", + "latitude": "41.251918", + "longitude": "-120.128970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96111", + "city": "Floriston", + "state": "CA", + "latitude": "39.392752", + "longitude": "-120.021212", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96112", + "city": "Fort Bidwell", + "state": "CA", + "latitude": "41.907490", + "longitude": "-120.147890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96113", + "city": "Herlong", + "state": "CA", + "latitude": "40.158794", + "longitude": "-120.185970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96114", + "city": "Janesville", + "state": "CA", + "latitude": "40.295652", + "longitude": "-120.517750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96115", + "city": "Lake City", + "state": "CA", + "latitude": "41.688163", + "longitude": "-120.239240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96116", + "city": "Likely", + "state": "CA", + "latitude": "41.268746", + "longitude": "-120.428430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96117", + "city": "Litchfield", + "state": "CA", + "latitude": "40.446122", + "longitude": "-120.357760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96118", + "city": "Loyalton", + "state": "CA", + "latitude": "39.663256", + "longitude": "-120.248350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96119", + "city": "Madeline", + "state": "CA", + "latitude": "41.021344", + "longitude": "-120.524720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96120", + "city": "Markleeville", + "state": "CA", + "latitude": "38.764670", + "longitude": "-119.852360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96121", + "city": "Milford", + "state": "CA", + "latitude": "40.169038", + "longitude": "-120.378150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96122", + "city": "Portola", + "state": "CA", + "latitude": "39.801047", + "longitude": "-120.483590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96123", + "city": "Ravendale", + "state": "CA", + "latitude": "40.800556", + "longitude": "-120.363740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96124", + "city": "Calpine", + "state": "CA", + "latitude": "39.663242", + "longitude": "-120.438060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96125", + "city": "Sierra City", + "state": "CA", + "latitude": "39.598792", + "longitude": "-120.634320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96126", + "city": "Sierraville", + "state": "CA", + "latitude": "39.560357", + "longitude": "-120.356620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96127", + "city": "Susanville", + "state": "CA", + "latitude": "40.446063", + "longitude": "-120.664132", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96128", + "city": "Standish", + "state": "CA", + "latitude": "40.348630", + "longitude": "-120.406500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96129", + "city": "Beckwourth", + "state": "CA", + "latitude": "39.772064", + "longitude": "-120.405095", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96130", + "city": "Susanville", + "state": "CA", + "latitude": "40.474951", + "longitude": "-120.676850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96132", + "city": "Termo", + "state": "CA", + "latitude": "40.921124", + "longitude": "-120.622650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96133", + "city": "Topaz", + "state": "CA", + "latitude": "38.651141", + "longitude": "-119.498740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96134", + "city": "Tulelake", + "state": "CA", + "latitude": "41.874847", + "longitude": "-121.437380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96135", + "city": "Vinton", + "state": "CA", + "latitude": "40.023490", + "longitude": "-120.798610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96136", + "city": "Wendel", + "state": "CA", + "latitude": "40.283378", + "longitude": "-120.128590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96137", + "city": "Westwood", + "state": "CA", + "latitude": "40.290007", + "longitude": "-121.052720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96140", + "city": "Carnelian Bay", + "state": "CA", + "latitude": "39.223151", + "longitude": "-120.086270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96141", + "city": "Homewood", + "state": "CA", + "latitude": "39.093271", + "longitude": "-120.163250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96142", + "city": "Tahoma", + "state": "CA", + "latitude": "39.037696", + "longitude": "-120.124380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96143", + "city": "Kings Beach", + "state": "CA", + "latitude": "39.241961", + "longitude": "-120.028090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96145", + "city": "Tahoe City", + "state": "CA", + "latitude": "39.177383", + "longitude": "-120.146070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96146", + "city": "Olympic Valley", + "state": "CA", + "latitude": "39.180983", + "longitude": "-120.218040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96148", + "city": "Tahoe Vista", + "state": "CA", + "latitude": "39.243877", + "longitude": "-120.054370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96150", + "city": "South Lake Tahoe", + "state": "CA", + "latitude": "38.908741", + "longitude": "-120.009920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96151", + "city": "South Lake Tahoe", + "state": "CA", + "latitude": "38.903920", + "longitude": "-119.995024", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96152", + "city": "South Lake Tahoe", + "state": "CA", + "latitude": "38.927149", + "longitude": "-119.999032", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96154", + "city": "South Lake Tahoe", + "state": "CA", + "latitude": "38.875290", + "longitude": "-120.018800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96155", + "city": "South Lake Tahoe", + "state": "CA", + "latitude": "38.844909", + "longitude": "-120.042996", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96156", + "city": "South Lake Tahoe", + "state": "CA", + "latitude": "38.935245", + "longitude": "-119.967631", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96157", + "city": "South Lake Tahoe", + "state": "CA", + "latitude": "38.934409", + "longitude": "-119.976707", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96158", + "city": "South Lake Tahoe", + "state": "CA", + "latitude": "38.898142", + "longitude": "-119.998419", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96160", + "city": "Truckee", + "state": "CA", + "latitude": "39.378100", + "longitude": "-120.186383", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96161", + "city": "Truckee", + "state": "CA", + "latitude": "39.339574", + "longitude": "-120.228050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96162", + "city": "Truckee", + "state": "CA", + "latitude": "39.265990", + "longitude": "-120.641450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96163", + "city": "Truckee", + "state": "CA", + "latitude": "39.320012", + "longitude": "-120.160271", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96222", + "city": "Cottonwood", + "state": "CA", + "latitude": "40.385673", + "longitude": "-122.279739", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "96371", + "city": "Kawela Bay", + "state": "HI", + "latitude": "21.703000", + "longitude": "-157.996233", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96373", + "city": "Hawaiian Ocean View", + "state": "HI", + "latitude": "19.112099", + "longitude": "-155.798594", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96385", + "city": "Volcano", + "state": "HI", + "latitude": "19.447070", + "longitude": "-155.243925", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96477", + "city": "Kaneohe", + "state": "HI", + "latitude": "21.413450", + "longitude": "-157.805750", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96701", + "city": "Aiea", + "state": "HI", + "latitude": "21.389167", + "longitude": "-157.930910", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96703", + "city": "Anahola", + "state": "HI", + "latitude": "22.148133", + "longitude": "-159.317650", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96704", + "city": "Captain Cook", + "state": "HI", + "latitude": "19.307543", + "longitude": "-155.883380", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96705", + "city": "Eleele", + "state": "HI", + "latitude": "21.910767", + "longitude": "-159.582220", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96706", + "city": "Ewa Beach", + "state": "HI", + "latitude": "21.338055", + "longitude": "-158.024990", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96707", + "city": "Kapolei", + "state": "HI", + "latitude": "21.345535", + "longitude": "-158.085870", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96708", + "city": "Haiku", + "state": "HI", + "latitude": "20.899634", + "longitude": "-156.273150", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96709", + "city": "Kapolei", + "state": "HI", + "latitude": "23.573339", + "longitude": "-164.701172", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96710", + "city": "Hakalau", + "state": "HI", + "latitude": "19.857045", + "longitude": "-155.152490", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96712", + "city": "Haleiwa", + "state": "HI", + "latitude": "21.630633", + "longitude": "-158.074480", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96713", + "city": "Hana", + "state": "HI", + "latitude": "20.739217", + "longitude": "-156.038930", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96714", + "city": "Hanalei", + "state": "HI", + "latitude": "22.208401", + "longitude": "-159.489600", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96715", + "city": "Hanamaulu", + "state": "HI", + "latitude": "21.979991", + "longitude": "-159.512392", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96716", + "city": "Hanapepe", + "state": "HI", + "latitude": "21.917153", + "longitude": "-159.594070", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96717", + "city": "Hauula", + "state": "HI", + "latitude": "21.606250", + "longitude": "-157.909490", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96718", + "city": "Hawaii National Park", + "state": "HI", + "latitude": "19.435739", + "longitude": "-155.266480", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96719", + "city": "Hawi", + "state": "HI", + "latitude": "20.241109", + "longitude": "-155.844590", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96720", + "city": "Hilo", + "state": "HI", + "latitude": "19.713562", + "longitude": "-155.098420", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96721", + "city": "Hilo", + "state": "HI", + "latitude": "19.593456", + "longitude": "-155.438015", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96722", + "city": "Princeville", + "state": "HI", + "latitude": "22.223635", + "longitude": "-159.490250", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96725", + "city": "Holualoa", + "state": "HI", + "latitude": "19.410727", + "longitude": "-155.747800", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96726", + "city": "Honaunau", + "state": "HI", + "latitude": "19.278298", + "longitude": "-155.845329", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96727", + "city": "Honokaa", + "state": "HI", + "latitude": "20.089087", + "longitude": "-155.516790", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96728", + "city": "Honomu", + "state": "HI", + "latitude": "19.866007", + "longitude": "-155.121720", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96729", + "city": "Hoolehua", + "state": "HI", + "latitude": "21.168775", + "longitude": "-157.085880", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96730", + "city": "Kaaawa", + "state": "HI", + "latitude": "21.554467", + "longitude": "-157.851080", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96731", + "city": "Kahuku", + "state": "HI", + "latitude": "21.687620", + "longitude": "-157.959030", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96732", + "city": "Kahului", + "state": "HI", + "latitude": "20.883951", + "longitude": "-156.465790", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96733", + "city": "Kahului", + "state": "HI", + "latitude": "20.866638", + "longitude": "-156.646667", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96734", + "city": "Kailua", + "state": "HI", + "latitude": "21.394900", + "longitude": "-157.745290", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96737", + "city": "Ocean View", + "state": "HI", + "latitude": "19.101978", + "longitude": "-155.761140", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96738", + "city": "Waikoloa", + "state": "HI", + "latitude": "19.947774", + "longitude": "-155.786340", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96739", + "city": "Keauhou", + "state": "HI", + "latitude": "19.593456", + "longitude": "-155.438015", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96740", + "city": "Kailua Kona", + "state": "HI", + "latitude": "19.675386", + "longitude": "-155.975880", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96741", + "city": "Kalaheo", + "state": "HI", + "latitude": "21.999721", + "longitude": "-159.477600", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96742", + "city": "Kalaupapa", + "state": "HI", + "latitude": "21.191665", + "longitude": "-156.981800", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96743", + "city": "Kamuela", + "state": "HI", + "latitude": "20.040191", + "longitude": "-155.699990", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96744", + "city": "Kaneohe", + "state": "HI", + "latitude": "21.501854", + "longitude": "-157.879260", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96745", + "city": "Kailua Kona", + "state": "HI", + "latitude": "19.593456", + "longitude": "-155.438015", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96746", + "city": "Kapaa", + "state": "HI", + "latitude": "22.077472", + "longitude": "-159.344630", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96747", + "city": "Kaumakani", + "state": "HI", + "latitude": "21.920292", + "longitude": "-159.624280", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96748", + "city": "Kaunakakai", + "state": "HI", + "latitude": "21.111246", + "longitude": "-156.974100", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96749", + "city": "Keaau", + "state": "HI", + "latitude": "19.625495", + "longitude": "-155.011210", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96750", + "city": "Kealakekua", + "state": "HI", + "latitude": "19.526845", + "longitude": "-155.921500", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96751", + "city": "Kealia", + "state": "HI", + "latitude": "22.111837", + "longitude": "-159.312830", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96752", + "city": "Kekaha", + "state": "HI", + "latitude": "21.973130", + "longitude": "-159.717660", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96753", + "city": "Kihei", + "state": "HI", + "latitude": "20.771418", + "longitude": "-156.457690", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96754", + "city": "Kilauea", + "state": "HI", + "latitude": "22.212733", + "longitude": "-159.407870", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96755", + "city": "Kapaau", + "state": "HI", + "latitude": "20.222668", + "longitude": "-155.786640", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96756", + "city": "Koloa", + "state": "HI", + "latitude": "21.910013", + "longitude": "-159.480440", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96757", + "city": "Kualapuu", + "state": "HI", + "latitude": "21.156174", + "longitude": "-157.036220", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96759", + "city": "Kunia", + "state": "HI", + "latitude": "21.460300", + "longitude": "-158.064460", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96760", + "city": "Kurtistown", + "state": "HI", + "latitude": "19.560400", + "longitude": "-155.056860", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96761", + "city": "Lahaina", + "state": "HI", + "latitude": "20.913335", + "longitude": "-156.657650", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96762", + "city": "Laie", + "state": "HI", + "latitude": "21.648500", + "longitude": "-157.925560", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96763", + "city": "Lanai City", + "state": "HI", + "latitude": "20.823607", + "longitude": "-156.927400", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96764", + "city": "Laupahoehoe", + "state": "HI", + "latitude": "19.983584", + "longitude": "-155.259630", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96765", + "city": "Lawai", + "state": "HI", + "latitude": "21.930922", + "longitude": "-159.499342", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96766", + "city": "Lihue", + "state": "HI", + "latitude": "21.980810", + "longitude": "-159.377460", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96767", + "city": "Lahaina", + "state": "HI", + "latitude": "20.866638", + "longitude": "-156.646667", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96768", + "city": "Makawao", + "state": "HI", + "latitude": "20.865115", + "longitude": "-156.331580", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96769", + "city": "Makaweli", + "state": "HI", + "latitude": "21.946244", + "longitude": "-159.659810", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96770", + "city": "Maunaloa", + "state": "HI", + "latitude": "21.150580", + "longitude": "-157.197700", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96771", + "city": "Mountain View", + "state": "HI", + "latitude": "19.516132", + "longitude": "-155.113050", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96772", + "city": "Naalehu", + "state": "HI", + "latitude": "19.110687", + "longitude": "-155.587380", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96773", + "city": "Ninole", + "state": "HI", + "latitude": "19.942301", + "longitude": "-155.181120", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96774", + "city": "Ookala", + "state": "HI", + "latitude": "19.996769", + "longitude": "-155.311530", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96775", + "city": "Paauhau", + "state": "HI", + "latitude": "19.593456", + "longitude": "-155.438015", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96776", + "city": "Paauilo", + "state": "HI", + "latitude": "20.022513", + "longitude": "-155.375140", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96777", + "city": "Pahala", + "state": "HI", + "latitude": "19.226749", + "longitude": "-155.492170", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96778", + "city": "Pahoa", + "state": "HI", + "latitude": "19.494625", + "longitude": "-154.926600", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96779", + "city": "Paia", + "state": "HI", + "latitude": "20.906999", + "longitude": "-156.382020", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96780", + "city": "Papaaloa", + "state": "HI", + "latitude": "19.946758", + "longitude": "-155.208600", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96781", + "city": "Papaikou", + "state": "HI", + "latitude": "19.800318", + "longitude": "-155.106490", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96782", + "city": "Pearl City", + "state": "HI", + "latitude": "21.408333", + "longitude": "-157.966900", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96783", + "city": "Pepeekeo", + "state": "HI", + "latitude": "19.843259", + "longitude": "-155.105480", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96784", + "city": "Puunene", + "state": "HI", + "latitude": "20.866638", + "longitude": "-156.646667", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96785", + "city": "Volcano", + "state": "HI", + "latitude": "19.447717", + "longitude": "-155.210120", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96786", + "city": "Wahiawa", + "state": "HI", + "latitude": "21.501722", + "longitude": "-158.035430", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96788", + "city": "Pukalani", + "state": "HI", + "latitude": "20.855864", + "longitude": "-156.325923", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96789", + "city": "Mililani", + "state": "HI", + "latitude": "21.459206", + "longitude": "-158.011600", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96790", + "city": "Kula", + "state": "HI", + "latitude": "20.724391", + "longitude": "-156.340310", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96791", + "city": "Waialua", + "state": "HI", + "latitude": "21.572131", + "longitude": "-158.134890", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96792", + "city": "Waianae", + "state": "HI", + "latitude": "21.434246", + "longitude": "-158.170920", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96793", + "city": "Wailuku", + "state": "HI", + "latitude": "20.889294", + "longitude": "-156.504970", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96795", + "city": "Waimanalo", + "state": "HI", + "latitude": "21.337430", + "longitude": "-157.705990", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96796", + "city": "Waimea", + "state": "HI", + "latitude": "21.997746", + "longitude": "-159.718700", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96797", + "city": "Waipahu", + "state": "HI", + "latitude": "21.403487", + "longitude": "-158.013890", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96799", + "city": "Pago Pago", + "state": "AS", + "latitude": "-7.209975", + "longitude": "-170.771600", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96801", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96802", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96803", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96804", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96805", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96806", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96807", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96808", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96809", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96810", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96811", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96812", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96813", + "city": "Honolulu", + "state": "HI", + "latitude": "21.313033", + "longitude": "-157.856150", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96814", + "city": "Honolulu", + "state": "HI", + "latitude": "21.300167", + "longitude": "-157.847770", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96815", + "city": "Honolulu", + "state": "HI", + "latitude": "21.278200", + "longitude": "-157.821990", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96816", + "city": "Honolulu", + "state": "HI", + "latitude": "21.284000", + "longitude": "-157.799250", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96817", + "city": "Honolulu", + "state": "HI", + "latitude": "21.330700", + "longitude": "-157.859130", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96818", + "city": "Honolulu", + "state": "HI", + "latitude": "21.364250", + "longitude": "-157.963160", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96819", + "city": "Honolulu", + "state": "HI", + "latitude": "21.345200", + "longitude": "-157.881650", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96820", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96821", + "city": "Honolulu", + "state": "HI", + "latitude": "21.287967", + "longitude": "-157.754560", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96822", + "city": "Honolulu", + "state": "HI", + "latitude": "21.312750", + "longitude": "-157.821950", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96823", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96824", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96825", + "city": "Honolulu", + "state": "HI", + "latitude": "21.294600", + "longitude": "-157.697210", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96826", + "city": "Honolulu", + "state": "HI", + "latitude": "21.295100", + "longitude": "-157.830660", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96827", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96828", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96830", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96835", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96836", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96837", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96838", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96839", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96840", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96841", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96842", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96843", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96844", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96845", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96846", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96847", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96848", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96849", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96850", + "city": "Honolulu", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96853", + "city": "Hickam AFB", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96854", + "city": "Wheeler Army Airfield", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96857", + "city": "Schofield Barracks", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96858", + "city": "Fort Shafter", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96859", + "city": "Tripler Army Medical Ctr", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96860", + "city": "Pearl Harbor", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96861", + "city": "Camp H M Smith", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96862", + "city": "Barbers Point N A S", + "state": "HI", + "latitude": "21.301700", + "longitude": "-158.081740", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96863", + "city": "M C B H Kaneohe Bay", + "state": "HI", + "latitude": "21.439867", + "longitude": "-157.747720", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96885", + "city": "Volcano", + "state": "HI", + "latitude": "19.433152", + "longitude": "-155.238743", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "96898", + "city": "Wake Island", + "state": "HI", + "latitude": "24.859832", + "longitude": "-168.021815", + "timezone": "-10", + "dst": "0" + }, + { + "zip": "97001", + "city": "Antelope", + "state": "OR", + "latitude": "44.904051", + "longitude": "-120.672440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97002", + "city": "Aurora", + "state": "OR", + "latitude": "45.234609", + "longitude": "-122.797490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97004", + "city": "Beavercreek", + "state": "OR", + "latitude": "45.255392", + "longitude": "-122.474900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97005", + "city": "Beaverton", + "state": "OR", + "latitude": "45.491060", + "longitude": "-122.803590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97006", + "city": "Beaverton", + "state": "OR", + "latitude": "45.517695", + "longitude": "-122.858260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97007", + "city": "Beaverton", + "state": "OR", + "latitude": "45.469079", + "longitude": "-122.856020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97008", + "city": "Beaverton", + "state": "OR", + "latitude": "45.460590", + "longitude": "-122.806830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97009", + "city": "Boring", + "state": "OR", + "latitude": "45.428663", + "longitude": "-122.380900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97010", + "city": "Bridal Veil", + "state": "OR", + "latitude": "45.582981", + "longitude": "-122.101103", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97011", + "city": "Brightwood", + "state": "OR", + "latitude": "45.371086", + "longitude": "-122.012270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97013", + "city": "Canby", + "state": "OR", + "latitude": "45.247004", + "longitude": "-122.682080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97014", + "city": "Cascade Locks", + "state": "OR", + "latitude": "45.655523", + "longitude": "-121.894350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97015", + "city": "Clackamas", + "state": "OR", + "latitude": "45.416785", + "longitude": "-122.528590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97016", + "city": "Clatskanie", + "state": "OR", + "latitude": "46.078338", + "longitude": "-123.269930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97017", + "city": "Colton", + "state": "OR", + "latitude": "45.181819", + "longitude": "-122.398020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97018", + "city": "Columbia City", + "state": "OR", + "latitude": "45.891952", + "longitude": "-122.813200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97019", + "city": "Corbett", + "state": "OR", + "latitude": "45.514515", + "longitude": "-122.232830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97020", + "city": "Donald", + "state": "OR", + "latitude": "45.224154", + "longitude": "-122.839890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97021", + "city": "Dufur", + "state": "OR", + "latitude": "45.430024", + "longitude": "-121.179220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97022", + "city": "Eagle Creek", + "state": "OR", + "latitude": "45.349244", + "longitude": "-122.335540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97023", + "city": "Estacada", + "state": "OR", + "latitude": "45.267354", + "longitude": "-122.284640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97024", + "city": "Fairview", + "state": "OR", + "latitude": "45.542239", + "longitude": "-122.445530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97026", + "city": "Gervais", + "state": "OR", + "latitude": "45.106490", + "longitude": "-122.903630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97027", + "city": "Gladstone", + "state": "OR", + "latitude": "45.385642", + "longitude": "-122.592720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97028", + "city": "Government Camp", + "state": "OR", + "latitude": "45.305113", + "longitude": "-121.784410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97029", + "city": "Grass Valley", + "state": "OR", + "latitude": "45.335199", + "longitude": "-120.779800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97030", + "city": "Gresham", + "state": "OR", + "latitude": "45.507752", + "longitude": "-122.432300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97031", + "city": "Hood River", + "state": "OR", + "latitude": "45.673147", + "longitude": "-121.536800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97032", + "city": "Hubbard", + "state": "OR", + "latitude": "45.183167", + "longitude": "-122.801930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97033", + "city": "Kent", + "state": "OR", + "latitude": "45.195235", + "longitude": "-120.597450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97034", + "city": "Lake Oswego", + "state": "OR", + "latitude": "45.407650", + "longitude": "-122.681100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97035", + "city": "Lake Oswego", + "state": "OR", + "latitude": "45.413870", + "longitude": "-122.724920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97036", + "city": "Marylhurst", + "state": "OR", + "latitude": "45.173284", + "longitude": "-122.259861", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97037", + "city": "Maupin", + "state": "OR", + "latitude": "45.093643", + "longitude": "-121.108140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97038", + "city": "Molalla", + "state": "OR", + "latitude": "45.107990", + "longitude": "-122.565550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97039", + "city": "Moro", + "state": "OR", + "latitude": "45.479419", + "longitude": "-120.759690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97040", + "city": "Mosier", + "state": "OR", + "latitude": "45.636848", + "longitude": "-121.409260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97041", + "city": "Mount Hood Parkdale", + "state": "OR", + "latitude": "45.503224", + "longitude": "-121.592520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97042", + "city": "Mulino", + "state": "OR", + "latitude": "45.213070", + "longitude": "-122.543210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97044", + "city": "Odell", + "state": "OR", + "latitude": "45.643738", + "longitude": "-121.536658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97045", + "city": "Oregon City", + "state": "OR", + "latitude": "45.344246", + "longitude": "-122.584640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97048", + "city": "Rainier", + "state": "OR", + "latitude": "46.054948", + "longitude": "-122.957140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97049", + "city": "Rhododendron", + "state": "OR", + "latitude": "45.369468", + "longitude": "-121.925580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97050", + "city": "Rufus", + "state": "OR", + "latitude": "45.693219", + "longitude": "-120.732210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97051", + "city": "Saint Helens", + "state": "OR", + "latitude": "45.862489", + "longitude": "-122.848240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97053", + "city": "Warren", + "state": "OR", + "latitude": "45.821358", + "longitude": "-122.864040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97054", + "city": "Deer Island", + "state": "OR", + "latitude": "45.946314", + "longitude": "-122.904160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97055", + "city": "Sandy", + "state": "OR", + "latitude": "45.375143", + "longitude": "-122.210210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97056", + "city": "Scappoose", + "state": "OR", + "latitude": "45.778892", + "longitude": "-122.920650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97057", + "city": "Shaniko", + "state": "OR", + "latitude": "45.263301", + "longitude": "-121.088513", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97058", + "city": "The Dalles", + "state": "OR", + "latitude": "45.594257", + "longitude": "-121.189440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97060", + "city": "Troutdale", + "state": "OR", + "latitude": "45.529551", + "longitude": "-122.391560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97062", + "city": "Tualatin", + "state": "OR", + "latitude": "45.373991", + "longitude": "-122.771270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97063", + "city": "Tygh Valley", + "state": "OR", + "latitude": "45.262423", + "longitude": "-121.233040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97064", + "city": "Vernonia", + "state": "OR", + "latitude": "45.862577", + "longitude": "-123.206000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97065", + "city": "Wasco", + "state": "OR", + "latitude": "45.585405", + "longitude": "-120.692340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97067", + "city": "Welches", + "state": "OR", + "latitude": "45.333824", + "longitude": "-121.957650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97068", + "city": "West Linn", + "state": "OR", + "latitude": "45.361991", + "longitude": "-122.644430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97070", + "city": "Wilsonville", + "state": "OR", + "latitude": "45.308105", + "longitude": "-122.772660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97071", + "city": "Woodburn", + "state": "OR", + "latitude": "45.144415", + "longitude": "-122.845210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97075", + "city": "Beaverton", + "state": "OR", + "latitude": "45.548616", + "longitude": "-123.114725", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97076", + "city": "Beaverton", + "state": "OR", + "latitude": "45.548616", + "longitude": "-123.114725", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97077", + "city": "Beaverton", + "state": "OR", + "latitude": "45.548616", + "longitude": "-123.114725", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97078", + "city": "Beaverton", + "state": "OR", + "latitude": "45.451976", + "longitude": "-122.789257", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97080", + "city": "Gresham", + "state": "OR", + "latitude": "45.481342", + "longitude": "-122.408560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97101", + "city": "Amity", + "state": "OR", + "latitude": "45.100504", + "longitude": "-123.228340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97102", + "city": "Arch Cape", + "state": "OR", + "latitude": "45.819042", + "longitude": "-123.958270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97103", + "city": "Astoria", + "state": "OR", + "latitude": "46.155007", + "longitude": "-123.741700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97104", + "city": "Hillsboro", + "state": "OR", + "latitude": "45.546914", + "longitude": "-122.928208", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97106", + "city": "Banks", + "state": "OR", + "latitude": "45.644591", + "longitude": "-123.128110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97107", + "city": "Bay City", + "state": "OR", + "latitude": "45.534203", + "longitude": "-123.884680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97108", + "city": "Beaver", + "state": "OR", + "latitude": "45.284763", + "longitude": "-123.690800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97109", + "city": "Buxton", + "state": "OR", + "latitude": "45.729085", + "longitude": "-123.202340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97110", + "city": "Cannon Beach", + "state": "OR", + "latitude": "45.894287", + "longitude": "-123.961000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97111", + "city": "Carlton", + "state": "OR", + "latitude": "45.287751", + "longitude": "-123.193340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97112", + "city": "Cloverdale", + "state": "OR", + "latitude": "45.257176", + "longitude": "-123.891410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97113", + "city": "Cornelius", + "state": "OR", + "latitude": "45.515181", + "longitude": "-123.050890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97114", + "city": "Dayton", + "state": "OR", + "latitude": "45.211339", + "longitude": "-123.081140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97115", + "city": "Dundee", + "state": "OR", + "latitude": "45.272559", + "longitude": "-123.016310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97116", + "city": "Forest Grove", + "state": "OR", + "latitude": "45.541009", + "longitude": "-123.130430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97117", + "city": "Gales Creek", + "state": "OR", + "latitude": "45.622824", + "longitude": "-123.259770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97118", + "city": "Garibaldi", + "state": "OR", + "latitude": "45.561139", + "longitude": "-123.910040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97119", + "city": "Gaston", + "state": "OR", + "latitude": "45.439570", + "longitude": "-123.171650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97121", + "city": "Hammond", + "state": "OR", + "latitude": "46.187903", + "longitude": "-123.964370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97122", + "city": "Hebo", + "state": "OR", + "latitude": "45.187837", + "longitude": "-123.820260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97123", + "city": "Hillsboro", + "state": "OR", + "latitude": "45.491024", + "longitude": "-122.957450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97124", + "city": "Hillsboro", + "state": "OR", + "latitude": "45.545841", + "longitude": "-122.946050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97125", + "city": "Manning", + "state": "OR", + "latitude": "45.662196", + "longitude": "-123.225180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97127", + "city": "Lafayette", + "state": "OR", + "latitude": "45.245500", + "longitude": "-123.113040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97128", + "city": "Mcminnville", + "state": "OR", + "latitude": "45.210104", + "longitude": "-123.207470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97130", + "city": "Manzanita", + "state": "OR", + "latitude": "45.720836", + "longitude": "-123.934710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97131", + "city": "Nehalem", + "state": "OR", + "latitude": "45.715015", + "longitude": "-123.882330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97132", + "city": "Newberg", + "state": "OR", + "latitude": "45.310304", + "longitude": "-122.972000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97133", + "city": "North Plains", + "state": "OR", + "latitude": "45.657490", + "longitude": "-123.024200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97134", + "city": "Oceanside", + "state": "OR", + "latitude": "45.461852", + "longitude": "-123.968040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97135", + "city": "Pacific City", + "state": "OR", + "latitude": "45.201302", + "longitude": "-123.959990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97136", + "city": "Rockaway Beach", + "state": "OR", + "latitude": "45.620062", + "longitude": "-123.934490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97137", + "city": "Saint Paul", + "state": "OR", + "latitude": "45.215261", + "longitude": "-122.971860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97138", + "city": "Seaside", + "state": "OR", + "latitude": "45.926112", + "longitude": "-123.815240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97140", + "city": "Sherwood", + "state": "OR", + "latitude": "45.352086", + "longitude": "-122.853760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97141", + "city": "Tillamook", + "state": "OR", + "latitude": "45.459109", + "longitude": "-123.803890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97143", + "city": "Netarts", + "state": "OR", + "latitude": "45.438112", + "longitude": "-123.948300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97144", + "city": "Timber", + "state": "OR", + "latitude": "45.744404", + "longitude": "-123.323500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97145", + "city": "Tolovana Park", + "state": "OR", + "latitude": "45.868839", + "longitude": "-123.959090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97146", + "city": "Warrenton", + "state": "OR", + "latitude": "46.136322", + "longitude": "-123.917530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97147", + "city": "Wheeler", + "state": "OR", + "latitude": "45.688054", + "longitude": "-123.884200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97148", + "city": "Yamhill", + "state": "OR", + "latitude": "45.352399", + "longitude": "-123.225020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97149", + "city": "Neskowin", + "state": "OR", + "latitude": "45.101518", + "longitude": "-123.973700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97180", + "city": "Sherwood", + "state": "OR", + "latitude": "45.354615", + "longitude": "-122.850808", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97201", + "city": "Portland", + "state": "OR", + "latitude": "45.498940", + "longitude": "-122.687810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97202", + "city": "Portland", + "state": "OR", + "latitude": "45.481791", + "longitude": "-122.640550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97203", + "city": "Portland", + "state": "OR", + "latitude": "45.589689", + "longitude": "-122.738750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97204", + "city": "Portland", + "state": "OR", + "latitude": "45.518540", + "longitude": "-122.675500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97205", + "city": "Portland", + "state": "OR", + "latitude": "45.520540", + "longitude": "-122.685730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97206", + "city": "Portland", + "state": "OR", + "latitude": "45.482341", + "longitude": "-122.600070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97207", + "city": "Portland", + "state": "OR", + "latitude": "45.480324", + "longitude": "-122.711117", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97208", + "city": "Portland", + "state": "OR", + "latitude": "45.532165", + "longitude": "-122.564824", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97209", + "city": "Portland", + "state": "OR", + "latitude": "45.528890", + "longitude": "-122.684580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97210", + "city": "Portland", + "state": "OR", + "latitude": "45.534839", + "longitude": "-122.709500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97211", + "city": "Portland", + "state": "OR", + "latitude": "45.565440", + "longitude": "-122.646350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97212", + "city": "Portland", + "state": "OR", + "latitude": "45.544240", + "longitude": "-122.643530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97213", + "city": "Portland", + "state": "OR", + "latitude": "45.537040", + "longitude": "-122.599790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97214", + "city": "Portland", + "state": "OR", + "latitude": "45.513790", + "longitude": "-122.645800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97215", + "city": "Portland", + "state": "OR", + "latitude": "45.514241", + "longitude": "-122.600890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97216", + "city": "Portland", + "state": "OR", + "latitude": "45.515674", + "longitude": "-122.560870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97217", + "city": "Portland", + "state": "OR", + "latitude": "45.574439", + "longitude": "-122.686650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97218", + "city": "Portland", + "state": "OR", + "latitude": "45.560990", + "longitude": "-122.599870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97219", + "city": "Portland", + "state": "OR", + "latitude": "45.458670", + "longitude": "-122.706110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97220", + "city": "Portland", + "state": "OR", + "latitude": "45.546205", + "longitude": "-122.560270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97221", + "city": "Portland", + "state": "OR", + "latitude": "45.497590", + "longitude": "-122.729450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97222", + "city": "Portland", + "state": "OR", + "latitude": "45.442634", + "longitude": "-122.618330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97223", + "city": "Portland", + "state": "OR", + "latitude": "45.438840", + "longitude": "-122.782240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97224", + "city": "Portland", + "state": "OR", + "latitude": "45.406292", + "longitude": "-122.784410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97225", + "city": "Portland", + "state": "OR", + "latitude": "45.497856", + "longitude": "-122.769880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97226", + "city": "Raleigh Hills", + "state": "OR", + "latitude": "45.484854", + "longitude": "-122.625257", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97227", + "city": "Portland", + "state": "OR", + "latitude": "45.543831", + "longitude": "-122.674970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97228", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97229", + "city": "Portland", + "state": "OR", + "latitude": "45.540967", + "longitude": "-122.817280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97230", + "city": "Portland", + "state": "OR", + "latitude": "45.539473", + "longitude": "-122.504880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97231", + "city": "Portland", + "state": "OR", + "latitude": "45.651279", + "longitude": "-122.824650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97232", + "city": "Portland", + "state": "OR", + "latitude": "45.528740", + "longitude": "-122.644600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97233", + "city": "Portland", + "state": "OR", + "latitude": "45.513242", + "longitude": "-122.499850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97236", + "city": "Portland", + "state": "OR", + "latitude": "45.474722", + "longitude": "-122.509970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97238", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97239", + "city": "Portland", + "state": "OR", + "latitude": "45.488031", + "longitude": "-122.693796", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97240", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97242", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97251", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97253", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97254", + "city": "Portland", + "state": "OR", + "latitude": "45.596678", + "longitude": "-122.594180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97255", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97256", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97257", + "city": "Grants Pass", + "state": "OR", + "latitude": "42.421567", + "longitude": "-123.337490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97258", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97259", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97264", + "city": "Chiloquin", + "state": "OR", + "latitude": "42.577154", + "longitude": "-121.860525", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97266", + "city": "Portland", + "state": "OR", + "latitude": "45.478641", + "longitude": "-122.562330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97267", + "city": "Portland", + "state": "OR", + "latitude": "45.408882", + "longitude": "-122.614760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97268", + "city": "Portland", + "state": "OR", + "latitude": "45.173284", + "longitude": "-122.259861", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97269", + "city": "Portland", + "state": "OR", + "latitude": "45.173284", + "longitude": "-122.259861", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97271", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97272", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97280", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97281", + "city": "Portland", + "state": "OR", + "latitude": "45.548616", + "longitude": "-123.114725", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97282", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97283", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97286", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97290", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97291", + "city": "Portland", + "state": "OR", + "latitude": "45.548616", + "longitude": "-123.114725", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97292", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97293", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97294", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97296", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97298", + "city": "Portland", + "state": "OR", + "latitude": "45.548616", + "longitude": "-123.114725", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97299", + "city": "Portland", + "state": "OR", + "latitude": "45.580557", + "longitude": "-122.374776", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97301", + "city": "Salem", + "state": "OR", + "latitude": "44.926644", + "longitude": "-122.986940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97302", + "city": "Salem", + "state": "OR", + "latitude": "44.906492", + "longitude": "-123.051290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97303", + "city": "Salem", + "state": "OR", + "latitude": "44.984008", + "longitude": "-123.019920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97304", + "city": "Salem", + "state": "OR", + "latitude": "44.970181", + "longitude": "-123.080330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97305", + "city": "Salem", + "state": "OR", + "latitude": "44.995029", + "longitude": "-122.958010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97306", + "city": "Salem", + "state": "OR", + "latitude": "44.858446", + "longitude": "-123.053680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97307", + "city": "Keizer", + "state": "OR", + "latitude": "44.984465", + "longitude": "-122.457024", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97308", + "city": "Salem", + "state": "OR", + "latitude": "44.984465", + "longitude": "-122.457024", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97309", + "city": "Salem", + "state": "OR", + "latitude": "44.984465", + "longitude": "-122.457024", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97310", + "city": "Salem", + "state": "OR", + "latitude": "44.927141", + "longitude": "-122.986105", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97311", + "city": "Salem", + "state": "OR", + "latitude": "44.943841", + "longitude": "-123.028607", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97312", + "city": "Salem", + "state": "OR", + "latitude": "44.936357", + "longitude": "-123.038116", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97313", + "city": "Salem", + "state": "OR", + "latitude": "44.984941", + "longitude": "-122.998756", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97314", + "city": "Salem", + "state": "OR", + "latitude": "44.965541", + "longitude": "-123.006606", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97321", + "city": "Albany", + "state": "OR", + "latitude": "44.635395", + "longitude": "-123.089600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97322", + "city": "Albany", + "state": "OR", + "latitude": "44.622050", + "longitude": "-123.061329", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97324", + "city": "Alsea", + "state": "OR", + "latitude": "44.369264", + "longitude": "-123.623490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97325", + "city": "Aumsville", + "state": "OR", + "latitude": "44.838001", + "longitude": "-122.859300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97326", + "city": "Blodgett", + "state": "OR", + "latitude": "44.637701", + "longitude": "-123.624960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97327", + "city": "Brownsville", + "state": "OR", + "latitude": "44.390881", + "longitude": "-122.971680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97329", + "city": "Cascadia", + "state": "OR", + "latitude": "44.400432", + "longitude": "-122.354690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97330", + "city": "Corvallis", + "state": "OR", + "latitude": "44.608694", + "longitude": "-123.275200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97331", + "city": "Corvallis", + "state": "OR", + "latitude": "44.565648", + "longitude": "-123.279060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97333", + "city": "Corvallis", + "state": "OR", + "latitude": "44.527890", + "longitude": "-123.279100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97335", + "city": "Crabtree", + "state": "OR", + "latitude": "44.634439", + "longitude": "-122.893292", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97336", + "city": "Crawfordsville", + "state": "OR", + "latitude": "44.359301", + "longitude": "-122.850752", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97338", + "city": "Dallas", + "state": "OR", + "latitude": "44.920815", + "longitude": "-123.334320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97339", + "city": "Corvallis", + "state": "OR", + "latitude": "44.498930", + "longitude": "-123.445033", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97341", + "city": "Depoe Bay", + "state": "OR", + "latitude": "44.821446", + "longitude": "-124.057290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97342", + "city": "Detroit", + "state": "OR", + "latitude": "44.727388", + "longitude": "-122.087030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97343", + "city": "Eddyville", + "state": "OR", + "latitude": "44.643659", + "longitude": "-123.762130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97344", + "city": "Falls City", + "state": "OR", + "latitude": "44.865209", + "longitude": "-123.448070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97345", + "city": "Foster", + "state": "OR", + "latitude": "44.407794", + "longitude": "-122.600340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97346", + "city": "Gates", + "state": "OR", + "latitude": "44.754247", + "longitude": "-122.397360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97347", + "city": "Grand Ronde", + "state": "OR", + "latitude": "45.060436", + "longitude": "-123.663110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97348", + "city": "Halsey", + "state": "OR", + "latitude": "44.381732", + "longitude": "-123.121530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97350", + "city": "Idanha", + "state": "OR", + "latitude": "44.696507", + "longitude": "-122.072460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97351", + "city": "Independence", + "state": "OR", + "latitude": "44.849012", + "longitude": "-123.186730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97352", + "city": "Jefferson", + "state": "OR", + "latitude": "44.736025", + "longitude": "-123.025530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97355", + "city": "Lebanon", + "state": "OR", + "latitude": "44.527304", + "longitude": "-122.855120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97357", + "city": "Logsden", + "state": "OR", + "latitude": "44.745464", + "longitude": "-123.817220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97358", + "city": "Lyons", + "state": "OR", + "latitude": "44.794701", + "longitude": "-122.537030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97359", + "city": "Marion", + "state": "OR", + "latitude": "44.984465", + "longitude": "-122.457024", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97360", + "city": "Mill City", + "state": "OR", + "latitude": "44.750670", + "longitude": "-122.477270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97361", + "city": "Monmouth", + "state": "OR", + "latitude": "44.789252", + "longitude": "-123.303250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97362", + "city": "Mount Angel", + "state": "OR", + "latitude": "45.067719", + "longitude": "-122.791150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97364", + "city": "Neotsu", + "state": "OR", + "latitude": "44.997061", + "longitude": "-123.985890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97365", + "city": "Newport", + "state": "OR", + "latitude": "44.649252", + "longitude": "-124.050390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97366", + "city": "South Beach", + "state": "OR", + "latitude": "44.567998", + "longitude": "-124.054010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97367", + "city": "Lincoln City", + "state": "OR", + "latitude": "44.950573", + "longitude": "-124.006550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97368", + "city": "Otis", + "state": "OR", + "latitude": "45.009935", + "longitude": "-123.911820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97369", + "city": "Otter Rock", + "state": "OR", + "latitude": "44.758819", + "longitude": "-124.063280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97370", + "city": "Philomath", + "state": "OR", + "latitude": "44.578526", + "longitude": "-123.437090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97371", + "city": "Rickreall", + "state": "OR", + "latitude": "44.964115", + "longitude": "-123.206810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97372", + "city": "Rose Lodge", + "state": "OR", + "latitude": "44.659979", + "longitude": "-123.892016", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97373", + "city": "Saint Benedict", + "state": "OR", + "latitude": "44.984465", + "longitude": "-122.457024", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97374", + "city": "Scio", + "state": "OR", + "latitude": "44.702164", + "longitude": "-122.814010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97375", + "city": "Scotts Mills", + "state": "OR", + "latitude": "45.004218", + "longitude": "-122.596580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97376", + "city": "Seal Rock", + "state": "OR", + "latitude": "44.505655", + "longitude": "-124.045120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97377", + "city": "Shedd", + "state": "OR", + "latitude": "44.464480", + "longitude": "-123.109160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97378", + "city": "Sheridan", + "state": "OR", + "latitude": "45.089532", + "longitude": "-123.407870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97380", + "city": "Siletz", + "state": "OR", + "latitude": "44.738154", + "longitude": "-123.910230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97381", + "city": "Silverton", + "state": "OR", + "latitude": "45.003489", + "longitude": "-122.780120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97383", + "city": "Stayton", + "state": "OR", + "latitude": "44.798379", + "longitude": "-122.760100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97384", + "city": "Mehama", + "state": "OR", + "latitude": "44.790267", + "longitude": "-122.618719", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97385", + "city": "Sublimity", + "state": "OR", + "latitude": "44.850245", + "longitude": "-122.764500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97386", + "city": "Sweet Home", + "state": "OR", + "latitude": "44.391863", + "longitude": "-122.728560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97388", + "city": "Gleneden Beach", + "state": "OR", + "latitude": "44.885000", + "longitude": "-123.994219", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97389", + "city": "Tangent", + "state": "OR", + "latitude": "44.538801", + "longitude": "-123.097870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97390", + "city": "Tidewater", + "state": "OR", + "latitude": "44.309872", + "longitude": "-123.833440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97391", + "city": "Toledo", + "state": "OR", + "latitude": "44.626888", + "longitude": "-123.915150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97392", + "city": "Turner", + "state": "OR", + "latitude": "44.807739", + "longitude": "-122.948500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97394", + "city": "Waldport", + "state": "OR", + "latitude": "44.424255", + "longitude": "-124.048680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97396", + "city": "Willamina", + "state": "OR", + "latitude": "45.140178", + "longitude": "-123.492860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97401", + "city": "Eugene", + "state": "OR", + "latitude": "44.060920", + "longitude": "-123.082750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97402", + "city": "Eugene", + "state": "OR", + "latitude": "44.062231", + "longitude": "-123.168040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97403", + "city": "Eugene", + "state": "OR", + "latitude": "44.038580", + "longitude": "-123.055620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97404", + "city": "Eugene", + "state": "OR", + "latitude": "44.101227", + "longitude": "-123.136040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97405", + "city": "Eugene", + "state": "OR", + "latitude": "44.004396", + "longitude": "-123.122030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97406", + "city": "Agness", + "state": "OR", + "latitude": "42.625928", + "longitude": "-124.054350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97407", + "city": "Allegany", + "state": "OR", + "latitude": "43.246918", + "longitude": "-124.231068", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97408", + "city": "Eugene", + "state": "OR", + "latitude": "44.122004", + "longitude": "-123.064470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97409", + "city": "Alvadore", + "state": "OR", + "latitude": "44.127631", + "longitude": "-123.266648", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97410", + "city": "Azalea", + "state": "OR", + "latitude": "42.790958", + "longitude": "-123.148940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97411", + "city": "Bandon", + "state": "OR", + "latitude": "43.113799", + "longitude": "-124.399110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97412", + "city": "Blachly", + "state": "OR", + "latitude": "44.196459", + "longitude": "-123.537760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97413", + "city": "Blue River", + "state": "OR", + "latitude": "44.178746", + "longitude": "-122.145910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97414", + "city": "Broadbent", + "state": "OR", + "latitude": "42.977978", + "longitude": "-124.171600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97415", + "city": "Brookings", + "state": "OR", + "latitude": "42.098285", + "longitude": "-124.272650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97416", + "city": "Camas Valley", + "state": "OR", + "latitude": "43.054446", + "longitude": "-123.686400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97417", + "city": "Canyonville", + "state": "OR", + "latitude": "42.934754", + "longitude": "-123.254980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97419", + "city": "Cheshire", + "state": "OR", + "latitude": "44.181193", + "longitude": "-123.386030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97420", + "city": "Coos Bay", + "state": "OR", + "latitude": "43.357357", + "longitude": "-124.210860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97423", + "city": "Coquille", + "state": "OR", + "latitude": "43.187219", + "longitude": "-124.163960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97424", + "city": "Cottage Grove", + "state": "OR", + "latitude": "43.771820", + "longitude": "-123.056670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97425", + "city": "Crescent Lake", + "state": "OR", + "latitude": "43.472276", + "longitude": "-121.927680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97426", + "city": "Creswell", + "state": "OR", + "latitude": "43.911542", + "longitude": "-123.030360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97427", + "city": "Culp Creek", + "state": "OR", + "latitude": "43.685176", + "longitude": "-122.798270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97428", + "city": "Curtin", + "state": "OR", + "latitude": "43.745797", + "longitude": "-123.181910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97429", + "city": "Days Creek", + "state": "OR", + "latitude": "42.971648", + "longitude": "-123.064670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97430", + "city": "Deadwood", + "state": "OR", + "latitude": "44.164325", + "longitude": "-123.701930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97431", + "city": "Dexter", + "state": "OR", + "latitude": "43.892577", + "longitude": "-122.819920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97432", + "city": "Dillard", + "state": "OR", + "latitude": "43.113502", + "longitude": "-123.418068", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97434", + "city": "Dorena", + "state": "OR", + "latitude": "43.740859", + "longitude": "-122.888280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97435", + "city": "Drain", + "state": "OR", + "latitude": "43.703855", + "longitude": "-123.352790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97436", + "city": "Elkton", + "state": "OR", + "latitude": "43.647537", + "longitude": "-123.587190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97437", + "city": "Elmira", + "state": "OR", + "latitude": "44.099732", + "longitude": "-123.387870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97438", + "city": "Fall Creek", + "state": "OR", + "latitude": "43.958389", + "longitude": "-122.757010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97439", + "city": "Florence", + "state": "OR", + "latitude": "44.009099", + "longitude": "-124.083070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97440", + "city": "Eugene", + "state": "OR", + "latitude": "43.863845", + "longitude": "-122.998790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97441", + "city": "Gardiner", + "state": "OR", + "latitude": "43.760271", + "longitude": "-124.120280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97442", + "city": "Glendale", + "state": "OR", + "latitude": "42.771195", + "longitude": "-123.385780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97443", + "city": "Glide", + "state": "OR", + "latitude": "43.242312", + "longitude": "-123.033250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97444", + "city": "Gold Beach", + "state": "OR", + "latitude": "42.451203", + "longitude": "-124.390360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97446", + "city": "Harrisburg", + "state": "OR", + "latitude": "44.278808", + "longitude": "-123.120260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97447", + "city": "Idleyld Park", + "state": "OR", + "latitude": "43.333008", + "longitude": "-122.784750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97448", + "city": "Junction City", + "state": "OR", + "latitude": "44.204189", + "longitude": "-123.229400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97449", + "city": "Lakeside", + "state": "OR", + "latitude": "43.581190", + "longitude": "-124.155700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97450", + "city": "Langlois", + "state": "OR", + "latitude": "42.915024", + "longitude": "-124.375760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97451", + "city": "Lorane", + "state": "OR", + "latitude": "43.801350", + "longitude": "-123.249380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97452", + "city": "Lowell", + "state": "OR", + "latitude": "43.864671", + "longitude": "-122.709320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97453", + "city": "Mapleton", + "state": "OR", + "latitude": "44.018992", + "longitude": "-123.872210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97454", + "city": "Marcola", + "state": "OR", + "latitude": "44.227201", + "longitude": "-122.816900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97455", + "city": "Pleasant Hill", + "state": "OR", + "latitude": "43.960764", + "longitude": "-122.915410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97456", + "city": "Monroe", + "state": "OR", + "latitude": "44.333016", + "longitude": "-123.365080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97457", + "city": "Myrtle Creek", + "state": "OR", + "latitude": "43.042614", + "longitude": "-123.232200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97458", + "city": "Myrtle Point", + "state": "OR", + "latitude": "43.075356", + "longitude": "-124.056820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97459", + "city": "North Bend", + "state": "OR", + "latitude": "43.434529", + "longitude": "-124.209940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97460", + "city": "Norway", + "state": "OR", + "latitude": "43.138755", + "longitude": "-124.127089", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97461", + "city": "Noti", + "state": "OR", + "latitude": "44.099562", + "longitude": "-123.462650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97462", + "city": "Oakland", + "state": "OR", + "latitude": "43.443648", + "longitude": "-123.367270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97463", + "city": "Oakridge", + "state": "OR", + "latitude": "43.747181", + "longitude": "-122.447170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97464", + "city": "Ophir", + "state": "OR", + "latitude": "42.739889", + "longitude": "-124.510560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97465", + "city": "Port Orford", + "state": "OR", + "latitude": "42.746529", + "longitude": "-124.475960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97466", + "city": "Powers", + "state": "OR", + "latitude": "42.873137", + "longitude": "-124.078350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97467", + "city": "Reedsport", + "state": "OR", + "latitude": "43.685160", + "longitude": "-124.002620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97468", + "city": "Remote", + "state": "OR", + "latitude": "43.138755", + "longitude": "-124.127089", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97469", + "city": "Riddle", + "state": "OR", + "latitude": "42.935498", + "longitude": "-123.399020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97470", + "city": "Roseburg", + "state": "OR", + "latitude": "43.227287", + "longitude": "-123.351380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97472", + "city": "Saginaw", + "state": "OR", + "latitude": "43.863845", + "longitude": "-122.998790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97473", + "city": "Scottsburg", + "state": "OR", + "latitude": "43.669352", + "longitude": "-123.814100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97476", + "city": "Sixes", + "state": "OR", + "latitude": "42.813437", + "longitude": "-124.357560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97477", + "city": "Springfield", + "state": "OR", + "latitude": "44.061057", + "longitude": "-123.017690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97478", + "city": "Springfield", + "state": "OR", + "latitude": "44.070824", + "longitude": "-122.907090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97479", + "city": "Sutherlin", + "state": "OR", + "latitude": "43.397697", + "longitude": "-123.273140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97480", + "city": "Swisshome", + "state": "OR", + "latitude": "44.127179", + "longitude": "-123.835190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97481", + "city": "Tenmile", + "state": "OR", + "latitude": "43.098515", + "longitude": "-123.556470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97482", + "city": "Thurston", + "state": "OR", + "latitude": "43.863845", + "longitude": "-122.998790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97484", + "city": "Tiller", + "state": "OR", + "latitude": "42.879291", + "longitude": "-122.895320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97486", + "city": "Umpqua", + "state": "OR", + "latitude": "43.383820", + "longitude": "-123.530310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97487", + "city": "Veneta", + "state": "OR", + "latitude": "44.023225", + "longitude": "-123.383990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97488", + "city": "Vida", + "state": "OR", + "latitude": "44.112618", + "longitude": "-122.422550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97489", + "city": "Walterville", + "state": "OR", + "latitude": "44.131706", + "longitude": "-122.636700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97490", + "city": "Walton", + "state": "OR", + "latitude": "44.004968", + "longitude": "-123.632060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97491", + "city": "Wedderburn", + "state": "OR", + "latitude": "42.609252", + "longitude": "-124.388576", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97492", + "city": "Westfir", + "state": "OR", + "latitude": "43.756923", + "longitude": "-122.517770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97493", + "city": "Westlake", + "state": "OR", + "latitude": "43.905878", + "longitude": "-124.039290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97494", + "city": "Wilbur", + "state": "OR", + "latitude": "43.328430", + "longitude": "-123.333177", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97495", + "city": "Winchester", + "state": "OR", + "latitude": "43.333141", + "longitude": "-123.325617", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97496", + "city": "Winston", + "state": "OR", + "latitude": "43.094626", + "longitude": "-123.436580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97497", + "city": "Wolf Creek", + "state": "OR", + "latitude": "42.676455", + "longitude": "-123.324000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97498", + "city": "Yachats", + "state": "OR", + "latitude": "44.326381", + "longitude": "-124.055700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97499", + "city": "Yoncalla", + "state": "OR", + "latitude": "43.593788", + "longitude": "-123.266020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97501", + "city": "Medford", + "state": "OR", + "latitude": "42.313498", + "longitude": "-122.879440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97502", + "city": "Central Point", + "state": "OR", + "latitude": "42.387399", + "longitude": "-122.921540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97503", + "city": "White City", + "state": "OR", + "latitude": "42.471919", + "longitude": "-122.872010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97504", + "city": "Medford", + "state": "OR", + "latitude": "42.334496", + "longitude": "-122.835470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97520", + "city": "Ashland", + "state": "OR", + "latitude": "42.169751", + "longitude": "-122.617720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97522", + "city": "Butte Falls", + "state": "OR", + "latitude": "42.530663", + "longitude": "-122.548220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97523", + "city": "Cave Junction", + "state": "OR", + "latitude": "42.139958", + "longitude": "-123.602450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97524", + "city": "Eagle Point", + "state": "OR", + "latitude": "42.484283", + "longitude": "-122.740310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97525", + "city": "Gold Hill", + "state": "OR", + "latitude": "42.432422", + "longitude": "-123.086390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97526", + "city": "Grants Pass", + "state": "OR", + "latitude": "42.463100", + "longitude": "-123.331620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97527", + "city": "Grants Pass", + "state": "OR", + "latitude": "42.405162", + "longitude": "-123.362400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97528", + "city": "Grants Pass", + "state": "OR", + "latitude": "42.396421", + "longitude": "-123.535027", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97530", + "city": "Jacksonville", + "state": "OR", + "latitude": "42.224913", + "longitude": "-123.045260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97531", + "city": "Kerby", + "state": "OR", + "latitude": "42.208018", + "longitude": "-123.655510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97532", + "city": "Merlin", + "state": "OR", + "latitude": "42.542134", + "longitude": "-123.507800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97533", + "city": "Murphy", + "state": "OR", + "latitude": "42.308007", + "longitude": "-123.327323", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97534", + "city": "O Brien", + "state": "OR", + "latitude": "42.055397", + "longitude": "-123.703100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97535", + "city": "Phoenix", + "state": "OR", + "latitude": "42.270808", + "longitude": "-122.818050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97536", + "city": "Prospect", + "state": "OR", + "latitude": "42.780226", + "longitude": "-122.514850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97537", + "city": "Rogue River", + "state": "OR", + "latitude": "42.528269", + "longitude": "-123.151500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97538", + "city": "Selma", + "state": "OR", + "latitude": "42.259678", + "longitude": "-123.547780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97539", + "city": "Shady Cove", + "state": "OR", + "latitude": "42.612422", + "longitude": "-122.813420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97540", + "city": "Talent", + "state": "OR", + "latitude": "42.227162", + "longitude": "-122.789330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97541", + "city": "Trail", + "state": "OR", + "latitude": "42.713888", + "longitude": "-122.754100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97543", + "city": "Wilderville", + "state": "OR", + "latitude": "42.365473", + "longitude": "-123.508650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97544", + "city": "Williams", + "state": "OR", + "latitude": "42.155392", + "longitude": "-123.297800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97567", + "city": "Lincoln City", + "state": "OR", + "latitude": "44.996054", + "longitude": "-123.997304", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97587", + "city": "Lostine", + "state": "OR", + "latitude": "45.487784", + "longitude": "-117.430085", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97601", + "city": "Klamath Falls", + "state": "OR", + "latitude": "42.282428", + "longitude": "-121.884470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97602", + "city": "Klamath Falls", + "state": "OR", + "latitude": "42.804981", + "longitude": "-121.584833", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97603", + "city": "Klamath Falls", + "state": "OR", + "latitude": "42.169323", + "longitude": "-121.702980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97604", + "city": "Crater Lake", + "state": "OR", + "latitude": "43.023645", + "longitude": "-122.274430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97620", + "city": "Adel", + "state": "OR", + "latitude": "42.227477", + "longitude": "-119.881410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97621", + "city": "Beatty", + "state": "OR", + "latitude": "42.476579", + "longitude": "-121.230550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97622", + "city": "Bly", + "state": "OR", + "latitude": "42.334534", + "longitude": "-120.976370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97623", + "city": "Bonanza", + "state": "OR", + "latitude": "42.202475", + "longitude": "-121.333460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97624", + "city": "Chiloquin", + "state": "OR", + "latitude": "42.606472", + "longitude": "-121.812970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97625", + "city": "Dairy", + "state": "OR", + "latitude": "42.330162", + "longitude": "-121.559840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97626", + "city": "Fort Klamath", + "state": "OR", + "latitude": "42.686498", + "longitude": "-122.045240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97627", + "city": "Keno", + "state": "OR", + "latitude": "42.086887", + "longitude": "-121.981010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97630", + "city": "Lakeview", + "state": "OR", + "latitude": "42.199446", + "longitude": "-120.424590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97631", + "city": "Monmouth", + "state": "OR", + "latitude": "44.855049", + "longitude": "-123.237656", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97632", + "city": "Malin", + "state": "OR", + "latitude": "42.026248", + "longitude": "-121.417060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97633", + "city": "Merrill", + "state": "OR", + "latitude": "42.025618", + "longitude": "-121.583060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97634", + "city": "Midland", + "state": "OR", + "latitude": "42.129926", + "longitude": "-121.817780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97635", + "city": "New Pine Creek", + "state": "CA", + "latitude": "41.924974", + "longitude": "-120.289890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97636", + "city": "Paisley", + "state": "OR", + "latitude": "42.693563", + "longitude": "-120.552340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97637", + "city": "Plush", + "state": "OR", + "latitude": "42.543512", + "longitude": "-119.865120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97638", + "city": "Silver Lake", + "state": "OR", + "latitude": "43.189402", + "longitude": "-121.004660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97639", + "city": "Sprague River", + "state": "OR", + "latitude": "42.440695", + "longitude": "-121.434640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97640", + "city": "Summer Lake", + "state": "OR", + "latitude": "42.961806", + "longitude": "-120.770720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97641", + "city": "Christmas Valley", + "state": "OR", + "latitude": "43.256842", + "longitude": "-120.650840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97701", + "city": "Bend", + "state": "OR", + "latitude": "44.091256", + "longitude": "-121.297690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97702", + "city": "Bend", + "state": "OR", + "latitude": "44.020483", + "longitude": "-121.308910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97707", + "city": "Bend", + "state": "OR", + "latitude": "43.847830", + "longitude": "-121.465690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97708", + "city": "Bend", + "state": "OR", + "latitude": "44.001834", + "longitude": "-120.949520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97709", + "city": "Bend", + "state": "OR", + "latitude": "44.001834", + "longitude": "-120.949520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97710", + "city": "Fields", + "state": "OR", + "latitude": "42.130152", + "longitude": "-118.558200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97711", + "city": "Ashwood", + "state": "OR", + "latitude": "44.738812", + "longitude": "-120.752570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97712", + "city": "Brothers", + "state": "OR", + "latitude": "43.785416", + "longitude": "-120.515180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97720", + "city": "Burns", + "state": "OR", + "latitude": "43.600795", + "longitude": "-118.963820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97721", + "city": "Princeton", + "state": "OR", + "latitude": "43.036496", + "longitude": "-118.618820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97722", + "city": "Diamond", + "state": "OR", + "latitude": "42.965788", + "longitude": "-118.681960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97730", + "city": "Camp Sherman", + "state": "OR", + "latitude": "44.467230", + "longitude": "-121.647240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97731", + "city": "Chemult", + "state": "OR", + "latitude": "43.189824", + "longitude": "-121.886160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97732", + "city": "Crane", + "state": "OR", + "latitude": "43.408780", + "longitude": "-118.459270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97733", + "city": "Crescent", + "state": "OR", + "latitude": "43.437958", + "longitude": "-121.730630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97734", + "city": "Culver", + "state": "OR", + "latitude": "44.498302", + "longitude": "-121.210840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97735", + "city": "Fort Rock", + "state": "OR", + "latitude": "43.331581", + "longitude": "-121.010160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97736", + "city": "Frenchglen", + "state": "OR", + "latitude": "42.727146", + "longitude": "-119.053850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97737", + "city": "Gilchrist", + "state": "OR", + "latitude": "43.521016", + "longitude": "-121.652550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97738", + "city": "Hines", + "state": "OR", + "latitude": "43.471016", + "longitude": "-119.210050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97739", + "city": "La Pine", + "state": "OR", + "latitude": "43.692251", + "longitude": "-121.538650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97740", + "city": "Lawen", + "state": "OR", + "latitude": "43.019785", + "longitude": "-119.069624", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97741", + "city": "Madras", + "state": "OR", + "latitude": "44.640790", + "longitude": "-121.125060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97750", + "city": "Mitchell", + "state": "OR", + "latitude": "44.611941", + "longitude": "-120.113460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97751", + "city": "Paulina", + "state": "OR", + "latitude": "44.113537", + "longitude": "-119.793770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97752", + "city": "Post", + "state": "OR", + "latitude": "44.119652", + "longitude": "-120.301180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97753", + "city": "Powell Butte", + "state": "OR", + "latitude": "44.229401", + "longitude": "-121.037510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97754", + "city": "Prineville", + "state": "OR", + "latitude": "44.238306", + "longitude": "-120.756820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97756", + "city": "Redmond", + "state": "OR", + "latitude": "44.272796", + "longitude": "-121.191730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97758", + "city": "Riley", + "state": "OR", + "latitude": "43.547855", + "longitude": "-119.542350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97759", + "city": "Sisters", + "state": "OR", + "latitude": "44.322689", + "longitude": "-121.548970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97760", + "city": "Terrebonne", + "state": "OR", + "latitude": "44.384155", + "longitude": "-121.201810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97761", + "city": "Warm Springs", + "state": "OR", + "latitude": "44.814466", + "longitude": "-121.323020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97795", + "city": "Roseburg North", + "state": "OR", + "latitude": "43.276877", + "longitude": "-123.348568", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97801", + "city": "Pendleton", + "state": "OR", + "latitude": "45.665146", + "longitude": "-118.789000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97810", + "city": "Adams", + "state": "OR", + "latitude": "45.719133", + "longitude": "-118.465780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97812", + "city": "Arlington", + "state": "OR", + "latitude": "45.578520", + "longitude": "-120.173010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97813", + "city": "Athena", + "state": "OR", + "latitude": "45.816670", + "longitude": "-118.496600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97814", + "city": "Baker City", + "state": "OR", + "latitude": "44.796517", + "longitude": "-117.820920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97817", + "city": "Bates", + "state": "OR", + "latitude": "44.705882", + "longitude": "-118.793390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97818", + "city": "Boardman", + "state": "OR", + "latitude": "45.816575", + "longitude": "-119.762360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97819", + "city": "Bridgeport", + "state": "OR", + "latitude": "44.489628", + "longitude": "-117.734780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97820", + "city": "Canyon City", + "state": "OR", + "latitude": "44.335525", + "longitude": "-118.950760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97821", + "city": "Cayuse", + "state": "OR", + "latitude": "45.683276", + "longitude": "-118.458080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97823", + "city": "Condon", + "state": "OR", + "latitude": "45.232817", + "longitude": "-120.171390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97824", + "city": "Cove", + "state": "OR", + "latitude": "45.331655", + "longitude": "-117.837180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97825", + "city": "Dayville", + "state": "OR", + "latitude": "44.474491", + "longitude": "-119.542410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97826", + "city": "Echo", + "state": "OR", + "latitude": "45.720228", + "longitude": "-119.228940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97827", + "city": "Elgin", + "state": "OR", + "latitude": "45.564451", + "longitude": "-117.883060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97828", + "city": "Enterprise", + "state": "OR", + "latitude": "45.547098", + "longitude": "-117.268230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97830", + "city": "Fossil", + "state": "OR", + "latitude": "44.978549", + "longitude": "-120.149340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97831", + "city": "Fox", + "state": "OR", + "latitude": "44.477794", + "longitude": "-118.947769", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97833", + "city": "Haines", + "state": "OR", + "latitude": "44.930122", + "longitude": "-117.982890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97834", + "city": "Halfway", + "state": "OR", + "latitude": "44.919974", + "longitude": "-117.138380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97835", + "city": "Helix", + "state": "OR", + "latitude": "45.866696", + "longitude": "-118.745650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97836", + "city": "Heppner", + "state": "OR", + "latitude": "45.343509", + "longitude": "-119.539380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97837", + "city": "Hereford", + "state": "OR", + "latitude": "44.499533", + "longitude": "-118.060760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97838", + "city": "Hermiston", + "state": "OR", + "latitude": "45.846442", + "longitude": "-119.284230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97839", + "city": "Lexington", + "state": "OR", + "latitude": "45.512792", + "longitude": "-119.643440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97840", + "city": "Oxbow", + "state": "OR", + "latitude": "44.973266", + "longitude": "-116.856500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97841", + "city": "Imbler", + "state": "OR", + "latitude": "45.463939", + "longitude": "-117.962400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97842", + "city": "Imnaha", + "state": "OR", + "latitude": "45.479993", + "longitude": "-116.798610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97843", + "city": "Ione", + "state": "OR", + "latitude": "45.493783", + "longitude": "-119.870710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97844", + "city": "Irrigon", + "state": "OR", + "latitude": "45.886463", + "longitude": "-119.517370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97845", + "city": "John Day", + "state": "OR", + "latitude": "44.408646", + "longitude": "-118.951220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97846", + "city": "Joseph", + "state": "OR", + "latitude": "45.336407", + "longitude": "-117.177910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97848", + "city": "Kimberly", + "state": "OR", + "latitude": "44.675475", + "longitude": "-119.576020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97850", + "city": "La Grande", + "state": "OR", + "latitude": "45.326270", + "longitude": "-118.081970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97856", + "city": "Long Creek", + "state": "OR", + "latitude": "44.743532", + "longitude": "-119.118860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97857", + "city": "Lostine", + "state": "OR", + "latitude": "45.464512", + "longitude": "-117.442270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97859", + "city": "Meacham", + "state": "OR", + "latitude": "45.529778", + "longitude": "-118.439960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97861", + "city": "Mikkalo", + "state": "OR", + "latitude": "45.438822", + "longitude": "-120.206698", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97862", + "city": "Milton Freewater", + "state": "OR", + "latitude": "45.938511", + "longitude": "-118.369520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97864", + "city": "Monument", + "state": "OR", + "latitude": "44.811965", + "longitude": "-119.415390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97865", + "city": "Mount Vernon", + "state": "OR", + "latitude": "44.421744", + "longitude": "-119.147370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97867", + "city": "North Powder", + "state": "OR", + "latitude": "45.048141", + "longitude": "-117.967420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97868", + "city": "Pilot Rock", + "state": "OR", + "latitude": "45.402303", + "longitude": "-118.767510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97869", + "city": "Prairie City", + "state": "OR", + "latitude": "44.441241", + "longitude": "-118.693250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97870", + "city": "Richland", + "state": "OR", + "latitude": "44.798064", + "longitude": "-117.218100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97872", + "city": "Ritter", + "state": "OR", + "latitude": "44.947425", + "longitude": "-119.140870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97873", + "city": "Seneca", + "state": "OR", + "latitude": "44.138142", + "longitude": "-118.976700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97874", + "city": "Spray", + "state": "OR", + "latitude": "44.741727", + "longitude": "-119.828030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97875", + "city": "Stanfield", + "state": "OR", + "latitude": "45.786324", + "longitude": "-119.210990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97876", + "city": "Summerville", + "state": "OR", + "latitude": "45.525350", + "longitude": "-118.011930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97877", + "city": "Sumpter", + "state": "OR", + "latitude": "44.744446", + "longitude": "-118.222900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97880", + "city": "Ukiah", + "state": "OR", + "latitude": "45.085144", + "longitude": "-118.944000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97882", + "city": "Umatilla", + "state": "OR", + "latitude": "45.915993", + "longitude": "-119.330080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97883", + "city": "Union", + "state": "OR", + "latitude": "45.201699", + "longitude": "-117.830830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97884", + "city": "Unity", + "state": "OR", + "latitude": "44.471344", + "longitude": "-118.206230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97885", + "city": "Wallowa", + "state": "OR", + "latitude": "45.568843", + "longitude": "-117.526450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97886", + "city": "Weston", + "state": "OR", + "latitude": "45.800879", + "longitude": "-118.288590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97901", + "city": "Adrian", + "state": "OR", + "latitude": "43.661247", + "longitude": "-117.071920", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "97902", + "city": "Arock", + "state": "OR", + "latitude": "42.915641", + "longitude": "-117.497988", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "97903", + "city": "Brogan", + "state": "OR", + "latitude": "44.187379", + "longitude": "-117.626290", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "97904", + "city": "Drewsey", + "state": "OR", + "latitude": "43.834833", + "longitude": "-118.474340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97905", + "city": "Durkee", + "state": "OR", + "latitude": "44.578393", + "longitude": "-117.487870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97906", + "city": "Harper", + "state": "OR", + "latitude": "43.875636", + "longitude": "-117.571570", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "97907", + "city": "Huntington", + "state": "OR", + "latitude": "44.410083", + "longitude": "-117.309950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "97908", + "city": "Ironside", + "state": "OR", + "latitude": "44.304110", + "longitude": "-117.916100", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "97909", + "city": "Jamieson", + "state": "OR", + "latitude": "44.207973", + "longitude": "-117.456770", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "97910", + "city": "Jordan Valley", + "state": "ID", + "latitude": "42.749306", + "longitude": "-116.886300", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "97911", + "city": "Juntura", + "state": "OR", + "latitude": "43.722896", + "longitude": "-118.073940", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "97913", + "city": "Nyssa", + "state": "ID", + "latitude": "43.909576", + "longitude": "-116.971030", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "97914", + "city": "Ontario", + "state": "OR", + "latitude": "44.057074", + "longitude": "-116.991480", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "97917", + "city": "Riverside", + "state": "OR", + "latitude": "43.509919", + "longitude": "-118.098586", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "97918", + "city": "Vale", + "state": "OR", + "latitude": "44.029403", + "longitude": "-117.332820", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "97920", + "city": "Westfall", + "state": "OR", + "latitude": "44.032437", + "longitude": "-117.711500", + "timezone": "-7", + "dst": "1" + }, + { + "zip": "98001", + "city": "Auburn", + "state": "WA", + "latitude": "47.303722", + "longitude": "-122.266080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98002", + "city": "Auburn", + "state": "WA", + "latitude": "47.304221", + "longitude": "-122.216020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98003", + "city": "Federal Way", + "state": "WA", + "latitude": "47.311072", + "longitude": "-122.311880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98004", + "city": "Bellevue", + "state": "WA", + "latitude": "47.618371", + "longitude": "-122.203080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98005", + "city": "Bellevue", + "state": "WA", + "latitude": "47.611021", + "longitude": "-122.168580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98006", + "city": "Bellevue", + "state": "WA", + "latitude": "47.562975", + "longitude": "-122.152600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98007", + "city": "Bellevue", + "state": "WA", + "latitude": "47.610935", + "longitude": "-122.141040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98008", + "city": "Bellevue", + "state": "WA", + "latitude": "47.609222", + "longitude": "-122.115500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98009", + "city": "Bellevue", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98010", + "city": "Black Diamond", + "state": "WA", + "latitude": "47.317802", + "longitude": "-122.014790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98011", + "city": "Bothell", + "state": "WA", + "latitude": "47.751471", + "longitude": "-122.202570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98012", + "city": "Bothell", + "state": "WA", + "latitude": "47.843110", + "longitude": "-122.204570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98013", + "city": "Burton", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98014", + "city": "Carnation", + "state": "WA", + "latitude": "47.648232", + "longitude": "-121.912650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98015", + "city": "Bellevue", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98019", + "city": "Duvall", + "state": "WA", + "latitude": "47.735300", + "longitude": "-121.962220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98020", + "city": "Edmonds", + "state": "WA", + "latitude": "47.803668", + "longitude": "-122.370960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98021", + "city": "Bothell", + "state": "WA", + "latitude": "47.790653", + "longitude": "-122.220210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98022", + "city": "Enumclaw", + "state": "WA", + "latitude": "47.193729", + "longitude": "-121.919150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98023", + "city": "Federal Way", + "state": "WA", + "latitude": "47.309021", + "longitude": "-122.361780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98024", + "city": "Fall City", + "state": "WA", + "latitude": "47.565642", + "longitude": "-121.886380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98025", + "city": "Hobart", + "state": "WA", + "latitude": "47.430704", + "longitude": "-121.884960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98026", + "city": "Edmonds", + "state": "WA", + "latitude": "47.821568", + "longitude": "-122.336510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98027", + "city": "Issaquah", + "state": "WA", + "latitude": "47.522828", + "longitude": "-122.029210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98028", + "city": "Kenmore", + "state": "WA", + "latitude": "47.752870", + "longitude": "-122.247360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98029", + "city": "Issaquah", + "state": "WA", + "latitude": "47.572401", + "longitude": "-122.020650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98030", + "city": "Kent", + "state": "WA", + "latitude": "47.369098", + "longitude": "-122.192276", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98031", + "city": "Kent", + "state": "WA", + "latitude": "47.388461", + "longitude": "-122.196440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98032", + "city": "Kent", + "state": "WA", + "latitude": "47.388254", + "longitude": "-122.259320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98033", + "city": "Kirkland", + "state": "WA", + "latitude": "47.679030", + "longitude": "-122.193400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98034", + "city": "Kirkland", + "state": "WA", + "latitude": "47.718280", + "longitude": "-122.197020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98035", + "city": "Kent", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98036", + "city": "Lynnwood", + "state": "WA", + "latitude": "47.808816", + "longitude": "-122.283940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98037", + "city": "Lynnwood", + "state": "WA", + "latitude": "47.848237", + "longitude": "-122.283480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98038", + "city": "Maple Valley", + "state": "WA", + "latitude": "47.381989", + "longitude": "-122.035530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98039", + "city": "Medina", + "state": "WA", + "latitude": "47.626571", + "longitude": "-122.232800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98040", + "city": "Mercer Island", + "state": "WA", + "latitude": "47.569271", + "longitude": "-122.232330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98041", + "city": "Bothell", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98042", + "city": "Kent", + "state": "WA", + "latitude": "47.363382", + "longitude": "-122.114510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98043", + "city": "Mountlake Terrace", + "state": "WA", + "latitude": "47.790969", + "longitude": "-122.305390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98045", + "city": "North Bend", + "state": "WA", + "latitude": "47.483057", + "longitude": "-121.732540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98046", + "city": "Lynnwood", + "state": "WA", + "latitude": "48.037258", + "longitude": "-121.682271", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98047", + "city": "Pacific", + "state": "WA", + "latitude": "47.266190", + "longitude": "-122.244630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98050", + "city": "Preston", + "state": "WA", + "latitude": "47.536015", + "longitude": "-121.931195", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98051", + "city": "Ravensdale", + "state": "WA", + "latitude": "47.359414", + "longitude": "-121.886570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98052", + "city": "Redmond", + "state": "WA", + "latitude": "47.677471", + "longitude": "-122.121380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98053", + "city": "Redmond", + "state": "WA", + "latitude": "47.640972", + "longitude": "-122.033180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98054", + "city": "Redondo", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98055", + "city": "Renton", + "state": "WA", + "latitude": "47.467422", + "longitude": "-122.210050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98056", + "city": "Renton", + "state": "WA", + "latitude": "47.510739", + "longitude": "-122.183720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98057", + "city": "Renton", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98058", + "city": "Renton", + "state": "WA", + "latitude": "47.448322", + "longitude": "-122.145840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98059", + "city": "Renton", + "state": "WA", + "latitude": "47.493031", + "longitude": "-122.141690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98060", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98061", + "city": "Rollingbay", + "state": "WA", + "latitude": "47.680763", + "longitude": "-122.576199", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98062", + "city": "Seahurst", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98063", + "city": "Federal Way", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98064", + "city": "Kent", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98065", + "city": "Snoqualmie", + "state": "WA", + "latitude": "47.530639", + "longitude": "-121.830530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98067", + "city": "Bellevue", + "state": "WA", + "latitude": "47.617634", + "longitude": "-122.140193", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98068", + "city": "Snoqualmie Pass", + "state": "WA", + "latitude": "47.397811", + "longitude": "-121.396030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98070", + "city": "Vashon", + "state": "WA", + "latitude": "47.416198", + "longitude": "-122.468210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98071", + "city": "Auburn", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98072", + "city": "Woodinville", + "state": "WA", + "latitude": "47.758786", + "longitude": "-122.102050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98073", + "city": "Redmond", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98074", + "city": "Sammamish", + "state": "WA", + "latitude": "47.625364", + "longitude": "-122.045347", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98075", + "city": "Sammamish", + "state": "WA", + "latitude": "47.584879", + "longitude": "-122.033685", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98082", + "city": "Bothell", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98083", + "city": "Kirkland", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98092", + "city": "Auburn", + "state": "WA", + "latitude": "47.297285", + "longitude": "-122.163280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98093", + "city": "Federal Way", + "state": "WA", + "latitude": "47.311041", + "longitude": "-122.113791", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98101", + "city": "Seattle", + "state": "WA", + "latitude": "47.610670", + "longitude": "-122.334380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98102", + "city": "Seattle", + "state": "WA", + "latitude": "47.632870", + "longitude": "-122.322530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98103", + "city": "Seattle", + "state": "WA", + "latitude": "47.671346", + "longitude": "-122.341660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98104", + "city": "Seattle", + "state": "WA", + "latitude": "47.602520", + "longitude": "-122.328550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98105", + "city": "Seattle", + "state": "WA", + "latitude": "47.663770", + "longitude": "-122.301180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98106", + "city": "Seattle", + "state": "WA", + "latitude": "47.532820", + "longitude": "-122.354430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98107", + "city": "Seattle", + "state": "WA", + "latitude": "47.667470", + "longitude": "-122.374680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98108", + "city": "Seattle", + "state": "WA", + "latitude": "47.546188", + "longitude": "-122.315140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98109", + "city": "Seattle", + "state": "WA", + "latitude": "47.630648", + "longitude": "-122.346750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98110", + "city": "Bainbridge Island", + "state": "WA", + "latitude": "47.655260", + "longitude": "-122.535080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98111", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98112", + "city": "Seattle", + "state": "WA", + "latitude": "47.629653", + "longitude": "-122.297520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98113", + "city": "Shoreline", + "state": "WA", + "latitude": "47.763669", + "longitude": "-122.353840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98114", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98115", + "city": "Seattle", + "state": "WA", + "latitude": "47.683820", + "longitude": "-122.301220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98116", + "city": "Seattle", + "state": "WA", + "latitude": "47.574870", + "longitude": "-122.393920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98117", + "city": "Seattle", + "state": "WA", + "latitude": "47.685919", + "longitude": "-122.378380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98118", + "city": "Seattle", + "state": "WA", + "latitude": "47.543348", + "longitude": "-122.274960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98119", + "city": "Seattle", + "state": "WA", + "latitude": "47.638770", + "longitude": "-122.366940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98121", + "city": "Seattle", + "state": "WA", + "latitude": "47.614870", + "longitude": "-122.345780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98122", + "city": "Seattle", + "state": "WA", + "latitude": "47.611570", + "longitude": "-122.304060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98124", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98125", + "city": "Seattle", + "state": "WA", + "latitude": "47.716648", + "longitude": "-122.303080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98126", + "city": "Seattle", + "state": "WA", + "latitude": "47.546870", + "longitude": "-122.374800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98129", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98130", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98131", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98132", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98133", + "city": "Seattle", + "state": "WA", + "latitude": "47.733852", + "longitude": "-122.344610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98134", + "city": "Seattle", + "state": "WA", + "latitude": "47.578670", + "longitude": "-122.334410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98136", + "city": "Seattle", + "state": "WA", + "latitude": "47.538887", + "longitude": "-122.388030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98138", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98140", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98144", + "city": "Seattle", + "state": "WA", + "latitude": "47.585770", + "longitude": "-122.300810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98145", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98146", + "city": "Seattle", + "state": "WA", + "latitude": "47.501753", + "longitude": "-122.356880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98148", + "city": "Seattle", + "state": "WA", + "latitude": "47.443756", + "longitude": "-122.330680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98150", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98151", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98154", + "city": "Seattle", + "state": "WA", + "latitude": "47.606320", + "longitude": "-122.333570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98155", + "city": "Seattle", + "state": "WA", + "latitude": "47.753019", + "longitude": "-122.303730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98158", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98160", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98161", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98164", + "city": "Seattle", + "state": "WA", + "latitude": "47.606139", + "longitude": "-122.331860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98166", + "city": "Seattle", + "state": "WA", + "latitude": "47.458821", + "longitude": "-122.349430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98168", + "city": "Seattle", + "state": "WA", + "latitude": "47.491327", + "longitude": "-122.302700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98171", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98174", + "city": "Seattle", + "state": "WA", + "latitude": "47.604718", + "longitude": "-122.335230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98177", + "city": "Seattle", + "state": "WA", + "latitude": "47.740886", + "longitude": "-122.369780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98178", + "city": "Seattle", + "state": "WA", + "latitude": "47.497971", + "longitude": "-122.246640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98181", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98184", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98185", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98188", + "city": "Seattle", + "state": "WA", + "latitude": "47.450321", + "longitude": "-122.274720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98190", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98191", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98195", + "city": "Seattle", + "state": "WA", + "latitude": "47.432251", + "longitude": "-121.803388", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98198", + "city": "Seattle", + "state": "WA", + "latitude": "47.397521", + "longitude": "-122.315000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98199", + "city": "Seattle", + "state": "WA", + "latitude": "47.647670", + "longitude": "-122.397580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98201", + "city": "Everett", + "state": "WA", + "latitude": "47.986274", + "longitude": "-122.202220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98203", + "city": "Everett", + "state": "WA", + "latitude": "47.943468", + "longitude": "-122.217920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98204", + "city": "Everett", + "state": "WA", + "latitude": "47.902960", + "longitude": "-122.250640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98205", + "city": "Everett", + "state": "WA", + "latitude": "47.993436", + "longitude": "-122.127230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98206", + "city": "Everett", + "state": "WA", + "latitude": "47.859918", + "longitude": "-122.284785", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98207", + "city": "Everett", + "state": "WA", + "latitude": "48.037258", + "longitude": "-121.682271", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98208", + "city": "Everett", + "state": "WA", + "latitude": "47.893451", + "longitude": "-122.197970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98220", + "city": "Acme", + "state": "WA", + "latitude": "48.681582", + "longitude": "-122.197700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98221", + "city": "Anacortes", + "state": "WA", + "latitude": "48.495234", + "longitude": "-122.619760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98222", + "city": "Blakely Island", + "state": "WA", + "latitude": "48.586563", + "longitude": "-122.803170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98223", + "city": "Arlington", + "state": "WA", + "latitude": "48.203856", + "longitude": "-122.052880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98224", + "city": "Baring", + "state": "WA", + "latitude": "47.763755", + "longitude": "-121.476070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98225", + "city": "Bellingham", + "state": "WA", + "latitude": "48.747578", + "longitude": "-122.485080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98226", + "city": "Bellingham", + "state": "WA", + "latitude": "48.759079", + "longitude": "-122.435970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98227", + "city": "Bellingham", + "state": "WA", + "latitude": "48.814753", + "longitude": "-121.988548", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98228", + "city": "Bellingham", + "state": "WA", + "latitude": "48.814753", + "longitude": "-121.988548", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98229", + "city": "Bellingham", + "state": "WA", + "latitude": "48.725417", + "longitude": "-122.435478", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98230", + "city": "Blaine", + "state": "WA", + "latitude": "48.961443", + "longitude": "-122.737140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98231", + "city": "Blaine", + "state": "WA", + "latitude": "48.814753", + "longitude": "-121.988548", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98232", + "city": "Bow", + "state": "WA", + "latitude": "48.559548", + "longitude": "-122.413750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98233", + "city": "Burlington", + "state": "WA", + "latitude": "48.486892", + "longitude": "-122.333660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98235", + "city": "Clearlake", + "state": "WA", + "latitude": "48.461672", + "longitude": "-122.233080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98236", + "city": "Clinton", + "state": "WA", + "latitude": "47.962134", + "longitude": "-122.400890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98237", + "city": "Concrete", + "state": "WA", + "latitude": "48.497601", + "longitude": "-121.700180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98238", + "city": "Conway", + "state": "WA", + "latitude": "48.337796", + "longitude": "-122.345170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98239", + "city": "Coupeville", + "state": "WA", + "latitude": "48.204162", + "longitude": "-122.667230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98240", + "city": "Custer", + "state": "WA", + "latitude": "48.931679", + "longitude": "-122.632560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98241", + "city": "Darrington", + "state": "WA", + "latitude": "48.265483", + "longitude": "-121.560750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98243", + "city": "Deer Harbor", + "state": "WA", + "latitude": "48.612763", + "longitude": "-123.020570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98244", + "city": "Deming", + "state": "WA", + "latitude": "48.841442", + "longitude": "-122.125470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98245", + "city": "Eastsound", + "state": "WA", + "latitude": "48.672312", + "longitude": "-122.919720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98246", + "city": "Bow", + "state": "WA", + "latitude": "48.558127", + "longitude": "-121.417034", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98247", + "city": "Everson", + "state": "WA", + "latitude": "48.900256", + "longitude": "-122.320950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98248", + "city": "Ferndale", + "state": "WA", + "latitude": "48.852655", + "longitude": "-122.618070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98249", + "city": "Freeland", + "state": "WA", + "latitude": "48.029176", + "longitude": "-122.542220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98250", + "city": "Friday Harbor", + "state": "WA", + "latitude": "48.551130", + "longitude": "-123.075630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98251", + "city": "Gold Bar", + "state": "WA", + "latitude": "47.851713", + "longitude": "-121.666440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98252", + "city": "Granite Falls", + "state": "WA", + "latitude": "48.070852", + "longitude": "-121.822420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98253", + "city": "Greenbank", + "state": "WA", + "latitude": "48.085852", + "longitude": "-122.571290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98255", + "city": "Hamilton", + "state": "WA", + "latitude": "48.525461", + "longitude": "-121.988700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98256", + "city": "Index", + "state": "WA", + "latitude": "47.841380", + "longitude": "-121.506890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98257", + "city": "La Conner", + "state": "WA", + "latitude": "48.393063", + "longitude": "-122.504760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98258", + "city": "Lake Stevens", + "state": "WA", + "latitude": "48.028355", + "longitude": "-122.063270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98259", + "city": "North Lakewood", + "state": "WA", + "latitude": "48.037258", + "longitude": "-121.682271", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98260", + "city": "Langley", + "state": "WA", + "latitude": "48.030555", + "longitude": "-122.448560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98261", + "city": "Lopez Island", + "state": "WA", + "latitude": "48.481655", + "longitude": "-122.882710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98262", + "city": "Lummi Island", + "state": "WA", + "latitude": "48.699642", + "longitude": "-122.666580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98263", + "city": "Lyman", + "state": "WA", + "latitude": "48.534462", + "longitude": "-122.058644", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98264", + "city": "Lynden", + "state": "WA", + "latitude": "48.943476", + "longitude": "-122.457230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98266", + "city": "Maple Falls", + "state": "WA", + "latitude": "48.853213", + "longitude": "-122.247881", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98267", + "city": "Marblemount", + "state": "WA", + "latitude": "48.499159", + "longitude": "-121.431630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98270", + "city": "Marysville", + "state": "WA", + "latitude": "48.061269", + "longitude": "-122.158800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98271", + "city": "Marysville", + "state": "WA", + "latitude": "48.093129", + "longitude": "-122.216140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98272", + "city": "Monroe", + "state": "WA", + "latitude": "47.860245", + "longitude": "-121.937340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98273", + "city": "Mount Vernon", + "state": "WA", + "latitude": "48.414576", + "longitude": "-122.351960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98274", + "city": "Mount Vernon", + "state": "WA", + "latitude": "48.371026", + "longitude": "-122.244320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98275", + "city": "Mukilteo", + "state": "WA", + "latitude": "47.916148", + "longitude": "-122.302930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98276", + "city": "Nooksack", + "state": "WA", + "latitude": "48.834208", + "longitude": "-122.335734", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98277", + "city": "Oak Harbor", + "state": "WA", + "latitude": "48.303774", + "longitude": "-122.650930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98278", + "city": "Oak Harbor", + "state": "WA", + "latitude": "48.310127", + "longitude": "-122.655862", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98279", + "city": "Olga", + "state": "WA", + "latitude": "48.632050", + "longitude": "-122.813720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98280", + "city": "Orcas", + "state": "WA", + "latitude": "48.594255", + "longitude": "-122.918280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98281", + "city": "Point Roberts", + "state": "WA", + "latitude": "48.992010", + "longitude": "-123.050470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98282", + "city": "Camano", + "state": "WA", + "latitude": "48.185511", + "longitude": "-122.482090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98283", + "city": "Rockport", + "state": "WA", + "latitude": "48.509814", + "longitude": "-121.484180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98284", + "city": "Sedro Woolley", + "state": "WA", + "latitude": "48.518653", + "longitude": "-122.165450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98286", + "city": "Shaw Island", + "state": "WA", + "latitude": "48.575362", + "longitude": "-122.966430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98287", + "city": "Silvana", + "state": "WA", + "latitude": "48.037258", + "longitude": "-121.682271", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98288", + "city": "Skykomish", + "state": "WA", + "latitude": "47.658047", + "longitude": "-121.414450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98290", + "city": "Snohomish", + "state": "WA", + "latitude": "47.930902", + "longitude": "-122.039760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98291", + "city": "Snohomish", + "state": "WA", + "latitude": "47.909511", + "longitude": "-122.050108", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98292", + "city": "Stanwood", + "state": "WA", + "latitude": "48.222046", + "longitude": "-122.389610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98293", + "city": "Startup", + "state": "WA", + "latitude": "47.870275", + "longitude": "-121.768490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98294", + "city": "Sultan", + "state": "WA", + "latitude": "47.865270", + "longitude": "-121.788990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98295", + "city": "Sumas", + "state": "WA", + "latitude": "48.971298", + "longitude": "-122.201460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98296", + "city": "Snohomish", + "state": "WA", + "latitude": "47.846083", + "longitude": "-122.110680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98297", + "city": "Waldron", + "state": "WA", + "latitude": "48.701835", + "longitude": "-123.026360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98303", + "city": "Anderson Island", + "state": "WA", + "latitude": "47.164380", + "longitude": "-122.695840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98304", + "city": "Ashford", + "state": "WA", + "latitude": "46.755230", + "longitude": "-122.015440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98305", + "city": "Beaver", + "state": "WA", + "latitude": "48.066605", + "longitude": "-124.309090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98310", + "city": "Bremerton", + "state": "WA", + "latitude": "47.586750", + "longitude": "-122.623710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98311", + "city": "Bremerton", + "state": "WA", + "latitude": "47.629717", + "longitude": "-122.634930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98312", + "city": "Bremerton", + "state": "WA", + "latitude": "47.564437", + "longitude": "-122.712930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98314", + "city": "Bremerton", + "state": "WA", + "latitude": "47.559317", + "longitude": "-122.649150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98315", + "city": "Silverdale", + "state": "WA", + "latitude": "47.720777", + "longitude": "-122.713090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98319", + "city": "Duvall", + "state": "WA", + "latitude": "47.741268", + "longitude": "-121.978279", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98320", + "city": "Brinnon", + "state": "WA", + "latitude": "47.705616", + "longitude": "-122.928680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98321", + "city": "Buckley", + "state": "WA", + "latitude": "47.155649", + "longitude": "-122.052550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98322", + "city": "Burley", + "state": "WA", + "latitude": "47.687971", + "longitude": "-122.729304", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98323", + "city": "Carbonado", + "state": "WA", + "latitude": "47.035525", + "longitude": "-121.951000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98324", + "city": "Carlsborg", + "state": "WA", + "latitude": "48.183150", + "longitude": "-123.872972", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98325", + "city": "Chimacum", + "state": "WA", + "latitude": "47.974586", + "longitude": "-122.783820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98326", + "city": "Clallam Bay", + "state": "WA", + "latitude": "48.181608", + "longitude": "-124.411880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98327", + "city": "Dupont", + "state": "WA", + "latitude": "47.088719", + "longitude": "-122.643260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98328", + "city": "Eatonville", + "state": "WA", + "latitude": "46.884733", + "longitude": "-122.292370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98329", + "city": "Gig Harbor", + "state": "WA", + "latitude": "47.378121", + "longitude": "-122.722200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98330", + "city": "Elbe", + "state": "WA", + "latitude": "46.761546", + "longitude": "-122.178580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98331", + "city": "Forks", + "state": "WA", + "latitude": "47.838423", + "longitude": "-124.358880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98332", + "city": "Gig Harbor", + "state": "WA", + "latitude": "47.364321", + "longitude": "-122.600110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98333", + "city": "Fox Island", + "state": "WA", + "latitude": "47.244053", + "longitude": "-122.619900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98335", + "city": "Gig Harbor", + "state": "WA", + "latitude": "47.301252", + "longitude": "-122.605620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98336", + "city": "Glenoma", + "state": "WA", + "latitude": "46.536190", + "longitude": "-122.117660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98337", + "city": "Bremerton", + "state": "WA", + "latitude": "47.569167", + "longitude": "-122.634790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98338", + "city": "Graham", + "state": "WA", + "latitude": "47.028423", + "longitude": "-122.291000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98339", + "city": "Port Hadlock", + "state": "WA", + "latitude": "48.036882", + "longitude": "-122.759900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98340", + "city": "Hansville", + "state": "WA", + "latitude": "47.910628", + "longitude": "-122.574890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98342", + "city": "Indianola", + "state": "WA", + "latitude": "47.748780", + "longitude": "-122.530510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98343", + "city": "Joyce", + "state": "WA", + "latitude": "48.183150", + "longitude": "-123.872972", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98344", + "city": "Kapowsin", + "state": "WA", + "latitude": "46.989916", + "longitude": "-122.222642", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98345", + "city": "Keyport", + "state": "WA", + "latitude": "47.702342", + "longitude": "-122.625540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98346", + "city": "Kingston", + "state": "WA", + "latitude": "47.807359", + "longitude": "-122.519620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98348", + "city": "La Grande", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98349", + "city": "Lakebay", + "state": "WA", + "latitude": "47.268551", + "longitude": "-122.768970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98350", + "city": "La Push", + "state": "WA", + "latitude": "47.905815", + "longitude": "-124.622020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98351", + "city": "Longbranch", + "state": "WA", + "latitude": "47.200168", + "longitude": "-122.775370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98352", + "city": "Sumner", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98353", + "city": "Manchester", + "state": "WA", + "latitude": "47.553289", + "longitude": "-122.545350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98354", + "city": "Milton", + "state": "WA", + "latitude": "47.248208", + "longitude": "-122.317370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98355", + "city": "Mineral", + "state": "WA", + "latitude": "46.711036", + "longitude": "-122.034800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98356", + "city": "Morton", + "state": "WA", + "latitude": "46.562676", + "longitude": "-122.295140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98357", + "city": "Neah Bay", + "state": "WA", + "latitude": "48.353060", + "longitude": "-124.640760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98358", + "city": "Nordland", + "state": "WA", + "latitude": "48.058323", + "longitude": "-122.687940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98359", + "city": "Olalla", + "state": "WA", + "latitude": "47.430250", + "longitude": "-122.571590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98360", + "city": "Orting", + "state": "WA", + "latitude": "47.039607", + "longitude": "-122.146910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98361", + "city": "Packwood", + "state": "WA", + "latitude": "46.580048", + "longitude": "-121.616740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98362", + "city": "Port Angeles", + "state": "WA", + "latitude": "48.097144", + "longitude": "-123.406280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98363", + "city": "Port Angeles", + "state": "WA", + "latitude": "48.102836", + "longitude": "-123.637650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98364", + "city": "Port Gamble", + "state": "WA", + "latitude": "47.854503", + "longitude": "-122.591220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98365", + "city": "Port Ludlow", + "state": "WA", + "latitude": "47.907561", + "longitude": "-122.694160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98366", + "city": "Port Orchard", + "state": "WA", + "latitude": "47.535870", + "longitude": "-122.599050", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98367", + "city": "Port Orchard", + "state": "WA", + "latitude": "47.470971", + "longitude": "-122.663350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98368", + "city": "Port Townsend", + "state": "WA", + "latitude": "48.100255", + "longitude": "-122.797360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98370", + "city": "Poulsbo", + "state": "WA", + "latitude": "47.743302", + "longitude": "-122.630410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98371", + "city": "Puyallup", + "state": "WA", + "latitude": "47.196272", + "longitude": "-122.315770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98372", + "city": "Puyallup", + "state": "WA", + "latitude": "47.198591", + "longitude": "-122.271310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98373", + "city": "Puyallup", + "state": "WA", + "latitude": "47.147862", + "longitude": "-122.318640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98374", + "city": "Puyallup", + "state": "WA", + "latitude": "47.140045", + "longitude": "-122.260120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98375", + "city": "Puyallup", + "state": "WA", + "latitude": "47.112477", + "longitude": "-122.322470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98376", + "city": "Quilcene", + "state": "WA", + "latitude": "47.826111", + "longitude": "-122.852330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98377", + "city": "Randle", + "state": "WA", + "latitude": "46.525156", + "longitude": "-121.850940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98378", + "city": "Retsil", + "state": "WA", + "latitude": "47.687971", + "longitude": "-122.729304", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98380", + "city": "Seabeck", + "state": "WA", + "latitude": "47.596122", + "longitude": "-122.894560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98381", + "city": "Sekiu", + "state": "WA", + "latitude": "48.283826", + "longitude": "-124.371440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98382", + "city": "Sequim", + "state": "WA", + "latitude": "48.079979", + "longitude": "-123.099160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98383", + "city": "Silverdale", + "state": "WA", + "latitude": "47.667257", + "longitude": "-122.690550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98384", + "city": "South Colby", + "state": "WA", + "latitude": "47.521803", + "longitude": "-122.539637", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98385", + "city": "South Prairie", + "state": "WA", + "latitude": "47.138345", + "longitude": "-122.098190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98386", + "city": "Southworth", + "state": "WA", + "latitude": "47.510370", + "longitude": "-122.499139", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98387", + "city": "Spanaway", + "state": "WA", + "latitude": "47.077796", + "longitude": "-122.405170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98388", + "city": "Steilacoom", + "state": "WA", + "latitude": "47.164965", + "longitude": "-122.600500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98389", + "city": "South Prairie", + "state": "WA", + "latitude": "47.137872", + "longitude": "-122.093560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98390", + "city": "Sumner", + "state": "WA", + "latitude": "47.196364", + "longitude": "-122.188700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98392", + "city": "Suquamish", + "state": "WA", + "latitude": "47.735065", + "longitude": "-122.557510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98393", + "city": "Tracyton", + "state": "WA", + "latitude": "47.626717", + "longitude": "-122.649953", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98394", + "city": "Vaughn", + "state": "WA", + "latitude": "47.336226", + "longitude": "-122.783090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98395", + "city": "Wauna", + "state": "WA", + "latitude": "47.266017", + "longitude": "-122.832799", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98396", + "city": "Wilkeson", + "state": "WA", + "latitude": "47.106024", + "longitude": "-122.045100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98397", + "city": "Longmire", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98398", + "city": "Paradise Inn", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98401", + "city": "Tacoma", + "state": "WA", + "latitude": "47.253671", + "longitude": "-122.444335", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98402", + "city": "Tacoma", + "state": "WA", + "latitude": "47.247671", + "longitude": "-122.439710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98403", + "city": "Tacoma", + "state": "WA", + "latitude": "47.263971", + "longitude": "-122.458790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98404", + "city": "Tacoma", + "state": "WA", + "latitude": "47.212421", + "longitude": "-122.415600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98405", + "city": "Tacoma", + "state": "WA", + "latitude": "47.248953", + "longitude": "-122.465990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98406", + "city": "Tacoma", + "state": "WA", + "latitude": "47.263020", + "longitude": "-122.495180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98407", + "city": "Tacoma", + "state": "WA", + "latitude": "47.283920", + "longitude": "-122.504330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98408", + "city": "Tacoma", + "state": "WA", + "latitude": "47.209021", + "longitude": "-122.444980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98409", + "city": "Tacoma", + "state": "WA", + "latitude": "47.208987", + "longitude": "-122.480530", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98411", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98412", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98413", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98415", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98416", + "city": "Tacoma", + "state": "WA", + "latitude": "47.264577", + "longitude": "-122.482076", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98418", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98421", + "city": "Tacoma", + "state": "WA", + "latitude": "47.250681", + "longitude": "-122.412130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98422", + "city": "Tacoma", + "state": "WA", + "latitude": "47.296007", + "longitude": "-122.398350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98424", + "city": "Tacoma", + "state": "WA", + "latitude": "47.242186", + "longitude": "-122.359160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98430", + "city": "Camp Murray", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98431", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98433", + "city": "Tacoma", + "state": "WA", + "latitude": "47.080682", + "longitude": "-122.579870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98434", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98438", + "city": "Tacoma", + "state": "WA", + "latitude": "47.151297", + "longitude": "-122.567631", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98439", + "city": "Lakewood", + "state": "WA", + "latitude": "47.125620", + "longitude": "-122.522940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98442", + "city": "Tacoma", + "state": "WA", + "latitude": "47.308061", + "longitude": "-122.418495", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98443", + "city": "Tacoma", + "state": "WA", + "latitude": "47.202874", + "longitude": "-122.376780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98444", + "city": "Tacoma", + "state": "WA", + "latitude": "47.153571", + "longitude": "-122.448500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98445", + "city": "Tacoma", + "state": "WA", + "latitude": "47.148269", + "longitude": "-122.411960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98446", + "city": "Tacoma", + "state": "WA", + "latitude": "47.130900", + "longitude": "-122.375890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98447", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98448", + "city": "Parkland", + "state": "WA", + "latitude": "47.136544", + "longitude": "-122.422431", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98450", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98455", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98460", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98464", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98465", + "city": "Tacoma", + "state": "WA", + "latitude": "47.247735", + "longitude": "-122.528180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98466", + "city": "Tacoma", + "state": "WA", + "latitude": "47.230402", + "longitude": "-122.532720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98467", + "city": "University Place", + "state": "WA", + "latitude": "47.203946", + "longitude": "-122.529960", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98468", + "city": "Oakville", + "state": "WA", + "latitude": "46.843337", + "longitude": "-123.228797", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98471", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98477", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98481", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98485", + "city": "South Prairie", + "state": "WA", + "latitude": "47.140655", + "longitude": "-122.100892", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98492", + "city": "Lakewood", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98493", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98494", + "city": "Tacoma", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98497", + "city": "Lakewood", + "state": "WA", + "latitude": "47.066193", + "longitude": "-122.113223", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98498", + "city": "Lakewood", + "state": "WA", + "latitude": "47.160620", + "longitude": "-122.558770", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98499", + "city": "Lakewood", + "state": "WA", + "latitude": "47.166320", + "longitude": "-122.508440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98500", + "city": "Tumwater", + "state": "WA", + "latitude": "46.985519", + "longitude": "-122.907649", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98501", + "city": "Olympia", + "state": "WA", + "latitude": "47.014718", + "longitude": "-122.881900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98502", + "city": "Olympia", + "state": "WA", + "latitude": "47.071484", + "longitude": "-122.977020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98503", + "city": "Lacey", + "state": "WA", + "latitude": "47.027082", + "longitude": "-122.803590", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98504", + "city": "Olympia", + "state": "WA", + "latitude": "46.978118", + "longitude": "-122.702393", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98505", + "city": "Olympia", + "state": "WA", + "latitude": "47.065404", + "longitude": "-122.976187", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98506", + "city": "Olympia", + "state": "WA", + "latitude": "47.069339", + "longitude": "-122.872490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98507", + "city": "Olympia", + "state": "WA", + "latitude": "46.978118", + "longitude": "-122.702393", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98508", + "city": "Olympia", + "state": "WA", + "latitude": "46.978118", + "longitude": "-122.702393", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98509", + "city": "Lacey", + "state": "WA", + "latitude": "46.978118", + "longitude": "-122.702393", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98512", + "city": "Olympia", + "state": "WA", + "latitude": "46.969793", + "longitude": "-122.998020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98513", + "city": "Olympia", + "state": "WA", + "latitude": "47.005810", + "longitude": "-122.752850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98516", + "city": "Olympia", + "state": "WA", + "latitude": "47.085046", + "longitude": "-122.783760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98520", + "city": "Aberdeen", + "state": "WA", + "latitude": "46.972965", + "longitude": "-123.819230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98522", + "city": "Adna", + "state": "WA", + "latitude": "46.571323", + "longitude": "-123.298384", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98524", + "city": "Allyn", + "state": "WA", + "latitude": "47.374343", + "longitude": "-122.838800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98526", + "city": "Amanda Park", + "state": "WA", + "latitude": "47.463965", + "longitude": "-124.029380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98527", + "city": "Bay Center", + "state": "WA", + "latitude": "46.630051", + "longitude": "-123.954630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98528", + "city": "Belfair", + "state": "WA", + "latitude": "47.445292", + "longitude": "-122.884170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98530", + "city": "Bucoda", + "state": "WA", + "latitude": "46.797382", + "longitude": "-122.851230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98531", + "city": "Centralia", + "state": "WA", + "latitude": "46.728383", + "longitude": "-122.951420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98532", + "city": "Chehalis", + "state": "WA", + "latitude": "46.630721", + "longitude": "-123.015990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98533", + "city": "Cinebar", + "state": "WA", + "latitude": "46.588026", + "longitude": "-122.533450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98535", + "city": "Copalis Beach", + "state": "WA", + "latitude": "47.118566", + "longitude": "-124.160270", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98536", + "city": "Copalis Crossing", + "state": "WA", + "latitude": "47.179475", + "longitude": "-124.142410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98537", + "city": "Cosmopolis", + "state": "WA", + "latitude": "46.899189", + "longitude": "-123.690700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98538", + "city": "Curtis", + "state": "WA", + "latitude": "46.483547", + "longitude": "-123.101600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98539", + "city": "Doty", + "state": "WA", + "latitude": "46.637787", + "longitude": "-123.279800", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98540", + "city": "East Olympia", + "state": "WA", + "latitude": "46.978118", + "longitude": "-122.702393", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98541", + "city": "Elma", + "state": "WA", + "latitude": "47.035750", + "longitude": "-123.407130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98542", + "city": "Ethel", + "state": "WA", + "latitude": "46.532624", + "longitude": "-122.744070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98544", + "city": "Galvin", + "state": "WA", + "latitude": "46.734909", + "longitude": "-123.025360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98546", + "city": "Grapeview", + "state": "WA", + "latitude": "47.321442", + "longitude": "-122.929350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98547", + "city": "Grayland", + "state": "WA", + "latitude": "46.781978", + "longitude": "-124.081110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98548", + "city": "Hoodsport", + "state": "WA", + "latitude": "47.446725", + "longitude": "-123.211750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98550", + "city": "Hoquiam", + "state": "WA", + "latitude": "47.026913", + "longitude": "-123.917320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98552", + "city": "Humptulips", + "state": "WA", + "latitude": "47.355226", + "longitude": "-123.901890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98554", + "city": "Lebam", + "state": "WA", + "latitude": "46.561375", + "longitude": "-123.547880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98555", + "city": "Lilliwaup", + "state": "WA", + "latitude": "47.521614", + "longitude": "-123.068880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98556", + "city": "Littlerock", + "state": "WA", + "latitude": "46.902376", + "longitude": "-123.017043", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98557", + "city": "Mccleary", + "state": "WA", + "latitude": "47.054419", + "longitude": "-123.273900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98558", + "city": "Mckenna", + "state": "WA", + "latitude": "46.955863", + "longitude": "-122.555850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98559", + "city": "Malone", + "state": "WA", + "latitude": "46.959091", + "longitude": "-123.325950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98560", + "city": "Matlock", + "state": "WA", + "latitude": "47.263320", + "longitude": "-123.430970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98561", + "city": "Menlo", + "state": "WA", + "latitude": "46.514625", + "longitude": "-123.769030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98562", + "city": "Moclips", + "state": "WA", + "latitude": "47.254009", + "longitude": "-124.207890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98563", + "city": "Montesano", + "state": "WA", + "latitude": "47.034615", + "longitude": "-123.603320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98564", + "city": "Mossyrock", + "state": "WA", + "latitude": "46.504940", + "longitude": "-122.486680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98565", + "city": "Napavine", + "state": "WA", + "latitude": "46.580105", + "longitude": "-122.906990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98566", + "city": "Neilton", + "state": "WA", + "latitude": "47.387674", + "longitude": "-123.890317", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98568", + "city": "Oakville", + "state": "WA", + "latitude": "46.840660", + "longitude": "-123.256490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98569", + "city": "Ocean Shores", + "state": "WA", + "latitude": "46.983877", + "longitude": "-124.156070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98570", + "city": "Onalaska", + "state": "WA", + "latitude": "46.593526", + "longitude": "-122.653460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98571", + "city": "Pacific Beach", + "state": "WA", + "latitude": "47.216861", + "longitude": "-124.197400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98572", + "city": "Pe Ell", + "state": "WA", + "latitude": "46.569107", + "longitude": "-123.305780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98575", + "city": "Quinault", + "state": "WA", + "latitude": "47.489864", + "longitude": "-123.810310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98576", + "city": "Rainier", + "state": "WA", + "latitude": "46.871178", + "longitude": "-122.675730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98577", + "city": "Raymond", + "state": "WA", + "latitude": "46.668744", + "longitude": "-123.677080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98579", + "city": "Rochester", + "state": "WA", + "latitude": "46.814438", + "longitude": "-123.086470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98580", + "city": "Roy", + "state": "WA", + "latitude": "46.954282", + "longitude": "-122.487540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98581", + "city": "Ryderwood", + "state": "WA", + "latitude": "46.373347", + "longitude": "-123.053080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98582", + "city": "Salkum", + "state": "WA", + "latitude": "46.513653", + "longitude": "-122.625560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98583", + "city": "Satsop", + "state": "WA", + "latitude": "47.002178", + "longitude": "-123.483596", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98584", + "city": "Shelton", + "state": "WA", + "latitude": "47.224044", + "longitude": "-123.105380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98585", + "city": "Silver Creek", + "state": "WA", + "latitude": "46.528282", + "longitude": "-122.576160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98586", + "city": "South Bend", + "state": "WA", + "latitude": "46.560786", + "longitude": "-123.852140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98587", + "city": "Taholah", + "state": "WA", + "latitude": "47.322510", + "longitude": "-124.258140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98588", + "city": "Tahuya", + "state": "WA", + "latitude": "47.433993", + "longitude": "-123.020780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98589", + "city": "Tenino", + "state": "WA", + "latitude": "46.857968", + "longitude": "-122.832600", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98590", + "city": "Tokeland", + "state": "WA", + "latitude": "46.737458", + "longitude": "-123.981210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98591", + "city": "Toledo", + "state": "WA", + "latitude": "46.433226", + "longitude": "-122.800830", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98592", + "city": "Union", + "state": "WA", + "latitude": "47.331790", + "longitude": "-123.074030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98593", + "city": "Vader", + "state": "WA", + "latitude": "46.405210", + "longitude": "-122.982700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98595", + "city": "Westport", + "state": "WA", + "latitude": "46.887187", + "longitude": "-124.107350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98596", + "city": "Winlock", + "state": "WA", + "latitude": "46.493247", + "longitude": "-122.922620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98597", + "city": "Yelm", + "state": "WA", + "latitude": "46.893352", + "longitude": "-122.567190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98599", + "city": "Olympia", + "state": "WA", + "latitude": "46.978118", + "longitude": "-122.702393", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98601", + "city": "Amboy", + "state": "WA", + "latitude": "45.935656", + "longitude": "-122.437260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98602", + "city": "Appleton", + "state": "WA", + "latitude": "45.844123", + "longitude": "-121.291410", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98603", + "city": "Ariel", + "state": "WA", + "latitude": "46.001752", + "longitude": "-122.456240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98604", + "city": "Battle Ground", + "state": "WA", + "latitude": "45.791345", + "longitude": "-122.517890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98605", + "city": "Bingen", + "state": "WA", + "latitude": "45.719294", + "longitude": "-121.478380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98606", + "city": "Brush Prairie", + "state": "WA", + "latitude": "45.734510", + "longitude": "-122.480340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98607", + "city": "Camas", + "state": "WA", + "latitude": "45.609160", + "longitude": "-122.405470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98609", + "city": "Carrolls", + "state": "WA", + "latitude": "46.071482", + "longitude": "-122.864838", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98610", + "city": "Carson", + "state": "WA", + "latitude": "45.801513", + "longitude": "-121.911470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98611", + "city": "Castle Rock", + "state": "WA", + "latitude": "46.308371", + "longitude": "-122.898700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98612", + "city": "Cathlamet", + "state": "WA", + "latitude": "46.208318", + "longitude": "-123.346240", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98613", + "city": "Centerville", + "state": "WA", + "latitude": "45.722786", + "longitude": "-120.961630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98614", + "city": "Chinook", + "state": "WA", + "latitude": "46.282397", + "longitude": "-123.938440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98616", + "city": "Cougar", + "state": "WA", + "latitude": "46.065170", + "longitude": "-122.294110", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98617", + "city": "Dallesport", + "state": "WA", + "latitude": "45.632051", + "longitude": "-121.168350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98619", + "city": "Glenwood", + "state": "WA", + "latitude": "46.018228", + "longitude": "-121.289040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98620", + "city": "Goldendale", + "state": "WA", + "latitude": "45.846697", + "longitude": "-120.757030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98621", + "city": "Grays River", + "state": "WA", + "latitude": "46.348706", + "longitude": "-123.583070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98622", + "city": "Heisson", + "state": "WA", + "latitude": "45.801586", + "longitude": "-122.520347", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98623", + "city": "Husum", + "state": "WA", + "latitude": "45.807631", + "longitude": "-121.487682", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98624", + "city": "Ilwaco", + "state": "WA", + "latitude": "46.312541", + "longitude": "-124.029680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98625", + "city": "Kalama", + "state": "WA", + "latitude": "46.015873", + "longitude": "-122.797180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98626", + "city": "Kelso", + "state": "WA", + "latitude": "46.150433", + "longitude": "-122.885660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98628", + "city": "Klickitat", + "state": "WA", + "latitude": "45.827860", + "longitude": "-121.098040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98629", + "city": "La Center", + "state": "WA", + "latitude": "45.876800", + "longitude": "-122.621930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98631", + "city": "Long Beach", + "state": "WA", + "latitude": "46.365773", + "longitude": "-124.050220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98632", + "city": "Longview", + "state": "WA", + "latitude": "46.156082", + "longitude": "-122.980430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98635", + "city": "Lyle", + "state": "WA", + "latitude": "45.726451", + "longitude": "-121.197840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98637", + "city": "Nahcotta", + "state": "WA", + "latitude": "46.514625", + "longitude": "-123.769030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98638", + "city": "Naselle", + "state": "WA", + "latitude": "46.370075", + "longitude": "-123.765060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98639", + "city": "North Bonneville", + "state": "WA", + "latitude": "45.650041", + "longitude": "-121.971670", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98640", + "city": "Ocean Park", + "state": "WA", + "latitude": "46.501781", + "longitude": "-124.048010", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98641", + "city": "Oysterville", + "state": "WA", + "latitude": "46.554000", + "longitude": "-124.026260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98642", + "city": "Ridgefield", + "state": "WA", + "latitude": "45.795825", + "longitude": "-122.698040", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98643", + "city": "Rosburg", + "state": "WA", + "latitude": "46.302905", + "longitude": "-123.624730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98644", + "city": "Seaview", + "state": "WA", + "latitude": "46.332077", + "longitude": "-124.055170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98645", + "city": "Silverlake", + "state": "WA", + "latitude": "46.318482", + "longitude": "-122.775700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98647", + "city": "Skamokawa", + "state": "WA", + "latitude": "46.296658", + "longitude": "-123.468280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98648", + "city": "Stevenson", + "state": "WA", + "latitude": "45.669604", + "longitude": "-121.913320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98649", + "city": "Toutle", + "state": "WA", + "latitude": "46.352771", + "longitude": "-122.660540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98650", + "city": "Trout Lake", + "state": "WA", + "latitude": "45.981582", + "longitude": "-121.539500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98651", + "city": "Underwood", + "state": "WA", + "latitude": "45.730656", + "longitude": "-121.575580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98653", + "city": "Lyle", + "state": "WA", + "latitude": "45.694098", + "longitude": "-121.286091", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98655", + "city": "Hazel Dell North", + "state": "WA", + "latitude": "45.678557", + "longitude": "-122.663954", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98660", + "city": "Vancouver", + "state": "WA", + "latitude": "45.652255", + "longitude": "-122.690090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98661", + "city": "Vancouver", + "state": "WA", + "latitude": "45.638730", + "longitude": "-122.628460", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98662", + "city": "Vancouver", + "state": "WA", + "latitude": "45.671806", + "longitude": "-122.578940", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98663", + "city": "Vancouver", + "state": "WA", + "latitude": "45.647667", + "longitude": "-122.661620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98664", + "city": "Vancouver", + "state": "WA", + "latitude": "45.621040", + "longitude": "-122.579470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98665", + "city": "Vancouver", + "state": "WA", + "latitude": "45.681271", + "longitude": "-122.667120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98666", + "city": "Vancouver", + "state": "WA", + "latitude": "45.801586", + "longitude": "-122.520347", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98667", + "city": "Vancouver", + "state": "WA", + "latitude": "45.801586", + "longitude": "-122.520347", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98668", + "city": "Vancouver", + "state": "WA", + "latitude": "45.801586", + "longitude": "-122.520347", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98670", + "city": "Wahkiacus", + "state": "WA", + "latitude": "45.859065", + "longitude": "-121.146150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98671", + "city": "Washougal", + "state": "WA", + "latitude": "45.594465", + "longitude": "-122.281120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98672", + "city": "White Salmon", + "state": "WA", + "latitude": "45.786727", + "longitude": "-121.475230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98673", + "city": "Wishram", + "state": "WA", + "latitude": "45.661878", + "longitude": "-120.949970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98674", + "city": "Woodland", + "state": "WA", + "latitude": "45.928662", + "longitude": "-122.702840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98675", + "city": "Yacolt", + "state": "WA", + "latitude": "45.843674", + "longitude": "-122.392210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98682", + "city": "Vancouver", + "state": "WA", + "latitude": "45.673090", + "longitude": "-122.513190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98683", + "city": "Vancouver", + "state": "WA", + "latitude": "45.604075", + "longitude": "-122.510350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98684", + "city": "Vancouver", + "state": "WA", + "latitude": "45.627459", + "longitude": "-122.520230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98685", + "city": "Vancouver", + "state": "WA", + "latitude": "45.709555", + "longitude": "-122.684730", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98686", + "city": "Vancouver", + "state": "WA", + "latitude": "45.712623", + "longitude": "-122.634190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98687", + "city": "Vancouver", + "state": "WA", + "latitude": "45.801586", + "longitude": "-122.520347", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98731", + "city": "Waller", + "state": "WA", + "latitude": "47.185462", + "longitude": "-122.353089", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98801", + "city": "Wenatchee", + "state": "WA", + "latitude": "47.425497", + "longitude": "-120.328810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98802", + "city": "East Wenatchee", + "state": "WA", + "latitude": "47.436898", + "longitude": "-120.257420", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98807", + "city": "Wenatchee", + "state": "WA", + "latitude": "47.905787", + "longitude": "-120.520211", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98811", + "city": "Ardenvoir", + "state": "WA", + "latitude": "47.737028", + "longitude": "-120.371260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98812", + "city": "Brewster", + "state": "WA", + "latitude": "48.112268", + "longitude": "-119.752030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98813", + "city": "Bridgeport", + "state": "WA", + "latitude": "47.999618", + "longitude": "-119.661290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98814", + "city": "Carlton", + "state": "WA", + "latitude": "48.231421", + "longitude": "-120.120650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98815", + "city": "Cashmere", + "state": "WA", + "latitude": "47.522546", + "longitude": "-120.489660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98816", + "city": "Chelan", + "state": "WA", + "latitude": "47.880774", + "longitude": "-120.083790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98817", + "city": "Chelan Falls", + "state": "WA", + "latitude": "47.799550", + "longitude": "-119.989210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98819", + "city": "Conconully", + "state": "WA", + "latitude": "48.559477", + "longitude": "-119.754740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98821", + "city": "Dryden", + "state": "WA", + "latitude": "47.541723", + "longitude": "-120.561400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98822", + "city": "Entiat", + "state": "WA", + "latitude": "47.782158", + "longitude": "-120.359440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98823", + "city": "Ephrata", + "state": "WA", + "latitude": "47.297368", + "longitude": "-119.571290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98824", + "city": "George", + "state": "WA", + "latitude": "47.079243", + "longitude": "-119.860117", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98826", + "city": "Leavenworth", + "state": "WA", + "latitude": "47.728186", + "longitude": "-120.738740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98827", + "city": "Loomis", + "state": "WA", + "latitude": "48.885618", + "longitude": "-119.689390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98828", + "city": "Malaga", + "state": "WA", + "latitude": "47.333821", + "longitude": "-120.199290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98829", + "city": "Malott", + "state": "WA", + "latitude": "48.267188", + "longitude": "-119.735380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98830", + "city": "Mansfield", + "state": "WA", + "latitude": "47.880616", + "longitude": "-119.544810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98831", + "city": "Manson", + "state": "WA", + "latitude": "47.915227", + "longitude": "-120.129340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98832", + "city": "Marlin", + "state": "WA", + "latitude": "47.290624", + "longitude": "-119.032680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98833", + "city": "Mazama", + "state": "WA", + "latitude": "48.634796", + "longitude": "-120.476810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98834", + "city": "Methow", + "state": "WA", + "latitude": "48.138528", + "longitude": "-120.028510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98836", + "city": "Monitor", + "state": "WA", + "latitude": "47.481133", + "longitude": "-120.413540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98837", + "city": "Moses Lake", + "state": "WA", + "latitude": "47.133606", + "longitude": "-119.284550", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98840", + "city": "Okanogan", + "state": "WA", + "latitude": "48.343356", + "longitude": "-119.576560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98841", + "city": "Omak", + "state": "WA", + "latitude": "48.403174", + "longitude": "-119.390660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98843", + "city": "Orondo", + "state": "WA", + "latitude": "47.745842", + "longitude": "-120.093260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98844", + "city": "Oroville", + "state": "WA", + "latitude": "48.933200", + "longitude": "-119.381690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98845", + "city": "Palisades", + "state": "WA", + "latitude": "47.466573", + "longitude": "-119.820910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98846", + "city": "Pateros", + "state": "WA", + "latitude": "48.039250", + "longitude": "-119.939500", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98847", + "city": "Peshastin", + "state": "WA", + "latitude": "47.552462", + "longitude": "-120.604570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98848", + "city": "Quincy", + "state": "WA", + "latitude": "47.182270", + "longitude": "-119.858680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98849", + "city": "Riverside", + "state": "WA", + "latitude": "48.528793", + "longitude": "-119.452760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98850", + "city": "Rock Island", + "state": "WA", + "latitude": "47.360902", + "longitude": "-120.113380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98851", + "city": "Soap Lake", + "state": "WA", + "latitude": "47.400024", + "longitude": "-119.462400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98852", + "city": "Stehekin", + "state": "WA", + "latitude": "48.494944", + "longitude": "-120.733480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98853", + "city": "Stratford", + "state": "WA", + "latitude": "47.417461", + "longitude": "-119.283120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98855", + "city": "Tonasket", + "state": "WA", + "latitude": "48.689509", + "longitude": "-119.321690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98856", + "city": "Twisp", + "state": "WA", + "latitude": "48.359904", + "longitude": "-120.130510", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98857", + "city": "Warden", + "state": "WA", + "latitude": "46.970666", + "longitude": "-119.067200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98858", + "city": "Waterville", + "state": "WA", + "latitude": "47.632050", + "longitude": "-119.904230", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98859", + "city": "Wauconda", + "state": "WA", + "latitude": "48.810894", + "longitude": "-118.933030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98860", + "city": "Wilson Creek", + "state": "WA", + "latitude": "47.458634", + "longitude": "-119.139210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98862", + "city": "Winthrop", + "state": "WA", + "latitude": "48.488543", + "longitude": "-120.242610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98901", + "city": "Yakima", + "state": "WA", + "latitude": "46.616199", + "longitude": "-120.464810", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98902", + "city": "Yakima", + "state": "WA", + "latitude": "46.595248", + "longitude": "-120.531020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98903", + "city": "Yakima", + "state": "WA", + "latitude": "46.550348", + "longitude": "-120.620970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98904", + "city": "Yakima", + "state": "WA", + "latitude": "46.564510", + "longitude": "-120.694658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98907", + "city": "Yakima", + "state": "WA", + "latitude": "46.628757", + "longitude": "-120.573967", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98908", + "city": "Yakima", + "state": "WA", + "latitude": "46.605303", + "longitude": "-120.617620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98909", + "city": "Yakima", + "state": "WA", + "latitude": "46.637538", + "longitude": "-120.794978", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98920", + "city": "Brownstown", + "state": "WA", + "latitude": "46.564510", + "longitude": "-120.694658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98921", + "city": "Buena", + "state": "WA", + "latitude": "46.421218", + "longitude": "-120.315141", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98922", + "city": "Cle Elum", + "state": "WA", + "latitude": "47.193770", + "longitude": "-120.917330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98923", + "city": "Cowiche", + "state": "WA", + "latitude": "46.662006", + "longitude": "-120.715580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98925", + "city": "Easton", + "state": "WA", + "latitude": "47.304200", + "longitude": "-121.248490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98926", + "city": "Ellensburg", + "state": "WA", + "latitude": "47.009726", + "longitude": "-120.523640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98929", + "city": "Goose Prairie", + "state": "WA", + "latitude": "46.915735", + "longitude": "-121.241591", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98930", + "city": "Grandview", + "state": "WA", + "latitude": "46.260129", + "longitude": "-119.906140", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98932", + "city": "Granger", + "state": "WA", + "latitude": "46.345166", + "longitude": "-120.184300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98933", + "city": "Harrah", + "state": "WA", + "latitude": "46.406875", + "longitude": "-120.624210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98934", + "city": "Kittitas", + "state": "WA", + "latitude": "46.984565", + "longitude": "-120.417820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98935", + "city": "Mabton", + "state": "WA", + "latitude": "46.177732", + "longitude": "-120.029660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98936", + "city": "Moxee", + "state": "WA", + "latitude": "46.540842", + "longitude": "-120.333220", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98937", + "city": "Naches", + "state": "WA", + "latitude": "46.712070", + "longitude": "-120.970970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98938", + "city": "Outlook", + "state": "WA", + "latitude": "46.364164", + "longitude": "-120.098710", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98939", + "city": "Parker", + "state": "WA", + "latitude": "46.564510", + "longitude": "-120.694658", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98940", + "city": "Ronald", + "state": "WA", + "latitude": "47.333940", + "longitude": "-121.029790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98941", + "city": "Roslyn", + "state": "WA", + "latitude": "47.224876", + "longitude": "-120.992860", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98942", + "city": "Selah", + "state": "WA", + "latitude": "46.726395", + "longitude": "-120.569970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98943", + "city": "South Cle Elum", + "state": "WA", + "latitude": "47.186592", + "longitude": "-120.955030", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98944", + "city": "Sunnyside", + "state": "WA", + "latitude": "46.342102", + "longitude": "-119.990000", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98946", + "city": "Thorp", + "state": "WA", + "latitude": "47.087352", + "longitude": "-120.712320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98947", + "city": "Tieton", + "state": "WA", + "latitude": "46.707735", + "longitude": "-120.757130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98948", + "city": "Toppenish", + "state": "WA", + "latitude": "46.356530", + "longitude": "-120.334620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98950", + "city": "Vantage", + "state": "WA", + "latitude": "46.880413", + "longitude": "-119.989390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98951", + "city": "Wapato", + "state": "WA", + "latitude": "46.457731", + "longitude": "-120.467210", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98952", + "city": "White Swan", + "state": "WA", + "latitude": "46.377579", + "longitude": "-120.714400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98953", + "city": "Zillah", + "state": "WA", + "latitude": "46.418933", + "longitude": "-120.266990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "98991", + "city": "Roslyn", + "state": "WA", + "latitude": "47.221837", + "longitude": "-120.993126", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99001", + "city": "Airway Heights", + "state": "WA", + "latitude": "47.642922", + "longitude": "-117.591490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99003", + "city": "Chattaroy", + "state": "WA", + "latitude": "47.921687", + "longitude": "-117.293780", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99004", + "city": "Cheney", + "state": "WA", + "latitude": "47.466974", + "longitude": "-117.605750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99005", + "city": "Colbert", + "state": "WA", + "latitude": "47.844289", + "longitude": "-117.372740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99006", + "city": "Deer Park", + "state": "WA", + "latitude": "47.966471", + "longitude": "-117.481450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99008", + "city": "Edwall", + "state": "WA", + "latitude": "47.505050", + "longitude": "-117.934320", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99009", + "city": "Elk", + "state": "WA", + "latitude": "48.041663", + "longitude": "-117.248910", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99011", + "city": "Fairchild Air Force Base", + "state": "WA", + "latitude": "47.595572", + "longitude": "-117.673440", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99012", + "city": "Fairfield", + "state": "WA", + "latitude": "47.383651", + "longitude": "-117.185680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99013", + "city": "Ford", + "state": "WA", + "latitude": "47.889348", + "longitude": "-117.823250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99014", + "city": "Four Lakes", + "state": "WA", + "latitude": "47.559880", + "longitude": "-117.595751", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99015", + "city": "Freeman", + "state": "WA", + "latitude": "47.653568", + "longitude": "-117.431742", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99016", + "city": "Greenacres", + "state": "WA", + "latitude": "47.648693", + "longitude": "-117.151160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99017", + "city": "Lamont", + "state": "WA", + "latitude": "47.197445", + "longitude": "-117.855580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99018", + "city": "Latah", + "state": "WA", + "latitude": "47.277842", + "longitude": "-117.136390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99019", + "city": "Liberty Lake", + "state": "WA", + "latitude": "47.656171", + "longitude": "-117.086280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99020", + "city": "Marshall", + "state": "WA", + "latitude": "47.563191", + "longitude": "-117.495900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99021", + "city": "Mead", + "state": "WA", + "latitude": "47.811080", + "longitude": "-117.223060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99022", + "city": "Medical Lake", + "state": "WA", + "latitude": "47.583754", + "longitude": "-117.688120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99023", + "city": "Mica", + "state": "WA", + "latitude": "47.554592", + "longitude": "-117.183520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99025", + "city": "Newman Lake", + "state": "WA", + "latitude": "47.751434", + "longitude": "-117.069340", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99026", + "city": "Nine Mile Falls", + "state": "WA", + "latitude": "47.801194", + "longitude": "-117.593250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99027", + "city": "Otis Orchards", + "state": "WA", + "latitude": "47.703698", + "longitude": "-117.120070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99029", + "city": "Reardan", + "state": "WA", + "latitude": "47.693129", + "longitude": "-117.861640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99030", + "city": "Rockford", + "state": "WA", + "latitude": "47.463725", + "longitude": "-117.113190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99031", + "city": "Spangle", + "state": "WA", + "latitude": "47.432691", + "longitude": "-117.374490", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99032", + "city": "Sprague", + "state": "WA", + "latitude": "47.273264", + "longitude": "-117.990820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99033", + "city": "Tekoa", + "state": "WA", + "latitude": "47.222328", + "longitude": "-117.081330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99034", + "city": "Tumtum", + "state": "WA", + "latitude": "47.858074", + "longitude": "-117.745820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99036", + "city": "Valleyford", + "state": "WA", + "latitude": "47.525070", + "longitude": "-117.270540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99037", + "city": "Veradale", + "state": "WA", + "latitude": "47.643346", + "longitude": "-117.199930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99039", + "city": "Waverly", + "state": "WA", + "latitude": "47.329704", + "longitude": "-117.244981", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99040", + "city": "Wellpinit", + "state": "WA", + "latitude": "47.863857", + "longitude": "-118.036610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99066", + "city": "Deer Park", + "state": "WA", + "latitude": "47.951939", + "longitude": "-117.472694", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99101", + "city": "Addy", + "state": "WA", + "latitude": "48.305861", + "longitude": "-117.943180", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99102", + "city": "Albion", + "state": "WA", + "latitude": "46.793604", + "longitude": "-117.252080", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99103", + "city": "Almira", + "state": "WA", + "latitude": "47.721863", + "longitude": "-118.955540", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99104", + "city": "Belmont", + "state": "WA", + "latitude": "47.079345", + "longitude": "-117.176954", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99105", + "city": "Benge", + "state": "WA", + "latitude": "46.866805", + "longitude": "-118.132470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99107", + "city": "Boyds", + "state": "WA", + "latitude": "48.842690", + "longitude": "-118.182764", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99109", + "city": "Chewelah", + "state": "WA", + "latitude": "48.269784", + "longitude": "-117.734370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99110", + "city": "Clayton", + "state": "WA", + "latitude": "48.012084", + "longitude": "-117.573060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99111", + "city": "Colfax", + "state": "WA", + "latitude": "46.875136", + "longitude": "-117.409200", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99113", + "city": "Colton", + "state": "WA", + "latitude": "46.577614", + "longitude": "-117.161330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99114", + "city": "Colville", + "state": "WA", + "latitude": "48.658512", + "longitude": "-117.767100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99115", + "city": "Coulee City", + "state": "WA", + "latitude": "47.646132", + "longitude": "-119.382700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99116", + "city": "Coulee Dam", + "state": "WA", + "latitude": "47.995847", + "longitude": "-118.958620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99117", + "city": "Creston", + "state": "WA", + "latitude": "47.757764", + "longitude": "-118.493430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99118", + "city": "Curlew", + "state": "WA", + "latitude": "48.890892", + "longitude": "-118.644750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99119", + "city": "Cusick", + "state": "WA", + "latitude": "48.504786", + "longitude": "-117.316890", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99121", + "city": "Danville", + "state": "WA", + "latitude": "48.977629", + "longitude": "-118.514570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99122", + "city": "Davenport", + "state": "WA", + "latitude": "47.671143", + "longitude": "-118.189380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99123", + "city": "Electric City", + "state": "WA", + "latitude": "47.907923", + "longitude": "-119.065310", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99124", + "city": "Elmer City", + "state": "WA", + "latitude": "47.998468", + "longitude": "-118.952480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99125", + "city": "Endicott", + "state": "WA", + "latitude": "46.941628", + "longitude": "-117.729300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99126", + "city": "Evans", + "state": "WA", + "latitude": "48.733324", + "longitude": "-117.973480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99127", + "city": "Saint John", + "state": "WA", + "latitude": "46.838747", + "longitude": "-117.644337", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99128", + "city": "Farmington", + "state": "ID", + "latitude": "47.091551", + "longitude": "-116.991580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99129", + "city": "Fruitland", + "state": "WA", + "latitude": "48.003202", + "longitude": "-118.213390", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99130", + "city": "Garfield", + "state": "WA", + "latitude": "46.983768", + "longitude": "-117.195970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99131", + "city": "Gifford", + "state": "WA", + "latitude": "48.290089", + "longitude": "-118.093260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99133", + "city": "Grand Coulee", + "state": "WA", + "latitude": "47.947097", + "longitude": "-119.007130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99134", + "city": "Harrington", + "state": "WA", + "latitude": "47.460312", + "longitude": "-118.382580", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99135", + "city": "Hartline", + "state": "WA", + "latitude": "47.641983", + "longitude": "-119.088970", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99136", + "city": "Hay", + "state": "WA", + "latitude": "46.669207", + "longitude": "-117.960150", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99137", + "city": "Hunters", + "state": "WA", + "latitude": "48.174649", + "longitude": "-118.113610", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99138", + "city": "Inchelium", + "state": "WA", + "latitude": "48.207661", + "longitude": "-118.297900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99139", + "city": "Ione", + "state": "WA", + "latitude": "48.736168", + "longitude": "-117.411100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99140", + "city": "Keller", + "state": "WA", + "latitude": "48.080515", + "longitude": "-118.694980", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99141", + "city": "Kettle Falls", + "state": "WA", + "latitude": "48.690209", + "longitude": "-118.100450", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99143", + "city": "Lacrosse", + "state": "WA", + "latitude": "46.792982", + "longitude": "-117.913130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99144", + "city": "Lamona", + "state": "WA", + "latitude": "47.608940", + "longitude": "-118.399551", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99146", + "city": "Laurier", + "state": "WA", + "latitude": "48.928160", + "longitude": "-118.289700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99147", + "city": "Lincoln", + "state": "WA", + "latitude": "47.608940", + "longitude": "-118.399551", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99148", + "city": "Loon Lake", + "state": "WA", + "latitude": "48.102048", + "longitude": "-117.601300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99149", + "city": "Malden", + "state": "WA", + "latitude": "47.227436", + "longitude": "-117.473640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99150", + "city": "Malo", + "state": "WA", + "latitude": "48.810879", + "longitude": "-118.590880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99151", + "city": "Marcus", + "state": "WA", + "latitude": "48.664206", + "longitude": "-118.064170", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99152", + "city": "Metaline", + "state": "WA", + "latitude": "48.858688", + "longitude": "-117.391060", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99153", + "city": "Metaline Falls", + "state": "WA", + "latitude": "48.858518", + "longitude": "-117.298330", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99154", + "city": "Mohler", + "state": "WA", + "latitude": "47.376884", + "longitude": "-118.379900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99155", + "city": "Nespelem", + "state": "WA", + "latitude": "48.172660", + "longitude": "-119.001260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99156", + "city": "Newport", + "state": "WA", + "latitude": "48.159752", + "longitude": "-117.169840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99157", + "city": "Northport", + "state": "WA", + "latitude": "48.897876", + "longitude": "-117.816470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99158", + "city": "Oakesdale", + "state": "WA", + "latitude": "47.136249", + "longitude": "-117.254630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99159", + "city": "Odessa", + "state": "WA", + "latitude": "47.338736", + "longitude": "-118.702350", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99160", + "city": "Orient", + "state": "WA", + "latitude": "48.864070", + "longitude": "-118.205570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99161", + "city": "Palouse", + "state": "WA", + "latitude": "46.905132", + "longitude": "-117.105750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99163", + "city": "Pullman", + "state": "WA", + "latitude": "46.732705", + "longitude": "-117.186480", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99164", + "city": "Pullman", + "state": "WA", + "latitude": "46.838747", + "longitude": "-117.644337", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99165", + "city": "Pullman", + "state": "WA", + "latitude": "46.838747", + "longitude": "-117.644337", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99166", + "city": "Republic", + "state": "WA", + "latitude": "48.657684", + "longitude": "-118.726470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99167", + "city": "Rice", + "state": "WA", + "latitude": "48.406582", + "longitude": "-118.110290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99169", + "city": "Ritzville", + "state": "WA", + "latitude": "47.107228", + "longitude": "-118.431360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99170", + "city": "Rosalia", + "state": "WA", + "latitude": "47.240334", + "longitude": "-117.373650", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99171", + "city": "Saint John", + "state": "WA", + "latitude": "47.116530", + "longitude": "-117.639380", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99173", + "city": "Springdale", + "state": "WA", + "latitude": "48.030848", + "longitude": "-117.795630", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99174", + "city": "Steptoe", + "state": "WA", + "latitude": "46.838747", + "longitude": "-117.644337", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99176", + "city": "Thornton", + "state": "WA", + "latitude": "47.117965", + "longitude": "-117.410470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99179", + "city": "Uniontown", + "state": "WA", + "latitude": "46.516794", + "longitude": "-117.082020", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99180", + "city": "Usk", + "state": "WA", + "latitude": "48.295497", + "longitude": "-117.292360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99181", + "city": "Valley", + "state": "WA", + "latitude": "48.144634", + "longitude": "-117.745640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99185", + "city": "Wilbur", + "state": "WA", + "latitude": "47.756616", + "longitude": "-118.706280", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99201", + "city": "Spokane", + "state": "WA", + "latitude": "47.663945", + "longitude": "-117.431850", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99202", + "city": "Spokane", + "state": "WA", + "latitude": "47.656692", + "longitude": "-117.378990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99203", + "city": "Spokane", + "state": "WA", + "latitude": "47.629091", + "longitude": "-117.406360", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99204", + "city": "Spokane", + "state": "WA", + "latitude": "47.648941", + "longitude": "-117.431740", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99205", + "city": "Spokane", + "state": "WA", + "latitude": "47.693990", + "longitude": "-117.439790", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99206", + "city": "Spokane", + "state": "WA", + "latitude": "47.646994", + "longitude": "-117.259120", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99207", + "city": "Spokane", + "state": "WA", + "latitude": "47.693741", + "longitude": "-117.388290", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99208", + "city": "Spokane", + "state": "WA", + "latitude": "47.740491", + "longitude": "-117.439160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99209", + "city": "Spokane", + "state": "WA", + "latitude": "47.646148", + "longitude": "-117.793734", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99210", + "city": "Spokane", + "state": "WA", + "latitude": "47.653568", + "longitude": "-117.431742", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99211", + "city": "Spokane", + "state": "WA", + "latitude": "47.653568", + "longitude": "-117.431742", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99212", + "city": "Spokane", + "state": "WA", + "latitude": "47.668926", + "longitude": "-117.306680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99213", + "city": "Spokane", + "state": "WA", + "latitude": "47.656726", + "longitude": "-117.282483", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99214", + "city": "Spokane", + "state": "WA", + "latitude": "47.653568", + "longitude": "-117.431742", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99215", + "city": "Spokane", + "state": "WA", + "latitude": "47.653568", + "longitude": "-117.431742", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99216", + "city": "Spokane", + "state": "WA", + "latitude": "47.665819", + "longitude": "-117.216990", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99217", + "city": "Spokane", + "state": "WA", + "latitude": "47.707542", + "longitude": "-117.337760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99218", + "city": "Spokane", + "state": "WA", + "latitude": "47.751674", + "longitude": "-117.412400", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99219", + "city": "Spokane", + "state": "WA", + "latitude": "47.653568", + "longitude": "-117.431742", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99220", + "city": "Spokane", + "state": "WA", + "latitude": "47.653568", + "longitude": "-117.431742", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99223", + "city": "Spokane", + "state": "WA", + "latitude": "47.614744", + "longitude": "-117.358920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99224", + "city": "Spokane", + "state": "WA", + "latitude": "47.632573", + "longitude": "-117.493260", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99228", + "city": "Spokane", + "state": "WA", + "latitude": "47.653568", + "longitude": "-117.431742", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99251", + "city": "Spokane", + "state": "WA", + "latitude": "47.653568", + "longitude": "-117.431742", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99252", + "city": "Spokane", + "state": "WA", + "latitude": "47.653568", + "longitude": "-117.431742", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99256", + "city": "Spokane", + "state": "WA", + "latitude": "47.653568", + "longitude": "-117.431742", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99258", + "city": "Spokane", + "state": "WA", + "latitude": "47.653568", + "longitude": "-117.431742", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99260", + "city": "Spokane", + "state": "WA", + "latitude": "47.653568", + "longitude": "-117.431742", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99299", + "city": "Spokane", + "state": "WA", + "latitude": "47.653568", + "longitude": "-117.431742", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99301", + "city": "Pasco", + "state": "WA", + "latitude": "46.270249", + "longitude": "-119.094620", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99302", + "city": "Pasco", + "state": "WA", + "latitude": "46.234957", + "longitude": "-119.094271", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99309", + "city": "Mattawa", + "state": "WA", + "latitude": "46.731046", + "longitude": "-119.901931", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99319", + "city": "Desert Aire", + "state": "WA", + "latitude": "46.680390", + "longitude": "-119.911288", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99320", + "city": "Benton City", + "state": "WA", + "latitude": "46.263399", + "longitude": "-119.479090", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99321", + "city": "Beverly", + "state": "WA", + "latitude": "46.834349", + "longitude": "-119.930880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99322", + "city": "Bickleton", + "state": "WA", + "latitude": "45.963054", + "longitude": "-120.255470", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99323", + "city": "Burbank", + "state": "WA", + "latitude": "46.191158", + "longitude": "-118.879870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99324", + "city": "College Place", + "state": "WA", + "latitude": "46.044936", + "longitude": "-118.384660", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99326", + "city": "Connell", + "state": "WA", + "latitude": "46.675704", + "longitude": "-118.882300", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99327", + "city": "Cunningham", + "state": "WA", + "latitude": "46.828931", + "longitude": "-118.829153", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99328", + "city": "Dayton", + "state": "WA", + "latitude": "46.319087", + "longitude": "-117.968870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99329", + "city": "Dixie", + "state": "WA", + "latitude": "46.138753", + "longitude": "-118.153250", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99330", + "city": "Eltopia", + "state": "WA", + "latitude": "46.467186", + "longitude": "-119.068880", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99332", + "city": "Hatton", + "state": "WA", + "latitude": "46.776386", + "longitude": "-118.828920", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99333", + "city": "Hooper", + "state": "WA", + "latitude": "46.838747", + "longitude": "-117.644337", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99335", + "city": "Kahlotus", + "state": "WA", + "latitude": "46.648121", + "longitude": "-118.556520", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99336", + "city": "Kennewick", + "state": "WA", + "latitude": "46.210957", + "longitude": "-119.163690", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99337", + "city": "Kennewick", + "state": "WA", + "latitude": "46.169982", + "longitude": "-119.104560", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99338", + "city": "Kennewick", + "state": "WA", + "latitude": "46.192356", + "longitude": "-119.239820", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99341", + "city": "Lind", + "state": "WA", + "latitude": "46.912194", + "longitude": "-118.636760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99343", + "city": "Mesa", + "state": "WA", + "latitude": "46.581454", + "longitude": "-119.121070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99344", + "city": "Othello", + "state": "WA", + "latitude": "46.843397", + "longitude": "-119.174430", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99345", + "city": "Paterson", + "state": "WA", + "latitude": "45.922025", + "longitude": "-119.676870", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99346", + "city": "Plymouth", + "state": "WA", + "latitude": "45.960734", + "longitude": "-119.356370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99347", + "city": "Pomeroy", + "state": "WA", + "latitude": "46.447540", + "longitude": "-117.572950", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99348", + "city": "Prescott", + "state": "WA", + "latitude": "46.408852", + "longitude": "-118.448760", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99349", + "city": "Mattawa", + "state": "WA", + "latitude": "46.726526", + "longitude": "-119.885700", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99350", + "city": "Prosser", + "state": "WA", + "latitude": "46.208571", + "longitude": "-119.745070", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99352", + "city": "Richland", + "state": "WA", + "latitude": "46.279657", + "longitude": "-119.281370", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99353", + "city": "West Richland", + "state": "WA", + "latitude": "46.297139", + "longitude": "-119.354570", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99356", + "city": "Roosevelt", + "state": "WA", + "latitude": "45.816528", + "longitude": "-120.283720", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99357", + "city": "Royal City", + "state": "WA", + "latitude": "46.922079", + "longitude": "-119.671750", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99359", + "city": "Starbuck", + "state": "WA", + "latitude": "46.523206", + "longitude": "-118.193930", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99360", + "city": "Touchet", + "state": "WA", + "latitude": "46.059286", + "longitude": "-118.672640", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99361", + "city": "Waitsburg", + "state": "WA", + "latitude": "46.209202", + "longitude": "-118.158840", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99362", + "city": "Walla Walla", + "state": "OR", + "latitude": "45.986775", + "longitude": "-118.079190", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99363", + "city": "Wallula", + "state": "WA", + "latitude": "46.059013", + "longitude": "-118.884680", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99371", + "city": "Washtucna", + "state": "WA", + "latitude": "46.782783", + "longitude": "-118.286900", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99401", + "city": "Anatone", + "state": "WA", + "latitude": "46.086657", + "longitude": "-117.249100", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99402", + "city": "Asotin", + "state": "WA", + "latitude": "46.230508", + "longitude": "-117.129160", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99403", + "city": "Clarkston", + "state": "WA", + "latitude": "46.400365", + "longitude": "-117.083130", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99501", + "city": "Anchorage", + "state": "AK", + "latitude": "61.216799", + "longitude": "-149.878280", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99502", + "city": "Anchorage", + "state": "AK", + "latitude": "61.153693", + "longitude": "-149.959320", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99503", + "city": "Anchorage", + "state": "AK", + "latitude": "61.190260", + "longitude": "-149.893410", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99504", + "city": "Anchorage", + "state": "AK", + "latitude": "61.204466", + "longitude": "-149.746330", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99505", + "city": "Fort Richardson", + "state": "AK", + "latitude": "61.261518", + "longitude": "-149.663360", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99506", + "city": "Elmendorf AFB", + "state": "AK", + "latitude": "61.224384", + "longitude": "-149.774610", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99507", + "city": "Anchorage", + "state": "AK", + "latitude": "61.154834", + "longitude": "-149.828650", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99508", + "city": "Anchorage", + "state": "AK", + "latitude": "61.203953", + "longitude": "-149.814400", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99509", + "city": "Anchorage", + "state": "AK", + "latitude": "61.108864", + "longitude": "-149.440311", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99510", + "city": "Anchorage", + "state": "AK", + "latitude": "61.144568", + "longitude": "-149.878418", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99511", + "city": "Anchorage", + "state": "AK", + "latitude": "61.068324", + "longitude": "-149.800476", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99512", + "city": "Anchorage", + "state": "AK", + "latitude": "61.203954", + "longitude": "-149.808426", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99513", + "city": "Anchorage", + "state": "AK", + "latitude": "61.214877", + "longitude": "-149.886170", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99514", + "city": "Anchorage", + "state": "AK", + "latitude": "61.108864", + "longitude": "-149.440311", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99515", + "city": "Anchorage", + "state": "AK", + "latitude": "61.122943", + "longitude": "-149.888520", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99516", + "city": "Anchorage", + "state": "AK", + "latitude": "61.101142", + "longitude": "-149.773110", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99517", + "city": "Anchorage", + "state": "AK", + "latitude": "61.188276", + "longitude": "-149.934380", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99518", + "city": "Anchorage", + "state": "AK", + "latitude": "61.156565", + "longitude": "-149.883350", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99519", + "city": "Anchorage", + "state": "AK", + "latitude": "61.108864", + "longitude": "-149.440311", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99520", + "city": "Anchorage", + "state": "AK", + "latitude": "61.108864", + "longitude": "-149.440311", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99521", + "city": "Anchorage", + "state": "AK", + "latitude": "61.108864", + "longitude": "-149.440311", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99522", + "city": "Anchorage", + "state": "AK", + "latitude": "61.108864", + "longitude": "-149.440311", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99523", + "city": "Anchorage", + "state": "AK", + "latitude": "61.108864", + "longitude": "-149.440311", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99524", + "city": "Anchorage", + "state": "AK", + "latitude": "61.108864", + "longitude": "-149.440311", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99536", + "city": "Kennewick", + "state": "WA", + "latitude": "46.216706", + "longitude": "-119.160173", + "timezone": "-8", + "dst": "1" + }, + { + "zip": "99540", + "city": "Indian", + "state": "AK", + "latitude": "60.973454", + "longitude": "-149.458300", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99546", + "city": "Adak", + "state": "AK", + "latitude": "51.879570", + "longitude": "-176.636750", + "timezone": "-10", + "dst": "1" + }, + { + "zip": "99547", + "city": "Atka", + "state": "AK", + "latitude": "52.227555", + "longitude": "-174.196280", + "timezone": "-10", + "dst": "1" + }, + { + "zip": "99548", + "city": "Chignik Lake", + "state": "AK", + "latitude": "56.252156", + "longitude": "-158.746380", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99549", + "city": "Port Heiden", + "state": "AK", + "latitude": "56.946256", + "longitude": "-158.628320", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99550", + "city": "Port Lions", + "state": "AK", + "latitude": "57.867089", + "longitude": "-152.885680", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99551", + "city": "Akiachak", + "state": "AK", + "latitude": "60.889810", + "longitude": "-161.423930", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99552", + "city": "Akiak", + "state": "AK", + "latitude": "60.911865", + "longitude": "-161.225770", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99553", + "city": "Akutan", + "state": "AK", + "latitude": "54.098693", + "longitude": "-165.881760", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99554", + "city": "Alakanuk", + "state": "AK", + "latitude": "62.683391", + "longitude": "-164.654550", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99555", + "city": "Aleknagik", + "state": "AK", + "latitude": "59.269535", + "longitude": "-158.624580", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99556", + "city": "Anchor Point", + "state": "AK", + "latitude": "59.798363", + "longitude": "-151.735660", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99557", + "city": "Aniak", + "state": "AK", + "latitude": "61.570981", + "longitude": "-158.880720", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99558", + "city": "Anvik", + "state": "AK", + "latitude": "62.632905", + "longitude": "-160.213360", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99559", + "city": "Bethel", + "state": "AK", + "latitude": "60.766603", + "longitude": "-161.880060", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99561", + "city": "Chefornak", + "state": "AK", + "latitude": "60.143735", + "longitude": "-164.252830", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99563", + "city": "Chevak", + "state": "AK", + "latitude": "61.527953", + "longitude": "-165.570290", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99564", + "city": "Chignik", + "state": "AK", + "latitude": "56.298297", + "longitude": "-158.404400", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99565", + "city": "Chignik Lagoon", + "state": "AK", + "latitude": "56.307535", + "longitude": "-158.535020", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99566", + "city": "Chitina", + "state": "AK", + "latitude": "61.555701", + "longitude": "-144.142330", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99567", + "city": "Chugiak", + "state": "AK", + "latitude": "61.413717", + "longitude": "-149.426440", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99568", + "city": "Clam Gulch", + "state": "AK", + "latitude": "60.234580", + "longitude": "-151.393400", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99569", + "city": "Clarks Point", + "state": "AK", + "latitude": "58.832560", + "longitude": "-158.552540", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99571", + "city": "Cold Bay", + "state": "AK", + "latitude": "55.315003", + "longitude": "-162.634000", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99572", + "city": "Cooper Landing", + "state": "AK", + "latitude": "60.484146", + "longitude": "-149.781530", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99573", + "city": "Copper Center", + "state": "AK", + "latitude": "61.832347", + "longitude": "-145.230800", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99574", + "city": "Cordova", + "state": "AK", + "latitude": "60.474512", + "longitude": "-145.402560", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99575", + "city": "Crooked Creek", + "state": "AK", + "latitude": "61.859821", + "longitude": "-158.128880", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99576", + "city": "Dillingham", + "state": "AK", + "latitude": "59.068709", + "longitude": "-158.444070", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99577", + "city": "Eagle River", + "state": "AK", + "latitude": "61.310222", + "longitude": "-149.516890", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99578", + "city": "Eek", + "state": "AK", + "latitude": "60.214239", + "longitude": "-162.037990", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99579", + "city": "Egegik", + "state": "AK", + "latitude": "58.217621", + "longitude": "-157.348410", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99580", + "city": "Ekwok", + "state": "AK", + "latitude": "59.360233", + "longitude": "-157.483800", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99581", + "city": "Emmonak", + "state": "AK", + "latitude": "62.729019", + "longitude": "-164.299170", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99583", + "city": "False Pass", + "state": "AK", + "latitude": "54.849999", + "longitude": "-163.420110", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99584", + "city": "Flat", + "state": "AK", + "latitude": "65.226375", + "longitude": "-151.025085", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99585", + "city": "Marshall", + "state": "AK", + "latitude": "61.878073", + "longitude": "-162.084810", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99586", + "city": "Gakona", + "state": "AK", + "latitude": "62.667589", + "longitude": "-144.490590", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99587", + "city": "Girdwood", + "state": "AK", + "latitude": "60.952049", + "longitude": "-149.083800", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99588", + "city": "Glennallen", + "state": "AK", + "latitude": "62.120420", + "longitude": "-145.585920", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99589", + "city": "Goodnews Bay", + "state": "AK", + "latitude": "59.125873", + "longitude": "-161.599990", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99590", + "city": "Grayling", + "state": "AK", + "latitude": "62.908130", + "longitude": "-160.066750", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99591", + "city": "Saint George Island", + "state": "AK", + "latitude": "56.605546", + "longitude": "-169.559580", + "timezone": "-10", + "dst": "1" + }, + { + "zip": "99599", + "city": "Anchorage", + "state": "AK", + "latitude": "61.187188", + "longitude": "-149.880393", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99602", + "city": "Holy Cross", + "state": "AK", + "latitude": "62.198048", + "longitude": "-159.773410", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99603", + "city": "Homer", + "state": "AK", + "latitude": "59.665074", + "longitude": "-151.449300", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99604", + "city": "Hooper Bay", + "state": "AK", + "latitude": "61.528980", + "longitude": "-166.096190", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99605", + "city": "Hope", + "state": "AK", + "latitude": "60.911003", + "longitude": "-149.627080", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99606", + "city": "Iliamna", + "state": "AK", + "latitude": "59.748806", + "longitude": "-154.812400", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99607", + "city": "Kalskag", + "state": "AK", + "latitude": "61.535511", + "longitude": "-160.301650", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99608", + "city": "Karluk", + "state": "AK", + "latitude": "57.578081", + "longitude": "-154.362550", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99609", + "city": "Kasigluk", + "state": "AK", + "latitude": "60.873178", + "longitude": "-162.519600", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99610", + "city": "Kasilof", + "state": "AK", + "latitude": "60.318451", + "longitude": "-151.289480", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99611", + "city": "Kenai", + "state": "AK", + "latitude": "60.587598", + "longitude": "-151.233550", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99612", + "city": "King Cove", + "state": "AK", + "latitude": "55.063736", + "longitude": "-162.312400", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99613", + "city": "King Salmon", + "state": "AK", + "latitude": "58.687446", + "longitude": "-156.640070", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99614", + "city": "Kipnuk", + "state": "AK", + "latitude": "59.937619", + "longitude": "-164.043920", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99615", + "city": "Kodiak", + "state": "AK", + "latitude": "57.746630", + "longitude": "-152.511420", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99619", + "city": "Kodiak", + "state": "AK", + "latitude": "58.268704", + "longitude": "-155.797078", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99620", + "city": "Kotlik", + "state": "AK", + "latitude": "62.945434", + "longitude": "-163.761420", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99621", + "city": "Kwethluk", + "state": "AK", + "latitude": "60.810509", + "longitude": "-161.421900", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99622", + "city": "Kwigillingok", + "state": "AK", + "latitude": "59.870295", + "longitude": "-163.167520", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99624", + "city": "Larsen Bay", + "state": "AK", + "latitude": "57.529161", + "longitude": "-154.002860", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99625", + "city": "Levelock", + "state": "AK", + "latitude": "59.116273", + "longitude": "-156.848020", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99626", + "city": "Lower Kalskag", + "state": "AK", + "latitude": "61.518175", + "longitude": "-160.370190", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99627", + "city": "McGrath", + "state": "AK", + "latitude": "62.949140", + "longitude": "-155.572650", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99628", + "city": "Manokotak", + "state": "AK", + "latitude": "58.981087", + "longitude": "-159.055800", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99630", + "city": "Mekoryuk", + "state": "AK", + "latitude": "60.364246", + "longitude": "-166.286010", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99631", + "city": "Moose Pass", + "state": "AK", + "latitude": "60.499602", + "longitude": "-149.402470", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99632", + "city": "Mountain Village", + "state": "AK", + "latitude": "62.090075", + "longitude": "-163.723930", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99633", + "city": "Naknek", + "state": "AK", + "latitude": "58.745436", + "longitude": "-156.953310", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99634", + "city": "Napakiak", + "state": "AK", + "latitude": "60.695049", + "longitude": "-161.990900", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99635", + "city": "Nikiski", + "state": "AK", + "latitude": "60.784804", + "longitude": "-151.064730", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99636", + "city": "New Stuyahok", + "state": "AK", + "latitude": "59.452339", + "longitude": "-157.313680", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99637", + "city": "Toksook Bay", + "state": "AK", + "latitude": "60.532936", + "longitude": "-165.105290", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99638", + "city": "Nikolski", + "state": "AK", + "latitude": "52.785684", + "longitude": "-169.194690", + "timezone": "-10", + "dst": "1" + }, + { + "zip": "99639", + "city": "Ninilchik", + "state": "AK", + "latitude": "59.992821", + "longitude": "-151.541940", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99640", + "city": "Nondalton", + "state": "AK", + "latitude": "59.971286", + "longitude": "-154.850080", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99641", + "city": "Nunapitchuk", + "state": "AK", + "latitude": "60.898967", + "longitude": "-162.437120", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99643", + "city": "Old Harbor", + "state": "AK", + "latitude": "57.199260", + "longitude": "-153.304380", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99644", + "city": "Ouzinkie", + "state": "AK", + "latitude": "57.929664", + "longitude": "-152.460850", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99645", + "city": "Palmer", + "state": "AK", + "latitude": "61.598203", + "longitude": "-149.041090", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99646", + "city": "Palmer", + "state": "AK", + "latitude": "61.586896", + "longitude": "-149.094699", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99647", + "city": "Pedro Bay", + "state": "AK", + "latitude": "59.781241", + "longitude": "-154.108330", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99648", + "city": "Perryville", + "state": "AK", + "latitude": "55.910760", + "longitude": "-159.155910", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99649", + "city": "Pilot Point", + "state": "AK", + "latitude": "57.508178", + "longitude": "-157.399070", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99650", + "city": "Pilot Station", + "state": "AK", + "latitude": "61.936050", + "longitude": "-162.883400", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99651", + "city": "Platinum", + "state": "AK", + "latitude": "59.006890", + "longitude": "-161.815290", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99652", + "city": "Big Lake", + "state": "AK", + "latitude": "61.556311", + "longitude": "-149.890980", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99653", + "city": "Port Alsworth", + "state": "AK", + "latitude": "60.102331", + "longitude": "-154.557080", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99654", + "city": "Wasilla", + "state": "AK", + "latitude": "61.580187", + "longitude": "-149.488210", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99655", + "city": "Quinhagak", + "state": "AK", + "latitude": "59.754016", + "longitude": "-161.900790", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99656", + "city": "Red Devil", + "state": "AK", + "latitude": "61.810587", + "longitude": "-157.343700", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99657", + "city": "Russian Mission", + "state": "AK", + "latitude": "61.785228", + "longitude": "-161.364760", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99658", + "city": "Saint Marys", + "state": "AK", + "latitude": "62.048263", + "longitude": "-163.193700", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99659", + "city": "Saint Michael", + "state": "AK", + "latitude": "63.477448", + "longitude": "-162.038410", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99660", + "city": "Saint Paul Island", + "state": "AK", + "latitude": "57.130894", + "longitude": "-170.272030", + "timezone": "-10", + "dst": "1" + }, + { + "zip": "99661", + "city": "Sand Point", + "state": "AK", + "latitude": "55.311735", + "longitude": "-160.488130", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99662", + "city": "Scammon Bay", + "state": "AK", + "latitude": "61.783788", + "longitude": "-165.539720", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99663", + "city": "Seldovia", + "state": "AK", + "latitude": "59.422698", + "longitude": "-151.715130", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99664", + "city": "Seward", + "state": "AK", + "latitude": "60.151652", + "longitude": "-149.412710", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99665", + "city": "Shageluk", + "state": "AK", + "latitude": "62.655998", + "longitude": "-159.531130", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99666", + "city": "Sheldon Point", + "state": "AK", + "latitude": "62.495675", + "longitude": "-164.971880", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99667", + "city": "Skwentna", + "state": "AK", + "latitude": "61.898872", + "longitude": "-151.515870", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99668", + "city": "Sleetmute", + "state": "AK", + "latitude": "61.683931", + "longitude": "-157.152020", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99669", + "city": "Soldotna", + "state": "AK", + "latitude": "60.489536", + "longitude": "-151.020910", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99670", + "city": "South Naknek", + "state": "AK", + "latitude": "58.711630", + "longitude": "-157.017460", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99671", + "city": "Stebbins", + "state": "AK", + "latitude": "63.511893", + "longitude": "-162.274630", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99672", + "city": "Sterling", + "state": "AK", + "latitude": "60.532394", + "longitude": "-150.740330", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99674", + "city": "Sutton", + "state": "AK", + "latitude": "61.751348", + "longitude": "-148.696320", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99675", + "city": "Takotna", + "state": "AK", + "latitude": "62.969642", + "longitude": "-156.102640", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99676", + "city": "Talkeetna", + "state": "AK", + "latitude": "62.298254", + "longitude": "-149.875420", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99677", + "city": "Tatitlek", + "state": "AK", + "latitude": "60.863764", + "longitude": "-146.680130", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99678", + "city": "Togiak", + "state": "AK", + "latitude": "59.101934", + "longitude": "-160.503530", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99679", + "city": "Tuluksak", + "state": "AK", + "latitude": "61.102912", + "longitude": "-160.963250", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99680", + "city": "Tuntutuliak", + "state": "AK", + "latitude": "60.343879", + "longitude": "-162.665870", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99681", + "city": "Tununak", + "state": "AK", + "latitude": "60.582127", + "longitude": "-165.256450", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99682", + "city": "Tyonek", + "state": "AK", + "latitude": "61.067777", + "longitude": "-151.141690", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99683", + "city": "Trapper Creek", + "state": "AK", + "latitude": "62.415294", + "longitude": "-150.370440", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99684", + "city": "Unalakleet", + "state": "AK", + "latitude": "63.882081", + "longitude": "-160.762940", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99685", + "city": "Unalaska", + "state": "AK", + "latitude": "53.872017", + "longitude": "-166.522870", + "timezone": "-10", + "dst": "1" + }, + { + "zip": "99686", + "city": "Valdez", + "state": "AK", + "latitude": "61.128176", + "longitude": "-146.235700", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99687", + "city": "Wasilla", + "state": "AK", + "latitude": "61.391728", + "longitude": "-149.990020", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99688", + "city": "Willow", + "state": "AK", + "latitude": "61.796774", + "longitude": "-150.077920", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99689", + "city": "Yakutat", + "state": "AK", + "latitude": "59.538728", + "longitude": "-139.710520", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99690", + "city": "Nightmute", + "state": "AK", + "latitude": "60.527618", + "longitude": "-164.819760", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99691", + "city": "Nikolai", + "state": "AK", + "latitude": "62.999213", + "longitude": "-154.419570", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99692", + "city": "Dutch Harbor", + "state": "AK", + "latitude": "53.883729", + "longitude": "-166.548500", + "timezone": "-10", + "dst": "1" + }, + { + "zip": "99693", + "city": "Whittier", + "state": "AK", + "latitude": "60.639257", + "longitude": "-148.542110", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99694", + "city": "Houston", + "state": "AK", + "latitude": "61.629635", + "longitude": "-149.795070", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99695", + "city": "Anchorage", + "state": "AK", + "latitude": "61.402544", + "longitude": "-150.574850", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99697", + "city": "Kodiak", + "state": "AK", + "latitude": "57.564289", + "longitude": "-153.407550", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99699", + "city": "Funny River", + "state": "AK", + "latitude": "60.516935", + "longitude": "-150.719924", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99701", + "city": "Fairbanks", + "state": "AK", + "latitude": "64.835070", + "longitude": "-147.720450", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99702", + "city": "Eielson AFB", + "state": "AK", + "latitude": "64.661627", + "longitude": "-147.021210", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99703", + "city": "Fort Wainwright", + "state": "AK", + "latitude": "64.827164", + "longitude": "-147.626500", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99704", + "city": "Clear", + "state": "AK", + "latitude": "64.289856", + "longitude": "-149.177780", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99705", + "city": "North Pole", + "state": "AK", + "latitude": "64.777233", + "longitude": "-147.364900", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99706", + "city": "Fairbanks", + "state": "AK", + "latitude": "64.852055", + "longitude": "-147.937747", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99707", + "city": "Fairbanks", + "state": "AK", + "latitude": "64.699839", + "longitude": "-147.405134", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99708", + "city": "Fairbanks", + "state": "AK", + "latitude": "64.947462", + "longitude": "-147.856443", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99709", + "city": "Fairbanks", + "state": "AK", + "latitude": "64.854937", + "longitude": "-147.874060", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99710", + "city": "Fairbanks", + "state": "AK", + "latitude": "64.948648", + "longitude": "-147.535549", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99711", + "city": "Fairbanks", + "state": "AK", + "latitude": "64.826445", + "longitude": "-147.388840", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99712", + "city": "Fairbanks", + "state": "AK", + "latitude": "64.926041", + "longitude": "-147.495730", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99714", + "city": "Salcha", + "state": "AK", + "latitude": "64.464105", + "longitude": "-146.916480", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99716", + "city": "Two Rivers", + "state": "AK", + "latitude": "64.874591", + "longitude": "-146.898195", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99720", + "city": "Allakaket", + "state": "AK", + "latitude": "66.557586", + "longitude": "-152.655900", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99721", + "city": "Anaktuvuk Pass", + "state": "AK", + "latitude": "68.148216", + "longitude": "-151.728540", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99722", + "city": "Arctic Village", + "state": "AK", + "latitude": "68.121828", + "longitude": "-145.527680", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99723", + "city": "Barrow", + "state": "AK", + "latitude": "71.299525", + "longitude": "-156.748910", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99724", + "city": "Beaver", + "state": "AK", + "latitude": "66.359719", + "longitude": "-147.397430", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99725", + "city": "Ester", + "state": "AK", + "latitude": "64.842326", + "longitude": "-148.021970", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99726", + "city": "Bettles Field", + "state": "AK", + "latitude": "66.917381", + "longitude": "-151.505080", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99727", + "city": "Buckland", + "state": "AK", + "latitude": "65.979144", + "longitude": "-161.122250", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99729", + "city": "Cantwell", + "state": "AK", + "latitude": "63.255516", + "longitude": "-148.398730", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99730", + "city": "Central", + "state": "AK", + "latitude": "65.551022", + "longitude": "-144.719820", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99732", + "city": "Chicken", + "state": "AK", + "latitude": "64.070738", + "longitude": "-141.874890", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99733", + "city": "Circle", + "state": "AK", + "latitude": "65.796306", + "longitude": "-144.063880", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99734", + "city": "Prudhoe Bay", + "state": "AK", + "latitude": "66.693255", + "longitude": "-153.993988", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99736", + "city": "Deering", + "state": "AK", + "latitude": "66.075713", + "longitude": "-162.718220", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99737", + "city": "Delta Junction", + "state": "AK", + "latitude": "63.978355", + "longitude": "-145.462300", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99738", + "city": "Eagle", + "state": "AK", + "latitude": "64.778099", + "longitude": "-141.192570", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99739", + "city": "Elim", + "state": "AK", + "latitude": "64.620513", + "longitude": "-162.277180", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99740", + "city": "Fort Yukon", + "state": "AK", + "latitude": "66.566652", + "longitude": "-145.282310", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99741", + "city": "Galena", + "state": "AK", + "latitude": "64.739082", + "longitude": "-156.894560", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99742", + "city": "Gambell", + "state": "AK", + "latitude": "63.776098", + "longitude": "-171.700880", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99743", + "city": "Healy", + "state": "AK", + "latitude": "64.010218", + "longitude": "-149.107120", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99744", + "city": "Anderson", + "state": "AK", + "latitude": "64.349263", + "longitude": "-149.192650", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99745", + "city": "Hughes", + "state": "AK", + "latitude": "66.044094", + "longitude": "-154.257030", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99746", + "city": "Huslia", + "state": "AK", + "latitude": "65.701858", + "longitude": "-156.387130", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99747", + "city": "Kaktovik", + "state": "AK", + "latitude": "70.133460", + "longitude": "-143.624360", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99748", + "city": "Kaltag", + "state": "AK", + "latitude": "64.324887", + "longitude": "-158.732040", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99749", + "city": "Kiana", + "state": "AK", + "latitude": "66.971720", + "longitude": "-160.430160", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99750", + "city": "Kivalina", + "state": "AK", + "latitude": "67.733313", + "longitude": "-164.545220", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99751", + "city": "Kobuk", + "state": "AK", + "latitude": "66.908604", + "longitude": "-156.888280", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99752", + "city": "Kotzebue", + "state": "AK", + "latitude": "66.897192", + "longitude": "-162.585440", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99753", + "city": "Koyuk", + "state": "AK", + "latitude": "64.932225", + "longitude": "-161.155970", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99754", + "city": "Koyukuk", + "state": "AK", + "latitude": "64.881745", + "longitude": "-157.704390", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99755", + "city": "Denali National Park", + "state": "AK", + "latitude": "63.657441", + "longitude": "-148.833960", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99756", + "city": "Manley Hot Springs", + "state": "AK", + "latitude": "65.021337", + "longitude": "-150.503180", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99757", + "city": "Lake Minchumina", + "state": "AK", + "latitude": "63.893902", + "longitude": "-152.302010", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99758", + "city": "Minto", + "state": "AK", + "latitude": "65.152583", + "longitude": "-149.391560", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99759", + "city": "Point Lay", + "state": "AK", + "latitude": "69.741023", + "longitude": "-163.008610", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99760", + "city": "Nenana", + "state": "AK", + "latitude": "64.560888", + "longitude": "-149.076740", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99761", + "city": "Noatak", + "state": "AK", + "latitude": "67.572031", + "longitude": "-162.975080", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99762", + "city": "Nome", + "state": "AK", + "latitude": "64.532616", + "longitude": "-165.108830", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99763", + "city": "Noorvik", + "state": "AK", + "latitude": "66.837130", + "longitude": "-161.036640", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99764", + "city": "Northway", + "state": "AK", + "latitude": "62.980725", + "longitude": "-141.828520", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99765", + "city": "Nulato", + "state": "AK", + "latitude": "64.730035", + "longitude": "-158.111780", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99766", + "city": "Point Hope", + "state": "AK", + "latitude": "68.347052", + "longitude": "-166.762910", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99767", + "city": "Rampart", + "state": "AK", + "latitude": "65.507883", + "longitude": "-150.163600", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99768", + "city": "Ruby", + "state": "AK", + "latitude": "64.737306", + "longitude": "-155.487690", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99769", + "city": "Savoonga", + "state": "AK", + "latitude": "63.686038", + "longitude": "-170.408700", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99770", + "city": "Selawik", + "state": "AK", + "latitude": "66.597998", + "longitude": "-160.017720", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99771", + "city": "Shaktoolik", + "state": "AK", + "latitude": "64.343258", + "longitude": "-161.167850", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99772", + "city": "Shishmaref", + "state": "AK", + "latitude": "66.259417", + "longitude": "-165.732020", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99773", + "city": "Shungnak", + "state": "AK", + "latitude": "66.887401", + "longitude": "-157.142870", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99774", + "city": "Stevens Village", + "state": "AK", + "latitude": "66.005296", + "longitude": "-149.103030", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99775", + "city": "Fairbanks", + "state": "AK", + "latitude": "64.860846", + "longitude": "-147.826810", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99776", + "city": "Tanacross", + "state": "AK", + "latitude": "63.376206", + "longitude": "-143.356990", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99777", + "city": "Tanana", + "state": "AK", + "latitude": "65.172029", + "longitude": "-152.082580", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99778", + "city": "Teller", + "state": "AK", + "latitude": "65.250432", + "longitude": "-166.354740", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99779", + "city": "Tetlin", + "state": "AK", + "latitude": "63.135294", + "longitude": "-142.532300", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99780", + "city": "Tok", + "state": "AK", + "latitude": "63.341767", + "longitude": "-142.937040", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99781", + "city": "Venetie", + "state": "AK", + "latitude": "67.015569", + "longitude": "-146.417360", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99782", + "city": "Wainwright", + "state": "AK", + "latitude": "70.640902", + "longitude": "-160.024810", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99783", + "city": "Wales", + "state": "AK", + "latitude": "65.612116", + "longitude": "-168.089280", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99784", + "city": "White Mountain", + "state": "AK", + "latitude": "64.684323", + "longitude": "-163.442570", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99785", + "city": "Brevig Mission", + "state": "AK", + "latitude": "65.342744", + "longitude": "-166.510230", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99786", + "city": "Ambler", + "state": "AK", + "latitude": "67.083658", + "longitude": "-157.862250", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99788", + "city": "Chalkyitsik", + "state": "AK", + "latitude": "66.653222", + "longitude": "-143.727170", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99789", + "city": "Nuiqsut", + "state": "AK", + "latitude": "70.215197", + "longitude": "-151.027460", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99790", + "city": "Fairbanks", + "state": "AK", + "latitude": "64.856055", + "longitude": "-146.275980", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99791", + "city": "Atqasuk", + "state": "AK", + "latitude": "70.477663", + "longitude": "-157.418050", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99801", + "city": "Juneau", + "state": "AK", + "latitude": "58.358599", + "longitude": "-134.547490", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99802", + "city": "Juneau", + "state": "AK", + "latitude": "58.405657", + "longitude": "-134.589690", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99803", + "city": "Juneau", + "state": "AK", + "latitude": "58.377074", + "longitude": "-134.617383", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99811", + "city": "Juneau", + "state": "AK", + "latitude": "58.383480", + "longitude": "-134.197786", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99820", + "city": "Angoon", + "state": "AK", + "latitude": "57.487650", + "longitude": "-134.572220", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99821", + "city": "Auke Bay", + "state": "AK", + "latitude": "58.449413", + "longitude": "-134.700348", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99824", + "city": "Douglas", + "state": "AK", + "latitude": "58.276192", + "longitude": "-134.397810", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99825", + "city": "Elfin Cove", + "state": "AK", + "latitude": "58.068878", + "longitude": "-136.278330", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99826", + "city": "Gustavus", + "state": "AK", + "latitude": "58.434052", + "longitude": "-135.730880", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99827", + "city": "Haines", + "state": "AK", + "latitude": "59.279037", + "longitude": "-135.612200", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99829", + "city": "Hoonah", + "state": "AK", + "latitude": "58.109608", + "longitude": "-135.431540", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99830", + "city": "Kake", + "state": "AK", + "latitude": "56.975011", + "longitude": "-133.932300", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99832", + "city": "Pelican", + "state": "AK", + "latitude": "57.959709", + "longitude": "-136.220320", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99833", + "city": "Petersburg", + "state": "AK", + "latitude": "56.784206", + "longitude": "-132.973540", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99835", + "city": "Sitka", + "state": "AK", + "latitude": "57.064376", + "longitude": "-135.322700", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99836", + "city": "Port Alexander", + "state": "AK", + "latitude": "56.535950", + "longitude": "-132.827948", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99840", + "city": "Skagway", + "state": "AK", + "latitude": "59.465159", + "longitude": "-135.313550", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99841", + "city": "Tenakee Springs", + "state": "AK", + "latitude": "57.777622", + "longitude": "-135.207770", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99850", + "city": "Juneau", + "state": "AK", + "latitude": "58.411303", + "longitude": "-135.408740", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99901", + "city": "Ketchikan", + "state": "AK", + "latitude": "55.368644", + "longitude": "-131.676200", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99903", + "city": "Meyers Chuck", + "state": "AK", + "latitude": "55.742045", + "longitude": "-132.250020", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99918", + "city": "Coffman Cove", + "state": "AK", + "latitude": "56.009124", + "longitude": "-132.820180", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99919", + "city": "Thorne Bay", + "state": "AK", + "latitude": "55.677232", + "longitude": "-132.556240", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99921", + "city": "Craig", + "state": "AK", + "latitude": "55.456449", + "longitude": "-133.026480", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99922", + "city": "Hydaburg", + "state": "AK", + "latitude": "55.209339", + "longitude": "-132.825450", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99923", + "city": "Hyder", + "state": "AK", + "latitude": "55.941442", + "longitude": "-130.054500", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99925", + "city": "Klawock", + "state": "AK", + "latitude": "55.555164", + "longitude": "-133.073160", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99926", + "city": "Metlakatla", + "state": "AK", + "latitude": "55.123897", + "longitude": "-131.568830", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99927", + "city": "Point Baker", + "state": "AK", + "latitude": "56.337957", + "longitude": "-133.606890", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99928", + "city": "Ward Cove", + "state": "AK", + "latitude": "55.395359", + "longitude": "-131.675370", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99929", + "city": "Wrangell", + "state": "AK", + "latitude": "56.409507", + "longitude": "-132.338220", + "timezone": "-9", + "dst": "1" + }, + { + "zip": "99950", + "city": "Ketchikan", + "state": "AK", + "latitude": "55.875767", + "longitude": "-131.466330", + "timezone": "-9", + "dst": "1" + } +] \ No newline at end of file diff --git a/sql/zipcodes.mysql b/sql/zipcodes.mysql deleted file mode 100644 index f929ac5cc0..0000000000 --- a/sql/zipcodes.mysql +++ /dev/null @@ -1,43220 +0,0 @@ --- MySQL dump 9.11 --- --- Host: localhost Database: civicspace --- ------------------------------------------------------ --- Server version 4.0.18-log - --- --- Table structure for table `zipcodes` --- - -CREATE TABLE zipcodes ( - zip int(5) NOT NULL default '0', - city varchar(30) NOT NULL default '', - state char(2) NOT NULL default '', - latitude decimal(10,6) NOT NULL default '0.000000', - longitude decimal(10,6) NOT NULL default '0.000000', - timezone tinyint(2) NOT NULL default '0', - dst tinyint(1) NOT NULL default '0', - PRIMARY KEY (zip), - KEY zip (zip), - KEY latitude (latitude), - KEY longitude (longitude) -) ENGINE=InnoDB; - --- --- Dumping data for table `zipcodes` --- - -INSERT INTO zipcodes VALUES (210,'Portsmouth','NH','43.005895','-71.013202',-5,1); -INSERT INTO zipcodes VALUES (211,'Portsmouth','NH','43.005895','-71.013202',-5,1); -INSERT INTO zipcodes VALUES (212,'Portsmouth','NH','43.005895','-71.013202',-5,1); -INSERT INTO zipcodes VALUES (213,'Portsmouth','NH','43.005895','-71.013202',-5,1); -INSERT INTO zipcodes VALUES (214,'Portsmouth','NH','43.005895','-71.013202',-5,1); -INSERT INTO zipcodes VALUES (215,'Portsmouth','NH','43.005895','-71.013202',-5,1); -INSERT INTO zipcodes VALUES (501,'Holtsville','NY','40.922326','-72.637078',-5,1); -INSERT INTO zipcodes VALUES (544,'Holtsville','NY','40.922326','-72.637078',-5,1); -INSERT INTO zipcodes VALUES (601,'Adjuntas','PR','18.180103','-66.749470',-4,0); -INSERT INTO zipcodes VALUES (602,'Aguada','PR','18.363285','-67.180240',-4,0); -INSERT INTO zipcodes VALUES (603,'Aguadilla','PR','18.448619','-67.134220',-4,0); -INSERT INTO zipcodes VALUES (604,'Aguadilla','PR','18.498987','-67.136990',-4,0); -INSERT INTO zipcodes VALUES (605,'Aguadilla','PR','18.465162','-67.141486',-4,0); -INSERT INTO zipcodes VALUES (606,'Maricao','PR','18.182151','-66.958800',-4,0); -INSERT INTO zipcodes VALUES (607,'Aguas Buenas','PR','18.256995','-66.104657',-4,0); -INSERT INTO zipcodes VALUES (609,'Aibonito','PR','18.142002','-66.273278',-4,0); -INSERT INTO zipcodes VALUES (610,'Anasco','PR','18.288319','-67.136040',-4,0); -INSERT INTO zipcodes VALUES (611,'Angeles','PR','18.279531','-66.802170',-4,0); -INSERT INTO zipcodes VALUES (612,'Arecibo','PR','18.449732','-66.698790',-4,0); -INSERT INTO zipcodes VALUES (613,'Arecibo','PR','18.458093','-66.732732',-4,0); -INSERT INTO zipcodes VALUES (614,'Arecibo','PR','18.429675','-66.674506',-4,0); -INSERT INTO zipcodes VALUES (615,'Arroyo','PR','17.969770','-66.061459',-4,0); -INSERT INTO zipcodes VALUES (616,'Bajadero','PR','18.426748','-66.676690',-4,0); -INSERT INTO zipcodes VALUES (617,'Barceloneta','PR','18.455499','-66.555750',-4,0); -INSERT INTO zipcodes VALUES (618,'Barranquitas','PR','18.185463','-66.305827',-4,0); -INSERT INTO zipcodes VALUES (622,'Boqueron','PR','18.003125','-67.167450',-4,0); -INSERT INTO zipcodes VALUES (623,'Cabo Rojo','PR','18.086430','-67.152220',-4,0); -INSERT INTO zipcodes VALUES (624,'Penuelas','PR','18.055399','-66.726020',-4,0); -INSERT INTO zipcodes VALUES (625,'Caguas','PR','18.232109','-66.039087',-4,0); -INSERT INTO zipcodes VALUES (626,'Caguas','PR','18.235003','-66.037318',-4,0); -INSERT INTO zipcodes VALUES (627,'Camuy','PR','18.435246','-66.856440',-4,0); -INSERT INTO zipcodes VALUES (631,'Castaner','PR','18.186739','-66.851740',-4,0); -INSERT INTO zipcodes VALUES (633,'Cayey','PR','18.194527','-66.183467',-4,0); -INSERT INTO zipcodes VALUES (634,'Cayey','PR','18.111528','-66.177083',-4,0); -INSERT INTO zipcodes VALUES (635,'Ceiba','PR','18.262902','-65.646529',-4,0); -INSERT INTO zipcodes VALUES (636,'Rosario','PR','18.113284','-67.039706',-4,0); -INSERT INTO zipcodes VALUES (637,'Sabana Grande','PR','18.073078','-66.948640',-4,0); -INSERT INTO zipcodes VALUES (638,'Ciales','PR','18.308139','-66.498350',-4,0); -INSERT INTO zipcodes VALUES (639,'Cidra','PR','18.176094','-66.158728',-4,0); -INSERT INTO zipcodes VALUES (640,'Coamo','PR','18.077197','-66.359104',-4,0); -INSERT INTO zipcodes VALUES (641,'Utuado','PR','18.268896','-66.705190',-4,0); -INSERT INTO zipcodes VALUES (643,'Corozal','PR','18.341254','-66.315194',-4,0); -INSERT INTO zipcodes VALUES (644,'Coto Laurel','PR','18.049577','-66.552180',-4,0); -INSERT INTO zipcodes VALUES (645,'Culebra','PR','18.308508','-65.304732',-4,0); -INSERT INTO zipcodes VALUES (646,'Dorado','PR','18.442798','-66.276890',-4,0); -INSERT INTO zipcodes VALUES (647,'Ensenada','PR','17.964529','-66.939930',-4,0); -INSERT INTO zipcodes VALUES (648,'Fajardo','PR','18.333038','-65.656182',-4,0); -INSERT INTO zipcodes VALUES (650,'Florida','PR','18.363331','-66.567730',-4,0); -INSERT INTO zipcodes VALUES (652,'Garrochales','PR','18.457453','-66.612170',-4,0); -INSERT INTO zipcodes VALUES (653,'Guanica','PR','17.992112','-66.900970',-4,0); -INSERT INTO zipcodes VALUES (654,'Jobos','PR','17.979518','-66.117219',-4,0); -INSERT INTO zipcodes VALUES (655,'Olimpo','PR','17.976371','-66.116795',-4,0); -INSERT INTO zipcodes VALUES (656,'Guayanilla','PR','18.038866','-66.791680',-4,0); -INSERT INTO zipcodes VALUES (658,'Gurabo','PR','18.254137','-65.973605',-4,0); -INSERT INTO zipcodes VALUES (659,'Hatillo','PR','18.432956','-66.800390',-4,0); -INSERT INTO zipcodes VALUES (660,'Hormigueros','PR','18.139108','-67.120850',-4,0); -INSERT INTO zipcodes VALUES (661,'Humacao','PR','18.150829','-65.826595',-4,0); -INSERT INTO zipcodes VALUES (662,'Isabela','PR','18.478855','-67.019730',-4,0); -INSERT INTO zipcodes VALUES (664,'Jayuya','PR','18.212565','-66.592430',-4,0); -INSERT INTO zipcodes VALUES (665,'Ponce','PR','18.044224','-66.502103',-4,0); -INSERT INTO zipcodes VALUES (666,'Juncos','PR','18.228952','-65.921356',-4,0); -INSERT INTO zipcodes VALUES (667,'Lajas','PR','18.017819','-67.042260',-4,0); -INSERT INTO zipcodes VALUES (669,'Lares','PR','18.288418','-66.875030',-4,0); -INSERT INTO zipcodes VALUES (670,'Las Marias','PR','18.241343','-66.976040',-4,0); -INSERT INTO zipcodes VALUES (671,'Las Piedras','PR','18.178900','-65.869939',-4,0); -INSERT INTO zipcodes VALUES (674,'Manati','PR','18.426137','-66.486970',-4,0); -INSERT INTO zipcodes VALUES (676,'Moca','PR','18.379560','-67.084240',-4,0); -INSERT INTO zipcodes VALUES (677,'Rincon','PR','18.336121','-67.236750',-4,0); -INSERT INTO zipcodes VALUES (678,'Quebradillas','PR','18.442334','-66.932750',-4,0); -INSERT INTO zipcodes VALUES (680,'Mayaguez','PR','18.205232','-67.126550',-4,0); -INSERT INTO zipcodes VALUES (681,'Mayaguez','PR','18.219023','-67.508068',-4,0); -INSERT INTO zipcodes VALUES (682,'Mayaguez','PR','18.208402','-67.154280',-4,0); -INSERT INTO zipcodes VALUES (683,'San German','PR','18.092807','-67.045240',-4,0); -INSERT INTO zipcodes VALUES (685,'San Sebastian','PR','18.332595','-66.981040',-4,0); -INSERT INTO zipcodes VALUES (687,'Morovis','PR','18.317080','-66.415280',-4,0); -INSERT INTO zipcodes VALUES (688,'Sabana Hoyos','PR','18.404150','-66.613480',-4,0); -INSERT INTO zipcodes VALUES (690,'San Antonio','PR','18.495369','-67.098670',-4,0); -INSERT INTO zipcodes VALUES (692,'Vega Alta','PR','18.419666','-66.331860',-4,0); -INSERT INTO zipcodes VALUES (693,'Vega Baja','PR','18.440667','-66.392100',-4,0); -INSERT INTO zipcodes VALUES (694,'Vega Baja','PR','18.443109','-66.398302',-4,0); -INSERT INTO zipcodes VALUES (698,'Yauco','PR','18.065470','-66.855870',-4,0); -INSERT INTO zipcodes VALUES (703,'Aguas Buenas','PR','18.246205','-66.128270',-4,0); -INSERT INTO zipcodes VALUES (704,'Aguirre','PR','17.970112','-66.222910',-4,0); -INSERT INTO zipcodes VALUES (705,'Aibonito','PR','18.129420','-66.265410',-4,0); -INSERT INTO zipcodes VALUES (707,'Maunabo','PR','18.014505','-65.910180',-4,0); -INSERT INTO zipcodes VALUES (714,'Arroyo','PR','17.987288','-66.055520',-4,0); -INSERT INTO zipcodes VALUES (715,'Mercedita','PR','18.003492','-66.558680',-4,0); -INSERT INTO zipcodes VALUES (716,'Ponce','PR','17.999066','-66.599650',-4,0); -INSERT INTO zipcodes VALUES (717,'Ponce','PR','18.004303','-66.613740',-4,0); -INSERT INTO zipcodes VALUES (718,'Naguabo','PR','18.220480','-65.742930',-4,0); -INSERT INTO zipcodes VALUES (719,'Naranjito','PR','18.294571','-66.250980',-4,0); -INSERT INTO zipcodes VALUES (720,'Orocovis','PR','18.217827','-66.422650',-4,0); -INSERT INTO zipcodes VALUES (721,'Palmer','PR','18.364161','-65.778288',-4,0); -INSERT INTO zipcodes VALUES (723,'Patillas','PR','18.023196','-66.013100',-4,0); -INSERT INTO zipcodes VALUES (725,'Caguas','PR','18.233927','-66.045020',-4,0); -INSERT INTO zipcodes VALUES (726,'Caguas','PR','18.212965','-66.058033',-4,0); -INSERT INTO zipcodes VALUES (728,'Ponce','PR','18.013353','-66.652180',-4,0); -INSERT INTO zipcodes VALUES (729,'Canovanas','PR','18.356150','-65.890890',-4,0); -INSERT INTO zipcodes VALUES (730,'Ponce','PR','18.022626','-66.617270',-4,0); -INSERT INTO zipcodes VALUES (731,'Ponce','PR','18.077329','-66.611920',-4,0); -INSERT INTO zipcodes VALUES (732,'Ponce','PR','18.021781','-66.613742',-4,0); -INSERT INTO zipcodes VALUES (733,'Ponce','PR','18.019331','-66.619165',-4,0); -INSERT INTO zipcodes VALUES (734,'Ponce','PR','17.999499','-66.643934',-4,0); -INSERT INTO zipcodes VALUES (735,'Ceiba','PR','18.258444','-65.659870',-4,0); -INSERT INTO zipcodes VALUES (736,'Cayey','PR','18.112895','-66.153770',-4,0); -INSERT INTO zipcodes VALUES (737,'Cayey','PR','18.102967','-66.139274',-4,0); -INSERT INTO zipcodes VALUES (738,'Fajardo','PR','18.322650','-65.661160',-4,0); -INSERT INTO zipcodes VALUES (739,'Cidra','PR','18.169840','-66.162710',-4,0); -INSERT INTO zipcodes VALUES (740,'Puerto Real','PR','18.331711','-65.627610',-4,0); -INSERT INTO zipcodes VALUES (741,'Punta Santiago','PR','18.160755','-65.757650',-4,0); -INSERT INTO zipcodes VALUES (742,'Roosevelt Roads','PR','18.264872','-65.594769',-4,0); -INSERT INTO zipcodes VALUES (744,'Rio Blanco','PR','18.206329','-65.743058',-4,0); -INSERT INTO zipcodes VALUES (745,'Rio Grande','PR','18.366213','-65.822770',-4,0); -INSERT INTO zipcodes VALUES (747,'Lluveras','PR','18.069474','-66.952589',-4,0); -INSERT INTO zipcodes VALUES (748,'Fajardo','PR','18.326732','-65.652484',-4,0); -INSERT INTO zipcodes VALUES (751,'Salinas','PR','17.993803','-66.265340',-4,0); -INSERT INTO zipcodes VALUES (752,'San Antonio','PR','18.493745','-67.097726',-4,0); -INSERT INTO zipcodes VALUES (754,'San Lorenzo','PR','18.156330','-65.968310',-4,0); -INSERT INTO zipcodes VALUES (757,'Santa Isabel','PR','17.986310','-66.394570',-4,0); -INSERT INTO zipcodes VALUES (761,'Utuado','PR','18.265445','-66.702364',-4,0); -INSERT INTO zipcodes VALUES (762,'Vega Alta','PR','18.420218','-66.324284',-4,0); -INSERT INTO zipcodes VALUES (763,'Monserrate','PR','18.452175','-66.399836',-4,0); -INSERT INTO zipcodes VALUES (764,'Vega Baja','PR','18.452084','-66.397138',-4,0); -INSERT INTO zipcodes VALUES (765,'Vieques','PR','18.125664','-65.456030',-4,0); -INSERT INTO zipcodes VALUES (766,'Villalba','PR','18.126023','-66.482080',-4,0); -INSERT INTO zipcodes VALUES (767,'Yabucoa','PR','18.072752','-65.897030',-4,0); -INSERT INTO zipcodes VALUES (768,'Yauco','PR','18.030715','-66.856181',-4,0); -INSERT INTO zipcodes VALUES (769,'Coamo','PR','18.092813','-66.361100',-4,0); -INSERT INTO zipcodes VALUES (771,'Las Piedras','PR','18.187440','-65.870880',-4,0); -INSERT INTO zipcodes VALUES (772,'Loiza','PR','18.427674','-65.876050',-4,0); -INSERT INTO zipcodes VALUES (773,'Luquillo','PR','18.361344','-65.721330',-4,0); -INSERT INTO zipcodes VALUES (775,'Culebra','PR','18.311149','-65.292570',-4,0); -INSERT INTO zipcodes VALUES (777,'Juncos','PR','18.224088','-65.913160',-4,0); -INSERT INTO zipcodes VALUES (778,'Gurabo','PR','18.258628','-65.977910',-4,0); -INSERT INTO zipcodes VALUES (780,'Coto Laurel','PR','18.068538','-66.559390',-4,0); -INSERT INTO zipcodes VALUES (782,'Comerio','PR','18.223348','-66.226700',-4,0); -INSERT INTO zipcodes VALUES (783,'Corozal','PR','18.304874','-66.323050',-4,0); -INSERT INTO zipcodes VALUES (784,'Guayama','PR','17.984137','-66.127790',-4,0); -INSERT INTO zipcodes VALUES (785,'Guayama','PR','18.018822','-66.795603',-4,0); -INSERT INTO zipcodes VALUES (786,'La Plata','PR','18.128092','-66.268717',-4,0); -INSERT INTO zipcodes VALUES (791,'Humacao','PR','18.147257','-65.822690',-4,0); -INSERT INTO zipcodes VALUES (792,'Humacao','PR','18.138029','-65.788499',-4,0); -INSERT INTO zipcodes VALUES (794,'Barranquitas','PR','18.204294','-66.310580',-4,0); -INSERT INTO zipcodes VALUES (795,'Juana Diaz','PR','18.036253','-66.502890',-4,0); -INSERT INTO zipcodes VALUES (801,'St Thomas','VI','18.322285','-64.963715',-4,0); -INSERT INTO zipcodes VALUES (802,'St Thomas','VI','18.322285','-64.963715',-4,0); -INSERT INTO zipcodes VALUES (803,'St Thomas','VI','18.322285','-64.963715',-4,0); -INSERT INTO zipcodes VALUES (804,'St Thomas','VI','18.322285','-64.963715',-4,0); -INSERT INTO zipcodes VALUES (805,'St Thomas','VI','18.322285','-64.963715',-4,0); -INSERT INTO zipcodes VALUES (820,'Christiansted','VI','17.734211','-64.734694',-4,0); -INSERT INTO zipcodes VALUES (821,'Christiansted','VI','17.734211','-64.734694',-4,0); -INSERT INTO zipcodes VALUES (822,'Christiansted','VI','17.734211','-64.734694',-4,0); -INSERT INTO zipcodes VALUES (823,'Christiansted','VI','17.734211','-64.734694',-4,0); -INSERT INTO zipcodes VALUES (824,'Christiansted','VI','17.734211','-64.734694',-4,0); -INSERT INTO zipcodes VALUES (830,'St John','VI','18.328160','-64.740737',-4,0); -INSERT INTO zipcodes VALUES (831,'St John','VI','18.328160','-64.740737',-4,0); -INSERT INTO zipcodes VALUES (840,'Frederiksted','VI','17.734211','-64.734694',-4,0); -INSERT INTO zipcodes VALUES (841,'Frederiksted','VI','17.734211','-64.734694',-4,0); -INSERT INTO zipcodes VALUES (850,'Kingshill','VI','17.734211','-64.734694',-4,0); -INSERT INTO zipcodes VALUES (851,'Kingshill','VI','17.734211','-64.734694',-4,0); -INSERT INTO zipcodes VALUES (901,'San Juan','PR','18.465426','-66.107860',-4,0); -INSERT INTO zipcodes VALUES (902,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (906,'San Juan','PR','18.464540','-66.100790',-4,0); -INSERT INTO zipcodes VALUES (907,'San Juan','PR','18.451131','-66.077980',-4,0); -INSERT INTO zipcodes VALUES (908,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (909,'San Juan','PR','18.442282','-66.067640',-4,0); -INSERT INTO zipcodes VALUES (910,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (911,'San Juan','PR','18.450090','-66.057700',-4,0); -INSERT INTO zipcodes VALUES (912,'San Juan','PR','18.445946','-66.059280',-4,0); -INSERT INTO zipcodes VALUES (913,'San Juan','PR','18.450907','-66.042560',-4,0); -INSERT INTO zipcodes VALUES (914,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (915,'San Juan','PR','18.436995','-66.048880',-4,0); -INSERT INTO zipcodes VALUES (916,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (917,'San Juan','PR','18.422263','-66.051300',-4,0); -INSERT INTO zipcodes VALUES (918,'San Juan','PR','18.417668','-66.064940',-4,0); -INSERT INTO zipcodes VALUES (919,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (920,'San Juan','PR','18.412420','-66.090690',-4,0); -INSERT INTO zipcodes VALUES (921,'San Juan','PR','18.394019','-66.086330',-4,0); -INSERT INTO zipcodes VALUES (922,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (923,'San Juan','PR','18.410681','-66.038060',-4,0); -INSERT INTO zipcodes VALUES (924,'San Juan','PR','18.401917','-66.011940',-4,0); -INSERT INTO zipcodes VALUES (925,'San Juan','PR','18.400006','-66.050280',-4,0); -INSERT INTO zipcodes VALUES (926,'San Juan','PR','18.361363','-66.056200',-4,0); -INSERT INTO zipcodes VALUES (927,'San Juan','PR','18.391840','-66.068670',-4,0); -INSERT INTO zipcodes VALUES (928,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (929,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (930,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (931,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (933,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (934,'Fort Buchanan','PR','18.413511','-66.121980',-4,0); -INSERT INTO zipcodes VALUES (935,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (936,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (937,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (938,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (939,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (940,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (949,'Toa Baja','PR','18.433173','-66.204200',-4,0); -INSERT INTO zipcodes VALUES (950,'Toa Baja','PR','18.457761','-66.196503',-4,0); -INSERT INTO zipcodes VALUES (951,'Toa Baja','PR','18.457761','-66.196503',-4,0); -INSERT INTO zipcodes VALUES (952,'Sabana Seca','PR','18.429218','-66.180140',-4,0); -INSERT INTO zipcodes VALUES (953,'Toa Alta','PR','18.368020','-66.234140',-4,0); -INSERT INTO zipcodes VALUES (954,'Toa Alta','PR','18.358939','-66.258108',-4,0); -INSERT INTO zipcodes VALUES (955,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (956,'Bayamon','PR','18.342160','-66.166430',-4,0); -INSERT INTO zipcodes VALUES (957,'Bayamon','PR','18.369674','-66.186690',-4,0); -INSERT INTO zipcodes VALUES (958,'Bayamon','PR','18.344870','-66.166014',-4,0); -INSERT INTO zipcodes VALUES (959,'Bayamon','PR','18.387063','-66.159430',-4,0); -INSERT INTO zipcodes VALUES (960,'Bayamon','PR','18.344870','-66.166014',-4,0); -INSERT INTO zipcodes VALUES (961,'Bayamon','PR','18.412462','-66.160330',-4,0); -INSERT INTO zipcodes VALUES (962,'Catano','PR','18.437683','-66.138470',-4,0); -INSERT INTO zipcodes VALUES (963,'Catano','PR','18.443217','-66.139293',-4,0); -INSERT INTO zipcodes VALUES (965,'Guaynabo','PR','18.431453','-66.117030',-4,0); -INSERT INTO zipcodes VALUES (966,'Guaynabo','PR','18.398507','-66.115220',-4,0); -INSERT INTO zipcodes VALUES (968,'Guaynabo','PR','18.408479','-66.102500',-4,0); -INSERT INTO zipcodes VALUES (969,'Guaynabo','PR','18.366981','-66.108890',-4,0); -INSERT INTO zipcodes VALUES (970,'Guaynabo','PR','18.359143','-66.112295',-4,0); -INSERT INTO zipcodes VALUES (971,'Guaynabo','PR','18.329688','-66.118760',-4,0); -INSERT INTO zipcodes VALUES (975,'San Juan','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (976,'Trujillo Alto','PR','18.346767','-66.005610',-4,0); -INSERT INTO zipcodes VALUES (977,'Trujillo Alto','PR','18.337004','-65.990099',-4,0); -INSERT INTO zipcodes VALUES (978,'St Just','PR','18.337004','-65.990099',-4,0); -INSERT INTO zipcodes VALUES (979,'Carolina','PR','18.431885','-66.012700',-4,0); -INSERT INTO zipcodes VALUES (981,'Carolina','PR','18.410462','-66.060533',-4,0); -INSERT INTO zipcodes VALUES (982,'Carolina','PR','18.409345','-65.993130',-4,0); -INSERT INTO zipcodes VALUES (983,'Carolina','PR','18.414408','-65.975820',-4,0); -INSERT INTO zipcodes VALUES (984,'Carolina','PR','18.393355','-65.972495',-4,0); -INSERT INTO zipcodes VALUES (985,'Carolina','PR','18.374896','-65.946910',-4,0); -INSERT INTO zipcodes VALUES (986,'Carolina','PR','18.393355','-65.972495',-4,0); -INSERT INTO zipcodes VALUES (987,'Carolina','PR','18.372228','-65.962750',-4,0); -INSERT INTO zipcodes VALUES (988,'Carolina','PR','18.393355','-65.972495',-4,0); -INSERT INTO zipcodes VALUES (1001,'Agawam','MA','42.070610','-72.620290',-5,1); -INSERT INTO zipcodes VALUES (1002,'Amherst','MA','42.377651','-72.503230',-5,1); -INSERT INTO zipcodes VALUES (1003,'Amherst','MA','42.369562','-72.635990',-5,1); -INSERT INTO zipcodes VALUES (1004,'Amherst','MA','42.384494','-72.513183',-5,1); -INSERT INTO zipcodes VALUES (1005,'Barre','MA','42.412094','-72.104430',-5,1); -INSERT INTO zipcodes VALUES (1007,'Belchertown','MA','42.278424','-72.411000',-5,1); -INSERT INTO zipcodes VALUES (1008,'Blandford','MA','42.174313','-72.948280',-5,1); -INSERT INTO zipcodes VALUES (1009,'Bondsville','MA','42.206092','-72.340486',-5,1); -INSERT INTO zipcodes VALUES (1010,'Brimfield','MA','42.126038','-72.205520',-5,1); -INSERT INTO zipcodes VALUES (1011,'Chester','MA','42.271442','-73.019580',-5,1); -INSERT INTO zipcodes VALUES (1012,'Chesterfield','MA','42.390836','-72.843560',-5,1); -INSERT INTO zipcodes VALUES (1013,'Chicopee','MA','42.161492','-72.603160',-5,1); -INSERT INTO zipcodes VALUES (1014,'Chicopee','MA','42.170731','-72.604842',-5,1); -INSERT INTO zipcodes VALUES (1020,'Chicopee','MA','42.175992','-72.572650',-5,1); -INSERT INTO zipcodes VALUES (1021,'Chicopee','MA','42.170731','-72.604842',-5,1); -INSERT INTO zipcodes VALUES (1022,'Chicopee','MA','42.196666','-72.556060',-5,1); -INSERT INTO zipcodes VALUES (1026,'Cummington','MA','42.465041','-72.918130',-5,1); -INSERT INTO zipcodes VALUES (1027,'Easthampton','MA','42.272790','-72.686770',-5,1); -INSERT INTO zipcodes VALUES (1028,'East Longmeadow','MA','42.066795','-72.510200',-5,1); -INSERT INTO zipcodes VALUES (1029,'East Otis','MA','42.175896','-73.042040',-5,1); -INSERT INTO zipcodes VALUES (1030,'Feeding Hills','MA','42.070774','-72.672480',-5,1); -INSERT INTO zipcodes VALUES (1031,'Gilbertville','MA','42.330710','-72.188330',-5,1); -INSERT INTO zipcodes VALUES (1032,'Goshen','MA','42.457920','-72.815510',-5,1); -INSERT INTO zipcodes VALUES (1033,'Granby','MA','42.254563','-72.518310',-5,1); -INSERT INTO zipcodes VALUES (1034,'Granville','MA','42.086224','-72.944640',-5,1); -INSERT INTO zipcodes VALUES (1035,'Hadley','MA','42.355490','-72.573300',-5,1); -INSERT INTO zipcodes VALUES (1036,'Hampden','MA','42.064703','-72.417350',-5,1); -INSERT INTO zipcodes VALUES (1037,'Hardwick','MA','42.374202','-72.195240',-5,1); -INSERT INTO zipcodes VALUES (1038,'Hatfield','MA','42.375155','-72.608320',-5,1); -INSERT INTO zipcodes VALUES (1039,'Haydenville','MA','42.381475','-72.692590',-5,1); -INSERT INTO zipcodes VALUES (1040,'Holyoke','MA','42.201891','-72.624200',-5,1); -INSERT INTO zipcodes VALUES (1041,'Holyoke','MA','42.170731','-72.604842',-5,1); -INSERT INTO zipcodes VALUES (1050,'Huntington','MA','42.290209','-72.879420',-5,1); -INSERT INTO zipcodes VALUES (1053,'Leeds','MA','42.353105','-72.702060',-5,1); -INSERT INTO zipcodes VALUES (1054,'Leverett','MA','42.479839','-72.498790',-5,1); -INSERT INTO zipcodes VALUES (1056,'Ludlow','MA','42.174893','-72.470680',-5,1); -INSERT INTO zipcodes VALUES (1057,'Monson','MA','42.089269','-72.317000',-5,1); -INSERT INTO zipcodes VALUES (1059,'North Amherst','MA','42.369562','-72.635990',-5,1); -INSERT INTO zipcodes VALUES (1060,'Northampton','MA','42.324539','-72.635610',-5,1); -INSERT INTO zipcodes VALUES (1061,'Northampton','MA','42.369562','-72.635990',-5,1); -INSERT INTO zipcodes VALUES (1062,'Florence','MA','42.324232','-72.679150',-5,1); -INSERT INTO zipcodes VALUES (1063,'Northampton','MA','42.317939','-72.640234',-5,1); -INSERT INTO zipcodes VALUES (1066,'North Hatfield','MA','42.406697','-72.633901',-5,1); -INSERT INTO zipcodes VALUES (1068,'Oakham','MA','42.349769','-72.044130',-5,1); -INSERT INTO zipcodes VALUES (1069,'Palmer','MA','42.176401','-72.326460',-5,1); -INSERT INTO zipcodes VALUES (1070,'Plainfield','MA','42.515853','-72.916610',-5,1); -INSERT INTO zipcodes VALUES (1071,'Russell','MA','42.165931','-72.851530',-5,1); -INSERT INTO zipcodes VALUES (1072,'Shutesbury','MA','42.486027','-72.422080',-5,1); -INSERT INTO zipcodes VALUES (1073,'Southampton','MA','42.223885','-72.727770',-5,1); -INSERT INTO zipcodes VALUES (1074,'South Barre','MA','42.375998','-72.149388',-5,1); -INSERT INTO zipcodes VALUES (1075,'South Hadley','MA','42.234891','-72.582430',-5,1); -INSERT INTO zipcodes VALUES (1077,'Southwick','MA','42.052830','-72.769660',-5,1); -INSERT INTO zipcodes VALUES (1079,'Thorndike','MA','42.192892','-72.329574',-5,1); -INSERT INTO zipcodes VALUES (1080,'Three Rivers','MA','42.180563','-72.365180',-5,1); -INSERT INTO zipcodes VALUES (1081,'Wales','MA','42.058024','-72.225170',-5,1); -INSERT INTO zipcodes VALUES (1082,'Ware','MA','42.270611','-72.260670',-5,1); -INSERT INTO zipcodes VALUES (1083,'Warren','MA','42.204680','-72.202590',-5,1); -INSERT INTO zipcodes VALUES (1084,'West Chesterfield','MA','42.379807','-72.890430',-5,1); -INSERT INTO zipcodes VALUES (1085,'Westfield','MA','42.133642','-72.750290',-5,1); -INSERT INTO zipcodes VALUES (1086,'Westfield','MA','42.173428','-72.847964',-5,1); -INSERT INTO zipcodes VALUES (1088,'West Hatfield','MA','42.388831','-72.632100',-5,1); -INSERT INTO zipcodes VALUES (1089,'West Springfield','MA','42.112793','-72.640660',-5,1); -INSERT INTO zipcodes VALUES (1090,'West Springfield','MA','42.170731','-72.604842',-5,1); -INSERT INTO zipcodes VALUES (1092,'West Warren','MA','42.210777','-72.239040',-5,1); -INSERT INTO zipcodes VALUES (1093,'Whately','MA','42.442673','-72.652511',-5,1); -INSERT INTO zipcodes VALUES (1094,'Wheelwright','MA','42.358201','-72.140846',-5,1); -INSERT INTO zipcodes VALUES (1095,'Wilbraham','MA','42.125310','-72.440570',-5,1); -INSERT INTO zipcodes VALUES (1096,'Williamsburg','MA','42.415236','-72.782710',-5,1); -INSERT INTO zipcodes VALUES (1097,'Woronoco','MA','42.161743','-72.845912',-5,1); -INSERT INTO zipcodes VALUES (1098,'Worthington','MA','42.399054','-72.938710',-5,1); -INSERT INTO zipcodes VALUES (1101,'Springfield','MA','42.170731','-72.604842',-5,1); -INSERT INTO zipcodes VALUES (1102,'Springfield','MA','42.170731','-72.604842',-5,1); -INSERT INTO zipcodes VALUES (1103,'Springfield','MA','42.103294','-72.591120',-5,1); -INSERT INTO zipcodes VALUES (1104,'Springfield','MA','42.130343','-72.573380',-5,1); -INSERT INTO zipcodes VALUES (1105,'Springfield','MA','42.096644','-72.579800',-5,1); -INSERT INTO zipcodes VALUES (1106,'Longmeadow','MA','42.050395','-72.571200',-5,1); -INSERT INTO zipcodes VALUES (1107,'Springfield','MA','42.120193','-72.606100',-5,1); -INSERT INTO zipcodes VALUES (1108,'Springfield','MA','42.084094','-72.555230',-5,1); -INSERT INTO zipcodes VALUES (1109,'Springfield','MA','42.116277','-72.550310',-5,1); -INSERT INTO zipcodes VALUES (1111,'Springfield','MA','42.170731','-72.604842',-5,1); -INSERT INTO zipcodes VALUES (1114,'Springfield','MA','42.170731','-72.604842',-5,1); -INSERT INTO zipcodes VALUES (1115,'Springfield','MA','42.102894','-72.591633',-5,1); -INSERT INTO zipcodes VALUES (1116,'Longmeadow','MA','42.170731','-72.604842',-5,1); -INSERT INTO zipcodes VALUES (1118,'Springfield','MA','42.093144','-72.529100',-5,1); -INSERT INTO zipcodes VALUES (1119,'Springfield','MA','42.128442','-72.509320',-5,1); -INSERT INTO zipcodes VALUES (1128,'Springfield','MA','42.095344','-72.488570',-5,1); -INSERT INTO zipcodes VALUES (1129,'Springfield','MA','42.121031','-72.489600',-5,1); -INSERT INTO zipcodes VALUES (1133,'Springfield','MA','42.170731','-72.604842',-5,1); -INSERT INTO zipcodes VALUES (1138,'Springfield','MA','42.170731','-72.604842',-5,1); -INSERT INTO zipcodes VALUES (1139,'Springfield','MA','42.170731','-72.604842',-5,1); -INSERT INTO zipcodes VALUES (1144,'Springfield','MA','42.101796','-72.591510',-5,1); -INSERT INTO zipcodes VALUES (1151,'Indian Orchard','MA','42.153926','-72.505310',-5,1); -INSERT INTO zipcodes VALUES (1152,'Springfield','MA','42.170731','-72.604842',-5,1); -INSERT INTO zipcodes VALUES (1199,'Springfield','MA','42.119943','-72.604983',-5,1); -INSERT INTO zipcodes VALUES (1201,'Pittsfield','MA','42.453840','-73.254000',-5,1); -INSERT INTO zipcodes VALUES (1202,'Pittsfield','MA','42.392900','-73.228483',-5,1); -INSERT INTO zipcodes VALUES (1203,'Pittsfield','MA','42.392900','-73.228483',-5,1); -INSERT INTO zipcodes VALUES (1220,'Adams','MA','42.619727','-73.118420',-5,1); -INSERT INTO zipcodes VALUES (1222,'Ashley Falls','MA','42.057496','-73.321770',-5,1); -INSERT INTO zipcodes VALUES (1223,'Becket','MA','42.314449','-73.093350',-5,1); -INSERT INTO zipcodes VALUES (1224,'Berkshire','MA','42.392900','-73.228483',-5,1); -INSERT INTO zipcodes VALUES (1225,'Cheshire','MA','42.551731','-73.165300',-5,1); -INSERT INTO zipcodes VALUES (1226,'Dalton','MA','42.476575','-73.115470',-5,1); -INSERT INTO zipcodes VALUES (1227,'Dalton','MA','42.516145','-73.092852',-5,1); -INSERT INTO zipcodes VALUES (1229,'Glendale','MA','42.279292','-73.343545',-5,1); -INSERT INTO zipcodes VALUES (1230,'Great Barrington','MA','42.189715','-73.352490',-5,1); -INSERT INTO zipcodes VALUES (1231,'Sheffield','MA','42.153001','-73.298131',-5,1); -INSERT INTO zipcodes VALUES (1235,'Hinsdale','MA','42.433661','-73.092780',-5,1); -INSERT INTO zipcodes VALUES (1236,'Housatonic','MA','42.266874','-73.362360',-5,1); -INSERT INTO zipcodes VALUES (1237,'Lanesboro','MA','42.557346','-73.243640',-5,1); -INSERT INTO zipcodes VALUES (1238,'Lee','MA','42.299263','-73.232700',-5,1); -INSERT INTO zipcodes VALUES (1240,'Lenox','MA','42.362370','-73.276830',-5,1); -INSERT INTO zipcodes VALUES (1242,'Lenox Dale','MA','42.336557','-73.245990',-5,1); -INSERT INTO zipcodes VALUES (1243,'Middlefield','MA','42.356088','-73.010448',-5,1); -INSERT INTO zipcodes VALUES (1244,'Mill River','MA','42.139104','-73.203120',-5,1); -INSERT INTO zipcodes VALUES (1245,'Monterey','MA','42.180659','-73.208490',-5,1); -INSERT INTO zipcodes VALUES (1247,'North Adams','MA','42.696064','-73.101450',-5,1); -INSERT INTO zipcodes VALUES (1252,'North Egremont','MA','42.198648','-73.446234',-5,1); -INSERT INTO zipcodes VALUES (1253,'Otis','MA','42.198403','-73.102050',-5,1); -INSERT INTO zipcodes VALUES (1254,'Richmond','MA','42.374711','-73.363360',-5,1); -INSERT INTO zipcodes VALUES (1255,'Sandisfield','MA','42.088973','-73.124440',-5,1); -INSERT INTO zipcodes VALUES (1256,'Savoy','MA','42.592506','-73.011230',-5,1); -INSERT INTO zipcodes VALUES (1257,'Sheffield','MA','42.102694','-73.365910',-5,1); -INSERT INTO zipcodes VALUES (1258,'South Egremont','MA','42.103122','-73.457340',-5,1); -INSERT INTO zipcodes VALUES (1259,'Southfield','MA','42.064500','-73.246740',-5,1); -INSERT INTO zipcodes VALUES (1260,'South Lee','MA','42.286586','-73.313274',-5,1); -INSERT INTO zipcodes VALUES (1262,'Stockbridge','MA','42.283216','-73.314230',-5,1); -INSERT INTO zipcodes VALUES (1263,'Stockbridge','MA','42.392900','-73.228483',-5,1); -INSERT INTO zipcodes VALUES (1264,'Tyringham','MA','42.224905','-73.203940',-5,1); -INSERT INTO zipcodes VALUES (1266,'West Stockbridge','MA','42.328535','-73.364070',-5,1); -INSERT INTO zipcodes VALUES (1267,'Williamstown','MA','42.689962','-73.223550',-5,1); -INSERT INTO zipcodes VALUES (1270,'Windsor','MA','42.443726','-73.116127',-5,1); -INSERT INTO zipcodes VALUES (1301,'Greenfield','MA','42.605524','-72.600980',-5,1); -INSERT INTO zipcodes VALUES (1302,'Greenfield','MA','42.522178','-72.624164',-5,1); -INSERT INTO zipcodes VALUES (1330,'Ashfield','MA','42.521131','-72.811160',-5,1); -INSERT INTO zipcodes VALUES (1331,'Athol','MA','42.579931','-72.208360',-5,1); -INSERT INTO zipcodes VALUES (1337,'Bernardston','MA','42.678023','-72.555690',-5,1); -INSERT INTO zipcodes VALUES (1338,'Buckland','MA','42.569498','-72.802000',-5,1); -INSERT INTO zipcodes VALUES (1339,'Charlemont','MA','42.626858','-72.879390',-5,1); -INSERT INTO zipcodes VALUES (1340,'Colrain','MA','42.673371','-72.731040',-5,1); -INSERT INTO zipcodes VALUES (1341,'Conway','MA','42.508313','-72.704030',-5,1); -INSERT INTO zipcodes VALUES (1342,'Deerfield','MA','42.542322','-72.609100',-5,1); -INSERT INTO zipcodes VALUES (1343,'Drury','MA','42.642666','-72.986231',-5,1); -INSERT INTO zipcodes VALUES (1344,'Erving','MA','42.607051','-72.413960',-5,1); -INSERT INTO zipcodes VALUES (1346,'Heath','MA','42.669255','-72.804940',-5,1); -INSERT INTO zipcodes VALUES (1347,'Lake Pleasant','MA','42.556558','-72.518104',-5,1); -INSERT INTO zipcodes VALUES (1349,'Turners Falls','MA','42.573700','-72.505250',-5,1); -INSERT INTO zipcodes VALUES (1350,'Monroe Bridge','MA','42.712257','-72.976290',-5,1); -INSERT INTO zipcodes VALUES (1351,'Montague','MA','42.534976','-72.525220',-5,1); -INSERT INTO zipcodes VALUES (1354,'Northfield','MA','42.522178','-72.624164',-5,1); -INSERT INTO zipcodes VALUES (1355,'New Salem','MA','42.485899','-72.333450',-5,1); -INSERT INTO zipcodes VALUES (1360,'Northfield','MA','42.682285','-72.456490',-5,1); -INSERT INTO zipcodes VALUES (1364,'Orange','MA','42.599614','-72.292630',-5,1); -INSERT INTO zipcodes VALUES (1366,'Petersham','MA','42.474718','-72.212260',-5,1); -INSERT INTO zipcodes VALUES (1367,'Rowe','MA','42.694883','-72.909620',-5,1); -INSERT INTO zipcodes VALUES (1368,'Royalston','MA','42.671012','-72.169990',-5,1); -INSERT INTO zipcodes VALUES (1369,'Shattuckville','MA','42.522178','-72.624164',-5,1); -INSERT INTO zipcodes VALUES (1370,'Shelburne Falls','MA','42.603447','-72.727540',-5,1); -INSERT INTO zipcodes VALUES (1373,'South Deerfield','MA','42.472734','-72.624520',-5,1); -INSERT INTO zipcodes VALUES (1374,'Charlemont','MA','42.636459','-72.798742',-5,1); -INSERT INTO zipcodes VALUES (1375,'Sunderland','MA','42.449978','-72.563020',-5,1); -INSERT INTO zipcodes VALUES (1376,'Turners Falls','MA','42.609425','-72.544380',-5,1); -INSERT INTO zipcodes VALUES (1378,'Warwick','MA','42.667152','-72.327290',-5,1); -INSERT INTO zipcodes VALUES (1379,'Wendell','MA','42.547274','-72.417240',-5,1); -INSERT INTO zipcodes VALUES (1380,'Wendell Depot','MA','42.594455','-72.363140',-5,1); -INSERT INTO zipcodes VALUES (1393,'Whately','MA','42.459814','-72.593626',-5,1); -INSERT INTO zipcodes VALUES (1420,'Fitchburg','MA','42.578689','-71.803380',-5,1); -INSERT INTO zipcodes VALUES (1427,'Westborough','MA','42.286575','-71.585753',-5,1); -INSERT INTO zipcodes VALUES (1430,'Ashburnham','MA','42.658768','-71.932870',-5,1); -INSERT INTO zipcodes VALUES (1431,'Ashby','MA','42.672005','-71.813700',-5,1); -INSERT INTO zipcodes VALUES (1432,'Ayer','MA','42.549821','-71.591360',-5,1); -INSERT INTO zipcodes VALUES (1436,'Baldwinville','MA','42.608903','-72.080210',-5,1); -INSERT INTO zipcodes VALUES (1438,'East Templeton','MA','42.563367','-72.034980',-5,1); -INSERT INTO zipcodes VALUES (1440,'Gardner','MA','42.575355','-71.991830',-5,1); -INSERT INTO zipcodes VALUES (1441,'Gardner','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1450,'Groton','MA','42.609887','-71.557220',-5,1); -INSERT INTO zipcodes VALUES (1451,'Harvard','MA','42.505928','-71.588800',-5,1); -INSERT INTO zipcodes VALUES (1452,'Hubbardston','MA','42.477515','-71.996540',-5,1); -INSERT INTO zipcodes VALUES (1453,'Leominster','MA','42.526523','-71.753580',-5,1); -INSERT INTO zipcodes VALUES (1460,'Littleton','MA','42.540052','-71.490850',-5,1); -INSERT INTO zipcodes VALUES (1462,'Lunenburg','MA','42.582839','-71.720510',-5,1); -INSERT INTO zipcodes VALUES (1463,'Pepperell','MA','42.665686','-71.592900',-5,1); -INSERT INTO zipcodes VALUES (1464,'Shirley','MA','42.559289','-71.645550',-5,1); -INSERT INTO zipcodes VALUES (1467,'Still River','MA','42.488666','-71.624120',-5,1); -INSERT INTO zipcodes VALUES (1468,'Templeton','MA','42.557796','-72.068240',-5,1); -INSERT INTO zipcodes VALUES (1469,'Townsend','MA','42.658738','-71.692040',-5,1); -INSERT INTO zipcodes VALUES (1470,'Groton','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1471,'Groton','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1472,'West Groton','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1473,'Westminster','MA','42.544622','-71.902100',-5,1); -INSERT INTO zipcodes VALUES (1474,'West Townsend','MA','42.669408','-71.745780',-5,1); -INSERT INTO zipcodes VALUES (1475,'Winchendon','MA','42.675441','-72.046700',-5,1); -INSERT INTO zipcodes VALUES (1477,'Winchendon Springs','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1501,'Auburn','MA','42.203610','-71.838430',-5,1); -INSERT INTO zipcodes VALUES (1503,'Berlin','MA','42.380562','-71.626650',-5,1); -INSERT INTO zipcodes VALUES (1504,'Blackstone','MA','42.028147','-71.529990',-5,1); -INSERT INTO zipcodes VALUES (1505,'Boylston','MA','42.338392','-71.730260',-5,1); -INSERT INTO zipcodes VALUES (1506,'Brookfield','MA','42.200374','-72.097870',-5,1); -INSERT INTO zipcodes VALUES (1507,'Charlton','MA','42.135142','-71.969610',-5,1); -INSERT INTO zipcodes VALUES (1508,'Charlton City','MA','42.109748','-72.079455',-5,1); -INSERT INTO zipcodes VALUES (1509,'Charlton Depot','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1510,'Clinton','MA','42.418836','-71.684820',-5,1); -INSERT INTO zipcodes VALUES (1515,'East Brookfield','MA','42.212777','-72.053110',-5,1); -INSERT INTO zipcodes VALUES (1516,'Douglas','MA','42.061437','-71.728870',-5,1); -INSERT INTO zipcodes VALUES (1517,'East Princeton','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1518,'Fiskdale','MA','42.125150','-72.123930',-5,1); -INSERT INTO zipcodes VALUES (1519,'Grafton','MA','42.201674','-71.687710',-5,1); -INSERT INTO zipcodes VALUES (1520,'Holden','MA','42.338962','-71.844340',-5,1); -INSERT INTO zipcodes VALUES (1521,'Holland','MA','42.054676','-72.161370',-5,1); -INSERT INTO zipcodes VALUES (1522,'Jefferson','MA','42.369658','-71.874180',-5,1); -INSERT INTO zipcodes VALUES (1523,'Lancaster','MA','42.473131','-71.679460',-5,1); -INSERT INTO zipcodes VALUES (1524,'Leicester','MA','42.238942','-71.919080',-5,1); -INSERT INTO zipcodes VALUES (1525,'Linwood','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1526,'Manchaug','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1527,'Millbury','MA','42.196144','-71.762720',-5,1); -INSERT INTO zipcodes VALUES (1529,'Millville','MA','42.036396','-71.577980',-5,1); -INSERT INTO zipcodes VALUES (1531,'New Braintree','MA','42.317121','-72.122480',-5,1); -INSERT INTO zipcodes VALUES (1532,'Northborough','MA','42.321917','-71.646920',-5,1); -INSERT INTO zipcodes VALUES (1534,'Northbridge','MA','42.140741','-71.643760',-5,1); -INSERT INTO zipcodes VALUES (1535,'North Brookfield','MA','42.267274','-72.078230',-5,1); -INSERT INTO zipcodes VALUES (1536,'North Grafton','MA','42.231444','-71.705230',-5,1); -INSERT INTO zipcodes VALUES (1537,'North Oxford','MA','42.170846','-71.889890',-5,1); -INSERT INTO zipcodes VALUES (1538,'North Uxbridge','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1540,'Oxford','MA','42.117527','-71.865700',-5,1); -INSERT INTO zipcodes VALUES (1541,'Princeton','MA','42.451569','-71.882000',-5,1); -INSERT INTO zipcodes VALUES (1542,'Rochdale','MA','42.194793','-71.906510',-5,1); -INSERT INTO zipcodes VALUES (1543,'Rutland','MA','42.380877','-71.964270',-5,1); -INSERT INTO zipcodes VALUES (1545,'Shrewsbury','MA','42.286643','-71.725020',-5,1); -INSERT INTO zipcodes VALUES (1546,'Shrewsbury','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1550,'Southbridge','MA','42.070827','-72.035330',-5,1); -INSERT INTO zipcodes VALUES (1560,'South Grafton','MA','42.177462','-71.693820',-5,1); -INSERT INTO zipcodes VALUES (1561,'South Lancaster','MA','42.443539','-71.686137',-5,1); -INSERT INTO zipcodes VALUES (1562,'Spencer','MA','42.247212','-71.992270',-5,1); -INSERT INTO zipcodes VALUES (1564,'Sterling','MA','42.436875','-71.773330',-5,1); -INSERT INTO zipcodes VALUES (1566,'Sturbridge','MA','42.104581','-72.085840',-5,1); -INSERT INTO zipcodes VALUES (1568,'Upton','MA','42.173820','-71.609710',-5,1); -INSERT INTO zipcodes VALUES (1569,'Uxbridge','MA','42.064978','-71.629920',-5,1); -INSERT INTO zipcodes VALUES (1570,'Webster','MA','42.047728','-71.861080',-5,1); -INSERT INTO zipcodes VALUES (1571,'Dudley','MA','42.049864','-71.917300',-5,1); -INSERT INTO zipcodes VALUES (1580,'Westborough','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1581,'Westborough','MA','42.269845','-71.614080',-5,1); -INSERT INTO zipcodes VALUES (1582,'Westborough','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1583,'West Boylston','MA','42.359842','-71.787000',-5,1); -INSERT INTO zipcodes VALUES (1585,'West Brookfield','MA','42.242965','-72.167340',-5,1); -INSERT INTO zipcodes VALUES (1586,'West Millbury','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1588,'Whitinsville','MA','42.114195','-71.672250',-5,1); -INSERT INTO zipcodes VALUES (1590,'Sutton','MA','42.131028','-71.751210',-5,1); -INSERT INTO zipcodes VALUES (1601,'Worcester','MA','42.265275','-71.879415',-5,1); -INSERT INTO zipcodes VALUES (1602,'Worcester','MA','42.272359','-71.844820',-5,1); -INSERT INTO zipcodes VALUES (1603,'Worcester','MA','42.240526','-71.837760',-5,1); -INSERT INTO zipcodes VALUES (1604,'Worcester','MA','42.255393','-71.774590',-5,1); -INSERT INTO zipcodes VALUES (1605,'Worcester','MA','42.286543','-71.788460',-5,1); -INSERT INTO zipcodes VALUES (1606,'Worcester','MA','42.311342','-71.795310',-5,1); -INSERT INTO zipcodes VALUES (1607,'Worcester','MA','42.229543','-71.795010',-5,1); -INSERT INTO zipcodes VALUES (1608,'Worcester','MA','42.261343','-71.801730',-5,1); -INSERT INTO zipcodes VALUES (1609,'Worcester','MA','42.271743','-71.813480',-5,1); -INSERT INTO zipcodes VALUES (1610,'Worcester','MA','42.248493','-71.807930',-5,1); -INSERT INTO zipcodes VALUES (1611,'Cherry Valley','MA','42.238449','-71.871390',-5,1); -INSERT INTO zipcodes VALUES (1612,'Paxton','MA','42.307591','-71.919290',-5,1); -INSERT INTO zipcodes VALUES (1613,'Worcester','MA','42.293316','-71.801971',-5,1); -INSERT INTO zipcodes VALUES (1614,'Worcester','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1615,'Worcester','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1634,'Tolland','MA','42.069484','-72.999433',-5,1); -INSERT INTO zipcodes VALUES (1653,'Worcester','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1654,'Worcester','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1655,'Worcester','MA','42.364807','-71.896868',-5,1); -INSERT INTO zipcodes VALUES (1701,'Framingham','MA','42.318695','-71.423440',-5,1); -INSERT INTO zipcodes VALUES (1702,'Framingham','MA','42.283995','-71.421610',-5,1); -INSERT INTO zipcodes VALUES (1703,'Framingham','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1704,'Framingham','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1705,'Framingham','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1718,'Village Of Nagog Woods','MA','42.519739','-71.427210',-5,1); -INSERT INTO zipcodes VALUES (1719,'Boxborough','MA','42.486259','-71.512440',-5,1); -INSERT INTO zipcodes VALUES (1720,'Acton','MA','42.477142','-71.442200',-5,1); -INSERT INTO zipcodes VALUES (1721,'Ashland','MA','42.257956','-71.458860',-5,1); -INSERT INTO zipcodes VALUES (1730,'Bedford','MA','42.496679','-71.275040',-5,1); -INSERT INTO zipcodes VALUES (1731,'Hanscom AFB','MA','42.459085','-71.275560',-5,1); -INSERT INTO zipcodes VALUES (1740,'Bolton','MA','42.437086','-71.612660',-5,1); -INSERT INTO zipcodes VALUES (1741,'Carlisle','MA','42.528600','-71.350840',-5,1); -INSERT INTO zipcodes VALUES (1742,'Concord','MA','42.457201','-71.374780',-5,1); -INSERT INTO zipcodes VALUES (1745,'Fayville','MA','42.295544','-71.504680',-5,1); -INSERT INTO zipcodes VALUES (1746,'Holliston','MA','42.196065','-71.437970',-5,1); -INSERT INTO zipcodes VALUES (1747,'Hopedale','MA','42.125536','-71.536620',-5,1); -INSERT INTO zipcodes VALUES (1748,'Hopkinton','MA','42.220447','-71.534180',-5,1); -INSERT INTO zipcodes VALUES (1749,'Hudson','MA','42.389813','-71.557910',-5,1); -INSERT INTO zipcodes VALUES (1750,'Natick','MA','42.273817','-71.378157',-5,1); -INSERT INTO zipcodes VALUES (1752,'Marlborough','MA','42.350909','-71.547530',-5,1); -INSERT INTO zipcodes VALUES (1754,'Maynard','MA','42.430781','-71.455940',-5,1); -INSERT INTO zipcodes VALUES (1756,'Mendon','MA','42.092006','-71.544740',-5,1); -INSERT INTO zipcodes VALUES (1757,'Milford','MA','42.149176','-71.521490',-5,1); -INSERT INTO zipcodes VALUES (1760,'Natick','MA','42.290763','-71.353680',-5,1); -INSERT INTO zipcodes VALUES (1770,'Sherborn','MA','42.231025','-71.372020',-5,1); -INSERT INTO zipcodes VALUES (1772,'Southborough','MA','42.297643','-71.533690',-5,1); -INSERT INTO zipcodes VALUES (1773,'Lincoln','MA','42.425537','-71.303160',-5,1); -INSERT INTO zipcodes VALUES (1775,'Stow','MA','42.423882','-71.510860',-5,1); -INSERT INTO zipcodes VALUES (1776,'Sudbury','MA','42.385320','-71.429890',-5,1); -INSERT INTO zipcodes VALUES (1778,'Wayland','MA','42.345583','-71.356430',-5,1); -INSERT INTO zipcodes VALUES (1784,'Woodville','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1801,'Woburn','MA','42.484545','-71.152060',-5,1); -INSERT INTO zipcodes VALUES (1803,'Burlington','MA','42.506362','-71.200080',-5,1); -INSERT INTO zipcodes VALUES (1805,'Burlington','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1806,'Woburn','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1807,'Woburn','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1808,'Woburn','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1810,'Andover','MA','42.646942','-71.151300',-5,1); -INSERT INTO zipcodes VALUES (1812,'Andover','MA','42.647191','-71.184202',-5,1); -INSERT INTO zipcodes VALUES (1813,'Woburn','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1815,'Woburn','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1820,'Pinehurst','MA','42.540779','-71.238175',-5,1); -INSERT INTO zipcodes VALUES (1821,'Billerica','MA','42.548050','-71.250540',-5,1); -INSERT INTO zipcodes VALUES (1822,'Billerica','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1823,'Haverhill','MA','42.800429','-71.110870',-5,1); -INSERT INTO zipcodes VALUES (1824,'Chelmsford','MA','42.595491','-71.354400',-5,1); -INSERT INTO zipcodes VALUES (1826,'Dracut','MA','42.677772','-71.316000',-5,1); -INSERT INTO zipcodes VALUES (1827,'Dunstable','MA','42.671356','-71.502920',-5,1); -INSERT INTO zipcodes VALUES (1830,'Haverhill','MA','42.785190','-71.070110',-5,1); -INSERT INTO zipcodes VALUES (1831,'Haverhill','MA','42.771095','-71.122054',-5,1); -INSERT INTO zipcodes VALUES (1832,'Haverhill','MA','42.781357','-71.110230',-5,1); -INSERT INTO zipcodes VALUES (1833,'Georgetown','MA','42.729437','-70.982910',-5,1); -INSERT INTO zipcodes VALUES (1834,'Groveland','MA','42.750691','-71.024870',-5,1); -INSERT INTO zipcodes VALUES (1835,'Haverhill','MA','42.757767','-71.085180',-5,1); -INSERT INTO zipcodes VALUES (1840,'Lawrence','MA','42.706941','-71.161810',-5,1); -INSERT INTO zipcodes VALUES (1841,'Lawrence','MA','42.711590','-71.166670',-5,1); -INSERT INTO zipcodes VALUES (1842,'Lawrence','MA','42.635443','-70.879123',-5,1); -INSERT INTO zipcodes VALUES (1843,'Lawrence','MA','42.691091','-71.160780',-5,1); -INSERT INTO zipcodes VALUES (1844,'Methuen','MA','42.730040','-71.179350',-5,1); -INSERT INTO zipcodes VALUES (1845,'North Andover','MA','42.683841','-71.111710',-5,1); -INSERT INTO zipcodes VALUES (1850,'Lowell','MA','42.655791','-71.305040',-5,1); -INSERT INTO zipcodes VALUES (1851,'Lowell','MA','42.630915','-71.332380',-5,1); -INSERT INTO zipcodes VALUES (1852,'Lowell','MA','42.634112','-71.298490',-5,1); -INSERT INTO zipcodes VALUES (1853,'Lowell','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1854,'Lowell','MA','42.649758','-71.333480',-5,1); -INSERT INTO zipcodes VALUES (1856,'Lowell','MA','42.641779','-71.303488',-5,1); -INSERT INTO zipcodes VALUES (1860,'Merrimac','MA','42.834246','-71.002070',-5,1); -INSERT INTO zipcodes VALUES (1862,'North Billerica','MA','42.573592','-71.291100',-5,1); -INSERT INTO zipcodes VALUES (1863,'North Chelmsford','MA','42.634199','-71.393220',-5,1); -INSERT INTO zipcodes VALUES (1864,'North Reading','MA','42.583436','-71.098200',-5,1); -INSERT INTO zipcodes VALUES (1865,'Nutting Lake','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1866,'Pinehurst','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1867,'Reading','MA','42.525850','-71.109930',-5,1); -INSERT INTO zipcodes VALUES (1876,'Tewksbury','MA','42.601684','-71.220710',-5,1); -INSERT INTO zipcodes VALUES (1879,'Tyngsboro','MA','42.671589','-71.416940',-5,1); -INSERT INTO zipcodes VALUES (1880,'Wakefield','MA','42.501345','-71.071320',-5,1); -INSERT INTO zipcodes VALUES (1885,'West Boxford','MA','42.635443','-70.879123',-5,1); -INSERT INTO zipcodes VALUES (1886,'Westford','MA','42.592086','-71.437540',-5,1); -INSERT INTO zipcodes VALUES (1887,'Wilmington','MA','42.558576','-71.170310',-5,1); -INSERT INTO zipcodes VALUES (1888,'Woburn','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (1889,'North Reading','MA','42.571633','-71.109646',-5,1); -INSERT INTO zipcodes VALUES (1890,'Winchester','MA','42.451945','-71.142760',-5,1); -INSERT INTO zipcodes VALUES (1899,'Andover','MA','42.635443','-70.879123',-5,1); -INSERT INTO zipcodes VALUES (1901,'Lynn','MA','42.461246','-70.946743',-5,1); -INSERT INTO zipcodes VALUES (1902,'Lynn','MA','42.469946','-70.941130',-5,1); -INSERT INTO zipcodes VALUES (1903,'Lynn','MA','42.635443','-70.879123',-5,1); -INSERT INTO zipcodes VALUES (1904,'Lynn','MA','42.490421','-70.965790',-5,1); -INSERT INTO zipcodes VALUES (1905,'Lynn','MA','42.464879','-70.974110',-5,1); -INSERT INTO zipcodes VALUES (1906,'Saugus','MA','42.462796','-71.009800',-5,1); -INSERT INTO zipcodes VALUES (1907,'Swampscott','MA','42.474409','-70.905880',-5,1); -INSERT INTO zipcodes VALUES (1908,'Nahant','MA','42.427096','-70.928090',-5,1); -INSERT INTO zipcodes VALUES (1910,'Lynn','MA','42.454796','-70.974694',-5,1); -INSERT INTO zipcodes VALUES (1913,'Amesbury','MA','42.854423','-70.935470',-5,1); -INSERT INTO zipcodes VALUES (1915,'Beverly','MA','42.560995','-70.875700',-5,1); -INSERT INTO zipcodes VALUES (1921,'Boxford','MA','42.677869','-71.008440',-5,1); -INSERT INTO zipcodes VALUES (1922,'Byfield','MA','42.760870','-70.926480',-5,1); -INSERT INTO zipcodes VALUES (1923,'Danvers','MA','42.569756','-70.943220',-5,1); -INSERT INTO zipcodes VALUES (1929,'Essex','MA','42.631753','-70.779250',-5,1); -INSERT INTO zipcodes VALUES (1930,'Gloucester','MA','42.624015','-70.675520',-5,1); -INSERT INTO zipcodes VALUES (1931,'Gloucester','MA','42.635443','-70.879123',-5,1); -INSERT INTO zipcodes VALUES (1936,'Hamilton','MA','42.635443','-70.879123',-5,1); -INSERT INTO zipcodes VALUES (1937,'Hathorne','MA','42.635443','-70.879123',-5,1); -INSERT INTO zipcodes VALUES (1938,'Ipswich','MA','42.682965','-70.840070',-5,1); -INSERT INTO zipcodes VALUES (1940,'Lynnfield','MA','42.527895','-71.028340',-5,1); -INSERT INTO zipcodes VALUES (1944,'Manchester','MA','42.580033','-70.764620',-5,1); -INSERT INTO zipcodes VALUES (1945,'Marblehead','MA','42.497146','-70.863230',-5,1); -INSERT INTO zipcodes VALUES (1947,'Salem','MA','42.642845','-70.873647',-5,1); -INSERT INTO zipcodes VALUES (1949,'Middleton','MA','42.602278','-71.013560',-5,1); -INSERT INTO zipcodes VALUES (1950,'Newburyport','MA','42.809891','-70.863630',-5,1); -INSERT INTO zipcodes VALUES (1951,'Newbury','MA','42.780141','-70.868660',-5,1); -INSERT INTO zipcodes VALUES (1952,'Salisbury','MA','42.850480','-70.861530',-5,1); -INSERT INTO zipcodes VALUES (1960,'Peabody','MA','42.534045','-70.961460',-5,1); -INSERT INTO zipcodes VALUES (1961,'Peabody','MA','42.635443','-70.879123',-5,1); -INSERT INTO zipcodes VALUES (1965,'Prides Crossing','MA','42.558113','-70.825743',-5,1); -INSERT INTO zipcodes VALUES (1966,'Rockport','MA','42.659936','-70.617270',-5,1); -INSERT INTO zipcodes VALUES (1969,'Rowley','MA','42.716708','-70.908990',-5,1); -INSERT INTO zipcodes VALUES (1970,'Salem','MA','42.516845','-70.898500',-5,1); -INSERT INTO zipcodes VALUES (1971,'Salem','MA','42.635443','-70.879123',-5,1); -INSERT INTO zipcodes VALUES (1982,'South Hamilton','MA','42.616643','-70.865130',-5,1); -INSERT INTO zipcodes VALUES (1983,'Topsfield','MA','42.642471','-70.944240',-5,1); -INSERT INTO zipcodes VALUES (1984,'Wenham','MA','42.600518','-70.876180',-5,1); -INSERT INTO zipcodes VALUES (1985,'West Newbury','MA','42.790736','-70.972860',-5,1); -INSERT INTO zipcodes VALUES (2018,'Accord','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2019,'Bellingham','MA','42.075122','-71.479530',-5,1); -INSERT INTO zipcodes VALUES (2020,'Brant Rock','MA','42.081825','-70.643868',-5,1); -INSERT INTO zipcodes VALUES (2021,'Canton','MA','42.166776','-71.134300',-5,1); -INSERT INTO zipcodes VALUES (2025,'Cohasset','MA','42.241908','-70.812230',-5,1); -INSERT INTO zipcodes VALUES (2026,'Dedham','MA','42.244609','-71.165530',-5,1); -INSERT INTO zipcodes VALUES (2027,'Dedham','MA','42.180048','-71.089230',-5,1); -INSERT INTO zipcodes VALUES (2029,'Providence','RI','41.817398','-71.453674',-5,1); -INSERT INTO zipcodes VALUES (2030,'Dover','MA','42.238880','-71.282410',-5,1); -INSERT INTO zipcodes VALUES (2031,'East Mansfield','MA','41.998799','-71.200894',-5,1); -INSERT INTO zipcodes VALUES (2032,'East Walpole','MA','42.153912','-71.213620',-5,1); -INSERT INTO zipcodes VALUES (2035,'Foxboro','MA','42.061427','-71.242320',-5,1); -INSERT INTO zipcodes VALUES (2038,'Franklin','MA','42.089104','-71.406900',-5,1); -INSERT INTO zipcodes VALUES (2040,'Greenbush','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2041,'Green Harbor','MA','42.069642','-70.649075',-5,1); -INSERT INTO zipcodes VALUES (2043,'Hingham','MA','42.225708','-70.887640',-5,1); -INSERT INTO zipcodes VALUES (2044,'Hingham','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2045,'Hull','MA','42.286347','-70.876630',-5,1); -INSERT INTO zipcodes VALUES (2047,'Humarock','MA','42.142836','-70.693530',-5,1); -INSERT INTO zipcodes VALUES (2048,'Mansfield','MA','42.019982','-71.219100',-5,1); -INSERT INTO zipcodes VALUES (2050,'Marshfield','MA','42.109763','-70.691720',-5,1); -INSERT INTO zipcodes VALUES (2051,'Marshfield Hills','MA','42.151202','-70.734146',-5,1); -INSERT INTO zipcodes VALUES (2052,'Medfield','MA','42.185571','-71.304760',-5,1); -INSERT INTO zipcodes VALUES (2053,'Medway','MA','42.151526','-71.423150',-5,1); -INSERT INTO zipcodes VALUES (2054,'Millis','MA','42.166398','-71.361780',-5,1); -INSERT INTO zipcodes VALUES (2055,'Minot','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2056,'Norfolk','MA','42.111836','-71.328550',-5,1); -INSERT INTO zipcodes VALUES (2059,'North Marshfield','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2060,'North Scituate','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2061,'Norwell','MA','42.152430','-70.820500',-5,1); -INSERT INTO zipcodes VALUES (2062,'Norwood','MA','42.185974','-71.201660',-5,1); -INSERT INTO zipcodes VALUES (2065,'Ocean Bluff','MA','42.097219','-70.651567',-5,1); -INSERT INTO zipcodes VALUES (2066,'Scituate','MA','42.205038','-70.751300',-5,1); -INSERT INTO zipcodes VALUES (2067,'Sharon','MA','42.113749','-71.179230',-5,1); -INSERT INTO zipcodes VALUES (2070,'Sheldonville','MA','42.180048','-71.089230',-5,1); -INSERT INTO zipcodes VALUES (2071,'South Walpole','MA','42.101406','-71.272390',-5,1); -INSERT INTO zipcodes VALUES (2072,'Stoughton','MA','42.125432','-71.106270',-5,1); -INSERT INTO zipcodes VALUES (2081,'Walpole','MA','42.145237','-71.253750',-5,1); -INSERT INTO zipcodes VALUES (2085,'Foxborough','MA','42.075995','-71.286055',-5,1); -INSERT INTO zipcodes VALUES (2090,'Westwood','MA','42.212949','-71.207350',-5,1); -INSERT INTO zipcodes VALUES (2093,'Wrentham','MA','42.059700','-71.346170',-5,1); -INSERT INTO zipcodes VALUES (2101,'Boston','MA','42.370567','-71.026964',-5,1); -INSERT INTO zipcodes VALUES (2102,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2103,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2104,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2105,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2106,'Boston','MA','42.354318','-71.073449',-5,1); -INSERT INTO zipcodes VALUES (2107,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2108,'Boston','MA','42.357903','-71.064080',-5,1); -INSERT INTO zipcodes VALUES (2109,'Boston','MA','42.361477','-71.054170',-5,1); -INSERT INTO zipcodes VALUES (2110,'Boston','MA','42.356532','-71.053650',-5,1); -INSERT INTO zipcodes VALUES (2111,'Boston','MA','42.349838','-71.061010',-5,1); -INSERT INTO zipcodes VALUES (2112,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2113,'Boston','MA','42.365028','-71.056360',-5,1); -INSERT INTO zipcodes VALUES (2114,'Boston','MA','42.361792','-71.067740',-5,1); -INSERT INTO zipcodes VALUES (2115,'Boston','MA','42.343080','-71.092680',-5,1); -INSERT INTO zipcodes VALUES (2116,'Boston','MA','42.349622','-71.073720',-5,1); -INSERT INTO zipcodes VALUES (2117,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2118,'Boston','MA','42.338724','-71.072760',-5,1); -INSERT INTO zipcodes VALUES (2119,'Boston','MA','42.324511','-71.084550',-5,1); -INSERT INTO zipcodes VALUES (2120,'Boston','MA','42.332099','-71.096510',-5,1); -INSERT INTO zipcodes VALUES (2121,'Boston','MA','42.307448','-71.081270',-5,1); -INSERT INTO zipcodes VALUES (2122,'Boston','MA','42.296298','-71.054540',-5,1); -INSERT INTO zipcodes VALUES (2123,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2124,'Boston','MA','42.287130','-71.071560',-5,1); -INSERT INTO zipcodes VALUES (2125,'Boston','MA','42.316852','-71.058110',-5,1); -INSERT INTO zipcodes VALUES (2126,'Mattapan','MA','42.272098','-71.094260',-5,1); -INSERT INTO zipcodes VALUES (2127,'Boston','MA','42.334990','-71.045620',-5,1); -INSERT INTO zipcodes VALUES (2128,'Boston','MA','42.378297','-71.025500',-5,1); -INSERT INTO zipcodes VALUES (2129,'Charlestown','MA','42.378619','-71.064950',-5,1); -INSERT INTO zipcodes VALUES (2130,'Jamaica Plain','MA','42.309998','-71.111710',-5,1); -INSERT INTO zipcodes VALUES (2131,'Roslindale','MA','42.284678','-71.130520',-5,1); -INSERT INTO zipcodes VALUES (2132,'West Roxbury','MA','42.279432','-71.159800',-5,1); -INSERT INTO zipcodes VALUES (2133,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2134,'Allston','MA','42.355147','-71.131640',-5,1); -INSERT INTO zipcodes VALUES (2135,'Brighton','MA','42.348418','-71.153490',-5,1); -INSERT INTO zipcodes VALUES (2136,'Hyde Park','MA','42.252198','-71.125930',-5,1); -INSERT INTO zipcodes VALUES (2137,'Readville','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2138,'Cambridge','MA','42.379146','-71.128030',-5,1); -INSERT INTO zipcodes VALUES (2139,'Cambridge','MA','42.364347','-71.104310',-5,1); -INSERT INTO zipcodes VALUES (2140,'Cambridge','MA','42.393327','-71.128370',-5,1); -INSERT INTO zipcodes VALUES (2141,'Cambridge','MA','42.370519','-71.084430',-5,1); -INSERT INTO zipcodes VALUES (2142,'Cambridge','MA','42.362297','-71.084120',-5,1); -INSERT INTO zipcodes VALUES (2143,'Somerville','MA','42.381929','-71.099080',-5,1); -INSERT INTO zipcodes VALUES (2144,'Somerville','MA','42.399546','-71.121650',-5,1); -INSERT INTO zipcodes VALUES (2145,'Somerville','MA','42.390846','-71.092250',-5,1); -INSERT INTO zipcodes VALUES (2146,'Brookline','MA','42.308198','-71.088745',-5,1); -INSERT INTO zipcodes VALUES (2147,'Brookline Village','MA','42.180048','-71.089230',-5,1); -INSERT INTO zipcodes VALUES (2148,'Malden','MA','42.428549','-71.060590',-5,1); -INSERT INTO zipcodes VALUES (2149,'Everett','MA','42.409916','-71.052200',-5,1); -INSERT INTO zipcodes VALUES (2150,'Chelsea','MA','42.396382','-71.033520',-5,1); -INSERT INTO zipcodes VALUES (2151,'Revere','MA','42.416247','-71.005250',-5,1); -INSERT INTO zipcodes VALUES (2152,'Winthrop','MA','42.373047','-70.978030',-5,1); -INSERT INTO zipcodes VALUES (2153,'Medford','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2154,'Waltham','MA','42.388938','-71.239800',-5,1); -INSERT INTO zipcodes VALUES (2155,'Medford','MA','42.419846','-71.109420',-5,1); -INSERT INTO zipcodes VALUES (2156,'West Medford','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2157,'Babson Park','MA','42.173933','-71.185494',-5,1); -INSERT INTO zipcodes VALUES (2158,'Newton','MA','42.353696','-71.188149',-5,1); -INSERT INTO zipcodes VALUES (2159,'Newton','MA','42.316097','-71.191248',-5,1); -INSERT INTO zipcodes VALUES (2160,'Newton','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2161,'Newton','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2162,'Newton','MA','42.331896','-71.254050',-5,1); -INSERT INTO zipcodes VALUES (2163,'Boston','MA','42.367946','-71.120560',-5,1); -INSERT INTO zipcodes VALUES (2164,'Newton','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2165,'Newton','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2166,'Auburndale','MA','42.346146','-71.243057',-5,1); -INSERT INTO zipcodes VALUES (2167,'Chestnut Hill','MA','42.320797','-71.169847',-5,1); -INSERT INTO zipcodes VALUES (2168,'Waban','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2169,'Quincy','MA','42.250739','-70.995930',-5,1); -INSERT INTO zipcodes VALUES (2170,'Quincy','MA','42.267049','-71.018340',-5,1); -INSERT INTO zipcodes VALUES (2171,'Quincy','MA','42.284498','-71.023160',-5,1); -INSERT INTO zipcodes VALUES (2172,'Watertown','MA','42.372596','-71.177998',-5,1); -INSERT INTO zipcodes VALUES (2173,'Lexington','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2174,'Arlington','MA','42.417695','-71.167083',-5,1); -INSERT INTO zipcodes VALUES (2175,'Arlington Heights','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2176,'Melrose','MA','42.459045','-71.062330',-5,1); -INSERT INTO zipcodes VALUES (2177,'Melrose','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2178,'Belmont','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2179,'Waverley','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2180,'Stoneham','MA','42.480145','-71.098350',-5,1); -INSERT INTO zipcodes VALUES (2181,'Wellesley','MA','42.300596','-71.278750',-5,1); -INSERT INTO zipcodes VALUES (2184,'Braintree','MA','42.209555','-70.999680',-5,1); -INSERT INTO zipcodes VALUES (2185,'Braintree','MA','42.180048','-71.089230',-5,1); -INSERT INTO zipcodes VALUES (2186,'Milton','MA','42.253074','-71.074960',-5,1); -INSERT INTO zipcodes VALUES (2187,'Milton Village','MA','42.180048','-71.089230',-5,1); -INSERT INTO zipcodes VALUES (2188,'Weymouth','MA','42.212866','-70.958720',-5,1); -INSERT INTO zipcodes VALUES (2189,'Weymouth','MA','42.211200','-70.931110',-5,1); -INSERT INTO zipcodes VALUES (2190,'Weymouth','MA','42.171100','-70.945970',-5,1); -INSERT INTO zipcodes VALUES (2191,'Weymouth','MA','42.242749','-70.944340',-5,1); -INSERT INTO zipcodes VALUES (2192,'Needham','MA','42.180048','-71.089230',-5,1); -INSERT INTO zipcodes VALUES (2193,'Weston','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2194,'Needham','MA','42.292547','-71.225799',-5,1); -INSERT INTO zipcodes VALUES (2195,'Newton','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2196,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2199,'Boston','MA','42.347130','-71.082340',-5,1); -INSERT INTO zipcodes VALUES (2201,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2202,'Boston','MA','42.361094','-71.061814',-5,1); -INSERT INTO zipcodes VALUES (2203,'Boston','MA','42.361485','-71.060364',-5,1); -INSERT INTO zipcodes VALUES (2204,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2205,'Boston','MA','42.350334','-71.053877',-5,1); -INSERT INTO zipcodes VALUES (2206,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2207,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2208,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2209,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2210,'Boston','MA','42.347974','-71.044630',-5,1); -INSERT INTO zipcodes VALUES (2211,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2212,'Boston','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2215,'Boston','MA','42.346997','-71.102150',-5,1); -INSERT INTO zipcodes VALUES (2216,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2217,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2222,'Boston','MA','42.367797','-71.062820',-5,1); -INSERT INTO zipcodes VALUES (2238,'Cambridge','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2239,'Cambridge','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2241,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2254,'Waltham','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2258,'Newton','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2266,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2269,'Quincy','MA','42.180048','-71.089230',-5,1); -INSERT INTO zipcodes VALUES (2272,'Watertown','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2277,'Watertown','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2283,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2284,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2293,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2295,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2297,'Boston','MA','42.338947','-70.919635',-5,1); -INSERT INTO zipcodes VALUES (2301,'Brockton','MA','42.079400','-71.034410',-5,1); -INSERT INTO zipcodes VALUES (2302,'Brockton','MA','42.087150','-71.002220',-5,1); -INSERT INTO zipcodes VALUES (2303,'Brockton','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2304,'Brockton','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2305,'Brockton','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2322,'Avon','MA','42.121932','-71.045220',-5,1); -INSERT INTO zipcodes VALUES (2324,'Bridgewater','MA','41.979501','-70.972150',-5,1); -INSERT INTO zipcodes VALUES (2325,'Bridgewater','MA','41.987250','-70.972786',-5,1); -INSERT INTO zipcodes VALUES (2327,'Bryantville','MA','42.040708','-70.827245',-5,1); -INSERT INTO zipcodes VALUES (2330,'Carver','MA','41.873697','-70.765600',-5,1); -INSERT INTO zipcodes VALUES (2331,'Duxbury','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2332,'Duxbury','MA','42.031371','-70.701050',-5,1); -INSERT INTO zipcodes VALUES (2333,'East Bridgewater','MA','42.029083','-70.952270',-5,1); -INSERT INTO zipcodes VALUES (2334,'Easton','MA','42.023528','-71.132397',-5,1); -INSERT INTO zipcodes VALUES (2337,'Elmwood','MA','42.022225','-70.931588',-5,1); -INSERT INTO zipcodes VALUES (2338,'Halifax','MA','41.999851','-70.853950',-5,1); -INSERT INTO zipcodes VALUES (2339,'Hanover','MA','42.128670','-70.859130',-5,1); -INSERT INTO zipcodes VALUES (2341,'Hanson','MA','42.059434','-70.862050',-5,1); -INSERT INTO zipcodes VALUES (2343,'Holbrook','MA','42.148351','-71.010370',-5,1); -INSERT INTO zipcodes VALUES (2344,'Middleboro','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2345,'Manomet','MA','41.888198','-70.581029',-5,1); -INSERT INTO zipcodes VALUES (2346,'Middleboro','MA','41.889582','-70.894060',-5,1); -INSERT INTO zipcodes VALUES (2347,'Lakeville','MA','41.835094','-70.959730',-5,1); -INSERT INTO zipcodes VALUES (2348,'Middleboro','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2349,'Middleboro','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2350,'Monponsett','MA','42.018525','-70.847486',-5,1); -INSERT INTO zipcodes VALUES (2351,'Abington','MA','42.119534','-70.947870',-5,1); -INSERT INTO zipcodes VALUES (2355,'North Carver','MA','41.916918','-70.801331',-5,1); -INSERT INTO zipcodes VALUES (2356,'North Easton','MA','42.058507','-71.113090',-5,1); -INSERT INTO zipcodes VALUES (2357,'North Easton','MA','42.064499','-71.087091',-5,1); -INSERT INTO zipcodes VALUES (2358,'North Pembroke','MA','41.805219','-70.626420',-5,1); -INSERT INTO zipcodes VALUES (2359,'Pembroke','MA','42.065554','-70.804260',-5,1); -INSERT INTO zipcodes VALUES (2360,'Plymouth','MA','41.894676','-70.619990',-5,1); -INSERT INTO zipcodes VALUES (2361,'Plymouth','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2362,'Plymouth','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2363,'Plymouth','MA','41.959094','-70.706774',-5,1); -INSERT INTO zipcodes VALUES (2364,'Kingston','MA','41.993102','-70.738270',-5,1); -INSERT INTO zipcodes VALUES (2366,'South Carver','MA','41.854063','-70.660880',-5,1); -INSERT INTO zipcodes VALUES (2367,'Plympton','MA','41.968987','-70.804520',-5,1); -INSERT INTO zipcodes VALUES (2368,'Randolph','MA','42.173417','-71.049120',-5,1); -INSERT INTO zipcodes VALUES (2369,'Dennis Port','MA','41.662531','-70.140210',-5,1); -INSERT INTO zipcodes VALUES (2370,'Rockland','MA','42.129513','-70.911890',-5,1); -INSERT INTO zipcodes VALUES (2375,'South Easton','MA','42.029749','-71.101910',-5,1); -INSERT INTO zipcodes VALUES (2379,'West Bridgewater','MA','42.021950','-71.018780',-5,1); -INSERT INTO zipcodes VALUES (2381,'White Horse Beach','MA','41.931602','-70.561051',-5,1); -INSERT INTO zipcodes VALUES (2382,'Whitman','MA','42.082350','-70.937340',-5,1); -INSERT INTO zipcodes VALUES (2401,'Brockton','MA','42.079399','-71.034590',-5,1); -INSERT INTO zipcodes VALUES (2402,'Brockton','MA','42.086300','-70.999339',-5,1); -INSERT INTO zipcodes VALUES (2403,'Brockton','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2404,'Brockton','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2405,'Brockton','MA','41.970474','-70.701357',-5,1); -INSERT INTO zipcodes VALUES (2407,'Scituate','MA','42.136086','-70.688251',-5,1); -INSERT INTO zipcodes VALUES (2420,'Lexington','MA','42.452895','-71.216190',-5,1); -INSERT INTO zipcodes VALUES (2421,'Lexington','MA','42.439295','-71.235530',-5,1); -INSERT INTO zipcodes VALUES (2445,'Brookline','MA','42.324397','-71.139330',-5,1); -INSERT INTO zipcodes VALUES (2446,'Brookline','MA','42.344747','-71.121410',-5,1); -INSERT INTO zipcodes VALUES (2447,'Brookline Village','MA','42.180048','-71.089230',-5,1); -INSERT INTO zipcodes VALUES (2451,'Waltham','MA','42.393029','-71.247710',-5,1); -INSERT INTO zipcodes VALUES (2452,'Waltham','MA','42.392496','-71.221530',-5,1); -INSERT INTO zipcodes VALUES (2453,'Waltham','MA','42.370446','-71.235630',-5,1); -INSERT INTO zipcodes VALUES (2454,'Waltham','MA','42.356719','-71.250479',-5,1); -INSERT INTO zipcodes VALUES (2456,'New Town','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2457,'Babson Park','MA','42.180048','-71.089230',-5,1); -INSERT INTO zipcodes VALUES (2458,'Newton','MA','42.354727','-71.188090',-5,1); -INSERT INTO zipcodes VALUES (2459,'Newton Center','MA','42.321197','-71.193000',-5,1); -INSERT INTO zipcodes VALUES (2460,'Newtonville','MA','42.352996','-71.209070',-5,1); -INSERT INTO zipcodes VALUES (2461,'Newton Highlands','MA','42.318830','-71.208220',-5,1); -INSERT INTO zipcodes VALUES (2462,'Newton Lower Falls','MA','42.331646','-71.257610',-5,1); -INSERT INTO zipcodes VALUES (2464,'Newton Upper Falls','MA','42.311997','-71.220460',-5,1); -INSERT INTO zipcodes VALUES (2465,'West Newton','MA','42.351046','-71.226770',-5,1); -INSERT INTO zipcodes VALUES (2466,'Auburndale','MA','42.345833','-71.247350',-5,1); -INSERT INTO zipcodes VALUES (2467,'Chestnut Hill','MA','42.321997','-71.173140',-5,1); -INSERT INTO zipcodes VALUES (2468,'Waban','MA','42.325247','-71.231900',-5,1); -INSERT INTO zipcodes VALUES (2471,'Watertown','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2472,'Watertown','MA','42.371296','-71.181960',-5,1); -INSERT INTO zipcodes VALUES (2474,'Arlington','MA','42.419496','-71.156350',-5,1); -INSERT INTO zipcodes VALUES (2475,'Arlington Heights','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2476,'Arlington','MA','42.416745','-71.177610',-5,1); -INSERT INTO zipcodes VALUES (2477,'Watertown','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2478,'Belmont','MA','42.391546','-71.174710',-5,1); -INSERT INTO zipcodes VALUES (2479,'Waverley','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2481,'Wellesley Hills','MA','42.313329','-71.276490',-5,1); -INSERT INTO zipcodes VALUES (2482,'Wellesley','MA','42.300096','-71.303360',-5,1); -INSERT INTO zipcodes VALUES (2492,'Needham','MA','42.278247','-71.233880',-5,1); -INSERT INTO zipcodes VALUES (2493,'Weston','MA','42.358663','-71.288310',-5,1); -INSERT INTO zipcodes VALUES (2494,'Needham','MA','42.298130','-71.231540',-5,1); -INSERT INTO zipcodes VALUES (2495,'Nonantum','MA','42.446396','-71.459405',-5,1); -INSERT INTO zipcodes VALUES (2532,'Buzzards Bay','MA','41.751841','-70.597640',-5,1); -INSERT INTO zipcodes VALUES (2534,'Cataumet','MA','41.665660','-70.616000',-5,1); -INSERT INTO zipcodes VALUES (2535,'Chilmark','MA','41.345578','-70.751450',-5,1); -INSERT INTO zipcodes VALUES (2536,'East Falmouth','MA','41.578992','-70.561400',-5,1); -INSERT INTO zipcodes VALUES (2537,'East Sandwich','MA','41.733837','-70.437540',-5,1); -INSERT INTO zipcodes VALUES (2538,'East Wareham','MA','41.782915','-70.648810',-5,1); -INSERT INTO zipcodes VALUES (2539,'Edgartown','MA','41.380479','-70.524530',-5,1); -INSERT INTO zipcodes VALUES (2540,'Falmouth','MA','41.561050','-70.619680',-5,1); -INSERT INTO zipcodes VALUES (2541,'Falmouth','MA','41.799312','-70.308662',-5,1); -INSERT INTO zipcodes VALUES (2542,'Buzzards Bay','MA','41.665605','-70.524560',-5,1); -INSERT INTO zipcodes VALUES (2543,'Woods Hole','MA','41.526791','-70.665050',-5,1); -INSERT INTO zipcodes VALUES (2549,'Mashpee','MA','41.621779','-70.504349',-5,1); -INSERT INTO zipcodes VALUES (2551,'Oak Bluffs','MA','41.453321','-70.558023',-5,1); -INSERT INTO zipcodes VALUES (2552,'Menemsha','MA','41.379836','-70.643092',-5,1); -INSERT INTO zipcodes VALUES (2553,'Monument Beach','MA','41.673360','-70.608047',-5,1); -INSERT INTO zipcodes VALUES (2554,'Nantucket','MA','41.276758','-70.090890',-5,1); -INSERT INTO zipcodes VALUES (2556,'North Falmouth','MA','41.640300','-70.630360',-5,1); -INSERT INTO zipcodes VALUES (2557,'Oak Bluffs','MA','41.417376','-70.560032',-5,1); -INSERT INTO zipcodes VALUES (2558,'Onset','MA','41.746424','-70.659560',-5,1); -INSERT INTO zipcodes VALUES (2559,'Pocasset','MA','41.694132','-70.617060',-5,1); -INSERT INTO zipcodes VALUES (2561,'Sagamore','MA','41.770254','-70.533664',-5,1); -INSERT INTO zipcodes VALUES (2562,'Sagamore Beach','MA','41.793263','-70.519584',-5,1); -INSERT INTO zipcodes VALUES (2563,'Sandwich','MA','41.735645','-70.488660',-5,1); -INSERT INTO zipcodes VALUES (2564,'Siasconset','MA','41.273949','-70.015545',-5,1); -INSERT INTO zipcodes VALUES (2565,'Silver Beach','MA','41.799312','-70.308662',-5,1); -INSERT INTO zipcodes VALUES (2567,'Sagamore','MA','41.791970','-70.530852',-5,1); -INSERT INTO zipcodes VALUES (2568,'Vineyard Haven','MA','41.451263','-70.608720',-5,1); -INSERT INTO zipcodes VALUES (2571,'Wareham','MA','41.751554','-70.710590',-5,1); -INSERT INTO zipcodes VALUES (2573,'Vineyard Haven','MA','41.379836','-70.643092',-5,1); -INSERT INTO zipcodes VALUES (2574,'West Falmouth','MA','41.603946','-70.638189',-5,1); -INSERT INTO zipcodes VALUES (2575,'West Tisbury','MA','41.378807','-70.663760',-5,1); -INSERT INTO zipcodes VALUES (2576,'West Wareham','MA','41.776042','-70.757830',-5,1); -INSERT INTO zipcodes VALUES (2584,'Nantucket','MA','41.277794','-70.046019',-5,1); -INSERT INTO zipcodes VALUES (2595,'West Tisbury','MA','41.381585','-70.663510',-5,1); -INSERT INTO zipcodes VALUES (2601,'Hyannis','MA','41.654741','-70.289500',-5,1); -INSERT INTO zipcodes VALUES (2625,'Barnstable Town','MA','41.640528','-70.433279',-5,1); -INSERT INTO zipcodes VALUES (2630,'Barnstable','MA','41.700327','-70.295680',-5,1); -INSERT INTO zipcodes VALUES (2631,'Brewster','MA','41.746647','-70.077730',-5,1); -INSERT INTO zipcodes VALUES (2632,'Centerville','MA','41.658718','-70.346580',-5,1); -INSERT INTO zipcodes VALUES (2633,'Chatham','MA','41.686534','-69.977460',-5,1); -INSERT INTO zipcodes VALUES (2634,'Centerville','MA','41.799312','-70.308662',-5,1); -INSERT INTO zipcodes VALUES (2635,'Cotuit','MA','41.625037','-70.443170',-5,1); -INSERT INTO zipcodes VALUES (2636,'Centerville','MA','41.799312','-70.308662',-5,1); -INSERT INTO zipcodes VALUES (2637,'Cummaquid','MA','41.701438','-70.277212',-5,1); -INSERT INTO zipcodes VALUES (2638,'Dennis','MA','41.736684','-70.191830',-5,1); -INSERT INTO zipcodes VALUES (2639,'Dennis Port','MA','41.661115','-70.133480',-5,1); -INSERT INTO zipcodes VALUES (2641,'East Dennis','MA','41.734713','-70.204670',-5,1); -INSERT INTO zipcodes VALUES (2642,'Eastham','MA','41.844087','-69.989210',-5,1); -INSERT INTO zipcodes VALUES (2643,'East Orleans','MA','41.784308','-69.962034',-5,1); -INSERT INTO zipcodes VALUES (2644,'Forestdale','MA','41.683462','-70.512110',-5,1); -INSERT INTO zipcodes VALUES (2645,'Harwich','MA','41.707332','-70.056790',-5,1); -INSERT INTO zipcodes VALUES (2646,'Harwich Port','MA','41.669219','-70.074190',-5,1); -INSERT INTO zipcodes VALUES (2647,'Hyannis Port','MA','41.632750','-70.304350',-5,1); -INSERT INTO zipcodes VALUES (2648,'Marstons Mills','MA','41.667689','-70.416800',-5,1); -INSERT INTO zipcodes VALUES (2649,'Mashpee','MA','41.613743','-70.487540',-5,1); -INSERT INTO zipcodes VALUES (2650,'North Chatham','MA','41.702265','-69.969580',-5,1); -INSERT INTO zipcodes VALUES (2651,'North Eastham','MA','41.824264','-69.981760',-5,1); -INSERT INTO zipcodes VALUES (2652,'North Truro','MA','42.028890','-70.079380',-5,1); -INSERT INTO zipcodes VALUES (2653,'Orleans','MA','41.777647','-69.973120',-5,1); -INSERT INTO zipcodes VALUES (2654,'Nantucket','MA','41.543967','-69.987203',-5,1); -INSERT INTO zipcodes VALUES (2655,'Osterville','MA','41.632935','-70.386930',-5,1); -INSERT INTO zipcodes VALUES (2657,'Provincetown','MA','42.053355','-70.189470',-5,1); -INSERT INTO zipcodes VALUES (2659,'South Chatham','MA','41.678628','-70.024950',-5,1); -INSERT INTO zipcodes VALUES (2660,'South Dennis','MA','41.712338','-70.161650',-5,1); -INSERT INTO zipcodes VALUES (2661,'South Harwich','MA','41.675799','-70.039600',-5,1); -INSERT INTO zipcodes VALUES (2662,'South Orleans','MA','41.756694','-69.984123',-5,1); -INSERT INTO zipcodes VALUES (2663,'South Wellfleet','MA','41.800531','-70.076776',-5,1); -INSERT INTO zipcodes VALUES (2664,'South Yarmouth','MA','41.670981','-70.197970',-5,1); -INSERT INTO zipcodes VALUES (2666,'Truro','MA','41.992804','-70.054270',-5,1); -INSERT INTO zipcodes VALUES (2667,'Wellfleet','MA','41.922412','-70.014840',-5,1); -INSERT INTO zipcodes VALUES (2668,'West Barnstable','MA','41.706310','-70.370480',-5,1); -INSERT INTO zipcodes VALUES (2669,'West Chatham','MA','41.673635','-69.994940',-5,1); -INSERT INTO zipcodes VALUES (2670,'West Dennis','MA','41.659749','-70.170890',-5,1); -INSERT INTO zipcodes VALUES (2671,'West Harwich','MA','41.665589','-70.111520',-5,1); -INSERT INTO zipcodes VALUES (2672,'West Hyannisport','MA','41.636077','-70.319620',-5,1); -INSERT INTO zipcodes VALUES (2673,'West Yarmouth','MA','41.656883','-70.237260',-5,1); -INSERT INTO zipcodes VALUES (2675,'Yarmouth Port','MA','41.703205','-70.223950',-5,1); -INSERT INTO zipcodes VALUES (2702,'Assonet','MA','41.792192','-71.064460',-5,1); -INSERT INTO zipcodes VALUES (2703,'Attleboro','MA','41.928099','-71.314560',-5,1); -INSERT INTO zipcodes VALUES (2712,'Chartley','MA','41.756214','-71.067062',-5,1); -INSERT INTO zipcodes VALUES (2713,'Cuttyhunk','MA','41.429673','-70.895400',-5,1); -INSERT INTO zipcodes VALUES (2714,'Dartmouth','MA','41.756214','-71.067062',-5,1); -INSERT INTO zipcodes VALUES (2715,'Dighton','MA','41.811514','-71.136330',-5,1); -INSERT INTO zipcodes VALUES (2717,'East Freetown','MA','41.765934','-70.953320',-5,1); -INSERT INTO zipcodes VALUES (2718,'East Taunton','MA','41.876249','-71.018270',-5,1); -INSERT INTO zipcodes VALUES (2719,'Fairhaven','MA','41.634152','-70.881400',-5,1); -INSERT INTO zipcodes VALUES (2720,'Fall River','MA','41.716952','-71.139860',-5,1); -INSERT INTO zipcodes VALUES (2721,'Fall River','MA','41.685452','-71.154250',-5,1); -INSERT INTO zipcodes VALUES (2722,'Fall River','MA','41.756214','-71.067062',-5,1); -INSERT INTO zipcodes VALUES (2723,'Fall River','MA','41.691369','-71.132340',-5,1); -INSERT INTO zipcodes VALUES (2724,'Fall River','MA','41.684152','-71.174360',-5,1); -INSERT INTO zipcodes VALUES (2725,'Somerset','MA','41.721652','-71.174820',-5,1); -INSERT INTO zipcodes VALUES (2726,'Somerset','MA','41.754828','-71.148940',-5,1); -INSERT INTO zipcodes VALUES (2735,'Easton','MA','41.999346','-71.113582',-5,1); -INSERT INTO zipcodes VALUES (2738,'Marion','MA','41.706599','-70.750860',-5,1); -INSERT INTO zipcodes VALUES (2739,'Mattapoisett','MA','41.654776','-70.800870',-5,1); -INSERT INTO zipcodes VALUES (2740,'New Bedford','MA','41.634754','-70.937520',-5,1); -INSERT INTO zipcodes VALUES (2741,'New Bedford','MA','41.756214','-71.067062',-5,1); -INSERT INTO zipcodes VALUES (2742,'New Bedford','MA','41.619557','-70.956346',-5,1); -INSERT INTO zipcodes VALUES (2743,'Acushnet','MA','41.697015','-70.910190',-5,1); -INSERT INTO zipcodes VALUES (2744,'New Bedford','MA','41.610754','-70.914530',-5,1); -INSERT INTO zipcodes VALUES (2745,'New Bedford','MA','41.692806','-70.932640',-5,1); -INSERT INTO zipcodes VALUES (2746,'New Bedford','MA','41.659336','-70.933470',-5,1); -INSERT INTO zipcodes VALUES (2747,'North Dartmouth','MA','41.637916','-70.990760',-5,1); -INSERT INTO zipcodes VALUES (2748,'South Dartmouth','MA','41.591560','-70.949400',-5,1); -INSERT INTO zipcodes VALUES (2760,'North Attleboro','MA','41.975495','-71.330860',-5,1); -INSERT INTO zipcodes VALUES (2761,'North Attleboro','MA','41.756214','-71.067062',-5,1); -INSERT INTO zipcodes VALUES (2762,'Plainville','MA','42.011848','-71.323920',-5,1); -INSERT INTO zipcodes VALUES (2763,'Attleboro Falls','MA','41.967949','-71.310240',-5,1); -INSERT INTO zipcodes VALUES (2764,'North Dighton','MA','41.851557','-71.151250',-5,1); -INSERT INTO zipcodes VALUES (2766,'Norton','MA','41.969185','-71.185400',-5,1); -INSERT INTO zipcodes VALUES (2767,'Raynham','MA','41.934586','-71.049050',-5,1); -INSERT INTO zipcodes VALUES (2768,'Raynham Center','MA','41.756214','-71.067062',-5,1); -INSERT INTO zipcodes VALUES (2769,'Rehoboth','MA','41.835067','-71.261150',-5,1); -INSERT INTO zipcodes VALUES (2770,'Rochester','MA','41.760783','-70.838480',-5,1); -INSERT INTO zipcodes VALUES (2771,'Seekonk','MA','41.843450','-71.323430',-5,1); -INSERT INTO zipcodes VALUES (2777,'Swansea','MA','41.741551','-71.214330',-5,1); -INSERT INTO zipcodes VALUES (2779,'Berkley','MA','41.825252','-71.077990',-5,1); -INSERT INTO zipcodes VALUES (2780,'Taunton','MA','41.904888','-71.102880',-5,1); -INSERT INTO zipcodes VALUES (2781,'Westport','MA','41.522877','-71.069344',-5,1); -INSERT INTO zipcodes VALUES (2783,'Taunton','MA','41.756214','-71.067062',-5,1); -INSERT INTO zipcodes VALUES (2789,'South Kingstown','RI','41.487831','-71.457592',-5,1); -INSERT INTO zipcodes VALUES (2790,'Westport','MA','41.602517','-71.089040',-5,1); -INSERT INTO zipcodes VALUES (2791,'Westport Point','MA','41.519104','-71.085137',-5,1); -INSERT INTO zipcodes VALUES (2801,'Adamsville','RI','41.530131','-71.284066',-5,1); -INSERT INTO zipcodes VALUES (2802,'Albion','RI','41.954098','-71.462053',-5,1); -INSERT INTO zipcodes VALUES (2804,'Ashaway','RI','41.430068','-71.781010',-5,1); -INSERT INTO zipcodes VALUES (2805,'Foster','RI','41.830469','-71.711713',-5,1); -INSERT INTO zipcodes VALUES (2806,'Barrington','RI','41.746834','-71.320310',-5,1); -INSERT INTO zipcodes VALUES (2807,'Block Island','RI','41.171389','-71.583580',-5,1); -INSERT INTO zipcodes VALUES (2808,'Bradford','RI','41.402009','-71.747850',-5,1); -INSERT INTO zipcodes VALUES (2809,'Bristol','RI','41.684200','-71.268660',-5,1); -INSERT INTO zipcodes VALUES (2812,'Carolina','RI','41.466030','-71.664080',-5,1); -INSERT INTO zipcodes VALUES (2813,'Charlestown','RI','41.385256','-71.668130',-5,1); -INSERT INTO zipcodes VALUES (2814,'Chepachet','RI','41.896002','-71.703350',-5,1); -INSERT INTO zipcodes VALUES (2815,'Clayville','RI','41.777861','-71.670090',-5,1); -INSERT INTO zipcodes VALUES (2816,'Coventry','RI','41.691050','-71.574620',-5,1); -INSERT INTO zipcodes VALUES (2817,'West Greenwich','RI','41.625874','-71.670230',-5,1); -INSERT INTO zipcodes VALUES (2818,'East Greenwich','RI','41.649733','-71.468150',-5,1); -INSERT INTO zipcodes VALUES (2822,'Exeter','RI','41.563937','-71.605470',-5,1); -INSERT INTO zipcodes VALUES (2823,'Fiskeville','RI','41.731200','-71.546756',-5,1); -INSERT INTO zipcodes VALUES (2824,'Forestdale','RI','42.000248','-71.563057',-5,1); -INSERT INTO zipcodes VALUES (2825,'Foster','RI','41.785151','-71.720210',-5,1); -INSERT INTO zipcodes VALUES (2826,'Glendale','RI','41.982417','-71.600848',-5,1); -INSERT INTO zipcodes VALUES (2827,'Greene','RI','41.695419','-71.744720',-5,1); -INSERT INTO zipcodes VALUES (2828,'Greenville','RI','41.870799','-71.553900',-5,1); -INSERT INTO zipcodes VALUES (2829,'Harmony','RI','41.879298','-71.589357',-5,1); -INSERT INTO zipcodes VALUES (2830,'Harrisville','RI','41.976659','-71.649690',-5,1); -INSERT INTO zipcodes VALUES (2831,'Hope','RI','41.738650','-71.574820',-5,1); -INSERT INTO zipcodes VALUES (2832,'Hope Valley','RI','41.511414','-71.727370',-5,1); -INSERT INTO zipcodes VALUES (2833,'Hopkinton','RI','41.470822','-71.777220',-5,1); -INSERT INTO zipcodes VALUES (2835,'Jamestown','RI','41.520312','-71.371800',-5,1); -INSERT INTO zipcodes VALUES (2836,'Kenyon','RI','41.448844','-71.621450',-5,1); -INSERT INTO zipcodes VALUES (2837,'Little Compton','RI','41.518038','-71.165480',-5,1); -INSERT INTO zipcodes VALUES (2838,'Manville','RI','41.968698','-71.475030',-5,1); -INSERT INTO zipcodes VALUES (2839,'Mapleville','RI','41.948108','-71.640030',-5,1); -INSERT INTO zipcodes VALUES (2840,'Newport','RI','41.488002','-71.312620',-5,1); -INSERT INTO zipcodes VALUES (2841,'Newport','RI','41.498977','-71.299004',-5,1); -INSERT INTO zipcodes VALUES (2842,'Middletown','RI','41.511739','-71.286580',-5,1); -INSERT INTO zipcodes VALUES (2852,'North Kingstown','RI','41.589701','-71.454000',-5,1); -INSERT INTO zipcodes VALUES (2854,'North Kingstown','RI','41.375317','-71.643930',-5,1); -INSERT INTO zipcodes VALUES (2857,'North Scituate','RI','41.839020','-71.625700',-5,1); -INSERT INTO zipcodes VALUES (2858,'Oakland','RI','41.961860','-71.646610',-5,1); -INSERT INTO zipcodes VALUES (2859,'Pascoag','RI','41.964896','-71.723110',-5,1); -INSERT INTO zipcodes VALUES (2860,'Pawtucket','RI','41.872099','-71.390070',-5,1); -INSERT INTO zipcodes VALUES (2861,'Pawtucket','RI','41.881632','-71.355830',-5,1); -INSERT INTO zipcodes VALUES (2862,'Pawtucket','RI','41.861250','-71.369099',-5,1); -INSERT INTO zipcodes VALUES (2863,'Central Falls','RI','41.889863','-71.392600',-5,1); -INSERT INTO zipcodes VALUES (2864,'Cumberland','RI','41.949099','-71.411810',-5,1); -INSERT INTO zipcodes VALUES (2865,'Lincoln','RI','41.905666','-71.430230',-5,1); -INSERT INTO zipcodes VALUES (2871,'Portsmouth','RI','41.603929','-71.260990',-5,1); -INSERT INTO zipcodes VALUES (2872,'Prudence Island','RI','41.707119','-71.286834',-5,1); -INSERT INTO zipcodes VALUES (2873,'Rockville','RI','41.519922','-71.774023',-5,1); -INSERT INTO zipcodes VALUES (2874,'Saunderstown','RI','41.515135','-71.456920',-5,1); -INSERT INTO zipcodes VALUES (2875,'Shannock','RI','41.447642','-71.638770',-5,1); -INSERT INTO zipcodes VALUES (2876,'Slatersville','RI','41.998398','-71.576307',-5,1); -INSERT INTO zipcodes VALUES (2877,'Slocum','RI','41.528900','-71.529854',-5,1); -INSERT INTO zipcodes VALUES (2878,'Tiverton','RI','41.629413','-71.187240',-5,1); -INSERT INTO zipcodes VALUES (2879,'Wakefield','RI','41.423601','-71.523220',-5,1); -INSERT INTO zipcodes VALUES (2880,'Wakefield','RI','41.375317','-71.643930',-5,1); -INSERT INTO zipcodes VALUES (2881,'Kingston','RI','41.481001','-71.526890',-5,1); -INSERT INTO zipcodes VALUES (2882,'Narragansett','RI','41.432452','-71.463520',-5,1); -INSERT INTO zipcodes VALUES (2883,'Peace Dale','RI','41.375317','-71.643930',-5,1); -INSERT INTO zipcodes VALUES (2885,'Warren','RI','41.726184','-71.270490',-5,1); -INSERT INTO zipcodes VALUES (2886,'Warwick','RI','41.705478','-71.451190',-5,1); -INSERT INTO zipcodes VALUES (2887,'Warwick','RI','41.682455','-71.557732',-5,1); -INSERT INTO zipcodes VALUES (2888,'Warwick','RI','41.748050','-71.409820',-5,1); -INSERT INTO zipcodes VALUES (2889,'Warwick','RI','41.706814','-71.391100',-5,1); -INSERT INTO zipcodes VALUES (2891,'Westerly','RI','41.354881','-71.803870',-5,1); -INSERT INTO zipcodes VALUES (2892,'West Kingston','RI','41.501550','-71.584650',-5,1); -INSERT INTO zipcodes VALUES (2893,'West Warwick','RI','41.703750','-71.518570',-5,1); -INSERT INTO zipcodes VALUES (2894,'Wood River Junction','RI','41.444078','-71.695560',-5,1); -INSERT INTO zipcodes VALUES (2895,'Woonsocket','RI','42.001731','-71.507220',-5,1); -INSERT INTO zipcodes VALUES (2896,'North Smithfield','RI','41.988166','-71.551880',-5,1); -INSERT INTO zipcodes VALUES (2898,'Wyoming','RI','41.514950','-71.684840',-5,1); -INSERT INTO zipcodes VALUES (2901,'Providence','RI','41.822750','-71.414451',-5,1); -INSERT INTO zipcodes VALUES (2902,'Providence','RI','41.818350','-71.424851',-5,1); -INSERT INTO zipcodes VALUES (2903,'Providence','RI','41.820800','-71.413060',-5,1); -INSERT INTO zipcodes VALUES (2904,'Providence','RI','41.859199','-71.431420',-5,1); -INSERT INTO zipcodes VALUES (2905,'Providence','RI','41.788300','-71.404310',-5,1); -INSERT INTO zipcodes VALUES (2906,'Providence','RI','41.836350','-71.394270',-5,1); -INSERT INTO zipcodes VALUES (2907,'Providence','RI','41.798550','-71.424490',-5,1); -INSERT INTO zipcodes VALUES (2908,'Providence','RI','41.839296','-71.438020',-5,1); -INSERT INTO zipcodes VALUES (2909,'Providence','RI','41.819100','-71.447750',-5,1); -INSERT INTO zipcodes VALUES (2910,'Cranston','RI','41.776867','-71.436720',-5,1); -INSERT INTO zipcodes VALUES (2911,'North Providence','RI','41.853699','-71.473540',-5,1); -INSERT INTO zipcodes VALUES (2912,'Providence','RI','41.826737','-71.397699',-5,1); -INSERT INTO zipcodes VALUES (2914,'East Providence','RI','41.812400','-71.368340',-5,1); -INSERT INTO zipcodes VALUES (2915,'Riverside','RI','41.769500','-71.355640',-5,1); -INSERT INTO zipcodes VALUES (2916,'Rumford','RI','41.843250','-71.353910',-5,1); -INSERT INTO zipcodes VALUES (2917,'Smithfield','RI','41.894499','-71.516460',-5,1); -INSERT INTO zipcodes VALUES (2918,'Providence','RI','41.841499','-71.440352',-5,1); -INSERT INTO zipcodes VALUES (2919,'Johnston','RI','41.825132','-71.494680',-5,1); -INSERT INTO zipcodes VALUES (2920,'Cranston','RI','41.771500','-71.464850',-5,1); -INSERT INTO zipcodes VALUES (2921,'Cranston','RI','41.764350','-71.509720',-5,1); -INSERT INTO zipcodes VALUES (2940,'Providence','RI','41.871766','-71.558518',-5,1); -INSERT INTO zipcodes VALUES (3004,'Fremont','NH','43.001762','-71.154866',-5,1); -INSERT INTO zipcodes VALUES (3030,'Nashua','NH','42.749988','-71.464310',-5,1); -INSERT INTO zipcodes VALUES (3031,'Amherst','NH','42.854886','-71.608200',-5,1); -INSERT INTO zipcodes VALUES (3032,'Auburn','NH','43.000345','-71.351410',-5,1); -INSERT INTO zipcodes VALUES (3033,'Brookline','NH','42.742587','-71.666050',-5,1); -INSERT INTO zipcodes VALUES (3034,'Candia','NH','43.048372','-71.307800',-5,1); -INSERT INTO zipcodes VALUES (3036,'Chester','NH','42.967823','-71.234530',-5,1); -INSERT INTO zipcodes VALUES (3037,'Deerfield','NH','43.141746','-71.248800',-5,1); -INSERT INTO zipcodes VALUES (3038,'Derry','NH','42.886486','-71.300190',-5,1); -INSERT INTO zipcodes VALUES (3040,'East Candia','NH','43.005895','-71.013202',-5,1); -INSERT INTO zipcodes VALUES (3041,'East Derry','NH','43.005895','-71.013202',-5,1); -INSERT INTO zipcodes VALUES (3042,'Epping','NH','43.045076','-71.070950',-5,1); -INSERT INTO zipcodes VALUES (3043,'Francestown','NH','42.976901','-71.810070',-5,1); -INSERT INTO zipcodes VALUES (3044,'Fremont','NH','42.986119','-71.125240',-5,1); -INSERT INTO zipcodes VALUES (3045,'Goffstown','NH','43.037495','-71.570230',-5,1); -INSERT INTO zipcodes VALUES (3046,'Dunbarton','NH','43.102146','-71.602132',-5,1); -INSERT INTO zipcodes VALUES (3047,'Greenfield','NH','42.935709','-71.866450',-5,1); -INSERT INTO zipcodes VALUES (3048,'Greenville','NH','42.747024','-71.775910',-5,1); -INSERT INTO zipcodes VALUES (3049,'Hollis','NH','42.739909','-71.580440',-5,1); -INSERT INTO zipcodes VALUES (3051,'Hudson','NH','42.759821','-71.420790',-5,1); -INSERT INTO zipcodes VALUES (3052,'Litchfield','NH','42.850590','-71.453790',-5,1); -INSERT INTO zipcodes VALUES (3053,'Londonderry','NH','42.880481','-71.382050',-5,1); -INSERT INTO zipcodes VALUES (3054,'Merrimack','NH','42.858053','-71.512160',-5,1); -INSERT INTO zipcodes VALUES (3055,'Milford','NH','42.831686','-71.667430',-5,1); -INSERT INTO zipcodes VALUES (3057,'Mont Vernon','NH','42.899434','-71.680570',-5,1); -INSERT INTO zipcodes VALUES (3058,'Sharon','NH','42.798995','-71.950759',-5,1); -INSERT INTO zipcodes VALUES (3060,'Nashua','NH','42.748888','-71.464920',-5,1); -INSERT INTO zipcodes VALUES (3061,'Nashua','NH','42.952124','-71.653939',-5,1); -INSERT INTO zipcodes VALUES (3062,'Nashua','NH','42.724822','-71.492380',-5,1); -INSERT INTO zipcodes VALUES (3063,'Nashua','NH','42.770738','-71.510470',-5,1); -INSERT INTO zipcodes VALUES (3064,'Nashua','NH','42.774171','-71.473060',-5,1); -INSERT INTO zipcodes VALUES (3070,'New Boston','NH','42.978267','-71.694140',-5,1); -INSERT INTO zipcodes VALUES (3071,'New Ipswich','NH','42.753726','-71.867060',-5,1); -INSERT INTO zipcodes VALUES (3073,'North Salem','NH','43.005895','-71.013202',-5,1); -INSERT INTO zipcodes VALUES (3076,'Pelham','NH','42.734182','-71.323590',-5,1); -INSERT INTO zipcodes VALUES (3077,'Raymond','NH','43.031491','-71.195980',-5,1); -INSERT INTO zipcodes VALUES (3079,'Salem','NH','42.792456','-71.213160',-5,1); -INSERT INTO zipcodes VALUES (3082,'Lyndeborough','NH','42.902259','-71.784520',-5,1); -INSERT INTO zipcodes VALUES (3084,'Temple','NH','42.819490','-71.850630',-5,1); -INSERT INTO zipcodes VALUES (3086,'Wilton','NH','42.830184','-71.781770',-5,1); -INSERT INTO zipcodes VALUES (3087,'Windham','NH','42.805194','-71.298780',-5,1); -INSERT INTO zipcodes VALUES (3091,'Berwick','ME','43.319125','-70.818318',-5,1); -INSERT INTO zipcodes VALUES (3097,'Ogunquit','ME','43.269137','-70.598303',-5,1); -INSERT INTO zipcodes VALUES (3101,'Manchester','NH','42.989984','-71.463760',-5,1); -INSERT INTO zipcodes VALUES (3102,'Manchester','NH','42.990684','-71.486800',-5,1); -INSERT INTO zipcodes VALUES (3103,'Manchester','NH','42.967684','-71.448280',-5,1); -INSERT INTO zipcodes VALUES (3104,'Manchester','NH','43.006033','-71.447160',-5,1); -INSERT INTO zipcodes VALUES (3105,'Manchester','NH','42.952124','-71.653939',-5,1); -INSERT INTO zipcodes VALUES (3106,'Hooksett','NH','43.058785','-71.444120',-5,1); -INSERT INTO zipcodes VALUES (3107,'Manchester','NH','42.952124','-71.653939',-5,1); -INSERT INTO zipcodes VALUES (3108,'Manchester','NH','42.952124','-71.653939',-5,1); -INSERT INTO zipcodes VALUES (3109,'Manchester','NH','42.972584','-71.413490',-5,1); -INSERT INTO zipcodes VALUES (3110,'Bedford','NH','42.942551','-71.519930',-5,1); -INSERT INTO zipcodes VALUES (3111,'Manchester','NH','42.952124','-71.653939',-5,1); -INSERT INTO zipcodes VALUES (3215,'Waterville Valley','NH','43.951304','-71.503360',-5,1); -INSERT INTO zipcodes VALUES (3216,'Andover','NH','43.444702','-71.784010',-5,1); -INSERT INTO zipcodes VALUES (3217,'Ashland','NH','43.705061','-71.627780',-5,1); -INSERT INTO zipcodes VALUES (3218,'Barnstead','NH','43.338347','-71.293050',-5,1); -INSERT INTO zipcodes VALUES (3220,'Belmont','NH','43.459555','-71.473520',-5,1); -INSERT INTO zipcodes VALUES (3221,'Bradford','NH','43.256053','-71.954050',-5,1); -INSERT INTO zipcodes VALUES (3222,'Bristol','NH','43.615799','-71.750060',-5,1); -INSERT INTO zipcodes VALUES (3223,'Campton','NH','43.887682','-71.651610',-5,1); -INSERT INTO zipcodes VALUES (3224,'Canterbury','NH','43.346137','-71.544340',-5,1); -INSERT INTO zipcodes VALUES (3225,'Center Barnstead','NH','43.354005','-71.228190',-5,1); -INSERT INTO zipcodes VALUES (3226,'Center Harbor','NH','43.721094','-71.496520',-5,1); -INSERT INTO zipcodes VALUES (3227,'Center Sandwich','NH','43.802936','-71.451260',-5,1); -INSERT INTO zipcodes VALUES (3229,'Contoocook','NH','43.204192','-71.707110',-5,1); -INSERT INTO zipcodes VALUES (3230,'Danbury','NH','43.506405','-71.872810',-5,1); -INSERT INTO zipcodes VALUES (3231,'East Andover','NH','43.466172','-71.736518',-5,1); -INSERT INTO zipcodes VALUES (3232,'East Hebron','NH','43.967542','-71.840883',-5,1); -INSERT INTO zipcodes VALUES (3233,'Elkins','NH','43.423484','-71.936480',-5,1); -INSERT INTO zipcodes VALUES (3234,'Epsom','NH','43.228594','-71.361100',-5,1); -INSERT INTO zipcodes VALUES (3235,'Franklin','NH','43.444456','-71.660340',-5,1); -INSERT INTO zipcodes VALUES (3237,'Gilmanton','NH','43.429750','-71.375170',-5,1); -INSERT INTO zipcodes VALUES (3238,'Glencliff','NH','43.967542','-71.840883',-5,1); -INSERT INTO zipcodes VALUES (3240,'Grafton','NH','43.568328','-71.964220',-5,1); -INSERT INTO zipcodes VALUES (3241,'Hebron','NH','43.713794','-71.806420',-5,1); -INSERT INTO zipcodes VALUES (3242,'Henniker','NH','43.173469','-71.817220',-5,1); -INSERT INTO zipcodes VALUES (3243,'Hill','NH','43.521669','-71.738150',-5,1); -INSERT INTO zipcodes VALUES (3244,'Hillsboro','NH','43.119417','-71.921080',-5,1); -INSERT INTO zipcodes VALUES (3245,'Holderness','NH','43.737831','-71.604406',-5,1); -INSERT INTO zipcodes VALUES (3246,'Laconia','NH','43.557153','-71.438420',-5,1); -INSERT INTO zipcodes VALUES (3247,'Laconia','NH','43.588972','-71.445452',-5,1); -INSERT INTO zipcodes VALUES (3249,'Laconia','NH','43.555878','-71.398521',-5,1); -INSERT INTO zipcodes VALUES (3251,'Lincoln','NH','44.051981','-71.660600',-5,1); -INSERT INTO zipcodes VALUES (3252,'Lochmere','NH','43.468562','-71.537145',-5,1); -INSERT INTO zipcodes VALUES (3253,'Meredith','NH','43.644559','-71.504880',-5,1); -INSERT INTO zipcodes VALUES (3254,'Moultonborough','NH','43.712184','-71.392990',-5,1); -INSERT INTO zipcodes VALUES (3255,'Newbury','NH','43.325820','-72.026540',-5,1); -INSERT INTO zipcodes VALUES (3256,'New Hampton','NH','43.607680','-71.643720',-5,1); -INSERT INTO zipcodes VALUES (3257,'New London','NH','43.418863','-72.000040',-5,1); -INSERT INTO zipcodes VALUES (3258,'Chichester','NH','43.255881','-71.397599',-5,1); -INSERT INTO zipcodes VALUES (3259,'North Sandwich','NH','43.880005','-71.394750',-5,1); -INSERT INTO zipcodes VALUES (3260,'North Sutton','NH','43.356838','-71.925500',-5,1); -INSERT INTO zipcodes VALUES (3261,'Northwood','NH','43.216633','-71.207900',-5,1); -INSERT INTO zipcodes VALUES (3262,'North Woodstock','NH','44.028500','-71.687010',-5,1); -INSERT INTO zipcodes VALUES (3263,'Pittsfield','NH','43.303680','-71.321500',-5,1); -INSERT INTO zipcodes VALUES (3264,'Plymouth','NH','43.753837','-71.645030',-5,1); -INSERT INTO zipcodes VALUES (3266,'Rumney','NH','43.806365','-71.879520',-5,1); -INSERT INTO zipcodes VALUES (3268,'Salisbury','NH','43.388571','-71.741990',-5,1); -INSERT INTO zipcodes VALUES (3269,'Sanbornton','NH','43.523175','-71.587600',-5,1); -INSERT INTO zipcodes VALUES (3270,'New Boston','NH','43.203614','-71.550864',-5,1); -INSERT INTO zipcodes VALUES (3272,'South Newbury','NH','43.310279','-71.662928',-5,1); -INSERT INTO zipcodes VALUES (3273,'South Sutton','NH','43.317257','-71.927090',-5,1); -INSERT INTO zipcodes VALUES (3274,'Stinson Lake','NH','43.967542','-71.840883',-5,1); -INSERT INTO zipcodes VALUES (3275,'Suncook','NH','43.152469','-71.436540',-5,1); -INSERT INTO zipcodes VALUES (3276,'Tilton','NH','43.446729','-71.578500',-5,1); -INSERT INTO zipcodes VALUES (3278,'Warner','NH','43.283838','-71.825370',-5,1); -INSERT INTO zipcodes VALUES (3279,'Warren','NH','43.938224','-71.888530',-5,1); -INSERT INTO zipcodes VALUES (3280,'Washington','NH','43.173046','-72.097550',-5,1); -INSERT INTO zipcodes VALUES (3281,'Weare','NH','43.080986','-71.723290',-5,1); -INSERT INTO zipcodes VALUES (3282,'Wentworth','NH','43.874357','-71.917650',-5,1); -INSERT INTO zipcodes VALUES (3284,'Springfield','NH','43.501755','-72.012960',-5,1); -INSERT INTO zipcodes VALUES (3287,'Wilmot','NH','43.430018','-71.904570',-5,1); -INSERT INTO zipcodes VALUES (3289,'Winnisquam','NH','43.496372','-71.519728',-5,1); -INSERT INTO zipcodes VALUES (3290,'Nottingham','NH','43.115874','-71.110810',-5,1); -INSERT INTO zipcodes VALUES (3291,'West Nottingham','NH','43.179984','-71.139200',-5,1); -INSERT INTO zipcodes VALUES (3293,'Woodstock','NH','43.967542','-71.840883',-5,1); -INSERT INTO zipcodes VALUES (3298,'Tilton','NH','43.524872','-71.445841',-5,1); -INSERT INTO zipcodes VALUES (3299,'Tilton','NH','43.524872','-71.445841',-5,1); -INSERT INTO zipcodes VALUES (3301,'Concord','NH','43.213705','-71.537740',-5,1); -INSERT INTO zipcodes VALUES (3302,'Concord','NH','43.310279','-71.662928',-5,1); -INSERT INTO zipcodes VALUES (3303,'Concord','NH','43.283796','-71.638320',-5,1); -INSERT INTO zipcodes VALUES (3304,'Bow','NH','43.144614','-71.535760',-5,1); -INSERT INTO zipcodes VALUES (3305,'Concord','NH','43.213400','-71.517151',-5,1); -INSERT INTO zipcodes VALUES (3307,'Loudon','NH','43.317730','-71.453400',-5,1); -INSERT INTO zipcodes VALUES (3342,'Bennington','NH','43.014280','-71.881017',-5,1); -INSERT INTO zipcodes VALUES (3386,'Tamworth','NH','43.897150','-71.309150',-5,1); -INSERT INTO zipcodes VALUES (3431,'Keene','NH','42.946418','-72.286160',-5,1); -INSERT INTO zipcodes VALUES (3435,'Keene','NH','42.947098','-72.243029',-5,1); -INSERT INTO zipcodes VALUES (3438,'Harrisville','NH','42.921791','-72.005470',-5,1); -INSERT INTO zipcodes VALUES (3440,'Antrim','NH','43.060424','-71.950680',-5,1); -INSERT INTO zipcodes VALUES (3441,'Ashuelot','NH','42.791069','-72.435200',-5,1); -INSERT INTO zipcodes VALUES (3442,'Bennington','NH','43.005429','-71.916350',-5,1); -INSERT INTO zipcodes VALUES (3443,'Chesterfield','NH','42.871815','-72.471630',-5,1); -INSERT INTO zipcodes VALUES (3444,'Dublin','NH','42.899874','-72.063340',-5,1); -INSERT INTO zipcodes VALUES (3445,'Sullivan','NH','43.009728','-72.193830',-5,1); -INSERT INTO zipcodes VALUES (3446,'Swanzey','NH','42.870578','-72.299780',-5,1); -INSERT INTO zipcodes VALUES (3447,'Fitzwilliam','NH','42.754744','-72.148380',-5,1); -INSERT INTO zipcodes VALUES (3448,'Gilsum','NH','43.055293','-72.261490',-5,1); -INSERT INTO zipcodes VALUES (3449,'Hancock','NH','42.975105','-71.989130',-5,1); -INSERT INTO zipcodes VALUES (3450,'Harrisville','NH','42.941175','-72.060430',-5,1); -INSERT INTO zipcodes VALUES (3451,'Hinsdale','NH','42.797633','-72.495180',-5,1); -INSERT INTO zipcodes VALUES (3452,'Jaffrey','NH','42.827096','-72.034180',-5,1); -INSERT INTO zipcodes VALUES (3455,'Marlborough','NH','42.932177','-72.162190',-5,1); -INSERT INTO zipcodes VALUES (3456,'Marlow','NH','43.125523','-72.213820',-5,1); -INSERT INTO zipcodes VALUES (3457,'Munsonville','NH','43.025227','-72.143650',-5,1); -INSERT INTO zipcodes VALUES (3458,'Peterborough','NH','42.884919','-71.951330',-5,1); -INSERT INTO zipcodes VALUES (3461,'Rindge','NH','42.749835','-72.010340',-5,1); -INSERT INTO zipcodes VALUES (3462,'Spofford','NH','42.913966','-72.415220',-5,1); -INSERT INTO zipcodes VALUES (3464,'Stoddard','NH','43.078658','-72.095900',-5,1); -INSERT INTO zipcodes VALUES (3465,'Troy','NH','42.822155','-72.176180',-5,1); -INSERT INTO zipcodes VALUES (3466,'West Chesterfield','NH','42.899338','-72.516290',-5,1); -INSERT INTO zipcodes VALUES (3467,'Westmoreland','NH','42.971069','-72.425120',-5,1); -INSERT INTO zipcodes VALUES (3468,'West Peterborough','NH','42.890804','-71.933396',-5,1); -INSERT INTO zipcodes VALUES (3469,'West Swanzey','NH','42.873410','-72.315090',-5,1); -INSERT INTO zipcodes VALUES (3470,'Winchester','NH','42.775629','-72.338930',-5,1); -INSERT INTO zipcodes VALUES (3477,'Fitzwilliam','NH','42.745130','-72.150882',-5,1); -INSERT INTO zipcodes VALUES (3552,'Pittsburg','NH','45.085717','-71.345714',-5,1); -INSERT INTO zipcodes VALUES (3561,'Littleton','NH','44.313606','-71.797510',-5,1); -INSERT INTO zipcodes VALUES (3570,'Berlin','NH','44.463337','-71.190920',-5,1); -INSERT INTO zipcodes VALUES (3572,'Goshen','NH','43.286160','-72.148784',-5,1); -INSERT INTO zipcodes VALUES (3574,'Bethlehem','NH','44.281770','-71.692250',-5,1); -INSERT INTO zipcodes VALUES (3575,'Bretton Woods','NH','44.695648','-71.387387',-5,1); -INSERT INTO zipcodes VALUES (3576,'Colebrook','NH','44.893888','-71.447660',-5,1); -INSERT INTO zipcodes VALUES (3578,'Landaff','NH','44.101208','-71.854211',-5,1); -INSERT INTO zipcodes VALUES (3579,'Errol','NH','44.789296','-71.153940',-5,1); -INSERT INTO zipcodes VALUES (3580,'Franconia','NH','44.200124','-71.699590',-5,1); -INSERT INTO zipcodes VALUES (3581,'Gorham','NH','44.386557','-71.162730',-5,1); -INSERT INTO zipcodes VALUES (3582,'Groveton','NH','44.610605','-71.481470',-5,1); -INSERT INTO zipcodes VALUES (3583,'Jefferson','NH','44.376866','-71.464360',-5,1); -INSERT INTO zipcodes VALUES (3584,'Lancaster','NH','44.483756','-71.549990',-5,1); -INSERT INTO zipcodes VALUES (3585,'Lisbon','NH','44.225864','-71.873710',-5,1); -INSERT INTO zipcodes VALUES (3587,'Meadows','NH','44.695648','-71.387387',-5,1); -INSERT INTO zipcodes VALUES (3588,'Milan','NH','44.608332','-71.243350',-5,1); -INSERT INTO zipcodes VALUES (3589,'Mount Washington','NH','44.695648','-71.387387',-5,1); -INSERT INTO zipcodes VALUES (3590,'North Stratford','NH','44.719769','-71.593950',-5,1); -INSERT INTO zipcodes VALUES (3592,'Pittsburg','NH','45.085547','-71.307240',-5,1); -INSERT INTO zipcodes VALUES (3595,'Twin Mountain','NH','44.271516','-71.517460',-5,1); -INSERT INTO zipcodes VALUES (3597,'West Stewartstown','NH','44.695648','-71.387387',-5,1); -INSERT INTO zipcodes VALUES (3598,'Whitefield','NH','44.378771','-71.622480',-5,1); -INSERT INTO zipcodes VALUES (3601,'Acworth','NH','43.242719','-72.302690',-5,1); -INSERT INTO zipcodes VALUES (3602,'Alstead','NH','43.142384','-72.325750',-5,1); -INSERT INTO zipcodes VALUES (3603,'Charlestown','NH','43.249468','-72.390260',-5,1); -INSERT INTO zipcodes VALUES (3604,'Drewsville','NH','42.947098','-72.243029',-5,1); -INSERT INTO zipcodes VALUES (3605,'Lempster','NH','43.231807','-72.175560',-5,1); -INSERT INTO zipcodes VALUES (3607,'South Acworth','NH','43.195329','-72.268940',-5,1); -INSERT INTO zipcodes VALUES (3608,'Walpole','NH','43.075411','-72.419020',-5,1); -INSERT INTO zipcodes VALUES (3609,'North Walpole','NH','43.142254','-72.448300',-5,1); -INSERT INTO zipcodes VALUES (3638,'Freedom','NH','43.822389','-71.092797',-5,1); -INSERT INTO zipcodes VALUES (3648,'Enfield','NH','43.630276','-72.135352',-5,1); -INSERT INTO zipcodes VALUES (3678,'Lyme','NH','43.827375','-72.139036',-5,1); -INSERT INTO zipcodes VALUES (3688,'Lebanon','ME','43.341381','-70.955693',-5,1); -INSERT INTO zipcodes VALUES (3733,'Newport','NH','43.388070','-72.243666',-5,1); -INSERT INTO zipcodes VALUES (3740,'Bath','NH','44.114163','-71.948852',-5,1); -INSERT INTO zipcodes VALUES (3741,'Canaan','NH','43.659172','-72.013330',-5,1); -INSERT INTO zipcodes VALUES (3743,'Claremont','NH','43.374562','-72.341520',-5,1); -INSERT INTO zipcodes VALUES (3745,'Cornish','NH','43.476337','-72.333370',-5,1); -INSERT INTO zipcodes VALUES (3746,'Cornish Flat','NH','43.364504','-72.193966',-5,1); -INSERT INTO zipcodes VALUES (3747,'Enfield','NH','43.581769','-72.097366',-5,1); -INSERT INTO zipcodes VALUES (3748,'Enfield','NH','43.614847','-72.120580',-5,1); -INSERT INTO zipcodes VALUES (3749,'Enfield Center','NH','43.579573','-72.085410',-5,1); -INSERT INTO zipcodes VALUES (3750,'Etna','NH','43.701003','-72.200560',-5,1); -INSERT INTO zipcodes VALUES (3751,'Georges Mills','NH','43.437503','-72.071850',-5,1); -INSERT INTO zipcodes VALUES (3752,'Goshen','NH','43.304058','-72.135250',-5,1); -INSERT INTO zipcodes VALUES (3753,'Grantham','NH','43.516383','-72.129540',-5,1); -INSERT INTO zipcodes VALUES (3754,'Guild','NH','43.365618','-72.125562',-5,1); -INSERT INTO zipcodes VALUES (3755,'Hanover','NH','43.719756','-72.250700',-5,1); -INSERT INTO zipcodes VALUES (3756,'Lebanon','NH','43.967542','-71.840883',-5,1); -INSERT INTO zipcodes VALUES (3757,'Sunapee','NH','43.444147','-72.088709',-5,1); -INSERT INTO zipcodes VALUES (3765,'Haverhill','NH','44.037125','-72.056580',-5,1); -INSERT INTO zipcodes VALUES (3766,'Lebanon','NH','43.642945','-72.244030',-5,1); -INSERT INTO zipcodes VALUES (3768,'Lyme','NH','43.823864','-72.132970',-5,1); -INSERT INTO zipcodes VALUES (3769,'Lyme Center','NH','43.786267','-72.120468',-5,1); -INSERT INTO zipcodes VALUES (3770,'Meriden','NH','43.525462','-72.280720',-5,1); -INSERT INTO zipcodes VALUES (3771,'Monroe','NH','44.281722','-72.027890',-5,1); -INSERT INTO zipcodes VALUES (3773,'Newport','NH','43.358339','-72.183210',-5,1); -INSERT INTO zipcodes VALUES (3774,'North Haverhill','NH','44.085410','-71.994300',-5,1); -INSERT INTO zipcodes VALUES (3777,'Orford','NH','43.908925','-72.078310',-5,1); -INSERT INTO zipcodes VALUES (3779,'Piermont','NH','43.976427','-72.044090',-5,1); -INSERT INTO zipcodes VALUES (3780,'Pike','NH','44.029684','-71.986120',-5,1); -INSERT INTO zipcodes VALUES (3781,'Plainfield','NH','43.533570','-72.303530',-5,1); -INSERT INTO zipcodes VALUES (3782,'Sunapee','NH','43.381133','-72.090280',-5,1); -INSERT INTO zipcodes VALUES (3784,'West Lebanon','NH','43.649781','-72.305940',-5,1); -INSERT INTO zipcodes VALUES (3785,'Woodsville','NH','44.133215','-71.963060',-5,1); -INSERT INTO zipcodes VALUES (3801,'Portsmouth','NH','43.070188','-70.776840',-5,1); -INSERT INTO zipcodes VALUES (3802,'Portsmouth','NH','43.005895','-71.013202',-5,1); -INSERT INTO zipcodes VALUES (3803,'Portsmouth','NH','42.927030','-71.444752',-5,1); -INSERT INTO zipcodes VALUES (3804,'Portsmouth','NH','43.005895','-71.013202',-5,1); -INSERT INTO zipcodes VALUES (3805,'Rollinsford','NH','43.285282','-70.930684',-5,1); -INSERT INTO zipcodes VALUES (3809,'Alton','NH','43.478364','-71.223770',-5,1); -INSERT INTO zipcodes VALUES (3810,'Alton Bay','NH','43.478917','-71.287760',-5,1); -INSERT INTO zipcodes VALUES (3811,'Atkinson','NH','42.836245','-71.162460',-5,1); -INSERT INTO zipcodes VALUES (3812,'Bartlett','NH','44.081906','-71.297290',-5,1); -INSERT INTO zipcodes VALUES (3813,'Center Conway','NH','44.041089','-71.062700',-5,1); -INSERT INTO zipcodes VALUES (3814,'Center Ossipee','NH','43.767878','-71.129260',-5,1); -INSERT INTO zipcodes VALUES (3815,'Center Strafford','NH','43.256254','-71.103170',-5,1); -INSERT INTO zipcodes VALUES (3816,'Center Tuftonboro','NH','43.685171','-71.284040',-5,1); -INSERT INTO zipcodes VALUES (3817,'Chocorua','NH','43.878112','-71.220690',-5,1); -INSERT INTO zipcodes VALUES (3818,'Conway','NH','43.966958','-71.158920',-5,1); -INSERT INTO zipcodes VALUES (3819,'Danville','NH','42.927682','-71.120340',-5,1); -INSERT INTO zipcodes VALUES (3820,'Dover','NH','43.190984','-70.887870',-5,1); -INSERT INTO zipcodes VALUES (3821,'Dover','NH','43.326734','-71.028427',-5,1); -INSERT INTO zipcodes VALUES (3822,'Dover','NH','43.326734','-71.028427',-5,1); -INSERT INTO zipcodes VALUES (3824,'Durham','NH','43.128085','-70.960350',-5,1); -INSERT INTO zipcodes VALUES (3825,'Barrington','NH','43.208136','-71.043560',-5,1); -INSERT INTO zipcodes VALUES (3826,'East Hampstead','NH','42.890357','-71.122960',-5,1); -INSERT INTO zipcodes VALUES (3827,'East Kingston','NH','42.915740','-70.984590',-5,1); -INSERT INTO zipcodes VALUES (3830,'East Wakefield','NH','43.640621','-70.989350',-5,1); -INSERT INTO zipcodes VALUES (3832,'Eaton Center','NH','43.907045','-71.047160',-5,1); -INSERT INTO zipcodes VALUES (3833,'Exeter','NH','42.973783','-70.976650',-5,1); -INSERT INTO zipcodes VALUES (3835,'Farmington','NH','43.395688','-71.062170',-5,1); -INSERT INTO zipcodes VALUES (3836,'Freedom','NH','43.814201','-71.080300',-5,1); -INSERT INTO zipcodes VALUES (3837,'Gilmanton Iron Works','NH','43.435913','-71.329710',-5,1); -INSERT INTO zipcodes VALUES (3838,'Glen','NH','44.116958','-71.203540',-5,1); -INSERT INTO zipcodes VALUES (3839,'Rochester','NH','43.267581','-70.985520',-5,1); -INSERT INTO zipcodes VALUES (3840,'Greenland','NH','43.038279','-70.847140',-5,1); -INSERT INTO zipcodes VALUES (3841,'Hampstead','NH','42.880837','-71.182520',-5,1); -INSERT INTO zipcodes VALUES (3842,'Hampton','NH','42.935690','-70.825140',-5,1); -INSERT INTO zipcodes VALUES (3843,'Hampton','NH','43.005895','-71.013202',-5,1); -INSERT INTO zipcodes VALUES (3844,'Hampton Falls','NH','42.923946','-70.886660',-5,1); -INSERT INTO zipcodes VALUES (3845,'Intervale','NH','44.086488','-71.138650',-5,1); -INSERT INTO zipcodes VALUES (3846,'Jackson','NH','44.166268','-71.180890',-5,1); -INSERT INTO zipcodes VALUES (3847,'Kearsarge','NH','43.883871','-71.257726',-5,1); -INSERT INTO zipcodes VALUES (3848,'Kingston','NH','42.923643','-71.062360',-5,1); -INSERT INTO zipcodes VALUES (3849,'Madison','NH','43.930805','-71.143110',-5,1); -INSERT INTO zipcodes VALUES (3850,'Melvin Village','NH','43.707657','-71.301681',-5,1); -INSERT INTO zipcodes VALUES (3851,'Milton','NH','43.422942','-71.011369',-5,1); -INSERT INTO zipcodes VALUES (3852,'Milton Mills','NH','43.500126','-70.969310',-5,1); -INSERT INTO zipcodes VALUES (3853,'Mirror Lake','NH','43.642398','-71.286140',-5,1); -INSERT INTO zipcodes VALUES (3854,'New Castle','NH','43.068338','-70.723530',-5,1); -INSERT INTO zipcodes VALUES (3855,'New Durham','NH','43.443682','-71.146280',-5,1); -INSERT INTO zipcodes VALUES (3856,'Newfields','NH','43.038330','-70.950760',-5,1); -INSERT INTO zipcodes VALUES (3857,'Newmarket','NH','43.072738','-70.943360',-5,1); -INSERT INTO zipcodes VALUES (3858,'Newton','NH','42.871322','-71.048070',-5,1); -INSERT INTO zipcodes VALUES (3859,'Newton Junction','NH','42.861915','-71.040020',-5,1); -INSERT INTO zipcodes VALUES (3860,'North Conway','NH','44.035684','-71.130840',-5,1); -INSERT INTO zipcodes VALUES (3862,'North Hampton','NH','42.977780','-70.830550',-5,1); -INSERT INTO zipcodes VALUES (3864,'Ossipee','NH','43.672636','-71.102660',-5,1); -INSERT INTO zipcodes VALUES (3865,'Plaistow','NH','42.837189','-71.094450',-5,1); -INSERT INTO zipcodes VALUES (3866,'Rochester','NH','43.411760','-71.027303',-5,1); -INSERT INTO zipcodes VALUES (3867,'Rochester','NH','43.304163','-70.998160',-5,1); -INSERT INTO zipcodes VALUES (3868,'Rochester','NH','43.340581','-70.963110',-5,1); -INSERT INTO zipcodes VALUES (3869,'Rollinsford','NH','43.221234','-70.832070',-5,1); -INSERT INTO zipcodes VALUES (3870,'Rye','NH','43.000003','-70.765170',-5,1); -INSERT INTO zipcodes VALUES (3871,'Rye Beach','NH','42.980639','-70.771896',-5,1); -INSERT INTO zipcodes VALUES (3872,'Sanbornville','NH','43.564008','-71.034050',-5,1); -INSERT INTO zipcodes VALUES (3873,'Sandown','NH','42.929588','-71.184440',-5,1); -INSERT INTO zipcodes VALUES (3874,'Seabrook','NH','42.884390','-70.854660',-5,1); -INSERT INTO zipcodes VALUES (3875,'Silver Lake','NH','43.868287','-71.182670',-5,1); -INSERT INTO zipcodes VALUES (3878,'Somersworth','NH','43.253783','-70.875490',-5,1); -INSERT INTO zipcodes VALUES (3882,'South Effingham','NH','43.721239','-71.000060',-5,1); -INSERT INTO zipcodes VALUES (3883,'South Tamworth','NH','43.828696','-71.321040',-5,1); -INSERT INTO zipcodes VALUES (3884,'Strafford','NH','43.257919','-71.177010',-5,1); -INSERT INTO zipcodes VALUES (3885,'Stratham','NH','43.015756','-70.901920',-5,1); -INSERT INTO zipcodes VALUES (3886,'Tamworth','NH','43.857079','-71.259880',-5,1); -INSERT INTO zipcodes VALUES (3887,'Union','NH','43.448064','-71.028230',-5,1); -INSERT INTO zipcodes VALUES (3890,'West Ossipee','NH','43.811782','-71.194586',-5,1); -INSERT INTO zipcodes VALUES (3891,'Danville','NH','42.906495','-71.140537',-5,1); -INSERT INTO zipcodes VALUES (3894,'Wolfeboro','NH','43.596233','-71.195520',-5,1); -INSERT INTO zipcodes VALUES (3896,'Wolfeboro Falls','NH','43.589157','-71.218894',-5,1); -INSERT INTO zipcodes VALUES (3897,'Wonalancet','NH','43.908738','-71.345070',-5,1); -INSERT INTO zipcodes VALUES (3901,'Berwick','ME','43.290160','-70.845590',-5,1); -INSERT INTO zipcodes VALUES (3902,'Cape Neddick','ME','43.216251','-70.628560',-5,1); -INSERT INTO zipcodes VALUES (3903,'Eliot','ME','43.135435','-70.793480',-5,1); -INSERT INTO zipcodes VALUES (3904,'Kittery','ME','43.101538','-70.736110',-5,1); -INSERT INTO zipcodes VALUES (3905,'Kittery Point','ME','43.085120','-70.696070',-5,1); -INSERT INTO zipcodes VALUES (3906,'North Berwick','ME','43.327517','-70.764600',-5,1); -INSERT INTO zipcodes VALUES (3907,'Ogunquit','ME','43.247931','-70.599520',-5,1); -INSERT INTO zipcodes VALUES (3908,'South Berwick','ME','43.234782','-70.778760',-5,1); -INSERT INTO zipcodes VALUES (3909,'York','ME','43.159537','-70.652390',-5,1); -INSERT INTO zipcodes VALUES (3910,'York Beach','ME','43.211674','-70.732010',-5,1); -INSERT INTO zipcodes VALUES (3911,'York Harbor','ME','43.155465','-70.635702',-5,1); -INSERT INTO zipcodes VALUES (4001,'Acton','ME','43.548123','-70.931890',-5,1); -INSERT INTO zipcodes VALUES (4002,'Alfred','ME','43.490939','-70.688400',-5,1); -INSERT INTO zipcodes VALUES (4003,'Bailey Island','ME','43.730791','-69.994480',-5,1); -INSERT INTO zipcodes VALUES (4004,'Bar Mills','ME','43.365658','-70.604379',-5,1); -INSERT INTO zipcodes VALUES (4005,'Biddeford','ME','43.480704','-70.458710',-5,1); -INSERT INTO zipcodes VALUES (4006,'Biddeford Pool','ME','43.436049','-70.359800',-5,1); -INSERT INTO zipcodes VALUES (4007,'Biddeford','ME','43.458130','-70.505301',-5,1); -INSERT INTO zipcodes VALUES (4008,'Bowdoinham','ME','44.023057','-69.883690',-5,1); -INSERT INTO zipcodes VALUES (4009,'Bridgton','ME','44.059192','-70.725520',-5,1); -INSERT INTO zipcodes VALUES (4010,'Brownfield','ME','43.938741','-70.900490',-5,1); -INSERT INTO zipcodes VALUES (4011,'Brunswick','ME','43.899200','-69.958940',-5,1); -INSERT INTO zipcodes VALUES (4013,'Bustins Island','ME','44.408078','-70.470703',-5,1); -INSERT INTO zipcodes VALUES (4014,'Cape Porpoise','ME','43.365658','-70.604379',-5,1); -INSERT INTO zipcodes VALUES (4015,'Casco','ME','43.952597','-70.513770',-5,1); -INSERT INTO zipcodes VALUES (4016,'Center Lovell','ME','44.180965','-70.891727',-5,1); -INSERT INTO zipcodes VALUES (4017,'Chebeague Island','ME','43.736628','-70.115220',-5,1); -INSERT INTO zipcodes VALUES (4019,'Cliff Island','ME','43.696875','-70.094480',-5,1); -INSERT INTO zipcodes VALUES (4020,'Cornish','ME','43.773606','-70.808780',-5,1); -INSERT INTO zipcodes VALUES (4021,'Cumberland Center','ME','43.798251','-70.265540',-5,1); -INSERT INTO zipcodes VALUES (4022,'Denmark','ME','43.969000','-70.788040',-5,1); -INSERT INTO zipcodes VALUES (4024,'East Baldwin','ME','43.823849','-70.684820',-5,1); -INSERT INTO zipcodes VALUES (4027,'Lebanon','ME','43.403349','-70.917190',-5,1); -INSERT INTO zipcodes VALUES (4028,'East Parsonfield','ME','43.732391','-70.845114',-5,1); -INSERT INTO zipcodes VALUES (4029,'Sebago','ME','43.887356','-70.677550',-5,1); -INSERT INTO zipcodes VALUES (4030,'East Waterboro','ME','43.585861','-70.679300',-5,1); -INSERT INTO zipcodes VALUES (4031,'Raymond','ME','43.916912','-70.439110',-5,1); -INSERT INTO zipcodes VALUES (4032,'Freeport','ME','43.843778','-70.101720',-5,1); -INSERT INTO zipcodes VALUES (4033,'Freeport','ME','44.408078','-70.470703',-5,1); -INSERT INTO zipcodes VALUES (4034,'Freeport','ME','44.408078','-70.470703',-5,1); -INSERT INTO zipcodes VALUES (4037,'Fryeburg','ME','44.050856','-70.956480',-5,1); -INSERT INTO zipcodes VALUES (4038,'Gorham','ME','43.697118','-70.463010',-5,1); -INSERT INTO zipcodes VALUES (4039,'Gray','ME','43.879576','-70.353300',-5,1); -INSERT INTO zipcodes VALUES (4040,'Harrison','ME','44.103892','-70.653270',-5,1); -INSERT INTO zipcodes VALUES (4041,'Hiram','ME','43.871738','-70.833910',-5,1); -INSERT INTO zipcodes VALUES (4042,'Hollis Center','ME','43.611238','-70.632650',-5,1); -INSERT INTO zipcodes VALUES (4043,'Kennebunk','ME','43.385510','-70.547070',-5,1); -INSERT INTO zipcodes VALUES (4046,'Kennebunkport','ME','43.399494','-70.476900',-5,1); -INSERT INTO zipcodes VALUES (4047,'Parsonsfield','ME','43.755002','-70.898300',-5,1); -INSERT INTO zipcodes VALUES (4048,'Limerick','ME','43.682791','-70.771780',-5,1); -INSERT INTO zipcodes VALUES (4049,'Limington','ME','43.733814','-70.702630',-5,1); -INSERT INTO zipcodes VALUES (4050,'Long Island','ME','43.692683','-70.154750',-5,1); -INSERT INTO zipcodes VALUES (4051,'Lovell','ME','44.172276','-70.872310',-5,1); -INSERT INTO zipcodes VALUES (4053,'Merepoint','ME','44.408078','-70.470703',-5,1); -INSERT INTO zipcodes VALUES (4054,'Moody','ME','43.276341','-70.597752',-5,1); -INSERT INTO zipcodes VALUES (4055,'Naples','ME','43.959974','-70.603120',-5,1); -INSERT INTO zipcodes VALUES (4056,'Newfield','ME','43.658378','-70.868871',-5,1); -INSERT INTO zipcodes VALUES (4057,'North Bridgton','ME','44.408078','-70.470703',-5,1); -INSERT INTO zipcodes VALUES (4061,'North Waterboro','ME','43.643195','-70.730330',-5,1); -INSERT INTO zipcodes VALUES (4062,'Windham','ME','43.810673','-70.416970',-5,1); -INSERT INTO zipcodes VALUES (4063,'Ocean Park','ME','43.504889','-70.385703',-5,1); -INSERT INTO zipcodes VALUES (4064,'Old Orchard Beach','ME','43.514864','-70.385600',-5,1); -INSERT INTO zipcodes VALUES (4065,'Ellsworth','ME','44.540983','-68.423297',-5,1); -INSERT INTO zipcodes VALUES (4066,'Orrs Island','ME','43.763403','-69.970380',-5,1); -INSERT INTO zipcodes VALUES (4068,'Porter','ME','43.833831','-70.930940',-5,1); -INSERT INTO zipcodes VALUES (4069,'Pownal','ME','43.912616','-70.178930',-5,1); -INSERT INTO zipcodes VALUES (4070,'Scarborough','ME','43.576983','-70.273642',-5,1); -INSERT INTO zipcodes VALUES (4071,'Raymond','ME','43.917206','-70.472330',-5,1); -INSERT INTO zipcodes VALUES (4072,'Saco','ME','43.527322','-70.451710',-5,1); -INSERT INTO zipcodes VALUES (4073,'Sanford','ME','43.426792','-70.752450',-5,1); -INSERT INTO zipcodes VALUES (4074,'Scarborough','ME','43.583224','-70.352680',-5,1); -INSERT INTO zipcodes VALUES (4075,'Sebago Lake','ME','43.796053','-70.552183',-5,1); -INSERT INTO zipcodes VALUES (4076,'Shapleigh','ME','43.553076','-70.845150',-5,1); -INSERT INTO zipcodes VALUES (4077,'South Casco','ME','43.910029','-70.524524',-5,1); -INSERT INTO zipcodes VALUES (4078,'South Freeport','ME','43.820774','-70.120781',-5,1); -INSERT INTO zipcodes VALUES (4079,'Harpswell','ME','43.797398','-69.952170',-5,1); -INSERT INTO zipcodes VALUES (4081,'South Waterford','ME','44.566156','-70.661557',-5,1); -INSERT INTO zipcodes VALUES (4082,'South Windham','ME','44.408078','-70.470703',-5,1); -INSERT INTO zipcodes VALUES (4083,'Springvale','ME','43.467037','-70.802750',-5,1); -INSERT INTO zipcodes VALUES (4084,'Standish','ME','43.761599','-70.564330',-5,1); -INSERT INTO zipcodes VALUES (4085,'Steep Falls','ME','43.770432','-70.638120',-5,1); -INSERT INTO zipcodes VALUES (4086,'Topsham','ME','43.946740','-69.961630',-5,1); -INSERT INTO zipcodes VALUES (4087,'Waterboro','ME','43.560660','-70.754970',-5,1); -INSERT INTO zipcodes VALUES (4088,'Waterford','ME','44.190761','-70.707570',-5,1); -INSERT INTO zipcodes VALUES (4090,'Wells','ME','43.320211','-70.611780',-5,1); -INSERT INTO zipcodes VALUES (4091,'West Baldwin','ME','43.824885','-70.750380',-5,1); -INSERT INTO zipcodes VALUES (4092,'Westbrook','ME','43.682148','-70.358230',-5,1); -INSERT INTO zipcodes VALUES (4093,'West Buxton','ME','43.660386','-70.574920',-5,1); -INSERT INTO zipcodes VALUES (4094,'West Kennebunk','ME','43.406101','-70.573255',-5,1); -INSERT INTO zipcodes VALUES (4095,'West Newfield','ME','43.642631','-70.912180',-5,1); -INSERT INTO zipcodes VALUES (4096,'Yarmouth','ME','43.801773','-70.179320',-5,1); -INSERT INTO zipcodes VALUES (4097,'North Yarmouth','ME','43.842797','-70.229850',-5,1); -INSERT INTO zipcodes VALUES (4098,'Westbrook','ME','44.408078','-70.470703',-5,1); -INSERT INTO zipcodes VALUES (4101,'Portland','ME','43.660525','-70.258620',-5,1); -INSERT INTO zipcodes VALUES (4102,'Portland','ME','43.658632','-70.291100',-5,1); -INSERT INTO zipcodes VALUES (4103,'Portland','ME','43.685882','-70.290300',-5,1); -INSERT INTO zipcodes VALUES (4104,'Portland','ME','43.846490','-70.464839',-5,1); -INSERT INTO zipcodes VALUES (4105,'Falmouth','ME','43.736732','-70.260270',-5,1); -INSERT INTO zipcodes VALUES (4106,'South Portland','ME','43.631549','-70.272720',-5,1); -INSERT INTO zipcodes VALUES (4107,'Cape Elizabeth','ME','43.604739','-70.226170',-5,1); -INSERT INTO zipcodes VALUES (4108,'Peaks Island','ME','43.665177','-70.194750',-5,1); -INSERT INTO zipcodes VALUES (4109,'Portland','ME','43.678339','-70.198742',-5,1); -INSERT INTO zipcodes VALUES (4110,'Cumberland Foreside','ME','43.760369','-70.196810',-5,1); -INSERT INTO zipcodes VALUES (4112,'Portland','ME','44.408078','-70.470703',-5,1); -INSERT INTO zipcodes VALUES (4116,'South Portland','ME','44.408078','-70.470703',-5,1); -INSERT INTO zipcodes VALUES (4122,'Portland','ME','44.408078','-70.470703',-5,1); -INSERT INTO zipcodes VALUES (4123,'Portland','ME','44.408078','-70.470703',-5,1); -INSERT INTO zipcodes VALUES (4124,'Portland','ME','44.408078','-70.470703',-5,1); -INSERT INTO zipcodes VALUES (4210,'Auburn','ME','44.089173','-70.241430',-5,1); -INSERT INTO zipcodes VALUES (4211,'Auburn','ME','44.197009','-70.239485',-5,1); -INSERT INTO zipcodes VALUES (4212,'Auburn','ME','44.197009','-70.239485',-5,1); -INSERT INTO zipcodes VALUES (4216,'Andover','ME','44.661894','-70.799520',-5,1); -INSERT INTO zipcodes VALUES (4217,'Bethel','ME','44.372129','-70.817500',-5,1); -INSERT INTO zipcodes VALUES (4219,'Bryant Pond','ME','44.386951','-70.630820',-5,1); -INSERT INTO zipcodes VALUES (4220,'Buckfield','ME','44.295264','-70.367100',-5,1); -INSERT INTO zipcodes VALUES (4221,'Canton','ME','44.423658','-70.313780',-5,1); -INSERT INTO zipcodes VALUES (4222,'Durham','ME','43.972505','-70.122910',-5,1); -INSERT INTO zipcodes VALUES (4223,'Danville','ME','44.023873','-70.285748',-5,1); -INSERT INTO zipcodes VALUES (4224,'Dixfield','ME','44.555583','-70.413830',-5,1); -INSERT INTO zipcodes VALUES (4225,'Dryden','ME','44.602705','-70.226510',-5,1); -INSERT INTO zipcodes VALUES (4226,'East Andover','ME','44.614134','-70.698820',-5,1); -INSERT INTO zipcodes VALUES (4227,'East Dixfield','ME','44.579135','-70.326337',-5,1); -INSERT INTO zipcodes VALUES (4228,'East Livermore','ME','44.400997','-70.133830',-5,1); -INSERT INTO zipcodes VALUES (4230,'East Poland','ME','44.062672','-70.327049',-5,1); -INSERT INTO zipcodes VALUES (4231,'Stoneham','ME','44.261562','-70.870440',-5,1); -INSERT INTO zipcodes VALUES (4234,'East Wilton','ME','44.617509','-70.182012',-5,1); -INSERT INTO zipcodes VALUES (4236,'Greene','ME','44.194404','-70.141810',-5,1); -INSERT INTO zipcodes VALUES (4237,'Hanover','ME','44.492810','-70.735600',-5,1); -INSERT INTO zipcodes VALUES (4238,'Hebron','ME','44.197418','-70.369750',-5,1); -INSERT INTO zipcodes VALUES (4239,'Jay','ME','44.516475','-70.219330',-5,1); -INSERT INTO zipcodes VALUES (4240,'Lewiston','ME','44.094773','-70.191410',-5,1); -INSERT INTO zipcodes VALUES (4241,'Lewiston','ME','44.197009','-70.239485',-5,1); -INSERT INTO zipcodes VALUES (4243,'Lewiston','ME','44.197009','-70.239485',-5,1); -INSERT INTO zipcodes VALUES (4250,'Lisbon','ME','44.027509','-70.109700',-5,1); -INSERT INTO zipcodes VALUES (4252,'Lisbon Falls','ME','44.009827','-70.056310',-5,1); -INSERT INTO zipcodes VALUES (4253,'Livermore','ME','44.408579','-70.224520',-5,1); -INSERT INTO zipcodes VALUES (4254,'Livermore Falls','ME','44.470961','-70.174860',-5,1); -INSERT INTO zipcodes VALUES (4255,'Locke Mills','ME','44.359760','-70.672310',-5,1); -INSERT INTO zipcodes VALUES (4256,'Mechanic Falls','ME','44.104720','-70.391970',-5,1); -INSERT INTO zipcodes VALUES (4257,'Mexico','ME','44.556984','-70.533510',-5,1); -INSERT INTO zipcodes VALUES (4258,'Minot','ME','44.154921','-70.333190',-5,1); -INSERT INTO zipcodes VALUES (4259,'Monmouth','ME','44.231811','-69.998970',-5,1); -INSERT INTO zipcodes VALUES (4260,'New Gloucester','ME','43.957375','-70.294880',-5,1); -INSERT INTO zipcodes VALUES (4261,'Newry','ME','44.570532','-70.875990',-5,1); -INSERT INTO zipcodes VALUES (4262,'North Jay','ME','45.063384','-70.381639',-5,1); -INSERT INTO zipcodes VALUES (4263,'Leeds','ME','44.283844','-70.112540',-5,1); -INSERT INTO zipcodes VALUES (4265,'North Monmouth','ME','44.281993','-70.040270',-5,1); -INSERT INTO zipcodes VALUES (4266,'North Turner','ME','44.357987','-70.255783',-5,1); -INSERT INTO zipcodes VALUES (4267,'North Waterford','ME','44.566156','-70.661557',-5,1); -INSERT INTO zipcodes VALUES (4268,'Norway','ME','44.223589','-70.583660',-5,1); -INSERT INTO zipcodes VALUES (4270,'Oxford','ME','44.114612','-70.505060',-5,1); -INSERT INTO zipcodes VALUES (4271,'Paris','ME','44.264111','-70.498513',-5,1); -INSERT INTO zipcodes VALUES (4273,'Hanover','ME','44.498193','-70.697022',-5,1); -INSERT INTO zipcodes VALUES (4274,'Poland','ME','44.049157','-70.390770',-5,1); -INSERT INTO zipcodes VALUES (4275,'Roxbury','ME','44.727073','-70.647800',-5,1); -INSERT INTO zipcodes VALUES (4276,'Rumford','ME','44.535990','-70.566090',-5,1); -INSERT INTO zipcodes VALUES (4278,'Rumford Center','ME','44.377031','-70.568041',-5,1); -INSERT INTO zipcodes VALUES (4279,'Rumford','ME','44.564210','-70.715864',-5,1); -INSERT INTO zipcodes VALUES (4280,'Sabattus','ME','44.119007','-70.075680',-5,1); -INSERT INTO zipcodes VALUES (4281,'South Paris','ME','44.235141','-70.505080',-5,1); -INSERT INTO zipcodes VALUES (4282,'Turner','ME','44.266842','-70.245630',-5,1); -INSERT INTO zipcodes VALUES (4283,'Turner Center','ME','44.197009','-70.239485',-5,1); -INSERT INTO zipcodes VALUES (4284,'Wayne','ME','44.349542','-70.056980',-5,1); -INSERT INTO zipcodes VALUES (4285,'Weld','ME','44.697077','-70.432750',-5,1); -INSERT INTO zipcodes VALUES (4286,'West Bethel','ME','44.402050','-70.860094',-5,1); -INSERT INTO zipcodes VALUES (4287,'Bowdoin','ME','44.048154','-69.968470',-5,1); -INSERT INTO zipcodes VALUES (4288,'West Minot','ME','44.197009','-70.239485',-5,1); -INSERT INTO zipcodes VALUES (4289,'West Paris','ME','44.325285','-70.524510',-5,1); -INSERT INTO zipcodes VALUES (4290,'Peru','ME','44.494624','-70.437260',-5,1); -INSERT INTO zipcodes VALUES (4291,'West Poland','ME','44.040857','-70.453006',-5,1); -INSERT INTO zipcodes VALUES (4292,'Sumner','ME','44.383820','-70.435330',-5,1); -INSERT INTO zipcodes VALUES (4294,'Wilton','ME','44.602261','-70.229060',-5,1); -INSERT INTO zipcodes VALUES (4321,'Stoneham','ME','44.209214','-70.818045',-5,1); -INSERT INTO zipcodes VALUES (4327,'Richmond','ME','44.091560','-69.804077',-5,1); -INSERT INTO zipcodes VALUES (4330,'Augusta','ME','44.344406','-69.763450',-5,1); -INSERT INTO zipcodes VALUES (4332,'Augusta','ME','44.414056','-69.751913',-5,1); -INSERT INTO zipcodes VALUES (4333,'Augusta','ME','44.414056','-69.751913',-5,1); -INSERT INTO zipcodes VALUES (4336,'Augusta','ME','44.315693','-69.818009',-5,1); -INSERT INTO zipcodes VALUES (4338,'Augusta','ME','44.414056','-69.751913',-5,1); -INSERT INTO zipcodes VALUES (4341,'Coopers Mills','ME','44.258771','-69.551024',-5,1); -INSERT INTO zipcodes VALUES (4342,'Dresden','ME','44.076850','-69.750120',-5,1); -INSERT INTO zipcodes VALUES (4343,'East Winthrop','ME','44.414056','-69.751913',-5,1); -INSERT INTO zipcodes VALUES (4344,'Farmingdale','ME','44.260430','-69.801220',-5,1); -INSERT INTO zipcodes VALUES (4345,'Gardiner','ME','44.211491','-69.808660',-5,1); -INSERT INTO zipcodes VALUES (4346,'Randolph','ME','44.234914','-69.757220',-5,1); -INSERT INTO zipcodes VALUES (4347,'Hallowell','ME','44.286802','-69.797880',-5,1); -INSERT INTO zipcodes VALUES (4348,'Jefferson','ME','44.212785','-69.497100',-5,1); -INSERT INTO zipcodes VALUES (4349,'Kents Hill','ME','44.429770','-70.064560',-5,1); -INSERT INTO zipcodes VALUES (4350,'Litchfield','ME','44.174052','-69.933630',-5,1); -INSERT INTO zipcodes VALUES (4351,'Manchester','ME','44.306955','-69.875180',-5,1); -INSERT INTO zipcodes VALUES (4352,'Mount Vernon','ME','44.465990','-69.960730',-5,1); -INSERT INTO zipcodes VALUES (4353,'Whitefield','ME','44.209878','-69.604270',-5,1); -INSERT INTO zipcodes VALUES (4354,'Palermo','ME','44.384901','-69.413600',-5,1); -INSERT INTO zipcodes VALUES (4355,'Readfield','ME','44.376802','-69.963530',-5,1); -INSERT INTO zipcodes VALUES (4357,'Richmond','ME','44.117232','-69.829470',-5,1); -INSERT INTO zipcodes VALUES (4358,'South China','ME','44.428911','-69.526790',-5,1); -INSERT INTO zipcodes VALUES (4359,'South Gardiner','ME','44.183266','-69.777196',-5,1); -INSERT INTO zipcodes VALUES (4360,'Vienna','ME','44.548458','-69.985000',-5,1); -INSERT INTO zipcodes VALUES (4363,'Windsor','ME','44.300247','-69.574400',-5,1); -INSERT INTO zipcodes VALUES (4364,'Winthrop','ME','44.318420','-69.959970',-5,1); -INSERT INTO zipcodes VALUES (4401,'Bangor','ME','44.817770','-68.789520',-5,1); -INSERT INTO zipcodes VALUES (4402,'Bangor','ME','45.519867','-68.647416',-5,1); -INSERT INTO zipcodes VALUES (4406,'Abbot','ME','45.221933','-69.490390',-5,1); -INSERT INTO zipcodes VALUES (4408,'Aurora','ME','44.873320','-68.233110',-5,1); -INSERT INTO zipcodes VALUES (4410,'Bradford','ME','45.088295','-68.909970',-5,1); -INSERT INTO zipcodes VALUES (4411,'Bradley','ME','44.911733','-68.621000',-5,1); -INSERT INTO zipcodes VALUES (4412,'Brewer','ME','44.786960','-68.754700',-5,1); -INSERT INTO zipcodes VALUES (4413,'Brookton','ME','45.538660','-67.752950',-5,1); -INSERT INTO zipcodes VALUES (4414,'Brownville','ME','45.369216','-69.034310',-5,1); -INSERT INTO zipcodes VALUES (4415,'Brownville Junction','ME','45.351184','-69.058062',-5,1); -INSERT INTO zipcodes VALUES (4416,'Bucksport','ME','44.609813','-68.783030',-5,1); -INSERT INTO zipcodes VALUES (4417,'Burlington','ME','45.264114','-68.420870',-5,1); -INSERT INTO zipcodes VALUES (4418,'Cardville','ME','45.110336','-68.621030',-5,1); -INSERT INTO zipcodes VALUES (4419,'Carmel','ME','44.789600','-69.005870',-5,1); -INSERT INTO zipcodes VALUES (4420,'Castine','ME','44.412968','-68.798047',-5,1); -INSERT INTO zipcodes VALUES (4421,'Castine','ME','44.405928','-68.793410',-5,1); -INSERT INTO zipcodes VALUES (4422,'Charleston','ME','45.060941','-69.035270',-5,1); -INSERT INTO zipcodes VALUES (4423,'Costigan','ME','45.018950','-68.489870',-5,1); -INSERT INTO zipcodes VALUES (4424,'Danforth','ME','45.679453','-67.862080',-5,1); -INSERT INTO zipcodes VALUES (4426,'Dover Foxcroft','ME','45.195052','-69.188610',-5,1); -INSERT INTO zipcodes VALUES (4427,'Corinth','ME','44.979986','-69.007460',-5,1); -INSERT INTO zipcodes VALUES (4428,'Eddington','ME','44.798289','-68.569400',-5,1); -INSERT INTO zipcodes VALUES (4429,'Holden','ME','44.700606','-68.596820',-5,1); -INSERT INTO zipcodes VALUES (4430,'East Millinocket','ME','45.631824','-68.581780',-5,1); -INSERT INTO zipcodes VALUES (4431,'East Orland','ME','44.568010','-68.681160',-5,1); -INSERT INTO zipcodes VALUES (4434,'Etna','ME','44.802184','-69.142120',-5,1); -INSERT INTO zipcodes VALUES (4435,'Exeter','ME','44.961913','-69.122140',-5,1); -INSERT INTO zipcodes VALUES (4438,'Frankfort','ME','44.611650','-68.919650',-5,1); -INSERT INTO zipcodes VALUES (4441,'Greenville','ME','45.517693','-69.522300',-5,1); -INSERT INTO zipcodes VALUES (4442,'Greenville Junction','ME','45.479835','-69.627730',-5,1); -INSERT INTO zipcodes VALUES (4443,'Guilford','ME','45.245781','-69.371910',-5,1); -INSERT INTO zipcodes VALUES (4444,'Hampden','ME','44.735745','-68.925180',-5,1); -INSERT INTO zipcodes VALUES (4448,'Howland','ME','45.241091','-68.670250',-5,1); -INSERT INTO zipcodes VALUES (4449,'Hudson','ME','44.999621','-68.884310',-5,1); -INSERT INTO zipcodes VALUES (4450,'Kenduskeag','ME','44.921758','-68.931250',-5,1); -INSERT INTO zipcodes VALUES (4451,'Kingman','ME','45.548818','-68.208410',-5,1); -INSERT INTO zipcodes VALUES (4453,'Lagrange','ME','45.184949','-68.788810',-5,1); -INSERT INTO zipcodes VALUES (4454,'Lambert Lake','ME','45.002969','-67.495548',-5,1); -INSERT INTO zipcodes VALUES (4455,'Lee','ME','45.333971','-68.293130',-5,1); -INSERT INTO zipcodes VALUES (4456,'Levant','ME','44.876282','-68.987120',-5,1); -INSERT INTO zipcodes VALUES (4457,'Lincoln','ME','45.368934','-68.483540',-5,1); -INSERT INTO zipcodes VALUES (4459,'Mattawamkeag','ME','45.518535','-68.336230',-5,1); -INSERT INTO zipcodes VALUES (4460,'Medway','ME','45.638612','-68.520120',-5,1); -INSERT INTO zipcodes VALUES (4461,'Milford','ME','44.956776','-68.621990',-5,1); -INSERT INTO zipcodes VALUES (4462,'Millinocket','ME','45.646916','-68.748010',-5,1); -INSERT INTO zipcodes VALUES (4463,'Milo','ME','45.241618','-68.951010',-5,1); -INSERT INTO zipcodes VALUES (4464,'Monson','ME','45.303916','-69.513680',-5,1); -INSERT INTO zipcodes VALUES (4465,'Cary','ME','45.961338','-67.824005',-5,1); -INSERT INTO zipcodes VALUES (4467,'Olamon','ME','45.519867','-68.647416',-5,1); -INSERT INTO zipcodes VALUES (4468,'Old Town','ME','44.951551','-68.678890',-5,1); -INSERT INTO zipcodes VALUES (4469,'Orono','ME','45.002798','-68.633430',-5,1); -INSERT INTO zipcodes VALUES (4471,'Orient','ME','45.909516','-67.858560',-5,1); -INSERT INTO zipcodes VALUES (4472,'Orland','ME','44.560479','-68.690840',-5,1); -INSERT INTO zipcodes VALUES (4473,'Orono','ME','44.889249','-68.681770',-5,1); -INSERT INTO zipcodes VALUES (4474,'Orrington','ME','44.721393','-68.789050',-5,1); -INSERT INTO zipcodes VALUES (4475,'Passadumkeag','ME','45.191812','-68.589530',-5,1); -INSERT INTO zipcodes VALUES (4476,'Penobscot','ME','44.444707','-68.735760',-5,1); -INSERT INTO zipcodes VALUES (4478,'Rockwood','ME','45.704599','-69.808790',-5,1); -INSERT INTO zipcodes VALUES (4479,'Sangerville','ME','45.129817','-69.325710',-5,1); -INSERT INTO zipcodes VALUES (4481,'Sebec','ME','45.792364','-69.304630',-5,1); -INSERT INTO zipcodes VALUES (4485,'Shirley Mills','ME','45.792364','-69.304630',-5,1); -INSERT INTO zipcodes VALUES (4487,'Springfield','ME','45.386188','-68.081630',-5,1); -INSERT INTO zipcodes VALUES (4488,'Stetson','ME','44.891869','-69.110800',-5,1); -INSERT INTO zipcodes VALUES (4489,'Stillwater','ME','44.922368','-68.686796',-5,1); -INSERT INTO zipcodes VALUES (4490,'Topsfield','ME','45.426462','-67.760090',-5,1); -INSERT INTO zipcodes VALUES (4491,'Vanceboro','ME','45.002969','-67.495548',-5,1); -INSERT INTO zipcodes VALUES (4492,'Waite','ME','45.002969','-67.495548',-5,1); -INSERT INTO zipcodes VALUES (4493,'West Enfield','ME','45.247401','-68.518190',-5,1); -INSERT INTO zipcodes VALUES (4495,'Winn','ME','45.484389','-68.376620',-5,1); -INSERT INTO zipcodes VALUES (4496,'Winterport','ME','44.657697','-68.895700',-5,1); -INSERT INTO zipcodes VALUES (4497,'Wytopitlock','ME','45.733543','-68.058750',-5,1); -INSERT INTO zipcodes VALUES (4530,'Bath','ME','43.900651','-69.834050',-5,1); -INSERT INTO zipcodes VALUES (4535,'Alna','ME','44.084989','-69.625350',-5,1); -INSERT INTO zipcodes VALUES (4536,'Bayville','ME','44.021333','-69.523263',-5,1); -INSERT INTO zipcodes VALUES (4537,'Boothbay','ME','43.907812','-69.646080',-5,1); -INSERT INTO zipcodes VALUES (4538,'Boothbay Harbor','ME','43.854240','-69.632170',-5,1); -INSERT INTO zipcodes VALUES (4539,'Bristol','ME','43.965125','-69.505290',-5,1); -INSERT INTO zipcodes VALUES (4541,'Chamberlain','ME','43.885681','-69.479500',-5,1); -INSERT INTO zipcodes VALUES (4543,'Damariscotta','ME','44.036533','-69.488410',-5,1); -INSERT INTO zipcodes VALUES (4544,'East Boothbay','ME','43.832642','-69.589030',-5,1); -INSERT INTO zipcodes VALUES (4546,'Georgetown','ME','43.767018','-69.749812',-5,1); -INSERT INTO zipcodes VALUES (4547,'Friendship','ME','43.983665','-69.338850',-5,1); -INSERT INTO zipcodes VALUES (4548,'Georgetown','ME','43.810548','-69.743250',-5,1); -INSERT INTO zipcodes VALUES (4549,'Isle Of Springs','ME','44.021333','-69.523263',-5,1); -INSERT INTO zipcodes VALUES (4551,'Bremen','ME','43.999618','-69.437380',-5,1); -INSERT INTO zipcodes VALUES (4552,'Newagen','ME','44.021333','-69.523263',-5,1); -INSERT INTO zipcodes VALUES (4553,'Newcastle','ME','44.048714','-69.543350',-5,1); -INSERT INTO zipcodes VALUES (4554,'New Harbor','ME','43.863028','-69.513140',-5,1); -INSERT INTO zipcodes VALUES (4555,'Nobleboro','ME','44.096194','-69.478570',-5,1); -INSERT INTO zipcodes VALUES (4556,'Edgecomb','ME','43.973476','-69.635160',-5,1); -INSERT INTO zipcodes VALUES (4557,'Richmond','ME','44.090471','-69.803936',-5,1); -INSERT INTO zipcodes VALUES (4558,'Pemaquid','ME','43.893848','-69.520410',-5,1); -INSERT INTO zipcodes VALUES (4562,'Phippsburg','ME','43.793136','-69.817780',-5,1); -INSERT INTO zipcodes VALUES (4563,'Cushing','ME','43.993356','-69.268190',-5,1); -INSERT INTO zipcodes VALUES (4564,'Round Pond','ME','43.937468','-69.457210',-5,1); -INSERT INTO zipcodes VALUES (4565,'Sebasco Estates','ME','43.773312','-69.863461',-5,1); -INSERT INTO zipcodes VALUES (4567,'Small Point','ME','43.900856','-69.859541',-5,1); -INSERT INTO zipcodes VALUES (4568,'South Bristol','ME','43.863902','-69.558740',-5,1); -INSERT INTO zipcodes VALUES (4570,'Squirrel Island','ME','44.021333','-69.523263',-5,1); -INSERT INTO zipcodes VALUES (4571,'Trevett','ME','43.882610','-69.680144',-5,1); -INSERT INTO zipcodes VALUES (4572,'Waldoboro','ME','44.106370','-69.371770',-5,1); -INSERT INTO zipcodes VALUES (4573,'Walpole','ME','43.949672','-69.551330',-5,1); -INSERT INTO zipcodes VALUES (4574,'Washington','ME','44.274007','-69.388960',-5,1); -INSERT INTO zipcodes VALUES (4575,'West Boothbay Harbor','ME','43.854534','-69.660795',-5,1); -INSERT INTO zipcodes VALUES (4576,'Southport','ME','43.823008','-69.666610',-5,1); -INSERT INTO zipcodes VALUES (4578,'Wiscasset','ME','43.974367','-69.683660',-5,1); -INSERT INTO zipcodes VALUES (4579,'Woolwich','ME','43.949901','-69.782980',-5,1); -INSERT INTO zipcodes VALUES (4600,'Winter Harbor','ME','44.396951','-68.081184',-5,1); -INSERT INTO zipcodes VALUES (4605,'Ellsworth','ME','44.614885','-68.436260',-5,1); -INSERT INTO zipcodes VALUES (4606,'Addison','ME','44.556073','-67.701220',-5,1); -INSERT INTO zipcodes VALUES (4607,'Gouldsboro','ME','44.495690','-68.094670',-5,1); -INSERT INTO zipcodes VALUES (4609,'Bar Harbor','ME','44.402596','-68.262040',-5,1); -INSERT INTO zipcodes VALUES (4611,'Beals','ME','44.507801','-67.602500',-5,1); -INSERT INTO zipcodes VALUES (4612,'Bernard','ME','44.247391','-68.371040',-5,1); -INSERT INTO zipcodes VALUES (4613,'Birch Harbor','ME','44.378868','-68.029150',-5,1); -INSERT INTO zipcodes VALUES (4614,'Blue Hill','ME','44.413056','-68.581560',-5,1); -INSERT INTO zipcodes VALUES (4615,'Blue Hill Falls','ME','44.354477','-68.547810',-5,1); -INSERT INTO zipcodes VALUES (4616,'Brooklin','ME','44.275325','-68.559560',-5,1); -INSERT INTO zipcodes VALUES (4617,'Brooksville','ME','44.363587','-68.743990',-5,1); -INSERT INTO zipcodes VALUES (4619,'Calais','ME','45.166045','-67.242430',-5,1); -INSERT INTO zipcodes VALUES (4621,'Eastport','ME','44.904789','-66.990529',-5,1); -INSERT INTO zipcodes VALUES (4622,'Cherryfield','ME','44.686731','-67.991660',-5,1); -INSERT INTO zipcodes VALUES (4623,'Columbia Falls','ME','44.695493','-67.739500',-5,1); -INSERT INTO zipcodes VALUES (4624,'Corea','ME','44.428044','-67.988280',-5,1); -INSERT INTO zipcodes VALUES (4625,'Cranberry Isles','ME','44.248715','-68.259910',-5,1); -INSERT INTO zipcodes VALUES (4626,'Cutler','ME','44.673285','-67.239460',-5,1); -INSERT INTO zipcodes VALUES (4627,'Deer Isle','ME','44.221142','-68.668940',-5,1); -INSERT INTO zipcodes VALUES (4628,'Dennysville','ME','44.894562','-67.232400',-5,1); -INSERT INTO zipcodes VALUES (4629,'East Blue Hill','ME','44.414095','-68.513130',-5,1); -INSERT INTO zipcodes VALUES (4630,'East Machias','ME','44.753992','-67.378600',-5,1); -INSERT INTO zipcodes VALUES (4631,'Eastport','ME','44.913741','-67.003910',-5,1); -INSERT INTO zipcodes VALUES (4634,'Franklin','ME','44.617844','-68.235460',-5,1); -INSERT INTO zipcodes VALUES (4635,'Frenchboro','ME','44.124476','-68.349950',-5,1); -INSERT INTO zipcodes VALUES (4637,'Grand Lake Stream','ME','45.185635','-67.601026',-5,1); -INSERT INTO zipcodes VALUES (4640,'Hancock','ME','44.524526','-68.282980',-5,1); -INSERT INTO zipcodes VALUES (4642,'Harborside','ME','44.322421','-68.809330',-5,1); -INSERT INTO zipcodes VALUES (4643,'Harrington','ME','44.599134','-67.825330',-5,1); -INSERT INTO zipcodes VALUES (4644,'Hulls Cove','ME','44.641873','-68.391481',-5,1); -INSERT INTO zipcodes VALUES (4645,'Isle Au Haut','ME','44.058801','-68.616850',-5,1); -INSERT INTO zipcodes VALUES (4646,'Islesford','ME','44.258201','-68.227700',-5,1); -INSERT INTO zipcodes VALUES (4648,'Jonesboro','ME','44.663206','-67.595380',-5,1); -INSERT INTO zipcodes VALUES (4649,'Jonesport','ME','44.554662','-67.578080',-5,1); -INSERT INTO zipcodes VALUES (4650,'Little Deer Isle','ME','44.286462','-68.710980',-5,1); -INSERT INTO zipcodes VALUES (4652,'Lubec','ME','44.818733','-67.049960',-5,1); -INSERT INTO zipcodes VALUES (4653,'Bass Harbor','ME','44.248615','-68.352100',-5,1); -INSERT INTO zipcodes VALUES (4654,'Machias','ME','44.802637','-67.547270',-5,1); -INSERT INTO zipcodes VALUES (4655,'Machiasport','ME','44.632707','-67.394160',-5,1); -INSERT INTO zipcodes VALUES (4656,'Manset','ME','44.641873','-68.391481',-5,1); -INSERT INTO zipcodes VALUES (4657,'Meddybemps','ME','44.971091','-67.385490',-5,1); -INSERT INTO zipcodes VALUES (4658,'Milbridge','ME','44.512003','-67.878270',-5,1); -INSERT INTO zipcodes VALUES (4660,'Mount Desert','ME','44.346290','-68.343170',-5,1); -INSERT INTO zipcodes VALUES (4662,'Northeast Harbor','ME','44.291076','-68.281430',-5,1); -INSERT INTO zipcodes VALUES (4664,'Sullivan','ME','44.528094','-68.223330',-5,1); -INSERT INTO zipcodes VALUES (4665,'Otter Creek','ME','44.641873','-68.391481',-5,1); -INSERT INTO zipcodes VALUES (4666,'Pembroke','ME','44.975116','-67.194600',-5,1); -INSERT INTO zipcodes VALUES (4667,'Perry','ME','44.972969','-67.086970',-5,1); -INSERT INTO zipcodes VALUES (4668,'Princeton','ME','45.188555','-67.590630',-5,1); -INSERT INTO zipcodes VALUES (4669,'Prospect Harbor','ME','44.408699','-68.011420',-5,1); -INSERT INTO zipcodes VALUES (4671,'Robbinston','ME','45.076626','-67.140570',-5,1); -INSERT INTO zipcodes VALUES (4672,'Salsbury Cove','ME','44.430435','-68.284900',-5,1); -INSERT INTO zipcodes VALUES (4673,'Sargentville','ME','44.305681','-68.678420',-5,1); -INSERT INTO zipcodes VALUES (4674,'Seal Cove','ME','44.295719','-68.400920',-5,1); -INSERT INTO zipcodes VALUES (4675,'Seal Harbor','ME','44.298106','-68.240750',-5,1); -INSERT INTO zipcodes VALUES (4676,'Sedgwick','ME','44.333099','-68.656930',-5,1); -INSERT INTO zipcodes VALUES (4677,'Sorrento','ME','44.482607','-68.181850',-5,1); -INSERT INTO zipcodes VALUES (4679,'Southwest Harbor','ME','44.278453','-68.321860',-5,1); -INSERT INTO zipcodes VALUES (4680,'Steuben','ME','44.510306','-67.948790',-5,1); -INSERT INTO zipcodes VALUES (4681,'Stonington','ME','44.168214','-68.664050',-5,1); -INSERT INTO zipcodes VALUES (4683,'Sunset','ME','44.214927','-68.776900',-5,1); -INSERT INTO zipcodes VALUES (4684,'Surry','ME','44.490635','-68.500850',-5,1); -INSERT INTO zipcodes VALUES (4685,'Swans Island','ME','44.161589','-68.446070',-5,1); -INSERT INTO zipcodes VALUES (4686,'Wesley','ME','45.002969','-67.495548',-5,1); -INSERT INTO zipcodes VALUES (4690,'West Tremont','ME','44.641873','-68.391481',-5,1); -INSERT INTO zipcodes VALUES (4691,'Whiting','ME','44.790082','-67.247890',-5,1); -INSERT INTO zipcodes VALUES (4693,'Winter Harbor','ME','44.384841','-68.094580',-5,1); -INSERT INTO zipcodes VALUES (4694,'Baileyville','ME','45.116525','-67.424840',-5,1); -INSERT INTO zipcodes VALUES (4724,'Poland','ME','43.995965','-70.410370',-5,1); -INSERT INTO zipcodes VALUES (4730,'Houlton','ME','46.126720','-67.877980',-5,1); -INSERT INTO zipcodes VALUES (4732,'Ashland','ME','46.640050','-68.428040',-5,1); -INSERT INTO zipcodes VALUES (4733,'Benedicta','ME','45.810781','-68.399740',-5,1); -INSERT INTO zipcodes VALUES (4734,'Blaine','ME','46.516166','-68.886826',-5,1); -INSERT INTO zipcodes VALUES (4735,'Bridgewater','ME','46.421799','-67.894170',-5,1); -INSERT INTO zipcodes VALUES (4736,'Caribou','ME','46.878869','-68.011280',-5,1); -INSERT INTO zipcodes VALUES (4737,'Clayton Lake','ME','46.516166','-68.886826',-5,1); -INSERT INTO zipcodes VALUES (4738,'Crouseville','ME','46.516166','-68.886826',-5,1); -INSERT INTO zipcodes VALUES (4739,'Eagle Lake','ME','47.042226','-68.615880',-5,1); -INSERT INTO zipcodes VALUES (4740,'Easton','ME','46.657001','-67.863380',-5,1); -INSERT INTO zipcodes VALUES (4741,'Estcourt Station','ME','46.516166','-68.886826',-5,1); -INSERT INTO zipcodes VALUES (4742,'Fort Fairfield','ME','46.774757','-67.850120',-5,1); -INSERT INTO zipcodes VALUES (4743,'Fort Kent','ME','47.209541','-68.572380',-5,1); -INSERT INTO zipcodes VALUES (4744,'Fort Kent Mills','ME','46.516166','-68.886826',-5,1); -INSERT INTO zipcodes VALUES (4745,'Frenchville','ME','47.285196','-68.387160',-5,1); -INSERT INTO zipcodes VALUES (4746,'Grand Isle','ME','47.281126','-68.142770',-5,1); -INSERT INTO zipcodes VALUES (4747,'Island Falls','ME','46.004523','-68.270040',-5,1); -INSERT INTO zipcodes VALUES (4750,'Limestone','ME','46.936616','-67.864710',-5,1); -INSERT INTO zipcodes VALUES (4751,'Limestone','ME','46.892918','-67.964300',-5,1); -INSERT INTO zipcodes VALUES (4752,'Ashland','ME','46.602477','-68.410131',-5,1); -INSERT INTO zipcodes VALUES (4756,'Madawaska','ME','47.345936','-68.322560',-5,1); -INSERT INTO zipcodes VALUES (4757,'Mapleton','ME','46.686190','-68.147000',-5,1); -INSERT INTO zipcodes VALUES (4758,'Mars Hill','ME','46.512409','-67.866550',-5,1); -INSERT INTO zipcodes VALUES (4759,'Masardis','ME','46.497891','-68.372510',-5,1); -INSERT INTO zipcodes VALUES (4760,'Monticello','ME','46.311845','-67.855180',-5,1); -INSERT INTO zipcodes VALUES (4761,'New Limerick','ME','46.100442','-68.003376',-5,1); -INSERT INTO zipcodes VALUES (4762,'New Sweden','ME','46.953804','-68.120400',-5,1); -INSERT INTO zipcodes VALUES (4763,'Oakfield','ME','46.104734','-68.113980',-5,1); -INSERT INTO zipcodes VALUES (4764,'Oxbow','ME','46.416656','-68.476460',-5,1); -INSERT INTO zipcodes VALUES (4765,'Patten','ME','46.024219','-68.492410',-5,1); -INSERT INTO zipcodes VALUES (4766,'Perham','ME','46.869762','-68.292900',-5,1); -INSERT INTO zipcodes VALUES (4768,'Portage','ME','46.778192','-68.499200',-5,1); -INSERT INTO zipcodes VALUES (4769,'Presque Isle','ME','46.679321','-68.002160',-5,1); -INSERT INTO zipcodes VALUES (4770,'Quimby','ME','46.516166','-68.886826',-5,1); -INSERT INTO zipcodes VALUES (4772,'Saint Agatha','ME','47.241717','-68.339310',-5,1); -INSERT INTO zipcodes VALUES (4773,'Saint David','ME','47.281953','-68.239590',-5,1); -INSERT INTO zipcodes VALUES (4774,'Saint Francis','ME','47.119796','-69.002580',-5,1); -INSERT INTO zipcodes VALUES (4775,'Sheridan','ME','46.516166','-68.886826',-5,1); -INSERT INTO zipcodes VALUES (4776,'Sherman Mills','ME','45.864106','-68.339860',-5,1); -INSERT INTO zipcodes VALUES (4777,'Sherman Station','ME','45.880436','-68.451730',-5,1); -INSERT INTO zipcodes VALUES (4779,'Sinclair','ME','47.165256','-68.272880',-5,1); -INSERT INTO zipcodes VALUES (4780,'Smyrna Mills','ME','46.164163','-68.232320',-5,1); -INSERT INTO zipcodes VALUES (4781,'Soldier Pond','ME','47.163149','-68.589150',-5,1); -INSERT INTO zipcodes VALUES (4782,'Stacyville','ME','45.519867','-68.647416',-5,1); -INSERT INTO zipcodes VALUES (4783,'Stockholm','ME','47.049301','-68.208230',-5,1); -INSERT INTO zipcodes VALUES (4785,'Van Buren','ME','47.146850','-67.947180',-5,1); -INSERT INTO zipcodes VALUES (4786,'Washburn','ME','46.785510','-68.168710',-5,1); -INSERT INTO zipcodes VALUES (4787,'Westfield','ME','46.574691','-67.965310',-5,1); -INSERT INTO zipcodes VALUES (4788,'Winterville','ME','46.516166','-68.886826',-5,1); -INSERT INTO zipcodes VALUES (4840,'Camden','ME','44.210119','-69.113626',-5,1); -INSERT INTO zipcodes VALUES (4841,'Rockland','ME','44.108735','-69.113660',-5,1); -INSERT INTO zipcodes VALUES (4842,'Owls Head','ME','44.086989','-69.104234',-5,1); -INSERT INTO zipcodes VALUES (4843,'Camden','ME','44.218159','-69.081840',-5,1); -INSERT INTO zipcodes VALUES (4846,'Glen Cove','ME','44.131005','-69.091111',-5,1); -INSERT INTO zipcodes VALUES (4847,'Hope','ME','44.232721','-69.192540',-5,1); -INSERT INTO zipcodes VALUES (4848,'Islesboro','ME','44.305981','-68.908830',-5,1); -INSERT INTO zipcodes VALUES (4849,'Lincolnville','ME','44.325944','-69.030650',-5,1); -INSERT INTO zipcodes VALUES (4850,'Lincolnville Center','ME','44.478694','-69.149559',-5,1); -INSERT INTO zipcodes VALUES (4851,'Matinicus','ME','43.856129','-68.888470',-5,1); -INSERT INTO zipcodes VALUES (4852,'Monhegan','ME','43.764862','-69.320160',-5,1); -INSERT INTO zipcodes VALUES (4853,'North Haven','ME','44.154189','-68.878100',-5,1); -INSERT INTO zipcodes VALUES (4854,'Owls Head','ME','44.065748','-69.075360',-5,1); -INSERT INTO zipcodes VALUES (4855,'Port Clyde','ME','44.032196','-69.148017',-5,1); -INSERT INTO zipcodes VALUES (4856,'Rockport','ME','44.180867','-69.098120',-5,1); -INSERT INTO zipcodes VALUES (4857,'Saint George','ME','44.008875','-69.206290',-5,1); -INSERT INTO zipcodes VALUES (4858,'South Thomaston','ME','44.024605','-69.127810',-5,1); -INSERT INTO zipcodes VALUES (4859,'Spruce Head','ME','43.999827','-69.156080',-5,1); -INSERT INTO zipcodes VALUES (4860,'Tenants Harbor','ME','43.946400','-69.235240',-5,1); -INSERT INTO zipcodes VALUES (4861,'Thomaston','ME','44.082602','-69.175980',-5,1); -INSERT INTO zipcodes VALUES (4862,'Union','ME','44.240765','-69.270480',-5,1); -INSERT INTO zipcodes VALUES (4863,'Vinalhaven','ME','44.061051','-68.838190',-5,1); -INSERT INTO zipcodes VALUES (4864,'Warren','ME','44.135936','-69.249070',-5,1); -INSERT INTO zipcodes VALUES (4865,'West Rockport','ME','44.192369','-69.121139',-5,1); -INSERT INTO zipcodes VALUES (4901,'Waterville','ME','44.554965','-69.612970',-5,1); -INSERT INTO zipcodes VALUES (4903,'Waterville','ME','44.549225','-69.713178',-5,1); -INSERT INTO zipcodes VALUES (4910,'Albion','ME','44.513491','-69.434960',-5,1); -INSERT INTO zipcodes VALUES (4911,'Anson','ME','44.780290','-69.934240',-5,1); -INSERT INTO zipcodes VALUES (4912,'Athens','ME','44.949136','-69.649680',-5,1); -INSERT INTO zipcodes VALUES (4915,'Belfast','ME','44.445295','-69.022570',-5,1); -INSERT INTO zipcodes VALUES (4917,'Belgrade','ME','44.493133','-69.833480',-5,1); -INSERT INTO zipcodes VALUES (4918,'Belgrade Lakes','ME','44.414056','-69.751913',-5,1); -INSERT INTO zipcodes VALUES (4920,'Bingham','ME','45.079520','-69.847230',-5,1); -INSERT INTO zipcodes VALUES (4921,'Brooks','ME','44.554501','-69.126040',-5,1); -INSERT INTO zipcodes VALUES (4922,'Burnham','ME','44.667844','-69.373980',-5,1); -INSERT INTO zipcodes VALUES (4923,'Cambridge','ME','45.031691','-69.446720',-5,1); -INSERT INTO zipcodes VALUES (4924,'Canaan','ME','44.765617','-69.556940',-5,1); -INSERT INTO zipcodes VALUES (4925,'Caratunk','ME','45.249363','-69.943300',-5,1); -INSERT INTO zipcodes VALUES (4926,'China','ME','44.391167','-69.538257',-5,1); -INSERT INTO zipcodes VALUES (4927,'Clinton','ME','44.659486','-69.530640',-5,1); -INSERT INTO zipcodes VALUES (4928,'Corinna','ME','44.949001','-69.273270',-5,1); -INSERT INTO zipcodes VALUES (4929,'Detroit','ME','44.785927','-69.303760',-5,1); -INSERT INTO zipcodes VALUES (4930,'Dexter','ME','45.023476','-69.297250',-5,1); -INSERT INTO zipcodes VALUES (4932,'Dixmont','ME','44.689677','-69.124800',-5,1); -INSERT INTO zipcodes VALUES (4933,'East Newport','ME','45.519867','-68.647416',-5,1); -INSERT INTO zipcodes VALUES (4935,'East Vassalboro','ME','44.414056','-69.751913',-5,1); -INSERT INTO zipcodes VALUES (4936,'Eustis','ME','45.325768','-70.540620',-5,1); -INSERT INTO zipcodes VALUES (4937,'Fairfield','ME','44.603329','-69.636270',-5,1); -INSERT INTO zipcodes VALUES (4938,'Farmington','ME','44.667760','-70.123620',-5,1); -INSERT INTO zipcodes VALUES (4939,'Garland','ME','45.046491','-69.147470',-5,1); -INSERT INTO zipcodes VALUES (4940,'Farmington Falls','ME','44.622563','-70.075178',-5,1); -INSERT INTO zipcodes VALUES (4941,'Freedom','ME','44.466012','-69.313370',-5,1); -INSERT INTO zipcodes VALUES (4942,'Harmony','ME','44.985047','-69.565230',-5,1); -INSERT INTO zipcodes VALUES (4943,'Hartland','ME','44.861365','-69.499340',-5,1); -INSERT INTO zipcodes VALUES (4944,'Hinckley','ME','44.684737','-69.642500',-5,1); -INSERT INTO zipcodes VALUES (4945,'Jackman','ME','45.587713','-70.272570',-5,1); -INSERT INTO zipcodes VALUES (4947,'Kingfield','ME','45.018122','-70.266900',-5,1); -INSERT INTO zipcodes VALUES (4949,'Liberty','ME','44.371109','-69.327440',-5,1); -INSERT INTO zipcodes VALUES (4950,'Madison','ME','44.819206','-69.827820',-5,1); -INSERT INTO zipcodes VALUES (4951,'Monroe','ME','44.599607','-69.045420',-5,1); -INSERT INTO zipcodes VALUES (4952,'Morrill','ME','44.417725','-69.151960',-5,1); -INSERT INTO zipcodes VALUES (4953,'Newport','ME','44.855490','-69.263970',-5,1); -INSERT INTO zipcodes VALUES (4954,'New Portland','ME','44.904101','-70.104530',-5,1); -INSERT INTO zipcodes VALUES (4955,'New Sharon','ME','44.638255','-70.015250',-5,1); -INSERT INTO zipcodes VALUES (4956,'New Vineyard','ME','44.797810','-70.124430',-5,1); -INSERT INTO zipcodes VALUES (4957,'Norridgewock','ME','44.700173','-69.825540',-5,1); -INSERT INTO zipcodes VALUES (4958,'North Anson','ME','44.926344','-69.935210',-5,1); -INSERT INTO zipcodes VALUES (4961,'North New Portland','ME','45.056328','-70.086520',-5,1); -INSERT INTO zipcodes VALUES (4962,'North Vassalboro','ME','44.464439','-69.616990',-5,1); -INSERT INTO zipcodes VALUES (4963,'Oakland','ME','44.560495','-69.769380',-5,1); -INSERT INTO zipcodes VALUES (4964,'Oquossoc','ME','44.924121','-70.767860',-5,1); -INSERT INTO zipcodes VALUES (4965,'Palmyra','ME','44.845899','-69.367750',-5,1); -INSERT INTO zipcodes VALUES (4966,'Phillips','ME','44.840352','-70.372350',-5,1); -INSERT INTO zipcodes VALUES (4967,'Pittsfield','ME','44.774328','-69.406160',-5,1); -INSERT INTO zipcodes VALUES (4969,'Plymouth','ME','44.767975','-69.211910',-5,1); -INSERT INTO zipcodes VALUES (4970,'Rangeley','ME','44.966701','-70.657600',-5,1); -INSERT INTO zipcodes VALUES (4971,'Saint Albans','ME','44.927382','-69.387520',-5,1); -INSERT INTO zipcodes VALUES (4972,'Sandy Point','ME','44.478694','-69.149559',-5,1); -INSERT INTO zipcodes VALUES (4973,'Searsmont','ME','44.369557','-69.188200',-5,1); -INSERT INTO zipcodes VALUES (4974,'Searsport','ME','44.500622','-68.928290',-5,1); -INSERT INTO zipcodes VALUES (4975,'Shawmut','ME','44.624515','-69.586852',-5,1); -INSERT INTO zipcodes VALUES (4976,'Skowhegan','ME','44.782568','-69.692120',-5,1); -INSERT INTO zipcodes VALUES (4978,'Smithfield','ME','44.624821','-69.811170',-5,1); -INSERT INTO zipcodes VALUES (4979,'Solon','ME','44.940536','-69.807590',-5,1); -INSERT INTO zipcodes VALUES (4981,'Stockton Springs','ME','44.499082','-68.856670',-5,1); -INSERT INTO zipcodes VALUES (4982,'Stratton','ME','45.137607','-70.446060',-5,1); -INSERT INTO zipcodes VALUES (4983,'Strong','ME','44.822625','-70.217780',-5,1); -INSERT INTO zipcodes VALUES (4984,'Temple','ME','44.688292','-70.237730',-5,1); -INSERT INTO zipcodes VALUES (4985,'West Forks','ME','45.380034','-69.908920',-5,1); -INSERT INTO zipcodes VALUES (4986,'Thorndike','ME','44.555643','-69.232410',-5,1); -INSERT INTO zipcodes VALUES (4987,'Troy','ME','44.678838','-69.269180',-5,1); -INSERT INTO zipcodes VALUES (4988,'Unity','ME','44.605090','-69.330220',-5,1); -INSERT INTO zipcodes VALUES (4989,'Vassalboro','ME','44.398851','-69.651810',-5,1); -INSERT INTO zipcodes VALUES (4992,'West Farmington','ME','44.662822','-70.153049',-5,1); -INSERT INTO zipcodes VALUES (5001,'White River Junction','VT','43.662892','-72.368250',-5,1); -INSERT INTO zipcodes VALUES (5009,'White River Junction','VT','43.592039','-72.588407',-5,1); -INSERT INTO zipcodes VALUES (5030,'Ascutney','VT','43.410672','-72.429777',-5,1); -INSERT INTO zipcodes VALUES (5031,'Barnard','VT','43.735816','-72.602600',-5,1); -INSERT INTO zipcodes VALUES (5032,'Bethel','VT','43.811958','-72.644930',-5,1); -INSERT INTO zipcodes VALUES (5033,'Bradford','VT','43.994064','-72.155340',-5,1); -INSERT INTO zipcodes VALUES (5034,'Bridgewater','VT','43.577762','-72.617890',-5,1); -INSERT INTO zipcodes VALUES (5035,'Bridgewater Corners','VT','43.608849','-72.679900',-5,1); -INSERT INTO zipcodes VALUES (5036,'Brookfield','VT','44.025910','-72.585020',-5,1); -INSERT INTO zipcodes VALUES (5037,'Brownsville','VT','43.461468','-72.487430',-5,1); -INSERT INTO zipcodes VALUES (5038,'Chelsea','VT','43.989583','-72.462760',-5,1); -INSERT INTO zipcodes VALUES (5039,'Corinth','VT','44.026521','-72.293470',-5,1); -INSERT INTO zipcodes VALUES (5040,'East Corinth','VT','44.070771','-72.212750',-5,1); -INSERT INTO zipcodes VALUES (5041,'East Randolph','VT','43.966821','-72.547840',-5,1); -INSERT INTO zipcodes VALUES (5042,'East Ryegate','VT','44.213499','-72.080370',-5,1); -INSERT INTO zipcodes VALUES (5043,'East Thetford','VT','43.795686','-72.213250',-5,1); -INSERT INTO zipcodes VALUES (5045,'Fairlee','VT','43.919887','-72.206550',-5,1); -INSERT INTO zipcodes VALUES (5046,'Groton','VT','44.254302','-72.226690',-5,1); -INSERT INTO zipcodes VALUES (5047,'Hartford','VT','43.672103','-72.355539',-5,1); -INSERT INTO zipcodes VALUES (5048,'Hartland','VT','43.566105','-72.399410',-5,1); -INSERT INTO zipcodes VALUES (5049,'Hartland Four Corners','VT','43.592039','-72.588407',-5,1); -INSERT INTO zipcodes VALUES (5050,'McIndoe Falls','VT','44.462390','-72.135804',-5,1); -INSERT INTO zipcodes VALUES (5051,'Newbury','VT','44.075132','-72.071740',-5,1); -INSERT INTO zipcodes VALUES (5052,'North Hartland','VT','43.598261','-72.351000',-5,1); -INSERT INTO zipcodes VALUES (5053,'North Pomfret','VT','43.714887','-72.498860',-5,1); -INSERT INTO zipcodes VALUES (5054,'North Thetford','VT','43.852619','-72.187980',-5,1); -INSERT INTO zipcodes VALUES (5055,'Norwich','VT','43.735335','-72.290860',-5,1); -INSERT INTO zipcodes VALUES (5056,'Plymouth','VT','43.531612','-72.721790',-5,1); -INSERT INTO zipcodes VALUES (5058,'Post Mills','VT','43.884626','-72.260750',-5,1); -INSERT INTO zipcodes VALUES (5059,'Quechee','VT','43.649153','-72.429430',-5,1); -INSERT INTO zipcodes VALUES (5060,'Randolph','VT','43.954353','-72.669160',-5,1); -INSERT INTO zipcodes VALUES (5061,'Randolph Center','VT','43.928369','-72.573100',-5,1); -INSERT INTO zipcodes VALUES (5062,'Reading','VT','43.485715','-72.553600',-5,1); -INSERT INTO zipcodes VALUES (5065,'Sharon','VT','43.775807','-72.423870',-5,1); -INSERT INTO zipcodes VALUES (5067,'South Pomfret','VT','43.687515','-72.542720',-5,1); -INSERT INTO zipcodes VALUES (5068,'South Royalton','VT','43.808623','-72.532080',-5,1); -INSERT INTO zipcodes VALUES (5069,'South Ryegate','VT','44.168111','-72.142450',-5,1); -INSERT INTO zipcodes VALUES (5070,'South Strafford','VT','43.830375','-72.362280',-5,1); -INSERT INTO zipcodes VALUES (5071,'South Woodstock','VT','43.568095','-72.553270',-5,1); -INSERT INTO zipcodes VALUES (5072,'Strafford','VT','43.890244','-72.393640',-5,1); -INSERT INTO zipcodes VALUES (5073,'Taftsville','VT','43.625216','-72.477560',-5,1); -INSERT INTO zipcodes VALUES (5074,'Thetford','VT','43.815621','-72.222750',-5,1); -INSERT INTO zipcodes VALUES (5075,'Thetford Center','VT','43.831780','-72.271250',-5,1); -INSERT INTO zipcodes VALUES (5076,'East Corinth','VT','44.128666','-72.234500',-5,1); -INSERT INTO zipcodes VALUES (5077,'Tunbridge','VT','43.897183','-72.484800',-5,1); -INSERT INTO zipcodes VALUES (5079,'Vershire','VT','43.948258','-72.320920',-5,1); -INSERT INTO zipcodes VALUES (5080,'Hartford','VT','43.716375','-72.403244',-5,1); -INSERT INTO zipcodes VALUES (5081,'Wells River','VT','44.135828','-72.090610',-5,1); -INSERT INTO zipcodes VALUES (5083,'West Fairlee','VT','43.910089','-72.266370',-5,1); -INSERT INTO zipcodes VALUES (5084,'West Hartford','VT','43.720826','-72.433720',-5,1); -INSERT INTO zipcodes VALUES (5085,'West Newbury','VT','44.062646','-72.139460',-5,1); -INSERT INTO zipcodes VALUES (5086,'West Topsham','VT','44.116731','-72.319150',-5,1); -INSERT INTO zipcodes VALUES (5088,'Wilder','VT','43.676947','-72.308200',-5,1); -INSERT INTO zipcodes VALUES (5089,'Windsor','VT','43.486791','-72.426110',-5,1); -INSERT INTO zipcodes VALUES (5091,'Woodstock','VT','43.631076','-72.537390',-5,1); -INSERT INTO zipcodes VALUES (5101,'Bellows Falls','VT','43.156451','-72.472900',-5,1); -INSERT INTO zipcodes VALUES (5124,'Cavendish','VT','43.441399','-72.533124',-5,1); -INSERT INTO zipcodes VALUES (5141,'Cambridgeport','VT','42.994670','-72.720362',-5,1); -INSERT INTO zipcodes VALUES (5142,'Cavendish','VT','43.404220','-72.590480',-5,1); -INSERT INTO zipcodes VALUES (5143,'Chester','VT','43.264490','-72.618310',-5,1); -INSERT INTO zipcodes VALUES (5144,'Chester Depot','VT','43.592039','-72.588407',-5,1); -INSERT INTO zipcodes VALUES (5146,'Grafton','VT','43.186044','-72.616610',-5,1); -INSERT INTO zipcodes VALUES (5148,'Londonderry','VT','43.238921','-72.801060',-5,1); -INSERT INTO zipcodes VALUES (5149,'Ludlow','VT','43.416827','-72.704160',-5,1); -INSERT INTO zipcodes VALUES (5150,'North Springfield','VT','43.334787','-72.530530',-5,1); -INSERT INTO zipcodes VALUES (5151,'Perkinsville','VT','43.380411','-72.493970',-5,1); -INSERT INTO zipcodes VALUES (5152,'Peru','VT','43.242830','-72.883090',-5,1); -INSERT INTO zipcodes VALUES (5153,'Proctorsville','VT','43.439302','-72.637380',-5,1); -INSERT INTO zipcodes VALUES (5154,'Saxtons River','VT','43.139961','-72.508440',-5,1); -INSERT INTO zipcodes VALUES (5155,'South Londonderry','VT','43.158484','-72.844970',-5,1); -INSERT INTO zipcodes VALUES (5156,'Springfield','VT','43.300126','-72.477670',-5,1); -INSERT INTO zipcodes VALUES (5158,'Westminster','VT','43.093695','-72.450540',-5,1); -INSERT INTO zipcodes VALUES (5159,'Westminster Station','VT','43.093972','-72.456492',-5,1); -INSERT INTO zipcodes VALUES (5161,'Weston','VT','43.303613','-72.791340',-5,1); -INSERT INTO zipcodes VALUES (5201,'Bennington','VT','42.882231','-73.178730',-5,1); -INSERT INTO zipcodes VALUES (5210,'Woodford','VT','42.886696','-73.012715',-5,1); -INSERT INTO zipcodes VALUES (5219,'Barnet','VT','44.352579','-72.031815',-5,1); -INSERT INTO zipcodes VALUES (5233,'Sudbury','VT','43.761499','-73.187699',-5,1); -INSERT INTO zipcodes VALUES (5250,'Arlington','VT','43.106492','-73.174050',-5,1); -INSERT INTO zipcodes VALUES (5251,'Dorset','VT','43.266886','-73.113080',-5,1); -INSERT INTO zipcodes VALUES (5252,'East Arlington','VT','43.065891','-73.078240',-5,1); -INSERT INTO zipcodes VALUES (5253,'East Dorset','VT','43.243449','-73.007580',-5,1); -INSERT INTO zipcodes VALUES (5254,'Manchester','VT','43.162074','-73.071550',-5,1); -INSERT INTO zipcodes VALUES (5255,'Manchester Center','VT','43.172699','-73.052610',-5,1); -INSERT INTO zipcodes VALUES (5257,'North Bennington','VT','42.936801','-73.248380',-5,1); -INSERT INTO zipcodes VALUES (5260,'North Pownal','VT','42.797636','-73.257160',-5,1); -INSERT INTO zipcodes VALUES (5261,'Pownal','VT','42.776384','-73.213950',-5,1); -INSERT INTO zipcodes VALUES (5262,'Shaftsbury','VT','42.977018','-73.166020',-5,1); -INSERT INTO zipcodes VALUES (5267,'Sutton','VT','44.687700','-72.011815',-5,1); -INSERT INTO zipcodes VALUES (5286,'Craftsbury','VT','44.627698','-72.434398',-5,1); -INSERT INTO zipcodes VALUES (5301,'Brattleboro','VT','42.849957','-72.623280',-5,1); -INSERT INTO zipcodes VALUES (5302,'Brattleboro','VT','42.994670','-72.720362',-5,1); -INSERT INTO zipcodes VALUES (5303,'Brattleboro','VT','42.994670','-72.720362',-5,1); -INSERT INTO zipcodes VALUES (5304,'Brattleboro','VT','42.994670','-72.720362',-5,1); -INSERT INTO zipcodes VALUES (5340,'Bondville','VT','43.156010','-72.913470',-5,1); -INSERT INTO zipcodes VALUES (5341,'East Dover','VT','42.952754','-72.796940',-5,1); -INSERT INTO zipcodes VALUES (5342,'Jacksonville','VT','42.781648','-72.806090',-5,1); -INSERT INTO zipcodes VALUES (5343,'Jamaica','VT','43.103191','-72.792500',-5,1); -INSERT INTO zipcodes VALUES (5344,'Marlboro','VT','42.851149','-72.740730',-5,1); -INSERT INTO zipcodes VALUES (5345,'Newfane','VT','43.003271','-72.657770',-5,1); -INSERT INTO zipcodes VALUES (5346,'Putney','VT','43.024190','-72.517250',-5,1); -INSERT INTO zipcodes VALUES (5350,'Readsboro','VT','42.779542','-72.961460',-5,1); -INSERT INTO zipcodes VALUES (5351,'South Newfane','VT','42.934798','-72.750620',-5,1); -INSERT INTO zipcodes VALUES (5352,'Readsboro','VT','42.765401','-73.060250',-5,1); -INSERT INTO zipcodes VALUES (5353,'Townshend','VT','43.049430','-72.666430',-5,1); -INSERT INTO zipcodes VALUES (5354,'Vernon','VT','42.768143','-72.518350',-5,1); -INSERT INTO zipcodes VALUES (5355,'Wardsboro','VT','43.034152','-72.807480',-5,1); -INSERT INTO zipcodes VALUES (5356,'West Dover','VT','42.952974','-72.872370',-5,1); -INSERT INTO zipcodes VALUES (5357,'West Dummerston','VT','42.957233','-72.624080',-5,1); -INSERT INTO zipcodes VALUES (5358,'West Halifax','VT','42.774480','-72.717020',-5,1); -INSERT INTO zipcodes VALUES (5359,'West Townshend','VT','43.149377','-72.724920',-5,1); -INSERT INTO zipcodes VALUES (5360,'West Wardsboro','VT','43.028157','-72.879140',-5,1); -INSERT INTO zipcodes VALUES (5361,'Whitingham','VT','42.782281','-72.869620',-5,1); -INSERT INTO zipcodes VALUES (5362,'Williamsville','VT','42.944500','-72.692220',-5,1); -INSERT INTO zipcodes VALUES (5363,'Wilmington','VT','42.886921','-72.864570',-5,1); -INSERT INTO zipcodes VALUES (5364,'Westminster','VT','43.061436','-72.518880',-5,1); -INSERT INTO zipcodes VALUES (5401,'Burlington','VT','44.484038','-73.221260',-5,1); -INSERT INTO zipcodes VALUES (5402,'Burlington','VT','44.442117','-73.082525',-5,1); -INSERT INTO zipcodes VALUES (5403,'South Burlington','VT','44.451941','-73.179410',-5,1); -INSERT INTO zipcodes VALUES (5404,'Winooski','VT','44.494999','-73.182590',-5,1); -INSERT INTO zipcodes VALUES (5405,'Burlington','VT','44.442117','-73.082525',-5,1); -INSERT INTO zipcodes VALUES (5406,'Burlington','VT','44.442117','-73.082525',-5,1); -INSERT INTO zipcodes VALUES (5407,'South Burlington','VT','44.442117','-73.082525',-5,1); -INSERT INTO zipcodes VALUES (5418,'Fletcher','VT','44.738007','-72.878140',-5,1); -INSERT INTO zipcodes VALUES (5433,'Lincoln','VT','44.039878','-73.015358',-5,1); -INSERT INTO zipcodes VALUES (5439,'Colchester','VT','44.495180','-73.165092',-5,1); -INSERT INTO zipcodes VALUES (5440,'Alburg','VT','44.966836','-73.270280',-5,1); -INSERT INTO zipcodes VALUES (5441,'Bakersfield','VT','44.772886','-72.788540',-5,1); -INSERT INTO zipcodes VALUES (5442,'Belvidere Center','VT','44.755398','-72.680290',-5,1); -INSERT INTO zipcodes VALUES (5443,'Bristol','VT','44.129002','-73.052580',-5,1); -INSERT INTO zipcodes VALUES (5444,'Cambridge','VT','44.645649','-72.901510',-5,1); -INSERT INTO zipcodes VALUES (5445,'Charlotte','VT','44.309241','-73.235040',-5,1); -INSERT INTO zipcodes VALUES (5446,'Colchester','VT','44.541902','-73.196590',-5,1); -INSERT INTO zipcodes VALUES (5447,'East Berkshire','VT','44.824855','-72.895849',-5,1); -INSERT INTO zipcodes VALUES (5448,'East Fairfield','VT','44.751801','-72.882470',-5,1); -INSERT INTO zipcodes VALUES (5449,'Colchester','VT','44.442117','-73.082525',-5,1); -INSERT INTO zipcodes VALUES (5450,'Enosburg Falls','VT','44.885689','-72.789920',-5,1); -INSERT INTO zipcodes VALUES (5451,'Essex','VT','44.508350','-73.050271',-5,1); -INSERT INTO zipcodes VALUES (5452,'Essex Junction','VT','44.501991','-73.093760',-5,1); -INSERT INTO zipcodes VALUES (5453,'Essex Junction','VT','44.442117','-73.082525',-5,1); -INSERT INTO zipcodes VALUES (5454,'Fairfax','VT','44.693805','-73.040990',-5,1); -INSERT INTO zipcodes VALUES (5455,'Fairfield','VT','44.801734','-72.962130',-5,1); -INSERT INTO zipcodes VALUES (5456,'Ferrisburg','VT','44.204926','-73.251430',-5,1); -INSERT INTO zipcodes VALUES (5457,'Franklin','VT','44.961552','-72.893510',-5,1); -INSERT INTO zipcodes VALUES (5458,'Grand Isle','VT','44.712593','-73.305260',-5,1); -INSERT INTO zipcodes VALUES (5459,'Highgate Center','VT','44.941617','-73.030560',-5,1); -INSERT INTO zipcodes VALUES (5460,'Highgate Springs','VT','44.974765','-73.105205',-5,1); -INSERT INTO zipcodes VALUES (5461,'Hinesburg','VT','44.332217','-73.092540',-5,1); -INSERT INTO zipcodes VALUES (5462,'Huntington','VT','44.304004','-72.979990',-5,1); -INSERT INTO zipcodes VALUES (5463,'Isle La Motte','VT','44.866344','-73.330810',-5,1); -INSERT INTO zipcodes VALUES (5464,'Jeffersonville','VT','44.636283','-72.822570',-5,1); -INSERT INTO zipcodes VALUES (5465,'Jericho','VT','44.486113','-72.963170',-5,1); -INSERT INTO zipcodes VALUES (5466,'Jonesville','VT','44.362504','-73.019801',-5,1); -INSERT INTO zipcodes VALUES (5468,'Milton','VT','44.641974','-73.134690',-5,1); -INSERT INTO zipcodes VALUES (5469,'Monkton','VT','44.240375','-73.134702',-5,1); -INSERT INTO zipcodes VALUES (5470,'Montgomery','VT','44.824855','-72.895849',-5,1); -INSERT INTO zipcodes VALUES (5471,'Montgomery Center','VT','44.874895','-72.587980',-5,1); -INSERT INTO zipcodes VALUES (5472,'New Haven','VT','44.121825','-73.166000',-5,1); -INSERT INTO zipcodes VALUES (5473,'North Ferrisburg','VT','44.255574','-73.222530',-5,1); -INSERT INTO zipcodes VALUES (5474,'North Hero','VT','44.831101','-73.273540',-5,1); -INSERT INTO zipcodes VALUES (5476,'Richford','VT','44.970417','-72.663160',-5,1); -INSERT INTO zipcodes VALUES (5477,'Richmond','VT','44.392443','-72.959360',-5,1); -INSERT INTO zipcodes VALUES (5478,'Saint Albans','VT','44.807555','-73.090770',-5,1); -INSERT INTO zipcodes VALUES (5479,'Saint Albans','VT','44.824855','-72.895849',-5,1); -INSERT INTO zipcodes VALUES (5481,'Saint Albans Bay','VT','44.824855','-72.895849',-5,1); -INSERT INTO zipcodes VALUES (5482,'Shelburne','VT','44.388556','-73.223180',-5,1); -INSERT INTO zipcodes VALUES (5483,'Sheldon','VT','44.884125','-72.975100',-5,1); -INSERT INTO zipcodes VALUES (5485,'Sheldon Springs','VT','44.905573','-72.963154',-5,1); -INSERT INTO zipcodes VALUES (5486,'South Hero','VT','44.645192','-73.314520',-5,1); -INSERT INTO zipcodes VALUES (5487,'Starksboro','VT','44.224103','-73.031640',-5,1); -INSERT INTO zipcodes VALUES (5488,'Swanton','VT','44.930163','-73.120990',-5,1); -INSERT INTO zipcodes VALUES (5489,'Underhill','VT','44.546538','-72.926490',-5,1); -INSERT INTO zipcodes VALUES (5490,'Underhill Center','VT','44.504656','-72.885253',-5,1); -INSERT INTO zipcodes VALUES (5491,'Vergennes','VT','44.127530','-73.284370',-5,1); -INSERT INTO zipcodes VALUES (5492,'Waterville','VT','44.708468','-72.758500',-5,1); -INSERT INTO zipcodes VALUES (5494,'Westford','VT','44.608283','-73.009790',-5,1); -INSERT INTO zipcodes VALUES (5495,'Williston','VT','44.445240','-73.099170',-5,1); -INSERT INTO zipcodes VALUES (5501,'Andover','MA','42.647191','-71.184202',-5,1); -INSERT INTO zipcodes VALUES (5544,'Andover','MA','42.647191','-71.184202',-5,1); -INSERT INTO zipcodes VALUES (5601,'Montpelier','VT','44.199060','-72.559638',-5,1); -INSERT INTO zipcodes VALUES (5602,'Montpelier','VT','44.265633','-72.596860',-5,1); -INSERT INTO zipcodes VALUES (5603,'Montpelier','VT','44.156554','-72.655892',-5,1); -INSERT INTO zipcodes VALUES (5604,'Montpelier','VT','44.259518','-72.585018',-5,1); -INSERT INTO zipcodes VALUES (5609,'Montpelier','VT','44.259518','-72.585018',-5,1); -INSERT INTO zipcodes VALUES (5620,'Montpelier','VT','44.259518','-72.585018',-5,1); -INSERT INTO zipcodes VALUES (5626,'Waterbury','VT','44.352339','-72.779614',-5,1); -INSERT INTO zipcodes VALUES (5633,'Montpelier','VT','44.259518','-72.585018',-5,1); -INSERT INTO zipcodes VALUES (5640,'Adamant','VT','44.354296','-72.490530',-5,1); -INSERT INTO zipcodes VALUES (5641,'Barre','VT','44.194307','-72.494430',-5,1); -INSERT INTO zipcodes VALUES (5647,'Cabot','VT','44.414576','-72.286520',-5,1); -INSERT INTO zipcodes VALUES (5648,'Calais','VT','44.375726','-72.495090',-5,1); -INSERT INTO zipcodes VALUES (5649,'East Barre','VT','44.152477','-72.433280',-5,1); -INSERT INTO zipcodes VALUES (5650,'East Calais','VT','44.403899','-72.443280',-5,1); -INSERT INTO zipcodes VALUES (5651,'East Montpelier','VT','44.282269','-72.489830',-5,1); -INSERT INTO zipcodes VALUES (5652,'Eden','VT','44.715079','-72.571700',-5,1); -INSERT INTO zipcodes VALUES (5653,'Eden Mills','VT','44.711083','-72.508460',-5,1); -INSERT INTO zipcodes VALUES (5654,'Graniteville','VT','44.140716','-72.476750',-5,1); -INSERT INTO zipcodes VALUES (5655,'Hyde Park','VT','44.610931','-72.599710',-5,1); -INSERT INTO zipcodes VALUES (5656,'Johnson','VT','44.645219','-72.679410',-5,1); -INSERT INTO zipcodes VALUES (5657,'Lake Elmore','VT','44.541415','-72.526930',-5,1); -INSERT INTO zipcodes VALUES (5658,'Marshfield','VT','44.353823','-72.349250',-5,1); -INSERT INTO zipcodes VALUES (5660,'Moretown','VT','44.248198','-72.785250',-5,1); -INSERT INTO zipcodes VALUES (5661,'Morrisville','VT','44.549391','-72.603320',-5,1); -INSERT INTO zipcodes VALUES (5662,'Moscow','VT','44.442001','-72.718759',-5,1); -INSERT INTO zipcodes VALUES (5663,'Northfield','VT','44.141056','-72.664430',-5,1); -INSERT INTO zipcodes VALUES (5664,'Northfield Falls','VT','44.171238','-72.649760',-5,1); -INSERT INTO zipcodes VALUES (5665,'North Hyde Park','VT','44.673070','-72.597057',-5,1); -INSERT INTO zipcodes VALUES (5666,'North Montpelier','VT','44.338650','-72.443820',-5,1); -INSERT INTO zipcodes VALUES (5667,'Plainfield','VT','44.295577','-72.423650',-5,1); -INSERT INTO zipcodes VALUES (5669,'Roxbury','VT','44.062311','-72.743640',-5,1); -INSERT INTO zipcodes VALUES (5670,'South Barre','VT','44.175744','-72.502470',-5,1); -INSERT INTO zipcodes VALUES (5671,'Waterbury','VT','44.259518','-72.585018',-5,1); -INSERT INTO zipcodes VALUES (5672,'Stowe','VT','44.475387','-72.702250',-5,1); -INSERT INTO zipcodes VALUES (5673,'Waitsfield','VT','44.184704','-72.836700',-5,1); -INSERT INTO zipcodes VALUES (5674,'Warren','VT','44.106922','-72.858160',-5,1); -INSERT INTO zipcodes VALUES (5675,'Washington','VT','44.083457','-72.422000',-5,1); -INSERT INTO zipcodes VALUES (5676,'Waterbury','VT','44.348486','-72.770810',-5,1); -INSERT INTO zipcodes VALUES (5677,'Waterbury Center','VT','44.375144','-72.713620',-5,1); -INSERT INTO zipcodes VALUES (5678,'Websterville','VT','44.158979','-72.469420',-5,1); -INSERT INTO zipcodes VALUES (5679,'Williamstown','VT','44.109793','-72.541550',-5,1); -INSERT INTO zipcodes VALUES (5680,'Wolcott','VT','44.551056','-72.473900',-5,1); -INSERT INTO zipcodes VALUES (5681,'Woodbury','VT','44.457481','-72.406590',-5,1); -INSERT INTO zipcodes VALUES (5682,'Worcester','VT','44.383559','-72.550880',-5,1); -INSERT INTO zipcodes VALUES (5701,'Rutland','VT','43.617302','-72.963250',-5,1); -INSERT INTO zipcodes VALUES (5702,'Rutland','VT','43.412792','-72.990632',-5,1); -INSERT INTO zipcodes VALUES (5730,'Belmont','VT','43.416666','-72.834450',-5,1); -INSERT INTO zipcodes VALUES (5731,'Benson','VT','43.687677','-73.291868',-5,1); -INSERT INTO zipcodes VALUES (5732,'Bomoseen','VT','43.644208','-73.202840',-5,1); -INSERT INTO zipcodes VALUES (5733,'Brandon','VT','43.810371','-73.099980',-5,1); -INSERT INTO zipcodes VALUES (5734,'Bridport','VT','43.987529','-73.351440',-5,1); -INSERT INTO zipcodes VALUES (5735,'Castleton','VT','43.640503','-73.161180',-5,1); -INSERT INTO zipcodes VALUES (5736,'Center Rutland','VT','43.602211','-73.012980',-5,1); -INSERT INTO zipcodes VALUES (5737,'Chittenden','VT','43.735819','-72.931450',-5,1); -INSERT INTO zipcodes VALUES (5738,'Cuttingsville','VT','43.507854','-72.864200',-5,1); -INSERT INTO zipcodes VALUES (5739,'Danby','VT','43.341177','-73.016020',-5,1); -INSERT INTO zipcodes VALUES (5740,'East Middlebury','VT','43.971530','-73.091416',-5,1); -INSERT INTO zipcodes VALUES (5741,'East Poultney','VT','43.592039','-72.818121',-5,1); -INSERT INTO zipcodes VALUES (5742,'East Wallingford','VT','43.441404','-72.885070',-5,1); -INSERT INTO zipcodes VALUES (5743,'Fair Haven','VT','43.666758','-73.285700',-5,1); -INSERT INTO zipcodes VALUES (5744,'Florence','VT','43.688050','-73.067830',-5,1); -INSERT INTO zipcodes VALUES (5745,'Forest Dale','VT','43.592039','-72.818121',-5,1); -INSERT INTO zipcodes VALUES (5746,'Gaysville','VT','43.785433','-72.713660',-5,1); -INSERT INTO zipcodes VALUES (5747,'Granville','VT','43.999811','-72.839270',-5,1); -INSERT INTO zipcodes VALUES (5748,'Hancock','VT','43.926595','-72.871430',-5,1); -INSERT INTO zipcodes VALUES (5750,'Hydeville','VT','43.619787','-73.232730',-5,1); -INSERT INTO zipcodes VALUES (5751,'Killington','VT','43.659839','-72.794190',-5,1); -INSERT INTO zipcodes VALUES (5752,'Poultney','VT','43.225264','-73.141318',-5,1); -INSERT INTO zipcodes VALUES (5753,'Middlebury','VT','44.006024','-73.172000',-5,1); -INSERT INTO zipcodes VALUES (5757,'Middletown Springs','VT','43.477827','-73.123110',-5,1); -INSERT INTO zipcodes VALUES (5758,'Mount Holly','VT','43.452914','-72.796470',-5,1); -INSERT INTO zipcodes VALUES (5759,'North Clarendon','VT','43.553904','-72.961680',-5,1); -INSERT INTO zipcodes VALUES (5760,'Orwell','VT','43.801501','-73.286900',-5,1); -INSERT INTO zipcodes VALUES (5761,'Pawlet','VT','43.357161','-73.134670',-5,1); -INSERT INTO zipcodes VALUES (5762,'Pittsfield','VT','43.768578','-72.831380',-5,1); -INSERT INTO zipcodes VALUES (5763,'Pittsford','VT','43.719898','-73.000870',-5,1); -INSERT INTO zipcodes VALUES (5764,'Poultney','VT','43.521021','-73.216030',-5,1); -INSERT INTO zipcodes VALUES (5765,'Proctor','VT','43.657716','-73.032800',-5,1); -INSERT INTO zipcodes VALUES (5766,'Ripton','VT','43.981681','-73.015500',-5,1); -INSERT INTO zipcodes VALUES (5767,'Rochester','VT','43.876046','-72.812120',-5,1); -INSERT INTO zipcodes VALUES (5768,'Rupert','VT','43.026984','-73.055156',-5,1); -INSERT INTO zipcodes VALUES (5769,'Salisbury','VT','43.914026','-73.107030',-5,1); -INSERT INTO zipcodes VALUES (5770,'Shoreham','VT','43.892373','-73.315830',-5,1); -INSERT INTO zipcodes VALUES (5772,'Stockbridge','VT','43.761779','-72.737030',-5,1); -INSERT INTO zipcodes VALUES (5773,'Wallingford','VT','43.444268','-72.987320',-5,1); -INSERT INTO zipcodes VALUES (5774,'Wells','VT','43.433570','-73.195780',-5,1); -INSERT INTO zipcodes VALUES (5775,'West Pawlet','VT','43.365073','-73.236120',-5,1); -INSERT INTO zipcodes VALUES (5776,'West Rupert','VT','43.235771','-73.248900',-5,1); -INSERT INTO zipcodes VALUES (5777,'West Rutland','VT','43.574326','-73.042150',-5,1); -INSERT INTO zipcodes VALUES (5778,'Whiting','VT','43.864419','-73.211480',-5,1); -INSERT INTO zipcodes VALUES (5801,'White River Junction','VT','43.898246','-72.183633',-5,1); -INSERT INTO zipcodes VALUES (5819,'Saint Johnsbury','VT','44.412413','-72.009960',-5,1); -INSERT INTO zipcodes VALUES (5820,'Albany','VT','44.733624','-72.383080',-5,1); -INSERT INTO zipcodes VALUES (5821,'Barnet','VT','44.311706','-72.103460',-5,1); -INSERT INTO zipcodes VALUES (5822,'Barton','VT','44.750509','-72.163760',-5,1); -INSERT INTO zipcodes VALUES (5823,'Beebe Plain','VT','45.005783','-72.138347',-5,1); -INSERT INTO zipcodes VALUES (5824,'Concord','VT','44.428537','-71.872120',-5,1); -INSERT INTO zipcodes VALUES (5825,'Coventry','VT','44.863351','-72.266490',-5,1); -INSERT INTO zipcodes VALUES (5826,'Craftsbury','VT','44.647068','-72.388700',-5,1); -INSERT INTO zipcodes VALUES (5827,'Craftsbury Common','VT','44.678879','-72.359750',-5,1); -INSERT INTO zipcodes VALUES (5828,'Danville','VT','44.424043','-72.128080',-5,1); -INSERT INTO zipcodes VALUES (5829,'Derby','VT','44.945925','-72.098640',-5,1); -INSERT INTO zipcodes VALUES (5830,'Derby Line','VT','44.985004','-72.058570',-5,1); -INSERT INTO zipcodes VALUES (5832,'East Burke','VT','44.588911','-71.927050',-5,1); -INSERT INTO zipcodes VALUES (5833,'East Charleston','VT','44.824460','-71.969000',-5,1); -INSERT INTO zipcodes VALUES (5836,'East Hardwick','VT','44.529915','-72.268190',-5,1); -INSERT INTO zipcodes VALUES (5837,'East Haven','VT','44.643171','-71.863940',-5,1); -INSERT INTO zipcodes VALUES (5838,'East Saint Johnsbury','VT','44.468494','-71.930077',-5,1); -INSERT INTO zipcodes VALUES (5839,'Glover','VT','44.684488','-72.209360',-5,1); -INSERT INTO zipcodes VALUES (5840,'Granby','VT','44.612521','-71.715360',-5,1); -INSERT INTO zipcodes VALUES (5841,'Greensboro','VT','44.599177','-72.311790',-5,1); -INSERT INTO zipcodes VALUES (5842,'Greensboro Bend','VT','44.574196','-72.243330',-5,1); -INSERT INTO zipcodes VALUES (5843,'Hardwick','VT','44.504593','-72.358220',-5,1); -INSERT INTO zipcodes VALUES (5845,'Irasburg','VT','44.800462','-72.289640',-5,1); -INSERT INTO zipcodes VALUES (5846,'Island Pond','VT','44.803005','-71.846830',-5,1); -INSERT INTO zipcodes VALUES (5847,'Lowell','VT','44.799008','-72.450250',-5,1); -INSERT INTO zipcodes VALUES (5848,'Lower Waterford','VT','44.382103','-71.919518',-5,1); -INSERT INTO zipcodes VALUES (5849,'Lyndon','VT','44.497557','-71.950519',-5,1); -INSERT INTO zipcodes VALUES (5850,'Lyndon Center','VT','44.481915','-71.988258',-5,1); -INSERT INTO zipcodes VALUES (5851,'Lyndonville','VT','44.541352','-72.026860',-5,1); -INSERT INTO zipcodes VALUES (5852,'Newport','VT','44.951093','-72.303696',-5,1); -INSERT INTO zipcodes VALUES (5853,'Morgan','VT','44.881758','-71.966530',-5,1); -INSERT INTO zipcodes VALUES (5855,'Newport','VT','44.936237','-72.199210',-5,1); -INSERT INTO zipcodes VALUES (5857,'Newport Center','VT','44.944231','-72.300540',-5,1); -INSERT INTO zipcodes VALUES (5858,'North Concord','VT','44.498374','-71.837730',-5,1); -INSERT INTO zipcodes VALUES (5859,'North Troy','VT','44.963802','-72.417820',-5,1); -INSERT INTO zipcodes VALUES (5860,'Orleans','VT','44.815511','-72.154780',-5,1); -INSERT INTO zipcodes VALUES (5861,'Passumpsic','VT','44.462390','-72.135804',-5,1); -INSERT INTO zipcodes VALUES (5862,'Peacham','VT','44.462390','-72.135804',-5,1); -INSERT INTO zipcodes VALUES (5863,'Saint Johnsbury Center','VT','44.503403','-71.972088',-5,1); -INSERT INTO zipcodes VALUES (5864,'Stannard','VT','44.562138','-72.244107',-5,1); -INSERT INTO zipcodes VALUES (5866,'Sheffield','VT','44.632918','-72.132450',-5,1); -INSERT INTO zipcodes VALUES (5867,'Sutton','VT','44.653046','-72.043720',-5,1); -INSERT INTO zipcodes VALUES (5868,'Troy','VT','44.902837','-72.408000',-5,1); -INSERT INTO zipcodes VALUES (5871,'West Burke','VT','44.673586','-71.954140',-5,1); -INSERT INTO zipcodes VALUES (5872,'West Charleston','VT','44.865723','-72.046470',-5,1); -INSERT INTO zipcodes VALUES (5873,'West Danville','VT','44.411321','-72.212300',-5,1); -INSERT INTO zipcodes VALUES (5874,'Westfield','VT','44.876447','-72.429020',-5,1); -INSERT INTO zipcodes VALUES (5875,'West Glover','VT','44.722453','-72.256020',-5,1); -INSERT INTO zipcodes VALUES (5892,'Derby','VT','44.914540','-72.112619',-5,1); -INSERT INTO zipcodes VALUES (5901,'Averill','VT','44.680771','-71.719436',-5,1); -INSERT INTO zipcodes VALUES (5902,'Beecher Falls','VT','45.008398','-71.506280',-5,1); -INSERT INTO zipcodes VALUES (5903,'Canaan','VT','44.972508','-71.592750',-5,1); -INSERT INTO zipcodes VALUES (5904,'Gilman','VT','44.413715','-71.709060',-5,1); -INSERT INTO zipcodes VALUES (5905,'Guildhall','VT','44.682269','-71.662380',-5,1); -INSERT INTO zipcodes VALUES (5906,'Lunenburg','VT','44.458803','-71.716200',-5,1); -INSERT INTO zipcodes VALUES (5907,'Norton','VT','44.959647','-71.811340',-5,1); -INSERT INTO zipcodes VALUES (5928,'Derby Center','VT','44.952820','-72.135369',-5,1); -INSERT INTO zipcodes VALUES (5958,'Mount Holly','VT','43.476669','-72.821555',-5,1); -INSERT INTO zipcodes VALUES (6001,'Avon','CT','41.789698','-72.864310',-5,1); -INSERT INTO zipcodes VALUES (6002,'Bloomfield','CT','41.832798','-72.726420',-5,1); -INSERT INTO zipcodes VALUES (6006,'Windsor','CT','41.879637','-72.734271',-5,1); -INSERT INTO zipcodes VALUES (6010,'Bristol','CT','41.682249','-72.933650',-5,1); -INSERT INTO zipcodes VALUES (6011,'Bristol','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6013,'Burlington','CT','41.758415','-72.946420',-5,1); -INSERT INTO zipcodes VALUES (6016,'Broad Brook','CT','41.909097','-72.543930',-5,1); -INSERT INTO zipcodes VALUES (6018,'Canaan','CT','42.023510','-73.311030',-5,1); -INSERT INTO zipcodes VALUES (6019,'Canton','CT','41.834247','-72.891740',-5,1); -INSERT INTO zipcodes VALUES (6020,'Canton Center','CT','41.864597','-72.910030',-5,1); -INSERT INTO zipcodes VALUES (6021,'Colebrook','CT','42.027797','-73.118350',-5,1); -INSERT INTO zipcodes VALUES (6022,'Collinsville','CT','41.832842','-72.925260',-5,1); -INSERT INTO zipcodes VALUES (6023,'East Berlin','CT','41.612748','-72.720170',-5,1); -INSERT INTO zipcodes VALUES (6024,'East Canaan','CT','42.010733','-73.268770',-5,1); -INSERT INTO zipcodes VALUES (6025,'East Glastonbury','CT','41.688896','-72.534482',-5,1); -INSERT INTO zipcodes VALUES (6026,'East Granby','CT','41.935501','-72.727180',-5,1); -INSERT INTO zipcodes VALUES (6027,'East Hartland','CT','42.002345','-72.909220',-5,1); -INSERT INTO zipcodes VALUES (6028,'East Windsor Hill','CT','41.859248','-72.603033',-5,1); -INSERT INTO zipcodes VALUES (6029,'Ellington','CT','41.909147','-72.450260',-5,1); -INSERT INTO zipcodes VALUES (6030,'Farmington','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6031,'Falls Village','CT','41.948694','-73.329600',-5,1); -INSERT INTO zipcodes VALUES (6032,'Farmington','CT','41.725195','-72.830320',-5,1); -INSERT INTO zipcodes VALUES (6033,'Glastonbury','CT','41.707932','-72.570850',-5,1); -INSERT INTO zipcodes VALUES (6034,'Farmington','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6035,'Granby','CT','41.959713','-72.798260',-5,1); -INSERT INTO zipcodes VALUES (6037,'Kensington','CT','41.619048','-72.767340',-5,1); -INSERT INTO zipcodes VALUES (6039,'Lakeville','CT','41.951783','-73.437220',-5,1); -INSERT INTO zipcodes VALUES (6040,'Manchester','CT','41.778888','-72.523840',-5,1); -INSERT INTO zipcodes VALUES (6041,'Manchester','CT','41.794681','-72.564832',-5,1); -INSERT INTO zipcodes VALUES (6043,'Bolton','CT','41.771265','-72.436690',-5,1); -INSERT INTO zipcodes VALUES (6045,'Manchester','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6049,'Melrose','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6050,'New Britain','CT','41.666049','-72.778391',-5,1); -INSERT INTO zipcodes VALUES (6051,'New Britain','CT','41.666249','-72.769960',-5,1); -INSERT INTO zipcodes VALUES (6052,'New Britain','CT','41.659099','-72.801290',-5,1); -INSERT INTO zipcodes VALUES (6053,'New Britain','CT','41.686949','-72.790800',-5,1); -INSERT INTO zipcodes VALUES (6057,'New Hartford','CT','41.852712','-73.004920',-5,1); -INSERT INTO zipcodes VALUES (6058,'Norfolk','CT','41.986861','-73.194370',-5,1); -INSERT INTO zipcodes VALUES (6059,'North Canton','CT','41.937513','-72.920170',-5,1); -INSERT INTO zipcodes VALUES (6060,'North Granby','CT','42.012195','-72.844500',-5,1); -INSERT INTO zipcodes VALUES (6061,'Pine Meadow','CT','41.874382','-72.967958',-5,1); -INSERT INTO zipcodes VALUES (6062,'Plainville','CT','41.671548','-72.862940',-5,1); -INSERT INTO zipcodes VALUES (6063,'Pleasant Valley','CT','41.926696','-72.967830',-5,1); -INSERT INTO zipcodes VALUES (6064,'Poquonock','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6065,'Riverton','CT','41.961127','-73.018590',-5,1); -INSERT INTO zipcodes VALUES (6066,'Vernon Rockville','CT','41.841615','-72.467080',-5,1); -INSERT INTO zipcodes VALUES (6067,'Rocky Hill','CT','41.660949','-72.660980',-5,1); -INSERT INTO zipcodes VALUES (6068,'Salisbury','CT','42.014673','-73.424080',-5,1); -INSERT INTO zipcodes VALUES (6069,'Sharon','CT','41.866222','-73.463310',-5,1); -INSERT INTO zipcodes VALUES (6070,'Simsbury','CT','41.874064','-72.816440',-5,1); -INSERT INTO zipcodes VALUES (6071,'Somers','CT','41.995851','-72.453360',-5,1); -INSERT INTO zipcodes VALUES (6072,'Somersville','CT','41.976466','-72.490593',-5,1); -INSERT INTO zipcodes VALUES (6073,'South Glastonbury','CT','41.660899','-72.568870',-5,1); -INSERT INTO zipcodes VALUES (6074,'South Windsor','CT','41.836665','-72.560760',-5,1); -INSERT INTO zipcodes VALUES (6075,'Stafford','CT','41.811520','-72.308779',-5,1); -INSERT INTO zipcodes VALUES (6076,'Stafford Springs','CT','41.979871','-72.278630',-5,1); -INSERT INTO zipcodes VALUES (6077,'Staffordville','CT','41.991645','-72.257735',-5,1); -INSERT INTO zipcodes VALUES (6078,'Suffield','CT','41.985946','-72.638970',-5,1); -INSERT INTO zipcodes VALUES (6079,'Taconic','CT','42.032012','-73.403763',-5,1); -INSERT INTO zipcodes VALUES (6080,'Suffield','CT','41.948597','-72.628802',-5,1); -INSERT INTO zipcodes VALUES (6081,'Tariffville','CT','41.907114','-72.768310',-5,1); -INSERT INTO zipcodes VALUES (6082,'Enfield','CT','41.987238','-72.563650',-5,1); -INSERT INTO zipcodes VALUES (6083,'Enfield','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6084,'Tolland','CT','41.876880','-72.368060',-5,1); -INSERT INTO zipcodes VALUES (6085,'Unionville','CT','41.749832','-72.889800',-5,1); -INSERT INTO zipcodes VALUES (6087,'Unionville','CT','41.757616','-72.884953',-5,1); -INSERT INTO zipcodes VALUES (6088,'East Windsor','CT','41.908464','-72.605470',-5,1); -INSERT INTO zipcodes VALUES (6089,'Weatogue','CT','41.839731','-72.819740',-5,1); -INSERT INTO zipcodes VALUES (6090,'West Granby','CT','41.953596','-72.852420',-5,1); -INSERT INTO zipcodes VALUES (6091,'West Hartland','CT','42.002748','-72.989060',-5,1); -INSERT INTO zipcodes VALUES (6092,'West Simsbury','CT','41.861297','-72.860550',-5,1); -INSERT INTO zipcodes VALUES (6093,'West Suffield','CT','42.019907','-72.733570',-5,1); -INSERT INTO zipcodes VALUES (6094,'Winchester Center','CT','41.896321','-73.146312',-5,1); -INSERT INTO zipcodes VALUES (6095,'Windsor','CT','41.857303','-72.666540',-5,1); -INSERT INTO zipcodes VALUES (6096,'Windsor Locks','CT','41.926997','-72.646880',-5,1); -INSERT INTO zipcodes VALUES (6098,'Winsted','CT','41.925967','-73.069440',-5,1); -INSERT INTO zipcodes VALUES (6101,'Hartford','CT','41.780070','-72.677099',-5,1); -INSERT INTO zipcodes VALUES (6102,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6103,'Hartford','CT','41.767049','-72.674330',-5,1); -INSERT INTO zipcodes VALUES (6104,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6105,'Hartford','CT','41.771166','-72.702550',-5,1); -INSERT INTO zipcodes VALUES (6106,'Hartford','CT','41.746900','-72.695930',-5,1); -INSERT INTO zipcodes VALUES (6107,'W Hartford','CT','41.752750','-72.754600',-5,1); -INSERT INTO zipcodes VALUES (6108,'East Hartford','CT','41.778316','-72.623130',-5,1); -INSERT INTO zipcodes VALUES (6109,'Wethersfield','CT','41.702049','-72.674700',-5,1); -INSERT INTO zipcodes VALUES (6110,'W Hartford','CT','41.731300','-72.733740',-5,1); -INSERT INTO zipcodes VALUES (6111,'Newington','CT','41.688899','-72.731010',-5,1); -INSERT INTO zipcodes VALUES (6112,'Hartford','CT','41.793299','-72.695400',-5,1); -INSERT INTO zipcodes VALUES (6114,'Hartford','CT','41.738700','-72.678890',-5,1); -INSERT INTO zipcodes VALUES (6115,'Hartford','CT','41.758849','-72.679387',-5,1); -INSERT INTO zipcodes VALUES (6117,'W Hartford','CT','41.791399','-72.748530',-5,1); -INSERT INTO zipcodes VALUES (6118,'East Hartford','CT','41.745349','-72.608070',-5,1); -INSERT INTO zipcodes VALUES (6119,'W Hartford','CT','41.762550','-72.728390',-5,1); -INSERT INTO zipcodes VALUES (6120,'Hartford','CT','41.784794','-72.673780',-5,1); -INSERT INTO zipcodes VALUES (6123,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6126,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6127,'W Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6128,'East Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6129,'Wethersfield','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6131,'Newington','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6132,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6133,'W Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6134,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6137,'W Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6138,'East Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6140,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6141,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6142,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6143,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6144,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6145,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6146,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6147,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6150,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6151,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6152,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6153,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6154,'Hartford','CT','41.771499','-72.686687',-5,1); -INSERT INTO zipcodes VALUES (6155,'Hartford','CT','41.769280','-72.686465',-5,1); -INSERT INTO zipcodes VALUES (6156,'Hartford','CT','41.767949','-72.690687',-5,1); -INSERT INTO zipcodes VALUES (6160,'Hartford','CT','41.766499','-72.693337',-5,1); -INSERT INTO zipcodes VALUES (6161,'Hartford','CT','41.766049','-72.671837',-5,1); -INSERT INTO zipcodes VALUES (6167,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6176,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6180,'Hartford','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6183,'Hartford','CT','41.763849','-72.673037',-5,1); -INSERT INTO zipcodes VALUES (6199,'Hartford','CT','41.927447','-72.680386',-5,1); -INSERT INTO zipcodes VALUES (6226,'Willimantic','CT','41.714867','-72.209340',-5,1); -INSERT INTO zipcodes VALUES (6230,'Abington','CT','41.847302','-72.025280',-5,1); -INSERT INTO zipcodes VALUES (6231,'Amston','CT','41.629818','-72.364190',-5,1); -INSERT INTO zipcodes VALUES (6232,'Andover','CT','41.737015','-72.371510',-5,1); -INSERT INTO zipcodes VALUES (6233,'Ballouville','CT','41.831565','-72.020137',-5,1); -INSERT INTO zipcodes VALUES (6234,'Brooklyn','CT','41.782474','-71.959890',-5,1); -INSERT INTO zipcodes VALUES (6235,'Chaplin','CT','41.809166','-72.112740',-5,1); -INSERT INTO zipcodes VALUES (6237,'Columbia','CT','41.702777','-72.293490',-5,1); -INSERT INTO zipcodes VALUES (6238,'Coventry','CT','41.778651','-72.331370',-5,1); -INSERT INTO zipcodes VALUES (6239,'Danielson','CT','41.799111','-71.875940',-5,1); -INSERT INTO zipcodes VALUES (6241,'Dayville','CT','41.850225','-71.857490',-5,1); -INSERT INTO zipcodes VALUES (6242,'Eastford','CT','41.909130','-72.095270',-5,1); -INSERT INTO zipcodes VALUES (6243,'East Killingly','CT','41.844885','-71.818941',-5,1); -INSERT INTO zipcodes VALUES (6244,'East Woodstock','CT','41.984327','-71.981045',-5,1); -INSERT INTO zipcodes VALUES (6245,'Fabyan','CT','42.019776','-71.941669',-5,1); -INSERT INTO zipcodes VALUES (6246,'Grosvenor Dale','CT','41.971116','-71.891732',-5,1); -INSERT INTO zipcodes VALUES (6247,'Hampton','CT','41.767929','-72.061270',-5,1); -INSERT INTO zipcodes VALUES (6248,'Hebron','CT','41.683399','-72.401440',-5,1); -INSERT INTO zipcodes VALUES (6249,'Lebanon','CT','41.618403','-72.242150',-5,1); -INSERT INTO zipcodes VALUES (6250,'Mansfield Center','CT','41.768455','-72.200070',-5,1); -INSERT INTO zipcodes VALUES (6251,'Mansfield Depot','CT','41.799326','-72.306526',-5,1); -INSERT INTO zipcodes VALUES (6254,'North Franklin','CT','41.609066','-72.144390',-5,1); -INSERT INTO zipcodes VALUES (6255,'North Grosvenordale','CT','41.989579','-71.896590',-5,1); -INSERT INTO zipcodes VALUES (6256,'North Windham','CT','41.758713','-72.139640',-5,1); -INSERT INTO zipcodes VALUES (6258,'Pomfret','CT','41.889048','-71.968232',-5,1); -INSERT INTO zipcodes VALUES (6259,'Pomfret Center','CT','41.876565','-71.982520',-5,1); -INSERT INTO zipcodes VALUES (6260,'Putnam','CT','41.913816','-71.884340',-5,1); -INSERT INTO zipcodes VALUES (6262,'Quinebaug','CT','42.022904','-71.946710',-5,1); -INSERT INTO zipcodes VALUES (6263,'Rogers','CT','41.839051','-71.906340',-5,1); -INSERT INTO zipcodes VALUES (6264,'Scotland','CT','41.693435','-72.098910',-5,1); -INSERT INTO zipcodes VALUES (6265,'South Willington','CT','41.811520','-72.308779',-5,1); -INSERT INTO zipcodes VALUES (6266,'South Windham','CT','41.670349','-72.160280',-5,1); -INSERT INTO zipcodes VALUES (6267,'South Woodstock','CT','41.943902','-71.945253',-5,1); -INSERT INTO zipcodes VALUES (6268,'Storrs Mansfield','CT','41.806041','-72.261270',-5,1); -INSERT INTO zipcodes VALUES (6269,'Storrs Mansfield','CT','41.807430','-72.250250',-5,1); -INSERT INTO zipcodes VALUES (6277,'Thompson','CT','41.972782','-71.839690',-5,1); -INSERT INTO zipcodes VALUES (6278,'Ashford','CT','41.895108','-72.176740',-5,1); -INSERT INTO zipcodes VALUES (6279,'Willington','CT','41.896875','-72.274560',-5,1); -INSERT INTO zipcodes VALUES (6280,'Windham','CT','41.697765','-72.146710',-5,1); -INSERT INTO zipcodes VALUES (6281,'Woodstock','CT','41.971403','-71.998720',-5,1); -INSERT INTO zipcodes VALUES (6282,'Woodstock Valley','CT','41.943199','-72.072800',-5,1); -INSERT INTO zipcodes VALUES (6320,'New London','CT','41.352498','-72.103380',-5,1); -INSERT INTO zipcodes VALUES (6330,'Baltic','CT','41.634556','-72.065490',-5,1); -INSERT INTO zipcodes VALUES (6331,'Canterbury','CT','41.697123','-72.002900',-5,1); -INSERT INTO zipcodes VALUES (6332,'Central Village','CT','41.725694','-71.909019',-5,1); -INSERT INTO zipcodes VALUES (6333,'East Lyme','CT','41.371913','-72.226900',-5,1); -INSERT INTO zipcodes VALUES (6334,'Bozrah','CT','41.543559','-72.176840',-5,1); -INSERT INTO zipcodes VALUES (6335,'Gales Ferry','CT','41.426775','-72.072270',-5,1); -INSERT INTO zipcodes VALUES (6336,'Gilman','CT','41.577198','-72.200360',-5,1); -INSERT INTO zipcodes VALUES (6337,'Glasgo','CT','41.559873','-71.889199',-5,1); -INSERT INTO zipcodes VALUES (6339,'Ledyard','CT','41.449482','-71.982330',-5,1); -INSERT INTO zipcodes VALUES (6340,'Groton','CT','41.345331','-72.045240',-5,1); -INSERT INTO zipcodes VALUES (6349,'Groton','CT','41.399730','-72.090357',-5,1); -INSERT INTO zipcodes VALUES (6350,'Hanover','CT','41.644546','-72.067690',-5,1); -INSERT INTO zipcodes VALUES (6351,'Jewett City','CT','41.604341','-71.975990',-5,1); -INSERT INTO zipcodes VALUES (6353,'Montville','CT','41.452548','-72.137471',-5,1); -INSERT INTO zipcodes VALUES (6354,'Moosup','CT','41.718360','-71.870980',-5,1); -INSERT INTO zipcodes VALUES (6355,'Mystic','CT','41.360798','-71.972810',-5,1); -INSERT INTO zipcodes VALUES (6357,'Niantic','CT','41.319649','-72.210640',-5,1); -INSERT INTO zipcodes VALUES (6359,'North Stonington','CT','41.456189','-71.868130',-5,1); -INSERT INTO zipcodes VALUES (6360,'Norwich','CT','41.533848','-72.062320',-5,1); -INSERT INTO zipcodes VALUES (6365,'Preston','CT','41.509586','-71.966210',-5,1); -INSERT INTO zipcodes VALUES (6370,'Oakdale','CT','41.464274','-72.195510',-5,1); -INSERT INTO zipcodes VALUES (6371,'Old Lyme','CT','41.339421','-72.310080',-5,1); -INSERT INTO zipcodes VALUES (6372,'Old Mystic','CT','41.388216','-71.949548',-5,1); -INSERT INTO zipcodes VALUES (6373,'Oneco','CT','41.678897','-71.799520',-5,1); -INSERT INTO zipcodes VALUES (6374,'Plainfield','CT','41.684777','-71.919110',-5,1); -INSERT INTO zipcodes VALUES (6375,'Quaker Hill','CT','41.401398','-72.114440',-5,1); -INSERT INTO zipcodes VALUES (6376,'South Lyme','CT','41.294797','-72.256020',-5,1); -INSERT INTO zipcodes VALUES (6377,'Sterling','CT','41.730575','-71.818450',-5,1); -INSERT INTO zipcodes VALUES (6378,'Stonington','CT','41.351307','-71.913170',-5,1); -INSERT INTO zipcodes VALUES (6379,'Pawcatuck','CT','41.375701','-71.848760',-5,1); -INSERT INTO zipcodes VALUES (6380,'Taftville','CT','41.566298','-72.051480',-5,1); -INSERT INTO zipcodes VALUES (6382,'Uncasville','CT','41.457198','-72.114590',-5,1); -INSERT INTO zipcodes VALUES (6383,'Versailles','CT','41.601648','-72.040370',-5,1); -INSERT INTO zipcodes VALUES (6384,'Voluntown','CT','41.578700','-71.856680',-5,1); -INSERT INTO zipcodes VALUES (6385,'Waterford','CT','41.347948','-72.147620',-5,1); -INSERT INTO zipcodes VALUES (6386,'Waterford','CT','41.464758','-72.127301',-5,1); -INSERT INTO zipcodes VALUES (6387,'Wauregan','CT','41.744527','-71.913339',-5,1); -INSERT INTO zipcodes VALUES (6388,'West Mystic','CT','41.344098','-71.976467',-5,1); -INSERT INTO zipcodes VALUES (6389,'Yantic','CT','41.559648','-72.122672',-5,1); -INSERT INTO zipcodes VALUES (6390,'Fishers Island','NY','41.261936','-72.007080',-5,1); -INSERT INTO zipcodes VALUES (6401,'Ansonia','CT','41.342690','-73.074460',-5,1); -INSERT INTO zipcodes VALUES (6403,'Beacon Falls','CT','41.432936','-73.064530',-5,1); -INSERT INTO zipcodes VALUES (6404,'Botsford','CT','41.165097','-73.129186',-5,1); -INSERT INTO zipcodes VALUES (6405,'Branford','CT','41.277763','-72.805420',-5,1); -INSERT INTO zipcodes VALUES (6408,'Cheshire','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6409,'Centerbrook','CT','41.353453','-72.416040',-5,1); -INSERT INTO zipcodes VALUES (6410,'Cheshire','CT','41.507049','-72.904890',-5,1); -INSERT INTO zipcodes VALUES (6411,'Cheshire','CT','41.550097','-72.922235',-5,1); -INSERT INTO zipcodes VALUES (6412,'Chester','CT','41.408775','-72.472130',-5,1); -INSERT INTO zipcodes VALUES (6413,'Clinton','CT','41.288599','-72.527280',-5,1); -INSERT INTO zipcodes VALUES (6414,'Cobalt','CT','41.566668','-72.558055',-5,1); -INSERT INTO zipcodes VALUES (6415,'Colchester','CT','41.560330','-72.337950',-5,1); -INSERT INTO zipcodes VALUES (6416,'Cromwell','CT','41.612046','-72.669980',-5,1); -INSERT INTO zipcodes VALUES (6417,'Deep River','CT','41.379340','-72.445780',-5,1); -INSERT INTO zipcodes VALUES (6418,'Derby','CT','41.323005','-73.084330',-5,1); -INSERT INTO zipcodes VALUES (6419,'Killingworth','CT','41.380594','-72.576370',-5,1); -INSERT INTO zipcodes VALUES (6420,'Salem','CT','41.485469','-72.254450',-5,1); -INSERT INTO zipcodes VALUES (6422,'Durham','CT','41.461639','-72.687330',-5,1); -INSERT INTO zipcodes VALUES (6423,'East Haddam','CT','41.468451','-72.406150',-5,1); -INSERT INTO zipcodes VALUES (6424,'East Hampton','CT','41.573008','-72.507800',-5,1); -INSERT INTO zipcodes VALUES (6426,'Essex','CT','41.351598','-72.397870',-5,1); -INSERT INTO zipcodes VALUES (6430,'Fairfield','CT','41.163445','-73.262900',-5,1); -INSERT INTO zipcodes VALUES (6431,'Fairfield','CT','41.219093','-73.252696',-5,1); -INSERT INTO zipcodes VALUES (6432,'Fairfield','CT','41.189646','-73.235760',-5,1); -INSERT INTO zipcodes VALUES (6436,'Greens Farms','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6437,'Guilford','CT','41.313530','-72.697910',-5,1); -INSERT INTO zipcodes VALUES (6438,'Haddam','CT','41.453070','-72.503450',-5,1); -INSERT INTO zipcodes VALUES (6439,'Hadlyme','CT','41.421198','-72.414095',-5,1); -INSERT INTO zipcodes VALUES (6440,'Hawleyville','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6441,'Higganum','CT','41.468654','-72.579560',-5,1); -INSERT INTO zipcodes VALUES (6442,'Ivoryton','CT','41.345099','-72.443920',-5,1); -INSERT INTO zipcodes VALUES (6443,'Madison','CT','41.298648','-72.609380',-5,1); -INSERT INTO zipcodes VALUES (6444,'Marion','CT','41.791776','-72.718832',-5,1); -INSERT INTO zipcodes VALUES (6447,'Marlborough','CT','41.637066','-72.462520',-5,1); -INSERT INTO zipcodes VALUES (6450,'Meriden','CT','41.532048','-72.781450',-5,1); -INSERT INTO zipcodes VALUES (6451,'Meriden','CT','41.536048','-72.819730',-5,1); -INSERT INTO zipcodes VALUES (6454,'Meriden','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6455,'Middlefield','CT','41.514383','-72.718300',-5,1); -INSERT INTO zipcodes VALUES (6456,'Middle Haddam','CT','41.538017','-72.525208',-5,1); -INSERT INTO zipcodes VALUES (6457,'Middletown','CT','41.553672','-72.663200',-5,1); -INSERT INTO zipcodes VALUES (6459,'Middletown','CT','41.556463','-72.658179',-5,1); -INSERT INTO zipcodes VALUES (6460,'Milford','CT','41.219530','-73.055400',-5,1); -INSERT INTO zipcodes VALUES (6467,'Milldale','CT','41.565697','-72.903746',-5,1); -INSERT INTO zipcodes VALUES (6468,'Monroe','CT','41.336046','-73.222410',-5,1); -INSERT INTO zipcodes VALUES (6469,'Moodus','CT','41.506499','-72.444790',-5,1); -INSERT INTO zipcodes VALUES (6470,'Newtown','CT','41.398462','-73.314740',-5,1); -INSERT INTO zipcodes VALUES (6471,'North Branford','CT','41.332197','-72.772140',-5,1); -INSERT INTO zipcodes VALUES (6472,'Northford','CT','41.399873','-72.779750',-5,1); -INSERT INTO zipcodes VALUES (6473,'North Haven','CT','41.378447','-72.858970',-5,1); -INSERT INTO zipcodes VALUES (6474,'North Westchester','CT','41.464758','-72.127301',-5,1); -INSERT INTO zipcodes VALUES (6475,'Old Saybrook','CT','41.289348','-72.382850',-5,1); -INSERT INTO zipcodes VALUES (6477,'Orange','CT','41.279547','-73.025410',-5,1); -INSERT INTO zipcodes VALUES (6478,'Oxford','CT','41.428163','-73.127290',-5,1); -INSERT INTO zipcodes VALUES (6479,'Plantsville','CT','41.575847','-72.896960',-5,1); -INSERT INTO zipcodes VALUES (6480,'Portland','CT','41.588297','-72.603840',-5,1); -INSERT INTO zipcodes VALUES (6481,'Rockfall','CT','41.536643','-72.697820',-5,1); -INSERT INTO zipcodes VALUES (6482,'Sandy Hook','CT','41.411536','-73.248880',-5,1); -INSERT INTO zipcodes VALUES (6483,'Seymour','CT','41.386584','-73.079200',-5,1); -INSERT INTO zipcodes VALUES (6484,'Shelton','CT','41.306396','-73.129200',-5,1); -INSERT INTO zipcodes VALUES (6487,'South Britain','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6488,'Southbury','CT','41.475263','-73.221840',-5,1); -INSERT INTO zipcodes VALUES (6489,'Southington','CT','41.612298','-72.871030',-5,1); -INSERT INTO zipcodes VALUES (6490,'Southport','CT','41.140646','-73.287910',-5,1); -INSERT INTO zipcodes VALUES (6491,'Stevenson','CT','41.386646','-73.187207',-5,1); -INSERT INTO zipcodes VALUES (6492,'Wallingford','CT','41.457711','-72.817040',-5,1); -INSERT INTO zipcodes VALUES (6493,'Wallingford','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6494,'Wallingford','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6497,'Stratford','CT','41.207146','-73.130503',-5,1); -INSERT INTO zipcodes VALUES (6498,'Westbrook','CT','41.289499','-72.460870',-5,1); -INSERT INTO zipcodes VALUES (6501,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6502,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6503,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6504,'New Haven','CT','41.304697','-72.935610',-5,1); -INSERT INTO zipcodes VALUES (6505,'New Haven','CT','41.305721','-72.779901',-5,1); -INSERT INTO zipcodes VALUES (6506,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6507,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6508,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6509,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6510,'New Haven','CT','41.306197','-72.924790',-5,1); -INSERT INTO zipcodes VALUES (6511,'New Haven','CT','41.317197','-72.927980',-5,1); -INSERT INTO zipcodes VALUES (6512,'East Haven','CT','41.276497','-72.874120',-5,1); -INSERT INTO zipcodes VALUES (6513,'New Haven','CT','41.315797','-72.880300',-5,1); -INSERT INTO zipcodes VALUES (6514,'Hamden','CT','41.357947','-72.937650',-5,1); -INSERT INTO zipcodes VALUES (6515,'New Haven','CT','41.327997','-72.969020',-5,1); -INSERT INTO zipcodes VALUES (6516,'West Haven','CT','41.272147','-72.964960',-5,1); -INSERT INTO zipcodes VALUES (6517,'Hamden','CT','41.348297','-72.907120',-5,1); -INSERT INTO zipcodes VALUES (6518,'Hamden','CT','41.413114','-72.904090',-5,1); -INSERT INTO zipcodes VALUES (6519,'New Haven','CT','41.295197','-72.936730',-5,1); -INSERT INTO zipcodes VALUES (6520,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6521,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6524,'Bethany','CT','41.417896','-73.003560',-5,1); -INSERT INTO zipcodes VALUES (6525,'Woodbridge','CT','41.352964','-73.012120',-5,1); -INSERT INTO zipcodes VALUES (6530,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6531,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6532,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6533,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6534,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6535,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6536,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6537,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6538,'New Haven','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6540,'New Haven','CT','41.299647','-72.918846',-5,1); -INSERT INTO zipcodes VALUES (6601,'Bridgeport','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6602,'Bridgeport','CT','41.179846','-73.189006',-5,1); -INSERT INTO zipcodes VALUES (6604,'Bridgeport','CT','41.178696','-73.200040',-5,1); -INSERT INTO zipcodes VALUES (6605,'Bridgeport','CT','41.163596','-73.216330',-5,1); -INSERT INTO zipcodes VALUES (6606,'Bridgeport','CT','41.209496','-73.207710',-5,1); -INSERT INTO zipcodes VALUES (6607,'Bridgeport','CT','41.177646','-73.166490',-5,1); -INSERT INTO zipcodes VALUES (6608,'Bridgeport','CT','41.188746','-73.181300',-5,1); -INSERT INTO zipcodes VALUES (6610,'Bridgeport','CT','41.202091','-73.170800',-5,1); -INSERT INTO zipcodes VALUES (6611,'Trumbull','CT','41.256129','-73.212270',-5,1); -INSERT INTO zipcodes VALUES (6612,'Easton','CT','41.253946','-73.288420',-5,1); -INSERT INTO zipcodes VALUES (6614,'Stratford','CT','41.219246','-73.132210',-5,1); -INSERT INTO zipcodes VALUES (6615,'Stratford','CT','41.175947','-73.135150',-5,1); -INSERT INTO zipcodes VALUES (6650,'Bridgeport','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6673,'Bridgeport','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6699,'Bridgeport','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6701,'Waterbury','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6702,'Waterbury','CT','41.555846','-73.043100',-5,1); -INSERT INTO zipcodes VALUES (6703,'Waterbury','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6704,'Waterbury','CT','41.576930','-73.034880',-5,1); -INSERT INTO zipcodes VALUES (6705,'Waterbury','CT','41.549030','-72.998610',-5,1); -INSERT INTO zipcodes VALUES (6706,'Waterbury','CT','41.537896','-73.028270',-5,1); -INSERT INTO zipcodes VALUES (6708,'Waterbury','CT','41.551601','-73.062620',-5,1); -INSERT INTO zipcodes VALUES (6710,'Waterbury','CT','41.569496','-73.044840',-5,1); -INSERT INTO zipcodes VALUES (6712,'Prospect','CT','41.501856','-72.977990',-5,1); -INSERT INTO zipcodes VALUES (6716,'Wolcott','CT','41.594785','-72.978890',-5,1); -INSERT INTO zipcodes VALUES (6720,'Waterbury','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6721,'Waterbury','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6722,'Waterbury','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6723,'Waterbury','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6724,'Waterbury','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6725,'Waterbury','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6726,'Waterbury','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6731,'Salisbury','CT','41.933257','-73.363028',-5,1); -INSERT INTO zipcodes VALUES (6748,'Oxford','CT','41.586368','-73.436570',-5,1); -INSERT INTO zipcodes VALUES (6749,'Waterbury','CT','41.365709','-72.927507',-5,1); -INSERT INTO zipcodes VALUES (6750,'Bantam','CT','41.721024','-73.247740',-5,1); -INSERT INTO zipcodes VALUES (6751,'Bethlehem','CT','41.639235','-73.208640',-5,1); -INSERT INTO zipcodes VALUES (6752,'Bridgewater','CT','41.525990','-73.360920',-5,1); -INSERT INTO zipcodes VALUES (6753,'Cornwall','CT','41.828067','-73.332345',-5,1); -INSERT INTO zipcodes VALUES (6754,'Cornwall Bridge','CT','41.786035','-73.357740',-5,1); -INSERT INTO zipcodes VALUES (6755,'Gaylordsville','CT','41.655998','-73.476920',-5,1); -INSERT INTO zipcodes VALUES (6756,'Goshen','CT','41.836049','-73.245060',-5,1); -INSERT INTO zipcodes VALUES (6757,'Kent','CT','41.729239','-73.455530',-5,1); -INSERT INTO zipcodes VALUES (6758,'Lakeside','CT','41.739889','-73.222981',-5,1); -INSERT INTO zipcodes VALUES (6759,'Litchfield','CT','41.754255','-73.212680',-5,1); -INSERT INTO zipcodes VALUES (6762,'Middlebury','CT','41.532992','-73.115550',-5,1); -INSERT INTO zipcodes VALUES (6763,'Morris','CT','41.693856','-73.210560',-5,1); -INSERT INTO zipcodes VALUES (6770,'Naugatuck','CT','41.493763','-73.051730',-5,1); -INSERT INTO zipcodes VALUES (6776,'New Milford','CT','41.581494','-73.413130',-5,1); -INSERT INTO zipcodes VALUES (6777,'New Preston Marble Dale','CT','41.697487','-73.343500',-5,1); -INSERT INTO zipcodes VALUES (6778,'Northfield','CT','41.694945','-73.109420',-5,1); -INSERT INTO zipcodes VALUES (6779,'Oakville','CT','41.592046','-73.085430',-5,1); -INSERT INTO zipcodes VALUES (6781,'Pequabuck','CT','41.669898','-72.991450',-5,1); -INSERT INTO zipcodes VALUES (6782,'Plymouth','CT','41.662281','-73.048200',-5,1); -INSERT INTO zipcodes VALUES (6783,'Roxbury','CT','41.557711','-73.308160',-5,1); -INSERT INTO zipcodes VALUES (6784,'Sherman','CT','41.566534','-73.491500',-5,1); -INSERT INTO zipcodes VALUES (6785,'South Kent','CT','41.699710','-73.440240',-5,1); -INSERT INTO zipcodes VALUES (6786,'Terryville','CT','41.676415','-73.008360',-5,1); -INSERT INTO zipcodes VALUES (6787,'Thomaston','CT','41.677982','-73.089790',-5,1); -INSERT INTO zipcodes VALUES (6790,'Torrington','CT','41.820274','-73.117870',-5,1); -INSERT INTO zipcodes VALUES (6791,'Harwinton','CT','41.754872','-73.069270',-5,1); -INSERT INTO zipcodes VALUES (6793,'Washington','CT','41.633422','-73.289460',-5,1); -INSERT INTO zipcodes VALUES (6794,'Washington Depot','CT','41.644096','-73.324370',-5,1); -INSERT INTO zipcodes VALUES (6795,'Watertown','CT','41.608196','-73.120990',-5,1); -INSERT INTO zipcodes VALUES (6796,'West Cornwall','CT','41.875075','-73.336730',-5,1); -INSERT INTO zipcodes VALUES (6798,'Woodbury','CT','41.554112','-73.205390',-5,1); -INSERT INTO zipcodes VALUES (6801,'Bethel','CT','41.379978','-73.401050',-5,1); -INSERT INTO zipcodes VALUES (6804,'Brookfield','CT','41.465811','-73.399820',-5,1); -INSERT INTO zipcodes VALUES (6807,'Cos Cob','CT','41.047627','-73.595080',-5,1); -INSERT INTO zipcodes VALUES (6810,'Danbury','CT','41.390194','-73.454410',-5,1); -INSERT INTO zipcodes VALUES (6811,'Danbury','CT','41.425594','-73.470060',-5,1); -INSERT INTO zipcodes VALUES (6812,'New Fairfield','CT','41.472227','-73.496730',-5,1); -INSERT INTO zipcodes VALUES (6813,'Danbury','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6814,'Danbury','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6815,'Hamden','CT','41.390625','-72.900757',-5,1); -INSERT INTO zipcodes VALUES (6816,'Danbury','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6817,'Danbury','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6819,'Danbury','CT','41.391956','-73.475844',-5,1); -INSERT INTO zipcodes VALUES (6820,'Darien','CT','41.075663','-73.482940',-5,1); -INSERT INTO zipcodes VALUES (6824,'Fairfield','CT','41.163879','-73.265744',-5,1); -INSERT INTO zipcodes VALUES (6825,'Bridgeport','CT','41.191685','-73.238012',-5,1); -INSERT INTO zipcodes VALUES (6829,'Georgetown','CT','41.255530','-73.427915',-5,1); -INSERT INTO zipcodes VALUES (6830,'Greenwich','CT','41.030730','-73.629850',-5,1); -INSERT INTO zipcodes VALUES (6831,'Greenwich','CT','41.061296','-73.658660',-5,1); -INSERT INTO zipcodes VALUES (6832,'Greenwich','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6836,'Greenwich','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6840,'New Canaan','CT','41.150146','-73.491780',-5,1); -INSERT INTO zipcodes VALUES (6842,'New Canaan','CT','41.147096','-73.495366',-5,1); -INSERT INTO zipcodes VALUES (6850,'Norwalk','CT','41.124546','-73.436580',-5,1); -INSERT INTO zipcodes VALUES (6851,'Norwalk','CT','41.134896','-73.405300',-5,1); -INSERT INTO zipcodes VALUES (6852,'Norwalk','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6853,'Norwalk','CT','41.066196','-73.438190',-5,1); -INSERT INTO zipcodes VALUES (6854,'Norwalk','CT','41.092196','-73.428690',-5,1); -INSERT INTO zipcodes VALUES (6855,'Norwalk','CT','41.100496','-73.399180',-5,1); -INSERT INTO zipcodes VALUES (6856,'Norwalk','CT','41.111196','-73.420363',-5,1); -INSERT INTO zipcodes VALUES (6857,'Norwalk','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6858,'Norwalk','CT','41.110496','-73.416213',-5,1); -INSERT INTO zipcodes VALUES (6859,'Norwalk','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6860,'Norwalk','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6870,'Old Greenwich','CT','41.033347','-73.568040',-5,1); -INSERT INTO zipcodes VALUES (6875,'Redding Center','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6876,'Redding Ridge','CT','41.032647','-73.583569',-5,1); -INSERT INTO zipcodes VALUES (6877,'Ridgefield','CT','41.297911','-73.491780',-5,1); -INSERT INTO zipcodes VALUES (6878,'Riverside','CT','41.034264','-73.584200',-5,1); -INSERT INTO zipcodes VALUES (6879,'Ridgefield','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6880,'Westport','CT','41.140896','-73.351780',-5,1); -INSERT INTO zipcodes VALUES (6881,'Westport','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6883,'Weston','CT','41.216454','-73.373080',-5,1); -INSERT INTO zipcodes VALUES (6888,'Westport','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6889,'Westport','CT','41.141005','-73.346890',-5,1); -INSERT INTO zipcodes VALUES (6890,'Fairfield','CT','41.142754','-73.288247',-5,1); -INSERT INTO zipcodes VALUES (6896,'Redding','CT','41.301007','-73.398570',-5,1); -INSERT INTO zipcodes VALUES (6897,'Wilton','CT','41.201446','-73.437580',-5,1); -INSERT INTO zipcodes VALUES (6901,'Stamford','CT','41.051996','-73.539030',-5,1); -INSERT INTO zipcodes VALUES (6902,'Stamford','CT','41.047996','-73.536880',-5,1); -INSERT INTO zipcodes VALUES (6903,'Stamford','CT','41.132096','-73.564230',-5,1); -INSERT INTO zipcodes VALUES (6904,'Stamford','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6905,'Stamford','CT','41.081396','-73.545060',-5,1); -INSERT INTO zipcodes VALUES (6906,'Stamford','CT','41.069298','-73.521820',-5,1); -INSERT INTO zipcodes VALUES (6907,'Stamford','CT','41.096846','-73.521280',-5,1); -INSERT INTO zipcodes VALUES (6910,'Stamford','CT','41.039147','-73.559118',-5,1); -INSERT INTO zipcodes VALUES (6911,'Stamford','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6912,'Stamford','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6913,'Stamford','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6914,'Stamford','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6920,'Stamford','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6921,'Stamford','CT','41.049866','-73.537960',-5,1); -INSERT INTO zipcodes VALUES (6922,'Stamford','CT','41.051551','-73.514344',-5,1); -INSERT INTO zipcodes VALUES (6925,'Stamford','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6926,'Stamford','CT','41.041197','-73.538567',-5,1); -INSERT INTO zipcodes VALUES (6927,'Stamford','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6928,'Stamford','CT','41.308873','-73.363661',-5,1); -INSERT INTO zipcodes VALUES (6993,'Weston','CT','41.234395','-73.402714',-5,1); -INSERT INTO zipcodes VALUES (7001,'Avenel','NJ','40.578996','-74.279870',-5,1); -INSERT INTO zipcodes VALUES (7002,'Bayonne','NJ','40.666552','-74.117680',-5,1); -INSERT INTO zipcodes VALUES (7003,'Bloomfield','NJ','40.803000','-74.188950',-5,1); -INSERT INTO zipcodes VALUES (7004,'Fairfield','NJ','40.879049','-74.293780',-5,1); -INSERT INTO zipcodes VALUES (7005,'Boonton','NJ','40.912798','-74.415160',-5,1); -INSERT INTO zipcodes VALUES (7006,'Caldwell','NJ','40.848999','-74.279170',-5,1); -INSERT INTO zipcodes VALUES (7007,'Caldwell','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7008,'Carteret','NJ','40.582504','-74.229970',-5,1); -INSERT INTO zipcodes VALUES (7009,'Cedar Grove','NJ','40.855854','-74.228980',-5,1); -INSERT INTO zipcodes VALUES (7010,'Cliffside Park','NJ','40.821540','-73.989490',-5,1); -INSERT INTO zipcodes VALUES (7011,'Clifton','NJ','40.879699','-74.142630',-5,1); -INSERT INTO zipcodes VALUES (7012,'Clifton','NJ','40.847922','-74.157900',-5,1); -INSERT INTO zipcodes VALUES (7013,'Clifton','NJ','40.868699','-74.171020',-5,1); -INSERT INTO zipcodes VALUES (7014,'Clifton','NJ','40.834049','-74.136690',-5,1); -INSERT INTO zipcodes VALUES (7015,'Clifton','NJ','41.011428','-74.304793',-5,1); -INSERT INTO zipcodes VALUES (7016,'Cranford','NJ','40.656302','-74.303710',-5,1); -INSERT INTO zipcodes VALUES (7017,'East Orange','NJ','40.770933','-74.205890',-5,1); -INSERT INTO zipcodes VALUES (7018,'East Orange','NJ','40.755550','-74.218970',-5,1); -INSERT INTO zipcodes VALUES (7019,'East Orange','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7020,'Edgewater','NJ','40.830733','-73.973340',-5,1); -INSERT INTO zipcodes VALUES (7021,'Essex Fells','NJ','40.827499','-74.280910',-5,1); -INSERT INTO zipcodes VALUES (7022,'Fairview','NJ','40.816737','-74.000820',-5,1); -INSERT INTO zipcodes VALUES (7023,'Fanwood','NJ','40.641852','-74.385330',-5,1); -INSERT INTO zipcodes VALUES (7024,'Fort Lee','NJ','40.849879','-73.975010',-5,1); -INSERT INTO zipcodes VALUES (7026,'Garfield','NJ','40.879858','-74.108070',-5,1); -INSERT INTO zipcodes VALUES (7027,'Garwood','NJ','40.650802','-74.323510',-5,1); -INSERT INTO zipcodes VALUES (7028,'Glen Ridge','NJ','40.804950','-74.204700',-5,1); -INSERT INTO zipcodes VALUES (7029,'Harrison','NJ','40.745951','-74.155090',-5,1); -INSERT INTO zipcodes VALUES (7030,'Hoboken','NJ','40.744851','-74.032940',-5,1); -INSERT INTO zipcodes VALUES (7031,'North Arlington','NJ','40.791895','-74.132540',-5,1); -INSERT INTO zipcodes VALUES (7032,'Kearny','NJ','40.763051','-74.137180',-5,1); -INSERT INTO zipcodes VALUES (7033,'Kenilworth','NJ','40.674652','-74.290800',-5,1); -INSERT INTO zipcodes VALUES (7034,'Lake Hiawatha','NJ','40.881149','-74.381120',-5,1); -INSERT INTO zipcodes VALUES (7035,'Lincoln Park','NJ','40.923233','-74.293760',-5,1); -INSERT INTO zipcodes VALUES (7036,'Linden','NJ','40.633953','-74.253390',-5,1); -INSERT INTO zipcodes VALUES (7039,'Livingston','NJ','40.788733','-74.321340',-5,1); -INSERT INTO zipcodes VALUES (7040,'Maplewood','NJ','40.728901','-74.268210',-5,1); -INSERT INTO zipcodes VALUES (7041,'Millburn','NJ','40.724168','-74.299130',-5,1); -INSERT INTO zipcodes VALUES (7042,'Montclair','NJ','40.813150','-74.215760',-5,1); -INSERT INTO zipcodes VALUES (7043,'Montclair','NJ','40.844199','-74.202180',-5,1); -INSERT INTO zipcodes VALUES (7044,'Verona','NJ','40.832449','-74.242270',-5,1); -INSERT INTO zipcodes VALUES (7045,'Montville','NJ','40.906152','-74.367420',-5,1); -INSERT INTO zipcodes VALUES (7046,'Mountain Lakes','NJ','40.892021','-74.440220',-5,1); -INSERT INTO zipcodes VALUES (7047,'North Bergen','NJ','40.794600','-74.019630',-5,1); -INSERT INTO zipcodes VALUES (7050,'Orange','NJ','40.768300','-74.236030',-5,1); -INSERT INTO zipcodes VALUES (7051,'Orange','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7052,'West Orange','NJ','40.788650','-74.255410',-5,1); -INSERT INTO zipcodes VALUES (7054,'Parsippany','NJ','40.860149','-74.417100',-5,1); -INSERT INTO zipcodes VALUES (7055,'Passaic','NJ','40.857384','-74.128990',-5,1); -INSERT INTO zipcodes VALUES (7057,'Wallington','NJ','40.852931','-74.109250',-5,1); -INSERT INTO zipcodes VALUES (7058,'Pine Brook','NJ','40.871299','-74.343310',-5,1); -INSERT INTO zipcodes VALUES (7059,'Warren','NJ','40.633652','-74.500800',-5,1); -INSERT INTO zipcodes VALUES (7060,'Plainfield','NJ','40.620102','-74.424810',-5,1); -INSERT INTO zipcodes VALUES (7061,'Plainfield','NJ','40.665651','-74.299692',-5,1); -INSERT INTO zipcodes VALUES (7062,'Plainfield','NJ','40.631252','-74.403830',-5,1); -INSERT INTO zipcodes VALUES (7063,'Plainfield','NJ','40.604252','-74.446120',-5,1); -INSERT INTO zipcodes VALUES (7064,'Port Reading','NJ','40.569504','-74.247740',-5,1); -INSERT INTO zipcodes VALUES (7065,'Rahway','NJ','40.607103','-74.280990',-5,1); -INSERT INTO zipcodes VALUES (7066,'Clark','NJ','40.620336','-74.309340',-5,1); -INSERT INTO zipcodes VALUES (7067,'Colonia','NJ','40.591653','-74.313410',-5,1); -INSERT INTO zipcodes VALUES (7068,'Roseland','NJ','40.821799','-74.304770',-5,1); -INSERT INTO zipcodes VALUES (7069,'Watchung','NJ','40.641207','-74.443695',-5,1); -INSERT INTO zipcodes VALUES (7070,'Rutherford','NJ','40.828922','-74.110640',-5,1); -INSERT INTO zipcodes VALUES (7071,'Lyndhurst','NJ','40.808416','-74.121110',-5,1); -INSERT INTO zipcodes VALUES (7072,'Carlstadt','NJ','40.836555','-74.084660',-5,1); -INSERT INTO zipcodes VALUES (7073,'East Rutherford','NJ','40.830158','-74.097070',-5,1); -INSERT INTO zipcodes VALUES (7074,'Moonachie','NJ','40.841668','-74.059000',-5,1); -INSERT INTO zipcodes VALUES (7075,'Wood Ridge','NJ','40.847638','-74.087540',-5,1); -INSERT INTO zipcodes VALUES (7076,'Scotch Plains','NJ','40.637152','-74.374930',-5,1); -INSERT INTO zipcodes VALUES (7077,'Sewaren','NJ','40.553971','-74.259380',-5,1); -INSERT INTO zipcodes VALUES (7078,'Short Hills','NJ','40.739150','-74.327490',-5,1); -INSERT INTO zipcodes VALUES (7079,'South Orange','NJ','40.747650','-74.258810',-5,1); -INSERT INTO zipcodes VALUES (7080,'South Plainfield','NJ','40.580703','-74.414010',-5,1); -INSERT INTO zipcodes VALUES (7081,'Springfield','NJ','40.701801','-74.322160',-5,1); -INSERT INTO zipcodes VALUES (7082,'Towaco','NJ','40.922410','-74.346250',-5,1); -INSERT INTO zipcodes VALUES (7083,'Union','NJ','40.695401','-74.269330',-5,1); -INSERT INTO zipcodes VALUES (7086,'Union City','NJ','40.769796','-74.022351',-5,1); -INSERT INTO zipcodes VALUES (7087,'Union City','NJ','40.767751','-74.030200',-5,1); -INSERT INTO zipcodes VALUES (7088,'Vauxhall','NJ','40.718401','-74.284160',-5,1); -INSERT INTO zipcodes VALUES (7090,'Westfield','NJ','40.649202','-74.345670',-5,1); -INSERT INTO zipcodes VALUES (7091,'Westfield','NJ','40.665651','-74.299692',-5,1); -INSERT INTO zipcodes VALUES (7092,'Mountainside','NJ','40.680301','-74.356010',-5,1); -INSERT INTO zipcodes VALUES (7093,'West New York','NJ','40.789500','-74.012230',-5,1); -INSERT INTO zipcodes VALUES (7094,'Secaucus','NJ','40.788500','-74.060000',-5,1); -INSERT INTO zipcodes VALUES (7095,'Woodbridge','NJ','40.557104','-74.283160',-5,1); -INSERT INTO zipcodes VALUES (7096,'Secaucus','NJ','40.732760','-74.075485',-5,1); -INSERT INTO zipcodes VALUES (7097,'Jersey City','NJ','40.732760','-74.075485',-5,1); -INSERT INTO zipcodes VALUES (7099,'Kearny','NJ','40.732760','-74.075485',-5,1); -INSERT INTO zipcodes VALUES (7101,'Newark','NJ','40.736101','-74.225090',-5,1); -INSERT INTO zipcodes VALUES (7102,'Newark','NJ','40.735257','-74.173260',-5,1); -INSERT INTO zipcodes VALUES (7103,'Newark','NJ','40.738501','-74.195070',-5,1); -INSERT INTO zipcodes VALUES (7104,'Newark','NJ','40.767702','-74.168310',-5,1); -INSERT INTO zipcodes VALUES (7105,'Newark','NJ','40.725801','-74.152060',-5,1); -INSERT INTO zipcodes VALUES (7106,'Newark','NJ','40.742251','-74.230060',-5,1); -INSERT INTO zipcodes VALUES (7107,'Newark','NJ','40.760667','-74.187900',-5,1); -INSERT INTO zipcodes VALUES (7108,'Newark','NJ','40.722751','-74.201400',-5,1); -INSERT INTO zipcodes VALUES (7109,'Belleville','NJ','40.793500','-74.161440',-5,1); -INSERT INTO zipcodes VALUES (7110,'Nutley','NJ','40.819600','-74.158770',-5,1); -INSERT INTO zipcodes VALUES (7111,'Irvington','NJ','40.725651','-74.232070',-5,1); -INSERT INTO zipcodes VALUES (7112,'Newark','NJ','40.711651','-74.213030',-5,1); -INSERT INTO zipcodes VALUES (7114,'Newark','NJ','40.707553','-74.178830',-5,1); -INSERT INTO zipcodes VALUES (7115,'Newark','NJ','40.718772','-74.170091',-5,1); -INSERT INTO zipcodes VALUES (7175,'Newark','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7182,'Newark','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7184,'Newark','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7188,'Newark','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7189,'Newark','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7191,'Newark','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7192,'Newark','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7193,'Newark','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7194,'Newark','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7195,'Newark','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7197,'Newark','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7198,'Newark','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7199,'Newark','NJ','40.791850','-74.245241',-5,1); -INSERT INTO zipcodes VALUES (7201,'Elizabeth','NJ','40.669502','-74.198890',-5,1); -INSERT INTO zipcodes VALUES (7202,'Elizabeth','NJ','40.652302','-74.216920',-5,1); -INSERT INTO zipcodes VALUES (7203,'Roselle','NJ','40.653502','-74.260580',-5,1); -INSERT INTO zipcodes VALUES (7204,'Roselle Park','NJ','40.665552','-74.267680',-5,1); -INSERT INTO zipcodes VALUES (7205,'Hillside','NJ','40.695552','-74.228560',-5,1); -INSERT INTO zipcodes VALUES (7206,'Elizabeth','NJ','40.653189','-74.191580',-5,1); -INSERT INTO zipcodes VALUES (7207,'Elizabeth','NJ','40.665651','-74.299692',-5,1); -INSERT INTO zipcodes VALUES (7208,'Elizabeth','NJ','40.673102','-74.228340',-5,1); -INSERT INTO zipcodes VALUES (7290,'Bernards','NJ','40.664351','-74.573051',-5,1); -INSERT INTO zipcodes VALUES (7301,'Jersey City','NJ','40.729234','-74.032506',-5,1); -INSERT INTO zipcodes VALUES (7302,'Jersey City','NJ','40.721602','-74.047030',-5,1); -INSERT INTO zipcodes VALUES (7303,'Jersey City','NJ','40.732760','-74.075485',-5,1); -INSERT INTO zipcodes VALUES (7304,'Jersey City','NJ','40.716452','-74.072530',-5,1); -INSERT INTO zipcodes VALUES (7305,'Jersey City','NJ','40.701302','-74.088430',-5,1); -INSERT INTO zipcodes VALUES (7306,'Jersey City','NJ','40.733751','-74.065820',-5,1); -INSERT INTO zipcodes VALUES (7307,'Jersey City','NJ','40.748001','-74.049430',-5,1); -INSERT INTO zipcodes VALUES (7308,'Jersey City','NJ','40.732760','-74.075485',-5,1); -INSERT INTO zipcodes VALUES (7309,'Jersey City','NJ','40.732760','-74.075485',-5,1); -INSERT INTO zipcodes VALUES (7310,'Jersey City','NJ','40.731901','-74.040200',-5,1); -INSERT INTO zipcodes VALUES (7311,'Jersey City','NJ','40.732350','-74.075391',-5,1); -INSERT INTO zipcodes VALUES (7399,'Jersey City','NJ','40.732350','-74.075391',-5,1); -INSERT INTO zipcodes VALUES (7401,'Allendale','NJ','41.031505','-74.134090',-5,1); -INSERT INTO zipcodes VALUES (7403,'Bloomingdale','NJ','41.014497','-74.330210',-5,1); -INSERT INTO zipcodes VALUES (7405,'Butler','NJ','40.993130','-74.358930',-5,1); -INSERT INTO zipcodes VALUES (7407,'Elmwood Park','NJ','40.905639','-74.119900',-5,1); -INSERT INTO zipcodes VALUES (7410,'Fair Lawn','NJ','40.933943','-74.116710',-5,1); -INSERT INTO zipcodes VALUES (7416,'Franklin','NJ','41.117360','-74.587840',-5,1); -INSERT INTO zipcodes VALUES (7417,'Franklin Lakes','NJ','41.010433','-74.208470',-5,1); -INSERT INTO zipcodes VALUES (7418,'Glenwood','NJ','41.232344','-74.486880',-5,1); -INSERT INTO zipcodes VALUES (7419,'Hamburg','NJ','41.156187','-74.570940',-5,1); -INSERT INTO zipcodes VALUES (7420,'Haskell','NJ','41.026747','-74.297420',-5,1); -INSERT INTO zipcodes VALUES (7421,'Hewitt','NJ','41.173445','-74.374040',-5,1); -INSERT INTO zipcodes VALUES (7422,'Highland Lakes','NJ','41.180137','-74.454890',-5,1); -INSERT INTO zipcodes VALUES (7423,'Ho Ho Kus','NJ','41.001695','-74.102390',-5,1); -INSERT INTO zipcodes VALUES (7424,'Little Falls','NJ','40.886628','-74.214050',-5,1); -INSERT INTO zipcodes VALUES (7427,'West Paterson','NJ','40.875949','-74.201489',-5,1); -INSERT INTO zipcodes VALUES (7428,'McAfee','NJ','41.181052','-74.517960',-5,1); -INSERT INTO zipcodes VALUES (7430,'Mahwah','NJ','41.077102','-74.161470',-5,1); -INSERT INTO zipcodes VALUES (7432,'Midland Park','NJ','40.993120','-74.142860',-5,1); -INSERT INTO zipcodes VALUES (7435,'Newfoundland','NJ','41.045897','-74.436770',-5,1); -INSERT INTO zipcodes VALUES (7436,'Oakland','NJ','41.028884','-74.237270',-5,1); -INSERT INTO zipcodes VALUES (7438,'Oak Ridge','NJ','41.029555','-74.507100',-5,1); -INSERT INTO zipcodes VALUES (7439,'Ogdensburg','NJ','41.080066','-74.597200',-5,1); -INSERT INTO zipcodes VALUES (7440,'Pequannock','NJ','40.946748','-74.295750',-5,1); -INSERT INTO zipcodes VALUES (7442,'Pompton Lakes','NJ','40.999480','-74.288070',-5,1); -INSERT INTO zipcodes VALUES (7444,'Pompton Plains','NJ','40.964548','-74.298130',-5,1); -INSERT INTO zipcodes VALUES (7446,'Ramsey','NJ','41.058819','-74.142380',-5,1); -INSERT INTO zipcodes VALUES (7450,'Ridgewood','NJ','40.983997','-74.114380',-5,1); -INSERT INTO zipcodes VALUES (7451,'Ridgewood','NJ','40.948054','-74.083231',-5,1); -INSERT INTO zipcodes VALUES (7452,'Glen Rock','NJ','40.961109','-74.125760',-5,1); -INSERT INTO zipcodes VALUES (7456,'Ringwood','NJ','41.096095','-74.260120',-5,1); -INSERT INTO zipcodes VALUES (7457,'Riverdale','NJ','40.990032','-74.310230',-5,1); -INSERT INTO zipcodes VALUES (7458,'Saddle River','NJ','41.054568','-74.096160',-5,1); -INSERT INTO zipcodes VALUES (7460,'Stockholm','NJ','41.091254','-74.520810',-5,1); -INSERT INTO zipcodes VALUES (7461,'Sussex','NJ','41.229754','-74.602030',-5,1); -INSERT INTO zipcodes VALUES (7462,'Vernon','NJ','41.193708','-74.508900',-5,1); -INSERT INTO zipcodes VALUES (7463,'Waldwick','NJ','41.013109','-74.122310',-5,1); -INSERT INTO zipcodes VALUES (7465,'Wanaque','NJ','41.052958','-74.282360',-5,1); -INSERT INTO zipcodes VALUES (7470,'Wayne','NJ','40.943608','-74.250040',-5,1); -INSERT INTO zipcodes VALUES (7474,'Wayne','NJ','41.011428','-74.304793',-5,1); -INSERT INTO zipcodes VALUES (7477,'Wayne','NJ','41.011428','-74.304793',-5,1); -INSERT INTO zipcodes VALUES (7480,'West Milford','NJ','41.102569','-74.370470',-5,1); -INSERT INTO zipcodes VALUES (7481,'Wyckoff','NJ','40.998583','-74.167100',-5,1); -INSERT INTO zipcodes VALUES (7495,'Mahwah','NJ','40.948054','-74.083231',-5,1); -INSERT INTO zipcodes VALUES (7498,'Mahwah','NJ','40.948054','-74.083231',-5,1); -INSERT INTO zipcodes VALUES (7501,'Paterson','NJ','40.912198','-74.168630',-5,1); -INSERT INTO zipcodes VALUES (7502,'Paterson','NJ','40.918948','-74.193900',-5,1); -INSERT INTO zipcodes VALUES (7503,'Paterson','NJ','40.896798','-74.157310',-5,1); -INSERT INTO zipcodes VALUES (7504,'Paterson','NJ','40.912148','-74.142710',-5,1); -INSERT INTO zipcodes VALUES (7505,'Paterson','NJ','40.916165','-74.171290',-5,1); -INSERT INTO zipcodes VALUES (7506,'Hawthorne','NJ','40.957498','-74.156270',-5,1); -INSERT INTO zipcodes VALUES (7507,'Hawthorne','NJ','41.011428','-74.304793',-5,1); -INSERT INTO zipcodes VALUES (7508,'Haledon','NJ','40.945198','-74.182860',-5,1); -INSERT INTO zipcodes VALUES (7509,'Paterson','NJ','41.011428','-74.304793',-5,1); -INSERT INTO zipcodes VALUES (7510,'Paterson','NJ','41.011428','-74.304793',-5,1); -INSERT INTO zipcodes VALUES (7511,'Totowa','NJ','41.011428','-74.304793',-5,1); -INSERT INTO zipcodes VALUES (7512,'Totowa','NJ','40.903348','-74.217630',-5,1); -INSERT INTO zipcodes VALUES (7513,'Paterson','NJ','40.906598','-74.149440',-5,1); -INSERT INTO zipcodes VALUES (7514,'Paterson','NJ','40.923648','-74.143210',-5,1); -INSERT INTO zipcodes VALUES (7522,'Paterson','NJ','40.925778','-74.177840',-5,1); -INSERT INTO zipcodes VALUES (7524,'Paterson','NJ','40.930398','-74.158290',-5,1); -INSERT INTO zipcodes VALUES (7530,'Paterson','NJ','41.011428','-74.304793',-5,1); -INSERT INTO zipcodes VALUES (7533,'Paterson','NJ','41.011428','-74.304793',-5,1); -INSERT INTO zipcodes VALUES (7538,'Haledon','NJ','41.011428','-74.304793',-5,1); -INSERT INTO zipcodes VALUES (7543,'Paterson','NJ','41.011428','-74.304793',-5,1); -INSERT INTO zipcodes VALUES (7544,'Paterson','NJ','41.011428','-74.304793',-5,1); -INSERT INTO zipcodes VALUES (7571,'Totowa','NJ','40.899873','-74.230190',-5,1); -INSERT INTO zipcodes VALUES (7601,'Hackensack','NJ','40.888678','-74.048800',-5,1); -INSERT INTO zipcodes VALUES (7602,'Hackensack','NJ','40.948054','-74.083231',-5,1); -INSERT INTO zipcodes VALUES (7603,'Bogota','NJ','40.873876','-74.027690',-5,1); -INSERT INTO zipcodes VALUES (7604,'Hasbrouck Heights','NJ','40.862890','-74.075060',-5,1); -INSERT INTO zipcodes VALUES (7605,'Leonia','NJ','40.862685','-73.985510',-5,1); -INSERT INTO zipcodes VALUES (7606,'South Hackensack','NJ','40.863699','-74.046430',-5,1); -INSERT INTO zipcodes VALUES (7607,'Maywood','NJ','40.905030','-74.062790',-5,1); -INSERT INTO zipcodes VALUES (7608,'Teterboro','NJ','40.853723','-74.059870',-5,1); -INSERT INTO zipcodes VALUES (7610,'Oradell','NJ','40.951348','-74.041234',-5,1); -INSERT INTO zipcodes VALUES (7620,'Alpine','NJ','40.952814','-73.930640',-5,1); -INSERT INTO zipcodes VALUES (7621,'Bergenfield','NJ','40.923748','-73.998790',-5,1); -INSERT INTO zipcodes VALUES (7624,'Closter','NJ','40.971956','-73.961660',-5,1); -INSERT INTO zipcodes VALUES (7626,'Cresskill','NJ','40.942074','-73.965040',-5,1); -INSERT INTO zipcodes VALUES (7627,'Demarest','NJ','40.955603','-73.960440',-5,1); -INSERT INTO zipcodes VALUES (7628,'Dumont','NJ','40.945173','-73.993420',-5,1); -INSERT INTO zipcodes VALUES (7630,'Emerson','NJ','40.975140','-74.027250',-5,1); -INSERT INTO zipcodes VALUES (7631,'Englewood','NJ','40.893343','-73.975800',-5,1); -INSERT INTO zipcodes VALUES (7632,'Englewood Cliffs','NJ','40.883749','-73.951730',-5,1); -INSERT INTO zipcodes VALUES (7640,'Harrington Park','NJ','40.989357','-73.979580',-5,1); -INSERT INTO zipcodes VALUES (7641,'Haworth','NJ','40.958573','-73.986590',-5,1); -INSERT INTO zipcodes VALUES (7642,'Hillsdale','NJ','41.007389','-74.042470',-5,1); -INSERT INTO zipcodes VALUES (7643,'Little Ferry','NJ','40.850621','-74.041120',-5,1); -INSERT INTO zipcodes VALUES (7644,'Lodi','NJ','40.877999','-74.082650',-5,1); -INSERT INTO zipcodes VALUES (7645,'Montvale','NJ','41.048997','-74.040520',-5,1); -INSERT INTO zipcodes VALUES (7646,'New Milford','NJ','40.936211','-74.018800',-5,1); -INSERT INTO zipcodes VALUES (7647,'Northvale','NJ','41.009414','-73.948490',-5,1); -INSERT INTO zipcodes VALUES (7648,'Norwood','NJ','40.994442','-73.955860',-5,1); -INSERT INTO zipcodes VALUES (7649,'Oradell','NJ','40.953126','-74.033790',-5,1); -INSERT INTO zipcodes VALUES (7650,'Palisades Park','NJ','40.845742','-73.994790',-5,1); -INSERT INTO zipcodes VALUES (7652,'Paramus','NJ','40.947107','-74.070470',-5,1); -INSERT INTO zipcodes VALUES (7653,'Paramus','NJ','40.948054','-74.083231',-5,1); -INSERT INTO zipcodes VALUES (7656,'Park Ridge','NJ','41.034672','-74.040650',-5,1); -INSERT INTO zipcodes VALUES (7657,'Ridgefield','NJ','40.832421','-74.003990',-5,1); -INSERT INTO zipcodes VALUES (7660,'Ridgefield Park','NJ','40.856749','-74.022780',-5,1); -INSERT INTO zipcodes VALUES (7661,'River Edge','NJ','40.927579','-74.037390',-5,1); -INSERT INTO zipcodes VALUES (7662,'Rochelle Park','NJ','40.906553','-74.077970',-5,1); -INSERT INTO zipcodes VALUES (7663,'Saddle Brook','NJ','40.904131','-74.094740',-5,1); -INSERT INTO zipcodes VALUES (7666,'Teaneck','NJ','40.890964','-74.011150',-5,1); -INSERT INTO zipcodes VALUES (7670,'Tenafly','NJ','40.921690','-73.964820',-5,1); -INSERT INTO zipcodes VALUES (7675,'Westwood','NJ','40.999040','-74.032910',-5,1); -INSERT INTO zipcodes VALUES (7676,'Ho-Ho-Kus','NJ','40.989508','-74.061302',-5,1); -INSERT INTO zipcodes VALUES (7677,'Woodcliff Lake','NJ','41.025101','-74.059762',-5,1); -INSERT INTO zipcodes VALUES (7688,'Teaneck','NJ','40.948054','-74.083231',-5,1); -INSERT INTO zipcodes VALUES (7701,'Red Bank','NJ','40.352953','-74.077030',-5,1); -INSERT INTO zipcodes VALUES (7702,'Shrewsbury','NJ','40.329128','-74.063150',-5,1); -INSERT INTO zipcodes VALUES (7703,'Fort Monmouth','NJ','40.309121','-74.048600',-5,1); -INSERT INTO zipcodes VALUES (7704,'Fair Haven','NJ','40.360581','-74.037380',-5,1); -INSERT INTO zipcodes VALUES (7709,'Allenhurst','NJ','40.302718','-74.249280',-5,1); -INSERT INTO zipcodes VALUES (7710,'Adelphia','NJ','40.302718','-74.249280',-5,1); -INSERT INTO zipcodes VALUES (7711,'Allenhurst','NJ','40.236916','-74.006900',-5,1); -INSERT INTO zipcodes VALUES (7712,'Asbury Park','NJ','40.232713','-74.031430',-5,1); -INSERT INTO zipcodes VALUES (7715,'Belmar','NJ','40.302718','-74.249280',-5,1); -INSERT INTO zipcodes VALUES (7716,'Atlantic Highlands','NJ','40.407958','-74.034830',-5,1); -INSERT INTO zipcodes VALUES (7717,'Avon By The Sea','NJ','40.191809','-74.016880',-5,1); -INSERT INTO zipcodes VALUES (7718,'Belford','NJ','40.415902','-74.086890',-5,1); -INSERT INTO zipcodes VALUES (7719,'Belmar','NJ','40.175357','-74.046940',-5,1); -INSERT INTO zipcodes VALUES (7720,'Bradley Beach','NJ','40.202113','-74.013530',-5,1); -INSERT INTO zipcodes VALUES (7721,'Cliffwood','NJ','40.435961','-74.237340',-5,1); -INSERT INTO zipcodes VALUES (7722,'Colts Neck','NJ','40.300226','-74.183060',-5,1); -INSERT INTO zipcodes VALUES (7723,'Deal','NJ','40.250104','-74.001530',-5,1); -INSERT INTO zipcodes VALUES (7724,'Eatontown','NJ','40.301979','-74.068890',-5,1); -INSERT INTO zipcodes VALUES (7726,'Englishtown','NJ','40.294244','-74.342130',-5,1); -INSERT INTO zipcodes VALUES (7727,'Farmingdale','NJ','40.205367','-74.157670',-5,1); -INSERT INTO zipcodes VALUES (7728,'Freehold','NJ','40.241036','-74.276290',-5,1); -INSERT INTO zipcodes VALUES (7730,'Hazlet','NJ','40.423298','-74.179000',-5,1); -INSERT INTO zipcodes VALUES (7731,'Howell','NJ','40.146597','-74.208150',-5,1); -INSERT INTO zipcodes VALUES (7732,'Highlands','NJ','40.404474','-73.990400',-5,1); -INSERT INTO zipcodes VALUES (7733,'Holmdel','NJ','40.384832','-74.171940',-5,1); -INSERT INTO zipcodes VALUES (7734,'Keansburg','NJ','40.444407','-74.132980',-5,1); -INSERT INTO zipcodes VALUES (7735,'Keyport','NJ','40.439714','-74.193740',-5,1); -INSERT INTO zipcodes VALUES (7737,'Leonardo','NJ','40.416772','-74.060580',-5,1); -INSERT INTO zipcodes VALUES (7738,'Lincroft','NJ','40.337374','-74.120590',-5,1); -INSERT INTO zipcodes VALUES (7739,'Little Silver','NJ','40.335170','-74.040590',-5,1); -INSERT INTO zipcodes VALUES (7740,'Long Branch','NJ','40.297932','-73.990970',-5,1); -INSERT INTO zipcodes VALUES (7746,'Marlboro','NJ','40.316876','-74.261120',-5,1); -INSERT INTO zipcodes VALUES (7747,'Matawan','NJ','40.411102','-74.237670',-5,1); -INSERT INTO zipcodes VALUES (7748,'Middletown','NJ','40.410213','-74.117180',-5,1); -INSERT INTO zipcodes VALUES (7750,'Monmouth Beach','NJ','40.332877','-73.979860',-5,1); -INSERT INTO zipcodes VALUES (7751,'Morganville','NJ','40.361014','-74.265950',-5,1); -INSERT INTO zipcodes VALUES (7752,'Navesink','NJ','40.402277','-74.027285',-5,1); -INSERT INTO zipcodes VALUES (7753,'Neptune','NJ','40.208945','-74.052610',-5,1); -INSERT INTO zipcodes VALUES (7754,'Neptune','NJ','40.302718','-74.249280',-5,1); -INSERT INTO zipcodes VALUES (7755,'Oakhurst','NJ','40.263575','-74.021760',-5,1); -INSERT INTO zipcodes VALUES (7756,'Ocean Grove','NJ','40.211982','-74.009160',-5,1); -INSERT INTO zipcodes VALUES (7757,'Oceanport','NJ','40.318115','-74.012390',-5,1); -INSERT INTO zipcodes VALUES (7758,'Port Monmouth','NJ','40.427561','-74.106900',-5,1); -INSERT INTO zipcodes VALUES (7760,'Rumson','NJ','40.369145','-73.995760',-5,1); -INSERT INTO zipcodes VALUES (7762,'Spring Lake','NJ','40.153024','-74.033720',-5,1); -INSERT INTO zipcodes VALUES (7763,'Tennent','NJ','40.302718','-74.249280',-5,1); -INSERT INTO zipcodes VALUES (7764,'West Long Branch','NJ','40.289985','-74.016710',-5,1); -INSERT INTO zipcodes VALUES (7765,'Wickatunk','NJ','40.302718','-74.249280',-5,1); -INSERT INTO zipcodes VALUES (7777,'Holmdel','NJ','40.302718','-74.249280',-5,1); -INSERT INTO zipcodes VALUES (7799,'Eatontown','NJ','40.302718','-74.249280',-5,1); -INSERT INTO zipcodes VALUES (7801,'Dover','NJ','40.889166','-74.554620',-5,1); -INSERT INTO zipcodes VALUES (7802,'Dover','NJ','40.867331','-74.578269',-5,1); -INSERT INTO zipcodes VALUES (7803,'Mine Hill','NJ','40.878785','-74.600980',-5,1); -INSERT INTO zipcodes VALUES (7806,'Picatinny Arsenal','NJ','40.867331','-74.578269',-5,1); -INSERT INTO zipcodes VALUES (7819,'Hardyston','NJ','41.162053','-74.580886',-5,1); -INSERT INTO zipcodes VALUES (7820,'Allamuchy','NJ','40.869648','-74.849661',-5,1); -INSERT INTO zipcodes VALUES (7821,'Andover','NJ','40.966308','-74.742980',-5,1); -INSERT INTO zipcodes VALUES (7822,'Augusta','NJ','41.139545','-74.699300',-5,1); -INSERT INTO zipcodes VALUES (7823,'Belvidere','NJ','40.823830','-75.045850',-5,1); -INSERT INTO zipcodes VALUES (7825,'Blairstown','NJ','40.960350','-74.962430',-5,1); -INSERT INTO zipcodes VALUES (7826,'Branchville','NJ','41.177457','-74.759040',-5,1); -INSERT INTO zipcodes VALUES (7827,'Montague','NJ','41.300062','-74.760580',-5,1); -INSERT INTO zipcodes VALUES (7828,'Budd Lake','NJ','40.878198','-74.738750',-5,1); -INSERT INTO zipcodes VALUES (7829,'Buttzville','NJ','40.843350','-74.985914',-5,1); -INSERT INTO zipcodes VALUES (7830,'Califon','NJ','40.723778','-74.818660',-5,1); -INSERT INTO zipcodes VALUES (7831,'Changewater','NJ','40.739382','-74.944756',-5,1); -INSERT INTO zipcodes VALUES (7832,'Columbia','NJ','40.929760','-75.061930',-5,1); -INSERT INTO zipcodes VALUES (7833,'Delaware','NJ','40.895451','-75.067520',-5,1); -INSERT INTO zipcodes VALUES (7834,'Denville','NJ','40.886149','-74.487040',-5,1); -INSERT INTO zipcodes VALUES (7836,'Flanders','NJ','40.844050','-74.701340',-5,1); -INSERT INTO zipcodes VALUES (7837,'Glasser','NJ','41.128310','-74.678956',-5,1); -INSERT INTO zipcodes VALUES (7838,'Great Meadows','NJ','40.886474','-74.900890',-5,1); -INSERT INTO zipcodes VALUES (7839,'Greendell','NJ','41.128310','-74.678956',-5,1); -INSERT INTO zipcodes VALUES (7840,'Hackettstown','NJ','40.861748','-74.830540',-5,1); -INSERT INTO zipcodes VALUES (7841,'Great Meadows-Vienna','NJ','40.863567','-74.869538',-5,1); -INSERT INTO zipcodes VALUES (7842,'Hibernia','NJ','40.940301','-74.496170',-5,1); -INSERT INTO zipcodes VALUES (7843,'Hopatcong','NJ','40.937206','-74.661470',-5,1); -INSERT INTO zipcodes VALUES (7844,'Hope','NJ','40.919658','-74.984628',-5,1); -INSERT INTO zipcodes VALUES (7845,'Ironia','NJ','40.867331','-74.578269',-5,1); -INSERT INTO zipcodes VALUES (7846,'Johnsonburg','NJ','40.966266','-74.879790',-5,1); -INSERT INTO zipcodes VALUES (7847,'Kenvil','NJ','40.880380','-74.620090',-5,1); -INSERT INTO zipcodes VALUES (7848,'Lafayette','NJ','41.094159','-74.690360',-5,1); -INSERT INTO zipcodes VALUES (7849,'Lake Hopatcong','NJ','40.963959','-74.614140',-5,1); -INSERT INTO zipcodes VALUES (7850,'Landing','NJ','40.908198','-74.657490',-5,1); -INSERT INTO zipcodes VALUES (7851,'Layton','NJ','41.172968','-74.883010',-5,1); -INSERT INTO zipcodes VALUES (7852,'Ledgewood','NJ','40.876349','-74.657690',-5,1); -INSERT INTO zipcodes VALUES (7853,'Long Valley','NJ','40.788599','-74.782950',-5,1); -INSERT INTO zipcodes VALUES (7855,'Middleville','NJ','41.128310','-74.678956',-5,1); -INSERT INTO zipcodes VALUES (7856,'Mount Arlington','NJ','40.919498','-74.635590',-5,1); -INSERT INTO zipcodes VALUES (7857,'Netcong','NJ','40.897398','-74.703010',-5,1); -INSERT INTO zipcodes VALUES (7860,'Newton','NJ','41.071400','-74.801990',-5,1); -INSERT INTO zipcodes VALUES (7863,'Oxford','NJ','40.815107','-74.968020',-5,1); -INSERT INTO zipcodes VALUES (7865,'Port Murray','NJ','40.783175','-74.909340',-5,1); -INSERT INTO zipcodes VALUES (7866,'Rockaway','NJ','40.926798','-74.506240',-5,1); -INSERT INTO zipcodes VALUES (7869,'Randolph','NJ','40.847649','-74.574800',-5,1); -INSERT INTO zipcodes VALUES (7870,'Schooleys Mountain','NJ','40.810362','-74.819318',-5,1); -INSERT INTO zipcodes VALUES (7871,'Sparta','NJ','41.035384','-74.635570',-5,1); -INSERT INTO zipcodes VALUES (7874,'Stanhope','NJ','40.917054','-74.710530',-5,1); -INSERT INTO zipcodes VALUES (7875,'Stillwater','NJ','41.043858','-74.871981',-5,1); -INSERT INTO zipcodes VALUES (7876,'Succasunna','NJ','40.855549','-74.652510',-5,1); -INSERT INTO zipcodes VALUES (7877,'Swartswood','NJ','41.102890','-74.850759',-5,1); -INSERT INTO zipcodes VALUES (7878,'Mount Tabor','NJ','40.872866','-74.478430',-5,1); -INSERT INTO zipcodes VALUES (7879,'Tranquility','NJ','40.955934','-74.788108',-5,1); -INSERT INTO zipcodes VALUES (7880,'Vienna','NJ','40.864844','-74.897002',-5,1); -INSERT INTO zipcodes VALUES (7881,'Wallpack Center','NJ','41.125646','-74.917711',-5,1); -INSERT INTO zipcodes VALUES (7882,'Washington','NJ','40.753753','-74.996170',-5,1); -INSERT INTO zipcodes VALUES (7885,'Wharton','NJ','40.913298','-74.582460',-5,1); -INSERT INTO zipcodes VALUES (7890,'Branchville','NJ','41.128310','-74.678956',-5,1); -INSERT INTO zipcodes VALUES (7901,'Summit','NJ','40.714501','-74.363300',-5,1); -INSERT INTO zipcodes VALUES (7902,'Summit','NJ','40.665651','-74.299692',-5,1); -INSERT INTO zipcodes VALUES (7919,'Hardyston','NJ','41.152239','-74.581948',-5,1); -INSERT INTO zipcodes VALUES (7920,'Basking Ridge','NJ','40.678900','-74.570390',-5,1); -INSERT INTO zipcodes VALUES (7921,'Bedminster','NJ','40.652301','-74.653000',-5,1); -INSERT INTO zipcodes VALUES (7922,'Berkeley Heights','NJ','40.675112','-74.434590',-5,1); -INSERT INTO zipcodes VALUES (7924,'Bernardsville','NJ','40.723440','-74.577530',-5,1); -INSERT INTO zipcodes VALUES (7926,'Brookside','NJ','40.800353','-74.571785',-5,1); -INSERT INTO zipcodes VALUES (7927,'Cedar Knolls','NJ','40.821149','-74.451210',-5,1); -INSERT INTO zipcodes VALUES (7928,'Chatham','NJ','40.733200','-74.397360',-5,1); -INSERT INTO zipcodes VALUES (7930,'Chester','NJ','40.786549','-74.687990',-5,1); -INSERT INTO zipcodes VALUES (7931,'Far Hills','NJ','40.696601','-74.637810',-5,1); -INSERT INTO zipcodes VALUES (7932,'Florham Park','NJ','40.778350','-74.390090',-5,1); -INSERT INTO zipcodes VALUES (7933,'Gillette','NJ','40.683934','-74.470790',-5,1); -INSERT INTO zipcodes VALUES (7934,'Gladstone','NJ','40.722650','-74.674320',-5,1); -INSERT INTO zipcodes VALUES (7935,'Green Village','NJ','40.739333','-74.456310',-5,1); -INSERT INTO zipcodes VALUES (7936,'East Hanover','NJ','40.820012','-74.364740',-5,1); -INSERT INTO zipcodes VALUES (7938,'Liberty Corner','NJ','40.655399','-74.586151',-5,1); -INSERT INTO zipcodes VALUES (7939,'Lyons','NJ','40.566553','-74.599801',-5,1); -INSERT INTO zipcodes VALUES (7940,'Madison','NJ','40.758750','-74.416090',-5,1); -INSERT INTO zipcodes VALUES (7945,'Mendham','NJ','40.782767','-74.595290',-5,1); -INSERT INTO zipcodes VALUES (7946,'Millington','NJ','40.672823','-74.520110',-5,1); -INSERT INTO zipcodes VALUES (7950,'Morris Plains','NJ','40.842399','-74.482230',-5,1); -INSERT INTO zipcodes VALUES (7952,'Bernardsville','NJ','40.733863','-74.585653',-5,1); -INSERT INTO zipcodes VALUES (7960,'Morristown','NJ','40.792150','-74.485590',-5,1); -INSERT INTO zipcodes VALUES (7961,'Morristown','NJ','40.779750','-74.442797',-5,1); -INSERT INTO zipcodes VALUES (7962,'Morristown','NJ','40.867331','-74.578269',-5,1); -INSERT INTO zipcodes VALUES (7963,'Morristown','NJ','40.867331','-74.578269',-5,1); -INSERT INTO zipcodes VALUES (7969,'Watchung','NJ','40.631652','-74.454547',-5,1); -INSERT INTO zipcodes VALUES (7970,'Mount Freedom','NJ','40.813281','-74.572670',-5,1); -INSERT INTO zipcodes VALUES (7974,'New Providence','NJ','40.698268','-74.402250',-5,1); -INSERT INTO zipcodes VALUES (7976,'New Vernon','NJ','40.733739','-74.488510',-5,1); -INSERT INTO zipcodes VALUES (7977,'Peapack','NJ','40.707505','-74.656570',-5,1); -INSERT INTO zipcodes VALUES (7978,'Pluckemin','NJ','40.642491','-74.639597',-5,1); -INSERT INTO zipcodes VALUES (7979,'Pottersville','NJ','40.713675','-74.724650',-5,1); -INSERT INTO zipcodes VALUES (7980,'Stirling','NJ','40.672968','-74.491710',-5,1); -INSERT INTO zipcodes VALUES (7981,'Whippany','NJ','40.821482','-74.426480',-5,1); -INSERT INTO zipcodes VALUES (7983,'Whippany','NJ','40.867331','-74.578269',-5,1); -INSERT INTO zipcodes VALUES (7997,'Peapack and Gladstone','NJ','40.728195','-74.665549',-5,1); -INSERT INTO zipcodes VALUES (7999,'Whippany','NJ','40.867331','-74.578269',-5,1); -INSERT INTO zipcodes VALUES (8001,'Alloway','NJ','39.559426','-75.363100',-5,1); -INSERT INTO zipcodes VALUES (8002,'Cherry Hill','NJ','39.932279','-75.022660',-5,1); -INSERT INTO zipcodes VALUES (8003,'Cherry Hill','NJ','39.879713','-74.971900',-5,1); -INSERT INTO zipcodes VALUES (8004,'Atco','NJ','39.769357','-74.872640',-5,1); -INSERT INTO zipcodes VALUES (8005,'Barnegat','NJ','39.759581','-74.273980',-5,1); -INSERT INTO zipcodes VALUES (8006,'Barnegat Light','NJ','39.751960','-74.110740',-5,1); -INSERT INTO zipcodes VALUES (8007,'Barrington','NJ','39.868013','-75.054240',-5,1); -INSERT INTO zipcodes VALUES (8008,'Beach Haven','NJ','39.614596','-74.200500',-5,1); -INSERT INTO zipcodes VALUES (8009,'Berlin','NJ','39.779582','-74.936500',-5,1); -INSERT INTO zipcodes VALUES (8010,'Beverly','NJ','40.058211','-74.914040',-5,1); -INSERT INTO zipcodes VALUES (8011,'Birmingham','NJ','39.978635','-74.713230',-5,1); -INSERT INTO zipcodes VALUES (8012,'Blackwood','NJ','39.784614','-75.056780',-5,1); -INSERT INTO zipcodes VALUES (8014,'Bridgeport','NJ','39.803646','-75.344210',-5,1); -INSERT INTO zipcodes VALUES (8015,'Browns Mills','NJ','39.960596','-74.560600',-5,1); -INSERT INTO zipcodes VALUES (8016,'Burlington','NJ','40.068340','-74.844630',-5,1); -INSERT INTO zipcodes VALUES (8017,'Elwood-Magnolia','NJ','39.574175','-74.719502',-5,1); -INSERT INTO zipcodes VALUES (8018,'Cedar Brook','NJ','39.802370','-74.938259',-5,1); -INSERT INTO zipcodes VALUES (8019,'Chatsworth','NJ','39.777314','-74.535400',-5,1); -INSERT INTO zipcodes VALUES (8020,'Clarksboro','NJ','39.800958','-75.221100',-5,1); -INSERT INTO zipcodes VALUES (8021,'Clementon','NJ','39.810485','-74.995740',-5,1); -INSERT INTO zipcodes VALUES (8022,'Columbus','NJ','40.079952','-74.706840',-5,1); -INSERT INTO zipcodes VALUES (8023,'Deepwater','NJ','39.683577','-75.489320',-5,1); -INSERT INTO zipcodes VALUES (8025,'Ewan','NJ','39.701526','-75.162903',-5,1); -INSERT INTO zipcodes VALUES (8026,'Gibbsboro','NJ','39.833847','-74.968990',-5,1); -INSERT INTO zipcodes VALUES (8027,'Gibbstown','NJ','39.824159','-75.281870',-5,1); -INSERT INTO zipcodes VALUES (8028,'Glassboro','NJ','39.700008','-75.119510',-5,1); -INSERT INTO zipcodes VALUES (8029,'Glendora','NJ','39.840463','-75.068700',-5,1); -INSERT INTO zipcodes VALUES (8030,'Gloucester City','NJ','39.891113','-75.118360',-5,1); -INSERT INTO zipcodes VALUES (8031,'Bellmawr','NJ','39.867013','-75.091620',-5,1); -INSERT INTO zipcodes VALUES (8032,'Grenloch','NJ','39.781264','-75.060900',-5,1); -INSERT INTO zipcodes VALUES (8033,'Haddonfield','NJ','39.895213','-75.040190',-5,1); -INSERT INTO zipcodes VALUES (8034,'Cherry Hill','NJ','39.908613','-74.999510',-5,1); -INSERT INTO zipcodes VALUES (8035,'Haddon Heights','NJ','39.879130','-75.065990',-5,1); -INSERT INTO zipcodes VALUES (8036,'Hainesport','NJ','39.985662','-74.830440',-5,1); -INSERT INTO zipcodes VALUES (8037,'Hammonton','NJ','39.625291','-74.777050',-5,1); -INSERT INTO zipcodes VALUES (8038,'Hancocks Bridge','NJ','39.481009','-75.506180',-5,1); -INSERT INTO zipcodes VALUES (8039,'Harrisonville','NJ','39.685445','-75.266900',-5,1); -INSERT INTO zipcodes VALUES (8041,'Jobstown','NJ','40.038339','-74.680600',-5,1); -INSERT INTO zipcodes VALUES (8042,'Juliustown','NJ','40.018503','-74.666560',-5,1); -INSERT INTO zipcodes VALUES (8043,'Voorhees','NJ','39.851969','-74.961280',-5,1); -INSERT INTO zipcodes VALUES (8045,'Lawnside','NJ','39.866513','-75.031970',-5,1); -INSERT INTO zipcodes VALUES (8046,'Willingboro','NJ','40.029011','-74.882570',-5,1); -INSERT INTO zipcodes VALUES (8048,'Lumberton','NJ','39.967013','-74.806660',-5,1); -INSERT INTO zipcodes VALUES (8049,'Magnolia','NJ','39.854780','-75.036710',-5,1); -INSERT INTO zipcodes VALUES (8050,'Manahawkin','NJ','39.707575','-74.259330',-5,1); -INSERT INTO zipcodes VALUES (8051,'Mantua','NJ','39.785785','-75.177610',-5,1); -INSERT INTO zipcodes VALUES (8052,'Maple Shade','NJ','39.952212','-74.994640',-5,1); -INSERT INTO zipcodes VALUES (8053,'Marlton','NJ','39.884880','-74.904160',-5,1); -INSERT INTO zipcodes VALUES (8054,'Mount Laurel','NJ','39.949446','-74.903420',-5,1); -INSERT INTO zipcodes VALUES (8055,'Medford','NJ','39.865272','-74.818500',-5,1); -INSERT INTO zipcodes VALUES (8056,'Mickleton','NJ','39.785219','-75.253040',-5,1); -INSERT INTO zipcodes VALUES (8057,'Moorestown','NJ','39.968962','-74.948900',-5,1); -INSERT INTO zipcodes VALUES (8059,'Mount Ephraim','NJ','39.884263','-75.092300',-5,1); -INSERT INTO zipcodes VALUES (8060,'Mount Holly','NJ','39.991562','-74.797470',-5,1); -INSERT INTO zipcodes VALUES (8061,'Mount Royal','NJ','39.807684','-75.204960',-5,1); -INSERT INTO zipcodes VALUES (8062,'Mullica Hill','NJ','39.716939','-75.219870',-5,1); -INSERT INTO zipcodes VALUES (8063,'National Park','NJ','39.867158','-75.180200',-5,1); -INSERT INTO zipcodes VALUES (8064,'New Lisbon','NJ','39.961921','-74.636870',-5,1); -INSERT INTO zipcodes VALUES (8065,'Palmyra','NJ','40.002780','-75.026260',-5,1); -INSERT INTO zipcodes VALUES (8066,'Paulsboro','NJ','39.833156','-75.237730',-5,1); -INSERT INTO zipcodes VALUES (8067,'Pedricktown','NJ','39.740353','-75.412620',-5,1); -INSERT INTO zipcodes VALUES (8068,'Pemberton','NJ','39.961183','-74.662660',-5,1); -INSERT INTO zipcodes VALUES (8069,'Penns Grove','NJ','39.712593','-75.469060',-5,1); -INSERT INTO zipcodes VALUES (8070,'Pennsville','NJ','39.645377','-75.519230',-5,1); -INSERT INTO zipcodes VALUES (8071,'Pitman','NJ','39.730964','-75.130090',-5,1); -INSERT INTO zipcodes VALUES (8072,'Quinton','NJ','39.546172','-75.413670',-5,1); -INSERT INTO zipcodes VALUES (8073,'Rancocas','NJ','40.010461','-74.867620',-5,1); -INSERT INTO zipcodes VALUES (8074,'Richwood','NJ','39.716194','-75.173260',-5,1); -INSERT INTO zipcodes VALUES (8075,'Riverside','NJ','40.029361','-74.954100',-5,1); -INSERT INTO zipcodes VALUES (8076,'Riverton','NJ','39.862433','-74.725079',-5,1); -INSERT INTO zipcodes VALUES (8077,'Riverton','NJ','39.997379','-74.998050',-5,1); -INSERT INTO zipcodes VALUES (8078,'Runnemede','NJ','39.850013','-75.076700',-5,1); -INSERT INTO zipcodes VALUES (8079,'Salem','NJ','39.549912','-75.439430',-5,1); -INSERT INTO zipcodes VALUES (8080,'Sewell','NJ','39.749530','-75.106370',-5,1); -INSERT INTO zipcodes VALUES (8081,'Sicklerville','NJ','39.741385','-74.990350',-5,1); -INSERT INTO zipcodes VALUES (8083,'Somerdale','NJ','39.842613','-75.024960',-5,1); -INSERT INTO zipcodes VALUES (8084,'Stratford','NJ','39.829014','-75.013710',-5,1); -INSERT INTO zipcodes VALUES (8085,'Swedesboro','NJ','39.753088','-75.326870',-5,1); -INSERT INTO zipcodes VALUES (8086,'Thorofare','NJ','39.849156','-75.181590',-5,1); -INSERT INTO zipcodes VALUES (8087,'Tuckerton','NJ','39.598990','-74.365730',-5,1); -INSERT INTO zipcodes VALUES (8088,'Vincentown','NJ','39.871699','-74.705280',-5,1); -INSERT INTO zipcodes VALUES (8089,'Waterford Works','NJ','39.722622','-74.850300',-5,1); -INSERT INTO zipcodes VALUES (8090,'Wenonah','NJ','39.799347','-75.152020',-5,1); -INSERT INTO zipcodes VALUES (8091,'West Berlin','NJ','39.807695','-74.933920',-5,1); -INSERT INTO zipcodes VALUES (8092,'West Creek','NJ','39.658781','-74.286730',-5,1); -INSERT INTO zipcodes VALUES (8093,'Westville','NJ','39.861413','-75.132840',-5,1); -INSERT INTO zipcodes VALUES (8094,'Williamstown','NJ','39.647598','-74.959270',-5,1); -INSERT INTO zipcodes VALUES (8095,'Winslow','NJ','39.656976','-74.860430',-5,1); -INSERT INTO zipcodes VALUES (8096,'Woodbury','NJ','39.830313','-75.132210',-5,1); -INSERT INTO zipcodes VALUES (8097,'Woodbury Heights','NJ','39.816063','-75.153210',-5,1); -INSERT INTO zipcodes VALUES (8098,'Woodstown','NJ','39.637838','-75.323960',-5,1); -INSERT INTO zipcodes VALUES (8099,'Bellmawr','NJ','39.779179','-74.962071',-5,1); -INSERT INTO zipcodes VALUES (8101,'Camden','NJ','39.802370','-74.938259',-5,1); -INSERT INTO zipcodes VALUES (8102,'Camden','NJ','39.949579','-75.118000',-5,1); -INSERT INTO zipcodes VALUES (8103,'Camden','NJ','39.936179','-75.115130',-5,1); -INSERT INTO zipcodes VALUES (8104,'Camden','NJ','39.918663','-75.109760',-5,1); -INSERT INTO zipcodes VALUES (8105,'Camden','NJ','39.949812','-75.086160',-5,1); -INSERT INTO zipcodes VALUES (8106,'Audubon','NJ','39.892213','-75.072120',-5,1); -INSERT INTO zipcodes VALUES (8107,'Oaklyn','NJ','39.908163','-75.086180',-5,1); -INSERT INTO zipcodes VALUES (8108,'Collingswood','NJ','39.915263','-75.064010',-5,1); -INSERT INTO zipcodes VALUES (8109,'Merchantville','NJ','39.949979','-75.050240',-5,1); -INSERT INTO zipcodes VALUES (8110,'Pennsauken','NJ','39.966812','-75.056810',-5,1); -INSERT INTO zipcodes VALUES (8201,'Absecon','NJ','39.457517','-74.509140',-5,1); -INSERT INTO zipcodes VALUES (8202,'Avalon','NJ','39.092928','-74.726880',-5,1); -INSERT INTO zipcodes VALUES (8203,'Brigantine','NJ','39.401801','-74.380170',-5,1); -INSERT INTO zipcodes VALUES (8204,'Cape May','NJ','38.963652','-74.923190',-5,1); -INSERT INTO zipcodes VALUES (8205,'Absecon','NJ','39.471263','-74.502457',-5,1); -INSERT INTO zipcodes VALUES (8210,'Cape May Court House','NJ','39.081754','-74.836580',-5,1); -INSERT INTO zipcodes VALUES (8212,'Cape May Point','NJ','38.936896','-74.965260',-5,1); -INSERT INTO zipcodes VALUES (8213,'Cologne','NJ','39.509208','-74.608557',-5,1); -INSERT INTO zipcodes VALUES (8214,'Dennisville','NJ','39.056521','-74.816619',-5,1); -INSERT INTO zipcodes VALUES (8215,'Egg Harbor City','NJ','39.548049','-74.621710',-5,1); -INSERT INTO zipcodes VALUES (8217,'Elwood','NJ','39.575273','-74.721030',-5,1); -INSERT INTO zipcodes VALUES (8218,'Goshen','NJ','39.056521','-74.816619',-5,1); -INSERT INTO zipcodes VALUES (8219,'Green Creek','NJ','39.056521','-74.816619',-5,1); -INSERT INTO zipcodes VALUES (8220,'Leeds Point','NJ','39.509208','-74.608557',-5,1); -INSERT INTO zipcodes VALUES (8221,'Linwood','NJ','39.348616','-74.573870',-5,1); -INSERT INTO zipcodes VALUES (8223,'Marmora','NJ','39.264412','-74.649860',-5,1); -INSERT INTO zipcodes VALUES (8224,'New Gretna','NJ','39.595957','-74.456280',-5,1); -INSERT INTO zipcodes VALUES (8225,'Northfield','NJ','39.370083','-74.552110',-5,1); -INSERT INTO zipcodes VALUES (8226,'Ocean City','NJ','39.265371','-74.593810',-5,1); -INSERT INTO zipcodes VALUES (8227,'Bass River','NJ','39.588665','-74.466214',-5,1); -INSERT INTO zipcodes VALUES (8230,'Ocean View','NJ','39.208770','-74.704380',-5,1); -INSERT INTO zipcodes VALUES (8231,'Oceanville','NJ','39.509208','-74.608557',-5,1); -INSERT INTO zipcodes VALUES (8232,'Pleasantville','NJ','39.394616','-74.522120',-5,1); -INSERT INTO zipcodes VALUES (8234,'Egg Harbor Township','NJ','39.398172','-74.596670',-5,1); -INSERT INTO zipcodes VALUES (8237,'Maurice River','NJ','39.258089','-74.974344',-5,1); -INSERT INTO zipcodes VALUES (8240,'Pomona','NJ','39.487717','-74.554334',-5,1); -INSERT INTO zipcodes VALUES (8241,'Port Republic','NJ','39.527903','-74.491700',-5,1); -INSERT INTO zipcodes VALUES (8242,'Rio Grande','NJ','39.017837','-74.875150',-5,1); -INSERT INTO zipcodes VALUES (8243,'Sea Isle City','NJ','39.145755','-74.698650',-5,1); -INSERT INTO zipcodes VALUES (8244,'Somers Point','NJ','39.319901','-74.599900',-5,1); -INSERT INTO zipcodes VALUES (8245,'South Dennis','NJ','39.176208','-74.817230',-5,1); -INSERT INTO zipcodes VALUES (8246,'South Seaville','NJ','39.056521','-74.816619',-5,1); -INSERT INTO zipcodes VALUES (8247,'Stone Harbor','NJ','39.051289','-74.762040',-5,1); -INSERT INTO zipcodes VALUES (8248,'Strathmere','NJ','39.197394','-74.656990',-5,1); -INSERT INTO zipcodes VALUES (8250,'Tuckahoe','NJ','39.056521','-74.816619',-5,1); -INSERT INTO zipcodes VALUES (8251,'Villas','NJ','39.022256','-74.936160',-5,1); -INSERT INTO zipcodes VALUES (8252,'Whitesboro','NJ','39.037404','-74.857490',-5,1); -INSERT INTO zipcodes VALUES (8253,'Shiloh','NJ','39.458714','-75.298235',-5,1); -INSERT INTO zipcodes VALUES (8260,'Wildwood','NJ','38.987556','-74.822000',-5,1); -INSERT INTO zipcodes VALUES (8270,'Woodbine','NJ','39.275059','-74.800410',-5,1); -INSERT INTO zipcodes VALUES (8283,'Sea Isle City','NJ','39.160760','-74.696498',-5,1); -INSERT INTO zipcodes VALUES (8302,'Bridgeton','NJ','39.445164','-75.242150',-5,1); -INSERT INTO zipcodes VALUES (8310,'Buena','NJ','39.522686','-74.896840',-5,1); -INSERT INTO zipcodes VALUES (8311,'Cedarville','NJ','39.337205','-75.185770',-5,1); -INSERT INTO zipcodes VALUES (8312,'Clayton','NJ','39.655964','-75.087360',-5,1); -INSERT INTO zipcodes VALUES (8313,'Deerfield Street','NJ','39.530314','-75.229010',-5,1); -INSERT INTO zipcodes VALUES (8314,'Delmont','NJ','39.219301','-74.940160',-5,1); -INSERT INTO zipcodes VALUES (8315,'Dividing Creek','NJ','39.273214','-75.095025',-5,1); -INSERT INTO zipcodes VALUES (8316,'Dorchester','NJ','39.274714','-74.975460',-5,1); -INSERT INTO zipcodes VALUES (8317,'Dorothy','NJ','39.406518','-74.827060',-5,1); -INSERT INTO zipcodes VALUES (8318,'Elmer','NJ','39.553504','-75.168430',-5,1); -INSERT INTO zipcodes VALUES (8319,'Estell Manor','NJ','39.376099','-74.814560',-5,1); -INSERT INTO zipcodes VALUES (8320,'Fairton','NJ','39.379906','-75.221681',-5,1); -INSERT INTO zipcodes VALUES (8321,'Fortescue','NJ','39.239649','-75.172250',-5,1); -INSERT INTO zipcodes VALUES (8322,'Franklinville','NJ','39.618222','-75.061800',-5,1); -INSERT INTO zipcodes VALUES (8323,'Greenwich','NJ','39.402763','-75.357400',-5,1); -INSERT INTO zipcodes VALUES (8324,'Heislerville','NJ','39.218484','-74.990010',-5,1); -INSERT INTO zipcodes VALUES (8326,'Landisville','NJ','39.524179','-74.938500',-5,1); -INSERT INTO zipcodes VALUES (8327,'Leesburg','NJ','39.254836','-74.977670',-5,1); -INSERT INTO zipcodes VALUES (8328,'Malaga','NJ','39.572449','-75.054300',-5,1); -INSERT INTO zipcodes VALUES (8329,'Mauricetown','NJ','39.285464','-74.996870',-5,1); -INSERT INTO zipcodes VALUES (8330,'Mays Landing','NJ','39.478771','-74.758100',-5,1); -INSERT INTO zipcodes VALUES (8332,'Millville','NJ','39.379382','-75.039230',-5,1); -INSERT INTO zipcodes VALUES (8334,'Downe','NJ','39.241686','-75.174650',-5,1); -INSERT INTO zipcodes VALUES (8340,'Milmay','NJ','39.437265','-74.879260',-5,1); -INSERT INTO zipcodes VALUES (8341,'Minotola','NJ','39.517539','-74.949720',-5,1); -INSERT INTO zipcodes VALUES (8342,'Mizpah','NJ','39.502080','-74.833469',-5,1); -INSERT INTO zipcodes VALUES (8343,'Monroeville','NJ','39.633964','-75.156430',-5,1); -INSERT INTO zipcodes VALUES (8344,'Newfield','NJ','39.562763','-75.009550',-5,1); -INSERT INTO zipcodes VALUES (8345,'Newport','NJ','39.283410','-75.154640',-5,1); -INSERT INTO zipcodes VALUES (8346,'Newtonville','NJ','39.562719','-74.858530',-5,1); -INSERT INTO zipcodes VALUES (8347,'Norma','NJ','39.499765','-75.082022',-5,1); -INSERT INTO zipcodes VALUES (8348,'Port Elizabeth','NJ','39.314084','-74.978890',-5,1); -INSERT INTO zipcodes VALUES (8349,'Port Norris','NJ','39.256820','-75.066830',-5,1); -INSERT INTO zipcodes VALUES (8350,'Richland','NJ','39.490774','-74.870450',-5,1); -INSERT INTO zipcodes VALUES (8352,'Rosenhayn','NJ','39.475565','-75.129330',-5,1); -INSERT INTO zipcodes VALUES (8353,'Shiloh','NJ','39.458114','-75.297610',-5,1); -INSERT INTO zipcodes VALUES (8360,'Vineland','NJ','39.492265','-75.018870',-5,1); -INSERT INTO zipcodes VALUES (8361,'Vineland','NJ','39.464582','-74.969940',-5,1); -INSERT INTO zipcodes VALUES (8362,'Vineland','NJ','39.271264','-75.027671',-5,1); -INSERT INTO zipcodes VALUES (8370,'Riverside','NJ','39.862433','-74.725079',-5,1); -INSERT INTO zipcodes VALUES (8401,'Atlantic City','NJ','39.364966','-74.439030',-5,1); -INSERT INTO zipcodes VALUES (8402,'Margate City','NJ','39.329416','-74.506610',-5,1); -INSERT INTO zipcodes VALUES (8403,'Longport','NJ','39.314766','-74.526750',-5,1); -INSERT INTO zipcodes VALUES (8404,'Atlantic City','NJ','39.509208','-74.608557',-5,1); -INSERT INTO zipcodes VALUES (8405,'Atlantic City','NJ','39.509208','-74.608557',-5,1); -INSERT INTO zipcodes VALUES (8406,'Ventnor City','NJ','39.342299','-74.481920',-5,1); -INSERT INTO zipcodes VALUES (8501,'Allentown','NJ','40.164556','-74.577850',-5,1); -INSERT INTO zipcodes VALUES (8502,'Belle Mead','NJ','40.460137','-74.635920',-5,1); -INSERT INTO zipcodes VALUES (8504,'Blawenburg','NJ','40.425369','-74.668753',-5,1); -INSERT INTO zipcodes VALUES (8505,'Bordentown','NJ','40.132784','-74.717780',-5,1); -INSERT INTO zipcodes VALUES (8510,'Clarksburg','NJ','40.182380','-74.421340',-5,1); -INSERT INTO zipcodes VALUES (8511,'Cookstown','NJ','40.050128','-74.556110',-5,1); -INSERT INTO zipcodes VALUES (8512,'Cranbury','NJ','40.306286','-74.526270',-5,1); -INSERT INTO zipcodes VALUES (8514,'Cream Ridge','NJ','40.134892','-74.486880',-5,1); -INSERT INTO zipcodes VALUES (8515,'Crosswicks','NJ','40.148210','-74.651250',-5,1); -INSERT INTO zipcodes VALUES (8518,'Florence','NJ','40.117910','-74.804700',-5,1); -INSERT INTO zipcodes VALUES (8520,'Hightstown','NJ','40.262809','-74.532460',-5,1); -INSERT INTO zipcodes VALUES (8525,'Hopewell','NJ','40.386902','-74.781120',-5,1); -INSERT INTO zipcodes VALUES (8526,'Imlaystown','NJ','40.162275','-74.475936',-5,1); -INSERT INTO zipcodes VALUES (8527,'Jackson','NJ','40.115970','-74.322510',-5,1); -INSERT INTO zipcodes VALUES (8528,'Kingston','NJ','40.377173','-74.615380',-5,1); -INSERT INTO zipcodes VALUES (8530,'Lambertville','NJ','40.375039','-74.931840',-5,1); -INSERT INTO zipcodes VALUES (8533,'New Egypt','NJ','40.075185','-74.484330',-5,1); -INSERT INTO zipcodes VALUES (8534,'Pennington','NJ','40.323150','-74.783640',-5,1); -INSERT INTO zipcodes VALUES (8535,'Perrineville','NJ','40.228497','-74.450640',-5,1); -INSERT INTO zipcodes VALUES (8536,'Plainsboro','NJ','40.333710','-74.585120',-5,1); -INSERT INTO zipcodes VALUES (8540,'Princeton','NJ','40.357439','-74.649220',-5,1); -INSERT INTO zipcodes VALUES (8541,'Princeton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8542,'Princeton','NJ','40.354424','-74.659430',-5,1); -INSERT INTO zipcodes VALUES (8543,'Princeton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8544,'Princeton','NJ','40.349206','-74.652811',-5,1); -INSERT INTO zipcodes VALUES (8550,'Princeton Junction','NJ','40.292358','-74.609020',-5,1); -INSERT INTO zipcodes VALUES (8551,'Ringoes','NJ','40.449171','-74.849790',-5,1); -INSERT INTO zipcodes VALUES (8553,'Rocky Hill','NJ','40.400406','-74.638950',-5,1); -INSERT INTO zipcodes VALUES (8554,'Roebling','NJ','40.113883','-74.779770',-5,1); -INSERT INTO zipcodes VALUES (8555,'Roosevelt','NJ','40.221420','-74.473780',-5,1); -INSERT INTO zipcodes VALUES (8556,'Rosemont','NJ','40.419965','-74.988619',-5,1); -INSERT INTO zipcodes VALUES (8557,'Sergeantsville','NJ','40.563654','-74.949409',-5,1); -INSERT INTO zipcodes VALUES (8558,'Skillman','NJ','40.410155','-74.707260',-5,1); -INSERT INTO zipcodes VALUES (8559,'Stockton','NJ','40.435878','-74.965110',-5,1); -INSERT INTO zipcodes VALUES (8560,'Titusville','NJ','40.310490','-74.859470',-5,1); -INSERT INTO zipcodes VALUES (8561,'Windsor','NJ','40.242009','-74.580060',-5,1); -INSERT INTO zipcodes VALUES (8562,'Wrightstown','NJ','40.062215','-74.588930',-5,1); -INSERT INTO zipcodes VALUES (8570,'Cranbury','NJ','40.430006','-74.417344',-5,1); -INSERT INTO zipcodes VALUES (8601,'Trenton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8602,'Trenton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8603,'Trenton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8604,'Trenton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8605,'Trenton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8606,'Trenton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8607,'Trenton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8608,'Trenton','NJ','40.219158','-74.764810',-5,1); -INSERT INTO zipcodes VALUES (8609,'Trenton','NJ','40.224441','-74.742100',-5,1); -INSERT INTO zipcodes VALUES (8610,'Trenton','NJ','40.199859','-74.720050',-5,1); -INSERT INTO zipcodes VALUES (8611,'Trenton','NJ','40.206959','-74.751360',-5,1); -INSERT INTO zipcodes VALUES (8618,'Trenton','NJ','40.238258','-74.780500',-5,1); -INSERT INTO zipcodes VALUES (8619,'Trenton','NJ','40.240558','-74.695880',-5,1); -INSERT INTO zipcodes VALUES (8620,'Trenton','NJ','40.172960','-74.669150',-5,1); -INSERT INTO zipcodes VALUES (8625,'Trenton','NJ','40.206709','-74.756430',-5,1); -INSERT INTO zipcodes VALUES (8628,'Trenton','NJ','40.264708','-74.822950',-5,1); -INSERT INTO zipcodes VALUES (8629,'Trenton','NJ','40.219358','-74.733340',-5,1); -INSERT INTO zipcodes VALUES (8638,'Trenton','NJ','40.249908','-74.759530',-5,1); -INSERT INTO zipcodes VALUES (8640,'Trenton','NJ','40.003861','-74.617750',-5,1); -INSERT INTO zipcodes VALUES (8641,'Trenton','NJ','40.044920','-74.589160',-5,1); -INSERT INTO zipcodes VALUES (8645,'Trenton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8646,'Trenton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8647,'Trenton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8648,'Trenton','NJ','40.276782','-74.729510',-5,1); -INSERT INTO zipcodes VALUES (8650,'Trenton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8666,'Trenton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8677,'Trenton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8690,'Trenton','NJ','40.225409','-74.659180',-5,1); -INSERT INTO zipcodes VALUES (8691,'Trenton','NJ','40.207034','-74.593640',-5,1); -INSERT INTO zipcodes VALUES (8695,'Trenton','NJ','40.280531','-74.712018',-5,1); -INSERT INTO zipcodes VALUES (8701,'Lakewood','NJ','40.082782','-74.209400',-5,1); -INSERT INTO zipcodes VALUES (8720,'Allenwood','NJ','40.143860','-74.102860',-5,1); -INSERT INTO zipcodes VALUES (8721,'Bayville','NJ','39.902851','-74.160370',-5,1); -INSERT INTO zipcodes VALUES (8722,'Beachwood','NJ','39.931068','-74.196180',-5,1); -INSERT INTO zipcodes VALUES (8723,'Brick','NJ','40.042479','-74.123000',-5,1); -INSERT INTO zipcodes VALUES (8724,'Brick','NJ','40.087794','-74.109810',-5,1); -INSERT INTO zipcodes VALUES (8730,'Brielle','NJ','40.108433','-74.062260',-5,1); -INSERT INTO zipcodes VALUES (8731,'Forked River','NJ','39.848035','-74.212970',-5,1); -INSERT INTO zipcodes VALUES (8732,'Island Heights','NJ','39.942616','-74.146890',-5,1); -INSERT INTO zipcodes VALUES (8733,'Lakehurst','NJ','40.017117','-74.304910',-5,1); -INSERT INTO zipcodes VALUES (8734,'Lanoka Harbor','NJ','39.862864','-74.166240',-5,1); -INSERT INTO zipcodes VALUES (8735,'Lavallette','NJ','39.982101','-74.067680',-5,1); -INSERT INTO zipcodes VALUES (8736,'Manasquan','NJ','40.120261','-74.057650',-5,1); -INSERT INTO zipcodes VALUES (8738,'Mantoloking','NJ','40.025258','-74.055790',-5,1); -INSERT INTO zipcodes VALUES (8739,'Normandy Beach','NJ','40.000759','-74.249280',-5,1); -INSERT INTO zipcodes VALUES (8740,'Ocean Gate','NJ','39.925301','-74.134880',-5,1); -INSERT INTO zipcodes VALUES (8741,'Pine Beach','NJ','39.934318','-74.167730',-5,1); -INSERT INTO zipcodes VALUES (8742,'Point Pleasant Beach','NJ','40.081165','-74.060030',-5,1); -INSERT INTO zipcodes VALUES (8750,'Sea Girt','NJ','40.133754','-74.041230',-5,1); -INSERT INTO zipcodes VALUES (8751,'Seaside Heights','NJ','39.948518','-74.075900',-5,1); -INSERT INTO zipcodes VALUES (8752,'Seaside Park','NJ','39.920268','-74.079670',-5,1); -INSERT INTO zipcodes VALUES (8753,'Toms River','NJ','39.974584','-74.151410',-5,1); -INSERT INTO zipcodes VALUES (8754,'Toms River','NJ','40.000759','-74.249280',-5,1); -INSERT INTO zipcodes VALUES (8755,'Toms River','NJ','40.010092','-74.230320',-5,1); -INSERT INTO zipcodes VALUES (8756,'Toms River','NJ','39.787966','-74.191058',-5,1); -INSERT INTO zipcodes VALUES (8757,'Toms River','NJ','39.975967','-74.252960',-5,1); -INSERT INTO zipcodes VALUES (8758,'Waretown','NJ','39.784513','-74.223760',-5,1); -INSERT INTO zipcodes VALUES (8759,'Whiting','NJ','39.943541','-74.369490',-5,1); -INSERT INTO zipcodes VALUES (8792,'Berkeley','NJ','39.907488','-74.081074',-5,1); -INSERT INTO zipcodes VALUES (8801,'Annandale','NJ','40.624538','-74.891180',-5,1); -INSERT INTO zipcodes VALUES (8802,'Asbury','NJ','40.661172','-75.032100',-5,1); -INSERT INTO zipcodes VALUES (8803,'Baptistown','NJ','40.563654','-74.949409',-5,1); -INSERT INTO zipcodes VALUES (8804,'Bloomsbury','NJ','40.652484','-75.089590',-5,1); -INSERT INTO zipcodes VALUES (8805,'Bound Brook','NJ','40.567953','-74.540340',-5,1); -INSERT INTO zipcodes VALUES (8807,'Bridgewater','NJ','40.588097','-74.622530',-5,1); -INSERT INTO zipcodes VALUES (8808,'Broadway','NJ','40.737213','-75.046926',-5,1); -INSERT INTO zipcodes VALUES (8809,'Clinton','NJ','40.639546','-74.912920',-5,1); -INSERT INTO zipcodes VALUES (8810,'Dayton','NJ','40.372881','-74.513630',-5,1); -INSERT INTO zipcodes VALUES (8812,'Dunellen','NJ','40.594502','-74.471660',-5,1); -INSERT INTO zipcodes VALUES (8816,'East Brunswick','NJ','40.434239','-74.405040',-5,1); -INSERT INTO zipcodes VALUES (8817,'Edison','NJ','40.516104','-74.397540',-5,1); -INSERT INTO zipcodes VALUES (8818,'Edison','NJ','40.430006','-74.417344',-5,1); -INSERT INTO zipcodes VALUES (8820,'Edison','NJ','40.575503','-74.357810',-5,1); -INSERT INTO zipcodes VALUES (8821,'Flagtown','NJ','40.518578','-74.685450',-5,1); -INSERT INTO zipcodes VALUES (8822,'Flemington','NJ','40.515645','-74.853190',-5,1); -INSERT INTO zipcodes VALUES (8823,'Franklin Park','NJ','40.439412','-74.555650',-5,1); -INSERT INTO zipcodes VALUES (8824,'Kendall Park','NJ','40.423055','-74.553520',-5,1); -INSERT INTO zipcodes VALUES (8825,'Frenchtown','NJ','40.509998','-75.032390',-5,1); -INSERT INTO zipcodes VALUES (8826,'Glen Gardner','NJ','40.716332','-74.914050',-5,1); -INSERT INTO zipcodes VALUES (8827,'Hampton','NJ','40.677404','-74.968750',-5,1); -INSERT INTO zipcodes VALUES (8828,'Helmetta','NJ','40.375940','-74.419550',-5,1); -INSERT INTO zipcodes VALUES (8829,'High Bridge','NJ','40.668594','-74.892410',-5,1); -INSERT INTO zipcodes VALUES (8830,'Iselin','NJ','40.571504','-74.318300',-5,1); -INSERT INTO zipcodes VALUES (8831,'Jamesburg','NJ','40.336508','-74.433020',-5,1); -INSERT INTO zipcodes VALUES (8832,'Keasbey','NJ','40.517855','-74.303250',-5,1); -INSERT INTO zipcodes VALUES (8833,'Lebanon','NJ','40.643314','-74.823450',-5,1); -INSERT INTO zipcodes VALUES (8834,'Little York','NJ','40.563654','-74.949409',-5,1); -INSERT INTO zipcodes VALUES (8835,'Manville','NJ','40.538903','-74.592220',-5,1); -INSERT INTO zipcodes VALUES (8836,'Martinsville','NJ','40.595552','-74.551740',-5,1); -INSERT INTO zipcodes VALUES (8837,'Edison','NJ','40.529355','-74.338440',-5,1); -INSERT INTO zipcodes VALUES (8840,'Metuchen','NJ','40.543354','-74.358700',-5,1); -INSERT INTO zipcodes VALUES (8844,'Millstone','NJ','40.502477','-74.650023',-5,1); -INSERT INTO zipcodes VALUES (8846,'Middlesex','NJ','40.574552','-74.501870',-5,1); -INSERT INTO zipcodes VALUES (8848,'Milford','NJ','40.587606','-75.104020',-5,1); -INSERT INTO zipcodes VALUES (8850,'Milltown','NJ','40.451105','-74.439380',-5,1); -INSERT INTO zipcodes VALUES (8851,'East Amwell','NJ','40.436394','-74.884741',-5,1); -INSERT INTO zipcodes VALUES (8852,'Monmouth Junction','NJ','40.389428','-74.543290',-5,1); -INSERT INTO zipcodes VALUES (8853,'Neshanic Station','NJ','40.510570','-74.724720',-5,1); -INSERT INTO zipcodes VALUES (8854,'Piscataway','NJ','40.555355','-74.460940',-5,1); -INSERT INTO zipcodes VALUES (8855,'Piscataway','NJ','40.430006','-74.417344',-5,1); -INSERT INTO zipcodes VALUES (8857,'Old Bridge','NJ','40.397507','-74.329800',-5,1); -INSERT INTO zipcodes VALUES (8858,'Oldwick','NJ','40.681694','-74.736240',-5,1); -INSERT INTO zipcodes VALUES (8859,'Parlin','NJ','40.461851','-74.303430',-5,1); -INSERT INTO zipcodes VALUES (8861,'Perth Amboy','NJ','40.520105','-74.277080',-5,1); -INSERT INTO zipcodes VALUES (8862,'Perth Amboy','NJ','40.430006','-74.417344',-5,1); -INSERT INTO zipcodes VALUES (8863,'Fords','NJ','40.535304','-74.311040',-5,1); -INSERT INTO zipcodes VALUES (8865,'Phillipsburg','NJ','40.689123','-75.172430',-5,1); -INSERT INTO zipcodes VALUES (8867,'Pittstown','NJ','40.583035','-74.962240',-5,1); -INSERT INTO zipcodes VALUES (8868,'Quakertown','NJ','40.565493','-74.938931',-5,1); -INSERT INTO zipcodes VALUES (8869,'Raritan','NJ','40.571302','-74.637400',-5,1); -INSERT INTO zipcodes VALUES (8870,'Readington','NJ','40.563654','-74.949409',-5,1); -INSERT INTO zipcodes VALUES (8871,'Sayreville','NJ','40.430006','-74.417344',-5,1); -INSERT INTO zipcodes VALUES (8872,'Sayreville','NJ','40.461605','-74.347400',-5,1); -INSERT INTO zipcodes VALUES (8873,'Somerset','NJ','40.505253','-74.507230',-5,1); -INSERT INTO zipcodes VALUES (8875,'Somerset','NJ','40.580918','-74.711731',-5,1); -INSERT INTO zipcodes VALUES (8876,'Somerville','NJ','40.545853','-74.635920',-5,1); -INSERT INTO zipcodes VALUES (8877,'South River','NJ','40.430006','-74.417344',-5,1); -INSERT INTO zipcodes VALUES (8878,'South Amboy','NJ','40.436865','-74.250942',-5,1); -INSERT INTO zipcodes VALUES (8879,'South Amboy','NJ','40.469606','-74.276690',-5,1); -INSERT INTO zipcodes VALUES (8880,'South Bound Brook','NJ','40.553803','-74.529760',-5,1); -INSERT INTO zipcodes VALUES (8882,'South River','NJ','40.445006','-74.381790',-5,1); -INSERT INTO zipcodes VALUES (8884,'Spotswood','NJ','40.391590','-74.393290',-5,1); -INSERT INTO zipcodes VALUES (8885,'Stanton','NJ','40.576372','-74.831105',-5,1); -INSERT INTO zipcodes VALUES (8886,'Stewartsville','NJ','40.694938','-75.111810',-5,1); -INSERT INTO zipcodes VALUES (8887,'Three Bridges','NJ','40.525361','-74.796320',-5,1); -INSERT INTO zipcodes VALUES (8888,'Whitehouse','NJ','40.619412','-74.740597',-5,1); -INSERT INTO zipcodes VALUES (8889,'Whitehouse Station','NJ','40.612851','-74.766820',-5,1); -INSERT INTO zipcodes VALUES (8890,'Zarephath','NJ','40.536069','-74.578872',-5,1); -INSERT INTO zipcodes VALUES (8896,'Raritan','NJ','40.566553','-74.599801',-5,1); -INSERT INTO zipcodes VALUES (8899,'Edison','NJ','40.520254','-74.420545',-5,1); -INSERT INTO zipcodes VALUES (8901,'New Brunswick','NJ','40.488304','-74.447750',-5,1); -INSERT INTO zipcodes VALUES (8902,'North Brunswick','NJ','40.453131','-74.482870',-5,1); -INSERT INTO zipcodes VALUES (8903,'New Brunswick','NJ','40.513854','-74.445098',-5,1); -INSERT INTO zipcodes VALUES (8904,'Highland Park','NJ','40.500254','-74.425700',-5,1); -INSERT INTO zipcodes VALUES (8905,'New Brunswick','NJ','40.430006','-74.417344',-5,1); -INSERT INTO zipcodes VALUES (8906,'New Brunswick','NJ','40.430006','-74.417344',-5,1); -INSERT INTO zipcodes VALUES (8907,'New Brunswick','NJ','40.482029','-74.479547',-5,1); -INSERT INTO zipcodes VALUES (8922,'New Brunswick','NJ','40.430006','-74.417344',-5,1); -INSERT INTO zipcodes VALUES (8933,'New Brunswick','NJ','40.430006','-74.417344',-5,1); -INSERT INTO zipcodes VALUES (8988,'New Brunswick','NJ','40.430006','-74.417344',-5,1); -INSERT INTO zipcodes VALUES (8989,'New Brunswick','NJ','40.430006','-74.417344',-5,1); -INSERT INTO zipcodes VALUES (10001,'New York','NY','40.750742','-73.996530',-5,1); -INSERT INTO zipcodes VALUES (10002,'New York','NY','40.717040','-73.987000',-5,1); -INSERT INTO zipcodes VALUES (10003,'New York','NY','40.732509','-73.989350',-5,1); -INSERT INTO zipcodes VALUES (10004,'New York','NJ','40.699226','-74.041180',-5,1); -INSERT INTO zipcodes VALUES (10005,'New York','NY','40.706019','-74.008580',-5,1); -INSERT INTO zipcodes VALUES (10006,'New York','NY','40.707904','-74.013420',-5,1); -INSERT INTO zipcodes VALUES (10007,'New York','NY','40.714754','-74.007210',-5,1); -INSERT INTO zipcodes VALUES (10008,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10009,'New York','NY','40.727093','-73.978640',-5,1); -INSERT INTO zipcodes VALUES (10010,'New York','NY','40.739022','-73.982050',-5,1); -INSERT INTO zipcodes VALUES (10011,'New York','NY','40.741012','-74.000120',-5,1); -INSERT INTO zipcodes VALUES (10012,'New York','NY','40.725960','-73.998340',-5,1); -INSERT INTO zipcodes VALUES (10013,'New York','NY','40.720666','-74.005260',-5,1); -INSERT INTO zipcodes VALUES (10014,'New York','NY','40.734718','-74.005320',-5,1); -INSERT INTO zipcodes VALUES (10015,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10016,'New York','NY','40.746180','-73.977590',-5,1); -INSERT INTO zipcodes VALUES (10017,'New York','NY','40.752159','-73.972310',-5,1); -INSERT INTO zipcodes VALUES (10018,'New York','NY','40.755101','-73.993370',-5,1); -INSERT INTO zipcodes VALUES (10019,'New York','NY','40.765714','-73.985600',-5,1); -INSERT INTO zipcodes VALUES (10020,'New York','NY','40.758667','-73.980240',-5,1); -INSERT INTO zipcodes VALUES (10021,'New York','NY','40.768420','-73.960450',-5,1); -INSERT INTO zipcodes VALUES (10022,'New York','NY','40.759015','-73.967320',-5,1); -INSERT INTO zipcodes VALUES (10023,'New York','NY','40.776099','-73.982850',-5,1); -INSERT INTO zipcodes VALUES (10024,'New York','NY','40.786387','-73.977090',-5,1); -INSERT INTO zipcodes VALUES (10025,'New York','NY','40.798502','-73.968110',-5,1); -INSERT INTO zipcodes VALUES (10026,'New York','NY','40.802853','-73.954710',-5,1); -INSERT INTO zipcodes VALUES (10027,'New York','NY','40.812665','-73.954990',-5,1); -INSERT INTO zipcodes VALUES (10028,'New York','NY','40.776777','-73.954100',-5,1); -INSERT INTO zipcodes VALUES (10029,'New York','NY','40.791586','-73.945750',-5,1); -INSERT INTO zipcodes VALUES (10030,'New York','NY','40.818151','-73.943510',-5,1); -INSERT INTO zipcodes VALUES (10031,'New York','NY','40.826201','-73.948790',-5,1); -INSERT INTO zipcodes VALUES (10032,'New York','NY','40.840686','-73.941540',-5,1); -INSERT INTO zipcodes VALUES (10033,'New York','NY','40.848764','-73.934960',-5,1); -INSERT INTO zipcodes VALUES (10034,'New York','NY','40.867653','-73.920000',-5,1); -INSERT INTO zipcodes VALUES (10035,'New York','NY','40.802395','-73.933590',-5,1); -INSERT INTO zipcodes VALUES (10036,'New York','NY','40.759511','-73.990190',-5,1); -INSERT INTO zipcodes VALUES (10037,'New York','NY','40.813385','-73.936160',-5,1); -INSERT INTO zipcodes VALUES (10038,'New York','NY','40.709677','-74.003650',-5,1); -INSERT INTO zipcodes VALUES (10039,'New York','NY','40.826181','-73.937100',-5,1); -INSERT INTO zipcodes VALUES (10040,'New York','NY','40.858704','-73.928530',-5,1); -INSERT INTO zipcodes VALUES (10041,'New York','NY','40.703042','-74.010090',-5,1); -INSERT INTO zipcodes VALUES (10043,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10044,'New York','NY','40.762174','-73.949170',-5,1); -INSERT INTO zipcodes VALUES (10045,'New York','NY','40.708590','-74.008687',-5,1); -INSERT INTO zipcodes VALUES (10046,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10047,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10048,'New York','NY','40.712086','-74.012270',-5,1); -INSERT INTO zipcodes VALUES (10055,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10060,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10069,'New York','NY','40.775477','-73.990500',-5,1); -INSERT INTO zipcodes VALUES (10072,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10079,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10080,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10081,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10082,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10087,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10090,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10094,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10095,'New York','NY','40.748181','-73.988421',-5,1); -INSERT INTO zipcodes VALUES (10096,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10098,'New York','NY','40.748181','-73.988421',-5,1); -INSERT INTO zipcodes VALUES (10099,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10101,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10102,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10103,'New York','NY','40.760915','-73.977850',-5,1); -INSERT INTO zipcodes VALUES (10104,'New York','NY','40.760943','-73.979908',-5,1); -INSERT INTO zipcodes VALUES (10105,'New York','NY','40.762808','-73.978534',-5,1); -INSERT INTO zipcodes VALUES (10106,'New York','NY','40.765243','-73.980438',-5,1); -INSERT INTO zipcodes VALUES (10107,'New York','NY','40.766429','-73.982728',-5,1); -INSERT INTO zipcodes VALUES (10108,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10109,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10110,'New York','NY','40.753987','-73.980811',-5,1); -INSERT INTO zipcodes VALUES (10111,'New York','NY','40.759235','-73.977750',-5,1); -INSERT INTO zipcodes VALUES (10112,'New York','NY','40.759291','-73.979790',-5,1); -INSERT INTO zipcodes VALUES (10113,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10114,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10115,'New York','NY','40.810906','-73.963750',-5,1); -INSERT INTO zipcodes VALUES (10116,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10117,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10118,'New York','NY','40.748998','-73.986467',-5,1); -INSERT INTO zipcodes VALUES (10119,'New York','NY','40.750824','-73.992890',-5,1); -INSERT INTO zipcodes VALUES (10120,'New York','NY','40.750629','-73.989426',-5,1); -INSERT INTO zipcodes VALUES (10121,'New York','NY','40.749640','-73.991889',-5,1); -INSERT INTO zipcodes VALUES (10122,'New York','NY','40.751757','-73.992171',-5,1); -INSERT INTO zipcodes VALUES (10123,'New York','NY','40.751489','-73.990537',-5,1); -INSERT INTO zipcodes VALUES (10124,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10125,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10126,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10128,'New York','NY','40.781894','-73.950390',-5,1); -INSERT INTO zipcodes VALUES (10129,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10130,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10131,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10132,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10133,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10138,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10149,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10150,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10151,'New York','NY','40.763419','-73.973971',-5,1); -INSERT INTO zipcodes VALUES (10152,'New York','NY','40.758611','-73.972230',-5,1); -INSERT INTO zipcodes VALUES (10153,'New York','NY','40.763742','-73.972680',-5,1); -INSERT INTO zipcodes VALUES (10154,'New York','NY','40.757986','-73.972670',-5,1); -INSERT INTO zipcodes VALUES (10155,'New York','NY','40.761104','-73.968036',-5,1); -INSERT INTO zipcodes VALUES (10156,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10157,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10158,'New York','NY','40.749435','-73.975800',-5,1); -INSERT INTO zipcodes VALUES (10159,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10160,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10161,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10162,'New York','NY','40.769334','-73.948930',-5,1); -INSERT INTO zipcodes VALUES (10163,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10164,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10165,'New York','NY','40.752354','-73.978900',-5,1); -INSERT INTO zipcodes VALUES (10166,'New York','NY','40.754591','-73.976238',-5,1); -INSERT INTO zipcodes VALUES (10167,'New York','NY','40.754862','-73.974950',-5,1); -INSERT INTO zipcodes VALUES (10168,'New York','NY','40.751933','-73.976794',-5,1); -INSERT INTO zipcodes VALUES (10169,'New York','NY','40.754463','-73.976060',-5,1); -INSERT INTO zipcodes VALUES (10170,'New York','NY','40.752859','-73.976080',-5,1); -INSERT INTO zipcodes VALUES (10171,'New York','NY','40.756099','-73.974010',-5,1); -INSERT INTO zipcodes VALUES (10172,'New York','NY','40.755494','-73.974470',-5,1); -INSERT INTO zipcodes VALUES (10173,'New York','NY','40.754302','-73.979550',-5,1); -INSERT INTO zipcodes VALUES (10174,'New York','NY','40.751656','-73.975160',-5,1); -INSERT INTO zipcodes VALUES (10175,'New York','NY','40.754305','-73.979782',-5,1); -INSERT INTO zipcodes VALUES (10176,'New York','NY','40.755570','-73.978877',-5,1); -INSERT INTO zipcodes VALUES (10177,'New York','NY','40.755345','-73.976090',-5,1); -INSERT INTO zipcodes VALUES (10178,'New York','NY','40.751378','-73.978507',-5,1); -INSERT INTO zipcodes VALUES (10179,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10184,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10185,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10196,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10197,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10199,'New York','NY','40.750308','-74.000580',-5,1); -INSERT INTO zipcodes VALUES (10203,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10211,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10212,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10213,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10242,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10249,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10250,'New York','NY','40.709387','-74.016529',-5,1); -INSERT INTO zipcodes VALUES (10256,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10257,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10258,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10259,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10260,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10261,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10265,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10268,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10269,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10270,'New York','NY','40.706925','-74.008154',-5,1); -INSERT INTO zipcodes VALUES (10271,'New York','NY','40.708669','-74.010430',-5,1); -INSERT INTO zipcodes VALUES (10272,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10273,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10274,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10275,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10276,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10277,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10278,'New York','NY','40.715721','-74.003950',-5,1); -INSERT INTO zipcodes VALUES (10279,'New York','NY','40.713062','-74.008570',-5,1); -INSERT INTO zipcodes VALUES (10280,'New York','NY','40.707467','-74.017800',-5,1); -INSERT INTO zipcodes VALUES (10281,'New York','NY','40.714643','-74.014958',-5,1); -INSERT INTO zipcodes VALUES (10282,'New York','NY','40.717179','-74.014330',-5,1); -INSERT INTO zipcodes VALUES (10285,'New York','NY','40.715330','-74.016306',-5,1); -INSERT INTO zipcodes VALUES (10286,'New York','NY','40.714231','-74.011895',-5,1); -INSERT INTO zipcodes VALUES (10292,'New York','NY','40.780751','-73.977182',-5,1); -INSERT INTO zipcodes VALUES (10301,'Staten Island','NY','40.631775','-74.094320',-5,1); -INSERT INTO zipcodes VALUES (10302,'Staten Island','NY','40.631127','-74.137150',-5,1); -INSERT INTO zipcodes VALUES (10303,'Staten Island','NY','40.629448','-74.162390',-5,1); -INSERT INTO zipcodes VALUES (10304,'Staten Island','NY','40.607870','-74.089910',-5,1); -INSERT INTO zipcodes VALUES (10305,'Staten Island','NY','40.599021','-74.075030',-5,1); -INSERT INTO zipcodes VALUES (10306,'Staten Island','NY','40.569394','-74.117850',-5,1); -INSERT INTO zipcodes VALUES (10307,'Staten Island','NY','40.508274','-74.243870',-5,1); -INSERT INTO zipcodes VALUES (10308,'Staten Island','NY','40.551353','-74.150980',-5,1); -INSERT INTO zipcodes VALUES (10309,'Staten Island','NY','40.529749','-74.213040',-5,1); -INSERT INTO zipcodes VALUES (10310,'Staten Island','NY','40.632120','-74.115510',-5,1); -INSERT INTO zipcodes VALUES (10311,'Staten Island','NY','40.605245','-74.179485',-5,1); -INSERT INTO zipcodes VALUES (10312,'Staten Island','NY','40.543117','-74.176280',-5,1); -INSERT INTO zipcodes VALUES (10313,'Staten Island','NY','40.564393','-74.146836',-5,1); -INSERT INTO zipcodes VALUES (10314,'Staten Island','NY','40.606337','-74.145130',-5,1); -INSERT INTO zipcodes VALUES (10422,'New York','NY','40.828279','-73.869454',-5,1); -INSERT INTO zipcodes VALUES (10451,'Bronx','NY','40.819729','-73.922300',-5,1); -INSERT INTO zipcodes VALUES (10452,'Bronx','NY','40.838745','-73.922340',-5,1); -INSERT INTO zipcodes VALUES (10453,'Bronx','NY','40.853017','-73.912140',-5,1); -INSERT INTO zipcodes VALUES (10454,'Bronx','NY','40.805968','-73.916280',-5,1); -INSERT INTO zipcodes VALUES (10455,'Bronx','NY','40.815559','-73.907710',-5,1); -INSERT INTO zipcodes VALUES (10456,'Bronx','NY','40.829676','-73.908560',-5,1); -INSERT INTO zipcodes VALUES (10457,'Bronx','NY','40.846745','-73.898610',-5,1); -INSERT INTO zipcodes VALUES (10458,'Bronx','NY','40.864166','-73.888810',-5,1); -INSERT INTO zipcodes VALUES (10459,'Bronx','NY','40.825432','-73.893270',-5,1); -INSERT INTO zipcodes VALUES (10460,'Bronx','NY','40.840950','-73.880360',-5,1); -INSERT INTO zipcodes VALUES (10461,'Bronx','NY','40.842917','-73.838190',-5,1); -INSERT INTO zipcodes VALUES (10462,'Bronx','NY','40.842173','-73.858620',-5,1); -INSERT INTO zipcodes VALUES (10463,'Bronx','NY','40.881086','-73.907490',-5,1); -INSERT INTO zipcodes VALUES (10464,'Bronx','NY','40.857017','-73.789030',-5,1); -INSERT INTO zipcodes VALUES (10465,'Bronx','NY','40.825727','-73.817520',-5,1); -INSERT INTO zipcodes VALUES (10466,'Bronx','NY','40.890950','-73.847020',-5,1); -INSERT INTO zipcodes VALUES (10467,'Bronx','NY','40.872265','-73.869370',-5,1); -INSERT INTO zipcodes VALUES (10468,'Bronx','NY','40.867107','-73.899160',-5,1); -INSERT INTO zipcodes VALUES (10469,'Bronx','NY','40.868643','-73.847350',-5,1); -INSERT INTO zipcodes VALUES (10470,'Bronx','NY','40.900629','-73.860720',-5,1); -INSERT INTO zipcodes VALUES (10471,'Bronx','NY','40.900819','-73.903470',-5,1); -INSERT INTO zipcodes VALUES (10472,'Bronx','NY','40.830409','-73.868450',-5,1); -INSERT INTO zipcodes VALUES (10473,'Bronx','NY','40.818514','-73.858930',-5,1); -INSERT INTO zipcodes VALUES (10474,'Bronx','NY','40.813210','-73.887550',-5,1); -INSERT INTO zipcodes VALUES (10475,'Bronx','NY','40.878522','-73.825410',-5,1); -INSERT INTO zipcodes VALUES (10499,'Bronx','NY','40.851549','-73.840908',-5,1); -INSERT INTO zipcodes VALUES (10501,'Amawalk','NY','41.289939','-73.764930',-5,1); -INSERT INTO zipcodes VALUES (10502,'Ardsley','NY','41.011324','-73.841520',-5,1); -INSERT INTO zipcodes VALUES (10503,'Ardsley On Hudson','NY','41.024855','-73.875130',-5,1); -INSERT INTO zipcodes VALUES (10504,'Armonk','NY','41.129908','-73.703520',-5,1); -INSERT INTO zipcodes VALUES (10505,'Baldwin Place','NY','41.334310','-73.749244',-5,1); -INSERT INTO zipcodes VALUES (10506,'Bedford','NY','41.195778','-73.627770',-5,1); -INSERT INTO zipcodes VALUES (10507,'Bedford Hills','NY','41.236931','-73.690180',-5,1); -INSERT INTO zipcodes VALUES (10509,'Brewster','NY','41.413620','-73.595560',-5,1); -INSERT INTO zipcodes VALUES (10510,'Briarcliff Manor','NY','41.146297','-73.833110',-5,1); -INSERT INTO zipcodes VALUES (10511,'Buchanan','NY','41.260283','-73.940330',-5,1); -INSERT INTO zipcodes VALUES (10512,'Carmel','NY','41.444833','-73.684500',-5,1); -INSERT INTO zipcodes VALUES (10514,'Chappaqua','NY','41.167455','-73.775970',-5,1); -INSERT INTO zipcodes VALUES (10516,'Cold Spring','NY','41.440695','-73.931400',-5,1); -INSERT INTO zipcodes VALUES (10517,'Crompond','NY','41.300561','-73.861217',-5,1); -INSERT INTO zipcodes VALUES (10518,'Cross River','NY','41.269072','-73.604930',-5,1); -INSERT INTO zipcodes VALUES (10519,'Croton Falls','NY','41.345980','-73.661990',-5,1); -INSERT INTO zipcodes VALUES (10520,'Croton On Hudson','NY','41.215541','-73.885430',-5,1); -INSERT INTO zipcodes VALUES (10521,'Croton On Hudson','NY','41.234256','-73.926165',-5,1); -INSERT INTO zipcodes VALUES (10522,'Dobbs Ferry','NY','41.012729','-73.866020',-5,1); -INSERT INTO zipcodes VALUES (10523,'Elmsford','NY','41.057089','-73.816580',-5,1); -INSERT INTO zipcodes VALUES (10524,'Garrison','NY','41.363063','-73.921540',-5,1); -INSERT INTO zipcodes VALUES (10526,'Goldens Bridge','NY','41.294561','-73.667010',-5,1); -INSERT INTO zipcodes VALUES (10527,'Granite Springs','NY','41.319026','-73.757600',-5,1); -INSERT INTO zipcodes VALUES (10528,'Harrison','NY','40.972667','-73.718860',-5,1); -INSERT INTO zipcodes VALUES (10530,'Hartsdale','NY','41.025114','-73.806350',-5,1); -INSERT INTO zipcodes VALUES (10532,'Hawthorne','NY','41.103664','-73.795800',-5,1); -INSERT INTO zipcodes VALUES (10533,'Irvington','NY','41.039005','-73.863500',-5,1); -INSERT INTO zipcodes VALUES (10535,'Jefferson Valley','NY','41.331173','-73.802080',-5,1); -INSERT INTO zipcodes VALUES (10536,'Katonah','NY','41.265478','-73.685120',-5,1); -INSERT INTO zipcodes VALUES (10537,'Lake Peekskill','NY','41.337335','-73.886890',-5,1); -INSERT INTO zipcodes VALUES (10538,'Larchmont','NY','40.933089','-73.756150',-5,1); -INSERT INTO zipcodes VALUES (10540,'Lincolndale','NY','41.333398','-73.724257',-5,1); -INSERT INTO zipcodes VALUES (10541,'Mahopac','NY','41.372419','-73.753670',-5,1); -INSERT INTO zipcodes VALUES (10542,'Mahopac Falls','NY','41.372581','-73.760132',-5,1); -INSERT INTO zipcodes VALUES (10543,'Mamaroneck','NY','40.952892','-73.734600',-5,1); -INSERT INTO zipcodes VALUES (10545,'Maryknoll','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10546,'Millwood','NY','41.199502','-73.792690',-5,1); -INSERT INTO zipcodes VALUES (10547,'Mohegan Lake','NY','41.314676','-73.851180',-5,1); -INSERT INTO zipcodes VALUES (10548,'Montrose','NY','41.248359','-73.941470',-5,1); -INSERT INTO zipcodes VALUES (10549,'Mount Kisco','NY','41.204027','-73.730450',-5,1); -INSERT INTO zipcodes VALUES (10550,'Mount Vernon','NY','40.907607','-73.837090',-5,1); -INSERT INTO zipcodes VALUES (10551,'Mount Vernon','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10552,'Mount Vernon','NY','40.924195','-73.826140',-5,1); -INSERT INTO zipcodes VALUES (10553,'Mount Vernon','NY','40.909288','-73.821500',-5,1); -INSERT INTO zipcodes VALUES (10557,'Mount Vernon','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10558,'Mount Vernon','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10559,'Mount Vernon','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10560,'North Salem','NY','41.327970','-73.613060',-5,1); -INSERT INTO zipcodes VALUES (10562,'Ossining','NY','41.176837','-73.847410',-5,1); -INSERT INTO zipcodes VALUES (10566,'Peekskill','NY','41.288258','-73.919280',-5,1); -INSERT INTO zipcodes VALUES (10567,'Cortlandt Manor','NY','41.300813','-73.890800',-5,1); -INSERT INTO zipcodes VALUES (10570,'Pleasantville','NY','41.132367','-73.789220',-5,1); -INSERT INTO zipcodes VALUES (10571,'Pleasantville','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10572,'Pleasantville','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10573,'Port Chester','NY','41.010376','-73.673260',-5,1); -INSERT INTO zipcodes VALUES (10576,'Pound Ridge','NY','41.212954','-73.584090',-5,1); -INSERT INTO zipcodes VALUES (10577,'Purchase','NY','41.037203','-73.715880',-5,1); -INSERT INTO zipcodes VALUES (10578,'Purdys','NY','41.325200','-73.669060',-5,1); -INSERT INTO zipcodes VALUES (10579,'Putnam Valley','NY','41.390356','-73.837700',-5,1); -INSERT INTO zipcodes VALUES (10580,'Rye','NY','40.976579','-73.690020',-5,1); -INSERT INTO zipcodes VALUES (10581,'Rye','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10583,'Scarsdale','NY','40.988450','-73.797160',-5,1); -INSERT INTO zipcodes VALUES (10586,'Greenville','NY','40.997751','-73.820321',-5,1); -INSERT INTO zipcodes VALUES (10587,'Shenorock','NY','41.328737','-73.742268',-5,1); -INSERT INTO zipcodes VALUES (10588,'Shrub Oak','NY','41.330178','-73.829730',-5,1); -INSERT INTO zipcodes VALUES (10589,'Somers','NY','41.331587','-73.692340',-5,1); -INSERT INTO zipcodes VALUES (10590,'South Salem','NY','41.256639','-73.540760',-5,1); -INSERT INTO zipcodes VALUES (10591,'Tarrytown','NY','41.080196','-73.857210',-5,1); -INSERT INTO zipcodes VALUES (10592,'Tarrytown','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10594,'Thornwood','NY','41.120025','-73.776870',-5,1); -INSERT INTO zipcodes VALUES (10595,'Valhalla','NY','41.083848','-73.777850',-5,1); -INSERT INTO zipcodes VALUES (10596,'Verplanck','NY','41.254823','-73.958727',-5,1); -INSERT INTO zipcodes VALUES (10597,'Waccabuc','NY','41.289162','-73.588340',-5,1); -INSERT INTO zipcodes VALUES (10598,'Yorktown Heights','NY','41.296874','-73.789340',-5,1); -INSERT INTO zipcodes VALUES (10601,'White Plains','NY','41.032489','-73.764540',-5,1); -INSERT INTO zipcodes VALUES (10602,'White Plains','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10603,'White Plains','NY','41.053182','-73.776720',-5,1); -INSERT INTO zipcodes VALUES (10604,'West Harrison','NY','41.045387','-73.744510',-5,1); -INSERT INTO zipcodes VALUES (10605,'White Plains','NY','41.010020','-73.751580',-5,1); -INSERT INTO zipcodes VALUES (10606,'White Plains','NY','41.024107','-73.778080',-5,1); -INSERT INTO zipcodes VALUES (10607,'White Plains','NY','41.041191','-73.809530',-5,1); -INSERT INTO zipcodes VALUES (10610,'White Plains','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10625,'White Plains','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10629,'White Plains','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10633,'White Plains','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10650,'White Plains','NY','41.013696','-73.705975',-5,1); -INSERT INTO zipcodes VALUES (10701,'Yonkers','NY','40.943525','-73.881760',-5,1); -INSERT INTO zipcodes VALUES (10702,'Yonkers','NY','41.119008','-73.732996',-5,1); -INSERT INTO zipcodes VALUES (10703,'Yonkers','NY','40.956546','-73.879900',-5,1); -INSERT INTO zipcodes VALUES (10704,'Yonkers','NY','40.920273','-73.861200',-5,1); -INSERT INTO zipcodes VALUES (10705,'Yonkers','NY','40.917281','-73.891420',-5,1); -INSERT INTO zipcodes VALUES (10706,'Hastings On Hudson','NY','40.992084','-73.872900',-5,1); -INSERT INTO zipcodes VALUES (10707,'Tuckahoe','NY','40.958689','-73.823630',-5,1); -INSERT INTO zipcodes VALUES (10708,'Bronxville','NY','40.939049','-73.830990',-5,1); -INSERT INTO zipcodes VALUES (10709,'Eastchester','NY','40.953849','-73.811430',-5,1); -INSERT INTO zipcodes VALUES (10710,'Yonkers','NY','40.965550','-73.845060',-5,1); -INSERT INTO zipcodes VALUES (10730,'Woodbury','NY','41.358899','-74.122951',-5,1); -INSERT INTO zipcodes VALUES (10801,'New Rochelle','NY','40.915845','-73.786430',-5,1); -INSERT INTO zipcodes VALUES (10802,'New Rochelle','NY','40.948274','-73.795361',-5,1); -INSERT INTO zipcodes VALUES (10803,'Pelham','NY','40.902221','-73.807170',-5,1); -INSERT INTO zipcodes VALUES (10804,'Wykagyl','NY','40.946805','-73.787970',-5,1); -INSERT INTO zipcodes VALUES (10805,'New Rochelle','NY','40.897783','-73.779330',-5,1); -INSERT INTO zipcodes VALUES (10901,'Suffern','NY','41.125695','-74.126820',-5,1); -INSERT INTO zipcodes VALUES (10910,'Arden','NY','41.386195','-74.125718',-5,1); -INSERT INTO zipcodes VALUES (10911,'Bear Mountain','NY','41.160945','-74.060826',-5,1); -INSERT INTO zipcodes VALUES (10912,'Bellvale','NY','41.387822','-74.354699',-5,1); -INSERT INTO zipcodes VALUES (10913,'Blauvelt','NY','41.062779','-73.960160',-5,1); -INSERT INTO zipcodes VALUES (10914,'Blooming Grove','NY','41.464867','-74.255646',-5,1); -INSERT INTO zipcodes VALUES (10915,'Bullville','NY','41.555634','-74.328805',-5,1); -INSERT INTO zipcodes VALUES (10916,'Campbell Hall','NY','41.451074','-74.243460',-5,1); -INSERT INTO zipcodes VALUES (10917,'Central Valley','NY','41.322344','-74.123540',-5,1); -INSERT INTO zipcodes VALUES (10918,'Chester','NY','41.356480','-74.260720',-5,1); -INSERT INTO zipcodes VALUES (10919,'Circleville','NY','41.525781','-74.379070',-5,1); -INSERT INTO zipcodes VALUES (10920,'Congers','NY','41.149245','-73.942870',-5,1); -INSERT INTO zipcodes VALUES (10921,'Florida','NY','41.332519','-74.359310',-5,1); -INSERT INTO zipcodes VALUES (10922,'Fort Montgomery','NY','41.334557','-73.991750',-5,1); -INSERT INTO zipcodes VALUES (10923,'Garnerville','NY','41.204544','-74.001610',-5,1); -INSERT INTO zipcodes VALUES (10924,'Goshen','NY','41.389280','-74.333700',-5,1); -INSERT INTO zipcodes VALUES (10925,'Greenwood Lake','NY','41.211794','-74.297780',-5,1); -INSERT INTO zipcodes VALUES (10926,'Harriman','NY','41.299334','-74.140490',-5,1); -INSERT INTO zipcodes VALUES (10927,'Haverstraw','NY','41.196044','-73.968360',-5,1); -INSERT INTO zipcodes VALUES (10928,'Highland Falls','NY','41.360336','-73.972930',-5,1); -INSERT INTO zipcodes VALUES (10930,'Highland Mills','NY','41.358050','-74.120960',-5,1); -INSERT INTO zipcodes VALUES (10931,'Hillburn','NY','41.126395','-74.167180',-5,1); -INSERT INTO zipcodes VALUES (10932,'Howells','NY','41.485227','-74.484249',-5,1); -INSERT INTO zipcodes VALUES (10933,'Johnson','NY','41.365286','-74.510918',-5,1); -INSERT INTO zipcodes VALUES (10940,'Middletown','NY','41.449364','-74.439510',-5,1); -INSERT INTO zipcodes VALUES (10941,'Middletown','NY','41.478028','-74.358440',-5,1); -INSERT INTO zipcodes VALUES (10943,'Middletown','NY','41.387822','-74.354699',-5,1); -INSERT INTO zipcodes VALUES (10946,'Wallkill','NY','41.507236','-74.412119',-5,1); -INSERT INTO zipcodes VALUES (10950,'Monroe','NY','41.323547','-74.195310',-5,1); -INSERT INTO zipcodes VALUES (10952,'Monsey','NY','41.116162','-74.075560',-5,1); -INSERT INTO zipcodes VALUES (10953,'Mountainville','NY','41.409284','-74.083045',-5,1); -INSERT INTO zipcodes VALUES (10954,'Nanuet','NY','41.100182','-74.013300',-5,1); -INSERT INTO zipcodes VALUES (10956,'New City','NY','41.145495','-73.994900',-5,1); -INSERT INTO zipcodes VALUES (10957,'Lewisboro','NY','41.308218','-73.613803',-5,1); -INSERT INTO zipcodes VALUES (10958,'New Hampton','NY','41.384738','-74.415710',-5,1); -INSERT INTO zipcodes VALUES (10959,'New Milford','NY','41.387822','-74.354699',-5,1); -INSERT INTO zipcodes VALUES (10960,'Nyack','NY','41.089746','-73.925800',-5,1); -INSERT INTO zipcodes VALUES (10962,'Orangeburg','NY','41.047996','-73.962150',-5,1); -INSERT INTO zipcodes VALUES (10963,'Otisville','NY','41.475197','-74.538470',-5,1); -INSERT INTO zipcodes VALUES (10964,'Palisades','NY','41.011464','-73.925850',-5,1); -INSERT INTO zipcodes VALUES (10965,'Pearl River','NY','41.063329','-74.017340',-5,1); -INSERT INTO zipcodes VALUES (10968,'Piermont','NY','41.040623','-73.918780',-5,1); -INSERT INTO zipcodes VALUES (10969,'Pine Island','NY','41.295568','-74.489350',-5,1); -INSERT INTO zipcodes VALUES (10970,'Pomona','NY','41.192394','-74.045230',-5,1); -INSERT INTO zipcodes VALUES (10973,'Slate Hill','NY','41.391172','-74.477580',-5,1); -INSERT INTO zipcodes VALUES (10974,'Sloatsburg','NY','41.156095','-74.192140',-5,1); -INSERT INTO zipcodes VALUES (10975,'Southfields','NY','41.246428','-74.171410',-5,1); -INSERT INTO zipcodes VALUES (10976,'Sparkill','NY','41.028647','-73.928170',-5,1); -INSERT INTO zipcodes VALUES (10977,'Spring Valley','NY','41.116795','-74.045040',-5,1); -INSERT INTO zipcodes VALUES (10979,'Sterling Forest','NY','41.182344','-74.318354',-5,1); -INSERT INTO zipcodes VALUES (10980,'Stony Point','NY','41.231408','-74.011570',-5,1); -INSERT INTO zipcodes VALUES (10981,'Sugar Loaf','NY','41.323172','-74.288565',-5,1); -INSERT INTO zipcodes VALUES (10982,'Tallman','NY','41.160945','-74.060826',-5,1); -INSERT INTO zipcodes VALUES (10983,'Tappan','NY','41.025897','-73.951180',-5,1); -INSERT INTO zipcodes VALUES (10984,'Thiells','NY','41.208327','-74.021050',-5,1); -INSERT INTO zipcodes VALUES (10985,'Thompson Ridge','NY','41.580793','-74.374510',-5,1); -INSERT INTO zipcodes VALUES (10986,'Tomkins Cove','NY','41.271543','-73.986760',-5,1); -INSERT INTO zipcodes VALUES (10987,'Tuxedo Park','NY','41.197123','-74.210690',-5,1); -INSERT INTO zipcodes VALUES (10988,'Unionville','NY','41.314931','-74.550346',-5,1); -INSERT INTO zipcodes VALUES (10989,'Valley Cottage','NY','41.119788','-73.944550',-5,1); -INSERT INTO zipcodes VALUES (10990,'Warwick','NY','41.259896','-74.358370',-5,1); -INSERT INTO zipcodes VALUES (10992,'Washingtonville','NY','41.428269','-74.161780',-5,1); -INSERT INTO zipcodes VALUES (10993,'West Haverstraw','NY','41.207594','-73.977720',-5,1); -INSERT INTO zipcodes VALUES (10994,'West Nyack','NY','41.097529','-73.969960',-5,1); -INSERT INTO zipcodes VALUES (10995,'West Nyack','NY','41.160945','-74.060826',-5,1); -INSERT INTO zipcodes VALUES (10996,'West Point','NY','41.376109','-73.978800',-5,1); -INSERT INTO zipcodes VALUES (10997,'West Point','NY','41.387822','-74.354699',-5,1); -INSERT INTO zipcodes VALUES (10998,'Westtown','NY','41.334034','-74.545930',-5,1); -INSERT INTO zipcodes VALUES (11001,'Floral Park','NY','40.723200','-73.704750',-5,1); -INSERT INTO zipcodes VALUES (11002,'Floral Park','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11003,'Elmont','NY','40.700529','-73.702230',-5,1); -INSERT INTO zipcodes VALUES (11004,'Glen Oaks','NY','40.742944','-73.709560',-5,1); -INSERT INTO zipcodes VALUES (11005,'Floral Park','NY','40.756983','-73.714800',-5,1); -INSERT INTO zipcodes VALUES (11010,'Franklin Square','NY','40.701702','-73.675620',-5,1); -INSERT INTO zipcodes VALUES (11020,'Great Neck','NY','40.771082','-73.718190',-5,1); -INSERT INTO zipcodes VALUES (11021,'Great Neck','NY','40.787068','-73.725770',-5,1); -INSERT INTO zipcodes VALUES (11022,'Great Neck','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11023,'Great Neck','NY','40.798839','-73.733520',-5,1); -INSERT INTO zipcodes VALUES (11024,'Great Neck','NY','40.812887','-73.740940',-5,1); -INSERT INTO zipcodes VALUES (11025,'Great Neck','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11026,'Great Neck','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11027,'Great Neck','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11030,'Manhasset','NY','40.796752','-73.689350',-5,1); -INSERT INTO zipcodes VALUES (11040,'New Hyde Park','NY','40.742901','-73.678950',-5,1); -INSERT INTO zipcodes VALUES (11041,'New Hyde Park','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11042,'New Hyde Park','NY','40.760128','-73.693790',-5,1); -INSERT INTO zipcodes VALUES (11043,'New Hyde Park','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11044,'New Hyde Park','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11050,'Port Washington','NY','40.833246','-73.693090',-5,1); -INSERT INTO zipcodes VALUES (11051,'Port Washington','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11052,'Port Washington','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11053,'Port Washington','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11054,'Port Washington','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11055,'Port Washington','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11096,'Inwood','NY','40.618206','-73.747620',-5,1); -INSERT INTO zipcodes VALUES (11099,'New Hyde Park','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11101,'Long Island City','NY','40.745341','-73.939070',-5,1); -INSERT INTO zipcodes VALUES (11102,'Astoria','NY','40.771286','-73.924620',-5,1); -INSERT INTO zipcodes VALUES (11103,'Astoria','NY','40.762968','-73.910910',-5,1); -INSERT INTO zipcodes VALUES (11104,'Sunnyside','NY','40.743796','-73.919490',-5,1); -INSERT INTO zipcodes VALUES (11105,'Astoria','NY','40.774686','-73.908160',-5,1); -INSERT INTO zipcodes VALUES (11106,'Astoria','NY','40.762012','-73.931470',-5,1); -INSERT INTO zipcodes VALUES (11109,'Long Island City','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11120,'Long Island City','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11201,'Brooklyn','NY','40.695286','-73.989070',-5,1); -INSERT INTO zipcodes VALUES (11202,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11203,'Brooklyn','NY','40.649059','-73.933040',-5,1); -INSERT INTO zipcodes VALUES (11204,'Brooklyn','NY','40.618944','-73.984730',-5,1); -INSERT INTO zipcodes VALUES (11205,'Brooklyn','NY','40.694214','-73.965290',-5,1); -INSERT INTO zipcodes VALUES (11206,'Brooklyn','NY','40.702348','-73.942880',-5,1); -INSERT INTO zipcodes VALUES (11207,'Brooklyn','NY','40.670874','-73.894240',-5,1); -INSERT INTO zipcodes VALUES (11208,'Brooklyn','NY','40.672666','-73.872480',-5,1); -INSERT INTO zipcodes VALUES (11209,'Brooklyn','NY','40.623270','-74.029500',-5,1); -INSERT INTO zipcodes VALUES (11210,'Brooklyn','NY','40.627946','-73.945520',-5,1); -INSERT INTO zipcodes VALUES (11211,'Brooklyn','NY','40.712090','-73.954270',-5,1); -INSERT INTO zipcodes VALUES (11212,'Brooklyn','NY','40.662191','-73.913280',-5,1); -INSERT INTO zipcodes VALUES (11213,'Brooklyn','NY','40.670937','-73.934590',-5,1); -INSERT INTO zipcodes VALUES (11214,'Brooklyn','NY','40.598994','-73.996110',-5,1); -INSERT INTO zipcodes VALUES (11215,'Brooklyn','NY','40.667508','-73.985600',-5,1); -INSERT INTO zipcodes VALUES (11216,'Brooklyn','NY','40.680398','-73.948240',-5,1); -INSERT INTO zipcodes VALUES (11217,'Brooklyn','NY','40.682090','-73.977830',-5,1); -INSERT INTO zipcodes VALUES (11218,'Brooklyn','NY','40.644552','-73.975950',-5,1); -INSERT INTO zipcodes VALUES (11219,'Brooklyn','NY','40.632449','-73.996290',-5,1); -INSERT INTO zipcodes VALUES (11220,'Brooklyn','NY','40.641436','-74.015740',-5,1); -INSERT INTO zipcodes VALUES (11221,'Brooklyn','NY','40.691234','-73.926370',-5,1); -INSERT INTO zipcodes VALUES (11222,'Brooklyn','NY','40.726302','-73.945590',-5,1); -INSERT INTO zipcodes VALUES (11223,'Brooklyn','NY','40.598142','-73.972290',-5,1); -INSERT INTO zipcodes VALUES (11224,'Brooklyn','NY','40.576589','-73.991720',-5,1); -INSERT INTO zipcodes VALUES (11225,'Brooklyn','NY','40.662892','-73.955090',-5,1); -INSERT INTO zipcodes VALUES (11226,'Brooklyn','NY','40.645256','-73.955530',-5,1); -INSERT INTO zipcodes VALUES (11228,'Brooklyn','NY','40.617563','-74.011680',-5,1); -INSERT INTO zipcodes VALUES (11229,'Brooklyn','NY','40.599256','-73.941180',-5,1); -INSERT INTO zipcodes VALUES (11230,'Brooklyn','NY','40.622994','-73.964270',-5,1); -INSERT INTO zipcodes VALUES (11231,'Brooklyn','NY','40.678800','-74.002540',-5,1); -INSERT INTO zipcodes VALUES (11232,'Brooklyn','NY','40.655481','-74.004240',-5,1); -INSERT INTO zipcodes VALUES (11233,'Brooklyn','NY','40.676938','-73.918580',-5,1); -INSERT INTO zipcodes VALUES (11234,'Brooklyn','NY','40.618561','-73.921600',-5,1); -INSERT INTO zipcodes VALUES (11235,'Brooklyn','NY','40.583803','-73.950190',-5,1); -INSERT INTO zipcodes VALUES (11236,'Brooklyn','NY','40.640527','-73.903620',-5,1); -INSERT INTO zipcodes VALUES (11237,'Brooklyn','NY','40.703355','-73.919930',-5,1); -INSERT INTO zipcodes VALUES (11238,'Brooklyn','NY','40.680145','-73.962570',-5,1); -INSERT INTO zipcodes VALUES (11239,'Brooklyn','NY','40.645848','-73.879190',-5,1); -INSERT INTO zipcodes VALUES (11240,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11241,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11242,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11243,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11244,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11245,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11247,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11248,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11249,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11251,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11252,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11254,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11255,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11256,'Brooklyn','NY','40.645099','-73.945032',-5,1); -INSERT INTO zipcodes VALUES (11286,'New York','NY','40.658825','-74.004495',-5,1); -INSERT INTO zipcodes VALUES (11302,'New York','NY','40.759450','-73.715016',-5,1); -INSERT INTO zipcodes VALUES (11351,'Flushing','NY','40.781703','-73.831698',-5,1); -INSERT INTO zipcodes VALUES (11352,'Flushing','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11353,'Flushing','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11354,'Flushing','NY','40.767969','-73.824960',-5,1); -INSERT INTO zipcodes VALUES (11355,'Flushing','NY','40.749463','-73.819410',-5,1); -INSERT INTO zipcodes VALUES (11356,'College Point','NY','40.785462','-73.843660',-5,1); -INSERT INTO zipcodes VALUES (11357,'Whitestone','NY','40.784453','-73.809220',-5,1); -INSERT INTO zipcodes VALUES (11358,'Flushing','NY','40.760522','-73.796120',-5,1); -INSERT INTO zipcodes VALUES (11359,'Bayside','NY','40.792780','-73.776701',-5,1); -INSERT INTO zipcodes VALUES (11360,'Bayside','NY','40.780386','-73.780050',-5,1); -INSERT INTO zipcodes VALUES (11361,'Bayside','NY','40.763177','-73.773920',-5,1); -INSERT INTO zipcodes VALUES (11362,'Little Neck','NY','40.759686','-73.733220',-5,1); -INSERT INTO zipcodes VALUES (11363,'Little Neck','NY','40.772636','-73.746440',-5,1); -INSERT INTO zipcodes VALUES (11364,'Oakland Gardens','NY','40.746718','-73.759940',-5,1); -INSERT INTO zipcodes VALUES (11365,'Fresh Meadows','NY','40.738983','-73.792090',-5,1); -INSERT INTO zipcodes VALUES (11366,'Fresh Meadows','NY','40.726137','-73.795020',-5,1); -INSERT INTO zipcodes VALUES (11367,'Flushing','NY','40.728614','-73.821450',-5,1); -INSERT INTO zipcodes VALUES (11368,'Corona','NY','40.747106','-73.858380',-5,1); -INSERT INTO zipcodes VALUES (11369,'East Elmhurst','NY','40.762854','-73.870510',-5,1); -INSERT INTO zipcodes VALUES (11370,'East Elmhurst','NY','40.763015','-73.890520',-5,1); -INSERT INTO zipcodes VALUES (11371,'Flushing','NY','40.772072','-73.875090',-5,1); -INSERT INTO zipcodes VALUES (11372,'Jackson Heights','NY','40.750146','-73.884330',-5,1); -INSERT INTO zipcodes VALUES (11373,'Elmhurst','NY','40.736076','-73.878040',-5,1); -INSERT INTO zipcodes VALUES (11374,'Rego Park','NY','40.724945','-73.860900',-5,1); -INSERT INTO zipcodes VALUES (11375,'Forest Hills','NY','40.720535','-73.845820',-5,1); -INSERT INTO zipcodes VALUES (11377,'Woodside','NY','40.742869','-73.903770',-5,1); -INSERT INTO zipcodes VALUES (11378,'Maspeth','NY','40.724096','-73.902710',-5,1); -INSERT INTO zipcodes VALUES (11379,'Middle Village','NY','40.716028','-73.879250',-5,1); -INSERT INTO zipcodes VALUES (11380,'Elmhurst','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11381,'Flushing','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11385,'Ridgewood','NY','40.703069','-73.892850',-5,1); -INSERT INTO zipcodes VALUES (11386,'Ridgewood','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11388,'Flushing','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11390,'Flushing','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11405,'Jamaica','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11411,'Cambria Heights','NY','40.693538','-73.735740',-5,1); -INSERT INTO zipcodes VALUES (11412,'Saint Albans','NY','40.697188','-73.759480',-5,1); -INSERT INTO zipcodes VALUES (11413,'Springfield Gardens','NY','40.670138','-73.751410',-5,1); -INSERT INTO zipcodes VALUES (11414,'Howard Beach','NY','40.658188','-73.843210',-5,1); -INSERT INTO zipcodes VALUES (11415,'Kew Gardens','NY','40.706903','-73.829730',-5,1); -INSERT INTO zipcodes VALUES (11416,'Ozone Park','NY','40.683301','-73.850300',-5,1); -INSERT INTO zipcodes VALUES (11417,'Ozone Park','NY','40.675534','-73.844760',-5,1); -INSERT INTO zipcodes VALUES (11418,'Richmond Hill','NY','40.698485','-73.833650',-5,1); -INSERT INTO zipcodes VALUES (11419,'South Richmond Hill','NY','40.688688','-73.822160',-5,1); -INSERT INTO zipcodes VALUES (11420,'South Ozone Park','NY','40.673138','-73.814430',-5,1); -INSERT INTO zipcodes VALUES (11421,'Woodhaven','NY','40.690870','-73.858280',-5,1); -INSERT INTO zipcodes VALUES (11422,'Rosedale','NY','40.662538','-73.735140',-5,1); -INSERT INTO zipcodes VALUES (11423,'Hollis','NY','40.714261','-73.768240',-5,1); -INSERT INTO zipcodes VALUES (11424,'Jamaica','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11425,'Jamaica','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11426,'Bellerose','NY','40.732239','-73.721080',-5,1); -INSERT INTO zipcodes VALUES (11427,'Queens Village','NY','40.728235','-73.747820',-5,1); -INSERT INTO zipcodes VALUES (11428,'Queens Village','NY','40.719981','-73.741270',-5,1); -INSERT INTO zipcodes VALUES (11429,'Queens Village','NY','40.708833','-73.739030',-5,1); -INSERT INTO zipcodes VALUES (11430,'Jamaica','NY','40.650519','-73.795670',-5,1); -INSERT INTO zipcodes VALUES (11431,'Jamaica','NY','40.686903','-73.850143',-5,1); -INSERT INTO zipcodes VALUES (11432,'Jamaica','NY','40.714144','-73.793240',-5,1); -INSERT INTO zipcodes VALUES (11433,'Jamaica','NY','40.696538','-73.787340',-5,1); -INSERT INTO zipcodes VALUES (11434,'Jamaica','NY','40.674888','-73.772700',-5,1); -INSERT INTO zipcodes VALUES (11435,'Jamaica','NY','40.700068','-73.809860',-5,1); -INSERT INTO zipcodes VALUES (11436,'Jamaica','NY','40.674146','-73.796870',-5,1); -INSERT INTO zipcodes VALUES (11439,'Jamaica','NY','40.722008','-73.790822',-5,1); -INSERT INTO zipcodes VALUES (11451,'Jamaica','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11484,'Jamaica','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11499,'Jamaica','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11501,'Mineola','NY','40.747188','-73.638080',-5,1); -INSERT INTO zipcodes VALUES (11507,'Albertson','NY','40.769942','-73.650040',-5,1); -INSERT INTO zipcodes VALUES (11509,'Atlantic Beach','NY','40.589538','-73.729150',-5,1); -INSERT INTO zipcodes VALUES (11510,'Baldwin','NY','40.654112','-73.609500',-5,1); -INSERT INTO zipcodes VALUES (11514,'Carle Place','NY','40.750132','-73.613280',-5,1); -INSERT INTO zipcodes VALUES (11516,'Cedarhurst','NY','40.627386','-73.728520',-5,1); -INSERT INTO zipcodes VALUES (11517,'New York','NY','40.679845','-73.986415',-5,1); -INSERT INTO zipcodes VALUES (11518,'East Rockaway','NY','40.639575','-73.667030',-5,1); -INSERT INTO zipcodes VALUES (11520,'Freeport','NY','40.653935','-73.587000',-5,1); -INSERT INTO zipcodes VALUES (11530,'Garden City','NY','40.725257','-73.640560',-5,1); -INSERT INTO zipcodes VALUES (11531,'Garden City','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11535,'Garden City','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11536,'Garden City','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11542,'Glen Cove','NY','40.864757','-73.626090',-5,1); -INSERT INTO zipcodes VALUES (11545,'Glen Head','NY','40.823957','-73.604150',-5,1); -INSERT INTO zipcodes VALUES (11547,'Glenwood Landing','NY','40.828143','-73.644010',-5,1); -INSERT INTO zipcodes VALUES (11548,'Greenvale','NY','40.813187','-73.625610',-5,1); -INSERT INTO zipcodes VALUES (11549,'Hempstead','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11550,'Hempstead','NY','40.702271','-73.617410',-5,1); -INSERT INTO zipcodes VALUES (11551,'Hempstead','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11552,'West Hempstead','NY','40.694900','-73.653940',-5,1); -INSERT INTO zipcodes VALUES (11553,'Uniondale','NY','40.703502','-73.593060',-5,1); -INSERT INTO zipcodes VALUES (11554,'East Meadow','NY','40.714300','-73.555270',-5,1); -INSERT INTO zipcodes VALUES (11555,'Uniondale','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11556,'Uniondale','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11557,'Hewlett','NY','40.639534','-73.692530',-5,1); -INSERT INTO zipcodes VALUES (11558,'Island Park','NY','40.603159','-73.655150',-5,1); -INSERT INTO zipcodes VALUES (11559,'Lawrence','NY','40.615790','-73.731260',-5,1); -INSERT INTO zipcodes VALUES (11560,'Locust Valley','NY','40.881957','-73.594170',-5,1); -INSERT INTO zipcodes VALUES (11561,'Long Beach','NY','40.588154','-73.665170',-5,1); -INSERT INTO zipcodes VALUES (11562,'Lynbrook','NY','40.665202','-73.668274',-5,1); -INSERT INTO zipcodes VALUES (11563,'Lynbrook','NY','40.656974','-73.673060',-5,1); -INSERT INTO zipcodes VALUES (11564,'Lynbrook','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11565,'Malverne','NY','40.675249','-73.672980',-5,1); -INSERT INTO zipcodes VALUES (11566,'Merrick','NY','40.666575','-73.554750',-5,1); -INSERT INTO zipcodes VALUES (11568,'Old Westbury','NY','40.787368','-73.601190',-5,1); -INSERT INTO zipcodes VALUES (11569,'Point Lookout','NY','40.593996','-73.580390',-5,1); -INSERT INTO zipcodes VALUES (11570,'Rockville Centre','NY','40.663935','-73.637920',-5,1); -INSERT INTO zipcodes VALUES (11571,'Rockville Centre','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11572,'Oceanside','NY','40.636286','-73.637400',-5,1); -INSERT INTO zipcodes VALUES (11575,'Roosevelt','NY','40.679413','-73.586940',-5,1); -INSERT INTO zipcodes VALUES (11576,'Roslyn','NY','40.793839','-73.651560',-5,1); -INSERT INTO zipcodes VALUES (11577,'Roslyn Heights','NY','40.785642','-73.640060',-5,1); -INSERT INTO zipcodes VALUES (11579,'Sea Cliff','NY','40.846388','-73.644520',-5,1); -INSERT INTO zipcodes VALUES (11580,'Valley Stream','NY','40.673000','-73.703460',-5,1); -INSERT INTO zipcodes VALUES (11581,'Valley Stream','NY','40.651733','-73.710790',-5,1); -INSERT INTO zipcodes VALUES (11582,'Valley Stream','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11583,'Valley Stream','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11588,'Uniondale','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11590,'Westbury','NY','40.756287','-73.575360',-5,1); -INSERT INTO zipcodes VALUES (11592,'Rockville Centre','NY','40.621753','-73.632673',-5,1); -INSERT INTO zipcodes VALUES (11593,'Westbury','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11594,'Westbury','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11595,'Westbury','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11596,'Williston Park','NY','40.758283','-73.642590',-5,1); -INSERT INTO zipcodes VALUES (11597,'Westbury','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11598,'Woodmere','NY','40.633103','-73.714040',-5,1); -INSERT INTO zipcodes VALUES (11599,'Garden City','NY','40.607574','-73.742691',-5,1); -INSERT INTO zipcodes VALUES (11690,'Far Rockaway','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11691,'Far Rockaway','NY','40.600020','-73.759620',-5,1); -INSERT INTO zipcodes VALUES (11692,'Arverne','NY','40.592939','-73.795680',-5,1); -INSERT INTO zipcodes VALUES (11693,'Far Rockaway','NY','40.596959','-73.819780',-5,1); -INSERT INTO zipcodes VALUES (11694,'Rockaway Park','NY','40.576490','-73.847210',-5,1); -INSERT INTO zipcodes VALUES (11695,'Far Rockaway','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11696,'Inwood','NY','40.651378','-73.870779',-5,1); -INSERT INTO zipcodes VALUES (11697,'Breezy Point','NY','40.560167','-73.908910',-5,1); -INSERT INTO zipcodes VALUES (11701,'Amityville','NY','40.685100','-73.413170',-5,1); -INSERT INTO zipcodes VALUES (11702,'Babylon','NY','40.687649','-73.325490',-5,1); -INSERT INTO zipcodes VALUES (11703,'North Babylon','NY','40.733398','-73.322570',-5,1); -INSERT INTO zipcodes VALUES (11704,'West Babylon','NY','40.719249','-73.358290',-5,1); -INSERT INTO zipcodes VALUES (11705,'Bayport','NY','40.744850','-73.055000',-5,1); -INSERT INTO zipcodes VALUES (11706,'Bay Shore','NY','40.729098','-73.256070',-5,1); -INSERT INTO zipcodes VALUES (11707,'West Babylon','NY','40.922326','-72.637078',-5,1); -INSERT INTO zipcodes VALUES (11708,'Amityville','NY','40.922326','-72.637078',-5,1); -INSERT INTO zipcodes VALUES (11709,'Bayville','NY','40.907277','-73.557130',-5,1); -INSERT INTO zipcodes VALUES (11710,'Bellmore','NY','40.673438','-73.533820',-5,1); -INSERT INTO zipcodes VALUES (11713,'Bellport','NY','40.771447','-72.946630',-5,1); -INSERT INTO zipcodes VALUES (11714,'Bethpage','NY','40.740662','-73.486310',-5,1); -INSERT INTO zipcodes VALUES (11715,'Blue Point','NY','40.748970','-73.034360',-5,1); -INSERT INTO zipcodes VALUES (11716,'Bohemia','NY','40.770042','-73.113760',-5,1); -INSERT INTO zipcodes VALUES (11717,'Brentwood','NY','40.783954','-73.245170',-5,1); -INSERT INTO zipcodes VALUES (11718,'Brightwaters','NY','40.720746','-73.266140',-5,1); -INSERT INTO zipcodes VALUES (11719,'Brookhaven','NY','40.780058','-72.915660',-5,1); -INSERT INTO zipcodes VALUES (11720,'Centereach','NY','40.868946','-73.080090',-5,1); -INSERT INTO zipcodes VALUES (11721,'Centerport','NY','40.890598','-73.375360',-5,1); -INSERT INTO zipcodes VALUES (11722,'Central Islip','NY','40.784874','-73.199240',-5,1); -INSERT INTO zipcodes VALUES (11724,'Cold Spring Harbor','NY','40.865731','-73.446450',-5,1); -INSERT INTO zipcodes VALUES (11725,'Commack','NY','40.841522','-73.280010',-5,1); -INSERT INTO zipcodes VALUES (11726,'Copiague','NY','40.680892','-73.396090',-5,1); -INSERT INTO zipcodes VALUES (11727,'Coram','NY','40.884895','-73.005010',-5,1); -INSERT INTO zipcodes VALUES (11729,'Deer Park','NY','40.760698','-73.330070',-5,1); -INSERT INTO zipcodes VALUES (11730,'East Islip','NY','40.729210','-73.180730',-5,1); -INSERT INTO zipcodes VALUES (11731,'East Northport','NY','40.865998','-73.317960',-5,1); -INSERT INTO zipcodes VALUES (11732,'East Norwich','NY','40.848766','-73.534780',-5,1); -INSERT INTO zipcodes VALUES (11733,'East Setauket','NY','40.932053','-73.106660',-5,1); -INSERT INTO zipcodes VALUES (11735,'Farmingdale','NY','40.725968','-73.441510',-5,1); -INSERT INTO zipcodes VALUES (11736,'Farmingdale','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11737,'Farmingdale','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11738,'Farmingville','NY','40.834690','-73.038600',-5,1); -INSERT INTO zipcodes VALUES (11739,'Great River','NY','40.922326','-72.637078',-5,1); -INSERT INTO zipcodes VALUES (11740,'Greenlawn','NY','40.862565','-73.362210',-5,1); -INSERT INTO zipcodes VALUES (11741,'Holbrook','NY','40.799706','-73.074850',-5,1); -INSERT INTO zipcodes VALUES (11742,'Holtsville','NY','40.810606','-73.040360',-5,1); -INSERT INTO zipcodes VALUES (11743,'Huntington','NY','40.867498','-73.411460',-5,1); -INSERT INTO zipcodes VALUES (11745,'Smithtown','NY','40.922326','-72.637078',-5,1); -INSERT INTO zipcodes VALUES (11746,'Huntington Station','NY','40.821698','-73.375530',-5,1); -INSERT INTO zipcodes VALUES (11747,'Melville','NY','40.791593','-73.405430',-5,1); -INSERT INTO zipcodes VALUES (11749,'Islandia','NY','40.922326','-72.637078',-5,1); -INSERT INTO zipcodes VALUES (11750,'Huntington Station','NY','40.922326','-72.637078',-5,1); -INSERT INTO zipcodes VALUES (11751,'Islip','NY','40.734212','-73.214160',-5,1); -INSERT INTO zipcodes VALUES (11752,'Islip Terrace','NY','40.754386','-73.183260',-5,1); -INSERT INTO zipcodes VALUES (11753,'Jericho','NY','40.786544','-73.536750',-5,1); -INSERT INTO zipcodes VALUES (11754,'Kings Park','NY','40.888497','-73.242580',-5,1); -INSERT INTO zipcodes VALUES (11755,'Lake Grove','NY','40.855402','-73.118390',-5,1); -INSERT INTO zipcodes VALUES (11756,'Levittown','NY','40.724883','-73.517390',-5,1); -INSERT INTO zipcodes VALUES (11757,'Lindenhurst','NY','40.690049','-73.374420',-5,1); -INSERT INTO zipcodes VALUES (11758,'Massapequa','NY','40.680850','-73.462890',-5,1); -INSERT INTO zipcodes VALUES (11760,'Hauppauge','NY','40.810246','-73.191789',-5,1); -INSERT INTO zipcodes VALUES (11762,'Massapequa Park','NY','40.685050','-73.446810',-5,1); -INSERT INTO zipcodes VALUES (11763,'Medford','NY','40.820786','-72.983750',-5,1); -INSERT INTO zipcodes VALUES (11764,'Miller Place','NY','40.946506','-72.988370',-5,1); -INSERT INTO zipcodes VALUES (11765,'Mill Neck','NY','40.888890','-73.556080',-5,1); -INSERT INTO zipcodes VALUES (11766,'Mount Sinai','NY','40.929242','-73.013170',-5,1); -INSERT INTO zipcodes VALUES (11767,'Nesconset','NY','40.842962','-73.143030',-5,1); -INSERT INTO zipcodes VALUES (11768,'Northport','NY','40.905647','-73.331140',-5,1); -INSERT INTO zipcodes VALUES (11769,'Oakdale','NY','40.736011','-73.129600',-5,1); -INSERT INTO zipcodes VALUES (11770,'Ocean Beach','NY','40.643951','-73.161150',-5,1); -INSERT INTO zipcodes VALUES (11771,'Oyster Bay','NY','40.868882','-73.522920',-5,1); -INSERT INTO zipcodes VALUES (11772,'Patchogue','NY','40.770898','-73.002130',-5,1); -INSERT INTO zipcodes VALUES (11773,'Syosset','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11774,'Farmingdale','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11775,'Melville','NY','40.922326','-72.637078',-5,1); -INSERT INTO zipcodes VALUES (11776,'Port Jefferson Station','NY','40.911082','-73.049660',-5,1); -INSERT INTO zipcodes VALUES (11777,'Port Jefferson','NY','40.946103','-73.062220',-5,1); -INSERT INTO zipcodes VALUES (11778,'Rocky Point','NY','40.954093','-72.928840',-5,1); -INSERT INTO zipcodes VALUES (11779,'Ronkonkoma','NY','40.818826','-73.118700',-5,1); -INSERT INTO zipcodes VALUES (11780,'Saint James','NY','40.884394','-73.158680',-5,1); -INSERT INTO zipcodes VALUES (11782,'Sayville','NY','40.739869','-73.071980',-5,1); -INSERT INTO zipcodes VALUES (11783,'Seaford','NY','40.679752','-73.489590',-5,1); -INSERT INTO zipcodes VALUES (11784,'Selden','NY','40.869274','-73.042540',-5,1); -INSERT INTO zipcodes VALUES (11786,'Shoreham','NY','40.949930','-72.895330',-5,1); -INSERT INTO zipcodes VALUES (11787,'Smithtown','NY','40.853343','-73.207770',-5,1); -INSERT INTO zipcodes VALUES (11788,'Hauppauge','NY','40.819266','-73.209670',-5,1); -INSERT INTO zipcodes VALUES (11789,'Sound Beach','NY','40.955586','-72.973300',-5,1); -INSERT INTO zipcodes VALUES (11790,'Stony Brook','NY','40.906174','-73.127480',-5,1); -INSERT INTO zipcodes VALUES (11791,'Syosset','NY','40.815215','-73.500570',-5,1); -INSERT INTO zipcodes VALUES (11792,'Wading River','NY','40.953261','-72.836800',-5,1); -INSERT INTO zipcodes VALUES (11793,'Wantagh','NY','40.676649','-73.511220',-5,1); -INSERT INTO zipcodes VALUES (11794,'Stony Brook','NY','40.922326','-72.637078',-5,1); -INSERT INTO zipcodes VALUES (11795,'West Islip','NY','40.713459','-73.300100',-5,1); -INSERT INTO zipcodes VALUES (11796,'West Sayville','NY','40.731954','-73.100810',-5,1); -INSERT INTO zipcodes VALUES (11797,'Woodbury','NY','40.813801','-73.469120',-5,1); -INSERT INTO zipcodes VALUES (11798,'Wyandanch','NY','40.752098','-73.365160',-5,1); -INSERT INTO zipcodes VALUES (11801,'Hicksville','NY','40.763355','-73.523230',-5,1); -INSERT INTO zipcodes VALUES (11802,'Hicksville','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11803,'Plainview','NY','40.779911','-73.479480',-5,1); -INSERT INTO zipcodes VALUES (11804,'Old Bethpage','NY','40.765378','-73.457810',-5,1); -INSERT INTO zipcodes VALUES (11805,'Mid Island','NY','40.922326','-72.637078',-5,1); -INSERT INTO zipcodes VALUES (11815,'Hicksville','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11819,'Hicksville','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11853,'Jericho','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11854,'Hicksville','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11855,'Hicksville','NY','40.754757','-73.601772',-5,1); -INSERT INTO zipcodes VALUES (11901,'Riverhead','NY','40.926595','-72.653270',-5,1); -INSERT INTO zipcodes VALUES (11930,'Amagansett','NY','40.985301','-72.104110',-5,1); -INSERT INTO zipcodes VALUES (11931,'Aquebogue','NY','40.922326','-72.637078',-5,1); -INSERT INTO zipcodes VALUES (11932,'Bridgehampton','NY','40.939075','-72.305140',-5,1); -INSERT INTO zipcodes VALUES (11933,'Calverton','NY','40.933429','-72.746460',-5,1); -INSERT INTO zipcodes VALUES (11934,'Center Moriches','NY','40.797772','-72.797190',-5,1); -INSERT INTO zipcodes VALUES (11935,'Cutchogue','NY','41.012868','-72.472300',-5,1); -INSERT INTO zipcodes VALUES (11937,'East Hampton','NY','40.995384','-72.185640',-5,1); -INSERT INTO zipcodes VALUES (11939,'East Marion','NY','41.128923','-72.341890',-5,1); -INSERT INTO zipcodes VALUES (11940,'East Moriches','NY','40.806287','-72.756730',-5,1); -INSERT INTO zipcodes VALUES (11941,'Eastport','NY','40.824658','-72.723560',-5,1); -INSERT INTO zipcodes VALUES (11942,'East Quogue','NY','40.848670','-72.577940',-5,1); -INSERT INTO zipcodes VALUES (11944,'Greenport','NY','41.103838','-72.367290',-5,1); -INSERT INTO zipcodes VALUES (11946,'Hampton Bays','NY','40.875897','-72.520630',-5,1); -INSERT INTO zipcodes VALUES (11947,'Jamesport','NY','40.943323','-72.579960',-5,1); -INSERT INTO zipcodes VALUES (11948,'Laurel','NY','40.961916','-72.550240',-5,1); -INSERT INTO zipcodes VALUES (11949,'Manorville','NY','40.855861','-72.797360',-5,1); -INSERT INTO zipcodes VALUES (11950,'Mastic','NY','40.804810','-72.846640',-5,1); -INSERT INTO zipcodes VALUES (11951,'Mastic Beach','NY','40.763634','-72.845540',-5,1); -INSERT INTO zipcodes VALUES (11952,'Mattituck','NY','40.994649','-72.537310',-5,1); -INSERT INTO zipcodes VALUES (11953,'Middle Island','NY','40.886267','-72.955200',-5,1); -INSERT INTO zipcodes VALUES (11954,'Montauk','NY','41.038310','-71.950600',-5,1); -INSERT INTO zipcodes VALUES (11955,'Moriches','NY','40.805789','-72.820920',-5,1); -INSERT INTO zipcodes VALUES (11956,'New Suffolk','NY','40.991836','-72.475050',-5,1); -INSERT INTO zipcodes VALUES (11957,'Orient','NY','41.151826','-72.275110',-5,1); -INSERT INTO zipcodes VALUES (11958,'Peconic','NY','41.036870','-72.453410',-5,1); -INSERT INTO zipcodes VALUES (11959,'Quogue','NY','40.825411','-72.605060',-5,1); -INSERT INTO zipcodes VALUES (11960,'Remsenburg','NY','40.803923','-72.704210',-5,1); -INSERT INTO zipcodes VALUES (11961,'Ridge','NY','40.896090','-72.878240',-5,1); -INSERT INTO zipcodes VALUES (11962,'Sagaponack','NY','40.937683','-72.268310',-5,1); -INSERT INTO zipcodes VALUES (11963,'Sag Harbor','NY','40.996280','-72.310740',-5,1); -INSERT INTO zipcodes VALUES (11964,'Shelter Island','NY','41.060843','-72.331590',-5,1); -INSERT INTO zipcodes VALUES (11965,'Shelter Island Heights','NY','41.078150','-72.350930',-5,1); -INSERT INTO zipcodes VALUES (11967,'Shirley','NY','40.794317','-72.871810',-5,1); -INSERT INTO zipcodes VALUES (11968,'Southampton','NY','40.904348','-72.407140',-5,1); -INSERT INTO zipcodes VALUES (11969,'Southampton','NY','40.922326','-72.637078',-5,1); -INSERT INTO zipcodes VALUES (11970,'South Jamesport','NY','40.941363','-72.575020',-5,1); -INSERT INTO zipcodes VALUES (11971,'Southold','NY','41.059209','-72.420410',-5,1); -INSERT INTO zipcodes VALUES (11972,'Speonk','NY','40.820400','-72.701130',-5,1); -INSERT INTO zipcodes VALUES (11973,'Upton','NY','40.922326','-72.637078',-5,1); -INSERT INTO zipcodes VALUES (11975,'Wainscott','NY','40.947419','-72.245050',-5,1); -INSERT INTO zipcodes VALUES (11976,'Water Mill','NY','40.919693','-72.344070',-5,1); -INSERT INTO zipcodes VALUES (11977,'Westhampton','NY','40.818190','-72.678350',-5,1); -INSERT INTO zipcodes VALUES (11978,'Westhampton Beach','NY','40.816142','-72.634490',-5,1); -INSERT INTO zipcodes VALUES (11980,'Yaphank','NY','40.832858','-72.916110',-5,1); -INSERT INTO zipcodes VALUES (12007,'Alcove','NY','42.482455','-73.936671',-5,1); -INSERT INTO zipcodes VALUES (12008,'Alplaus','NY','42.853043','-73.902900',-5,1); -INSERT INTO zipcodes VALUES (12009,'Altamont','NY','42.698692','-74.031480',-5,1); -INSERT INTO zipcodes VALUES (12010,'Amsterdam','NY','42.940644','-74.178990',-5,1); -INSERT INTO zipcodes VALUES (12015,'Athens','NY','42.279649','-73.817010',-5,1); -INSERT INTO zipcodes VALUES (12016,'Auriesville','NY','42.910206','-74.423606',-5,1); -INSERT INTO zipcodes VALUES (12017,'Austerlitz','NY','42.323565','-73.452570',-5,1); -INSERT INTO zipcodes VALUES (12018,'Averill Park','NY','42.627420','-73.534940',-5,1); -INSERT INTO zipcodes VALUES (12019,'Ballston Lake','NY','42.916343','-73.866570',-5,1); -INSERT INTO zipcodes VALUES (12020,'Ballston Spa','NY','43.006309','-73.860400',-5,1); -INSERT INTO zipcodes VALUES (12022,'Berlin','NY','42.681107','-73.348900',-5,1); -INSERT INTO zipcodes VALUES (12023,'Berne','NY','42.610306','-74.156920',-5,1); -INSERT INTO zipcodes VALUES (12024,'Brainard','NY','42.494981','-73.510676',-5,1); -INSERT INTO zipcodes VALUES (12025,'Broadalbin','NY','43.076810','-74.153320',-5,1); -INSERT INTO zipcodes VALUES (12027,'Burnt Hills','NY','42.912175','-73.903550',-5,1); -INSERT INTO zipcodes VALUES (12028,'Buskirk','NY','42.932315','-73.445210',-5,1); -INSERT INTO zipcodes VALUES (12029,'Canaan','NY','42.399159','-73.427570',-5,1); -INSERT INTO zipcodes VALUES (12031,'Carlisle','NY','42.770985','-74.446940',-5,1); -INSERT INTO zipcodes VALUES (12032,'Caroga Lake','NY','43.158567','-74.496460',-5,1); -INSERT INTO zipcodes VALUES (12033,'Castleton On Hudson','NY','42.534631','-73.713270',-5,1); -INSERT INTO zipcodes VALUES (12035,'Central Bridge','NY','42.722477','-74.350640',-5,1); -INSERT INTO zipcodes VALUES (12036,'Charlotteville','NY','42.546034','-74.673150',-5,1); -INSERT INTO zipcodes VALUES (12037,'Chatham','NY','42.346758','-73.578520',-5,1); -INSERT INTO zipcodes VALUES (12040,'Cherry Plain','NY','42.646742','-73.371611',-5,1); -INSERT INTO zipcodes VALUES (12041,'Clarksville','NY','42.543326','-73.974030',-5,1); -INSERT INTO zipcodes VALUES (12042,'Climax','NY','42.403719','-73.908750',-5,1); -INSERT INTO zipcodes VALUES (12043,'Cobleskill','NY','42.696926','-74.524360',-5,1); -INSERT INTO zipcodes VALUES (12045,'Coeymans','NY','42.474135','-73.793350',-5,1); -INSERT INTO zipcodes VALUES (12046,'Coeymans Hollow','NY','42.475609','-73.926560',-5,1); -INSERT INTO zipcodes VALUES (12047,'Cohoes','NY','42.773777','-73.707930',-5,1); -INSERT INTO zipcodes VALUES (12050,'Columbiaville','NY','42.317154','-73.748555',-5,1); -INSERT INTO zipcodes VALUES (12051,'Coxsackie','NY','42.353773','-73.827740',-5,1); -INSERT INTO zipcodes VALUES (12052,'Cropseyville','NY','42.748910','-73.494050',-5,1); -INSERT INTO zipcodes VALUES (12053,'Delanson','NY','42.749499','-74.186010',-5,1); -INSERT INTO zipcodes VALUES (12054,'Delmar','NY','42.614979','-73.840860',-5,1); -INSERT INTO zipcodes VALUES (12055,'Dormansville','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12056,'Duanesburg','NY','42.767853','-74.090830',-5,1); -INSERT INTO zipcodes VALUES (12057,'Eagle Bridge','NY','42.959229','-73.352360',-5,1); -INSERT INTO zipcodes VALUES (12058,'Earlton','NY','42.350557','-73.919780',-5,1); -INSERT INTO zipcodes VALUES (12059,'East Berne','NY','42.621933','-74.055740',-5,1); -INSERT INTO zipcodes VALUES (12060,'East Chatham','NY','42.419560','-73.504120',-5,1); -INSERT INTO zipcodes VALUES (12061,'East Greenbush','NY','42.593047','-73.673430',-5,1); -INSERT INTO zipcodes VALUES (12062,'East Nassau','NY','42.525531','-73.502070',-5,1); -INSERT INTO zipcodes VALUES (12063,'East Schodack','NY','42.559697','-73.633350',-5,1); -INSERT INTO zipcodes VALUES (12064,'East Worcester','NY','42.615422','-74.659500',-5,1); -INSERT INTO zipcodes VALUES (12065,'Clifton Park','NY','42.853676','-73.784450',-5,1); -INSERT INTO zipcodes VALUES (12066,'Esperance','NY','42.784091','-74.311600',-5,1); -INSERT INTO zipcodes VALUES (12067,'Feura Bush','NY','42.561226','-73.925280',-5,1); -INSERT INTO zipcodes VALUES (12068,'Fonda','NY','42.953913','-74.378830',-5,1); -INSERT INTO zipcodes VALUES (12069,'Fort Hunter','NY','42.945701','-74.263312',-5,1); -INSERT INTO zipcodes VALUES (12070,'Fort Johnson','NY','42.970827','-74.247780',-5,1); -INSERT INTO zipcodes VALUES (12071,'Fultonham','NY','42.565907','-74.414570',-5,1); -INSERT INTO zipcodes VALUES (12072,'Fultonville','NY','42.896974','-74.374950',-5,1); -INSERT INTO zipcodes VALUES (12073,'Gallupville','NY','42.592287','-74.438129',-5,1); -INSERT INTO zipcodes VALUES (12074,'Galway','NY','43.068203','-74.055260',-5,1); -INSERT INTO zipcodes VALUES (12075,'Ghent','NY','42.305793','-73.651400',-5,1); -INSERT INTO zipcodes VALUES (12076,'Gilboa','NY','42.425405','-74.406160',-5,1); -INSERT INTO zipcodes VALUES (12077,'Glenmont','NY','42.600551','-73.796210',-5,1); -INSERT INTO zipcodes VALUES (12078,'Gloversville','NY','43.069562','-74.343600',-5,1); -INSERT INTO zipcodes VALUES (12081,'Nassau','NY','42.593620','-73.566328',-5,1); -INSERT INTO zipcodes VALUES (12082,'Grafton','NY','42.772624','-73.446834',-5,1); -INSERT INTO zipcodes VALUES (12083,'Greenville','NY','42.430684','-74.037280',-5,1); -INSERT INTO zipcodes VALUES (12084,'Guilderland','NY','42.698231','-73.899060',-5,1); -INSERT INTO zipcodes VALUES (12085,'Guilderland Center','NY','42.694777','-73.905271',-5,1); -INSERT INTO zipcodes VALUES (12086,'Hagaman','NY','42.981745','-74.142570',-5,1); -INSERT INTO zipcodes VALUES (12087,'Hannacroix','NY','42.434883','-73.892710',-5,1); -INSERT INTO zipcodes VALUES (12089,'Hoosick','NY','42.866666','-73.318113',-5,1); -INSERT INTO zipcodes VALUES (12090,'Hoosick Falls','NY','42.888816','-73.355500',-5,1); -INSERT INTO zipcodes VALUES (12092,'Howes Cave','NY','42.691779','-74.375130',-5,1); -INSERT INTO zipcodes VALUES (12093,'Jefferson','NY','42.496939','-74.628130',-5,1); -INSERT INTO zipcodes VALUES (12094,'Johnsonville','NY','42.899334','-73.490060',-5,1); -INSERT INTO zipcodes VALUES (12095,'Johnstown','NY','43.014523','-74.384730',-5,1); -INSERT INTO zipcodes VALUES (12103,'Knox','NY','42.646400','-74.130201',-5,1); -INSERT INTO zipcodes VALUES (12106,'Kinderhook','NY','42.388394','-73.707260',-5,1); -INSERT INTO zipcodes VALUES (12107,'Knox','NY','42.660046','-74.116812',-5,1); -INSERT INTO zipcodes VALUES (12108,'Lake Pleasant','NY','43.525388','-74.408750',-5,1); -INSERT INTO zipcodes VALUES (12110,'Latham','NY','42.749640','-73.768020',-5,1); -INSERT INTO zipcodes VALUES (12111,'Latham','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12115,'Malden Bridge','NY','42.469991','-73.585870',-5,1); -INSERT INTO zipcodes VALUES (12116,'Maryland','NY','42.538589','-74.921850',-5,1); -INSERT INTO zipcodes VALUES (12117,'Mayfield','NY','43.146907','-74.234660',-5,1); -INSERT INTO zipcodes VALUES (12118,'Mechanicville','NY','42.915904','-73.705390',-5,1); -INSERT INTO zipcodes VALUES (12120,'Medusa','NY','42.456127','-74.140590',-5,1); -INSERT INTO zipcodes VALUES (12121,'Melrose','NY','42.851106','-73.618670',-5,1); -INSERT INTO zipcodes VALUES (12122,'Middleburgh','NY','42.558318','-74.314580',-5,1); -INSERT INTO zipcodes VALUES (12123,'Nassau','NY','42.522197','-73.606130',-5,1); -INSERT INTO zipcodes VALUES (12124,'New Baltimore','NY','42.444198','-73.788241',-5,1); -INSERT INTO zipcodes VALUES (12125,'New Lebanon','NY','42.474028','-73.407500',-5,1); -INSERT INTO zipcodes VALUES (12128,'Newtonville','NY','42.724978','-73.764296',-5,1); -INSERT INTO zipcodes VALUES (12130,'Niverville','NY','42.442592','-73.657780',-5,1); -INSERT INTO zipcodes VALUES (12131,'North Blenheim','NY','42.482123','-74.457150',-5,1); -INSERT INTO zipcodes VALUES (12132,'North Chatham','NY','42.466061','-73.629296',-5,1); -INSERT INTO zipcodes VALUES (12133,'North Hoosick','NY','42.926121','-73.346409',-5,1); -INSERT INTO zipcodes VALUES (12134,'Northville','NY','43.218920','-74.148220',-5,1); -INSERT INTO zipcodes VALUES (12136,'Old Chatham','NY','42.437594','-73.555990',-5,1); -INSERT INTO zipcodes VALUES (12137,'Pattersonville','NY','42.862695','-74.117590',-5,1); -INSERT INTO zipcodes VALUES (12138,'Petersburg','NY','42.760049','-73.368010',-5,1); -INSERT INTO zipcodes VALUES (12139,'Piseco','NY','43.402760','-74.569720',-5,1); -INSERT INTO zipcodes VALUES (12140,'Poestenkill','NY','42.693228','-73.569220',-5,1); -INSERT INTO zipcodes VALUES (12141,'Quaker Street','NY','42.731771','-74.185395',-5,1); -INSERT INTO zipcodes VALUES (12143,'Ravena','NY','42.469150','-73.829560',-5,1); -INSERT INTO zipcodes VALUES (12144,'Rensselaer','NY','42.637380','-73.725870',-5,1); -INSERT INTO zipcodes VALUES (12147,'Rensselaerville','NY','42.518386','-74.159970',-5,1); -INSERT INTO zipcodes VALUES (12148,'Rexford','NY','42.842133','-73.868280',-5,1); -INSERT INTO zipcodes VALUES (12149,'Richmondville','NY','42.631190','-74.572000',-5,1); -INSERT INTO zipcodes VALUES (12150,'Rotterdam Junction','NY','42.876756','-74.054520',-5,1); -INSERT INTO zipcodes VALUES (12151,'Round Lake','NY','42.932326','-73.793630',-5,1); -INSERT INTO zipcodes VALUES (12153,'Sand Lake','NY','42.638579','-73.480510',-5,1); -INSERT INTO zipcodes VALUES (12154,'Schaghticoke','NY','42.925765','-73.606640',-5,1); -INSERT INTO zipcodes VALUES (12155,'Schenevus','NY','42.587708','-74.835360',-5,1); -INSERT INTO zipcodes VALUES (12156,'Schodack Landing','NY','42.479967','-73.736470',-5,1); -INSERT INTO zipcodes VALUES (12157,'Schoharie','NY','42.668825','-74.301340',-5,1); -INSERT INTO zipcodes VALUES (12158,'Selkirk','NY','42.539822','-73.815450',-5,1); -INSERT INTO zipcodes VALUES (12159,'Slingerlands','NY','42.646978','-73.871510',-5,1); -INSERT INTO zipcodes VALUES (12160,'Sloansville','NY','42.757815','-74.343690',-5,1); -INSERT INTO zipcodes VALUES (12161,'South Bethlehem','NY','42.521038','-73.851898',-5,1); -INSERT INTO zipcodes VALUES (12162,'South Schodack','NY','42.513906','-73.702443',-5,1); -INSERT INTO zipcodes VALUES (12164,'Speculator','NY','43.515611','-74.374310',-5,1); -INSERT INTO zipcodes VALUES (12165,'Spencertown','NY','42.317959','-73.518020',-5,1); -INSERT INTO zipcodes VALUES (12166,'Sprakers','NY','42.831683','-74.456670',-5,1); -INSERT INTO zipcodes VALUES (12167,'Stamford','NY','42.414519','-74.595770',-5,1); -INSERT INTO zipcodes VALUES (12168,'Stephentown','NY','42.552127','-73.395930',-5,1); -INSERT INTO zipcodes VALUES (12169,'Stephentown','NY','42.576120','-73.445590',-5,1); -INSERT INTO zipcodes VALUES (12170,'Stillwater','NY','42.975154','-73.665760',-5,1); -INSERT INTO zipcodes VALUES (12172,'Stottville','NY','42.285749','-73.733532',-5,1); -INSERT INTO zipcodes VALUES (12173,'Stuyvesant','NY','42.377829','-73.759430',-5,1); -INSERT INTO zipcodes VALUES (12174,'Stuyvesant Falls','NY','42.343986','-73.734770',-5,1); -INSERT INTO zipcodes VALUES (12175,'Summit','NY','42.559096','-74.552820',-5,1); -INSERT INTO zipcodes VALUES (12176,'Surprise','NY','42.393192','-73.967630',-5,1); -INSERT INTO zipcodes VALUES (12177,'Tribes Hill','NY','42.950020','-74.296985',-5,1); -INSERT INTO zipcodes VALUES (12179,'Troy','NY','42.711440','-73.525561',-5,1); -INSERT INTO zipcodes VALUES (12180,'Troy','NY','42.731628','-73.664650',-5,1); -INSERT INTO zipcodes VALUES (12181,'Troy','NY','42.738678','-73.673862',-5,1); -INSERT INTO zipcodes VALUES (12182,'Troy','NY','42.785887','-73.662210',-5,1); -INSERT INTO zipcodes VALUES (12183,'Troy','NY','42.743289','-73.694820',-5,1); -INSERT INTO zipcodes VALUES (12184,'Valatie','NY','42.426901','-73.664050',-5,1); -INSERT INTO zipcodes VALUES (12185,'Valley Falls','NY','42.884779','-73.537030',-5,1); -INSERT INTO zipcodes VALUES (12186,'Voorheesville','NY','42.638481','-73.959460',-5,1); -INSERT INTO zipcodes VALUES (12187,'Warnerville','NY','42.624507','-74.467720',-5,1); -INSERT INTO zipcodes VALUES (12188,'Waterford','NY','42.805350','-73.689760',-5,1); -INSERT INTO zipcodes VALUES (12189,'Watervliet','NY','42.729278','-73.709130',-5,1); -INSERT INTO zipcodes VALUES (12190,'Wells','NY','43.433050','-74.290100',-5,1); -INSERT INTO zipcodes VALUES (12192,'West Coxsackie','NY','42.413742','-73.817730',-5,1); -INSERT INTO zipcodes VALUES (12193,'Westerlo','NY','42.515818','-74.049780',-5,1); -INSERT INTO zipcodes VALUES (12194,'West Fulton','NY','42.529042','-74.449370',-5,1); -INSERT INTO zipcodes VALUES (12195,'West Lebanon','NY','42.479384','-73.474809',-5,1); -INSERT INTO zipcodes VALUES (12196,'West Sand Lake','NY','42.631625','-73.616190',-5,1); -INSERT INTO zipcodes VALUES (12197,'Worcester','NY','42.610314','-74.724010',-5,1); -INSERT INTO zipcodes VALUES (12198,'Wynantskill','NY','42.685311','-73.638010',-5,1); -INSERT INTO zipcodes VALUES (12201,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12202,'Albany','NY','42.640129','-73.760610',-5,1); -INSERT INTO zipcodes VALUES (12203,'Albany','NY','42.678112','-73.829830',-5,1); -INSERT INTO zipcodes VALUES (12204,'Albany','NY','42.683727','-73.733290',-5,1); -INSERT INTO zipcodes VALUES (12205,'Albany','NY','42.713328','-73.817900',-5,1); -INSERT INTO zipcodes VALUES (12206,'Albany','NY','42.669645','-73.777190',-5,1); -INSERT INTO zipcodes VALUES (12207,'Albany','NY','42.653979','-73.748330',-5,1); -INSERT INTO zipcodes VALUES (12208,'Albany','NY','42.654978','-73.800530',-5,1); -INSERT INTO zipcodes VALUES (12209,'Albany','NY','42.640813','-73.785600',-5,1); -INSERT INTO zipcodes VALUES (12210,'Albany','NY','42.656679','-73.758940',-5,1); -INSERT INTO zipcodes VALUES (12211,'Albany','NY','42.705345','-73.769240',-5,1); -INSERT INTO zipcodes VALUES (12212,'Albany','NY','42.716774','-73.810373',-5,1); -INSERT INTO zipcodes VALUES (12214,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12220,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12222,'Albany','NY','42.692909','-73.838035',-5,1); -INSERT INTO zipcodes VALUES (12223,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12224,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12225,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12226,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12227,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12228,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12229,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12230,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12231,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12232,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12233,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12234,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12235,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12236,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12237,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12238,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12239,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12240,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12241,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12242,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12243,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12244,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12245,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12246,'Albany','NY','42.647079','-73.750314',-5,1); -INSERT INTO zipcodes VALUES (12247,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12248,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12249,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12250,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12252,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12255,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12256,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12257,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12260,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12261,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12262,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12288,'Albany','NY','42.614852','-73.970812',-5,1); -INSERT INTO zipcodes VALUES (12301,'Schenectady','NY','42.833261','-74.058015',-5,1); -INSERT INTO zipcodes VALUES (12302,'Schenectady','NY','42.862193','-73.963170',-5,1); -INSERT INTO zipcodes VALUES (12303,'Schenectady','NY','42.769009','-73.936190',-5,1); -INSERT INTO zipcodes VALUES (12304,'Schenectady','NY','42.779026','-73.905070',-5,1); -INSERT INTO zipcodes VALUES (12305,'Schenectady','NY','42.814476','-73.943370',-5,1); -INSERT INTO zipcodes VALUES (12306,'Schenectady','NY','42.793326','-73.989420',-5,1); -INSERT INTO zipcodes VALUES (12307,'Schenectady','NY','42.804076','-73.935710',-5,1); -INSERT INTO zipcodes VALUES (12308,'Schenectady','NY','42.820909','-73.920020',-5,1); -INSERT INTO zipcodes VALUES (12309,'Schenectady','NY','42.800276','-73.880960',-5,1); -INSERT INTO zipcodes VALUES (12325,'Schenectady','NY','42.833261','-74.058015',-5,1); -INSERT INTO zipcodes VALUES (12345,'Schenectady','NY','42.833261','-74.058015',-5,1); -INSERT INTO zipcodes VALUES (12401,'Kingston','NY','41.932315','-74.022590',-5,1); -INSERT INTO zipcodes VALUES (12402,'Kingston','NY','41.878801','-74.345684',-5,1); -INSERT INTO zipcodes VALUES (12404,'Accord','NY','41.811322','-74.234710',-5,1); -INSERT INTO zipcodes VALUES (12405,'Acra','NY','42.320081','-74.072880',-5,1); -INSERT INTO zipcodes VALUES (12406,'Arkville','NY','42.130111','-74.575740',-5,1); -INSERT INTO zipcodes VALUES (12407,'Ashland','NY','42.321453','-74.339260',-5,1); -INSERT INTO zipcodes VALUES (12409,'Bearsville','NY','42.061841','-74.160630',-5,1); -INSERT INTO zipcodes VALUES (12410,'Big Indian','NY','42.114646','-74.455700',-5,1); -INSERT INTO zipcodes VALUES (12411,'Bloomington','NY','41.879160','-74.039950',-5,1); -INSERT INTO zipcodes VALUES (12412,'Boiceville','NY','42.001351','-74.261900',-5,1); -INSERT INTO zipcodes VALUES (12413,'Cairo','NY','42.307982','-74.008000',-5,1); -INSERT INTO zipcodes VALUES (12414,'Catskill','NY','42.223002','-73.904520',-5,1); -INSERT INTO zipcodes VALUES (12416,'Chichester','NY','42.105611','-74.291430',-5,1); -INSERT INTO zipcodes VALUES (12417,'Connelly','NY','41.907604','-73.989254',-5,1); -INSERT INTO zipcodes VALUES (12418,'Cornwallville','NY','42.357579','-74.151360',-5,1); -INSERT INTO zipcodes VALUES (12419,'Cottekill','NY','41.852449','-74.106050',-5,1); -INSERT INTO zipcodes VALUES (12420,'Cragsmoor','NY','41.674288','-74.378330',-5,1); -INSERT INTO zipcodes VALUES (12421,'Denver','NY','42.249541','-74.545580',-5,1); -INSERT INTO zipcodes VALUES (12422,'Durham','NY','42.390291','-74.201640',-5,1); -INSERT INTO zipcodes VALUES (12423,'East Durham','NY','42.378679','-74.104430',-5,1); -INSERT INTO zipcodes VALUES (12424,'East Jewett','NY','42.240343','-74.159320',-5,1); -INSERT INTO zipcodes VALUES (12427,'Elka Park','NY','42.167622','-74.153060',-5,1); -INSERT INTO zipcodes VALUES (12428,'Ellenville','NY','41.727588','-74.420610',-5,1); -INSERT INTO zipcodes VALUES (12429,'Esopus','NY','41.816628','-73.978240',-5,1); -INSERT INTO zipcodes VALUES (12430,'Fleischmanns','NY','42.183262','-74.521540',-5,1); -INSERT INTO zipcodes VALUES (12431,'Freehold','NY','42.361838','-74.024710',-5,1); -INSERT INTO zipcodes VALUES (12432,'Glasco','NY','41.949795','-74.003246',-5,1); -INSERT INTO zipcodes VALUES (12433,'Glenford','NY','42.000093','-74.159460',-5,1); -INSERT INTO zipcodes VALUES (12434,'Grand Gorge','NY','42.368009','-74.501370',-5,1); -INSERT INTO zipcodes VALUES (12435,'Greenfield Park','NY','41.725808','-74.521060',-5,1); -INSERT INTO zipcodes VALUES (12436,'Haines Falls','NY','42.195510','-74.102319',-5,1); -INSERT INTO zipcodes VALUES (12438,'Halcottsville','NY','42.183045','-74.925617',-5,1); -INSERT INTO zipcodes VALUES (12439,'Hensonville','NY','42.302596','-74.227110',-5,1); -INSERT INTO zipcodes VALUES (12440,'High Falls','NY','41.801696','-74.141870',-5,1); -INSERT INTO zipcodes VALUES (12441,'Highmount','NY','41.878801','-74.345684',-5,1); -INSERT INTO zipcodes VALUES (12442,'Hunter','NY','42.222061','-74.234180',-5,1); -INSERT INTO zipcodes VALUES (12443,'Hurley','NY','41.926740','-74.067970',-5,1); -INSERT INTO zipcodes VALUES (12444,'Jewett','NY','42.260634','-74.275270',-5,1); -INSERT INTO zipcodes VALUES (12446,'Kerhonkson','NY','41.790385','-74.304130',-5,1); -INSERT INTO zipcodes VALUES (12447,'Saugerties','NY','42.039355','-74.067014',-5,1); -INSERT INTO zipcodes VALUES (12448,'Lake Hill','NY','42.073259','-74.189300',-5,1); -INSERT INTO zipcodes VALUES (12449,'Lake Katrine','NY','41.993639','-73.998430',-5,1); -INSERT INTO zipcodes VALUES (12450,'Lanesville','NY','42.157937','-74.230340',-5,1); -INSERT INTO zipcodes VALUES (12451,'Leeds','NY','42.281117','-73.940060',-5,1); -INSERT INTO zipcodes VALUES (12452,'Lexington','NY','42.223407','-74.386635',-5,1); -INSERT INTO zipcodes VALUES (12453,'Malden On Hudson','NY','42.098698','-73.935418',-5,1); -INSERT INTO zipcodes VALUES (12454,'Maplecrest','NY','42.280261','-74.183490',-5,1); -INSERT INTO zipcodes VALUES (12455,'Margaretville','NY','42.151449','-74.642610',-5,1); -INSERT INTO zipcodes VALUES (12456,'Mount Marion','NY','42.034256','-73.998760',-5,1); -INSERT INTO zipcodes VALUES (12457,'Mount Tremper','NY','42.038539','-74.239050',-5,1); -INSERT INTO zipcodes VALUES (12458,'Napanoch','NY','41.802898','-74.400250',-5,1); -INSERT INTO zipcodes VALUES (12459,'New Kingston','NY','42.227987','-74.689120',-5,1); -INSERT INTO zipcodes VALUES (12460,'Oak Hill','NY','42.406464','-74.156920',-5,1); -INSERT INTO zipcodes VALUES (12461,'Olivebridge','NY','41.912356','-74.247240',-5,1); -INSERT INTO zipcodes VALUES (12463,'Palenville','NY','42.174411','-74.015990',-5,1); -INSERT INTO zipcodes VALUES (12464,'Phoenicia','NY','42.081269','-74.326290',-5,1); -INSERT INTO zipcodes VALUES (12465,'Pine Hill','NY','42.136293','-74.473639',-5,1); -INSERT INTO zipcodes VALUES (12466,'Port Ewen','NY','41.905004','-73.979570',-5,1); -INSERT INTO zipcodes VALUES (12468,'Prattsville','NY','42.297725','-74.400630',-5,1); -INSERT INTO zipcodes VALUES (12469,'Preston Hollow','NY','42.442592','-74.241590',-5,1); -INSERT INTO zipcodes VALUES (12470,'Purling','NY','42.284773','-74.023880',-5,1); -INSERT INTO zipcodes VALUES (12471,'Rifton','NY','41.839620','-74.040330',-5,1); -INSERT INTO zipcodes VALUES (12472,'Rosendale','NY','41.846938','-74.076020',-5,1); -INSERT INTO zipcodes VALUES (12473,'Round Top','NY','42.260709','-74.030780',-5,1); -INSERT INTO zipcodes VALUES (12474,'Roxbury','NY','42.285644','-74.590110',-5,1); -INSERT INTO zipcodes VALUES (12475,'Ruby','NY','42.017632','-74.007868',-5,1); -INSERT INTO zipcodes VALUES (12477,'Saugerties','NY','42.085634','-73.976850',-5,1); -INSERT INTO zipcodes VALUES (12480,'Shandaken','NY','42.142121','-74.406500',-5,1); -INSERT INTO zipcodes VALUES (12481,'Shokan','NY','41.974857','-74.206860',-5,1); -INSERT INTO zipcodes VALUES (12482,'South Cairo','NY','42.270559','-73.957290',-5,1); -INSERT INTO zipcodes VALUES (12483,'Spring Glen','NY','41.663895','-74.424533',-5,1); -INSERT INTO zipcodes VALUES (12484,'Stone Ridge','NY','41.850294','-74.166190',-5,1); -INSERT INTO zipcodes VALUES (12485,'Tannersville','NY','42.199479','-74.125140',-5,1); -INSERT INTO zipcodes VALUES (12486,'Tillson','NY','41.831082','-74.072070',-5,1); -INSERT INTO zipcodes VALUES (12487,'Ulster Park','NY','41.855761','-73.992070',-5,1); -INSERT INTO zipcodes VALUES (12489,'Wawarsing','NY','41.757766','-74.353920',-5,1); -INSERT INTO zipcodes VALUES (12490,'West Camp','NY','42.108689','-73.934577',-5,1); -INSERT INTO zipcodes VALUES (12491,'West Hurley','NY','41.998199','-74.109670',-5,1); -INSERT INTO zipcodes VALUES (12492,'West Kill','NY','42.209414','-74.347670',-5,1); -INSERT INTO zipcodes VALUES (12493,'West Park','NY','41.805576','-73.968450',-5,1); -INSERT INTO zipcodes VALUES (12494,'West Shokan','NY','41.961316','-74.276870',-5,1); -INSERT INTO zipcodes VALUES (12495,'Willow','NY','42.080232','-74.248010',-5,1); -INSERT INTO zipcodes VALUES (12496,'Windham','NY','42.326918','-74.246570',-5,1); -INSERT INTO zipcodes VALUES (12498,'Woodstock','NY','42.037356','-74.110160',-5,1); -INSERT INTO zipcodes VALUES (12501,'Amenia','NY','41.852959','-73.557270',-5,1); -INSERT INTO zipcodes VALUES (12502,'Ancram','NY','42.086628','-73.664200',-5,1); -INSERT INTO zipcodes VALUES (12503,'Ancramdale','NY','42.045941','-73.577920',-5,1); -INSERT INTO zipcodes VALUES (12504,'Annandale On Hudson','NY','42.035434','-73.909234',-5,1); -INSERT INTO zipcodes VALUES (12506,'Bangall','NY','41.759905','-73.743714',-5,1); -INSERT INTO zipcodes VALUES (12507,'Barrytown','NY','42.005984','-73.921320',-5,1); -INSERT INTO zipcodes VALUES (12508,'Beacon','NY','41.505993','-73.961980',-5,1); -INSERT INTO zipcodes VALUES (12509,'La Grange','NY','41.643599','-73.847176',-5,1); -INSERT INTO zipcodes VALUES (12510,'Billings','NY','41.759905','-73.743714',-5,1); -INSERT INTO zipcodes VALUES (12511,'Castle Point','NY','41.759905','-73.743714',-5,1); -INSERT INTO zipcodes VALUES (12512,'Chelsea','NY','41.552793','-73.968183',-5,1); -INSERT INTO zipcodes VALUES (12513,'Claverack','NY','42.220962','-73.711820',-5,1); -INSERT INTO zipcodes VALUES (12514,'Clinton Corners','NY','41.874183','-73.767270',-5,1); -INSERT INTO zipcodes VALUES (12515,'Clintondale','NY','41.681096','-74.064210',-5,1); -INSERT INTO zipcodes VALUES (12516,'Copake','NY','42.112895','-73.562010',-5,1); -INSERT INTO zipcodes VALUES (12517,'Copake Falls','NY','42.144585','-73.514630',-5,1); -INSERT INTO zipcodes VALUES (12518,'Cornwall','NY','41.434476','-74.035840',-5,1); -INSERT INTO zipcodes VALUES (12520,'Cornwall On Hudson','NY','41.442589','-74.013890',-5,1); -INSERT INTO zipcodes VALUES (12521,'Craryville','NY','42.176216','-73.650360',-5,1); -INSERT INTO zipcodes VALUES (12522,'Dover Plains','NY','41.738853','-73.589210',-5,1); -INSERT INTO zipcodes VALUES (12523,'Elizaville','NY','42.080964','-73.778560',-5,1); -INSERT INTO zipcodes VALUES (12524,'Fishkill','NY','41.537232','-73.897200',-5,1); -INSERT INTO zipcodes VALUES (12525,'Gardiner','NY','41.691524','-74.187640',-5,1); -INSERT INTO zipcodes VALUES (12526,'Germantown','NY','42.123977','-73.861990',-5,1); -INSERT INTO zipcodes VALUES (12527,'Glenham','NY','41.520249','-73.933259',-5,1); -INSERT INTO zipcodes VALUES (12528,'Highland','NY','41.713682','-73.996500',-5,1); -INSERT INTO zipcodes VALUES (12529,'Hillsdale','NY','42.204681','-73.547750',-5,1); -INSERT INTO zipcodes VALUES (12530,'Hollowville','NY','42.210991','-73.687001',-5,1); -INSERT INTO zipcodes VALUES (12531,'Holmes','NY','41.519085','-73.672410',-5,1); -INSERT INTO zipcodes VALUES (12533,'Hopewell Junction','NY','41.573253','-73.793470',-5,1); -INSERT INTO zipcodes VALUES (12534,'Hudson','NY','42.229480','-73.758460',-5,1); -INSERT INTO zipcodes VALUES (12537,'Hughsonville','NY','41.582437','-73.936281',-5,1); -INSERT INTO zipcodes VALUES (12538,'Hyde Park','NY','41.779541','-73.901550',-5,1); -INSERT INTO zipcodes VALUES (12540,'Lagrangeville','NY','41.656933','-73.745390',-5,1); -INSERT INTO zipcodes VALUES (12541,'Livingston','NY','42.142068','-73.757399',-5,1); -INSERT INTO zipcodes VALUES (12542,'Marlboro','NY','41.603333','-73.984150',-5,1); -INSERT INTO zipcodes VALUES (12543,'Maybrook','NY','41.484988','-74.216100',-5,1); -INSERT INTO zipcodes VALUES (12544,'Mellenville','NY','42.259623','-73.667962',-5,1); -INSERT INTO zipcodes VALUES (12545,'Millbrook','NY','41.785109','-73.680750',-5,1); -INSERT INTO zipcodes VALUES (12546,'Millerton','NY','41.961002','-73.520110',-5,1); -INSERT INTO zipcodes VALUES (12547,'Milton','NY','41.656805','-73.968310',-5,1); -INSERT INTO zipcodes VALUES (12548,'Modena','NY','41.664239','-74.110600',-5,1); -INSERT INTO zipcodes VALUES (12549,'Montgomery','NY','41.520396','-74.247120',-5,1); -INSERT INTO zipcodes VALUES (12550,'Newburgh','NY','41.521593','-74.040720',-5,1); -INSERT INTO zipcodes VALUES (12551,'Newburgh','NY','41.387822','-74.354699',-5,1); -INSERT INTO zipcodes VALUES (12552,'Newburgh','NY','41.387822','-74.354699',-5,1); -INSERT INTO zipcodes VALUES (12553,'New Windsor','NY','41.463590','-74.059750',-5,1); -INSERT INTO zipcodes VALUES (12555,'Mid Hudson','NY','41.387822','-74.354699',-5,1); -INSERT INTO zipcodes VALUES (12557,'Newburgh','NY','41.507368','-74.061301',-5,1); -INSERT INTO zipcodes VALUES (12561,'New Paltz','NY','41.751566','-74.094750',-5,1); -INSERT INTO zipcodes VALUES (12563,'Patterson','NY','41.483689','-73.572930',-5,1); -INSERT INTO zipcodes VALUES (12564,'Pawling','NY','41.570328','-73.598250',-5,1); -INSERT INTO zipcodes VALUES (12565,'Philmont','NY','42.248620','-73.647600',-5,1); -INSERT INTO zipcodes VALUES (12566,'Pine Bush','NY','41.611340','-74.327640',-5,1); -INSERT INTO zipcodes VALUES (12567,'Pine Plains','NY','41.997807','-73.666630',-5,1); -INSERT INTO zipcodes VALUES (12568,'Plattekill','NY','41.641207','-74.078050',-5,1); -INSERT INTO zipcodes VALUES (12569,'Pleasant Valley','NY','41.746469','-73.804140',-5,1); -INSERT INTO zipcodes VALUES (12570,'Poughquag','NY','41.614667','-73.677090',-5,1); -INSERT INTO zipcodes VALUES (12571,'Red Hook','NY','42.002691','-73.844200',-5,1); -INSERT INTO zipcodes VALUES (12572,'Rhinebeck','NY','41.930983','-73.882710',-5,1); -INSERT INTO zipcodes VALUES (12574,'Rhinecliff','NY','41.915068','-73.951730',-5,1); -INSERT INTO zipcodes VALUES (12575,'Rock Tavern','NY','41.478722','-74.156260',-5,1); -INSERT INTO zipcodes VALUES (12577,'Salisbury Mills','NY','41.433856','-74.119630',-5,1); -INSERT INTO zipcodes VALUES (12578,'Salt Point','NY','41.803384','-73.781470',-5,1); -INSERT INTO zipcodes VALUES (12580,'Staatsburg','NY','41.854465','-73.899220',-5,1); -INSERT INTO zipcodes VALUES (12581,'Stanfordville','NY','41.891870','-73.698880',-5,1); -INSERT INTO zipcodes VALUES (12582,'Stormville','NY','41.549525','-73.727450',-5,1); -INSERT INTO zipcodes VALUES (12583,'Tivoli','NY','42.060034','-73.883930',-5,1); -INSERT INTO zipcodes VALUES (12584,'Vails Gate','NY','41.464073','-74.059104',-5,1); -INSERT INTO zipcodes VALUES (12585,'Verbank','NY','41.721384','-73.716200',-5,1); -INSERT INTO zipcodes VALUES (12586,'Walden','NY','41.563701','-74.175500',-5,1); -INSERT INTO zipcodes VALUES (12588,'Walker Valley','NY','41.878801','-74.345684',-5,1); -INSERT INTO zipcodes VALUES (12589,'Wallkill','NY','41.615036','-74.154610',-5,1); -INSERT INTO zipcodes VALUES (12590,'Wappingers Falls','NY','41.594660','-73.895790',-5,1); -INSERT INTO zipcodes VALUES (12592,'Wassaic','NY','41.782781','-73.557920',-5,1); -INSERT INTO zipcodes VALUES (12593,'West Copake','NY','42.243991','-73.641076',-5,1); -INSERT INTO zipcodes VALUES (12594,'Wingdale','NY','41.646584','-73.562090',-5,1); -INSERT INTO zipcodes VALUES (12601,'Poughkeepsie','NY','41.701443','-73.919220',-5,1); -INSERT INTO zipcodes VALUES (12602,'Poughkeepsie','NY','41.759905','-73.743714',-5,1); -INSERT INTO zipcodes VALUES (12603,'Poughkeepsie','NY','41.670860','-73.881070',-5,1); -INSERT INTO zipcodes VALUES (12604,'Poughkeepsie','NY','41.759905','-73.743714',-5,1); -INSERT INTO zipcodes VALUES (12697,'Moira','NY','44.776061','-74.596249',-5,1); -INSERT INTO zipcodes VALUES (12701,'Monticello','NY','41.653071','-74.697480',-5,1); -INSERT INTO zipcodes VALUES (12710,'Neversink','NY','41.818926','-74.521638',-5,1); -INSERT INTO zipcodes VALUES (12719,'Barryville','NY','41.480326','-74.926940',-5,1); -INSERT INTO zipcodes VALUES (12720,'Bethel','NY','41.660230','-74.904380',-5,1); -INSERT INTO zipcodes VALUES (12721,'Bloomingburg','NY','41.564426','-74.426500',-5,1); -INSERT INTO zipcodes VALUES (12722,'Burlingham','NY','41.719016','-74.755373',-5,1); -INSERT INTO zipcodes VALUES (12723,'Callicoon','NY','41.769427','-75.028080',-5,1); -INSERT INTO zipcodes VALUES (12724,'Callicoon Center','NY','41.858278','-74.950340',-5,1); -INSERT INTO zipcodes VALUES (12725,'Claryville','NY','41.926119','-74.556750',-5,1); -INSERT INTO zipcodes VALUES (12726,'Cochecton','NY','41.694153','-74.975930',-5,1); -INSERT INTO zipcodes VALUES (12727,'Cochecton Center','NY','41.657225','-74.981610',-5,1); -INSERT INTO zipcodes VALUES (12729,'Cuddebackville','NY','41.475235','-74.602760',-5,1); -INSERT INTO zipcodes VALUES (12732,'Eldred','NY','41.545318','-74.875330',-5,1); -INSERT INTO zipcodes VALUES (12733,'Fallsburg','NY','41.732505','-74.608960',-5,1); -INSERT INTO zipcodes VALUES (12734,'Ferndale','NY','41.734913','-74.750130',-5,1); -INSERT INTO zipcodes VALUES (12736,'Fremont Center','NY','41.848244','-75.038780',-5,1); -INSERT INTO zipcodes VALUES (12737,'Glen Spey','NY','41.483970','-74.811860',-5,1); -INSERT INTO zipcodes VALUES (12738,'Glen Wild','NY','41.648888','-74.570640',-5,1); -INSERT INTO zipcodes VALUES (12739,'Godeffroy','NY','41.437427','-74.603220',-5,1); -INSERT INTO zipcodes VALUES (12740,'Grahamsville','NY','41.853040','-74.529150',-5,1); -INSERT INTO zipcodes VALUES (12741,'Hankins','NY','41.838672','-75.087180',-5,1); -INSERT INTO zipcodes VALUES (12742,'Harris','NY','41.720235','-74.729010',-5,1); -INSERT INTO zipcodes VALUES (12743,'Highland Lake','NY','41.534810','-74.846560',-5,1); -INSERT INTO zipcodes VALUES (12745,'Hortonville','NY','41.762944','-75.030592',-5,1); -INSERT INTO zipcodes VALUES (12746,'Huguenot','NY','41.436732','-74.645580',-5,1); -INSERT INTO zipcodes VALUES (12747,'Hurleyville','NY','41.752458','-74.669960',-5,1); -INSERT INTO zipcodes VALUES (12748,'Jeffersonville','NY','41.774223','-74.922110',-5,1); -INSERT INTO zipcodes VALUES (12749,'Kauneonga Lake','NY','41.689600','-74.827200',-5,1); -INSERT INTO zipcodes VALUES (12750,'Kenoza Lake','NY','41.729581','-74.961146',-5,1); -INSERT INTO zipcodes VALUES (12751,'Kiamesha Lake','NY','41.679152','-74.657000',-5,1); -INSERT INTO zipcodes VALUES (12752,'Lake Huntington','NY','41.677243','-74.991090',-5,1); -INSERT INTO zipcodes VALUES (12754,'Liberty','NY','41.798476','-74.736100',-5,1); -INSERT INTO zipcodes VALUES (12755,'Ellenburg','NY','44.842975','-73.973533',-5,1); -INSERT INTO zipcodes VALUES (12756,'Livingston Manor','NY','41.900542','-74.827587',-5,1); -INSERT INTO zipcodes VALUES (12758,'Livingston Manor','NY','41.920201','-74.785700',-5,1); -INSERT INTO zipcodes VALUES (12759,'Loch Sheldrake','NY','41.780299','-74.656180',-5,1); -INSERT INTO zipcodes VALUES (12760,'Long Eddy','NY','41.901849','-75.104930',-5,1); -INSERT INTO zipcodes VALUES (12762,'Mongaup Valley','NY','41.676676','-74.806740',-5,1); -INSERT INTO zipcodes VALUES (12763,'Mountain Dale','NY','41.690795','-74.522730',-5,1); -INSERT INTO zipcodes VALUES (12764,'Narrowsburg','NY','41.588604','-74.993850',-5,1); -INSERT INTO zipcodes VALUES (12765,'Neversink','NY','41.845381','-74.614270',-5,1); -INSERT INTO zipcodes VALUES (12766,'North Branch','NY','41.815316','-74.979950',-5,1); -INSERT INTO zipcodes VALUES (12767,'Obernburg','NY','41.719016','-74.755373',-5,1); -INSERT INTO zipcodes VALUES (12768,'Parksville','NY','41.864326','-74.729610',-5,1); -INSERT INTO zipcodes VALUES (12769,'Phillipsport','NY','41.651453','-74.436159',-5,1); -INSERT INTO zipcodes VALUES (12770,'Pond Eddy','NY','41.445150','-74.840030',-5,1); -INSERT INTO zipcodes VALUES (12771,'Port Jervis','NY','41.374734','-74.663150',-5,1); -INSERT INTO zipcodes VALUES (12775,'Rock Hill','NY','41.614218','-74.588360',-5,1); -INSERT INTO zipcodes VALUES (12776,'Roscoe','NY','41.948360','-74.944750',-5,1); -INSERT INTO zipcodes VALUES (12777,'Forestburgh','NY','41.562141','-74.712520',-5,1); -INSERT INTO zipcodes VALUES (12778,'Smallwood','NY','41.659740','-74.812000',-5,1); -INSERT INTO zipcodes VALUES (12779,'South Fallsburg','NY','41.705649','-74.629850',-5,1); -INSERT INTO zipcodes VALUES (12780,'Sparrow Bush','NY','41.429425','-74.722440',-5,1); -INSERT INTO zipcodes VALUES (12781,'Summitville','NY','41.719016','-74.755373',-5,1); -INSERT INTO zipcodes VALUES (12782,'Sundown','NY','41.881485','-74.430063',-5,1); -INSERT INTO zipcodes VALUES (12783,'Swan Lake','NY','41.736523','-74.826340',-5,1); -INSERT INTO zipcodes VALUES (12784,'Thompsonville','NY','41.676139','-74.621700',-5,1); -INSERT INTO zipcodes VALUES (12785,'Westbrookville','NY','41.518125','-74.575660',-5,1); -INSERT INTO zipcodes VALUES (12786,'White Lake','NY','41.649008','-74.857510',-5,1); -INSERT INTO zipcodes VALUES (12787,'White Sulphur Springs','NY','41.808540','-74.845990',-5,1); -INSERT INTO zipcodes VALUES (12788,'Woodbourne','NY','41.784477','-74.591090',-5,1); -INSERT INTO zipcodes VALUES (12789,'Woodridge','NY','41.708062','-74.569800',-5,1); -INSERT INTO zipcodes VALUES (12790,'Wurtsboro','NY','41.592087','-74.506770',-5,1); -INSERT INTO zipcodes VALUES (12791,'Youngsville','NY','41.807694','-74.879570',-5,1); -INSERT INTO zipcodes VALUES (12792,'Yulan','NY','41.522825','-74.931640',-5,1); -INSERT INTO zipcodes VALUES (12793,'Bethel','NY','41.736963','-74.797524',-5,1); -INSERT INTO zipcodes VALUES (12801,'Glens Falls','NY','43.312104','-73.648250',-5,1); -INSERT INTO zipcodes VALUES (12803,'South Glens Falls','NY','43.288818','-73.636430',-5,1); -INSERT INTO zipcodes VALUES (12804,'Queensbury','NY','43.330471','-73.678160',-5,1); -INSERT INTO zipcodes VALUES (12805,'Argyle','NY','43.246117','-73.455519',-5,1); -INSERT INTO zipcodes VALUES (12807,'New Baltimore','NY','42.425733','-73.899871',-5,1); -INSERT INTO zipcodes VALUES (12808,'Adirondack','NY','43.758733','-73.762060',-5,1); -INSERT INTO zipcodes VALUES (12809,'Argyle','NY','43.229054','-73.467400',-5,1); -INSERT INTO zipcodes VALUES (12810,'Athol','NY','43.484741','-73.891510',-5,1); -INSERT INTO zipcodes VALUES (12811,'Bakers Mills','NY','43.624220','-74.061201',-5,1); -INSERT INTO zipcodes VALUES (12812,'Blue Mountain Lake','NY','43.865351','-74.433660',-5,1); -INSERT INTO zipcodes VALUES (12814,'Bolton Landing','NY','43.582318','-73.655150',-5,1); -INSERT INTO zipcodes VALUES (12815,'Brant Lake','NY','43.703484','-73.711230',-5,1); -INSERT INTO zipcodes VALUES (12816,'Cambridge','NY','43.039226','-73.385570',-5,1); -INSERT INTO zipcodes VALUES (12817,'Chestertown','NY','43.638919','-73.817820',-5,1); -INSERT INTO zipcodes VALUES (12819,'Clemons','NY','43.583211','-73.478520',-5,1); -INSERT INTO zipcodes VALUES (12820,'Cleverdale','NY','43.471810','-73.639291',-5,1); -INSERT INTO zipcodes VALUES (12821,'Comstock','NY','43.461692','-73.401970',-5,1); -INSERT INTO zipcodes VALUES (12822,'Corinth','NY','43.248892','-73.851720',-5,1); -INSERT INTO zipcodes VALUES (12823,'Cossayuna','NY','43.178983','-73.407670',-5,1); -INSERT INTO zipcodes VALUES (12824,'Diamond Point','NY','43.509640','-73.697760',-5,1); -INSERT INTO zipcodes VALUES (12825,'Queensbury','NY','42.973468','-74.406393',-5,1); -INSERT INTO zipcodes VALUES (12827,'Fort Ann','NY','43.414017','-73.504640',-5,1); -INSERT INTO zipcodes VALUES (12828,'Fort Edward','NY','43.253125','-73.585490',-5,1); -INSERT INTO zipcodes VALUES (12830,'Wilton','NY','43.129430','-73.712415',-5,1); -INSERT INTO zipcodes VALUES (12831,'Gansevoort','NY','43.174566','-73.688480',-5,1); -INSERT INTO zipcodes VALUES (12832,'Granville','NY','43.376197','-73.311530',-5,1); -INSERT INTO zipcodes VALUES (12833,'Greenfield Center','NY','43.128878','-73.855500',-5,1); -INSERT INTO zipcodes VALUES (12834,'Greenwich','NY','43.095447','-73.501770',-5,1); -INSERT INTO zipcodes VALUES (12835,'Hadley','NY','43.292593','-73.978000',-5,1); -INSERT INTO zipcodes VALUES (12836,'Hague','NY','43.750773','-73.518810',-5,1); -INSERT INTO zipcodes VALUES (12837,'Hampton','NY','43.500423','-73.260440',-5,1); -INSERT INTO zipcodes VALUES (12838,'Hartford','NY','43.345875','-73.406510',-5,1); -INSERT INTO zipcodes VALUES (12839,'Hudson Falls','NY','43.316622','-73.573500',-5,1); -INSERT INTO zipcodes VALUES (12841,'Huletts Landing','NY','43.642332','-73.509480',-5,1); -INSERT INTO zipcodes VALUES (12842,'Indian Lake','NY','43.761451','-74.266310',-5,1); -INSERT INTO zipcodes VALUES (12843,'Johnsburg','NY','43.569961','-73.983450',-5,1); -INSERT INTO zipcodes VALUES (12844,'Kattskill Bay','NY','43.495335','-73.629870',-5,1); -INSERT INTO zipcodes VALUES (12845,'Lake George','NY','43.419280','-73.707660',-5,1); -INSERT INTO zipcodes VALUES (12846,'Lake Luzerne','NY','43.329851','-73.829110',-5,1); -INSERT INTO zipcodes VALUES (12847,'Long Lake','NY','43.976430','-74.566690',-5,1); -INSERT INTO zipcodes VALUES (12848,'Middle Falls','NY','43.100123','-73.524554',-5,1); -INSERT INTO zipcodes VALUES (12849,'Middle Granville','NY','43.433107','-73.291520',-5,1); -INSERT INTO zipcodes VALUES (12850,'Middle Grove','NY','43.092312','-73.970330',-5,1); -INSERT INTO zipcodes VALUES (12851,'Minerva','NY','43.841369','-74.037470',-5,1); -INSERT INTO zipcodes VALUES (12852,'Newcomb','NY','43.972307','-74.153210',-5,1); -INSERT INTO zipcodes VALUES (12853,'North Creek','NY','43.683067','-73.974570',-5,1); -INSERT INTO zipcodes VALUES (12854,'North Granville','NY','43.452517','-73.340950',-5,1); -INSERT INTO zipcodes VALUES (12855,'North Hudson','NY','43.996303','-73.721470',-5,1); -INSERT INTO zipcodes VALUES (12856,'North River','NY','43.722082','-74.105460',-5,1); -INSERT INTO zipcodes VALUES (12857,'Olmstedville','NY','43.795443','-73.939940',-5,1); -INSERT INTO zipcodes VALUES (12858,'Paradox','NY','43.888754','-73.658120',-5,1); -INSERT INTO zipcodes VALUES (12859,'Porter Corners','NY','43.182144','-73.886890',-5,1); -INSERT INTO zipcodes VALUES (12860,'Pottersville','NY','43.719612','-73.811160',-5,1); -INSERT INTO zipcodes VALUES (12861,'Putnam Station','NY','43.745310','-73.415690',-5,1); -INSERT INTO zipcodes VALUES (12862,'Riparius','NY','43.675377','-73.932509',-5,1); -INSERT INTO zipcodes VALUES (12863,'Rock City Falls','NY','43.067531','-73.930020',-5,1); -INSERT INTO zipcodes VALUES (12864,'Sabael','NY','43.667618','-74.456913',-5,1); -INSERT INTO zipcodes VALUES (12865,'Salem','NY','43.200351','-73.352600',-5,1); -INSERT INTO zipcodes VALUES (12866,'Saratoga Springs','NY','43.080399','-73.770380',-5,1); -INSERT INTO zipcodes VALUES (12870,'Schroon Lake','NY','43.835376','-73.758020',-5,1); -INSERT INTO zipcodes VALUES (12871,'Schuylerville','NY','43.088919','-73.596330',-5,1); -INSERT INTO zipcodes VALUES (12872,'Severance','NY','44.145678','-73.815204',-5,1); -INSERT INTO zipcodes VALUES (12873,'Shushan','NY','43.115950','-73.318520',-5,1); -INSERT INTO zipcodes VALUES (12874,'Silver Bay','NY','43.685475','-73.507670',-5,1); -INSERT INTO zipcodes VALUES (12877,'Whitehall','NY','43.618466','-73.354596',-5,1); -INSERT INTO zipcodes VALUES (12878,'Stony Creek','NY','43.426652','-73.961740',-5,1); -INSERT INTO zipcodes VALUES (12879,'Newcomb','NY','44.145678','-73.815204',-5,1); -INSERT INTO zipcodes VALUES (12883,'Ticonderoga','NY','43.858226','-73.454140',-5,1); -INSERT INTO zipcodes VALUES (12884,'Victory Mills','NY','43.088397','-73.591652',-5,1); -INSERT INTO zipcodes VALUES (12885,'Warrensburg','NY','43.538744','-73.805270',-5,1); -INSERT INTO zipcodes VALUES (12886,'Wevertown','NY','43.638462','-73.916930',-5,1); -INSERT INTO zipcodes VALUES (12887,'Whitehall','NY','43.547822','-73.383180',-5,1); -INSERT INTO zipcodes VALUES (12901,'Plattsburgh','NY','44.693271','-73.466170',-5,1); -INSERT INTO zipcodes VALUES (12903,'Plattsburgh','NY','44.683468','-73.446390',-5,1); -INSERT INTO zipcodes VALUES (12910,'Altona','NY','44.879986','-73.656940',-5,1); -INSERT INTO zipcodes VALUES (12911,'Keeseville','NY','44.530527','-73.467340',-5,1); -INSERT INTO zipcodes VALUES (12912,'Au Sable Forks','NY','44.466008','-73.734410',-5,1); -INSERT INTO zipcodes VALUES (12913,'Bloomingdale','NY','44.421547','-73.992560',-5,1); -INSERT INTO zipcodes VALUES (12914,'Bombay','NY','44.927856','-74.602110',-5,1); -INSERT INTO zipcodes VALUES (12915,'Brainardsville','NY','44.552725','-74.317958',-5,1); -INSERT INTO zipcodes VALUES (12916,'Brushton','NY','44.830736','-74.514340',-5,1); -INSERT INTO zipcodes VALUES (12917,'Burke','NY','44.915973','-74.165650',-5,1); -INSERT INTO zipcodes VALUES (12918,'Cadyville','NY','44.692862','-73.666670',-5,1); -INSERT INTO zipcodes VALUES (12919,'Champlain','NY','44.965887','-73.436360',-5,1); -INSERT INTO zipcodes VALUES (12920,'Chateaugay','NY','44.901543','-74.060540',-5,1); -INSERT INTO zipcodes VALUES (12921,'Chazy','NY','44.888210','-73.432250',-5,1); -INSERT INTO zipcodes VALUES (12922,'Childwold','NY','44.224185','-74.765390',-5,1); -INSERT INTO zipcodes VALUES (12923,'Churubusco','NY','44.948894','-73.965450',-5,1); -INSERT INTO zipcodes VALUES (12924,'Keeseville','NY','44.706561','-73.744555',-5,1); -INSERT INTO zipcodes VALUES (12926,'Constable','NY','44.953782','-74.328090',-5,1); -INSERT INTO zipcodes VALUES (12927,'Cranberry Lake','NY','44.220971','-74.850530',-5,1); -INSERT INTO zipcodes VALUES (12928,'Crown Point','NY','43.950370','-73.483570',-5,1); -INSERT INTO zipcodes VALUES (12929,'Dannemora','NY','44.847709','-73.582317',-5,1); -INSERT INTO zipcodes VALUES (12930,'Dickinson Center','NY','44.731571','-74.534850',-5,1); -INSERT INTO zipcodes VALUES (12932,'Elizabethtown','NY','44.212623','-73.595420',-5,1); -INSERT INTO zipcodes VALUES (12933,'Ellenburg','NY','44.881962','-73.963279',-5,1); -INSERT INTO zipcodes VALUES (12934,'Ellenburg Center','NY','44.865972','-73.895840',-5,1); -INSERT INTO zipcodes VALUES (12935,'Ellenburg Depot','NY','44.832180','-73.800010',-5,1); -INSERT INTO zipcodes VALUES (12936,'Essex','NY','44.259479','-73.405910',-5,1); -INSERT INTO zipcodes VALUES (12937,'Fort Covington','NY','44.972087','-74.487030',-5,1); -INSERT INTO zipcodes VALUES (12938,'Pleasant Valley','NY','41.773053','-73.856116',-5,1); -INSERT INTO zipcodes VALUES (12939,'Gabriels','NY','44.552725','-74.317958',-5,1); -INSERT INTO zipcodes VALUES (12941,'Jay','NY','44.391900','-73.730280',-5,1); -INSERT INTO zipcodes VALUES (12942,'Keene','NY','44.254620','-73.789340',-5,1); -INSERT INTO zipcodes VALUES (12943,'Keene Valley','NY','44.171625','-73.781310',-5,1); -INSERT INTO zipcodes VALUES (12944,'Keeseville','NY','44.483465','-73.480100',-5,1); -INSERT INTO zipcodes VALUES (12945,'Lake Clear','NY','44.360566','-74.258010',-5,1); -INSERT INTO zipcodes VALUES (12946,'Lake Placid','NY','44.292147','-73.959850',-5,1); -INSERT INTO zipcodes VALUES (12949,'Lawrenceville','NY','44.746861','-74.660413',-5,1); -INSERT INTO zipcodes VALUES (12950,'Lewis','NY','44.322102','-73.540400',-5,1); -INSERT INTO zipcodes VALUES (12952,'Lyon Mountain','NY','44.715159','-73.918240',-5,1); -INSERT INTO zipcodes VALUES (12953,'Malone','NY','44.813419','-74.277200',-5,1); -INSERT INTO zipcodes VALUES (12955,'Lyon Mountain','NY','44.787489','-73.987020',-5,1); -INSERT INTO zipcodes VALUES (12956,'Mineville','NY','44.088275','-73.517450',-5,1); -INSERT INTO zipcodes VALUES (12957,'Moira','NY','44.833996','-74.571600',-5,1); -INSERT INTO zipcodes VALUES (12958,'Mooers','NY','44.958106','-73.580220',-5,1); -INSERT INTO zipcodes VALUES (12959,'Mooers Forks','NY','44.951443','-73.680230',-5,1); -INSERT INTO zipcodes VALUES (12960,'Moriah','NY','44.025573','-73.512870',-5,1); -INSERT INTO zipcodes VALUES (12961,'Moriah Center','NY','44.061849','-73.583840',-5,1); -INSERT INTO zipcodes VALUES (12962,'Morrisonville','NY','44.711769','-73.582190',-5,1); -INSERT INTO zipcodes VALUES (12964,'New Russia','NY','44.129094','-73.647920',-5,1); -INSERT INTO zipcodes VALUES (12965,'Nicholville','NY','44.698253','-74.688430',-5,1); -INSERT INTO zipcodes VALUES (12966,'North Bangor','NY','44.812315','-74.407840',-5,1); -INSERT INTO zipcodes VALUES (12967,'North Lawrence','NY','44.784144','-74.662130',-5,1); -INSERT INTO zipcodes VALUES (12969,'Owls Head','NY','44.711622','-74.096790',-5,1); -INSERT INTO zipcodes VALUES (12970,'Paul Smiths','NY','44.454639','-74.287530',-5,1); -INSERT INTO zipcodes VALUES (12972,'Peru','NY','44.563323','-73.523070',-5,1); -INSERT INTO zipcodes VALUES (12973,'Piercefield','NY','44.234289','-74.555957',-5,1); -INSERT INTO zipcodes VALUES (12974,'Port Henry','NY','44.041901','-73.461320',-5,1); -INSERT INTO zipcodes VALUES (12975,'Port Kent','NY','44.526437','-73.409243',-5,1); -INSERT INTO zipcodes VALUES (12976,'Rainbow Lake','NY','44.552725','-74.317958',-5,1); -INSERT INTO zipcodes VALUES (12977,'Ray Brook','NY','44.145678','-73.815204',-5,1); -INSERT INTO zipcodes VALUES (12978,'Redford','NY','44.664956','-73.761204',-5,1); -INSERT INTO zipcodes VALUES (12979,'Rouses Point','NY','44.990606','-73.370170',-5,1); -INSERT INTO zipcodes VALUES (12980,'Saint Regis Falls','NY','44.630910','-74.537210',-5,1); -INSERT INTO zipcodes VALUES (12981,'Saranac','NY','44.617642','-73.811960',-5,1); -INSERT INTO zipcodes VALUES (12983,'Saranac Lake','NY','44.324736','-74.168430',-5,1); -INSERT INTO zipcodes VALUES (12985,'Schuyler Falls','NY','44.589583','-73.713550',-5,1); -INSERT INTO zipcodes VALUES (12986,'Tupper Lake','NY','44.220344','-74.462990',-5,1); -INSERT INTO zipcodes VALUES (12987,'Upper Jay','NY','44.329473','-73.792820',-5,1); -INSERT INTO zipcodes VALUES (12989,'Vermontville','NY','44.519178','-74.060530',-5,1); -INSERT INTO zipcodes VALUES (12992,'West Chazy','NY','44.819829','-73.511560',-5,1); -INSERT INTO zipcodes VALUES (12993,'Westport','NY','44.195201','-73.471940',-5,1); -INSERT INTO zipcodes VALUES (12995,'Whippleville','NY','44.805681','-74.252254',-5,1); -INSERT INTO zipcodes VALUES (12996,'Willsboro','NY','44.373007','-73.406680',-5,1); -INSERT INTO zipcodes VALUES (12997,'Wilmington','NY','44.145678','-73.815204',-5,1); -INSERT INTO zipcodes VALUES (12998,'Witherbee','NY','44.082670','-73.530601',-5,1); -INSERT INTO zipcodes VALUES (13020,'Apulia Station','NY','42.823968','-76.062425',-5,1); -INSERT INTO zipcodes VALUES (13021,'Auburn','NY','42.922273','-76.558820',-5,1); -INSERT INTO zipcodes VALUES (13022,'Auburn','NY','43.163364','-76.509567',-5,1); -INSERT INTO zipcodes VALUES (13024,'Auburn','NY','43.163364','-76.509567',-5,1); -INSERT INTO zipcodes VALUES (13026,'Aurora','NY','42.758088','-76.669980',-5,1); -INSERT INTO zipcodes VALUES (13027,'Baldwinsville','NY','43.165134','-76.339010',-5,1); -INSERT INTO zipcodes VALUES (13028,'Bernhards Bay','NY','43.279405','-75.931070',-5,1); -INSERT INTO zipcodes VALUES (13029,'Brewerton','NY','43.225081','-76.139660',-5,1); -INSERT INTO zipcodes VALUES (13030,'Bridgeport','NY','43.164297','-75.960570',-5,1); -INSERT INTO zipcodes VALUES (13031,'Camillus','NY','43.039916','-76.287570',-5,1); -INSERT INTO zipcodes VALUES (13032,'Canastota','NY','43.086439','-75.764840',-5,1); -INSERT INTO zipcodes VALUES (13033,'Cato','NY','43.182054','-76.571760',-5,1); -INSERT INTO zipcodes VALUES (13034,'Cayuga','NY','42.912846','-76.708180',-5,1); -INSERT INTO zipcodes VALUES (13035,'Cazenovia','NY','42.938816','-75.830370',-5,1); -INSERT INTO zipcodes VALUES (13036,'Central Square','NY','43.299689','-76.151440',-5,1); -INSERT INTO zipcodes VALUES (13037,'Chittenango','NY','43.059992','-75.871160',-5,1); -INSERT INTO zipcodes VALUES (13039,'Cicero','NY','43.171707','-76.095050',-5,1); -INSERT INTO zipcodes VALUES (13040,'Cincinnatus','NY','42.560795','-75.932410',-5,1); -INSERT INTO zipcodes VALUES (13041,'Clay','NY','43.183500','-76.180020',-5,1); -INSERT INTO zipcodes VALUES (13042,'Cleveland','NY','43.252084','-75.848530',-5,1); -INSERT INTO zipcodes VALUES (13043,'Clockville','NY','43.042044','-75.740848',-5,1); -INSERT INTO zipcodes VALUES (13044,'Constantia','NY','43.285470','-76.001380',-5,1); -INSERT INTO zipcodes VALUES (13045,'Cortland','NY','42.591109','-76.192170',-5,1); -INSERT INTO zipcodes VALUES (13051,'Delphi Falls','NY','42.870698','-75.911280',-5,1); -INSERT INTO zipcodes VALUES (13052,'De Ruyter','NY','42.728977','-75.866330',-5,1); -INSERT INTO zipcodes VALUES (13053,'Dryden','NY','42.483348','-76.279010',-5,1); -INSERT INTO zipcodes VALUES (13054,'Durhamville','NY','43.165514','-75.680910',-5,1); -INSERT INTO zipcodes VALUES (13056,'East Homer','NY','42.677155','-76.105201',-5,1); -INSERT INTO zipcodes VALUES (13057,'East Syracuse','NY','43.074266','-76.055380',-5,1); -INSERT INTO zipcodes VALUES (13060,'Elbridge','NY','43.025843','-76.425890',-5,1); -INSERT INTO zipcodes VALUES (13061,'Erieville','NY','42.859332','-75.742610',-5,1); -INSERT INTO zipcodes VALUES (13062,'Etna','NY','42.484414','-76.382710',-5,1); -INSERT INTO zipcodes VALUES (13063,'Fabius','NY','42.847248','-75.978180',-5,1); -INSERT INTO zipcodes VALUES (13064,'Fair Haven','NY','43.431311','-76.200448',-5,1); -INSERT INTO zipcodes VALUES (13065,'Fayette','NY','42.822662','-76.801970',-5,1); -INSERT INTO zipcodes VALUES (13066,'Fayetteville','NY','43.028516','-76.008760',-5,1); -INSERT INTO zipcodes VALUES (13068,'Freeville','NY','42.505075','-76.352830',-5,1); -INSERT INTO zipcodes VALUES (13069,'Fulton','NY','43.323470','-76.400290',-5,1); -INSERT INTO zipcodes VALUES (13071,'Genoa','NY','42.677418','-76.541540',-5,1); -INSERT INTO zipcodes VALUES (13072,'Georgetown','NY','42.763823','-75.751880',-5,1); -INSERT INTO zipcodes VALUES (13073,'Groton','NY','42.591961','-76.393450',-5,1); -INSERT INTO zipcodes VALUES (13074,'Hannibal','NY','43.317683','-76.567670',-5,1); -INSERT INTO zipcodes VALUES (13076,'Hastings','NY','43.354706','-76.148710',-5,1); -INSERT INTO zipcodes VALUES (13077,'Homer','NY','42.680693','-76.185660',-5,1); -INSERT INTO zipcodes VALUES (13078,'Jamesville','NY','42.973991','-76.074930',-5,1); -INSERT INTO zipcodes VALUES (13080,'Jordan','NY','43.074460','-76.478740',-5,1); -INSERT INTO zipcodes VALUES (13081,'King Ferry','NY','42.667102','-76.629390',-5,1); -INSERT INTO zipcodes VALUES (13082,'Kirkville','NY','43.099547','-75.961900',-5,1); -INSERT INTO zipcodes VALUES (13083,'Lacona','NY','43.647881','-76.016700',-5,1); -INSERT INTO zipcodes VALUES (13084,'La Fayette','NY','42.883503','-76.109830',-5,1); -INSERT INTO zipcodes VALUES (13087,'Little York','NY','42.706981','-76.156103',-5,1); -INSERT INTO zipcodes VALUES (13088,'Liverpool','NY','43.105917','-76.193650',-5,1); -INSERT INTO zipcodes VALUES (13089,'Liverpool','NY','43.021430','-76.197701',-5,1); -INSERT INTO zipcodes VALUES (13090,'Liverpool','NY','43.152017','-76.220680',-5,1); -INSERT INTO zipcodes VALUES (13092,'Locke','NY','42.643214','-76.425780',-5,1); -INSERT INTO zipcodes VALUES (13093,'Lycoming','NY','43.431311','-76.200448',-5,1); -INSERT INTO zipcodes VALUES (13101,'McGraw','NY','42.593363','-76.077890',-5,1); -INSERT INTO zipcodes VALUES (13102,'McLean','NY','42.554215','-76.292723',-5,1); -INSERT INTO zipcodes VALUES (13103,'Mallory','NY','43.339851','-76.096357',-5,1); -INSERT INTO zipcodes VALUES (13104,'Manlius','NY','42.987329','-75.967630',-5,1); -INSERT INTO zipcodes VALUES (13107,'Maple View','NY','43.457798','-76.153442',-5,1); -INSERT INTO zipcodes VALUES (13108,'Marcellus','NY','42.979467','-76.338110',-5,1); -INSERT INTO zipcodes VALUES (13110,'Marietta','NY','42.891595','-76.283180',-5,1); -INSERT INTO zipcodes VALUES (13111,'Martville','NY','43.258952','-76.614410',-5,1); -INSERT INTO zipcodes VALUES (13112,'Memphis','NY','43.105771','-76.414820',-5,1); -INSERT INTO zipcodes VALUES (13113,'Meridian','NY','43.089111','-76.621747',-5,1); -INSERT INTO zipcodes VALUES (13114,'Mexico','NY','43.468092','-76.238200',-5,1); -INSERT INTO zipcodes VALUES (13115,'Minetto','NY','43.397671','-76.482365',-5,1); -INSERT INTO zipcodes VALUES (13116,'Minoa','NY','43.077067','-76.006950',-5,1); -INSERT INTO zipcodes VALUES (13117,'Montezuma','NY','43.002267','-76.704722',-5,1); -INSERT INTO zipcodes VALUES (13118,'Moravia','NY','42.755698','-76.412260',-5,1); -INSERT INTO zipcodes VALUES (13119,'Mottville','NY','42.974460','-76.440833',-5,1); -INSERT INTO zipcodes VALUES (13120,'Nedrow','NY','42.950501','-76.157970',-5,1); -INSERT INTO zipcodes VALUES (13121,'New Haven','NY','43.483379','-76.315044',-5,1); -INSERT INTO zipcodes VALUES (13122,'New Woodstock','NY','42.837642','-75.847780',-5,1); -INSERT INTO zipcodes VALUES (13123,'North Bay','NY','43.236407','-75.776918',-5,1); -INSERT INTO zipcodes VALUES (13124,'North Pitcher','NY','42.639288','-75.820120',-5,1); -INSERT INTO zipcodes VALUES (13126,'Oswego','NY','43.449201','-76.479920',-5,1); -INSERT INTO zipcodes VALUES (13129,'Georgetown','NY','42.712735','-75.731391',-5,1); -INSERT INTO zipcodes VALUES (13131,'Parish','NY','43.415157','-76.114160',-5,1); -INSERT INTO zipcodes VALUES (13132,'Pennellville','NY','43.262012','-76.229120',-5,1); -INSERT INTO zipcodes VALUES (13133,'Colesville','NY','42.216968','-75.724015',-5,1); -INSERT INTO zipcodes VALUES (13134,'Peterboro','NY','42.968619','-75.679351',-5,1); -INSERT INTO zipcodes VALUES (13135,'Phoenix','NY','43.235916','-76.313390',-5,1); -INSERT INTO zipcodes VALUES (13136,'Pitcher','NY','42.607076','-75.852160',-5,1); -INSERT INTO zipcodes VALUES (13137,'Plainville','NY','43.157653','-76.446980',-5,1); -INSERT INTO zipcodes VALUES (13138,'Pompey','NY','42.892740','-76.026459',-5,1); -INSERT INTO zipcodes VALUES (13139,'Poplar Ridge','NY','42.742057','-76.628454',-5,1); -INSERT INTO zipcodes VALUES (13140,'Port Byron','NY','43.049797','-76.660550',-5,1); -INSERT INTO zipcodes VALUES (13141,'Preble','NY','42.770700','-76.186420',-5,1); -INSERT INTO zipcodes VALUES (13142,'Pulaski','NY','43.559926','-76.136190',-5,1); -INSERT INTO zipcodes VALUES (13143,'Red Creek','NY','43.235909','-76.715450',-5,1); -INSERT INTO zipcodes VALUES (13144,'Richland','NY','43.560754','-75.990690',-5,1); -INSERT INTO zipcodes VALUES (13145,'Sandy Creek','NY','43.653475','-76.132140',-5,1); -INSERT INTO zipcodes VALUES (13146,'Savannah','NY','43.099860','-76.757160',-5,1); -INSERT INTO zipcodes VALUES (13147,'Scipio Center','NY','42.774714','-76.570450',-5,1); -INSERT INTO zipcodes VALUES (13148,'Seneca Falls','NY','42.924166','-76.783660',-5,1); -INSERT INTO zipcodes VALUES (13149,'Preble','NY','42.718259','-76.149045',-5,1); -INSERT INTO zipcodes VALUES (13152,'Skaneateles','NY','42.897167','-76.389630',-5,1); -INSERT INTO zipcodes VALUES (13153,'Skaneateles Falls','NY','42.991112','-76.451147',-5,1); -INSERT INTO zipcodes VALUES (13154,'South Butler','NY','43.134425','-76.765591',-5,1); -INSERT INTO zipcodes VALUES (13155,'South Otselic','NY','42.662648','-75.762650',-5,1); -INSERT INTO zipcodes VALUES (13156,'Sterling','NY','43.337718','-76.672900',-5,1); -INSERT INTO zipcodes VALUES (13157,'Sylvan Beach','NY','43.209147','-75.723070',-5,1); -INSERT INTO zipcodes VALUES (13158,'Truxton','NY','42.717801','-75.972090',-5,1); -INSERT INTO zipcodes VALUES (13159,'Tully','NY','42.802031','-76.127170',-5,1); -INSERT INTO zipcodes VALUES (13160,'Union Springs','NY','42.832007','-76.666410',-5,1); -INSERT INTO zipcodes VALUES (13162,'Verona Beach','NY','43.188520','-75.712551',-5,1); -INSERT INTO zipcodes VALUES (13163,'Wampsville','NY','43.078461','-75.701639',-5,1); -INSERT INTO zipcodes VALUES (13164,'Warners','NY','43.088699','-76.319460',-5,1); -INSERT INTO zipcodes VALUES (13165,'Waterloo','NY','42.911377','-76.870270',-5,1); -INSERT INTO zipcodes VALUES (13166,'Weedsport','NY','43.056292','-76.556300',-5,1); -INSERT INTO zipcodes VALUES (13167,'West Monroe','NY','43.309645','-76.055200',-5,1); -INSERT INTO zipcodes VALUES (13201,'Syracuse','NY','43.021430','-76.197701',-5,1); -INSERT INTO zipcodes VALUES (13202,'Syracuse','NY','43.045066','-76.149940',-5,1); -INSERT INTO zipcodes VALUES (13203,'Syracuse','NY','43.061116','-76.137330',-5,1); -INSERT INTO zipcodes VALUES (13204,'Syracuse','NY','43.048966','-76.175360',-5,1); -INSERT INTO zipcodes VALUES (13205,'Syracuse','NY','43.010916','-76.145010',-5,1); -INSERT INTO zipcodes VALUES (13206,'Syracuse','NY','43.069866','-76.107240',-5,1); -INSERT INTO zipcodes VALUES (13207,'Syracuse','NY','43.020116','-76.164060',-5,1); -INSERT INTO zipcodes VALUES (13208,'Syracuse','NY','43.074566','-76.147470',-5,1); -INSERT INTO zipcodes VALUES (13209,'Syracuse','NY','43.081324','-76.234880',-5,1); -INSERT INTO zipcodes VALUES (13210,'Syracuse','NY','43.037166','-76.126530',-5,1); -INSERT INTO zipcodes VALUES (13211,'Syracuse','NY','43.098917','-76.136880',-5,1); -INSERT INTO zipcodes VALUES (13212,'Syracuse','NY','43.128534','-76.139310',-5,1); -INSERT INTO zipcodes VALUES (13214,'Syracuse','NY','43.038099','-76.076350',-5,1); -INSERT INTO zipcodes VALUES (13215,'Syracuse','NY','42.996804','-76.217700',-5,1); -INSERT INTO zipcodes VALUES (13217,'Syracuse','NY','43.021430','-76.197701',-5,1); -INSERT INTO zipcodes VALUES (13218,'Syracuse','NY','43.021430','-76.197701',-5,1); -INSERT INTO zipcodes VALUES (13219,'Syracuse','NY','43.041566','-76.220720',-5,1); -INSERT INTO zipcodes VALUES (13220,'Syracuse','NY','43.123415','-76.128230',-5,1); -INSERT INTO zipcodes VALUES (13221,'Syracuse','NY','43.021430','-76.197701',-5,1); -INSERT INTO zipcodes VALUES (13224,'Syracuse','NY','43.041866','-76.103200',-5,1); -INSERT INTO zipcodes VALUES (13225,'Syracuse','NY','43.021430','-76.197701',-5,1); -INSERT INTO zipcodes VALUES (13244,'Syracuse','NY','43.037716','-76.139646',-5,1); -INSERT INTO zipcodes VALUES (13250,'Syracuse','NY','43.021430','-76.197701',-5,1); -INSERT INTO zipcodes VALUES (13251,'Syracuse','NY','43.021430','-76.197701',-5,1); -INSERT INTO zipcodes VALUES (13252,'Syracuse','NY','43.050966','-76.156696',-5,1); -INSERT INTO zipcodes VALUES (13260,'Syracuse','NY','43.021430','-76.197701',-5,1); -INSERT INTO zipcodes VALUES (13261,'Syracuse','NY','43.021430','-76.197701',-5,1); -INSERT INTO zipcodes VALUES (13290,'Syracuse','NY','43.075066','-76.174110',-5,1); -INSERT INTO zipcodes VALUES (13301,'Alder Creek','NY','43.419132','-75.219420',-5,1); -INSERT INTO zipcodes VALUES (13302,'Altmar','NY','43.499843','-75.977160',-5,1); -INSERT INTO zipcodes VALUES (13303,'Ava','NY','43.368235','-75.468800',-5,1); -INSERT INTO zipcodes VALUES (13304,'Barneveld','NY','43.242724','-75.165900',-5,1); -INSERT INTO zipcodes VALUES (13305,'Beaver Falls','NY','43.818705','-75.480342',-5,1); -INSERT INTO zipcodes VALUES (13308,'Blossvale','NY','43.236303','-75.680870',-5,1); -INSERT INTO zipcodes VALUES (13309,'Boonville','NY','43.484783','-75.335590',-5,1); -INSERT INTO zipcodes VALUES (13310,'Bouckville','NY','42.888210','-75.568800',-5,1); -INSERT INTO zipcodes VALUES (13312,'Brantingham','NY','43.689564','-75.272520',-5,1); -INSERT INTO zipcodes VALUES (13313,'Bridgewater','NY','42.878960','-75.255690',-5,1); -INSERT INTO zipcodes VALUES (13314,'Brookfield','NY','42.832184','-75.321060',-5,1); -INSERT INTO zipcodes VALUES (13315,'Burlington Flats','NY','42.728271','-75.141440',-5,1); -INSERT INTO zipcodes VALUES (13316,'Camden','NY','43.377083','-75.742610',-5,1); -INSERT INTO zipcodes VALUES (13317,'Canajoharie','NY','42.867490','-74.574350',-5,1); -INSERT INTO zipcodes VALUES (13318,'Cassville','NY','42.937739','-75.249460',-5,1); -INSERT INTO zipcodes VALUES (13319,'Chadwicks','NY','43.029669','-75.272110',-5,1); -INSERT INTO zipcodes VALUES (13320,'Cherry Valley','NY','42.772775','-74.735900',-5,1); -INSERT INTO zipcodes VALUES (13321,'Clark Mills','NY','43.090027','-75.387088',-5,1); -INSERT INTO zipcodes VALUES (13322,'Clayville','NY','42.969624','-75.226030',-5,1); -INSERT INTO zipcodes VALUES (13323,'Clinton','NY','43.049536','-75.376560',-5,1); -INSERT INTO zipcodes VALUES (13324,'Cold Brook','NY','43.317064','-74.974490',-5,1); -INSERT INTO zipcodes VALUES (13325,'Constableville','NY','43.570028','-75.490470',-5,1); -INSERT INTO zipcodes VALUES (13326,'Cooperstown','NY','42.703091','-74.914130',-5,1); -INSERT INTO zipcodes VALUES (13327,'Croghan','NY','43.932489','-75.290840',-5,1); -INSERT INTO zipcodes VALUES (13328,'Deansboro','NY','42.984300','-75.422400',-5,1); -INSERT INTO zipcodes VALUES (13329,'Dolgeville','NY','43.115450','-74.743790',-5,1); -INSERT INTO zipcodes VALUES (13331,'Eagle Bay','NY','43.822824','-74.872830',-5,1); -INSERT INTO zipcodes VALUES (13332,'Earlville','NY','42.752447','-75.569970',-5,1); -INSERT INTO zipcodes VALUES (13333,'East Springfield','NY','42.843048','-74.808820',-5,1); -INSERT INTO zipcodes VALUES (13334,'Eaton','NY','42.839170','-75.654820',-5,1); -INSERT INTO zipcodes VALUES (13335,'Edmeston','NY','42.694896','-75.242140',-5,1); -INSERT INTO zipcodes VALUES (13337,'Fly Creek','NY','42.743186','-74.981640',-5,1); -INSERT INTO zipcodes VALUES (13338,'Forestport','NY','43.506153','-75.073550',-5,1); -INSERT INTO zipcodes VALUES (13339,'Fort Plain','NY','42.943602','-74.647170',-5,1); -INSERT INTO zipcodes VALUES (13340,'Frankfort','NY','43.046471','-75.100190',-5,1); -INSERT INTO zipcodes VALUES (13341,'Franklin Springs','NY','43.036802','-75.391150',-5,1); -INSERT INTO zipcodes VALUES (13342,'Garrattsville','NY','42.647430','-75.177930',-5,1); -INSERT INTO zipcodes VALUES (13343,'Glenfield','NY','43.743932','-75.349710',-5,1); -INSERT INTO zipcodes VALUES (13345,'Greig','NY','43.818705','-75.480342',-5,1); -INSERT INTO zipcodes VALUES (13346,'Hamilton','NY','42.820826','-75.540120',-5,1); -INSERT INTO zipcodes VALUES (13348,'Hartwick','NY','42.708284','-75.058800',-5,1); -INSERT INTO zipcodes VALUES (13350,'Herkimer','NY','43.038149','-74.984600',-5,1); -INSERT INTO zipcodes VALUES (13352,'Hinckley','NY','43.328187','-75.117319',-5,1); -INSERT INTO zipcodes VALUES (13353,'Hoffmeister','NY','43.392434','-74.726750',-5,1); -INSERT INTO zipcodes VALUES (13354,'Holland Patent','NY','43.261526','-75.257050',-5,1); -INSERT INTO zipcodes VALUES (13355,'Hubbardsville','NY','42.814880','-75.434240',-5,1); -INSERT INTO zipcodes VALUES (13357,'Ilion','NY','42.992323','-75.061500',-5,1); -INSERT INTO zipcodes VALUES (13360,'Inlet','NY','43.744906','-74.774760',-5,1); -INSERT INTO zipcodes VALUES (13361,'Jordanville','NY','42.902922','-74.891490',-5,1); -INSERT INTO zipcodes VALUES (13362,'Knoxboro','NY','42.980334','-75.518569',-5,1); -INSERT INTO zipcodes VALUES (13363,'Lee Center','NY','43.311975','-75.506770',-5,1); -INSERT INTO zipcodes VALUES (13364,'Leonardsville','NY','42.954541','-75.616793',-5,1); -INSERT INTO zipcodes VALUES (13365,'Little Falls','NY','43.053176','-74.846850',-5,1); -INSERT INTO zipcodes VALUES (13367,'Lowville','NY','43.794492','-75.469050',-5,1); -INSERT INTO zipcodes VALUES (13368,'Lyons Falls','NY','43.637104','-75.348300',-5,1); -INSERT INTO zipcodes VALUES (13388,'Webb','NY','43.606444','-75.103186',-5,1); -INSERT INTO zipcodes VALUES (13396,'Madison','NY','42.839697','-75.544322',-5,1); -INSERT INTO zipcodes VALUES (13401,'McConnellsville','NY','43.267243','-75.688223',-5,1); -INSERT INTO zipcodes VALUES (13402,'Madison','NY','42.907770','-75.498800',-5,1); -INSERT INTO zipcodes VALUES (13403,'Marcy','NY','43.162119','-75.284350',-5,1); -INSERT INTO zipcodes VALUES (13404,'Martinsburg','NY','43.818705','-75.480342',-5,1); -INSERT INTO zipcodes VALUES (13406,'Middleville','NY','43.137624','-74.947000',-5,1); -INSERT INTO zipcodes VALUES (13407,'Mohawk','NY','42.970099','-74.960510',-5,1); -INSERT INTO zipcodes VALUES (13408,'Morrisville','NY','42.923334','-75.663140',-5,1); -INSERT INTO zipcodes VALUES (13409,'Munnsville','NY','42.967906','-75.594570',-5,1); -INSERT INTO zipcodes VALUES (13410,'Nelliston','NY','42.937863','-74.611711',-5,1); -INSERT INTO zipcodes VALUES (13411,'New Berlin','NY','42.626177','-75.315020',-5,1); -INSERT INTO zipcodes VALUES (13413,'New Hartford','NY','43.067169','-75.287670',-5,1); -INSERT INTO zipcodes VALUES (13415,'New Lisbon','NY','42.590419','-75.195695',-5,1); -INSERT INTO zipcodes VALUES (13416,'Newport','NY','43.178528','-74.981170',-5,1); -INSERT INTO zipcodes VALUES (13417,'New York Mills','NY','43.102469','-75.295660',-5,1); -INSERT INTO zipcodes VALUES (13418,'North Brookfield','NY','42.852808','-75.399380',-5,1); -INSERT INTO zipcodes VALUES (13420,'Old Forge','NY','43.707331','-74.944980',-5,1); -INSERT INTO zipcodes VALUES (13421,'Oneida','NY','43.079635','-75.646780',-5,1); -INSERT INTO zipcodes VALUES (13424,'Oriskany','NY','43.158258','-75.342810',-5,1); -INSERT INTO zipcodes VALUES (13425,'Oriskany Falls','NY','42.964774','-75.478890',-5,1); -INSERT INTO zipcodes VALUES (13426,'Orwell','NY','43.562757','-75.996773',-5,1); -INSERT INTO zipcodes VALUES (13428,'Palatine Bridge','NY','42.923583','-74.555360',-5,1); -INSERT INTO zipcodes VALUES (13431,'Poland','NY','43.215740','-75.085340',-5,1); -INSERT INTO zipcodes VALUES (13433,'Port Leyden','NY','43.580184','-75.317570',-5,1); -INSERT INTO zipcodes VALUES (13435,'Prospect','NY','43.305156','-75.150183',-5,1); -INSERT INTO zipcodes VALUES (13436,'Raquette Lake','NY','43.807314','-74.667710',-5,1); -INSERT INTO zipcodes VALUES (13437,'Redfield','NY','43.572876','-75.817090',-5,1); -INSERT INTO zipcodes VALUES (13438,'Remsen','NY','43.349682','-75.158210',-5,1); -INSERT INTO zipcodes VALUES (13439,'Richfield Springs','NY','42.852372','-74.991210',-5,1); -INSERT INTO zipcodes VALUES (13440,'Rome','NY','43.217069','-75.455310',-5,1); -INSERT INTO zipcodes VALUES (13441,'Rome','NY','43.164312','-75.511301',-5,1); -INSERT INTO zipcodes VALUES (13442,'Rome','NY','43.239274','-75.477960',-5,1); -INSERT INTO zipcodes VALUES (13444,'Plymouth','NY','42.637549','-75.672508',-5,1); -INSERT INTO zipcodes VALUES (13449,'Rome','NY','43.239274','-75.477960',-5,1); -INSERT INTO zipcodes VALUES (13450,'Roseboom','NY','42.699830','-74.817310',-5,1); -INSERT INTO zipcodes VALUES (13452,'Saint Johnsville','NY','43.021223','-74.645370',-5,1); -INSERT INTO zipcodes VALUES (13453,'Williamstown','NY','43.436919','-75.881404',-5,1); -INSERT INTO zipcodes VALUES (13454,'Salisbury Center','NY','43.222171','-74.802230',-5,1); -INSERT INTO zipcodes VALUES (13455,'Sangerfield','NY','42.916235','-75.354480',-5,1); -INSERT INTO zipcodes VALUES (13456,'Sauquoit','NY','43.005669','-75.262020',-5,1); -INSERT INTO zipcodes VALUES (13457,'Schuyler Lake','NY','42.775805','-75.048502',-5,1); -INSERT INTO zipcodes VALUES (13459,'Sharon Springs','NY','42.774077','-74.584040',-5,1); -INSERT INTO zipcodes VALUES (13460,'Sherburne','NY','42.680051','-75.465470',-5,1); -INSERT INTO zipcodes VALUES (13461,'Sherrill','NY','43.070808','-75.599120',-5,1); -INSERT INTO zipcodes VALUES (13464,'Smyrna','NY','42.687757','-75.615580',-5,1); -INSERT INTO zipcodes VALUES (13465,'Solsville','NY','42.954541','-75.616793',-5,1); -INSERT INTO zipcodes VALUES (13468,'Springfield Center','NY','42.843002','-74.864790',-5,1); -INSERT INTO zipcodes VALUES (13469,'Stittville','NY','43.220075','-75.295420',-5,1); -INSERT INTO zipcodes VALUES (13470,'Stratford','NY','43.180412','-74.665240',-5,1); -INSERT INTO zipcodes VALUES (13471,'Taberg','NY','43.346517','-75.604930',-5,1); -INSERT INTO zipcodes VALUES (13472,'Thendara','NY','43.460951','-74.957099',-5,1); -INSERT INTO zipcodes VALUES (13473,'Turin','NY','43.654278','-75.438280',-5,1); -INSERT INTO zipcodes VALUES (13475,'Van Hornesville','NY','42.870799','-74.845420',-5,1); -INSERT INTO zipcodes VALUES (13476,'Vernon','NY','43.079233','-75.513400',-5,1); -INSERT INTO zipcodes VALUES (13477,'Vernon Center','NY','43.035057','-75.503810',-5,1); -INSERT INTO zipcodes VALUES (13478,'Verona','NY','43.141727','-75.577020',-5,1); -INSERT INTO zipcodes VALUES (13479,'Washington Mills','NY','43.053769','-75.271559',-5,1); -INSERT INTO zipcodes VALUES (13480,'Waterville','NY','42.922823','-75.364940',-5,1); -INSERT INTO zipcodes VALUES (13482,'West Burlington','NY','42.704333','-75.184913',-5,1); -INSERT INTO zipcodes VALUES (13483,'Westdale','NY','43.399851','-75.827850',-5,1); -INSERT INTO zipcodes VALUES (13484,'West Eaton','NY','42.854631','-75.660462',-5,1); -INSERT INTO zipcodes VALUES (13485,'West Edmeston','NY','42.766057','-75.323530',-5,1); -INSERT INTO zipcodes VALUES (13486,'Westernville','NY','43.338878','-75.358610',-5,1); -INSERT INTO zipcodes VALUES (13488,'Westford','NY','42.680906','-74.765290',-5,1); -INSERT INTO zipcodes VALUES (13489,'West Leyden','NY','43.453661','-75.521720',-5,1); -INSERT INTO zipcodes VALUES (13490,'Westmoreland','NY','43.106801','-75.419440',-5,1); -INSERT INTO zipcodes VALUES (13491,'West Winfield','NY','42.862696','-75.170530',-5,1); -INSERT INTO zipcodes VALUES (13492,'Whitesboro','NY','43.116270','-75.311820',-5,1); -INSERT INTO zipcodes VALUES (13493,'Williamstown','NY','43.421597','-75.905290',-5,1); -INSERT INTO zipcodes VALUES (13494,'Woodgate','NY','43.524904','-75.142771',-5,1); -INSERT INTO zipcodes VALUES (13495,'Yorkville','NY','43.110619','-75.277160',-5,1); -INSERT INTO zipcodes VALUES (13501,'Utica','NY','43.087669','-75.226810',-5,1); -INSERT INTO zipcodes VALUES (13502,'Utica','NY','43.114519','-75.222840',-5,1); -INSERT INTO zipcodes VALUES (13503,'Utica','NY','43.101869','-75.231158',-5,1); -INSERT INTO zipcodes VALUES (13504,'Utica','NY','43.136033','-75.432486',-5,1); -INSERT INTO zipcodes VALUES (13505,'Utica','NY','43.087169','-75.260259',-5,1); -INSERT INTO zipcodes VALUES (13550,'Herkimer','NY','43.026416','-74.982271',-5,1); -INSERT INTO zipcodes VALUES (13562,'Hermon','NY','44.465307','-75.230195',-5,1); -INSERT INTO zipcodes VALUES (13578,'Pharsalia','NY','42.595426','-75.757217',-5,1); -INSERT INTO zipcodes VALUES (13599,'Utica','NY','43.239274','-75.477960',-5,1); -INSERT INTO zipcodes VALUES (13601,'Watertown','NY','43.976735','-75.911990',-5,1); -INSERT INTO zipcodes VALUES (13602,'Fort Drum','NY','44.038030','-75.757930',-5,1); -INSERT INTO zipcodes VALUES (13603,'Watertown','NY','44.030204','-75.818450',-5,1); -INSERT INTO zipcodes VALUES (13605,'Adams','NY','43.807654','-76.049360',-5,1); -INSERT INTO zipcodes VALUES (13606,'Adams Center','NY','43.871728','-76.007930',-5,1); -INSERT INTO zipcodes VALUES (13607,'Alexandria Bay','NY','44.328698','-75.931030',-5,1); -INSERT INTO zipcodes VALUES (13608,'Antwerp','NY','44.243007','-75.603310',-5,1); -INSERT INTO zipcodes VALUES (13610,'Rodman','NY','43.818705','-75.480342',-5,1); -INSERT INTO zipcodes VALUES (13611,'Belleville','NY','43.778046','-76.125914',-5,1); -INSERT INTO zipcodes VALUES (13612,'Black River','NY','44.003136','-75.778390',-5,1); -INSERT INTO zipcodes VALUES (13613,'Brasher Falls','NY','44.864624','-74.753860',-5,1); -INSERT INTO zipcodes VALUES (13614,'Brier Hill','NY','44.541410','-75.705760',-5,1); -INSERT INTO zipcodes VALUES (13615,'Brownville','NY','44.005613','-75.983150',-5,1); -INSERT INTO zipcodes VALUES (13616,'Calcium','NY','44.030831','-75.855210',-5,1); -INSERT INTO zipcodes VALUES (13617,'Canton','NY','44.582490','-75.144170',-5,1); -INSERT INTO zipcodes VALUES (13618,'Cape Vincent','NY','44.114183','-76.292880',-5,1); -INSERT INTO zipcodes VALUES (13619,'Carthage','NY','43.981245','-75.617240',-5,1); -INSERT INTO zipcodes VALUES (13620,'Castorland','NY','43.907070','-75.447610',-5,1); -INSERT INTO zipcodes VALUES (13621,'Chase Mills','NY','44.850439','-75.069150',-5,1); -INSERT INTO zipcodes VALUES (13622,'Chaumont','NY','44.095800','-76.119920',-5,1); -INSERT INTO zipcodes VALUES (13623,'Chippewa Bay','NY','44.440171','-75.757938',-5,1); -INSERT INTO zipcodes VALUES (13624,'Clayton','NY','44.230421','-76.093120',-5,1); -INSERT INTO zipcodes VALUES (13625,'Colton','NY','44.537321','-74.928470',-5,1); -INSERT INTO zipcodes VALUES (13626,'Copenhagen','NY','43.859025','-75.729420',-5,1); -INSERT INTO zipcodes VALUES (13627,'Deer River','NY','43.818705','-75.480342',-5,1); -INSERT INTO zipcodes VALUES (13628,'Deferiet','NY','43.885519','-75.798319',-5,1); -INSERT INTO zipcodes VALUES (13630,'De Kalb Junction','NY','44.494708','-75.299440',-5,1); -INSERT INTO zipcodes VALUES (13631,'Denmark','NY','43.818705','-75.480342',-5,1); -INSERT INTO zipcodes VALUES (13632,'Depauville','NY','44.139501','-76.061552',-5,1); -INSERT INTO zipcodes VALUES (13633,'De Peyster','NY','44.469527','-75.502930',-5,1); -INSERT INTO zipcodes VALUES (13634,'Dexter','NY','44.015332','-76.057110',-5,1); -INSERT INTO zipcodes VALUES (13635,'Edwards','NY','44.314998','-75.261490',-5,1); -INSERT INTO zipcodes VALUES (13636,'Ellisburg','NY','43.759650','-76.152508',-5,1); -INSERT INTO zipcodes VALUES (13637,'Evans Mills','NY','44.091494','-75.826940',-5,1); -INSERT INTO zipcodes VALUES (13638,'Felts Mills','NY','44.021094','-75.761130',-5,1); -INSERT INTO zipcodes VALUES (13639,'Fine','NY','44.268403','-75.136640',-5,1); -INSERT INTO zipcodes VALUES (13640,'Wellesley Island','NY','44.318866','-75.990680',-5,1); -INSERT INTO zipcodes VALUES (13641,'Fishers Landing','NY','44.207681','-75.914556',-5,1); -INSERT INTO zipcodes VALUES (13642,'Gouverneur','NY','44.319897','-75.455370',-5,1); -INSERT INTO zipcodes VALUES (13643,'Great Bend','NY','44.014698','-75.728357',-5,1); -INSERT INTO zipcodes VALUES (13645,'Hailesboro','NY','44.533125','-75.192865',-5,1); -INSERT INTO zipcodes VALUES (13646,'Hammond','NY','44.444242','-75.692270',-5,1); -INSERT INTO zipcodes VALUES (13647,'Hannawa Falls','NY','44.608735','-74.973218',-5,1); -INSERT INTO zipcodes VALUES (13648,'Harrisville','NY','44.168224','-75.292530',-5,1); -INSERT INTO zipcodes VALUES (13649,'Helena','NY','44.921678','-74.706763',-5,1); -INSERT INTO zipcodes VALUES (13650,'Henderson','NY','43.822120','-76.212700',-5,1); -INSERT INTO zipcodes VALUES (13651,'Henderson Harbor','NY','43.870842','-76.180886',-5,1); -INSERT INTO zipcodes VALUES (13652,'Hermon','NY','44.436004','-75.222280',-5,1); -INSERT INTO zipcodes VALUES (13654,'Heuvelton','NY','44.563604','-75.487940',-5,1); -INSERT INTO zipcodes VALUES (13655,'Hogansburg','NY','44.981840','-74.673740',-5,1); -INSERT INTO zipcodes VALUES (13656,'La Fargeville','NY','44.194126','-75.957250',-5,1); -INSERT INTO zipcodes VALUES (13657,'Limerick','NY','44.035703','-76.090424',-5,1); -INSERT INTO zipcodes VALUES (13658,'Lisbon','NY','44.744462','-75.281230',-5,1); -INSERT INTO zipcodes VALUES (13659,'Lorraine','NY','43.743998','-75.893540',-5,1); -INSERT INTO zipcodes VALUES (13660,'Madrid','NY','44.758378','-75.145710',-5,1); -INSERT INTO zipcodes VALUES (13661,'Mannsville','NY','43.714545','-76.104650',-5,1); -INSERT INTO zipcodes VALUES (13662,'Massena','NY','44.937212','-74.876930',-5,1); -INSERT INTO zipcodes VALUES (13664,'Morristown','NY','44.585561','-75.647970',-5,1); -INSERT INTO zipcodes VALUES (13665,'Natural Bridge','NY','44.055436','-75.462790',-5,1); -INSERT INTO zipcodes VALUES (13666,'Newton Falls','NY','44.533125','-75.192865',-5,1); -INSERT INTO zipcodes VALUES (13667,'Norfolk','NY','44.823502','-74.968750',-5,1); -INSERT INTO zipcodes VALUES (13668,'Norwood','NY','44.752355','-74.989060',-5,1); -INSERT INTO zipcodes VALUES (13669,'Ogdensburg','NY','44.683636','-75.490240',-5,1); -INSERT INTO zipcodes VALUES (13670,'Oswegatchie','NY','44.210178','-75.069700',-5,1); -INSERT INTO zipcodes VALUES (13671,'Oxbow','NY','44.308475','-75.668790',-5,1); -INSERT INTO zipcodes VALUES (13672,'Parishville','NY','44.498700','-74.746850',-5,1); -INSERT INTO zipcodes VALUES (13673,'Philadelphia','NY','44.160785','-75.711590',-5,1); -INSERT INTO zipcodes VALUES (13674,'Pierrepont Manor','NY','43.733450','-76.054313',-5,1); -INSERT INTO zipcodes VALUES (13675,'Plessis','NY','44.277365','-75.842630',-5,1); -INSERT INTO zipcodes VALUES (13676,'Potsdam','NY','44.651265','-74.952890',-5,1); -INSERT INTO zipcodes VALUES (13677,'Pyrites','NY','44.673438','-75.082041',-5,1); -INSERT INTO zipcodes VALUES (13678,'Raymondville','NY','44.828685','-74.979811',-5,1); -INSERT INTO zipcodes VALUES (13679,'Redwood','NY','44.323952','-75.768950',-5,1); -INSERT INTO zipcodes VALUES (13680,'Rensselaer Falls','NY','44.593588','-75.323890',-5,1); -INSERT INTO zipcodes VALUES (13681,'Richville','NY','44.414762','-75.378970',-5,1); -INSERT INTO zipcodes VALUES (13682,'Rodman','NY','43.842808','-75.903470',-5,1); -INSERT INTO zipcodes VALUES (13683,'Rooseveltown','NY','44.533125','-75.192865',-5,1); -INSERT INTO zipcodes VALUES (13684,'Russell','NY','44.353607','-75.069400',-5,1); -INSERT INTO zipcodes VALUES (13685,'Sackets Harbor','NY','43.936173','-76.102950',-5,1); -INSERT INTO zipcodes VALUES (13687,'South Colton','NY','44.501065','-74.866330',-5,1); -INSERT INTO zipcodes VALUES (13688,'South Rutland','NY','43.951666','-75.767772',-5,1); -INSERT INTO zipcodes VALUES (13690,'Star Lake','NY','44.161058','-74.996170',-5,1); -INSERT INTO zipcodes VALUES (13691,'Theresa','NY','44.216969','-75.796710',-5,1); -INSERT INTO zipcodes VALUES (13692,'Thousand Island Park','NY','44.289833','-76.026210',-5,1); -INSERT INTO zipcodes VALUES (13693,'Three Mile Bay','NY','44.064999','-76.240230',-5,1); -INSERT INTO zipcodes VALUES (13694,'Waddington','NY','44.866754','-75.172010',-5,1); -INSERT INTO zipcodes VALUES (13695,'Wanakena','NY','44.140791','-74.912493',-5,1); -INSERT INTO zipcodes VALUES (13696,'West Stockholm','NY','44.695630','-74.899980',-5,1); -INSERT INTO zipcodes VALUES (13697,'Winthrop','NY','44.755383','-74.812130',-5,1); -INSERT INTO zipcodes VALUES (13698,'Ellisburg','NY','43.775216','-76.202658',-5,1); -INSERT INTO zipcodes VALUES (13699,'Potsdam','NY','44.496564','-75.072951',-5,1); -INSERT INTO zipcodes VALUES (13730,'Afton','NY','42.232991','-75.534290',-5,1); -INSERT INTO zipcodes VALUES (13731,'Andes','NY','42.152105','-74.781840',-5,1); -INSERT INTO zipcodes VALUES (13732,'Apalachin','NY','42.059433','-76.147330',-5,1); -INSERT INTO zipcodes VALUES (13733,'Bainbridge','NY','42.292692','-75.475280',-5,1); -INSERT INTO zipcodes VALUES (13734,'Barton','NY','42.063671','-76.406380',-5,1); -INSERT INTO zipcodes VALUES (13736,'Berkshire','NY','42.306877','-76.204000',-5,1); -INSERT INTO zipcodes VALUES (13737,'Bible School Park','NY','42.080494','-76.097288',-5,1); -INSERT INTO zipcodes VALUES (13738,'Blodgett Mills','NY','42.567313','-76.123795',-5,1); -INSERT INTO zipcodes VALUES (13739,'Bloomville','NY','42.364673','-74.780340',-5,1); -INSERT INTO zipcodes VALUES (13740,'Bovina Center','NY','42.274238','-74.754640',-5,1); -INSERT INTO zipcodes VALUES (13743,'Candor','NY','42.213965','-76.340990',-5,1); -INSERT INTO zipcodes VALUES (13744,'Castle Creek','NY','42.250715','-75.918710',-5,1); -INSERT INTO zipcodes VALUES (13745,'Chenango Bridge','NY','42.173775','-75.872839',-5,1); -INSERT INTO zipcodes VALUES (13746,'Chenango Forks','NY','42.261923','-75.844630',-5,1); -INSERT INTO zipcodes VALUES (13747,'Colliersville','NY','42.505122','-74.982056',-5,1); -INSERT INTO zipcodes VALUES (13748,'Conklin','NY','42.055300','-75.812190',-5,1); -INSERT INTO zipcodes VALUES (13749,'Corbettsville','NY','42.206745','-75.744880',-5,1); -INSERT INTO zipcodes VALUES (13750,'Davenport','NY','42.473691','-74.813400',-5,1); -INSERT INTO zipcodes VALUES (13751,'Davenport Center','NY','42.424859','-74.900195',-5,1); -INSERT INTO zipcodes VALUES (13752,'De Lancey','NY','42.187835','-74.894180',-5,1); -INSERT INTO zipcodes VALUES (13753,'Delhi','NY','42.302716','-74.916670',-5,1); -INSERT INTO zipcodes VALUES (13754,'Deposit','NY','42.076427','-75.445510',-5,1); -INSERT INTO zipcodes VALUES (13755,'Downsville','NY','42.086268','-75.006910',-5,1); -INSERT INTO zipcodes VALUES (13756,'East Branch','NY','42.018923','-75.113390',-5,1); -INSERT INTO zipcodes VALUES (13757,'East Meredith','NY','42.411895','-74.913720',-5,1); -INSERT INTO zipcodes VALUES (13758,'East Pharsalia','NY','42.583518','-75.721931',-5,1); -INSERT INTO zipcodes VALUES (13760,'Endicott','NY','42.113974','-76.052560',-5,1); -INSERT INTO zipcodes VALUES (13761,'Endicott','NY','42.206745','-75.744880',-5,1); -INSERT INTO zipcodes VALUES (13762,'Endwell','NY','42.206745','-75.744880',-5,1); -INSERT INTO zipcodes VALUES (13763,'Endicott','NY','42.206745','-75.744880',-5,1); -INSERT INTO zipcodes VALUES (13766,'Maine','NY','42.155346','-76.071767',-5,1); -INSERT INTO zipcodes VALUES (13774,'Fishs Eddy','NY','41.965435','-75.179680',-5,1); -INSERT INTO zipcodes VALUES (13775,'Franklin','NY','42.333285','-75.160860',-5,1); -INSERT INTO zipcodes VALUES (13776,'Gilbertsville','NY','42.457398','-75.334340',-5,1); -INSERT INTO zipcodes VALUES (13777,'Glen Aubrey','NY','42.254154','-76.011940',-5,1); -INSERT INTO zipcodes VALUES (13778,'Greene','NY','42.336771','-75.759640',-5,1); -INSERT INTO zipcodes VALUES (13780,'Guilford','NY','42.426583','-75.481190',-5,1); -INSERT INTO zipcodes VALUES (13782,'Hamden','NY','42.189420','-74.992190',-5,1); -INSERT INTO zipcodes VALUES (13783,'Hancock','NY','41.985839','-75.282140',-5,1); -INSERT INTO zipcodes VALUES (13784,'Harford','NY','42.431068','-76.159312',-5,1); -INSERT INTO zipcodes VALUES (13786,'Harpersfield','NY','42.445257','-74.701890',-5,1); -INSERT INTO zipcodes VALUES (13787,'Harpursville','NY','42.197905','-75.655780',-5,1); -INSERT INTO zipcodes VALUES (13788,'Hobart','NY','42.368357','-74.664520',-5,1); -INSERT INTO zipcodes VALUES (13790,'Johnson City','NY','42.125725','-75.966860',-5,1); -INSERT INTO zipcodes VALUES (13792,'Morris','NY','42.509167','-75.208242',-5,1); -INSERT INTO zipcodes VALUES (13794,'Killawog','NY','42.402816','-76.036582',-5,1); -INSERT INTO zipcodes VALUES (13795,'Kirkwood','NY','42.056312','-75.792750',-5,1); -INSERT INTO zipcodes VALUES (13796,'Laurens','NY','42.540359','-75.146040',-5,1); -INSERT INTO zipcodes VALUES (13797,'Lisle','NY','42.335102','-76.023130',-5,1); -INSERT INTO zipcodes VALUES (13801,'McDonough','NY','42.504765','-75.777390',-5,1); -INSERT INTO zipcodes VALUES (13802,'Maine','NY','42.255624','-76.050090',-5,1); -INSERT INTO zipcodes VALUES (13803,'Marathon','NY','42.453663','-76.069830',-5,1); -INSERT INTO zipcodes VALUES (13804,'Masonville','NY','42.215297','-75.358150',-5,1); -INSERT INTO zipcodes VALUES (13806,'Meridale','NY','42.183045','-74.925617',-5,1); -INSERT INTO zipcodes VALUES (13807,'Milford','NY','42.606209','-74.972610',-5,1); -INSERT INTO zipcodes VALUES (13808,'Morris','NY','42.532969','-75.255360',-5,1); -INSERT INTO zipcodes VALUES (13809,'Mount Upton','NY','42.392104','-75.410930',-5,1); -INSERT INTO zipcodes VALUES (13810,'Mount Vision','NY','42.609579','-75.094640',-5,1); -INSERT INTO zipcodes VALUES (13811,'Newark Valley','NY','42.222777','-76.178220',-5,1); -INSERT INTO zipcodes VALUES (13812,'Nichols','NY','42.024157','-76.365580',-5,1); -INSERT INTO zipcodes VALUES (13813,'Nineveh','NY','42.163814','-75.551490',-5,1); -INSERT INTO zipcodes VALUES (13814,'North Norwich','NY','42.603574','-75.528221',-5,1); -INSERT INTO zipcodes VALUES (13815,'Norwich','NY','42.541733','-75.526120',-5,1); -INSERT INTO zipcodes VALUES (13820,'Oneonta','NY','42.469761','-75.051920',-5,1); -INSERT INTO zipcodes VALUES (13825,'Otego','NY','42.417489','-75.186050',-5,1); -INSERT INTO zipcodes VALUES (13826,'Ouaquaga','NY','42.112127','-75.639586',-5,1); -INSERT INTO zipcodes VALUES (13827,'Owego','NY','42.120274','-76.258740',-5,1); -INSERT INTO zipcodes VALUES (13830,'Oxford','NY','42.428818','-75.624590',-5,1); -INSERT INTO zipcodes VALUES (13832,'Plymouth','NY','42.650584','-75.657610',-5,1); -INSERT INTO zipcodes VALUES (13833,'Port Crane','NY','42.185196','-75.776300',-5,1); -INSERT INTO zipcodes VALUES (13834,'Portlandville','NY','42.536475','-74.962180',-5,1); -INSERT INTO zipcodes VALUES (13835,'Richford','NY','42.396659','-76.157090',-5,1); -INSERT INTO zipcodes VALUES (13837,'Shinhopple','NY','42.183045','-74.925617',-5,1); -INSERT INTO zipcodes VALUES (13838,'Sidney','NY','42.304177','-75.395630',-5,1); -INSERT INTO zipcodes VALUES (13839,'Sidney Center','NY','42.236762','-75.259010',-5,1); -INSERT INTO zipcodes VALUES (13840,'Smithboro','NY','42.039512','-76.400376',-5,1); -INSERT INTO zipcodes VALUES (13841,'Smithville Flats','NY','42.419896','-75.837720',-5,1); -INSERT INTO zipcodes VALUES (13842,'South Kortright','NY','42.376254','-74.722580',-5,1); -INSERT INTO zipcodes VALUES (13843,'South New Berlin','NY','42.533274','-75.380080',-5,1); -INSERT INTO zipcodes VALUES (13844,'South Plymouth','NY','42.603506','-75.670530',-5,1); -INSERT INTO zipcodes VALUES (13845,'Tioga Center','NY','42.065842','-76.381946',-5,1); -INSERT INTO zipcodes VALUES (13846,'Treadwell','NY','42.344248','-75.053230',-5,1); -INSERT INTO zipcodes VALUES (13847,'Trout Creek','NY','42.183045','-74.925617',-5,1); -INSERT INTO zipcodes VALUES (13848,'Tunnel','NY','42.214705','-75.727699',-5,1); -INSERT INTO zipcodes VALUES (13849,'Unadilla','NY','42.343576','-75.314600',-5,1); -INSERT INTO zipcodes VALUES (13850,'Vestal','NY','42.075874','-76.028370',-5,1); -INSERT INTO zipcodes VALUES (13851,'Vestal','NY','42.206745','-75.744880',-5,1); -INSERT INTO zipcodes VALUES (13856,'Walton','NY','42.182237','-75.146270',-5,1); -INSERT INTO zipcodes VALUES (13859,'Wells Bridge','NY','42.367765','-75.247180',-5,1); -INSERT INTO zipcodes VALUES (13860,'West Davenport','NY','42.183045','-74.925617',-5,1); -INSERT INTO zipcodes VALUES (13861,'West Oneonta','NY','42.488953','-75.120630',-5,1); -INSERT INTO zipcodes VALUES (13862,'Whitney Point','NY','42.328284','-75.950210',-5,1); -INSERT INTO zipcodes VALUES (13863,'Willet','NY','42.437964','-75.898840',-5,1); -INSERT INTO zipcodes VALUES (13864,'Willseyville','NY','42.298203','-76.388440',-5,1); -INSERT INTO zipcodes VALUES (13865,'Windsor','NY','42.070228','-75.635840',-5,1); -INSERT INTO zipcodes VALUES (13901,'Binghamton','NY','42.142575','-75.887830',-5,1); -INSERT INTO zipcodes VALUES (13902,'Binghamton','NY','42.105375','-75.887600',-5,1); -INSERT INTO zipcodes VALUES (13903,'Binghamton','NY','42.077258','-75.902260',-5,1); -INSERT INTO zipcodes VALUES (13904,'Binghamton','NY','42.110927','-75.852230',-5,1); -INSERT INTO zipcodes VALUES (13905,'Binghamton','NY','42.121443','-75.933290',-5,1); -INSERT INTO zipcodes VALUES (13942,'Whitestown','NY','43.114669','-75.305811',-5,1); -INSERT INTO zipcodes VALUES (14001,'Akron','NY','43.024559','-78.504140',-5,1); -INSERT INTO zipcodes VALUES (14003,'Alabama','NY','42.998052','-78.184813',-5,1); -INSERT INTO zipcodes VALUES (14004,'Alden','NY','42.898709','-78.516520',-5,1); -INSERT INTO zipcodes VALUES (14005,'Alexander','NY','42.906765','-78.245810',-5,1); -INSERT INTO zipcodes VALUES (14006,'Angola','NY','42.633375','-79.045670',-5,1); -INSERT INTO zipcodes VALUES (14008,'Appleton','NY','43.318768','-78.633280',-5,1); -INSERT INTO zipcodes VALUES (14009,'Arcade','NY','42.582693','-78.400690',-5,1); -INSERT INTO zipcodes VALUES (14010,'Athol Springs','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14011,'Attica','NY','42.844962','-78.278030',-5,1); -INSERT INTO zipcodes VALUES (14012,'Barker','NY','43.337798','-78.529550',-5,1); -INSERT INTO zipcodes VALUES (14013,'Basom','NY','43.074578','-78.403450',-5,1); -INSERT INTO zipcodes VALUES (14020,'Batavia','NY','42.996507','-78.192790',-5,1); -INSERT INTO zipcodes VALUES (14021,'Batavia','NY','42.998052','-78.184813',-5,1); -INSERT INTO zipcodes VALUES (14024,'Bliss','NY','42.579516','-78.248180',-5,1); -INSERT INTO zipcodes VALUES (14025,'Boston','NY','42.627312','-78.737680',-5,1); -INSERT INTO zipcodes VALUES (14026,'Bowmansville','NY','42.941025','-78.685480',-5,1); -INSERT INTO zipcodes VALUES (14027,'Brant','NY','42.570750','-79.030785',-5,1); -INSERT INTO zipcodes VALUES (14028,'Burt','NY','43.326155','-78.715640',-5,1); -INSERT INTO zipcodes VALUES (14029,'Centerville','NY','42.474283','-78.247413',-5,1); -INSERT INTO zipcodes VALUES (14030,'Chaffee','NY','42.562386','-78.490870',-5,1); -INSERT INTO zipcodes VALUES (14031,'Clarence','NY','42.981558','-78.614840',-5,1); -INSERT INTO zipcodes VALUES (14032,'Clarence Center','NY','43.019908','-78.634970',-5,1); -INSERT INTO zipcodes VALUES (14033,'Colden','NY','42.655098','-78.684720',-5,1); -INSERT INTO zipcodes VALUES (14034,'Collins','NY','42.498791','-78.883500',-5,1); -INSERT INTO zipcodes VALUES (14035,'Collins Center','NY','42.490640','-78.849861',-5,1); -INSERT INTO zipcodes VALUES (14036,'Corfu','NY','42.974083','-78.389610',-5,1); -INSERT INTO zipcodes VALUES (14037,'Cowlesville','NY','42.814667','-78.460760',-5,1); -INSERT INTO zipcodes VALUES (14038,'Crittenden','NY','42.947259','-78.474444',-5,1); -INSERT INTO zipcodes VALUES (14039,'Dale','NY','42.829129','-78.176570',-5,1); -INSERT INTO zipcodes VALUES (14040,'Darien Center','NY','42.891116','-78.378720',-5,1); -INSERT INTO zipcodes VALUES (14041,'Dayton','NY','42.408583','-78.984391',-5,1); -INSERT INTO zipcodes VALUES (14042,'Delevan','NY','42.474779','-78.473030',-5,1); -INSERT INTO zipcodes VALUES (14043,'Depew','NY','42.904958','-78.700600',-5,1); -INSERT INTO zipcodes VALUES (14047,'Derby','NY','42.694598','-78.981510',-5,1); -INSERT INTO zipcodes VALUES (14048,'Dunkirk','NY','42.479471','-79.328050',-5,1); -INSERT INTO zipcodes VALUES (14051,'East Amherst','NY','43.025217','-78.703940',-5,1); -INSERT INTO zipcodes VALUES (14052,'East Aurora','NY','42.770859','-78.598040',-5,1); -INSERT INTO zipcodes VALUES (14054,'East Bethany','NY','42.903676','-78.134810',-5,1); -INSERT INTO zipcodes VALUES (14055,'East Concord','NY','42.554206','-78.618290',-5,1); -INSERT INTO zipcodes VALUES (14056,'East Pembroke','NY','42.991173','-78.312171',-5,1); -INSERT INTO zipcodes VALUES (14057,'Eden','NY','42.651776','-78.876340',-5,1); -INSERT INTO zipcodes VALUES (14058,'Elba','NY','43.091886','-78.151510',-5,1); -INSERT INTO zipcodes VALUES (14059,'Elma','NY','42.834159','-78.642460',-5,1); -INSERT INTO zipcodes VALUES (14060,'Farmersville Station','NY','42.443406','-78.323020',-5,1); -INSERT INTO zipcodes VALUES (14061,'Farnham','NY','42.594627','-79.084040',-5,1); -INSERT INTO zipcodes VALUES (14062,'Forestville','NY','42.450845','-79.165280',-5,1); -INSERT INTO zipcodes VALUES (14063,'Fredonia','NY','42.425683','-79.337100',-5,1); -INSERT INTO zipcodes VALUES (14064,'Rochester','NY','43.158013','-77.607049',-5,1); -INSERT INTO zipcodes VALUES (14065,'Freedom','NY','42.483508','-78.300110',-5,1); -INSERT INTO zipcodes VALUES (14066,'Gainesville','NY','42.619549','-78.161530',-5,1); -INSERT INTO zipcodes VALUES (14067,'Gasport','NY','43.202580','-78.568680',-5,1); -INSERT INTO zipcodes VALUES (14068,'Getzville','NY','43.025340','-78.762410',-5,1); -INSERT INTO zipcodes VALUES (14069,'Glenwood','NY','42.601635','-78.642730',-5,1); -INSERT INTO zipcodes VALUES (14070,'Gowanda','NY','42.453234','-78.934800',-5,1); -INSERT INTO zipcodes VALUES (14072,'Grand Island','NY','43.011823','-78.959140',-5,1); -INSERT INTO zipcodes VALUES (14075,'Hamburg','NY','42.734051','-78.841300',-5,1); -INSERT INTO zipcodes VALUES (14080,'Holland','NY','42.640351','-78.534940',-5,1); -INSERT INTO zipcodes VALUES (14081,'Irving','NY','42.573552','-79.090020',-5,1); -INSERT INTO zipcodes VALUES (14082,'Java Center','NY','42.661838','-78.383090',-5,1); -INSERT INTO zipcodes VALUES (14083,'Java Village','NY','42.676913','-78.440750',-5,1); -INSERT INTO zipcodes VALUES (14085,'Lake View','NY','42.718308','-78.937200',-5,1); -INSERT INTO zipcodes VALUES (14086,'Lancaster','NY','42.904258','-78.655190',-5,1); -INSERT INTO zipcodes VALUES (14091,'Lawtons','NY','42.535917','-78.882350',-5,1); -INSERT INTO zipcodes VALUES (14092,'Lewiston','NY','43.169055','-79.024260',-5,1); -INSERT INTO zipcodes VALUES (14094,'Lockport','NY','43.160857','-78.687560',-5,1); -INSERT INTO zipcodes VALUES (14095,'Lockport','NY','43.326840','-78.830681',-5,1); -INSERT INTO zipcodes VALUES (14098,'Lyndonville','NY','43.338755','-78.393100',-5,1); -INSERT INTO zipcodes VALUES (14101,'Machias','NY','42.393206','-78.526550',-5,1); -INSERT INTO zipcodes VALUES (14102,'Marilla','NY','42.838643','-78.556010',-5,1); -INSERT INTO zipcodes VALUES (14103,'Medina','NY','43.217155','-78.387460',-5,1); -INSERT INTO zipcodes VALUES (14105,'Middleport','NY','43.199665','-78.483780',-5,1); -INSERT INTO zipcodes VALUES (14107,'Model City','NY','43.326840','-78.830681',-5,1); -INSERT INTO zipcodes VALUES (14108,'Newfane','NY','43.264406','-78.726340',-5,1); -INSERT INTO zipcodes VALUES (14109,'Niagara University','NY','43.326840','-78.830681',-5,1); -INSERT INTO zipcodes VALUES (14110,'North Boston','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14111,'North Collins','NY','42.593148','-78.914980',-5,1); -INSERT INTO zipcodes VALUES (14112,'North Evans','NY','42.691742','-78.992658',-5,1); -INSERT INTO zipcodes VALUES (14113,'North Java','NY','42.672162','-78.337450',-5,1); -INSERT INTO zipcodes VALUES (14120,'North Tonawanda','NY','43.048156','-78.863380',-5,1); -INSERT INTO zipcodes VALUES (14125,'Oakfield','NY','43.077433','-78.278160',-5,1); -INSERT INTO zipcodes VALUES (14126,'Olcott','NY','43.330443','-78.726661',-5,1); -INSERT INTO zipcodes VALUES (14127,'Orchard Park','NY','42.759917','-78.752940',-5,1); -INSERT INTO zipcodes VALUES (14129,'Perrysburg','NY','42.469165','-79.010690',-5,1); -INSERT INTO zipcodes VALUES (14130,'Pike','NY','42.543108','-78.153849',-5,1); -INSERT INTO zipcodes VALUES (14131,'Ransomville','NY','43.237855','-78.908840',-5,1); -INSERT INTO zipcodes VALUES (14132,'Sanborn','NY','43.140056','-78.882970',-5,1); -INSERT INTO zipcodes VALUES (14133,'Sandusky','NY','42.489129','-78.366991',-5,1); -INSERT INTO zipcodes VALUES (14134,'Sardinia','NY','42.534854','-78.521130',-5,1); -INSERT INTO zipcodes VALUES (14135,'Sheridan','NY','42.488983','-79.238997',-5,1); -INSERT INTO zipcodes VALUES (14136,'Silver Creek','NY','42.535276','-79.165390',-5,1); -INSERT INTO zipcodes VALUES (14138,'South Dayton','NY','42.372077','-79.055520',-5,1); -INSERT INTO zipcodes VALUES (14139,'South Wales','NY','42.716919','-78.539310',-5,1); -INSERT INTO zipcodes VALUES (14140,'Spring Brook','NY','42.807159','-78.667599',-5,1); -INSERT INTO zipcodes VALUES (14141,'Springville','NY','42.516248','-78.689440',-5,1); -INSERT INTO zipcodes VALUES (14143,'Stafford','NY','42.977828','-78.079340',-5,1); -INSERT INTO zipcodes VALUES (14144,'Stella Niagara','NY','43.199494','-79.042477',-5,1); -INSERT INTO zipcodes VALUES (14145,'Strykersville','NY','42.720756','-78.434290',-5,1); -INSERT INTO zipcodes VALUES (14150,'Tonawanda','NY','43.001907','-78.863100',-5,1); -INSERT INTO zipcodes VALUES (14151,'Tonawanda','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14166,'Van Buren Point','NY','42.451100','-79.415421',-5,1); -INSERT INTO zipcodes VALUES (14167,'Varysburg','NY','42.750175','-78.322830',-5,1); -INSERT INTO zipcodes VALUES (14168,'Versailles','NY','42.509271','-78.999471',-5,1); -INSERT INTO zipcodes VALUES (14169,'Wales Center','NY','42.767333','-78.585646',-5,1); -INSERT INTO zipcodes VALUES (14170,'West Falls','NY','42.692304','-78.671470',-5,1); -INSERT INTO zipcodes VALUES (14171,'West Valley','NY','42.426278','-78.647400',-5,1); -INSERT INTO zipcodes VALUES (14172,'Wilson','NY','43.307288','-78.833680',-5,1); -INSERT INTO zipcodes VALUES (14173,'Yorkshire','NY','42.524691','-78.475474',-5,1); -INSERT INTO zipcodes VALUES (14174,'Youngstown','NY','43.247054','-79.025620',-5,1); -INSERT INTO zipcodes VALUES (14201,'Buffalo','NY','42.896407','-78.885150',-5,1); -INSERT INTO zipcodes VALUES (14202,'Buffalo','NY','42.886357','-78.877900',-5,1); -INSERT INTO zipcodes VALUES (14203,'Buffalo','NY','42.880107','-78.869900',-5,1); -INSERT INTO zipcodes VALUES (14204,'Buffalo','NY','42.884008','-78.861520',-5,1); -INSERT INTO zipcodes VALUES (14205,'Buffalo','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14206,'Buffalo','NY','42.880105','-78.810490',-5,1); -INSERT INTO zipcodes VALUES (14207,'Buffalo','NY','42.947220','-78.896940',-5,1); -INSERT INTO zipcodes VALUES (14208,'Buffalo','NY','42.914307','-78.850720',-5,1); -INSERT INTO zipcodes VALUES (14209,'Buffalo','NY','42.913257','-78.866120',-5,1); -INSERT INTO zipcodes VALUES (14210,'Buffalo','NY','42.866708','-78.831390',-5,1); -INSERT INTO zipcodes VALUES (14211,'Buffalo','NY','42.907358','-78.823550',-5,1); -INSERT INTO zipcodes VALUES (14212,'Buffalo','NY','42.894758','-78.823030',-5,1); -INSERT INTO zipcodes VALUES (14213,'Buffalo','NY','42.916057','-78.891500',-5,1); -INSERT INTO zipcodes VALUES (14214,'Buffalo','NY','42.941407','-78.837410',-5,1); -INSERT INTO zipcodes VALUES (14215,'Buffalo','NY','42.934757','-78.811800',-5,1); -INSERT INTO zipcodes VALUES (14216,'Buffalo','NY','42.949707','-78.859230',-5,1); -INSERT INTO zipcodes VALUES (14217,'Buffalo','NY','42.968707','-78.874500',-5,1); -INSERT INTO zipcodes VALUES (14218,'Buffalo','NY','42.821008','-78.824480',-5,1); -INSERT INTO zipcodes VALUES (14219,'Buffalo','NY','42.790708','-78.827170',-5,1); -INSERT INTO zipcodes VALUES (14220,'Buffalo','NY','42.845758','-78.818700',-5,1); -INSERT INTO zipcodes VALUES (14221,'Buffalo','NY','42.977456','-78.733560',-5,1); -INSERT INTO zipcodes VALUES (14222,'Buffalo','NY','42.917657','-78.877900',-5,1); -INSERT INTO zipcodes VALUES (14223,'Buffalo','NY','42.972207','-78.842340',-5,1); -INSERT INTO zipcodes VALUES (14224,'Buffalo','NY','42.836858','-78.755570',-5,1); -INSERT INTO zipcodes VALUES (14225,'Buffalo','NY','42.929891','-78.758130',-5,1); -INSERT INTO zipcodes VALUES (14226,'Buffalo','NY','42.968057','-78.800470',-5,1); -INSERT INTO zipcodes VALUES (14227,'Buffalo','NY','42.881372','-78.744660',-5,1); -INSERT INTO zipcodes VALUES (14228,'Buffalo','NY','43.023347','-78.794940',-5,1); -INSERT INTO zipcodes VALUES (14231,'Buffalo','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14233,'Buffalo','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14240,'Buffalo','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14241,'Buffalo','NY','42.938258','-78.744053',-5,1); -INSERT INTO zipcodes VALUES (14260,'Buffalo','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14261,'Buffalo','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14263,'Buffalo','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14264,'Buffalo','NY','42.885568','-78.873479',-5,1); -INSERT INTO zipcodes VALUES (14265,'Buffalo','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14267,'Buffalo','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14269,'Buffalo','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14270,'Buffalo','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14272,'Buffalo','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14273,'Buffalo','NY','42.754950','-78.784908',-5,1); -INSERT INTO zipcodes VALUES (14276,'Buffalo','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14280,'Buffalo','NY','42.768413','-78.887094',-5,1); -INSERT INTO zipcodes VALUES (14301,'Niagara Falls','NY','43.096555','-79.039250',-5,1); -INSERT INTO zipcodes VALUES (14302,'Niagara Falls','NY','43.326840','-78.830681',-5,1); -INSERT INTO zipcodes VALUES (14303,'Niagara Falls','NY','43.086355','-79.037360',-5,1); -INSERT INTO zipcodes VALUES (14304,'Niagara Falls','NY','43.091106','-78.962490',-5,1); -INSERT INTO zipcodes VALUES (14305,'Niagara Falls','NY','43.115355','-79.037690',-5,1); -INSERT INTO zipcodes VALUES (14410,'Adams Basin','NY','43.195261','-77.855883',-5,1); -INSERT INTO zipcodes VALUES (14411,'Albion','NY','43.244034','-78.202300',-5,1); -INSERT INTO zipcodes VALUES (14413,'Alton','NY','43.222735','-76.982149',-5,1); -INSERT INTO zipcodes VALUES (14414,'Avon','NY','42.899233','-77.733720',-5,1); -INSERT INTO zipcodes VALUES (14415,'Bellona','NY','42.757486','-77.023110',-5,1); -INSERT INTO zipcodes VALUES (14416,'Bergen','NY','43.067831','-77.990240',-5,1); -INSERT INTO zipcodes VALUES (14417,'Geneseo','NY','42.834813','-77.715406',-5,1); -INSERT INTO zipcodes VALUES (14418,'Branchport','NY','42.605481','-77.201170',-5,1); -INSERT INTO zipcodes VALUES (14420,'Brockport','NY','43.214261','-77.939370',-5,1); -INSERT INTO zipcodes VALUES (14422,'Byron','NY','43.079217','-78.063710',-5,1); -INSERT INTO zipcodes VALUES (14423,'Caledonia','NY','42.937589','-77.835280',-5,1); -INSERT INTO zipcodes VALUES (14424,'Canandaigua','NY','42.852970','-77.294660',-5,1); -INSERT INTO zipcodes VALUES (14425,'Farmington','NY','42.985007','-77.346000',-5,1); -INSERT INTO zipcodes VALUES (14427,'Castile','NY','42.635290','-78.051350',-5,1); -INSERT INTO zipcodes VALUES (14428,'Churchville','NY','43.079181','-77.873340',-5,1); -INSERT INTO zipcodes VALUES (14429,'Clarendon','NY','43.381027','-78.231338',-5,1); -INSERT INTO zipcodes VALUES (14430,'Clarkson','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14432,'Clifton Springs','NY','42.965372','-77.144160',-5,1); -INSERT INTO zipcodes VALUES (14433,'Clyde','NY','43.073510','-76.875570',-5,1); -INSERT INTO zipcodes VALUES (14435,'Conesus','NY','42.706781','-77.681030',-5,1); -INSERT INTO zipcodes VALUES (14437,'Dansville','NY','42.576771','-77.719250',-5,1); -INSERT INTO zipcodes VALUES (14441,'Dresden','NY','42.684588','-76.957750',-5,1); -INSERT INTO zipcodes VALUES (14443,'East Bloomfield','NY','42.900966','-77.423310',-5,1); -INSERT INTO zipcodes VALUES (14445,'East Rochester','NY','43.111663','-77.487090',-5,1); -INSERT INTO zipcodes VALUES (14449,'East Williamson','NY','43.235369','-77.137642',-5,1); -INSERT INTO zipcodes VALUES (14450,'Fairport','NY','43.091714','-77.434830',-5,1); -INSERT INTO zipcodes VALUES (14452,'Fancher','NY','43.381027','-78.231338',-5,1); -INSERT INTO zipcodes VALUES (14453,'Fishers','NY','43.010908','-77.470540',-5,1); -INSERT INTO zipcodes VALUES (14454,'Geneseo','NY','42.798159','-77.777330',-5,1); -INSERT INTO zipcodes VALUES (14456,'Geneva','NY','42.853039','-76.993940',-5,1); -INSERT INTO zipcodes VALUES (14458,'Lima','NY','42.855029','-77.668326',-5,1); -INSERT INTO zipcodes VALUES (14461,'Gorham','NY','42.808127','-77.287611',-5,1); -INSERT INTO zipcodes VALUES (14462,'Groveland','NY','42.681361','-77.753020',-5,1); -INSERT INTO zipcodes VALUES (14463,'Hall','NY','42.796578','-77.063876',-5,1); -INSERT INTO zipcodes VALUES (14464,'Hamlin','NY','43.319027','-77.919910',-5,1); -INSERT INTO zipcodes VALUES (14466,'Hemlock','NY','42.787276','-77.589830',-5,1); -INSERT INTO zipcodes VALUES (14467,'Henrietta','NY','43.048663','-77.608430',-5,1); -INSERT INTO zipcodes VALUES (14468,'Hilton','NY','43.289787','-77.795480',-5,1); -INSERT INTO zipcodes VALUES (14469,'Bloomfield','NY','42.868609','-77.450900',-5,1); -INSERT INTO zipcodes VALUES (14470,'Holley','NY','43.221689','-78.043930',-5,1); -INSERT INTO zipcodes VALUES (14471,'Honeoye','NY','42.762059','-77.504880',-5,1); -INSERT INTO zipcodes VALUES (14472,'Honeoye Falls','NY','42.964593','-77.591900',-5,1); -INSERT INTO zipcodes VALUES (14475,'Ionia','NY','42.933105','-77.496870',-5,1); -INSERT INTO zipcodes VALUES (14476,'Kendall','NY','43.339304','-78.025810',-5,1); -INSERT INTO zipcodes VALUES (14477,'Kent','NY','43.341512','-78.141280',-5,1); -INSERT INTO zipcodes VALUES (14478,'Keuka Park','NY','42.589281','-77.118240',-5,1); -INSERT INTO zipcodes VALUES (14479,'Knowlesville','NY','43.241502','-78.318828',-5,1); -INSERT INTO zipcodes VALUES (14480,'Lakeville','NY','42.837786','-77.706250',-5,1); -INSERT INTO zipcodes VALUES (14481,'Leicester','NY','42.780121','-77.914990',-5,1); -INSERT INTO zipcodes VALUES (14482,'Le Roy','NY','42.979887','-77.970530',-5,1); -INSERT INTO zipcodes VALUES (14484,'Portage','NY','42.558227','-78.047214',-5,1); -INSERT INTO zipcodes VALUES (14485,'Lima','NY','42.879208','-77.601830',-5,1); -INSERT INTO zipcodes VALUES (14486,'Linwood','NY','42.915297','-77.949818',-5,1); -INSERT INTO zipcodes VALUES (14487,'Livonia','NY','42.809908','-77.653010',-5,1); -INSERT INTO zipcodes VALUES (14488,'Livonia Center','NY','42.729839','-77.773919',-5,1); -INSERT INTO zipcodes VALUES (14489,'Lyons','NY','43.076715','-76.992310',-5,1); -INSERT INTO zipcodes VALUES (14502,'Macedon','NY','43.087860','-77.330680',-5,1); -INSERT INTO zipcodes VALUES (14504,'Manchester','NY','42.970621','-77.229800',-5,1); -INSERT INTO zipcodes VALUES (14505,'Marion','NY','43.160635','-77.169480',-5,1); -INSERT INTO zipcodes VALUES (14506,'Mendon','NY','42.999201','-77.502630',-5,1); -INSERT INTO zipcodes VALUES (14507,'Middlesex','NY','42.702921','-77.274470',-5,1); -INSERT INTO zipcodes VALUES (14508,'Morton','NY','43.381027','-78.231338',-5,1); -INSERT INTO zipcodes VALUES (14510,'Mount Morris','NY','42.692608','-77.876630',-5,1); -INSERT INTO zipcodes VALUES (14511,'Mumford','NY','43.002612','-77.864580',-5,1); -INSERT INTO zipcodes VALUES (14512,'Naples','NY','42.628515','-77.394570',-5,1); -INSERT INTO zipcodes VALUES (14513,'Newark','NY','43.052126','-77.094240',-5,1); -INSERT INTO zipcodes VALUES (14514,'North Chili','NY','43.122386','-77.803470',-5,1); -INSERT INTO zipcodes VALUES (14515,'North Greece','NY','43.257819','-77.735079',-5,1); -INSERT INTO zipcodes VALUES (14516,'North Rose','NY','43.197378','-76.914430',-5,1); -INSERT INTO zipcodes VALUES (14517,'Nunda','NY','42.589984','-77.907500',-5,1); -INSERT INTO zipcodes VALUES (14518,'Oaks Corners','NY','42.931873','-77.011839',-5,1); -INSERT INTO zipcodes VALUES (14519,'Ontario','NY','43.227921','-77.300970',-5,1); -INSERT INTO zipcodes VALUES (14520,'Ontario Center','NY','43.348369','-77.045288',-5,1); -INSERT INTO zipcodes VALUES (14521,'Ovid','NY','42.699637','-76.829640',-5,1); -INSERT INTO zipcodes VALUES (14522,'Palmyra','NY','43.063858','-77.222300',-5,1); -INSERT INTO zipcodes VALUES (14525,'Pavilion','NY','42.876222','-78.000560',-5,1); -INSERT INTO zipcodes VALUES (14526,'Penfield','NY','43.145342','-77.458490',-5,1); -INSERT INTO zipcodes VALUES (14527,'Penn Yan','NY','42.664079','-77.056640',-5,1); -INSERT INTO zipcodes VALUES (14529,'Perkinsville','NY','42.535363','-77.628857',-5,1); -INSERT INTO zipcodes VALUES (14530,'Perry','NY','42.724075','-78.003610',-5,1); -INSERT INTO zipcodes VALUES (14532,'Phelps','NY','42.964535','-77.024860',-5,1); -INSERT INTO zipcodes VALUES (14533,'Piffard','NY','42.846509','-77.887950',-5,1); -INSERT INTO zipcodes VALUES (14534,'Pittsford','NY','43.071131','-77.511810',-5,1); -INSERT INTO zipcodes VALUES (14536,'Portageville','NY','42.545230','-78.069290',-5,1); -INSERT INTO zipcodes VALUES (14537,'Port Gibson','NY','43.033002','-77.157465',-5,1); -INSERT INTO zipcodes VALUES (14538,'Pultneyville','NY','43.283582','-77.142027',-5,1); -INSERT INTO zipcodes VALUES (14539,'Retsof','NY','42.834327','-77.877876',-5,1); -INSERT INTO zipcodes VALUES (14541,'Romulus','NY','42.751470','-76.853530',-5,1); -INSERT INTO zipcodes VALUES (14542,'Rose','NY','43.144795','-76.860779',-5,1); -INSERT INTO zipcodes VALUES (14543,'Rush','NY','42.987230','-77.674330',-5,1); -INSERT INTO zipcodes VALUES (14544,'Rushville','NY','42.756060','-77.240240',-5,1); -INSERT INTO zipcodes VALUES (14545,'Scottsburg','NY','42.664904','-77.712750',-5,1); -INSERT INTO zipcodes VALUES (14546,'Scottsville','NY','43.030313','-77.783600',-5,1); -INSERT INTO zipcodes VALUES (14547,'Seneca Castle','NY','42.808127','-77.287611',-5,1); -INSERT INTO zipcodes VALUES (14548,'Shortsville','NY','42.973420','-77.243400',-5,1); -INSERT INTO zipcodes VALUES (14549,'Silver Lake','NY','42.692874','-78.022364',-5,1); -INSERT INTO zipcodes VALUES (14550,'Silver Springs','NY','42.669499','-78.093750',-5,1); -INSERT INTO zipcodes VALUES (14551,'Sodus','NY','43.226024','-77.035990',-5,1); -INSERT INTO zipcodes VALUES (14555,'Sodus Point','NY','43.269332','-76.987600',-5,1); -INSERT INTO zipcodes VALUES (14556,'Sonyea','NY','42.729839','-77.773919',-5,1); -INSERT INTO zipcodes VALUES (14557,'South Byron','NY','43.041606','-78.057252',-5,1); -INSERT INTO zipcodes VALUES (14558,'South Lima','NY','42.855409','-77.687643',-5,1); -INSERT INTO zipcodes VALUES (14559,'Spencerport','NY','43.189862','-77.818090',-5,1); -INSERT INTO zipcodes VALUES (14560,'Springwater','NY','42.674773','-77.583410',-5,1); -INSERT INTO zipcodes VALUES (14561,'Stanley','NY','42.815171','-77.132100',-5,1); -INSERT INTO zipcodes VALUES (14563,'Union Hill','NY','43.348369','-77.045288',-5,1); -INSERT INTO zipcodes VALUES (14564,'Victor','NY','42.980323','-77.420220',-5,1); -INSERT INTO zipcodes VALUES (14568,'Walworth','NY','43.134783','-77.285150',-5,1); -INSERT INTO zipcodes VALUES (14569,'Warsaw','NY','42.739447','-78.159480',-5,1); -INSERT INTO zipcodes VALUES (14571,'Waterport','NY','43.346530','-78.254120',-5,1); -INSERT INTO zipcodes VALUES (14572,'Wayland','NY','42.569876','-77.576370',-5,1); -INSERT INTO zipcodes VALUES (14580,'Webster','NY','43.220991','-77.453640',-5,1); -INSERT INTO zipcodes VALUES (14585,'West Bloomfield','NY','42.901162','-77.548480',-5,1); -INSERT INTO zipcodes VALUES (14586,'West Henrietta','NY','43.040271','-77.682150',-5,1); -INSERT INTO zipcodes VALUES (14588,'Willard','NY','42.683451','-76.872442',-5,1); -INSERT INTO zipcodes VALUES (14589,'Williamson','NY','43.248160','-77.184980',-5,1); -INSERT INTO zipcodes VALUES (14590,'Wolcott','NY','43.234753','-76.825200',-5,1); -INSERT INTO zipcodes VALUES (14591,'Wyoming','NY','42.829405','-78.088870',-5,1); -INSERT INTO zipcodes VALUES (14592,'York','NY','42.875685','-77.883511',-5,1); -INSERT INTO zipcodes VALUES (14601,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14602,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14603,'Rochester','NY','43.161613','-77.606774',-5,1); -INSERT INTO zipcodes VALUES (14604,'Rochester','NY','43.156963','-77.603750',-5,1); -INSERT INTO zipcodes VALUES (14605,'Rochester','NY','43.167563','-77.601200',-5,1); -INSERT INTO zipcodes VALUES (14606,'Rochester','NY','43.168062','-77.681320',-5,1); -INSERT INTO zipcodes VALUES (14607,'Rochester','NY','43.149863','-77.589620',-5,1); -INSERT INTO zipcodes VALUES (14608,'Rochester','NY','43.155568','-77.624010',-5,1); -INSERT INTO zipcodes VALUES (14609,'Rochester','NY','43.175113','-77.562720',-5,1); -INSERT INTO zipcodes VALUES (14610,'Rochester','NY','43.142259','-77.545870',-5,1); -INSERT INTO zipcodes VALUES (14611,'Rochester','NY','43.147563','-77.641620',-5,1); -INSERT INTO zipcodes VALUES (14612,'Rochester','NY','43.256462','-77.661830',-5,1); -INSERT INTO zipcodes VALUES (14613,'Rochester','NY','43.182163','-77.637940',-5,1); -INSERT INTO zipcodes VALUES (14614,'Rochester','NY','43.155863','-77.615190',-5,1); -INSERT INTO zipcodes VALUES (14615,'Rochester','NY','43.204695','-77.651940',-5,1); -INSERT INTO zipcodes VALUES (14616,'Rochester','NY','43.232312','-77.649050',-5,1); -INSERT INTO zipcodes VALUES (14617,'Rochester','NY','43.223213','-77.597210',-5,1); -INSERT INTO zipcodes VALUES (14618,'Rochester','NY','43.116713','-77.559040',-5,1); -INSERT INTO zipcodes VALUES (14619,'Rochester','NY','43.136363','-77.646850',-5,1); -INSERT INTO zipcodes VALUES (14620,'Rochester','NY','43.132474','-77.603770',-5,1); -INSERT INTO zipcodes VALUES (14621,'Rochester','NY','43.185163','-77.603680',-5,1); -INSERT INTO zipcodes VALUES (14622,'Rochester','NY','43.215430','-77.556380',-5,1); -INSERT INTO zipcodes VALUES (14623,'Rochester','NY','43.087613','-77.635200',-5,1); -INSERT INTO zipcodes VALUES (14624,'Rochester','NY','43.127195','-77.724650',-5,1); -INSERT INTO zipcodes VALUES (14625,'Rochester','NY','43.143663','-77.511140',-5,1); -INSERT INTO zipcodes VALUES (14626,'Rochester','NY','43.214613','-77.706260',-5,1); -INSERT INTO zipcodes VALUES (14627,'Rochester','NY','43.127513','-77.627674',-5,1); -INSERT INTO zipcodes VALUES (14638,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14639,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14642,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14643,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14644,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14645,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14646,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14647,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14649,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14650,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14651,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14652,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14653,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14660,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14664,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14673,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14683,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14692,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14694,'Rochester','NY','43.286024','-77.684264',-5,1); -INSERT INTO zipcodes VALUES (14701,'Jamestown','NY','42.091790','-79.244590',-5,1); -INSERT INTO zipcodes VALUES (14702,'Jamestown','NY','42.081657','-79.294921',-5,1); -INSERT INTO zipcodes VALUES (14703,'Jamestown','NY','42.342529','-79.410910',-5,1); -INSERT INTO zipcodes VALUES (14704,'Jamestown','NY','42.342529','-79.410910',-5,1); -INSERT INTO zipcodes VALUES (14706,'Allegany','NY','42.101430','-78.515870',-5,1); -INSERT INTO zipcodes VALUES (14707,'Allentown','NY','42.073739','-78.059374',-5,1); -INSERT INTO zipcodes VALUES (14708,'Alma','NY','42.016108','-78.057680',-5,1); -INSERT INTO zipcodes VALUES (14709,'Angelica','NY','42.339925','-77.994130',-5,1); -INSERT INTO zipcodes VALUES (14710,'Ashville','NY','42.098227','-79.408650',-5,1); -INSERT INTO zipcodes VALUES (14711,'Belfast','NY','42.319654','-78.133840',-5,1); -INSERT INTO zipcodes VALUES (14712,'Bemus Point','NY','42.170787','-79.376890',-5,1); -INSERT INTO zipcodes VALUES (14714,'Black Creek','NY','42.279786','-78.237690',-5,1); -INSERT INTO zipcodes VALUES (14715,'Bolivar','NY','42.076186','-78.144890',-5,1); -INSERT INTO zipcodes VALUES (14716,'Brocton','NY','42.390802','-79.438730',-5,1); -INSERT INTO zipcodes VALUES (14717,'Caneadea','NY','42.370740','-78.193350',-5,1); -INSERT INTO zipcodes VALUES (14718,'Cassadaga','NY','42.343265','-79.301010',-5,1); -INSERT INTO zipcodes VALUES (14719,'Cattaraugus','NY','42.329183','-78.874360',-5,1); -INSERT INTO zipcodes VALUES (14720,'Celoron','NY','42.105907','-79.279120',-5,1); -INSERT INTO zipcodes VALUES (14721,'Ceres','NY','41.999435','-78.272570',-5,1); -INSERT INTO zipcodes VALUES (14722,'Chautauqua','NY','42.187468','-79.450523',-5,1); -INSERT INTO zipcodes VALUES (14723,'Cherry Creek','NY','42.316386','-79.136400',-5,1); -INSERT INTO zipcodes VALUES (14724,'Clymer','NY','42.066681','-79.666120',-5,1); -INSERT INTO zipcodes VALUES (14726,'Conewango Valley','NY','42.251075','-79.037850',-5,1); -INSERT INTO zipcodes VALUES (14727,'Cuba','NY','42.213216','-78.286490',-5,1); -INSERT INTO zipcodes VALUES (14728,'Dewittville','NY','42.258967','-79.433480',-5,1); -INSERT INTO zipcodes VALUES (14729,'East Otto','NY','42.382899','-78.721010',-5,1); -INSERT INTO zipcodes VALUES (14730,'East Randolph','NY','42.174736','-78.947340',-5,1); -INSERT INTO zipcodes VALUES (14731,'Ellicottville','NY','42.286037','-78.654250',-5,1); -INSERT INTO zipcodes VALUES (14732,'Ellington','NY','42.229098','-79.113470',-5,1); -INSERT INTO zipcodes VALUES (14733,'Falconer','NY','42.128469','-79.191260',-5,1); -INSERT INTO zipcodes VALUES (14735,'Fillmore','NY','42.456047','-78.097300',-5,1); -INSERT INTO zipcodes VALUES (14736,'Findley Lake','NY','42.130247','-79.749330',-5,1); -INSERT INTO zipcodes VALUES (14737,'Franklinville','NY','42.335628','-78.431140',-5,1); -INSERT INTO zipcodes VALUES (14738,'Frewsburg','NY','42.038500','-79.076220',-5,1); -INSERT INTO zipcodes VALUES (14739,'Friendship','NY','42.192384','-78.143080',-5,1); -INSERT INTO zipcodes VALUES (14740,'Gerry','NY','42.230692','-79.171850',-5,1); -INSERT INTO zipcodes VALUES (14741,'Great Valley','NY','42.220602','-78.633700',-5,1); -INSERT INTO zipcodes VALUES (14742,'Greenhurst','NY','42.120512','-79.309580',-5,1); -INSERT INTO zipcodes VALUES (14743,'Hinsdale','NY','42.203691','-78.407000',-5,1); -INSERT INTO zipcodes VALUES (14744,'Houghton','NY','42.426885','-78.195090',-5,1); -INSERT INTO zipcodes VALUES (14745,'Hume','NY','42.477700','-78.140343',-5,1); -INSERT INTO zipcodes VALUES (14747,'Kennedy','NY','42.154315','-79.089050',-5,1); -INSERT INTO zipcodes VALUES (14748,'Kill Buck','NY','42.130224','-78.645830',-5,1); -INSERT INTO zipcodes VALUES (14750,'Lakewood','NY','42.098657','-79.324390',-5,1); -INSERT INTO zipcodes VALUES (14751,'Leon','NY','42.298328','-79.006231',-5,1); -INSERT INTO zipcodes VALUES (14752,'Lily Dale','NY','42.352416','-79.323502',-5,1); -INSERT INTO zipcodes VALUES (14753,'Limestone','NY','42.035792','-78.617890',-5,1); -INSERT INTO zipcodes VALUES (14754,'Little Genesee','NY','42.020028','-78.203680',-5,1); -INSERT INTO zipcodes VALUES (14755,'Little Valley','NY','42.249436','-78.802820',-5,1); -INSERT INTO zipcodes VALUES (14756,'Maple Springs','NY','42.198150','-79.417353',-5,1); -INSERT INTO zipcodes VALUES (14757,'Mayville','NY','42.226149','-79.483960',-5,1); -INSERT INTO zipcodes VALUES (14758,'Niobe','NY','42.342529','-79.410910',-5,1); -INSERT INTO zipcodes VALUES (14760,'Olean','NY','42.076574','-78.427440',-5,1); -INSERT INTO zipcodes VALUES (14766,'Otto','NY','42.357543','-78.807283',-5,1); -INSERT INTO zipcodes VALUES (14767,'Panama','NY','42.043339','-79.513610',-5,1); -INSERT INTO zipcodes VALUES (14769,'Portland','NY','42.372864','-79.475230',-5,1); -INSERT INTO zipcodes VALUES (14770,'Portville','NY','42.047063','-78.306590',-5,1); -INSERT INTO zipcodes VALUES (14771,'Canadice','NY','42.737181','-77.519784',-5,1); -INSERT INTO zipcodes VALUES (14772,'Randolph','NY','42.160787','-78.951670',-5,1); -INSERT INTO zipcodes VALUES (14774,'Richburg','NY','42.114385','-78.168055',-5,1); -INSERT INTO zipcodes VALUES (14775,'Ripley','NY','42.254906','-79.691850',-5,1); -INSERT INTO zipcodes VALUES (14776,'Rossburg','NY','42.260012','-78.016139',-5,1); -INSERT INTO zipcodes VALUES (14777,'Rushford','NY','42.385744','-78.237540',-5,1); -INSERT INTO zipcodes VALUES (14778,'Saint Bonaventure','NY','42.270112','-78.684684',-5,1); -INSERT INTO zipcodes VALUES (14779,'Salamanca','NY','42.168508','-78.729700',-5,1); -INSERT INTO zipcodes VALUES (14781,'Sherman','NY','42.160982','-79.597380',-5,1); -INSERT INTO zipcodes VALUES (14782,'Sinclairville','NY','42.265234','-79.260350',-5,1); -INSERT INTO zipcodes VALUES (14783,'Steamburg','NY','42.100539','-78.879670',-5,1); -INSERT INTO zipcodes VALUES (14784,'Stockton','NY','42.326844','-79.390200',-5,1); -INSERT INTO zipcodes VALUES (14785,'Stow','NY','42.155693','-79.412233',-5,1); -INSERT INTO zipcodes VALUES (14786,'West Clarksville','NY','42.122670','-78.221332',-5,1); -INSERT INTO zipcodes VALUES (14787,'Westfield','NY','42.327029','-79.573010',-5,1); -INSERT INTO zipcodes VALUES (14788,'Westons Mills','NY','42.062125','-78.377974',-5,1); -INSERT INTO zipcodes VALUES (14801,'Addison','NY','42.104389','-77.288570',-5,1); -INSERT INTO zipcodes VALUES (14802,'Alfred','NY','42.255694','-77.789040',-5,1); -INSERT INTO zipcodes VALUES (14803,'Alfred Station','NY','42.258793','-77.777930',-5,1); -INSERT INTO zipcodes VALUES (14804,'Almond','NY','42.321173','-77.823120',-5,1); -INSERT INTO zipcodes VALUES (14805,'Alpine','NY','42.366682','-76.725620',-5,1); -INSERT INTO zipcodes VALUES (14806,'Andover','NY','42.157534','-77.792650',-5,1); -INSERT INTO zipcodes VALUES (14807,'Arkport','NY','42.410387','-77.713940',-5,1); -INSERT INTO zipcodes VALUES (14808,'Atlanta','NY','42.560553','-77.472570',-5,1); -INSERT INTO zipcodes VALUES (14809,'Avoca','NY','42.419988','-77.433920',-5,1); -INSERT INTO zipcodes VALUES (14810,'Bath','NY','42.351281','-77.336100',-5,1); -INSERT INTO zipcodes VALUES (14812,'Beaver Dams','NY','42.286649','-76.976600',-5,1); -INSERT INTO zipcodes VALUES (14813,'Belmont','NY','42.238994','-78.019070',-5,1); -INSERT INTO zipcodes VALUES (14814,'Big Flats','NY','42.150834','-76.948050',-5,1); -INSERT INTO zipcodes VALUES (14815,'Bradford','NY','42.383304','-77.087620',-5,1); -INSERT INTO zipcodes VALUES (14816,'Breesport','NY','42.177039','-76.734370',-5,1); -INSERT INTO zipcodes VALUES (14817,'Brooktondale','NY','42.368000','-76.354070',-5,1); -INSERT INTO zipcodes VALUES (14818,'Burdett','NY','42.444243','-76.832740',-5,1); -INSERT INTO zipcodes VALUES (14819,'Cameron','NY','42.209280','-77.427960',-5,1); -INSERT INTO zipcodes VALUES (14820,'Cameron Mills','NY','42.192615','-77.359790',-5,1); -INSERT INTO zipcodes VALUES (14821,'Campbell','NY','42.235058','-77.204910',-5,1); -INSERT INTO zipcodes VALUES (14822,'Canaseraga','NY','42.442261','-77.841250',-5,1); -INSERT INTO zipcodes VALUES (14823,'Canisteo','NY','42.250187','-77.584060',-5,1); -INSERT INTO zipcodes VALUES (14824,'Cayuta','NY','42.265328','-76.712630',-5,1); -INSERT INTO zipcodes VALUES (14825,'Chemung','NY','42.043018','-76.624590',-5,1); -INSERT INTO zipcodes VALUES (14826,'Cohocton','NY','42.484672','-77.498460',-5,1); -INSERT INTO zipcodes VALUES (14827,'Coopers Plains','NY','42.178527','-77.141357',-5,1); -INSERT INTO zipcodes VALUES (14830,'Corning','NY','42.140881','-77.047930',-5,1); -INSERT INTO zipcodes VALUES (14831,'Corning','NY','42.145265','-77.566830',-5,1); -INSERT INTO zipcodes VALUES (14836,'Dalton','NY','42.523195','-77.930080',-5,1); -INSERT INTO zipcodes VALUES (14837,'Dundee','NY','42.502293','-76.999700',-5,1); -INSERT INTO zipcodes VALUES (14838,'Erin','NY','42.177019','-76.666870',-5,1); -INSERT INTO zipcodes VALUES (14839,'Greenwood','NY','42.129806','-77.637050',-5,1); -INSERT INTO zipcodes VALUES (14840,'Hammondsport','NY','42.453547','-77.180190',-5,1); -INSERT INTO zipcodes VALUES (14841,'Hector','NY','42.521501','-76.862460',-5,1); -INSERT INTO zipcodes VALUES (14842,'Himrod','NY','42.595985','-76.947130',-5,1); -INSERT INTO zipcodes VALUES (14843,'Hornell','NY','42.331062','-77.655360',-5,1); -INSERT INTO zipcodes VALUES (14844,'Horseheads','NY','42.160717','-76.878456',-5,1); -INSERT INTO zipcodes VALUES (14845,'Horseheads','NY','42.181584','-76.836390',-5,1); -INSERT INTO zipcodes VALUES (14846,'Hunt','NY','42.542056','-77.995010',-5,1); -INSERT INTO zipcodes VALUES (14847,'Interlaken','NY','42.614518','-76.724050',-5,1); -INSERT INTO zipcodes VALUES (14850,'Ithaca','NY','42.449454','-76.496850',-5,1); -INSERT INTO zipcodes VALUES (14851,'Ithaca','NY','42.460721','-76.505435',-5,1); -INSERT INTO zipcodes VALUES (14852,'Ithaca','NY','42.445074','-76.467233',-5,1); -INSERT INTO zipcodes VALUES (14853,'Ithaca','NY','42.447373','-76.483703',-5,1); -INSERT INTO zipcodes VALUES (14854,'Jacksonville','NY','42.506320','-76.608222',-5,1); -INSERT INTO zipcodes VALUES (14855,'Jasper','NY','42.135945','-77.507800',-5,1); -INSERT INTO zipcodes VALUES (14856,'Kanona','NY','42.374218','-77.364812',-5,1); -INSERT INTO zipcodes VALUES (14857,'Lakemont','NY','42.515233','-76.920630',-5,1); -INSERT INTO zipcodes VALUES (14858,'Lindley','NY','42.031280','-77.134130',-5,1); -INSERT INTO zipcodes VALUES (14859,'Lockwood','NY','42.116615','-76.548060',-5,1); -INSERT INTO zipcodes VALUES (14860,'Lodi','NY','42.590355','-76.847450',-5,1); -INSERT INTO zipcodes VALUES (14861,'Lowman','NY','42.074742','-76.693170',-5,1); -INSERT INTO zipcodes VALUES (14863,'Mecklenburg','NY','42.451569','-76.706717',-5,1); -INSERT INTO zipcodes VALUES (14864,'Millport','NY','42.271938','-76.839260',-5,1); -INSERT INTO zipcodes VALUES (14865,'Montour Falls','NY','42.352725','-76.842580',-5,1); -INSERT INTO zipcodes VALUES (14867,'Newfield','NY','42.354851','-76.603380',-5,1); -INSERT INTO zipcodes VALUES (14869,'Odessa','NY','42.341316','-76.779260',-5,1); -INSERT INTO zipcodes VALUES (14870,'Painted Post','NY','42.173481','-77.118440',-5,1); -INSERT INTO zipcodes VALUES (14871,'Pine City','NY','42.048032','-76.905210',-5,1); -INSERT INTO zipcodes VALUES (14872,'Pine Valley','NY','42.218224','-76.846940',-5,1); -INSERT INTO zipcodes VALUES (14873,'Prattsburgh','NY','42.525335','-77.296730',-5,1); -INSERT INTO zipcodes VALUES (14874,'Pulteney','NY','42.527075','-77.169630',-5,1); -INSERT INTO zipcodes VALUES (14876,'Reading Center','NY','42.429721','-76.925846',-5,1); -INSERT INTO zipcodes VALUES (14877,'Rexville','NY','42.060154','-77.684550',-5,1); -INSERT INTO zipcodes VALUES (14878,'Rock Stream','NY','42.451153','-76.931320',-5,1); -INSERT INTO zipcodes VALUES (14879,'Savona','NY','42.330602','-77.193050',-5,1); -INSERT INTO zipcodes VALUES (14880,'Scio','NY','42.170951','-77.975560',-5,1); -INSERT INTO zipcodes VALUES (14881,'Slaterville Springs','NY','42.395340','-76.352110',-5,1); -INSERT INTO zipcodes VALUES (14882,'Lansing','NY','42.564191','-76.540770',-5,1); -INSERT INTO zipcodes VALUES (14883,'Spencer','NY','42.234865','-76.486430',-5,1); -INSERT INTO zipcodes VALUES (14884,'Swain','NY','42.473556','-77.895140',-5,1); -INSERT INTO zipcodes VALUES (14885,'Troupsburg','NY','42.041973','-77.563200',-5,1); -INSERT INTO zipcodes VALUES (14886,'Trumansburg','NY','42.514320','-76.668900',-5,1); -INSERT INTO zipcodes VALUES (14887,'Tyrone','NY','42.399371','-77.026768',-5,1); -INSERT INTO zipcodes VALUES (14889,'Van Etten','NY','42.212809','-76.586180',-5,1); -INSERT INTO zipcodes VALUES (14891,'Watkins Glen','NY','42.374828','-76.916060',-5,1); -INSERT INTO zipcodes VALUES (14892,'Waverly','NY','42.023442','-76.534040',-5,1); -INSERT INTO zipcodes VALUES (14893,'Wayne','NY','42.474143','-77.097713',-5,1); -INSERT INTO zipcodes VALUES (14894,'Wellsburg','NY','42.013590','-76.753070',-5,1); -INSERT INTO zipcodes VALUES (14895,'Wellsville','NY','42.094855','-77.946860',-5,1); -INSERT INTO zipcodes VALUES (14897,'Whitesville','NY','42.034218','-77.792690',-5,1); -INSERT INTO zipcodes VALUES (14898,'Woodhull','NY','42.065376','-77.423920',-5,1); -INSERT INTO zipcodes VALUES (14901,'Elmira','NY','42.091924','-76.792170',-5,1); -INSERT INTO zipcodes VALUES (14902,'Elmira','NY','42.147285','-76.750888',-5,1); -INSERT INTO zipcodes VALUES (14903,'Elmira','NY','42.129274','-76.844970',-5,1); -INSERT INTO zipcodes VALUES (14904,'Elmira','NY','42.072024','-76.803930',-5,1); -INSERT INTO zipcodes VALUES (14905,'Elmira','NY','42.087824','-76.836860',-5,1); -INSERT INTO zipcodes VALUES (14925,'Elmira','NY','42.147285','-76.750888',-5,1); -INSERT INTO zipcodes VALUES (15001,'Aliquippa','PA','40.603966','-80.287760',-5,1); -INSERT INTO zipcodes VALUES (15003,'Ambridge','PA','40.593917','-80.221810',-5,1); -INSERT INTO zipcodes VALUES (15004,'Atlasburg','PA','40.341487','-80.384080',-5,1); -INSERT INTO zipcodes VALUES (15005,'Baden','PA','40.641066','-80.205990',-5,1); -INSERT INTO zipcodes VALUES (15006,'Bairdford','PA','40.630894','-79.880570',-5,1); -INSERT INTO zipcodes VALUES (15007,'Bakerstown','PA','40.652311','-79.933030',-5,1); -INSERT INTO zipcodes VALUES (15009,'Beaver','PA','40.695281','-80.329900',-5,1); -INSERT INTO zipcodes VALUES (15010,'Beaver Falls','PA','40.763899','-80.335720',-5,1); -INSERT INTO zipcodes VALUES (15012,'Belle Vernon','PA','40.140248','-79.842510',-5,1); -INSERT INTO zipcodes VALUES (15014,'Brackenridge','PA','40.608403','-79.742340',-5,1); -INSERT INTO zipcodes VALUES (15015,'Bradfordwoods','PA','40.635147','-80.083690',-5,1); -INSERT INTO zipcodes VALUES (15017,'Bridgeville','PA','40.351802','-80.115340',-5,1); -INSERT INTO zipcodes VALUES (15018,'Buena Vista','PA','40.266358','-79.793250',-5,1); -INSERT INTO zipcodes VALUES (15019,'Bulger','PA','40.417545','-80.336250',-5,1); -INSERT INTO zipcodes VALUES (15020,'Bunola','PA','40.238657','-79.944930',-5,1); -INSERT INTO zipcodes VALUES (15021,'Burgettstown','PA','40.383884','-80.413640',-5,1); -INSERT INTO zipcodes VALUES (15022,'Charleroi','PA','40.136537','-79.913210',-5,1); -INSERT INTO zipcodes VALUES (15024,'Cheswick','PA','40.569723','-79.832420',-5,1); -INSERT INTO zipcodes VALUES (15025,'Clairton','PA','40.292974','-79.901790',-5,1); -INSERT INTO zipcodes VALUES (15026,'Clinton','PA','40.508376','-80.359530',-5,1); -INSERT INTO zipcodes VALUES (15027,'Conway','PA','40.663816','-80.234940',-5,1); -INSERT INTO zipcodes VALUES (15028,'Coulters','PA','40.297336','-79.801920',-5,1); -INSERT INTO zipcodes VALUES (15030,'Creighton','PA','40.583218','-79.779470',-5,1); -INSERT INTO zipcodes VALUES (15031,'Cuddy','PA','40.347826','-80.165600',-5,1); -INSERT INTO zipcodes VALUES (15032,'Curtisville','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15033,'Donora','PA','40.176375','-79.861380',-5,1); -INSERT INTO zipcodes VALUES (15034,'Dravosburg','PA','40.350519','-79.890080',-5,1); -INSERT INTO zipcodes VALUES (15035,'East McKeesport','PA','40.384223','-79.807920',-5,1); -INSERT INTO zipcodes VALUES (15036,'Eldersville','PA','40.214896','-80.179139',-5,1); -INSERT INTO zipcodes VALUES (15037,'Elizabeth','PA','40.258438','-79.859460',-5,1); -INSERT INTO zipcodes VALUES (15038,'Elrama','PA','40.251586','-79.924740',-5,1); -INSERT INTO zipcodes VALUES (15042,'Freedom','PA','40.682566','-80.232080',-5,1); -INSERT INTO zipcodes VALUES (15043,'Georgetown','PA','40.582316','-80.501820',-5,1); -INSERT INTO zipcodes VALUES (15044,'Gibsonia','PA','40.631011','-79.957660',-5,1); -INSERT INTO zipcodes VALUES (15045,'Glassport','PA','40.326919','-79.888690',-5,1); -INSERT INTO zipcodes VALUES (15046,'Crescent','PA','40.558477','-80.226100',-5,1); -INSERT INTO zipcodes VALUES (15047,'Greenock','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15049,'Harwick','PA','40.555627','-79.806400',-5,1); -INSERT INTO zipcodes VALUES (15050,'Hookstown','PA','40.557889','-80.445290',-5,1); -INSERT INTO zipcodes VALUES (15051,'Indianola','PA','40.565907','-79.858480',-5,1); -INSERT INTO zipcodes VALUES (15052,'Industry','PA','40.665001','-80.425340',-5,1); -INSERT INTO zipcodes VALUES (15053,'Joffre','PA','40.379884','-80.360870',-5,1); -INSERT INTO zipcodes VALUES (15054,'Langeloth','PA','40.363006','-80.408610',-5,1); -INSERT INTO zipcodes VALUES (15055,'Lawrence','PA','40.304019','-80.122460',-5,1); -INSERT INTO zipcodes VALUES (15056,'Leetsdale','PA','40.565367','-80.209770',-5,1); -INSERT INTO zipcodes VALUES (15057,'McDonald','PA','40.357286','-80.236290',-5,1); -INSERT INTO zipcodes VALUES (15059,'Midland','PA','40.649081','-80.472180',-5,1); -INSERT INTO zipcodes VALUES (15060,'Midway','PA','40.368154','-80.292400',-5,1); -INSERT INTO zipcodes VALUES (15061,'Monaca','PA','40.677132','-80.288810',-5,1); -INSERT INTO zipcodes VALUES (15062,'Monessen','PA','40.154271','-79.882770',-5,1); -INSERT INTO zipcodes VALUES (15063,'Monongahela','PA','40.196694','-79.926420',-5,1); -INSERT INTO zipcodes VALUES (15064,'Morgan','PA','40.352897','-80.145290',-5,1); -INSERT INTO zipcodes VALUES (15065,'Natrona Heights','PA','40.628522','-79.725660',-5,1); -INSERT INTO zipcodes VALUES (15066,'New Brighton','PA','40.739980','-80.294720',-5,1); -INSERT INTO zipcodes VALUES (15067,'New Eagle','PA','40.207526','-79.953040',-5,1); -INSERT INTO zipcodes VALUES (15068,'New Kensington','PA','40.571108','-79.742260',-5,1); -INSERT INTO zipcodes VALUES (15069,'New Kensington','PA','40.360223','-79.439801',-5,1); -INSERT INTO zipcodes VALUES (15071,'Oakdale','PA','40.420319','-80.186920',-5,1); -INSERT INTO zipcodes VALUES (15072,'Pricedale','PA','40.138480','-79.855750',-5,1); -INSERT INTO zipcodes VALUES (15074,'Rochester','PA','40.708166','-80.273500',-5,1); -INSERT INTO zipcodes VALUES (15075,'Rural Ridge','PA','40.586408','-79.827690',-5,1); -INSERT INTO zipcodes VALUES (15076,'Russellton','PA','40.615170','-79.833940',-5,1); -INSERT INTO zipcodes VALUES (15077,'Shippingport','PA','40.602535','-80.386344',-5,1); -INSERT INTO zipcodes VALUES (15078,'Slovan','PA','40.357926','-80.389430',-5,1); -INSERT INTO zipcodes VALUES (15081,'South Heights','PA','40.574634','-80.236090',-5,1); -INSERT INTO zipcodes VALUES (15082,'Sturgeon','PA','40.378997','-80.211840',-5,1); -INSERT INTO zipcodes VALUES (15083,'Sutersville','PA','40.237582','-79.800380',-5,1); -INSERT INTO zipcodes VALUES (15084,'Tarentum','PA','40.613570','-79.780950',-5,1); -INSERT INTO zipcodes VALUES (15085,'Trafford','PA','40.386968','-79.744670',-5,1); -INSERT INTO zipcodes VALUES (15086,'Warrendale','PA','40.661431','-80.093040',-5,1); -INSERT INTO zipcodes VALUES (15087,'Webster','PA','40.186047','-79.849940',-5,1); -INSERT INTO zipcodes VALUES (15088,'West Elizabeth','PA','40.272901','-79.894910',-5,1); -INSERT INTO zipcodes VALUES (15089,'West Newton','PA','40.211895','-79.754830',-5,1); -INSERT INTO zipcodes VALUES (15090,'Wexford','PA','40.617016','-80.059160',-5,1); -INSERT INTO zipcodes VALUES (15091,'Wildwood','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15095,'Warrendale','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15096,'Warrendale','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15101,'Allison Park','PA','40.570915','-79.960330',-5,1); -INSERT INTO zipcodes VALUES (15102,'Bethel Park','PA','40.324535','-80.038640',-5,1); -INSERT INTO zipcodes VALUES (15104,'Braddock','PA','40.404743','-79.864390',-5,1); -INSERT INTO zipcodes VALUES (15106,'Carnegie','PA','40.404119','-80.090140',-5,1); -INSERT INTO zipcodes VALUES (15108,'Coraopolis','PA','40.500665','-80.184640',-5,1); -INSERT INTO zipcodes VALUES (15110,'Duquesne','PA','40.369969','-79.850950',-5,1); -INSERT INTO zipcodes VALUES (15112,'East Pittsburgh','PA','40.399436','-79.837940',-5,1); -INSERT INTO zipcodes VALUES (15116,'Glenshaw','PA','40.533806','-79.963030',-5,1); -INSERT INTO zipcodes VALUES (15120,'Homestead','PA','40.395336','-79.906350',-5,1); -INSERT INTO zipcodes VALUES (15122,'West Mifflin','PA','40.366177','-79.894180',-5,1); -INSERT INTO zipcodes VALUES (15123,'West Mifflin','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15126,'Imperial','PA','40.454423','-80.263240',-5,1); -INSERT INTO zipcodes VALUES (15127,'Ingomar','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15129,'Library','PA','40.289752','-80.007560',-5,1); -INSERT INTO zipcodes VALUES (15130,'McKeesport','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15131,'McKeesport','PA','40.341469','-79.811050',-5,1); -INSERT INTO zipcodes VALUES (15132,'McKeesport','PA','40.341919','-79.847910',-5,1); -INSERT INTO zipcodes VALUES (15133,'McKeesport','PA','40.332502','-79.864600',-5,1); -INSERT INTO zipcodes VALUES (15134,'McKeesport','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15135,'McKeesport','PA','40.306819','-79.814500',-5,1); -INSERT INTO zipcodes VALUES (15136,'McKees Rocks','PA','40.471618','-80.076950',-5,1); -INSERT INTO zipcodes VALUES (15137,'North Versailles','PA','40.380219','-79.810170',-5,1); -INSERT INTO zipcodes VALUES (15139,'Oakmont','PA','40.519518','-79.837620',-5,1); -INSERT INTO zipcodes VALUES (15140,'Pitcairn','PA','40.405768','-79.776430',-5,1); -INSERT INTO zipcodes VALUES (15142,'Presto','PA','40.379549','-80.124510',-5,1); -INSERT INTO zipcodes VALUES (15143,'Sewickley','PA','40.561091','-80.155540',-5,1); -INSERT INTO zipcodes VALUES (15144,'Springdale','PA','40.543053','-79.782230',-5,1); -INSERT INTO zipcodes VALUES (15145,'Turtle Creek','PA','40.408218','-79.823390',-5,1); -INSERT INTO zipcodes VALUES (15146,'Monroeville','PA','40.431034','-79.765260',-5,1); -INSERT INTO zipcodes VALUES (15147,'Verona','PA','40.498218','-79.834260',-5,1); -INSERT INTO zipcodes VALUES (15148,'Wilmerding','PA','40.394268','-79.802860',-5,1); -INSERT INTO zipcodes VALUES (15163,'North Apollo','PA','40.588257','-79.554054',-5,1); -INSERT INTO zipcodes VALUES (15189,'Sewickley','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15201,'Pittsburgh','PA','40.471468','-79.957260',-5,1); -INSERT INTO zipcodes VALUES (15202,'Pittsburgh','PA','40.502918','-80.070400',-5,1); -INSERT INTO zipcodes VALUES (15203,'Pittsburgh','PA','40.426211','-79.978260',-5,1); -INSERT INTO zipcodes VALUES (15204,'Pittsburgh','PA','40.455118','-80.060080',-5,1); -INSERT INTO zipcodes VALUES (15205,'Pittsburgh','PA','40.436618','-80.072890',-5,1); -INSERT INTO zipcodes VALUES (15206,'Pittsburgh','PA','40.468968','-79.918630',-5,1); -INSERT INTO zipcodes VALUES (15207,'Pittsburgh','PA','40.399355','-79.934140',-5,1); -INSERT INTO zipcodes VALUES (15208,'Pittsburgh','PA','40.455168','-79.897090',-5,1); -INSERT INTO zipcodes VALUES (15209,'Pittsburgh','PA','40.492618','-79.974580',-5,1); -INSERT INTO zipcodes VALUES (15210,'Pittsburgh','PA','40.409219','-79.989480',-5,1); -INSERT INTO zipcodes VALUES (15211,'Pittsburgh','PA','40.428369','-80.012690',-5,1); -INSERT INTO zipcodes VALUES (15212,'Pittsburgh','PA','40.460669','-80.011440',-5,1); -INSERT INTO zipcodes VALUES (15213,'Pittsburgh','PA','40.443269','-79.954870',-5,1); -INSERT INTO zipcodes VALUES (15214,'Pittsburgh','PA','40.479469','-80.011500',-5,1); -INSERT INTO zipcodes VALUES (15215,'Pittsburgh','PA','40.497701','-79.915700',-5,1); -INSERT INTO zipcodes VALUES (15216,'Pittsburgh','PA','40.400319','-80.035660',-5,1); -INSERT INTO zipcodes VALUES (15217,'Pittsburgh','PA','40.430919','-79.925690',-5,1); -INSERT INTO zipcodes VALUES (15218,'Pittsburgh','PA','40.424336','-79.887250',-5,1); -INSERT INTO zipcodes VALUES (15219,'Pittsburgh','PA','40.443819','-79.980670',-5,1); -INSERT INTO zipcodes VALUES (15220,'Pittsburgh','PA','40.430822','-80.044530',-5,1); -INSERT INTO zipcodes VALUES (15221,'Pittsburgh','PA','40.438035','-79.871910',-5,1); -INSERT INTO zipcodes VALUES (15222,'Pittsburgh','PA','40.447036','-79.993130',-5,1); -INSERT INTO zipcodes VALUES (15223,'Pittsburgh','PA','40.503768','-79.951640',-5,1); -INSERT INTO zipcodes VALUES (15224,'Pittsburgh','PA','40.463463','-79.946120',-5,1); -INSERT INTO zipcodes VALUES (15225,'Pittsburgh','PA','40.513778','-80.135710',-5,1); -INSERT INTO zipcodes VALUES (15226,'Pittsburgh','PA','40.394002','-80.016550',-5,1); -INSERT INTO zipcodes VALUES (15227,'Pittsburgh','PA','40.377869','-79.975160',-5,1); -INSERT INTO zipcodes VALUES (15228,'Pittsburgh','PA','40.372802','-80.044800',-5,1); -INSERT INTO zipcodes VALUES (15229,'Pittsburgh','PA','40.518368','-80.033640',-5,1); -INSERT INTO zipcodes VALUES (15230,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15231,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15232,'Pittsburgh','PA','40.454018','-79.932500',-5,1); -INSERT INTO zipcodes VALUES (15233,'Pittsburgh','PA','40.455919','-80.026040',-5,1); -INSERT INTO zipcodes VALUES (15234,'Pittsburgh','PA','40.369619','-80.018310',-5,1); -INSERT INTO zipcodes VALUES (15235,'Pittsburgh','PA','40.459518','-79.832770',-5,1); -INSERT INTO zipcodes VALUES (15236,'Pittsburgh','PA','40.342869','-79.979290',-5,1); -INSERT INTO zipcodes VALUES (15237,'Pittsburgh','PA','40.552768','-80.032270',-5,1); -INSERT INTO zipcodes VALUES (15238,'Pittsburgh','PA','40.518701','-79.867440',-5,1); -INSERT INTO zipcodes VALUES (15239,'Pittsburgh','PA','40.482655','-79.742780',-5,1); -INSERT INTO zipcodes VALUES (15240,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15241,'Pittsburgh','PA','40.329619','-80.073640',-5,1); -INSERT INTO zipcodes VALUES (15242,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15243,'Pittsburgh','PA','40.372669','-80.071200',-5,1); -INSERT INTO zipcodes VALUES (15244,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15246,'Pittsburgh','PA','40.476524','-79.899044',-5,1); -INSERT INTO zipcodes VALUES (15250,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15251,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15252,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15253,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15254,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15255,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15257,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15258,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15259,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15260,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15261,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15262,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15263,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15264,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15265,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15266,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15267,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15268,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15270,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15272,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15274,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15275,'Pittsburgh','PA','40.449520','-80.179475',-5,1); -INSERT INTO zipcodes VALUES (15276,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15277,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15278,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15279,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15281,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15282,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15283,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15285,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15286,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15290,'Pittsburgh','PA','40.434436','-80.024817',-5,1); -INSERT INTO zipcodes VALUES (15298,'Pittsburgh','PA','40.420019','-79.939473',-5,1); -INSERT INTO zipcodes VALUES (15301,'Washington','PA','40.170663','-80.251850',-5,1); -INSERT INTO zipcodes VALUES (15310,'Aleppo','PA','39.792529','-80.485840',-5,1); -INSERT INTO zipcodes VALUES (15311,'Amity','PA','40.042851','-80.188270',-5,1); -INSERT INTO zipcodes VALUES (15312,'Avella','PA','40.264217','-80.441990',-5,1); -INSERT INTO zipcodes VALUES (15313,'Beallsville','PA','40.065384','-80.023130',-5,1); -INSERT INTO zipcodes VALUES (15314,'Bentleyville','PA','40.127951','-80.012260',-5,1); -INSERT INTO zipcodes VALUES (15315,'Bobtown','PA','39.760868','-79.983150',-5,1); -INSERT INTO zipcodes VALUES (15316,'Brave','PA','39.743424','-80.263760',-5,1); -INSERT INTO zipcodes VALUES (15317,'Canonsburg','PA','40.268190','-80.162220',-5,1); -INSERT INTO zipcodes VALUES (15320,'Carmichaels','PA','39.883336','-79.983930',-5,1); -INSERT INTO zipcodes VALUES (15321,'Cecil','PA','40.322872','-80.187450',-5,1); -INSERT INTO zipcodes VALUES (15322,'Clarksville','PA','39.976531','-80.042180',-5,1); -INSERT INTO zipcodes VALUES (15323,'Claysville','PA','40.114204','-80.407150',-5,1); -INSERT INTO zipcodes VALUES (15324,'Cokeburg','PA','40.100120','-80.063630',-5,1); -INSERT INTO zipcodes VALUES (15325,'Crucible','PA','39.948210','-79.966530',-5,1); -INSERT INTO zipcodes VALUES (15327,'Dilliner','PA','39.754889','-79.952260',-5,1); -INSERT INTO zipcodes VALUES (15329,'Prosperity','PA','40.030707','-80.273530',-5,1); -INSERT INTO zipcodes VALUES (15330,'Eighty Four','PA','40.178679','-80.100140',-5,1); -INSERT INTO zipcodes VALUES (15331,'Ellsworth','PA','40.105887','-80.020450',-5,1); -INSERT INTO zipcodes VALUES (15332,'Finleyville','PA','40.250299','-79.994360',-5,1); -INSERT INTO zipcodes VALUES (15333,'Fredericktown','PA','40.010135','-80.005370',-5,1); -INSERT INTO zipcodes VALUES (15334,'Garards Fort','PA','39.809756','-79.996900',-5,1); -INSERT INTO zipcodes VALUES (15336,'Gastonville','PA','40.260141','-79.992678',-5,1); -INSERT INTO zipcodes VALUES (15337,'Graysville','PA','39.943552','-80.373990',-5,1); -INSERT INTO zipcodes VALUES (15338,'Greensboro','PA','39.809161','-79.937930',-5,1); -INSERT INTO zipcodes VALUES (15339,'Hendersonville','PA','40.301838','-80.154310',-5,1); -INSERT INTO zipcodes VALUES (15340,'Hickory','PA','40.290375','-80.318450',-5,1); -INSERT INTO zipcodes VALUES (15341,'Holbrook','PA','39.826440','-80.350510',-5,1); -INSERT INTO zipcodes VALUES (15342,'Houston','PA','40.241854','-80.214450',-5,1); -INSERT INTO zipcodes VALUES (15344,'Jefferson','PA','39.927570','-80.054910',-5,1); -INSERT INTO zipcodes VALUES (15345,'Marianna','PA','40.019657','-80.102730',-5,1); -INSERT INTO zipcodes VALUES (15346,'Mather','PA','39.935562','-80.072480',-5,1); -INSERT INTO zipcodes VALUES (15347,'Meadow Lands','PA','40.214331','-80.228720',-5,1); -INSERT INTO zipcodes VALUES (15348,'Millsboro','PA','39.988369','-79.994840',-5,1); -INSERT INTO zipcodes VALUES (15349,'Mount Morris','PA','39.741865','-80.079990',-5,1); -INSERT INTO zipcodes VALUES (15350,'Muse','PA','40.292528','-80.200220',-5,1); -INSERT INTO zipcodes VALUES (15351,'Nemacolin','PA','39.877676','-79.925850',-5,1); -INSERT INTO zipcodes VALUES (15352,'New Freeport','PA','39.748534','-80.397780',-5,1); -INSERT INTO zipcodes VALUES (15353,'Nineveh','PA','39.961767','-80.306900',-5,1); -INSERT INTO zipcodes VALUES (15354,'Pine Bank','PA','39.870635','-80.211335',-5,1); -INSERT INTO zipcodes VALUES (15355,'Centerville','PA','40.055216','-80.009135',-5,1); -INSERT INTO zipcodes VALUES (15357,'Rices Landing','PA','39.942802','-79.996120',-5,1); -INSERT INTO zipcodes VALUES (15358,'Richeyville','PA','40.056040','-79.998100',-5,1); -INSERT INTO zipcodes VALUES (15359,'Rogersville','PA','39.880073','-80.273320',-5,1); -INSERT INTO zipcodes VALUES (15360,'Scenery Hill','PA','40.087080','-80.073160',-5,1); -INSERT INTO zipcodes VALUES (15361,'Southview','PA','40.328260','-80.259600',-5,1); -INSERT INTO zipcodes VALUES (15362,'Spraggs','PA','39.748302','-80.213270',-5,1); -INSERT INTO zipcodes VALUES (15363,'Strabane','PA','40.251054','-80.199170',-5,1); -INSERT INTO zipcodes VALUES (15364,'Sycamore','PA','39.956204','-80.277790',-5,1); -INSERT INTO zipcodes VALUES (15365,'Taylorstown','PA','40.161130','-80.378093',-5,1); -INSERT INTO zipcodes VALUES (15366,'Van Voorhis','PA','40.110068','-80.031787',-5,1); -INSERT INTO zipcodes VALUES (15367,'Venetia','PA','40.261394','-80.052540',-5,1); -INSERT INTO zipcodes VALUES (15368,'Vestaburg','PA','40.015501','-79.990190',-5,1); -INSERT INTO zipcodes VALUES (15370,'Waynesburg','PA','39.892235','-80.179830',-5,1); -INSERT INTO zipcodes VALUES (15376,'West Alexander','PA','40.101254','-80.502290',-5,1); -INSERT INTO zipcodes VALUES (15377,'West Finley','PA','39.976027','-80.444740',-5,1); -INSERT INTO zipcodes VALUES (15378,'Westland','PA','40.277580','-80.274080',-5,1); -INSERT INTO zipcodes VALUES (15379,'West Middletown','PA','40.240402','-80.424140',-5,1); -INSERT INTO zipcodes VALUES (15380,'Wind Ridge','PA','39.874975','-80.468450',-5,1); -INSERT INTO zipcodes VALUES (15401,'Uniontown','PA','39.898220','-79.731100',-5,1); -INSERT INTO zipcodes VALUES (15410,'Adah','PA','39.918848','-79.908320',-5,1); -INSERT INTO zipcodes VALUES (15411,'Addison','PA','39.751296','-79.351130',-5,1); -INSERT INTO zipcodes VALUES (15412,'Allenport','PA','40.100345','-79.846000',-5,1); -INSERT INTO zipcodes VALUES (15413,'Allison','PA','39.987842','-79.866810',-5,1); -INSERT INTO zipcodes VALUES (15415,'Brier Hill','PA','39.980787','-79.850366',-5,1); -INSERT INTO zipcodes VALUES (15416,'Brownfield','PA','39.932084','-79.652170',-5,1); -INSERT INTO zipcodes VALUES (15417,'Brownsville','PA','40.019330','-79.898690',-5,1); -INSERT INTO zipcodes VALUES (15419,'California','PA','40.063977','-79.892610',-5,1); -INSERT INTO zipcodes VALUES (15420,'Cardale','PA','39.958894','-79.867980',-5,1); -INSERT INTO zipcodes VALUES (15421,'Chalk Hill','PA','39.845088','-79.599126',-5,1); -INSERT INTO zipcodes VALUES (15422,'Chestnut Ridge','PA','39.979032','-79.819570',-5,1); -INSERT INTO zipcodes VALUES (15423,'Coal Center','PA','40.082073','-79.919110',-5,1); -INSERT INTO zipcodes VALUES (15424,'Confluence','PA','39.817148','-79.348030',-5,1); -INSERT INTO zipcodes VALUES (15425,'Connellsville','PA','40.024138','-79.584140',-5,1); -INSERT INTO zipcodes VALUES (15427,'Daisytown','PA','40.061044','-79.973360',-5,1); -INSERT INTO zipcodes VALUES (15428,'Dawson','PA','40.060912','-79.658860',-5,1); -INSERT INTO zipcodes VALUES (15429,'Denbo','PA','40.007062','-79.933900',-5,1); -INSERT INTO zipcodes VALUES (15430,'Dickerson Run','PA','40.040653','-79.660890',-5,1); -INSERT INTO zipcodes VALUES (15431,'Dunbar','PA','39.968368','-79.618150',-5,1); -INSERT INTO zipcodes VALUES (15432,'Dunlevy','PA','40.117368','-79.864130',-5,1); -INSERT INTO zipcodes VALUES (15433,'East Millsboro','PA','39.968503','-79.951830',-5,1); -INSERT INTO zipcodes VALUES (15434,'Elco','PA','40.079185','-79.874750',-5,1); -INSERT INTO zipcodes VALUES (15435,'Fairbank','PA','39.950123','-79.858471',-5,1); -INSERT INTO zipcodes VALUES (15436,'Fairchance','PA','39.821336','-79.751860',-5,1); -INSERT INTO zipcodes VALUES (15437,'Farmington','PA','39.793095','-79.594650',-5,1); -INSERT INTO zipcodes VALUES (15438,'Fayette City','PA','40.093982','-79.837870',-5,1); -INSERT INTO zipcodes VALUES (15439,'Gans','PA','39.771324','-79.635842',-5,1); -INSERT INTO zipcodes VALUES (15440,'Gibbon Glade','PA','39.729740','-79.591240',-5,1); -INSERT INTO zipcodes VALUES (15442,'Grindstone','PA','40.013397','-79.831130',-5,1); -INSERT INTO zipcodes VALUES (15443,'Hibbs','PA','39.927312','-79.887680',-5,1); -INSERT INTO zipcodes VALUES (15444,'Hiller','PA','40.011146','-79.905410',-5,1); -INSERT INTO zipcodes VALUES (15445,'Hopwood','PA','39.876251','-79.692960',-5,1); -INSERT INTO zipcodes VALUES (15446,'Indian Head','PA','40.028267','-79.394750',-5,1); -INSERT INTO zipcodes VALUES (15447,'Isabella','PA','39.945514','-79.938690',-5,1); -INSERT INTO zipcodes VALUES (15448,'Jacobs Creek','PA','40.134792','-79.742720',-5,1); -INSERT INTO zipcodes VALUES (15449,'Keisterville','PA','39.963622','-79.785349',-5,1); -INSERT INTO zipcodes VALUES (15450,'La Belle','PA','40.006660','-79.969430',-5,1); -INSERT INTO zipcodes VALUES (15451,'Lake Lynn','PA','39.737104','-79.836130',-5,1); -INSERT INTO zipcodes VALUES (15454,'Leckrone','PA','39.863666','-79.863780',-5,1); -INSERT INTO zipcodes VALUES (15455,'Leisenring','PA','39.998299','-79.643330',-5,1); -INSERT INTO zipcodes VALUES (15456,'Lemont Furnace','PA','39.923495','-79.660140',-5,1); -INSERT INTO zipcodes VALUES (15458,'McClellandtown','PA','39.879185','-79.861800',-5,1); -INSERT INTO zipcodes VALUES (15459,'Markleysburg','PA','39.757928','-79.465140',-5,1); -INSERT INTO zipcodes VALUES (15460,'Martin','PA','39.804674','-79.910200',-5,1); -INSERT INTO zipcodes VALUES (15461,'Masontown','PA','39.847077','-79.901960',-5,1); -INSERT INTO zipcodes VALUES (15462,'Melcroft','PA','40.061931','-79.385380',-5,1); -INSERT INTO zipcodes VALUES (15463,'Merrittstown','PA','39.882521','-79.833585',-5,1); -INSERT INTO zipcodes VALUES (15464,'Mill Run','PA','39.926509','-79.432720',-5,1); -INSERT INTO zipcodes VALUES (15465,'Mount Braddock','PA','39.932084','-79.652170',-5,1); -INSERT INTO zipcodes VALUES (15466,'Newell','PA','40.075617','-79.896110',-5,1); -INSERT INTO zipcodes VALUES (15467,'New Geneva','PA','39.932084','-79.652170',-5,1); -INSERT INTO zipcodes VALUES (15468,'New Salem','PA','39.936535','-79.846690',-5,1); -INSERT INTO zipcodes VALUES (15469,'Normalville','PA','40.006624','-79.416160',-5,1); -INSERT INTO zipcodes VALUES (15470,'Ohiopyle','PA','39.854144','-79.529890',-5,1); -INSERT INTO zipcodes VALUES (15471,'German','PA','39.978300','-79.856751',-5,1); -INSERT INTO zipcodes VALUES (15472,'Oliver','PA','39.916995','-79.715890',-5,1); -INSERT INTO zipcodes VALUES (15473,'Perryopolis','PA','40.080727','-79.756970',-5,1); -INSERT INTO zipcodes VALUES (15474,'Point Marion','PA','39.744190','-79.901260',-5,1); -INSERT INTO zipcodes VALUES (15475,'Republic','PA','39.964486','-79.878460',-5,1); -INSERT INTO zipcodes VALUES (15476,'Ronco','PA','39.869675','-79.922000',-5,1); -INSERT INTO zipcodes VALUES (15477,'Roscoe','PA','40.079169','-79.864480',-5,1); -INSERT INTO zipcodes VALUES (15478,'Smithfield','PA','39.791113','-79.812470',-5,1); -INSERT INTO zipcodes VALUES (15479,'Smithton','PA','40.148576','-79.725730',-5,1); -INSERT INTO zipcodes VALUES (15480,'Smock','PA','39.987054','-79.778790',-5,1); -INSERT INTO zipcodes VALUES (15482,'Star Junction','PA','40.062849','-79.763380',-5,1); -INSERT INTO zipcodes VALUES (15483,'Stockdale','PA','40.081257','-79.851740',-5,1); -INSERT INTO zipcodes VALUES (15484,'Uledi','PA','39.896150','-79.789560',-5,1); -INSERT INTO zipcodes VALUES (15485,'Ursina','PA','39.816608','-79.330090',-5,1); -INSERT INTO zipcodes VALUES (15486,'Vanderbilt','PA','40.034355','-79.681900',-5,1); -INSERT INTO zipcodes VALUES (15488,'Waltersburg','PA','39.976316','-79.768901',-5,1); -INSERT INTO zipcodes VALUES (15489,'West Leisenring','PA','39.955933','-79.699460',-5,1); -INSERT INTO zipcodes VALUES (15490,'White','PA','40.077289','-79.425980',-5,1); -INSERT INTO zipcodes VALUES (15492,'Wickhaven','PA','40.120876','-79.770890',-5,1); -INSERT INTO zipcodes VALUES (15493,'Perry','PA','40.091655','-79.718512',-5,1); -INSERT INTO zipcodes VALUES (15501,'Somerset','PA','40.028470','-79.110500',-5,1); -INSERT INTO zipcodes VALUES (15502,'Hidden Valley','PA','40.046023','-79.258458',-5,1); -INSERT INTO zipcodes VALUES (15510,'Somerset','PA','39.963306','-79.040890',-5,1); -INSERT INTO zipcodes VALUES (15520,'Acosta','PA','40.112153','-79.067720',-5,1); -INSERT INTO zipcodes VALUES (15521,'Alum Bank','PA','40.188405','-78.630270',-5,1); -INSERT INTO zipcodes VALUES (15522,'Bedford','PA','39.998096','-78.522040',-5,1); -INSERT INTO zipcodes VALUES (15530,'Berlin','PA','39.937504','-78.941830',-5,1); -INSERT INTO zipcodes VALUES (15531,'Boswell','PA','40.173782','-79.062900',-5,1); -INSERT INTO zipcodes VALUES (15532,'Boynton','PA','39.766617','-79.065940',-5,1); -INSERT INTO zipcodes VALUES (15533,'Breezewood','PA','39.989224','-78.242450',-5,1); -INSERT INTO zipcodes VALUES (15534,'Buffalo Mills','PA','39.904209','-78.701590',-5,1); -INSERT INTO zipcodes VALUES (15535,'Clearville','PA','39.825578','-78.442300',-5,1); -INSERT INTO zipcodes VALUES (15536,'Crystal Spring','PA','39.951222','-78.205120',-5,1); -INSERT INTO zipcodes VALUES (15537,'Everett','PA','40.003997','-78.364560',-5,1); -INSERT INTO zipcodes VALUES (15538,'Fairhope','PA','39.863486','-78.842350',-5,1); -INSERT INTO zipcodes VALUES (15539,'Fishertown','PA','40.128089','-78.583900',-5,1); -INSERT INTO zipcodes VALUES (15540,'Fort Hill','PA','39.798343','-79.220640',-5,1); -INSERT INTO zipcodes VALUES (15541,'Friedens','PA','40.053525','-78.990230',-5,1); -INSERT INTO zipcodes VALUES (15542,'Garrett','PA','39.863543','-79.069350',-5,1); -INSERT INTO zipcodes VALUES (15544,'Gray','PA','40.134685','-79.092360',-5,1); -INSERT INTO zipcodes VALUES (15545,'Hyndman','PA','39.776675','-78.762860',-5,1); -INSERT INTO zipcodes VALUES (15546,'Jenners','PA','40.143760','-79.049440',-5,1); -INSERT INTO zipcodes VALUES (15547,'Jennerstown','PA','40.159054','-79.063710',-5,1); -INSERT INTO zipcodes VALUES (15548,'Kantner','PA','40.101106','-78.938653',-5,1); -INSERT INTO zipcodes VALUES (15549,'Listie','PA','40.020764','-79.012306',-5,1); -INSERT INTO zipcodes VALUES (15550,'Manns Choice','PA','40.003724','-78.636850',-5,1); -INSERT INTO zipcodes VALUES (15551,'Markleton','PA','39.886916','-79.253880',-5,1); -INSERT INTO zipcodes VALUES (15552,'Meyersdale','PA','39.805436','-79.000130',-5,1); -INSERT INTO zipcodes VALUES (15553,'New Baltimore','PA','39.983808','-78.772150',-5,1); -INSERT INTO zipcodes VALUES (15554,'New Paris','PA','40.121392','-78.587700',-5,1); -INSERT INTO zipcodes VALUES (15555,'Quecreek','PA','40.091429','-79.087198',-5,1); -INSERT INTO zipcodes VALUES (15557,'Rockwood','PA','39.935728','-79.220930',-5,1); -INSERT INTO zipcodes VALUES (15558,'Salisbury','PA','39.742872','-79.086800',-5,1); -INSERT INTO zipcodes VALUES (15559,'Schellsburg','PA','40.058077','-78.663910',-5,1); -INSERT INTO zipcodes VALUES (15560,'Shanksville','PA','40.017182','-78.905890',-5,1); -INSERT INTO zipcodes VALUES (15561,'Sipesville','PA','40.096406','-79.090158',-5,1); -INSERT INTO zipcodes VALUES (15562,'Springs','PA','39.746182','-79.132450',-5,1); -INSERT INTO zipcodes VALUES (15563,'Stoystown','PA','40.099003','-78.948010',-5,1); -INSERT INTO zipcodes VALUES (15564,'Wellersburg','PA','39.729896','-78.844105',-5,1); -INSERT INTO zipcodes VALUES (15565,'West Salisbury','PA','40.003476','-79.037983',-5,1); -INSERT INTO zipcodes VALUES (15601,'Greensburg','PA','40.298765','-79.541260',-5,1); -INSERT INTO zipcodes VALUES (15605,'Greensburg','PA','40.360223','-79.439801',-5,1); -INSERT INTO zipcodes VALUES (15606,'Greensburg','PA','40.360223','-79.439801',-5,1); -INSERT INTO zipcodes VALUES (15610,'Acme','PA','40.138405','-79.424250',-5,1); -INSERT INTO zipcodes VALUES (15611,'Adamsburg','PA','40.304400','-79.656040',-5,1); -INSERT INTO zipcodes VALUES (15612,'Alverton','PA','40.136883','-79.590330',-5,1); -INSERT INTO zipcodes VALUES (15613,'Apollo','PA','40.560849','-79.575440',-5,1); -INSERT INTO zipcodes VALUES (15615,'Ardara','PA','40.358962','-79.738790',-5,1); -INSERT INTO zipcodes VALUES (15616,'Armbrust','PA','40.360223','-79.439801',-5,1); -INSERT INTO zipcodes VALUES (15617,'Arona','PA','40.269740','-79.660420',-5,1); -INSERT INTO zipcodes VALUES (15618,'Avonmore','PA','40.528929','-79.481160',-5,1); -INSERT INTO zipcodes VALUES (15619,'Bovard','PA','40.360223','-79.439801',-5,1); -INSERT INTO zipcodes VALUES (15620,'Bradenville','PA','40.321426','-79.340790',-5,1); -INSERT INTO zipcodes VALUES (15621,'Calumet','PA','40.360223','-79.439801',-5,1); -INSERT INTO zipcodes VALUES (15622,'Champion','PA','40.038201','-79.304260',-5,1); -INSERT INTO zipcodes VALUES (15623,'Claridge','PA','40.366748','-79.616450',-5,1); -INSERT INTO zipcodes VALUES (15624,'Crabtree','PA','40.362739','-79.468860',-5,1); -INSERT INTO zipcodes VALUES (15625,'Darragh','PA','40.267005','-79.674270',-5,1); -INSERT INTO zipcodes VALUES (15626,'Delmont','PA','40.409992','-79.572660',-5,1); -INSERT INTO zipcodes VALUES (15627,'Derry','PA','40.339547','-79.301720',-5,1); -INSERT INTO zipcodes VALUES (15628,'Donegal','PA','40.108585','-79.381060',-5,1); -INSERT INTO zipcodes VALUES (15629,'East Vandergrift','PA','40.598412','-79.561960',-5,1); -INSERT INTO zipcodes VALUES (15630,'Edmon','PA','40.847829','-79.451575',-5,1); -INSERT INTO zipcodes VALUES (15631,'Everson','PA','40.090582','-79.587040',-5,1); -INSERT INTO zipcodes VALUES (15632,'Export','PA','40.430632','-79.618370',-5,1); -INSERT INTO zipcodes VALUES (15633,'Forbes Road','PA','40.355049','-79.522970',-5,1); -INSERT INTO zipcodes VALUES (15634,'Grapeville','PA','40.324588','-79.606930',-5,1); -INSERT INTO zipcodes VALUES (15635,'Hannastown','PA','40.351619','-79.496120',-5,1); -INSERT INTO zipcodes VALUES (15636,'Harrison City','PA','40.359353','-79.655760',-5,1); -INSERT INTO zipcodes VALUES (15637,'Herminie','PA','40.261878','-79.713210',-5,1); -INSERT INTO zipcodes VALUES (15638,'Hostetter','PA','40.261060','-79.143130',-5,1); -INSERT INTO zipcodes VALUES (15639,'Hunker','PA','40.201398','-79.600710',-5,1); -INSERT INTO zipcodes VALUES (15640,'Hutchinson','PA','40.226150','-79.731650',-5,1); -INSERT INTO zipcodes VALUES (15641,'Hyde Park','PA','40.631729','-79.589610',-5,1); -INSERT INTO zipcodes VALUES (15642,'Irwin','PA','40.325902','-79.713240',-5,1); -INSERT INTO zipcodes VALUES (15643,'Hempfield','PA','40.322965','-79.653388',-5,1); -INSERT INTO zipcodes VALUES (15644,'Jeannette','PA','40.329238','-79.614690',-5,1); -INSERT INTO zipcodes VALUES (15646,'Jones Mills','PA','40.087243','-79.326650',-5,1); -INSERT INTO zipcodes VALUES (15647,'Larimer','PA','40.344319','-79.725740',-5,1); -INSERT INTO zipcodes VALUES (15650,'Latrobe','PA','40.299646','-79.388450',-5,1); -INSERT INTO zipcodes VALUES (15655,'Laughlintown','PA','40.202095','-79.192660',-5,1); -INSERT INTO zipcodes VALUES (15656,'Leechburg','PA','40.630710','-79.613810',-5,1); -INSERT INTO zipcodes VALUES (15658,'Ligonier','PA','40.247351','-79.228820',-5,1); -INSERT INTO zipcodes VALUES (15660,'Lowber','PA','40.245378','-79.771960',-5,1); -INSERT INTO zipcodes VALUES (15661,'Loyalhanna','PA','40.319956','-79.359010',-5,1); -INSERT INTO zipcodes VALUES (15662,'Luxor','PA','40.333489','-79.475470',-5,1); -INSERT INTO zipcodes VALUES (15663,'Madison','PA','40.244753','-79.678390',-5,1); -INSERT INTO zipcodes VALUES (15664,'Mammoth','PA','40.310772','-79.617187',-5,1); -INSERT INTO zipcodes VALUES (15665,'Manor','PA','40.333339','-79.666460',-5,1); -INSERT INTO zipcodes VALUES (15666,'Mount Pleasant','PA','40.150143','-79.524920',-5,1); -INSERT INTO zipcodes VALUES (15668,'Murrysville','PA','40.451664','-79.679480',-5,1); -INSERT INTO zipcodes VALUES (15670,'New Alexandria','PA','40.408295','-79.439670',-5,1); -INSERT INTO zipcodes VALUES (15671,'New Derry','PA','40.356055','-79.319400',-5,1); -INSERT INTO zipcodes VALUES (15672,'New Stanton','PA','40.231003','-79.616110',-5,1); -INSERT INTO zipcodes VALUES (15673,'North Apollo','PA','40.593301','-79.557790',-5,1); -INSERT INTO zipcodes VALUES (15674,'Norvelt','PA','40.207100','-79.496190',-5,1); -INSERT INTO zipcodes VALUES (15675,'Penn','PA','40.330326','-79.640610',-5,1); -INSERT INTO zipcodes VALUES (15676,'Pleasant Unity','PA','40.243195','-79.457370',-5,1); -INSERT INTO zipcodes VALUES (15677,'Rector','PA','40.175368','-79.236510',-5,1); -INSERT INTO zipcodes VALUES (15678,'Rillton','PA','40.287869','-79.729040',-5,1); -INSERT INTO zipcodes VALUES (15679,'Ruffs Dale','PA','40.174620','-79.635840',-5,1); -INSERT INTO zipcodes VALUES (15680,'Salina','PA','40.521015','-79.495220',-5,1); -INSERT INTO zipcodes VALUES (15681,'Saltsburg','PA','40.500852','-79.446300',-5,1); -INSERT INTO zipcodes VALUES (15682,'Schenley','PA','40.847829','-79.451575',-5,1); -INSERT INTO zipcodes VALUES (15683,'Scottdale','PA','40.103791','-79.593960',-5,1); -INSERT INTO zipcodes VALUES (15684,'Slickville','PA','40.463572','-79.514750',-5,1); -INSERT INTO zipcodes VALUES (15685,'Southwest','PA','40.196455','-79.524660',-5,1); -INSERT INTO zipcodes VALUES (15686,'Spring Church','PA','40.608969','-79.420920',-5,1); -INSERT INTO zipcodes VALUES (15687,'Stahlstown','PA','40.134658','-79.314930',-5,1); -INSERT INTO zipcodes VALUES (15688,'Tarrs','PA','40.172199','-79.592650',-5,1); -INSERT INTO zipcodes VALUES (15689,'United','PA','40.219344','-79.492440',-5,1); -INSERT INTO zipcodes VALUES (15690,'Vandergrift','PA','40.612649','-79.567080',-5,1); -INSERT INTO zipcodes VALUES (15691,'Wendel','PA','40.294021','-79.686626',-5,1); -INSERT INTO zipcodes VALUES (15692,'Westmoreland City','PA','40.332063','-79.676320',-5,1); -INSERT INTO zipcodes VALUES (15693,'Whitney','PA','40.253086','-79.408460',-5,1); -INSERT INTO zipcodes VALUES (15695,'Wyano','PA','40.195407','-79.695320',-5,1); -INSERT INTO zipcodes VALUES (15696,'Youngstown','PA','40.279151','-79.364650',-5,1); -INSERT INTO zipcodes VALUES (15697,'Youngwood','PA','40.238134','-79.581720',-5,1); -INSERT INTO zipcodes VALUES (15698,'Yukon','PA','40.217118','-79.684060',-5,1); -INSERT INTO zipcodes VALUES (15701,'Indiana','PA','40.626307','-79.161460',-5,1); -INSERT INTO zipcodes VALUES (15705,'Indiana','PA','40.640031','-79.129445',-5,1); -INSERT INTO zipcodes VALUES (15710,'Alverda','PA','40.632966','-78.857990',-5,1); -INSERT INTO zipcodes VALUES (15711,'Anita','PA','41.002320','-78.963060',-5,1); -INSERT INTO zipcodes VALUES (15712,'Arcadia','PA','40.786561','-78.847070',-5,1); -INSERT INTO zipcodes VALUES (15713,'Aultman','PA','40.562650','-79.259650',-5,1); -INSERT INTO zipcodes VALUES (15714,'Barnesboro','PA','40.662676','-78.793600',-5,1); -INSERT INTO zipcodes VALUES (15715,'Big Run','PA','40.969945','-78.877840',-5,1); -INSERT INTO zipcodes VALUES (15716,'Black Lick','PA','40.472335','-79.195340',-5,1); -INSERT INTO zipcodes VALUES (15717,'Blairsville','PA','40.446361','-79.246110',-5,1); -INSERT INTO zipcodes VALUES (15720,'Brush Valley','PA','40.529238','-79.084600',-5,1); -INSERT INTO zipcodes VALUES (15721,'Burnside','PA','40.813203','-78.787640',-5,1); -INSERT INTO zipcodes VALUES (15722,'Carrolltown','PA','40.600375','-78.721330',-5,1); -INSERT INTO zipcodes VALUES (15723,'Chambersville','PA','40.706730','-79.161060',-5,1); -INSERT INTO zipcodes VALUES (15724,'Cherry Tree','PA','40.734783','-78.812750',-5,1); -INSERT INTO zipcodes VALUES (15725,'Clarksburg','PA','40.518067','-79.345380',-5,1); -INSERT INTO zipcodes VALUES (15727,'Clune','PA','40.550270','-79.323745',-5,1); -INSERT INTO zipcodes VALUES (15728,'Clymer','PA','40.674994','-78.989990',-5,1); -INSERT INTO zipcodes VALUES (15729,'Commodore','PA','40.710407','-78.930080',-5,1); -INSERT INTO zipcodes VALUES (15730,'Coolspring','PA','41.040903','-79.084860',-5,1); -INSERT INTO zipcodes VALUES (15731,'Coral','PA','40.500385','-79.174070',-5,1); -INSERT INTO zipcodes VALUES (15732,'Creekside','PA','40.721516','-79.212240',-5,1); -INSERT INTO zipcodes VALUES (15733,'De Lancey','PA','40.984150','-78.962200',-5,1); -INSERT INTO zipcodes VALUES (15734,'Dixonville','PA','40.717399','-79.006880',-5,1); -INSERT INTO zipcodes VALUES (15736,'Elderton','PA','40.694906','-79.343320',-5,1); -INSERT INTO zipcodes VALUES (15737,'Elmora','PA','40.607635','-78.752415',-5,1); -INSERT INTO zipcodes VALUES (15738,'Emeigh','PA','40.693633','-78.775076',-5,1); -INSERT INTO zipcodes VALUES (15739,'Ernest','PA','40.677609','-79.164220',-5,1); -INSERT INTO zipcodes VALUES (15740,'Frostburg','PA','41.141079','-78.962877',-5,1); -INSERT INTO zipcodes VALUES (15741,'Gipsy','PA','40.804018','-78.867650',-5,1); -INSERT INTO zipcodes VALUES (15742,'Glen Campbell','PA','40.816706','-78.863600',-5,1); -INSERT INTO zipcodes VALUES (15744,'Hamilton','PA','40.916407','-79.083970',-5,1); -INSERT INTO zipcodes VALUES (15745,'Heilwood','PA','40.621037','-78.918390',-5,1); -INSERT INTO zipcodes VALUES (15746,'Hillsdale','PA','40.767854','-78.877331',-5,1); -INSERT INTO zipcodes VALUES (15747,'Home','PA','40.763402','-79.147590',-5,1); -INSERT INTO zipcodes VALUES (15748,'Homer City','PA','40.529621','-79.142640',-5,1); -INSERT INTO zipcodes VALUES (15750,'Josephine','PA','40.482783','-79.185048',-5,1); -INSERT INTO zipcodes VALUES (15751,'Juneau','PA','40.640031','-79.129445',-5,1); -INSERT INTO zipcodes VALUES (15752,'Kent','PA','40.541589','-79.283150',-5,1); -INSERT INTO zipcodes VALUES (15753,'La Jose','PA','40.801942','-78.665430',-5,1); -INSERT INTO zipcodes VALUES (15754,'Lucernemines','PA','40.558928','-79.149700',-5,1); -INSERT INTO zipcodes VALUES (15756,'McIntyre','PA','40.570149','-79.296890',-5,1); -INSERT INTO zipcodes VALUES (15757,'Mahaffey','PA','40.890039','-78.724040',-5,1); -INSERT INTO zipcodes VALUES (15758,'Marchand','PA','40.640031','-79.129445',-5,1); -INSERT INTO zipcodes VALUES (15759,'Marion Center','PA','40.771687','-79.042210',-5,1); -INSERT INTO zipcodes VALUES (15760,'Marsteller','PA','40.652164','-78.799360',-5,1); -INSERT INTO zipcodes VALUES (15761,'Mentcle','PA','40.625962','-78.893250',-5,1); -INSERT INTO zipcodes VALUES (15762,'Nicktown','PA','40.596681','-78.832520',-5,1); -INSERT INTO zipcodes VALUES (15763,'Northpoint','PA','40.906164','-79.137570',-5,1); -INSERT INTO zipcodes VALUES (15764,'Oliveburg','PA','40.986389','-79.026640',-5,1); -INSERT INTO zipcodes VALUES (15765,'Penn Run','PA','40.592854','-78.984120',-5,1); -INSERT INTO zipcodes VALUES (15767,'Punxsutawney','PA','40.954059','-78.970170',-5,1); -INSERT INTO zipcodes VALUES (15770,'Ringgold','PA','40.999588','-79.159920',-5,1); -INSERT INTO zipcodes VALUES (15771,'Rochester Mills','PA','40.827315','-78.989910',-5,1); -INSERT INTO zipcodes VALUES (15772,'Rossiter','PA','40.877189','-78.917520',-5,1); -INSERT INTO zipcodes VALUES (15773,'Saint Benedict','PA','40.628368','-78.733350',-5,1); -INSERT INTO zipcodes VALUES (15774,'Shelocta','PA','40.657804','-79.332800',-5,1); -INSERT INTO zipcodes VALUES (15775,'Spangler','PA','40.642174','-78.771250',-5,1); -INSERT INTO zipcodes VALUES (15776,'Sprankle Mills','PA','41.013546','-79.113890',-5,1); -INSERT INTO zipcodes VALUES (15777,'Starford','PA','40.700574','-78.958120',-5,1); -INSERT INTO zipcodes VALUES (15778,'Timblin','PA','40.965989','-79.200530',-5,1); -INSERT INTO zipcodes VALUES (15779,'Torrance','PA','40.416334','-79.233170',-5,1); -INSERT INTO zipcodes VALUES (15780,'Valier','PA','40.917190','-79.049920',-5,1); -INSERT INTO zipcodes VALUES (15781,'Walston','PA','40.964542','-78.996460',-5,1); -INSERT INTO zipcodes VALUES (15783,'West Lebanon','PA','40.601789','-79.355240',-5,1); -INSERT INTO zipcodes VALUES (15784,'Worthville','PA','41.027404','-79.139280',-5,1); -INSERT INTO zipcodes VALUES (15801,'Du Bois','PA','41.125563','-78.746480',-5,1); -INSERT INTO zipcodes VALUES (15817,'South Fayette','PA','40.332173','-80.177979',-5,1); -INSERT INTO zipcodes VALUES (15821,'Benezett','PA','41.328011','-78.358540',-5,1); -INSERT INTO zipcodes VALUES (15822,'Brandy Camp','PA','41.415878','-78.665057',-5,1); -INSERT INTO zipcodes VALUES (15823,'Brockport','PA','41.254038','-78.719870',-5,1); -INSERT INTO zipcodes VALUES (15824,'Brockway','PA','41.241861','-78.805770',-5,1); -INSERT INTO zipcodes VALUES (15825,'Brookville','PA','41.160579','-79.064790',-5,1); -INSERT INTO zipcodes VALUES (15827,'Byrnedale','PA','41.293237','-78.504720',-5,1); -INSERT INTO zipcodes VALUES (15828,'Clarington','PA','41.341490','-79.135670',-5,1); -INSERT INTO zipcodes VALUES (15829,'Corsica','PA','41.173044','-79.193690',-5,1); -INSERT INTO zipcodes VALUES (15831,'Dagus Mines','PA','41.304782','-78.621286',-5,1); -INSERT INTO zipcodes VALUES (15832,'Driftwood','PA','41.379949','-78.179870',-5,1); -INSERT INTO zipcodes VALUES (15834,'Emporium','PA','41.517738','-78.253090',-5,1); -INSERT INTO zipcodes VALUES (15840,'Falls Creek','PA','41.160521','-78.811290',-5,1); -INSERT INTO zipcodes VALUES (15841,'Force','PA','41.254727','-78.504110',-5,1); -INSERT INTO zipcodes VALUES (15845,'Johnsonburg','PA','41.497219','-78.682780',-5,1); -INSERT INTO zipcodes VALUES (15846,'Kersey','PA','41.337926','-78.610750',-5,1); -INSERT INTO zipcodes VALUES (15847,'Knox Dale','PA','41.084340','-79.030800',-5,1); -INSERT INTO zipcodes VALUES (15848,'Luthersburg','PA','41.031691','-78.726840',-5,1); -INSERT INTO zipcodes VALUES (15849,'Penfield','PA','41.201892','-78.563350',-5,1); -INSERT INTO zipcodes VALUES (15851,'Reynoldsville','PA','41.095493','-78.889940',-5,1); -INSERT INTO zipcodes VALUES (15853,'Ridgway','PA','41.420778','-78.747760',-5,1); -INSERT INTO zipcodes VALUES (15856,'Rockton','PA','41.082722','-78.625930',-5,1); -INSERT INTO zipcodes VALUES (15857,'Saint Marys','PA','41.437600','-78.542720',-5,1); -INSERT INTO zipcodes VALUES (15860,'Sigel','PA','41.345663','-79.047070',-5,1); -INSERT INTO zipcodes VALUES (15861,'Sinnamahoning','PA','41.370716','-78.049390',-5,1); -INSERT INTO zipcodes VALUES (15863,'Stump Creek','PA','41.012739','-78.837190',-5,1); -INSERT INTO zipcodes VALUES (15864,'Summerville','PA','41.108591','-79.195530',-5,1); -INSERT INTO zipcodes VALUES (15865,'Sykesville','PA','41.049353','-78.818680',-5,1); -INSERT INTO zipcodes VALUES (15866,'Troutville','PA','41.023829','-78.787110',-5,1); -INSERT INTO zipcodes VALUES (15868,'Weedville','PA','41.283012','-78.429190',-5,1); -INSERT INTO zipcodes VALUES (15870,'Wilcox','PA','41.587333','-78.653470',-5,1); -INSERT INTO zipcodes VALUES (15874,'Worthville','PA','41.027511','-79.141174',-5,1); -INSERT INTO zipcodes VALUES (15901,'Johnstown','PA','40.325374','-78.914850',-5,1); -INSERT INTO zipcodes VALUES (15902,'Johnstown','PA','40.309087','-78.900690',-5,1); -INSERT INTO zipcodes VALUES (15904,'Johnstown','PA','40.289442','-78.866120',-5,1); -INSERT INTO zipcodes VALUES (15905,'Johnstown','PA','40.302374','-78.938020',-5,1); -INSERT INTO zipcodes VALUES (15906,'Johnstown','PA','40.348973','-78.941320',-5,1); -INSERT INTO zipcodes VALUES (15907,'Johnstown','PA','40.325374','-78.915147',-5,1); -INSERT INTO zipcodes VALUES (15909,'Johnstown','PA','40.363440','-78.876740',-5,1); -INSERT INTO zipcodes VALUES (15915,'Johnstown','PA','40.484487','-78.702224',-5,1); -INSERT INTO zipcodes VALUES (15920,'Armagh','PA','40.460191','-79.046080',-5,1); -INSERT INTO zipcodes VALUES (15921,'Beaverdale','PA','40.319561','-78.694043',-5,1); -INSERT INTO zipcodes VALUES (15922,'Belsano','PA','40.484487','-78.702224',-5,1); -INSERT INTO zipcodes VALUES (15923,'Bolivar','PA','40.372103','-79.145740',-5,1); -INSERT INTO zipcodes VALUES (15924,'Cairnbrook','PA','40.123213','-78.804780',-5,1); -INSERT INTO zipcodes VALUES (15925,'Cassandra','PA','40.408989','-78.641040',-5,1); -INSERT INTO zipcodes VALUES (15926,'Central City','PA','40.097937','-78.815090',-5,1); -INSERT INTO zipcodes VALUES (15927,'Colver','PA','40.543153','-78.790670',-5,1); -INSERT INTO zipcodes VALUES (15928,'Davidsville','PA','40.237410','-78.929780',-5,1); -INSERT INTO zipcodes VALUES (15929,'Dilltown','PA','40.467684','-79.000630',-5,1); -INSERT INTO zipcodes VALUES (15930,'Dunlo','PA','40.294347','-78.719810',-5,1); -INSERT INTO zipcodes VALUES (15931,'Ebensburg','PA','40.498793','-78.745910',-5,1); -INSERT INTO zipcodes VALUES (15934,'Elton','PA','40.280875','-78.801960',-5,1); -INSERT INTO zipcodes VALUES (15935,'Hollsopple','PA','40.212192','-78.950520',-5,1); -INSERT INTO zipcodes VALUES (15936,'Hooversville','PA','40.156538','-78.915150',-5,1); -INSERT INTO zipcodes VALUES (15937,'Jerome','PA','40.208983','-78.987820',-5,1); -INSERT INTO zipcodes VALUES (15938,'Lilly','PA','40.420260','-78.619240',-5,1); -INSERT INTO zipcodes VALUES (15940,'Loretto','PA','40.506799','-78.629960',-5,1); -INSERT INTO zipcodes VALUES (15942,'Mineral Point','PA','40.402861','-78.835630',-5,1); -INSERT INTO zipcodes VALUES (15943,'Nanty Glo','PA','40.474488','-78.844020',-5,1); -INSERT INTO zipcodes VALUES (15944,'New Florence','PA','40.371165','-79.077200',-5,1); -INSERT INTO zipcodes VALUES (15945,'Parkhill','PA','40.356723','-78.873296',-5,1); -INSERT INTO zipcodes VALUES (15946,'Portage','PA','40.384718','-78.665100',-5,1); -INSERT INTO zipcodes VALUES (15948,'Revloc','PA','40.491089','-78.764190',-5,1); -INSERT INTO zipcodes VALUES (15949,'Robinson','PA','40.401076','-79.137010',-5,1); -INSERT INTO zipcodes VALUES (15951,'Saint Michael','PA','40.338615','-78.776137',-5,1); -INSERT INTO zipcodes VALUES (15952,'Salix','PA','40.298625','-78.771640',-5,1); -INSERT INTO zipcodes VALUES (15953,'Seanor','PA','40.206435','-78.900533',-5,1); -INSERT INTO zipcodes VALUES (15954,'Seward','PA','40.414654','-79.018060',-5,1); -INSERT INTO zipcodes VALUES (15955,'Sidman','PA','40.324295','-78.706300',-5,1); -INSERT INTO zipcodes VALUES (15956,'South Fork','PA','40.358541','-78.782010',-5,1); -INSERT INTO zipcodes VALUES (15957,'Strongstown','PA','40.536405','-78.892050',-5,1); -INSERT INTO zipcodes VALUES (15958,'Summerhill','PA','40.381332','-78.743300',-5,1); -INSERT INTO zipcodes VALUES (15959,'Tire Hill','PA','40.267975','-78.915567',-5,1); -INSERT INTO zipcodes VALUES (15960,'Twin Rocks','PA','40.499630','-78.861308',-5,1); -INSERT INTO zipcodes VALUES (15961,'Vintondale','PA','40.475350','-78.942950',-5,1); -INSERT INTO zipcodes VALUES (15962,'Wilmore','PA','40.380188','-78.719019',-5,1); -INSERT INTO zipcodes VALUES (15963,'Windber','PA','40.228222','-78.819780',-5,1); -INSERT INTO zipcodes VALUES (15965,'Wilmore','PA','40.388921','-78.720134',-5,1); -INSERT INTO zipcodes VALUES (15973,'Perry','PA','40.098721','-79.785885',-5,1); -INSERT INTO zipcodes VALUES (16001,'Butler','PA','40.877664','-79.911300',-5,1); -INSERT INTO zipcodes VALUES (16002,'Butler','PA','40.818663','-79.861190',-5,1); -INSERT INTO zipcodes VALUES (16003,'Butler','PA','40.921145','-79.927580',-5,1); -INSERT INTO zipcodes VALUES (16006,'Cranberry','PA','40.726206','-80.100540',-5,1); -INSERT INTO zipcodes VALUES (16016,'Boyers','PA','40.921145','-79.927580',-5,1); -INSERT INTO zipcodes VALUES (16017,'Boyers','PA','40.921145','-79.927580',-5,1); -INSERT INTO zipcodes VALUES (16018,'Boyers','PA','40.921145','-79.927580',-5,1); -INSERT INTO zipcodes VALUES (16020,'Boyers','PA','41.109360','-79.908160',-5,1); -INSERT INTO zipcodes VALUES (16021,'Branchton','PA','40.921145','-79.927580',-5,1); -INSERT INTO zipcodes VALUES (16022,'Bruin','PA','41.057142','-79.730050',-5,1); -INSERT INTO zipcodes VALUES (16023,'Cabot','PA','40.796809','-79.751470',-5,1); -INSERT INTO zipcodes VALUES (16024,'Callery','PA','40.739587','-80.037210',-5,1); -INSERT INTO zipcodes VALUES (16025,'Chicora','PA','40.947245','-79.754280',-5,1); -INSERT INTO zipcodes VALUES (16027,'Connoquenessing','PA','40.818096','-80.013700',-5,1); -INSERT INTO zipcodes VALUES (16028,'East Brady','PA','40.977170','-79.619220',-5,1); -INSERT INTO zipcodes VALUES (16029,'East Butler','PA','40.877703','-79.843920',-5,1); -INSERT INTO zipcodes VALUES (16030,'Eau Claire','PA','41.135335','-79.797910',-5,1); -INSERT INTO zipcodes VALUES (16033,'Evans City','PA','40.789672','-80.048480',-5,1); -INSERT INTO zipcodes VALUES (16034,'Fenelton','PA','40.868261','-79.725060',-5,1); -INSERT INTO zipcodes VALUES (16035,'Forestville','PA','41.106327','-80.004290',-5,1); -INSERT INTO zipcodes VALUES (16036,'Foxburg','PA','41.141525','-79.673660',-5,1); -INSERT INTO zipcodes VALUES (16037,'Harmony','PA','40.821535','-80.130330',-5,1); -INSERT INTO zipcodes VALUES (16038,'Harrisville','PA','41.152347','-79.963200',-5,1); -INSERT INTO zipcodes VALUES (16039,'Herman','PA','40.921145','-79.927580',-5,1); -INSERT INTO zipcodes VALUES (16040,'Hilliards','PA','41.098857','-79.840910',-5,1); -INSERT INTO zipcodes VALUES (16041,'Karns City','PA','41.009219','-79.710200',-5,1); -INSERT INTO zipcodes VALUES (16045,'Lyndora','PA','40.850620','-79.913140',-5,1); -INSERT INTO zipcodes VALUES (16046,'Mars','PA','40.695658','-80.033590',-5,1); -INSERT INTO zipcodes VALUES (16048,'North Washington','PA','41.047190','-79.808899',-5,1); -INSERT INTO zipcodes VALUES (16049,'Parker','PA','41.097836','-79.663170',-5,1); -INSERT INTO zipcodes VALUES (16050,'Petrolia','PA','41.028275','-79.754230',-5,1); -INSERT INTO zipcodes VALUES (16051,'Portersville','PA','40.953141','-80.147990',-5,1); -INSERT INTO zipcodes VALUES (16052,'Prospect','PA','40.898789','-80.061250',-5,1); -INSERT INTO zipcodes VALUES (16053,'Renfrew','PA','40.808934','-79.978110',-5,1); -INSERT INTO zipcodes VALUES (16054,'Saint Petersburg','PA','41.160944','-79.653930',-5,1); -INSERT INTO zipcodes VALUES (16055,'Sarver','PA','40.713078','-79.736030',-5,1); -INSERT INTO zipcodes VALUES (16056,'Saxonburg','PA','40.732393','-79.834220',-5,1); -INSERT INTO zipcodes VALUES (16057,'Slippery Rock','PA','41.047157','-80.055060',-5,1); -INSERT INTO zipcodes VALUES (16058,'Turkey City','PA','41.202325','-79.453751',-5,1); -INSERT INTO zipcodes VALUES (16059,'Valencia','PA','40.702289','-79.937330',-5,1); -INSERT INTO zipcodes VALUES (16061,'West Sunbury','PA','41.005075','-79.885100',-5,1); -INSERT INTO zipcodes VALUES (16063,'Zelienople','PA','40.783001','-80.133430',-5,1); -INSERT INTO zipcodes VALUES (16066,'Cranberry Twp','PA','40.700423','-80.113740',-5,1); -INSERT INTO zipcodes VALUES (16101,'New Castle','PA','40.992023','-80.327470',-5,1); -INSERT INTO zipcodes VALUES (16102,'New Castle','PA','40.970991','-80.382910',-5,1); -INSERT INTO zipcodes VALUES (16103,'New Castle','PA','40.989662','-80.308376',-5,1); -INSERT INTO zipcodes VALUES (16105,'New Castle','PA','41.038205','-80.345390',-5,1); -INSERT INTO zipcodes VALUES (16107,'New Castle','PA','40.989662','-80.308376',-5,1); -INSERT INTO zipcodes VALUES (16108,'New Castle','PA','40.989662','-80.308376',-5,1); -INSERT INTO zipcodes VALUES (16110,'Adamsville','PA','41.508647','-80.375010',-5,1); -INSERT INTO zipcodes VALUES (16111,'Atlantic','PA','41.518256','-80.283400',-5,1); -INSERT INTO zipcodes VALUES (16112,'Bessemer','PA','40.976839','-80.493460',-5,1); -INSERT INTO zipcodes VALUES (16113,'Clark','PA','41.280779','-80.424100',-5,1); -INSERT INTO zipcodes VALUES (16114,'Clarks Mills','PA','41.402438','-80.183460',-5,1); -INSERT INTO zipcodes VALUES (16115,'Darlington','PA','40.802863','-80.443640',-5,1); -INSERT INTO zipcodes VALUES (16116,'Edinburg','PA','41.025132','-80.457560',-5,1); -INSERT INTO zipcodes VALUES (16117,'Ellwood City','PA','40.857663','-80.275340',-5,1); -INSERT INTO zipcodes VALUES (16120,'Enon Valley','PA','40.875943','-80.468510',-5,1); -INSERT INTO zipcodes VALUES (16121,'Farrell','PA','41.211606','-80.494040',-5,1); -INSERT INTO zipcodes VALUES (16123,'Fombell','PA','40.821528','-80.194440',-5,1); -INSERT INTO zipcodes VALUES (16124,'Fredonia','PA','41.329301','-80.260420',-5,1); -INSERT INTO zipcodes VALUES (16125,'Greenville','PA','41.403462','-80.374240',-5,1); -INSERT INTO zipcodes VALUES (16127,'Grove City','PA','41.169987','-80.081740',-5,1); -INSERT INTO zipcodes VALUES (16130,'Hadley','PA','41.443741','-80.223670',-5,1); -INSERT INTO zipcodes VALUES (16131,'Hartstown','PA','41.549671','-80.371430',-5,1); -INSERT INTO zipcodes VALUES (16132,'Hillsville','PA','41.007450','-80.495760',-5,1); -INSERT INTO zipcodes VALUES (16133,'Jackson Center','PA','41.274408','-80.124090',-5,1); -INSERT INTO zipcodes VALUES (16134,'Jamestown','PA','41.506801','-80.461770',-5,1); -INSERT INTO zipcodes VALUES (16136,'Koppel','PA','40.834903','-80.324280',-5,1); -INSERT INTO zipcodes VALUES (16137,'Mercer','PA','41.234591','-80.236400',-5,1); -INSERT INTO zipcodes VALUES (16140,'New Bedford','PA','41.098098','-80.503930',-5,1); -INSERT INTO zipcodes VALUES (16141,'New Galilee','PA','40.853014','-80.401810',-5,1); -INSERT INTO zipcodes VALUES (16142,'New Wilmington','PA','41.135063','-80.334920',-5,1); -INSERT INTO zipcodes VALUES (16143,'Pulaski','PA','41.096535','-80.462660',-5,1); -INSERT INTO zipcodes VALUES (16145,'Sandy Lake','PA','41.385019','-80.079870',-5,1); -INSERT INTO zipcodes VALUES (16146,'Sharon','PA','41.230106','-80.498960',-5,1); -INSERT INTO zipcodes VALUES (16148,'Hermitage','PA','41.232543','-80.457970',-5,1); -INSERT INTO zipcodes VALUES (16150,'Sharpsville','PA','41.266185','-80.463120',-5,1); -INSERT INTO zipcodes VALUES (16151,'Sheakleyville','PA','41.443244','-80.207300',-5,1); -INSERT INTO zipcodes VALUES (16153,'Stoneboro','PA','41.335391','-80.088950',-5,1); -INSERT INTO zipcodes VALUES (16154,'Transfer','PA','41.330028','-80.427710',-5,1); -INSERT INTO zipcodes VALUES (16155,'Villa Maria','PA','41.074943','-80.506110',-5,1); -INSERT INTO zipcodes VALUES (16156,'Volant','PA','41.097672','-80.230000',-5,1); -INSERT INTO zipcodes VALUES (16157,'Wampum','PA','40.889241','-80.341890',-5,1); -INSERT INTO zipcodes VALUES (16159,'West Middlesex','PA','41.174066','-80.453190',-5,1); -INSERT INTO zipcodes VALUES (16160,'West Pittsburg','PA','40.931560','-80.364530',-5,1); -INSERT INTO zipcodes VALUES (16161,'Wheatland','PA','41.200389','-80.495700',-5,1); -INSERT INTO zipcodes VALUES (16172,'New Wilmington','PA','41.119992','-80.333192',-5,1); -INSERT INTO zipcodes VALUES (16201,'Kittanning','PA','40.809467','-79.499220',-5,1); -INSERT INTO zipcodes VALUES (16210,'Adrian','PA','40.885328','-79.520580',-5,1); -INSERT INTO zipcodes VALUES (16211,'Beyer','PA','40.640031','-79.129445',-5,1); -INSERT INTO zipcodes VALUES (16212,'Cadogan','PA','40.753200','-79.582960',-5,1); -INSERT INTO zipcodes VALUES (16213,'Callensburg','PA','41.125693','-79.557000',-5,1); -INSERT INTO zipcodes VALUES (16214,'Clarion','PA','41.199396','-79.371960',-5,1); -INSERT INTO zipcodes VALUES (16215,'Kittanning','PA','40.847829','-79.451575',-5,1); -INSERT INTO zipcodes VALUES (16216,'Climax','PA','40.847829','-79.451575',-5,1); -INSERT INTO zipcodes VALUES (16217,'Cooksburg','PA','41.344067','-79.201590',-5,1); -INSERT INTO zipcodes VALUES (16218,'Cowansville','PA','40.923894','-79.591370',-5,1); -INSERT INTO zipcodes VALUES (16220,'Crown','PA','41.202325','-79.453751',-5,1); -INSERT INTO zipcodes VALUES (16221,'Curllsville','PA','41.202325','-79.453751',-5,1); -INSERT INTO zipcodes VALUES (16222,'Dayton','PA','40.873900','-79.241880',-5,1); -INSERT INTO zipcodes VALUES (16223,'Distant','PA','40.954782','-79.379220',-5,1); -INSERT INTO zipcodes VALUES (16224,'Fairmount City','PA','41.045243','-79.295240',-5,1); -INSERT INTO zipcodes VALUES (16225,'Fisher','PA','41.202325','-79.453751',-5,1); -INSERT INTO zipcodes VALUES (16226,'Ford City','PA','40.747985','-79.512280',-5,1); -INSERT INTO zipcodes VALUES (16228,'Ford Cliff','PA','40.761720','-79.534880',-5,1); -INSERT INTO zipcodes VALUES (16229,'Freeport','PA','40.711528','-79.656080',-5,1); -INSERT INTO zipcodes VALUES (16230,'Hawthorn','PA','41.020621','-79.274160',-5,1); -INSERT INTO zipcodes VALUES (16232,'Knox','PA','41.230562','-79.553970',-5,1); -INSERT INTO zipcodes VALUES (16233,'Leeper','PA','41.361473','-79.278690',-5,1); -INSERT INTO zipcodes VALUES (16234,'Limestone','PA','41.127485','-79.326950',-5,1); -INSERT INTO zipcodes VALUES (16235,'Lucinda','PA','41.323424','-79.351340',-5,1); -INSERT INTO zipcodes VALUES (16236,'McGrann','PA','40.780619','-79.523420',-5,1); -INSERT INTO zipcodes VALUES (16238,'Manorville','PA','40.786362','-79.521640',-5,1); -INSERT INTO zipcodes VALUES (16239,'Marienville','PA','41.496544','-79.139440',-5,1); -INSERT INTO zipcodes VALUES (16240,'Mayport','PA','41.035602','-79.223500',-5,1); -INSERT INTO zipcodes VALUES (16242,'New Bethlehem','PA','41.007757','-79.346100',-5,1); -INSERT INTO zipcodes VALUES (16244,'Nu Mine','PA','40.796406','-79.272700',-5,1); -INSERT INTO zipcodes VALUES (16245,'Oak Ridge','PA','41.007679','-79.297190',-5,1); -INSERT INTO zipcodes VALUES (16246,'Plumville','PA','40.793823','-79.180230',-5,1); -INSERT INTO zipcodes VALUES (16248,'Rimersburg','PA','41.039668','-79.502540',-5,1); -INSERT INTO zipcodes VALUES (16249,'Rural Valley','PA','40.779271','-79.319150',-5,1); -INSERT INTO zipcodes VALUES (16250,'Sagamore','PA','40.776212','-79.231960',-5,1); -INSERT INTO zipcodes VALUES (16253,'Seminole','PA','40.955570','-79.343520',-5,1); -INSERT INTO zipcodes VALUES (16254,'Shippenville','PA','41.255691','-79.451220',-5,1); -INSERT INTO zipcodes VALUES (16255,'Sligo','PA','41.115411','-79.468650',-5,1); -INSERT INTO zipcodes VALUES (16256,'Smicksburg','PA','40.854736','-79.135280',-5,1); -INSERT INTO zipcodes VALUES (16257,'Snydersburg','PA','41.202325','-79.453751',-5,1); -INSERT INTO zipcodes VALUES (16258,'Strattanville','PA','41.221629','-79.282930',-5,1); -INSERT INTO zipcodes VALUES (16259,'Templeton','PA','40.907640','-79.451610',-5,1); -INSERT INTO zipcodes VALUES (16260,'Vowinckel','PA','41.412290','-79.228050',-5,1); -INSERT INTO zipcodes VALUES (16261,'Widnoon','PA','40.847829','-79.451575',-5,1); -INSERT INTO zipcodes VALUES (16262,'Worthington','PA','40.839519','-79.652680',-5,1); -INSERT INTO zipcodes VALUES (16263,'Yatesboro','PA','40.801244','-79.333170',-5,1); -INSERT INTO zipcodes VALUES (16299,'South Buffalo','PA','40.755638','-79.651602',-5,1); -INSERT INTO zipcodes VALUES (16301,'Oil City','PA','41.439658','-79.690440',-5,1); -INSERT INTO zipcodes VALUES (16302,'Oil City','PA','41.407066','-79.730975',-5,1); -INSERT INTO zipcodes VALUES (16311,'Carlton','PA','41.452879','-80.022200',-5,1); -INSERT INTO zipcodes VALUES (16312,'Chandlers Valley','PA','41.935848','-79.309668',-5,1); -INSERT INTO zipcodes VALUES (16313,'Clarendon','PA','41.773848','-79.118010',-5,1); -INSERT INTO zipcodes VALUES (16314,'Cochranton','PA','41.517339','-80.057610',-5,1); -INSERT INTO zipcodes VALUES (16316,'Conneaut Lake','PA','41.607955','-80.296010',-5,1); -INSERT INTO zipcodes VALUES (16317,'Cooperstown','PA','41.526679','-79.860270',-5,1); -INSERT INTO zipcodes VALUES (16319,'Cranberry','PA','41.321298','-79.647800',-5,1); -INSERT INTO zipcodes VALUES (16321,'East Hickory','PA','41.581586','-79.402720',-5,1); -INSERT INTO zipcodes VALUES (16322,'Endeavor','PA','41.626321','-79.363300',-5,1); -INSERT INTO zipcodes VALUES (16323,'Franklin','PA','41.407366','-79.839210',-5,1); -INSERT INTO zipcodes VALUES (16326,'Fryburg','PA','41.362104','-79.431250',-5,1); -INSERT INTO zipcodes VALUES (16327,'Guys Mills','PA','41.617920','-79.949340',-5,1); -INSERT INTO zipcodes VALUES (16328,'Hydetown','PA','41.666057','-80.065793',-5,1); -INSERT INTO zipcodes VALUES (16329,'Irvine','PA','41.821327','-79.270040',-5,1); -INSERT INTO zipcodes VALUES (16331,'Kossuth','PA','41.306317','-79.574860',-5,1); -INSERT INTO zipcodes VALUES (16332,'Lickingville','PA','41.378962','-79.371280',-5,1); -INSERT INTO zipcodes VALUES (16333,'Ludlow','PA','41.732284','-78.939300',-5,1); -INSERT INTO zipcodes VALUES (16334,'Marble','PA','41.316316','-79.441640',-5,1); -INSERT INTO zipcodes VALUES (16335,'Meadville','PA','41.637502','-80.152140',-5,1); -INSERT INTO zipcodes VALUES (16340,'Pittsfield','PA','41.826878','-79.422310',-5,1); -INSERT INTO zipcodes VALUES (16341,'Pleasantville','PA','41.560056','-79.538520',-5,1); -INSERT INTO zipcodes VALUES (16342,'Polk','PA','41.335938','-79.936470',-5,1); -INSERT INTO zipcodes VALUES (16343,'Reno','PA','41.410693','-79.750120',-5,1); -INSERT INTO zipcodes VALUES (16344,'Rouseville','PA','41.471398','-79.689460',-5,1); -INSERT INTO zipcodes VALUES (16345,'Russell','PA','41.954896','-79.095830',-5,1); -INSERT INTO zipcodes VALUES (16346,'Seneca','PA','41.378236','-79.686400',-5,1); -INSERT INTO zipcodes VALUES (16347,'Sheffield','PA','41.676904','-79.031160',-5,1); -INSERT INTO zipcodes VALUES (16350,'Sugar Grove','PA','41.977253','-79.330070',-5,1); -INSERT INTO zipcodes VALUES (16351,'Tidioute','PA','41.680467','-79.394280',-5,1); -INSERT INTO zipcodes VALUES (16352,'Tiona','PA','41.764498','-79.046930',-5,1); -INSERT INTO zipcodes VALUES (16353,'Tionesta','PA','41.493473','-79.390200',-5,1); -INSERT INTO zipcodes VALUES (16354,'Titusville','PA','41.622203','-79.692980',-5,1); -INSERT INTO zipcodes VALUES (16355,'East Fairfield','PA','41.562679','-80.062136',-5,1); -INSERT INTO zipcodes VALUES (16360,'Townville','PA','41.684627','-79.886840',-5,1); -INSERT INTO zipcodes VALUES (16361,'Tylersburg','PA','41.391383','-79.340780',-5,1); -INSERT INTO zipcodes VALUES (16362,'Utica','PA','41.445871','-79.967040',-5,1); -INSERT INTO zipcodes VALUES (16364,'Venus','PA','41.369406','-79.517240',-5,1); -INSERT INTO zipcodes VALUES (16365,'Warren','PA','41.853225','-79.155210',-5,1); -INSERT INTO zipcodes VALUES (16366,'Warren','PA','41.811682','-79.264322',-5,1); -INSERT INTO zipcodes VALUES (16367,'Warren','PA','41.811682','-79.264322',-5,1); -INSERT INTO zipcodes VALUES (16368,'Irvine','PA','41.811682','-79.264322',-5,1); -INSERT INTO zipcodes VALUES (16369,'Irvine','PA','41.811682','-79.264322',-5,1); -INSERT INTO zipcodes VALUES (16370,'West Hickory','PA','41.569732','-79.409110',-5,1); -INSERT INTO zipcodes VALUES (16371,'Youngsville','PA','41.860809','-79.317030',-5,1); -INSERT INTO zipcodes VALUES (16372,'Clintonville','PA','41.199578','-79.874360',-5,1); -INSERT INTO zipcodes VALUES (16373,'Emlenton','PA','41.195768','-79.700440',-5,1); -INSERT INTO zipcodes VALUES (16374,'Kennerdell','PA','41.252823','-79.826750',-5,1); -INSERT INTO zipcodes VALUES (16375,'Lamartine','PA','41.202325','-79.453751',-5,1); -INSERT INTO zipcodes VALUES (16388,'Meadville','PA','41.659552','-80.157553',-5,1); -INSERT INTO zipcodes VALUES (16401,'Albion','PA','41.883648','-80.376870',-5,1); -INSERT INTO zipcodes VALUES (16402,'Bear Lake','PA','41.972884','-79.478000',-5,1); -INSERT INTO zipcodes VALUES (16403,'Cambridge Springs','PA','41.796370','-80.025240',-5,1); -INSERT INTO zipcodes VALUES (16404,'Centerville','PA','41.727069','-79.789080',-5,1); -INSERT INTO zipcodes VALUES (16405,'Columbus','PA','41.942080','-79.545340',-5,1); -INSERT INTO zipcodes VALUES (16406,'Conneautville','PA','41.746056','-80.358880',-5,1); -INSERT INTO zipcodes VALUES (16407,'Corry','PA','41.919028','-79.652240',-5,1); -INSERT INTO zipcodes VALUES (16410,'Cranesville','PA','41.922138','-80.328840',-5,1); -INSERT INTO zipcodes VALUES (16411,'East Springfield','PA','41.981289','-80.442770',-5,1); -INSERT INTO zipcodes VALUES (16412,'Edinboro','PA','41.875896','-80.151290',-5,1); -INSERT INTO zipcodes VALUES (16413,'Elgin','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16414,'Bloomfield','PA','41.785249','-79.787096',-5,1); -INSERT INTO zipcodes VALUES (16415,'Fairview','PA','42.035523','-80.235260',-5,1); -INSERT INTO zipcodes VALUES (16416,'Garland','PA','41.814260','-79.447770',-5,1); -INSERT INTO zipcodes VALUES (16417,'Girard','PA','41.979000','-80.309800',-5,1); -INSERT INTO zipcodes VALUES (16420,'Grand Valley','PA','41.700333','-79.547880',-5,1); -INSERT INTO zipcodes VALUES (16421,'Harborcreek','PA','42.169106','-79.940900',-5,1); -INSERT INTO zipcodes VALUES (16422,'Harmonsburg','PA','41.661068','-80.316180',-5,1); -INSERT INTO zipcodes VALUES (16423,'Lake City','PA','42.019394','-80.340640',-5,1); -INSERT INTO zipcodes VALUES (16424,'Linesville','PA','41.634710','-80.436710',-5,1); -INSERT INTO zipcodes VALUES (16426,'McKean','PA','41.992528','-80.144480',-5,1); -INSERT INTO zipcodes VALUES (16427,'Mill Village','PA','41.875040','-79.969860',-5,1); -INSERT INTO zipcodes VALUES (16428,'North East','PA','42.195488','-79.832960',-5,1); -INSERT INTO zipcodes VALUES (16430,'North Springfield','PA','41.999881','-80.425850',-5,1); -INSERT INTO zipcodes VALUES (16432,'Riceville','PA','41.666057','-80.065793',-5,1); -INSERT INTO zipcodes VALUES (16433,'Saegertown','PA','41.732434','-80.146130',-5,1); -INSERT INTO zipcodes VALUES (16434,'Spartansburg','PA','41.803172','-79.682960',-5,1); -INSERT INTO zipcodes VALUES (16435,'Springboro','PA','41.817144','-80.385680',-5,1); -INSERT INTO zipcodes VALUES (16436,'Spring Creek','PA','41.860822','-79.510470',-5,1); -INSERT INTO zipcodes VALUES (16438,'Union City','PA','41.874870','-79.843000',-5,1); -INSERT INTO zipcodes VALUES (16440,'Venango','PA','41.774575','-80.114500',-5,1); -INSERT INTO zipcodes VALUES (16441,'Waterford','PA','41.939580','-79.985420',-5,1); -INSERT INTO zipcodes VALUES (16442,'Wattsburg','PA','42.029506','-79.825470',-5,1); -INSERT INTO zipcodes VALUES (16443,'West Springfield','PA','41.942171','-80.480020',-5,1); -INSERT INTO zipcodes VALUES (16444,'Edinboro','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16475,'Albion','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16501,'Erie','PA','42.122957','-80.084370',-5,1); -INSERT INTO zipcodes VALUES (16502,'Erie','PA','42.110757','-80.100240',-5,1); -INSERT INTO zipcodes VALUES (16503,'Erie','PA','42.127807','-80.063510',-5,1); -INSERT INTO zipcodes VALUES (16504,'Erie','PA','42.110156','-80.051870',-5,1); -INSERT INTO zipcodes VALUES (16505,'Erie','PA','42.100307','-80.155520',-5,1); -INSERT INTO zipcodes VALUES (16506,'Erie','PA','42.072606','-80.145410',-5,1); -INSERT INTO zipcodes VALUES (16507,'Erie','PA','42.132707','-80.084520',-5,1); -INSERT INTO zipcodes VALUES (16508,'Erie','PA','42.097856','-80.091470',-5,1); -INSERT INTO zipcodes VALUES (16509,'Erie','PA','42.074056','-80.069270',-5,1); -INSERT INTO zipcodes VALUES (16510,'Erie','PA','42.126956','-80.000400',-5,1); -INSERT INTO zipcodes VALUES (16511,'Erie','PA','42.156157','-80.016860',-5,1); -INSERT INTO zipcodes VALUES (16512,'Erie','PA','42.030201','-80.257855',-5,1); -INSERT INTO zipcodes VALUES (16514,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16515,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16522,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16530,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16531,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16532,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16533,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16534,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16538,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16541,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16544,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16546,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16550,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16553,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16554,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16558,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16563,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16565,'Erie','PA','42.182748','-80.064915',-5,1); -INSERT INTO zipcodes VALUES (16601,'Altoona','PA','40.526319','-78.400820',-5,1); -INSERT INTO zipcodes VALUES (16602,'Altoona','PA','40.502170','-78.391210',-5,1); -INSERT INTO zipcodes VALUES (16603,'Altoona','PA','40.501770','-78.410035',-5,1); -INSERT INTO zipcodes VALUES (16611,'Alexandria','PA','40.561651','-78.105830',-5,1); -INSERT INTO zipcodes VALUES (16613,'Ashville','PA','40.554187','-78.540600',-5,1); -INSERT INTO zipcodes VALUES (16614,'Bakers Summit','PA','40.262311','-78.421434',-5,1); -INSERT INTO zipcodes VALUES (16616,'Beccaria','PA','40.770522','-78.440990',-5,1); -INSERT INTO zipcodes VALUES (16617,'Bellwood','PA','40.601566','-78.333610',-5,1); -INSERT INTO zipcodes VALUES (16619,'Blandburg','PA','40.684811','-78.414810',-5,1); -INSERT INTO zipcodes VALUES (16620,'Brisbin','PA','40.837600','-78.352700',-5,1); -INSERT INTO zipcodes VALUES (16621,'Broad Top','PA','40.211299','-78.130000',-5,1); -INSERT INTO zipcodes VALUES (16622,'Calvin','PA','40.336064','-78.066650',-5,1); -INSERT INTO zipcodes VALUES (16623,'Cassville','PA','40.274021','-78.040020',-5,1); -INSERT INTO zipcodes VALUES (16624,'Chest Springs','PA','40.578804','-78.609800',-5,1); -INSERT INTO zipcodes VALUES (16625,'Claysburg','PA','40.290914','-78.486460',-5,1); -INSERT INTO zipcodes VALUES (16627,'Coalport','PA','40.753504','-78.520970',-5,1); -INSERT INTO zipcodes VALUES (16629,'Coupon','PA','40.521778','-78.526274',-5,1); -INSERT INTO zipcodes VALUES (16630,'Cresson','PA','40.464754','-78.588500',-5,1); -INSERT INTO zipcodes VALUES (16631,'Curryville','PA','40.282346','-78.347480',-5,1); -INSERT INTO zipcodes VALUES (16633,'Defiance','PA','40.160858','-78.232050',-5,1); -INSERT INTO zipcodes VALUES (16634,'Dudley','PA','40.205819','-78.175650',-5,1); -INSERT INTO zipcodes VALUES (16635,'Duncansville','PA','40.419572','-78.449340',-5,1); -INSERT INTO zipcodes VALUES (16636,'Dysart','PA','40.612642','-78.519470',-5,1); -INSERT INTO zipcodes VALUES (16637,'East Freedom','PA','40.340680','-78.433010',-5,1); -INSERT INTO zipcodes VALUES (16638,'Entriken','PA','40.335188','-78.205340',-5,1); -INSERT INTO zipcodes VALUES (16639,'Fallentimber','PA','40.687083','-78.476150',-5,1); -INSERT INTO zipcodes VALUES (16640,'Flinton','PA','40.711195','-78.560810',-5,1); -INSERT INTO zipcodes VALUES (16641,'Gallitzin','PA','40.487413','-78.556170',-5,1); -INSERT INTO zipcodes VALUES (16644,'Glasgow','PA','40.717845','-78.463679',-5,1); -INSERT INTO zipcodes VALUES (16645,'Glen Hope','PA','40.798959','-78.500320',-5,1); -INSERT INTO zipcodes VALUES (16646,'Hastings','PA','40.670162','-78.709320',-5,1); -INSERT INTO zipcodes VALUES (16647,'Hesston','PA','40.405370','-78.101030',-5,1); -INSERT INTO zipcodes VALUES (16648,'Hollidaysburg','PA','40.439272','-78.374210',-5,1); -INSERT INTO zipcodes VALUES (16650,'Hopewell','PA','40.132345','-78.268450',-5,1); -INSERT INTO zipcodes VALUES (16651,'Houtzdale','PA','40.827635','-78.360460',-5,1); -INSERT INTO zipcodes VALUES (16652,'Huntingdon','PA','40.498403','-77.994170',-5,1); -INSERT INTO zipcodes VALUES (16654,'Huntingdon','PA','40.402523','-77.966977',-5,1); -INSERT INTO zipcodes VALUES (16655,'Imler','PA','40.235000','-78.535450',-5,1); -INSERT INTO zipcodes VALUES (16656,'Irvona','PA','40.792727','-78.557800',-5,1); -INSERT INTO zipcodes VALUES (16657,'James Creek','PA','40.341859','-78.172300',-5,1); -INSERT INTO zipcodes VALUES (16659,'Loysburg','PA','40.164780','-78.377090',-5,1); -INSERT INTO zipcodes VALUES (16660,'McConnellstown','PA','40.402523','-77.966977',-5,1); -INSERT INTO zipcodes VALUES (16661,'Madera','PA','40.841761','-78.461670',-5,1); -INSERT INTO zipcodes VALUES (16662,'Martinsburg','PA','40.306709','-78.319870',-5,1); -INSERT INTO zipcodes VALUES (16663,'Morann','PA','40.789079','-78.375000',-5,1); -INSERT INTO zipcodes VALUES (16664,'New Enterprise','PA','40.174807','-78.417720',-5,1); -INSERT INTO zipcodes VALUES (16665,'Newry','PA','40.393223','-78.435080',-5,1); -INSERT INTO zipcodes VALUES (16666,'Osceola Mills','PA','40.852580','-78.283350',-5,1); -INSERT INTO zipcodes VALUES (16667,'Osterburg','PA','40.173012','-78.527620',-5,1); -INSERT INTO zipcodes VALUES (16668,'Patton','PA','40.639490','-78.638160',-5,1); -INSERT INTO zipcodes VALUES (16669,'Petersburg','PA','40.627047','-77.964490',-5,1); -INSERT INTO zipcodes VALUES (16670,'Queen','PA','40.259150','-78.506520',-5,1); -INSERT INTO zipcodes VALUES (16671,'Ramey','PA','40.800186','-78.401300',-5,1); -INSERT INTO zipcodes VALUES (16672,'Riddlesburg','PA','40.160825','-78.254890',-5,1); -INSERT INTO zipcodes VALUES (16673,'Roaring Spring','PA','40.328843','-78.398970',-5,1); -INSERT INTO zipcodes VALUES (16674,'Robertsdale','PA','40.196898','-78.102660',-5,1); -INSERT INTO zipcodes VALUES (16675,'Saint Boniface','PA','40.671181','-78.675548',-5,1); -INSERT INTO zipcodes VALUES (16677,'Sandy Ridge','PA','40.807219','-78.260710',-5,1); -INSERT INTO zipcodes VALUES (16678,'Saxton','PA','40.221352','-78.227850',-5,1); -INSERT INTO zipcodes VALUES (16679,'Six Mile Run','PA','40.163172','-78.205550',-5,1); -INSERT INTO zipcodes VALUES (16680,'Smithmill','PA','40.752120','-78.410850',-5,1); -INSERT INTO zipcodes VALUES (16681,'Smokerun','PA','40.792825','-78.435590',-5,1); -INSERT INTO zipcodes VALUES (16682,'Sproul','PA','40.271645','-78.459190',-5,1); -INSERT INTO zipcodes VALUES (16683,'Spruce Creek','PA','40.662087','-78.070120',-5,1); -INSERT INTO zipcodes VALUES (16684,'Tipton','PA','40.636691','-78.303614',-5,1); -INSERT INTO zipcodes VALUES (16685,'Todd','PA','40.273559','-78.079260',-5,1); -INSERT INTO zipcodes VALUES (16686,'Tyrone','PA','40.666444','-78.243530',-5,1); -INSERT INTO zipcodes VALUES (16689,'Waterfall','PA','40.092488','-78.084060',-5,1); -INSERT INTO zipcodes VALUES (16691,'Wells Tannery','PA','40.080393','-78.153420',-5,1); -INSERT INTO zipcodes VALUES (16692,'Westover','PA','40.757085','-78.696220',-5,1); -INSERT INTO zipcodes VALUES (16693,'Williamsburg','PA','40.456531','-78.222100',-5,1); -INSERT INTO zipcodes VALUES (16694,'Wood','PA','40.167018','-78.135830',-5,1); -INSERT INTO zipcodes VALUES (16695,'Woodbury','PA','40.217753','-78.371970',-5,1); -INSERT INTO zipcodes VALUES (16698,'Houtzdale','PA','40.989115','-78.422403',-5,1); -INSERT INTO zipcodes VALUES (16699,'Cresson','PA','40.484487','-78.702224',-5,1); -INSERT INTO zipcodes VALUES (16701,'Bradford','PA','41.943791','-78.654480',-5,1); -INSERT INTO zipcodes VALUES (16720,'Austin','PA','41.613244','-78.070110',-5,1); -INSERT INTO zipcodes VALUES (16724,'Crosby','PA','41.747898','-78.379380',-5,1); -INSERT INTO zipcodes VALUES (16725,'Custer City','PA','41.902256','-78.659000',-5,1); -INSERT INTO zipcodes VALUES (16726,'Cyclone','PA','41.816833','-78.580590',-5,1); -INSERT INTO zipcodes VALUES (16727,'Derrick City','PA','41.976763','-78.535410',-5,1); -INSERT INTO zipcodes VALUES (16728,'De Young','PA','41.415878','-78.665057',-5,1); -INSERT INTO zipcodes VALUES (16729,'Duke Center','PA','41.961920','-78.484100',-5,1); -INSERT INTO zipcodes VALUES (16730,'East Smethport','PA','41.811926','-78.422560',-5,1); -INSERT INTO zipcodes VALUES (16731,'Eldred','PA','41.957479','-78.393170',-5,1); -INSERT INTO zipcodes VALUES (16732,'Gifford','PA','41.850657','-78.606630',-5,1); -INSERT INTO zipcodes VALUES (16733,'Hazel Hurst','PA','41.713565','-78.567030',-5,1); -INSERT INTO zipcodes VALUES (16734,'James City','PA','41.619029','-78.840000',-5,1); -INSERT INTO zipcodes VALUES (16735,'Kane','PA','41.628726','-78.807340',-5,1); -INSERT INTO zipcodes VALUES (16738,'Lewis Run','PA','41.833762','-78.688390',-5,1); -INSERT INTO zipcodes VALUES (16740,'Mount Jewett','PA','41.734498','-78.613790',-5,1); -INSERT INTO zipcodes VALUES (16743,'Port Allegany','PA','41.809546','-78.271250',-5,1); -INSERT INTO zipcodes VALUES (16744,'Rew','PA','41.883626','-78.545400',-5,1); -INSERT INTO zipcodes VALUES (16745,'Rixford','PA','41.925564','-78.502060',-5,1); -INSERT INTO zipcodes VALUES (16746,'Roulette','PA','41.800699','-78.143620',-5,1); -INSERT INTO zipcodes VALUES (16748,'Shinglehouse','PA','41.940288','-78.161860',-5,1); -INSERT INTO zipcodes VALUES (16749,'Smethport','PA','41.801302','-78.444190',-5,1); -INSERT INTO zipcodes VALUES (16750,'Turtlepoint','PA','41.876559','-78.324450',-5,1); -INSERT INTO zipcodes VALUES (16751,'Westline','PA','41.791063','-78.763470',-5,1); -INSERT INTO zipcodes VALUES (16801,'State College','PA','40.792011','-77.849930',-5,1); -INSERT INTO zipcodes VALUES (16802,'University Park','PA','40.806956','-77.862810',-5,1); -INSERT INTO zipcodes VALUES (16803,'State College','PA','40.802661','-77.899360',-5,1); -INSERT INTO zipcodes VALUES (16804,'State College','PA','40.972229','-77.760172',-5,1); -INSERT INTO zipcodes VALUES (16805,'State College','PA','40.972229','-77.760172',-5,1); -INSERT INTO zipcodes VALUES (16815,'Potter','PA','40.771122','-77.658267',-5,1); -INSERT INTO zipcodes VALUES (16820,'Aaronsburg','PA','40.908997','-77.424240',-5,1); -INSERT INTO zipcodes VALUES (16821,'Allport','PA','40.989115','-78.422403',-5,1); -INSERT INTO zipcodes VALUES (16822,'Beech Creek','PA','41.092339','-77.605450',-5,1); -INSERT INTO zipcodes VALUES (16823,'Bellefonte','PA','40.912550','-77.773870',-5,1); -INSERT INTO zipcodes VALUES (16825,'Bigler','PA','40.981690','-78.305140',-5,1); -INSERT INTO zipcodes VALUES (16826,'Blanchard','PA','41.059172','-77.600290',-5,1); -INSERT INTO zipcodes VALUES (16827,'Boalsburg','PA','40.782670','-77.786890',-5,1); -INSERT INTO zipcodes VALUES (16828,'Centre Hall','PA','40.828679','-77.684900',-5,1); -INSERT INTO zipcodes VALUES (16829,'Clarence','PA','41.053528','-77.962260',-5,1); -INSERT INTO zipcodes VALUES (16830,'Clearfield','PA','41.026239','-78.438380',-5,1); -INSERT INTO zipcodes VALUES (16832,'Coburn','PA','40.847255','-77.476330',-5,1); -INSERT INTO zipcodes VALUES (16833,'Curwensville','PA','40.948433','-78.551760',-5,1); -INSERT INTO zipcodes VALUES (16834,'Drifting','PA','41.033239','-78.110400',-5,1); -INSERT INTO zipcodes VALUES (16835,'Fleming','PA','40.904645','-77.875191',-5,1); -INSERT INTO zipcodes VALUES (16836,'Frenchville','PA','41.104737','-78.234400',-5,1); -INSERT INTO zipcodes VALUES (16837,'Glen Richey','PA','40.945702','-78.474500',-5,1); -INSERT INTO zipcodes VALUES (16838,'Grampian','PA','40.977104','-78.622960',-5,1); -INSERT INTO zipcodes VALUES (16839,'Grassflat','PA','41.004152','-78.112980',-5,1); -INSERT INTO zipcodes VALUES (16840,'Hawk Run','PA','40.924438','-78.206520',-5,1); -INSERT INTO zipcodes VALUES (16841,'Howard','PA','41.021843','-77.669090',-5,1); -INSERT INTO zipcodes VALUES (16843,'Hyde','PA','41.001993','-78.463810',-5,1); -INSERT INTO zipcodes VALUES (16844,'Julian','PA','40.896662','-77.915550',-5,1); -INSERT INTO zipcodes VALUES (16845,'Karthaus','PA','41.131415','-78.106430',-5,1); -INSERT INTO zipcodes VALUES (16847,'Kylertown','PA','40.994188','-78.168040',-5,1); -INSERT INTO zipcodes VALUES (16848,'Lamar','PA','41.010409','-77.536130',-5,1); -INSERT INTO zipcodes VALUES (16849,'Lanse','PA','40.972358','-78.121210',-5,1); -INSERT INTO zipcodes VALUES (16850,'Lecontes Mills','PA','40.989115','-78.422403',-5,1); -INSERT INTO zipcodes VALUES (16851,'Lemont','PA','40.809461','-77.815840',-5,1); -INSERT INTO zipcodes VALUES (16852,'Madisonburg','PA','40.927440','-77.529980',-5,1); -INSERT INTO zipcodes VALUES (16853,'Milesburg','PA','40.942533','-77.789200',-5,1); -INSERT INTO zipcodes VALUES (16854,'Millheim','PA','40.891594','-77.476050',-5,1); -INSERT INTO zipcodes VALUES (16855,'Mineral Springs','PA','40.998733','-78.373240',-5,1); -INSERT INTO zipcodes VALUES (16856,'Mingoville','PA','40.929263','-77.645810',-5,1); -INSERT INTO zipcodes VALUES (16858,'Morrisdale','PA','41.004198','-78.190850',-5,1); -INSERT INTO zipcodes VALUES (16859,'Moshannon','PA','41.044800','-78.024000',-5,1); -INSERT INTO zipcodes VALUES (16860,'Munson','PA','40.954583','-78.166800',-5,1); -INSERT INTO zipcodes VALUES (16861,'New Millport','PA','40.877130','-78.533940',-5,1); -INSERT INTO zipcodes VALUES (16863,'Olanta','PA','40.914286','-78.489980',-5,1); -INSERT INTO zipcodes VALUES (16864,'Orviston','PA','41.105537','-77.752730',-5,1); -INSERT INTO zipcodes VALUES (16865,'Pennsylvania Furnace','PA','40.722897','-77.969410',-5,1); -INSERT INTO zipcodes VALUES (16866,'Philipsburg','PA','40.893028','-78.216780',-5,1); -INSERT INTO zipcodes VALUES (16868,'Pine Grove Mills','PA','40.726405','-77.911776',-5,1); -INSERT INTO zipcodes VALUES (16870,'Port Matilda','PA','40.801396','-78.045000',-5,1); -INSERT INTO zipcodes VALUES (16871,'Pottersdale','PA','41.177156','-78.043990',-5,1); -INSERT INTO zipcodes VALUES (16872,'Rebersburg','PA','40.966199','-77.352990',-5,1); -INSERT INTO zipcodes VALUES (16873,'Shawville','PA','40.989115','-78.422403',-5,1); -INSERT INTO zipcodes VALUES (16874,'Snow Shoe','PA','41.034029','-77.933560',-5,1); -INSERT INTO zipcodes VALUES (16875,'Spring Mills','PA','40.833229','-77.574580',-5,1); -INSERT INTO zipcodes VALUES (16876,'Wallaceton','PA','40.960106','-78.288860',-5,1); -INSERT INTO zipcodes VALUES (16877,'Warriors Mark','PA','40.721787','-78.085610',-5,1); -INSERT INTO zipcodes VALUES (16878,'West Decatur','PA','40.943755','-78.308530',-5,1); -INSERT INTO zipcodes VALUES (16879,'Winburne','PA','40.962566','-78.150050',-5,1); -INSERT INTO zipcodes VALUES (16881,'Woodland','PA','41.018168','-78.321120',-5,1); -INSERT INTO zipcodes VALUES (16882,'Woodward','PA','40.918517','-77.322690',-5,1); -INSERT INTO zipcodes VALUES (16901,'Wellsboro','PA','41.736343','-77.319150',-5,1); -INSERT INTO zipcodes VALUES (16910,'Alba','PA','41.771970','-76.521266',-5,1); -INSERT INTO zipcodes VALUES (16911,'Arnot','PA','41.664117','-77.141530',-5,1); -INSERT INTO zipcodes VALUES (16912,'Blossburg','PA','41.676922','-77.061600',-5,1); -INSERT INTO zipcodes VALUES (16914,'Columbia Cross Roads','PA','41.864010','-76.769820',-5,1); -INSERT INTO zipcodes VALUES (16915,'Coudersport','PA','41.800278','-77.989050',-5,1); -INSERT INTO zipcodes VALUES (16917,'Covington','PA','41.739613','-77.075210',-5,1); -INSERT INTO zipcodes VALUES (16918,'Cowanesque','PA','41.936663','-77.498430',-5,1); -INSERT INTO zipcodes VALUES (16920,'Elkland','PA','41.989863','-77.311230',-5,1); -INSERT INTO zipcodes VALUES (16921,'Gaines','PA','41.741030','-77.537680',-5,1); -INSERT INTO zipcodes VALUES (16922,'Galeton','PA','41.678935','-77.685620',-5,1); -INSERT INTO zipcodes VALUES (16923,'Genesee','PA','41.936680','-77.870890',-5,1); -INSERT INTO zipcodes VALUES (16925,'Gillett','PA','41.950785','-76.785110',-5,1); -INSERT INTO zipcodes VALUES (16926,'Granville Summit','PA','41.702935','-76.711750',-5,1); -INSERT INTO zipcodes VALUES (16927,'Harrison Valley','PA','41.958059','-77.671870',-5,1); -INSERT INTO zipcodes VALUES (16928,'Knoxville','PA','41.954314','-77.424570',-5,1); -INSERT INTO zipcodes VALUES (16929,'Lawrenceville','PA','41.973095','-77.137310',-5,1); -INSERT INTO zipcodes VALUES (16930,'Liberty','PA','41.557848','-77.137550',-5,1); -INSERT INTO zipcodes VALUES (16932,'Mainesburg','PA','41.796032','-76.941450',-5,1); -INSERT INTO zipcodes VALUES (16933,'Mansfield','PA','41.811139','-77.069390',-5,1); -INSERT INTO zipcodes VALUES (16935,'Middlebury Center','PA','41.862920','-77.312850',-5,1); -INSERT INTO zipcodes VALUES (16936,'Millerton','PA','41.951518','-76.944130',-5,1); -INSERT INTO zipcodes VALUES (16937,'Mills','PA','41.969218','-77.719780',-5,1); -INSERT INTO zipcodes VALUES (16938,'Morris','PA','41.564177','-77.311910',-5,1); -INSERT INTO zipcodes VALUES (16939,'Morris Run','PA','41.677577','-77.016770',-5,1); -INSERT INTO zipcodes VALUES (16940,'Nelson','PA','41.978436','-77.246670',-5,1); -INSERT INTO zipcodes VALUES (16941,'Genesee','PA','41.993777','-77.751220',-5,1); -INSERT INTO zipcodes VALUES (16942,'Osceola','PA','41.961001','-77.353060',-5,1); -INSERT INTO zipcodes VALUES (16943,'Sabinsville','PA','41.849920','-77.594040',-5,1); -INSERT INTO zipcodes VALUES (16945,'Sylvania','PA','41.771970','-76.521266',-5,1); -INSERT INTO zipcodes VALUES (16946,'Tioga','PA','41.924013','-77.142240',-5,1); -INSERT INTO zipcodes VALUES (16947,'Troy','PA','41.759353','-76.803880',-5,1); -INSERT INTO zipcodes VALUES (16948,'Ulysses','PA','41.869812','-77.751150',-5,1); -INSERT INTO zipcodes VALUES (16950,'Westfield','PA','41.895838','-77.521640',-5,1); -INSERT INTO zipcodes VALUES (17001,'Camp Hill','PA','40.216040','-76.924996',-5,1); -INSERT INTO zipcodes VALUES (17002,'Allensville','PA','40.510176','-77.831240',-5,1); -INSERT INTO zipcodes VALUES (17003,'Annville','PA','40.347757','-76.534980',-5,1); -INSERT INTO zipcodes VALUES (17004,'Belleville','PA','40.597698','-77.738830',-5,1); -INSERT INTO zipcodes VALUES (17005,'Berrysburg','PA','40.602475','-76.811300',-5,1); -INSERT INTO zipcodes VALUES (17006,'Blain','PA','40.325136','-77.526810',-5,1); -INSERT INTO zipcodes VALUES (17007,'Boiling Springs','PA','40.147890','-77.122450',-5,1); -INSERT INTO zipcodes VALUES (17008,'Bowmansdale','PA','40.167091','-76.978448',-5,1); -INSERT INTO zipcodes VALUES (17009,'Burnham','PA','40.637663','-77.565520',-5,1); -INSERT INTO zipcodes VALUES (17010,'Campbelltown','PA','40.280149','-76.580600',-5,1); -INSERT INTO zipcodes VALUES (17011,'Camp Hill','PA','40.236139','-76.930840',-5,1); -INSERT INTO zipcodes VALUES (17012,'Camp Hill','PA','40.136687','-77.242805',-5,1); -INSERT INTO zipcodes VALUES (17013,'Carlisle','PA','40.203458','-77.199870',-5,1); -INSERT INTO zipcodes VALUES (17014,'Cocolamus','PA','40.478716','-77.345514',-5,1); -INSERT INTO zipcodes VALUES (17015,'South Londonderry','PA','40.238207','-76.511942',-5,1); -INSERT INTO zipcodes VALUES (17016,'Cornwall','PA','40.273968','-76.406020',-5,1); -INSERT INTO zipcodes VALUES (17017,'Dalmatia','PA','40.644085','-76.876480',-5,1); -INSERT INTO zipcodes VALUES (17018,'Dauphin','PA','40.385623','-76.923320',-5,1); -INSERT INTO zipcodes VALUES (17019,'Dillsburg','PA','40.093968','-77.026280',-5,1); -INSERT INTO zipcodes VALUES (17020,'Duncannon','PA','40.401114','-77.034050',-5,1); -INSERT INTO zipcodes VALUES (17021,'East Waterford','PA','40.354433','-77.650460',-5,1); -INSERT INTO zipcodes VALUES (17022,'Elizabethtown','PA','40.160793','-76.607630',-5,1); -INSERT INTO zipcodes VALUES (17023,'Elizabethville','PA','40.560414','-76.813160',-5,1); -INSERT INTO zipcodes VALUES (17024,'Elliottsburg','PA','40.413024','-77.301620',-5,1); -INSERT INTO zipcodes VALUES (17025,'Enola','PA','40.288070','-76.942510',-5,1); -INSERT INTO zipcodes VALUES (17026,'Fredericksburg','PA','40.452530','-76.424430',-5,1); -INSERT INTO zipcodes VALUES (17027,'Grantham','PA','40.153656','-76.996300',-5,1); -INSERT INTO zipcodes VALUES (17028,'Grantville','PA','40.402578','-76.643400',-5,1); -INSERT INTO zipcodes VALUES (17029,'Granville','PA','40.551431','-77.625770',-5,1); -INSERT INTO zipcodes VALUES (17030,'Gratz','PA','40.608245','-76.737545',-5,1); -INSERT INTO zipcodes VALUES (17031,'Green Park','PA','40.406766','-77.292578',-5,1); -INSERT INTO zipcodes VALUES (17032,'Halifax','PA','40.483580','-76.872700',-5,1); -INSERT INTO zipcodes VALUES (17033,'Hershey','PA','40.277923','-76.643400',-5,1); -INSERT INTO zipcodes VALUES (17034,'Highspire','PA','40.208591','-76.785630',-5,1); -INSERT INTO zipcodes VALUES (17035,'Honey Grove','PA','40.430500','-77.584300',-5,1); -INSERT INTO zipcodes VALUES (17036,'Hummelstown','PA','40.270367','-76.704800',-5,1); -INSERT INTO zipcodes VALUES (17037,'Ickesburg','PA','40.436607','-77.393370',-5,1); -INSERT INTO zipcodes VALUES (17038,'Jonestown','PA','40.434998','-76.512960',-5,1); -INSERT INTO zipcodes VALUES (17039,'Kleinfeltersville','PA','40.300505','-76.258399',-5,1); -INSERT INTO zipcodes VALUES (17040,'Landisburg','PA','40.333508','-77.299330',-5,1); -INSERT INTO zipcodes VALUES (17041,'Lawn','PA','40.220907','-76.537690',-5,1); -INSERT INTO zipcodes VALUES (17042,'Lebanon','PA','40.319770','-76.423440',-5,1); -INSERT INTO zipcodes VALUES (17043,'Lemoyne','PA','40.247189','-76.898070',-5,1); -INSERT INTO zipcodes VALUES (17044,'Lewistown','PA','40.595359','-77.577400',-5,1); -INSERT INTO zipcodes VALUES (17045,'Liverpool','PA','40.586914','-76.994020',-5,1); -INSERT INTO zipcodes VALUES (17046,'Lebanon','PA','40.358015','-76.425010',-5,1); -INSERT INTO zipcodes VALUES (17047,'Loysville','PA','40.365242','-77.403690',-5,1); -INSERT INTO zipcodes VALUES (17048,'Lykens','PA','40.592398','-76.720860',-5,1); -INSERT INTO zipcodes VALUES (17049,'McAlisterville','PA','40.646860','-77.241490',-5,1); -INSERT INTO zipcodes VALUES (17050,'Mechanicsburg','PA','40.249543','-77.002296',-5,1); -INSERT INTO zipcodes VALUES (17051,'McVeytown','PA','40.458618','-77.772540',-5,1); -INSERT INTO zipcodes VALUES (17052,'Mapleton Depot','PA','40.338058','-77.977900',-5,1); -INSERT INTO zipcodes VALUES (17053,'Marysville','PA','40.333185','-76.966590',-5,1); -INSERT INTO zipcodes VALUES (17054,'Mattawana','PA','40.495979','-77.723716',-5,1); -INSERT INTO zipcodes VALUES (17055,'Mechanicsburg','PA','40.215939','-76.998270',-5,1); -INSERT INTO zipcodes VALUES (17056,'Mexico','PA','40.478716','-77.345514',-5,1); -INSERT INTO zipcodes VALUES (17057,'Middletown','PA','40.201341','-76.735570',-5,1); -INSERT INTO zipcodes VALUES (17058,'Mifflin','PA','40.535260','-77.464570',-5,1); -INSERT INTO zipcodes VALUES (17059,'Mifflintown','PA','40.582815','-77.368660',-5,1); -INSERT INTO zipcodes VALUES (17060,'Mill Creek','PA','40.453498','-77.911540',-5,1); -INSERT INTO zipcodes VALUES (17061,'Millersburg','PA','40.550027','-76.937430',-5,1); -INSERT INTO zipcodes VALUES (17062,'Millerstown','PA','40.556500','-77.149620',-5,1); -INSERT INTO zipcodes VALUES (17063,'Milroy','PA','40.735551','-77.548130',-5,1); -INSERT INTO zipcodes VALUES (17064,'Mount Gretna','PA','40.247930','-76.468470',-5,1); -INSERT INTO zipcodes VALUES (17065,'Mount Holly Springs','PA','40.114682','-77.192010',-5,1); -INSERT INTO zipcodes VALUES (17066,'Mount Union','PA','40.373421','-77.873900',-5,1); -INSERT INTO zipcodes VALUES (17067,'Myerstown','PA','40.389502','-76.314700',-5,1); -INSERT INTO zipcodes VALUES (17068,'New Bloomfield','PA','40.409544','-77.179590',-5,1); -INSERT INTO zipcodes VALUES (17069,'New Buffalo','PA','40.454175','-76.969910',-5,1); -INSERT INTO zipcodes VALUES (17070,'New Cumberland','PA','40.220040','-76.868490',-5,1); -INSERT INTO zipcodes VALUES (17071,'New Germantown','PA','40.406766','-77.292578',-5,1); -INSERT INTO zipcodes VALUES (17072,'New Kingstown','PA','40.233164','-77.082120',-5,1); -INSERT INTO zipcodes VALUES (17073,'Newmanstown','PA','40.308675','-76.249740',-5,1); -INSERT INTO zipcodes VALUES (17074,'Newport','PA','40.482257','-77.139070',-5,1); -INSERT INTO zipcodes VALUES (17075,'Newton Hamilton','PA','40.392130','-77.836490',-5,1); -INSERT INTO zipcodes VALUES (17076,'Oakland Mills','PA','40.616926','-77.312280',-5,1); -INSERT INTO zipcodes VALUES (17077,'Ono','PA','40.406144','-76.527530',-5,1); -INSERT INTO zipcodes VALUES (17078,'Palmyra','PA','40.304156','-76.591200',-5,1); -INSERT INTO zipcodes VALUES (17080,'Pillow','PA','40.640430','-76.803460',-5,1); -INSERT INTO zipcodes VALUES (17081,'Plainfield','PA','40.202404','-77.288250',-5,1); -INSERT INTO zipcodes VALUES (17082,'Port Royal','PA','40.508563','-77.421370',-5,1); -INSERT INTO zipcodes VALUES (17083,'Quentin','PA','40.277603','-76.438230',-5,1); -INSERT INTO zipcodes VALUES (17084,'Reedsville','PA','40.678450','-77.602640',-5,1); -INSERT INTO zipcodes VALUES (17085,'Rexmont','PA','40.277076','-76.385727',-5,1); -INSERT INTO zipcodes VALUES (17086,'Richfield','PA','40.675983','-77.118620',-5,1); -INSERT INTO zipcodes VALUES (17087,'Richland','PA','40.375621','-76.264010',-5,1); -INSERT INTO zipcodes VALUES (17088,'Schaefferstown','PA','40.299051','-76.296730',-5,1); -INSERT INTO zipcodes VALUES (17089,'Camp Hill','PA','40.269738','-76.936046',-5,1); -INSERT INTO zipcodes VALUES (17090,'Shermans Dale','PA','40.332785','-77.184640',-5,1); -INSERT INTO zipcodes VALUES (17091,'Camp Hill','PA','40.136687','-77.242805',-5,1); -INSERT INTO zipcodes VALUES (17093,'Summerdale','PA','40.310088','-76.928700',-5,1); -INSERT INTO zipcodes VALUES (17094,'Thompsontown','PA','40.574018','-77.233850',-5,1); -INSERT INTO zipcodes VALUES (17097,'Wiconisco','PA','40.573636','-76.685250',-5,1); -INSERT INTO zipcodes VALUES (17098,'Williamstown','PA','40.581422','-76.622090',-5,1); -INSERT INTO zipcodes VALUES (17099,'Yeagertown','PA','40.641204','-77.579530',-5,1); -INSERT INTO zipcodes VALUES (17101,'Harrisburg','PA','40.261839','-76.882790',-5,1); -INSERT INTO zipcodes VALUES (17102,'Harrisburg','PA','40.272839','-76.890530',-5,1); -INSERT INTO zipcodes VALUES (17103,'Harrisburg','PA','40.274389','-76.862170',-5,1); -INSERT INTO zipcodes VALUES (17104,'Harrisburg','PA','40.258972','-76.859220',-5,1); -INSERT INTO zipcodes VALUES (17105,'Harrisburg','PA','40.278498','-76.875207',-5,1); -INSERT INTO zipcodes VALUES (17106,'Harrisburg','PA','40.292664','-76.850061',-5,1); -INSERT INTO zipcodes VALUES (17107,'Harrisburg','PA','40.297031','-76.876437',-5,1); -INSERT INTO zipcodes VALUES (17108,'Harrisburg','PA','40.308638','-76.801693',-5,1); -INSERT INTO zipcodes VALUES (17109,'Harrisburg','PA','40.290439','-76.828410',-5,1); -INSERT INTO zipcodes VALUES (17110,'Harrisburg','PA','40.300738','-76.885280',-5,1); -INSERT INTO zipcodes VALUES (17111,'Harrisburg','PA','40.264389','-76.802980',-5,1); -INSERT INTO zipcodes VALUES (17112,'Harrisburg','PA','40.343261','-76.780800',-5,1); -INSERT INTO zipcodes VALUES (17113,'Harrisburg','PA','40.232990','-76.825790',-5,1); -INSERT INTO zipcodes VALUES (17120,'Harrisburg','PA','40.265689','-76.882745',-5,1); -INSERT INTO zipcodes VALUES (17121,'Harrisburg','PA','40.294396','-76.893751',-5,1); -INSERT INTO zipcodes VALUES (17122,'Harrisburg','PA','40.249845','-76.871209',-5,1); -INSERT INTO zipcodes VALUES (17123,'Harrisburg','PA','40.267518','-76.883734',-5,1); -INSERT INTO zipcodes VALUES (17124,'Harrisburg','PA','40.267460','-76.885967',-5,1); -INSERT INTO zipcodes VALUES (17125,'Harrisburg','PA','40.266221','-76.882854',-5,1); -INSERT INTO zipcodes VALUES (17126,'Harrisburg','PA','40.261790','-76.880021',-5,1); -INSERT INTO zipcodes VALUES (17127,'Harrisburg','PA','40.261516','-76.880884',-5,1); -INSERT INTO zipcodes VALUES (17128,'Harrisburg','PA','40.389865','-76.782323',-5,1); -INSERT INTO zipcodes VALUES (17129,'Harrisburg','PA','40.261516','-76.880884',-5,1); -INSERT INTO zipcodes VALUES (17130,'Harrisburg','PA','40.270222','-76.882889',-5,1); -INSERT INTO zipcodes VALUES (17140,'Harrisburg','PA','40.308640','-76.846449',-5,1); -INSERT INTO zipcodes VALUES (17177,'Harrisburg','PA','40.298988','-76.847194',-5,1); -INSERT INTO zipcodes VALUES (17201,'Chambersburg','PA','39.931123','-77.661390',-5,1); -INSERT INTO zipcodes VALUES (17210,'Amberson','PA','40.171667','-77.661354',-5,1); -INSERT INTO zipcodes VALUES (17211,'Artemas','PA','39.742192','-78.421130',-5,1); -INSERT INTO zipcodes VALUES (17212,'Big Cove Tannery','PA','39.812310','-78.063370',-5,1); -INSERT INTO zipcodes VALUES (17213,'Blairs Mills','PA','40.243335','-77.774140',-5,1); -INSERT INTO zipcodes VALUES (17214,'Blue Ridge Summit','PA','39.736626','-77.470380',-5,1); -INSERT INTO zipcodes VALUES (17215,'Burnt Cabins','PA','40.079326','-77.900390',-5,1); -INSERT INTO zipcodes VALUES (17217,'Concord','PA','40.225168','-77.725013',-5,1); -INSERT INTO zipcodes VALUES (17219,'Doylesburg','PA','40.228687','-77.710340',-5,1); -INSERT INTO zipcodes VALUES (17220,'Dry Run','PA','40.195365','-77.720920',-5,1); -INSERT INTO zipcodes VALUES (17221,'Fannettsburg','PA','40.072400','-77.811480',-5,1); -INSERT INTO zipcodes VALUES (17222,'Fayetteville','PA','39.897287','-77.520060',-5,1); -INSERT INTO zipcodes VALUES (17223,'Fort Littleton','PA','40.062255','-77.963080',-5,1); -INSERT INTO zipcodes VALUES (17224,'Fort Loudon','PA','39.957564','-77.906230',-5,1); -INSERT INTO zipcodes VALUES (17225,'Greencastle','PA','39.792122','-77.749230',-5,1); -INSERT INTO zipcodes VALUES (17228,'Harrisonville','PA','39.995374','-78.093480',-5,1); -INSERT INTO zipcodes VALUES (17229,'Hustontown','PA','40.070337','-78.022730',-5,1); -INSERT INTO zipcodes VALUES (17231,'Lemasters','PA','39.859432','-77.857889',-5,1); -INSERT INTO zipcodes VALUES (17232,'Lurgan','PA','40.105495','-77.640461',-5,1); -INSERT INTO zipcodes VALUES (17233,'McConnellsburg','PA','39.942589','-77.995290',-5,1); -INSERT INTO zipcodes VALUES (17235,'Marion','PA','39.857218','-77.697750',-5,1); -INSERT INTO zipcodes VALUES (17236,'Mercersburg','PA','39.793293','-77.928890',-5,1); -INSERT INTO zipcodes VALUES (17237,'Mont Alto','PA','39.840491','-77.552390',-5,1); -INSERT INTO zipcodes VALUES (17238,'Needmore','PA','39.847933','-78.128210',-5,1); -INSERT INTO zipcodes VALUES (17239,'Neelyton','PA','40.130231','-77.841470',-5,1); -INSERT INTO zipcodes VALUES (17240,'Newburg','PA','40.147267','-77.572590',-5,1); -INSERT INTO zipcodes VALUES (17241,'Newville','PA','40.172412','-77.408260',-5,1); -INSERT INTO zipcodes VALUES (17243,'Orbisonia','PA','40.242121','-77.871390',-5,1); -INSERT INTO zipcodes VALUES (17244,'Orrstown','PA','40.076657','-77.654330',-5,1); -INSERT INTO zipcodes VALUES (17246,'Pleasant Hall','PA','40.049118','-77.671754',-5,1); -INSERT INTO zipcodes VALUES (17247,'Quincy','PA','39.799481','-77.581092',-5,1); -INSERT INTO zipcodes VALUES (17249,'Rockhill Furnace','PA','40.242927','-77.900430',-5,1); -INSERT INTO zipcodes VALUES (17250,'Rouzerville','PA','39.736395','-77.524740',-5,1); -INSERT INTO zipcodes VALUES (17251,'Roxbury','PA','40.112652','-77.670626',-5,1); -INSERT INTO zipcodes VALUES (17252,'Saint Thomas','PA','39.913537','-77.810010',-5,1); -INSERT INTO zipcodes VALUES (17253,'Saltillo','PA','40.210859','-78.005670',-5,1); -INSERT INTO zipcodes VALUES (17254,'Scotland','PA','39.969722','-77.588780',-5,1); -INSERT INTO zipcodes VALUES (17255,'Shade Gap','PA','40.152486','-77.861700',-5,1); -INSERT INTO zipcodes VALUES (17256,'Shady Grove','PA','39.783391','-77.674851',-5,1); -INSERT INTO zipcodes VALUES (17257,'Shippensburg','PA','40.053308','-77.506220',-5,1); -INSERT INTO zipcodes VALUES (17260,'Shirleysburg','PA','40.298547','-77.890670',-5,1); -INSERT INTO zipcodes VALUES (17261,'South Mountain','PA','39.833095','-77.488633',-5,1); -INSERT INTO zipcodes VALUES (17262,'Spring Run','PA','40.153677','-77.708830',-5,1); -INSERT INTO zipcodes VALUES (17263,'State Line','PA','39.724825','-77.718629',-5,1); -INSERT INTO zipcodes VALUES (17264,'Three Springs','PA','40.190713','-77.980670',-5,1); -INSERT INTO zipcodes VALUES (17265,'Upperstrasburg','PA','40.035958','-77.791130',-5,1); -INSERT INTO zipcodes VALUES (17266,'Walnut Bottom','PA','40.086522','-77.410260',-5,1); -INSERT INTO zipcodes VALUES (17267,'Warfordsburg','PA','39.798516','-78.236750',-5,1); -INSERT INTO zipcodes VALUES (17268,'Waynesboro','PA','39.766281','-77.572410',-5,1); -INSERT INTO zipcodes VALUES (17269,'Brush Creek','PA','39.887450','-78.245581',-5,1); -INSERT INTO zipcodes VALUES (17270,'Williamson','PA','39.851731','-77.799300',-5,1); -INSERT INTO zipcodes VALUES (17271,'Willow Hill','PA','40.110585','-77.799430',-5,1); -INSERT INTO zipcodes VALUES (17272,'Zullinger','PA','39.771372','-77.627020',-5,1); -INSERT INTO zipcodes VALUES (17275,'Southampton','PA','40.019915','-77.464257',-5,1); -INSERT INTO zipcodes VALUES (17294,'Blue Ridge Summit','PA','40.004885','-77.776370',-5,1); -INSERT INTO zipcodes VALUES (17301,'Abbottstown','PA','39.891548','-76.983590',-5,1); -INSERT INTO zipcodes VALUES (17302,'Airville','PA','39.809540','-76.408490',-5,1); -INSERT INTO zipcodes VALUES (17303,'Arendtsville','PA','39.923644','-77.300085',-5,1); -INSERT INTO zipcodes VALUES (17304,'Aspers','PA','39.969711','-77.218000',-5,1); -INSERT INTO zipcodes VALUES (17306,'Bendersville','PA','39.982466','-77.249600',-5,1); -INSERT INTO zipcodes VALUES (17307,'Biglerville','PA','39.930756','-77.291700',-5,1); -INSERT INTO zipcodes VALUES (17309,'Brogue','PA','39.871433','-76.447960',-5,1); -INSERT INTO zipcodes VALUES (17310,'Cashtown','PA','39.890605','-77.356642',-5,1); -INSERT INTO zipcodes VALUES (17311,'Codorus','PA','39.816670','-76.841650',-5,1); -INSERT INTO zipcodes VALUES (17312,'Craley','PA','39.946739','-76.506639',-5,1); -INSERT INTO zipcodes VALUES (17313,'Dallastown','PA','39.898900','-76.644050',-5,1); -INSERT INTO zipcodes VALUES (17314,'Delta','PA','39.746811','-76.336550',-5,1); -INSERT INTO zipcodes VALUES (17315,'Dover','PA','40.002696','-76.857630',-5,1); -INSERT INTO zipcodes VALUES (17316,'East Berlin','PA','39.965131','-77.008630',-5,1); -INSERT INTO zipcodes VALUES (17317,'East Prospect','PA','39.971506','-76.520600',-5,1); -INSERT INTO zipcodes VALUES (17318,'Emigsville','PA','40.017597','-76.729210',-5,1); -INSERT INTO zipcodes VALUES (17319,'Etters','PA','40.157382','-76.787200',-5,1); -INSERT INTO zipcodes VALUES (17320,'Fairfield','PA','39.759356','-77.377680',-5,1); -INSERT INTO zipcodes VALUES (17321,'Fawn Grove','PA','39.747204','-76.443390',-5,1); -INSERT INTO zipcodes VALUES (17322,'Felton','PA','39.848832','-76.551220',-5,1); -INSERT INTO zipcodes VALUES (17323,'Franklintown','PA','40.075010','-77.027926',-5,1); -INSERT INTO zipcodes VALUES (17324,'Gardners','PA','40.030925','-77.228580',-5,1); -INSERT INTO zipcodes VALUES (17325,'Gettysburg','PA','39.827337','-77.229040',-5,1); -INSERT INTO zipcodes VALUES (17326,'Gettysburg','PA','39.894800','-77.213493',-5,1); -INSERT INTO zipcodes VALUES (17327,'Glen Rock','PA','39.780323','-76.747850',-5,1); -INSERT INTO zipcodes VALUES (17329,'Glenville','PA','39.759126','-76.852480',-5,1); -INSERT INTO zipcodes VALUES (17331,'Hanover','PA','39.795301','-76.977270',-5,1); -INSERT INTO zipcodes VALUES (17332,'Hanover','PA','39.775037','-76.735116',-5,1); -INSERT INTO zipcodes VALUES (17333,'Hanover','PA','39.972985','-76.687826',-5,1); -INSERT INTO zipcodes VALUES (17337,'Idaville','PA','40.015656','-77.200131',-5,1); -INSERT INTO zipcodes VALUES (17339,'Lewisberry','PA','40.138959','-76.869040',-5,1); -INSERT INTO zipcodes VALUES (17340,'Littlestown','PA','39.748187','-77.108060',-5,1); -INSERT INTO zipcodes VALUES (17342,'Loganville','PA','39.853644','-76.707997',-5,1); -INSERT INTO zipcodes VALUES (17343,'McKnightstown','PA','39.871147','-77.326080',-5,1); -INSERT INTO zipcodes VALUES (17344,'McSherrystown','PA','39.805693','-77.019050',-5,1); -INSERT INTO zipcodes VALUES (17345,'Manchester','PA','40.067348','-76.723980',-5,1); -INSERT INTO zipcodes VALUES (17346,'Menges Mills','PA','40.079591','-76.703553',-5,1); -INSERT INTO zipcodes VALUES (17347,'Mount Wolf','PA','40.067559','-76.695840',-5,1); -INSERT INTO zipcodes VALUES (17349,'New Freedom','PA','39.753369','-76.681120',-5,1); -INSERT INTO zipcodes VALUES (17350,'New Oxford','PA','39.874531','-77.063050',-5,1); -INSERT INTO zipcodes VALUES (17352,'New Park','PA','39.761007','-76.501290',-5,1); -INSERT INTO zipcodes VALUES (17353,'Orrtanna','PA','39.876675','-77.379400',-5,1); -INSERT INTO zipcodes VALUES (17354,'Porters Sideling','PA','39.824570','-76.899270',-5,1); -INSERT INTO zipcodes VALUES (17355,'Railroad','PA','39.756761','-76.699390',-5,1); -INSERT INTO zipcodes VALUES (17356,'Red Lion','PA','39.900350','-76.597780',-5,1); -INSERT INTO zipcodes VALUES (17358,'Rossville','PA','39.972985','-76.687826',-5,1); -INSERT INTO zipcodes VALUES (17360,'Seven Valleys','PA','39.849870','-76.764030',-5,1); -INSERT INTO zipcodes VALUES (17361,'Shrewsbury','PA','39.765405','-76.677480',-5,1); -INSERT INTO zipcodes VALUES (17362,'Spring Grove','PA','39.853966','-76.871820',-5,1); -INSERT INTO zipcodes VALUES (17363,'Stewartstown','PA','39.765741','-76.593590',-5,1); -INSERT INTO zipcodes VALUES (17364,'Thomasville','PA','39.928130','-76.901800',-5,1); -INSERT INTO zipcodes VALUES (17365,'Wellsville','PA','40.052872','-76.944810',-5,1); -INSERT INTO zipcodes VALUES (17366,'Windsor','PA','39.927410','-76.562680',-5,1); -INSERT INTO zipcodes VALUES (17368,'Wrightsville','PA','40.002058','-76.527570',-5,1); -INSERT INTO zipcodes VALUES (17370,'York Haven','PA','40.120806','-76.763520',-5,1); -INSERT INTO zipcodes VALUES (17371,'York New Salem','PA','39.900579','-76.789624',-5,1); -INSERT INTO zipcodes VALUES (17372,'York Springs','PA','40.003442','-77.109900',-5,1); -INSERT INTO zipcodes VALUES (17375,'Peach Glen','PA','39.894800','-77.213493',-5,1); -INSERT INTO zipcodes VALUES (17401,'York','PA','39.962463','-76.728870',-5,1); -INSERT INTO zipcodes VALUES (17402,'York','PA','39.976898','-76.677850',-5,1); -INSERT INTO zipcodes VALUES (17403,'York','PA','39.952198','-76.713280',-5,1); -INSERT INTO zipcodes VALUES (17404,'York','PA','39.962821','-76.767640',-5,1); -INSERT INTO zipcodes VALUES (17405,'York','PA','40.008647','-76.597187',-5,1); -INSERT INTO zipcodes VALUES (17406,'York','PA','40.002547','-76.596460',-5,1); -INSERT INTO zipcodes VALUES (17407,'York','PA','39.882516','-76.712060',-5,1); -INSERT INTO zipcodes VALUES (17415,'York','PA','39.972985','-76.687826',-5,1); -INSERT INTO zipcodes VALUES (17501,'Akron','PA','40.156472','-76.204000',-5,1); -INSERT INTO zipcodes VALUES (17502,'Bainbridge','PA','40.095995','-76.667070',-5,1); -INSERT INTO zipcodes VALUES (17503,'Bart','PA','40.018500','-76.297582',-5,1); -INSERT INTO zipcodes VALUES (17504,'Bausman','PA','40.024047','-76.328081',-5,1); -INSERT INTO zipcodes VALUES (17505,'Bird In Hand','PA','40.055467','-76.191490',-5,1); -INSERT INTO zipcodes VALUES (17506,'Blue Ball','PA','40.117326','-76.052379',-5,1); -INSERT INTO zipcodes VALUES (17507,'Bowmansville','PA','40.196641','-76.016047',-5,1); -INSERT INTO zipcodes VALUES (17508,'Brownstown','PA','40.125278','-76.216650',-5,1); -INSERT INTO zipcodes VALUES (17509,'Christiana','PA','39.919072','-76.025080',-5,1); -INSERT INTO zipcodes VALUES (17511,'Columbia','PA','40.041911','-76.487732',-5,1); -INSERT INTO zipcodes VALUES (17512,'Columbia','PA','40.037682','-76.490110',-5,1); -INSERT INTO zipcodes VALUES (17516,'Conestoga','PA','39.938255','-76.360660',-5,1); -INSERT INTO zipcodes VALUES (17517,'Denver','PA','40.234392','-76.126550',-5,1); -INSERT INTO zipcodes VALUES (17518,'Drumore','PA','39.811308','-76.253480',-5,1); -INSERT INTO zipcodes VALUES (17519,'East Earl','PA','40.141301','-76.022700',-5,1); -INSERT INTO zipcodes VALUES (17520,'East Petersburg','PA','40.098696','-76.351530',-5,1); -INSERT INTO zipcodes VALUES (17521,'Elm','PA','40.204393','-76.346430',-5,1); -INSERT INTO zipcodes VALUES (17522,'Ephrata','PA','40.174994','-76.176190',-5,1); -INSERT INTO zipcodes VALUES (17527,'Gap','PA','40.008814','-75.991950',-5,1); -INSERT INTO zipcodes VALUES (17528,'Goodville','PA','40.043523','-76.238766',-5,1); -INSERT INTO zipcodes VALUES (17529,'Gordonville','PA','40.034800','-76.111750',-5,1); -INSERT INTO zipcodes VALUES (17532,'Holtwood','PA','39.859296','-76.285480',-5,1); -INSERT INTO zipcodes VALUES (17533,'Hopeland','PA','40.233892','-76.260725',-5,1); -INSERT INTO zipcodes VALUES (17534,'Intercourse','PA','40.036659','-76.106902',-5,1); -INSERT INTO zipcodes VALUES (17535,'Kinzers','PA','40.000723','-76.046490',-5,1); -INSERT INTO zipcodes VALUES (17536,'Kirkwood','PA','39.840243','-76.073730',-5,1); -INSERT INTO zipcodes VALUES (17537,'Lampeter','PA','39.988548','-76.238729',-5,1); -INSERT INTO zipcodes VALUES (17538,'Landisville','PA','40.091196','-76.415820',-5,1); -INSERT INTO zipcodes VALUES (17540,'Leola','PA','40.096346','-76.190070',-5,1); -INSERT INTO zipcodes VALUES (17543,'Lititz','PA','40.164049','-76.299460',-5,1); -INSERT INTO zipcodes VALUES (17545,'Manheim','PA','40.168294','-76.412300',-5,1); -INSERT INTO zipcodes VALUES (17547,'Marietta','PA','40.064862','-76.571450',-5,1); -INSERT INTO zipcodes VALUES (17549,'Martindale','PA','40.154498','-76.087560',-5,1); -INSERT INTO zipcodes VALUES (17550,'Maytown','PA','40.072108','-76.577790',-5,1); -INSERT INTO zipcodes VALUES (17551,'Millersville','PA','39.994798','-76.360180',-5,1); -INSERT INTO zipcodes VALUES (17552,'Mount Joy','PA','40.109445','-76.509190',-5,1); -INSERT INTO zipcodes VALUES (17554,'Mountville','PA','40.040697','-76.428060',-5,1); -INSERT INTO zipcodes VALUES (17555,'Narvon','PA','40.126611','-75.967670',-5,1); -INSERT INTO zipcodes VALUES (17557,'New Holland','PA','40.102296','-76.080310',-5,1); -INSERT INTO zipcodes VALUES (17560,'New Providence','PA','39.915209','-76.215460',-5,1); -INSERT INTO zipcodes VALUES (17562,'Paradise','PA','39.981916','-76.092240',-5,1); -INSERT INTO zipcodes VALUES (17563,'Peach Bottom','PA','39.767658','-76.174900',-5,1); -INSERT INTO zipcodes VALUES (17564,'Penryn','PA','40.018500','-76.297582',-5,1); -INSERT INTO zipcodes VALUES (17565,'Pequea','PA','39.902788','-76.324960',-5,1); -INSERT INTO zipcodes VALUES (17566,'Quarryville','PA','39.872437','-76.150560',-5,1); -INSERT INTO zipcodes VALUES (17567,'Reamstown','PA','40.209941','-76.116445',-5,1); -INSERT INTO zipcodes VALUES (17568,'Refton','PA','39.946900','-76.232229',-5,1); -INSERT INTO zipcodes VALUES (17569,'Reinholds','PA','40.264733','-76.096450',-5,1); -INSERT INTO zipcodes VALUES (17570,'Rheems','PA','40.129494','-76.569910',-5,1); -INSERT INTO zipcodes VALUES (17572,'Ronks','PA','40.003405','-76.153670',-5,1); -INSERT INTO zipcodes VALUES (17573,'Ronks','PA','40.018500','-76.297582',-5,1); -INSERT INTO zipcodes VALUES (17575,'Silver Spring','PA','40.064746','-76.434285',-5,1); -INSERT INTO zipcodes VALUES (17576,'Smoketown','PA','40.038648','-76.196400',-5,1); -INSERT INTO zipcodes VALUES (17577,'Soudersburg','PA','40.018500','-76.297582',-5,1); -INSERT INTO zipcodes VALUES (17578,'Stevens','PA','40.226093','-76.166820',-5,1); -INSERT INTO zipcodes VALUES (17579,'Strasburg','PA','39.965600','-76.177810',-5,1); -INSERT INTO zipcodes VALUES (17580,'Talmage','PA','40.116846','-76.213075',-5,1); -INSERT INTO zipcodes VALUES (17581,'Terre Hill','PA','40.157565','-76.050410',-5,1); -INSERT INTO zipcodes VALUES (17582,'Washington Boro','PA','39.993398','-76.455680',-5,1); -INSERT INTO zipcodes VALUES (17583,'West Willow','PA','39.972349','-76.287330',-5,1); -INSERT INTO zipcodes VALUES (17584,'Willow Street','PA','39.963866','-76.269630',-5,1); -INSERT INTO zipcodes VALUES (17585,'Witmer','PA','40.048398','-76.211427',-5,1); -INSERT INTO zipcodes VALUES (17601,'Lancaster','PA','40.072246','-76.315500',-5,1); -INSERT INTO zipcodes VALUES (17602,'Lancaster','PA','40.032664','-76.275750',-5,1); -INSERT INTO zipcodes VALUES (17603,'Lancaster','PA','40.032630','-76.333280',-5,1); -INSERT INTO zipcodes VALUES (17604,'Lancaster','PA','40.065096','-76.335631',-5,1); -INSERT INTO zipcodes VALUES (17605,'Lancaster','PA','40.018500','-76.297582',-5,1); -INSERT INTO zipcodes VALUES (17606,'Lancaster','PA','40.110201','-76.305378',-5,1); -INSERT INTO zipcodes VALUES (17607,'Lancaster','PA','40.018500','-76.297582',-5,1); -INSERT INTO zipcodes VALUES (17608,'Lancaster','PA','40.018500','-76.297582',-5,1); -INSERT INTO zipcodes VALUES (17699,'Lancaster','PA','40.018500','-76.297582',-5,1); -INSERT INTO zipcodes VALUES (17701,'Williamsport','PA','41.256736','-77.010800',-5,1); -INSERT INTO zipcodes VALUES (17702,'Williamsport','PA','41.222128','-77.022670',-5,1); -INSERT INTO zipcodes VALUES (17703,'Williamsport','PA','41.332750','-77.023601',-5,1); -INSERT INTO zipcodes VALUES (17705,'Williamsport','PA','41.332750','-77.023601',-5,1); -INSERT INTO zipcodes VALUES (17720,'Antes Fort','PA','41.186545','-77.218368',-5,1); -INSERT INTO zipcodes VALUES (17721,'Avis','PA','41.186038','-77.316040',-5,1); -INSERT INTO zipcodes VALUES (17722,'Bodines','PA','41.332750','-77.023601',-5,1); -INSERT INTO zipcodes VALUES (17723,'Jersey Shore','PA','41.332750','-77.023601',-5,1); -INSERT INTO zipcodes VALUES (17724,'Canton','PA','41.649813','-76.823040',-5,1); -INSERT INTO zipcodes VALUES (17726,'Castanea','PA','41.122741','-77.431745',-5,1); -INSERT INTO zipcodes VALUES (17727,'Cedar Run','PA','41.332750','-77.023601',-5,1); -INSERT INTO zipcodes VALUES (17728,'Cogan Station','PA','41.318934','-77.082110',-5,1); -INSERT INTO zipcodes VALUES (17729,'Cross Fork','PA','41.493592','-77.786650',-5,1); -INSERT INTO zipcodes VALUES (17730,'Dewart','PA','41.109525','-76.878930',-5,1); -INSERT INTO zipcodes VALUES (17731,'Eagles Mere','PA','41.414864','-76.583910',-5,1); -INSERT INTO zipcodes VALUES (17735,'Grover','PA','41.771970','-76.521266',-5,1); -INSERT INTO zipcodes VALUES (17737,'Hughesville','PA','41.268721','-76.690480',-5,1); -INSERT INTO zipcodes VALUES (17738,'Hyner','PA','41.335148','-77.640140',-5,1); -INSERT INTO zipcodes VALUES (17739,'Jersey Mills','PA','41.357921','-77.406710',-5,1); -INSERT INTO zipcodes VALUES (17740,'Jersey Shore','PA','41.209389','-77.259750',-5,1); -INSERT INTO zipcodes VALUES (17741,'Watson','PA','41.229164','-77.282780',-5,1); -INSERT INTO zipcodes VALUES (17742,'Lairdsville','PA','41.232059','-76.608400',-5,1); -INSERT INTO zipcodes VALUES (17743,'Leroy','PA','41.771970','-76.521266',-5,1); -INSERT INTO zipcodes VALUES (17744,'Linden','PA','41.239046','-77.151540',-5,1); -INSERT INTO zipcodes VALUES (17745,'Lock Haven','PA','41.146432','-77.426580',-5,1); -INSERT INTO zipcodes VALUES (17747,'Loganton','PA','41.038555','-77.298720',-5,1); -INSERT INTO zipcodes VALUES (17748,'McElhattan','PA','41.125166','-77.363320',-5,1); -INSERT INTO zipcodes VALUES (17749,'McEwensville','PA','41.072139','-76.818710',-5,1); -INSERT INTO zipcodes VALUES (17750,'Mackeyville','PA','41.051654','-77.463100',-5,1); -INSERT INTO zipcodes VALUES (17751,'Mill Hall','PA','41.108454','-77.495160',-5,1); -INSERT INTO zipcodes VALUES (17752,'Montgomery','PA','41.173254','-76.884490',-5,1); -INSERT INTO zipcodes VALUES (17754,'Montoursville','PA','41.271098','-76.903820',-5,1); -INSERT INTO zipcodes VALUES (17756,'Muncy','PA','41.208834','-76.738770',-5,1); -INSERT INTO zipcodes VALUES (17757,'Wolf','PA','41.241656','-76.747251',-5,1); -INSERT INTO zipcodes VALUES (17758,'Muncy Valley','PA','41.349559','-76.544200',-5,1); -INSERT INTO zipcodes VALUES (17759,'Nisbet','PA','41.218259','-77.121370',-5,1); -INSERT INTO zipcodes VALUES (17760,'North Bend','PA','41.404439','-77.685360',-5,1); -INSERT INTO zipcodes VALUES (17762,'Picture Rocks','PA','41.280066','-76.711730',-5,1); -INSERT INTO zipcodes VALUES (17763,'Ralston','PA','41.505366','-76.954320',-5,1); -INSERT INTO zipcodes VALUES (17764,'Renovo','PA','41.351129','-77.796780',-5,1); -INSERT INTO zipcodes VALUES (17765,'Roaring Branch','PA','41.592461','-76.950780',-5,1); -INSERT INTO zipcodes VALUES (17767,'Salona','PA','41.084417','-77.462880',-5,1); -INSERT INTO zipcodes VALUES (17768,'Shunk','PA','41.544194','-76.746430',-5,1); -INSERT INTO zipcodes VALUES (17769,'Slate Run','PA','41.332750','-77.023601',-5,1); -INSERT INTO zipcodes VALUES (17771,'Trout Run','PA','41.436640','-77.034350',-5,1); -INSERT INTO zipcodes VALUES (17772,'Turbotville','PA','41.104021','-76.738310',-5,1); -INSERT INTO zipcodes VALUES (17773,'Tylersville','PA','41.220635','-77.618532',-5,1); -INSERT INTO zipcodes VALUES (17774,'Unityville','PA','41.239382','-76.539350',-5,1); -INSERT INTO zipcodes VALUES (17776,'Waterville','PA','41.369580','-77.386150',-5,1); -INSERT INTO zipcodes VALUES (17777,'Watsontown','PA','41.096505','-76.849240',-5,1); -INSERT INTO zipcodes VALUES (17778,'Westport','PA','41.290924','-77.921240',-5,1); -INSERT INTO zipcodes VALUES (17779,'Woolrich','PA','41.187424','-77.372827',-5,1); -INSERT INTO zipcodes VALUES (17786,'Penn','PA','41.254974','-76.681186',-5,1); -INSERT INTO zipcodes VALUES (17801,'Sunbury','PA','40.856105','-76.771240',-5,1); -INSERT INTO zipcodes VALUES (17810,'Allenwood','PA','41.117517','-77.005570',-5,1); -INSERT INTO zipcodes VALUES (17812,'Beaver Springs','PA','40.739459','-77.230370',-5,1); -INSERT INTO zipcodes VALUES (17813,'Beavertown','PA','40.768922','-77.178540',-5,1); -INSERT INTO zipcodes VALUES (17814,'Benton','PA','41.241255','-76.377380',-5,1); -INSERT INTO zipcodes VALUES (17815,'Bloomsburg','PA','41.013364','-76.439820',-5,1); -INSERT INTO zipcodes VALUES (17820,'Catawissa','PA','40.916126','-76.438880',-5,1); -INSERT INTO zipcodes VALUES (17821,'Danville','PA','40.985594','-76.634490',-5,1); -INSERT INTO zipcodes VALUES (17822,'Danville','PA','40.967437','-76.604896',-5,1); -INSERT INTO zipcodes VALUES (17823,'Dornsife','PA','40.720016','-76.737380',-5,1); -INSERT INTO zipcodes VALUES (17824,'Elysburg','PA','40.848885','-76.535470',-5,1); -INSERT INTO zipcodes VALUES (17825,'Excelsior','PA','40.769908','-76.493660',-5,1); -INSERT INTO zipcodes VALUES (17827,'Freeburg','PA','40.761179','-76.943390',-5,1); -INSERT INTO zipcodes VALUES (17828,'Gowen City','PA','40.889632','-76.664574',-5,1); -INSERT INTO zipcodes VALUES (17829,'Hartleton','PA','40.900777','-77.155220',-5,1); -INSERT INTO zipcodes VALUES (17830,'Herndon','PA','40.690647','-76.805130',-5,1); -INSERT INTO zipcodes VALUES (17831,'Hummels Wharf','PA','40.834408','-76.835439',-5,1); -INSERT INTO zipcodes VALUES (17832,'Marion Heights','PA','40.804360','-76.463870',-5,1); -INSERT INTO zipcodes VALUES (17833,'Kreamer','PA','40.802232','-76.962910',-5,1); -INSERT INTO zipcodes VALUES (17834,'Kulpmont','PA','40.792365','-76.471310',-5,1); -INSERT INTO zipcodes VALUES (17835,'Laurelton','PA','40.883580','-77.198080',-5,1); -INSERT INTO zipcodes VALUES (17836,'Leck Kill','PA','40.706213','-76.599700',-5,1); -INSERT INTO zipcodes VALUES (17837,'Lewisburg','PA','40.965348','-76.913900',-5,1); -INSERT INTO zipcodes VALUES (17839,'Light Street','PA','41.020062','-76.438413',-5,1); -INSERT INTO zipcodes VALUES (17840,'Locust Gap','PA','40.769941','-76.439280',-5,1); -INSERT INTO zipcodes VALUES (17841,'McClure','PA','40.714443','-77.349340',-5,1); -INSERT INTO zipcodes VALUES (17842,'Middleburg','PA','40.799235','-77.038340',-5,1); -INSERT INTO zipcodes VALUES (17843,'Beaver Springs','PA','40.762675','-77.077520',-5,1); -INSERT INTO zipcodes VALUES (17844,'Mifflinburg','PA','40.928666','-77.052940',-5,1); -INSERT INTO zipcodes VALUES (17845,'Millmont','PA','40.879182','-77.174370',-5,1); -INSERT INTO zipcodes VALUES (17846,'Millville','PA','41.142069','-76.516790',-5,1); -INSERT INTO zipcodes VALUES (17847,'Milton','PA','41.010754','-76.836470',-5,1); -INSERT INTO zipcodes VALUES (17850,'Montandon','PA','40.964676','-76.857240',-5,1); -INSERT INTO zipcodes VALUES (17851,'Mount Carmel','PA','40.797899','-76.418980',-5,1); -INSERT INTO zipcodes VALUES (17853,'Mount Pleasant Mills','PA','40.694161','-77.006290',-5,1); -INSERT INTO zipcodes VALUES (17855,'New Berlin','PA','40.880509','-76.985000',-5,1); -INSERT INTO zipcodes VALUES (17856,'New Columbia','PA','41.047295','-76.912450',-5,1); -INSERT INTO zipcodes VALUES (17857,'Northumberland','PA','40.899361','-76.789470',-5,1); -INSERT INTO zipcodes VALUES (17858,'Numidia','PA','41.042106','-76.424297',-5,1); -INSERT INTO zipcodes VALUES (17859,'Orangeville','PA','41.115330','-76.399230',-5,1); -INSERT INTO zipcodes VALUES (17860,'Paxinos','PA','40.839093','-76.626150',-5,1); -INSERT INTO zipcodes VALUES (17861,'Paxtonville','PA','40.770921','-77.084550',-5,1); -INSERT INTO zipcodes VALUES (17862,'Penns Creek','PA','40.860555','-77.058200',-5,1); -INSERT INTO zipcodes VALUES (17864,'Port Trevorton','PA','40.696064','-76.902710',-5,1); -INSERT INTO zipcodes VALUES (17865,'Potts Grove','PA','40.992100','-76.786540',-5,1); -INSERT INTO zipcodes VALUES (17866,'Coal Township','PA','40.791328','-76.563930',-5,1); -INSERT INTO zipcodes VALUES (17867,'Rebuck','PA','40.708236','-76.687580',-5,1); -INSERT INTO zipcodes VALUES (17868,'Riverside','PA','40.956916','-76.631160',-5,1); -INSERT INTO zipcodes VALUES (17870,'Selinsgrove','PA','40.812047','-76.861380',-5,1); -INSERT INTO zipcodes VALUES (17872,'Shamokin','PA','40.784453','-76.564170',-5,1); -INSERT INTO zipcodes VALUES (17876,'Shamokin Dam','PA','40.845896','-76.822410',-5,1); -INSERT INTO zipcodes VALUES (17877,'Snydertown','PA','40.878970','-76.667267',-5,1); -INSERT INTO zipcodes VALUES (17878,'Stillwater','PA','41.170314','-76.331540',-5,1); -INSERT INTO zipcodes VALUES (17880,'Swengel','PA','40.978059','-77.081840',-5,1); -INSERT INTO zipcodes VALUES (17881,'Trevorton','PA','40.780982','-76.671050',-5,1); -INSERT INTO zipcodes VALUES (17882,'Troxelville','PA','40.801614','-77.205370',-5,1); -INSERT INTO zipcodes VALUES (17883,'Vicksburg','PA','40.978059','-77.081840',-5,1); -INSERT INTO zipcodes VALUES (17884,'Washingtonville','PA','41.052616','-76.675060',-5,1); -INSERT INTO zipcodes VALUES (17885,'Weikert','PA','40.851747','-77.312130',-5,1); -INSERT INTO zipcodes VALUES (17886,'West Milton','PA','41.017937','-76.868280',-5,1); -INSERT INTO zipcodes VALUES (17887,'White Deer','PA','41.075520','-76.871890',-5,1); -INSERT INTO zipcodes VALUES (17888,'Wilburton','PA','40.818443','-76.377370',-5,1); -INSERT INTO zipcodes VALUES (17889,'Winfield','PA','40.884501','-76.912020',-5,1); -INSERT INTO zipcodes VALUES (17901,'Pottsville','PA','40.685140','-76.213900',-5,1); -INSERT INTO zipcodes VALUES (17920,'Aristes','PA','40.818731','-76.339970',-5,1); -INSERT INTO zipcodes VALUES (17921,'Ashland','PA','40.763568','-76.348240',-5,1); -INSERT INTO zipcodes VALUES (17922,'Auburn','PA','40.594185','-76.131620',-5,1); -INSERT INTO zipcodes VALUES (17923,'Branchdale','PA','40.670753','-76.323970',-5,1); -INSERT INTO zipcodes VALUES (17925,'Brockton','PA','40.750666','-76.068990',-5,1); -INSERT INTO zipcodes VALUES (17927,'Centralia','PA','40.802567','-76.340170',-5,1); -INSERT INTO zipcodes VALUES (17929,'Cressona','PA','40.630557','-76.194480',-5,1); -INSERT INTO zipcodes VALUES (17930,'Cumbola','PA','40.711162','-76.136780',-5,1); -INSERT INTO zipcodes VALUES (17931,'Frackville','PA','40.782361','-76.232320',-5,1); -INSERT INTO zipcodes VALUES (17932,'Frackville','PA','40.649109','-76.503339',-5,1); -INSERT INTO zipcodes VALUES (17933,'Friedensburg','PA','40.602141','-76.241430',-5,1); -INSERT INTO zipcodes VALUES (17934,'Gilberton','PA','40.798720','-76.215470',-5,1); -INSERT INTO zipcodes VALUES (17935,'Girardville','PA','40.793258','-76.283150',-5,1); -INSERT INTO zipcodes VALUES (17936,'Gordon','PA','40.750943','-76.339440',-5,1); -INSERT INTO zipcodes VALUES (17938,'Hegins','PA','40.658667','-76.481400',-5,1); -INSERT INTO zipcodes VALUES (17941,'Klingerstown','PA','40.677386','-76.628970',-5,1); -INSERT INTO zipcodes VALUES (17942,'Landingville','PA','40.722587','-76.229623',-5,1); -INSERT INTO zipcodes VALUES (17943,'Lavelle','PA','40.763048','-76.381580',-5,1); -INSERT INTO zipcodes VALUES (17944,'Llewellyn','PA','40.672834','-76.279890',-5,1); -INSERT INTO zipcodes VALUES (17945,'Locustdale','PA','40.777606','-76.373710',-5,1); -INSERT INTO zipcodes VALUES (17946,'Lost Creek','PA','40.809063','-76.258050',-5,1); -INSERT INTO zipcodes VALUES (17948,'Mahanoy City','PA','40.813869','-76.137370',-5,1); -INSERT INTO zipcodes VALUES (17949,'Mahanoy Plane','PA','40.794162','-76.242580',-5,1); -INSERT INTO zipcodes VALUES (17951,'Mar Lin','PA','40.679479','-76.244950',-5,1); -INSERT INTO zipcodes VALUES (17952,'Mary D','PA','40.759814','-76.055130',-5,1); -INSERT INTO zipcodes VALUES (17953,'Middleport','PA','40.727464','-76.085560',-5,1); -INSERT INTO zipcodes VALUES (17954,'Minersville','PA','40.690455','-76.260240',-5,1); -INSERT INTO zipcodes VALUES (17957,'Muir','PA','40.592705','-76.519860',-5,1); -INSERT INTO zipcodes VALUES (17959,'New Philadelphia','PA','40.731739','-76.127800',-5,1); -INSERT INTO zipcodes VALUES (17960,'New Ringgold','PA','40.700548','-75.960980',-5,1); -INSERT INTO zipcodes VALUES (17961,'Orwigsburg','PA','40.645057','-76.078500',-5,1); -INSERT INTO zipcodes VALUES (17963,'Pine Grove','PA','40.558488','-76.381290',-5,1); -INSERT INTO zipcodes VALUES (17964,'Pitman','PA','40.710899','-76.523680',-5,1); -INSERT INTO zipcodes VALUES (17965,'Port Carbon','PA','40.698814','-76.164050',-5,1); -INSERT INTO zipcodes VALUES (17966,'Ravine','PA','40.722587','-76.229623',-5,1); -INSERT INTO zipcodes VALUES (17967,'Ringtown','PA','40.859702','-76.216150',-5,1); -INSERT INTO zipcodes VALUES (17968,'Sacramento','PA','40.638980','-76.605020',-5,1); -INSERT INTO zipcodes VALUES (17970,'Saint Clair','PA','40.718586','-76.191110',-5,1); -INSERT INTO zipcodes VALUES (17972,'Schuylkill Haven','PA','40.614771','-76.193520',-5,1); -INSERT INTO zipcodes VALUES (17974,'Seltzer','PA','40.696252','-76.235540',-5,1); -INSERT INTO zipcodes VALUES (17976,'Shenandoah','PA','40.820862','-76.204210',-5,1); -INSERT INTO zipcodes VALUES (17978,'Spring Glen','PA','40.632279','-76.640590',-5,1); -INSERT INTO zipcodes VALUES (17979,'Summit Station','PA','40.560225','-76.198870',-5,1); -INSERT INTO zipcodes VALUES (17980,'Tower City','PA','40.584748','-76.554790',-5,1); -INSERT INTO zipcodes VALUES (17981,'Tremont','PA','40.632681','-76.395790',-5,1); -INSERT INTO zipcodes VALUES (17982,'Tuscarora','PA','40.771111','-76.037470',-5,1); -INSERT INTO zipcodes VALUES (17983,'Valley View','PA','40.643634','-76.545620',-5,1); -INSERT INTO zipcodes VALUES (17985,'Zion Grove','PA','40.909697','-76.204940',-5,1); -INSERT INTO zipcodes VALUES (18001,'Lehigh Valley','PA','40.693376','-75.471156',-5,1); -INSERT INTO zipcodes VALUES (18002,'Lehigh Valley','PA','40.665597','-75.426247',-5,1); -INSERT INTO zipcodes VALUES (18003,'Lehigh Valley','PA','40.693376','-75.471156',-5,1); -INSERT INTO zipcodes VALUES (18010,'Ackermanville','PA','40.693376','-75.471156',-5,1); -INSERT INTO zipcodes VALUES (18011,'Alburtis','PA','40.496375','-75.622130',-5,1); -INSERT INTO zipcodes VALUES (18012,'Aquashicola','PA','40.811206','-75.591360',-5,1); -INSERT INTO zipcodes VALUES (18013,'Bangor','PA','40.863124','-75.190040',-5,1); -INSERT INTO zipcodes VALUES (18014,'Bath','PA','40.747742','-75.400780',-5,1); -INSERT INTO zipcodes VALUES (18015,'Bethlehem','PA','40.601261','-75.375420',-5,1); -INSERT INTO zipcodes VALUES (18016,'Bethlehem','PA','40.693376','-75.471156',-5,1); -INSERT INTO zipcodes VALUES (18017,'Bethlehem','PA','40.645665','-75.369260',-5,1); -INSERT INTO zipcodes VALUES (18018,'Bethlehem','PA','40.625444','-75.388310',-5,1); -INSERT INTO zipcodes VALUES (18020,'Bethlehem','PA','40.656498','-75.329380',-5,1); -INSERT INTO zipcodes VALUES (18021,'Hazleton','PA','40.954484','-75.973747',-5,1); -INSERT INTO zipcodes VALUES (18024,'Bethlehem','PA','40.650883','-75.306102',-5,1); -INSERT INTO zipcodes VALUES (18025,'Bethlehem','PA','40.693376','-75.471156',-5,1); -INSERT INTO zipcodes VALUES (18030,'Bowmanstown','PA','40.801160','-75.661580',-5,1); -INSERT INTO zipcodes VALUES (18031,'Breinigsville','PA','40.552042','-75.649190',-5,1); -INSERT INTO zipcodes VALUES (18032,'Catasauqua','PA','40.657089','-75.471230',-5,1); -INSERT INTO zipcodes VALUES (18034,'Center Valley','PA','40.540398','-75.415010',-5,1); -INSERT INTO zipcodes VALUES (18035,'Cherryville','PA','40.749545','-75.538550',-5,1); -INSERT INTO zipcodes VALUES (18036,'Coopersburg','PA','40.508855','-75.401030',-5,1); -INSERT INTO zipcodes VALUES (18037,'Coplay','PA','40.671538','-75.504400',-5,1); -INSERT INTO zipcodes VALUES (18038,'Danielsville','PA','40.786431','-75.491580',-5,1); -INSERT INTO zipcodes VALUES (18039,'Durham','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (18040,'Easton','PA','40.730182','-75.223490',-5,1); -INSERT INTO zipcodes VALUES (18041,'East Greenville','PA','40.410224','-75.508450',-5,1); -INSERT INTO zipcodes VALUES (18042,'Easton','PA','40.681798','-75.220820',-5,1); -INSERT INTO zipcodes VALUES (18043,'Easton','PA','40.792804','-75.137186',-5,1); -INSERT INTO zipcodes VALUES (18044,'Easton','PA','40.693376','-75.471156',-5,1); -INSERT INTO zipcodes VALUES (18045,'Easton','PA','40.681531','-75.267220',-5,1); -INSERT INTO zipcodes VALUES (18046,'East Texas','PA','40.538843','-75.568502',-5,1); -INSERT INTO zipcodes VALUES (18049,'Emmaus','PA','40.533597','-75.498220',-5,1); -INSERT INTO zipcodes VALUES (18050,'Flicksville','PA','40.693376','-75.471156',-5,1); -INSERT INTO zipcodes VALUES (18051,'Fogelsville','PA','40.593153','-75.652220',-5,1); -INSERT INTO zipcodes VALUES (18052,'Whitehall','PA','40.651751','-75.492240',-5,1); -INSERT INTO zipcodes VALUES (18053,'Germansville','PA','40.707516','-75.707540',-5,1); -INSERT INTO zipcodes VALUES (18054,'Green Lane','PA','40.343587','-75.446130',-5,1); -INSERT INTO zipcodes VALUES (18055,'Hellertown','PA','40.585649','-75.326100',-5,1); -INSERT INTO zipcodes VALUES (18056,'Hereford','PA','40.451369','-75.552290',-5,1); -INSERT INTO zipcodes VALUES (18058,'Kunkletown','PA','40.912421','-75.497650',-5,1); -INSERT INTO zipcodes VALUES (18059,'Laurys Station','PA','40.723681','-75.536010',-5,1); -INSERT INTO zipcodes VALUES (18060,'Limeport','PA','40.534840','-75.578640',-5,1); -INSERT INTO zipcodes VALUES (18062,'Macungie','PA','40.517304','-75.565150',-5,1); -INSERT INTO zipcodes VALUES (18063,'Martins Creek','PA','40.781918','-75.185890',-5,1); -INSERT INTO zipcodes VALUES (18064,'Nazareth','PA','40.746849','-75.316320',-5,1); -INSERT INTO zipcodes VALUES (18065,'Neffs','PA','40.696738','-75.611647',-5,1); -INSERT INTO zipcodes VALUES (18066,'New Tripoli','PA','40.653037','-75.726890',-5,1); -INSERT INTO zipcodes VALUES (18067,'Northampton','PA','40.693818','-75.486970',-5,1); -INSERT INTO zipcodes VALUES (18068,'Old Zionsville','PA','40.693376','-75.471156',-5,1); -INSERT INTO zipcodes VALUES (18069,'Orefield','PA','40.624592','-75.607280',-5,1); -INSERT INTO zipcodes VALUES (18070,'Palm','PA','40.431982','-75.538520',-5,1); -INSERT INTO zipcodes VALUES (18071,'Palmerton','PA','40.820558','-75.585370',-5,1); -INSERT INTO zipcodes VALUES (18072,'Pen Argyl','PA','40.857829','-75.257760',-5,1); -INSERT INTO zipcodes VALUES (18073,'Pennsburg','PA','40.388263','-75.486590',-5,1); -INSERT INTO zipcodes VALUES (18074,'Perkiomenville','PA','40.316397','-75.515400',-5,1); -INSERT INTO zipcodes VALUES (18076,'Red Hill','PA','40.375182','-75.484310',-5,1); -INSERT INTO zipcodes VALUES (18077,'Riegelsville','PA','40.576989','-75.221210',-5,1); -INSERT INTO zipcodes VALUES (18078,'Schnecksville','PA','40.675741','-75.616260',-5,1); -INSERT INTO zipcodes VALUES (18079,'Slatedale','PA','40.744055','-75.658640',-5,1); -INSERT INTO zipcodes VALUES (18080,'Slatington','PA','40.739576','-75.621130',-5,1); -INSERT INTO zipcodes VALUES (18081,'Springtown','PA','40.556976','-75.288170',-5,1); -INSERT INTO zipcodes VALUES (18083,'Stockertown','PA','40.754064','-75.264770',-5,1); -INSERT INTO zipcodes VALUES (18084,'Sumneytown','PA','40.327782','-75.454043',-5,1); -INSERT INTO zipcodes VALUES (18085,'Tatamy','PA','40.740769','-75.253350',-5,1); -INSERT INTO zipcodes VALUES (18086,'Treichlers','PA','40.734807','-75.544880',-5,1); -INSERT INTO zipcodes VALUES (18087,'Trexlertown','PA','40.549119','-75.600490',-5,1); -INSERT INTO zipcodes VALUES (18088,'Walnutport','PA','40.760403','-75.575350',-5,1); -INSERT INTO zipcodes VALUES (18091,'Wind Gap','PA','40.835128','-75.302740',-5,1); -INSERT INTO zipcodes VALUES (18092,'Zionsville','PA','40.465994','-75.519580',-5,1); -INSERT INTO zipcodes VALUES (18096,'South Whitehall','PA','40.633542','-75.583861',-5,1); -INSERT INTO zipcodes VALUES (18098,'Emmaus','PA','40.693376','-75.471156',-5,1); -INSERT INTO zipcodes VALUES (18099,'Emmaus','PA','40.693376','-75.471156',-5,1); -INSERT INTO zipcodes VALUES (18101,'Allentown','PA','40.602847','-75.470220',-5,1); -INSERT INTO zipcodes VALUES (18102,'Allentown','PA','40.607747','-75.479300',-5,1); -INSERT INTO zipcodes VALUES (18103,'Allentown','PA','40.595097','-75.459150',-5,1); -INSERT INTO zipcodes VALUES (18104,'Allentown','PA','40.601996','-75.521040',-5,1); -INSERT INTO zipcodes VALUES (18105,'Allentown','PA','40.693376','-75.471156',-5,1); -INSERT INTO zipcodes VALUES (18106,'Allentown','PA','40.569288','-75.588930',-5,1); -INSERT INTO zipcodes VALUES (18109,'Allentown','PA','40.693376','-75.471156',-5,1); -INSERT INTO zipcodes VALUES (18160,'Tunkhannock','PA','41.010299','-75.457050',-5,1); -INSERT INTO zipcodes VALUES (18175,'Allentown','PA','40.585561','-75.621058',-5,1); -INSERT INTO zipcodes VALUES (18195,'Allentown','PA','40.579830','-75.579884',-5,1); -INSERT INTO zipcodes VALUES (18201,'Hazleton','PA','40.958434','-75.985190',-5,1); -INSERT INTO zipcodes VALUES (18202,'Hazleton','PA','40.969691','-75.990392',-5,1); -INSERT INTO zipcodes VALUES (18210,'Albrightsville','PA','41.000937','-75.554840',-5,1); -INSERT INTO zipcodes VALUES (18211,'Andreas','PA','40.749289','-75.829470',-5,1); -INSERT INTO zipcodes VALUES (18212,'Ashfield','PA','40.784095','-75.708281',-5,1); -INSERT INTO zipcodes VALUES (18214,'Barnesville','PA','40.811198','-76.066520',-5,1); -INSERT INTO zipcodes VALUES (18216,'Beaver Meadows','PA','40.931187','-75.914930',-5,1); -INSERT INTO zipcodes VALUES (18218,'Coaldale','PA','40.822234','-75.910110',-5,1); -INSERT INTO zipcodes VALUES (18219,'Conyngham','PA','40.988834','-76.059630',-5,1); -INSERT INTO zipcodes VALUES (18220,'Delano','PA','40.839186','-76.069290',-5,1); -INSERT INTO zipcodes VALUES (18221,'Drifton','PA','41.004017','-75.905690',-5,1); -INSERT INTO zipcodes VALUES (18222,'Drums','PA','41.030933','-75.989320',-5,1); -INSERT INTO zipcodes VALUES (18223,'Ebervale','PA','41.272248','-75.880146',-5,1); -INSERT INTO zipcodes VALUES (18224,'Freeland','PA','41.015634','-75.897910',-5,1); -INSERT INTO zipcodes VALUES (18225,'Harleigh','PA','40.982270','-75.968740',-5,1); -INSERT INTO zipcodes VALUES (18229,'Jim Thorpe','PA','40.913283','-75.698200',-5,1); -INSERT INTO zipcodes VALUES (18230,'Junedale','PA','40.924427','-75.941890',-5,1); -INSERT INTO zipcodes VALUES (18231,'Kelayres','PA','40.900995','-76.004880',-5,1); -INSERT INTO zipcodes VALUES (18232,'Lansford','PA','40.832477','-75.881980',-5,1); -INSERT INTO zipcodes VALUES (18234,'Lattimer Mines','PA','40.993030','-75.960090',-5,1); -INSERT INTO zipcodes VALUES (18235,'Lehighton','PA','40.828682','-75.705960',-5,1); -INSERT INTO zipcodes VALUES (18237,'Mcadoo','PA','40.897038','-75.995480',-5,1); -INSERT INTO zipcodes VALUES (18239,'Milnesville','PA','40.989783','-75.981730',-5,1); -INSERT INTO zipcodes VALUES (18240,'Nesquehoning','PA','40.857175','-75.848110',-5,1); -INSERT INTO zipcodes VALUES (18241,'Nuremberg','PA','40.939035','-76.168980',-5,1); -INSERT INTO zipcodes VALUES (18242,'Oneida','PA','40.907570','-76.126360',-5,1); -INSERT INTO zipcodes VALUES (18243,'Pardeesville','PA','41.001683','-75.966146',-5,1); -INSERT INTO zipcodes VALUES (18244,'Parryville','PA','40.824403','-75.669240',-5,1); -INSERT INTO zipcodes VALUES (18245,'Quakake','PA','40.853150','-76.032180',-5,1); -INSERT INTO zipcodes VALUES (18246,'Rock Glen','PA','40.965379','-76.188590',-5,1); -INSERT INTO zipcodes VALUES (18247,'Saint Johns','PA','41.014808','-76.058391',-5,1); -INSERT INTO zipcodes VALUES (18248,'Sheppton','PA','40.897070','-76.117110',-5,1); -INSERT INTO zipcodes VALUES (18249,'Sugarloaf','PA','40.991180','-76.095650',-5,1); -INSERT INTO zipcodes VALUES (18250,'Summit Hill','PA','40.826908','-75.867400',-5,1); -INSERT INTO zipcodes VALUES (18251,'Sybertsville','PA','41.001956','-76.081170',-5,1); -INSERT INTO zipcodes VALUES (18252,'Tamaqua','PA','40.792315','-75.977050',-5,1); -INSERT INTO zipcodes VALUES (18254,'Tresckow','PA','40.914664','-75.963590',-5,1); -INSERT INTO zipcodes VALUES (18255,'Weatherly','PA','40.945334','-75.826500',-5,1); -INSERT INTO zipcodes VALUES (18256,'Weston','PA','40.941585','-76.139160',-5,1); -INSERT INTO zipcodes VALUES (18301,'East Stroudsburg','PA','41.052199','-75.159360',-5,1); -INSERT INTO zipcodes VALUES (18320,'Analomink','PA','41.071213','-75.236436',-5,1); -INSERT INTO zipcodes VALUES (18321,'Bartonsville','PA','41.012235','-75.290390',-5,1); -INSERT INTO zipcodes VALUES (18322,'Brodheadsville','PA','40.923539','-75.400000',-5,1); -INSERT INTO zipcodes VALUES (18323,'Buck Hill Falls','PA','41.198247','-75.272980',-5,1); -INSERT INTO zipcodes VALUES (18324,'Bushkill','PA','41.141582','-74.997860',-5,1); -INSERT INTO zipcodes VALUES (18325,'Canadensis','PA','41.205738','-75.243440',-5,1); -INSERT INTO zipcodes VALUES (18326,'Cresco','PA','41.154329','-75.278650',-5,1); -INSERT INTO zipcodes VALUES (18327,'Delaware Water Gap','PA','40.982028','-75.142620',-5,1); -INSERT INTO zipcodes VALUES (18328,'Dingmans Ferry','PA','41.241889','-74.959170',-5,1); -INSERT INTO zipcodes VALUES (18330,'Effort','PA','40.969985','-75.457260',-5,1); -INSERT INTO zipcodes VALUES (18331,'Gilbert','PA','40.913651','-75.435010',-5,1); -INSERT INTO zipcodes VALUES (18332,'Henryville','PA','41.093813','-75.262130',-5,1); -INSERT INTO zipcodes VALUES (18333,'Kresgeville','PA','40.898654','-75.497950',-5,1); -INSERT INTO zipcodes VALUES (18334,'Long Pond','PA','41.075315','-75.430580',-5,1); -INSERT INTO zipcodes VALUES (18335,'Marshalls Creek','PA','41.050764','-75.208269',-5,1); -INSERT INTO zipcodes VALUES (18336,'Matamoras','PA','41.368893','-74.705530',-5,1); -INSERT INTO zipcodes VALUES (18337,'Milford','PA','41.320904','-74.885650',-5,1); -INSERT INTO zipcodes VALUES (18340,'Millrift','PA','41.411678','-74.744000',-5,1); -INSERT INTO zipcodes VALUES (18341,'Minisink Hills','PA','40.999857','-75.132540',-5,1); -INSERT INTO zipcodes VALUES (18342,'Mountainhome','PA','41.145778','-75.294125',-5,1); -INSERT INTO zipcodes VALUES (18343,'Mount Bethel','PA','40.889911','-75.111200',-5,1); -INSERT INTO zipcodes VALUES (18344,'Mount Pocono','PA','41.118465','-75.355010',-5,1); -INSERT INTO zipcodes VALUES (18346,'Pocono Summit','PA','41.118226','-75.396310',-5,1); -INSERT INTO zipcodes VALUES (18347,'Pocono Lake','PA','41.144565','-75.557170',-5,1); -INSERT INTO zipcodes VALUES (18348,'Pocono Lake Preserve','PA','41.033755','-75.307980',-5,1); -INSERT INTO zipcodes VALUES (18349,'Pocono Manor','PA','41.100236','-75.364530',-5,1); -INSERT INTO zipcodes VALUES (18350,'Pocono Pines','PA','41.116737','-75.460370',-5,1); -INSERT INTO zipcodes VALUES (18351,'Portland','PA','40.920622','-75.097730',-5,1); -INSERT INTO zipcodes VALUES (18352,'Reeders','PA','40.986265','-75.348026',-5,1); -INSERT INTO zipcodes VALUES (18353,'Saylorsburg','PA','40.906654','-75.358810',-5,1); -INSERT INTO zipcodes VALUES (18354,'Sciota','PA','40.922005','-75.321850',-5,1); -INSERT INTO zipcodes VALUES (18355,'Scotrun','PA','41.074757','-75.362590',-5,1); -INSERT INTO zipcodes VALUES (18356,'Shawnee On Delaware','PA','41.010333','-75.099950',-5,1); -INSERT INTO zipcodes VALUES (18357,'Skytop','PA','41.231091','-75.238840',-5,1); -INSERT INTO zipcodes VALUES (18360,'Stroudsburg','PA','40.983140','-75.260260',-5,1); -INSERT INTO zipcodes VALUES (18370,'Swiftwater','PA','41.095437','-75.319100',-5,1); -INSERT INTO zipcodes VALUES (18371,'Tamiment','PA','41.340936','-75.024055',-5,1); -INSERT INTO zipcodes VALUES (18372,'Tannersville','PA','41.048423','-75.318650',-5,1); -INSERT INTO zipcodes VALUES (18373,'Unity House','PA','41.340936','-75.024055',-5,1); -INSERT INTO zipcodes VALUES (18377,'Dingman','PA','41.315140','-74.951830',-5,1); -INSERT INTO zipcodes VALUES (18401,'Aldenville','PA','41.615989','-75.274708',-5,1); -INSERT INTO zipcodes VALUES (18403,'Archbald','PA','41.493381','-75.549090',-5,1); -INSERT INTO zipcodes VALUES (18405,'Beach Lake','PA','41.598906','-75.103810',-5,1); -INSERT INTO zipcodes VALUES (18407,'Carbondale','PA','41.583517','-75.510150',-5,1); -INSERT INTO zipcodes VALUES (18410,'Chinchilla','PA','41.486527','-75.693335',-5,1); -INSERT INTO zipcodes VALUES (18411,'Clarks Summit','PA','41.485845','-75.711340',-5,1); -INSERT INTO zipcodes VALUES (18413,'Clifford','PA','41.648720','-75.597220',-5,1); -INSERT INTO zipcodes VALUES (18414,'Dalton','PA','41.537933','-75.738260',-5,1); -INSERT INTO zipcodes VALUES (18415,'Damascus','PA','41.743598','-75.123830',-5,1); -INSERT INTO zipcodes VALUES (18416,'Elmhurst','PA','41.375602','-75.547966',-5,1); -INSERT INTO zipcodes VALUES (18417,'Equinunk','PA','41.800226','-75.203490',-5,1); -INSERT INTO zipcodes VALUES (18419,'Factoryville','PA','41.568872','-75.792960',-5,1); -INSERT INTO zipcodes VALUES (18420,'Fleetville','PA','41.597115','-75.711020',-5,1); -INSERT INTO zipcodes VALUES (18421,'Forest City','PA','41.653139','-75.461990',-5,1); -INSERT INTO zipcodes VALUES (18424,'Gouldsboro','PA','41.251286','-75.491210',-5,1); -INSERT INTO zipcodes VALUES (18425,'Greeley','PA','41.419116','-75.006830',-5,1); -INSERT INTO zipcodes VALUES (18426,'Greentown','PA','41.337195','-75.270690',-5,1); -INSERT INTO zipcodes VALUES (18427,'Hamlin','PA','41.422497','-75.335384',-5,1); -INSERT INTO zipcodes VALUES (18428,'Hawley','PA','41.427945','-75.134730',-5,1); -INSERT INTO zipcodes VALUES (18430,'Herrick Center','PA','41.759285','-75.501110',-5,1); -INSERT INTO zipcodes VALUES (18431,'Honesdale','PA','41.600320','-75.251020',-5,1); -INSERT INTO zipcodes VALUES (18433,'Jermyn','PA','41.550591','-75.567950',-5,1); -INSERT INTO zipcodes VALUES (18434,'Jessup','PA','41.471937','-75.566050',-5,1); -INSERT INTO zipcodes VALUES (18435,'Lackawaxen','PA','41.497511','-75.011490',-5,1); -INSERT INTO zipcodes VALUES (18436,'Lake Ariel','PA','41.426197','-75.393950',-5,1); -INSERT INTO zipcodes VALUES (18437,'Lake Como','PA','41.866271','-75.336110',-5,1); -INSERT INTO zipcodes VALUES (18438,'Lakeville','PA','41.429411','-75.247020',-5,1); -INSERT INTO zipcodes VALUES (18439,'Lakewood','PA','41.825884','-75.341320',-5,1); -INSERT INTO zipcodes VALUES (18440,'La Plume','PA','41.551585','-75.767583',-5,1); -INSERT INTO zipcodes VALUES (18441,'Lenoxville','PA','41.663906','-75.629790',-5,1); -INSERT INTO zipcodes VALUES (18443,'Milanville','PA','41.656499','-75.115520',-5,1); -INSERT INTO zipcodes VALUES (18444,'Moscow','PA','41.344794','-75.526710',-5,1); -INSERT INTO zipcodes VALUES (18445,'Newfoundland','PA','41.286968','-75.362180',-5,1); -INSERT INTO zipcodes VALUES (18446,'Nicholson','PA','41.641810','-75.746930',-5,1); -INSERT INTO zipcodes VALUES (18447,'Olyphant','PA','41.477850','-75.604860',-5,1); -INSERT INTO zipcodes VALUES (18448,'Olyphant','PA','41.464880','-75.596231',-5,1); -INSERT INTO zipcodes VALUES (18449,'Orson','PA','41.615989','-75.274708',-5,1); -INSERT INTO zipcodes VALUES (18451,'Paupack','PA','41.404263','-75.238260',-5,1); -INSERT INTO zipcodes VALUES (18452,'Peckville','PA','41.481880','-75.586690',-5,1); -INSERT INTO zipcodes VALUES (18453,'Pleasant Mount','PA','41.750980','-75.371090',-5,1); -INSERT INTO zipcodes VALUES (18454,'Poyntelle','PA','41.615989','-75.274708',-5,1); -INSERT INTO zipcodes VALUES (18455,'Preston Park','PA','41.880371','-75.360860',-5,1); -INSERT INTO zipcodes VALUES (18456,'Prompton','PA','41.606185','-75.339710',-5,1); -INSERT INTO zipcodes VALUES (18457,'Rowland','PA','41.471736','-75.046170',-5,1); -INSERT INTO zipcodes VALUES (18458,'Shohola','PA','41.408589','-74.925440',-5,1); -INSERT INTO zipcodes VALUES (18459,'South Canaan','PA','41.515012','-75.408840',-5,1); -INSERT INTO zipcodes VALUES (18460,'South Sterling','PA','41.255644','-75.344740',-5,1); -INSERT INTO zipcodes VALUES (18461,'Starlight','PA','41.938498','-75.344990',-5,1); -INSERT INTO zipcodes VALUES (18462,'Starrucca','PA','41.891400','-75.432210',-5,1); -INSERT INTO zipcodes VALUES (18463,'Sterling','PA','41.376953','-75.316010',-5,1); -INSERT INTO zipcodes VALUES (18464,'Tafton','PA','41.414421','-75.185850',-5,1); -INSERT INTO zipcodes VALUES (18465,'Thompson','PA','41.839349','-75.508410',-5,1); -INSERT INTO zipcodes VALUES (18466,'Tobyhanna','PA','41.190120','-75.367790',-5,1); -INSERT INTO zipcodes VALUES (18469,'Tyler Hill','PA','41.694366','-75.137180',-5,1); -INSERT INTO zipcodes VALUES (18470,'Union Dale','PA','41.722929','-75.541700',-5,1); -INSERT INTO zipcodes VALUES (18471,'Waverly','PA','41.527134','-75.706290',-5,1); -INSERT INTO zipcodes VALUES (18472,'Waymart','PA','41.579472','-75.396130',-5,1); -INSERT INTO zipcodes VALUES (18473,'White Mills','PA','41.525207','-75.207790',-5,1); -INSERT INTO zipcodes VALUES (18501,'Scranton','PA','41.401881','-75.637626',-5,1); -INSERT INTO zipcodes VALUES (18502,'Scranton','PA','41.350303','-75.689965',-5,1); -INSERT INTO zipcodes VALUES (18503,'Scranton','PA','41.410180','-75.665880',-5,1); -INSERT INTO zipcodes VALUES (18504,'Scranton','PA','41.414979','-75.687900',-5,1); -INSERT INTO zipcodes VALUES (18505,'Scranton','PA','41.392080','-75.666030',-5,1); -INSERT INTO zipcodes VALUES (18507,'Moosic','PA','41.358380','-75.712280',-5,1); -INSERT INTO zipcodes VALUES (18508,'Scranton','PA','41.439329','-75.661870',-5,1); -INSERT INTO zipcodes VALUES (18509,'Scranton','PA','41.428180','-75.647260',-5,1); -INSERT INTO zipcodes VALUES (18510,'Scranton','PA','41.409180','-75.645080',-5,1); -INSERT INTO zipcodes VALUES (18512,'Scranton','PA','41.427199','-75.618210',-5,1); -INSERT INTO zipcodes VALUES (18514,'Scranton','PA','41.401881','-75.637626',-5,1); -INSERT INTO zipcodes VALUES (18515,'Scranton','PA','41.403529','-75.706485',-5,1); -INSERT INTO zipcodes VALUES (18517,'Taylor','PA','41.391279','-75.715350',-5,1); -INSERT INTO zipcodes VALUES (18518,'Old Forge','PA','41.369679','-75.738290',-5,1); -INSERT INTO zipcodes VALUES (18519,'Dickson City','PA','41.462130','-75.624780',-5,1); -INSERT INTO zipcodes VALUES (18522,'Scranton','PA','41.401881','-75.637626',-5,1); -INSERT INTO zipcodes VALUES (18540,'Scranton','PA','41.401881','-75.637626',-5,1); -INSERT INTO zipcodes VALUES (18577,'Scranton','PA','41.401881','-75.637626',-5,1); -INSERT INTO zipcodes VALUES (18601,'Beach Haven','PA','41.067712','-76.176260',-5,1); -INSERT INTO zipcodes VALUES (18602,'Bear Creek','PA','41.184986','-75.751440',-5,1); -INSERT INTO zipcodes VALUES (18603,'Berwick','PA','41.061356','-76.249340',-5,1); -INSERT INTO zipcodes VALUES (18610,'Blakeslee','PA','41.057574','-75.539090',-5,1); -INSERT INTO zipcodes VALUES (18611,'Cambra','PA','41.196076','-76.307350',-5,1); -INSERT INTO zipcodes VALUES (18612,'Dallas','PA','41.345579','-75.975960',-5,1); -INSERT INTO zipcodes VALUES (18614,'Dushore','PA','41.501249','-76.388890',-5,1); -INSERT INTO zipcodes VALUES (18615,'Falls','PA','41.449135','-75.857740',-5,1); -INSERT INTO zipcodes VALUES (18616,'Forksville','PA','41.511462','-76.623700',-5,1); -INSERT INTO zipcodes VALUES (18617,'Glen Lyon','PA','41.175582','-76.074550',-5,1); -INSERT INTO zipcodes VALUES (18618,'Harveys Lake','PA','41.376490','-76.036620',-5,1); -INSERT INTO zipcodes VALUES (18619,'Hillsgrove','PA','41.448101','-76.696300',-5,1); -INSERT INTO zipcodes VALUES (18621,'Hunlock Creek','PA','41.257193','-76.088820',-5,1); -INSERT INTO zipcodes VALUES (18622,'Huntington Mills','PA','41.204400','-76.272110',-5,1); -INSERT INTO zipcodes VALUES (18623,'Laceyville','PA','41.653217','-76.148700',-5,1); -INSERT INTO zipcodes VALUES (18624,'Lake Harmony','PA','41.058352','-75.601370',-5,1); -INSERT INTO zipcodes VALUES (18625,'Lake Winola','PA','41.509364','-75.854580',-5,1); -INSERT INTO zipcodes VALUES (18626,'Laporte','PA','41.421281','-76.494460',-5,1); -INSERT INTO zipcodes VALUES (18627,'Lehman','PA','41.316584','-76.021037',-5,1); -INSERT INTO zipcodes VALUES (18628,'Lopez','PA','41.417231','-76.308650',-5,1); -INSERT INTO zipcodes VALUES (18629,'Mehoopany','PA','41.555944','-76.131790',-5,1); -INSERT INTO zipcodes VALUES (18630,'Meshoppen','PA','41.653604','-76.031780',-5,1); -INSERT INTO zipcodes VALUES (18631,'Mifflinville','PA','41.028617','-76.307170',-5,1); -INSERT INTO zipcodes VALUES (18632,'Mildred','PA','41.476652','-76.380740',-5,1); -INSERT INTO zipcodes VALUES (18634,'Nanticoke','PA','41.197908','-76.003250',-5,1); -INSERT INTO zipcodes VALUES (18635,'Nescopeck','PA','41.038241','-76.206820',-5,1); -INSERT INTO zipcodes VALUES (18636,'Noxen','PA','41.402035','-76.070070',-5,1); -INSERT INTO zipcodes VALUES (18638,'Solebury','PA','40.384588','-75.058245',-5,1); -INSERT INTO zipcodes VALUES (18640,'Pittston','PA','41.317242','-75.779420',-5,1); -INSERT INTO zipcodes VALUES (18641,'Pittston','PA','41.333035','-75.741890',-5,1); -INSERT INTO zipcodes VALUES (18642,'Duryea','PA','41.348939','-75.762790',-5,1); -INSERT INTO zipcodes VALUES (18643,'Pittston','PA','41.337585','-75.815870',-5,1); -INSERT INTO zipcodes VALUES (18644,'Wyoming','PA','41.319430','-75.852080',-5,1); -INSERT INTO zipcodes VALUES (18651,'Plymouth','PA','41.244281','-75.948780',-5,1); -INSERT INTO zipcodes VALUES (18653,'Ransom','PA','41.393881','-75.824470',-5,1); -INSERT INTO zipcodes VALUES (18654,'Shawanese','PA','41.350053','-76.031930',-5,1); -INSERT INTO zipcodes VALUES (18655,'Shickshinny','PA','41.184223','-76.193610',-5,1); -INSERT INTO zipcodes VALUES (18656,'Sweet Valley','PA','41.310649','-76.193160',-5,1); -INSERT INTO zipcodes VALUES (18657,'Tunkhannock','PA','41.535917','-75.950060',-5,1); -INSERT INTO zipcodes VALUES (18660,'Wapwallopen','PA','41.098371','-76.063970',-5,1); -INSERT INTO zipcodes VALUES (18661,'White Haven','PA','41.082188','-75.759650',-5,1); -INSERT INTO zipcodes VALUES (18672,'Bridgeton','PA','40.540232','-75.104872',-5,1); -INSERT INTO zipcodes VALUES (18690,'Dallas','PA','41.272248','-75.880146',-5,1); -INSERT INTO zipcodes VALUES (18701,'Wilkes Barre','PA','41.243181','-75.884380',-5,1); -INSERT INTO zipcodes VALUES (18702,'Wilkes Barre','PA','41.236331','-75.872540',-5,1); -INSERT INTO zipcodes VALUES (18703,'Wilkes Barre','PA','41.242081','-75.885690',-5,1); -INSERT INTO zipcodes VALUES (18704,'Kingston','PA','41.274748','-75.890760',-5,1); -INSERT INTO zipcodes VALUES (18705,'Wilkes Barre','PA','41.268231','-75.845690',-5,1); -INSERT INTO zipcodes VALUES (18706,'Wilkes Barre','PA','41.209869','-75.917810',-5,1); -INSERT INTO zipcodes VALUES (18707,'Mountain Top','PA','41.133482','-75.919400',-5,1); -INSERT INTO zipcodes VALUES (18708,'Shavertown','PA','41.305822','-75.941480',-5,1); -INSERT INTO zipcodes VALUES (18709,'Luzerne','PA','41.283280','-75.893690',-5,1); -INSERT INTO zipcodes VALUES (18710,'Wilkes Barre','PA','41.272248','-75.880146',-5,1); -INSERT INTO zipcodes VALUES (18711,'Wilkes Barre','PA','41.272248','-75.880146',-5,1); -INSERT INTO zipcodes VALUES (18715,'Almedia','PA','41.016832','-76.377114',-5,1); -INSERT INTO zipcodes VALUES (18761,'Wilkes Barre','PA','41.272248','-75.880146',-5,1); -INSERT INTO zipcodes VALUES (18762,'Wilkes Barre','PA','41.272248','-75.880146',-5,1); -INSERT INTO zipcodes VALUES (18763,'Wilkes Barre','PA','41.272248','-75.880146',-5,1); -INSERT INTO zipcodes VALUES (18764,'Wilkes Barre','PA','41.272248','-75.880146',-5,1); -INSERT INTO zipcodes VALUES (18765,'Wilkes Barre','PA','41.272248','-75.880146',-5,1); -INSERT INTO zipcodes VALUES (18766,'Wilkes Barre','PA','41.244781','-75.889590',-5,1); -INSERT INTO zipcodes VALUES (18767,'Wilkes Barre','PA','41.272248','-75.880146',-5,1); -INSERT INTO zipcodes VALUES (18768,'Wilkes Barre','PA','41.272248','-75.880146',-5,1); -INSERT INTO zipcodes VALUES (18769,'Wilkes Barre','PA','41.272248','-75.880146',-5,1); -INSERT INTO zipcodes VALUES (18773,'Wilkes Barre','PA','41.272248','-75.880146',-5,1); -INSERT INTO zipcodes VALUES (18774,'Wilkes Barre','PA','41.272248','-75.880146',-5,1); -INSERT INTO zipcodes VALUES (18801,'Montrose','PA','41.830406','-75.917900',-5,1); -INSERT INTO zipcodes VALUES (18810,'Athens','PA','41.949723','-76.505080',-5,1); -INSERT INTO zipcodes VALUES (18812,'Brackney','PA','41.964875','-75.955280',-5,1); -INSERT INTO zipcodes VALUES (18813,'Brooklyn','PA','41.753339','-75.808310',-5,1); -INSERT INTO zipcodes VALUES (18814,'Burlington','PA','41.782906','-76.608540',-5,1); -INSERT INTO zipcodes VALUES (18815,'Camptown','PA','41.771970','-76.521266',-5,1); -INSERT INTO zipcodes VALUES (18816,'Dimock','PA','41.747232','-75.894240',-5,1); -INSERT INTO zipcodes VALUES (18817,'East Smithfield','PA','41.875402','-76.633130',-5,1); -INSERT INTO zipcodes VALUES (18818,'Friendsville','PA','41.909808','-76.044730',-5,1); -INSERT INTO zipcodes VALUES (18820,'Gibson','PA','41.803936','-75.644310',-5,1); -INSERT INTO zipcodes VALUES (18821,'Great Bend','PA','41.977241','-75.743910',-5,1); -INSERT INTO zipcodes VALUES (18822,'Hallstead','PA','41.951797','-75.775360',-5,1); -INSERT INTO zipcodes VALUES (18823,'Harford','PA','41.784395','-75.700910',-5,1); -INSERT INTO zipcodes VALUES (18824,'Hop Bottom','PA','41.708207','-75.784600',-5,1); -INSERT INTO zipcodes VALUES (18825,'Jackson','PA','41.822157','-75.595060',-5,1); -INSERT INTO zipcodes VALUES (18826,'Kingsley','PA','41.738688','-75.726790',-5,1); -INSERT INTO zipcodes VALUES (18827,'Lanesboro','PA','41.963293','-75.582030',-5,1); -INSERT INTO zipcodes VALUES (18828,'Lawton','PA','41.786507','-76.070420',-5,1); -INSERT INTO zipcodes VALUES (18829,'Le Raysville','PA','41.837903','-76.174150',-5,1); -INSERT INTO zipcodes VALUES (18830,'Little Meadows','PA','41.957125','-76.116390',-5,1); -INSERT INTO zipcodes VALUES (18831,'Milan','PA','41.899294','-76.604960',-5,1); -INSERT INTO zipcodes VALUES (18832,'Monroeton','PA','41.702433','-76.555650',-5,1); -INSERT INTO zipcodes VALUES (18833,'New Albany','PA','41.593200','-76.465160',-5,1); -INSERT INTO zipcodes VALUES (18834,'New Milford','PA','41.853082','-75.720770',-5,1); -INSERT INTO zipcodes VALUES (18837,'Rome','PA','41.918757','-76.296870',-5,1); -INSERT INTO zipcodes VALUES (18839,'Rushville','PA','41.803273','-76.119340',-5,1); -INSERT INTO zipcodes VALUES (18840,'Sayre','PA','41.983801','-76.525780',-5,1); -INSERT INTO zipcodes VALUES (18842,'South Gibson','PA','41.746871','-75.617520',-5,1); -INSERT INTO zipcodes VALUES (18843,'South Montrose','PA','41.823700','-75.883140',-5,1); -INSERT INTO zipcodes VALUES (18844,'Springville','PA','41.695782','-75.918360',-5,1); -INSERT INTO zipcodes VALUES (18845,'Stevensville','PA','41.797851','-76.183030',-5,1); -INSERT INTO zipcodes VALUES (18846,'Sugar Run','PA','41.600392','-76.242430',-5,1); -INSERT INTO zipcodes VALUES (18847,'Susquehanna','PA','41.944334','-75.572410',-5,1); -INSERT INTO zipcodes VALUES (18848,'Towanda','PA','41.762543','-76.452980',-5,1); -INSERT INTO zipcodes VALUES (18850,'Ulster','PA','41.849392','-76.502100',-5,1); -INSERT INTO zipcodes VALUES (18851,'Warren Center','PA','41.928722','-76.168960',-5,1); -INSERT INTO zipcodes VALUES (18853,'Wyalusing','PA','41.719942','-76.266150',-5,1); -INSERT INTO zipcodes VALUES (18854,'Wysox','PA','41.781522','-76.359060',-5,1); -INSERT INTO zipcodes VALUES (18901,'Doylestown','PA','40.317473','-75.128540',-5,1); -INSERT INTO zipcodes VALUES (18903,'Doylestown','PA','40.339307','-75.152176',-5,1); -INSERT INTO zipcodes VALUES (18910,'Bedminster','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (18911,'Blooming Glen','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (18912,'Buckingham','PA','40.309942','-75.074252',-5,1); -INSERT INTO zipcodes VALUES (18913,'Carversville','PA','40.376499','-75.041290',-5,1); -INSERT INTO zipcodes VALUES (18914,'Chalfont','PA','40.282406','-75.206570',-5,1); -INSERT INTO zipcodes VALUES (18915,'Colmar','PA','40.272177','-75.257830',-5,1); -INSERT INTO zipcodes VALUES (18916,'Danboro','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (18917,'Dublin','PA','40.373270','-75.202460',-5,1); -INSERT INTO zipcodes VALUES (18918,'Earlington','PA','40.320036','-75.374155',-5,1); -INSERT INTO zipcodes VALUES (18920,'Erwinna','PA','40.500115','-75.079010',-5,1); -INSERT INTO zipcodes VALUES (18921,'Ferndale','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (18922,'Forest Grove','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (18923,'Fountainville','PA','40.346926','-75.164970',-5,1); -INSERT INTO zipcodes VALUES (18924,'Franconia','PA','40.308116','-75.358575',-5,1); -INSERT INTO zipcodes VALUES (18925,'Furlong','PA','40.282168','-75.062830',-5,1); -INSERT INTO zipcodes VALUES (18926,'Gardenville','PA','40.394730','-75.098468',-5,1); -INSERT INTO zipcodes VALUES (18927,'Hilltown','PA','40.324823','-75.243600',-5,1); -INSERT INTO zipcodes VALUES (18928,'Holicong','PA','40.335974','-75.042880',-5,1); -INSERT INTO zipcodes VALUES (18929,'Jamison','PA','40.256648','-75.093570',-5,1); -INSERT INTO zipcodes VALUES (18930,'Kintnersville','PA','40.537142','-75.211890',-5,1); -INSERT INTO zipcodes VALUES (18931,'Lahaska','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (18932,'Line Lexington','PA','40.289372','-75.255720',-5,1); -INSERT INTO zipcodes VALUES (18933,'Lumberville','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (18934,'Mechanicsville','PA','40.349443','-75.067622',-5,1); -INSERT INTO zipcodes VALUES (18935,'Milford Square','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (18936,'Montgomeryville','PA','40.223216','-75.228290',-5,1); -INSERT INTO zipcodes VALUES (18938,'New Hope','PA','40.354735','-74.993190',-5,1); -INSERT INTO zipcodes VALUES (18940,'Newtown','PA','40.246802','-74.939120',-5,1); -INSERT INTO zipcodes VALUES (18942,'Ottsville','PA','40.466205','-75.161830',-5,1); -INSERT INTO zipcodes VALUES (18943,'Penns Park','PA','40.268981','-75.009401',-5,1); -INSERT INTO zipcodes VALUES (18944,'Perkasie','PA','40.379029','-75.259260',-5,1); -INSERT INTO zipcodes VALUES (18945,'Plumstead','PA','40.431382','-75.100804',-5,1); -INSERT INTO zipcodes VALUES (18946,'Pineville','PA','40.271104','-75.062204',-5,1); -INSERT INTO zipcodes VALUES (18947,'Pipersville','PA','40.426391','-75.118420',-5,1); -INSERT INTO zipcodes VALUES (18949,'Plumsteadville','PA','40.388050','-75.142522',-5,1); -INSERT INTO zipcodes VALUES (18950,'Point Pleasant','PA','40.416516','-75.074832',-5,1); -INSERT INTO zipcodes VALUES (18951,'Quakertown','PA','40.445203','-75.348380',-5,1); -INSERT INTO zipcodes VALUES (18953,'Revere','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (18954,'Richboro','PA','40.214652','-75.003790',-5,1); -INSERT INTO zipcodes VALUES (18955,'Richlandtown','PA','40.478742','-75.319380',-5,1); -INSERT INTO zipcodes VALUES (18956,'Rushland','PA','40.262783','-75.015680',-5,1); -INSERT INTO zipcodes VALUES (18957,'Salford','PA','40.302945','-75.448579',-5,1); -INSERT INTO zipcodes VALUES (18958,'Salfordville','PA','40.290357','-75.435539',-5,1); -INSERT INTO zipcodes VALUES (18960,'Sellersville','PA','40.361206','-75.311010',-5,1); -INSERT INTO zipcodes VALUES (18962,'Silverdale','PA','40.346017','-75.269530',-5,1); -INSERT INTO zipcodes VALUES (18963,'Solebury','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (18964,'Souderton','PA','40.305176','-75.325000',-5,1); -INSERT INTO zipcodes VALUES (18966,'Southampton','PA','40.184745','-75.008310',-5,1); -INSERT INTO zipcodes VALUES (18968,'Spinnerstown','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (18969,'Telford','PA','40.326350','-75.345890',-5,1); -INSERT INTO zipcodes VALUES (18970,'Trumbauersville','PA','40.412771','-75.386250',-5,1); -INSERT INTO zipcodes VALUES (18971,'Tylersport','PA','40.346980','-75.376985',-5,1); -INSERT INTO zipcodes VALUES (18972,'Upper Black Eddy','PA','40.535227','-75.126420',-5,1); -INSERT INTO zipcodes VALUES (18974,'Warminster','PA','40.211241','-75.088700',-5,1); -INSERT INTO zipcodes VALUES (18976,'Warrington','PA','40.240295','-75.134580',-5,1); -INSERT INTO zipcodes VALUES (18977,'Washington Crossing','PA','40.289939','-74.878850',-5,1); -INSERT INTO zipcodes VALUES (18979,'Woxall','PA','40.211896','-75.355860',-5,1); -INSERT INTO zipcodes VALUES (18980,'Wycombe','PA','40.280830','-75.014220',-5,1); -INSERT INTO zipcodes VALUES (18981,'Zionhill','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (18991,'Warminster','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (19001,'Abington','PA','40.127907','-75.126950',-5,1); -INSERT INTO zipcodes VALUES (19002,'Ambler','PA','40.169608','-75.211580',-5,1); -INSERT INTO zipcodes VALUES (19003,'Ardmore','PA','40.000861','-75.296940',-5,1); -INSERT INTO zipcodes VALUES (19004,'Bala Cynwyd','PA','40.012862','-75.233090',-5,1); -INSERT INTO zipcodes VALUES (19006,'Huntingdon Valley','PA','40.129509','-75.061150',-5,1); -INSERT INTO zipcodes VALUES (19007,'Bristol','PA','40.108943','-74.855480',-5,1); -INSERT INTO zipcodes VALUES (19008,'Broomall','PA','39.974378','-75.360830',-5,1); -INSERT INTO zipcodes VALUES (19009,'Bryn Athyn','PA','40.139539','-75.067160',-5,1); -INSERT INTO zipcodes VALUES (19010,'Bryn Mawr','PA','40.023710','-75.327640',-5,1); -INSERT INTO zipcodes VALUES (19012,'Cheltenham','PA','40.060304','-75.104390',-5,1); -INSERT INTO zipcodes VALUES (19013,'Chester','PA','39.846970','-75.374440',-5,1); -INSERT INTO zipcodes VALUES (19014,'Aston','PA','39.864761','-75.432600',-5,1); -INSERT INTO zipcodes VALUES (19015,'Brookhaven','PA','39.864929','-75.387610',-5,1); -INSERT INTO zipcodes VALUES (19016,'Chester','PA','39.934047','-75.405987',-5,1); -INSERT INTO zipcodes VALUES (19017,'Chester Heights','PA','39.883911','-75.466949',-5,1); -INSERT INTO zipcodes VALUES (19018,'Primos','PA','39.922862','-75.296390',-5,1); -INSERT INTO zipcodes VALUES (19019,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19020,'Bensalem','PA','40.103860','-74.937340',-5,1); -INSERT INTO zipcodes VALUES (19021,'Croydon','PA','40.093443','-74.899120',-5,1); -INSERT INTO zipcodes VALUES (19022,'Crum Lynne','PA','39.862712','-75.339580',-5,1); -INSERT INTO zipcodes VALUES (19023,'Darby','PA','39.916262','-75.265170',-5,1); -INSERT INTO zipcodes VALUES (19025,'Dresher','PA','40.149164','-75.160470',-5,1); -INSERT INTO zipcodes VALUES (19026,'Drexel Hill','PA','39.949962','-75.301840',-5,1); -INSERT INTO zipcodes VALUES (19027,'Elkins Park','PA','40.072293','-75.124060',-5,1); -INSERT INTO zipcodes VALUES (19028,'Edgemont','PA','39.934047','-75.405987',-5,1); -INSERT INTO zipcodes VALUES (19029,'Essington','PA','39.866912','-75.291560',-5,1); -INSERT INTO zipcodes VALUES (19030,'Fairless Hills','PA','40.175504','-74.846110',-5,1); -INSERT INTO zipcodes VALUES (19031,'Flourtown','PA','40.107743','-75.213340',-5,1); -INSERT INTO zipcodes VALUES (19032,'Folcroft','PA','39.893212','-75.280880',-5,1); -INSERT INTO zipcodes VALUES (19033,'Folsom','PA','39.890462','-75.327550',-5,1); -INSERT INTO zipcodes VALUES (19034,'Fort Washington','PA','40.134770','-75.203740',-5,1); -INSERT INTO zipcodes VALUES (19035,'Gladwyne','PA','40.042444','-75.280020',-5,1); -INSERT INTO zipcodes VALUES (19036,'Glenolden','PA','39.902045','-75.293710',-5,1); -INSERT INTO zipcodes VALUES (19037,'Glen Riddle Lima','PA','39.934047','-75.405987',-5,1); -INSERT INTO zipcodes VALUES (19038,'Glenside','PA','40.103460','-75.168290',-5,1); -INSERT INTO zipcodes VALUES (19039,'Gradyville','PA','39.882110','-75.337234',-5,1); -INSERT INTO zipcodes VALUES (19040,'Hatboro','PA','40.178076','-75.106700',-5,1); -INSERT INTO zipcodes VALUES (19041,'Haverford','PA','40.012661','-75.308800',-5,1); -INSERT INTO zipcodes VALUES (19043,'Holmes','PA','39.899812','-75.308930',-5,1); -INSERT INTO zipcodes VALUES (19044,'Horsham','PA','40.184758','-75.143860',-5,1); -INSERT INTO zipcodes VALUES (19046,'Jenkintown','PA','40.098110','-75.109490',-5,1); -INSERT INTO zipcodes VALUES (19047,'Langhorne','PA','40.173563','-74.912030',-5,1); -INSERT INTO zipcodes VALUES (19048,'Langhorne','PA','40.173509','-74.924610',-5,1); -INSERT INTO zipcodes VALUES (19049,'Langhorne','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (19050,'Lansdowne','PA','39.939609','-75.264530',-5,1); -INSERT INTO zipcodes VALUES (19052,'Lenni','PA','39.894161','-75.445589',-5,1); -INSERT INTO zipcodes VALUES (19053,'Feasterville Trevose','PA','40.148759','-74.982280',-5,1); -INSERT INTO zipcodes VALUES (19054,'Levittown','PA','40.166859','-74.820660',-5,1); -INSERT INTO zipcodes VALUES (19055,'Levittown','PA','40.149009','-74.836170',-5,1); -INSERT INTO zipcodes VALUES (19056,'Levittown','PA','40.151509','-74.885760',-5,1); -INSERT INTO zipcodes VALUES (19057,'Levittown','PA','40.142059','-74.858210',-5,1); -INSERT INTO zipcodes VALUES (19058,'Levittown','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (19059,'Levittown','PA','40.328645','-75.102780',-5,1); -INSERT INTO zipcodes VALUES (19061,'Marcus Hook','PA','39.832762','-75.440630',-5,1); -INSERT INTO zipcodes VALUES (19063,'Media','PA','39.916078','-75.402510',-5,1); -INSERT INTO zipcodes VALUES (19064,'Springfield','PA','39.929511','-75.335620',-5,1); -INSERT INTO zipcodes VALUES (19065,'Media','PA','39.921061','-75.386136',-5,1); -INSERT INTO zipcodes VALUES (19066,'Merion Station','PA','40.003762','-75.249300',-5,1); -INSERT INTO zipcodes VALUES (19067,'Morrisville','PA','40.214661','-74.818120',-5,1); -INSERT INTO zipcodes VALUES (19070,'Morton','PA','39.906312','-75.324890',-5,1); -INSERT INTO zipcodes VALUES (19072,'Narberth','PA','40.014541','-75.258050',-5,1); -INSERT INTO zipcodes VALUES (19073,'Newtown Square','PA','39.984510','-75.412650',-5,1); -INSERT INTO zipcodes VALUES (19074,'Norwood','PA','39.888312','-75.297170',-5,1); -INSERT INTO zipcodes VALUES (19075,'Oreland','PA','40.114610','-75.186320',-5,1); -INSERT INTO zipcodes VALUES (19076,'Prospect Park','PA','39.884562','-75.308470',-5,1); -INSERT INTO zipcodes VALUES (19078,'Ridley Park','PA','39.877262','-75.322720',-5,1); -INSERT INTO zipcodes VALUES (19079,'Sharon Hill','PA','39.903312','-75.269390',-5,1); -INSERT INTO zipcodes VALUES (19080,'Wayne','PA','40.043201','-75.357678',-5,1); -INSERT INTO zipcodes VALUES (19081,'Swarthmore','PA','39.897562','-75.346580',-5,1); -INSERT INTO zipcodes VALUES (19082,'Upper Darby','PA','39.958512','-75.268560',-5,1); -INSERT INTO zipcodes VALUES (19083,'Havertown','PA','39.978728','-75.308610',-5,1); -INSERT INTO zipcodes VALUES (19085,'Villanova','PA','40.038477','-75.347300',-5,1); -INSERT INTO zipcodes VALUES (19086,'Wallingford','PA','39.888913','-75.370060',-5,1); -INSERT INTO zipcodes VALUES (19087,'Wayne','PA','40.058808','-75.400690',-5,1); -INSERT INTO zipcodes VALUES (19088,'Wayne','PA','39.934047','-75.405987',-5,1); -INSERT INTO zipcodes VALUES (19089,'Wayne','PA','40.043399','-75.357308',-5,1); -INSERT INTO zipcodes VALUES (19090,'Willow Grove','PA','40.145859','-75.121600',-5,1); -INSERT INTO zipcodes VALUES (19091,'Media','PA','39.934047','-75.405987',-5,1); -INSERT INTO zipcodes VALUES (19092,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19093,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19094,'Woodlyn','PA','39.874612','-75.345420',-5,1); -INSERT INTO zipcodes VALUES (19095,'Wyncote','PA','40.087860','-75.147070',-5,1); -INSERT INTO zipcodes VALUES (19096,'Wynnewood','PA','39.992345','-75.276240',-5,1); -INSERT INTO zipcodes VALUES (19098,'Holmes','PA','39.895362','-75.310731',-5,1); -INSERT INTO zipcodes VALUES (19099,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19101,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19102,'Philadelphia','PA','39.952962','-75.165580',-5,1); -INSERT INTO zipcodes VALUES (19103,'Philadelphia','PA','39.952162','-75.174060',-5,1); -INSERT INTO zipcodes VALUES (19104,'Philadelphia','PA','39.961612','-75.199570',-5,1); -INSERT INTO zipcodes VALUES (19105,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19106,'Philadelphia','PA','39.951062','-75.145890',-5,1); -INSERT INTO zipcodes VALUES (19107,'Philadelphia','PA','39.952112','-75.158530',-5,1); -INSERT INTO zipcodes VALUES (19108,'Philadelphia','PA','39.959662','-75.160500',-5,1); -INSERT INTO zipcodes VALUES (19109,'Philadelphia','PA','39.949612','-75.163722',-5,1); -INSERT INTO zipcodes VALUES (19110,'Philadelphia','PA','39.950212','-75.163572',-5,1); -INSERT INTO zipcodes VALUES (19111,'Philadelphia','PA','40.057661','-75.080180',-5,1); -INSERT INTO zipcodes VALUES (19112,'Philadelphia','PA','39.895677','-75.190440',-5,1); -INSERT INTO zipcodes VALUES (19113,'Philadelphia','PA','39.874179','-75.263530',-5,1); -INSERT INTO zipcodes VALUES (19114,'Philadelphia','PA','40.064257','-75.001550',-5,1); -INSERT INTO zipcodes VALUES (19115,'Philadelphia','PA','40.092610','-75.041180',-5,1); -INSERT INTO zipcodes VALUES (19116,'Philadelphia','PA','40.117413','-75.015400',-5,1); -INSERT INTO zipcodes VALUES (19118,'Philadelphia','PA','40.072360','-75.207720',-5,1); -INSERT INTO zipcodes VALUES (19119,'Philadelphia','PA','40.053511','-75.188580',-5,1); -INSERT INTO zipcodes VALUES (19120,'Philadelphia','PA','40.033944','-75.121180',-5,1); -INSERT INTO zipcodes VALUES (19121,'Philadelphia','PA','39.981062','-75.174500',-5,1); -INSERT INTO zipcodes VALUES (19122,'Philadelphia','PA','39.977662','-75.143360',-5,1); -INSERT INTO zipcodes VALUES (19123,'Philadelphia','PA','39.964012','-75.147640',-5,1); -INSERT INTO zipcodes VALUES (19124,'Philadelphia','PA','40.017362','-75.087690',-5,1); -INSERT INTO zipcodes VALUES (19125,'Philadelphia','PA','39.978162','-75.125650',-5,1); -INSERT INTO zipcodes VALUES (19126,'Philadelphia','PA','40.055411','-75.137930',-5,1); -INSERT INTO zipcodes VALUES (19127,'Philadelphia','PA','40.026626','-75.223110',-5,1); -INSERT INTO zipcodes VALUES (19128,'Philadelphia','PA','40.038944','-75.221040',-5,1); -INSERT INTO zipcodes VALUES (19129,'Philadelphia','PA','40.011562','-75.183900',-5,1); -INSERT INTO zipcodes VALUES (19130,'Philadelphia','PA','39.968262','-75.172220',-5,1); -INSERT INTO zipcodes VALUES (19131,'Philadelphia','PA','39.981112','-75.224860',-5,1); -INSERT INTO zipcodes VALUES (19132,'Philadelphia','PA','39.995412','-75.169770',-5,1); -INSERT INTO zipcodes VALUES (19133,'Philadelphia','PA','39.992862','-75.140540',-5,1); -INSERT INTO zipcodes VALUES (19134,'Philadelphia','PA','39.991712','-75.111160',-5,1); -INSERT INTO zipcodes VALUES (19135,'Philadelphia','PA','40.023611','-75.049660',-5,1); -INSERT INTO zipcodes VALUES (19136,'Philadelphia','PA','40.041111','-75.026440',-5,1); -INSERT INTO zipcodes VALUES (19137,'Philadelphia','PA','40.000262','-75.074040',-5,1); -INSERT INTO zipcodes VALUES (19138,'Philadelphia','PA','40.055861','-75.156540',-5,1); -INSERT INTO zipcodes VALUES (19139,'Philadelphia','PA','39.961812','-75.230030',-5,1); -INSERT INTO zipcodes VALUES (19140,'Philadelphia','PA','40.012212','-75.145030',-5,1); -INSERT INTO zipcodes VALUES (19141,'Philadelphia','PA','40.035778','-75.144700',-5,1); -INSERT INTO zipcodes VALUES (19142,'Philadelphia','PA','39.922612','-75.234530',-5,1); -INSERT INTO zipcodes VALUES (19143,'Philadelphia','PA','39.944162','-75.227180',-5,1); -INSERT INTO zipcodes VALUES (19144,'Philadelphia','PA','40.034111','-75.172030',-5,1); -INSERT INTO zipcodes VALUES (19145,'Philadelphia','PA','39.922262','-75.182590',-5,1); -INSERT INTO zipcodes VALUES (19146,'Philadelphia','PA','39.938512','-75.180670',-5,1); -INSERT INTO zipcodes VALUES (19147,'Philadelphia','PA','39.936562','-75.154090',-5,1); -INSERT INTO zipcodes VALUES (19148,'Philadelphia','PA','39.919812','-75.158030',-5,1); -INSERT INTO zipcodes VALUES (19149,'Philadelphia','PA','40.037711','-75.066580',-5,1); -INSERT INTO zipcodes VALUES (19150,'Philadelphia','PA','40.072260','-75.171060',-5,1); -INSERT INTO zipcodes VALUES (19151,'Philadelphia','PA','39.975929','-75.252560',-5,1); -INSERT INTO zipcodes VALUES (19152,'Philadelphia','PA','40.059611','-75.048370',-5,1); -INSERT INTO zipcodes VALUES (19153,'Philadelphia','PA','39.898985','-75.232210',-5,1); -INSERT INTO zipcodes VALUES (19154,'Philadelphia','PA','40.091460','-74.977190',-5,1); -INSERT INTO zipcodes VALUES (19155,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19156,'Centerport','PA','40.485860','-76.009125',-5,1); -INSERT INTO zipcodes VALUES (19160,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19161,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19162,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19170,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19171,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19172,'Philadelphia','PA','39.947321','-75.150011',-5,1); -INSERT INTO zipcodes VALUES (19173,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19175,'Philadelphia','PA','39.990562','-75.129570',-5,1); -INSERT INTO zipcodes VALUES (19177,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19178,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19179,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19181,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19182,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19183,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19184,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19185,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19187,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19188,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19191,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19192,'Philadelphia','PA','39.951112','-75.167622',-5,1); -INSERT INTO zipcodes VALUES (19193,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19194,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19196,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19197,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19244,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19255,'Philadelphia','PA','40.001811','-75.117870',-5,1); -INSERT INTO zipcodes VALUES (19301,'Paoli','PA','40.042252','-75.483570',-5,1); -INSERT INTO zipcodes VALUES (19310,'Atglen','PA','39.945100','-75.970240',-5,1); -INSERT INTO zipcodes VALUES (19311,'Avondale','PA','39.825643','-75.772440',-5,1); -INSERT INTO zipcodes VALUES (19312,'Berwyn','PA','40.037958','-75.449860',-5,1); -INSERT INTO zipcodes VALUES (19316,'Brandamore','PA','40.058565','-75.835840',-5,1); -INSERT INTO zipcodes VALUES (19317,'Chadds Ford','PA','39.851803','-75.596100',-5,1); -INSERT INTO zipcodes VALUES (19318,'Chatham','PA','39.852406','-75.811789',-5,1); -INSERT INTO zipcodes VALUES (19319,'Cheyney','PA','39.928663','-75.525260',-5,1); -INSERT INTO zipcodes VALUES (19320,'Coatesville','PA','39.978456','-75.822750',-5,1); -INSERT INTO zipcodes VALUES (19330,'Cochranville','PA','39.872123','-75.914110',-5,1); -INSERT INTO zipcodes VALUES (19331,'Concordville','PA','39.882274','-75.516529',-5,1); -INSERT INTO zipcodes VALUES (19333,'Devon','PA','40.044858','-75.421740',-5,1); -INSERT INTO zipcodes VALUES (19335,'Downingtown','PA','40.023420','-75.713890',-5,1); -INSERT INTO zipcodes VALUES (19339,'Concordville','PA','39.934047','-75.405987',-5,1); -INSERT INTO zipcodes VALUES (19340,'Concordville','PA','39.934047','-75.405987',-5,1); -INSERT INTO zipcodes VALUES (19341,'Exton','PA','40.040505','-75.634250',-5,1); -INSERT INTO zipcodes VALUES (19342,'Glen Mills','PA','39.897677','-75.501090',-5,1); -INSERT INTO zipcodes VALUES (19343,'Glenmoore','PA','40.094621','-75.746020',-5,1); -INSERT INTO zipcodes VALUES (19344,'Honey Brook','PA','40.078045','-75.884880',-5,1); -INSERT INTO zipcodes VALUES (19345,'Immaculata','PA','40.030536','-75.565000',-5,1); -INSERT INTO zipcodes VALUES (19346,'Kelton','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19347,'Kemblesville','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19348,'Kennett Square','PA','39.858137','-75.712270',-5,1); -INSERT INTO zipcodes VALUES (19350,'Landenberg','PA','39.768218','-75.787590',-5,1); -INSERT INTO zipcodes VALUES (19351,'Lewisville','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19352,'Lincoln University','PA','39.783675','-75.894400',-5,1); -INSERT INTO zipcodes VALUES (19353,'Lionville','PA','40.013158','-75.499046',-5,1); -INSERT INTO zipcodes VALUES (19354,'Lyndell','PA','40.058173','-75.743272',-5,1); -INSERT INTO zipcodes VALUES (19355,'Malvern','PA','40.042957','-75.532210',-5,1); -INSERT INTO zipcodes VALUES (19357,'Mendenhall','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19358,'Modena','PA','39.962256','-75.802150',-5,1); -INSERT INTO zipcodes VALUES (19360,'New London','PA','39.726143','-75.785700',-5,1); -INSERT INTO zipcodes VALUES (19362,'Nottingham','PA','39.750999','-76.059000',-5,1); -INSERT INTO zipcodes VALUES (19363,'Oxford','PA','39.781938','-75.974580',-5,1); -INSERT INTO zipcodes VALUES (19365,'Parkesburg','PA','39.961094','-75.920470',-5,1); -INSERT INTO zipcodes VALUES (19366,'Pocopson','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19367,'Pomeroy','PA','39.964795','-75.882850',-5,1); -INSERT INTO zipcodes VALUES (19369,'Sadsburyville','PA','39.985257','-75.889840',-5,1); -INSERT INTO zipcodes VALUES (19370,'Steelville','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19371,'Suplee','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19372,'Thorndale','PA','39.997469','-75.759640',-5,1); -INSERT INTO zipcodes VALUES (19373,'Thornton','PA','39.899315','-75.531400',-5,1); -INSERT INTO zipcodes VALUES (19374,'Toughkenamon','PA','39.830992','-75.755300',-5,1); -INSERT INTO zipcodes VALUES (19375,'Unionville','PA','39.901177','-75.750203',-5,1); -INSERT INTO zipcodes VALUES (19376,'Wagontown','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19380,'West Chester','PA','39.983108','-75.593320',-5,1); -INSERT INTO zipcodes VALUES (19381,'West Chester','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19382,'West Chester','PA','39.940043','-75.597290',-5,1); -INSERT INTO zipcodes VALUES (19383,'West Chester','PA','39.945450','-75.602401',-5,1); -INSERT INTO zipcodes VALUES (19390,'West Grove','PA','39.820841','-75.842330',-5,1); -INSERT INTO zipcodes VALUES (19395,'Westtown','PA','39.932821','-75.544822',-5,1); -INSERT INTO zipcodes VALUES (19397,'Southeastern','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19398,'Southeastern','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19399,'Southeastern','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19401,'Norristown','PA','40.123708','-75.338430',-5,1); -INSERT INTO zipcodes VALUES (19403,'Norristown','PA','40.146069','-75.383780',-5,1); -INSERT INTO zipcodes VALUES (19404,'Norristown','PA','40.211896','-75.355860',-5,1); -INSERT INTO zipcodes VALUES (19405,'Bridgeport','PA','40.103208','-75.340500',-5,1); -INSERT INTO zipcodes VALUES (19406,'King Of Prussia','PA','40.092941','-75.375250',-5,1); -INSERT INTO zipcodes VALUES (19407,'Audubon','PA','40.211896','-75.355860',-5,1); -INSERT INTO zipcodes VALUES (19408,'Eagleville','PA','40.156555','-75.413127',-5,1); -INSERT INTO zipcodes VALUES (19409,'Fairview Village','PA','40.211896','-75.355860',-5,1); -INSERT INTO zipcodes VALUES (19420,'Arcola','PA','40.152871','-75.456719',-5,1); -INSERT INTO zipcodes VALUES (19421,'Birchrunville','PA','40.138889','-75.633320',-5,1); -INSERT INTO zipcodes VALUES (19422,'Blue Bell','PA','40.157526','-75.278160',-5,1); -INSERT INTO zipcodes VALUES (19423,'Cedars','PA','40.217350','-75.364973',-5,1); -INSERT INTO zipcodes VALUES (19424,'Blue Bell','PA','40.211896','-75.355860',-5,1); -INSERT INTO zipcodes VALUES (19425,'Chester Springs','PA','40.089905','-75.641240',-5,1); -INSERT INTO zipcodes VALUES (19426,'Collegeville','PA','40.185637','-75.448730',-5,1); -INSERT INTO zipcodes VALUES (19428,'Conshohocken','PA','40.077736','-75.305090',-5,1); -INSERT INTO zipcodes VALUES (19429,'Conshohocken','PA','40.211896','-75.355860',-5,1); -INSERT INTO zipcodes VALUES (19430,'Creamery','PA','40.185071','-75.419966',-5,1); -INSERT INTO zipcodes VALUES (19432,'Devault','PA','40.079629','-75.559975',-5,1); -INSERT INTO zipcodes VALUES (19435,'Frederick','PA','40.330348','-75.569370',-5,1); -INSERT INTO zipcodes VALUES (19436,'Gwynedd','PA','40.201932','-75.250910',-5,1); -INSERT INTO zipcodes VALUES (19437,'Gwynedd Valley','PA','40.183763','-75.262710',-5,1); -INSERT INTO zipcodes VALUES (19438,'Harleysville','PA','40.270424','-75.385690',-5,1); -INSERT INTO zipcodes VALUES (19440,'Hatfield','PA','40.278294','-75.294790',-5,1); -INSERT INTO zipcodes VALUES (19441,'Harleysville','PA','40.211896','-75.355860',-5,1); -INSERT INTO zipcodes VALUES (19442,'Kimberton','PA','40.146549','-75.617739',-5,1); -INSERT INTO zipcodes VALUES (19443,'Kulpsville','PA','40.241004','-75.343920',-5,1); -INSERT INTO zipcodes VALUES (19444,'Lafayette Hill','PA','40.087297','-75.255700',-5,1); -INSERT INTO zipcodes VALUES (19446,'Lansdale','PA','40.237206','-75.291560',-5,1); -INSERT INTO zipcodes VALUES (19450,'Lederach','PA','40.211896','-75.355860',-5,1); -INSERT INTO zipcodes VALUES (19451,'Mainland','PA','40.211896','-75.355860',-5,1); -INSERT INTO zipcodes VALUES (19452,'Miquon','PA','40.211896','-75.355860',-5,1); -INSERT INTO zipcodes VALUES (19453,'Mont Clare','PA','40.137922','-75.502180',-5,1); -INSERT INTO zipcodes VALUES (19454,'North Wales','PA','40.223524','-75.247310',-5,1); -INSERT INTO zipcodes VALUES (19455,'North Wales','PA','40.211896','-75.355860',-5,1); -INSERT INTO zipcodes VALUES (19456,'Oaks','PA','40.133355','-75.453631',-5,1); -INSERT INTO zipcodes VALUES (19457,'Parker Ford','PA','40.204252','-75.584490',-5,1); -INSERT INTO zipcodes VALUES (19460,'Phoenixville','PA','40.126271','-75.523410',-5,1); -INSERT INTO zipcodes VALUES (19462,'Plymouth Meeting','PA','40.115959','-75.292570',-5,1); -INSERT INTO zipcodes VALUES (19464,'Pottstown','PA','40.253496','-75.634810',-5,1); -INSERT INTO zipcodes VALUES (19465,'Pottstown','PA','40.206057','-75.661070',-5,1); -INSERT INTO zipcodes VALUES (19468,'Royersford','PA','40.200347','-75.532360',-5,1); -INSERT INTO zipcodes VALUES (19470,'Saint Peters','PA','40.186707','-75.728759',-5,1); -INSERT INTO zipcodes VALUES (19472,'Sassamansville','PA','40.339207','-75.573720',-5,1); -INSERT INTO zipcodes VALUES (19473,'Schwenksville','PA','40.257069','-75.470970',-5,1); -INSERT INTO zipcodes VALUES (19474,'Skippack','PA','40.222343','-75.405200',-5,1); -INSERT INTO zipcodes VALUES (19475,'Spring City','PA','40.176858','-75.576210',-5,1); -INSERT INTO zipcodes VALUES (19477,'Spring House','PA','40.185934','-75.232407',-5,1); -INSERT INTO zipcodes VALUES (19478,'Spring Mount','PA','40.276511','-75.458200',-5,1); -INSERT INTO zipcodes VALUES (19480,'Uwchland','PA','40.098032','-75.688005',-5,1); -INSERT INTO zipcodes VALUES (19481,'Valley Forge','PA','40.092269','-75.453735',-5,1); -INSERT INTO zipcodes VALUES (19482,'Valley Forge','PA','40.080323','-75.455408',-5,1); -INSERT INTO zipcodes VALUES (19483,'Valley Forge','PA','40.211896','-75.355860',-5,1); -INSERT INTO zipcodes VALUES (19484,'Valley Forge','PA','40.211896','-75.355860',-5,1); -INSERT INTO zipcodes VALUES (19485,'Valley Forge','PA','40.211896','-75.355860',-5,1); -INSERT INTO zipcodes VALUES (19486,'West Point','PA','40.203291','-75.301918',-5,1); -INSERT INTO zipcodes VALUES (19487,'King Of Prussia','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19488,'Norristown','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19489,'Norristown','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19490,'Worcester','PA','40.192881','-75.357555',-5,1); -INSERT INTO zipcodes VALUES (19492,'Zieglerville','PA','40.281036','-75.486000',-5,1); -INSERT INTO zipcodes VALUES (19493,'Valley Forge','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19494,'Valley Forge','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19495,'Valley Forge','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19496,'Valley Forge','PA','39.983153','-75.748055',-5,1); -INSERT INTO zipcodes VALUES (19501,'Adamstown','PA','40.241588','-76.057650',-5,1); -INSERT INTO zipcodes VALUES (19503,'Bally','PA','40.401044','-75.588360',-5,1); -INSERT INTO zipcodes VALUES (19504,'Barto','PA','40.404892','-75.589920',-5,1); -INSERT INTO zipcodes VALUES (19505,'Bechtelsville','PA','40.375925','-75.626170',-5,1); -INSERT INTO zipcodes VALUES (19506,'Bernville','PA','40.453886','-76.129110',-5,1); -INSERT INTO zipcodes VALUES (19507,'Bethel','PA','40.488558','-76.272690',-5,1); -INSERT INTO zipcodes VALUES (19508,'Birdsboro','PA','40.267165','-75.825400',-5,1); -INSERT INTO zipcodes VALUES (19510,'Blandon','PA','40.444786','-75.880340',-5,1); -INSERT INTO zipcodes VALUES (19511,'Bowers','PA','40.487730','-75.739300',-5,1); -INSERT INTO zipcodes VALUES (19512,'Boyertown','PA','40.338497','-75.663200',-5,1); -INSERT INTO zipcodes VALUES (19516,'Centerport','PA','40.486726','-76.007190',-5,1); -INSERT INTO zipcodes VALUES (19517,'Dauberville','PA','40.407173','-75.984901',-5,1); -INSERT INTO zipcodes VALUES (19518,'Douglassville','PA','40.273179','-75.739310',-5,1); -INSERT INTO zipcodes VALUES (19519,'Earlville','PA','40.317896','-75.731440',-5,1); -INSERT INTO zipcodes VALUES (19520,'Elverson','PA','40.157078','-75.806690',-5,1); -INSERT INTO zipcodes VALUES (19522,'Fleetwood','PA','40.447093','-75.819970',-5,1); -INSERT INTO zipcodes VALUES (19523,'Geigertown','PA','40.203142','-75.835880',-5,1); -INSERT INTO zipcodes VALUES (19524,'Robeson','PA','40.248684','-75.858731',-5,1); -INSERT INTO zipcodes VALUES (19525,'Gilbertsville','PA','40.311246','-75.594000',-5,1); -INSERT INTO zipcodes VALUES (19526,'Hamburg','PA','40.545014','-75.984630',-5,1); -INSERT INTO zipcodes VALUES (19529,'Kempton','PA','40.625739','-75.834740',-5,1); -INSERT INTO zipcodes VALUES (19530,'Kutztown','PA','40.535102','-75.775660',-5,1); -INSERT INTO zipcodes VALUES (19533,'Leesport','PA','40.435509','-75.989370',-5,1); -INSERT INTO zipcodes VALUES (19534,'Lenhartsville','PA','40.574033','-75.874340',-5,1); -INSERT INTO zipcodes VALUES (19535,'Limekiln','PA','40.335593','-75.801009',-5,1); -INSERT INTO zipcodes VALUES (19536,'Lyon Station','PA','40.480194','-75.756980',-5,1); -INSERT INTO zipcodes VALUES (19538,'Maxatawny','PA','40.569818','-75.740942',-5,1); -INSERT INTO zipcodes VALUES (19539,'Mertztown','PA','40.497369','-75.682250',-5,1); -INSERT INTO zipcodes VALUES (19540,'Mohnton','PA','40.250592','-75.966830',-5,1); -INSERT INTO zipcodes VALUES (19541,'Mohrsville','PA','40.479447','-76.024380',-5,1); -INSERT INTO zipcodes VALUES (19542,'Monocacy Station','PA','40.260992','-75.768437',-5,1); -INSERT INTO zipcodes VALUES (19543,'Morgantown','PA','40.167618','-75.892590',-5,1); -INSERT INTO zipcodes VALUES (19544,'Mount Aetna','PA','40.418864','-76.295640',-5,1); -INSERT INTO zipcodes VALUES (19545,'New Berlinville','PA','40.340392','-75.630820',-5,1); -INSERT INTO zipcodes VALUES (19546,'Cumru','PA','40.254667','-75.951709',-5,1); -INSERT INTO zipcodes VALUES (19547,'Oley','PA','40.385143','-75.763720',-5,1); -INSERT INTO zipcodes VALUES (19548,'Pine Forge','PA','40.407173','-75.984901',-5,1); -INSERT INTO zipcodes VALUES (19549,'Port Clinton','PA','40.580744','-76.025590',-5,1); -INSERT INTO zipcodes VALUES (19550,'Rehrersburg','PA','40.456862','-76.243730',-5,1); -INSERT INTO zipcodes VALUES (19551,'Robesonia','PA','40.357034','-76.137410',-5,1); -INSERT INTO zipcodes VALUES (19554,'Shartlesville','PA','40.513794','-76.108330',-5,1); -INSERT INTO zipcodes VALUES (19555,'Shoemakersville','PA','40.494943','-75.964660',-5,1); -INSERT INTO zipcodes VALUES (19557,'Stony Run','PA','40.613868','-75.814984',-5,1); -INSERT INTO zipcodes VALUES (19559,'Strausstown','PA','40.492053','-76.184100',-5,1); -INSERT INTO zipcodes VALUES (19560,'Temple','PA','40.407243','-75.911630',-5,1); -INSERT INTO zipcodes VALUES (19562,'Topton','PA','40.502511','-75.703150',-5,1); -INSERT INTO zipcodes VALUES (19564,'Virginville','PA','40.526803','-75.869653',-5,1); -INSERT INTO zipcodes VALUES (19565,'Wernersville','PA','40.327974','-76.089210',-5,1); -INSERT INTO zipcodes VALUES (19567,'Womelsdorf','PA','40.373285','-76.200540',-5,1); -INSERT INTO zipcodes VALUES (19601,'Reading','PA','40.348092','-75.935770',-5,1); -INSERT INTO zipcodes VALUES (19602,'Reading','PA','40.329992','-75.919620',-5,1); -INSERT INTO zipcodes VALUES (19603,'Reading','PA','40.388442','-75.963055',-5,1); -INSERT INTO zipcodes VALUES (19604,'Reading','PA','40.355092','-75.912050',-5,1); -INSERT INTO zipcodes VALUES (19605,'Reading','PA','40.390943','-75.937500',-5,1); -INSERT INTO zipcodes VALUES (19606,'Reading','PA','40.327741','-75.870020',-5,1); -INSERT INTO zipcodes VALUES (19607,'Reading','PA','40.302492','-75.955650',-5,1); -INSERT INTO zipcodes VALUES (19608,'Reading','PA','40.312842','-76.024220',-5,1); -INSERT INTO zipcodes VALUES (19609,'Reading','PA','40.324694','-75.992100',-5,1); -INSERT INTO zipcodes VALUES (19610,'Reading','PA','40.335023','-75.970990',-5,1); -INSERT INTO zipcodes VALUES (19611,'Reading','PA','40.327792','-75.942150',-5,1); -INSERT INTO zipcodes VALUES (19612,'Reading','PA','40.438900','-75.885303',-5,1); -INSERT INTO zipcodes VALUES (19640,'Reading','PA','40.407173','-75.984901',-5,1); -INSERT INTO zipcodes VALUES (19650,'Alsace','PA','40.394884','-75.866380',-5,1); -INSERT INTO zipcodes VALUES (19685,'Muhlenberg','PA','40.378451','-75.917477',-5,1); -INSERT INTO zipcodes VALUES (19700,'Delaware City','DE','39.570322','-75.590662',-5,1); -INSERT INTO zipcodes VALUES (19701,'Bear','DE','39.598203','-75.699450',-5,1); -INSERT INTO zipcodes VALUES (19702,'Newark','DE','39.626297','-75.713860',-5,1); -INSERT INTO zipcodes VALUES (19703,'Claymont','DE','39.800945','-75.464550',-5,1); -INSERT INTO zipcodes VALUES (19706,'Delaware City','DE','39.573744','-75.592040',-5,1); -INSERT INTO zipcodes VALUES (19707,'Hockessin','DE','39.784014','-75.685860',-5,1); -INSERT INTO zipcodes VALUES (19708,'Kirkwood','DE','39.577567','-75.690069',-5,1); -INSERT INTO zipcodes VALUES (19709,'Middletown','DE','39.479602','-75.693200',-5,1); -INSERT INTO zipcodes VALUES (19710,'Montchanin','DE','39.788562','-75.588810',-5,1); -INSERT INTO zipcodes VALUES (19711,'Newark','DE','39.700561','-75.743100',-5,1); -INSERT INTO zipcodes VALUES (19712,'Newark','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19713,'Newark','DE','39.669211','-75.717960',-5,1); -INSERT INTO zipcodes VALUES (19714,'Newark','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19715,'Newark','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19716,'Newark','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19717,'Newark','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19718,'Newark','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19720,'New Castle','DE','39.669219','-75.590030',-5,1); -INSERT INTO zipcodes VALUES (19721,'New Castle','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19725,'Newark','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19726,'Newark','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19730,'Odessa','DE','39.456484','-75.659760',-5,1); -INSERT INTO zipcodes VALUES (19731,'Port Penn','DE','39.518164','-75.576560',-5,1); -INSERT INTO zipcodes VALUES (19732,'Rockland','DE','39.794496','-75.574330',-5,1); -INSERT INTO zipcodes VALUES (19733,'Saint Georges','DE','39.555794','-75.650580',-5,1); -INSERT INTO zipcodes VALUES (19734,'Townsend','DE','39.386601','-75.668010',-5,1); -INSERT INTO zipcodes VALUES (19735,'Winterthur','DE','39.794396','-75.597598',-5,1); -INSERT INTO zipcodes VALUES (19736,'Yorklyn','DE','39.790911','-75.649340',-5,1); -INSERT INTO zipcodes VALUES (19743,'Spring Mount','PA','40.276386','-75.462796',-5,1); -INSERT INTO zipcodes VALUES (19766,'Delaware City','DE','39.567092','-75.601491',-5,1); -INSERT INTO zipcodes VALUES (19801,'Wilmington','DE','39.738563','-75.548330',-5,1); -INSERT INTO zipcodes VALUES (19802,'Wilmington','DE','39.756213','-75.533120',-5,1); -INSERT INTO zipcodes VALUES (19803,'Wilmington','DE','39.793962','-75.534010',-5,1); -INSERT INTO zipcodes VALUES (19804,'Wilmington','DE','39.721062','-75.608060',-5,1); -INSERT INTO zipcodes VALUES (19805,'Wilmington','DE','39.745377','-75.582510',-5,1); -INSERT INTO zipcodes VALUES (19806,'Wilmington','DE','39.758563','-75.564130',-5,1); -INSERT INTO zipcodes VALUES (19807,'Wilmington','DE','39.787512','-75.602560',-5,1); -INSERT INTO zipcodes VALUES (19808,'Wilmington','DE','39.734279','-75.663100',-5,1); -INSERT INTO zipcodes VALUES (19809,'Wilmington','DE','39.771663','-75.496560',-5,1); -INSERT INTO zipcodes VALUES (19810,'Wilmington','DE','39.817645','-75.502420',-5,1); -INSERT INTO zipcodes VALUES (19814,'Newport','DE','39.713625','-75.596283',-5,1); -INSERT INTO zipcodes VALUES (19815,'Amity','PA','40.318615','-75.755807',-5,1); -INSERT INTO zipcodes VALUES (19850,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19853,'Schuylkill','PA','40.088156','-75.480887',-5,1); -INSERT INTO zipcodes VALUES (19880,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19884,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19885,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19886,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19887,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19889,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19890,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19891,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19892,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19893,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19894,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19895,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19896,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19897,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19898,'Wilmington','DE','39.564499','-75.597047',-5,1); -INSERT INTO zipcodes VALUES (19899,'Wilmington','DE','39.734792','-75.624617',-5,1); -INSERT INTO zipcodes VALUES (19901,'Dover','DE','39.164260','-75.511630',-5,1); -INSERT INTO zipcodes VALUES (19902,'Dover AFB','DE','39.131958','-75.469530',-5,1); -INSERT INTO zipcodes VALUES (19903,'Dover','DE','39.108680','-75.448023',-5,1); -INSERT INTO zipcodes VALUES (19904,'Dover','DE','39.161639','-75.558700',-5,1); -INSERT INTO zipcodes VALUES (19905,'Dover','DE','39.108680','-75.448023',-5,1); -INSERT INTO zipcodes VALUES (19925,'Upper Uwchlan','PA','40.084337','-75.680797',-5,1); -INSERT INTO zipcodes VALUES (19930,'Bethany Beach','DE','38.536354','-75.060620',-5,1); -INSERT INTO zipcodes VALUES (19931,'Bethel','DE','38.570238','-75.614700',-5,1); -INSERT INTO zipcodes VALUES (19933,'Bridgeville','DE','38.736350','-75.608070',-5,1); -INSERT INTO zipcodes VALUES (19934,'Camden Wyoming','DE','39.094699','-75.588710',-5,1); -INSERT INTO zipcodes VALUES (19936,'Cheswold','DE','39.218448','-75.584848',-5,1); -INSERT INTO zipcodes VALUES (19938,'Clayton','DE','39.265066','-75.680700',-5,1); -INSERT INTO zipcodes VALUES (19939,'Dagsboro','DE','38.557501','-75.214650',-5,1); -INSERT INTO zipcodes VALUES (19940,'Delmar','DE','38.469655','-75.566900',-5,1); -INSERT INTO zipcodes VALUES (19941,'Ellendale','DE','38.801360','-75.425950',-5,1); -INSERT INTO zipcodes VALUES (19942,'Farmington','DE','38.868387','-75.579070',-5,1); -INSERT INTO zipcodes VALUES (19943,'Felton','DE','39.011387','-75.589780',-5,1); -INSERT INTO zipcodes VALUES (19944,'Fenwick Island','DE','38.459314','-75.053560',-5,1); -INSERT INTO zipcodes VALUES (19945,'Frankford','DE','38.511469','-75.183640',-5,1); -INSERT INTO zipcodes VALUES (19946,'Frederica','DE','39.037803','-75.466340',-5,1); -INSERT INTO zipcodes VALUES (19947,'Georgetown','DE','38.676552','-75.392690',-5,1); -INSERT INTO zipcodes VALUES (19950,'Greenwood','DE','38.818541','-75.609660',-5,1); -INSERT INTO zipcodes VALUES (19951,'Harbeson','DE','38.682345','-75.232860',-5,1); -INSERT INTO zipcodes VALUES (19952,'Harrington','DE','38.916908','-75.613430',-5,1); -INSERT INTO zipcodes VALUES (19953,'Hartly','DE','39.150822','-75.704280',-5,1); -INSERT INTO zipcodes VALUES (19954,'Houston','DE','38.909621','-75.512640',-5,1); -INSERT INTO zipcodes VALUES (19955,'Kenton','DE','39.227313','-75.665490',-5,1); -INSERT INTO zipcodes VALUES (19956,'Laurel','DE','38.549721','-75.553040',-5,1); -INSERT INTO zipcodes VALUES (19958,'Lewes','DE','38.746207','-75.162820',-5,1); -INSERT INTO zipcodes VALUES (19960,'Lincoln','DE','38.855872','-75.398890',-5,1); -INSERT INTO zipcodes VALUES (19961,'Little Creek','DE','39.166323','-75.448289',-5,1); -INSERT INTO zipcodes VALUES (19962,'Magnolia','DE','39.065170','-75.498580',-5,1); -INSERT INTO zipcodes VALUES (19963,'Milford','DE','38.922806','-75.414490',-5,1); -INSERT INTO zipcodes VALUES (19964,'Marydel','DE','39.098772','-75.739430',-5,1); -INSERT INTO zipcodes VALUES (19966,'Millsboro','DE','38.601355','-75.241100',-5,1); -INSERT INTO zipcodes VALUES (19967,'Millville','DE','38.545970','-75.111750',-5,1); -INSERT INTO zipcodes VALUES (19968,'Milton','DE','38.772648','-75.286650',-5,1); -INSERT INTO zipcodes VALUES (19969,'Nassau','DE','38.725562','-75.353387',-5,1); -INSERT INTO zipcodes VALUES (19970,'Ocean View','DE','38.550440','-75.099280',-5,1); -INSERT INTO zipcodes VALUES (19971,'Rehoboth Beach','DE','38.711512','-75.096770',-5,1); -INSERT INTO zipcodes VALUES (19973,'Seaford','DE','38.643248','-75.611020',-5,1); -INSERT INTO zipcodes VALUES (19975,'Selbyville','DE','38.463751','-75.156420',-5,1); -INSERT INTO zipcodes VALUES (19977,'Smyrna','DE','39.297990','-75.593910',-5,1); -INSERT INTO zipcodes VALUES (19979,'Viola','DE','39.046100','-75.571850',-5,1); -INSERT INTO zipcodes VALUES (19980,'Woodside','DE','39.070270','-75.570570',-5,1); -INSERT INTO zipcodes VALUES (19999,'Bethany Beach','DE','38.542771','-75.056660',-5,1); -INSERT INTO zipcodes VALUES (20001,'Washington','DC','38.907711','-77.017320',-5,1); -INSERT INTO zipcodes VALUES (20002,'Washington','DC','38.901811','-76.990970',-5,1); -INSERT INTO zipcodes VALUES (20003,'Washington','DC','38.881762','-76.994470',-5,1); -INSERT INTO zipcodes VALUES (20004,'Washington','DC','38.895268','-77.027600',-5,1); -INSERT INTO zipcodes VALUES (20005,'Washington','DC','38.904461','-77.030880',-5,1); -INSERT INTO zipcodes VALUES (20006,'Washington','DC','38.897567','-77.041950',-5,1); -INSERT INTO zipcodes VALUES (20007,'Washington','DC','38.913961','-77.071790',-5,1); -INSERT INTO zipcodes VALUES (20008,'Washington','DC','38.934866','-77.060390',-5,1); -INSERT INTO zipcodes VALUES (20009,'Washington','DC','38.919211','-77.037770',-5,1); -INSERT INTO zipcodes VALUES (20010,'Washington','DC','38.933311','-77.029290',-5,1); -INSERT INTO zipcodes VALUES (20011,'Washington','DC','38.952110','-77.020970',-5,1); -INSERT INTO zipcodes VALUES (20012,'Washington','DC','38.978080','-77.028580',-5,1); -INSERT INTO zipcodes VALUES (20013,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20015,'Washington','DC','38.965160','-77.067370',-5,1); -INSERT INTO zipcodes VALUES (20016,'Washington','DC','38.940810','-77.087230',-5,1); -INSERT INTO zipcodes VALUES (20017,'Washington','DC','38.937478','-76.991250',-5,1); -INSERT INTO zipcodes VALUES (20018,'Washington','DC','38.928761','-76.975230',-5,1); -INSERT INTO zipcodes VALUES (20019,'Washington','DC','38.891445','-76.938110',-5,1); -INSERT INTO zipcodes VALUES (20020,'Washington','DC','38.863079','-76.971380',-5,1); -INSERT INTO zipcodes VALUES (20024,'Washington','DC','38.880112','-77.023620',-5,1); -INSERT INTO zipcodes VALUES (20026,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20029,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20030,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20032,'Washington','DC','38.836145','-77.000580',-5,1); -INSERT INTO zipcodes VALUES (20033,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20035,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20036,'Washington','DC','38.906778','-77.041480',-5,1); -INSERT INTO zipcodes VALUES (20037,'Washington','DC','38.900394','-77.051260',-5,1); -INSERT INTO zipcodes VALUES (20038,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20039,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20040,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20041,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20042,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20043,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20044,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20045,'Washington','DC','38.896599','-77.031900',-5,1); -INSERT INTO zipcodes VALUES (20046,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20047,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20049,'Washington','DC','38.895911','-77.020998',-5,1); -INSERT INTO zipcodes VALUES (20050,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20051,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20052,'Washington','DC','38.900140','-77.047899',-5,1); -INSERT INTO zipcodes VALUES (20053,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20055,'Washington','DC','38.901633','-77.020959',-5,1); -INSERT INTO zipcodes VALUES (20056,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20057,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20058,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20059,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20060,'Washington','DC','38.918011','-77.020398',-5,1); -INSERT INTO zipcodes VALUES (20061,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20062,'Washington','DC','38.900009','-77.036948',-5,1); -INSERT INTO zipcodes VALUES (20063,'Washington','DC','38.905317','-77.046645',-5,1); -INSERT INTO zipcodes VALUES (20064,'Washington','DC','38.933161','-76.996348',-5,1); -INSERT INTO zipcodes VALUES (20065,'Washington','DC','38.883412','-77.028198',-5,1); -INSERT INTO zipcodes VALUES (20066,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20067,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20068,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20069,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20070,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20071,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20073,'Washington','DC','38.897011','-77.025098',-5,1); -INSERT INTO zipcodes VALUES (20074,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20075,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20076,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20077,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20078,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20080,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20081,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20082,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20088,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20090,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20091,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20097,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20098,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20099,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20101,'Dulles','VA','39.002125','-77.442066',-5,1); -INSERT INTO zipcodes VALUES (20102,'Dulles','VA','39.085309','-77.645224',-5,1); -INSERT INTO zipcodes VALUES (20103,'Dulles','VA','38.996242','-77.449952',-5,1); -INSERT INTO zipcodes VALUES (20104,'Dulles','VA','39.085309','-77.645224',-5,1); -INSERT INTO zipcodes VALUES (20105,'Aldie','VA','38.964054','-77.608780',-5,1); -INSERT INTO zipcodes VALUES (20106,'Amissville','VA','38.683116','-77.990310',-5,1); -INSERT INTO zipcodes VALUES (20107,'Arcola','VA','38.968321','-77.533263',-5,1); -INSERT INTO zipcodes VALUES (20108,'Manassas','VA','38.744685','-77.487162',-5,1); -INSERT INTO zipcodes VALUES (20109,'Manassas','VA','38.790202','-77.512940',-5,1); -INSERT INTO zipcodes VALUES (20110,'Manassas','VA','38.752269','-77.476940',-5,1); -INSERT INTO zipcodes VALUES (20111,'Manassas','VA','38.769697','-77.449150',-5,1); -INSERT INTO zipcodes VALUES (20112,'Manassas','VA','38.685117','-77.447960',-5,1); -INSERT INTO zipcodes VALUES (20113,'Manassas','VA','38.770864','-77.449443',-5,1); -INSERT INTO zipcodes VALUES (20115,'Marshall','VA','38.855848','-77.881740',-5,1); -INSERT INTO zipcodes VALUES (20116,'Marshall','VA','38.853723','-77.860127',-5,1); -INSERT INTO zipcodes VALUES (20117,'Middleburg','VA','38.983902','-77.749030',-5,1); -INSERT INTO zipcodes VALUES (20118,'Middleburg','VA','38.953454','-77.749960',-5,1); -INSERT INTO zipcodes VALUES (20119,'Catlett','VA','38.639283','-77.638660',-5,1); -INSERT INTO zipcodes VALUES (20120,'Centreville','VA','38.851221','-77.449980',-5,1); -INSERT INTO zipcodes VALUES (20121,'Centreville','VA','38.825710','-77.439640',-5,1); -INSERT INTO zipcodes VALUES (20122,'Centreville','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (20124,'Clifton','VA','38.797424','-77.392370',-5,1); -INSERT INTO zipcodes VALUES (20128,'Orlean','VA','38.741639','-77.977432',-5,1); -INSERT INTO zipcodes VALUES (20129,'Paeonian Springs','VA','39.149032','-77.614710',-5,1); -INSERT INTO zipcodes VALUES (20130,'Paris','VA','39.008532','-77.949070',-5,1); -INSERT INTO zipcodes VALUES (20131,'Philomont','VA','39.057952','-77.743423',-5,1); -INSERT INTO zipcodes VALUES (20132,'Purcellville','VA','39.146479','-77.727980',-5,1); -INSERT INTO zipcodes VALUES (20134,'Purcellville','VA','39.152187','-77.702576',-5,1); -INSERT INTO zipcodes VALUES (20135,'Bluemont','VA','39.080229','-77.871920',-5,1); -INSERT INTO zipcodes VALUES (20136,'Bristow','VA','38.747500','-77.569170',-5,1); -INSERT INTO zipcodes VALUES (20137,'Broad Run','VA','38.810629','-77.705700',-5,1); -INSERT INTO zipcodes VALUES (20138,'Calverton','VA','38.630238','-77.672950',-5,1); -INSERT INTO zipcodes VALUES (20139,'Casanova','VA','38.651558','-77.703610',-5,1); -INSERT INTO zipcodes VALUES (20140,'Rectortown','VA','38.918124','-77.872430',-5,1); -INSERT INTO zipcodes VALUES (20141,'Round Hill','VA','39.119917','-77.773280',-5,1); -INSERT INTO zipcodes VALUES (20142,'Round Hill','VA','39.130665','-77.774665',-5,1); -INSERT INTO zipcodes VALUES (20143,'Catharpin','VA','38.858613','-77.563910',-5,1); -INSERT INTO zipcodes VALUES (20144,'Delaplane','VA','38.918435','-77.925500',-5,1); -INSERT INTO zipcodes VALUES (20146,'Ashburn','VA','39.085309','-77.645224',-5,1); -INSERT INTO zipcodes VALUES (20147,'Ashburn','VA','39.041978','-77.490640',-5,1); -INSERT INTO zipcodes VALUES (20148,'Ashburn','VA','39.020637','-77.522760',-5,1); -INSERT INTO zipcodes VALUES (20149,'Ashburn','VA','39.085309','-77.645224',-5,1); -INSERT INTO zipcodes VALUES (20151,'Chantilly','VA','38.889111','-77.436300',-5,1); -INSERT INTO zipcodes VALUES (20152,'Chantilly','VA','38.903710','-77.503800',-5,1); -INSERT INTO zipcodes VALUES (20153,'Chantilly','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (20155,'Gainesville','VA','38.803732','-77.624040',-5,1); -INSERT INTO zipcodes VALUES (20156,'Gainesville','VA','38.721912','-77.466897',-5,1); -INSERT INTO zipcodes VALUES (20158,'Hamilton','VA','39.137667','-77.661860',-5,1); -INSERT INTO zipcodes VALUES (20159,'Hamilton','VA','39.133855','-77.662072',-5,1); -INSERT INTO zipcodes VALUES (20160,'Lincoln','VA','39.098479','-77.688338',-5,1); -INSERT INTO zipcodes VALUES (20163,'Sterling','VA','39.085309','-77.645224',-5,1); -INSERT INTO zipcodes VALUES (20164,'Sterling','VA','39.011909','-77.392950',-5,1); -INSERT INTO zipcodes VALUES (20165,'Sterling','VA','39.044855','-77.387010',-5,1); -INSERT INTO zipcodes VALUES (20166,'Sterling','VA','39.004276','-77.434420',-5,1); -INSERT INTO zipcodes VALUES (20167,'Sterling','VA','39.085309','-77.645224',-5,1); -INSERT INTO zipcodes VALUES (20168,'Haymarket','VA','38.721912','-77.466897',-5,1); -INSERT INTO zipcodes VALUES (20169,'Haymarket','VA','38.860551','-77.649470',-5,1); -INSERT INTO zipcodes VALUES (20170,'Herndon','VA','38.977109','-77.385270',-5,1); -INSERT INTO zipcodes VALUES (20171,'Herndon','VA','38.931479','-77.400850',-5,1); -INSERT INTO zipcodes VALUES (20172,'Herndon','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (20175,'Leesburg','VA','39.080037','-77.580250',-5,1); -INSERT INTO zipcodes VALUES (20176,'Leesburg','VA','39.138978','-77.545190',-5,1); -INSERT INTO zipcodes VALUES (20177,'Leesburg','VA','39.158095','-77.666863',-5,1); -INSERT INTO zipcodes VALUES (20178,'Leesburg','VA','39.072918','-77.608014',-5,1); -INSERT INTO zipcodes VALUES (20180,'Lovettsville','VA','39.261906','-77.642390',-5,1); -INSERT INTO zipcodes VALUES (20181,'Nokesville','VA','38.698350','-77.573650',-5,1); -INSERT INTO zipcodes VALUES (20182,'Nokesville','VA','38.700866','-77.585708',-5,1); -INSERT INTO zipcodes VALUES (20184,'Upperville','VA','38.997904','-77.874870',-5,1); -INSERT INTO zipcodes VALUES (20185,'Upperville','VA','38.992978','-77.879855',-5,1); -INSERT INTO zipcodes VALUES (20186,'Warrenton','VA','38.707135','-77.814500',-5,1); -INSERT INTO zipcodes VALUES (20187,'Warrenton','VA','38.735202','-77.737170',-5,1); -INSERT INTO zipcodes VALUES (20188,'Warrenton','VA','38.765619','-77.820293',-5,1); -INSERT INTO zipcodes VALUES (20190,'Reston','VA','38.959673','-77.346200',-5,1); -INSERT INTO zipcodes VALUES (20191,'Reston','VA','38.934709','-77.346900',-5,1); -INSERT INTO zipcodes VALUES (20192,'Herndon','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (20193,'Reston','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (20194,'Reston','VA','38.977362','-77.346580',-5,1); -INSERT INTO zipcodes VALUES (20195,'Reston','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (20196,'Reston','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (20197,'Waterford','VA','39.191333','-77.631180',-5,1); -INSERT INTO zipcodes VALUES (20198,'The Plains','VA','38.889848','-77.759070',-5,1); -INSERT INTO zipcodes VALUES (20199,'Dulles','VA','39.085309','-77.645224',-5,1); -INSERT INTO zipcodes VALUES (20201,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20202,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20203,'Washington','DC','38.905317','-77.046645',-5,1); -INSERT INTO zipcodes VALUES (20204,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20206,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20207,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20208,'Washington','DC','38.896611','-77.011748',-5,1); -INSERT INTO zipcodes VALUES (20210,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20211,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20212,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20213,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20214,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20215,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20216,'Washington','DC','38.891911','-77.014098',-5,1); -INSERT INTO zipcodes VALUES (20217,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20218,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20219,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20220,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20221,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20222,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20223,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20224,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20226,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20227,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20228,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20229,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20230,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20231,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20232,'Washington','DC','38.900561','-77.039099',-5,1); -INSERT INTO zipcodes VALUES (20233,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20235,'Washington','DC','38.915361','-77.057199',-5,1); -INSERT INTO zipcodes VALUES (20238,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20239,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20240,'Washington','DC','38.897143','-77.040895',-5,1); -INSERT INTO zipcodes VALUES (20241,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20242,'Washington','DC','38.867812','-77.028948',-5,1); -INSERT INTO zipcodes VALUES (20244,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20245,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20250,'Washington','DC','38.887323','-77.032740',-5,1); -INSERT INTO zipcodes VALUES (20251,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20254,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20260,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20261,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20262,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20265,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20266,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20268,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20270,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20277,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20289,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20299,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20301,'Washington','DC','38.889357','-77.031113',-5,1); -INSERT INTO zipcodes VALUES (20303,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20306,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20307,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20310,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20314,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20315,'Washington','DC','38.928861','-77.017948',-5,1); -INSERT INTO zipcodes VALUES (20317,'Washington','DC','38.931161','-77.010298',-5,1); -INSERT INTO zipcodes VALUES (20318,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20319,'Washington','DC','38.866924','-77.014240',-5,1); -INSERT INTO zipcodes VALUES (20330,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20332,'Washington','DC','38.829932','-77.017600',-5,1); -INSERT INTO zipcodes VALUES (20336,'Washington','DC','38.847768','-77.012990',-5,1); -INSERT INTO zipcodes VALUES (20337,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20338,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20340,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20350,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20370,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20372,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20373,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20374,'Washington','DC','38.855522','-77.002197',-5,1); -INSERT INTO zipcodes VALUES (20375,'Washington','DC','38.822713','-77.023220',-5,1); -INSERT INTO zipcodes VALUES (20380,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20388,'Washington','DC','38.872553','-76.996605',-5,1); -INSERT INTO zipcodes VALUES (20389,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20390,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20391,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20392,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20393,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20394,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20395,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20398,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20401,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20402,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20403,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20404,'Washington','DC','38.899161','-77.008948',-5,1); -INSERT INTO zipcodes VALUES (20405,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20406,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20407,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20408,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20409,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20410,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20411,'Washington','DC','38.883962','-77.022098',-5,1); -INSERT INTO zipcodes VALUES (20412,'Washington','DC','38.895261','-77.022098',-5,1); -INSERT INTO zipcodes VALUES (20413,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20414,'Washington','DC','38.883962','-77.022098',-5,1); -INSERT INTO zipcodes VALUES (20415,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20416,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20418,'Washington','DC','38.904253','-77.057230',-5,1); -INSERT INTO zipcodes VALUES (20419,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20420,'Washington','DC','38.903461','-77.027648',-5,1); -INSERT INTO zipcodes VALUES (20421,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20422,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20423,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20424,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20425,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20426,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20427,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20428,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20429,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20431,'Washington','DC','38.898618','-77.042753',-5,1); -INSERT INTO zipcodes VALUES (20433,'Washington','DC','38.899996','-77.041976',-5,1); -INSERT INTO zipcodes VALUES (20434,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20435,'Washington','DC','38.899399','-77.040319',-5,1); -INSERT INTO zipcodes VALUES (20436,'Washington','DC','38.895927','-77.021068',-5,1); -INSERT INTO zipcodes VALUES (20437,'Washington','DC','38.902761','-77.048499',-5,1); -INSERT INTO zipcodes VALUES (20439,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20440,'Washington','DC','38.913911','-77.045349',-5,1); -INSERT INTO zipcodes VALUES (20441,'Washington','DC','38.923861','-77.036349',-5,1); -INSERT INTO zipcodes VALUES (20442,'Washington','DC','38.895977','-77.017668',-5,1); -INSERT INTO zipcodes VALUES (20444,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20447,'Washington','DC','38.884712','-77.025198',-5,1); -INSERT INTO zipcodes VALUES (20451,'Washington','DC','38.897711','-77.044449',-5,1); -INSERT INTO zipcodes VALUES (20453,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20456,'Washington','DC','38.898111','-77.040149',-5,1); -INSERT INTO zipcodes VALUES (20460,'Washington','DC','38.876362','-77.018798',-5,1); -INSERT INTO zipcodes VALUES (20463,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20468,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20469,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20470,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20472,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20500,'Washington','DC','38.894781','-77.036122',-5,1); -INSERT INTO zipcodes VALUES (20501,'Washington','DC','38.898720','-77.036198',-5,1); -INSERT INTO zipcodes VALUES (20502,'Washington','DC','38.898720','-77.036198',-5,1); -INSERT INTO zipcodes VALUES (20503,'Washington','DC','38.900711','-77.043068',-5,1); -INSERT INTO zipcodes VALUES (20504,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20505,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20506,'Washington','DC','38.899364','-77.037668',-5,1); -INSERT INTO zipcodes VALUES (20507,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20508,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20510,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20515,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20520,'Washington','DC','38.893217','-77.048957',-5,1); -INSERT INTO zipcodes VALUES (20521,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20522,'Washington','DC','38.893217','-77.048957',-5,1); -INSERT INTO zipcodes VALUES (20523,'Washington','DC','38.894490','-77.047807',-5,1); -INSERT INTO zipcodes VALUES (20524,'Washington','DC','38.902414','-77.032601',-5,1); -INSERT INTO zipcodes VALUES (20525,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20526,'Washington','DC','38.902217','-77.043738',-5,1); -INSERT INTO zipcodes VALUES (20527,'Washington','DC','38.902933','-77.036091',-5,1); -INSERT INTO zipcodes VALUES (20530,'Washington','DC','38.897561','-77.026998',-5,1); -INSERT INTO zipcodes VALUES (20531,'Washington','DC','38.893761','-77.021848',-5,1); -INSERT INTO zipcodes VALUES (20532,'Washington','DC','38.904486','-77.017291',-5,1); -INSERT INTO zipcodes VALUES (20533,'Washington','DC','38.901102','-77.032591',-5,1); -INSERT INTO zipcodes VALUES (20534,'Washington','DC','38.894075','-77.012540',-5,1); -INSERT INTO zipcodes VALUES (20535,'Washington','DC','38.894097','-77.025133',-5,1); -INSERT INTO zipcodes VALUES (20536,'Washington','DC','38.901211','-77.016948',-5,1); -INSERT INTO zipcodes VALUES (20537,'Washington','DC','38.894097','-77.025133',-5,1); -INSERT INTO zipcodes VALUES (20538,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20539,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20540,'Washington','DC','38.887405','-77.004663',-5,1); -INSERT INTO zipcodes VALUES (20541,'Washington','DC','38.887405','-77.004663',-5,1); -INSERT INTO zipcodes VALUES (20542,'Washington','DC','38.940761','-77.028348',-5,1); -INSERT INTO zipcodes VALUES (20543,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20544,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20546,'Washington','DC','38.890976','-77.021092',-5,1); -INSERT INTO zipcodes VALUES (20547,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20548,'Washington','DC','38.898111','-77.017698',-5,1); -INSERT INTO zipcodes VALUES (20549,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20550,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20551,'Washington','DC','38.891995','-77.045219',-5,1); -INSERT INTO zipcodes VALUES (20552,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20553,'Washington','DC','38.887333','-77.023118',-5,1); -INSERT INTO zipcodes VALUES (20554,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20555,'Washington','DC','38.900011','-77.040149',-5,1); -INSERT INTO zipcodes VALUES (20557,'Washington','DC','38.887405','-77.004663',-5,1); -INSERT INTO zipcodes VALUES (20558,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20559,'Washington','DC','38.887405','-77.004663',-5,1); -INSERT INTO zipcodes VALUES (20560,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20565,'Washington','DC','38.891941','-77.018853',-5,1); -INSERT INTO zipcodes VALUES (20566,'Washington','DC','38.897074','-77.055350',-5,1); -INSERT INTO zipcodes VALUES (20570,'Washington','DC','38.899061','-77.040149',-5,1); -INSERT INTO zipcodes VALUES (20571,'Washington','DC','38.900559','-77.034554',-5,1); -INSERT INTO zipcodes VALUES (20572,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20573,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20575,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20576,'Washington','DC','38.893662','-77.023592',-5,1); -INSERT INTO zipcodes VALUES (20577,'Washington','DC','38.900758','-77.034455',-5,1); -INSERT INTO zipcodes VALUES (20578,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20579,'Washington','DC','38.904311','-77.044649',-5,1); -INSERT INTO zipcodes VALUES (20580,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20581,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20585,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20586,'Washington','DC','38.902211','-77.047399',-5,1); -INSERT INTO zipcodes VALUES (20590,'Washington','DC','38.883962','-77.022098',-5,1); -INSERT INTO zipcodes VALUES (20591,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20593,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20594,'Washington','DC','38.884940','-77.018372',-5,1); -INSERT INTO zipcodes VALUES (20597,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20599,'Washington','DC','38.893311','-77.014647',-5,1); -INSERT INTO zipcodes VALUES (20601,'Waldorf','MD','38.634306','-76.860080',-5,1); -INSERT INTO zipcodes VALUES (20602,'Waldorf','MD','38.598185','-76.903810',-5,1); -INSERT INTO zipcodes VALUES (20603,'Waldorf','MD','38.631542','-76.957230',-5,1); -INSERT INTO zipcodes VALUES (20604,'Waldorf','MD','38.509548','-76.981651',-5,1); -INSERT INTO zipcodes VALUES (20606,'Abell','MD','38.250996','-76.739740',-5,1); -INSERT INTO zipcodes VALUES (20607,'Accokeek','MD','38.672216','-77.018070',-5,1); -INSERT INTO zipcodes VALUES (20608,'Aquasco','MD','38.564649','-76.692290',-5,1); -INSERT INTO zipcodes VALUES (20609,'Avenue','MD','38.268558','-76.750840',-5,1); -INSERT INTO zipcodes VALUES (20610,'Barstow','MD','38.444727','-76.533026',-5,1); -INSERT INTO zipcodes VALUES (20611,'Bel Alton','MD','38.463289','-76.985800',-5,1); -INSERT INTO zipcodes VALUES (20612,'Benedict','MD','38.511147','-76.678640',-5,1); -INSERT INTO zipcodes VALUES (20613,'Brandywine','MD','38.676968','-76.822150',-5,1); -INSERT INTO zipcodes VALUES (20615,'Broomes Island','MD','38.416782','-76.548140',-5,1); -INSERT INTO zipcodes VALUES (20616,'Bryans Road','MD','38.639117','-77.083010',-5,1); -INSERT INTO zipcodes VALUES (20617,'Bryantown','MD','38.552230','-76.844770',-5,1); -INSERT INTO zipcodes VALUES (20618,'Bushwood','MD','38.270124','-76.791550',-5,1); -INSERT INTO zipcodes VALUES (20619,'California','MD','38.303103','-76.522310',-5,1); -INSERT INTO zipcodes VALUES (20620,'Callaway','MD','38.226406','-76.517590',-5,1); -INSERT INTO zipcodes VALUES (20621,'Chaptico','MD','38.330254','-76.807820',-5,1); -INSERT INTO zipcodes VALUES (20622,'Charlotte Hall','MD','38.458322','-76.839470',-5,1); -INSERT INTO zipcodes VALUES (20623,'Cheltenham','MD','38.748872','-76.830750',-5,1); -INSERT INTO zipcodes VALUES (20624,'Clements','MD','38.330096','-76.731130',-5,1); -INSERT INTO zipcodes VALUES (20625,'Cobb Island','MD','38.262468','-76.849510',-5,1); -INSERT INTO zipcodes VALUES (20626,'Coltons Point','MD','38.229113','-76.758290',-5,1); -INSERT INTO zipcodes VALUES (20627,'Compton','MD','38.276828','-76.703971',-5,1); -INSERT INTO zipcodes VALUES (20628,'Dameron','MD','38.135718','-76.338650',-5,1); -INSERT INTO zipcodes VALUES (20629,'Dowell','MD','38.334336','-76.453400',-5,1); -INSERT INTO zipcodes VALUES (20630,'Drayden','MD','38.171834','-76.474370',-5,1); -INSERT INTO zipcodes VALUES (20632,'Faulkner','MD','38.421787','-76.961820',-5,1); -INSERT INTO zipcodes VALUES (20634,'Great Mills','MD','38.260846','-76.498500',-5,1); -INSERT INTO zipcodes VALUES (20635,'Helen','MD','38.312112','-76.607676',-5,1); -INSERT INTO zipcodes VALUES (20636,'Hollywood','MD','38.349517','-76.548390',-5,1); -INSERT INTO zipcodes VALUES (20637,'Hughesville','MD','38.523408','-76.754350',-5,1); -INSERT INTO zipcodes VALUES (20639,'Huntingtown','MD','38.601648','-76.604340',-5,1); -INSERT INTO zipcodes VALUES (20640,'Indian Head','MD','38.593095','-77.152120',-5,1); -INSERT INTO zipcodes VALUES (20643,'Ironsides','MD','38.503876','-77.148283',-5,1); -INSERT INTO zipcodes VALUES (20645,'Issue','MD','38.301260','-76.915390',-5,1); -INSERT INTO zipcodes VALUES (20646,'La Plata','MD','38.528103','-76.980630',-5,1); -INSERT INTO zipcodes VALUES (20650,'Leonardtown','MD','38.269283','-76.643360',-5,1); -INSERT INTO zipcodes VALUES (20653,'Lexington Park','MD','38.234838','-76.448890',-5,1); -INSERT INTO zipcodes VALUES (20656,'Loveville','MD','38.359274','-76.683325',-5,1); -INSERT INTO zipcodes VALUES (20657,'Lusby','MD','38.370044','-76.433280',-5,1); -INSERT INTO zipcodes VALUES (20658,'Marbury','MD','38.567465','-77.167790',-5,1); -INSERT INTO zipcodes VALUES (20659,'Mechanicsville','MD','38.427328','-76.728260',-5,1); -INSERT INTO zipcodes VALUES (20660,'Morganza','MD','38.363994','-76.694102',-5,1); -INSERT INTO zipcodes VALUES (20661,'Mount Victoria','MD','38.343591','-76.884559',-5,1); -INSERT INTO zipcodes VALUES (20662,'Nanjemoy','MD','38.420290','-77.194790',-5,1); -INSERT INTO zipcodes VALUES (20664,'Newburg','MD','38.343729','-76.924930',-5,1); -INSERT INTO zipcodes VALUES (20667,'Park Hall','MD','38.217600','-76.438200',-5,1); -INSERT INTO zipcodes VALUES (20670,'Patuxent River','MD','38.268636','-76.423830',-5,1); -INSERT INTO zipcodes VALUES (20674,'Piney Point','MD','38.127843','-76.490550',-5,1); -INSERT INTO zipcodes VALUES (20675,'Pomfret','MD','38.582150','-77.017390',-5,1); -INSERT INTO zipcodes VALUES (20676,'Port Republic','MD','38.489163','-76.529370',-5,1); -INSERT INTO zipcodes VALUES (20677,'Port Tobacco','MD','38.501493','-77.031690',-5,1); -INSERT INTO zipcodes VALUES (20678,'Prince Frederick','MD','38.535116','-76.584320',-5,1); -INSERT INTO zipcodes VALUES (20680,'Ridge','MD','38.112419','-76.369640',-5,1); -INSERT INTO zipcodes VALUES (20682,'Rock Point','MD','38.283551','-76.848093',-5,1); -INSERT INTO zipcodes VALUES (20684,'Saint Inigoes','MD','38.151666','-76.405120',-5,1); -INSERT INTO zipcodes VALUES (20685,'Saint Leonard','MD','38.448869','-76.497760',-5,1); -INSERT INTO zipcodes VALUES (20686,'Saint Marys City','MD','38.188796','-76.420738',-5,1); -INSERT INTO zipcodes VALUES (20687,'Scotland','MD','38.064947','-76.344400',-5,1); -INSERT INTO zipcodes VALUES (20688,'Solomons','MD','38.339176','-76.465680',-5,1); -INSERT INTO zipcodes VALUES (20689,'Sunderland','MD','38.668765','-76.586480',-5,1); -INSERT INTO zipcodes VALUES (20690,'Tall Timbers','MD','38.165432','-76.532840',-5,1); -INSERT INTO zipcodes VALUES (20692,'Valley Lee','MD','38.179764','-76.501850',-5,1); -INSERT INTO zipcodes VALUES (20693,'Welcome','MD','38.451267','-77.089550',-5,1); -INSERT INTO zipcodes VALUES (20695,'White Plains','MD','38.593202','-76.970630',-5,1); -INSERT INTO zipcodes VALUES (20697,'Southern Md Facility','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20701,'Annapolis Junction','MD','39.127708','-76.792300',-5,1); -INSERT INTO zipcodes VALUES (20703,'Lanham','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20704,'Beltsville','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20705,'Beltsville','MD','39.044509','-76.913300',-5,1); -INSERT INTO zipcodes VALUES (20706,'Lanham','MD','38.964093','-76.853310',-5,1); -INSERT INTO zipcodes VALUES (20707,'Laurel','MD','39.098475','-76.865710',-5,1); -INSERT INTO zipcodes VALUES (20708,'Laurel','MD','39.063200','-76.841030',-5,1); -INSERT INTO zipcodes VALUES (20709,'Laurel','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20710,'Bladensburg','MD','38.941428','-76.930050',-5,1); -INSERT INTO zipcodes VALUES (20711,'Lothian','MD','38.808840','-76.672360',-5,1); -INSERT INTO zipcodes VALUES (20712,'Mount Rainier','MD','38.941594','-76.963690',-5,1); -INSERT INTO zipcodes VALUES (20714,'North Beach','MD','38.711264','-76.536370',-5,1); -INSERT INTO zipcodes VALUES (20715,'Bowie','MD','38.979413','-76.743820',-5,1); -INSERT INTO zipcodes VALUES (20716,'Bowie','MD','38.931930','-76.724570',-5,1); -INSERT INTO zipcodes VALUES (20717,'Bowie','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20718,'Bowie','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20719,'Bowie','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20720,'Bowie','MD','38.986699','-76.786120',-5,1); -INSERT INTO zipcodes VALUES (20721,'Bowie','MD','38.917506','-76.794040',-5,1); -INSERT INTO zipcodes VALUES (20722,'Brentwood','MD','38.939716','-76.952030',-5,1); -INSERT INTO zipcodes VALUES (20723,'Laurel','MD','39.134062','-76.857900',-5,1); -INSERT INTO zipcodes VALUES (20724,'Laurel','MD','39.101646','-76.803340',-5,1); -INSERT INTO zipcodes VALUES (20725,'Laurel','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20726,'Laurel','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20731,'Capitol Heights','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20732,'Chesapeake Beach','MD','38.670858','-76.536520',-5,1); -INSERT INTO zipcodes VALUES (20733,'Churchton','MD','38.801516','-76.524690',-5,1); -INSERT INTO zipcodes VALUES (20735,'Clinton','MD','38.753264','-76.899130',-5,1); -INSERT INTO zipcodes VALUES (20736,'Owings','MD','38.694074','-76.617930',-5,1); -INSERT INTO zipcodes VALUES (20737,'Riverdale','MD','38.961460','-76.920560',-5,1); -INSERT INTO zipcodes VALUES (20738,'Riverdale','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20740,'College Park','MD','38.997560','-76.925770',-5,1); -INSERT INTO zipcodes VALUES (20741,'College Park','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20742,'College Park','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20743,'Capitol Heights','MD','38.886812','-76.906450',-5,1); -INSERT INTO zipcodes VALUES (20744,'Fort Washington','MD','38.756347','-76.990340',-5,1); -INSERT INTO zipcodes VALUES (20745,'Oxon Hill','MD','38.807580','-76.991930',-5,1); -INSERT INTO zipcodes VALUES (20746,'Suitland','MD','38.839663','-76.914780',-5,1); -INSERT INTO zipcodes VALUES (20747,'District Heights','MD','38.855479','-76.886210',-5,1); -INSERT INTO zipcodes VALUES (20748,'Temple Hills','MD','38.822163','-76.939740',-5,1); -INSERT INTO zipcodes VALUES (20749,'Fort Washington','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20750,'Oxon Hill','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20751,'Deale','MD','38.786949','-76.553350',-5,1); -INSERT INTO zipcodes VALUES (20752,'Suitland','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20753,'District Heights','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20754,'Dunkirk','MD','38.746123','-76.651170',-5,1); -INSERT INTO zipcodes VALUES (20755,'Fort George G Meade','MD','39.105015','-76.741260',-5,1); -INSERT INTO zipcodes VALUES (20757,'Temple Hills','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20758,'Friendship','MD','38.731822','-76.593780',-5,1); -INSERT INTO zipcodes VALUES (20759,'Fulton','MD','39.147257','-76.937990',-5,1); -INSERT INTO zipcodes VALUES (20762,'Andrews Air Force Base','MD','38.820546','-76.883340',-5,1); -INSERT INTO zipcodes VALUES (20763,'Savage','MD','39.137307','-76.823350',-5,1); -INSERT INTO zipcodes VALUES (20764,'Shady Side','MD','38.839015','-76.511400',-5,1); -INSERT INTO zipcodes VALUES (20765,'Galesville','MD','38.844097','-76.547950',-5,1); -INSERT INTO zipcodes VALUES (20768,'Greenbelt','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20769,'Glenn Dale','MD','38.984107','-76.815440',-5,1); -INSERT INTO zipcodes VALUES (20770,'Greenbelt','MD','39.003910','-76.880050',-5,1); -INSERT INTO zipcodes VALUES (20771,'Greenbelt','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20772,'Upper Marlboro','MD','38.792281','-76.781000',-5,1); -INSERT INTO zipcodes VALUES (20773,'Upper Marlboro','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20774,'Upper Marlboro','MD','38.892456','-76.806850',-5,1); -INSERT INTO zipcodes VALUES (20775,'Upper Marlboro','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20776,'Harwood','MD','38.863130','-76.619170',-5,1); -INSERT INTO zipcodes VALUES (20777,'Highland','MD','39.173104','-76.957790',-5,1); -INSERT INTO zipcodes VALUES (20778,'West River','MD','38.832265','-76.556040',-5,1); -INSERT INTO zipcodes VALUES (20779,'Tracys Landing','MD','38.759196','-76.570760',-5,1); -INSERT INTO zipcodes VALUES (20781,'Hyattsville','MD','38.946746','-76.935600',-5,1); -INSERT INTO zipcodes VALUES (20782,'Hyattsville','MD','38.964010','-76.961390',-5,1); -INSERT INTO zipcodes VALUES (20783,'Hyattsville','MD','38.989410','-76.972940',-5,1); -INSERT INTO zipcodes VALUES (20784,'Hyattsville','MD','38.950528','-76.888800',-5,1); -INSERT INTO zipcodes VALUES (20785,'Hyattsville','MD','38.920111','-76.889000',-5,1); -INSERT INTO zipcodes VALUES (20787,'Hyattsville','MD','38.987070','-76.982405',-5,1); -INSERT INTO zipcodes VALUES (20788,'Hyattsville','MD','38.969434','-76.950913',-5,1); -INSERT INTO zipcodes VALUES (20790,'Capitol Heights','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20791,'Capitol Heights','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20794,'Jessup','MD','39.144807','-76.787670',-5,1); -INSERT INTO zipcodes VALUES (20797,'Southern Md Facility','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20799,'Capitol Heights','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20812,'Glen Echo','MD','38.970260','-77.144200',-5,1); -INSERT INTO zipcodes VALUES (20813,'Bethesda','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20814,'Bethesda','MD','38.999759','-77.101850',-5,1); -INSERT INTO zipcodes VALUES (20815,'Chevy Chase','MD','38.979860','-77.080790',-5,1); -INSERT INTO zipcodes VALUES (20816,'Bethesda','MD','38.958377','-77.114250',-5,1); -INSERT INTO zipcodes VALUES (20817,'Bethesda','MD','38.996842','-77.135190',-5,1); -INSERT INTO zipcodes VALUES (20818,'Cabin John','MD','38.975110','-77.159280',-5,1); -INSERT INTO zipcodes VALUES (20824,'Bethesda','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20825,'Chevy Chase','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20827,'Bethesda','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20830,'Olney','MD','39.155220','-77.066745',-5,1); -INSERT INTO zipcodes VALUES (20831,'Chesapeake Beach','MD','38.698833','-76.536276',-5,1); -INSERT INTO zipcodes VALUES (20832,'Olney','MD','39.155449','-77.074870',-5,1); -INSERT INTO zipcodes VALUES (20833,'Brookeville','MD','39.183221','-77.059170',-5,1); -INSERT INTO zipcodes VALUES (20837,'Poolesville','MD','39.128854','-77.407630',-5,1); -INSERT INTO zipcodes VALUES (20838,'Barnesville','MD','39.221975','-77.377810',-5,1); -INSERT INTO zipcodes VALUES (20839,'Beallsville','MD','39.167200','-77.414110',-5,1); -INSERT INTO zipcodes VALUES (20841,'Boyds','MD','39.194497','-77.321000',-5,1); -INSERT INTO zipcodes VALUES (20842,'Dickerson','MD','39.220860','-77.416990',-5,1); -INSERT INTO zipcodes VALUES (20847,'Rockville','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20848,'Rockville','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20849,'Rockville','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20850,'Rockville','MD','39.093408','-77.171800',-5,1); -INSERT INTO zipcodes VALUES (20851,'Rockville','MD','39.076608','-77.123200',-5,1); -INSERT INTO zipcodes VALUES (20852,'Rockville','MD','39.050900','-77.122610',-5,1); -INSERT INTO zipcodes VALUES (20853,'Rockville','MD','39.087409','-77.094400',-5,1); -INSERT INTO zipcodes VALUES (20854,'Potomac','MD','39.035028','-77.199950',-5,1); -INSERT INTO zipcodes VALUES (20855,'Derwood','MD','39.131705','-77.149810',-5,1); -INSERT INTO zipcodes VALUES (20857,'Rockville','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20859,'Potomac','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20860,'Sandy Spring','MD','39.152830','-77.034940',-5,1); -INSERT INTO zipcodes VALUES (20861,'Ashton','MD','39.148270','-76.998590',-5,1); -INSERT INTO zipcodes VALUES (20862,'Brinklow','MD','39.184019','-77.017080',-5,1); -INSERT INTO zipcodes VALUES (20866,'Burtonsville','MD','39.097243','-76.934670',-5,1); -INSERT INTO zipcodes VALUES (20868,'Spencerville','MD','39.127028','-76.963720',-5,1); -INSERT INTO zipcodes VALUES (20871,'Clarksburg','MD','39.262598','-77.291250',-5,1); -INSERT INTO zipcodes VALUES (20872,'Damascus','MD','39.284185','-77.227520',-5,1); -INSERT INTO zipcodes VALUES (20874,'Germantown','MD','39.169859','-77.275640',-5,1); -INSERT INTO zipcodes VALUES (20875,'Germantown','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20876,'Germantown','MD','39.191769','-77.243290',-5,1); -INSERT INTO zipcodes VALUES (20877,'Gaithersburg','MD','39.139750','-77.185680',-5,1); -INSERT INTO zipcodes VALUES (20878,'Gaithersburg','MD','39.117550','-77.235480',-5,1); -INSERT INTO zipcodes VALUES (20879,'Gaithersburg','MD','39.168656','-77.187160',-5,1); -INSERT INTO zipcodes VALUES (20880,'Washington Grove','MD','39.139535','-77.175920',-5,1); -INSERT INTO zipcodes VALUES (20882,'Gaithersburg','MD','39.229652','-77.159400',-5,1); -INSERT INTO zipcodes VALUES (20884,'Gaithersburg','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20885,'Gaithersburg','MD','39.187421','-77.202798',-5,1); -INSERT INTO zipcodes VALUES (20886,'Montgomery Village','MD','39.178737','-77.195640',-5,1); -INSERT INTO zipcodes VALUES (20889,'Bethesda','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20891,'Kensington','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20892,'Bethesda','MD','39.002375','-77.103410',-5,1); -INSERT INTO zipcodes VALUES (20894,'Bethesda','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20895,'Kensington','MD','39.027259','-77.077450',-5,1); -INSERT INTO zipcodes VALUES (20896,'Garrett Park','MD','39.035276','-77.092630',-5,1); -INSERT INTO zipcodes VALUES (20897,'Suburb Maryland Fac','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20898,'Gaithersburg','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20899,'Gaithersburg','MD','39.140324','-77.221984',-5,1); -INSERT INTO zipcodes VALUES (20901,'Silver Spring','MD','39.020359','-77.011500',-5,1); -INSERT INTO zipcodes VALUES (20902,'Silver Spring','MD','39.040759','-77.048760',-5,1); -INSERT INTO zipcodes VALUES (20903,'Silver Spring','MD','39.014009','-76.981990',-5,1); -INSERT INTO zipcodes VALUES (20904,'Silver Spring','MD','39.069108','-76.978340',-5,1); -INSERT INTO zipcodes VALUES (20905,'Silver Spring','MD','39.104509','-76.993740',-5,1); -INSERT INTO zipcodes VALUES (20906,'Silver Spring','MD','39.077370','-77.064330',-5,1); -INSERT INTO zipcodes VALUES (20907,'Silver Spring','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20908,'Silver Spring','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20910,'Silver Spring','MD','38.999992','-77.034040',-5,1); -INSERT INTO zipcodes VALUES (20911,'Silver Spring','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20912,'Takoma Park','MD','38.982360','-77.000440',-5,1); -INSERT INTO zipcodes VALUES (20913,'Takoma Park','MD','38.833563','-76.877743',-5,1); -INSERT INTO zipcodes VALUES (20914,'Silver Spring','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20915,'Silver Spring','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20916,'Silver Spring','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20918,'Silver Spring','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (20997,'Silver Spring','MD','39.143979','-77.207617',-5,1); -INSERT INTO zipcodes VALUES (21001,'Aberdeen','MD','39.508177','-76.180660',-5,1); -INSERT INTO zipcodes VALUES (21002,'Perryman','MD','39.487519','-76.199871',-5,1); -INSERT INTO zipcodes VALUES (21004,'Bel Air South','MD','39.539458','-76.326363',-5,1); -INSERT INTO zipcodes VALUES (21005,'Aberdeen Proving Ground','MD','39.473451','-76.140830',-5,1); -INSERT INTO zipcodes VALUES (21009,'Abingdon','MD','39.473899','-76.298300',-5,1); -INSERT INTO zipcodes VALUES (21010,'Gunpowder','MD','39.344808','-76.273130',-5,1); -INSERT INTO zipcodes VALUES (21012,'Arnold','MD','39.049377','-76.498920',-5,1); -INSERT INTO zipcodes VALUES (21013,'Baldwin','MD','39.508739','-76.491910',-5,1); -INSERT INTO zipcodes VALUES (21014,'Bel Air','MD','39.536057','-76.349570',-5,1); -INSERT INTO zipcodes VALUES (21015,'Bel Air','MD','39.532212','-76.307540',-5,1); -INSERT INTO zipcodes VALUES (21017,'Belcamp','MD','39.476018','-76.243550',-5,1); -INSERT INTO zipcodes VALUES (21018,'Benson','MD','39.509276','-76.385083',-5,1); -INSERT INTO zipcodes VALUES (21020,'Boring','MD','39.521276','-76.804699',-5,1); -INSERT INTO zipcodes VALUES (21022,'Brooklandville','MD','39.397861','-76.671742',-5,1); -INSERT INTO zipcodes VALUES (21023,'Butler','MD','39.532955','-76.743196',-5,1); -INSERT INTO zipcodes VALUES (21027,'Chase','MD','39.438964','-76.592139',-5,1); -INSERT INTO zipcodes VALUES (21028,'Churchville','MD','39.559374','-76.247570',-5,1); -INSERT INTO zipcodes VALUES (21029,'Clarksville','MD','39.198816','-76.936700',-5,1); -INSERT INTO zipcodes VALUES (21030,'Cockeysville','MD','39.477506','-76.641140',-5,1); -INSERT INTO zipcodes VALUES (21031,'Hunt Valley','MD','39.487938','-76.659380',-5,1); -INSERT INTO zipcodes VALUES (21032,'Crownsville','MD','39.043660','-76.588050',-5,1); -INSERT INTO zipcodes VALUES (21034,'Darlington','MD','39.638039','-76.223980',-5,1); -INSERT INTO zipcodes VALUES (21035,'Davidsonville','MD','38.931312','-76.652480',-5,1); -INSERT INTO zipcodes VALUES (21036,'Dayton','MD','39.243670','-76.997820',-5,1); -INSERT INTO zipcodes VALUES (21037,'Edgewater','MD','38.921763','-76.537300',-5,1); -INSERT INTO zipcodes VALUES (21040,'Edgewood','MD','39.427058','-76.301830',-5,1); -INSERT INTO zipcodes VALUES (21041,'Ellicott City','MD','39.236405','-76.941902',-5,1); -INSERT INTO zipcodes VALUES (21042,'Ellicott City','MD','39.276305','-76.860820',-5,1); -INSERT INTO zipcodes VALUES (21043,'Ellicott City','MD','39.254356','-76.800600',-5,1); -INSERT INTO zipcodes VALUES (21044,'Columbia','MD','39.215360','-76.878230',-5,1); -INSERT INTO zipcodes VALUES (21045,'Columbia','MD','39.207523','-76.825270',-5,1); -INSERT INTO zipcodes VALUES (21046,'Columbia','MD','39.175004','-76.853190',-5,1); -INSERT INTO zipcodes VALUES (21047,'Fallston','MD','39.521572','-76.425800',-5,1); -INSERT INTO zipcodes VALUES (21048,'Finksburg','MD','39.506853','-76.909530',-5,1); -INSERT INTO zipcodes VALUES (21050,'Forest Hill','MD','39.574606','-76.390220',-5,1); -INSERT INTO zipcodes VALUES (21051,'Fork','MD','39.470440','-76.448980',-5,1); -INSERT INTO zipcodes VALUES (21052,'Fort Howard','MD','39.206108','-76.446420',-5,1); -INSERT INTO zipcodes VALUES (21053,'Freeland','MD','39.701720','-76.712360',-5,1); -INSERT INTO zipcodes VALUES (21054,'Gambrills','MD','39.040159','-76.684080',-5,1); -INSERT INTO zipcodes VALUES (21055,'Garrison','MD','39.438964','-76.592139',-5,1); -INSERT INTO zipcodes VALUES (21056,'Gibson Island','MD','39.075660','-76.428600',-5,1); -INSERT INTO zipcodes VALUES (21057,'Glen Arm','MD','39.454943','-76.497180',-5,1); -INSERT INTO zipcodes VALUES (21060,'Glen Burnie','MD','39.162225','-76.594440',-5,1); -INSERT INTO zipcodes VALUES (21061,'Glen Burnie','MD','39.164158','-76.630600',-5,1); -INSERT INTO zipcodes VALUES (21062,'Glen Burnie','MD','38.974203','-76.594942',-5,1); -INSERT INTO zipcodes VALUES (21071,'Glyndon','MD','39.472604','-76.814240',-5,1); -INSERT INTO zipcodes VALUES (21074,'Hampstead','MD','39.613293','-76.848020',-5,1); -INSERT INTO zipcodes VALUES (21075,'Elkridge','MD','39.197119','-76.751780',-5,1); -INSERT INTO zipcodes VALUES (21076,'Hanover','MD','39.167708','-76.717060',-5,1); -INSERT INTO zipcodes VALUES (21077,'Harmans','MD','39.157958','-76.698540',-5,1); -INSERT INTO zipcodes VALUES (21078,'Havre De Grace','MD','39.554644','-76.111180',-5,1); -INSERT INTO zipcodes VALUES (21080,'Henryton','MD','39.534703','-77.049302',-5,1); -INSERT INTO zipcodes VALUES (21082,'Hydes','MD','39.470274','-76.459640',-5,1); -INSERT INTO zipcodes VALUES (21084,'Jarrettsville','MD','39.610405','-76.455690',-5,1); -INSERT INTO zipcodes VALUES (21085,'Joppa','MD','39.432273','-76.355780',-5,1); -INSERT INTO zipcodes VALUES (21087,'Kingsville','MD','39.444457','-76.408170',-5,1); -INSERT INTO zipcodes VALUES (21088,'Lineboro','MD','39.534703','-77.049302',-5,1); -INSERT INTO zipcodes VALUES (21090,'Linthicum Heights','MD','39.209529','-76.661770',-5,1); -INSERT INTO zipcodes VALUES (21092,'Long Green','MD','39.438964','-76.592139',-5,1); -INSERT INTO zipcodes VALUES (21093,'Lutherville Timonium','MD','39.435789','-76.636140',-5,1); -INSERT INTO zipcodes VALUES (21094,'Lutherville Timonium','MD','39.438964','-76.592139',-5,1); -INSERT INTO zipcodes VALUES (21098,'Hanover','MD','38.974203','-76.594942',-5,1); -INSERT INTO zipcodes VALUES (21102,'Manchester','MD','39.685569','-76.850500',-5,1); -INSERT INTO zipcodes VALUES (21104,'Marriottsville','MD','39.359754','-76.911030',-5,1); -INSERT INTO zipcodes VALUES (21105,'Maryland Line','MD','39.712453','-76.650690',-5,1); -INSERT INTO zipcodes VALUES (21106,'Mayo','MD','38.971475','-76.580934',-5,1); -INSERT INTO zipcodes VALUES (21108,'Millersville','MD','39.099957','-76.621140',-5,1); -INSERT INTO zipcodes VALUES (21111,'Monkton','MD','39.575605','-76.591230',-5,1); -INSERT INTO zipcodes VALUES (21113,'Odenton','MD','39.079902','-76.708670',-5,1); -INSERT INTO zipcodes VALUES (21114,'Crofton','MD','39.012134','-76.685610',-5,1); -INSERT INTO zipcodes VALUES (21117,'Owings Mills','MD','39.419105','-76.783880',-5,1); -INSERT INTO zipcodes VALUES (21120,'Parkton','MD','39.656737','-76.660010',-5,1); -INSERT INTO zipcodes VALUES (21122,'Pasadena','MD','39.125776','-76.518630',-5,1); -INSERT INTO zipcodes VALUES (21123,'Pasadena','MD','38.974203','-76.594942',-5,1); -INSERT INTO zipcodes VALUES (21128,'Perry Hall','MD','39.400296','-76.446390',-5,1); -INSERT INTO zipcodes VALUES (21130,'Perryman','MD','39.466859','-76.201060',-5,1); -INSERT INTO zipcodes VALUES (21131,'Phoenix','MD','39.504706','-76.571120',-5,1); -INSERT INTO zipcodes VALUES (21132,'Pylesville','MD','39.696621','-76.427810',-5,1); -INSERT INTO zipcodes VALUES (21133,'Randallstown','MD','39.376372','-76.799160',-5,1); -INSERT INTO zipcodes VALUES (21136,'Reisterstown','MD','39.470603','-76.814170',-5,1); -INSERT INTO zipcodes VALUES (21139,'Riderwood','MD','39.438964','-76.592139',-5,1); -INSERT INTO zipcodes VALUES (21140,'Riva','MD','38.952412','-76.582050',-5,1); -INSERT INTO zipcodes VALUES (21144,'Severn','MD','39.130224','-76.691420',-5,1); -INSERT INTO zipcodes VALUES (21146,'Severna Park','MD','39.079059','-76.557840',-5,1); -INSERT INTO zipcodes VALUES (21150,'Simpsonville','MD','39.236405','-76.941902',-5,1); -INSERT INTO zipcodes VALUES (21152,'Sparks Glencoe','MD','39.543905','-76.670000',-5,1); -INSERT INTO zipcodes VALUES (21153,'Stevenson','MD','39.412905','-76.730345',-5,1); -INSERT INTO zipcodes VALUES (21154,'Street','MD','39.661905','-76.351660',-5,1); -INSERT INTO zipcodes VALUES (21155,'Upperco','MD','39.566103','-76.821250',-5,1); -INSERT INTO zipcodes VALUES (21156,'Upper Falls','MD','39.439935','-76.393630',-5,1); -INSERT INTO zipcodes VALUES (21157,'Westminster','MD','39.563901','-76.989260',-5,1); -INSERT INTO zipcodes VALUES (21158,'Westminster','MD','39.624705','-77.030860',-5,1); -INSERT INTO zipcodes VALUES (21160,'Whiteford','MD','39.707377','-76.318640',-5,1); -INSERT INTO zipcodes VALUES (21161,'White Hall','MD','39.659671','-76.568590',-5,1); -INSERT INTO zipcodes VALUES (21162,'White Marsh','MD','39.387307','-76.412360',-5,1); -INSERT INTO zipcodes VALUES (21163,'Woodstock','MD','39.336855','-76.849470',-5,1); -INSERT INTO zipcodes VALUES (21176,'New Windsor','MD','39.540072','-77.115045',-5,1); -INSERT INTO zipcodes VALUES (21201,'Baltimore','MD','39.295306','-76.621180',-5,1); -INSERT INTO zipcodes VALUES (21202,'Baltimore','MD','39.296507','-76.606930',-5,1); -INSERT INTO zipcodes VALUES (21203,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21204,'Towson','MD','39.405606','-76.626480',-5,1); -INSERT INTO zipcodes VALUES (21205,'Baltimore','MD','39.301157','-76.574780',-5,1); -INSERT INTO zipcodes VALUES (21206,'Baltimore','MD','39.341107','-76.540850',-5,1); -INSERT INTO zipcodes VALUES (21207,'Gwynn Oak','MD','39.324406','-76.717600',-5,1); -INSERT INTO zipcodes VALUES (21208,'Pikesville','MD','39.376879','-76.728700',-5,1); -INSERT INTO zipcodes VALUES (21209,'Baltimore','MD','39.368974','-76.669040',-5,1); -INSERT INTO zipcodes VALUES (21210,'Baltimore','MD','39.352496','-76.634520',-5,1); -INSERT INTO zipcodes VALUES (21211,'Baltimore','MD','39.328957','-76.633610',-5,1); -INSERT INTO zipcodes VALUES (21212,'Baltimore','MD','39.363456','-76.611420',-5,1); -INSERT INTO zipcodes VALUES (21213,'Baltimore','MD','39.311474','-76.582830',-5,1); -INSERT INTO zipcodes VALUES (21214,'Baltimore','MD','39.351857','-76.563990',-5,1); -INSERT INTO zipcodes VALUES (21215,'Baltimore','MD','39.345456','-76.680380',-5,1); -INSERT INTO zipcodes VALUES (21216,'Baltimore','MD','39.310006','-76.670290',-5,1); -INSERT INTO zipcodes VALUES (21217,'Baltimore','MD','39.306306','-76.637860',-5,1); -INSERT INTO zipcodes VALUES (21218,'Baltimore','MD','39.325956','-76.606020',-5,1); -INSERT INTO zipcodes VALUES (21219,'Sparrows Point','MD','39.229258','-76.448980',-5,1); -INSERT INTO zipcodes VALUES (21220,'Middle River','MD','39.337798','-76.415330',-5,1); -INSERT INTO zipcodes VALUES (21221,'Essex','MD','39.307737','-76.451710',-5,1); -INSERT INTO zipcodes VALUES (21222,'Dundalk','MD','39.263162','-76.508200',-5,1); -INSERT INTO zipcodes VALUES (21223,'Baltimore','MD','39.286556','-76.646440',-5,1); -INSERT INTO zipcodes VALUES (21224,'Baltimore','MD','39.284607','-76.556960',-5,1); -INSERT INTO zipcodes VALUES (21225,'Brooklyn','MD','39.229507','-76.612030',-5,1); -INSERT INTO zipcodes VALUES (21226,'Curtis Bay','MD','39.211758','-76.566230',-5,1); -INSERT INTO zipcodes VALUES (21227,'Halethorpe','MD','39.241957','-76.677120',-5,1); -INSERT INTO zipcodes VALUES (21228,'Catonsville','MD','39.278056','-76.740020',-5,1); -INSERT INTO zipcodes VALUES (21229,'Baltimore','MD','39.284856','-76.687800',-5,1); -INSERT INTO zipcodes VALUES (21230,'Baltimore','MD','39.273107','-76.626130',-5,1); -INSERT INTO zipcodes VALUES (21231,'Baltimore','MD','39.288607','-76.591160',-5,1); -INSERT INTO zipcodes VALUES (21233,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21234,'Parkville','MD','39.385006','-76.541770',-5,1); -INSERT INTO zipcodes VALUES (21235,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21236,'Nottingham','MD','39.389457','-76.487090',-5,1); -INSERT INTO zipcodes VALUES (21237,'Rosedale','MD','39.332240','-76.503650',-5,1); -INSERT INTO zipcodes VALUES (21239,'Baltimore','MD','39.362250','-76.588120',-5,1); -INSERT INTO zipcodes VALUES (21240,'Baltimore','MD','39.142793','-76.651589',-5,1); -INSERT INTO zipcodes VALUES (21241,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21244,'Windsor Mill','MD','39.338156','-76.764380',-5,1); -INSERT INTO zipcodes VALUES (21250,'Baltimore','MD','39.258226','-76.713149',-5,1); -INSERT INTO zipcodes VALUES (21251,'Baltimore','MD','39.438964','-76.592139',-5,1); -INSERT INTO zipcodes VALUES (21252,'Baltimore','MD','39.388799','-76.613325',-5,1); -INSERT INTO zipcodes VALUES (21260,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21263,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21264,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21265,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21268,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21270,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21273,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21274,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21275,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21278,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21279,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21280,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21281,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21282,'Baltimore','MD','39.438964','-76.592139',-5,1); -INSERT INTO zipcodes VALUES (21283,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21284,'Baltimore','MD','39.438964','-76.592139',-5,1); -INSERT INTO zipcodes VALUES (21285,'Baltimore','MD','39.438964','-76.592139',-5,1); -INSERT INTO zipcodes VALUES (21286,'Towson','MD','39.399639','-76.584180',-5,1); -INSERT INTO zipcodes VALUES (21287,'Baltimore','MD','39.297457','-76.592738',-5,1); -INSERT INTO zipcodes VALUES (21288,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21289,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21290,'Baltimore','MD','39.293256','-76.623839',-5,1); -INSERT INTO zipcodes VALUES (21297,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21298,'Baltimore','MD','39.284707','-76.620489',-5,1); -INSERT INTO zipcodes VALUES (21401,'Annapolis','MD','38.997511','-76.498030',-5,1); -INSERT INTO zipcodes VALUES (21402,'Annapolis','MD','38.988506','-76.472290',-5,1); -INSERT INTO zipcodes VALUES (21403,'Annapolis','MD','38.946462','-76.483580',-5,1); -INSERT INTO zipcodes VALUES (21404,'Annapolis','MD','38.974203','-76.594942',-5,1); -INSERT INTO zipcodes VALUES (21405,'Annapolis','MD','39.028010','-76.541830',-5,1); -INSERT INTO zipcodes VALUES (21411,'Annapolis','MD','38.974203','-76.594942',-5,1); -INSERT INTO zipcodes VALUES (21412,'Annapolis','MD','38.974203','-76.594942',-5,1); -INSERT INTO zipcodes VALUES (21501,'Cumberland','MD','39.580691','-78.690593',-5,1); -INSERT INTO zipcodes VALUES (21502,'Cumberland','MD','39.646587','-78.773980',-5,1); -INSERT INTO zipcodes VALUES (21503,'Cumberland','MD','39.580691','-78.690593',-5,1); -INSERT INTO zipcodes VALUES (21504,'Cumberland','MD','39.580691','-78.690593',-5,1); -INSERT INTO zipcodes VALUES (21505,'Cumberland','MD','39.594043','-78.843432',-5,1); -INSERT INTO zipcodes VALUES (21520,'Accident','MD','39.629925','-79.313770',-5,1); -INSERT INTO zipcodes VALUES (21521,'Barton','MD','39.535862','-79.019400',-5,1); -INSERT INTO zipcodes VALUES (21522,'Bittinger','MD','39.614779','-79.244940',-5,1); -INSERT INTO zipcodes VALUES (21523,'Bloomington','MD','39.479650','-79.072630',-5,1); -INSERT INTO zipcodes VALUES (21524,'Corriganville','MD','39.698332','-78.787410',-5,1); -INSERT INTO zipcodes VALUES (21528,'Eckhart Mines','MD','39.652187','-78.901230',-5,1); -INSERT INTO zipcodes VALUES (21529,'Ellerslie','MD','39.718905','-78.776850',-5,1); -INSERT INTO zipcodes VALUES (21530,'Flintstone','MD','39.697548','-78.538930',-5,1); -INSERT INTO zipcodes VALUES (21531,'Friendsville','MD','39.662458','-79.416000',-5,1); -INSERT INTO zipcodes VALUES (21532,'Frostburg','MD','39.646120','-78.937780',-5,1); -INSERT INTO zipcodes VALUES (21536,'Grantsville','MD','39.675393','-79.170450',-5,1); -INSERT INTO zipcodes VALUES (21538,'Kitzmiller','MD','39.395674','-79.200960',-5,1); -INSERT INTO zipcodes VALUES (21539,'Lonaconing','MD','39.580942','-78.990730',-5,1); -INSERT INTO zipcodes VALUES (21540,'Luke','MD','39.475166','-79.059680',-5,1); -INSERT INTO zipcodes VALUES (21541,'McHenry','MD','39.557364','-79.359990',-5,1); -INSERT INTO zipcodes VALUES (21542,'Midland','MD','39.589842','-78.948770',-5,1); -INSERT INTO zipcodes VALUES (21543,'Midlothian','MD','39.636640','-78.950270',-5,1); -INSERT INTO zipcodes VALUES (21545,'Mount Savage','MD','39.699489','-78.869610',-5,1); -INSERT INTO zipcodes VALUES (21550,'Oakland','MD','39.409861','-79.390150',-5,1); -INSERT INTO zipcodes VALUES (21555,'Oldtown','MD','39.579649','-78.558260',-5,1); -INSERT INTO zipcodes VALUES (21556,'Pinto','MD','39.572452','-78.843962',-5,1); -INSERT INTO zipcodes VALUES (21557,'Rawlings','MD','39.509856','-78.923290',-5,1); -INSERT INTO zipcodes VALUES (21560,'Spring Gap','MD','39.564946','-78.711000',-5,1); -INSERT INTO zipcodes VALUES (21561,'Swanton','MD','39.484412','-79.208560',-5,1); -INSERT INTO zipcodes VALUES (21562,'Westernport','MD','39.488146','-79.035060',-5,1); -INSERT INTO zipcodes VALUES (21601,'Easton','MD','38.777863','-76.078200',-5,1); -INSERT INTO zipcodes VALUES (21606,'Easton','MD','38.758525','-76.180166',-5,1); -INSERT INTO zipcodes VALUES (21607,'Barclay','MD','39.142967','-75.861440',-5,1); -INSERT INTO zipcodes VALUES (21609,'Bethlehem','MD','38.740562','-75.958683',-5,1); -INSERT INTO zipcodes VALUES (21610,'Betterton','MD','39.366193','-76.062300',-5,1); -INSERT INTO zipcodes VALUES (21612,'Bozman','MD','38.747964','-76.272790',-5,1); -INSERT INTO zipcodes VALUES (21613,'Cambridge','MD','38.545285','-76.091180',-5,1); -INSERT INTO zipcodes VALUES (21617,'Centreville','MD','39.049697','-76.053090',-5,1); -INSERT INTO zipcodes VALUES (21619,'Chester','MD','38.949536','-76.280630',-5,1); -INSERT INTO zipcodes VALUES (21620,'Chestertown','MD','39.215278','-76.097260',-5,1); -INSERT INTO zipcodes VALUES (21622,'Church Creek','MD','38.393669','-76.168060',-5,1); -INSERT INTO zipcodes VALUES (21623,'Church Hill','MD','39.123235','-75.967070',-5,1); -INSERT INTO zipcodes VALUES (21624,'Claiborne','MD','38.836142','-76.270200',-5,1); -INSERT INTO zipcodes VALUES (21625,'Cordova','MD','38.882856','-75.988420',-5,1); -INSERT INTO zipcodes VALUES (21626,'Crapo','MD','38.344103','-76.100980',-5,1); -INSERT INTO zipcodes VALUES (21627,'Crocheron','MD','38.176560','-76.043210',-5,1); -INSERT INTO zipcodes VALUES (21628,'Crumpton','MD','39.239132','-75.924300',-5,1); -INSERT INTO zipcodes VALUES (21629,'Denton','MD','38.871895','-75.827300',-5,1); -INSERT INTO zipcodes VALUES (21631,'East New Market','MD','38.589383','-75.942180',-5,1); -INSERT INTO zipcodes VALUES (21632,'Federalsburg','MD','38.705731','-75.774880',-5,1); -INSERT INTO zipcodes VALUES (21634,'Fishing Creek','MD','38.288409','-76.201460',-5,1); -INSERT INTO zipcodes VALUES (21635,'Galena','MD','39.349536','-75.853320',-5,1); -INSERT INTO zipcodes VALUES (21636,'Goldsboro','MD','39.026033','-75.793600',-5,1); -INSERT INTO zipcodes VALUES (21638,'Grasonville','MD','38.954613','-76.212570',-5,1); -INSERT INTO zipcodes VALUES (21639,'Greensboro','MD','38.971566','-75.801070',-5,1); -INSERT INTO zipcodes VALUES (21640,'Henderson','MD','39.077330','-75.799920',-5,1); -INSERT INTO zipcodes VALUES (21641,'Hillsboro','MD','38.920583','-75.940800',-5,1); -INSERT INTO zipcodes VALUES (21643,'Hurlock','MD','38.641666','-75.864180',-5,1); -INSERT INTO zipcodes VALUES (21644,'Ingleside','MD','39.094126','-75.872940',-5,1); -INSERT INTO zipcodes VALUES (21645,'Kennedyville','MD','39.328784','-75.966600',-5,1); -INSERT INTO zipcodes VALUES (21647,'Mcdaniel','MD','38.805030','-76.291050',-5,1); -INSERT INTO zipcodes VALUES (21648,'Madison','MD','38.485297','-76.240570',-5,1); -INSERT INTO zipcodes VALUES (21649,'Marydel','MD','39.122683','-75.764270',-5,1); -INSERT INTO zipcodes VALUES (21650,'Massey','MD','39.311429','-75.808060',-5,1); -INSERT INTO zipcodes VALUES (21651,'Millington','MD','39.254014','-75.862390',-5,1); -INSERT INTO zipcodes VALUES (21652,'Neavitt','MD','38.795102','-76.152762',-5,1); -INSERT INTO zipcodes VALUES (21653,'Newcomb','MD','38.750959','-76.178040',-5,1); -INSERT INTO zipcodes VALUES (21654,'Oxford','MD','38.690831','-76.146660',-5,1); -INSERT INTO zipcodes VALUES (21655,'Preston','MD','38.747216','-75.914590',-5,1); -INSERT INTO zipcodes VALUES (21656,'Price','MD','39.034637','-76.092127',-5,1); -INSERT INTO zipcodes VALUES (21657,'Queen Anne','MD','38.945143','-75.969150',-5,1); -INSERT INTO zipcodes VALUES (21658,'Queenstown','MD','38.963566','-76.139390',-5,1); -INSERT INTO zipcodes VALUES (21659,'Rhodesdale','MD','38.575260','-75.781770',-5,1); -INSERT INTO zipcodes VALUES (21660,'Ridgely','MD','38.954731','-75.884590',-5,1); -INSERT INTO zipcodes VALUES (21661,'Rock Hall','MD','39.137775','-76.227650',-5,1); -INSERT INTO zipcodes VALUES (21662,'Royal Oak','MD','38.709254','-76.208600',-5,1); -INSERT INTO zipcodes VALUES (21663,'Saint Michaels','MD','38.783264','-76.222560',-5,1); -INSERT INTO zipcodes VALUES (21664,'Secretary','MD','38.609886','-75.949000',-5,1); -INSERT INTO zipcodes VALUES (21665,'Sherwood','MD','38.754785','-76.324740',-5,1); -INSERT INTO zipcodes VALUES (21666,'Stevensville','MD','38.942464','-76.341240',-5,1); -INSERT INTO zipcodes VALUES (21667,'Still Pond','MD','39.335017','-76.053650',-5,1); -INSERT INTO zipcodes VALUES (21668,'Sudlersville','MD','39.201203','-75.851750',-5,1); -INSERT INTO zipcodes VALUES (21669,'Taylors Island','MD','38.458374','-76.302030',-5,1); -INSERT INTO zipcodes VALUES (21670,'Templeville','MD','38.889270','-75.861191',-5,1); -INSERT INTO zipcodes VALUES (21671,'Tilghman','MD','38.708795','-76.335010',-5,1); -INSERT INTO zipcodes VALUES (21672,'Toddville','MD','38.277014','-76.062290',-5,1); -INSERT INTO zipcodes VALUES (21673,'Trappe','MD','38.662533','-76.070090',-5,1); -INSERT INTO zipcodes VALUES (21675,'Wingate','MD','38.286828','-76.082210',-5,1); -INSERT INTO zipcodes VALUES (21676,'Wittman','MD','38.796477','-76.304370',-5,1); -INSERT INTO zipcodes VALUES (21677,'Woolford','MD','38.510494','-76.182190',-5,1); -INSERT INTO zipcodes VALUES (21678,'Worton','MD','39.295736','-76.099740',-5,1); -INSERT INTO zipcodes VALUES (21679,'Wye Mills','MD','38.925358','-76.056520',-5,1); -INSERT INTO zipcodes VALUES (21681,'Ridgely','MD','38.889270','-75.861191',-5,1); -INSERT INTO zipcodes VALUES (21682,'Ridgely','MD','38.889270','-75.861191',-5,1); -INSERT INTO zipcodes VALUES (21683,'Ridgely','MD','38.889270','-75.861191',-5,1); -INSERT INTO zipcodes VALUES (21684,'Ridgely','MD','38.889270','-75.861191',-5,1); -INSERT INTO zipcodes VALUES (21685,'Ridgely','MD','38.889270','-75.861191',-5,1); -INSERT INTO zipcodes VALUES (21686,'Ridgely','MD','38.889270','-75.861191',-5,1); -INSERT INTO zipcodes VALUES (21687,'Ridgely','MD','38.889270','-75.861191',-5,1); -INSERT INTO zipcodes VALUES (21688,'Ridgely','MD','38.889270','-75.861191',-5,1); -INSERT INTO zipcodes VALUES (21690,'Chestertown','MD','39.034637','-76.092127',-5,1); -INSERT INTO zipcodes VALUES (21701,'Frederick','MD','39.423344','-77.389020',-5,1); -INSERT INTO zipcodes VALUES (21702,'Frederick','MD','39.451934','-77.442000',-5,1); -INSERT INTO zipcodes VALUES (21703,'Frederick','MD','39.385165','-77.453900',-5,1); -INSERT INTO zipcodes VALUES (21704,'Frederick','MD','39.363415','-77.378490',-5,1); -INSERT INTO zipcodes VALUES (21705,'Frederick','MD','39.469961','-77.392139',-5,1); -INSERT INTO zipcodes VALUES (21709,'Frederick','MD','39.469961','-77.392139',-5,1); -INSERT INTO zipcodes VALUES (21710,'Adamstown','MD','39.301647','-77.466670',-5,1); -INSERT INTO zipcodes VALUES (21711,'Big Pool','MD','39.654773','-78.018230',-5,1); -INSERT INTO zipcodes VALUES (21713,'Boonsboro','MD','39.521507','-77.660560',-5,1); -INSERT INTO zipcodes VALUES (21714,'Braddock Heights','MD','39.420300','-77.505098',-5,1); -INSERT INTO zipcodes VALUES (21715,'Brownsville','MD','39.386893','-77.658015',-5,1); -INSERT INTO zipcodes VALUES (21716,'Brunswick','MD','39.313666','-77.624660',-5,1); -INSERT INTO zipcodes VALUES (21717,'Buckeystown','MD','39.334864','-77.433300',-5,1); -INSERT INTO zipcodes VALUES (21718,'Burkittsville','MD','39.391459','-77.627090',-5,1); -INSERT INTO zipcodes VALUES (21719,'Cascade','MD','39.710433','-77.491040',-5,1); -INSERT INTO zipcodes VALUES (21720,'Cavetown','MD','39.647296','-77.584162',-5,1); -INSERT INTO zipcodes VALUES (21721,'Chewsville','MD','39.642537','-77.637152',-5,1); -INSERT INTO zipcodes VALUES (21722,'Clear Spring','MD','39.656474','-77.915200',-5,1); -INSERT INTO zipcodes VALUES (21723,'Cooksville','MD','39.319271','-77.023970',-5,1); -INSERT INTO zipcodes VALUES (21727,'Emmitsburg','MD','39.695328','-77.327210',-5,1); -INSERT INTO zipcodes VALUES (21733,'Fairplay','MD','39.549752','-77.755700',-5,1); -INSERT INTO zipcodes VALUES (21734,'Funkstown','MD','39.609846','-77.707250',-5,1); -INSERT INTO zipcodes VALUES (21736,'Gapland','MD','39.520696','-77.916196',-5,1); -INSERT INTO zipcodes VALUES (21737,'Glenelg','MD','39.265740','-76.997350',-5,1); -INSERT INTO zipcodes VALUES (21738,'Glenwood','MD','39.280106','-77.020520',-5,1); -INSERT INTO zipcodes VALUES (21740,'Hagerstown','MD','39.633946','-77.730250',-5,1); -INSERT INTO zipcodes VALUES (21741,'Hagerstown','MD','39.693944','-77.742116',-5,1); -INSERT INTO zipcodes VALUES (21742,'Hagerstown','MD','39.658897','-77.682970',-5,1); -INSERT INTO zipcodes VALUES (21746,'Hagerstown','MD','39.563787','-77.720642',-5,1); -INSERT INTO zipcodes VALUES (21747,'Hagerstown','MD','39.520696','-77.916196',-5,1); -INSERT INTO zipcodes VALUES (21748,'Hagerstown','MD','39.520696','-77.916196',-5,1); -INSERT INTO zipcodes VALUES (21749,'Hagerstown','MD','39.520696','-77.916196',-5,1); -INSERT INTO zipcodes VALUES (21750,'Hancock','MD','39.692614','-78.216910',-5,1); -INSERT INTO zipcodes VALUES (21754,'Ijamsville','MD','39.342096','-77.299840',-5,1); -INSERT INTO zipcodes VALUES (21755,'Jefferson','MD','39.372496','-77.558690',-5,1); -INSERT INTO zipcodes VALUES (21756,'Keedysville','MD','39.460534','-77.692840',-5,1); -INSERT INTO zipcodes VALUES (21757,'Keymar','MD','39.584616','-77.268600',-5,1); -INSERT INTO zipcodes VALUES (21758,'Knoxville','MD','39.342991','-77.660140',-5,1); -INSERT INTO zipcodes VALUES (21759,'Ladiesburg','MD','39.569426','-77.290519',-5,1); -INSERT INTO zipcodes VALUES (21762,'Libertytown','MD','39.484079','-77.247110',-5,1); -INSERT INTO zipcodes VALUES (21764,'Linwood','MD','39.534703','-77.049302',-5,1); -INSERT INTO zipcodes VALUES (21765,'Lisbon','MD','39.337804','-77.071952',-5,1); -INSERT INTO zipcodes VALUES (21766,'Little Orleans','MD','39.656430','-78.398600',-5,1); -INSERT INTO zipcodes VALUES (21767,'Maugansville','MD','39.697894','-77.745140',-5,1); -INSERT INTO zipcodes VALUES (21769,'Middletown','MD','39.446452','-77.551690',-5,1); -INSERT INTO zipcodes VALUES (21770,'Monrovia','MD','39.354093','-77.248610',-5,1); -INSERT INTO zipcodes VALUES (21771,'Mount Airy','MD','39.381295','-77.158670',-5,1); -INSERT INTO zipcodes VALUES (21773,'Myersville','MD','39.528123','-77.557000',-5,1); -INSERT INTO zipcodes VALUES (21774,'New Market','MD','39.408627','-77.286760',-5,1); -INSERT INTO zipcodes VALUES (21775,'New Midway','MD','39.564472','-77.294680',-5,1); -INSERT INTO zipcodes VALUES (21776,'New Windsor','MD','39.529834','-77.097150',-5,1); -INSERT INTO zipcodes VALUES (21777,'Point Of Rocks','MD','39.275498','-77.533850',-5,1); -INSERT INTO zipcodes VALUES (21778,'Rocky Ridge','MD','39.610752','-77.341660',-5,1); -INSERT INTO zipcodes VALUES (21779,'Rohrersville','MD','39.431058','-77.661690',-5,1); -INSERT INTO zipcodes VALUES (21780,'Sabillasville','MD','39.677316','-77.470490',-5,1); -INSERT INTO zipcodes VALUES (21781,'Saint James','MD','39.569910','-77.760697',-5,1); -INSERT INTO zipcodes VALUES (21782,'Sharpsburg','MD','39.454582','-77.750520',-5,1); -INSERT INTO zipcodes VALUES (21783,'Smithsburg','MD','39.655722','-77.567200',-5,1); -INSERT INTO zipcodes VALUES (21784,'Sykesville','MD','39.396670','-76.965000',-5,1); -INSERT INTO zipcodes VALUES (21787,'Taneytown','MD','39.665171','-77.172640',-5,1); -INSERT INTO zipcodes VALUES (21788,'Thurmont','MD','39.604303','-77.410920',-5,1); -INSERT INTO zipcodes VALUES (21790,'Tuscarora','MD','39.254538','-77.494740',-5,1); -INSERT INTO zipcodes VALUES (21791,'Union Bridge','MD','39.554900','-77.181760',-5,1); -INSERT INTO zipcodes VALUES (21792,'Unionville','MD','39.469961','-77.392139',-5,1); -INSERT INTO zipcodes VALUES (21793,'Walkersville','MD','39.484843','-77.346680',-5,1); -INSERT INTO zipcodes VALUES (21794,'West Friendship','MD','39.297519','-76.983770',-5,1); -INSERT INTO zipcodes VALUES (21795,'Williamsport','MD','39.600029','-77.815840',-5,1); -INSERT INTO zipcodes VALUES (21797,'Woodbine','MD','39.335671','-77.063640',-5,1); -INSERT INTO zipcodes VALUES (21798,'Woodsboro','MD','39.540623','-77.306060',-5,1); -INSERT INTO zipcodes VALUES (21801,'Salisbury','MD','38.369675','-75.612140',-5,1); -INSERT INTO zipcodes VALUES (21802,'Salisbury','MD','38.388434','-75.627600',-5,1); -INSERT INTO zipcodes VALUES (21803,'Salisbury','MD','38.388434','-75.627600',-5,1); -INSERT INTO zipcodes VALUES (21804,'Salisbury','MD','38.359332','-75.569310',-5,1); -INSERT INTO zipcodes VALUES (21810,'Allen','MD','38.292848','-75.688120',-5,1); -INSERT INTO zipcodes VALUES (21811,'Berlin','MD','38.343166','-75.190820',-5,1); -INSERT INTO zipcodes VALUES (21813,'Bishopville','MD','38.431954','-75.180610',-5,1); -INSERT INTO zipcodes VALUES (21814,'Bivalve','MD','38.302152','-75.888120',-5,1); -INSERT INTO zipcodes VALUES (21817,'Crisfield','MD','37.985297','-75.845970',-5,1); -INSERT INTO zipcodes VALUES (21821,'Deal Island','MD','38.158615','-75.931470',-5,1); -INSERT INTO zipcodes VALUES (21822,'Eden','MD','38.284622','-75.647710',-5,1); -INSERT INTO zipcodes VALUES (21824,'Ewell','MD','37.991177','-76.023740',-5,1); -INSERT INTO zipcodes VALUES (21826,'Fruitland','MD','38.322867','-75.620880',-5,1); -INSERT INTO zipcodes VALUES (21829,'Girdletree','MD','38.097861','-75.393780',-5,1); -INSERT INTO zipcodes VALUES (21830,'Hebron','MD','38.407885','-75.693570',-5,1); -INSERT INTO zipcodes VALUES (21831,'Hebron','MD','38.416292','-75.691572',-5,1); -INSERT INTO zipcodes VALUES (21835,'Linkwood','MD','38.540293','-75.945960',-5,1); -INSERT INTO zipcodes VALUES (21836,'Manokin','MD','38.073294','-75.734412',-5,1); -INSERT INTO zipcodes VALUES (21837,'Mardela Springs','MD','38.469332','-75.740740',-5,1); -INSERT INTO zipcodes VALUES (21838,'Marion Station','MD','38.018482','-75.738900',-5,1); -INSERT INTO zipcodes VALUES (21840,'Nanticoke','MD','38.268651','-75.904940',-5,1); -INSERT INTO zipcodes VALUES (21841,'Newark','MD','38.248485','-75.291060',-5,1); -INSERT INTO zipcodes VALUES (21842,'Ocean City','MD','38.385457','-75.071530',-5,1); -INSERT INTO zipcodes VALUES (21843,'Ocean City','MD','38.223090','-75.324057',-5,1); -INSERT INTO zipcodes VALUES (21849,'Parsonsburg','MD','38.363057','-75.455740',-5,1); -INSERT INTO zipcodes VALUES (21850,'Pittsville','MD','38.377713','-75.397470',-5,1); -INSERT INTO zipcodes VALUES (21851,'Pocomoke City','MD','38.069322','-75.548110',-5,1); -INSERT INTO zipcodes VALUES (21852,'Powellville','MD','38.388434','-75.627600',-5,1); -INSERT INTO zipcodes VALUES (21853,'Princess Anne','MD','38.205272','-75.701690',-5,1); -INSERT INTO zipcodes VALUES (21856,'Quantico','MD','38.327156','-75.795980',-5,1); -INSERT INTO zipcodes VALUES (21857,'Rehobeth','MD','38.092718','-75.888207',-5,1); -INSERT INTO zipcodes VALUES (21861,'Sharptown','MD','38.539817','-75.718540',-5,1); -INSERT INTO zipcodes VALUES (21862,'Showell','MD','38.398930','-75.211950',-5,1); -INSERT INTO zipcodes VALUES (21863,'Snow Hill','MD','38.193683','-75.411620',-5,1); -INSERT INTO zipcodes VALUES (21864,'Stockton','MD','38.040265','-75.409920',-5,1); -INSERT INTO zipcodes VALUES (21865,'Tyaskin','MD','38.324259','-75.877930',-5,1); -INSERT INTO zipcodes VALUES (21866,'Tylerton','MD','37.967803','-76.023370',-5,1); -INSERT INTO zipcodes VALUES (21867,'Upper Fairmount','MD','38.111688','-75.792420',-5,1); -INSERT INTO zipcodes VALUES (21868,'Fairmount','MD','38.107572','-75.789354',-5,1); -INSERT INTO zipcodes VALUES (21869,'Vienna','MD','38.493753','-75.843170',-5,1); -INSERT INTO zipcodes VALUES (21870,'Wenona','MD','38.092718','-75.888207',-5,1); -INSERT INTO zipcodes VALUES (21871,'Westover','MD','38.100727','-75.711500',-5,1); -INSERT INTO zipcodes VALUES (21872,'Whaleyville','MD','38.408973','-75.295750',-5,1); -INSERT INTO zipcodes VALUES (21874,'Willards','MD','38.397611','-75.353640',-5,1); -INSERT INTO zipcodes VALUES (21875,'Delmar','MD','38.446894','-75.563650',-5,1); -INSERT INTO zipcodes VALUES (21890,'Westover','MD','38.092718','-75.888207',-5,1); -INSERT INTO zipcodes VALUES (21901,'North East','MD','39.593813','-75.956020',-5,1); -INSERT INTO zipcodes VALUES (21902,'Perry Point','MD','39.553014','-76.065420',-5,1); -INSERT INTO zipcodes VALUES (21903,'Perryville','MD','39.571003','-76.050770',-5,1); -INSERT INTO zipcodes VALUES (21904,'Port Deposit','MD','39.618810','-76.085300',-5,1); -INSERT INTO zipcodes VALUES (21911,'Rising Sun','MD','39.694974','-76.053950',-5,1); -INSERT INTO zipcodes VALUES (21912,'Warwick','MD','39.444740','-75.802030',-5,1); -INSERT INTO zipcodes VALUES (21913,'Cecilton','MD','39.402919','-75.869430',-5,1); -INSERT INTO zipcodes VALUES (21914,'Charlestown','MD','39.572476','-75.979040',-5,1); -INSERT INTO zipcodes VALUES (21915,'Chesapeake City','MD','39.523096','-75.841550',-5,1); -INSERT INTO zipcodes VALUES (21916,'Childs','MD','39.541512','-75.999972',-5,1); -INSERT INTO zipcodes VALUES (21917,'Colora','MD','39.671671','-76.097200',-5,1); -INSERT INTO zipcodes VALUES (21918,'Conowingo','MD','39.679246','-76.154640',-5,1); -INSERT INTO zipcodes VALUES (21919,'Earleville','MD','39.425542','-75.961640',-5,1); -INSERT INTO zipcodes VALUES (21920,'Elk Mills','MD','39.658943','-75.823140',-5,1); -INSERT INTO zipcodes VALUES (21921,'Elkton','MD','39.626736','-75.842940',-5,1); -INSERT INTO zipcodes VALUES (21922,'Elkton','MD','39.593612','-75.947332',-5,1); -INSERT INTO zipcodes VALUES (21930,'Georgetown','MD','39.365119','-75.884990',-5,1); -INSERT INTO zipcodes VALUES (22002,'Amissville','VA','38.691448','-78.137019',-5,1); -INSERT INTO zipcodes VALUES (22003,'Annandale','VA','38.830345','-77.213870',-5,1); -INSERT INTO zipcodes VALUES (22009,'Burke','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22015,'Burke','VA','38.788646','-77.278880',-5,1); -INSERT INTO zipcodes VALUES (22026,'Dumfries','VA','38.582319','-77.327220',-5,1); -INSERT INTO zipcodes VALUES (22027,'Dunn Loring','VA','38.893921','-77.219760',-5,1); -INSERT INTO zipcodes VALUES (22030,'Fairfax','VA','38.846212','-77.327870',-5,1); -INSERT INTO zipcodes VALUES (22031,'Fairfax','VA','38.859675','-77.261670',-5,1); -INSERT INTO zipcodes VALUES (22032,'Fairfax','VA','38.821753','-77.292930',-5,1); -INSERT INTO zipcodes VALUES (22033,'Fairfax','VA','38.874879','-77.386420',-5,1); -INSERT INTO zipcodes VALUES (22034,'Fairfax','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22035,'Fairfax','VA','38.855715','-77.361633',-5,1); -INSERT INTO zipcodes VALUES (22036,'Fairfax','VA','38.735114','-77.079650',-5,1); -INSERT INTO zipcodes VALUES (22037,'Fairfax','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22038,'Fairfax','VA','38.852849','-77.301990',-5,1); -INSERT INTO zipcodes VALUES (22039,'Fairfax Station','VA','38.760747','-77.316840',-5,1); -INSERT INTO zipcodes VALUES (22040,'Falls Church','VA','38.884177','-77.171752',-5,1); -INSERT INTO zipcodes VALUES (22041,'Falls Church','VA','38.849136','-77.140810',-5,1); -INSERT INTO zipcodes VALUES (22042,'Falls Church','VA','38.864669','-77.187810',-5,1); -INSERT INTO zipcodes VALUES (22043,'Falls Church','VA','38.901311','-77.197770',-5,1); -INSERT INTO zipcodes VALUES (22044,'Falls Church','VA','38.859645','-77.153280',-5,1); -INSERT INTO zipcodes VALUES (22046,'Falls Church','VA','38.886311','-77.180980',-5,1); -INSERT INTO zipcodes VALUES (22047,'Falls Church','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22060,'Fort Belvoir','VA','38.712990','-77.166150',-5,1); -INSERT INTO zipcodes VALUES (22066,'Great Falls','VA','39.003809','-77.301650',-5,1); -INSERT INTO zipcodes VALUES (22067,'Greenway','VA','38.964510','-77.233103',-5,1); -INSERT INTO zipcodes VALUES (22079,'Lorton','VA','38.695915','-77.201220',-5,1); -INSERT INTO zipcodes VALUES (22081,'Merrifield','VA','38.873861','-77.234454',-5,1); -INSERT INTO zipcodes VALUES (22082,'Merrifield','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22092,'Herndon','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22093,'Ashburn','VA','39.085309','-77.645224',-5,1); -INSERT INTO zipcodes VALUES (22095,'Herndon','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22096,'Reston','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22101,'McLean','VA','38.932760','-77.167700',-5,1); -INSERT INTO zipcodes VALUES (22102,'McLean','VA','38.938664','-77.221960',-5,1); -INSERT INTO zipcodes VALUES (22103,'West Mclean','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22106,'McLean','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22109,'McLean','VA','38.920165','-77.229043',-5,1); -INSERT INTO zipcodes VALUES (22116,'Merrifield','VA','38.871469','-77.234428',-5,1); -INSERT INTO zipcodes VALUES (22118,'Merrifield','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22119,'Merrifield','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22120,'Merrifield','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22121,'Mount Vernon','VA','38.830912','-77.432252',-5,1); -INSERT INTO zipcodes VALUES (22122,'Newington','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22124,'Oakton','VA','38.886190','-77.324020',-5,1); -INSERT INTO zipcodes VALUES (22125,'Occoquan','VA','38.683295','-77.260440',-5,1); -INSERT INTO zipcodes VALUES (22134,'Quantico','VA','38.503139','-77.333720',-5,1); -INSERT INTO zipcodes VALUES (22135,'Quantico','VA','38.721912','-77.466897',-5,1); -INSERT INTO zipcodes VALUES (22150,'Springfield','VA','38.778243','-77.185620',-5,1); -INSERT INTO zipcodes VALUES (22151,'Springfield','VA','38.803813','-77.208210',-5,1); -INSERT INTO zipcodes VALUES (22152,'Springfield','VA','38.775716','-77.231310',-5,1); -INSERT INTO zipcodes VALUES (22153,'Springfield','VA','38.745164','-77.235350',-5,1); -INSERT INTO zipcodes VALUES (22156,'Springfield','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22158,'Springfield','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22159,'Springfield','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22160,'Springfield','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22161,'Springfield','VA','38.807462','-77.219354',-5,1); -INSERT INTO zipcodes VALUES (22172,'Triangle','VA','38.557527','-77.357260',-5,1); -INSERT INTO zipcodes VALUES (22180,'Vienna','VA','38.894711','-77.253370',-5,1); -INSERT INTO zipcodes VALUES (22181,'Vienna','VA','38.896361','-77.291020',-5,1); -INSERT INTO zipcodes VALUES (22182,'Vienna','VA','38.922478','-77.256600',-5,1); -INSERT INTO zipcodes VALUES (22183,'Vienna','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22184,'Vienna','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22185,'Vienna','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22191,'Woodbridge','VA','38.632750','-77.267860',-5,1); -INSERT INTO zipcodes VALUES (22192,'Woodbridge','VA','38.678451','-77.306570',-5,1); -INSERT INTO zipcodes VALUES (22193,'Woodbridge','VA','38.646375','-77.344690',-5,1); -INSERT INTO zipcodes VALUES (22194,'Woodbridge','VA','38.721912','-77.466897',-5,1); -INSERT INTO zipcodes VALUES (22195,'Woodbridge','VA','38.721912','-77.466897',-5,1); -INSERT INTO zipcodes VALUES (22199,'Lorton','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22201,'Arlington','VA','38.885337','-77.095120',-5,1); -INSERT INTO zipcodes VALUES (22202,'Arlington','VA','38.856795','-77.056280',-5,1); -INSERT INTO zipcodes VALUES (22203,'Arlington','VA','38.874979','-77.114550',-5,1); -INSERT INTO zipcodes VALUES (22204,'Arlington','VA','38.860247','-77.096270',-5,1); -INSERT INTO zipcodes VALUES (22205,'Arlington','VA','38.882750','-77.139990',-5,1); -INSERT INTO zipcodes VALUES (22206,'Arlington','VA','38.843466','-77.089730',-5,1); -INSERT INTO zipcodes VALUES (22207,'Arlington','VA','38.903697','-77.127490',-5,1); -INSERT INTO zipcodes VALUES (22209,'Arlington','VA','38.893241','-77.074530',-5,1); -INSERT INTO zipcodes VALUES (22210,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22211,'Ft Myer','VA','38.878215','-77.068450',-5,1); -INSERT INTO zipcodes VALUES (22212,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22213,'Arlington','VA','38.894457','-77.163960',-5,1); -INSERT INTO zipcodes VALUES (22214,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22215,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22216,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22217,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22218,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22219,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22222,'Arlington','VA','38.861462','-77.053599',-5,1); -INSERT INTO zipcodes VALUES (22223,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22225,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22226,'Arlington','VA','38.883358','-77.102810',-5,1); -INSERT INTO zipcodes VALUES (22227,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22229,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22230,'Arlington','VA','38.879720','-77.110817',-5,1); -INSERT INTO zipcodes VALUES (22234,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22240,'Arlington','VA','38.856623','-77.051788',-5,1); -INSERT INTO zipcodes VALUES (22241,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22242,'Arlington','VA','38.850879','-77.052336',-5,1); -INSERT INTO zipcodes VALUES (22243,'Arlington','VA','38.860450','-77.051569',-5,1); -INSERT INTO zipcodes VALUES (22244,'Arlington','VA','38.854522','-77.052035',-5,1); -INSERT INTO zipcodes VALUES (22245,'Arlington','VA','38.851773','-77.052296',-5,1); -INSERT INTO zipcodes VALUES (22246,'Arlington','VA','38.880811','-77.112950',-5,1); -INSERT INTO zipcodes VALUES (22301,'Alexandria','VA','38.819863','-77.058540',-5,1); -INSERT INTO zipcodes VALUES (22302,'Alexandria','VA','38.829512','-77.082040',-5,1); -INSERT INTO zipcodes VALUES (22303,'Alexandria','VA','38.792863','-77.079640',-5,1); -INSERT INTO zipcodes VALUES (22304,'Alexandria','VA','38.813013','-77.116670',-5,1); -INSERT INTO zipcodes VALUES (22305,'Alexandria','VA','38.836779','-77.064180',-5,1); -INSERT INTO zipcodes VALUES (22306,'Alexandria','VA','38.757214','-77.086660',-5,1); -INSERT INTO zipcodes VALUES (22307,'Alexandria','VA','38.774863','-77.059300',-5,1); -INSERT INTO zipcodes VALUES (22308,'Alexandria','VA','38.728464','-77.057010',-5,1); -INSERT INTO zipcodes VALUES (22309,'Alexandria','VA','38.725214','-77.107340',-5,1); -INSERT INTO zipcodes VALUES (22310,'Alexandria','VA','38.782013','-77.121250',-5,1); -INSERT INTO zipcodes VALUES (22311,'Alexandria','VA','38.837312','-77.120640',-5,1); -INSERT INTO zipcodes VALUES (22312,'Alexandria','VA','38.817362','-77.153700',-5,1); -INSERT INTO zipcodes VALUES (22313,'Alexandria','VA','38.815762','-77.090050',-5,1); -INSERT INTO zipcodes VALUES (22314,'Alexandria','VA','38.806163','-77.051390',-5,1); -INSERT INTO zipcodes VALUES (22315,'Alexandria','VA','38.757924','-77.152840',-5,1); -INSERT INTO zipcodes VALUES (22320,'Alexandria','VA','38.804413','-77.046699',-5,1); -INSERT INTO zipcodes VALUES (22321,'Alexandria','VA','38.831813','-77.288755',-5,1); -INSERT INTO zipcodes VALUES (22331,'Alexandria','VA','38.801342','-77.070733',-5,1); -INSERT INTO zipcodes VALUES (22332,'Alexandria','VA','38.803142','-77.072679',-5,1); -INSERT INTO zipcodes VALUES (22333,'Alexandria','VA','38.815762','-77.090050',-5,1); -INSERT INTO zipcodes VALUES (22334,'Alexandria','VA','38.815762','-77.090050',-5,1); -INSERT INTO zipcodes VALUES (22336,'Alexandria','VA','38.815762','-77.090050',-5,1); -INSERT INTO zipcodes VALUES (22393,'Fishersville','VA','38.103819','-78.963004',-5,1); -INSERT INTO zipcodes VALUES (22401,'Fredericksburg','VA','38.301829','-77.470770',-5,1); -INSERT INTO zipcodes VALUES (22402,'Fredericksburg','VA','38.299613','-77.489666',-5,1); -INSERT INTO zipcodes VALUES (22403,'Fredericksburg','VA','38.417273','-77.460814',-5,1); -INSERT INTO zipcodes VALUES (22404,'Fredericksburg','VA','38.298305','-77.489913',-5,1); -INSERT INTO zipcodes VALUES (22405,'Fredericksburg','VA','38.317636','-77.432970',-5,1); -INSERT INTO zipcodes VALUES (22406,'Fredericksburg','VA','38.387261','-77.546760',-5,1); -INSERT INTO zipcodes VALUES (22407,'Fredericksburg','VA','38.271028','-77.555900',-5,1); -INSERT INTO zipcodes VALUES (22408,'Fredericksburg','VA','38.236023','-77.461110',-5,1); -INSERT INTO zipcodes VALUES (22412,'Fredericksburg','VA','38.184716','-77.662559',-5,1); -INSERT INTO zipcodes VALUES (22427,'Bowling Green','VA','38.042346','-77.308330',-5,1); -INSERT INTO zipcodes VALUES (22428,'Bowling Green','VA','38.014536','-77.355902',-5,1); -INSERT INTO zipcodes VALUES (22430,'Brooke','VA','38.385704','-77.374292',-5,1); -INSERT INTO zipcodes VALUES (22432,'Burgess','VA','37.860549','-76.356370',-5,1); -INSERT INTO zipcodes VALUES (22433,'Burr Hill','VA','38.343691','-77.859640',-5,1); -INSERT INTO zipcodes VALUES (22435,'Callao','VA','37.996825','-76.564350',-5,1); -INSERT INTO zipcodes VALUES (22436,'Caret','VA','38.069014','-77.096110',-5,1); -INSERT INTO zipcodes VALUES (22437,'Center Cross','VA','37.790946','-76.787640',-5,1); -INSERT INTO zipcodes VALUES (22438,'Champlain','VA','38.041706','-77.005000',-5,1); -INSERT INTO zipcodes VALUES (22442,'Coles Point','VA','38.121793','-76.790250',-5,1); -INSERT INTO zipcodes VALUES (22443,'Colonial Beach','VA','38.226530','-76.974420',-5,1); -INSERT INTO zipcodes VALUES (22446,'Corbin','VA','38.171755','-77.408163',-5,1); -INSERT INTO zipcodes VALUES (22448,'Dahlgren','VA','38.340124','-77.032730',-5,1); -INSERT INTO zipcodes VALUES (22451,'Dogue','VA','38.271077','-77.172610',-5,1); -INSERT INTO zipcodes VALUES (22454,'Dunnsville','VA','37.854791','-76.812980',-5,1); -INSERT INTO zipcodes VALUES (22456,'Edwardsville','VA','37.852316','-76.405110',-5,1); -INSERT INTO zipcodes VALUES (22460,'Farnham','VA','37.858952','-76.632630',-5,1); -INSERT INTO zipcodes VALUES (22463,'Garrisonville','VA','38.468432','-77.461213',-5,1); -INSERT INTO zipcodes VALUES (22469,'Hague','VA','38.093956','-76.640550',-5,1); -INSERT INTO zipcodes VALUES (22471,'Hartwood','VA','38.399330','-77.581351',-5,1); -INSERT INTO zipcodes VALUES (22472,'Haynesville','VA','37.950511','-76.636722',-5,1); -INSERT INTO zipcodes VALUES (22473,'Heathsville','VA','37.892668','-76.363070',-5,1); -INSERT INTO zipcodes VALUES (22476,'Hustle','VA','38.036866','-77.080330',-5,1); -INSERT INTO zipcodes VALUES (22480,'Irvington','VA','37.668710','-76.410380',-5,1); -INSERT INTO zipcodes VALUES (22481,'Jersey','VA','38.271077','-77.172610',-5,1); -INSERT INTO zipcodes VALUES (22482,'Kilmarnock','VA','37.733327','-76.343890',-5,1); -INSERT INTO zipcodes VALUES (22485,'King George','VA','38.277837','-77.164200',-5,1); -INSERT INTO zipcodes VALUES (22486,'Irvington','VA','37.665713','-76.420763',-5,1); -INSERT INTO zipcodes VALUES (22488,'Kinsale','VA','38.046358','-76.579240',-5,1); -INSERT INTO zipcodes VALUES (22501,'Ladysmith','VA','38.015899','-77.559298',-5,1); -INSERT INTO zipcodes VALUES (22503,'Lancaster','VA','37.732696','-76.515540',-5,1); -INSERT INTO zipcodes VALUES (22504,'Laneview','VA','37.763552','-76.729610',-5,1); -INSERT INTO zipcodes VALUES (22507,'Lively','VA','37.762848','-76.497490',-5,1); -INSERT INTO zipcodes VALUES (22508,'Locust Grove','VA','38.326624','-77.769870',-5,1); -INSERT INTO zipcodes VALUES (22509,'Loretto','VA','38.104829','-77.074300',-5,1); -INSERT INTO zipcodes VALUES (22511,'Lottsburg','VA','37.991772','-76.489850',-5,1); -INSERT INTO zipcodes VALUES (22513,'Merry Point','VA','37.750261','-76.509615',-5,1); -INSERT INTO zipcodes VALUES (22514,'Milford','VA','37.988674','-77.290470',-5,1); -INSERT INTO zipcodes VALUES (22517,'Mollusk','VA','37.750280','-76.578109',-5,1); -INSERT INTO zipcodes VALUES (22520,'Montross','VA','38.129822','-76.761550',-5,1); -INSERT INTO zipcodes VALUES (22523,'Morattico','VA','37.792761','-76.609330',-5,1); -INSERT INTO zipcodes VALUES (22524,'Mount Holly','VA','38.118186','-76.680504',-5,1); -INSERT INTO zipcodes VALUES (22526,'Ninde','VA','38.271077','-77.172610',-5,1); -INSERT INTO zipcodes VALUES (22528,'Nuttsville','VA','37.713175','-76.409946',-5,1); -INSERT INTO zipcodes VALUES (22529,'Oldhams','VA','38.006793','-76.682180',-5,1); -INSERT INTO zipcodes VALUES (22530,'Ophelia','VA','37.909380','-76.293436',-5,1); -INSERT INTO zipcodes VALUES (22534,'Partlow','VA','38.081570','-77.667950',-5,1); -INSERT INTO zipcodes VALUES (22535,'Port Royal','VA','38.164219','-77.182170',-5,1); -INSERT INTO zipcodes VALUES (22538,'Rappahannock Academy','VA','38.221720','-77.266480',-5,1); -INSERT INTO zipcodes VALUES (22539,'Reedville','VA','37.854233','-76.278480',-5,1); -INSERT INTO zipcodes VALUES (22542,'Rhoadesville','VA','38.296355','-77.883790',-5,1); -INSERT INTO zipcodes VALUES (22544,'Rollins Fork','VA','38.271077','-77.172610',-5,1); -INSERT INTO zipcodes VALUES (22545,'Ruby','VA','38.508611','-77.542957',-5,1); -INSERT INTO zipcodes VALUES (22546,'Ruther Glen','VA','37.959690','-77.477330',-5,1); -INSERT INTO zipcodes VALUES (22547,'Sealston','VA','38.271077','-77.172610',-5,1); -INSERT INTO zipcodes VALUES (22548,'Sharps','VA','37.825956','-76.705630',-5,1); -INSERT INTO zipcodes VALUES (22552,'Sparta','VA','38.009438','-77.225139',-5,1); -INSERT INTO zipcodes VALUES (22553,'Spotsylvania','VA','38.207275','-77.643780',-5,1); -INSERT INTO zipcodes VALUES (22554,'Stafford','VA','38.460395','-77.432660',-5,1); -INSERT INTO zipcodes VALUES (22555,'Stafford','VA','38.417273','-77.460814',-5,1); -INSERT INTO zipcodes VALUES (22558,'Stratford','VA','38.121793','-76.790250',-5,1); -INSERT INTO zipcodes VALUES (22560,'Tappahannock','VA','37.916172','-76.906560',-5,1); -INSERT INTO zipcodes VALUES (22565,'Thornburg','VA','38.137216','-77.518865',-5,1); -INSERT INTO zipcodes VALUES (22567,'Unionville','VA','38.233223','-77.912580',-5,1); -INSERT INTO zipcodes VALUES (22570,'Village','VA','37.947224','-76.615358',-5,1); -INSERT INTO zipcodes VALUES (22572,'Warsaw','VA','37.957869','-76.757250',-5,1); -INSERT INTO zipcodes VALUES (22576,'Weems','VA','37.680124','-76.442420',-5,1); -INSERT INTO zipcodes VALUES (22577,'Sandy Point','VA','38.067325','-76.550274',-5,1); -INSERT INTO zipcodes VALUES (22578,'White Stone','VA','37.644240','-76.360340',-5,1); -INSERT INTO zipcodes VALUES (22579,'Wicomico Church','VA','37.807268','-76.312750',-5,1); -INSERT INTO zipcodes VALUES (22580,'Woodford','VA','38.095772','-77.444040',-5,1); -INSERT INTO zipcodes VALUES (22581,'Zacata','VA','38.121793','-76.790250',-5,1); -INSERT INTO zipcodes VALUES (22601,'Winchester','VA','39.179076','-78.166530',-5,1); -INSERT INTO zipcodes VALUES (22602,'Winchester','VA','39.158386','-78.247580',-5,1); -INSERT INTO zipcodes VALUES (22603,'Winchester','VA','39.267257','-78.193960',-5,1); -INSERT INTO zipcodes VALUES (22604,'Winchester','VA','39.167603','-78.168643',-5,1); -INSERT INTO zipcodes VALUES (22606,'Newport News','VA','38.112139','-77.329674',-5,1); -INSERT INTO zipcodes VALUES (22610,'Bentonville','VA','38.822506','-78.273680',-5,1); -INSERT INTO zipcodes VALUES (22611,'Berryville','VA','39.156378','-77.978570',-5,1); -INSERT INTO zipcodes VALUES (22620,'Boyce','VA','39.061499','-78.036930',-5,1); -INSERT INTO zipcodes VALUES (22622,'Brucetown','VA','39.254300','-78.066373',-5,1); -INSERT INTO zipcodes VALUES (22623,'Chester Gap','VA','38.853733','-78.141239',-5,1); -INSERT INTO zipcodes VALUES (22624,'Clear Brook','VA','39.265820','-78.084960',-5,1); -INSERT INTO zipcodes VALUES (22625,'Cross Junction','VA','39.345906','-78.309750',-5,1); -INSERT INTO zipcodes VALUES (22626,'Fishers Hill','VA','38.980286','-78.401100',-5,1); -INSERT INTO zipcodes VALUES (22627,'Flint Hill','VA','38.765004','-78.094800',-5,1); -INSERT INTO zipcodes VALUES (22630,'Front Royal','VA','38.926615','-78.174990',-5,1); -INSERT INTO zipcodes VALUES (22637,'Gore','VA','39.247386','-78.354440',-5,1); -INSERT INTO zipcodes VALUES (22638,'Winchester','VA','39.236944','-78.288465',-5,1); -INSERT INTO zipcodes VALUES (22639,'Hume','VA','38.814086','-78.018980',-5,1); -INSERT INTO zipcodes VALUES (22640,'Huntly','VA','38.808303','-78.135780',-5,1); -INSERT INTO zipcodes VALUES (22641,'Strasburg','VA','39.076317','-78.396170',-5,1); -INSERT INTO zipcodes VALUES (22642,'Linden','VA','38.932178','-78.060510',-5,1); -INSERT INTO zipcodes VALUES (22643,'Markham','VA','38.905106','-77.989480',-5,1); -INSERT INTO zipcodes VALUES (22644,'Maurertown','VA','38.944011','-78.481250',-5,1); -INSERT INTO zipcodes VALUES (22645,'Middletown','VA','39.023035','-78.280900',-5,1); -INSERT INTO zipcodes VALUES (22646,'Millwood','VA','39.069682','-78.037520',-5,1); -INSERT INTO zipcodes VALUES (22649,'Middletown','VA','39.004774','-78.247806',-5,1); -INSERT INTO zipcodes VALUES (22650,'Rileyville','VA','38.765920','-78.365450',-5,1); -INSERT INTO zipcodes VALUES (22651,'Front Royal','VA','38.947215','-78.213304',-5,1); -INSERT INTO zipcodes VALUES (22652,'Fort Valley','VA','38.823987','-78.453100',-5,1); -INSERT INTO zipcodes VALUES (22654,'Star Tannery','VA','39.044940','-78.473770',-5,1); -INSERT INTO zipcodes VALUES (22655,'Stephens City','VA','39.078140','-78.207130',-5,1); -INSERT INTO zipcodes VALUES (22656,'Stephenson','VA','39.230131','-78.099920',-5,1); -INSERT INTO zipcodes VALUES (22657,'Strasburg','VA','39.001270','-78.364850',-5,1); -INSERT INTO zipcodes VALUES (22660,'Toms Brook','VA','38.949013','-78.439210',-5,1); -INSERT INTO zipcodes VALUES (22663,'White Post','VA','39.045019','-78.124170',-5,1); -INSERT INTO zipcodes VALUES (22664,'Woodstock','VA','38.881558','-78.515860',-5,1); -INSERT INTO zipcodes VALUES (22701,'Culpeper','VA','38.459521','-77.998750',-5,1); -INSERT INTO zipcodes VALUES (22709,'Aroda','VA','38.312548','-78.236220',-5,1); -INSERT INTO zipcodes VALUES (22711,'Banco','VA','38.476275','-78.272900',-5,1); -INSERT INTO zipcodes VALUES (22712,'Bealeton','VA','38.559300','-77.757280',-5,1); -INSERT INTO zipcodes VALUES (22713,'Boston','VA','38.549388','-78.153090',-5,1); -INSERT INTO zipcodes VALUES (22714,'Brandy Station','VA','38.512989','-77.895290',-5,1); -INSERT INTO zipcodes VALUES (22715,'Brightwood','VA','38.414359','-78.183210',-5,1); -INSERT INTO zipcodes VALUES (22716,'Castleton','VA','38.627135','-78.113410',-5,1); -INSERT INTO zipcodes VALUES (22718,'Elkwood','VA','38.493501','-77.820670',-5,1); -INSERT INTO zipcodes VALUES (22719,'Etlan','VA','38.527816','-78.251170',-5,1); -INSERT INTO zipcodes VALUES (22720,'Goldvein','VA','38.474222','-77.643610',-5,1); -INSERT INTO zipcodes VALUES (22721,'Graves Mill','VA','38.428509','-78.267848',-5,1); -INSERT INTO zipcodes VALUES (22722,'Haywood','VA','38.452043','-78.241970',-5,1); -INSERT INTO zipcodes VALUES (22723,'Hood','VA','38.331957','-78.377400',-5,1); -INSERT INTO zipcodes VALUES (22724,'Jeffersonton','VA','38.630345','-77.897770',-5,1); -INSERT INTO zipcodes VALUES (22725,'Leon','VA','38.428509','-78.267848',-5,1); -INSERT INTO zipcodes VALUES (22726,'Lignum','VA','38.411845','-77.822080',-5,1); -INSERT INTO zipcodes VALUES (22727,'Madison','VA','38.393351','-78.287370',-5,1); -INSERT INTO zipcodes VALUES (22728,'Midland','VA','38.587503','-77.709520',-5,1); -INSERT INTO zipcodes VALUES (22729,'Mitchells','VA','38.373645','-78.016500',-5,1); -INSERT INTO zipcodes VALUES (22730,'Oakpark','VA','38.365699','-78.186040',-5,1); -INSERT INTO zipcodes VALUES (22731,'Pratts','VA','38.345179','-78.261510',-5,1); -INSERT INTO zipcodes VALUES (22732,'Radiant','VA','38.310141','-78.200980',-5,1); -INSERT INTO zipcodes VALUES (22733,'Rapidan','VA','38.324175','-78.058770',-5,1); -INSERT INTO zipcodes VALUES (22734,'Remington','VA','38.529160','-77.802740',-5,1); -INSERT INTO zipcodes VALUES (22735,'Reva','VA','38.477063','-78.175170',-5,1); -INSERT INTO zipcodes VALUES (22736,'Richardsville','VA','38.388311','-77.681110',-5,1); -INSERT INTO zipcodes VALUES (22737,'Rixeyville','VA','38.588409','-77.989950',-5,1); -INSERT INTO zipcodes VALUES (22738,'Rochelle','VA','38.303414','-78.289370',-5,1); -INSERT INTO zipcodes VALUES (22739,'Somerville','VA','38.505945','-77.595570',-5,1); -INSERT INTO zipcodes VALUES (22740,'Sperryville','VA','38.636896','-78.240000',-5,1); -INSERT INTO zipcodes VALUES (22741,'Stevensburg','VA','38.442247','-77.896200',-5,1); -INSERT INTO zipcodes VALUES (22742,'Sumerduck','VA','38.456916','-77.700900',-5,1); -INSERT INTO zipcodes VALUES (22743,'Syria','VA','38.509556','-78.337210',-5,1); -INSERT INTO zipcodes VALUES (22746,'Viewtown','VA','38.638635','-78.030610',-5,1); -INSERT INTO zipcodes VALUES (22747,'Washington','VA','38.725801','-78.167670',-5,1); -INSERT INTO zipcodes VALUES (22748,'Wolftown','VA','38.372652','-78.380509',-5,1); -INSERT INTO zipcodes VALUES (22749,'Woodville','VA','38.629058','-78.180570',-5,1); -INSERT INTO zipcodes VALUES (22801,'Harrisonburg','VA','38.426786','-78.881530',-5,1); -INSERT INTO zipcodes VALUES (22802,'Harrisonburg','VA','38.477752','-78.863020',-5,1); -INSERT INTO zipcodes VALUES (22807,'Harrisonburg','VA','38.440898','-78.874173',-5,1); -INSERT INTO zipcodes VALUES (22810,'Basye','VA','38.819130','-78.771490',-5,1); -INSERT INTO zipcodes VALUES (22811,'Bergton','VA','38.797789','-78.966720',-5,1); -INSERT INTO zipcodes VALUES (22812,'Bridgewater','VA','38.398049','-79.000710',-5,1); -INSERT INTO zipcodes VALUES (22815,'Broadway','VA','38.619654','-78.805130',-5,1); -INSERT INTO zipcodes VALUES (22820,'Criders','VA','38.725738','-79.019570',-5,1); -INSERT INTO zipcodes VALUES (22821,'Dayton','VA','38.436873','-78.990390',-5,1); -INSERT INTO zipcodes VALUES (22824,'Edinburg','VA','38.828628','-78.609640',-5,1); -INSERT INTO zipcodes VALUES (22827,'Elkton','VA','38.404364','-78.629070',-5,1); -INSERT INTO zipcodes VALUES (22830,'Fulks Run','VA','38.637545','-78.952050',-5,1); -INSERT INTO zipcodes VALUES (22831,'Hinton','VA','38.584516','-79.043280',-5,1); -INSERT INTO zipcodes VALUES (22832,'Keezletown','VA','38.453741','-78.782340',-5,1); -INSERT INTO zipcodes VALUES (22833,'Lacey Spring','VA','38.528361','-78.855172',-5,1); -INSERT INTO zipcodes VALUES (22834,'Linville','VA','38.544652','-78.865640',-5,1); -INSERT INTO zipcodes VALUES (22835,'Luray','VA','38.665615','-78.456210',-5,1); -INSERT INTO zipcodes VALUES (22840,'McGaheysville','VA','38.387721','-78.734520',-5,1); -INSERT INTO zipcodes VALUES (22841,'Mount Crawford','VA','38.358334','-78.906670',-5,1); -INSERT INTO zipcodes VALUES (22842,'Mount Jackson','VA','38.772409','-78.694610',-5,1); -INSERT INTO zipcodes VALUES (22843,'Mount Solon','VA','38.337507','-79.116290',-5,1); -INSERT INTO zipcodes VALUES (22844,'New Market','VA','38.652274','-78.664170',-5,1); -INSERT INTO zipcodes VALUES (22845,'Orkney Springs','VA','38.788499','-78.814880',-5,1); -INSERT INTO zipcodes VALUES (22846,'Penn Laird','VA','38.371616','-78.797420',-5,1); -INSERT INTO zipcodes VALUES (22847,'Quicksburg','VA','38.704494','-78.700880',-5,1); -INSERT INTO zipcodes VALUES (22848,'Pleasant Valley','VA','38.384681','-78.891422',-5,1); -INSERT INTO zipcodes VALUES (22849,'Shenandoah','VA','38.496960','-78.619970',-5,1); -INSERT INTO zipcodes VALUES (22850,'Singers Glen','VA','38.553225','-78.922060',-5,1); -INSERT INTO zipcodes VALUES (22851,'Stanley','VA','38.567459','-78.506960',-5,1); -INSERT INTO zipcodes VALUES (22853,'Timberville','VA','38.641556','-78.762580',-5,1); -INSERT INTO zipcodes VALUES (22865,'Luray','VA','38.658450','-78.426788',-5,1); -INSERT INTO zipcodes VALUES (22875,'Luray','VA','38.665568','-78.466716',-5,1); -INSERT INTO zipcodes VALUES (22880,'Waynesboro','VA','38.058102','-78.878493',-5,1); -INSERT INTO zipcodes VALUES (22901,'Charlottesville','VA','38.072402','-78.501490',-5,1); -INSERT INTO zipcodes VALUES (22902,'Charlottesville','VA','38.008470','-78.478030',-5,1); -INSERT INTO zipcodes VALUES (22903,'Charlottesville','VA','38.026342','-78.534800',-5,1); -INSERT INTO zipcodes VALUES (22904,'Charlottesville','VA','38.040101','-78.485066',-5,1); -INSERT INTO zipcodes VALUES (22905,'Charlottesville','VA','38.040101','-78.485066',-5,1); -INSERT INTO zipcodes VALUES (22906,'Charlottesville','VA','38.040101','-78.485066',-5,1); -INSERT INTO zipcodes VALUES (22907,'Charlottesville','VA','38.040101','-78.485066',-5,1); -INSERT INTO zipcodes VALUES (22908,'Charlottesville','VA','38.040101','-78.485066',-5,1); -INSERT INTO zipcodes VALUES (22909,'Charlottesville','VA','38.024474','-78.448214',-5,1); -INSERT INTO zipcodes VALUES (22910,'Charlottesville','VA','38.040101','-78.485066',-5,1); -INSERT INTO zipcodes VALUES (22911,'Charlottesville','VA','38.077350','-78.420420',-5,1); -INSERT INTO zipcodes VALUES (22920,'Afton','VA','37.987812','-78.797010',-5,1); -INSERT INTO zipcodes VALUES (22922,'Arrington','VA','37.694740','-78.932510',-5,1); -INSERT INTO zipcodes VALUES (22923,'Barboursville','VA','38.167465','-78.325900',-5,1); -INSERT INTO zipcodes VALUES (22924,'Batesville','VA','38.000289','-78.726620',-5,1); -INSERT INTO zipcodes VALUES (22931,'Covesville','VA','37.890917','-78.703430',-5,1); -INSERT INTO zipcodes VALUES (22932,'Crozet','VA','38.116217','-78.713960',-5,1); -INSERT INTO zipcodes VALUES (22935,'Dyke','VA','38.254105','-78.565480',-5,1); -INSERT INTO zipcodes VALUES (22936,'Earlysville','VA','38.150083','-78.476270',-5,1); -INSERT INTO zipcodes VALUES (22937,'Esmont','VA','37.799220','-78.612630',-5,1); -INSERT INTO zipcodes VALUES (22938,'Faber','VA','37.855830','-78.775460',-5,1); -INSERT INTO zipcodes VALUES (22939,'Fishersville','VA','38.104457','-78.974160',-5,1); -INSERT INTO zipcodes VALUES (22940,'Free Union','VA','38.197583','-78.593040',-5,1); -INSERT INTO zipcodes VALUES (22942,'Gordonsville','VA','38.125214','-78.197000',-5,1); -INSERT INTO zipcodes VALUES (22943,'Greenwood','VA','38.039928','-78.758940',-5,1); -INSERT INTO zipcodes VALUES (22945,'Ivy','VA','38.065383','-78.595831',-5,1); -INSERT INTO zipcodes VALUES (22946,'Keene','VA','37.855103','-78.561620',-5,1); -INSERT INTO zipcodes VALUES (22947,'Keswick','VA','38.025346','-78.329250',-5,1); -INSERT INTO zipcodes VALUES (22948,'Locust Dale','VA','38.349795','-78.117470',-5,1); -INSERT INTO zipcodes VALUES (22949,'Lovingston','VA','37.780882','-78.892390',-5,1); -INSERT INTO zipcodes VALUES (22952,'Lyndhurst','VA','37.969657','-78.957120',-5,1); -INSERT INTO zipcodes VALUES (22953,'Madison Mills','VA','38.428509','-78.267848',-5,1); -INSERT INTO zipcodes VALUES (22954,'Massies Mill','VA','37.790887','-79.003340',-5,1); -INSERT INTO zipcodes VALUES (22957,'Montpelier Station','VA','38.221405','-78.190260',-5,1); -INSERT INTO zipcodes VALUES (22958,'Nellysford','VA','37.905649','-78.902730',-5,1); -INSERT INTO zipcodes VALUES (22959,'North Garden','VA','37.935994','-78.640880',-5,1); -INSERT INTO zipcodes VALUES (22960,'Orange','VA','38.231526','-78.079230',-5,1); -INSERT INTO zipcodes VALUES (22963,'Palmyra','VA','37.871021','-78.308370',-5,1); -INSERT INTO zipcodes VALUES (22964,'Piney River','VA','37.725074','-78.992450',-5,1); -INSERT INTO zipcodes VALUES (22965,'Quinque','VA','38.330132','-78.475018',-5,1); -INSERT INTO zipcodes VALUES (22967,'Roseland','VA','37.791510','-78.989610',-5,1); -INSERT INTO zipcodes VALUES (22968,'Ruckersville','VA','38.233717','-78.410090',-5,1); -INSERT INTO zipcodes VALUES (22969,'Schuyler','VA','37.792343','-78.694170',-5,1); -INSERT INTO zipcodes VALUES (22971,'Shipman','VA','37.747470','-78.802330',-5,1); -INSERT INTO zipcodes VALUES (22972,'Somerset','VA','38.214023','-78.215960',-5,1); -INSERT INTO zipcodes VALUES (22973,'Stanardsville','VA','38.301191','-78.463960',-5,1); -INSERT INTO zipcodes VALUES (22974,'Troy','VA','37.959376','-78.263530',-5,1); -INSERT INTO zipcodes VALUES (22976,'Tyro','VA','37.840892','-79.024590',-5,1); -INSERT INTO zipcodes VALUES (22980,'Waynesboro','VA','38.076547','-78.898390',-5,1); -INSERT INTO zipcodes VALUES (22987,'White Hall','VA','38.179859','-78.618912',-5,1); -INSERT INTO zipcodes VALUES (22989,'Woodberry Forest','VA','38.292221','-78.118650',-5,1); -INSERT INTO zipcodes VALUES (23001,'Achilles','VA','37.293165','-76.410570',-5,1); -INSERT INTO zipcodes VALUES (23002,'Amelia Court House','VA','37.338511','-77.958930',-5,1); -INSERT INTO zipcodes VALUES (23003,'Ark','VA','37.432335','-76.601616',-5,1); -INSERT INTO zipcodes VALUES (23004,'Arvonia','VA','37.673369','-78.388990',-5,1); -INSERT INTO zipcodes VALUES (23005,'Ashland','VA','37.754254','-77.474650',-5,1); -INSERT INTO zipcodes VALUES (23009,'Aylett','VA','37.790757','-77.175530',-5,1); -INSERT INTO zipcodes VALUES (23011,'Barhamsville','VA','37.478184','-76.813840',-5,1); -INSERT INTO zipcodes VALUES (23014,'Beaumont','VA','37.733844','-77.888082',-5,1); -INSERT INTO zipcodes VALUES (23015,'Beaverdam','VA','37.931011','-77.642960',-5,1); -INSERT INTO zipcodes VALUES (23017,'Bellamy','VA','37.418242','-76.508402',-5,1); -INSERT INTO zipcodes VALUES (23018,'Bena','VA','37.418242','-76.508402',-5,1); -INSERT INTO zipcodes VALUES (23021,'Bohannon','VA','37.394600','-76.365710',-5,1); -INSERT INTO zipcodes VALUES (23022,'Bremo Bluff','VA','37.728067','-78.268650',-5,1); -INSERT INTO zipcodes VALUES (23023,'Bruington','VA','37.777938','-76.950550',-5,1); -INSERT INTO zipcodes VALUES (23024,'Bumpass','VA','37.961187','-77.768240',-5,1); -INSERT INTO zipcodes VALUES (23025,'Cardinal','VA','37.422209','-76.373040',-5,1); -INSERT INTO zipcodes VALUES (23027,'Cartersville','VA','37.653694','-78.119020',-5,1); -INSERT INTO zipcodes VALUES (23030,'Charles City','VA','37.342306','-77.073100',-5,1); -INSERT INTO zipcodes VALUES (23031,'Christchurch','VA','37.598391','-76.447551',-5,1); -INSERT INTO zipcodes VALUES (23032,'Church View','VA','37.674655','-76.681040',-5,1); -INSERT INTO zipcodes VALUES (23035,'Cobbs Creek','VA','37.514774','-76.375430',-5,1); -INSERT INTO zipcodes VALUES (23038,'Columbia','VA','37.758949','-78.140090',-5,1); -INSERT INTO zipcodes VALUES (23039,'Crozier','VA','37.643406','-77.807090',-5,1); -INSERT INTO zipcodes VALUES (23040,'Cumberland','VA','37.522085','-78.255300',-5,1); -INSERT INTO zipcodes VALUES (23043,'Deltaville','VA','37.550168','-76.343270',-5,1); -INSERT INTO zipcodes VALUES (23045,'Diggs','VA','37.426154','-76.268440',-5,1); -INSERT INTO zipcodes VALUES (23047,'Doswell','VA','37.855002','-77.470110',-5,1); -INSERT INTO zipcodes VALUES (23050,'Dutton','VA','37.490365','-76.441180',-5,1); -INSERT INTO zipcodes VALUES (23054,'Fife','VA','37.733844','-77.888082',-5,1); -INSERT INTO zipcodes VALUES (23055,'Fork Union','VA','37.782109','-78.234720',-5,1); -INSERT INTO zipcodes VALUES (23056,'Foster','VA','37.383629','-76.361670',-5,1); -INSERT INTO zipcodes VALUES (23058,'Glen Allen','VA','37.531296','-77.416103',-5,1); -INSERT INTO zipcodes VALUES (23059,'Glen Allen','VA','37.686152','-77.536510',-5,1); -INSERT INTO zipcodes VALUES (23060,'Glen Allen','VA','37.661647','-77.526320',-5,1); -INSERT INTO zipcodes VALUES (23061,'Gloucester','VA','37.414991','-76.529590',-5,1); -INSERT INTO zipcodes VALUES (23062,'Gloucester Point','VA','37.257466','-76.496610',-5,1); -INSERT INTO zipcodes VALUES (23063,'Goochland','VA','37.695360','-77.997930',-5,1); -INSERT INTO zipcodes VALUES (23064,'Grimstead','VA','37.505190','-76.297840',-5,1); -INSERT INTO zipcodes VALUES (23065,'Gum Spring','VA','37.801783','-77.924310',-5,1); -INSERT INTO zipcodes VALUES (23066,'Gwynn','VA','37.501358','-76.284530',-5,1); -INSERT INTO zipcodes VALUES (23067,'Hadensville','VA','37.825208','-77.989878',-5,1); -INSERT INTO zipcodes VALUES (23068,'Hallieford','VA','37.492529','-76.336360',-5,1); -INSERT INTO zipcodes VALUES (23069,'Hanover','VA','37.753904','-77.339630',-5,1); -INSERT INTO zipcodes VALUES (23070,'Hardyville','VA','37.551549','-76.392940',-5,1); -INSERT INTO zipcodes VALUES (23071,'Hartfield','VA','37.533471','-76.460900',-5,1); -INSERT INTO zipcodes VALUES (23072,'Hayes','VA','37.288999','-76.473930',-5,1); -INSERT INTO zipcodes VALUES (23075,'Highland Springs','VA','37.543595','-77.323390',-5,1); -INSERT INTO zipcodes VALUES (23076,'Hudgins','VA','37.475132','-76.313160',-5,1); -INSERT INTO zipcodes VALUES (23079,'Jamaica','VA','37.748645','-76.667350',-5,1); -INSERT INTO zipcodes VALUES (23081,'Jamestown','VA','37.223482','-76.783317',-5,1); -INSERT INTO zipcodes VALUES (23083,'Jetersville','VA','37.303726','-78.113490',-5,1); -INSERT INTO zipcodes VALUES (23084,'Kents Store','VA','37.901980','-78.096470',-5,1); -INSERT INTO zipcodes VALUES (23085,'King And Queen Court Hous','VA','37.711368','-76.858430',-5,1); -INSERT INTO zipcodes VALUES (23086,'King William','VA','37.643750','-77.025080',-5,1); -INSERT INTO zipcodes VALUES (23089,'Lanexa','VA','37.435153','-76.907190',-5,1); -INSERT INTO zipcodes VALUES (23090,'Lightfoot','VA','37.235892','-76.445567',-5,1); -INSERT INTO zipcodes VALUES (23091,'Little Plymouth','VA','37.638259','-76.828580',-5,1); -INSERT INTO zipcodes VALUES (23092,'Locust Hill','VA','37.593059','-76.506940',-5,1); -INSERT INTO zipcodes VALUES (23093,'Louisa','VA','37.995103','-78.046120',-5,1); -INSERT INTO zipcodes VALUES (23101,'Macon','VA','37.553314','-77.892964',-5,1); -INSERT INTO zipcodes VALUES (23102,'Maidens','VA','37.712894','-77.823790',-5,1); -INSERT INTO zipcodes VALUES (23103,'Manakin Sabot','VA','37.639354','-77.728410',-5,1); -INSERT INTO zipcodes VALUES (23104,'Gloucester Point','VA','37.298919','-76.530276',-5,1); -INSERT INTO zipcodes VALUES (23105,'Mannboro','VA','37.345032','-77.944868',-5,1); -INSERT INTO zipcodes VALUES (23106,'Manquin','VA','37.704693','-77.203420',-5,1); -INSERT INTO zipcodes VALUES (23107,'Maryus','VA','37.286410','-76.404783',-5,1); -INSERT INTO zipcodes VALUES (23108,'Mascot','VA','37.642543','-76.735540',-5,1); -INSERT INTO zipcodes VALUES (23109,'Mathews','VA','37.437040','-76.307240',-5,1); -INSERT INTO zipcodes VALUES (23110,'Mattaponi','VA','37.571544','-76.780660',-5,1); -INSERT INTO zipcodes VALUES (23111,'Mechanicsville','VA','37.605641','-77.315360',-5,1); -INSERT INTO zipcodes VALUES (23112,'Midlothian','VA','37.427988','-77.648680',-5,1); -INSERT INTO zipcodes VALUES (23113,'Midlothian','VA','37.513380','-77.641650',-5,1); -INSERT INTO zipcodes VALUES (23115,'Millers Tavern','VA','37.826347','-76.877510',-5,1); -INSERT INTO zipcodes VALUES (23116,'Mechanicsville','VA','37.662559','-77.367780',-5,1); -INSERT INTO zipcodes VALUES (23117,'Mineral','VA','38.007186','-77.868090',-5,1); -INSERT INTO zipcodes VALUES (23119,'Moon','VA','37.451894','-76.290400',-5,1); -INSERT INTO zipcodes VALUES (23120,'Moseley','VA','37.422868','-77.781300',-5,1); -INSERT INTO zipcodes VALUES (23123,'New Canton','VA','37.663039','-78.286800',-5,1); -INSERT INTO zipcodes VALUES (23124,'New Kent','VA','37.545276','-77.066640',-5,1); -INSERT INTO zipcodes VALUES (23125,'New Point','VA','37.342721','-76.279890',-5,1); -INSERT INTO zipcodes VALUES (23126,'Newtown','VA','37.902954','-77.145860',-5,1); -INSERT INTO zipcodes VALUES (23127,'Norge','VA','37.310451','-76.746769',-5,1); -INSERT INTO zipcodes VALUES (23128,'North','VA','37.456363','-76.432980',-5,1); -INSERT INTO zipcodes VALUES (23129,'Oilville','VA','37.698646','-77.771110',-5,1); -INSERT INTO zipcodes VALUES (23130,'Onemo','VA','37.405038','-76.277850',-5,1); -INSERT INTO zipcodes VALUES (23131,'Ordinary','VA','37.312159','-76.518831',-5,1); -INSERT INTO zipcodes VALUES (23138,'Port Haywood','VA','37.366838','-76.295770',-5,1); -INSERT INTO zipcodes VALUES (23139,'Powhatan','VA','37.555630','-77.900480',-5,1); -INSERT INTO zipcodes VALUES (23140,'Providence Forge','VA','37.438569','-77.035780',-5,1); -INSERT INTO zipcodes VALUES (23141,'Quinton','VA','37.506369','-77.151270',-5,1); -INSERT INTO zipcodes VALUES (23146,'Rockville','VA','37.725675','-77.690020',-5,1); -INSERT INTO zipcodes VALUES (23147,'Ruthville','VA','37.379560','-77.034752',-5,1); -INSERT INTO zipcodes VALUES (23148,'Saint Stephens Church','VA','37.837177','-77.055550',-5,1); -INSERT INTO zipcodes VALUES (23149,'Saluda','VA','37.578700','-76.609160',-5,1); -INSERT INTO zipcodes VALUES (23150,'Sandston','VA','37.517804','-77.286780',-5,1); -INSERT INTO zipcodes VALUES (23153,'Sandy Hook','VA','37.787745','-77.969160',-5,1); -INSERT INTO zipcodes VALUES (23154,'Schley','VA','37.418242','-76.508402',-5,1); -INSERT INTO zipcodes VALUES (23155,'Severn','VA','37.418242','-76.508402',-5,1); -INSERT INTO zipcodes VALUES (23156,'Shacklefords','VA','37.501267','-76.723890',-5,1); -INSERT INTO zipcodes VALUES (23160,'State Farm','VA','37.733844','-77.888082',-5,1); -INSERT INTO zipcodes VALUES (23161,'Stevensville','VA','37.701245','-76.929190',-5,1); -INSERT INTO zipcodes VALUES (23162,'Studley','VA','37.772187','-77.452640',-5,1); -INSERT INTO zipcodes VALUES (23163,'Susan','VA','37.357742','-76.301360',-5,1); -INSERT INTO zipcodes VALUES (23168,'Toano','VA','37.403872','-76.817440',-5,1); -INSERT INTO zipcodes VALUES (23169,'Topping','VA','37.599217','-76.458760',-5,1); -INSERT INTO zipcodes VALUES (23170,'Trevilians','VA','37.940788','-77.996956',-5,1); -INSERT INTO zipcodes VALUES (23173,'University Of Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23175,'Urbanna','VA','37.648536','-76.598720',-5,1); -INSERT INTO zipcodes VALUES (23176,'Wake','VA','37.571789','-76.416310',-5,1); -INSERT INTO zipcodes VALUES (23177,'Walkerton','VA','37.728152','-76.999010',-5,1); -INSERT INTO zipcodes VALUES (23178,'Ware Neck','VA','37.400287','-76.460890',-5,1); -INSERT INTO zipcodes VALUES (23180,'Water View','VA','37.710586','-76.631790',-5,1); -INSERT INTO zipcodes VALUES (23181,'West Point','VA','37.559878','-76.830180',-5,1); -INSERT INTO zipcodes VALUES (23183,'White Marsh','VA','37.363201','-76.532492',-5,1); -INSERT INTO zipcodes VALUES (23184,'Wicomico','VA','37.285188','-76.529800',-5,1); -INSERT INTO zipcodes VALUES (23185,'Williamsburg','VA','37.256301','-76.700240',-5,1); -INSERT INTO zipcodes VALUES (23186,'Williamsburg','VA','37.270994','-76.717220',-5,1); -INSERT INTO zipcodes VALUES (23187,'Williamsburg','VA','37.310451','-76.746769',-5,1); -INSERT INTO zipcodes VALUES (23188,'Williamsburg','VA','37.322936','-76.757930',-5,1); -INSERT INTO zipcodes VALUES (23190,'Woods Cross Roads','VA','37.482039','-76.636154',-5,1); -INSERT INTO zipcodes VALUES (23191,'Zanoni','VA','37.418242','-76.508402',-5,1); -INSERT INTO zipcodes VALUES (23192,'Montpelier','VA','37.813901','-77.689520',-5,1); -INSERT INTO zipcodes VALUES (23201,'Richmond','VA','37.541106','-77.431825',-5,1); -INSERT INTO zipcodes VALUES (23218,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23219,'Richmond','VA','37.541046','-77.435360',-5,1); -INSERT INTO zipcodes VALUES (23220,'Richmond','VA','37.549396','-77.457390',-5,1); -INSERT INTO zipcodes VALUES (23221,'Richmond','VA','37.557626','-77.488440',-5,1); -INSERT INTO zipcodes VALUES (23222,'Richmond','VA','37.573595','-77.425040',-5,1); -INSERT INTO zipcodes VALUES (23223,'Richmond','VA','37.544746','-77.400850',-5,1); -INSERT INTO zipcodes VALUES (23224,'Richmond','VA','37.505147','-77.461010',-5,1); -INSERT INTO zipcodes VALUES (23225,'Richmond','VA','37.519180','-77.498510',-5,1); -INSERT INTO zipcodes VALUES (23226,'Richmond','VA','37.581696','-77.517090',-5,1); -INSERT INTO zipcodes VALUES (23227,'Richmond','VA','37.606778','-77.447750',-5,1); -INSERT INTO zipcodes VALUES (23228,'Richmond','VA','37.621745','-77.488960',-5,1); -INSERT INTO zipcodes VALUES (23229,'Richmond','VA','37.593546','-77.562710',-5,1); -INSERT INTO zipcodes VALUES (23230,'Richmond','VA','37.580346','-77.488310',-5,1); -INSERT INTO zipcodes VALUES (23231,'Richmond','VA','37.482896','-77.363040',-5,1); -INSERT INTO zipcodes VALUES (23232,'Richmond','VA','37.520187','-77.408359',-5,1); -INSERT INTO zipcodes VALUES (23233,'Richmond','VA','37.622465','-77.619650',-5,1); -INSERT INTO zipcodes VALUES (23234,'Richmond','VA','37.457341','-77.465800',-5,1); -INSERT INTO zipcodes VALUES (23235,'Richmond','VA','37.522514','-77.565650',-5,1); -INSERT INTO zipcodes VALUES (23236,'Richmond','VA','37.475798','-77.582350',-5,1); -INSERT INTO zipcodes VALUES (23237,'Richmond','VA','37.406204','-77.453300',-5,1); -INSERT INTO zipcodes VALUES (23238,'Richmond','VA','37.733844','-77.888082',-5,1); -INSERT INTO zipcodes VALUES (23240,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23241,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23242,'Richmond','VA','37.531296','-77.416103',-5,1); -INSERT INTO zipcodes VALUES (23249,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23250,'Richmond','VA','37.507498','-77.332916',-5,1); -INSERT INTO zipcodes VALUES (23255,'Richmond','VA','37.531296','-77.416103',-5,1); -INSERT INTO zipcodes VALUES (23260,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23261,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23266,'Richmond','VA','37.567896','-77.528308',-5,1); -INSERT INTO zipcodes VALUES (23269,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23270,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23272,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23273,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23274,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23275,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23276,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23278,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23279,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23280,'Richmond','VA','37.637622','-77.468360',-5,1); -INSERT INTO zipcodes VALUES (23282,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23284,'Richmond','VA','37.549446','-77.451155',-5,1); -INSERT INTO zipcodes VALUES (23285,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23286,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23288,'Richmond','VA','37.531296','-77.416103',-5,1); -INSERT INTO zipcodes VALUES (23289,'Richmond','VA','37.531296','-77.416103',-5,1); -INSERT INTO zipcodes VALUES (23290,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23291,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23292,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23293,'Richmond','VA','37.524246','-77.493157',-5,1); -INSERT INTO zipcodes VALUES (23294,'Richmond','VA','37.633316','-77.547750',-5,1); -INSERT INTO zipcodes VALUES (23297,'Richmond','VA','37.389721','-77.561266',-5,1); -INSERT INTO zipcodes VALUES (23298,'Richmond','VA','37.539694','-77.428150',-5,1); -INSERT INTO zipcodes VALUES (23301,'Accomac','VA','37.713561','-75.671080',-5,1); -INSERT INTO zipcodes VALUES (23302,'Assawoman','VA','37.870022','-75.535540',-5,1); -INSERT INTO zipcodes VALUES (23303,'Atlantic','VA','37.892445','-75.511070',-5,1); -INSERT INTO zipcodes VALUES (23304,'Battery Park','VA','36.994970','-76.569010',-5,1); -INSERT INTO zipcodes VALUES (23306,'Belle Haven','VA','37.560093','-75.861820',-5,1); -INSERT INTO zipcodes VALUES (23307,'Birdsnest','VA','37.434719','-75.877670',-5,1); -INSERT INTO zipcodes VALUES (23308,'Bloxom','VA','37.828492','-75.618960',-5,1); -INSERT INTO zipcodes VALUES (23310,'Cape Charles','VA','37.262520','-75.971040',-5,1); -INSERT INTO zipcodes VALUES (23313,'Capeville','VA','37.201937','-75.952409',-5,1); -INSERT INTO zipcodes VALUES (23314,'Carrollton','VA','36.940626','-76.537800',-5,1); -INSERT INTO zipcodes VALUES (23315,'Carrsville','VA','36.740632','-76.845170',-5,1); -INSERT INTO zipcodes VALUES (23316,'Cheriton','VA','37.284061','-75.969090',-5,1); -INSERT INTO zipcodes VALUES (23320,'Chesapeake','VA','36.761698','-76.245110',-5,1); -INSERT INTO zipcodes VALUES (23321,'Chesapeake','VA','36.826239','-76.415240',-5,1); -INSERT INTO zipcodes VALUES (23322,'Chesapeake','VA','36.687543','-76.229050',-5,1); -INSERT INTO zipcodes VALUES (23323,'Chesapeake','VA','36.757815','-76.335800',-5,1); -INSERT INTO zipcodes VALUES (23324,'Chesapeake','VA','36.805717','-76.271260',-5,1); -INSERT INTO zipcodes VALUES (23325,'Chesapeake','VA','36.814897','-76.238480',-5,1); -INSERT INTO zipcodes VALUES (23326,'Chesapeake','VA','36.777015','-76.239417',-5,1); -INSERT INTO zipcodes VALUES (23327,'Chesapeake','VA','36.708500','-76.278531',-5,1); -INSERT INTO zipcodes VALUES (23328,'Chesapeake','VA','36.708500','-76.278531',-5,1); -INSERT INTO zipcodes VALUES (23336,'Chincoteague Island','VA','37.934673','-75.367800',-5,1); -INSERT INTO zipcodes VALUES (23337,'Wallops Island','VA','37.931216','-75.471920',-5,1); -INSERT INTO zipcodes VALUES (23341,'Craddockville','VA','37.577292','-75.864607',-5,1); -INSERT INTO zipcodes VALUES (23345,'Davis Wharf','VA','37.738248','-75.701449',-5,1); -INSERT INTO zipcodes VALUES (23347,'Eastville','VA','37.353286','-75.942030',-5,1); -INSERT INTO zipcodes VALUES (23350,'Exmore','VA','37.522269','-75.861320',-5,1); -INSERT INTO zipcodes VALUES (23351,'Exmore','VA','37.528076','-75.822769',-5,1); -INSERT INTO zipcodes VALUES (23354,'Franktown','VA','37.479588','-75.902620',-5,1); -INSERT INTO zipcodes VALUES (23356,'Greenbackville','VA','37.999025','-75.416340',-5,1); -INSERT INTO zipcodes VALUES (23357,'Greenbush','VA','37.754497','-75.679740',-5,1); -INSERT INTO zipcodes VALUES (23358,'Hacksneck','VA','37.635833','-75.868490',-5,1); -INSERT INTO zipcodes VALUES (23359,'Hallwood','VA','37.876357','-75.596860',-5,1); -INSERT INTO zipcodes VALUES (23380,'Exmore','VA','37.529341','-75.816851',-5,1); -INSERT INTO zipcodes VALUES (23389,'Harborton','VA','37.661513','-75.831500',-5,1); -INSERT INTO zipcodes VALUES (23395,'Horntown','VA','37.957150','-75.452960',-5,1); -INSERT INTO zipcodes VALUES (23396,'Oak Hall','VA','37.923682','-75.555142',-5,1); -INSERT INTO zipcodes VALUES (23397,'Isle Of Wight','VA','36.898915','-76.687745',-5,1); -INSERT INTO zipcodes VALUES (23398,'Jamesville','VA','37.534336','-75.877052',-5,1); -INSERT INTO zipcodes VALUES (23399,'Jenkins Bridge','VA','37.916218','-75.616754',-5,1); -INSERT INTO zipcodes VALUES (23401,'Keller','VA','37.616860','-75.765120',-5,1); -INSERT INTO zipcodes VALUES (23404,'Locustville','VA','37.635838','-75.666420',-5,1); -INSERT INTO zipcodes VALUES (23405,'Machipongo','VA','37.425567','-75.931170',-5,1); -INSERT INTO zipcodes VALUES (23407,'Mappsville','VA','37.848467','-75.555590',-5,1); -INSERT INTO zipcodes VALUES (23408,'Marionville','VA','37.424497','-75.877143',-5,1); -INSERT INTO zipcodes VALUES (23409,'Mears','VA','37.859953','-75.629950',-5,1); -INSERT INTO zipcodes VALUES (23410,'Melfa','VA','37.646820','-75.739960',-5,1); -INSERT INTO zipcodes VALUES (23412,'Modest Town','VA','37.790415','-75.603470',-5,1); -INSERT INTO zipcodes VALUES (23413,'Nassawadox','VA','37.452186','-75.845230',-5,1); -INSERT INTO zipcodes VALUES (23414,'Nelsonia','VA','37.816896','-75.583227',-5,1); -INSERT INTO zipcodes VALUES (23415,'New Church','VA','37.973042','-75.530450',-5,1); -INSERT INTO zipcodes VALUES (23416,'Oak Hall','VA','37.926800','-75.553390',-5,1); -INSERT INTO zipcodes VALUES (23417,'Onancock','VA','37.709730','-75.762720',-5,1); -INSERT INTO zipcodes VALUES (23418,'Onley','VA','37.685447','-75.710510',-5,1); -INSERT INTO zipcodes VALUES (23419,'Oyster','VA','37.307411','-75.926877',-5,1); -INSERT INTO zipcodes VALUES (23420,'Painter','VA','37.589068','-75.799470',-5,1); -INSERT INTO zipcodes VALUES (23421,'Parksley','VA','37.780966','-75.648950',-5,1); -INSERT INTO zipcodes VALUES (23422,'Pungoteague','VA','37.616183','-75.791519',-5,1); -INSERT INTO zipcodes VALUES (23423,'Quinby','VA','37.549044','-75.732370',-5,1); -INSERT INTO zipcodes VALUES (23424,'Rescue','VA','36.996881','-76.564516',-5,1); -INSERT INTO zipcodes VALUES (23426,'Sanford','VA','37.933590','-75.676920',-5,1); -INSERT INTO zipcodes VALUES (23427,'Saxis','VA','37.923580','-75.721780',-5,1); -INSERT INTO zipcodes VALUES (23429,'Seaview','VA','37.271104','-75.953608',-5,1); -INSERT INTO zipcodes VALUES (23430,'Smithfield','VA','36.978861','-76.639730',-5,1); -INSERT INTO zipcodes VALUES (23431,'Smithfield','VA','36.898915','-76.687745',-5,1); -INSERT INTO zipcodes VALUES (23432,'Suffolk','VA','36.871628','-76.560630',-5,1); -INSERT INTO zipcodes VALUES (23433,'Suffolk','VA','36.906805','-76.498990',-5,1); -INSERT INTO zipcodes VALUES (23434,'Suffolk','VA','36.735893','-76.596560',-5,1); -INSERT INTO zipcodes VALUES (23435,'Suffolk','VA','36.848820','-76.465210',-5,1); -INSERT INTO zipcodes VALUES (23436,'Suffolk','VA','36.894736','-76.512810',-5,1); -INSERT INTO zipcodes VALUES (23437,'Suffolk','VA','36.642645','-76.822720',-5,1); -INSERT INTO zipcodes VALUES (23438,'Suffolk','VA','36.578692','-76.701290',-5,1); -INSERT INTO zipcodes VALUES (23439,'Suffolk','VA','36.746101','-76.665251',-5,1); -INSERT INTO zipcodes VALUES (23440,'Tangier','VA','37.847652','-75.994040',-5,1); -INSERT INTO zipcodes VALUES (23441,'Tasley','VA','37.711442','-75.700440',-5,1); -INSERT INTO zipcodes VALUES (23442,'Temperanceville','VA','37.887538','-75.536450',-5,1); -INSERT INTO zipcodes VALUES (23443,'Townsend','VA','37.188217','-75.969003',-5,1); -INSERT INTO zipcodes VALUES (23450,'Virginia Beach','VA','36.844004','-76.120360',-5,1); -INSERT INTO zipcodes VALUES (23451,'Virginia Beach','VA','36.864788','-76.000980',-5,1); -INSERT INTO zipcodes VALUES (23452,'Virginia Beach','VA','36.839209','-76.093330',-5,1); -INSERT INTO zipcodes VALUES (23453,'Virginia Beach','VA','36.786753','-76.082079',-5,1); -INSERT INTO zipcodes VALUES (23454,'Virginia Beach','VA','36.838398','-76.028620',-5,1); -INSERT INTO zipcodes VALUES (23455,'Virginia Beach','VA','36.889797','-76.142600',-5,1); -INSERT INTO zipcodes VALUES (23456,'Virginia Beach','VA','36.762459','-76.061390',-5,1); -INSERT INTO zipcodes VALUES (23457,'Virginia Beach','VA','36.600219','-76.035920',-5,1); -INSERT INTO zipcodes VALUES (23458,'Virginia Beach','VA','36.847388','-76.155810',-5,1); -INSERT INTO zipcodes VALUES (23459,'Virginia Beach','VA','36.926647','-76.020580',-5,1); -INSERT INTO zipcodes VALUES (23460,'Virginia Beach','VA','36.837598','-76.026053',-5,1); -INSERT INTO zipcodes VALUES (23461,'Virginia Beach','VA','36.795328','-75.977680',-5,1); -INSERT INTO zipcodes VALUES (23462,'Virginia Beach','VA','36.839648','-76.151770',-5,1); -INSERT INTO zipcodes VALUES (23463,'Virginia Beach','VA','36.795669','-76.012628',-5,1); -INSERT INTO zipcodes VALUES (23464,'Virginia Beach','VA','36.799284','-76.177670',-5,1); -INSERT INTO zipcodes VALUES (23465,'Virginia Beach','VA','36.851243','-76.169215',-5,1); -INSERT INTO zipcodes VALUES (23466,'Virginia Beach','VA','36.795669','-76.012628',-5,1); -INSERT INTO zipcodes VALUES (23467,'Virginia Beach','VA','36.795669','-76.012628',-5,1); -INSERT INTO zipcodes VALUES (23468,'Virginia Beach','VA','36.843948','-76.142407',-5,1); -INSERT INTO zipcodes VALUES (23471,'Virginia Beach','VA','36.795669','-76.012628',-5,1); -INSERT INTO zipcodes VALUES (23472,'Gloucester Point','VA','37.294975','-76.527425',-5,1); -INSERT INTO zipcodes VALUES (23479,'Virginia Beach','VA','36.795669','-76.012628',-5,1); -INSERT INTO zipcodes VALUES (23480,'Wachapreague','VA','37.605335','-75.690880',-5,1); -INSERT INTO zipcodes VALUES (23482,'Wardtown','VA','37.273986','-75.869130',-5,1); -INSERT INTO zipcodes VALUES (23483,'Wattsville','VA','37.943726','-75.502306',-5,1); -INSERT INTO zipcodes VALUES (23486,'Willis Wharf','VA','37.518917','-75.810482',-5,1); -INSERT INTO zipcodes VALUES (23487,'Windsor','VA','36.828408','-76.735060',-5,1); -INSERT INTO zipcodes VALUES (23488,'Withams','VA','37.952168','-75.596810',-5,1); -INSERT INTO zipcodes VALUES (23501,'Norfolk','VA','36.895911','-76.208521',-5,1); -INSERT INTO zipcodes VALUES (23502,'Norfolk','VA','36.855247','-76.212330',-5,1); -INSERT INTO zipcodes VALUES (23503,'Norfolk','VA','36.942947','-76.254700',-5,1); -INSERT INTO zipcodes VALUES (23504,'Norfolk','VA','36.859362','-76.270280',-5,1); -INSERT INTO zipcodes VALUES (23505,'Norfolk','VA','36.913147','-76.284440',-5,1); -INSERT INTO zipcodes VALUES (23506,'Norfolk','VA','36.931166','-76.239720',-5,1); -INSERT INTO zipcodes VALUES (23507,'Norfolk','VA','36.864047','-76.299470',-5,1); -INSERT INTO zipcodes VALUES (23508,'Norfolk','VA','36.886447','-76.300650',-5,1); -INSERT INTO zipcodes VALUES (23509,'Norfolk','VA','36.880297','-76.259600',-5,1); -INSERT INTO zipcodes VALUES (23510,'Norfolk','VA','36.852547','-76.290280',-5,1); -INSERT INTO zipcodes VALUES (23511,'Norfolk','VA','36.935579','-76.303417',-5,1); -INSERT INTO zipcodes VALUES (23512,'Norfolk','VA','36.931166','-76.239720',-5,1); -INSERT INTO zipcodes VALUES (23513,'Norfolk','VA','36.888147','-76.239090',-5,1); -INSERT INTO zipcodes VALUES (23514,'Norfolk','VA','36.931166','-76.239720',-5,1); -INSERT INTO zipcodes VALUES (23515,'Norfolk','VA','36.931166','-76.239720',-5,1); -INSERT INTO zipcodes VALUES (23517,'Norfolk','VA','36.870197','-76.292710',-5,1); -INSERT INTO zipcodes VALUES (23518,'Norfolk','VA','36.916497','-76.217960',-5,1); -INSERT INTO zipcodes VALUES (23519,'Norfolk','VA','36.931166','-76.239720',-5,1); -INSERT INTO zipcodes VALUES (23520,'Norfolk','VA','36.931166','-76.239720',-5,1); -INSERT INTO zipcodes VALUES (23521,'Norfolk','VA','36.916397','-76.152700',-5,1); -INSERT INTO zipcodes VALUES (23523,'Norfolk','VA','36.830936','-76.273540',-5,1); -INSERT INTO zipcodes VALUES (23529,'Norfolk','VA','36.931166','-76.239720',-5,1); -INSERT INTO zipcodes VALUES (23530,'Norfolk','VA','36.931166','-76.239720',-5,1); -INSERT INTO zipcodes VALUES (23541,'Norfolk','VA','36.931166','-76.239720',-5,1); -INSERT INTO zipcodes VALUES (23551,'Norfolk','VA','36.931166','-76.239720',-5,1); -INSERT INTO zipcodes VALUES (23601,'Newport News','VA','37.053346','-76.459480',-5,1); -INSERT INTO zipcodes VALUES (23602,'Newport News','VA','37.115698','-76.518300',-5,1); -INSERT INTO zipcodes VALUES (23603,'Newport News','VA','37.193712','-76.571780',-5,1); -INSERT INTO zipcodes VALUES (23604,'Fort Eustis','VA','37.144943','-76.586770',-5,1); -INSERT INTO zipcodes VALUES (23605,'Newport News','VA','37.019453','-76.436510',-5,1); -INSERT INTO zipcodes VALUES (23606,'Newport News','VA','37.078196','-76.494460',-5,1); -INSERT INTO zipcodes VALUES (23607,'Newport News','VA','36.987151','-76.419500',-5,1); -INSERT INTO zipcodes VALUES (23608,'Newport News','VA','37.151315','-76.548120',-5,1); -INSERT INTO zipcodes VALUES (23609,'Newport News','VA','37.195924','-76.524805',-5,1); -INSERT INTO zipcodes VALUES (23612,'Newport News','VA','37.195924','-76.524805',-5,1); -INSERT INTO zipcodes VALUES (23620,'Franklin','VA','36.694658','-76.965091',-5,1); -INSERT INTO zipcodes VALUES (23628,'Newport News','VA','37.195924','-76.524805',-5,1); -INSERT INTO zipcodes VALUES (23630,'Hampton','VA','37.072658','-76.389920',-5,1); -INSERT INTO zipcodes VALUES (23631,'Hampton','VA','37.072658','-76.389920',-5,1); -INSERT INTO zipcodes VALUES (23642,'Virginia Beach','VA','36.843073','-76.154882',-5,1); -INSERT INTO zipcodes VALUES (23651,'Fort Monroe','VA','37.002997','-76.320390',-5,1); -INSERT INTO zipcodes VALUES (23653,'Hampton','VA','37.072658','-76.389920',-5,1); -INSERT INTO zipcodes VALUES (23661,'Hampton','VA','37.005814','-76.383160',-5,1); -INSERT INTO zipcodes VALUES (23662,'Poquoson','VA','37.131237','-76.380890',-5,1); -INSERT INTO zipcodes VALUES (23663,'Hampton','VA','37.031474','-76.316370',-5,1); -INSERT INTO zipcodes VALUES (23664,'Hampton','VA','37.056778','-76.293730',-5,1); -INSERT INTO zipcodes VALUES (23665,'Hampton','VA','37.098317','-76.419600',-5,1); -INSERT INTO zipcodes VALUES (23666,'Hampton','VA','37.050946','-76.407110',-5,1); -INSERT INTO zipcodes VALUES (23667,'Hampton','VA','37.019346','-76.331815',-5,1); -INSERT INTO zipcodes VALUES (23668,'Hampton','VA','37.020596','-76.337715',-5,1); -INSERT INTO zipcodes VALUES (23669,'Hampton','VA','37.037946','-76.344150',-5,1); -INSERT INTO zipcodes VALUES (23670,'Hampton','VA','37.072658','-76.389920',-5,1); -INSERT INTO zipcodes VALUES (23681,'Hampton','VA','37.072658','-76.389920',-5,1); -INSERT INTO zipcodes VALUES (23690,'Yorktown','VA','37.227904','-76.512780',-5,1); -INSERT INTO zipcodes VALUES (23691,'Yorktown','VA','37.257932','-76.560760',-5,1); -INSERT INTO zipcodes VALUES (23692,'Yorktown','VA','37.178417','-76.467510',-5,1); -INSERT INTO zipcodes VALUES (23693,'Yorktown','VA','37.112915','-76.435910',-5,1); -INSERT INTO zipcodes VALUES (23694,'Lackey','VA','37.223152','-76.559010',-5,1); -INSERT INTO zipcodes VALUES (23696,'Seaford','VA','37.191262','-76.421350',-5,1); -INSERT INTO zipcodes VALUES (23701,'Portsmouth','VA','36.810448','-76.368110',-5,1); -INSERT INTO zipcodes VALUES (23702,'Portsmouth','VA','36.803981','-76.323860',-5,1); -INSERT INTO zipcodes VALUES (23703,'Portsmouth','VA','36.867248','-76.382320',-5,1); -INSERT INTO zipcodes VALUES (23704,'Portsmouth','VA','36.830748','-76.313690',-5,1); -INSERT INTO zipcodes VALUES (23705,'Portsmouth','VA','36.868553','-76.355165',-5,1); -INSERT INTO zipcodes VALUES (23707,'Portsmouth','VA','36.835215','-76.345700',-5,1); -INSERT INTO zipcodes VALUES (23708,'Portsmouth','VA','36.846562','-76.308030',-5,1); -INSERT INTO zipcodes VALUES (23709,'Portsmouth','VA','36.868553','-76.355165',-5,1); -INSERT INTO zipcodes VALUES (23801,'Fort Lee','VA','37.241173','-77.348450',-5,1); -INSERT INTO zipcodes VALUES (23803,'Petersburg','VA','37.216950','-77.430630',-5,1); -INSERT INTO zipcodes VALUES (23804,'Petersburg','VA','37.204765','-77.392784',-5,1); -INSERT INTO zipcodes VALUES (23805,'Petersburg','VA','37.174217','-77.390080',-5,1); -INSERT INTO zipcodes VALUES (23806,'Petersburg','VA','37.204765','-77.392784',-5,1); -INSERT INTO zipcodes VALUES (23810,'Cape Charles','VA','37.268263','-76.007162',-5,1); -INSERT INTO zipcodes VALUES (23814,'Gloucester Point','VA','37.285231','-76.531577',-5,1); -INSERT INTO zipcodes VALUES (23821,'Alberta','VA','36.872290','-77.911250',-5,1); -INSERT INTO zipcodes VALUES (23822,'Ammon','VA','37.072361','-77.647495',-5,1); -INSERT INTO zipcodes VALUES (23824,'Blackstone','VA','37.070975','-77.988760',-5,1); -INSERT INTO zipcodes VALUES (23827,'Boykins','VA','36.602472','-77.208510',-5,1); -INSERT INTO zipcodes VALUES (23828,'Branchville','VA','36.582188','-77.277590',-5,1); -INSERT INTO zipcodes VALUES (23829,'Capron','VA','36.724498','-77.218930',-5,1); -INSERT INTO zipcodes VALUES (23830,'Carson','VA','37.017750','-77.394750',-5,1); -INSERT INTO zipcodes VALUES (23831,'Chester','VA','37.350999','-77.439590',-5,1); -INSERT INTO zipcodes VALUES (23832,'Chesterfield','VA','37.405699','-77.583800',-5,1); -INSERT INTO zipcodes VALUES (23833,'Church Road','VA','37.197024','-77.669320',-5,1); -INSERT INTO zipcodes VALUES (23834,'Colonial Heights','VA','37.265403','-77.404380',-5,1); -INSERT INTO zipcodes VALUES (23836,'Chester','VA','37.343005','-77.346040',-5,1); -INSERT INTO zipcodes VALUES (23837,'Courtland','VA','36.740306','-77.071320',-5,1); -INSERT INTO zipcodes VALUES (23838,'Chesterfield','VA','37.328232','-77.613640',-5,1); -INSERT INTO zipcodes VALUES (23839,'Dendron','VA','37.079298','-76.921550',-5,1); -INSERT INTO zipcodes VALUES (23840,'Dewitt','VA','37.066833','-77.667500',-5,1); -INSERT INTO zipcodes VALUES (23841,'Dinwiddie','VA','37.055849','-77.563490',-5,1); -INSERT INTO zipcodes VALUES (23842,'Disputanta','VA','37.126708','-77.232810',-5,1); -INSERT INTO zipcodes VALUES (23843,'Dolphin','VA','36.848712','-77.806820',-5,1); -INSERT INTO zipcodes VALUES (23844,'Drewryville','VA','36.688788','-77.310720',-5,1); -INSERT INTO zipcodes VALUES (23845,'Ebony','VA','36.554164','-78.014080',-5,1); -INSERT INTO zipcodes VALUES (23846,'Elberon','VA','37.064244','-76.826370',-5,1); -INSERT INTO zipcodes VALUES (23847,'Emporia','VA','36.686270','-77.561210',-5,1); -INSERT INTO zipcodes VALUES (23850,'Ford','VA','37.169066','-77.743580',-5,1); -INSERT INTO zipcodes VALUES (23851,'Franklin','VA','36.668255','-76.939450',-5,1); -INSERT INTO zipcodes VALUES (23856,'Freeman','VA','36.776189','-77.712890',-5,1); -INSERT INTO zipcodes VALUES (23857,'Gasburg','VA','36.576549','-77.884670',-5,1); -INSERT INTO zipcodes VALUES (23860,'Hopewell','VA','37.287869','-77.293590',-5,1); -INSERT INTO zipcodes VALUES (23866,'Ivor','VA','36.907991','-76.890250',-5,1); -INSERT INTO zipcodes VALUES (23867,'Jarratt','VA','36.811276','-77.474960',-5,1); -INSERT INTO zipcodes VALUES (23868,'Lawrenceville','VA','36.722176','-77.812690',-5,1); -INSERT INTO zipcodes VALUES (23870,'Jarratt','VA','36.721471','-77.531996',-5,1); -INSERT INTO zipcodes VALUES (23872,'McKenney','VA','36.993498','-77.746870',-5,1); -INSERT INTO zipcodes VALUES (23873,'Meredithville','VA','36.808780','-77.954397',-5,1); -INSERT INTO zipcodes VALUES (23874,'Newsoms','VA','36.610636','-77.102690',-5,1); -INSERT INTO zipcodes VALUES (23875,'Prince George','VA','37.235949','-77.302590',-5,1); -INSERT INTO zipcodes VALUES (23876,'Rawlings','VA','36.951449','-77.824020',-5,1); -INSERT INTO zipcodes VALUES (23878,'Sedley','VA','36.822024','-77.024040',-5,1); -INSERT INTO zipcodes VALUES (23879,'Skippers','VA','36.584448','-77.588540',-5,1); -INSERT INTO zipcodes VALUES (23881,'Spring Grove','VA','37.181764','-77.002600',-5,1); -INSERT INTO zipcodes VALUES (23882,'Stony Creek','VA','36.928972','-77.419710',-5,1); -INSERT INTO zipcodes VALUES (23883,'Surry','VA','37.140510','-76.743420',-5,1); -INSERT INTO zipcodes VALUES (23884,'Sussex','VA','36.945667','-77.253913',-5,1); -INSERT INTO zipcodes VALUES (23885,'Sutherland','VA','37.191579','-77.566820',-5,1); -INSERT INTO zipcodes VALUES (23887,'Valentines','VA','36.563755','-77.826520',-5,1); -INSERT INTO zipcodes VALUES (23888,'Wakefield','VA','36.963354','-76.981270',-5,1); -INSERT INTO zipcodes VALUES (23889,'Warfield','VA','36.912369','-77.752390',-5,1); -INSERT INTO zipcodes VALUES (23890,'Waverly','VA','37.005989','-77.098190',-5,1); -INSERT INTO zipcodes VALUES (23891,'Waverly','VA','36.909845','-77.286287',-5,1); -INSERT INTO zipcodes VALUES (23893,'White Plains','VA','36.628802','-77.928170',-5,1); -INSERT INTO zipcodes VALUES (23894,'Wilsons','VA','37.127935','-77.839180',-5,1); -INSERT INTO zipcodes VALUES (23897,'Yale','VA','36.828831','-77.282880',-5,1); -INSERT INTO zipcodes VALUES (23898,'Zuni','VA','36.836423','-76.837310',-5,1); -INSERT INTO zipcodes VALUES (23899,'Claremont','VA','37.227291','-76.965450',-5,1); -INSERT INTO zipcodes VALUES (23901,'Farmville','VA','37.307946','-78.401440',-5,1); -INSERT INTO zipcodes VALUES (23909,'Farmville','VA','37.301574','-78.394944',-5,1); -INSERT INTO zipcodes VALUES (23915,'Baskerville','VA','36.694531','-78.287940',-5,1); -INSERT INTO zipcodes VALUES (23917,'Boydton','VA','36.615944','-78.310200',-5,1); -INSERT INTO zipcodes VALUES (23919,'Bracey','VA','36.567521','-78.121760',-5,1); -INSERT INTO zipcodes VALUES (23920,'Brodnax','VA','36.732859','-77.995910',-5,1); -INSERT INTO zipcodes VALUES (23921,'Buckingham','VA','37.581656','-78.620580',-5,1); -INSERT INTO zipcodes VALUES (23922,'Burkeville','VA','37.191053','-78.211700',-5,1); -INSERT INTO zipcodes VALUES (23923,'Charlotte Court House','VA','37.074876','-78.632630',-5,1); -INSERT INTO zipcodes VALUES (23924,'Chase City','VA','36.806422','-78.460480',-5,1); -INSERT INTO zipcodes VALUES (23927,'Clarksville','VA','36.616650','-78.540180',-5,1); -INSERT INTO zipcodes VALUES (23930,'Crewe','VA','37.173493','-78.112360',-5,1); -INSERT INTO zipcodes VALUES (23934,'Cullen','VA','37.164981','-78.625920',-5,1); -INSERT INTO zipcodes VALUES (23936,'Dillwyn','VA','37.529284','-78.490820',-5,1); -INSERT INTO zipcodes VALUES (23937,'Drakes Branch','VA','36.958048','-78.534030',-5,1); -INSERT INTO zipcodes VALUES (23938,'Dundas','VA','36.909504','-78.006460',-5,1); -INSERT INTO zipcodes VALUES (23939,'Evergreen','VA','37.312972','-78.772030',-5,1); -INSERT INTO zipcodes VALUES (23941,'Fort Mitchell','VA','36.948129','-78.248333',-5,1); -INSERT INTO zipcodes VALUES (23942,'Green Bay','VA','37.129269','-78.301070',-5,1); -INSERT INTO zipcodes VALUES (23943,'Hampden Sydney','VA','37.241732','-78.463200',-5,1); -INSERT INTO zipcodes VALUES (23944,'Kenbridge','VA','36.925375','-78.117670',-5,1); -INSERT INTO zipcodes VALUES (23947,'Keysville','VA','37.029877','-78.464300',-5,1); -INSERT INTO zipcodes VALUES (23950,'La Crosse','VA','36.678507','-78.080980',-5,1); -INSERT INTO zipcodes VALUES (23952,'Lunenburg','VA','36.930088','-78.292150',-5,1); -INSERT INTO zipcodes VALUES (23954,'Meherrin','VA','37.097705','-78.378230',-5,1); -INSERT INTO zipcodes VALUES (23955,'Nottoway','VA','37.116094','-78.057832',-5,1); -INSERT INTO zipcodes VALUES (23958,'Pamplin','VA','37.264896','-78.665580',-5,1); -INSERT INTO zipcodes VALUES (23959,'Phenix','VA','37.094313','-78.771820',-5,1); -INSERT INTO zipcodes VALUES (23960,'Prospect','VA','37.310203','-78.553590',-5,1); -INSERT INTO zipcodes VALUES (23962,'Randolph','VA','37.017706','-78.736680',-5,1); -INSERT INTO zipcodes VALUES (23963,'Red House','VA','37.197072','-78.816940',-5,1); -INSERT INTO zipcodes VALUES (23964,'Red Oak','VA','36.780021','-78.621020',-5,1); -INSERT INTO zipcodes VALUES (23966,'Rice','VA','37.284087','-78.275590',-5,1); -INSERT INTO zipcodes VALUES (23967,'Saxe','VA','36.913228','-78.636110',-5,1); -INSERT INTO zipcodes VALUES (23968,'Skipwith','VA','36.702863','-78.512180',-5,1); -INSERT INTO zipcodes VALUES (23970,'South Hill','VA','36.733874','-78.172870',-5,1); -INSERT INTO zipcodes VALUES (23974,'Victoria','VA','36.987595','-78.232850',-5,1); -INSERT INTO zipcodes VALUES (23976,'Wylliesburg','VA','36.848612','-78.590640',-5,1); -INSERT INTO zipcodes VALUES (23999,'Richmond','VA','37.561962','-77.425452',-5,1); -INSERT INTO zipcodes VALUES (24001,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24002,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24003,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24004,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24005,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24006,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24007,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24008,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24009,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24010,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24011,'Roanoke','VA','37.270637','-79.941550',-5,1); -INSERT INTO zipcodes VALUES (24012,'Roanoke','VA','37.305769','-79.927670',-5,1); -INSERT INTO zipcodes VALUES (24013,'Roanoke','VA','37.267137','-79.926450',-5,1); -INSERT INTO zipcodes VALUES (24014,'Roanoke','VA','37.236753','-79.935490',-5,1); -INSERT INTO zipcodes VALUES (24015,'Roanoke','VA','37.258787','-79.978160',-5,1); -INSERT INTO zipcodes VALUES (24016,'Roanoke','VA','37.272186','-79.953210',-5,1); -INSERT INTO zipcodes VALUES (24017,'Roanoke','VA','37.290886','-79.982560',-5,1); -INSERT INTO zipcodes VALUES (24018,'Roanoke','VA','37.229786','-80.024770',-5,1); -INSERT INTO zipcodes VALUES (24019,'Roanoke','VA','37.341428','-79.950490',-5,1); -INSERT INTO zipcodes VALUES (24020,'Roanoke','VA','37.357149','-79.945410',-5,1); -INSERT INTO zipcodes VALUES (24022,'Roanoke','VA','37.278439','-79.933206',-5,1); -INSERT INTO zipcodes VALUES (24023,'Roanoke','VA','37.210663','-80.406172',-5,1); -INSERT INTO zipcodes VALUES (24024,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24025,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24026,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24027,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24028,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24029,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24030,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24031,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24032,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24033,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24034,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24035,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24036,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24037,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24038,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24040,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24042,'Roanoke','VA','37.271687','-79.939228',-5,1); -INSERT INTO zipcodes VALUES (24043,'Roanoke','VA','37.269168','-79.939905',-5,1); -INSERT INTO zipcodes VALUES (24044,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24045,'Roanoke','VA','37.268618','-79.940655',-5,1); -INSERT INTO zipcodes VALUES (24048,'Roanoke','VA','37.274175','-79.957860',-5,1); -INSERT INTO zipcodes VALUES (24050,'Roanoke','VA','37.555083','-79.786151',-5,1); -INSERT INTO zipcodes VALUES (24053,'Ararat','VA','36.618824','-80.531020',-5,1); -INSERT INTO zipcodes VALUES (24054,'Axton','VA','36.677075','-79.706040',-5,1); -INSERT INTO zipcodes VALUES (24055,'Bassett','VA','36.757893','-80.001610',-5,1); -INSERT INTO zipcodes VALUES (24058,'Belspring','VA','37.189876','-80.597610',-5,1); -INSERT INTO zipcodes VALUES (24059,'Bent Mountain','VA','37.146244','-80.125620',-5,1); -INSERT INTO zipcodes VALUES (24060,'Blacksburg','VA','37.232027','-80.421270',-5,1); -INSERT INTO zipcodes VALUES (24061,'Blacksburg','VA','37.179115','-80.351482',-5,1); -INSERT INTO zipcodes VALUES (24062,'Blacksburg','VA','37.174227','-80.395698',-5,1); -INSERT INTO zipcodes VALUES (24063,'Blacksburg','VA','37.174227','-80.395698',-5,1); -INSERT INTO zipcodes VALUES (24064,'Blue Ridge','VA','37.373117','-79.790430',-5,1); -INSERT INTO zipcodes VALUES (24065,'Boones Mill','VA','37.116716','-79.955280',-5,1); -INSERT INTO zipcodes VALUES (24066,'Buchanan','VA','37.532991','-79.680040',-5,1); -INSERT INTO zipcodes VALUES (24067,'Callaway','VA','37.010772','-80.081110',-5,1); -INSERT INTO zipcodes VALUES (24068,'Christiansburg','VA','37.154804','-80.418396',-5,1); -INSERT INTO zipcodes VALUES (24069,'Cascade','VA','36.586545','-79.641940',-5,1); -INSERT INTO zipcodes VALUES (24070,'Catawba','VA','37.361962','-80.194850',-5,1); -INSERT INTO zipcodes VALUES (24072,'Check','VA','37.040036','-80.216700',-5,1); -INSERT INTO zipcodes VALUES (24073,'Christiansburg','VA','37.136013','-80.412220',-5,1); -INSERT INTO zipcodes VALUES (24076,'Claudville','VA','36.580514','-80.433200',-5,1); -INSERT INTO zipcodes VALUES (24077,'Cloverdale','VA','37.369313','-79.903030',-5,1); -INSERT INTO zipcodes VALUES (24078,'Collinsville','VA','36.720217','-79.914250',-5,1); -INSERT INTO zipcodes VALUES (24079,'Copper Hill','VA','37.043459','-80.148680',-5,1); -INSERT INTO zipcodes VALUES (24082,'Critz','VA','36.625817','-80.135420',-5,1); -INSERT INTO zipcodes VALUES (24083,'Daleville','VA','37.407301','-79.917610',-5,1); -INSERT INTO zipcodes VALUES (24084,'Dublin','VA','37.107273','-80.673840',-5,1); -INSERT INTO zipcodes VALUES (24085,'Eagle Rock','VA','37.671394','-79.816810',-5,1); -INSERT INTO zipcodes VALUES (24086,'Eggleston','VA','37.287326','-80.621940',-5,1); -INSERT INTO zipcodes VALUES (24087,'Elliston','VA','37.218668','-80.233500',-5,1); -INSERT INTO zipcodes VALUES (24088,'Ferrum','VA','36.901203','-80.071500',-5,1); -INSERT INTO zipcodes VALUES (24089,'Fieldale','VA','36.704870','-79.956810',-5,1); -INSERT INTO zipcodes VALUES (24090,'Fincastle','VA','37.512912','-79.870460',-5,1); -INSERT INTO zipcodes VALUES (24091,'Floyd','VA','36.910051','-80.308710',-5,1); -INSERT INTO zipcodes VALUES (24092,'Glade Hill','VA','37.014685','-79.753350',-5,1); -INSERT INTO zipcodes VALUES (24093,'Glen Lyn','VA','37.377877','-80.856580',-5,1); -INSERT INTO zipcodes VALUES (24094,'Goldbond','VA','37.427111','-80.552270',-5,1); -INSERT INTO zipcodes VALUES (24095,'Goodview','VA','37.215560','-79.739220',-5,1); -INSERT INTO zipcodes VALUES (24101,'Hardy','VA','37.180713','-79.765360',-5,1); -INSERT INTO zipcodes VALUES (24102,'Henry','VA','36.838473','-79.990930',-5,1); -INSERT INTO zipcodes VALUES (24104,'Huddleston','VA','37.107479','-79.530460',-5,1); -INSERT INTO zipcodes VALUES (24105,'Indian Valley','VA','36.901524','-80.593600',-5,1); -INSERT INTO zipcodes VALUES (24111,'McCoy','VA','37.174227','-80.395698',-5,1); -INSERT INTO zipcodes VALUES (24112,'Martinsville','VA','36.696264','-79.868790',-5,1); -INSERT INTO zipcodes VALUES (24113,'Martinsville','VA','36.679571','-79.865168',-5,1); -INSERT INTO zipcodes VALUES (24114,'Martinsville','VA','36.679571','-79.865168',-5,1); -INSERT INTO zipcodes VALUES (24115,'Martinsville','VA','36.679571','-79.865168',-5,1); -INSERT INTO zipcodes VALUES (24120,'Meadows Of Dan','VA','36.720001','-80.419750',-5,1); -INSERT INTO zipcodes VALUES (24121,'Moneta','VA','37.145705','-79.647860',-5,1); -INSERT INTO zipcodes VALUES (24122,'Montvale','VA','37.413397','-79.707890',-5,1); -INSERT INTO zipcodes VALUES (24124,'Narrows','VA','37.331818','-80.808470',-5,1); -INSERT INTO zipcodes VALUES (24126,'Newbern','VA','37.069206','-80.689067',-5,1); -INSERT INTO zipcodes VALUES (24127,'New Castle','VA','37.505033','-80.173020',-5,1); -INSERT INTO zipcodes VALUES (24128,'Newport','VA','37.325758','-80.470210',-5,1); -INSERT INTO zipcodes VALUES (24129,'New River','VA','37.096403','-80.608056',-5,1); -INSERT INTO zipcodes VALUES (24130,'Oriskany','VA','37.555083','-79.786151',-5,1); -INSERT INTO zipcodes VALUES (24131,'Paint Bank','VA','37.562902','-80.253800',-5,1); -INSERT INTO zipcodes VALUES (24132,'Parrott','VA','37.210996','-80.627510',-5,1); -INSERT INTO zipcodes VALUES (24133,'Patrick Springs','VA','36.677978','-80.135110',-5,1); -INSERT INTO zipcodes VALUES (24134,'Pearisburg','VA','37.291252','-80.736010',-5,1); -INSERT INTO zipcodes VALUES (24136,'Pembroke','VA','37.318030','-80.622670',-5,1); -INSERT INTO zipcodes VALUES (24137,'Penhook','VA','36.947422','-79.635360',-5,1); -INSERT INTO zipcodes VALUES (24138,'Pilot','VA','37.048647','-80.320480',-5,1); -INSERT INTO zipcodes VALUES (24139,'Pittsville','VA','37.010279','-79.472170',-5,1); -INSERT INTO zipcodes VALUES (24141,'Radford','VA','37.119790','-80.573250',-5,1); -INSERT INTO zipcodes VALUES (24142,'Radford','VA','37.138427','-80.550310',-5,1); -INSERT INTO zipcodes VALUES (24143,'Radford','VA','37.122583','-80.562913',-5,1); -INSERT INTO zipcodes VALUES (24146,'Redwood','VA','37.006912','-79.913875',-5,1); -INSERT INTO zipcodes VALUES (24147,'Rich Creek','VA','37.383890','-80.817340',-5,1); -INSERT INTO zipcodes VALUES (24148,'Ridgeway','VA','36.595224','-79.873530',-5,1); -INSERT INTO zipcodes VALUES (24149,'Riner','VA','37.011934','-80.418970',-5,1); -INSERT INTO zipcodes VALUES (24150,'Ripplemead','VA','37.351691','-80.677260',-5,1); -INSERT INTO zipcodes VALUES (24151,'Rocky Mount','VA','36.980013','-79.880270',-5,1); -INSERT INTO zipcodes VALUES (24153,'Salem','VA','37.288807','-80.078210',-5,1); -INSERT INTO zipcodes VALUES (24155,'Salem','VA','37.288384','-80.067062',-5,1); -INSERT INTO zipcodes VALUES (24156,'Salem','VA','37.288384','-80.067062',-5,1); -INSERT INTO zipcodes VALUES (24157,'Salem','VA','37.288384','-80.067062',-5,1); -INSERT INTO zipcodes VALUES (24161,'Sandy Level','VA','36.985629','-79.539390',-5,1); -INSERT INTO zipcodes VALUES (24162,'Shawsville','VA','37.143740','-80.262330',-5,1); -INSERT INTO zipcodes VALUES (24165,'Spencer','VA','36.590431','-80.035890',-5,1); -INSERT INTO zipcodes VALUES (24167,'Staffordsville','VA','37.240021','-80.730830',-5,1); -INSERT INTO zipcodes VALUES (24168,'Stanleytown','VA','36.734651','-79.945720',-5,1); -INSERT INTO zipcodes VALUES (24171,'Stuart','VA','36.655575','-80.239090',-5,1); -INSERT INTO zipcodes VALUES (24174,'Thaxton','VA','37.357587','-79.665520',-5,1); -INSERT INTO zipcodes VALUES (24175,'Troutville','VA','37.427597','-79.905950',-5,1); -INSERT INTO zipcodes VALUES (24176,'Union Hall','VA','37.024494','-79.692410',-5,1); -INSERT INTO zipcodes VALUES (24177,'Vesta','VA','36.724064','-80.358060',-5,1); -INSERT INTO zipcodes VALUES (24178,'Villamont','VA','37.310494','-79.789799',-5,1); -INSERT INTO zipcodes VALUES (24179,'Vinton','VA','37.276218','-79.852400',-5,1); -INSERT INTO zipcodes VALUES (24184,'Wirtz','VA','37.068743','-79.749110',-5,1); -INSERT INTO zipcodes VALUES (24185,'Woolwine','VA','36.806528','-80.268950',-5,1); -INSERT INTO zipcodes VALUES (24201,'Bristol','VA','36.606582','-82.180870',-5,1); -INSERT INTO zipcodes VALUES (24202,'Bristol','VA','36.645419','-82.181370',-5,1); -INSERT INTO zipcodes VALUES (24203,'Bristol','VA','36.761613','-81.968712',-5,1); -INSERT INTO zipcodes VALUES (24209,'Bristol','VA','36.761613','-81.968712',-5,1); -INSERT INTO zipcodes VALUES (24210,'Abingdon','VA','36.728639','-82.008450',-5,1); -INSERT INTO zipcodes VALUES (24211,'Abingdon','VA','36.657812','-81.962070',-5,1); -INSERT INTO zipcodes VALUES (24212,'Abingdon','VA','36.690942','-81.970764',-5,1); -INSERT INTO zipcodes VALUES (24215,'Andover','VA','36.921924','-82.796440',-5,1); -INSERT INTO zipcodes VALUES (24216,'Appalachia','VA','36.919476','-82.789740',-5,1); -INSERT INTO zipcodes VALUES (24217,'Bee','VA','37.082275','-82.189780',-5,1); -INSERT INTO zipcodes VALUES (24218,'Ben Hur','VA','36.733931','-83.063500',-5,1); -INSERT INTO zipcodes VALUES (24219,'Big Stone Gap','VA','36.851953','-82.770560',-5,1); -INSERT INTO zipcodes VALUES (24220,'Birchleaf','VA','37.138489','-82.256430',-5,1); -INSERT INTO zipcodes VALUES (24221,'Blackwater','VA','36.627827','-82.964640',-5,1); -INSERT INTO zipcodes VALUES (24224,'Castlewood','VA','36.870051','-82.277920',-5,1); -INSERT INTO zipcodes VALUES (24225,'Cleveland','VA','36.968491','-82.162300',-5,1); -INSERT INTO zipcodes VALUES (24226,'Clinchco','VA','37.147222','-82.343690',-5,1); -INSERT INTO zipcodes VALUES (24228,'Clintwood','VA','37.153509','-82.449360',-5,1); -INSERT INTO zipcodes VALUES (24230,'Coeburn','VA','36.952634','-82.466570',-5,1); -INSERT INTO zipcodes VALUES (24236,'Damascus','VA','36.624632','-81.767320',-5,1); -INSERT INTO zipcodes VALUES (24237,'Dante','VA','37.001752','-82.280890',-5,1); -INSERT INTO zipcodes VALUES (24239,'Davenport','VA','37.107474','-82.124130',-5,1); -INSERT INTO zipcodes VALUES (24243,'Dryden','VA','36.780481','-82.944280',-5,1); -INSERT INTO zipcodes VALUES (24244,'Duffield','VA','36.701220','-82.795380',-5,1); -INSERT INTO zipcodes VALUES (24245,'Dungannon','VA','36.844539','-82.491470',-5,1); -INSERT INTO zipcodes VALUES (24246,'East Stone Gap','VA','36.864429','-82.737469',-5,1); -INSERT INTO zipcodes VALUES (24248,'Ewing','VA','36.629280','-83.483220',-5,1); -INSERT INTO zipcodes VALUES (24250,'Fort Blackmore','VA','36.759614','-82.594730',-5,1); -INSERT INTO zipcodes VALUES (24251,'Gate City','VA','36.642027','-82.586850',-5,1); -INSERT INTO zipcodes VALUES (24256,'Haysi','VA','37.213189','-82.297590',-5,1); -INSERT INTO zipcodes VALUES (24258,'Hiltons','VA','36.658518','-82.426450',-5,1); -INSERT INTO zipcodes VALUES (24260,'Honaker','VA','37.022640','-81.998590',-5,1); -INSERT INTO zipcodes VALUES (24263,'Jonesville','VA','36.687716','-83.155870',-5,1); -INSERT INTO zipcodes VALUES (24265,'Keokee','VA','36.851769','-82.935930',-5,1); -INSERT INTO zipcodes VALUES (24266,'Lebanon','VA','36.876177','-82.110830',-5,1); -INSERT INTO zipcodes VALUES (24269,'McClure','VA','37.103304','-82.376130',-5,1); -INSERT INTO zipcodes VALUES (24270,'Mendota','VA','36.720381','-82.260930',-5,1); -INSERT INTO zipcodes VALUES (24271,'Nickelsville','VA','36.741128','-82.418230',-5,1); -INSERT INTO zipcodes VALUES (24272,'Nora','VA','37.008665','-82.352440',-5,1); -INSERT INTO zipcodes VALUES (24273,'Norton','VA','36.942047','-82.631380',-5,1); -INSERT INTO zipcodes VALUES (24274,'Pound','VA','37.126639','-82.595990',-5,1); -INSERT INTO zipcodes VALUES (24277,'Pennington Gap','VA','36.756705','-83.041780',-5,1); -INSERT INTO zipcodes VALUES (24279,'Pound','VA','37.102970','-82.596260',-5,1); -INSERT INTO zipcodes VALUES (24280,'Rosedale','VA','36.954936','-81.942520',-5,1); -INSERT INTO zipcodes VALUES (24281,'Rose Hill','VA','36.653640','-83.347360',-5,1); -INSERT INTO zipcodes VALUES (24282,'Saint Charles','VA','36.805965','-83.054670',-5,1); -INSERT INTO zipcodes VALUES (24283,'Saint Paul','VA','36.943316','-82.331540',-5,1); -INSERT INTO zipcodes VALUES (24285,'Stonega','VA','36.953228','-82.790250',-5,1); -INSERT INTO zipcodes VALUES (24289,'Trammel','VA','37.130943','-82.344881',-5,1); -INSERT INTO zipcodes VALUES (24290,'Weber City','VA','36.617348','-82.566600',-5,1); -INSERT INTO zipcodes VALUES (24292,'Whitetop','VA','36.595650','-81.591540',-5,1); -INSERT INTO zipcodes VALUES (24293,'Wise','VA','36.979817','-82.569630',-5,1); -INSERT INTO zipcodes VALUES (24301,'Pulaski','VA','37.053297','-80.772800',-5,1); -INSERT INTO zipcodes VALUES (24311,'Atkins','VA','36.870607','-81.404970',-5,1); -INSERT INTO zipcodes VALUES (24312,'Austinville','VA','36.837699','-80.857310',-5,1); -INSERT INTO zipcodes VALUES (24313,'Barren Springs','VA','36.909335','-80.804110',-5,1); -INSERT INTO zipcodes VALUES (24314,'Bastian','VA','37.183901','-81.176410',-5,1); -INSERT INTO zipcodes VALUES (24315,'Bland','VA','37.107412','-81.057100',-5,1); -INSERT INTO zipcodes VALUES (24316,'Broadford','VA','36.937195','-81.676170',-5,1); -INSERT INTO zipcodes VALUES (24317,'Cana','VA','36.609475','-80.671020',-5,1); -INSERT INTO zipcodes VALUES (24318,'Ceres','VA','36.982193','-81.389450',-5,1); -INSERT INTO zipcodes VALUES (24319,'Chilhowie','VA','36.776534','-81.658270',-5,1); -INSERT INTO zipcodes VALUES (24322,'Cripple Creek','VA','36.820139','-81.111280',-5,1); -INSERT INTO zipcodes VALUES (24323,'Crockett','VA','36.880910','-81.199200',-5,1); -INSERT INTO zipcodes VALUES (24324,'Draper','VA','36.973028','-80.793090',-5,1); -INSERT INTO zipcodes VALUES (24325,'Dugspur','VA','36.801489','-80.604920',-5,1); -INSERT INTO zipcodes VALUES (24326,'Elk Creek','VA','36.729236','-81.200100',-5,1); -INSERT INTO zipcodes VALUES (24327,'Emory','VA','36.773659','-81.827710',-5,1); -INSERT INTO zipcodes VALUES (24328,'Fancy Gap','VA','36.659171','-80.703870',-5,1); -INSERT INTO zipcodes VALUES (24330,'Fries','VA','36.721913','-81.005350',-5,1); -INSERT INTO zipcodes VALUES (24333,'Galax','VA','36.649548','-80.926830',-5,1); -INSERT INTO zipcodes VALUES (24338,'Fries','VA','36.718307','-80.978273',-5,1); -INSERT INTO zipcodes VALUES (24340,'Glade Spring','VA','36.772376','-81.774200',-5,1); -INSERT INTO zipcodes VALUES (24343,'Hillsville','VA','36.750353','-80.687060',-5,1); -INSERT INTO zipcodes VALUES (24347,'Hiwassee','VA','36.958829','-80.659950',-5,1); -INSERT INTO zipcodes VALUES (24348,'Independence','VA','36.626454','-81.165540',-5,1); -INSERT INTO zipcodes VALUES (24350,'Ivanhoe','VA','36.809933','-80.995260',-5,1); -INSERT INTO zipcodes VALUES (24351,'Lambsburg','VA','36.580074','-80.763110',-5,1); -INSERT INTO zipcodes VALUES (24352,'Laurel Fork','VA','36.708515','-80.527910',-5,1); -INSERT INTO zipcodes VALUES (24354,'Marion','VA','36.828526','-81.530450',-5,1); -INSERT INTO zipcodes VALUES (24360,'Max Meadows','VA','36.933981','-80.928970',-5,1); -INSERT INTO zipcodes VALUES (24361,'Meadowview','VA','36.763059','-81.847740',-5,1); -INSERT INTO zipcodes VALUES (24363,'Mouth Of Wilson','VA','36.597486','-81.376040',-5,1); -INSERT INTO zipcodes VALUES (24366,'Rocky Gap','VA','37.261609','-81.106590',-5,1); -INSERT INTO zipcodes VALUES (24368,'Rural Retreat','VA','36.889364','-81.281620',-5,1); -INSERT INTO zipcodes VALUES (24370,'Saltville','VA','36.893445','-81.748250',-5,1); -INSERT INTO zipcodes VALUES (24373,'Seven Mile Ford','VA','36.826371','-81.549231',-5,1); -INSERT INTO zipcodes VALUES (24374,'Speedwell','VA','36.813383','-81.197910',-5,1); -INSERT INTO zipcodes VALUES (24375,'Sugar Grove','VA','36.790265','-81.375410',-5,1); -INSERT INTO zipcodes VALUES (24377,'Tannersville','VA','37.000956','-81.547970',-5,1); -INSERT INTO zipcodes VALUES (24378,'Trout Dale','VA','36.684567','-81.434110',-5,1); -INSERT INTO zipcodes VALUES (24379,'Volney','VA','36.682782','-81.257795',-5,1); -INSERT INTO zipcodes VALUES (24380,'Willis','VA','36.853525','-80.520240',-5,1); -INSERT INTO zipcodes VALUES (24381,'Woodlawn','VA','36.714663','-80.826020',-5,1); -INSERT INTO zipcodes VALUES (24382,'Wytheville','VA','36.947446','-81.094390',-5,1); -INSERT INTO zipcodes VALUES (24401,'Staunton','VA','38.146216','-79.076250',-5,1); -INSERT INTO zipcodes VALUES (24402,'Staunton','VA','38.159275','-79.062858',-5,1); -INSERT INTO zipcodes VALUES (24407,'Staunton','VA','38.179715','-79.141332',-5,1); -INSERT INTO zipcodes VALUES (24411,'Augusta Springs','VA','38.091705','-79.322363',-5,1); -INSERT INTO zipcodes VALUES (24412,'Bacova','VA','38.054111','-79.845750',-5,1); -INSERT INTO zipcodes VALUES (24413,'Blue Grass','VA','38.521373','-79.583610',-5,1); -INSERT INTO zipcodes VALUES (24415,'Brownsburg','VA','37.929347','-79.316440',-5,1); -INSERT INTO zipcodes VALUES (24416,'Buena Vista','VA','37.740780','-79.350380',-5,1); -INSERT INTO zipcodes VALUES (24421,'Churchville','VA','38.252683','-79.173390',-5,1); -INSERT INTO zipcodes VALUES (24422,'Clifton Forge','VA','37.821088','-79.796190',-5,1); -INSERT INTO zipcodes VALUES (24426,'Covington','VA','37.772399','-80.027050',-5,1); -INSERT INTO zipcodes VALUES (24430,'Craigsville','VA','38.085244','-79.362090',-5,1); -INSERT INTO zipcodes VALUES (24431,'Crimora','VA','38.167914','-78.842220',-5,1); -INSERT INTO zipcodes VALUES (24432,'Deerfield','VA','38.178513','-79.427010',-5,1); -INSERT INTO zipcodes VALUES (24433,'Doe Hill','VA','38.443961','-79.440720',-5,1); -INSERT INTO zipcodes VALUES (24435,'Fairfield','VA','37.871126','-79.290410',-5,1); -INSERT INTO zipcodes VALUES (24437,'Fort Defiance','VA','38.212067','-78.945630',-5,1); -INSERT INTO zipcodes VALUES (24438,'Glen Wilton','VA','37.555083','-79.786151',-5,1); -INSERT INTO zipcodes VALUES (24439,'Goshen','VA','37.997778','-79.480040',-5,1); -INSERT INTO zipcodes VALUES (24440,'Greenville','VA','37.996542','-79.153540',-5,1); -INSERT INTO zipcodes VALUES (24441,'Grottoes','VA','38.255747','-78.824200',-5,1); -INSERT INTO zipcodes VALUES (24442,'Head Waters','VA','38.345202','-79.384970',-5,1); -INSERT INTO zipcodes VALUES (24444,'Iron Gate','VA','37.799435','-79.790895',-5,1); -INSERT INTO zipcodes VALUES (24445,'Hot Springs','VA','37.970734','-79.892830',-5,1); -INSERT INTO zipcodes VALUES (24448,'Iron Gate','VA','37.797214','-79.790020',-5,1); -INSERT INTO zipcodes VALUES (24450,'Lexington','VA','37.794344','-79.476580',-5,1); -INSERT INTO zipcodes VALUES (24457,'Low Moor','VA','37.802424','-79.863510',-5,1); -INSERT INTO zipcodes VALUES (24458,'McDowell','VA','38.322663','-79.544180',-5,1); -INSERT INTO zipcodes VALUES (24459,'Middlebrook','VA','38.042173','-79.281750',-5,1); -INSERT INTO zipcodes VALUES (24460,'Millboro','VA','38.015153','-79.650650',-5,1); -INSERT INTO zipcodes VALUES (24463,'Mint Spring','VA','38.064112','-79.109790',-5,1); -INSERT INTO zipcodes VALUES (24464,'Montebello','VA','37.897702','-79.089390',-5,1); -INSERT INTO zipcodes VALUES (24465,'Monterey','VA','38.374628','-79.636110',-5,1); -INSERT INTO zipcodes VALUES (24467,'Mount Sidney','VA','38.258308','-78.959410',-5,1); -INSERT INTO zipcodes VALUES (24468,'Mustoe','VA','38.385967','-79.559157',-5,1); -INSERT INTO zipcodes VALUES (24469,'New Hope','VA','38.179715','-79.141332',-5,1); -INSERT INTO zipcodes VALUES (24471,'Port Republic','VA','38.310311','-78.804090',-5,1); -INSERT INTO zipcodes VALUES (24472,'Raphine','VA','37.936577','-79.228280',-5,1); -INSERT INTO zipcodes VALUES (24473,'Rockbridge Baths','VA','37.912977','-79.399060',-5,1); -INSERT INTO zipcodes VALUES (24474,'Selma','VA','37.805268','-79.847520',-5,1); -INSERT INTO zipcodes VALUES (24475,'Spottswood','VA','37.965100','-79.235700',-5,1); -INSERT INTO zipcodes VALUES (24476,'Steeles Tavern','VA','38.179715','-79.141332',-5,1); -INSERT INTO zipcodes VALUES (24477,'Stuarts Draft','VA','38.014730','-79.027330',-5,1); -INSERT INTO zipcodes VALUES (24479,'Swoope','VA','38.151767','-79.219980',-5,1); -INSERT INTO zipcodes VALUES (24482,'Verona','VA','38.199580','-78.995530',-5,1); -INSERT INTO zipcodes VALUES (24483,'Vesuvius','VA','37.819652','-79.215080',-5,1); -INSERT INTO zipcodes VALUES (24484,'Warm Springs','VA','38.103122','-79.814780',-5,1); -INSERT INTO zipcodes VALUES (24485,'West Augusta','VA','38.270442','-79.334020',-5,1); -INSERT INTO zipcodes VALUES (24486,'Weyers Cave','VA','38.290722','-78.924230',-5,1); -INSERT INTO zipcodes VALUES (24487,'Williamsville','VA','38.197757','-79.577660',-5,1); -INSERT INTO zipcodes VALUES (24501,'Lynchburg','VA','37.390209','-79.161320',-5,1); -INSERT INTO zipcodes VALUES (24502,'Lynchburg','VA','37.362109','-79.215250',-5,1); -INSERT INTO zipcodes VALUES (24503,'Lynchburg','VA','37.440641','-79.209230',-5,1); -INSERT INTO zipcodes VALUES (24504,'Lynchburg','VA','37.400275','-79.125970',-5,1); -INSERT INTO zipcodes VALUES (24505,'Lynchburg','VA','37.400944','-79.178506',-5,1); -INSERT INTO zipcodes VALUES (24506,'Lynchburg','VA','37.381692','-79.161046',-5,1); -INSERT INTO zipcodes VALUES (24512,'Lynchburg','VA','37.242503','-79.109789',-5,1); -INSERT INTO zipcodes VALUES (24513,'Lynchburg','VA','37.245798','-79.133546',-5,1); -INSERT INTO zipcodes VALUES (24514,'Lynchburg','VA','37.400944','-79.178506',-5,1); -INSERT INTO zipcodes VALUES (24515,'Lynchburg','VA','37.400944','-79.178506',-5,1); -INSERT INTO zipcodes VALUES (24517,'Altavista','VA','37.127543','-79.274090',-5,1); -INSERT INTO zipcodes VALUES (24520,'Alton','VA','36.561396','-79.052680',-5,1); -INSERT INTO zipcodes VALUES (24521,'Amherst','VA','37.616606','-79.087630',-5,1); -INSERT INTO zipcodes VALUES (24522,'Appomattox','VA','37.374688','-78.805850',-5,1); -INSERT INTO zipcodes VALUES (24523,'Bedford','VA','37.339184','-79.528390',-5,1); -INSERT INTO zipcodes VALUES (24526,'Big Island','VA','37.528701','-79.398120',-5,1); -INSERT INTO zipcodes VALUES (24527,'Blairs','VA','36.725028','-79.358770',-5,1); -INSERT INTO zipcodes VALUES (24528,'Brookneal','VA','37.079385','-78.907650',-5,1); -INSERT INTO zipcodes VALUES (24529,'Buffalo Junction','VA','36.631531','-78.638060',-5,1); -INSERT INTO zipcodes VALUES (24530,'Callands','VA','36.807043','-79.618640',-5,1); -INSERT INTO zipcodes VALUES (24531,'Chatham','VA','36.836822','-79.451930',-5,1); -INSERT INTO zipcodes VALUES (24533,'Clifford','VA','37.582488','-78.936180',-5,1); -INSERT INTO zipcodes VALUES (24534,'Clover','VA','36.864697','-78.760190',-5,1); -INSERT INTO zipcodes VALUES (24535,'Cluster Springs','VA','36.611317','-78.945519',-5,1); -INSERT INTO zipcodes VALUES (24536,'Coleman Falls','VA','37.486603','-79.305010',-5,1); -INSERT INTO zipcodes VALUES (24538,'Concord','VA','37.343394','-78.964330',-5,1); -INSERT INTO zipcodes VALUES (24539,'Crystal Hill','VA','36.861612','-78.911870',-5,1); -INSERT INTO zipcodes VALUES (24540,'Danville','VA','36.622638','-79.399980',-5,1); -INSERT INTO zipcodes VALUES (24541,'Danville','VA','36.581085','-79.450270',-5,1); -INSERT INTO zipcodes VALUES (24542,'Danville','VA','36.579313','-79.398748',-5,1); -INSERT INTO zipcodes VALUES (24543,'Danville','VA','36.592679','-79.410983',-5,1); -INSERT INTO zipcodes VALUES (24544,'Danville','VA','36.592679','-79.410983',-5,1); -INSERT INTO zipcodes VALUES (24549,'Dry Fork','VA','36.710985','-79.485170',-5,1); -INSERT INTO zipcodes VALUES (24550,'Evington','VA','37.237928','-79.282680',-5,1); -INSERT INTO zipcodes VALUES (24551,'Forest','VA','37.366744','-79.299770',-5,1); -INSERT INTO zipcodes VALUES (24553,'Gladstone','VA','37.541726','-78.807770',-5,1); -INSERT INTO zipcodes VALUES (24554,'Gladys','VA','37.142894','-79.054120',-5,1); -INSERT INTO zipcodes VALUES (24555,'Glasgow','VA','37.641788','-79.456520',-5,1); -INSERT INTO zipcodes VALUES (24556,'Goode','VA','37.361512','-79.398100',-5,1); -INSERT INTO zipcodes VALUES (24557,'Gretna','VA','36.971021','-79.317870',-5,1); -INSERT INTO zipcodes VALUES (24558,'Halifax','VA','36.774635','-78.934260',-5,1); -INSERT INTO zipcodes VALUES (24562,'Howardsville','VA','37.715293','-78.641750',-5,1); -INSERT INTO zipcodes VALUES (24563,'Hurt','VA','37.071568','-79.292300',-5,1); -INSERT INTO zipcodes VALUES (24565,'Java','VA','36.842686','-79.197480',-5,1); -INSERT INTO zipcodes VALUES (24566,'Keeling','VA','36.726236','-79.262790',-5,1); -INSERT INTO zipcodes VALUES (24569,'Long Island','VA','37.041512','-79.127800',-5,1); -INSERT INTO zipcodes VALUES (24570,'Lowry','VA','37.333936','-79.406303',-5,1); -INSERT INTO zipcodes VALUES (24571,'Lynch Station','VA','37.133274','-79.373240',-5,1); -INSERT INTO zipcodes VALUES (24572,'Madison Heights','VA','37.461272','-79.093640',-5,1); -INSERT INTO zipcodes VALUES (24574,'Monroe','VA','37.576208','-79.261330',-5,1); -INSERT INTO zipcodes VALUES (24576,'Naruna','VA','37.245798','-79.133546',-5,1); -INSERT INTO zipcodes VALUES (24577,'Nathalie','VA','36.940538','-78.980170',-5,1); -INSERT INTO zipcodes VALUES (24578,'Natural Bridge','VA','37.650711','-79.552690',-5,1); -INSERT INTO zipcodes VALUES (24579,'Natural Bridge Station','VA','37.597531','-79.506590',-5,1); -INSERT INTO zipcodes VALUES (24580,'Nelson','VA','36.589704','-78.661510',-5,1); -INSERT INTO zipcodes VALUES (24581,'Norwood','VA','37.644171','-78.794470',-5,1); -INSERT INTO zipcodes VALUES (24585,'Republican Grove','VA','36.801515','-78.883933',-5,1); -INSERT INTO zipcodes VALUES (24586,'Ringgold','VA','36.595244','-79.286470',-5,1); -INSERT INTO zipcodes VALUES (24588,'Rustburg','VA','37.268024','-79.116860',-5,1); -INSERT INTO zipcodes VALUES (24589,'Scottsburg','VA','36.759749','-78.785470',-5,1); -INSERT INTO zipcodes VALUES (24590,'Scottsville','VA','37.806508','-78.481340',-5,1); -INSERT INTO zipcodes VALUES (24592,'South Boston','VA','36.701855','-78.920080',-5,1); -INSERT INTO zipcodes VALUES (24593,'Spout Spring','VA','37.320709','-78.910710',-5,1); -INSERT INTO zipcodes VALUES (24594,'Sutherlin','VA','36.635902','-79.196800',-5,1); -INSERT INTO zipcodes VALUES (24595,'Sweet Briar','VA','37.556248','-79.082490',-5,1); -INSERT INTO zipcodes VALUES (24597,'Vernon Hill','VA','36.782331','-79.123700',-5,1); -INSERT INTO zipcodes VALUES (24598,'Virgilina','VA','36.592597','-78.782070',-5,1); -INSERT INTO zipcodes VALUES (24599,'Wingina','VA','37.638783','-78.719340',-5,1); -INSERT INTO zipcodes VALUES (24601,'Amonate','VA','37.177549','-81.657800',-5,1); -INSERT INTO zipcodes VALUES (24602,'Bandy','VA','37.170062','-81.644120',-5,1); -INSERT INTO zipcodes VALUES (24603,'Big Rock','VA','37.371119','-82.164500',-5,1); -INSERT INTO zipcodes VALUES (24604,'Bishop','VA','37.201022','-81.539630',-5,1); -INSERT INTO zipcodes VALUES (24605,'Bluefield','VA','37.222548','-81.336700',-5,1); -INSERT INTO zipcodes VALUES (24606,'Boissevain','VA','37.285260','-81.389930',-5,1); -INSERT INTO zipcodes VALUES (24607,'Breaks','VA','37.297387','-82.279420',-5,1); -INSERT INTO zipcodes VALUES (24608,'Burkes Garden','VA','37.135490','-81.563406',-5,1); -INSERT INTO zipcodes VALUES (24609,'Cedar Bluff','VA','37.055512','-81.769220',-5,1); -INSERT INTO zipcodes VALUES (24612,'Doran','VA','37.091572','-81.841190',-5,1); -INSERT INTO zipcodes VALUES (24613,'Falls Mills','VA','37.273973','-81.316880',-5,1); -INSERT INTO zipcodes VALUES (24614,'Grundy','VA','37.296213','-82.057750',-5,1); -INSERT INTO zipcodes VALUES (24618,'Harman','VA','37.287992','-82.027408',-5,1); -INSERT INTO zipcodes VALUES (24619,'Horsepen','VA','37.135490','-81.563406',-5,1); -INSERT INTO zipcodes VALUES (24620,'Hurley','VA','37.409883','-82.023170',-5,1); -INSERT INTO zipcodes VALUES (24622,'Jewell Ridge','VA','37.214471','-81.789670',-5,1); -INSERT INTO zipcodes VALUES (24624,'Keen Mountain','VA','37.204272','-81.979360',-5,1); -INSERT INTO zipcodes VALUES (24627,'Mavisdale','VA','37.287992','-82.027408',-5,1); -INSERT INTO zipcodes VALUES (24628,'Maxie','VA','37.308652','-82.185930',-5,1); -INSERT INTO zipcodes VALUES (24630,'North Tazewell','VA','37.155621','-81.497870',-5,1); -INSERT INTO zipcodes VALUES (24631,'Oakwood','VA','37.223011','-82.005380',-5,1); -INSERT INTO zipcodes VALUES (24634,'Pilgrims Knob','VA','37.250363','-81.897660',-5,1); -INSERT INTO zipcodes VALUES (24635,'Pocahontas','VA','37.305821','-81.346970',-5,1); -INSERT INTO zipcodes VALUES (24637,'Pounding Mill','VA','37.076801','-81.705190',-5,1); -INSERT INTO zipcodes VALUES (24639,'Raven','VA','37.136584','-81.890680',-5,1); -INSERT INTO zipcodes VALUES (24640,'Red Ash','VA','37.135490','-81.563406',-5,1); -INSERT INTO zipcodes VALUES (24641,'Richlands','VA','37.098588','-81.806070',-5,1); -INSERT INTO zipcodes VALUES (24646,'Rowe','VA','37.144450','-81.997350',-5,1); -INSERT INTO zipcodes VALUES (24647,'Shortt Gap','VA','37.287992','-82.027408',-5,1); -INSERT INTO zipcodes VALUES (24649,'Swords Creek','VA','37.077291','-81.919730',-5,1); -INSERT INTO zipcodes VALUES (24651,'Tazewell','VA','37.113004','-81.503260',-5,1); -INSERT INTO zipcodes VALUES (24656,'Vansant','VA','37.198005','-82.121930',-5,1); -INSERT INTO zipcodes VALUES (24657,'Whitewood','VA','37.226416','-81.867390',-5,1); -INSERT INTO zipcodes VALUES (24658,'Wolford','VA','37.287992','-82.027408',-5,1); -INSERT INTO zipcodes VALUES (24701,'Bluefield','WV','37.275700','-81.214500',-5,1); -INSERT INTO zipcodes VALUES (24704,'Bluefield','WV','37.264098','-81.229646',-5,1); -INSERT INTO zipcodes VALUES (24712,'Athens','WV','37.448532','-81.003200',-5,1); -INSERT INTO zipcodes VALUES (24714,'Beeson','WV','37.501743','-81.221480',-5,1); -INSERT INTO zipcodes VALUES (24715,'Bramwell','WV','37.335297','-81.311120',-5,1); -INSERT INTO zipcodes VALUES (24716,'Bud','WV','37.532524','-81.372750',-5,1); -INSERT INTO zipcodes VALUES (24719,'Covel','WV','37.489290','-81.297360',-5,1); -INSERT INTO zipcodes VALUES (24724,'Freeman','WV','37.327670','-81.299940',-5,1); -INSERT INTO zipcodes VALUES (24726,'Herndon','WV','37.520914','-81.330260',-5,1); -INSERT INTO zipcodes VALUES (24729,'Hiawatha','WV','37.416395','-81.105803',-5,1); -INSERT INTO zipcodes VALUES (24731,'Kegley','WV','37.404113','-81.140780',-5,1); -INSERT INTO zipcodes VALUES (24732,'Kellysville','WV','37.416395','-81.105803',-5,1); -INSERT INTO zipcodes VALUES (24733,'Lashmeet','WV','37.431153','-81.226280',-5,1); -INSERT INTO zipcodes VALUES (24736,'Matoaka','WV','37.425866','-81.276250',-5,1); -INSERT INTO zipcodes VALUES (24737,'Montcalm','WV','37.352655','-81.247810',-5,1); -INSERT INTO zipcodes VALUES (24738,'Nemours','WV','37.416395','-81.105803',-5,1); -INSERT INTO zipcodes VALUES (24739,'Oakvale','WV','37.336554','-80.955230',-5,1); -INSERT INTO zipcodes VALUES (24740,'Princeton','WV','37.368167','-81.073070',-5,1); -INSERT INTO zipcodes VALUES (24747,'Rock','WV','37.394221','-81.218680',-5,1); -INSERT INTO zipcodes VALUES (24751,'Wolfe','WV','37.416395','-81.105803',-5,1); -INSERT INTO zipcodes VALUES (24801,'Welch','WV','37.424498','-81.578350',-5,1); -INSERT INTO zipcodes VALUES (24808,'Anawalt','WV','37.338242','-81.430810',-5,1); -INSERT INTO zipcodes VALUES (24811,'Avondale','WV','37.399793','-81.783120',-5,1); -INSERT INTO zipcodes VALUES (24813,'Bartley','WV','37.355111','-81.730020',-5,1); -INSERT INTO zipcodes VALUES (24815,'Berwind','WV','37.250680','-81.650440',-5,1); -INSERT INTO zipcodes VALUES (24816,'Big Sandy','WV','37.459251','-81.701730',-5,1); -INSERT INTO zipcodes VALUES (24817,'Bradshaw','WV','37.358272','-81.801300',-5,1); -INSERT INTO zipcodes VALUES (24818,'Brenton','WV','37.594959','-81.629470',-5,1); -INSERT INTO zipcodes VALUES (24820,'Capels','WV','37.375246','-81.653889',-5,1); -INSERT INTO zipcodes VALUES (24821,'Caretta','WV','37.345693','-81.667890',-5,1); -INSERT INTO zipcodes VALUES (24822,'Clear Fork','WV','37.621270','-81.694080',-5,1); -INSERT INTO zipcodes VALUES (24823,'Coal Mountain','WV','37.664172','-81.733800',-5,1); -INSERT INTO zipcodes VALUES (24824,'Coalwood','WV','37.416947','-81.692880',-5,1); -INSERT INTO zipcodes VALUES (24825,'Crumpler','WV','37.421641','-81.345040',-5,1); -INSERT INTO zipcodes VALUES (24826,'Cucumber','WV','37.375246','-81.653889',-5,1); -INSERT INTO zipcodes VALUES (24827,'Cyclone','WV','37.742953','-81.679510',-5,1); -INSERT INTO zipcodes VALUES (24828,'Davy','WV','37.478583','-81.661690',-5,1); -INSERT INTO zipcodes VALUES (24829,'Eckman','WV','37.402730','-81.462900',-5,1); -INSERT INTO zipcodes VALUES (24830,'Elbert','WV','37.319439','-81.543200',-5,1); -INSERT INTO zipcodes VALUES (24831,'Elkhorn','WV','37.385757','-81.414150',-5,1); -INSERT INTO zipcodes VALUES (24832,'English','WV','37.375246','-81.653889',-5,1); -INSERT INTO zipcodes VALUES (24834,'Fanrock','WV','37.603344','-81.539980',-5,1); -INSERT INTO zipcodes VALUES (24836,'Gary','WV','37.352131','-81.546880',-5,1); -INSERT INTO zipcodes VALUES (24839,'Hanover','WV','37.567007','-81.779690',-5,1); -INSERT INTO zipcodes VALUES (24841,'Havaco','WV','37.405828','-81.576548',-5,1); -INSERT INTO zipcodes VALUES (24842,'Hemphill','WV','37.444465','-81.596840',-5,1); -INSERT INTO zipcodes VALUES (24843,'Hensley','WV','37.474577','-81.699610',-5,1); -INSERT INTO zipcodes VALUES (24844,'Iaeger','WV','37.469496','-81.795480',-5,1); -INSERT INTO zipcodes VALUES (24845,'Ikes Fork','WV','37.530418','-81.795530',-5,1); -INSERT INTO zipcodes VALUES (24846,'Isaban','WV','37.530963','-81.888500',-5,1); -INSERT INTO zipcodes VALUES (24847,'Itmann','WV','37.603344','-81.539980',-5,1); -INSERT INTO zipcodes VALUES (24848,'Jenkinjones','WV','37.296401','-81.431350',-5,1); -INSERT INTO zipcodes VALUES (24849,'Jesse','WV','37.666079','-81.573090',-5,1); -INSERT INTO zipcodes VALUES (24850,'Jolo','WV','37.312239','-81.824780',-5,1); -INSERT INTO zipcodes VALUES (24851,'Justice','WV','37.602126','-81.849680',-5,1); -INSERT INTO zipcodes VALUES (24852,'Keystone','WV','37.417857','-81.448740',-5,1); -INSERT INTO zipcodes VALUES (24853,'Kimball','WV','37.427781','-81.486540',-5,1); -INSERT INTO zipcodes VALUES (24854,'Kopperston','WV','37.741813','-81.537220',-5,1); -INSERT INTO zipcodes VALUES (24855,'Kyle','WV','37.409655','-81.425590',-5,1); -INSERT INTO zipcodes VALUES (24856,'Leckie','WV','37.343452','-81.402440',-5,1); -INSERT INTO zipcodes VALUES (24857,'Lynco','WV','37.683273','-81.660480',-5,1); -INSERT INTO zipcodes VALUES (24859,'Marianna','WV','37.603344','-81.539980',-5,1); -INSERT INTO zipcodes VALUES (24860,'Matheny','WV','37.664685','-81.596700',-5,1); -INSERT INTO zipcodes VALUES (24861,'Maybeury','WV','37.363882','-81.365310',-5,1); -INSERT INTO zipcodes VALUES (24862,'Mohawk','WV','37.485276','-81.939550',-5,1); -INSERT INTO zipcodes VALUES (24866,'Newhall','WV','37.265686','-81.615500',-5,1); -INSERT INTO zipcodes VALUES (24867,'New Richmond','WV','37.568981','-81.493080',-5,1); -INSERT INTO zipcodes VALUES (24868,'Northfork','WV','37.418471','-81.417060',-5,1); -INSERT INTO zipcodes VALUES (24869,'North Spring','WV','37.551372','-81.842290',-5,1); -INSERT INTO zipcodes VALUES (24870,'Oceana','WV','37.696290','-81.608450',-5,1); -INSERT INTO zipcodes VALUES (24871,'Pageton','WV','37.325163','-81.475540',-5,1); -INSERT INTO zipcodes VALUES (24872,'Panther','WV','37.459260','-81.890240',-5,1); -INSERT INTO zipcodes VALUES (24873,'Paynesville','WV','37.357831','-81.895830',-5,1); -INSERT INTO zipcodes VALUES (24874,'Pineville','WV','37.562494','-81.517460',-5,1); -INSERT INTO zipcodes VALUES (24877,'Powhatan','WV','37.375246','-81.653889',-5,1); -INSERT INTO zipcodes VALUES (24878,'Premier','WV','37.375246','-81.653889',-5,1); -INSERT INTO zipcodes VALUES (24879,'Raysal','WV','37.352940','-81.768000',-5,1); -INSERT INTO zipcodes VALUES (24880,'Rock View','WV','37.641027','-81.536250',-5,1); -INSERT INTO zipcodes VALUES (24881,'Roderfield','WV','37.444527','-81.691460',-5,1); -INSERT INTO zipcodes VALUES (24882,'Simon','WV','37.609388','-81.756680',-5,1); -INSERT INTO zipcodes VALUES (24883,'Skygusty','WV','37.375246','-81.653889',-5,1); -INSERT INTO zipcodes VALUES (24884,'Squire','WV','37.249595','-81.552080',-5,1); -INSERT INTO zipcodes VALUES (24887,'Switchback','WV','37.371122','-81.384000',-5,1); -INSERT INTO zipcodes VALUES (24888,'Thorpe','WV','37.365675','-81.509680',-5,1); -INSERT INTO zipcodes VALUES (24889,'Twin Branch','WV','37.375246','-81.653889',-5,1); -INSERT INTO zipcodes VALUES (24892,'War','WV','37.309666','-81.695460',-5,1); -INSERT INTO zipcodes VALUES (24894,'Warriormine','WV','37.291157','-81.695410',-5,1); -INSERT INTO zipcodes VALUES (24895,'Wilcoe','WV','37.381834','-81.563420',-5,1); -INSERT INTO zipcodes VALUES (24896,'Wolf Pen','WV','37.603344','-81.539980',-5,1); -INSERT INTO zipcodes VALUES (24897,'Worth','WV','37.422523','-81.383630',-5,1); -INSERT INTO zipcodes VALUES (24898,'Wyoming','WV','37.585536','-81.603470',-5,1); -INSERT INTO zipcodes VALUES (24899,'Yukon','WV','37.375246','-81.653889',-5,1); -INSERT INTO zipcodes VALUES (24901,'Lewisburg','WV','37.808480','-80.444930',-5,1); -INSERT INTO zipcodes VALUES (24902,'Fairlea','WV','37.774666','-80.461492',-5,1); -INSERT INTO zipcodes VALUES (24910,'Alderson','WV','37.731717','-80.659420',-5,1); -INSERT INTO zipcodes VALUES (24915,'Arbovale','WV','38.462522','-79.803080',-5,1); -INSERT INTO zipcodes VALUES (24916,'Asbury','WV','37.841919','-80.553250',-5,1); -INSERT INTO zipcodes VALUES (24917,'Auto','WV','37.975595','-80.426874',-5,1); -INSERT INTO zipcodes VALUES (24918,'Ballard','WV','37.515724','-80.767480',-5,1); -INSERT INTO zipcodes VALUES (24919,'Ballengee','WV','37.620418','-80.716360',-5,1); -INSERT INTO zipcodes VALUES (24920,'Bartow','WV','38.552106','-79.731500',-5,1); -INSERT INTO zipcodes VALUES (24924,'Buckeye','WV','38.185341','-80.132610',-5,1); -INSERT INTO zipcodes VALUES (24925,'Caldwell','WV','37.741887','-80.374810',-5,1); -INSERT INTO zipcodes VALUES (24927,'Cass','WV','38.380196','-79.932780',-5,1); -INSERT INTO zipcodes VALUES (24931,'Crawley','WV','37.901788','-80.594520',-5,1); -INSERT INTO zipcodes VALUES (24934,'Dunmore','WV','38.325205','-79.901790',-5,1); -INSERT INTO zipcodes VALUES (24935,'Forest Hill','WV','37.549702','-80.800170',-5,1); -INSERT INTO zipcodes VALUES (24936,'Fort Spring','WV','37.743322','-80.529420',-5,1); -INSERT INTO zipcodes VALUES (24938,'Frankford','WV','37.918994','-80.363310',-5,1); -INSERT INTO zipcodes VALUES (24941,'Gap Mills','WV','37.602172','-80.346400',-5,1); -INSERT INTO zipcodes VALUES (24942,'Glace','WV','37.552029','-80.539672',-5,1); -INSERT INTO zipcodes VALUES (24943,'Grassy Meadows','WV','37.838288','-80.753930',-5,1); -INSERT INTO zipcodes VALUES (24944,'Green Bank','WV','38.412244','-79.797960',-5,1); -INSERT INTO zipcodes VALUES (24945,'Greenville','WV','37.543667','-80.696040',-5,1); -INSERT INTO zipcodes VALUES (24946,'Hillsboro','WV','38.114627','-80.228080',-5,1); -INSERT INTO zipcodes VALUES (24950,'Kieffer','WV','37.940460','-80.610070',-5,1); -INSERT INTO zipcodes VALUES (24951,'Lindside','WV','37.485348','-80.642930',-5,1); -INSERT INTO zipcodes VALUES (24954,'Marlinton','WV','38.196374','-80.059570',-5,1); -INSERT INTO zipcodes VALUES (24957,'Maxwelton','WV','37.869998','-80.410670',-5,1); -INSERT INTO zipcodes VALUES (24958,'Meadow Bluff','WV','37.975595','-80.426874',-5,1); -INSERT INTO zipcodes VALUES (24961,'Neola','WV','37.975595','-80.426874',-5,1); -INSERT INTO zipcodes VALUES (24962,'Pence Springs','WV','37.675571','-80.733360',-5,1); -INSERT INTO zipcodes VALUES (24963,'Peterstown','WV','37.424195','-80.784650',-5,1); -INSERT INTO zipcodes VALUES (24966,'Renick','WV','38.059474','-80.355690',-5,1); -INSERT INTO zipcodes VALUES (24970,'Ronceverte','WV','37.742719','-80.471510',-5,1); -INSERT INTO zipcodes VALUES (24971,'Lewisburg','WV','37.792525','-80.443556',-5,1); -INSERT INTO zipcodes VALUES (24974,'Secondcreek','WV','37.665867','-80.443380',-5,1); -INSERT INTO zipcodes VALUES (24976,'Sinks Grove','WV','37.667594','-80.541840',-5,1); -INSERT INTO zipcodes VALUES (24977,'Smoot','WV','37.893306','-80.657730',-5,1); -INSERT INTO zipcodes VALUES (24981,'Talcott','WV','37.654267','-80.728990',-5,1); -INSERT INTO zipcodes VALUES (24983,'Union','WV','37.590774','-80.534480',-5,1); -INSERT INTO zipcodes VALUES (24984,'Waiteville','WV','37.515131','-80.382840',-5,1); -INSERT INTO zipcodes VALUES (24985,'Wayside','WV','37.597231','-80.746380',-5,1); -INSERT INTO zipcodes VALUES (24986,'White Sulphur Springs','WV','37.861237','-80.240080',-5,1); -INSERT INTO zipcodes VALUES (24991,'Williamsburg','WV','38.001124','-80.480270',-5,1); -INSERT INTO zipcodes VALUES (24993,'Wolfcreek','WV','37.552029','-80.539672',-5,1); -INSERT INTO zipcodes VALUES (25002,'Alloy','WV','38.129903','-81.258820',-5,1); -INSERT INTO zipcodes VALUES (25003,'Alum Creek','WV','38.254483','-81.790450',-5,1); -INSERT INTO zipcodes VALUES (25004,'Ameagle','WV','37.784459','-81.118491',-5,1); -INSERT INTO zipcodes VALUES (25005,'Amma','WV','38.552755','-81.242190',-5,1); -INSERT INTO zipcodes VALUES (25007,'Arnett','WV','37.832443','-81.429910',-5,1); -INSERT INTO zipcodes VALUES (25008,'Artie','WV','37.933384','-81.360760',-5,1); -INSERT INTO zipcodes VALUES (25009,'Ashford','WV','38.179811','-81.725660',-5,1); -INSERT INTO zipcodes VALUES (25010,'Bald Knob','WV','37.842289','-81.619190',-5,1); -INSERT INTO zipcodes VALUES (25011,'Bancroft','WV','38.508675','-81.841340',-5,1); -INSERT INTO zipcodes VALUES (25015,'Belle','WV','38.224918','-81.515100',-5,1); -INSERT INTO zipcodes VALUES (25018,'Bentree','WV','38.465777','-81.050662',-5,1); -INSERT INTO zipcodes VALUES (25019,'Bickmore','WV','38.383380','-81.085550',-5,1); -INSERT INTO zipcodes VALUES (25021,'Bim','WV','37.922612','-81.687290',-5,1); -INSERT INTO zipcodes VALUES (25022,'Blair','WV','37.858735','-81.812530',-5,1); -INSERT INTO zipcodes VALUES (25024,'Bloomingrose','WV','38.143324','-81.635780',-5,1); -INSERT INTO zipcodes VALUES (25025,'Blount','WV','38.324795','-81.381640',-5,1); -INSERT INTO zipcodes VALUES (25026,'Blue Creek','WV','38.490789','-81.392845',-5,1); -INSERT INTO zipcodes VALUES (25028,'Bob White','WV','37.948618','-81.711990',-5,1); -INSERT INTO zipcodes VALUES (25030,'Bomont','WV','38.453331','-81.224810',-5,1); -INSERT INTO zipcodes VALUES (25031,'Boomer','WV','38.151116','-81.284830',-5,1); -INSERT INTO zipcodes VALUES (25033,'Buffalo','WV','38.613240','-81.954060',-5,1); -INSERT INTO zipcodes VALUES (25035,'Cabin Creek','WV','38.177823','-81.491480',-5,1); -INSERT INTO zipcodes VALUES (25036,'Cannelton','WV','38.199924','-81.288650',-5,1); -INSERT INTO zipcodes VALUES (25039,'Cedar Grove','WV','38.242575','-81.393770',-5,1); -INSERT INTO zipcodes VALUES (25040,'Charlton Heights','WV','38.125630','-81.244990',-5,1); -INSERT INTO zipcodes VALUES (25043,'Clay','WV','38.467910','-81.008200',-5,1); -INSERT INTO zipcodes VALUES (25044,'Clear Creek','WV','37.909070','-81.350660',-5,1); -INSERT INTO zipcodes VALUES (25045,'Clendenin','WV','38.464079','-81.338360',-5,1); -INSERT INTO zipcodes VALUES (25046,'Clio','WV','38.731737','-81.314633',-5,1); -INSERT INTO zipcodes VALUES (25047,'Clothier','WV','37.950033','-81.789240',-5,1); -INSERT INTO zipcodes VALUES (25048,'Colcord','WV','37.949813','-81.420240',-5,1); -INSERT INTO zipcodes VALUES (25049,'Comfort','WV','38.131663','-81.562820',-5,1); -INSERT INTO zipcodes VALUES (25051,'Costa','WV','38.161661','-81.704380',-5,1); -INSERT INTO zipcodes VALUES (25053,'Danville','WV','38.057380','-81.860820',-5,1); -INSERT INTO zipcodes VALUES (25054,'Dawes','WV','38.108987','-81.464180',-5,1); -INSERT INTO zipcodes VALUES (25057,'Deep Water','WV','38.126873','-81.259540',-5,1); -INSERT INTO zipcodes VALUES (25059,'Dixie','WV','38.260339','-81.196970',-5,1); -INSERT INTO zipcodes VALUES (25060,'Dorothy','WV','37.958702','-81.475770',-5,1); -INSERT INTO zipcodes VALUES (25061,'Drybranch','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25062,'Dry Creek','WV','37.854572','-81.453786',-5,1); -INSERT INTO zipcodes VALUES (25063,'Duck','WV','38.583094','-80.940560',-5,1); -INSERT INTO zipcodes VALUES (25064,'Dunbar','WV','38.367255','-81.744730',-5,1); -INSERT INTO zipcodes VALUES (25067,'East Bank','WV','38.198471','-81.447970',-5,1); -INSERT INTO zipcodes VALUES (25070,'Eleanor','WV','38.538953','-81.935480',-5,1); -INSERT INTO zipcodes VALUES (25071,'Elkview','WV','38.451344','-81.466020',-5,1); -INSERT INTO zipcodes VALUES (25075,'Eskdale','WV','38.046638','-81.431100',-5,1); -INSERT INTO zipcodes VALUES (25076,'Ethel','WV','37.861621','-81.903610',-5,1); -INSERT INTO zipcodes VALUES (25079,'Falling Rock','WV','38.495072','-81.398422',-5,1); -INSERT INTO zipcodes VALUES (25081,'Foster','WV','38.092103','-81.758550',-5,1); -INSERT INTO zipcodes VALUES (25082,'Fraziers Bottom','WV','38.621761','-82.028270',-5,1); -INSERT INTO zipcodes VALUES (25083,'Gallagher','WV','38.077863','-81.373330',-5,1); -INSERT INTO zipcodes VALUES (25085,'Gauley Bridge','WV','38.176834','-81.196880',-5,1); -INSERT INTO zipcodes VALUES (25086,'Glasgow','WV','38.214254','-81.420280',-5,1); -INSERT INTO zipcodes VALUES (25088,'Glen','WV','38.382145','-81.198420',-5,1); -INSERT INTO zipcodes VALUES (25090,'Glen Ferris','WV','38.149058','-81.212760',-5,1); -INSERT INTO zipcodes VALUES (25093,'Gordon','WV','37.997105','-81.717040',-5,1); -INSERT INTO zipcodes VALUES (25095,'Grimms Landing','WV','38.752312','-81.997278',-5,1); -INSERT INTO zipcodes VALUES (25102,'Handley','WV','38.186707','-81.363900',-5,1); -INSERT INTO zipcodes VALUES (25103,'Hansford','WV','38.202669','-81.394270',-5,1); -INSERT INTO zipcodes VALUES (25106,'Henderson','WV','38.805615','-82.110340',-5,1); -INSERT INTO zipcodes VALUES (25107,'Hernshaw','WV','38.211477','-81.604680',-5,1); -INSERT INTO zipcodes VALUES (25108,'Hewett','WV','37.960963','-81.852610',-5,1); -INSERT INTO zipcodes VALUES (25109,'Hometown','WV','38.526637','-81.857380',-5,1); -INSERT INTO zipcodes VALUES (25110,'Hugheston','WV','38.212287','-81.343270',-5,1); -INSERT INTO zipcodes VALUES (25111,'Indore','WV','38.391188','-81.163980',-5,1); -INSERT INTO zipcodes VALUES (25112,'Institute','WV','38.282497','-81.565140',-5,1); -INSERT INTO zipcodes VALUES (25113,'Ivydale','WV','38.557141','-81.037470',-5,1); -INSERT INTO zipcodes VALUES (25114,'Jeffrey','WV','37.978787','-81.813540',-5,1); -INSERT INTO zipcodes VALUES (25115,'Kanawha Falls','WV','38.136263','-81.200640',-5,1); -INSERT INTO zipcodes VALUES (25118,'Kimberly','WV','38.135059','-81.303120',-5,1); -INSERT INTO zipcodes VALUES (25119,'Kincaid','WV','38.024108','-81.285340',-5,1); -INSERT INTO zipcodes VALUES (25121,'Lake','WV','37.929438','-81.901090',-5,1); -INSERT INTO zipcodes VALUES (25122,'Leewood','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25123,'Leon','WV','38.743247','-81.902810',-5,1); -INSERT INTO zipcodes VALUES (25124,'Liberty','WV','38.619376','-81.763610',-5,1); -INSERT INTO zipcodes VALUES (25125,'Lizemores','WV','38.323058','-81.197690',-5,1); -INSERT INTO zipcodes VALUES (25126,'London','WV','38.186871','-81.352850',-5,1); -INSERT INTO zipcodes VALUES (25130,'Madison','WV','38.038145','-81.791540',-5,1); -INSERT INTO zipcodes VALUES (25132,'Mammoth','WV','38.293438','-81.345260',-5,1); -INSERT INTO zipcodes VALUES (25133,'Maysel','WV','38.485889','-81.131050',-5,1); -INSERT INTO zipcodes VALUES (25134,'Miami','WV','38.153818','-81.449620',-5,1); -INSERT INTO zipcodes VALUES (25136,'Montgomery','WV','38.175742','-81.330470',-5,1); -INSERT INTO zipcodes VALUES (25139,'Mount Carbon','WV','38.143496','-81.290880',-5,1); -INSERT INTO zipcodes VALUES (25140,'Naoma','WV','37.883223','-81.480010',-5,1); -INSERT INTO zipcodes VALUES (25141,'Nebo','WV','38.642203','-81.036910',-5,1); -INSERT INTO zipcodes VALUES (25142,'Nellis','WV','37.997105','-81.717040',-5,1); -INSERT INTO zipcodes VALUES (25143,'Nitro','WV','38.417852','-81.832100',-5,1); -INSERT INTO zipcodes VALUES (25147,'Ohley','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25148,'Orgas','WV','38.043580','-81.571710',-5,1); -INSERT INTO zipcodes VALUES (25149,'Ottawa','WV','37.957458','-81.815830',-5,1); -INSERT INTO zipcodes VALUES (25150,'Ovapa','WV','38.504506','-81.157390',-5,1); -INSERT INTO zipcodes VALUES (25152,'Page','WV','38.052957','-81.269660',-5,1); -INSERT INTO zipcodes VALUES (25154,'Peytona','WV','38.136987','-81.701120',-5,1); -INSERT INTO zipcodes VALUES (25156,'Pinch','WV','38.401962','-81.461063',-5,1); -INSERT INTO zipcodes VALUES (25159,'Poca','WV','38.490080','-81.795150',-5,1); -INSERT INTO zipcodes VALUES (25160,'Pond Gap','WV','38.317053','-81.293360',-5,1); -INSERT INTO zipcodes VALUES (25161,'Powellton','WV','38.084773','-81.312410',-5,1); -INSERT INTO zipcodes VALUES (25162,'Pratt','WV','38.209912','-81.384750',-5,1); -INSERT INTO zipcodes VALUES (25164,'Procious','WV','38.484440','-81.191560',-5,1); -INSERT INTO zipcodes VALUES (25165,'Racine','WV','38.140732','-81.660050',-5,1); -INSERT INTO zipcodes VALUES (25168,'Red House','WV','38.547027','-81.880020',-5,1); -INSERT INTO zipcodes VALUES (25169,'Ridgeview','WV','38.181250','-81.777550',-5,1); -INSERT INTO zipcodes VALUES (25173,'Robson','WV','38.072309','-81.245700',-5,1); -INSERT INTO zipcodes VALUES (25174,'Rock Creek','WV','37.850007','-81.445100',-5,1); -INSERT INTO zipcodes VALUES (25177,'Saint Albans','WV','38.378841','-81.826330',-5,1); -INSERT INTO zipcodes VALUES (25180,'Saxon','WV','37.793057','-81.384755',-5,1); -INSERT INTO zipcodes VALUES (25181,'Seth','WV','38.069687','-81.623460',-5,1); -INSERT INTO zipcodes VALUES (25182,'Sharon','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25183,'Sharples','WV','37.909119','-81.836660',-5,1); -INSERT INTO zipcodes VALUES (25185,'Mount Olive','WV','38.041293','-81.064784',-5,1); -INSERT INTO zipcodes VALUES (25186,'Smithers','WV','38.176382','-81.305750',-5,1); -INSERT INTO zipcodes VALUES (25187,'Southside','WV','38.722180','-82.027590',-5,1); -INSERT INTO zipcodes VALUES (25193,'Sylvester','WV','38.018753','-81.551060',-5,1); -INSERT INTO zipcodes VALUES (25201,'Tad','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25202,'Tornado','WV','38.327452','-81.844850',-5,1); -INSERT INTO zipcodes VALUES (25203,'Turtle Creek','WV','37.986266','-81.942704',-5,1); -INSERT INTO zipcodes VALUES (25204,'Twilight','WV','37.898585','-81.606280',-5,1); -INSERT INTO zipcodes VALUES (25205,'Uneeda','WV','38.021082','-81.773300',-5,1); -INSERT INTO zipcodes VALUES (25206,'Van','WV','37.972887','-81.714680',-5,1); -INSERT INTO zipcodes VALUES (25208,'Wharton','WV','37.887883','-81.671910',-5,1); -INSERT INTO zipcodes VALUES (25209,'Whitesville','WV','37.978232','-81.532880',-5,1); -INSERT INTO zipcodes VALUES (25211,'Widen','WV','38.462053','-80.866270',-5,1); -INSERT INTO zipcodes VALUES (25213,'Winfield','WV','38.509445','-81.905780',-5,1); -INSERT INTO zipcodes VALUES (25214,'Winifrede','WV','38.194110','-81.543960',-5,1); -INSERT INTO zipcodes VALUES (25231,'Advent','WV','38.597265','-81.579340',-5,1); -INSERT INTO zipcodes VALUES (25234,'Arnoldsburg','WV','38.806907','-81.128270',-5,1); -INSERT INTO zipcodes VALUES (25235,'Chloe','WV','38.661766','-81.076150',-5,1); -INSERT INTO zipcodes VALUES (25239,'Cottageville','WV','38.851872','-81.845010',-5,1); -INSERT INTO zipcodes VALUES (25241,'Evans','WV','38.792125','-81.801170',-5,1); -INSERT INTO zipcodes VALUES (25243,'Gandeeville','WV','38.665227','-81.477830',-5,1); -INSERT INTO zipcodes VALUES (25244,'Gay','WV','38.770723','-81.550430',-5,1); -INSERT INTO zipcodes VALUES (25245,'Given','WV','38.698253','-81.754160',-5,1); -INSERT INTO zipcodes VALUES (25247,'Hartford','WV','39.005918','-81.990830',-5,1); -INSERT INTO zipcodes VALUES (25248,'Kenna','WV','38.631892','-81.620480',-5,1); -INSERT INTO zipcodes VALUES (25250,'Lakin','WV','38.752312','-81.997278',-5,1); -INSERT INTO zipcodes VALUES (25251,'Left Hand','WV','38.618255','-81.229130',-5,1); -INSERT INTO zipcodes VALUES (25252,'Le Roy','WV','38.884000','-81.538070',-5,1); -INSERT INTO zipcodes VALUES (25253,'Letart','WV','38.923595','-81.974140',-5,1); -INSERT INTO zipcodes VALUES (25256,'Linden','WV','38.731737','-81.314633',-5,1); -INSERT INTO zipcodes VALUES (25258,'Lockney','WV','38.913649','-80.831256',-5,1); -INSERT INTO zipcodes VALUES (25259,'Looneyville','WV','38.679327','-81.273340',-5,1); -INSERT INTO zipcodes VALUES (25260,'Mason','WV','39.017309','-82.030310',-5,1); -INSERT INTO zipcodes VALUES (25261,'Millstone','WV','38.835085','-81.102840',-5,1); -INSERT INTO zipcodes VALUES (25262,'Millwood','WV','38.906099','-81.832740',-5,1); -INSERT INTO zipcodes VALUES (25264,'Mount Alto','WV','38.853643','-81.898500',-5,1); -INSERT INTO zipcodes VALUES (25265,'New Haven','WV','38.988059','-81.967310',-5,1); -INSERT INTO zipcodes VALUES (25266,'Newton','WV','38.585331','-81.174280',-5,1); -INSERT INTO zipcodes VALUES (25267,'Normantown','WV','38.849663','-80.965690',-5,1); -INSERT INTO zipcodes VALUES (25268,'Orma','WV','38.737960','-81.094780',-5,1); -INSERT INTO zipcodes VALUES (25270,'Reedy','WV','38.879098','-81.421150',-5,1); -INSERT INTO zipcodes VALUES (25271,'Ripley','WV','38.803814','-81.707630',-5,1); -INSERT INTO zipcodes VALUES (25275,'Sandyville','WV','38.926713','-81.619600',-5,1); -INSERT INTO zipcodes VALUES (25276,'Spencer','WV','38.780168','-81.342440',-5,1); -INSERT INTO zipcodes VALUES (25279,'Statts Mills','WV','38.732716','-81.617530',-5,1); -INSERT INTO zipcodes VALUES (25281,'Tariff','WV','38.682668','-81.188460',-5,1); -INSERT INTO zipcodes VALUES (25283,'Valley Fork','WV','38.536815','-81.126230',-5,1); -INSERT INTO zipcodes VALUES (25285,'Wallback','WV','38.566365','-81.129230',-5,1); -INSERT INTO zipcodes VALUES (25286,'Walton','WV','38.617139','-81.395370',-5,1); -INSERT INTO zipcodes VALUES (25287,'West Columbia','WV','38.950609','-82.060300',-5,1); -INSERT INTO zipcodes VALUES (25301,'Charleston','WV','38.350647','-81.630280',-5,1); -INSERT INTO zipcodes VALUES (25302,'Charleston','WV','38.375397','-81.623670',-5,1); -INSERT INTO zipcodes VALUES (25303,'Charleston','WV','38.362374','-81.686300',-5,1); -INSERT INTO zipcodes VALUES (25304,'Charleston','WV','38.313411','-81.585640',-5,1); -INSERT INTO zipcodes VALUES (25305,'Charleston','WV','38.335798','-81.612344',-5,1); -INSERT INTO zipcodes VALUES (25306,'Charleston','WV','38.310827','-81.531060',-5,1); -INSERT INTO zipcodes VALUES (25309,'Charleston','WV','38.329768','-81.734180',-5,1); -INSERT INTO zipcodes VALUES (25311,'Charleston','WV','38.351204','-81.581980',-5,1); -INSERT INTO zipcodes VALUES (25312,'Charleston','WV','38.414155','-81.661660',-5,1); -INSERT INTO zipcodes VALUES (25313,'Charleston','WV','38.425721','-81.761680',-5,1); -INSERT INTO zipcodes VALUES (25314,'Charleston','WV','38.335969','-81.660840',-5,1); -INSERT INTO zipcodes VALUES (25315,'Charleston','WV','38.237530','-81.556610',-5,1); -INSERT INTO zipcodes VALUES (25317,'Charleston','WV','38.335647','-81.613794',-5,1); -INSERT INTO zipcodes VALUES (25320,'Charleston','WV','38.530623','-81.625650',-5,1); -INSERT INTO zipcodes VALUES (25321,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25322,'Charleston','WV','38.534661','-81.560350',-5,1); -INSERT INTO zipcodes VALUES (25323,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25324,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25325,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25326,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25327,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25328,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25329,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25330,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25331,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25332,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25333,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25334,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25335,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25336,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25337,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25338,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25339,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25350,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25356,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25357,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25358,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25360,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25361,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25362,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25364,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25365,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25375,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25387,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25389,'Charleston','WV','38.354041','-81.639389',-5,1); -INSERT INTO zipcodes VALUES (25392,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25396,'Charleston','WV','38.296818','-81.554655',-5,1); -INSERT INTO zipcodes VALUES (25401,'Martinsburg','WV','39.463781','-77.957670',-5,1); -INSERT INTO zipcodes VALUES (25402,'Martinsburg','WV','39.461663','-78.011472',-5,1); -INSERT INTO zipcodes VALUES (25410,'Bakerton','WV','39.315914','-77.877223',-5,1); -INSERT INTO zipcodes VALUES (25411,'Berkeley Springs','WV','39.567987','-78.227830',-5,1); -INSERT INTO zipcodes VALUES (25413,'Bunker Hill','WV','39.323628','-78.041570',-5,1); -INSERT INTO zipcodes VALUES (25414,'Charles Town','WV','39.279965','-77.862030',-5,1); -INSERT INTO zipcodes VALUES (25419,'Falling Waters','WV','39.581320','-77.880400',-5,1); -INSERT INTO zipcodes VALUES (25420,'Gerrardstown','WV','39.379281','-78.122290',-5,1); -INSERT INTO zipcodes VALUES (25421,'Glengary','WV','39.372769','-78.167600',-5,1); -INSERT INTO zipcodes VALUES (25422,'Great Cacapon','WV','39.571804','-78.371830',-5,1); -INSERT INTO zipcodes VALUES (25423,'Halltown','WV','39.315914','-77.877223',-5,1); -INSERT INTO zipcodes VALUES (25425,'Harpers Ferry','WV','39.272324','-77.779820',-5,1); -INSERT INTO zipcodes VALUES (25427,'Hedgesville','WV','39.540636','-78.058820',-5,1); -INSERT INTO zipcodes VALUES (25428,'Inwood','WV','39.368967','-78.027420',-5,1); -INSERT INTO zipcodes VALUES (25429,'Kearneysville','WV','39.349586','-77.878957',-5,1); -INSERT INTO zipcodes VALUES (25430,'Kearneysville','WV','39.349476','-77.934150',-5,1); -INSERT INTO zipcodes VALUES (25431,'Levels','WV','39.502190','-78.555920',-5,1); -INSERT INTO zipcodes VALUES (25432,'Millville','WV','39.315914','-77.877223',-5,1); -INSERT INTO zipcodes VALUES (25434,'Paw Paw','WV','39.500633','-78.437260',-5,1); -INSERT INTO zipcodes VALUES (25437,'Points','WV','39.418178','-78.578710',-5,1); -INSERT INTO zipcodes VALUES (25438,'Ranson','WV','39.300223','-77.859900',-5,1); -INSERT INTO zipcodes VALUES (25440,'Ridgeway','WV','39.442661','-78.026280',-5,1); -INSERT INTO zipcodes VALUES (25441,'Rippon','WV','39.210527','-77.914030',-5,1); -INSERT INTO zipcodes VALUES (25442,'Shenandoah Junction','WV','39.358159','-77.832960',-5,1); -INSERT INTO zipcodes VALUES (25443,'Shepherdstown','WV','39.434479','-77.811320',-5,1); -INSERT INTO zipcodes VALUES (25444,'Slanesville','WV','39.412828','-78.525870',-5,1); -INSERT INTO zipcodes VALUES (25446,'Summit Point','WV','39.247155','-77.957470',-5,1); -INSERT INTO zipcodes VALUES (25501,'Alkol','WV','38.169041','-81.925670',-5,1); -INSERT INTO zipcodes VALUES (25502,'Apple Grove','WV','38.669561','-82.126620',-5,1); -INSERT INTO zipcodes VALUES (25503,'Ashton','WV','38.613255','-82.124680',-5,1); -INSERT INTO zipcodes VALUES (25504,'Barboursville','WV','38.391209','-82.285630',-5,1); -INSERT INTO zipcodes VALUES (25505,'Big Creek','WV','38.009633','-82.044810',-5,1); -INSERT INTO zipcodes VALUES (25506,'Branchland','WV','38.214232','-82.191000',-5,1); -INSERT INTO zipcodes VALUES (25507,'Ceredo','WV','38.396081','-82.558810',-5,1); -INSERT INTO zipcodes VALUES (25508,'Chapmanville','WV','37.962522','-82.019540',-5,1); -INSERT INTO zipcodes VALUES (25510,'Culloden','WV','38.399499','-82.065620',-5,1); -INSERT INTO zipcodes VALUES (25511,'Dunlow','WV','38.011587','-82.380720',-5,1); -INSERT INTO zipcodes VALUES (25512,'East Lynn','WV','38.206510','-82.345230',-5,1); -INSERT INTO zipcodes VALUES (25514,'Fort Gay','WV','38.101664','-82.545600',-5,1); -INSERT INTO zipcodes VALUES (25515,'Gallipolis Ferry','WV','38.764623','-82.160030',-5,1); -INSERT INTO zipcodes VALUES (25517,'Genoa','WV','38.116605','-82.462380',-5,1); -INSERT INTO zipcodes VALUES (25519,'Glenhayes','WV','38.132114','-82.418277',-5,1); -INSERT INTO zipcodes VALUES (25520,'Glenwood','WV','38.558344','-82.171490',-5,1); -INSERT INTO zipcodes VALUES (25521,'Griffithsville','WV','38.238045','-81.989910',-5,1); -INSERT INTO zipcodes VALUES (25523,'Hamlin','WV','38.280976','-82.085840',-5,1); -INSERT INTO zipcodes VALUES (25524,'Harts','WV','38.026440','-82.108600',-5,1); -INSERT INTO zipcodes VALUES (25526,'Hurricane','WV','38.427011','-81.989600',-5,1); -INSERT INTO zipcodes VALUES (25529,'Julian','WV','38.152035','-81.841530',-5,1); -INSERT INTO zipcodes VALUES (25530,'Kenova','WV','38.385975','-82.574610',-5,1); -INSERT INTO zipcodes VALUES (25534,'Kiahsville','WV','38.082632','-82.271150',-5,1); -INSERT INTO zipcodes VALUES (25535,'Lavalette','WV','38.303290','-82.445510',-5,1); -INSERT INTO zipcodes VALUES (25537,'Lesage','WV','38.534701','-82.279820',-5,1); -INSERT INTO zipcodes VALUES (25540,'Midkiff','WV','38.159971','-82.125060',-5,1); -INSERT INTO zipcodes VALUES (25541,'Milton','WV','38.440316','-82.135350',-5,1); -INSERT INTO zipcodes VALUES (25543,'Shepherdstown','WV','39.430280','-77.807994',-5,1); -INSERT INTO zipcodes VALUES (25544,'Myra','WV','38.219991','-82.114620',-5,1); -INSERT INTO zipcodes VALUES (25545,'Ona','WV','38.440680','-82.223110',-5,1); -INSERT INTO zipcodes VALUES (25547,'Pecks Mill','WV','37.925145','-81.958260',-5,1); -INSERT INTO zipcodes VALUES (25550,'Point Pleasant','WV','38.870180','-82.107510',-5,1); -INSERT INTO zipcodes VALUES (25555,'Prichard','WV','38.238942','-82.581780',-5,1); -INSERT INTO zipcodes VALUES (25557,'Ranger','WV','38.106001','-82.151430',-5,1); -INSERT INTO zipcodes VALUES (25559,'Salt Rock','WV','38.324409','-82.222420',-5,1); -INSERT INTO zipcodes VALUES (25560,'Scott Depot','WV','38.446225','-81.903150',-5,1); -INSERT INTO zipcodes VALUES (25562,'Shoals','WV','38.343176','-82.490494',-5,1); -INSERT INTO zipcodes VALUES (25564,'Sod','WV','38.268079','-81.887690',-5,1); -INSERT INTO zipcodes VALUES (25565,'Spurlockville','WV','38.106045','-81.995980',-5,1); -INSERT INTO zipcodes VALUES (25567,'Sumerco','WV','38.219996','-81.854140',-5,1); -INSERT INTO zipcodes VALUES (25569,'Teays','WV','38.475369','-81.880455',-5,1); -INSERT INTO zipcodes VALUES (25570,'Wayne','WV','38.225065','-82.439090',-5,1); -INSERT INTO zipcodes VALUES (25571,'West Hamlin','WV','38.290859','-82.175660',-5,1); -INSERT INTO zipcodes VALUES (25572,'Woodville','WV','38.187456','-81.901236',-5,1); -INSERT INTO zipcodes VALUES (25573,'Yawkey','WV','38.229352','-81.945430',-5,1); -INSERT INTO zipcodes VALUES (25601,'Logan','WV','37.833826','-82.000110',-5,1); -INSERT INTO zipcodes VALUES (25606,'Accoville','WV','37.759790','-81.820270',-5,1); -INSERT INTO zipcodes VALUES (25607,'Amherstdale','WV','37.788146','-81.802480',-5,1); -INSERT INTO zipcodes VALUES (25608,'Baisden','WV','37.556120','-81.923150',-5,1); -INSERT INTO zipcodes VALUES (25611,'Bruno','WV','37.690439','-81.857110',-5,1); -INSERT INTO zipcodes VALUES (25612,'Chauncey','WV','37.766620','-81.987550',-5,1); -INSERT INTO zipcodes VALUES (25614,'Cora','WV','37.833204','-81.902401',-5,1); -INSERT INTO zipcodes VALUES (25617,'Davin','WV','37.733955','-81.818970',-5,1); -INSERT INTO zipcodes VALUES (25621,'Gilbert','WV','37.625805','-81.901860',-5,1); -INSERT INTO zipcodes VALUES (25623,'Hampden','WV','37.743063','-82.108010',-5,1); -INSERT INTO zipcodes VALUES (25624,'Henlawson','WV','37.904732','-81.982700',-5,1); -INSERT INTO zipcodes VALUES (25625,'Holden','WV','37.827404','-82.063820',-5,1); -INSERT INTO zipcodes VALUES (25628,'Kistler','WV','37.757905','-81.855170',-5,1); -INSERT INTO zipcodes VALUES (25630,'Lorado','WV','37.801260','-81.708020',-5,1); -INSERT INTO zipcodes VALUES (25631,'Amherstdale-Robinette','WV','37.790435','-81.784532',-5,1); -INSERT INTO zipcodes VALUES (25632,'Lyburn','WV','37.779196','-81.916510',-5,1); -INSERT INTO zipcodes VALUES (25634,'Mallory','WV','37.727380','-81.845770',-5,1); -INSERT INTO zipcodes VALUES (25635,'Man','WV','37.729265','-81.878530',-5,1); -INSERT INTO zipcodes VALUES (25636,'Monaville','WV','37.808757','-81.994330',-5,1); -INSERT INTO zipcodes VALUES (25637,'Mount Gay','WV','37.849418','-82.021740',-5,1); -INSERT INTO zipcodes VALUES (25638,'Omar','WV','37.734818','-82.014520',-5,1); -INSERT INTO zipcodes VALUES (25639,'Peach Creek','WV','37.878311','-81.965190',-5,1); -INSERT INTO zipcodes VALUES (25644,'Sarah Ann','WV','37.688162','-81.988260',-5,1); -INSERT INTO zipcodes VALUES (25645,'Stirrat','WV','37.833204','-81.902401',-5,1); -INSERT INTO zipcodes VALUES (25646,'Stollings','WV','37.837136','-81.959210',-5,1); -INSERT INTO zipcodes VALUES (25647,'Switzer','WV','37.793612','-81.987380',-5,1); -INSERT INTO zipcodes VALUES (25649,'Verdunville','WV','37.852728','-82.066780',-5,1); -INSERT INTO zipcodes VALUES (25650,'Verner','WV','37.686815','-81.814410',-5,1); -INSERT INTO zipcodes VALUES (25651,'Wharncliffe','WV','37.555503','-81.968190',-5,1); -INSERT INTO zipcodes VALUES (25652,'Whitman','WV','37.800168','-82.039430',-5,1); -INSERT INTO zipcodes VALUES (25653,'Wilkinson','WV','37.828926','-81.999360',-5,1); -INSERT INTO zipcodes VALUES (25654,'Yolyn','WV','37.801671','-81.871130',-5,1); -INSERT INTO zipcodes VALUES (25661,'Williamson','WV','37.705144','-82.268270',-5,1); -INSERT INTO zipcodes VALUES (25665,'Borderland','WV','37.714369','-82.308730',-5,1); -INSERT INTO zipcodes VALUES (25666,'Breeden','WV','37.924415','-82.273940',-5,1); -INSERT INTO zipcodes VALUES (25667,'Chattaroy','WV','37.703827','-82.278240',-5,1); -INSERT INTO zipcodes VALUES (25669,'Crum','WV','37.938427','-82.425400',-5,1); -INSERT INTO zipcodes VALUES (25670,'Delbarton','WV','37.705946','-82.144160',-5,1); -INSERT INTO zipcodes VALUES (25671,'Dingess','WV','37.863118','-82.216710',-5,1); -INSERT INTO zipcodes VALUES (25672,'Edgarton','WV','37.570813','-82.135780',-5,1); -INSERT INTO zipcodes VALUES (25674,'Kermit','WV','37.860845','-82.375740',-5,1); -INSERT INTO zipcodes VALUES (25676,'Lenore','WV','37.818843','-82.272670',-5,1); -INSERT INTO zipcodes VALUES (25678,'Matewan','WV','37.617949','-82.163970',-5,1); -INSERT INTO zipcodes VALUES (25682,'Meador','WV','37.583945','-82.044590',-5,1); -INSERT INTO zipcodes VALUES (25685,'Naugatuck','WV','37.786897','-82.343730',-5,1); -INSERT INTO zipcodes VALUES (25686,'Newtown','WV','37.743063','-82.108010',-5,1); -INSERT INTO zipcodes VALUES (25687,'Nolan','WV','37.743063','-82.108010',-5,1); -INSERT INTO zipcodes VALUES (25688,'North Matewan','WV','37.627833','-82.147740',-5,1); -INSERT INTO zipcodes VALUES (25690,'Ragland','WV','37.743063','-82.108010',-5,1); -INSERT INTO zipcodes VALUES (25691,'Rawl','WV','37.643043','-82.217010',-5,1); -INSERT INTO zipcodes VALUES (25692,'Red Jacket','WV','37.640357','-82.132650',-5,1); -INSERT INTO zipcodes VALUES (25694,'Thacker','WV','37.743063','-82.108010',-5,1); -INSERT INTO zipcodes VALUES (25696,'Varney','WV','37.669222','-82.125990',-5,1); -INSERT INTO zipcodes VALUES (25697,'Vulcan','WV','37.743063','-82.108010',-5,1); -INSERT INTO zipcodes VALUES (25699,'Wilsondale','WV','37.966899','-82.294140',-5,1); -INSERT INTO zipcodes VALUES (25701,'Huntington','WV','38.403511','-82.439040',-5,1); -INSERT INTO zipcodes VALUES (25702,'Huntington','WV','38.431116','-82.370190',-5,1); -INSERT INTO zipcodes VALUES (25703,'Huntington','WV','38.421443','-82.419240',-5,1); -INSERT INTO zipcodes VALUES (25704,'Huntington','WV','38.386966','-82.496090',-5,1); -INSERT INTO zipcodes VALUES (25705,'Huntington','WV','38.410745','-82.369950',-5,1); -INSERT INTO zipcodes VALUES (25706,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25707,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25708,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25709,'Huntington','WV','38.132114','-82.418277',-5,1); -INSERT INTO zipcodes VALUES (25710,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25711,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25712,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25713,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25714,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25715,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25716,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25717,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25718,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25719,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25720,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25721,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25722,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25723,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25724,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25725,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25726,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25727,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25728,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25729,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25755,'Huntington','WV','38.422115','-82.431667',-5,1); -INSERT INTO zipcodes VALUES (25770,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25771,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25772,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25773,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25774,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25775,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25776,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25777,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25778,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25779,'Huntington','WV','38.413384','-82.277401',-5,1); -INSERT INTO zipcodes VALUES (25801,'Beckley','WV','37.790640','-81.199580',-5,1); -INSERT INTO zipcodes VALUES (25802,'Beckley','WV','37.748935','-81.224458',-5,1); -INSERT INTO zipcodes VALUES (25810,'Allen Junction','WV','37.603344','-81.539980',-5,1); -INSERT INTO zipcodes VALUES (25811,'Amigo','WV','37.603344','-81.539980',-5,1); -INSERT INTO zipcodes VALUES (25812,'Ansted','WV','38.138419','-81.104030',-5,1); -INSERT INTO zipcodes VALUES (25813,'Beaver','WV','37.754656','-81.113040',-5,1); -INSERT INTO zipcodes VALUES (25816,'Blue Jay','WV','37.735161','-81.136328',-5,1); -INSERT INTO zipcodes VALUES (25817,'Bolt','WV','37.776720','-81.413770',-5,1); -INSERT INTO zipcodes VALUES (25818,'Bradley','WV','37.865746','-81.192440',-5,1); -INSERT INTO zipcodes VALUES (25820,'Camp Creek','WV','37.504558','-81.116220',-5,1); -INSERT INTO zipcodes VALUES (25823,'Coal City','WV','37.679582','-81.209680',-5,1); -INSERT INTO zipcodes VALUES (25825,'Cool Ridge','WV','37.648813','-81.112410',-5,1); -INSERT INTO zipcodes VALUES (25826,'Corinne','WV','37.577807','-81.353190',-5,1); -INSERT INTO zipcodes VALUES (25827,'Crab Orchard','WV','37.733391','-81.237690',-5,1); -INSERT INTO zipcodes VALUES (25831,'Danese','WV','37.950115','-80.920510',-5,1); -INSERT INTO zipcodes VALUES (25832,'Daniels','WV','37.728559','-81.103640',-5,1); -INSERT INTO zipcodes VALUES (25833,'Dothan','WV','38.041293','-81.064784',-5,1); -INSERT INTO zipcodes VALUES (25836,'Eccles','WV','37.777391','-81.264430',-5,1); -INSERT INTO zipcodes VALUES (25837,'Edmond','WV','38.048578','-81.033870',-5,1); -INSERT INTO zipcodes VALUES (25839,'Fairdale','WV','37.776961','-81.361790',-5,1); -INSERT INTO zipcodes VALUES (25840,'Fayetteville','WV','38.059415','-81.112080',-5,1); -INSERT INTO zipcodes VALUES (25841,'Flat Top','WV','37.557975','-81.095370',-5,1); -INSERT INTO zipcodes VALUES (25843,'Ghent','WV','37.618115','-81.107240',-5,1); -INSERT INTO zipcodes VALUES (25844,'Glen Daniel','WV','37.802995','-81.364950',-5,1); -INSERT INTO zipcodes VALUES (25845,'Glen Fork','WV','37.687988','-81.531400',-5,1); -INSERT INTO zipcodes VALUES (25846,'Glen Jean','WV','37.927809','-81.151740',-5,1); -INSERT INTO zipcodes VALUES (25847,'Glen Morgan','WV','37.723290','-81.174440',-5,1); -INSERT INTO zipcodes VALUES (25848,'Glen Rogers','WV','37.714713','-81.418150',-5,1); -INSERT INTO zipcodes VALUES (25849,'Glen White','WV','37.731521','-81.281080',-5,1); -INSERT INTO zipcodes VALUES (25851,'Harper','WV','37.802469','-81.282759',-5,1); -INSERT INTO zipcodes VALUES (25853,'Helen','WV','37.632150','-81.316440',-5,1); -INSERT INTO zipcodes VALUES (25854,'Hico','WV','38.128245','-80.991510',-5,1); -INSERT INTO zipcodes VALUES (25855,'Hilltop','WV','37.942510','-81.149950',-5,1); -INSERT INTO zipcodes VALUES (25856,'Jonben','WV','37.653792','-81.188330',-5,1); -INSERT INTO zipcodes VALUES (25857,'Josephine','WV','37.625307','-81.250930',-5,1); -INSERT INTO zipcodes VALUES (25859,'Kilsyth','WV','38.041293','-81.064784',-5,1); -INSERT INTO zipcodes VALUES (25860,'Lanark','WV','37.748935','-81.224458',-5,1); -INSERT INTO zipcodes VALUES (25862,'Lansing','WV','38.079509','-81.062380',-5,1); -INSERT INTO zipcodes VALUES (25864,'Layland','WV','37.906682','-80.991750',-5,1); -INSERT INTO zipcodes VALUES (25865,'Lester','WV','37.737104','-81.325360',-5,1); -INSERT INTO zipcodes VALUES (25866,'Lochgelly','WV','38.007725','-81.139100',-5,1); -INSERT INTO zipcodes VALUES (25868,'Lookout','WV','38.073479','-80.952200',-5,1); -INSERT INTO zipcodes VALUES (25870,'Maben','WV','37.673370','-81.420010',-5,1); -INSERT INTO zipcodes VALUES (25871,'Mabscott','WV','37.771364','-81.209300',-5,1); -INSERT INTO zipcodes VALUES (25873,'Mac Arthur','WV','37.751700','-81.214825',-5,1); -INSERT INTO zipcodes VALUES (25875,'McGraws','WV','37.683440','-81.446080',-5,1); -INSERT INTO zipcodes VALUES (25876,'Saulsville','WV','37.603344','-81.539980',-5,1); -INSERT INTO zipcodes VALUES (25878,'Midway','WV','37.715335','-81.241310',-5,1); -INSERT INTO zipcodes VALUES (25879,'Minden','WV','37.980561','-81.102080',-5,1); -INSERT INTO zipcodes VALUES (25880,'Mount Hope','WV','37.881690','-81.192730',-5,1); -INSERT INTO zipcodes VALUES (25882,'Mullens','WV','37.596209','-81.381930',-5,1); -INSERT INTO zipcodes VALUES (25898,'Shady Spring','WV','37.698351','-81.081333',-5,1); -INSERT INTO zipcodes VALUES (25901,'Oak Hill','WV','37.982775','-81.145330',-5,1); -INSERT INTO zipcodes VALUES (25902,'Odd','WV','37.589172','-81.232400',-5,1); -INSERT INTO zipcodes VALUES (25904,'Pax','WV','37.935699','-81.267240',-5,1); -INSERT INTO zipcodes VALUES (25906,'Piney View','WV','37.837573','-81.128631',-5,1); -INSERT INTO zipcodes VALUES (25907,'Prince','WV','37.855763','-81.066730',-5,1); -INSERT INTO zipcodes VALUES (25908,'Princewick','WV','37.663234','-81.239110',-5,1); -INSERT INTO zipcodes VALUES (25909,'Prosperity','WV','37.837706','-81.197220',-5,1); -INSERT INTO zipcodes VALUES (25911,'Raleigh','WV','37.758469','-81.167549',-5,1); -INSERT INTO zipcodes VALUES (25912,'Ramsey','WV','38.041293','-81.064784',-5,1); -INSERT INTO zipcodes VALUES (25913,'Ravencliff','WV','37.699568','-81.481380',-5,1); -INSERT INTO zipcodes VALUES (25914,'Redstar','WV','38.041293','-81.064784',-5,1); -INSERT INTO zipcodes VALUES (25915,'Rhodell','WV','37.608562','-81.301900',-5,1); -INSERT INTO zipcodes VALUES (25916,'Sabine','WV','37.677563','-81.500710',-5,1); -INSERT INTO zipcodes VALUES (25917,'Scarbro','WV','37.964622','-81.216340',-5,1); -INSERT INTO zipcodes VALUES (25918,'Shady Spring','WV','37.712469','-81.005610',-5,1); -INSERT INTO zipcodes VALUES (25919,'Skelton','WV','37.800481','-81.180561',-5,1); -INSERT INTO zipcodes VALUES (25920,'Slab Fork','WV','37.683749','-81.343590',-5,1); -INSERT INTO zipcodes VALUES (25921,'Sophia','WV','37.707080','-81.262630',-5,1); -INSERT INTO zipcodes VALUES (25922,'Spanishburg','WV','37.467516','-81.116720',-5,1); -INSERT INTO zipcodes VALUES (25926,'Sprague','WV','37.787252','-81.195122',-5,1); -INSERT INTO zipcodes VALUES (25927,'Stanaford','WV','37.748935','-81.224458',-5,1); -INSERT INTO zipcodes VALUES (25928,'Stephenson','WV','37.576978','-81.330860',-5,1); -INSERT INTO zipcodes VALUES (25931,'Summerlee','WV','38.041293','-81.064784',-5,1); -INSERT INTO zipcodes VALUES (25932,'Surveyor','WV','37.764498','-81.316900',-5,1); -INSERT INTO zipcodes VALUES (25934,'Terry','WV','37.848955','-81.093678',-5,1); -INSERT INTO zipcodes VALUES (25936,'Thurmond','WV','37.930061','-81.059640',-5,1); -INSERT INTO zipcodes VALUES (25938,'Victor','WV','38.151832','-81.051010',-5,1); -INSERT INTO zipcodes VALUES (25942,'Winona','WV','38.040215','-80.997020',-5,1); -INSERT INTO zipcodes VALUES (25943,'Wyco','WV','37.603344','-81.539980',-5,1); -INSERT INTO zipcodes VALUES (25951,'Hinton','WV','37.671295','-80.868670',-5,1); -INSERT INTO zipcodes VALUES (25958,'Charmco','WV','38.012459','-80.727570',-5,1); -INSERT INTO zipcodes VALUES (25961,'Crichton','WV','37.975595','-80.426874',-5,1); -INSERT INTO zipcodes VALUES (25962,'Rainelle','WV','37.966816','-80.788900',-5,1); -INSERT INTO zipcodes VALUES (25965,'Elton','WV','37.648541','-80.877395',-5,1); -INSERT INTO zipcodes VALUES (25966,'Green Sulphur Springs','WV','37.798406','-80.770390',-5,1); -INSERT INTO zipcodes VALUES (25967,'Hines','WV','37.975595','-80.426874',-5,1); -INSERT INTO zipcodes VALUES (25969,'Jumping Branch','WV','37.630988','-81.009550',-5,1); -INSERT INTO zipcodes VALUES (25971,'Lerona','WV','37.478519','-80.957350',-5,1); -INSERT INTO zipcodes VALUES (25972,'Leslie','WV','38.048182','-80.748210',-5,1); -INSERT INTO zipcodes VALUES (25976,'Meadow Bridge','WV','37.854735','-80.841990',-5,1); -INSERT INTO zipcodes VALUES (25977,'Meadow Creek','WV','37.808181','-80.923210',-5,1); -INSERT INTO zipcodes VALUES (25978,'Nimitz','WV','37.645397','-80.924220',-5,1); -INSERT INTO zipcodes VALUES (25979,'Pipestem','WV','37.496710','-80.914010',-5,1); -INSERT INTO zipcodes VALUES (25981,'Quinwood','WV','38.077430','-80.724760',-5,1); -INSERT INTO zipcodes VALUES (25984,'Rupert','WV','37.981358','-80.667980',-5,1); -INSERT INTO zipcodes VALUES (25985,'Sandstone','WV','37.772844','-80.864380',-5,1); -INSERT INTO zipcodes VALUES (25986,'Spring Dale','WV','37.878258','-80.802170',-5,1); -INSERT INTO zipcodes VALUES (25988,'True','WV','37.648541','-80.877395',-5,1); -INSERT INTO zipcodes VALUES (25989,'White Oak','WV','37.679060','-81.035910',-5,1); -INSERT INTO zipcodes VALUES (26003,'Wheeling','WV','40.071472','-80.686800',-5,1); -INSERT INTO zipcodes VALUES (26030,'Beech Bottom','WV','40.219614','-80.654040',-5,1); -INSERT INTO zipcodes VALUES (26031,'Benwood','WV','40.013637','-80.727440',-5,1); -INSERT INTO zipcodes VALUES (26032,'Bethany','WV','40.198956','-80.546830',-5,1); -INSERT INTO zipcodes VALUES (26033,'Cameron','WV','39.813040','-80.584460',-5,1); -INSERT INTO zipcodes VALUES (26034,'Chester','WV','40.609272','-80.558930',-5,1); -INSERT INTO zipcodes VALUES (26035,'Colliers','WV','40.352943','-80.555850',-5,1); -INSERT INTO zipcodes VALUES (26036,'Dallas','WV','39.974547','-80.530030',-5,1); -INSERT INTO zipcodes VALUES (26037,'Follansbee','WV','40.330969','-80.588890',-5,1); -INSERT INTO zipcodes VALUES (26038,'Glen Dale','WV','39.951586','-80.749940',-5,1); -INSERT INTO zipcodes VALUES (26039,'Glen Easton','WV','39.835605','-80.677520',-5,1); -INSERT INTO zipcodes VALUES (26040,'McMechen','WV','39.987177','-80.730480',-5,1); -INSERT INTO zipcodes VALUES (26041,'Moundsville','WV','39.912923','-80.737010',-5,1); -INSERT INTO zipcodes VALUES (26047,'New Cumberland','WV','40.519953','-80.589250',-5,1); -INSERT INTO zipcodes VALUES (26050,'Newell','WV','40.616853','-80.604540',-5,1); -INSERT INTO zipcodes VALUES (26055,'Proctor','WV','39.768143','-80.798670',-5,1); -INSERT INTO zipcodes VALUES (26056,'New Manchester','WV','40.532300','-80.579990',-5,1); -INSERT INTO zipcodes VALUES (26058,'Short Creek','WV','40.279320','-80.599949',-5,1); -INSERT INTO zipcodes VALUES (26059,'Triadelphia','WV','40.063895','-80.609100',-5,1); -INSERT INTO zipcodes VALUES (26060,'Valley Grove','WV','40.104818','-80.546340',-5,1); -INSERT INTO zipcodes VALUES (26062,'Weirton','WV','40.412067','-80.575420',-5,1); -INSERT INTO zipcodes VALUES (26070,'Wellsburg','WV','40.266698','-80.597090',-5,1); -INSERT INTO zipcodes VALUES (26074,'West Liberty','WV','40.167471','-80.593770',-5,1); -INSERT INTO zipcodes VALUES (26075,'Windsor Heights','WV','40.190886','-80.666130',-5,1); -INSERT INTO zipcodes VALUES (26101,'Parkersburg','WV','39.265408','-81.537060',-5,1); -INSERT INTO zipcodes VALUES (26102,'Parkersburg','WV','39.218276','-81.497865',-5,1); -INSERT INTO zipcodes VALUES (26103,'Parkersburg','WV','39.236427','-81.540501',-5,1); -INSERT INTO zipcodes VALUES (26104,'Parkersburg','WV','39.285724','-81.526390',-5,1); -INSERT INTO zipcodes VALUES (26105,'Vienna','WV','39.323907','-81.542060',-5,1); -INSERT INTO zipcodes VALUES (26106,'Parkersburg','WV','39.218276','-81.497865',-5,1); -INSERT INTO zipcodes VALUES (26120,'Mineral Wells','WV','39.218276','-81.497865',-5,1); -INSERT INTO zipcodes VALUES (26121,'Mineral Wells','WV','39.218276','-81.497865',-5,1); -INSERT INTO zipcodes VALUES (26133,'Belleville','WV','39.122989','-81.683650',-5,1); -INSERT INTO zipcodes VALUES (26134,'Belmont','WV','39.374773','-81.278860',-5,1); -INSERT INTO zipcodes VALUES (26135,'Bens Run','WV','39.450612','-80.870081',-5,1); -INSERT INTO zipcodes VALUES (26136,'Big Bend','WV','38.977792','-81.139170',-5,1); -INSERT INTO zipcodes VALUES (26137,'Big Springs','WV','38.991483','-81.067720',-5,1); -INSERT INTO zipcodes VALUES (26138,'Brohard','WV','39.035940','-81.187870',-5,1); -INSERT INTO zipcodes VALUES (26141,'Creston','WV','38.939317','-81.244590',-5,1); -INSERT INTO zipcodes VALUES (26142,'Davisville','WV','39.205900','-81.465490',-5,1); -INSERT INTO zipcodes VALUES (26143,'Elizabeth','WV','39.070067','-81.407620',-5,1); -INSERT INTO zipcodes VALUES (26145,'Pennsboro','WV','39.288336','-80.968967',-5,1); -INSERT INTO zipcodes VALUES (26146,'Friendly','WV','39.462447','-81.050910',-5,1); -INSERT INTO zipcodes VALUES (26147,'Grantsville','WV','38.911018','-81.072780',-5,1); -INSERT INTO zipcodes VALUES (26148,'Macfarlan','WV','39.065862','-81.187220',-5,1); -INSERT INTO zipcodes VALUES (26149,'Middlebourne','WV','39.481247','-80.875330',-5,1); -INSERT INTO zipcodes VALUES (26150,'Mineral Wells','WV','39.162229','-81.537880',-5,1); -INSERT INTO zipcodes VALUES (26151,'Mount Zion','WV','38.885826','-81.168850',-5,1); -INSERT INTO zipcodes VALUES (26152,'Munday','WV','38.988098','-81.207210',-5,1); -INSERT INTO zipcodes VALUES (26155,'New Martinsville','WV','39.646099','-80.834650',-5,1); -INSERT INTO zipcodes VALUES (26159,'Paden City','WV','39.604088','-80.932760',-5,1); -INSERT INTO zipcodes VALUES (26160,'Palestine','WV','38.971224','-81.402180',-5,1); -INSERT INTO zipcodes VALUES (26161,'Petroleum','WV','39.173299','-81.255950',-5,1); -INSERT INTO zipcodes VALUES (26162,'Porters Falls','WV','39.576419','-80.772110',-5,1); -INSERT INTO zipcodes VALUES (26164,'Ravenswood','WV','38.977445','-81.727890',-5,1); -INSERT INTO zipcodes VALUES (26167,'Reader','WV','39.550395','-80.711630',-5,1); -INSERT INTO zipcodes VALUES (26169,'Rockport','WV','39.076628','-81.552990',-5,1); -INSERT INTO zipcodes VALUES (26170,'Saint Marys','WV','39.370217','-81.172150',-5,1); -INSERT INTO zipcodes VALUES (26173,'Sherman','WV','38.951920','-81.709496',-5,1); -INSERT INTO zipcodes VALUES (26175,'Sistersville','WV','39.547803','-80.974080',-5,1); -INSERT INTO zipcodes VALUES (26178,'Smithville','WV','39.059792','-81.029430',-5,1); -INSERT INTO zipcodes VALUES (26180,'Walker','WV','39.179485','-81.378360',-5,1); -INSERT INTO zipcodes VALUES (26181,'Washington','WV','39.220948','-81.665080',-5,1); -INSERT INTO zipcodes VALUES (26184,'Waverly','WV','39.306083','-81.366390',-5,1); -INSERT INTO zipcodes VALUES (26186,'Wileyville','WV','39.619007','-80.612250',-5,1); -INSERT INTO zipcodes VALUES (26187,'Williamstown','WV','39.387718','-81.445850',-5,1); -INSERT INTO zipcodes VALUES (26201,'Buckhannon','WV','38.997267','-80.209150',-5,1); -INSERT INTO zipcodes VALUES (26202,'Fenwick','WV','38.224393','-80.613910',-5,1); -INSERT INTO zipcodes VALUES (26203,'Erbacon','WV','38.520078','-80.595180',-5,1); -INSERT INTO zipcodes VALUES (26205,'Craigsville','WV','38.330842','-80.648030',-5,1); -INSERT INTO zipcodes VALUES (26206,'Cowen','WV','38.424309','-80.537710',-5,1); -INSERT INTO zipcodes VALUES (26208,'Camden On Gauley','WV','38.364123','-80.590200',-5,1); -INSERT INTO zipcodes VALUES (26209,'Snowshoe','WV','38.422376','-79.993440',-5,1); -INSERT INTO zipcodes VALUES (26210,'Adrian','WV','38.900064','-80.267950',-5,1); -INSERT INTO zipcodes VALUES (26215,'Cleveland','WV','38.716238','-80.399270',-5,1); -INSERT INTO zipcodes VALUES (26217,'Diana','WV','38.602860','-80.459500',-5,1); -INSERT INTO zipcodes VALUES (26218,'French Creek','WV','38.857567','-80.278720',-5,1); -INSERT INTO zipcodes VALUES (26219,'Frenchton','WV','38.899314','-80.226855',-5,1); -INSERT INTO zipcodes VALUES (26222,'Hacker Valley','WV','38.663739','-80.397940',-5,1); -INSERT INTO zipcodes VALUES (26224,'Helvetia','WV','38.735363','-80.180330',-5,1); -INSERT INTO zipcodes VALUES (26228,'Kanawha Head','WV','38.753031','-80.382310',-5,1); -INSERT INTO zipcodes VALUES (26229,'Lorentz','WV','38.899314','-80.226855',-5,1); -INSERT INTO zipcodes VALUES (26230,'Pickens','WV','38.663620','-80.243610',-5,1); -INSERT INTO zipcodes VALUES (26234,'Rock Cave','WV','38.792214','-80.315900',-5,1); -INSERT INTO zipcodes VALUES (26236,'Selbyville','WV','38.752157','-80.235370',-5,1); -INSERT INTO zipcodes VALUES (26237,'Tallmansville','WV','38.854653','-80.155310',-5,1); -INSERT INTO zipcodes VALUES (26238,'Volga','WV','39.091657','-80.144200',-5,1); -INSERT INTO zipcodes VALUES (26241,'Elkins','WV','38.920042','-79.844600',-5,1); -INSERT INTO zipcodes VALUES (26250,'Belington','WV','39.032644','-79.952950',-5,1); -INSERT INTO zipcodes VALUES (26253,'Beverly','WV','38.827205','-79.890570',-5,1); -INSERT INTO zipcodes VALUES (26254,'Bowden','WV','38.918159','-79.632270',-5,1); -INSERT INTO zipcodes VALUES (26257,'Coalton','WV','38.916124','-80.002210',-5,1); -INSERT INTO zipcodes VALUES (26259,'Dailey','WV','38.798094','-79.899410',-5,1); -INSERT INTO zipcodes VALUES (26260,'Davis','WV','39.101535','-79.438050',-5,1); -INSERT INTO zipcodes VALUES (26261,'Richwood','WV','38.224781','-80.542500',-5,1); -INSERT INTO zipcodes VALUES (26263,'Dryfork','WV','38.992079','-79.405330',-5,1); -INSERT INTO zipcodes VALUES (26264,'Durbin','WV','38.551810','-79.834490',-5,1); -INSERT INTO zipcodes VALUES (26266,'Upperglade','WV','38.410120','-80.495950',-5,1); -INSERT INTO zipcodes VALUES (26267,'Ellamore','WV','38.912609','-80.079070',-5,1); -INSERT INTO zipcodes VALUES (26268,'Glady','WV','38.780919','-79.746740',-5,1); -INSERT INTO zipcodes VALUES (26269,'Hambleton','WV','39.097545','-79.638480',-5,1); -INSERT INTO zipcodes VALUES (26270,'Harman','WV','38.915141','-79.530660',-5,1); -INSERT INTO zipcodes VALUES (26271,'Hendricks','WV','39.042297','-79.606110',-5,1); -INSERT INTO zipcodes VALUES (26273,'Huttonsville','WV','38.671662','-79.980290',-5,1); -INSERT INTO zipcodes VALUES (26275,'Junior','WV','38.976390','-79.952010',-5,1); -INSERT INTO zipcodes VALUES (26276,'Kerens','WV','39.019639','-79.746140',-5,1); -INSERT INTO zipcodes VALUES (26278,'Mabie','WV','38.861656','-80.004020',-5,1); -INSERT INTO zipcodes VALUES (26280,'Mill Creek','WV','38.736144','-80.000000',-5,1); -INSERT INTO zipcodes VALUES (26282,'Monterville','WV','38.518735','-80.143680',-5,1); -INSERT INTO zipcodes VALUES (26283,'Montrose','WV','39.067689','-79.822190',-5,1); -INSERT INTO zipcodes VALUES (26285,'Norton','WV','38.934414','-79.965180',-5,1); -INSERT INTO zipcodes VALUES (26287,'Parsons','WV','39.141165','-79.674660',-5,1); -INSERT INTO zipcodes VALUES (26288,'Webster Springs','WV','38.484777','-80.380230',-5,1); -INSERT INTO zipcodes VALUES (26289,'Red Creek','WV','38.990950','-79.502170',-5,1); -INSERT INTO zipcodes VALUES (26291,'Slatyfork','WV','38.444873','-80.097810',-5,1); -INSERT INTO zipcodes VALUES (26292,'Thomas','WV','39.149624','-79.500300',-5,1); -INSERT INTO zipcodes VALUES (26293,'Valley Bend','WV','38.758699','-79.917980',-5,1); -INSERT INTO zipcodes VALUES (26294,'Valley Head','WV','38.520610','-80.036290',-5,1); -INSERT INTO zipcodes VALUES (26296,'Whitmer','WV','38.810555','-79.547230',-5,1); -INSERT INTO zipcodes VALUES (26298,'Bergoo','WV','38.480062','-80.296790',-5,1); -INSERT INTO zipcodes VALUES (26301,'Clarksburg','WV','39.281289','-80.343480',-5,1); -INSERT INTO zipcodes VALUES (26302,'Clarksburg','WV','39.262770','-80.308580',-5,1); -INSERT INTO zipcodes VALUES (26306,'Clarksburg','WV','39.285204','-80.385344',-5,1); -INSERT INTO zipcodes VALUES (26320,'Alma','WV','39.418490','-80.806040',-5,1); -INSERT INTO zipcodes VALUES (26321,'Alum Bridge','WV','39.051863','-80.684400',-5,1); -INSERT INTO zipcodes VALUES (26323,'Anmoore','WV','39.258328','-80.287980',-5,1); -INSERT INTO zipcodes VALUES (26325,'Auburn','WV','39.095644','-80.861820',-5,1); -INSERT INTO zipcodes VALUES (26327,'Berea','WV','39.122023','-80.954480',-5,1); -INSERT INTO zipcodes VALUES (26328,'Blandville','WV','39.270846','-80.719742',-5,1); -INSERT INTO zipcodes VALUES (26330,'Bridgeport','WV','39.296499','-80.241990',-5,1); -INSERT INTO zipcodes VALUES (26332,'Bristol','WV','39.286975','-80.501970',-5,1); -INSERT INTO zipcodes VALUES (26333,'Burnsville','WV','38.859246','-80.657019',-5,1); -INSERT INTO zipcodes VALUES (26334,'Brownton','WV','39.220701','-80.158810',-5,1); -INSERT INTO zipcodes VALUES (26335,'Burnsville','WV','38.856879','-80.665280',-5,1); -INSERT INTO zipcodes VALUES (26337,'Cairo','WV','39.228729','-81.161350',-5,1); -INSERT INTO zipcodes VALUES (26338,'Camden','WV','39.096660','-80.622830',-5,1); -INSERT INTO zipcodes VALUES (26339,'Center Point','WV','39.420390','-80.602040',-5,1); -INSERT INTO zipcodes VALUES (26342,'Coxs Mills','WV','39.018602','-80.852310',-5,1); -INSERT INTO zipcodes VALUES (26343,'Crawford','WV','38.853890','-80.405890',-5,1); -INSERT INTO zipcodes VALUES (26346,'Ellenboro','WV','39.270902','-81.061890',-5,1); -INSERT INTO zipcodes VALUES (26347,'Flemington','WV','39.258358','-80.126040',-5,1); -INSERT INTO zipcodes VALUES (26348,'Folsom','WV','39.472363','-80.527500',-5,1); -INSERT INTO zipcodes VALUES (26349,'Galloway','WV','39.226574','-80.085140',-5,1); -INSERT INTO zipcodes VALUES (26350,'Gilmer','WV','38.913649','-80.831256',-5,1); -INSERT INTO zipcodes VALUES (26351,'Glenville','WV','38.939952','-80.848860',-5,1); -INSERT INTO zipcodes VALUES (26354,'Grafton','WV','39.343418','-80.026650',-5,1); -INSERT INTO zipcodes VALUES (26361,'Gypsy','WV','39.368814','-80.318720',-5,1); -INSERT INTO zipcodes VALUES (26362,'Harrisville','WV','39.171784','-81.053250',-5,1); -INSERT INTO zipcodes VALUES (26366,'Haywood','WV','39.380098','-80.337850',-5,1); -INSERT INTO zipcodes VALUES (26369,'Hepzibah','WV','39.328064','-80.335660',-5,1); -INSERT INTO zipcodes VALUES (26372,'Horner','WV','38.969579','-80.368810',-5,1); -INSERT INTO zipcodes VALUES (26374,'Independence','WV','39.436084','-79.878730',-5,1); -INSERT INTO zipcodes VALUES (26375,'Industrial','WV','39.279818','-80.575379',-5,1); -INSERT INTO zipcodes VALUES (26376,'Ireland','WV','38.766855','-80.461720',-5,1); -INSERT INTO zipcodes VALUES (26377,'Jacksonburg','WV','39.485593','-80.640530',-5,1); -INSERT INTO zipcodes VALUES (26378,'Jane Lew','WV','39.106153','-80.426910',-5,1); -INSERT INTO zipcodes VALUES (26384,'Linn','WV','38.983677','-80.706540',-5,1); -INSERT INTO zipcodes VALUES (26385,'Lost Creek','WV','39.163304','-80.355270',-5,1); -INSERT INTO zipcodes VALUES (26386,'Lumberport','WV','39.378137','-80.370900',-5,1); -INSERT INTO zipcodes VALUES (26404,'Meadowbrook','WV','39.344303','-80.317440',-5,1); -INSERT INTO zipcodes VALUES (26405,'Moatsville','WV','39.230125','-79.893970',-5,1); -INSERT INTO zipcodes VALUES (26407,'Mountain','WV','39.198501','-81.068913',-5,1); -INSERT INTO zipcodes VALUES (26408,'Mount Clare','WV','39.205852','-80.294160',-5,1); -INSERT INTO zipcodes VALUES (26410,'Newburg','WV','39.399050','-79.829960',-5,1); -INSERT INTO zipcodes VALUES (26411,'New Milton','WV','39.185707','-80.710390',-5,1); -INSERT INTO zipcodes VALUES (26412,'Orlando','WV','38.891517','-80.564800',-5,1); -INSERT INTO zipcodes VALUES (26415,'Pennsboro','WV','39.294877','-80.960090',-5,1); -INSERT INTO zipcodes VALUES (26416,'Philippi','WV','39.155551','-80.024190',-5,1); -INSERT INTO zipcodes VALUES (26419,'Pine Grove','WV','39.551892','-80.670760',-5,1); -INSERT INTO zipcodes VALUES (26421,'Pullman','WV','39.183473','-80.926680',-5,1); -INSERT INTO zipcodes VALUES (26422,'Reynoldsville','WV','39.285303','-80.446280',-5,1); -INSERT INTO zipcodes VALUES (26424,'Rosemont','WV','39.268207','-80.165200',-5,1); -INSERT INTO zipcodes VALUES (26425,'Rowlesburg','WV','39.320034','-79.684420',-5,1); -INSERT INTO zipcodes VALUES (26426,'Salem','WV','39.284467','-80.572190',-5,1); -INSERT INTO zipcodes VALUES (26430,'Sand Fork','WV','38.891042','-80.746560',-5,1); -INSERT INTO zipcodes VALUES (26431,'Shinnston','WV','39.392285','-80.284380',-5,1); -INSERT INTO zipcodes VALUES (26434,'Shirley','WV','39.450612','-80.870081',-5,1); -INSERT INTO zipcodes VALUES (26435,'Simpson','WV','39.266262','-80.092060',-5,1); -INSERT INTO zipcodes VALUES (26436,'Smithburg','WV','39.287254','-80.731860',-5,1); -INSERT INTO zipcodes VALUES (26437,'Smithfield','WV','39.513468','-80.531960',-5,1); -INSERT INTO zipcodes VALUES (26438,'Spelter','WV','39.346726','-80.318890',-5,1); -INSERT INTO zipcodes VALUES (26440,'Thornton','WV','39.329797','-79.903710',-5,1); -INSERT INTO zipcodes VALUES (26443,'Troy','WV','39.080329','-80.769560',-5,1); -INSERT INTO zipcodes VALUES (26444,'Tunnelton','WV','39.377589','-79.764280',-5,1); -INSERT INTO zipcodes VALUES (26447,'Walkersville','WV','38.881069','-80.474320',-5,1); -INSERT INTO zipcodes VALUES (26448,'Wallace','WV','39.407957','-80.488690',-5,1); -INSERT INTO zipcodes VALUES (26451,'West Milford','WV','39.204169','-80.402940',-5,1); -INSERT INTO zipcodes VALUES (26452,'Weston','WV','39.041010','-80.477310',-5,1); -INSERT INTO zipcodes VALUES (26456,'West Union','WV','39.293095','-80.778110',-5,1); -INSERT INTO zipcodes VALUES (26461,'Wilsonburg','WV','39.285204','-80.385344',-5,1); -INSERT INTO zipcodes VALUES (26462,'Weston','WV','39.035250','-80.467765',-5,1); -INSERT INTO zipcodes VALUES (26463,'Wyatt','WV','39.440245','-80.352330',-5,1); -INSERT INTO zipcodes VALUES (26501,'Morgantown','WV','39.628475','-79.987960',-5,1); -INSERT INTO zipcodes VALUES (26502,'Morgantown','WV','39.625302','-79.967184',-5,1); -INSERT INTO zipcodes VALUES (26503,'Morgantown','WV','39.636606','-79.895639',-5,1); -INSERT INTO zipcodes VALUES (26504,'Morgantown','WV','39.578512','-80.093007',-5,1); -INSERT INTO zipcodes VALUES (26505,'Morgantown','WV','39.646497','-79.951540',-5,1); -INSERT INTO zipcodes VALUES (26506,'Morgantown','WV','39.645276','-79.962669',-5,1); -INSERT INTO zipcodes VALUES (26507,'Morgantown','WV','39.680786','-79.836473',-5,1); -INSERT INTO zipcodes VALUES (26508,'Morgantown','WV','39.610980','-79.899470',-5,1); -INSERT INTO zipcodes VALUES (26519,'Albright','WV','39.539088','-79.632410',-5,1); -INSERT INTO zipcodes VALUES (26520,'Arthurdale','WV','39.497676','-79.820030',-5,1); -INSERT INTO zipcodes VALUES (26521,'Blacksville','WV','39.718922','-80.211370',-5,1); -INSERT INTO zipcodes VALUES (26522,'Booth','WV','39.578512','-80.093007',-5,1); -INSERT INTO zipcodes VALUES (26524,'Bretz','WV','39.458091','-79.688154',-5,1); -INSERT INTO zipcodes VALUES (26525,'Bruceton Mills','WV','39.646876','-79.598470',-5,1); -INSERT INTO zipcodes VALUES (26527,'Cassville','WV','39.578512','-80.093007',-5,1); -INSERT INTO zipcodes VALUES (26529,'Core','WV','39.689030','-80.141130',-5,1); -INSERT INTO zipcodes VALUES (26531,'Dellslow','WV','39.607447','-79.890120',-5,1); -INSERT INTO zipcodes VALUES (26533,'Everettville','WV','39.578512','-80.093007',-5,1); -INSERT INTO zipcodes VALUES (26534,'Granville','WV','39.646705','-79.988260',-5,1); -INSERT INTO zipcodes VALUES (26535,'Hazelton','WV','39.458091','-79.688154',-5,1); -INSERT INTO zipcodes VALUES (26537,'Kingwood','WV','39.472924','-79.698730',-5,1); -INSERT INTO zipcodes VALUES (26541,'Maidsville','WV','39.692340','-79.973350',-5,1); -INSERT INTO zipcodes VALUES (26542,'Masontown','WV','39.561031','-79.795330',-5,1); -INSERT INTO zipcodes VALUES (26543,'Osage','WV','39.660624','-80.007200',-5,1); -INSERT INTO zipcodes VALUES (26544,'Pentress','WV','39.707009','-80.164510',-5,1); -INSERT INTO zipcodes VALUES (26546,'Pursglove','WV','39.674575','-80.034965',-5,1); -INSERT INTO zipcodes VALUES (26547,'Reedsville','WV','39.509001','-79.805210',-5,1); -INSERT INTO zipcodes VALUES (26554,'Fairmont','WV','39.470949','-80.139360',-5,1); -INSERT INTO zipcodes VALUES (26555,'Fairmont','WV','39.514343','-80.218538',-5,1); -INSERT INTO zipcodes VALUES (26559,'Barrackville','WV','39.501700','-80.166400',-5,1); -INSERT INTO zipcodes VALUES (26560,'Baxter','WV','39.514343','-80.218538',-5,1); -INSERT INTO zipcodes VALUES (26561,'Big Run','WV','39.575518','-80.666712',-5,1); -INSERT INTO zipcodes VALUES (26562,'Burton','WV','39.646936','-80.441920',-5,1); -INSERT INTO zipcodes VALUES (26563,'Carolina','WV','39.480838','-80.271830',-5,1); -INSERT INTO zipcodes VALUES (26566,'Colfax','WV','39.514343','-80.218538',-5,1); -INSERT INTO zipcodes VALUES (26568,'Enterprise','WV','39.422397','-80.275640',-5,1); -INSERT INTO zipcodes VALUES (26570,'Fairview','WV','39.642393','-80.234050',-5,1); -INSERT INTO zipcodes VALUES (26571,'Farmington','WV','39.513513','-80.257380',-5,1); -INSERT INTO zipcodes VALUES (26572,'Four States','WV','39.480570','-80.308510',-5,1); -INSERT INTO zipcodes VALUES (26574,'Grant Town','WV','39.558702','-80.176170',-5,1); -INSERT INTO zipcodes VALUES (26575,'Hundred','WV','39.696744','-80.438720',-5,1); -INSERT INTO zipcodes VALUES (26576,'Idamay','WV','39.494727','-80.258720',-5,1); -INSERT INTO zipcodes VALUES (26578,'Kingmont','WV','39.446631','-80.176171',-5,1); -INSERT INTO zipcodes VALUES (26581,'Littleton','WV','39.695772','-80.530770',-5,1); -INSERT INTO zipcodes VALUES (26582,'Mannington','WV','39.527817','-80.358600',-5,1); -INSERT INTO zipcodes VALUES (26585,'Metz','WV','39.611767','-80.412370',-5,1); -INSERT INTO zipcodes VALUES (26586,'Montana Mines','WV','39.525505','-80.108660',-5,1); -INSERT INTO zipcodes VALUES (26587,'Rachel','WV','39.520705','-80.303360',-5,1); -INSERT INTO zipcodes VALUES (26588,'Rivesville','WV','39.549346','-80.130970',-5,1); -INSERT INTO zipcodes VALUES (26589,'Wadestown','WV','39.668566','-80.335000',-5,1); -INSERT INTO zipcodes VALUES (26590,'Wana','WV','39.704464','-80.271780',-5,1); -INSERT INTO zipcodes VALUES (26591,'Worthington','WV','39.452034','-80.275990',-5,1); -INSERT INTO zipcodes VALUES (26601,'Sutton','WV','38.641439','-80.674970',-5,1); -INSERT INTO zipcodes VALUES (26610,'Birch River','WV','38.465291','-80.723230',-5,1); -INSERT INTO zipcodes VALUES (26611,'Cedarville','WV','38.833295','-80.800060',-5,1); -INSERT INTO zipcodes VALUES (26612,'Centralia','WV','38.620506','-80.586148',-5,1); -INSERT INTO zipcodes VALUES (26615,'Copen','WV','38.836102','-80.725730',-5,1); -INSERT INTO zipcodes VALUES (26617,'Dille','WV','38.491190','-80.830690',-5,1); -INSERT INTO zipcodes VALUES (26618,'Elmira','WV','38.706017','-80.736884',-5,1); -INSERT INTO zipcodes VALUES (26619,'Exchange','WV','38.788013','-80.732910',-5,1); -INSERT INTO zipcodes VALUES (26621,'Flatwoods','WV','38.728405','-80.587450',-5,1); -INSERT INTO zipcodes VALUES (26623,'Frametown','WV','38.653616','-80.861940',-5,1); -INSERT INTO zipcodes VALUES (26624,'Gassaway','WV','38.704457','-80.793660',-5,1); -INSERT INTO zipcodes VALUES (26627,'Heaters','WV','38.767682','-80.612660',-5,1); -INSERT INTO zipcodes VALUES (26629,'Little Birch','WV','38.553898','-80.698640',-5,1); -INSERT INTO zipcodes VALUES (26630,'Bridgeport','WV','39.280867','-80.249302',-5,1); -INSERT INTO zipcodes VALUES (26631,'Napier','WV','38.790368','-80.579810',-5,1); -INSERT INTO zipcodes VALUES (26634,'Perkins','WV','38.786153','-80.918780',-5,1); -INSERT INTO zipcodes VALUES (26636,'Rosedale','WV','38.740760','-80.943500',-5,1); -INSERT INTO zipcodes VALUES (26638,'Shock','WV','38.735700','-80.984310',-5,1); -INSERT INTO zipcodes VALUES (26639,'Strange Creek','WV','38.552910','-80.869280',-5,1); -INSERT INTO zipcodes VALUES (26641,'Wilsie','WV','38.690755','-80.902850',-5,1); -INSERT INTO zipcodes VALUES (26651,'Summersville','WV','38.306960','-80.873290',-5,1); -INSERT INTO zipcodes VALUES (26656,'Belva','WV','38.244559','-81.161530',-5,1); -INSERT INTO zipcodes VALUES (26660,'Calvin','WV','38.355607','-80.696390',-5,1); -INSERT INTO zipcodes VALUES (26662,'Canvas','WV','38.245298','-80.754340',-5,1); -INSERT INTO zipcodes VALUES (26667,'Drennen','WV','38.268633','-80.981480',-5,1); -INSERT INTO zipcodes VALUES (26671,'Gilboa','WV','38.302121','-80.935490',-5,1); -INSERT INTO zipcodes VALUES (26674,'Jodie','WV','38.210552','-81.139060',-5,1); -INSERT INTO zipcodes VALUES (26675,'Keslers Cross Lanes','WV','38.318389','-80.834152',-5,1); -INSERT INTO zipcodes VALUES (26676,'Leivasy','WV','38.153472','-80.661120',-5,1); -INSERT INTO zipcodes VALUES (26678,'Mount Lookout','WV','38.157980','-80.910020',-5,1); -INSERT INTO zipcodes VALUES (26679,'Mount Nebo','WV','38.175500','-80.808970',-5,1); -INSERT INTO zipcodes VALUES (26680,'Nallen','WV','38.090457','-80.884620',-5,1); -INSERT INTO zipcodes VALUES (26681,'Nettie','WV','38.218258','-80.700480',-5,1); -INSERT INTO zipcodes VALUES (26684,'Pool','WV','38.163524','-80.868640',-5,1); -INSERT INTO zipcodes VALUES (26690,'Swiss','WV','38.243168','-81.105960',-5,1); -INSERT INTO zipcodes VALUES (26691,'Tioga','WV','38.408153','-80.670260',-5,1); -INSERT INTO zipcodes VALUES (26704,'Augusta','WV','39.285323','-78.594010',-5,1); -INSERT INTO zipcodes VALUES (26705,'Aurora','WV','39.327576','-79.547140',-5,1); -INSERT INTO zipcodes VALUES (26707,'Bayard','WV','39.264409','-79.365400',-5,1); -INSERT INTO zipcodes VALUES (26710,'Burlington','WV','39.335771','-78.917240',-5,1); -INSERT INTO zipcodes VALUES (26711,'Capon Bridge','WV','39.293252','-78.473060',-5,1); -INSERT INTO zipcodes VALUES (26714,'Delray','WV','39.182530','-78.621520',-5,1); -INSERT INTO zipcodes VALUES (26716,'Eglon','WV','39.261474','-79.506120',-5,1); -INSERT INTO zipcodes VALUES (26717,'Elk Garden','WV','39.351231','-79.176060',-5,1); -INSERT INTO zipcodes VALUES (26719,'Fort Ashby','WV','39.497698','-78.763810',-5,1); -INSERT INTO zipcodes VALUES (26720,'Gormania','WV','39.280652','-79.338440',-5,1); -INSERT INTO zipcodes VALUES (26722,'Green Spring','WV','39.509416','-78.643800',-5,1); -INSERT INTO zipcodes VALUES (26726,'Keyser','WV','39.434856','-78.959870',-5,1); -INSERT INTO zipcodes VALUES (26731,'Lahmansville','WV','39.153987','-79.070880',-5,1); -INSERT INTO zipcodes VALUES (26734,'Medley','WV','39.070601','-79.233536',-5,1); -INSERT INTO zipcodes VALUES (26739,'Mount Storm','WV','39.248761','-79.237850',-5,1); -INSERT INTO zipcodes VALUES (26743,'New Creek','WV','39.291478','-79.074840',-5,1); -INSERT INTO zipcodes VALUES (26750,'Piedmont','WV','39.476243','-79.046810',-5,1); -INSERT INTO zipcodes VALUES (26753,'Ridgeley','WV','39.579717','-78.785390',-5,1); -INSERT INTO zipcodes VALUES (26755,'Rio','WV','39.139570','-78.668410',-5,1); -INSERT INTO zipcodes VALUES (26757,'Romney','WV','39.321688','-78.748150',-5,1); -INSERT INTO zipcodes VALUES (26761,'Shanks','WV','39.291196','-78.693170',-5,1); -INSERT INTO zipcodes VALUES (26763,'Springfield','WV','39.447630','-78.666100',-5,1); -INSERT INTO zipcodes VALUES (26764,'Terra Alta','WV','39.454805','-79.543260',-5,1); -INSERT INTO zipcodes VALUES (26767,'Wiley Ford','WV','39.616008','-78.774890',-5,1); -INSERT INTO zipcodes VALUES (26801,'Baker','WV','39.084895','-78.779000',-5,1); -INSERT INTO zipcodes VALUES (26802,'Brandywine','WV','38.633148','-79.216690',-5,1); -INSERT INTO zipcodes VALUES (26804,'Circleville','WV','38.626289','-79.530680',-5,1); -INSERT INTO zipcodes VALUES (26807,'Franklin','WV','38.655850','-79.339750',-5,1); -INSERT INTO zipcodes VALUES (26808,'High View','WV','39.210787','-78.442610',-5,1); -INSERT INTO zipcodes VALUES (26810,'Lost City','WV','38.973027','-78.739780',-5,1); -INSERT INTO zipcodes VALUES (26812,'Mathias','WV','38.878002','-78.882450',-5,1); -INSERT INTO zipcodes VALUES (26814,'Riverton','WV','38.737991','-79.430870',-5,1); -INSERT INTO zipcodes VALUES (26815,'Sugar Grove','WV','38.482224','-79.331610',-5,1); -INSERT INTO zipcodes VALUES (26817,'Bloomery','WV','39.344466','-78.383740',-5,1); -INSERT INTO zipcodes VALUES (26818,'Fisher','WV','39.068317','-79.017170',-5,1); -INSERT INTO zipcodes VALUES (26823,'Capon Springs','WV','39.139820','-78.495760',-5,1); -INSERT INTO zipcodes VALUES (26824,'Junction','WV','39.314071','-78.659428',-5,1); -INSERT INTO zipcodes VALUES (26833,'Maysville','WV','39.089792','-79.180140',-5,1); -INSERT INTO zipcodes VALUES (26836,'Moorefield','WV','39.038183','-78.971890',-5,1); -INSERT INTO zipcodes VALUES (26838,'Milam','WV','38.818010','-79.091070',-5,1); -INSERT INTO zipcodes VALUES (26845,'Old Fields','WV','39.184315','-78.945800',-5,1); -INSERT INTO zipcodes VALUES (26847,'Petersburg','WV','38.959188','-79.137030',-5,1); -INSERT INTO zipcodes VALUES (26851,'Wardensville','WV','39.066543','-78.621800',-5,1); -INSERT INTO zipcodes VALUES (26852,'Purgitsville','WV','39.248438','-78.927360',-5,1); -INSERT INTO zipcodes VALUES (26855,'Cabins','WV','38.986450','-79.254550',-5,1); -INSERT INTO zipcodes VALUES (26865,'Yellow Spring','WV','39.199856','-78.496550',-5,1); -INSERT INTO zipcodes VALUES (26866,'Upper Tract','WV','38.814289','-79.238610',-5,1); -INSERT INTO zipcodes VALUES (26884,'Seneca Rocks','WV','38.849407','-79.371510',-5,1); -INSERT INTO zipcodes VALUES (26886,'Onego','WV','38.844294','-79.422060',-5,1); -INSERT INTO zipcodes VALUES (26905,'Morgantown','WV','39.635272','-79.933496',-5,1); -INSERT INTO zipcodes VALUES (27006,'Advance','NC','35.954679','-80.441320',-5,1); -INSERT INTO zipcodes VALUES (27007,'Ararat','NC','36.390363','-80.587460',-5,1); -INSERT INTO zipcodes VALUES (27009,'Belews Creek','NC','36.236829','-80.074950',-5,1); -INSERT INTO zipcodes VALUES (27010,'Bethania','NC','36.182975','-80.338662',-5,1); -INSERT INTO zipcodes VALUES (27011,'Boonville','NC','36.218385','-80.709550',-5,1); -INSERT INTO zipcodes VALUES (27012,'Clemmons','NC','36.027101','-80.393120',-5,1); -INSERT INTO zipcodes VALUES (27013,'Cleveland','NC','35.739560','-80.694070',-5,1); -INSERT INTO zipcodes VALUES (27014,'Cooleemee','NC','35.812635','-80.557240',-5,1); -INSERT INTO zipcodes VALUES (27016,'Danbury','NC','36.429179','-80.195880',-5,1); -INSERT INTO zipcodes VALUES (27017,'Dobson','NC','36.367258','-80.722960',-5,1); -INSERT INTO zipcodes VALUES (27018,'East Bend','NC','36.198622','-80.526940',-5,1); -INSERT INTO zipcodes VALUES (27019,'Germanton','NC','36.297049','-80.237770',-5,1); -INSERT INTO zipcodes VALUES (27020,'Hamptonville','NC','36.115196','-80.818720',-5,1); -INSERT INTO zipcodes VALUES (27021,'King','NC','36.293122','-80.354600',-5,1); -INSERT INTO zipcodes VALUES (27022,'Lawsonville','NC','36.522350','-80.221950',-5,1); -INSERT INTO zipcodes VALUES (27023,'Lewisville','NC','36.097767','-80.427150',-5,1); -INSERT INTO zipcodes VALUES (27024,'Lowgap','NC','36.520921','-80.848240',-5,1); -INSERT INTO zipcodes VALUES (27025,'Madison','NC','36.383107','-79.974510',-5,1); -INSERT INTO zipcodes VALUES (27027,'Mayodan','NC','36.421448','-79.974580',-5,1); -INSERT INTO zipcodes VALUES (27028,'Mocksville','NC','35.920477','-80.571430',-5,1); -INSERT INTO zipcodes VALUES (27030,'Mount Airy','NC','36.493760','-80.623360',-5,1); -INSERT INTO zipcodes VALUES (27031,'White Plains','NC','36.399366','-80.708090',-5,1); -INSERT INTO zipcodes VALUES (27040,'Pfafftown','NC','36.182718','-80.364870',-5,1); -INSERT INTO zipcodes VALUES (27041,'Pilot Mountain','NC','36.398995','-80.480060',-5,1); -INSERT INTO zipcodes VALUES (27042,'Pine Hall','NC','36.335676','-80.051350',-5,1); -INSERT INTO zipcodes VALUES (27043,'Pinnacle','NC','36.331502','-80.441700',-5,1); -INSERT INTO zipcodes VALUES (27045,'Rural Hall','NC','36.232354','-80.303910',-5,1); -INSERT INTO zipcodes VALUES (27046,'Sandy Ridge','NC','36.488575','-80.092670',-5,1); -INSERT INTO zipcodes VALUES (27047,'Siloam','NC','36.305687','-80.582400',-5,1); -INSERT INTO zipcodes VALUES (27048,'Stoneville','NC','36.472660','-79.905220',-5,1); -INSERT INTO zipcodes VALUES (27049,'Toast','NC','36.551332','-80.655786',-5,1); -INSERT INTO zipcodes VALUES (27050,'Tobaccoville','NC','36.235252','-80.380890',-5,1); -INSERT INTO zipcodes VALUES (27051,'Walkertown','NC','36.174243','-80.166790',-5,1); -INSERT INTO zipcodes VALUES (27052,'Walnut Cove','NC','36.298241','-80.143830',-5,1); -INSERT INTO zipcodes VALUES (27053,'Westfield','NC','36.473951','-80.347520',-5,1); -INSERT INTO zipcodes VALUES (27054,'Woodleaf','NC','35.787743','-80.593770',-5,1); -INSERT INTO zipcodes VALUES (27055,'Yadkinville','NC','36.123010','-80.645570',-5,1); -INSERT INTO zipcodes VALUES (27094,'Rural Hall','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27098,'Rural Hall','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27099,'Rural Hall','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27101,'Winston Salem','NC','36.107037','-80.219180',-5,1); -INSERT INTO zipcodes VALUES (27102,'Winston Salem','NC','36.032304','-80.396168',-5,1); -INSERT INTO zipcodes VALUES (27103,'Winston Salem','NC','36.066545','-80.307330',-5,1); -INSERT INTO zipcodes VALUES (27104,'Winston Salem','NC','36.094104','-80.315030',-5,1); -INSERT INTO zipcodes VALUES (27105,'Winston Salem','NC','36.147887','-80.234230',-5,1); -INSERT INTO zipcodes VALUES (27106,'Winston Salem','NC','36.141395','-80.313700',-5,1); -INSERT INTO zipcodes VALUES (27107,'Winston Salem','NC','36.046215','-80.189980',-5,1); -INSERT INTO zipcodes VALUES (27108,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27109,'Winston Salem','NC','36.133577','-80.276800',-5,1); -INSERT INTO zipcodes VALUES (27110,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27111,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27113,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27114,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27115,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27116,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27117,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27120,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27127,'Winston Salem','NC','36.039398','-80.261710',-5,1); -INSERT INTO zipcodes VALUES (27130,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27144,'Salisbury','NC','35.708966','-80.464515',-5,1); -INSERT INTO zipcodes VALUES (27150,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27151,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27152,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27155,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27156,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27157,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27198,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27199,'Winston Salem','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27201,'Alamance','NC','36.031836','-79.485643',-5,1); -INSERT INTO zipcodes VALUES (27202,'Altamahaw','NC','36.185712','-79.504960',-5,1); -INSERT INTO zipcodes VALUES (27203,'Asheboro','NC','35.686122','-79.829190',-5,1); -INSERT INTO zipcodes VALUES (27204,'Asheboro','NC','35.788286','-79.720556',-5,1); -INSERT INTO zipcodes VALUES (27205,'Asheboro','NC','35.665973','-79.832161',-5,1); -INSERT INTO zipcodes VALUES (27207,'Bear Creek','NC','35.613837','-79.389840',-5,1); -INSERT INTO zipcodes VALUES (27208,'Bennett','NC','35.559258','-79.545910',-5,1); -INSERT INTO zipcodes VALUES (27209,'Biscoe','NC','35.354158','-79.768390',-5,1); -INSERT INTO zipcodes VALUES (27212,'Blanch','NC','36.461871','-79.263880',-5,1); -INSERT INTO zipcodes VALUES (27213,'Bonlee','NC','35.648194','-79.414859',-5,1); -INSERT INTO zipcodes VALUES (27214,'Browns Summit','NC','36.205771','-79.698390',-5,1); -INSERT INTO zipcodes VALUES (27215,'Burlington','NC','36.072336','-79.469800',-5,1); -INSERT INTO zipcodes VALUES (27216,'Burlington','NC','36.047523','-79.479743',-5,1); -INSERT INTO zipcodes VALUES (27217,'Burlington','NC','36.132737','-79.411350',-5,1); -INSERT INTO zipcodes VALUES (27220,'Burlington','NC','36.046677','-79.389631',-5,1); -INSERT INTO zipcodes VALUES (27228,'Bynum','NC','35.783476','-79.129791',-5,1); -INSERT INTO zipcodes VALUES (27229,'Candor','NC','35.280008','-79.794670',-5,1); -INSERT INTO zipcodes VALUES (27230,'Cedar Falls','NC','35.802758','-79.879711',-5,1); -INSERT INTO zipcodes VALUES (27231,'Cedar Grove','NC','36.207994','-79.168790',-5,1); -INSERT INTO zipcodes VALUES (27233,'Climax','NC','35.911979','-79.695660',-5,1); -INSERT INTO zipcodes VALUES (27235,'Colfax','NC','36.092076','-80.010090',-5,1); -INSERT INTO zipcodes VALUES (27237,'Cumnock','NC','35.467567','-79.165314',-5,1); -INSERT INTO zipcodes VALUES (27239,'Denton','NC','35.618434','-80.105170',-5,1); -INSERT INTO zipcodes VALUES (27242,'Eagle Springs','NC','35.307299','-79.653270',-5,1); -INSERT INTO zipcodes VALUES (27243,'Efland','NC','36.082138','-79.186490',-5,1); -INSERT INTO zipcodes VALUES (27244,'Elon College','NC','36.152742','-79.508390',-5,1); -INSERT INTO zipcodes VALUES (27247,'Ether','NC','35.451411','-79.783404',-5,1); -INSERT INTO zipcodes VALUES (27248,'Franklinville','NC','35.761433','-79.698350',-5,1); -INSERT INTO zipcodes VALUES (27249,'Gibsonville','NC','36.125747','-79.563520',-5,1); -INSERT INTO zipcodes VALUES (27252,'Goldston','NC','35.564257','-79.350110',-5,1); -INSERT INTO zipcodes VALUES (27253,'Graham','NC','36.031837','-79.378150',-5,1); -INSERT INTO zipcodes VALUES (27256,'Gulf','NC','35.562184','-79.287510',-5,1); -INSERT INTO zipcodes VALUES (27258,'Haw River','NC','36.064176','-79.344210',-5,1); -INSERT INTO zipcodes VALUES (27259,'Highfalls','NC','35.492077','-79.479016',-5,1); -INSERT INTO zipcodes VALUES (27260,'High Point','NC','35.950436','-79.993450',-5,1); -INSERT INTO zipcodes VALUES (27261,'High Point','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27262,'High Point','NC','35.964586','-80.022390',-5,1); -INSERT INTO zipcodes VALUES (27263,'High Point','NC','35.914548','-79.960620',-5,1); -INSERT INTO zipcodes VALUES (27264,'High Point','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27265,'High Point','NC','36.017647','-80.006280',-5,1); -INSERT INTO zipcodes VALUES (27278,'Hillsborough','NC','36.079726','-79.094590',-5,1); -INSERT INTO zipcodes VALUES (27281,'Jackson Springs','NC','35.177643','-79.604910',-5,1); -INSERT INTO zipcodes VALUES (27282,'Jamestown','NC','35.998221','-79.935730',-5,1); -INSERT INTO zipcodes VALUES (27283,'Julian','NC','35.936904','-79.631910',-5,1); -INSERT INTO zipcodes VALUES (27284,'Kernersville','NC','36.119887','-80.087260',-5,1); -INSERT INTO zipcodes VALUES (27285,'Kernersville','NC','36.027482','-80.207280',-5,1); -INSERT INTO zipcodes VALUES (27288,'Eden','NC','36.505996','-79.749350',-5,1); -INSERT INTO zipcodes VALUES (27289,'Eden','NC','36.392135','-79.773094',-5,1); -INSERT INTO zipcodes VALUES (27291,'Leasburg','NC','36.415102','-79.142210',-5,1); -INSERT INTO zipcodes VALUES (27292,'Lexington','NC','35.775789','-80.231740',-5,1); -INSERT INTO zipcodes VALUES (27293,'Lexington','NC','35.882943','-80.275963',-5,1); -INSERT INTO zipcodes VALUES (27294,'Lexington','NC','35.882943','-80.275963',-5,1); -INSERT INTO zipcodes VALUES (27295,'Lexington','NC','35.856896','-80.289610',-5,1); -INSERT INTO zipcodes VALUES (27298,'Liberty','NC','35.884276','-79.568090',-5,1); -INSERT INTO zipcodes VALUES (27299,'Linwood','NC','35.752578','-80.375870',-5,1); -INSERT INTO zipcodes VALUES (27301,'McLeansville','NC','36.108536','-79.680800',-5,1); -INSERT INTO zipcodes VALUES (27302,'Mebane','NC','36.111449','-79.271420',-5,1); -INSERT INTO zipcodes VALUES (27305,'Milton','NC','36.532166','-79.213790',-5,1); -INSERT INTO zipcodes VALUES (27306,'Mount Gilead','NC','35.227919','-79.997410',-5,1); -INSERT INTO zipcodes VALUES (27310,'Oak Ridge','NC','36.178137','-79.984200',-5,1); -INSERT INTO zipcodes VALUES (27311,'Pelham','NC','36.490760','-79.480730',-5,1); -INSERT INTO zipcodes VALUES (27312,'Pittsboro','NC','35.756091','-79.178480',-5,1); -INSERT INTO zipcodes VALUES (27313,'Pleasant Garden','NC','35.937595','-79.754410',-5,1); -INSERT INTO zipcodes VALUES (27314,'Prospect Hill','NC','36.285009','-79.198090',-5,1); -INSERT INTO zipcodes VALUES (27315,'Providence','NC','36.512448','-79.374980',-5,1); -INSERT INTO zipcodes VALUES (27316,'Ramseur','NC','35.711954','-79.637230',-5,1); -INSERT INTO zipcodes VALUES (27317,'Randleman','NC','35.817411','-79.803890',-5,1); -INSERT INTO zipcodes VALUES (27320,'Reidsville','NC','36.345919','-79.670750',-5,1); -INSERT INTO zipcodes VALUES (27321,'Reidsville','NC','36.347568','-79.680318',-5,1); -INSERT INTO zipcodes VALUES (27322,'Reidsville','NC','36.392135','-79.773094',-5,1); -INSERT INTO zipcodes VALUES (27323,'Reidsville','NC','36.392135','-79.773094',-5,1); -INSERT INTO zipcodes VALUES (27325,'Robbins','NC','35.447663','-79.575550',-5,1); -INSERT INTO zipcodes VALUES (27326,'Ruffin','NC','36.478349','-79.555180',-5,1); -INSERT INTO zipcodes VALUES (27330,'Sanford','NC','35.458804','-79.164150',-5,1); -INSERT INTO zipcodes VALUES (27331,'Sanford','NC','35.372577','-79.276577',-5,1); -INSERT INTO zipcodes VALUES (27332,'Sanford','NC','35.401023','-79.144190',-5,1); -INSERT INTO zipcodes VALUES (27340,'Saxapahaw','NC','35.948814','-79.329664',-5,1); -INSERT INTO zipcodes VALUES (27341,'Seagrove','NC','35.533320','-79.710180',-5,1); -INSERT INTO zipcodes VALUES (27342,'Sedalia','NC','36.075975','-79.631320',-5,1); -INSERT INTO zipcodes VALUES (27343,'Semora','NC','36.495772','-79.093310',-5,1); -INSERT INTO zipcodes VALUES (27344,'Siler City','NC','35.729692','-79.449840',-5,1); -INSERT INTO zipcodes VALUES (27349,'Snow Camp','NC','35.897155','-79.423440',-5,1); -INSERT INTO zipcodes VALUES (27350,'Sophia','NC','35.808395','-79.902440',-5,1); -INSERT INTO zipcodes VALUES (27351,'Southmont','NC','35.660548','-80.283647',-5,1); -INSERT INTO zipcodes VALUES (27355,'Staley','NC','35.793860','-79.555210',-5,1); -INSERT INTO zipcodes VALUES (27356,'Star','NC','35.414095','-79.784870',-5,1); -INSERT INTO zipcodes VALUES (27357,'Stokesdale','NC','36.252154','-79.975480',-5,1); -INSERT INTO zipcodes VALUES (27358,'Summerfield','NC','36.209976','-79.889210',-5,1); -INSERT INTO zipcodes VALUES (27359,'Swepsonville','NC','36.021389','-79.357399',-5,1); -INSERT INTO zipcodes VALUES (27360,'Thomasville','NC','35.871000','-80.086030',-5,1); -INSERT INTO zipcodes VALUES (27361,'Thomasville','NC','35.882943','-80.275963',-5,1); -INSERT INTO zipcodes VALUES (27370,'Trinity','NC','35.843856','-79.984900',-5,1); -INSERT INTO zipcodes VALUES (27371,'Troy','NC','35.382213','-79.924180',-5,1); -INSERT INTO zipcodes VALUES (27373,'Wallburg','NC','35.882943','-80.275963',-5,1); -INSERT INTO zipcodes VALUES (27374,'Welcome','NC','35.781848','-80.203546',-5,1); -INSERT INTO zipcodes VALUES (27375,'Wentworth','NC','36.392135','-79.773094',-5,1); -INSERT INTO zipcodes VALUES (27376,'West End','NC','35.248989','-79.543830',-5,1); -INSERT INTO zipcodes VALUES (27377,'Whitsett','NC','36.050652','-79.594830',-5,1); -INSERT INTO zipcodes VALUES (27379,'Yanceyville','NC','36.387904','-79.331070',-5,1); -INSERT INTO zipcodes VALUES (27391,'Troy','NC','35.353048','-79.901349',-5,1); -INSERT INTO zipcodes VALUES (27397,'Yanceyville','NC','36.403393','-79.333836',-5,1); -INSERT INTO zipcodes VALUES (27401,'Greensboro','NC','36.071135','-79.774680',-5,1); -INSERT INTO zipcodes VALUES (27402,'Greensboro','NC','36.106711','-79.791901',-5,1); -INSERT INTO zipcodes VALUES (27403,'Greensboro','NC','36.064485','-79.822060',-5,1); -INSERT INTO zipcodes VALUES (27404,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27405,'Greensboro','NC','36.107499','-79.752420',-5,1); -INSERT INTO zipcodes VALUES (27406,'Greensboro','NC','36.022863','-79.778950',-5,1); -INSERT INTO zipcodes VALUES (27407,'Greensboro','NC','36.025379','-79.871120',-5,1); -INSERT INTO zipcodes VALUES (27408,'Greensboro','NC','36.101385','-79.814250',-5,1); -INSERT INTO zipcodes VALUES (27409,'Greensboro','NC','36.083885','-79.941220',-5,1); -INSERT INTO zipcodes VALUES (27410,'Greensboro','NC','36.116854','-79.882910',-5,1); -INSERT INTO zipcodes VALUES (27411,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27412,'Greensboro','NC','36.066129','-79.806735',-5,1); -INSERT INTO zipcodes VALUES (27413,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27415,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27416,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27417,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27419,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27420,'Greensboro','NC','36.112987','-79.775913',-5,1); -INSERT INTO zipcodes VALUES (27425,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27427,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27429,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27435,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27438,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27455,'Greensboro','NC','36.156707','-79.806440',-5,1); -INSERT INTO zipcodes VALUES (27480,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27495,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27498,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27499,'Greensboro','NC','36.080707','-80.024400',-5,1); -INSERT INTO zipcodes VALUES (27501,'Angier','NC','35.494384','-78.710000',-5,1); -INSERT INTO zipcodes VALUES (27502,'Apex','NC','35.736630','-78.864620',-5,1); -INSERT INTO zipcodes VALUES (27503,'Bahama','NC','36.158344','-78.874190',-5,1); -INSERT INTO zipcodes VALUES (27504,'Benson','NC','35.390431','-78.531550',-5,1); -INSERT INTO zipcodes VALUES (27505,'Broadway','NC','35.426380','-79.034090',-5,1); -INSERT INTO zipcodes VALUES (27506,'Buies Creek','NC','35.406513','-78.738480',-5,1); -INSERT INTO zipcodes VALUES (27507,'Bullock','NC','36.525791','-78.570140',-5,1); -INSERT INTO zipcodes VALUES (27508,'Bunn','NC','35.954331','-78.253420',-5,1); -INSERT INTO zipcodes VALUES (27509,'Butner','NC','36.138298','-78.758820',-5,1); -INSERT INTO zipcodes VALUES (27510,'Carrboro','NC','35.912489','-79.081440',-5,1); -INSERT INTO zipcodes VALUES (27511,'Cary','NC','35.755651','-78.775080',-5,1); -INSERT INTO zipcodes VALUES (27512,'Cary','NC','35.808387','-78.839488',-5,1); -INSERT INTO zipcodes VALUES (27513,'Cary','NC','35.797882','-78.797020',-5,1); -INSERT INTO zipcodes VALUES (27514,'Chapel Hill','NC','35.915083','-79.029390',-5,1); -INSERT INTO zipcodes VALUES (27515,'Chapel Hill','NC','36.052510','-79.107692',-5,1); -INSERT INTO zipcodes VALUES (27516,'Chapel Hill','NC','35.912786','-79.109310',-5,1); -INSERT INTO zipcodes VALUES (27517,'Chapel Hill','NC','35.892359','-79.020849',-5,1); -INSERT INTO zipcodes VALUES (27518,'Cary','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27519,'Cary','NC','35.768120','-78.829548',-5,1); -INSERT INTO zipcodes VALUES (27520,'Clayton','NC','35.635275','-78.448900',-5,1); -INSERT INTO zipcodes VALUES (27521,'Coats','NC','35.408375','-78.669640',-5,1); -INSERT INTO zipcodes VALUES (27522,'Creedmoor','NC','36.111937','-78.691220',-5,1); -INSERT INTO zipcodes VALUES (27523,'Eagle Rock','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27524,'Four Oaks','NC','35.415200','-78.421160',-5,1); -INSERT INTO zipcodes VALUES (27525,'Franklinton','NC','36.104866','-78.458930',-5,1); -INSERT INTO zipcodes VALUES (27526,'Fuquay Varina','NC','35.575302','-78.802340',-5,1); -INSERT INTO zipcodes VALUES (27529,'Garner','NC','35.679194','-78.602460',-5,1); -INSERT INTO zipcodes VALUES (27530,'Goldsboro','NC','35.384344','-78.008930',-5,1); -INSERT INTO zipcodes VALUES (27531,'Goldsboro','NC','35.463121','-77.995728',-5,1); -INSERT INTO zipcodes VALUES (27532,'Goldsboro','NC','35.372045','-78.052422',-5,1); -INSERT INTO zipcodes VALUES (27533,'Goldsboro','NC','35.372045','-78.052422',-5,1); -INSERT INTO zipcodes VALUES (27534,'Goldsboro','NC','35.377069','-77.924630',-5,1); -INSERT INTO zipcodes VALUES (27536,'Henderson','NC','36.340681','-78.394250',-5,1); -INSERT INTO zipcodes VALUES (27537,'Henderson','NC','36.337050','-78.387374',-5,1); -INSERT INTO zipcodes VALUES (27539,'Apex','NC','35.681429','-78.782556',-5,1); -INSERT INTO zipcodes VALUES (27540,'Holly Springs','NC','35.643545','-78.834860',-5,1); -INSERT INTO zipcodes VALUES (27541,'Hurdle Mills','NC','36.264894','-79.083380',-5,1); -INSERT INTO zipcodes VALUES (27542,'Kenly','NC','35.606392','-78.137550',-5,1); -INSERT INTO zipcodes VALUES (27543,'Kipling','NC','35.429849','-78.882395',-5,1); -INSERT INTO zipcodes VALUES (27544,'Kittrell','NC','36.215193','-78.438610',-5,1); -INSERT INTO zipcodes VALUES (27545,'Knightdale','NC','35.790516','-78.483450',-5,1); -INSERT INTO zipcodes VALUES (27546,'Lillington','NC','35.396654','-78.838520',-5,1); -INSERT INTO zipcodes VALUES (27549,'Louisburg','NC','36.062239','-78.249530',-5,1); -INSERT INTO zipcodes VALUES (27551,'Macon','NC','36.474898','-78.045050',-5,1); -INSERT INTO zipcodes VALUES (27552,'Mamers','NC','35.413579','-78.979964',-5,1); -INSERT INTO zipcodes VALUES (27553,'Manson','NC','36.484233','-78.306150',-5,1); -INSERT INTO zipcodes VALUES (27555,'Micro','NC','35.562142','-78.203490',-5,1); -INSERT INTO zipcodes VALUES (27556,'Middleburg','NC','36.413473','-78.327491',-5,1); -INSERT INTO zipcodes VALUES (27557,'Middlesex','NC','35.777862','-78.198890',-5,1); -INSERT INTO zipcodes VALUES (27559,'Moncure','NC','35.631434','-79.089400',-5,1); -INSERT INTO zipcodes VALUES (27560,'Morrisville','NC','35.846363','-78.838660',-5,1); -INSERT INTO zipcodes VALUES (27561,'Raleigh','NC','35.898538','-78.738904',-5,1); -INSERT INTO zipcodes VALUES (27562,'New Hill','NC','35.633286','-78.972710',-5,1); -INSERT INTO zipcodes VALUES (27563,'Norlina','NC','36.450603','-78.216760',-5,1); -INSERT INTO zipcodes VALUES (27564,'Creedmoor','NC','36.101529','-78.713346',-5,1); -INSERT INTO zipcodes VALUES (27565,'Oxford','NC','36.340501','-78.615950',-5,1); -INSERT INTO zipcodes VALUES (27568,'Pine Level','NC','35.511864','-78.242730',-5,1); -INSERT INTO zipcodes VALUES (27569,'Princeton','NC','35.458912','-78.163800',-5,1); -INSERT INTO zipcodes VALUES (27570,'Ridgeway','NC','36.441215','-78.240440',-5,1); -INSERT INTO zipcodes VALUES (27571,'Rolesville','NC','35.921662','-78.458050',-5,1); -INSERT INTO zipcodes VALUES (27572,'Rougemont','NC','36.238956','-78.882930',-5,1); -INSERT INTO zipcodes VALUES (27573,'Roxboro','NC','36.414739','-78.973750',-5,1); -INSERT INTO zipcodes VALUES (27574,'Roxboro','NC','36.416628','-78.970224',-5,1); -INSERT INTO zipcodes VALUES (27576,'Selma','NC','35.557966','-78.264790',-5,1); -INSERT INTO zipcodes VALUES (27577,'Smithfield','NC','35.506459','-78.344460',-5,1); -INSERT INTO zipcodes VALUES (27581,'Stem','NC','36.195036','-78.726570',-5,1); -INSERT INTO zipcodes VALUES (27582,'Stovall','NC','36.454831','-78.570200',-5,1); -INSERT INTO zipcodes VALUES (27583,'Timberlake','NC','36.291896','-78.935520',-5,1); -INSERT INTO zipcodes VALUES (27584,'Townsville','NC','36.528939','-78.445040',-5,1); -INSERT INTO zipcodes VALUES (27586,'Vaughan','NC','36.373670','-78.110931',-5,1); -INSERT INTO zipcodes VALUES (27587,'Wake Forest','NC','35.971540','-78.522410',-5,1); -INSERT INTO zipcodes VALUES (27588,'Wake Forest','NC','35.973108','-78.450754',-5,1); -INSERT INTO zipcodes VALUES (27589,'Warrenton','NC','36.378439','-78.139030',-5,1); -INSERT INTO zipcodes VALUES (27591,'Wendell','NC','35.781595','-78.372870',-5,1); -INSERT INTO zipcodes VALUES (27592,'Willow Spring','NC','35.554891','-78.670380',-5,1); -INSERT INTO zipcodes VALUES (27593,'Wilsons Mills','NC','35.590731','-78.360723',-5,1); -INSERT INTO zipcodes VALUES (27594,'Wise','NC','36.373670','-78.110931',-5,1); -INSERT INTO zipcodes VALUES (27596,'Youngsville','NC','36.000487','-78.449210',-5,1); -INSERT INTO zipcodes VALUES (27597,'Zebulon','NC','35.848039','-78.301350',-5,1); -INSERT INTO zipcodes VALUES (27599,'Chapel Hill','NC','36.052510','-79.107692',-5,1); -INSERT INTO zipcodes VALUES (27601,'Raleigh','NC','35.774451','-78.632740',-5,1); -INSERT INTO zipcodes VALUES (27602,'Raleigh','NC','35.758667','-78.671089',-5,1); -INSERT INTO zipcodes VALUES (27603,'Raleigh','NC','35.716105','-78.657340',-5,1); -INSERT INTO zipcodes VALUES (27604,'Raleigh','NC','35.814572','-78.583480',-5,1); -INSERT INTO zipcodes VALUES (27605,'Raleigh','NC','35.788284','-78.653160',-5,1); -INSERT INTO zipcodes VALUES (27606,'Raleigh','NC','35.758268','-78.717830',-5,1); -INSERT INTO zipcodes VALUES (27607,'Raleigh','NC','35.807458','-78.700860',-5,1); -INSERT INTO zipcodes VALUES (27608,'Raleigh','NC','35.808451','-78.646670',-5,1); -INSERT INTO zipcodes VALUES (27609,'Raleigh','NC','35.844753','-78.632630',-5,1); -INSERT INTO zipcodes VALUES (27610,'Raleigh','NC','35.767829','-78.586100',-5,1); -INSERT INTO zipcodes VALUES (27611,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27612,'Raleigh','NC','35.847788','-78.701610',-5,1); -INSERT INTO zipcodes VALUES (27613,'Raleigh','NC','35.899208','-78.711610',-5,1); -INSERT INTO zipcodes VALUES (27614,'Raleigh','NC','35.939255','-78.603170',-5,1); -INSERT INTO zipcodes VALUES (27615,'Raleigh','NC','35.891726','-78.632030',-5,1); -INSERT INTO zipcodes VALUES (27616,'Raleigh','NC','35.865441','-78.549290',-5,1); -INSERT INTO zipcodes VALUES (27617,'Raleigh','NC','35.906016','-78.743197',-5,1); -INSERT INTO zipcodes VALUES (27619,'Raleigh','NC','35.851463','-78.631410',-5,1); -INSERT INTO zipcodes VALUES (27620,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27621,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27622,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27623,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27624,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27625,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27626,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27627,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27628,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27629,'Raleigh','NC','35.817497','-78.552388',-5,1); -INSERT INTO zipcodes VALUES (27630,'Thomasville','NC','35.875344','-80.081269',-5,1); -INSERT INTO zipcodes VALUES (27634,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27635,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27636,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27640,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27650,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27656,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27658,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27661,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27668,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27675,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27676,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27690,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27695,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27697,'Raleigh','NC','35.882240','-78.413371',-5,1); -INSERT INTO zipcodes VALUES (27698,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27699,'Raleigh','NC','35.797692','-78.625265',-5,1); -INSERT INTO zipcodes VALUES (27701,'Durham','NC','35.997193','-78.897310',-5,1); -INSERT INTO zipcodes VALUES (27702,'Durham','NC','36.051155','-78.857651',-5,1); -INSERT INTO zipcodes VALUES (27703,'Durham','NC','35.966431','-78.839690',-5,1); -INSERT INTO zipcodes VALUES (27704,'Durham','NC','36.034561','-78.868920',-5,1); -INSERT INTO zipcodes VALUES (27705,'Durham','NC','36.015992','-78.959110',-5,1); -INSERT INTO zipcodes VALUES (27706,'Durham','NC','35.993143','-78.937350',-5,1); -INSERT INTO zipcodes VALUES (27707,'Durham','NC','35.963994','-78.936020',-5,1); -INSERT INTO zipcodes VALUES (27708,'Durham','NC','36.028685','-78.923980',-5,1); -INSERT INTO zipcodes VALUES (27709,'Durham','NC','36.051155','-78.857651',-5,1); -INSERT INTO zipcodes VALUES (27710,'Durham','NC','36.051155','-78.857651',-5,1); -INSERT INTO zipcodes VALUES (27711,'Durham','NC','36.051155','-78.857651',-5,1); -INSERT INTO zipcodes VALUES (27712,'Durham','NC','36.087738','-78.923130',-5,1); -INSERT INTO zipcodes VALUES (27713,'Durham','NC','35.905765','-78.921130',-5,1); -INSERT INTO zipcodes VALUES (27715,'Durham','NC','36.051155','-78.857651',-5,1); -INSERT INTO zipcodes VALUES (27717,'Durham','NC','36.051155','-78.857651',-5,1); -INSERT INTO zipcodes VALUES (27722,'Durham','NC','36.051155','-78.857651',-5,1); -INSERT INTO zipcodes VALUES (27801,'Rocky Mount','NC','35.935125','-77.770760',-5,1); -INSERT INTO zipcodes VALUES (27802,'Rocky Mount','NC','35.935563','-77.780770',-5,1); -INSERT INTO zipcodes VALUES (27803,'Rocky Mount','NC','35.924465','-77.836890',-5,1); -INSERT INTO zipcodes VALUES (27804,'Rocky Mount','NC','35.973773','-77.826940',-5,1); -INSERT INTO zipcodes VALUES (27805,'Aulander','NC','36.223682','-77.103970',-5,1); -INSERT INTO zipcodes VALUES (27806,'Aurora','NC','35.308035','-76.790190',-5,1); -INSERT INTO zipcodes VALUES (27807,'Bailey','NC','35.797988','-78.106410',-5,1); -INSERT INTO zipcodes VALUES (27808,'Bath','NC','35.470310','-76.778550',-5,1); -INSERT INTO zipcodes VALUES (27809,'Battleboro','NC','36.032405','-77.786360',-5,1); -INSERT INTO zipcodes VALUES (27810,'Belhaven','NC','35.545041','-76.600120',-5,1); -INSERT INTO zipcodes VALUES (27811,'Bellarthur','NC','35.584685','-77.513357',-5,1); -INSERT INTO zipcodes VALUES (27812,'Bethel','NC','35.799764','-77.377650',-5,1); -INSERT INTO zipcodes VALUES (27813,'Black Creek','NC','35.633996','-77.933110',-5,1); -INSERT INTO zipcodes VALUES (27814,'Blounts Creek','NC','35.384013','-76.931880',-5,1); -INSERT INTO zipcodes VALUES (27816,'Castalia','NC','36.085542','-78.073210',-5,1); -INSERT INTO zipcodes VALUES (27817,'Chocowinity','NC','35.487026','-77.079860',-5,1); -INSERT INTO zipcodes VALUES (27818,'Como','NC','36.507288','-77.016680',-5,1); -INSERT INTO zipcodes VALUES (27819,'Conetoe','NC','35.818414','-77.453350',-5,1); -INSERT INTO zipcodes VALUES (27820,'Conway','NC','36.416472','-77.231170',-5,1); -INSERT INTO zipcodes VALUES (27821,'Edward','NC','35.321447','-76.874370',-5,1); -INSERT INTO zipcodes VALUES (27822,'Elm City','NC','35.809514','-77.860100',-5,1); -INSERT INTO zipcodes VALUES (27823,'Enfield','NC','36.190589','-77.718590',-5,1); -INSERT INTO zipcodes VALUES (27824,'Engelhard','NC','35.514202','-76.007360',-5,1); -INSERT INTO zipcodes VALUES (27825,'Everetts','NC','35.866711','-77.084958',-5,1); -INSERT INTO zipcodes VALUES (27826,'Fairfield','NC','35.575982','-76.204090',-5,1); -INSERT INTO zipcodes VALUES (27827,'Falkland','NC','35.698720','-77.510800',-5,1); -INSERT INTO zipcodes VALUES (27828,'Farmville','NC','35.598204','-77.590660',-5,1); -INSERT INTO zipcodes VALUES (27829,'Fountain','NC','35.686549','-77.644610',-5,1); -INSERT INTO zipcodes VALUES (27830,'Fremont','NC','35.552162','-77.972700',-5,1); -INSERT INTO zipcodes VALUES (27831,'Garysburg','NC','36.458825','-77.578340',-5,1); -INSERT INTO zipcodes VALUES (27832,'Gaston','NC','36.502541','-77.688870',-5,1); -INSERT INTO zipcodes VALUES (27833,'Greenville','NC','35.580444','-77.392609',-5,1); -INSERT INTO zipcodes VALUES (27834,'Greenville','NC','35.626653','-77.378960',-5,1); -INSERT INTO zipcodes VALUES (27835,'Greenville','NC','35.588523','-77.353092',-5,1); -INSERT INTO zipcodes VALUES (27836,'Greenville','NC','35.580444','-77.392609',-5,1); -INSERT INTO zipcodes VALUES (27837,'Grimesland','NC','35.531965','-77.203490',-5,1); -INSERT INTO zipcodes VALUES (27838,'Gumberry','NC','36.356129','-77.483072',-5,1); -INSERT INTO zipcodes VALUES (27839,'Halifax','NC','36.310967','-77.578210',-5,1); -INSERT INTO zipcodes VALUES (27840,'Hamilton','NC','35.948738','-77.208300',-5,1); -INSERT INTO zipcodes VALUES (27841,'Hassell','NC','35.908558','-77.278350',-5,1); -INSERT INTO zipcodes VALUES (27842,'Henrico','NC','36.531252','-77.862770',-5,1); -INSERT INTO zipcodes VALUES (27843,'Hobgood','NC','35.999591','-77.402410',-5,1); -INSERT INTO zipcodes VALUES (27844,'Hollister','NC','36.255897','-77.939980',-5,1); -INSERT INTO zipcodes VALUES (27845,'Jackson','NC','36.366571','-77.442540',-5,1); -INSERT INTO zipcodes VALUES (27846,'Jamesville','NC','35.759335','-76.898650',-5,1); -INSERT INTO zipcodes VALUES (27847,'Kelford','NC','36.184037','-77.215360',-5,1); -INSERT INTO zipcodes VALUES (27849,'Lewiston Woodville','NC','36.083011','-77.190320',-5,1); -INSERT INTO zipcodes VALUES (27850,'Littleton','NC','36.451785','-77.903830',-5,1); -INSERT INTO zipcodes VALUES (27851,'Lucama','NC','35.640324','-78.023360',-5,1); -INSERT INTO zipcodes VALUES (27852,'Macclesfield','NC','35.746654','-77.643420',-5,1); -INSERT INTO zipcodes VALUES (27853,'Margarettsville','NC','36.518839','-77.308880',-5,1); -INSERT INTO zipcodes VALUES (27854,'Milwaukee','NC','36.363144','-77.386748',-5,1); -INSERT INTO zipcodes VALUES (27855,'Murfreesboro','NC','36.432993','-77.102870',-5,1); -INSERT INTO zipcodes VALUES (27856,'Nashville','NC','35.993357','-77.967380',-5,1); -INSERT INTO zipcodes VALUES (27857,'Oak City','NC','35.948539','-77.270130',-5,1); -INSERT INTO zipcodes VALUES (27858,'Greenville','NC','35.579216','-77.338360',-5,1); -INSERT INTO zipcodes VALUES (27859,'Palmyra','NC','36.064879','-77.364499',-5,1); -INSERT INTO zipcodes VALUES (27860,'Pantego','NC','35.624117','-76.672740',-5,1); -INSERT INTO zipcodes VALUES (27861,'Parmele','NC','35.819037','-77.314288',-5,1); -INSERT INTO zipcodes VALUES (27862,'Pendleton','NC','36.490929','-77.198100',-5,1); -INSERT INTO zipcodes VALUES (27863,'Pikeville','NC','35.491814','-77.982980',-5,1); -INSERT INTO zipcodes VALUES (27864,'Pinetops','NC','35.795738','-77.641060',-5,1); -INSERT INTO zipcodes VALUES (27865,'Pinetown','NC','35.588518','-76.834310',-5,1); -INSERT INTO zipcodes VALUES (27866,'Pleasant Hill','NC','36.521770','-77.513190',-5,1); -INSERT INTO zipcodes VALUES (27867,'Potecasi','NC','36.356129','-77.483072',-5,1); -INSERT INTO zipcodes VALUES (27868,'Red Oak','NC','36.054832','-77.911635',-5,1); -INSERT INTO zipcodes VALUES (27869,'Rich Square','NC','36.281144','-77.288090',-5,1); -INSERT INTO zipcodes VALUES (27870,'Roanoke Rapids','NC','36.448592','-77.671440',-5,1); -INSERT INTO zipcodes VALUES (27871,'Robersonville','NC','35.821436','-77.261860',-5,1); -INSERT INTO zipcodes VALUES (27872,'Roxobel','NC','36.203511','-77.247910',-5,1); -INSERT INTO zipcodes VALUES (27873,'Saratoga','NC','35.653630','-77.776490',-5,1); -INSERT INTO zipcodes VALUES (27874,'Scotland Neck','NC','36.128851','-77.419830',-5,1); -INSERT INTO zipcodes VALUES (27875,'Scranton','NC','35.481914','-76.446930',-5,1); -INSERT INTO zipcodes VALUES (27876,'Seaboard','NC','36.487125','-77.436180',-5,1); -INSERT INTO zipcodes VALUES (27877,'Severn','NC','36.515084','-77.184380',-5,1); -INSERT INTO zipcodes VALUES (27878,'Sharpsburg','NC','35.867224','-77.830540',-5,1); -INSERT INTO zipcodes VALUES (27879,'Simpson','NC','35.567478','-77.280169',-5,1); -INSERT INTO zipcodes VALUES (27880,'Sims','NC','35.748755','-78.067590',-5,1); -INSERT INTO zipcodes VALUES (27881,'Speed','NC','35.915927','-77.585471',-5,1); -INSERT INTO zipcodes VALUES (27882,'Spring Hope','NC','35.941780','-78.118720',-5,1); -INSERT INTO zipcodes VALUES (27883,'Stantonsburg','NC','35.598504','-77.811730',-5,1); -INSERT INTO zipcodes VALUES (27884,'Stokes','NC','35.700448','-77.270140',-5,1); -INSERT INTO zipcodes VALUES (27885,'Swanquarter','NC','35.452071','-76.278920',-5,1); -INSERT INTO zipcodes VALUES (27886,'Tarboro','NC','35.905299','-77.540560',-5,1); -INSERT INTO zipcodes VALUES (27887,'Tillery','NC','36.235198','-77.502602',-5,1); -INSERT INTO zipcodes VALUES (27888,'Walstonburg','NC','35.593689','-77.701920',-5,1); -INSERT INTO zipcodes VALUES (27889,'Washington','NC','35.560439','-77.034590',-5,1); -INSERT INTO zipcodes VALUES (27890,'Weldon','NC','36.421387','-77.608250',-5,1); -INSERT INTO zipcodes VALUES (27891,'Whitakers','NC','36.106070','-77.730000',-5,1); -INSERT INTO zipcodes VALUES (27892,'Williamston','NC','35.824061','-77.080930',-5,1); -INSERT INTO zipcodes VALUES (27893,'Wilson','NC','35.715315','-77.919890',-5,1); -INSERT INTO zipcodes VALUES (27894,'Wilson','NC','35.715778','-77.904283',-5,1); -INSERT INTO zipcodes VALUES (27895,'Wilson','NC','35.719923','-77.926691',-5,1); -INSERT INTO zipcodes VALUES (27896,'Wilson','NC','35.768693','-77.951670',-5,1); -INSERT INTO zipcodes VALUES (27897,'Woodland','NC','36.332552','-77.204410',-5,1); -INSERT INTO zipcodes VALUES (27906,'Elizabeth City','NC','36.285388','-76.213284',-5,1); -INSERT INTO zipcodes VALUES (27907,'Elizabeth City','NC','36.285026','-76.255312',-5,1); -INSERT INTO zipcodes VALUES (27909,'Elizabeth City','NC','36.293192','-76.236920',-5,1); -INSERT INTO zipcodes VALUES (27910,'Ahoskie','NC','36.293352','-76.986120',-5,1); -INSERT INTO zipcodes VALUES (27915,'Avon','NC','35.354252','-75.504170',-5,1); -INSERT INTO zipcodes VALUES (27916,'Aydlett','NC','36.314447','-75.898880',-5,1); -INSERT INTO zipcodes VALUES (27917,'Barco','NC','36.388493','-75.980970',-5,1); -INSERT INTO zipcodes VALUES (27919,'Belvidere','NC','36.319777','-76.496540',-5,1); -INSERT INTO zipcodes VALUES (27920,'Buxton','NC','35.263128','-75.557870',-5,1); -INSERT INTO zipcodes VALUES (27921,'Camden','NC','36.344333','-76.165950',-5,1); -INSERT INTO zipcodes VALUES (27922,'Cofield','NC','36.339548','-76.880860',-5,1); -INSERT INTO zipcodes VALUES (27923,'Coinjock','NC','36.381161','-75.941150',-5,1); -INSERT INTO zipcodes VALUES (27924,'Colerain','NC','36.192231','-76.834580',-5,1); -INSERT INTO zipcodes VALUES (27925,'Columbia','NC','35.883885','-76.220370',-5,1); -INSERT INTO zipcodes VALUES (27926,'Corapeake','NC','36.519826','-76.616370',-5,1); -INSERT INTO zipcodes VALUES (27927,'Corolla','NC','36.435092','-75.844970',-5,1); -INSERT INTO zipcodes VALUES (27928,'Creswell','NC','35.849234','-76.406700',-5,1); -INSERT INTO zipcodes VALUES (27929,'Currituck','NC','36.433902','-75.979210',-5,1); -INSERT INTO zipcodes VALUES (27930,'Durants Neck','NC','36.198539','-76.373908',-5,1); -INSERT INTO zipcodes VALUES (27932,'Edenton','NC','36.093252','-76.620770',-5,1); -INSERT INTO zipcodes VALUES (27935,'Eure','NC','36.440867','-76.860070',-5,1); -INSERT INTO zipcodes VALUES (27936,'Frisco','NC','35.245540','-75.618000',-5,1); -INSERT INTO zipcodes VALUES (27937,'Gates','NC','36.501152','-76.780390',-5,1); -INSERT INTO zipcodes VALUES (27938,'Gatesville','NC','36.410008','-76.750970',-5,1); -INSERT INTO zipcodes VALUES (27939,'Grandy','NC','36.239666','-75.873610',-5,1); -INSERT INTO zipcodes VALUES (27941,'Harbinger','NC','36.099065','-75.819740',-5,1); -INSERT INTO zipcodes VALUES (27942,'Harrellsville','NC','36.289302','-76.767370',-5,1); -INSERT INTO zipcodes VALUES (27943,'Hatteras','NC','35.218342','-75.687920',-5,1); -INSERT INTO zipcodes VALUES (27944,'Hertford','NC','36.157292','-76.427500',-5,1); -INSERT INTO zipcodes VALUES (27946,'Hobbsville','NC','36.362745','-76.601880',-5,1); -INSERT INTO zipcodes VALUES (27947,'Jarvisburg','NC','36.189366','-75.860470',-5,1); -INSERT INTO zipcodes VALUES (27948,'Kill Devil Hills','NC','36.022242','-75.676860',-5,1); -INSERT INTO zipcodes VALUES (27949,'Kitty Hawk','NC','36.115899','-75.727720',-5,1); -INSERT INTO zipcodes VALUES (27950,'Knotts Island','NC','36.513626','-75.951800',-5,1); -INSERT INTO zipcodes VALUES (27953,'Manns Harbor','NC','35.795867','-75.850140',-5,1); -INSERT INTO zipcodes VALUES (27954,'Manteo','NC','35.913938','-75.679610',-5,1); -INSERT INTO zipcodes VALUES (27956,'Maple','NC','36.419422','-76.033620',-5,1); -INSERT INTO zipcodes VALUES (27957,'Merry Hill','NC','36.067244','-76.760460',-5,1); -INSERT INTO zipcodes VALUES (27958,'Moyock','NC','36.497406','-76.137150',-5,1); -INSERT INTO zipcodes VALUES (27959,'Nags Head','NC','35.923805','-75.611440',-5,1); -INSERT INTO zipcodes VALUES (27960,'Ocracoke','NC','35.113265','-75.972550',-5,1); -INSERT INTO zipcodes VALUES (27962,'Plymouth','NC','35.842107','-76.732060',-5,1); -INSERT INTO zipcodes VALUES (27964,'Point Harbor','NC','36.093211','-75.803190',-5,1); -INSERT INTO zipcodes VALUES (27965,'Poplar Branch','NC','36.273428','-75.878670',-5,1); -INSERT INTO zipcodes VALUES (27966,'Powells Point','NC','36.136550','-75.826530',-5,1); -INSERT INTO zipcodes VALUES (27967,'Powellsville','NC','36.234231','-76.946860',-5,1); -INSERT INTO zipcodes VALUES (27968,'Rodanthe','NC','35.661979','-75.477410',-5,1); -INSERT INTO zipcodes VALUES (27969,'Roduco','NC','36.424152','-76.702125',-5,1); -INSERT INTO zipcodes VALUES (27970,'Roper','NC','35.892486','-76.575840',-5,1); -INSERT INTO zipcodes VALUES (27972,'Salvo','NC','35.538351','-75.474730',-5,1); -INSERT INTO zipcodes VALUES (27973,'Shawboro','NC','36.384779','-76.082930',-5,1); -INSERT INTO zipcodes VALUES (27974,'Shiloh','NC','36.233836','-76.038220',-5,1); -INSERT INTO zipcodes VALUES (27976,'South Mills','NC','36.466396','-76.298090',-5,1); -INSERT INTO zipcodes VALUES (27978,'Stumpy Point','NC','35.698493','-75.772775',-5,1); -INSERT INTO zipcodes VALUES (27979,'Sunbury','NC','36.440509','-76.604110',-5,1); -INSERT INTO zipcodes VALUES (27980,'Tyner','NC','36.256548','-76.626270',-5,1); -INSERT INTO zipcodes VALUES (27981,'Wanchese','NC','35.845046','-75.639540',-5,1); -INSERT INTO zipcodes VALUES (27982,'Waves','NC','35.561790','-75.471520',-5,1); -INSERT INTO zipcodes VALUES (27983,'Windsor','NC','36.015391','-76.934900',-5,1); -INSERT INTO zipcodes VALUES (27985,'Winfall','NC','36.217959','-76.469940',-5,1); -INSERT INTO zipcodes VALUES (27986,'Winton','NC','36.386605','-76.926410',-5,1); -INSERT INTO zipcodes VALUES (28001,'Albemarle','NC','35.351477','-80.198790',-5,1); -INSERT INTO zipcodes VALUES (28002,'Albemarle','NC','35.264179','-80.108188',-5,1); -INSERT INTO zipcodes VALUES (28003,'Marshville','NC','34.995653','-80.355204',-5,1); -INSERT INTO zipcodes VALUES (28006,'Alexis','NC','35.403268','-81.099740',-5,1); -INSERT INTO zipcodes VALUES (28007,'Ansonville','NC','35.104652','-80.109650',-5,1); -INSERT INTO zipcodes VALUES (28009,'Badin','NC','35.408460','-80.111710',-5,1); -INSERT INTO zipcodes VALUES (28010,'Barium Springs','NC','35.719228','-80.899090',-5,1); -INSERT INTO zipcodes VALUES (28012,'Belmont','NC','35.240600','-81.040280',-5,1); -INSERT INTO zipcodes VALUES (28016,'Bessemer City','NC','35.292581','-81.287230',-5,1); -INSERT INTO zipcodes VALUES (28017,'Boiling Springs','NC','35.254223','-81.654560',-5,1); -INSERT INTO zipcodes VALUES (28018,'Bostic','NC','35.441168','-81.799500',-5,1); -INSERT INTO zipcodes VALUES (28019,'Caroleen','NC','35.279371','-81.794750',-5,1); -INSERT INTO zipcodes VALUES (28020,'Casar','NC','35.518637','-81.627280',-5,1); -INSERT INTO zipcodes VALUES (28021,'Cherryville','NC','35.383935','-81.393680',-5,1); -INSERT INTO zipcodes VALUES (28023,'China Grove','NC','35.567189','-80.591160',-5,1); -INSERT INTO zipcodes VALUES (28024,'Cliffside','NC','35.241615','-81.775456',-5,1); -INSERT INTO zipcodes VALUES (28025,'Concord','NC','35.400407','-80.565740',-5,1); -INSERT INTO zipcodes VALUES (28026,'Concord','NC','35.346285','-80.541088',-5,1); -INSERT INTO zipcodes VALUES (28027,'Concord','NC','35.405636','-80.638230',-5,1); -INSERT INTO zipcodes VALUES (28031,'Cornelius','NC','35.477583','-80.892400',-5,1); -INSERT INTO zipcodes VALUES (28032,'Cramerton','NC','35.239702','-81.077530',-5,1); -INSERT INTO zipcodes VALUES (28033,'Crouse','NC','35.416189','-81.319110',-5,1); -INSERT INTO zipcodes VALUES (28034,'Dallas','NC','35.333668','-81.183030',-5,1); -INSERT INTO zipcodes VALUES (28036,'Davidson','NC','35.490772','-80.825760',-5,1); -INSERT INTO zipcodes VALUES (28037,'Denver','NC','35.501448','-81.004120',-5,1); -INSERT INTO zipcodes VALUES (28038,'Earl','NC','35.198687','-81.541620',-5,1); -INSERT INTO zipcodes VALUES (28039,'East Spencer','NC','35.677889','-80.445930',-5,1); -INSERT INTO zipcodes VALUES (28040,'Ellenboro','NC','35.346886','-81.756210',-5,1); -INSERT INTO zipcodes VALUES (28041,'Faith','NC','35.581670','-80.458060',-5,1); -INSERT INTO zipcodes VALUES (28042,'Fallston','NC','35.373884','-81.543706',-5,1); -INSERT INTO zipcodes VALUES (28043,'Forest City','NC','35.317602','-81.867220',-5,1); -INSERT INTO zipcodes VALUES (28051,'Gastonia','NC','35.284018','-81.189693',-5,1); -INSERT INTO zipcodes VALUES (28052,'Gastonia','NC','35.248787','-81.214200',-5,1); -INSERT INTO zipcodes VALUES (28053,'Gastonia','NC','35.275073','-81.213369',-5,1); -INSERT INTO zipcodes VALUES (28054,'Gastonia','NC','35.263287','-81.153120',-5,1); -INSERT INTO zipcodes VALUES (28055,'Gastonia','NC','35.284018','-81.189693',-5,1); -INSERT INTO zipcodes VALUES (28056,'Gastonia','NC','35.229565','-81.128470',-5,1); -INSERT INTO zipcodes VALUES (28070,'Huntersville','NC','35.462187','-80.898668',-5,1); -INSERT INTO zipcodes VALUES (28071,'Gold Hill','NC','35.513974','-80.327790',-5,1); -INSERT INTO zipcodes VALUES (28072,'Granite Quarry','NC','35.614966','-80.441980',-5,1); -INSERT INTO zipcodes VALUES (28073,'Grover','NC','35.189591','-81.479280',-5,1); -INSERT INTO zipcodes VALUES (28074,'Harris','NC','35.224743','-81.885081',-5,1); -INSERT INTO zipcodes VALUES (28075,'Harrisburg','NC','35.335294','-80.663300',-5,1); -INSERT INTO zipcodes VALUES (28076,'Henrietta','NC','35.256252','-81.778040',-5,1); -INSERT INTO zipcodes VALUES (28077,'High Shoals','NC','35.404772','-81.202680',-5,1); -INSERT INTO zipcodes VALUES (28078,'Huntersville','NC','35.409544','-80.863620',-5,1); -INSERT INTO zipcodes VALUES (28079,'Indian Trail','NC','35.105208','-80.620980',-5,1); -INSERT INTO zipcodes VALUES (28080,'Iron Station','NC','35.454565','-81.123680',-5,1); -INSERT INTO zipcodes VALUES (28081,'Kannapolis','NC','35.499521','-80.644470',-5,1); -INSERT INTO zipcodes VALUES (28082,'Kannapolis','NC','35.346285','-80.541088',-5,1); -INSERT INTO zipcodes VALUES (28083,'Kannapolis','NC','35.492989','-80.602930',-5,1); -INSERT INTO zipcodes VALUES (28086,'Kings Mountain','NC','35.241188','-81.361400',-5,1); -INSERT INTO zipcodes VALUES (28088,'Landis','NC','35.543639','-80.611670',-5,1); -INSERT INTO zipcodes VALUES (28089,'Lattimore','NC','35.318573','-81.666010',-5,1); -INSERT INTO zipcodes VALUES (28090,'Lawndale','NC','35.450548','-81.562230',-5,1); -INSERT INTO zipcodes VALUES (28091,'Lilesville','NC','34.970129','-79.937050',-5,1); -INSERT INTO zipcodes VALUES (28092,'Lincolnton','NC','35.473447','-81.240940',-5,1); -INSERT INTO zipcodes VALUES (28093,'Lincolnton','NC','35.484822','-81.239543',-5,1); -INSERT INTO zipcodes VALUES (28097,'Locust','NC','35.267185','-80.426800',-5,1); -INSERT INTO zipcodes VALUES (28098,'Lowell','NC','35.267234','-81.099420',-5,1); -INSERT INTO zipcodes VALUES (28101,'McAdenville','NC','35.256379','-81.079780',-5,1); -INSERT INTO zipcodes VALUES (28102,'McFarlan','NC','34.819916','-79.971880',-5,1); -INSERT INTO zipcodes VALUES (28103,'Marshville','NC','34.995450','-80.356350',-5,1); -INSERT INTO zipcodes VALUES (28104,'Matthews','NC','35.067285','-80.684240',-5,1); -INSERT INTO zipcodes VALUES (28105,'Matthews','NC','35.116851','-80.716400',-5,1); -INSERT INTO zipcodes VALUES (28106,'Matthews','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28107,'Midland','NC','35.247181','-80.523630',-5,1); -INSERT INTO zipcodes VALUES (28108,'Mineral Springs','NC','34.916253','-80.640383',-5,1); -INSERT INTO zipcodes VALUES (28109,'Misenheimer','NC','35.485703','-80.288110',-5,1); -INSERT INTO zipcodes VALUES (28110,'Monroe','NC','35.031947','-80.560020',-5,1); -INSERT INTO zipcodes VALUES (28111,'Monroe','NC','35.011204','-80.558743',-5,1); -INSERT INTO zipcodes VALUES (28112,'Monroe','NC','34.936388','-80.538200',-5,1); -INSERT INTO zipcodes VALUES (28114,'Mooresboro','NC','35.243585','-81.756560',-5,1); -INSERT INTO zipcodes VALUES (28115,'Mooresville','NC','35.584157','-80.802580',-5,1); -INSERT INTO zipcodes VALUES (28117,'Mooresville','NC','35.571827','-80.892280',-5,1); -INSERT INTO zipcodes VALUES (28119,'Morven','NC','34.858713','-80.022320',-5,1); -INSERT INTO zipcodes VALUES (28120,'Mount Holly','NC','35.311862','-81.024410',-5,1); -INSERT INTO zipcodes VALUES (28123,'Mount Mourne','NC','35.529792','-80.947028',-5,1); -INSERT INTO zipcodes VALUES (28124,'Mount Pleasant','NC','35.407499','-80.412280',-5,1); -INSERT INTO zipcodes VALUES (28125,'Mount Ulla','NC','35.664696','-80.710560',-5,1); -INSERT INTO zipcodes VALUES (28126,'Newell','NC','35.276794','-80.716495',-5,1); -INSERT INTO zipcodes VALUES (28127,'New London','NC','35.463024','-80.164900',-5,1); -INSERT INTO zipcodes VALUES (28128,'Norwood','NC','35.228831','-80.152140',-5,1); -INSERT INTO zipcodes VALUES (28129,'Oakboro','NC','35.232542','-80.331230',-5,1); -INSERT INTO zipcodes VALUES (28130,'Paw Creek','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28133,'Peachland','NC','34.969886','-80.270010',-5,1); -INSERT INTO zipcodes VALUES (28134,'Pineville','NC','35.086017','-80.890340',-5,1); -INSERT INTO zipcodes VALUES (28135,'Polkton','NC','35.043566','-80.212720',-5,1); -INSERT INTO zipcodes VALUES (28136,'Polkville','NC','35.396126','-81.630272',-5,1); -INSERT INTO zipcodes VALUES (28137,'Richfield','NC','35.493260','-80.255240',-5,1); -INSERT INTO zipcodes VALUES (28138,'Rockwell','NC','35.536561','-80.429590',-5,1); -INSERT INTO zipcodes VALUES (28139,'Rutherfordton','NC','35.361333','-81.983770',-5,1); -INSERT INTO zipcodes VALUES (28144,'Salisbury','NC','35.679639','-80.466450',-5,1); -INSERT INTO zipcodes VALUES (28145,'Salisbury','NC','35.682683','-80.477116',-5,1); -INSERT INTO zipcodes VALUES (28146,'Salisbury','NC','35.614422','-80.431150',-5,1); -INSERT INTO zipcodes VALUES (28147,'Salisbury','NC','35.665362','-80.546730',-5,1); -INSERT INTO zipcodes VALUES (28150,'Shelby','NC','35.315118','-81.555840',-5,1); -INSERT INTO zipcodes VALUES (28151,'Shelby','NC','35.233125','-81.574711',-5,1); -INSERT INTO zipcodes VALUES (28152,'Shelby','NC','35.258879','-81.578670',-5,1); -INSERT INTO zipcodes VALUES (28159,'Spencer','NC','35.693339','-80.434200',-5,1); -INSERT INTO zipcodes VALUES (28160,'Spindale','NC','35.360536','-81.925060',-5,1); -INSERT INTO zipcodes VALUES (28163,'Stanfield','NC','35.245048','-80.416300',-5,1); -INSERT INTO zipcodes VALUES (28164,'Stanley','NC','35.377576','-81.072380',-5,1); -INSERT INTO zipcodes VALUES (28166,'Troutman','NC','35.687365','-80.887150',-5,1); -INSERT INTO zipcodes VALUES (28167,'Union Mills','NC','35.489020','-81.950390',-5,1); -INSERT INTO zipcodes VALUES (28168,'Vale','NC','35.545918','-81.429420',-5,1); -INSERT INTO zipcodes VALUES (28169,'Waco','NC','35.362026','-81.429110',-5,1); -INSERT INTO zipcodes VALUES (28170,'Wadesboro','NC','34.985423','-80.085430',-5,1); -INSERT INTO zipcodes VALUES (28173,'Waxhaw','NC','34.929433','-80.730610',-5,1); -INSERT INTO zipcodes VALUES (28174,'Wingate','NC','34.981605','-80.443050',-5,1); -INSERT INTO zipcodes VALUES (28201,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28202,'Charlotte','NC','35.227192','-80.844190',-5,1); -INSERT INTO zipcodes VALUES (28203,'Charlotte','NC','35.208992','-80.855390',-5,1); -INSERT INTO zipcodes VALUES (28204,'Charlotte','NC','35.214693','-80.826650',-5,1); -INSERT INTO zipcodes VALUES (28205,'Charlotte','NC','35.222406','-80.792210',-5,1); -INSERT INTO zipcodes VALUES (28206,'Charlotte','NC','35.248292','-80.827480',-5,1); -INSERT INTO zipcodes VALUES (28207,'Charlotte','NC','35.197643','-80.827520',-5,1); -INSERT INTO zipcodes VALUES (28208,'Charlotte','NC','35.235791','-80.892950',-5,1); -INSERT INTO zipcodes VALUES (28209,'Charlotte','NC','35.178543','-80.853750',-5,1); -INSERT INTO zipcodes VALUES (28210,'Charlotte','NC','35.134510','-80.856320',-5,1); -INSERT INTO zipcodes VALUES (28211,'Charlotte','NC','35.170094','-80.798570',-5,1); -INSERT INTO zipcodes VALUES (28212,'Charlotte','NC','35.189544','-80.747420',-5,1); -INSERT INTO zipcodes VALUES (28213,'Charlotte','NC','35.280464','-80.756780',-5,1); -INSERT INTO zipcodes VALUES (28214,'Charlotte','NC','35.276639','-80.961110',-5,1); -INSERT INTO zipcodes VALUES (28215,'Charlotte','NC','35.244468','-80.721640',-5,1); -INSERT INTO zipcodes VALUES (28216,'Charlotte','NC','35.286967','-80.879030',-5,1); -INSERT INTO zipcodes VALUES (28217,'Charlotte','NC','35.172319','-80.897310',-5,1); -INSERT INTO zipcodes VALUES (28218,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28219,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28220,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28221,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28222,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28223,'Charlotte','NC','35.305552','-80.733030',-5,1); -INSERT INTO zipcodes VALUES (28224,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28225,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28226,'Charlotte','NC','35.107804','-80.821390',-5,1); -INSERT INTO zipcodes VALUES (28227,'Charlotte','NC','35.192919','-80.668220',-5,1); -INSERT INTO zipcodes VALUES (28228,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28229,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28230,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28231,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28232,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28233,'Charlotte','NC','35.489411','-80.825368',-5,1); -INSERT INTO zipcodes VALUES (28234,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28235,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28236,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28237,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28240,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28241,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28242,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28243,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28244,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28246,'Charlotte','NC','35.227542','-80.842543',-5,1); -INSERT INTO zipcodes VALUES (28247,'Charlotte','NC','35.065595','-80.851149',-5,1); -INSERT INTO zipcodes VALUES (28250,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28253,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28254,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28255,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28256,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28258,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28260,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28261,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28262,'Charlotte','NC','35.321279','-80.740500',-5,1); -INSERT INTO zipcodes VALUES (28265,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28266,'Charlotte','NC','35.284459','-80.858155',-5,1); -INSERT INTO zipcodes VALUES (28269,'Charlotte','NC','35.329235','-80.804860',-5,1); -INSERT INTO zipcodes VALUES (28270,'Charlotte','NC','35.113906','-80.761300',-5,1); -INSERT INTO zipcodes VALUES (28272,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28273,'Charlotte','NC','35.124032','-80.939540',-5,1); -INSERT INTO zipcodes VALUES (28274,'Charlotte','NC','35.187943','-80.831693',-5,1); -INSERT INTO zipcodes VALUES (28275,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28277,'Charlotte','NC','35.054546','-80.817920',-5,1); -INSERT INTO zipcodes VALUES (28278,'Charlotte','NC','35.119012','-81.022130',-5,1); -INSERT INTO zipcodes VALUES (28280,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28281,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28282,'Charlotte','NC','35.224242','-80.844743',-5,1); -INSERT INTO zipcodes VALUES (28283,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28284,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28285,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28286,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28287,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28288,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28289,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28290,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28296,'Charlotte','NC','35.225242','-80.845843',-5,1); -INSERT INTO zipcodes VALUES (28297,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28299,'Charlotte','NC','35.260020','-80.804151',-5,1); -INSERT INTO zipcodes VALUES (28301,'Fayetteville','NC','35.042389','-78.841240',-5,1); -INSERT INTO zipcodes VALUES (28302,'Fayetteville','NC','35.034307','-78.908828',-5,1); -INSERT INTO zipcodes VALUES (28303,'Fayetteville','NC','35.084163','-78.953000',-5,1); -INSERT INTO zipcodes VALUES (28304,'Fayetteville','NC','35.028440','-78.970370',-5,1); -INSERT INTO zipcodes VALUES (28305,'Fayetteville','NC','35.056963','-78.903690',-5,1); -INSERT INTO zipcodes VALUES (28306,'Fayetteville','NC','35.003712','-78.921790',-5,1); -INSERT INTO zipcodes VALUES (28307,'Fort Bragg','NC','35.142321','-79.012250',-5,1); -INSERT INTO zipcodes VALUES (28308,'Pope A F B','NC','35.173377','-79.013799',-5,1); -INSERT INTO zipcodes VALUES (28309,'Fayetteville','NC','35.039726','-78.842868',-5,1); -INSERT INTO zipcodes VALUES (28310,'Fort Bragg','NC','35.050612','-78.803840',-5,1); -INSERT INTO zipcodes VALUES (28311,'Fayetteville','NC','35.134301','-78.894110',-5,1); -INSERT INTO zipcodes VALUES (28314,'Fayetteville','NC','35.060087','-79.008480',-5,1); -INSERT INTO zipcodes VALUES (28315,'Aberdeen','NC','35.124160','-79.441500',-5,1); -INSERT INTO zipcodes VALUES (28318,'Autryville','NC','35.020272','-78.614000',-5,1); -INSERT INTO zipcodes VALUES (28319,'Barnesville','NC','34.595364','-79.197058',-5,1); -INSERT INTO zipcodes VALUES (28320,'Bladenboro','NC','34.552642','-78.781020',-5,1); -INSERT INTO zipcodes VALUES (28323,'Bunnlevel','NC','35.316332','-78.825270',-5,1); -INSERT INTO zipcodes VALUES (28325,'Calypso','NC','35.152512','-78.104740',-5,1); -INSERT INTO zipcodes VALUES (28326,'Cameron','NC','35.278125','-79.151530',-5,1); -INSERT INTO zipcodes VALUES (28327,'Carthage','NC','35.319639','-79.402480',-5,1); -INSERT INTO zipcodes VALUES (28328,'Clinton','NC','35.000056','-78.334240',-5,1); -INSERT INTO zipcodes VALUES (28329,'Clinton','NC','34.994005','-78.277669',-5,1); -INSERT INTO zipcodes VALUES (28330,'Cordova','NC','34.913233','-79.823020',-5,1); -INSERT INTO zipcodes VALUES (28331,'Cumberland','NC','35.150896','-78.915788',-5,1); -INSERT INTO zipcodes VALUES (28332,'Dublin','NC','34.655921','-78.720760',-5,1); -INSERT INTO zipcodes VALUES (28333,'Dudley','NC','35.293245','-78.018970',-5,1); -INSERT INTO zipcodes VALUES (28334,'Dunn','NC','35.302419','-78.601200',-5,1); -INSERT INTO zipcodes VALUES (28335,'Dunn','NC','35.350774','-78.625362',-5,1); -INSERT INTO zipcodes VALUES (28337,'Elizabethtown','NC','34.647611','-78.586430',-5,1); -INSERT INTO zipcodes VALUES (28338,'Ellerbe','NC','35.089476','-79.729040',-5,1); -INSERT INTO zipcodes VALUES (28339,'Erwin','NC','35.322849','-78.689640',-5,1); -INSERT INTO zipcodes VALUES (28340,'Fairmont','NC','34.476857','-79.130050',-5,1); -INSERT INTO zipcodes VALUES (28341,'Faison','NC','35.119076','-78.164390',-5,1); -INSERT INTO zipcodes VALUES (28342,'Falcon','NC','35.191142','-78.651400',-5,1); -INSERT INTO zipcodes VALUES (28343,'Gibson','NC','34.767875','-79.592390',-5,1); -INSERT INTO zipcodes VALUES (28344,'Godwin','NC','35.171062','-78.636480',-5,1); -INSERT INTO zipcodes VALUES (28345,'Hamlet','NC','34.879186','-79.690010',-5,1); -INSERT INTO zipcodes VALUES (28347,'Hoffman','NC','35.042172','-79.535030',-5,1); -INSERT INTO zipcodes VALUES (28348,'Hope Mills','NC','34.954709','-78.937440',-5,1); -INSERT INTO zipcodes VALUES (28349,'Kenansville','NC','34.977225','-77.947610',-5,1); -INSERT INTO zipcodes VALUES (28350,'Lakeview','NC','35.243560','-79.313550',-5,1); -INSERT INTO zipcodes VALUES (28351,'Laurel Hill','NC','34.827291','-79.560260',-5,1); -INSERT INTO zipcodes VALUES (28352,'Laurinburg','NC','34.779227','-79.457450',-5,1); -INSERT INTO zipcodes VALUES (28353,'Laurinburg','NC','34.781768','-79.482423',-5,1); -INSERT INTO zipcodes VALUES (28355,'Lemon Springs','NC','35.467567','-79.165314',-5,1); -INSERT INTO zipcodes VALUES (28356,'Linden','NC','35.237338','-78.796130',-5,1); -INSERT INTO zipcodes VALUES (28357,'Lumber Bridge','NC','34.902698','-79.082880',-5,1); -INSERT INTO zipcodes VALUES (28358,'Lumberton','NC','34.620874','-78.989860',-5,1); -INSERT INTO zipcodes VALUES (28359,'Lumberton','NC','34.607669','-79.014425',-5,1); -INSERT INTO zipcodes VALUES (28360,'Lumberton','NC','34.659575','-79.062820',-5,1); -INSERT INTO zipcodes VALUES (28361,'Mccain','NC','35.023630','-79.246841',-5,1); -INSERT INTO zipcodes VALUES (28362,'Marietta','NC','34.368246','-79.121240',-5,1); -INSERT INTO zipcodes VALUES (28363,'Marston','NC','34.938451','-79.546090',-5,1); -INSERT INTO zipcodes VALUES (28364,'Maxton','NC','34.735024','-79.328360',-5,1); -INSERT INTO zipcodes VALUES (28365,'Mount Olive','NC','35.184516','-78.060560',-5,1); -INSERT INTO zipcodes VALUES (28366,'Newton Grove','NC','35.237142','-78.365930',-5,1); -INSERT INTO zipcodes VALUES (28367,'Norman','NC','35.173481','-79.723630',-5,1); -INSERT INTO zipcodes VALUES (28368,'Olivia','NC','35.351490','-79.105860',-5,1); -INSERT INTO zipcodes VALUES (28369,'Orrum','NC','34.434292','-79.037140',-5,1); -INSERT INTO zipcodes VALUES (28370,'Pinehurst','NC','35.216222','-79.452352',-5,1); -INSERT INTO zipcodes VALUES (28371,'Parkton','NC','34.912113','-78.999900',-5,1); -INSERT INTO zipcodes VALUES (28372,'Pembroke','NC','34.690040','-79.188020',-5,1); -INSERT INTO zipcodes VALUES (28373,'Pinebluff','NC','35.100144','-79.479790',-5,1); -INSERT INTO zipcodes VALUES (28374,'Pinehurst','NC','35.195417','-79.464960',-5,1); -INSERT INTO zipcodes VALUES (28375,'Proctorville','NC','34.471259','-79.041388',-5,1); -INSERT INTO zipcodes VALUES (28376,'Raeford','NC','34.992085','-79.230130',-5,1); -INSERT INTO zipcodes VALUES (28377,'Red Springs','NC','34.828798','-79.212150',-5,1); -INSERT INTO zipcodes VALUES (28378,'Rex','NC','34.858715','-79.047050',-5,1); -INSERT INTO zipcodes VALUES (28379,'Rockingham','NC','34.937078','-79.760500',-5,1); -INSERT INTO zipcodes VALUES (28380,'Rockingham','NC','34.994152','-79.767341',-5,1); -INSERT INTO zipcodes VALUES (28382,'Roseboro','NC','34.945305','-78.514320',-5,1); -INSERT INTO zipcodes VALUES (28383,'Rowland','NC','34.571076','-79.274040',-5,1); -INSERT INTO zipcodes VALUES (28384,'Saint Pauls','NC','34.804654','-78.959400',-5,1); -INSERT INTO zipcodes VALUES (28385,'Salemburg','NC','35.053627','-78.500250',-5,1); -INSERT INTO zipcodes VALUES (28386,'Shannon','NC','34.851865','-79.122660',-5,1); -INSERT INTO zipcodes VALUES (28387,'Southern Pines','NC','35.180394','-79.390840',-5,1); -INSERT INTO zipcodes VALUES (28388,'Southern Pines','NC','35.280335','-79.432734',-5,1); -INSERT INTO zipcodes VALUES (28390,'Spring Lake','NC','35.211913','-78.974990',-5,1); -INSERT INTO zipcodes VALUES (28391,'Stedman','NC','35.016373','-78.694100',-5,1); -INSERT INTO zipcodes VALUES (28392,'Tar Heel','NC','34.742752','-78.806450',-5,1); -INSERT INTO zipcodes VALUES (28393,'Turkey','NC','34.989801','-78.185550',-5,1); -INSERT INTO zipcodes VALUES (28394,'Vass','NC','35.218131','-79.244490',-5,1); -INSERT INTO zipcodes VALUES (28395,'Wade','NC','35.145952','-78.741020',-5,1); -INSERT INTO zipcodes VALUES (28396,'Wagram','NC','34.927483','-79.400990',-5,1); -INSERT INTO zipcodes VALUES (28397,'Stedman','NC','35.015586','-78.690428',-5,1); -INSERT INTO zipcodes VALUES (28398,'Warsaw','NC','34.993016','-78.084070',-5,1); -INSERT INTO zipcodes VALUES (28399,'White Oak','NC','34.786138','-78.707650',-5,1); -INSERT INTO zipcodes VALUES (28401,'Wilmington','NC','34.235219','-77.941340',-5,1); -INSERT INTO zipcodes VALUES (28402,'Wilmington','NC','34.340518','-77.901408',-5,1); -INSERT INTO zipcodes VALUES (28403,'Wilmington','NC','34.221512','-77.884520',-5,1); -INSERT INTO zipcodes VALUES (28404,'Wilmington','NC','33.926255','-78.071270',-5,1); -INSERT INTO zipcodes VALUES (28405,'Wilmington','NC','34.254235','-77.872510',-5,1); -INSERT INTO zipcodes VALUES (28406,'Wilmington','NC','34.088079','-77.852599',-5,1); -INSERT INTO zipcodes VALUES (28407,'Wilmington','NC','34.088079','-77.852599',-5,1); -INSERT INTO zipcodes VALUES (28408,'Wilmington','NC','34.212707','-77.792177',-5,1); -INSERT INTO zipcodes VALUES (28409,'Wilmington','NC','34.169953','-77.871130',-5,1); -INSERT INTO zipcodes VALUES (28410,'Wilmington','NC','34.088079','-77.852599',-5,1); -INSERT INTO zipcodes VALUES (28411,'Wilmington','NC','34.285519','-77.805720',-5,1); -INSERT INTO zipcodes VALUES (28412,'Wilmington','NC','34.152021','-77.913460',-5,1); -INSERT INTO zipcodes VALUES (28420,'Ash','NC','34.073670','-78.482140',-5,1); -INSERT INTO zipcodes VALUES (28421,'Atkinson','NC','34.524003','-78.185840',-5,1); -INSERT INTO zipcodes VALUES (28422,'Bolivia','NC','34.006479','-78.190350',-5,1); -INSERT INTO zipcodes VALUES (28423,'Bolton','NC','34.319905','-78.377430',-5,1); -INSERT INTO zipcodes VALUES (28424,'Brunswick','NC','34.290716','-78.699417',-5,1); -INSERT INTO zipcodes VALUES (28425,'Burgaw','NC','34.554821','-77.927640',-5,1); -INSERT INTO zipcodes VALUES (28428,'Carolina Beach','NC','34.034336','-77.899030',-5,1); -INSERT INTO zipcodes VALUES (28429,'Castle Hayne','NC','34.332126','-77.905540',-5,1); -INSERT INTO zipcodes VALUES (28430,'Cerro Gordo','NC','34.285951','-78.930390',-5,1); -INSERT INTO zipcodes VALUES (28431,'Chadbourn','NC','34.312363','-78.830230',-5,1); -INSERT INTO zipcodes VALUES (28432,'Clarendon','NC','34.170740','-78.759970',-5,1); -INSERT INTO zipcodes VALUES (28433,'Clarkton','NC','34.491177','-78.643620',-5,1); -INSERT INTO zipcodes VALUES (28434,'Council','NC','34.461167','-78.462440',-5,1); -INSERT INTO zipcodes VALUES (28435,'Currie','NC','34.430433','-78.105390',-5,1); -INSERT INTO zipcodes VALUES (28436,'Delco','NC','34.275453','-78.266730',-5,1); -INSERT INTO zipcodes VALUES (28438,'Evergreen','NC','34.430348','-78.919320',-5,1); -INSERT INTO zipcodes VALUES (28439,'Fair Bluff','NC','34.309767','-79.025160',-5,1); -INSERT INTO zipcodes VALUES (28441,'Garland','NC','34.788387','-78.405740',-5,1); -INSERT INTO zipcodes VALUES (28442,'Hallsboro','NC','34.323483','-78.595340',-5,1); -INSERT INTO zipcodes VALUES (28443,'Hampstead','NC','34.407677','-77.652380',-5,1); -INSERT INTO zipcodes VALUES (28444,'Harrells','NC','34.686496','-78.324060',-5,1); -INSERT INTO zipcodes VALUES (28445,'Holly Ridge','NC','34.477220','-77.559780',-5,1); -INSERT INTO zipcodes VALUES (28446,'Ingold','NC','34.836610','-78.348111',-5,1); -INSERT INTO zipcodes VALUES (28447,'Ivanhoe','NC','34.595158','-78.234380',-5,1); -INSERT INTO zipcodes VALUES (28448,'Kelly','NC','34.464635','-78.297010',-5,1); -INSERT INTO zipcodes VALUES (28449,'Kure Beach','NC','33.992070','-77.910920',-5,1); -INSERT INTO zipcodes VALUES (28450,'Lake Waccamaw','NC','34.319538','-78.516780',-5,1); -INSERT INTO zipcodes VALUES (28451,'Leland','NC','34.251240','-78.064920',-5,1); -INSERT INTO zipcodes VALUES (28452,'Longwood','NC','33.997345','-78.556500',-5,1); -INSERT INTO zipcodes VALUES (28453,'Magnolia','NC','34.888483','-78.059550',-5,1); -INSERT INTO zipcodes VALUES (28454,'Maple Hill','NC','34.676719','-77.653430',-5,1); -INSERT INTO zipcodes VALUES (28455,'Nakina','NC','34.110450','-78.660800',-5,1); -INSERT INTO zipcodes VALUES (28456,'Riegelwood','NC','34.363380','-78.282510',-5,1); -INSERT INTO zipcodes VALUES (28457,'Rocky Point','NC','34.449782','-77.886970',-5,1); -INSERT INTO zipcodes VALUES (28458,'Rose Hill','NC','34.822407','-78.041760',-5,1); -INSERT INTO zipcodes VALUES (28459,'Shallotte','NC','33.933388','-78.412864',-5,1); -INSERT INTO zipcodes VALUES (28460,'Sneads Ferry','NC','34.520720','-77.420960',-5,1); -INSERT INTO zipcodes VALUES (28461,'Southport','NC','33.963111','-78.057430',-5,1); -INSERT INTO zipcodes VALUES (28462,'Supply','NC','33.974251','-78.309610',-5,1); -INSERT INTO zipcodes VALUES (28463,'Tabor City','NC','34.124830','-78.821870',-5,1); -INSERT INTO zipcodes VALUES (28464,'Teachey','NC','34.772249','-78.013920',-5,1); -INSERT INTO zipcodes VALUES (28465,'Oak Island','NC','33.915522','-78.128620',-5,1); -INSERT INTO zipcodes VALUES (28466,'Wallace','NC','34.738793','-77.977880',-5,1); -INSERT INTO zipcodes VALUES (28467,'Calabash','NC','33.905566','-78.575900',-5,1); -INSERT INTO zipcodes VALUES (28468,'Sunset Beach','NC','33.885203','-78.512240',-5,1); -INSERT INTO zipcodes VALUES (28469,'Ocean Isle Beach','NC','33.913508','-78.448680',-5,1); -INSERT INTO zipcodes VALUES (28470,'South Brunswick','NC','33.966600','-78.387800',-5,1); -INSERT INTO zipcodes VALUES (28471,'Watha','NC','34.605639','-77.999770',-5,1); -INSERT INTO zipcodes VALUES (28472,'Whiteville','NC','34.312063','-78.707730',-5,1); -INSERT INTO zipcodes VALUES (28478,'Willard','NC','34.671237','-78.065440',-5,1); -INSERT INTO zipcodes VALUES (28479,'Winnabow','NC','34.107077','-78.049650',-5,1); -INSERT INTO zipcodes VALUES (28480,'Wrightsville Beach','NC','34.212220','-77.798100',-5,1); -INSERT INTO zipcodes VALUES (28501,'Kinston','NC','35.260895','-77.564690',-5,1); -INSERT INTO zipcodes VALUES (28502,'Kinston','NC','35.288558','-77.662614',-5,1); -INSERT INTO zipcodes VALUES (28503,'Kinston','NC','35.319066','-77.595034',-5,1); -INSERT INTO zipcodes VALUES (28504,'Kinston','NC','35.264739','-77.624810',-5,1); -INSERT INTO zipcodes VALUES (28508,'Albertson','NC','35.114930','-77.822380',-5,1); -INSERT INTO zipcodes VALUES (28509,'Alliance','NC','35.156145','-76.632264',-5,1); -INSERT INTO zipcodes VALUES (28510,'Arapahoe','NC','35.000658','-76.812970',-5,1); -INSERT INTO zipcodes VALUES (28511,'Atlantic','NC','34.887266','-76.330330',-5,1); -INSERT INTO zipcodes VALUES (28512,'Atlantic Beach','NC','34.698274','-76.787060',-5,1); -INSERT INTO zipcodes VALUES (28513,'Ayden','NC','35.463012','-77.416100',-5,1); -INSERT INTO zipcodes VALUES (28515,'Bayboro','NC','35.176466','-76.718530',-5,1); -INSERT INTO zipcodes VALUES (28516,'Beaufort','NC','34.769532','-76.647830',-5,1); -INSERT INTO zipcodes VALUES (28518,'Beulaville','NC','34.911417','-77.771530',-5,1); -INSERT INTO zipcodes VALUES (28519,'Bridgeton','NC','35.120742','-77.019690',-5,1); -INSERT INTO zipcodes VALUES (28520,'Cedar Island','NC','34.984608','-76.198800',-5,1); -INSERT INTO zipcodes VALUES (28521,'Chinquapin','NC','34.826715','-77.759290',-5,1); -INSERT INTO zipcodes VALUES (28522,'Comfort','NC','35.005079','-77.523102',-5,1); -INSERT INTO zipcodes VALUES (28523,'Cove City','NC','35.193213','-77.322920',-5,1); -INSERT INTO zipcodes VALUES (28524,'Davis','NC','34.794527','-76.463170',-5,1); -INSERT INTO zipcodes VALUES (28525,'Deep Run','NC','35.119845','-77.692080',-5,1); -INSERT INTO zipcodes VALUES (28526,'Dover','NC','35.238886','-77.410610',-5,1); -INSERT INTO zipcodes VALUES (28527,'Ernul','NC','35.244257','-77.015040',-5,1); -INSERT INTO zipcodes VALUES (28528,'Gloucester','NC','34.732744','-76.538690',-5,1); -INSERT INTO zipcodes VALUES (28529,'Grantsboro','NC','35.085784','-76.861350',-5,1); -INSERT INTO zipcodes VALUES (28530,'Grifton','NC','35.370945','-77.425480',-5,1); -INSERT INTO zipcodes VALUES (28531,'Harkers Island','NC','34.712315','-76.527480',-5,1); -INSERT INTO zipcodes VALUES (28532,'Havelock','NC','34.884421','-76.889720',-5,1); -INSERT INTO zipcodes VALUES (28533,'Cherry Point','NC','34.903793','-76.899976',-5,1); -INSERT INTO zipcodes VALUES (28537,'Hobucken','NC','35.259895','-76.555910',-5,1); -INSERT INTO zipcodes VALUES (28538,'Hookerton','NC','35.424381','-77.584520',-5,1); -INSERT INTO zipcodes VALUES (28539,'Hubert','NC','34.694262','-77.207010',-5,1); -INSERT INTO zipcodes VALUES (28540,'Jacksonville','NC','34.755669','-77.455900',-5,1); -INSERT INTO zipcodes VALUES (28541,'Jacksonville','NC','34.692056','-77.391199',-5,1); -INSERT INTO zipcodes VALUES (28542,'Camp Lejeune','NC','34.664035','-77.463687',-5,1); -INSERT INTO zipcodes VALUES (28543,'Tarawa Terrace','NC','34.741670','-77.371170',-5,1); -INSERT INTO zipcodes VALUES (28544,'Midway Park','NC','34.724322','-77.318660',-5,1); -INSERT INTO zipcodes VALUES (28545,'Mccutcheon Field','NC','34.692056','-77.391199',-5,1); -INSERT INTO zipcodes VALUES (28546,'Jacksonville','NC','34.781212','-77.375600',-5,1); -INSERT INTO zipcodes VALUES (28547,'Camp Lejeune','NC','34.637348','-77.312700',-5,1); -INSERT INTO zipcodes VALUES (28551,'La Grange','NC','35.320045','-77.780420',-5,1); -INSERT INTO zipcodes VALUES (28552,'Lowland','NC','35.304817','-76.571150',-5,1); -INSERT INTO zipcodes VALUES (28553,'Marshallberg','NC','34.725663','-76.516320',-5,1); -INSERT INTO zipcodes VALUES (28554,'Maury','NC','35.481503','-77.587180',-5,1); -INSERT INTO zipcodes VALUES (28555,'Maysville','NC','34.879658','-77.222140',-5,1); -INSERT INTO zipcodes VALUES (28556,'Merritt','NC','35.124491','-76.665950',-5,1); -INSERT INTO zipcodes VALUES (28557,'Morehead City','NC','34.729839','-76.752190',-5,1); -INSERT INTO zipcodes VALUES (28559,'Fairplains','NC','36.214395','-81.165972',-5,1); -INSERT INTO zipcodes VALUES (28560,'New Bern','NC','35.119674','-77.015090',-5,1); -INSERT INTO zipcodes VALUES (28561,'New Bern','NC','35.103736','-77.075850',-5,1); -INSERT INTO zipcodes VALUES (28562,'New Bern','NC','35.091472','-77.099360',-5,1); -INSERT INTO zipcodes VALUES (28563,'New Bern','NC','35.110855','-77.063360',-5,1); -INSERT INTO zipcodes VALUES (28564,'New Bern','NC','35.110855','-77.063360',-5,1); -INSERT INTO zipcodes VALUES (28570,'Newport','NC','34.770681','-76.877860',-5,1); -INSERT INTO zipcodes VALUES (28571,'Oriental','NC','35.040757','-76.692630',-5,1); -INSERT INTO zipcodes VALUES (28572,'Pink Hill','NC','35.030154','-77.722100',-5,1); -INSERT INTO zipcodes VALUES (28573,'Pollocksville','NC','35.000858','-77.215010',-5,1); -INSERT INTO zipcodes VALUES (28574,'Richlands','NC','34.888736','-77.571570',-5,1); -INSERT INTO zipcodes VALUES (28575,'Salter Path','NC','34.689821','-76.892420',-5,1); -INSERT INTO zipcodes VALUES (28577,'Sealevel','NC','34.868975','-76.381490',-5,1); -INSERT INTO zipcodes VALUES (28578,'Seven Springs','NC','35.206329','-77.874440',-5,1); -INSERT INTO zipcodes VALUES (28579,'Smyrna','NC','34.753595','-76.518400',-5,1); -INSERT INTO zipcodes VALUES (28580,'Snow Hill','NC','35.444510','-77.691860',-5,1); -INSERT INTO zipcodes VALUES (28581,'Stacy','NC','34.842394','-76.441110',-5,1); -INSERT INTO zipcodes VALUES (28582,'Stella','NC','34.756033','-77.154050',-5,1); -INSERT INTO zipcodes VALUES (28583,'Stonewall','NC','35.156145','-76.632264',-5,1); -INSERT INTO zipcodes VALUES (28584,'Swansboro','NC','34.697710','-77.106140',-5,1); -INSERT INTO zipcodes VALUES (28585,'Trenton','NC','35.056317','-77.435180',-5,1); -INSERT INTO zipcodes VALUES (28586,'Vanceboro','NC','35.302937','-77.155460',-5,1); -INSERT INTO zipcodes VALUES (28587,'Vandemere','NC','35.191279','-76.660435',-5,1); -INSERT INTO zipcodes VALUES (28589,'Williston','NC','34.799400','-76.494570',-5,1); -INSERT INTO zipcodes VALUES (28590,'Winterville','NC','35.534450','-77.397140',-5,1); -INSERT INTO zipcodes VALUES (28594,'Emerald Isle','NC','34.667473','-77.010250',-5,1); -INSERT INTO zipcodes VALUES (28599,'Emerald Isle','NC','34.662495','-77.030502',-5,1); -INSERT INTO zipcodes VALUES (28601,'Hickory','NC','35.759932','-81.330120',-5,1); -INSERT INTO zipcodes VALUES (28602,'Hickory','NC','35.707010','-81.353400',-5,1); -INSERT INTO zipcodes VALUES (28603,'Hickory','NC','35.679876','-81.287181',-5,1); -INSERT INTO zipcodes VALUES (28604,'Banner Elk','NC','36.166515','-81.846720',-5,1); -INSERT INTO zipcodes VALUES (28605,'Blowing Rock','NC','36.133083','-81.687830',-5,1); -INSERT INTO zipcodes VALUES (28606,'Boomer','NC','36.058853','-81.304970',-5,1); -INSERT INTO zipcodes VALUES (28607,'Boone','NC','36.212770','-81.662550',-5,1); -INSERT INTO zipcodes VALUES (28608,'Boone','NC','36.221334','-81.713416',-5,1); -INSERT INTO zipcodes VALUES (28609,'Catawba','NC','35.689806','-81.066940',-5,1); -INSERT INTO zipcodes VALUES (28610,'Claremont','NC','35.725163','-81.142790',-5,1); -INSERT INTO zipcodes VALUES (28611,'Collettsville','NC','36.009373','-81.731390',-5,1); -INSERT INTO zipcodes VALUES (28612,'Connellys Springs','NC','35.693787','-81.517260',-5,1); -INSERT INTO zipcodes VALUES (28613,'Conover','NC','35.720227','-81.214660',-5,1); -INSERT INTO zipcodes VALUES (28615,'Creston','NC','36.455882','-81.651410',-5,1); -INSERT INTO zipcodes VALUES (28616,'Crossnore','NC','36.024252','-81.926930',-5,1); -INSERT INTO zipcodes VALUES (28617,'Crumpler','NC','36.488377','-81.392240',-5,1); -INSERT INTO zipcodes VALUES (28618,'Deep Gap','NC','36.197882','-81.522760',-5,1); -INSERT INTO zipcodes VALUES (28619,'Drexel','NC','35.757790','-81.603590',-5,1); -INSERT INTO zipcodes VALUES (28620,'Pleasant Hill','NC','35.891211','-81.102329',-5,1); -INSERT INTO zipcodes VALUES (28621,'Elkin','NC','36.283497','-80.845860',-5,1); -INSERT INTO zipcodes VALUES (28622,'Elk Park','NC','36.178930','-81.959580',-5,1); -INSERT INTO zipcodes VALUES (28623,'Ennice','NC','36.523031','-80.971090',-5,1); -INSERT INTO zipcodes VALUES (28624,'Ferguson','NC','36.110425','-81.422620',-5,1); -INSERT INTO zipcodes VALUES (28625,'Statesville','NC','35.840579','-80.879880',-5,1); -INSERT INTO zipcodes VALUES (28626,'Fleetwood','NC','36.290889','-81.519510',-5,1); -INSERT INTO zipcodes VALUES (28627,'Glade Valley','NC','36.445484','-81.008100',-5,1); -INSERT INTO zipcodes VALUES (28628,'Glen Alpine','NC','35.721174','-81.817998',-5,1); -INSERT INTO zipcodes VALUES (28629,'Glendale Springs','NC','36.343002','-81.375020',-5,1); -INSERT INTO zipcodes VALUES (28630,'Granite Falls','NC','35.811919','-81.434780',-5,1); -INSERT INTO zipcodes VALUES (28631,'Grassy Creek','NC','36.557892','-81.426350',-5,1); -INSERT INTO zipcodes VALUES (28633,'Lenoir','NC','35.937564','-81.539847',-5,1); -INSERT INTO zipcodes VALUES (28634,'Harmony','NC','35.979910','-80.770850',-5,1); -INSERT INTO zipcodes VALUES (28635,'Hays','NC','36.315077','-81.131460',-5,1); -INSERT INTO zipcodes VALUES (28636,'Hiddenite','NC','35.928486','-81.074410',-5,1); -INSERT INTO zipcodes VALUES (28637,'Hildebran','NC','35.718432','-81.418780',-5,1); -INSERT INTO zipcodes VALUES (28638,'Hudson','NC','35.840553','-81.481920',-5,1); -INSERT INTO zipcodes VALUES (28640,'Jefferson','NC','36.410186','-81.424090',-5,1); -INSERT INTO zipcodes VALUES (28641,'Jonas Ridge','NC','35.938422','-81.884521',-5,1); -INSERT INTO zipcodes VALUES (28642,'Jonesville','NC','36.227576','-80.829880',-5,1); -INSERT INTO zipcodes VALUES (28643,'Lansing','NC','36.532301','-81.531170',-5,1); -INSERT INTO zipcodes VALUES (28644,'Laurel Springs','NC','36.435910','-81.277360',-5,1); -INSERT INTO zipcodes VALUES (28645,'Lenoir','NC','35.934783','-81.544760',-5,1); -INSERT INTO zipcodes VALUES (28646,'Linville','NC','36.073202','-81.871770',-5,1); -INSERT INTO zipcodes VALUES (28647,'Linville Falls','NC','35.779182','-81.675545',-5,1); -INSERT INTO zipcodes VALUES (28649,'McGrady','NC','36.329636','-81.211100',-5,1); -INSERT INTO zipcodes VALUES (28650,'Maiden','NC','35.575785','-81.188430',-5,1); -INSERT INTO zipcodes VALUES (28651,'Millers Creek','NC','36.241685','-81.270760',-5,1); -INSERT INTO zipcodes VALUES (28652,'Minneapolis','NC','36.086466','-81.934265',-5,1); -INSERT INTO zipcodes VALUES (28653,'Montezuma','NC','36.065053','-81.901715',-5,1); -INSERT INTO zipcodes VALUES (28654,'Moravian Falls','NC','36.073489','-81.160560',-5,1); -INSERT INTO zipcodes VALUES (28655,'Morganton','NC','35.742752','-81.716250',-5,1); -INSERT INTO zipcodes VALUES (28656,'North Wilkesboro','NC','36.238438','-81.045963',-5,1); -INSERT INTO zipcodes VALUES (28657,'Newland','NC','36.049348','-81.942860',-5,1); -INSERT INTO zipcodes VALUES (28658,'Newton','NC','35.653437','-81.234430',-5,1); -INSERT INTO zipcodes VALUES (28659,'North Wilkesboro','NC','36.169604','-81.116150',-5,1); -INSERT INTO zipcodes VALUES (28660,'Olin','NC','35.970599','-80.864390',-5,1); -INSERT INTO zipcodes VALUES (28661,'Patterson','NC','35.997260','-81.562609',-5,1); -INSERT INTO zipcodes VALUES (28662,'Pineola','NC','36.023359','-81.848880',-5,1); -INSERT INTO zipcodes VALUES (28663,'Piney Creek','NC','36.541861','-81.319500',-5,1); -INSERT INTO zipcodes VALUES (28664,'Plumtree','NC','36.044098','-82.003691',-5,1); -INSERT INTO zipcodes VALUES (28665,'Purlear','NC','36.195632','-81.373030',-5,1); -INSERT INTO zipcodes VALUES (28666,'Icard','NC','35.726966','-81.472380',-5,1); -INSERT INTO zipcodes VALUES (28667,'Rhodhiss','NC','35.777241','-81.430230',-5,1); -INSERT INTO zipcodes VALUES (28668,'Roaring Gap','NC','36.388460','-81.007330',-5,1); -INSERT INTO zipcodes VALUES (28669,'Roaring River','NC','36.229983','-80.996390',-5,1); -INSERT INTO zipcodes VALUES (28670,'Ronda','NC','36.204458','-80.934810',-5,1); -INSERT INTO zipcodes VALUES (28671,'Rutherford College','NC','35.753767','-81.535450',-5,1); -INSERT INTO zipcodes VALUES (28672,'Scottville','NC','36.414156','-81.492983',-5,1); -INSERT INTO zipcodes VALUES (28673,'Sherrills Ford','NC','35.589022','-80.993260',-5,1); -INSERT INTO zipcodes VALUES (28674,'North Wilkesboro','NC','36.216247','-81.207166',-5,1); -INSERT INTO zipcodes VALUES (28675,'Sparta','NC','36.506064','-81.136200',-5,1); -INSERT INTO zipcodes VALUES (28676,'State Road','NC','36.326001','-80.861820',-5,1); -INSERT INTO zipcodes VALUES (28677,'Statesville','NC','35.765719','-80.898100',-5,1); -INSERT INTO zipcodes VALUES (28678,'Stony Point','NC','35.846848','-81.051520',-5,1); -INSERT INTO zipcodes VALUES (28679,'Sugar Grove','NC','36.255467','-81.830020',-5,1); -INSERT INTO zipcodes VALUES (28680,'Morganton','NC','35.750657','-81.695292',-5,1); -INSERT INTO zipcodes VALUES (28681,'Taylorsville','NC','35.914275','-81.208300',-5,1); -INSERT INTO zipcodes VALUES (28682,'Terrell','NC','35.585074','-80.961410',-5,1); -INSERT INTO zipcodes VALUES (28683,'Thurmond','NC','36.394123','-80.919510',-5,1); -INSERT INTO zipcodes VALUES (28684,'Todd','NC','36.345453','-81.610090',-5,1); -INSERT INTO zipcodes VALUES (28685,'Traphill','NC','36.339420','-81.035640',-5,1); -INSERT INTO zipcodes VALUES (28687,'Statesville','NC','35.529792','-80.947028',-5,1); -INSERT INTO zipcodes VALUES (28688,'Turnersburg','NC','35.529792','-80.947028',-5,1); -INSERT INTO zipcodes VALUES (28689,'Union Grove','NC','36.035590','-80.912650',-5,1); -INSERT INTO zipcodes VALUES (28690,'Valdese','NC','35.740368','-81.568040',-5,1); -INSERT INTO zipcodes VALUES (28691,'Valle Crucis','NC','36.209158','-81.778871',-5,1); -INSERT INTO zipcodes VALUES (28692,'Vilas','NC','36.268944','-81.778190',-5,1); -INSERT INTO zipcodes VALUES (28693,'Warrensville','NC','36.474746','-81.537100',-5,1); -INSERT INTO zipcodes VALUES (28694,'West Jefferson','NC','36.375468','-81.477840',-5,1); -INSERT INTO zipcodes VALUES (28697,'Wilkesboro','NC','36.136991','-81.174620',-5,1); -INSERT INTO zipcodes VALUES (28698,'Zionville','NC','36.321009','-81.744040',-5,1); -INSERT INTO zipcodes VALUES (28699,'Scotts','NC','35.831037','-81.007620',-5,1); -INSERT INTO zipcodes VALUES (28701,'Alexander','NC','35.712999','-82.634790',-5,1); -INSERT INTO zipcodes VALUES (28702,'Almond','NC','35.412166','-83.583950',-5,1); -INSERT INTO zipcodes VALUES (28704,'Arden','NC','35.459869','-82.541420',-5,1); -INSERT INTO zipcodes VALUES (28705,'Bakersville','NC','36.033454','-82.168580',-5,1); -INSERT INTO zipcodes VALUES (28707,'Balsam','NC','35.419931','-83.080290',-5,1); -INSERT INTO zipcodes VALUES (28708,'Balsam Grove','NC','35.289152','-82.838590',-5,1); -INSERT INTO zipcodes VALUES (28709,'Barnardsville','NC','35.756437','-82.414710',-5,1); -INSERT INTO zipcodes VALUES (28710,'Bat Cave','NC','35.464897','-82.283070',-5,1); -INSERT INTO zipcodes VALUES (28711,'Black Mountain','NC','35.605146','-82.316650',-5,1); -INSERT INTO zipcodes VALUES (28712,'Brevard','NC','35.188077','-82.757990',-5,1); -INSERT INTO zipcodes VALUES (28713,'Bryson City','NC','35.395491','-83.473970',-5,1); -INSERT INTO zipcodes VALUES (28714,'Burnsville','NC','35.891276','-82.300080',-5,1); -INSERT INTO zipcodes VALUES (28715,'Candler','NC','35.529895','-82.704490',-5,1); -INSERT INTO zipcodes VALUES (28716,'Canton','NC','35.503301','-82.851030',-5,1); -INSERT INTO zipcodes VALUES (28717,'Cashiers','NC','35.103251','-83.095380',-5,1); -INSERT INTO zipcodes VALUES (28718,'Cedar Mountain','NC','35.154193','-82.624660',-5,1); -INSERT INTO zipcodes VALUES (28719,'Cherokee','NC','35.503590','-83.296980',-5,1); -INSERT INTO zipcodes VALUES (28720,'Chimney Rock','NC','35.436893','-82.241744',-5,1); -INSERT INTO zipcodes VALUES (28721,'Clyde','NC','35.600890','-82.935360',-5,1); -INSERT INTO zipcodes VALUES (28722,'Columbus','NC','35.248689','-82.181610',-5,1); -INSERT INTO zipcodes VALUES (28723,'Cullowhee','NC','35.256241','-83.144640',-5,1); -INSERT INTO zipcodes VALUES (28724,'Dana','NC','35.295403','-82.388325',-5,1); -INSERT INTO zipcodes VALUES (28725,'Dillsboro','NC','35.368520','-83.253210',-5,1); -INSERT INTO zipcodes VALUES (28726,'East Flat Rock','NC','35.280702','-82.418340',-5,1); -INSERT INTO zipcodes VALUES (28727,'Edneyville','NC','35.322276','-82.503226',-5,1); -INSERT INTO zipcodes VALUES (28728,'Enka','NC','35.498797','-82.708024',-5,1); -INSERT INTO zipcodes VALUES (28729,'Etowah','NC','35.311112','-82.602880',-5,1); -INSERT INTO zipcodes VALUES (28730,'Fairview','NC','35.526686','-82.375420',-5,1); -INSERT INTO zipcodes VALUES (28731,'Flat Rock','NC','35.270682','-82.415150',-5,1); -INSERT INTO zipcodes VALUES (28732,'Fletcher','NC','35.437611','-82.489990',-5,1); -INSERT INTO zipcodes VALUES (28733,'Fontana Dam','NC','35.435102','-83.821710',-5,1); -INSERT INTO zipcodes VALUES (28734,'Franklin','NC','35.185018','-83.390320',-5,1); -INSERT INTO zipcodes VALUES (28735,'Gerton','NC','35.478887','-82.348550',-5,1); -INSERT INTO zipcodes VALUES (28736,'Glenville','NC','35.175847','-83.111460',-5,1); -INSERT INTO zipcodes VALUES (28737,'Glenwood','NC','35.738725','-82.059494',-5,1); -INSERT INTO zipcodes VALUES (28738,'Hazelwood','NC','35.468264','-83.002841',-5,1); -INSERT INTO zipcodes VALUES (28739,'Hendersonville','NC','35.290454','-82.506520',-5,1); -INSERT INTO zipcodes VALUES (28740,'Greenmountain','NC','36.023817','-82.292370',-5,1); -INSERT INTO zipcodes VALUES (28741,'Highlands','NC','35.062520','-83.211730',-5,1); -INSERT INTO zipcodes VALUES (28742,'Horse Shoe','NC','35.362016','-82.603530',-5,1); -INSERT INTO zipcodes VALUES (28743,'Hot Springs','NC','35.834212','-82.861490',-5,1); -INSERT INTO zipcodes VALUES (28744,'Franklin','NC','35.117299','-83.295244',-5,1); -INSERT INTO zipcodes VALUES (28745,'Lake Junaluska','NC','35.527982','-82.967740',-5,1); -INSERT INTO zipcodes VALUES (28746,'Lake Lure','NC','35.451314','-82.185000',-5,1); -INSERT INTO zipcodes VALUES (28747,'Lake Toxaway','NC','35.146004','-82.922580',-5,1); -INSERT INTO zipcodes VALUES (28748,'Leicester','NC','35.661009','-82.735130',-5,1); -INSERT INTO zipcodes VALUES (28749,'Little Switzerland','NC','35.849372','-82.078990',-5,1); -INSERT INTO zipcodes VALUES (28750,'Lynn','NC','35.236179','-82.236198',-5,1); -INSERT INTO zipcodes VALUES (28751,'Maggie Valley','NC','35.518138','-83.085000',-5,1); -INSERT INTO zipcodes VALUES (28752,'Marion','NC','35.709124','-82.017190',-5,1); -INSERT INTO zipcodes VALUES (28753,'Marshall','NC','35.852912','-82.684470',-5,1); -INSERT INTO zipcodes VALUES (28754,'Mars Hill','NC','35.866763','-82.520430',-5,1); -INSERT INTO zipcodes VALUES (28755,'Micaville','NC','35.909707','-82.213950',-5,1); -INSERT INTO zipcodes VALUES (28756,'Mill Spring','NC','35.336523','-82.183130',-5,1); -INSERT INTO zipcodes VALUES (28757,'Montreat','NC','35.646373','-82.299680',-5,1); -INSERT INTO zipcodes VALUES (28758,'Mountain Home','NC','35.370940','-82.494500',-5,1); -INSERT INTO zipcodes VALUES (28760,'Naples','NC','35.381677','-82.481257',-5,1); -INSERT INTO zipcodes VALUES (28761,'Nebo','NC','35.666254','-81.906290',-5,1); -INSERT INTO zipcodes VALUES (28762,'Old Fort','NC','35.625414','-82.182290',-5,1); -INSERT INTO zipcodes VALUES (28763,'Otto','NC','35.050529','-83.422250',-5,1); -INSERT INTO zipcodes VALUES (28765,'Penland','NC','35.931539','-82.110720',-5,1); -INSERT INTO zipcodes VALUES (28766,'Penrose','NC','35.264303','-82.623570',-5,1); -INSERT INTO zipcodes VALUES (28767,'Old Fort','NC','35.640648','-82.165546',-5,1); -INSERT INTO zipcodes VALUES (28768,'Pisgah Forest','NC','35.272331','-82.673730',-5,1); -INSERT INTO zipcodes VALUES (28770,'Ridgecrest','NC','35.618596','-82.300480',-5,1); -INSERT INTO zipcodes VALUES (28771,'Robbinsville','NC','35.345611','-83.796340',-5,1); -INSERT INTO zipcodes VALUES (28772,'Rosman','NC','35.139812','-82.842530',-5,1); -INSERT INTO zipcodes VALUES (28773,'Saluda','NC','35.238990','-82.344080',-5,1); -INSERT INTO zipcodes VALUES (28774,'Sapphire','NC','35.115467','-83.010520',-5,1); -INSERT INTO zipcodes VALUES (28775,'Scaly Mountain','NC','35.031070','-83.327411',-5,1); -INSERT INTO zipcodes VALUES (28776,'Skyland','NC','35.483482','-82.520707',-5,1); -INSERT INTO zipcodes VALUES (28777,'Spruce Pine','NC','35.910932','-82.073660',-5,1); -INSERT INTO zipcodes VALUES (28778,'Swannanoa','NC','35.602430','-82.405310',-5,1); -INSERT INTO zipcodes VALUES (28779,'Sylva','NC','35.372730','-83.207720',-5,1); -INSERT INTO zipcodes VALUES (28781,'Topton','NC','35.241747','-83.629980',-5,1); -INSERT INTO zipcodes VALUES (28782,'Tryon','NC','35.221428','-82.217120',-5,1); -INSERT INTO zipcodes VALUES (28783,'Tuckasegee','NC','35.248885','-83.041110',-5,1); -INSERT INTO zipcodes VALUES (28784,'Tuxedo','NC','35.219796','-82.431860',-5,1); -INSERT INTO zipcodes VALUES (28785,'Maggie Valley','NC','35.569047','-83.009416',-5,1); -INSERT INTO zipcodes VALUES (28786,'Waynesville','NC','35.511094','-82.996070',-5,1); -INSERT INTO zipcodes VALUES (28787,'Weaverville','NC','35.723848','-82.542850',-5,1); -INSERT INTO zipcodes VALUES (28788,'Webster','NC','35.328533','-83.233302',-5,1); -INSERT INTO zipcodes VALUES (28789,'Whittier','NC','35.418018','-83.308870',-5,1); -INSERT INTO zipcodes VALUES (28790,'Zirconia','NC','35.202275','-82.471560',-5,1); -INSERT INTO zipcodes VALUES (28791,'Hendersonville','NC','35.345487','-82.496730',-5,1); -INSERT INTO zipcodes VALUES (28792,'Hendersonville','NC','35.353837','-82.416250',-5,1); -INSERT INTO zipcodes VALUES (28793,'Hendersonville','NC','35.292714','-82.503611',-5,1); -INSERT INTO zipcodes VALUES (28796,'East Flat Rock','NC','35.291180','-82.414530',-5,1); -INSERT INTO zipcodes VALUES (28800,'Asheville','NC','35.564734','-82.597992',-5,1); -INSERT INTO zipcodes VALUES (28801,'Asheville','NC','35.595661','-82.556320',-5,1); -INSERT INTO zipcodes VALUES (28802,'Asheville','NC','35.623732','-82.667132',-5,1); -INSERT INTO zipcodes VALUES (28803,'Asheville','NC','35.541790','-82.523070',-5,1); -INSERT INTO zipcodes VALUES (28804,'Asheville','NC','35.635844','-82.559920',-5,1); -INSERT INTO zipcodes VALUES (28805,'Asheville','NC','35.599363','-82.500070',-5,1); -INSERT INTO zipcodes VALUES (28806,'Asheville','NC','35.575877','-82.606200',-5,1); -INSERT INTO zipcodes VALUES (28808,'Asheville','NC','35.486156','-82.532081',-5,1); -INSERT INTO zipcodes VALUES (28810,'Asheville','NC','35.620335','-82.528558',-5,1); -INSERT INTO zipcodes VALUES (28813,'Asheville','NC','35.500420','-82.502644',-5,1); -INSERT INTO zipcodes VALUES (28814,'Asheville','NC','35.664752','-82.492664',-5,1); -INSERT INTO zipcodes VALUES (28815,'Asheville','NC','35.620335','-82.528558',-5,1); -INSERT INTO zipcodes VALUES (28816,'Asheville','NC','35.620335','-82.528558',-5,1); -INSERT INTO zipcodes VALUES (28818,'Beulaville','NC','34.924076','-77.764819',-5,1); -INSERT INTO zipcodes VALUES (28849,'Wrightsboro','NC','34.300421','-77.934656',-5,1); -INSERT INTO zipcodes VALUES (28894,'Vass','NC','35.267373','-79.280088',-5,1); -INSERT INTO zipcodes VALUES (28901,'Andrews','NC','35.202178','-83.816950',-5,1); -INSERT INTO zipcodes VALUES (28902,'Brasstown','NC','35.028510','-83.948820',-5,1); -INSERT INTO zipcodes VALUES (28903,'Culberson','NC','35.094379','-84.035916',-5,1); -INSERT INTO zipcodes VALUES (28904,'Hayesville','NC','35.052591','-83.766830',-5,1); -INSERT INTO zipcodes VALUES (28905,'Marble','NC','35.152197','-83.942310',-5,1); -INSERT INTO zipcodes VALUES (28906,'Murphy','NC','35.091332','-84.090180',-5,1); -INSERT INTO zipcodes VALUES (28909,'Warne','NC','34.994752','-83.901610',-5,1); -INSERT INTO zipcodes VALUES (28950,'Winterville','NC','35.526959','-77.404512',-5,1); -INSERT INTO zipcodes VALUES (28954,'Emerald Isle','NC','34.673805','-76.978420',-5,1); -INSERT INTO zipcodes VALUES (28971,'Hendersonville','NC','35.350962','-82.494187',-5,1); -INSERT INTO zipcodes VALUES (28972,'Hendersonville','NC','35.299726','-82.449228',-5,1); -INSERT INTO zipcodes VALUES (29001,'Alcolu','SC','33.769930','-80.172780',-5,1); -INSERT INTO zipcodes VALUES (29002,'Ballentine','SC','34.126535','-81.234811',-5,1); -INSERT INTO zipcodes VALUES (29003,'Bamberg','SC','33.272026','-81.032030',-5,1); -INSERT INTO zipcodes VALUES (29006,'Batesburg','SC','33.872503','-81.552450',-5,1); -INSERT INTO zipcodes VALUES (29009,'Bethune','SC','34.422793','-80.361290',-5,1); -INSERT INTO zipcodes VALUES (29010,'Bishopville','SC','34.213582','-80.260830',-5,1); -INSERT INTO zipcodes VALUES (29014,'Blackstock','SC','34.552119','-81.135420',-5,1); -INSERT INTO zipcodes VALUES (29015,'Blair','SC','34.428673','-81.358980',-5,1); -INSERT INTO zipcodes VALUES (29016,'Blythewood','SC','34.200042','-80.986530',-5,1); -INSERT INTO zipcodes VALUES (29018,'Bowman','SC','33.354403','-80.651340',-5,1); -INSERT INTO zipcodes VALUES (29020,'Camden','SC','34.278935','-80.591420',-5,1); -INSERT INTO zipcodes VALUES (29030,'Cameron','SC','33.572356','-80.671580',-5,1); -INSERT INTO zipcodes VALUES (29031,'Carlisle','SC','34.603967','-81.449600',-5,1); -INSERT INTO zipcodes VALUES (29032,'Cassatt','SC','34.349725','-80.481170',-5,1); -INSERT INTO zipcodes VALUES (29033,'Cayce','SC','33.964753','-81.066180',-5,1); -INSERT INTO zipcodes VALUES (29036,'Chapin','SC','34.128998','-81.338220',-5,1); -INSERT INTO zipcodes VALUES (29037,'Chappells','SC','34.188584','-81.870430',-5,1); -INSERT INTO zipcodes VALUES (29038,'Cope','SC','33.372063','-80.984090',-5,1); -INSERT INTO zipcodes VALUES (29039,'Cordova','SC','33.425547','-80.900830',-5,1); -INSERT INTO zipcodes VALUES (29040,'Dalzell','SC','34.029407','-80.444050',-5,1); -INSERT INTO zipcodes VALUES (29041,'Davis Station','SC','33.688373','-80.208109',-5,1); -INSERT INTO zipcodes VALUES (29042,'Denmark','SC','33.321406','-81.143180',-5,1); -INSERT INTO zipcodes VALUES (29044,'Eastover','SC','33.911025','-80.701570',-5,1); -INSERT INTO zipcodes VALUES (29045,'Elgin','SC','34.169900','-80.814480',-5,1); -INSERT INTO zipcodes VALUES (29046,'Elliott','SC','34.107967','-80.161000',-5,1); -INSERT INTO zipcodes VALUES (29047,'Elloree','SC','33.528030','-80.581270',-5,1); -INSERT INTO zipcodes VALUES (29048,'Eutawville','SC','33.399511','-80.320690',-5,1); -INSERT INTO zipcodes VALUES (29051,'Gable','SC','33.845399','-80.130520',-5,1); -INSERT INTO zipcodes VALUES (29052,'Gadsden','SC','33.839441','-80.748020',-5,1); -INSERT INTO zipcodes VALUES (29053,'Gaston','SC','33.830405','-81.092190',-5,1); -INSERT INTO zipcodes VALUES (29054,'Gilbert','SC','33.947764','-81.382300',-5,1); -INSERT INTO zipcodes VALUES (29055,'Great Falls','SC','34.569908','-80.909720',-5,1); -INSERT INTO zipcodes VALUES (29056,'Greeleyville','SC','33.634675','-79.992050',-5,1); -INSERT INTO zipcodes VALUES (29058,'Heath Springs','SC','34.588329','-80.701070',-5,1); -INSERT INTO zipcodes VALUES (29059,'Holly Hill','SC','33.332666','-80.422510',-5,1); -INSERT INTO zipcodes VALUES (29061,'Hopkins','SC','33.920721','-80.845350',-5,1); -INSERT INTO zipcodes VALUES (29062,'Horatio','SC','34.020978','-80.567860',-5,1); -INSERT INTO zipcodes VALUES (29063,'Irmo','SC','34.120487','-81.196860',-5,1); -INSERT INTO zipcodes VALUES (29065,'Jenkinsville','SC','34.295632','-81.300680',-5,1); -INSERT INTO zipcodes VALUES (29066,'Batesburg-Leesville','SC','33.905722','-81.530165',-5,1); -INSERT INTO zipcodes VALUES (29067,'Kershaw','SC','34.545825','-80.548070',-5,1); -INSERT INTO zipcodes VALUES (29069,'Lamar','SC','34.183978','-80.076290',-5,1); -INSERT INTO zipcodes VALUES (29070,'Leesville','SC','33.931279','-81.465000',-5,1); -INSERT INTO zipcodes VALUES (29071,'Lexington','SC','33.925183','-81.248345',-5,1); -INSERT INTO zipcodes VALUES (29072,'Lexington','SC','33.991362','-81.250470',-5,1); -INSERT INTO zipcodes VALUES (29073,'Lexington','SC','33.917812','-81.218540',-5,1); -INSERT INTO zipcodes VALUES (29074,'Liberty Hill','SC','34.450789','-80.798440',-5,1); -INSERT INTO zipcodes VALUES (29075,'Little Mountain','SC','34.194914','-81.390160',-5,1); -INSERT INTO zipcodes VALUES (29078,'Lugoff','SC','34.204467','-80.707760',-5,1); -INSERT INTO zipcodes VALUES (29079,'Lydia','SC','34.296064','-80.113190',-5,1); -INSERT INTO zipcodes VALUES (29080,'Lynchburg','SC','34.007854','-80.067500',-5,1); -INSERT INTO zipcodes VALUES (29081,'Ehrhardt','SC','33.094711','-81.043450',-5,1); -INSERT INTO zipcodes VALUES (29082,'Lodge','SC','33.040507','-80.954480',-5,1); -INSERT INTO zipcodes VALUES (29101,'McBee','SC','34.461353','-80.250600',-5,1); -INSERT INTO zipcodes VALUES (29102,'Manning','SC','33.647611','-80.212810',-5,1); -INSERT INTO zipcodes VALUES (29103,'Mayesville','SC','33.989924','-80.208361',-5,1); -INSERT INTO zipcodes VALUES (29104,'Mayesville','SC','34.000732','-80.213600',-5,1); -INSERT INTO zipcodes VALUES (29105,'Monetta','SC','33.831118','-81.597720',-5,1); -INSERT INTO zipcodes VALUES (29106,'Monticello','SC','34.373596','-81.098735',-5,1); -INSERT INTO zipcodes VALUES (29107,'Neeses','SC','33.532767','-81.122980',-5,1); -INSERT INTO zipcodes VALUES (29108,'Newberry','SC','34.282877','-81.616410',-5,1); -INSERT INTO zipcodes VALUES (29111,'New Zion','SC','33.795243','-80.041960',-5,1); -INSERT INTO zipcodes VALUES (29112,'North','SC','33.629017','-81.097630',-5,1); -INSERT INTO zipcodes VALUES (29113,'Norway','SC','33.445032','-81.123340',-5,1); -INSERT INTO zipcodes VALUES (29114,'Olanta','SC','33.941300','-79.932190',-5,1); -INSERT INTO zipcodes VALUES (29115,'Orangeburg','SC','33.487767','-80.856400',-5,1); -INSERT INTO zipcodes VALUES (29116,'Orangeburg','SC','33.495930','-80.824603',-5,1); -INSERT INTO zipcodes VALUES (29117,'Orangeburg','SC','33.442019','-80.797486',-5,1); -INSERT INTO zipcodes VALUES (29118,'Orangeburg','SC','33.548282','-80.885130',-5,1); -INSERT INTO zipcodes VALUES (29122,'Peak','SC','34.242848','-81.326490',-5,1); -INSERT INTO zipcodes VALUES (29123,'Pelion','SC','33.771358','-81.259870',-5,1); -INSERT INTO zipcodes VALUES (29124,'Perry','SC','33.630125','-81.308610',-5,1); -INSERT INTO zipcodes VALUES (29125,'Pinewood','SC','33.714690','-80.454800',-5,1); -INSERT INTO zipcodes VALUES (29126,'Pomaria','SC','34.305501','-81.421800',-5,1); -INSERT INTO zipcodes VALUES (29127,'Prosperity','SC','34.148540','-81.511000',-5,1); -INSERT INTO zipcodes VALUES (29128,'Rembert','SC','34.094472','-80.544470',-5,1); -INSERT INTO zipcodes VALUES (29129,'Ridge Spring','SC','33.804368','-81.655770',-5,1); -INSERT INTO zipcodes VALUES (29130,'Ridgeway','SC','34.328826','-80.887620',-5,1); -INSERT INTO zipcodes VALUES (29132,'Rion','SC','34.309957','-81.127240',-5,1); -INSERT INTO zipcodes VALUES (29133,'Rowesville','SC','33.377310','-80.816010',-5,1); -INSERT INTO zipcodes VALUES (29135,'Saint Matthews','SC','33.675533','-80.795630',-5,1); -INSERT INTO zipcodes VALUES (29137,'Salley','SC','33.593634','-81.322260',-5,1); -INSERT INTO zipcodes VALUES (29138,'Saluda','SC','34.029635','-81.775790',-5,1); -INSERT INTO zipcodes VALUES (29142,'Santee','SC','33.462378','-80.509030',-5,1); -INSERT INTO zipcodes VALUES (29143,'Sardinia','SC','33.688373','-80.208109',-5,1); -INSERT INTO zipcodes VALUES (29145,'Silverstreet','SC','34.215881','-81.753180',-5,1); -INSERT INTO zipcodes VALUES (29146,'Springfield','SC','33.506999','-81.289470',-5,1); -INSERT INTO zipcodes VALUES (29147,'State Park','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29148,'Summerton','SC','33.570595','-80.339690',-5,1); -INSERT INTO zipcodes VALUES (29150,'Sumter','SC','33.916418','-80.357380',-5,1); -INSERT INTO zipcodes VALUES (29151,'Sumter','SC','33.899856','-80.374340',-5,1); -INSERT INTO zipcodes VALUES (29152,'Shaw A F B','SC','33.972863','-80.465340',-5,1); -INSERT INTO zipcodes VALUES (29153,'Sumter','SC','33.948928','-80.320250',-5,1); -INSERT INTO zipcodes VALUES (29154,'Sumter','SC','33.899155','-80.434330',-5,1); -INSERT INTO zipcodes VALUES (29160,'Swansea','SC','33.734171','-81.075630',-5,1); -INSERT INTO zipcodes VALUES (29161,'Timmonsville','SC','34.115691','-79.944820',-5,1); -INSERT INTO zipcodes VALUES (29162,'Turbeville','SC','33.887590','-80.010130',-5,1); -INSERT INTO zipcodes VALUES (29163,'Vance','SC','33.434712','-80.430460',-5,1); -INSERT INTO zipcodes VALUES (29164,'Wagener','SC','33.659078','-81.408450',-5,1); -INSERT INTO zipcodes VALUES (29166,'Ward','SC','33.905290','-81.706070',-5,1); -INSERT INTO zipcodes VALUES (29168,'Wedgefield','SC','33.881986','-80.504870',-5,1); -INSERT INTO zipcodes VALUES (29169,'West Columbia','SC','33.990952','-81.089560',-5,1); -INSERT INTO zipcodes VALUES (29170,'West Columbia','SC','33.943251','-81.141420',-5,1); -INSERT INTO zipcodes VALUES (29171,'West Columbia','SC','33.925183','-81.248345',-5,1); -INSERT INTO zipcodes VALUES (29172,'West Columbia','SC','33.902216','-81.082560',-5,1); -INSERT INTO zipcodes VALUES (29175,'Westville','SC','34.443733','-80.601380',-5,1); -INSERT INTO zipcodes VALUES (29176,'White Oak','SC','34.373596','-81.098735',-5,1); -INSERT INTO zipcodes VALUES (29177,'White Rock','SC','34.143934','-81.272810',-5,1); -INSERT INTO zipcodes VALUES (29178,'Whitmire','SC','34.502577','-81.607770',-5,1); -INSERT INTO zipcodes VALUES (29180,'Winnsboro','SC','34.369441','-81.082180',-5,1); -INSERT INTO zipcodes VALUES (29201,'Columbia','SC','33.998454','-81.035190',-5,1); -INSERT INTO zipcodes VALUES (29202,'Columbia','SC','34.022921','-81.028860',-5,1); -INSERT INTO zipcodes VALUES (29203,'Columbia','SC','34.066271','-81.024920',-5,1); -INSERT INTO zipcodes VALUES (29204,'Columbia','SC','34.027955','-81.000080',-5,1); -INSERT INTO zipcodes VALUES (29205,'Columbia','SC','33.990555','-80.998260',-5,1); -INSERT INTO zipcodes VALUES (29206,'Columbia','SC','34.037557','-80.960240',-5,1); -INSERT INTO zipcodes VALUES (29207,'Columbia','SC','34.021442','-80.941440',-5,1); -INSERT INTO zipcodes VALUES (29208,'Columbia','SC','33.993705','-81.019913',-5,1); -INSERT INTO zipcodes VALUES (29209,'Columbia','SC','33.968011','-80.938440',-5,1); -INSERT INTO zipcodes VALUES (29210,'Columbia','SC','34.041646','-81.106240',-5,1); -INSERT INTO zipcodes VALUES (29211,'Columbia','SC','34.096716','-80.922338',-5,1); -INSERT INTO zipcodes VALUES (29212,'Columbia','SC','34.075611','-81.176110',-5,1); -INSERT INTO zipcodes VALUES (29214,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29215,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29216,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29217,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29218,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29219,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29220,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29221,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29222,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29223,'Columbia','SC','34.084069','-80.932860',-5,1); -INSERT INTO zipcodes VALUES (29224,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29225,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29226,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29227,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29228,'Columbia','SC','33.925183','-81.248345',-5,1); -INSERT INTO zipcodes VALUES (29229,'Columbia','SC','34.139511','-80.887830',-5,1); -INSERT INTO zipcodes VALUES (29230,'Columbia','SC','34.107483','-81.062623',-5,1); -INSERT INTO zipcodes VALUES (29233,'Columbia','SC','34.091966','-80.873430',-5,1); -INSERT INTO zipcodes VALUES (29235,'Clinton','SC','34.457522','-81.880871',-5,1); -INSERT INTO zipcodes VALUES (29240,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29250,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29260,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29290,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29292,'Columbia','SC','34.005992','-80.970766',-5,1); -INSERT INTO zipcodes VALUES (29301,'Spartanburg','SC','34.940921','-81.986820',-5,1); -INSERT INTO zipcodes VALUES (29302,'Spartanburg','SC','34.926075','-81.879190',-5,1); -INSERT INTO zipcodes VALUES (29303,'Spartanburg','SC','34.980636','-81.956650',-5,1); -INSERT INTO zipcodes VALUES (29304,'Spartanburg','SC','34.916625','-81.863874',-5,1); -INSERT INTO zipcodes VALUES (29305,'Spartanburg','SC','35.111404','-82.105503',-5,1); -INSERT INTO zipcodes VALUES (29306,'Spartanburg','SC','34.925353','-81.930800',-5,1); -INSERT INTO zipcodes VALUES (29307,'Spartanburg','SC','34.982424','-81.857290',-5,1); -INSERT INTO zipcodes VALUES (29316,'Spartanburg','SC','35.033903','-81.974130',-5,1); -INSERT INTO zipcodes VALUES (29318,'Spartanburg','SC','34.888237','-81.969020',-5,1); -INSERT INTO zipcodes VALUES (29319,'Spartanburg','SC','34.888237','-81.969020',-5,1); -INSERT INTO zipcodes VALUES (29320,'Arcadia','SC','34.957898','-81.992520',-5,1); -INSERT INTO zipcodes VALUES (29321,'Buffalo','SC','34.715641','-81.711870',-5,1); -INSERT INTO zipcodes VALUES (29322,'Campobello','SC','35.109207','-82.141000',-5,1); -INSERT INTO zipcodes VALUES (29323,'Chesnee','SC','35.131971','-81.885530',-5,1); -INSERT INTO zipcodes VALUES (29324,'Clifton','SC','34.990560','-81.832710',-5,1); -INSERT INTO zipcodes VALUES (29325,'Clinton','SC','34.470115','-81.867610',-5,1); -INSERT INTO zipcodes VALUES (29329,'Converse','SC','35.001748','-81.832999',-5,1); -INSERT INTO zipcodes VALUES (29330,'Cowpens','SC','35.043505','-81.810260',-5,1); -INSERT INTO zipcodes VALUES (29331,'Cross Anchor','SC','34.638315','-81.856745',-5,1); -INSERT INTO zipcodes VALUES (29332,'Cross Hill','SC','34.270774','-81.982760',-5,1); -INSERT INTO zipcodes VALUES (29333,'Drayton','SC','34.968472','-81.906376',-5,1); -INSERT INTO zipcodes VALUES (29334,'Duncan','SC','34.915071','-82.133220',-5,1); -INSERT INTO zipcodes VALUES (29335,'Enoree','SC','34.660137','-81.909240',-5,1); -INSERT INTO zipcodes VALUES (29336,'Fairforest','SC','34.888237','-81.969020',-5,1); -INSERT INTO zipcodes VALUES (29338,'Fingerville','SC','35.136333','-82.003280',-5,1); -INSERT INTO zipcodes VALUES (29340,'Gaffney','SC','35.036530','-81.624970',-5,1); -INSERT INTO zipcodes VALUES (29341,'Gaffney','SC','35.104250','-81.692320',-5,1); -INSERT INTO zipcodes VALUES (29342,'Gaffney','SC','34.996314','-81.652395',-5,1); -INSERT INTO zipcodes VALUES (29346,'Glendale','SC','35.044719','-81.977324',-5,1); -INSERT INTO zipcodes VALUES (29348,'Gramling','SC','34.888237','-81.969020',-5,1); -INSERT INTO zipcodes VALUES (29349,'Inman','SC','35.061431','-82.075230',-5,1); -INSERT INTO zipcodes VALUES (29351,'Joanna','SC','34.415818','-81.810600',-5,1); -INSERT INTO zipcodes VALUES (29353,'Jonesville','SC','34.828217','-81.669030',-5,1); -INSERT INTO zipcodes VALUES (29355,'Kinards','SC','34.338289','-81.786740',-5,1); -INSERT INTO zipcodes VALUES (29356,'Landrum','SC','35.156170','-82.220450',-5,1); -INSERT INTO zipcodes VALUES (29360,'Laurens','SC','34.503167','-82.022710',-5,1); -INSERT INTO zipcodes VALUES (29363,'Lake View','SC','34.342221','-79.165102',-5,1); -INSERT INTO zipcodes VALUES (29364,'Lockhart','SC','34.788053','-81.461240',-5,1); -INSERT INTO zipcodes VALUES (29365,'Lyman','SC','34.965890','-82.145410',-5,1); -INSERT INTO zipcodes VALUES (29368,'Mayo','SC','34.949241','-81.990216',-5,1); -INSERT INTO zipcodes VALUES (29369,'Moore','SC','34.865445','-82.020180',-5,1); -INSERT INTO zipcodes VALUES (29370,'Mountville','SC','34.367183','-81.976800',-5,1); -INSERT INTO zipcodes VALUES (29372,'Pacolet','SC','34.900682','-81.748460',-5,1); -INSERT INTO zipcodes VALUES (29373,'Pacolet Mills','SC','34.925281','-81.743210',-5,1); -INSERT INTO zipcodes VALUES (29374,'Pauline','SC','34.783908','-81.854680',-5,1); -INSERT INTO zipcodes VALUES (29375,'Reidville','SC','34.862432','-82.110660',-5,1); -INSERT INTO zipcodes VALUES (29376,'Roebuck','SC','34.856283','-81.954440',-5,1); -INSERT INTO zipcodes VALUES (29377,'Startex','SC','34.935828','-82.095140',-5,1); -INSERT INTO zipcodes VALUES (29378,'Una','SC','34.853013','-81.772738',-5,1); -INSERT INTO zipcodes VALUES (29379,'Union','SC','34.714045','-81.604960',-5,1); -INSERT INTO zipcodes VALUES (29384,'Waterloo','SC','34.323605','-82.083250',-5,1); -INSERT INTO zipcodes VALUES (29385,'Wellford','SC','34.954729','-82.093120',-5,1); -INSERT INTO zipcodes VALUES (29386,'White Stone','SC','34.888237','-81.969020',-5,1); -INSERT INTO zipcodes VALUES (29388,'Woodruff','SC','34.758703','-82.048300',-5,1); -INSERT INTO zipcodes VALUES (29390,'Duncan','SC','34.888237','-81.969020',-5,1); -INSERT INTO zipcodes VALUES (29391,'Duncan','SC','34.888237','-81.969020',-5,1); -INSERT INTO zipcodes VALUES (29401,'Charleston','SC','32.779126','-79.935500',-5,1); -INSERT INTO zipcodes VALUES (29402,'Charleston','SC','32.848850','-79.857730',-5,1); -INSERT INTO zipcodes VALUES (29403,'Charleston','SC','32.799326','-79.948130',-5,1); -INSERT INTO zipcodes VALUES (29404,'Charleston AFB','SC','32.897903','-80.060610',-5,1); -INSERT INTO zipcodes VALUES (29405,'North Charleston','SC','32.856634','-79.982180',-5,1); -INSERT INTO zipcodes VALUES (29406,'Charleston','SC','32.918757','-80.022800',-5,1); -INSERT INTO zipcodes VALUES (29407,'Charleston','SC','32.794841','-80.005000',-5,1); -INSERT INTO zipcodes VALUES (29409,'Charleston','SC','32.848850','-79.857730',-5,1); -INSERT INTO zipcodes VALUES (29410,'Charleston','SC','33.192514','-80.030630',-5,1); -INSERT INTO zipcodes VALUES (29412,'Charleston','SC','32.737270','-79.954090',-5,1); -INSERT INTO zipcodes VALUES (29413,'Charleston','SC','32.848850','-79.857730',-5,1); -INSERT INTO zipcodes VALUES (29414,'Charleston','SC','32.821238','-80.053530',-5,1); -INSERT INTO zipcodes VALUES (29415,'Charleston','SC','32.848850','-79.857730',-5,1); -INSERT INTO zipcodes VALUES (29416,'Charleston','SC','32.848850','-79.857730',-5,1); -INSERT INTO zipcodes VALUES (29417,'Charleston','SC','32.848850','-79.857730',-5,1); -INSERT INTO zipcodes VALUES (29418,'North Charleston','SC','32.879529','-80.059110',-5,1); -INSERT INTO zipcodes VALUES (29419,'Charleston','SC','32.848850','-79.857730',-5,1); -INSERT INTO zipcodes VALUES (29420,'North Charleston','SC','32.930640','-80.092470',-5,1); -INSERT INTO zipcodes VALUES (29422,'Charleston','SC','32.848850','-79.857730',-5,1); -INSERT INTO zipcodes VALUES (29423,'Charleston','SC','32.981952','-80.073630',-5,1); -INSERT INTO zipcodes VALUES (29424,'Charleston','SC','32.783076','-79.937010',-5,1); -INSERT INTO zipcodes VALUES (29425,'Charleston','SC','32.786176','-79.947110',-5,1); -INSERT INTO zipcodes VALUES (29426,'Adams Run','SC','32.790622','-80.384890',-5,1); -INSERT INTO zipcodes VALUES (29429,'Awendaw','SC','32.972510','-79.660700',-5,1); -INSERT INTO zipcodes VALUES (29430,'Bethera','SC','33.174292','-79.789910',-5,1); -INSERT INTO zipcodes VALUES (29431,'Bonneau','SC','33.284887','-79.915040',-5,1); -INSERT INTO zipcodes VALUES (29432,'Branchville','SC','33.229581','-80.802480',-5,1); -INSERT INTO zipcodes VALUES (29433,'Canadys','SC','33.061376','-80.631208',-5,1); -INSERT INTO zipcodes VALUES (29434,'Cordesville','SC','33.119898','-79.857970',-5,1); -INSERT INTO zipcodes VALUES (29435,'Cottageville','SC','32.976399','-80.479250',-5,1); -INSERT INTO zipcodes VALUES (29436,'Cross','SC','33.345833','-80.190090',-5,1); -INSERT INTO zipcodes VALUES (29437,'Dorchester','SC','33.144807','-80.415930',-5,1); -INSERT INTO zipcodes VALUES (29438,'Edisto Island','SC','32.542343','-80.316820',-5,1); -INSERT INTO zipcodes VALUES (29439,'Folly Beach','SC','32.662451','-79.932240',-5,1); -INSERT INTO zipcodes VALUES (29440,'Georgetown','SC','33.389340','-79.326380',-5,1); -INSERT INTO zipcodes VALUES (29442,'Georgetown','SC','33.403693','-79.226361',-5,1); -INSERT INTO zipcodes VALUES (29445,'Goose Creek','SC','32.991185','-80.023470',-5,1); -INSERT INTO zipcodes VALUES (29446,'Green Pond','SC','32.683083','-80.560740',-5,1); -INSERT INTO zipcodes VALUES (29447,'Grover','SC','33.086324','-80.622790',-5,1); -INSERT INTO zipcodes VALUES (29448,'Harleyville','SC','33.237382','-80.451860',-5,1); -INSERT INTO zipcodes VALUES (29449,'Hollywood','SC','32.715745','-80.267380',-5,1); -INSERT INTO zipcodes VALUES (29450,'Huger','SC','33.046869','-79.809700',-5,1); -INSERT INTO zipcodes VALUES (29451,'Isle Of Palms','SC','32.798138','-79.764960',-5,1); -INSERT INTO zipcodes VALUES (29452,'Jacksonboro','SC','32.745396','-80.464580',-5,1); -INSERT INTO zipcodes VALUES (29453,'Jamestown','SC','33.235105','-79.614720',-5,1); -INSERT INTO zipcodes VALUES (29455,'Johns Island','SC','32.717109','-80.085070',-5,1); -INSERT INTO zipcodes VALUES (29456,'Ladson','SC','32.993571','-80.121650',-5,1); -INSERT INTO zipcodes VALUES (29457,'Johns Island','SC','32.848850','-79.857730',-5,1); -INSERT INTO zipcodes VALUES (29458,'McClellanville','SC','33.105940','-79.465700',-5,1); -INSERT INTO zipcodes VALUES (29461,'Moncks Corner','SC','33.164225','-80.010390',-5,1); -INSERT INTO zipcodes VALUES (29464,'Mount Pleasant','SC','32.813518','-79.858990',-5,1); -INSERT INTO zipcodes VALUES (29465,'Mount Pleasant','SC','32.848850','-79.857730',-5,1); -INSERT INTO zipcodes VALUES (29466,'Mount Pleasant','SC','32.876020','-79.791480',-5,1); -INSERT INTO zipcodes VALUES (29468,'Pineville','SC','33.418106','-80.078220',-5,1); -INSERT INTO zipcodes VALUES (29469,'Pinopolis','SC','33.252941','-80.082970',-5,1); -INSERT INTO zipcodes VALUES (29470,'Ravenel','SC','32.788784','-80.227780',-5,1); -INSERT INTO zipcodes VALUES (29471,'Reevesville','SC','33.198286','-80.656370',-5,1); -INSERT INTO zipcodes VALUES (29472,'Ridgeville','SC','33.032710','-80.319580',-5,1); -INSERT INTO zipcodes VALUES (29474,'Round O','SC','32.939642','-80.544050',-5,1); -INSERT INTO zipcodes VALUES (29475,'Ruffin','SC','32.977614','-80.815290',-5,1); -INSERT INTO zipcodes VALUES (29476,'Russellville','SC','33.164201','-79.904182',-5,1); -INSERT INTO zipcodes VALUES (29477,'Saint George','SC','33.187906','-80.576020',-5,1); -INSERT INTO zipcodes VALUES (29479,'Saint Stephen','SC','33.391941','-79.917370',-5,1); -INSERT INTO zipcodes VALUES (29481,'Smoaks','SC','33.105834','-80.810660',-5,1); -INSERT INTO zipcodes VALUES (29482,'Sullivans Island','SC','32.763456','-79.837910',-5,1); -INSERT INTO zipcodes VALUES (29483,'Summerville','SC','33.034586','-80.185990',-5,1); -INSERT INTO zipcodes VALUES (29484,'Summerville','SC','33.002340','-80.226694',-5,1); -INSERT INTO zipcodes VALUES (29485,'Summerville','SC','32.983408','-80.176270',-5,1); -INSERT INTO zipcodes VALUES (29487,'Wadmalaw Island','SC','32.651864','-80.177740',-5,1); -INSERT INTO zipcodes VALUES (29488,'Walterboro','SC','32.899890','-80.671950',-5,1); -INSERT INTO zipcodes VALUES (29492,'Charleston','SC','32.915830','-79.884600',-5,1); -INSERT INTO zipcodes VALUES (29493,'Williams','SC','33.033780','-80.842820',-5,1); -INSERT INTO zipcodes VALUES (29494,'Hollywood','SC','32.727638','-80.247730',-5,1); -INSERT INTO zipcodes VALUES (29501,'Florence','SC','34.195705','-79.809770',-5,1); -INSERT INTO zipcodes VALUES (29502,'Florence','SC','34.200994','-79.784721',-5,1); -INSERT INTO zipcodes VALUES (29503,'Florence','SC','34.062999','-79.650627',-5,1); -INSERT INTO zipcodes VALUES (29504,'Florence','SC','34.041582','-79.693294',-5,1); -INSERT INTO zipcodes VALUES (29505,'Florence','SC','34.142119','-79.743110',-5,1); -INSERT INTO zipcodes VALUES (29506,'Florence','SC','34.201299','-79.717220',-5,1); -INSERT INTO zipcodes VALUES (29510,'Andrews','SC','33.450530','-79.592330',-5,1); -INSERT INTO zipcodes VALUES (29511,'Aynor','SC','33.985128','-79.149850',-5,1); -INSERT INTO zipcodes VALUES (29512,'Bennettsville','SC','34.657694','-79.691510',-5,1); -INSERT INTO zipcodes VALUES (29516,'Blenheim','SC','34.467072','-79.643700',-5,1); -INSERT INTO zipcodes VALUES (29518,'Cades','SC','33.781440','-79.886880',-5,1); -INSERT INTO zipcodes VALUES (29519,'Centenary','SC','34.028989','-79.359400',-5,1); -INSERT INTO zipcodes VALUES (29520,'Cheraw','SC','34.688620','-79.923150',-5,1); -INSERT INTO zipcodes VALUES (29525,'Clio','SC','34.571839','-79.538470',-5,1); -INSERT INTO zipcodes VALUES (29526,'Conway','SC','33.850218','-79.016920',-5,1); -INSERT INTO zipcodes VALUES (29527,'Conway','SC','33.801049','-79.114800',-5,1); -INSERT INTO zipcodes VALUES (29528,'Conway','SC','33.935814','-78.919205',-5,1); -INSERT INTO zipcodes VALUES (29530,'Coward','SC','33.985431','-79.740370',-5,1); -INSERT INTO zipcodes VALUES (29532,'Darlington','SC','34.291269','-79.876100',-5,1); -INSERT INTO zipcodes VALUES (29535,'McCormick','SC','33.911717','-82.300740',-5,1); -INSERT INTO zipcodes VALUES (29536,'Dillon','SC','34.413907','-79.365120',-5,1); -INSERT INTO zipcodes VALUES (29540,'Darlington','SC','34.388055','-79.891350',-5,1); -INSERT INTO zipcodes VALUES (29541,'Effingham','SC','34.070033','-79.757930',-5,1); -INSERT INTO zipcodes VALUES (29542,'Floyd Dale','SC','34.425629','-79.352291',-5,1); -INSERT INTO zipcodes VALUES (29543,'Fork','SC','34.289399','-79.270390',-5,1); -INSERT INTO zipcodes VALUES (29544,'Galivants Ferry','SC','34.002167','-79.193250',-5,1); -INSERT INTO zipcodes VALUES (29545,'Green Sea','SC','34.164187','-78.966960',-5,1); -INSERT INTO zipcodes VALUES (29546,'Gresham','SC','33.939996','-79.361420',-5,1); -INSERT INTO zipcodes VALUES (29547,'Hamer','SC','34.483711','-79.328150',-5,1); -INSERT INTO zipcodes VALUES (29549,'Myrtle Beach','SC','33.798844','-78.739531',-5,1); -INSERT INTO zipcodes VALUES (29550,'Hartsville','SC','34.386728','-80.082560',-5,1); -INSERT INTO zipcodes VALUES (29551,'Hartsville','SC','34.365898','-80.132418',-5,1); -INSERT INTO zipcodes VALUES (29554,'Hemingway','SC','33.712390','-79.403870',-5,1); -INSERT INTO zipcodes VALUES (29555,'Johnsonville','SC','33.830612','-79.454940',-5,1); -INSERT INTO zipcodes VALUES (29556,'Kingstree','SC','33.671678','-79.786930',-5,1); -INSERT INTO zipcodes VALUES (29560,'Lake City','SC','33.859815','-79.754200',-5,1); -INSERT INTO zipcodes VALUES (29561,'Latta','SC','34.336439','-79.432546',-5,1); -INSERT INTO zipcodes VALUES (29563,'Lake View','SC','34.345437','-79.186510',-5,1); -INSERT INTO zipcodes VALUES (29564,'Lane','SC','33.493553','-79.874020',-5,1); -INSERT INTO zipcodes VALUES (29565,'Latta','SC','34.340797','-79.458930',-5,1); -INSERT INTO zipcodes VALUES (29566,'Little River','SC','33.873017','-78.642820',-5,1); -INSERT INTO zipcodes VALUES (29567,'Little Rock','SC','34.525937','-79.420490',-5,1); -INSERT INTO zipcodes VALUES (29568,'Longs','SC','33.915705','-78.747960',-5,1); -INSERT INTO zipcodes VALUES (29569,'Loris','SC','34.046247','-78.900800',-5,1); -INSERT INTO zipcodes VALUES (29570,'McColl','SC','34.671428','-79.553080',-5,1); -INSERT INTO zipcodes VALUES (29571,'Marion','SC','34.164094','-79.396000',-5,1); -INSERT INTO zipcodes VALUES (29572,'Myrtle Beach','SC','33.765136','-78.790970',-5,1); -INSERT INTO zipcodes VALUES (29573,'Minturn','SC','34.488255','-79.476859',-5,1); -INSERT INTO zipcodes VALUES (29574,'Mullins','SC','34.194685','-79.257750',-5,1); -INSERT INTO zipcodes VALUES (29575,'Myrtle Beach','SC','33.627763','-78.981260',-5,1); -INSERT INTO zipcodes VALUES (29576,'Murrells Inlet','SC','33.568115','-79.032260',-5,1); -INSERT INTO zipcodes VALUES (29577,'Myrtle Beach','SC','33.698101','-78.896040',-5,1); -INSERT INTO zipcodes VALUES (29578,'Myrtle Beach','SC','33.738887','-78.999561',-5,1); -INSERT INTO zipcodes VALUES (29579,'Myrtle Beach','SC','33.729439','-78.978240',-5,1); -INSERT INTO zipcodes VALUES (29580,'Nesmith','SC','33.653454','-79.567730',-5,1); -INSERT INTO zipcodes VALUES (29581,'Nichols','SC','34.191380','-79.113480',-5,1); -INSERT INTO zipcodes VALUES (29582,'North Myrtle Beach','SC','33.823495','-78.678240',-5,1); -INSERT INTO zipcodes VALUES (29583,'Pamplico','SC','33.983639','-79.570180',-5,1); -INSERT INTO zipcodes VALUES (29584,'Patrick','SC','34.585217','-80.061090',-5,1); -INSERT INTO zipcodes VALUES (29585,'Pawleys Island','SC','33.467343','-79.130100',-5,1); -INSERT INTO zipcodes VALUES (29587,'Myrtle Beach','SC','33.621094','-78.963155',-5,1); -INSERT INTO zipcodes VALUES (29588,'Myrtle Beach','SC','33.694757','-78.999862',-5,1); -INSERT INTO zipcodes VALUES (29589,'Rains','SC','34.095976','-79.317380',-5,1); -INSERT INTO zipcodes VALUES (29590,'Salters','SC','33.575913','-79.855510',-5,1); -INSERT INTO zipcodes VALUES (29591,'Scranton','SC','33.927936','-79.764290',-5,1); -INSERT INTO zipcodes VALUES (29592,'Sellers','SC','34.283207','-79.472720',-5,1); -INSERT INTO zipcodes VALUES (29593,'Society Hill','SC','34.492154','-79.870450',-5,1); -INSERT INTO zipcodes VALUES (29594,'Tatum','SC','34.645047','-79.581880',-5,1); -INSERT INTO zipcodes VALUES (29596,'Wallace','SC','34.743074','-79.831770',-5,1); -INSERT INTO zipcodes VALUES (29597,'North Myrtle Beach','SC','33.785803','-78.971795',-5,1); -INSERT INTO zipcodes VALUES (29598,'North Myrtle Beach','SC','33.935814','-78.919205',-5,1); -INSERT INTO zipcodes VALUES (29599,'Socastee','SC','33.694492','-79.011696',-5,1); -INSERT INTO zipcodes VALUES (29601,'Greenville','SC','34.848301','-82.405780',-5,1); -INSERT INTO zipcodes VALUES (29602,'Greenville','SC','34.800718','-82.395594',-5,1); -INSERT INTO zipcodes VALUES (29603,'Greenville','SC','34.837666','-82.371519',-5,1); -INSERT INTO zipcodes VALUES (29604,'Greenville','SC','34.849745','-82.453779',-5,1); -INSERT INTO zipcodes VALUES (29605,'Greenville','SC','34.798035','-82.392890',-5,1); -INSERT INTO zipcodes VALUES (29606,'Greenville','SC','34.849745','-82.453779',-5,1); -INSERT INTO zipcodes VALUES (29607,'Greenville','SC','34.825592','-82.340990',-5,1); -INSERT INTO zipcodes VALUES (29608,'Greenville','SC','34.849745','-82.453779',-5,1); -INSERT INTO zipcodes VALUES (29609,'Greenville','SC','34.889217','-82.393640',-5,1); -INSERT INTO zipcodes VALUES (29610,'Greenville','SC','34.849745','-82.453779',-5,1); -INSERT INTO zipcodes VALUES (29611,'Greenville','SC','34.840717','-82.442340',-5,1); -INSERT INTO zipcodes VALUES (29612,'Greenville','SC','34.849745','-82.453779',-5,1); -INSERT INTO zipcodes VALUES (29613,'Greenville','SC','34.924876','-82.433132',-5,1); -INSERT INTO zipcodes VALUES (29614,'Greenville','SC','34.872423','-82.362585',-5,1); -INSERT INTO zipcodes VALUES (29615,'Greenville','SC','34.866801','-82.317390',-5,1); -INSERT INTO zipcodes VALUES (29616,'Greenville','SC','34.849745','-82.453779',-5,1); -INSERT INTO zipcodes VALUES (29617,'Greenville','SC','34.897829','-82.447000',-5,1); -INSERT INTO zipcodes VALUES (29620,'Abbeville','SC','34.189812','-82.412450',-5,1); -INSERT INTO zipcodes VALUES (29621,'Anderson','SC','34.523657','-82.625090',-5,1); -INSERT INTO zipcodes VALUES (29622,'Anderson','SC','34.491988','-82.782868',-5,1); -INSERT INTO zipcodes VALUES (29623,'Anderson','SC','34.438087','-82.835449',-5,1); -INSERT INTO zipcodes VALUES (29624,'Anderson','SC','34.478139','-82.645500',-5,1); -INSERT INTO zipcodes VALUES (29625,'Anderson','SC','34.532638','-82.716150',-5,1); -INSERT INTO zipcodes VALUES (29626,'Anderson','SC','34.464572','-82.740320',-5,1); -INSERT INTO zipcodes VALUES (29627,'Belton','SC','34.517231','-82.490530',-5,1); -INSERT INTO zipcodes VALUES (29628,'Calhoun Falls','SC','34.095246','-82.562150',-5,1); -INSERT INTO zipcodes VALUES (29630,'Central','SC','34.733515','-82.784070',-5,1); -INSERT INTO zipcodes VALUES (29631,'Clemson','SC','34.681255','-82.821760',-5,1); -INSERT INTO zipcodes VALUES (29632,'Clemson','SC','34.847372','-82.710126',-5,1); -INSERT INTO zipcodes VALUES (29633,'Clemson','SC','34.847372','-82.710126',-5,1); -INSERT INTO zipcodes VALUES (29634,'Clemson','SC','34.847372','-82.710126',-5,1); -INSERT INTO zipcodes VALUES (29635,'Cleveland','SC','35.084282','-82.625650',-5,1); -INSERT INTO zipcodes VALUES (29636,'Conestee','SC','34.849745','-82.453779',-5,1); -INSERT INTO zipcodes VALUES (29638,'Donalds','SC','34.370703','-82.334270',-5,1); -INSERT INTO zipcodes VALUES (29639,'Due West','SC','34.325575','-82.402300',-5,1); -INSERT INTO zipcodes VALUES (29640,'Easley','SC','34.849655','-82.593650',-5,1); -INSERT INTO zipcodes VALUES (29641,'Easley','SC','34.813542','-82.653067',-5,1); -INSERT INTO zipcodes VALUES (29642,'Easley','SC','34.789884','-82.564590',-5,1); -INSERT INTO zipcodes VALUES (29643,'Fair Play','SC','34.505005','-82.997030',-5,1); -INSERT INTO zipcodes VALUES (29644,'Fountain Inn','SC','34.681279','-82.197320',-5,1); -INSERT INTO zipcodes VALUES (29645,'Gray Court','SC','34.601311','-82.131110',-5,1); -INSERT INTO zipcodes VALUES (29646,'Greenwood','SC','34.169781','-82.154740',-5,1); -INSERT INTO zipcodes VALUES (29647,'Greenwood','SC','34.178813','-82.163078',-5,1); -INSERT INTO zipcodes VALUES (29648,'Greenwood','SC','34.212410','-82.168139',-5,1); -INSERT INTO zipcodes VALUES (29649,'Greenwood','SC','34.225872','-82.156140',-5,1); -INSERT INTO zipcodes VALUES (29650,'Greer','SC','34.911469','-82.251780',-5,1); -INSERT INTO zipcodes VALUES (29651,'Greer','SC','34.937356','-82.221170',-5,1); -INSERT INTO zipcodes VALUES (29652,'Greer','SC','34.849745','-82.453779',-5,1); -INSERT INTO zipcodes VALUES (29653,'Hodges','SC','34.286915','-82.236720',-5,1); -INSERT INTO zipcodes VALUES (29654,'Honea Path','SC','34.454510','-82.387550',-5,1); -INSERT INTO zipcodes VALUES (29655,'Iva','SC','34.299215','-82.638120',-5,1); -INSERT INTO zipcodes VALUES (29656,'La France','SC','34.612144','-82.762630',-5,1); -INSERT INTO zipcodes VALUES (29657,'Liberty','SC','34.779483','-82.688610',-5,1); -INSERT INTO zipcodes VALUES (29658,'Long Creek','SC','34.774914','-83.272360',-5,1); -INSERT INTO zipcodes VALUES (29659,'Lowndesville','SC','34.210243','-82.632390',-5,1); -INSERT INTO zipcodes VALUES (29661,'Marietta','SC','35.048312','-82.527260',-5,1); -INSERT INTO zipcodes VALUES (29662,'Mauldin','SC','34.774657','-82.304320',-5,1); -INSERT INTO zipcodes VALUES (29664,'Mountain Rest','SC','34.855841','-83.163360',-5,1); -INSERT INTO zipcodes VALUES (29665,'Newry','SC','34.725935','-82.909850',-5,1); -INSERT INTO zipcodes VALUES (29666,'Ninety Six','SC','34.146060','-82.002030',-5,1); -INSERT INTO zipcodes VALUES (29667,'Norris','SC','34.766305','-82.758380',-5,1); -INSERT INTO zipcodes VALUES (29669,'Pelzer','SC','34.646501','-82.440770',-5,1); -INSERT INTO zipcodes VALUES (29670,'Pendleton','SC','34.641851','-82.766680',-5,1); -INSERT INTO zipcodes VALUES (29671,'Pickens','SC','34.912476','-82.711360',-5,1); -INSERT INTO zipcodes VALUES (29672,'Seneca','SC','34.736907','-82.945990',-5,1); -INSERT INTO zipcodes VALUES (29673,'Piedmont','SC','34.723173','-82.456500',-5,1); -INSERT INTO zipcodes VALUES (29675,'Richland','SC','34.764076','-83.088332',-5,1); -INSERT INTO zipcodes VALUES (29676,'Salem','SC','34.888111','-82.958780',-5,1); -INSERT INTO zipcodes VALUES (29677,'Sandy Springs','SC','34.589662','-82.749350',-5,1); -INSERT INTO zipcodes VALUES (29678,'Seneca','SC','34.660345','-82.945570',-5,1); -INSERT INTO zipcodes VALUES (29679,'Seneca','SC','34.607898','-82.939668',-5,1); -INSERT INTO zipcodes VALUES (29680,'Simpsonville','SC','34.709869','-82.283850',-5,1); -INSERT INTO zipcodes VALUES (29681,'Simpsonville','SC','34.762693','-82.245120',-5,1); -INSERT INTO zipcodes VALUES (29682,'Six Mile','SC','34.833113','-82.837940',-5,1); -INSERT INTO zipcodes VALUES (29683,'Slater','SC','35.031252','-82.494250',-5,1); -INSERT INTO zipcodes VALUES (29684,'Starr','SC','34.376689','-82.717720',-5,1); -INSERT INTO zipcodes VALUES (29685,'Sunset','SC','34.954240','-82.848400',-5,1); -INSERT INTO zipcodes VALUES (29686,'Tamassee','SC','34.898387','-83.043910',-5,1); -INSERT INTO zipcodes VALUES (29687,'Taylors','SC','34.935636','-82.322380',-5,1); -INSERT INTO zipcodes VALUES (29688,'Tigerville','SC','35.068914','-82.370610',-5,1); -INSERT INTO zipcodes VALUES (29689,'Townville','SC','34.527385','-82.869930',-5,1); -INSERT INTO zipcodes VALUES (29690,'Travelers Rest','SC','35.018511','-82.432240',-5,1); -INSERT INTO zipcodes VALUES (29691,'Walhalla','SC','34.769994','-83.068820',-5,1); -INSERT INTO zipcodes VALUES (29692,'Ware Shoals','SC','34.404535','-82.238510',-5,1); -INSERT INTO zipcodes VALUES (29693,'Westminster','SC','34.633763','-83.114950',-5,1); -INSERT INTO zipcodes VALUES (29695,'Hodges','SC','34.218582','-82.304658',-5,1); -INSERT INTO zipcodes VALUES (29696,'West Union','SC','34.772720','-83.020660',-5,1); -INSERT INTO zipcodes VALUES (29697,'Williamston','SC','34.622494','-82.505510',-5,1); -INSERT INTO zipcodes VALUES (29698,'Greenville','SC','34.888237','-81.969020',-5,1); -INSERT INTO zipcodes VALUES (29702,'Blacksburg','SC','35.118338','-81.494130',-5,1); -INSERT INTO zipcodes VALUES (29703,'Bowling Green','SC','34.992612','-81.178712',-5,1); -INSERT INTO zipcodes VALUES (29704,'Catawba','SC','34.843469','-80.922350',-5,1); -INSERT INTO zipcodes VALUES (29706,'Chester','SC','34.720597','-81.214290',-5,1); -INSERT INTO zipcodes VALUES (29708,'Fort Mill','SC','35.040969','-80.994270',-5,1); -INSERT INTO zipcodes VALUES (29709,'Chesterfield','SC','34.720306','-80.093710',-5,1); -INSERT INTO zipcodes VALUES (29710,'Clover','SC','35.109114','-81.194290',-5,1); -INSERT INTO zipcodes VALUES (29712,'Edgemoor','SC','34.795665','-80.977920',-5,1); -INSERT INTO zipcodes VALUES (29714,'Fort Lawn','SC','34.702249','-80.901570',-5,1); -INSERT INTO zipcodes VALUES (29715,'Fort Mill','SC','35.008416','-80.916440',-5,1); -INSERT INTO zipcodes VALUES (29716,'Fort Mill','SC','35.062815','-80.969035',-5,1); -INSERT INTO zipcodes VALUES (29717,'Hickory Grove','SC','34.963208','-81.430490',-5,1); -INSERT INTO zipcodes VALUES (29718,'Jefferson','SC','34.631305','-80.358770',-5,1); -INSERT INTO zipcodes VALUES (29720,'Lancaster','SC','34.729073','-80.760050',-5,1); -INSERT INTO zipcodes VALUES (29721,'Lancaster','SC','34.699412','-80.781721',-5,1); -INSERT INTO zipcodes VALUES (29722,'Lancaster','SC','34.767269','-80.658932',-5,1); -INSERT INTO zipcodes VALUES (29724,'Lando','SC','34.774347','-81.009940',-5,1); -INSERT INTO zipcodes VALUES (29726,'McConnells','SC','34.861633','-81.227880',-5,1); -INSERT INTO zipcodes VALUES (29727,'Mount Croghan','SC','34.712457','-80.267990',-5,1); -INSERT INTO zipcodes VALUES (29728,'Pageland','SC','34.769259','-80.399350',-5,1); -INSERT INTO zipcodes VALUES (29729,'Richburg','SC','34.692002','-81.005360',-5,1); -INSERT INTO zipcodes VALUES (29730,'Rock Hill','SC','34.914611','-81.012500',-5,1); -INSERT INTO zipcodes VALUES (29731,'Rock Hill','SC','34.992612','-81.178712',-5,1); -INSERT INTO zipcodes VALUES (29732,'Rock Hill','SC','34.969427','-81.050900',-5,1); -INSERT INTO zipcodes VALUES (29733,'Rock Hill','SC','34.992612','-81.178712',-5,1); -INSERT INTO zipcodes VALUES (29734,'Rock Hill','SC','34.992612','-81.178712',-5,1); -INSERT INTO zipcodes VALUES (29741,'Ruby','SC','34.721265','-80.197330',-5,1); -INSERT INTO zipcodes VALUES (29742,'Sharon','SC','34.870127','-81.391360',-5,1); -INSERT INTO zipcodes VALUES (29743,'Smyrna','SC','35.041829','-81.403350',-5,1); -INSERT INTO zipcodes VALUES (29744,'Van Wyck','SC','34.973866','-80.851836',-5,1); -INSERT INTO zipcodes VALUES (29745,'York','SC','35.005981','-81.211760',-5,1); -INSERT INTO zipcodes VALUES (29756,'Garden City','SC','33.595996','-79.001441',-5,1); -INSERT INTO zipcodes VALUES (29801,'Aiken','SC','33.569885','-81.713680',-5,1); -INSERT INTO zipcodes VALUES (29802,'Aiken','SC','33.723519','-81.590720',-5,1); -INSERT INTO zipcodes VALUES (29803,'Aiken','SC','33.486049','-81.709460',-5,1); -INSERT INTO zipcodes VALUES (29804,'Aiken','SC','33.537730','-81.599891',-5,1); -INSERT INTO zipcodes VALUES (29805,'Aiken','SC','33.650812','-81.615610',-5,1); -INSERT INTO zipcodes VALUES (29808,'Aiken','SC','33.537730','-81.599891',-5,1); -INSERT INTO zipcodes VALUES (29809,'New Ellenton','SC','33.415481','-81.686320',-5,1); -INSERT INTO zipcodes VALUES (29810,'Allendale','SC','33.010041','-81.330690',-5,1); -INSERT INTO zipcodes VALUES (29812,'Barnwell','SC','33.226172','-81.360310',-5,1); -INSERT INTO zipcodes VALUES (29813,'Hilda','SC','33.291666','-81.482658',-5,1); -INSERT INTO zipcodes VALUES (29816,'Bath','SC','33.503438','-81.871280',-5,1); -INSERT INTO zipcodes VALUES (29817,'Blackville','SC','33.363785','-81.284160',-5,1); -INSERT INTO zipcodes VALUES (29819,'Bradley','SC','34.074234','-82.234920',-5,1); -INSERT INTO zipcodes VALUES (29821,'Clarks Hill','SC','33.643924','-82.136380',-5,1); -INSERT INTO zipcodes VALUES (29822,'Clearwater','SC','33.498386','-81.897050',-5,1); -INSERT INTO zipcodes VALUES (29824,'Edgefield','SC','33.819096','-81.950360',-5,1); -INSERT INTO zipcodes VALUES (29826,'Elko','SC','33.380314','-81.378540',-5,1); -INSERT INTO zipcodes VALUES (29827,'Fairfax','SC','32.963048','-81.240520',-5,1); -INSERT INTO zipcodes VALUES (29828,'Gloverville','SC','33.523241','-81.827850',-5,1); -INSERT INTO zipcodes VALUES (29829,'Graniteville','SC','33.566349','-81.841190',-5,1); -INSERT INTO zipcodes VALUES (29831,'Jackson','SC','33.337781','-81.821400',-5,1); -INSERT INTO zipcodes VALUES (29832,'Johnston','SC','33.824496','-81.791790',-5,1); -INSERT INTO zipcodes VALUES (29834,'Langley','SC','33.513440','-81.852640',-5,1); -INSERT INTO zipcodes VALUES (29835,'McCormick','SC','33.915090','-82.305480',-5,1); -INSERT INTO zipcodes VALUES (29836,'Martin','SC','33.080604','-81.492010',-5,1); -INSERT INTO zipcodes VALUES (29838,'Modoc','SC','33.733657','-82.192510',-5,1); -INSERT INTO zipcodes VALUES (29839,'Montmorenci','SC','33.507335','-81.599198',-5,1); -INSERT INTO zipcodes VALUES (29840,'Mount Carmel','SC','33.997908','-82.514110',-5,1); -INSERT INTO zipcodes VALUES (29841,'North Augusta','SC','33.517435','-81.949450',-5,1); -INSERT INTO zipcodes VALUES (29842,'Beech Island','SC','33.443562','-81.879940',-5,1); -INSERT INTO zipcodes VALUES (29843,'Olar','SC','33.190068','-81.182940',-5,1); -INSERT INTO zipcodes VALUES (29844,'Parksville','SC','33.780200','-82.212850',-5,1); -INSERT INTO zipcodes VALUES (29845,'Plum Branch','SC','33.846740','-82.234420',-5,1); -INSERT INTO zipcodes VALUES (29846,'Sycamore','SC','33.047132','-81.221850',-5,1); -INSERT INTO zipcodes VALUES (29847,'Trenton','SC','33.695638','-81.851920',-5,1); -INSERT INTO zipcodes VALUES (29848,'Troy','SC','33.980222','-82.190130',-5,1); -INSERT INTO zipcodes VALUES (29849,'Ulmer','SC','33.092403','-81.220900',-5,1); -INSERT INTO zipcodes VALUES (29850,'Vaucluse','SC','33.619604','-81.816280',-5,1); -INSERT INTO zipcodes VALUES (29851,'Warrenville','SC','33.530409','-81.817430',-5,1); -INSERT INTO zipcodes VALUES (29853,'Williston','SC','33.405948','-81.429360',-5,1); -INSERT INTO zipcodes VALUES (29856,'Windsor','SC','33.475916','-81.519350',-5,1); -INSERT INTO zipcodes VALUES (29860,'North Augusta','SC','33.591070','-81.964450',-5,1); -INSERT INTO zipcodes VALUES (29861,'North Augusta','SC','33.537730','-81.599891',-5,1); -INSERT INTO zipcodes VALUES (29875,'Murrells Inlet','SC','33.550160','-79.053838',-5,1); -INSERT INTO zipcodes VALUES (29899,'McCormick','SC','33.835620','-82.319983',-5,1); -INSERT INTO zipcodes VALUES (29901,'Beaufort','SC','32.424353','-80.565343',-5,1); -INSERT INTO zipcodes VALUES (29902,'Beaufort','SC','32.421594','-80.675050',-5,1); -INSERT INTO zipcodes VALUES (29903,'Beaufort','SC','32.443974','-80.735245',-5,1); -INSERT INTO zipcodes VALUES (29904,'Beaufort','SC','32.390605','-80.661027',-5,1); -INSERT INTO zipcodes VALUES (29905,'Beaufort','SC','32.340119','-80.689041',-5,1); -INSERT INTO zipcodes VALUES (29906,'Beaufort','SC','32.445712','-80.748450',-5,1); -INSERT INTO zipcodes VALUES (29907,'Beaufort','SC','32.447677','-80.642097',-5,1); -INSERT INTO zipcodes VALUES (29909,'Hilton Head Island','SC','32.312621','-80.915532',-5,1); -INSERT INTO zipcodes VALUES (29910,'Bluffton','SC','32.241315','-80.874040',-5,1); -INSERT INTO zipcodes VALUES (29911,'Brunson','SC','32.928131','-81.166020',-5,1); -INSERT INTO zipcodes VALUES (29912,'Coosawatchie','SC','32.488929','-80.989142',-5,1); -INSERT INTO zipcodes VALUES (29913,'Crocketville','SC','32.929902','-81.184627',-5,1); -INSERT INTO zipcodes VALUES (29914,'Dale','SC','32.552652','-80.677001',-5,1); -INSERT INTO zipcodes VALUES (29915,'Daufuskie Island','SC','32.156011','-80.787899',-5,1); -INSERT INTO zipcodes VALUES (29916,'Early Branch','SC','32.727650','-80.949720',-5,1); -INSERT INTO zipcodes VALUES (29918,'Estill','SC','32.744565','-81.247940',-5,1); -INSERT INTO zipcodes VALUES (29920,'Saint Helena Island','SC','32.371697','-80.550300',-5,1); -INSERT INTO zipcodes VALUES (29921,'Furman','SC','32.675530','-81.172080',-5,1); -INSERT INTO zipcodes VALUES (29922,'Garnett','SC','32.593295','-81.240350',-5,1); -INSERT INTO zipcodes VALUES (29923,'Gifford','SC','32.866195','-81.242150',-5,1); -INSERT INTO zipcodes VALUES (29924,'Hampton','SC','32.868065','-81.109980',-5,1); -INSERT INTO zipcodes VALUES (29925,'Hilton Head Island','SC','32.213190','-80.799698',-5,1); -INSERT INTO zipcodes VALUES (29926,'Hilton Head Island','SC','32.226713','-80.743250',-5,1); -INSERT INTO zipcodes VALUES (29927,'Hardeeville','SC','32.277216','-81.078470',-5,1); -INSERT INTO zipcodes VALUES (29928,'Hilton Head Island','SC','32.159476','-80.751440',-5,1); -INSERT INTO zipcodes VALUES (29929,'Islandton','SC','32.934459','-80.919370',-5,1); -INSERT INTO zipcodes VALUES (29931,'Lobeco','SC','32.538432','-80.702594',-5,1); -INSERT INTO zipcodes VALUES (29932,'Luray','SC','32.818844','-81.308640',-5,1); -INSERT INTO zipcodes VALUES (29933,'Miley','SC','32.788773','-81.126913',-5,1); -INSERT INTO zipcodes VALUES (29934,'Pineland','SC','32.602042','-81.124530',-5,1); -INSERT INTO zipcodes VALUES (29935,'Port Royal','SC','32.382453','-80.690090',-5,1); -INSERT INTO zipcodes VALUES (29936,'Ridgeland','SC','32.493936','-80.974610',-5,1); -INSERT INTO zipcodes VALUES (29938,'Hilton Head Island','SC','32.390605','-80.661027',-5,1); -INSERT INTO zipcodes VALUES (29939,'Scotia','SC','32.669734','-81.244700',-5,1); -INSERT INTO zipcodes VALUES (29940,'Seabrook','SC','32.566537','-80.749870',-5,1); -INSERT INTO zipcodes VALUES (29941,'Sheldon','SC','32.586005','-80.827390',-5,1); -INSERT INTO zipcodes VALUES (29942,'Hampton','SC','32.881971','-81.111258',-5,1); -INSERT INTO zipcodes VALUES (29943,'Tillman','SC','32.458459','-81.105670',-5,1); -INSERT INTO zipcodes VALUES (29944,'Varnville','SC','32.822292','-81.052360',-5,1); -INSERT INTO zipcodes VALUES (29945,'Yemassee','SC','32.681058','-80.833480',-5,1); -INSERT INTO zipcodes VALUES (29982,'Hilton Head Island','SC','32.206894','-80.687134',-5,1); -INSERT INTO zipcodes VALUES (30002,'Avondale Estates','GA','33.772122','-84.264910',-5,1); -INSERT INTO zipcodes VALUES (30003,'Norcross','GA','33.960353','-84.037859',-5,1); -INSERT INTO zipcodes VALUES (30004,'Alpharetta','GA','34.119177','-84.302920',-5,1); -INSERT INTO zipcodes VALUES (30005,'Alpharetta','GA','34.080035','-84.219290',-5,1); -INSERT INTO zipcodes VALUES (30006,'Marietta','GA','33.912473','-84.557181',-5,1); -INSERT INTO zipcodes VALUES (30007,'Marietta','GA','33.912473','-84.557181',-5,1); -INSERT INTO zipcodes VALUES (30008,'Marietta','GA','33.907336','-84.578800',-5,1); -INSERT INTO zipcodes VALUES (30009,'Alpharetta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30010,'Norcross','GA','33.960353','-84.037859',-5,1); -INSERT INTO zipcodes VALUES (30011,'Auburn','GA','34.022974','-83.834160',-5,1); -INSERT INTO zipcodes VALUES (30012,'Conyers','GA','33.696714','-84.017320',-5,1); -INSERT INTO zipcodes VALUES (30013,'Conyers','GA','33.633685','-83.983820',-5,1); -INSERT INTO zipcodes VALUES (30014,'Covington','GA','33.581406','-83.851000',-5,1); -INSERT INTO zipcodes VALUES (30015,'Covington','GA','33.555791','-83.864915',-5,1); -INSERT INTO zipcodes VALUES (30016,'Covington','GA','33.542118','-83.933720',-5,1); -INSERT INTO zipcodes VALUES (30017,'Grayson','GA','33.888829','-83.968480',-5,1); -INSERT INTO zipcodes VALUES (30018,'Jersey','GA','33.717989','-83.801451',-5,1); -INSERT INTO zipcodes VALUES (30019,'Dacula','GA','33.981721','-83.883020',-5,1); -INSERT INTO zipcodes VALUES (30021,'Clarkston','GA','33.809604','-84.238700',-5,1); -INSERT INTO zipcodes VALUES (30022,'Alpharetta','GA','34.026238','-84.245060',-5,1); -INSERT INTO zipcodes VALUES (30023,'Alpharetta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30024,'Suwanee','GA','34.052698','-84.074850',-5,1); -INSERT INTO zipcodes VALUES (30025,'Social Circle','GA','33.650720','-83.707790',-5,1); -INSERT INTO zipcodes VALUES (30026,'Duluth','GA','33.962979','-84.092267',-5,1); -INSERT INTO zipcodes VALUES (30028,'Cumming','GA','34.193041','-84.092588',-5,1); -INSERT INTO zipcodes VALUES (30029,'Duluth','GA','33.960353','-84.037859',-5,1); -INSERT INTO zipcodes VALUES (30030,'Decatur','GA','33.771705','-84.294070',-5,1); -INSERT INTO zipcodes VALUES (30031,'Decatur','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (30032,'Decatur','GA','33.740055','-84.267910',-5,1); -INSERT INTO zipcodes VALUES (30033,'Decatur','GA','33.811354','-84.283350',-5,1); -INSERT INTO zipcodes VALUES (30034,'Decatur','GA','33.693448','-84.247430',-5,1); -INSERT INTO zipcodes VALUES (30035,'Decatur','GA','33.725739','-84.211140',-5,1); -INSERT INTO zipcodes VALUES (30036,'Decatur','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (30037,'Decatur','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (30038,'Lithonia','GA','33.676358','-84.153810',-5,1); -INSERT INTO zipcodes VALUES (30039,'Snellville','GA','33.822204','-84.037070',-5,1); -INSERT INTO zipcodes VALUES (30040,'Cumming','GA','34.235408','-84.174410',-5,1); -INSERT INTO zipcodes VALUES (30041,'Cumming','GA','34.201503','-84.097640',-5,1); -INSERT INTO zipcodes VALUES (30042,'Lawrenceville','GA','33.929464','-84.103226',-5,1); -INSERT INTO zipcodes VALUES (30043,'Lawrenceville','GA','34.001159','-84.014870',-5,1); -INSERT INTO zipcodes VALUES (30044,'Lawrenceville','GA','33.919670','-84.074820',-5,1); -INSERT INTO zipcodes VALUES (30045,'Lawrenceville','GA','33.949054','-83.985650',-5,1); -INSERT INTO zipcodes VALUES (30046,'Lawrenceville','GA','33.960353','-84.037859',-5,1); -INSERT INTO zipcodes VALUES (30047,'Lilburn','GA','33.872371','-84.116550',-5,1); -INSERT INTO zipcodes VALUES (30048,'Lilburn','GA','33.960353','-84.037859',-5,1); -INSERT INTO zipcodes VALUES (30052,'Loganville','GA','33.823809','-83.894230',-5,1); -INSERT INTO zipcodes VALUES (30054,'Oxford','GA','33.658113','-83.862490',-5,1); -INSERT INTO zipcodes VALUES (30055,'Mansfield','GA','33.504952','-83.747350',-5,1); -INSERT INTO zipcodes VALUES (30056,'Newborn','GA','33.500008','-83.671650',-5,1); -INSERT INTO zipcodes VALUES (30058,'Lithonia','GA','33.750257','-84.096400',-5,1); -INSERT INTO zipcodes VALUES (30060,'Marietta','GA','33.932052','-84.547460',-5,1); -INSERT INTO zipcodes VALUES (30061,'Marietta','GA','33.932842','-84.556004',-5,1); -INSERT INTO zipcodes VALUES (30062,'Marietta','GA','33.996050','-84.474640',-5,1); -INSERT INTO zipcodes VALUES (30063,'Marietta','GA','33.965294','-84.511209',-5,1); -INSERT INTO zipcodes VALUES (30064,'Marietta','GA','33.946735','-84.602000',-5,1); -INSERT INTO zipcodes VALUES (30065,'Marietta','GA','33.912473','-84.557181',-5,1); -INSERT INTO zipcodes VALUES (30066,'Marietta','GA','34.027533','-84.514750',-5,1); -INSERT INTO zipcodes VALUES (30067,'Marietta','GA','33.933002','-84.476330',-5,1); -INSERT INTO zipcodes VALUES (30068,'Marietta','GA','33.965601','-84.443300',-5,1); -INSERT INTO zipcodes VALUES (30069,'Marietta','GA','33.912473','-84.557181',-5,1); -INSERT INTO zipcodes VALUES (30070,'Porterdale','GA','33.576043','-83.898210',-5,1); -INSERT INTO zipcodes VALUES (30071,'Norcross','GA','33.940768','-84.206200',-5,1); -INSERT INTO zipcodes VALUES (30072,'Pine Lake','GA','33.791505','-84.206420',-5,1); -INSERT INTO zipcodes VALUES (30074,'Redan','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (30075,'Roswell','GA','34.049789','-84.385390',-5,1); -INSERT INTO zipcodes VALUES (30076,'Roswell','GA','34.032532','-84.317740',-5,1); -INSERT INTO zipcodes VALUES (30077,'Roswell','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30078,'Snellville','GA','33.860955','-84.018070',-5,1); -INSERT INTO zipcodes VALUES (30079,'Scottdale','GA','33.791537','-84.259940',-5,1); -INSERT INTO zipcodes VALUES (30080,'Smyrna','GA','33.875780','-84.503820',-5,1); -INSERT INTO zipcodes VALUES (30081,'Smyrna','GA','33.858836','-84.710620',-5,1); -INSERT INTO zipcodes VALUES (30082,'Smyrna','GA','33.859137','-84.537440',-5,1); -INSERT INTO zipcodes VALUES (30083,'Stone Mountain','GA','33.795622','-84.197710',-5,1); -INSERT INTO zipcodes VALUES (30084,'Tucker','GA','33.853853','-84.220360',-5,1); -INSERT INTO zipcodes VALUES (30085,'Tucker','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (30086,'Stone Mountain','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (30087,'Stone Mountain','GA','33.817438','-84.131670',-5,1); -INSERT INTO zipcodes VALUES (30088,'Stone Mountain','GA','33.762106','-84.179380',-5,1); -INSERT INTO zipcodes VALUES (30090,'Marietta','GA','33.952451','-84.547082',-5,1); -INSERT INTO zipcodes VALUES (30091,'Norcross','GA','33.960353','-84.037859',-5,1); -INSERT INTO zipcodes VALUES (30092,'Norcross','GA','33.969200','-84.232610',-5,1); -INSERT INTO zipcodes VALUES (30093,'Norcross','GA','33.909952','-84.179400',-5,1); -INSERT INTO zipcodes VALUES (30094,'Conyers','GA','33.621906','-84.046330',-5,1); -INSERT INTO zipcodes VALUES (30095,'Duluth','GA','34.025598','-84.130450',-5,1); -INSERT INTO zipcodes VALUES (30096,'Duluth','GA','33.979401','-84.151180',-5,1); -INSERT INTO zipcodes VALUES (30097,'Duluth','GA','34.020621','-84.142940',-5,1); -INSERT INTO zipcodes VALUES (30098,'Duluth','GA','33.960353','-84.037859',-5,1); -INSERT INTO zipcodes VALUES (30099,'Duluth','GA','33.959535','-84.105011',-5,1); -INSERT INTO zipcodes VALUES (30101,'Acworth','GA','34.052285','-84.684830',-5,1); -INSERT INTO zipcodes VALUES (30102,'Acworth','GA','34.097998','-84.618300',-5,1); -INSERT INTO zipcodes VALUES (30103,'Adairsville','GA','34.368647','-84.924520',-5,1); -INSERT INTO zipcodes VALUES (30104,'Aragon','GA','34.065792','-85.072270',-5,1); -INSERT INTO zipcodes VALUES (30105,'Armuchee','GA','34.448075','-85.153130',-5,1); -INSERT INTO zipcodes VALUES (30106,'Austell','GA','33.828061','-84.625930',-5,1); -INSERT INTO zipcodes VALUES (30107,'Ball Ground','GA','34.344939','-84.372040',-5,1); -INSERT INTO zipcodes VALUES (30108,'Bowdon','GA','33.533934','-85.260880',-5,1); -INSERT INTO zipcodes VALUES (30109,'Bowdon Junction','GA','33.653355','-85.136227',-5,1); -INSERT INTO zipcodes VALUES (30110,'Bremen','GA','33.723939','-85.142820',-5,1); -INSERT INTO zipcodes VALUES (30111,'Clarkdale','GA','33.912473','-84.557181',-5,1); -INSERT INTO zipcodes VALUES (30113,'Buchanan','GA','33.846270','-85.202910',-5,1); -INSERT INTO zipcodes VALUES (30114,'Canton','GA','34.228478','-84.504020',-5,1); -INSERT INTO zipcodes VALUES (30115,'Canton','GA','34.194029','-84.438840',-5,1); -INSERT INTO zipcodes VALUES (30116,'Carrollton','GA','33.560454','-85.022540',-5,1); -INSERT INTO zipcodes VALUES (30117,'Carrollton','GA','33.588486','-85.106200',-5,1); -INSERT INTO zipcodes VALUES (30118,'Carrollton','GA','33.571176','-85.096120',-5,1); -INSERT INTO zipcodes VALUES (30119,'Carrollton','GA','33.618931','-85.073582',-5,1); -INSERT INTO zipcodes VALUES (30120,'Cartersville','GA','34.167327','-84.827640',-5,1); -INSERT INTO zipcodes VALUES (30121,'Cartersville','GA','34.200264','-84.775330',-5,1); -INSERT INTO zipcodes VALUES (30122,'Lithia Springs','GA','33.776137','-84.644840',-5,1); -INSERT INTO zipcodes VALUES (30123,'Cassville','GA','34.244179','-84.845684',-5,1); -INSERT INTO zipcodes VALUES (30124,'Cave Spring','GA','34.118206','-85.340010',-5,1); -INSERT INTO zipcodes VALUES (30125,'Cedartown','GA','34.010162','-85.257620',-5,1); -INSERT INTO zipcodes VALUES (30126,'Mableton','GA','33.817738','-84.560870',-5,1); -INSERT INTO zipcodes VALUES (30127,'Powder Springs','GA','33.874553','-84.687840',-5,1); -INSERT INTO zipcodes VALUES (30129,'Coosa','GA','34.333308','-85.233721',-5,1); -INSERT INTO zipcodes VALUES (30132,'Dallas','GA','33.945735','-84.844630',-5,1); -INSERT INTO zipcodes VALUES (30133,'Douglasville','GA','33.689660','-84.744595',-5,1); -INSERT INTO zipcodes VALUES (30134,'Douglasville','GA','33.769636','-84.749670',-5,1); -INSERT INTO zipcodes VALUES (30135,'Douglasville','GA','33.701554','-84.737560',-5,1); -INSERT INTO zipcodes VALUES (30137,'Emerson','GA','34.124283','-84.755790',-5,1); -INSERT INTO zipcodes VALUES (30138,'Esom Hill','GA','33.999940','-85.172297',-5,1); -INSERT INTO zipcodes VALUES (30139,'Fairmount','GA','34.434629','-84.701330',-5,1); -INSERT INTO zipcodes VALUES (30140,'Felton','GA','33.882320','-85.234946',-5,1); -INSERT INTO zipcodes VALUES (30141,'Hiram','GA','33.867574','-84.771030',-5,1); -INSERT INTO zipcodes VALUES (30142,'Holly Springs','GA','34.242944','-84.458326',-5,1); -INSERT INTO zipcodes VALUES (30143,'Jasper','GA','34.454934','-84.415830',-5,1); -INSERT INTO zipcodes VALUES (30144,'Kennesaw','GA','34.038949','-84.597060',-5,1); -INSERT INTO zipcodes VALUES (30145,'Kingston','GA','34.237986','-84.978010',-5,1); -INSERT INTO zipcodes VALUES (30146,'Lebanon','GA','34.242944','-84.458326',-5,1); -INSERT INTO zipcodes VALUES (30147,'Lindale','GA','34.175095','-85.180840',-5,1); -INSERT INTO zipcodes VALUES (30148,'Marble Hill','GA','34.452988','-84.259250',-5,1); -INSERT INTO zipcodes VALUES (30149,'Mount Berry','GA','34.280355','-85.182085',-5,1); -INSERT INTO zipcodes VALUES (30150,'Mount Zion','GA','33.643002','-85.181782',-5,1); -INSERT INTO zipcodes VALUES (30151,'Nelson','GA','34.242944','-84.458326',-5,1); -INSERT INTO zipcodes VALUES (30152,'Kennesaw','GA','34.002147','-84.633920',-5,1); -INSERT INTO zipcodes VALUES (30153,'Rockmart','GA','33.987497','-85.055080',-5,1); -INSERT INTO zipcodes VALUES (30154,'Douglasville','GA','33.689660','-84.744595',-5,1); -INSERT INTO zipcodes VALUES (30157,'Dallas','GA','33.892504','-84.834600',-5,1); -INSERT INTO zipcodes VALUES (30161,'Rome','GA','34.253343','-85.153120',-5,1); -INSERT INTO zipcodes VALUES (30162,'Rome','GA','34.290508','-85.213817',-5,1); -INSERT INTO zipcodes VALUES (30163,'Rome','GA','34.333308','-85.233721',-5,1); -INSERT INTO zipcodes VALUES (30164,'Rome','GA','34.333308','-85.233721',-5,1); -INSERT INTO zipcodes VALUES (30165,'Rome','GA','34.281423','-85.238250',-5,1); -INSERT INTO zipcodes VALUES (30166,'Carrollton','GA','33.571329','-85.030663',-5,1); -INSERT INTO zipcodes VALUES (30168,'Austell','GA','33.797456','-84.606210',-5,1); -INSERT INTO zipcodes VALUES (30170,'Roopville','GA','33.434562','-85.169730',-5,1); -INSERT INTO zipcodes VALUES (30171,'Rydal','GA','34.346142','-84.732320',-5,1); -INSERT INTO zipcodes VALUES (30172,'Shannon','GA','34.333308','-85.233721',-5,1); -INSERT INTO zipcodes VALUES (30173,'Silver Creek','GA','34.145931','-85.143420',-5,1); -INSERT INTO zipcodes VALUES (30175,'Talking Rock','GA','34.537611','-84.511350',-5,1); -INSERT INTO zipcodes VALUES (30176,'Tallapoosa','GA','33.748838','-85.293040',-5,1); -INSERT INTO zipcodes VALUES (30177,'Tate','GA','34.418116','-84.384620',-5,1); -INSERT INTO zipcodes VALUES (30178,'Taylorsville','GA','34.113826','-84.972740',-5,1); -INSERT INTO zipcodes VALUES (30179,'Temple','GA','33.763240','-85.026670',-5,1); -INSERT INTO zipcodes VALUES (30180,'Villa Rica','GA','33.718079','-84.923560',-5,1); -INSERT INTO zipcodes VALUES (30182,'Waco','GA','33.658254','-85.234970',-5,1); -INSERT INTO zipcodes VALUES (30183,'Waleska','GA','34.332315','-84.577000',-5,1); -INSERT INTO zipcodes VALUES (30184,'White','GA','34.236128','-84.725390',-5,1); -INSERT INTO zipcodes VALUES (30185,'Whitesburg','GA','33.517698','-84.917250',-5,1); -INSERT INTO zipcodes VALUES (30187,'Winston','GA','33.670405','-84.838090',-5,1); -INSERT INTO zipcodes VALUES (30188,'Woodstock','GA','34.108027','-84.484300',-5,1); -INSERT INTO zipcodes VALUES (30189,'Woodstock','GA','34.117565','-84.571760',-5,1); -INSERT INTO zipcodes VALUES (30202,'Alpharetta','GA','34.062176','-84.240414',-5,1); -INSERT INTO zipcodes VALUES (30203,'Brooks','GA','33.288993','-84.464401',-5,1); -INSERT INTO zipcodes VALUES (30204,'Barnesville','GA','33.054130','-84.148620',-5,1); -INSERT INTO zipcodes VALUES (30205,'Brooks','GA','33.275707','-84.467060',-5,1); -INSERT INTO zipcodes VALUES (30206,'Concord','GA','33.109599','-84.455410',-5,1); -INSERT INTO zipcodes VALUES (30212,'Experiment','GA','33.278205','-84.288803',-5,1); -INSERT INTO zipcodes VALUES (30213,'Fairburn','GA','33.565662','-84.593210',-5,1); -INSERT INTO zipcodes VALUES (30214,'Fayetteville','GA','33.478750','-84.476680',-5,1); -INSERT INTO zipcodes VALUES (30215,'Fayetteville','GA','33.401470','-84.462710',-5,1); -INSERT INTO zipcodes VALUES (30216,'Flovilla','GA','33.251174','-83.892840',-5,1); -INSERT INTO zipcodes VALUES (30217,'Franklin','GA','33.298014','-85.122430',-5,1); -INSERT INTO zipcodes VALUES (30218,'Gay','GA','33.121379','-84.587760',-5,1); -INSERT INTO zipcodes VALUES (30219,'Glenn','GA','33.157214','-85.170588',-5,1); -INSERT INTO zipcodes VALUES (30220,'Grantville','GA','33.230734','-84.825430',-5,1); -INSERT INTO zipcodes VALUES (30222,'Greenville','GA','33.034761','-84.735930',-5,1); -INSERT INTO zipcodes VALUES (30223,'Griffin','GA','33.268185','-84.273060',-5,1); -INSERT INTO zipcodes VALUES (30224,'Griffin','GA','33.215454','-84.254270',-5,1); -INSERT INTO zipcodes VALUES (30228,'Hampton','GA','33.401827','-84.301520',-5,1); -INSERT INTO zipcodes VALUES (30229,'Haralson','GA','33.232156','-84.568540',-5,1); -INSERT INTO zipcodes VALUES (30230,'Hogansville','GA','33.173516','-84.917370',-5,1); -INSERT INTO zipcodes VALUES (30232,'Inman','GA','33.403811','-84.504403',-5,1); -INSERT INTO zipcodes VALUES (30233,'Jackson','GA','33.294522','-83.975680',-5,1); -INSERT INTO zipcodes VALUES (30234,'Jenkinsburg','GA','33.325951','-84.033460',-5,1); -INSERT INTO zipcodes VALUES (30236,'Jonesboro','GA','33.528345','-84.333470',-5,1); -INSERT INTO zipcodes VALUES (30237,'Jonesboro','GA','33.500697','-84.351273',-5,1); -INSERT INTO zipcodes VALUES (30238,'Jonesboro','GA','33.493480','-84.378710',-5,1); -INSERT INTO zipcodes VALUES (30240,'Lagrange','GA','33.029838','-85.074500',-5,1); -INSERT INTO zipcodes VALUES (30241,'Lagrange','GA','33.036715','-84.988950',-5,1); -INSERT INTO zipcodes VALUES (30248,'Locust Grove','GA','33.351277','-84.106450',-5,1); -INSERT INTO zipcodes VALUES (30250,'Lovejoy','GA','33.437428','-84.315190',-5,1); -INSERT INTO zipcodes VALUES (30251,'Luthersville','GA','33.201986','-84.699430',-5,1); -INSERT INTO zipcodes VALUES (30252,'Mcdonough','GA','33.464387','-84.081540',-5,1); -INSERT INTO zipcodes VALUES (30253,'Mcdonough','GA','33.455031','-84.172150',-5,1); -INSERT INTO zipcodes VALUES (30256,'Meansville','GA','33.015476','-84.321870',-5,1); -INSERT INTO zipcodes VALUES (30257,'Milner','GA','33.136567','-84.193860',-5,1); -INSERT INTO zipcodes VALUES (30258,'Molena','GA','32.999261','-84.471680',-5,1); -INSERT INTO zipcodes VALUES (30259,'Moreland','GA','33.277468','-84.753880',-5,1); -INSERT INTO zipcodes VALUES (30260,'Morrow','GA','33.587760','-84.330110',-5,1); -INSERT INTO zipcodes VALUES (30261,'Lagrange','GA','33.045670','-85.048995',-5,1); -INSERT INTO zipcodes VALUES (30263,'Newnan','GA','33.387790','-84.825360',-5,1); -INSERT INTO zipcodes VALUES (30264,'Newnan','GA','33.361003','-84.814173',-5,1); -INSERT INTO zipcodes VALUES (30265,'Newnan','GA','33.400875','-84.712060',-5,1); -INSERT INTO zipcodes VALUES (30266,'Orchard Hill','GA','33.265656','-84.298964',-5,1); -INSERT INTO zipcodes VALUES (30268,'Palmetto','GA','33.527793','-84.694530',-5,1); -INSERT INTO zipcodes VALUES (30269,'Peachtree City','GA','33.398992','-84.570620',-5,1); -INSERT INTO zipcodes VALUES (30271,'Newnan','GA','33.351401','-84.756109',-5,1); -INSERT INTO zipcodes VALUES (30272,'Red Oak','GA','33.625894','-84.516327',-5,1); -INSERT INTO zipcodes VALUES (30273,'Rex','GA','33.582877','-84.269060',-5,1); -INSERT INTO zipcodes VALUES (30274,'Riverdale','GA','33.555145','-84.401080',-5,1); -INSERT INTO zipcodes VALUES (30275,'Sargent','GA','33.431181','-84.867330',-5,1); -INSERT INTO zipcodes VALUES (30276,'Senoia','GA','33.281102','-84.580170',-5,1); -INSERT INTO zipcodes VALUES (30277,'Sharpsburg','GA','33.387534','-84.655110',-5,1); -INSERT INTO zipcodes VALUES (30281,'Stockbridge','GA','33.547578','-84.218090',-5,1); -INSERT INTO zipcodes VALUES (30283,'Jackson','GA','33.295159','-83.965099',-5,1); -INSERT INTO zipcodes VALUES (30284,'Sunny Side','GA','33.345253','-84.289814',-5,1); -INSERT INTO zipcodes VALUES (30285,'The Rock','GA','32.995865','-84.250920',-5,1); -INSERT INTO zipcodes VALUES (30286,'Thomaston','GA','32.895794','-84.330840',-5,1); -INSERT INTO zipcodes VALUES (30287,'Morrow','GA','33.500697','-84.351273',-5,1); -INSERT INTO zipcodes VALUES (30288,'Conley','GA','33.647275','-84.327530',-5,1); -INSERT INTO zipcodes VALUES (30289,'Turin','GA','33.326030','-84.637108',-5,1); -INSERT INTO zipcodes VALUES (30290,'Tyrone','GA','33.480120','-84.587240',-5,1); -INSERT INTO zipcodes VALUES (30291,'Union City','GA','33.580878','-84.546110',-5,1); -INSERT INTO zipcodes VALUES (30292,'Williamson','GA','33.169646','-84.371680',-5,1); -INSERT INTO zipcodes VALUES (30293,'Woodbury','GA','32.973728','-84.590300',-5,1); -INSERT INTO zipcodes VALUES (30294,'Ellenwood','GA','33.639658','-84.268220',-5,1); -INSERT INTO zipcodes VALUES (30295,'Zebulon','GA','33.101705','-84.312520',-5,1); -INSERT INTO zipcodes VALUES (30296,'Riverdale','GA','33.564711','-84.439870',-5,1); -INSERT INTO zipcodes VALUES (30297,'Forest Park','GA','33.615409','-84.367040',-5,1); -INSERT INTO zipcodes VALUES (30298,'Forest Park','GA','33.500697','-84.351273',-5,1); -INSERT INTO zipcodes VALUES (30301,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30302,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30303,'Atlanta','GA','33.752856','-84.390130',-5,1); -INSERT INTO zipcodes VALUES (30304,'Atlanta','GA','33.848196','-84.429296',-5,1); -INSERT INTO zipcodes VALUES (30305,'Atlanta','GA','33.830054','-84.384720',-5,1); -INSERT INTO zipcodes VALUES (30306,'Atlanta','GA','33.786755','-84.351490',-5,1); -INSERT INTO zipcodes VALUES (30307,'Atlanta','GA','33.768205','-84.337860',-5,1); -INSERT INTO zipcodes VALUES (30308,'Atlanta','GA','33.771755','-84.380650',-5,1); -INSERT INTO zipcodes VALUES (30309,'Atlanta','GA','33.794055','-84.385250',-5,1); -INSERT INTO zipcodes VALUES (30310,'Atlanta','GA','33.727807','-84.419830',-5,1); -INSERT INTO zipcodes VALUES (30311,'Atlanta','GA','33.724907','-84.471310',-5,1); -INSERT INTO zipcodes VALUES (30312,'Atlanta','GA','33.745739','-84.376400',-5,1); -INSERT INTO zipcodes VALUES (30313,'Atlanta','GA','33.761223','-84.395990',-5,1); -INSERT INTO zipcodes VALUES (30314,'Atlanta','GA','33.758056','-84.422680',-5,1); -INSERT INTO zipcodes VALUES (30315,'Atlanta','GA','33.709595','-84.383650',-5,1); -INSERT INTO zipcodes VALUES (30316,'Atlanta','GA','33.729506','-84.340870',-5,1); -INSERT INTO zipcodes VALUES (30317,'Atlanta','GA','33.750005','-84.318540',-5,1); -INSERT INTO zipcodes VALUES (30318,'Atlanta','GA','33.786805','-84.437000',-5,1); -INSERT INTO zipcodes VALUES (30319,'Atlanta','GA','33.872053','-84.336110',-5,1); -INSERT INTO zipcodes VALUES (30320,'Atlanta','GA','33.656824','-84.423648',-5,1); -INSERT INTO zipcodes VALUES (30321,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30322,'Atlanta','GA','33.793754','-84.323800',-5,1); -INSERT INTO zipcodes VALUES (30323,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30324,'Atlanta','GA','33.818304','-84.357790',-5,1); -INSERT INTO zipcodes VALUES (30325,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30326,'Atlanta','GA','33.849853','-84.360600',-5,1); -INSERT INTO zipcodes VALUES (30327,'Atlanta','GA','33.864270','-84.419720',-5,1); -INSERT INTO zipcodes VALUES (30328,'Atlanta','GA','33.931746','-84.378170',-5,1); -INSERT INTO zipcodes VALUES (30329,'Atlanta','GA','33.827554','-84.323550',-5,1); -INSERT INTO zipcodes VALUES (30330,'Atlanta','GA','33.707107','-84.432127',-5,1); -INSERT INTO zipcodes VALUES (30331,'Atlanta','GA','33.715558','-84.527280',-5,1); -INSERT INTO zipcodes VALUES (30332,'Atlanta','GA','33.776305','-84.397976',-5,1); -INSERT INTO zipcodes VALUES (30333,'Atlanta','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (30334,'Atlanta','GA','33.702657','-84.439127',-5,1); -INSERT INTO zipcodes VALUES (30335,'Atlanta','GA','33.752406','-84.389676',-5,1); -INSERT INTO zipcodes VALUES (30336,'Atlanta','GA','33.744007','-84.560320',-5,1); -INSERT INTO zipcodes VALUES (30337,'Atlanta','GA','33.646984','-84.453800',-5,1); -INSERT INTO zipcodes VALUES (30338,'Atlanta','GA','33.942751','-84.317690',-5,1); -INSERT INTO zipcodes VALUES (30339,'Atlanta','GA','33.875070','-84.466150',-5,1); -INSERT INTO zipcodes VALUES (30340,'Atlanta','GA','33.899381','-84.253670',-5,1); -INSERT INTO zipcodes VALUES (30341,'Atlanta','GA','33.888102','-84.293210',-5,1); -INSERT INTO zipcodes VALUES (30342,'Atlanta','GA','33.879003','-84.372030',-5,1); -INSERT INTO zipcodes VALUES (30343,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30344,'Atlanta','GA','33.676258','-84.449770',-5,1); -INSERT INTO zipcodes VALUES (30345,'Atlanta','GA','33.851736','-84.284120',-5,1); -INSERT INTO zipcodes VALUES (30346,'Atlanta','GA','33.926753','-84.338770',-5,1); -INSERT INTO zipcodes VALUES (30347,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30348,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30349,'Atlanta','GA','33.615410','-84.490330',-5,1); -INSERT INTO zipcodes VALUES (30350,'Atlanta','GA','33.972850','-84.327750',-5,1); -INSERT INTO zipcodes VALUES (30351,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30353,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30354,'Atlanta','GA','33.658834','-84.396820',-5,1); -INSERT INTO zipcodes VALUES (30355,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30356,'Atlanta','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (30357,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30358,'Atlanta','GA','33.998151','-84.341120',-5,1); -INSERT INTO zipcodes VALUES (30359,'Atlanta','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (30360,'Atlanta','GA','33.934536','-84.272150',-5,1); -INSERT INTO zipcodes VALUES (30361,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30362,'Atlanta','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (30363,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30364,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30365,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30366,'Atlanta','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (30367,'Atlanta','GA','33.789255','-84.387276',-5,1); -INSERT INTO zipcodes VALUES (30368,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30369,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30370,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30371,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30374,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30375,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30376,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30377,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30378,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30379,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30380,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30381,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30384,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30385,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30386,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30387,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30388,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30389,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30390,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30392,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30394,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30396,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30398,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30399,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (30401,'Swainsboro','GA','32.605196','-82.339100',-5,1); -INSERT INTO zipcodes VALUES (30410,'Ailey','GA','32.196136','-82.509850',-5,1); -INSERT INTO zipcodes VALUES (30411,'Alamo','GA','32.146031','-82.792000',-5,1); -INSERT INTO zipcodes VALUES (30412,'Alston','GA','32.083879','-82.479880',-5,1); -INSERT INTO zipcodes VALUES (30413,'Bartow','GA','32.884137','-82.509690',-5,1); -INSERT INTO zipcodes VALUES (30414,'Bellville','GA','32.154990','-81.978260',-5,1); -INSERT INTO zipcodes VALUES (30415,'Brooklet','GA','32.345600','-81.623390',-5,1); -INSERT INTO zipcodes VALUES (30417,'Claxton','GA','32.162077','-81.909840',-5,1); -INSERT INTO zipcodes VALUES (30420,'Cobbtown','GA','32.301639','-82.118420',-5,1); -INSERT INTO zipcodes VALUES (30421,'Collins','GA','32.186824','-82.106990',-5,1); -INSERT INTO zipcodes VALUES (30423,'Daisy','GA','32.150061','-81.834780',-5,1); -INSERT INTO zipcodes VALUES (30424,'Dover','GA','32.767634','-81.629062',-5,1); -INSERT INTO zipcodes VALUES (30425,'Garfield','GA','32.632683','-82.036000',-5,1); -INSERT INTO zipcodes VALUES (30426,'Girard','GA','33.032445','-81.632510',-5,1); -INSERT INTO zipcodes VALUES (30427,'Glennville','GA','31.945767','-81.935940',-5,1); -INSERT INTO zipcodes VALUES (30428,'Glenwood','GA','32.190739','-82.691150',-5,1); -INSERT INTO zipcodes VALUES (30429,'Hagan','GA','32.159458','-81.937240',-5,1); -INSERT INTO zipcodes VALUES (30434,'Louisville','GA','33.008983','-82.378000',-5,1); -INSERT INTO zipcodes VALUES (30436,'Lyons','GA','32.177508','-82.304480',-5,1); -INSERT INTO zipcodes VALUES (30438,'Manassas','GA','32.152792','-82.013010',-5,1); -INSERT INTO zipcodes VALUES (30439,'Metter','GA','32.414401','-82.055340',-5,1); -INSERT INTO zipcodes VALUES (30441,'Midville','GA','32.792831','-82.237150',-5,1); -INSERT INTO zipcodes VALUES (30442,'Millen','GA','32.802448','-81.983810',-5,1); -INSERT INTO zipcodes VALUES (30444,'East Point','GA','33.696073','-84.450276',-5,1); -INSERT INTO zipcodes VALUES (30445,'Mount Vernon','GA','32.186824','-82.591710',-5,1); -INSERT INTO zipcodes VALUES (30446,'Newington','GA','32.567281','-81.486270',-5,1); -INSERT INTO zipcodes VALUES (30447,'Norristown','GA','32.505913','-82.495020',-5,1); -INSERT INTO zipcodes VALUES (30448,'Nunez','GA','32.491260','-82.367870',-5,1); -INSERT INTO zipcodes VALUES (30449,'Oliver','GA','32.528104','-81.533198',-5,1); -INSERT INTO zipcodes VALUES (30450,'Portal','GA','32.555659','-81.924200',-5,1); -INSERT INTO zipcodes VALUES (30451,'Pulaski','GA','32.414349','-82.086658',-5,1); -INSERT INTO zipcodes VALUES (30452,'Register','GA','32.327219','-81.898180',-5,1); -INSERT INTO zipcodes VALUES (30453,'Reidsville','GA','32.057356','-82.121400',-5,1); -INSERT INTO zipcodes VALUES (30454,'Rockledge','GA','32.432854','-82.729790',-5,1); -INSERT INTO zipcodes VALUES (30455,'Rocky Ford','GA','32.697762','-81.810360',-5,1); -INSERT INTO zipcodes VALUES (30456,'Sardis','GA','32.969028','-81.793960',-5,1); -INSERT INTO zipcodes VALUES (30457,'Soperton','GA','32.387041','-82.582720',-5,1); -INSERT INTO zipcodes VALUES (30458,'Statesboro','GA','32.423083','-81.806770',-5,1); -INSERT INTO zipcodes VALUES (30459,'Statesboro','GA','32.447036','-81.777720',-5,1); -INSERT INTO zipcodes VALUES (30460,'Statesboro','GA','32.417950','-81.782330',-5,1); -INSERT INTO zipcodes VALUES (30461,'Statesboro','GA','32.490600','-81.731660',-5,1); -INSERT INTO zipcodes VALUES (30464,'Stillmore','GA','32.439708','-82.222780',-5,1); -INSERT INTO zipcodes VALUES (30466,'Summertown','GA','32.566594','-82.324475',-5,1); -INSERT INTO zipcodes VALUES (30467,'Sylvania','GA','32.754635','-81.635430',-5,1); -INSERT INTO zipcodes VALUES (30470,'Tarrytown','GA','32.309128','-82.522550',-5,1); -INSERT INTO zipcodes VALUES (30471,'Twin City','GA','32.547214','-82.170480',-5,1); -INSERT INTO zipcodes VALUES (30473,'Uvalda','GA','32.030960','-82.487970',-5,1); -INSERT INTO zipcodes VALUES (30474,'Vidalia','GA','32.220155','-82.414930',-5,1); -INSERT INTO zipcodes VALUES (30475,'Vidalia','GA','32.177513','-82.373889',-5,1); -INSERT INTO zipcodes VALUES (30477,'Wadley','GA','32.872098','-82.402300',-5,1); -INSERT INTO zipcodes VALUES (30499,'Reidsville','GA','32.050694','-81.998348',-5,1); -INSERT INTO zipcodes VALUES (30501,'Gainesville','GA','34.306643','-83.823520',-5,1); -INSERT INTO zipcodes VALUES (30502,'Chestnut Mountain','GA','34.212993','-83.794858',-5,1); -INSERT INTO zipcodes VALUES (30503,'Gainesville','GA','34.345432','-83.950541',-5,1); -INSERT INTO zipcodes VALUES (30504,'Gainesville','GA','34.274355','-83.870030',-5,1); -INSERT INTO zipcodes VALUES (30505,'Gainesville','GA','34.306188','-83.838936',-5,1); -INSERT INTO zipcodes VALUES (30506,'Gainesville','GA','34.346102','-83.901000',-5,1); -INSERT INTO zipcodes VALUES (30507,'Gainesville','GA','34.253714','-83.773480',-5,1); -INSERT INTO zipcodes VALUES (30510,'Alto','GA','34.455729','-83.589130',-5,1); -INSERT INTO zipcodes VALUES (30511,'Baldwin','GA','34.469971','-83.500350',-5,1); -INSERT INTO zipcodes VALUES (30512,'Blairsville','GA','34.875556','-84.004190',-5,1); -INSERT INTO zipcodes VALUES (30513,'Blue Ridge','GA','34.851171','-84.329050',-5,1); -INSERT INTO zipcodes VALUES (30514,'Blairsville','GA','34.903398','-84.019157',-5,1); -INSERT INTO zipcodes VALUES (30515,'Buford','GA','33.960353','-84.037859',-5,1); -INSERT INTO zipcodes VALUES (30516,'Bowersville','GA','34.370551','-83.059980',-5,1); -INSERT INTO zipcodes VALUES (30517,'Braselton','GA','34.121974','-83.786040',-5,1); -INSERT INTO zipcodes VALUES (30518,'Buford','GA','34.121150','-84.018040',-5,1); -INSERT INTO zipcodes VALUES (30519,'Buford','GA','34.089419','-83.947010',-5,1); -INSERT INTO zipcodes VALUES (30520,'Canon','GA','34.338008','-83.096560',-5,1); -INSERT INTO zipcodes VALUES (30521,'Carnesville','GA','34.360544','-83.285440',-5,1); -INSERT INTO zipcodes VALUES (30522,'Cherrylog','GA','34.801665','-84.379310',-5,1); -INSERT INTO zipcodes VALUES (30523,'Clarkesville','GA','34.700311','-83.518790',-5,1); -INSERT INTO zipcodes VALUES (30525,'Clayton','GA','34.882362','-83.415600',-5,1); -INSERT INTO zipcodes VALUES (30527,'Clermont','GA','34.481514','-83.785990',-5,1); -INSERT INTO zipcodes VALUES (30528,'Cleveland','GA','34.595859','-83.761940',-5,1); -INSERT INTO zipcodes VALUES (30529,'Commerce','GA','34.210423','-83.468420',-5,1); -INSERT INTO zipcodes VALUES (30530,'Commerce','GA','34.209907','-83.383890',-5,1); -INSERT INTO zipcodes VALUES (30531,'Cornelia','GA','34.514215','-83.541180',-5,1); -INSERT INTO zipcodes VALUES (30533,'Dahlonega','GA','34.542098','-83.997180',-5,1); -INSERT INTO zipcodes VALUES (30534,'Dawsonville','GA','34.416521','-84.108490',-5,1); -INSERT INTO zipcodes VALUES (30535,'Demorest','GA','34.573072','-83.559920',-5,1); -INSERT INTO zipcodes VALUES (30537,'Dillard','GA','34.977198','-83.351610',-5,1); -INSERT INTO zipcodes VALUES (30538,'Eastanollee','GA','34.511618','-83.258110',-5,1); -INSERT INTO zipcodes VALUES (30539,'East Ellijay','GA','34.680011','-84.471540',-5,1); -INSERT INTO zipcodes VALUES (30540,'Ellijay','GA','34.688716','-84.467160',-5,1); -INSERT INTO zipcodes VALUES (30541,'Epworth','GA','34.925622','-84.429810',-5,1); -INSERT INTO zipcodes VALUES (30542,'Flowery Branch','GA','34.188281','-83.918130',-5,1); -INSERT INTO zipcodes VALUES (30543,'Gillsville','GA','34.299459','-83.652260',-5,1); -INSERT INTO zipcodes VALUES (30544,'Demorest','GA','34.593092','-83.562922',-5,1); -INSERT INTO zipcodes VALUES (30545,'Helen','GA','34.713441','-83.741890',-5,1); -INSERT INTO zipcodes VALUES (30546,'Hiawassee','GA','34.923847','-83.723100',-5,1); -INSERT INTO zipcodes VALUES (30547,'Homer','GA','34.348822','-83.477380',-5,1); -INSERT INTO zipcodes VALUES (30548,'Hoschton','GA','34.097915','-83.778640',-5,1); -INSERT INTO zipcodes VALUES (30549,'Jefferson','GA','34.112581','-83.582510',-5,1); -INSERT INTO zipcodes VALUES (30552,'Lakemont','GA','34.763553','-83.442010',-5,1); -INSERT INTO zipcodes VALUES (30553,'Lavonia','GA','34.450501','-83.094480',-5,1); -INSERT INTO zipcodes VALUES (30554,'Lula','GA','34.391688','-83.659790',-5,1); -INSERT INTO zipcodes VALUES (30555,'McCaysville','GA','34.977037','-84.398390',-5,1); -INSERT INTO zipcodes VALUES (30557,'Martin','GA','34.491829','-83.175390',-5,1); -INSERT INTO zipcodes VALUES (30558,'Maysville','GA','34.258054','-83.560580',-5,1); -INSERT INTO zipcodes VALUES (30559,'Mineral Bluff','GA','34.949755','-84.283170',-5,1); -INSERT INTO zipcodes VALUES (30560,'Morganton','GA','34.887912','-84.209800',-5,1); -INSERT INTO zipcodes VALUES (30562,'Mountain City','GA','34.917466','-83.384870',-5,1); -INSERT INTO zipcodes VALUES (30563,'Mount Airy','GA','34.549681','-83.472010',-5,1); -INSERT INTO zipcodes VALUES (30564,'Murrayville','GA','34.466226','-83.884420',-5,1); -INSERT INTO zipcodes VALUES (30565,'Nicholson','GA','34.094345','-83.416170',-5,1); -INSERT INTO zipcodes VALUES (30566,'Oakwood','GA','34.236556','-83.891150',-5,1); -INSERT INTO zipcodes VALUES (30567,'Pendergrass','GA','34.167309','-83.685360',-5,1); -INSERT INTO zipcodes VALUES (30568,'Rabun Gap','GA','34.952452','-83.407300',-5,1); -INSERT INTO zipcodes VALUES (30571,'Sautee Nacoochee','GA','34.696896','-83.680120',-5,1); -INSERT INTO zipcodes VALUES (30572,'Suches','GA','34.731084','-84.079430',-5,1); -INSERT INTO zipcodes VALUES (30573,'Tallulah Falls','GA','34.742007','-83.397716',-5,1); -INSERT INTO zipcodes VALUES (30575,'Talmo','GA','34.191571','-83.711240',-5,1); -INSERT INTO zipcodes VALUES (30576,'Tiger','GA','34.846806','-83.481780',-5,1); -INSERT INTO zipcodes VALUES (30577,'Toccoa','GA','34.561584','-83.317180',-5,1); -INSERT INTO zipcodes VALUES (30580,'Turnerville','GA','34.676584','-83.435780',-5,1); -INSERT INTO zipcodes VALUES (30581,'Wiley','GA','34.797611','-83.423290',-5,1); -INSERT INTO zipcodes VALUES (30582,'Young Harris','GA','34.954638','-83.864840',-5,1); -INSERT INTO zipcodes VALUES (30596,'Alto','GA','34.629391','-83.509934',-5,1); -INSERT INTO zipcodes VALUES (30597,'Dahlonega','GA','34.527671','-83.980879',-5,1); -INSERT INTO zipcodes VALUES (30598,'Toccoa','GA','34.597674','-83.362070',-5,1); -INSERT INTO zipcodes VALUES (30599,'Commerce','GA','34.130594','-83.587419',-5,1); -INSERT INTO zipcodes VALUES (30601,'Athens','GA','33.979016','-83.364230',-5,1); -INSERT INTO zipcodes VALUES (30602,'Athens','GA','33.948432','-83.374900',-5,1); -INSERT INTO zipcodes VALUES (30603,'Athens','GA','33.947587','-83.408897',-5,1); -INSERT INTO zipcodes VALUES (30604,'Athens','GA','33.944339','-83.389080',-5,1); -INSERT INTO zipcodes VALUES (30605,'Athens','GA','33.925085','-83.345290',-5,1); -INSERT INTO zipcodes VALUES (30606,'Athens','GA','33.945619','-83.417320',-5,1); -INSERT INTO zipcodes VALUES (30607,'Athens','GA','34.013154','-83.435650',-5,1); -INSERT INTO zipcodes VALUES (30608,'Athens','GA','33.944339','-83.389080',-5,1); -INSERT INTO zipcodes VALUES (30609,'Athens','GA','33.946364','-83.377430',-5,1); -INSERT INTO zipcodes VALUES (30610,'Athens','GA','33.944339','-83.389080',-5,1); -INSERT INTO zipcodes VALUES (30612,'Athens','GA','33.944339','-83.389080',-5,1); -INSERT INTO zipcodes VALUES (30613,'Athens','GA','33.962364','-83.398280',-5,1); -INSERT INTO zipcodes VALUES (30619,'Arnoldsville','GA','33.863663','-83.248250',-5,1); -INSERT INTO zipcodes VALUES (30620,'Bethlehem','GA','33.928949','-83.735240',-5,1); -INSERT INTO zipcodes VALUES (30621,'Bishop','GA','33.804849','-83.481640',-5,1); -INSERT INTO zipcodes VALUES (30622,'Bogart','GA','33.927792','-83.515520',-5,1); -INSERT INTO zipcodes VALUES (30623,'Bostwick','GA','33.754235','-83.511055',-5,1); -INSERT INTO zipcodes VALUES (30624,'Bowman','GA','34.193943','-83.033750',-5,1); -INSERT INTO zipcodes VALUES (30625,'Buckhead','GA','33.527207','-83.346760',-5,1); -INSERT INTO zipcodes VALUES (30627,'Carlton','GA','33.994139','-82.978190',-5,1); -INSERT INTO zipcodes VALUES (30628,'Colbert','GA','34.041416','-83.219970',-5,1); -INSERT INTO zipcodes VALUES (30629,'Comer','GA','34.072573','-83.119130',-5,1); -INSERT INTO zipcodes VALUES (30630,'Crawford','GA','33.892957','-83.155480',-5,1); -INSERT INTO zipcodes VALUES (30631,'Crawfordville','GA','33.570317','-82.885420',-5,1); -INSERT INTO zipcodes VALUES (30633,'Danielsville','GA','34.170850','-83.246540',-5,1); -INSERT INTO zipcodes VALUES (30634,'Dewy Rose','GA','34.212836','-82.941120',-5,1); -INSERT INTO zipcodes VALUES (30635,'Elberton','GA','34.119972','-82.825000',-5,1); -INSERT INTO zipcodes VALUES (30638,'Farmington','GA','33.775001','-83.424560',-5,1); -INSERT INTO zipcodes VALUES (30639,'Franklin Springs','GA','34.281721','-83.147460',-5,1); -INSERT INTO zipcodes VALUES (30641,'Good Hope','GA','33.766057','-83.575970',-5,1); -INSERT INTO zipcodes VALUES (30642,'Greensboro','GA','33.547041','-83.197970',-5,1); -INSERT INTO zipcodes VALUES (30643,'Hartwell','GA','34.366948','-82.920100',-5,1); -INSERT INTO zipcodes VALUES (30645,'High Shoals','GA','33.801274','-83.516374',-5,1); -INSERT INTO zipcodes VALUES (30646,'Hull','GA','34.065588','-83.313180',-5,1); -INSERT INTO zipcodes VALUES (30647,'Ila','GA','34.120239','-83.288117',-5,1); -INSERT INTO zipcodes VALUES (30648,'Lexington','GA','33.863779','-83.060630',-5,1); -INSERT INTO zipcodes VALUES (30650,'Madison','GA','33.588436','-83.479360',-5,1); -INSERT INTO zipcodes VALUES (30652,'Greensboro','GA','33.559342','-83.364156',-5,1); -INSERT INTO zipcodes VALUES (30655,'Monroe','GA','33.786041','-83.699010',-5,1); -INSERT INTO zipcodes VALUES (30656,'Monroe','GA','33.857423','-83.718990',-5,1); -INSERT INTO zipcodes VALUES (30660,'Rayle','GA','33.775127','-82.946240',-5,1); -INSERT INTO zipcodes VALUES (30662,'Royston','GA','34.270167','-83.128420',-5,1); -INSERT INTO zipcodes VALUES (30663,'Rutledge','GA','33.614556','-83.611570',-5,1); -INSERT INTO zipcodes VALUES (30664,'Sharon','GA','33.560693','-82.800150',-5,1); -INSERT INTO zipcodes VALUES (30665,'Siloam','GA','33.535009','-83.077870',-5,1); -INSERT INTO zipcodes VALUES (30666,'Statham','GA','33.957713','-83.584910',-5,1); -INSERT INTO zipcodes VALUES (30667,'Stephens','GA','33.784316','-83.166660',-5,1); -INSERT INTO zipcodes VALUES (30668,'Tignall','GA','33.912362','-82.668400',-5,1); -INSERT INTO zipcodes VALUES (30669,'Union Point','GA','33.652489','-83.088570',-5,1); -INSERT INTO zipcodes VALUES (30671,'Maxeys','GA','33.748344','-83.185380',-5,1); -INSERT INTO zipcodes VALUES (30673,'Washington','GA','33.728754','-82.726120',-5,1); -INSERT INTO zipcodes VALUES (30677,'Watkinsville','GA','33.849286','-83.412320',-5,1); -INSERT INTO zipcodes VALUES (30678,'White Plains','GA','33.461710','-83.058520',-5,1); -INSERT INTO zipcodes VALUES (30680,'Winder','GA','33.992538','-83.710610',-5,1); -INSERT INTO zipcodes VALUES (30683,'Winterville','GA','33.954047','-83.267300',-5,1); -INSERT INTO zipcodes VALUES (30701,'Calhoun','GA','34.496600','-84.937980',-5,1); -INSERT INTO zipcodes VALUES (30703,'Calhoun','GA','34.479066','-84.762161',-5,1); -INSERT INTO zipcodes VALUES (30705,'Chatsworth','GA','34.753129','-84.775020',-5,1); -INSERT INTO zipcodes VALUES (30707,'Chickamauga','GA','34.827019','-85.328830',-5,1); -INSERT INTO zipcodes VALUES (30708,'Cisco','GA','34.945576','-84.711300',-5,1); -INSERT INTO zipcodes VALUES (30710,'Cohutta','GA','34.935105','-84.946420',-5,1); -INSERT INTO zipcodes VALUES (30711,'Crandall','GA','34.938820','-84.765580',-5,1); -INSERT INTO zipcodes VALUES (30716,'Tallapoosa','GA','33.744222','-85.286982',-5,1); -INSERT INTO zipcodes VALUES (30719,'Dalton','GA','34.801861','-84.989796',-5,1); -INSERT INTO zipcodes VALUES (30720,'Dalton','GA','34.766095','-84.986500',-5,1); -INSERT INTO zipcodes VALUES (30721,'Dalton','GA','34.780699','-84.939940',-5,1); -INSERT INTO zipcodes VALUES (30722,'Dalton','GA','34.759522','-84.951261',-5,1); -INSERT INTO zipcodes VALUES (30724,'Eton','GA','34.822176','-84.759670',-5,1); -INSERT INTO zipcodes VALUES (30725,'Flintstone','GA','34.932348','-85.350640',-5,1); -INSERT INTO zipcodes VALUES (30726,'Graysville','GA','34.975939','-85.141600',-5,1); -INSERT INTO zipcodes VALUES (30728,'La Fayette','GA','34.696201','-85.258240',-5,1); -INSERT INTO zipcodes VALUES (30730,'Lyerly','GA','34.376063','-85.404300',-5,1); -INSERT INTO zipcodes VALUES (30731,'Menlo','GA','34.553485','-85.478930',-5,1); -INSERT INTO zipcodes VALUES (30732,'Oakman','GA','34.569015','-84.711863',-5,1); -INSERT INTO zipcodes VALUES (30733,'Plainville','GA','34.409661','-85.033450',-5,1); -INSERT INTO zipcodes VALUES (30734,'Ranger','GA','34.531444','-84.699550',-5,1); -INSERT INTO zipcodes VALUES (30735,'Resaca','GA','34.604648','-84.919260',-5,1); -INSERT INTO zipcodes VALUES (30736,'Ringgold','GA','34.916552','-85.144350',-5,1); -INSERT INTO zipcodes VALUES (30738,'Rising Fawn','GA','34.793833','-85.499450',-5,1); -INSERT INTO zipcodes VALUES (30739,'Rock Spring','GA','34.801988','-85.219560',-5,1); -INSERT INTO zipcodes VALUES (30740,'Rocky Face','GA','34.757918','-85.058790',-5,1); -INSERT INTO zipcodes VALUES (30741,'Rossville','GA','34.963110','-85.274050',-5,1); -INSERT INTO zipcodes VALUES (30742,'Fort Oglethorpe','GA','34.948979','-85.252120',-5,1); -INSERT INTO zipcodes VALUES (30746,'Sugar Valley','GA','34.574804','-85.024820',-5,1); -INSERT INTO zipcodes VALUES (30747,'Summerville','GA','34.489848','-85.329280',-5,1); -INSERT INTO zipcodes VALUES (30750,'Lookout Mountain','GA','34.957134','-85.371830',-5,1); -INSERT INTO zipcodes VALUES (30751,'Tennga','GA','34.981449','-84.735233',-5,1); -INSERT INTO zipcodes VALUES (30752,'Trenton','GA','34.895625','-85.527020',-5,1); -INSERT INTO zipcodes VALUES (30753,'Trion','GA','34.558404','-85.303010',-5,1); -INSERT INTO zipcodes VALUES (30754,'Summerville','GA','34.484483','-85.345544',-5,1); -INSERT INTO zipcodes VALUES (30755,'Tunnel Hill','GA','34.859730','-85.038670',-5,1); -INSERT INTO zipcodes VALUES (30756,'Varnell','GA','34.929800','-84.988536',-5,1); -INSERT INTO zipcodes VALUES (30757,'Wildwood','GA','34.954188','-85.432320',-5,1); -INSERT INTO zipcodes VALUES (30802,'Appling','GA','33.620669','-82.305140',-5,1); -INSERT INTO zipcodes VALUES (30803,'Avera','GA','33.163467','-82.520170',-5,1); -INSERT INTO zipcodes VALUES (30805,'Blythe','GA','33.297318','-82.215030',-5,1); -INSERT INTO zipcodes VALUES (30806,'Boneville','GA','33.527993','-82.510400',-5,1); -INSERT INTO zipcodes VALUES (30807,'Camak','GA','33.453039','-82.648280',-5,1); -INSERT INTO zipcodes VALUES (30808,'Dearing','GA','33.397137','-82.403350',-5,1); -INSERT INTO zipcodes VALUES (30809,'Evans','GA','33.551145','-82.139490',-5,1); -INSERT INTO zipcodes VALUES (30810,'Gibson','GA','33.236721','-82.581350',-5,1); -INSERT INTO zipcodes VALUES (30811,'Gough','GA','33.050487','-81.929165',-5,1); -INSERT INTO zipcodes VALUES (30812,'Gracewood','GA','33.386041','-82.090996',-5,1); -INSERT INTO zipcodes VALUES (30813,'Grovetown','GA','33.459489','-82.201020',-5,1); -INSERT INTO zipcodes VALUES (30814,'Harlem','GA','33.423590','-82.310130',-5,1); -INSERT INTO zipcodes VALUES (30815,'Hephzibah','GA','33.321570','-82.088720',-5,1); -INSERT INTO zipcodes VALUES (30816,'Keysville','GA','33.162490','-82.189330',-5,1); -INSERT INTO zipcodes VALUES (30817,'Lincolnton','GA','33.765566','-82.438990',-5,1); -INSERT INTO zipcodes VALUES (30818,'Matthews','GA','33.244829','-82.326360',-5,1); -INSERT INTO zipcodes VALUES (30819,'Mesena','GA','33.432384','-82.625213',-5,1); -INSERT INTO zipcodes VALUES (30820,'Mitchell','GA','33.224199','-82.713000',-5,1); -INSERT INTO zipcodes VALUES (30821,'Norwood','GA','33.477946','-82.734540',-5,1); -INSERT INTO zipcodes VALUES (30822,'Perkins','GA','32.914843','-81.879010',-5,1); -INSERT INTO zipcodes VALUES (30823,'Stapleton','GA','33.234802','-82.463030',-5,1); -INSERT INTO zipcodes VALUES (30824,'Thomson','GA','33.490536','-82.502800',-5,1); -INSERT INTO zipcodes VALUES (30828,'Warrenton','GA','33.399555','-82.656550',-5,1); -INSERT INTO zipcodes VALUES (30830,'Waynesboro','GA','33.080965','-81.994400',-5,1); -INSERT INTO zipcodes VALUES (30833,'Wrens','GA','33.200325','-82.376250',-5,1); -INSERT INTO zipcodes VALUES (30881,'Atlanta','GA','33.793006','-84.504081',-5,1); -INSERT INTO zipcodes VALUES (30901,'Augusta','GA','33.461121','-81.972650',-5,1); -INSERT INTO zipcodes VALUES (30903,'Augusta','GA','33.386041','-82.090996',-5,1); -INSERT INTO zipcodes VALUES (30904,'Augusta','GA','33.474136','-82.010180',-5,1); -INSERT INTO zipcodes VALUES (30905,'Augusta','GA','33.417282','-82.144350',-5,1); -INSERT INTO zipcodes VALUES (30906,'Augusta','GA','33.387089','-82.012370',-5,1); -INSERT INTO zipcodes VALUES (30907,'Augusta','GA','33.512541','-82.094910',-5,1); -INSERT INTO zipcodes VALUES (30909,'Augusta','GA','33.475936','-82.069700',-5,1); -INSERT INTO zipcodes VALUES (30910,'Augusta','GA','33.386041','-82.090996',-5,1); -INSERT INTO zipcodes VALUES (30911,'Augusta','GA','33.386041','-82.090996',-5,1); -INSERT INTO zipcodes VALUES (30912,'Augusta','GA','33.386041','-82.090996',-5,1); -INSERT INTO zipcodes VALUES (30913,'Augusta','GA','33.386041','-82.090996',-5,1); -INSERT INTO zipcodes VALUES (30914,'Augusta','GA','33.386041','-82.090996',-5,1); -INSERT INTO zipcodes VALUES (30916,'Augusta','GA','33.386041','-82.090996',-5,1); -INSERT INTO zipcodes VALUES (30917,'Augusta','GA','33.527678','-82.235542',-5,1); -INSERT INTO zipcodes VALUES (30919,'Augusta','GA','33.386041','-82.090996',-5,1); -INSERT INTO zipcodes VALUES (30999,'Augusta','GA','33.386041','-82.090996',-5,1); -INSERT INTO zipcodes VALUES (31001,'Abbeville','GA','31.972626','-83.330820',-5,1); -INSERT INTO zipcodes VALUES (31002,'Adrian','GA','32.549854','-82.569480',-5,1); -INSERT INTO zipcodes VALUES (31003,'Allentown','GA','32.600622','-83.220960',-5,1); -INSERT INTO zipcodes VALUES (31004,'Bolingbroke','GA','32.946971','-83.800628',-5,1); -INSERT INTO zipcodes VALUES (31005,'Bonaire','GA','32.556668','-83.624350',-5,1); -INSERT INTO zipcodes VALUES (31006,'Butler','GA','32.563544','-84.246100',-5,1); -INSERT INTO zipcodes VALUES (31007,'Byromville','GA','32.199721','-83.913270',-5,1); -INSERT INTO zipcodes VALUES (31008,'Byron','GA','32.652313','-83.759180',-5,1); -INSERT INTO zipcodes VALUES (31009,'Cadwell','GA','32.309003','-83.026470',-5,1); -INSERT INTO zipcodes VALUES (31010,'Cordele','GA','31.917178','-83.785365',-5,1); -INSERT INTO zipcodes VALUES (31011,'Chauncey','GA','32.108676','-83.060060',-5,1); -INSERT INTO zipcodes VALUES (31012,'Chester','GA','32.396381','-83.168920',-5,1); -INSERT INTO zipcodes VALUES (31013,'Clinchfield','GA','32.338639','-83.692562',-5,1); -INSERT INTO zipcodes VALUES (31014,'Cochran','GA','32.397039','-83.340400',-5,1); -INSERT INTO zipcodes VALUES (31015,'Cordele','GA','31.950899','-83.778080',-5,1); -INSERT INTO zipcodes VALUES (31016,'Culloden','GA','32.861386','-84.117320',-5,1); -INSERT INTO zipcodes VALUES (31017,'Danville','GA','32.600844','-83.245490',-5,1); -INSERT INTO zipcodes VALUES (31018,'Davisboro','GA','32.976548','-82.616070',-5,1); -INSERT INTO zipcodes VALUES (31019,'Dexter','GA','32.427633','-83.056320',-5,1); -INSERT INTO zipcodes VALUES (31020,'Dry Branch','GA','32.719907','-83.490500',-5,1); -INSERT INTO zipcodes VALUES (31021,'Dublin','GA','32.526359','-82.933750',-5,1); -INSERT INTO zipcodes VALUES (31022,'Dudley','GA','32.516865','-83.099050',-5,1); -INSERT INTO zipcodes VALUES (31023,'Eastman','GA','32.193953','-83.184800',-5,1); -INSERT INTO zipcodes VALUES (31024,'Eatonton','GA','33.318579','-83.354320',-5,1); -INSERT INTO zipcodes VALUES (31025,'Elko','GA','32.335147','-83.745710',-5,1); -INSERT INTO zipcodes VALUES (31027,'Dublin','GA','32.569122','-82.809590',-5,1); -INSERT INTO zipcodes VALUES (31028,'Centerville','GA','32.632111','-83.677950',-5,1); -INSERT INTO zipcodes VALUES (31029,'Forsyth','GA','33.040900','-83.929410',-5,1); -INSERT INTO zipcodes VALUES (31030,'Fort Valley','GA','32.555680','-83.886410',-5,1); -INSERT INTO zipcodes VALUES (31031,'Gordon','GA','32.891499','-83.327480',-5,1); -INSERT INTO zipcodes VALUES (31032,'Gray','GA','33.003455','-83.550780',-5,1); -INSERT INTO zipcodes VALUES (31033,'Haddock','GA','33.053288','-83.439020',-5,1); -INSERT INTO zipcodes VALUES (31034,'Hardwick','GA','33.040103','-83.218200',-5,1); -INSERT INTO zipcodes VALUES (31035,'Harrison','GA','32.835471','-82.707610',-5,1); -INSERT INTO zipcodes VALUES (31036,'Hawkinsville','GA','32.270314','-83.485170',-5,1); -INSERT INTO zipcodes VALUES (31037,'Helena','GA','32.094127','-82.917130',-5,1); -INSERT INTO zipcodes VALUES (31038,'Hillsboro','GA','33.172786','-83.635540',-5,1); -INSERT INTO zipcodes VALUES (31039,'Howard','GA','32.587537','-84.389500',-5,1); -INSERT INTO zipcodes VALUES (31040,'Dublin','GA','32.540073','-82.914974',-5,1); -INSERT INTO zipcodes VALUES (31041,'Ideal','GA','32.371371','-84.182580',-5,1); -INSERT INTO zipcodes VALUES (31042,'Irwinton','GA','32.761500','-83.161200',-5,1); -INSERT INTO zipcodes VALUES (31044,'Jeffersonville','GA','32.630784','-83.370270',-5,1); -INSERT INTO zipcodes VALUES (31045,'Jewell','GA','33.285774','-82.774900',-5,1); -INSERT INTO zipcodes VALUES (31046,'Juliette','GA','33.054591','-83.785830',-5,1); -INSERT INTO zipcodes VALUES (31047,'Kathleen','GA','32.509384','-83.647730',-5,1); -INSERT INTO zipcodes VALUES (31049,'Kite','GA','32.699920','-82.513810',-5,1); -INSERT INTO zipcodes VALUES (31050,'Knoxville','GA','32.742085','-83.946460',-5,1); -INSERT INTO zipcodes VALUES (31051,'Lilly','GA','32.148624','-83.880030',-5,1); -INSERT INTO zipcodes VALUES (31052,'Lizella','GA','32.788484','-83.807260',-5,1); -INSERT INTO zipcodes VALUES (31054,'McIntyre','GA','32.875574','-83.197850',-5,1); -INSERT INTO zipcodes VALUES (31055,'McRae','GA','32.045313','-82.891600',-5,1); -INSERT INTO zipcodes VALUES (31057,'Marshallville','GA','32.446656','-83.934130',-5,1); -INSERT INTO zipcodes VALUES (31058,'Mauk','GA','32.498727','-84.428040',-5,1); -INSERT INTO zipcodes VALUES (31060,'Milan','GA','32.003035','-83.063370',-5,1); -INSERT INTO zipcodes VALUES (31061,'Milledgeville','GA','33.083579','-83.233970',-5,1); -INSERT INTO zipcodes VALUES (31062,'Milledgeville','GA','33.087138','-83.224920',-5,1); -INSERT INTO zipcodes VALUES (31063,'Montezuma','GA','32.293293','-83.989130',-5,1); -INSERT INTO zipcodes VALUES (31064,'Monticello','GA','33.319093','-83.708620',-5,1); -INSERT INTO zipcodes VALUES (31065,'Montrose','GA','32.564036','-83.160190',-5,1); -INSERT INTO zipcodes VALUES (31066,'Musella','GA','32.799959','-84.005880',-5,1); -INSERT INTO zipcodes VALUES (31067,'Oconee','GA','32.860031','-82.950190',-5,1); -INSERT INTO zipcodes VALUES (31068,'Oglethorpe','GA','32.329164','-84.079880',-5,1); -INSERT INTO zipcodes VALUES (31069,'Perry','GA','32.460791','-83.735410',-5,1); -INSERT INTO zipcodes VALUES (31070,'Pinehurst','GA','32.185677','-83.763480',-5,1); -INSERT INTO zipcodes VALUES (31071,'Pineview','GA','32.137020','-83.526040',-5,1); -INSERT INTO zipcodes VALUES (31072,'Pitts','GA','31.951839','-83.567470',-5,1); -INSERT INTO zipcodes VALUES (31073,'Plainfield','GA','32.176429','-83.122891',-5,1); -INSERT INTO zipcodes VALUES (31075,'Rentz','GA','32.370333','-82.960910',-5,1); -INSERT INTO zipcodes VALUES (31076,'Reynolds','GA','32.547480','-84.100420',-5,1); -INSERT INTO zipcodes VALUES (31077,'Rhine','GA','31.953407','-83.180580',-5,1); -INSERT INTO zipcodes VALUES (31078,'Roberta','GA','32.702635','-84.038110',-5,1); -INSERT INTO zipcodes VALUES (31079,'Rochelle','GA','31.933079','-83.457220',-5,1); -INSERT INTO zipcodes VALUES (31081,'Rupert','GA','32.419094','-84.284750',-5,1); -INSERT INTO zipcodes VALUES (31082,'Sandersville','GA','32.984529','-82.837500',-5,1); -INSERT INTO zipcodes VALUES (31083,'Scotland','GA','32.046427','-82.819230',-5,1); -INSERT INTO zipcodes VALUES (31084,'Seville','GA','31.989039','-83.394574',-5,1); -INSERT INTO zipcodes VALUES (31085,'Shady Dale','GA','33.421694','-83.614330',-5,1); -INSERT INTO zipcodes VALUES (31086,'Smarr','GA','32.989503','-83.876108',-5,1); -INSERT INTO zipcodes VALUES (31087,'Sparta','GA','33.260235','-83.006470',-5,1); -INSERT INTO zipcodes VALUES (31088,'Warner Robins','GA','32.594698','-83.648730',-5,1); -INSERT INTO zipcodes VALUES (31089,'Tennille','GA','32.891150','-82.827750',-5,1); -INSERT INTO zipcodes VALUES (31090,'Toomsboro','GA','32.801223','-83.066710',-5,1); -INSERT INTO zipcodes VALUES (31091,'Unadilla','GA','32.244730','-83.720750',-5,1); -INSERT INTO zipcodes VALUES (31092,'Vienna','GA','32.091578','-83.793110',-5,1); -INSERT INTO zipcodes VALUES (31093,'Warner Robins','GA','32.638316','-83.643320',-5,1); -INSERT INTO zipcodes VALUES (31094,'Warthen','GA','33.125097','-82.810180',-5,1); -INSERT INTO zipcodes VALUES (31095,'Warner Robins','GA','32.487403','-83.669655',-5,1); -INSERT INTO zipcodes VALUES (31096,'Wrightsville','GA','32.717320','-82.689260',-5,1); -INSERT INTO zipcodes VALUES (31097,'Yatesville','GA','32.912207','-84.148120',-5,1); -INSERT INTO zipcodes VALUES (31098,'Warner Robins','GA','32.614742','-83.598290',-5,1); -INSERT INTO zipcodes VALUES (31099,'Warner Robins','GA','32.646236','-83.651300',-5,1); -INSERT INTO zipcodes VALUES (31106,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31107,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31119,'Atlanta','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (31126,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31131,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31139,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31141,'Atlanta','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (31145,'Atlanta','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (31146,'Atlanta','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (31150,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31156,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31191,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31192,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31193,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31195,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31196,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31197,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31198,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31199,'Atlanta','GA','33.844371','-84.474050',-5,1); -INSERT INTO zipcodes VALUES (31201,'Macon','GA','32.830839','-83.635290',-5,1); -INSERT INTO zipcodes VALUES (31202,'Macon','GA','32.806707','-83.691315',-5,1); -INSERT INTO zipcodes VALUES (31203,'Macon','GA','32.806707','-83.691315',-5,1); -INSERT INTO zipcodes VALUES (31204,'Macon','GA','32.844872','-83.671190',-5,1); -INSERT INTO zipcodes VALUES (31205,'Macon','GA','32.806707','-83.691315',-5,1); -INSERT INTO zipcodes VALUES (31206,'Macon','GA','32.799040','-83.672160',-5,1); -INSERT INTO zipcodes VALUES (31207,'Macon','GA','32.830389','-83.648552',-5,1); -INSERT INTO zipcodes VALUES (31208,'Macon','GA','32.806707','-83.691315',-5,1); -INSERT INTO zipcodes VALUES (31209,'Macon','GA','32.806707','-83.691315',-5,1); -INSERT INTO zipcodes VALUES (31210,'Macon','GA','32.888990','-83.722040',-5,1); -INSERT INTO zipcodes VALUES (31211,'Macon','GA','32.878304','-83.599630',-5,1); -INSERT INTO zipcodes VALUES (31212,'Macon','GA','32.806707','-83.691315',-5,1); -INSERT INTO zipcodes VALUES (31213,'Macon','GA','32.839289','-83.638752',-5,1); -INSERT INTO zipcodes VALUES (31216,'Macon','GA','32.730641','-83.679300',-5,1); -INSERT INTO zipcodes VALUES (31217,'Macon','GA','32.839005','-83.567490',-5,1); -INSERT INTO zipcodes VALUES (31220,'Macon','GA','32.862246','-83.786650',-5,1); -INSERT INTO zipcodes VALUES (31221,'Macon','GA','32.806707','-83.691315',-5,1); -INSERT INTO zipcodes VALUES (31267,'Cecil','GA','31.046761','-83.395669',-5,1); -INSERT INTO zipcodes VALUES (31294,'Macon','GA','32.806707','-83.691315',-5,1); -INSERT INTO zipcodes VALUES (31295,'Macon','GA','32.810189','-83.569001',-5,1); -INSERT INTO zipcodes VALUES (31296,'Macon','GA','32.806707','-83.691315',-5,1); -INSERT INTO zipcodes VALUES (31297,'Macon','GA','32.700450','-83.657207',-5,1); -INSERT INTO zipcodes VALUES (31298,'Macon','GA','32.873330','-83.708399',-5,1); -INSERT INTO zipcodes VALUES (31299,'Macon','GA','32.806707','-83.691315',-5,1); -INSERT INTO zipcodes VALUES (31301,'Allenhurst','GA','31.764663','-81.609800',-5,1); -INSERT INTO zipcodes VALUES (31302,'Bloomingdale','GA','32.129474','-81.331210',-5,1); -INSERT INTO zipcodes VALUES (31303,'Clyo','GA','32.508239','-81.312800',-5,1); -INSERT INTO zipcodes VALUES (31304,'Crescent','GA','31.495071','-81.381908',-5,1); -INSERT INTO zipcodes VALUES (31305,'Darien','GA','31.407598','-81.390940',-5,1); -INSERT INTO zipcodes VALUES (31307,'Eden','GA','32.183211','-81.399790',-5,1); -INSERT INTO zipcodes VALUES (31308,'Ellabell','GA','32.172661','-81.484470',-5,1); -INSERT INTO zipcodes VALUES (31309,'Fleming','GA','31.873145','-81.426760',-5,1); -INSERT INTO zipcodes VALUES (31310,'Hinesville','GA','31.806832','-81.437074',-5,1); -INSERT INTO zipcodes VALUES (31312,'Guyton','GA','32.313816','-81.390800',-5,1); -INSERT INTO zipcodes VALUES (31313,'Hinesville','GA','31.828575','-81.616170',-5,1); -INSERT INTO zipcodes VALUES (31314,'Fort Stewart','GA','31.868699','-81.610830',-5,1); -INSERT INTO zipcodes VALUES (31315,'Fort Stewart','GA','31.886944','-81.601090',-5,1); -INSERT INTO zipcodes VALUES (31316,'Ludowici','GA','31.749910','-81.758130',-5,1); -INSERT INTO zipcodes VALUES (31318,'Meldrim','GA','32.141974','-81.378920',-5,1); -INSERT INTO zipcodes VALUES (31319,'Meridian','GA','31.478486','-81.345280',-5,1); -INSERT INTO zipcodes VALUES (31320,'Midway','GA','31.788811','-81.376370',-5,1); -INSERT INTO zipcodes VALUES (31321,'Pembroke','GA','32.163245','-81.642110',-5,1); -INSERT INTO zipcodes VALUES (31322,'Pooler','GA','32.110421','-81.245680',-5,1); -INSERT INTO zipcodes VALUES (31323,'Riceboro','GA','31.658252','-81.487780',-5,1); -INSERT INTO zipcodes VALUES (31324,'Richmond Hill','GA','31.906365','-81.310800',-5,1); -INSERT INTO zipcodes VALUES (31326,'Rincon','GA','32.293147','-81.230060',-5,1); -INSERT INTO zipcodes VALUES (31327,'Sapelo Island','GA','31.423776','-81.270640',-5,1); -INSERT INTO zipcodes VALUES (31328,'Tybee Island','GA','32.006672','-80.849370',-5,1); -INSERT INTO zipcodes VALUES (31329,'Springfield','GA','32.390879','-81.324270',-5,1); -INSERT INTO zipcodes VALUES (31331,'Townsend','GA','31.547412','-81.386200',-5,1); -INSERT INTO zipcodes VALUES (31332,'Valona','GA','31.495071','-81.381908',-5,1); -INSERT INTO zipcodes VALUES (31333,'Walthourville','GA','31.777890','-81.645340',-5,1); -INSERT INTO zipcodes VALUES (31337,'Lenox','GA','31.271852','-83.459054',-5,1); -INSERT INTO zipcodes VALUES (31401,'Savannah','GA','32.068658','-81.092580',-5,1); -INSERT INTO zipcodes VALUES (31402,'Savannah','GA','31.971394','-81.071560',-5,1); -INSERT INTO zipcodes VALUES (31403,'Savannah','GA','31.971394','-81.071560',-5,1); -INSERT INTO zipcodes VALUES (31404,'Savannah','GA','32.046143','-81.067240',-5,1); -INSERT INTO zipcodes VALUES (31405,'Savannah','GA','32.043058','-81.121830',-5,1); -INSERT INTO zipcodes VALUES (31406,'Savannah','GA','31.988676','-81.091160',-5,1); -INSERT INTO zipcodes VALUES (31407,'Savannah','GA','32.162963','-81.172330',-5,1); -INSERT INTO zipcodes VALUES (31408,'Savannah','GA','32.106705','-81.169150',-5,1); -INSERT INTO zipcodes VALUES (31409,'Savannah','GA','31.971394','-81.071560',-5,1); -INSERT INTO zipcodes VALUES (31410,'Savannah','GA','32.022019','-80.991930',-5,1); -INSERT INTO zipcodes VALUES (31411,'Savannah','GA','31.927434','-81.042500',-5,1); -INSERT INTO zipcodes VALUES (31412,'Savannah','GA','31.971394','-81.071560',-5,1); -INSERT INTO zipcodes VALUES (31414,'Savannah','GA','31.971394','-81.071560',-5,1); -INSERT INTO zipcodes VALUES (31415,'Savannah','GA','32.075806','-81.120020',-5,1); -INSERT INTO zipcodes VALUES (31416,'Savannah','GA','32.005255','-81.047711',-5,1); -INSERT INTO zipcodes VALUES (31418,'Savannah','GA','31.971394','-81.071560',-5,1); -INSERT INTO zipcodes VALUES (31419,'Savannah','GA','31.986249','-81.202590',-5,1); -INSERT INTO zipcodes VALUES (31420,'Savannah','GA','31.971394','-81.071560',-5,1); -INSERT INTO zipcodes VALUES (31421,'Savannah','GA','31.971394','-81.071560',-5,1); -INSERT INTO zipcodes VALUES (31422,'Savannah','GA','31.971394','-81.071560',-5,1); -INSERT INTO zipcodes VALUES (31424,'Richmond Hill','GA','31.919866','-81.325815',-5,1); -INSERT INTO zipcodes VALUES (31441,'Savannah','GA','32.008183','-81.101502',-5,1); -INSERT INTO zipcodes VALUES (31498,'Savannah','GA','31.971394','-81.071560',-5,1); -INSERT INTO zipcodes VALUES (31499,'Savannah','GA','31.971394','-81.071560',-5,1); -INSERT INTO zipcodes VALUES (31501,'Waycross','GA','31.220059','-82.351330',-5,1); -INSERT INTO zipcodes VALUES (31502,'Waycross','GA','31.018954','-82.416543',-5,1); -INSERT INTO zipcodes VALUES (31503,'Waycross','GA','31.205194','-82.375340',-5,1); -INSERT INTO zipcodes VALUES (31507,'Marshallville','GA','32.452926','-83.944336',-5,1); -INSERT INTO zipcodes VALUES (31510,'Alma','GA','31.551458','-82.446180',-5,1); -INSERT INTO zipcodes VALUES (31512,'Ambrose','GA','31.573440','-83.015020',-5,1); -INSERT INTO zipcodes VALUES (31513,'Baxley','GA','31.768849','-82.351980',-5,1); -INSERT INTO zipcodes VALUES (31515,'Baxley','GA','31.717717','-82.299677',-5,1); -INSERT INTO zipcodes VALUES (31516,'Blackshear','GA','31.307234','-82.257790',-5,1); -INSERT INTO zipcodes VALUES (31518,'Bristol','GA','31.513511','-82.184810',-5,1); -INSERT INTO zipcodes VALUES (31519,'Broxton','GA','31.676540','-82.889910',-5,1); -INSERT INTO zipcodes VALUES (31520,'Brunswick','GA','31.166786','-81.492130',-5,1); -INSERT INTO zipcodes VALUES (31521,'Brunswick','GA','31.241505','-81.532489',-5,1); -INSERT INTO zipcodes VALUES (31522,'Saint Simons Island','GA','31.176516','-81.380200',-5,1); -INSERT INTO zipcodes VALUES (31523,'Brunswick','GA','31.212705','-81.609750',-5,1); -INSERT INTO zipcodes VALUES (31524,'Brunswick','GA','31.221995','-81.482551',-5,1); -INSERT INTO zipcodes VALUES (31525,'Brunswick','GA','31.260995','-81.498320',-5,1); -INSERT INTO zipcodes VALUES (31527,'Jekyll Island','GA','31.064190','-81.420720',-5,1); -INSERT INTO zipcodes VALUES (31532,'Denton','GA','31.718382','-82.735950',-5,1); -INSERT INTO zipcodes VALUES (31533,'Douglas','GA','31.522042','-82.841530',-5,1); -INSERT INTO zipcodes VALUES (31534,'Douglas','GA','31.571596','-82.854631',-5,1); -INSERT INTO zipcodes VALUES (31535,'Douglas','GA','31.464973','-82.863250',-5,1); -INSERT INTO zipcodes VALUES (31537,'Folkston','GA','30.860915','-82.021940',-5,1); -INSERT INTO zipcodes VALUES (31539,'Hazlehurst','GA','31.844772','-82.598090',-5,1); -INSERT INTO zipcodes VALUES (31542,'Hoboken','GA','31.174700','-82.138120',-5,1); -INSERT INTO zipcodes VALUES (31543,'Hortense','GA','31.320167','-81.858180',-5,1); -INSERT INTO zipcodes VALUES (31544,'Jacksonville','GA','31.840974','-82.961370',-5,1); -INSERT INTO zipcodes VALUES (31545,'Jesup','GA','31.636895','-81.908430',-5,1); -INSERT INTO zipcodes VALUES (31546,'Jesup','GA','31.575166','-81.864810',-5,1); -INSERT INTO zipcodes VALUES (31547,'Kings Bay','GA','30.804684','-81.627717',-5,1); -INSERT INTO zipcodes VALUES (31548,'Kingsland','GA','30.793409','-81.684280',-5,1); -INSERT INTO zipcodes VALUES (31549,'Lumber City','GA','31.928525','-82.693320',-5,1); -INSERT INTO zipcodes VALUES (31550,'Manor','GA','31.101953','-82.582990',-5,1); -INSERT INTO zipcodes VALUES (31551,'Mershon','GA','31.496025','-82.273220',-5,1); -INSERT INTO zipcodes VALUES (31552,'Millwood','GA','31.281103','-82.620100',-5,1); -INSERT INTO zipcodes VALUES (31553,'Nahunta','GA','31.173260','-81.972440',-5,1); -INSERT INTO zipcodes VALUES (31554,'Nicholls','GA','31.495983','-82.629280',-5,1); -INSERT INTO zipcodes VALUES (31555,'Odum','GA','31.670475','-82.049440',-5,1); -INSERT INTO zipcodes VALUES (31556,'Offerman','GA','31.412649','-82.115541',-5,1); -INSERT INTO zipcodes VALUES (31557,'Patterson','GA','31.372403','-82.107430',-5,1); -INSERT INTO zipcodes VALUES (31558,'Saint Marys','GA','30.761081','-81.569120',-5,1); -INSERT INTO zipcodes VALUES (31560,'Screven','GA','31.515981','-82.049080',-5,1); -INSERT INTO zipcodes VALUES (31561,'Sea Island','GA','31.198914','-81.332211',-5,1); -INSERT INTO zipcodes VALUES (31563,'Surrency','GA','31.715778','-82.197840',-5,1); -INSERT INTO zipcodes VALUES (31564,'Waresboro','GA','31.018954','-82.416543',-5,1); -INSERT INTO zipcodes VALUES (31565,'Waverly','GA','31.066479','-81.626560',-5,1); -INSERT INTO zipcodes VALUES (31566,'Waynesville','GA','31.144635','-81.830110',-5,1); -INSERT INTO zipcodes VALUES (31567,'West Green','GA','31.631943','-82.718290',-5,1); -INSERT INTO zipcodes VALUES (31568,'White Oak','GA','31.003385','-81.795120',-5,1); -INSERT INTO zipcodes VALUES (31569,'Woodbine','GA','30.915778','-81.679240',-5,1); -INSERT INTO zipcodes VALUES (31598,'Jesup','GA','31.578181','-81.880222',-5,1); -INSERT INTO zipcodes VALUES (31599,'Jesup','GA','31.578181','-81.880222',-5,1); -INSERT INTO zipcodes VALUES (31601,'Valdosta','GA','30.807279','-83.286610',-5,1); -INSERT INTO zipcodes VALUES (31602,'Valdosta','GA','30.866613','-83.300780',-5,1); -INSERT INTO zipcodes VALUES (31603,'Valdosta','GA','30.827965','-83.252192',-5,1); -INSERT INTO zipcodes VALUES (31604,'Valdosta','GA','30.827965','-83.252192',-5,1); -INSERT INTO zipcodes VALUES (31605,'Valdosta','GA','30.922050','-83.253320',-5,1); -INSERT INTO zipcodes VALUES (31606,'Valdosta','GA','30.802411','-83.196240',-5,1); -INSERT INTO zipcodes VALUES (31607,'Valdosta','GA','30.831442','-83.318647',-5,1); -INSERT INTO zipcodes VALUES (31610,'Sparks','GA','31.172669','-83.439433',-5,1); -INSERT INTO zipcodes VALUES (31620,'Adel','GA','31.133004','-83.427360',-5,1); -INSERT INTO zipcodes VALUES (31622,'Alapaha','GA','31.379665','-83.218030',-5,1); -INSERT INTO zipcodes VALUES (31623,'Argyle','GA','31.071563','-82.652320',-5,1); -INSERT INTO zipcodes VALUES (31624,'Axson','GA','31.297883','-82.710290',-5,1); -INSERT INTO zipcodes VALUES (31625,'Barney','GA','31.003274','-83.528200',-5,1); -INSERT INTO zipcodes VALUES (31626,'Boston','GA','30.782963','-83.788820',-5,1); -INSERT INTO zipcodes VALUES (31627,'Cecil','GA','31.047996','-83.391350',-5,1); -INSERT INTO zipcodes VALUES (31629,'Dixie','GA','30.802821','-83.691260',-5,1); -INSERT INTO zipcodes VALUES (31630,'Du Pont','GA','30.963730','-82.864550',-5,1); -INSERT INTO zipcodes VALUES (31631,'Fargo','GA','30.680867','-82.580280',-5,1); -INSERT INTO zipcodes VALUES (31632,'Hahira','GA','30.991859','-83.364150',-5,1); -INSERT INTO zipcodes VALUES (31634,'Homerville','GA','31.062818','-82.723990',-5,1); -INSERT INTO zipcodes VALUES (31635,'Lakeland','GA','31.055578','-83.071030',-5,1); -INSERT INTO zipcodes VALUES (31636,'Lake Park','GA','30.722890','-83.133020',-5,1); -INSERT INTO zipcodes VALUES (31637,'Lenox','GA','31.291612','-83.453280',-5,1); -INSERT INTO zipcodes VALUES (31638,'Morven','GA','30.935087','-83.502110',-5,1); -INSERT INTO zipcodes VALUES (31639,'Nashville','GA','31.199000','-83.218800',-5,1); -INSERT INTO zipcodes VALUES (31641,'Naylor','GA','30.934298','-83.088410',-5,1); -INSERT INTO zipcodes VALUES (31642,'Pearson','GA','31.272910','-82.833420',-5,1); -INSERT INTO zipcodes VALUES (31643,'Quitman','GA','30.783639','-83.553430',-5,1); -INSERT INTO zipcodes VALUES (31645,'Ray City','GA','31.070627','-83.202860',-5,1); -INSERT INTO zipcodes VALUES (31646,'Saint George','GA','30.518903','-82.080630',-5,1); -INSERT INTO zipcodes VALUES (31647,'Sparks','GA','31.183567','-83.435590',-5,1); -INSERT INTO zipcodes VALUES (31648,'Statenville','GA','30.703175','-83.025680',-5,1); -INSERT INTO zipcodes VALUES (31649,'Stockton','GA','30.957421','-83.005240',-5,1); -INSERT INTO zipcodes VALUES (31650,'Willacoochee','GA','31.375165','-83.019490',-5,1); -INSERT INTO zipcodes VALUES (31659,'Nashville','GA','31.205388','-83.246084',-5,1); -INSERT INTO zipcodes VALUES (31698,'Valdosta','GA','30.848480','-83.287753',-5,1); -INSERT INTO zipcodes VALUES (31699,'Valdosta','GA','30.965263','-83.193160',-5,1); -INSERT INTO zipcodes VALUES (31700,'Albany','GA','31.564274','-84.165407',-5,1); -INSERT INTO zipcodes VALUES (31701,'Albany','GA','31.580774','-84.160440',-5,1); -INSERT INTO zipcodes VALUES (31702,'Albany','GA','31.594782','-84.194812',-5,1); -INSERT INTO zipcodes VALUES (31703,'Albany','GA','31.543065','-84.219594',-5,1); -INSERT INTO zipcodes VALUES (31704,'Albany','GA','31.549975','-84.061155',-5,1); -INSERT INTO zipcodes VALUES (31705,'Albany','GA','31.552483','-84.096780',-5,1); -INSERT INTO zipcodes VALUES (31706,'Albany','GA','31.559274','-84.176507',-5,1); -INSERT INTO zipcodes VALUES (31707,'Albany','GA','31.568073','-84.226440',-5,1); -INSERT INTO zipcodes VALUES (31708,'Albany','GA','31.591073','-84.132357',-5,1); -INSERT INTO zipcodes VALUES (31709,'Americus','GA','32.071641','-84.219420',-5,1); -INSERT INTO zipcodes VALUES (31710,'Americus','GA','32.051235','-84.181547',-5,1); -INSERT INTO zipcodes VALUES (31711,'Andersonville','GA','32.195361','-84.137000',-5,1); -INSERT INTO zipcodes VALUES (31712,'Arabi','GA','31.836577','-83.720450',-5,1); -INSERT INTO zipcodes VALUES (31713,'Arlington','GA','31.427845','-84.710250',-5,1); -INSERT INTO zipcodes VALUES (31714,'Ashburn','GA','31.709742','-83.665190',-5,1); -INSERT INTO zipcodes VALUES (31715,'Attapulgus','GA','30.743234','-84.482290',-5,1); -INSERT INTO zipcodes VALUES (31716,'Baconton','GA','31.370900','-84.129210',-5,1); -INSERT INTO zipcodes VALUES (31717,'Bainbridge','GA','30.884525','-84.589510',-5,1); -INSERT INTO zipcodes VALUES (31718,'Bainbridge','GA','30.901863','-84.570049',-5,1); -INSERT INTO zipcodes VALUES (31719,'Americus','GA','32.085491','-84.252665',-5,1); -INSERT INTO zipcodes VALUES (31720,'Barwick','GA','30.890906','-83.738160',-5,1); -INSERT INTO zipcodes VALUES (31721,'Albany','GA','31.568890','-84.248211',-5,1); -INSERT INTO zipcodes VALUES (31722,'Berlin','GA','31.067313','-83.622880',-5,1); -INSERT INTO zipcodes VALUES (31723,'Blakely','GA','31.334337','-84.948990',-5,1); -INSERT INTO zipcodes VALUES (31724,'Bluffton','GA','31.528299','-84.860250',-5,1); -INSERT INTO zipcodes VALUES (31725,'Brinson','GA','30.945016','-84.722840',-5,1); -INSERT INTO zipcodes VALUES (31726,'Bronwood','GA','31.832214','-84.357270',-5,1); -INSERT INTO zipcodes VALUES (31727,'Brookfield','GA','31.441720','-83.503715',-5,1); -INSERT INTO zipcodes VALUES (31728,'Cairo','GA','30.870390','-84.213430',-5,1); -INSERT INTO zipcodes VALUES (31729,'Calvary','GA','30.729915','-84.347620',-5,1); -INSERT INTO zipcodes VALUES (31730,'Camilla','GA','31.209854','-84.236670',-5,1); -INSERT INTO zipcodes VALUES (31732,'Cedar Springs','GA','31.169794','-85.055700',-5,1); -INSERT INTO zipcodes VALUES (31733,'Chula','GA','31.592199','-83.480040',-5,1); -INSERT INTO zipcodes VALUES (31734,'Climax','GA','30.880960','-84.424150',-5,1); -INSERT INTO zipcodes VALUES (31735,'Cobb','GA','31.959367','-83.960280',-5,1); -INSERT INTO zipcodes VALUES (31736,'Coleman','GA','31.650442','-84.879080',-5,1); -INSERT INTO zipcodes VALUES (31737,'Colquitt','GA','31.152253','-84.696530',-5,1); -INSERT INTO zipcodes VALUES (31738,'Coolidge','GA','31.012042','-83.872180',-5,1); -INSERT INTO zipcodes VALUES (31739,'Cotton','GA','31.260443','-84.253089',-5,1); -INSERT INTO zipcodes VALUES (31740,'Cuthbert','GA','31.781815','-84.764440',-5,1); -INSERT INTO zipcodes VALUES (31741,'Damascus','GA','31.299009','-84.687720',-5,1); -INSERT INTO zipcodes VALUES (31742,'Dawson','GA','31.756995','-84.433570',-5,1); -INSERT INTO zipcodes VALUES (31743,'De Soto','GA','31.930451','-84.029210',-5,1); -INSERT INTO zipcodes VALUES (31744,'Doerun','GA','31.325004','-83.909370',-5,1); -INSERT INTO zipcodes VALUES (31745,'Donalsonville','GA','30.974364','-84.877030',-5,1); -INSERT INTO zipcodes VALUES (31746,'Edison','GA','31.563327','-84.758690',-5,1); -INSERT INTO zipcodes VALUES (31747,'Ellenton','GA','31.176563','-83.588010',-5,1); -INSERT INTO zipcodes VALUES (31749,'Enigma','GA','31.439212','-83.340410',-5,1); -INSERT INTO zipcodes VALUES (31750,'Fitzgerald','GA','31.720029','-83.250930',-5,1); -INSERT INTO zipcodes VALUES (31751,'Fort Gaines','GA','31.631333','-85.032410',-5,1); -INSERT INTO zipcodes VALUES (31752,'Fowlstown','GA','30.803291','-84.547110',-5,1); -INSERT INTO zipcodes VALUES (31753,'Funston','GA','31.205365','-83.877554',-5,1); -INSERT INTO zipcodes VALUES (31754,'Georgetown','GA','31.860476','-85.075340',-5,1); -INSERT INTO zipcodes VALUES (31756,'Hartsfield','GA','31.177174','-83.965550',-5,1); -INSERT INTO zipcodes VALUES (31757,'Thomasville','GA','30.883208','-83.912370',-5,1); -INSERT INTO zipcodes VALUES (31758,'Thomasville','GA','30.868187','-83.927785',-5,1); -INSERT INTO zipcodes VALUES (31759,'Iron City','GA','31.011595','-84.802420',-5,1); -INSERT INTO zipcodes VALUES (31760,'Irwinville','GA','31.706283','-83.408633',-5,1); -INSERT INTO zipcodes VALUES (31761,'Jakin','GA','31.113122','-85.002510',-5,1); -INSERT INTO zipcodes VALUES (31762,'Leary','GA','31.454628','-84.517260',-5,1); -INSERT INTO zipcodes VALUES (31763,'Leesburg','GA','31.714526','-84.169310',-5,1); -INSERT INTO zipcodes VALUES (31764,'Leslie','GA','31.983090','-84.068660',-5,1); -INSERT INTO zipcodes VALUES (31765,'Meigs','GA','31.082141','-84.057670',-5,1); -INSERT INTO zipcodes VALUES (31766,'Morgan','GA','31.575228','-84.598490',-5,1); -INSERT INTO zipcodes VALUES (31767,'Morris','GA','31.834324','-84.947390',-5,1); -INSERT INTO zipcodes VALUES (31768,'Moultrie','GA','31.165358','-83.771720',-5,1); -INSERT INTO zipcodes VALUES (31769,'Mystic','GA','31.620866','-83.249754',-5,1); -INSERT INTO zipcodes VALUES (31770,'Newton','GA','31.333490','-84.362690',-5,1); -INSERT INTO zipcodes VALUES (31771,'Norman Park','GA','31.256287','-83.660050',-5,1); -INSERT INTO zipcodes VALUES (31772,'Oakfield','GA','31.723178','-83.962800',-5,1); -INSERT INTO zipcodes VALUES (31773,'Ochlocknee','GA','30.977162','-84.061500',-5,1); -INSERT INTO zipcodes VALUES (31774,'Ocilla','GA','31.586426','-83.275830',-5,1); -INSERT INTO zipcodes VALUES (31775,'Omega','GA','31.334062','-83.599710',-5,1); -INSERT INTO zipcodes VALUES (31776,'Moultrie','GA','31.172696','-83.792379',-5,1); -INSERT INTO zipcodes VALUES (31777,'Parrott','GA','31.905462','-84.515260',-5,1); -INSERT INTO zipcodes VALUES (31778,'Pavo','GA','30.966781','-83.720750',-5,1); -INSERT INTO zipcodes VALUES (31779,'Pelham','GA','31.117271','-84.156780',-5,1); -INSERT INTO zipcodes VALUES (31780,'Plains','GA','32.026125','-84.393610',-5,1); -INSERT INTO zipcodes VALUES (31781,'Poulan','GA','31.526584','-83.790250',-5,1); -INSERT INTO zipcodes VALUES (31782,'Putney','GA','31.543065','-84.219594',-5,1); -INSERT INTO zipcodes VALUES (31783,'Rebecca','GA','31.767986','-83.473250',-5,1); -INSERT INTO zipcodes VALUES (31784,'Sale City','GA','31.258794','-84.028970',-5,1); -INSERT INTO zipcodes VALUES (31785,'Sasser','GA','31.689973','-84.327480',-5,1); -INSERT INTO zipcodes VALUES (31786,'Shellman','GA','31.729520','-84.601730',-5,1); -INSERT INTO zipcodes VALUES (31787,'Smithville','GA','31.901066','-84.250370',-5,1); -INSERT INTO zipcodes VALUES (31788,'White House','TN','31.138011','-83.716729',-5,1); -INSERT INTO zipcodes VALUES (31789,'Sumner','GA','31.484091','-83.735150',-5,1); -INSERT INTO zipcodes VALUES (31790,'Sycamore','GA','31.652542','-83.579340',-5,1); -INSERT INTO zipcodes VALUES (31791,'Sylvester','GA','31.536886','-83.860410',-5,1); -INSERT INTO zipcodes VALUES (31792,'Thomasville','GA','30.817654','-83.989190',-5,1); -INSERT INTO zipcodes VALUES (31793,'Tifton','GA','31.485438','-83.503621',-5,1); -INSERT INTO zipcodes VALUES (31794,'Tifton','GA','31.459666','-83.510830',-5,1); -INSERT INTO zipcodes VALUES (31795,'Ty Ty','GA','31.473870','-83.664840',-5,1); -INSERT INTO zipcodes VALUES (31796,'Warwick','GA','31.782466','-83.869730',-5,1); -INSERT INTO zipcodes VALUES (31797,'Whigham','GA','30.888809','-84.329760',-5,1); -INSERT INTO zipcodes VALUES (31798,'Wray','GA','31.621764','-83.055020',-5,1); -INSERT INTO zipcodes VALUES (31799,'Thomasville','GA','30.880968','-83.885902',-5,1); -INSERT INTO zipcodes VALUES (31801,'Box Springs','GA','32.527813','-84.598220',-5,1); -INSERT INTO zipcodes VALUES (31803,'Buena Vista','GA','32.315915','-84.522380',-5,1); -INSERT INTO zipcodes VALUES (31804,'Cataula','GA','32.651617','-84.888050',-5,1); -INSERT INTO zipcodes VALUES (31805,'Cusseta','GA','32.285535','-84.763320',-5,1); -INSERT INTO zipcodes VALUES (31806,'Ellaville','GA','32.246795','-84.320080',-5,1); -INSERT INTO zipcodes VALUES (31807,'Ellerslie','GA','32.634965','-84.801370',-5,1); -INSERT INTO zipcodes VALUES (31808,'Fortson','GA','32.638885','-85.007360',-5,1); -INSERT INTO zipcodes VALUES (31810,'Geneva','GA','32.577910','-84.545130',-5,1); -INSERT INTO zipcodes VALUES (31811,'Hamilton','GA','32.722333','-84.958030',-5,1); -INSERT INTO zipcodes VALUES (31812,'Junction City','GA','32.614374','-84.445130',-5,1); -INSERT INTO zipcodes VALUES (31814,'Louvale','GA','32.154164','-84.838570',-5,1); -INSERT INTO zipcodes VALUES (31815,'Lumpkin','GA','32.030297','-84.812180',-5,1); -INSERT INTO zipcodes VALUES (31816,'Manchester','GA','32.862377','-84.608790',-5,1); -INSERT INTO zipcodes VALUES (31820,'Midland','GA','32.566197','-84.841220',-5,1); -INSERT INTO zipcodes VALUES (31821,'Omaha','GA','32.134200','-84.984990',-5,1); -INSERT INTO zipcodes VALUES (31822,'Pine Mountain','GA','32.867211','-84.884370',-5,1); -INSERT INTO zipcodes VALUES (31823,'Pine Mountain Valley','GA','32.801174','-84.820380',-5,1); -INSERT INTO zipcodes VALUES (31824,'Preston','GA','32.051618','-84.534190',-5,1); -INSERT INTO zipcodes VALUES (31825,'Richland','GA','32.109225','-84.660630',-5,1); -INSERT INTO zipcodes VALUES (31826,'Shiloh','GA','32.803518','-84.693840',-5,1); -INSERT INTO zipcodes VALUES (31827,'Talbotton','GA','32.683146','-84.522430',-5,1); -INSERT INTO zipcodes VALUES (31829,'Upatoi','GA','32.557718','-84.739570',-5,1); -INSERT INTO zipcodes VALUES (31830,'Warm Springs','GA','32.896166','-84.711910',-5,1); -INSERT INTO zipcodes VALUES (31831,'Waverly Hall','GA','32.698622','-84.715520',-5,1); -INSERT INTO zipcodes VALUES (31832,'Weston','GA','31.973541','-84.625220',-5,1); -INSERT INTO zipcodes VALUES (31833,'West Point','GA','32.867469','-85.137790',-5,1); -INSERT INTO zipcodes VALUES (31836,'Woodland','GA','32.797475','-84.540950',-5,1); -INSERT INTO zipcodes VALUES (31901,'Columbus','GA','32.471492','-84.980050',-5,1); -INSERT INTO zipcodes VALUES (31902,'Columbus','GA','32.524252','-84.955843',-5,1); -INSERT INTO zipcodes VALUES (31903,'Columbus','GA','32.423311','-84.948790',-5,1); -INSERT INTO zipcodes VALUES (31904,'Columbus','GA','32.513391','-84.977530',-5,1); -INSERT INTO zipcodes VALUES (31905,'Fort Benning','GA','32.373490','-84.906120',-5,1); -INSERT INTO zipcodes VALUES (31906,'Columbus','GA','32.468442','-84.951280',-5,1); -INSERT INTO zipcodes VALUES (31907,'Columbus','GA','32.479492','-84.909420',-5,1); -INSERT INTO zipcodes VALUES (31908,'Columbus','GA','32.534852','-84.906483',-5,1); -INSERT INTO zipcodes VALUES (31909,'Columbus','GA','32.535540','-84.925830',-5,1); -INSERT INTO zipcodes VALUES (31914,'Columbus','GA','32.491005','-84.874123',-5,1); -INSERT INTO zipcodes VALUES (31917,'Columbus','GA','32.491005','-84.874123',-5,1); -INSERT INTO zipcodes VALUES (31993,'Columbus','GA','32.482142','-84.977131',-5,1); -INSERT INTO zipcodes VALUES (31994,'Columbus','GA','32.491005','-84.874123',-5,1); -INSERT INTO zipcodes VALUES (31995,'Fort Benning','GA','32.495841','-84.963981',-5,1); -INSERT INTO zipcodes VALUES (31997,'Columbus','GA','32.491005','-84.874123',-5,1); -INSERT INTO zipcodes VALUES (31998,'Columbus','GA','32.491005','-84.874123',-5,1); -INSERT INTO zipcodes VALUES (31999,'Columbus','GA','32.491005','-84.874123',-5,1); -INSERT INTO zipcodes VALUES (32004,'Ponte Vedra Beach','FL','29.937673','-81.420603',-5,1); -INSERT INTO zipcodes VALUES (32007,'Bostwick','FL','29.799631','-81.627324',-5,1); -INSERT INTO zipcodes VALUES (32008,'Branford','FL','29.928691','-82.910320',-5,1); -INSERT INTO zipcodes VALUES (32009,'Bryceville','FL','30.421425','-81.957410',-5,1); -INSERT INTO zipcodes VALUES (32011,'Callahan','FL','30.567684','-81.840510',-5,1); -INSERT INTO zipcodes VALUES (32013,'Day','FL','30.193758','-83.292660',-5,1); -INSERT INTO zipcodes VALUES (32024,'Lake City','FL','30.108128','-82.725290',-5,1); -INSERT INTO zipcodes VALUES (32025,'Lake City','FL','30.155229','-82.621650',-5,1); -INSERT INTO zipcodes VALUES (32030,'Doctors Inlet','FL','30.105553','-81.768964',-5,1); -INSERT INTO zipcodes VALUES (32033,'Elkton','FL','29.787831','-81.446680',-5,1); -INSERT INTO zipcodes VALUES (32034,'Fernandina Beach','FL','30.641487','-81.460920',-5,1); -INSERT INTO zipcodes VALUES (32035,'Fernandina Beach','FL','30.551558','-81.698422',-5,1); -INSERT INTO zipcodes VALUES (32038,'Fort White','FL','29.922221','-82.714250',-5,1); -INSERT INTO zipcodes VALUES (32040,'Glen Saint Mary','FL','30.272356','-82.213510',-5,1); -INSERT INTO zipcodes VALUES (32041,'Yulee','FL','30.623300','-81.590249',-5,1); -INSERT INTO zipcodes VALUES (32042,'Graham','FL','29.968926','-82.122553',-5,1); -INSERT INTO zipcodes VALUES (32043,'Green Cove Springs','FL','29.972890','-81.721950',-5,1); -INSERT INTO zipcodes VALUES (32044,'Hampton','FL','29.863141','-82.156230',-5,1); -INSERT INTO zipcodes VALUES (32046,'Hilliard','FL','30.685319','-81.930610',-5,1); -INSERT INTO zipcodes VALUES (32047,'Yulee','FL','30.621671','-81.617754',-5,1); -INSERT INTO zipcodes VALUES (32050,'Middleburg','FL','30.031702','-81.848401',-5,1); -INSERT INTO zipcodes VALUES (32052,'Jasper','FL','30.491893','-82.948760',-5,1); -INSERT INTO zipcodes VALUES (32053,'Jennings','FL','30.581517','-83.138410',-5,1); -INSERT INTO zipcodes VALUES (32054,'Lake Butler','FL','30.005135','-82.381030',-5,1); -INSERT INTO zipcodes VALUES (32055,'Lake City','FL','30.216073','-82.639600',-5,1); -INSERT INTO zipcodes VALUES (32056,'Lake City','FL','30.162772','-82.651184',-5,1); -INSERT INTO zipcodes VALUES (32058,'Lawtey','FL','30.061174','-82.094300',-5,1); -INSERT INTO zipcodes VALUES (32059,'Lee','FL','30.421598','-83.270370',-5,1); -INSERT INTO zipcodes VALUES (32060,'Live Oak','FL','30.285127','-83.041060',-5,1); -INSERT INTO zipcodes VALUES (32061,'Lulu','FL','30.101542','-82.503370',-5,1); -INSERT INTO zipcodes VALUES (32062,'McAlpin','FL','30.137620','-82.987320',-5,1); -INSERT INTO zipcodes VALUES (32063,'Macclenny','FL','30.267664','-82.124570',-5,1); -INSERT INTO zipcodes VALUES (32064,'Live Oak','FL','30.331517','-82.957151',-5,1); -INSERT INTO zipcodes VALUES (32065,'Orange Park','FL','30.133007','-81.779040',-5,1); -INSERT INTO zipcodes VALUES (32066,'Mayo','FL','30.084849','-83.218490',-5,1); -INSERT INTO zipcodes VALUES (32067,'Orange Park','FL','29.956068','-81.815115',-5,1); -INSERT INTO zipcodes VALUES (32068,'Middleburg','FL','30.074926','-81.879320',-5,1); -INSERT INTO zipcodes VALUES (32071,'O Brien','FL','30.039096','-82.944810',-5,1); -INSERT INTO zipcodes VALUES (32072,'Olustee','FL','30.210947','-82.436010',-5,1); -INSERT INTO zipcodes VALUES (32073,'Orange Park','FL','30.160965','-81.729160',-5,1); -INSERT INTO zipcodes VALUES (32079,'Penney Farms','FL','29.979095','-81.809910',-5,1); -INSERT INTO zipcodes VALUES (32080,'St. Augustine','FL','29.838279','-81.275174',-5,1); -INSERT INTO zipcodes VALUES (32081,'Pomona Park','FL','29.501990','-81.600108',-5,1); -INSERT INTO zipcodes VALUES (32082,'Ponte Vedra Beach','FL','30.189934','-81.382130',-5,1); -INSERT INTO zipcodes VALUES (32083,'Raiford','FL','30.070341','-82.223710',-5,1); -INSERT INTO zipcodes VALUES (32084,'Saint Augustine','FL','29.871310','-81.294640',-5,1); -INSERT INTO zipcodes VALUES (32085,'Saint Augustine','FL','29.937673','-81.420603',-5,1); -INSERT INTO zipcodes VALUES (32086,'Saint Augustine','FL','29.811123','-81.309870',-5,1); -INSERT INTO zipcodes VALUES (32087,'Sanderson','FL','30.390734','-82.260390',-5,1); -INSERT INTO zipcodes VALUES (32091,'Starke','FL','29.937512','-82.117060',-5,1); -INSERT INTO zipcodes VALUES (32092,'Saint Augustine','FL','29.955409','-81.512840',-5,1); -INSERT INTO zipcodes VALUES (32094,'Wellborn','FL','30.203153','-82.814210',-5,1); -INSERT INTO zipcodes VALUES (32095,'Saint Augustine','FL','29.923718','-81.339620',-5,1); -INSERT INTO zipcodes VALUES (32096,'White Springs','FL','30.366085','-82.760550',-5,1); -INSERT INTO zipcodes VALUES (32097,'Yulee','FL','30.639280','-81.594420',-5,1); -INSERT INTO zipcodes VALUES (32098,'Palm Valley','FL','30.164918','-81.378181',-5,1); -INSERT INTO zipcodes VALUES (32099,'Jacksonville','FL','30.337538','-81.768622',-5,1); -INSERT INTO zipcodes VALUES (32102,'Astor','FL','29.174417','-81.563190',-5,1); -INSERT INTO zipcodes VALUES (32105,'Barberville','FL','29.200508','-81.406458',-5,1); -INSERT INTO zipcodes VALUES (32110,'Bunnell','FL','29.445826','-81.302030',-5,1); -INSERT INTO zipcodes VALUES (32111,'Candler','FL','29.060711','-81.969048',-5,1); -INSERT INTO zipcodes VALUES (32112,'Crescent City','FL','29.425693','-81.556860',-5,1); -INSERT INTO zipcodes VALUES (32113,'Citra','FL','29.393366','-82.098050',-5,1); -INSERT INTO zipcodes VALUES (32114,'Daytona Beach','FL','29.204009','-81.036020',-5,1); -INSERT INTO zipcodes VALUES (32115,'Daytona Beach','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32116,'Daytona Beach','FL','29.109090','-80.984344',-5,1); -INSERT INTO zipcodes VALUES (32117,'Daytona Beach','FL','29.238606','-81.053160',-5,1); -INSERT INTO zipcodes VALUES (32118,'Daytona Beach','FL','29.210309','-81.002590',-5,1); -INSERT INTO zipcodes VALUES (32119,'Daytona Beach','FL','29.153239','-81.022290',-5,1); -INSERT INTO zipcodes VALUES (32120,'Daytona Beach','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32121,'Daytona Beach','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32122,'Daytona Beach','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32123,'Daytona Beach','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32124,'Daytona Beach','FL','29.105506','-81.086420',-5,1); -INSERT INTO zipcodes VALUES (32125,'Daytona Beach','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32126,'Daytona Beach','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32127,'Daytona Beach','FL','29.116361','-80.981750',-5,1); -INSERT INTO zipcodes VALUES (32128,'Port Orange','FL','29.080251','-81.045962',-5,1); -INSERT INTO zipcodes VALUES (32129,'Port Orange','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32130,'De Leon Springs','FL','29.140657','-81.344970',-5,1); -INSERT INTO zipcodes VALUES (32131,'East Palatka','FL','29.668112','-81.590050',-5,1); -INSERT INTO zipcodes VALUES (32132,'Edgewater','FL','28.982714','-80.911000',-5,1); -INSERT INTO zipcodes VALUES (32133,'Eastlake Weir','FL','29.008805','-81.909445',-5,1); -INSERT INTO zipcodes VALUES (32134,'Fort McCoy','FL','29.401523','-81.836360',-5,1); -INSERT INTO zipcodes VALUES (32135,'Palm Coast','FL','29.466085','-81.282815',-5,1); -INSERT INTO zipcodes VALUES (32136,'Flagler Beach','FL','29.470330','-81.133160',-5,1); -INSERT INTO zipcodes VALUES (32137,'Palm Coast','FL','29.581683','-81.216450',-5,1); -INSERT INTO zipcodes VALUES (32138,'Grandin','FL','29.727276','-81.920500',-5,1); -INSERT INTO zipcodes VALUES (32139,'Georgetown','FL','29.385225','-81.610520',-5,1); -INSERT INTO zipcodes VALUES (32140,'Florahome','FL','29.765329','-81.856020',-5,1); -INSERT INTO zipcodes VALUES (32141,'Edgewater','FL','28.944915','-80.895240',-5,1); -INSERT INTO zipcodes VALUES (32142,'Palm Coast','FL','29.466085','-81.282815',-5,1); -INSERT INTO zipcodes VALUES (32145,'Hastings','FL','29.656806','-81.461220',-5,1); -INSERT INTO zipcodes VALUES (32147,'Hollister','FL','29.634649','-81.807430',-5,1); -INSERT INTO zipcodes VALUES (32148,'Interlachen','FL','29.640791','-81.886480',-5,1); -INSERT INTO zipcodes VALUES (32149,'Interlachen','FL','29.582030','-81.744852',-5,1); -INSERT INTO zipcodes VALUES (32151,'Flagler Beach','FL','29.466085','-81.282815',-5,1); -INSERT INTO zipcodes VALUES (32157,'Lake Como','FL','29.467357','-81.571640',-5,1); -INSERT INTO zipcodes VALUES (32158,'Lady Lake','FL','28.811078','-81.653642',-5,1); -INSERT INTO zipcodes VALUES (32159,'Lady Lake','FL','28.930573','-81.938060',-5,1); -INSERT INTO zipcodes VALUES (32160,'Lake Geneva','FL','29.768321','-81.990729',-5,1); -INSERT INTO zipcodes VALUES (32162,'The Villages','FL','28.945246','-81.987609',-5,1); -INSERT INTO zipcodes VALUES (32164,'Palm Coast','FL','29.499591','-81.223280',-5,1); -INSERT INTO zipcodes VALUES (32168,'New Smyrna Beach','FL','29.016897','-80.957360',-5,1); -INSERT INTO zipcodes VALUES (32169,'New Smyrna Beach','FL','28.998887','-80.875610',-5,1); -INSERT INTO zipcodes VALUES (32170,'New Smyrna Beach','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32173,'Ormond Beach','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32174,'Ormond Beach','FL','29.284924','-81.102960',-5,1); -INSERT INTO zipcodes VALUES (32175,'Ormond Beach','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32176,'Ormond Beach','FL','29.316606','-81.056110',-5,1); -INSERT INTO zipcodes VALUES (32177,'Palatka','FL','29.666218','-81.674010',-5,1); -INSERT INTO zipcodes VALUES (32178,'Palatka','FL','29.644306','-81.668593',-5,1); -INSERT INTO zipcodes VALUES (32179,'Ocklawaha','FL','29.071931','-81.890730',-5,1); -INSERT INTO zipcodes VALUES (32180,'Pierson','FL','29.231366','-81.450950',-5,1); -INSERT INTO zipcodes VALUES (32181,'Pomona Park','FL','29.488583','-81.608800',-5,1); -INSERT INTO zipcodes VALUES (32182,'Orange Springs','FL','29.493034','-81.965230',-5,1); -INSERT INTO zipcodes VALUES (32183,'Ocklawaha','FL','29.084013','-81.834900',-5,1); -INSERT INTO zipcodes VALUES (32185,'Putnam Hall','FL','29.740034','-81.958580',-5,1); -INSERT INTO zipcodes VALUES (32187,'San Mateo','FL','29.589748','-81.570090',-5,1); -INSERT INTO zipcodes VALUES (32189,'Satsuma','FL','29.556365','-81.644330',-5,1); -INSERT INTO zipcodes VALUES (32190,'Seville','FL','29.332109','-81.500080',-5,1); -INSERT INTO zipcodes VALUES (32192,'Sparr','FL','29.326821','-82.104632',-5,1); -INSERT INTO zipcodes VALUES (32193,'Welaka','FL','29.476035','-81.663310',-5,1); -INSERT INTO zipcodes VALUES (32195,'Weirsdale','FL','29.003387','-81.892620',-5,1); -INSERT INTO zipcodes VALUES (32198,'Daytona Beach','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32201,'Jacksonville','FL','30.389438','-81.680806',-5,1); -INSERT INTO zipcodes VALUES (32202,'Jacksonville','FL','30.328539','-81.651010',-5,1); -INSERT INTO zipcodes VALUES (32203,'Jacksonville','FL','30.322810','-81.547044',-5,1); -INSERT INTO zipcodes VALUES (32204,'Jacksonville','FL','30.323806','-81.681740',-5,1); -INSERT INTO zipcodes VALUES (32205,'Jacksonville','FL','30.307439','-81.720440',-5,1); -INSERT INTO zipcodes VALUES (32206,'Jacksonville','FL','30.351006','-81.646640',-5,1); -INSERT INTO zipcodes VALUES (32207,'Jacksonville','FL','30.294389','-81.637400',-5,1); -INSERT INTO zipcodes VALUES (32208,'Jacksonville','FL','30.392888','-81.679330',-5,1); -INSERT INTO zipcodes VALUES (32209,'Jacksonville','FL','30.354588','-81.691130',-5,1); -INSERT INTO zipcodes VALUES (32210,'Jacksonville','FL','30.268572','-81.739870',-5,1); -INSERT INTO zipcodes VALUES (32211,'Jacksonville','FL','30.333022','-81.586000',-5,1); -INSERT INTO zipcodes VALUES (32212,'Jacksonville','FL','30.222683','-81.701650',-5,1); -INSERT INTO zipcodes VALUES (32214,'Jacksonville','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32215,'Jacksonville','FL','30.232890','-81.914850',-5,1); -INSERT INTO zipcodes VALUES (32216,'Jacksonville','FL','30.283740','-81.583590',-5,1); -INSERT INTO zipcodes VALUES (32217,'Jacksonville','FL','30.243540','-81.620980',-5,1); -INSERT INTO zipcodes VALUES (32218,'Jacksonville','FL','30.449096','-81.656510',-5,1); -INSERT INTO zipcodes VALUES (32219,'Jacksonville','FL','30.411564','-81.766530',-5,1); -INSERT INTO zipcodes VALUES (32220,'Jacksonville','FL','30.329588','-81.808650',-5,1); -INSERT INTO zipcodes VALUES (32221,'Jacksonville','FL','30.292631','-81.805020',-5,1); -INSERT INTO zipcodes VALUES (32222,'Jacksonville','FL','30.230272','-81.812550',-5,1); -INSERT INTO zipcodes VALUES (32223,'Jacksonville','FL','30.159091','-81.630730',-5,1); -INSERT INTO zipcodes VALUES (32224,'Jacksonville','FL','30.284511','-81.470430',-5,1); -INSERT INTO zipcodes VALUES (32225,'Jacksonville','FL','30.348585','-81.499650',-5,1); -INSERT INTO zipcodes VALUES (32226,'Jacksonville','FL','30.453405','-81.525510',-5,1); -INSERT INTO zipcodes VALUES (32227,'Jacksonville','FL','30.383023','-81.410490',-5,1); -INSERT INTO zipcodes VALUES (32228,'Jacksonville','FL','30.382390','-81.436859',-5,1); -INSERT INTO zipcodes VALUES (32229,'Jacksonville','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32230,'Jacksonville','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32231,'Jacksonville','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32232,'Jacksonville','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32233,'Atlantic Beach','FL','30.343407','-81.409490',-5,1); -INSERT INTO zipcodes VALUES (32234,'Jacksonville','FL','30.226463','-81.983640',-5,1); -INSERT INTO zipcodes VALUES (32235,'Jacksonville','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32236,'Jacksonville','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32237,'Jacksonville','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32238,'Jacksonville','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32239,'Jacksonville','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32240,'Jacksonville Beach','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32241,'Jacksonville','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32244,'Jacksonville','FL','30.222489','-81.748940',-5,1); -INSERT INTO zipcodes VALUES (32245,'Jacksonville','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32246,'Jacksonville','FL','30.296911','-81.522280',-5,1); -INSERT INTO zipcodes VALUES (32247,'Jacksonville','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32250,'Jacksonville Beach','FL','30.284641','-81.398440',-5,1); -INSERT INTO zipcodes VALUES (32254,'Jacksonville','FL','30.336038','-81.725090',-5,1); -INSERT INTO zipcodes VALUES (32255,'Jacksonville','FL','30.287041','-81.389305',-5,1); -INSERT INTO zipcodes VALUES (32256,'Jacksonville','FL','30.206922','-81.546040',-5,1); -INSERT INTO zipcodes VALUES (32257,'Jacksonville','FL','30.192434','-81.605970',-5,1); -INSERT INTO zipcodes VALUES (32258,'Jacksonville','FL','30.148209','-81.568820',-5,1); -INSERT INTO zipcodes VALUES (32259,'Jacksonville','FL','30.092346','-81.602740',-5,1); -INSERT INTO zipcodes VALUES (32260,'Jacksonville','FL','29.937673','-81.420603',-5,1); -INSERT INTO zipcodes VALUES (32266,'Neptune Beach','FL','30.316641','-81.403080',-5,1); -INSERT INTO zipcodes VALUES (32267,'Jacksonville','FL','30.344940','-81.683107',-5,1); -INSERT INTO zipcodes VALUES (32276,'Jacksonville','FL','30.325739','-81.659017',-5,1); -INSERT INTO zipcodes VALUES (32277,'Jacksonville','FL','30.364339','-81.590870',-5,1); -INSERT INTO zipcodes VALUES (32301,'Tallahassee','FL','30.431283','-84.269030',-5,1); -INSERT INTO zipcodes VALUES (32302,'Tallahassee','FL','30.479347','-84.346204',-5,1); -INSERT INTO zipcodes VALUES (32303,'Tallahassee','FL','30.486061','-84.315280',-5,1); -INSERT INTO zipcodes VALUES (32304,'Tallahassee','FL','30.446766','-84.323940',-5,1); -INSERT INTO zipcodes VALUES (32305,'Wakulla Springs','FL','30.130775','-84.406629',-5,1); -INSERT INTO zipcodes VALUES (32306,'Tallahassee','FL','30.442499','-84.298550',-5,1); -INSERT INTO zipcodes VALUES (32307,'Tallahassee','FL','30.425650','-84.287749',-5,1); -INSERT INTO zipcodes VALUES (32308,'Tallahassee','FL','30.531677','-84.160490',-5,1); -INSERT INTO zipcodes VALUES (32309,'Miccosukee Cpo','FL','30.514599','-84.188446',-5,1); -INSERT INTO zipcodes VALUES (32310,'Tallahassee','FL','30.400318','-84.348030',-5,1); -INSERT INTO zipcodes VALUES (32311,'Tallahassee','FL','30.403146','-84.188410',-5,1); -INSERT INTO zipcodes VALUES (32312,'Tallahassee','FL','30.554434','-84.259790',-5,1); -INSERT INTO zipcodes VALUES (32313,'Tallahassee','FL','30.479347','-84.346204',-5,1); -INSERT INTO zipcodes VALUES (32314,'Tallahassee','FL','30.479347','-84.346204',-5,1); -INSERT INTO zipcodes VALUES (32315,'Tallahassee','FL','30.479347','-84.346204',-5,1); -INSERT INTO zipcodes VALUES (32316,'Tallahassee','FL','30.479347','-84.346204',-5,1); -INSERT INTO zipcodes VALUES (32317,'Tallahassee','FL','30.479347','-84.346204',-5,1); -INSERT INTO zipcodes VALUES (32320,'Apalachicola','FL','29.718770','-85.027040',-5,1); -INSERT INTO zipcodes VALUES (32321,'Bristol','FL','30.360070','-84.976680',-5,1); -INSERT INTO zipcodes VALUES (32322,'Carrabelle','FL','29.912584','-84.640700',-5,1); -INSERT INTO zipcodes VALUES (32323,'Lanark Village','FL','29.879559','-84.601340',-5,1); -INSERT INTO zipcodes VALUES (32324,'Chattahoochee','FL','30.687983','-84.821800',-5,1); -INSERT INTO zipcodes VALUES (32326,'Crawfordville','FL','30.183372','-84.349060',-5,1); -INSERT INTO zipcodes VALUES (32327,'Crawfordville','FL','30.194939','-84.355330',-5,1); -INSERT INTO zipcodes VALUES (32328,'Eastpoint','FL','29.825252','-84.892470',-5,1); -INSERT INTO zipcodes VALUES (32329,'Apalachicola','FL','29.745526','-85.023947',-5,1); -INSERT INTO zipcodes VALUES (32330,'Greensboro','FL','30.571364','-84.743460',-5,1); -INSERT INTO zipcodes VALUES (32331,'Greenville','FL','30.442203','-83.651120',-5,1); -INSERT INTO zipcodes VALUES (32332,'Gretna','FL','30.616479','-84.662920',-5,1); -INSERT INTO zipcodes VALUES (32333,'Havana','FL','30.607352','-84.413760',-5,1); -INSERT INTO zipcodes VALUES (32334,'Hosford','FL','30.381958','-84.777670',-5,1); -INSERT INTO zipcodes VALUES (32335,'Sumatra','FL','30.060351','-85.044770',-5,1); -INSERT INTO zipcodes VALUES (32336,'Lamont','FL','30.416739','-83.823900',-5,1); -INSERT INTO zipcodes VALUES (32337,'Lloyd','FL','30.478502','-84.020830',-5,1); -INSERT INTO zipcodes VALUES (32340,'Madison','FL','30.476181','-83.403030',-5,1); -INSERT INTO zipcodes VALUES (32341,'Madison','FL','30.477560','-83.391393',-5,1); -INSERT INTO zipcodes VALUES (32342,'Midway','FL','30.496047','-84.483258',-5,1); -INSERT INTO zipcodes VALUES (32343,'Midway','FL','30.494878','-84.462590',-5,1); -INSERT INTO zipcodes VALUES (32344,'Monticello','FL','30.530854','-83.880170',-5,1); -INSERT INTO zipcodes VALUES (32345,'Monticello','FL','30.342161','-83.840177',-5,1); -INSERT INTO zipcodes VALUES (32346,'Panacea','FL','29.983931','-84.387980',-5,1); -INSERT INTO zipcodes VALUES (32347,'Perry','FL','30.080602','-83.581190',-5,1); -INSERT INTO zipcodes VALUES (32348,'Perry','FL','29.966454','-83.659371',-5,1); -INSERT INTO zipcodes VALUES (32349,'Perry','FL','30.100578','-83.578106',-5,1); -INSERT INTO zipcodes VALUES (32350,'Pinetta','FL','30.594145','-83.325450',-5,1); -INSERT INTO zipcodes VALUES (32351,'Quincy','FL','30.573563','-84.614700',-5,1); -INSERT INTO zipcodes VALUES (32352,'Mount Pleasant','FL','30.665715','-84.753630',-5,1); -INSERT INTO zipcodes VALUES (32353,'Quincy','FL','30.549676','-84.606864',-5,1); -INSERT INTO zipcodes VALUES (32355,'Saint Marks','FL','30.162414','-84.209230',-5,1); -INSERT INTO zipcodes VALUES (32356,'Salem','FL','29.900822','-83.420880',-5,1); -INSERT INTO zipcodes VALUES (32357,'Shady Grove','FL','30.281630','-83.630820',-5,1); -INSERT INTO zipcodes VALUES (32358,'Sopchoppy','FL','30.029899','-84.505950',-5,1); -INSERT INTO zipcodes VALUES (32359,'Steinhatchee','FL','29.673459','-83.384160',-5,1); -INSERT INTO zipcodes VALUES (32360,'Telogia','FL','30.184365','-84.883550',-5,1); -INSERT INTO zipcodes VALUES (32361,'Wacissa','FL','30.357761','-83.988820',-5,1); -INSERT INTO zipcodes VALUES (32362,'Woodville','FL','30.319263','-84.267397',-5,1); -INSERT INTO zipcodes VALUES (32395,'Tallahassee','FL','30.479347','-84.346204',-5,1); -INSERT INTO zipcodes VALUES (32399,'Tallahassee','FL','30.420146','-84.233310',-5,1); -INSERT INTO zipcodes VALUES (32401,'Panama City','FL','30.161901','-85.652970',-6,1); -INSERT INTO zipcodes VALUES (32402,'Panama City','FL','30.234451','-85.692035',-5,1); -INSERT INTO zipcodes VALUES (32403,'Panama City','FL','30.068188','-85.609750',-6,1); -INSERT INTO zipcodes VALUES (32404,'Panama City','FL','30.188585','-85.563920',-6,1); -INSERT INTO zipcodes VALUES (32405,'Panama City','FL','30.195424','-85.664580',-6,1); -INSERT INTO zipcodes VALUES (32406,'Panama City','FL','30.234451','-85.692035',-5,1); -INSERT INTO zipcodes VALUES (32407,'Panama City Beach','FL','30.196771','-85.812790',-6,1); -INSERT INTO zipcodes VALUES (32408,'Panama City','FL','30.154621','-85.763670',-6,1); -INSERT INTO zipcodes VALUES (32409,'Panama City','FL','30.330553','-85.654130',-6,1); -INSERT INTO zipcodes VALUES (32410,'Mexico Beach','FL','29.945008','-85.414610',-6,1); -INSERT INTO zipcodes VALUES (32411,'Panama City','FL','30.234451','-85.692035',-5,1); -INSERT INTO zipcodes VALUES (32412,'Panama City','FL','30.234451','-85.692035',-5,1); -INSERT INTO zipcodes VALUES (32413,'Panama City Beach','FL','30.252616','-85.904130',-6,1); -INSERT INTO zipcodes VALUES (32417,'Panama City','FL','30.243832','-85.916988',-6,1); -INSERT INTO zipcodes VALUES (32420,'Alford','FL','30.641154','-85.375420',-6,1); -INSERT INTO zipcodes VALUES (32421,'Altha','FL','30.540300','-85.182290',-6,1); -INSERT INTO zipcodes VALUES (32422,'Argyle','FL','30.716494','-86.038890',-6,1); -INSERT INTO zipcodes VALUES (32423,'Bascom','FL','30.959504','-85.056440',-6,1); -INSERT INTO zipcodes VALUES (32424,'Blountstown','FL','30.420070','-85.072990',-6,1); -INSERT INTO zipcodes VALUES (32425,'Bonifay','FL','30.838337','-85.674950',-6,1); -INSERT INTO zipcodes VALUES (32426,'Campbellton','FL','30.955359','-85.382880',-6,1); -INSERT INTO zipcodes VALUES (32427,'Caryville','FL','30.821603','-85.806000',-6,1); -INSERT INTO zipcodes VALUES (32428,'Chipley','FL','30.636228','-85.577500',-6,1); -INSERT INTO zipcodes VALUES (32430,'Clarksville','FL','30.438819','-85.243810',-6,1); -INSERT INTO zipcodes VALUES (32431,'Cottondale','FL','30.779196','-85.393710',-6,1); -INSERT INTO zipcodes VALUES (32432,'Cypress','FL','30.713868','-85.077900',-6,1); -INSERT INTO zipcodes VALUES (32433,'Defuniak Springs','FL','30.747244','-86.146650',-6,1); -INSERT INTO zipcodes VALUES (32434,'Mossy Head','FL','30.762486','-86.342683',-6,1); -INSERT INTO zipcodes VALUES (32435,'Defuniak Springs','FL','30.603777','-86.121110',-6,1); -INSERT INTO zipcodes VALUES (32436,'Wewahitchka','FL','30.110171','-85.198431',-6,1); -INSERT INTO zipcodes VALUES (32437,'Ebro','FL','30.443152','-85.880790',-6,1); -INSERT INTO zipcodes VALUES (32438,'Fountain','FL','30.488955','-85.416730',-6,1); -INSERT INTO zipcodes VALUES (32439,'Freeport','FL','30.482838','-86.167500',-6,1); -INSERT INTO zipcodes VALUES (32440,'Graceville','FL','30.935306','-85.521710',-6,1); -INSERT INTO zipcodes VALUES (32442,'Grand Ridge','FL','30.698517','-85.016190',-6,1); -INSERT INTO zipcodes VALUES (32443,'Greenwood','FL','30.860528','-85.111420',-6,1); -INSERT INTO zipcodes VALUES (32444,'Lynn Haven','FL','30.239849','-85.645770',-6,1); -INSERT INTO zipcodes VALUES (32445,'Malone','FL','30.961401','-85.169190',-6,1); -INSERT INTO zipcodes VALUES (32446,'Marianna','FL','30.804698','-85.220600',-6,1); -INSERT INTO zipcodes VALUES (32447,'Marianna','FL','30.759353','-85.257120',-6,1); -INSERT INTO zipcodes VALUES (32448,'Marianna','FL','30.675635','-85.232830',-6,1); -INSERT INTO zipcodes VALUES (32449,'Kinard','FL','30.283088','-85.218920',-6,1); -INSERT INTO zipcodes VALUES (32452,'Noma','FL','30.849972','-85.768022',-6,1); -INSERT INTO zipcodes VALUES (32454,'Point Washington','FL','30.603777','-86.121110',-6,1); -INSERT INTO zipcodes VALUES (32455,'Ponce De Leon','FL','30.657214','-85.960350',-6,1); -INSERT INTO zipcodes VALUES (32456,'Port Saint Joe','FL','29.846517','-85.327920',-5,1); -INSERT INTO zipcodes VALUES (32457,'Port Saint Joe','FL','29.902484','-85.242169',-6,1); -INSERT INTO zipcodes VALUES (32459,'Santa Rosa Beach','FL','30.361248','-86.187590',-6,1); -INSERT INTO zipcodes VALUES (32460,'Sneads','FL','30.735645','-84.945630',-6,1); -INSERT INTO zipcodes VALUES (32461,'Sunnyside','FL','30.252531','-85.942389',-6,1); -INSERT INTO zipcodes VALUES (32462,'Vernon','FL','30.563809','-85.823570',-6,1); -INSERT INTO zipcodes VALUES (32463,'Wausau','FL','30.631345','-85.589810',-6,1); -INSERT INTO zipcodes VALUES (32464,'Westville','FL','30.892936','-85.939880',-6,1); -INSERT INTO zipcodes VALUES (32465,'Wewahitchka','FL','30.045471','-85.228220',-6,1); -INSERT INTO zipcodes VALUES (32466,'Youngstown','FL','30.373845','-85.528910',-6,1); -INSERT INTO zipcodes VALUES (32476,'Lake Mary','FL','28.773699','-81.344414',-5,1); -INSERT INTO zipcodes VALUES (32478,'Chipley','FL','30.778182','-85.538320',-6,1); -INSERT INTO zipcodes VALUES (32501,'Pensacola','FL','30.420997','-87.223050',-6,1); -INSERT INTO zipcodes VALUES (32502,'Pensacola','FL','30.474288','-87.225691',-6,1); -INSERT INTO zipcodes VALUES (32503,'Pensacola','FL','30.447997','-87.207270',-6,1); -INSERT INTO zipcodes VALUES (32504,'Pensacola','FL','30.487870','-87.189370',-6,1); -INSERT INTO zipcodes VALUES (32505,'Pensacola','FL','30.441994','-87.254720',-6,1); -INSERT INTO zipcodes VALUES (32506,'Pensacola','FL','30.408807','-87.319190',-6,1); -INSERT INTO zipcodes VALUES (32507,'Pensacola','FL','30.360887','-87.334510',-6,1); -INSERT INTO zipcodes VALUES (32508,'Pensacola','FL','30.355477','-87.290350',-6,1); -INSERT INTO zipcodes VALUES (32509,'Pensacola','FL','30.464324','-87.340262',-6,1); -INSERT INTO zipcodes VALUES (32511,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32512,'Pensacola','FL','30.394327','-87.299129',-6,1); -INSERT INTO zipcodes VALUES (32513,'Pensacola','FL','30.557064','-87.259592',-6,1); -INSERT INTO zipcodes VALUES (32514,'Pensacola','FL','30.527195','-87.214850',-6,1); -INSERT INTO zipcodes VALUES (32516,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32520,'Pensacola','FL','30.412377','-87.203543',-6,1); -INSERT INTO zipcodes VALUES (32521,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32522,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32523,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32524,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32526,'Pensacola','FL','30.479002','-87.319960',-6,1); -INSERT INTO zipcodes VALUES (32530,'Bagdad','FL','30.598564','-87.031496',-6,1); -INSERT INTO zipcodes VALUES (32531,'Baker','FL','30.875200','-86.686070',-6,1); -INSERT INTO zipcodes VALUES (32533,'Cantonment','FL','30.600993','-87.319790',-6,1); -INSERT INTO zipcodes VALUES (32534,'Pensacola','FL','30.526345','-87.277340',-6,1); -INSERT INTO zipcodes VALUES (32535,'Century','FL','30.969066','-87.306040',-6,1); -INSERT INTO zipcodes VALUES (32536,'Crestview','FL','30.760184','-86.585330',-6,1); -INSERT INTO zipcodes VALUES (32537,'Milligan','FL','30.741965','-86.655208',-6,1); -INSERT INTO zipcodes VALUES (32538,'Paxton','FL','30.970853','-86.311093',-6,1); -INSERT INTO zipcodes VALUES (32539,'Crestview','FL','30.757479','-86.510880',-6,1); -INSERT INTO zipcodes VALUES (32540,'Destin','FL','30.661155','-86.594479',-6,1); -INSERT INTO zipcodes VALUES (32541,'Destin','FL','30.391795','-86.433800',-6,1); -INSERT INTO zipcodes VALUES (32542,'Eglin AFB','FL','30.457156','-86.550810',-6,1); -INSERT INTO zipcodes VALUES (32544,'Hurlburt Field','FL','30.464755','-86.646430',-6,1); -INSERT INTO zipcodes VALUES (32546,'Myrtle Grove','FL','30.409264','-87.292755',-6,1); -INSERT INTO zipcodes VALUES (32547,'Fort Walton Beach','FL','30.447248','-86.621130',-6,1); -INSERT INTO zipcodes VALUES (32548,'Fort Walton Beach','FL','30.414932','-86.619920',-6,1); -INSERT INTO zipcodes VALUES (32549,'Fort Walton Beach','FL','30.661155','-86.594479',-6,1); -INSERT INTO zipcodes VALUES (32550,'Miramar Beach','FL','30.381934','-86.359508',-6,1); -INSERT INTO zipcodes VALUES (32559,'Pensacola','FL','30.356287','-87.277307',-6,1); -INSERT INTO zipcodes VALUES (32560,'Gonzalez','FL','30.581825','-87.292918',-6,1); -INSERT INTO zipcodes VALUES (32561,'Gulf Breeze','FL','30.375469','-87.090130',-6,1); -INSERT INTO zipcodes VALUES (32562,'Gulf Breeze','FL','30.659159','-87.049720',-6,1); -INSERT INTO zipcodes VALUES (32563,'Harold','FL','30.659159','-87.049720',-6,1); -INSERT INTO zipcodes VALUES (32564,'Holt','FL','30.717437','-86.770750',-6,1); -INSERT INTO zipcodes VALUES (32565,'Jay','FL','30.902015','-87.132670',-6,1); -INSERT INTO zipcodes VALUES (32566,'Gulf Breeze','FL','30.435069','-86.890250',-6,1); -INSERT INTO zipcodes VALUES (32567,'Laurel Hill','FL','30.945123','-86.437490',-6,1); -INSERT INTO zipcodes VALUES (32568,'McDavid','FL','30.878449','-87.478610',-6,1); -INSERT INTO zipcodes VALUES (32569,'Mary Esther','FL','30.409902','-86.714970',-5,1); -INSERT INTO zipcodes VALUES (32570,'Milton','FL','30.709690','-87.010980',-6,1); -INSERT INTO zipcodes VALUES (32571,'Milton','FL','30.627637','-87.167240',-6,1); -INSERT INTO zipcodes VALUES (32572,'Milton','FL','30.659159','-87.049720',-6,1); -INSERT INTO zipcodes VALUES (32573,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32574,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32575,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32576,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32577,'Molino','FL','30.743945','-87.348720',-6,1); -INSERT INTO zipcodes VALUES (32578,'Niceville','FL','30.500901','-86.453350',-5,1); -INSERT INTO zipcodes VALUES (32579,'Shalimar','FL','30.444975','-86.573310',-6,1); -INSERT INTO zipcodes VALUES (32580,'Valparaiso','FL','30.507047','-86.497020',-6,1); -INSERT INTO zipcodes VALUES (32581,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32582,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32583,'Milton','FL','30.581490','-87.001780',-6,1); -INSERT INTO zipcodes VALUES (32588,'Niceville','FL','30.661155','-86.594479',-6,1); -INSERT INTO zipcodes VALUES (32589,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32590,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32591,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32592,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32593,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32594,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32595,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32596,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32597,'Pensacola','FL','30.529739','-87.275693',-6,1); -INSERT INTO zipcodes VALUES (32598,'Pensacola','FL','30.614280','-87.275772',-6,1); -INSERT INTO zipcodes VALUES (32601,'Gainesville','FL','29.653195','-82.324400',-5,1); -INSERT INTO zipcodes VALUES (32602,'Gainesville','FL','29.629887','-82.396567',-5,1); -INSERT INTO zipcodes VALUES (32603,'Gainesville','FL','29.653145','-82.346900',-5,1); -INSERT INTO zipcodes VALUES (32604,'Gainesville','FL','29.573293','-82.397904',-5,1); -INSERT INTO zipcodes VALUES (32605,'Gainesville','FL','29.676006','-82.368890',-5,1); -INSERT INTO zipcodes VALUES (32606,'Gainesville','FL','29.681426','-82.415020',-5,1); -INSERT INTO zipcodes VALUES (32607,'Gainesville','FL','29.646189','-82.396580',-5,1); -INSERT INTO zipcodes VALUES (32608,'Gainesville','FL','29.611545','-82.394100',-5,1); -INSERT INTO zipcodes VALUES (32609,'Gainesville','FL','29.713911','-82.295910',-5,1); -INSERT INTO zipcodes VALUES (32610,'Gainesville','FL','29.681312','-82.353862',-5,1); -INSERT INTO zipcodes VALUES (32611,'Gainesville','FL','29.681312','-82.353862',-5,1); -INSERT INTO zipcodes VALUES (32612,'Gainesville','FL','29.681312','-82.353862',-5,1); -INSERT INTO zipcodes VALUES (32613,'Gainesville','FL','29.681312','-82.353862',-5,1); -INSERT INTO zipcodes VALUES (32614,'Gainesville','FL','29.681312','-82.353862',-5,1); -INSERT INTO zipcodes VALUES (32615,'Alachua','FL','29.801949','-82.488720',-5,1); -INSERT INTO zipcodes VALUES (32616,'Alachua','FL','29.790674','-82.493510',-5,1); -INSERT INTO zipcodes VALUES (32617,'Anthony','FL','29.315961','-82.100920',-5,1); -INSERT INTO zipcodes VALUES (32618,'Archer','FL','29.517277','-82.545180',-5,1); -INSERT INTO zipcodes VALUES (32619,'Bell','FL','29.764553','-82.870620',-5,1); -INSERT INTO zipcodes VALUES (32621,'Bronson','FL','29.447069','-82.604520',-5,1); -INSERT INTO zipcodes VALUES (32622,'Brooker','FL','29.896156','-82.303580',-5,1); -INSERT INTO zipcodes VALUES (32625,'Cedar Key','FL','29.178171','-83.022430',-5,1); -INSERT INTO zipcodes VALUES (32626,'Chiefland','FL','29.453178','-82.868370',-5,1); -INSERT INTO zipcodes VALUES (32627,'Gainesville','FL','29.681312','-82.353862',-5,1); -INSERT INTO zipcodes VALUES (32628,'Cross City','FL','29.630964','-83.114800',-5,1); -INSERT INTO zipcodes VALUES (32631,'Earleton','FL','29.730413','-82.097095',-5,1); -INSERT INTO zipcodes VALUES (32633,'Evinston','FL','29.681312','-82.353862',-5,1); -INSERT INTO zipcodes VALUES (32634,'Fairfield','FL','29.350890','-82.276480',-5,1); -INSERT INTO zipcodes VALUES (32635,'Gainesville','FL','29.681312','-82.353862',-5,1); -INSERT INTO zipcodes VALUES (32638,'Trenton','FL','29.622568','-82.808642',-5,1); -INSERT INTO zipcodes VALUES (32639,'Gulf Hammock','FL','29.231843','-82.729650',-5,1); -INSERT INTO zipcodes VALUES (32640,'Hawthorne','FL','29.601599','-82.030900',-5,1); -INSERT INTO zipcodes VALUES (32641,'Gainesville','FL','29.648594','-82.286210',-5,1); -INSERT INTO zipcodes VALUES (32643,'High Springs','FL','29.823616','-82.604070',-5,1); -INSERT INTO zipcodes VALUES (32644,'Chiefland','FL','29.460221','-82.855334',-5,1); -INSERT INTO zipcodes VALUES (32648,'Horseshoe Beach','FL','29.458513','-83.276040',-5,1); -INSERT INTO zipcodes VALUES (32653,'Gainesville','FL','29.735832','-82.390080',-5,1); -INSERT INTO zipcodes VALUES (32654,'Island Grove','FL','29.459973','-82.108190',-5,1); -INSERT INTO zipcodes VALUES (32655,'High Springs','FL','29.817457','-82.600640',-5,1); -INSERT INTO zipcodes VALUES (32656,'Keystone Heights','FL','29.788679','-82.004210',-5,1); -INSERT INTO zipcodes VALUES (32658,'La Crosse','FL','29.845122','-82.398450',-5,1); -INSERT INTO zipcodes VALUES (32662,'Lochloosa','FL','29.514298','-82.098290',-5,1); -INSERT INTO zipcodes VALUES (32663,'Lowell','FL','29.342404','-82.212649',-5,1); -INSERT INTO zipcodes VALUES (32664,'McIntosh','FL','29.450353','-82.220690',-5,1); -INSERT INTO zipcodes VALUES (32666,'Melrose','FL','29.733375','-82.010480',-5,1); -INSERT INTO zipcodes VALUES (32667,'Micanopy','FL','29.502067','-82.277750',-5,1); -INSERT INTO zipcodes VALUES (32668,'Morriston','FL','29.282158','-82.517760',-5,1); -INSERT INTO zipcodes VALUES (32669,'Newberry','FL','29.640613','-82.594460',-5,1); -INSERT INTO zipcodes VALUES (32680,'Old Town','FL','29.643244','-82.990260',-5,1); -INSERT INTO zipcodes VALUES (32681,'Orange Lake','FL','29.425291','-82.215800',-5,1); -INSERT INTO zipcodes VALUES (32683,'Otter Creek','FL','29.319173','-82.779650',-5,1); -INSERT INTO zipcodes VALUES (32686,'Reddick','FL','29.364039','-82.234830',-5,1); -INSERT INTO zipcodes VALUES (32692,'Suwannee','FL','29.330426','-83.144010',-5,1); -INSERT INTO zipcodes VALUES (32693,'Trenton','FL','29.598935','-82.827520',-5,1); -INSERT INTO zipcodes VALUES (32694,'Waldo','FL','29.789597','-82.162100',-5,1); -INSERT INTO zipcodes VALUES (32696,'Williston','FL','29.369207','-82.498310',-5,1); -INSERT INTO zipcodes VALUES (32697,'Worthington Springs','FL','29.931204','-82.426430',-5,1); -INSERT INTO zipcodes VALUES (32699,'Newberry','FL','29.636632','-82.611304',-5,1); -INSERT INTO zipcodes VALUES (32701,'Altamonte Springs','FL','28.666249','-81.367960',-5,1); -INSERT INTO zipcodes VALUES (32702,'Altoona','FL','29.046215','-81.640430',-5,1); -INSERT INTO zipcodes VALUES (32703,'Apopka','FL','28.658395','-81.503190',-5,1); -INSERT INTO zipcodes VALUES (32704,'Apopka','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32706,'Cassadaga','FL','28.965591','-81.236540',-5,1); -INSERT INTO zipcodes VALUES (32707,'Casselberry','FL','28.665125','-81.317720',-5,1); -INSERT INTO zipcodes VALUES (32708,'Winter Springs','FL','28.683408','-81.281510',-5,1); -INSERT INTO zipcodes VALUES (32709,'Christmas','FL','28.513011','-80.994180',-5,1); -INSERT INTO zipcodes VALUES (32710,'Clarcona','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32712,'Apopka','FL','28.713173','-81.523590',-5,1); -INSERT INTO zipcodes VALUES (32713,'Debary','FL','28.888595','-81.312120',-5,1); -INSERT INTO zipcodes VALUES (32714,'Altamonte Springs','FL','28.663913','-81.411120',-5,1); -INSERT INTO zipcodes VALUES (32715,'Altamonte Springs','FL','28.744752','-81.223280',-5,1); -INSERT INTO zipcodes VALUES (32716,'Altamonte Springs','FL','28.744752','-81.223280',-5,1); -INSERT INTO zipcodes VALUES (32718,'Casselberry','FL','28.744752','-81.223280',-5,1); -INSERT INTO zipcodes VALUES (32719,'Winter Springs','FL','28.744752','-81.223280',-5,1); -INSERT INTO zipcodes VALUES (32720,'Deland','FL','29.021782','-81.333520',-5,1); -INSERT INTO zipcodes VALUES (32721,'Deland','FL','28.997288','-81.299521',-5,1); -INSERT INTO zipcodes VALUES (32722,'Glenwood','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32724,'Deland','FL','29.039757','-81.279270',-5,1); -INSERT INTO zipcodes VALUES (32725,'Deltona','FL','28.902426','-81.245150',-5,1); -INSERT INTO zipcodes VALUES (32726,'Eustis','FL','28.850617','-81.680340',-5,1); -INSERT INTO zipcodes VALUES (32727,'Eustis','FL','28.855517','-81.674147',-5,1); -INSERT INTO zipcodes VALUES (32728,'Deltona','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32730,'Casselberry','FL','28.653875','-81.343870',-5,1); -INSERT INTO zipcodes VALUES (32732,'Geneva','FL','28.746588','-81.109850',-5,1); -INSERT INTO zipcodes VALUES (32733,'Goldenrod','FL','28.613308','-81.258108',-5,1); -INSERT INTO zipcodes VALUES (32735,'Grand Island','FL','28.893559','-81.743430',-5,1); -INSERT INTO zipcodes VALUES (32736,'Eustis','FL','28.895482','-81.522800',-5,1); -INSERT INTO zipcodes VALUES (32738,'Deltona','FL','28.910383','-81.187640',-5,1); -INSERT INTO zipcodes VALUES (32739,'Deltona','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32744,'Lake Helen','FL','28.985274','-81.234950',-5,1); -INSERT INTO zipcodes VALUES (32745,'Heathrow','FL','28.773680','-81.390498',-5,1); -INSERT INTO zipcodes VALUES (32746,'Lake Mary','FL','28.758133','-81.339920',-5,1); -INSERT INTO zipcodes VALUES (32747,'Lake Monroe','FL','28.827219','-81.332888',-5,1); -INSERT INTO zipcodes VALUES (32750,'Longwood','FL','28.703674','-81.353840',-5,1); -INSERT INTO zipcodes VALUES (32751,'Maitland','FL','28.628359','-81.359420',-5,1); -INSERT INTO zipcodes VALUES (32752,'Longwood','FL','28.744752','-81.223280',-5,1); -INSERT INTO zipcodes VALUES (32754,'Mims','FL','28.707648','-80.890490',-5,1); -INSERT INTO zipcodes VALUES (32756,'Mount Dora','FL','28.811078','-81.653642',-5,1); -INSERT INTO zipcodes VALUES (32757,'Mount Dora','FL','28.786272','-81.644750',-5,1); -INSERT INTO zipcodes VALUES (32759,'Oak Hill','FL','28.868986','-80.853740',-5,1); -INSERT INTO zipcodes VALUES (32762,'Oviedo','FL','28.744752','-81.223280',-5,1); -INSERT INTO zipcodes VALUES (32763,'Orange City','FL','28.945857','-81.305120',-5,1); -INSERT INTO zipcodes VALUES (32764,'Osteen','FL','28.834172','-81.094800',-5,1); -INSERT INTO zipcodes VALUES (32765,'Oviedo','FL','28.656375','-81.210260',-5,1); -INSERT INTO zipcodes VALUES (32766,'Oviedo','FL','28.639275','-81.119060',-5,1); -INSERT INTO zipcodes VALUES (32767,'Paisley','FL','29.008612','-81.501740',-5,1); -INSERT INTO zipcodes VALUES (32768,'Plymouth','FL','28.698542','-81.569764',-5,1); -INSERT INTO zipcodes VALUES (32769,'Oak Hill','FL','28.858941','-80.856373',-5,1); -INSERT INTO zipcodes VALUES (32771,'Sanford','FL','28.803979','-81.287610',-5,1); -INSERT INTO zipcodes VALUES (32772,'Sanford','FL','28.807220','-81.250236',-5,1); -INSERT INTO zipcodes VALUES (32773,'Sanford','FL','28.769173','-81.276310',-5,1); -INSERT INTO zipcodes VALUES (32774,'Orange City','FL','29.022729','-81.172169',-5,1); -INSERT INTO zipcodes VALUES (32775,'Scottsmoor','FL','28.765070','-80.873150',-5,1); -INSERT INTO zipcodes VALUES (32776,'Sorrento','FL','28.804039','-81.536890',-5,1); -INSERT INTO zipcodes VALUES (32777,'Tangerine','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32778,'Tavares','FL','28.799017','-81.731840',-5,1); -INSERT INTO zipcodes VALUES (32779,'Longwood','FL','28.704874','-81.417110',-5,1); -INSERT INTO zipcodes VALUES (32780,'Titusville','FL','28.564077','-80.816950',-5,1); -INSERT INTO zipcodes VALUES (32781,'Titusville','FL','28.306726','-80.686159',-5,1); -INSERT INTO zipcodes VALUES (32782,'Titusville','FL','28.306726','-80.686159',-5,1); -INSERT INTO zipcodes VALUES (32783,'Titusville','FL','28.306726','-80.686159',-5,1); -INSERT INTO zipcodes VALUES (32784,'Umatilla','FL','28.948549','-81.706210',-5,1); -INSERT INTO zipcodes VALUES (32789,'Winter Park','FL','28.598677','-81.355940',-5,1); -INSERT INTO zipcodes VALUES (32790,'Winter Park','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32791,'Longwood','FL','28.744752','-81.223280',-5,1); -INSERT INTO zipcodes VALUES (32792,'Winter Park','FL','28.607077','-81.306060',-5,1); -INSERT INTO zipcodes VALUES (32793,'Winter Park','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32794,'Maitland','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32795,'Lake Mary','FL','28.744752','-81.223280',-5,1); -INSERT INTO zipcodes VALUES (32796,'Titusville','FL','28.623371','-80.841230',-5,1); -INSERT INTO zipcodes VALUES (32798,'Zellwood','FL','28.716923','-81.575400',-5,1); -INSERT INTO zipcodes VALUES (32799,'Mid Florida','FL','28.744752','-81.223280',-5,1); -INSERT INTO zipcodes VALUES (32801,'Orlando','FL','28.541879','-81.374460',-5,1); -INSERT INTO zipcodes VALUES (32802,'Orlando','FL','28.519024','-81.343903',-5,1); -INSERT INTO zipcodes VALUES (32803,'Orlando','FL','28.557579','-81.352440',-5,1); -INSERT INTO zipcodes VALUES (32804,'Orlando','FL','28.577723','-81.393100',-5,1); -INSERT INTO zipcodes VALUES (32805,'Orlando','FL','28.530280','-81.400890',-5,1); -INSERT INTO zipcodes VALUES (32806,'Orlando','FL','28.514830','-81.360540',-5,1); -INSERT INTO zipcodes VALUES (32807,'Orlando','FL','28.546897','-81.307740',-5,1); -INSERT INTO zipcodes VALUES (32808,'Orlando','FL','28.576028','-81.443690',-5,1); -INSERT INTO zipcodes VALUES (32809,'Orlando','FL','28.463482','-81.388140',-5,1); -INSERT INTO zipcodes VALUES (32810,'Orlando','FL','28.619445','-81.426950',-5,1); -INSERT INTO zipcodes VALUES (32811,'Orlando','FL','28.524930','-81.439940',-5,1); -INSERT INTO zipcodes VALUES (32812,'Orlando','FL','28.493531','-81.326090',-5,1); -INSERT INTO zipcodes VALUES (32813,'Orlando','FL','28.567928','-81.325842',-5,1); -INSERT INTO zipcodes VALUES (32814,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32815,'Orlando','FL','28.306726','-80.686159',-5,1); -INSERT INTO zipcodes VALUES (32816,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32817,'Orlando','FL','28.591692','-81.247170',-5,1); -INSERT INTO zipcodes VALUES (32818,'Orlando','FL','28.583103','-81.486080',-5,1); -INSERT INTO zipcodes VALUES (32819,'Orlando','FL','28.463509','-81.475140',-5,1); -INSERT INTO zipcodes VALUES (32820,'Orlando','FL','28.561242','-81.107350',-5,1); -INSERT INTO zipcodes VALUES (32821,'Orlando','FL','28.391608','-81.473450',-5,1); -INSERT INTO zipcodes VALUES (32822,'Orlando','FL','28.494931','-81.289490',-5,1); -INSERT INTO zipcodes VALUES (32824,'Orlando','FL','28.410872','-81.358980',-5,1); -INSERT INTO zipcodes VALUES (32825,'Orlando','FL','28.543248','-81.245600',-5,1); -INSERT INTO zipcodes VALUES (32826,'Orlando','FL','28.584177','-81.186340',-5,1); -INSERT INTO zipcodes VALUES (32827,'Orlando','FL','28.425221','-81.303530',-5,1); -INSERT INTO zipcodes VALUES (32828,'Orlando','FL','28.542132','-81.184040',-5,1); -INSERT INTO zipcodes VALUES (32829,'Orlando','FL','28.491653','-81.264360',-5,1); -INSERT INTO zipcodes VALUES (32830,'Orlando','FL','28.385549','-81.505894',-5,1); -INSERT INTO zipcodes VALUES (32831,'Orlando','FL','28.458149','-81.136660',-5,1); -INSERT INTO zipcodes VALUES (32832,'Orlando','FL','28.395979','-81.176530',-5,1); -INSERT INTO zipcodes VALUES (32833,'Orlando','FL','28.511879','-81.090780',-5,1); -INSERT INTO zipcodes VALUES (32834,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32835,'Orlando','FL','28.528789','-81.478630',-5,1); -INSERT INTO zipcodes VALUES (32836,'Orlando','FL','28.401151','-81.524880',-5,1); -INSERT INTO zipcodes VALUES (32837,'Orlando','FL','28.385906','-81.411820',-5,1); -INSERT INTO zipcodes VALUES (32839,'Orlando','FL','28.489758','-81.406250',-5,1); -INSERT INTO zipcodes VALUES (32853,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32854,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32855,'Orlando','FL','28.550028','-81.104185',-5,1); -INSERT INTO zipcodes VALUES (32856,'Orlando','FL','28.548379','-81.420092',-5,1); -INSERT INTO zipcodes VALUES (32857,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32858,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32859,'Orlando','FL','28.442926','-81.402613',-5,1); -INSERT INTO zipcodes VALUES (32860,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32861,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32862,'Orlando','FL','28.417368','-81.332763',-5,1); -INSERT INTO zipcodes VALUES (32867,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32868,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32869,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32872,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32877,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32878,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32886,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32887,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32889,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32890,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32891,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32893,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32897,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32898,'Orlando','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (32899,'Orlando','FL','28.306726','-80.686159',-5,1); -INSERT INTO zipcodes VALUES (32901,'Melbourne','FL','28.077494','-80.619870',-5,1); -INSERT INTO zipcodes VALUES (32902,'Melbourne','FL','28.306726','-80.686159',-5,1); -INSERT INTO zipcodes VALUES (32903,'Indialantic','FL','28.103191','-80.574140',-5,1); -INSERT INTO zipcodes VALUES (32904,'Melbourne','FL','28.073891','-80.671670',-5,1); -INSERT INTO zipcodes VALUES (32905,'Palm Bay','FL','28.031689','-80.600140',-5,1); -INSERT INTO zipcodes VALUES (32906,'Palm Bay','FL','28.067128','-80.650341',-5,1); -INSERT INTO zipcodes VALUES (32907,'Palm Bay','FL','28.012241','-80.677290',-5,1); -INSERT INTO zipcodes VALUES (32908,'Palm Bay','FL','27.958982','-80.685910',-5,1); -INSERT INTO zipcodes VALUES (32909,'Palm Bay','FL','27.950975','-80.646790',-5,1); -INSERT INTO zipcodes VALUES (32910,'Palm Bay','FL','28.306726','-80.686159',-5,1); -INSERT INTO zipcodes VALUES (32911,'Palm Bay','FL','28.306726','-80.686159',-5,1); -INSERT INTO zipcodes VALUES (32912,'Melbourne','FL','28.306726','-80.686159',-5,1); -INSERT INTO zipcodes VALUES (32919,'Melbourne','FL','28.306726','-80.686159',-5,1); -INSERT INTO zipcodes VALUES (32920,'Cape Canaveral','FL','28.390932','-80.605010',-5,1); -INSERT INTO zipcodes VALUES (32922,'Cocoa','FL','28.366284','-80.741960',-5,1); -INSERT INTO zipcodes VALUES (32923,'Cocoa','FL','28.427535','-80.828991',-5,1); -INSERT INTO zipcodes VALUES (32924,'Cocoa','FL','28.306726','-80.686159',-5,1); -INSERT INTO zipcodes VALUES (32925,'Patrick AFB','FL','28.235092','-80.601590',-5,1); -INSERT INTO zipcodes VALUES (32926,'Cocoa','FL','28.392933','-80.795850',-5,1); -INSERT INTO zipcodes VALUES (32927,'Cocoa','FL','28.471230','-80.798870',-5,1); -INSERT INTO zipcodes VALUES (32931,'Cocoa Beach','FL','28.326985','-80.611190',-5,1); -INSERT INTO zipcodes VALUES (32932,'Cocoa Beach','FL','28.306726','-80.686159',-5,1); -INSERT INTO zipcodes VALUES (32934,'Melbourne','FL','28.137443','-80.692110',-5,1); -INSERT INTO zipcodes VALUES (32935,'Melbourne','FL','28.139260','-80.650770',-5,1); -INSERT INTO zipcodes VALUES (32936,'Melbourne','FL','28.306726','-80.686159',-5,1); -INSERT INTO zipcodes VALUES (32937,'Satellite Beach','FL','28.172041','-80.599570',-5,1); -INSERT INTO zipcodes VALUES (32940,'Melbourne','FL','28.219810','-80.694020',-5,1); -INSERT INTO zipcodes VALUES (32941,'Melbourne','FL','27.924577','-80.523463',-5,1); -INSERT INTO zipcodes VALUES (32948,'Fellsmere','FL','27.762118','-80.594720',-5,1); -INSERT INTO zipcodes VALUES (32949,'Grant','FL','27.929103','-80.528790',-5,1); -INSERT INTO zipcodes VALUES (32950,'Malabar','FL','27.974173','-80.569860',-5,1); -INSERT INTO zipcodes VALUES (32951,'Melbourne Beach','FL','28.015140','-80.535180',-5,1); -INSERT INTO zipcodes VALUES (32952,'Merritt Island','FL','28.350373','-80.669100',-5,1); -INSERT INTO zipcodes VALUES (32953,'Merritt Island','FL','28.396301','-80.701980',-5,1); -INSERT INTO zipcodes VALUES (32954,'Merritt Island','FL','28.225710','-80.673356',-5,1); -INSERT INTO zipcodes VALUES (32955,'Rockledge','FL','28.308581','-80.725580',-5,1); -INSERT INTO zipcodes VALUES (32956,'Rockledge','FL','28.329785','-80.732327',-5,1); -INSERT INTO zipcodes VALUES (32957,'Roseland','FL','27.709049','-80.572557',-5,1); -INSERT INTO zipcodes VALUES (32958,'Sebastian','FL','27.787830','-80.482660',-5,1); -INSERT INTO zipcodes VALUES (32959,'Sharpes','FL','28.306726','-80.686159',-5,1); -INSERT INTO zipcodes VALUES (32960,'Vero Beach','FL','27.636828','-80.402940',-5,1); -INSERT INTO zipcodes VALUES (32961,'Vero Beach','FL','27.617473','-80.423083',-5,1); -INSERT INTO zipcodes VALUES (32962,'Vero Beach','FL','27.582151','-80.391410',-5,1); -INSERT INTO zipcodes VALUES (32963,'Vero Beach','FL','27.676376','-80.372480',-5,1); -INSERT INTO zipcodes VALUES (32964,'Vero Beach','FL','27.709049','-80.572557',-5,1); -INSERT INTO zipcodes VALUES (32965,'Vero Beach','FL','27.709049','-80.572557',-5,1); -INSERT INTO zipcodes VALUES (32966,'Vero Beach','FL','27.645377','-80.514680',-5,1); -INSERT INTO zipcodes VALUES (32967,'Vero Beach','FL','27.724801','-80.497080',-5,1); -INSERT INTO zipcodes VALUES (32968,'Vero Beach','FL','27.594718','-80.457220',-5,1); -INSERT INTO zipcodes VALUES (32969,'Vero Beach','FL','27.709049','-80.572557',-5,1); -INSERT INTO zipcodes VALUES (32970,'Wabasso','FL','27.750176','-80.453640',-5,1); -INSERT INTO zipcodes VALUES (32971,'Winter Beach','FL','27.709049','-80.572557',-5,1); -INSERT INTO zipcodes VALUES (32976,'Sebastian','FL','27.877504','-80.514570',-5,1); -INSERT INTO zipcodes VALUES (32977,'Winter Beach','FL','27.718868','-80.421607',-5,1); -INSERT INTO zipcodes VALUES (32978,'Sebastian','FL','27.709049','-80.572557',-5,1); -INSERT INTO zipcodes VALUES (33001,'Long Key','FL','24.841814','-80.794050',-5,1); -INSERT INTO zipcodes VALUES (33002,'Hialeah','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33003,'Florida City','FL','25.455229','-80.475479',-5,1); -INSERT INTO zipcodes VALUES (33004,'Dania','FL','26.051916','-80.145260',-5,1); -INSERT INTO zipcodes VALUES (33008,'Hallandale','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33009,'Hallandale','FL','25.987069','-80.150040',-5,1); -INSERT INTO zipcodes VALUES (33010,'Hialeah','FL','25.832374','-80.278740',-5,1); -INSERT INTO zipcodes VALUES (33011,'Hialeah','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33012,'Hialeah','FL','25.864773','-80.300690',-5,1); -INSERT INTO zipcodes VALUES (33013,'Hialeah','FL','25.860373','-80.271740',-5,1); -INSERT INTO zipcodes VALUES (33014,'Hialeah','FL','25.902172','-80.307320',-5,1); -INSERT INTO zipcodes VALUES (33015,'Hialeah','FL','25.938687','-80.318200',-5,1); -INSERT INTO zipcodes VALUES (33016,'Hialeah','FL','25.887983','-80.332840',-5,1); -INSERT INTO zipcodes VALUES (33017,'Hialeah','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33018,'Hialeah','FL','25.895557','-80.355090',-5,1); -INSERT INTO zipcodes VALUES (33019,'Hollywood','FL','26.018967','-80.122310',-5,1); -INSERT INTO zipcodes VALUES (33020,'Hollywood','FL','26.016984','-80.149250',-5,1); -INSERT INTO zipcodes VALUES (33021,'Hollywood','FL','26.023634','-80.189220',-5,1); -INSERT INTO zipcodes VALUES (33022,'Hollywood','FL','26.013368','-80.144217',-5,1); -INSERT INTO zipcodes VALUES (33023,'Hollywood','FL','25.989119','-80.213180',-5,1); -INSERT INTO zipcodes VALUES (33024,'Hollywood','FL','26.023567','-80.238510',-5,1); -INSERT INTO zipcodes VALUES (33025,'Hollywood','FL','25.990494','-80.273260',-5,1); -INSERT INTO zipcodes VALUES (33026,'Hollywood','FL','26.026700','-80.294430',-5,1); -INSERT INTO zipcodes VALUES (33027,'Hollywood','FL','25.981409','-80.344910',-5,1); -INSERT INTO zipcodes VALUES (33028,'Pembroke Pines','FL','26.018418','-80.347980',-5,1); -INSERT INTO zipcodes VALUES (33029,'Hollywood','FL','26.006373','-80.402120',-5,1); -INSERT INTO zipcodes VALUES (33030,'Homestead','FL','25.479438','-80.486870',-5,1); -INSERT INTO zipcodes VALUES (33031,'Homestead','FL','25.526214','-80.496320',-5,1); -INSERT INTO zipcodes VALUES (33032,'Homestead','FL','25.524528','-80.405210',-5,1); -INSERT INTO zipcodes VALUES (33033,'Homestead','FL','25.487988','-80.426920',-5,1); -INSERT INTO zipcodes VALUES (33034,'Homestead','FL','25.431506','-80.513820',-5,1); -INSERT INTO zipcodes VALUES (33035,'Homestead','FL','25.457913','-80.447810',-5,1); -INSERT INTO zipcodes VALUES (33036,'Islamorada','FL','24.918280','-80.636760',-5,1); -INSERT INTO zipcodes VALUES (33037,'Key Largo','FL','25.137661','-80.407350',-5,1); -INSERT INTO zipcodes VALUES (33039,'Homestead','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33040,'Key West','FL','24.567593','-81.756600',-5,1); -INSERT INTO zipcodes VALUES (33041,'Key West','FL','25.100957','-81.568862',-5,1); -INSERT INTO zipcodes VALUES (33042,'Summerland Key','FL','24.663121','-81.486940',-5,1); -INSERT INTO zipcodes VALUES (33043,'Big Pine Key','FL','24.675731','-81.343590',-5,1); -INSERT INTO zipcodes VALUES (33044,'Sugarloaf Shores','FL','24.664649','-81.565319',-5,1); -INSERT INTO zipcodes VALUES (33045,'Key West','FL','25.100957','-81.568862',-5,1); -INSERT INTO zipcodes VALUES (33047,'West Little River','FL','25.859273','-80.242671',-5,1); -INSERT INTO zipcodes VALUES (33050,'Marathon','FL','24.731758','-81.027800',-5,1); -INSERT INTO zipcodes VALUES (33051,'Key Colony Beach','FL','24.723390','-81.020281',-5,1); -INSERT INTO zipcodes VALUES (33052,'Marathon Shores','FL','24.723283','-81.063249',-5,1); -INSERT INTO zipcodes VALUES (33054,'Opa Locka','FL','25.909039','-80.249450',-5,1); -INSERT INTO zipcodes VALUES (33055,'Opa Locka','FL','25.944220','-80.277300',-5,1); -INSERT INTO zipcodes VALUES (33056,'Opa Locka','FL','25.946754','-80.249620',-5,1); -INSERT INTO zipcodes VALUES (33058,'Lake Lucerne','FL','25.968737','-80.262604',-5,1); -INSERT INTO zipcodes VALUES (33060,'Pompano Beach','FL','26.232009','-80.122110',-5,1); -INSERT INTO zipcodes VALUES (33061,'Pompano Beach','FL','26.253909','-80.134216',-5,1); -INSERT INTO zipcodes VALUES (33062,'Pompano Beach','FL','26.236792','-80.095940',-5,1); -INSERT INTO zipcodes VALUES (33063,'Pompano Beach','FL','26.251909','-80.210160',-5,1); -INSERT INTO zipcodes VALUES (33064,'Pompano Beach','FL','26.279108','-80.113190',-5,1); -INSERT INTO zipcodes VALUES (33065,'Pompano Beach','FL','26.272608','-80.255890',-5,1); -INSERT INTO zipcodes VALUES (33066,'Pompano Beach','FL','26.253238','-80.177990',-5,1); -INSERT INTO zipcodes VALUES (33067,'Pompano Beach','FL','26.300700','-80.227270',-5,1); -INSERT INTO zipcodes VALUES (33068,'Pompano Beach','FL','26.216060','-80.217760',-5,1); -INSERT INTO zipcodes VALUES (33069,'Pompano Beach','FL','26.228760','-80.158160',-5,1); -INSERT INTO zipcodes VALUES (33070,'Tavernier','FL','25.006349','-80.531390',-5,1); -INSERT INTO zipcodes VALUES (33071,'Pompano Beach','FL','26.242559','-80.265640',-5,1); -INSERT INTO zipcodes VALUES (33072,'Pompano Beach','FL','26.233459','-80.092365',-5,1); -INSERT INTO zipcodes VALUES (33073,'Pompano Beach','FL','26.305433','-80.182870',-5,1); -INSERT INTO zipcodes VALUES (33074,'Pompano Beach','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33075,'Pompano Beach','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33076,'Pompano Beach','FL','26.301160','-80.273100',-5,1); -INSERT INTO zipcodes VALUES (33077,'Pompano Beach','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33081,'Hollywood','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33082,'Pembroke Pines','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33083,'Hollywood','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33084,'Pembroke Pines','FL','26.289057','-80.129816',-5,1); -INSERT INTO zipcodes VALUES (33090,'Homestead','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33092,'Homestead','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33093,'Pompano Beach','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33097,'Pompano Beach','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33101,'Miami','FL','25.779076','-80.197820',-5,1); -INSERT INTO zipcodes VALUES (33102,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33107,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33109,'Miami Beach','FL','25.759474','-80.139070',-5,1); -INSERT INTO zipcodes VALUES (33110,'Miami','FL','25.846874','-80.208270',-5,1); -INSERT INTO zipcodes VALUES (33111,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33114,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33116,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33119,'Miami Beach','FL','25.784526','-80.131967',-5,1); -INSERT INTO zipcodes VALUES (33121,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33122,'Miami','FL','25.799962','-80.317750',-5,1); -INSERT INTO zipcodes VALUES (33124,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33125,'Miami','FL','25.782176','-80.236070',-5,1); -INSERT INTO zipcodes VALUES (33126,'Miami','FL','25.777977','-80.297180',-5,1); -INSERT INTO zipcodes VALUES (33127,'Miami','FL','25.813808','-80.205800',-5,1); -INSERT INTO zipcodes VALUES (33128,'Miami','FL','25.777143','-80.202250',-5,1); -INSERT INTO zipcodes VALUES (33129,'Miami','FL','25.757227','-80.206560',-5,1); -INSERT INTO zipcodes VALUES (33130,'Miami','FL','25.768277','-80.203390',-5,1); -INSERT INTO zipcodes VALUES (33131,'Miami','FL','25.767368','-80.189300',-5,1); -INSERT INTO zipcodes VALUES (33132,'Miami','FL','25.784326','-80.187530',-5,1); -INSERT INTO zipcodes VALUES (33133,'Miami','FL','25.730678','-80.244100',-5,1); -INSERT INTO zipcodes VALUES (33134,'Miami','FL','25.753927','-80.270340',-5,1); -INSERT INTO zipcodes VALUES (33135,'Miami','FL','25.766577','-80.235760',-5,1); -INSERT INTO zipcodes VALUES (33136,'Miami','FL','25.786326','-80.202900',-5,1); -INSERT INTO zipcodes VALUES (33137,'Miami','FL','25.817325','-80.190460',-5,1); -INSERT INTO zipcodes VALUES (33138,'Miami','FL','25.853184','-80.186220',-5,1); -INSERT INTO zipcodes VALUES (33139,'Miami Beach','FL','25.784276','-80.141260',-5,1); -INSERT INTO zipcodes VALUES (33140,'Miami Beach','FL','25.814225','-80.130850',-5,1); -INSERT INTO zipcodes VALUES (33141,'Miami Beach','FL','25.858573','-80.129730',-5,1); -INSERT INTO zipcodes VALUES (33142,'Miami','FL','25.812625','-80.236900',-5,1); -INSERT INTO zipcodes VALUES (33143,'Miami','FL','25.702929','-80.296420',-5,1); -INSERT INTO zipcodes VALUES (33144,'Miami','FL','25.762260','-80.308390',-5,1); -INSERT INTO zipcodes VALUES (33145,'Miami','FL','25.753177','-80.233270',-5,1); -INSERT INTO zipcodes VALUES (33146,'Miami','FL','25.720728','-80.272550',-5,1); -INSERT INTO zipcodes VALUES (33147,'Miami','FL','25.850124','-80.237730',-5,1); -INSERT INTO zipcodes VALUES (33148,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33149,'Key Biscayne','FL','25.700966','-80.161950',-5,1); -INSERT INTO zipcodes VALUES (33150,'Miami','FL','25.851974','-80.205660',-5,1); -INSERT INTO zipcodes VALUES (33151,'Miami','FL','25.832074','-80.209420',-5,1); -INSERT INTO zipcodes VALUES (33152,'Miami','FL','25.795476','-80.312873',-5,1); -INSERT INTO zipcodes VALUES (33153,'Miami','FL','25.865523','-80.193619',-5,1); -INSERT INTO zipcodes VALUES (33154,'Miami','FL','25.881391','-80.127600',-5,1); -INSERT INTO zipcodes VALUES (33155,'Miami','FL','25.739011','-80.306850',-5,1); -INSERT INTO zipcodes VALUES (33156,'Miami','FL','25.665580','-80.306880',-5,1); -INSERT INTO zipcodes VALUES (33157,'Miami','FL','25.606583','-80.348590',-5,1); -INSERT INTO zipcodes VALUES (33158,'Miami','FL','25.637132','-80.316410',-5,1); -INSERT INTO zipcodes VALUES (33159,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33160,'North Miami Beach','FL','25.941535','-80.138610',-5,1); -INSERT INTO zipcodes VALUES (33161,'Miami','FL','25.893372','-80.181640',-5,1); -INSERT INTO zipcodes VALUES (33162,'Miami','FL','25.929571','-80.178390',-5,1); -INSERT INTO zipcodes VALUES (33163,'Miami','FL','25.944970','-80.214520',-5,1); -INSERT INTO zipcodes VALUES (33164,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33165,'Miami','FL','25.734828','-80.358300',-5,1); -INSERT INTO zipcodes VALUES (33166,'Miami','FL','25.824725','-80.304760',-5,1); -INSERT INTO zipcodes VALUES (33167,'Miami','FL','25.885739','-80.232640',-5,1); -INSERT INTO zipcodes VALUES (33168,'Miami','FL','25.892185','-80.210320',-5,1); -INSERT INTO zipcodes VALUES (33169,'Miami','FL','25.942670','-80.212760',-5,1); -INSERT INTO zipcodes VALUES (33170,'Miami','FL','25.559785','-80.416640',-5,1); -INSERT INTO zipcodes VALUES (33172,'Miami','FL','25.786634','-80.361510',-5,1); -INSERT INTO zipcodes VALUES (33173,'Miami','FL','25.702429','-80.361840',-5,1); -INSERT INTO zipcodes VALUES (33174,'Miami','FL','25.763044','-80.359190',-5,1); -INSERT INTO zipcodes VALUES (33175,'Miami','FL','25.733204','-80.411970',-5,1); -INSERT INTO zipcodes VALUES (33176,'Miami','FL','25.653431','-80.359990',-5,1); -INSERT INTO zipcodes VALUES (33177,'Miami','FL','25.595983','-80.402340',-5,1); -INSERT INTO zipcodes VALUES (33178,'Miami','FL','25.837696','-80.369470',-5,1); -INSERT INTO zipcodes VALUES (33179,'Miami','FL','25.958720','-80.179410',-5,1); -INSERT INTO zipcodes VALUES (33180,'Miami','FL','25.962069','-80.144650',-5,1); -INSERT INTO zipcodes VALUES (33181,'Miami','FL','25.897372','-80.160480',-5,1); -INSERT INTO zipcodes VALUES (33182,'Miami','FL','25.781127','-80.404670',-5,1); -INSERT INTO zipcodes VALUES (33183,'Miami','FL','25.699968','-80.408110',-5,1); -INSERT INTO zipcodes VALUES (33184,'Miami','FL','25.759184','-80.407730',-5,1); -INSERT INTO zipcodes VALUES (33185,'Miami','FL','25.723173','-80.439950',-5,1); -INSERT INTO zipcodes VALUES (33186,'Miami','FL','25.662292','-80.409470',-5,1); -INSERT INTO zipcodes VALUES (33187,'Miami','FL','25.596234','-80.476500',-5,1); -INSERT INTO zipcodes VALUES (33188,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33189,'Miami','FL','25.574834','-80.346700',-5,1); -INSERT INTO zipcodes VALUES (33190,'Miami','FL','25.560710','-80.349400',-5,1); -INSERT INTO zipcodes VALUES (33192,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33193,'Miami','FL','25.700280','-80.447210',-5,1); -INSERT INTO zipcodes VALUES (33194,'Miami','FL','25.745549','-80.465100',-5,1); -INSERT INTO zipcodes VALUES (33195,'Miami','FL','25.772876','-80.187019',-5,1); -INSERT INTO zipcodes VALUES (33196,'Miami','FL','25.650232','-80.459250',-5,1); -INSERT INTO zipcodes VALUES (33197,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33199,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33201,'Hollywood','FL','26.013768','-80.206869',-5,1); -INSERT INTO zipcodes VALUES (33231,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33233,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33234,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33238,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33239,'Miami Beach','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33242,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33243,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33245,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33247,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33255,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33256,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33257,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33261,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33265,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33266,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33269,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33280,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33283,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33296,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33299,'Miami','FL','25.558428','-80.458168',-5,1); -INSERT INTO zipcodes VALUES (33301,'Fort Lauderdale','FL','26.121114','-80.131870',-5,1); -INSERT INTO zipcodes VALUES (33302,'Fort Lauderdale','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33303,'Fort Lauderdale','FL','26.196911','-80.095165',-5,1); -INSERT INTO zipcodes VALUES (33304,'Fort Lauderdale','FL','26.137693','-80.126460',-5,1); -INSERT INTO zipcodes VALUES (33305,'Fort Lauderdale','FL','26.153728','-80.126060',-5,1); -INSERT INTO zipcodes VALUES (33306,'Fort Lauderdale','FL','26.165212','-80.113790',-5,1); -INSERT INTO zipcodes VALUES (33307,'Fort Lauderdale','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33308,'Fort Lauderdale','FL','26.191111','-80.108460',-5,1); -INSERT INTO zipcodes VALUES (33309,'Fort Lauderdale','FL','26.185461','-80.172180',-5,1); -INSERT INTO zipcodes VALUES (33310,'Fort Lauderdale','FL','26.144263','-80.206919',-5,1); -INSERT INTO zipcodes VALUES (33311,'Fort Lauderdale','FL','26.138830','-80.168650',-5,1); -INSERT INTO zipcodes VALUES (33312,'Fort Lauderdale','FL','26.094665','-80.179870',-5,1); -INSERT INTO zipcodes VALUES (33313,'Fort Lauderdale','FL','26.148613','-80.224460',-5,1); -INSERT INTO zipcodes VALUES (33314,'Fort Lauderdale','FL','26.067966','-80.220160',-5,1); -INSERT INTO zipcodes VALUES (33315,'Fort Lauderdale','FL','26.094385','-80.154220',-5,1); -INSERT INTO zipcodes VALUES (33316,'Fort Lauderdale','FL','26.101114','-80.129310',-5,1); -INSERT INTO zipcodes VALUES (33317,'Fort Lauderdale','FL','26.113664','-80.223760',-5,1); -INSERT INTO zipcodes VALUES (33318,'Fort Lauderdale','FL','26.118420','-80.251988',-5,1); -INSERT INTO zipcodes VALUES (33319,'Fort Lauderdale','FL','26.183628','-80.221220',-5,1); -INSERT INTO zipcodes VALUES (33320,'Fort Lauderdale','FL','26.162462','-80.258220',-5,1); -INSERT INTO zipcodes VALUES (33321,'Fort Lauderdale','FL','26.211122','-80.263100',-5,1); -INSERT INTO zipcodes VALUES (33322,'Fort Lauderdale','FL','26.150863','-80.272840',-5,1); -INSERT INTO zipcodes VALUES (33323,'Fort Lauderdale','FL','26.156854','-80.314080',-5,1); -INSERT INTO zipcodes VALUES (33324,'Fort Lauderdale','FL','26.110631','-80.274690',-5,1); -INSERT INTO zipcodes VALUES (33325,'Fort Lauderdale','FL','26.112924','-80.320970',-5,1); -INSERT INTO zipcodes VALUES (33326,'Weston','FL','26.112366','-80.376970',-5,1); -INSERT INTO zipcodes VALUES (33327,'Weston','FL','26.120134','-80.414410',-5,1); -INSERT INTO zipcodes VALUES (33328,'Fort Lauderdale','FL','26.062016','-80.272020',-5,1); -INSERT INTO zipcodes VALUES (33329,'Fort Lauderdale','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33330,'Fort Lauderdale','FL','26.054790','-80.315810',-5,1); -INSERT INTO zipcodes VALUES (33331,'Fort Lauderdale','FL','26.056111','-80.363730',-5,1); -INSERT INTO zipcodes VALUES (33332,'Fort Lauderdale','FL','26.049367','-80.408850',-5,1); -INSERT INTO zipcodes VALUES (33334,'Fort Lauderdale','FL','26.182161','-80.133410',-5,1); -INSERT INTO zipcodes VALUES (33335,'Fort Lauderdale','FL','26.089215','-80.335973',-5,1); -INSERT INTO zipcodes VALUES (33337,'Fort Lauderdale','FL','26.129013','-80.260071',-5,1); -INSERT INTO zipcodes VALUES (33338,'Fort Lauderdale','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33339,'Fort Lauderdale','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33340,'Fort Lauderdale','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33345,'Fort Lauderdale','FL','26.165424','-80.295890',-5,1); -INSERT INTO zipcodes VALUES (33346,'Fort Lauderdale','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33348,'Fort Lauderdale','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33349,'Fort Lauderdale','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33351,'Fort Lauderdale','FL','26.179495','-80.271830',-5,1); -INSERT INTO zipcodes VALUES (33352,'Pine Island Ridge','FL','26.094025','-80.273961',-5,1); -INSERT INTO zipcodes VALUES (33355,'Fort Lauderdale','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33359,'Fort Lauderdale','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33380,'Winter Haven','FL','28.017179','-81.754949',-5,1); -INSERT INTO zipcodes VALUES (33388,'Fort Lauderdale','FL','26.120714','-80.253260',-5,1); -INSERT INTO zipcodes VALUES (33394,'Fort Lauderdale','FL','26.121364','-80.139160',-5,1); -INSERT INTO zipcodes VALUES (33401,'West Palm Beach','FL','26.711192','-80.060430',-5,1); -INSERT INTO zipcodes VALUES (33402,'West Palm Beach','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33403,'West Palm Beach','FL','26.802139','-80.070320',-5,1); -INSERT INTO zipcodes VALUES (33404,'West Palm Beach','FL','26.782114','-80.065280',-5,1); -INSERT INTO zipcodes VALUES (33405,'West Palm Beach','FL','26.669744','-80.058500',-5,1); -INSERT INTO zipcodes VALUES (33406,'West Palm Beach','FL','26.659294','-80.091180',-5,1); -INSERT INTO zipcodes VALUES (33407,'West Palm Beach','FL','26.750991','-80.072960',-5,1); -INSERT INTO zipcodes VALUES (33408,'North Palm Beach','FL','26.840684','-80.063120',-5,1); -INSERT INTO zipcodes VALUES (33409,'West Palm Beach','FL','26.709575','-80.094430',-5,1); -INSERT INTO zipcodes VALUES (33410,'West Palm Beach','FL','26.839588','-80.088240',-5,1); -INSERT INTO zipcodes VALUES (33411,'West Palm Beach','FL','26.719596','-80.220770',-5,1); -INSERT INTO zipcodes VALUES (33412,'West Palm Beach','FL','26.795367','-80.240440',-5,1); -INSERT INTO zipcodes VALUES (33413,'West Palm Beach','FL','26.668944','-80.147210',-5,1); -INSERT INTO zipcodes VALUES (33414,'West Palm Beach','FL','26.656710','-80.253770',-5,1); -INSERT INTO zipcodes VALUES (33415,'West Palm Beach','FL','26.659344','-80.127040',-5,1); -INSERT INTO zipcodes VALUES (33416,'West Palm Beach','FL','26.665394','-80.092864',-5,1); -INSERT INTO zipcodes VALUES (33417,'West Palm Beach','FL','26.715596','-80.126200',-5,1); -INSERT INTO zipcodes VALUES (33418,'West Palm Beach','FL','26.877984','-80.160520',-5,1); -INSERT INTO zipcodes VALUES (33419,'West Palm Beach','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33420,'West Palm Beach','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33421,'West Palm Beach','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33422,'West Palm Beach','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33424,'Boynton Beach','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33425,'Boynton Beach','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33426,'Boynton Beach','FL','26.529581','-80.082260',-5,1); -INSERT INTO zipcodes VALUES (33427,'Boca Raton','FL','26.375954','-80.107170',-5,1); -INSERT INTO zipcodes VALUES (33428,'Boca Raton','FL','26.348354','-80.218410',-5,1); -INSERT INTO zipcodes VALUES (33429,'Boca Raton','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33430,'Belle Glade','FL','26.685125','-80.662790',-5,1); -INSERT INTO zipcodes VALUES (33431,'Boca Raton','FL','26.381304','-80.096230',-5,1); -INSERT INTO zipcodes VALUES (33432,'Boca Raton','FL','26.347305','-80.085520',-5,1); -INSERT INTO zipcodes VALUES (33433,'Boca Raton','FL','26.347711','-80.156480',-5,1); -INSERT INTO zipcodes VALUES (33434,'Boca Raton','FL','26.382408','-80.166990',-5,1); -INSERT INTO zipcodes VALUES (33435,'Boynton Beach','FL','26.524549','-80.063210',-5,1); -INSERT INTO zipcodes VALUES (33436,'Boynton Beach','FL','26.530144','-80.104610',-5,1); -INSERT INTO zipcodes VALUES (33437,'Boynton Beach','FL','26.522249','-80.150310',-5,1); -INSERT INTO zipcodes VALUES (33438,'Canal Point','FL','26.900359','-80.603680',-5,1); -INSERT INTO zipcodes VALUES (33439,'Bryant','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33440,'Clewiston','FL','26.714088','-80.997300',-5,1); -INSERT INTO zipcodes VALUES (33441,'Deerfield Beach','FL','26.309657','-80.095410',-5,1); -INSERT INTO zipcodes VALUES (33442,'Deerfield Beach','FL','26.309757','-80.145480',-5,1); -INSERT INTO zipcodes VALUES (33443,'Deerfield Beach','FL','26.145724','-80.448254',-5,1); -INSERT INTO zipcodes VALUES (33444,'Delray Beach','FL','26.460951','-80.078910',-5,1); -INSERT INTO zipcodes VALUES (33445,'Delray Beach','FL','26.459571','-80.105820',-5,1); -INSERT INTO zipcodes VALUES (33446,'Delray Beach','FL','26.452473','-80.165090',-5,1); -INSERT INTO zipcodes VALUES (33447,'Delray Beach','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33448,'Delray Beach','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33452,'Lantana','FL','26.590609','-80.052663',-5,1); -INSERT INTO zipcodes VALUES (33454,'Lake Worth','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33455,'Hobe Sound','FL','27.076516','-80.146970',-5,1); -INSERT INTO zipcodes VALUES (33458,'Jupiter','FL','26.928035','-80.118030',-5,1); -INSERT INTO zipcodes VALUES (33459,'Lake Harbor','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33460,'Lake Worth','FL','26.619695','-80.056760',-5,1); -INSERT INTO zipcodes VALUES (33461,'Lake Worth','FL','26.621145','-80.089760',-5,1); -INSERT INTO zipcodes VALUES (33462,'Lake Worth','FL','26.579714','-80.074370',-5,1); -INSERT INTO zipcodes VALUES (33463,'Lake Worth','FL','26.609226','-80.128740',-5,1); -INSERT INTO zipcodes VALUES (33464,'Lake Worth','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33465,'Lake Worth','FL','26.628272','-80.132569',-5,1); -INSERT INTO zipcodes VALUES (33466,'Lake Worth','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33467,'Lake Worth','FL','26.601937','-80.179210',-5,1); -INSERT INTO zipcodes VALUES (33468,'Jupiter','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33469,'Jupiter','FL','26.968795','-80.099400',-5,1); -INSERT INTO zipcodes VALUES (33470,'Loxahatchee','FL','26.751094','-80.301560',-5,1); -INSERT INTO zipcodes VALUES (33471,'Moore Haven','FL','26.844989','-81.110500',-5,1); -INSERT INTO zipcodes VALUES (33474,'Boynton Beach','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33475,'Hobe Sound','FL','27.110182','-80.454196',-5,1); -INSERT INTO zipcodes VALUES (33476,'Pahokee','FL','26.817786','-80.654250',-5,1); -INSERT INTO zipcodes VALUES (33477,'Jupiter','FL','26.924709','-80.081190',-5,1); -INSERT INTO zipcodes VALUES (33478,'Jupiter','FL','26.925835','-80.215260',-5,1); -INSERT INTO zipcodes VALUES (33480,'Palm Beach','FL','26.715067','-80.039370',-5,1); -INSERT INTO zipcodes VALUES (33481,'Boca Raton','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33482,'Delray Beach','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33483,'Delray Beach','FL','26.465051','-80.065170',-5,1); -INSERT INTO zipcodes VALUES (33484,'Delray Beach','FL','26.458152','-80.135600',-5,1); -INSERT INTO zipcodes VALUES (33486,'Boca Raton','FL','26.344955','-80.112260',-5,1); -INSERT INTO zipcodes VALUES (33487,'Boca Raton','FL','26.409953','-80.088410',-5,1); -INSERT INTO zipcodes VALUES (33488,'Boca Raton','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33493,'South Bay','FL','26.663097','-80.718270',-5,1); -INSERT INTO zipcodes VALUES (33496,'Boca Raton','FL','26.404353','-80.162700',-5,1); -INSERT INTO zipcodes VALUES (33497,'Boca Raton','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33498,'Boca Raton','FL','26.391346','-80.218240',-5,1); -INSERT INTO zipcodes VALUES (33499,'Boca Raton','FL','26.645895','-80.430269',-5,1); -INSERT INTO zipcodes VALUES (33501,'Brandon','FL','27.929731','-82.315058',-5,1); -INSERT INTO zipcodes VALUES (33503,'Balm','FL','27.764761','-82.273409',-5,1); -INSERT INTO zipcodes VALUES (33509,'Brandon','FL','28.119579','-82.451959',-5,1); -INSERT INTO zipcodes VALUES (33510,'Brandon','FL','27.953801','-82.297480',-5,1); -INSERT INTO zipcodes VALUES (33511,'Brandon','FL','27.911201','-82.294800',-5,1); -INSERT INTO zipcodes VALUES (33513,'Bushnell','FL','28.663132','-82.140420',-5,1); -INSERT INTO zipcodes VALUES (33514,'Center Hill','FL','28.654412','-81.982780',-5,1); -INSERT INTO zipcodes VALUES (33515,'Fort Lauderdale','FL','26.092115','-80.163418',-5,1); -INSERT INTO zipcodes VALUES (33521,'Coleman','FL','28.805331','-82.073710',-5,1); -INSERT INTO zipcodes VALUES (33523,'Dade City','FL','28.433019','-82.197360',-5,1); -INSERT INTO zipcodes VALUES (33524,'Crystal Springs','FL','28.182209','-82.152341',-5,1); -INSERT INTO zipcodes VALUES (33525,'Dade City','FL','28.346914','-82.202930',-5,1); -INSERT INTO zipcodes VALUES (33526,'Dade City','FL','28.310134','-82.247783',-5,1); -INSERT INTO zipcodes VALUES (33527,'Dover','FL','27.987060','-82.213570',-5,1); -INSERT INTO zipcodes VALUES (33528,'Lake Panasoffkee','FL','28.801617','-82.133869',-5,1); -INSERT INTO zipcodes VALUES (33530,'Durant','FL','27.906823','-82.176749',-5,1); -INSERT INTO zipcodes VALUES (33534,'Gibsonton','FL','27.837894','-82.374070',-5,1); -INSERT INTO zipcodes VALUES (33537,'Lacoochee','FL','28.324796','-82.481766',-5,1); -INSERT INTO zipcodes VALUES (33538,'Lake Panasoffkee','FL','28.835261','-82.148180',-5,1); -INSERT INTO zipcodes VALUES (33539,'Zephyrhills','FL','28.213050','-82.165680',-5,1); -INSERT INTO zipcodes VALUES (33540,'Zephyrhills','FL','28.235313','-82.168680',-5,1); -INSERT INTO zipcodes VALUES (33541,'Zephyrhills','FL','28.234624','-82.200220',-5,1); -INSERT INTO zipcodes VALUES (33542,'Zephyrhills','FL','28.238489','-82.181913',-5,1); -INSERT INTO zipcodes VALUES (33543,'Zephyrhills','FL','28.187356','-82.316010',-5,1); -INSERT INTO zipcodes VALUES (33544,'Zephyrhills','FL','28.266580','-82.342220',-5,1); -INSERT INTO zipcodes VALUES (33547,'Lithia','FL','27.788498','-82.150800',-5,1); -INSERT INTO zipcodes VALUES (33548,'Lutz','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33549,'Lutz','FL','28.142694','-82.466290',-5,1); -INSERT INTO zipcodes VALUES (33550,'Mango','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33556,'Odessa','FL','28.143377','-82.590540',-5,1); -INSERT INTO zipcodes VALUES (33558,'Land O\' Lakes','FL','28.157704','-82.514615',-5,1); -INSERT INTO zipcodes VALUES (33559,'Land O\' Lakes','FL','28.156536','-82.415275',-5,1); -INSERT INTO zipcodes VALUES (33563,'Plant City','FL','28.016971','-82.128584',-5,1); -INSERT INTO zipcodes VALUES (33564,'Plant City','FL','28.029627','-82.134741',-5,1); -INSERT INTO zipcodes VALUES (33565,'Plant City','FL','28.065552','-82.145060',-5,1); -INSERT INTO zipcodes VALUES (33566,'Plant City','FL','28.013755','-82.116850',-5,1); -INSERT INTO zipcodes VALUES (33567,'Plant City','FL','27.982949','-82.145390',-5,1); -INSERT INTO zipcodes VALUES (33568,'Riverview','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33569,'Riverview','FL','27.847802','-82.317990',-5,1); -INSERT INTO zipcodes VALUES (33570,'Ruskin','FL','27.703801','-82.443850',-5,1); -INSERT INTO zipcodes VALUES (33571,'Sun City Center','FL','27.720111','-82.453041',-5,1); -INSERT INTO zipcodes VALUES (33572,'Apollo Beach','FL','27.771988','-82.410780',-5,1); -INSERT INTO zipcodes VALUES (33573,'Sun City Center','FL','27.713353','-82.359650',-5,1); -INSERT INTO zipcodes VALUES (33574,'Saint Leo','FL','28.334752','-82.269323',-5,1); -INSERT INTO zipcodes VALUES (33576,'San Antonio','FL','28.331979','-82.288770',-5,1); -INSERT INTO zipcodes VALUES (33578,'St. Leo','FL','28.331186','-82.252917',-5,1); -INSERT INTO zipcodes VALUES (33583,'Seffner','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33584,'Seffner','FL','27.987925','-82.288190',-5,1); -INSERT INTO zipcodes VALUES (33585,'Sumterville','FL','28.754347','-82.061260',-5,1); -INSERT INTO zipcodes VALUES (33586,'Sun City','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33587,'Sydney','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33592,'Thonotosassa','FL','28.077843','-82.298370',-5,1); -INSERT INTO zipcodes VALUES (33593,'Trilby','FL','28.324796','-82.481766',-5,1); -INSERT INTO zipcodes VALUES (33594,'Valrico','FL','27.911226','-82.245080',-5,1); -INSERT INTO zipcodes VALUES (33595,'Valrico','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33597,'Webster','FL','28.568393','-82.150530',-5,1); -INSERT INTO zipcodes VALUES (33598,'Wimauma','FL','27.693924','-82.327580',-5,1); -INSERT INTO zipcodes VALUES (33599,'Punta Gorda','FL','26.871443','-82.007115',-5,1); -INSERT INTO zipcodes VALUES (33601,'Tampa','FL','27.996097','-82.582035',-5,1); -INSERT INTO zipcodes VALUES (33602,'Tampa','FL','27.956149','-82.457230',-5,1); -INSERT INTO zipcodes VALUES (33603,'Tampa','FL','27.984198','-82.462700',-5,1); -INSERT INTO zipcodes VALUES (33604,'Tampa','FL','28.016846','-82.456600',-5,1); -INSERT INTO zipcodes VALUES (33605,'Tampa','FL','27.963849','-82.431930',-5,1); -INSERT INTO zipcodes VALUES (33606,'Tampa','FL','27.936799','-82.469110',-5,1); -INSERT INTO zipcodes VALUES (33607,'Tampa','FL','27.963798','-82.495370',-5,1); -INSERT INTO zipcodes VALUES (33608,'Tampa','FL','27.843430','-82.488413',-5,1); -INSERT INTO zipcodes VALUES (33609,'Tampa','FL','27.943549','-82.506560',-5,1); -INSERT INTO zipcodes VALUES (33610,'Tampa','FL','27.993498','-82.409140',-5,1); -INSERT INTO zipcodes VALUES (33611,'Tampa','FL','27.891151','-82.505810',-5,1); -INSERT INTO zipcodes VALUES (33612,'Tampa','FL','28.048595','-82.451710',-5,1); -INSERT INTO zipcodes VALUES (33613,'Tampa','FL','28.077994','-82.449890',-5,1); -INSERT INTO zipcodes VALUES (33614,'Tampa','FL','28.006247','-82.506320',-5,1); -INSERT INTO zipcodes VALUES (33615,'Tampa','FL','28.005446','-82.577760',-5,1); -INSERT INTO zipcodes VALUES (33616,'Tampa','FL','27.869251','-82.522260',-5,1); -INSERT INTO zipcodes VALUES (33617,'Tampa','FL','28.039096','-82.393710',-5,1); -INSERT INTO zipcodes VALUES (33618,'Tampa','FL','28.071502','-82.493920',-5,1); -INSERT INTO zipcodes VALUES (33619,'Tampa','FL','27.946050','-82.375250',-5,1); -INSERT INTO zipcodes VALUES (33620,'Tampa','FL','28.062961','-82.413140',-5,1); -INSERT INTO zipcodes VALUES (33621,'Tampa','FL','27.855078','-82.524640',-5,1); -INSERT INTO zipcodes VALUES (33622,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33623,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33624,'Tampa','FL','28.075060','-82.523550',-5,1); -INSERT INTO zipcodes VALUES (33625,'Tampa','FL','28.069755','-82.557340',-5,1); -INSERT INTO zipcodes VALUES (33626,'Tampa','FL','28.052799','-82.611350',-5,1); -INSERT INTO zipcodes VALUES (33629,'Tampa','FL','27.920850','-82.509160',-5,1); -INSERT INTO zipcodes VALUES (33630,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33631,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33633,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33634,'Tampa','FL','28.005497','-82.549360',-5,1); -INSERT INTO zipcodes VALUES (33635,'Tampa','FL','28.031088','-82.605930',-5,1); -INSERT INTO zipcodes VALUES (33637,'Tampa','FL','28.038324','-82.362890',-5,1); -INSERT INTO zipcodes VALUES (33643,'Tampa','FL','28.130402','-82.337751',-5,1); -INSERT INTO zipcodes VALUES (33647,'Tampa','FL','28.127973','-82.361230',-5,1); -INSERT INTO zipcodes VALUES (33650,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33651,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33655,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33659,'Palm River-Clair Mel','FL','27.894362','-82.338911',-5,1); -INSERT INTO zipcodes VALUES (33660,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33661,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33662,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33663,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33664,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33672,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33673,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33674,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33675,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33677,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33679,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33680,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33681,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33682,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33684,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33685,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33686,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33687,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33688,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33689,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33690,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33694,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33697,'Tampa','FL','27.871964','-82.438841',-5,1); -INSERT INTO zipcodes VALUES (33701,'Saint Petersburg','FL','27.770955','-82.639310',-5,1); -INSERT INTO zipcodes VALUES (33702,'Saint Petersburg','FL','27.843052','-82.644900',-5,1); -INSERT INTO zipcodes VALUES (33703,'Saint Petersburg','FL','27.816977','-82.627950',-5,1); -INSERT INTO zipcodes VALUES (33704,'Saint Petersburg','FL','27.796454','-82.637510',-5,1); -INSERT INTO zipcodes VALUES (33705,'Saint Petersburg','FL','27.741306','-82.643490',-5,1); -INSERT INTO zipcodes VALUES (33706,'Saint Petersburg','FL','27.741505','-82.751790',-5,1); -INSERT INTO zipcodes VALUES (33707,'Saint Petersburg','FL','27.756505','-82.717640',-5,1); -INSERT INTO zipcodes VALUES (33708,'Saint Petersburg','FL','27.811626','-82.793210',-5,1); -INSERT INTO zipcodes VALUES (33709,'Saint Petersburg','FL','27.815953','-82.728650',-5,1); -INSERT INTO zipcodes VALUES (33710,'Saint Petersburg','FL','27.788637','-82.722440',-5,1); -INSERT INTO zipcodes VALUES (33711,'Saint Petersburg','FL','27.750655','-82.688200',-5,1); -INSERT INTO zipcodes VALUES (33712,'Saint Petersburg','FL','27.745355','-82.665720',-5,1); -INSERT INTO zipcodes VALUES (33713,'Saint Petersburg','FL','27.787904','-82.680390',-5,1); -INSERT INTO zipcodes VALUES (33714,'Saint Petersburg','FL','27.817323','-82.676120',-5,1); -INSERT INTO zipcodes VALUES (33715,'Saint Petersburg','FL','27.683010','-82.720960',-5,1); -INSERT INTO zipcodes VALUES (33716,'Saint Petersburg','FL','27.874324','-82.645150',-5,1); -INSERT INTO zipcodes VALUES (33728,'Saint Petersburg','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33729,'Saint Petersburg','FL','27.881909','-82.664359',-5,1); -INSERT INTO zipcodes VALUES (33730,'Saint Petersburg','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33731,'Saint Petersburg','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33732,'Saint Petersburg','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33733,'Saint Petersburg','FL','27.925755','-82.752110',-5,1); -INSERT INTO zipcodes VALUES (33734,'Saint Petersburg','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33736,'Saint Petersburg','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33737,'Saint Petersburg','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33738,'Saint Petersburg','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33740,'Saint Petersburg','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33741,'Saint Petersburg','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33742,'Saint Petersburg','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33743,'Saint Petersburg','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33744,'Bay Pines','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33747,'Saint Petersburg','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33755,'Clearwater','FL','27.979114','-82.781660',-5,1); -INSERT INTO zipcodes VALUES (33756,'Clearwater','FL','27.944631','-82.787020',-5,1); -INSERT INTO zipcodes VALUES (33757,'Clearwater','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33758,'Clearwater','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33759,'Clearwater','FL','27.980297','-82.716450',-5,1); -INSERT INTO zipcodes VALUES (33760,'Clearwater','FL','27.908020','-82.713650',-5,1); -INSERT INTO zipcodes VALUES (33761,'Clearwater','FL','28.032827','-82.725960',-5,1); -INSERT INTO zipcodes VALUES (33762,'Clearwater','FL','27.883118','-82.683890',-5,1); -INSERT INTO zipcodes VALUES (33763,'Clearwater','FL','28.001394','-82.745490',-5,1); -INSERT INTO zipcodes VALUES (33764,'Clearwater','FL','27.932797','-82.741150',-5,1); -INSERT INTO zipcodes VALUES (33765,'Clearwater','FL','27.971362','-82.744820',-5,1); -INSERT INTO zipcodes VALUES (33766,'Clearwater','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33767,'Clearwater Beach','FL','27.982722','-82.825040',-5,1); -INSERT INTO zipcodes VALUES (33769,'Clearwater','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33770,'Largo','FL','27.916149','-82.801220',-5,1); -INSERT INTO zipcodes VALUES (33771,'Largo','FL','27.906088','-82.755300',-5,1); -INSERT INTO zipcodes VALUES (33772,'Seminole','FL','27.843349','-82.793070',-5,1); -INSERT INTO zipcodes VALUES (33773,'Largo','FL','27.883188','-82.756330',-5,1); -INSERT INTO zipcodes VALUES (33774,'Largo','FL','27.885283','-82.826070',-5,1); -INSERT INTO zipcodes VALUES (33775,'Seminole','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33776,'Seminole','FL','27.853151','-82.827120',-5,1); -INSERT INTO zipcodes VALUES (33777,'Largo','FL','27.851052','-82.761110',-5,1); -INSERT INTO zipcodes VALUES (33778,'Largo','FL','27.885344','-82.795940',-5,1); -INSERT INTO zipcodes VALUES (33779,'Largo','FL','27.839698','-82.772483',-5,1); -INSERT INTO zipcodes VALUES (33780,'Pinellas Park','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33781,'Pinellas Park','FL','27.839802','-82.710940',-5,1); -INSERT INTO zipcodes VALUES (33782,'Pinellas Park','FL','27.861925','-82.711450',-5,1); -INSERT INTO zipcodes VALUES (33784,'Saint Petersburg','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (33785,'Indian Rocks Beach','FL','27.887923','-82.847030',-5,1); -INSERT INTO zipcodes VALUES (33786,'Belleair Beach','FL','27.924748','-82.839370',-5,1); -INSERT INTO zipcodes VALUES (33801,'Lakeland','FL','28.041198','-81.923920',-5,1); -INSERT INTO zipcodes VALUES (33802,'Lakeland','FL','28.020992','-81.985185',-5,1); -INSERT INTO zipcodes VALUES (33803,'Lakeland','FL','28.015032','-81.952060',-5,1); -INSERT INTO zipcodes VALUES (33804,'Lakeland','FL','28.002553','-81.618640',-5,1); -INSERT INTO zipcodes VALUES (33805,'Lakeland','FL','28.071564','-81.958020',-5,1); -INSERT INTO zipcodes VALUES (33806,'Lakeland','FL','28.002553','-81.618640',-5,1); -INSERT INTO zipcodes VALUES (33807,'Lakeland','FL','28.002553','-81.618640',-5,1); -INSERT INTO zipcodes VALUES (33809,'Lakeland','FL','28.128494','-81.956250',-5,1); -INSERT INTO zipcodes VALUES (33810,'Lakeland','FL','28.106787','-82.010330',-5,1); -INSERT INTO zipcodes VALUES (33811,'Lakeland','FL','27.978316','-82.008410',-5,1); -INSERT INTO zipcodes VALUES (33813,'Lakeland','FL','27.965469','-81.922150',-5,1); -INSERT INTO zipcodes VALUES (33815,'Lakeland','FL','28.042948','-81.984900',-5,1); -INSERT INTO zipcodes VALUES (33820,'Alturas','FL','28.002553','-81.618640',-5,1); -INSERT INTO zipcodes VALUES (33823,'Auburndale','FL','28.068865','-81.802670',-5,1); -INSERT INTO zipcodes VALUES (33825,'Avon Park','FL','27.600470','-81.509320',-5,1); -INSERT INTO zipcodes VALUES (33826,'Avon Park','FL','27.339483','-81.252872',-5,1); -INSERT INTO zipcodes VALUES (33827,'Babson Park','FL','27.826864','-81.532910',-5,1); -INSERT INTO zipcodes VALUES (33830,'Bartow','FL','27.894991','-81.826380',-5,1); -INSERT INTO zipcodes VALUES (33831,'Bartow','FL','27.955426','-81.951673',-5,1); -INSERT INTO zipcodes VALUES (33834,'Bowling Green','FL','27.613064','-81.935810',-5,1); -INSERT INTO zipcodes VALUES (33835,'Bradley','FL','27.710056','-81.951960',-5,1); -INSERT INTO zipcodes VALUES (33836,'Davenport','FL','28.167211','-81.631589',-5,1); -INSERT INTO zipcodes VALUES (33837,'Davenport','FL','28.223014','-81.631310',-5,1); -INSERT INTO zipcodes VALUES (33838,'Dundee','FL','28.021066','-81.618720',-5,1); -INSERT INTO zipcodes VALUES (33839,'Eagle Lake','FL','27.980380','-81.755310',-5,1); -INSERT INTO zipcodes VALUES (33840,'Eaton Park','FL','28.084383','-81.541500',-5,1); -INSERT INTO zipcodes VALUES (33841,'Fort Meade','FL','27.743700','-81.794050',-5,1); -INSERT INTO zipcodes VALUES (33843,'Frostproof','FL','27.757986','-81.508800',-5,1); -INSERT INTO zipcodes VALUES (33844,'Haines City','FL','28.101527','-81.623500',-5,1); -INSERT INTO zipcodes VALUES (33845,'Haines City','FL','28.002553','-81.618640',-5,1); -INSERT INTO zipcodes VALUES (33846,'Highland City','FL','27.964651','-81.867153',-5,1); -INSERT INTO zipcodes VALUES (33847,'Homeland','FL','27.815882','-81.825290',-5,1); -INSERT INTO zipcodes VALUES (33848,'Intercession City','FL','28.260740','-81.506690',-5,1); -INSERT INTO zipcodes VALUES (33849,'Kathleen','FL','28.246250','-82.063580',-5,1); -INSERT INTO zipcodes VALUES (33850,'Lake Alfred','FL','28.092512','-81.727580',-5,1); -INSERT INTO zipcodes VALUES (33851,'Lake Hamilton','FL','28.044641','-81.623730',-5,1); -INSERT INTO zipcodes VALUES (33852,'Lake Placid','FL','27.293327','-81.382060',-5,1); -INSERT INTO zipcodes VALUES (33853,'Lake Wales','FL','27.894622','-81.528240',-5,1); -INSERT INTO zipcodes VALUES (33854,'Fedhaven','FL','28.002553','-81.618640',-5,1); -INSERT INTO zipcodes VALUES (33855,'Indian Lake Estates','FL','27.798022','-81.357154',-5,1); -INSERT INTO zipcodes VALUES (33856,'Nalcrest','FL','27.855686','-81.430915',-5,1); -INSERT INTO zipcodes VALUES (33857,'Lorida','FL','27.397067','-81.141100',-5,1); -INSERT INTO zipcodes VALUES (33858,'Loughman','FL','28.050121','-81.505211',-5,1); -INSERT INTO zipcodes VALUES (33859,'Lake Wales','FL','27.885359','-81.522998',-5,1); -INSERT INTO zipcodes VALUES (33860,'Mulberry','FL','27.884256','-81.976970',-5,1); -INSERT INTO zipcodes VALUES (33862,'Lake Placid','FL','27.244668','-81.288424',-5,1); -INSERT INTO zipcodes VALUES (33863,'Nichols','FL','28.002553','-81.618640',-5,1); -INSERT INTO zipcodes VALUES (33865,'Ona','FL','27.432764','-81.937030',-5,1); -INSERT INTO zipcodes VALUES (33867,'River Ranch','FL','27.768567','-81.196640',-5,1); -INSERT INTO zipcodes VALUES (33868,'Polk City','FL','28.180035','-81.818630',-5,1); -INSERT INTO zipcodes VALUES (33870,'Sebring','FL','27.483817','-81.421310',-5,1); -INSERT INTO zipcodes VALUES (33871,'Sebring','FL','27.485803','-81.407884',-5,1); -INSERT INTO zipcodes VALUES (33872,'Sebring','FL','27.475288','-81.485350',-5,1); -INSERT INTO zipcodes VALUES (33873,'Wauchula','FL','27.541676','-81.812700',-5,1); -INSERT INTO zipcodes VALUES (33875,'Sebring','FL','27.430819','-81.463297',-5,1); -INSERT INTO zipcodes VALUES (33876,'Sebring','FL','27.436826','-81.355150',-5,1); -INSERT INTO zipcodes VALUES (33877,'Waverly','FL','27.982891','-81.617430',-5,1); -INSERT INTO zipcodes VALUES (33880,'Winter Haven','FL','27.997276','-81.745540',-5,1); -INSERT INTO zipcodes VALUES (33881,'Winter Haven','FL','28.051985','-81.724570',-5,1); -INSERT INTO zipcodes VALUES (33882,'Winter Haven','FL','28.029402','-81.732139',-5,1); -INSERT INTO zipcodes VALUES (33883,'Winter Haven','FL','28.002553','-81.618640',-5,1); -INSERT INTO zipcodes VALUES (33884,'Winter Haven','FL','27.997387','-81.682560',-5,1); -INSERT INTO zipcodes VALUES (33885,'Winter Haven','FL','28.002553','-81.618640',-5,1); -INSERT INTO zipcodes VALUES (33888,'Winter Haven','FL','28.023115','-81.723417',-5,1); -INSERT INTO zipcodes VALUES (33890,'Zolfo Springs','FL','27.485551','-81.725280',-5,1); -INSERT INTO zipcodes VALUES (33896,'Loughman','FL','28.252198','-81.607612',-5,1); -INSERT INTO zipcodes VALUES (33897,'Citrus Ridge','FL','28.310679','-81.670264',-5,1); -INSERT INTO zipcodes VALUES (33898,'Highland Park','FL','27.918187','-81.493521',-5,1); -INSERT INTO zipcodes VALUES (33901,'Fort Myers','FL','26.623650','-81.872700',-5,1); -INSERT INTO zipcodes VALUES (33902,'Fort Myers','FL','26.623908','-81.883648',-5,1); -INSERT INTO zipcodes VALUES (33903,'North Fort Myers','FL','26.698526','-81.917800',-5,1); -INSERT INTO zipcodes VALUES (33904,'Cape Coral','FL','26.582185','-81.955280',-5,1); -INSERT INTO zipcodes VALUES (33905,'Fort Myers','FL','26.680407','-81.748120',-5,1); -INSERT INTO zipcodes VALUES (33906,'Fort Myers','FL','26.552895','-81.948610',-5,1); -INSERT INTO zipcodes VALUES (33907,'Fort Myers','FL','26.566053','-81.870090',-5,1); -INSERT INTO zipcodes VALUES (33908,'Fort Myers','FL','26.502677','-81.930520',-5,1); -INSERT INTO zipcodes VALUES (33909,'Cape Coral','FL','26.687462','-81.949680',-5,1); -INSERT INTO zipcodes VALUES (33910,'Cape Coral','FL','26.552895','-81.948610',-5,1); -INSERT INTO zipcodes VALUES (33911,'Fort Myers','FL','26.596286','-81.882373',-5,1); -INSERT INTO zipcodes VALUES (33912,'Fort Myers','FL','26.501582','-81.828410',-5,1); -INSERT INTO zipcodes VALUES (33913,'Fort Myers','FL','26.542097','-81.699840',-5,1); -INSERT INTO zipcodes VALUES (33914,'Cape Coral','FL','26.579862','-82.002270',-5,1); -INSERT INTO zipcodes VALUES (33915,'Cape Coral','FL','26.659942','-81.893427',-5,1); -INSERT INTO zipcodes VALUES (33916,'Fort Myers','FL','26.643500','-81.844180',-5,1); -INSERT INTO zipcodes VALUES (33917,'North Fort Myers','FL','26.711647','-81.865000',-5,1); -INSERT INTO zipcodes VALUES (33918,'North Fort Myers','FL','26.716130','-81.607007',-5,1); -INSERT INTO zipcodes VALUES (33919,'Fort Myers','FL','26.555958','-81.901740',-5,1); -INSERT INTO zipcodes VALUES (33920,'Alva','FL','26.711362','-81.616840',-5,1); -INSERT INTO zipcodes VALUES (33921,'Boca Grande','FL','26.759514','-82.263510',-5,1); -INSERT INTO zipcodes VALUES (33922,'Bokeelia','FL','26.663600','-82.141120',-5,1); -INSERT INTO zipcodes VALUES (33924,'Captiva','FL','26.519415','-82.191010',-5,1); -INSERT INTO zipcodes VALUES (33927,'Punta Gorda','FL','26.901981','-82.000005',-5,1); -INSERT INTO zipcodes VALUES (33928,'Estero','FL','26.425671','-81.801960',-5,1); -INSERT INTO zipcodes VALUES (33930,'Felda','FL','26.581172','-81.462020',-5,1); -INSERT INTO zipcodes VALUES (33931,'Fort Myers Beach','FL','26.446463','-81.932690',-5,1); -INSERT INTO zipcodes VALUES (33932,'Fort Myers Beach','FL','26.552895','-81.948610',-5,1); -INSERT INTO zipcodes VALUES (33935,'Labelle','FL','26.760476','-81.430290',-5,1); -INSERT INTO zipcodes VALUES (33936,'Lehigh Acres','FL','26.588982','-81.611630',-5,1); -INSERT INTO zipcodes VALUES (33938,'Murdock','FL','26.901981','-82.000005',-5,1); -INSERT INTO zipcodes VALUES (33944,'Palmdale','FL','26.959250','-81.315680',-5,1); -INSERT INTO zipcodes VALUES (33945,'Pineland','FL','26.599510','-82.221660',-5,1); -INSERT INTO zipcodes VALUES (33946,'Placida','FL','26.849473','-82.286610',-5,1); -INSERT INTO zipcodes VALUES (33947,'Rotonda West','FL','26.894448','-82.261250',-5,1); -INSERT INTO zipcodes VALUES (33948,'Port Charlotte','FL','26.984486','-82.148590',-5,1); -INSERT INTO zipcodes VALUES (33949,'Port Charlotte','FL','26.993904','-82.098418',-5,1); -INSERT INTO zipcodes VALUES (33950,'Punta Gorda','FL','26.914393','-82.041060',-5,1); -INSERT INTO zipcodes VALUES (33951,'Punta Gorda','FL','26.970756','-81.984504',-5,1); -INSERT INTO zipcodes VALUES (33952,'Port Charlotte','FL','26.993876','-82.098210',-5,1); -INSERT INTO zipcodes VALUES (33953,'Port Charlotte','FL','27.012758','-82.211200',-5,1); -INSERT INTO zipcodes VALUES (33954,'Port Charlotte','FL','27.024420','-82.122250',-5,1); -INSERT INTO zipcodes VALUES (33955,'Punta Gorda','FL','26.837879','-82.004030',-5,1); -INSERT INTO zipcodes VALUES (33956,'Saint James City','FL','26.536435','-82.091500',-5,1); -INSERT INTO zipcodes VALUES (33957,'Sanibel','FL','26.439608','-82.080450',-5,1); -INSERT INTO zipcodes VALUES (33960,'Venus','FL','27.052583','-81.396280',-5,1); -INSERT INTO zipcodes VALUES (33961,'Fort Myers','FL','26.629875','-81.857683',-5,1); -INSERT INTO zipcodes VALUES (33965,'Fort Myers','FL','26.552895','-81.948610',-5,1); -INSERT INTO zipcodes VALUES (33970,'Lehigh Acres','FL','26.564718','-81.620778',-5,1); -INSERT INTO zipcodes VALUES (33971,'Lehigh Acres','FL','26.605990','-81.702960',-5,1); -INSERT INTO zipcodes VALUES (33972,'Lehigh Acres','FL','26.634332','-81.593910',-5,1); -INSERT INTO zipcodes VALUES (33975,'Labelle','FL','26.742327','-81.278630',-5,1); -INSERT INTO zipcodes VALUES (33980,'Port Charlotte','FL','26.983094','-82.059720',-5,1); -INSERT INTO zipcodes VALUES (33981,'Port Charlotte','FL','26.922089','-82.230920',-5,1); -INSERT INTO zipcodes VALUES (33982,'Punta Gorda','FL','26.958821','-81.951340',-5,1); -INSERT INTO zipcodes VALUES (33983,'Punta Gorda','FL','26.999486','-82.009640',-5,1); -INSERT INTO zipcodes VALUES (33990,'Cape Coral','FL','26.630750','-81.952510',-5,1); -INSERT INTO zipcodes VALUES (33991,'Cape Coral','FL','26.634338','-82.006740',-5,1); -INSERT INTO zipcodes VALUES (33993,'Cape Coral','FL','26.681122','-82.013190',-5,1); -INSERT INTO zipcodes VALUES (33994,'Fort Myers','FL','26.552895','-81.948610',-5,1); -INSERT INTO zipcodes VALUES (34101,'Naples','FL','25.855534','-81.387190',-5,1); -INSERT INTO zipcodes VALUES (34102,'Naples','FL','26.142938','-81.798520',-5,1); -INSERT INTO zipcodes VALUES (34103,'Naples','FL','26.191117','-81.803330',-5,1); -INSERT INTO zipcodes VALUES (34104,'Naples','FL','26.150910','-81.747700',-5,1); -INSERT INTO zipcodes VALUES (34105,'Naples','FL','26.187767','-81.768290',-5,1); -INSERT INTO zipcodes VALUES (34106,'Naples','FL','26.143260','-81.389124',-5,1); -INSERT INTO zipcodes VALUES (34107,'Vanderbilt Beach','FL','26.143260','-81.389124',-5,1); -INSERT INTO zipcodes VALUES (34108,'Naples','FL','26.252711','-81.808250',-5,1); -INSERT INTO zipcodes VALUES (34109,'Naples','FL','26.240637','-81.766630',-5,1); -INSERT INTO zipcodes VALUES (34110,'Naples','FL','26.288280','-81.787260',-5,1); -INSERT INTO zipcodes VALUES (34112,'Naples','FL','26.121546','-81.752510',-5,1); -INSERT INTO zipcodes VALUES (34113,'Naples','FL','26.067538','-81.720020',-5,1); -INSERT INTO zipcodes VALUES (34114,'Naples','FL','26.020283','-81.630940',-5,1); -INSERT INTO zipcodes VALUES (34116,'Naples','FL','26.183424','-81.706430',-5,1); -INSERT INTO zipcodes VALUES (34117,'Naples','FL','26.178500','-81.554950',-5,1); -INSERT INTO zipcodes VALUES (34119,'Naples','FL','26.256551','-81.718600',-5,1); -INSERT INTO zipcodes VALUES (34120,'Naples','FL','26.275676','-81.595860',-5,1); -INSERT INTO zipcodes VALUES (34133,'Bonita Springs','FL','26.552895','-81.948610',-5,1); -INSERT INTO zipcodes VALUES (34134,'Bonita Springs','FL','26.348608','-81.831340',-5,1); -INSERT INTO zipcodes VALUES (34135,'Bonita Springs','FL','26.348523','-81.773910',-5,1); -INSERT INTO zipcodes VALUES (34136,'Bonita Springs','FL','26.552895','-81.948610',-5,1); -INSERT INTO zipcodes VALUES (34137,'Copeland','FL','26.035690','-81.467990',-5,1); -INSERT INTO zipcodes VALUES (34138,'Chokoloskee','FL','25.813786','-81.362910',-5,1); -INSERT INTO zipcodes VALUES (34139,'Everglades City','FL','25.856771','-81.384120',-5,1); -INSERT INTO zipcodes VALUES (34140,'Goodland','FL','26.143260','-81.389124',-5,1); -INSERT INTO zipcodes VALUES (34141,'Ochopee','FL','25.726500','-81.201510',-5,1); -INSERT INTO zipcodes VALUES (34142,'Immokalee','FL','26.398248','-81.393250',-5,1); -INSERT INTO zipcodes VALUES (34143,'Immokalee','FL','26.464183','-81.504661',-5,1); -INSERT INTO zipcodes VALUES (34145,'Marco Island','FL','25.940112','-81.713290',-5,1); -INSERT INTO zipcodes VALUES (34146,'Marco Island','FL','26.143260','-81.389124',-5,1); -INSERT INTO zipcodes VALUES (34154,'Goodland','FL','25.925446','-81.644387',-5,1); -INSERT INTO zipcodes VALUES (34168,'Chokoloskee','FL','25.815280','-81.359902',-5,1); -INSERT INTO zipcodes VALUES (34201,'Bradenton','FL','27.400627','-82.471040',-5,1); -INSERT INTO zipcodes VALUES (34202,'Bradenton','FL','27.434755','-82.402110',-5,1); -INSERT INTO zipcodes VALUES (34203,'Bradenton','FL','27.448369','-82.523240',-5,1); -INSERT INTO zipcodes VALUES (34204,'Bradenton','FL','27.427213','-82.438689',-5,1); -INSERT INTO zipcodes VALUES (34205,'Bradenton','FL','27.485617','-82.582940',-5,1); -INSERT INTO zipcodes VALUES (34206,'Bradenton','FL','27.427213','-82.438689',-5,1); -INSERT INTO zipcodes VALUES (34207,'Bradenton','FL','27.438719','-82.576460',-5,1); -INSERT INTO zipcodes VALUES (34208,'Bradenton','FL','27.486448','-82.535000',-5,1); -INSERT INTO zipcodes VALUES (34209,'Bradenton','FL','27.488866','-82.627370',-5,1); -INSERT INTO zipcodes VALUES (34210,'Bradenton','FL','27.455543','-82.633720',-5,1); -INSERT INTO zipcodes VALUES (34211,'Memphis','FL','27.437698','-82.372125',-5,1); -INSERT INTO zipcodes VALUES (34215,'Cortez','FL','27.469113','-82.687650',-5,1); -INSERT INTO zipcodes VALUES (34216,'Anna Maria','FL','27.530644','-82.735940',-5,1); -INSERT INTO zipcodes VALUES (34217,'Bradenton Beach','FL','27.499982','-82.712900',-5,1); -INSERT INTO zipcodes VALUES (34218,'Holmes Beach','FL','27.499515','-82.709871',-5,1); -INSERT INTO zipcodes VALUES (34219,'Parrish','FL','27.574128','-82.407010',-5,1); -INSERT INTO zipcodes VALUES (34220,'Palmetto','FL','27.427213','-82.438689',-5,1); -INSERT INTO zipcodes VALUES (34221,'Palmetto','FL','27.549314','-82.559810',-5,1); -INSERT INTO zipcodes VALUES (34222,'Ellenton','FL','27.532098','-82.500900',-5,1); -INSERT INTO zipcodes VALUES (34223,'Englewood','FL','26.974858','-82.366500',-5,1); -INSERT INTO zipcodes VALUES (34224,'Englewood','FL','26.925265','-82.296930',-5,1); -INSERT INTO zipcodes VALUES (34228,'Longboat Key','FL','27.396931','-82.644750',-5,1); -INSERT INTO zipcodes VALUES (34229,'Osprey','FL','27.187829','-82.485390',-5,1); -INSERT INTO zipcodes VALUES (34230,'Sarasota','FL','27.335023','-82.537169',-5,1); -INSERT INTO zipcodes VALUES (34231,'Sarasota','FL','27.267649','-82.516630',-5,1); -INSERT INTO zipcodes VALUES (34232,'Sarasota','FL','27.321313','-82.476480',-5,1); -INSERT INTO zipcodes VALUES (34233,'Sarasota','FL','27.285142','-82.473630',-5,1); -INSERT INTO zipcodes VALUES (34234,'Sarasota','FL','27.365622','-82.535560',-5,1); -INSERT INTO zipcodes VALUES (34235,'Sarasota','FL','27.365549','-82.486590',-5,1); -INSERT INTO zipcodes VALUES (34236,'Sarasota','FL','27.333014','-82.546130',-5,1); -INSERT INTO zipcodes VALUES (34237,'Sarasota','FL','27.336973','-82.515060',-5,1); -INSERT INTO zipcodes VALUES (34238,'Sarasota','FL','27.240571','-82.478360',-5,1); -INSERT INTO zipcodes VALUES (34239,'Sarasota','FL','27.310924','-82.521300',-5,1); -INSERT INTO zipcodes VALUES (34240,'Sarasota','FL','27.334580','-82.408940',-5,1); -INSERT INTO zipcodes VALUES (34241,'Sarasota','FL','27.272873','-82.416760',-5,1); -INSERT INTO zipcodes VALUES (34242,'Sarasota','FL','27.275225','-82.549340',-5,1); -INSERT INTO zipcodes VALUES (34243,'Sarasota','FL','27.407657','-82.529230',-5,1); -INSERT INTO zipcodes VALUES (34250,'Terra Ceia','FL','27.575972','-82.584930',-5,1); -INSERT INTO zipcodes VALUES (34251,'Myakka City','FL','27.396045','-82.233490',-5,1); -INSERT INTO zipcodes VALUES (34260,'Manasota','FL','27.427213','-82.438689',-5,1); -INSERT INTO zipcodes VALUES (34264,'Oneco','FL','27.427213','-82.438689',-5,1); -INSERT INTO zipcodes VALUES (34265,'Arcadia','FL','27.186146','-81.809939',-5,1); -INSERT INTO zipcodes VALUES (34266,'Arcadia','FL','27.201006','-81.871960',-5,1); -INSERT INTO zipcodes VALUES (34267,'Fort Ogden','FL','27.186146','-81.809939',-5,1); -INSERT INTO zipcodes VALUES (34268,'Nocatee','FL','27.158612','-81.883240',-5,1); -INSERT INTO zipcodes VALUES (34270,'Tallevast','FL','27.405429','-82.543519',-5,1); -INSERT INTO zipcodes VALUES (34272,'Laurel','FL','27.146963','-82.425512',-5,1); -INSERT INTO zipcodes VALUES (34274,'Nokomis','FL','27.144031','-82.464468',-5,1); -INSERT INTO zipcodes VALUES (34275,'Nokomis','FL','27.136731','-82.452410',-5,1); -INSERT INTO zipcodes VALUES (34276,'Sarasota','FL','27.167521','-82.380967',-5,1); -INSERT INTO zipcodes VALUES (34277,'Sarasota','FL','27.167521','-82.380967',-5,1); -INSERT INTO zipcodes VALUES (34278,'Sarasota','FL','27.331628','-82.528488',-5,1); -INSERT INTO zipcodes VALUES (34280,'Bradenton','FL','27.427213','-82.438689',-5,1); -INSERT INTO zipcodes VALUES (34281,'Bradenton','FL','27.427213','-82.438689',-5,1); -INSERT INTO zipcodes VALUES (34282,'Bradenton','FL','27.427213','-82.438689',-5,1); -INSERT INTO zipcodes VALUES (34284,'Venice','FL','27.167521','-82.380967',-5,1); -INSERT INTO zipcodes VALUES (34285,'Venice','FL','27.091783','-82.448460',-5,1); -INSERT INTO zipcodes VALUES (34286,'North Port','FL','27.072445','-82.160600',-5,1); -INSERT INTO zipcodes VALUES (34287,'North Port','FL','27.051075','-82.244170',-5,1); -INSERT INTO zipcodes VALUES (34288,'North Port','FL','27.048707','-82.127196',-5,1); -INSERT INTO zipcodes VALUES (34289,'North Port','FL','27.084640','-82.156884',-5,1); -INSERT INTO zipcodes VALUES (34292,'Venice','FL','27.098474','-82.414810',-5,1); -INSERT INTO zipcodes VALUES (34293,'Venice','FL','27.055013','-82.397300',-5,1); -INSERT INTO zipcodes VALUES (34295,'Englewood','FL','27.085985','-82.438918',-5,1); -INSERT INTO zipcodes VALUES (34334,'Grove City','FL','26.896790','-82.317993',-5,1); -INSERT INTO zipcodes VALUES (34420,'Belleview','FL','29.054976','-82.042550',-5,1); -INSERT INTO zipcodes VALUES (34421,'Belleview','FL','29.240728','-82.087458',-5,1); -INSERT INTO zipcodes VALUES (34423,'Crystal River','FL','28.867027','-82.572703',-5,1); -INSERT INTO zipcodes VALUES (34424,'Crystal River','FL','28.916441','-82.608795',-5,1); -INSERT INTO zipcodes VALUES (34426,'Pine Ridge','FL','28.941590','-82.503117',-5,1); -INSERT INTO zipcodes VALUES (34428,'Crystal River','FL','28.951380','-82.612130',-5,1); -INSERT INTO zipcodes VALUES (34429,'Crystal River','FL','28.872108','-82.596100',-5,1); -INSERT INTO zipcodes VALUES (34430,'Dunnellon','FL','29.240728','-82.087458',-5,1); -INSERT INTO zipcodes VALUES (34431,'Dunnellon','FL','29.131665','-82.497260',-5,1); -INSERT INTO zipcodes VALUES (34432,'Dunnellon','FL','29.060092','-82.351950',-5,1); -INSERT INTO zipcodes VALUES (34433,'Dunnellon','FL','28.997155','-82.500530',-5,1); -INSERT INTO zipcodes VALUES (34434,'Dunnellon','FL','28.994090','-82.453640',-5,1); -INSERT INTO zipcodes VALUES (34436,'Floral City','FL','28.751024','-82.284490',-5,1); -INSERT INTO zipcodes VALUES (34442,'Hernando','FL','28.932925','-82.394770',-5,1); -INSERT INTO zipcodes VALUES (34445,'Holder','FL','28.948753','-82.406476',-5,1); -INSERT INTO zipcodes VALUES (34446,'Homosassa','FL','28.746912','-82.533310',-5,1); -INSERT INTO zipcodes VALUES (34447,'Homosassa Springs','FL','28.804911','-82.574264',-5,1); -INSERT INTO zipcodes VALUES (34448,'Homosassa','FL','28.797979','-82.591200',-5,1); -INSERT INTO zipcodes VALUES (34449,'Inglis','FL','29.076640','-82.680220',-5,1); -INSERT INTO zipcodes VALUES (34450,'Inverness','FL','28.829773','-82.290190',-5,1); -INSERT INTO zipcodes VALUES (34451,'Inverness','FL','28.803207','-82.321670',-5,1); -INSERT INTO zipcodes VALUES (34452,'Inverness','FL','28.793722','-82.350210',-5,1); -INSERT INTO zipcodes VALUES (34453,'Inverness','FL','28.865761','-82.359820',-5,1); -INSERT INTO zipcodes VALUES (34460,'Lecanto','FL','28.859286','-82.508694',-5,1); -INSERT INTO zipcodes VALUES (34461,'Lecanto','FL','28.848776','-82.481080',-5,1); -INSERT INTO zipcodes VALUES (34464,'Beverly Hills','FL','28.859286','-82.508694',-5,1); -INSERT INTO zipcodes VALUES (34465,'Beverly Hills','FL','28.932403','-82.476410',-5,1); -INSERT INTO zipcodes VALUES (34470,'Ocala','FL','29.198704','-82.105560',-5,1); -INSERT INTO zipcodes VALUES (34471,'Ocala','FL','29.171187','-82.103940',-5,1); -INSERT INTO zipcodes VALUES (34472,'Ocala','FL','29.120287','-82.021330',-5,1); -INSERT INTO zipcodes VALUES (34473,'Ocala','FL','29.003195','-82.189900',-5,1); -INSERT INTO zipcodes VALUES (34474,'Ocala','FL','29.166186','-82.170270',-5,1); -INSERT INTO zipcodes VALUES (34475,'Ocala','FL','29.212886','-82.153780',-5,1); -INSERT INTO zipcodes VALUES (34476,'Ocala','FL','29.080910','-82.210040',-5,1); -INSERT INTO zipcodes VALUES (34477,'Ocala','FL','29.240728','-82.087458',-5,1); -INSERT INTO zipcodes VALUES (34478,'Ocala','FL','29.187178','-82.112278',-5,1); -INSERT INTO zipcodes VALUES (34479,'Ocala','FL','29.235430','-82.110700',-5,1); -INSERT INTO zipcodes VALUES (34480,'Ocala','FL','29.122950','-82.081600',-5,1); -INSERT INTO zipcodes VALUES (34481,'Ocala','FL','29.124611','-82.322710',-5,1); -INSERT INTO zipcodes VALUES (34482,'Ocala','FL','29.232873','-82.252200',-5,1); -INSERT INTO zipcodes VALUES (34483,'Ocala','FL','29.240728','-82.087458',-5,1); -INSERT INTO zipcodes VALUES (34484,'Oxford','FL','28.921705','-82.078470',-5,1); -INSERT INTO zipcodes VALUES (34487,'Homosassa','FL','28.859286','-82.508694',-5,1); -INSERT INTO zipcodes VALUES (34488,'Silver Springs','FL','29.198564','-81.920950',-5,1); -INSERT INTO zipcodes VALUES (34489,'Silver Springs','FL','29.215153','-82.097163',-5,1); -INSERT INTO zipcodes VALUES (34491,'Summerfield','FL','28.991135','-82.026580',-5,1); -INSERT INTO zipcodes VALUES (34492,'Summerfield','FL','28.997960','-82.016139',-5,1); -INSERT INTO zipcodes VALUES (34498,'Yankeetown','FL','29.031155','-82.720100',-5,1); -INSERT INTO zipcodes VALUES (34592,'Port St. Lucie','FL','27.287855','-80.297800',-5,1); -INSERT INTO zipcodes VALUES (34601,'Brooksville','FL','28.566183','-82.380020',-5,1); -INSERT INTO zipcodes VALUES (34602,'Brooksville','FL','28.515890','-82.265760',-5,1); -INSERT INTO zipcodes VALUES (34603,'Brooksville','FL','28.564167','-82.416515',-5,1); -INSERT INTO zipcodes VALUES (34604,'Spring Hill','FL','28.478994','-82.453508',-5,1); -INSERT INTO zipcodes VALUES (34605,'Brooksville','FL','28.505896','-82.422554',-5,1); -INSERT INTO zipcodes VALUES (34606,'Spring Hill','FL','28.470236','-82.597410',-5,1); -INSERT INTO zipcodes VALUES (34607,'Spring Hill','FL','28.516609','-82.613020',-5,1); -INSERT INTO zipcodes VALUES (34608,'Spring Hill','FL','28.484316','-82.551810',-5,1); -INSERT INTO zipcodes VALUES (34609,'Brooksville','FL','28.475662','-82.501990',-5,1); -INSERT INTO zipcodes VALUES (34610,'Brooksville','FL','28.397791','-82.530840',-5,1); -INSERT INTO zipcodes VALUES (34611,'Spring Hill','FL','28.564167','-82.416515',-5,1); -INSERT INTO zipcodes VALUES (34613,'Brooksville','FL','28.555346','-82.536010',-5,1); -INSERT INTO zipcodes VALUES (34614,'Brooksville','FL','28.632101','-82.521810',-5,1); -INSERT INTO zipcodes VALUES (34636,'Istachatta','FL','28.655030','-82.267706',-5,1); -INSERT INTO zipcodes VALUES (34639,'Land O Lakes','FL','28.233671','-82.454630',-5,1); -INSERT INTO zipcodes VALUES (34652,'New Port Richey','FL','28.237582','-82.728180',-5,1); -INSERT INTO zipcodes VALUES (34653,'New Port Richey','FL','28.248558','-82.698690',-5,1); -INSERT INTO zipcodes VALUES (34654,'New Port Richey','FL','28.295714','-82.617820',-5,1); -INSERT INTO zipcodes VALUES (34655,'New Port Richey','FL','28.209833','-82.669730',-5,1); -INSERT INTO zipcodes VALUES (34656,'New Port Richey','FL','28.324796','-82.481766',-5,1); -INSERT INTO zipcodes VALUES (34660,'Ozona','FL','28.067043','-82.778424',-5,1); -INSERT INTO zipcodes VALUES (34661,'Nobleton','FL','28.643141','-82.260510',-5,1); -INSERT INTO zipcodes VALUES (34667,'Hudson','FL','28.372441','-82.666030',-5,1); -INSERT INTO zipcodes VALUES (34668,'Port Richey','FL','28.300730','-82.696980',-5,1); -INSERT INTO zipcodes VALUES (34669,'Hudson','FL','28.348507','-82.619370',-5,1); -INSERT INTO zipcodes VALUES (34673,'Port Richey','FL','28.324796','-82.481766',-5,1); -INSERT INTO zipcodes VALUES (34674,'Hudson','FL','28.324796','-82.481766',-5,1); -INSERT INTO zipcodes VALUES (34677,'Oldsmar','FL','28.042799','-82.677370',-5,1); -INSERT INTO zipcodes VALUES (34678,'Palm Harbor','FL','28.061727','-82.777757',-5,1); -INSERT INTO zipcodes VALUES (34679,'Aripeka','FL','28.429478','-82.663150',-5,1); -INSERT INTO zipcodes VALUES (34680,'Elfers','FL','28.324796','-82.481766',-5,1); -INSERT INTO zipcodes VALUES (34681,'Crystal Beach','FL','28.088443','-82.778340',-5,1); -INSERT INTO zipcodes VALUES (34682,'Palm Harbor','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (34683,'Palm Harbor','FL','28.076744','-82.761160',-5,1); -INSERT INTO zipcodes VALUES (34684,'Palm Harbor','FL','28.081325','-82.727510',-5,1); -INSERT INTO zipcodes VALUES (34685,'Palm Harbor','FL','28.099485','-82.695320',-5,1); -INSERT INTO zipcodes VALUES (34688,'Tarpon Springs','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (34689,'Tarpon Springs','FL','28.149691','-82.753390',-5,1); -INSERT INTO zipcodes VALUES (34690,'Holiday','FL','28.190181','-82.726960',-5,1); -INSERT INTO zipcodes VALUES (34691,'Holiday','FL','28.190060','-82.757350',-5,1); -INSERT INTO zipcodes VALUES (34695,'Safety Harbor','FL','28.005639','-82.695110',-5,1); -INSERT INTO zipcodes VALUES (34697,'Dunedin','FL','27.891809','-82.724763',-5,1); -INSERT INTO zipcodes VALUES (34698,'Dunedin','FL','28.025395','-82.775340',-5,1); -INSERT INTO zipcodes VALUES (34703,'Astatula','FL','28.718224','-81.735239',-5,1); -INSERT INTO zipcodes VALUES (34705,'Astatula','FL','28.708139','-81.733070',-5,1); -INSERT INTO zipcodes VALUES (34711,'Clermont','FL','28.545742','-81.748050',-5,1); -INSERT INTO zipcodes VALUES (34712,'Clermont','FL','28.811078','-81.653642',-5,1); -INSERT INTO zipcodes VALUES (34713,'Clermont','FL','28.811078','-81.653642',-5,1); -INSERT INTO zipcodes VALUES (34729,'Ferndale','FL','28.811078','-81.653642',-5,1); -INSERT INTO zipcodes VALUES (34731,'Fruitland Park','FL','28.859765','-81.901840',-5,1); -INSERT INTO zipcodes VALUES (34734,'Gotha','FL','28.543429','-81.524790',-5,1); -INSERT INTO zipcodes VALUES (34736,'Groveland','FL','28.571677','-81.866490',-5,1); -INSERT INTO zipcodes VALUES (34737,'Howey In The Hills','FL','28.711167','-81.779550',-5,1); -INSERT INTO zipcodes VALUES (34739,'Kenansville','FL','27.938975','-81.095100',-5,1); -INSERT INTO zipcodes VALUES (34740,'Killarney','FL','28.545385','-81.650667',-5,1); -INSERT INTO zipcodes VALUES (34741,'Kissimmee','FL','28.301788','-81.421590',-5,1); -INSERT INTO zipcodes VALUES (34742,'Kissimmee','FL','27.995287','-81.259332',-5,1); -INSERT INTO zipcodes VALUES (34743,'Kissimmee','FL','28.325715','-81.354080',-5,1); -INSERT INTO zipcodes VALUES (34744,'Kissimmee','FL','28.308979','-81.375940',-5,1); -INSERT INTO zipcodes VALUES (34745,'Kissimmee','FL','27.995287','-81.259332',-5,1); -INSERT INTO zipcodes VALUES (34746,'Kissimmee','FL','28.287883','-81.468620',-5,1); -INSERT INTO zipcodes VALUES (34747,'Kissimmee','FL','28.326187','-81.588970',-5,1); -INSERT INTO zipcodes VALUES (34748,'Leesburg','FL','28.797245','-81.884660',-5,1); -INSERT INTO zipcodes VALUES (34749,'Leesburg','FL','28.811078','-81.653642',-5,1); -INSERT INTO zipcodes VALUES (34753,'Mascotte','FL','28.583191','-81.890380',-5,1); -INSERT INTO zipcodes VALUES (34755,'Minneola','FL','28.578234','-81.831883',-5,1); -INSERT INTO zipcodes VALUES (34756,'Montverde','FL','28.597126','-81.675790',-5,1); -INSERT INTO zipcodes VALUES (34758,'Kissimmee','FL','28.178192','-81.487310',-5,1); -INSERT INTO zipcodes VALUES (34759,'Kissimmee','FL','28.094144','-81.483950',-5,1); -INSERT INTO zipcodes VALUES (34760,'Oakland','FL','28.555328','-81.631040',-5,1); -INSERT INTO zipcodes VALUES (34761,'Ocoee','FL','28.574628','-81.529460',-5,1); -INSERT INTO zipcodes VALUES (34762,'Okahumpka','FL','28.735088','-81.910350',-5,1); -INSERT INTO zipcodes VALUES (34769,'Saint Cloud','FL','28.249340','-81.287490',-5,1); -INSERT INTO zipcodes VALUES (34770,'Saint Cloud','FL','27.995287','-81.259332',-5,1); -INSERT INTO zipcodes VALUES (34771,'Saint Cloud','FL','28.271939','-81.196450',-5,1); -INSERT INTO zipcodes VALUES (34772,'Saint Cloud','FL','28.198441','-81.272460',-5,1); -INSERT INTO zipcodes VALUES (34773,'Saint Cloud','FL','28.160376','-81.000410',-5,1); -INSERT INTO zipcodes VALUES (34777,'Winter Garden','FL','28.541579','-81.605846',-5,1); -INSERT INTO zipcodes VALUES (34778,'Winter Garden','FL','28.566338','-81.260818',-5,1); -INSERT INTO zipcodes VALUES (34785,'Wildwood','FL','28.852564','-82.032100',-5,1); -INSERT INTO zipcodes VALUES (34786,'Windermere','FL','28.495982','-81.536200',-5,1); -INSERT INTO zipcodes VALUES (34787,'Winter Garden','FL','28.536794','-81.593440',-5,1); -INSERT INTO zipcodes VALUES (34788,'Leesburg','FL','28.857425','-81.784500',-5,1); -INSERT INTO zipcodes VALUES (34789,'Leesburg','FL','28.811078','-81.653642',-5,1); -INSERT INTO zipcodes VALUES (34797,'Yalaha','FL','28.744182','-81.818590',-5,1); -INSERT INTO zipcodes VALUES (34801,'Brooksville','FL','28.566148','-82.371747',-5,1); -INSERT INTO zipcodes VALUES (34837,'Hunters Creek','FL','28.368679','-81.423542',-5,1); -INSERT INTO zipcodes VALUES (34869,'Tarpon Springs','FL','28.126307','-82.766173',-5,1); -INSERT INTO zipcodes VALUES (34876,'Lake Butter','FL','28.505419','-81.571248',-5,1); -INSERT INTO zipcodes VALUES (34924,'Okeechobee','FL','27.227002','-80.829442',-5,1); -INSERT INTO zipcodes VALUES (34945,'Fort Pierce','FL','27.431607','-80.491500',-5,1); -INSERT INTO zipcodes VALUES (34946,'Fort Pierce','FL','27.485272','-80.352430',-5,1); -INSERT INTO zipcodes VALUES (34947,'Fort Pierce','FL','27.448688','-80.362470',-5,1); -INSERT INTO zipcodes VALUES (34948,'Fort Pierce','FL','27.382196','-80.409024',-5,1); -INSERT INTO zipcodes VALUES (34949,'Fort Pierce','FL','27.472857','-80.299010',-5,1); -INSERT INTO zipcodes VALUES (34950,'Fort Pierce','FL','27.448016','-80.336440',-5,1); -INSERT INTO zipcodes VALUES (34951,'Fort Pierce','FL','27.538310','-80.405260',-5,1); -INSERT INTO zipcodes VALUES (34952,'Port Saint Lucie','FL','27.291694','-80.296910',-5,1); -INSERT INTO zipcodes VALUES (34953,'Port Saint Lucie','FL','27.246754','-80.381450',-5,1); -INSERT INTO zipcodes VALUES (34954,'Fort Pierce','FL','27.382196','-80.409024',-5,1); -INSERT INTO zipcodes VALUES (34956,'Indiantown','FL','27.049788','-80.480570',-5,1); -INSERT INTO zipcodes VALUES (34957,'Jensen Beach','FL','27.248445','-80.232770',-5,1); -INSERT INTO zipcodes VALUES (34958,'Jensen Beach','FL','27.242402','-80.224613',-5,1); -INSERT INTO zipcodes VALUES (34972,'Okeechobee','FL','27.391710','-80.875550',-5,1); -INSERT INTO zipcodes VALUES (34973,'Okeechobee','FL','27.297631','-80.802656',-5,1); -INSERT INTO zipcodes VALUES (34974,'Okeechobee','FL','27.194400','-80.846440',-5,1); -INSERT INTO zipcodes VALUES (34979,'Fort Pierce','FL','27.382196','-80.409024',-5,1); -INSERT INTO zipcodes VALUES (34981,'Fort Pierce','FL','27.410069','-80.363270',-5,1); -INSERT INTO zipcodes VALUES (34982,'Fort Pierce','FL','27.393097','-80.327900',-5,1); -INSERT INTO zipcodes VALUES (34983,'Port Saint Lucie','FL','27.312471','-80.349070',-5,1); -INSERT INTO zipcodes VALUES (34984,'Port Saint Lucie','FL','27.273272','-80.347270',-5,1); -INSERT INTO zipcodes VALUES (34985,'Port Saint Lucie','FL','27.382196','-80.409024',-5,1); -INSERT INTO zipcodes VALUES (34986,'Port Saint Lucie','FL','27.341158','-80.397860',-5,1); -INSERT INTO zipcodes VALUES (34987,'Port Saint Lucie','FL','27.273586','-80.464470',-5,1); -INSERT INTO zipcodes VALUES (34988,'Port Saint Lucie','FL','27.386818','-80.503746',-5,1); -INSERT INTO zipcodes VALUES (34990,'Palm City','FL','27.163485','-80.312670',-5,1); -INSERT INTO zipcodes VALUES (34991,'Palm City','FL','27.110182','-80.454196',-5,1); -INSERT INTO zipcodes VALUES (34992,'Port Salerno','FL','27.110182','-80.454196',-5,1); -INSERT INTO zipcodes VALUES (34994,'Stuart','FL','27.195291','-80.252250',-5,1); -INSERT INTO zipcodes VALUES (34995,'Stuart','FL','27.175370','-80.241512',-5,1); -INSERT INTO zipcodes VALUES (34996,'Stuart','FL','27.195927','-80.211430',-5,1); -INSERT INTO zipcodes VALUES (34997,'Stuart','FL','27.136003','-80.216860',-5,1); -INSERT INTO zipcodes VALUES (35004,'Moody','AL','33.606379','-86.502490',-6,1); -INSERT INTO zipcodes VALUES (35005,'Adamsville','AL','33.592585','-86.959690',-6,1); -INSERT INTO zipcodes VALUES (35006,'Adger','AL','33.451714','-87.239570',-6,1); -INSERT INTO zipcodes VALUES (35007,'Alabaster','AL','33.232422','-86.808710',-6,1); -INSERT INTO zipcodes VALUES (35010,'Alexander City','AL','32.903432','-85.926690',-6,1); -INSERT INTO zipcodes VALUES (35011,'Alexander City','AL','32.990191','-85.958001',-6,1); -INSERT INTO zipcodes VALUES (35013,'Allgood','AL','33.922162','-86.449262',-6,1); -INSERT INTO zipcodes VALUES (35014,'Alpine','AL','33.355960','-86.277200',-6,1); -INSERT INTO zipcodes VALUES (35015,'Alton','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35016,'Arab','AL','34.323715','-86.492780',-6,1); -INSERT INTO zipcodes VALUES (35019,'Baileyton','AL','34.292540','-86.635050',-6,1); -INSERT INTO zipcodes VALUES (35020,'Bessemer','AL','33.405559','-86.951410',-6,1); -INSERT INTO zipcodes VALUES (35021,'Bessemer','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35022,'Bessemer','AL','33.346817','-86.952520',-6,1); -INSERT INTO zipcodes VALUES (35023,'Bessemer','AL','33.443039','-87.019300',-6,1); -INSERT INTO zipcodes VALUES (35026,'Clanton','AL','32.859262','-86.638819',-6,1); -INSERT INTO zipcodes VALUES (35031,'Blountsville','AL','34.111425','-86.533800',-6,1); -INSERT INTO zipcodes VALUES (35032,'Bon Air','AL','33.256886','-86.338572',-6,1); -INSERT INTO zipcodes VALUES (35033,'Bremen','AL','33.952939','-87.028890',-6,1); -INSERT INTO zipcodes VALUES (35034,'Brent','AL','32.915182','-87.214880',-6,1); -INSERT INTO zipcodes VALUES (35035,'Brierfield','AL','33.041166','-86.951170',-6,1); -INSERT INTO zipcodes VALUES (35036,'Brookside','AL','33.638150','-86.919560',-6,1); -INSERT INTO zipcodes VALUES (35038,'Burnwell','AL','33.804411','-87.202136',-6,1); -INSERT INTO zipcodes VALUES (35039,'Brookside','AL','33.635848','-86.918818',-6,1); -INSERT INTO zipcodes VALUES (35040,'Calera','AL','33.107572','-86.749960',-6,1); -INSERT INTO zipcodes VALUES (35041,'Cardiff','AL','33.646720','-86.931818',-6,1); -INSERT INTO zipcodes VALUES (35042,'Centreville','AL','32.963486','-87.138670',-6,1); -INSERT INTO zipcodes VALUES (35043,'Chelsea','AL','33.317093','-86.662950',-6,1); -INSERT INTO zipcodes VALUES (35044,'Childersburg','AL','33.268471','-86.355820',-6,1); -INSERT INTO zipcodes VALUES (35045,'Clanton','AL','32.834501','-86.643550',-6,1); -INSERT INTO zipcodes VALUES (35046,'Clanton','AL','32.894351','-86.565040',-6,1); -INSERT INTO zipcodes VALUES (35048,'Clay','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35049,'Cleveland','AL','33.963435','-86.595400',-6,1); -INSERT INTO zipcodes VALUES (35050,'Columbiana','AL','33.158454','-86.621931',-6,1); -INSERT INTO zipcodes VALUES (35051,'Columbiana','AL','33.201789','-86.615840',-6,1); -INSERT INTO zipcodes VALUES (35052,'Cook Springs','AL','33.593115','-86.408400',-6,1); -INSERT INTO zipcodes VALUES (35053,'Crane Hill','AL','34.041061','-87.067710',-6,1); -INSERT INTO zipcodes VALUES (35054,'Cropwell','AL','33.506012','-86.315470',-6,1); -INSERT INTO zipcodes VALUES (35055,'Cullman','AL','34.167893','-86.825060',-6,1); -INSERT INTO zipcodes VALUES (35056,'Cullman','AL','34.196448','-86.895226',-6,1); -INSERT INTO zipcodes VALUES (35057,'Cullman','AL','34.139198','-86.924490',-6,1); -INSERT INTO zipcodes VALUES (35058,'Cullman','AL','34.223732','-86.756200',-6,1); -INSERT INTO zipcodes VALUES (35060,'Docena','AL','33.559455','-86.929680',-6,1); -INSERT INTO zipcodes VALUES (35061,'Dolomite','AL','33.462541','-86.957360',-6,1); -INSERT INTO zipcodes VALUES (35062,'Dora','AL','33.731278','-87.036100',-6,1); -INSERT INTO zipcodes VALUES (35063,'Empire','AL','33.805216','-87.001920',-6,1); -INSERT INTO zipcodes VALUES (35064,'Fairfield','AL','33.476908','-86.916840',-6,1); -INSERT INTO zipcodes VALUES (35068,'Fultondale','AL','33.611297','-86.815180',-6,1); -INSERT INTO zipcodes VALUES (35070,'Garden City','AL','34.011027','-86.748770',-6,1); -INSERT INTO zipcodes VALUES (35071,'Gardendale','AL','33.679330','-86.820600',-6,1); -INSERT INTO zipcodes VALUES (35072,'Goodwater','AL','33.089342','-86.046820',-6,1); -INSERT INTO zipcodes VALUES (35073,'Graysville','AL','33.640865','-86.968850',-6,1); -INSERT INTO zipcodes VALUES (35074,'Green Pond','AL','33.225840','-87.125150',-6,1); -INSERT INTO zipcodes VALUES (35077,'Hanceville','AL','34.043589','-86.806440',-6,1); -INSERT INTO zipcodes VALUES (35078,'Harpersville','AL','33.337092','-86.440850',-6,1); -INSERT INTO zipcodes VALUES (35079,'Hayden','AL','33.922179','-86.760700',-6,1); -INSERT INTO zipcodes VALUES (35080,'Helena','AL','33.280625','-86.884110',-6,1); -INSERT INTO zipcodes VALUES (35082,'Hollins','AL','33.116909','-86.169800',-6,1); -INSERT INTO zipcodes VALUES (35083,'Holly Pond','AL','34.198738','-86.598140',-6,1); -INSERT INTO zipcodes VALUES (35085,'Jemison','AL','32.965120','-86.744050',-6,1); -INSERT INTO zipcodes VALUES (35087,'Joppa','AL','34.303718','-86.583230',-6,1); -INSERT INTO zipcodes VALUES (35089,'Kellyton','AL','32.941708','-86.060980',-6,1); -INSERT INTO zipcodes VALUES (35091,'Kimberly','AL','33.771090','-86.806720',-6,1); -INSERT INTO zipcodes VALUES (35094,'Leeds','AL','33.530698','-86.555060',-6,1); -INSERT INTO zipcodes VALUES (35096,'Lincoln','AL','33.605233','-86.120790',-6,1); -INSERT INTO zipcodes VALUES (35097,'Locust Fork','AL','33.896526','-86.630560',-6,1); -INSERT INTO zipcodes VALUES (35098,'Logan','AL','34.120006','-87.050750',-6,1); -INSERT INTO zipcodes VALUES (35111,'McCalla','AL','33.279946','-87.101480',-6,1); -INSERT INTO zipcodes VALUES (35112,'Margaret','AL','33.681899','-86.482370',-6,1); -INSERT INTO zipcodes VALUES (35114,'Maylene','AL','33.225377','-86.864430',-6,1); -INSERT INTO zipcodes VALUES (35115,'Montevallo','AL','33.114972','-86.873800',-6,1); -INSERT INTO zipcodes VALUES (35116,'Morris','AL','33.741370','-86.785430',-6,1); -INSERT INTO zipcodes VALUES (35117,'Mount Olive','AL','33.665823','-86.871110',-6,1); -INSERT INTO zipcodes VALUES (35118,'Mulga','AL','33.529224','-87.015460',-6,1); -INSERT INTO zipcodes VALUES (35119,'New Castle','AL','33.640823','-86.775740',-6,1); -INSERT INTO zipcodes VALUES (35120,'Odenville','AL','33.668341','-86.436410',-6,1); -INSERT INTO zipcodes VALUES (35121,'Oneonta','AL','33.944897','-86.458130',-6,1); -INSERT INTO zipcodes VALUES (35123,'Palmerdale','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35124,'Pelham','AL','33.317471','-86.787260',-6,1); -INSERT INTO zipcodes VALUES (35125,'Pell City','AL','33.606663','-86.289120',-6,1); -INSERT INTO zipcodes VALUES (35126,'Pinson','AL','33.728568','-86.660520',-6,1); -INSERT INTO zipcodes VALUES (35127,'Pleasant Grove','AL','33.487675','-86.973310',-6,1); -INSERT INTO zipcodes VALUES (35128,'Pell City','AL','33.561597','-86.302850',-6,1); -INSERT INTO zipcodes VALUES (35130,'Quinton','AL','33.640629','-87.115840',-6,1); -INSERT INTO zipcodes VALUES (35131,'Ragland','AL','33.721107','-86.174920',-6,1); -INSERT INTO zipcodes VALUES (35133,'Remlap','AL','33.827521','-86.607030',-6,1); -INSERT INTO zipcodes VALUES (35135,'Riverside','AL','33.614465','-86.200670',-6,1); -INSERT INTO zipcodes VALUES (35136,'Rockford','AL','32.869700','-86.282200',-6,1); -INSERT INTO zipcodes VALUES (35137,'Saginaw','AL','33.206302','-86.781162',-6,1); -INSERT INTO zipcodes VALUES (35139,'Sayre','AL','33.712204','-86.972030',-6,1); -INSERT INTO zipcodes VALUES (35142,'Shannon','AL','33.406869','-86.873470',-6,1); -INSERT INTO zipcodes VALUES (35143,'Shelby','AL','33.080971','-86.538750',-6,1); -INSERT INTO zipcodes VALUES (35144,'Siluria','AL','33.282410','-86.683891',-6,1); -INSERT INTO zipcodes VALUES (35146,'Springville','AL','33.781133','-86.450520',-6,1); -INSERT INTO zipcodes VALUES (35147,'Sterrett','AL','33.397441','-86.542180',-6,1); -INSERT INTO zipcodes VALUES (35148,'Sumiton','AL','33.753474','-87.047560',-6,1); -INSERT INTO zipcodes VALUES (35149,'Sycamore','AL','33.252906','-86.205230',-6,1); -INSERT INTO zipcodes VALUES (35150,'Sylacauga','AL','33.185782','-86.251050',-6,1); -INSERT INTO zipcodes VALUES (35151,'Sylacauga','AL','33.137515','-86.334140',-6,1); -INSERT INTO zipcodes VALUES (35160,'Talladega','AL','33.415449','-86.109080',-6,1); -INSERT INTO zipcodes VALUES (35161,'Talladega','AL','33.420206','-86.102782',-6,1); -INSERT INTO zipcodes VALUES (35171,'Thorsby','AL','32.907616','-86.718680',-6,1); -INSERT INTO zipcodes VALUES (35172,'Trafford','AL','33.823416','-86.715370',-6,1); -INSERT INTO zipcodes VALUES (35173,'Trussville','AL','33.623485','-86.585460',-6,1); -INSERT INTO zipcodes VALUES (35175,'Union Grove','AL','34.426844','-86.518410',-6,1); -INSERT INTO zipcodes VALUES (35176,'Vandiver','AL','33.477600','-86.512600',-6,1); -INSERT INTO zipcodes VALUES (35178,'Vincent','AL','33.414831','-86.392500',-6,1); -INSERT INTO zipcodes VALUES (35179,'Vinemont','AL','34.256106','-86.921580',-6,1); -INSERT INTO zipcodes VALUES (35180,'Warrior','AL','33.823430','-86.815690',-6,1); -INSERT INTO zipcodes VALUES (35181,'Watson','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35182,'Wattsville','AL','33.706786','-86.256658',-6,1); -INSERT INTO zipcodes VALUES (35183,'Weogufka','AL','33.016558','-86.339360',-6,1); -INSERT INTO zipcodes VALUES (35184,'West Blocton','AL','33.118259','-87.135480',-6,1); -INSERT INTO zipcodes VALUES (35185,'Westover','AL','33.335629','-86.543692',-6,1); -INSERT INTO zipcodes VALUES (35186,'Wilsonville','AL','33.241272','-86.506140',-6,1); -INSERT INTO zipcodes VALUES (35187,'Wilton','AL','33.081040','-86.879328',-6,1); -INSERT INTO zipcodes VALUES (35188,'Woodstock','AL','33.195743','-87.162520',-6,1); -INSERT INTO zipcodes VALUES (35201,'Birmingham','AL','33.456412','-86.801904',-6,1); -INSERT INTO zipcodes VALUES (35202,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35203,'Birmingham','AL','33.519055','-86.809700',-6,1); -INSERT INTO zipcodes VALUES (35204,'Birmingham','AL','33.519855','-86.835340',-6,1); -INSERT INTO zipcodes VALUES (35205,'Birmingham','AL','33.497055','-86.805700',-6,1); -INSERT INTO zipcodes VALUES (35206,'Birmingham','AL','33.568573','-86.721630',-6,1); -INSERT INTO zipcodes VALUES (35207,'Birmingham','AL','33.560652','-86.818970',-6,1); -INSERT INTO zipcodes VALUES (35208,'Birmingham','AL','33.494545','-86.881150',-6,1); -INSERT INTO zipcodes VALUES (35209,'Birmingham','AL','33.468306','-86.808140',-6,1); -INSERT INTO zipcodes VALUES (35210,'Birmingham','AL','33.546051','-86.669630',-6,1); -INSERT INTO zipcodes VALUES (35211,'Birmingham','AL','33.479306','-86.858780',-6,1); -INSERT INTO zipcodes VALUES (35212,'Birmingham','AL','33.542004','-86.748960',-6,1); -INSERT INTO zipcodes VALUES (35213,'Birmingham','AL','33.507637','-86.741610',-6,1); -INSERT INTO zipcodes VALUES (35214,'Birmingham','AL','33.558772','-86.891990',-6,1); -INSERT INTO zipcodes VALUES (35215,'Birmingham','AL','33.636102','-86.695060',-6,1); -INSERT INTO zipcodes VALUES (35216,'Birmingham','AL','33.420558','-86.784890',-6,1); -INSERT INTO zipcodes VALUES (35217,'Birmingham','AL','33.590003','-86.767080',-6,1); -INSERT INTO zipcodes VALUES (35218,'Birmingham','AL','33.506456','-86.895240',-6,1); -INSERT INTO zipcodes VALUES (35219,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35220,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35221,'Birmingham','AL','33.450267','-86.896500',-6,1); -INSERT INTO zipcodes VALUES (35222,'Birmingham','AL','33.524254','-86.773350',-6,1); -INSERT INTO zipcodes VALUES (35223,'Birmingham','AL','33.488355','-86.734020',-6,1); -INSERT INTO zipcodes VALUES (35224,'Birmingham','AL','33.517706','-86.931890',-6,1); -INSERT INTO zipcodes VALUES (35225,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35226,'Birmingham','AL','33.406409','-86.829500',-6,1); -INSERT INTO zipcodes VALUES (35228,'Birmingham','AL','33.454262','-86.922730',-6,1); -INSERT INTO zipcodes VALUES (35229,'Birmingham','AL','33.462856','-86.790389',-6,1); -INSERT INTO zipcodes VALUES (35230,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35231,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35232,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35233,'Birmingham','AL','33.509623','-86.799700',-6,1); -INSERT INTO zipcodes VALUES (35234,'Birmingham','AL','33.538504','-86.806020',-6,1); -INSERT INTO zipcodes VALUES (35235,'Birmingham','AL','33.609779','-86.655070',-6,1); -INSERT INTO zipcodes VALUES (35236,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35237,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35238,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35240,'Birmingham','AL','33.425892','-86.776926',-6,1); -INSERT INTO zipcodes VALUES (35242,'Birmingham','AL','33.409582','-86.696840',-6,1); -INSERT INTO zipcodes VALUES (35243,'Birmingham','AL','33.437667','-86.745860',-6,1); -INSERT INTO zipcodes VALUES (35244,'Birmingham','AL','33.356981','-86.815770',-6,1); -INSERT INTO zipcodes VALUES (35245,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35246,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35249,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35253,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35254,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35255,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35259,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35260,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35261,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35263,'Birmingham','AL','33.522505','-86.809390',-6,1); -INSERT INTO zipcodes VALUES (35266,'Birmingham','AL','33.372861','-86.853075',-6,1); -INSERT INTO zipcodes VALUES (35277,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35278,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35279,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35280,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35281,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35282,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35283,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35285,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35286,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35287,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35288,'Birmingham','AL','33.445808','-86.928542',-6,1); -INSERT INTO zipcodes VALUES (35289,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35290,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35291,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35292,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35293,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35294,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35295,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35296,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35297,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35298,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35299,'Birmingham','AL','33.544622','-86.929208',-6,1); -INSERT INTO zipcodes VALUES (35308,'Dora','AL','33.706068','-87.092112',-6,1); -INSERT INTO zipcodes VALUES (35401,'Tuscaloosa','AL','33.193818','-87.568430',-6,1); -INSERT INTO zipcodes VALUES (35402,'Tuscaloosa','AL','33.306606','-87.453224',-6,1); -INSERT INTO zipcodes VALUES (35403,'Tuscaloosa','AL','33.205073','-87.527490',-6,1); -INSERT INTO zipcodes VALUES (35404,'Tuscaloosa','AL','33.217168','-87.494610',-6,1); -INSERT INTO zipcodes VALUES (35405,'Tuscaloosa','AL','33.149246','-87.523030',-6,1); -INSERT INTO zipcodes VALUES (35406,'Tuscaloosa','AL','33.271585','-87.506110',-6,1); -INSERT INTO zipcodes VALUES (35407,'Tuscaloosa','AL','33.306606','-87.453224',-6,1); -INSERT INTO zipcodes VALUES (35440,'Abernant','AL','33.311014','-87.189750',-6,1); -INSERT INTO zipcodes VALUES (35441,'Akron','AL','32.871514','-87.733260',-6,1); -INSERT INTO zipcodes VALUES (35442,'Aliceville','AL','33.095505','-88.186530',-6,1); -INSERT INTO zipcodes VALUES (35443,'Boligee','AL','32.772835','-88.032100',-6,1); -INSERT INTO zipcodes VALUES (35444,'Brookwood','AL','33.276411','-87.305200',-6,1); -INSERT INTO zipcodes VALUES (35446,'Buhl','AL','33.207547','-87.750540',-6,1); -INSERT INTO zipcodes VALUES (35447,'Carrollton','AL','33.254197','-88.168660',-6,1); -INSERT INTO zipcodes VALUES (35448,'Clinton','AL','32.835692','-87.956884',-6,1); -INSERT INTO zipcodes VALUES (35449,'Coaling','AL','33.135876','-87.338369',-6,1); -INSERT INTO zipcodes VALUES (35452,'Coker','AL','33.249332','-87.672170',-6,1); -INSERT INTO zipcodes VALUES (35453,'Cottondale','AL','33.170357','-87.398890',-6,1); -INSERT INTO zipcodes VALUES (35456,'Duncanville','AL','33.068806','-87.439740',-6,1); -INSERT INTO zipcodes VALUES (35457,'Echola','AL','33.301003','-87.771870',-6,1); -INSERT INTO zipcodes VALUES (35458,'Elrod','AL','33.274081','-87.802110',-6,1); -INSERT INTO zipcodes VALUES (35459,'Emelle','AL','32.807280','-88.310690',-6,1); -INSERT INTO zipcodes VALUES (35460,'Epes','AL','32.716468','-88.152610',-6,1); -INSERT INTO zipcodes VALUES (35461,'Ethelsville','AL','33.421827','-88.220130',-6,1); -INSERT INTO zipcodes VALUES (35462,'Eutaw','AL','32.931143','-87.938370',-6,1); -INSERT INTO zipcodes VALUES (35463,'Fosters','AL','33.081289','-87.689880',-6,1); -INSERT INTO zipcodes VALUES (35464,'Gainesville','AL','32.811241','-88.164800',-6,1); -INSERT INTO zipcodes VALUES (35466,'Gordo','AL','33.299935','-87.883680',-6,1); -INSERT INTO zipcodes VALUES (35468,'Kellerman','AL','33.306606','-87.453224',-6,1); -INSERT INTO zipcodes VALUES (35469,'Knoxville','AL','33.012557','-87.797930',-6,1); -INSERT INTO zipcodes VALUES (35470,'Livingston','AL','32.558949','-88.124850',-6,1); -INSERT INTO zipcodes VALUES (35471,'McShan','AL','33.402134','-88.147320',-6,1); -INSERT INTO zipcodes VALUES (35473,'Northport','AL','33.260567','-87.589450',-6,1); -INSERT INTO zipcodes VALUES (35474,'Moundville','AL','32.962981','-87.617170',-6,1); -INSERT INTO zipcodes VALUES (35475,'Northport','AL','33.388654','-87.579130',-6,1); -INSERT INTO zipcodes VALUES (35476,'Northport','AL','33.227736','-87.588190',-6,1); -INSERT INTO zipcodes VALUES (35477,'Panola','AL','32.915891','-88.257640',-6,1); -INSERT INTO zipcodes VALUES (35478,'Peterson','AL','33.306606','-87.453224',-6,1); -INSERT INTO zipcodes VALUES (35480,'Ralph','AL','33.102981','-87.833820',-6,1); -INSERT INTO zipcodes VALUES (35481,'Reform','AL','33.399471','-88.020860',-6,1); -INSERT INTO zipcodes VALUES (35482,'Samantha','AL','33.306606','-87.453224',-6,1); -INSERT INTO zipcodes VALUES (35485,'Tuscaloosa','AL','33.306606','-87.453224',-6,1); -INSERT INTO zipcodes VALUES (35486,'Tuscaloosa','AL','33.272662','-87.793794',-6,1); -INSERT INTO zipcodes VALUES (35487,'Tuscaloosa','AL','33.307222','-87.585902',-6,1); -INSERT INTO zipcodes VALUES (35490,'Vance','AL','33.197284','-87.251560',-6,1); -INSERT INTO zipcodes VALUES (35491,'West Greene','AL','32.835692','-87.956884',-6,1); -INSERT INTO zipcodes VALUES (35501,'Jasper','AL','33.828412','-87.276320',-6,1); -INSERT INTO zipcodes VALUES (35502,'Jasper','AL','33.901993','-87.293888',-6,1); -INSERT INTO zipcodes VALUES (35503,'Jasper','AL','33.907546','-87.299570',-6,1); -INSERT INTO zipcodes VALUES (35504,'Jasper','AL','33.883566','-87.212500',-6,1); -INSERT INTO zipcodes VALUES (35540,'Addison','AL','34.223057','-87.172320',-6,1); -INSERT INTO zipcodes VALUES (35541,'Arley','AL','34.059527','-87.183440',-6,1); -INSERT INTO zipcodes VALUES (35542,'Bankston','AL','33.703682','-87.671550',-6,1); -INSERT INTO zipcodes VALUES (35543,'Bear Creek','AL','34.247898','-87.721710',-6,1); -INSERT INTO zipcodes VALUES (35544,'Beaverton','AL','33.939291','-88.013670',-6,1); -INSERT INTO zipcodes VALUES (35545,'Belk','AL','33.641227','-87.929110',-6,1); -INSERT INTO zipcodes VALUES (35546,'Berry','AL','33.628719','-87.582510',-6,1); -INSERT INTO zipcodes VALUES (35548,'Brilliant','AL','34.043457','-87.759400',-6,1); -INSERT INTO zipcodes VALUES (35549,'Carbon Hill','AL','33.877980','-87.527280',-6,1); -INSERT INTO zipcodes VALUES (35550,'Cordova','AL','33.754767','-87.165870',-6,1); -INSERT INTO zipcodes VALUES (35551,'Delmar','AL','34.145939','-87.373241',-6,1); -INSERT INTO zipcodes VALUES (35552,'Detroit','AL','34.061266','-88.154620',-6,1); -INSERT INTO zipcodes VALUES (35553,'Double Springs','AL','34.146713','-87.393170',-6,1); -INSERT INTO zipcodes VALUES (35554,'Eldridge','AL','33.903299','-87.651940',-6,1); -INSERT INTO zipcodes VALUES (35555,'Fayette','AL','33.681768','-87.830260',-6,1); -INSERT INTO zipcodes VALUES (35559,'Glen Allen','AL','33.909001','-87.731860',-6,1); -INSERT INTO zipcodes VALUES (35560,'Goodsprings','AL','33.679503','-87.237372',-6,1); -INSERT INTO zipcodes VALUES (35563,'Guin','AL','33.972007','-87.903020',-6,1); -INSERT INTO zipcodes VALUES (35564,'Hackleburg','AL','34.262751','-87.834410',-6,1); -INSERT INTO zipcodes VALUES (35565,'Haleyville','AL','34.225425','-87.611800',-6,1); -INSERT INTO zipcodes VALUES (35570,'Hamilton','AL','34.149717','-88.003840',-6,1); -INSERT INTO zipcodes VALUES (35571,'Hodges','AL','34.341907','-87.946120',-6,1); -INSERT INTO zipcodes VALUES (35572,'Houston','AL','34.166780','-87.265260',-6,1); -INSERT INTO zipcodes VALUES (35573,'Kansas','AL','33.921690','-87.524264',-6,1); -INSERT INTO zipcodes VALUES (35574,'Kennedy','AL','33.586897','-87.976950',-6,1); -INSERT INTO zipcodes VALUES (35575,'Lynn','AL','34.049426','-87.570650',-6,1); -INSERT INTO zipcodes VALUES (35576,'Millport','AL','33.581135','-88.108350',-6,1); -INSERT INTO zipcodes VALUES (35577,'Natural Bridge','AL','34.093409','-87.600815',-6,1); -INSERT INTO zipcodes VALUES (35578,'Nauvoo','AL','33.971730','-87.457460',-6,1); -INSERT INTO zipcodes VALUES (35579,'Oakman','AL','33.673236','-87.371690',-6,1); -INSERT INTO zipcodes VALUES (35580,'Parrish','AL','33.701484','-87.271030',-6,1); -INSERT INTO zipcodes VALUES (35581,'Phil Campbell','AL','34.343017','-87.712770',-6,1); -INSERT INTO zipcodes VALUES (35582,'Red Bay','AL','34.448328','-88.120410',-6,1); -INSERT INTO zipcodes VALUES (35584,'Sipsey','AL','33.823683','-87.086990',-6,1); -INSERT INTO zipcodes VALUES (35585,'Spruce Pine','AL','34.428048','-87.806950',-6,1); -INSERT INTO zipcodes VALUES (35586,'Sulligent','AL','33.864591','-88.131170',-6,1); -INSERT INTO zipcodes VALUES (35587,'Townley','AL','33.807412','-87.446000',-6,1); -INSERT INTO zipcodes VALUES (35592,'Vernon','AL','33.752857','-88.099600',-6,1); -INSERT INTO zipcodes VALUES (35593,'Vina','AL','34.369264','-88.067450',-6,1); -INSERT INTO zipcodes VALUES (35594,'Winfield','AL','33.925454','-87.789490',-6,1); -INSERT INTO zipcodes VALUES (35601,'Decatur','AL','34.595332','-86.987860',-6,1); -INSERT INTO zipcodes VALUES (35602,'Decatur','AL','34.606216','-87.088142',-6,1); -INSERT INTO zipcodes VALUES (35603,'Decatur','AL','34.539072','-86.957320',-6,1); -INSERT INTO zipcodes VALUES (35609,'Decatur','AL','34.495365','-86.829930',-6,1); -INSERT INTO zipcodes VALUES (35610,'Anderson','AL','34.944113','-87.249210',-6,1); -INSERT INTO zipcodes VALUES (35611,'Athens','AL','34.784028','-87.027670',-6,1); -INSERT INTO zipcodes VALUES (35612,'Athens','AL','34.774907','-87.030479',-6,1); -INSERT INTO zipcodes VALUES (35613,'Athens','AL','34.808165','-86.896230',-6,1); -INSERT INTO zipcodes VALUES (35614,'Athens','AL','34.860179','-87.062310',-6,1); -INSERT INTO zipcodes VALUES (35615,'Belle Mina','AL','34.774907','-87.030479',-6,1); -INSERT INTO zipcodes VALUES (35616,'Cherokee','AL','34.748498','-87.998600',-6,1); -INSERT INTO zipcodes VALUES (35617,'Cloverdale','AL','34.869964','-87.706859',-6,1); -INSERT INTO zipcodes VALUES (35618,'Courtland','AL','34.665033','-87.309780',-6,1); -INSERT INTO zipcodes VALUES (35619,'Danville','AL','34.404908','-87.129150',-6,1); -INSERT INTO zipcodes VALUES (35620,'Elkmont','AL','34.930354','-86.980900',-6,1); -INSERT INTO zipcodes VALUES (35621,'Eva','AL','34.334972','-86.718470',-6,1); -INSERT INTO zipcodes VALUES (35622,'Falkville','AL','34.340484','-86.891760',-6,1); -INSERT INTO zipcodes VALUES (35630,'Florence','AL','34.817537','-87.662530',-6,1); -INSERT INTO zipcodes VALUES (35631,'Florence','AL','34.869964','-87.706859',-6,1); -INSERT INTO zipcodes VALUES (35632,'Florence','AL','34.869964','-87.706859',-6,1); -INSERT INTO zipcodes VALUES (35633,'Florence','AL','34.898897','-87.773790',-6,1); -INSERT INTO zipcodes VALUES (35634,'Florence','AL','34.888897','-87.607310',-6,1); -INSERT INTO zipcodes VALUES (35640,'Hartselle','AL','34.442184','-86.940270',-6,1); -INSERT INTO zipcodes VALUES (35643,'Hillsboro','AL','34.648768','-87.203940',-6,1); -INSERT INTO zipcodes VALUES (35645,'Killen','AL','34.904208','-87.507760',-6,1); -INSERT INTO zipcodes VALUES (35646,'Leighton','AL','34.660322','-87.535770',-6,1); -INSERT INTO zipcodes VALUES (35647,'Lester','AL','34.967939','-87.117320',-6,1); -INSERT INTO zipcodes VALUES (35648,'Lexington','AL','34.966009','-87.382620',-6,1); -INSERT INTO zipcodes VALUES (35649,'Mooresville','AL','34.625704','-86.878400',-6,1); -INSERT INTO zipcodes VALUES (35650,'Moulton','AL','34.496476','-87.278020',-6,1); -INSERT INTO zipcodes VALUES (35651,'Mount Hope','AL','34.476048','-87.488750',-6,1); -INSERT INTO zipcodes VALUES (35652,'Rogersville','AL','34.843309','-87.299370',-6,1); -INSERT INTO zipcodes VALUES (35653,'Russellville','AL','34.519453','-87.780770',-6,1); -INSERT INTO zipcodes VALUES (35654,'Russellville','AL','34.516472','-87.652650',-6,1); -INSERT INTO zipcodes VALUES (35659,'Russellville','AL','34.536839','-87.704179',-6,1); -INSERT INTO zipcodes VALUES (35660,'Sheffield','AL','34.759738','-87.693170',-6,1); -INSERT INTO zipcodes VALUES (35661,'Muscle Shoals','AL','34.759947','-87.627050',-6,1); -INSERT INTO zipcodes VALUES (35662,'Muscle Shoals','AL','34.757152','-87.966575',-6,1); -INSERT INTO zipcodes VALUES (35670,'Somerville','AL','34.481885','-86.752500',-6,1); -INSERT INTO zipcodes VALUES (35671,'Tanner','AL','34.673730','-86.949860',-6,1); -INSERT INTO zipcodes VALUES (35672,'Town Creek','AL','34.642480','-87.411660',-6,1); -INSERT INTO zipcodes VALUES (35673,'Trinity','AL','34.581591','-87.118840',-6,1); -INSERT INTO zipcodes VALUES (35674,'Tuscumbia','AL','34.700170','-87.714200',-6,1); -INSERT INTO zipcodes VALUES (35677,'Waterloo','AL','34.950648','-88.026030',-6,1); -INSERT INTO zipcodes VALUES (35699,'Decatur','AL','34.495365','-86.829930',-6,1); -INSERT INTO zipcodes VALUES (35703,'Cardiff','AL','33.646720','-86.931818',-6,1); -INSERT INTO zipcodes VALUES (35715,'Montevallo','AL','33.086960','-86.855772',-6,1); -INSERT INTO zipcodes VALUES (35739,'Ardmore','AL','34.972309','-86.813520',-6,1); -INSERT INTO zipcodes VALUES (35740,'Bridgeport','AL','34.943871','-85.730770',-6,1); -INSERT INTO zipcodes VALUES (35741,'Brownsboro','AL','34.720813','-86.489320',-6,1); -INSERT INTO zipcodes VALUES (35742,'Capshaw','AL','34.813577','-86.804050',-6,1); -INSERT INTO zipcodes VALUES (35744,'Dutton','AL','34.610055','-85.915530',-6,1); -INSERT INTO zipcodes VALUES (35745,'Estillfork','AL','34.929269','-86.207260',-6,1); -INSERT INTO zipcodes VALUES (35746,'Fackler','AL','34.830058','-85.970480',-6,1); -INSERT INTO zipcodes VALUES (35747,'Grant','AL','34.500216','-86.278890',-6,1); -INSERT INTO zipcodes VALUES (35748,'Gurley','AL','34.710942','-86.389950',-6,1); -INSERT INTO zipcodes VALUES (35749,'Harvest','AL','34.815817','-86.760030',-6,1); -INSERT INTO zipcodes VALUES (35750,'Hazel Green','AL','34.948321','-86.589880',-6,1); -INSERT INTO zipcodes VALUES (35751,'Hollytree','AL','34.815033','-86.272580',-6,1); -INSERT INTO zipcodes VALUES (35752,'Hollywood','AL','34.745259','-85.947290',-6,1); -INSERT INTO zipcodes VALUES (35754,'Laceys Spring','AL','34.520438','-86.619770',-6,1); -INSERT INTO zipcodes VALUES (35755,'Langston','AL','34.501178','-86.115160',-6,1); -INSERT INTO zipcodes VALUES (35756,'Madison','AL','34.630103','-86.801590',-6,1); -INSERT INTO zipcodes VALUES (35757,'Madison','AL','34.776638','-86.751640',-6,1); -INSERT INTO zipcodes VALUES (35758,'Madison','AL','34.715065','-86.739640',-6,1); -INSERT INTO zipcodes VALUES (35759,'Meridianville','AL','34.863236','-86.561370',-6,1); -INSERT INTO zipcodes VALUES (35760,'New Hope','AL','34.541285','-86.398520',-6,1); -INSERT INTO zipcodes VALUES (35761,'New Market','AL','34.902137','-86.442720',-6,1); -INSERT INTO zipcodes VALUES (35762,'Normal','AL','34.733964','-86.522913',-6,1); -INSERT INTO zipcodes VALUES (35763,'Owens Cross Roads','AL','34.624533','-86.470690',-6,1); -INSERT INTO zipcodes VALUES (35764,'Paint Rock','AL','34.694662','-86.318160',-6,1); -INSERT INTO zipcodes VALUES (35765,'Pisgah','AL','34.695645','-85.804840',-6,1); -INSERT INTO zipcodes VALUES (35766,'Princeton','AL','34.842944','-86.231490',-6,1); -INSERT INTO zipcodes VALUES (35767,'Ryland','AL','34.733964','-86.522913',-6,1); -INSERT INTO zipcodes VALUES (35768,'Scottsboro','AL','34.712327','-86.083870',-6,1); -INSERT INTO zipcodes VALUES (35769,'Scottsboro','AL','34.606124','-86.064640',-6,1); -INSERT INTO zipcodes VALUES (35771,'Section','AL','34.546397','-85.982790',-6,1); -INSERT INTO zipcodes VALUES (35772,'Stevenson','AL','34.877531','-85.845280',-6,1); -INSERT INTO zipcodes VALUES (35773,'Toney','AL','34.902670','-86.713670',-6,1); -INSERT INTO zipcodes VALUES (35774,'Trenton','AL','34.752369','-86.226340',-6,1); -INSERT INTO zipcodes VALUES (35775,'Valhermoso Springs','AL','34.550375','-86.705760',-6,1); -INSERT INTO zipcodes VALUES (35776,'Woodville','AL','34.664895','-86.233630',-6,1); -INSERT INTO zipcodes VALUES (35801,'Huntsville','AL','34.728790','-86.573160',-6,1); -INSERT INTO zipcodes VALUES (35802,'Huntsville','AL','34.666041','-86.559290',-6,1); -INSERT INTO zipcodes VALUES (35803,'Huntsville','AL','34.603017','-86.542930',-6,1); -INSERT INTO zipcodes VALUES (35804,'Huntsville','AL','34.728366','-86.585312',-6,1); -INSERT INTO zipcodes VALUES (35805,'Huntsville','AL','34.711291','-86.616910',-6,1); -INSERT INTO zipcodes VALUES (35806,'Huntsville','AL','34.748066','-86.683170',-6,1); -INSERT INTO zipcodes VALUES (35807,'Huntsville','AL','34.733964','-86.522913',-6,1); -INSERT INTO zipcodes VALUES (35808,'Huntsville','AL','34.623075','-86.664700',-6,1); -INSERT INTO zipcodes VALUES (35809,'Huntsville','AL','34.733964','-86.522913',-6,1); -INSERT INTO zipcodes VALUES (35810,'Huntsville','AL','34.776240','-86.613390',-6,1); -INSERT INTO zipcodes VALUES (35811,'Huntsville','AL','34.781080','-86.531630',-6,1); -INSERT INTO zipcodes VALUES (35812,'Huntsville','AL','34.733964','-86.522913',-6,1); -INSERT INTO zipcodes VALUES (35813,'Huntsville','AL','34.733964','-86.522913',-6,1); -INSERT INTO zipcodes VALUES (35814,'Huntsville','AL','34.733964','-86.522913',-6,1); -INSERT INTO zipcodes VALUES (35815,'Huntsville','AL','34.733964','-86.522913',-6,1); -INSERT INTO zipcodes VALUES (35816,'Huntsville','AL','34.739690','-86.624640',-6,1); -INSERT INTO zipcodes VALUES (35824,'Huntsville','AL','34.654126','-86.739870',-6,1); -INSERT INTO zipcodes VALUES (35893,'Huntsville','AL','34.733964','-86.522913',-6,1); -INSERT INTO zipcodes VALUES (35894,'Huntsville','AL','34.733964','-86.522913',-6,1); -INSERT INTO zipcodes VALUES (35895,'Huntsville','AL','34.733964','-86.522913',-6,1); -INSERT INTO zipcodes VALUES (35896,'Huntsville','AL','34.733964','-86.522913',-6,1); -INSERT INTO zipcodes VALUES (35897,'Huntsville','AL','34.733964','-86.522913',-6,1); -INSERT INTO zipcodes VALUES (35898,'Huntsville','AL','34.733964','-86.522913',-6,1); -INSERT INTO zipcodes VALUES (35899,'Huntsville','AL','34.733898','-86.645592',-6,1); -INSERT INTO zipcodes VALUES (35901,'Gadsden','AL','34.016747','-85.992820',-6,1); -INSERT INTO zipcodes VALUES (35902,'Gadsden','AL','33.984062','-85.803434',-6,1); -INSERT INTO zipcodes VALUES (35903,'Gadsden','AL','33.996698','-85.924960',-6,1); -INSERT INTO zipcodes VALUES (35904,'Gadsden','AL','34.032097','-86.035300',-6,1); -INSERT INTO zipcodes VALUES (35905,'Gadsden','AL','33.942031','-85.939930',-6,1); -INSERT INTO zipcodes VALUES (35906,'Rainbow City','AL','33.943964','-86.061540',-6,1); -INSERT INTO zipcodes VALUES (35907,'Gadsden','AL','33.906415','-86.026650',-6,1); -INSERT INTO zipcodes VALUES (35950,'Albertville','AL','34.261878','-86.228350',-6,1); -INSERT INTO zipcodes VALUES (35951,'Albertville','AL','34.313014','-86.192820',-6,1); -INSERT INTO zipcodes VALUES (35952,'Altoona','AL','34.057496','-86.322250',-6,1); -INSERT INTO zipcodes VALUES (35953,'Ashville','AL','33.825516','-86.242310',-6,1); -INSERT INTO zipcodes VALUES (35954,'Attalla','AL','34.043263','-86.089040',-6,1); -INSERT INTO zipcodes VALUES (35956,'Boaz','AL','34.155318','-86.132370',-6,1); -INSERT INTO zipcodes VALUES (35957,'Boaz','AL','34.203621','-86.172800',-6,1); -INSERT INTO zipcodes VALUES (35958,'Bryant','AL','34.921827','-85.637840',-6,1); -INSERT INTO zipcodes VALUES (35959,'Cedar Bluff','AL','34.237989','-85.612770',-6,1); -INSERT INTO zipcodes VALUES (35960,'Centre','AL','34.141067','-85.604720',-6,1); -INSERT INTO zipcodes VALUES (35961,'Collinsville','AL','34.279268','-85.856340',-6,1); -INSERT INTO zipcodes VALUES (35962,'Crossville','AL','34.297717','-86.036000',-6,1); -INSERT INTO zipcodes VALUES (35963,'Dawson','AL','34.359766','-85.928250',-6,1); -INSERT INTO zipcodes VALUES (35964,'Douglas','AL','34.349620','-86.319824',-6,1); -INSERT INTO zipcodes VALUES (35966,'Flat Rock','AL','34.788306','-85.676420',-6,1); -INSERT INTO zipcodes VALUES (35967,'Fort Payne','AL','34.429472','-85.710780',-6,1); -INSERT INTO zipcodes VALUES (35968,'Fort Payne','AL','34.460537','-85.767440',-6,1); -INSERT INTO zipcodes VALUES (35969,'Fort Payne','AL','34.452575','-85.717302',-6,1); -INSERT INTO zipcodes VALUES (35971,'Fyffe','AL','34.457657','-85.927720',-6,1); -INSERT INTO zipcodes VALUES (35972,'Gallant','AL','33.987653','-86.255230',-6,1); -INSERT INTO zipcodes VALUES (35973,'Gaylesville','AL','34.333048','-85.551720',-6,1); -INSERT INTO zipcodes VALUES (35974,'Geraldine','AL','34.361787','-86.009800',-6,1); -INSERT INTO zipcodes VALUES (35975,'Groveoak','AL','34.431683','-86.061690',-6,1); -INSERT INTO zipcodes VALUES (35976,'Guntersville','AL','34.350835','-86.304750',-6,1); -INSERT INTO zipcodes VALUES (35978,'Henagar','AL','34.637589','-85.732740',-6,1); -INSERT INTO zipcodes VALUES (35979,'Higdon','AL','34.831242','-85.615640',-6,1); -INSERT INTO zipcodes VALUES (35980,'Horton','AL','34.179277','-86.368820',-6,1); -INSERT INTO zipcodes VALUES (35981,'Ider','AL','34.717362','-85.653530',-6,1); -INSERT INTO zipcodes VALUES (35983,'Leesburg','AL','34.189256','-85.768160',-6,1); -INSERT INTO zipcodes VALUES (35984,'Mentone','AL','34.557735','-85.575100',-6,1); -INSERT INTO zipcodes VALUES (35986,'Rainsville','AL','34.500878','-85.837630',-6,1); -INSERT INTO zipcodes VALUES (35987,'Steele','AL','33.911700','-86.244080',-6,1); -INSERT INTO zipcodes VALUES (35988,'Sylvania','AL','34.568380','-85.796460',-6,1); -INSERT INTO zipcodes VALUES (35989,'Valley Head','AL','34.585200','-85.651250',-6,1); -INSERT INTO zipcodes VALUES (35990,'Walnut Grove','AL','34.066644','-86.304380',-6,1); -INSERT INTO zipcodes VALUES (36003,'Autaugaville','AL','32.439967','-86.688010',-6,1); -INSERT INTO zipcodes VALUES (36005,'Banks','AL','31.859531','-85.755580',-6,1); -INSERT INTO zipcodes VALUES (36006,'Billingsley','AL','32.652790','-86.714300',-6,1); -INSERT INTO zipcodes VALUES (36008,'Booth','AL','32.501649','-86.572711',-6,1); -INSERT INTO zipcodes VALUES (36009,'Brantley','AL','31.579451','-86.318800',-6,1); -INSERT INTO zipcodes VALUES (36010,'Brundidge','AL','31.678393','-85.824250',-6,1); -INSERT INTO zipcodes VALUES (36013,'Cecil','AL','32.295289','-85.996530',-6,1); -INSERT INTO zipcodes VALUES (36015,'Chapman','AL','31.642713','-86.734317',-6,1); -INSERT INTO zipcodes VALUES (36016,'Clayton','AL','31.843675','-85.432980',-6,1); -INSERT INTO zipcodes VALUES (36017,'Clio','AL','31.692576','-85.557870',-6,1); -INSERT INTO zipcodes VALUES (36020,'Coosada','AL','32.496067','-86.330730',-6,1); -INSERT INTO zipcodes VALUES (36022,'Deatsville','AL','32.612619','-86.394970',-6,1); -INSERT INTO zipcodes VALUES (36023,'East Tallassee','AL','32.800155','-85.803427',-6,1); -INSERT INTO zipcodes VALUES (36024,'Eclectic','AL','32.697561','-86.016000',-6,1); -INSERT INTO zipcodes VALUES (36025,'Elmore','AL','32.538878','-86.333580',-6,1); -INSERT INTO zipcodes VALUES (36026,'Equality','AL','32.776549','-86.047700',-6,1); -INSERT INTO zipcodes VALUES (36027,'Eufaula','AL','31.876168','-85.173620',-6,1); -INSERT INTO zipcodes VALUES (36028,'Dozier','AL','31.474803','-86.376180',-6,1); -INSERT INTO zipcodes VALUES (36029,'Fitzpatrick','AL','32.214818','-85.932810',-6,1); -INSERT INTO zipcodes VALUES (36030,'Forest Home','AL','31.847964','-86.864410',-6,1); -INSERT INTO zipcodes VALUES (36031,'Fort Davis','AL','32.251957','-85.735890',-6,1); -INSERT INTO zipcodes VALUES (36032,'Fort Deposit','AL','31.984289','-86.570870',-6,1); -INSERT INTO zipcodes VALUES (36033,'Georgiana','AL','31.655458','-86.767370',-6,1); -INSERT INTO zipcodes VALUES (36034,'Glenwood','AL','31.637696','-86.135780',-6,1); -INSERT INTO zipcodes VALUES (36035,'Goshen','AL','31.756986','-86.144890',-6,1); -INSERT INTO zipcodes VALUES (36036,'Grady','AL','31.985456','-86.157410',-6,1); -INSERT INTO zipcodes VALUES (36037,'Greenville','AL','31.800700','-86.605910',-6,1); -INSERT INTO zipcodes VALUES (36038,'Gantt','AL','31.260882','-86.444833',-6,1); -INSERT INTO zipcodes VALUES (36039,'Hardaway','AL','32.280320','-85.819790',-6,1); -INSERT INTO zipcodes VALUES (36040,'Hayneville','AL','32.182677','-86.668770',-6,1); -INSERT INTO zipcodes VALUES (36041,'Highland Home','AL','31.913456','-86.300830',-6,1); -INSERT INTO zipcodes VALUES (36042,'Honoraville','AL','31.860078','-86.446070',-6,1); -INSERT INTO zipcodes VALUES (36043,'Hope Hull','AL','32.223810','-86.397980',-6,1); -INSERT INTO zipcodes VALUES (36045,'Kent','AL','32.587631','-86.132981',-6,1); -INSERT INTO zipcodes VALUES (36046,'Lapine','AL','32.025367','-86.341820',-6,1); -INSERT INTO zipcodes VALUES (36047,'Letohatchee','AL','32.070433','-86.494370',-6,1); -INSERT INTO zipcodes VALUES (36048,'Louisville','AL','31.776734','-85.589080',-6,1); -INSERT INTO zipcodes VALUES (36049,'Luverne','AL','31.737407','-86.269460',-6,1); -INSERT INTO zipcodes VALUES (36051,'Marbury','AL','32.682598','-86.474510',-6,1); -INSERT INTO zipcodes VALUES (36052,'Mathews','AL','32.171705','-86.066610',-6,1); -INSERT INTO zipcodes VALUES (36053,'Midway','AL','32.011153','-85.468270',-6,1); -INSERT INTO zipcodes VALUES (36054,'Millbrook','AL','32.492335','-86.366920',-6,1); -INSERT INTO zipcodes VALUES (36057,'Mount Meigs','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36061,'Perote','AL','32.092808','-85.704649',-6,1); -INSERT INTO zipcodes VALUES (36062,'Petrey','AL','31.745890','-86.323949',-6,1); -INSERT INTO zipcodes VALUES (36064,'Pike Road','AL','32.318234','-86.095850',-6,1); -INSERT INTO zipcodes VALUES (36065,'Pine Level','AL','32.042813','-86.051400',-6,1); -INSERT INTO zipcodes VALUES (36066,'Prattville','AL','32.459435','-86.427460',-6,1); -INSERT INTO zipcodes VALUES (36067,'Prattville','AL','32.488113','-86.529620',-6,1); -INSERT INTO zipcodes VALUES (36068,'Prattville','AL','32.507893','-86.666272',-6,1); -INSERT INTO zipcodes VALUES (36069,'Ramer','AL','32.079550','-86.149110',-6,1); -INSERT INTO zipcodes VALUES (36071,'Rutledge','AL','31.708837','-86.386170',-6,1); -INSERT INTO zipcodes VALUES (36072,'Eufaula','AL','31.826055','-85.166028',-6,1); -INSERT INTO zipcodes VALUES (36075,'Shorter','AL','32.399994','-85.923700',-6,1); -INSERT INTO zipcodes VALUES (36078,'Tallassee','AL','32.553036','-85.913600',-6,1); -INSERT INTO zipcodes VALUES (36079,'Troy','AL','31.780847','-85.992000',-6,1); -INSERT INTO zipcodes VALUES (36080,'Titus','AL','32.691057','-86.294290',-6,1); -INSERT INTO zipcodes VALUES (36081,'Troy','AL','31.852825','-85.923140',-6,1); -INSERT INTO zipcodes VALUES (36082,'Troy','AL','31.816474','-85.964713',-6,1); -INSERT INTO zipcodes VALUES (36083,'Tuskegee','AL','32.427987','-85.695420',-6,1); -INSERT INTO zipcodes VALUES (36087,'Tuskegee Institute','AL','32.409260','-85.738032',-6,1); -INSERT INTO zipcodes VALUES (36088,'Tuskegee Institute','AL','32.419862','-85.716990',-6,1); -INSERT INTO zipcodes VALUES (36089,'Union Springs','AL','32.145437','-85.709980',-6,1); -INSERT INTO zipcodes VALUES (36091,'Verbena','AL','32.759543','-86.511110',-6,1); -INSERT INTO zipcodes VALUES (36092,'Wetumpka','AL','32.592889','-86.219020',-6,1); -INSERT INTO zipcodes VALUES (36093,'Wetumpka','AL','32.505741','-86.156440',-6,1); -INSERT INTO zipcodes VALUES (36101,'Montgomery','AL','32.356988','-86.257817',-6,1); -INSERT INTO zipcodes VALUES (36102,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36103,'Montgomery','AL','32.346158','-86.287316',-6,1); -INSERT INTO zipcodes VALUES (36104,'Montgomery','AL','32.377509','-86.310680',-6,1); -INSERT INTO zipcodes VALUES (36105,'Montgomery','AL','32.302340','-86.305040',-6,1); -INSERT INTO zipcodes VALUES (36106,'Montgomery','AL','32.354888','-86.271610',-6,1); -INSERT INTO zipcodes VALUES (36107,'Montgomery','AL','32.378138','-86.279050',-6,1); -INSERT INTO zipcodes VALUES (36108,'Montgomery','AL','32.353188','-86.360370',-6,1); -INSERT INTO zipcodes VALUES (36109,'Montgomery','AL','32.386088','-86.245110',-6,1); -INSERT INTO zipcodes VALUES (36110,'Montgomery','AL','32.426372','-86.270070',-6,1); -INSERT INTO zipcodes VALUES (36111,'Montgomery','AL','32.338989','-86.273160',-6,1); -INSERT INTO zipcodes VALUES (36112,'Montgomery','AL','32.374287','-86.345719',-6,1); -INSERT INTO zipcodes VALUES (36113,'Montgomery','AL','32.359588','-86.344340',-6,1); -INSERT INTO zipcodes VALUES (36114,'Montgomery','AL','32.403987','-86.253867',-6,1); -INSERT INTO zipcodes VALUES (36115,'Montgomery','AL','32.404754','-86.249630',-6,1); -INSERT INTO zipcodes VALUES (36116,'Montgomery','AL','32.313240','-86.236720',-6,1); -INSERT INTO zipcodes VALUES (36117,'Montgomery','AL','32.373714','-86.164430',-6,1); -INSERT INTO zipcodes VALUES (36118,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36119,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36120,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36121,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36123,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36124,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36125,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36130,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36131,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36132,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36133,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36134,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36135,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36140,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36141,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36142,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36177,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36191,'Montgomery','AL','32.233377','-86.208528',-6,1); -INSERT INTO zipcodes VALUES (36201,'Anniston','AL','33.658803','-85.851780',-6,1); -INSERT INTO zipcodes VALUES (36202,'Anniston','AL','33.762195','-85.837828',-6,1); -INSERT INTO zipcodes VALUES (36203,'Anniston','AL','33.591301','-85.835710',-6,1); -INSERT INTO zipcodes VALUES (36204,'Anniston','AL','33.762195','-85.837828',-6,1); -INSERT INTO zipcodes VALUES (36205,'Anniston','AL','33.711314','-85.785270',-6,1); -INSERT INTO zipcodes VALUES (36206,'Anniston','AL','33.719701','-85.831660',-6,1); -INSERT INTO zipcodes VALUES (36207,'Anniston','AL','33.651673','-85.758950',-6,1); -INSERT INTO zipcodes VALUES (36250,'Alexandria','AL','33.766057','-85.889690',-6,1); -INSERT INTO zipcodes VALUES (36251,'Ashland','AL','33.243964','-85.845030',-6,1); -INSERT INTO zipcodes VALUES (36253,'Bynum','AL','33.762195','-85.837828',-6,1); -INSERT INTO zipcodes VALUES (36254,'Choccolocco','AL','33.657349','-85.699116',-6,1); -INSERT INTO zipcodes VALUES (36255,'Cragford','AL','33.185338','-85.725480',-6,1); -INSERT INTO zipcodes VALUES (36256,'Daviston','AL','33.032076','-85.699620',-6,1); -INSERT INTO zipcodes VALUES (36257,'De Armanville','AL','33.762195','-85.837828',-6,1); -INSERT INTO zipcodes VALUES (36258,'Delta','AL','33.473789','-85.714090',-6,1); -INSERT INTO zipcodes VALUES (36260,'Eastaboga','AL','33.593189','-85.995510',-6,1); -INSERT INTO zipcodes VALUES (36261,'Edwardsville','AL','33.706595','-85.509902',-6,1); -INSERT INTO zipcodes VALUES (36262,'Fruithurst','AL','33.761052','-85.452270',-6,1); -INSERT INTO zipcodes VALUES (36263,'Graham','AL','33.469709','-85.361390',-6,1); -INSERT INTO zipcodes VALUES (36264,'Heflin','AL','33.613541','-85.554570',-6,1); -INSERT INTO zipcodes VALUES (36265,'Jacksonville','AL','33.824496','-85.770370',-6,1); -INSERT INTO zipcodes VALUES (36266,'Lineville','AL','33.328958','-85.720730',-6,1); -INSERT INTO zipcodes VALUES (36267,'Millerville','AL','33.200704','-85.941590',-6,1); -INSERT INTO zipcodes VALUES (36268,'Munford','AL','33.511790','-85.947560',-6,1); -INSERT INTO zipcodes VALUES (36269,'Muscadine','AL','33.740158','-85.378130',-6,1); -INSERT INTO zipcodes VALUES (36270,'Newell','AL','33.423088','-85.472020',-6,1); -INSERT INTO zipcodes VALUES (36271,'Ohatchee','AL','33.799330','-86.028600',-6,1); -INSERT INTO zipcodes VALUES (36272,'Piedmont','AL','33.948018','-85.614910',-6,1); -INSERT INTO zipcodes VALUES (36273,'Ranburne','AL','33.535491','-85.363120',-6,1); -INSERT INTO zipcodes VALUES (36274,'Roanoke','AL','33.159848','-85.368650',-6,1); -INSERT INTO zipcodes VALUES (36275,'Spring Garden','AL','33.977829','-85.552143',-6,1); -INSERT INTO zipcodes VALUES (36276,'Wadley','AL','33.142612','-85.574180',-6,1); -INSERT INTO zipcodes VALUES (36277,'Weaver','AL','33.754308','-85.819910',-6,1); -INSERT INTO zipcodes VALUES (36278,'Wedowee','AL','33.338853','-85.509000',-6,1); -INSERT INTO zipcodes VALUES (36279,'Wellington','AL','33.862349','-85.895120',-6,1); -INSERT INTO zipcodes VALUES (36280,'Woodland','AL','33.366136','-85.365010',-6,1); -INSERT INTO zipcodes VALUES (36301,'Dothan','AL','31.180076','-85.404500',-6,1); -INSERT INTO zipcodes VALUES (36302,'Dothan','AL','31.156018','-85.355931',-6,1); -INSERT INTO zipcodes VALUES (36303,'Dothan','AL','31.249042','-85.406050',-6,1); -INSERT INTO zipcodes VALUES (36304,'Dothan','AL','31.156018','-85.355931',-6,1); -INSERT INTO zipcodes VALUES (36305,'Dothan','AL','31.214832','-85.474020',-6,1); -INSERT INTO zipcodes VALUES (36310,'Abbeville','AL','31.599256','-85.209400',-6,1); -INSERT INTO zipcodes VALUES (36311,'Ariton','AL','31.589226','-85.690970',-6,1); -INSERT INTO zipcodes VALUES (36312,'Ashford','AL','31.178688','-85.242900',-6,1); -INSERT INTO zipcodes VALUES (36313,'Bellwood','AL','31.174249','-85.795620',-6,1); -INSERT INTO zipcodes VALUES (36314,'Black','AL','31.013308','-85.757420',-6,1); -INSERT INTO zipcodes VALUES (36316,'Chancellor','AL','31.172641','-85.864820',-6,1); -INSERT INTO zipcodes VALUES (36317,'Clopton','AL','31.645125','-85.378120',-6,1); -INSERT INTO zipcodes VALUES (36318,'Coffee Springs','AL','31.167820','-85.949170',-6,1); -INSERT INTO zipcodes VALUES (36319,'Columbia','AL','31.312599','-85.144560',-6,1); -INSERT INTO zipcodes VALUES (36320,'Cottonwood','AL','31.051843','-85.315610',-6,1); -INSERT INTO zipcodes VALUES (36321,'Cowarts','AL','31.202473','-85.301373',-6,1); -INSERT INTO zipcodes VALUES (36322,'Daleville','AL','31.284499','-85.721110',-6,1); -INSERT INTO zipcodes VALUES (36323,'Elba','AL','31.428389','-86.072710',-6,1); -INSERT INTO zipcodes VALUES (36330,'Enterprise','AL','31.325790','-85.841170',-6,1); -INSERT INTO zipcodes VALUES (36331,'Enterprise','AL','31.297817','-85.903640',-6,1); -INSERT INTO zipcodes VALUES (36340,'Geneva','AL','31.043454','-85.879410',-6,1); -INSERT INTO zipcodes VALUES (36343,'Gordon','AL','31.087556','-85.131160',-6,1); -INSERT INTO zipcodes VALUES (36344,'Hartford','AL','31.096994','-85.700100',-6,1); -INSERT INTO zipcodes VALUES (36345,'Headland','AL','31.381263','-85.314900',-6,1); -INSERT INTO zipcodes VALUES (36346,'Jack','AL','31.567171','-85.931020',-6,1); -INSERT INTO zipcodes VALUES (36349,'Malvern','AL','31.121244','-85.559235',-6,1); -INSERT INTO zipcodes VALUES (36350,'Midland City','AL','31.319083','-85.487180',-6,1); -INSERT INTO zipcodes VALUES (36351,'New Brockton','AL','31.406536','-85.917500',-6,1); -INSERT INTO zipcodes VALUES (36352,'Newton','AL','31.262955','-85.607890',-6,1); -INSERT INTO zipcodes VALUES (36353,'Newville','AL','31.453069','-85.362410',-6,1); -INSERT INTO zipcodes VALUES (36360,'Ozark','AL','31.447119','-85.629080',-6,1); -INSERT INTO zipcodes VALUES (36361,'Ozark','AL','31.407872','-85.603458',-6,1); -INSERT INTO zipcodes VALUES (36362,'Fort Rucker','AL','31.352676','-85.705090',-6,1); -INSERT INTO zipcodes VALUES (36370,'Pansey','AL','31.141962','-85.156750',-6,1); -INSERT INTO zipcodes VALUES (36371,'Pinckard','AL','31.312010','-85.547220',-6,1); -INSERT INTO zipcodes VALUES (36373,'Shorterville','AL','31.521510','-85.114600',-6,1); -INSERT INTO zipcodes VALUES (36374,'Skipperville','AL','31.569287','-85.485810',-6,1); -INSERT INTO zipcodes VALUES (36375,'Slocomb','AL','31.096836','-85.544030',-6,1); -INSERT INTO zipcodes VALUES (36376,'Webb','AL','31.243717','-85.276810',-6,1); -INSERT INTO zipcodes VALUES (36383,'Lanett','AL','32.890759','-85.221739',-6,1); -INSERT INTO zipcodes VALUES (36395,'Malvern','AL','31.138076','-85.529661',-6,1); -INSERT INTO zipcodes VALUES (36401,'Evergreen','AL','31.461019','-86.962710',-6,1); -INSERT INTO zipcodes VALUES (36420,'Andalusia','AL','31.279043','-86.486990',-6,1); -INSERT INTO zipcodes VALUES (36422,'Lockhart','AL','31.045685','-86.433655',-6,1); -INSERT INTO zipcodes VALUES (36425,'Beatrice','AL','31.737883','-87.174420',-6,1); -INSERT INTO zipcodes VALUES (36426,'Brewton','AL','31.129008','-87.101730',-6,1); -INSERT INTO zipcodes VALUES (36427,'Brewton','AL','31.091784','-87.264040',-6,1); -INSERT INTO zipcodes VALUES (36429,'Brooklyn','AL','31.466945','-87.044687',-6,1); -INSERT INTO zipcodes VALUES (36431,'Burnt Corn','AL','31.529531','-87.345345',-6,1); -INSERT INTO zipcodes VALUES (36432,'Castleberry','AL','31.291038','-87.031090',-6,1); -INSERT INTO zipcodes VALUES (36435,'Coy','AL','31.874887','-87.431100',-6,1); -INSERT INTO zipcodes VALUES (36436,'Dickinson','AL','31.756797','-87.645000',-6,1); -INSERT INTO zipcodes VALUES (36439,'Excel','AL','31.429472','-87.339329',-6,1); -INSERT INTO zipcodes VALUES (36441,'Flomaton','AL','31.023139','-87.239570',-6,1); -INSERT INTO zipcodes VALUES (36442,'Florala','AL','31.042071','-86.343470',-6,1); -INSERT INTO zipcodes VALUES (36444,'Franklin','AL','31.638570','-87.467720',-6,1); -INSERT INTO zipcodes VALUES (36445,'Frisco City','AL','31.429994','-87.416310',-6,1); -INSERT INTO zipcodes VALUES (36446,'Fulton','AL','31.786539','-87.726880',-6,1); -INSERT INTO zipcodes VALUES (36449,'Goodway','AL','31.529531','-87.345345',-6,1); -INSERT INTO zipcodes VALUES (36451,'Grove Hill','AL','31.704736','-87.777730',-6,1); -INSERT INTO zipcodes VALUES (36453,'Kinston','AL','31.203287','-86.151690',-6,1); -INSERT INTO zipcodes VALUES (36454,'Lenox','AL','31.466945','-87.044687',-6,1); -INSERT INTO zipcodes VALUES (36455,'Lockhart','AL','31.011435','-86.350650',-6,1); -INSERT INTO zipcodes VALUES (36456,'McKenzie','AL','31.546680','-86.773550',-6,1); -INSERT INTO zipcodes VALUES (36457,'Megargel','AL','31.361214','-87.435279',-6,1); -INSERT INTO zipcodes VALUES (36458,'Mexia','AL','31.514659','-87.408362',-6,1); -INSERT INTO zipcodes VALUES (36460,'Monroeville','AL','31.509039','-87.324160',-6,1); -INSERT INTO zipcodes VALUES (36461,'Monroeville','AL','31.522093','-87.341108',-6,1); -INSERT INTO zipcodes VALUES (36462,'Monroeville','AL','31.529531','-87.345345',-6,1); -INSERT INTO zipcodes VALUES (36467,'Opp','AL','31.280048','-86.254840',-6,1); -INSERT INTO zipcodes VALUES (36470,'Perdue Hill','AL','31.514262','-87.504010',-6,1); -INSERT INTO zipcodes VALUES (36471,'Peterman','AL','31.612646','-87.248860',-6,1); -INSERT INTO zipcodes VALUES (36473,'Range','AL','31.306814','-87.203270',-6,1); -INSERT INTO zipcodes VALUES (36474,'Red Level','AL','31.416059','-86.613970',-6,1); -INSERT INTO zipcodes VALUES (36475,'Repton','AL','31.410205','-87.224740',-6,1); -INSERT INTO zipcodes VALUES (36476,'River Falls','AL','31.356774','-86.548790',-6,1); -INSERT INTO zipcodes VALUES (36477,'Samson','AL','31.091359','-86.047820',-6,1); -INSERT INTO zipcodes VALUES (36480,'Uriah','AL','31.320897','-87.596070',-6,1); -INSERT INTO zipcodes VALUES (36481,'Vredenburgh','AL','31.821448','-87.343130',-6,1); -INSERT INTO zipcodes VALUES (36482,'Whatley','AL','31.614138','-87.633730',-6,1); -INSERT INTO zipcodes VALUES (36483,'Wing','AL','31.031830','-86.702070',-6,1); -INSERT INTO zipcodes VALUES (36501,'Alma','AL','31.463968','-87.738830',-6,1); -INSERT INTO zipcodes VALUES (36502,'Atmore','AL','31.090528','-87.497150',-6,1); -INSERT INTO zipcodes VALUES (36503,'Atmore','AL','31.128242','-87.152068',-6,1); -INSERT INTO zipcodes VALUES (36504,'Atmore','AL','31.015817','-87.497165',-6,1); -INSERT INTO zipcodes VALUES (36505,'Axis','AL','30.930065','-88.001030',-6,1); -INSERT INTO zipcodes VALUES (36507,'Bay Minette','AL','30.875697','-87.765920',-6,1); -INSERT INTO zipcodes VALUES (36508,'Dauphin Island','AL','30.253557','-88.101463',-6,1); -INSERT INTO zipcodes VALUES (36509,'Bayou La Batre','AL','30.401384','-88.246710',-6,1); -INSERT INTO zipcodes VALUES (36511,'Bon Secour','AL','30.312316','-87.734680',-6,1); -INSERT INTO zipcodes VALUES (36512,'Bucks','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36513,'Calvert','AL','31.161966','-87.995880',-6,1); -INSERT INTO zipcodes VALUES (36515,'Carlton','AL','31.375467','-87.785060',-6,1); -INSERT INTO zipcodes VALUES (36518,'Chatom','AL','31.463383','-88.267810',-6,1); -INSERT INTO zipcodes VALUES (36521,'Chunchula','AL','30.965694','-88.186970',-6,1); -INSERT INTO zipcodes VALUES (36522,'Citronelle','AL','31.075300','-88.263300',-6,1); -INSERT INTO zipcodes VALUES (36523,'Coden','AL','30.383724','-88.184660',-6,1); -INSERT INTO zipcodes VALUES (36524,'Coffeeville','AL','31.790834','-88.069330',-6,1); -INSERT INTO zipcodes VALUES (36525,'Creola','AL','30.886317','-88.028060',-6,1); -INSERT INTO zipcodes VALUES (36526,'Daphne','AL','30.620594','-87.883120',-6,1); -INSERT INTO zipcodes VALUES (36527,'Spanish Fort','AL','30.684873','-87.897230',-6,1); -INSERT INTO zipcodes VALUES (36528,'Dauphin Island','AL','30.250825','-88.118190',-6,1); -INSERT INTO zipcodes VALUES (36529,'Deer Park','AL','31.309194','-88.260360',-6,1); -INSERT INTO zipcodes VALUES (36530,'Elberta','AL','30.377657','-87.561590',-6,1); -INSERT INTO zipcodes VALUES (36531,'Loxley','AL','30.620944','-87.753091',-6,1); -INSERT INTO zipcodes VALUES (36532,'Fairhope','AL','30.512458','-87.885590',-6,1); -INSERT INTO zipcodes VALUES (36533,'Fairhope','AL','30.484131','-87.860613',-6,1); -INSERT INTO zipcodes VALUES (36535,'Foley','AL','30.396876','-87.696160',-6,1); -INSERT INTO zipcodes VALUES (36536,'Foley','AL','30.422160','-87.706371',-6,1); -INSERT INTO zipcodes VALUES (36538,'Frankville','AL','31.646087','-88.141880',-6,1); -INSERT INTO zipcodes VALUES (36539,'Fruitdale','AL','31.375241','-88.415570',-6,1); -INSERT INTO zipcodes VALUES (36540,'Gainestown','AL','31.453836','-87.643730',-6,1); -INSERT INTO zipcodes VALUES (36541,'Grand Bay','AL','30.487783','-88.327220',-6,1); -INSERT INTO zipcodes VALUES (36542,'Gulf Shores','AL','30.262276','-87.727840',-6,1); -INSERT INTO zipcodes VALUES (36543,'Huxford','AL','31.216132','-87.461537',-6,1); -INSERT INTO zipcodes VALUES (36544,'Irvington','AL','30.479171','-88.237930',-6,1); -INSERT INTO zipcodes VALUES (36545,'Jackson','AL','31.508231','-87.883460',-6,1); -INSERT INTO zipcodes VALUES (36547,'Gulf Shores','AL','30.265325','-87.629926',-6,1); -INSERT INTO zipcodes VALUES (36548,'Leroy','AL','31.495691','-87.962600',-6,1); -INSERT INTO zipcodes VALUES (36549,'Lillian','AL','30.393983','-87.456640',-6,1); -INSERT INTO zipcodes VALUES (36550,'Little River','AL','31.242801','-87.760990',-6,1); -INSERT INTO zipcodes VALUES (36551,'Loxley','AL','30.631600','-87.752990',-6,1); -INSERT INTO zipcodes VALUES (36553,'McIntosh','AL','31.234589','-88.080890',-6,1); -INSERT INTO zipcodes VALUES (36555,'Magnolia Springs','AL','30.427641','-87.796011',-6,1); -INSERT INTO zipcodes VALUES (36556,'Malcolm','AL','31.213801','-87.962280',-6,1); -INSERT INTO zipcodes VALUES (36558,'Millry','AL','31.629578','-88.347370',-6,1); -INSERT INTO zipcodes VALUES (36559,'Montrose','AL','30.564701','-87.902160',-6,1); -INSERT INTO zipcodes VALUES (36560,'Mount Vernon','AL','31.088463','-88.030070',-6,1); -INSERT INTO zipcodes VALUES (36561,'Orange Beach','AL','30.291503','-87.561980',-6,1); -INSERT INTO zipcodes VALUES (36562,'Perdido','AL','31.021335','-87.644170',-6,1); -INSERT INTO zipcodes VALUES (36564,'Point Clear','AL','30.471767','-87.918740',-6,1); -INSERT INTO zipcodes VALUES (36567,'Robertsdale','AL','30.582200','-87.639360',-6,1); -INSERT INTO zipcodes VALUES (36568,'Saint Elmo','AL','30.494340','-88.269865',-6,1); -INSERT INTO zipcodes VALUES (36569,'Saint Stephens','AL','31.529488','-88.063490',-6,1); -INSERT INTO zipcodes VALUES (36570,'Salitpa','AL','31.613745','-88.013810',-6,1); -INSERT INTO zipcodes VALUES (36571,'Saraland','AL','30.831636','-88.093860',-6,1); -INSERT INTO zipcodes VALUES (36572,'Satsuma','AL','30.857435','-88.054140',-6,1); -INSERT INTO zipcodes VALUES (36574,'Seminole','AL','30.511685','-87.468600',-6,1); -INSERT INTO zipcodes VALUES (36575,'Semmes','AL','30.766350','-88.265530',-6,1); -INSERT INTO zipcodes VALUES (36576,'Silverhill','AL','30.540664','-87.754900',-6,1); -INSERT INTO zipcodes VALUES (36577,'Spanish Fort','AL','30.668757','-87.939710',-6,1); -INSERT INTO zipcodes VALUES (36578,'Stapleton','AL','30.744745','-87.814860',-6,1); -INSERT INTO zipcodes VALUES (36579,'Stockton','AL','31.126122','-87.803170',-6,1); -INSERT INTO zipcodes VALUES (36580,'Summerdale','AL','30.485351','-87.712920',-6,1); -INSERT INTO zipcodes VALUES (36581,'Sunflower','AL','31.373999','-87.997910',-6,1); -INSERT INTO zipcodes VALUES (36582,'Theodore','AL','30.533744','-88.168650',-6,1); -INSERT INTO zipcodes VALUES (36583,'Tibbie','AL','31.352090','-88.208790',-6,1); -INSERT INTO zipcodes VALUES (36584,'Vinegar Bend','AL','31.202048','-88.380710',-6,1); -INSERT INTO zipcodes VALUES (36585,'Wagarville','AL','31.381220','-88.024330',-6,1); -INSERT INTO zipcodes VALUES (36586,'Walker Springs','AL','31.588420','-87.840875',-6,1); -INSERT INTO zipcodes VALUES (36587,'Wilmer','AL','30.828988','-88.350790',-6,1); -INSERT INTO zipcodes VALUES (36590,'Theodore','AL','30.487953','-88.253278',-6,1); -INSERT INTO zipcodes VALUES (36601,'Mobile','AL','30.701142','-88.103184',-6,1); -INSERT INTO zipcodes VALUES (36602,'Mobile','AL','30.693389','-88.044160',-6,1); -INSERT INTO zipcodes VALUES (36603,'Mobile','AL','30.688457','-88.053410',-6,1); -INSERT INTO zipcodes VALUES (36604,'Mobile','AL','30.681640','-88.066760',-6,1); -INSERT INTO zipcodes VALUES (36605,'Mobile','AL','30.641191','-88.082220',-6,1); -INSERT INTO zipcodes VALUES (36606,'Mobile','AL','30.674057','-88.102490',-6,1); -INSERT INTO zipcodes VALUES (36607,'Mobile','AL','30.699539','-88.104740',-6,1); -INSERT INTO zipcodes VALUES (36608,'Mobile','AL','30.690440','-88.197010',-6,1); -INSERT INTO zipcodes VALUES (36609,'Mobile','AL','30.662735','-88.162550',-6,1); -INSERT INTO zipcodes VALUES (36610,'Mobile','AL','30.737405','-88.082010',-6,1); -INSERT INTO zipcodes VALUES (36611,'Mobile','AL','30.764938','-88.085050',-6,1); -INSERT INTO zipcodes VALUES (36612,'Mobile','AL','30.753155','-88.111160',-6,1); -INSERT INTO zipcodes VALUES (36613,'Eight Mile','AL','30.795637','-88.157700',-6,1); -INSERT INTO zipcodes VALUES (36614,'Mobile','AL','30.601892','-88.211103',-6,1); -INSERT INTO zipcodes VALUES (36615,'Mobile','AL','30.641090','-88.062248',-6,1); -INSERT INTO zipcodes VALUES (36616,'Mobile','AL','30.671048','-88.126656',-6,1); -INSERT INTO zipcodes VALUES (36617,'Mobile','AL','30.717539','-88.096090',-6,1); -INSERT INTO zipcodes VALUES (36618,'Mobile','AL','30.728488','-88.168450',-6,1); -INSERT INTO zipcodes VALUES (36619,'Mobile','AL','30.586808','-88.185520',-6,1); -INSERT INTO zipcodes VALUES (36621,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36622,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36623,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36625,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36626,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36628,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36630,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36631,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36633,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36640,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36641,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36644,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36652,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36660,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36663,'Mobile','AL','30.819010','-88.231726',-6,1); -INSERT INTO zipcodes VALUES (36670,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36671,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36675,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36685,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36688,'Mobile','AL','30.696589','-88.173652',-6,1); -INSERT INTO zipcodes VALUES (36689,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36690,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36691,'Mobile','AL','30.658865','-88.177975',-6,1); -INSERT INTO zipcodes VALUES (36693,'Mobile','AL','30.630441','-88.153970',-6,1); -INSERT INTO zipcodes VALUES (36695,'Mobile','AL','30.646415','-88.236570',-6,1); -INSERT INTO zipcodes VALUES (36701,'Selma','AL','32.429066','-87.038090',-6,1); -INSERT INTO zipcodes VALUES (36702,'Selma','AL','32.419259','-87.124708',-6,1); -INSERT INTO zipcodes VALUES (36703,'Selma','AL','32.419846','-86.977830',-6,1); -INSERT INTO zipcodes VALUES (36720,'Alberta','AL','32.170653','-87.362170',-6,1); -INSERT INTO zipcodes VALUES (36721,'Annemanie','AL','32.048079','-87.262260',-6,1); -INSERT INTO zipcodes VALUES (36722,'Arlington','AL','32.079894','-87.575510',-6,1); -INSERT INTO zipcodes VALUES (36723,'Boykin','AL','32.088460','-87.280180',-6,1); -INSERT INTO zipcodes VALUES (36726,'Camden','AL','32.008444','-87.259110',-6,1); -INSERT INTO zipcodes VALUES (36727,'Campbell','AL','31.910694','-88.031480',-6,1); -INSERT INTO zipcodes VALUES (36728,'Catherine','AL','32.147166','-87.456750',-6,1); -INSERT INTO zipcodes VALUES (36732,'Demopolis','AL','32.495484','-87.845210',-6,1); -INSERT INTO zipcodes VALUES (36736,'Dixons Mills','AL','32.069338','-87.778930',-6,1); -INSERT INTO zipcodes VALUES (36738,'Faunsdale','AL','32.417860','-87.627290',-6,1); -INSERT INTO zipcodes VALUES (36740,'Forkland','AL','32.629096','-87.840040',-6,1); -INSERT INTO zipcodes VALUES (36741,'Furman','AL','32.006129','-86.981703',-6,1); -INSERT INTO zipcodes VALUES (36742,'Gallion','AL','32.454007','-87.750030',-6,1); -INSERT INTO zipcodes VALUES (36744,'Greensboro','AL','32.703529','-87.601770',-6,1); -INSERT INTO zipcodes VALUES (36745,'Jefferson','AL','32.414036','-87.898611',-6,1); -INSERT INTO zipcodes VALUES (36748,'Linden','AL','32.297441','-87.788120',-6,1); -INSERT INTO zipcodes VALUES (36749,'Jones','AL','32.548960','-86.878970',-6,1); -INSERT INTO zipcodes VALUES (36750,'Maplesville','AL','32.789726','-86.849600',-6,1); -INSERT INTO zipcodes VALUES (36751,'Lower Peach Tree','AL','31.833493','-87.550050',-6,1); -INSERT INTO zipcodes VALUES (36752,'Lowndesboro','AL','32.322266','-86.643950',-6,1); -INSERT INTO zipcodes VALUES (36753,'McWilliams','AL','32.048079','-87.262260',-6,1); -INSERT INTO zipcodes VALUES (36754,'Magnolia','AL','32.140637','-87.680100',-6,1); -INSERT INTO zipcodes VALUES (36755,'Greensboro','AL','32.700467','-87.578576',-6,1); -INSERT INTO zipcodes VALUES (36756,'Marion','AL','32.665966','-87.338890',-6,1); -INSERT INTO zipcodes VALUES (36758,'Plantersville','AL','32.639376','-86.910340',-6,1); -INSERT INTO zipcodes VALUES (36759,'Marion Junction','AL','32.420138','-87.278570',-6,1); -INSERT INTO zipcodes VALUES (36761,'Minter','AL','32.080532','-86.955240',-6,1); -INSERT INTO zipcodes VALUES (36762,'Morvin','AL','31.940191','-88.003360',-6,1); -INSERT INTO zipcodes VALUES (36763,'Myrtlewood','AL','32.249718','-87.963320',-6,1); -INSERT INTO zipcodes VALUES (36764,'Nanafalia','AL','32.268329','-87.795275',-6,1); -INSERT INTO zipcodes VALUES (36765,'Newbern','AL','32.594818','-87.535430',-6,1); -INSERT INTO zipcodes VALUES (36766,'Oak Hill','AL','31.947005','-87.074497',-6,1); -INSERT INTO zipcodes VALUES (36767,'Orrville','AL','32.291650','-87.231680',-6,1); -INSERT INTO zipcodes VALUES (36768,'Pine Apple','AL','31.901412','-86.955050',-6,1); -INSERT INTO zipcodes VALUES (36769,'Pine Hill','AL','31.990494','-87.552220',-6,1); -INSERT INTO zipcodes VALUES (36773,'Safford','AL','32.291429','-87.399720',-6,1); -INSERT INTO zipcodes VALUES (36775,'Sardis','AL','32.213369','-86.983130',-6,1); -INSERT INTO zipcodes VALUES (36776,'Sawyerville','AL','32.739091','-87.741700',-6,1); -INSERT INTO zipcodes VALUES (36778,'Snow Hill','AL','32.019980','-87.054284',-6,1); -INSERT INTO zipcodes VALUES (36779,'Sprott','AL','32.701812','-87.174230',-6,1); -INSERT INTO zipcodes VALUES (36782,'Sweet Water','AL','32.114999','-87.901870',-6,1); -INSERT INTO zipcodes VALUES (36783,'Thomaston','AL','32.263473','-87.602140',-6,1); -INSERT INTO zipcodes VALUES (36784,'Thomasville','AL','31.936003','-87.770130',-6,1); -INSERT INTO zipcodes VALUES (36785,'Tyler','AL','32.282192','-86.821600',-6,1); -INSERT INTO zipcodes VALUES (36786,'Uniontown','AL','32.440868','-87.496570',-6,1); -INSERT INTO zipcodes VALUES (36790,'Stanton','AL','32.731866','-86.900040',-6,1); -INSERT INTO zipcodes VALUES (36792,'Randolph','AL','32.917983','-86.890460',-6,1); -INSERT INTO zipcodes VALUES (36793,'Lawley','AL','32.838805','-86.999110',-6,1); -INSERT INTO zipcodes VALUES (36801,'Opelika','AL','32.660497','-85.399170',-6,1); -INSERT INTO zipcodes VALUES (36802,'Opelika','AL','32.578185','-85.349003',-6,1); -INSERT INTO zipcodes VALUES (36803,'Opelika','AL','32.522567','-85.431517',-6,1); -INSERT INTO zipcodes VALUES (36804,'Opelika','AL','32.556296','-85.334650',-6,1); -INSERT INTO zipcodes VALUES (36830,'Auburn','AL','32.577135','-85.472820',-6,1); -INSERT INTO zipcodes VALUES (36831,'Auburn','AL','32.578185','-85.349003',-6,1); -INSERT INTO zipcodes VALUES (36832,'Auburn','AL','32.589553','-85.539910',-6,1); -INSERT INTO zipcodes VALUES (36849,'Auburn University','AL','32.602434','-85.485800',-6,1); -INSERT INTO zipcodes VALUES (36850,'Camp Hill','AL','32.799998','-85.646210',-6,1); -INSERT INTO zipcodes VALUES (36851,'Cottonton','AL','32.286092','-85.161497',-6,1); -INSERT INTO zipcodes VALUES (36852,'Cusseta','AL','32.745844','-85.280760',-6,1); -INSERT INTO zipcodes VALUES (36853,'Dadeville','AL','32.787441','-85.799550',-6,1); -INSERT INTO zipcodes VALUES (36854,'Valley','AL','32.777662','-85.176230',-6,1); -INSERT INTO zipcodes VALUES (36855,'Five Points','AL','33.046756','-85.301020',-6,1); -INSERT INTO zipcodes VALUES (36856,'Fort Mitchell','AL','32.282085','-84.983890',-6,1); -INSERT INTO zipcodes VALUES (36858,'Hatchechubbee','AL','32.297792','-85.312050',-6,1); -INSERT INTO zipcodes VALUES (36859,'Holy Trinity','AL','32.229846','-85.008178',-6,1); -INSERT INTO zipcodes VALUES (36860,'Hurtsboro','AL','32.237339','-85.410290',-6,1); -INSERT INTO zipcodes VALUES (36861,'Jacksons Gap','AL','32.862333','-85.845880',-6,1); -INSERT INTO zipcodes VALUES (36862,'Lafayette','AL','32.903922','-85.429050',-6,1); -INSERT INTO zipcodes VALUES (36863,'Lanett','AL','32.871306','-85.213140',-6,1); -INSERT INTO zipcodes VALUES (36865,'Loachapoka','AL','32.578185','-85.349003',-6,1); -INSERT INTO zipcodes VALUES (36866,'Notasulga','AL','32.551474','-85.698590',-6,1); -INSERT INTO zipcodes VALUES (36867,'Phenix City','AL','32.492304','-85.019430',-6,1); -INSERT INTO zipcodes VALUES (36868,'Phenix City','AL','32.464614','-85.020604',-6,1); -INSERT INTO zipcodes VALUES (36869,'Phenix City','AL','32.433065','-85.045120',-6,1); -INSERT INTO zipcodes VALUES (36870,'Phenix City','AL','32.484671','-85.075200',-6,1); -INSERT INTO zipcodes VALUES (36871,'Pittsview','AL','32.168270','-85.116210',-6,1); -INSERT INTO zipcodes VALUES (36872,'Valley','AL','32.578185','-85.349003',-6,1); -INSERT INTO zipcodes VALUES (36874,'Salem','AL','32.587751','-85.185390',-6,1); -INSERT INTO zipcodes VALUES (36875,'Seale','AL','32.315128','-85.113480',-6,1); -INSERT INTO zipcodes VALUES (36876,'Uniontown','AL','32.454371','-87.519156',-6,1); -INSERT INTO zipcodes VALUES (36877,'Smiths','AL','32.545138','-85.092120',-6,1); -INSERT INTO zipcodes VALUES (36879,'Waverly','AL','32.733511','-85.553220',-6,1); -INSERT INTO zipcodes VALUES (36901,'Bellamy','AL','32.451618','-88.131000',-6,1); -INSERT INTO zipcodes VALUES (36904,'Butler','AL','32.097363','-88.226470',-6,1); -INSERT INTO zipcodes VALUES (36906,'Cromwell','AL','32.004227','-88.200738',-6,1); -INSERT INTO zipcodes VALUES (36907,'Cuba','AL','32.403275','-88.362520',-6,1); -INSERT INTO zipcodes VALUES (36908,'Gilbertown','AL','31.891177','-88.285080',-6,1); -INSERT INTO zipcodes VALUES (36910,'Jachin','AL','32.220752','-88.154710',-6,1); -INSERT INTO zipcodes VALUES (36912,'Lisman','AL','32.227905','-88.324680',-6,1); -INSERT INTO zipcodes VALUES (36913,'Melvin','AL','32.004227','-88.200738',-6,1); -INSERT INTO zipcodes VALUES (36915,'Needham','AL','31.970871','-88.349020',-6,1); -INSERT INTO zipcodes VALUES (36916,'Pennington','AL','32.209381','-88.059650',-6,1); -INSERT INTO zipcodes VALUES (36919,'Silas','AL','31.779344','-88.300450',-6,1); -INSERT INTO zipcodes VALUES (36921,'Toxey','AL','31.969580','-88.186610',-6,1); -INSERT INTO zipcodes VALUES (36922,'Ward','AL','32.304709','-88.170810',-6,1); -INSERT INTO zipcodes VALUES (36925,'York','AL','32.487726','-88.267900',-6,1); -INSERT INTO zipcodes VALUES (37010,'Adams','TN','36.569635','-87.100260',-6,1); -INSERT INTO zipcodes VALUES (37011,'Antioch','TN','36.170556','-86.882500',-6,1); -INSERT INTO zipcodes VALUES (37012,'Alexandria','TN','36.076635','-86.019780',-6,1); -INSERT INTO zipcodes VALUES (37013,'Antioch','TN','36.055115','-86.647820',-6,1); -INSERT INTO zipcodes VALUES (37014,'Arrington','TN','35.856372','-86.661890',-6,1); -INSERT INTO zipcodes VALUES (37015,'Ashland City','TN','36.299293','-87.069490',-6,1); -INSERT INTO zipcodes VALUES (37016,'Auburntown','TN','35.951494','-86.092590',-6,1); -INSERT INTO zipcodes VALUES (37018,'Beechgrove','TN','35.642797','-86.166900',-6,1); -INSERT INTO zipcodes VALUES (37019,'Belfast','TN','35.390308','-86.709690',-6,1); -INSERT INTO zipcodes VALUES (37020,'Bell Buckle','TN','35.616935','-86.396290',-6,1); -INSERT INTO zipcodes VALUES (37022,'Bethpage','TN','36.501049','-86.300000',-6,1); -INSERT INTO zipcodes VALUES (37023,'Big Rock','TN','36.574224','-87.790180',-6,1); -INSERT INTO zipcodes VALUES (37024,'Brentwood','TN','35.874553','-86.907565',-6,1); -INSERT INTO zipcodes VALUES (37025,'Bon Aqua','TN','35.943598','-87.289910',-6,1); -INSERT INTO zipcodes VALUES (37026,'Bradyville','TN','35.699599','-86.109760',-6,1); -INSERT INTO zipcodes VALUES (37027,'Brentwood','TN','36.007373','-86.791210',-6,1); -INSERT INTO zipcodes VALUES (37028,'Bumpus Mills','TN','36.633539','-87.868410',-6,1); -INSERT INTO zipcodes VALUES (37029,'Burns','TN','36.047742','-87.289380',-6,1); -INSERT INTO zipcodes VALUES (37030,'Carthage','TN','36.264959','-85.948930',-6,1); -INSERT INTO zipcodes VALUES (37031,'Castalian Springs','TN','36.377228','-86.301120',-6,1); -INSERT INTO zipcodes VALUES (37032,'Cedar Hill','TN','36.522355','-87.025420',-6,1); -INSERT INTO zipcodes VALUES (37033,'Centerville','TN','35.767140','-87.494180',-6,1); -INSERT INTO zipcodes VALUES (37034,'Chapel Hill','TN','35.639491','-86.686500',-6,1); -INSERT INTO zipcodes VALUES (37035,'Chapmansboro','TN','36.388731','-87.131750',-6,1); -INSERT INTO zipcodes VALUES (37036,'Charlotte','TN','36.225389','-87.291790',-6,1); -INSERT INTO zipcodes VALUES (37037,'Christiana','TN','35.702877','-86.351340',-6,1); -INSERT INTO zipcodes VALUES (37040,'Clarksville','TN','36.528448','-87.341420',-6,1); -INSERT INTO zipcodes VALUES (37041,'Clarksville','TN','36.477428','-87.377197',-6,1); -INSERT INTO zipcodes VALUES (37042,'Clarksville','TN','36.580680','-87.405600',-6,1); -INSERT INTO zipcodes VALUES (37043,'Clarksville','TN','36.506407','-87.257200',-6,1); -INSERT INTO zipcodes VALUES (37044,'Clarksville','TN','36.531398','-87.353008',-6,1); -INSERT INTO zipcodes VALUES (37046,'College Grove','TN','35.755700','-86.722720',-6,1); -INSERT INTO zipcodes VALUES (37047,'Cornersville','TN','35.330683','-86.840600',-6,1); -INSERT INTO zipcodes VALUES (37048,'Cottontown','TN','36.491753','-86.599630',-6,1); -INSERT INTO zipcodes VALUES (37049,'Cross Plains','TN','36.548569','-86.679070',-6,1); -INSERT INTO zipcodes VALUES (37050,'Cumberland City','TN','36.373626','-87.631580',-6,1); -INSERT INTO zipcodes VALUES (37051,'Cumberland Furnace','TN','36.310027','-87.412800',-6,1); -INSERT INTO zipcodes VALUES (37052,'Cunningham','TN','36.371609','-87.403900',-6,1); -INSERT INTO zipcodes VALUES (37055,'Dickson','TN','36.065779','-87.408310',-6,1); -INSERT INTO zipcodes VALUES (37056,'Dickson','TN','36.146949','-87.352971',-6,1); -INSERT INTO zipcodes VALUES (37057,'Dixon Springs','TN','36.389736','-86.041350',-6,1); -INSERT INTO zipcodes VALUES (37058,'Dover','TN','36.477136','-87.858770',-6,1); -INSERT INTO zipcodes VALUES (37059,'Dowelltown','TN','35.993983','-85.928510',-6,1); -INSERT INTO zipcodes VALUES (37060,'Eagleville','TN','35.738430','-86.644410',-6,1); -INSERT INTO zipcodes VALUES (37061,'Erin','TN','36.301089','-87.681980',-6,1); -INSERT INTO zipcodes VALUES (37062,'Fairview','TN','35.976983','-87.141280',-6,1); -INSERT INTO zipcodes VALUES (37063,'Fosterville','TN','35.859565','-86.420958',-6,1); -INSERT INTO zipcodes VALUES (37064,'Franklin','TN','35.893823','-86.899190',-6,1); -INSERT INTO zipcodes VALUES (37065,'Franklin','TN','35.895085','-86.921416',-6,1); -INSERT INTO zipcodes VALUES (37066,'Gallatin','TN','36.388997','-86.454800',-6,1); -INSERT INTO zipcodes VALUES (37067,'Franklin','TN','35.921811','-86.795200',-6,1); -INSERT INTO zipcodes VALUES (37068,'Franklin','TN','35.874553','-86.907565',-6,1); -INSERT INTO zipcodes VALUES (37069,'Franklin','TN','35.977060','-86.896530',-6,1); -INSERT INTO zipcodes VALUES (37070,'Goodlettsville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37071,'Gladeville','TN','36.156231','-86.304922',-6,1); -INSERT INTO zipcodes VALUES (37072,'Goodlettsville','TN','36.354650','-86.718790',-6,1); -INSERT INTO zipcodes VALUES (37073,'Greenbrier','TN','36.427758','-86.810230',-6,1); -INSERT INTO zipcodes VALUES (37074,'Hartsville','TN','36.407653','-86.153050',-6,1); -INSERT INTO zipcodes VALUES (37075,'Hendersonville','TN','36.311047','-86.611730',-6,1); -INSERT INTO zipcodes VALUES (37076,'Hermitage','TN','36.180507','-86.601110',-6,1); -INSERT INTO zipcodes VALUES (37077,'Hendersonville','TN','36.304701','-86.621095',-6,1); -INSERT INTO zipcodes VALUES (37078,'Hurricane Mills','TN','35.924976','-87.772190',-6,1); -INSERT INTO zipcodes VALUES (37079,'Indian Mound','TN','36.486770','-87.663310',-6,1); -INSERT INTO zipcodes VALUES (37080,'Joelton','TN','36.329551','-86.909490',-6,1); -INSERT INTO zipcodes VALUES (37082,'Kingston Springs','TN','36.084917','-87.110600',-6,1); -INSERT INTO zipcodes VALUES (37083,'Lafayette','TN','36.537994','-86.014970',-6,1); -INSERT INTO zipcodes VALUES (37085,'Lascassas','TN','35.950979','-86.295960',-6,1); -INSERT INTO zipcodes VALUES (37086,'La Vergne','TN','36.013330','-86.562680',-6,1); -INSERT INTO zipcodes VALUES (37087,'Lebanon','TN','36.240331','-86.292710',-6,1); -INSERT INTO zipcodes VALUES (37088,'Lebanon','TN','36.156231','-86.304922',-6,1); -INSERT INTO zipcodes VALUES (37089,'La Vergne','TN','35.859565','-86.420958',-6,1); -INSERT INTO zipcodes VALUES (37090,'Lebanon','TN','36.147433','-86.310610',-6,1); -INSERT INTO zipcodes VALUES (37091,'Lewisburg','TN','35.461359','-86.779200',-6,1); -INSERT INTO zipcodes VALUES (37095,'Liberty','TN','36.000953','-85.976690',-6,1); -INSERT INTO zipcodes VALUES (37096,'Linden','TN','35.614320','-87.874860',-6,1); -INSERT INTO zipcodes VALUES (37097,'Lobelville','TN','35.769743','-87.802860',-6,1); -INSERT INTO zipcodes VALUES (37098,'Lyles','TN','35.882639','-87.313950',-6,1); -INSERT INTO zipcodes VALUES (37101,'McEwen','TN','36.069712','-87.644890',-6,1); -INSERT INTO zipcodes VALUES (37110,'McMinnville','TN','35.687286','-85.787000',-6,1); -INSERT INTO zipcodes VALUES (37111,'McMinnville','TN','35.678368','-85.777633',-6,1); -INSERT INTO zipcodes VALUES (37115,'Madison','TN','36.264069','-86.705660',-6,1); -INSERT INTO zipcodes VALUES (37116,'Madison','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37118,'Milton','TN','35.929221','-86.183930',-6,1); -INSERT INTO zipcodes VALUES (37119,'Mitchellville','TN','36.631981','-86.539028',-6,1); -INSERT INTO zipcodes VALUES (37121,'Mount Juliet','TN','36.156231','-86.304922',-6,1); -INSERT INTO zipcodes VALUES (37122,'Mount Juliet','TN','36.195016','-86.497320',-6,1); -INSERT INTO zipcodes VALUES (37127,'Murfreesboro','TN','35.791021','-86.344450',-6,1); -INSERT INTO zipcodes VALUES (37128,'Murfreesboro','TN','35.813319','-86.445500',-6,1); -INSERT INTO zipcodes VALUES (37129,'Murfreesboro','TN','35.896645','-86.424250',-6,1); -INSERT INTO zipcodes VALUES (37130,'Murfreesboro','TN','35.860152','-86.364800',-6,1); -INSERT INTO zipcodes VALUES (37131,'Murfreesboro','TN','35.859565','-86.420958',-6,1); -INSERT INTO zipcodes VALUES (37132,'Murfreesboro','TN','35.859565','-86.420958',-6,1); -INSERT INTO zipcodes VALUES (37133,'Murfreesboro','TN','35.859565','-86.420958',-6,1); -INSERT INTO zipcodes VALUES (37134,'New Johnsonville','TN','36.022057','-87.956400',-6,1); -INSERT INTO zipcodes VALUES (37135,'Nolensville','TN','35.940383','-86.668600',-6,1); -INSERT INTO zipcodes VALUES (37136,'Norene','TN','36.156231','-86.304922',-6,1); -INSERT INTO zipcodes VALUES (37137,'Nunnelly','TN','35.886620','-87.504710',-6,1); -INSERT INTO zipcodes VALUES (37138,'Old Hickory','TN','36.243698','-86.623080',-6,1); -INSERT INTO zipcodes VALUES (37140,'Only','TN','35.863362','-87.671790',-6,1); -INSERT INTO zipcodes VALUES (37141,'Orlinda','TN','36.609830','-86.692260',-6,1); -INSERT INTO zipcodes VALUES (37142,'Palmyra','TN','36.421075','-87.498930',-6,1); -INSERT INTO zipcodes VALUES (37143,'Pegram','TN','36.121471','-87.044670',-6,1); -INSERT INTO zipcodes VALUES (37144,'Petersburg','TN','35.301331','-86.633370',-6,1); -INSERT INTO zipcodes VALUES (37145,'Pleasant Shade','TN','36.377253','-85.908660',-6,1); -INSERT INTO zipcodes VALUES (37146,'Pleasant View','TN','36.393153','-87.028500',-6,1); -INSERT INTO zipcodes VALUES (37147,'Pleasantville','TN','35.679617','-87.654720',-6,1); -INSERT INTO zipcodes VALUES (37148,'Portland','TN','36.576137','-86.513550',-6,1); -INSERT INTO zipcodes VALUES (37149,'Readyville','TN','35.800108','-86.193910',-6,1); -INSERT INTO zipcodes VALUES (37150,'Red Boiling Springs','TN','36.543183','-85.811140',-6,1); -INSERT INTO zipcodes VALUES (37151,'Riddleton','TN','36.335403','-86.031700',-6,1); -INSERT INTO zipcodes VALUES (37152,'Ridgetop','TN','36.396821','-86.766790',-6,1); -INSERT INTO zipcodes VALUES (37153,'Rockvale','TN','35.751016','-86.550560',-6,1); -INSERT INTO zipcodes VALUES (37155,'Saint Bethlehem','TN','36.477428','-87.377197',-6,1); -INSERT INTO zipcodes VALUES (37160,'Shelbyville','TN','35.470660','-86.459740',-6,1); -INSERT INTO zipcodes VALUES (37161,'Shelbyville','TN','35.471531','-86.489019',-6,1); -INSERT INTO zipcodes VALUES (37162,'Shelbyville','TN','35.510825','-86.450042',-6,1); -INSERT INTO zipcodes VALUES (37165,'Slayden','TN','36.283543','-87.458058',-6,1); -INSERT INTO zipcodes VALUES (37166,'Smithville','TN','35.922583','-85.801080',-6,1); -INSERT INTO zipcodes VALUES (37167,'Smyrna','TN','35.968513','-86.522310',-6,1); -INSERT INTO zipcodes VALUES (37171,'Southside','TN','36.354736','-87.305710',-6,1); -INSERT INTO zipcodes VALUES (37172,'Springfield','TN','36.513979','-86.868920',-6,1); -INSERT INTO zipcodes VALUES (37174,'Spring Hill','TN','35.730620','-86.911440',-6,1); -INSERT INTO zipcodes VALUES (37175,'Stewart','TN','36.316042','-87.890280',-6,1); -INSERT INTO zipcodes VALUES (37178,'Tennessee Ridge','TN','36.323799','-87.776760',-6,1); -INSERT INTO zipcodes VALUES (37179,'Thompsons Station','TN','35.798670','-86.907340',-6,1); -INSERT INTO zipcodes VALUES (37180,'Unionville','TN','35.621614','-86.573530',-6,1); -INSERT INTO zipcodes VALUES (37181,'Vanleer','TN','36.237999','-87.498310',-6,1); -INSERT INTO zipcodes VALUES (37183,'Wartrace','TN','35.508541','-86.308890',-6,1); -INSERT INTO zipcodes VALUES (37184,'Watertown','TN','36.096166','-86.137150',-6,1); -INSERT INTO zipcodes VALUES (37185,'Waverly','TN','36.085376','-87.816260',-6,1); -INSERT INTO zipcodes VALUES (37186,'Westmoreland','TN','36.579247','-86.239540',-6,1); -INSERT INTO zipcodes VALUES (37187,'White Bluff','TN','36.117433','-87.217610',-6,1); -INSERT INTO zipcodes VALUES (37188,'White House','TN','36.467624','-86.669410',-6,1); -INSERT INTO zipcodes VALUES (37189,'Whites Creek','TN','36.270620','-86.820520',-6,1); -INSERT INTO zipcodes VALUES (37190,'Woodbury','TN','35.813335','-86.055380',-6,1); -INSERT INTO zipcodes VALUES (37191,'Woodlawn','TN','36.503792','-87.542630',-6,1); -INSERT INTO zipcodes VALUES (37201,'Nashville','TN','36.164556','-86.777380',-6,1); -INSERT INTO zipcodes VALUES (37202,'Nashville','TN','36.340304','-86.827254',-6,1); -INSERT INTO zipcodes VALUES (37203,'Nashville','TN','36.152607','-86.789270',-6,1); -INSERT INTO zipcodes VALUES (37204,'Nashville','TN','36.112058','-86.776260',-6,1); -INSERT INTO zipcodes VALUES (37205,'Nashville','TN','36.113558','-86.862070',-6,1); -INSERT INTO zipcodes VALUES (37206,'Nashville','TN','36.180806','-86.741760',-6,1); -INSERT INTO zipcodes VALUES (37207,'Nashville','TN','36.215535','-86.773170',-6,1); -INSERT INTO zipcodes VALUES (37208,'Nashville','TN','36.174806','-86.802520',-6,1); -INSERT INTO zipcodes VALUES (37209,'Nashville','TN','36.151324','-86.855900',-6,1); -INSERT INTO zipcodes VALUES (37210,'Nashville','TN','36.140857','-86.744370',-6,1); -INSERT INTO zipcodes VALUES (37211,'Nashville','TN','36.079259','-86.725840',-6,1); -INSERT INTO zipcodes VALUES (37212,'Nashville','TN','36.133251','-86.800570',-6,1); -INSERT INTO zipcodes VALUES (37213,'Nashville','TN','36.167179','-86.767770',-6,1); -INSERT INTO zipcodes VALUES (37214,'Nashville','TN','36.166956','-86.668690',-6,1); -INSERT INTO zipcodes VALUES (37215,'Nashville','TN','36.098408','-86.825220',-6,1); -INSERT INTO zipcodes VALUES (37216,'Nashville','TN','36.213004','-86.725940',-6,1); -INSERT INTO zipcodes VALUES (37217,'Nashville','TN','36.103408','-86.666160',-6,1); -INSERT INTO zipcodes VALUES (37218,'Nashville','TN','36.206755','-86.852150',-6,1); -INSERT INTO zipcodes VALUES (37219,'Nashville','TN','36.166806','-86.781720',-6,1); -INSERT INTO zipcodes VALUES (37220,'Nashville','TN','36.069659','-86.772660',-6,1); -INSERT INTO zipcodes VALUES (37221,'Nashville','TN','36.065032','-86.946740',-6,1); -INSERT INTO zipcodes VALUES (37222,'Nashville','TN','36.056164','-86.980116',-6,1); -INSERT INTO zipcodes VALUES (37224,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37227,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37228,'Nashville','TN','36.190205','-86.800780',-6,1); -INSERT INTO zipcodes VALUES (37229,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37230,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37232,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37234,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37235,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37236,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37237,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37238,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37239,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37240,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37241,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37242,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37243,'Nashville','TN','36.167606','-86.784498',-6,1); -INSERT INTO zipcodes VALUES (37244,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37245,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37246,'Nashville','TN','36.158606','-86.789998',-6,1); -INSERT INTO zipcodes VALUES (37247,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37248,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37249,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37250,'Nashville','TN','36.186605','-86.785248',-6,1); -INSERT INTO zipcodes VALUES (37301,'Altamont','TN','35.429018','-85.776790',-6,1); -INSERT INTO zipcodes VALUES (37302,'Apison','TN','35.017404','-85.013220',-5,1); -INSERT INTO zipcodes VALUES (37303,'Athens','TN','35.441378','-84.619750',-5,1); -INSERT INTO zipcodes VALUES (37304,'Bakewell','TN','35.345216','-85.138046',-5,1); -INSERT INTO zipcodes VALUES (37305,'Beersheba Springs','TN','35.467486','-85.677360',-6,1); -INSERT INTO zipcodes VALUES (37306,'Belvidere','TN','35.106467','-86.203500',-6,1); -INSERT INTO zipcodes VALUES (37307,'Benton','TN','35.172376','-84.639130',-5,1); -INSERT INTO zipcodes VALUES (37308,'Birchwood','TN','35.357001','-84.992880',-5,1); -INSERT INTO zipcodes VALUES (37309,'Calhoun','TN','35.302952','-84.743590',-5,1); -INSERT INTO zipcodes VALUES (37310,'Charleston','TN','35.275808','-84.769270',-5,1); -INSERT INTO zipcodes VALUES (37311,'Cleveland','TN','35.146362','-84.887230',-5,1); -INSERT INTO zipcodes VALUES (37312,'Cleveland','TN','35.219532','-84.864890',-5,1); -INSERT INTO zipcodes VALUES (37313,'Coalmont','TN','35.361678','-85.702880',-6,1); -INSERT INTO zipcodes VALUES (37314,'Cokercreek','TN','35.246689','-84.303121',-5,1); -INSERT INTO zipcodes VALUES (37315,'Collegedale','TN','35.047891','-85.057359',-5,1); -INSERT INTO zipcodes VALUES (37316,'Conasauga','TN','34.995039','-84.729510',-5,1); -INSERT INTO zipcodes VALUES (37317,'Copperhill','TN','35.008596','-84.385900',-5,1); -INSERT INTO zipcodes VALUES (37318,'Cowan','TN','35.168862','-86.005380',-6,1); -INSERT INTO zipcodes VALUES (37320,'Cleveland','TN','35.172720','-84.861885',-5,1); -INSERT INTO zipcodes VALUES (37321,'Dayton','TN','35.495894','-85.010320',-5,1); -INSERT INTO zipcodes VALUES (37322,'Decatur','TN','35.503723','-84.807410',-5,1); -INSERT INTO zipcodes VALUES (37323,'Cleveland','TN','35.114482','-84.828360',-5,1); -INSERT INTO zipcodes VALUES (37324,'Decherd','TN','35.234156','-86.032400',-6,1); -INSERT INTO zipcodes VALUES (37325,'Delano','TN','35.245578','-84.588120',-5,1); -INSERT INTO zipcodes VALUES (37326,'Ducktown','TN','35.030319','-84.382840',-5,1); -INSERT INTO zipcodes VALUES (37327,'Dunlap','TN','35.399109','-85.387550',-6,1); -INSERT INTO zipcodes VALUES (37328,'Elora','TN','35.018508','-86.360850',-6,1); -INSERT INTO zipcodes VALUES (37329,'Englewood','TN','35.411420','-84.474730',-5,1); -INSERT INTO zipcodes VALUES (37330,'Estill Springs','TN','35.280936','-86.122470',-6,1); -INSERT INTO zipcodes VALUES (37331,'Etowah','TN','35.325991','-84.530150',-5,1); -INSERT INTO zipcodes VALUES (37332,'Evensville','TN','35.585467','-84.941250',-5,1); -INSERT INTO zipcodes VALUES (37333,'Farner','TN','35.148640','-84.317070',-5,1); -INSERT INTO zipcodes VALUES (37334,'Fayetteville','TN','35.136177','-86.574330',-6,1); -INSERT INTO zipcodes VALUES (37335,'Flintville','TN','35.063253','-86.418660',-6,1); -INSERT INTO zipcodes VALUES (37336,'Georgetown','TN','35.308786','-84.930420',-5,1); -INSERT INTO zipcodes VALUES (37337,'Grandview','TN','35.781680','-84.879550',-6,1); -INSERT INTO zipcodes VALUES (37338,'Graysville','TN','35.443503','-85.183970',-6,1); -INSERT INTO zipcodes VALUES (37339,'Gruetli Laager','TN','35.373152','-85.623610',-6,1); -INSERT INTO zipcodes VALUES (37340,'Guild','TN','35.013853','-85.531070',-6,1); -INSERT INTO zipcodes VALUES (37341,'Harrison','TN','35.191540','-85.098270',-5,1); -INSERT INTO zipcodes VALUES (37342,'Hillsboro','TN','35.391560','-85.963670',-6,1); -INSERT INTO zipcodes VALUES (37343,'Hixson','TN','35.167987','-85.211580',-5,1); -INSERT INTO zipcodes VALUES (37345,'Huntland','TN','35.052678','-86.271410',-6,1); -INSERT INTO zipcodes VALUES (37347,'Jasper','TN','35.065007','-85.618180',-6,1); -INSERT INTO zipcodes VALUES (37348,'Kelso','TN','35.114900','-86.442100',-6,1); -INSERT INTO zipcodes VALUES (37349,'Manchester','TN','35.497637','-86.074820',-6,1); -INSERT INTO zipcodes VALUES (37350,'Lookout Mountain','TN','34.998375','-85.348650',-5,1); -INSERT INTO zipcodes VALUES (37351,'Lupton City','TN','35.104789','-85.264150',-5,1); -INSERT INTO zipcodes VALUES (37352,'Lynchburg','TN','35.276795','-86.352640',-6,1); -INSERT INTO zipcodes VALUES (37353,'McDonald','TN','35.114036','-84.985350',-5,1); -INSERT INTO zipcodes VALUES (37354,'Madisonville','TN','35.506259','-84.357380',-5,1); -INSERT INTO zipcodes VALUES (37355,'Manchester','TN','35.500068','-86.084140',-6,1); -INSERT INTO zipcodes VALUES (37356,'Monteagle','TN','35.238756','-85.829110',-6,1); -INSERT INTO zipcodes VALUES (37357,'Morrison','TN','35.596484','-85.922750',-6,1); -INSERT INTO zipcodes VALUES (37359,'Mulberry','TN','35.203361','-86.405630',-6,1); -INSERT INTO zipcodes VALUES (37360,'Normandy','TN','35.433962','-86.260450',-6,1); -INSERT INTO zipcodes VALUES (37361,'Ocoee','TN','35.108559','-84.701390',-5,1); -INSERT INTO zipcodes VALUES (37362,'Oldfort','TN','35.043475','-84.739570',-5,1); -INSERT INTO zipcodes VALUES (37363,'Ooltewah','TN','35.087881','-85.060050',-5,1); -INSERT INTO zipcodes VALUES (37364,'Cleveland','TN','35.172720','-84.861885',-5,1); -INSERT INTO zipcodes VALUES (37365,'Palmer','TN','35.375156','-85.555010',-6,1); -INSERT INTO zipcodes VALUES (37366,'Pelham','TN','35.304582','-85.854560',-6,1); -INSERT INTO zipcodes VALUES (37367,'Pikeville','TN','35.635097','-85.171610',-6,1); -INSERT INTO zipcodes VALUES (37369,'Reliance','TN','35.191719','-84.494460',-5,1); -INSERT INTO zipcodes VALUES (37370,'Riceville','TN','35.363968','-84.703920',-5,1); -INSERT INTO zipcodes VALUES (37371,'Athens','TN','35.441376','-84.641623',-5,1); -INSERT INTO zipcodes VALUES (37372,'Saint Andrews','TN','35.175522','-86.098338',-6,1); -INSERT INTO zipcodes VALUES (37373,'Sale Creek','TN','35.391643','-85.103290',-5,1); -INSERT INTO zipcodes VALUES (37374,'Sequatchie','TN','35.191740','-85.641490',-6,1); -INSERT INTO zipcodes VALUES (37375,'Sewanee','TN','35.193891','-85.910480',-6,1); -INSERT INTO zipcodes VALUES (37376,'Sherwood','TN','35.060787','-85.922170',-6,1); -INSERT INTO zipcodes VALUES (37377,'Signal Mountain','TN','35.159778','-85.333320',-5,1); -INSERT INTO zipcodes VALUES (37378,'Smartt','TN','35.678368','-85.777633',-6,1); -INSERT INTO zipcodes VALUES (37379,'Soddy Daisy','TN','35.269694','-85.162270',-5,1); -INSERT INTO zipcodes VALUES (37380,'South Pittsburg','TN','35.045886','-85.725130',-6,1); -INSERT INTO zipcodes VALUES (37381,'Spring City','TN','35.688010','-84.827770',-5,1); -INSERT INTO zipcodes VALUES (37382,'Summitville','TN','35.497637','-86.074820',-6,1); -INSERT INTO zipcodes VALUES (37383,'Sewanee','TN','35.180503','-85.903522',-6,1); -INSERT INTO zipcodes VALUES (37384,'Soddy Daisy','TN','35.221092','-85.209082',-5,1); -INSERT INTO zipcodes VALUES (37385,'Tellico Plains','TN','35.345237','-84.277280',-5,1); -INSERT INTO zipcodes VALUES (37387,'Tracy City','TN','35.275367','-85.740390',-6,1); -INSERT INTO zipcodes VALUES (37388,'Tullahoma','TN','35.357522','-86.214840',-6,1); -INSERT INTO zipcodes VALUES (37389,'Arnold AFB','TN','35.497637','-86.074820',-6,1); -INSERT INTO zipcodes VALUES (37391,'Turtletown','TN','35.098017','-84.361950',-5,1); -INSERT INTO zipcodes VALUES (37394,'Viola','TN','35.538116','-85.861690',-6,1); -INSERT INTO zipcodes VALUES (37395,'Watts Bar Dam','TN','35.617220','-84.928921',-5,1); -INSERT INTO zipcodes VALUES (37396,'Whiteside','TN','34.994156','-85.487550',-6,1); -INSERT INTO zipcodes VALUES (37397,'Whitwell','TN','35.202970','-85.497330',-6,1); -INSERT INTO zipcodes VALUES (37398,'Winchester','TN','35.192829','-86.140450',-6,1); -INSERT INTO zipcodes VALUES (37401,'Chattanooga','TN','35.017818','-85.206426',-5,1); -INSERT INTO zipcodes VALUES (37402,'Chattanooga','TN','35.046324','-85.311990',-5,1); -INSERT INTO zipcodes VALUES (37403,'Chattanooga','TN','35.046173','-85.298800',-5,1); -INSERT INTO zipcodes VALUES (37404,'Chattanooga','TN','35.030474','-85.274900',-5,1); -INSERT INTO zipcodes VALUES (37405,'Chattanooga','TN','35.081323','-85.319030',-5,1); -INSERT INTO zipcodes VALUES (37406,'Chattanooga','TN','35.065723','-85.250140',-5,1); -INSERT INTO zipcodes VALUES (37407,'Chattanooga','TN','35.000825','-85.286730',-5,1); -INSERT INTO zipcodes VALUES (37408,'Chattanooga','TN','35.030907','-85.310040',-5,1); -INSERT INTO zipcodes VALUES (37409,'Chattanooga','TN','35.001842','-85.330920',-5,1); -INSERT INTO zipcodes VALUES (37410,'Chattanooga','TN','35.002342','-85.314070',-5,1); -INSERT INTO zipcodes VALUES (37411,'Chattanooga','TN','35.023824','-85.233300',-5,1); -INSERT INTO zipcodes VALUES (37412,'Chattanooga','TN','34.996674','-85.237480',-5,1); -INSERT INTO zipcodes VALUES (37414,'Chattanooga','TN','35.221092','-85.209082',-5,1); -INSERT INTO zipcodes VALUES (37415,'Chattanooga','TN','35.116285','-85.284660',-5,1); -INSERT INTO zipcodes VALUES (37416,'Chattanooga','TN','35.089805','-85.181520',-5,1); -INSERT INTO zipcodes VALUES (37419,'Chattanooga','TN','35.031674','-85.372760',-5,1); -INSERT INTO zipcodes VALUES (37421,'Chattanooga','TN','35.028574','-85.159390',-5,1); -INSERT INTO zipcodes VALUES (37422,'Chattanooga','TN','35.221092','-85.209082',-5,1); -INSERT INTO zipcodes VALUES (37424,'Chattanooga','TN','35.221092','-85.209082',-5,1); -INSERT INTO zipcodes VALUES (37450,'Chattanooga','TN','35.221092','-85.209082',-5,1); -INSERT INTO zipcodes VALUES (37499,'Chattanooga','TN','35.221092','-85.209082',-5,1); -INSERT INTO zipcodes VALUES (37501,'Memphis','TN','35.169255','-89.990415',-6,1); -INSERT INTO zipcodes VALUES (37601,'Johnson City','TN','36.331006','-82.338600',-5,1); -INSERT INTO zipcodes VALUES (37602,'Johnson City','TN','36.271729','-82.501212',-5,1); -INSERT INTO zipcodes VALUES (37604,'Johnson City','TN','36.312633','-82.380200',-5,1); -INSERT INTO zipcodes VALUES (37605,'Johnson City','TN','36.315795','-82.383792',-5,1); -INSERT INTO zipcodes VALUES (37614,'Johnson City','TN','36.302479','-82.369840',-5,1); -INSERT INTO zipcodes VALUES (37615,'Johnson City','TN','36.405338','-82.445930',-5,1); -INSERT INTO zipcodes VALUES (37616,'Afton','TN','36.218863','-82.747040',-5,1); -INSERT INTO zipcodes VALUES (37617,'Blountville','TN','36.534729','-82.372290',-5,1); -INSERT INTO zipcodes VALUES (37618,'Bluff City','TN','36.469605','-82.229980',-5,1); -INSERT INTO zipcodes VALUES (37620,'Bristol','TN','36.561341','-82.168690',-5,1); -INSERT INTO zipcodes VALUES (37621,'Bristol','TN','36.504158','-82.264460',-5,1); -INSERT INTO zipcodes VALUES (37625,'Bristol','TN','36.504158','-82.264460',-5,1); -INSERT INTO zipcodes VALUES (37640,'Butler','TN','36.335618','-81.977750',-5,1); -INSERT INTO zipcodes VALUES (37641,'Chuckey','TN','36.215030','-82.674400',-5,1); -INSERT INTO zipcodes VALUES (37642,'Church Hill','TN','36.534489','-82.712920',-5,1); -INSERT INTO zipcodes VALUES (37643,'Elizabethton','TN','36.355251','-82.188430',-5,1); -INSERT INTO zipcodes VALUES (37644,'Elizabethton','TN','36.436637','-82.051765',-5,1); -INSERT INTO zipcodes VALUES (37645,'Mount Carmel','TN','36.560966','-82.658550',-5,1); -INSERT INTO zipcodes VALUES (37650,'Erwin','TN','36.128301','-82.427300',-5,1); -INSERT INTO zipcodes VALUES (37656,'Fall Branch','TN','36.401700','-82.627050',-5,1); -INSERT INTO zipcodes VALUES (37657,'Flag Pond','TN','36.011662','-82.560560',-5,1); -INSERT INTO zipcodes VALUES (37658,'Hampton','TN','36.269157','-82.175580',-5,1); -INSERT INTO zipcodes VALUES (37659,'Jonesborough','TN','36.293805','-82.497040',-5,1); -INSERT INTO zipcodes VALUES (37660,'Kingsport','TN','36.547133','-82.554080',-5,1); -INSERT INTO zipcodes VALUES (37662,'Kingsport','TN','36.530517','-82.529816',-5,1); -INSERT INTO zipcodes VALUES (37663,'Kingsport','TN','36.468953','-82.497650',-5,1); -INSERT INTO zipcodes VALUES (37664,'Kingsport','TN','36.522968','-82.511620',-5,1); -INSERT INTO zipcodes VALUES (37665,'Kingsport','TN','36.583233','-82.572490',-5,1); -INSERT INTO zipcodes VALUES (37669,'Kingsport','TN','36.504158','-82.264460',-5,1); -INSERT INTO zipcodes VALUES (37680,'Laurel Bloomery','TN','36.580229','-81.755090',-5,1); -INSERT INTO zipcodes VALUES (37681,'Limestone','TN','36.246547','-82.620950',-5,1); -INSERT INTO zipcodes VALUES (37682,'Milligan College','TN','36.296007','-82.305359',-5,1); -INSERT INTO zipcodes VALUES (37683,'Mountain City','TN','36.451041','-81.819060',-5,1); -INSERT INTO zipcodes VALUES (37684,'Mountain Home','TN','36.309201','-82.373380',-5,1); -INSERT INTO zipcodes VALUES (37686,'Piney Flats','TN','36.430799','-82.333440',-5,1); -INSERT INTO zipcodes VALUES (37687,'Roan Mountain','TN','36.192236','-82.097500',-5,1); -INSERT INTO zipcodes VALUES (37688,'Shady Valley','TN','36.529827','-81.917180',-5,1); -INSERT INTO zipcodes VALUES (37690,'Telford','TN','36.254547','-82.557080',-5,1); -INSERT INTO zipcodes VALUES (37691,'Trade','TN','36.367169','-81.755530',-5,1); -INSERT INTO zipcodes VALUES (37692,'Unicoi','TN','36.204930','-82.312140',-5,1); -INSERT INTO zipcodes VALUES (37694,'Watauga','TN','36.376371','-82.278000',-5,1); -INSERT INTO zipcodes VALUES (37699,'Piney Flats','TN','36.504158','-82.264460',-5,1); -INSERT INTO zipcodes VALUES (37701,'Alcoa','TN','35.784708','-83.979560',-5,1); -INSERT INTO zipcodes VALUES (37705,'Andersonville','TN','36.217896','-84.011310',-5,1); -INSERT INTO zipcodes VALUES (37707,'Arthur','TN','36.566257','-83.636479',-5,1); -INSERT INTO zipcodes VALUES (37708,'Bean Station','TN','36.320262','-83.322060',-5,1); -INSERT INTO zipcodes VALUES (37709,'Blaine','TN','36.161001','-83.676020',-5,1); -INSERT INTO zipcodes VALUES (37710,'Briceville','TN','36.152310','-84.289680',-5,1); -INSERT INTO zipcodes VALUES (37711,'Bulls Gap','TN','36.274715','-83.057370',-5,1); -INSERT INTO zipcodes VALUES (37713,'Bybee','TN','36.081083','-83.135050',-5,1); -INSERT INTO zipcodes VALUES (37714,'Caryville','TN','36.290972','-84.221040',-5,1); -INSERT INTO zipcodes VALUES (37715,'Clairfield','TN','36.567165','-83.942020',-5,1); -INSERT INTO zipcodes VALUES (37716,'Clinton','TN','36.099283','-84.146560',-5,1); -INSERT INTO zipcodes VALUES (37717,'Clinton','TN','36.110028','-84.167208',-5,1); -INSERT INTO zipcodes VALUES (37719,'Coalfield','TN','36.029022','-84.425410',-5,1); -INSERT INTO zipcodes VALUES (37721,'Corryton','TN','36.141925','-83.806600',-5,1); -INSERT INTO zipcodes VALUES (37722,'Cosby','TN','35.820011','-83.244410',-5,1); -INSERT INTO zipcodes VALUES (37723,'Crab Orchard','TN','35.933213','-84.862260',-6,1); -INSERT INTO zipcodes VALUES (37724,'Cumberland Gap','TN','36.566416','-83.674990',-5,1); -INSERT INTO zipcodes VALUES (37725,'Dandridge','TN','35.996454','-83.397910',-5,1); -INSERT INTO zipcodes VALUES (37726,'Deer Lodge','TN','36.186086','-84.838000',-5,1); -INSERT INTO zipcodes VALUES (37727,'Del Rio','TN','35.900308','-83.015750',-5,1); -INSERT INTO zipcodes VALUES (37729,'Duff','TN','36.510252','-84.027120',-5,1); -INSERT INTO zipcodes VALUES (37730,'Eagan','TN','36.553851','-83.975030',-5,1); -INSERT INTO zipcodes VALUES (37731,'Eidson','TN','36.531811','-83.037140',-5,1); -INSERT INTO zipcodes VALUES (37732,'Elgin','TN','36.327029','-84.608980',-5,1); -INSERT INTO zipcodes VALUES (37733,'Rugby','TN','36.351914','-84.713666',-5,1); -INSERT INTO zipcodes VALUES (37737,'Friendsville','TN','35.760657','-84.119250',-5,1); -INSERT INTO zipcodes VALUES (37738,'Gatlinburg','TN','35.733627','-83.471560',-5,1); -INSERT INTO zipcodes VALUES (37742,'Greenback','TN','35.668060','-84.181700',-5,1); -INSERT INTO zipcodes VALUES (37743,'Greeneville','TN','36.102325','-82.854460',-5,1); -INSERT INTO zipcodes VALUES (37744,'Greeneville','TN','36.182289','-82.739480',-5,1); -INSERT INTO zipcodes VALUES (37745,'Greeneville','TN','36.229928','-82.814060',-5,1); -INSERT INTO zipcodes VALUES (37748,'Harriman','TN','35.930801','-84.531350',-5,1); -INSERT INTO zipcodes VALUES (37752,'Harrogate','TN','36.581713','-83.612780',-5,1); -INSERT INTO zipcodes VALUES (37753,'Hartford','TN','35.822918','-83.108350',-5,1); -INSERT INTO zipcodes VALUES (37754,'Heiskell','TN','36.138832','-84.031420',-5,1); -INSERT INTO zipcodes VALUES (37755,'Helenwood','TN','36.434757','-84.532880',-5,1); -INSERT INTO zipcodes VALUES (37756,'Huntsville','TN','36.351978','-84.421370',-5,1); -INSERT INTO zipcodes VALUES (37757,'Jacksboro','TN','36.326509','-84.172770',-5,1); -INSERT INTO zipcodes VALUES (37760,'Jefferson City','TN','36.109404','-83.483250',-5,1); -INSERT INTO zipcodes VALUES (37762,'Jellico','TN','36.578257','-84.136980',-5,1); -INSERT INTO zipcodes VALUES (37763,'Kingston','TN','35.839274','-84.505620',-5,1); -INSERT INTO zipcodes VALUES (37764,'Kodak','TN','35.975550','-83.613740',-5,1); -INSERT INTO zipcodes VALUES (37765,'Kyles Ford','TN','36.572764','-83.050280',-5,1); -INSERT INTO zipcodes VALUES (37766,'La Follette','TN','36.388766','-84.081640',-5,1); -INSERT INTO zipcodes VALUES (37769,'Lake City','TN','36.221786','-84.149840',-5,1); -INSERT INTO zipcodes VALUES (37770,'Lancing','TN','36.133166','-84.667920',-5,1); -INSERT INTO zipcodes VALUES (37771,'Lenoir City','TN','35.815524','-84.293010',-5,1); -INSERT INTO zipcodes VALUES (37772,'Lenoir City','TN','35.800329','-84.232810',-5,1); -INSERT INTO zipcodes VALUES (37773,'Lone Mountain','TN','36.466398','-83.678621',-5,1); -INSERT INTO zipcodes VALUES (37774,'Loudon','TN','35.725969','-84.330690',-5,1); -INSERT INTO zipcodes VALUES (37777,'Louisville','TN','35.835374','-84.011960',-5,1); -INSERT INTO zipcodes VALUES (37778,'Lowland','TN','36.213293','-83.275211',-5,1); -INSERT INTO zipcodes VALUES (37779,'Luttrell','TN','36.204230','-83.750460',-5,1); -INSERT INTO zipcodes VALUES (37801,'Maryville','TN','35.709071','-84.050150',-5,1); -INSERT INTO zipcodes VALUES (37802,'Maryville','TN','35.728283','-83.933815',-5,1); -INSERT INTO zipcodes VALUES (37803,'Maryville','TN','35.693358','-83.984120',-5,1); -INSERT INTO zipcodes VALUES (37804,'Maryville','TN','35.781607','-83.935910',-5,1); -INSERT INTO zipcodes VALUES (37806,'Mascot','TN','36.086398','-83.741300',-5,1); -INSERT INTO zipcodes VALUES (37807,'Maynardville','TN','36.251265','-83.825580',-5,1); -INSERT INTO zipcodes VALUES (37809,'Midway','TN','36.162502','-83.021100',-5,1); -INSERT INTO zipcodes VALUES (37810,'Mohawk','TN','36.188878','-83.095990',-5,1); -INSERT INTO zipcodes VALUES (37811,'Mooresburg','TN','36.352009','-83.226760',-5,1); -INSERT INTO zipcodes VALUES (37813,'Morristown','TN','36.186008','-83.274740',-5,1); -INSERT INTO zipcodes VALUES (37814,'Morristown','TN','36.225565','-83.307990',-5,1); -INSERT INTO zipcodes VALUES (37815,'Morristown','TN','36.213293','-83.275211',-5,1); -INSERT INTO zipcodes VALUES (37816,'Morristown','TN','36.213293','-83.275211',-5,1); -INSERT INTO zipcodes VALUES (37818,'Mosheim','TN','36.190417','-82.961850',-5,1); -INSERT INTO zipcodes VALUES (37819,'Newcomb','TN','36.547121','-84.182060',-5,1); -INSERT INTO zipcodes VALUES (37820,'New Market','TN','36.089568','-83.563890',-5,1); -INSERT INTO zipcodes VALUES (37821,'Newport','TN','35.963276','-83.201160',-5,1); -INSERT INTO zipcodes VALUES (37822,'Newport','TN','35.947688','-83.106554',-5,1); -INSERT INTO zipcodes VALUES (37824,'New Tazewell','TN','36.449963','-83.591129',-5,1); -INSERT INTO zipcodes VALUES (37825,'New Tazewell','TN','36.417235','-83.652410',-5,1); -INSERT INTO zipcodes VALUES (37826,'Niota','TN','35.548316','-84.584030',-5,1); -INSERT INTO zipcodes VALUES (37828,'Norris','TN','36.190257','-84.070170',-5,1); -INSERT INTO zipcodes VALUES (37829,'Oakdale','TN','35.982910','-84.601490',-5,1); -INSERT INTO zipcodes VALUES (37830,'Oak Ridge','TN','35.992691','-84.270440',-5,1); -INSERT INTO zipcodes VALUES (37831,'Oak Ridge','TN','36.105971','-84.195796',-5,1); -INSERT INTO zipcodes VALUES (37838,'Sewanee','TN','35.199411','-85.932210',-6,1); -INSERT INTO zipcodes VALUES (37840,'Oliver Springs','TN','36.045663','-84.366850',-5,1); -INSERT INTO zipcodes VALUES (37841,'Oneida','TN','36.497870','-84.518080',-5,1); -INSERT INTO zipcodes VALUES (37842,'Ozone','TN','35.875430','-84.792927',-6,1); -INSERT INTO zipcodes VALUES (37843,'Parrottsville','TN','36.013728','-83.053510',-5,1); -INSERT INTO zipcodes VALUES (37845,'Petros','TN','36.091220','-84.445980',-5,1); -INSERT INTO zipcodes VALUES (37846,'Philadelphia','TN','35.679462','-84.458380',-5,1); -INSERT INTO zipcodes VALUES (37847,'Pioneer','TN','36.432891','-84.277810',-5,1); -INSERT INTO zipcodes VALUES (37848,'Powder Springs','TN','36.244040','-83.680530',-5,1); -INSERT INTO zipcodes VALUES (37849,'Powell','TN','36.044507','-84.041920',-5,1); -INSERT INTO zipcodes VALUES (37851,'Pruden','TN','36.557884','-83.813920',-5,1); -INSERT INTO zipcodes VALUES (37852,'Robbins','TN','36.335832','-84.602200',-5,1); -INSERT INTO zipcodes VALUES (37853,'Rockford','TN','35.834126','-83.934520',-5,1); -INSERT INTO zipcodes VALUES (37854,'Rockwood','TN','35.861763','-84.700420',-5,1); -INSERT INTO zipcodes VALUES (37857,'Rogersville','TN','36.413437','-82.968040',-5,1); -INSERT INTO zipcodes VALUES (37860,'Russellville','TN','36.248645','-83.193210',-5,1); -INSERT INTO zipcodes VALUES (37861,'Rutledge','TN','36.243526','-83.515160',-5,1); -INSERT INTO zipcodes VALUES (37862,'Sevierville','TN','35.818653','-83.591970',-5,1); -INSERT INTO zipcodes VALUES (37863,'Pigeon Forge','TN','35.792313','-83.560500',-5,1); -INSERT INTO zipcodes VALUES (37864,'Sevierville','TN','35.854211','-83.613849',-5,1); -INSERT INTO zipcodes VALUES (37865,'Seymour','TN','35.853932','-83.744760',-5,1); -INSERT INTO zipcodes VALUES (37866,'Sharps Chapel','TN','36.355257','-83.826370',-5,1); -INSERT INTO zipcodes VALUES (37867,'Shawanee','TN','36.580283','-83.647254',-5,1); -INSERT INTO zipcodes VALUES (37868,'Pigeon Forge','TN','35.880902','-83.556134',-5,1); -INSERT INTO zipcodes VALUES (37869,'Sneedville','TN','36.521297','-83.228180',-5,1); -INSERT INTO zipcodes VALUES (37870,'Speedwell','TN','36.454910','-83.854600',-5,1); -INSERT INTO zipcodes VALUES (37871,'Strawberry Plains','TN','36.040510','-83.679340',-5,1); -INSERT INTO zipcodes VALUES (37872,'Sunbright','TN','36.262842','-84.665490',-5,1); -INSERT INTO zipcodes VALUES (37873,'Surgoinsville','TN','36.512760','-82.835260',-5,1); -INSERT INTO zipcodes VALUES (37874,'Sweetwater','TN','35.598659','-84.466130',-5,1); -INSERT INTO zipcodes VALUES (37876,'Sevierville','TN','35.860157','-83.486940',-5,1); -INSERT INTO zipcodes VALUES (37877,'Talbott','TN','36.154381','-83.409460',-5,1); -INSERT INTO zipcodes VALUES (37878,'Tallassee','TN','35.633730','-83.931380',-5,1); -INSERT INTO zipcodes VALUES (37879,'Tazewell','TN','36.465808','-83.523570',-5,1); -INSERT INTO zipcodes VALUES (37880,'Ten Mile','TN','35.684788','-84.677820',-5,1); -INSERT INTO zipcodes VALUES (37881,'Thorn Hill','TN','36.407028','-83.341130',-5,1); -INSERT INTO zipcodes VALUES (37882,'Townsend','TN','35.680116','-83.758010',-5,1); -INSERT INTO zipcodes VALUES (37885,'Vonore','TN','35.543355','-84.193300',-5,1); -INSERT INTO zipcodes VALUES (37886,'Walland','TN','35.734481','-83.819880',-5,1); -INSERT INTO zipcodes VALUES (37887,'Wartburg','TN','36.091018','-84.568630',-5,1); -INSERT INTO zipcodes VALUES (37888,'Washburn','TN','36.310299','-83.606580',-5,1); -INSERT INTO zipcodes VALUES (37890,'White Pine','TN','36.094622','-83.290240',-5,1); -INSERT INTO zipcodes VALUES (37891,'Whitesburg','TN','36.277627','-83.139870',-5,1); -INSERT INTO zipcodes VALUES (37892,'Winfield','TN','36.563797','-84.419350',-5,1); -INSERT INTO zipcodes VALUES (37893,'Winona','TN','36.383425','-84.517287',-5,1); -INSERT INTO zipcodes VALUES (37901,'Knoxville','TN','36.032334','-83.884804',-5,1); -INSERT INTO zipcodes VALUES (37902,'Knoxville','TN','35.964032','-83.919640',-5,1); -INSERT INTO zipcodes VALUES (37909,'Knoxville','TN','35.947846','-84.015540',-5,1); -INSERT INTO zipcodes VALUES (37912,'Knoxville','TN','36.008048','-83.979620',-5,1); -INSERT INTO zipcodes VALUES (37913,'Knoxville','TN','35.906808','-84.024627',-5,1); -INSERT INTO zipcodes VALUES (37914,'Knoxville','TN','35.988528','-83.849810',-5,1); -INSERT INTO zipcodes VALUES (37915,'Knoxville','TN','35.971250','-83.901490',-5,1); -INSERT INTO zipcodes VALUES (37916,'Knoxville','TN','35.955732','-83.932710',-5,1); -INSERT INTO zipcodes VALUES (37917,'Knoxville','TN','35.991982','-83.918590',-5,1); -INSERT INTO zipcodes VALUES (37918,'Knoxville','TN','36.046598','-83.925110',-5,1); -INSERT INTO zipcodes VALUES (37919,'Knoxville','TN','35.922881','-84.003840',-5,1); -INSERT INTO zipcodes VALUES (37920,'Knoxville','TN','35.923517','-83.890420',-5,1); -INSERT INTO zipcodes VALUES (37921,'Knoxville','TN','35.973731','-83.974130',-5,1); -INSERT INTO zipcodes VALUES (37922,'Knoxville','TN','35.875925','-84.126080',-5,1); -INSERT INTO zipcodes VALUES (37923,'Knoxville','TN','35.928997','-84.075430',-5,1); -INSERT INTO zipcodes VALUES (37924,'Knoxville','TN','36.029987','-83.807050',-5,1); -INSERT INTO zipcodes VALUES (37927,'Knoxville','TN','35.990142','-83.962180',-5,1); -INSERT INTO zipcodes VALUES (37928,'Knoxville','TN','35.990142','-83.962180',-5,1); -INSERT INTO zipcodes VALUES (37929,'Knoxville','TN','35.922421','-83.795492',-5,1); -INSERT INTO zipcodes VALUES (37930,'Knoxville','TN','35.902900','-83.953554',-5,1); -INSERT INTO zipcodes VALUES (37931,'Knoxville','TN','35.976063','-84.118200',-5,1); -INSERT INTO zipcodes VALUES (37932,'Knoxville','TN','35.919695','-84.172550',-5,1); -INSERT INTO zipcodes VALUES (37933,'Knoxville','TN','35.990142','-83.962180',-5,1); -INSERT INTO zipcodes VALUES (37937,'Powells Crossroads','TN','35.187308','-85.479290',-6,1); -INSERT INTO zipcodes VALUES (37938,'Knoxville','TN','36.113552','-83.937850',-5,1); -INSERT INTO zipcodes VALUES (37939,'Knoxville','TN','35.990142','-83.962180',-5,1); -INSERT INTO zipcodes VALUES (37940,'Knoxville','TN','35.990142','-83.962180',-5,1); -INSERT INTO zipcodes VALUES (37950,'Knoxville','TN','35.990142','-83.962180',-5,1); -INSERT INTO zipcodes VALUES (37951,'Knoxville','TN','35.972146','-83.950384',-5,1); -INSERT INTO zipcodes VALUES (37990,'Knoxville','TN','35.990142','-83.962180',-5,1); -INSERT INTO zipcodes VALUES (37995,'Knoxville','TN','35.990142','-83.962180',-5,1); -INSERT INTO zipcodes VALUES (37996,'Knoxville','TN','35.990142','-83.962180',-5,1); -INSERT INTO zipcodes VALUES (37997,'Knoxville','TN','35.990142','-83.962180',-5,1); -INSERT INTO zipcodes VALUES (37998,'Knoxville','TN','35.935134','-83.750258',-5,1); -INSERT INTO zipcodes VALUES (37999,'Knoxville','TN','35.990142','-83.962180',-5,1); -INSERT INTO zipcodes VALUES (38001,'Alamo','TN','35.796157','-89.140160',-6,1); -INSERT INTO zipcodes VALUES (38002,'Arlington','TN','35.272386','-89.711980',-6,1); -INSERT INTO zipcodes VALUES (38004,'Atoka','TN','35.422035','-89.808060',-6,1); -INSERT INTO zipcodes VALUES (38006,'Bells','TN','35.696656','-89.084570',-6,1); -INSERT INTO zipcodes VALUES (38007,'Bogota','TN','36.158668','-89.437684',-6,1); -INSERT INTO zipcodes VALUES (38008,'Bolivar','TN','35.255430','-88.987510',-6,1); -INSERT INTO zipcodes VALUES (38010,'Braden','TN','35.288624','-89.488020',-6,1); -INSERT INTO zipcodes VALUES (38011,'Brighton','TN','35.474694','-89.723440',-6,1); -INSERT INTO zipcodes VALUES (38012,'Brownsville','TN','35.590558','-89.260900',-6,1); -INSERT INTO zipcodes VALUES (38014,'Brunswick','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38015,'Burlison','TN','35.551277','-89.823870',-6,1); -INSERT INTO zipcodes VALUES (38016,'Memphis','TN','35.177475','-89.776835',-6,1); -INSERT INTO zipcodes VALUES (38017,'Collierville','TN','35.057224','-89.674170',-6,1); -INSERT INTO zipcodes VALUES (38018,'Cordova','TN','35.157681','-89.782490',-6,1); -INSERT INTO zipcodes VALUES (38019,'Covington','TN','35.560622','-89.642010',-6,1); -INSERT INTO zipcodes VALUES (38021,'Crockett Mills','TN','35.875396','-89.164850',-6,1); -INSERT INTO zipcodes VALUES (38023,'Drummonds','TN','35.489296','-89.947540',-6,1); -INSERT INTO zipcodes VALUES (38024,'Dyersburg','TN','36.038042','-89.386130',-6,1); -INSERT INTO zipcodes VALUES (38025,'Dyersburg','TN','36.046851','-89.443779',-6,1); -INSERT INTO zipcodes VALUES (38026,'Memphis','TN','35.132219','-90.047966',-6,1); -INSERT INTO zipcodes VALUES (38027,'Collierville','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38028,'Eads','TN','35.203968','-89.622030',-6,1); -INSERT INTO zipcodes VALUES (38029,'Ellendale','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38030,'Finley','TN','35.980206','-89.601120',-6,1); -INSERT INTO zipcodes VALUES (38034,'Friendship','TN','35.908286','-89.245550',-6,1); -INSERT INTO zipcodes VALUES (38036,'Gallaway','TN','35.320487','-89.621500',-6,1); -INSERT INTO zipcodes VALUES (38037,'Gates','TN','35.820360','-89.414970',-6,1); -INSERT INTO zipcodes VALUES (38039,'Grand Junction','TN','35.057728','-89.185990',-6,1); -INSERT INTO zipcodes VALUES (38040,'Halls','TN','35.879497','-89.419890',-6,1); -INSERT INTO zipcodes VALUES (38041,'Henning','AR','35.629555','-89.869450',-6,1); -INSERT INTO zipcodes VALUES (38042,'Hickory Valley','TN','35.149952','-89.153600',-6,1); -INSERT INTO zipcodes VALUES (38043,'Hickory Withe','TN','35.199265','-89.414113',-6,1); -INSERT INTO zipcodes VALUES (38044,'Hornsby','TN','35.211663','-88.809880',-6,1); -INSERT INTO zipcodes VALUES (38045,'Laconia','TN','35.290428','-89.232185',-6,1); -INSERT INTO zipcodes VALUES (38046,'La Grange','TN','35.049339','-89.234760',-6,1); -INSERT INTO zipcodes VALUES (38047,'Lenox','TN','36.063947','-89.622870',-6,1); -INSERT INTO zipcodes VALUES (38048,'Macon','TN','35.150660','-89.481362',-6,1); -INSERT INTO zipcodes VALUES (38049,'Mason','TN','35.391363','-89.539880',-6,1); -INSERT INTO zipcodes VALUES (38050,'Maury City','TN','35.815535','-89.223860',-6,1); -INSERT INTO zipcodes VALUES (38052,'Middleton','TN','35.074302','-88.908450',-6,1); -INSERT INTO zipcodes VALUES (38053,'Millington','TN','35.347965','-89.906680',-6,1); -INSERT INTO zipcodes VALUES (38054,'Millington','TN','35.334132','-89.870636',-6,1); -INSERT INTO zipcodes VALUES (38055,'Millington','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38056,'Miston','TN','36.046851','-89.443779',-6,1); -INSERT INTO zipcodes VALUES (38057,'Moscow','TN','35.055545','-89.373470',-6,1); -INSERT INTO zipcodes VALUES (38058,'Munford','TN','35.451159','-89.808450',-6,1); -INSERT INTO zipcodes VALUES (38059,'Newbern','TN','36.114872','-89.254190',-6,1); -INSERT INTO zipcodes VALUES (38060,'Oakland','TN','35.214462','-89.503400',-6,1); -INSERT INTO zipcodes VALUES (38061,'Pocahontas','TN','35.067152','-88.765340',-6,1); -INSERT INTO zipcodes VALUES (38063,'Ripley','AR','35.637993','-89.868590',-6,1); -INSERT INTO zipcodes VALUES (38066,'Rossville','TN','35.076213','-89.532900',-6,1); -INSERT INTO zipcodes VALUES (38067,'Saulsbury','TN','35.090194','-89.029510',-6,1); -INSERT INTO zipcodes VALUES (38068,'Somerville','TN','35.275036','-89.329070',-6,1); -INSERT INTO zipcodes VALUES (38069,'Stanton','TN','35.459089','-89.356990',-6,1); -INSERT INTO zipcodes VALUES (38070,'Tigrett','TN','35.942019','-89.243405',-6,1); -INSERT INTO zipcodes VALUES (38071,'Tipton','TN','35.414319','-89.818781',-6,1); -INSERT INTO zipcodes VALUES (38073,'Gates','TN','35.839785','-89.406640',-6,1); -INSERT INTO zipcodes VALUES (38074,'Bolivar','TN','35.213371','-88.990028',-6,1); -INSERT INTO zipcodes VALUES (38075,'Whiteville','TN','35.350010','-89.155080',-6,1); -INSERT INTO zipcodes VALUES (38076,'Williston','TN','35.152913','-89.434060',-6,1); -INSERT INTO zipcodes VALUES (38077,'Wynnburg','TN','36.344296','-89.522851',-6,1); -INSERT INTO zipcodes VALUES (38079,'Tiptonville','KY','36.513386','-89.504720',-6,1); -INSERT INTO zipcodes VALUES (38080,'Ridgely','TN','36.224429','-89.486410',-6,1); -INSERT INTO zipcodes VALUES (38083,'Millington','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38088,'Cordova','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38101,'Memphis','TN','35.050667','-89.847782',-6,1); -INSERT INTO zipcodes VALUES (38103,'Memphis','TN','35.146131','-90.053400',-6,1); -INSERT INTO zipcodes VALUES (38104,'Memphis','TN','35.133825','-90.004630',-6,1); -INSERT INTO zipcodes VALUES (38105,'Memphis','TN','35.152750','-90.035600',-6,1); -INSERT INTO zipcodes VALUES (38106,'Memphis','TN','35.103019','-90.040170',-6,1); -INSERT INTO zipcodes VALUES (38107,'Memphis','TN','35.167515','-90.022240',-6,1); -INSERT INTO zipcodes VALUES (38108,'Memphis','TN','35.174165','-89.960280',-6,1); -INSERT INTO zipcodes VALUES (38109,'Memphis','TN','35.050286','-90.075230',-6,1); -INSERT INTO zipcodes VALUES (38110,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38111,'Memphis','TN','35.109350','-89.943630',-6,1); -INSERT INTO zipcodes VALUES (38112,'Memphis','TN','35.148605','-89.974790',-6,1); -INSERT INTO zipcodes VALUES (38113,'Memphis','TN','35.127380','-89.984484',-6,1); -INSERT INTO zipcodes VALUES (38114,'Memphis','TN','35.101525','-89.985430',-6,1); -INSERT INTO zipcodes VALUES (38115,'Memphis','TN','35.057311','-89.862910',-6,1); -INSERT INTO zipcodes VALUES (38116,'Memphis','TN','35.033190','-90.011280',-6,1); -INSERT INTO zipcodes VALUES (38117,'Memphis','TN','35.112929','-89.903890',-6,1); -INSERT INTO zipcodes VALUES (38118,'Memphis','TN','35.048455','-89.924260',-6,1); -INSERT INTO zipcodes VALUES (38119,'Memphis','TN','35.082936','-89.848920',-6,1); -INSERT INTO zipcodes VALUES (38120,'Memphis','TN','35.124818','-89.865620',-6,1); -INSERT INTO zipcodes VALUES (38122,'Memphis','TN','35.155589','-89.923150',-6,1); -INSERT INTO zipcodes VALUES (38124,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38125,'Memphis','TN','35.035466','-89.803290',-6,1); -INSERT INTO zipcodes VALUES (38126,'Memphis','TN','35.126469','-90.043590',-6,1); -INSERT INTO zipcodes VALUES (38127,'Memphis','TN','35.223796','-90.006460',-6,1); -INSERT INTO zipcodes VALUES (38128,'Memphis','TN','35.219882','-89.925880',-6,1); -INSERT INTO zipcodes VALUES (38130,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38131,'Memphis','TN','35.063236','-89.994030',-6,1); -INSERT INTO zipcodes VALUES (38132,'Memphis','TN','35.073545','-89.997880',-6,1); -INSERT INTO zipcodes VALUES (38133,'Memphis','TN','35.208709','-89.805180',-6,1); -INSERT INTO zipcodes VALUES (38134,'Memphis','TN','35.193046','-89.865590',-6,1); -INSERT INTO zipcodes VALUES (38135,'Memphis','TN','35.232085','-89.852140',-6,1); -INSERT INTO zipcodes VALUES (38136,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38137,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38138,'Germantown','TN','35.088885','-89.806770',-6,1); -INSERT INTO zipcodes VALUES (38139,'Germantown','TN','35.087468','-89.761500',-6,1); -INSERT INTO zipcodes VALUES (38140,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38141,'Memphis','TN','35.016803','-89.847010',-6,1); -INSERT INTO zipcodes VALUES (38142,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38143,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38145,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38146,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38147,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38148,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38150,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38151,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38152,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38157,'Memphis','TN','35.114416','-89.891890',-6,1); -INSERT INTO zipcodes VALUES (38159,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38160,'Metcalfe','MS','34.259164','-89.060390',-6,1); -INSERT INTO zipcodes VALUES (38161,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38163,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38165,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38166,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38167,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38168,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38173,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38174,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38175,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38177,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38181,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38182,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38183,'Germantown','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38184,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38186,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38187,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38188,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38190,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38193,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38194,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38195,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38197,'Memphis','TN','35.201738','-89.971538',-6,1); -INSERT INTO zipcodes VALUES (38201,'McKenzie','TN','36.133065','-88.522460',-6,1); -INSERT INTO zipcodes VALUES (38220,'Atwood','TN','35.982690','-88.669660',-6,1); -INSERT INTO zipcodes VALUES (38221,'Big Sandy','TN','36.254423','-88.048850',-6,1); -INSERT INTO zipcodes VALUES (38222,'Buchanan','TN','36.458738','-88.148360',-6,1); -INSERT INTO zipcodes VALUES (38223,'Como','TN','36.310995','-88.260367',-6,1); -INSERT INTO zipcodes VALUES (38224,'Cottage Grove','TN','36.395616','-88.495150',-6,1); -INSERT INTO zipcodes VALUES (38225,'Dresden','TN','36.305305','-88.686900',-6,1); -INSERT INTO zipcodes VALUES (38226,'Dukedom','TN','36.488409','-88.666720',-6,1); -INSERT INTO zipcodes VALUES (38229,'Gleason','TN','36.223573','-88.606140',-6,1); -INSERT INTO zipcodes VALUES (38230,'Greenfield','TN','36.154281','-88.768670',-6,1); -INSERT INTO zipcodes VALUES (38231,'Henry','TN','36.210847','-88.425180',-6,1); -INSERT INTO zipcodes VALUES (38232,'Hornbeak','TN','36.339084','-89.332280',-6,1); -INSERT INTO zipcodes VALUES (38233,'Kenton','TN','36.201487','-89.030870',-6,1); -INSERT INTO zipcodes VALUES (38235,'McLemoresville','TN','35.992987','-88.576560',-6,1); -INSERT INTO zipcodes VALUES (38236,'Mansfield','TN','36.167573','-88.268170',-6,1); -INSERT INTO zipcodes VALUES (38237,'Martin','TN','36.353928','-88.841910',-6,1); -INSERT INTO zipcodes VALUES (38238,'Martin','TN','36.282357','-88.738132',-6,1); -INSERT INTO zipcodes VALUES (38240,'Obion','TN','36.253678','-89.253640',-6,1); -INSERT INTO zipcodes VALUES (38241,'Palmersville','TN','36.427351','-88.592340',-6,1); -INSERT INTO zipcodes VALUES (38242,'Paris','TN','36.300311','-88.328910',-6,1); -INSERT INTO zipcodes VALUES (38251,'Puryear','TN','36.444446','-88.359030',-6,1); -INSERT INTO zipcodes VALUES (38253,'Rives','TN','36.307957','-89.037700',-6,1); -INSERT INTO zipcodes VALUES (38254,'Samburg','TN','36.379051','-89.353821',-6,1); -INSERT INTO zipcodes VALUES (38255,'Sharon','TN','36.236377','-88.835860',-6,1); -INSERT INTO zipcodes VALUES (38256,'Springville','TN','36.330953','-88.123090',-6,1); -INSERT INTO zipcodes VALUES (38257,'South Fulton','TN','36.483302','-88.878950',-6,1); -INSERT INTO zipcodes VALUES (38258,'Trezevant','TN','36.016599','-88.618250',-6,1); -INSERT INTO zipcodes VALUES (38259,'Trimble','TN','36.198652','-89.182030',-6,1); -INSERT INTO zipcodes VALUES (38260,'Troy','TN','36.358158','-89.178880',-6,1); -INSERT INTO zipcodes VALUES (38261,'Union City','TN','36.426933','-89.072700',-6,1); -INSERT INTO zipcodes VALUES (38271,'Woodland Mills','TN','36.458295','-89.233227',-6,1); -INSERT INTO zipcodes VALUES (38281,'Union City','TN','36.354384','-89.149881',-6,1); -INSERT INTO zipcodes VALUES (38301,'Jackson','TN','35.607580','-88.819590',-6,1); -INSERT INTO zipcodes VALUES (38302,'Jackson','TN','35.612405','-88.841225',-6,1); -INSERT INTO zipcodes VALUES (38303,'Jackson','TN','35.612405','-88.841225',-6,1); -INSERT INTO zipcodes VALUES (38305,'Jackson','TN','35.693101','-88.806530',-6,1); -INSERT INTO zipcodes VALUES (38308,'Jackson','TN','35.612405','-88.841225',-6,1); -INSERT INTO zipcodes VALUES (38310,'Adamsville','TN','35.241412','-88.384250',-6,1); -INSERT INTO zipcodes VALUES (38311,'Bath Springs','TN','35.436584','-88.119120',-6,1); -INSERT INTO zipcodes VALUES (38313,'Beech Bluff','TN','35.601914','-88.623540',-6,1); -INSERT INTO zipcodes VALUES (38314,'Jackson','TN','35.612405','-88.841225',-6,1); -INSERT INTO zipcodes VALUES (38315,'Bethel Springs','TN','35.260888','-88.642750',-6,1); -INSERT INTO zipcodes VALUES (38316,'Bradford','TN','36.067294','-88.812090',-6,1); -INSERT INTO zipcodes VALUES (38317,'Bruceton','TN','36.038551','-88.251440',-6,1); -INSERT INTO zipcodes VALUES (38318,'Buena Vista','TN','35.960377','-88.269590',-6,1); -INSERT INTO zipcodes VALUES (38320,'Camden','TN','36.050286','-88.101370',-6,1); -INSERT INTO zipcodes VALUES (38321,'Cedar Grove','TN','35.844195','-88.532200',-6,1); -INSERT INTO zipcodes VALUES (38324,'Clarksburg','TN','35.867454','-88.393430',-6,1); -INSERT INTO zipcodes VALUES (38326,'Counce','TN','35.041335','-88.273790',-6,1); -INSERT INTO zipcodes VALUES (38327,'Crump','TN','35.225753','-88.304560',-6,1); -INSERT INTO zipcodes VALUES (38328,'Darden','TN','35.667861','-88.216480',-6,1); -INSERT INTO zipcodes VALUES (38329,'Decaturville','TN','35.546839','-88.123450',-6,1); -INSERT INTO zipcodes VALUES (38330,'Dyer','TN','36.073575','-89.017670',-6,1); -INSERT INTO zipcodes VALUES (38331,'Eaton','TN','35.969336','-89.131915',-6,1); -INSERT INTO zipcodes VALUES (38332,'Enville','TN','35.411713','-88.403880',-6,1); -INSERT INTO zipcodes VALUES (38333,'Eva','TN','36.114049','-87.978080',-6,1); -INSERT INTO zipcodes VALUES (38334,'Finger','TN','35.357639','-88.600890',-6,1); -INSERT INTO zipcodes VALUES (38336,'Fruitvale','TN','35.748414','-89.032672',-6,1); -INSERT INTO zipcodes VALUES (38337,'Gadsden','TN','35.794403','-89.017310',-6,1); -INSERT INTO zipcodes VALUES (38338,'Gibson','TN','35.870849','-88.846372',-6,1); -INSERT INTO zipcodes VALUES (38339,'Guys','TN','35.047877','-88.522890',-6,1); -INSERT INTO zipcodes VALUES (38340,'Henderson','TN','35.414454','-88.661180',-6,1); -INSERT INTO zipcodes VALUES (38341,'Holladay','TN','35.866499','-88.098960',-6,1); -INSERT INTO zipcodes VALUES (38342,'Hollow Rock','TN','36.075068','-88.289160',-6,1); -INSERT INTO zipcodes VALUES (38343,'Humboldt','TN','35.825299','-88.902180',-6,1); -INSERT INTO zipcodes VALUES (38344,'Huntingdon','TN','35.995802','-88.413850',-6,1); -INSERT INTO zipcodes VALUES (38345,'Huron','TN','35.576402','-88.510410',-6,1); -INSERT INTO zipcodes VALUES (38346,'Idlewild','TN','36.030588','-88.805599',-6,1); -INSERT INTO zipcodes VALUES (38347,'Jacks Creek','TN','35.462376','-88.505390',-6,1); -INSERT INTO zipcodes VALUES (38348,'Lavinia','TN','35.867764','-88.639290',-6,1); -INSERT INTO zipcodes VALUES (38350,'Collinwood','TN','35.148316','-87.745118',-6,1); -INSERT INTO zipcodes VALUES (38351,'Lexington','TN','35.658409','-88.405350',-6,1); -INSERT INTO zipcodes VALUES (38352,'Luray','TN','35.529530','-88.532750',-6,1); -INSERT INTO zipcodes VALUES (38355,'Medina','TN','35.795399','-88.771850',-6,1); -INSERT INTO zipcodes VALUES (38356,'Medon','TN','35.431381','-88.882480',-6,1); -INSERT INTO zipcodes VALUES (38357,'Michie','TN','35.051008','-88.426110',-6,1); -INSERT INTO zipcodes VALUES (38358,'Milan','TN','35.916722','-88.766280',-6,1); -INSERT INTO zipcodes VALUES (38359,'Milledgeville','TN','35.370460','-88.364340',-6,1); -INSERT INTO zipcodes VALUES (38361,'Morris Chapel','TN','35.311586','-88.297570',-6,1); -INSERT INTO zipcodes VALUES (38362,'Oakfield','TN','35.730060','-88.786830',-6,1); -INSERT INTO zipcodes VALUES (38363,'Parsons','TN','35.660880','-88.118400',-6,1); -INSERT INTO zipcodes VALUES (38365,'Pickwick Dam','TN','35.038284','-88.225601',-6,1); -INSERT INTO zipcodes VALUES (38366,'Pinson','TN','35.483200','-88.731250',-6,1); -INSERT INTO zipcodes VALUES (38367,'Ramer','TN','35.062793','-88.605330',-6,1); -INSERT INTO zipcodes VALUES (38368,'Reagan','TN','35.502859','-88.361480',-6,1); -INSERT INTO zipcodes VALUES (38369,'Rutherford','TN','36.128360','-88.981340',-6,1); -INSERT INTO zipcodes VALUES (38370,'Saltillo','TN','35.381331','-88.232610',-6,1); -INSERT INTO zipcodes VALUES (38371,'Sardis','TN','35.432389','-88.304070',-6,1); -INSERT INTO zipcodes VALUES (38372,'Savannah','TN','35.180947','-88.189460',-6,1); -INSERT INTO zipcodes VALUES (38374,'Scotts Hill','TN','35.522263','-88.241520',-6,1); -INSERT INTO zipcodes VALUES (38375,'Selmer','TN','35.165045','-88.593270',-6,1); -INSERT INTO zipcodes VALUES (38376,'Shiloh','TN','35.130384','-88.347420',-6,1); -INSERT INTO zipcodes VALUES (38377,'Silerton','TN','35.356040','-88.826923',-6,1); -INSERT INTO zipcodes VALUES (38378,'Spring Creek','TN','35.764637','-88.685000',-6,1); -INSERT INTO zipcodes VALUES (38379,'Stantonville','TN','35.159237','-88.418780',-6,1); -INSERT INTO zipcodes VALUES (38380,'Sugar Tree','TN','35.779280','-88.026460',-6,1); -INSERT INTO zipcodes VALUES (38381,'Toone','TN','35.354520','-88.952090',-6,1); -INSERT INTO zipcodes VALUES (38382,'Trenton','TN','35.973431','-88.950350',-6,1); -INSERT INTO zipcodes VALUES (38384,'Toone','TN','35.544159','-88.950206',-6,1); -INSERT INTO zipcodes VALUES (38387,'Westport','TN','35.878702','-88.274010',-6,1); -INSERT INTO zipcodes VALUES (38388,'Wildersville','TN','35.782093','-88.350610',-6,1); -INSERT INTO zipcodes VALUES (38389,'Yorkville','TN','36.135364','-89.111653',-6,1); -INSERT INTO zipcodes VALUES (38390,'Yuma','TN','35.843868','-88.366610',-6,1); -INSERT INTO zipcodes VALUES (38391,'Denmark','TN','35.560669','-89.009840',-6,1); -INSERT INTO zipcodes VALUES (38392,'Mercer','TN','35.468337','-89.040690',-6,1); -INSERT INTO zipcodes VALUES (38393,'Chewalla','TN','34.996870','-88.645577',-6,1); -INSERT INTO zipcodes VALUES (38401,'Columbia','TN','35.619784','-87.035650',-6,1); -INSERT INTO zipcodes VALUES (38402,'Columbia','TN','35.629413','-87.068172',-6,1); -INSERT INTO zipcodes VALUES (38425,'Clifton','TN','35.401188','-87.971880',-6,1); -INSERT INTO zipcodes VALUES (38449,'Ardmore','TN','35.043961','-86.843240',-6,1); -INSERT INTO zipcodes VALUES (38450,'Collinwood','TN','35.187869','-87.772630',-6,1); -INSERT INTO zipcodes VALUES (38451,'Culleoka','TN','35.474034','-86.989930',-6,1); -INSERT INTO zipcodes VALUES (38452,'Cypress Inn','TN','35.066147','-87.801710',-6,1); -INSERT INTO zipcodes VALUES (38453,'Dellrose','TN','35.128317','-86.811880',-6,1); -INSERT INTO zipcodes VALUES (38454,'Duck River','TN','35.727189','-87.319270',-6,1); -INSERT INTO zipcodes VALUES (38455,'Elkton','TN','35.053920','-86.895305',-6,1); -INSERT INTO zipcodes VALUES (38456,'Ethridge','TN','35.336135','-87.264090',-6,1); -INSERT INTO zipcodes VALUES (38457,'Five Points','TN','35.025423','-87.291040',-6,1); -INSERT INTO zipcodes VALUES (38459,'Frankewing','TN','35.188143','-86.810140',-6,1); -INSERT INTO zipcodes VALUES (38460,'Goodspring','TN','35.089570','-87.162590',-6,1); -INSERT INTO zipcodes VALUES (38461,'Hampshire','TN','35.606697','-87.330580',-6,1); -INSERT INTO zipcodes VALUES (38462,'Hohenwald','TN','35.535397','-87.549050',-6,1); -INSERT INTO zipcodes VALUES (38463,'Iron City','TN','35.069017','-87.621710',-6,1); -INSERT INTO zipcodes VALUES (38464,'Lawrenceburg','TN','35.259613','-87.375220',-6,1); -INSERT INTO zipcodes VALUES (38468,'Leoma','TN','35.135003','-87.292180',-6,1); -INSERT INTO zipcodes VALUES (38469,'Loretto','TN','35.071804','-87.419740',-6,1); -INSERT INTO zipcodes VALUES (38471,'Lutts','TN','35.083644','-87.913090',-6,1); -INSERT INTO zipcodes VALUES (38472,'Lynnville','TN','35.376463','-87.044780',-6,1); -INSERT INTO zipcodes VALUES (38473,'Minor Hill','TN','35.026969','-87.167630',-6,1); -INSERT INTO zipcodes VALUES (38474,'Mount Pleasant','TN','35.524780','-87.223420',-6,1); -INSERT INTO zipcodes VALUES (38475,'Olivehill','TN','35.270793','-88.016660',-6,1); -INSERT INTO zipcodes VALUES (38476,'Primm Springs','TN','35.839045','-87.224300',-6,1); -INSERT INTO zipcodes VALUES (38477,'Prospect','TN','35.040578','-86.984560',-6,1); -INSERT INTO zipcodes VALUES (38478,'Pulaski','TN','35.204983','-87.012460',-6,1); -INSERT INTO zipcodes VALUES (38481,'Saint Joseph','TN','35.034920','-87.502150',-6,1); -INSERT INTO zipcodes VALUES (38482,'Santa Fe','TN','35.776920','-87.151700',-6,1); -INSERT INTO zipcodes VALUES (38483,'Summertown','TN','35.435060','-87.337480',-6,1); -INSERT INTO zipcodes VALUES (38485,'Waynesboro','TN','35.343716','-87.757390',-6,1); -INSERT INTO zipcodes VALUES (38486,'Westpoint','TN','35.164749','-87.541450',-6,1); -INSERT INTO zipcodes VALUES (38487,'Williamsport','TN','35.734499','-87.219260',-6,1); -INSERT INTO zipcodes VALUES (38488,'Taft','TN','35.045279','-86.690470',-6,1); -INSERT INTO zipcodes VALUES (38501,'Cookeville','TN','36.183200','-85.520540',-6,1); -INSERT INTO zipcodes VALUES (38502,'Cookeville','TN','36.141824','-85.454779',-6,1); -INSERT INTO zipcodes VALUES (38503,'Cookeville','TN','36.141824','-85.454779',-6,1); -INSERT INTO zipcodes VALUES (38504,'Allardt','TN','36.392571','-84.736140',-6,1); -INSERT INTO zipcodes VALUES (38505,'Cookeville','TN','36.141824','-85.454779',-6,1); -INSERT INTO zipcodes VALUES (38506,'Cookeville','TN','36.177831','-85.462380',-6,1); -INSERT INTO zipcodes VALUES (38514,'Clarksdale','MS','34.196894','-90.572408',-6,1); -INSERT INTO zipcodes VALUES (38528,'Trezevant','TN','36.003208','-88.614501',-6,1); -INSERT INTO zipcodes VALUES (38541,'Allons','TN','36.525275','-85.361480',-6,1); -INSERT INTO zipcodes VALUES (38542,'Allred','TN','36.323957','-85.207870',-6,1); -INSERT INTO zipcodes VALUES (38543,'Alpine','TN','36.400338','-85.162080',-6,1); -INSERT INTO zipcodes VALUES (38544,'Baxter','TN','36.127733','-85.646360',-6,1); -INSERT INTO zipcodes VALUES (38545,'Bloomington Springs','TN','36.228911','-85.668540',-6,1); -INSERT INTO zipcodes VALUES (38547,'Brush Creek','TN','36.141741','-86.008680',-6,1); -INSERT INTO zipcodes VALUES (38548,'Buffalo Valley','TN','36.163234','-85.789870',-6,1); -INSERT INTO zipcodes VALUES (38549,'Byrdstown','TN','36.572543','-85.150070',-6,1); -INSERT INTO zipcodes VALUES (38550,'Campaign','TN','35.773417','-85.619169',-6,1); -INSERT INTO zipcodes VALUES (38551,'Celina','TN','36.547412','-85.489040',-6,1); -INSERT INTO zipcodes VALUES (38552,'Chestnut Mound','TN','36.214724','-85.799070',-6,1); -INSERT INTO zipcodes VALUES (38553,'Clarkrange','TN','36.209271','-85.007570',-6,1); -INSERT INTO zipcodes VALUES (38554,'Crawford','TN','36.267420','-85.162040',-6,1); -INSERT INTO zipcodes VALUES (38555,'Crossville','TN','35.929314','-85.059260',-6,1); -INSERT INTO zipcodes VALUES (38556,'Jamestown','TN','36.409385','-84.933930',-6,1); -INSERT INTO zipcodes VALUES (38557,'Crossville','TN','35.988457','-85.012389',-6,1); -INSERT INTO zipcodes VALUES (38558,'Crossville','TN','36.008521','-84.911320',-6,1); -INSERT INTO zipcodes VALUES (38559,'Doyle','TN','35.833271','-85.519210',-6,1); -INSERT INTO zipcodes VALUES (38560,'Elmwood','TN','36.236398','-85.889080',-6,1); -INSERT INTO zipcodes VALUES (38562,'Gainesboro','TN','36.351803','-85.657570',-6,1); -INSERT INTO zipcodes VALUES (38563,'Gordonsville','TN','36.182334','-85.983200',-6,1); -INSERT INTO zipcodes VALUES (38564,'Granville','TN','36.259907','-85.755500',-6,1); -INSERT INTO zipcodes VALUES (38565,'Grimsley','TN','36.260904','-84.995170',-6,1); -INSERT INTO zipcodes VALUES (38567,'Hickman','TN','36.140473','-85.910720',-6,1); -INSERT INTO zipcodes VALUES (38568,'Hilham','TN','36.414282','-85.457010',-6,1); -INSERT INTO zipcodes VALUES (38569,'Lancaster','TN','36.104271','-85.846960',-6,1); -INSERT INTO zipcodes VALUES (38570,'Livingston','TN','36.376289','-85.325850',-6,1); -INSERT INTO zipcodes VALUES (38571,'Crossville','TN','36.043470','-85.094842',-6,1); -INSERT INTO zipcodes VALUES (38572,'Pleasant Hill','TN','35.861811','-85.090200',-6,1); -INSERT INTO zipcodes VALUES (38573,'Monroe','TN','36.480151','-85.206560',-6,1); -INSERT INTO zipcodes VALUES (38574,'Monterey','TN','36.133983','-85.238050',-6,1); -INSERT INTO zipcodes VALUES (38575,'Moss','TN','36.555932','-85.650720',-6,1); -INSERT INTO zipcodes VALUES (38577,'Pall Mall','TN','36.571669','-84.996470',-6,1); -INSERT INTO zipcodes VALUES (38578,'Pleasant Hill','TN','36.007405','-85.162272',-6,1); -INSERT INTO zipcodes VALUES (38579,'Quebeck','TN','35.817417','-85.557720',-6,1); -INSERT INTO zipcodes VALUES (38580,'Rickman','TN','36.270655','-85.325250',-6,1); -INSERT INTO zipcodes VALUES (38581,'Rock Island','TN','35.751554','-85.639430',-6,1); -INSERT INTO zipcodes VALUES (38582,'Silver Point','TN','36.096510','-85.743730',-6,1); -INSERT INTO zipcodes VALUES (38583,'Sparta','TN','35.943026','-85.451130',-6,1); -INSERT INTO zipcodes VALUES (38585,'Spencer','TN','35.696530','-85.411460',-6,1); -INSERT INTO zipcodes VALUES (38587,'Walling','TN','35.869657','-85.611650',-6,1); -INSERT INTO zipcodes VALUES (38588,'Whitleyville','TN','36.456113','-85.723810',-6,1); -INSERT INTO zipcodes VALUES (38589,'Wilder','TN','36.290170','-85.084840',-6,1); -INSERT INTO zipcodes VALUES (38597,'Sumner','MS','33.969302','-90.371546',-6,1); -INSERT INTO zipcodes VALUES (38601,'Abbeville','MS','34.489297','-89.474120',-6,1); -INSERT INTO zipcodes VALUES (38602,'Arkabutla','MS','34.686272','-90.106756',-6,1); -INSERT INTO zipcodes VALUES (38603,'Ashland','MS','34.839417','-89.158180',-6,1); -INSERT INTO zipcodes VALUES (38606,'Batesville','MS','34.309659','-89.963000',-6,1); -INSERT INTO zipcodes VALUES (38609,'Belen','MS','34.275423','-90.373920',-6,1); -INSERT INTO zipcodes VALUES (38610,'Blue Mountain','MS','34.659973','-89.026250',-6,1); -INSERT INTO zipcodes VALUES (38611,'Byhalia','MS','34.862416','-89.680140',-6,1); -INSERT INTO zipcodes VALUES (38614,'Clarksdale','MS','34.196126','-90.594420',-6,1); -INSERT INTO zipcodes VALUES (38617,'Coahoma','MS','34.362729','-90.503500',-6,1); -INSERT INTO zipcodes VALUES (38618,'Coldwater','MS','34.699588','-89.950040',-6,1); -INSERT INTO zipcodes VALUES (38619,'Como','MS','34.514853','-89.887810',-6,1); -INSERT INTO zipcodes VALUES (38620,'Courtland','MS','34.236973','-89.915680',-6,1); -INSERT INTO zipcodes VALUES (38621,'Crenshaw','MS','34.459650','-90.171540',-6,1); -INSERT INTO zipcodes VALUES (38622,'Crowder','MS','34.172051','-90.137650',-6,1); -INSERT INTO zipcodes VALUES (38623,'Darling','MS','34.360101','-90.271700',-6,1); -INSERT INTO zipcodes VALUES (38625,'Dumas','MS','34.597573','-88.832520',-6,1); -INSERT INTO zipcodes VALUES (38626,'Dundee','MS','34.486470','-90.451240',-6,1); -INSERT INTO zipcodes VALUES (38627,'Etta','MS','34.425389','-89.204310',-6,1); -INSERT INTO zipcodes VALUES (38628,'Falcon','MS','34.291611','-90.292717',-6,1); -INSERT INTO zipcodes VALUES (38629,'Falkner','MS','34.879287','-88.995160',-6,1); -INSERT INTO zipcodes VALUES (38630,'Farrell','MS','34.227950','-90.632130',-6,1); -INSERT INTO zipcodes VALUES (38631,'Friars Point','MS','34.365436','-90.634000',-6,1); -INSERT INTO zipcodes VALUES (38632,'Hernando','MS','34.811777','-90.019170',-6,1); -INSERT INTO zipcodes VALUES (38633,'Hickory Flat','MS','34.628795','-89.201470',-6,1); -INSERT INTO zipcodes VALUES (38634,'Holly Springs','MS','34.745040','-89.484963',-6,1); -INSERT INTO zipcodes VALUES (38635,'Holly Springs','MS','34.762615','-89.460920',-6,1); -INSERT INTO zipcodes VALUES (38637,'Horn Lake','MS','34.959171','-90.040930',-6,1); -INSERT INTO zipcodes VALUES (38638,'Independence','MS','34.695853','-89.828798',-6,1); -INSERT INTO zipcodes VALUES (38639,'Jonestown','MS','34.314650','-90.449660',-6,1); -INSERT INTO zipcodes VALUES (38641,'Lake Cormorant','MS','34.904881','-90.193530',-6,1); -INSERT INTO zipcodes VALUES (38642,'Lamar','MS','34.926974','-89.332140',-6,1); -INSERT INTO zipcodes VALUES (38643,'Lambert','MS','34.179708','-90.278460',-6,1); -INSERT INTO zipcodes VALUES (38644,'Lula','MS','34.449792','-90.470610',-6,1); -INSERT INTO zipcodes VALUES (38645,'Lyon','MS','34.237759','-90.486690',-6,1); -INSERT INTO zipcodes VALUES (38646,'Marks','MS','34.261893','-90.274430',-6,1); -INSERT INTO zipcodes VALUES (38647,'Michigan City','MS','34.975571','-89.259820',-6,1); -INSERT INTO zipcodes VALUES (38649,'Mount Pleasant','MS','34.962714','-89.540230',-6,1); -INSERT INTO zipcodes VALUES (38650,'Myrtle','MS','34.536153','-89.138290',-6,1); -INSERT INTO zipcodes VALUES (38651,'Nesbit','MS','34.893254','-89.976290',-6,1); -INSERT INTO zipcodes VALUES (38652,'New Albany','MS','34.489085','-88.999730',-6,1); -INSERT INTO zipcodes VALUES (38654,'Olive Branch','MS','34.954106','-89.837430',-6,1); -INSERT INTO zipcodes VALUES (38655,'Oxford','MS','34.345016','-89.507350',-6,1); -INSERT INTO zipcodes VALUES (38658,'Pope','MS','34.181071','-89.906380',-6,1); -INSERT INTO zipcodes VALUES (38659,'Potts Camp','MS','34.643828','-89.337760',-6,1); -INSERT INTO zipcodes VALUES (38661,'Red Banks','MS','34.878143','-89.572950',-6,1); -INSERT INTO zipcodes VALUES (38663,'Ripley','MS','34.739023','-88.926290',-6,1); -INSERT INTO zipcodes VALUES (38664,'Robinsonville','MS','34.818548','-90.294790',-6,1); -INSERT INTO zipcodes VALUES (38665,'Sarah','MS','34.578092','-90.180500',-6,1); -INSERT INTO zipcodes VALUES (38666,'Sardis','MS','34.418338','-89.905170',-6,1); -INSERT INTO zipcodes VALUES (38668,'Senatobia','MS','34.607602','-89.946350',-6,1); -INSERT INTO zipcodes VALUES (38669,'Sherard','MS','34.186580','-90.717530',-6,1); -INSERT INTO zipcodes VALUES (38670,'Sledge','MS','34.417393','-90.276150',-6,1); -INSERT INTO zipcodes VALUES (38671,'Southaven','MS','34.968480','-89.997930',-6,1); -INSERT INTO zipcodes VALUES (38672,'Southaven','MS','34.943945','-89.922790',-6,1); -INSERT INTO zipcodes VALUES (38673,'Taylor','MS','34.279282','-89.601000',-6,1); -INSERT INTO zipcodes VALUES (38674,'Tiplersville','MS','34.884396','-88.897840',-6,1); -INSERT INTO zipcodes VALUES (38675,'Tula','MS','34.358201','-89.483865',-6,1); -INSERT INTO zipcodes VALUES (38676,'Tunica','MS','34.687733','-90.367230',-6,1); -INSERT INTO zipcodes VALUES (38677,'University','MS','34.366302','-89.537210',-6,1); -INSERT INTO zipcodes VALUES (38679,'Victoria','MS','34.870804','-89.640820',-6,1); -INSERT INTO zipcodes VALUES (38680,'Walls','MS','34.961576','-90.123150',-6,1); -INSERT INTO zipcodes VALUES (38683,'Walnut','MS','34.937606','-88.855720',-6,1); -INSERT INTO zipcodes VALUES (38685,'Waterford','MS','34.549354','-89.614450',-6,1); -INSERT INTO zipcodes VALUES (38686,'Walls','MS','34.875277','-89.991991',-6,1); -INSERT INTO zipcodes VALUES (38695,'Water Valley','MS','34.164116','-89.625197',-6,1); -INSERT INTO zipcodes VALUES (38701,'Greenville','MS','33.380388','-91.051870',-6,1); -INSERT INTO zipcodes VALUES (38702,'Greenville','MS','33.425792','-90.994597',-6,1); -INSERT INTO zipcodes VALUES (38703,'Greenville','MS','33.442801','-91.029840',-6,1); -INSERT INTO zipcodes VALUES (38704,'Greenville','MS','33.253401','-90.918503',-6,1); -INSERT INTO zipcodes VALUES (38720,'Alligator','MS','34.127564','-90.732810',-6,1); -INSERT INTO zipcodes VALUES (38721,'Anguilla','MS','32.977692','-90.792510',-6,1); -INSERT INTO zipcodes VALUES (38722,'Arcola','MS','33.260748','-90.850220',-6,1); -INSERT INTO zipcodes VALUES (38723,'Avon','MS','33.229713','-91.047810',-6,1); -INSERT INTO zipcodes VALUES (38725,'Benoit','MS','33.628285','-91.027300',-6,1); -INSERT INTO zipcodes VALUES (38726,'Beulah','MS','33.780092','-90.979100',-6,1); -INSERT INTO zipcodes VALUES (38730,'Boyle','MS','33.701986','-90.764020',-6,1); -INSERT INTO zipcodes VALUES (38731,'Chatham','MS','33.085379','-91.088255',-6,1); -INSERT INTO zipcodes VALUES (38732,'Cleveland','MS','33.749149','-90.713290',-6,1); -INSERT INTO zipcodes VALUES (38733,'Cleveland','MS','33.624024','-90.819547',-6,1); -INSERT INTO zipcodes VALUES (38736,'Doddsville','MS','33.653270','-90.498490',-6,1); -INSERT INTO zipcodes VALUES (38737,'Drew','MS','33.865068','-90.523950',-6,1); -INSERT INTO zipcodes VALUES (38738,'Parchman','MS','33.922146','-90.543660',-6,1); -INSERT INTO zipcodes VALUES (38739,'Dublin','MS','34.060111','-90.502750',-6,1); -INSERT INTO zipcodes VALUES (38740,'Duncan','MS','34.033462','-90.785440',-6,1); -INSERT INTO zipcodes VALUES (38744,'Glen Allan','MS','33.028345','-91.051790',-6,1); -INSERT INTO zipcodes VALUES (38745,'Grace','MS','32.984306','-90.943390',-6,1); -INSERT INTO zipcodes VALUES (38746,'Gunnison','MS','34.036412','-90.877150',-6,1); -INSERT INTO zipcodes VALUES (38748,'Hollandale','MS','33.145438','-90.856340',-6,1); -INSERT INTO zipcodes VALUES (38749,'Holly Ridge','MS','33.628715','-90.607457',-6,1); -INSERT INTO zipcodes VALUES (38751,'Indianola','MS','33.451390','-90.658240',-6,1); -INSERT INTO zipcodes VALUES (38753,'Inverness','MS','33.344368','-90.585370',-6,1); -INSERT INTO zipcodes VALUES (38754,'Isola','MS','33.231628','-90.585860',-6,1); -INSERT INTO zipcodes VALUES (38756,'Leland','MS','33.407212','-90.878660',-6,1); -INSERT INTO zipcodes VALUES (38758,'Mattson','MS','34.095627','-90.510410',-6,1); -INSERT INTO zipcodes VALUES (38759,'Merigold','MS','33.822471','-90.724060',-6,1); -INSERT INTO zipcodes VALUES (38760,'Metcalfe','MS','33.454082','-90.996670',-6,1); -INSERT INTO zipcodes VALUES (38761,'Moorhead','MS','33.445040','-90.497190',-6,1); -INSERT INTO zipcodes VALUES (38762,'Mound Bayou','MS','33.887043','-90.735490',-6,1); -INSERT INTO zipcodes VALUES (38763,'Nitta Yuma','MS','33.031698','-90.883970',-6,1); -INSERT INTO zipcodes VALUES (38764,'Pace','MS','33.796844','-90.855610',-6,1); -INSERT INTO zipcodes VALUES (38765,'Panther Burn','MS','33.063312','-90.880930',-6,1); -INSERT INTO zipcodes VALUES (38767,'Rena Lara','MS','34.134520','-90.783600',-6,1); -INSERT INTO zipcodes VALUES (38768,'Rome','MS','33.965488','-90.526460',-6,1); -INSERT INTO zipcodes VALUES (38769,'Rosedale','MS','33.850803','-90.969500',-6,1); -INSERT INTO zipcodes VALUES (38771,'Ruleville','MS','33.732774','-90.534270',-6,1); -INSERT INTO zipcodes VALUES (38772,'Scott','MS','33.569415','-91.074200',-6,1); -INSERT INTO zipcodes VALUES (38773,'Shaw','MS','33.613093','-90.775270',-6,1); -INSERT INTO zipcodes VALUES (38774,'Shelby','MS','33.947701','-90.764170',-6,1); -INSERT INTO zipcodes VALUES (38776,'Stoneville','MS','33.409614','-90.910404',-6,1); -INSERT INTO zipcodes VALUES (38778,'Sunflower','MS','33.555234','-90.513670',-6,1); -INSERT INTO zipcodes VALUES (38780,'Wayside','MS','33.272695','-90.995399',-6,1); -INSERT INTO zipcodes VALUES (38781,'Winstonville','MS','33.887774','-90.737149',-6,1); -INSERT INTO zipcodes VALUES (38782,'Winterville','MS','33.269118','-90.957291',-6,1); -INSERT INTO zipcodes VALUES (38801,'Tupelo','MS','34.236150','-88.756650',-6,1); -INSERT INTO zipcodes VALUES (38802,'Tupelo','MS','34.234527','-88.767127',-6,1); -INSERT INTO zipcodes VALUES (38803,'Tupelo','MS','34.187638','-88.778520',-6,1); -INSERT INTO zipcodes VALUES (38804,'Tupelo','MS','34.272374','-88.682200',-6,1); -INSERT INTO zipcodes VALUES (38820,'Algoma','MS','34.171543','-89.032791',-6,1); -INSERT INTO zipcodes VALUES (38821,'Amory','MS','33.988235','-88.467830',-6,1); -INSERT INTO zipcodes VALUES (38824,'Baldwyn','MS','34.511249','-88.630510',-6,1); -INSERT INTO zipcodes VALUES (38825,'Becker','MS','33.869763','-88.462173',-6,1); -INSERT INTO zipcodes VALUES (38826,'Belden','MS','34.306239','-88.816680',-6,1); -INSERT INTO zipcodes VALUES (38827,'Belmont','MS','34.513163','-88.209200',-6,1); -INSERT INTO zipcodes VALUES (38828,'Blue Springs','MS','34.413143','-88.872920',-6,1); -INSERT INTO zipcodes VALUES (38829,'Booneville','MS','34.653448','-88.537510',-6,1); -INSERT INTO zipcodes VALUES (38833,'Burnsville','MS','34.835384','-88.327840',-6,1); -INSERT INTO zipcodes VALUES (38834,'Corinth','MS','34.928325','-88.528560',-6,1); -INSERT INTO zipcodes VALUES (38835,'Corinth','MS','34.920451','-88.521772',-6,1); -INSERT INTO zipcodes VALUES (38838,'Dennis','MS','34.552421','-88.259350',-6,1); -INSERT INTO zipcodes VALUES (38839,'Derma','MS','33.856165','-89.303214',-6,1); -INSERT INTO zipcodes VALUES (38841,'Ecru','MS','34.344618','-89.029080',-6,1); -INSERT INTO zipcodes VALUES (38843,'Fulton','MS','34.265985','-88.384090',-6,1); -INSERT INTO zipcodes VALUES (38844,'Gattman','MS','33.885239','-88.245910',-6,1); -INSERT INTO zipcodes VALUES (38846,'Glen','MS','34.851034','-88.398680',-6,1); -INSERT INTO zipcodes VALUES (38847,'Golden','MS','34.428899','-88.226470',-6,1); -INSERT INTO zipcodes VALUES (38848,'Greenwood Springs','MS','33.924023','-88.290020',-6,1); -INSERT INTO zipcodes VALUES (38849,'Guntown','MS','34.443919','-88.672170',-6,1); -INSERT INTO zipcodes VALUES (38850,'Houlka','MS','34.042810','-89.025570',-6,1); -INSERT INTO zipcodes VALUES (38851,'Houston','MS','33.904246','-88.967100',-6,1); -INSERT INTO zipcodes VALUES (38852,'Iuka','AL','34.803864','-88.102050',-6,1); -INSERT INTO zipcodes VALUES (38854,'McCondy','MS','33.906827','-88.955351',-6,1); -INSERT INTO zipcodes VALUES (38855,'Mantachie','MS','34.325456','-88.493760',-6,1); -INSERT INTO zipcodes VALUES (38856,'Marietta','MS','34.481995','-88.452050',-6,1); -INSERT INTO zipcodes VALUES (38857,'Mooreville','MS','34.280996','-88.577450',-6,1); -INSERT INTO zipcodes VALUES (38858,'Nettleton','MS','34.082553','-88.587970',-6,1); -INSERT INTO zipcodes VALUES (38859,'New Site','MS','34.530559','-88.367940',-6,1); -INSERT INTO zipcodes VALUES (38860,'Okolona','MS','33.976464','-88.760080',-6,1); -INSERT INTO zipcodes VALUES (38862,'Plantersville','MS','34.179513','-88.634540',-6,1); -INSERT INTO zipcodes VALUES (38863,'Pontotoc','MS','34.236312','-89.004250',-6,1); -INSERT INTO zipcodes VALUES (38864,'Randolph','MS','34.134456','-89.208790',-6,1); -INSERT INTO zipcodes VALUES (38865,'Rienzi','MS','34.774486','-88.577460',-6,1); -INSERT INTO zipcodes VALUES (38866,'Saltillo','MS','34.360547','-88.680790',-6,1); -INSERT INTO zipcodes VALUES (38868,'Shannon','MS','34.122101','-88.729670',-6,1); -INSERT INTO zipcodes VALUES (38869,'Sherman','MS','34.359456','-88.838730',-6,1); -INSERT INTO zipcodes VALUES (38870,'Smithville','MS','34.065563','-88.365770',-6,1); -INSERT INTO zipcodes VALUES (38871,'Thaxton','MS','34.324644','-89.200570',-6,1); -INSERT INTO zipcodes VALUES (38873,'Tishomingo','MS','34.652269','-88.235810',-6,1); -INSERT INTO zipcodes VALUES (38874,'Toccopola','MS','34.248527','-89.244800',-6,1); -INSERT INTO zipcodes VALUES (38875,'Trebloc','MS','33.906827','-88.955351',-6,1); -INSERT INTO zipcodes VALUES (38876,'Tremont','MS','34.226340','-88.231790',-6,1); -INSERT INTO zipcodes VALUES (38877,'Van Vleet','MS','33.987089','-88.898807',-6,1); -INSERT INTO zipcodes VALUES (38878,'Vardaman','MS','33.879148','-89.183510',-6,1); -INSERT INTO zipcodes VALUES (38879,'Verona','MS','34.188301','-88.720930',-6,1); -INSERT INTO zipcodes VALUES (38880,'Wheeler','MS','34.579710','-88.608170',-6,1); -INSERT INTO zipcodes VALUES (38901,'Grenada','MS','33.771320','-89.803010',-6,1); -INSERT INTO zipcodes VALUES (38902,'Grenada','MS','33.824113','-89.794687',-6,1); -INSERT INTO zipcodes VALUES (38912,'Avalon','MS','33.654970','-90.053958',-6,1); -INSERT INTO zipcodes VALUES (38913,'Banner','MS','34.115816','-89.397650',-6,1); -INSERT INTO zipcodes VALUES (38914,'Big Creek','MS','33.859554','-89.437450',-6,1); -INSERT INTO zipcodes VALUES (38915,'Bruce','MS','34.005229','-89.363750',-6,1); -INSERT INTO zipcodes VALUES (38916,'Calhoun City','MS','33.839389','-89.325610',-6,1); -INSERT INTO zipcodes VALUES (38917,'Carrollton','MS','33.534708','-89.936300',-6,1); -INSERT INTO zipcodes VALUES (38920,'Cascilla','MS','33.875369','-90.102150',-6,1); -INSERT INTO zipcodes VALUES (38921,'Charleston','MS','33.974998','-90.120460',-6,1); -INSERT INTO zipcodes VALUES (38922,'Coffeeville','MS','33.936248','-89.642280',-6,1); -INSERT INTO zipcodes VALUES (38923,'Coila','MS','33.368238','-89.997760',-6,1); -INSERT INTO zipcodes VALUES (38924,'Cruger','MS','33.309896','-90.211720',-6,1); -INSERT INTO zipcodes VALUES (38925,'Duck Hill','MS','33.645396','-89.658930',-6,1); -INSERT INTO zipcodes VALUES (38926,'Elliott','MS','33.689476','-89.758302',-6,1); -INSERT INTO zipcodes VALUES (38927,'Enid','MS','34.135098','-90.018210',-6,1); -INSERT INTO zipcodes VALUES (38928,'Glendora','MS','33.857538','-90.300010',-6,1); -INSERT INTO zipcodes VALUES (38929,'Gore Springs','MS','33.748508','-89.544820',-6,1); -INSERT INTO zipcodes VALUES (38930,'Greenwood','MS','33.528734','-90.176630',-6,1); -INSERT INTO zipcodes VALUES (38935,'Greenwood','MS','33.523355','-90.277570',-6,1); -INSERT INTO zipcodes VALUES (38940,'Holcomb','MS','33.742886','-89.993490',-6,1); -INSERT INTO zipcodes VALUES (38941,'Itta Bena','MS','33.492412','-90.324300',-6,1); -INSERT INTO zipcodes VALUES (38943,'McCarley','MS','33.523907','-89.849010',-6,1); -INSERT INTO zipcodes VALUES (38944,'Minter City','MS','33.763479','-90.323930',-6,1); -INSERT INTO zipcodes VALUES (38945,'Money','MS','33.650681','-90.196909',-6,1); -INSERT INTO zipcodes VALUES (38946,'Morgan City','MS','33.359299','-90.352700',-6,1); -INSERT INTO zipcodes VALUES (38947,'North Carrollton','MS','33.517885','-89.921850',-6,1); -INSERT INTO zipcodes VALUES (38948,'Oakland','MS','34.082634','-89.898190',-6,1); -INSERT INTO zipcodes VALUES (38949,'Paris','MS','34.171462','-89.444520',-6,1); -INSERT INTO zipcodes VALUES (38950,'Philipp','MS','33.753716','-90.181590',-6,1); -INSERT INTO zipcodes VALUES (38951,'Pittsboro','MS','33.968398','-89.303080',-6,1); -INSERT INTO zipcodes VALUES (38952,'Schlater','MS','33.637880','-90.337460',-6,1); -INSERT INTO zipcodes VALUES (38953,'Scobey','MS','33.910734','-89.930120',-6,1); -INSERT INTO zipcodes VALUES (38954,'Sidon','MS','33.417028','-90.213180',-6,1); -INSERT INTO zipcodes VALUES (38955,'Slate Spring','MS','33.743871','-89.375281',-6,1); -INSERT INTO zipcodes VALUES (38957,'Sumner','MS','33.972212','-90.356680',-6,1); -INSERT INTO zipcodes VALUES (38958,'Swan Lake','MS','33.929206','-90.188462',-6,1); -INSERT INTO zipcodes VALUES (38959,'Swiftown','MS','33.304241','-90.426650',-6,1); -INSERT INTO zipcodes VALUES (38960,'Tie Plant','MS','33.787157','-89.821941',-6,1); -INSERT INTO zipcodes VALUES (38961,'Tillatoba','MS','33.973722','-89.886360',-6,1); -INSERT INTO zipcodes VALUES (38962,'Tippo','MS','33.902630','-90.163050',-6,1); -INSERT INTO zipcodes VALUES (38963,'Tutwiler','MS','34.015686','-90.390340',-6,1); -INSERT INTO zipcodes VALUES (38964,'Vance','MS','34.087461','-90.392760',-6,1); -INSERT INTO zipcodes VALUES (38965,'Water Valley','MS','34.148775','-89.628820',-6,1); -INSERT INTO zipcodes VALUES (38966,'Webb','MS','33.934418','-90.344340',-6,1); -INSERT INTO zipcodes VALUES (38967,'Winona','MS','33.481491','-89.731550',-6,1); -INSERT INTO zipcodes VALUES (39038,'Belzoni','MS','33.165359','-90.501270',-6,1); -INSERT INTO zipcodes VALUES (39039,'Benton','MS','32.832943','-90.219510',-6,1); -INSERT INTO zipcodes VALUES (39040,'Bentonia','MS','32.639989','-90.408560',-6,1); -INSERT INTO zipcodes VALUES (39041,'Bolton','MS','32.393360','-90.470240',-6,1); -INSERT INTO zipcodes VALUES (39042,'Brandon','MS','32.237742','-89.935140',-6,1); -INSERT INTO zipcodes VALUES (39043,'Brandon','MS','32.269041','-89.987491',-6,1); -INSERT INTO zipcodes VALUES (39044,'Braxton','MS','32.019650','-89.974200',-6,1); -INSERT INTO zipcodes VALUES (39045,'Camden','MS','32.791408','-89.829580',-6,1); -INSERT INTO zipcodes VALUES (39046,'Canton','MS','32.618475','-90.010410',-6,1); -INSERT INTO zipcodes VALUES (39047,'Brandon','MS','32.397050','-89.984660',-6,1); -INSERT INTO zipcodes VALUES (39048,'Bentonia','MS','32.667612','-90.391570',-6,1); -INSERT INTO zipcodes VALUES (39051,'Carthage','MS','32.785139','-89.506440',-6,1); -INSERT INTO zipcodes VALUES (39054,'Cary','MS','32.804592','-90.926110',-6,1); -INSERT INTO zipcodes VALUES (39056,'Clinton','MS','32.347295','-90.332240',-6,1); -INSERT INTO zipcodes VALUES (39057,'Conehatta','MS','32.486525','-89.284310',-6,1); -INSERT INTO zipcodes VALUES (39058,'Clinton','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39059,'Crystal Springs','MS','31.985052','-90.363300',-6,1); -INSERT INTO zipcodes VALUES (39060,'Clinton','MS','32.350688','-90.269540',-6,1); -INSERT INTO zipcodes VALUES (39061,'Delta City','MS','33.075557','-90.842980',-6,1); -INSERT INTO zipcodes VALUES (39062,'D Lo','MS','31.985048','-89.899860',-6,1); -INSERT INTO zipcodes VALUES (39063,'Durant','MS','33.102777','-89.875790',-6,1); -INSERT INTO zipcodes VALUES (39066,'Edwards','MS','32.295098','-90.602860',-6,1); -INSERT INTO zipcodes VALUES (39067,'Ethel','MS','33.127907','-89.467040',-6,1); -INSERT INTO zipcodes VALUES (39069,'Fayette','MS','31.707145','-91.053490',-6,1); -INSERT INTO zipcodes VALUES (39071,'Flora','MS','32.560845','-90.313380',-6,1); -INSERT INTO zipcodes VALUES (39072,'Pocahontas','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39073,'Florence','MS','32.125628','-90.109640',-6,1); -INSERT INTO zipcodes VALUES (39074,'Forest','MS','32.379693','-89.465520',-6,1); -INSERT INTO zipcodes VALUES (39077,'Gallman','MS','31.928751','-90.392603',-6,1); -INSERT INTO zipcodes VALUES (39078,'Georgetown','MS','31.869093','-90.177980',-6,1); -INSERT INTO zipcodes VALUES (39079,'Goodman','MS','32.940348','-89.898240',-6,1); -INSERT INTO zipcodes VALUES (39080,'Harperville','MS','32.492533','-89.494585',-6,1); -INSERT INTO zipcodes VALUES (39081,'Harriston','MS','31.739958','-91.050948',-6,1); -INSERT INTO zipcodes VALUES (39082,'Harrisville','MS','31.946357','-90.133240',-6,1); -INSERT INTO zipcodes VALUES (39083,'Hazlehurst','MS','31.841281','-90.429950',-6,1); -INSERT INTO zipcodes VALUES (39086,'Hermanville','MS','31.983753','-90.790580',-6,1); -INSERT INTO zipcodes VALUES (39087,'Hillsboro','MS','32.470606','-89.517069',-6,1); -INSERT INTO zipcodes VALUES (39088,'Holly Bluff','MS','32.753234','-90.738460',-6,1); -INSERT INTO zipcodes VALUES (39090,'Kosciusko','MS','33.038079','-89.563180',-6,1); -INSERT INTO zipcodes VALUES (39092,'Lake','MS','32.330717','-89.338270',-6,1); -INSERT INTO zipcodes VALUES (39094,'Lena','MS','32.595179','-89.631100',-6,1); -INSERT INTO zipcodes VALUES (39095,'Lexington','MS','33.114291','-90.082210',-6,1); -INSERT INTO zipcodes VALUES (39096,'Lorman','MS','31.825143','-91.078770',-6,1); -INSERT INTO zipcodes VALUES (39097,'Louise','MS','32.984428','-90.585030',-6,1); -INSERT INTO zipcodes VALUES (39098,'Ludlow','MS','32.561950','-89.709280',-6,1); -INSERT INTO zipcodes VALUES (39107,'McAdams','MS','33.025946','-89.683740',-6,1); -INSERT INTO zipcodes VALUES (39108,'McCool','MS','33.169445','-89.330380',-6,1); -INSERT INTO zipcodes VALUES (39109,'Madden','MS','32.671826','-89.332400',-6,1); -INSERT INTO zipcodes VALUES (39110,'Madison','MS','32.484979','-90.115520',-6,1); -INSERT INTO zipcodes VALUES (39111,'Magee','MS','31.880229','-89.720860',-6,1); -INSERT INTO zipcodes VALUES (39112,'Sanatorium','MS','31.891839','-89.779260',-6,1); -INSERT INTO zipcodes VALUES (39113,'Mayersville','MS','32.905763','-91.042720',-6,1); -INSERT INTO zipcodes VALUES (39114,'Mendenhall','MS','31.948527','-89.842560',-6,1); -INSERT INTO zipcodes VALUES (39115,'Midnight','MS','33.078256','-90.600680',-6,1); -INSERT INTO zipcodes VALUES (39116,'Mize','MS','31.881155','-89.550990',-6,1); -INSERT INTO zipcodes VALUES (39117,'Morton','MS','32.313881','-89.665090',-6,1); -INSERT INTO zipcodes VALUES (39119,'Mount Olive','MS','31.757725','-89.658510',-6,1); -INSERT INTO zipcodes VALUES (39120,'Natchez','MS','31.535545','-91.354340',-6,1); -INSERT INTO zipcodes VALUES (39121,'Natchez','MS','31.470602','-91.404404',-6,1); -INSERT INTO zipcodes VALUES (39122,'Natchez','MS','31.470602','-91.404404',-6,1); -INSERT INTO zipcodes VALUES (39130,'Madison','MS','32.642448','-90.090683',-6,1); -INSERT INTO zipcodes VALUES (39140,'Newhebron','MS','31.738817','-89.970450',-6,1); -INSERT INTO zipcodes VALUES (39144,'Pattison','MS','31.834496','-90.803410',-6,1); -INSERT INTO zipcodes VALUES (39145,'Pelahatchie','MS','32.335063','-89.804910',-6,1); -INSERT INTO zipcodes VALUES (39146,'Pickens','MS','32.877746','-89.975860',-6,1); -INSERT INTO zipcodes VALUES (39148,'Piney Woods','MS','32.057964','-89.991170',-6,1); -INSERT INTO zipcodes VALUES (39149,'Pinola','MS','31.852006','-89.990760',-6,1); -INSERT INTO zipcodes VALUES (39150,'Port Gibson','MS','31.970308','-90.979110',-6,1); -INSERT INTO zipcodes VALUES (39151,'Puckett','MS','32.080650','-89.776000',-6,1); -INSERT INTO zipcodes VALUES (39152,'Pulaski','MS','32.220895','-89.570380',-6,1); -INSERT INTO zipcodes VALUES (39153,'Raleigh','MS','32.035356','-89.497480',-6,1); -INSERT INTO zipcodes VALUES (39154,'Raymond','MS','32.230592','-90.457090',-6,1); -INSERT INTO zipcodes VALUES (39156,'Redwood','MS','32.524981','-90.779000',-6,1); -INSERT INTO zipcodes VALUES (39157,'Ridgeland','MS','32.420814','-90.131340',-6,1); -INSERT INTO zipcodes VALUES (39158,'Ridgeland','MS','32.642448','-90.090683',-6,1); -INSERT INTO zipcodes VALUES (39159,'Rolling Fork','MS','32.811181','-90.977130',-6,1); -INSERT INTO zipcodes VALUES (39160,'Sallis','MS','33.002813','-89.752960',-6,1); -INSERT INTO zipcodes VALUES (39161,'Sandhill','MS','32.503522','-89.870390',-6,1); -INSERT INTO zipcodes VALUES (39162,'Satartia','MS','32.629834','-90.643760',-6,1); -INSERT INTO zipcodes VALUES (39163,'Sharon','MS','32.642448','-90.090683',-6,1); -INSERT INTO zipcodes VALUES (39165,'Sibley','MS','31.470602','-91.404404',-6,1); -INSERT INTO zipcodes VALUES (39166,'Silver City','MS','33.062845','-90.500340',-6,1); -INSERT INTO zipcodes VALUES (39167,'Star','MS','32.096124','-90.061508',-6,1); -INSERT INTO zipcodes VALUES (39168,'Taylorsville','MS','31.816868','-89.415330',-6,1); -INSERT INTO zipcodes VALUES (39169,'Tchula','MS','33.136434','-90.270650',-6,1); -INSERT INTO zipcodes VALUES (39170,'Terry','MS','32.119511','-90.328590',-6,1); -INSERT INTO zipcodes VALUES (39171,'Thomastown','MS','32.753923','-89.524140',-6,1); -INSERT INTO zipcodes VALUES (39173,'Tinsley','MS','32.762751','-90.362850',-6,1); -INSERT INTO zipcodes VALUES (39174,'Tougaloo','MS','32.398142','-90.160720',-6,1); -INSERT INTO zipcodes VALUES (39175,'Utica','MS','32.105647','-90.617490',-6,1); -INSERT INTO zipcodes VALUES (39176,'Vaiden','MS','33.317882','-89.733000',-6,1); -INSERT INTO zipcodes VALUES (39177,'Valley Park','MS','32.641205','-90.828350',-6,1); -INSERT INTO zipcodes VALUES (39179,'Vaughan','MS','32.806703','-90.089080',-6,1); -INSERT INTO zipcodes VALUES (39180,'Vicksburg','MS','32.292761','-90.871840',-6,1); -INSERT INTO zipcodes VALUES (39181,'Vicksburg','MS','32.348565','-90.864199',-6,1); -INSERT INTO zipcodes VALUES (39182,'Vicksburg','MS','32.348565','-90.864199',-6,1); -INSERT INTO zipcodes VALUES (39183,'Vicksburg','MS','32.386653','-90.844850',-6,1); -INSERT INTO zipcodes VALUES (39189,'Walnut Grove','MS','32.601899','-89.420780',-6,1); -INSERT INTO zipcodes VALUES (39190,'Washington','MS','31.470602','-91.404404',-6,1); -INSERT INTO zipcodes VALUES (39191,'Wesson','MS','31.714881','-90.396670',-6,1); -INSERT INTO zipcodes VALUES (39192,'West','MS','33.194928','-89.762840',-6,1); -INSERT INTO zipcodes VALUES (39193,'Whitfield','MS','32.234775','-90.072630',-6,1); -INSERT INTO zipcodes VALUES (39194,'Yazoo City','MS','32.855811','-90.449700',-6,1); -INSERT INTO zipcodes VALUES (39201,'Jackson','MS','32.292396','-90.183280',-6,1); -INSERT INTO zipcodes VALUES (39202,'Jackson','MS','32.313595','-90.176880',-6,1); -INSERT INTO zipcodes VALUES (39203,'Jackson','MS','32.308695','-90.199150',-6,1); -INSERT INTO zipcodes VALUES (39204,'Jackson','MS','32.284829','-90.227780',-6,1); -INSERT INTO zipcodes VALUES (39205,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39206,'Jackson','MS','32.365794','-90.171820',-6,1); -INSERT INTO zipcodes VALUES (39207,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39208,'Jackson','MS','32.280746','-90.107080',-6,1); -INSERT INTO zipcodes VALUES (39209,'Jackson','MS','32.325512','-90.257090',-6,1); -INSERT INTO zipcodes VALUES (39210,'Jackson','MS','32.325012','-90.179020',-6,1); -INSERT INTO zipcodes VALUES (39211,'Jackson','MS','32.370544','-90.129700',-6,1); -INSERT INTO zipcodes VALUES (39212,'Jackson','MS','32.234627','-90.263310',-6,1); -INSERT INTO zipcodes VALUES (39213,'Jackson','MS','32.356489','-90.210600',-6,1); -INSERT INTO zipcodes VALUES (39215,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39216,'Jackson','MS','32.334738','-90.169330',-6,1); -INSERT INTO zipcodes VALUES (39217,'Jackson','MS','32.297396','-90.208088',-6,1); -INSERT INTO zipcodes VALUES (39218,'Jackson','MS','32.230408','-90.162130',-6,1); -INSERT INTO zipcodes VALUES (39219,'Jackson','MS','32.252147','-90.214865',-6,1); -INSERT INTO zipcodes VALUES (39225,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39232,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39235,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39236,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39250,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39269,'Jackson','MS','32.300996','-90.188590',-6,1); -INSERT INTO zipcodes VALUES (39271,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39272,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39282,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39283,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39284,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39286,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39288,'Jackson','MS','32.313127','-89.799625',-6,1); -INSERT INTO zipcodes VALUES (39289,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39296,'Jackson','MS','32.311287','-90.397157',-6,1); -INSERT INTO zipcodes VALUES (39298,'Jackson','MS','32.319905','-89.992257',-6,1); -INSERT INTO zipcodes VALUES (39301,'Meridian','MS','32.339004','-88.659600',-6,1); -INSERT INTO zipcodes VALUES (39302,'Meridian','MS','32.431958','-88.641888',-6,1); -INSERT INTO zipcodes VALUES (39303,'Meridian','MS','32.401233','-88.652279',-6,1); -INSERT INTO zipcodes VALUES (39304,'Meridian','MS','32.420847','-88.646016',-6,1); -INSERT INTO zipcodes VALUES (39305,'Meridian','MS','32.439945','-88.709180',-6,1); -INSERT INTO zipcodes VALUES (39307,'Meridian','MS','32.358891','-88.749400',-6,1); -INSERT INTO zipcodes VALUES (39309,'Meridian','MS','32.337389','-88.726474',-6,1); -INSERT INTO zipcodes VALUES (39320,'Bailey','MS','32.535472','-88.726390',-6,1); -INSERT INTO zipcodes VALUES (39322,'Buckatunna','MS','31.574589','-88.533260',-6,1); -INSERT INTO zipcodes VALUES (39323,'Chunky','MS','32.315069','-88.916870',-6,1); -INSERT INTO zipcodes VALUES (39324,'Clara','MS','31.593682','-88.704829',-6,1); -INSERT INTO zipcodes VALUES (39325,'Collinsville','MS','32.553716','-88.867360',-6,1); -INSERT INTO zipcodes VALUES (39326,'Daleville','MS','32.578591','-88.661520',-6,1); -INSERT INTO zipcodes VALUES (39327,'Decatur','MS','32.444821','-89.117030',-6,1); -INSERT INTO zipcodes VALUES (39328,'De Kalb','MS','32.744445','-88.699590',-6,1); -INSERT INTO zipcodes VALUES (39330,'Enterprise','MS','32.170432','-88.838660',-6,1); -INSERT INTO zipcodes VALUES (39332,'Hickory','MS','32.314553','-89.014610',-6,1); -INSERT INTO zipcodes VALUES (39335,'Lauderdale','MS','32.517145','-88.518010',-6,1); -INSERT INTO zipcodes VALUES (39336,'Lawrence','MS','32.307815','-89.261690',-6,1); -INSERT INTO zipcodes VALUES (39337,'Little Rock','MS','32.527955','-88.995200',-6,1); -INSERT INTO zipcodes VALUES (39338,'Louin','MS','32.108768','-89.236750',-6,1); -INSERT INTO zipcodes VALUES (39339,'Louisville','MS','33.109635','-89.028490',-6,1); -INSERT INTO zipcodes VALUES (39341,'Macon','MS','33.115598','-88.581590',-6,1); -INSERT INTO zipcodes VALUES (39342,'Marion','MS','32.336743','-88.616297',-6,1); -INSERT INTO zipcodes VALUES (39345,'Newton','MS','32.317298','-89.144830',-6,1); -INSERT INTO zipcodes VALUES (39346,'Noxapater','MS','32.957794','-89.082100',-6,1); -INSERT INTO zipcodes VALUES (39347,'Pachuta','MS','32.042598','-88.915880',-6,1); -INSERT INTO zipcodes VALUES (39348,'Paulding','MS','32.026165','-89.037620',-6,1); -INSERT INTO zipcodes VALUES (39350,'Philadelphia','MS','32.776368','-89.127880',-6,1); -INSERT INTO zipcodes VALUES (39352,'Porterville','MS','32.678923','-88.499520',-6,1); -INSERT INTO zipcodes VALUES (39354,'Preston','MS','32.873605','-88.840280',-6,1); -INSERT INTO zipcodes VALUES (39355,'Quitman','MS','32.057969','-88.670690',-6,1); -INSERT INTO zipcodes VALUES (39356,'Rose Hill','MS','32.154808','-89.036240',-6,1); -INSERT INTO zipcodes VALUES (39357,'Louisville','MS','33.114150','-89.053844',-6,1); -INSERT INTO zipcodes VALUES (39358,'Scooba','MS','32.838485','-88.487070',-6,1); -INSERT INTO zipcodes VALUES (39359,'Sebastopol','MS','32.568112','-89.338910',-6,1); -INSERT INTO zipcodes VALUES (39360,'Shubuta','MS','31.863493','-88.749230',-6,1); -INSERT INTO zipcodes VALUES (39361,'Shuqualak','MS','32.985613','-88.574640',-6,1); -INSERT INTO zipcodes VALUES (39362,'State Line','MS','31.415048','-88.531000',-6,1); -INSERT INTO zipcodes VALUES (39363,'Stonewall','MS','32.134826','-88.785890',-6,1); -INSERT INTO zipcodes VALUES (39364,'Toomsuba','MS','32.420314','-88.522340',-6,1); -INSERT INTO zipcodes VALUES (39365,'Union','MS','32.588341','-89.130470',-6,1); -INSERT INTO zipcodes VALUES (39366,'Vossburg','MS','31.931474','-88.922000',-6,1); -INSERT INTO zipcodes VALUES (39367,'Waynesboro','MS','31.688901','-88.656230',-6,1); -INSERT INTO zipcodes VALUES (39401,'Hattiesburg','MS','31.285508','-89.279900',-6,1); -INSERT INTO zipcodes VALUES (39402,'Hattiesburg','MS','31.325437','-89.379260',-6,1); -INSERT INTO zipcodes VALUES (39403,'Hattiesburg','MS','31.356642','-89.382415',-6,1); -INSERT INTO zipcodes VALUES (39404,'Hattiesburg','MS','31.172142','-89.294772',-6,1); -INSERT INTO zipcodes VALUES (39406,'Hattiesburg','MS','31.172142','-89.294772',-6,1); -INSERT INTO zipcodes VALUES (39407,'Hattiesburg','MS','31.172142','-89.294772',-6,1); -INSERT INTO zipcodes VALUES (39421,'Bassfield','MS','31.490798','-89.726550',-6,1); -INSERT INTO zipcodes VALUES (39422,'Bay Springs','MS','31.969813','-89.276450',-6,1); -INSERT INTO zipcodes VALUES (39423,'Beaumont','MS','31.176725','-88.912230',-6,1); -INSERT INTO zipcodes VALUES (39425,'Brooklyn','MS','31.059327','-89.091640',-6,1); -INSERT INTO zipcodes VALUES (39426,'Carriere','MS','30.641521','-89.659290',-6,1); -INSERT INTO zipcodes VALUES (39427,'Carson','MS','31.496160','-89.835790',-6,1); -INSERT INTO zipcodes VALUES (39428,'Collins','MS','31.651487','-89.565250',-6,1); -INSERT INTO zipcodes VALUES (39429,'Columbia','MS','31.255242','-89.792640',-6,1); -INSERT INTO zipcodes VALUES (39436,'Eastabuchie','MS','31.436305','-89.294640',-6,1); -INSERT INTO zipcodes VALUES (39437,'Ellisville','MS','31.588327','-89.214310',-6,1); -INSERT INTO zipcodes VALUES (39439,'Heidelberg','MS','31.868830','-89.003230',-6,1); -INSERT INTO zipcodes VALUES (39440,'Laurel','MS','31.701492','-89.139300',-6,1); -INSERT INTO zipcodes VALUES (39441,'Laurel','MS','31.727664','-89.075482',-6,1); -INSERT INTO zipcodes VALUES (39442,'Laurel','MS','31.682254','-89.040622',-6,1); -INSERT INTO zipcodes VALUES (39443,'Laurel','MS','31.719947','-89.119480',-6,1); -INSERT INTO zipcodes VALUES (39451,'Leakesville','MS','31.162188','-88.600930',-6,1); -INSERT INTO zipcodes VALUES (39452,'Lucedale','MS','30.873353','-88.588690',-6,1); -INSERT INTO zipcodes VALUES (39455,'Lumberton','MS','31.035015','-89.495610',-6,1); -INSERT INTO zipcodes VALUES (39456,'McLain','MS','31.072789','-88.809150',-6,1); -INSERT INTO zipcodes VALUES (39457,'McNeill','MS','30.666936','-89.673392',-6,1); -INSERT INTO zipcodes VALUES (39459,'Moselle','MS','31.496211','-89.305030',-6,1); -INSERT INTO zipcodes VALUES (39460,'Moss','MS','32.013235','-89.116560',-6,1); -INSERT INTO zipcodes VALUES (39461,'Neely','MS','31.176281','-88.722480',-6,1); -INSERT INTO zipcodes VALUES (39462,'New Augusta','MS','31.215709','-89.044940',-6,1); -INSERT INTO zipcodes VALUES (39463,'Nicholson','MS','30.563724','-89.557751',-6,1); -INSERT INTO zipcodes VALUES (39464,'Ovett','MS','31.487531','-89.058420',-6,1); -INSERT INTO zipcodes VALUES (39465,'Petal','MS','31.358823','-89.227900',-6,1); -INSERT INTO zipcodes VALUES (39466,'Picayune','MS','30.527980','-89.666110',-6,1); -INSERT INTO zipcodes VALUES (39470,'Poplarville','MS','30.810936','-89.564350',-6,1); -INSERT INTO zipcodes VALUES (39474,'Prentiss','MS','31.605946','-89.860860',-6,1); -INSERT INTO zipcodes VALUES (39475,'Purvis','MS','31.165903','-89.413230',-6,1); -INSERT INTO zipcodes VALUES (39476,'Richton','MS','31.355717','-88.858810',-6,1); -INSERT INTO zipcodes VALUES (39477,'Sandersville','MS','31.788517','-89.033790',-6,1); -INSERT INTO zipcodes VALUES (39478,'Sandy Hook','MS','31.054236','-89.855530',-6,1); -INSERT INTO zipcodes VALUES (39479,'Seminary','MS','31.543388','-89.464800',-6,1); -INSERT INTO zipcodes VALUES (39480,'Soso','MS','31.726898','-89.305280',-6,1); -INSERT INTO zipcodes VALUES (39481,'Stringer','MS','31.857399','-89.246900',-6,1); -INSERT INTO zipcodes VALUES (39482,'Sumrall','MS','31.376358','-89.585580',-6,1); -INSERT INTO zipcodes VALUES (39483,'Foxworth','MS','31.218509','-89.907610',-6,1); -INSERT INTO zipcodes VALUES (39501,'Gulfport','MS','30.380597','-89.096260',-6,1); -INSERT INTO zipcodes VALUES (39502,'Gulfport','MS','30.415795','-89.068448',-6,1); -INSERT INTO zipcodes VALUES (39503,'Gulfport','MS','30.461786','-89.103810',-6,1); -INSERT INTO zipcodes VALUES (39505,'Gulfport','MS','30.415795','-89.068448',-6,1); -INSERT INTO zipcodes VALUES (39506,'Gulfport','MS','30.415795','-89.068448',-6,1); -INSERT INTO zipcodes VALUES (39507,'Gulfport','MS','30.397044','-89.039980',-6,1); -INSERT INTO zipcodes VALUES (39520,'Bay Saint Louis','MS','30.304327','-89.407050',-6,1); -INSERT INTO zipcodes VALUES (39521,'Bay Saint Louis','MS','30.403156','-89.498210',-6,1); -INSERT INTO zipcodes VALUES (39522,'Stennis Space Center','MS','30.403156','-89.498210',-6,1); -INSERT INTO zipcodes VALUES (39525,'Diamondhead','MS','30.382544','-89.369580',-6,1); -INSERT INTO zipcodes VALUES (39529,'Stennis Space Center','MS','30.403156','-89.498210',-6,1); -INSERT INTO zipcodes VALUES (39530,'Biloxi','MS','30.399148','-88.889170',-6,1); -INSERT INTO zipcodes VALUES (39531,'Biloxi','MS','30.405831','-88.962190',-6,1); -INSERT INTO zipcodes VALUES (39532,'Biloxi','MS','30.462388','-88.932930',-6,1); -INSERT INTO zipcodes VALUES (39533,'Biloxi','MS','30.415795','-89.068448',-6,1); -INSERT INTO zipcodes VALUES (39534,'Biloxi','MS','30.415795','-89.068448',-6,1); -INSERT INTO zipcodes VALUES (39535,'Biloxi','MS','30.415795','-89.068448',-6,1); -INSERT INTO zipcodes VALUES (39540,'D\'Iberville','MS','30.444267','-88.899207',-6,1); -INSERT INTO zipcodes VALUES (39552,'Escatawpa','MS','30.441072','-88.634482',-6,1); -INSERT INTO zipcodes VALUES (39553,'Gautier','MS','30.400599','-88.650920',-6,1); -INSERT INTO zipcodes VALUES (39555,'Hurley','MS','30.713250','-88.519743',-6,1); -INSERT INTO zipcodes VALUES (39556,'Kiln','MS','30.429334','-89.434710',-6,1); -INSERT INTO zipcodes VALUES (39558,'Lakeshore','MS','30.239124','-89.459526',-6,1); -INSERT INTO zipcodes VALUES (39560,'Long Beach','MS','30.356147','-89.163460',-6,1); -INSERT INTO zipcodes VALUES (39561,'McHenry','MS','30.704034','-89.153950',-6,1); -INSERT INTO zipcodes VALUES (39562,'Moss Point','MS','30.522009','-88.503120',-6,1); -INSERT INTO zipcodes VALUES (39563,'Moss Point','MS','30.410999','-88.525140',-6,1); -INSERT INTO zipcodes VALUES (39564,'Ocean Springs','MS','30.403286','-88.775650',-6,1); -INSERT INTO zipcodes VALUES (39565,'Ocean Springs','MS','30.566715','-88.760180',-6,1); -INSERT INTO zipcodes VALUES (39566,'Ocean Springs','MS','30.441072','-88.634482',-6,1); -INSERT INTO zipcodes VALUES (39567,'Pascagoula','MS','30.362203','-88.546900',-6,1); -INSERT INTO zipcodes VALUES (39568,'Pascagoula','MS','30.441072','-88.634482',-6,1); -INSERT INTO zipcodes VALUES (39569,'Pascagoula','MS','30.441072','-88.634482',-6,1); -INSERT INTO zipcodes VALUES (39571,'Pass Christian','MS','30.371623','-89.270380',-6,1); -INSERT INTO zipcodes VALUES (39572,'Pearlington','MS','30.249994','-89.604930',-6,1); -INSERT INTO zipcodes VALUES (39573,'Perkinston','MS','30.710795','-89.093250',-6,1); -INSERT INTO zipcodes VALUES (39574,'Saucier','MS','30.600244','-89.119480',-6,1); -INSERT INTO zipcodes VALUES (39576,'Waveland','MS','30.289646','-89.383490',-6,1); -INSERT INTO zipcodes VALUES (39577,'Wiggins','MS','30.943360','-89.179120',-6,1); -INSERT INTO zipcodes VALUES (39579,'Pearlington','MS','30.258204','-89.602572',-6,1); -INSERT INTO zipcodes VALUES (39581,'Pascagoula','MS','30.362980','-88.529010',-6,1); -INSERT INTO zipcodes VALUES (39595,'Pascagoula','MS','30.441072','-88.634482',-6,1); -INSERT INTO zipcodes VALUES (39601,'Brookhaven','MS','31.574319','-90.450290',-6,1); -INSERT INTO zipcodes VALUES (39602,'Brookhaven','MS','31.533354','-90.490661',-6,1); -INSERT INTO zipcodes VALUES (39603,'Brookhaven','MS','31.612287','-90.446702',-6,1); -INSERT INTO zipcodes VALUES (39629,'Bogue Chitto','MS','31.441613','-90.452810',-6,1); -INSERT INTO zipcodes VALUES (39630,'Bude','MS','31.463533','-90.845220',-6,1); -INSERT INTO zipcodes VALUES (39631,'Centreville','MS','31.078189','-91.077230',-6,1); -INSERT INTO zipcodes VALUES (39632,'Chatawa','MS','31.059186','-90.467060',-6,1); -INSERT INTO zipcodes VALUES (39633,'Crosby','MS','31.296257','-91.129210',-6,1); -INSERT INTO zipcodes VALUES (39635,'Fernwood','MS','31.186981','-90.449890',-6,1); -INSERT INTO zipcodes VALUES (39638,'Gloster','MS','31.206278','-90.995900',-6,1); -INSERT INTO zipcodes VALUES (39641,'Jayess','MS','31.363848','-90.174570',-6,1); -INSERT INTO zipcodes VALUES (39643,'Kokomo','MS','31.231448','-90.022630',-6,1); -INSERT INTO zipcodes VALUES (39645,'Liberty','MS','31.148177','-90.798590',-6,1); -INSERT INTO zipcodes VALUES (39647,'McCall Creek','MS','31.509919','-90.697880',-6,1); -INSERT INTO zipcodes VALUES (39648,'Mccomb','MS','31.225598','-90.433270',-6,1); -INSERT INTO zipcodes VALUES (39649,'Mccomb','MS','31.174940','-90.403987',-6,1); -INSERT INTO zipcodes VALUES (39652,'Magnolia','MS','31.117097','-90.452870',-6,1); -INSERT INTO zipcodes VALUES (39653,'Meadville','MS','31.461337','-90.892080',-6,1); -INSERT INTO zipcodes VALUES (39654,'Monticello','MS','31.544331','-90.121300',-6,1); -INSERT INTO zipcodes VALUES (39656,'Oak Vale','MS','31.458217','-89.932680',-6,1); -INSERT INTO zipcodes VALUES (39657,'Osyka','MS','31.028259','-90.458800',-6,1); -INSERT INTO zipcodes VALUES (39660,'McComb','MS','31.245067','-90.506861',-6,1); -INSERT INTO zipcodes VALUES (39661,'Roxie','MS','31.487982','-91.084030',-6,1); -INSERT INTO zipcodes VALUES (39662,'Ruth','MS','31.402270','-90.260020',-6,1); -INSERT INTO zipcodes VALUES (39663,'Silver Creek','MS','31.590797','-90.005830',-6,1); -INSERT INTO zipcodes VALUES (39664,'Smithdale','MS','31.328058','-90.677920',-6,1); -INSERT INTO zipcodes VALUES (39665,'Sontag','MS','31.643751','-90.207760',-6,1); -INSERT INTO zipcodes VALUES (39666,'Summit','MS','31.292262','-90.452280',-6,1); -INSERT INTO zipcodes VALUES (39667,'Tylertown','MS','31.131018','-90.128560',-6,1); -INSERT INTO zipcodes VALUES (39668,'Union Church','MS','31.668442','-90.763170',-6,1); -INSERT INTO zipcodes VALUES (39669,'Woodville','MS','31.120979','-91.355110',-6,1); -INSERT INTO zipcodes VALUES (39701,'Columbus','MS','33.492107','-88.437460',-6,1); -INSERT INTO zipcodes VALUES (39702,'Columbus','MS','33.463004','-88.355740',-6,1); -INSERT INTO zipcodes VALUES (39703,'Columbus','MS','33.484147','-88.283998',-6,1); -INSERT INTO zipcodes VALUES (39704,'Columbus','MS','33.690480','-88.330970',-6,1); -INSERT INTO zipcodes VALUES (39705,'Columbus','MS','33.581599','-88.432970',-6,1); -INSERT INTO zipcodes VALUES (39710,'Columbus','MS','33.516330','-88.460083',-6,1); -INSERT INTO zipcodes VALUES (39730,'Aberdeen','MS','33.833689','-88.554630',-6,1); -INSERT INTO zipcodes VALUES (39731,'Brooksville','MS','33.230508','-88.579680',-6,1); -INSERT INTO zipcodes VALUES (39735,'Ackerman','MS','33.371974','-89.176160',-6,1); -INSERT INTO zipcodes VALUES (39736,'Artesia','MS','33.415448','-88.647450',-6,1); -INSERT INTO zipcodes VALUES (39737,'Bellefontaine','MS','33.648956','-89.334234',-6,1); -INSERT INTO zipcodes VALUES (39739,'Brooksville','MS','33.243098','-88.602280',-6,1); -INSERT INTO zipcodes VALUES (39740,'Caledonia','MS','33.752213','-88.309890',-6,1); -INSERT INTO zipcodes VALUES (39741,'Cedarbluff','MS','33.673410','-88.879570',-6,1); -INSERT INTO zipcodes VALUES (39743,'Crawford','MS','33.313523','-88.627210',-6,1); -INSERT INTO zipcodes VALUES (39744,'Eupora','MS','33.577688','-89.302800',-6,1); -INSERT INTO zipcodes VALUES (39745,'French Camp','MS','33.312695','-89.416280',-6,1); -INSERT INTO zipcodes VALUES (39746,'Hamilton','MS','33.743856','-88.427030',-6,1); -INSERT INTO zipcodes VALUES (39747,'Kilmichael','MS','33.413657','-89.562610',-6,1); -INSERT INTO zipcodes VALUES (39750,'Maben','MS','33.596326','-89.076090',-6,1); -INSERT INTO zipcodes VALUES (39751,'Mantee','MS','33.702318','-89.050640',-6,1); -INSERT INTO zipcodes VALUES (39752,'Mathiston','MS','33.545490','-89.136320',-6,1); -INSERT INTO zipcodes VALUES (39753,'Mayhew','MS','33.483814','-88.640881',-6,1); -INSERT INTO zipcodes VALUES (39754,'Montpelier','MS','33.659271','-88.753976',-6,1); -INSERT INTO zipcodes VALUES (39755,'Pheba','MS','33.608062','-88.959600',-6,1); -INSERT INTO zipcodes VALUES (39756,'Prairie','MS','33.786542','-88.724040',-6,1); -INSERT INTO zipcodes VALUES (39758,'Sturgis','MS','33.344664','-89.036193',-6,1); -INSERT INTO zipcodes VALUES (39759,'Starkville','MS','33.450215','-88.823830',-6,1); -INSERT INTO zipcodes VALUES (39760,'Starkville','MS','33.459924','-88.832163',-6,1); -INSERT INTO zipcodes VALUES (39762,'Mississippi State','MS','33.453349','-88.791070',-6,1); -INSERT INTO zipcodes VALUES (39766,'Steens','MS','33.615277','-88.310310',-6,1); -INSERT INTO zipcodes VALUES (39767,'Stewart','MS','33.463558','-89.467050',-6,1); -INSERT INTO zipcodes VALUES (39769,'Sturgis','MS','33.333797','-89.013610',-6,1); -INSERT INTO zipcodes VALUES (39771,'Walthall','MS','33.606148','-89.275270',-6,1); -INSERT INTO zipcodes VALUES (39772,'Weir','MS','33.321345','-89.320630',-6,1); -INSERT INTO zipcodes VALUES (39773,'West Point','MS','33.619058','-88.646860',-6,1); -INSERT INTO zipcodes VALUES (39776,'Woodland','MS','33.779165','-89.039490',-6,1); -INSERT INTO zipcodes VALUES (39871,'Flora','MS','32.540084','-90.307122',-6,1); -INSERT INTO zipcodes VALUES (39901,'Atlanta','GA','33.891251','-84.074560',-5,1); -INSERT INTO zipcodes VALUES (39940,'Laurel','MS','31.706345','-89.121190',-6,1); -INSERT INTO zipcodes VALUES (39956,'Kiln','MS','30.409245','-89.438829',-6,1); -INSERT INTO zipcodes VALUES (40003,'Bagdad','KY','38.279797','-85.034980',-5,1); -INSERT INTO zipcodes VALUES (40004,'Bardstown','KY','37.811090','-85.461640',-5,1); -INSERT INTO zipcodes VALUES (40006,'Bedford','KY','38.597624','-85.338890',-5,1); -INSERT INTO zipcodes VALUES (40007,'Bethlehem','KY','38.452451','-85.007640',-5,1); -INSERT INTO zipcodes VALUES (40008,'Bloomfield','KY','37.923734','-85.282570',-5,1); -INSERT INTO zipcodes VALUES (40009,'Bradfordsville','KY','37.477192','-85.101750',-5,1); -INSERT INTO zipcodes VALUES (40010,'Buckner','KY','38.366467','-85.450750',-5,1); -INSERT INTO zipcodes VALUES (40011,'Campbellsburg','KY','38.534450','-85.171780',-5,1); -INSERT INTO zipcodes VALUES (40012,'Chaplin','KY','37.905918','-85.212410',-5,1); -INSERT INTO zipcodes VALUES (40013,'Coxs Creek','KY','37.928563','-85.490360',-5,1); -INSERT INTO zipcodes VALUES (40014,'Crestwood','KY','38.335106','-85.458400',-5,1); -INSERT INTO zipcodes VALUES (40018,'Eastwood','KY','38.229770','-85.663040',-5,1); -INSERT INTO zipcodes VALUES (40019,'Eminence','KY','38.370336','-85.172080',-5,1); -INSERT INTO zipcodes VALUES (40020,'Fairfield','KY','37.934800','-85.387650',-5,1); -INSERT INTO zipcodes VALUES (40022,'Finchville','KY','38.147801','-85.331580',-5,1); -INSERT INTO zipcodes VALUES (40023,'Fisherville','KY','38.182772','-85.432380',-5,1); -INSERT INTO zipcodes VALUES (40025,'Glenview','KY','38.309597','-85.643359',-5,1); -INSERT INTO zipcodes VALUES (40026,'Goshen','KY','38.411964','-85.570660',-5,1); -INSERT INTO zipcodes VALUES (40027,'Harrods Creek','KY','38.329718','-85.632990',-5,1); -INSERT INTO zipcodes VALUES (40031,'La Grange','KY','38.407833','-85.384750',-5,1); -INSERT INTO zipcodes VALUES (40032,'La Grange','KY','38.404640','-85.460504',-5,1); -INSERT INTO zipcodes VALUES (40033,'Lebanon','KY','37.565894','-85.251480',-5,1); -INSERT INTO zipcodes VALUES (40036,'Lockport','KY','38.434443','-84.968980',-5,1); -INSERT INTO zipcodes VALUES (40037,'Loretto','KY','37.652712','-85.413370',-5,1); -INSERT INTO zipcodes VALUES (40040,'Mackville','KY','37.742806','-85.055640',-5,1); -INSERT INTO zipcodes VALUES (40041,'Masonic Home','KY','38.253610','-85.662215',-5,1); -INSERT INTO zipcodes VALUES (40045,'Milton','KY','38.702793','-85.371870',-5,1); -INSERT INTO zipcodes VALUES (40046,'Mount Eden','KY','38.026767','-85.186900',-5,1); -INSERT INTO zipcodes VALUES (40047,'Mount Washington','KY','38.045982','-85.554670',-5,1); -INSERT INTO zipcodes VALUES (40048,'Nazareth','KY','37.756941','-85.446710',-5,1); -INSERT INTO zipcodes VALUES (40049,'Nerinx','KY','37.660251','-85.393204',-5,1); -INSERT INTO zipcodes VALUES (40050,'New Castle','KY','38.435604','-85.176580',-5,1); -INSERT INTO zipcodes VALUES (40051,'New Haven','KY','37.656291','-85.580990',-5,1); -INSERT INTO zipcodes VALUES (40052,'New Hope','KY','37.585365','-85.508170',-5,1); -INSERT INTO zipcodes VALUES (40053,'Pewee Valley','KY','37.760400','-85.447393',-5,1); -INSERT INTO zipcodes VALUES (40055,'Pendleton','KY','38.495454','-85.338390',-5,1); -INSERT INTO zipcodes VALUES (40056,'Pewee Valley','KY','38.308109','-85.487140',-5,1); -INSERT INTO zipcodes VALUES (40057,'Pleasureville','KY','38.386916','-85.066090',-5,1); -INSERT INTO zipcodes VALUES (40058,'Port Royal','KY','38.433076','-85.171110',-5,1); -INSERT INTO zipcodes VALUES (40059,'Prospect','KY','38.350915','-85.600420',-5,1); -INSERT INTO zipcodes VALUES (40060,'Raywick','KY','37.533395','-85.435880',-5,1); -INSERT INTO zipcodes VALUES (40061,'Saint Catharine','KY','37.773962','-85.201068',-5,1); -INSERT INTO zipcodes VALUES (40062,'Saint Francis','KY','37.590699','-85.450040',-5,1); -INSERT INTO zipcodes VALUES (40063,'Saint Mary','KY','37.579519','-85.355132',-5,1); -INSERT INTO zipcodes VALUES (40065,'Shelbyville','KY','38.211511','-85.216580',-5,1); -INSERT INTO zipcodes VALUES (40066,'Shelbyville','KY','38.197268','-85.212156',-5,1); -INSERT INTO zipcodes VALUES (40067,'Simpsonville','KY','38.210818','-85.361220',-5,1); -INSERT INTO zipcodes VALUES (40068,'Smithfield','KY','38.400619','-85.277410',-5,1); -INSERT INTO zipcodes VALUES (40069,'Springfield','KY','37.702418','-85.222570',-5,1); -INSERT INTO zipcodes VALUES (40070,'Sulphur','KY','38.486325','-85.274250',-5,1); -INSERT INTO zipcodes VALUES (40071,'Taylorsville','KY','38.045406','-85.364270',-5,1); -INSERT INTO zipcodes VALUES (40075,'Turners Station','KY','38.552133','-85.101879',-5,1); -INSERT INTO zipcodes VALUES (40076,'Waddy','KY','38.122088','-85.066770',-5,1); -INSERT INTO zipcodes VALUES (40077,'Westport','KY','38.491982','-85.472200',-5,1); -INSERT INTO zipcodes VALUES (40078,'Willisburg','KY','37.840066','-85.125720',-5,1); -INSERT INTO zipcodes VALUES (40080,'Fairfield','KY','37.933880','-85.385382',-5,1); -INSERT INTO zipcodes VALUES (40081,'Crestwood','KY','38.338600','-85.492459',-5,1); -INSERT INTO zipcodes VALUES (40104,'Battletown','KY','38.087303','-86.354140',-5,1); -INSERT INTO zipcodes VALUES (40106,'Big Spring','KY','37.788538','-86.231194',-6,1); -INSERT INTO zipcodes VALUES (40107,'Boston','KY','37.768921','-85.656020',-5,1); -INSERT INTO zipcodes VALUES (40108,'Brandenburg','KY','37.973094','-86.118310',-5,1); -INSERT INTO zipcodes VALUES (40109,'Brooks','KY','38.062515','-85.735590',-5,1); -INSERT INTO zipcodes VALUES (40110,'Clermont','KY','37.934620','-85.655450',-5,1); -INSERT INTO zipcodes VALUES (40111,'Cloverport','KY','37.816771','-86.634480',-6,1); -INSERT INTO zipcodes VALUES (40115,'Custer','KY','37.753533','-86.216540',-6,1); -INSERT INTO zipcodes VALUES (40117,'Ekron','KY','37.915077','-86.144340',-5,1); -INSERT INTO zipcodes VALUES (40118,'Fairdale','KY','38.106135','-85.753620',-5,1); -INSERT INTO zipcodes VALUES (40119,'Falls Of Rough','KY','37.600179','-86.528460',-6,1); -INSERT INTO zipcodes VALUES (40121,'Fort Knox','KY','37.895491','-85.966200',-5,1); -INSERT INTO zipcodes VALUES (40140,'Garfield','KY','37.675627','-86.230010',-6,1); -INSERT INTO zipcodes VALUES (40142,'Guston','KY','37.894075','-86.203830',-5,1); -INSERT INTO zipcodes VALUES (40143,'Hardinsburg','KY','37.777083','-86.483450',-6,1); -INSERT INTO zipcodes VALUES (40144,'Harned','KY','37.750101','-86.399720',-6,1); -INSERT INTO zipcodes VALUES (40145,'Hudson','KY','37.652706','-86.317300',-6,1); -INSERT INTO zipcodes VALUES (40146,'Irvington','KY','37.881080','-86.313770',-6,1); -INSERT INTO zipcodes VALUES (40150,'Lebanon Junction','KY','37.849334','-85.732690',-5,1); -INSERT INTO zipcodes VALUES (40152,'McDaniels','KY','37.619660','-86.450780',-6,1); -INSERT INTO zipcodes VALUES (40153,'McQuady','KY','37.802295','-86.414768',-6,1); -INSERT INTO zipcodes VALUES (40155,'Muldraugh','KY','37.937825','-85.991370',-5,1); -INSERT INTO zipcodes VALUES (40157,'Payneville','KY','38.028543','-86.385110',-5,1); -INSERT INTO zipcodes VALUES (40159,'Radcliff','KY','37.723474','-85.976854',-5,1); -INSERT INTO zipcodes VALUES (40160,'Radcliff','KY','37.828459','-85.938880',-5,1); -INSERT INTO zipcodes VALUES (40161,'Rhodelia','KY','38.005963','-86.398391',-5,1); -INSERT INTO zipcodes VALUES (40162,'Rineyville','KY','37.756775','-86.000730',-5,1); -INSERT INTO zipcodes VALUES (40164,'Se Ree','KY','37.670928','-86.392040',-6,1); -INSERT INTO zipcodes VALUES (40165,'Shepherdsville','KY','37.997938','-85.696670',-5,1); -INSERT INTO zipcodes VALUES (40170,'Stephensport','KY','37.965908','-86.492550',-6,1); -INSERT INTO zipcodes VALUES (40171,'Union Star','KY','37.969766','-86.430790',-6,1); -INSERT INTO zipcodes VALUES (40175,'Vine Grove','KY','37.826822','-86.006920',-5,1); -INSERT INTO zipcodes VALUES (40176,'Webster','KY','37.934279','-86.348690',-6,1); -INSERT INTO zipcodes VALUES (40177,'West Point','KY','37.997957','-85.944520',-5,1); -INSERT INTO zipcodes VALUES (40178,'Westview','KY','37.647315','-86.406230',-6,1); -INSERT INTO zipcodes VALUES (40179,'West Point','KY','37.998628','-85.946585',-5,1); -INSERT INTO zipcodes VALUES (40201,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40202,'Louisville','KY','38.252854','-85.751370',-5,1); -INSERT INTO zipcodes VALUES (40203,'Louisville','KY','38.248106','-85.766500',-5,1); -INSERT INTO zipcodes VALUES (40204,'Louisville','KY','38.238620','-85.726260',-5,1); -INSERT INTO zipcodes VALUES (40205,'Louisville','KY','38.222920','-85.683260',-5,1); -INSERT INTO zipcodes VALUES (40206,'Louisville','KY','38.254671','-85.702540',-5,1); -INSERT INTO zipcodes VALUES (40207,'Louisville','KY','38.257489','-85.651340',-5,1); -INSERT INTO zipcodes VALUES (40208,'Louisville','KY','38.218764','-85.762410',-5,1); -INSERT INTO zipcodes VALUES (40209,'Louisville','KY','38.191870','-85.752980',-5,1); -INSERT INTO zipcodes VALUES (40210,'Louisville','KY','38.230670','-85.786650',-5,1); -INSERT INTO zipcodes VALUES (40211,'Louisville','KY','38.241420','-85.811810',-5,1); -INSERT INTO zipcodes VALUES (40212,'Louisville','KY','38.266320','-85.799980',-5,1); -INSERT INTO zipcodes VALUES (40213,'Louisville','KY','38.186126','-85.713040',-5,1); -INSERT INTO zipcodes VALUES (40214,'Louisville','KY','38.160936','-85.776240',-5,1); -INSERT INTO zipcodes VALUES (40215,'Louisville','KY','38.191920','-85.784050',-5,1); -INSERT INTO zipcodes VALUES (40216,'Louisville','KY','38.188886','-85.831370',-5,1); -INSERT INTO zipcodes VALUES (40217,'Louisville','KY','38.216320','-85.739000',-5,1); -INSERT INTO zipcodes VALUES (40218,'Louisville','KY','38.193769','-85.657330',-5,1); -INSERT INTO zipcodes VALUES (40219,'Louisville','KY','38.141638','-85.682180',-5,1); -INSERT INTO zipcodes VALUES (40220,'Louisville','KY','38.214982','-85.622070',-5,1); -INSERT INTO zipcodes VALUES (40221,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40222,'Louisville','KY','38.265070','-85.613190',-5,1); -INSERT INTO zipcodes VALUES (40223,'Louisville','KY','38.258941','-85.555740',-5,1); -INSERT INTO zipcodes VALUES (40224,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40225,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40228,'Louisville','KY','38.137586','-85.627410',-5,1); -INSERT INTO zipcodes VALUES (40229,'Louisville','KY','38.085601','-85.669790',-5,1); -INSERT INTO zipcodes VALUES (40231,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40232,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40233,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40241,'Louisville','KY','38.305636','-85.584240',-5,1); -INSERT INTO zipcodes VALUES (40242,'Louisville','KY','38.279059','-85.590370',-5,1); -INSERT INTO zipcodes VALUES (40243,'Louisville','KY','38.237155','-85.536570',-5,1); -INSERT INTO zipcodes VALUES (40245,'Louisville','KY','38.270855','-85.483220',-5,1); -INSERT INTO zipcodes VALUES (40250,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40251,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40252,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40253,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40255,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40256,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40257,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40258,'Louisville','KY','38.141719','-85.863750',-5,1); -INSERT INTO zipcodes VALUES (40259,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40261,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40266,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40268,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40269,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40270,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40272,'Louisville','KY','38.096056','-85.859940',-5,1); -INSERT INTO zipcodes VALUES (40280,'Louisville','KY','38.246721','-85.685261',-5,1); -INSERT INTO zipcodes VALUES (40281,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40282,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40283,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40285,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40287,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40289,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40290,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40291,'Louisville','KY','38.147232','-85.591690',-5,1); -INSERT INTO zipcodes VALUES (40292,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40293,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40294,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40295,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40296,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40297,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40298,'Louisville','KY','38.188962','-85.676819',-5,1); -INSERT INTO zipcodes VALUES (40299,'Louisville','KY','38.190568','-85.553480',-5,1); -INSERT INTO zipcodes VALUES (40310,'Burgin','KY','37.754255','-84.769040',-5,1); -INSERT INTO zipcodes VALUES (40311,'Carlisle','KY','38.320944','-84.023580',-5,1); -INSERT INTO zipcodes VALUES (40312,'Clay City','KY','37.846536','-83.934300',-5,1); -INSERT INTO zipcodes VALUES (40313,'Clearfield','KY','38.156248','-83.415860',-5,1); -INSERT INTO zipcodes VALUES (40316,'Denniston','KY','37.933123','-83.523030',-5,1); -INSERT INTO zipcodes VALUES (40317,'Elliottville','KY','38.176471','-83.268234',-5,1); -INSERT INTO zipcodes VALUES (40319,'Farmers','KY','38.140258','-83.533691',-5,1); -INSERT INTO zipcodes VALUES (40320,'Ford','KY','37.968496','-84.157766',-5,1); -INSERT INTO zipcodes VALUES (40322,'Frenchburg','KY','37.937105','-83.634290',-5,1); -INSERT INTO zipcodes VALUES (40324,'Georgetown','KY','38.221179','-84.554650',-5,1); -INSERT INTO zipcodes VALUES (40328,'Gravel Switch','KY','37.561722','-85.022700',-5,1); -INSERT INTO zipcodes VALUES (40329,'Haldeman','KY','38.206706','-83.417250',-5,1); -INSERT INTO zipcodes VALUES (40330,'Harrodsburg','KY','37.773923','-84.858120',-5,1); -INSERT INTO zipcodes VALUES (40334,'Hope','KY','38.016706','-83.766390',-5,1); -INSERT INTO zipcodes VALUES (40336,'Irvine','KY','37.694764','-83.977100',-5,1); -INSERT INTO zipcodes VALUES (40337,'Jeffersonville','KY','37.961500','-83.843800',-5,1); -INSERT INTO zipcodes VALUES (40339,'Keene','KY','37.942941','-84.644180',-5,1); -INSERT INTO zipcodes VALUES (40340,'Nicholasville','KY','37.866238','-84.579491',-5,1); -INSERT INTO zipcodes VALUES (40342,'Lawrenceburg','KY','38.012479','-84.940750',-5,1); -INSERT INTO zipcodes VALUES (40346,'Means','KY','37.979941','-83.731830',-5,1); -INSERT INTO zipcodes VALUES (40347,'Midway','KY','38.153759','-84.709280',-5,1); -INSERT INTO zipcodes VALUES (40348,'Millersburg','KY','38.302495','-84.145780',-5,1); -INSERT INTO zipcodes VALUES (40350,'Moorefield','KY','38.304494','-83.874420',-5,1); -INSERT INTO zipcodes VALUES (40351,'Morehead','KY','38.190560','-83.432100',-5,1); -INSERT INTO zipcodes VALUES (40353,'Mount Sterling','KY','38.061248','-83.929640',-5,1); -INSERT INTO zipcodes VALUES (40355,'New Liberty','KY','38.606023','-84.827900',-5,1); -INSERT INTO zipcodes VALUES (40356,'Nicholasville','KY','37.883886','-84.571000',-5,1); -INSERT INTO zipcodes VALUES (40357,'North Middletown','KY','38.146395','-84.107655',-5,1); -INSERT INTO zipcodes VALUES (40358,'Olympia','KY','38.057744','-83.684800',-5,1); -INSERT INTO zipcodes VALUES (40359,'Owenton','KY','38.467809','-84.810230',-5,1); -INSERT INTO zipcodes VALUES (40360,'Owingsville','KY','38.152302','-83.766030',-5,1); -INSERT INTO zipcodes VALUES (40361,'Paris','KY','38.212471','-84.236460',-5,1); -INSERT INTO zipcodes VALUES (40362,'Paris','KY','38.219407','-84.205944',-5,1); -INSERT INTO zipcodes VALUES (40363,'Perry Park','KY','38.522034','-85.006070',-5,1); -INSERT INTO zipcodes VALUES (40366,'Preston','KY','38.086673','-83.757123',-5,1); -INSERT INTO zipcodes VALUES (40370,'Sadieville','KY','38.399525','-84.533530',-5,1); -INSERT INTO zipcodes VALUES (40371,'Salt Lick','KY','38.087867','-83.611460',-5,1); -INSERT INTO zipcodes VALUES (40372,'Salvisa','KY','37.911825','-84.886570',-5,1); -INSERT INTO zipcodes VALUES (40374,'Sharpsburg','KY','38.201485','-83.917340',-5,1); -INSERT INTO zipcodes VALUES (40376,'Slade','KY','37.784220','-83.692240',-5,1); -INSERT INTO zipcodes VALUES (40379,'Stamping Ground','KY','38.296170','-84.696140',-5,1); -INSERT INTO zipcodes VALUES (40380,'Stanton','KY','37.838747','-83.809900',-5,1); -INSERT INTO zipcodes VALUES (40383,'Versailles','KY','38.042639','-84.731890',-5,1); -INSERT INTO zipcodes VALUES (40384,'Versailles','KY','38.021292','-84.745488',-5,1); -INSERT INTO zipcodes VALUES (40385,'Waco','KY','37.724497','-84.113890',-5,1); -INSERT INTO zipcodes VALUES (40386,'Versailles','KY','38.021292','-84.745488',-5,1); -INSERT INTO zipcodes VALUES (40387,'Wellington','KY','37.929101','-83.494640',-5,1); -INSERT INTO zipcodes VALUES (40390,'Wilmore','KY','37.857430','-84.660690',-5,1); -INSERT INTO zipcodes VALUES (40391,'Winchester','KY','37.982230','-84.170230',-5,1); -INSERT INTO zipcodes VALUES (40392,'Winchester','KY','37.968496','-84.157766',-5,1); -INSERT INTO zipcodes VALUES (40402,'Annville','KY','37.294090','-83.975900',-5,1); -INSERT INTO zipcodes VALUES (40403,'Berea','KY','37.575568','-84.277670',-5,1); -INSERT INTO zipcodes VALUES (40404,'Berea','KY','37.716443','-84.299699',-5,1); -INSERT INTO zipcodes VALUES (40405,'Bighill','KY','37.716443','-84.299699',-5,1); -INSERT INTO zipcodes VALUES (40409,'Brodhead','KY','37.374681','-84.418080',-5,1); -INSERT INTO zipcodes VALUES (40410,'Bryantsville','KY','37.651397','-84.546693',-5,1); -INSERT INTO zipcodes VALUES (40419,'Crab Orchard','KY','37.455879','-84.487530',-5,1); -INSERT INTO zipcodes VALUES (40421,'Dabolt','KY','37.416008','-83.993588',-5,1); -INSERT INTO zipcodes VALUES (40422,'Danville','KY','37.644426','-84.788620',-5,1); -INSERT INTO zipcodes VALUES (40423,'Danville','KY','37.624659','-84.845767',-5,1); -INSERT INTO zipcodes VALUES (40434,'Gray Hawk','KY','37.395468','-83.908492',-5,1); -INSERT INTO zipcodes VALUES (40437,'Hustonville','KY','37.431549','-84.812560',-5,1); -INSERT INTO zipcodes VALUES (40440,'Junction City','KY','37.583748','-84.808550',-5,1); -INSERT INTO zipcodes VALUES (40442,'Kings Mountain','KY','37.351449','-84.721900',-5,1); -INSERT INTO zipcodes VALUES (40444,'Lancaster','KY','37.667083','-84.594960',-5,1); -INSERT INTO zipcodes VALUES (40445,'Livingston','KY','37.302783','-84.215270',-5,1); -INSERT INTO zipcodes VALUES (40446,'Lancaster','KY','37.651397','-84.546693',-5,1); -INSERT INTO zipcodes VALUES (40447,'McKee','KY','37.457017','-84.034350',-5,1); -INSERT INTO zipcodes VALUES (40448,'McKinney','KY','37.460003','-84.756760',-5,1); -INSERT INTO zipcodes VALUES (40452,'Mitchellsburg','KY','37.603345','-84.949180',-5,1); -INSERT INTO zipcodes VALUES (40456,'Mount Vernon','KY','37.367660','-84.332330',-5,1); -INSERT INTO zipcodes VALUES (40460,'Orlando','KY','37.406069','-84.242920',-5,1); -INSERT INTO zipcodes VALUES (40461,'Paint Lick','KY','37.594830','-84.407890',-5,1); -INSERT INTO zipcodes VALUES (40464,'Parksville','KY','37.550810','-84.900090',-5,1); -INSERT INTO zipcodes VALUES (40467,'Peoples','KY','37.416008','-83.993588',-5,1); -INSERT INTO zipcodes VALUES (40468,'Perryville','KY','37.654870','-84.980370',-5,1); -INSERT INTO zipcodes VALUES (40469,'Brodhead','KY','37.403820','-84.405839',-5,1); -INSERT INTO zipcodes VALUES (40472,'Ravenna','KY','37.703394','-83.913840',-5,1); -INSERT INTO zipcodes VALUES (40473,'Renfro Valley','KY','37.345751','-84.316140',-5,1); -INSERT INTO zipcodes VALUES (40475,'Richmond','KY','37.745999','-84.284330',-5,1); -INSERT INTO zipcodes VALUES (40476,'Richmond','KY','37.716443','-84.299699',-5,1); -INSERT INTO zipcodes VALUES (40481,'Sandgap','KY','37.434240','-84.091550',-5,1); -INSERT INTO zipcodes VALUES (40484,'Stanford','KY','37.520836','-84.673500',-5,1); -INSERT INTO zipcodes VALUES (40486,'Tyner','KY','37.369321','-83.858890',-5,1); -INSERT INTO zipcodes VALUES (40488,'Waneta','KY','37.471602','-84.039360',-5,1); -INSERT INTO zipcodes VALUES (40489,'Waynesburg','KY','37.351221','-84.620990',-5,1); -INSERT INTO zipcodes VALUES (40492,'Wildie','KY','37.345751','-84.316140',-5,1); -INSERT INTO zipcodes VALUES (40495,'Winston','KY','37.709721','-84.082894',-5,1); -INSERT INTO zipcodes VALUES (40501,'Lexington','KY','38.037847','-84.616450',-5,1); -INSERT INTO zipcodes VALUES (40502,'Lexington','KY','38.017219','-84.485900',-5,1); -INSERT INTO zipcodes VALUES (40503,'Lexington','KY','38.007898','-84.534520',-5,1); -INSERT INTO zipcodes VALUES (40504,'Lexington','KY','38.039322','-84.542590',-5,1); -INSERT INTO zipcodes VALUES (40505,'Lexington','KY','38.058477','-84.461090',-5,1); -INSERT INTO zipcodes VALUES (40506,'Lexington','KY','38.028712','-84.507471',-5,1); -INSERT INTO zipcodes VALUES (40507,'Lexington','KY','38.047408','-84.496270',-5,1); -INSERT INTO zipcodes VALUES (40508,'Lexington','KY','38.051727','-84.493360',-5,1); -INSERT INTO zipcodes VALUES (40509,'Lexington','KY','38.005199','-84.409540',-5,1); -INSERT INTO zipcodes VALUES (40510,'Lexington','KY','38.064087','-84.607130',-5,1); -INSERT INTO zipcodes VALUES (40511,'Lexington','KY','38.105283','-84.507750',-5,1); -INSERT INTO zipcodes VALUES (40512,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40513,'Lexington','KY','38.010247','-84.586190',-5,1); -INSERT INTO zipcodes VALUES (40514,'Lexington','KY','37.984907','-84.566910',-5,1); -INSERT INTO zipcodes VALUES (40515,'Lexington','KY','37.952113','-84.453470',-5,1); -INSERT INTO zipcodes VALUES (40516,'Lexington','KY','38.071981','-84.385590',-5,1); -INSERT INTO zipcodes VALUES (40517,'Lexington','KY','37.985128','-84.488740',-5,1); -INSERT INTO zipcodes VALUES (40522,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40523,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40524,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40526,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40533,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40536,'Lexington','KY','38.032075','-84.508361',-5,1); -INSERT INTO zipcodes VALUES (40544,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40546,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40550,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40555,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40574,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40575,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40576,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40577,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40578,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40579,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40580,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40581,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40582,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40583,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40584,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40585,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40586,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40587,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40588,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40589,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40590,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40591,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40592,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40593,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40594,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40595,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40596,'Lexington','KY','38.028269','-84.471505',-5,1); -INSERT INTO zipcodes VALUES (40601,'Frankfort','KY','38.201649','-84.869350',-5,1); -INSERT INTO zipcodes VALUES (40602,'Frankfort','KY','38.234133','-84.874809',-5,1); -INSERT INTO zipcodes VALUES (40603,'Frankfort','KY','38.234133','-84.874809',-5,1); -INSERT INTO zipcodes VALUES (40604,'Frankfort','KY','38.234133','-84.874809',-5,1); -INSERT INTO zipcodes VALUES (40618,'Frankfort','KY','38.234133','-84.874809',-5,1); -INSERT INTO zipcodes VALUES (40619,'Frankfort','KY','38.234133','-84.874809',-5,1); -INSERT INTO zipcodes VALUES (40620,'Frankfort','KY','38.234133','-84.874809',-5,1); -INSERT INTO zipcodes VALUES (40621,'Frankfort','KY','38.234133','-84.874809',-5,1); -INSERT INTO zipcodes VALUES (40622,'Frankfort','KY','38.234133','-84.874809',-5,1); -INSERT INTO zipcodes VALUES (40695,'Middlesborough','KY','36.608426','-83.731809',-5,1); -INSERT INTO zipcodes VALUES (40701,'Corbin','KY','36.942035','-84.106850',-5,1); -INSERT INTO zipcodes VALUES (40702,'Corbin','KY','36.937426','-84.103100',-5,1); -INSERT INTO zipcodes VALUES (40724,'Bush','KY','37.152074','-84.140847',-5,1); -INSERT INTO zipcodes VALUES (40729,'East Bernstadt','KY','37.231717','-84.130260',-5,1); -INSERT INTO zipcodes VALUES (40730,'Emlyn','KY','36.705162','-84.145950',-5,1); -INSERT INTO zipcodes VALUES (40734,'Gray','KY','36.930995','-83.981460',-5,1); -INSERT INTO zipcodes VALUES (40737,'Keavy','KY','36.990797','-84.141240',-5,1); -INSERT INTO zipcodes VALUES (40740,'Lily','KY','37.015283','-84.058720',-5,1); -INSERT INTO zipcodes VALUES (40741,'London','KY','37.143828','-84.078390',-5,1); -INSERT INTO zipcodes VALUES (40742,'London','KY','37.137615','-84.115617',-5,1); -INSERT INTO zipcodes VALUES (40743,'London','KY','37.134455','-84.045746',-5,1); -INSERT INTO zipcodes VALUES (40744,'London','KY','37.060576','-84.071000',-5,1); -INSERT INTO zipcodes VALUES (40745,'London','KY','37.137615','-84.115617',-5,1); -INSERT INTO zipcodes VALUES (40746,'London','KY','37.137615','-84.115617',-5,1); -INSERT INTO zipcodes VALUES (40747,'London','KY','37.137615','-84.115617',-5,1); -INSERT INTO zipcodes VALUES (40748,'London','KY','37.137615','-84.115617',-5,1); -INSERT INTO zipcodes VALUES (40751,'Marydell','KY','37.137615','-84.115617',-5,1); -INSERT INTO zipcodes VALUES (40754,'Nevisdale','KY','36.780333','-84.116780',-5,1); -INSERT INTO zipcodes VALUES (40755,'Pittsburg','KY','37.167752','-84.116614',-5,1); -INSERT INTO zipcodes VALUES (40759,'Rockholds','KY','36.817151','-84.059170',-5,1); -INSERT INTO zipcodes VALUES (40763,'Siler','KY','36.681189','-83.951560',-5,1); -INSERT INTO zipcodes VALUES (40769,'Williamsburg','KY','36.709853','-84.150800',-5,1); -INSERT INTO zipcodes VALUES (40771,'Woodbine','KY','36.888978','-84.052370',-5,1); -INSERT INTO zipcodes VALUES (40801,'Ages Brookside','KY','36.858906','-83.252800',-5,1); -INSERT INTO zipcodes VALUES (40803,'Asher','KY','37.046365','-83.420030',-5,1); -INSERT INTO zipcodes VALUES (40806,'Baxter','KY','36.872801','-83.307780',-5,1); -INSERT INTO zipcodes VALUES (40807,'Benham','KY','36.963608','-82.950150',-5,1); -INSERT INTO zipcodes VALUES (40808,'Big Laurel','KY','36.981495','-83.252640',-5,1); -INSERT INTO zipcodes VALUES (40810,'Bledsoe','KY','36.917070','-83.323990',-5,1); -INSERT INTO zipcodes VALUES (40813,'Calvin','KY','36.737835','-83.602480',-5,1); -INSERT INTO zipcodes VALUES (40815,'Cawood','KY','36.781517','-83.229040',-5,1); -INSERT INTO zipcodes VALUES (40816,'Chappell','KY','36.987495','-83.327950',-5,1); -INSERT INTO zipcodes VALUES (40818,'Coalgood','KY','36.807137','-83.265520',-5,1); -INSERT INTO zipcodes VALUES (40819,'Coldiron','KY','36.827233','-83.464500',-5,1); -INSERT INTO zipcodes VALUES (40820,'Cranks','KY','36.766134','-83.161170',-5,1); -INSERT INTO zipcodes VALUES (40823,'Cumberland','KY','36.972292','-82.995720',-5,1); -INSERT INTO zipcodes VALUES (40824,'Dayhoit','KY','36.840955','-83.375390',-5,1); -INSERT INTO zipcodes VALUES (40826,'Eolia','KY','37.048238','-82.817750',-5,1); -INSERT INTO zipcodes VALUES (40827,'Essie','KY','37.043142','-83.488920',-5,1); -INSERT INTO zipcodes VALUES (40828,'Evarts','KY','36.867720','-83.177470',-5,1); -INSERT INTO zipcodes VALUES (40829,'Grays Knob','KY','36.797447','-83.264497',-5,1); -INSERT INTO zipcodes VALUES (40830,'Gulston','KY','36.772301','-83.334150',-5,1); -INSERT INTO zipcodes VALUES (40831,'Harlan','KY','36.828285','-83.318560',-5,1); -INSERT INTO zipcodes VALUES (40840,'Helton','KY','36.949181','-83.431290',-5,1); -INSERT INTO zipcodes VALUES (40843,'Holmes Mill','KY','36.868363','-82.966070',-5,1); -INSERT INTO zipcodes VALUES (40844,'Hoskinston','KY','37.058837','-83.385330',-5,1); -INSERT INTO zipcodes VALUES (40845,'Hulen','KY','36.786271','-83.520090',-5,1); -INSERT INTO zipcodes VALUES (40847,'Kenvir','KY','36.852687','-83.159170',-5,1); -INSERT INTO zipcodes VALUES (40849,'Lejunior','KY','36.885169','-83.124610',-5,1); -INSERT INTO zipcodes VALUES (40854,'Loyall','KY','36.851070','-83.353150',-5,1); -INSERT INTO zipcodes VALUES (40855,'Lynch','KY','36.962220','-82.905220',-5,1); -INSERT INTO zipcodes VALUES (40856,'Miracle','KY','36.726258','-83.549690',-5,1); -INSERT INTO zipcodes VALUES (40858,'Mozelle','KY','37.018413','-83.397680',-5,1); -INSERT INTO zipcodes VALUES (40862,'Partridge','KY','37.004426','-82.898580',-5,1); -INSERT INTO zipcodes VALUES (40863,'Pathfork','KY','36.753043','-83.449910',-5,1); -INSERT INTO zipcodes VALUES (40865,'Putney','KY','36.901802','-83.241290',-5,1); -INSERT INTO zipcodes VALUES (40867,'Smith','KY','36.712383','-83.337110',-5,1); -INSERT INTO zipcodes VALUES (40868,'Stinnett','KY','37.111810','-83.392650',-5,1); -INSERT INTO zipcodes VALUES (40870,'Totz','KY','36.930024','-83.154670',-5,1); -INSERT INTO zipcodes VALUES (40873,'Wallins Creek','KY','36.823334','-83.410580',-5,1); -INSERT INTO zipcodes VALUES (40874,'Warbranch','KY','36.982545','-83.480030',-5,1); -INSERT INTO zipcodes VALUES (40902,'Arjay','KY','36.836208','-83.633880',-5,1); -INSERT INTO zipcodes VALUES (40903,'Artemus','KY','36.825088','-83.838500',-5,1); -INSERT INTO zipcodes VALUES (40906,'Barbourville','KY','36.853913','-83.885010',-5,1); -INSERT INTO zipcodes VALUES (40913,'Beverly','KY','36.942094','-83.532620',-5,1); -INSERT INTO zipcodes VALUES (40914,'Big Creek','KY','37.112359','-83.567890',-5,1); -INSERT INTO zipcodes VALUES (40915,'Bimble','KY','36.887081','-83.815520',-5,1); -INSERT INTO zipcodes VALUES (40921,'Bryants Store','KY','36.721790','-83.906570',-5,1); -INSERT INTO zipcodes VALUES (40923,'Cannon','KY','36.920165','-83.856990',-5,1); -INSERT INTO zipcodes VALUES (40927,'Closplint','KY','36.889259','-83.052650',-5,1); -INSERT INTO zipcodes VALUES (40930,'Dewitt','KY','36.855044','-83.739000',-5,1); -INSERT INTO zipcodes VALUES (40931,'Eriline','KY','37.147687','-83.737014',-5,1); -INSERT INTO zipcodes VALUES (40932,'Fall Rock','KY','37.147687','-83.737014',-5,1); -INSERT INTO zipcodes VALUES (40935,'Flat Lick','KY','36.867971','-83.745760',-5,1); -INSERT INTO zipcodes VALUES (40939,'Fourmile','KY','36.871254','-83.829985',-5,1); -INSERT INTO zipcodes VALUES (40940,'Frakes','KY','36.607234','-83.925350',-5,1); -INSERT INTO zipcodes VALUES (40941,'Garrard','KY','37.176075','-83.666080',-5,1); -INSERT INTO zipcodes VALUES (40943,'Girdler','KY','36.947113','-83.850600',-5,1); -INSERT INTO zipcodes VALUES (40944,'Goose Rock','KY','37.147687','-83.737014',-5,1); -INSERT INTO zipcodes VALUES (40946,'Green Road','KY','36.966634','-83.834130',-5,1); -INSERT INTO zipcodes VALUES (40949,'Heidrick','KY','36.897618','-83.872520',-5,1); -INSERT INTO zipcodes VALUES (40951,'Hima','KY','37.147687','-83.737014',-5,1); -INSERT INTO zipcodes VALUES (40953,'Hinkle','KY','36.943114','-83.819840',-5,1); -INSERT INTO zipcodes VALUES (40955,'Ingram','KY','36.769184','-83.708181',-5,1); -INSERT INTO zipcodes VALUES (40958,'Kettle Island','KY','36.793291','-83.587250',-5,1); -INSERT INTO zipcodes VALUES (40962,'Manchester','KY','37.164346','-83.766740',-5,1); -INSERT INTO zipcodes VALUES (40964,'Mary Alice','KY','36.842977','-83.183446',-5,1); -INSERT INTO zipcodes VALUES (40965,'Middlesboro','KY','36.617181','-83.721860',-5,1); -INSERT INTO zipcodes VALUES (40972,'Oneida','KY','37.253980','-83.619010',-5,1); -INSERT INTO zipcodes VALUES (40977,'Pineville','KY','36.750028','-83.720230',-5,1); -INSERT INTO zipcodes VALUES (40979,'Roark','KY','37.016332','-83.510750',-5,1); -INSERT INTO zipcodes VALUES (40981,'Saul','KY','37.331259','-83.386991',-5,1); -INSERT INTO zipcodes VALUES (40982,'Scalf','KY','36.933443','-83.700880',-5,1); -INSERT INTO zipcodes VALUES (40983,'Sextons Creek','KY','37.328320','-83.748800',-5,1); -INSERT INTO zipcodes VALUES (40988,'Stoney Fork','KY','36.842522','-83.518510',-5,1); -INSERT INTO zipcodes VALUES (40995,'Trosper','KY','36.787370','-83.815080',-5,1); -INSERT INTO zipcodes VALUES (40997,'Walker','KY','36.888893','-83.662570',-5,1); -INSERT INTO zipcodes VALUES (40999,'Woollum','KY','37.005242','-83.805080',-5,1); -INSERT INTO zipcodes VALUES (41000,'Fort Mitchell','KY','39.035800','-84.546445',-5,1); -INSERT INTO zipcodes VALUES (41001,'Alexandria','KY','38.946893','-84.386520',-5,1); -INSERT INTO zipcodes VALUES (41002,'Augusta','KY','38.761890','-83.996830',-5,1); -INSERT INTO zipcodes VALUES (41003,'Berry','KY','38.535065','-84.389040',-5,1); -INSERT INTO zipcodes VALUES (41004,'Brooksville','KY','38.677837','-84.094110',-5,1); -INSERT INTO zipcodes VALUES (41005,'Burlington','KY','39.020466','-84.741580',-5,1); -INSERT INTO zipcodes VALUES (41006,'Butler','KY','38.796981','-84.337920',-5,1); -INSERT INTO zipcodes VALUES (41007,'California','KY','38.910255','-84.281940',-5,1); -INSERT INTO zipcodes VALUES (41008,'Carrollton','KY','38.663328','-85.168030',-5,1); -INSERT INTO zipcodes VALUES (41010,'Corinth','KY','38.484843','-84.610170',-5,1); -INSERT INTO zipcodes VALUES (41011,'Covington','KY','39.075200','-84.520640',-5,1); -INSERT INTO zipcodes VALUES (41012,'Covington','KY','38.944663','-84.520501',-5,1); -INSERT INTO zipcodes VALUES (41014,'Covington','KY','39.067811','-84.503900',-5,1); -INSERT INTO zipcodes VALUES (41015,'Latonia','KY','39.013062','-84.494190',-5,1); -INSERT INTO zipcodes VALUES (41016,'Covington','KY','39.087593','-84.550570',-5,1); -INSERT INTO zipcodes VALUES (41017,'Ft Mitchell','KY','39.036361','-84.568010',-5,1); -INSERT INTO zipcodes VALUES (41018,'Erlanger','KY','39.013755','-84.602290',-5,1); -INSERT INTO zipcodes VALUES (41019,'Covington','KY','38.944663','-84.520501',-5,1); -INSERT INTO zipcodes VALUES (41022,'Florence','KY','38.962372','-84.747789',-5,1); -INSERT INTO zipcodes VALUES (41030,'Crittenden','KY','38.788439','-84.602000',-5,1); -INSERT INTO zipcodes VALUES (41031,'Cynthiana','KY','38.397678','-84.293900',-5,1); -INSERT INTO zipcodes VALUES (41033,'De Mossville','KY','38.773111','-84.448890',-5,1); -INSERT INTO zipcodes VALUES (41034,'Dover','KY','38.730747','-83.887620',-5,1); -INSERT INTO zipcodes VALUES (41035,'Dry Ridge','KY','38.691006','-84.641800',-5,1); -INSERT INTO zipcodes VALUES (41037,'Elizaville','KY','38.348100','-83.718626',-5,1); -INSERT INTO zipcodes VALUES (41039,'Ewing','KY','38.424954','-83.862860',-5,1); -INSERT INTO zipcodes VALUES (41040,'Falmouth','KY','38.656527','-84.328110',-5,1); -INSERT INTO zipcodes VALUES (41041,'Flemingsburg','KY','38.418131','-83.724970',-5,1); -INSERT INTO zipcodes VALUES (41042,'Florence','KY','38.983853','-84.644010',-5,1); -INSERT INTO zipcodes VALUES (41043,'Foster','KY','38.765448','-84.169980',-5,1); -INSERT INTO zipcodes VALUES (41044,'Germantown','KY','38.637850','-83.966510',-5,1); -INSERT INTO zipcodes VALUES (41045,'Ghent','KY','38.724439','-85.050070',-5,1); -INSERT INTO zipcodes VALUES (41046,'Glencoe','KY','38.742296','-84.812230',-5,1); -INSERT INTO zipcodes VALUES (41048,'Hebron','KY','39.080500','-84.687540',-5,1); -INSERT INTO zipcodes VALUES (41049,'Hillsboro','KY','38.286314','-83.651200',-5,1); -INSERT INTO zipcodes VALUES (41051,'Independence','KY','38.941953','-84.549020',-5,1); -INSERT INTO zipcodes VALUES (41052,'Jonesville','KY','38.662200','-84.774950',-5,1); -INSERT INTO zipcodes VALUES (41053,'Kenton','KY','38.944663','-84.520501',-5,1); -INSERT INTO zipcodes VALUES (41054,'Mason','KY','38.593226','-84.578552',-5,1); -INSERT INTO zipcodes VALUES (41055,'Mayslick','KY','38.522170','-83.858940',-5,1); -INSERT INTO zipcodes VALUES (41056,'Maysville','KY','38.624534','-83.765610',-5,1); -INSERT INTO zipcodes VALUES (41059,'Melbourne','KY','39.022732','-84.365750',-5,1); -INSERT INTO zipcodes VALUES (41061,'Milford','KY','38.688556','-84.070074',-5,1); -INSERT INTO zipcodes VALUES (41062,'Minerva','KY','38.719573','-83.910276',-5,1); -INSERT INTO zipcodes VALUES (41063,'Morning View','KY','38.842166','-84.488020',-5,1); -INSERT INTO zipcodes VALUES (41064,'Mount Olivet','KY','38.508638','-84.051450',-5,1); -INSERT INTO zipcodes VALUES (41065,'Muses Mills','KY','38.348100','-83.718626',-5,1); -INSERT INTO zipcodes VALUES (41071,'Newport','KY','39.083470','-84.486810',-5,1); -INSERT INTO zipcodes VALUES (41072,'Newport','KY','38.963761','-84.368926',-5,1); -INSERT INTO zipcodes VALUES (41073,'Bellevue','KY','39.103011','-84.479870',-5,1); -INSERT INTO zipcodes VALUES (41074,'Dayton','KY','39.109410','-84.469860',-5,1); -INSERT INTO zipcodes VALUES (41075,'Fort Thomas','KY','39.076011','-84.451270',-5,1); -INSERT INTO zipcodes VALUES (41076,'Newport','KY','39.019185','-84.442040',-5,1); -INSERT INTO zipcodes VALUES (41080,'Petersburg','KY','39.062761','-84.852360',-5,1); -INSERT INTO zipcodes VALUES (41081,'Plummers Landing','KY','38.348100','-83.718626',-5,1); -INSERT INTO zipcodes VALUES (41083,'Sanders','KY','38.666588','-84.967560',-5,1); -INSERT INTO zipcodes VALUES (41085,'Silver Grove','KY','39.034293','-84.391560',-5,1); -INSERT INTO zipcodes VALUES (41086,'Sparta','KY','38.709838','-84.888070',-5,1); -INSERT INTO zipcodes VALUES (41091,'Union','KY','38.930285','-84.716030',-5,1); -INSERT INTO zipcodes VALUES (41092,'Verona','KY','38.815335','-84.684850',-5,1); -INSERT INTO zipcodes VALUES (41093,'Wallingford','KY','38.371060','-83.571030',-5,1); -INSERT INTO zipcodes VALUES (41094,'Walton','KY','38.878720','-84.625580',-5,1); -INSERT INTO zipcodes VALUES (41095,'Warsaw','KY','38.775686','-84.897560',-5,1); -INSERT INTO zipcodes VALUES (41096,'Washington','KY','38.612250','-83.808021',-5,1); -INSERT INTO zipcodes VALUES (41097,'Williamstown','KY','38.628866','-84.567900',-5,1); -INSERT INTO zipcodes VALUES (41098,'Worthville','KY','38.603950','-85.033880',-5,1); -INSERT INTO zipcodes VALUES (41099,'Newport','KY','38.963761','-84.368926',-5,1); -INSERT INTO zipcodes VALUES (41101,'Ashland','KY','38.473961','-82.645320',-5,1); -INSERT INTO zipcodes VALUES (41102,'Ashland','KY','38.439526','-82.693200',-5,1); -INSERT INTO zipcodes VALUES (41105,'Ashland','KY','38.370285','-82.694757',-5,1); -INSERT INTO zipcodes VALUES (41114,'Ashland','KY','38.370285','-82.694757',-5,1); -INSERT INTO zipcodes VALUES (41121,'Argillite','KY','38.456608','-82.826150',-5,1); -INSERT INTO zipcodes VALUES (41124,'Blaine','KY','38.028476','-82.847810',-5,1); -INSERT INTO zipcodes VALUES (41127,'Camp Dix','KY','38.602881','-83.361625',-5,1); -INSERT INTO zipcodes VALUES (41128,'Carter','KY','38.433912','-83.133597',-5,1); -INSERT INTO zipcodes VALUES (41129,'Catlettsburg','KY','38.360669','-82.618360',-5,1); -INSERT INTO zipcodes VALUES (41132,'Denton','KY','38.251159','-82.834960',-5,1); -INSERT INTO zipcodes VALUES (41135,'Emerson','KY','38.365096','-83.272060',-5,1); -INSERT INTO zipcodes VALUES (41137,'Firebrick','KY','38.688142','-83.048380',-5,1); -INSERT INTO zipcodes VALUES (41139,'Flatwoods','KY','38.520320','-82.721750',-5,1); -INSERT INTO zipcodes VALUES (41141,'Garrison','KY','38.570194','-83.143010',-5,1); -INSERT INTO zipcodes VALUES (41142,'Grahn','KY','38.282767','-83.072700',-5,1); -INSERT INTO zipcodes VALUES (41143,'Grayson','KY','38.323106','-82.949970',-5,1); -INSERT INTO zipcodes VALUES (41144,'Greenup','KY','38.552472','-82.865140',-5,1); -INSERT INTO zipcodes VALUES (41146,'Hitchins','KY','38.272476','-82.904940',-5,1); -INSERT INTO zipcodes VALUES (41149,'Isonville','KY','38.061324','-83.050050',-5,1); -INSERT INTO zipcodes VALUES (41150,'Jacobs','KY','38.225087','-83.242129',-5,1); -INSERT INTO zipcodes VALUES (41156,'Lloyd','KY','38.565211','-82.916586',-5,1); -INSERT INTO zipcodes VALUES (41159,'Martha','KY','38.019104','-82.950700',-5,1); -INSERT INTO zipcodes VALUES (41160,'Mazie','KY','38.074113','-82.744663',-5,1); -INSERT INTO zipcodes VALUES (41163,'Grayson','KY','38.338445','-82.939541',-5,1); -INSERT INTO zipcodes VALUES (41164,'Olive Hill','KY','38.292177','-83.183810',-5,1); -INSERT INTO zipcodes VALUES (41166,'Quincy','KY','38.630683','-83.117390',-5,1); -INSERT INTO zipcodes VALUES (41168,'Rush','KY','38.298546','-82.777140',-5,1); -INSERT INTO zipcodes VALUES (41169,'Russell','KY','38.538456','-82.708560',-5,1); -INSERT INTO zipcodes VALUES (41170,'Saint Paul','KY','38.681770','-83.069500',-5,1); -INSERT INTO zipcodes VALUES (41171,'Sandy Hook','KY','38.089097','-83.095540',-5,1); -INSERT INTO zipcodes VALUES (41173,'Soldier','KY','38.262029','-83.284720',-5,1); -INSERT INTO zipcodes VALUES (41174,'South Portsmouth','KY','38.712930','-83.023530',-5,1); -INSERT INTO zipcodes VALUES (41175,'South Shore','KY','38.676695','-82.968600',-5,1); -INSERT INTO zipcodes VALUES (41179,'Vanceburg','KY','38.530915','-83.385060',-5,1); -INSERT INTO zipcodes VALUES (41180,'Webbville','KY','38.132937','-82.850980',-5,1); -INSERT INTO zipcodes VALUES (41181,'Willard','KY','38.204459','-82.907615',-5,1); -INSERT INTO zipcodes VALUES (41183,'Worthington','KY','38.549120','-82.735080',-5,1); -INSERT INTO zipcodes VALUES (41189,'Tollesboro','KY','38.546281','-83.559090',-5,1); -INSERT INTO zipcodes VALUES (41201,'Adams','KY','38.076051','-82.739750',-5,1); -INSERT INTO zipcodes VALUES (41203,'Beauty','KY','37.846064','-82.448350',-5,1); -INSERT INTO zipcodes VALUES (41204,'Boons Camp','KY','37.817110','-82.688970',-5,1); -INSERT INTO zipcodes VALUES (41214,'Debord','KY','37.775385','-82.570340',-5,1); -INSERT INTO zipcodes VALUES (41215,'Denver','KY','37.771963','-82.865092',-5,1); -INSERT INTO zipcodes VALUES (41216,'East Point','KY','37.756007','-82.819310',-5,1); -INSERT INTO zipcodes VALUES (41219,'Flatgap','KY','37.933492','-82.902790',-5,1); -INSERT INTO zipcodes VALUES (41222,'Hagerhill','KY','37.780917','-82.827440',-5,1); -INSERT INTO zipcodes VALUES (41224,'Inez','KY','37.866327','-82.529030',-5,1); -INSERT INTO zipcodes VALUES (41226,'Keaton','KY','37.992794','-82.945510',-5,1); -INSERT INTO zipcodes VALUES (41228,'Leander','KY','37.752473','-82.874840',-5,1); -INSERT INTO zipcodes VALUES (41230,'Louisa','KY','38.071237','-82.640620',-5,1); -INSERT INTO zipcodes VALUES (41231,'Lovely','KY','37.810757','-82.394110',-5,1); -INSERT INTO zipcodes VALUES (41232,'Lowmansville','KY','37.916701','-82.737460',-5,1); -INSERT INTO zipcodes VALUES (41234,'Meally','KY','37.795418','-82.733700',-5,1); -INSERT INTO zipcodes VALUES (41238,'Oil Springs','KY','37.841448','-82.941060',-5,1); -INSERT INTO zipcodes VALUES (41240,'Paintsville','KY','37.823275','-82.781670',-5,1); -INSERT INTO zipcodes VALUES (41250,'Pilgrim','KY','37.758445','-82.489190',-5,1); -INSERT INTO zipcodes VALUES (41254,'River','KY','37.887278','-82.736880',-5,1); -INSERT INTO zipcodes VALUES (41255,'Sitka','KY','37.916221','-82.839620',-5,1); -INSERT INTO zipcodes VALUES (41256,'Staffordsville','KY','37.832617','-82.862990',-5,1); -INSERT INTO zipcodes VALUES (41257,'Stambaugh','KY','37.940709','-82.812330',-5,1); -INSERT INTO zipcodes VALUES (41260,'Thelma','KY','37.831324','-82.760390',-5,1); -INSERT INTO zipcodes VALUES (41262,'Tomahawk','KY','37.855873','-82.620910',-5,1); -INSERT INTO zipcodes VALUES (41263,'Tutor Key','KY','37.858300','-82.759800',-5,1); -INSERT INTO zipcodes VALUES (41264,'Ulysses','KY','37.935529','-82.683310',-5,1); -INSERT INTO zipcodes VALUES (41265,'Van Lear','KY','37.761356','-82.721650',-5,1); -INSERT INTO zipcodes VALUES (41267,'Warfield','KY','37.855146','-82.416660',-5,1); -INSERT INTO zipcodes VALUES (41268,'West Van Lear','KY','37.789291','-82.784370',-5,1); -INSERT INTO zipcodes VALUES (41271,'Williamsport','KY','37.831277','-82.726407',-5,1); -INSERT INTO zipcodes VALUES (41274,'Wittensville','KY','37.863880','-82.809140',-5,1); -INSERT INTO zipcodes VALUES (41301,'Campton','KY','37.716311','-83.518350',-5,1); -INSERT INTO zipcodes VALUES (41307,'Athol','KY','37.515013','-83.264320',-5,1); -INSERT INTO zipcodes VALUES (41310,'Bays','KY','37.640938','-83.244660',-5,1); -INSERT INTO zipcodes VALUES (41311,'Beattyville','KY','37.578547','-83.703480',-5,1); -INSERT INTO zipcodes VALUES (41313,'Bethany','KY','37.740503','-83.475446',-5,1); -INSERT INTO zipcodes VALUES (41314,'Booneville','KY','37.430777','-83.667710',-5,1); -INSERT INTO zipcodes VALUES (41317,'Clayhole','KY','37.461944','-83.182560',-5,1); -INSERT INTO zipcodes VALUES (41332,'Hazel Green','KY','37.797688','-83.368660',-5,1); -INSERT INTO zipcodes VALUES (41333,'Heidelberg','KY','37.556255','-83.776253',-5,1); -INSERT INTO zipcodes VALUES (41338,'Island City','KY','37.398617','-83.704908',-5,1); -INSERT INTO zipcodes VALUES (41339,'Jackson','KY','37.533559','-83.345470',-5,1); -INSERT INTO zipcodes VALUES (41342,'Lee City','KY','37.740503','-83.475446',-5,1); -INSERT INTO zipcodes VALUES (41344,'Lerose','KY','37.502641','-83.621170',-5,1); -INSERT INTO zipcodes VALUES (41347,'Lone','KY','37.544180','-83.600784',-5,1); -INSERT INTO zipcodes VALUES (41348,'Lost Creek','KY','37.426337','-83.299110',-5,1); -INSERT INTO zipcodes VALUES (41351,'Mistletoe','KY','37.398617','-83.704908',-5,1); -INSERT INTO zipcodes VALUES (41352,'Mize','KY','37.914002','-83.233761',-5,1); -INSERT INTO zipcodes VALUES (41360,'Pine Ridge','KY','37.791388','-83.649710',-5,1); -INSERT INTO zipcodes VALUES (41362,'Primrose','KY','37.603320','-83.713974',-5,1); -INSERT INTO zipcodes VALUES (41364,'Ricetown','KY','37.382832','-83.623270',-5,1); -INSERT INTO zipcodes VALUES (41365,'Rogers','KY','37.711278','-83.636470',-5,1); -INSERT INTO zipcodes VALUES (41366,'Rousseau','KY','37.593059','-83.287774',-5,1); -INSERT INTO zipcodes VALUES (41367,'Rowdy','KY','37.383285','-83.240400',-5,1); -INSERT INTO zipcodes VALUES (41368,'Saint Helens','KY','37.611684','-83.643410',-5,1); -INSERT INTO zipcodes VALUES (41377,'Talbert','KY','37.416002','-83.449910',-5,1); -INSERT INTO zipcodes VALUES (41385,'Vancleve','KY','37.635723','-83.350770',-5,1); -INSERT INTO zipcodes VALUES (41386,'Vincent','KY','37.473347','-83.817220',-5,1); -INSERT INTO zipcodes VALUES (41390,'Whick','KY','37.424083','-83.375950',-5,1); -INSERT INTO zipcodes VALUES (41397,'Zoe','KY','37.643659','-83.677630',-5,1); -INSERT INTO zipcodes VALUES (41408,'Cannel City','KY','37.792272','-83.281370',-5,1); -INSERT INTO zipcodes VALUES (41410,'Cisco','KY','37.690636','-83.074592',-5,1); -INSERT INTO zipcodes VALUES (41413,'Crockett','KY','37.970507','-83.125202',-5,1); -INSERT INTO zipcodes VALUES (41419,'Edna','KY','37.690636','-83.074592',-5,1); -INSERT INTO zipcodes VALUES (41421,'Elkfork','KY','37.997666','-83.161030',-5,1); -INSERT INTO zipcodes VALUES (41422,'Elsie','KY','37.690636','-83.074592',-5,1); -INSERT INTO zipcodes VALUES (41425,'Ezel','KY','37.891486','-83.444130',-5,1); -INSERT INTO zipcodes VALUES (41426,'Falcon','KY','37.784924','-82.997830',-5,1); -INSERT INTO zipcodes VALUES (41433,'Gapville','KY','37.690636','-83.074592',-5,1); -INSERT INTO zipcodes VALUES (41444,'Ivyton','KY','37.690636','-83.074592',-5,1); -INSERT INTO zipcodes VALUES (41451,'Malone','KY','37.914002','-83.233761',-5,1); -INSERT INTO zipcodes VALUES (41459,'Ophir','KY','37.914002','-83.233761',-5,1); -INSERT INTO zipcodes VALUES (41463,'Salyersville','KY','37.745824','-83.073603',-5,1); -INSERT INTO zipcodes VALUES (41464,'Royalton','KY','37.650260','-82.945440',-5,1); -INSERT INTO zipcodes VALUES (41465,'Salyersville','KY','37.736751','-83.086520',-5,1); -INSERT INTO zipcodes VALUES (41472,'West Liberty','KY','37.932283','-83.238210',-5,1); -INSERT INTO zipcodes VALUES (41477,'Wrigley','KY','37.914002','-83.233761',-5,1); -INSERT INTO zipcodes VALUES (41501,'Pikeville','KY','37.478169','-82.518900',-5,1); -INSERT INTO zipcodes VALUES (41502,'Pikeville','KY','37.481637','-82.550507',-5,1); -INSERT INTO zipcodes VALUES (41503,'South Williamson','KY','37.670590','-82.284650',-5,1); -INSERT INTO zipcodes VALUES (41512,'Ashcamp','KY','37.254188','-82.479610',-5,1); -INSERT INTO zipcodes VALUES (41513,'Belcher','KY','37.357536','-82.363100',-5,1); -INSERT INTO zipcodes VALUES (41514,'Belfry','KY','37.672296','-82.304420',-5,1); -INSERT INTO zipcodes VALUES (41517,'Burdine','KY','37.184477','-82.611090',-5,1); -INSERT INTO zipcodes VALUES (41519,'Canada','KY','37.605120','-82.314770',-5,1); -INSERT INTO zipcodes VALUES (41520,'Dorton','KY','37.279027','-82.577320',-5,1); -INSERT INTO zipcodes VALUES (41522,'Elkhorn City','KY','37.300397','-82.395160',-5,1); -INSERT INTO zipcodes VALUES (41524,'Fedscreek','KY','37.424071','-82.237620',-5,1); -INSERT INTO zipcodes VALUES (41526,'Fords Branch','KY','37.437194','-82.518527',-5,1); -INSERT INTO zipcodes VALUES (41527,'Forest Hills','KY','37.641773','-82.277930',-5,1); -INSERT INTO zipcodes VALUES (41528,'Freeburn','KY','37.561944','-82.134710',-5,1); -INSERT INTO zipcodes VALUES (41531,'Hardy','KY','37.599893','-82.233490',-5,1); -INSERT INTO zipcodes VALUES (41534,'Hellier','KY','37.270100','-82.485530',-5,1); -INSERT INTO zipcodes VALUES (41535,'Huddy','KY','37.598267','-82.276110',-5,1); -INSERT INTO zipcodes VALUES (41537,'Jenkins','KY','37.192483','-82.623500',-5,1); -INSERT INTO zipcodes VALUES (41538,'Jonancy','KY','37.314335','-82.595060',-5,1); -INSERT INTO zipcodes VALUES (41539,'Kimper','KY','37.504315','-82.327970',-5,1); -INSERT INTO zipcodes VALUES (41540,'Lick Creek','KY','37.396574','-82.333490',-5,1); -INSERT INTO zipcodes VALUES (41542,'Lookout','KY','37.314848','-82.464979',-5,1); -INSERT INTO zipcodes VALUES (41543,'McAndrews','KY','37.553553','-82.282830',-5,1); -INSERT INTO zipcodes VALUES (41544,'McCarr','KY','37.598650','-82.168360',-5,1); -INSERT INTO zipcodes VALUES (41546,'McVeigh','KY','37.550374','-82.257030',-5,1); -INSERT INTO zipcodes VALUES (41547,'Majestic','KY','37.544224','-82.064880',-5,1); -INSERT INTO zipcodes VALUES (41548,'Mouthcard','KY','37.369612','-82.235230',-5,1); -INSERT INTO zipcodes VALUES (41549,'Myra','KY','37.293386','-82.600190',-5,1); -INSERT INTO zipcodes VALUES (41553,'Phelps','KY','37.506174','-82.159070',-5,1); -INSERT INTO zipcodes VALUES (41554,'Phyllis','KY','37.445906','-82.327080',-5,1); -INSERT INTO zipcodes VALUES (41555,'Pinsonfork','KY','37.529760','-82.266650',-5,1); -INSERT INTO zipcodes VALUES (41557,'Raccoon','KY','37.514166','-82.436250',-5,1); -INSERT INTO zipcodes VALUES (41558,'Ransom','KY','37.533643','-82.211450',-5,1); -INSERT INTO zipcodes VALUES (41559,'Regina','KY','37.364548','-82.405730',-5,1); -INSERT INTO zipcodes VALUES (41560,'Robinson Creek','KY','37.389786','-82.558120',-5,1); -INSERT INTO zipcodes VALUES (41561,'Rockhouse','KY','37.331620','-82.462574',-5,1); -INSERT INTO zipcodes VALUES (41562,'Shelbiana','KY','37.416995','-82.457100',-5,1); -INSERT INTO zipcodes VALUES (41563,'Shelby Gap','KY','37.216465','-82.546390',-5,1); -INSERT INTO zipcodes VALUES (41564,'Sidney','KY','37.610331','-82.361250',-5,1); -INSERT INTO zipcodes VALUES (41566,'Steele','KY','37.417254','-82.188230',-5,1); -INSERT INTO zipcodes VALUES (41567,'Stone','KY','37.560929','-82.287960',-5,1); -INSERT INTO zipcodes VALUES (41568,'Stopover','KY','37.499470','-82.056430',-5,1); -INSERT INTO zipcodes VALUES (41569,'Toler','KY','37.633524','-82.254080',-5,1); -INSERT INTO zipcodes VALUES (41571,'Varney','KY','37.625031','-82.387040',-5,1); -INSERT INTO zipcodes VALUES (41572,'Virgie','KY','37.322411','-82.615980',-5,1); -INSERT INTO zipcodes VALUES (41601,'Allen','KY','37.611434','-82.725030',-5,1); -INSERT INTO zipcodes VALUES (41602,'Auxier','KY','37.736960','-82.740120',-5,1); -INSERT INTO zipcodes VALUES (41603,'Banner','KY','37.601078','-82.694960',-5,1); -INSERT INTO zipcodes VALUES (41604,'Beaver','KY','37.370358','-82.669440',-5,1); -INSERT INTO zipcodes VALUES (41605,'Betsy Layne','KY','37.554631','-82.631740',-5,1); -INSERT INTO zipcodes VALUES (41606,'Bevinsville','KY','37.362943','-82.732770',-5,1); -INSERT INTO zipcodes VALUES (41607,'Blue River','KY','37.617197','-82.856340',-5,1); -INSERT INTO zipcodes VALUES (41612,'Bypro','KY','37.358509','-82.720700',-5,1); -INSERT INTO zipcodes VALUES (41615,'Dana','KY','37.550496','-82.693300',-5,1); -INSERT INTO zipcodes VALUES (41616,'David','KY','37.587133','-82.872720',-5,1); -INSERT INTO zipcodes VALUES (41619,'Drift','KY','37.496608','-82.759420',-5,1); -INSERT INTO zipcodes VALUES (41621,'Dwale','KY','37.623492','-82.724170',-5,1); -INSERT INTO zipcodes VALUES (41622,'Eastern','KY','37.514748','-82.810970',-5,1); -INSERT INTO zipcodes VALUES (41630,'Garrett','KY','37.470216','-82.840900',-5,1); -INSERT INTO zipcodes VALUES (41631,'Grethel','KY','37.479754','-82.649220',-5,1); -INSERT INTO zipcodes VALUES (41632,'Gunlock','KY','37.555846','-82.949950',-5,1); -INSERT INTO zipcodes VALUES (41635,'Harold','KY','37.509291','-82.634940',-5,1); -INSERT INTO zipcodes VALUES (41636,'Hi Hat','KY','37.398774','-82.732570',-5,1); -INSERT INTO zipcodes VALUES (41640,'Hueysville','KY','37.493888','-82.941920',-5,1); -INSERT INTO zipcodes VALUES (41642,'Ivel','KY','37.587011','-82.660280',-5,1); -INSERT INTO zipcodes VALUES (41643,'Lackey','KY','37.470999','-82.829405',-5,1); -INSERT INTO zipcodes VALUES (41645,'Langley','KY','37.544465','-82.801780',-5,1); -INSERT INTO zipcodes VALUES (41647,'McDowell','KY','37.449076','-82.726400',-5,1); -INSERT INTO zipcodes VALUES (41649,'Martin','KY','37.568873','-82.759370',-5,1); -INSERT INTO zipcodes VALUES (41650,'Melvin','KY','37.351125','-82.692980',-5,1); -INSERT INTO zipcodes VALUES (41651,'Minnie','KY','37.465744','-82.754920',-5,1); -INSERT INTO zipcodes VALUES (41653,'Prestonsburg','KY','37.667872','-82.758760',-5,1); -INSERT INTO zipcodes VALUES (41655,'Printer','KY','37.511126','-82.720530',-5,1); -INSERT INTO zipcodes VALUES (41659,'Stanville','KY','37.569845','-82.625620',-5,1); -INSERT INTO zipcodes VALUES (41660,'Teaberry','KY','37.428801','-82.643740',-5,1); -INSERT INTO zipcodes VALUES (41663,'Tram','KY','37.568942','-82.647740',-5,1); -INSERT INTO zipcodes VALUES (41666,'Wayland','KY','37.446983','-82.808520',-5,1); -INSERT INTO zipcodes VALUES (41667,'Weeksbury','KY','37.322234','-82.696990',-5,1); -INSERT INTO zipcodes VALUES (41668,'West Prestonsburg','KY','37.670986','-82.760975',-5,1); -INSERT INTO zipcodes VALUES (41669,'Wheelwright','KY','37.331465','-82.719060',-5,1); -INSERT INTO zipcodes VALUES (41701,'Hazard','KY','37.274854','-83.190610',-5,1); -INSERT INTO zipcodes VALUES (41702,'Hazard','KY','37.320076','-83.206495',-5,1); -INSERT INTO zipcodes VALUES (41705,'Fort Thomas','KY','39.083590','-84.450912',-5,1); -INSERT INTO zipcodes VALUES (41712,'Ary','KY','37.373384','-83.151860',-5,1); -INSERT INTO zipcodes VALUES (41713,'Avawam','KY','37.225390','-83.273609',-5,1); -INSERT INTO zipcodes VALUES (41714,'Bear Branch','KY','37.163342','-83.515270',-5,1); -INSERT INTO zipcodes VALUES (41719,'Bonnyman','KY','37.295365','-83.254140',-5,1); -INSERT INTO zipcodes VALUES (41721,'Buckhorn','KY','37.325318','-83.490480',-5,1); -INSERT INTO zipcodes VALUES (41722,'Bulan','KY','37.369312','-83.115600',-5,1); -INSERT INTO zipcodes VALUES (41723,'Busy','KY','37.257714','-83.312530',-5,1); -INSERT INTO zipcodes VALUES (41725,'Carrie','KY','37.331950','-83.029760',-5,1); -INSERT INTO zipcodes VALUES (41727,'Chavies','KY','37.350689','-83.340490',-5,1); -INSERT INTO zipcodes VALUES (41729,'Combs','KY','37.266633','-83.212260',-5,1); -INSERT INTO zipcodes VALUES (41730,'Confluence','KY','37.263348','-83.399430',-5,1); -INSERT INTO zipcodes VALUES (41731,'Cornettsville','KY','37.115385','-83.085010',-5,1); -INSERT INTO zipcodes VALUES (41735,'Delphia','KY','37.029744','-83.089190',-5,1); -INSERT INTO zipcodes VALUES (41736,'Dice','KY','37.370521','-83.237140',-5,1); -INSERT INTO zipcodes VALUES (41739,'Dwarf','KY','37.348289','-83.111370',-5,1); -INSERT INTO zipcodes VALUES (41740,'Emmalena','KY','37.348377','-83.049380',-5,1); -INSERT INTO zipcodes VALUES (41743,'Fisty','KY','37.306360','-83.090441',-5,1); -INSERT INTO zipcodes VALUES (41745,'Gays Creek','KY','37.328336','-83.439900',-5,1); -INSERT INTO zipcodes VALUES (41746,'Happy','KY','37.204045','-83.098450',-5,1); -INSERT INTO zipcodes VALUES (41747,'Hardburly','KY','37.300202','-83.122477',-5,1); -INSERT INTO zipcodes VALUES (41749,'Hyden','KY','37.176210','-83.383010',-5,1); -INSERT INTO zipcodes VALUES (41751,'Jeff','KY','37.207333','-83.133610',-5,1); -INSERT INTO zipcodes VALUES (41754,'Krypton','KY','37.316290','-83.332670',-5,1); -INSERT INTO zipcodes VALUES (41759,'Sassafras','KY','37.229381','-83.034090',-5,1); -INSERT INTO zipcodes VALUES (41760,'Scuddy','KY','37.205562','-83.080550',-5,1); -INSERT INTO zipcodes VALUES (41762,'Sizerock','KY','37.223635','-83.505990',-5,1); -INSERT INTO zipcodes VALUES (41763,'Slemp','KY','37.048770','-83.139040',-5,1); -INSERT INTO zipcodes VALUES (41764,'Smilax','KY','37.113248','-83.243260',-5,1); -INSERT INTO zipcodes VALUES (41766,'Thousandsticks','KY','37.187088','-83.449780',-5,1); -INSERT INTO zipcodes VALUES (41772,'Vest','KY','37.393894','-83.023130',-5,1); -INSERT INTO zipcodes VALUES (41773,'Vicco','KY','37.221636','-83.056270',-5,1); -INSERT INTO zipcodes VALUES (41774,'Viper','KY','37.158397','-83.136730',-5,1); -INSERT INTO zipcodes VALUES (41775,'Wendover','KY','37.100140','-83.346470',-5,1); -INSERT INTO zipcodes VALUES (41776,'Wooton','KY','37.167173','-83.285200',-5,1); -INSERT INTO zipcodes VALUES (41777,'Yeaddiss','KY','37.065439','-83.224790',-5,1); -INSERT INTO zipcodes VALUES (41778,'Yerkes','KY','37.279297','-83.318700',-5,1); -INSERT INTO zipcodes VALUES (41804,'Blackey','KY','37.141017','-82.990810',-5,1); -INSERT INTO zipcodes VALUES (41810,'Cromona','KY','37.185228','-82.694470',-5,1); -INSERT INTO zipcodes VALUES (41812,'Deane','KY','37.241284','-82.750130',-5,1); -INSERT INTO zipcodes VALUES (41815,'Ermine','KY','37.150537','-82.794680',-5,1); -INSERT INTO zipcodes VALUES (41817,'Garner','KY','37.367780','-82.915350',-5,1); -INSERT INTO zipcodes VALUES (41819,'Gordon','KY','36.985860','-83.064970',-5,1); -INSERT INTO zipcodes VALUES (41821,'Hallie','KY','37.088069','-82.997280',-5,1); -INSERT INTO zipcodes VALUES (41822,'Hindman','KY','37.333551','-82.972120',-5,1); -INSERT INTO zipcodes VALUES (41824,'Isom','KY','37.194426','-82.887140',-5,1); -INSERT INTO zipcodes VALUES (41825,'Jackhorn','KY','37.215305','-82.704680',-5,1); -INSERT INTO zipcodes VALUES (41826,'Jeremiah','KY','37.164562','-82.930470',-5,1); -INSERT INTO zipcodes VALUES (41828,'Kite','KY','37.303276','-82.778510',-5,1); -INSERT INTO zipcodes VALUES (41831,'Leburn','KY','37.387358','-82.956330',-5,1); -INSERT INTO zipcodes VALUES (41832,'Letcher','KY','37.148006','-82.956340',-5,1); -INSERT INTO zipcodes VALUES (41833,'Linefork','KY','37.021403','-82.981590',-5,1); -INSERT INTO zipcodes VALUES (41834,'Littcarr','KY','37.270358','-82.940300',-5,1); -INSERT INTO zipcodes VALUES (41835,'McRoberts','KY','37.205961','-82.673470',-5,1); -INSERT INTO zipcodes VALUES (41836,'Mallie','KY','37.245041','-82.895500',-5,1); -INSERT INTO zipcodes VALUES (41837,'Mayking','KY','37.135518','-82.746060',-5,1); -INSERT INTO zipcodes VALUES (41838,'Millstone','KY','37.168682','-82.750360',-5,1); -INSERT INTO zipcodes VALUES (41839,'Mousie','KY','37.420362','-82.875430',-5,1); -INSERT INTO zipcodes VALUES (41840,'Neon','KY','37.195448','-82.712320',-5,1); -INSERT INTO zipcodes VALUES (41843,'Pine Top','KY','37.273854','-82.860110',-5,1); -INSERT INTO zipcodes VALUES (41844,'Pippa Passes','KY','37.334629','-82.875490',-5,1); -INSERT INTO zipcodes VALUES (41845,'Premium','KY','37.123583','-82.932160',-5,1); -INSERT INTO zipcodes VALUES (41847,'Redfox','KY','37.215830','-82.954490',-5,1); -INSERT INTO zipcodes VALUES (41848,'Roxana','KY','37.110216','-82.940730',-5,1); -INSERT INTO zipcodes VALUES (41849,'Seco','KY','37.172969','-82.729340',-5,1); -INSERT INTO zipcodes VALUES (41855,'Thornton','KY','37.156856','-82.761670',-5,1); -INSERT INTO zipcodes VALUES (41858,'Whitesburg','KY','37.130559','-82.831850',-5,1); -INSERT INTO zipcodes VALUES (41859,'Dema','KY','37.392257','-82.782040',-5,1); -INSERT INTO zipcodes VALUES (41861,'Raven','KY','37.386051','-82.831380',-5,1); -INSERT INTO zipcodes VALUES (41862,'Topmost','KY','37.357624','-82.795640',-5,1); -INSERT INTO zipcodes VALUES (42001,'Paducah','KY','37.066543','-88.656870',-6,1); -INSERT INTO zipcodes VALUES (42002,'Paducah','KY','37.085511','-88.712470',-6,1); -INSERT INTO zipcodes VALUES (42003,'Paducah','KY','37.044233','-88.590460',-6,1); -INSERT INTO zipcodes VALUES (42011,'Fredonia','KY','37.220735','-88.061294',-6,1); -INSERT INTO zipcodes VALUES (42020,'Almo','KY','36.697107','-88.298360',-6,1); -INSERT INTO zipcodes VALUES (42021,'Arlington','KY','36.796741','-88.997000',-6,1); -INSERT INTO zipcodes VALUES (42022,'Bandana','KY','37.149003','-88.942520',-6,1); -INSERT INTO zipcodes VALUES (42023,'Bardwell','KY','36.881954','-88.983470',-6,1); -INSERT INTO zipcodes VALUES (42024,'Barlow','KY','37.071352','-89.043260',-6,1); -INSERT INTO zipcodes VALUES (42025,'Benton','KY','36.854812','-88.335150',-6,1); -INSERT INTO zipcodes VALUES (42027,'Boaz','KY','36.925160','-88.637780',-6,1); -INSERT INTO zipcodes VALUES (42028,'Burna','KY','37.241220','-88.338290',-6,1); -INSERT INTO zipcodes VALUES (42029,'Calvert City','KY','37.013505','-88.372690',-6,1); -INSERT INTO zipcodes VALUES (42031,'Clinton','KY','36.678217','-88.975590',-6,1); -INSERT INTO zipcodes VALUES (42032,'Columbus','KY','36.755242','-89.106670',-6,1); -INSERT INTO zipcodes VALUES (42033,'Crayne','KY','37.336533','-88.079607',-6,1); -INSERT INTO zipcodes VALUES (42035,'Cunningham','KY','36.911107','-88.844120',-6,1); -INSERT INTO zipcodes VALUES (42036,'Dexter','KY','36.731901','-88.245940',-6,1); -INSERT INTO zipcodes VALUES (42037,'Dycusburg','KY','37.157866','-88.183598',-6,1); -INSERT INTO zipcodes VALUES (42038,'Eddyville','KY','37.051386','-88.036130',-6,1); -INSERT INTO zipcodes VALUES (42039,'Fancy Farm','KY','36.800353','-88.832240',-6,1); -INSERT INTO zipcodes VALUES (42040,'Farmington','KY','36.614839','-88.500500',-6,1); -INSERT INTO zipcodes VALUES (42041,'Fulton','KY','36.532059','-88.891320',-6,1); -INSERT INTO zipcodes VALUES (42044,'Gilbertsville','KY','36.978770','-88.282730',-6,1); -INSERT INTO zipcodes VALUES (42045,'Grand Rivers','KY','37.031683','-88.244980',-6,1); -INSERT INTO zipcodes VALUES (42046,'Hamlin','KY','36.603300','-88.092285',-6,1); -INSERT INTO zipcodes VALUES (42047,'Hampton','KY','37.294800','-88.410260',-6,1); -INSERT INTO zipcodes VALUES (42048,'Hardin','KY','36.765893','-88.265270',-6,1); -INSERT INTO zipcodes VALUES (42049,'Hazel','KY','36.511681','-88.325430',-6,1); -INSERT INTO zipcodes VALUES (42050,'Hickman','KY','36.558598','-89.197890',-6,1); -INSERT INTO zipcodes VALUES (42051,'Hickory','KY','36.852344','-88.637690',-6,1); -INSERT INTO zipcodes VALUES (42053,'Kevil','KY','37.107447','-88.860610',-6,1); -INSERT INTO zipcodes VALUES (42054,'Kirksey','KY','36.716315','-88.444990',-6,1); -INSERT INTO zipcodes VALUES (42055,'Kuttawa','KY','37.058356','-88.140970',-6,1); -INSERT INTO zipcodes VALUES (42056,'La Center','KY','37.087160','-88.976160',-6,1); -INSERT INTO zipcodes VALUES (42058,'Ledbetter','KY','37.054715','-88.480430',-6,1); -INSERT INTO zipcodes VALUES (42060,'Lovelaceville','KY','36.968906','-88.828170',-6,1); -INSERT INTO zipcodes VALUES (42061,'Lowes','KY','36.885527','-88.774690',-6,1); -INSERT INTO zipcodes VALUES (42063,'Lynnville','KY','36.723872','-88.652009',-6,1); -INSERT INTO zipcodes VALUES (42064,'Marion','KY','37.331602','-88.069970',-6,1); -INSERT INTO zipcodes VALUES (42066,'Mayfield','KY','36.733761','-88.634490',-6,1); -INSERT INTO zipcodes VALUES (42069,'Melber','KY','36.921462','-88.758710',-6,1); -INSERT INTO zipcodes VALUES (42070,'Milburn','KY','36.863147','-88.995991',-6,1); -INSERT INTO zipcodes VALUES (42071,'Murray','KY','36.617443','-88.287460',-6,1); -INSERT INTO zipcodes VALUES (42076,'New Concord','KY','36.540753','-88.068370',-6,1); -INSERT INTO zipcodes VALUES (42078,'Salem','KY','37.282124','-88.245680',-6,1); -INSERT INTO zipcodes VALUES (42079,'Sedalia','KY','36.574074','-88.563590',-6,1); -INSERT INTO zipcodes VALUES (42081,'Smithland','KY','37.217493','-88.408840',-6,1); -INSERT INTO zipcodes VALUES (42082,'Symsonia','KY','36.922652','-88.510400',-6,1); -INSERT INTO zipcodes VALUES (42083,'Tiline','KY','37.150978','-88.291910',-6,1); -INSERT INTO zipcodes VALUES (42084,'Tolu','KY','37.433695','-88.244980',-6,1); -INSERT INTO zipcodes VALUES (42085,'Water Valley','KY','36.578907','-88.820740',-6,1); -INSERT INTO zipcodes VALUES (42086,'West Paducah','KY','37.089948','-88.759700',-6,1); -INSERT INTO zipcodes VALUES (42087,'Wickliffe','KY','36.965750','-89.032400',-6,1); -INSERT INTO zipcodes VALUES (42088,'Wingo','KY','36.627427','-88.748450',-6,1); -INSERT INTO zipcodes VALUES (42101,'Bowling Green','KY','37.010643','-86.461450',-6,1); -INSERT INTO zipcodes VALUES (42102,'Bowling Green','KY','36.922292','-86.387046',-6,1); -INSERT INTO zipcodes VALUES (42103,'Bowling Green','KY','36.969761','-86.382470',-6,1); -INSERT INTO zipcodes VALUES (42104,'Bowling Green','KY','36.930527','-86.447510',-6,1); -INSERT INTO zipcodes VALUES (42109,'Bowling Green','KY','36.961988','-86.450786',-6,1); -INSERT INTO zipcodes VALUES (42120,'Adolphus','KY','36.661883','-86.259640',-6,1); -INSERT INTO zipcodes VALUES (42122,'Alvaton','KY','36.863160','-86.352020',-6,1); -INSERT INTO zipcodes VALUES (42123,'Austin','KY','36.820727','-86.001120',-6,1); -INSERT INTO zipcodes VALUES (42124,'Beaumont','KY','36.857666','-85.649583',-6,1); -INSERT INTO zipcodes VALUES (42127,'Cave City','KY','37.131203','-85.946330',-6,1); -INSERT INTO zipcodes VALUES (42128,'Drake','KY','36.983441','-86.394012',-6,1); -INSERT INTO zipcodes VALUES (42129,'Edmonton','KY','36.988613','-85.585340',-6,1); -INSERT INTO zipcodes VALUES (42130,'Eighty Eight','KY','36.912970','-85.775282',-6,1); -INSERT INTO zipcodes VALUES (42131,'Etoile','KY','36.829280','-85.908060',-6,1); -INSERT INTO zipcodes VALUES (42133,'Fountain Run','KY','36.721319','-85.961390',-6,1); -INSERT INTO zipcodes VALUES (42134,'Franklin','KY','36.718074','-86.582020',-6,1); -INSERT INTO zipcodes VALUES (42135,'Franklin','KY','36.758166','-86.581957',-6,1); -INSERT INTO zipcodes VALUES (42140,'Gamaliel','KY','36.655006','-85.808660',-6,1); -INSERT INTO zipcodes VALUES (42141,'Glasgow','KY','36.970776','-85.912320',-6,1); -INSERT INTO zipcodes VALUES (42142,'Glasgow','KY','36.946326','-85.957797',-6,1); -INSERT INTO zipcodes VALUES (42150,'Halfway','KY','36.782131','-86.184088',-6,1); -INSERT INTO zipcodes VALUES (42151,'Hestand','KY','36.636670','-85.552750',-6,1); -INSERT INTO zipcodes VALUES (42152,'Hiseville','KY','37.098753','-85.816472',-6,1); -INSERT INTO zipcodes VALUES (42153,'Holland','KY','36.665767','-86.040060',-6,1); -INSERT INTO zipcodes VALUES (42154,'Knob Lick','KY','37.066581','-85.734820',-6,1); -INSERT INTO zipcodes VALUES (42156,'Lucas','KY','36.840503','-85.995572',-6,1); -INSERT INTO zipcodes VALUES (42157,'Mount Hermon','KY','36.778567','-85.817720',-6,1); -INSERT INTO zipcodes VALUES (42159,'Oakland','KY','37.016847','-86.251870',-6,1); -INSERT INTO zipcodes VALUES (42160,'Park City','KY','37.089600','-86.064740',-6,1); -INSERT INTO zipcodes VALUES (42163,'Rocky Hill','KY','37.094250','-86.143188',-6,1); -INSERT INTO zipcodes VALUES (42164,'Scottsville','KY','36.767969','-86.181300',-6,1); -INSERT INTO zipcodes VALUES (42166,'Summer Shade','KY','36.863220','-85.717740',-6,1); -INSERT INTO zipcodes VALUES (42167,'Tompkinsville','KY','36.712179','-85.675670',-6,1); -INSERT INTO zipcodes VALUES (42170,'Woodburn','KY','36.832502','-86.554000',-6,1); -INSERT INTO zipcodes VALUES (42171,'Smiths Grove','KY','37.046968','-86.171810',-6,1); -INSERT INTO zipcodes VALUES (42201,'Aberdeen','KY','37.279564','-86.670181',-6,1); -INSERT INTO zipcodes VALUES (42202,'Adairville','KY','36.681441','-86.853650',-6,1); -INSERT INTO zipcodes VALUES (42203,'Allegre','KY','36.929243','-87.219328',-6,1); -INSERT INTO zipcodes VALUES (42204,'Allensville','KY','36.709960','-87.071050',-6,1); -INSERT INTO zipcodes VALUES (42206,'Auburn','KY','36.881837','-86.719830',-6,1); -INSERT INTO zipcodes VALUES (42207,'Bee Spring','KY','37.293315','-86.265570',-6,1); -INSERT INTO zipcodes VALUES (42209,'Brooklyn','KY','37.197491','-86.672160',-6,1); -INSERT INTO zipcodes VALUES (42210,'Brownsville','KY','37.215448','-86.290130',-6,1); -INSERT INTO zipcodes VALUES (42211,'Cadiz','KY','36.846471','-87.864090',-6,1); -INSERT INTO zipcodes VALUES (42214,'Center','KY','37.143908','-85.669450',-6,1); -INSERT INTO zipcodes VALUES (42215,'Cerulean','KY','36.983293','-87.682730',-6,1); -INSERT INTO zipcodes VALUES (42216,'Clifty','KY','37.004492','-87.152148',-6,1); -INSERT INTO zipcodes VALUES (42217,'Crofton','KY','37.044130','-87.482190',-6,1); -INSERT INTO zipcodes VALUES (42219,'Dunbar','KY','37.170909','-86.767822',-6,1); -INSERT INTO zipcodes VALUES (42220,'Elkton','KY','36.887716','-87.185260',-6,1); -INSERT INTO zipcodes VALUES (42221,'Fairview','KY','36.898071','-87.496529',-6,1); -INSERT INTO zipcodes VALUES (42223,'Fort Campbell','KY','36.654943','-87.461880',-6,1); -INSERT INTO zipcodes VALUES (42232,'Gracey','KY','36.847924','-87.657900',-6,1); -INSERT INTO zipcodes VALUES (42234,'Guthrie','KY','36.673268','-87.180890',-6,1); -INSERT INTO zipcodes VALUES (42235,'Hadley','KY','36.983441','-86.394012',-6,1); -INSERT INTO zipcodes VALUES (42236,'Herndon','KY','36.705024','-87.599350',-6,1); -INSERT INTO zipcodes VALUES (42240,'Hopkinsville','KY','36.866845','-87.476170',-6,1); -INSERT INTO zipcodes VALUES (42241,'Hopkinsville','KY','36.898071','-87.496529',-6,1); -INSERT INTO zipcodes VALUES (42251,'Huntsville','KY','37.157967','-86.885846',-6,1); -INSERT INTO zipcodes VALUES (42252,'Jetson','KY','37.248326','-86.509271',-6,1); -INSERT INTO zipcodes VALUES (42253,'Science Hill','KY','37.179250','-84.633915',-5,1); -INSERT INTO zipcodes VALUES (42254,'La Fayette','KY','36.657405','-87.656330',-6,1); -INSERT INTO zipcodes VALUES (42256,'Lewisburg','KY','37.020366','-86.942840',-6,1); -INSERT INTO zipcodes VALUES (42257,'Lindseyville','KY','37.237211','-86.299361',-6,1); -INSERT INTO zipcodes VALUES (42259,'Mammoth Cave','KY','37.274689','-86.198180',-6,1); -INSERT INTO zipcodes VALUES (42261,'Morgantown','KY','37.219254','-86.679880',-6,1); -INSERT INTO zipcodes VALUES (42262,'Oak Grove','KY','36.664334','-87.427890',-6,1); -INSERT INTO zipcodes VALUES (42265,'Olmstead','KY','36.752802','-87.020030',-6,1); -INSERT INTO zipcodes VALUES (42266,'Pembroke','KY','36.780906','-87.343050',-6,1); -INSERT INTO zipcodes VALUES (42267,'Provo','KY','37.229645','-86.804803',-6,1); -INSERT INTO zipcodes VALUES (42270,'Richardsville','KY','36.983441','-86.394012',-6,1); -INSERT INTO zipcodes VALUES (42273,'Rochester','KY','37.196636','-86.876250',-6,1); -INSERT INTO zipcodes VALUES (42274,'Rockfield','KY','36.931416','-86.625070',-6,1); -INSERT INTO zipcodes VALUES (42275,'Roundhill','KY','37.223167','-86.440620',-6,1); -INSERT INTO zipcodes VALUES (42276,'Russellville','KY','36.860612','-86.881710',-6,1); -INSERT INTO zipcodes VALUES (42280,'Sharon Grove','KY','36.953559','-87.098870',-6,1); -INSERT INTO zipcodes VALUES (42283,'South Union','KY','36.869206','-86.663225',-6,1); -INSERT INTO zipcodes VALUES (42285,'Sweeden','KY','37.273726','-86.274990',-6,1); -INSERT INTO zipcodes VALUES (42286,'Trenton','KY','36.727378','-87.269710',-6,1); -INSERT INTO zipcodes VALUES (42287,'Welchs Creek','KY','37.311676','-86.529130',-6,1); -INSERT INTO zipcodes VALUES (42288,'Woodbury','KY','37.197491','-86.672160',-6,1); -INSERT INTO zipcodes VALUES (42301,'Owensboro','KY','37.753347','-87.174190',-6,1); -INSERT INTO zipcodes VALUES (42302,'Owensboro','KY','37.745491','-87.112823',-6,1); -INSERT INTO zipcodes VALUES (42303,'Owensboro','KY','37.758568','-87.087140',-6,1); -INSERT INTO zipcodes VALUES (42304,'Owensboro','KY','37.745491','-87.112823',-6,1); -INSERT INTO zipcodes VALUES (42320,'Beaver Dam','KY','37.377266','-86.883640',-6,1); -INSERT INTO zipcodes VALUES (42321,'Beech Creek','KY','37.177839','-87.057610',-6,1); -INSERT INTO zipcodes VALUES (42322,'Beech Grove','KY','37.615062','-87.406866',-6,1); -INSERT INTO zipcodes VALUES (42323,'Beechmont','KY','37.172261','-87.036770',-6,1); -INSERT INTO zipcodes VALUES (42324,'Belton','KY','37.150125','-87.006570',-6,1); -INSERT INTO zipcodes VALUES (42325,'Bremen','KY','37.333802','-87.268070',-6,1); -INSERT INTO zipcodes VALUES (42326,'Browder','KY','37.198074','-87.014030',-6,1); -INSERT INTO zipcodes VALUES (42327,'Calhoun','KY','37.575772','-87.294990',-6,1); -INSERT INTO zipcodes VALUES (42328,'Centertown','KY','37.410099','-87.034330',-6,1); -INSERT INTO zipcodes VALUES (42330,'Central City','KY','37.299591','-87.129920',-6,1); -INSERT INTO zipcodes VALUES (42332,'Cleaton','KY','37.251296','-87.090710',-6,1); -INSERT INTO zipcodes VALUES (42333,'Cromwell','KY','37.349023','-86.765650',-6,1); -INSERT INTO zipcodes VALUES (42334,'Curdsville','KY','37.745491','-87.112823',-6,1); -INSERT INTO zipcodes VALUES (42337,'Drakesboro','KY','37.227223','-87.013490',-6,1); -INSERT INTO zipcodes VALUES (42338,'Dundee','KY','37.559872','-86.772540',-6,1); -INSERT INTO zipcodes VALUES (42339,'Dunmor','KY','37.094139','-86.974600',-6,1); -INSERT INTO zipcodes VALUES (42343,'Fordsville','KY','37.655016','-86.693030',-6,1); -INSERT INTO zipcodes VALUES (42344,'Graham','KY','37.240117','-87.293960',-6,1); -INSERT INTO zipcodes VALUES (42345,'Greenville','KY','37.166299','-87.183330',-6,1); -INSERT INTO zipcodes VALUES (42347,'Hartford','KY','37.471839','-86.906300',-6,1); -INSERT INTO zipcodes VALUES (42348,'Hawesville','KY','37.882498','-86.762970',-6,1); -INSERT INTO zipcodes VALUES (42349,'Horse Branch','KY','37.433703','-86.669520',-6,1); -INSERT INTO zipcodes VALUES (42350,'Island','KY','37.456942','-87.171070',-6,1); -INSERT INTO zipcodes VALUES (42351,'Lewisport','KY','37.918157','-86.892430',-6,1); -INSERT INTO zipcodes VALUES (42352,'Livermore','KY','37.502836','-87.111620',-6,1); -INSERT INTO zipcodes VALUES (42354,'McHenry','KY','37.379900','-86.925800',-6,1); -INSERT INTO zipcodes VALUES (42355,'Maceo','KY','37.869750','-86.995350',-6,1); -INSERT INTO zipcodes VALUES (42356,'Maple Mount','KY','37.693229','-87.323841',-6,1); -INSERT INTO zipcodes VALUES (42361,'Olaton','KY','37.517388','-86.684600',-6,1); -INSERT INTO zipcodes VALUES (42364,'Pellville','KY','37.827235','-86.804814',-6,1); -INSERT INTO zipcodes VALUES (42365,'Penrod','KY','37.114594','-87.001750',-6,1); -INSERT INTO zipcodes VALUES (42366,'Philpot','KY','37.729714','-86.928380',-6,1); -INSERT INTO zipcodes VALUES (42367,'Powderly','KY','37.242948','-87.154898',-6,1); -INSERT INTO zipcodes VALUES (42368,'Reynolds Station','KY','37.710929','-86.754870',-6,1); -INSERT INTO zipcodes VALUES (42369,'Rockport','KY','37.337926','-86.996850',-6,1); -INSERT INTO zipcodes VALUES (42370,'Rosine','KY','37.448681','-86.741210',-6,1); -INSERT INTO zipcodes VALUES (42371,'Rumsey','KY','37.508047','-87.292930',-6,1); -INSERT INTO zipcodes VALUES (42372,'Sacramento','KY','37.412770','-87.280630',-6,1); -INSERT INTO zipcodes VALUES (42374,'South Carrollton','KY','37.339760','-87.145140',-6,1); -INSERT INTO zipcodes VALUES (42375,'Stanley','KY','37.745491','-87.112823',-6,1); -INSERT INTO zipcodes VALUES (42376,'Utica','KY','37.598406','-87.091130',-6,1); -INSERT INTO zipcodes VALUES (42377,'West Louisville','KY','37.745491','-87.112823',-6,1); -INSERT INTO zipcodes VALUES (42378,'Whitesville','KY','37.666515','-86.864540',-6,1); -INSERT INTO zipcodes VALUES (42400,'Morganfield','KY','37.784577','-87.724060',-6,1); -INSERT INTO zipcodes VALUES (42402,'Baskett','KY','37.778911','-87.601240',-6,1); -INSERT INTO zipcodes VALUES (42403,'Blackford','KY','37.448198','-87.933910',-6,1); -INSERT INTO zipcodes VALUES (42404,'Clay','KY','37.481719','-87.839400',-6,1); -INSERT INTO zipcodes VALUES (42406,'Corydon','KY','37.743264','-87.731730',-6,1); -INSERT INTO zipcodes VALUES (42408,'Dawson Springs','KY','37.183465','-87.684130',-6,1); -INSERT INTO zipcodes VALUES (42409,'Dixon','KY','37.521650','-87.697010',-6,1); -INSERT INTO zipcodes VALUES (42410,'Earlington','KY','37.275896','-87.514980',-6,1); -INSERT INTO zipcodes VALUES (42411,'Fredonia','KY','37.216778','-88.014380',-6,1); -INSERT INTO zipcodes VALUES (42413,'Hanson','KY','37.425687','-87.495000',-6,1); -INSERT INTO zipcodes VALUES (42419,'Henderson','KY','37.807173','-87.599052',-6,1); -INSERT INTO zipcodes VALUES (42420,'Henderson','KY','37.825094','-87.560550',-6,1); -INSERT INTO zipcodes VALUES (42431,'Madisonville','KY','37.330791','-87.503780',-6,1); -INSERT INTO zipcodes VALUES (42436,'Manitou','KY','37.458645','-87.548280',-6,1); -INSERT INTO zipcodes VALUES (42437,'Morganfield','KY','37.674160','-87.901990',-6,1); -INSERT INTO zipcodes VALUES (42440,'Mortons Gap','KY','37.238785','-87.469860',-6,1); -INSERT INTO zipcodes VALUES (42441,'Nebo','KY','37.363270','-87.653070',-6,1); -INSERT INTO zipcodes VALUES (42442,'Nortonville','KY','37.178627','-87.467020',-6,1); -INSERT INTO zipcodes VALUES (42444,'Poole','KY','37.641689','-87.637860',-6,1); -INSERT INTO zipcodes VALUES (42445,'Princeton','KY','37.125960','-87.874290',-6,1); -INSERT INTO zipcodes VALUES (42450,'Providence','KY','37.396445','-87.764280',-6,1); -INSERT INTO zipcodes VALUES (42451,'Reed','KY','37.859415','-87.370050',-6,1); -INSERT INTO zipcodes VALUES (42452,'Robards','KY','37.674669','-87.542910',-6,1); -INSERT INTO zipcodes VALUES (42453,'Saint Charles','KY','37.143686','-87.596620',-6,1); -INSERT INTO zipcodes VALUES (42455,'Sebree','KY','37.600857','-87.526350',-6,1); -INSERT INTO zipcodes VALUES (42456,'Slaughters','KY','37.514424','-87.499750',-6,1); -INSERT INTO zipcodes VALUES (42457,'Smith Mills','KY','37.801347','-87.765860',-6,1); -INSERT INTO zipcodes VALUES (42458,'Spottsville','KY','37.860142','-87.418660',-6,1); -INSERT INTO zipcodes VALUES (42459,'Sturgis','KY','37.558719','-87.996320',-6,1); -INSERT INTO zipcodes VALUES (42460,'Sullivan','KY','37.493997','-87.932773',-6,1); -INSERT INTO zipcodes VALUES (42461,'Uniontown','KY','37.771573','-87.916140',-6,1); -INSERT INTO zipcodes VALUES (42462,'Waverly','KY','37.729871','-87.818910',-6,1); -INSERT INTO zipcodes VALUES (42463,'Wheatcroft','KY','37.488169','-87.863100',-6,1); -INSERT INTO zipcodes VALUES (42464,'White Plains','KY','37.168568','-87.378790',-6,1); -INSERT INTO zipcodes VALUES (42501,'Somerset','KY','37.075624','-84.544370',-5,1); -INSERT INTO zipcodes VALUES (42502,'Somerset','KY','37.093250','-84.427729',-5,1); -INSERT INTO zipcodes VALUES (42503,'Somerset','KY','37.112274','-84.588000',-5,1); -INSERT INTO zipcodes VALUES (42516,'Bethelridge','KY','37.191504','-84.798320',-5,1); -INSERT INTO zipcodes VALUES (42518,'Bronston','KY','36.945930','-84.632780',-5,1); -INSERT INTO zipcodes VALUES (42519,'Burnside','KY','36.965123','-84.554580',-5,1); -INSERT INTO zipcodes VALUES (42528,'Dunnville','KY','37.180186','-85.023960',-5,1); -INSERT INTO zipcodes VALUES (42533,'Ferguson','KY','37.067452','-84.603010',-5,1); -INSERT INTO zipcodes VALUES (42539,'Liberty','KY','37.305705','-84.945890',-5,1); -INSERT INTO zipcodes VALUES (42541,'Middleburg','KY','37.367700','-84.807320',-5,1); -INSERT INTO zipcodes VALUES (42544,'Nancy','KY','37.029286','-84.813650',-5,1); -INSERT INTO zipcodes VALUES (42553,'Science Hill','KY','37.177577','-84.654810',-5,1); -INSERT INTO zipcodes VALUES (42558,'Tateville','KY','36.949190','-84.581482',-5,1); -INSERT INTO zipcodes VALUES (42564,'West Somerset','KY','37.111433','-84.592898',-5,1); -INSERT INTO zipcodes VALUES (42565,'Windsor','KY','37.144759','-84.895240',-5,1); -INSERT INTO zipcodes VALUES (42566,'Yosemite','KY','37.303038','-84.776740',-5,1); -INSERT INTO zipcodes VALUES (42567,'Eubank','KY','37.250746','-84.617810',-5,1); -INSERT INTO zipcodes VALUES (42602,'Albany','KY','36.720240','-85.135390',-6,1); -INSERT INTO zipcodes VALUES (42603,'Alpha','KY','36.770300','-85.010430',-6,1); -INSERT INTO zipcodes VALUES (42629,'Jamestown','KY','36.946642','-85.099810',-6,1); -INSERT INTO zipcodes VALUES (42631,'Marshes Siding','KY','36.762748','-84.510360',-5,1); -INSERT INTO zipcodes VALUES (42632,'Mill Springs','KY','36.932769','-84.775700',-5,1); -INSERT INTO zipcodes VALUES (42633,'Monticello','KY','36.801922','-84.828410',-5,1); -INSERT INTO zipcodes VALUES (42634,'Parkers Lake','KY','36.881682','-84.421430',-5,1); -INSERT INTO zipcodes VALUES (42635,'Pine Knot','KY','36.663153','-84.416110',-5,1); -INSERT INTO zipcodes VALUES (42637,'Monticello','KY','36.843563','-84.841004',-5,1); -INSERT INTO zipcodes VALUES (42638,'Revelo','KY','36.673236','-84.470950',-5,1); -INSERT INTO zipcodes VALUES (42642,'Russell Springs','KY','37.054010','-85.061420',-6,1); -INSERT INTO zipcodes VALUES (42647,'Stearns','KY','36.710692','-84.554160',-5,1); -INSERT INTO zipcodes VALUES (42649,'Strunk','KY','36.631706','-84.421830',-5,1); -INSERT INTO zipcodes VALUES (42653,'Whitley City','KY','36.772507','-84.477850',-5,1); -INSERT INTO zipcodes VALUES (42701,'Elizabethtown','KY','37.704287','-85.864030',-5,1); -INSERT INTO zipcodes VALUES (42702,'Elizabethtown','KY','37.723474','-85.976854',-5,1); -INSERT INTO zipcodes VALUES (42711,'Bakerton','KY','36.898169','-85.310560',-6,1); -INSERT INTO zipcodes VALUES (42712,'Big Clifty','KY','37.581023','-86.156420',-5,1); -INSERT INTO zipcodes VALUES (42713,'Bonnieville','KY','37.381189','-85.881750',-6,1); -INSERT INTO zipcodes VALUES (42715,'Breeding','KY','36.954911','-85.395530',-6,1); -INSERT INTO zipcodes VALUES (42716,'Buffalo','KY','37.475340','-85.609870',-5,1); -INSERT INTO zipcodes VALUES (42717,'Burkesville','KY','36.765985','-85.399710',-6,1); -INSERT INTO zipcodes VALUES (42718,'Campbellsville','KY','37.372314','-85.354900',-5,1); -INSERT INTO zipcodes VALUES (42719,'Campbellsville','KY','37.337936','-85.330374',-5,1); -INSERT INTO zipcodes VALUES (42720,'Cane Valley','KY','37.121145','-85.370926',-6,1); -INSERT INTO zipcodes VALUES (42721,'Caneyville','KY','37.413211','-86.498840',-6,1); -INSERT INTO zipcodes VALUES (42722,'Canmer','KY','37.271372','-85.726390',-6,1); -INSERT INTO zipcodes VALUES (42724,'Cecilia','KY','37.668721','-86.025270',-5,1); -INSERT INTO zipcodes VALUES (42726,'Clarkson','KY','37.429456','-86.164480',-6,1); -INSERT INTO zipcodes VALUES (42728,'Columbia','KY','37.123196','-85.275610',-6,1); -INSERT INTO zipcodes VALUES (42729,'Cub Run','KY','37.304661','-86.129870',-6,1); -INSERT INTO zipcodes VALUES (42731,'Dubre','KY','36.839500','-85.555260',-6,1); -INSERT INTO zipcodes VALUES (42732,'Eastview','KY','37.606543','-86.104130',-5,1); -INSERT INTO zipcodes VALUES (42733,'Elk Horn','KY','37.353227','-85.162800',-5,1); -INSERT INTO zipcodes VALUES (42735,'Fairplay','KY','37.045089','-85.296830',-6,1); -INSERT INTO zipcodes VALUES (42740,'Glendale','KY','37.596410','-85.922940',-5,1); -INSERT INTO zipcodes VALUES (42741,'Glens Fork','KY','36.981820','-85.229880',-6,1); -INSERT INTO zipcodes VALUES (42742,'Gradyville','KY','37.098391','-85.501990',-6,1); -INSERT INTO zipcodes VALUES (42743,'Greensburg','KY','37.234802','-85.514360',-6,1); -INSERT INTO zipcodes VALUES (42746,'Hardyville','KY','37.199656','-85.734690',-6,1); -INSERT INTO zipcodes VALUES (42748,'Hodgenville','KY','37.566527','-85.714520',-5,1); -INSERT INTO zipcodes VALUES (42749,'Horse Cave','KY','37.176738','-85.882880',-6,1); -INSERT INTO zipcodes VALUES (42753,'Knifley','KY','37.242258','-85.202710',-6,1); -INSERT INTO zipcodes VALUES (42754,'Leitchfield','KY','37.479797','-86.307310',-6,1); -INSERT INTO zipcodes VALUES (42755,'Leitchfield','KY','37.471943','-86.343941',-6,1); -INSERT INTO zipcodes VALUES (42757,'Magnolia','KY','37.415382','-85.715970',-6,1); -INSERT INTO zipcodes VALUES (42758,'Mannsville','KY','37.360392','-85.198031',-5,1); -INSERT INTO zipcodes VALUES (42759,'Marrowbone','KY','36.824961','-85.504810',-6,1); -INSERT INTO zipcodes VALUES (42761,'Milltown','KY','37.113189','-85.441770',-6,1); -INSERT INTO zipcodes VALUES (42762,'Millwood','KY','37.443289','-86.405310',-6,1); -INSERT INTO zipcodes VALUES (42764,'Mount Sherman','KY','37.463961','-85.639231',-5,1); -INSERT INTO zipcodes VALUES (42765,'Munfordville','KY','37.291869','-85.907860',-6,1); -INSERT INTO zipcodes VALUES (42776,'Sonora','KY','37.520250','-85.880700',-5,1); -INSERT INTO zipcodes VALUES (42782,'Summersville','KY','37.349798','-85.645360',-6,1); -INSERT INTO zipcodes VALUES (42783,'Summit','KY','37.567134','-86.085259',-5,1); -INSERT INTO zipcodes VALUES (42784,'Upton','KY','37.456599','-85.901640',-5,1); -INSERT INTO zipcodes VALUES (42786,'Waterview','KY','36.819839','-85.462435',-6,1); -INSERT INTO zipcodes VALUES (42788,'White Mills','KY','37.551250','-86.031150',-5,1); -INSERT INTO zipcodes VALUES (43001,'Alexandria','OH','40.091576','-82.612250',-5,1); -INSERT INTO zipcodes VALUES (43002,'Amlin','OH','40.059910','-83.182990',-5,1); -INSERT INTO zipcodes VALUES (43003,'Ashley','OH','40.409940','-82.961240',-5,1); -INSERT INTO zipcodes VALUES (43004,'Blacklick','OH','39.998073','-82.805200',-5,1); -INSERT INTO zipcodes VALUES (43005,'Bladensburg','OH','40.285043','-82.282180',-5,1); -INSERT INTO zipcodes VALUES (43006,'Brinkhaven','OH','40.471139','-82.169470',-5,1); -INSERT INTO zipcodes VALUES (43007,'Broadway','OH','40.340633','-83.416306',-5,1); -INSERT INTO zipcodes VALUES (43008,'Buckeye Lake','OH','39.933980','-82.479320',-5,1); -INSERT INTO zipcodes VALUES (43009,'Cable','OH','40.175413','-83.645790',-5,1); -INSERT INTO zipcodes VALUES (43010,'Catawba','OH','40.000364','-83.621420',-5,1); -INSERT INTO zipcodes VALUES (43011,'Centerburg','OH','40.304121','-82.680290',-5,1); -INSERT INTO zipcodes VALUES (43013,'Croton','OH','40.235446','-82.690540',-5,1); -INSERT INTO zipcodes VALUES (43014,'Danville','OH','40.470806','-82.264220',-5,1); -INSERT INTO zipcodes VALUES (43015,'Delaware','OH','40.295925','-83.069680',-5,1); -INSERT INTO zipcodes VALUES (43016,'Dublin','OH','40.089811','-83.139830',-5,1); -INSERT INTO zipcodes VALUES (43017,'Dublin','OH','40.109478','-83.127130',-5,1); -INSERT INTO zipcodes VALUES (43018,'Etna','OH','39.956994','-82.683070',-5,1); -INSERT INTO zipcodes VALUES (43019,'Fredericktown','OH','40.493191','-82.569980',-5,1); -INSERT INTO zipcodes VALUES (43021,'Galena','OH','40.202298','-82.894370',-5,1); -INSERT INTO zipcodes VALUES (43022,'Gambier','OH','40.351781','-82.355430',-5,1); -INSERT INTO zipcodes VALUES (43023,'Granville','OH','40.070985','-82.521340',-5,1); -INSERT INTO zipcodes VALUES (43025,'Hebron','OH','39.958869','-82.498820',-5,1); -INSERT INTO zipcodes VALUES (43026,'Hilliard','OH','40.021665','-83.147620',-5,1); -INSERT INTO zipcodes VALUES (43027,'Homer','OH','40.132821','-82.561556',-5,1); -INSERT INTO zipcodes VALUES (43028,'Howard','OH','40.420650','-82.314850',-5,1); -INSERT INTO zipcodes VALUES (43029,'Irwin','OH','40.108356','-83.448680',-5,1); -INSERT INTO zipcodes VALUES (43030,'Jacksontown','OH','39.968846','-82.430017',-5,1); -INSERT INTO zipcodes VALUES (43031,'Johnstown','OH','40.151979','-82.669440',-5,1); -INSERT INTO zipcodes VALUES (43032,'Kilbourne','OH','40.328773','-82.958240',-5,1); -INSERT INTO zipcodes VALUES (43033,'Kirkersville','OH','39.960661','-82.596130',-5,1); -INSERT INTO zipcodes VALUES (43035,'Lewis Center','OH','40.173636','-82.996750',-5,1); -INSERT INTO zipcodes VALUES (43036,'Magnetic Springs','OH','40.353133','-83.262890',-5,1); -INSERT INTO zipcodes VALUES (43037,'Martinsburg','OH','40.274530','-82.344360',-5,1); -INSERT INTO zipcodes VALUES (43040,'Marysville','OH','40.255973','-83.363910',-5,1); -INSERT INTO zipcodes VALUES (43041,'Marysville','OH','40.306924','-83.360645',-5,1); -INSERT INTO zipcodes VALUES (43044,'Mechanicsburg','OH','40.052907','-83.572230',-5,1); -INSERT INTO zipcodes VALUES (43045,'Milford Center','OH','40.179696','-83.442660',-5,1); -INSERT INTO zipcodes VALUES (43046,'Millersport','OH','39.900063','-82.536960',-5,1); -INSERT INTO zipcodes VALUES (43047,'Mingo','OH','40.204914','-83.646581',-5,1); -INSERT INTO zipcodes VALUES (43048,'Mount Liberty','OH','40.406113','-82.465777',-5,1); -INSERT INTO zipcodes VALUES (43050,'Mount Vernon','OH','40.385636','-82.482540',-5,1); -INSERT INTO zipcodes VALUES (43054,'New Albany','OH','40.080252','-82.824620',-5,1); -INSERT INTO zipcodes VALUES (43055,'Newark','OH','40.079115','-82.400540',-5,1); -INSERT INTO zipcodes VALUES (43056,'Heath','OH','40.017096','-82.343220',-5,1); -INSERT INTO zipcodes VALUES (43058,'Newark','OH','40.095148','-82.482659',-5,1); -INSERT INTO zipcodes VALUES (43060,'North Lewisburg','OH','40.223286','-83.561720',-5,1); -INSERT INTO zipcodes VALUES (43061,'Ostrander','OH','40.285343','-83.204260',-5,1); -INSERT INTO zipcodes VALUES (43062,'Pataskala','OH','39.994001','-82.676520',-5,1); -INSERT INTO zipcodes VALUES (43064,'Plain City','OH','40.103133','-83.268250',-5,1); -INSERT INTO zipcodes VALUES (43065,'Powell','OH','40.155515','-83.084150',-5,1); -INSERT INTO zipcodes VALUES (43066,'Radnor','OH','40.400799','-83.152160',-5,1); -INSERT INTO zipcodes VALUES (43067,'Raymond','OH','40.355958','-83.466810',-5,1); -INSERT INTO zipcodes VALUES (43068,'Reynoldsburg','OH','39.956384','-82.796100',-5,1); -INSERT INTO zipcodes VALUES (43070,'Rosewood','OH','40.217799','-83.960440',-5,1); -INSERT INTO zipcodes VALUES (43071,'Saint Louisville','OH','40.173402','-82.366530',-5,1); -INSERT INTO zipcodes VALUES (43072,'Saint Paris','OH','40.123455','-83.954160',-5,1); -INSERT INTO zipcodes VALUES (43073,'Summit Station','OH','39.996516','-82.754034',-5,1); -INSERT INTO zipcodes VALUES (43074,'Sunbury','OH','40.270926','-82.845010',-5,1); -INSERT INTO zipcodes VALUES (43076,'Thornville','OH','39.909915','-82.410130',-5,1); -INSERT INTO zipcodes VALUES (43077,'Unionville Center','OH','40.136336','-83.341500',-5,1); -INSERT INTO zipcodes VALUES (43078,'Urbana','OH','40.112531','-83.766330',-5,1); -INSERT INTO zipcodes VALUES (43080,'Utica','OH','40.242377','-82.427750',-5,1); -INSERT INTO zipcodes VALUES (43081,'Westerville','OH','40.109513','-82.916060',-5,1); -INSERT INTO zipcodes VALUES (43082,'Westerville','OH','40.148520','-82.912780',-5,1); -INSERT INTO zipcodes VALUES (43083,'Westville','OH','40.102185','-83.837860',-5,1); -INSERT INTO zipcodes VALUES (43084,'Woodstock','OH','40.145952','-83.524880',-5,1); -INSERT INTO zipcodes VALUES (43085,'Columbus','OH','40.097796','-83.020760',-5,1); -INSERT INTO zipcodes VALUES (43086,'Westerville','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43093,'Newark','OH','40.095148','-82.482659',-5,1); -INSERT INTO zipcodes VALUES (43098,'Hebron','OH','40.095148','-82.482659',-5,1); -INSERT INTO zipcodes VALUES (43101,'Adelphi','OH','39.466041','-82.745700',-5,1); -INSERT INTO zipcodes VALUES (43102,'Amanda','OH','39.651028','-82.760980',-5,1); -INSERT INTO zipcodes VALUES (43103,'Ashville','OH','39.720751','-82.948420',-5,1); -INSERT INTO zipcodes VALUES (43105,'Baltimore','OH','39.860353','-82.613560',-5,1); -INSERT INTO zipcodes VALUES (43106,'Bloomingburg','OH','39.624916','-83.402670',-5,1); -INSERT INTO zipcodes VALUES (43107,'Bremen','OH','39.703126','-82.419370',-5,1); -INSERT INTO zipcodes VALUES (43109,'Brice','OH','39.916574','-82.832180',-5,1); -INSERT INTO zipcodes VALUES (43110,'Canal Winchester','OH','39.854413','-82.808720',-5,1); -INSERT INTO zipcodes VALUES (43111,'Carbon Hill','OH','39.501342','-82.244340',-5,1); -INSERT INTO zipcodes VALUES (43112,'Carroll','OH','39.803993','-82.709530',-5,1); -INSERT INTO zipcodes VALUES (43113,'Circleville','OH','39.598236','-82.942850',-5,1); -INSERT INTO zipcodes VALUES (43115,'Clarksburg','OH','39.501913','-83.173830',-5,1); -INSERT INTO zipcodes VALUES (43116,'Commercial Point','OH','39.768502','-83.060070',-5,1); -INSERT INTO zipcodes VALUES (43117,'Derby','OH','39.773025','-83.199472',-5,1); -INSERT INTO zipcodes VALUES (43119,'Galloway','OH','39.939871','-83.166700',-5,1); -INSERT INTO zipcodes VALUES (43123,'Grove City','OH','39.886280','-83.079890',-5,1); -INSERT INTO zipcodes VALUES (43125,'Groveport','OH','39.852363','-82.895890',-5,1); -INSERT INTO zipcodes VALUES (43126,'Harrisburg','OH','39.810093','-83.170850',-5,1); -INSERT INTO zipcodes VALUES (43127,'Haydenville','OH','39.482096','-82.327980',-5,1); -INSERT INTO zipcodes VALUES (43128,'Jeffersonville','OH','39.651917','-83.572360',-5,1); -INSERT INTO zipcodes VALUES (43130,'Lancaster','OH','39.712887','-82.612160',-5,1); -INSERT INTO zipcodes VALUES (43135,'Laurelville','OH','39.473379','-82.710760',-5,1); -INSERT INTO zipcodes VALUES (43136,'Lithopolis','OH','39.802655','-82.808020',-5,1); -INSERT INTO zipcodes VALUES (43137,'Lockbourne','OH','39.818249','-82.981150',-5,1); -INSERT INTO zipcodes VALUES (43138,'Logan','OH','39.530972','-82.408010',-5,1); -INSERT INTO zipcodes VALUES (43140,'London','OH','39.892676','-83.436430',-5,1); -INSERT INTO zipcodes VALUES (43142,'Milledgeville','OH','39.593121','-83.587600',-5,1); -INSERT INTO zipcodes VALUES (43143,'Mount Sterling','OH','39.710455','-83.287760',-5,1); -INSERT INTO zipcodes VALUES (43144,'Murray City','OH','39.513028','-82.166500',-5,1); -INSERT INTO zipcodes VALUES (43145,'New Holland','OH','39.555409','-83.264090',-5,1); -INSERT INTO zipcodes VALUES (43146,'Orient','OH','39.786202','-83.146900',-5,1); -INSERT INTO zipcodes VALUES (43147,'Pickerington','OH','39.904288','-82.756000',-5,1); -INSERT INTO zipcodes VALUES (43148,'Pleasantville','OH','39.816577','-82.507910',-5,1); -INSERT INTO zipcodes VALUES (43149,'Rockbridge','OH','39.545786','-82.577040',-5,1); -INSERT INTO zipcodes VALUES (43150,'Rushville','OH','39.778306','-82.414550',-5,1); -INSERT INTO zipcodes VALUES (43151,'Sedalia','OH','39.732474','-83.475870',-5,1); -INSERT INTO zipcodes VALUES (43152,'South Bloomingville','OH','39.387214','-82.623140',-5,1); -INSERT INTO zipcodes VALUES (43153,'South Solon','OH','39.721965','-83.580930',-5,1); -INSERT INTO zipcodes VALUES (43154,'Stoutsville','OH','39.605605','-82.826560',-5,1); -INSERT INTO zipcodes VALUES (43155,'Sugar Grove','OH','39.630003','-82.514590',-5,1); -INSERT INTO zipcodes VALUES (43156,'Tarlton','OH','39.554697','-82.779170',-5,1); -INSERT INTO zipcodes VALUES (43157,'Thurston','OH','39.843864','-82.545550',-5,1); -INSERT INTO zipcodes VALUES (43158,'Union Furnace','OH','39.460218','-82.357200',-5,1); -INSERT INTO zipcodes VALUES (43160,'Washington Court House','OH','39.533002','-83.439050',-5,1); -INSERT INTO zipcodes VALUES (43162,'West Jefferson','OH','39.939528','-83.289120',-5,1); -INSERT INTO zipcodes VALUES (43163,'West Rushville','OH','39.763100','-82.447024',-5,1); -INSERT INTO zipcodes VALUES (43164,'Williamsport','OH','39.590417','-83.112980',-5,1); -INSERT INTO zipcodes VALUES (43187,'Pickerington','OH','39.882017','-82.739875',-5,1); -INSERT INTO zipcodes VALUES (43199,'Groveport','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43201,'Columbus','OH','39.990764','-83.001170',-5,1); -INSERT INTO zipcodes VALUES (43202,'Columbus','OH','40.018814','-83.008940',-5,1); -INSERT INTO zipcodes VALUES (43203,'Columbus','OH','39.971800','-82.968800',-5,1); -INSERT INTO zipcodes VALUES (43204,'Columbus','OH','39.958496','-83.082310',-5,1); -INSERT INTO zipcodes VALUES (43205,'Columbus','OH','39.957265','-82.965870',-5,1); -INSERT INTO zipcodes VALUES (43206,'Columbus','OH','39.944564','-82.980850',-5,1); -INSERT INTO zipcodes VALUES (43207,'Columbus','OH','39.897695','-82.969690',-5,1); -INSERT INTO zipcodes VALUES (43209,'Columbus','OH','39.958564','-82.928240',-5,1); -INSERT INTO zipcodes VALUES (43210,'Columbus','OH','40.003681','-83.021480',-5,1); -INSERT INTO zipcodes VALUES (43211,'Columbus','OH','40.012714','-82.971270',-5,1); -INSERT INTO zipcodes VALUES (43212,'Columbus','OH','39.988114','-83.042680',-5,1); -INSERT INTO zipcodes VALUES (43213,'Columbus','OH','39.966814','-82.874130',-5,1); -INSERT INTO zipcodes VALUES (43214,'Columbus','OH','40.053063','-83.018810',-5,1); -INSERT INTO zipcodes VALUES (43215,'Columbus','OH','39.965131','-83.004310',-5,1); -INSERT INTO zipcodes VALUES (43216,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43217,'Columbus','OH','39.824831','-82.943840',-5,1); -INSERT INTO zipcodes VALUES (43218,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43219,'Columbus','OH','40.002514','-82.925890',-5,1); -INSERT INTO zipcodes VALUES (43220,'Columbus','OH','40.047273','-83.069860',-5,1); -INSERT INTO zipcodes VALUES (43221,'Columbus','OH','40.020630','-83.076550',-5,1); -INSERT INTO zipcodes VALUES (43222,'Columbus','OH','39.958664','-83.028560',-5,1); -INSERT INTO zipcodes VALUES (43223,'Columbus','OH','39.935263','-83.045580',-5,1); -INSERT INTO zipcodes VALUES (43224,'Columbus','OH','40.039914','-82.967720',-5,1); -INSERT INTO zipcodes VALUES (43226,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43227,'Columbus','OH','39.944231','-82.890630',-5,1); -INSERT INTO zipcodes VALUES (43228,'Columbus','OH','39.954363','-83.123000',-5,1); -INSERT INTO zipcodes VALUES (43229,'Columbus','OH','40.085313','-82.973260',-5,1); -INSERT INTO zipcodes VALUES (43230,'Columbus','OH','40.039963','-82.878550',-5,1); -INSERT INTO zipcodes VALUES (43231,'Columbus','OH','40.076042','-82.940640',-5,1); -INSERT INTO zipcodes VALUES (43232,'Columbus','OH','39.924213','-82.865630',-5,1); -INSERT INTO zipcodes VALUES (43234,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43235,'Columbus','OH','40.099204','-83.055670',-5,1); -INSERT INTO zipcodes VALUES (43236,'Columbus','OH','40.135711','-83.007626',-5,1); -INSERT INTO zipcodes VALUES (43240,'Columbus','OH','40.146873','-82.981780',-5,1); -INSERT INTO zipcodes VALUES (43251,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43260,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43265,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43266,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43268,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43270,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43271,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43272,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43279,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43284,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43287,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43291,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43299,'Columbus','OH','39.969036','-83.011389',-5,1); -INSERT INTO zipcodes VALUES (43301,'Marion','OH','40.616604','-83.069296',-5,1); -INSERT INTO zipcodes VALUES (43302,'Marion','OH','40.589747','-83.121730',-5,1); -INSERT INTO zipcodes VALUES (43306,'Marion','OH','40.569410','-83.139341',-5,1); -INSERT INTO zipcodes VALUES (43307,'Marion','OH','40.569410','-83.139341',-5,1); -INSERT INTO zipcodes VALUES (43310,'Belle Center','OH','40.518081','-83.780520',-5,1); -INSERT INTO zipcodes VALUES (43311,'Bellefontaine','OH','40.365923','-83.758160',-5,1); -INSERT INTO zipcodes VALUES (43314,'Caledonia','OH','40.642604','-82.961580',-5,1); -INSERT INTO zipcodes VALUES (43315,'Cardington','OH','40.490756','-82.873120',-5,1); -INSERT INTO zipcodes VALUES (43316,'Carey','OH','40.954293','-83.380680',-5,1); -INSERT INTO zipcodes VALUES (43317,'Chesterville','OH','40.479649','-82.683560',-5,1); -INSERT INTO zipcodes VALUES (43318,'De Graff','OH','40.314099','-83.910410',-5,1); -INSERT INTO zipcodes VALUES (43319,'East Liberty','OH','40.307923','-83.569240',-5,1); -INSERT INTO zipcodes VALUES (43320,'Edison','OH','40.583666','-82.884430',-5,1); -INSERT INTO zipcodes VALUES (43321,'Fulton','OH','40.462420','-82.828310',-5,1); -INSERT INTO zipcodes VALUES (43322,'Green Camp','OH','40.531614','-83.209370',-5,1); -INSERT INTO zipcodes VALUES (43323,'Harpster','OH','40.730593','-83.244540',-5,1); -INSERT INTO zipcodes VALUES (43324,'Huntsville','OH','40.460862','-83.837740',-5,1); -INSERT INTO zipcodes VALUES (43325,'Iberia','OH','40.607960','-82.872954',-5,1); -INSERT INTO zipcodes VALUES (43326,'Kenton','OH','40.642266','-83.605770',-5,1); -INSERT INTO zipcodes VALUES (43330,'Kirby','OH','40.813023','-83.419606',-5,1); -INSERT INTO zipcodes VALUES (43331,'Lakeview','OH','40.507868','-83.907050',-5,1); -INSERT INTO zipcodes VALUES (43332,'La Rue','OH','40.585905','-83.382800',-5,1); -INSERT INTO zipcodes VALUES (43333,'Lewistown','OH','40.436172','-83.925280',-5,1); -INSERT INTO zipcodes VALUES (43334,'Marengo','OH','40.399648','-82.807830',-5,1); -INSERT INTO zipcodes VALUES (43335,'Martel','OH','40.668497','-82.909984',-5,1); -INSERT INTO zipcodes VALUES (43336,'Middleburg','OH','40.293691','-83.582700',-5,1); -INSERT INTO zipcodes VALUES (43337,'Morral','OH','40.687548','-83.229440',-5,1); -INSERT INTO zipcodes VALUES (43338,'Mount Gilead','OH','40.555366','-82.772730',-5,1); -INSERT INTO zipcodes VALUES (43340,'Mount Victory','OH','40.547039','-83.492040',-5,1); -INSERT INTO zipcodes VALUES (43341,'New Bloomington','OH','40.587559','-83.312540',-5,1); -INSERT INTO zipcodes VALUES (43342,'Prospect','OH','40.470755','-83.183050',-5,1); -INSERT INTO zipcodes VALUES (43343,'Quincy','OH','40.308916','-83.973250',-5,1); -INSERT INTO zipcodes VALUES (43344,'Richwood','OH','40.430758','-83.321030',-5,1); -INSERT INTO zipcodes VALUES (43345,'Ridgeway','OH','40.513261','-83.577360',-5,1); -INSERT INTO zipcodes VALUES (43346,'Roundhead','OH','40.573227','-83.846199',-5,1); -INSERT INTO zipcodes VALUES (43347,'Rushsylvania','OH','40.470605','-83.665380',-5,1); -INSERT INTO zipcodes VALUES (43348,'Russells Point','OH','40.469231','-83.885540',-5,1); -INSERT INTO zipcodes VALUES (43349,'Shauck','OH','40.614239','-82.661938',-5,1); -INSERT INTO zipcodes VALUES (43350,'Sparta','OH','40.394773','-82.699520',-5,1); -INSERT INTO zipcodes VALUES (43351,'Upper Sandusky','OH','40.827320','-83.299210',-5,1); -INSERT INTO zipcodes VALUES (43355,'Ridgeville','OH','41.438281','-84.254241',-5,1); -INSERT INTO zipcodes VALUES (43356,'Waldo','OH','40.461613','-83.050470',-5,1); -INSERT INTO zipcodes VALUES (43357,'West Liberty','OH','40.254824','-83.751000',-5,1); -INSERT INTO zipcodes VALUES (43358,'West Mansfield','OH','40.413252','-83.538530',-5,1); -INSERT INTO zipcodes VALUES (43359,'Wharton','OH','40.863848','-83.457140',-5,1); -INSERT INTO zipcodes VALUES (43360,'Zanesfield','OH','40.327984','-83.668840',-5,1); -INSERT INTO zipcodes VALUES (43381,'Stokes','OH','40.498069','-83.921517',-5,1); -INSERT INTO zipcodes VALUES (43400,'Danbury','OH','41.532003','-82.797419',-5,1); -INSERT INTO zipcodes VALUES (43402,'Bowling Green','OH','41.388519','-83.657950',-5,1); -INSERT INTO zipcodes VALUES (43403,'Bowling Green','OH','41.392350','-83.648996',-5,1); -INSERT INTO zipcodes VALUES (43406,'Bradner','OH','41.328037','-83.438020',-5,1); -INSERT INTO zipcodes VALUES (43407,'Burgoon','OH','41.277969','-83.245780',-5,1); -INSERT INTO zipcodes VALUES (43408,'Clay Center','OH','41.565049','-83.363000',-5,1); -INSERT INTO zipcodes VALUES (43410,'Clyde','OH','41.304387','-82.969250',-5,1); -INSERT INTO zipcodes VALUES (43412,'Curtice','OH','41.636780','-83.307240',-5,1); -INSERT INTO zipcodes VALUES (43413,'Cygnet','OH','41.240054','-83.649850',-5,1); -INSERT INTO zipcodes VALUES (43414,'Dunbridge','OH','41.392350','-83.648996',-5,1); -INSERT INTO zipcodes VALUES (43416,'Elmore','OH','41.477061','-83.283610',-5,1); -INSERT INTO zipcodes VALUES (43420,'Fremont','OH','41.353070','-83.112170',-5,1); -INSERT INTO zipcodes VALUES (43430,'Genoa','OH','41.523309','-83.370720',-5,1); -INSERT INTO zipcodes VALUES (43431,'Gibsonburg','OH','41.390878','-83.323130',-5,1); -INSERT INTO zipcodes VALUES (43432,'Graytown','OH','41.553383','-83.255970',-5,1); -INSERT INTO zipcodes VALUES (43433,'Gypsum','OH','41.503759','-82.870840',-5,1); -INSERT INTO zipcodes VALUES (43434,'Harbor View','OH','41.645699','-83.620233',-5,1); -INSERT INTO zipcodes VALUES (43435,'Helena','OH','41.333956','-83.303330',-5,1); -INSERT INTO zipcodes VALUES (43436,'Isle Saint George','OH','41.715332','-82.822697',-5,1); -INSERT INTO zipcodes VALUES (43437,'Jerry City','OH','41.252306','-83.604640',-5,1); -INSERT INTO zipcodes VALUES (43438,'Kelleys Island','OH','41.601343','-82.697440',-5,1); -INSERT INTO zipcodes VALUES (43439,'Lacarne','OH','41.517510','-83.042930',-5,1); -INSERT INTO zipcodes VALUES (43440,'Lakeside Marblehead','OH','41.533186','-82.758810',-5,1); -INSERT INTO zipcodes VALUES (43441,'Lemoyne','OH','41.536132','-83.459380',-5,1); -INSERT INTO zipcodes VALUES (43442,'Lindsey','OH','41.425328','-83.225300',-5,1); -INSERT INTO zipcodes VALUES (43443,'Luckey','OH','41.455078','-83.477350',-5,1); -INSERT INTO zipcodes VALUES (43445,'Martin','OH','41.596682','-83.289850',-5,1); -INSERT INTO zipcodes VALUES (43446,'Middle Bass','OH','41.683477','-82.804677',-5,1); -INSERT INTO zipcodes VALUES (43447,'Millbury','OH','41.567800','-83.433000',-5,1); -INSERT INTO zipcodes VALUES (43449,'Oak Harbor','OH','41.534460','-83.135690',-5,1); -INSERT INTO zipcodes VALUES (43450,'Pemberville','OH','41.403100','-83.476640',-5,1); -INSERT INTO zipcodes VALUES (43451,'Portage','OH','41.318285','-83.628350',-5,1); -INSERT INTO zipcodes VALUES (43452,'Port Clinton','OH','41.512855','-82.929480',-5,1); -INSERT INTO zipcodes VALUES (43456,'Put In Bay','OH','41.671574','-82.812780',-5,1); -INSERT INTO zipcodes VALUES (43457,'Risingsun','OH','41.269279','-83.431710',-5,1); -INSERT INTO zipcodes VALUES (43458,'Rocky Ridge','OH','41.532215','-83.210260',-5,1); -INSERT INTO zipcodes VALUES (43460,'Rossford','OH','41.603797','-83.561900',-5,1); -INSERT INTO zipcodes VALUES (43462,'Rudolph','OH','41.284470','-83.695150',-5,1); -INSERT INTO zipcodes VALUES (43463,'Stony Ridge','OH','41.509051','-83.508531',-5,1); -INSERT INTO zipcodes VALUES (43464,'Vickery','OH','41.404156','-82.925090',-5,1); -INSERT INTO zipcodes VALUES (43465,'Walbridge','OH','41.577250','-83.497950',-5,1); -INSERT INTO zipcodes VALUES (43466,'Wayne','OH','41.289530','-83.502150',-5,1); -INSERT INTO zipcodes VALUES (43467,'West Millgrove','OH','41.245763','-83.489480',-5,1); -INSERT INTO zipcodes VALUES (43468,'Williston','OH','41.602898','-83.339880',-5,1); -INSERT INTO zipcodes VALUES (43469,'Woodville','OH','41.455129','-83.365650',-5,1); -INSERT INTO zipcodes VALUES (43501,'Alvordton','OH','41.673094','-84.447110',-5,1); -INSERT INTO zipcodes VALUES (43502,'Archbold','OH','41.529231','-84.308660',-5,1); -INSERT INTO zipcodes VALUES (43504,'Berkey','OH','41.697701','-83.834460',-5,1); -INSERT INTO zipcodes VALUES (43505,'Blakeslee','OH','41.523945','-84.730275',-5,1); -INSERT INTO zipcodes VALUES (43506,'Bryan','OH','41.471569','-84.554590',-5,1); -INSERT INTO zipcodes VALUES (43510,'Colton','OH','41.419878','-84.013674',-5,1); -INSERT INTO zipcodes VALUES (43511,'Custar','OH','41.262560','-83.829170',-5,1); -INSERT INTO zipcodes VALUES (43512,'Defiance','OH','41.290370','-84.365390',-5,1); -INSERT INTO zipcodes VALUES (43515,'Delta','OH','41.585627','-84.007780',-5,1); -INSERT INTO zipcodes VALUES (43516,'Deshler','OH','41.211032','-83.898270',-5,1); -INSERT INTO zipcodes VALUES (43517,'Edgerton','OH','41.441679','-84.733560',-5,1); -INSERT INTO zipcodes VALUES (43518,'Edon','OH','41.572443','-84.753330',-5,1); -INSERT INTO zipcodes VALUES (43519,'Evansport','OH','41.422158','-84.396619',-5,1); -INSERT INTO zipcodes VALUES (43520,'Farmer','OH','41.390660','-84.631322',-5,1); -INSERT INTO zipcodes VALUES (43521,'Fayette','OH','41.661430','-84.297320',-5,1); -INSERT INTO zipcodes VALUES (43522,'Grand Rapids','OH','41.427352','-83.849440',-5,1); -INSERT INTO zipcodes VALUES (43523,'Grelton','OH','41.341081','-84.000532',-5,1); -INSERT INTO zipcodes VALUES (43524,'Hamler','OH','41.229001','-84.035670',-5,1); -INSERT INTO zipcodes VALUES (43525,'Haskins','OH','41.466185','-83.707250',-5,1); -INSERT INTO zipcodes VALUES (43526,'Hicksville','OH','41.305690','-84.744960',-5,1); -INSERT INTO zipcodes VALUES (43527,'Holgate','OH','41.253169','-84.147540',-5,1); -INSERT INTO zipcodes VALUES (43528,'Holland','OH','41.626651','-83.730470',-5,1); -INSERT INTO zipcodes VALUES (43529,'Hoytville','OH','41.190401','-83.782490',-5,1); -INSERT INTO zipcodes VALUES (43530,'Jewell','OH','41.325764','-84.279306',-5,1); -INSERT INTO zipcodes VALUES (43531,'Kunkle','OH','41.635979','-84.494530',-5,1); -INSERT INTO zipcodes VALUES (43532,'Liberty Center','OH','41.450082','-83.975630',-5,1); -INSERT INTO zipcodes VALUES (43533,'Lyons','OH','41.696808','-84.075580',-5,1); -INSERT INTO zipcodes VALUES (43534,'McClure','OH','41.368743','-83.934220',-5,1); -INSERT INTO zipcodes VALUES (43535,'Malinta','OH','41.315943','-84.030210',-5,1); -INSERT INTO zipcodes VALUES (43536,'Mark Center','OH','41.299247','-84.637480',-5,1); -INSERT INTO zipcodes VALUES (43537,'Maumee','OH','41.576992','-83.672000',-5,1); -INSERT INTO zipcodes VALUES (43538,'Monclova','OH','41.597362','-83.806053',-5,1); -INSERT INTO zipcodes VALUES (43540,'Metamora','OH','41.702622','-83.937250',-5,1); -INSERT INTO zipcodes VALUES (43541,'Milton Center','OH','41.301347','-83.829230',-5,1); -INSERT INTO zipcodes VALUES (43542,'Monclova','OH','41.577428','-83.763960',-5,1); -INSERT INTO zipcodes VALUES (43543,'Montpelier','OH','41.609365','-84.622920',-5,1); -INSERT INTO zipcodes VALUES (43545,'Napoleon','OH','41.388278','-84.125110',-5,1); -INSERT INTO zipcodes VALUES (43547,'Neapolis','OH','41.491702','-83.871080',-5,1); -INSERT INTO zipcodes VALUES (43548,'New Bavaria','OH','41.190188','-84.175490',-5,1); -INSERT INTO zipcodes VALUES (43549,'Ney','OH','41.380047','-84.513130',-5,1); -INSERT INTO zipcodes VALUES (43550,'Okolona','OH','41.326664','-84.111701',-5,1); -INSERT INTO zipcodes VALUES (43551,'Perrysburg','OH','41.540724','-83.589040',-5,1); -INSERT INTO zipcodes VALUES (43552,'Perrysburg','OH','41.392350','-83.648996',-5,1); -INSERT INTO zipcodes VALUES (43553,'Pettisville','OH','41.531159','-84.227160',-5,1); -INSERT INTO zipcodes VALUES (43554,'Pioneer','OH','41.659730','-84.562250',-5,1); -INSERT INTO zipcodes VALUES (43555,'Ridgeville Corners','OH','41.437905','-84.255000',-5,1); -INSERT INTO zipcodes VALUES (43556,'Sherwood','OH','41.298409','-84.558850',-5,1); -INSERT INTO zipcodes VALUES (43557,'Stryker','OH','41.491112','-84.407090',-5,1); -INSERT INTO zipcodes VALUES (43558,'Swanton','OH','41.585948','-83.873840',-5,1); -INSERT INTO zipcodes VALUES (43560,'Sylvania','OH','41.706383','-83.710200',-5,1); -INSERT INTO zipcodes VALUES (43565,'Tontogany','OH','41.419152','-83.740240',-5,1); -INSERT INTO zipcodes VALUES (43566,'Waterville','OH','41.501902','-83.736850',-5,1); -INSERT INTO zipcodes VALUES (43567,'Wauseon','OH','41.561500','-84.155740',-5,1); -INSERT INTO zipcodes VALUES (43569,'Weston','OH','41.349205','-83.789530',-5,1); -INSERT INTO zipcodes VALUES (43570,'West Unity','OH','41.586794','-84.435740',-5,1); -INSERT INTO zipcodes VALUES (43571,'Whitehouse','OH','41.517402','-83.810630',-5,1); -INSERT INTO zipcodes VALUES (43579,'Tiffin','OH','41.425554','-84.395196',-5,1); -INSERT INTO zipcodes VALUES (43601,'Toledo','OH','41.720684','-83.569359',-5,1); -INSERT INTO zipcodes VALUES (43602,'Toledo','OH','41.646649','-83.549350',-5,1); -INSERT INTO zipcodes VALUES (43603,'Toledo','OH','41.686778','-83.439430',-5,1); -INSERT INTO zipcodes VALUES (43604,'Toledo','OH','41.658109','-83.527740',-5,1); -INSERT INTO zipcodes VALUES (43605,'Toledo','OH','41.642549','-83.510400',-5,1); -INSERT INTO zipcodes VALUES (43606,'Toledo','OH','41.671761','-83.606400',-5,1); -INSERT INTO zipcodes VALUES (43607,'Toledo','OH','41.650000','-83.597830',-5,1); -INSERT INTO zipcodes VALUES (43608,'Toledo','OH','41.678248','-83.532570',-5,1); -INSERT INTO zipcodes VALUES (43609,'Toledo','OH','41.631050','-83.573130',-5,1); -INSERT INTO zipcodes VALUES (43610,'Toledo','OH','41.676299','-83.559960',-5,1); -INSERT INTO zipcodes VALUES (43611,'Toledo','OH','41.703379','-83.490030',-5,1); -INSERT INTO zipcodes VALUES (43612,'Toledo','OH','41.706048','-83.557700',-5,1); -INSERT INTO zipcodes VALUES (43613,'Toledo','OH','41.703899','-83.605000',-5,1); -INSERT INTO zipcodes VALUES (43614,'Toledo','OH','41.601350','-83.626110',-5,1); -INSERT INTO zipcodes VALUES (43615,'Toledo','OH','41.652200','-83.670370',-5,1); -INSERT INTO zipcodes VALUES (43616,'Oregon','OH','41.646398','-83.469330',-5,1); -INSERT INTO zipcodes VALUES (43617,'Toledo','OH','41.667361','-83.716090',-5,1); -INSERT INTO zipcodes VALUES (43618,'Oregon','OH','41.676897','-83.399720',-5,1); -INSERT INTO zipcodes VALUES (43619,'Northwood','OH','41.607416','-83.483220',-5,1); -INSERT INTO zipcodes VALUES (43620,'Toledo','OH','41.665849','-83.552180',-5,1); -INSERT INTO zipcodes VALUES (43623,'Toledo','OH','41.707649','-83.643630',-5,1); -INSERT INTO zipcodes VALUES (43624,'Toledo','OH','41.657099','-83.545250',-5,1); -INSERT INTO zipcodes VALUES (43628,'Howard','OH','40.446520','-82.329486',-5,1); -INSERT INTO zipcodes VALUES (43635,'Toledo','OH','41.686778','-83.439430',-5,1); -INSERT INTO zipcodes VALUES (43652,'Toledo','OH','41.686778','-83.439430',-5,1); -INSERT INTO zipcodes VALUES (43653,'Toledo','OH','41.686778','-83.439430',-5,1); -INSERT INTO zipcodes VALUES (43654,'Toledo','OH','41.686778','-83.439430',-5,1); -INSERT INTO zipcodes VALUES (43655,'Toledo','OH','41.686778','-83.439430',-5,1); -INSERT INTO zipcodes VALUES (43656,'Toledo','OH','41.678167','-83.497155',-5,1); -INSERT INTO zipcodes VALUES (43657,'Toledo','OH','41.686778','-83.439430',-5,1); -INSERT INTO zipcodes VALUES (43659,'Toledo','OH','41.686778','-83.439430',-5,1); -INSERT INTO zipcodes VALUES (43660,'Toledo','OH','41.654649','-83.532883',-5,1); -INSERT INTO zipcodes VALUES (43661,'Toledo','OH','41.678167','-83.497155',-5,1); -INSERT INTO zipcodes VALUES (43666,'Toledo','OH','41.678167','-83.497155',-5,1); -INSERT INTO zipcodes VALUES (43667,'Toledo','OH','41.686778','-83.439430',-5,1); -INSERT INTO zipcodes VALUES (43681,'Toledo','OH','41.686778','-83.439430',-5,1); -INSERT INTO zipcodes VALUES (43682,'Toledo','OH','41.686778','-83.439430',-5,1); -INSERT INTO zipcodes VALUES (43697,'Toledo','OH','41.686778','-83.439430',-5,1); -INSERT INTO zipcodes VALUES (43699,'Toledo','OH','41.653788','-83.658937',-5,1); -INSERT INTO zipcodes VALUES (43701,'Zanesville','OH','39.949377','-82.004920',-5,1); -INSERT INTO zipcodes VALUES (43702,'Zanesville','OH','39.961236','-81.962539',-5,1); -INSERT INTO zipcodes VALUES (43704,'Columbus','OH','39.991729','-83.082262',-5,1); -INSERT INTO zipcodes VALUES (43708,'Wayne','OH','39.922656','-81.433818',-5,1); -INSERT INTO zipcodes VALUES (43711,'Ava','OH','39.827556','-81.554854',-5,1); -INSERT INTO zipcodes VALUES (43713,'Barnesville','OH','39.989191','-81.171970',-5,1); -INSERT INTO zipcodes VALUES (43716,'Beallsville','OH','39.841646','-81.021040',-5,1); -INSERT INTO zipcodes VALUES (43717,'Belle Valley','OH','39.789241','-81.554830',-5,1); -INSERT INTO zipcodes VALUES (43718,'Belmont','OH','40.028171','-81.006790',-5,1); -INSERT INTO zipcodes VALUES (43719,'Bethesda','OH','40.009383','-81.076300',-5,1); -INSERT INTO zipcodes VALUES (43720,'Blue Rock','OH','39.806956','-81.881790',-5,1); -INSERT INTO zipcodes VALUES (43721,'Brownsville','OH','39.946713','-82.256420',-5,1); -INSERT INTO zipcodes VALUES (43722,'Buffalo','OH','39.917012','-81.519470',-5,1); -INSERT INTO zipcodes VALUES (43723,'Byesville','OH','39.968985','-81.541080',-5,1); -INSERT INTO zipcodes VALUES (43724,'Caldwell','OH','39.741629','-81.525120',-5,1); -INSERT INTO zipcodes VALUES (43725,'Cambridge','OH','40.025859','-81.592430',-5,1); -INSERT INTO zipcodes VALUES (43727,'Chandlersville','OH','39.873402','-81.817240',-5,1); -INSERT INTO zipcodes VALUES (43728,'Chesterhill','OH','39.484626','-81.896130',-5,1); -INSERT INTO zipcodes VALUES (43730,'Corning','OH','39.617263','-82.093250',-5,1); -INSERT INTO zipcodes VALUES (43731,'Crooksville','OH','39.742354','-82.093490',-5,1); -INSERT INTO zipcodes VALUES (43732,'Cumberland','OH','39.852610','-81.649220',-5,1); -INSERT INTO zipcodes VALUES (43733,'Derwent','OH','39.923616','-81.542965',-5,1); -INSERT INTO zipcodes VALUES (43734,'Duncan Falls','OH','39.876997','-81.909090',-5,1); -INSERT INTO zipcodes VALUES (43735,'East Fultonham','OH','39.851515','-82.121730',-5,1); -INSERT INTO zipcodes VALUES (43736,'Fairview','OH','40.064971','-81.255793',-5,1); -INSERT INTO zipcodes VALUES (43738,'Fultonham','OH','39.855355','-82.141780',-5,1); -INSERT INTO zipcodes VALUES (43739,'Glenford','OH','39.905157','-82.285070',-5,1); -INSERT INTO zipcodes VALUES (43740,'Gratiot','OH','39.950857','-82.218420',-5,1); -INSERT INTO zipcodes VALUES (43741,'Wayne','OH','39.884291','-81.106797',-5,1); -INSERT INTO zipcodes VALUES (43746,'Hopewell','OH','39.966135','-82.183760',-5,1); -INSERT INTO zipcodes VALUES (43747,'Jerusalem','OH','39.862128','-81.111390',-5,1); -INSERT INTO zipcodes VALUES (43748,'Junction City','OH','39.710863','-82.302280',-5,1); -INSERT INTO zipcodes VALUES (43749,'Kimbolton','OH','40.157301','-81.557360',-5,1); -INSERT INTO zipcodes VALUES (43750,'Kipling','OH','39.994467','-81.500579',-5,1); -INSERT INTO zipcodes VALUES (43752,'Laings','OH','39.717086','-81.009999',-5,1); -INSERT INTO zipcodes VALUES (43754,'Lewisville','OH','39.766070','-81.243570',-5,1); -INSERT INTO zipcodes VALUES (43755,'Lore City','OH','40.041068','-81.446350',-5,1); -INSERT INTO zipcodes VALUES (43756,'McConnelsville','OH','39.675911','-81.795480',-5,1); -INSERT INTO zipcodes VALUES (43757,'Malaga','OH','39.859373','-81.151604',-5,1); -INSERT INTO zipcodes VALUES (43758,'Malta','OH','39.621481','-81.917370',-5,1); -INSERT INTO zipcodes VALUES (43759,'Morristown','OH','40.011338','-80.970135',-5,1); -INSERT INTO zipcodes VALUES (43760,'Mount Perry','OH','39.888751','-82.192240',-5,1); -INSERT INTO zipcodes VALUES (43761,'Moxahala','OH','39.740299','-82.248369',-5,1); -INSERT INTO zipcodes VALUES (43762,'New Concord','OH','40.018953','-81.736570',-5,1); -INSERT INTO zipcodes VALUES (43764,'New Lexington','OH','39.717824','-82.198230',-5,1); -INSERT INTO zipcodes VALUES (43766,'New Straitsville','OH','39.588854','-82.252790',-5,1); -INSERT INTO zipcodes VALUES (43767,'Norwich','OH','39.990948','-81.806290',-5,1); -INSERT INTO zipcodes VALUES (43768,'Old Washington','OH','40.038503','-81.442320',-5,1); -INSERT INTO zipcodes VALUES (43771,'Philo','OH','39.842048','-81.932640',-5,1); -INSERT INTO zipcodes VALUES (43772,'Pleasant City','OH','39.895548','-81.534830',-5,1); -INSERT INTO zipcodes VALUES (43773,'Quaker City','OH','39.991056','-81.285170',-5,1); -INSERT INTO zipcodes VALUES (43777,'Roseville','OH','39.814025','-82.078080',-5,1); -INSERT INTO zipcodes VALUES (43778,'Salesville','OH','39.995987','-81.366410',-5,1); -INSERT INTO zipcodes VALUES (43779,'Sarahsville','OH','39.803205','-81.433680',-5,1); -INSERT INTO zipcodes VALUES (43780,'Senecaville','OH','39.930047','-81.442560',-5,1); -INSERT INTO zipcodes VALUES (43782,'Shawnee','OH','39.608984','-82.222250',-5,1); -INSERT INTO zipcodes VALUES (43783,'Somerset','OH','39.801679','-82.291660',-5,1); -INSERT INTO zipcodes VALUES (43786,'Stafford','OH','39.711168','-81.275824',-5,1); -INSERT INTO zipcodes VALUES (43787,'Stockport','OH','39.536415','-81.800090',-5,1); -INSERT INTO zipcodes VALUES (43788,'Summerfield','OH','39.799978','-81.335480',-5,1); -INSERT INTO zipcodes VALUES (43789,'Sycamore Valley','OH','39.654386','-81.240732',-5,1); -INSERT INTO zipcodes VALUES (43791,'White Cottage','OH','39.855474','-82.114920',-5,1); -INSERT INTO zipcodes VALUES (43793,'Woodsfield','OH','39.742066','-81.099080',-5,1); -INSERT INTO zipcodes VALUES (43799,'Center','OH','39.816891','-81.485315',-5,1); -INSERT INTO zipcodes VALUES (43802,'Adamsville','OH','40.090643','-81.865560',-5,1); -INSERT INTO zipcodes VALUES (43803,'Bakersville','OH','40.357237','-81.643638',-5,1); -INSERT INTO zipcodes VALUES (43804,'Baltic','OH','40.449531','-81.723090',-5,1); -INSERT INTO zipcodes VALUES (43805,'Blissfield','OH','40.398274','-81.968787',-5,1); -INSERT INTO zipcodes VALUES (43811,'Conesville','OH','40.180136','-81.904220',-5,1); -INSERT INTO zipcodes VALUES (43812,'Coshocton','OH','40.270198','-81.867610',-5,1); -INSERT INTO zipcodes VALUES (43821,'Dresden','OH','40.130754','-82.016370',-5,1); -INSERT INTO zipcodes VALUES (43822,'Frazeysburg','OH','40.161484','-82.163240',-5,1); -INSERT INTO zipcodes VALUES (43824,'Fresno','OH','40.357857','-81.752880',-5,1); -INSERT INTO zipcodes VALUES (43828,'Keene','OH','40.351271','-81.873607',-5,1); -INSERT INTO zipcodes VALUES (43830,'Nashport','OH','40.063886','-82.159770',-5,1); -INSERT INTO zipcodes VALUES (43832,'Newcomerstown','OH','40.277376','-81.596620',-5,1); -INSERT INTO zipcodes VALUES (43836,'Plainfield','OH','40.200382','-81.720675',-5,1); -INSERT INTO zipcodes VALUES (43837,'Port Washington','OH','40.314481','-81.497510',-5,1); -INSERT INTO zipcodes VALUES (43840,'Stone Creek','OH','40.406106','-81.583740',-5,1); -INSERT INTO zipcodes VALUES (43842,'Trinway','OH','40.140472','-82.010790',-5,1); -INSERT INTO zipcodes VALUES (43843,'Walhonding','OH','40.347900','-82.177890',-5,1); -INSERT INTO zipcodes VALUES (43844,'Warsaw','OH','40.335030','-82.043140',-5,1); -INSERT INTO zipcodes VALUES (43845,'West Lafayette','OH','40.268019','-81.742130',-5,1); -INSERT INTO zipcodes VALUES (43901,'Adena','OH','40.223285','-80.870170',-5,1); -INSERT INTO zipcodes VALUES (43902,'Alledonia','OH','39.890564','-80.976600',-5,1); -INSERT INTO zipcodes VALUES (43903,'Amsterdam','OH','40.469171','-80.933630',-5,1); -INSERT INTO zipcodes VALUES (43905,'Barton','OH','40.105279','-80.842920',-5,1); -INSERT INTO zipcodes VALUES (43906,'Bellaire','OH','40.015580','-80.763430',-5,1); -INSERT INTO zipcodes VALUES (43907,'Cadiz','OH','40.258447','-81.004150',-5,1); -INSERT INTO zipcodes VALUES (43908,'Bergholz','OH','40.518045','-80.887330',-5,1); -INSERT INTO zipcodes VALUES (43909,'Blaine','OH','40.067767','-80.818360',-5,1); -INSERT INTO zipcodes VALUES (43910,'Bloomingdale','OH','40.361891','-80.819530',-5,1); -INSERT INTO zipcodes VALUES (43912,'Bridgeport','OH','40.074284','-80.774470',-5,1); -INSERT INTO zipcodes VALUES (43913,'Brilliant','OH','40.262120','-80.635600',-5,1); -INSERT INTO zipcodes VALUES (43914,'Cameron','OH','39.768134','-80.944550',-5,1); -INSERT INTO zipcodes VALUES (43915,'Clarington','OH','39.759825','-80.886950',-5,1); -INSERT INTO zipcodes VALUES (43916,'Colerain','OH','40.122351','-80.814948',-5,1); -INSERT INTO zipcodes VALUES (43917,'Dillonvale','OH','40.212067','-80.780940',-5,1); -INSERT INTO zipcodes VALUES (43920,'East Liverpool','OH','40.641545','-80.574690',-5,1); -INSERT INTO zipcodes VALUES (43924,'Noble','OH','39.764709','-81.537215',-5,1); -INSERT INTO zipcodes VALUES (43925,'East Springfield','OH','40.450257','-80.860150',-5,1); -INSERT INTO zipcodes VALUES (43926,'Empire','OH','40.510729','-80.623440',-5,1); -INSERT INTO zipcodes VALUES (43927,'Fairpoint','OH','40.117610','-80.937630',-5,1); -INSERT INTO zipcodes VALUES (43928,'Glencoe','OH','40.008421','-80.889130',-5,1); -INSERT INTO zipcodes VALUES (43930,'Hammondsville','OH','40.566375','-80.769290',-5,1); -INSERT INTO zipcodes VALUES (43931,'Hannibal','OH','39.676317','-80.891369',-5,1); -INSERT INTO zipcodes VALUES (43932,'Irondale','OH','40.561512','-80.718590',-5,1); -INSERT INTO zipcodes VALUES (43933,'Jacobsburg','OH','39.938218','-80.890330',-5,1); -INSERT INTO zipcodes VALUES (43934,'Lansing','OH','40.076176','-80.789260',-5,1); -INSERT INTO zipcodes VALUES (43935,'Martins Ferry','OH','40.103877','-80.733270',-5,1); -INSERT INTO zipcodes VALUES (43937,'Maynard','OH','40.130167','-80.877264',-5,1); -INSERT INTO zipcodes VALUES (43938,'Mingo Junction','OH','40.318569','-80.641720',-5,1); -INSERT INTO zipcodes VALUES (43939,'Mount Pleasant','OH','40.176109','-80.799790',-5,1); -INSERT INTO zipcodes VALUES (43940,'Neffs','OH','40.027491','-80.816060',-5,1); -INSERT INTO zipcodes VALUES (43941,'Piney Fork','OH','40.263948','-80.835767',-5,1); -INSERT INTO zipcodes VALUES (43942,'Powhatan Point','OH','39.861984','-80.820230',-5,1); -INSERT INTO zipcodes VALUES (43943,'Rayland','OH','40.211142','-80.725960',-5,1); -INSERT INTO zipcodes VALUES (43944,'Richmond','OH','40.432730','-80.766920',-5,1); -INSERT INTO zipcodes VALUES (43945,'Salineville','OH','40.624307','-80.838720',-5,1); -INSERT INTO zipcodes VALUES (43946,'Sardis','OH','39.646462','-80.961510',-5,1); -INSERT INTO zipcodes VALUES (43947,'Shadyside','OH','39.964553','-80.760130',-5,1); -INSERT INTO zipcodes VALUES (43948,'Smithfield','OH','40.269741','-80.781370',-5,1); -INSERT INTO zipcodes VALUES (43950,'Saint Clairsville','OH','40.086725','-80.908260',-5,1); -INSERT INTO zipcodes VALUES (43951,'Lafferty','OH','40.109149','-81.017730',-5,1); -INSERT INTO zipcodes VALUES (43952,'Steubenville','OH','40.371185','-80.634260',-5,1); -INSERT INTO zipcodes VALUES (43953,'Steubenville','OH','40.369467','-80.702510',-5,1); -INSERT INTO zipcodes VALUES (43960,'Richland','OH','40.012984','-80.859104',-5,1); -INSERT INTO zipcodes VALUES (43961,'Stratton','OH','40.523054','-80.629400',-5,1); -INSERT INTO zipcodes VALUES (43962,'Summitville','OH','40.679857','-80.885950',-5,1); -INSERT INTO zipcodes VALUES (43963,'Tiltonsville','OH','40.170721','-80.697680',-5,1); -INSERT INTO zipcodes VALUES (43964,'Toronto','OH','40.465183','-80.623640',-5,1); -INSERT INTO zipcodes VALUES (43966,'Unionport','OH','40.360979','-80.839519',-5,1); -INSERT INTO zipcodes VALUES (43967,'Warnock','OH','40.022806','-80.940930',-5,1); -INSERT INTO zipcodes VALUES (43968,'Wellsville','OH','40.621521','-80.668430',-5,1); -INSERT INTO zipcodes VALUES (43970,'Wolf Run','OH','40.469470','-80.889206',-5,1); -INSERT INTO zipcodes VALUES (43971,'Yorkville','OH','40.152615','-80.707890',-5,1); -INSERT INTO zipcodes VALUES (43972,'Bannock','OH','40.099277','-80.976010',-5,1); -INSERT INTO zipcodes VALUES (43973,'Freeport','OH','40.189812','-81.275060',-5,1); -INSERT INTO zipcodes VALUES (43974,'Harrisville','OH','40.181820','-80.886950',-5,1); -INSERT INTO zipcodes VALUES (43976,'Hopedale','OH','40.352364','-80.904650',-5,1); -INSERT INTO zipcodes VALUES (43977,'Flushing','OH','40.147388','-81.112910',-5,1); -INSERT INTO zipcodes VALUES (43981,'New Athens','OH','40.184401','-80.995190',-5,1); -INSERT INTO zipcodes VALUES (43983,'Piedmont','OH','40.147075','-81.202320',-5,1); -INSERT INTO zipcodes VALUES (43984,'New Rumley','OH','40.296490','-81.102502',-5,1); -INSERT INTO zipcodes VALUES (43985,'Holloway','OH','40.011338','-80.970135',-5,1); -INSERT INTO zipcodes VALUES (43986,'Jewett','OH','40.374942','-80.991930',-5,1); -INSERT INTO zipcodes VALUES (43988,'Scio','OH','40.405788','-81.104320',-5,1); -INSERT INTO zipcodes VALUES (43989,'Short Creek','OH','40.296490','-81.102502',-5,1); -INSERT INTO zipcodes VALUES (44001,'Amherst','OH','41.386533','-82.234190',-5,1); -INSERT INTO zipcodes VALUES (44003,'Andover','OH','41.611348','-80.562200',-5,1); -INSERT INTO zipcodes VALUES (44004,'Ashtabula','OH','41.871212','-80.791780',-5,1); -INSERT INTO zipcodes VALUES (44005,'Ashtabula','OH','41.730146','-80.955313',-5,1); -INSERT INTO zipcodes VALUES (44010,'Austinburg','OH','41.758952','-80.862890',-5,1); -INSERT INTO zipcodes VALUES (44011,'Avon','OH','41.450538','-82.021670',-5,1); -INSERT INTO zipcodes VALUES (44012,'Avon Lake','OH','41.501595','-82.006300',-5,1); -INSERT INTO zipcodes VALUES (44017,'Berea','OH','41.369950','-81.862590',-5,1); -INSERT INTO zipcodes VALUES (44021,'Burton','OH','41.442863','-81.144040',-5,1); -INSERT INTO zipcodes VALUES (44022,'Chagrin Falls','OH','41.439320','-81.392320',-5,1); -INSERT INTO zipcodes VALUES (44023,'Chagrin Falls','OH','41.392171','-81.327480',-5,1); -INSERT INTO zipcodes VALUES (44024,'Chardon','OH','41.574171','-81.194730',-5,1); -INSERT INTO zipcodes VALUES (44026,'Chesterland','OH','41.526301','-81.336830',-5,1); -INSERT INTO zipcodes VALUES (44028,'Columbia Station','OH','41.316001','-81.934330',-5,1); -INSERT INTO zipcodes VALUES (44030,'Conneaut','OH','41.934916','-80.579230',-5,1); -INSERT INTO zipcodes VALUES (44032,'Dorset','OH','41.676362','-80.668600',-5,1); -INSERT INTO zipcodes VALUES (44033,'East Claridon','OH','41.533350','-81.111175',-5,1); -INSERT INTO zipcodes VALUES (44035,'Elyria','OH','41.369846','-82.108740',-5,1); -INSERT INTO zipcodes VALUES (44036,'Elyria','OH','41.401494','-82.077068',-5,1); -INSERT INTO zipcodes VALUES (44039,'North Ridgeville','OH','41.389546','-82.004600',-5,1); -INSERT INTO zipcodes VALUES (44040,'Gates Mills','OH','41.532584','-81.410520',-5,1); -INSERT INTO zipcodes VALUES (44041,'Geneva','OH','41.802618','-80.946450',-5,1); -INSERT INTO zipcodes VALUES (44044,'Grafton','OH','41.275919','-82.053150',-5,1); -INSERT INTO zipcodes VALUES (44045,'Grand River','OH','41.742693','-81.282125',-5,1); -INSERT INTO zipcodes VALUES (44046,'Huntsburg','OH','41.541756','-81.080630',-5,1); -INSERT INTO zipcodes VALUES (44047,'Jefferson','OH','41.728451','-80.745070',-5,1); -INSERT INTO zipcodes VALUES (44048,'Kingsville','OH','41.866806','-80.649620',-5,1); -INSERT INTO zipcodes VALUES (44049,'Kipton','OH','41.267051','-82.304700',-5,1); -INSERT INTO zipcodes VALUES (44050,'Lagrange','OH','41.259352','-82.135420',-5,1); -INSERT INTO zipcodes VALUES (44052,'Lorain','OH','41.459218','-82.169100',-5,1); -INSERT INTO zipcodes VALUES (44053,'Lorain','OH','41.431875','-82.206580',-5,1); -INSERT INTO zipcodes VALUES (44054,'Sheffield Lake','OH','41.480540','-82.099140',-5,1); -INSERT INTO zipcodes VALUES (44055,'Lorain','OH','41.435642','-82.136890',-5,1); -INSERT INTO zipcodes VALUES (44056,'Macedonia','OH','41.321189','-81.501350',-5,1); -INSERT INTO zipcodes VALUES (44057,'Madison','OH','41.800630','-81.060210',-5,1); -INSERT INTO zipcodes VALUES (44060,'Mentor','OH','41.688162','-81.333780',-5,1); -INSERT INTO zipcodes VALUES (44061,'Mentor','OH','41.910676','-81.249027',-5,1); -INSERT INTO zipcodes VALUES (44062,'Middlefield','OH','41.462346','-81.036660',-5,1); -INSERT INTO zipcodes VALUES (44064,'Montville','OH','41.613910','-81.055150',-5,1); -INSERT INTO zipcodes VALUES (44065,'Newbury','OH','41.469908','-81.245790',-5,1); -INSERT INTO zipcodes VALUES (44067,'Northfield','OH','41.319704','-81.541190',-5,1); -INSERT INTO zipcodes VALUES (44068,'North Kingsville','OH','41.904594','-80.685034',-5,1); -INSERT INTO zipcodes VALUES (44070,'North Olmsted','OH','41.415097','-81.914360',-5,1); -INSERT INTO zipcodes VALUES (44072,'Novelty','OH','41.478469','-81.336350',-5,1); -INSERT INTO zipcodes VALUES (44073,'Novelty','OH','41.837043','-80.955545',-5,1); -INSERT INTO zipcodes VALUES (44074,'Oberlin','OH','41.286300','-82.219350',-5,1); -INSERT INTO zipcodes VALUES (44076,'Orwell','OH','41.535437','-80.835140',-5,1); -INSERT INTO zipcodes VALUES (44077,'Painesville','OH','41.716094','-81.239600',-5,1); -INSERT INTO zipcodes VALUES (44080,'Parkman','OH','41.372452','-81.066170',-5,1); -INSERT INTO zipcodes VALUES (44081,'Perry','OH','41.767394','-81.142870',-5,1); -INSERT INTO zipcodes VALUES (44082,'Pierpont','OH','41.759503','-80.569950',-5,1); -INSERT INTO zipcodes VALUES (44084,'Rock Creek','OH','41.659739','-80.866350',-5,1); -INSERT INTO zipcodes VALUES (44085,'Rome','OH','41.612800','-80.835790',-5,1); -INSERT INTO zipcodes VALUES (44086,'Thompson','OH','41.674336','-81.057530',-5,1); -INSERT INTO zipcodes VALUES (44087,'Twinsburg','OH','41.314655','-81.444410',-5,1); -INSERT INTO zipcodes VALUES (44088,'Unionville','OH','41.783323','-81.003385',-5,1); -INSERT INTO zipcodes VALUES (44089,'Vermilion','OH','41.407845','-82.364800',-5,1); -INSERT INTO zipcodes VALUES (44090,'Wellington','OH','41.147116','-82.240310',-5,1); -INSERT INTO zipcodes VALUES (44092,'Wickliffe','OH','41.603581','-81.470870',-5,1); -INSERT INTO zipcodes VALUES (44093,'Williamsfield','OH','41.525630','-80.580760',-5,1); -INSERT INTO zipcodes VALUES (44094,'Willoughby','OH','41.625886','-81.399290',-5,1); -INSERT INTO zipcodes VALUES (44095,'Eastlake','OH','41.653796','-81.446140',-5,1); -INSERT INTO zipcodes VALUES (44096,'Willoughby','OH','41.910676','-81.249027',-5,1); -INSERT INTO zipcodes VALUES (44097,'Eastlake','OH','41.910676','-81.249027',-5,1); -INSERT INTO zipcodes VALUES (44099,'Windsor','OH','41.539985','-80.966880',-5,1); -INSERT INTO zipcodes VALUES (44101,'Cleveland','OH','41.523401','-81.599648',-5,1); -INSERT INTO zipcodes VALUES (44102,'Cleveland','OH','41.473451','-81.735800',-5,1); -INSERT INTO zipcodes VALUES (44103,'Cleveland','OH','41.513801','-81.642870',-5,1); -INSERT INTO zipcodes VALUES (44104,'Cleveland','OH','41.484001','-81.627020',-5,1); -INSERT INTO zipcodes VALUES (44105,'Cleveland','OH','41.450602','-81.622160',-5,1); -INSERT INTO zipcodes VALUES (44106,'Cleveland','OH','41.507751','-81.608830',-5,1); -INSERT INTO zipcodes VALUES (44107,'Lakewood','OH','41.480881','-81.800360',-5,1); -INSERT INTO zipcodes VALUES (44108,'Cleveland','OH','41.537150','-81.609050',-5,1); -INSERT INTO zipcodes VALUES (44109,'Cleveland','OH','41.448951','-81.703420',-5,1); -INSERT INTO zipcodes VALUES (44110,'Cleveland','OH','41.562781','-81.572730',-5,1); -INSERT INTO zipcodes VALUES (44111,'Cleveland','OH','41.459399','-81.781740',-5,1); -INSERT INTO zipcodes VALUES (44112,'Cleveland','OH','41.534101','-81.575580',-5,1); -INSERT INTO zipcodes VALUES (44113,'Cleveland','OH','41.484688','-81.701250',-5,1); -INSERT INTO zipcodes VALUES (44114,'Cleveland','OH','41.509880','-81.675300',-5,1); -INSERT INTO zipcodes VALUES (44115,'Cleveland','OH','41.493501','-81.671250',-5,1); -INSERT INTO zipcodes VALUES (44116,'Rocky River','OH','41.475297','-81.845750',-5,1); -INSERT INTO zipcodes VALUES (44117,'Euclid','OH','41.570344','-81.527260',-5,1); -INSERT INTO zipcodes VALUES (44118,'Cleveland','OH','41.499202','-81.554340',-5,1); -INSERT INTO zipcodes VALUES (44119,'Cleveland','OH','41.586749','-81.545840',-5,1); -INSERT INTO zipcodes VALUES (44120,'Cleveland','OH','41.472352','-81.582110',-5,1); -INSERT INTO zipcodes VALUES (44121,'Cleveland','OH','41.526151','-81.533090',-5,1); -INSERT INTO zipcodes VALUES (44122,'Beachwood','OH','41.472881','-81.522090',-5,1); -INSERT INTO zipcodes VALUES (44123,'Euclid','OH','41.602498','-81.523570',-5,1); -INSERT INTO zipcodes VALUES (44124,'Cleveland','OH','41.513752','-81.472810',-5,1); -INSERT INTO zipcodes VALUES (44125,'Cleveland','OH','41.414403','-81.607930',-5,1); -INSERT INTO zipcodes VALUES (44126,'Cleveland','OH','41.441697','-81.857380',-5,1); -INSERT INTO zipcodes VALUES (44127,'Cleveland','OH','41.469951','-81.650090',-5,1); -INSERT INTO zipcodes VALUES (44128,'Cleveland','OH','41.441153','-81.551790',-5,1); -INSERT INTO zipcodes VALUES (44129,'Cleveland','OH','41.397701','-81.735750',-5,1); -INSERT INTO zipcodes VALUES (44130,'Cleveland','OH','41.378051','-81.779450',-5,1); -INSERT INTO zipcodes VALUES (44131,'Independence','OH','41.391753','-81.658160',-5,1); -INSERT INTO zipcodes VALUES (44132,'Euclid','OH','41.608298','-81.500410',-5,1); -INSERT INTO zipcodes VALUES (44133,'North Royalton','OH','41.313758','-81.742040',-5,1); -INSERT INTO zipcodes VALUES (44134,'Cleveland','OH','41.393852','-81.705070',-5,1); -INSERT INTO zipcodes VALUES (44135,'Cleveland','OH','41.432149','-81.804670',-5,1); -INSERT INTO zipcodes VALUES (44136,'Strongsville','OH','41.312752','-81.831970',-5,1); -INSERT INTO zipcodes VALUES (44137,'Maple Heights','OH','41.412653','-81.560670',-5,1); -INSERT INTO zipcodes VALUES (44138,'Olmsted Falls','OH','41.373949','-81.915070',-5,1); -INSERT INTO zipcodes VALUES (44139,'Solon','OH','41.388387','-81.443650',-5,1); -INSERT INTO zipcodes VALUES (44140,'Bay Village','OH','41.484193','-81.926580',-5,1); -INSERT INTO zipcodes VALUES (44141,'Brecksville','OH','41.307688','-81.618350',-5,1); -INSERT INTO zipcodes VALUES (44142,'Brookpark','OH','41.400350','-81.820550',-5,1); -INSERT INTO zipcodes VALUES (44143,'Cleveland','OH','41.550318','-81.481750',-5,1); -INSERT INTO zipcodes VALUES (44144,'Cleveland','OH','41.437018','-81.734880',-5,1); -INSERT INTO zipcodes VALUES (44145,'Westlake','OH','41.454439','-81.928650',-5,1); -INSERT INTO zipcodes VALUES (44146,'Bedford','OH','41.389371','-81.527090',-5,1); -INSERT INTO zipcodes VALUES (44147,'Broadview Heights','OH','41.321827','-81.676590',-5,1); -INSERT INTO zipcodes VALUES (44149,'Brunswick','OH','41.316784','-81.854005',-5,1); -INSERT INTO zipcodes VALUES (44168,'Dalton','OH','40.800660','-81.699683',-5,1); -INSERT INTO zipcodes VALUES (44177,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44178,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44179,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44181,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44184,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44185,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44186,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44188,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44189,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44190,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44191,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44192,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44193,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44194,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44195,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44197,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44198,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44199,'Cleveland','OH','41.685744','-81.672797',-5,1); -INSERT INTO zipcodes VALUES (44201,'Atwater','OH','41.020057','-81.200370',-5,1); -INSERT INTO zipcodes VALUES (44202,'Aurora','OH','41.320612','-81.363520',-5,1); -INSERT INTO zipcodes VALUES (44203,'Barberton','OH','41.017522','-81.616160',-5,1); -INSERT INTO zipcodes VALUES (44210,'Bath','OH','41.128705','-81.539990',-5,1); -INSERT INTO zipcodes VALUES (44211,'Brady Lake','OH','41.169816','-81.312416',-5,1); -INSERT INTO zipcodes VALUES (44212,'Brunswick','OH','41.244051','-81.828360',-5,1); -INSERT INTO zipcodes VALUES (44214,'Burbank','OH','40.965423','-82.000320',-5,1); -INSERT INTO zipcodes VALUES (44215,'Chippewa Lake','OH','41.069151','-81.903580',-5,1); -INSERT INTO zipcodes VALUES (44216,'Clinton','OH','40.936655','-81.598100',-5,1); -INSERT INTO zipcodes VALUES (44217,'Creston','OH','40.976892','-81.906240',-5,1); -INSERT INTO zipcodes VALUES (44221,'Cuyahoga Falls','OH','41.141456','-81.479280',-5,1); -INSERT INTO zipcodes VALUES (44222,'Cuyahoga Falls','OH','41.128705','-81.539990',-5,1); -INSERT INTO zipcodes VALUES (44223,'Cuyahoga Falls','OH','41.148600','-81.512410',-5,1); -INSERT INTO zipcodes VALUES (44224,'Stow','OH','41.174256','-81.437440',-5,1); -INSERT INTO zipcodes VALUES (44230,'Doylestown','OH','40.964111','-81.689610',-5,1); -INSERT INTO zipcodes VALUES (44231,'Garrettsville','OH','41.295898','-81.080570',-5,1); -INSERT INTO zipcodes VALUES (44232,'Green','OH','40.932506','-81.461987',-5,1); -INSERT INTO zipcodes VALUES (44233,'Hinckley','OH','41.233479','-81.734750',-5,1); -INSERT INTO zipcodes VALUES (44234,'Hiram','OH','41.337187','-81.166990',-5,1); -INSERT INTO zipcodes VALUES (44235,'Homerville','OH','41.028815','-82.114960',-5,1); -INSERT INTO zipcodes VALUES (44236,'Hudson','OH','41.248795','-81.446790',-5,1); -INSERT INTO zipcodes VALUES (44237,'Hudson','OH','41.128705','-81.539990',-5,1); -INSERT INTO zipcodes VALUES (44238,'Hudson','OH','41.128705','-81.539990',-5,1); -INSERT INTO zipcodes VALUES (44240,'Kent','OH','41.148756','-81.353020',-5,1); -INSERT INTO zipcodes VALUES (44241,'Streetsboro','OH','41.249405','-81.344040',-5,1); -INSERT INTO zipcodes VALUES (44242,'Kent','OH','41.170006','-81.196615',-5,1); -INSERT INTO zipcodes VALUES (44243,'Kent','OH','41.146862','-81.338800',-5,1); -INSERT INTO zipcodes VALUES (44250,'Lakemore','OH','41.020256','-81.435900',-5,1); -INSERT INTO zipcodes VALUES (44251,'Westfield Center','OH','41.029639','-81.931460',-5,1); -INSERT INTO zipcodes VALUES (44253,'Litchfield','OH','41.161459','-82.033330',-5,1); -INSERT INTO zipcodes VALUES (44254,'Lodi','OH','41.039394','-82.013700',-5,1); -INSERT INTO zipcodes VALUES (44255,'Mantua','OH','41.286755','-81.229110',-5,1); -INSERT INTO zipcodes VALUES (44256,'Medina','OH','41.139849','-81.856460',-5,1); -INSERT INTO zipcodes VALUES (44258,'Medina','OH','41.127594','-81.841079',-5,1); -INSERT INTO zipcodes VALUES (44260,'Mogadore','OH','41.043123','-81.365180',-5,1); -INSERT INTO zipcodes VALUES (44262,'Munroe Falls','OH','41.138806','-81.437870',-5,1); -INSERT INTO zipcodes VALUES (44264,'Peninsula','OH','41.234388','-81.551140',-5,1); -INSERT INTO zipcodes VALUES (44265,'Randolph','OH','41.010907','-81.297727',-5,1); -INSERT INTO zipcodes VALUES (44266,'Ravenna','OH','41.159224','-81.231430',-5,1); -INSERT INTO zipcodes VALUES (44270,'Rittman','OH','40.971727','-81.779380',-5,1); -INSERT INTO zipcodes VALUES (44272,'Rootstown','OH','41.094640','-81.197840',-5,1); -INSERT INTO zipcodes VALUES (44273,'Seville','OH','41.022387','-81.877500',-5,1); -INSERT INTO zipcodes VALUES (44274,'Sharon Center','OH','41.099240','-81.734329',-5,1); -INSERT INTO zipcodes VALUES (44275,'Spencer','OH','41.101909','-82.102340',-5,1); -INSERT INTO zipcodes VALUES (44276,'Sterling','OH','40.951253','-81.826510',-5,1); -INSERT INTO zipcodes VALUES (44278,'Tallmadge','OH','41.093156','-81.426920',-5,1); -INSERT INTO zipcodes VALUES (44280,'Valley City','OH','41.230745','-81.924770',-5,1); -INSERT INTO zipcodes VALUES (44281,'Wadsworth','OH','41.037664','-81.733680',-5,1); -INSERT INTO zipcodes VALUES (44282,'Wadsworth','OH','41.132725','-81.929185',-5,1); -INSERT INTO zipcodes VALUES (44285,'Wayland','OH','41.159706','-81.070017',-5,1); -INSERT INTO zipcodes VALUES (44286,'Richfield','OH','41.233722','-81.632220',-5,1); -INSERT INTO zipcodes VALUES (44287,'West Salem','OH','40.957955','-82.121140',-5,1); -INSERT INTO zipcodes VALUES (44288,'Windham','OH','41.242864','-81.071010',-5,1); -INSERT INTO zipcodes VALUES (44301,'Akron','OH','41.043955','-81.519190',-5,1); -INSERT INTO zipcodes VALUES (44302,'Akron','OH','41.089405','-81.539730',-5,1); -INSERT INTO zipcodes VALUES (44303,'Akron','OH','41.103205','-81.536250',-5,1); -INSERT INTO zipcodes VALUES (44304,'Akron','OH','41.081788','-81.507450',-5,1); -INSERT INTO zipcodes VALUES (44305,'Akron','OH','41.073606','-81.462780',-5,1); -INSERT INTO zipcodes VALUES (44306,'Akron','OH','41.046055','-81.490390',-5,1); -INSERT INTO zipcodes VALUES (44307,'Akron','OH','41.069605','-81.545910',-5,1); -INSERT INTO zipcodes VALUES (44308,'Akron','OH','41.081755','-81.518130',-5,1); -INSERT INTO zipcodes VALUES (44309,'Akron','OH','41.096205','-81.512338',-5,1); -INSERT INTO zipcodes VALUES (44310,'Akron','OH','41.107655','-81.500910',-5,1); -INSERT INTO zipcodes VALUES (44311,'Akron','OH','41.063055','-81.519060',-5,1); -INSERT INTO zipcodes VALUES (44312,'Akron','OH','41.034156','-81.439440',-5,1); -INSERT INTO zipcodes VALUES (44313,'Akron','OH','41.123588','-81.571290',-5,1); -INSERT INTO zipcodes VALUES (44314,'Akron','OH','41.040155','-81.559140',-5,1); -INSERT INTO zipcodes VALUES (44315,'Akron','OH','41.027977','-81.463238',-5,1); -INSERT INTO zipcodes VALUES (44316,'Akron','OH','41.067506','-81.484686',-5,1); -INSERT INTO zipcodes VALUES (44317,'Akron','OH','41.052455','-81.529139',-5,1); -INSERT INTO zipcodes VALUES (44319,'Akron','OH','40.990922','-81.529530',-5,1); -INSERT INTO zipcodes VALUES (44320,'Akron','OH','41.083155','-81.570220',-5,1); -INSERT INTO zipcodes VALUES (44321,'Akron','OH','41.102587','-81.650920',-5,1); -INSERT INTO zipcodes VALUES (44322,'Akron','OH','41.043496','-81.585360',-5,1); -INSERT INTO zipcodes VALUES (44325,'Akron','OH','41.076425','-81.510260',-5,1); -INSERT INTO zipcodes VALUES (44326,'Akron','OH','41.172713','-81.472701',-5,1); -INSERT INTO zipcodes VALUES (44328,'Akron','OH','41.075955','-81.520588',-5,1); -INSERT INTO zipcodes VALUES (44331,'Paint','OH','40.683695','-81.674717',-5,1); -INSERT INTO zipcodes VALUES (44333,'Akron','OH','41.144661','-81.619480',-5,1); -INSERT INTO zipcodes VALUES (44334,'Akron','OH','41.128705','-81.539990',-5,1); -INSERT INTO zipcodes VALUES (44372,'Akron','OH','41.128705','-81.539990',-5,1); -INSERT INTO zipcodes VALUES (44393,'Akron','OH','41.128705','-81.539990',-5,1); -INSERT INTO zipcodes VALUES (44396,'Akron','OH','41.128705','-81.539990',-5,1); -INSERT INTO zipcodes VALUES (44397,'Akron','OH','41.071603','-81.525556',-5,1); -INSERT INTO zipcodes VALUES (44398,'Akron','OH','41.128705','-81.539990',-5,1); -INSERT INTO zipcodes VALUES (44399,'Akron','OH','41.128705','-81.539990',-5,1); -INSERT INTO zipcodes VALUES (44401,'Berlin Center','OH','41.031141','-80.950580',-5,1); -INSERT INTO zipcodes VALUES (44402,'Bristolville','OH','41.385826','-80.874870',-5,1); -INSERT INTO zipcodes VALUES (44403,'Brookfield','OH','41.239987','-80.583460',-5,1); -INSERT INTO zipcodes VALUES (44404,'Burghill','OH','41.340211','-80.536000',-5,1); -INSERT INTO zipcodes VALUES (44405,'Campbell','OH','41.078058','-80.592430',-5,1); -INSERT INTO zipcodes VALUES (44406,'Canfield','OH','41.029666','-80.763960',-5,1); -INSERT INTO zipcodes VALUES (44408,'Columbiana','OH','40.884299','-80.686520',-5,1); -INSERT INTO zipcodes VALUES (44410,'Cortland','OH','41.333312','-80.726400',-5,1); -INSERT INTO zipcodes VALUES (44411,'Deerfield','OH','41.024608','-81.050250',-5,1); -INSERT INTO zipcodes VALUES (44412,'Diamond','OH','41.099351','-81.006050',-5,1); -INSERT INTO zipcodes VALUES (44413,'East Palestine','OH','40.838456','-80.546010',-5,1); -INSERT INTO zipcodes VALUES (44415,'Elkton','OH','40.763040','-80.704245',-5,1); -INSERT INTO zipcodes VALUES (44416,'Ellsworth','OH','41.017082','-80.802854',-5,1); -INSERT INTO zipcodes VALUES (44417,'Farmdale','OH','41.428487','-80.655510',-5,1); -INSERT INTO zipcodes VALUES (44418,'Fowler','OH','41.304391','-80.603580',-5,1); -INSERT INTO zipcodes VALUES (44420,'Girard','OH','41.160758','-80.693000',-5,1); -INSERT INTO zipcodes VALUES (44422,'Greenford','OH','41.017082','-80.802854',-5,1); -INSERT INTO zipcodes VALUES (44423,'Hanoverton','OH','40.751050','-80.910090',-5,1); -INSERT INTO zipcodes VALUES (44424,'Hartford','OH','41.309096','-80.584681',-5,1); -INSERT INTO zipcodes VALUES (44425,'Hubbard','OH','41.166743','-80.577330',-5,1); -INSERT INTO zipcodes VALUES (44427,'Kensington','OH','40.723803','-80.948740',-5,1); -INSERT INTO zipcodes VALUES (44428,'Kinsman','OH','41.443358','-80.588620',-5,1); -INSERT INTO zipcodes VALUES (44429,'Lake Milton','OH','41.100329','-80.985300',-5,1); -INSERT INTO zipcodes VALUES (44430,'Leavittsburg','OH','41.241680','-80.885880',-5,1); -INSERT INTO zipcodes VALUES (44431,'Leetonia','OH','40.864494','-80.758480',-5,1); -INSERT INTO zipcodes VALUES (44432,'Lisbon','OH','40.757793','-80.764200',-5,1); -INSERT INTO zipcodes VALUES (44436,'Lowellville','OH','41.046606','-80.541450',-5,1); -INSERT INTO zipcodes VALUES (44437,'McDonald','OH','41.159574','-80.730830',-5,1); -INSERT INTO zipcodes VALUES (44438,'Masury','OH','41.228320','-80.531750',-5,1); -INSERT INTO zipcodes VALUES (44439,'Mesopotamia','OH','41.459359','-80.942716',-5,1); -INSERT INTO zipcodes VALUES (44440,'Mineral Ridge','OH','41.146334','-80.772710',-5,1); -INSERT INTO zipcodes VALUES (44441,'Negley','OH','40.776151','-80.549670',-5,1); -INSERT INTO zipcodes VALUES (44442,'New Middletown','OH','40.966908','-80.558620',-5,1); -INSERT INTO zipcodes VALUES (44443,'New Springfield','OH','40.917556','-80.600390',-5,1); -INSERT INTO zipcodes VALUES (44444,'Newton Falls','OH','41.188981','-80.969640',-5,1); -INSERT INTO zipcodes VALUES (44445,'New Waterford','OH','40.842848','-80.619560',-5,1); -INSERT INTO zipcodes VALUES (44446,'Niles','OH','41.186257','-80.752970',-5,1); -INSERT INTO zipcodes VALUES (44449,'North Benton','OH','40.992991','-81.025950',-5,1); -INSERT INTO zipcodes VALUES (44450,'North Bloomfield','OH','41.449052','-80.819210',-5,1); -INSERT INTO zipcodes VALUES (44451,'North Jackson','OH','41.090089','-80.867360',-5,1); -INSERT INTO zipcodes VALUES (44452,'North Lima','OH','40.951859','-80.654900',-5,1); -INSERT INTO zipcodes VALUES (44453,'Orangeville','OH','41.325190','-80.533572',-5,1); -INSERT INTO zipcodes VALUES (44454,'Petersburg','OH','40.910669','-80.530690',-5,1); -INSERT INTO zipcodes VALUES (44455,'Rogers','OH','40.787331','-80.610340',-5,1); -INSERT INTO zipcodes VALUES (44460,'Salem','OH','40.898658','-80.860940',-5,1); -INSERT INTO zipcodes VALUES (44470,'Southington','OH','41.294453','-80.955200',-5,1); -INSERT INTO zipcodes VALUES (44471,'Struthers','OH','41.051255','-80.595120',-5,1); -INSERT INTO zipcodes VALUES (44473,'Vienna','OH','41.236248','-80.662650',-5,1); -INSERT INTO zipcodes VALUES (44481,'Warren','OH','41.205342','-80.857560',-5,1); -INSERT INTO zipcodes VALUES (44482,'Warren','OH','41.317424','-80.761269',-5,1); -INSERT INTO zipcodes VALUES (44483,'Warren','OH','41.252748','-80.807730',-5,1); -INSERT INTO zipcodes VALUES (44484,'Warren','OH','41.226957','-80.764750',-5,1); -INSERT INTO zipcodes VALUES (44485,'Warren','OH','41.237856','-80.843560',-5,1); -INSERT INTO zipcodes VALUES (44486,'Warren','OH','41.317424','-80.761269',-5,1); -INSERT INTO zipcodes VALUES (44487,'Warren','OH','41.317424','-80.761269',-5,1); -INSERT INTO zipcodes VALUES (44488,'Warren','OH','41.317424','-80.761269',-5,1); -INSERT INTO zipcodes VALUES (44490,'Washingtonville','OH','40.899731','-80.763330',-5,1); -INSERT INTO zipcodes VALUES (44491,'West Farmington','OH','41.369527','-80.963270',-5,1); -INSERT INTO zipcodes VALUES (44492,'West Point','OH','40.709282','-80.701410',-5,1); -INSERT INTO zipcodes VALUES (44493,'Winona','OH','40.828584','-80.896714',-5,1); -INSERT INTO zipcodes VALUES (44501,'Youngstown','OH','41.017082','-80.802854',-5,1); -INSERT INTO zipcodes VALUES (44502,'Youngstown','OH','41.086279','-80.645630',-5,1); -INSERT INTO zipcodes VALUES (44503,'Youngstown','OH','41.100296','-80.649620',-5,1); -INSERT INTO zipcodes VALUES (44504,'Youngstown','OH','41.123757','-80.654810',-5,1); -INSERT INTO zipcodes VALUES (44505,'Youngstown','OH','41.122524','-80.620430',-5,1); -INSERT INTO zipcodes VALUES (44506,'Youngstown','OH','41.095658','-80.626520',-5,1); -INSERT INTO zipcodes VALUES (44507,'Youngstown','OH','41.074508','-80.655620',-5,1); -INSERT INTO zipcodes VALUES (44509,'Youngstown','OH','41.106249','-80.694710',-5,1); -INSERT INTO zipcodes VALUES (44510,'Youngstown','OH','41.120507','-80.668110',-5,1); -INSERT INTO zipcodes VALUES (44511,'Youngstown','OH','41.069158','-80.691340',-5,1); -INSERT INTO zipcodes VALUES (44512,'Youngstown','OH','41.032675','-80.664670',-5,1); -INSERT INTO zipcodes VALUES (44513,'Youngstown','OH','41.017082','-80.802854',-5,1); -INSERT INTO zipcodes VALUES (44514,'Youngstown','OH','41.016159','-80.615490',-5,1); -INSERT INTO zipcodes VALUES (44515,'Youngstown','OH','41.099008','-80.745450',-5,1); -INSERT INTO zipcodes VALUES (44555,'Youngstown','OH','41.103858','-80.643646',-5,1); -INSERT INTO zipcodes VALUES (44598,'Youngstown','OH','41.017082','-80.802854',-5,1); -INSERT INTO zipcodes VALUES (44599,'Youngstown','OH','41.017082','-80.802854',-5,1); -INSERT INTO zipcodes VALUES (44601,'Alliance','OH','40.917908','-81.116410',-5,1); -INSERT INTO zipcodes VALUES (44606,'Apple Creek','OH','40.739199','-81.804570',-5,1); -INSERT INTO zipcodes VALUES (44607,'Augusta','OH','40.686028','-81.021870',-5,1); -INSERT INTO zipcodes VALUES (44608,'Beach City','OH','40.651510','-81.584750',-5,1); -INSERT INTO zipcodes VALUES (44609,'Beloit','OH','40.898618','-80.993040',-5,1); -INSERT INTO zipcodes VALUES (44610,'Berlin','OH','40.561587','-81.798100',-5,1); -INSERT INTO zipcodes VALUES (44611,'Big Prairie','OH','40.635332','-82.087430',-5,1); -INSERT INTO zipcodes VALUES (44612,'Bolivar','OH','40.643724','-81.454420',-5,1); -INSERT INTO zipcodes VALUES (44613,'Brewster','OH','40.712109','-81.598590',-5,1); -INSERT INTO zipcodes VALUES (44614,'Canal Fulton','OH','40.886688','-81.583270',-5,1); -INSERT INTO zipcodes VALUES (44615,'Carrollton','OH','40.568568','-81.081870',-5,1); -INSERT INTO zipcodes VALUES (44617,'Charm','OH','40.507088','-81.782872',-5,1); -INSERT INTO zipcodes VALUES (44618,'Dalton','OH','40.787827','-81.686230',-5,1); -INSERT INTO zipcodes VALUES (44619,'Damascus','OH','40.901738','-80.957230',-5,1); -INSERT INTO zipcodes VALUES (44620,'Dellroy','OH','40.571372','-81.211630',-5,1); -INSERT INTO zipcodes VALUES (44621,'Dennison','OH','40.410604','-81.316330',-5,1); -INSERT INTO zipcodes VALUES (44622,'Dover','OH','40.537509','-81.487910',-5,1); -INSERT INTO zipcodes VALUES (44624,'Dundee','OH','40.600062','-81.651740',-5,1); -INSERT INTO zipcodes VALUES (44625,'East Rochester','OH','40.758473','-81.007950',-5,1); -INSERT INTO zipcodes VALUES (44626,'East Sparta','OH','40.695377','-81.381020',-5,1); -INSERT INTO zipcodes VALUES (44627,'Fredericksburg','OH','40.671036','-81.849270',-5,1); -INSERT INTO zipcodes VALUES (44628,'Glenmont','OH','40.527648','-82.143120',-5,1); -INSERT INTO zipcodes VALUES (44629,'Gnadenhutten','OH','40.359172','-81.435100',-5,1); -INSERT INTO zipcodes VALUES (44630,'Greentown','OH','40.929507','-81.400134',-5,1); -INSERT INTO zipcodes VALUES (44631,'Harlem Springs','OH','40.521924','-81.003619',-5,1); -INSERT INTO zipcodes VALUES (44632,'Hartville','OH','40.962890','-81.328140',-5,1); -INSERT INTO zipcodes VALUES (44633,'Holmesville','OH','40.630191','-81.930570',-5,1); -INSERT INTO zipcodes VALUES (44634,'Homeworth','OH','40.832092','-81.057300',-5,1); -INSERT INTO zipcodes VALUES (44636,'Kidron','OH','40.738387','-81.742811',-5,1); -INSERT INTO zipcodes VALUES (44637,'Killbuck','OH','40.485312','-82.012090',-5,1); -INSERT INTO zipcodes VALUES (44638,'Lakeville','OH','40.657511','-82.135840',-5,1); -INSERT INTO zipcodes VALUES (44639,'Leesville','OH','40.547688','-81.243498',-5,1); -INSERT INTO zipcodes VALUES (44640,'Limaville','OH','40.983308','-81.146820',-5,1); -INSERT INTO zipcodes VALUES (44641,'Louisville','OH','40.843685','-81.262980',-5,1); -INSERT INTO zipcodes VALUES (44643,'Magnolia','OH','40.646529','-81.308820',-5,1); -INSERT INTO zipcodes VALUES (44644,'Malvern','OH','40.683570','-81.174530',-5,1); -INSERT INTO zipcodes VALUES (44645,'Marshallville','OH','40.909535','-81.717640',-5,1); -INSERT INTO zipcodes VALUES (44646,'Massillon','OH','40.805131','-81.501010',-5,1); -INSERT INTO zipcodes VALUES (44647,'Massillon','OH','40.793924','-81.552520',-5,1); -INSERT INTO zipcodes VALUES (44648,'Massillon','OH','40.811809','-81.368284',-5,1); -INSERT INTO zipcodes VALUES (44650,'Maximo','OH','40.874558','-81.173873',-5,1); -INSERT INTO zipcodes VALUES (44651,'Mechanicstown','OH','40.623637','-80.962140',-5,1); -INSERT INTO zipcodes VALUES (44652,'Middlebranch','OH','40.895057','-81.326195',-5,1); -INSERT INTO zipcodes VALUES (44653,'Midvale','OH','40.433496','-81.373100',-5,1); -INSERT INTO zipcodes VALUES (44654,'Millersburg','OH','40.542339','-81.878560',-5,1); -INSERT INTO zipcodes VALUES (44656,'Mineral City','OH','40.569177','-81.335900',-5,1); -INSERT INTO zipcodes VALUES (44657,'Minerva','OH','40.733459','-81.091480',-5,1); -INSERT INTO zipcodes VALUES (44659,'Mount Eaton','OH','40.694887','-81.702270',-5,1); -INSERT INTO zipcodes VALUES (44660,'Mount Hope','OH','40.622284','-81.782532',-5,1); -INSERT INTO zipcodes VALUES (44661,'Nashville','OH','40.596018','-82.113170',-5,1); -INSERT INTO zipcodes VALUES (44662,'Navarre','OH','40.722891','-81.540710',-5,1); -INSERT INTO zipcodes VALUES (44663,'New Philadelphia','OH','40.477187','-81.444390',-5,1); -INSERT INTO zipcodes VALUES (44665,'North Georgetown','OH','40.843563','-80.979435',-5,1); -INSERT INTO zipcodes VALUES (44666,'North Lawrence','OH','40.840256','-81.627240',-5,1); -INSERT INTO zipcodes VALUES (44667,'Orrville','OH','40.835059','-81.770060',-5,1); -INSERT INTO zipcodes VALUES (44669,'Paris','OH','40.798758','-81.160370',-5,1); -INSERT INTO zipcodes VALUES (44670,'Robertsville','OH','40.762910','-81.190540',-5,1); -INSERT INTO zipcodes VALUES (44671,'Sandyville','OH','40.641188','-81.368850',-5,1); -INSERT INTO zipcodes VALUES (44672,'Sebring','OH','40.922608','-81.026320',-5,1); -INSERT INTO zipcodes VALUES (44675,'Sherrodsville','OH','40.506928','-81.241330',-5,1); -INSERT INTO zipcodes VALUES (44676,'Shreve','OH','40.687973','-82.025630',-5,1); -INSERT INTO zipcodes VALUES (44677,'Smithville','OH','40.865194','-81.859670',-5,1); -INSERT INTO zipcodes VALUES (44678,'Somerdale','OH','40.565209','-81.350140',-5,1); -INSERT INTO zipcodes VALUES (44679,'Stillwater','OH','40.440407','-81.488516',-5,1); -INSERT INTO zipcodes VALUES (44680,'Strasburg','OH','40.597120','-81.530980',-5,1); -INSERT INTO zipcodes VALUES (44681,'Sugarcreek','OH','40.503332','-81.648790',-5,1); -INSERT INTO zipcodes VALUES (44682,'Tuscarawas','OH','40.397916','-81.405270',-5,1); -INSERT INTO zipcodes VALUES (44683,'Uhrichsville','OH','40.373604','-81.341460',-5,1); -INSERT INTO zipcodes VALUES (44684,'Walnut Creek','OH','40.561693','-81.677906',-5,1); -INSERT INTO zipcodes VALUES (44685,'Uniontown','OH','40.961206','-81.425160',-5,1); -INSERT INTO zipcodes VALUES (44687,'Walnut Creek','OH','40.551575','-81.728416',-5,1); -INSERT INTO zipcodes VALUES (44688,'Waynesburg','OH','40.679260','-81.260030',-5,1); -INSERT INTO zipcodes VALUES (44689,'Wilmot','OH','40.655909','-81.639290',-5,1); -INSERT INTO zipcodes VALUES (44690,'Winesburg','OH','40.616646','-81.695300',-5,1); -INSERT INTO zipcodes VALUES (44691,'Wooster','OH','40.800086','-81.957260',-5,1); -INSERT INTO zipcodes VALUES (44692,'Tuscarawas','OH','40.398664','-81.400880',-5,1); -INSERT INTO zipcodes VALUES (44693,'Deersville','OH','40.308212','-81.187520',-5,1); -INSERT INTO zipcodes VALUES (44695,'Bowerston','OH','40.433246','-81.187640',-5,1); -INSERT INTO zipcodes VALUES (44697,'Zoar','OH','40.612253','-81.421680',-5,1); -INSERT INTO zipcodes VALUES (44699,'Tippecanoe','OH','40.283493','-81.282150',-5,1); -INSERT INTO zipcodes VALUES (44701,'Canton','OH','40.782408','-81.371185',-5,1); -INSERT INTO zipcodes VALUES (44702,'Canton','OH','40.798859','-81.374990',-5,1); -INSERT INTO zipcodes VALUES (44703,'Canton','OH','40.809108','-81.380900',-5,1); -INSERT INTO zipcodes VALUES (44704,'Canton','OH','40.799358','-81.356400',-5,1); -INSERT INTO zipcodes VALUES (44705,'Canton','OH','40.821858','-81.342530',-5,1); -INSERT INTO zipcodes VALUES (44706,'Canton','OH','40.776858','-81.405930',-5,1); -INSERT INTO zipcodes VALUES (44707,'Canton','OH','40.784158','-81.365660',-5,1); -INSERT INTO zipcodes VALUES (44708,'Canton','OH','40.810931','-81.421420',-5,1); -INSERT INTO zipcodes VALUES (44709,'Canton','OH','40.836508','-81.385480',-5,1); -INSERT INTO zipcodes VALUES (44710,'Canton','OH','40.791108','-81.416720',-5,1); -INSERT INTO zipcodes VALUES (44711,'Canton','OH','40.811809','-81.368284',-5,1); -INSERT INTO zipcodes VALUES (44712,'Canton','OH','40.811809','-81.368284',-5,1); -INSERT INTO zipcodes VALUES (44714,'Canton','OH','40.827659','-81.360290',-5,1); -INSERT INTO zipcodes VALUES (44718,'Canton','OH','40.850683','-81.437730',-5,1); -INSERT INTO zipcodes VALUES (44720,'Canton','OH','40.888408','-81.410660',-5,1); -INSERT INTO zipcodes VALUES (44721,'Canton','OH','40.886297','-81.331450',-5,1); -INSERT INTO zipcodes VALUES (44730,'Canton','OH','40.769763','-81.270700',-5,1); -INSERT INTO zipcodes VALUES (44735,'Canton','OH','40.811809','-81.368284',-5,1); -INSERT INTO zipcodes VALUES (44750,'Canton','OH','40.784646','-81.418943',-5,1); -INSERT INTO zipcodes VALUES (44760,'Canton','OH','40.853958','-81.427780',-5,1); -INSERT INTO zipcodes VALUES (44767,'Canton','OH','40.895721','-81.424552',-5,1); -INSERT INTO zipcodes VALUES (44798,'Canton','OH','40.811809','-81.368284',-5,1); -INSERT INTO zipcodes VALUES (44799,'Canton','OH','40.811809','-81.368284',-5,1); -INSERT INTO zipcodes VALUES (44801,'Adrian','OH','41.090712','-83.365404',-5,1); -INSERT INTO zipcodes VALUES (44802,'Alvada','OH','41.053889','-83.414120',-5,1); -INSERT INTO zipcodes VALUES (44803,'Amsden','OH','41.037511','-82.910552',-5,1); -INSERT INTO zipcodes VALUES (44804,'Arcadia','OH','41.117339','-83.526520',-5,1); -INSERT INTO zipcodes VALUES (44805,'Ashland','OH','40.867016','-82.315140',-5,1); -INSERT INTO zipcodes VALUES (44807,'Attica','OH','41.069216','-82.877080',-5,1); -INSERT INTO zipcodes VALUES (44809,'Bascom','OH','41.132988','-83.283280',-5,1); -INSERT INTO zipcodes VALUES (44811,'Bellevue','OH','41.257163','-82.842960',-5,1); -INSERT INTO zipcodes VALUES (44813,'Bellville','OH','40.606221','-82.520730',-5,1); -INSERT INTO zipcodes VALUES (44814,'Berlin Heights','OH','41.323499','-82.469200',-5,1); -INSERT INTO zipcodes VALUES (44815,'Bettsville','OH','41.244095','-83.233480',-5,1); -INSERT INTO zipcodes VALUES (44816,'Birmingham','OH','41.331398','-82.352780',-5,1); -INSERT INTO zipcodes VALUES (44817,'Bloomdale','OH','41.193747','-83.542260',-5,1); -INSERT INTO zipcodes VALUES (44818,'Bloomville','OH','41.008110','-82.997720',-5,1); -INSERT INTO zipcodes VALUES (44820,'Bucyrus','OH','40.815179','-82.970910',-5,1); -INSERT INTO zipcodes VALUES (44822,'Butler','OH','40.561377','-82.412370',-5,1); -INSERT INTO zipcodes VALUES (44824,'Castalia','OH','41.393507','-82.805690',-5,1); -INSERT INTO zipcodes VALUES (44825,'Chatfield','OH','40.952927','-82.942320',-5,1); -INSERT INTO zipcodes VALUES (44826,'Collins','OH','41.227648','-82.480610',-5,1); -INSERT INTO zipcodes VALUES (44827,'Crestline','OH','40.795521','-82.749910',-5,1); -INSERT INTO zipcodes VALUES (44828,'Flat Rock','OH','41.234403','-82.860590',-5,1); -INSERT INTO zipcodes VALUES (44830,'Fostoria','OH','41.164209','-83.410540',-5,1); -INSERT INTO zipcodes VALUES (44833,'Galion','OH','40.720869','-82.797000',-5,1); -INSERT INTO zipcodes VALUES (44836,'Green Springs','OH','41.249374','-83.058270',-5,1); -INSERT INTO zipcodes VALUES (44837,'Greenwich','OH','41.020433','-82.500970',-5,1); -INSERT INTO zipcodes VALUES (44838,'Hayesville','OH','40.773052','-82.261750',-5,1); -INSERT INTO zipcodes VALUES (44839,'Huron','OH','41.388534','-82.556800',-5,1); -INSERT INTO zipcodes VALUES (44840,'Jeromesville','OH','40.801432','-82.187120',-5,1); -INSERT INTO zipcodes VALUES (44841,'Kansas','OH','41.249535','-83.296600',-5,1); -INSERT INTO zipcodes VALUES (44842,'Loudonville','OH','40.639849','-82.224600',-5,1); -INSERT INTO zipcodes VALUES (44843,'Lucas','OH','40.701792','-82.411770',-5,1); -INSERT INTO zipcodes VALUES (44844,'McCutchenville','OH','40.990406','-83.260870',-5,1); -INSERT INTO zipcodes VALUES (44845,'Melmore','OH','41.024204','-83.109783',-5,1); -INSERT INTO zipcodes VALUES (44846,'Milan','OH','41.306205','-82.606110',-5,1); -INSERT INTO zipcodes VALUES (44847,'Monroeville','OH','41.238863','-82.709090',-5,1); -INSERT INTO zipcodes VALUES (44848,'Nankin','OH','40.920617','-82.281695',-5,1); -INSERT INTO zipcodes VALUES (44849,'Nevada','OH','40.815261','-83.131440',-5,1); -INSERT INTO zipcodes VALUES (44850,'New Haven','OH','41.034683','-82.680560',-5,1); -INSERT INTO zipcodes VALUES (44851,'New London','OH','41.098478','-82.404830',-5,1); -INSERT INTO zipcodes VALUES (44853,'New Riegel','OH','41.057873','-83.295050',-5,1); -INSERT INTO zipcodes VALUES (44854,'New Washington','OH','40.954399','-82.854360',-5,1); -INSERT INTO zipcodes VALUES (44855,'North Fairfield','OH','41.100202','-82.608870',-5,1); -INSERT INTO zipcodes VALUES (44856,'North Robinson','OH','40.792804','-82.857590',-5,1); -INSERT INTO zipcodes VALUES (44857,'Norwalk','OH','41.236357','-82.601850',-5,1); -INSERT INTO zipcodes VALUES (44858,'Norwalk','OH','41.261375','-82.589042',-5,1); -INSERT INTO zipcodes VALUES (44859,'Nova','OH','41.019566','-82.336220',-5,1); -INSERT INTO zipcodes VALUES (44860,'Oceola','OH','40.845335','-83.092690',-5,1); -INSERT INTO zipcodes VALUES (44861,'Old Fort','OH','41.240649','-83.150000',-5,1); -INSERT INTO zipcodes VALUES (44862,'Ontario','OH','40.772874','-82.532057',-5,1); -INSERT INTO zipcodes VALUES (44864,'Perrysville','OH','40.664960','-82.319940',-5,1); -INSERT INTO zipcodes VALUES (44865,'Plymouth','OH','40.993880','-82.677430',-5,1); -INSERT INTO zipcodes VALUES (44866,'Polk','OH','40.906577','-82.189850',-5,1); -INSERT INTO zipcodes VALUES (44867,'Republic','OH','41.140139','-82.998020',-5,1); -INSERT INTO zipcodes VALUES (44870,'Sandusky','OH','41.426460','-82.710830',-5,1); -INSERT INTO zipcodes VALUES (44871,'Sandusky','OH','41.491810','-82.647824',-5,1); -INSERT INTO zipcodes VALUES (44874,'Savannah','OH','40.963743','-82.365470',-5,1); -INSERT INTO zipcodes VALUES (44875,'Shelby','OH','40.888988','-82.655980',-5,1); -INSERT INTO zipcodes VALUES (44878,'Shiloh','OH','40.949737','-82.529950',-5,1); -INSERT INTO zipcodes VALUES (44880,'Sullivan','OH','41.038842','-82.217790',-5,1); -INSERT INTO zipcodes VALUES (44881,'Sulphur Springs','OH','40.868645','-82.875027',-5,1); -INSERT INTO zipcodes VALUES (44882,'Sycamore','OH','40.953556','-83.141770',-5,1); -INSERT INTO zipcodes VALUES (44883,'Tiffin','OH','41.120710','-83.176580',-5,1); -INSERT INTO zipcodes VALUES (44887,'Tiro','OH','40.902610','-82.788850',-5,1); -INSERT INTO zipcodes VALUES (44888,'Willard','OH','41.141541','-82.588928',-5,1); -INSERT INTO zipcodes VALUES (44889,'Wakeman','OH','41.243230','-82.388480',-5,1); -INSERT INTO zipcodes VALUES (44890,'Willard','OH','41.073672','-82.724350',-5,1); -INSERT INTO zipcodes VALUES (44901,'Mansfield','OH','40.850833','-82.511369',-5,1); -INSERT INTO zipcodes VALUES (44902,'Mansfield','OH','40.759156','-82.511180',-5,1); -INSERT INTO zipcodes VALUES (44903,'Mansfield','OH','40.766589','-82.518690',-5,1); -INSERT INTO zipcodes VALUES (44904,'Mansfield','OH','40.678208','-82.582070',-5,1); -INSERT INTO zipcodes VALUES (44905,'Mansfield','OH','40.773556','-82.476120',-5,1); -INSERT INTO zipcodes VALUES (44906,'Mansfield','OH','40.766056','-82.567490',-5,1); -INSERT INTO zipcodes VALUES (44907,'Mansfield','OH','40.733243','-82.519750',-5,1); -INSERT INTO zipcodes VALUES (44999,'Mansfield','OH','40.772874','-82.532057',-5,1); -INSERT INTO zipcodes VALUES (45000,'North Bend','OH','39.147991','-84.739682',-5,1); -INSERT INTO zipcodes VALUES (45001,'Addyston','OH','39.137818','-84.707900',-5,1); -INSERT INTO zipcodes VALUES (45002,'Cleves','OH','39.180358','-84.737830',-5,1); -INSERT INTO zipcodes VALUES (45003,'College Corner','OH','39.575126','-84.790500',-5,1); -INSERT INTO zipcodes VALUES (45004,'Collinsville','OH','39.440956','-84.575746',-5,1); -INSERT INTO zipcodes VALUES (45005,'Franklin','OH','39.550241','-84.308700',-5,1); -INSERT INTO zipcodes VALUES (45010,'Catawba','OH','39.999367','-83.619892',-5,1); -INSERT INTO zipcodes VALUES (45011,'Hamilton','OH','39.404856','-84.522710',-5,1); -INSERT INTO zipcodes VALUES (45012,'Hamilton','OH','39.440956','-84.575746',-5,1); -INSERT INTO zipcodes VALUES (45013,'Hamilton','OH','39.409188','-84.603210',-5,1); -INSERT INTO zipcodes VALUES (45014,'Fairfield','OH','39.330356','-84.552770',-5,1); -INSERT INTO zipcodes VALUES (45015,'Hamilton','OH','39.367106','-84.550530',-5,1); -INSERT INTO zipcodes VALUES (45018,'Fairfield','OH','39.440956','-84.575746',-5,1); -INSERT INTO zipcodes VALUES (45020,'Hamilton','OH','39.440956','-84.575746',-5,1); -INSERT INTO zipcodes VALUES (45023,'Hamilton','OH','39.440956','-84.575746',-5,1); -INSERT INTO zipcodes VALUES (45025,'Hamilton','OH','39.440956','-84.575746',-5,1); -INSERT INTO zipcodes VALUES (45026,'Hamilton','OH','39.440956','-84.575746',-5,1); -INSERT INTO zipcodes VALUES (45030,'Harrison','OH','39.257936','-84.770010',-5,1); -INSERT INTO zipcodes VALUES (45032,'Harveysburg','OH','39.499635','-84.005790',-5,1); -INSERT INTO zipcodes VALUES (45033,'Hooven','OH','39.177002','-84.763370',-5,1); -INSERT INTO zipcodes VALUES (45034,'Kings Mills','OH','39.359268','-84.248980',-5,1); -INSERT INTO zipcodes VALUES (45036,'Lebanon','OH','39.440152','-84.221750',-5,1); -INSERT INTO zipcodes VALUES (45039,'Maineville','OH','39.317735','-84.247280',-5,1); -INSERT INTO zipcodes VALUES (45040,'Mason','OH','39.344258','-84.315200',-5,1); -INSERT INTO zipcodes VALUES (45041,'Miamitown','OH','39.213282','-84.704210',-5,1); -INSERT INTO zipcodes VALUES (45042,'Middletown','OH','39.534907','-84.393240',-5,1); -INSERT INTO zipcodes VALUES (45043,'Middletown','OH','39.440956','-84.575746',-5,1); -INSERT INTO zipcodes VALUES (45044,'Middletown','OH','39.482957','-84.383930',-5,1); -INSERT INTO zipcodes VALUES (45050,'Monroe','OH','39.441008','-84.365820',-5,1); -INSERT INTO zipcodes VALUES (45051,'Mount Saint Joseph','OH','39.096460','-84.643096',-5,1); -INSERT INTO zipcodes VALUES (45052,'North Bend','OH','39.155158','-84.777890',-5,1); -INSERT INTO zipcodes VALUES (45053,'Okeana','OH','39.352687','-84.785910',-5,1); -INSERT INTO zipcodes VALUES (45054,'Oregonia','OH','39.444150','-84.062990',-5,1); -INSERT INTO zipcodes VALUES (45055,'Overpeck','OH','39.451806','-84.515245',-5,1); -INSERT INTO zipcodes VALUES (45056,'Oxford','OH','39.498751','-84.740700',-5,1); -INSERT INTO zipcodes VALUES (45061,'Ross','OH','39.312350','-84.648280',-5,1); -INSERT INTO zipcodes VALUES (45062,'Seven Mile','OH','39.480856','-84.553820',-5,1); -INSERT INTO zipcodes VALUES (45063,'Shandon','OH','39.325805','-84.712099',-5,1); -INSERT INTO zipcodes VALUES (45064,'Somerville','OH','39.562415','-84.616900',-5,1); -INSERT INTO zipcodes VALUES (45065,'South Lebanon','OH','39.371242','-84.211320',-5,1); -INSERT INTO zipcodes VALUES (45066,'Springboro','OH','39.557096','-84.226880',-5,1); -INSERT INTO zipcodes VALUES (45067,'Trenton','OH','39.482307','-84.464290',-5,1); -INSERT INTO zipcodes VALUES (45068,'Waynesville','OH','39.525562','-84.069230',-5,1); -INSERT INTO zipcodes VALUES (45069,'West Chester','OH','39.343757','-84.402490',-5,1); -INSERT INTO zipcodes VALUES (45070,'West Elkton','OH','39.588878','-84.555620',-5,1); -INSERT INTO zipcodes VALUES (45071,'West Chester','OH','39.440956','-84.575746',-5,1); -INSERT INTO zipcodes VALUES (45073,'Monroe','OH','39.440956','-84.575746',-5,1); -INSERT INTO zipcodes VALUES (45099,'Monroe','OH','39.440956','-84.575746',-5,1); -INSERT INTO zipcodes VALUES (45101,'Aberdeen','OH','38.671655','-83.756930',-5,1); -INSERT INTO zipcodes VALUES (45102,'Amelia','OH','39.023067','-84.209900',-5,1); -INSERT INTO zipcodes VALUES (45103,'Batavia','OH','39.082894','-84.153190',-5,1); -INSERT INTO zipcodes VALUES (45105,'Bentonville','OH','38.749779','-83.612574',-5,1); -INSERT INTO zipcodes VALUES (45106,'Bethel','OH','38.956484','-84.080930',-5,1); -INSERT INTO zipcodes VALUES (45107,'Blanchester','OH','39.293634','-83.975840',-5,1); -INSERT INTO zipcodes VALUES (45110,'Buford','OH','39.074262','-83.848414',-5,1); -INSERT INTO zipcodes VALUES (45111,'Camp Dennison','OH','39.195516','-84.290930',-5,1); -INSERT INTO zipcodes VALUES (45112,'Chilo','OH','38.792686','-84.138600',-5,1); -INSERT INTO zipcodes VALUES (45113,'Clarksville','OH','39.397066','-83.982390',-5,1); -INSERT INTO zipcodes VALUES (45114,'Cuba','OH','39.362778','-83.864320',-5,1); -INSERT INTO zipcodes VALUES (45115,'Decatur','OH','38.815056','-83.703900',-5,1); -INSERT INTO zipcodes VALUES (45118,'Fayetteville','OH','39.184985','-83.950450',-5,1); -INSERT INTO zipcodes VALUES (45119,'Feesburg','OH','38.880632','-84.008740',-5,1); -INSERT INTO zipcodes VALUES (45120,'Felicity','OH','38.821032','-84.098050',-5,1); -INSERT INTO zipcodes VALUES (45121,'Georgetown','OH','38.877520','-83.902150',-5,1); -INSERT INTO zipcodes VALUES (45122,'Goshen','OH','39.222264','-84.118310',-5,1); -INSERT INTO zipcodes VALUES (45123,'Greenfield','OH','39.343559','-83.397480',-5,1); -INSERT INTO zipcodes VALUES (45125,'Union','OH','39.104387','-84.232422',-5,1); -INSERT INTO zipcodes VALUES (45127,'Columbia','OH','39.137761','-84.352140',-5,1); -INSERT INTO zipcodes VALUES (45130,'Hamersville','OH','38.914118','-83.994960',-5,1); -INSERT INTO zipcodes VALUES (45131,'Higginsport','OH','38.789585','-83.967050',-5,1); -INSERT INTO zipcodes VALUES (45132,'Highland','OH','39.344299','-83.599260',-5,1); -INSERT INTO zipcodes VALUES (45133,'Hillsboro','OH','39.162917','-83.580200',-5,1); -INSERT INTO zipcodes VALUES (45135,'Leesburg','OH','39.344460','-83.548250',-5,1); -INSERT INTO zipcodes VALUES (45138,'Lees Creek','OH','39.416747','-83.647583',-5,1); -INSERT INTO zipcodes VALUES (45140,'Loveland','OH','39.258653','-84.265100',-5,1); -INSERT INTO zipcodes VALUES (45142,'Lynchburg','OH','39.213112','-83.807430',-5,1); -INSERT INTO zipcodes VALUES (45144,'Manchester','OH','38.690566','-83.619250',-5,1); -INSERT INTO zipcodes VALUES (45145,'Marathon','OH','39.145698','-84.007023',-5,1); -INSERT INTO zipcodes VALUES (45146,'Martinsville','OH','39.320060','-83.798410',-5,1); -INSERT INTO zipcodes VALUES (45147,'Miamiville','OH','39.213739','-84.300232',-5,1); -INSERT INTO zipcodes VALUES (45148,'Midland','OH','39.290475','-83.887670',-5,1); -INSERT INTO zipcodes VALUES (45150,'Milford','OH','39.168818','-84.249950',-5,1); -INSERT INTO zipcodes VALUES (45152,'Morrow','OH','39.350319','-84.116060',-5,1); -INSERT INTO zipcodes VALUES (45153,'Moscow','OH','38.870200','-84.202500',-5,1); -INSERT INTO zipcodes VALUES (45154,'Mount Orab','OH','39.046589','-83.922450',-5,1); -INSERT INTO zipcodes VALUES (45155,'Mowrystown','OH','39.038055','-83.749360',-5,1); -INSERT INTO zipcodes VALUES (45156,'Neville','OH','38.810072','-84.211760',-5,1); -INSERT INTO zipcodes VALUES (45157,'New Richmond','OH','38.957385','-84.247550',-5,1); -INSERT INTO zipcodes VALUES (45158,'Newtonsville','OH','39.187790','-84.078313',-5,1); -INSERT INTO zipcodes VALUES (45159,'New Vienna','OH','39.326987','-83.687310',-5,1); -INSERT INTO zipcodes VALUES (45160,'Owensville','OH','39.121637','-84.139270',-5,1); -INSERT INTO zipcodes VALUES (45162,'Pleasant Plain','OH','39.276492','-84.088170',-5,1); -INSERT INTO zipcodes VALUES (45164,'Port William','OH','39.553045','-83.783460',-5,1); -INSERT INTO zipcodes VALUES (45165,'Greenfield','OH','39.198813','-83.607858',-5,1); -INSERT INTO zipcodes VALUES (45166,'Reesville','OH','39.480543','-83.677197',-5,1); -INSERT INTO zipcodes VALUES (45167,'Ripley','OH','38.763305','-83.807500',-5,1); -INSERT INTO zipcodes VALUES (45168,'Russellville','OH','38.850094','-83.772540',-5,1); -INSERT INTO zipcodes VALUES (45169,'Sabina','OH','39.507106','-83.650500',-5,1); -INSERT INTO zipcodes VALUES (45171,'Sardinia','OH','38.985368','-83.785420',-5,1); -INSERT INTO zipcodes VALUES (45172,'Sinking Spring','OH','39.074266','-83.387130',-5,1); -INSERT INTO zipcodes VALUES (45174,'Terrace Park','OH','39.161061','-84.308080',-5,1); -INSERT INTO zipcodes VALUES (45176,'Williamsburg','OH','39.081436','-84.029060',-5,1); -INSERT INTO zipcodes VALUES (45177,'Wilmington','OH','39.463476','-83.844460',-5,1); -INSERT INTO zipcodes VALUES (45201,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45202,'Cincinnati','OH','39.104410','-84.507740',-5,1); -INSERT INTO zipcodes VALUES (45203,'Cincinnati','OH','39.104127','-84.530670',-5,1); -INSERT INTO zipcodes VALUES (45204,'Cincinnati','OH','39.093345','-84.564280',-5,1); -INSERT INTO zipcodes VALUES (45205,'Cincinnati','OH','39.110710','-84.574380',-5,1); -INSERT INTO zipcodes VALUES (45206,'Cincinnati','OH','39.127527','-84.488320',-5,1); -INSERT INTO zipcodes VALUES (45207,'Cincinnati','OH','39.142246','-84.469830',-5,1); -INSERT INTO zipcodes VALUES (45208,'Cincinnati','OH','39.137860','-84.434260',-5,1); -INSERT INTO zipcodes VALUES (45209,'Cincinnati','OH','39.154060','-84.430860',-5,1); -INSERT INTO zipcodes VALUES (45210,'Cincinnati','OH','39.112260','-84.514390',-5,1); -INSERT INTO zipcodes VALUES (45211,'Cincinnati','OH','39.154159','-84.605270',-5,1); -INSERT INTO zipcodes VALUES (45212,'Cincinnati','OH','39.160693','-84.454500',-5,1); -INSERT INTO zipcodes VALUES (45213,'Cincinnati','OH','39.180893','-84.418810',-5,1); -INSERT INTO zipcodes VALUES (45214,'Cincinnati','OH','39.120560','-84.535750',-5,1); -INSERT INTO zipcodes VALUES (45215,'Cincinnati','OH','39.228859','-84.457070',-5,1); -INSERT INTO zipcodes VALUES (45216,'Cincinnati','OH','39.197109','-84.479910',-5,1); -INSERT INTO zipcodes VALUES (45217,'Cincinnati','OH','39.166948','-84.495140',-5,1); -INSERT INTO zipcodes VALUES (45218,'Cincinnati','OH','39.264791','-84.517500',-5,1); -INSERT INTO zipcodes VALUES (45219,'Cincinnati','OH','39.127210','-84.509880',-5,1); -INSERT INTO zipcodes VALUES (45220,'Cincinnati','OH','39.144260','-84.519860',-5,1); -INSERT INTO zipcodes VALUES (45221,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45222,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45223,'Cincinnati','OH','39.161859','-84.542590',-5,1); -INSERT INTO zipcodes VALUES (45224,'Cincinnati','OH','39.204959','-84.537340',-5,1); -INSERT INTO zipcodes VALUES (45225,'Cincinnati','OH','39.137410','-84.541120',-5,1); -INSERT INTO zipcodes VALUES (45226,'Cincinnati','OH','39.114911','-84.425260',-5,1); -INSERT INTO zipcodes VALUES (45227,'Cincinnati','OH','39.152010','-84.383480',-5,1); -INSERT INTO zipcodes VALUES (45228,'Cincinnati','OH','39.070561','-84.417891',-5,1); -INSERT INTO zipcodes VALUES (45229,'Cincinnati','OH','39.152093','-84.488990',-5,1); -INSERT INTO zipcodes VALUES (45230,'Cincinnati','OH','39.078368','-84.388650',-5,1); -INSERT INTO zipcodes VALUES (45231,'Cincinnati','OH','39.242608','-84.545300',-5,1); -INSERT INTO zipcodes VALUES (45232,'Cincinnati','OH','39.173409','-84.512950',-5,1); -INSERT INTO zipcodes VALUES (45233,'Cincinnati','OH','39.117065','-84.671730',-5,1); -INSERT INTO zipcodes VALUES (45234,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45235,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45236,'Cincinnati','OH','39.205109','-84.395120',-5,1); -INSERT INTO zipcodes VALUES (45237,'Cincinnati','OH','39.188859','-84.457980',-5,1); -INSERT INTO zipcodes VALUES (45238,'Cincinnati','OH','39.112169','-84.608490',-5,1); -INSERT INTO zipcodes VALUES (45239,'Cincinnati','OH','39.207558','-84.572990',-5,1); -INSERT INTO zipcodes VALUES (45240,'Cincinnati','OH','39.284806','-84.529410',-5,1); -INSERT INTO zipcodes VALUES (45241,'Cincinnati','OH','39.276271','-84.393240',-5,1); -INSERT INTO zipcodes VALUES (45242,'Cincinnati','OH','39.242559','-84.360420',-5,1); -INSERT INTO zipcodes VALUES (45243,'Cincinnati','OH','39.184660','-84.360140',-5,1); -INSERT INTO zipcodes VALUES (45244,'Cincinnati','OH','39.119161','-84.333890',-5,1); -INSERT INTO zipcodes VALUES (45245,'Cincinnati','OH','39.075329','-84.273110',-5,1); -INSERT INTO zipcodes VALUES (45246,'Cincinnati','OH','39.288558','-84.473830',-5,1); -INSERT INTO zipcodes VALUES (45247,'Cincinnati','OH','39.209208','-84.643630',-5,1); -INSERT INTO zipcodes VALUES (45248,'Cincinnati','OH','39.160159','-84.650420',-5,1); -INSERT INTO zipcodes VALUES (45249,'Cincinnati','OH','39.278295','-84.330490',-5,1); -INSERT INTO zipcodes VALUES (45250,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45251,'Cincinnati','OH','39.258124','-84.587330',-5,1); -INSERT INTO zipcodes VALUES (45252,'Cincinnati','OH','39.282824','-84.625140',-5,1); -INSERT INTO zipcodes VALUES (45253,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45254,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45255,'Cincinnati','OH','39.066112','-84.322270',-5,1); -INSERT INTO zipcodes VALUES (45258,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45262,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45263,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45264,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45267,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45268,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45269,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45270,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45271,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45273,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45274,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45275,'Cincinnati','OH','38.946921','-83.862877',-5,1); -INSERT INTO zipcodes VALUES (45277,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45296,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45298,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45299,'Cincinnati','OH','39.262158','-84.509268',-5,1); -INSERT INTO zipcodes VALUES (45301,'Alpha','OH','39.711173','-84.023230',-5,1); -INSERT INTO zipcodes VALUES (45302,'Anna','OH','40.404760','-84.195780',-5,1); -INSERT INTO zipcodes VALUES (45303,'Ansonia','OH','40.215278','-84.647700',-5,1); -INSERT INTO zipcodes VALUES (45304,'Arcanum','OH','39.990909','-84.537090',-5,1); -INSERT INTO zipcodes VALUES (45305,'Bellbrook','OH','39.640059','-84.085500',-5,1); -INSERT INTO zipcodes VALUES (45306,'Botkins','OH','40.464571','-84.187630',-5,1); -INSERT INTO zipcodes VALUES (45307,'Bowersville','OH','39.580198','-83.723630',-5,1); -INSERT INTO zipcodes VALUES (45308,'Bradford','OH','40.128652','-84.443300',-5,1); -INSERT INTO zipcodes VALUES (45309,'Brookville','OH','39.844538','-84.417740',-5,1); -INSERT INTO zipcodes VALUES (45310,'Burkettsville','OH','40.352158','-84.644800',-5,1); -INSERT INTO zipcodes VALUES (45311,'Camden','OH','39.629735','-84.675570',-5,1); -INSERT INTO zipcodes VALUES (45312,'Casstown','OH','40.065900','-84.082190',-5,1); -INSERT INTO zipcodes VALUES (45314,'Cedarville','OH','39.744577','-83.796970',-5,1); -INSERT INTO zipcodes VALUES (45315,'Clayton','OH','39.853674','-84.341250',-5,1); -INSERT INTO zipcodes VALUES (45316,'Clifton','OH','39.796992','-83.826090',-5,1); -INSERT INTO zipcodes VALUES (45317,'Conover','OH','40.170605','-84.024460',-5,1); -INSERT INTO zipcodes VALUES (45318,'Covington','OH','40.123474','-84.354330',-5,1); -INSERT INTO zipcodes VALUES (45319,'Donnelsville','OH','39.918936','-83.944909',-5,1); -INSERT INTO zipcodes VALUES (45320,'Eaton','OH','39.739353','-84.653930',-5,1); -INSERT INTO zipcodes VALUES (45321,'Eldorado','OH','39.888717','-84.672160',-5,1); -INSERT INTO zipcodes VALUES (45322,'Englewood','OH','39.877745','-84.309990',-5,1); -INSERT INTO zipcodes VALUES (45323,'Enon','OH','39.867259','-83.935120',-5,1); -INSERT INTO zipcodes VALUES (45324,'Fairborn','OH','39.808909','-84.019720',-5,1); -INSERT INTO zipcodes VALUES (45325,'Farmersville','OH','39.685116','-84.423070',-5,1); -INSERT INTO zipcodes VALUES (45326,'Fletcher','OH','40.144131','-84.104290',-5,1); -INSERT INTO zipcodes VALUES (45327,'Germantown','OH','39.628806','-84.378730',-5,1); -INSERT INTO zipcodes VALUES (45328,'Gettysburg','OH','40.112545','-84.493140',-5,1); -INSERT INTO zipcodes VALUES (45329,'Gordon','OH','40.135426','-84.619129',-5,1); -INSERT INTO zipcodes VALUES (45330,'Gratis','OH','39.647494','-84.527490',-5,1); -INSERT INTO zipcodes VALUES (45331,'Greenville','OH','40.094141','-84.635740',-5,1); -INSERT INTO zipcodes VALUES (45332,'Hollansburg','OH','39.998881','-84.791650',-5,1); -INSERT INTO zipcodes VALUES (45333,'Houston','OH','40.260111','-84.336110',-5,1); -INSERT INTO zipcodes VALUES (45334,'Jackson Center','OH','40.446467','-84.043890',-5,1); -INSERT INTO zipcodes VALUES (45335,'Jamestown','OH','39.624340','-83.745870',-5,1); -INSERT INTO zipcodes VALUES (45336,'Kettlersville','OH','40.438744','-84.263090',-5,1); -INSERT INTO zipcodes VALUES (45337,'Laura','OH','39.981075','-84.422010',-5,1); -INSERT INTO zipcodes VALUES (45338,'Lewisburg','OH','39.849859','-84.544280',-5,1); -INSERT INTO zipcodes VALUES (45339,'Ludlow Falls','OH','40.008648','-84.341430',-5,1); -INSERT INTO zipcodes VALUES (45340,'Maplewood','OH','40.372607','-84.051130',-5,1); -INSERT INTO zipcodes VALUES (45341,'Medway','OH','39.880826','-84.023640',-5,1); -INSERT INTO zipcodes VALUES (45342,'Miamisburg','OH','39.631525','-84.270740',-5,1); -INSERT INTO zipcodes VALUES (45343,'Miamisburg','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45344,'New Carlisle','OH','39.939925','-84.019920',-5,1); -INSERT INTO zipcodes VALUES (45345,'New Lebanon','OH','39.743766','-84.392560',-5,1); -INSERT INTO zipcodes VALUES (45346,'New Madison','OH','39.971929','-84.704710',-5,1); -INSERT INTO zipcodes VALUES (45347,'New Paris','OH','39.876255','-84.777880',-5,1); -INSERT INTO zipcodes VALUES (45348,'New Weston','OH','40.332705','-84.650160',-5,1); -INSERT INTO zipcodes VALUES (45349,'North Hampton','OH','39.990945','-83.940490',-5,1); -INSERT INTO zipcodes VALUES (45350,'North Star','OH','40.135426','-84.619129',-5,1); -INSERT INTO zipcodes VALUES (45351,'Osgood','OH','40.339356','-84.495970',-5,1); -INSERT INTO zipcodes VALUES (45352,'Palestine','OH','40.050308','-84.744420',-5,1); -INSERT INTO zipcodes VALUES (45353,'Pemberton','OH','40.294031','-84.032710',-5,1); -INSERT INTO zipcodes VALUES (45354,'Phillipsburg','OH','39.904603','-84.401630',-5,1); -INSERT INTO zipcodes VALUES (45356,'Piqua','OH','40.156514','-84.242130',-5,1); -INSERT INTO zipcodes VALUES (45358,'Pitsburg','OH','39.986011','-84.486510',-5,1); -INSERT INTO zipcodes VALUES (45359,'Pleasant Hill','OH','40.053483','-84.352020',-5,1); -INSERT INTO zipcodes VALUES (45360,'Port Jefferson','OH','40.330423','-84.090970',-5,1); -INSERT INTO zipcodes VALUES (45361,'Potsdam','OH','39.963492','-84.414484',-5,1); -INSERT INTO zipcodes VALUES (45362,'Rossburg','OH','40.285770','-84.638910',-5,1); -INSERT INTO zipcodes VALUES (45363,'Russia','OH','40.233304','-84.404590',-5,1); -INSERT INTO zipcodes VALUES (45365,'Sidney','OH','40.284855','-84.159740',-5,1); -INSERT INTO zipcodes VALUES (45367,'Sidney','OH','40.333611','-84.218308',-5,1); -INSERT INTO zipcodes VALUES (45368,'South Charleston','OH','39.840367','-83.658130',-5,1); -INSERT INTO zipcodes VALUES (45369,'South Vienna','OH','39.942716','-83.602350',-5,1); -INSERT INTO zipcodes VALUES (45370,'Spring Valley','OH','39.600367','-84.025860',-5,1); -INSERT INTO zipcodes VALUES (45371,'Tipp City','OH','39.954239','-84.176850',-5,1); -INSERT INTO zipcodes VALUES (45372,'Tremont City','OH','40.013871','-83.833250',-5,1); -INSERT INTO zipcodes VALUES (45373,'Troy','OH','40.036525','-84.206290',-5,1); -INSERT INTO zipcodes VALUES (45374,'Troy','OH','40.039970','-84.229799',-5,1); -INSERT INTO zipcodes VALUES (45377,'Vandalia','OH','39.889356','-84.205100',-5,1); -INSERT INTO zipcodes VALUES (45378,'Verona','OH','39.903161','-84.488220',-5,1); -INSERT INTO zipcodes VALUES (45380,'Versailles','OH','40.231735','-84.499350',-5,1); -INSERT INTO zipcodes VALUES (45381,'West Alexandria','OH','39.730506','-84.530520',-5,1); -INSERT INTO zipcodes VALUES (45382,'West Manchester','OH','39.903258','-84.622550',-5,1); -INSERT INTO zipcodes VALUES (45383,'West Milton','OH','39.958117','-84.333350',-5,1); -INSERT INTO zipcodes VALUES (45384,'Wilberforce','OH','39.712772','-83.880140',-5,1); -INSERT INTO zipcodes VALUES (45385,'Xenia','OH','39.682836','-83.921440',-5,1); -INSERT INTO zipcodes VALUES (45387,'Yellow Springs','OH','39.797227','-83.892390',-5,1); -INSERT INTO zipcodes VALUES (45388,'Yorkshire','OH','40.328535','-84.479380',-5,1); -INSERT INTO zipcodes VALUES (45389,'Christiansburg','OH','40.055737','-84.025250',-5,1); -INSERT INTO zipcodes VALUES (45390,'Union City','OH','40.204510','-84.782920',-5,1); -INSERT INTO zipcodes VALUES (45401,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45402,'Dayton','OH','39.757758','-84.188480',-5,1); -INSERT INTO zipcodes VALUES (45403,'Dayton','OH','39.762708','-84.152940',-5,1); -INSERT INTO zipcodes VALUES (45404,'Dayton','OH','39.783258','-84.163420',-5,1); -INSERT INTO zipcodes VALUES (45405,'Dayton','OH','39.788458','-84.211110',-5,1); -INSERT INTO zipcodes VALUES (45406,'Dayton','OH','39.784108','-84.238410',-5,1); -INSERT INTO zipcodes VALUES (45407,'Dayton','OH','39.760058','-84.220110',-5,1); -INSERT INTO zipcodes VALUES (45408,'Dayton','OH','39.741558','-84.223620',-5,1); -INSERT INTO zipcodes VALUES (45409,'Dayton','OH','39.725705','-84.189270',-5,1); -INSERT INTO zipcodes VALUES (45410,'Dayton','OH','39.748309','-84.158930',-5,1); -INSERT INTO zipcodes VALUES (45412,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45413,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45414,'Dayton','OH','39.820807','-84.193810',-5,1); -INSERT INTO zipcodes VALUES (45415,'Dayton','OH','39.837256','-84.260160',-5,1); -INSERT INTO zipcodes VALUES (45416,'Dayton','OH','39.805207','-84.258040',-5,1); -INSERT INTO zipcodes VALUES (45417,'Dayton','OH','39.753108','-84.247150',-5,1); -INSERT INTO zipcodes VALUES (45418,'Dayton','OH','39.716161','-84.273400',-5,1); -INSERT INTO zipcodes VALUES (45419,'Dayton','OH','39.713309','-84.165230',-5,1); -INSERT INTO zipcodes VALUES (45420,'Dayton','OH','39.723909','-84.134530',-5,1); -INSERT INTO zipcodes VALUES (45422,'Dayton','OH','39.758058','-84.200090',-5,1); -INSERT INTO zipcodes VALUES (45423,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45424,'Dayton','OH','39.840308','-84.122270',-5,1); -INSERT INTO zipcodes VALUES (45426,'Dayton','OH','39.802606','-84.301960',-5,1); -INSERT INTO zipcodes VALUES (45427,'Dayton','OH','39.755758','-84.278670',-5,1); -INSERT INTO zipcodes VALUES (45428,'Dayton','OH','39.746656','-84.259292',-5,1); -INSERT INTO zipcodes VALUES (45429,'Dayton','OH','39.687459','-84.155950',-5,1); -INSERT INTO zipcodes VALUES (45430,'Dayton','OH','39.710787','-84.081920',-5,1); -INSERT INTO zipcodes VALUES (45431,'Dayton','OH','39.765259','-84.102620',-5,1); -INSERT INTO zipcodes VALUES (45432,'Dayton','OH','39.740350','-84.093060',-5,1); -INSERT INTO zipcodes VALUES (45433,'Dayton','OH','39.813743','-84.058980',-5,1); -INSERT INTO zipcodes VALUES (45434,'Dayton','OH','39.719092','-84.038080',-5,1); -INSERT INTO zipcodes VALUES (45435,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45437,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45439,'Dayton','OH','39.695702','-84.216880',-5,1); -INSERT INTO zipcodes VALUES (45440,'Dayton','OH','39.674192','-84.110290',-5,1); -INSERT INTO zipcodes VALUES (45441,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45448,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45449,'Dayton','OH','39.664226','-84.242010',-5,1); -INSERT INTO zipcodes VALUES (45454,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45458,'Dayton','OH','39.608280','-84.164130',-5,1); -INSERT INTO zipcodes VALUES (45459,'Dayton','OH','39.644609','-84.169310',-5,1); -INSERT INTO zipcodes VALUES (45463,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45469,'Dayton','OH','39.740509','-84.178939',-5,1); -INSERT INTO zipcodes VALUES (45470,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45475,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45479,'Dayton','OH','39.734409','-84.194389',-5,1); -INSERT INTO zipcodes VALUES (45481,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45482,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45490,'Dayton','OH','39.750471','-84.268593',-5,1); -INSERT INTO zipcodes VALUES (45501,'Springfield','OH','39.927059','-83.813228',-5,1); -INSERT INTO zipcodes VALUES (45502,'Springfield','OH','39.926617','-83.812800',-5,1); -INSERT INTO zipcodes VALUES (45503,'Springfield','OH','39.948310','-83.782050',-5,1); -INSERT INTO zipcodes VALUES (45504,'Springfield','OH','39.941827','-83.837020',-5,1); -INSERT INTO zipcodes VALUES (45505,'Springfield','OH','39.910860','-83.785790',-5,1); -INSERT INTO zipcodes VALUES (45506,'Springfield','OH','39.910109','-83.832430',-5,1); -INSERT INTO zipcodes VALUES (45553,'West Union','OH','38.782131','-83.558044',-5,1); -INSERT INTO zipcodes VALUES (45601,'Chillicothe','OH','39.330460','-82.972280',-5,1); -INSERT INTO zipcodes VALUES (45612,'Bainbridge','OH','39.228796','-83.286410',-5,1); -INSERT INTO zipcodes VALUES (45613,'Beaver','OH','39.015223','-82.849270',-5,1); -INSERT INTO zipcodes VALUES (45614,'Bidwell','OH','38.919179','-82.293370',-5,1); -INSERT INTO zipcodes VALUES (45616,'Blue Creek','OH','38.789223','-83.319200',-5,1); -INSERT INTO zipcodes VALUES (45617,'Bourneville','OH','39.280388','-83.158991',-5,1); -INSERT INTO zipcodes VALUES (45618,'Cherry Fork','OH','38.892198','-83.621787',-5,1); -INSERT INTO zipcodes VALUES (45619,'Chesapeake','OH','38.448563','-82.445530',-5,1); -INSERT INTO zipcodes VALUES (45620,'Cheshire','OH','38.943285','-82.135890',-5,1); -INSERT INTO zipcodes VALUES (45621,'Coalton','OH','39.111094','-82.611050',-5,1); -INSERT INTO zipcodes VALUES (45622,'Creola','OH','39.364574','-82.495900',-5,1); -INSERT INTO zipcodes VALUES (45623,'Crown City','OH','38.630633','-82.269700',-5,1); -INSERT INTO zipcodes VALUES (45624,'Cynthiana','OH','39.172214','-83.348420',-5,1); -INSERT INTO zipcodes VALUES (45628,'Frankfort','OH','39.390231','-83.193630',-5,1); -INSERT INTO zipcodes VALUES (45629,'Franklin Furnace','OH','38.653909','-82.825350',-5,1); -INSERT INTO zipcodes VALUES (45630,'Friendship','OH','38.793335','-82.960460',-5,1); -INSERT INTO zipcodes VALUES (45631,'Gallipolis','OH','38.825478','-82.227550',-5,1); -INSERT INTO zipcodes VALUES (45633,'Hallsville','OH','39.465570','-82.747853',-5,1); -INSERT INTO zipcodes VALUES (45634,'Hamden','OH','39.171012','-82.500170',-5,1); -INSERT INTO zipcodes VALUES (45636,'Haverhill','OH','38.592446','-82.828817',-5,1); -INSERT INTO zipcodes VALUES (45638,'Ironton','OH','38.535109','-82.673700',-5,1); -INSERT INTO zipcodes VALUES (45640,'Jackson','OH','39.034226','-82.636780',-5,1); -INSERT INTO zipcodes VALUES (45641,'Morgan','OH','38.967813','-82.220469',-5,1); -INSERT INTO zipcodes VALUES (45642,'Jasper','OH','39.047577','-83.053820',-5,1); -INSERT INTO zipcodes VALUES (45643,'Kerr','OH','38.868330','-82.256185',-5,1); -INSERT INTO zipcodes VALUES (45644,'Kingston','OH','39.459353','-82.877770',-5,1); -INSERT INTO zipcodes VALUES (45645,'Kitts Hill','OH','38.557052','-82.537440',-5,1); -INSERT INTO zipcodes VALUES (45646,'Latham','OH','39.086218','-83.317640',-5,1); -INSERT INTO zipcodes VALUES (45647,'Londonderry','OH','39.282411','-82.764570',-5,1); -INSERT INTO zipcodes VALUES (45648,'Lucasville','OH','38.911803','-82.988360',-5,1); -INSERT INTO zipcodes VALUES (45650,'Lynx','OH','38.746506','-83.408780',-5,1); -INSERT INTO zipcodes VALUES (45651,'McArthur','OH','39.267049','-82.464150',-5,1); -INSERT INTO zipcodes VALUES (45652,'McDermott','OH','38.833053','-83.074980',-5,1); -INSERT INTO zipcodes VALUES (45653,'Minford','OH','38.877777','-82.840960',-5,1); -INSERT INTO zipcodes VALUES (45654,'New Plymouth','OH','39.376504','-82.395030',-5,1); -INSERT INTO zipcodes VALUES (45656,'Oak Hill','OH','38.879935','-82.583320',-5,1); -INSERT INTO zipcodes VALUES (45657,'Otway','OH','38.866354','-83.220280',-5,1); -INSERT INTO zipcodes VALUES (45658,'Patriot','OH','38.766082','-82.416380',-5,1); -INSERT INTO zipcodes VALUES (45659,'Pedro','OH','38.674840','-82.618650',-5,1); -INSERT INTO zipcodes VALUES (45660,'Peebles','OH','38.987596','-83.377520',-5,1); -INSERT INTO zipcodes VALUES (45661,'Piketon','OH','39.046079','-83.064590',-5,1); -INSERT INTO zipcodes VALUES (45662,'Portsmouth','OH','38.762824','-82.942940',-5,1); -INSERT INTO zipcodes VALUES (45663,'West Portsmouth','OH','38.743244','-83.059540',-5,1); -INSERT INTO zipcodes VALUES (45669,'Proctorville','OH','38.468003','-82.354570',-5,1); -INSERT INTO zipcodes VALUES (45670,'Wilkesville','OH','39.118117','-82.381351',-5,1); -INSERT INTO zipcodes VALUES (45671,'Rarden','OH','38.947693','-83.243610',-5,1); -INSERT INTO zipcodes VALUES (45672,'Ray','OH','39.208053','-82.690770',-5,1); -INSERT INTO zipcodes VALUES (45673,'Richmond Dale','OH','39.204151','-82.813780',-5,1); -INSERT INTO zipcodes VALUES (45674,'Rio Grande','OH','38.881743','-82.380910',-5,1); -INSERT INTO zipcodes VALUES (45675,'Rock Camp','OH','38.536685','-82.532715',-5,1); -INSERT INTO zipcodes VALUES (45677,'Scioto Furnace','OH','38.794115','-82.755455',-5,1); -INSERT INTO zipcodes VALUES (45678,'Scottown','OH','38.615111','-82.380040',-5,1); -INSERT INTO zipcodes VALUES (45679,'Seaman','OH','38.953520','-83.571080',-5,1); -INSERT INTO zipcodes VALUES (45680,'South Point','OH','38.438617','-82.557740',-5,1); -INSERT INTO zipcodes VALUES (45681,'South Salem','OH','39.308063','-83.256640',-5,1); -INSERT INTO zipcodes VALUES (45682,'South Webster','OH','38.816072','-82.714550',-5,1); -INSERT INTO zipcodes VALUES (45683,'Stockdale','OH','38.955485','-82.858402',-5,1); -INSERT INTO zipcodes VALUES (45684,'Stout','OH','38.664532','-83.297590',-5,1); -INSERT INTO zipcodes VALUES (45685,'Thurman','OH','38.915013','-82.453260',-5,1); -INSERT INTO zipcodes VALUES (45686,'Vinton','OH','38.997540','-82.362150',-5,1); -INSERT INTO zipcodes VALUES (45687,'Wakefield','OH','39.072829','-83.085764',-5,1); -INSERT INTO zipcodes VALUES (45688,'Waterloo','OH','38.734463','-82.521630',-5,1); -INSERT INTO zipcodes VALUES (45690,'Waverly','OH','39.123071','-83.000900',-5,1); -INSERT INTO zipcodes VALUES (45692,'Wellston','OH','39.117212','-82.548110',-5,1); -INSERT INTO zipcodes VALUES (45693,'West Union','OH','38.795145','-83.543350',-5,1); -INSERT INTO zipcodes VALUES (45694,'Wheelersburg','OH','38.729816','-82.800400',-5,1); -INSERT INTO zipcodes VALUES (45695,'Wilkesville','OH','39.137773','-82.365430',-5,1); -INSERT INTO zipcodes VALUES (45696,'Willow Wood','OH','38.592851','-82.462120',-5,1); -INSERT INTO zipcodes VALUES (45697,'Winchester','OH','38.939364','-83.671950',-5,1); -INSERT INTO zipcodes VALUES (45698,'Zaleski','OH','39.282728','-82.396230',-5,1); -INSERT INTO zipcodes VALUES (45699,'Lucasville','OH','38.793335','-82.960460',-5,1); -INSERT INTO zipcodes VALUES (45701,'Athens','OH','39.322847','-82.097280',-5,1); -INSERT INTO zipcodes VALUES (45710,'Albany','OH','39.202517','-82.214210',-5,1); -INSERT INTO zipcodes VALUES (45711,'Amesville','OH','39.429095','-81.943370',-5,1); -INSERT INTO zipcodes VALUES (45712,'Barlow','OH','39.400320','-81.662090',-5,1); -INSERT INTO zipcodes VALUES (45713,'Bartlett','OH','39.419647','-81.816400',-5,1); -INSERT INTO zipcodes VALUES (45714,'Belpre','OH','39.297622','-81.595800',-5,1); -INSERT INTO zipcodes VALUES (45715,'Beverly','OH','39.588490','-81.629320',-5,1); -INSERT INTO zipcodes VALUES (45716,'Buchtel','OH','39.462005','-82.180210',-5,1); -INSERT INTO zipcodes VALUES (45717,'Carbondale','OH','39.368235','-82.010132',-5,1); -INSERT INTO zipcodes VALUES (45719,'Chauncey','OH','39.400100','-82.128560',-5,1); -INSERT INTO zipcodes VALUES (45720,'Chester','OH','39.085629','-81.921443',-5,1); -INSERT INTO zipcodes VALUES (45721,'Coal Run','OH','39.430738','-81.445120',-5,1); -INSERT INTO zipcodes VALUES (45723,'Coolville','OH','39.222410','-81.819450',-5,1); -INSERT INTO zipcodes VALUES (45724,'Cutler','OH','39.363901','-81.788540',-5,1); -INSERT INTO zipcodes VALUES (45727,'Dexter City','OH','39.649854','-81.471130',-5,1); -INSERT INTO zipcodes VALUES (45729,'Fleming','OH','39.420916','-81.593600',-5,1); -INSERT INTO zipcodes VALUES (45732,'Glouster','OH','39.506243','-82.077900',-5,1); -INSERT INTO zipcodes VALUES (45734,'Graysville','OH','39.628144','-81.191640',-5,1); -INSERT INTO zipcodes VALUES (45735,'Guysville','OH','39.262298','-81.929770',-5,1); -INSERT INTO zipcodes VALUES (45739,'Hockingport','OH','39.197888','-81.744573',-5,1); -INSERT INTO zipcodes VALUES (45740,'Jacksonville','OH','39.475889','-82.079590',-5,1); -INSERT INTO zipcodes VALUES (45741,'Langsville','OH','39.073480','-82.244000',-5,1); -INSERT INTO zipcodes VALUES (45742,'Little Hocking','OH','39.273206','-81.708890',-5,1); -INSERT INTO zipcodes VALUES (45743,'Long Bottom','OH','39.077704','-81.845060',-5,1); -INSERT INTO zipcodes VALUES (45744,'Lowell','OH','39.533021','-81.509860',-5,1); -INSERT INTO zipcodes VALUES (45745,'Lower Salem','OH','39.611675','-81.344950',-5,1); -INSERT INTO zipcodes VALUES (45746,'Macksburg','OH','39.627217','-81.455320',-5,1); -INSERT INTO zipcodes VALUES (45750,'Marietta','OH','39.426551','-81.443730',-5,1); -INSERT INTO zipcodes VALUES (45757,'Dexter City','OH','39.658280','-81.470771',-5,1); -INSERT INTO zipcodes VALUES (45760,'Middleport','OH','39.006757','-82.082080',-5,1); -INSERT INTO zipcodes VALUES (45761,'Millfield','OH','39.431016','-82.099860',-5,1); -INSERT INTO zipcodes VALUES (45764,'Nelsonville','OH','39.450463','-82.229750',-5,1); -INSERT INTO zipcodes VALUES (45766,'New Marshfield','OH','39.325020','-82.258600',-5,1); -INSERT INTO zipcodes VALUES (45767,'New Matamoras','OH','39.524674','-81.120310',-5,1); -INSERT INTO zipcodes VALUES (45768,'Newport','OH','39.397077','-81.255080',-5,1); -INSERT INTO zipcodes VALUES (45769,'Pomeroy','OH','39.092281','-82.028000',-5,1); -INSERT INTO zipcodes VALUES (45770,'Portland','OH','38.988699','-81.801900',-5,1); -INSERT INTO zipcodes VALUES (45771,'Racine','OH','38.978044','-81.912060',-5,1); -INSERT INTO zipcodes VALUES (45772,'Reedsville','OH','39.143542','-81.837240',-5,1); -INSERT INTO zipcodes VALUES (45773,'Reno','OH','39.471663','-81.280180',-5,1); -INSERT INTO zipcodes VALUES (45775,'Rutland','OH','39.089885','-82.167730',-5,1); -INSERT INTO zipcodes VALUES (45776,'Shade','OH','39.191685','-82.018280',-5,1); -INSERT INTO zipcodes VALUES (45777,'Sharpsburg','OH','39.368235','-82.010132',-5,1); -INSERT INTO zipcodes VALUES (45778,'Stewart','OH','39.341224','-81.885610',-5,1); -INSERT INTO zipcodes VALUES (45779,'Syracuse','OH','38.999757','-81.972820',-5,1); -INSERT INTO zipcodes VALUES (45780,'The Plains','OH','39.370636','-82.134060',-5,1); -INSERT INTO zipcodes VALUES (45781,'Torch','OH','39.368235','-82.010132',-5,1); -INSERT INTO zipcodes VALUES (45782,'Trimble','OH','39.483798','-82.077880',-5,1); -INSERT INTO zipcodes VALUES (45783,'Tuppers Plains','OH','39.168349','-81.842313',-5,1); -INSERT INTO zipcodes VALUES (45784,'Vincent','OH','39.389346','-81.681220',-5,1); -INSERT INTO zipcodes VALUES (45786,'Waterford','OH','39.526685','-81.661090',-5,1); -INSERT INTO zipcodes VALUES (45787,'Watertown','OH','39.430738','-81.445120',-5,1); -INSERT INTO zipcodes VALUES (45788,'Whipple','OH','39.510300','-81.376690',-5,1); -INSERT INTO zipcodes VALUES (45789,'Wingett Run','OH','39.551002','-81.256000',-5,1); -INSERT INTO zipcodes VALUES (45801,'Lima','OH','40.759451','-84.084580',-5,1); -INSERT INTO zipcodes VALUES (45802,'Lima','OH','40.781785','-84.138566',-5,1); -INSERT INTO zipcodes VALUES (45804,'Lima','OH','40.722550','-84.089790',-5,1); -INSERT INTO zipcodes VALUES (45805,'Lima','OH','40.739517','-84.144680',-5,1); -INSERT INTO zipcodes VALUES (45806,'Lima','OH','40.668448','-84.133100',-5,1); -INSERT INTO zipcodes VALUES (45807,'Lima','OH','40.795300','-84.165730',-5,1); -INSERT INTO zipcodes VALUES (45808,'Beaverdam','OH','40.832363','-83.973430',-5,1); -INSERT INTO zipcodes VALUES (45809,'Gomer','OH','40.844554','-84.183240',-5,1); -INSERT INTO zipcodes VALUES (45810,'Ada','OH','40.774039','-83.818210',-5,1); -INSERT INTO zipcodes VALUES (45812,'Alger','OH','40.696862','-83.823100',-5,1); -INSERT INTO zipcodes VALUES (45813,'Antwerp','OH','41.183120','-84.735330',-5,1); -INSERT INTO zipcodes VALUES (45814,'Arlington','OH','40.892253','-83.643380',-5,1); -INSERT INTO zipcodes VALUES (45815,'Belmore','OH','41.153855','-83.941281',-5,1); -INSERT INTO zipcodes VALUES (45816,'Benton Ridge','OH','41.004330','-83.792650',-5,1); -INSERT INTO zipcodes VALUES (45817,'Bluffton','OH','40.886803','-83.892590',-5,1); -INSERT INTO zipcodes VALUES (45819,'Buckland','OH','40.623695','-84.260870',-5,1); -INSERT INTO zipcodes VALUES (45820,'Cairo','OH','40.831339','-84.086020',-5,1); -INSERT INTO zipcodes VALUES (45821,'Cecil','OH','41.230816','-84.577710',-5,1); -INSERT INTO zipcodes VALUES (45822,'Celina','OH','40.542778','-84.582320',-5,1); -INSERT INTO zipcodes VALUES (45826,'Chickasaw','OH','40.428177','-84.633484',-5,1); -INSERT INTO zipcodes VALUES (45827,'Cloverdale','OH','41.009008','-84.306170',-5,1); -INSERT INTO zipcodes VALUES (45828,'Coldwater','OH','40.480128','-84.646780',-5,1); -INSERT INTO zipcodes VALUES (45829,'Crane','OH','41.163632','-84.612173',-5,1); -INSERT INTO zipcodes VALUES (45830,'Columbus Grove','OH','40.900986','-84.067830',-5,1); -INSERT INTO zipcodes VALUES (45831,'Continental','OH','41.103903','-84.253710',-5,1); -INSERT INTO zipcodes VALUES (45832,'Convoy','OH','40.929839','-84.731380',-5,1); -INSERT INTO zipcodes VALUES (45833,'Delphos','OH','40.841409','-84.341780',-5,1); -INSERT INTO zipcodes VALUES (45835,'Dola','OH','40.768846','-83.700070',-5,1); -INSERT INTO zipcodes VALUES (45836,'Dunkirk','OH','40.790676','-83.638560',-5,1); -INSERT INTO zipcodes VALUES (45837,'Dupont','OH','41.054934','-84.300750',-5,1); -INSERT INTO zipcodes VALUES (45838,'Elgin','OH','40.740456','-84.476020',-5,1); -INSERT INTO zipcodes VALUES (45839,'Findlay','OH','40.993263','-83.650714',-5,1); -INSERT INTO zipcodes VALUES (45840,'Findlay','OH','41.037325','-83.645760',-5,1); -INSERT INTO zipcodes VALUES (45841,'Jenera','OH','40.881217','-83.731990',-5,1); -INSERT INTO zipcodes VALUES (45843,'Forest','OH','40.782854','-83.528620',-5,1); -INSERT INTO zipcodes VALUES (45844,'Fort Jennings','OH','40.914909','-84.287170',-5,1); -INSERT INTO zipcodes VALUES (45845,'Fort Loramie','OH','40.338583','-84.383480',-5,1); -INSERT INTO zipcodes VALUES (45846,'Fort Recovery','OH','40.409441','-84.759120',-5,1); -INSERT INTO zipcodes VALUES (45848,'Glandorf','OH','41.096421','-84.112031',-5,1); -INSERT INTO zipcodes VALUES (45849,'Grover Hill','OH','41.012000','-84.466830',-5,1); -INSERT INTO zipcodes VALUES (45850,'Harrod','OH','40.713499','-83.930980',-5,1); -INSERT INTO zipcodes VALUES (45851,'Haviland','OH','41.030911','-84.602130',-5,1); -INSERT INTO zipcodes VALUES (45853,'Kalida','OH','40.983471','-84.200270',-5,1); -INSERT INTO zipcodes VALUES (45854,'Lafayette','OH','40.758211','-83.949934',-5,1); -INSERT INTO zipcodes VALUES (45855,'Latty','OH','41.088144','-84.583320',-5,1); -INSERT INTO zipcodes VALUES (45856,'Leipsic','OH','41.112413','-83.991360',-5,1); -INSERT INTO zipcodes VALUES (45858,'McComb','OH','41.106245','-83.804630',-5,1); -INSERT INTO zipcodes VALUES (45859,'McGuffey','OH','40.691866','-83.784570',-5,1); -INSERT INTO zipcodes VALUES (45860,'Maria Stein','OH','40.400409','-84.517440',-5,1); -INSERT INTO zipcodes VALUES (45861,'Melrose','OH','41.090714','-84.419480',-5,1); -INSERT INTO zipcodes VALUES (45862,'Mendon','OH','40.669102','-84.522450',-5,1); -INSERT INTO zipcodes VALUES (45863,'Middle Point','OH','40.892251','-84.455480',-5,1); -INSERT INTO zipcodes VALUES (45864,'Miller City','OH','41.103776','-84.131541',-5,1); -INSERT INTO zipcodes VALUES (45865,'Minster','OH','40.391924','-84.372110',-5,1); -INSERT INTO zipcodes VALUES (45866,'Montezuma','OH','40.488771','-84.547830',-5,1); -INSERT INTO zipcodes VALUES (45867,'Mount Blanchard','OH','40.903089','-83.545910',-5,1); -INSERT INTO zipcodes VALUES (45868,'Mount Cory','OH','40.958861','-83.835600',-5,1); -INSERT INTO zipcodes VALUES (45869,'New Bremen','OH','40.452556','-84.387310',-5,1); -INSERT INTO zipcodes VALUES (45870,'New Hampshire','OH','40.555807','-83.953470',-5,1); -INSERT INTO zipcodes VALUES (45871,'New Knoxville','OH','40.491725','-84.311290',-5,1); -INSERT INTO zipcodes VALUES (45872,'North Baltimore','OH','41.183940','-83.670530',-5,1); -INSERT INTO zipcodes VALUES (45873,'Oakwood','OH','41.107804','-84.390980',-5,1); -INSERT INTO zipcodes VALUES (45874,'Ohio City','OH','40.780889','-84.657260',-5,1); -INSERT INTO zipcodes VALUES (45875,'Ottawa','OH','41.020852','-84.046490',-5,1); -INSERT INTO zipcodes VALUES (45876,'Ottoville','OH','40.931687','-84.338770',-5,1); -INSERT INTO zipcodes VALUES (45877,'Pandora','OH','40.945888','-83.951400',-5,1); -INSERT INTO zipcodes VALUES (45879,'Paulding','OH','41.137873','-84.563770',-5,1); -INSERT INTO zipcodes VALUES (45880,'Payne','OH','41.072614','-84.731700',-5,1); -INSERT INTO zipcodes VALUES (45881,'Rawson','OH','40.954985','-83.782160',-5,1); -INSERT INTO zipcodes VALUES (45882,'Rockford','OH','40.682303','-84.678060',-5,1); -INSERT INTO zipcodes VALUES (45883,'Saint Henry','OH','40.413734','-84.632500',-5,1); -INSERT INTO zipcodes VALUES (45884,'Saint Johns','OH','40.520289','-84.167970',-5,1); -INSERT INTO zipcodes VALUES (45885,'Saint Marys','OH','40.550005','-84.393080',-5,1); -INSERT INTO zipcodes VALUES (45886,'Scott','OH','40.987100','-84.607300',-5,1); -INSERT INTO zipcodes VALUES (45887,'Spencerville','OH','40.711394','-84.355090',-5,1); -INSERT INTO zipcodes VALUES (45888,'Uniopolis','OH','40.601985','-84.086530',-5,1); -INSERT INTO zipcodes VALUES (45889,'Van Buren','OH','41.140620','-83.644640',-5,1); -INSERT INTO zipcodes VALUES (45890,'Vanlue','OH','40.973064','-83.488450',-5,1); -INSERT INTO zipcodes VALUES (45891,'Van Wert','OH','40.874092','-84.578710',-5,1); -INSERT INTO zipcodes VALUES (45893,'Vaughnsville','OH','40.882077','-84.148028',-5,1); -INSERT INTO zipcodes VALUES (45894,'Venedocia','OH','40.755619','-84.480410',-5,1); -INSERT INTO zipcodes VALUES (45895,'Wapakoneta','OH','40.569140','-84.172880',-5,1); -INSERT INTO zipcodes VALUES (45896,'Waynesfield','OH','40.593532','-83.944170',-5,1); -INSERT INTO zipcodes VALUES (45897,'Williamstown','OH','40.834233','-83.652880',-5,1); -INSERT INTO zipcodes VALUES (45898,'Willshire','OH','40.740110','-84.776070',-5,1); -INSERT INTO zipcodes VALUES (45899,'Wren','OH','40.799531','-84.774220',-5,1); -INSERT INTO zipcodes VALUES (45944,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (45999,'Cincinnati','OH','39.166759','-84.538220',-5,1); -INSERT INTO zipcodes VALUES (46001,'Alexandria','IN','40.257082','-85.673000',-5,0); -INSERT INTO zipcodes VALUES (46011,'Anderson','IN','40.112913','-85.737000',-5,0); -INSERT INTO zipcodes VALUES (46012,'Anderson','IN','40.132892','-85.650970',-5,0); -INSERT INTO zipcodes VALUES (46013,'Anderson','IN','40.061092','-85.676720',-5,0); -INSERT INTO zipcodes VALUES (46014,'Anderson','IN','40.161733','-85.719659',-5,0); -INSERT INTO zipcodes VALUES (46015,'Anderson','IN','40.093792','-85.657825',-5,0); -INSERT INTO zipcodes VALUES (46016,'Anderson','IN','40.098641','-85.684520',-5,0); -INSERT INTO zipcodes VALUES (46017,'Anderson','IN','40.096343','-85.601470',-5,0); -INSERT INTO zipcodes VALUES (46018,'Anderson','IN','40.161733','-85.719659',-5,0); -INSERT INTO zipcodes VALUES (46030,'Arcadia','IN','40.174490','-86.017360',-5,0); -INSERT INTO zipcodes VALUES (46031,'Atlanta','IN','40.211166','-86.023040',-5,0); -INSERT INTO zipcodes VALUES (46032,'Carmel','IN','39.970241','-86.154160',-5,0); -INSERT INTO zipcodes VALUES (46033,'Carmel','IN','39.973731','-86.088750',-5,0); -INSERT INTO zipcodes VALUES (46034,'Cicero','IN','40.127019','-86.031210',-5,0); -INSERT INTO zipcodes VALUES (46035,'Colfax','IN','40.191500','-86.671370',-5,0); -INSERT INTO zipcodes VALUES (46036,'Elwood','IN','40.279375','-85.837610',-5,0); -INSERT INTO zipcodes VALUES (46038,'Fishers','IN','39.956450','-86.008720',-5,0); -INSERT INTO zipcodes VALUES (46039,'Forest','IN','40.366648','-86.308670',-5,0); -INSERT INTO zipcodes VALUES (46040,'Fortville','IN','39.935490','-85.840470',-5,0); -INSERT INTO zipcodes VALUES (46041,'Frankfort','IN','40.290615','-86.502800',-5,0); -INSERT INTO zipcodes VALUES (46044,'Frankton','IN','40.221208','-85.776120',-5,0); -INSERT INTO zipcodes VALUES (46045,'Goldsmith','IN','40.289779','-86.150040',-5,0); -INSERT INTO zipcodes VALUES (46046,'Hillisburg','IN','40.304473','-86.469044',-5,0); -INSERT INTO zipcodes VALUES (46047,'Hobbs','IN','40.284101','-85.946760',-5,0); -INSERT INTO zipcodes VALUES (46048,'Ingalls','IN','39.956340','-85.802520',-5,0); -INSERT INTO zipcodes VALUES (46049,'Kempton','IN','40.292007','-86.227570',-5,0); -INSERT INTO zipcodes VALUES (46050,'Kirklin','IN','40.196061','-86.358460',-5,0); -INSERT INTO zipcodes VALUES (46051,'Lapel','IN','40.065589','-85.846310',-5,0); -INSERT INTO zipcodes VALUES (46052,'Lebanon','IN','40.047966','-86.465920',-5,0); -INSERT INTO zipcodes VALUES (46055,'McCordsville','IN','39.898378','-85.915900',-5,0); -INSERT INTO zipcodes VALUES (46056,'Markleville','IN','39.974904','-85.617330',-5,0); -INSERT INTO zipcodes VALUES (46057,'Michigantown','IN','40.333772','-86.381610',-5,0); -INSERT INTO zipcodes VALUES (46058,'Mulberry','IN','40.349135','-86.664240',-5,0); -INSERT INTO zipcodes VALUES (46060,'Noblesville','IN','40.050109','-85.998150',-5,0); -INSERT INTO zipcodes VALUES (46061,'Noblesville','IN','40.072462','-86.052285',-5,0); -INSERT INTO zipcodes VALUES (46063,'Orestes','IN','40.270460','-85.728710',-5,0); -INSERT INTO zipcodes VALUES (46064,'Pendleton','IN','39.997694','-85.750750',-5,0); -INSERT INTO zipcodes VALUES (46065,'Rossville','IN','40.427919','-86.610590',-5,0); -INSERT INTO zipcodes VALUES (46067,'Sedalia','IN','40.304473','-86.469044',-5,0); -INSERT INTO zipcodes VALUES (46068,'Sharpsville','IN','40.378829','-86.093620',-5,0); -INSERT INTO zipcodes VALUES (46069,'Sheridan','IN','40.134736','-86.218850',-5,0); -INSERT INTO zipcodes VALUES (46070,'Summitville','IN','40.340749','-85.646790',-5,0); -INSERT INTO zipcodes VALUES (46071,'Thorntown','IN','40.126304','-86.602680',-5,0); -INSERT INTO zipcodes VALUES (46072,'Tipton','IN','40.284041','-86.046810',-5,0); -INSERT INTO zipcodes VALUES (46074,'Westfield','IN','40.041325','-86.152620',-5,0); -INSERT INTO zipcodes VALUES (46075,'Whitestown','IN','40.007024','-86.344050',-5,0); -INSERT INTO zipcodes VALUES (46076,'Windfall','IN','40.363776','-85.950740',-5,0); -INSERT INTO zipcodes VALUES (46077,'Zionsville','IN','39.960858','-86.282520',-5,0); -INSERT INTO zipcodes VALUES (46082,'Carmel','IN','40.072462','-86.052285',-5,0); -INSERT INTO zipcodes VALUES (46102,'Advance','IN','39.996577','-86.619280',-5,0); -INSERT INTO zipcodes VALUES (46103,'Amo','IN','39.688673','-86.614090',-5,0); -INSERT INTO zipcodes VALUES (46104,'Arlington','IN','39.649096','-85.602130',-5,0); -INSERT INTO zipcodes VALUES (46105,'Bainbridge','IN','39.761986','-86.804920',-5,0); -INSERT INTO zipcodes VALUES (46106,'Bargersville','IN','39.514024','-86.188120',-5,0); -INSERT INTO zipcodes VALUES (46107,'Beech Grove','IN','39.718744','-86.093750',-5,0); -INSERT INTO zipcodes VALUES (46110,'Boggstown','IN','39.565780','-85.924810',-5,0); -INSERT INTO zipcodes VALUES (46111,'Brooklyn','IN','39.538087','-86.369910',-5,0); -INSERT INTO zipcodes VALUES (46112,'Brownsburg','IN','39.849520','-86.387390',-5,0); -INSERT INTO zipcodes VALUES (46113,'Camby','IN','39.631344','-86.312730',-5,0); -INSERT INTO zipcodes VALUES (46114,'Cartersburg','IN','39.762448','-86.510386',-5,0); -INSERT INTO zipcodes VALUES (46115,'Carthage','IN','39.740158','-85.571010',-5,0); -INSERT INTO zipcodes VALUES (46117,'Charlottesville','IN','39.805933','-85.615140',-5,0); -INSERT INTO zipcodes VALUES (46118,'Clayton','IN','39.659830','-86.531960',-5,0); -INSERT INTO zipcodes VALUES (46120,'Cloverdale','IN','39.513388','-86.791690',-5,0); -INSERT INTO zipcodes VALUES (46121,'Coatesville','IN','39.679883','-86.678490',-5,0); -INSERT INTO zipcodes VALUES (46122,'Danville','IN','39.761211','-86.523440',-5,0); -INSERT INTO zipcodes VALUES (46123,'Avon','IN','39.764436','-86.396990',-5,0); -INSERT INTO zipcodes VALUES (46124,'Edinburgh','IN','39.366507','-85.986400',-5,0); -INSERT INTO zipcodes VALUES (46125,'Eminence','IN','39.522181','-86.641020',-5,0); -INSERT INTO zipcodes VALUES (46126,'Fairland','IN','39.617530','-85.880030',-5,0); -INSERT INTO zipcodes VALUES (46127,'Falmouth','IN','39.717457','-85.327370',-5,0); -INSERT INTO zipcodes VALUES (46128,'Fillmore','IN','39.674879','-86.752560',-5,0); -INSERT INTO zipcodes VALUES (46129,'Finly','IN','39.821516','-85.765169',-5,0); -INSERT INTO zipcodes VALUES (46130,'Fountaintown','IN','39.680058','-85.833630',-5,0); -INSERT INTO zipcodes VALUES (46131,'Franklin','IN','39.482105','-86.050430',-5,0); -INSERT INTO zipcodes VALUES (46133,'Glenwood','IN','39.609926','-85.284280',-5,0); -INSERT INTO zipcodes VALUES (46135,'Greencastle','IN','39.652374','-86.873610',-5,0); -INSERT INTO zipcodes VALUES (46140,'Greenfield','IN','39.799143','-85.784460',-5,0); -INSERT INTO zipcodes VALUES (46142,'Greenwood','IN','39.620680','-86.151260',-5,0); -INSERT INTO zipcodes VALUES (46143,'Greenwood','IN','39.601649','-86.127340',-5,0); -INSERT INTO zipcodes VALUES (46144,'Gwynneville','IN','39.661964','-85.649450',-5,0); -INSERT INTO zipcodes VALUES (46145,'Greenwood','IN','39.597444','-86.088914',-5,0); -INSERT INTO zipcodes VALUES (46146,'Homer','IN','39.619923','-85.465540',-5,0); -INSERT INTO zipcodes VALUES (46147,'Jamestown','IN','39.963540','-86.617330',-5,0); -INSERT INTO zipcodes VALUES (46148,'Knightstown','IN','39.803168','-85.515530',-5,0); -INSERT INTO zipcodes VALUES (46149,'Lizton','IN','39.885033','-86.549780',-5,0); -INSERT INTO zipcodes VALUES (46150,'Manilla','IN','39.563815','-85.612390',-5,0); -INSERT INTO zipcodes VALUES (46151,'Martinsville','IN','39.442774','-86.413370',-5,0); -INSERT INTO zipcodes VALUES (46154,'Maxwell','IN','39.856763','-85.768357',-5,0); -INSERT INTO zipcodes VALUES (46155,'Mays','IN','39.743346','-85.430350',-5,0); -INSERT INTO zipcodes VALUES (46156,'Milroy','IN','39.484598','-85.476980',-5,0); -INSERT INTO zipcodes VALUES (46157,'Monrovia','IN','39.561003','-86.535910',-5,0); -INSERT INTO zipcodes VALUES (46158,'Mooresville','IN','39.588545','-86.374310',-5,0); -INSERT INTO zipcodes VALUES (46160,'Morgantown','IN','39.351269','-86.268060',-5,0); -INSERT INTO zipcodes VALUES (46161,'Morristown','IN','39.670830','-85.697860',-5,0); -INSERT INTO zipcodes VALUES (46162,'Needham','IN','39.542985','-85.959280',-5,0); -INSERT INTO zipcodes VALUES (46163,'New Palestine','IN','39.726811','-85.897260',-5,0); -INSERT INTO zipcodes VALUES (46164,'Nineveh','IN','39.324091','-86.113970',-5,0); -INSERT INTO zipcodes VALUES (46165,'North Salem','IN','39.852098','-86.644940',-5,0); -INSERT INTO zipcodes VALUES (46166,'Paragon','IN','39.416815','-86.585070',-5,0); -INSERT INTO zipcodes VALUES (46167,'Pittsboro','IN','39.872255','-86.463350',-5,0); -INSERT INTO zipcodes VALUES (46168,'Plainfield','IN','39.697750','-86.395890',-5,0); -INSERT INTO zipcodes VALUES (46170,'Putnamville','IN','39.668441','-86.828402',-5,0); -INSERT INTO zipcodes VALUES (46171,'Reelsville','IN','39.525112','-86.959940',-5,0); -INSERT INTO zipcodes VALUES (46172,'Roachdale','IN','39.842523','-86.831740',-5,0); -INSERT INTO zipcodes VALUES (46173,'Rushville','IN','39.614803','-85.438340',-5,0); -INSERT INTO zipcodes VALUES (46175,'Russellville','IN','39.837161','-86.986120',-5,0); -INSERT INTO zipcodes VALUES (46176,'Shelbyville','IN','39.523797','-85.772080',-5,0); -INSERT INTO zipcodes VALUES (46180,'Stilesville','IN','39.612844','-86.630170',-5,0); -INSERT INTO zipcodes VALUES (46181,'Trafalgar','IN','39.396833','-86.160980',-5,0); -INSERT INTO zipcodes VALUES (46182,'Waldron','IN','39.457143','-85.670650',-5,0); -INSERT INTO zipcodes VALUES (46183,'West Newton','IN','39.648251','-86.285090',-5,0); -INSERT INTO zipcodes VALUES (46184,'Whiteland','IN','39.557799','-86.085430',-5,0); -INSERT INTO zipcodes VALUES (46186,'Wilkinson','IN','39.894667','-85.626570',-5,0); -INSERT INTO zipcodes VALUES (46201,'Indianapolis','IN','39.775125','-86.108390',-5,0); -INSERT INTO zipcodes VALUES (46202,'Indianapolis','IN','39.782842','-86.156730',-5,0); -INSERT INTO zipcodes VALUES (46203,'Indianapolis','IN','39.742593','-86.117660',-5,0); -INSERT INTO zipcodes VALUES (46204,'Indianapolis','IN','39.771743','-86.155980',-5,0); -INSERT INTO zipcodes VALUES (46205,'Indianapolis','IN','39.824858','-86.138170',-5,0); -INSERT INTO zipcodes VALUES (46206,'Indianapolis','IN','39.761293','-86.161336',-5,0); -INSERT INTO zipcodes VALUES (46207,'Indianapolis','IN','39.767293','-86.160616',-5,0); -INSERT INTO zipcodes VALUES (46208,'Indianapolis','IN','39.820708','-86.171300',-5,0); -INSERT INTO zipcodes VALUES (46209,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46211,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46214,'Indianapolis','IN','39.792993','-86.285750',-5,0); -INSERT INTO zipcodes VALUES (46216,'Indianapolis','IN','39.857639','-86.009480',-5,0); -INSERT INTO zipcodes VALUES (46217,'Indianapolis','IN','39.668795','-86.183300',-5,0); -INSERT INTO zipcodes VALUES (46218,'Indianapolis','IN','39.805841','-86.101750',-5,0); -INSERT INTO zipcodes VALUES (46219,'Indianapolis','IN','39.780010','-86.048890',-5,0); -INSERT INTO zipcodes VALUES (46220,'Indianapolis','IN','39.866913','-86.123230',-5,0); -INSERT INTO zipcodes VALUES (46221,'Indianapolis','IN','39.719444','-86.221830',-5,0); -INSERT INTO zipcodes VALUES (46222,'Indianapolis','IN','39.786793','-86.210930',-5,0); -INSERT INTO zipcodes VALUES (46223,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46224,'Indianapolis','IN','39.795593','-86.254090',-5,0); -INSERT INTO zipcodes VALUES (46225,'Indianapolis','IN','39.746993','-86.159030',-5,0); -INSERT INTO zipcodes VALUES (46226,'Indianapolis','IN','39.837290','-86.053780',-5,0); -INSERT INTO zipcodes VALUES (46227,'Indianapolis','IN','39.678495','-86.129730',-5,0); -INSERT INTO zipcodes VALUES (46228,'Indianapolis','IN','39.849474','-86.204480',-5,0); -INSERT INTO zipcodes VALUES (46229,'Indianapolis','IN','39.795025','-85.973560',-5,0); -INSERT INTO zipcodes VALUES (46230,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46231,'Indianapolis','IN','39.719620','-86.331210',-5,0); -INSERT INTO zipcodes VALUES (46234,'Indianapolis','IN','39.797622','-86.324930',-5,0); -INSERT INTO zipcodes VALUES (46235,'Indianapolis','IN','39.835369','-85.986350',-5,0); -INSERT INTO zipcodes VALUES (46236,'Indianapolis','IN','39.888225','-85.970410',-5,0); -INSERT INTO zipcodes VALUES (46237,'Indianapolis','IN','39.678590','-86.086340',-5,0); -INSERT INTO zipcodes VALUES (46239,'Indianapolis','IN','39.732943','-85.999030',-5,0); -INSERT INTO zipcodes VALUES (46240,'Indianapolis','IN','39.902039','-86.129480',-5,0); -INSERT INTO zipcodes VALUES (46241,'Indianapolis','IN','39.736844','-86.252140',-5,0); -INSERT INTO zipcodes VALUES (46242,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46243,'Washington','IN','39.779741','-86.332995',-5,0); -INSERT INTO zipcodes VALUES (46244,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46247,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46249,'Indianapolis','IN','39.858989','-86.006082',-5,0); -INSERT INTO zipcodes VALUES (46250,'Indianapolis','IN','39.905689','-86.067330',-5,0); -INSERT INTO zipcodes VALUES (46251,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46253,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46254,'Indianapolis','IN','39.844024','-86.264640',-5,0); -INSERT INTO zipcodes VALUES (46255,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46256,'Indianapolis','IN','39.907838','-86.014050',-5,0); -INSERT INTO zipcodes VALUES (46259,'Indianapolis','IN','39.651145','-85.980730',-5,0); -INSERT INTO zipcodes VALUES (46260,'Indianapolis','IN','39.898107','-86.182320',-5,0); -INSERT INTO zipcodes VALUES (46266,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46268,'Indianapolis','IN','39.897548','-86.225460',-5,0); -INSERT INTO zipcodes VALUES (46274,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46275,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46277,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46278,'Indianapolis','IN','39.897920','-86.286190',-5,0); -INSERT INTO zipcodes VALUES (46280,'Indianapolis','IN','39.939102','-86.138310',-5,0); -INSERT INTO zipcodes VALUES (46282,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46283,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46285,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46290,'Indianapolis','IN','39.934949','-86.162620',-5,0); -INSERT INTO zipcodes VALUES (46291,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46295,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46298,'Indianapolis','IN','39.779492','-86.132837',-5,0); -INSERT INTO zipcodes VALUES (46301,'Beverly Shores','IN','41.687414','-86.979700',-6,1); -INSERT INTO zipcodes VALUES (46302,'Boone Grove','IN','41.354186','-87.130431',-6,1); -INSERT INTO zipcodes VALUES (46303,'Cedar Lake','IN','41.369590','-87.448490',-6,1); -INSERT INTO zipcodes VALUES (46304,'Chesterton','IN','41.616263','-87.058830',-6,1); -INSERT INTO zipcodes VALUES (46305,'Granger','IN','41.744860','-86.177059',-5,0); -INSERT INTO zipcodes VALUES (46307,'Crown Point','IN','41.418873','-87.342980',-6,1); -INSERT INTO zipcodes VALUES (46308,'Crown Point','IN','41.461543','-87.372779',-6,1); -INSERT INTO zipcodes VALUES (46310,'Demotte','IN','41.179017','-87.242650',-6,1); -INSERT INTO zipcodes VALUES (46311,'Dyer','IN','41.491377','-87.510220',-6,1); -INSERT INTO zipcodes VALUES (46312,'East Chicago','IN','41.639735','-87.460840',-6,1); -INSERT INTO zipcodes VALUES (46319,'Griffith','IN','41.527235','-87.424580',-6,1); -INSERT INTO zipcodes VALUES (46320,'Hammond','IN','41.610035','-87.505740',-6,1); -INSERT INTO zipcodes VALUES (46321,'Munster','IN','41.551457','-87.501430',-6,1); -INSERT INTO zipcodes VALUES (46322,'Highland','IN','41.549851','-87.458060',-6,1); -INSERT INTO zipcodes VALUES (46323,'Hammond','IN','41.587718','-87.455280',-6,1); -INSERT INTO zipcodes VALUES (46324,'Hammond','IN','41.583535','-87.503910',-6,1); -INSERT INTO zipcodes VALUES (46325,'Hammond','IN','41.461543','-87.372779',-6,1); -INSERT INTO zipcodes VALUES (46327,'Hammond','IN','41.634385','-87.509110',-6,1); -INSERT INTO zipcodes VALUES (46332,'Washington','IN','39.771270','-86.373314',-5,0); -INSERT INTO zipcodes VALUES (46340,'Hanna','IN','41.397147','-86.761030',-6,1); -INSERT INTO zipcodes VALUES (46341,'Hebron','IN','41.323740','-87.208980',-6,1); -INSERT INTO zipcodes VALUES (46342,'Hobart','IN','41.533786','-87.264030',-6,1); -INSERT INTO zipcodes VALUES (46345,'Kingsbury','IN','41.526628','-86.700410',-6,1); -INSERT INTO zipcodes VALUES (46346,'Kingsford Heights','IN','41.479757','-86.692500',-6,1); -INSERT INTO zipcodes VALUES (46347,'Kouts','IN','41.305178','-87.015220',-6,1); -INSERT INTO zipcodes VALUES (46348,'La Crosse','IN','41.316401','-86.872440',-6,1); -INSERT INTO zipcodes VALUES (46349,'Lake Village','IN','41.111996','-87.436860',-6,1); -INSERT INTO zipcodes VALUES (46350,'La Porte','IN','41.605749','-86.719830',-6,1); -INSERT INTO zipcodes VALUES (46352,'La Porte','IN','41.498992','-86.709883',-6,1); -INSERT INTO zipcodes VALUES (46355,'Leroy','IN','41.359415','-87.270810',-6,1); -INSERT INTO zipcodes VALUES (46356,'Lowell','IN','41.269789','-87.413530',-6,1); -INSERT INTO zipcodes VALUES (46360,'Michigan City','IN','41.707539','-86.879020',-6,1); -INSERT INTO zipcodes VALUES (46361,'Michigan City','IN','41.703540','-86.915077',-6,1); -INSERT INTO zipcodes VALUES (46365,'Mill Creek','IN','41.598294','-86.538890',-6,1); -INSERT INTO zipcodes VALUES (46366,'North Judson','IN','41.212184','-86.770190',-5,0); -INSERT INTO zipcodes VALUES (46368,'Portage','IN','41.583270','-87.181540',-6,1); -INSERT INTO zipcodes VALUES (46369,'Russiaville','IN','40.416630','-86.266790',-5,0); -INSERT INTO zipcodes VALUES (46371,'Rolling Prairie','IN','41.677087','-86.604810',-6,1); -INSERT INTO zipcodes VALUES (46372,'Roselawn','IN','41.143358','-87.322049',-6,1); -INSERT INTO zipcodes VALUES (46373,'Saint John','IN','41.448620','-87.474040',-6,1); -INSERT INTO zipcodes VALUES (46374,'San Pierre','IN','41.204744','-86.900090',-5,0); -INSERT INTO zipcodes VALUES (46375,'Schererville','IN','41.492085','-87.451900',-6,1); -INSERT INTO zipcodes VALUES (46376,'Schneider','IN','41.176325','-87.464260',-6,1); -INSERT INTO zipcodes VALUES (46377,'Shelby','IN','41.191665','-87.346950',-6,1); -INSERT INTO zipcodes VALUES (46379,'Sumava Resorts','IN','41.167119','-87.437810',-6,1); -INSERT INTO zipcodes VALUES (46380,'Tefft','IN','41.194816','-86.968614',-6,1); -INSERT INTO zipcodes VALUES (46381,'Thayer','IN','41.170584','-87.331420',-6,1); -INSERT INTO zipcodes VALUES (46382,'Union Mills','IN','41.479916','-86.773280',-6,1); -INSERT INTO zipcodes VALUES (46383,'Valparaiso','IN','41.473390','-87.031650',-6,1); -INSERT INTO zipcodes VALUES (46384,'Valparaiso','IN','41.490545','-87.076094',-6,1); -INSERT INTO zipcodes VALUES (46385,'Valparaiso','IN','41.484652','-87.112690',-6,1); -INSERT INTO zipcodes VALUES (46386,'Porter','IN','41.428873','-87.170527',-6,1); -INSERT INTO zipcodes VALUES (46390,'Wanatah','IN','41.420078','-86.881310',-6,1); -INSERT INTO zipcodes VALUES (46391,'Westville','IN','41.550192','-86.910680',-6,1); -INSERT INTO zipcodes VALUES (46392,'Wheatfield','IN','41.186662','-87.053590',-6,1); -INSERT INTO zipcodes VALUES (46393,'Wheeler','IN','41.510333','-87.178290',-6,1); -INSERT INTO zipcodes VALUES (46394,'Whiting','IN','41.679185','-87.500150',-6,1); -INSERT INTO zipcodes VALUES (46401,'Gary','IN','41.590686','-87.319937',-6,1); -INSERT INTO zipcodes VALUES (46402,'Gary','IN','41.601086','-87.336810',-6,1); -INSERT INTO zipcodes VALUES (46403,'Gary','IN','41.604654','-87.256950',-6,1); -INSERT INTO zipcodes VALUES (46404,'Gary','IN','41.588636','-87.372710',-6,1); -INSERT INTO zipcodes VALUES (46405,'Lake Station','IN','41.570086','-87.264470',-6,1); -INSERT INTO zipcodes VALUES (46406,'Gary','IN','41.589135','-87.409620',-6,1); -INSERT INTO zipcodes VALUES (46407,'Gary','IN','41.580469','-87.336460',-6,1); -INSERT INTO zipcodes VALUES (46408,'Gary','IN','41.542536','-87.358100',-6,1); -INSERT INTO zipcodes VALUES (46409,'Gary','IN','41.544736','-87.327160',-6,1); -INSERT INTO zipcodes VALUES (46410,'Merrillville','IN','41.487369','-87.340240',-6,1); -INSERT INTO zipcodes VALUES (46411,'Merrillville','IN','41.461543','-87.372779',-6,1); -INSERT INTO zipcodes VALUES (46415,'Burlington','IN','40.479112','-86.397372',-5,0); -INSERT INTO zipcodes VALUES (46501,'Argos','IN','41.224036','-86.245210',-5,0); -INSERT INTO zipcodes VALUES (46502,'Atwood','IN','41.259773','-85.973790',-5,0); -INSERT INTO zipcodes VALUES (46504,'Bourbon','IN','41.301049','-86.111400',-5,0); -INSERT INTO zipcodes VALUES (46506,'Bremen','IN','41.450744','-86.169200',-5,0); -INSERT INTO zipcodes VALUES (46507,'Bristol','IN','41.725061','-85.817920',-5,0); -INSERT INTO zipcodes VALUES (46508,'Burket','IN','41.154441','-85.969150',-5,0); -INSERT INTO zipcodes VALUES (46510,'Claypool','IN','41.122740','-85.887330',-5,0); -INSERT INTO zipcodes VALUES (46511,'Culver','IN','41.218388','-86.421630',-5,0); -INSERT INTO zipcodes VALUES (46513,'Donaldson','IN','41.361567','-86.445450',-5,0); -INSERT INTO zipcodes VALUES (46514,'Elkhart','IN','41.707616','-85.976050',-5,0); -INSERT INTO zipcodes VALUES (46515,'Elkhart','IN','41.641449','-85.938348',-5,0); -INSERT INTO zipcodes VALUES (46516,'Elkhart','IN','41.676899','-85.960440',-5,0); -INSERT INTO zipcodes VALUES (46517,'Elkhart','IN','41.646499','-85.969230',-5,0); -INSERT INTO zipcodes VALUES (46518,'Madison','IN','39.580105','-86.308673',-5,0); -INSERT INTO zipcodes VALUES (46524,'Etna Green','IN','41.291767','-86.032160',-5,0); -INSERT INTO zipcodes VALUES (46526,'Goshen','IN','41.567559','-85.848850',-5,0); -INSERT INTO zipcodes VALUES (46527,'Goshen','IN','41.597739','-85.858076',-5,0); -INSERT INTO zipcodes VALUES (46528,'Goshen','IN','41.600649','-85.819020',-5,0); -INSERT INTO zipcodes VALUES (46530,'Granger','IN','41.741872','-86.137170',-5,0); -INSERT INTO zipcodes VALUES (46531,'Grovertown','IN','41.356991','-86.509750',-5,0); -INSERT INTO zipcodes VALUES (46532,'Hamlet','IN','41.411513','-86.611270',-5,0); -INSERT INTO zipcodes VALUES (46534,'Knox','IN','41.282822','-86.616130',-5,0); -INSERT INTO zipcodes VALUES (46535,'Granger','IN','41.720636','-86.192003',-5,0); -INSERT INTO zipcodes VALUES (46536,'Lakeville','IN','41.519839','-86.279500',-5,0); -INSERT INTO zipcodes VALUES (46537,'Lapaz','IN','41.458188','-86.307600',-5,0); -INSERT INTO zipcodes VALUES (46538,'Leesburg','IN','41.323642','-85.789970',-5,0); -INSERT INTO zipcodes VALUES (46539,'Mentone','IN','41.168118','-86.012030',-5,0); -INSERT INTO zipcodes VALUES (46540,'Middlebury','IN','41.685374','-85.694090',-5,0); -INSERT INTO zipcodes VALUES (46542,'Milford','IN','41.408621','-85.865310',-5,0); -INSERT INTO zipcodes VALUES (46543,'Millersburg','IN','41.525634','-85.684030',-5,0); -INSERT INTO zipcodes VALUES (46544,'Mishawaka','IN','41.650672','-86.160020',-5,0); -INSERT INTO zipcodes VALUES (46545,'Mishawaka','IN','41.681487','-86.168110',-5,0); -INSERT INTO zipcodes VALUES (46546,'Mishawaka','IN','41.688432','-86.196485',-5,0); -INSERT INTO zipcodes VALUES (46550,'Nappanee','IN','41.444183','-85.998290',-5,0); -INSERT INTO zipcodes VALUES (46552,'New Carlisle','IN','41.708183','-86.504120',-5,0); -INSERT INTO zipcodes VALUES (46553,'New Paris','IN','41.489220','-85.840830',-5,0); -INSERT INTO zipcodes VALUES (46554,'North Liberty','IN','41.547845','-86.420470',-5,0); -INSERT INTO zipcodes VALUES (46555,'North Webster','IN','41.328153','-85.685200',-5,0); -INSERT INTO zipcodes VALUES (46556,'Notre Dame','IN','41.701415','-86.244980',-5,0); -INSERT INTO zipcodes VALUES (46561,'Osceola','IN','41.672698','-86.078770',-5,0); -INSERT INTO zipcodes VALUES (46562,'Pierceton','IN','41.213756','-85.703970',-5,0); -INSERT INTO zipcodes VALUES (46563,'Plymouth','IN','41.347159','-86.320230',-5,0); -INSERT INTO zipcodes VALUES (46565,'Shipshewana','IN','41.696334','-85.586650',-5,0); -INSERT INTO zipcodes VALUES (46566,'Sidney','IN','41.105868','-85.741680',-5,0); -INSERT INTO zipcodes VALUES (46567,'Syracuse','IN','41.411075','-85.736000',-5,0); -INSERT INTO zipcodes VALUES (46570,'Tippecanoe','IN','41.208493','-86.121070',-5,0); -INSERT INTO zipcodes VALUES (46571,'Topeka','IN','41.565561','-85.547070',-5,0); -INSERT INTO zipcodes VALUES (46572,'Tyner','IN','41.325513','-86.260569',-5,0); -INSERT INTO zipcodes VALUES (46573,'Wakarusa','IN','41.538432','-86.042610',-5,0); -INSERT INTO zipcodes VALUES (46574,'Walkerton','IN','41.472858','-86.493790',-5,0); -INSERT INTO zipcodes VALUES (46580,'Warsaw','IN','41.228100','-85.857780',-5,0); -INSERT INTO zipcodes VALUES (46581,'Warsaw','IN','41.239365','-85.864267',-5,0); -INSERT INTO zipcodes VALUES (46582,'Warsaw','IN','41.281518','-85.819270',-5,0); -INSERT INTO zipcodes VALUES (46590,'Winona Lake','IN','41.221630','-85.817950',-5,0); -INSERT INTO zipcodes VALUES (46595,'Wyatt','IN','41.526405','-86.170130',-5,0); -INSERT INTO zipcodes VALUES (46601,'South Bend','IN','41.671197','-86.252530',-5,0); -INSERT INTO zipcodes VALUES (46604,'South Bend','IN','41.664198','-86.221805',-5,0); -INSERT INTO zipcodes VALUES (46612,'South Bend','IN','41.628483','-86.234589',-5,0); -INSERT INTO zipcodes VALUES (46613,'South Bend','IN','41.654547','-86.250430',-5,0); -INSERT INTO zipcodes VALUES (46614,'South Bend','IN','41.626588','-86.248040',-5,0); -INSERT INTO zipcodes VALUES (46615,'South Bend','IN','41.671848','-86.211050',-5,0); -INSERT INTO zipcodes VALUES (46616,'South Bend','IN','41.692480','-86.265140',-5,0); -INSERT INTO zipcodes VALUES (46617,'South Bend','IN','41.684504','-86.235760',-5,0); -INSERT INTO zipcodes VALUES (46619,'South Bend','IN','41.667797','-86.313410',-5,0); -INSERT INTO zipcodes VALUES (46620,'South Bend','IN','41.596769','-86.292991',-5,0); -INSERT INTO zipcodes VALUES (46624,'South Bend','IN','41.733223','-86.283278',-5,0); -INSERT INTO zipcodes VALUES (46626,'South Bend','IN','41.677397','-86.252506',-5,0); -INSERT INTO zipcodes VALUES (46628,'South Bend','IN','41.700776','-86.303570',-5,0); -INSERT INTO zipcodes VALUES (46629,'South Bend','IN','41.672543','-86.273290',-5,0); -INSERT INTO zipcodes VALUES (46634,'South Bend','IN','41.596769','-86.292991',-5,0); -INSERT INTO zipcodes VALUES (46635,'South Bend','IN','41.708505','-86.209060',-5,0); -INSERT INTO zipcodes VALUES (46637,'South Bend','IN','41.731040','-86.243910',-5,0); -INSERT INTO zipcodes VALUES (46660,'South Bend','IN','41.596769','-86.292991',-5,0); -INSERT INTO zipcodes VALUES (46671,'Topeka','IN','41.532773','-85.539454',-5,0); -INSERT INTO zipcodes VALUES (46680,'South Bend','IN','41.596769','-86.292991',-5,0); -INSERT INTO zipcodes VALUES (46692,'Noble','IN','40.752777','-85.744328',-5,0); -INSERT INTO zipcodes VALUES (46696,'Franklin','IN','41.156891','-86.604952',-5,0); -INSERT INTO zipcodes VALUES (46699,'South Bend','IN','41.596769','-86.292991',-5,0); -INSERT INTO zipcodes VALUES (46701,'Albion','IN','41.361895','-85.439890',-5,0); -INSERT INTO zipcodes VALUES (46702,'Andrews','IN','40.838891','-85.620140',-5,0); -INSERT INTO zipcodes VALUES (46703,'Angola','IN','41.656798','-85.022300',-5,0); -INSERT INTO zipcodes VALUES (46704,'Arcola','IN','41.103797','-85.292474',-5,0); -INSERT INTO zipcodes VALUES (46705,'Ashley','IN','41.523914','-85.061550',-5,0); -INSERT INTO zipcodes VALUES (46706,'Auburn','IN','41.352638','-85.047920',-5,0); -INSERT INTO zipcodes VALUES (46710,'Avilla','IN','41.353742','-85.243670',-5,0); -INSERT INTO zipcodes VALUES (46711,'Berne','IN','40.660174','-84.942440',-5,0); -INSERT INTO zipcodes VALUES (46713,'Bippus','IN','40.829196','-85.489198',-5,0); -INSERT INTO zipcodes VALUES (46714,'Bluffton','IN','40.728816','-85.165650',-5,0); -INSERT INTO zipcodes VALUES (46720,'Brimfield','IN','41.395275','-85.423462',-5,0); -INSERT INTO zipcodes VALUES (46721,'Butler','IN','41.424095','-84.872600',-5,0); -INSERT INTO zipcodes VALUES (46723,'Churubusco','IN','41.238825','-85.326930',-5,0); -INSERT INTO zipcodes VALUES (46725,'Columbia City','IN','41.166034','-85.483130',-5,0); -INSERT INTO zipcodes VALUES (46730,'Corunna','IN','41.445510','-85.151490',-5,0); -INSERT INTO zipcodes VALUES (46731,'Craigville','IN','40.793562','-85.097400',-5,0); -INSERT INTO zipcodes VALUES (46732,'Cromwell','IN','41.386918','-85.639240',-5,0); -INSERT INTO zipcodes VALUES (46733,'Decatur','IN','40.831351','-84.937040',-5,0); -INSERT INTO zipcodes VALUES (46737,'Fremont','IN','41.724694','-84.956190',-5,0); -INSERT INTO zipcodes VALUES (46738,'Garrett','IN','41.334204','-85.135690',-5,0); -INSERT INTO zipcodes VALUES (46740,'Geneva','IN','40.599769','-84.968560',-5,0); -INSERT INTO zipcodes VALUES (46741,'Grabill','IN','41.202549','-84.938110',-5,0); -INSERT INTO zipcodes VALUES (46742,'Hamilton','IN','41.544911','-84.891540',-5,0); -INSERT INTO zipcodes VALUES (46743,'Harlan','IN','41.215338','-84.855750',-5,0); -INSERT INTO zipcodes VALUES (46745,'Hoagland','IN','40.954897','-85.007590',-5,0); -INSERT INTO zipcodes VALUES (46746,'Howe','IN','41.722976','-85.393670',-5,0); -INSERT INTO zipcodes VALUES (46747,'Hudson','IN','41.556391','-85.154280',-5,0); -INSERT INTO zipcodes VALUES (46748,'Huntertown','IN','41.243248','-85.167110',-5,0); -INSERT INTO zipcodes VALUES (46750,'Huntington','IN','40.872261','-85.490610',-5,0); -INSERT INTO zipcodes VALUES (46755,'Kendallville','IN','41.449897','-85.267650',-5,0); -INSERT INTO zipcodes VALUES (46759,'Keystone','IN','40.598916','-85.178710',-5,0); -INSERT INTO zipcodes VALUES (46760,'Kimmell','IN','41.359626','-85.562040',-5,0); -INSERT INTO zipcodes VALUES (46761,'Lagrange','IN','41.634457','-85.358250',-5,0); -INSERT INTO zipcodes VALUES (46763,'Laotto','IN','41.288670','-85.222360',-5,0); -INSERT INTO zipcodes VALUES (46764,'Larwill','IN','41.209244','-85.632200',-5,0); -INSERT INTO zipcodes VALUES (46765,'Leo','IN','41.219699','-85.024860',-5,0); -INSERT INTO zipcodes VALUES (46766,'Liberty Center','IN','40.708804','-85.291840',-5,0); -INSERT INTO zipcodes VALUES (46767,'Ligonier','IN','41.464213','-85.592880',-5,0); -INSERT INTO zipcodes VALUES (46768,'Plainfield','IN','39.712549','-86.370409',-5,0); -INSERT INTO zipcodes VALUES (46769,'Linn Grove','IN','40.745320','-84.937926',-5,0); -INSERT INTO zipcodes VALUES (46770,'Markle','IN','40.852768','-85.307020',-5,0); -INSERT INTO zipcodes VALUES (46771,'Mongo','IN','41.665489','-85.267567',-5,0); -INSERT INTO zipcodes VALUES (46772,'Monroe','IN','40.736015','-84.921610',-5,0); -INSERT INTO zipcodes VALUES (46773,'Monroeville','IN','40.988714','-84.872840',-5,0); -INSERT INTO zipcodes VALUES (46774,'New Haven','IN','41.081548','-84.986640',-5,0); -INSERT INTO zipcodes VALUES (46776,'Orland','IN','41.732206','-85.167940',-5,0); -INSERT INTO zipcodes VALUES (46777,'Ossian','IN','40.880397','-85.159360',-5,0); -INSERT INTO zipcodes VALUES (46778,'Petroleum','IN','40.611419','-85.152604',-5,0); -INSERT INTO zipcodes VALUES (46779,'Pleasant Lake','IN','41.578442','-85.031340',-5,0); -INSERT INTO zipcodes VALUES (46780,'Pleasant Mills','IN','40.745320','-84.937926',-5,0); -INSERT INTO zipcodes VALUES (46781,'Poneto','IN','40.641626','-85.249840',-5,0); -INSERT INTO zipcodes VALUES (46782,'Preble','IN','40.832040','-85.005402',-5,0); -INSERT INTO zipcodes VALUES (46783,'Roanoke','IN','40.967646','-85.343150',-5,0); -INSERT INTO zipcodes VALUES (46784,'Rome City','IN','41.493637','-85.377450',-5,0); -INSERT INTO zipcodes VALUES (46785,'Saint Joe','IN','41.317967','-84.893060',-5,0); -INSERT INTO zipcodes VALUES (46786,'South Milford','IN','41.536899','-85.319241',-5,0); -INSERT INTO zipcodes VALUES (46787,'South Whitley','IN','41.080236','-85.627960',-5,0); -INSERT INTO zipcodes VALUES (46788,'Spencerville','IN','41.267553','-84.935250',-5,0); -INSERT INTO zipcodes VALUES (46789,'Stroh','IN','41.583493','-85.199186',-5,0); -INSERT INTO zipcodes VALUES (46791,'Uniondale','IN','40.830096','-85.243990',-5,0); -INSERT INTO zipcodes VALUES (46792,'Warren','IN','40.683261','-85.432180',-5,0); -INSERT INTO zipcodes VALUES (46793,'Waterloo','IN','41.441775','-85.018370',-5,0); -INSERT INTO zipcodes VALUES (46794,'Wawaka','IN','41.462326','-85.458820',-5,0); -INSERT INTO zipcodes VALUES (46795,'Wolcottville','IN','41.551546','-85.354630',-5,0); -INSERT INTO zipcodes VALUES (46796,'Wolflake','IN','41.336115','-85.500246',-5,0); -INSERT INTO zipcodes VALUES (46797,'Woodburn','IN','41.129274','-84.869820',-5,0); -INSERT INTO zipcodes VALUES (46798,'Yoder','IN','40.942397','-85.233420',-5,0); -INSERT INTO zipcodes VALUES (46799,'Zanesville','IN','40.916397','-85.282320',-5,0); -INSERT INTO zipcodes VALUES (46801,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46802,'Fort Wayne','IN','41.071681','-85.151010',-5,0); -INSERT INTO zipcodes VALUES (46803,'Fort Wayne','IN','41.070498','-85.107060',-5,0); -INSERT INTO zipcodes VALUES (46804,'Fort Wayne','IN','41.054247','-85.238780',-5,0); -INSERT INTO zipcodes VALUES (46805,'Fort Wayne','IN','41.098248','-85.120610',-5,0); -INSERT INTO zipcodes VALUES (46806,'Fort Wayne','IN','41.048148','-85.111140',-5,0); -INSERT INTO zipcodes VALUES (46807,'Fort Wayne','IN','41.046848','-85.144810',-5,0); -INSERT INTO zipcodes VALUES (46808,'Fort Wayne','IN','41.094348','-85.161510',-5,0); -INSERT INTO zipcodes VALUES (46809,'Fort Wayne','IN','41.023147','-85.182600',-5,0); -INSERT INTO zipcodes VALUES (46814,'Fort Wayne','IN','41.044502','-85.309840',-5,0); -INSERT INTO zipcodes VALUES (46815,'Fort Wayne','IN','41.105691','-85.065090',-5,0); -INSERT INTO zipcodes VALUES (46816,'Fort Wayne','IN','41.006281','-85.069200',-5,0); -INSERT INTO zipcodes VALUES (46818,'Fort Wayne','IN','41.148298','-85.221590',-5,0); -INSERT INTO zipcodes VALUES (46819,'Fort Wayne','IN','40.993914','-85.142620',-5,0); -INSERT INTO zipcodes VALUES (46825,'Fort Wayne','IN','41.150677','-85.121810',-5,0); -INSERT INTO zipcodes VALUES (46835,'Fort Wayne','IN','41.138599','-85.059410',-5,0); -INSERT INTO zipcodes VALUES (46845,'Fort Wayne','IN','41.200465','-85.102190',-5,0); -INSERT INTO zipcodes VALUES (46848,'Huntertown','IN','41.221366','-85.172053',-5,0); -INSERT INTO zipcodes VALUES (46850,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46851,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46852,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46853,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46854,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46855,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46856,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46857,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46858,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46859,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46860,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46861,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46862,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46863,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46864,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46865,'Fort Wayne','IN','41.126298','-85.090669',-5,0); -INSERT INTO zipcodes VALUES (46866,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46867,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46868,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46869,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46885,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46891,'Fort Wayne','IN','41.018247','-85.148284',-5,0); -INSERT INTO zipcodes VALUES (46895,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46896,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46897,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46898,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46899,'Fort Wayne','IN','41.093763','-85.070713',-5,0); -INSERT INTO zipcodes VALUES (46901,'Kokomo','IN','40.501576','-86.146770',-5,0); -INSERT INTO zipcodes VALUES (46902,'Kokomo','IN','40.450623','-86.121270',-5,0); -INSERT INTO zipcodes VALUES (46903,'Kokomo','IN','40.469625','-86.118940',-5,0); -INSERT INTO zipcodes VALUES (46904,'Kokomo','IN','40.469625','-86.118940',-5,0); -INSERT INTO zipcodes VALUES (46910,'Akron','IN','41.040643','-86.038290',-5,0); -INSERT INTO zipcodes VALUES (46911,'Amboy','IN','40.614885','-85.938630',-5,0); -INSERT INTO zipcodes VALUES (46912,'Athens','IN','41.040988','-86.206925',-5,0); -INSERT INTO zipcodes VALUES (46913,'Bringhurst','IN','40.507086','-86.501270',-5,0); -INSERT INTO zipcodes VALUES (46914,'Bunker Hill','IN','40.646736','-86.099520',-5,0); -INSERT INTO zipcodes VALUES (46915,'Burlington','IN','40.495181','-86.394248',-5,0); -INSERT INTO zipcodes VALUES (46916,'Burrows','IN','40.584272','-86.573952',-5,0); -INSERT INTO zipcodes VALUES (46917,'Camden','IN','40.626913','-86.475000',-5,0); -INSERT INTO zipcodes VALUES (46919,'Converse','IN','40.580773','-85.866480',-5,0); -INSERT INTO zipcodes VALUES (46920,'Cutler','IN','40.472125','-86.477810',-5,0); -INSERT INTO zipcodes VALUES (46921,'Deedsville','IN','40.911001','-86.100520',-5,0); -INSERT INTO zipcodes VALUES (46922,'Delong','IN','41.040988','-86.206925',-5,0); -INSERT INTO zipcodes VALUES (46923,'Delphi','IN','40.597574','-86.652970',-5,0); -INSERT INTO zipcodes VALUES (46926,'Denver','IN','40.873913','-86.063390',-5,0); -INSERT INTO zipcodes VALUES (46928,'Fairmount','IN','40.412026','-85.654760',-5,0); -INSERT INTO zipcodes VALUES (46929,'Flora','IN','40.542108','-86.497000',-5,0); -INSERT INTO zipcodes VALUES (46930,'Fowlerton','IN','40.409668','-85.571790',-5,0); -INSERT INTO zipcodes VALUES (46931,'Fulton','IN','40.947157','-86.263930',-5,0); -INSERT INTO zipcodes VALUES (46932,'Galveston','IN','40.593036','-86.231910',-5,0); -INSERT INTO zipcodes VALUES (46933,'Gas City','IN','40.486840','-85.607720',-5,0); -INSERT INTO zipcodes VALUES (46935,'Grass Creek','IN','41.040988','-86.206925',-5,0); -INSERT INTO zipcodes VALUES (46936,'Greentown','IN','40.482338','-85.942790',-5,0); -INSERT INTO zipcodes VALUES (46937,'Hemlock','IN','40.418662','-86.018139',-5,0); -INSERT INTO zipcodes VALUES (46938,'Jonesboro','IN','40.468157','-85.634560',-5,0); -INSERT INTO zipcodes VALUES (46939,'Kewanna','IN','41.007625','-86.401600',-5,0); -INSERT INTO zipcodes VALUES (46940,'La Fontaine','IN','40.680911','-85.721350',-5,0); -INSERT INTO zipcodes VALUES (46941,'Lagro','IN','40.832028','-85.703330',-5,0); -INSERT INTO zipcodes VALUES (46942,'Lake Cicott','IN','40.736111','-86.373410',-5,0); -INSERT INTO zipcodes VALUES (46943,'Laketon','IN','40.974439','-85.838730',-5,0); -INSERT INTO zipcodes VALUES (46945,'Leiters Ford','IN','41.040988','-86.206925',-5,0); -INSERT INTO zipcodes VALUES (46946,'Liberty Mills','IN','41.035728','-85.735280',-5,0); -INSERT INTO zipcodes VALUES (46947,'Logansport','IN','40.754787','-86.366840',-5,0); -INSERT INTO zipcodes VALUES (46950,'Lucerne','IN','40.882776','-86.384460',-5,0); -INSERT INTO zipcodes VALUES (46951,'Macy','IN','40.952117','-86.117200',-5,0); -INSERT INTO zipcodes VALUES (46952,'Marion','IN','40.581190','-85.663240',-5,0); -INSERT INTO zipcodes VALUES (46953,'Marion','IN','40.530890','-85.659220',-5,0); -INSERT INTO zipcodes VALUES (46957,'Matthews','IN','40.387885','-85.499050',-5,0); -INSERT INTO zipcodes VALUES (46958,'Mexico','IN','40.820851','-86.117350',-5,0); -INSERT INTO zipcodes VALUES (46959,'Miami','IN','40.614644','-86.107490',-5,0); -INSERT INTO zipcodes VALUES (46960,'Monterey','IN','41.159868','-86.502460',-5,0); -INSERT INTO zipcodes VALUES (46961,'New Waverly','IN','40.765286','-86.191800',-5,0); -INSERT INTO zipcodes VALUES (46962,'North Manchester','IN','40.996628','-85.775800',-5,0); -INSERT INTO zipcodes VALUES (46965,'Oakford','IN','40.412741','-86.101484',-5,0); -INSERT INTO zipcodes VALUES (46966,'Harrison','IN','41.046274','-86.563025',-5,0); -INSERT INTO zipcodes VALUES (46967,'Onward','IN','40.694298','-86.204238',-5,0); -INSERT INTO zipcodes VALUES (46968,'Ora','IN','41.172438','-86.552390',-5,0); -INSERT INTO zipcodes VALUES (46970,'Peru','IN','40.753091','-86.071850',-5,0); -INSERT INTO zipcodes VALUES (46971,'Grissom AFB','IN','40.780955','-86.016441',-5,0); -INSERT INTO zipcodes VALUES (46974,'Roann','IN','40.935304','-85.929060',-5,0); -INSERT INTO zipcodes VALUES (46975,'Rochester','IN','41.073678','-86.235210',-5,0); -INSERT INTO zipcodes VALUES (46977,'Rockfield','IN','40.584272','-86.573952',-5,0); -INSERT INTO zipcodes VALUES (46978,'Royal Center','IN','40.860779','-86.501830',-5,0); -INSERT INTO zipcodes VALUES (46979,'Russiaville','IN','40.427588','-86.269180',-5,0); -INSERT INTO zipcodes VALUES (46980,'Servia','IN','40.848927','-85.792501',-5,0); -INSERT INTO zipcodes VALUES (46982,'Silver Lake','IN','41.054969','-85.904410',-5,0); -INSERT INTO zipcodes VALUES (46984,'Somerset','IN','40.671369','-85.828846',-5,0); -INSERT INTO zipcodes VALUES (46985,'Star City','IN','40.950873','-86.573940',-5,0); -INSERT INTO zipcodes VALUES (46986,'Swayzee','IN','40.504346','-85.826780',-5,0); -INSERT INTO zipcodes VALUES (46987,'Sweetser','IN','40.569731','-85.766970',-5,0); -INSERT INTO zipcodes VALUES (46988,'Twelve Mile','IN','40.870115','-86.233590',-5,0); -INSERT INTO zipcodes VALUES (46989,'Upland','IN','40.457599','-85.490890',-5,0); -INSERT INTO zipcodes VALUES (46990,'Urbana','IN','40.898561','-85.745700',-5,0); -INSERT INTO zipcodes VALUES (46991,'Van Buren','IN','40.620755','-85.505480',-5,0); -INSERT INTO zipcodes VALUES (46992,'Wabash','IN','40.795068','-85.829530',-5,0); -INSERT INTO zipcodes VALUES (46994,'Walton','IN','40.668348','-86.249430',-5,0); -INSERT INTO zipcodes VALUES (46995,'West Middleton','IN','40.442117','-86.215482',-5,0); -INSERT INTO zipcodes VALUES (46996,'Winamac','IN','41.048063','-86.647990',-5,0); -INSERT INTO zipcodes VALUES (46998,'Young America','IN','40.569059','-86.349520',-5,0); -INSERT INTO zipcodes VALUES (47001,'Aurora','IN','39.060204','-84.930940',-5,0); -INSERT INTO zipcodes VALUES (47003,'West College Corner','IN','39.567147','-84.820420',-5,0); -INSERT INTO zipcodes VALUES (47006,'Batesville','IN','39.291624','-85.219610',-5,0); -INSERT INTO zipcodes VALUES (47010,'Bath','IN','39.518217','-84.827280',-5,0); -INSERT INTO zipcodes VALUES (47011,'Bennington','IN','38.848761','-85.072630',-5,0); -INSERT INTO zipcodes VALUES (47012,'Brookville','IN','39.431150','-84.995680',-5,0); -INSERT INTO zipcodes VALUES (47016,'Cedar Grove','IN','39.374270','-84.911130',-5,0); -INSERT INTO zipcodes VALUES (47017,'Cross Plains','IN','38.930490','-85.194060',-5,0); -INSERT INTO zipcodes VALUES (47018,'Dillsboro','IN','38.992471','-85.066010',-5,0); -INSERT INTO zipcodes VALUES (47019,'East Enterprise','IN','38.881346','-84.944370',-5,0); -INSERT INTO zipcodes VALUES (47020,'Florence','IN','38.813326','-84.941130',-5,0); -INSERT INTO zipcodes VALUES (47021,'Friendship','IN','38.966859','-85.145300',-5,0); -INSERT INTO zipcodes VALUES (47022,'Guilford','IN','39.206203','-84.949220',-5,0); -INSERT INTO zipcodes VALUES (47023,'Holton','IN','39.073080','-85.387470',-5,0); -INSERT INTO zipcodes VALUES (47024,'Laurel','IN','39.491509','-85.192420',-5,0); -INSERT INTO zipcodes VALUES (47025,'Lawrenceburg','IN','39.129059','-84.858870',-5,0); -INSERT INTO zipcodes VALUES (47030,'Metamora','IN','39.428752','-85.131410',-5,0); -INSERT INTO zipcodes VALUES (47031,'Milan','IN','39.126201','-85.140490',-5,0); -INSERT INTO zipcodes VALUES (47032,'Moores Hill','IN','39.075691','-85.060570',-5,0); -INSERT INTO zipcodes VALUES (47033,'Morris','IN','39.281429','-85.173900',-5,0); -INSERT INTO zipcodes VALUES (47034,'Napoleon','IN','39.205405','-85.328650',-5,0); -INSERT INTO zipcodes VALUES (47035,'New Trenton','IN','39.310292','-84.901960',-5,0); -INSERT INTO zipcodes VALUES (47036,'Oldenburg','IN','39.382381','-85.240730',-5,0); -INSERT INTO zipcodes VALUES (47037,'Osgood','IN','39.154800','-85.309490',-5,0); -INSERT INTO zipcodes VALUES (47038,'Patriot','IN','38.855749','-84.838610',-5,0); -INSERT INTO zipcodes VALUES (47039,'Pierceville','IN','39.111625','-85.255114',-5,0); -INSERT INTO zipcodes VALUES (47040,'Rising Sun','IN','38.944426','-84.912270',-5,0); -INSERT INTO zipcodes VALUES (47041,'Sunman','IN','39.240684','-85.085870',-5,0); -INSERT INTO zipcodes VALUES (47042,'Versailles','IN','39.035173','-85.260170',-5,0); -INSERT INTO zipcodes VALUES (47043,'Vevay','IN','38.788449','-85.066180',-5,0); -INSERT INTO zipcodes VALUES (47045,'Jefferson','IN','38.779050','-84.994620',-5,0); -INSERT INTO zipcodes VALUES (47048,'Bloomington','IN','39.155801','-86.516419',-5,0); -INSERT INTO zipcodes VALUES (47060,'West Harrison','IN','39.288178','-84.877740',-5,0); -INSERT INTO zipcodes VALUES (47070,'Lovett','IN','38.897246','-85.726384',-5,0); -INSERT INTO zipcodes VALUES (47093,'Jefferson','IN','38.762649','-85.041244',-5,0); -INSERT INTO zipcodes VALUES (47102,'Austin','IN','38.749542','-85.802640',-5,0); -INSERT INTO zipcodes VALUES (47104,'Bethlehem','IN','38.539899','-85.421753',-5,1); -INSERT INTO zipcodes VALUES (47106,'Borden','IN','38.457573','-85.917740',-5,1); -INSERT INTO zipcodes VALUES (47107,'Bradford','IN','38.190314','-86.115257',-5,1); -INSERT INTO zipcodes VALUES (47108,'Campbellsburg','IN','38.648032','-86.262880',-5,0); -INSERT INTO zipcodes VALUES (47110,'Central','IN','38.096971','-86.172327',-5,1); -INSERT INTO zipcodes VALUES (47111,'Charlestown','IN','38.453813','-85.654430',-5,1); -INSERT INTO zipcodes VALUES (47112,'Corydon','IN','38.208144','-86.129780',-5,1); -INSERT INTO zipcodes VALUES (47114,'Crandall','IN','38.287227','-86.068050',-5,1); -INSERT INTO zipcodes VALUES (47115,'Depauw','IN','38.350106','-86.226520',-5,1); -INSERT INTO zipcodes VALUES (47116,'Eckerty','IN','38.328419','-86.613560',-5,0); -INSERT INTO zipcodes VALUES (47117,'Elizabeth','IN','38.121730','-85.974530',-5,1); -INSERT INTO zipcodes VALUES (47118,'English','IN','38.311323','-86.474390',-5,0); -INSERT INTO zipcodes VALUES (47119,'Floyds Knobs','IN','38.345815','-85.890950',-5,1); -INSERT INTO zipcodes VALUES (47120,'Fredericksburg','IN','38.435326','-86.187020',-5,0); -INSERT INTO zipcodes VALUES (47122,'Georgetown','IN','38.300674','-85.966980',-5,1); -INSERT INTO zipcodes VALUES (47123,'Grantsburg','IN','38.284524','-86.461030',-5,0); -INSERT INTO zipcodes VALUES (47124,'Greenville','IN','38.363632','-85.992390',-5,1); -INSERT INTO zipcodes VALUES (47125,'Hardinsburg','IN','38.461255','-86.298300',-5,0); -INSERT INTO zipcodes VALUES (47126,'Henryville','IN','38.544777','-85.773700',-5,1); -INSERT INTO zipcodes VALUES (47128,'Madison','IN','38.557243','-86.261089',-5,0); -INSERT INTO zipcodes VALUES (47129,'Clarksville','IN','38.303945','-85.767870',-5,1); -INSERT INTO zipcodes VALUES (47130,'Jeffersonville','IN','38.309105','-85.720350',-5,1); -INSERT INTO zipcodes VALUES (47131,'Jeffersonville','IN','38.437021','-85.704973',-5,1); -INSERT INTO zipcodes VALUES (47132,'Jeffersonville','IN','38.286819','-85.732062',-5,1); -INSERT INTO zipcodes VALUES (47133,'Jeffersonville','IN','38.286819','-85.732062',-5,1); -INSERT INTO zipcodes VALUES (47134,'Jeffersonville','IN','38.286819','-85.732062',-5,1); -INSERT INTO zipcodes VALUES (47135,'Laconia','IN','38.038838','-86.072120',-5,1); -INSERT INTO zipcodes VALUES (47136,'Lanesville','IN','38.237852','-85.968340',-5,1); -INSERT INTO zipcodes VALUES (47137,'Leavenworth','IN','38.200101','-86.369880',-5,0); -INSERT INTO zipcodes VALUES (47138,'Lexington','IN','38.678365','-85.609700',-5,0); -INSERT INTO zipcodes VALUES (47139,'Little York','IN','38.700523','-85.904050',-5,0); -INSERT INTO zipcodes VALUES (47140,'Marengo','IN','38.374820','-86.353130',-5,0); -INSERT INTO zipcodes VALUES (47141,'Marysville','IN','38.543388','-85.603730',-5,1); -INSERT INTO zipcodes VALUES (47142,'Mauckport','IN','38.079482','-86.230830',-5,1); -INSERT INTO zipcodes VALUES (47143,'Memphis','IN','38.473919','-85.767020',-5,1); -INSERT INTO zipcodes VALUES (47144,'Jeffersonville','IN','38.286819','-85.732062',-5,1); -INSERT INTO zipcodes VALUES (47145,'Milltown','IN','38.344403','-86.299970',-5,0); -INSERT INTO zipcodes VALUES (47146,'Mount Saint Francis','IN','38.298486','-85.896961',-5,1); -INSERT INTO zipcodes VALUES (47147,'Nabb','IN','38.591735','-85.531950',-5,1); -INSERT INTO zipcodes VALUES (47150,'New Albany','IN','38.303820','-85.825220',-5,1); -INSERT INTO zipcodes VALUES (47151,'New Albany','IN','38.298486','-85.896961',-5,1); -INSERT INTO zipcodes VALUES (47160,'New Middletown','IN','38.165541','-86.052230',-5,1); -INSERT INTO zipcodes VALUES (47161,'New Salisbury','IN','38.312878','-86.094780',-5,1); -INSERT INTO zipcodes VALUES (47162,'New Washington','IN','38.548693','-85.491240',-5,1); -INSERT INTO zipcodes VALUES (47163,'Otisco','IN','38.544512','-85.668310',-5,1); -INSERT INTO zipcodes VALUES (47164,'Palmyra','IN','38.410145','-86.096430',-5,1); -INSERT INTO zipcodes VALUES (47165,'Pekin','IN','38.499030','-86.012930',-5,0); -INSERT INTO zipcodes VALUES (47166,'Ramsey','IN','38.313345','-86.166560',-5,1); -INSERT INTO zipcodes VALUES (47167,'Salem','IN','38.605039','-86.089280',-5,0); -INSERT INTO zipcodes VALUES (47169,'Washington','IN','38.609733','-86.055202',-5,0); -INSERT INTO zipcodes VALUES (47170,'Scottsburg','IN','38.684426','-85.803040',-5,0); -INSERT INTO zipcodes VALUES (47172,'Sellersburg','IN','38.387722','-85.759360',-5,1); -INSERT INTO zipcodes VALUES (47174,'Sulphur','IN','38.210303','-86.466570',-5,0); -INSERT INTO zipcodes VALUES (47175,'Taswell','IN','38.355935','-86.556560',-5,0); -INSERT INTO zipcodes VALUES (47177,'Underwood','IN','38.603451','-85.767110',-5,1); -INSERT INTO zipcodes VALUES (47190,'Jeffersonville','IN','38.437021','-85.704973',-5,1); -INSERT INTO zipcodes VALUES (47199,'Jeffersonville','IN','38.286819','-85.732062',-5,1); -INSERT INTO zipcodes VALUES (47201,'Columbus','IN','39.185341','-85.945600',-5,0); -INSERT INTO zipcodes VALUES (47202,'Columbus','IN','39.192972','-85.885168',-5,0); -INSERT INTO zipcodes VALUES (47203,'Columbus','IN','39.232235','-85.863560',-5,0); -INSERT INTO zipcodes VALUES (47220,'Brownstown','IN','38.876537','-86.042520',-5,0); -INSERT INTO zipcodes VALUES (47223,'Butlerville','IN','39.049336','-85.492720',-5,0); -INSERT INTO zipcodes VALUES (47224,'Canaan','IN','38.896209','-85.219360',-5,0); -INSERT INTO zipcodes VALUES (47225,'Clarksburg','IN','39.424072','-85.347677',-5,0); -INSERT INTO zipcodes VALUES (47226,'Clifford','IN','39.282490','-85.868520',-5,0); -INSERT INTO zipcodes VALUES (47227,'Commiskey','IN','38.872926','-85.643670',-5,0); -INSERT INTO zipcodes VALUES (47228,'Cortland','IN','38.974458','-85.962761',-5,0); -INSERT INTO zipcodes VALUES (47229,'Crothersville','IN','38.802486','-85.848940',-5,0); -INSERT INTO zipcodes VALUES (47230,'Deputy','IN','38.802781','-85.629220',-5,0); -INSERT INTO zipcodes VALUES (47231,'Dupont','IN','38.893700','-85.509700',-5,0); -INSERT INTO zipcodes VALUES (47232,'Elizabethtown','IN','39.129171','-85.801300',-5,0); -INSERT INTO zipcodes VALUES (47234,'Flat Rock','IN','39.370375','-85.780080',-5,0); -INSERT INTO zipcodes VALUES (47235,'Freetown','IN','38.982358','-86.135610',-5,0); -INSERT INTO zipcodes VALUES (47236,'Grammer','IN','39.152228','-85.726135',-5,0); -INSERT INTO zipcodes VALUES (47240,'Greensburg','IN','39.333248','-85.475790',-5,0); -INSERT INTO zipcodes VALUES (47241,'Bedford','IN','38.873216','-86.518002',-5,0); -INSERT INTO zipcodes VALUES (47243,'Hanover','IN','38.699654','-85.472340',-5,0); -INSERT INTO zipcodes VALUES (47244,'Hartsville','IN','39.246458','-85.702340',-5,0); -INSERT INTO zipcodes VALUES (47245,'Hayden','IN','39.001301','-85.619906',-5,0); -INSERT INTO zipcodes VALUES (47246,'Hope','IN','39.297144','-85.767410',-5,0); -INSERT INTO zipcodes VALUES (47247,'Jonesville','IN','39.060100','-85.888790',-5,0); -INSERT INTO zipcodes VALUES (47249,'Kurtz','IN','38.897974','-86.056681',-5,0); -INSERT INTO zipcodes VALUES (47250,'Madison','IN','38.787175','-85.380310',-5,0); -INSERT INTO zipcodes VALUES (47256,'North Vernon','IN','39.037187','-85.617307',-5,0); -INSERT INTO zipcodes VALUES (47257,'North Vernon','IN','39.005651','-85.611994',-5,0); -INSERT INTO zipcodes VALUES (47260,'Medora','IN','38.846345','-86.183270',-5,0); -INSERT INTO zipcodes VALUES (47261,'Millhousen','IN','39.292004','-85.491788',-5,0); -INSERT INTO zipcodes VALUES (47262,'Nebraska','IN','39.001301','-85.619906',-5,0); -INSERT INTO zipcodes VALUES (47263,'New Point','IN','39.308947','-85.330060',-5,0); -INSERT INTO zipcodes VALUES (47264,'Norman','IN','38.962997','-86.274690',-5,0); -INSERT INTO zipcodes VALUES (47265,'North Vernon','IN','39.011225','-85.633250',-5,0); -INSERT INTO zipcodes VALUES (47270,'Paris Crossing','IN','38.838706','-85.712450',-5,0); -INSERT INTO zipcodes VALUES (47272,'Saint Paul','IN','39.419641','-85.627820',-5,0); -INSERT INTO zipcodes VALUES (47273,'Scipio','IN','39.085027','-85.731600',-5,0); -INSERT INTO zipcodes VALUES (47274,'Seymour','IN','38.958688','-85.899170',-5,0); -INSERT INTO zipcodes VALUES (47280,'Taylorsville','IN','39.296605','-85.950250',-5,0); -INSERT INTO zipcodes VALUES (47281,'Vallonia','IN','38.805185','-86.092830',-5,0); -INSERT INTO zipcodes VALUES (47282,'Vernon','IN','38.982269','-85.609140',-5,0); -INSERT INTO zipcodes VALUES (47283,'Westport','IN','39.171916','-85.580670',-5,0); -INSERT INTO zipcodes VALUES (47288,'Cayuga','IN','39.952253','-87.453249',-5,0); -INSERT INTO zipcodes VALUES (47302,'Muncie','IN','40.164393','-85.381140',-5,0); -INSERT INTO zipcodes VALUES (47303,'Muncie','IN','40.221103','-85.376020',-5,0); -INSERT INTO zipcodes VALUES (47304,'Muncie','IN','40.215398','-85.436360',-5,0); -INSERT INTO zipcodes VALUES (47305,'Muncie','IN','40.192293','-85.384940',-5,0); -INSERT INTO zipcodes VALUES (47306,'Muncie','IN','40.202293','-85.408221',-5,0); -INSERT INTO zipcodes VALUES (47307,'Muncie','IN','40.162093','-85.442772',-5,0); -INSERT INTO zipcodes VALUES (47308,'Muncie','IN','40.227938','-85.396685',-5,0); -INSERT INTO zipcodes VALUES (47317,'Kennard','IN','39.902534','-85.520201',-5,0); -INSERT INTO zipcodes VALUES (47320,'Albany','IN','40.290747','-85.252930',-5,0); -INSERT INTO zipcodes VALUES (47322,'Bentonville','IN','39.656994','-85.167996',-5,0); -INSERT INTO zipcodes VALUES (47324,'Boston','IN','39.757864','-84.848442',-5,0); -INSERT INTO zipcodes VALUES (47325,'Brownsville','IN','39.685481','-85.024540',-5,0); -INSERT INTO zipcodes VALUES (47326,'Bryant','IN','40.548194','-84.967240',-5,0); -INSERT INTO zipcodes VALUES (47327,'Cambridge City','IN','39.816703','-85.177840',-5,0); -INSERT INTO zipcodes VALUES (47330,'Centerville','IN','39.802089','-85.009940',-5,0); -INSERT INTO zipcodes VALUES (47331,'Connersville','IN','39.644794','-85.149290',-5,0); -INSERT INTO zipcodes VALUES (47334,'Daleville','IN','40.117139','-85.542050',-5,0); -INSERT INTO zipcodes VALUES (47335,'Dublin','IN','39.812688','-85.204359',-5,0); -INSERT INTO zipcodes VALUES (47336,'Dunkirk','IN','40.385090','-85.211500',-5,0); -INSERT INTO zipcodes VALUES (47337,'Dunreith','IN','39.802917','-85.438060',-5,0); -INSERT INTO zipcodes VALUES (47338,'Eaton','IN','40.339779','-85.349560',-5,0); -INSERT INTO zipcodes VALUES (47339,'Economy','IN','39.975660','-85.101070',-5,0); -INSERT INTO zipcodes VALUES (47340,'Farmland','IN','40.184743','-85.130000',-5,0); -INSERT INTO zipcodes VALUES (47341,'Fountain City','IN','39.963113','-84.914200',-5,0); -INSERT INTO zipcodes VALUES (47342,'Gaston','IN','40.320458','-85.506560',-5,0); -INSERT INTO zipcodes VALUES (47344,'Greensboro','IN','39.876764','-85.465460',-5,0); -INSERT INTO zipcodes VALUES (47345,'Greens Fork','IN','39.883711','-85.046180',-5,0); -INSERT INTO zipcodes VALUES (47346,'Hagerstown','IN','39.918857','-85.163330',-5,0); -INSERT INTO zipcodes VALUES (47348,'Hartford City','IN','40.449883','-85.364420',-5,0); -INSERT INTO zipcodes VALUES (47351,'Kennard','IN','39.904323','-85.519800',-5,0); -INSERT INTO zipcodes VALUES (47352,'Lewisville','IN','39.802646','-85.355410',-5,0); -INSERT INTO zipcodes VALUES (47353,'Liberty','IN','39.622812','-84.922840',-5,0); -INSERT INTO zipcodes VALUES (47354,'Losantville','IN','40.043267','-85.209090',-5,0); -INSERT INTO zipcodes VALUES (47355,'Lynn','IN','40.042138','-84.939260',-5,0); -INSERT INTO zipcodes VALUES (47356,'Middletown','IN','40.035904','-85.520360',-5,0); -INSERT INTO zipcodes VALUES (47357,'Milton','IN','39.773709','-85.148470',-5,0); -INSERT INTO zipcodes VALUES (47358,'Modoc','IN','40.043409','-85.116920',-5,0); -INSERT INTO zipcodes VALUES (47359,'Montpelier','IN','40.550511','-85.281180',-5,0); -INSERT INTO zipcodes VALUES (47360,'Mooreland','IN','40.002960','-85.258310',-5,0); -INSERT INTO zipcodes VALUES (47361,'Mount Summit','IN','40.004196','-85.386410',-5,0); -INSERT INTO zipcodes VALUES (47362,'New Castle','IN','39.926980','-85.369700',-5,0); -INSERT INTO zipcodes VALUES (47366,'New Lisbon','IN','39.931785','-85.398625',-5,0); -INSERT INTO zipcodes VALUES (47367,'Oakville','IN','40.079197','-85.389978',-5,0); -INSERT INTO zipcodes VALUES (47368,'Parker City','IN','40.187403','-85.204210',-5,0); -INSERT INTO zipcodes VALUES (47369,'Pennville','IN','40.495879','-85.146370',-5,0); -INSERT INTO zipcodes VALUES (47370,'Pershing','IN','39.861314','-85.147437',-5,0); -INSERT INTO zipcodes VALUES (47371,'Portland','IN','40.419489','-84.969360',-5,0); -INSERT INTO zipcodes VALUES (47373,'Redkey','IN','40.347030','-85.154740',-5,0); -INSERT INTO zipcodes VALUES (47374,'Richmond','IN','39.831061','-84.890670',-5,0); -INSERT INTO zipcodes VALUES (47375,'Richmond','IN','39.860417','-85.015983',-5,0); -INSERT INTO zipcodes VALUES (47380,'Ridgeville','IN','40.285505','-85.020630',-5,0); -INSERT INTO zipcodes VALUES (47381,'Salamonia','IN','40.382778','-84.866030',-5,0); -INSERT INTO zipcodes VALUES (47382,'Saratoga','IN','40.236181','-84.919010',-5,0); -INSERT INTO zipcodes VALUES (47383,'Selma','IN','40.168528','-85.269800',-5,0); -INSERT INTO zipcodes VALUES (47384,'Shirley','IN','39.909520','-85.567160',-5,0); -INSERT INTO zipcodes VALUES (47385,'Spiceland','IN','39.832904','-85.441170',-5,0); -INSERT INTO zipcodes VALUES (47386,'Springport','IN','40.058307','-85.385660',-5,0); -INSERT INTO zipcodes VALUES (47387,'Straughn','IN','39.838735','-85.284090',-5,0); -INSERT INTO zipcodes VALUES (47388,'Sulphur Springs','IN','40.005999','-85.443410',-5,0); -INSERT INTO zipcodes VALUES (47390,'Union City','IN','40.212425','-84.834220',-5,0); -INSERT INTO zipcodes VALUES (47392,'Webster','IN','39.903236','-84.943340',-5,0); -INSERT INTO zipcodes VALUES (47393,'Williamsburg','IN','39.953627','-84.995420',-5,0); -INSERT INTO zipcodes VALUES (47394,'Winchester','IN','40.173141','-84.979220',-5,0); -INSERT INTO zipcodes VALUES (47395,'Lynn','IN','40.050850','-84.938878',-5,0); -INSERT INTO zipcodes VALUES (47396,'Yorktown','IN','40.186603','-85.505600',-5,0); -INSERT INTO zipcodes VALUES (47398,'Hartford City','IN','40.461432','-85.377969',-5,0); -INSERT INTO zipcodes VALUES (47401,'Bloomington','IN','39.131576','-86.497430',-5,0); -INSERT INTO zipcodes VALUES (47402,'Bloomington','IN','39.173234','-86.501543',-5,0); -INSERT INTO zipcodes VALUES (47403,'Bloomington','IN','39.121719','-86.574090',-5,0); -INSERT INTO zipcodes VALUES (47404,'Bloomington','IN','39.188246','-86.567790',-5,0); -INSERT INTO zipcodes VALUES (47405,'Bloomington','IN','39.173447','-86.515145',-5,0); -INSERT INTO zipcodes VALUES (47406,'Bloomington','IN','39.173597','-86.516760',-5,0); -INSERT INTO zipcodes VALUES (47407,'Bloomington','IN','39.173234','-86.501543',-5,0); -INSERT INTO zipcodes VALUES (47408,'Bloomington','IN','39.183164','-86.502930',-5,0); -INSERT INTO zipcodes VALUES (47412,'Evansville','IN','37.975102','-87.626938',-6,1); -INSERT INTO zipcodes VALUES (47420,'Avoca','IN','38.912898','-86.550970',-5,0); -INSERT INTO zipcodes VALUES (47421,'Bedford','IN','38.865549','-86.468970',-5,0); -INSERT INTO zipcodes VALUES (47424,'Bloomfield','IN','39.021657','-86.902020',-5,0); -INSERT INTO zipcodes VALUES (47426,'Clear Creek','IN','39.173234','-86.501543',-5,0); -INSERT INTO zipcodes VALUES (47427,'Coal City','IN','39.232338','-87.032710',-5,0); -INSERT INTO zipcodes VALUES (47429,'Ellettsville','IN','39.245995','-86.622750',-5,0); -INSERT INTO zipcodes VALUES (47430,'Fort Ritner','IN','38.773826','-86.281460',-5,0); -INSERT INTO zipcodes VALUES (47431,'Freedom','IN','39.235092','-86.887190',-5,0); -INSERT INTO zipcodes VALUES (47432,'French Lick','IN','38.507726','-86.629220',-5,0); -INSERT INTO zipcodes VALUES (47433,'Gosport','IN','39.355692','-86.662470',-5,0); -INSERT INTO zipcodes VALUES (47434,'Harrodsburg','IN','39.012984','-86.545732',-5,0); -INSERT INTO zipcodes VALUES (47435,'Helmsburg','IN','39.196272','-86.230212',-5,0); -INSERT INTO zipcodes VALUES (47436,'Heltonville','IN','38.978916','-86.416900',-5,0); -INSERT INTO zipcodes VALUES (47437,'Huron','IN','38.722153','-86.670987',-5,0); -INSERT INTO zipcodes VALUES (47438,'Jasonville','IN','39.160126','-87.199610',-5,0); -INSERT INTO zipcodes VALUES (47439,'Koleen','IN','39.037144','-86.961577',-5,0); -INSERT INTO zipcodes VALUES (47441,'Linton','IN','39.039636','-87.169870',-5,0); -INSERT INTO zipcodes VALUES (47443,'Lyons','IN','38.965550','-87.099170',-5,0); -INSERT INTO zipcodes VALUES (47445,'Midland','IN','39.125078','-87.193320',-5,0); -INSERT INTO zipcodes VALUES (47446,'Mitchell','IN','38.733355','-86.493190',-5,0); -INSERT INTO zipcodes VALUES (47448,'Nashville','IN','39.199357','-86.239500',-5,0); -INSERT INTO zipcodes VALUES (47449,'Newberry','IN','38.926709','-87.003100',-5,0); -INSERT INTO zipcodes VALUES (47451,'Oolitic','IN','38.896413','-86.524740',-5,0); -INSERT INTO zipcodes VALUES (47452,'Orleans','IN','38.647931','-86.434380',-5,0); -INSERT INTO zipcodes VALUES (47453,'Owensburg','IN','38.924067','-86.743080',-5,0); -INSERT INTO zipcodes VALUES (47454,'Paoli','IN','38.533167','-86.483620',-5,0); -INSERT INTO zipcodes VALUES (47455,'Patricksburg','IN','39.311243','-86.953430',-5,0); -INSERT INTO zipcodes VALUES (47456,'Quincy','IN','39.448838','-86.731170',-5,0); -INSERT INTO zipcodes VALUES (47457,'Scotland','IN','39.037144','-86.961577',-5,0); -INSERT INTO zipcodes VALUES (47458,'Smithville','IN','39.173234','-86.501543',-5,0); -INSERT INTO zipcodes VALUES (47459,'Solsberry','IN','39.110903','-86.748550',-5,0); -INSERT INTO zipcodes VALUES (47460,'Spencer','IN','39.290029','-86.778440',-5,0); -INSERT INTO zipcodes VALUES (47462,'Springville','IN','38.967187','-86.636990',-5,0); -INSERT INTO zipcodes VALUES (47463,'Stanford','IN','39.085896','-86.668900',-5,0); -INSERT INTO zipcodes VALUES (47464,'Stinesville','IN','39.298595','-86.651200',-5,0); -INSERT INTO zipcodes VALUES (47465,'Switz City','IN','39.039348','-87.048710',-5,0); -INSERT INTO zipcodes VALUES (47467,'Tunnelton','IN','38.768275','-86.344410',-5,0); -INSERT INTO zipcodes VALUES (47468,'Unionville','IN','39.251349','-86.393500',-5,0); -INSERT INTO zipcodes VALUES (47469,'West Baden Springs','IN','38.584248','-86.612960',-5,0); -INSERT INTO zipcodes VALUES (47470,'Williams','IN','38.845709','-86.688690',-5,0); -INSERT INTO zipcodes VALUES (47471,'Worthington','IN','39.123925','-86.984500',-5,0); -INSERT INTO zipcodes VALUES (47485,'Lewis','IN','39.191057','-87.231182',-5,0); -INSERT INTO zipcodes VALUES (47488,'Hamblen','IN','39.246268','-86.163826',-5,0); -INSERT INTO zipcodes VALUES (47490,'Bloomington','IN','39.173234','-86.501543',-5,0); -INSERT INTO zipcodes VALUES (47501,'Washington','IN','38.658196','-87.176190',-5,0); -INSERT INTO zipcodes VALUES (47512,'Bicknell','IN','38.777038','-87.314470',-5,0); -INSERT INTO zipcodes VALUES (47513,'Birdseye','IN','38.316017','-86.701180',-5,0); -INSERT INTO zipcodes VALUES (47514,'Branchville','IN','38.137325','-86.584770',-5,0); -INSERT INTO zipcodes VALUES (47515,'Bristow','IN','38.184046','-86.717140',-5,0); -INSERT INTO zipcodes VALUES (47516,'Bruceville','IN','38.762261','-87.422800',-5,0); -INSERT INTO zipcodes VALUES (47519,'Cannelburg','IN','38.619866','-86.987610',-5,0); -INSERT INTO zipcodes VALUES (47520,'Cannelton','IN','37.934311','-86.678210',-5,0); -INSERT INTO zipcodes VALUES (47521,'Celestine','IN','38.387935','-86.747170',-5,0); -INSERT INTO zipcodes VALUES (47522,'Crane','IN','38.893458','-86.850700',-5,0); -INSERT INTO zipcodes VALUES (47523,'Dale','IN','38.170876','-86.998890',-6,1); -INSERT INTO zipcodes VALUES (47524,'Decker','IN','38.507039','-87.555390',-5,0); -INSERT INTO zipcodes VALUES (47525,'Derby','IN','38.031757','-86.556130',-5,0); -INSERT INTO zipcodes VALUES (47527,'Dubois','IN','38.473956','-86.777770',-5,0); -INSERT INTO zipcodes VALUES (47528,'Edwardsport','IN','38.824546','-87.251860',-5,0); -INSERT INTO zipcodes VALUES (47529,'Elnora','IN','38.869876','-87.082880',-5,0); -INSERT INTO zipcodes VALUES (47531,'Evanston','IN','38.056909','-86.821960',-6,1); -INSERT INTO zipcodes VALUES (47532,'Ferdinand','IN','38.223090','-86.861550',-5,0); -INSERT INTO zipcodes VALUES (47535,'Freelandville','IN','38.867886','-87.308650',-5,0); -INSERT INTO zipcodes VALUES (47536,'Fulda','IN','38.112396','-86.836490',-6,1); -INSERT INTO zipcodes VALUES (47537,'Gentryville','IN','38.099889','-87.040730',-6,1); -INSERT INTO zipcodes VALUES (47541,'Holland','IN','38.241887','-87.041450',-5,0); -INSERT INTO zipcodes VALUES (47542,'Huntingburg','IN','38.302272','-86.968640',-5,0); -INSERT INTO zipcodes VALUES (47545,'Ireland','IN','38.413906','-87.000600',-5,0); -INSERT INTO zipcodes VALUES (47546,'Jasper','IN','38.408794','-86.938760',-5,0); -INSERT INTO zipcodes VALUES (47547,'Jasper','IN','38.364749','-86.876173',-5,0); -INSERT INTO zipcodes VALUES (47549,'Jasper','IN','38.364749','-86.876173',-5,0); -INSERT INTO zipcodes VALUES (47550,'Lamar','IN','38.077016','-86.922580',-6,1); -INSERT INTO zipcodes VALUES (47551,'Leopold','IN','38.127871','-86.558000',-5,0); -INSERT INTO zipcodes VALUES (47552,'Lincoln City','IN','38.118547','-86.995670',-6,1); -INSERT INTO zipcodes VALUES (47553,'Loogootee','IN','38.702827','-86.897750',-5,0); -INSERT INTO zipcodes VALUES (47556,'Mariah Hill','IN','38.166440','-86.917205',-6,1); -INSERT INTO zipcodes VALUES (47557,'Monroe City','IN','38.588354','-87.341740',-5,0); -INSERT INTO zipcodes VALUES (47558,'Montgomery','IN','38.660051','-87.046260',-5,0); -INSERT INTO zipcodes VALUES (47561,'Oaktown','IN','38.864563','-87.445540',-5,0); -INSERT INTO zipcodes VALUES (47562,'Odon','IN','38.837695','-86.985120',-5,0); -INSERT INTO zipcodes VALUES (47564,'Otwell','IN','38.470473','-87.099050',-5,0); -INSERT INTO zipcodes VALUES (47567,'Petersburg','IN','38.477037','-87.302170',-5,0); -INSERT INTO zipcodes VALUES (47568,'Plainville','IN','38.791938','-87.139750',-5,0); -INSERT INTO zipcodes VALUES (47573,'Ragsdale','IN','38.744136','-87.321357',-5,0); -INSERT INTO zipcodes VALUES (47574,'Rome','IN','37.934212','-86.565370',-5,0); -INSERT INTO zipcodes VALUES (47575,'Saint Anthony','IN','38.313717','-86.815230',-5,0); -INSERT INTO zipcodes VALUES (47576,'Saint Croix','IN','38.192970','-86.608530',-5,0); -INSERT INTO zipcodes VALUES (47577,'Saint Meinrad','IN','38.160168','-86.809780',-6,1); -INSERT INTO zipcodes VALUES (47578,'Sandborn','IN','38.892783','-87.191300',-5,0); -INSERT INTO zipcodes VALUES (47579,'Santa Claus','IN','38.115573','-86.919930',-6,1); -INSERT INTO zipcodes VALUES (47580,'Schnellville','IN','38.345103','-86.759140',-5,0); -INSERT INTO zipcodes VALUES (47581,'Shoals','IN','38.663011','-86.775540',-5,0); -INSERT INTO zipcodes VALUES (47584,'Spurgeon','IN','38.248608','-87.241150',-5,0); -INSERT INTO zipcodes VALUES (47585,'Stendal','IN','38.267827','-87.142990',-5,0); -INSERT INTO zipcodes VALUES (47586,'Tell City','IN','37.971622','-86.739030',-5,0); -INSERT INTO zipcodes VALUES (47588,'Troy','IN','38.012451','-86.796980',-6,1); -INSERT INTO zipcodes VALUES (47590,'Velpen','IN','38.356658','-87.101550',-5,0); -INSERT INTO zipcodes VALUES (47591,'Vincennes','IN','38.668827','-87.507910',-5,0); -INSERT INTO zipcodes VALUES (47596,'Westphalia','IN','38.862609','-87.224700',-5,0); -INSERT INTO zipcodes VALUES (47597,'Wheatland','IN','38.652821','-87.300880',-5,0); -INSERT INTO zipcodes VALUES (47598,'Winslow','IN','38.384501','-87.209870',-5,0); -INSERT INTO zipcodes VALUES (47601,'Boonville','IN','38.057320','-87.265790',-6,1); -INSERT INTO zipcodes VALUES (47610,'Chandler','IN','38.047188','-87.390410',-6,1); -INSERT INTO zipcodes VALUES (47611,'Chrisney','IN','38.022045','-87.054080',-6,1); -INSERT INTO zipcodes VALUES (47612,'Cynthiana','IN','38.190517','-87.702400',-6,1); -INSERT INTO zipcodes VALUES (47613,'Elberfeld','IN','38.170645','-87.428860',-6,1); -INSERT INTO zipcodes VALUES (47614,'Folsomville','IN','38.130034','-87.163636',-6,1); -INSERT INTO zipcodes VALUES (47615,'Grandview','IN','37.965531','-86.954360',-6,1); -INSERT INTO zipcodes VALUES (47616,'Griffin','IN','38.218814','-87.924350',-6,1); -INSERT INTO zipcodes VALUES (47617,'Hatfield','IN','37.903557','-87.249886',-6,1); -INSERT INTO zipcodes VALUES (47618,'Inglefield','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47619,'Lynnville','IN','38.199662','-87.311320',-6,1); -INSERT INTO zipcodes VALUES (47620,'Mount Vernon','IN','37.940511','-87.889180',-6,1); -INSERT INTO zipcodes VALUES (47625,'North Vernon','IN','39.002490','-85.625718',-5,0); -INSERT INTO zipcodes VALUES (47629,'Newburgh','IN','38.062420','-87.245214',-6,1); -INSERT INTO zipcodes VALUES (47630,'Newburgh','IN','37.958873','-87.379980',-6,1); -INSERT INTO zipcodes VALUES (47631,'New Harmony','IN','38.117974','-87.919180',-6,1); -INSERT INTO zipcodes VALUES (47633,'Poseyville','IN','38.168191','-87.781130',-6,1); -INSERT INTO zipcodes VALUES (47634,'Richland','IN','37.938890','-87.191670',-6,1); -INSERT INTO zipcodes VALUES (47635,'Rockport','IN','37.883451','-87.097710',-6,1); -INSERT INTO zipcodes VALUES (47637,'Tennyson','IN','38.132339','-87.142590',-6,1); -INSERT INTO zipcodes VALUES (47638,'Wadesville','IN','38.081681','-87.780550',-6,1); -INSERT INTO zipcodes VALUES (47639,'Haubstadt','IN','38.187983','-87.565800',-6,1); -INSERT INTO zipcodes VALUES (47640,'Hazleton','IN','38.484278','-87.503900',-6,1); -INSERT INTO zipcodes VALUES (47647,'Buckskin','IN','38.215226','-87.423190',-6,1); -INSERT INTO zipcodes VALUES (47648,'Fort Branch','IN','38.240456','-87.560350',-6,1); -INSERT INTO zipcodes VALUES (47649,'Francisco','IN','38.343295','-87.442750',-6,1); -INSERT INTO zipcodes VALUES (47654,'Mackey','IN','38.253120','-87.392050',-6,1); -INSERT INTO zipcodes VALUES (47660,'Oakland City','IN','38.323439','-87.341450',-6,1); -INSERT INTO zipcodes VALUES (47665,'Owensville','IN','38.287411','-87.729540',-6,1); -INSERT INTO zipcodes VALUES (47666,'Patoka','IN','38.411923','-87.584620',-6,1); -INSERT INTO zipcodes VALUES (47667,'Owensville','IN','38.273120','-87.692037',-6,1); -INSERT INTO zipcodes VALUES (47670,'Princeton','IN','38.348410','-87.574780',-6,1); -INSERT INTO zipcodes VALUES (47671,'Oxford','IN','40.519221','-87.255079',-5,0); -INSERT INTO zipcodes VALUES (47672,'Cynthiana','IN','38.187432','-87.716121',-6,1); -INSERT INTO zipcodes VALUES (47683,'Somerville','IN','38.278452','-87.377140',-6,1); -INSERT INTO zipcodes VALUES (47701,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47702,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47703,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47704,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47705,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47706,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47708,'Evansville','IN','37.974642','-87.573490',-6,1); -INSERT INTO zipcodes VALUES (47710,'Evansville','IN','37.999542','-87.576210',-6,1); -INSERT INTO zipcodes VALUES (47711,'Evansville','IN','38.000442','-87.541780',-6,1); -INSERT INTO zipcodes VALUES (47712,'Evansville','IN','37.966292','-87.636640',-6,1); -INSERT INTO zipcodes VALUES (47713,'Evansville','IN','37.962542','-87.557960',-6,1); -INSERT INTO zipcodes VALUES (47714,'Evansville','IN','37.959092','-87.524680',-6,1); -INSERT INTO zipcodes VALUES (47715,'Evansville','IN','37.975476','-87.475060',-6,1); -INSERT INTO zipcodes VALUES (47716,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47718,'Jackson','IN','38.420839','-86.570962',-5,0); -INSERT INTO zipcodes VALUES (47719,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47720,'Evansville','IN','38.045951','-87.627230',-6,1); -INSERT INTO zipcodes VALUES (47721,'Evansville','IN','37.978035','-87.600791',-6,1); -INSERT INTO zipcodes VALUES (47722,'Evansville','IN','37.970192','-87.542014',-6,1); -INSERT INTO zipcodes VALUES (47724,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47725,'Evansville','IN','38.096771','-87.521120',-6,1); -INSERT INTO zipcodes VALUES (47727,'Evansville','IN','38.031942','-87.538915',-6,1); -INSERT INTO zipcodes VALUES (47728,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47729,'Scott','IN','38.110995','-87.527249',-6,1); -INSERT INTO zipcodes VALUES (47730,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47731,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47732,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47733,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47734,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47735,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47736,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47737,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47739,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47740,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47741,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47744,'Evansville','IN','37.977492','-87.597316',-6,1); -INSERT INTO zipcodes VALUES (47747,'Evansville','IN','37.997128','-87.574963',-6,1); -INSERT INTO zipcodes VALUES (47750,'Evansville','IN','37.962292','-87.505512',-6,1); -INSERT INTO zipcodes VALUES (47765,'New Market','IN','39.952416','-86.922974',-5,0); -INSERT INTO zipcodes VALUES (47801,'Terre Haute','IN','39.433602','-87.410094',-5,0); -INSERT INTO zipcodes VALUES (47802,'Terre Haute','IN','39.393237','-87.397700',-5,0); -INSERT INTO zipcodes VALUES (47803,'Terre Haute','IN','39.467060','-87.344520',-5,0); -INSERT INTO zipcodes VALUES (47804,'Terre Haute','IN','39.495436','-87.392090',-5,0); -INSERT INTO zipcodes VALUES (47805,'Terre Haute','IN','39.535285','-87.352220',-5,0); -INSERT INTO zipcodes VALUES (47807,'Terre Haute','IN','39.470986','-87.399960',-5,0); -INSERT INTO zipcodes VALUES (47808,'Terre Haute','IN','39.433602','-87.410094',-5,0); -INSERT INTO zipcodes VALUES (47809,'Terre Haute','IN','39.470986','-87.411070',-5,0); -INSERT INTO zipcodes VALUES (47811,'Terre Haute','IN','39.433602','-87.410094',-5,0); -INSERT INTO zipcodes VALUES (47812,'Terre Haute','IN','39.433602','-87.410094',-5,0); -INSERT INTO zipcodes VALUES (47813,'Terre Haute','IN','39.433602','-87.410094',-5,0); -INSERT INTO zipcodes VALUES (47814,'Terre Haute','IN','39.433602','-87.410094',-5,0); -INSERT INTO zipcodes VALUES (47830,'Bellmore','IN','39.779078','-87.221819',-5,0); -INSERT INTO zipcodes VALUES (47831,'Blanford','IN','39.877847','-87.443566',-5,0); -INSERT INTO zipcodes VALUES (47832,'Bloomingdale','IN','39.869467','-87.245890',-5,0); -INSERT INTO zipcodes VALUES (47833,'Bowling Green','IN','39.360169','-86.993530',-5,0); -INSERT INTO zipcodes VALUES (47834,'Brazil','IN','39.525030','-87.127380',-5,0); -INSERT INTO zipcodes VALUES (47836,'Bridgeton','IN','39.647929','-87.175290',-5,0); -INSERT INTO zipcodes VALUES (47837,'Carbon','IN','39.625607','-87.115020',-5,0); -INSERT INTO zipcodes VALUES (47838,'Carlisle','IN','38.957093','-87.379300',-5,0); -INSERT INTO zipcodes VALUES (47840,'Centerpoint','IN','39.406161','-87.068990',-5,0); -INSERT INTO zipcodes VALUES (47841,'Clay City','IN','39.282127','-87.115570',-5,0); -INSERT INTO zipcodes VALUES (47842,'Clinton','IN','39.668510','-87.435770',-5,0); -INSERT INTO zipcodes VALUES (47845,'Coalmont','IN','39.387544','-87.090363',-5,0); -INSERT INTO zipcodes VALUES (47846,'Cory','IN','39.377883','-87.204620',-5,0); -INSERT INTO zipcodes VALUES (47847,'Dana','IN','39.830942','-87.470130',-5,0); -INSERT INTO zipcodes VALUES (47848,'Dugger','IN','39.065547','-87.257140',-5,0); -INSERT INTO zipcodes VALUES (47849,'Fairbanks','IN','39.193884','-87.544900',-5,0); -INSERT INTO zipcodes VALUES (47850,'Farmersburg','IN','39.251820','-87.409740',-5,0); -INSERT INTO zipcodes VALUES (47851,'Fontanet','IN','39.573663','-87.245360',-5,0); -INSERT INTO zipcodes VALUES (47852,'Graysville','IN','39.080474','-87.449558',-5,0); -INSERT INTO zipcodes VALUES (47853,'Harmony','IN','39.536856','-87.072100',-5,0); -INSERT INTO zipcodes VALUES (47854,'Hillsdale','IN','39.819742','-87.414580',-5,0); -INSERT INTO zipcodes VALUES (47855,'Hymera','IN','39.185497','-87.299970',-5,0); -INSERT INTO zipcodes VALUES (47856,'Judson','IN','39.813543','-87.136350',-5,0); -INSERT INTO zipcodes VALUES (47857,'Knightsville','IN','39.526913','-87.086882',-5,0); -INSERT INTO zipcodes VALUES (47858,'Lewis','IN','39.255569','-87.235870',-5,0); -INSERT INTO zipcodes VALUES (47859,'Marshall','IN','39.865058','-87.175040',-5,0); -INSERT INTO zipcodes VALUES (47860,'Mecca','IN','39.725201','-87.331490',-5,0); -INSERT INTO zipcodes VALUES (47861,'Merom','IN','39.061837','-87.566550',-5,0); -INSERT INTO zipcodes VALUES (47862,'Montezuma','IN','39.783738','-87.356090',-5,0); -INSERT INTO zipcodes VALUES (47863,'New Goshen','IN','39.580862','-87.462930',-5,0); -INSERT INTO zipcodes VALUES (47864,'New Lebanon','IN','39.041245','-87.475747',-5,0); -INSERT INTO zipcodes VALUES (47865,'Paxton','IN','39.020687','-87.391490',-5,0); -INSERT INTO zipcodes VALUES (47866,'Pimento','IN','39.293977','-87.309830',-5,0); -INSERT INTO zipcodes VALUES (47868,'Poland','IN','39.414547','-86.902020',-5,0); -INSERT INTO zipcodes VALUES (47869,'Prairie Creek','IN','39.433602','-87.410094',-5,0); -INSERT INTO zipcodes VALUES (47870,'Prairieton','IN','39.371187','-87.475871',-5,0); -INSERT INTO zipcodes VALUES (47871,'Riley','IN','39.388638','-87.301367',-5,0); -INSERT INTO zipcodes VALUES (47872,'Rockville','IN','39.758142','-87.175400',-5,0); -INSERT INTO zipcodes VALUES (47874,'Rosedale','IN','39.625041','-87.277650',-5,0); -INSERT INTO zipcodes VALUES (47875,'Saint Bernice','IN','39.877847','-87.443566',-5,0); -INSERT INTO zipcodes VALUES (47876,'Saint Mary Of The Woods','IN','39.505935','-87.461560',-5,0); -INSERT INTO zipcodes VALUES (47878,'Seelyville','IN','39.492838','-87.266549',-5,0); -INSERT INTO zipcodes VALUES (47879,'Shelburn','IN','39.182707','-87.380290',-5,0); -INSERT INTO zipcodes VALUES (47880,'Shepardsville','IN','39.600636','-87.419569',-5,0); -INSERT INTO zipcodes VALUES (47881,'Staunton','IN','39.487119','-87.189390',-5,0); -INSERT INTO zipcodes VALUES (47882,'Sullivan','IN','39.090479','-87.406670',-5,0); -INSERT INTO zipcodes VALUES (47884,'Universal','IN','39.622536','-87.454510',-5,0); -INSERT INTO zipcodes VALUES (47885,'West Terre Haute','IN','39.508235','-87.465110',-5,0); -INSERT INTO zipcodes VALUES (47895,'Helt','IN','39.714267','-87.524376',-5,0); -INSERT INTO zipcodes VALUES (47901,'Lafayette','IN','40.418585','-86.889750',-5,0); -INSERT INTO zipcodes VALUES (47902,'Lafayette','IN','40.388656','-86.894908',-5,0); -INSERT INTO zipcodes VALUES (47903,'Lafayette','IN','40.304402','-86.824468',-5,0); -INSERT INTO zipcodes VALUES (47904,'Lafayette','IN','40.428735','-86.876800',-5,0); -INSERT INTO zipcodes VALUES (47905,'Lafayette','IN','40.418360','-86.818470',-5,0); -INSERT INTO zipcodes VALUES (47906,'West Lafayette','IN','40.461012','-86.936640',-5,0); -INSERT INTO zipcodes VALUES (47907,'West Lafayette','IN','40.424923','-86.916215',-5,0); -INSERT INTO zipcodes VALUES (47909,'Lafayette','IN','40.355890','-86.889720',-5,0); -INSERT INTO zipcodes VALUES (47916,'Alamo','IN','39.983709','-87.055070',-5,0); -INSERT INTO zipcodes VALUES (47917,'Ambia','IN','40.469643','-87.500980',-5,0); -INSERT INTO zipcodes VALUES (47918,'Attica','IN','40.294316','-87.219570',-5,0); -INSERT INTO zipcodes VALUES (47920,'Battle Ground','IN','40.543522','-86.816280',-5,0); -INSERT INTO zipcodes VALUES (47921,'Boswell','IN','40.506071','-87.368490',-5,0); -INSERT INTO zipcodes VALUES (47922,'Brook','IN','40.868500','-87.358990',-6,1); -INSERT INTO zipcodes VALUES (47923,'Brookston','IN','40.605000','-86.889400',-5,0); -INSERT INTO zipcodes VALUES (47924,'Buck Creek','IN','40.487219','-86.763810',-5,0); -INSERT INTO zipcodes VALUES (47925,'Buffalo','IN','40.882284','-86.743630',-5,0); -INSERT INTO zipcodes VALUES (47926,'Burnettsville','IN','40.767098','-86.593620',-5,0); -INSERT INTO zipcodes VALUES (47928,'Cayuga','IN','39.946144','-87.466110',-5,0); -INSERT INTO zipcodes VALUES (47929,'Chalmers','IN','40.671905','-86.891890',-5,0); -INSERT INTO zipcodes VALUES (47930,'Clarks Hill','IN','40.247657','-86.725330',-5,0); -INSERT INTO zipcodes VALUES (47932,'Covington','IN','40.133867','-87.400810',-5,0); -INSERT INTO zipcodes VALUES (47933,'Crawfordsville','IN','40.034554','-86.891430',-5,0); -INSERT INTO zipcodes VALUES (47934,'Crawfordsville','IN','40.040014','-86.893614',-5,0); -INSERT INTO zipcodes VALUES (47935,'Crawfordsville','IN','40.040014','-86.893614',-5,0); -INSERT INTO zipcodes VALUES (47936,'Crawfordsville','IN','40.040014','-86.893614',-5,0); -INSERT INTO zipcodes VALUES (47937,'Crawfordsville','IN','40.040014','-86.893614',-5,0); -INSERT INTO zipcodes VALUES (47938,'Crawfordsville','IN','40.040014','-86.893614',-5,0); -INSERT INTO zipcodes VALUES (47939,'Crawfordsville','IN','40.040014','-86.893614',-5,0); -INSERT INTO zipcodes VALUES (47940,'Darlington','IN','40.118998','-86.762650',-5,0); -INSERT INTO zipcodes VALUES (47941,'Dayton','IN','40.375691','-86.767030',-5,0); -INSERT INTO zipcodes VALUES (47942,'Earl Park','IN','40.692374','-87.434600',-5,0); -INSERT INTO zipcodes VALUES (47943,'Fair Oaks','IN','41.074738','-87.261930',-6,1); -INSERT INTO zipcodes VALUES (47944,'Fowler','IN','40.617152','-87.326590',-5,0); -INSERT INTO zipcodes VALUES (47946,'Francesville','IN','40.986799','-86.876590',-5,0); -INSERT INTO zipcodes VALUES (47948,'Goodland','IN','40.773474','-87.286150',-6,1); -INSERT INTO zipcodes VALUES (47949,'Hillsboro','IN','40.072123','-87.136980',-5,0); -INSERT INTO zipcodes VALUES (47950,'Idaville','IN','40.794442','-86.653530',-5,0); -INSERT INTO zipcodes VALUES (47951,'Kentland','IN','40.777590','-87.446070',-6,1); -INSERT INTO zipcodes VALUES (47952,'Kingman','IN','39.968437','-87.299940',-5,0); -INSERT INTO zipcodes VALUES (47954,'Ladoga','IN','39.903358','-86.803880',-5,0); -INSERT INTO zipcodes VALUES (47955,'Linden','IN','40.197050','-86.887810',-5,0); -INSERT INTO zipcodes VALUES (47957,'Medaryville','IN','41.083487','-86.876050',-5,0); -INSERT INTO zipcodes VALUES (47958,'Mellott','IN','40.163921','-87.147960',-5,0); -INSERT INTO zipcodes VALUES (47959,'Monon','IN','40.860496','-86.889630',-5,0); -INSERT INTO zipcodes VALUES (47960,'Monticello','IN','40.777036','-86.759820',-5,0); -INSERT INTO zipcodes VALUES (47962,'Montmorenci','IN','40.473159','-87.027571',-5,0); -INSERT INTO zipcodes VALUES (47963,'Morocco','IN','40.960029','-87.447150',-6,1); -INSERT INTO zipcodes VALUES (47964,'Mount Ayr','IN','40.952608','-87.298370',-6,1); -INSERT INTO zipcodes VALUES (47965,'New Market','IN','39.950948','-86.920760',-5,0); -INSERT INTO zipcodes VALUES (47966,'Newport','IN','39.885739','-87.407800',-5,0); -INSERT INTO zipcodes VALUES (47967,'New Richmond','IN','40.192176','-86.983460',-5,0); -INSERT INTO zipcodes VALUES (47968,'New Ross','IN','39.961958','-86.735760',-5,0); -INSERT INTO zipcodes VALUES (47969,'Newtown','IN','40.205056','-87.150890',-5,0); -INSERT INTO zipcodes VALUES (47970,'Otterbein','IN','40.480675','-87.109070',-5,0); -INSERT INTO zipcodes VALUES (47971,'Oxford','IN','40.520834','-87.244400',-5,0); -INSERT INTO zipcodes VALUES (47974,'Perrysville','IN','40.043359','-87.465500',-5,0); -INSERT INTO zipcodes VALUES (47975,'Pine Village','IN','40.448708','-87.255680',-5,0); -INSERT INTO zipcodes VALUES (47976,'Earl Park','IN','40.606301','-87.310042',-5,0); -INSERT INTO zipcodes VALUES (47977,'Remington','IN','40.763755','-87.153060',-6,1); -INSERT INTO zipcodes VALUES (47978,'Rensselaer','IN','40.962747','-87.136840',-6,1); -INSERT INTO zipcodes VALUES (47980,'Reynolds','IN','40.753293','-86.887690',-5,0); -INSERT INTO zipcodes VALUES (47981,'Romney','IN','40.246558','-86.916520',-5,0); -INSERT INTO zipcodes VALUES (47982,'State Line','IN','40.196628','-87.527100',-5,0); -INSERT INTO zipcodes VALUES (47983,'Stockwell','IN','40.285727','-86.775110',-5,0); -INSERT INTO zipcodes VALUES (47984,'Talbot','IN','40.606301','-87.310042',-5,0); -INSERT INTO zipcodes VALUES (47986,'Templeton','IN','40.512643','-87.207060',-5,0); -INSERT INTO zipcodes VALUES (47987,'Veedersburg','IN','40.118561','-87.236460',-5,0); -INSERT INTO zipcodes VALUES (47988,'Wallace','IN','39.986538','-87.147674',-5,0); -INSERT INTO zipcodes VALUES (47989,'Waveland','IN','39.881586','-87.046350',-5,0); -INSERT INTO zipcodes VALUES (47990,'Waynetown','IN','40.071792','-87.063690',-5,0); -INSERT INTO zipcodes VALUES (47991,'West Lebanon','IN','40.277121','-87.413000',-5,0); -INSERT INTO zipcodes VALUES (47992,'Westpoint','IN','40.319429','-87.048670',-5,0); -INSERT INTO zipcodes VALUES (47993,'Williamsport','IN','40.300013','-87.383960',-5,0); -INSERT INTO zipcodes VALUES (47994,'Wingate','IN','40.170546','-87.067950',-5,0); -INSERT INTO zipcodes VALUES (47995,'Wolcott','IN','40.758188','-87.036290',-5,0); -INSERT INTO zipcodes VALUES (47996,'West Lafayette','IN','40.388656','-86.894908',-5,0); -INSERT INTO zipcodes VALUES (47997,'Yeoman','IN','40.667985','-86.722500',-5,0); -INSERT INTO zipcodes VALUES (48001,'Algonac','MI','42.631359','-82.554000',-5,1); -INSERT INTO zipcodes VALUES (48002,'Allenton','MI','42.938385','-82.915820',-5,1); -INSERT INTO zipcodes VALUES (48003,'Almont','MI','42.931178','-83.045850',-5,1); -INSERT INTO zipcodes VALUES (48004,'Anchorville','MI','42.824095','-82.665220',-5,1); -INSERT INTO zipcodes VALUES (48005,'Armada','MI','42.842554','-82.914710',-5,1); -INSERT INTO zipcodes VALUES (48006,'Avoca','MI','43.062285','-82.693270',-5,1); -INSERT INTO zipcodes VALUES (48007,'Troy','MI','42.606088','-83.297593',-5,1); -INSERT INTO zipcodes VALUES (48009,'Birmingham','MI','42.544084','-83.215270',-5,1); -INSERT INTO zipcodes VALUES (48012,'Birmingham','MI','42.604425','-83.292382',-5,1); -INSERT INTO zipcodes VALUES (48014,'Capac','MI','43.011850','-82.932550',-5,1); -INSERT INTO zipcodes VALUES (48015,'Center Line','MI','42.479137','-83.024490',-5,1); -INSERT INTO zipcodes VALUES (48017,'Clawson','MI','42.535534','-83.151120',-5,1); -INSERT INTO zipcodes VALUES (48019,'Rose','MI','42.755627','-83.612581',-5,1); -INSERT INTO zipcodes VALUES (48021,'Eastpointe','MI','42.466086','-82.946410',-5,1); -INSERT INTO zipcodes VALUES (48022,'Emmett','MI','43.013805','-82.794040',-5,1); -INSERT INTO zipcodes VALUES (48023,'Fair Haven','MI','42.693915','-82.668590',-5,1); -INSERT INTO zipcodes VALUES (48025,'Franklin','MI','42.524134','-83.254540',-5,1); -INSERT INTO zipcodes VALUES (48026,'Fraser','MI','42.536402','-82.950440',-5,1); -INSERT INTO zipcodes VALUES (48027,'Goodells','MI','42.952553','-82.685710',-5,1); -INSERT INTO zipcodes VALUES (48028,'Harsens Island','MI','42.563129','-82.623250',-5,1); -INSERT INTO zipcodes VALUES (48030,'Hazel Park','MI','42.459022','-83.098190',-5,1); -INSERT INTO zipcodes VALUES (48032,'Jeddo','MI','43.125531','-82.596170',-5,1); -INSERT INTO zipcodes VALUES (48034,'Southfield','MI','42.474234','-83.290780',-5,1); -INSERT INTO zipcodes VALUES (48035,'Clinton Township','MI','42.554134','-82.907860',-5,1); -INSERT INTO zipcodes VALUES (48036,'Clinton Township','MI','42.587117','-82.898370',-5,1); -INSERT INTO zipcodes VALUES (48037,'Southfield','MI','42.567543','-83.149978',-5,1); -INSERT INTO zipcodes VALUES (48038,'Clinton Township','MI','42.603172','-82.944590',-5,1); -INSERT INTO zipcodes VALUES (48039,'Marine City','MI','42.710445','-82.508110',-5,1); -INSERT INTO zipcodes VALUES (48040,'Marysville','MI','42.910198','-82.479730',-5,1); -INSERT INTO zipcodes VALUES (48041,'Memphis','MI','42.932810','-82.803450',-5,1); -INSERT INTO zipcodes VALUES (48042,'Macomb','MI','42.683470','-82.929580',-5,1); -INSERT INTO zipcodes VALUES (48043,'Mount Clemens','MI','42.596784','-82.880310',-5,1); -INSERT INTO zipcodes VALUES (48044,'Macomb','MI','42.650265','-82.934160',-5,1); -INSERT INTO zipcodes VALUES (48045,'Harrison Township','MI','42.582961','-82.830630',-5,1); -INSERT INTO zipcodes VALUES (48046,'Mount Clemens','MI','42.672322','-82.903065',-5,1); -INSERT INTO zipcodes VALUES (48047,'New Baltimore','MI','42.670932','-82.777540',-5,1); -INSERT INTO zipcodes VALUES (48048,'New Haven','MI','42.739751','-82.797580',-5,1); -INSERT INTO zipcodes VALUES (48049,'North Street','MI','43.031540','-82.592510',-5,1); -INSERT INTO zipcodes VALUES (48050,'New Haven','MI','42.786198','-82.809200',-5,1); -INSERT INTO zipcodes VALUES (48051,'New Baltimore','MI','42.682081','-82.830680',-5,1); -INSERT INTO zipcodes VALUES (48054,'East China','MI','42.769956','-82.525950',-5,1); -INSERT INTO zipcodes VALUES (48059,'Fort Gratiot','MI','43.088742','-82.486140',-5,1); -INSERT INTO zipcodes VALUES (48060,'Port Huron','MI','42.978974','-82.444020',-5,1); -INSERT INTO zipcodes VALUES (48061,'Port Huron','MI','42.824095','-82.665220',-5,1); -INSERT INTO zipcodes VALUES (48062,'Richmond','MI','42.829226','-82.775380',-5,1); -INSERT INTO zipcodes VALUES (48063,'Columbus','MI','42.854520','-82.682440',-5,1); -INSERT INTO zipcodes VALUES (48064,'Casco','MI','42.773535','-82.676840',-5,1); -INSERT INTO zipcodes VALUES (48065,'Romeo','MI','42.826805','-83.029630',-5,1); -INSERT INTO zipcodes VALUES (48066,'Roseville','MI','42.503285','-82.938510',-5,1); -INSERT INTO zipcodes VALUES (48067,'Royal Oak','MI','42.488735','-83.137520',-5,1); -INSERT INTO zipcodes VALUES (48068,'Royal Oak','MI','42.660091','-83.386300',-5,1); -INSERT INTO zipcodes VALUES (48069,'Pleasant Ridge','MI','42.472235','-83.140510',-5,1); -INSERT INTO zipcodes VALUES (48070,'Huntington Woods','MI','42.482585','-83.168120',-5,1); -INSERT INTO zipcodes VALUES (48071,'Madison Heights','MI','42.501385','-83.104740',-5,1); -INSERT INTO zipcodes VALUES (48072,'Berkley','MI','42.497035','-83.185320',-5,1); -INSERT INTO zipcodes VALUES (48073,'Royal Oak','MI','42.518635','-83.163570',-5,1); -INSERT INTO zipcodes VALUES (48074,'Smiths Creek','MI','42.948521','-82.570490',-5,1); -INSERT INTO zipcodes VALUES (48075,'Southfield','MI','42.465275','-83.226400',-5,1); -INSERT INTO zipcodes VALUES (48076,'Southfield','MI','42.499335','-83.228290',-5,1); -INSERT INTO zipcodes VALUES (48079,'Saint Clair','MI','42.833034','-82.504250',-5,1); -INSERT INTO zipcodes VALUES (48080,'Saint Clair Shores','MI','42.462036','-82.902320',-5,1); -INSERT INTO zipcodes VALUES (48081,'Saint Clair Shores','MI','42.497736','-82.899790',-5,1); -INSERT INTO zipcodes VALUES (48082,'Saint Clair Shores','MI','42.526965','-82.888090',-5,1); -INSERT INTO zipcodes VALUES (48083,'Troy','MI','42.556943','-83.115060',-5,1); -INSERT INTO zipcodes VALUES (48084,'Troy','MI','42.563505','-83.184050',-5,1); -INSERT INTO zipcodes VALUES (48085,'Troy','MI','42.597323','-83.116567',-5,1); -INSERT INTO zipcodes VALUES (48086,'Southfield','MI','42.660091','-83.386300',-5,1); -INSERT INTO zipcodes VALUES (48088,'Warren','MI','42.516851','-82.982757',-5,1); -INSERT INTO zipcodes VALUES (48089,'Warren','MI','42.467086','-82.998660',-5,1); -INSERT INTO zipcodes VALUES (48090,'Warren','MI','42.672322','-82.903065',-5,1); -INSERT INTO zipcodes VALUES (48091,'Warren','MI','42.465886','-83.056000',-5,1); -INSERT INTO zipcodes VALUES (48092,'Warren','MI','42.511293','-83.059700',-5,1); -INSERT INTO zipcodes VALUES (48093,'Warren','MI','42.514885','-82.997680',-5,1); -INSERT INTO zipcodes VALUES (48094,'Washington','MI','42.727731','-83.038470',-5,1); -INSERT INTO zipcodes VALUES (48095,'Washington','MI','42.779239','-83.026050',-5,1); -INSERT INTO zipcodes VALUES (48096,'Ray','MI','42.753378','-82.916580',-5,1); -INSERT INTO zipcodes VALUES (48097,'Yale','MI','43.131709','-82.814110',-5,1); -INSERT INTO zipcodes VALUES (48098,'Troy','MI','42.599133','-83.152350',-5,1); -INSERT INTO zipcodes VALUES (48099,'Troy','MI','42.587643','-83.173666',-5,1); -INSERT INTO zipcodes VALUES (48101,'Allen Park','MI','42.254788','-83.210270',-5,1); -INSERT INTO zipcodes VALUES (48103,'Ann Arbor','MI','42.280887','-83.791470',-5,1); -INSERT INTO zipcodes VALUES (48104,'Ann Arbor','MI','42.266805','-83.722970',-5,1); -INSERT INTO zipcodes VALUES (48105,'Ann Arbor','MI','42.307288','-83.704430',-5,1); -INSERT INTO zipcodes VALUES (48106,'Ann Arbor','MI','42.253502','-83.836571',-5,1); -INSERT INTO zipcodes VALUES (48107,'Ann Arbor','MI','42.253502','-83.836571',-5,1); -INSERT INTO zipcodes VALUES (48108,'Ann Arbor','MI','42.232807','-83.726710',-5,1); -INSERT INTO zipcodes VALUES (48109,'Ann Arbor','MI','42.291637','-83.718310',-5,1); -INSERT INTO zipcodes VALUES (48110,'Azalia','MI','42.008164','-83.664277',-5,1); -INSERT INTO zipcodes VALUES (48111,'Belleville','MI','42.194865','-83.490830',-5,1); -INSERT INTO zipcodes VALUES (48112,'Belleville','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48113,'Ann Arbor','MI','42.253502','-83.836571',-5,1); -INSERT INTO zipcodes VALUES (48114,'Brighton','MI','42.566097','-83.757250',-5,1); -INSERT INTO zipcodes VALUES (48115,'Bridgewater','MI','42.160216','-83.911693',-5,1); -INSERT INTO zipcodes VALUES (48116,'Brighton','MI','42.509476','-83.777180',-5,1); -INSERT INTO zipcodes VALUES (48117,'Carleton','MI','42.055890','-83.406050',-5,1); -INSERT INTO zipcodes VALUES (48118,'Chelsea','MI','42.316922','-84.034450',-5,1); -INSERT INTO zipcodes VALUES (48120,'Dearborn','MI','42.306288','-83.158630',-5,1); -INSERT INTO zipcodes VALUES (48121,'Dearborn','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48122,'Melvindale','MI','42.281638','-83.181880',-5,1); -INSERT INTO zipcodes VALUES (48123,'Dearborn','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48124,'Dearborn','MI','42.294987','-83.250490',-5,1); -INSERT INTO zipcodes VALUES (48125,'Dearborn Heights','MI','42.277388','-83.259870',-5,1); -INSERT INTO zipcodes VALUES (48126,'Dearborn','MI','42.333787','-83.181790',-5,1); -INSERT INTO zipcodes VALUES (48127,'Dearborn Heights','MI','42.335687','-83.283320',-5,1); -INSERT INTO zipcodes VALUES (48128,'Dearborn','MI','42.320237','-83.268720',-5,1); -INSERT INTO zipcodes VALUES (48130,'Dexter','MI','42.344837','-83.899070',-5,1); -INSERT INTO zipcodes VALUES (48131,'Dundee','MI','41.965806','-83.671330',-5,1); -INSERT INTO zipcodes VALUES (48133,'Erie','MI','41.777302','-83.498180',-5,1); -INSERT INTO zipcodes VALUES (48134,'Flat Rock','MI','42.107026','-83.287110',-5,1); -INSERT INTO zipcodes VALUES (48135,'Garden City','MI','42.324338','-83.338200',-5,1); -INSERT INTO zipcodes VALUES (48136,'Garden City','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48137,'Gregory','MI','42.445724','-84.060780',-5,1); -INSERT INTO zipcodes VALUES (48138,'Grosse Ile','MI','42.130091','-83.160170',-5,1); -INSERT INTO zipcodes VALUES (48139,'Hamburg','MI','42.449117','-83.803320',-5,1); -INSERT INTO zipcodes VALUES (48140,'Ida','MI','41.876895','-83.581840',-5,1); -INSERT INTO zipcodes VALUES (48141,'Inkster','MI','42.292582','-83.314140',-5,1); -INSERT INTO zipcodes VALUES (48143,'Lakeland','MI','42.454366','-83.833720',-5,1); -INSERT INTO zipcodes VALUES (48144,'Lambertville','MI','41.754298','-83.630470',-5,1); -INSERT INTO zipcodes VALUES (48145,'La Salle','MI','41.846349','-83.446520',-5,1); -INSERT INTO zipcodes VALUES (48146,'Lincoln Park','MI','42.243488','-83.180970',-5,1); -INSERT INTO zipcodes VALUES (48150,'Livonia','MI','42.365936','-83.365130',-5,1); -INSERT INTO zipcodes VALUES (48151,'Livonia','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48152,'Livonia','MI','42.427835','-83.362990',-5,1); -INSERT INTO zipcodes VALUES (48153,'Livonia','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48154,'Livonia','MI','42.396194','-83.371610',-5,1); -INSERT INTO zipcodes VALUES (48157,'Luna Pier','MI','41.811196','-83.441410',-5,1); -INSERT INTO zipcodes VALUES (48158,'Manchester','MI','42.147840','-84.031230',-5,1); -INSERT INTO zipcodes VALUES (48159,'Maybee','MI','42.019680','-83.547560',-5,1); -INSERT INTO zipcodes VALUES (48160,'Milan','MI','42.081363','-83.684140',-5,1); -INSERT INTO zipcodes VALUES (48161,'Monroe','MI','41.904793','-83.416690',-5,1); -INSERT INTO zipcodes VALUES (48162,'Monroe','MI','41.940898','-83.385150',-5,1); -INSERT INTO zipcodes VALUES (48164,'New Boston','MI','42.128069','-83.387850',-5,1); -INSERT INTO zipcodes VALUES (48165,'New Hudson','MI','42.501401','-83.629160',-5,1); -INSERT INTO zipcodes VALUES (48166,'Newport','MI','41.988228','-83.298180',-5,1); -INSERT INTO zipcodes VALUES (48167,'Northville','MI','42.425506','-83.489450',-5,1); -INSERT INTO zipcodes VALUES (48168,'South Monroe','MI','41.885451','-83.418524',-5,1); -INSERT INTO zipcodes VALUES (48169,'Pinckney','MI','42.455063','-83.934250',-5,1); -INSERT INTO zipcodes VALUES (48170,'Plymouth','MI','42.370837','-83.485600',-5,1); -INSERT INTO zipcodes VALUES (48173,'Rockwood','MI','42.073793','-83.215750',-5,1); -INSERT INTO zipcodes VALUES (48174,'Romulus','MI','42.212372','-83.372230',-5,1); -INSERT INTO zipcodes VALUES (48175,'Salem','MI','42.405636','-83.578088',-5,1); -INSERT INTO zipcodes VALUES (48176,'Saline','MI','42.164890','-83.783870',-5,1); -INSERT INTO zipcodes VALUES (48177,'Samaria','MI','41.807647','-83.579334',-5,1); -INSERT INTO zipcodes VALUES (48178,'South Lyon','MI','42.456440','-83.666730',-5,1); -INSERT INTO zipcodes VALUES (48179,'South Rockwood','MI','42.049534','-83.261280',-5,1); -INSERT INTO zipcodes VALUES (48180,'Taylor','MI','42.231788','-83.264810',-5,1); -INSERT INTO zipcodes VALUES (48182,'Temperance','MI','41.773203','-83.577930',-5,1); -INSERT INTO zipcodes VALUES (48183,'Trenton','MI','42.137071','-83.214460',-5,1); -INSERT INTO zipcodes VALUES (48184,'Wayne','MI','42.276688','-83.378600',-5,1); -INSERT INTO zipcodes VALUES (48185,'Westland','MI','42.335937','-83.378000',-5,1); -INSERT INTO zipcodes VALUES (48186,'Westland','MI','42.293787','-83.374640',-5,1); -INSERT INTO zipcodes VALUES (48187,'Canton','MI','42.330870','-83.475750',-5,1); -INSERT INTO zipcodes VALUES (48188,'Canton','MI','42.289354','-83.474010',-5,1); -INSERT INTO zipcodes VALUES (48189,'Whitmore Lake','MI','42.422746','-83.780090',-5,1); -INSERT INTO zipcodes VALUES (48190,'Whittaker','MI','42.134658','-83.596840',-5,1); -INSERT INTO zipcodes VALUES (48191,'Willis','MI','42.121345','-83.570710',-5,1); -INSERT INTO zipcodes VALUES (48192,'Wyandotte','MI','42.199989','-83.174020',-5,1); -INSERT INTO zipcodes VALUES (48195,'Southgate','MI','42.205289','-83.198120',-5,1); -INSERT INTO zipcodes VALUES (48197,'Ypsilanti','MI','42.223482','-83.633160',-5,1); -INSERT INTO zipcodes VALUES (48198,'Ypsilanti','MI','42.247039','-83.582150',-5,1); -INSERT INTO zipcodes VALUES (48201,'Detroit','MI','42.343787','-83.058790',-5,1); -INSERT INTO zipcodes VALUES (48202,'Detroit','MI','42.375237','-83.078370',-5,1); -INSERT INTO zipcodes VALUES (48203,'Highland Park','MI','42.421936','-83.099810',-5,1); -INSERT INTO zipcodes VALUES (48204,'Detroit','MI','42.365337','-83.142540',-5,1); -INSERT INTO zipcodes VALUES (48205,'Detroit','MI','42.433703','-82.980680',-5,1); -INSERT INTO zipcodes VALUES (48206,'Detroit','MI','42.375787','-83.108490',-5,1); -INSERT INTO zipcodes VALUES (48207,'Detroit','MI','42.352837','-83.024490',-5,1); -INSERT INTO zipcodes VALUES (48208,'Detroit','MI','42.348937','-83.089940',-5,1); -INSERT INTO zipcodes VALUES (48209,'Detroit','MI','42.307088','-83.114670',-5,1); -INSERT INTO zipcodes VALUES (48210,'Detroit','MI','42.338137','-83.127850',-5,1); -INSERT INTO zipcodes VALUES (48211,'Detroit','MI','42.379019','-83.044830',-5,1); -INSERT INTO zipcodes VALUES (48212,'Hamtramck','MI','42.410037','-83.058260',-5,1); -INSERT INTO zipcodes VALUES (48213,'Detroit','MI','42.395904','-82.996320',-5,1); -INSERT INTO zipcodes VALUES (48214,'Detroit','MI','42.368137','-82.993140',-5,1); -INSERT INTO zipcodes VALUES (48215,'Detroit','MI','42.378287','-82.952430',-5,1); -INSERT INTO zipcodes VALUES (48216,'Detroit','MI','42.328338','-83.078050',-5,1); -INSERT INTO zipcodes VALUES (48217,'Detroit','MI','42.277738','-83.155200',-5,1); -INSERT INTO zipcodes VALUES (48218,'River Rouge','MI','42.269288','-83.136760',-5,1); -INSERT INTO zipcodes VALUES (48219,'Detroit','MI','42.425236','-83.249020',-5,1); -INSERT INTO zipcodes VALUES (48220,'Ferndale','MI','42.460986','-83.133980',-5,1); -INSERT INTO zipcodes VALUES (48221,'Detroit','MI','42.426786','-83.149690',-5,1); -INSERT INTO zipcodes VALUES (48222,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48223,'Detroit','MI','42.394586','-83.244220',-5,1); -INSERT INTO zipcodes VALUES (48224,'Detroit','MI','42.410487','-82.943480',-5,1); -INSERT INTO zipcodes VALUES (48225,'Harper Woods','MI','42.438186','-82.928300',-5,1); -INSERT INTO zipcodes VALUES (48226,'Detroit','MI','42.331821','-83.048880',-5,1); -INSERT INTO zipcodes VALUES (48227,'Detroit','MI','42.388786','-83.191800',-5,1); -INSERT INTO zipcodes VALUES (48228,'Detroit','MI','42.355437','-83.217220',-5,1); -INSERT INTO zipcodes VALUES (48229,'Ecorse','MI','42.250505','-83.148290',-5,1); -INSERT INTO zipcodes VALUES (48230,'Grosse Pointe','MI','42.386087','-82.924260',-5,1); -INSERT INTO zipcodes VALUES (48231,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48232,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48233,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48234,'Detroit','MI','42.432686','-83.044220',-5,1); -INSERT INTO zipcodes VALUES (48235,'Detroit','MI','42.427636','-83.195470',-5,1); -INSERT INTO zipcodes VALUES (48236,'Grosse Pointe','MI','42.425836','-82.900030',-5,1); -INSERT INTO zipcodes VALUES (48237,'Oak Park','MI','42.467235','-83.179520',-5,1); -INSERT INTO zipcodes VALUES (48238,'Detroit','MI','42.396736','-83.141520',-5,1); -INSERT INTO zipcodes VALUES (48239,'Redford','MI','42.379436','-83.291050',-5,1); -INSERT INTO zipcodes VALUES (48240,'Redford','MI','42.426285','-83.301970',-5,1); -INSERT INTO zipcodes VALUES (48242,'Detroit','MI','42.206490','-83.352970',-5,1); -INSERT INTO zipcodes VALUES (48243,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48244,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48246,'Independence','MI','42.712944','-83.348152',-5,1); -INSERT INTO zipcodes VALUES (48254,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48255,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48258,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48260,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48264,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48265,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48266,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48267,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48268,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48269,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48272,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48274,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48275,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48277,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48278,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48279,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48288,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48295,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48297,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48299,'Detroit','MI','42.239933','-83.150823',-5,1); -INSERT INTO zipcodes VALUES (48301,'Bloomfield Hills','MI','42.546445','-83.280830',-5,1); -INSERT INTO zipcodes VALUES (48302,'Bloomfield Hills','MI','42.586300','-83.297050',-5,1); -INSERT INTO zipcodes VALUES (48303,'Bloomfield Hills','MI','42.660091','-83.386300',-5,1); -INSERT INTO zipcodes VALUES (48304,'Bloomfield Hills','MI','42.586677','-83.229560',-5,1); -INSERT INTO zipcodes VALUES (48305,'Clinton','MI','42.569278','-82.911243',-5,1); -INSERT INTO zipcodes VALUES (48306,'Rochester','MI','42.708151','-83.165840',-5,1); -INSERT INTO zipcodes VALUES (48307,'Rochester','MI','42.662293','-83.127810',-5,1); -INSERT INTO zipcodes VALUES (48308,'Rochester','MI','42.638533','-83.131426',-5,1); -INSERT INTO zipcodes VALUES (48309,'Rochester','MI','42.662732','-83.181110',-5,1); -INSERT INTO zipcodes VALUES (48310,'Sterling Heights','MI','42.563644','-83.071580',-5,1); -INSERT INTO zipcodes VALUES (48311,'Sterling Heights','MI','42.672322','-82.903065',-5,1); -INSERT INTO zipcodes VALUES (48312,'Sterling Heights','MI','42.558151','-83.004460',-5,1); -INSERT INTO zipcodes VALUES (48313,'Sterling Heights','MI','42.598734','-82.999380',-5,1); -INSERT INTO zipcodes VALUES (48314,'Sterling Heights','MI','42.609789','-83.048440',-5,1); -INSERT INTO zipcodes VALUES (48315,'Utica','MI','42.662902','-82.993920',-5,1); -INSERT INTO zipcodes VALUES (48316,'Utica','MI','42.689632','-83.061540',-5,1); -INSERT INTO zipcodes VALUES (48317,'Utica','MI','42.639777','-83.042550',-5,1); -INSERT INTO zipcodes VALUES (48318,'Utica','MI','42.672322','-82.903065',-5,1); -INSERT INTO zipcodes VALUES (48320,'Keego Harbor','MI','42.611783','-83.337570',-5,1); -INSERT INTO zipcodes VALUES (48321,'Auburn Hills','MI','42.660091','-83.386300',-5,1); -INSERT INTO zipcodes VALUES (48322,'West Bloomfield','MI','42.541268','-83.375510',-5,1); -INSERT INTO zipcodes VALUES (48323,'West Bloomfield','MI','42.572442','-83.371590',-5,1); -INSERT INTO zipcodes VALUES (48324,'West Bloomfield','MI','42.595233','-83.399740',-5,1); -INSERT INTO zipcodes VALUES (48325,'West Bloomfield','MI','42.660091','-83.386300',-5,1); -INSERT INTO zipcodes VALUES (48326,'Auburn Hills','MI','42.661129','-83.245710',-5,1); -INSERT INTO zipcodes VALUES (48327,'Waterford','MI','42.642764','-83.402730',-5,1); -INSERT INTO zipcodes VALUES (48328,'Waterford','MI','42.642302','-83.351330',-5,1); -INSERT INTO zipcodes VALUES (48329,'Waterford','MI','42.688280','-83.389670',-5,1); -INSERT INTO zipcodes VALUES (48330,'Drayton Plains','MI','42.675435','-83.363697',-5,1); -INSERT INTO zipcodes VALUES (48331,'Farmington','MI','42.508809','-83.408750',-5,1); -INSERT INTO zipcodes VALUES (48332,'Farmington','MI','42.660091','-83.386300',-5,1); -INSERT INTO zipcodes VALUES (48333,'Farmington','MI','42.660091','-83.386300',-5,1); -INSERT INTO zipcodes VALUES (48334,'Farmington','MI','42.506500','-83.353630',-5,1); -INSERT INTO zipcodes VALUES (48335,'Farmington','MI','42.465142','-83.398530',-5,1); -INSERT INTO zipcodes VALUES (48336,'Farmington','MI','42.458502','-83.346400',-5,1); -INSERT INTO zipcodes VALUES (48340,'Pontiac','MI','42.668532','-83.295850',-5,1); -INSERT INTO zipcodes VALUES (48341,'Pontiac','MI','42.626947','-83.302430',-5,1); -INSERT INTO zipcodes VALUES (48342,'Pontiac','MI','42.644581','-83.282110',-5,1); -INSERT INTO zipcodes VALUES (48343,'Pontiac','MI','42.660091','-83.386300',-5,1); -INSERT INTO zipcodes VALUES (48346,'Clarkston','MI','42.720966','-83.404400',-5,1); -INSERT INTO zipcodes VALUES (48347,'Clarkston','MI','42.660091','-83.386300',-5,1); -INSERT INTO zipcodes VALUES (48348,'Clarkston','MI','42.768373','-83.378050',-5,1); -INSERT INTO zipcodes VALUES (48350,'Davisburg','MI','42.747677','-83.522830',-5,1); -INSERT INTO zipcodes VALUES (48353,'Hartland','MI','42.644709','-83.717920',-5,1); -INSERT INTO zipcodes VALUES (48356,'Highland','MI','42.664150','-83.589820',-5,1); -INSERT INTO zipcodes VALUES (48357,'Highland','MI','42.656281','-83.632970',-5,1); -INSERT INTO zipcodes VALUES (48359,'Lake Orion','MI','42.722932','-83.285370',-5,1); -INSERT INTO zipcodes VALUES (48360,'Lake Orion','MI','42.746280','-83.261200',-5,1); -INSERT INTO zipcodes VALUES (48361,'Lake Orion','MI','42.660091','-83.386300',-5,1); -INSERT INTO zipcodes VALUES (48362,'Lake Orion','MI','42.783379','-83.247100',-5,1); -INSERT INTO zipcodes VALUES (48363,'Oakland','MI','42.765582','-83.172810',-5,1); -INSERT INTO zipcodes VALUES (48366,'Lakeville','MI','42.803277','-83.184120',-5,1); -INSERT INTO zipcodes VALUES (48367,'Leonard','MI','42.838438','-83.144160',-5,1); -INSERT INTO zipcodes VALUES (48370,'Oxford','MI','42.820082','-83.209320',-5,1); -INSERT INTO zipcodes VALUES (48371,'Oxford','MI','42.823968','-83.279210',-5,1); -INSERT INTO zipcodes VALUES (48374,'Novi','MI','42.467945','-83.517660',-5,1); -INSERT INTO zipcodes VALUES (48375,'Novi','MI','42.462734','-83.458650',-5,1); -INSERT INTO zipcodes VALUES (48376,'Novi','MI','42.470984','-83.474785',-5,1); -INSERT INTO zipcodes VALUES (48377,'Novi','MI','42.511766','-83.473140',-5,1); -INSERT INTO zipcodes VALUES (48380,'Milford','MI','42.586597','-83.668260',-5,1); -INSERT INTO zipcodes VALUES (48381,'Milford','MI','42.571402','-83.593180',-5,1); -INSERT INTO zipcodes VALUES (48382,'Commerce Township','MI','42.593035','-83.489970',-5,1); -INSERT INTO zipcodes VALUES (48383,'White Lake','MI','42.657361','-83.545290',-5,1); -INSERT INTO zipcodes VALUES (48386,'White Lake','MI','42.642431','-83.471930',-5,1); -INSERT INTO zipcodes VALUES (48387,'Union Lake','MI','42.725300','-83.311605',-5,1); -INSERT INTO zipcodes VALUES (48390,'Walled Lake','MI','42.549483','-83.479690',-5,1); -INSERT INTO zipcodes VALUES (48391,'Walled Lake','MI','42.660091','-83.386300',-5,1); -INSERT INTO zipcodes VALUES (48393,'Wixom','MI','42.532251','-83.533780',-5,1); -INSERT INTO zipcodes VALUES (48396,'Wixom','MI','42.523233','-83.537887',-5,1); -INSERT INTO zipcodes VALUES (48397,'Warren','MI','42.491736','-83.040222',-5,1); -INSERT INTO zipcodes VALUES (48398,'Clawson','MI','42.660091','-83.386300',-5,1); -INSERT INTO zipcodes VALUES (48401,'Applegate','MI','43.357999','-82.654330',-5,1); -INSERT INTO zipcodes VALUES (48410,'Argyle','MI','43.558856','-82.945483',-5,1); -INSERT INTO zipcodes VALUES (48411,'Atlas','MI','42.940019','-83.536923',-5,1); -INSERT INTO zipcodes VALUES (48412,'Attica','MI','43.053648','-83.166510',-5,1); -INSERT INTO zipcodes VALUES (48413,'Bad Axe','MI','43.803691','-83.001810',-5,1); -INSERT INTO zipcodes VALUES (48414,'Bancroft','MI','42.869478','-84.076100',-5,1); -INSERT INTO zipcodes VALUES (48415,'Birch Run','MI','43.268788','-83.794860',-5,1); -INSERT INTO zipcodes VALUES (48416,'Brown City','MI','43.214645','-82.983560',-5,1); -INSERT INTO zipcodes VALUES (48417,'Burt','MI','43.262162','-83.939950',-5,1); -INSERT INTO zipcodes VALUES (48418,'Byron','MI','42.816358','-83.958840',-5,1); -INSERT INTO zipcodes VALUES (48419,'Carsonville','MI','43.420791','-82.641500',-5,1); -INSERT INTO zipcodes VALUES (48420,'Clio','MI','43.176375','-83.726000',-5,1); -INSERT INTO zipcodes VALUES (48421,'Columbiaville','MI','43.154173','-83.393300',-5,1); -INSERT INTO zipcodes VALUES (48422,'Croswell','MI','43.263998','-82.645730',-5,1); -INSERT INTO zipcodes VALUES (48423,'Davison','MI','43.029526','-83.521800',-5,1); -INSERT INTO zipcodes VALUES (48426,'Decker','MI','43.504610','-83.062890',-5,1); -INSERT INTO zipcodes VALUES (48427,'Deckerville','MI','43.519997','-82.712340',-5,1); -INSERT INTO zipcodes VALUES (48428,'Dryden','MI','42.936145','-83.134710',-5,1); -INSERT INTO zipcodes VALUES (48429,'Durand','MI','42.918766','-83.991480',-5,1); -INSERT INTO zipcodes VALUES (48430,'Fenton','MI','42.784590','-83.740740',-5,1); -INSERT INTO zipcodes VALUES (48432,'Filion','MI','43.898670','-83.012320',-5,1); -INSERT INTO zipcodes VALUES (48433,'Flushing','MI','43.072177','-83.848830',-5,1); -INSERT INTO zipcodes VALUES (48434,'Forestville','MI','43.661390','-82.609840',-5,1); -INSERT INTO zipcodes VALUES (48435,'Fostoria','MI','43.239123','-83.361950',-5,1); -INSERT INTO zipcodes VALUES (48436,'Gaines','MI','42.870299','-83.891440',-5,1); -INSERT INTO zipcodes VALUES (48437,'Genesee','MI','43.111009','-83.620160',-5,1); -INSERT INTO zipcodes VALUES (48438,'Goodrich','MI','42.911611','-83.484210',-5,1); -INSERT INTO zipcodes VALUES (48439,'Grand Blanc','MI','42.925677','-83.635850',-5,1); -INSERT INTO zipcodes VALUES (48440,'Hadley','MI','42.952899','-83.405360',-5,1); -INSERT INTO zipcodes VALUES (48441,'Harbor Beach','MI','43.812371','-82.692740',-5,1); -INSERT INTO zipcodes VALUES (48442,'Holly','MI','42.800191','-83.596800',-5,1); -INSERT INTO zipcodes VALUES (48444,'Imlay City','MI','43.038967','-83.060670',-5,1); -INSERT INTO zipcodes VALUES (48445,'Kinde','MI','43.952534','-83.020170',-5,1); -INSERT INTO zipcodes VALUES (48446,'Lapeer','MI','43.048777','-83.330730',-5,1); -INSERT INTO zipcodes VALUES (48448,'Sciota','MI','42.955783','-84.300929',-5,1); -INSERT INTO zipcodes VALUES (48449,'Lennon','MI','42.988946','-83.944680',-5,1); -INSERT INTO zipcodes VALUES (48450,'Lexington','MI','43.243891','-82.527010',-5,1); -INSERT INTO zipcodes VALUES (48451,'Linden','MI','42.800911','-83.813660',-5,1); -INSERT INTO zipcodes VALUES (48453,'Marlette','MI','43.336126','-83.032130',-5,1); -INSERT INTO zipcodes VALUES (48454,'Melvin','MI','43.198014','-82.825580',-5,1); -INSERT INTO zipcodes VALUES (48455,'Metamora','MI','42.938891','-83.294090',-5,1); -INSERT INTO zipcodes VALUES (48456,'Minden City','MI','43.660079','-82.746850',-5,1); -INSERT INTO zipcodes VALUES (48457,'Montrose','MI','43.182851','-83.895070',-5,1); -INSERT INTO zipcodes VALUES (48458,'Mount Morris','MI','43.116959','-83.690250',-5,1); -INSERT INTO zipcodes VALUES (48460,'New Lothrop','MI','43.131102','-83.984430',-5,1); -INSERT INTO zipcodes VALUES (48461,'North Branch','MI','43.210744','-83.205490',-5,1); -INSERT INTO zipcodes VALUES (48462,'Ortonville','MI','42.843910','-83.431090',-5,1); -INSERT INTO zipcodes VALUES (48463,'Otisville','MI','43.167457','-83.525420',-5,1); -INSERT INTO zipcodes VALUES (48464,'Otter Lake','MI','43.219132','-83.422270',-5,1); -INSERT INTO zipcodes VALUES (48465,'Palms','MI','43.618879','-82.687400',-5,1); -INSERT INTO zipcodes VALUES (48466,'Peck','MI','43.264205','-82.816740',-5,1); -INSERT INTO zipcodes VALUES (48467,'Port Austin','MI','44.023181','-83.002410',-5,1); -INSERT INTO zipcodes VALUES (48468,'Port Hope','MI','43.938529','-82.775140',-5,1); -INSERT INTO zipcodes VALUES (48469,'Port Sanilac','MI','43.452038','-82.549480',-5,1); -INSERT INTO zipcodes VALUES (48470,'Ruth','MI','43.736207','-82.750050',-5,1); -INSERT INTO zipcodes VALUES (48471,'Sandusky','MI','43.418054','-82.836870',-5,1); -INSERT INTO zipcodes VALUES (48472,'Snover','MI','43.512287','-82.963500',-5,1); -INSERT INTO zipcodes VALUES (48473,'Swartz Creek','MI','42.950128','-83.826120',-5,1); -INSERT INTO zipcodes VALUES (48475,'Ubly','MI','43.673699','-82.925700',-5,1); -INSERT INTO zipcodes VALUES (48476,'Vernon','MI','42.939379','-84.031660',-5,1); -INSERT INTO zipcodes VALUES (48501,'Flint','MI','42.965926','-83.780835',-5,1); -INSERT INTO zipcodes VALUES (48502,'Flint','MI','43.014077','-83.690120',-5,1); -INSERT INTO zipcodes VALUES (48503,'Flint','MI','43.011227','-83.692910',-5,1); -INSERT INTO zipcodes VALUES (48504,'Flint','MI','43.043627','-83.731260',-5,1); -INSERT INTO zipcodes VALUES (48505,'Flint','MI','43.062076','-83.697280',-5,1); -INSERT INTO zipcodes VALUES (48506,'Flint','MI','43.047826','-83.646880',-5,1); -INSERT INTO zipcodes VALUES (48507,'Flint','MI','42.973263','-83.701420',-5,1); -INSERT INTO zipcodes VALUES (48509,'Burton','MI','43.020176','-83.604330',-5,1); -INSERT INTO zipcodes VALUES (48519,'Burton','MI','42.984777','-83.611550',-5,1); -INSERT INTO zipcodes VALUES (48529,'Burton','MI','42.972477','-83.670850',-5,1); -INSERT INTO zipcodes VALUES (48531,'Flint','MI','43.002000','-83.692507',-5,1); -INSERT INTO zipcodes VALUES (48532,'Flint','MI','43.005477','-83.760980',-5,1); -INSERT INTO zipcodes VALUES (48550,'Flint','MI','43.034927','-83.688706',-5,1); -INSERT INTO zipcodes VALUES (48551,'Flint','MI','42.978995','-83.713124',-5,1); -INSERT INTO zipcodes VALUES (48552,'Flint','MI','42.977895','-83.713074',-5,1); -INSERT INTO zipcodes VALUES (48553,'Flint','MI','42.973627','-83.720306',-5,1); -INSERT INTO zipcodes VALUES (48554,'Flint','MI','42.972244','-83.794630',-5,1); -INSERT INTO zipcodes VALUES (48555,'Flint','MI','43.011277','-83.710756',-5,1); -INSERT INTO zipcodes VALUES (48556,'Flint','MI','43.032677','-83.646255',-5,1); -INSERT INTO zipcodes VALUES (48557,'Flint','MI','43.080578','-83.783675',-5,1); -INSERT INTO zipcodes VALUES (48559,'Flint','MI','43.002000','-83.692507',-5,1); -INSERT INTO zipcodes VALUES (48563,'Markey','MI','44.407339','-84.695963',-5,1); -INSERT INTO zipcodes VALUES (48567,'Flint','MI','42.993102','-83.655654',-5,1); -INSERT INTO zipcodes VALUES (48601,'Saginaw','MI','43.413975','-83.914270',-5,1); -INSERT INTO zipcodes VALUES (48602,'Saginaw','MI','43.423925','-83.971420',-5,1); -INSERT INTO zipcodes VALUES (48603,'Saginaw','MI','43.441975','-84.011770',-5,1); -INSERT INTO zipcodes VALUES (48604,'Saginaw','MI','43.473075','-83.944790',-5,1); -INSERT INTO zipcodes VALUES (48605,'Saginaw','MI','43.458776','-84.051827',-5,1); -INSERT INTO zipcodes VALUES (48606,'Saginaw','MI','43.348535','-84.032612',-5,1); -INSERT INTO zipcodes VALUES (48607,'Saginaw','MI','43.431375','-83.932670',-5,1); -INSERT INTO zipcodes VALUES (48608,'Saginaw','MI','43.348535','-84.032612',-5,1); -INSERT INTO zipcodes VALUES (48609,'Saginaw','MI','43.401530','-84.094380',-5,1); -INSERT INTO zipcodes VALUES (48610,'Alger','MI','44.142282','-84.144970',-5,1); -INSERT INTO zipcodes VALUES (48611,'Auburn','MI','43.617796','-84.079180',-5,1); -INSERT INTO zipcodes VALUES (48612,'Beaverton','MI','43.877870','-84.420780',-5,1); -INSERT INTO zipcodes VALUES (48613,'Bentley','MI','43.937240','-84.128890',-5,1); -INSERT INTO zipcodes VALUES (48614,'Brant','MI','43.251180','-84.298160',-5,1); -INSERT INTO zipcodes VALUES (48615,'Breckenridge','MI','43.422568','-84.474330',-5,1); -INSERT INTO zipcodes VALUES (48616,'Chesaning','MI','43.190239','-84.119870',-5,1); -INSERT INTO zipcodes VALUES (48617,'Clare','MI','43.828266','-84.742190',-5,1); -INSERT INTO zipcodes VALUES (48618,'Coleman','MI','43.747084','-84.556690',-5,1); -INSERT INTO zipcodes VALUES (48619,'Comins','MI','44.825431','-84.046950',-5,1); -INSERT INTO zipcodes VALUES (48620,'Edenville','MI','43.807728','-84.377850',-5,1); -INSERT INTO zipcodes VALUES (48621,'Fairview','MI','44.718279','-83.987950',-5,1); -INSERT INTO zipcodes VALUES (48622,'Farwell','MI','43.840787','-84.867340',-5,1); -INSERT INTO zipcodes VALUES (48623,'Freeland','MI','43.518309','-84.133700',-5,1); -INSERT INTO zipcodes VALUES (48624,'Gladwin','MI','44.041529','-84.465030',-5,1); -INSERT INTO zipcodes VALUES (48625,'Harrison','MI','44.052759','-84.839590',-5,1); -INSERT INTO zipcodes VALUES (48626,'Hemlock','MI','43.416335','-84.223840',-5,1); -INSERT INTO zipcodes VALUES (48627,'Higgins Lake','MI','44.462149','-84.747000',-5,1); -INSERT INTO zipcodes VALUES (48628,'Hope','MI','43.807162','-84.337890',-5,1); -INSERT INTO zipcodes VALUES (48629,'Houghton Lake','MI','44.305812','-84.755890',-5,1); -INSERT INTO zipcodes VALUES (48630,'Houghton Lake Heights','MI','44.327064','-84.774050',-5,1); -INSERT INTO zipcodes VALUES (48631,'Kawkawlin','MI','43.675790','-83.979730',-5,1); -INSERT INTO zipcodes VALUES (48632,'Lake','MI','43.864435','-85.008640',-5,1); -INSERT INTO zipcodes VALUES (48633,'Lake George','MI','43.959478','-84.938610',-5,1); -INSERT INTO zipcodes VALUES (48634,'Linwood','MI','43.748816','-84.012170',-5,1); -INSERT INTO zipcodes VALUES (48635,'Lupton','MI','44.399711','-83.994440',-5,1); -INSERT INTO zipcodes VALUES (48636,'Luzerne','MI','44.616344','-84.277840',-5,1); -INSERT INTO zipcodes VALUES (48637,'Merrill','MI','43.410627','-84.339260',-5,1); -INSERT INTO zipcodes VALUES (48640,'Midland','MI','43.605457','-84.272340',-5,1); -INSERT INTO zipcodes VALUES (48641,'Midland','MI','43.538252','-84.387753',-5,1); -INSERT INTO zipcodes VALUES (48642,'Midland','MI','43.652404','-84.216710',-5,1); -INSERT INTO zipcodes VALUES (48647,'Mio','MI','44.654024','-84.103880',-5,1); -INSERT INTO zipcodes VALUES (48649,'Oakley','MI','43.150386','-84.197600',-5,1); -INSERT INTO zipcodes VALUES (48650,'Pinconning','MI','43.851276','-83.979010',-5,1); -INSERT INTO zipcodes VALUES (48651,'Prudenville','MI','44.258616','-84.646000',-5,1); -INSERT INTO zipcodes VALUES (48652,'Rhodes','MI','43.862479','-84.196410',-5,1); -INSERT INTO zipcodes VALUES (48653,'Roscommon','MI','44.484145','-84.660890',-5,1); -INSERT INTO zipcodes VALUES (48654,'Rose City','MI','44.468977','-84.196080',-5,1); -INSERT INTO zipcodes VALUES (48655,'Saint Charles','MI','43.297082','-84.146520',-5,1); -INSERT INTO zipcodes VALUES (48656,'Saint Helen','MI','44.360384','-84.438150',-5,1); -INSERT INTO zipcodes VALUES (48657,'Sanford','MI','43.697840','-84.391690',-5,1); -INSERT INTO zipcodes VALUES (48658,'Standish','MI','43.985129','-83.936280',-5,1); -INSERT INTO zipcodes VALUES (48659,'Sterling','MI','44.080925','-84.025060',-5,1); -INSERT INTO zipcodes VALUES (48661,'West Branch','MI','44.288158','-84.211620',-5,1); -INSERT INTO zipcodes VALUES (48662,'Wheeler','MI','43.400958','-84.416720',-5,1); -INSERT INTO zipcodes VALUES (48663,'Saginaw','MI','43.467315','-83.975475',-5,1); -INSERT INTO zipcodes VALUES (48667,'Midland','MI','43.647297','-84.387331',-5,1); -INSERT INTO zipcodes VALUES (48670,'Midland','MI','43.637471','-84.256758',-5,1); -INSERT INTO zipcodes VALUES (48674,'Midland','MI','43.612884','-84.197125',-5,1); -INSERT INTO zipcodes VALUES (48686,'Midland','MI','43.647297','-84.387331',-5,1); -INSERT INTO zipcodes VALUES (48701,'Akron','MI','43.587817','-83.534680',-5,1); -INSERT INTO zipcodes VALUES (48703,'Au Gres','MI','44.064340','-83.658210',-5,1); -INSERT INTO zipcodes VALUES (48705,'Barton City','MI','44.708179','-83.636810',-5,1); -INSERT INTO zipcodes VALUES (48706,'Bay City','MI','43.607523','-83.916200',-5,1); -INSERT INTO zipcodes VALUES (48707,'Bay City','MI','43.737798','-83.933337',-5,1); -INSERT INTO zipcodes VALUES (48708,'Bay City','MI','43.583323','-83.878690',-5,1); -INSERT INTO zipcodes VALUES (48710,'University Center','MI','43.556574','-83.994328',-5,1); -INSERT INTO zipcodes VALUES (48720,'Bay Port','MI','43.831509','-83.348870',-5,1); -INSERT INTO zipcodes VALUES (48721,'Black River','MI','44.796520','-83.329070',-5,1); -INSERT INTO zipcodes VALUES (48722,'Bridgeport','MI','43.346632','-83.846360',-5,1); -INSERT INTO zipcodes VALUES (48723,'Caro','MI','43.490117','-83.388100',-5,1); -INSERT INTO zipcodes VALUES (48724,'Carrollton','MI','43.460075','-83.927720',-5,1); -INSERT INTO zipcodes VALUES (48725,'Caseville','MI','43.944466','-83.239740',-5,1); -INSERT INTO zipcodes VALUES (48726,'Cass City','MI','43.604819','-83.178890',-5,1); -INSERT INTO zipcodes VALUES (48727,'Clifford','MI','43.314176','-83.181150',-5,1); -INSERT INTO zipcodes VALUES (48728,'Curran','MI','44.746486','-83.838820',-5,1); -INSERT INTO zipcodes VALUES (48729,'Deford','MI','43.492259','-83.178740',-5,1); -INSERT INTO zipcodes VALUES (48730,'East Tawas','MI','44.335904','-83.485160',-5,1); -INSERT INTO zipcodes VALUES (48731,'Elkton','MI','43.830140','-83.161430',-5,1); -INSERT INTO zipcodes VALUES (48732,'Essexville','MI','43.605861','-83.812980',-5,1); -INSERT INTO zipcodes VALUES (48733,'Fairgrove','MI','43.542822','-83.612670',-5,1); -INSERT INTO zipcodes VALUES (48734,'Frankenmuth','MI','43.340413','-83.741230',-5,1); -INSERT INTO zipcodes VALUES (48735,'Gagetown','MI','43.664593','-83.260050',-5,1); -INSERT INTO zipcodes VALUES (48736,'Gilford','MI','43.494420','-83.624431',-5,1); -INSERT INTO zipcodes VALUES (48737,'Glennie','MI','44.546840','-83.709770',-5,1); -INSERT INTO zipcodes VALUES (48738,'Greenbush','MI','44.563997','-83.324590',-5,1); -INSERT INTO zipcodes VALUES (48739,'Hale','MI','44.379147','-83.835390',-5,1); -INSERT INTO zipcodes VALUES (48740,'Harrisville','MI','44.663477','-83.351600',-5,1); -INSERT INTO zipcodes VALUES (48741,'Kingston','MI','43.410781','-83.172480',-5,1); -INSERT INTO zipcodes VALUES (48742,'Lincoln','MI','44.725546','-83.438870',-5,1); -INSERT INTO zipcodes VALUES (48743,'Long Lake','MI','44.442563','-83.875380',-5,1); -INSERT INTO zipcodes VALUES (48744,'Mayville','MI','43.348960','-83.358830',-5,1); -INSERT INTO zipcodes VALUES (48745,'Mikado','MI','44.580133','-83.494410',-5,1); -INSERT INTO zipcodes VALUES (48746,'Millington','MI','43.274498','-83.538220',-5,1); -INSERT INTO zipcodes VALUES (48747,'Munger','MI','43.519522','-83.765290',-5,1); -INSERT INTO zipcodes VALUES (48748,'National City','MI','44.328794','-83.665790',-5,1); -INSERT INTO zipcodes VALUES (48749,'Omer','MI','44.046475','-83.875720',-5,1); -INSERT INTO zipcodes VALUES (48750,'Oscoda','MI','44.447318','-83.419270',-5,1); -INSERT INTO zipcodes VALUES (48754,'Owendale','MI','43.736747','-83.247460',-5,1); -INSERT INTO zipcodes VALUES (48755,'Pigeon','MI','43.856720','-83.285570',-5,1); -INSERT INTO zipcodes VALUES (48756,'Prescott','MI','44.206123','-83.993060',-5,1); -INSERT INTO zipcodes VALUES (48757,'Reese','MI','43.462775','-83.685640',-5,1); -INSERT INTO zipcodes VALUES (48758,'Richville','MI','43.407321','-83.676156',-5,1); -INSERT INTO zipcodes VALUES (48759,'Sebewaing','MI','43.737971','-83.430070',-5,1); -INSERT INTO zipcodes VALUES (48760,'Silverwood','MI','43.331961','-83.254030',-5,1); -INSERT INTO zipcodes VALUES (48761,'South Branch','MI','44.541060','-83.919150',-5,1); -INSERT INTO zipcodes VALUES (48762,'Spruce','MI','44.821813','-83.501810',-5,1); -INSERT INTO zipcodes VALUES (48763,'Tawas City','MI','44.250144','-83.558050',-5,1); -INSERT INTO zipcodes VALUES (48764,'Tawas City','MI','44.266549','-83.519166',-5,1); -INSERT INTO zipcodes VALUES (48765,'Turner','MI','44.147192','-83.737230',-5,1); -INSERT INTO zipcodes VALUES (48766,'Twining','MI','44.127342','-83.843690',-5,1); -INSERT INTO zipcodes VALUES (48767,'Unionville','MI','43.645608','-83.465270',-5,1); -INSERT INTO zipcodes VALUES (48768,'Vassar','MI','43.370434','-83.579170',-5,1); -INSERT INTO zipcodes VALUES (48769,'Tuscola','MI','43.327048','-83.657355',-5,1); -INSERT INTO zipcodes VALUES (48770,'Whittemore','MI','44.246004','-83.818490',-5,1); -INSERT INTO zipcodes VALUES (48787,'Frankenmuth','MI','43.334958','-83.749418',-5,1); -INSERT INTO zipcodes VALUES (48801,'Alma','MI','43.377113','-84.662560',-5,1); -INSERT INTO zipcodes VALUES (48802,'Alma','MI','43.389262','-84.666661',-5,1); -INSERT INTO zipcodes VALUES (48803,'Troy','MI','42.581148','-83.099010',-5,1); -INSERT INTO zipcodes VALUES (48804,'Mount Pleasant','MI','43.640574','-84.847417',-5,1); -INSERT INTO zipcodes VALUES (48805,'Okemos','MI','42.599184','-84.371973',-5,1); -INSERT INTO zipcodes VALUES (48806,'Ashley','MI','43.179346','-84.507650',-5,1); -INSERT INTO zipcodes VALUES (48807,'Bannister','MI','43.145475','-84.415790',-5,1); -INSERT INTO zipcodes VALUES (48808,'Bath','MI','42.821233','-84.460990',-5,1); -INSERT INTO zipcodes VALUES (48809,'Belding','MI','43.085313','-85.244780',-5,1); -INSERT INTO zipcodes VALUES (48811,'Carson City','MI','43.184647','-84.848710',-5,1); -INSERT INTO zipcodes VALUES (48812,'Cedar Lake','MI','43.413761','-84.975271',-5,1); -INSERT INTO zipcodes VALUES (48813,'Charlotte','MI','42.580076','-84.822800',-5,1); -INSERT INTO zipcodes VALUES (48815,'Clarksville','MI','42.841491','-85.250460',-5,1); -INSERT INTO zipcodes VALUES (48816,'Cohoctah','MI','42.757633','-83.938967',-5,1); -INSERT INTO zipcodes VALUES (48817,'Corunna','MI','43.000193','-84.063400',-5,1); -INSERT INTO zipcodes VALUES (48818,'Crystal','MI','43.272279','-84.909130',-5,1); -INSERT INTO zipcodes VALUES (48819,'Dansville','MI','42.552218','-84.276740',-5,1); -INSERT INTO zipcodes VALUES (48820,'Dewitt','MI','42.842438','-84.586120',-5,1); -INSERT INTO zipcodes VALUES (48821,'Dimondale','MI','42.645985','-84.647720',-5,1); -INSERT INTO zipcodes VALUES (48822,'Eagle','MI','42.828800','-84.763790',-5,1); -INSERT INTO zipcodes VALUES (48823,'East Lansing','MI','42.747922','-84.471430',-5,1); -INSERT INTO zipcodes VALUES (48824,'East Lansing','MI','42.725884','-84.479200',-5,1); -INSERT INTO zipcodes VALUES (48825,'East Lansing','MI','42.723784','-84.464775',-5,1); -INSERT INTO zipcodes VALUES (48826,'East Lansing','MI','42.599184','-84.371973',-5,1); -INSERT INTO zipcodes VALUES (48827,'Eaton Rapids','MI','42.507093','-84.657900',-5,1); -INSERT INTO zipcodes VALUES (48829,'Edmore','MI','43.404412','-85.030330',-5,1); -INSERT INTO zipcodes VALUES (48830,'Elm Hall','MI','43.362879','-84.836620',-5,1); -INSERT INTO zipcodes VALUES (48831,'Elsie','MI','43.098253','-84.377220',-5,1); -INSERT INTO zipcodes VALUES (48832,'Elwell','MI','43.411924','-84.776570',-5,1); -INSERT INTO zipcodes VALUES (48833,'Eureka','MI','42.944209','-84.600723',-5,1); -INSERT INTO zipcodes VALUES (48834,'Fenwick','MI','43.141649','-85.049480',-5,1); -INSERT INTO zipcodes VALUES (48835,'Fowler','MI','43.011103','-84.745890',-5,1); -INSERT INTO zipcodes VALUES (48836,'Fowlerville','MI','42.666646','-84.075420',-5,1); -INSERT INTO zipcodes VALUES (48837,'Grand Ledge','MI','42.749774','-84.750300',-5,1); -INSERT INTO zipcodes VALUES (48838,'Greenville','MI','43.179100','-85.265330',-5,1); -INSERT INTO zipcodes VALUES (48840,'Haslett','MI','42.760217','-84.390270',-5,1); -INSERT INTO zipcodes VALUES (48841,'Henderson','MI','43.104499','-84.235680',-5,1); -INSERT INTO zipcodes VALUES (48842,'Holt','MI','42.639235','-84.527020',-5,1); -INSERT INTO zipcodes VALUES (48843,'Howell','MI','42.612243','-83.918350',-5,1); -INSERT INTO zipcodes VALUES (48844,'Howell','MI','42.603479','-83.911173',-5,1); -INSERT INTO zipcodes VALUES (48845,'Hubbardston','MI','43.096466','-84.846270',-5,1); -INSERT INTO zipcodes VALUES (48846,'Ionia','MI','42.981932','-85.066790',-5,1); -INSERT INTO zipcodes VALUES (48847,'Ithaca','MI','43.269967','-84.591810',-5,1); -INSERT INTO zipcodes VALUES (48848,'Laingsburg','MI','42.884921','-84.356900',-5,1); -INSERT INTO zipcodes VALUES (48849,'Lake Odessa','MI','42.788151','-85.135650',-5,1); -INSERT INTO zipcodes VALUES (48850,'Lakeview','MI','43.447625','-85.256280',-5,1); -INSERT INTO zipcodes VALUES (48851,'Lyons','MI','42.962965','-84.946110',-5,1); -INSERT INTO zipcodes VALUES (48852,'Mcbrides','MI','43.355304','-85.043260',-5,1); -INSERT INTO zipcodes VALUES (48853,'Maple Rapids','MI','43.102399','-84.692780',-5,1); -INSERT INTO zipcodes VALUES (48854,'Mason','MI','42.582902','-84.447380',-5,1); -INSERT INTO zipcodes VALUES (48855,'Howell','MI','42.678059','-83.915592',-5,1); -INSERT INTO zipcodes VALUES (48856,'Middleton','MI','43.197414','-84.733360',-5,1); -INSERT INTO zipcodes VALUES (48857,'Morrice','MI','42.845703','-84.165810',-5,1); -INSERT INTO zipcodes VALUES (48858,'Mount Pleasant','MI','43.606160','-84.783060',-5,1); -INSERT INTO zipcodes VALUES (48859,'Mount Pleasant','MI','43.564736','-84.847297',-5,1); -INSERT INTO zipcodes VALUES (48860,'Muir','MI','43.026842','-84.926330',-5,1); -INSERT INTO zipcodes VALUES (48861,'Mulliken','MI','42.733673','-84.925750',-5,1); -INSERT INTO zipcodes VALUES (48862,'North Star','MI','43.356518','-84.497138',-5,1); -INSERT INTO zipcodes VALUES (48863,'Oak Grove','MI','42.603479','-83.911173',-5,1); -INSERT INTO zipcodes VALUES (48864,'Okemos','MI','42.702128','-84.419460',-5,1); -INSERT INTO zipcodes VALUES (48865,'Orleans','MI','43.090038','-85.117540',-5,1); -INSERT INTO zipcodes VALUES (48866,'Ovid','MI','42.997636','-84.376430',-5,1); -INSERT INTO zipcodes VALUES (48867,'Owosso','MI','42.996050','-84.178960',-5,1); -INSERT INTO zipcodes VALUES (48870,'Palo','MI','43.113587','-85.007665',-5,1); -INSERT INTO zipcodes VALUES (48871,'Perrinton','MI','43.160914','-84.683970',-5,1); -INSERT INTO zipcodes VALUES (48872,'Perry','MI','42.807435','-84.222910',-5,1); -INSERT INTO zipcodes VALUES (48873,'Pewamo','MI','42.987795','-84.842630',-5,1); -INSERT INTO zipcodes VALUES (48874,'Pompeii','MI','43.184467','-84.603200',-5,1); -INSERT INTO zipcodes VALUES (48875,'Portland','MI','42.864338','-84.912890',-5,1); -INSERT INTO zipcodes VALUES (48876,'Potterville','MI','42.640719','-84.738260',-5,1); -INSERT INTO zipcodes VALUES (48877,'Riverdale','MI','43.403224','-84.840620',-5,1); -INSERT INTO zipcodes VALUES (48878,'Rosebush','MI','43.713365','-84.777310',-5,1); -INSERT INTO zipcodes VALUES (48879,'Saint Johns','MI','42.998998','-84.577040',-5,1); -INSERT INTO zipcodes VALUES (48880,'Saint Louis','MI','43.422397','-84.600410',-5,1); -INSERT INTO zipcodes VALUES (48881,'Saranac','MI','42.929829','-85.209380',-5,1); -INSERT INTO zipcodes VALUES (48882,'Shaftsburg','MI','42.803973','-84.295949',-5,1); -INSERT INTO zipcodes VALUES (48883,'Shepherd','MI','43.534764','-84.682280',-5,1); -INSERT INTO zipcodes VALUES (48884,'Sheridan','MI','43.211070','-85.047720',-5,1); -INSERT INTO zipcodes VALUES (48885,'Sidney','MI','43.247555','-85.165870',-5,1); -INSERT INTO zipcodes VALUES (48886,'Six Lakes','MI','43.426703','-85.149980',-5,1); -INSERT INTO zipcodes VALUES (48887,'Smyrna','MI','42.944929','-85.074665',-5,1); -INSERT INTO zipcodes VALUES (48888,'Stanton','MI','43.297366','-85.105060',-5,1); -INSERT INTO zipcodes VALUES (48889,'Sumner','MI','43.293977','-84.794150',-5,1); -INSERT INTO zipcodes VALUES (48890,'Sunfield','MI','42.759217','-84.980540',-5,1); -INSERT INTO zipcodes VALUES (48891,'Vestaburg','MI','43.402185','-84.922160',-5,1); -INSERT INTO zipcodes VALUES (48892,'Webberville','MI','42.643684','-84.170110',-5,1); -INSERT INTO zipcodes VALUES (48893,'Weidman','MI','43.662482','-84.982440',-5,1); -INSERT INTO zipcodes VALUES (48894,'Westphalia','MI','42.928735','-84.799600',-5,1); -INSERT INTO zipcodes VALUES (48895,'Williamston','MI','42.686690','-84.278440',-5,1); -INSERT INTO zipcodes VALUES (48896,'Winn','MI','43.523617','-84.903070',-5,1); -INSERT INTO zipcodes VALUES (48897,'Woodland','MI','42.705285','-85.124490',-5,1); -INSERT INTO zipcodes VALUES (48901,'Lansing','MI','42.599184','-84.371973',-5,1); -INSERT INTO zipcodes VALUES (48906,'Lansing','MI','42.764167','-84.561530',-5,1); -INSERT INTO zipcodes VALUES (48907,'Lansing','MI','42.596071','-84.838206',-5,1); -INSERT INTO zipcodes VALUES (48908,'Lansing','MI','42.596071','-84.838206',-5,1); -INSERT INTO zipcodes VALUES (48909,'Lansing','MI','42.599184','-84.371973',-5,1); -INSERT INTO zipcodes VALUES (48910,'Lansing','MI','42.704435','-84.549150',-5,1); -INSERT INTO zipcodes VALUES (48911,'Lansing','MI','42.677335','-84.569130',-5,1); -INSERT INTO zipcodes VALUES (48912,'Lansing','MI','42.734434','-84.524970',-5,1); -INSERT INTO zipcodes VALUES (48913,'Lansing','MI','42.599184','-84.371973',-5,1); -INSERT INTO zipcodes VALUES (48915,'Lansing','MI','42.737701','-84.571060',-5,1); -INSERT INTO zipcodes VALUES (48916,'Lansing','MI','42.599184','-84.371973',-5,1); -INSERT INTO zipcodes VALUES (48917,'Lansing','MI','42.735535','-84.626980',-5,1); -INSERT INTO zipcodes VALUES (48918,'Lansing','MI','42.599184','-84.371973',-5,1); -INSERT INTO zipcodes VALUES (48919,'Lansing','MI','42.728585','-84.551728',-5,1); -INSERT INTO zipcodes VALUES (48921,'Lansing','MI','42.723735','-84.555629',-5,1); -INSERT INTO zipcodes VALUES (48922,'Lansing','MI','42.732535','-84.558679',-5,1); -INSERT INTO zipcodes VALUES (48924,'Lansing','MI','42.599184','-84.371973',-5,1); -INSERT INTO zipcodes VALUES (48929,'Lansing','MI','42.732535','-84.558679',-5,1); -INSERT INTO zipcodes VALUES (48930,'Lansing','MI','42.732535','-84.558679',-5,1); -INSERT INTO zipcodes VALUES (48933,'Lansing','MI','42.731885','-84.554920',-5,1); -INSERT INTO zipcodes VALUES (48937,'Lansing','MI','42.748734','-84.559029',-5,1); -INSERT INTO zipcodes VALUES (48950,'Lansing','MI','42.599184','-84.371973',-5,1); -INSERT INTO zipcodes VALUES (48956,'Lansing','MI','42.732535','-84.558679',-5,1); -INSERT INTO zipcodes VALUES (48980,'Lansing','MI','42.599184','-84.371973',-5,1); -INSERT INTO zipcodes VALUES (49001,'Kalamazoo','MI','42.278891','-85.551070',-5,1); -INSERT INTO zipcodes VALUES (49002,'Portage','MI','42.210792','-85.559580',-5,1); -INSERT INTO zipcodes VALUES (49003,'Kalamazoo','MI','42.245412','-85.529858',-5,1); -INSERT INTO zipcodes VALUES (49004,'Kalamazoo','MI','42.330089','-85.566350',-5,1); -INSERT INTO zipcodes VALUES (49005,'Kalamazoo','MI','42.323045','-85.493232',-5,1); -INSERT INTO zipcodes VALUES (49006,'Kalamazoo','MI','42.295005','-85.622470',-5,1); -INSERT INTO zipcodes VALUES (49007,'Kalamazoo','MI','42.297140','-85.585730',-5,1); -INSERT INTO zipcodes VALUES (49008,'Kalamazoo','MI','42.265490','-85.610980',-5,1); -INSERT INTO zipcodes VALUES (49009,'Kalamazoo','MI','42.272538','-85.692550',-5,1); -INSERT INTO zipcodes VALUES (49010,'Allegan','MI','42.531244','-85.874380',-5,1); -INSERT INTO zipcodes VALUES (49011,'Athens','MI','42.089314','-85.233330',-5,1); -INSERT INTO zipcodes VALUES (49012,'Augusta','MI','42.347289','-85.352420',-5,1); -INSERT INTO zipcodes VALUES (49013,'Bangor','MI','42.308798','-86.122010',-5,1); -INSERT INTO zipcodes VALUES (49014,'Battle Creek','MI','42.311089','-85.138450',-5,1); -INSERT INTO zipcodes VALUES (49015,'Battle Creek','MI','42.302440','-85.222940',-5,1); -INSERT INTO zipcodes VALUES (49016,'Battle Creek','MI','42.343810','-85.291360',-5,1); -INSERT INTO zipcodes VALUES (49017,'Battle Creek','MI','42.357140','-85.202570',-5,1); -INSERT INTO zipcodes VALUES (49018,'Battle Creek','MI','42.246402','-85.004511',-5,1); -INSERT INTO zipcodes VALUES (49019,'Kalamazoo','MI','42.245412','-85.529858',-5,1); -INSERT INTO zipcodes VALUES (49020,'Bedford','MI','42.246402','-85.004511',-5,1); -INSERT INTO zipcodes VALUES (49021,'Bellevue','MI','42.447038','-85.042640',-5,1); -INSERT INTO zipcodes VALUES (49022,'Benton Harbor','MI','42.108090','-86.418010',-5,1); -INSERT INTO zipcodes VALUES (49023,'Benton Harbor','MI','42.001551','-86.715294',-5,1); -INSERT INTO zipcodes VALUES (49024,'Portage','MI','42.216541','-85.617730',-5,1); -INSERT INTO zipcodes VALUES (49026,'Bloomingdale','MI','42.371729','-85.967900',-5,1); -INSERT INTO zipcodes VALUES (49027,'Breedsville','MI','42.345815','-86.079500',-5,1); -INSERT INTO zipcodes VALUES (49028,'Bronson','MI','41.850631','-85.189870',-5,1); -INSERT INTO zipcodes VALUES (49029,'Burlington','MI','42.142445','-85.097280',-5,1); -INSERT INTO zipcodes VALUES (49030,'Burr Oak','MI','41.854639','-85.329840',-5,1); -INSERT INTO zipcodes VALUES (49031,'Cassopolis','MI','41.907837','-85.989370',-5,1); -INSERT INTO zipcodes VALUES (49032,'Centreville','MI','41.924331','-85.510680',-5,1); -INSERT INTO zipcodes VALUES (49033,'Ceresco','MI','42.239592','-85.093070',-5,1); -INSERT INTO zipcodes VALUES (49034,'Climax','MI','42.239393','-85.334990',-5,1); -INSERT INTO zipcodes VALUES (49035,'Cloverdale','MI','42.595121','-85.308555',-5,1); -INSERT INTO zipcodes VALUES (49036,'Coldwater','MI','41.912776','-85.014200',-5,1); -INSERT INTO zipcodes VALUES (49038,'Coloma','MI','42.209307','-86.333700',-5,1); -INSERT INTO zipcodes VALUES (49039,'Hagar Shores','MI','42.224757','-86.372276',-5,1); -INSERT INTO zipcodes VALUES (49040,'Colon','MI','41.960856','-85.330590',-5,1); -INSERT INTO zipcodes VALUES (49041,'Comstock','MI','42.245412','-85.529858',-5,1); -INSERT INTO zipcodes VALUES (49042,'Constantine','MI','41.847413','-85.664110',-5,1); -INSERT INTO zipcodes VALUES (49043,'Covert','MI','42.296105','-86.266470',-5,1); -INSERT INTO zipcodes VALUES (49045,'Decatur','MI','42.105719','-85.994170',-5,1); -INSERT INTO zipcodes VALUES (49046,'Delton','MI','42.504149','-85.392570',-5,1); -INSERT INTO zipcodes VALUES (49047,'Dowagiac','MI','42.004729','-86.120800',-5,1); -INSERT INTO zipcodes VALUES (49048,'Kalamazoo','MI','42.292335','-85.525359',-5,1); -INSERT INTO zipcodes VALUES (49050,'Dowling','MI','42.504137','-85.245820',-5,1); -INSERT INTO zipcodes VALUES (49051,'East Leroy','MI','42.184303','-85.242280',-5,1); -INSERT INTO zipcodes VALUES (49052,'Fulton','MI','42.111949','-85.316730',-5,1); -INSERT INTO zipcodes VALUES (49053,'Galesburg','MI','42.289991','-85.416570',-5,1); -INSERT INTO zipcodes VALUES (49055,'Gobles','MI','42.373460','-85.857250',-5,1); -INSERT INTO zipcodes VALUES (49056,'Grand Junction','MI','42.395965','-86.054500',-5,1); -INSERT INTO zipcodes VALUES (49057,'Hartford','MI','42.199230','-86.169430',-5,1); -INSERT INTO zipcodes VALUES (49058,'Hastings','MI','42.642750','-85.292960',-5,1); -INSERT INTO zipcodes VALUES (49060,'Hickory Corners','MI','42.424387','-85.405500',-5,1); -INSERT INTO zipcodes VALUES (49061,'Jones','MI','41.878312','-85.815270',-5,1); -INSERT INTO zipcodes VALUES (49062,'Kendall','MI','42.361750','-85.814072',-5,1); -INSERT INTO zipcodes VALUES (49063,'Lacota','MI','42.393586','-86.209904',-5,1); -INSERT INTO zipcodes VALUES (49064,'Lawrence','MI','42.215357','-86.048220',-5,1); -INSERT INTO zipcodes VALUES (49065,'Lawton','MI','42.144087','-85.842050',-5,1); -INSERT INTO zipcodes VALUES (49066,'Leonidas','MI','42.037422','-85.356830',-5,1); -INSERT INTO zipcodes VALUES (49067,'Marcellus','MI','42.026876','-85.803300',-5,1); -INSERT INTO zipcodes VALUES (49068,'Marshall','MI','42.277837','-84.948690',-5,1); -INSERT INTO zipcodes VALUES (49069,'Marshall','MI','42.204494','-84.949919',-5,1); -INSERT INTO zipcodes VALUES (49070,'Martin','MI','42.540492','-85.636860',-5,1); -INSERT INTO zipcodes VALUES (49071,'Mattawan','MI','42.234417','-85.780700',-5,1); -INSERT INTO zipcodes VALUES (49072,'Mendon','MI','42.005815','-85.464280',-5,1); -INSERT INTO zipcodes VALUES (49073,'Nashville','MI','42.588988','-85.124000',-5,1); -INSERT INTO zipcodes VALUES (49074,'Nazareth','MI','42.245412','-85.529858',-5,1); -INSERT INTO zipcodes VALUES (49075,'Nottawa','MI','41.916374','-85.450290',-5,1); -INSERT INTO zipcodes VALUES (49076,'Olivet','MI','42.439324','-84.910410',-5,1); -INSERT INTO zipcodes VALUES (49077,'Oshtemo','MI','42.245412','-85.529858',-5,1); -INSERT INTO zipcodes VALUES (49078,'Otsego','MI','42.459989','-85.710690',-5,1); -INSERT INTO zipcodes VALUES (49079,'Paw Paw','MI','42.225140','-85.900020',-5,1); -INSERT INTO zipcodes VALUES (49080,'Plainwell','MI','42.462935','-85.612560',-5,1); -INSERT INTO zipcodes VALUES (49081,'Portage','MI','42.171777','-85.617824',-5,1); -INSERT INTO zipcodes VALUES (49082,'Quincy','MI','41.943472','-84.875590',-5,1); -INSERT INTO zipcodes VALUES (49083,'Richland','MI','42.379689','-85.450220',-5,1); -INSERT INTO zipcodes VALUES (49084,'Riverside','MI','42.178035','-86.385570',-5,1); -INSERT INTO zipcodes VALUES (49085,'Saint Joseph','MI','42.074435','-86.479350',-5,1); -INSERT INTO zipcodes VALUES (49087,'Schoolcraft','MI','42.117421','-85.675940',-5,1); -INSERT INTO zipcodes VALUES (49088,'Scotts','MI','42.187577','-85.426210',-5,1); -INSERT INTO zipcodes VALUES (49089,'Sherwood','MI','42.010485','-85.231980',-5,1); -INSERT INTO zipcodes VALUES (49090,'South Haven','MI','42.403593','-86.249120',-5,1); -INSERT INTO zipcodes VALUES (49091,'Sturgis','MI','41.822244','-85.432340',-5,1); -INSERT INTO zipcodes VALUES (49092,'Tekonsha','MI','42.097240','-84.975430',-5,1); -INSERT INTO zipcodes VALUES (49093,'Three Rivers','MI','41.958306','-85.638290',-5,1); -INSERT INTO zipcodes VALUES (49094,'Union City','MI','42.061370','-85.119710',-5,1); -INSERT INTO zipcodes VALUES (49095,'Vandalia','MI','41.916613','-85.890220',-5,1); -INSERT INTO zipcodes VALUES (49096,'Vermontville','MI','42.632220','-85.011880',-5,1); -INSERT INTO zipcodes VALUES (49097,'Vicksburg','MI','42.117028','-85.507300',-5,1); -INSERT INTO zipcodes VALUES (49098,'Watervliet','MI','42.186679','-86.257180',-5,1); -INSERT INTO zipcodes VALUES (49099,'White Pigeon','MI','41.792628','-85.672330',-5,1); -INSERT INTO zipcodes VALUES (49101,'Baroda','MI','41.944869','-86.488270',-5,1); -INSERT INTO zipcodes VALUES (49102,'Berrien Center','MI','41.949244','-86.269090',-5,1); -INSERT INTO zipcodes VALUES (49103,'Berrien Springs','MI','41.944691','-86.349790',-5,1); -INSERT INTO zipcodes VALUES (49104,'Berrien Springs','MI','42.001551','-86.715294',-5,1); -INSERT INTO zipcodes VALUES (49106,'Bridgman','MI','41.942630','-86.555860',-5,1); -INSERT INTO zipcodes VALUES (49107,'Buchanan','MI','41.830012','-86.383490',-5,1); -INSERT INTO zipcodes VALUES (49111,'Eau Claire','MI','42.022092','-86.290710',-5,1); -INSERT INTO zipcodes VALUES (49112,'Edwardsburg','MI','41.797792','-86.026160',-5,1); -INSERT INTO zipcodes VALUES (49113,'Galien','MI','41.801264','-86.503670',-5,1); -INSERT INTO zipcodes VALUES (49115,'Harbert','MI','41.876483','-86.637150',-5,1); -INSERT INTO zipcodes VALUES (49116,'Lakeside','MI','41.848782','-86.670440',-5,1); -INSERT INTO zipcodes VALUES (49117,'New Buffalo','MI','41.784691','-86.755190',-5,1); -INSERT INTO zipcodes VALUES (49119,'New Troy','MI','41.875968','-86.549190',-5,1); -INSERT INTO zipcodes VALUES (49120,'Niles','MI','41.828055','-86.239810',-5,1); -INSERT INTO zipcodes VALUES (49121,'Niles','MI','42.001551','-86.715294',-5,1); -INSERT INTO zipcodes VALUES (49125,'Sawyer','MI','41.890521','-86.593620',-5,1); -INSERT INTO zipcodes VALUES (49126,'Sodus','MI','42.036334','-86.374160',-5,1); -INSERT INTO zipcodes VALUES (49127,'Stevensville','MI','42.015092','-86.513510',-5,1); -INSERT INTO zipcodes VALUES (49128,'Three Oaks','MI','41.820452','-86.619840',-5,1); -INSERT INTO zipcodes VALUES (49129,'Union Pier','MI','41.827718','-86.692370',-5,1); -INSERT INTO zipcodes VALUES (49130,'Union','MI','41.787096','-85.836050',-5,1); -INSERT INTO zipcodes VALUES (49137,'Lyndon','MI','42.424092','-84.102395',-5,1); -INSERT INTO zipcodes VALUES (49157,'Richland','MI','44.215510','-85.298079',-5,1); -INSERT INTO zipcodes VALUES (49169,'Dickson','MI','44.304760','-86.015026',-5,1); -INSERT INTO zipcodes VALUES (49201,'Jackson','MI','42.252268','-84.388420',-5,1); -INSERT INTO zipcodes VALUES (49202,'Jackson','MI','42.262135','-84.410520',-5,1); -INSERT INTO zipcodes VALUES (49203,'Jackson','MI','42.227536','-84.409130',-5,1); -INSERT INTO zipcodes VALUES (49204,'Jackson','MI','42.252847','-84.213755',-5,1); -INSERT INTO zipcodes VALUES (49220,'Addison','MI','41.992765','-84.332900',-5,1); -INSERT INTO zipcodes VALUES (49221,'Adrian','MI','41.900927','-84.045850',-5,1); -INSERT INTO zipcodes VALUES (49224,'Albion','MI','42.261257','-84.751510',-5,1); -INSERT INTO zipcodes VALUES (49226,'Bloomingdale','MI','42.379469','-85.976841',-5,1); -INSERT INTO zipcodes VALUES (49227,'Allen','MI','41.956743','-84.765980',-5,1); -INSERT INTO zipcodes VALUES (49228,'Blissfield','MI','41.821595','-83.874350',-5,1); -INSERT INTO zipcodes VALUES (49229,'Britton','MI','41.991654','-83.826310',-5,1); -INSERT INTO zipcodes VALUES (49230,'Brooklyn','MI','42.089891','-84.227680',-5,1); -INSERT INTO zipcodes VALUES (49232,'Camden','MI','41.731009','-84.659930',-5,1); -INSERT INTO zipcodes VALUES (49233,'Cement City','MI','42.071196','-84.349400',-5,1); -INSERT INTO zipcodes VALUES (49234,'Clarklake','MI','42.121774','-84.363820',-5,1); -INSERT INTO zipcodes VALUES (49235,'Clayton','MI','41.853441','-84.207690',-5,1); -INSERT INTO zipcodes VALUES (49236,'Clinton','MI','42.067837','-83.957790',-5,1); -INSERT INTO zipcodes VALUES (49237,'Concord','MI','42.177223','-84.651000',-5,1); -INSERT INTO zipcodes VALUES (49238,'Deerfield','MI','41.910884','-83.786990',-5,1); -INSERT INTO zipcodes VALUES (49239,'Frontier','MI','41.782499','-84.604662',-5,1); -INSERT INTO zipcodes VALUES (49240,'Grass Lake','MI','42.284771','-84.189710',-5,1); -INSERT INTO zipcodes VALUES (49241,'Hanover','MI','42.107907','-84.603340',-5,1); -INSERT INTO zipcodes VALUES (49242,'Hillsdale','MI','41.899580','-84.626240',-5,1); -INSERT INTO zipcodes VALUES (49245,'Homer','MI','42.147222','-84.807890',-5,1); -INSERT INTO zipcodes VALUES (49246,'Horton','MI','42.118019','-84.493380',-5,1); -INSERT INTO zipcodes VALUES (49247,'Hudson','MI','41.857385','-84.349070',-5,1); -INSERT INTO zipcodes VALUES (49248,'Jasper','MI','41.766891','-84.013950',-5,1); -INSERT INTO zipcodes VALUES (49249,'Jerome','MI','42.048979','-84.439600',-5,1); -INSERT INTO zipcodes VALUES (49250,'Jonesville','MI','42.018585','-84.645480',-5,1); -INSERT INTO zipcodes VALUES (49251,'Leslie','MI','42.464769','-84.411160',-5,1); -INSERT INTO zipcodes VALUES (49252,'Litchfield','MI','42.034427','-84.770460',-5,1); -INSERT INTO zipcodes VALUES (49253,'Manitou Beach','MI','41.974999','-84.279720',-5,1); -INSERT INTO zipcodes VALUES (49254,'Michigan Center','MI','42.230336','-84.325970',-5,1); -INSERT INTO zipcodes VALUES (49255,'Montgomery','MI','41.776287','-84.837600',-5,1); -INSERT INTO zipcodes VALUES (49256,'Morenci','MI','41.746349','-84.215570',-5,1); -INSERT INTO zipcodes VALUES (49257,'Moscow','MI','42.054795','-84.503905',-5,1); -INSERT INTO zipcodes VALUES (49258,'Mosherville','MI','41.884795','-84.593491',-5,1); -INSERT INTO zipcodes VALUES (49259,'Munith','MI','42.371819','-84.258860',-5,1); -INSERT INTO zipcodes VALUES (49261,'Napoleon','MI','42.164338','-84.245750',-5,1); -INSERT INTO zipcodes VALUES (49262,'North Adams','MI','41.963683','-84.468240',-5,1); -INSERT INTO zipcodes VALUES (49263,'Norvell','MI','42.158739','-84.182740',-5,1); -INSERT INTO zipcodes VALUES (49264,'Onondaga','MI','42.443387','-84.560220',-5,1); -INSERT INTO zipcodes VALUES (49265,'Onsted','MI','42.020199','-84.167960',-5,1); -INSERT INTO zipcodes VALUES (49266,'Osseo','MI','41.844894','-84.552440',-5,1); -INSERT INTO zipcodes VALUES (49267,'Ottawa Lake','MI','41.757599','-83.709510',-5,1); -INSERT INTO zipcodes VALUES (49268,'Palmyra','MI','41.869086','-83.938580',-5,1); -INSERT INTO zipcodes VALUES (49269,'Parma','MI','42.285987','-84.593050',-5,1); -INSERT INTO zipcodes VALUES (49270,'Petersburg','MI','41.886364','-83.695560',-5,1); -INSERT INTO zipcodes VALUES (49271,'Pittsford','MI','41.832213','-84.454040',-5,1); -INSERT INTO zipcodes VALUES (49272,'Pleasant Lake','MI','42.398355','-84.344710',-5,1); -INSERT INTO zipcodes VALUES (49274,'Reading','MI','41.843254','-84.752630',-5,1); -INSERT INTO zipcodes VALUES (49275,'Ridgeway','MI','41.988026','-83.865674',-5,1); -INSERT INTO zipcodes VALUES (49276,'Riga','MI','41.798043','-83.794330',-5,1); -INSERT INTO zipcodes VALUES (49277,'Rives Junction','MI','42.395023','-84.461440',-5,1); -INSERT INTO zipcodes VALUES (49278,'Rollin','MI','41.912292','-84.326520',-5,1); -INSERT INTO zipcodes VALUES (49279,'Sand Creek','MI','41.791959','-84.108660',-5,1); -INSERT INTO zipcodes VALUES (49280,'Seneca','MI','41.795830','-84.186608',-5,1); -INSERT INTO zipcodes VALUES (49281,'Somerset','MI','42.050744','-84.377620',-5,1); -INSERT INTO zipcodes VALUES (49282,'Somerset Center','MI','42.050628','-84.399020',-5,1); -INSERT INTO zipcodes VALUES (49283,'Spring Arbor','MI','42.203838','-84.552430',-5,1); -INSERT INTO zipcodes VALUES (49284,'Springport','MI','42.388060','-84.708680',-5,1); -INSERT INTO zipcodes VALUES (49285,'Stockbridge','MI','42.458785','-84.193740',-5,1); -INSERT INTO zipcodes VALUES (49286,'Tecumseh','MI','42.012268','-83.938780',-5,1); -INSERT INTO zipcodes VALUES (49287,'Tipton','MI','42.035005','-84.091540',-5,1); -INSERT INTO zipcodes VALUES (49288,'Waldron','MI','41.733173','-84.447720',-5,1); -INSERT INTO zipcodes VALUES (49289,'Weston','MI','41.770793','-84.099960',-5,1); -INSERT INTO zipcodes VALUES (49301,'Ada','MI','42.972520','-85.477980',-5,1); -INSERT INTO zipcodes VALUES (49302,'Alto','MI','42.834137','-85.418890',-5,1); -INSERT INTO zipcodes VALUES (49303,'Bailey','MI','43.271422','-85.840230',-5,1); -INSERT INTO zipcodes VALUES (49304,'Baldwin','MI','43.895264','-85.881570',-5,1); -INSERT INTO zipcodes VALUES (49305,'Barryton','MI','43.747406','-85.163040',-5,1); -INSERT INTO zipcodes VALUES (49306,'Belmont','MI','43.078615','-85.593180',-5,1); -INSERT INTO zipcodes VALUES (49307,'Big Rapids','MI','43.697651','-85.478150',-5,1); -INSERT INTO zipcodes VALUES (49309,'Bitely','MI','43.747881','-85.860940',-5,1); -INSERT INTO zipcodes VALUES (49310,'Blanchard','MI','43.523037','-85.048760',-5,1); -INSERT INTO zipcodes VALUES (49311,'Bradley','MI','42.633006','-85.643043',-5,1); -INSERT INTO zipcodes VALUES (49312,'Brohman','MI','43.693086','-85.819620',-5,1); -INSERT INTO zipcodes VALUES (49314,'Burnips','MI','42.731193','-85.840372',-5,1); -INSERT INTO zipcodes VALUES (49315,'Byron Center','MI','42.802932','-85.725420',-5,1); -INSERT INTO zipcodes VALUES (49316,'Caledonia','MI','42.794914','-85.550910',-5,1); -INSERT INTO zipcodes VALUES (49317,'Cannonsburg','MI','43.071201','-85.480856',-5,1); -INSERT INTO zipcodes VALUES (49318,'Casnovia','MI','43.227240','-85.820540',-5,1); -INSERT INTO zipcodes VALUES (49319,'Cedar Springs','MI','43.224155','-85.548110',-5,1); -INSERT INTO zipcodes VALUES (49320,'Chippewa Lake','MI','43.755335','-85.278303',-5,1); -INSERT INTO zipcodes VALUES (49321,'Comstock Park','MI','43.059661','-85.673840',-5,1); -INSERT INTO zipcodes VALUES (49322,'Coral','MI','43.368957','-85.372820',-5,1); -INSERT INTO zipcodes VALUES (49323,'Dorr','MI','42.721597','-85.778790',-5,1); -INSERT INTO zipcodes VALUES (49325,'Freeport','MI','42.763599','-85.310260',-5,1); -INSERT INTO zipcodes VALUES (49326,'Gowen','MI','43.244538','-85.342170',-5,1); -INSERT INTO zipcodes VALUES (49327,'Grant','MI','43.340220','-85.825660',-5,1); -INSERT INTO zipcodes VALUES (49328,'Hopkins','MI','42.634199','-85.758090',-5,1); -INSERT INTO zipcodes VALUES (49329,'Howard City','MI','43.405689','-85.477440',-5,1); -INSERT INTO zipcodes VALUES (49330,'Kent City','MI','43.231933','-85.737680',-5,1); -INSERT INTO zipcodes VALUES (49331,'Lowell','MI','42.944838','-85.349280',-5,1); -INSERT INTO zipcodes VALUES (49332,'Mecosta','MI','43.623053','-85.258830',-5,1); -INSERT INTO zipcodes VALUES (49333,'Middleville','MI','42.689437','-85.464660',-5,1); -INSERT INTO zipcodes VALUES (49335,'Moline','MI','42.739942','-85.665430',-5,1); -INSERT INTO zipcodes VALUES (49336,'Morley','MI','43.494361','-85.431840',-5,1); -INSERT INTO zipcodes VALUES (49337,'Newaygo','MI','43.430588','-85.735150',-5,1); -INSERT INTO zipcodes VALUES (49338,'Paris','MI','43.764906','-85.572230',-5,1); -INSERT INTO zipcodes VALUES (49339,'Pierson','MI','43.335474','-85.495360',-5,1); -INSERT INTO zipcodes VALUES (49340,'Remus','MI','43.617313','-85.096040',-5,1); -INSERT INTO zipcodes VALUES (49341,'Rockford','MI','43.117214','-85.518900',-5,1); -INSERT INTO zipcodes VALUES (49342,'Rodney','MI','43.696188','-85.309960',-5,1); -INSERT INTO zipcodes VALUES (49343,'Sand Lake','MI','43.291089','-85.508120',-5,1); -INSERT INTO zipcodes VALUES (49344,'Shelbyville','MI','42.588087','-85.582400',-5,1); -INSERT INTO zipcodes VALUES (49345,'Sparta','MI','43.161106','-85.699520',-5,1); -INSERT INTO zipcodes VALUES (49346,'Stanwood','MI','43.587286','-85.378330',-5,1); -INSERT INTO zipcodes VALUES (49347,'Trufant','MI','43.315700','-85.352850',-5,1); -INSERT INTO zipcodes VALUES (49348,'Wayland','MI','42.681969','-85.627610',-5,1); -INSERT INTO zipcodes VALUES (49349,'White Cloud','MI','43.572190','-85.766620',-5,1); -INSERT INTO zipcodes VALUES (49351,'Rockford','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49355,'Ada','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49356,'Ada','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49357,'Ada','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49368,'Slagle','MI','44.321979','-85.713857',-5,1); -INSERT INTO zipcodes VALUES (49394,'Lincoln','MI','43.600340','-85.820810',-5,1); -INSERT INTO zipcodes VALUES (49401,'Allendale','MI','42.973667','-85.931800',-5,1); -INSERT INTO zipcodes VALUES (49402,'Branch','MI','43.930995','-86.054210',-5,1); -INSERT INTO zipcodes VALUES (49403,'Conklin','MI','43.125652','-85.849830',-5,1); -INSERT INTO zipcodes VALUES (49404,'Coopersville','MI','43.065070','-85.945160',-5,1); -INSERT INTO zipcodes VALUES (49405,'Custer','MI','43.907681','-86.190140',-5,1); -INSERT INTO zipcodes VALUES (49406,'Douglas','MI','42.643315','-86.204040',-5,1); -INSERT INTO zipcodes VALUES (49408,'Fennville','MI','42.575519','-86.124610',-5,1); -INSERT INTO zipcodes VALUES (49409,'Ferrysburg','MI','43.080865','-86.215413',-5,1); -INSERT INTO zipcodes VALUES (49410,'Fountain','MI','44.016249','-86.140280',-5,1); -INSERT INTO zipcodes VALUES (49411,'Free Soil','MI','44.100701','-86.266200',-5,1); -INSERT INTO zipcodes VALUES (49412,'Fremont','MI','43.464943','-85.950050',-5,1); -INSERT INTO zipcodes VALUES (49413,'Fremont','MI','43.554311','-85.800884',-5,1); -INSERT INTO zipcodes VALUES (49415,'Fruitport','MI','43.135994','-86.133480',-5,1); -INSERT INTO zipcodes VALUES (49416,'Glenn','MI','42.630533','-86.072032',-5,1); -INSERT INTO zipcodes VALUES (49417,'Grand Haven','MI','43.041170','-86.190130',-5,1); -INSERT INTO zipcodes VALUES (49418,'Grandville','MI','42.891709','-85.764660',-5,1); -INSERT INTO zipcodes VALUES (49419,'Hamilton','MI','42.679762','-85.989960',-5,1); -INSERT INTO zipcodes VALUES (49420,'Hart','MI','43.708002','-86.306040',-5,1); -INSERT INTO zipcodes VALUES (49421,'Hesperia','MI','43.595939','-86.086500',-5,1); -INSERT INTO zipcodes VALUES (49422,'Holland','MI','42.985596','-86.444751',-5,1); -INSERT INTO zipcodes VALUES (49423,'Holland','MI','42.765918','-86.105440',-5,1); -INSERT INTO zipcodes VALUES (49424,'Holland','MI','42.823232','-86.127260',-5,1); -INSERT INTO zipcodes VALUES (49425,'Holton','MI','43.443787','-86.108950',-5,1); -INSERT INTO zipcodes VALUES (49426,'Hudsonville','MI','42.873302','-85.878610',-5,1); -INSERT INTO zipcodes VALUES (49427,'Jamestown','MI','42.826676','-85.844378',-5,1); -INSERT INTO zipcodes VALUES (49428,'Jenison','MI','42.904275','-85.823140',-5,1); -INSERT INTO zipcodes VALUES (49429,'Jenison','MI','42.985596','-86.444751',-5,1); -INSERT INTO zipcodes VALUES (49430,'Lamont','MI','43.010337','-85.897540',-5,1); -INSERT INTO zipcodes VALUES (49431,'Ludington','MI','43.967306','-86.430440',-5,1); -INSERT INTO zipcodes VALUES (49434,'Macatawa','MI','42.768619','-86.205970',-5,1); -INSERT INTO zipcodes VALUES (49435,'Marne','MI','43.032323','-85.830150',-5,1); -INSERT INTO zipcodes VALUES (49436,'Mears','MI','43.678258','-86.465760',-5,1); -INSERT INTO zipcodes VALUES (49437,'Montague','MI','43.436692','-86.370930',-5,1); -INSERT INTO zipcodes VALUES (49440,'Muskegon','MI','43.234014','-86.251310',-5,1); -INSERT INTO zipcodes VALUES (49441,'Muskegon','MI','43.199364','-86.266800',-5,1); -INSERT INTO zipcodes VALUES (49442,'Muskegon','MI','43.232615','-86.195500',-5,1); -INSERT INTO zipcodes VALUES (49443,'Muskegon','MI','43.295493','-86.468853',-5,1); -INSERT INTO zipcodes VALUES (49444,'Muskegon','MI','43.198048','-86.227740',-5,1); -INSERT INTO zipcodes VALUES (49445,'Muskegon','MI','43.278021','-86.268200',-5,1); -INSERT INTO zipcodes VALUES (49446,'New Era','MI','43.551783','-86.402650',-5,1); -INSERT INTO zipcodes VALUES (49448,'Nunica','MI','43.091183','-86.073460',-5,1); -INSERT INTO zipcodes VALUES (49449,'Pentwater','MI','43.791699','-86.402760',-5,1); -INSERT INTO zipcodes VALUES (49450,'Pullman','MI','42.484769','-86.079440',-5,1); -INSERT INTO zipcodes VALUES (49451,'Ravenna','MI','43.200998','-85.963760',-5,1); -INSERT INTO zipcodes VALUES (49452,'Rothbury','MI','43.520576','-86.273350',-5,1); -INSERT INTO zipcodes VALUES (49453,'Saugatuck','MI','42.668174','-86.187240',-5,1); -INSERT INTO zipcodes VALUES (49454,'Scottville','MI','43.946244','-86.284270',-5,1); -INSERT INTO zipcodes VALUES (49455,'Shelby','MI','43.607628','-86.370040',-5,1); -INSERT INTO zipcodes VALUES (49456,'Spring Lake','MI','43.087670','-86.193450',-5,1); -INSERT INTO zipcodes VALUES (49457,'Twin Lake','MI','43.360182','-86.188350',-5,1); -INSERT INTO zipcodes VALUES (49458,'Walhalla','MI','43.945299','-86.116840',-5,1); -INSERT INTO zipcodes VALUES (49459,'Walkerville','MI','43.733491','-86.114620',-5,1); -INSERT INTO zipcodes VALUES (49460,'West Olive','MI','42.935483','-86.141410',-5,1); -INSERT INTO zipcodes VALUES (49461,'Whitehall','MI','43.389775','-86.340280',-5,1); -INSERT INTO zipcodes VALUES (49463,'Wabaningo','MI','43.295493','-86.468853',-5,1); -INSERT INTO zipcodes VALUES (49464,'Zeeland','MI','42.829252','-85.996210',-5,1); -INSERT INTO zipcodes VALUES (49468,'Grandville','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49501,'Grand Rapids','MI','42.984226','-85.629101',-5,1); -INSERT INTO zipcodes VALUES (49502,'Grand Rapids','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49503,'Grand Rapids','MI','42.964176','-85.658850',-5,1); -INSERT INTO zipcodes VALUES (49504,'Grand Rapids','MI','42.977925','-85.697330',-5,1); -INSERT INTO zipcodes VALUES (49505,'Grand Rapids','MI','43.000076','-85.647850',-5,1); -INSERT INTO zipcodes VALUES (49506,'Grand Rapids','MI','42.945727','-85.618990',-5,1); -INSERT INTO zipcodes VALUES (49507,'Grand Rapids','MI','42.933077','-85.654350',-5,1); -INSERT INTO zipcodes VALUES (49508,'Grand Rapids','MI','42.876661','-85.628560',-5,1); -INSERT INTO zipcodes VALUES (49509,'Grand Rapids','MI','42.905877','-85.703920',-5,1); -INSERT INTO zipcodes VALUES (49510,'Grand Rapids','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49512,'Grand Rapids','MI','42.888821','-85.561600',-5,1); -INSERT INTO zipcodes VALUES (49514,'Grand Rapids','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49515,'Grand Rapids','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49516,'Grand Rapids','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49518,'Grand Rapids','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49523,'Grand Rapids','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49525,'Grand Rapids','MI','43.022199','-85.611680',-5,1); -INSERT INTO zipcodes VALUES (49530,'Grand Rapids','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49544,'Grand Rapids','MI','42.999561','-85.753710',-5,1); -INSERT INTO zipcodes VALUES (49546,'Grand Rapids','MI','42.927801','-85.545820',-5,1); -INSERT INTO zipcodes VALUES (49548,'Grand Rapids','MI','42.868228','-85.663910',-5,1); -INSERT INTO zipcodes VALUES (49550,'Grand Rapids','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49555,'Grand Rapids','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49560,'Grand Rapids','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49564,'Glen Arbor','MI','44.933988','-85.950661',-5,1); -INSERT INTO zipcodes VALUES (49565,'Newkirk','MI','44.115429','-85.783380',-5,1); -INSERT INTO zipcodes VALUES (49582,'Colfax','MI','44.544624','-85.832785',-5,1); -INSERT INTO zipcodes VALUES (49588,'Grand Rapids','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49590,'Whitewater','MI','44.851771','-85.394202',-5,1); -INSERT INTO zipcodes VALUES (49599,'Grand Rapids','MI','43.031413','-85.550267',-5,1); -INSERT INTO zipcodes VALUES (49601,'Cadillac','MI','44.243788','-85.460060',-5,1); -INSERT INTO zipcodes VALUES (49610,'Acme','MI','44.789382','-85.488449',-5,1); -INSERT INTO zipcodes VALUES (49611,'Alba','MI','44.976915','-84.972820',-5,1); -INSERT INTO zipcodes VALUES (49612,'Alden','MI','44.877741','-85.241630',-5,1); -INSERT INTO zipcodes VALUES (49613,'Arcadia','MI','44.494139','-86.215090',-5,1); -INSERT INTO zipcodes VALUES (49614,'Bear Lake','MI','44.433903','-86.126250',-5,1); -INSERT INTO zipcodes VALUES (49615,'Bellaire','MI','44.970267','-85.214480',-5,1); -INSERT INTO zipcodes VALUES (49616,'Benzonia','MI','44.592766','-86.083230',-5,1); -INSERT INTO zipcodes VALUES (49617,'Beulah','MI','44.643593','-86.043820',-5,1); -INSERT INTO zipcodes VALUES (49618,'Boon','MI','44.306885','-85.601190',-5,1); -INSERT INTO zipcodes VALUES (49619,'Brethren','MI','44.306548','-86.009770',-5,1); -INSERT INTO zipcodes VALUES (49620,'Buckley','MI','44.516368','-85.686230',-5,1); -INSERT INTO zipcodes VALUES (49621,'Cedar','MI','44.872464','-85.787160',-5,1); -INSERT INTO zipcodes VALUES (49622,'Central Lake','MI','45.074263','-85.269290',-5,1); -INSERT INTO zipcodes VALUES (49623,'Chase','MI','43.889404','-85.671310',-5,1); -INSERT INTO zipcodes VALUES (49625,'Copemish','MI','44.449050','-85.889080',-5,1); -INSERT INTO zipcodes VALUES (49626,'Eastlake','MI','44.245509','-86.294770',-5,1); -INSERT INTO zipcodes VALUES (49627,'Eastport','MI','45.107683','-85.362120',-5,1); -INSERT INTO zipcodes VALUES (49628,'Elberta','MI','44.617592','-86.226630',-5,1); -INSERT INTO zipcodes VALUES (49629,'Elk Rapids','MI','44.900873','-85.406710',-5,1); -INSERT INTO zipcodes VALUES (49630,'Empire','MI','44.845213','-86.024790',-5,1); -INSERT INTO zipcodes VALUES (49631,'Evart','MI','43.893894','-85.263940',-5,1); -INSERT INTO zipcodes VALUES (49632,'Falmouth','MI','44.233529','-84.974630',-5,1); -INSERT INTO zipcodes VALUES (49633,'Fife Lake','MI','44.555245','-85.229310',-5,1); -INSERT INTO zipcodes VALUES (49634,'Filer City','MI','44.215959','-86.290480',-5,1); -INSERT INTO zipcodes VALUES (49635,'Frankfort','MI','44.631000','-86.214840',-5,1); -INSERT INTO zipcodes VALUES (49636,'Glen Arbor','MI','44.884904','-85.985880',-5,1); -INSERT INTO zipcodes VALUES (49637,'Grawn','MI','44.647716','-85.706490',-5,1); -INSERT INTO zipcodes VALUES (49638,'Harrietta','MI','44.301920','-85.755970',-5,1); -INSERT INTO zipcodes VALUES (49639,'Hersey','MI','43.847160','-85.409080',-5,1); -INSERT INTO zipcodes VALUES (49640,'Honor','MI','44.701761','-86.050330',-5,1); -INSERT INTO zipcodes VALUES (49642,'Idlewild','MI','43.880898','-85.789990',-5,1); -INSERT INTO zipcodes VALUES (49643,'Interlochen','MI','44.634131','-85.807900',-5,1); -INSERT INTO zipcodes VALUES (49644,'Irons','MI','44.105814','-85.928460',-5,1); -INSERT INTO zipcodes VALUES (49645,'Kaleva','MI','44.371587','-86.012200',-5,1); -INSERT INTO zipcodes VALUES (49646,'Kalkaska','MI','44.743834','-85.089860',-5,1); -INSERT INTO zipcodes VALUES (49647,'Paradise','MI','44.515487','-85.527652',-5,1); -INSERT INTO zipcodes VALUES (49648,'Kewadin','MI','45.000254','-85.365100',-5,1); -INSERT INTO zipcodes VALUES (49649,'Kingsley','MI','44.561602','-85.526110',-5,1); -INSERT INTO zipcodes VALUES (49650,'Lake Ann','MI','44.725887','-85.856760',-5,1); -INSERT INTO zipcodes VALUES (49651,'Lake City','MI','44.382889','-85.143050',-5,1); -INSERT INTO zipcodes VALUES (49652,'Yates','MI','43.867421','-85.772312',-5,1); -INSERT INTO zipcodes VALUES (49653,'Lake Leelanau','MI','44.975051','-85.723250',-5,1); -INSERT INTO zipcodes VALUES (49654,'Leland','MI','45.023384','-85.756970',-5,1); -INSERT INTO zipcodes VALUES (49655,'Leroy','MI','44.023714','-85.448770',-5,1); -INSERT INTO zipcodes VALUES (49656,'Luther','MI','44.055050','-85.697590',-5,1); -INSERT INTO zipcodes VALUES (49657,'McBain','MI','44.204505','-85.177100',-5,1); -INSERT INTO zipcodes VALUES (49659,'Mancelona','MI','44.905437','-85.034010',-5,1); -INSERT INTO zipcodes VALUES (49660,'Manistee','MI','44.234322','-86.272340',-5,1); -INSERT INTO zipcodes VALUES (49663,'Manton','MI','44.426913','-85.378360',-5,1); -INSERT INTO zipcodes VALUES (49664,'Maple City','MI','44.888566','-85.899140',-5,1); -INSERT INTO zipcodes VALUES (49665,'Marion','MI','44.095357','-85.118430',-5,1); -INSERT INTO zipcodes VALUES (49666,'Mayfield','MI','44.635328','-85.561400',-5,1); -INSERT INTO zipcodes VALUES (49667,'Merritt','MI','44.335387','-84.916490',-5,1); -INSERT INTO zipcodes VALUES (49668,'Mesick','MI','44.405334','-85.719810',-5,1); -INSERT INTO zipcodes VALUES (49670,'Northport','MI','45.107479','-85.623470',-5,1); -INSERT INTO zipcodes VALUES (49673,'Old Mission','MI','44.955872','-85.490005',-5,1); -INSERT INTO zipcodes VALUES (49674,'Omena','MI','45.066568','-85.597374',-5,1); -INSERT INTO zipcodes VALUES (49675,'Onekama','MI','44.365757','-86.211490',-5,1); -INSERT INTO zipcodes VALUES (49676,'Rapid City','MI','44.829056','-85.279590',-5,1); -INSERT INTO zipcodes VALUES (49677,'Reed City','MI','43.906666','-85.515500',-5,1); -INSERT INTO zipcodes VALUES (49679,'Sears','MI','43.878924','-85.158020',-5,1); -INSERT INTO zipcodes VALUES (49680,'South Boardman','MI','44.654872','-85.260960',-5,1); -INSERT INTO zipcodes VALUES (49682,'Suttons Bay','MI','44.993085','-85.636350',-5,1); -INSERT INTO zipcodes VALUES (49683,'Thompsonville','MI','44.531456','-85.933400',-5,1); -INSERT INTO zipcodes VALUES (49684,'Traverse City','MI','44.741360','-85.673160',-5,1); -INSERT INTO zipcodes VALUES (49685,'Traverse City','MI','44.816178','-85.575147',-5,1); -INSERT INTO zipcodes VALUES (49686,'Traverse City','MI','44.735559','-85.545110',-5,1); -INSERT INTO zipcodes VALUES (49688,'Tustin','MI','44.117243','-85.436120',-5,1); -INSERT INTO zipcodes VALUES (49689,'Wellston','MI','44.209541','-85.910900',-5,1); -INSERT INTO zipcodes VALUES (49690,'Williamsburg','MI','44.774285','-85.416960',-5,1); -INSERT INTO zipcodes VALUES (49695,'Custer','MI','44.918887','-85.131606',-5,1); -INSERT INTO zipcodes VALUES (49696,'Traverse City','MI','44.816178','-85.575147',-5,1); -INSERT INTO zipcodes VALUES (49701,'Mackinaw City','MI','45.773926','-84.727140',-5,1); -INSERT INTO zipcodes VALUES (49705,'Afton','MI','45.355074','-84.478980',-5,1); -INSERT INTO zipcodes VALUES (49706,'Alanson','MI','45.431122','-84.776540',-5,1); -INSERT INTO zipcodes VALUES (49707,'Alpena','MI','45.085830','-83.464110',-5,1); -INSERT INTO zipcodes VALUES (49709,'Atlanta','MI','45.016358','-84.145180',-5,1); -INSERT INTO zipcodes VALUES (49710,'Barbeau','MI','46.274091','-84.171640',-5,1); -INSERT INTO zipcodes VALUES (49711,'Bay Shore','MI','45.523425','-85.332038',-5,1); -INSERT INTO zipcodes VALUES (49712,'Boyne City','MI','45.215511','-85.009950',-5,1); -INSERT INTO zipcodes VALUES (49713,'Boyne Falls','MI','45.206973','-84.861850',-5,1); -INSERT INTO zipcodes VALUES (49715,'Brimley','MI','46.411782','-84.665020',-5,1); -INSERT INTO zipcodes VALUES (49716,'Brutus','MI','45.515594','-84.723530',-5,1); -INSERT INTO zipcodes VALUES (49717,'Burt Lake','MI','45.430705','-84.691207',-5,1); -INSERT INTO zipcodes VALUES (49718,'Carp Lake','MI','45.714093','-84.799690',-5,1); -INSERT INTO zipcodes VALUES (49719,'Cedarville','MI','45.998074','-84.326150',-5,1); -INSERT INTO zipcodes VALUES (49720,'Charlevoix','MI','45.294169','-85.245160',-5,1); -INSERT INTO zipcodes VALUES (49721,'Cheboygan','MI','45.589694','-84.462500',-5,1); -INSERT INTO zipcodes VALUES (49722,'Conway','MI','45.416693','-84.866460',-5,1); -INSERT INTO zipcodes VALUES (49723,'Cross Village','MI','45.625353','-85.041872',-5,1); -INSERT INTO zipcodes VALUES (49724,'Dafter','MI','46.336140','-84.435250',-5,1); -INSERT INTO zipcodes VALUES (49725,'De Tour Village','MI','45.992931','-83.980870',-5,1); -INSERT INTO zipcodes VALUES (49726,'Drummond Island','MI','45.994672','-83.751980',-5,1); -INSERT INTO zipcodes VALUES (49727,'East Jordan','MI','45.137900','-85.122520',-5,1); -INSERT INTO zipcodes VALUES (49728,'Eckerman','MI','46.355548','-84.992490',-5,1); -INSERT INTO zipcodes VALUES (49729,'Ellsworth','MI','45.160264','-85.266990',-5,1); -INSERT INTO zipcodes VALUES (49730,'Elmira','MI','45.039542','-84.867740',-5,1); -INSERT INTO zipcodes VALUES (49732,'Forest','MI','45.354266','-84.301497',-5,1); -INSERT INTO zipcodes VALUES (49733,'Frederic','MI','44.809476','-84.717270',-5,1); -INSERT INTO zipcodes VALUES (49734,'Gaylord','MI','45.028411','-84.612207',-5,1); -INSERT INTO zipcodes VALUES (49735,'Gaylord','MI','44.989608','-84.674920',-5,1); -INSERT INTO zipcodes VALUES (49736,'Goetzville','MI','46.064734','-84.154770',-5,1); -INSERT INTO zipcodes VALUES (49737,'Good Hart','MI','45.580183','-85.113678',-5,1); -INSERT INTO zipcodes VALUES (49738,'Grayling','MI','44.683274','-84.625300',-5,1); -INSERT INTO zipcodes VALUES (49739,'Grayling','MI','44.682996','-84.610441',-5,1); -INSERT INTO zipcodes VALUES (49740,'Harbor Springs','MI','45.502308','-84.990250',-5,1); -INSERT INTO zipcodes VALUES (49743,'Hawks','MI','45.282088','-83.935260',-5,1); -INSERT INTO zipcodes VALUES (49744,'Herron','MI','44.993111','-83.657230',-5,1); -INSERT INTO zipcodes VALUES (49745,'Hessel','MI','46.012070','-84.450480',-5,1); -INSERT INTO zipcodes VALUES (49746,'Hillman','MI','45.068394','-83.960710',-5,1); -INSERT INTO zipcodes VALUES (49747,'Hubbard Lake','MI','44.827421','-83.613680',-5,1); -INSERT INTO zipcodes VALUES (49748,'Hulbert','MI','46.340461','-85.165910',-5,1); -INSERT INTO zipcodes VALUES (49749,'Indian River','MI','45.418813','-84.595780',-5,1); -INSERT INTO zipcodes VALUES (49750,'Lewiston','MI','44.884763','-84.359770',-5,1); -INSERT INTO zipcodes VALUES (49751,'Johannesburg','MI','44.963659','-84.431750',-5,1); -INSERT INTO zipcodes VALUES (49752,'Kinross','MI','46.250359','-84.482280',-5,1); -INSERT INTO zipcodes VALUES (49753,'Lachine','MI','44.997180','-83.791800',-5,1); -INSERT INTO zipcodes VALUES (49755,'Levering','MI','45.631602','-84.791030',-5,1); -INSERT INTO zipcodes VALUES (49756,'Lewiston','MI','44.839929','-84.307870',-5,1); -INSERT INTO zipcodes VALUES (49757,'Mackinac Island','MI','45.856777','-84.626430',-5,1); -INSERT INTO zipcodes VALUES (49758,'Greenwood','MI','44.682965','-84.287698',-5,1); -INSERT INTO zipcodes VALUES (49759,'Millersburg','MI','45.433394','-84.098110',-5,1); -INSERT INTO zipcodes VALUES (49760,'Moran','MI','46.048831','-84.947340',-5,1); -INSERT INTO zipcodes VALUES (49761,'Mullett Lake','MI','45.563799','-84.524050',-5,1); -INSERT INTO zipcodes VALUES (49762,'Naubinway','MI','46.142357','-85.292840',-5,1); -INSERT INTO zipcodes VALUES (49764,'Oden','MI','45.423768','-84.826110',-5,1); -INSERT INTO zipcodes VALUES (49765,'Onaway','MI','45.354463','-84.239560',-5,1); -INSERT INTO zipcodes VALUES (49766,'Ossineke','MI','44.920907','-83.451250',-5,1); -INSERT INTO zipcodes VALUES (49768,'Paradise','MI','46.659548','-85.099130',-5,1); -INSERT INTO zipcodes VALUES (49769,'Pellston','MI','45.567787','-84.814640',-5,1); -INSERT INTO zipcodes VALUES (49770,'Petoskey','MI','45.360111','-84.937740',-5,1); -INSERT INTO zipcodes VALUES (49774,'Pickford','MI','46.165132','-84.332190',-5,1); -INSERT INTO zipcodes VALUES (49775,'Pointe Aux Pins','MI','45.758378','-84.465070',-5,1); -INSERT INTO zipcodes VALUES (49776,'Posen','MI','45.248956','-83.690120',-5,1); -INSERT INTO zipcodes VALUES (49777,'Presque Isle','MI','45.311011','-83.498780',-5,1); -INSERT INTO zipcodes VALUES (49778,'Brimley','MI','46.410777','-84.336519',-5,1); -INSERT INTO zipcodes VALUES (49779,'Rogers City','MI','45.413252','-83.836260',-5,1); -INSERT INTO zipcodes VALUES (49780,'Rudyard','MI','46.204512','-84.736710',-5,1); -INSERT INTO zipcodes VALUES (49781,'Saint Ignace','MI','45.923952','-84.725500',-5,1); -INSERT INTO zipcodes VALUES (49782,'Beaver Island','MI','45.739114','-85.553390',-5,1); -INSERT INTO zipcodes VALUES (49783,'Sault Sainte Marie','MI','46.460895','-84.324850',-5,1); -INSERT INTO zipcodes VALUES (49784,'Kincheloe','MI','46.410777','-84.336519',-5,1); -INSERT INTO zipcodes VALUES (49785,'Kincheloe','MI','46.181451','-84.405367',-5,1); -INSERT INTO zipcodes VALUES (49786,'Kincheloe','MI','46.410777','-84.336519',-5,1); -INSERT INTO zipcodes VALUES (49788,'Kincheloe','MI','46.267303','-84.456330',-5,1); -INSERT INTO zipcodes VALUES (49790,'Strongs','MI','46.387377','-84.966792',-5,1); -INSERT INTO zipcodes VALUES (49791,'Topinabee','MI','45.485860','-84.592270',-5,1); -INSERT INTO zipcodes VALUES (49792,'Tower','MI','45.354677','-84.300740',-5,1); -INSERT INTO zipcodes VALUES (49793,'Trout Lake','MI','46.199197','-85.052870',-5,1); -INSERT INTO zipcodes VALUES (49795,'Vanderbilt','MI','45.169729','-84.602480',-5,1); -INSERT INTO zipcodes VALUES (49796,'Walloon Lake','MI','45.269001','-84.947500',-5,1); -INSERT INTO zipcodes VALUES (49797,'Waters','MI','44.870234','-84.659847',-5,1); -INSERT INTO zipcodes VALUES (49799,'Wolverine','MI','45.268255','-84.601410',-5,1); -INSERT INTO zipcodes VALUES (49801,'Iron Mountain','MI','45.871780','-87.997170',-6,1); -INSERT INTO zipcodes VALUES (49802,'Kingsford','MI','45.800687','-88.083230',-6,1); -INSERT INTO zipcodes VALUES (49805,'Allouez','MI','47.322703','-88.408060',-5,1); -INSERT INTO zipcodes VALUES (49806,'Au Train','MI','46.436663','-86.885410',-5,1); -INSERT INTO zipcodes VALUES (49807,'Bark River','MI','45.770006','-87.346170',-6,1); -INSERT INTO zipcodes VALUES (49808,'Big Bay','MI','46.650313','-87.862410',-5,1); -INSERT INTO zipcodes VALUES (49812,'Carney','MI','45.592320','-87.503160',-6,1); -INSERT INTO zipcodes VALUES (49813,'Cedar River','MI','45.435313','-87.376790',-6,1); -INSERT INTO zipcodes VALUES (49814,'Champion','MI','46.501074','-87.923540',-5,1); -INSERT INTO zipcodes VALUES (49815,'Channing','MI','46.186913','-88.045460',-6,1); -INSERT INTO zipcodes VALUES (49816,'Chatham','MI','46.323845','-86.907660',-5,1); -INSERT INTO zipcodes VALUES (49817,'Cooks','MI','45.921508','-86.458690',-5,1); -INSERT INTO zipcodes VALUES (49818,'Cornell','MI','45.936883','-87.261970',-5,1); -INSERT INTO zipcodes VALUES (49819,'Arnold','MI','46.604141','-87.614805',-5,1); -INSERT INTO zipcodes VALUES (49820,'Curtis','MI','46.191702','-85.721480',-5,1); -INSERT INTO zipcodes VALUES (49821,'Daggett','MI','45.521574','-87.619770',-6,1); -INSERT INTO zipcodes VALUES (49822,'Deerton','MI','46.470986','-87.068430',-5,1); -INSERT INTO zipcodes VALUES (49825,'Eben Junction','MI','46.364487','-86.980960',-5,1); -INSERT INTO zipcodes VALUES (49826,'Rumely','MI','46.364395','-86.996210',-5,1); -INSERT INTO zipcodes VALUES (49827,'Engadine','MI','46.156073','-85.570690',-5,1); -INSERT INTO zipcodes VALUES (49829,'Escanaba','MI','45.751671','-87.089510',-5,1); -INSERT INTO zipcodes VALUES (49831,'Felch','MI','45.994849','-87.816150',-6,1); -INSERT INTO zipcodes VALUES (49833,'Little Lake','MI','46.291233','-87.333550',-5,1); -INSERT INTO zipcodes VALUES (49834,'Foster City','MI','45.947706','-87.770890',-6,1); -INSERT INTO zipcodes VALUES (49835,'Garden','MI','45.769159','-86.558940',-5,1); -INSERT INTO zipcodes VALUES (49836,'Germfask','MI','46.180416','-85.901760',-5,1); -INSERT INTO zipcodes VALUES (49837,'Gladstone','MI','45.847136','-87.045290',-5,1); -INSERT INTO zipcodes VALUES (49838,'Gould City','MI','46.095949','-85.717370',-5,1); -INSERT INTO zipcodes VALUES (49839,'Grand Marais','MI','46.655567','-85.958370',-5,1); -INSERT INTO zipcodes VALUES (49840,'Gulliver','MI','46.000666','-85.996300',-5,1); -INSERT INTO zipcodes VALUES (49841,'Gwinn','MI','46.299186','-87.433120',-5,1); -INSERT INTO zipcodes VALUES (49845,'Harris','MI','45.692178','-87.351342',-6,1); -INSERT INTO zipcodes VALUES (49847,'Hermansville','MI','45.709804','-87.610540',-6,1); -INSERT INTO zipcodes VALUES (49848,'Ingalls','MI','45.376503','-87.632430',-6,1); -INSERT INTO zipcodes VALUES (49849,'Ishpeming','MI','46.458207','-87.727090',-5,1); -INSERT INTO zipcodes VALUES (49852,'Loretto','MI','45.781167','-87.817590',-6,1); -INSERT INTO zipcodes VALUES (49853,'McMillan','MI','46.301265','-85.723210',-5,1); -INSERT INTO zipcodes VALUES (49854,'Manistique','MI','46.042121','-86.339460',-5,1); -INSERT INTO zipcodes VALUES (49855,'Marquette','MI','46.554402','-87.422230',-5,1); -INSERT INTO zipcodes VALUES (49858,'Menominee','MI','45.143100','-87.608970',-6,1); -INSERT INTO zipcodes VALUES (49861,'Michigamme','MI','46.540810','-88.147420',-5,1); -INSERT INTO zipcodes VALUES (49862,'Munising','MI','46.375030','-86.706150',-5,1); -INSERT INTO zipcodes VALUES (49863,'Nadeau','MI','45.610678','-87.554110',-6,1); -INSERT INTO zipcodes VALUES (49864,'Nahma','MI','45.840744','-86.662160',-5,1); -INSERT INTO zipcodes VALUES (49865,'National Mine','MI','46.604141','-87.614805',-5,1); -INSERT INTO zipcodes VALUES (49866,'Negaunee','MI','46.517192','-87.582450',-5,1); -INSERT INTO zipcodes VALUES (49868,'Newberry','MI','46.434201','-85.547580',-5,1); -INSERT INTO zipcodes VALUES (49869,'Wells','MI','46.071990','-87.533429',-5,1); -INSERT INTO zipcodes VALUES (49870,'Norway','MI','45.792399','-87.908240',-6,1); -INSERT INTO zipcodes VALUES (49871,'Palmer','MI','46.440274','-87.589880',-5,1); -INSERT INTO zipcodes VALUES (49872,'Perkins','MI','45.987113','-87.074200',-5,1); -INSERT INTO zipcodes VALUES (49873,'Perronville','MI','45.889823','-87.507160',-6,1); -INSERT INTO zipcodes VALUES (49874,'Powers','MI','45.693128','-87.509660',-6,1); -INSERT INTO zipcodes VALUES (49876,'Quinnesec','MI','45.800070','-87.991410',-6,1); -INSERT INTO zipcodes VALUES (49877,'Ralph','MI','46.108829','-87.782940',-6,1); -INSERT INTO zipcodes VALUES (49878,'Rapid River','MI','45.926298','-86.908980',-5,1); -INSERT INTO zipcodes VALUES (49879,'Republic','MI','46.345957','-88.019720',-5,1); -INSERT INTO zipcodes VALUES (49880,'Rock','MI','46.086125','-87.201460',-5,1); -INSERT INTO zipcodes VALUES (49881,'Sagola','MI','46.085875','-87.996070',-6,1); -INSERT INTO zipcodes VALUES (49883,'Seney','MI','46.460628','-85.988780',-5,1); -INSERT INTO zipcodes VALUES (49884,'Shingleton','MI','46.399545','-86.433150',-5,1); -INSERT INTO zipcodes VALUES (49885,'Skandia','MI','46.356104','-87.252110',-5,1); -INSERT INTO zipcodes VALUES (49886,'Spalding','MI','45.695551','-87.504570',-6,1); -INSERT INTO zipcodes VALUES (49887,'Stephenson','MI','45.417184','-87.628100',-6,1); -INSERT INTO zipcodes VALUES (49891,'Trenary','MI','46.229173','-87.017150',-5,1); -INSERT INTO zipcodes VALUES (49892,'Vulcan','MI','45.755894','-87.788380',-6,1); -INSERT INTO zipcodes VALUES (49893,'Wallace','MI','45.314014','-87.631140',-6,1); -INSERT INTO zipcodes VALUES (49894,'Wells','MI','45.778066','-87.076470',-5,1); -INSERT INTO zipcodes VALUES (49895,'Wetmore','MI','46.191294','-86.649010',-5,1); -INSERT INTO zipcodes VALUES (49896,'Wilson','MI','45.685664','-87.377480',-6,1); -INSERT INTO zipcodes VALUES (49901,'Ahmeek','MI','47.297841','-88.394910',-5,1); -INSERT INTO zipcodes VALUES (49902,'Alpha','MI','46.045407','-88.376810',-6,1); -INSERT INTO zipcodes VALUES (49903,'Amasa','MI','46.234686','-88.450430',-6,1); -INSERT INTO zipcodes VALUES (49905,'Atlantic Mine','MI','47.101109','-88.718330',-5,1); -INSERT INTO zipcodes VALUES (49908,'Baraga','MI','46.795417','-88.526450',-5,1); -INSERT INTO zipcodes VALUES (49910,'Bergland','MI','46.576653','-89.576180',-5,1); -INSERT INTO zipcodes VALUES (49911,'Bessemer','MI','46.480948','-90.051380',-6,1); -INSERT INTO zipcodes VALUES (49912,'Bruce Crossing','MI','46.460770','-89.156450',-5,1); -INSERT INTO zipcodes VALUES (49913,'Calumet','MI','47.239083','-88.461210',-5,1); -INSERT INTO zipcodes VALUES (49915,'Caspian','MI','46.063428','-88.627380',-6,1); -INSERT INTO zipcodes VALUES (49916,'Chassell','MI','47.010896','-88.540770',-5,1); -INSERT INTO zipcodes VALUES (49917,'Copper City','MI','47.283086','-88.384340',-5,1); -INSERT INTO zipcodes VALUES (49918,'Copper Harbor','MI','47.467597','-87.882120',-5,1); -INSERT INTO zipcodes VALUES (49919,'Covington','MI','46.559834','-88.522010',-5,1); -INSERT INTO zipcodes VALUES (49920,'Crystal Falls','MI','46.126240','-88.356770',-6,1); -INSERT INTO zipcodes VALUES (49921,'Dodgeville','MI','47.093922','-88.578940',-5,1); -INSERT INTO zipcodes VALUES (49922,'Dollar Bay','MI','47.122751','-88.481800',-5,1); -INSERT INTO zipcodes VALUES (49924,'Houghton','MI','47.414054','-88.297959',-5,1); -INSERT INTO zipcodes VALUES (49925,'Ewen','MI','46.555946','-89.344340',-5,1); -INSERT INTO zipcodes VALUES (49927,'Gaastra','MI','46.056611','-88.593960',-6,1); -INSERT INTO zipcodes VALUES (49929,'Greenland','MI','46.780926','-89.097620',-5,1); -INSERT INTO zipcodes VALUES (49930,'Hancock','MI','47.145007','-88.578290',-5,1); -INSERT INTO zipcodes VALUES (49931,'Houghton','MI','47.119290','-88.572590',-5,1); -INSERT INTO zipcodes VALUES (49934,'Hubbell','MI','47.170691','-88.433960',-5,1); -INSERT INTO zipcodes VALUES (49935,'Iron River','MI','46.108022','-88.700730',-6,1); -INSERT INTO zipcodes VALUES (49938,'Ironwood','MI','46.473510','-90.157320',-6,1); -INSERT INTO zipcodes VALUES (49942,'Kearsarge','MI','47.269659','-88.415890',-5,1); -INSERT INTO zipcodes VALUES (49943,'Iron River','MI','46.421861','-88.879139',-5,1); -INSERT INTO zipcodes VALUES (49945,'Lake Linden','MI','47.175830','-88.329040',-5,1); -INSERT INTO zipcodes VALUES (49946,'Lanse','MI','46.766303','-88.378670',-5,1); -INSERT INTO zipcodes VALUES (49947,'Marenisco','MI','46.420235','-89.665180',-6,1); -INSERT INTO zipcodes VALUES (49948,'Mass City','MI','46.730077','-89.020380',-5,1); -INSERT INTO zipcodes VALUES (49950,'Mohawk','MI','47.400603','-88.147680',-5,1); -INSERT INTO zipcodes VALUES (49952,'Nisula','MI','46.759600','-88.849280',-5,1); -INSERT INTO zipcodes VALUES (49953,'Ontonagon','MI','46.846455','-89.351190',-5,1); -INSERT INTO zipcodes VALUES (49955,'Painesdale','MI','47.034828','-88.671900',-5,1); -INSERT INTO zipcodes VALUES (49958,'Pelkie','MI','46.830728','-88.657510',-5,1); -INSERT INTO zipcodes VALUES (49959,'Ramsay','MI','46.470746','-89.996030',-6,1); -INSERT INTO zipcodes VALUES (49960,'Rockland','MI','46.739853','-89.181260',-5,1); -INSERT INTO zipcodes VALUES (49961,'Sidnaw','MI','46.469552','-88.736590',-5,1); -INSERT INTO zipcodes VALUES (49962,'Skanee','MI','46.877000','-88.171660',-5,1); -INSERT INTO zipcodes VALUES (49963,'South Range','MI','47.069257','-88.639360',-5,1); -INSERT INTO zipcodes VALUES (49964,'Stambaugh','MI','46.081472','-88.628060',-6,1); -INSERT INTO zipcodes VALUES (49965,'Toivola','MI','47.001469','-88.881790',-5,1); -INSERT INTO zipcodes VALUES (49967,'Trout Creek','MI','46.459705','-89.002800',-5,1); -INSERT INTO zipcodes VALUES (49968,'Wakefield','MI','46.466645','-89.918760',-6,1); -INSERT INTO zipcodes VALUES (49969,'Watersmeet','MI','46.258959','-89.265940',-6,1); -INSERT INTO zipcodes VALUES (49970,'Watton','MI','46.532270','-88.604590',-5,1); -INSERT INTO zipcodes VALUES (49971,'White Pine','MI','46.754237','-89.579250',-5,1); -INSERT INTO zipcodes VALUES (49974,'Pickford','MI','46.158139','-84.361116',-5,1); -INSERT INTO zipcodes VALUES (49990,'Alpha','MI','46.045288','-88.375199',-6,1); -INSERT INTO zipcodes VALUES (50001,'Ackworth','IA','41.363615','-93.414940',-6,1); -INSERT INTO zipcodes VALUES (50002,'Adair','IA','41.507565','-94.648050',-6,1); -INSERT INTO zipcodes VALUES (50003,'Adel','IA','41.612628','-94.035870',-6,1); -INSERT INTO zipcodes VALUES (50005,'Albion','IA','42.116477','-93.003570',-6,1); -INSERT INTO zipcodes VALUES (50006,'Alden','IA','42.507670','-93.400820',-6,1); -INSERT INTO zipcodes VALUES (50007,'Alleman','IA','41.804875','-93.604750',-6,1); -INSERT INTO zipcodes VALUES (50008,'Allerton','IA','40.688451','-93.379070',-6,1); -INSERT INTO zipcodes VALUES (50009,'Altoona','IA','41.644716','-93.466410',-6,1); -INSERT INTO zipcodes VALUES (50010,'Ames','IA','42.029330','-93.609660',-6,1); -INSERT INTO zipcodes VALUES (50011,'Ames','IA','42.035998','-93.465172',-6,1); -INSERT INTO zipcodes VALUES (50012,'Ames','IA','42.023557','-93.648465',-6,1); -INSERT INTO zipcodes VALUES (50013,'Ames','IA','42.023535','-93.640818',-6,1); -INSERT INTO zipcodes VALUES (50014,'Ames','IA','42.033235','-93.667410',-6,1); -INSERT INTO zipcodes VALUES (50015,'Ankeny','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50020,'Anita','IA','41.445635','-94.758060',-6,1); -INSERT INTO zipcodes VALUES (50021,'Ankeny','IA','41.725288','-93.604750',-6,1); -INSERT INTO zipcodes VALUES (50022,'Atlantic','IA','41.410484','-95.008520',-6,1); -INSERT INTO zipcodes VALUES (50025,'Audubon','IA','41.741295','-94.927810',-6,1); -INSERT INTO zipcodes VALUES (50026,'Bagley','IA','41.853498','-94.439120',-6,1); -INSERT INTO zipcodes VALUES (50027,'Barnes City','IA','41.472488','-92.468990',-6,1); -INSERT INTO zipcodes VALUES (50028,'Baxter','IA','41.820644','-93.147430',-6,1); -INSERT INTO zipcodes VALUES (50029,'Bayard','IA','41.845871','-94.555880',-6,1); -INSERT INTO zipcodes VALUES (50031,'Beaver','IA','42.038746','-94.143566',-6,1); -INSERT INTO zipcodes VALUES (50032,'Berwick','IA','41.666513','-93.539160',-6,1); -INSERT INTO zipcodes VALUES (50033,'Bevington','IA','41.360357','-93.792190',-6,1); -INSERT INTO zipcodes VALUES (50034,'Blairsburg','IA','42.490439','-93.641870',-6,1); -INSERT INTO zipcodes VALUES (50035,'Bondurant','IA','41.704455','-93.461710',-6,1); -INSERT INTO zipcodes VALUES (50036,'Boone','IA','42.074515','-93.874370',-6,1); -INSERT INTO zipcodes VALUES (50037,'Boone','IA','42.036552','-93.931686',-6,1); -INSERT INTO zipcodes VALUES (50038,'Booneville','IA','41.519724','-93.904830',-6,1); -INSERT INTO zipcodes VALUES (50039,'Bouton','IA','41.830156','-94.014440',-6,1); -INSERT INTO zipcodes VALUES (50040,'Boxholm','IA','42.174905','-94.105520',-6,1); -INSERT INTO zipcodes VALUES (50041,'Bradford','IA','42.632923','-93.245900',-6,1); -INSERT INTO zipcodes VALUES (50042,'Brayton','IA','41.534416','-94.903230',-6,1); -INSERT INTO zipcodes VALUES (50043,'Buckeye','IA','42.417866','-93.375544',-6,1); -INSERT INTO zipcodes VALUES (50044,'Bussey','IA','41.202354','-92.886210',-6,1); -INSERT INTO zipcodes VALUES (50046,'Cambridge','IA','41.899490','-93.531100',-6,1); -INSERT INTO zipcodes VALUES (50047,'Carlisle','IA','41.491089','-93.480580',-6,1); -INSERT INTO zipcodes VALUES (50048,'Casey','IA','41.514342','-94.521390',-6,1); -INSERT INTO zipcodes VALUES (50049,'Chariton','IA','41.028910','-93.298570',-6,1); -INSERT INTO zipcodes VALUES (50050,'Churdan','IA','42.163720','-94.507710',-6,1); -INSERT INTO zipcodes VALUES (50051,'Clemons','IA','42.136440','-93.142220',-6,1); -INSERT INTO zipcodes VALUES (50052,'Clio','IA','40.639737','-93.456150',-6,1); -INSERT INTO zipcodes VALUES (50054,'Colfax','IA','41.682808','-93.235910',-6,1); -INSERT INTO zipcodes VALUES (50055,'Collins','IA','41.880967','-93.296910',-6,1); -INSERT INTO zipcodes VALUES (50056,'Colo','IA','42.011477','-93.312930',-6,1); -INSERT INTO zipcodes VALUES (50057,'Columbia','IA','41.185045','-93.168300',-6,1); -INSERT INTO zipcodes VALUES (50058,'Coon Rapids','IA','41.871310','-94.688400',-6,1); -INSERT INTO zipcodes VALUES (50059,'Cooper','IA','41.919495','-94.345180',-6,1); -INSERT INTO zipcodes VALUES (50060,'Corydon','IA','40.756632','-93.315270',-6,1); -INSERT INTO zipcodes VALUES (50061,'Cumming','IA','41.491203','-93.785370',-6,1); -INSERT INTO zipcodes VALUES (50062,'Dallas','IA','41.230220','-93.239040',-6,1); -INSERT INTO zipcodes VALUES (50063,'Dallas Center','IA','41.687847','-93.948520',-6,1); -INSERT INTO zipcodes VALUES (50064,'Dana','IA','42.114858','-94.231120',-6,1); -INSERT INTO zipcodes VALUES (50065,'Davis City','IA','40.623677','-93.801060',-6,1); -INSERT INTO zipcodes VALUES (50066,'Dawson','IA','41.827287','-94.212370',-6,1); -INSERT INTO zipcodes VALUES (50067,'Decatur','IA','40.734072','-93.851690',-6,1); -INSERT INTO zipcodes VALUES (50068,'Derby','IA','40.937432','-93.456590',-6,1); -INSERT INTO zipcodes VALUES (50069,'De Soto','IA','41.531060','-94.008420',-6,1); -INSERT INTO zipcodes VALUES (50070,'Dexter','IA','41.488275','-94.237850',-6,1); -INSERT INTO zipcodes VALUES (50071,'Dows','IA','42.653654','-93.507610',-6,1); -INSERT INTO zipcodes VALUES (50072,'Earlham','IA','41.468077','-94.124880',-6,1); -INSERT INTO zipcodes VALUES (50073,'Elkhart','IA','41.792118','-93.525950',-6,1); -INSERT INTO zipcodes VALUES (50074,'Ellston','IA','40.852515','-94.075460',-6,1); -INSERT INTO zipcodes VALUES (50075,'Ellsworth','IA','42.325266','-93.565070',-6,1); -INSERT INTO zipcodes VALUES (50076,'Exira','IA','41.592497','-94.870320',-6,1); -INSERT INTO zipcodes VALUES (50078,'Ferguson','IA','41.937460','-92.865000',-6,1); -INSERT INTO zipcodes VALUES (50101,'Galt','IA','42.682176','-93.614720',-6,1); -INSERT INTO zipcodes VALUES (50102,'Garden City','IA','42.244890','-93.397830',-6,1); -INSERT INTO zipcodes VALUES (50103,'Garden Grove','IA','40.801638','-93.607110',-6,1); -INSERT INTO zipcodes VALUES (50104,'Gibson','IA','41.472819','-92.384100',-6,1); -INSERT INTO zipcodes VALUES (50105,'Gilbert','IA','42.110624','-93.645040',-6,1); -INSERT INTO zipcodes VALUES (50106,'Gilman','IA','41.879550','-92.793870',-6,1); -INSERT INTO zipcodes VALUES (50107,'Grand Junction','IA','42.036623','-94.219480',-6,1); -INSERT INTO zipcodes VALUES (50108,'Grand River','IA','40.834902','-93.954140',-6,1); -INSERT INTO zipcodes VALUES (50109,'Granger','IA','41.759988','-93.814860',-6,1); -INSERT INTO zipcodes VALUES (50110,'Gray','IA','41.841150','-94.981200',-6,1); -INSERT INTO zipcodes VALUES (50111,'Grimes','IA','41.678220','-93.793500',-6,1); -INSERT INTO zipcodes VALUES (50112,'Grinnell','IA','41.736434','-92.721230',-6,1); -INSERT INTO zipcodes VALUES (50115,'Guthrie Center','IA','41.690084','-94.526020',-6,1); -INSERT INTO zipcodes VALUES (50116,'Hamilton','IA','41.179690','-92.947750',-6,1); -INSERT INTO zipcodes VALUES (50117,'Hamlin','IA','41.671777','-94.849240',-6,1); -INSERT INTO zipcodes VALUES (50118,'Hartford','IA','41.457014','-93.390780',-6,1); -INSERT INTO zipcodes VALUES (50119,'Harvey','IA','41.313748','-92.938750',-6,1); -INSERT INTO zipcodes VALUES (50120,'Haverhill','IA','41.940175','-92.969790',-6,1); -INSERT INTO zipcodes VALUES (50122,'Hubbard','IA','42.308840','-93.311620',-6,1); -INSERT INTO zipcodes VALUES (50123,'Humeston','IA','40.854525','-93.498630',-6,1); -INSERT INTO zipcodes VALUES (50124,'Huxley','IA','41.893335','-93.598440',-6,1); -INSERT INTO zipcodes VALUES (50125,'Indianola','IA','41.354068','-93.575060',-6,1); -INSERT INTO zipcodes VALUES (50126,'Iowa Falls','IA','42.515426','-93.262170',-6,1); -INSERT INTO zipcodes VALUES (50127,'Ira','IA','41.777174','-93.213830',-6,1); -INSERT INTO zipcodes VALUES (50128,'Jamaica','IA','41.855913','-94.299810',-6,1); -INSERT INTO zipcodes VALUES (50129,'Jefferson','IA','42.017677','-94.379390',-6,1); -INSERT INTO zipcodes VALUES (50130,'Jewell','IA','42.302683','-93.652320',-6,1); -INSERT INTO zipcodes VALUES (50131,'Johnston','IA','41.674757','-93.718650',-6,1); -INSERT INTO zipcodes VALUES (50132,'Kamrar','IA','42.393155','-93.708670',-6,1); -INSERT INTO zipcodes VALUES (50133,'Kellerton','IA','40.703320','-94.081430',-6,1); -INSERT INTO zipcodes VALUES (50134,'Kelley','IA','41.949947','-93.664800',-6,1); -INSERT INTO zipcodes VALUES (50135,'Kellogg','IA','41.736358','-92.894810',-6,1); -INSERT INTO zipcodes VALUES (50136,'Keswick','IA','41.463624','-92.268410',-6,1); -INSERT INTO zipcodes VALUES (50137,'Killduff','IA','41.607887','-92.905730',-6,1); -INSERT INTO zipcodes VALUES (50138,'Knoxville','IA','41.307595','-93.102260',-6,1); -INSERT INTO zipcodes VALUES (50139,'Lacona','IA','41.182964','-93.369270',-6,1); -INSERT INTO zipcodes VALUES (50140,'Lamoni','IA','40.630919','-93.948570',-6,1); -INSERT INTO zipcodes VALUES (50141,'Laurel','IA','41.880530','-92.954640',-6,1); -INSERT INTO zipcodes VALUES (50142,'Le Grand','IA','42.005330','-92.775250',-6,1); -INSERT INTO zipcodes VALUES (50143,'Leighton','IA','41.324195','-92.806310',-6,1); -INSERT INTO zipcodes VALUES (50144,'Leon','IA','40.736802','-93.742730',-6,1); -INSERT INTO zipcodes VALUES (50145,'Liberty Center','IA','41.203946','-93.500690',-6,1); -INSERT INTO zipcodes VALUES (50146,'Linden','IA','41.668493','-94.260660',-6,1); -INSERT INTO zipcodes VALUES (50147,'Lineville','IA','40.602430','-93.527780',-6,1); -INSERT INTO zipcodes VALUES (50148,'Liscomb','IA','42.187863','-93.003810',-6,1); -INSERT INTO zipcodes VALUES (50149,'Lorimor','IA','41.137674','-94.080420',-6,1); -INSERT INTO zipcodes VALUES (50150,'Lovilia','IA','41.120845','-92.935720',-6,1); -INSERT INTO zipcodes VALUES (50151,'Lucas','IA','41.060580','-93.490760',-6,1); -INSERT INTO zipcodes VALUES (50152,'Luther','IA','41.967091','-93.821060',-6,1); -INSERT INTO zipcodes VALUES (50153,'Lynnville','IA','41.573516','-92.794580',-6,1); -INSERT INTO zipcodes VALUES (50154,'McCallsburg','IA','42.168307','-93.397180',-6,1); -INSERT INTO zipcodes VALUES (50155,'Macksburg','IA','41.210955','-94.189940',-6,1); -INSERT INTO zipcodes VALUES (50156,'Madrid','IA','41.877415','-93.799250',-6,1); -INSERT INTO zipcodes VALUES (50157,'Malcom','IA','41.738800','-92.561550',-6,1); -INSERT INTO zipcodes VALUES (50158,'Marshalltown','IA','42.042506','-92.906460',-6,1); -INSERT INTO zipcodes VALUES (50160,'Martensdale','IA','41.373193','-93.740930',-6,1); -INSERT INTO zipcodes VALUES (50161,'Maxwell','IA','41.866250','-93.401340',-6,1); -INSERT INTO zipcodes VALUES (50162,'Melbourne','IA','41.939663','-93.071140',-6,1); -INSERT INTO zipcodes VALUES (50163,'Melcher','IA','41.242194','-93.173193',-6,1); -INSERT INTO zipcodes VALUES (50164,'Menlo','IA','41.504978','-94.406500',-6,1); -INSERT INTO zipcodes VALUES (50165,'Millerton','IA','40.847504','-93.305020',-6,1); -INSERT INTO zipcodes VALUES (50166,'Milo','IA','41.283703','-93.413990',-6,1); -INSERT INTO zipcodes VALUES (50167,'Minburn','IA','41.750745','-94.046590',-6,1); -INSERT INTO zipcodes VALUES (50168,'Mingo','IA','41.780089','-93.269160',-6,1); -INSERT INTO zipcodes VALUES (50169,'Mitchellville','IA','41.661112','-93.353270',-6,1); -INSERT INTO zipcodes VALUES (50170,'Monroe','IA','41.528347','-93.105170',-6,1); -INSERT INTO zipcodes VALUES (50171,'Montezuma','IA','41.581309','-92.539460',-6,1); -INSERT INTO zipcodes VALUES (50173,'Montour','IA','41.980296','-92.711000',-6,1); -INSERT INTO zipcodes VALUES (50174,'Murray','IA','41.039527','-93.954980',-6,1); -INSERT INTO zipcodes VALUES (50177,'Grinnell','IA','41.685742','-92.532032',-6,1); -INSERT INTO zipcodes VALUES (50197,'Knoxville','IA','41.334549','-93.099205',-6,1); -INSERT INTO zipcodes VALUES (50198,'Knoxville','IA','41.334549','-93.099205',-6,1); -INSERT INTO zipcodes VALUES (50201,'Nevada','IA','42.026021','-93.448400',-6,1); -INSERT INTO zipcodes VALUES (50206,'New Providence','IA','42.250902','-93.200700',-6,1); -INSERT INTO zipcodes VALUES (50207,'New Sharon','IA','41.445018','-92.648230',-6,1); -INSERT INTO zipcodes VALUES (50208,'Newton','IA','41.702148','-93.044670',-6,1); -INSERT INTO zipcodes VALUES (50210,'New Virginia','IA','41.193148','-93.713880',-6,1); -INSERT INTO zipcodes VALUES (50211,'Norwalk','IA','41.470726','-93.682250',-6,1); -INSERT INTO zipcodes VALUES (50212,'Ogden','IA','42.045766','-94.044300',-6,1); -INSERT INTO zipcodes VALUES (50213,'Osceola','IA','41.031309','-93.770040',-6,1); -INSERT INTO zipcodes VALUES (50214,'Otley','IA','41.456325','-93.073800',-6,1); -INSERT INTO zipcodes VALUES (50216,'Panora','IA','41.701873','-94.364880',-6,1); -INSERT INTO zipcodes VALUES (50217,'Paton','IA','42.171910','-94.259430',-6,1); -INSERT INTO zipcodes VALUES (50218,'Patterson','IA','41.348815','-93.880680',-6,1); -INSERT INTO zipcodes VALUES (50219,'Pella','IA','41.411394','-92.911260',-6,1); -INSERT INTO zipcodes VALUES (50220,'Perry','IA','41.846679','-94.109610',-6,1); -INSERT INTO zipcodes VALUES (50222,'Peru','IA','41.223389','-93.943090',-6,1); -INSERT INTO zipcodes VALUES (50223,'Pilot Mound','IA','42.162453','-94.017280',-6,1); -INSERT INTO zipcodes VALUES (50225,'Pleasantville','IA','41.381537','-93.270560',-6,1); -INSERT INTO zipcodes VALUES (50226,'Polk City','IA','41.782755','-93.714050',-6,1); -INSERT INTO zipcodes VALUES (50227,'Popejoy','IA','42.594986','-93.428260',-6,1); -INSERT INTO zipcodes VALUES (50228,'Prairie City','IA','41.584485','-93.241610',-6,1); -INSERT INTO zipcodes VALUES (50229,'Prole','IA','41.381146','-93.775470',-6,1); -INSERT INTO zipcodes VALUES (50230,'Radcliffe','IA','42.303222','-93.453430',-6,1); -INSERT INTO zipcodes VALUES (50231,'Randall','IA','42.237408','-93.602530',-6,1); -INSERT INTO zipcodes VALUES (50232,'Reasnor','IA','41.557079','-92.970560',-6,1); -INSERT INTO zipcodes VALUES (50233,'Redfield','IA','41.604233','-94.209310',-6,1); -INSERT INTO zipcodes VALUES (50234,'Rhodes','IA','41.893470','-93.181300',-6,1); -INSERT INTO zipcodes VALUES (50235,'Rippey','IA','41.931753','-94.205650',-6,1); -INSERT INTO zipcodes VALUES (50236,'Roland','IA','42.168363','-93.494320',-6,1); -INSERT INTO zipcodes VALUES (50237,'Runnells','IA','41.536205','-93.381820',-6,1); -INSERT INTO zipcodes VALUES (50238,'Russell','IA','40.962051','-93.183730',-6,1); -INSERT INTO zipcodes VALUES (50239,'Saint Anthony','IA','42.135419','-93.202400',-6,1); -INSERT INTO zipcodes VALUES (50240,'Saint Charles','IA','41.304096','-93.797280',-6,1); -INSERT INTO zipcodes VALUES (50241,'Saint Marys','IA','41.308451','-93.731570',-6,1); -INSERT INTO zipcodes VALUES (50242,'Searsboro','IA','41.565120','-92.694840',-6,1); -INSERT INTO zipcodes VALUES (50243,'Sheldahl','IA','41.864393','-93.695410',-6,1); -INSERT INTO zipcodes VALUES (50244,'Slater','IA','41.871283','-93.675080',-6,1); -INSERT INTO zipcodes VALUES (50246,'Stanhope','IA','42.281552','-93.795200',-6,1); -INSERT INTO zipcodes VALUES (50247,'State Center','IA','42.010415','-93.168270',-6,1); -INSERT INTO zipcodes VALUES (50248,'Story City','IA','42.186442','-93.598670',-6,1); -INSERT INTO zipcodes VALUES (50249,'Stratford','IA','42.280223','-93.906570',-6,1); -INSERT INTO zipcodes VALUES (50250,'Stuart','IA','41.500086','-94.327310',-6,1); -INSERT INTO zipcodes VALUES (50251,'Sully','IA','41.571400','-92.859410',-6,1); -INSERT INTO zipcodes VALUES (50252,'Swan','IA','41.449489','-93.317820',-6,1); -INSERT INTO zipcodes VALUES (50254,'Thayer','IA','40.993550','-94.076350',-6,1); -INSERT INTO zipcodes VALUES (50255,'Thornburg','IA','41.336267','-92.178366',-6,1); -INSERT INTO zipcodes VALUES (50256,'Tracy','IA','41.277693','-92.903000',-6,1); -INSERT INTO zipcodes VALUES (50257,'Truro','IA','41.204733','-93.845530',-6,1); -INSERT INTO zipcodes VALUES (50258,'Union','IA','42.232454','-93.078330',-6,1); -INSERT INTO zipcodes VALUES (50259,'Gifford','IA','42.383133','-93.250567',-6,1); -INSERT INTO zipcodes VALUES (50261,'Van Meter','IA','41.490848','-93.945090',-6,1); -INSERT INTO zipcodes VALUES (50262,'Van Wert','IA','40.857503','-93.799450',-6,1); -INSERT INTO zipcodes VALUES (50263,'Waukee','IA','41.601516','-93.861510',-6,1); -INSERT INTO zipcodes VALUES (50264,'Weldon','IA','40.892220','-93.709880',-6,1); -INSERT INTO zipcodes VALUES (50265,'West Des Moines','IA','41.570916','-93.735680',-6,1); -INSERT INTO zipcodes VALUES (50266,'West Des Moines','IA','41.581181','-93.782870',-6,1); -INSERT INTO zipcodes VALUES (50268,'What Cheer','IA','41.403794','-92.354100',-6,1); -INSERT INTO zipcodes VALUES (50269,'Whitten','IA','42.261478','-93.007380',-6,1); -INSERT INTO zipcodes VALUES (50271,'Williams','IA','42.486287','-93.546440',-6,1); -INSERT INTO zipcodes VALUES (50272,'Williamson','IA','41.088690','-93.258210',-6,1); -INSERT INTO zipcodes VALUES (50273,'Winterset','IA','41.332618','-94.038020',-6,1); -INSERT INTO zipcodes VALUES (50274,'Wiota','IA','41.394625','-94.862760',-6,1); -INSERT INTO zipcodes VALUES (50275,'Woodburn','IA','41.016190','-93.591810',-6,1); -INSERT INTO zipcodes VALUES (50276,'Woodward','IA','41.855315','-93.927950',-6,1); -INSERT INTO zipcodes VALUES (50277,'Yale','IA','41.779131','-94.354180',-6,1); -INSERT INTO zipcodes VALUES (50278,'Zearing','IA','42.158866','-93.296730',-6,1); -INSERT INTO zipcodes VALUES (50294,'Stratford','IA','42.266846','-93.927086',-6,1); -INSERT INTO zipcodes VALUES (50301,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50302,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50303,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50304,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50305,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50306,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50307,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50308,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50309,'Des Moines','IA','41.585939','-93.620040',-6,1); -INSERT INTO zipcodes VALUES (50310,'Des Moines','IA','41.625988','-93.674030',-6,1); -INSERT INTO zipcodes VALUES (50311,'Des Moines','IA','41.601189','-93.680760',-6,1); -INSERT INTO zipcodes VALUES (50312,'Des Moines','IA','41.587039','-93.673560',-6,1); -INSERT INTO zipcodes VALUES (50313,'Des Moines','IA','41.637638','-93.616360',-6,1); -INSERT INTO zipcodes VALUES (50314,'Des Moines','IA','41.602989','-93.632370',-6,1); -INSERT INTO zipcodes VALUES (50315,'Des Moines','IA','41.545089','-93.619040',-6,1); -INSERT INTO zipcodes VALUES (50316,'Des Moines','IA','41.606339','-93.598290',-6,1); -INSERT INTO zipcodes VALUES (50317,'Des Moines','IA','41.606939','-93.548290',-6,1); -INSERT INTO zipcodes VALUES (50318,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50319,'Des Moines','IA','41.592089','-93.603967',-6,1); -INSERT INTO zipcodes VALUES (50320,'Des Moines','IA','41.537059','-93.580720',-6,1); -INSERT INTO zipcodes VALUES (50321,'Des Moines','IA','41.542789','-93.661890',-6,1); -INSERT INTO zipcodes VALUES (50322,'Urbandale','IA','41.630521','-93.723800',-6,1); -INSERT INTO zipcodes VALUES (50323,'Urbandale','IA','41.625788','-93.802350',-6,1); -INSERT INTO zipcodes VALUES (50325,'Clive','IA','41.607870','-93.780930',-6,1); -INSERT INTO zipcodes VALUES (50327,'Pleasant Hill','IA','41.587818','-93.505751',-6,1); -INSERT INTO zipcodes VALUES (50328,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50329,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50330,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50331,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50332,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50333,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50334,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50335,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50336,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50338,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50339,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50340,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50347,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50350,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50359,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50360,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50361,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50362,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50363,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50364,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50367,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50368,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50369,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50380,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50381,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50391,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50392,'Des Moines','IA','41.587839','-93.627368',-6,1); -INSERT INTO zipcodes VALUES (50393,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50394,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50395,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50396,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50397,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50398,'West Des Moines','IA','41.594543','-93.785502',-6,1); -INSERT INTO zipcodes VALUES (50401,'Mason City','IA','43.153969','-93.200370',-6,1); -INSERT INTO zipcodes VALUES (50402,'Mason City','IA','43.081604','-93.260879',-6,1); -INSERT INTO zipcodes VALUES (50405,'Lake Mills','IA','43.418395','-93.525253',-6,1); -INSERT INTO zipcodes VALUES (50420,'Alexander','IA','42.811536','-93.468440',-6,1); -INSERT INTO zipcodes VALUES (50421,'Belmond','IA','42.842616','-93.618700',-6,1); -INSERT INTO zipcodes VALUES (50423,'Britt','IA','43.104076','-93.804100',-6,1); -INSERT INTO zipcodes VALUES (50424,'Buffalo Center','IA','43.392145','-93.942820',-6,1); -INSERT INTO zipcodes VALUES (50426,'Carpenter','IA','43.414156','-93.016930',-6,1); -INSERT INTO zipcodes VALUES (50427,'Chapin','IA','42.834852','-93.222587',-6,1); -INSERT INTO zipcodes VALUES (50428,'Clear Lake','IA','43.137500','-93.384630',-6,1); -INSERT INTO zipcodes VALUES (50430,'Corwith','IA','42.985613','-93.961380',-6,1); -INSERT INTO zipcodes VALUES (50431,'Coulter','IA','42.735305','-93.370560',-6,1); -INSERT INTO zipcodes VALUES (50432,'Crystal Lake','IA','43.222661','-93.790900',-6,1); -INSERT INTO zipcodes VALUES (50433,'Dougherty','IA','42.922595','-93.043920',-6,1); -INSERT INTO zipcodes VALUES (50434,'Fertile','IA','43.260087','-93.435530',-6,1); -INSERT INTO zipcodes VALUES (50435,'Floyd','IA','43.157144','-92.760560',-6,1); -INSERT INTO zipcodes VALUES (50436,'Forest City','IA','43.259165','-93.656250',-6,1); -INSERT INTO zipcodes VALUES (50438,'Garner','IA','43.102343','-93.610330',-6,1); -INSERT INTO zipcodes VALUES (50439,'Goodell','IA','42.930305','-93.626450',-6,1); -INSERT INTO zipcodes VALUES (50440,'Grafton','IA','43.329416','-93.072970',-6,1); -INSERT INTO zipcodes VALUES (50441,'Hampton','IA','42.743106','-93.215180',-6,1); -INSERT INTO zipcodes VALUES (50444,'Hanlontown','IA','43.287532','-93.383600',-6,1); -INSERT INTO zipcodes VALUES (50446,'Joice','IA','43.343138','-93.456940',-6,1); -INSERT INTO zipcodes VALUES (50447,'Kanawha','IA','42.926804','-93.808210',-6,1); -INSERT INTO zipcodes VALUES (50448,'Kensett','IA','43.349766','-93.225730',-6,1); -INSERT INTO zipcodes VALUES (50449,'Klemme','IA','43.002473','-93.582920',-6,1); -INSERT INTO zipcodes VALUES (50450,'Lake Mills','IA','43.418877','-93.520780',-6,1); -INSERT INTO zipcodes VALUES (50451,'Lakota','IA','43.379814','-94.090440',-6,1); -INSERT INTO zipcodes VALUES (50452,'Latimer','IA','42.779290','-93.368420',-6,1); -INSERT INTO zipcodes VALUES (50453,'Leland','IA','43.363881','-93.646800',-6,1); -INSERT INTO zipcodes VALUES (50454,'Little Cedar','IA','43.383010','-92.729300',-6,1); -INSERT INTO zipcodes VALUES (50455,'McIntire','IA','43.450496','-92.643310',-6,1); -INSERT INTO zipcodes VALUES (50456,'Manly','IA','43.289041','-93.208380',-6,1); -INSERT INTO zipcodes VALUES (50457,'Meservey','IA','42.916174','-93.483180',-6,1); -INSERT INTO zipcodes VALUES (50458,'Nora Springs','IA','43.147661','-93.005190',-6,1); -INSERT INTO zipcodes VALUES (50459,'Northwood','IA','43.444448','-93.240150',-6,1); -INSERT INTO zipcodes VALUES (50460,'Orchard','IA','43.220043','-92.722370',-6,1); -INSERT INTO zipcodes VALUES (50461,'Osage','IA','43.290536','-92.821150',-6,1); -INSERT INTO zipcodes VALUES (50464,'Plymouth','IA','43.248524','-93.099760',-6,1); -INSERT INTO zipcodes VALUES (50465,'Rake','IA','43.484445','-93.918170',-6,1); -INSERT INTO zipcodes VALUES (50466,'Riceville','IA','43.376582','-92.547550',-6,1); -INSERT INTO zipcodes VALUES (50467,'Rock Falls','IA','43.206593','-93.085740',-6,1); -INSERT INTO zipcodes VALUES (50468,'Rockford','IA','43.048973','-92.954580',-6,1); -INSERT INTO zipcodes VALUES (50469,'Rockwell','IA','42.994932','-93.201920',-6,1); -INSERT INTO zipcodes VALUES (50470,'Rowan','IA','42.740200','-93.553380',-6,1); -INSERT INTO zipcodes VALUES (50471,'Rudd','IA','43.148134','-92.887590',-6,1); -INSERT INTO zipcodes VALUES (50472,'Saint Ansgar','IA','43.402708','-92.938410',-6,1); -INSERT INTO zipcodes VALUES (50473,'Scarville','IA','43.465920','-93.666710',-6,1); -INSERT INTO zipcodes VALUES (50475,'Sheffield','IA','42.885160','-93.220820',-6,1); -INSERT INTO zipcodes VALUES (50476,'Stacyville','IA','43.441028','-92.777020',-6,1); -INSERT INTO zipcodes VALUES (50477,'Swaledale','IA','42.977790','-93.327680',-6,1); -INSERT INTO zipcodes VALUES (50478,'Thompson','IA','43.385425','-93.777340',-6,1); -INSERT INTO zipcodes VALUES (50479,'Thornton','IA','42.939528','-93.393010',-6,1); -INSERT INTO zipcodes VALUES (50480,'Titonka','IA','43.242739','-94.043330',-6,1); -INSERT INTO zipcodes VALUES (50481,'Toeterville','IA','43.356439','-92.788967',-6,1); -INSERT INTO zipcodes VALUES (50482,'Ventura','IA','43.124246','-93.482590',-6,1); -INSERT INTO zipcodes VALUES (50483,'Wesley','IA','43.104175','-93.999880',-6,1); -INSERT INTO zipcodes VALUES (50484,'Woden','IA','43.236648','-93.921370',-6,1); -INSERT INTO zipcodes VALUES (50501,'Fort Dodge','IA','42.499242','-94.182560',-6,1); -INSERT INTO zipcodes VALUES (50510,'Albert City','IA','42.768165','-94.970330',-6,1); -INSERT INTO zipcodes VALUES (50511,'Algona','IA','43.073900','-94.226020',-6,1); -INSERT INTO zipcodes VALUES (50514,'Armstrong','IA','43.398596','-94.472230',-6,1); -INSERT INTO zipcodes VALUES (50515,'Ayrshire','IA','43.023296','-94.851880',-6,1); -INSERT INTO zipcodes VALUES (50516,'Badger','IA','42.624944','-94.139040',-6,1); -INSERT INTO zipcodes VALUES (50517,'Bancroft','IA','43.295639','-94.225780',-6,1); -INSERT INTO zipcodes VALUES (50518,'Barnum','IA','42.523953','-94.354010',-6,1); -INSERT INTO zipcodes VALUES (50519,'Bode','IA','42.884723','-94.276440',-6,1); -INSERT INTO zipcodes VALUES (50520,'Bradgate','IA','42.802568','-94.419550',-6,1); -INSERT INTO zipcodes VALUES (50521,'Burnside','IA','42.346859','-94.107320',-6,1); -INSERT INTO zipcodes VALUES (50522,'Burt','IA','43.192938','-94.195120',-6,1); -INSERT INTO zipcodes VALUES (50523,'Callender','IA','42.365340','-94.297790',-6,1); -INSERT INTO zipcodes VALUES (50524,'Clare','IA','42.603391','-94.361290',-6,1); -INSERT INTO zipcodes VALUES (50525,'Clarion','IA','42.738313','-93.738500',-6,1); -INSERT INTO zipcodes VALUES (50526,'Clarion','IA','42.733001','-93.735230',-6,1); -INSERT INTO zipcodes VALUES (50527,'Curlew','IA','42.973868','-94.782690',-6,1); -INSERT INTO zipcodes VALUES (50528,'Cylinder','IA','43.117331','-94.547670',-6,1); -INSERT INTO zipcodes VALUES (50529,'Dakota City','IA','42.720708','-94.201850',-6,1); -INSERT INTO zipcodes VALUES (50530,'Dayton','IA','42.265940','-94.051800',-6,1); -INSERT INTO zipcodes VALUES (50531,'Dolliver','IA','43.465883','-94.616320',-6,1); -INSERT INTO zipcodes VALUES (50532,'Duncombe','IA','42.456733','-93.998140',-6,1); -INSERT INTO zipcodes VALUES (50533,'Eagle Grove','IA','42.659143','-93.906840',-6,1); -INSERT INTO zipcodes VALUES (50535,'Early','IA','42.453686','-95.163950',-6,1); -INSERT INTO zipcodes VALUES (50536,'Emmetsburg','IA','43.115156','-94.693100',-6,1); -INSERT INTO zipcodes VALUES (50538,'Farnhamville','IA','42.279123','-94.413730',-6,1); -INSERT INTO zipcodes VALUES (50539,'Fenton','IA','43.225165','-94.425830',-6,1); -INSERT INTO zipcodes VALUES (50540,'Fonda','IA','42.588160','-94.841920',-6,1); -INSERT INTO zipcodes VALUES (50541,'Gilmore City','IA','42.710320','-94.452930',-6,1); -INSERT INTO zipcodes VALUES (50542,'Goldfield','IA','42.764886','-93.941130',-6,1); -INSERT INTO zipcodes VALUES (50543,'Gowrie','IA','42.269537','-94.295390',-6,1); -INSERT INTO zipcodes VALUES (50544,'Harcourt','IA','42.259002','-94.176660',-6,1); -INSERT INTO zipcodes VALUES (50545,'Hardy','IA','42.818996','-94.074240',-6,1); -INSERT INTO zipcodes VALUES (50546,'Havelock','IA','42.836636','-94.705870',-6,1); -INSERT INTO zipcodes VALUES (50548,'Humboldt','IA','42.720313','-94.225170',-6,1); -INSERT INTO zipcodes VALUES (50551,'Jolley','IA','42.475817','-94.732100',-6,1); -INSERT INTO zipcodes VALUES (50552,'Knierim','IA','42.455148','-94.456520',-6,1); -INSERT INTO zipcodes VALUES (50554,'Laurens','IA','42.844055','-94.842750',-6,1); -INSERT INTO zipcodes VALUES (50556,'Ledyard','IA','43.448529','-94.196970',-6,1); -INSERT INTO zipcodes VALUES (50557,'Lehigh','IA','42.358466','-94.058290',-6,1); -INSERT INTO zipcodes VALUES (50558,'Livermore','IA','42.872099','-94.173390',-6,1); -INSERT INTO zipcodes VALUES (50559,'Lone Rock','IA','43.204803','-94.315260',-6,1); -INSERT INTO zipcodes VALUES (50560,'Lu Verne','IA','42.947984','-94.108450',-6,1); -INSERT INTO zipcodes VALUES (50561,'Lytton','IA','42.417882','-94.850980',-6,1); -INSERT INTO zipcodes VALUES (50562,'Mallard','IA','42.949884','-94.663720',-6,1); -INSERT INTO zipcodes VALUES (50563,'Manson','IA','42.525030','-94.536280',-6,1); -INSERT INTO zipcodes VALUES (50565,'Marathon','IA','42.855822','-95.002450',-6,1); -INSERT INTO zipcodes VALUES (50566,'Moorland','IA','42.437122','-94.321400',-6,1); -INSERT INTO zipcodes VALUES (50567,'Nemaha','IA','42.527637','-95.101250',-6,1); -INSERT INTO zipcodes VALUES (50568,'Newell','IA','42.612476','-95.000060',-6,1); -INSERT INTO zipcodes VALUES (50569,'Otho','IA','42.417893','-94.149400',-6,1); -INSERT INTO zipcodes VALUES (50570,'Ottosen','IA','42.899575','-94.375570',-6,1); -INSERT INTO zipcodes VALUES (50571,'Palmer','IA','42.638478','-94.589790',-6,1); -INSERT INTO zipcodes VALUES (50573,'Plover','IA','42.878058','-94.624000',-6,1); -INSERT INTO zipcodes VALUES (50574,'Pocahontas','IA','42.724938','-94.683650',-6,1); -INSERT INTO zipcodes VALUES (50575,'Pomeroy','IA','42.556020','-94.683070',-6,1); -INSERT INTO zipcodes VALUES (50576,'Rembrandt','IA','42.814277','-95.180710',-6,1); -INSERT INTO zipcodes VALUES (50577,'Renwick','IA','42.846831','-93.981590',-6,1); -INSERT INTO zipcodes VALUES (50578,'Ringsted','IA','43.291538','-94.541210',-6,1); -INSERT INTO zipcodes VALUES (50579,'Rockwell City','IA','42.395906','-94.632940',-6,1); -INSERT INTO zipcodes VALUES (50581,'Rolfe','IA','42.842111','-94.531140',-6,1); -INSERT INTO zipcodes VALUES (50582,'Rutland','IA','42.778791','-94.295350',-6,1); -INSERT INTO zipcodes VALUES (50583,'Sac City','IA','42.431420','-94.993230',-6,1); -INSERT INTO zipcodes VALUES (50585,'Sioux Rapids','IA','42.907223','-95.143150',-6,1); -INSERT INTO zipcodes VALUES (50586,'Somers','IA','42.402475','-94.435100',-6,1); -INSERT INTO zipcodes VALUES (50587,'Rinard','IA','42.339118','-94.488618',-6,1); -INSERT INTO zipcodes VALUES (50588,'Storm Lake','IA','42.646924','-95.180700',-6,1); -INSERT INTO zipcodes VALUES (50590,'Swea City','IA','43.392985','-94.314960',-6,1); -INSERT INTO zipcodes VALUES (50591,'Thor','IA','42.684486','-94.054460',-6,1); -INSERT INTO zipcodes VALUES (50592,'Truesdale','IA','42.728665','-95.183030',-6,1); -INSERT INTO zipcodes VALUES (50593,'Varina','IA','42.658595','-94.900060',-6,1); -INSERT INTO zipcodes VALUES (50594,'Vincent','IA','42.587704','-94.025020',-6,1); -INSERT INTO zipcodes VALUES (50595,'Webster City','IA','42.464579','-93.820560',-6,1); -INSERT INTO zipcodes VALUES (50597,'West Bend','IA','42.979440','-94.464720',-6,1); -INSERT INTO zipcodes VALUES (50598,'Whittemore','IA','43.077787','-94.410610',-6,1); -INSERT INTO zipcodes VALUES (50599,'Woolstock','IA','42.579038','-93.803870',-6,1); -INSERT INTO zipcodes VALUES (50601,'Ackley','IA','42.563333','-93.049540',-6,1); -INSERT INTO zipcodes VALUES (50602,'Allison','IA','42.748060','-92.802770',-6,1); -INSERT INTO zipcodes VALUES (50603,'Alta Vista','IA','43.191256','-92.465460',-6,1); -INSERT INTO zipcodes VALUES (50604,'Aplington','IA','42.606337','-92.898800',-6,1); -INSERT INTO zipcodes VALUES (50605,'Aredale','IA','42.834044','-93.013500',-6,1); -INSERT INTO zipcodes VALUES (50606,'Arlington','IA','42.752057','-91.671490',-6,1); -INSERT INTO zipcodes VALUES (50607,'Aurora','IA','42.616399','-91.732620',-6,1); -INSERT INTO zipcodes VALUES (50608,'Austinville','IA','42.582430','-92.959880',-6,1); -INSERT INTO zipcodes VALUES (50609,'Beaman','IA','42.226183','-92.810150',-6,1); -INSERT INTO zipcodes VALUES (50611,'Bristow','IA','42.805321','-92.915790',-6,1); -INSERT INTO zipcodes VALUES (50612,'Buckingham','IA','42.275046','-92.397220',-6,1); -INSERT INTO zipcodes VALUES (50613,'Cedar Falls','IA','42.527184','-92.456090',-6,1); -INSERT INTO zipcodes VALUES (50614,'Cedar Falls','IA','42.469768','-92.309475',-6,1); -INSERT INTO zipcodes VALUES (50616,'Charles City','IA','43.072978','-92.667190',-6,1); -INSERT INTO zipcodes VALUES (50619,'Clarksville','IA','42.788967','-92.665840',-6,1); -INSERT INTO zipcodes VALUES (50620,'Colwell','IA','43.110765','-92.744821',-6,1); -INSERT INTO zipcodes VALUES (50621,'Conrad','IA','42.238432','-92.907480',-6,1); -INSERT INTO zipcodes VALUES (50622,'Denver','IA','42.671132','-92.338250',-6,1); -INSERT INTO zipcodes VALUES (50623,'Dewar','IA','42.526943','-92.218020',-6,1); -INSERT INTO zipcodes VALUES (50624,'Dike','IA','42.463161','-92.661830',-6,1); -INSERT INTO zipcodes VALUES (50625,'Dumont','IA','42.754361','-92.975100',-6,1); -INSERT INTO zipcodes VALUES (50626,'Dunkerton','IA','42.576054','-92.165750',-6,1); -INSERT INTO zipcodes VALUES (50627,'Eldora','IA','42.357549','-93.097500',-6,1); -INSERT INTO zipcodes VALUES (50628,'Elma','IA','43.262320','-92.414570',-6,1); -INSERT INTO zipcodes VALUES (50629,'Fairbank','IA','42.640202','-92.069880',-6,1); -INSERT INTO zipcodes VALUES (50630,'Fredericksburg','IA','42.963377','-92.207680',-6,1); -INSERT INTO zipcodes VALUES (50631,'Frederika','IA','42.882349','-92.304770',-6,1); -INSERT INTO zipcodes VALUES (50632,'Garwin','IA','42.079127','-92.708050',-6,1); -INSERT INTO zipcodes VALUES (50633,'Geneva','IA','42.671214','-93.132150',-6,1); -INSERT INTO zipcodes VALUES (50634,'Gilbertville','IA','42.417252','-92.213960',-6,1); -INSERT INTO zipcodes VALUES (50635,'Gladbrook','IA','42.190943','-92.707550',-6,1); -INSERT INTO zipcodes VALUES (50636,'Greene','IA','42.891377','-92.808480',-6,1); -INSERT INTO zipcodes VALUES (50638,'Grundy Center','IA','42.361095','-92.780150',-6,1); -INSERT INTO zipcodes VALUES (50641,'Hazleton','IA','42.605576','-91.912290',-6,1); -INSERT INTO zipcodes VALUES (50642,'Holland','IA','42.434420','-92.798020',-6,1); -INSERT INTO zipcodes VALUES (50643,'Hudson','IA','42.377311','-92.465130',-6,1); -INSERT INTO zipcodes VALUES (50644,'Independence','IA','42.470191','-91.892680',-6,1); -INSERT INTO zipcodes VALUES (50645,'Ionia','IA','43.031136','-92.461490',-6,1); -INSERT INTO zipcodes VALUES (50647,'Janesville','IA','42.646089','-92.473000',-6,1); -INSERT INTO zipcodes VALUES (50648,'Jesup','IA','42.453206','-92.093190',-6,1); -INSERT INTO zipcodes VALUES (50649,'Kesley','IA','42.662282','-92.910990',-6,1); -INSERT INTO zipcodes VALUES (50650,'Lamont','IA','42.612267','-91.657200',-6,1); -INSERT INTO zipcodes VALUES (50651,'La Porte City','IA','42.325098','-92.193830',-6,1); -INSERT INTO zipcodes VALUES (50652,'Lincoln','IA','42.263223','-92.691860',-6,1); -INSERT INTO zipcodes VALUES (50653,'Marble Rock','IA','42.966003','-92.879850',-6,1); -INSERT INTO zipcodes VALUES (50654,'Masonville','IA','42.440131','-91.609410',-6,1); -INSERT INTO zipcodes VALUES (50655,'Maynard','IA','42.774435','-91.886450',-6,1); -INSERT INTO zipcodes VALUES (50657,'Morrison','IA','42.343304','-92.673819',-6,1); -INSERT INTO zipcodes VALUES (50658,'Nashua','IA','42.953461','-92.534730',-6,1); -INSERT INTO zipcodes VALUES (50659,'New Hampton','IA','43.072094','-92.323230',-6,1); -INSERT INTO zipcodes VALUES (50660,'New Hartford','IA','42.568395','-92.626640',-6,1); -INSERT INTO zipcodes VALUES (50661,'North Washington','IA','43.117425','-92.414422',-6,1); -INSERT INTO zipcodes VALUES (50662,'Oelwein','IA','42.682886','-91.921820',-6,1); -INSERT INTO zipcodes VALUES (50664,'Oran','IA','42.862275','-91.843639',-6,1); -INSERT INTO zipcodes VALUES (50665,'Parkersburg','IA','42.576102','-92.781830',-6,1); -INSERT INTO zipcodes VALUES (50666,'Plainfield','IA','42.855231','-92.502950',-6,1); -INSERT INTO zipcodes VALUES (50667,'Raymond','IA','42.468387','-92.218180',-6,1); -INSERT INTO zipcodes VALUES (50668,'Readlyn','IA','42.693119','-92.229150',-6,1); -INSERT INTO zipcodes VALUES (50669,'Reinbeck','IA','42.329448','-92.606860',-6,1); -INSERT INTO zipcodes VALUES (50670,'Shell Rock','IA','42.710399','-92.597460',-6,1); -INSERT INTO zipcodes VALUES (50671,'Stanley','IA','42.643265','-91.810380',-6,1); -INSERT INTO zipcodes VALUES (50672,'Steamboat Rock','IA','42.410168','-93.067470',-6,1); -INSERT INTO zipcodes VALUES (50673,'Stout','IA','42.527131','-92.711380',-6,1); -INSERT INTO zipcodes VALUES (50674,'Sumner','IA','42.846877','-92.111880',-6,1); -INSERT INTO zipcodes VALUES (50675,'Traer','IA','42.193577','-92.482800',-6,1); -INSERT INTO zipcodes VALUES (50676,'Tripoli','IA','42.807994','-92.263680',-6,1); -INSERT INTO zipcodes VALUES (50677,'Waverly','IA','42.741016','-92.459840',-6,1); -INSERT INTO zipcodes VALUES (50680,'Wellsburg','IA','42.451112','-92.914530',-6,1); -INSERT INTO zipcodes VALUES (50681,'Westgate','IA','42.778924','-92.007350',-6,1); -INSERT INTO zipcodes VALUES (50682,'Winthrop','IA','42.459398','-91.712290',-6,1); -INSERT INTO zipcodes VALUES (50701,'Waterloo','IA','42.473536','-92.363820',-6,1); -INSERT INTO zipcodes VALUES (50702,'Waterloo','IA','42.475886','-92.335780',-6,1); -INSERT INTO zipcodes VALUES (50703,'Waterloo','IA','42.513636','-92.324180',-6,1); -INSERT INTO zipcodes VALUES (50704,'Waterloo','IA','42.469768','-92.309475',-6,1); -INSERT INTO zipcodes VALUES (50706,'Waterloo','IA','42.407588','-92.266570',-6,1); -INSERT INTO zipcodes VALUES (50707,'Evansdale','IA','42.477887','-92.282750',-6,1); -INSERT INTO zipcodes VALUES (50799,'Waterloo','IA','42.469768','-92.309475',-6,1); -INSERT INTO zipcodes VALUES (50801,'Creston','IA','41.070905','-94.384480',-6,1); -INSERT INTO zipcodes VALUES (50830,'Afton','IA','41.029408','-94.211280',-6,1); -INSERT INTO zipcodes VALUES (50831,'Arispe','IA','40.931394','-94.219334',-6,1); -INSERT INTO zipcodes VALUES (50833,'Bedford','IA','40.671295','-94.711310',-6,1); -INSERT INTO zipcodes VALUES (50835,'Benton','IA','40.697050','-94.330670',-6,1); -INSERT INTO zipcodes VALUES (50836,'Blockton','IA','40.621398','-94.476190',-6,1); -INSERT INTO zipcodes VALUES (50837,'Bridgewater','IA','41.237084','-94.683610',-6,1); -INSERT INTO zipcodes VALUES (50839,'Carbon','IA','41.048733','-94.823088',-6,1); -INSERT INTO zipcodes VALUES (50840,'Clearfield','IA','40.796387','-94.471020',-6,1); -INSERT INTO zipcodes VALUES (50841,'Corning','IA','41.002701','-94.761420',-6,1); -INSERT INTO zipcodes VALUES (50842,'Cromwell','IA','41.039762','-94.461622',-6,1); -INSERT INTO zipcodes VALUES (50843,'Cumberland','IA','41.242612','-94.901500',-6,1); -INSERT INTO zipcodes VALUES (50845,'Diagonal','IA','40.814077','-94.336010',-6,1); -INSERT INTO zipcodes VALUES (50846,'Fontanelle','IA','41.307029','-94.556790',-6,1); -INSERT INTO zipcodes VALUES (50847,'Grant','IA','41.142185','-94.984140',-6,1); -INSERT INTO zipcodes VALUES (50848,'Gravity','IA','40.780854','-94.764300',-6,1); -INSERT INTO zipcodes VALUES (50849,'Greenfield','IA','41.308843','-94.424240',-6,1); -INSERT INTO zipcodes VALUES (50851,'Lenox','IA','40.909175','-94.523110',-6,1); -INSERT INTO zipcodes VALUES (50853,'Massena','IA','41.247145','-94.771950',-6,1); -INSERT INTO zipcodes VALUES (50854,'Mount Ayr','IA','40.700115','-94.226070',-6,1); -INSERT INTO zipcodes VALUES (50857,'Nodaway','IA','40.944133','-94.875370',-6,1); -INSERT INTO zipcodes VALUES (50858,'Orient','IA','41.206570','-94.415730',-6,1); -INSERT INTO zipcodes VALUES (50859,'Prescott','IA','41.053745','-94.597280',-6,1); -INSERT INTO zipcodes VALUES (50860,'Redding','IA','40.618619','-94.331020',-6,1); -INSERT INTO zipcodes VALUES (50861,'Shannon City','IA','40.905544','-94.271070',-6,1); -INSERT INTO zipcodes VALUES (50862,'Sharpsburg','IA','40.806920','-94.647620',-6,1); -INSERT INTO zipcodes VALUES (50863,'Tingley','IA','40.857182','-94.192720',-6,1); -INSERT INTO zipcodes VALUES (50864,'Villisca','IA','40.960481','-94.990170',-6,1); -INSERT INTO zipcodes VALUES (50936,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50940,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50947,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50950,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50980,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (50981,'Des Moines','IA','41.672687','-93.572173',-6,1); -INSERT INTO zipcodes VALUES (51001,'Akron','IA','42.819093','-96.489670',-6,1); -INSERT INTO zipcodes VALUES (51002,'Alta','IA','42.687676','-95.318800',-6,1); -INSERT INTO zipcodes VALUES (51003,'Alton','IA','42.983011','-95.996360',-6,1); -INSERT INTO zipcodes VALUES (51004,'Anthon','IA','42.378152','-95.907840',-6,1); -INSERT INTO zipcodes VALUES (51005,'Aurelia','IA','42.710831','-95.431370',-6,1); -INSERT INTO zipcodes VALUES (51006,'Battle Creek','IA','42.316288','-95.610450',-6,1); -INSERT INTO zipcodes VALUES (51007,'Bronson','IA','42.403236','-96.188100',-6,1); -INSERT INTO zipcodes VALUES (51008,'Brunsville','IA','42.809286','-96.268700',-6,1); -INSERT INTO zipcodes VALUES (51009,'Calumet','IA','42.955200','-95.570082',-6,1); -INSERT INTO zipcodes VALUES (51010,'Castana','IA','42.075717','-95.911080',-6,1); -INSERT INTO zipcodes VALUES (51011,'Chatsworth','IA','42.916772','-96.516030',-6,1); -INSERT INTO zipcodes VALUES (51012,'Cherokee','IA','42.754004','-95.549190',-6,1); -INSERT INTO zipcodes VALUES (51014,'Cleghorn','IA','42.759208','-95.711390',-6,1); -INSERT INTO zipcodes VALUES (51015,'Climbing Hill','IA','42.345024','-96.087523',-6,1); -INSERT INTO zipcodes VALUES (51016,'Correctionville','IA','42.471378','-95.805290',-6,1); -INSERT INTO zipcodes VALUES (51017,'Craig','IA','42.896225','-96.309509',-6,1); -INSERT INTO zipcodes VALUES (51018,'Cushing','IA','42.462159','-95.676540',-6,1); -INSERT INTO zipcodes VALUES (51019,'Danbury','IA','42.276668','-95.719980',-6,1); -INSERT INTO zipcodes VALUES (51020,'Galva','IA','42.511431','-95.418700',-6,1); -INSERT INTO zipcodes VALUES (51022,'Granville','IA','42.974759','-95.869810',-6,1); -INSERT INTO zipcodes VALUES (51023,'Hawarden','IA','43.005927','-96.470900',-6,1); -INSERT INTO zipcodes VALUES (51024,'Hinton','IA','42.609657','-96.238550',-6,1); -INSERT INTO zipcodes VALUES (51025,'Holstein','IA','42.496494','-95.555290',-6,1); -INSERT INTO zipcodes VALUES (51026,'Hornick','IA','42.250507','-96.082980',-6,1); -INSERT INTO zipcodes VALUES (51027,'Ireton','IA','42.971195','-96.325120',-6,1); -INSERT INTO zipcodes VALUES (51028,'Kingsley','IA','42.596358','-95.986190',-6,1); -INSERT INTO zipcodes VALUES (51029,'Larrabee','IA','42.876589','-95.541060',-6,1); -INSERT INTO zipcodes VALUES (51030,'Lawton','IA','42.497015','-96.187890',-6,1); -INSERT INTO zipcodes VALUES (51031,'Le Mars','IA','42.797280','-96.171670',-6,1); -INSERT INTO zipcodes VALUES (51033,'Linn Grove','IA','42.907563','-95.253340',-6,1); -INSERT INTO zipcodes VALUES (51034,'Mapleton','IA','42.165283','-95.791090',-6,1); -INSERT INTO zipcodes VALUES (51035,'Marcus','IA','42.793354','-95.790300',-6,1); -INSERT INTO zipcodes VALUES (51036,'Maurice','IA','42.969595','-96.187130',-6,1); -INSERT INTO zipcodes VALUES (51037,'Meriden','IA','42.821249','-95.627350',-6,1); -INSERT INTO zipcodes VALUES (51038,'Merrill','IA','42.714106','-96.302910',-6,1); -INSERT INTO zipcodes VALUES (51039,'Moville','IA','42.474905','-96.055630',-6,1); -INSERT INTO zipcodes VALUES (51040,'Onawa','IA','42.027176','-96.118750',-6,1); -INSERT INTO zipcodes VALUES (51041,'Orange City','IA','43.015685','-96.061560',-6,1); -INSERT INTO zipcodes VALUES (51044,'Oto','IA','42.296880','-95.911040',-6,1); -INSERT INTO zipcodes VALUES (51045,'Oyens','IA','42.820632','-96.056540',-6,1); -INSERT INTO zipcodes VALUES (51046,'Paullina','IA','42.976116','-95.657720',-6,1); -INSERT INTO zipcodes VALUES (51047,'Peterson','IA','42.934345','-95.343430',-6,1); -INSERT INTO zipcodes VALUES (51048,'Pierson','IA','42.571699','-95.855560',-6,1); -INSERT INTO zipcodes VALUES (51049,'Quimby','IA','42.626822','-95.614380',-6,1); -INSERT INTO zipcodes VALUES (51050,'Remsen','IA','42.786134','-95.948200',-6,1); -INSERT INTO zipcodes VALUES (51051,'Rodney','IA','42.204860','-95.952940',-6,1); -INSERT INTO zipcodes VALUES (51052,'Salix','IA','42.307882','-96.282320',-6,1); -INSERT INTO zipcodes VALUES (51053,'Schaller','IA','42.498879','-95.289760',-6,1); -INSERT INTO zipcodes VALUES (51054,'Sergeant Bluff','IA','42.385560','-96.341940',-6,1); -INSERT INTO zipcodes VALUES (51055,'Sloan','IA','42.221763','-96.246060',-6,1); -INSERT INTO zipcodes VALUES (51056,'Smithland','IA','42.230920','-95.947240',-6,1); -INSERT INTO zipcodes VALUES (51057,'Struble','IA','42.837641','-96.178616',-6,1); -INSERT INTO zipcodes VALUES (51058,'Sutherland','IA','42.996361','-95.455800',-6,1); -INSERT INTO zipcodes VALUES (51059,'Turin','IA','42.036864','-95.966200',-6,1); -INSERT INTO zipcodes VALUES (51060,'Ute','IA','42.047700','-95.701850',-6,1); -INSERT INTO zipcodes VALUES (51061,'Washta','IA','42.576775','-95.719450',-6,1); -INSERT INTO zipcodes VALUES (51062,'Westfield','IA','42.725792','-96.537120',-6,1); -INSERT INTO zipcodes VALUES (51063,'Whiting','IA','42.137272','-96.166480',-6,1); -INSERT INTO zipcodes VALUES (51101,'Sioux City','IA','42.493559','-96.395620',-6,1); -INSERT INTO zipcodes VALUES (51102,'Sioux City','IA','42.368406','-96.317951',-6,1); -INSERT INTO zipcodes VALUES (51103,'Sioux City','IA','42.505387','-96.429300',-6,1); -INSERT INTO zipcodes VALUES (51104,'Sioux City','IA','42.524145','-96.402920',-6,1); -INSERT INTO zipcodes VALUES (51105,'Sioux City','IA','42.505046','-96.380030',-6,1); -INSERT INTO zipcodes VALUES (51106,'Sioux City','IA','42.466292','-96.352910',-6,1); -INSERT INTO zipcodes VALUES (51107,'Bronson','IA','42.411155','-96.210839',-6,1); -INSERT INTO zipcodes VALUES (51108,'Sioux City','IA','42.554944','-96.361390',-6,1); -INSERT INTO zipcodes VALUES (51109,'Sioux City','IA','42.528033','-96.476470',-6,1); -INSERT INTO zipcodes VALUES (51111,'Sioux City','IA','42.406357','-96.376170',-6,1); -INSERT INTO zipcodes VALUES (51201,'Sheldon','IA','43.184994','-95.858880',-6,1); -INSERT INTO zipcodes VALUES (51230,'Alvord','IA','43.352016','-96.308020',-6,1); -INSERT INTO zipcodes VALUES (51231,'Archer','IA','43.091483','-95.732970',-6,1); -INSERT INTO zipcodes VALUES (51232,'Ashton','IA','43.306169','-95.796900',-6,1); -INSERT INTO zipcodes VALUES (51234,'Boyden','IA','43.195280','-96.015110',-6,1); -INSERT INTO zipcodes VALUES (51235,'Doon','IA','43.291936','-96.222020',-6,1); -INSERT INTO zipcodes VALUES (51237,'George','IA','43.332554','-96.000360',-6,1); -INSERT INTO zipcodes VALUES (51238,'Hospers','IA','43.072732','-95.898550',-6,1); -INSERT INTO zipcodes VALUES (51239,'Hull','IA','43.192342','-96.150120',-6,1); -INSERT INTO zipcodes VALUES (51240,'Inwood','IA','43.309570','-96.458160',-6,1); -INSERT INTO zipcodes VALUES (51241,'Larchwood','IA','43.451905','-96.443190',-6,1); -INSERT INTO zipcodes VALUES (51242,'Lester','IA','43.438130','-96.333340',-6,1); -INSERT INTO zipcodes VALUES (51243,'Little Rock','IA','43.443704','-95.888320',-6,1); -INSERT INTO zipcodes VALUES (51244,'Matlock','IA','43.242958','-95.934480',-6,1); -INSERT INTO zipcodes VALUES (51245,'Primghar','IA','43.086954','-95.614760',-6,1); -INSERT INTO zipcodes VALUES (51246,'Rock Rapids','IA','43.430275','-96.166300',-6,1); -INSERT INTO zipcodes VALUES (51247,'Rock Valley','IA','43.192619','-96.324120',-6,1); -INSERT INTO zipcodes VALUES (51248,'Sanborn','IA','43.189668','-95.654090',-6,1); -INSERT INTO zipcodes VALUES (51249,'Sibley','IA','43.406831','-95.738760',-6,1); -INSERT INTO zipcodes VALUES (51250,'Sioux Center','IA','43.075142','-96.190390',-6,1); -INSERT INTO zipcodes VALUES (51301,'Spencer','IA','43.150381','-95.144660',-6,1); -INSERT INTO zipcodes VALUES (51330,'Allendorf','IA','43.415305','-95.643435',-6,1); -INSERT INTO zipcodes VALUES (51331,'Arnolds Park','IA','43.364496','-95.128610',-6,1); -INSERT INTO zipcodes VALUES (51333,'Dickens','IA','43.133063','-95.009650',-6,1); -INSERT INTO zipcodes VALUES (51334,'Estherville','IA','43.401328','-94.815240',-6,1); -INSERT INTO zipcodes VALUES (51338,'Everly','IA','43.193363','-95.318540',-6,1); -INSERT INTO zipcodes VALUES (51340,'Fostoria','IA','43.082426','-95.151095',-6,1); -INSERT INTO zipcodes VALUES (51341,'Gillett Grove','IA','43.014514','-95.036570',-6,1); -INSERT INTO zipcodes VALUES (51342,'Graettinger','IA','43.239934','-94.741380',-6,1); -INSERT INTO zipcodes VALUES (51343,'Greenville','IA','43.003251','-95.127140',-6,1); -INSERT INTO zipcodes VALUES (51344,'Gruver','IA','43.393113','-94.704710',-6,1); -INSERT INTO zipcodes VALUES (51345,'Harris','IA','43.407616','-95.437520',-6,1); -INSERT INTO zipcodes VALUES (51346,'Hartley','IA','43.183038','-95.467870',-6,1); -INSERT INTO zipcodes VALUES (51347,'Lake Park','IA','43.437775','-95.316370',-6,1); -INSERT INTO zipcodes VALUES (51349,'May City','IA','43.320149','-95.475130',-6,1); -INSERT INTO zipcodes VALUES (51350,'Melvin','IA','43.302880','-95.595970',-6,1); -INSERT INTO zipcodes VALUES (51351,'Milford','IA','43.331580','-95.163370',-6,1); -INSERT INTO zipcodes VALUES (51354,'Ocheyedan','IA','43.413538','-95.536750',-6,1); -INSERT INTO zipcodes VALUES (51355,'Okoboji','IA','43.387620','-95.138020',-6,1); -INSERT INTO zipcodes VALUES (51357,'Royal','IA','43.057948','-95.274820',-6,1); -INSERT INTO zipcodes VALUES (51358,'Ruthven','IA','43.133294','-94.900060',-6,1); -INSERT INTO zipcodes VALUES (51360,'Spirit Lake','IA','43.428983','-95.108920',-6,1); -INSERT INTO zipcodes VALUES (51363,'Superior','IA','43.432156','-94.945690',-6,1); -INSERT INTO zipcodes VALUES (51364,'Terril','IA','43.303488','-94.969030',-6,1); -INSERT INTO zipcodes VALUES (51365,'Wallingford','IA','43.309573','-94.747840',-6,1); -INSERT INTO zipcodes VALUES (51366,'Webb','IA','42.951621','-95.011450',-6,1); -INSERT INTO zipcodes VALUES (51401,'Carroll','IA','42.066399','-94.867860',-6,1); -INSERT INTO zipcodes VALUES (51430,'Arcadia','IA','42.098090','-95.024410',-6,1); -INSERT INTO zipcodes VALUES (51431,'Arthur','IA','42.345965','-95.356150',-6,1); -INSERT INTO zipcodes VALUES (51432,'Aspinwall','IA','41.911924','-95.135602',-6,1); -INSERT INTO zipcodes VALUES (51433,'Auburn','IA','42.279474','-94.886420',-6,1); -INSERT INTO zipcodes VALUES (51436,'Breda','IA','42.186982','-95.004870',-6,1); -INSERT INTO zipcodes VALUES (51439,'Charter Oak','IA','42.082550','-95.579380',-6,1); -INSERT INTO zipcodes VALUES (51440,'Dedham','IA','41.913691','-94.814530',-6,1); -INSERT INTO zipcodes VALUES (51441,'Deloit','IA','42.113042','-95.314820',-6,1); -INSERT INTO zipcodes VALUES (51442,'Denison','IA','42.019336','-95.353790',-6,1); -INSERT INTO zipcodes VALUES (51443,'Glidden','IA','42.096445','-94.711410',-6,1); -INSERT INTO zipcodes VALUES (51444,'Halbur','IA','42.005206','-94.975470',-6,1); -INSERT INTO zipcodes VALUES (51445,'Ida Grove','IA','42.332677','-95.468230',-6,1); -INSERT INTO zipcodes VALUES (51446,'Irwin','IA','41.785808','-95.201730',-6,1); -INSERT INTO zipcodes VALUES (51447,'Kirkman','IA','41.719600','-95.195380',-6,1); -INSERT INTO zipcodes VALUES (51448,'Kiron','IA','42.204515','-95.309280',-6,1); -INSERT INTO zipcodes VALUES (51449,'Lake City','IA','42.266805','-94.735710',-6,1); -INSERT INTO zipcodes VALUES (51450,'Lake View','IA','42.302091','-95.030610',-6,1); -INSERT INTO zipcodes VALUES (51451,'Lanesboro','IA','42.184035','-94.692460',-6,1); -INSERT INTO zipcodes VALUES (51452,'Lidderdale','IA','42.126994','-94.784490',-6,1); -INSERT INTO zipcodes VALUES (51453,'Lohrville','IA','42.275860','-94.540410',-6,1); -INSERT INTO zipcodes VALUES (51454,'Manilla','IA','41.885538','-95.221580',-6,1); -INSERT INTO zipcodes VALUES (51455,'Manning','IA','41.913633','-95.069390',-6,1); -INSERT INTO zipcodes VALUES (51458,'Odebolt','IA','42.315531','-95.235510',-6,1); -INSERT INTO zipcodes VALUES (51459,'Ralston','IA','42.040772','-94.632920',-6,1); -INSERT INTO zipcodes VALUES (51460,'Ricketts','IA','42.130428','-95.574593',-6,1); -INSERT INTO zipcodes VALUES (51461,'Schleswig','IA','42.172338','-95.449240',-6,1); -INSERT INTO zipcodes VALUES (51462,'Scranton','IA','42.022139','-94.564090',-6,1); -INSERT INTO zipcodes VALUES (51463,'Templeton','IA','41.910011','-94.927750',-6,1); -INSERT INTO zipcodes VALUES (51465,'Vail','IA','42.072884','-95.202610',-6,1); -INSERT INTO zipcodes VALUES (51466,'Wall Lake','IA','42.256867','-95.093070',-6,1); -INSERT INTO zipcodes VALUES (51467,'Westside','IA','42.072073','-95.107110',-6,1); -INSERT INTO zipcodes VALUES (51496,'Templeton','IA','41.916027','-94.944563',-6,1); -INSERT INTO zipcodes VALUES (51501,'Council Bluffs','IA','41.251631','-95.874470',-6,1); -INSERT INTO zipcodes VALUES (51502,'Council Bluffs','IA','41.269884','-95.797520',-6,1); -INSERT INTO zipcodes VALUES (51503,'Council Bluffs','IA','41.254400','-95.790620',-6,1); -INSERT INTO zipcodes VALUES (51510,'Carter Lake','IA','41.292647','-95.913980',-6,1); -INSERT INTO zipcodes VALUES (51515,'Griswold','IA','41.233503','-95.135861',-6,1); -INSERT INTO zipcodes VALUES (51520,'Arion','IA','41.952624','-95.458180',-6,1); -INSERT INTO zipcodes VALUES (51521,'Avoca','IA','41.480790','-95.338810',-6,1); -INSERT INTO zipcodes VALUES (51523,'Blencoe','IA','41.913400','-96.085000',-6,1); -INSERT INTO zipcodes VALUES (51525,'Carson','IA','41.231387','-95.404400',-6,1); -INSERT INTO zipcodes VALUES (51526,'Crescent','IA','41.362096','-95.873210',-6,1); -INSERT INTO zipcodes VALUES (51527,'Defiance','IA','41.828495','-95.343630',-6,1); -INSERT INTO zipcodes VALUES (51528,'Dow City','IA','41.927255','-95.498210',-6,1); -INSERT INTO zipcodes VALUES (51529,'Dunlap','IA','41.856963','-95.617540',-6,1); -INSERT INTO zipcodes VALUES (51530,'Earling','IA','41.773640','-95.427610',-6,1); -INSERT INTO zipcodes VALUES (51531,'Elk Horn','IA','41.596716','-95.071600',-6,1); -INSERT INTO zipcodes VALUES (51532,'Elliott','IA','41.140956','-95.130040',-6,1); -INSERT INTO zipcodes VALUES (51533,'Emerson','IA','41.029684','-95.382950',-6,1); -INSERT INTO zipcodes VALUES (51534,'Glenwood','IA','41.039679','-95.730920',-6,1); -INSERT INTO zipcodes VALUES (51535,'Griswold','IA','41.232047','-95.138710',-6,1); -INSERT INTO zipcodes VALUES (51536,'Hancock','IA','41.388872','-95.367820',-6,1); -INSERT INTO zipcodes VALUES (51537,'Harlan','IA','41.638566','-95.296920',-6,1); -INSERT INTO zipcodes VALUES (51540,'Hastings','IA','41.020978','-95.498520',-6,1); -INSERT INTO zipcodes VALUES (51541,'Henderson','IA','41.137694','-95.398970',-6,1); -INSERT INTO zipcodes VALUES (51542,'Honey Creek','IA','41.427994','-95.840040',-6,1); -INSERT INTO zipcodes VALUES (51543,'Kimballton','IA','41.648500','-95.083340',-6,1); -INSERT INTO zipcodes VALUES (51544,'Lewis','IA','41.313817','-95.104240',-6,1); -INSERT INTO zipcodes VALUES (51545,'Little Sioux','IA','41.812797','-96.032180',-6,1); -INSERT INTO zipcodes VALUES (51546,'Logan','IA','41.642520','-95.781340',-6,1); -INSERT INTO zipcodes VALUES (51547,'Kirkman','IA','41.770000','-95.644264',-6,1); -INSERT INTO zipcodes VALUES (51548,'McClelland','IA','41.307465','-95.626750',-6,1); -INSERT INTO zipcodes VALUES (51549,'Macedonia','IA','41.182061','-95.443570',-6,1); -INSERT INTO zipcodes VALUES (51550,'Magnolia','IA','41.695375','-95.873530',-6,1); -INSERT INTO zipcodes VALUES (51551,'Malvern','IA','40.998667','-95.589410',-6,1); -INSERT INTO zipcodes VALUES (51552,'Marne','IA','41.470605','-95.112910',-6,1); -INSERT INTO zipcodes VALUES (51553,'Minden','IA','41.425925','-95.546100',-6,1); -INSERT INTO zipcodes VALUES (51554,'Mineola','IA','41.142148','-95.692050',-6,1); -INSERT INTO zipcodes VALUES (51555,'Missouri Valley','IA','41.557887','-95.906510',-6,1); -INSERT INTO zipcodes VALUES (51556,'Modale','IA','41.642430','-96.028720',-6,1); -INSERT INTO zipcodes VALUES (51557,'Mondamin','IA','41.739005','-95.996570',-6,1); -INSERT INTO zipcodes VALUES (51558,'Moorhead','IA','41.911376','-95.860920',-6,1); -INSERT INTO zipcodes VALUES (51559,'Neola','IA','41.455142','-95.647920',-6,1); -INSERT INTO zipcodes VALUES (51560,'Oakland','IA','41.320647','-95.397480',-6,1); -INSERT INTO zipcodes VALUES (51561,'Pacific Junction','IA','41.022849','-95.803030',-6,1); -INSERT INTO zipcodes VALUES (51562,'Panama','IA','41.725547','-95.494150',-6,1); -INSERT INTO zipcodes VALUES (51563,'Persia','IA','41.568945','-95.585030',-6,1); -INSERT INTO zipcodes VALUES (51564,'Pisgah','IA','41.816224','-95.905560',-6,1); -INSERT INTO zipcodes VALUES (51565,'Portsmouth','IA','41.650114','-95.522750',-6,1); -INSERT INTO zipcodes VALUES (51566,'Red Oak','IA','41.006437','-95.226030',-6,1); -INSERT INTO zipcodes VALUES (51570,'Shelby','IA','41.522790','-95.465010',-6,1); -INSERT INTO zipcodes VALUES (51571,'Silver City','IA','41.123653','-95.622250',-6,1); -INSERT INTO zipcodes VALUES (51572,'Soldier','IA','41.987483','-95.783170',-6,1); -INSERT INTO zipcodes VALUES (51573,'Stanton','IA','40.979256','-95.097220',-6,1); -INSERT INTO zipcodes VALUES (51574,'Tennant','IA','41.595686','-95.441930',-6,1); -INSERT INTO zipcodes VALUES (51575,'Treynor','IA','41.231146','-95.611550',-6,1); -INSERT INTO zipcodes VALUES (51576,'Underwood','IA','41.388244','-95.687770',-6,1); -INSERT INTO zipcodes VALUES (51577,'Walnut','IA','41.470851','-95.202560',-6,1); -INSERT INTO zipcodes VALUES (51578,'Westphalia','IA','41.719352','-95.395800',-6,1); -INSERT INTO zipcodes VALUES (51579,'Woodbine','IA','41.743335','-95.711170',-6,1); -INSERT INTO zipcodes VALUES (51591,'Red Oak','IA','41.030256','-95.156205',-6,1); -INSERT INTO zipcodes VALUES (51593,'Harlan','IA','41.332943','-95.587197',-6,1); -INSERT INTO zipcodes VALUES (51601,'Shenandoah','IA','40.750107','-95.365140',-6,1); -INSERT INTO zipcodes VALUES (51602,'Shenandoah','IA','40.738309','-95.149305',-6,1); -INSERT INTO zipcodes VALUES (51603,'Shenandoah','IA','40.738309','-95.149305',-6,1); -INSERT INTO zipcodes VALUES (51630,'Blanchard','IA','40.588924','-95.212540',-6,1); -INSERT INTO zipcodes VALUES (51631,'Braddyville','IA','40.615698','-95.009420',-6,1); -INSERT INTO zipcodes VALUES (51632,'Clarinda','IA','40.738639','-95.035950',-6,1); -INSERT INTO zipcodes VALUES (51636,'Coin','IA','40.671163','-95.216980',-6,1); -INSERT INTO zipcodes VALUES (51637,'College Springs','IA','40.616696','-95.115680',-6,1); -INSERT INTO zipcodes VALUES (51638,'Essex','IA','40.822954','-95.270070',-6,1); -INSERT INTO zipcodes VALUES (51639,'Farragut','IA','40.707376','-95.474450',-6,1); -INSERT INTO zipcodes VALUES (51640,'Hamburg','IA','40.622159','-95.667360',-6,1); -INSERT INTO zipcodes VALUES (51645,'Imogene','IA','40.884496','-95.426370',-6,1); -INSERT INTO zipcodes VALUES (51646,'New Market','IA','40.732886','-94.887720',-6,1); -INSERT INTO zipcodes VALUES (51647,'Northboro','IA','40.599361','-95.364190',-6,1); -INSERT INTO zipcodes VALUES (51648,'Percival','IA','40.741715','-95.797600',-6,1); -INSERT INTO zipcodes VALUES (51649,'Randolph','IA','40.865993','-95.546870',-6,1); -INSERT INTO zipcodes VALUES (51650,'Riverton','IA','40.679816','-95.564940',-6,1); -INSERT INTO zipcodes VALUES (51651,'Shambaugh','IA','40.657470','-95.024969',-6,1); -INSERT INTO zipcodes VALUES (51652,'Sidney','IA','40.762610','-95.606790',-6,1); -INSERT INTO zipcodes VALUES (51653,'Tabor','IA','40.886487','-95.670010',-6,1); -INSERT INTO zipcodes VALUES (51654,'Thurman','IA','40.836473','-95.764630',-6,1); -INSERT INTO zipcodes VALUES (51656,'Yorktown','IA','40.737446','-95.156217',-6,1); -INSERT INTO zipcodes VALUES (52001,'Dubuque','IA','42.515252','-90.679400',-6,1); -INSERT INTO zipcodes VALUES (52002,'Dubuque','IA','42.509630','-90.753290',-6,1); -INSERT INTO zipcodes VALUES (52003,'Dubuque','IA','42.460604','-90.685760',-6,1); -INSERT INTO zipcodes VALUES (52004,'Dubuque','IA','42.484861','-90.804116',-6,1); -INSERT INTO zipcodes VALUES (52030,'Andrew','IA','42.154059','-90.591760',-6,1); -INSERT INTO zipcodes VALUES (52031,'Bellevue','IA','42.250445','-90.471150',-6,1); -INSERT INTO zipcodes VALUES (52032,'Bernard','IA','42.273028','-90.813190',-6,1); -INSERT INTO zipcodes VALUES (52033,'Cascade','IA','42.290250','-90.997590',-6,1); -INSERT INTO zipcodes VALUES (52035,'Colesburg','IA','42.662381','-91.185410',-6,1); -INSERT INTO zipcodes VALUES (52036,'Delaware','IA','42.473959','-91.342280',-6,1); -INSERT INTO zipcodes VALUES (52037,'Delmar','IA','41.967074','-90.632160',-6,1); -INSERT INTO zipcodes VALUES (52038,'Dundee','IA','42.585197','-91.552680',-6,1); -INSERT INTO zipcodes VALUES (52039,'Durango','IA','42.558403','-90.860420',-6,1); -INSERT INTO zipcodes VALUES (52040,'Dyersville','IA','42.490907','-91.128420',-6,1); -INSERT INTO zipcodes VALUES (52041,'Earlville','IA','42.491416','-91.263330',-6,1); -INSERT INTO zipcodes VALUES (52042,'Edgewood','IA','42.678463','-91.361800',-6,1); -INSERT INTO zipcodes VALUES (52043,'Elkader','IA','42.855022','-91.408820',-6,1); -INSERT INTO zipcodes VALUES (52044,'Elkport','IA','42.748558','-91.324450',-6,1); -INSERT INTO zipcodes VALUES (52045,'Epworth','IA','42.451496','-90.928510',-6,1); -INSERT INTO zipcodes VALUES (52046,'Farley','IA','42.442226','-91.009320',-6,1); -INSERT INTO zipcodes VALUES (52047,'Farmersburg','IA','42.959691','-91.355520',-6,1); -INSERT INTO zipcodes VALUES (52048,'Garber','IA','42.738079','-91.250780',-6,1); -INSERT INTO zipcodes VALUES (52049,'Garnavillo','IA','42.886672','-91.198660',-6,1); -INSERT INTO zipcodes VALUES (52050,'Greeley','IA','42.603334','-91.345280',-6,1); -INSERT INTO zipcodes VALUES (52052,'Guttenberg','IA','42.765031','-91.113760',-6,1); -INSERT INTO zipcodes VALUES (52053,'Holy Cross','IA','42.631604','-90.964920',-6,1); -INSERT INTO zipcodes VALUES (52054,'La Motte','IA','42.289110','-90.634100',-6,1); -INSERT INTO zipcodes VALUES (52055,'Littleport','IA','42.862739','-91.252459',-6,1); -INSERT INTO zipcodes VALUES (52056,'Luxemburg','IA','42.604830','-91.076540',-6,1); -INSERT INTO zipcodes VALUES (52057,'Manchester','IA','42.484297','-91.452310',-6,1); -INSERT INTO zipcodes VALUES (52060,'Maquoketa','IA','42.087769','-90.673520',-6,1); -INSERT INTO zipcodes VALUES (52064,'Miles','IA','42.092925','-90.310700',-6,1); -INSERT INTO zipcodes VALUES (52065,'New Vienna','IA','42.559621','-91.105720',-6,1); -INSERT INTO zipcodes VALUES (52066,'North Buena Vista','IA','42.682337','-90.952390',-6,1); -INSERT INTO zipcodes VALUES (52068,'Peosta','IA','42.431983','-90.816000',-6,1); -INSERT INTO zipcodes VALUES (52069,'Preston','IA','42.051619','-90.407620',-6,1); -INSERT INTO zipcodes VALUES (52070,'Sabula','IA','42.071239','-90.202610',-6,1); -INSERT INTO zipcodes VALUES (52071,'Saint Donatus','IA','42.360590','-90.538790',-6,1); -INSERT INTO zipcodes VALUES (52072,'Saint Olaf','IA','42.927724','-91.387230',-6,1); -INSERT INTO zipcodes VALUES (52073,'Sherrill','IA','42.640962','-90.825320',-6,1); -INSERT INTO zipcodes VALUES (52074,'Spragueville','IA','42.124141','-90.455700',-6,1); -INSERT INTO zipcodes VALUES (52075,'Springbrook','IA','42.161997','-90.479870',-6,1); -INSERT INTO zipcodes VALUES (52076,'Strawberry Point','IA','42.697689','-91.515050',-6,1); -INSERT INTO zipcodes VALUES (52077,'Volga','IA','42.815385','-91.557380',-6,1); -INSERT INTO zipcodes VALUES (52078,'Worthington','IA','42.398112','-91.122940',-6,1); -INSERT INTO zipcodes VALUES (52079,'Zwingle','IA','42.286954','-90.716270',-6,1); -INSERT INTO zipcodes VALUES (52099,'Dubuque','IA','42.484861','-90.804116',-6,1); -INSERT INTO zipcodes VALUES (52101,'Decorah','IA','43.345879','-91.771870',-6,1); -INSERT INTO zipcodes VALUES (52131,'Burr Oak','IA','43.478650','-91.765621',-6,1); -INSERT INTO zipcodes VALUES (52132,'Calmar','IA','43.194235','-91.895850',-6,1); -INSERT INTO zipcodes VALUES (52133,'Castalia','IA','43.119538','-91.665280',-6,1); -INSERT INTO zipcodes VALUES (52134,'Chester','IA','43.468995','-92.400920',-6,1); -INSERT INTO zipcodes VALUES (52135,'Clermont','IA','43.001060','-91.660640',-6,1); -INSERT INTO zipcodes VALUES (52136,'Cresco','IA','43.382021','-92.102630',-6,1); -INSERT INTO zipcodes VALUES (52140,'Dorchester','IA','43.442183','-91.533380',-6,1); -INSERT INTO zipcodes VALUES (52141,'Elgin','IA','42.935873','-91.627850',-6,1); -INSERT INTO zipcodes VALUES (52142,'Fayette','IA','42.834286','-91.797940',-6,1); -INSERT INTO zipcodes VALUES (52144,'Fort Atkinson','IA','43.141414','-91.947640',-6,1); -INSERT INTO zipcodes VALUES (52146,'Harpers Ferry','IA','43.195154','-91.164050',-6,1); -INSERT INTO zipcodes VALUES (52147,'Hawkeye','IA','42.960176','-91.958580',-6,1); -INSERT INTO zipcodes VALUES (52149,'Highlandville','IA','43.463765','-91.689862',-6,1); -INSERT INTO zipcodes VALUES (52151,'Lansing','IA','43.358764','-91.254360',-6,1); -INSERT INTO zipcodes VALUES (52154,'Lawler','IA','43.110100','-92.155760',-6,1); -INSERT INTO zipcodes VALUES (52155,'Lime Springs','IA','43.419137','-92.288590',-6,1); -INSERT INTO zipcodes VALUES (52156,'Luana','IA','43.051922','-91.458420',-6,1); -INSERT INTO zipcodes VALUES (52157,'McGregor','IA','43.019203','-91.203770',-6,1); -INSERT INTO zipcodes VALUES (52158,'Marquette','IA','43.042838','-91.184170',-6,1); -INSERT INTO zipcodes VALUES (52159,'Monona','IA','43.061204','-91.379250',-6,1); -INSERT INTO zipcodes VALUES (52160,'New Albin','IA','43.480580','-91.307460',-6,1); -INSERT INTO zipcodes VALUES (52161,'Ossian','IA','43.130438','-91.749130',-6,1); -INSERT INTO zipcodes VALUES (52162,'Postville','IA','43.104035','-91.552600',-6,1); -INSERT INTO zipcodes VALUES (52163,'Protivin','IA','43.216610','-92.092190',-6,1); -INSERT INTO zipcodes VALUES (52164,'Randalia','IA','42.839782','-91.889490',-6,1); -INSERT INTO zipcodes VALUES (52165,'Ridgeway','IA','43.308213','-91.978070',-6,1); -INSERT INTO zipcodes VALUES (52166,'Saint Lucas','IA','43.069086','-91.928470',-6,1); -INSERT INTO zipcodes VALUES (52168,'Spillville','IA','43.203977','-91.952040',-6,1); -INSERT INTO zipcodes VALUES (52169,'Wadena','IA','42.845037','-91.659430',-6,1); -INSERT INTO zipcodes VALUES (52170,'Waterville','IA','43.212565','-91.299410',-6,1); -INSERT INTO zipcodes VALUES (52171,'Waucoma','IA','43.068101','-92.052550',-6,1); -INSERT INTO zipcodes VALUES (52172,'Waukon','IA','43.265791','-91.477550',-6,1); -INSERT INTO zipcodes VALUES (52175,'West Union','IA','42.983744','-91.818030',-6,1); -INSERT INTO zipcodes VALUES (52201,'Ainsworth','IA','41.320371','-91.547550',-6,1); -INSERT INTO zipcodes VALUES (52202,'Alburnett','IA','42.158477','-91.638590',-6,1); -INSERT INTO zipcodes VALUES (52203,'Amana','IA','41.808301','-91.875120',-6,1); -INSERT INTO zipcodes VALUES (52204,'Amana','IA','41.686351','-92.063603',-6,1); -INSERT INTO zipcodes VALUES (52205,'Anamosa','IA','42.106972','-91.275310',-6,1); -INSERT INTO zipcodes VALUES (52206,'Atkins','IA','41.993799','-91.867550',-6,1); -INSERT INTO zipcodes VALUES (52207,'Baldwin','IA','42.088117','-90.837930',-6,1); -INSERT INTO zipcodes VALUES (52208,'Belle Plaine','IA','41.887989','-92.272700',-6,1); -INSERT INTO zipcodes VALUES (52209,'Blairstown','IA','41.911228','-92.085490',-6,1); -INSERT INTO zipcodes VALUES (52210,'Brandon','IA','42.324370','-92.001900',-6,1); -INSERT INTO zipcodes VALUES (52211,'Brooklyn','IA','41.753372','-92.450120',-6,1); -INSERT INTO zipcodes VALUES (52212,'Center Junction','IA','42.115943','-91.093970',-6,1); -INSERT INTO zipcodes VALUES (52213,'Center Point','IA','42.193727','-91.779200',-6,1); -INSERT INTO zipcodes VALUES (52214,'Central City','IA','42.198823','-91.507500',-6,1); -INSERT INTO zipcodes VALUES (52215,'Chelsea','IA','41.914489','-92.393590',-6,1); -INSERT INTO zipcodes VALUES (52216,'Clarence','IA','41.888182','-91.045670',-6,1); -INSERT INTO zipcodes VALUES (52217,'Clutier','IA','42.080758','-92.401880',-6,1); -INSERT INTO zipcodes VALUES (52218,'Coggon','IA','42.291075','-91.540240',-6,1); -INSERT INTO zipcodes VALUES (52219,'Prairieburg','IA','42.235999','-91.423130',-6,1); -INSERT INTO zipcodes VALUES (52220,'Conroy','IA','41.728994','-91.997480',-6,1); -INSERT INTO zipcodes VALUES (52221,'Guernsey','IA','41.640716','-92.331820',-6,1); -INSERT INTO zipcodes VALUES (52222,'Deep River','IA','41.575609','-92.341040',-6,1); -INSERT INTO zipcodes VALUES (52223,'Delhi','IA','42.424914','-91.339370',-6,1); -INSERT INTO zipcodes VALUES (52224,'Dysart','IA','42.162873','-92.304850',-6,1); -INSERT INTO zipcodes VALUES (52225,'Elberon','IA','42.011889','-92.323980',-6,1); -INSERT INTO zipcodes VALUES (52226,'Elwood','IA','41.992936','-90.739200',-6,1); -INSERT INTO zipcodes VALUES (52227,'Ely','IA','41.892390','-91.566600',-6,1); -INSERT INTO zipcodes VALUES (52228,'Fairfax','IA','41.912296','-91.787920',-6,1); -INSERT INTO zipcodes VALUES (52229,'Garrison','IA','42.145175','-92.150900',-6,1); -INSERT INTO zipcodes VALUES (52231,'Harper','IA','41.358606','-92.060660',-6,1); -INSERT INTO zipcodes VALUES (52232,'Hartwick','IA','41.809975','-92.328150',-6,1); -INSERT INTO zipcodes VALUES (52233,'Hiawatha','IA','42.044409','-91.681020',-6,1); -INSERT INTO zipcodes VALUES (52235,'Hills','IA','41.554640','-91.535320',-6,1); -INSERT INTO zipcodes VALUES (52236,'Homestead','IA','41.732868','-91.875870',-6,1); -INSERT INTO zipcodes VALUES (52237,'Hopkinton','IA','42.346132','-91.242080',-6,1); -INSERT INTO zipcodes VALUES (52239,'Tama','IA','41.961726','-92.570891',-6,1); -INSERT INTO zipcodes VALUES (52240,'Iowa City','IA','41.649867','-91.520190',-6,1); -INSERT INTO zipcodes VALUES (52241,'Coralville','IA','41.688215','-91.586760',-6,1); -INSERT INTO zipcodes VALUES (52242,'Iowa City','IA','41.662116','-91.541430',-6,1); -INSERT INTO zipcodes VALUES (52243,'Iowa City','IA','41.642657','-91.599974',-6,1); -INSERT INTO zipcodes VALUES (52244,'Iowa City','IA','41.572682','-91.661901',-6,1); -INSERT INTO zipcodes VALUES (52245,'Iowa City','IA','41.662083','-91.508340',-6,1); -INSERT INTO zipcodes VALUES (52246,'Iowa City','IA','41.650916','-91.560580',-6,1); -INSERT INTO zipcodes VALUES (52247,'Kalona','IA','41.503882','-91.709690',-6,1); -INSERT INTO zipcodes VALUES (52248,'Keota','IA','41.341027','-91.941740',-6,1); -INSERT INTO zipcodes VALUES (52249,'Keystone','IA','42.005883','-92.196690',-6,1); -INSERT INTO zipcodes VALUES (52251,'Ladora','IA','41.741215','-92.191990',-6,1); -INSERT INTO zipcodes VALUES (52252,'Langworthy','IA','42.191979','-91.225836',-6,1); -INSERT INTO zipcodes VALUES (52253,'Lisbon','IA','41.909156','-91.362090',-6,1); -INSERT INTO zipcodes VALUES (52254,'Lost Nation','IA','41.950398','-90.808500',-6,1); -INSERT INTO zipcodes VALUES (52255,'Lowden','IA','41.865210','-90.943160',-6,1); -INSERT INTO zipcodes VALUES (52257,'Luzerne','IA','41.913959','-92.171630',-6,1); -INSERT INTO zipcodes VALUES (52301,'Marengo','IA','41.790216','-92.076840',-6,1); -INSERT INTO zipcodes VALUES (52302,'Marion','IA','42.042648','-91.582620',-6,1); -INSERT INTO zipcodes VALUES (52305,'Martelle','IA','42.018441','-91.352170',-6,1); -INSERT INTO zipcodes VALUES (52306,'Mechanicsville','IA','41.900204','-91.254280',-6,1); -INSERT INTO zipcodes VALUES (52307,'Middle Amana','IA','41.790988','-91.915220',-6,1); -INSERT INTO zipcodes VALUES (52308,'Millersburg','IA','41.572665','-92.159330',-6,1); -INSERT INTO zipcodes VALUES (52309,'Monmouth','IA','42.109395','-90.886900',-6,1); -INSERT INTO zipcodes VALUES (52310,'Monticello','IA','42.221176','-91.193350',-6,1); -INSERT INTO zipcodes VALUES (52312,'Morley','IA','42.006556','-91.246710',-6,1); -INSERT INTO zipcodes VALUES (52313,'Mount Auburn','IA','42.259239','-92.101360',-6,1); -INSERT INTO zipcodes VALUES (52314,'Mount Vernon','IA','41.929178','-91.436840',-6,1); -INSERT INTO zipcodes VALUES (52315,'Newhall','IA','41.995899','-91.968960',-6,1); -INSERT INTO zipcodes VALUES (52316,'North English','IA','41.527681','-92.093260',-6,1); -INSERT INTO zipcodes VALUES (52317,'North Liberty','IA','41.755771','-91.612380',-6,1); -INSERT INTO zipcodes VALUES (52318,'Norway','IA','41.900443','-91.907040',-6,1); -INSERT INTO zipcodes VALUES (52319,'Oakdale','IA','41.642657','-91.599974',-6,1); -INSERT INTO zipcodes VALUES (52320,'Olin','IA','42.003337','-91.147360',-6,1); -INSERT INTO zipcodes VALUES (52321,'Onslow','IA','42.134893','-91.003720',-6,1); -INSERT INTO zipcodes VALUES (52322,'Oxford','IA','41.689600','-91.761830',-6,1); -INSERT INTO zipcodes VALUES (52323,'Oxford Junction','IA','41.983923','-90.957020',-6,1); -INSERT INTO zipcodes VALUES (52324,'Palo','IA','42.065474','-91.800500',-6,1); -INSERT INTO zipcodes VALUES (52325,'Parnell','IA','41.597014','-91.918050',-6,1); -INSERT INTO zipcodes VALUES (52326,'Quasqueton','IA','42.394662','-91.759170',-6,1); -INSERT INTO zipcodes VALUES (52327,'Riverside','IA','41.483058','-91.568990',-6,1); -INSERT INTO zipcodes VALUES (52328,'Robins','IA','42.073765','-91.662870',-6,1); -INSERT INTO zipcodes VALUES (52329,'Rowley','IA','42.349458','-91.843250',-6,1); -INSERT INTO zipcodes VALUES (52330,'Ryan','IA','42.338694','-91.496040',-6,1); -INSERT INTO zipcodes VALUES (52332,'Shellsburg','IA','42.093056','-91.883790',-6,1); -INSERT INTO zipcodes VALUES (52333,'Solon','IA','41.809993','-91.508490',-6,1); -INSERT INTO zipcodes VALUES (52334,'South Amana','IA','41.736497','-91.942430',-6,1); -INSERT INTO zipcodes VALUES (52335,'South English','IA','41.449599','-92.055790',-6,1); -INSERT INTO zipcodes VALUES (52336,'Springville','IA','42.062600','-91.440720',-6,1); -INSERT INTO zipcodes VALUES (52337,'Stanwood','IA','41.888096','-91.147940',-6,1); -INSERT INTO zipcodes VALUES (52338,'Swisher','IA','41.840184','-91.685520',-6,1); -INSERT INTO zipcodes VALUES (52339,'Tama','IA','41.952770','-92.582250',-6,1); -INSERT INTO zipcodes VALUES (52340,'Tiffin','IA','41.710231','-91.669550',-6,1); -INSERT INTO zipcodes VALUES (52341,'Toddville','IA','42.112232','-91.726050',-6,1); -INSERT INTO zipcodes VALUES (52342,'Toledo','IA','42.025240','-92.571770',-6,1); -INSERT INTO zipcodes VALUES (52344,'Troy Mills','IA','42.079415','-91.599215',-6,1); -INSERT INTO zipcodes VALUES (52345,'Urbana','IA','42.222388','-91.879080',-6,1); -INSERT INTO zipcodes VALUES (52346,'Van Horne','IA','42.010556','-92.083080',-6,1); -INSERT INTO zipcodes VALUES (52347,'Victor','IA','41.715992','-92.292880',-6,1); -INSERT INTO zipcodes VALUES (52348,'Vining','IA','41.990295','-92.380590',-6,1); -INSERT INTO zipcodes VALUES (52349,'Vinton','IA','42.172481','-92.015950',-6,1); -INSERT INTO zipcodes VALUES (52350,'Viola','IA','42.091217','-91.385047',-6,1); -INSERT INTO zipcodes VALUES (52351,'Walford','IA','41.876767','-91.835320',-6,1); -INSERT INTO zipcodes VALUES (52352,'Walker','IA','42.290421','-91.774610',-6,1); -INSERT INTO zipcodes VALUES (52353,'Washington','IA','41.300042','-91.697430',-6,1); -INSERT INTO zipcodes VALUES (52354,'Watkins','IA','41.908890','-91.981800',-6,1); -INSERT INTO zipcodes VALUES (52355,'Webster','IA','41.459739','-92.178630',-6,1); -INSERT INTO zipcodes VALUES (52356,'Wellman','IA','41.478896','-91.853540',-6,1); -INSERT INTO zipcodes VALUES (52358,'West Branch','IA','41.680696','-91.334280',-6,1); -INSERT INTO zipcodes VALUES (52359,'West Chester','IA','41.356493','-91.815270',-6,1); -INSERT INTO zipcodes VALUES (52361,'Williamsburg','IA','41.651571','-92.013940',-6,1); -INSERT INTO zipcodes VALUES (52362,'Wyoming','IA','42.054649','-91.005910',-6,1); -INSERT INTO zipcodes VALUES (52401,'Cedar Rapids','IA','41.975450','-91.659120',-6,1); -INSERT INTO zipcodes VALUES (52402,'Cedar Rapids','IA','42.021016','-91.652310',-6,1); -INSERT INTO zipcodes VALUES (52403,'Cedar Rapids','IA','41.982201','-91.614090',-6,1); -INSERT INTO zipcodes VALUES (52404,'Cedar Rapids','IA','41.947335','-91.688190',-6,1); -INSERT INTO zipcodes VALUES (52405,'Cedar Rapids','IA','41.980283','-91.708350',-6,1); -INSERT INTO zipcodes VALUES (52406,'Cedar Rapids','IA','42.287191','-91.777472',-6,1); -INSERT INTO zipcodes VALUES (52407,'Cedar Rapids','IA','42.079415','-91.599215',-6,1); -INSERT INTO zipcodes VALUES (52408,'Cedar Rapids','IA','42.079415','-91.599215',-6,1); -INSERT INTO zipcodes VALUES (52409,'Cedar Rapids','IA','42.079415','-91.599215',-6,1); -INSERT INTO zipcodes VALUES (52410,'Cedar Rapids','IA','42.079415','-91.599215',-6,1); -INSERT INTO zipcodes VALUES (52411,'Cedar Rapids','IA','42.049941','-91.725110',-6,1); -INSERT INTO zipcodes VALUES (52497,'Cedar Rapids','IA','42.079415','-91.599215',-6,1); -INSERT INTO zipcodes VALUES (52498,'Cedar Rapids','IA','42.079415','-91.599215',-6,1); -INSERT INTO zipcodes VALUES (52499,'Cedar Rapids','IA','42.079415','-91.599215',-6,1); -INSERT INTO zipcodes VALUES (52501,'Ottumwa','IA','41.023872','-92.417410',-6,1); -INSERT INTO zipcodes VALUES (52530,'Agency','IA','40.995466','-92.304070',-6,1); -INSERT INTO zipcodes VALUES (52531,'Albia','IA','41.026796','-92.798400',-6,1); -INSERT INTO zipcodes VALUES (52533,'Batavia','IA','41.025500','-92.159550',-6,1); -INSERT INTO zipcodes VALUES (52534,'Beacon','IA','41.273646','-92.680820',-6,1); -INSERT INTO zipcodes VALUES (52535,'Birmingham','IA','40.861120','-91.978670',-6,1); -INSERT INTO zipcodes VALUES (52536,'Blakesburg','IA','40.947787','-92.628790',-6,1); -INSERT INTO zipcodes VALUES (52537,'Bloomfield','IA','40.730450','-92.444410',-6,1); -INSERT INTO zipcodes VALUES (52538,'West Grove','IA','40.745286','-92.408679',-6,1); -INSERT INTO zipcodes VALUES (52540,'Brighton','IA','41.153462','-91.820820',-6,1); -INSERT INTO zipcodes VALUES (52542,'Cantril','IA','40.649744','-92.066200',-6,1); -INSERT INTO zipcodes VALUES (52543,'Cedar','IA','41.218744','-92.519770',-6,1); -INSERT INTO zipcodes VALUES (52544,'Centerville','IA','40.730159','-92.889940',-6,1); -INSERT INTO zipcodes VALUES (52548,'Chillicothe','IA','41.085573','-92.528630',-6,1); -INSERT INTO zipcodes VALUES (52549,'Cincinnati','IA','40.616347','-92.927380',-6,1); -INSERT INTO zipcodes VALUES (52550,'Delta','IA','41.330967','-92.345210',-6,1); -INSERT INTO zipcodes VALUES (52551,'Douds','IA','40.798007','-92.132960',-6,1); -INSERT INTO zipcodes VALUES (52552,'Drakesville','IA','40.837112','-92.564580',-6,1); -INSERT INTO zipcodes VALUES (52553,'Eddyville','IA','41.151537','-92.642270',-6,1); -INSERT INTO zipcodes VALUES (52554,'Eldon','IA','40.919465','-92.225210',-6,1); -INSERT INTO zipcodes VALUES (52555,'Exline','IA','40.648624','-92.835920',-6,1); -INSERT INTO zipcodes VALUES (52556,'Fairfield','IA','41.017736','-91.950000',-6,1); -INSERT INTO zipcodes VALUES (52557,'Fairfield','IA','41.016566','-91.968210',-6,1); -INSERT INTO zipcodes VALUES (52560,'Floris','IA','40.852256','-92.247850',-6,1); -INSERT INTO zipcodes VALUES (52561,'Fremont','IA','41.214824','-92.438640',-6,1); -INSERT INTO zipcodes VALUES (52562,'Hayesville','IA','41.264570','-92.248880',-6,1); -INSERT INTO zipcodes VALUES (52563,'Hedrick','IA','41.171960','-92.284910',-6,1); -INSERT INTO zipcodes VALUES (52565,'Keosauqua','IA','40.747997','-91.961260',-6,1); -INSERT INTO zipcodes VALUES (52566,'Kirkville','IA','41.145790','-92.499480',-6,1); -INSERT INTO zipcodes VALUES (52567,'Libertyville','IA','40.946765','-92.071730',-6,1); -INSERT INTO zipcodes VALUES (52568,'Martinsburg','IA','41.178396','-92.250040',-6,1); -INSERT INTO zipcodes VALUES (52569,'Melrose','IA','40.948022','-93.025370',-6,1); -INSERT INTO zipcodes VALUES (52570,'Milton','IA','40.679958','-92.162000',-6,1); -INSERT INTO zipcodes VALUES (52571,'Moravia','IA','40.866550','-92.844460',-6,1); -INSERT INTO zipcodes VALUES (52572,'Moulton','IA','40.679322','-92.683690',-6,1); -INSERT INTO zipcodes VALUES (52573,'Mount Sterling','IA','40.620468','-91.933520',-6,1); -INSERT INTO zipcodes VALUES (52574,'Mystic','IA','40.797559','-92.964360',-6,1); -INSERT INTO zipcodes VALUES (52576,'Ollie','IA','41.201922','-92.114800',-6,1); -INSERT INTO zipcodes VALUES (52577,'Oskaloosa','IA','41.281669','-92.655340',-6,1); -INSERT INTO zipcodes VALUES (52580,'Packwood','IA','41.130669','-92.096950',-6,1); -INSERT INTO zipcodes VALUES (52581,'Plano','IA','40.792046','-93.049630',-6,1); -INSERT INTO zipcodes VALUES (52583,'Promise City','IA','40.801913','-93.147360',-6,1); -INSERT INTO zipcodes VALUES (52584,'Pulaski','IA','40.664420','-92.245410',-6,1); -INSERT INTO zipcodes VALUES (52585,'Richland','IA','41.194129','-91.980270',-6,1); -INSERT INTO zipcodes VALUES (52586,'Rose Hill','IA','41.339202','-92.468750',-6,1); -INSERT INTO zipcodes VALUES (52588,'Selma','IA','40.873769','-92.131130',-6,1); -INSERT INTO zipcodes VALUES (52590,'Seymour','IA','40.673728','-93.128100',-6,1); -INSERT INTO zipcodes VALUES (52591,'Sigourney','IA','41.328837','-92.196410',-6,1); -INSERT INTO zipcodes VALUES (52593,'Udell','IA','40.777917','-92.735650',-6,1); -INSERT INTO zipcodes VALUES (52594,'Unionville','IA','40.833045','-92.686700',-6,1); -INSERT INTO zipcodes VALUES (52595,'University Park','IA','41.286619','-92.618930',-6,1); -INSERT INTO zipcodes VALUES (52601,'Burlington','IA','40.814207','-91.119110',-6,1); -INSERT INTO zipcodes VALUES (52619,'Argyle','IA','40.542869','-91.575440',-6,1); -INSERT INTO zipcodes VALUES (52620,'Bonaparte','IA','40.697875','-91.805100',-6,1); -INSERT INTO zipcodes VALUES (52621,'Crawfordsville','IA','41.209047','-91.532730',-6,1); -INSERT INTO zipcodes VALUES (52623,'Danville','IA','40.865859','-91.334590',-6,1); -INSERT INTO zipcodes VALUES (52624,'Denmark','IA','40.741062','-91.336640',-6,1); -INSERT INTO zipcodes VALUES (52625,'Donnellson','IA','40.675175','-91.573930',-6,1); -INSERT INTO zipcodes VALUES (52626,'Farmington','IA','40.655336','-91.723850',-6,1); -INSERT INTO zipcodes VALUES (52627,'Fort Madison','IA','40.637694','-91.338660',-6,1); -INSERT INTO zipcodes VALUES (52630,'Hillsboro','IA','40.823716','-91.747540',-6,1); -INSERT INTO zipcodes VALUES (52631,'Houghton','IA','40.784287','-91.607160',-6,1); -INSERT INTO zipcodes VALUES (52632,'Keokuk','IA','40.409641','-91.400010',-6,1); -INSERT INTO zipcodes VALUES (52635,'Lockridge','IA','40.991682','-91.751750',-6,1); -INSERT INTO zipcodes VALUES (52637,'Mediapolis','IA','41.008896','-91.136740',-6,1); -INSERT INTO zipcodes VALUES (52638,'Middletown','IA','40.828014','-91.254990',-6,1); -INSERT INTO zipcodes VALUES (52639,'Montrose','IA','40.547399','-91.438640',-6,1); -INSERT INTO zipcodes VALUES (52640,'Morning Sun','IA','41.097390','-91.278590',-6,1); -INSERT INTO zipcodes VALUES (52641,'Mount Pleasant','IA','40.974026','-91.571950',-6,1); -INSERT INTO zipcodes VALUES (52642,'Rome','IA','40.977395','-91.692312',-6,1); -INSERT INTO zipcodes VALUES (52644,'Mount Union','IA','41.038005','-91.399920',-6,1); -INSERT INTO zipcodes VALUES (52645,'New London','IA','40.920995','-91.399650',-6,1); -INSERT INTO zipcodes VALUES (52646,'Oakville','IA','41.069373','-91.014290',-6,1); -INSERT INTO zipcodes VALUES (52647,'Olds','IA','41.133346','-91.545590',-6,1); -INSERT INTO zipcodes VALUES (52648,'Pilot Grove','IA','40.594704','-91.415648',-6,1); -INSERT INTO zipcodes VALUES (52649,'Salem','IA','40.848485','-91.616910',-6,1); -INSERT INTO zipcodes VALUES (52650,'Sperry','IA','40.952014','-91.165450',-6,1); -INSERT INTO zipcodes VALUES (52651,'Stockport','IA','40.876570','-91.812420',-6,1); -INSERT INTO zipcodes VALUES (52652,'Swedesburg','IA','41.103879','-91.546640',-6,1); -INSERT INTO zipcodes VALUES (52653,'Wapello','IA','41.171534','-91.170350',-6,1); -INSERT INTO zipcodes VALUES (52654,'Wayland','IA','41.141336','-91.668820',-6,1); -INSERT INTO zipcodes VALUES (52655,'West Burlington','IA','40.830534','-91.178490',-6,1); -INSERT INTO zipcodes VALUES (52656,'West Point','IA','40.719775','-91.472710',-6,1); -INSERT INTO zipcodes VALUES (52657,'Saint Paul','IA','40.758742','-91.478305',-6,1); -INSERT INTO zipcodes VALUES (52658,'Wever','IA','40.707554','-91.234150',-6,1); -INSERT INTO zipcodes VALUES (52659,'Winfield','IA','41.126832','-91.441520',-6,1); -INSERT INTO zipcodes VALUES (52660,'Yarmouth','IA','40.980185','-91.291720',-6,1); -INSERT INTO zipcodes VALUES (52701,'Andover','IA','41.978834','-90.251710',-6,1); -INSERT INTO zipcodes VALUES (52706,'Blue Grass','IA','41.509085','-90.754327',-6,1); -INSERT INTO zipcodes VALUES (52720,'Atalissa','IA','41.578393','-91.159310',-6,1); -INSERT INTO zipcodes VALUES (52721,'Bennett','IA','41.749701','-90.965860',-6,1); -INSERT INTO zipcodes VALUES (52722,'Bettendorf','IA','41.551883','-90.489750',-6,1); -INSERT INTO zipcodes VALUES (52726,'Blue Grass','IA','41.498603','-90.775960',-6,1); -INSERT INTO zipcodes VALUES (52727,'Bryant','IA','41.962640','-90.329750',-6,1); -INSERT INTO zipcodes VALUES (52728,'Buffalo','IA','41.456515','-90.732520',-6,1); -INSERT INTO zipcodes VALUES (52729,'Calamus','IA','41.823151','-90.755720',-6,1); -INSERT INTO zipcodes VALUES (52730,'Camanche','IA','41.780515','-90.288690',-6,1); -INSERT INTO zipcodes VALUES (52731,'Charlotte','IA','41.963196','-90.477050',-6,1); -INSERT INTO zipcodes VALUES (52732,'Clinton','IA','41.861633','-90.215390',-6,1); -INSERT INTO zipcodes VALUES (52733,'Clinton','IA','41.880619','-90.519519',-6,1); -INSERT INTO zipcodes VALUES (52736,'Clinton','IA','41.880619','-90.519519',-6,1); -INSERT INTO zipcodes VALUES (52737,'Columbus City','IA','41.259329','-91.374490',-6,1); -INSERT INTO zipcodes VALUES (52738,'Columbus Junction','IA','41.265956','-91.367700',-6,1); -INSERT INTO zipcodes VALUES (52739,'Conesville','IA','41.378166','-91.366930',-6,1); -INSERT INTO zipcodes VALUES (52742,'De Witt','IA','41.825848','-90.529510',-6,1); -INSERT INTO zipcodes VALUES (52745,'Dixon','IA','41.735420','-90.777170',-6,1); -INSERT INTO zipcodes VALUES (52746,'Donahue','IA','41.712643','-90.687480',-6,1); -INSERT INTO zipcodes VALUES (52747,'Durant','IA','41.603249','-90.910150',-6,1); -INSERT INTO zipcodes VALUES (52748,'Eldridge','IA','41.659064','-90.568660',-6,1); -INSERT INTO zipcodes VALUES (52749,'Fruitland','IA','41.355531','-91.129940',-6,1); -INSERT INTO zipcodes VALUES (52750,'Goose Lake','IA','41.926933','-90.411810',-6,1); -INSERT INTO zipcodes VALUES (52751,'Grand Mound','IA','41.836317','-90.670080',-6,1); -INSERT INTO zipcodes VALUES (52752,'Grandview','IA','41.277239','-91.188970',-6,1); -INSERT INTO zipcodes VALUES (52753,'Le Claire','IA','41.609382','-90.359860',-6,1); -INSERT INTO zipcodes VALUES (52754,'Letts','IA','41.349983','-91.246640',-6,1); -INSERT INTO zipcodes VALUES (52755,'Lone Tree','IA','41.476534','-91.433070',-6,1); -INSERT INTO zipcodes VALUES (52756,'Long Grove','IA','41.732418','-90.532860',-6,1); -INSERT INTO zipcodes VALUES (52757,'Low Moor','IA','41.801711','-90.352230',-6,1); -INSERT INTO zipcodes VALUES (52758,'McCausland','IA','41.744689','-90.443920',-6,1); -INSERT INTO zipcodes VALUES (52759,'Montpelier','IA','41.462494','-90.808767',-6,1); -INSERT INTO zipcodes VALUES (52760,'Moscow','IA','41.573710','-91.083690',-6,1); -INSERT INTO zipcodes VALUES (52761,'Muscatine','IL','41.413372','-91.006120',-6,1); -INSERT INTO zipcodes VALUES (52765,'New Liberty','IA','41.720483','-90.869440',-6,1); -INSERT INTO zipcodes VALUES (52766,'Nichols','IA','41.473955','-91.310350',-6,1); -INSERT INTO zipcodes VALUES (52767,'Pleasant Valley','IA','41.568230','-90.419100',-6,1); -INSERT INTO zipcodes VALUES (52768,'Princeton','IA','41.677679','-90.373380',-6,1); -INSERT INTO zipcodes VALUES (52769,'Stockton','IA','41.594283','-90.846900',-6,1); -INSERT INTO zipcodes VALUES (52771,'Teeds Grove','IA','41.999113','-90.218704',-6,1); -INSERT INTO zipcodes VALUES (52772,'Tipton','IA','41.750868','-91.133610',-6,1); -INSERT INTO zipcodes VALUES (52773,'Walcott','IA','41.617234','-90.758490',-6,1); -INSERT INTO zipcodes VALUES (52774,'Welton','IA','41.907575','-90.596240',-6,1); -INSERT INTO zipcodes VALUES (52776,'West Liberty','IA','41.573818','-91.265860',-6,1); -INSERT INTO zipcodes VALUES (52777,'Wheatland','IA','41.843587','-90.860970',-6,1); -INSERT INTO zipcodes VALUES (52778,'Wilton','IA','41.604559','-91.006440',-6,1); -INSERT INTO zipcodes VALUES (52801,'Davenport','IA','41.522832','-90.575030',-6,1); -INSERT INTO zipcodes VALUES (52802,'Davenport','IA','41.513182','-90.616720',-6,1); -INSERT INTO zipcodes VALUES (52803,'Davenport','IA','41.538582','-90.562230',-6,1); -INSERT INTO zipcodes VALUES (52804,'Davenport','IA','41.546931','-90.619640',-6,1); -INSERT INTO zipcodes VALUES (52805,'Davenport','IA','41.613034','-90.606284',-6,1); -INSERT INTO zipcodes VALUES (52806,'Davenport','IA','41.574581','-90.603030',-6,1); -INSERT INTO zipcodes VALUES (52807,'Davenport','IA','41.565433','-90.539240',-6,1); -INSERT INTO zipcodes VALUES (52808,'Davenport','IA','41.613034','-90.606284',-6,1); -INSERT INTO zipcodes VALUES (52809,'Davenport','IA','41.613034','-90.606284',-6,1); -INSERT INTO zipcodes VALUES (52820,'Tennyson','WI','42.689339','-90.682257',-6,1); -INSERT INTO zipcodes VALUES (53001,'Adell','WI','43.610140','-88.030470',-6,1); -INSERT INTO zipcodes VALUES (53002,'Allenton','WI','43.461969','-88.364320',-6,1); -INSERT INTO zipcodes VALUES (53003,'Ashippun','WI','43.211067','-88.516490',-6,1); -INSERT INTO zipcodes VALUES (53004,'Belgium','WI','43.498943','-87.862110',-6,1); -INSERT INTO zipcodes VALUES (53005,'Brookfield','WI','43.060872','-88.094780',-6,1); -INSERT INTO zipcodes VALUES (53006,'Brownsville','WI','43.623996','-88.510890',-6,1); -INSERT INTO zipcodes VALUES (53007,'Butler','WI','43.108360','-88.068930',-6,1); -INSERT INTO zipcodes VALUES (53008,'Brookfield','WI','43.018696','-88.302997',-6,1); -INSERT INTO zipcodes VALUES (53009,'Byron','WI','43.769830','-88.494357',-6,1); -INSERT INTO zipcodes VALUES (53010,'Campbellsport','WI','43.602787','-88.265300',-6,1); -INSERT INTO zipcodes VALUES (53011,'Cascade','WI','43.657079','-88.080080',-6,1); -INSERT INTO zipcodes VALUES (53012,'Cedarburg','WI','43.305412','-87.997940',-6,1); -INSERT INTO zipcodes VALUES (53013,'Cedar Grove','WI','43.575272','-87.845970',-6,1); -INSERT INTO zipcodes VALUES (53014,'Chilton','WI','44.033215','-88.176260',-6,1); -INSERT INTO zipcodes VALUES (53015,'Cleveland','WI','43.914168','-87.766890',-6,1); -INSERT INTO zipcodes VALUES (53016,'Clyman','WI','43.313002','-88.719890',-6,1); -INSERT INTO zipcodes VALUES (53017,'Colgate','WI','43.199526','-88.261770',-6,1); -INSERT INTO zipcodes VALUES (53018,'Delafield','WI','43.053480','-88.398440',-6,1); -INSERT INTO zipcodes VALUES (53019,'Eden','WI','43.699527','-88.322330',-6,1); -INSERT INTO zipcodes VALUES (53020,'Elkhart Lake','WI','43.852550','-88.010850',-6,1); -INSERT INTO zipcodes VALUES (53021,'Fredonia','WI','43.483263','-87.989080',-6,1); -INSERT INTO zipcodes VALUES (53022,'Germantown','WI','43.219155','-88.120430',-6,1); -INSERT INTO zipcodes VALUES (53023,'Glenbeulah','WI','43.777582','-88.101030',-6,1); -INSERT INTO zipcodes VALUES (53024,'Grafton','WI','43.325460','-87.945730',-6,1); -INSERT INTO zipcodes VALUES (53026,'Greenbush','WI','43.718294','-87.618716',-6,1); -INSERT INTO zipcodes VALUES (53027,'Hartford','WI','43.313361','-88.373320',-6,1); -INSERT INTO zipcodes VALUES (53029,'Hartland','WI','43.132743','-88.347370',-6,1); -INSERT INTO zipcodes VALUES (53031,'Hingham','WI','43.639395','-87.915705',-6,1); -INSERT INTO zipcodes VALUES (53032,'Horicon','WI','43.446666','-88.627950',-6,1); -INSERT INTO zipcodes VALUES (53033,'Hubertus','WI','43.233282','-88.239600',-6,1); -INSERT INTO zipcodes VALUES (53034,'Hustisford','WI','43.345528','-88.601350',-6,1); -INSERT INTO zipcodes VALUES (53035,'Iron Ridge','WI','43.395861','-88.536060',-6,1); -INSERT INTO zipcodes VALUES (53036,'Ixonia','WI','43.178685','-88.573900',-6,1); -INSERT INTO zipcodes VALUES (53037,'Jackson','WI','43.322213','-88.170110',-6,1); -INSERT INTO zipcodes VALUES (53038,'Johnson Creek','WI','43.075784','-88.775950',-6,1); -INSERT INTO zipcodes VALUES (53039,'Juneau','WI','43.378828','-88.708760',-6,1); -INSERT INTO zipcodes VALUES (53040,'Kewaskum','WI','43.524130','-88.192150',-6,1); -INSERT INTO zipcodes VALUES (53042,'Kiel','WI','43.924095','-88.002850',-6,1); -INSERT INTO zipcodes VALUES (53044,'Kohler','WI','43.740794','-87.783030',-6,1); -INSERT INTO zipcodes VALUES (53045,'Brookfield','WI','43.055315','-88.150300',-6,1); -INSERT INTO zipcodes VALUES (53046,'Lannon','WI','43.153447','-88.161240',-6,1); -INSERT INTO zipcodes VALUES (53047,'Lebanon','WI','43.257364','-88.628730',-6,1); -INSERT INTO zipcodes VALUES (53048,'Lomira','WI','43.584926','-88.445940',-6,1); -INSERT INTO zipcodes VALUES (53049,'Malone','WI','43.887372','-88.288020',-6,1); -INSERT INTO zipcodes VALUES (53050,'Mayville','WI','43.499518','-88.539110',-6,1); -INSERT INTO zipcodes VALUES (53051,'Menomonee Falls','WI','43.151183','-88.110340',-6,1); -INSERT INTO zipcodes VALUES (53052,'Menomonee Falls','WI','43.018696','-88.302997',-6,1); -INSERT INTO zipcodes VALUES (53056,'Merton','WI','43.146023','-88.309750',-6,1); -INSERT INTO zipcodes VALUES (53057,'Mount Calvary','WI','43.805760','-88.254360',-6,1); -INSERT INTO zipcodes VALUES (53058,'Nashotah','WI','43.108775','-88.402760',-6,1); -INSERT INTO zipcodes VALUES (53059,'Neosho','WI','43.289159','-88.526230',-6,1); -INSERT INTO zipcodes VALUES (53060,'Newburg','WI','43.433807','-88.062338',-6,1); -INSERT INTO zipcodes VALUES (53061,'New Holstein','WI','43.949961','-88.099620',-6,1); -INSERT INTO zipcodes VALUES (53062,'New Holstein','WI','44.067942','-88.223131',-6,1); -INSERT INTO zipcodes VALUES (53063,'Newton','WI','43.972070','-87.776600',-6,1); -INSERT INTO zipcodes VALUES (53064,'North Lake','WI','43.018696','-88.302997',-6,1); -INSERT INTO zipcodes VALUES (53065,'Oakfield','WI','43.689915','-88.565860',-6,1); -INSERT INTO zipcodes VALUES (53066,'Oconomowoc','WI','43.108241','-88.489350',-6,1); -INSERT INTO zipcodes VALUES (53069,'Okauchee','WI','43.114118','-88.437710',-6,1); -INSERT INTO zipcodes VALUES (53070,'Oostburg','WI','43.622793','-87.803640',-6,1); -INSERT INTO zipcodes VALUES (53072,'Pewaukee','WI','43.076953','-88.268000',-6,1); -INSERT INTO zipcodes VALUES (53073,'Plymouth','WI','43.758674','-87.980050',-6,1); -INSERT INTO zipcodes VALUES (53074,'Port Washington','WI','43.401810','-87.880010',-6,1); -INSERT INTO zipcodes VALUES (53075,'Random Lake','WI','43.564477','-87.990940',-6,1); -INSERT INTO zipcodes VALUES (53076,'Richfield','WI','43.265289','-88.201440',-6,1); -INSERT INTO zipcodes VALUES (53078,'Rubicon','WI','43.318200','-88.451690',-6,1); -INSERT INTO zipcodes VALUES (53079,'Saint Cloud','WI','43.808108','-88.181640',-6,1); -INSERT INTO zipcodes VALUES (53080,'Saukville','WI','43.394676','-87.958870',-6,1); -INSERT INTO zipcodes VALUES (53081,'Sheboygan','WI','43.736145','-87.728930',-6,1); -INSERT INTO zipcodes VALUES (53082,'Sheboygan','WI','43.718294','-87.618716',-6,1); -INSERT INTO zipcodes VALUES (53083,'Sheboygan','WI','43.797567','-87.756640',-6,1); -INSERT INTO zipcodes VALUES (53085,'Sheboygan Falls','WI','43.731685','-87.834060',-6,1); -INSERT INTO zipcodes VALUES (53086,'Slinger','WI','43.332780','-88.279070',-6,1); -INSERT INTO zipcodes VALUES (53088,'Stockbridge','WI','44.075128','-88.301060',-6,1); -INSERT INTO zipcodes VALUES (53089,'Sussex','WI','43.140040','-88.226410',-6,1); -INSERT INTO zipcodes VALUES (53090,'West Bend','WI','43.446623','-88.178790',-6,1); -INSERT INTO zipcodes VALUES (53091,'Theresa','WI','43.502688','-88.432990',-6,1); -INSERT INTO zipcodes VALUES (53092,'Thiensville','WI','43.223907','-87.950850',-6,1); -INSERT INTO zipcodes VALUES (53093,'Waldo','WI','43.665399','-87.947350',-6,1); -INSERT INTO zipcodes VALUES (53094,'Watertown','WI','43.170606','-88.730580',-6,1); -INSERT INTO zipcodes VALUES (53095,'West Bend','WI','43.403280','-88.180260',-6,1); -INSERT INTO zipcodes VALUES (53097,'Mequon','WI','43.234506','-88.009140',-6,1); -INSERT INTO zipcodes VALUES (53098,'Watertown','WI','43.231506','-88.706340',-6,1); -INSERT INTO zipcodes VALUES (53099,'Woodland','WI','43.414202','-88.704914',-6,1); -INSERT INTO zipcodes VALUES (53101,'Bassett','WI','42.580980','-87.662878',-6,1); -INSERT INTO zipcodes VALUES (53102,'Benet Lake','WI','42.500141','-88.079983',-6,1); -INSERT INTO zipcodes VALUES (53103,'Big Bend','WI','42.886982','-88.209550',-6,1); -INSERT INTO zipcodes VALUES (53104,'Bristol','WI','42.551693','-88.049080',-6,1); -INSERT INTO zipcodes VALUES (53105,'Burlington','WI','42.662671','-88.281320',-6,1); -INSERT INTO zipcodes VALUES (53108,'Caledonia','WI','42.825711','-87.942930',-6,1); -INSERT INTO zipcodes VALUES (53109,'Camp Lake','WI','42.535968','-88.144386',-6,1); -INSERT INTO zipcodes VALUES (53110,'Cudahy','WI','42.948416','-87.861010',-6,1); -INSERT INTO zipcodes VALUES (53114,'Darien','WI','42.600270','-88.749780',-6,1); -INSERT INTO zipcodes VALUES (53115,'Delavan','WI','42.634270','-88.638300',-6,1); -INSERT INTO zipcodes VALUES (53118,'Dousman','WI','42.991622','-88.470850',-6,1); -INSERT INTO zipcodes VALUES (53119,'Eagle','WI','42.881035','-88.471170',-6,1); -INSERT INTO zipcodes VALUES (53120,'East Troy','WI','42.797775','-88.404350',-6,1); -INSERT INTO zipcodes VALUES (53121,'Elkhorn','WI','42.711105','-88.542140',-6,1); -INSERT INTO zipcodes VALUES (53122,'Elm Grove','WI','43.050762','-88.084200',-6,1); -INSERT INTO zipcodes VALUES (53125,'Fontana','WI','42.546003','-88.562340',-6,1); -INSERT INTO zipcodes VALUES (53126,'Franksville','WI','42.778642','-87.966090',-6,1); -INSERT INTO zipcodes VALUES (53127,'Genesee Depot','WI','42.960098','-88.374455',-6,1); -INSERT INTO zipcodes VALUES (53128,'Genoa City','WI','42.526028','-88.334430',-6,1); -INSERT INTO zipcodes VALUES (53129,'Greendale','WI','42.937448','-87.998390',-6,1); -INSERT INTO zipcodes VALUES (53130,'Hales Corners','WI','42.941264','-88.051210',-6,1); -INSERT INTO zipcodes VALUES (53132,'Franklin','WI','42.896145','-88.008910',-6,1); -INSERT INTO zipcodes VALUES (53134,'Walworth','WI','42.560001','-88.594815',-6,1); -INSERT INTO zipcodes VALUES (53137,'Helenville','WI','43.000999','-88.663820',-6,1); -INSERT INTO zipcodes VALUES (53138,'Honey Creek','WI','42.667490','-88.541721',-6,1); -INSERT INTO zipcodes VALUES (53139,'Kansasville','WI','42.691937','-88.125990',-6,1); -INSERT INTO zipcodes VALUES (53140,'Kenosha','WI','42.602170','-87.829790',-6,1); -INSERT INTO zipcodes VALUES (53141,'Kenosha','WI','42.580980','-87.662878',-6,1); -INSERT INTO zipcodes VALUES (53142,'Kenosha','WI','42.559823','-87.878780',-6,1); -INSERT INTO zipcodes VALUES (53143,'Kenosha','WI','42.564270','-87.830430',-6,1); -INSERT INTO zipcodes VALUES (53144,'Kenosha','WI','42.601842','-87.876170',-6,1); -INSERT INTO zipcodes VALUES (53146,'New Berlin','WI','42.973663','-88.154140',-6,1); -INSERT INTO zipcodes VALUES (53147,'Lake Geneva','WI','42.587613','-88.458280',-6,1); -INSERT INTO zipcodes VALUES (53148,'Lyons','WI','42.649557','-88.359650',-6,1); -INSERT INTO zipcodes VALUES (53149,'Mukwonago','WI','42.872477','-88.344090',-6,1); -INSERT INTO zipcodes VALUES (53150,'Muskego','WI','42.901235','-88.124640',-6,1); -INSERT INTO zipcodes VALUES (53151,'New Berlin','WI','42.980163','-88.094380',-6,1); -INSERT INTO zipcodes VALUES (53152,'New Munster','WI','42.574616','-88.232632',-6,1); -INSERT INTO zipcodes VALUES (53153,'North Prairie','WI','42.935259','-88.405010',-6,1); -INSERT INTO zipcodes VALUES (53154,'Oak Creek','WI','42.884347','-87.899200',-6,1); -INSERT INTO zipcodes VALUES (53156,'Palmyra','WI','42.879242','-88.589870',-6,1); -INSERT INTO zipcodes VALUES (53157,'Pell Lake','WI','42.540048','-88.358167',-6,1); -INSERT INTO zipcodes VALUES (53158,'Pleasant Prairie','WI','42.529075','-87.872010',-6,1); -INSERT INTO zipcodes VALUES (53159,'Powers Lake','WI','42.555695','-88.296914',-6,1); -INSERT INTO zipcodes VALUES (53167,'Rochester','WI','42.742629','-88.223080',-6,1); -INSERT INTO zipcodes VALUES (53168,'Salem','WI','42.573081','-88.124440',-6,1); -INSERT INTO zipcodes VALUES (53170,'Silver Lake','WI','42.550263','-88.170650',-6,1); -INSERT INTO zipcodes VALUES (53171,'Somers','WI','42.642298','-87.903161',-6,1); -INSERT INTO zipcodes VALUES (53172,'South Milwaukee','WI','42.909816','-87.863950',-6,1); -INSERT INTO zipcodes VALUES (53176,'Springfield','WI','42.642223','-88.411790',-6,1); -INSERT INTO zipcodes VALUES (53177,'Sturtevant','WI','42.699169','-87.916920',-6,1); -INSERT INTO zipcodes VALUES (53178,'Sullivan','WI','43.015999','-88.595720',-6,1); -INSERT INTO zipcodes VALUES (53179,'Trevor','WI','42.515668','-88.134540',-6,1); -INSERT INTO zipcodes VALUES (53181,'Twin Lakes','WI','42.515596','-88.257610',-6,1); -INSERT INTO zipcodes VALUES (53182,'Union Grove','WI','42.696322','-88.046580',-6,1); -INSERT INTO zipcodes VALUES (53183,'Wales','WI','43.002534','-88.377710',-6,1); -INSERT INTO zipcodes VALUES (53184,'Walworth','WI','42.532636','-88.598620',-6,1); -INSERT INTO zipcodes VALUES (53185,'Waterford','WI','42.798555','-88.194090',-6,1); -INSERT INTO zipcodes VALUES (53186,'Waukesha','WI','43.015289','-88.209240',-6,1); -INSERT INTO zipcodes VALUES (53187,'Waukesha','WI','43.018696','-88.302997',-6,1); -INSERT INTO zipcodes VALUES (53188,'Waukesha','WI','43.020762','-88.268520',-6,1); -INSERT INTO zipcodes VALUES (53189,'Waukesha','WI','42.967394','-88.264000',-6,1); -INSERT INTO zipcodes VALUES (53190,'Whitewater','WI','42.818747','-88.732790',-6,1); -INSERT INTO zipcodes VALUES (53191,'Williams Bay','WI','42.573162','-88.540210',-6,1); -INSERT INTO zipcodes VALUES (53192,'Wilmot','WI','42.511818','-88.182850',-6,1); -INSERT INTO zipcodes VALUES (53194,'Woodworth','WI','42.580980','-87.662878',-6,1); -INSERT INTO zipcodes VALUES (53195,'Zenda','WI','42.512403','-88.482620',-6,1); -INSERT INTO zipcodes VALUES (53197,'Walworth','WI','42.566752','-88.565570',-6,1); -INSERT INTO zipcodes VALUES (53201,'Milwaukee','WI','43.011264','-87.958409',-6,1); -INSERT INTO zipcodes VALUES (53202,'Milwaukee','WI','43.046213','-87.900500',-6,1); -INSERT INTO zipcodes VALUES (53203,'Milwaukee','WI','43.037963','-87.915480',-6,1); -INSERT INTO zipcodes VALUES (53204,'Milwaukee','WI','43.017414','-87.926250',-6,1); -INSERT INTO zipcodes VALUES (53205,'Milwaukee','WI','43.053763','-87.934730',-6,1); -INSERT INTO zipcodes VALUES (53206,'Milwaukee','WI','43.076179','-87.934760',-6,1); -INSERT INTO zipcodes VALUES (53207,'Milwaukee','WI','42.985465','-87.899980',-6,1); -INSERT INTO zipcodes VALUES (53208,'Milwaukee','WI','43.047863','-87.966180',-6,1); -INSERT INTO zipcodes VALUES (53209,'Milwaukee','WI','43.119410','-87.947270',-6,1); -INSERT INTO zipcodes VALUES (53210,'Milwaukee','WI','43.068962','-87.974230',-6,1); -INSERT INTO zipcodes VALUES (53211,'Milwaukee','WI','43.083012','-87.885900',-6,1); -INSERT INTO zipcodes VALUES (53212,'Milwaukee','WI','43.072062','-87.910300',-6,1); -INSERT INTO zipcodes VALUES (53213,'Milwaukee','WI','43.049012','-88.000120',-6,1); -INSERT INTO zipcodes VALUES (53214,'Milwaukee','WI','43.020363','-88.012730',-6,1); -INSERT INTO zipcodes VALUES (53215,'Milwaukee','WI','42.999364','-87.943430',-6,1); -INSERT INTO zipcodes VALUES (53216,'Milwaukee','WI','43.086711','-87.974900',-6,1); -INSERT INTO zipcodes VALUES (53217,'Milwaukee','WI','43.143510','-87.908940',-6,1); -INSERT INTO zipcodes VALUES (53218,'Milwaukee','WI','43.110960','-87.994360',-6,1); -INSERT INTO zipcodes VALUES (53219,'Milwaukee','WI','42.996614','-87.992130',-6,1); -INSERT INTO zipcodes VALUES (53220,'Milwaukee','WI','42.969115','-87.991410',-6,1); -INSERT INTO zipcodes VALUES (53221,'Milwaukee','WI','42.953915','-87.945700',-6,1); -INSERT INTO zipcodes VALUES (53222,'Milwaukee','WI','43.083261','-88.028230',-6,1); -INSERT INTO zipcodes VALUES (53223,'Milwaukee','WI','43.163692','-87.987170',-6,1); -INSERT INTO zipcodes VALUES (53224,'Milwaukee','WI','43.153865','-88.040320',-6,1); -INSERT INTO zipcodes VALUES (53225,'Milwaukee','WI','43.115760','-88.041210',-6,1); -INSERT INTO zipcodes VALUES (53226,'Milwaukee','WI','43.048545','-88.042390',-6,1); -INSERT INTO zipcodes VALUES (53227,'Milwaukee','WI','42.997647','-88.037170',-6,1); -INSERT INTO zipcodes VALUES (53228,'Milwaukee','WI','42.966681','-88.037980',-6,1); -INSERT INTO zipcodes VALUES (53233,'Milwaukee','WI','43.037313','-87.933730',-6,1); -INSERT INTO zipcodes VALUES (53234,'Milwaukee','WI','43.017412','-87.569664',-6,1); -INSERT INTO zipcodes VALUES (53235,'Saint Francis','WI','42.971156','-87.874520',-6,1); -INSERT INTO zipcodes VALUES (53237,'Milwaukee','WI','43.017412','-87.569664',-6,1); -INSERT INTO zipcodes VALUES (53245,'Eaton','WI','44.056094','-87.985595',-6,1); -INSERT INTO zipcodes VALUES (53259,'Milwaukee','WI','43.038663','-87.913934',-6,1); -INSERT INTO zipcodes VALUES (53263,'Milwaukee','WI','43.074583','-88.060440',-6,1); -INSERT INTO zipcodes VALUES (53267,'Milwaukee','WI','43.044013','-87.909834',-6,1); -INSERT INTO zipcodes VALUES (53268,'Milwaukee','WI','43.038513','-87.909584',-6,1); -INSERT INTO zipcodes VALUES (53270,'Milwaukee','WI','43.038763','-87.903634',-6,1); -INSERT INTO zipcodes VALUES (53274,'Milwaukee','WI','43.017412','-87.569664',-6,1); -INSERT INTO zipcodes VALUES (53277,'Milwaukee','WI','43.038863','-87.902384',-6,1); -INSERT INTO zipcodes VALUES (53278,'Milwaukee','WI','43.038863','-87.902384',-6,1); -INSERT INTO zipcodes VALUES (53280,'Milwaukee','WI','43.040963','-87.957786',-6,1); -INSERT INTO zipcodes VALUES (53281,'Milwaukee','WI','43.040963','-87.957786',-6,1); -INSERT INTO zipcodes VALUES (53284,'Milwaukee','WI','43.017412','-87.569664',-6,1); -INSERT INTO zipcodes VALUES (53285,'Milwaukee','WI','43.017412','-87.569664',-6,1); -INSERT INTO zipcodes VALUES (53288,'Milwaukee','WI','43.040613','-87.909784',-6,1); -INSERT INTO zipcodes VALUES (53290,'Milwaukee','WI','43.037263','-87.914034',-6,1); -INSERT INTO zipcodes VALUES (53293,'Milwaukee','WI','43.040813','-87.919135',-6,1); -INSERT INTO zipcodes VALUES (53295,'Milwaukee','WI','43.017412','-87.569664',-6,1); -INSERT INTO zipcodes VALUES (53401,'Racine','WI','42.727153','-87.675979',-6,1); -INSERT INTO zipcodes VALUES (53402,'Racine','WI','42.767286','-87.797470',-6,1); -INSERT INTO zipcodes VALUES (53403,'Racine','WI','42.704519','-87.800620',-6,1); -INSERT INTO zipcodes VALUES (53404,'Racine','WI','42.743169','-87.805340',-6,1); -INSERT INTO zipcodes VALUES (53405,'Racine','WI','42.714369','-87.824240',-6,1); -INSERT INTO zipcodes VALUES (53406,'Racine','WI','42.730807','-87.858270',-6,1); -INSERT INTO zipcodes VALUES (53407,'Racine','WI','42.731224','-87.782818',-6,1); -INSERT INTO zipcodes VALUES (53408,'Racine','WI','42.727153','-87.675979',-6,1); -INSERT INTO zipcodes VALUES (53449,'Jefferson','WI','42.999481','-88.782526',-6,1); -INSERT INTO zipcodes VALUES (53490,'Racine','WI','42.727153','-87.675979',-6,1); -INSERT INTO zipcodes VALUES (53501,'Afton','WI','42.605454','-89.070448',-6,1); -INSERT INTO zipcodes VALUES (53502,'Albany','WI','42.718150','-89.443150',-6,1); -INSERT INTO zipcodes VALUES (53503,'Arena','WI','43.150122','-89.925450',-6,1); -INSERT INTO zipcodes VALUES (53504,'Argyle','WI','42.698173','-89.857360',-6,1); -INSERT INTO zipcodes VALUES (53505,'Avalon','WI','42.642661','-88.825470',-6,1); -INSERT INTO zipcodes VALUES (53506,'Avoca','WI','43.154980','-90.285940',-6,1); -INSERT INTO zipcodes VALUES (53507,'Barneveld','WI','43.008697','-89.901170',-6,1); -INSERT INTO zipcodes VALUES (53508,'Belleville','WI','42.865397','-89.554610',-6,1); -INSERT INTO zipcodes VALUES (53510,'Belmont','WI','42.729814','-90.319840',-6,1); -INSERT INTO zipcodes VALUES (53511,'Beloit','WI','42.526464','-89.042910',-6,1); -INSERT INTO zipcodes VALUES (53512,'Beloit','WI','42.669779','-89.072779',-6,1); -INSERT INTO zipcodes VALUES (53515,'Black Earth','WI','43.131939','-89.743800',-6,1); -INSERT INTO zipcodes VALUES (53516,'Blanchardville','WI','42.802663','-89.859430',-6,1); -INSERT INTO zipcodes VALUES (53517,'Blue Mounds','WI','43.031138','-89.836720',-6,1); -INSERT INTO zipcodes VALUES (53518,'Blue River','WI','43.238540','-90.596830',-6,1); -INSERT INTO zipcodes VALUES (53520,'Brodhead','WI','42.613107','-89.373640',-6,1); -INSERT INTO zipcodes VALUES (53521,'Brooklyn','WI','42.839241','-89.400880',-6,1); -INSERT INTO zipcodes VALUES (53522,'Browntown','WI','42.552731','-89.796240',-6,1); -INSERT INTO zipcodes VALUES (53523,'Cambridge','WI','42.992730','-89.022740',-6,1); -INSERT INTO zipcodes VALUES (53525,'Clinton','WI','42.551253','-88.854120',-6,1); -INSERT INTO zipcodes VALUES (53526,'Cobb','WI','42.970855','-90.334520',-6,1); -INSERT INTO zipcodes VALUES (53527,'Cottage Grove','WI','43.073751','-89.196700',-6,1); -INSERT INTO zipcodes VALUES (53528,'Cross Plains','WI','43.116408','-89.643710',-6,1); -INSERT INTO zipcodes VALUES (53529,'Dane','WI','43.228109','-89.536050',-6,1); -INSERT INTO zipcodes VALUES (53530,'Darlington','WI','42.686745','-90.109830',-6,1); -INSERT INTO zipcodes VALUES (53531,'Deerfield','WI','43.055415','-89.093490',-6,1); -INSERT INTO zipcodes VALUES (53532,'De Forest','WI','43.240098','-89.336590',-6,1); -INSERT INTO zipcodes VALUES (53533,'Dodgeville','WI','42.974296','-90.144040',-6,1); -INSERT INTO zipcodes VALUES (53534,'Edgerton','WI','42.841688','-89.072230',-6,1); -INSERT INTO zipcodes VALUES (53535,'Edmund','WI','43.011323','-90.133932',-6,1); -INSERT INTO zipcodes VALUES (53536,'Evansville','WI','42.772516','-89.280200',-6,1); -INSERT INTO zipcodes VALUES (53537,'Footville','WI','42.668944','-89.209980',-6,1); -INSERT INTO zipcodes VALUES (53538,'Fort Atkinson','WI','42.924942','-88.848130',-6,1); -INSERT INTO zipcodes VALUES (53540,'Gotham','WI','43.222854','-90.293500',-6,1); -INSERT INTO zipcodes VALUES (53541,'Gratiot','WI','42.572413','-90.026050',-6,1); -INSERT INTO zipcodes VALUES (53542,'Hanover','WI','42.632325','-89.159420',-6,1); -INSERT INTO zipcodes VALUES (53543,'Highland','WI','43.043206','-90.359540',-6,1); -INSERT INTO zipcodes VALUES (53544,'Hollandale','WI','42.878192','-89.928640',-6,1); -INSERT INTO zipcodes VALUES (53545,'Janesville','WI','42.691460','-89.042770',-6,1); -INSERT INTO zipcodes VALUES (53546,'Janesville','WI','42.666761','-88.995280',-6,1); -INSERT INTO zipcodes VALUES (53547,'Janesville','WI','42.729359','-89.030111',-6,1); -INSERT INTO zipcodes VALUES (53549,'Jefferson','WI','42.993905','-88.793210',-6,1); -INSERT INTO zipcodes VALUES (53550,'Juda','WI','42.567333','-89.493970',-6,1); -INSERT INTO zipcodes VALUES (53551,'Lake Mills','WI','43.082761','-88.908380',-6,1); -INSERT INTO zipcodes VALUES (53553,'Linden','WI','42.922390','-90.285540',-6,1); -INSERT INTO zipcodes VALUES (53554,'Livingston','WI','42.906219','-90.425740',-6,1); -INSERT INTO zipcodes VALUES (53555,'Lodi','WI','43.325153','-89.560740',-6,1); -INSERT INTO zipcodes VALUES (53556,'Lone Rock','WI','43.213963','-90.239090',-6,1); -INSERT INTO zipcodes VALUES (53557,'Lowell','WI','43.339823','-88.797190',-6,1); -INSERT INTO zipcodes VALUES (53558,'McFarland','WI','43.015498','-89.289540',-6,1); -INSERT INTO zipcodes VALUES (53559,'Marshall','WI','43.172619','-89.074640',-6,1); -INSERT INTO zipcodes VALUES (53560,'Mazomanie','WI','43.177861','-89.780120',-6,1); -INSERT INTO zipcodes VALUES (53561,'Merrimac','WI','43.372620','-89.694180',-6,1); -INSERT INTO zipcodes VALUES (53562,'Middleton','WI','43.103711','-89.511060',-6,1); -INSERT INTO zipcodes VALUES (53563,'Milton','WI','42.778497','-88.955950',-6,1); -INSERT INTO zipcodes VALUES (53565,'Mineral Point','WI','42.852038','-90.174500',-6,1); -INSERT INTO zipcodes VALUES (53566,'Monroe','WI','42.603462','-89.640370',-6,1); -INSERT INTO zipcodes VALUES (53569,'Montfort','WI','42.989241','-90.438550',-6,1); -INSERT INTO zipcodes VALUES (53570,'Monticello','WI','42.745346','-89.614550',-6,1); -INSERT INTO zipcodes VALUES (53571,'Morrisonville','WI','43.277409','-89.358530',-6,1); -INSERT INTO zipcodes VALUES (53572,'Mount Horeb','WI','42.985255','-89.736470',-6,1); -INSERT INTO zipcodes VALUES (53573,'Muscoda','WI','43.191400','-90.456550',-6,1); -INSERT INTO zipcodes VALUES (53574,'New Glarus','WI','42.816360','-89.640750',-6,1); -INSERT INTO zipcodes VALUES (53575,'Oregon','WI','42.929208','-89.384780',-6,1); -INSERT INTO zipcodes VALUES (53576,'Orfordville','WI','42.635236','-89.242680',-6,1); -INSERT INTO zipcodes VALUES (53577,'Plain','WI','43.302123','-90.076190',-6,1); -INSERT INTO zipcodes VALUES (53578,'Prairie Du Sac','WI','43.318318','-89.749280',-6,1); -INSERT INTO zipcodes VALUES (53579,'Reeseville','WI','43.296299','-88.867210',-6,1); -INSERT INTO zipcodes VALUES (53580,'Rewey','WI','42.850440','-90.376080',-6,1); -INSERT INTO zipcodes VALUES (53581,'Richland Center','WI','43.361048','-90.407760',-6,1); -INSERT INTO zipcodes VALUES (53582,'Ridgeway','WI','43.020516','-89.979280',-6,1); -INSERT INTO zipcodes VALUES (53583,'Sauk City','WI','43.267183','-89.769120',-6,1); -INSERT INTO zipcodes VALUES (53584,'Sextonville','WI','43.279435','-90.287566',-6,1); -INSERT INTO zipcodes VALUES (53585,'Sharon','WI','42.518695','-88.722600',-6,1); -INSERT INTO zipcodes VALUES (53586,'Shullsburg','WI','42.574400','-90.239350',-6,1); -INSERT INTO zipcodes VALUES (53587,'South Wayne','WI','42.584521','-89.902600',-6,1); -INSERT INTO zipcodes VALUES (53588,'Spring Green','WI','43.174503','-90.072670',-6,1); -INSERT INTO zipcodes VALUES (53589,'Stoughton','WI','42.926473','-89.224320',-6,1); -INSERT INTO zipcodes VALUES (53590,'Sun Prairie','WI','43.189953','-89.225300',-6,1); -INSERT INTO zipcodes VALUES (53591,'Sun Prairie','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53593,'Verona','WI','42.988593','-89.555430',-6,1); -INSERT INTO zipcodes VALUES (53594,'Waterloo','WI','43.185840','-88.975530',-6,1); -INSERT INTO zipcodes VALUES (53595,'Dodgeville','WI','42.976078','-90.141299',-6,1); -INSERT INTO zipcodes VALUES (53596,'Sun Prairie','WI','43.192403','-89.262880',-6,1); -INSERT INTO zipcodes VALUES (53597,'Waunakee','WI','43.182873','-89.454080',-6,1); -INSERT INTO zipcodes VALUES (53598,'Windsor','WI','43.213520','-89.342030',-6,1); -INSERT INTO zipcodes VALUES (53599,'Woodford','WI','42.649309','-89.862202',-6,1); -INSERT INTO zipcodes VALUES (53648,'Salem','WI','42.547163','-88.079487',-6,1); -INSERT INTO zipcodes VALUES (53698,'Union Center','WI','43.680522','-90.269520',-6,1); -INSERT INTO zipcodes VALUES (53701,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53702,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53703,'Madison','WI','43.078646','-89.377270',-6,1); -INSERT INTO zipcodes VALUES (53704,'Madison','WI','43.121416','-89.349680',-6,1); -INSERT INTO zipcodes VALUES (53705,'Madison','WI','43.073395','-89.450490',-6,1); -INSERT INTO zipcodes VALUES (53706,'Madison','WI','43.074296','-89.407740',-6,1); -INSERT INTO zipcodes VALUES (53707,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53708,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53709,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53710,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53711,'Madison','WI','43.036696','-89.444990',-6,1); -INSERT INTO zipcodes VALUES (53713,'Madison','WI','43.037647','-89.391540',-6,1); -INSERT INTO zipcodes VALUES (53714,'Madison','WI','43.099861','-89.317860',-6,1); -INSERT INTO zipcodes VALUES (53715,'Madison','WI','43.061546','-89.400240',-6,1); -INSERT INTO zipcodes VALUES (53716,'Madison','WI','43.065621','-89.320850',-6,1); -INSERT INTO zipcodes VALUES (53717,'Madison','WI','43.072994','-89.519920',-6,1); -INSERT INTO zipcodes VALUES (53718,'Madison','WI','43.095178','-89.270400',-6,1); -INSERT INTO zipcodes VALUES (53719,'Madison','WI','43.029497','-89.505310',-6,1); -INSERT INTO zipcodes VALUES (53725,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53726,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53744,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53777,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53778,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53779,'Madison','WI','43.098202','-89.324196',-6,1); -INSERT INTO zipcodes VALUES (53780,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53782,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53783,'Madison','WI','43.159550','-89.285235',-6,1); -INSERT INTO zipcodes VALUES (53784,'Madison','WI','43.048908','-89.338447',-6,1); -INSERT INTO zipcodes VALUES (53785,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53786,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53787,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53788,'Madison','WI','43.076691','-89.376320',-6,1); -INSERT INTO zipcodes VALUES (53789,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53790,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53791,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53792,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53793,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53794,'Madison','WI','43.069560','-89.423861',-6,1); -INSERT INTO zipcodes VALUES (53801,'Bagley','WI','42.922835','-91.093780',-6,1); -INSERT INTO zipcodes VALUES (53802,'Beetown','WI','42.873625','-90.936354',-6,1); -INSERT INTO zipcodes VALUES (53803,'Benton','WI','42.563769','-90.367830',-6,1); -INSERT INTO zipcodes VALUES (53804,'Bloomington','WI','42.873162','-90.912220',-6,1); -INSERT INTO zipcodes VALUES (53805,'Boscobel','WI','43.136963','-90.698310',-6,1); -INSERT INTO zipcodes VALUES (53806,'Cassville','WI','42.734625','-90.951240',-6,1); -INSERT INTO zipcodes VALUES (53807,'Cuba City','WI','42.607138','-90.448120',-6,1); -INSERT INTO zipcodes VALUES (53808,'Dickeyville','WI','42.627951','-90.593900',-6,1); -INSERT INTO zipcodes VALUES (53809,'Fennimore','WI','42.989950','-90.634830',-6,1); -INSERT INTO zipcodes VALUES (53810,'Glen Haven','WI','42.818053','-90.993100',-6,1); -INSERT INTO zipcodes VALUES (53811,'Hazel Green','WI','42.532592','-90.499970',-6,1); -INSERT INTO zipcodes VALUES (53812,'Kieler','WI','42.859325','-90.791337',-6,1); -INSERT INTO zipcodes VALUES (53813,'Lancaster','WI','42.847591','-90.701670',-6,1); -INSERT INTO zipcodes VALUES (53816,'Mount Hope','WI','42.996023','-90.852630',-6,1); -INSERT INTO zipcodes VALUES (53817,'Patch Grove','WI','42.941786','-90.975640',-6,1); -INSERT INTO zipcodes VALUES (53818,'Platteville','WI','42.743948','-90.486250',-6,1); -INSERT INTO zipcodes VALUES (53820,'Potosi','WI','42.695285','-90.693090',-6,1); -INSERT INTO zipcodes VALUES (53821,'Prairie Du Chien','WI','43.036566','-91.118380',-6,1); -INSERT INTO zipcodes VALUES (53824,'Sinsinawa','WI','42.859325','-90.791337',-6,1); -INSERT INTO zipcodes VALUES (53825,'Stitzer','WI','42.928048','-90.567030',-6,1); -INSERT INTO zipcodes VALUES (53826,'Wauzeka','WI','43.124756','-90.908280',-6,1); -INSERT INTO zipcodes VALUES (53827,'Woodman','WI','43.063729','-90.822920',-6,1); -INSERT INTO zipcodes VALUES (53886,'New Diggings','WI','42.522232','-90.340446',-6,1); -INSERT INTO zipcodes VALUES (53901,'Portage','WI','43.549851','-89.471010',-6,1); -INSERT INTO zipcodes VALUES (53910,'Adams','WI','43.908737','-89.807220',-6,1); -INSERT INTO zipcodes VALUES (53911,'Arlington','WI','43.321005','-89.366810',-6,1); -INSERT INTO zipcodes VALUES (53913,'Baraboo','WI','43.483503','-89.747530',-6,1); -INSERT INTO zipcodes VALUES (53916,'Beaver Dam','WI','43.456814','-88.840580',-6,1); -INSERT INTO zipcodes VALUES (53917,'Beaver Dam','WI','43.414202','-88.704914',-6,1); -INSERT INTO zipcodes VALUES (53919,'Brandon','WI','43.734566','-88.785850',-6,1); -INSERT INTO zipcodes VALUES (53920,'Briggsville','WI','43.660412','-89.593090',-6,1); -INSERT INTO zipcodes VALUES (53922,'Burnett','WI','43.518602','-88.713470',-6,1); -INSERT INTO zipcodes VALUES (53923,'Cambria','WI','43.559975','-89.137620',-6,1); -INSERT INTO zipcodes VALUES (53924,'Cazenovia','WI','43.503482','-90.269020',-6,1); -INSERT INTO zipcodes VALUES (53925,'Columbus','WI','43.340383','-89.040910',-6,1); -INSERT INTO zipcodes VALUES (53926,'Dalton','WI','43.664224','-89.196840',-6,1); -INSERT INTO zipcodes VALUES (53927,'Dellwood','WI','43.955460','-89.941771',-6,1); -INSERT INTO zipcodes VALUES (53928,'Doylestown','WI','43.426936','-89.149120',-6,1); -INSERT INTO zipcodes VALUES (53929,'Elroy','WI','43.752732','-90.285300',-6,1); -INSERT INTO zipcodes VALUES (53930,'Endeavor','WI','43.691602','-89.489240',-6,1); -INSERT INTO zipcodes VALUES (53931,'Fairwater','WI','43.740108','-88.868120',-6,1); -INSERT INTO zipcodes VALUES (53932,'Fall River','WI','43.407179','-89.058370',-6,1); -INSERT INTO zipcodes VALUES (53933,'Fox Lake','WI','43.566325','-88.901580',-6,1); -INSERT INTO zipcodes VALUES (53934,'Friendship','WI','43.967604','-89.852870',-6,1); -INSERT INTO zipcodes VALUES (53935,'Friesland','WI','43.588986','-89.067870',-6,1); -INSERT INTO zipcodes VALUES (53936,'Grand Marsh','WI','43.868852','-89.707360',-6,1); -INSERT INTO zipcodes VALUES (53937,'Hillpoint','WI','43.378638','-90.157260',-6,1); -INSERT INTO zipcodes VALUES (53939,'Kingston','WI','43.693508','-89.128560',-6,1); -INSERT INTO zipcodes VALUES (53940,'Lake Delton','WI','43.589593','-89.793060',-6,1); -INSERT INTO zipcodes VALUES (53941,'La Valle','WI','43.579867','-90.136080',-6,1); -INSERT INTO zipcodes VALUES (53942,'Lime Ridge','WI','43.468211','-90.161478',-6,1); -INSERT INTO zipcodes VALUES (53943,'Loganville','WI','43.401354','-90.043080',-6,1); -INSERT INTO zipcodes VALUES (53944,'Lyndon Station','WI','43.705113','-89.899110',-6,1); -INSERT INTO zipcodes VALUES (53946,'Markesan','WI','43.727646','-89.025740',-6,1); -INSERT INTO zipcodes VALUES (53947,'Marquette','WI','43.747501','-89.140500',-6,1); -INSERT INTO zipcodes VALUES (53948,'Mauston','WI','43.783534','-90.056600',-6,1); -INSERT INTO zipcodes VALUES (53949,'Montello','WI','43.792518','-89.340610',-6,1); -INSERT INTO zipcodes VALUES (53950,'New Lisbon','WI','43.901470','-90.137770',-6,1); -INSERT INTO zipcodes VALUES (53951,'North Freedom','WI','43.393526','-89.844890',-6,1); -INSERT INTO zipcodes VALUES (53952,'Oxford','WI','43.776098','-89.603230',-6,1); -INSERT INTO zipcodes VALUES (53953,'Packwaukee','WI','43.765621','-89.457360',-6,1); -INSERT INTO zipcodes VALUES (53954,'Pardeeville','WI','43.522529','-89.323420',-6,1); -INSERT INTO zipcodes VALUES (53955,'Poynette','WI','43.404191','-89.417100',-6,1); -INSERT INTO zipcodes VALUES (53956,'Randolph','WI','43.544491','-89.011370',-6,1); -INSERT INTO zipcodes VALUES (53957,'Randolph','WI','43.535249','-89.006845',-6,1); -INSERT INTO zipcodes VALUES (53958,'Reedsburg','WI','43.393767','-89.955890',-6,1); -INSERT INTO zipcodes VALUES (53959,'Reedsburg','WI','43.534140','-89.991830',-6,1); -INSERT INTO zipcodes VALUES (53960,'Rio','WI','43.442214','-89.241340',-6,1); -INSERT INTO zipcodes VALUES (53961,'Rock Springs','WI','43.469055','-89.938270',-6,1); -INSERT INTO zipcodes VALUES (53962,'Union Center','WI','43.685137','-90.265780',-6,1); -INSERT INTO zipcodes VALUES (53963,'Waupun','WI','43.633781','-88.735100',-6,1); -INSERT INTO zipcodes VALUES (53964,'Westfield','WI','43.907282','-89.494120',-6,1); -INSERT INTO zipcodes VALUES (53965,'Wisconsin Dells','WI','43.645603','-89.781040',-6,1); -INSERT INTO zipcodes VALUES (53968,'Wonewoc','WI','43.648089','-90.243770',-6,1); -INSERT INTO zipcodes VALUES (53969,'Wyocena','WI','43.495340','-89.308970',-6,1); -INSERT INTO zipcodes VALUES (53981,'Willow','WI','43.412658','-90.274101',-6,1); -INSERT INTO zipcodes VALUES (53995,'Poynette','WI','43.392690','-89.404154',-6,1); -INSERT INTO zipcodes VALUES (54001,'Amery','WI','45.326339','-92.378570',-6,1); -INSERT INTO zipcodes VALUES (54002,'Baldwin','WI','44.969150','-92.373260',-6,1); -INSERT INTO zipcodes VALUES (54003,'Beldenville','WI','44.782907','-92.446570',-6,1); -INSERT INTO zipcodes VALUES (54004,'Clayton','WI','45.319095','-92.130160',-6,1); -INSERT INTO zipcodes VALUES (54005,'Clear Lake','WI','45.237727','-92.229010',-6,1); -INSERT INTO zipcodes VALUES (54006,'Cushing','WI','45.586187','-92.641650',-6,1); -INSERT INTO zipcodes VALUES (54007,'Deer Park','WI','45.189667','-92.370180',-6,1); -INSERT INTO zipcodes VALUES (54009,'Dresser','WI','45.351585','-92.602460',-6,1); -INSERT INTO zipcodes VALUES (54010,'East Ellsworth','WI','44.734759','-92.465532',-6,1); -INSERT INTO zipcodes VALUES (54011,'Ellsworth','WI','44.718955','-92.466510',-6,1); -INSERT INTO zipcodes VALUES (54012,'Emerald','WI','45.115377','-92.286860',-6,1); -INSERT INTO zipcodes VALUES (54013,'Glenwood City','WI','45.064610','-92.185040',-6,1); -INSERT INTO zipcodes VALUES (54014,'Hager City','WI','44.626915','-92.548000',-6,1); -INSERT INTO zipcodes VALUES (54015,'Hammond','WI','44.957487','-92.445890',-6,1); -INSERT INTO zipcodes VALUES (54016,'Hudson','WI','44.978518','-92.719960',-6,1); -INSERT INTO zipcodes VALUES (54017,'New Richmond','WI','45.122052','-92.536910',-6,1); -INSERT INTO zipcodes VALUES (54020,'Osceola','WI','45.299735','-92.642220',-6,1); -INSERT INTO zipcodes VALUES (54021,'Prescott','WI','44.752662','-92.779580',-6,1); -INSERT INTO zipcodes VALUES (54022,'River Falls','WI','44.854636','-92.617290',-6,1); -INSERT INTO zipcodes VALUES (54023,'Roberts','WI','44.970887','-92.547800',-6,1); -INSERT INTO zipcodes VALUES (54024,'Saint Croix Falls','WI','45.469339','-92.620880',-6,1); -INSERT INTO zipcodes VALUES (54025,'Somerset','WI','45.142151','-92.681900',-6,1); -INSERT INTO zipcodes VALUES (54026,'Star Prairie','WI','45.221875','-92.535070',-6,1); -INSERT INTO zipcodes VALUES (54027,'Wilson','WI','44.938989','-92.186370',-6,1); -INSERT INTO zipcodes VALUES (54028,'Woodville','WI','44.944206','-92.279610',-6,1); -INSERT INTO zipcodes VALUES (54034,'Forest','WI','43.690997','-90.478904',-6,1); -INSERT INTO zipcodes VALUES (54035,'Fond du Lac','WI','43.747687','-88.418643',-6,1); -INSERT INTO zipcodes VALUES (54052,'Kickapoo','WI','43.489717','-90.712433',-6,1); -INSERT INTO zipcodes VALUES (54061,'New London','WI','44.393405','-88.725880',-6,1); -INSERT INTO zipcodes VALUES (54082,'Saint Joseph','WI','45.068411','-92.742480',-6,1); -INSERT INTO zipcodes VALUES (54101,'Abrams','WI','44.788898','-88.045350',-6,1); -INSERT INTO zipcodes VALUES (54102,'Amberg','WI','45.503625','-88.081080',-6,1); -INSERT INTO zipcodes VALUES (54103,'Armstrong Creek','WI','45.655708','-88.482920',-6,1); -INSERT INTO zipcodes VALUES (54104,'Athelstane','WI','45.428789','-88.252780',-6,1); -INSERT INTO zipcodes VALUES (54106,'Black Creek','WI','44.472424','-88.457460',-6,1); -INSERT INTO zipcodes VALUES (54107,'Bonduel','WI','44.710588','-88.451590',-6,1); -INSERT INTO zipcodes VALUES (54110,'Brillion','WI','44.179504','-88.074490',-6,1); -INSERT INTO zipcodes VALUES (54111,'Cecil','WI','44.826617','-88.401800',-6,1); -INSERT INTO zipcodes VALUES (54112,'Coleman','WI','45.054842','-88.054700',-6,1); -INSERT INTO zipcodes VALUES (54113,'Combined Locks','WI','44.264904','-88.312000',-6,1); -INSERT INTO zipcodes VALUES (54114,'Crivitz','WI','45.245131','-88.150400',-6,1); -INSERT INTO zipcodes VALUES (54115,'De Pere','WI','44.420420','-88.078960',-6,1); -INSERT INTO zipcodes VALUES (54119,'Dunbar','WI','45.613142','-88.174580',-6,1); -INSERT INTO zipcodes VALUES (54120,'Fence','WI','45.755118','-88.432640',-6,1); -INSERT INTO zipcodes VALUES (54121,'Florence','WI','45.873589','-88.273420',-6,1); -INSERT INTO zipcodes VALUES (54123,'Forest Junction','WI','44.205239','-88.158990',-6,1); -INSERT INTO zipcodes VALUES (54124,'Gillett','WI','44.904959','-88.378220',-6,1); -INSERT INTO zipcodes VALUES (54125,'Goodman','WI','45.634252','-88.336670',-6,1); -INSERT INTO zipcodes VALUES (54126,'Greenleaf','WI','44.291766','-88.050590',-6,1); -INSERT INTO zipcodes VALUES (54127,'Green Valley','WI','44.795823','-88.268950',-6,1); -INSERT INTO zipcodes VALUES (54128,'Gresham','WI','44.860223','-88.795850',-6,1); -INSERT INTO zipcodes VALUES (54129,'Hilbert','WI','44.131149','-88.194430',-6,1); -INSERT INTO zipcodes VALUES (54130,'Kaukauna','WI','44.293197','-88.259220',-6,1); -INSERT INTO zipcodes VALUES (54131,'Freedom','WI','44.416326','-88.464873',-6,1); -INSERT INTO zipcodes VALUES (54135,'Keshena','WI','44.901909','-88.595350',-6,1); -INSERT INTO zipcodes VALUES (54136,'Kimberly','WI','44.268387','-88.336560',-6,1); -INSERT INTO zipcodes VALUES (54137,'Krakow','WI','44.760220','-88.254670',-6,1); -INSERT INTO zipcodes VALUES (54138,'Lakewood','WI','45.312629','-88.475830',-6,1); -INSERT INTO zipcodes VALUES (54139,'Lena','WI','44.943923','-88.068430',-6,1); -INSERT INTO zipcodes VALUES (54140,'Little Chute','WI','44.286637','-88.310010',-6,1); -INSERT INTO zipcodes VALUES (54141,'Little Suamico','WI','44.728341','-88.007120',-6,1); -INSERT INTO zipcodes VALUES (54143,'Marinette','WI','45.092448','-87.649290',-6,1); -INSERT INTO zipcodes VALUES (54149,'Mountain','WI','45.204046','-88.511210',-6,1); -INSERT INTO zipcodes VALUES (54150,'Neopit','WI','44.984514','-88.859470',-6,1); -INSERT INTO zipcodes VALUES (54151,'Niagara','WI','45.732689','-87.969960',-6,1); -INSERT INTO zipcodes VALUES (54152,'Nichols','WI','44.565437','-88.467170',-6,1); -INSERT INTO zipcodes VALUES (54153,'Oconto','WI','44.886571','-87.899350',-6,1); -INSERT INTO zipcodes VALUES (54154,'Oconto Falls','WI','44.868020','-88.164460',-6,1); -INSERT INTO zipcodes VALUES (54155,'Oneida','WI','44.522840','-88.180080',-6,1); -INSERT INTO zipcodes VALUES (54156,'Pembine','WI','45.595032','-87.950180',-6,1); -INSERT INTO zipcodes VALUES (54157,'Peshtigo','WI','45.057605','-87.774490',-6,1); -INSERT INTO zipcodes VALUES (54159,'Porterfield','WI','45.207353','-87.800610',-6,1); -INSERT INTO zipcodes VALUES (54160,'Potter','WI','44.119600','-88.097840',-6,1); -INSERT INTO zipcodes VALUES (54161,'Pound','WI','45.116325','-88.168110',-6,1); -INSERT INTO zipcodes VALUES (54162,'Pulaski','WI','44.657110','-88.242080',-6,1); -INSERT INTO zipcodes VALUES (54165,'Seymour','WI','44.515230','-88.310750',-6,1); -INSERT INTO zipcodes VALUES (54166,'Shawano','WI','44.779241','-88.606360',-6,1); -INSERT INTO zipcodes VALUES (54169,'Sherwood','WI','44.173538','-88.275250',-6,1); -INSERT INTO zipcodes VALUES (54170,'Shiocton','WI','44.506022','-88.564610',-6,1); -INSERT INTO zipcodes VALUES (54171,'Sobieski','WI','44.718335','-88.101170',-6,1); -INSERT INTO zipcodes VALUES (54173,'Suamico','WI','44.640367','-88.037320',-6,1); -INSERT INTO zipcodes VALUES (54174,'Suring','WI','45.047766','-88.379130',-6,1); -INSERT INTO zipcodes VALUES (54175,'Townsend','WI','45.309420','-88.617530',-6,1); -INSERT INTO zipcodes VALUES (54177,'Wausaukee','WI','45.370117','-87.877690',-6,1); -INSERT INTO zipcodes VALUES (54180,'Wrightstown','WI','44.325856','-88.162050',-6,1); -INSERT INTO zipcodes VALUES (54182,'Zachow','WI','44.731453','-88.369842',-6,1); -INSERT INTO zipcodes VALUES (54201,'Algoma','WI','44.613604','-87.465020',-6,1); -INSERT INTO zipcodes VALUES (54202,'Baileys Harbor','WI','45.059668','-87.131960',-6,1); -INSERT INTO zipcodes VALUES (54203,'Branch','WI','44.109853','-87.483874',-6,1); -INSERT INTO zipcodes VALUES (54204,'Brussels','WI','44.753401','-87.646280',-6,1); -INSERT INTO zipcodes VALUES (54205,'Casco','WI','44.589060','-87.622710',-6,1); -INSERT INTO zipcodes VALUES (54206,'Kossuth','WI','44.237283','-87.801108',-6,1); -INSERT INTO zipcodes VALUES (54207,'Collins','WI','44.086144','-87.983310',-6,1); -INSERT INTO zipcodes VALUES (54208,'Denmark','WI','44.358527','-87.797470',-6,1); -INSERT INTO zipcodes VALUES (54209,'Egg Harbor','WI','45.027668','-87.282340',-6,1); -INSERT INTO zipcodes VALUES (54210,'Ellison Bay','WI','45.271782','-87.045610',-6,1); -INSERT INTO zipcodes VALUES (54211,'Ephraim','WI','45.158078','-87.167960',-6,1); -INSERT INTO zipcodes VALUES (54212,'Fish Creek','WI','45.146473','-87.241540',-6,1); -INSERT INTO zipcodes VALUES (54213,'Forestville','WI','44.693392','-87.511970',-6,1); -INSERT INTO zipcodes VALUES (54214,'Francis Creek','WI','44.200758','-87.719740',-6,1); -INSERT INTO zipcodes VALUES (54215,'Kellnersville','WI','44.224851','-87.799430',-6,1); -INSERT INTO zipcodes VALUES (54216,'Kewaunee','WI','44.456022','-87.544290',-6,1); -INSERT INTO zipcodes VALUES (54217,'Luxemburg','WI','44.556810','-87.714130',-6,1); -INSERT INTO zipcodes VALUES (54220,'Manitowoc','WI','44.096194','-87.689190',-6,1); -INSERT INTO zipcodes VALUES (54221,'Manitowoc','WI','44.132295','-87.599031',-6,1); -INSERT INTO zipcodes VALUES (54226,'Maplewood','WI','45.059713','-87.006012',-6,1); -INSERT INTO zipcodes VALUES (54227,'Maribel','WI','44.278090','-87.790260',-6,1); -INSERT INTO zipcodes VALUES (54228,'Mishicot','WI','44.257289','-87.648660',-6,1); -INSERT INTO zipcodes VALUES (54229,'New Franken','WI','44.559995','-87.815530',-6,1); -INSERT INTO zipcodes VALUES (54230,'Reedsville','WI','44.142939','-87.913100',-6,1); -INSERT INTO zipcodes VALUES (54232,'Saint Nazianz','WI','44.008575','-87.924560',-6,1); -INSERT INTO zipcodes VALUES (54234,'Sister Bay','WI','45.186528','-87.116180',-6,1); -INSERT INTO zipcodes VALUES (54235,'Sturgeon Bay','WI','44.844133','-87.380440',-6,1); -INSERT INTO zipcodes VALUES (54240,'Tisch Mills','WI','44.326784','-87.622390',-6,1); -INSERT INTO zipcodes VALUES (54241,'Two Rivers','WI','44.174245','-87.586130',-6,1); -INSERT INTO zipcodes VALUES (54242,'Ludington','WI','44.829002','-91.210194',-6,1); -INSERT INTO zipcodes VALUES (54245,'Valders','WI','44.037618','-87.900260',-6,1); -INSERT INTO zipcodes VALUES (54246,'Washington Island','WI','45.365984','-86.899460',-6,1); -INSERT INTO zipcodes VALUES (54247,'Whitelaw','WI','44.190110','-87.791090',-6,1); -INSERT INTO zipcodes VALUES (54301,'Green Bay','WI','44.489059','-88.016740',-6,1); -INSERT INTO zipcodes VALUES (54302,'Green Bay','WI','44.505782','-87.979470',-6,1); -INSERT INTO zipcodes VALUES (54303,'Green Bay','WI','44.530892','-88.044820',-6,1); -INSERT INTO zipcodes VALUES (54304,'Green Bay','WI','44.499346','-88.063180',-6,1); -INSERT INTO zipcodes VALUES (54305,'Green Bay','WI','44.460064','-88.007382',-6,1); -INSERT INTO zipcodes VALUES (54306,'Green Bay','WI','44.460064','-88.007382',-6,1); -INSERT INTO zipcodes VALUES (54307,'Green Bay','WI','44.460064','-88.007382',-6,1); -INSERT INTO zipcodes VALUES (54308,'Green Bay','WI','44.459509','-87.805912',-6,1); -INSERT INTO zipcodes VALUES (54310,'Liberty Grove','WI','45.210664','-87.041244',-6,1); -INSERT INTO zipcodes VALUES (54311,'Green Bay','WI','44.485243','-87.922320',-6,1); -INSERT INTO zipcodes VALUES (54313,'Green Bay','WI','44.564261','-88.103260',-6,1); -INSERT INTO zipcodes VALUES (54324,'Green Bay','WI','44.460064','-88.007382',-6,1); -INSERT INTO zipcodes VALUES (54337,'Bone Lake','WI','45.610429','-92.324516',-6,1); -INSERT INTO zipcodes VALUES (54344,'Green Bay','WI','44.425040','-88.111252',-6,1); -INSERT INTO zipcodes VALUES (54353,'Georgetown','WI','45.541420','-92.398168',-6,1); -INSERT INTO zipcodes VALUES (54383,'Wascott','WI','46.185080','-91.959307',-6,1); -INSERT INTO zipcodes VALUES (54401,'Wausau','WI','44.958382','-89.669300',-6,1); -INSERT INTO zipcodes VALUES (54402,'Wausau','WI','44.900936','-89.770100',-6,1); -INSERT INTO zipcodes VALUES (54403,'Wausau','WI','44.976118','-89.592090',-6,1); -INSERT INTO zipcodes VALUES (54404,'Marshfield','WI','44.466554','-90.021360',-6,1); -INSERT INTO zipcodes VALUES (54405,'Abbotsford','WI','44.950905','-90.304860',-6,1); -INSERT INTO zipcodes VALUES (54406,'Amherst','WI','44.421111','-89.306180',-6,1); -INSERT INTO zipcodes VALUES (54407,'Amherst Junction','WI','44.513056','-89.304220',-6,1); -INSERT INTO zipcodes VALUES (54408,'Aniwa','WI','45.033240','-89.283760',-6,1); -INSERT INTO zipcodes VALUES (54409,'Antigo','WI','45.121666','-89.133880',-6,1); -INSERT INTO zipcodes VALUES (54410,'Arpin','WI','44.536298','-90.043170',-6,1); -INSERT INTO zipcodes VALUES (54411,'Athens','WI','45.040345','-90.018290',-6,1); -INSERT INTO zipcodes VALUES (54412,'Auburndale','WI','44.662975','-89.994300',-6,1); -INSERT INTO zipcodes VALUES (54413,'Babcock','WI','44.283542','-90.127910',-6,1); -INSERT INTO zipcodes VALUES (54414,'Birnamwood','WI','44.952580','-89.162520',-6,1); -INSERT INTO zipcodes VALUES (54415,'Blenker','WI','44.619128','-89.918563',-6,1); -INSERT INTO zipcodes VALUES (54416,'Bowler','WI','44.879391','-88.955110',-6,1); -INSERT INTO zipcodes VALUES (54417,'Brokaw','WI','45.025111','-89.646090',-6,1); -INSERT INTO zipcodes VALUES (54418,'Bryant','WI','45.221567','-88.964270',-6,1); -INSERT INTO zipcodes VALUES (54419,'Chelsea','WI','45.222391','-90.329035',-6,1); -INSERT INTO zipcodes VALUES (54420,'Chili','WI','44.619487','-90.366050',-6,1); -INSERT INTO zipcodes VALUES (54421,'Colby','WI','44.903000','-90.306570',-6,1); -INSERT INTO zipcodes VALUES (54422,'Curtiss','WI','44.984128','-90.441760',-6,1); -INSERT INTO zipcodes VALUES (54423,'Custer','WI','44.585504','-89.421390',-6,1); -INSERT INTO zipcodes VALUES (54424,'Deerbrook','WI','45.281420','-89.201180',-6,1); -INSERT INTO zipcodes VALUES (54425,'Dorchester','WI','45.006072','-90.331460',-6,1); -INSERT INTO zipcodes VALUES (54426,'Edgar','WI','44.907131','-89.977700',-6,1); -INSERT INTO zipcodes VALUES (54427,'Eland','WI','44.834167','-89.239170',-6,1); -INSERT INTO zipcodes VALUES (54428,'Elcho','WI','45.440199','-89.138370',-6,1); -INSERT INTO zipcodes VALUES (54429,'Elderon','WI','44.780171','-89.247809',-6,1); -INSERT INTO zipcodes VALUES (54430,'Elton','WI','45.138072','-88.884980',-6,1); -INSERT INTO zipcodes VALUES (54431,'Little Black','WI','45.116388','-90.352237',-6,1); -INSERT INTO zipcodes VALUES (54432,'Galloway','WI','44.900936','-89.770100',-6,1); -INSERT INTO zipcodes VALUES (54433,'Gilman','WI','45.186932','-90.818460',-6,1); -INSERT INTO zipcodes VALUES (54434,'Jump River','WI','45.206757','-90.484132',-6,1); -INSERT INTO zipcodes VALUES (54435,'Gleason','WI','45.372921','-89.437480',-6,1); -INSERT INTO zipcodes VALUES (54436,'Granton','WI','44.557846','-90.446220',-6,1); -INSERT INTO zipcodes VALUES (54437,'Greenwood','WI','44.775105','-90.626390',-6,1); -INSERT INTO zipcodes VALUES (54439,'Hannibal','WI','45.206757','-90.484132',-6,1); -INSERT INTO zipcodes VALUES (54440,'Hatley','WI','44.830734','-89.374140',-6,1); -INSERT INTO zipcodes VALUES (54441,'Hewitt','WI','44.645158','-90.105230',-6,1); -INSERT INTO zipcodes VALUES (54442,'Irma','WI','45.345991','-89.670870',-6,1); -INSERT INTO zipcodes VALUES (54443,'Junction City','WI','44.612879','-89.741630',-6,1); -INSERT INTO zipcodes VALUES (54444,'Kempster','WI','45.249382','-89.032136',-6,1); -INSERT INTO zipcodes VALUES (54446,'Loyal','WI','44.758265','-90.482480',-6,1); -INSERT INTO zipcodes VALUES (54447,'Lublin','WI','45.077541','-90.732400',-6,1); -INSERT INTO zipcodes VALUES (54448,'Marathon','WI','44.935076','-89.836990',-6,1); -INSERT INTO zipcodes VALUES (54449,'Marshfield','WI','44.656686','-90.181520',-6,1); -INSERT INTO zipcodes VALUES (54450,'Mattoon','WI','45.006232','-89.047379',-6,1); -INSERT INTO zipcodes VALUES (54451,'Medford','WI','45.171131','-90.405270',-6,1); -INSERT INTO zipcodes VALUES (54452,'Merrill','WI','45.181311','-89.704690',-6,1); -INSERT INTO zipcodes VALUES (54454,'Milladore','WI','44.620203','-89.872230',-6,1); -INSERT INTO zipcodes VALUES (54455,'Mosinee','WI','44.787003','-89.690660',-6,1); -INSERT INTO zipcodes VALUES (54456,'Neillsville','WI','44.553719','-90.614570',-6,1); -INSERT INTO zipcodes VALUES (54457,'Nekoosa','WI','44.260056','-89.882390',-6,1); -INSERT INTO zipcodes VALUES (54458,'Nelsonville','WI','44.490241','-89.310944',-6,1); -INSERT INTO zipcodes VALUES (54459,'Ogema','WI','45.434426','-90.268060',-6,1); -INSERT INTO zipcodes VALUES (54460,'Owen','WI','44.945107','-90.539730',-6,1); -INSERT INTO zipcodes VALUES (54462,'Pearson','WI','45.392118','-89.005100',-6,1); -INSERT INTO zipcodes VALUES (54463,'Pelican Lake','WI','45.516138','-89.178240',-6,1); -INSERT INTO zipcodes VALUES (54464,'Phlox','WI','45.249382','-89.032136',-6,1); -INSERT INTO zipcodes VALUES (54465,'Pickerel','WI','45.393536','-88.887060',-6,1); -INSERT INTO zipcodes VALUES (54466,'Pittsville','WI','44.404914','-90.242460',-6,1); -INSERT INTO zipcodes VALUES (54467,'Plover','WI','44.452277','-89.543990',-6,1); -INSERT INTO zipcodes VALUES (54469,'Port Edwards','WI','44.348816','-89.863680',-6,1); -INSERT INTO zipcodes VALUES (54470,'Rib Lake','WI','45.297753','-90.166580',-6,1); -INSERT INTO zipcodes VALUES (54471,'Ringle','WI','44.918707','-89.441390',-6,1); -INSERT INTO zipcodes VALUES (54472,'Marshfield','WI','44.466554','-90.021360',-6,1); -INSERT INTO zipcodes VALUES (54473,'Rosholt','WI','44.641554','-89.335960',-6,1); -INSERT INTO zipcodes VALUES (54474,'Rothschild','WI','44.885168','-89.619220',-6,1); -INSERT INTO zipcodes VALUES (54475,'Rudolph','WI','44.484001','-89.794030',-6,1); -INSERT INTO zipcodes VALUES (54476,'Schofield','WI','44.903194','-89.579370',-6,1); -INSERT INTO zipcodes VALUES (54479,'Spencer','WI','44.764411','-90.331790',-6,1); -INSERT INTO zipcodes VALUES (54480,'Stetsonville','WI','45.064903','-90.297940',-6,1); -INSERT INTO zipcodes VALUES (54481,'Stevens Point','WI','44.524054','-89.556210',-6,1); -INSERT INTO zipcodes VALUES (54484,'Stratford','WI','44.793747','-90.060260',-6,1); -INSERT INTO zipcodes VALUES (54485,'Summit Lake','WI','45.381803','-89.200730',-6,1); -INSERT INTO zipcodes VALUES (54486,'Tigerton','WI','44.734445','-89.045250',-6,1); -INSERT INTO zipcodes VALUES (54487,'Tomahawk','WI','45.510639','-89.731620',-6,1); -INSERT INTO zipcodes VALUES (54488,'Unity','WI','44.844939','-90.328910',-6,1); -INSERT INTO zipcodes VALUES (54489,'Vesper','WI','44.456798','-89.996230',-6,1); -INSERT INTO zipcodes VALUES (54490,'Westboro','WI','45.321034','-90.402180',-6,1); -INSERT INTO zipcodes VALUES (54491,'White Lake','WI','45.211554','-88.742590',-6,1); -INSERT INTO zipcodes VALUES (54492,'Stevens Point','WI','44.509433','-89.528584',-6,1); -INSERT INTO zipcodes VALUES (54493,'Willard','WI','44.729524','-90.793510',-6,1); -INSERT INTO zipcodes VALUES (54494,'Wisconsin Rapids','WI','44.373468','-89.787610',-6,1); -INSERT INTO zipcodes VALUES (54495,'Wisconsin Rapids','WI','44.376507','-89.907710',-6,1); -INSERT INTO zipcodes VALUES (54498,'Withee','WI','45.034443','-90.630630',-6,1); -INSERT INTO zipcodes VALUES (54499,'Wittenberg','WI','44.797279','-89.184420',-6,1); -INSERT INTO zipcodes VALUES (54501,'Rhinelander','WI','45.646720','-89.394080',-6,1); -INSERT INTO zipcodes VALUES (54511,'Argonne','WI','45.696060','-88.812740',-6,1); -INSERT INTO zipcodes VALUES (54512,'Boulder Junction','WI','46.083178','-89.666050',-6,1); -INSERT INTO zipcodes VALUES (54513,'Brantwood','WI','45.546080','-90.135350',-6,1); -INSERT INTO zipcodes VALUES (54514,'Butternut','WI','46.024995','-90.447780',-6,1); -INSERT INTO zipcodes VALUES (54515,'Catawba','WI','45.536545','-90.509350',-6,1); -INSERT INTO zipcodes VALUES (54517,'Clam Lake','WI','46.136639','-90.930650',-6,1); -INSERT INTO zipcodes VALUES (54519,'Conover','WI','46.040996','-89.285910',-6,1); -INSERT INTO zipcodes VALUES (54520,'Crandon','WI','45.522208','-88.910500',-6,1); -INSERT INTO zipcodes VALUES (54521,'Eagle River','WI','45.922669','-89.248250',-6,1); -INSERT INTO zipcodes VALUES (54524,'Fifield','WI','45.852630','-90.417090',-6,1); -INSERT INTO zipcodes VALUES (54525,'Gile','WI','46.429932','-90.222470',-6,1); -INSERT INTO zipcodes VALUES (54526,'Glen Flora','WI','45.500701','-90.859440',-6,1); -INSERT INTO zipcodes VALUES (54527,'Glidden','WI','46.119661','-90.642880',-6,1); -INSERT INTO zipcodes VALUES (54529,'Harshaw','WI','45.707456','-89.688770',-6,1); -INSERT INTO zipcodes VALUES (54530,'Hawkins','WI','45.549336','-90.730470',-6,1); -INSERT INTO zipcodes VALUES (54531,'Hazelhurst','WI','45.754415','-89.797910',-6,1); -INSERT INTO zipcodes VALUES (54532,'Heafford Junction','WI','45.337678','-89.735524',-6,1); -INSERT INTO zipcodes VALUES (54534,'Hurley','WI','46.405530','-90.218110',-6,1); -INSERT INTO zipcodes VALUES (54536,'Iron Belt','WI','46.346699','-90.335430',-6,1); -INSERT INTO zipcodes VALUES (54537,'Kennan','WI','45.527003','-90.612280',-6,1); -INSERT INTO zipcodes VALUES (54538,'Lac Du Flambeau','WI','45.964667','-89.907310',-6,1); -INSERT INTO zipcodes VALUES (54539,'Lake Tomahawk','WI','45.811923','-89.579880',-6,1); -INSERT INTO zipcodes VALUES (54540,'Land O Lakes','WI','46.149936','-89.365920',-6,1); -INSERT INTO zipcodes VALUES (54541,'Laona','WI','45.553750','-88.662400',-6,1); -INSERT INTO zipcodes VALUES (54542,'Long Lake','WI','45.920035','-88.689290',-6,1); -INSERT INTO zipcodes VALUES (54543,'McNaughton','WI','45.731478','-89.525250',-6,1); -INSERT INTO zipcodes VALUES (54545,'Manitowish Waters','WI','46.122746','-89.839960',-6,1); -INSERT INTO zipcodes VALUES (54546,'Mellen','WI','46.273618','-90.701020',-6,1); -INSERT INTO zipcodes VALUES (54547,'Mercer','WI','46.183572','-90.057540',-6,1); -INSERT INTO zipcodes VALUES (54548,'Minocqua','WI','45.869921','-89.793460',-6,1); -INSERT INTO zipcodes VALUES (54550,'Montreal','WI','46.410758','-90.250720',-6,1); -INSERT INTO zipcodes VALUES (54551,'Presque Isle','WI','46.187253','-89.769399',-6,1); -INSERT INTO zipcodes VALUES (54552,'Park Falls','WI','45.927783','-90.343110',-6,1); -INSERT INTO zipcodes VALUES (54554,'Phelps','WI','46.056677','-89.082340',-6,1); -INSERT INTO zipcodes VALUES (54555,'Phillips','WI','45.716124','-90.400130',-6,1); -INSERT INTO zipcodes VALUES (54556,'Prentice','WI','45.549425','-90.315710',-6,1); -INSERT INTO zipcodes VALUES (54557,'Presque Isle','WI','46.221041','-89.737070',-6,1); -INSERT INTO zipcodes VALUES (54558,'Saint Germain','WI','45.914371','-89.489700',-6,1); -INSERT INTO zipcodes VALUES (54559,'Saxon','WI','46.495575','-90.451010',-6,1); -INSERT INTO zipcodes VALUES (54560,'Sayner','WI','45.995755','-89.525650',-6,1); -INSERT INTO zipcodes VALUES (54561,'Star Lake','WI','46.058408','-89.451600',-6,1); -INSERT INTO zipcodes VALUES (54562,'Three Lakes','WI','45.815926','-89.109420',-6,1); -INSERT INTO zipcodes VALUES (54563,'Tony','WI','45.477056','-90.983540',-6,1); -INSERT INTO zipcodes VALUES (54564,'Tripoli','WI','45.632980','-89.966580',-6,1); -INSERT INTO zipcodes VALUES (54565,'Upson','WI','46.309371','-90.435400',-6,1); -INSERT INTO zipcodes VALUES (54566,'Wabeno','WI','45.432682','-88.673390',-6,1); -INSERT INTO zipcodes VALUES (54568,'Woodruff','WI','45.924341','-89.684960',-6,1); -INSERT INTO zipcodes VALUES (54601,'La Crosse','WI','43.797116','-91.211410',-6,1); -INSERT INTO zipcodes VALUES (54602,'La Crosse','WI','43.907739','-91.167621',-6,1); -INSERT INTO zipcodes VALUES (54603,'La Crosse','WI','43.848665','-91.249220',-6,1); -INSERT INTO zipcodes VALUES (54610,'Alma','WI','44.362741','-91.852870',-6,1); -INSERT INTO zipcodes VALUES (54611,'Alma Center','WI','44.442020','-90.938590',-6,1); -INSERT INTO zipcodes VALUES (54612,'Arcadia','WI','44.253423','-91.488850',-6,1); -INSERT INTO zipcodes VALUES (54613,'Arkdale','WI','44.061018','-89.908380',-6,1); -INSERT INTO zipcodes VALUES (54614,'Bangor','WI','43.894741','-90.974410',-6,1); -INSERT INTO zipcodes VALUES (54615,'Black River Falls','WI','44.277231','-90.800660',-6,1); -INSERT INTO zipcodes VALUES (54616,'Blair','WI','44.293183','-91.230750',-6,1); -INSERT INTO zipcodes VALUES (54618,'Camp Douglas','WI','43.956850','-90.294450',-6,1); -INSERT INTO zipcodes VALUES (54619,'Cashton','WI','43.749142','-90.784730',-6,1); -INSERT INTO zipcodes VALUES (54620,'Cataract','WI','44.087601','-90.842289',-6,1); -INSERT INTO zipcodes VALUES (54621,'Chaseburg','WI','43.659389','-91.081950',-6,1); -INSERT INTO zipcodes VALUES (54622,'Cochrane','WI','44.248179','-91.831240',-6,1); -INSERT INTO zipcodes VALUES (54623,'Coon Valley','WI','43.713575','-91.023480',-6,1); -INSERT INTO zipcodes VALUES (54624,'De Soto','WI','43.433893','-91.159490',-6,1); -INSERT INTO zipcodes VALUES (54625,'Dodge','WI','44.130528','-91.526010',-6,1); -INSERT INTO zipcodes VALUES (54626,'Eastman','WI','43.217285','-91.059460',-6,1); -INSERT INTO zipcodes VALUES (54627,'Ettrick','WI','44.168986','-91.257370',-6,1); -INSERT INTO zipcodes VALUES (54628,'Ferryville','WI','43.373139','-91.002500',-6,1); -INSERT INTO zipcodes VALUES (54629,'Fountain City','WI','44.132880','-91.677220',-6,1); -INSERT INTO zipcodes VALUES (54630,'Galesville','WI','44.087366','-91.359650',-6,1); -INSERT INTO zipcodes VALUES (54631,'Gays Mills','WI','43.291992','-90.830480',-6,1); -INSERT INTO zipcodes VALUES (54632,'Genoa','WI','43.559832','-91.169570',-6,1); -INSERT INTO zipcodes VALUES (54634,'Hillsboro','WI','43.610055','-90.408960',-6,1); -INSERT INTO zipcodes VALUES (54635,'Hixton','WI','44.400995','-91.046080',-6,1); -INSERT INTO zipcodes VALUES (54636,'Holmen','WI','43.978816','-91.251200',-6,1); -INSERT INTO zipcodes VALUES (54637,'Hustler','WI','43.880649','-90.274230',-6,1); -INSERT INTO zipcodes VALUES (54638,'Kendall','WI','43.795422','-90.376090',-6,1); -INSERT INTO zipcodes VALUES (54639,'La Farge','WI','43.610629','-90.621080',-6,1); -INSERT INTO zipcodes VALUES (54640,'Lynxville','WI','43.246161','-91.054290',-6,1); -INSERT INTO zipcodes VALUES (54641,'Mather','WI','43.945210','-90.049489',-6,1); -INSERT INTO zipcodes VALUES (54642,'Melrose','WI','44.151750','-91.045580',-6,1); -INSERT INTO zipcodes VALUES (54643,'Millston','WI','44.186869','-90.635831',-6,1); -INSERT INTO zipcodes VALUES (54644,'Mindoro','WI','44.029269','-91.064840',-6,1); -INSERT INTO zipcodes VALUES (54645,'Mount Sterling','WI','43.314930','-90.928700',-6,1); -INSERT INTO zipcodes VALUES (54646,'Necedah','WI','44.057528','-90.071170',-6,1); -INSERT INTO zipcodes VALUES (54648,'Norwalk','WI','43.836783','-90.620660',-6,1); -INSERT INTO zipcodes VALUES (54649,'Oakdale','WI','43.971514','-90.361161',-6,1); -INSERT INTO zipcodes VALUES (54650,'Onalaska','WI','43.899664','-91.229630',-6,1); -INSERT INTO zipcodes VALUES (54651,'Ontario','WI','43.740893','-90.569340',-6,1); -INSERT INTO zipcodes VALUES (54652,'Readstown','WI','43.454264','-90.761160',-6,1); -INSERT INTO zipcodes VALUES (54653,'Rockland','WI','43.869244','-90.918730',-6,1); -INSERT INTO zipcodes VALUES (54654,'Seneca','WI','43.265154','-90.959000',-6,1); -INSERT INTO zipcodes VALUES (54655,'Soldiers Grove','WI','43.388055','-90.766320',-6,1); -INSERT INTO zipcodes VALUES (54656,'Sparta','WI','43.969770','-90.807960',-6,1); -INSERT INTO zipcodes VALUES (54657,'Steuben','WI','43.194284','-90.891100',-6,1); -INSERT INTO zipcodes VALUES (54658,'Stoddard','WI','43.688040','-91.196650',-6,1); -INSERT INTO zipcodes VALUES (54659,'Taylor','WI','44.309131','-91.116760',-6,1); -INSERT INTO zipcodes VALUES (54660,'Tomah','WI','43.984412','-90.484160',-6,1); -INSERT INTO zipcodes VALUES (54661,'Trempealeau','WI','44.026843','-91.451300',-6,1); -INSERT INTO zipcodes VALUES (54662,'Tunnel City','WI','44.003084','-90.562005',-6,1); -INSERT INTO zipcodes VALUES (54664,'Viola','WI','43.502238','-90.651310',-6,1); -INSERT INTO zipcodes VALUES (54665,'Viroqua','WI','43.543934','-90.899040',-6,1); -INSERT INTO zipcodes VALUES (54666,'Warrens','WI','44.134587','-90.432890',-6,1); -INSERT INTO zipcodes VALUES (54667,'Westby','WI','43.656393','-90.855620',-6,1); -INSERT INTO zipcodes VALUES (54669,'West Salem','WI','43.903949','-91.088470',-6,1); -INSERT INTO zipcodes VALUES (54670,'Wilton','WI','43.833159','-90.490440',-6,1); -INSERT INTO zipcodes VALUES (54699,'West Salem','WI','43.900433','-91.071758',-6,1); -INSERT INTO zipcodes VALUES (54701,'Eau Claire','WI','44.780427','-91.480650',-6,1); -INSERT INTO zipcodes VALUES (54702,'Eau Claire','WI','44.726626','-91.285931',-6,1); -INSERT INTO zipcodes VALUES (54703,'Eau Claire','WI','44.829610','-91.505210',-6,1); -INSERT INTO zipcodes VALUES (54720,'Altoona','WI','44.804160','-91.439630',-6,1); -INSERT INTO zipcodes VALUES (54721,'Arkansaw','WI','44.624110','-92.078280',-6,1); -INSERT INTO zipcodes VALUES (54722,'Augusta','WI','44.699923','-91.125090',-6,1); -INSERT INTO zipcodes VALUES (54723,'Bay City','WI','44.608838','-92.446070',-6,1); -INSERT INTO zipcodes VALUES (54724,'Bloomer','WI','45.101683','-91.484150',-6,1); -INSERT INTO zipcodes VALUES (54725,'Boyceville','WI','45.062111','-92.026410',-6,1); -INSERT INTO zipcodes VALUES (54726,'Boyd','WI','44.946486','-91.022820',-6,1); -INSERT INTO zipcodes VALUES (54727,'Cadott','WI','44.963809','-91.161810',-6,1); -INSERT INTO zipcodes VALUES (54728,'Chetek','WI','45.312195','-91.641730',-6,1); -INSERT INTO zipcodes VALUES (54729,'Chippewa Falls','WI','44.932711','-91.388770',-6,1); -INSERT INTO zipcodes VALUES (54730,'Colfax','WI','45.012181','-91.730210',-6,1); -INSERT INTO zipcodes VALUES (54731,'Conrath','WI','45.364690','-91.049680',-6,1); -INSERT INTO zipcodes VALUES (54732,'Cornell','WI','45.155211','-91.170050',-6,1); -INSERT INTO zipcodes VALUES (54733,'Dallas','WI','45.275752','-91.850840',-6,1); -INSERT INTO zipcodes VALUES (54734,'Downing','WI','45.086186','-92.124530',-6,1); -INSERT INTO zipcodes VALUES (54735,'Downsville','WI','44.946496','-91.903440',-6,1); -INSERT INTO zipcodes VALUES (54736,'Durand','WI','44.613891','-91.924020',-6,1); -INSERT INTO zipcodes VALUES (54737,'Eau Galle','WI','44.718959','-91.997040',-6,1); -INSERT INTO zipcodes VALUES (54738,'Eleva','WI','44.586469','-91.488730',-6,1); -INSERT INTO zipcodes VALUES (54739,'Elk Mound','WI','44.872678','-91.692310',-6,1); -INSERT INTO zipcodes VALUES (54740,'Elmwood','WI','44.763269','-92.151700',-6,1); -INSERT INTO zipcodes VALUES (54741,'Fairchild','WI','44.601345','-90.988540',-6,1); -INSERT INTO zipcodes VALUES (54742,'Fall Creek','WI','44.763678','-91.291720',-6,1); -INSERT INTO zipcodes VALUES (54743,'Gilmanton','WI','44.311074','-91.806396',-6,1); -INSERT INTO zipcodes VALUES (54744,'Hillsdale','WI','45.319786','-91.881754',-6,1); -INSERT INTO zipcodes VALUES (54745,'Holcombe','WI','45.253108','-91.155900',-6,1); -INSERT INTO zipcodes VALUES (54746,'Humbird','WI','44.550251','-90.895420',-6,1); -INSERT INTO zipcodes VALUES (54747,'Independence','WI','44.381610','-91.479130',-6,1); -INSERT INTO zipcodes VALUES (54748,'Jim Falls','WI','45.074725','-91.256300',-6,1); -INSERT INTO zipcodes VALUES (54749,'Knapp','WI','44.949207','-92.080730',-6,1); -INSERT INTO zipcodes VALUES (54750,'Maiden Rock','WI','44.615442','-92.307980',-6,1); -INSERT INTO zipcodes VALUES (54751,'Menomonie','WI','44.868770','-91.929150',-6,1); -INSERT INTO zipcodes VALUES (54754,'Merrillan','WI','44.434537','-90.794730',-6,1); -INSERT INTO zipcodes VALUES (54755,'Mondovi','WI','44.584633','-91.687670',-6,1); -INSERT INTO zipcodes VALUES (54756,'Nelson','WI','44.451724','-91.957850',-6,1); -INSERT INTO zipcodes VALUES (54757,'New Auburn','WI','45.235611','-91.521270',-6,1); -INSERT INTO zipcodes VALUES (54758,'Osseo','WI','44.555876','-91.217130',-6,1); -INSERT INTO zipcodes VALUES (54759,'Pepin','WI','44.478326','-92.140530',-6,1); -INSERT INTO zipcodes VALUES (54760,'Pigeon Falls','WI','44.424662','-91.208330',-6,1); -INSERT INTO zipcodes VALUES (54761,'Plum City','WI','44.624559','-92.177320',-6,1); -INSERT INTO zipcodes VALUES (54762,'Prairie Farm','WI','45.246470','-91.992730',-6,1); -INSERT INTO zipcodes VALUES (54763,'Ridgeland','WI','45.186997','-91.880730',-6,1); -INSERT INTO zipcodes VALUES (54764,'Rock Falls','WI','44.946496','-91.903440',-6,1); -INSERT INTO zipcodes VALUES (54765,'Sand Creek','WI','45.142866','-91.699794',-6,1); -INSERT INTO zipcodes VALUES (54766,'Sheldon','WI','45.323865','-90.893760',-6,1); -INSERT INTO zipcodes VALUES (54767,'Spring Valley','WI','44.833746','-92.259370',-6,1); -INSERT INTO zipcodes VALUES (54768,'Stanley','WI','44.963528','-90.930120',-6,1); -INSERT INTO zipcodes VALUES (54769,'Stockholm','WI','44.530201','-92.237210',-6,1); -INSERT INTO zipcodes VALUES (54770,'Strum','WI','44.545046','-91.387530',-6,1); -INSERT INTO zipcodes VALUES (54771,'Thorp','WI','44.952980','-90.797840',-6,1); -INSERT INTO zipcodes VALUES (54772,'Wheeler','WI','45.084813','-91.897240',-6,1); -INSERT INTO zipcodes VALUES (54773,'Whitehall','WI','44.377781','-91.309480',-6,1); -INSERT INTO zipcodes VALUES (54774,'Chippewa Falls','WI','45.074130','-91.294397',-6,1); -INSERT INTO zipcodes VALUES (54801,'Spooner','WI','45.850775','-91.943610',-6,1); -INSERT INTO zipcodes VALUES (54805,'Almena','WI','45.418325','-92.029140',-6,1); -INSERT INTO zipcodes VALUES (54806,'Ashland','WI','46.577191','-90.897070',-6,1); -INSERT INTO zipcodes VALUES (54810,'Balsam Lake','WI','45.455304','-92.401530',-6,1); -INSERT INTO zipcodes VALUES (54812,'Barron','WI','45.397010','-91.863370',-6,1); -INSERT INTO zipcodes VALUES (54813,'Barronett','WI','45.646145','-92.019230',-6,1); -INSERT INTO zipcodes VALUES (54814,'Bayfield','WI','46.856701','-90.854010',-6,1); -INSERT INTO zipcodes VALUES (54816,'Benoit','WI','46.682796','-91.143254',-6,1); -INSERT INTO zipcodes VALUES (54817,'Birchwood','WI','45.661506','-91.545260',-6,1); -INSERT INTO zipcodes VALUES (54818,'Brill','WI','45.423409','-91.848206',-6,1); -INSERT INTO zipcodes VALUES (54819,'Bruce','WI','45.452730','-91.294370',-6,1); -INSERT INTO zipcodes VALUES (54820,'Brule','WI','46.588243','-91.552080',-6,1); -INSERT INTO zipcodes VALUES (54821,'Cable','WI','46.213138','-91.139970',-6,1); -INSERT INTO zipcodes VALUES (54822,'Cameron','WI','45.401622','-91.727270',-6,1); -INSERT INTO zipcodes VALUES (54824,'Centuria','WI','45.454867','-92.527010',-6,1); -INSERT INTO zipcodes VALUES (54826,'Comstock','WI','45.505963','-92.176460',-6,1); -INSERT INTO zipcodes VALUES (54827,'Cornucopia','WI','46.802909','-91.109440',-6,1); -INSERT INTO zipcodes VALUES (54828,'Couderay','WI','45.858431','-91.257650',-6,1); -INSERT INTO zipcodes VALUES (54829,'Cumberland','WI','45.552434','-92.050040',-6,1); -INSERT INTO zipcodes VALUES (54830,'Danbury','WI','46.036193','-92.218020',-6,1); -INSERT INTO zipcodes VALUES (54832,'Drummond','WI','46.326236','-91.296430',-6,1); -INSERT INTO zipcodes VALUES (54834,'Edgewater','WI','45.742668','-91.476480',-6,1); -INSERT INTO zipcodes VALUES (54835,'Exeland','WI','45.671767','-91.233170',-6,1); -INSERT INTO zipcodes VALUES (54836,'Foxboro','WI','46.449996','-92.218310',-6,1); -INSERT INTO zipcodes VALUES (54837,'Frederic','WI','45.679878','-92.421530',-6,1); -INSERT INTO zipcodes VALUES (54838,'Gordon','WI','46.233591','-91.817950',-6,1); -INSERT INTO zipcodes VALUES (54839,'Grand View','WI','46.360155','-91.144250',-6,1); -INSERT INTO zipcodes VALUES (54840,'Grantsburg','WI','45.751180','-92.671820',-6,1); -INSERT INTO zipcodes VALUES (54841,'Haugen','WI','45.612444','-91.776240',-6,1); -INSERT INTO zipcodes VALUES (54842,'Hawthorne','WI','46.513247','-91.848240',-6,1); -INSERT INTO zipcodes VALUES (54843,'Hayward','WI','46.005082','-91.352550',-6,1); -INSERT INTO zipcodes VALUES (54844,'Herbster','WI','46.765166','-91.213120',-6,1); -INSERT INTO zipcodes VALUES (54845,'Hertel','WI','45.811685','-92.136920',-6,1); -INSERT INTO zipcodes VALUES (54846,'High Bridge','WI','46.372151','-90.748650',-6,1); -INSERT INTO zipcodes VALUES (54847,'Iron River','WI','46.553351','-91.379960',-6,1); -INSERT INTO zipcodes VALUES (54848,'Ladysmith','WI','45.477445','-91.105000',-6,1); -INSERT INTO zipcodes VALUES (54849,'Lake Nebagamon','WI','46.476428','-91.676340',-6,1); -INSERT INTO zipcodes VALUES (54850,'La Pointe','WI','46.799835','-90.732090',-6,1); -INSERT INTO zipcodes VALUES (54851,'Lewis','WI','45.468941','-92.521938',-6,1); -INSERT INTO zipcodes VALUES (54853,'Luck','WI','45.577963','-92.456520',-6,1); -INSERT INTO zipcodes VALUES (54854,'Maple','WI','46.626518','-91.695200',-6,1); -INSERT INTO zipcodes VALUES (54855,'Marengo','WI','46.396053','-90.815060',-6,1); -INSERT INTO zipcodes VALUES (54856,'Mason','WI','46.433167','-91.108830',-6,1); -INSERT INTO zipcodes VALUES (54857,'Mikana','WI','45.591546','-91.600460',-6,1); -INSERT INTO zipcodes VALUES (54858,'Milltown','WI','45.526240','-92.469710',-6,1); -INSERT INTO zipcodes VALUES (54859,'Minong','WI','46.127976','-91.843890',-6,1); -INSERT INTO zipcodes VALUES (54861,'Odanah','WI','46.599122','-90.653610',-6,1); -INSERT INTO zipcodes VALUES (54862,'Ojibwa','WI','45.766112','-91.136030',-6,1); -INSERT INTO zipcodes VALUES (54863,'Stanley','WI','45.458812','-91.712017',-6,1); -INSERT INTO zipcodes VALUES (54864,'Poplar','WI','46.587809','-91.807400',-6,1); -INSERT INTO zipcodes VALUES (54865,'Port Wing','WI','46.757192','-91.396110',-6,1); -INSERT INTO zipcodes VALUES (54867,'Radisson','WI','45.767489','-91.221930',-6,1); -INSERT INTO zipcodes VALUES (54868,'Rice Lake','WI','45.517226','-91.726380',-6,1); -INSERT INTO zipcodes VALUES (54870,'Sarona','WI','45.714265','-91.774980',-6,1); -INSERT INTO zipcodes VALUES (54871,'Shell Lake','WI','45.750367','-91.990480',-6,1); -INSERT INTO zipcodes VALUES (54872,'Siren','WI','45.780793','-92.391520',-6,1); -INSERT INTO zipcodes VALUES (54873,'Solon Springs','WI','46.354613','-91.711660',-6,1); -INSERT INTO zipcodes VALUES (54874,'South Range','WI','46.585210','-91.951290',-6,1); -INSERT INTO zipcodes VALUES (54875,'Springbrook','WI','45.947509','-91.675260',-6,1); -INSERT INTO zipcodes VALUES (54876,'Stone Lake','WI','45.842713','-91.479020',-6,1); -INSERT INTO zipcodes VALUES (54880,'Superior','WI','46.684273','-92.094740',-6,1); -INSERT INTO zipcodes VALUES (54886,'Winter','WI','45.882227','-90.967711',-6,1); -INSERT INTO zipcodes VALUES (54888,'Trego','WI','45.967422','-91.879070',-6,1); -INSERT INTO zipcodes VALUES (54889,'Turtle Lake','WI','45.407855','-92.156190',-6,1); -INSERT INTO zipcodes VALUES (54890,'Wascott','WI','46.525129','-91.921631',-6,1); -INSERT INTO zipcodes VALUES (54891,'Washburn','WI','46.692970','-90.937440',-6,1); -INSERT INTO zipcodes VALUES (54893,'Webster','WI','45.870441','-92.294160',-6,1); -INSERT INTO zipcodes VALUES (54895,'Weyerhaeuser','WI','45.422669','-91.426780',-6,1); -INSERT INTO zipcodes VALUES (54896,'Winter','WI','45.843581','-90.943230',-6,1); -INSERT INTO zipcodes VALUES (54901,'Oshkosh','WI','44.043984','-88.535280',-6,1); -INSERT INTO zipcodes VALUES (54902,'Oshkosh','WI','43.988616','-88.546990',-6,1); -INSERT INTO zipcodes VALUES (54903,'Oshkosh','WI','44.068580','-88.644873',-6,1); -INSERT INTO zipcodes VALUES (54904,'Oshkosh','WI','44.018871','-88.613240',-6,1); -INSERT INTO zipcodes VALUES (54906,'Oshkosh','WI','44.068580','-88.644873',-6,1); -INSERT INTO zipcodes VALUES (54909,'Almond','WI','44.280180','-89.360020',-6,1); -INSERT INTO zipcodes VALUES (54911,'Appleton','WI','44.276986','-88.394450',-6,1); -INSERT INTO zipcodes VALUES (54912,'Appleton','WI','44.416326','-88.464873',-6,1); -INSERT INTO zipcodes VALUES (54913,'Appleton','WI','44.322836','-88.404920',-6,1); -INSERT INTO zipcodes VALUES (54914,'Appleton','WI','44.267411','-88.438300',-6,1); -INSERT INTO zipcodes VALUES (54915,'Appleton','WI','44.244753','-88.377830',-6,1); -INSERT INTO zipcodes VALUES (54919,'Appleton','WI','44.416326','-88.464873',-6,1); -INSERT INTO zipcodes VALUES (54921,'Bancroft','WI','44.307561','-89.546730',-6,1); -INSERT INTO zipcodes VALUES (54922,'Bear Creek','WI','44.538848','-88.743810',-6,1); -INSERT INTO zipcodes VALUES (54923,'Berlin','WI','43.978561','-88.954130',-6,1); -INSERT INTO zipcodes VALUES (54926,'Big Falls','WI','44.617819','-89.016622',-6,1); -INSERT INTO zipcodes VALUES (54927,'Butte Des Morts','WI','44.101044','-88.655310',-6,1); -INSERT INTO zipcodes VALUES (54928,'Caroline','WI','44.732083','-88.885070',-6,1); -INSERT INTO zipcodes VALUES (54929,'Clintonville','WI','44.636050','-88.746730',-6,1); -INSERT INTO zipcodes VALUES (54930,'Coloma','WI','44.025668','-89.521240',-6,1); -INSERT INTO zipcodes VALUES (54931,'Dale','WI','44.416326','-88.464873',-6,1); -INSERT INTO zipcodes VALUES (54932,'Eldorado','WI','43.830749','-88.625800',-6,1); -INSERT INTO zipcodes VALUES (54933,'Embarrass','WI','44.666988','-88.706860',-6,1); -INSERT INTO zipcodes VALUES (54934,'Eureka','WI','44.004430','-88.841080',-6,1); -INSERT INTO zipcodes VALUES (54935,'Fond Du Lac','WI','43.769889','-88.428100',-6,1); -INSERT INTO zipcodes VALUES (54936,'Fond Du Lac','WI','43.740559','-88.522984',-6,1); -INSERT INTO zipcodes VALUES (54937,'Fond Du Lac','WI','43.785391','-88.487040',-6,1); -INSERT INTO zipcodes VALUES (54940,'Fremont','WI','44.237843','-88.849980',-6,1); -INSERT INTO zipcodes VALUES (54941,'Green Lake','WI','43.841808','-88.974430',-6,1); -INSERT INTO zipcodes VALUES (54942,'Greenville','WI','44.293820','-88.535570',-6,1); -INSERT INTO zipcodes VALUES (54943,'Hancock','WI','44.122177','-89.573050',-6,1); -INSERT INTO zipcodes VALUES (54944,'Hortonville','WI','44.333183','-88.616700',-6,1); -INSERT INTO zipcodes VALUES (54945,'Iola','WI','44.558941','-89.133830',-6,1); -INSERT INTO zipcodes VALUES (54946,'King','WI','44.336537','-89.146258',-6,1); -INSERT INTO zipcodes VALUES (54947,'Larsen','WI','44.191271','-88.688460',-6,1); -INSERT INTO zipcodes VALUES (54948,'Leopolis','WI','44.779838','-88.871230',-6,1); -INSERT INTO zipcodes VALUES (54949,'Manawa','WI','44.472791','-88.916250',-6,1); -INSERT INTO zipcodes VALUES (54950,'Marion','WI','44.669461','-88.896930',-6,1); -INSERT INTO zipcodes VALUES (54951,'Medina','WI','44.416326','-88.464873',-6,1); -INSERT INTO zipcodes VALUES (54952,'Menasha','WI','44.212448','-88.409590',-6,1); -INSERT INTO zipcodes VALUES (54956,'Neenah','WI','44.180085','-88.482730',-6,1); -INSERT INTO zipcodes VALUES (54957,'Neenah','WI','44.198944','-88.678863',-6,1); -INSERT INTO zipcodes VALUES (54960,'Neshkoro','WI','43.959371','-89.225750',-6,1); -INSERT INTO zipcodes VALUES (54961,'New London','WI','44.394143','-88.755210',-6,1); -INSERT INTO zipcodes VALUES (54962,'Ogdensburg','WI','44.481372','-89.031010',-6,1); -INSERT INTO zipcodes VALUES (54963,'Omro','WI','44.042594','-88.762700',-6,1); -INSERT INTO zipcodes VALUES (54964,'Pickett','WI','43.923141','-88.726540',-6,1); -INSERT INTO zipcodes VALUES (54965,'Pine River','WI','44.167646','-89.042180',-6,1); -INSERT INTO zipcodes VALUES (54966,'Plainfield','WI','44.220945','-89.512270',-6,1); -INSERT INTO zipcodes VALUES (54967,'Poy Sippi','WI','44.137770','-88.994430',-6,1); -INSERT INTO zipcodes VALUES (54968,'Princeton','WI','43.842646','-89.139550',-6,1); -INSERT INTO zipcodes VALUES (54969,'Readfield','WI','44.269991','-88.775457',-6,1); -INSERT INTO zipcodes VALUES (54970,'Redgranite','WI','44.057375','-89.097880',-6,1); -INSERT INTO zipcodes VALUES (54971,'Ripon','WI','43.849309','-88.844940',-6,1); -INSERT INTO zipcodes VALUES (54974,'Rosendale','WI','43.797693','-88.662610',-6,1); -INSERT INTO zipcodes VALUES (54975,'Royalton','WI','44.461926','-88.915027',-6,1); -INSERT INTO zipcodes VALUES (54976,'Saxeville','WI','44.176716','-89.112710',-6,1); -INSERT INTO zipcodes VALUES (54977,'Scandinavia','WI','44.454684','-89.153710',-6,1); -INSERT INTO zipcodes VALUES (54978,'Tilleda','WI','44.805167','-88.900600',-6,1); -INSERT INTO zipcodes VALUES (54979,'Van Dyne','WI','43.877109','-88.525730',-6,1); -INSERT INTO zipcodes VALUES (54980,'Waukau','WI','43.987186','-88.772470',-6,1); -INSERT INTO zipcodes VALUES (54981,'Waupaca','WI','44.331217','-89.114990',-6,1); -INSERT INTO zipcodes VALUES (54982,'Wautoma','WI','44.064068','-89.294170',-6,1); -INSERT INTO zipcodes VALUES (54983,'Weyauwega','WI','44.319005','-88.940400',-6,1); -INSERT INTO zipcodes VALUES (54984,'Wild Rose','WI','44.186455','-89.202310',-6,1); -INSERT INTO zipcodes VALUES (54985,'Winnebago','WI','44.075084','-88.517580',-6,1); -INSERT INTO zipcodes VALUES (54986,'Winneconne','WI','44.110806','-88.731550',-6,1); -INSERT INTO zipcodes VALUES (54990,'Iola','WI','44.461926','-88.915027',-6,1); -INSERT INTO zipcodes VALUES (55001,'Afton','MN','44.903133','-92.819040',-6,1); -INSERT INTO zipcodes VALUES (55002,'Almelund','MN','45.513447','-92.894239',-6,1); -INSERT INTO zipcodes VALUES (55003,'Bayport','MN','45.017767','-92.780390',-6,1); -INSERT INTO zipcodes VALUES (55005,'Bethel','MN','45.395494','-93.235840',-6,1); -INSERT INTO zipcodes VALUES (55006,'Braham','MN','45.722000','-93.197810',-6,1); -INSERT INTO zipcodes VALUES (55007,'Brook Park','MN','45.955831','-93.104400',-6,1); -INSERT INTO zipcodes VALUES (55008,'Cambridge','MN','45.566735','-93.243810',-6,1); -INSERT INTO zipcodes VALUES (55009,'Cannon Falls','MN','44.493575','-92.894020',-6,1); -INSERT INTO zipcodes VALUES (55010,'Castle Rock','MN','44.544465','-93.153530',-6,1); -INSERT INTO zipcodes VALUES (55011,'Cedar','MN','45.335128','-93.274340',-6,1); -INSERT INTO zipcodes VALUES (55012,'Center City','MN','45.417660','-92.805970',-6,1); -INSERT INTO zipcodes VALUES (55013,'Chisago City','MN','45.365164','-92.888640',-6,1); -INSERT INTO zipcodes VALUES (55014,'Circle Pines','MN','45.153516','-93.144630',-6,1); -INSERT INTO zipcodes VALUES (55016,'Cottage Grove','MN','44.830966','-92.937390',-6,1); -INSERT INTO zipcodes VALUES (55017,'Dalbo','MN','45.677366','-93.420130',-6,1); -INSERT INTO zipcodes VALUES (55018,'Dennison','MN','44.422975','-93.000890',-6,1); -INSERT INTO zipcodes VALUES (55019,'Dundas','MN','44.415567','-93.232690',-6,1); -INSERT INTO zipcodes VALUES (55020,'Elko','MN','44.571365','-93.360110',-6,1); -INSERT INTO zipcodes VALUES (55021,'Faribault','MN','44.294780','-93.287320',-6,1); -INSERT INTO zipcodes VALUES (55024,'Farmington','MN','44.649263','-93.152220',-6,1); -INSERT INTO zipcodes VALUES (55025,'Forest Lake','MN','45.272117','-92.991100',-6,1); -INSERT INTO zipcodes VALUES (55026,'Frontenac','MN','44.523212','-92.332160',-6,1); -INSERT INTO zipcodes VALUES (55027,'Goodhue','MN','44.408846','-92.633120',-6,1); -INSERT INTO zipcodes VALUES (55029,'Grandy','MN','45.642235','-93.201107',-6,1); -INSERT INTO zipcodes VALUES (55030,'Grasston','MN','45.842603','-93.119240',-6,1); -INSERT INTO zipcodes VALUES (55031,'Hampton','MN','44.607553','-92.985480',-6,1); -INSERT INTO zipcodes VALUES (55032,'Harris','MN','45.586488','-93.011790',-6,1); -INSERT INTO zipcodes VALUES (55033,'Hastings','MN','44.726517','-92.861470',-6,1); -INSERT INTO zipcodes VALUES (55036,'Henriette','MN','45.871294','-93.118520',-6,1); -INSERT INTO zipcodes VALUES (55037,'Hinckley','MN','46.008128','-92.793490',-6,1); -INSERT INTO zipcodes VALUES (55038,'Hugo','MN','45.161267','-92.995960',-6,1); -INSERT INTO zipcodes VALUES (55040,'Isanti','MN','45.470239','-93.279470',-6,1); -INSERT INTO zipcodes VALUES (55041,'Lake City','MN','44.422780','-92.294800',-6,1); -INSERT INTO zipcodes VALUES (55042,'Lake Elmo','MN','44.999023','-92.909390',-6,1); -INSERT INTO zipcodes VALUES (55043,'Lakeland','MN','44.931600','-92.770010',-6,1); -INSERT INTO zipcodes VALUES (55044,'Lakeville','MN','44.669564','-93.266540',-6,1); -INSERT INTO zipcodes VALUES (55045,'Lindstrom','MN','45.387281','-92.835510',-6,1); -INSERT INTO zipcodes VALUES (55046,'Lonsdale','MN','44.464394','-93.422430',-6,1); -INSERT INTO zipcodes VALUES (55047,'Marine On Saint Croix','MN','45.195606','-92.816490',-6,1); -INSERT INTO zipcodes VALUES (55049,'Medford','MN','44.172277','-93.239240',-6,1); -INSERT INTO zipcodes VALUES (55051,'Mora','MN','45.897003','-93.294520',-6,1); -INSERT INTO zipcodes VALUES (55052,'Morristown','MN','44.232811','-93.439920',-6,1); -INSERT INTO zipcodes VALUES (55053,'Nerstrand','MN','44.338132','-93.055430',-6,1); -INSERT INTO zipcodes VALUES (55054,'New Market','MN','44.571056','-93.354267',-6,1); -INSERT INTO zipcodes VALUES (55055,'Newport','MN','44.871166','-93.001870',-6,1); -INSERT INTO zipcodes VALUES (55056,'North Branch','MN','45.509818','-92.978160',-6,1); -INSERT INTO zipcodes VALUES (55057,'Northfield','MN','44.459969','-93.166230',-6,1); -INSERT INTO zipcodes VALUES (55060,'Owatonna','MN','44.073930','-93.227160',-6,1); -INSERT INTO zipcodes VALUES (55063,'Pine City','MN','45.824236','-92.958130',-6,1); -INSERT INTO zipcodes VALUES (55065,'Randolph','MN','44.534866','-93.029590',-6,1); -INSERT INTO zipcodes VALUES (55066,'Red Wing','MN','44.539036','-92.536370',-6,1); -INSERT INTO zipcodes VALUES (55067,'Rock Creek','MN','46.074687','-92.718004',-6,1); -INSERT INTO zipcodes VALUES (55068,'Rosemount','MN','44.732105','-93.134370',-6,1); -INSERT INTO zipcodes VALUES (55069,'Rush City','MN','45.690784','-92.968430',-6,1); -INSERT INTO zipcodes VALUES (55070,'Saint Francis','MN','45.395912','-93.370050',-6,1); -INSERT INTO zipcodes VALUES (55071,'Saint Paul Park','MN','44.835366','-92.992540',-6,1); -INSERT INTO zipcodes VALUES (55072,'Sandstone','MN','46.131798','-92.713770',-6,1); -INSERT INTO zipcodes VALUES (55073,'Scandia','MN','45.275771','-92.830010',-6,1); -INSERT INTO zipcodes VALUES (55074,'Shafer','MN','45.381784','-92.727800',-6,1); -INSERT INTO zipcodes VALUES (55075,'South Saint Paul','MN','44.887966','-93.045460',-6,1); -INSERT INTO zipcodes VALUES (55076,'Inver Grove Heights','MN','44.844833','-93.035280',-6,1); -INSERT INTO zipcodes VALUES (55077,'Inver Grove Heights','MN','44.825391','-93.068930',-6,1); -INSERT INTO zipcodes VALUES (55078,'Stacy','MN','45.513447','-92.894239',-6,1); -INSERT INTO zipcodes VALUES (55079,'Stacy','MN','45.403157','-93.028290',-6,1); -INSERT INTO zipcodes VALUES (55080,'Stanchfield','MN','45.651767','-93.214390',-6,1); -INSERT INTO zipcodes VALUES (55082,'Stillwater','MN','45.054551','-92.825810',-6,1); -INSERT INTO zipcodes VALUES (55083,'Stillwater','MN','45.021016','-92.983726',-6,1); -INSERT INTO zipcodes VALUES (55084,'Taylors Falls','MN','45.424065','-92.683210',-6,1); -INSERT INTO zipcodes VALUES (55085,'Vermillion','MN','44.674317','-92.968230',-6,1); -INSERT INTO zipcodes VALUES (55087,'Warsaw','MN','44.247889','-93.393050',-6,1); -INSERT INTO zipcodes VALUES (55088,'Webster','MN','44.541055','-93.387130',-6,1); -INSERT INTO zipcodes VALUES (55089,'Welch','MN','44.586242','-92.702930',-6,1); -INSERT INTO zipcodes VALUES (55090,'Willernie','MN','45.054666','-92.957030',-6,1); -INSERT INTO zipcodes VALUES (55092,'Wyoming','MN','45.329115','-93.068340',-6,1); -INSERT INTO zipcodes VALUES (55101,'Saint Paul','MN','44.964852','-93.083970',-6,1); -INSERT INTO zipcodes VALUES (55102,'Saint Paul','MN','44.935315','-93.120490',-6,1); -INSERT INTO zipcodes VALUES (55103,'Saint Paul','MN','44.964115','-93.122610',-6,1); -INSERT INTO zipcodes VALUES (55104,'Saint Paul','MN','44.953665','-93.159220',-6,1); -INSERT INTO zipcodes VALUES (55105,'Saint Paul','MN','44.934465','-93.165540',-6,1); -INSERT INTO zipcodes VALUES (55106,'Saint Paul','MN','44.967565','-93.050010',-6,1); -INSERT INTO zipcodes VALUES (55107,'Saint Paul','MN','44.928315','-93.088760',-6,1); -INSERT INTO zipcodes VALUES (55108,'Saint Paul','MN','44.982515','-93.174890',-6,1); -INSERT INTO zipcodes VALUES (55109,'Saint Paul','MN','45.010632','-93.018450',-6,1); -INSERT INTO zipcodes VALUES (55110,'Saint Paul','MN','45.081266','-93.011460',-6,1); -INSERT INTO zipcodes VALUES (55111,'Saint Paul','MN','44.882838','-93.200671',-6,1); -INSERT INTO zipcodes VALUES (55112,'Saint Paul','MN','45.076365','-93.193350',-6,1); -INSERT INTO zipcodes VALUES (55113,'Saint Paul','MN','45.011215','-93.155360',-6,1); -INSERT INTO zipcodes VALUES (55114,'Saint Paul','MN','44.964815','-93.195810',-6,1); -INSERT INTO zipcodes VALUES (55115,'Saint Paul','MN','45.060048','-92.957620',-6,1); -INSERT INTO zipcodes VALUES (55116,'Saint Paul','MN','44.913815','-93.174590',-6,1); -INSERT INTO zipcodes VALUES (55117,'Saint Paul','MN','44.989065','-93.106660',-6,1); -INSERT INTO zipcodes VALUES (55118,'Saint Paul','MN','44.903165','-93.100260',-6,1); -INSERT INTO zipcodes VALUES (55119,'Saint Paul','MN','44.957315','-93.006160',-6,1); -INSERT INTO zipcodes VALUES (55120,'Saint Paul','MN','44.873398','-93.145380',-6,1); -INSERT INTO zipcodes VALUES (55121,'Saint Paul','MN','44.844965','-93.144310',-6,1); -INSERT INTO zipcodes VALUES (55122,'Saint Paul','MN','44.804548','-93.198710',-6,1); -INSERT INTO zipcodes VALUES (55123,'Saint Paul','MN','44.804048','-93.133780',-6,1); -INSERT INTO zipcodes VALUES (55124,'Saint Paul','MN','44.743963','-93.206240',-6,1); -INSERT INTO zipcodes VALUES (55125,'Saint Paul','MN','44.921982','-92.942340',-6,1); -INSERT INTO zipcodes VALUES (55126,'Saint Paul','MN','45.085643','-93.135300',-6,1); -INSERT INTO zipcodes VALUES (55127,'Saint Paul','MN','45.076708','-93.082800',-6,1); -INSERT INTO zipcodes VALUES (55128,'Saint Paul','MN','44.985792','-92.965320',-6,1); -INSERT INTO zipcodes VALUES (55129,'Saint Paul','MN','44.896938','-92.902410',-6,1); -INSERT INTO zipcodes VALUES (55133,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55144,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55145,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55146,'Saint Paul','MN','44.942656','-93.082793',-6,1); -INSERT INTO zipcodes VALUES (55150,'Mendota','MN','44.884265','-93.164150',-6,1); -INSERT INTO zipcodes VALUES (55155,'Saint Paul','MN','44.952165','-93.095518',-6,1); -INSERT INTO zipcodes VALUES (55161,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55164,'Saint Paul','MN','44.990915','-93.106593',-6,1); -INSERT INTO zipcodes VALUES (55165,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55166,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55168,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55169,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55170,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55171,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55172,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55175,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55177,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55182,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55184,'Duluth','MN','46.837172','-92.202829',-6,1); -INSERT INTO zipcodes VALUES (55187,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55188,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55189,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55190,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55191,'Saint Paul','MN','45.005902','-93.105869',-6,1); -INSERT INTO zipcodes VALUES (55272,'Kroschel','MN','46.147161','-93.084687',-6,1); -INSERT INTO zipcodes VALUES (55301,'Albertville','MN','45.237867','-93.662610',-6,1); -INSERT INTO zipcodes VALUES (55302,'Annandale','MN','45.246631','-94.116920',-6,1); -INSERT INTO zipcodes VALUES (55303,'Anoka','MN','45.247509','-93.418000',-6,1); -INSERT INTO zipcodes VALUES (55304,'Andover','MN','45.254715','-93.286520',-6,1); -INSERT INTO zipcodes VALUES (55305,'Hopkins','MN','44.953763','-93.433460',-6,1); -INSERT INTO zipcodes VALUES (55306,'Burnsville','MN','44.732569','-93.289090',-6,1); -INSERT INTO zipcodes VALUES (55307,'Arlington','MN','44.613278','-94.107280',-6,1); -INSERT INTO zipcodes VALUES (55308,'Becker','MN','45.426203','-93.850170',-6,1); -INSERT INTO zipcodes VALUES (55309,'Big Lake','MN','45.358004','-93.742940',-6,1); -INSERT INTO zipcodes VALUES (55310,'Bird Island','MN','44.761856','-94.884500',-6,1); -INSERT INTO zipcodes VALUES (55311,'Osseo','MN','45.102133','-93.487570',-6,1); -INSERT INTO zipcodes VALUES (55312,'Brownton','MN','44.723259','-94.339220',-6,1); -INSERT INTO zipcodes VALUES (55313,'Buffalo','MN','45.175558','-93.854410',-6,1); -INSERT INTO zipcodes VALUES (55314,'Buffalo Lake','MN','44.751001','-94.607820',-6,1); -INSERT INTO zipcodes VALUES (55315,'Carver','MN','44.736595','-93.656190',-6,1); -INSERT INTO zipcodes VALUES (55316,'Champlin','MN','45.170714','-93.384520',-6,1); -INSERT INTO zipcodes VALUES (55317,'Chanhassen','MN','44.866236','-93.544870',-6,1); -INSERT INTO zipcodes VALUES (55318,'Chaska','MN','44.809954','-93.610500',-6,1); -INSERT INTO zipcodes VALUES (55319,'Clear Lake','MN','45.470068','-93.929560',-6,1); -INSERT INTO zipcodes VALUES (55320,'Clearwater','MN','45.387625','-94.059900',-6,1); -INSERT INTO zipcodes VALUES (55321,'Cokato','MN','45.085142','-94.187480',-6,1); -INSERT INTO zipcodes VALUES (55322,'Cologne','MN','44.768762','-93.778390',-6,1); -INSERT INTO zipcodes VALUES (55323,'Crystal Bay','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55324,'Darwin','MN','45.057766','-94.403680',-6,1); -INSERT INTO zipcodes VALUES (55325,'Dassel','MN','45.091115','-94.317580',-6,1); -INSERT INTO zipcodes VALUES (55327,'Dayton','MN','45.217054','-93.476120',-6,1); -INSERT INTO zipcodes VALUES (55328,'Delano','MN','45.032489','-93.795910',-6,1); -INSERT INTO zipcodes VALUES (55329,'Eden Valley','MN','45.321197','-94.567780',-6,1); -INSERT INTO zipcodes VALUES (55330,'Elk River','MN','45.317152','-93.581170',-6,1); -INSERT INTO zipcodes VALUES (55331,'Excelsior','MN','44.901368','-93.582780',-6,1); -INSERT INTO zipcodes VALUES (55332,'Fairfax','MN','44.529702','-94.717180',-6,1); -INSERT INTO zipcodes VALUES (55333,'Franklin','MN','44.541889','-94.873500',-6,1); -INSERT INTO zipcodes VALUES (55334,'Gaylord','MN','44.542729','-94.217730',-6,1); -INSERT INTO zipcodes VALUES (55335,'Gibbon','MN','44.527707','-94.530920',-6,1); -INSERT INTO zipcodes VALUES (55336,'Glencoe','MN','44.773886','-94.172940',-6,1); -INSERT INTO zipcodes VALUES (55337,'Burnsville','MN','44.770297','-93.273020',-6,1); -INSERT INTO zipcodes VALUES (55338,'Green Isle','MN','44.670908','-94.013370',-6,1); -INSERT INTO zipcodes VALUES (55339,'Hamburg','MN','44.730662','-93.957700',-6,1); -INSERT INTO zipcodes VALUES (55340,'Hamel','MN','45.073430','-93.564550',-6,1); -INSERT INTO zipcodes VALUES (55341,'Hanover','MN','45.155460','-93.663690',-6,1); -INSERT INTO zipcodes VALUES (55342,'Hector','MN','44.743230','-94.724470',-6,1); -INSERT INTO zipcodes VALUES (55343,'Hopkins','MN','44.921599','-93.408570',-6,1); -INSERT INTO zipcodes VALUES (55344,'Eden Prairie','MN','44.867013','-93.425570',-6,1); -INSERT INTO zipcodes VALUES (55345,'Minnetonka','MN','44.915413','-93.484430',-6,1); -INSERT INTO zipcodes VALUES (55346,'Eden Prairie','MN','44.880435','-93.486900',-6,1); -INSERT INTO zipcodes VALUES (55347,'Eden Prairie','MN','44.831413','-93.460310',-6,1); -INSERT INTO zipcodes VALUES (55348,'Maple Plain','MN','44.848263','-93.398727',-6,1); -INSERT INTO zipcodes VALUES (55349,'Howard Lake','MN','45.064272','-94.071750',-6,1); -INSERT INTO zipcodes VALUES (55350,'Hutchinson','MN','44.896255','-94.386040',-6,1); -INSERT INTO zipcodes VALUES (55352,'Jordan','MN','44.657463','-93.613300',-6,1); -INSERT INTO zipcodes VALUES (55353,'Kimball','MN','45.328802','-94.325280',-6,1); -INSERT INTO zipcodes VALUES (55354,'Lester Prairie','MN','44.881515','-94.058460',-6,1); -INSERT INTO zipcodes VALUES (55355,'Litchfield','MN','45.104473','-94.528680',-6,1); -INSERT INTO zipcodes VALUES (55356,'Long Lake','MN','44.985463','-93.583880',-6,1); -INSERT INTO zipcodes VALUES (55357,'Loretto','MN','45.088013','-93.650530',-6,1); -INSERT INTO zipcodes VALUES (55358,'Maple Lake','MN','45.244744','-94.002890',-6,1); -INSERT INTO zipcodes VALUES (55359,'Maple Plain','MN','45.002212','-93.693190',-6,1); -INSERT INTO zipcodes VALUES (55360,'Mayer','MN','44.909362','-93.899810',-6,1); -INSERT INTO zipcodes VALUES (55361,'Minnetonka Beach','MN','44.940212','-93.592735',-6,1); -INSERT INTO zipcodes VALUES (55362,'Monticello','MN','45.301337','-93.807740',-6,1); -INSERT INTO zipcodes VALUES (55363,'Montrose','MN','45.046143','-93.920850',-6,1); -INSERT INTO zipcodes VALUES (55364,'Mound','MN','44.933712','-93.660380',-6,1); -INSERT INTO zipcodes VALUES (55365,'Monticello','MN','45.200875','-93.888099',-6,1); -INSERT INTO zipcodes VALUES (55366,'New Auburn','MN','44.673454','-94.229311',-6,1); -INSERT INTO zipcodes VALUES (55367,'New Germany','MN','44.886776','-93.971540',-6,1); -INSERT INTO zipcodes VALUES (55368,'Norwood','MN','44.756883','-93.916660',-6,1); -INSERT INTO zipcodes VALUES (55369,'Osseo','MN','45.120764','-93.431830',-6,1); -INSERT INTO zipcodes VALUES (55370,'Plato','MN','44.787651','-94.047140',-6,1); -INSERT INTO zipcodes VALUES (55371,'Princeton','MN','45.576431','-93.576440',-6,1); -INSERT INTO zipcodes VALUES (55372,'Prior Lake','MN','44.704646','-93.421390',-6,1); -INSERT INTO zipcodes VALUES (55373,'Rockford','MN','45.087513','-93.735480',-6,1); -INSERT INTO zipcodes VALUES (55374,'Rogers','MN','45.197646','-93.571040',-6,1); -INSERT INTO zipcodes VALUES (55375,'Saint Bonifacius','MN','44.906512','-93.743900',-6,1); -INSERT INTO zipcodes VALUES (55376,'Saint Michael','MN','45.203820','-93.676180',-6,1); -INSERT INTO zipcodes VALUES (55377,'Santiago','MN','45.540181','-93.815434',-6,1); -INSERT INTO zipcodes VALUES (55378,'Savage','MN','44.761796','-93.372200',-6,1); -INSERT INTO zipcodes VALUES (55379,'Shakopee','MN','44.776138','-93.525560',-6,1); -INSERT INTO zipcodes VALUES (55380,'Silver Creek','MN','45.315823','-93.979766',-6,1); -INSERT INTO zipcodes VALUES (55381,'Silver Lake','MN','44.904987','-94.188020',-6,1); -INSERT INTO zipcodes VALUES (55382,'South Haven','MN','45.299358','-94.198210',-6,1); -INSERT INTO zipcodes VALUES (55383,'Norwood','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55384,'Spring Park','MN','44.936423','-93.628680',-6,1); -INSERT INTO zipcodes VALUES (55385,'Stewart','MN','44.724926','-94.493460',-6,1); -INSERT INTO zipcodes VALUES (55386,'Victoria','MN','44.858595','-93.663410',-6,1); -INSERT INTO zipcodes VALUES (55387,'Waconia','MN','44.849912','-93.785140',-6,1); -INSERT INTO zipcodes VALUES (55388,'Watertown','MN','44.955136','-93.844670',-6,1); -INSERT INTO zipcodes VALUES (55389,'Watkins','MN','45.291986','-94.438110',-6,1); -INSERT INTO zipcodes VALUES (55390,'Waverly','MN','45.066811','-93.978360',-6,1); -INSERT INTO zipcodes VALUES (55391,'Wayzata','MN','44.963063','-93.529120',-6,1); -INSERT INTO zipcodes VALUES (55392,'Navarre','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55393,'Maple Plain','MN','45.200875','-93.888099',-6,1); -INSERT INTO zipcodes VALUES (55394,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55395,'Winsted','MN','44.960829','-94.055250',-6,1); -INSERT INTO zipcodes VALUES (55396,'Winthrop','MN','44.536882','-94.368110',-6,1); -INSERT INTO zipcodes VALUES (55397,'Young America','MN','44.801162','-93.923680',-6,1); -INSERT INTO zipcodes VALUES (55398,'Zimmerman','MN','45.455085','-93.578730',-6,1); -INSERT INTO zipcodes VALUES (55399,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55401,'Minneapolis','MN','44.984615','-93.271370',-6,1); -INSERT INTO zipcodes VALUES (55402,'Minneapolis','MN','44.975565','-93.270530',-6,1); -INSERT INTO zipcodes VALUES (55403,'Minneapolis','MN','44.971765','-93.285570',-6,1); -INSERT INTO zipcodes VALUES (55404,'Minneapolis','MN','44.963365','-93.261790',-6,1); -INSERT INTO zipcodes VALUES (55405,'Minneapolis','MN','44.971798','-93.302730',-6,1); -INSERT INTO zipcodes VALUES (55406,'Minneapolis','MN','44.938615','-93.220820',-6,1); -INSERT INTO zipcodes VALUES (55407,'Minneapolis','MN','44.934915','-93.254240',-6,1); -INSERT INTO zipcodes VALUES (55408,'Minneapolis','MN','44.947515','-93.287420',-6,1); -INSERT INTO zipcodes VALUES (55409,'Minneapolis','MN','44.924115','-93.283620',-6,1); -INSERT INTO zipcodes VALUES (55410,'Minneapolis','MN','44.911564','-93.319470',-6,1); -INSERT INTO zipcodes VALUES (55411,'Minneapolis','MN','44.999165','-93.298230',-6,1); -INSERT INTO zipcodes VALUES (55412,'Minneapolis','MN','45.027715','-93.303370',-6,1); -INSERT INTO zipcodes VALUES (55413,'Minneapolis','MN','44.997665','-93.249270',-6,1); -INSERT INTO zipcodes VALUES (55414,'Minneapolis','MN','44.980379','-93.230030',-6,1); -INSERT INTO zipcodes VALUES (55415,'Minneapolis','MN','44.973415','-93.259410',-6,1); -INSERT INTO zipcodes VALUES (55416,'Minneapolis','MN','44.946664','-93.342150',-6,1); -INSERT INTO zipcodes VALUES (55417,'Minneapolis','MN','44.905365','-93.236620',-6,1); -INSERT INTO zipcodes VALUES (55418,'Minneapolis','MN','45.019315','-93.243040',-6,1); -INSERT INTO zipcodes VALUES (55419,'Minneapolis','MN','44.902414','-93.290120',-6,1); -INSERT INTO zipcodes VALUES (55420,'Minneapolis','MN','44.837964','-93.276570',-6,1); -INSERT INTO zipcodes VALUES (55421,'Minneapolis','MN','45.050434','-93.250070',-6,1); -INSERT INTO zipcodes VALUES (55422,'Minneapolis','MN','45.014764','-93.339650',-6,1); -INSERT INTO zipcodes VALUES (55423,'Minneapolis','MN','44.877164','-93.281240',-6,1); -INSERT INTO zipcodes VALUES (55424,'Minneapolis','MN','44.904414','-93.340450',-6,1); -INSERT INTO zipcodes VALUES (55425,'Minneapolis','MN','44.846765','-93.244900',-6,1); -INSERT INTO zipcodes VALUES (55426,'Minneapolis','MN','44.952064','-93.377950',-6,1); -INSERT INTO zipcodes VALUES (55427,'Minneapolis','MN','45.006764','-93.382230',-6,1); -INSERT INTO zipcodes VALUES (55428,'Minneapolis','MN','45.059997','-93.377020',-6,1); -INSERT INTO zipcodes VALUES (55429,'Minneapolis','MN','45.064714','-93.341550',-6,1); -INSERT INTO zipcodes VALUES (55430,'Minneapolis','MN','45.059265','-93.299770',-6,1); -INSERT INTO zipcodes VALUES (55431,'Minneapolis','MN','44.829564','-93.309820',-6,1); -INSERT INTO zipcodes VALUES (55432,'Minneapolis','MN','45.095674','-93.253360',-6,1); -INSERT INTO zipcodes VALUES (55433,'Minneapolis','MN','45.163848','-93.319500',-6,1); -INSERT INTO zipcodes VALUES (55434,'Minneapolis','MN','45.164248','-93.253100',-6,1); -INSERT INTO zipcodes VALUES (55435,'Minneapolis','MN','44.875614','-93.334870',-6,1); -INSERT INTO zipcodes VALUES (55436,'Minneapolis','MN','44.903864','-93.370560',-6,1); -INSERT INTO zipcodes VALUES (55437,'Minneapolis','MN','44.822764','-93.344220',-6,1); -INSERT INTO zipcodes VALUES (55438,'Minneapolis','MN','44.825700','-93.382120',-6,1); -INSERT INTO zipcodes VALUES (55439,'Minneapolis','MN','44.875997','-93.370210',-6,1); -INSERT INTO zipcodes VALUES (55440,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55441,'Minneapolis','MN','45.001997','-93.424210',-6,1); -INSERT INTO zipcodes VALUES (55442,'Minneapolis','MN','45.046701','-93.428920',-6,1); -INSERT INTO zipcodes VALUES (55443,'Minneapolis','MN','45.108581','-93.339880',-6,1); -INSERT INTO zipcodes VALUES (55444,'Minneapolis','MN','45.106065','-93.304610',-6,1); -INSERT INTO zipcodes VALUES (55445,'Minneapolis','MN','45.112742','-93.378900',-6,1); -INSERT INTO zipcodes VALUES (55446,'Minneapolis','MN','45.039312','-93.479880',-6,1); -INSERT INTO zipcodes VALUES (55447,'Minneapolis','MN','45.003363','-93.492620',-6,1); -INSERT INTO zipcodes VALUES (55448,'Minneapolis','MN','45.186232','-93.296350',-6,1); -INSERT INTO zipcodes VALUES (55449,'Minneapolis','MN','45.168287','-93.200010',-6,1); -INSERT INTO zipcodes VALUES (55450,'Minneapolis','MN','44.882365','-93.208470',-6,1); -INSERT INTO zipcodes VALUES (55454,'Minneapolis','MN','44.969465','-93.243270',-6,1); -INSERT INTO zipcodes VALUES (55455,'Minneapolis','MN','44.971965','-93.235880',-6,1); -INSERT INTO zipcodes VALUES (55458,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55459,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55460,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55468,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55470,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55472,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55473,'Minneapolis','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55474,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55478,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55479,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55480,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55483,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55484,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55485,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55486,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55487,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55488,'Minneapolis','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55530,'Elk River','MN','45.281604','-93.546333',-6,1); -INSERT INTO zipcodes VALUES (55550,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55551,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55552,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55553,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55554,'Norwood','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55555,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55556,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55557,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55558,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55559,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55560,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55561,'Monticello','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55562,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55563,'Monticello','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55564,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55565,'Monticello','MN','45.200875','-93.888099',-6,1); -INSERT INTO zipcodes VALUES (55566,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55567,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55568,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55569,'Osseo','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55570,'Maple Plain','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55571,'Maple Plain','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55572,'Maple Plain','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55573,'Young America','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55574,'Maple Plain','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55575,'Howard Lake','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55576,'Maple Plain','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55577,'Maple Plain','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55578,'Maple Plain','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55579,'Maple Plain','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55580,'Monticello','MN','45.200875','-93.888099',-6,1); -INSERT INTO zipcodes VALUES (55581,'Monticello','MN','45.200875','-93.888099',-6,1); -INSERT INTO zipcodes VALUES (55582,'Monticello','MN','45.200875','-93.888099',-6,1); -INSERT INTO zipcodes VALUES (55583,'Norwood','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55584,'Monticello','MN','45.200875','-93.888099',-6,1); -INSERT INTO zipcodes VALUES (55585,'Monticello','MN','45.200875','-93.888099',-6,1); -INSERT INTO zipcodes VALUES (55586,'Monticello','MN','45.200875','-93.888099',-6,1); -INSERT INTO zipcodes VALUES (55587,'Monticello','MN','45.200875','-93.888099',-6,1); -INSERT INTO zipcodes VALUES (55588,'Monticello','MN','44.989512','-93.880245',-6,1); -INSERT INTO zipcodes VALUES (55589,'Monticello','MN','45.200875','-93.888099',-6,1); -INSERT INTO zipcodes VALUES (55590,'Monticello','MN','45.200875','-93.888099',-6,1); -INSERT INTO zipcodes VALUES (55591,'Monticello','MN','45.200875','-93.888099',-6,1); -INSERT INTO zipcodes VALUES (55592,'Maple Plain','MN','45.200875','-93.888099',-6,1); -INSERT INTO zipcodes VALUES (55593,'Maple Plain','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55594,'Young America','MN','44.805487','-93.766524',-6,1); -INSERT INTO zipcodes VALUES (55595,'Loretto','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55596,'Loretto','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55597,'Loretto','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55598,'Loretto','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55599,'Loretto','MN','45.015914','-93.471880',-6,1); -INSERT INTO zipcodes VALUES (55601,'Beaver Bay','MN','47.258584','-91.299770',-6,1); -INSERT INTO zipcodes VALUES (55602,'Brimson','MN','47.309443','-91.878390',-6,1); -INSERT INTO zipcodes VALUES (55603,'Finland','MN','47.502703','-91.201220',-6,1); -INSERT INTO zipcodes VALUES (55604,'Grand Marais','MN','47.939037','-90.546590',-6,1); -INSERT INTO zipcodes VALUES (55605,'Grand Portage','MN','47.967442','-89.737350',-6,1); -INSERT INTO zipcodes VALUES (55606,'Hovland','MN','47.940908','-90.017050',-6,1); -INSERT INTO zipcodes VALUES (55607,'Isabella','MN','47.664633','-91.529530',-6,1); -INSERT INTO zipcodes VALUES (55608,'Rosemount','MN','44.741484','-93.113155',-6,1); -INSERT INTO zipcodes VALUES (55609,'Knife River','MN','46.949390','-91.785250',-6,1); -INSERT INTO zipcodes VALUES (55612,'Lutsen','MN','47.757804','-90.638360',-6,1); -INSERT INTO zipcodes VALUES (55613,'Schroeder','MN','47.651374','-90.959170',-6,1); -INSERT INTO zipcodes VALUES (55614,'Silver Bay','MN','47.314743','-91.257650',-6,1); -INSERT INTO zipcodes VALUES (55615,'Tofte','MN','47.677189','-90.812760',-6,1); -INSERT INTO zipcodes VALUES (55616,'Two Harbors','MN','47.077723','-91.664640',-6,1); -INSERT INTO zipcodes VALUES (55676,'Barnum','MN','46.471964','-92.687947',-6,1); -INSERT INTO zipcodes VALUES (55701,'Adolph','MN','47.640367','-92.442797',-6,1); -INSERT INTO zipcodes VALUES (55702,'Alborn','MN','46.956644','-92.639720',-6,1); -INSERT INTO zipcodes VALUES (55703,'Angora','MN','47.764569','-92.766890',-6,1); -INSERT INTO zipcodes VALUES (55704,'Askov','MN','46.225720','-92.767060',-6,1); -INSERT INTO zipcodes VALUES (55705,'Aurora','MN','47.452250','-92.241090',-6,1); -INSERT INTO zipcodes VALUES (55706,'Babbitt','MN','47.688083','-91.918560',-6,1); -INSERT INTO zipcodes VALUES (55707,'Barnum','MN','46.533977','-92.626970',-6,1); -INSERT INTO zipcodes VALUES (55708,'Biwabik','MN','47.533314','-92.340840',-6,1); -INSERT INTO zipcodes VALUES (55709,'Bovey','MN','47.372262','-93.389980',-6,1); -INSERT INTO zipcodes VALUES (55710,'Britt','MN','47.655096','-92.661890',-6,1); -INSERT INTO zipcodes VALUES (55711,'Brookston','MN','46.870672','-92.650820',-6,1); -INSERT INTO zipcodes VALUES (55712,'Bruno','MN','46.275431','-92.578860',-6,1); -INSERT INTO zipcodes VALUES (55713,'Buhl','MN','47.493070','-92.777830',-6,1); -INSERT INTO zipcodes VALUES (55715,'Buhl','MN','47.494762','-92.780293',-6,1); -INSERT INTO zipcodes VALUES (55716,'Calumet','MN','47.322110','-93.275810',-6,1); -INSERT INTO zipcodes VALUES (55717,'Canyon','MN','47.058166','-92.460780',-6,1); -INSERT INTO zipcodes VALUES (55718,'Carlton','MN','46.649697','-92.484770',-6,1); -INSERT INTO zipcodes VALUES (55719,'Chisholm','MN','47.509833','-92.876370',-6,1); -INSERT INTO zipcodes VALUES (55720,'Cloquet','MN','46.727077','-92.486120',-6,1); -INSERT INTO zipcodes VALUES (55721,'Cohasset','MN','47.247648','-93.664910',-6,1); -INSERT INTO zipcodes VALUES (55722,'Coleraine','MN','47.285247','-93.431120',-6,1); -INSERT INTO zipcodes VALUES (55723,'Cook','MN','47.854987','-92.770770',-6,1); -INSERT INTO zipcodes VALUES (55724,'Cotton','MN','47.172574','-92.410480',-6,1); -INSERT INTO zipcodes VALUES (55725,'Crane Lake','MN','48.262021','-92.615190',-6,1); -INSERT INTO zipcodes VALUES (55726,'Cromwell','MN','46.667284','-92.870810',-6,1); -INSERT INTO zipcodes VALUES (55728,'Bigfork','MN','47.757041','-93.640590',-6,1); -INSERT INTO zipcodes VALUES (55730,'Grand Rapids','MN','47.087782','-93.921429',-6,1); -INSERT INTO zipcodes VALUES (55731,'Ely','MN','47.913365','-91.917120',-6,1); -INSERT INTO zipcodes VALUES (55732,'Embarrass','MN','47.624206','-92.239090',-6,1); -INSERT INTO zipcodes VALUES (55733,'Esko','MN','46.708371','-92.364340',-6,1); -INSERT INTO zipcodes VALUES (55734,'Eveleth','MN','47.421100','-92.513310',-6,1); -INSERT INTO zipcodes VALUES (55735,'Finlayson','MN','46.250308','-93.044620',-6,1); -INSERT INTO zipcodes VALUES (55736,'Floodwood','MN','46.929033','-92.906140',-6,1); -INSERT INTO zipcodes VALUES (55738,'Forbes','MN','47.296271','-92.654850',-6,1); -INSERT INTO zipcodes VALUES (55741,'Gilbert','MN','47.474100','-92.405330',-6,1); -INSERT INTO zipcodes VALUES (55742,'Goodland','MN','47.169979','-93.131790',-6,1); -INSERT INTO zipcodes VALUES (55744,'Grand Rapids','MN','47.243062','-93.525990',-6,1); -INSERT INTO zipcodes VALUES (55745,'Grand Rapids','MN','47.087782','-93.921429',-6,1); -INSERT INTO zipcodes VALUES (55746,'Hibbing','MN','47.413817','-92.942280',-6,1); -INSERT INTO zipcodes VALUES (55747,'Hibbing','MN','47.640367','-92.442797',-6,1); -INSERT INTO zipcodes VALUES (55748,'Hill City','MN','46.956138','-93.600420',-6,1); -INSERT INTO zipcodes VALUES (55749,'Holyoke','MN','46.463827','-92.407660',-6,1); -INSERT INTO zipcodes VALUES (55750,'Hoyt Lakes','MN','47.517269','-92.070600',-6,1); -INSERT INTO zipcodes VALUES (55751,'Iron','MN','47.405699','-92.630670',-6,1); -INSERT INTO zipcodes VALUES (55752,'Jacobson','MN','46.974237','-93.263200',-6,1); -INSERT INTO zipcodes VALUES (55753,'Keewatin','MN','47.396540','-93.076510',-6,1); -INSERT INTO zipcodes VALUES (55756,'Kerrick','MN','46.374991','-92.597950',-6,1); -INSERT INTO zipcodes VALUES (55757,'Kettle River','MN','46.512349','-92.928030',-6,1); -INSERT INTO zipcodes VALUES (55758,'Kinney','MN','47.511214','-92.740260',-6,1); -INSERT INTO zipcodes VALUES (55760,'Mcgregor','MN','46.677460','-93.283910',-6,1); -INSERT INTO zipcodes VALUES (55761,'McKinley','MN','47.512426','-92.409999',-6,1); -INSERT INTO zipcodes VALUES (55763,'Makinen','MN','47.310374','-92.200910',-6,1); -INSERT INTO zipcodes VALUES (55764,'Marble','MN','47.319362','-93.300770',-6,1); -INSERT INTO zipcodes VALUES (55765,'Meadowlands','MN','47.086392','-92.758430',-6,1); -INSERT INTO zipcodes VALUES (55766,'Melrude','MN','47.249626','-92.412343',-6,1); -INSERT INTO zipcodes VALUES (55767,'Moose Lake','MN','46.444290','-92.769900',-6,1); -INSERT INTO zipcodes VALUES (55768,'Mountain Iron','MN','47.502878','-92.665480',-6,1); -INSERT INTO zipcodes VALUES (55769,'Nashwauk','MN','47.406731','-93.164500',-6,1); -INSERT INTO zipcodes VALUES (55771,'Orr','MN','48.098627','-92.804950',-6,1); -INSERT INTO zipcodes VALUES (55772,'Nett Lake','MN','48.081686','-93.083438',-6,1); -INSERT INTO zipcodes VALUES (55775,'Pengilly','MN','47.307970','-93.206930',-6,1); -INSERT INTO zipcodes VALUES (55777,'Virginia','MN','47.640367','-92.442797',-6,1); -INSERT INTO zipcodes VALUES (55778,'Clark','MN','46.626514','-93.133317',-6,1); -INSERT INTO zipcodes VALUES (55779,'Saginaw','MN','46.908416','-92.449130',-6,1); -INSERT INTO zipcodes VALUES (55780,'Sawyer','MN','46.670691','-92.692350',-6,1); -INSERT INTO zipcodes VALUES (55781,'Side Lake','MN','47.672765','-93.054810',-6,1); -INSERT INTO zipcodes VALUES (55782,'Soudan','MN','47.813694','-92.239770',-6,1); -INSERT INTO zipcodes VALUES (55783,'Sturgeon Lake','MN','46.379971','-92.827480',-6,1); -INSERT INTO zipcodes VALUES (55784,'Swan River','MN','47.061875','-93.204560',-6,1); -INSERT INTO zipcodes VALUES (55785,'Swatara','MN','46.878205','-93.707210',-6,1); -INSERT INTO zipcodes VALUES (55786,'Taconite','MN','47.314189','-93.384870',-6,1); -INSERT INTO zipcodes VALUES (55787,'Tamarack','MN','46.679313','-93.132410',-6,1); -INSERT INTO zipcodes VALUES (55790,'Tower','MN','47.825059','-92.324700',-6,1); -INSERT INTO zipcodes VALUES (55791,'Twig','MN','47.640367','-92.442797',-6,1); -INSERT INTO zipcodes VALUES (55792,'Virginia','MN','47.527383','-92.533710',-6,1); -INSERT INTO zipcodes VALUES (55793,'Warba','MN','47.116453','-93.268810',-6,1); -INSERT INTO zipcodes VALUES (55795,'Willow River','MN','46.317812','-92.843150',-6,1); -INSERT INTO zipcodes VALUES (55796,'Winton','MN','47.930468','-91.799430',-6,1); -INSERT INTO zipcodes VALUES (55797,'Wrenshall','MN','46.534005','-92.419830',-6,1); -INSERT INTO zipcodes VALUES (55798,'Wright','MN','46.723028','-92.965940',-6,1); -INSERT INTO zipcodes VALUES (55801,'Duluth','MN','47.005566','-92.001934',-6,1); -INSERT INTO zipcodes VALUES (55802,'Duluth','MN','46.774593','-92.092060',-6,1); -INSERT INTO zipcodes VALUES (55803,'Duluth','MN','46.972432','-92.101050',-6,1); -INSERT INTO zipcodes VALUES (55804,'Duluth','MN','46.862420','-91.983420',-6,1); -INSERT INTO zipcodes VALUES (55805,'Duluth','MN','46.798339','-92.095680',-6,1); -INSERT INTO zipcodes VALUES (55806,'Duluth','MN','46.770773','-92.127180',-6,1); -INSERT INTO zipcodes VALUES (55807,'Duluth','MN','46.738841','-92.169690',-6,1); -INSERT INTO zipcodes VALUES (55808,'Duluth','MN','46.674141','-92.227600',-6,1); -INSERT INTO zipcodes VALUES (55810,'Duluth','MN','46.753414','-92.243550',-6,1); -INSERT INTO zipcodes VALUES (55811,'Duluth','MN','46.821489','-92.182420',-6,1); -INSERT INTO zipcodes VALUES (55812,'Duluth','MN','46.809438','-92.073190',-6,1); -INSERT INTO zipcodes VALUES (55814,'Duluth','MN','47.640367','-92.442797',-6,1); -INSERT INTO zipcodes VALUES (55815,'Duluth','MN','47.640367','-92.442797',-6,1); -INSERT INTO zipcodes VALUES (55816,'Duluth','MN','47.640367','-92.442797',-6,1); -INSERT INTO zipcodes VALUES (55901,'Rochester','MN','44.048931','-92.494590',-6,1); -INSERT INTO zipcodes VALUES (55902,'Rochester','MN','43.991846','-92.491660',-6,1); -INSERT INTO zipcodes VALUES (55903,'Rochester','MN','43.996613','-92.540929',-6,1); -INSERT INTO zipcodes VALUES (55904,'Rochester','MN','43.988708','-92.429370',-6,1); -INSERT INTO zipcodes VALUES (55905,'Rochester','MN','44.022513','-92.466826',-6,1); -INSERT INTO zipcodes VALUES (55906,'Rochester','MN','44.064733','-92.444270',-6,1); -INSERT INTO zipcodes VALUES (55909,'Adams','MN','43.564175','-92.726450',-6,1); -INSERT INTO zipcodes VALUES (55910,'Altura','MN','44.128262','-91.959650',-6,1); -INSERT INTO zipcodes VALUES (55912,'Austin','MN','43.671988','-92.979080',-6,1); -INSERT INTO zipcodes VALUES (55917,'Blooming Prairie','MN','43.884810','-93.075460',-6,1); -INSERT INTO zipcodes VALUES (55918,'Brownsdale','MN','43.743087','-92.864340',-6,1); -INSERT INTO zipcodes VALUES (55919,'Brownsville','MN','43.664102','-91.290570',-6,1); -INSERT INTO zipcodes VALUES (55920,'Byron','MN','44.024835','-92.638800',-6,1); -INSERT INTO zipcodes VALUES (55921,'Caledonia','MN','43.630012','-91.486670',-6,1); -INSERT INTO zipcodes VALUES (55922,'Canton','MN','43.569417','-91.907360',-6,1); -INSERT INTO zipcodes VALUES (55923,'Chatfield','MN','43.841130','-92.160600',-6,1); -INSERT INTO zipcodes VALUES (55924,'Claremont','MN','44.035716','-93.016270',-6,1); -INSERT INTO zipcodes VALUES (55925,'Dakota','MN','43.910929','-91.390150',-6,1); -INSERT INTO zipcodes VALUES (55926,'Dexter','MN','43.731945','-92.708520',-6,1); -INSERT INTO zipcodes VALUES (55927,'Dodge Center','MN','44.026272','-92.869030',-6,1); -INSERT INTO zipcodes VALUES (55929,'Dover','MN','43.975269','-92.142130',-6,1); -INSERT INTO zipcodes VALUES (55931,'Eitzen','MN','43.511822','-91.466350',-6,1); -INSERT INTO zipcodes VALUES (55932,'Elgin','MN','44.135053','-92.283140',-6,1); -INSERT INTO zipcodes VALUES (55933,'Elkton','MN','43.650990','-92.705960',-6,1); -INSERT INTO zipcodes VALUES (55934,'Eyota','MN','44.006609','-92.248560',-6,1); -INSERT INTO zipcodes VALUES (55935,'Fountain','MN','43.746760','-92.128890',-6,1); -INSERT INTO zipcodes VALUES (55936,'Grand Meadow','MN','43.715085','-92.578120',-6,1); -INSERT INTO zipcodes VALUES (55939,'Harmony','MN','43.551230','-92.049940',-6,1); -INSERT INTO zipcodes VALUES (55940,'Hayfield','MN','43.885028','-92.808940',-6,1); -INSERT INTO zipcodes VALUES (55941,'Hokah','MN','43.756567','-91.361260',-6,1); -INSERT INTO zipcodes VALUES (55942,'Homer','MN','44.019989','-91.681870',-6,1); -INSERT INTO zipcodes VALUES (55943,'Houston','MN','43.769776','-91.575340',-6,1); -INSERT INTO zipcodes VALUES (55944,'Kasson','MN','44.035512','-92.750130',-6,1); -INSERT INTO zipcodes VALUES (55945,'Kellogg','MN','44.273406','-92.049340',-6,1); -INSERT INTO zipcodes VALUES (55946,'Kenyon','MN','44.268145','-92.965100',-6,1); -INSERT INTO zipcodes VALUES (55947,'La Crescent','MN','43.829382','-91.339190',-6,1); -INSERT INTO zipcodes VALUES (55949,'Lanesboro','MN','43.708440','-91.959650',-6,1); -INSERT INTO zipcodes VALUES (55950,'Lansing','MN','43.743278','-92.969290',-6,1); -INSERT INTO zipcodes VALUES (55951,'Le Roy','MN','43.525845','-92.516160',-6,1); -INSERT INTO zipcodes VALUES (55952,'Lewiston','MN','43.959148','-91.849320',-6,1); -INSERT INTO zipcodes VALUES (55953,'Lyle','MN','43.519177','-92.964660',-6,1); -INSERT INTO zipcodes VALUES (55954,'Mabel','IA','43.498082','-91.894290',-6,1); -INSERT INTO zipcodes VALUES (55955,'Mantorville','MN','44.068344','-92.756160',-6,1); -INSERT INTO zipcodes VALUES (55956,'Mazeppa','MN','44.272368','-92.535010',-6,1); -INSERT INTO zipcodes VALUES (55957,'Millville','MN','44.244633','-92.290740',-6,1); -INSERT INTO zipcodes VALUES (55959,'Minnesota City','MN','44.093056','-91.744220',-6,1); -INSERT INTO zipcodes VALUES (55960,'Oronoco','MN','44.152623','-92.537060',-6,1); -INSERT INTO zipcodes VALUES (55961,'Ostrander','MN','43.612200','-92.464520',-6,1); -INSERT INTO zipcodes VALUES (55962,'Peterson','MN','43.762272','-91.845300',-6,1); -INSERT INTO zipcodes VALUES (55963,'Pine Island','MN','44.196932','-92.654820',-6,1); -INSERT INTO zipcodes VALUES (55964,'Plainview','MN','44.164431','-92.170480',-6,1); -INSERT INTO zipcodes VALUES (55965,'Preston','MN','43.646355','-92.123290',-6,1); -INSERT INTO zipcodes VALUES (55967,'Racine','MN','43.786802','-92.504250',-6,1); -INSERT INTO zipcodes VALUES (55968,'Reads Landing','MN','44.340826','-92.282467',-6,1); -INSERT INTO zipcodes VALUES (55969,'Rollingstone','MN','44.079021','-91.846120',-6,1); -INSERT INTO zipcodes VALUES (55970,'Rose Creek','MN','43.599507','-92.837560',-6,1); -INSERT INTO zipcodes VALUES (55971,'Rushford','MN','43.807840','-91.751170',-6,1); -INSERT INTO zipcodes VALUES (55972,'Saint Charles','MN','43.977555','-92.062760',-6,1); -INSERT INTO zipcodes VALUES (55973,'Sargeant','MN','43.797677','-92.779900',-6,1); -INSERT INTO zipcodes VALUES (55974,'Spring Grove','MN','43.572790','-91.650040',-6,1); -INSERT INTO zipcodes VALUES (55975,'Spring Valley','MN','43.686356','-92.372420',-6,1); -INSERT INTO zipcodes VALUES (55976,'Stewartville','MN','43.862105','-92.498490',-6,1); -INSERT INTO zipcodes VALUES (55977,'Taopi','MN','43.550714','-92.659020',-6,1); -INSERT INTO zipcodes VALUES (55978,'West Albany','MN','44.301714','-92.178277',-6,1); -INSERT INTO zipcodes VALUES (55979,'Utica','MN','43.934220','-91.953250',-6,1); -INSERT INTO zipcodes VALUES (55981,'Wabasha','MN','44.374261','-92.042040',-6,1); -INSERT INTO zipcodes VALUES (55982,'Waltham','MN','43.820090','-92.877490',-6,1); -INSERT INTO zipcodes VALUES (55983,'Wanamingo','MN','44.285672','-92.798160',-6,1); -INSERT INTO zipcodes VALUES (55985,'West Concord','MN','44.157166','-92.893570',-6,1); -INSERT INTO zipcodes VALUES (55987,'Winona','MN','44.033867','-91.651060',-6,1); -INSERT INTO zipcodes VALUES (55988,'Stockton','MN','44.025446','-91.773040',-6,1); -INSERT INTO zipcodes VALUES (55990,'Wykoff','MN','43.714071','-92.264930',-6,1); -INSERT INTO zipcodes VALUES (55991,'Zumbro Falls','MN','44.244310','-92.413360',-6,1); -INSERT INTO zipcodes VALUES (55992,'Zumbrota','MN','44.297157','-92.683120',-6,1); -INSERT INTO zipcodes VALUES (56001,'Mankato','MN','44.156440','-93.993880',-6,1); -INSERT INTO zipcodes VALUES (56002,'Mankato','MN','44.056047','-94.069828',-6,1); -INSERT INTO zipcodes VALUES (56003,'Mankato','MN','44.184909','-94.042440',-6,1); -INSERT INTO zipcodes VALUES (56006,'Mankato','MN','44.056047','-94.069828',-6,1); -INSERT INTO zipcodes VALUES (56007,'Albert Lea','MN','43.652042','-93.369160',-6,1); -INSERT INTO zipcodes VALUES (56009,'Alden','MN','43.667207','-93.555980',-6,1); -INSERT INTO zipcodes VALUES (56010,'Amboy','MN','43.899907','-94.206340',-6,1); -INSERT INTO zipcodes VALUES (56011,'Belle Plaine','MN','44.616113','-93.769060',-6,1); -INSERT INTO zipcodes VALUES (56013,'Blue Earth','MN','43.630763','-94.101290',-6,1); -INSERT INTO zipcodes VALUES (56014,'Bricelyn','MN','43.589604','-93.816760',-6,1); -INSERT INTO zipcodes VALUES (56016,'Clarks Grove','MN','43.764506','-93.333570',-6,1); -INSERT INTO zipcodes VALUES (56017,'Cleveland','MN','44.304948','-93.800770',-6,1); -INSERT INTO zipcodes VALUES (56019,'Comfrey','MN','44.117540','-94.889980',-6,1); -INSERT INTO zipcodes VALUES (56020,'Conger','MN','43.613686','-93.530720',-6,1); -INSERT INTO zipcodes VALUES (56021,'Courtland','MN','44.277333','-94.314240',-6,1); -INSERT INTO zipcodes VALUES (56022,'Darfur','MN','44.049908','-94.838770',-6,1); -INSERT INTO zipcodes VALUES (56023,'Delavan','MN','43.782104','-94.013410',-6,1); -INSERT INTO zipcodes VALUES (56024,'Eagle Lake','MN','44.153696','-93.869180',-6,1); -INSERT INTO zipcodes VALUES (56025,'Easton','MN','43.764111','-93.905340',-6,1); -INSERT INTO zipcodes VALUES (56026,'Ellendale','MN','43.884985','-93.291700',-6,1); -INSERT INTO zipcodes VALUES (56027,'Elmore','IA','43.482104','-94.098370',-6,1); -INSERT INTO zipcodes VALUES (56028,'Elysian','MN','44.207288','-93.687160',-6,1); -INSERT INTO zipcodes VALUES (56029,'Emmons','MN','43.516115','-93.517680',-6,1); -INSERT INTO zipcodes VALUES (56030,'Essig','MN','44.325833','-94.605226',-6,1); -INSERT INTO zipcodes VALUES (56031,'Fairmont','MN','43.646916','-94.458560',-6,1); -INSERT INTO zipcodes VALUES (56032,'Freeborn','MN','43.766208','-93.563390',-6,1); -INSERT INTO zipcodes VALUES (56033,'Frost','MN','43.579548','-93.938260',-6,1); -INSERT INTO zipcodes VALUES (56034,'Garden City','MN','44.029058','-94.181860',-6,1); -INSERT INTO zipcodes VALUES (56035,'Geneva','MN','43.819798','-93.267130',-6,1); -INSERT INTO zipcodes VALUES (56036,'Glenville','MN','43.550747','-93.219870',-6,1); -INSERT INTO zipcodes VALUES (56037,'Good Thunder','MN','44.017609','-94.052310',-6,1); -INSERT INTO zipcodes VALUES (56039,'Granada','MN','43.680519','-94.337730',-6,1); -INSERT INTO zipcodes VALUES (56041,'Hanska','MN','44.149047','-94.523800',-6,1); -INSERT INTO zipcodes VALUES (56042,'Hartland','MN','43.796535','-93.491430',-6,1); -INSERT INTO zipcodes VALUES (56043,'Hayward','MN','43.650480','-93.224000',-6,1); -INSERT INTO zipcodes VALUES (56044,'Henderson','MN','44.555899','-93.953540',-6,1); -INSERT INTO zipcodes VALUES (56045,'Hollandale','MN','43.762109','-93.189590',-6,1); -INSERT INTO zipcodes VALUES (56046,'Hope','MN','43.955103','-93.274017',-6,1); -INSERT INTO zipcodes VALUES (56047,'Huntley','MN','43.738397','-94.228897',-6,1); -INSERT INTO zipcodes VALUES (56048,'Janesville','MN','44.102188','-93.712550',-6,1); -INSERT INTO zipcodes VALUES (56050,'Kasota','MN','44.284910','-93.958060',-6,1); -INSERT INTO zipcodes VALUES (56051,'Kiester','MN','43.535709','-93.713080',-6,1); -INSERT INTO zipcodes VALUES (56052,'Kilkenny','MN','44.320314','-93.570710',-6,1); -INSERT INTO zipcodes VALUES (56054,'Lafayette','MN','44.431776','-94.377420',-6,1); -INSERT INTO zipcodes VALUES (56055,'Lake Crystal','MN','44.128212','-94.238830',-6,1); -INSERT INTO zipcodes VALUES (56056,'La Salle','MN','44.070204','-94.571430',-6,1); -INSERT INTO zipcodes VALUES (56057,'Le Center','MN','44.393899','-93.725830',-6,1); -INSERT INTO zipcodes VALUES (56058,'Le Sueur','MN','44.449976','-93.905130',-6,1); -INSERT INTO zipcodes VALUES (56060,'Lewisville','MN','43.930032','-94.439350',-6,1); -INSERT INTO zipcodes VALUES (56062,'Madelia','MN','44.045998','-94.421100',-6,1); -INSERT INTO zipcodes VALUES (56063,'Madison Lake','MN','44.204121','-93.819230',-6,1); -INSERT INTO zipcodes VALUES (56064,'Manchester','MN','43.723693','-93.451610',-6,1); -INSERT INTO zipcodes VALUES (56065,'Mapleton','MN','43.931415','-93.928660',-6,1); -INSERT INTO zipcodes VALUES (56068,'Minnesota Lake','MN','43.848573','-93.817180',-6,1); -INSERT INTO zipcodes VALUES (56069,'Montgomery','MN','44.429956','-93.569820',-6,1); -INSERT INTO zipcodes VALUES (56071,'New Prague','MN','44.546463','-93.578480',-6,1); -INSERT INTO zipcodes VALUES (56072,'New Richland','MN','43.899778','-93.531780',-6,1); -INSERT INTO zipcodes VALUES (56073,'New Ulm','MN','44.308395','-94.461490',-6,1); -INSERT INTO zipcodes VALUES (56074,'Nicollet','MN','44.331757','-94.195610',-6,1); -INSERT INTO zipcodes VALUES (56075,'Northrop','MN','43.735594','-94.435840',-6,1); -INSERT INTO zipcodes VALUES (56076,'Oakland','MN','43.671266','-93.119180',-6,1); -INSERT INTO zipcodes VALUES (56078,'Pemberton','MN','44.007228','-93.777640',-6,1); -INSERT INTO zipcodes VALUES (56080,'Saint Clair','MN','44.080713','-93.856630',-6,1); -INSERT INTO zipcodes VALUES (56081,'Saint James','MN','43.986563','-94.633450',-6,1); -INSERT INTO zipcodes VALUES (56082,'Saint Peter','MN','44.337276','-93.992820',-6,1); -INSERT INTO zipcodes VALUES (56083,'Sanborn','MN','44.218380','-95.133480',-6,1); -INSERT INTO zipcodes VALUES (56084,'Searles','MN','44.302893','-94.738827',-6,1); -INSERT INTO zipcodes VALUES (56085,'Sleepy Eye','MN','44.297170','-94.734260',-6,1); -INSERT INTO zipcodes VALUES (56087,'Springfield','MN','44.239384','-94.983130',-6,1); -INSERT INTO zipcodes VALUES (56088,'Truman','MN','43.834331','-94.443600',-6,1); -INSERT INTO zipcodes VALUES (56089,'Twin Lakes','MN','43.563452','-93.426940',-6,1); -INSERT INTO zipcodes VALUES (56090,'Vernon Center','MN','43.958850','-94.224030',-6,1); -INSERT INTO zipcodes VALUES (56091,'Waldorf','MN','43.930363','-93.694920',-6,1); -INSERT INTO zipcodes VALUES (56093,'Waseca','MN','44.067673','-93.510300',-6,1); -INSERT INTO zipcodes VALUES (56096,'Waterville','MN','44.234274','-93.588400',-6,1); -INSERT INTO zipcodes VALUES (56097,'Wells','MN','43.731479','-93.718370',-6,1); -INSERT INTO zipcodes VALUES (56098,'Winnebago','MN','43.764936','-94.180160',-6,1); -INSERT INTO zipcodes VALUES (56101,'Windom','MN','43.870469','-95.132750',-6,1); -INSERT INTO zipcodes VALUES (56110,'Adrian','MN','43.626278','-95.939730',-6,1); -INSERT INTO zipcodes VALUES (56111,'Alpha','MN','43.645226','-94.871500',-6,1); -INSERT INTO zipcodes VALUES (56113,'Arco','MN','44.398668','-96.170950',-6,1); -INSERT INTO zipcodes VALUES (56114,'Avoca','MN','43.971169','-95.612800',-6,1); -INSERT INTO zipcodes VALUES (56115,'Balaton','MN','44.227802','-95.902100',-6,1); -INSERT INTO zipcodes VALUES (56116,'Beaver Creek','MN','43.621142','-96.386600',-6,1); -INSERT INTO zipcodes VALUES (56117,'Bigelow','MN','43.513198','-95.691380',-6,1); -INSERT INTO zipcodes VALUES (56118,'Bingham Lake','MN','43.936146','-95.029380',-6,1); -INSERT INTO zipcodes VALUES (56119,'Brewster','MN','43.702735','-95.469460',-6,1); -INSERT INTO zipcodes VALUES (56120,'Butterfield','MN','43.957826','-94.795710',-6,1); -INSERT INTO zipcodes VALUES (56121,'Ceylon','MN','43.535662','-94.628770',-6,1); -INSERT INTO zipcodes VALUES (56122,'Chandler','MN','43.897070','-95.958550',-6,1); -INSERT INTO zipcodes VALUES (56123,'Currie','MN','44.084381','-95.593210',-6,1); -INSERT INTO zipcodes VALUES (56125,'Dovray','MN','44.053323','-95.549899',-6,1); -INSERT INTO zipcodes VALUES (56126,'Graham Lakes','MN','43.820313','-95.523182',-6,1); -INSERT INTO zipcodes VALUES (56127,'Dunnell','MN','43.556667','-94.774320',-6,1); -INSERT INTO zipcodes VALUES (56128,'Edgerton','MN','43.893870','-96.128500',-6,1); -INSERT INTO zipcodes VALUES (56129,'Ellsworth','IA','43.495384','-95.906910',-6,1); -INSERT INTO zipcodes VALUES (56130,'Florence','MN','44.238659','-96.052227',-6,1); -INSERT INTO zipcodes VALUES (56131,'Fulda','MN','43.861532','-95.593780',-6,1); -INSERT INTO zipcodes VALUES (56132,'Garvin','MN','44.212536','-95.759980',-6,1); -INSERT INTO zipcodes VALUES (56134,'Hardwick','MN','43.783098','-96.222020',-6,1); -INSERT INTO zipcodes VALUES (56135,'Powers','MN','46.829136','-94.430518',-6,1); -INSERT INTO zipcodes VALUES (56136,'Hendricks','MN','44.512114','-96.411570',-6,1); -INSERT INTO zipcodes VALUES (56137,'Heron Lake','MN','43.826163','-95.345910',-6,1); -INSERT INTO zipcodes VALUES (56138,'Hills','MN','43.529153','-96.366690',-6,1); -INSERT INTO zipcodes VALUES (56139,'Holland','MN','44.092188','-96.181680',-6,1); -INSERT INTO zipcodes VALUES (56140,'Ihlen','MN','43.907841','-96.368020',-6,1); -INSERT INTO zipcodes VALUES (56141,'Iona','MN','43.884657','-95.774440',-6,1); -INSERT INTO zipcodes VALUES (56142,'Ivanhoe','MN','44.476959','-96.230000',-6,1); -INSERT INTO zipcodes VALUES (56143,'Jackson','MN','43.625811','-95.004470',-6,1); -INSERT INTO zipcodes VALUES (56144,'Jasper','MN','43.854184','-96.390220',-6,1); -INSERT INTO zipcodes VALUES (56145,'Jeffers','MN','44.057605','-95.185170',-6,1); -INSERT INTO zipcodes VALUES (56146,'Kanaranzi','MN','43.674883','-96.252794',-6,1); -INSERT INTO zipcodes VALUES (56147,'Kenneth','MN','43.750164','-96.065910',-6,1); -INSERT INTO zipcodes VALUES (56149,'Lake Benton','MN','44.268332','-96.308220',-6,1); -INSERT INTO zipcodes VALUES (56150,'Lakefield','MN','43.649239','-95.195010',-6,1); -INSERT INTO zipcodes VALUES (56151,'Lake Wilson','MN','44.015184','-95.914030',-6,1); -INSERT INTO zipcodes VALUES (56152,'Lamberton','MN','44.227021','-95.280140',-6,1); -INSERT INTO zipcodes VALUES (56153,'Leota','MN','43.834517','-96.018600',-6,1); -INSERT INTO zipcodes VALUES (56155,'Lismore','MN','43.763442','-95.944590',-6,1); -INSERT INTO zipcodes VALUES (56156,'Luverne','MN','43.653947','-96.230300',-6,1); -INSERT INTO zipcodes VALUES (56157,'Lynd','MN','44.396043','-95.927710',-6,1); -INSERT INTO zipcodes VALUES (56158,'Magnolia','MN','43.642511','-96.060110',-6,1); -INSERT INTO zipcodes VALUES (56159,'Mountain Lake','MN','43.942515','-94.930580',-6,1); -INSERT INTO zipcodes VALUES (56160,'Odin','MN','43.847252','-94.771240',-6,1); -INSERT INTO zipcodes VALUES (56161,'Okabena','MN','43.724852','-95.325450',-6,1); -INSERT INTO zipcodes VALUES (56162,'Ormsby','MN','43.843264','-94.684460',-6,1); -INSERT INTO zipcodes VALUES (56164,'Pipestone','MN','44.020814','-96.324730',-6,1); -INSERT INTO zipcodes VALUES (56165,'Reading','MN','43.725227','-95.703200',-6,1); -INSERT INTO zipcodes VALUES (56166,'Revere','MN','44.212700','-95.363300',-6,1); -INSERT INTO zipcodes VALUES (56167,'Round Lake','MN','43.536338','-95.385540',-6,1); -INSERT INTO zipcodes VALUES (56168,'Rushmore','MN','43.608503','-95.809460',-6,1); -INSERT INTO zipcodes VALUES (56169,'Russell','MN','44.319682','-95.988350',-6,1); -INSERT INTO zipcodes VALUES (56170,'Ruthton','MN','44.175210','-96.073630',-6,1); -INSERT INTO zipcodes VALUES (56171,'Sherburn','MN','43.660847','-94.743570',-6,1); -INSERT INTO zipcodes VALUES (56172,'Slayton','MN','44.007631','-95.758030',-6,1); -INSERT INTO zipcodes VALUES (56173,'Steen','MN','43.521947','-96.243010',-6,1); -INSERT INTO zipcodes VALUES (56174,'Storden','MN','44.031366','-95.306740',-6,1); -INSERT INTO zipcodes VALUES (56175,'Tracy','MN','44.260625','-95.623710',-6,1); -INSERT INTO zipcodes VALUES (56176,'Trimont','MN','43.771341','-94.725930',-6,1); -INSERT INTO zipcodes VALUES (56177,'Trosky','MN','43.887295','-96.251320',-6,1); -INSERT INTO zipcodes VALUES (56178,'Tyler','MN','44.274909','-96.124080',-6,1); -INSERT INTO zipcodes VALUES (56180,'Walnut Grove','MN','44.249331','-95.468210',-6,1); -INSERT INTO zipcodes VALUES (56181,'Welcome','MN','43.672105','-94.617160',-6,1); -INSERT INTO zipcodes VALUES (56183,'Westbrook','MN','44.043567','-95.411160',-6,1); -INSERT INTO zipcodes VALUES (56185,'Wilmont','MN','43.783453','-95.825630',-6,1); -INSERT INTO zipcodes VALUES (56186,'Woodstock','MN','44.028354','-96.070630',-6,1); -INSERT INTO zipcodes VALUES (56187,'Worthington','MN','43.623255','-95.596040',-6,1); -INSERT INTO zipcodes VALUES (56201,'Willmar','MN','45.118846','-95.045040',-6,1); -INSERT INTO zipcodes VALUES (56207,'Alberta','MN','45.532754','-96.064530',-6,1); -INSERT INTO zipcodes VALUES (56208,'Appleton','MN','45.228278','-96.005390',-6,1); -INSERT INTO zipcodes VALUES (56209,'Atwater','MN','45.128657','-94.790690',-6,1); -INSERT INTO zipcodes VALUES (56210,'Barry','MN','45.559291','-96.558886',-6,1); -INSERT INTO zipcodes VALUES (56211,'Beardsley','MN','45.593033','-96.687900',-6,1); -INSERT INTO zipcodes VALUES (56212,'Bellingham','MN','45.140784','-96.328550',-6,1); -INSERT INTO zipcodes VALUES (56214,'Belview','MN','44.592310','-95.334650',-6,1); -INSERT INTO zipcodes VALUES (56215,'Benson','MN','45.317872','-95.572470',-6,1); -INSERT INTO zipcodes VALUES (56216,'Blomkest','MN','44.945988','-95.059230',-6,1); -INSERT INTO zipcodes VALUES (56218,'Boyd','MN','44.838823','-95.940420',-6,1); -INSERT INTO zipcodes VALUES (56219,'Browns Valley','MN','45.606998','-96.818330',-6,1); -INSERT INTO zipcodes VALUES (56220,'Canby','MN','44.725437','-96.292100',-6,1); -INSERT INTO zipcodes VALUES (56221,'Chokio','MN','45.556847','-96.189700',-6,1); -INSERT INTO zipcodes VALUES (56222,'Clara City','MN','44.974538','-95.365940',-6,1); -INSERT INTO zipcodes VALUES (56223,'Clarkfield','MN','44.761504','-95.818300',-6,1); -INSERT INTO zipcodes VALUES (56224,'Clements','MN','44.375214','-95.066950',-6,1); -INSERT INTO zipcodes VALUES (56225,'Clinton','MN','45.459383','-96.446940',-6,1); -INSERT INTO zipcodes VALUES (56226,'Clontarf','MN','45.409218','-95.693340',-6,1); -INSERT INTO zipcodes VALUES (56227,'Correll','MN','45.290863','-96.168880',-6,1); -INSERT INTO zipcodes VALUES (56228,'Cosmos','MN','44.933861','-94.675630',-6,1); -INSERT INTO zipcodes VALUES (56229,'Cottonwood','MN','44.609098','-95.705550',-6,1); -INSERT INTO zipcodes VALUES (56230,'Danube','MN','44.791290','-95.096710',-6,1); -INSERT INTO zipcodes VALUES (56231,'Danvers','MN','45.271330','-95.771100',-6,1); -INSERT INTO zipcodes VALUES (56232,'Dawson','MN','44.932368','-96.048230',-6,1); -INSERT INTO zipcodes VALUES (56235,'Donnelly','MN','45.697239','-96.017670',-6,1); -INSERT INTO zipcodes VALUES (56236,'Dumont','MN','45.664974','-96.396080',-6,1); -INSERT INTO zipcodes VALUES (56237,'Echo','MN','44.616243','-95.431730',-6,1); -INSERT INTO zipcodes VALUES (56239,'Ghent','MN','44.515475','-95.895760',-6,1); -INSERT INTO zipcodes VALUES (56240,'Graceville','MN','45.568463','-96.459160',-6,1); -INSERT INTO zipcodes VALUES (56241,'Granite Falls','MN','44.794723','-95.567370',-6,1); -INSERT INTO zipcodes VALUES (56243,'Grove City','MN','45.168724','-94.686410',-6,1); -INSERT INTO zipcodes VALUES (56244,'Hancock','MN','45.488399','-95.781570',-6,1); -INSERT INTO zipcodes VALUES (56245,'Hanley Falls','MN','44.690608','-95.650280',-6,1); -INSERT INTO zipcodes VALUES (56246,'Hawick','MN','45.343730','-94.830130',-6,1); -INSERT INTO zipcodes VALUES (56248,'Herman','MN','45.800145','-96.138950',-6,1); -INSERT INTO zipcodes VALUES (56249,'Holloway','MN','45.299531','-95.899600',-6,1); -INSERT INTO zipcodes VALUES (56251,'Kandiyohi','MN','45.133103','-94.919760',-6,1); -INSERT INTO zipcodes VALUES (56252,'Kerkhoven','MN','45.185530','-95.301980',-6,1); -INSERT INTO zipcodes VALUES (56253,'Lake Lillian','MN','44.959237','-94.888310',-6,1); -INSERT INTO zipcodes VALUES (56255,'Lucan','MN','44.397402','-95.420130',-6,1); -INSERT INTO zipcodes VALUES (56256,'Madison','MN','45.036047','-96.195730',-6,1); -INSERT INTO zipcodes VALUES (56257,'Marietta','MN','44.986761','-96.409680',-6,1); -INSERT INTO zipcodes VALUES (56258,'Marshall','MN','44.446885','-95.772810',-6,1); -INSERT INTO zipcodes VALUES (56260,'Maynard','MN','44.943885','-95.480310',-6,1); -INSERT INTO zipcodes VALUES (56262,'Milan','MN','45.113285','-95.869130',-6,1); -INSERT INTO zipcodes VALUES (56263,'Milroy','MN','44.417337','-95.549990',-6,1); -INSERT INTO zipcodes VALUES (56264,'Minneota','MN','44.587010','-95.981530',-6,1); -INSERT INTO zipcodes VALUES (56265,'Montevideo','MN','44.985313','-95.706600',-6,1); -INSERT INTO zipcodes VALUES (56266,'Morgan','MN','44.417533','-94.919020',-6,1); -INSERT INTO zipcodes VALUES (56267,'Morris','MN','45.584124','-95.909200',-6,1); -INSERT INTO zipcodes VALUES (56270,'Morton','MN','44.552749','-94.989940',-6,1); -INSERT INTO zipcodes VALUES (56271,'Murdock','MN','45.242264','-95.424220',-6,1); -INSERT INTO zipcodes VALUES (56273,'New London','MN','45.327429','-94.999210',-6,1); -INSERT INTO zipcodes VALUES (56274,'Norcross','MN','45.897971','-96.244410',-6,1); -INSERT INTO zipcodes VALUES (56276,'Odessa','MN','45.245844','-96.326410',-6,1); -INSERT INTO zipcodes VALUES (56277,'Olivia','MN','44.766441','-94.996240',-6,1); -INSERT INTO zipcodes VALUES (56278,'Ortonville','MN','45.335958','-96.400320',-6,1); -INSERT INTO zipcodes VALUES (56279,'Pennock','MN','45.200641','-95.177480',-6,1); -INSERT INTO zipcodes VALUES (56280,'Porter','MN','44.633159','-96.165320',-6,1); -INSERT INTO zipcodes VALUES (56281,'Prinsburg','MN','44.945831','-95.176280',-6,1); -INSERT INTO zipcodes VALUES (56282,'Raymond','MN','45.028945','-95.224180',-6,1); -INSERT INTO zipcodes VALUES (56283,'Redwood Falls','MN','44.540923','-95.127320',-6,1); -INSERT INTO zipcodes VALUES (56284,'Renville','MN','44.783251','-95.206820',-6,1); -INSERT INTO zipcodes VALUES (56285,'Sacred Heart','MN','44.796240','-95.350450',-6,1); -INSERT INTO zipcodes VALUES (56286,'St. Leo','MN','44.716494','-96.054791',-6,1); -INSERT INTO zipcodes VALUES (56287,'Seaforth','MN','44.475845','-95.325790',-6,1); -INSERT INTO zipcodes VALUES (56288,'Spicer','MN','45.238936','-94.950010',-6,1); -INSERT INTO zipcodes VALUES (56289,'Sunburg','MN','45.344013','-95.223350',-6,1); -INSERT INTO zipcodes VALUES (56291,'Taunton','MN','44.598116','-96.068010',-6,1); -INSERT INTO zipcodes VALUES (56292,'Vesta','MN','44.501023','-95.452280',-6,1); -INSERT INTO zipcodes VALUES (56293,'Wabasso','MN','44.403815','-95.257840',-6,1); -INSERT INTO zipcodes VALUES (56294,'Wanda','MN','44.317104','-95.213780',-6,1); -INSERT INTO zipcodes VALUES (56295,'Watson','MN','45.024344','-95.827940',-6,1); -INSERT INTO zipcodes VALUES (56296,'Wheaton','MN','45.823795','-96.477060',-6,1); -INSERT INTO zipcodes VALUES (56297,'Wood Lake','MN','44.636700','-95.553590',-6,1); -INSERT INTO zipcodes VALUES (56301,'Saint Cloud','MN','45.526066','-94.206490',-6,1); -INSERT INTO zipcodes VALUES (56302,'Saint Cloud','MN','45.493430','-94.643922',-6,1); -INSERT INTO zipcodes VALUES (56303,'Saint Cloud','MN','45.568516','-94.192510',-6,1); -INSERT INTO zipcodes VALUES (56304,'Saint Cloud','MN','45.547283','-94.113030',-6,1); -INSERT INTO zipcodes VALUES (56307,'Albany','MN','45.632455','-94.582570',-6,1); -INSERT INTO zipcodes VALUES (56308,'Alexandria','MN','45.886450','-95.382870',-6,1); -INSERT INTO zipcodes VALUES (56309,'Ashby','MN','46.080287','-95.805390',-6,1); -INSERT INTO zipcodes VALUES (56310,'Avon','MN','45.624705','-94.449730',-6,1); -INSERT INTO zipcodes VALUES (56311,'Barrett','MN','45.902998','-95.882970',-6,1); -INSERT INTO zipcodes VALUES (56312,'Belgrade','MN','45.460931','-94.966970',-6,1); -INSERT INTO zipcodes VALUES (56313,'Bock','MN','45.785883','-93.553430',-6,1); -INSERT INTO zipcodes VALUES (56314,'Bowlus','MN','45.814436','-94.425390',-6,1); -INSERT INTO zipcodes VALUES (56315,'Brandon','MN','45.968739','-95.594200',-6,1); -INSERT INTO zipcodes VALUES (56316,'Brooten','MN','45.510591','-95.136360',-6,1); -INSERT INTO zipcodes VALUES (56317,'Buckman','MN','46.061307','-94.208731',-6,1); -INSERT INTO zipcodes VALUES (56318,'Burtrum','MN','45.853030','-94.674590',-6,1); -INSERT INTO zipcodes VALUES (56319,'Carlos','MN','45.990781','-95.270330',-6,1); -INSERT INTO zipcodes VALUES (56320,'Cold Spring','MN','45.462728','-94.425110',-6,1); -INSERT INTO zipcodes VALUES (56321,'Collegeville','MN','45.578278','-94.419941',-6,1); -INSERT INTO zipcodes VALUES (56323,'Cyrus','MN','45.633810','-95.726420',-6,1); -INSERT INTO zipcodes VALUES (56324,'Dalton','MN','46.169964','-95.904650',-6,1); -INSERT INTO zipcodes VALUES (56325,'Elrosa','MN','45.562459','-94.946610',-6,1); -INSERT INTO zipcodes VALUES (56326,'Evansville','MN','46.011931','-95.681040',-6,1); -INSERT INTO zipcodes VALUES (56327,'Farwell','MN','45.778773','-95.603020',-6,1); -INSERT INTO zipcodes VALUES (56328,'Flensburg','MN','45.953535','-94.528340',-6,1); -INSERT INTO zipcodes VALUES (56329,'Foley','MN','45.695411','-93.904170',-6,1); -INSERT INTO zipcodes VALUES (56330,'Foreston','MN','45.732493','-93.731020',-6,1); -INSERT INTO zipcodes VALUES (56331,'Freeport','MN','45.675390','-94.673030',-6,1); -INSERT INTO zipcodes VALUES (56332,'Garfield','MN','45.950306','-95.507540',-6,1); -INSERT INTO zipcodes VALUES (56333,'Gilman','MN','45.691714','-94.056290',-6,1); -INSERT INTO zipcodes VALUES (56334,'Glenwood','MN','45.609555','-95.351040',-6,1); -INSERT INTO zipcodes VALUES (56335,'Greenwald','MN','45.601429','-94.858640',-6,1); -INSERT INTO zipcodes VALUES (56336,'Grey Eagle','MN','45.819474','-94.762470',-6,1); -INSERT INTO zipcodes VALUES (56338,'Hillman','MN','46.035241','-93.915300',-6,1); -INSERT INTO zipcodes VALUES (56339,'Hoffman','MN','45.825031','-95.811040',-6,1); -INSERT INTO zipcodes VALUES (56340,'Holdingford','MN','45.749908','-94.456470',-6,1); -INSERT INTO zipcodes VALUES (56341,'Holmes City','MN','45.830998','-95.541618',-6,1); -INSERT INTO zipcodes VALUES (56342,'Isle','MN','46.212757','-93.457290',-6,1); -INSERT INTO zipcodes VALUES (56343,'Kensington','MN','45.795887','-95.667420',-6,1); -INSERT INTO zipcodes VALUES (56344,'Lastrup','MN','46.061307','-94.208731',-6,1); -INSERT INTO zipcodes VALUES (56345,'Little Falls','MN','45.994029','-94.371830',-6,1); -INSERT INTO zipcodes VALUES (56347,'Long Prairie','MN','45.973572','-94.858200',-6,1); -INSERT INTO zipcodes VALUES (56349,'Lowry','MN','45.728732','-95.525040',-6,1); -INSERT INTO zipcodes VALUES (56350,'McGrath','MN','46.274325','-93.260960',-6,1); -INSERT INTO zipcodes VALUES (56352,'Melrose','MN','45.659491','-94.814170',-6,1); -INSERT INTO zipcodes VALUES (56353,'Milaca','MN','45.760191','-93.632470',-6,1); -INSERT INTO zipcodes VALUES (56354,'Miltona','MN','46.063391','-95.281680',-6,1); -INSERT INTO zipcodes VALUES (56355,'Nelson','MN','45.920840','-95.239650',-6,1); -INSERT INTO zipcodes VALUES (56356,'New Munich','MN','45.628804','-94.754660',-6,1); -INSERT INTO zipcodes VALUES (56357,'Oak Park','MN','45.699995','-93.802560',-6,1); -INSERT INTO zipcodes VALUES (56358,'Ogilvie','MN','45.831767','-93.441620',-6,1); -INSERT INTO zipcodes VALUES (56359,'Onamia','MN','46.073505','-93.669830',-6,1); -INSERT INTO zipcodes VALUES (56360,'Osakis','MN','45.884771','-95.104860',-6,1); -INSERT INTO zipcodes VALUES (56361,'Parkers Prairie','MN','46.156758','-95.337540',-6,1); -INSERT INTO zipcodes VALUES (56362,'Paynesville','MN','45.389395','-94.705190',-6,1); -INSERT INTO zipcodes VALUES (56363,'Pease','MN','45.697362','-93.646503',-6,1); -INSERT INTO zipcodes VALUES (56364,'Pierz','MN','45.996396','-94.084610',-6,1); -INSERT INTO zipcodes VALUES (56366,'Bowstring','MN','47.572516','-93.899486',-6,1); -INSERT INTO zipcodes VALUES (56367,'Rice','MN','45.745266','-94.181760',-6,1); -INSERT INTO zipcodes VALUES (56368,'Richmond','MN','45.448703','-94.525970',-6,1); -INSERT INTO zipcodes VALUES (56369,'Rockville','MN','45.470635','-94.338620',-6,1); -INSERT INTO zipcodes VALUES (56371,'Roscoe','MN','45.432316','-94.635520',-6,1); -INSERT INTO zipcodes VALUES (56372,'Saint Cloud','MN','45.528860','-94.593338',-6,1); -INSERT INTO zipcodes VALUES (56373,'Royalton','MN','45.840565','-94.264340',-6,1); -INSERT INTO zipcodes VALUES (56374,'Saint Joseph','MN','45.582653','-94.329740',-6,1); -INSERT INTO zipcodes VALUES (56375,'Saint Stephen','MN','45.702598','-94.276090',-6,1); -INSERT INTO zipcodes VALUES (56376,'Saint Martin','MN','45.498506','-94.662710',-6,1); -INSERT INTO zipcodes VALUES (56377,'Sartell','MN','45.622966','-94.209590',-6,1); -INSERT INTO zipcodes VALUES (56378,'Sauk Centre','MN','45.729898','-94.972360',-6,1); -INSERT INTO zipcodes VALUES (56379,'Sauk Rapids','MN','45.608178','-94.138380',-6,1); -INSERT INTO zipcodes VALUES (56381,'Starbuck','MN','45.578335','-95.552010',-6,1); -INSERT INTO zipcodes VALUES (56382,'Swanville','MN','45.904129','-94.623730',-6,1); -INSERT INTO zipcodes VALUES (56384,'Upsala','MN','45.806790','-94.570670',-6,1); -INSERT INTO zipcodes VALUES (56385,'Villard','MN','45.702767','-95.214330',-6,1); -INSERT INTO zipcodes VALUES (56386,'Wahkon','MN','46.114445','-93.519860',-6,1); -INSERT INTO zipcodes VALUES (56387,'Waite Park','MN','45.550378','-94.224290',-6,1); -INSERT INTO zipcodes VALUES (56388,'Mount Morris','MN','45.946528','-93.847880',-6,1); -INSERT INTO zipcodes VALUES (56389,'West Union','MN','45.799542','-95.082130',-6,1); -INSERT INTO zipcodes VALUES (56393,'Saint Cloud','MN','45.528860','-94.593338',-6,1); -INSERT INTO zipcodes VALUES (56395,'Saint Cloud','MN','45.528860','-94.593338',-6,1); -INSERT INTO zipcodes VALUES (56396,'Saint Cloud','MN','45.528860','-94.593338',-6,1); -INSERT INTO zipcodes VALUES (56397,'Saint Cloud','MN','45.528860','-94.593338',-6,1); -INSERT INTO zipcodes VALUES (56398,'Saint Cloud','MN','45.528860','-94.593338',-6,1); -INSERT INTO zipcodes VALUES (56399,'Saint Cloud','MN','45.528860','-94.593338',-6,1); -INSERT INTO zipcodes VALUES (56401,'Brainerd','MN','46.352758','-94.162890',-6,1); -INSERT INTO zipcodes VALUES (56425,'Baxter','MN','46.347175','-94.270170',-6,1); -INSERT INTO zipcodes VALUES (56430,'Ah Gwah Ching','MN','46.862332','-94.641872',-6,1); -INSERT INTO zipcodes VALUES (56431,'Aitkin','MN','46.507241','-93.664580',-6,1); -INSERT INTO zipcodes VALUES (56432,'Acton','MN','45.910946','-94.633724',-6,1); -INSERT INTO zipcodes VALUES (56433,'Akeley','MN','46.977161','-94.705120',-6,1); -INSERT INTO zipcodes VALUES (56434,'Aldrich','MN','46.376819','-94.937810',-6,1); -INSERT INTO zipcodes VALUES (56435,'Backus','MN','46.823666','-94.504710',-6,1); -INSERT INTO zipcodes VALUES (56436,'Benedict','MN','47.143679','-94.685890',-6,1); -INSERT INTO zipcodes VALUES (56437,'Bertha','MN','46.252854','-95.062220',-6,1); -INSERT INTO zipcodes VALUES (56438,'Browerville','MN','46.149276','-94.830880',-6,1); -INSERT INTO zipcodes VALUES (56440,'Clarissa','MN','46.129933','-94.952780',-6,1); -INSERT INTO zipcodes VALUES (56441,'Crosby','MN','46.528094','-93.980550',-6,1); -INSERT INTO zipcodes VALUES (56442,'Crosslake','MN','46.670660','-94.106860',-6,1); -INSERT INTO zipcodes VALUES (56443,'Cushing','MN','46.194584','-94.619600',-6,1); -INSERT INTO zipcodes VALUES (56444,'Deerwood','MN','46.438976','-93.890640',-6,1); -INSERT INTO zipcodes VALUES (56446,'Eagle Bend','MN','46.145445','-95.070710',-6,1); -INSERT INTO zipcodes VALUES (56447,'Emily','MN','46.735697','-93.942050',-6,1); -INSERT INTO zipcodes VALUES (56448,'Fifty Lakes','MN','46.747211','-94.072460',-6,1); -INSERT INTO zipcodes VALUES (56449,'Fort Ripley','MN','46.166054','-94.292540',-6,1); -INSERT INTO zipcodes VALUES (56450,'Garrison','MN','46.244818','-93.815500',-6,1); -INSERT INTO zipcodes VALUES (56452,'Hackensack','MN','46.963355','-94.464600',-6,1); -INSERT INTO zipcodes VALUES (56453,'Hewitt','MN','46.320910','-95.145670',-6,1); -INSERT INTO zipcodes VALUES (56455,'Ironton','MN','46.483523','-93.999780',-6,1); -INSERT INTO zipcodes VALUES (56456,'Jenkins','MN','46.650706','-94.336510',-6,1); -INSERT INTO zipcodes VALUES (56458,'Lake George','MN','47.206754','-94.971090',-6,1); -INSERT INTO zipcodes VALUES (56459,'Lake Hubert','MN','46.498749','-94.251926',-6,1); -INSERT INTO zipcodes VALUES (56460,'Itasca','MN','47.239049','-95.265379',-6,1); -INSERT INTO zipcodes VALUES (56461,'Laporte','MN','47.260013','-94.844750',-6,1); -INSERT INTO zipcodes VALUES (56464,'Menahga','MN','46.770167','-95.096590',-6,1); -INSERT INTO zipcodes VALUES (56465,'Merrifield','MN','46.527729','-94.110710',-6,1); -INSERT INTO zipcodes VALUES (56466,'Motley','MN','46.362398','-94.638490',-6,1); -INSERT INTO zipcodes VALUES (56467,'Nevis','MN','46.970017','-94.850130',-6,1); -INSERT INTO zipcodes VALUES (56468,'Nisswa','MN','46.501623','-94.289170',-6,1); -INSERT INTO zipcodes VALUES (56469,'Palisade','MN','46.702947','-93.520300',-6,1); -INSERT INTO zipcodes VALUES (56470,'Park Rapids','MN','46.974221','-95.065810',-6,1); -INSERT INTO zipcodes VALUES (56472,'Pequot Lakes','MN','46.602684','-94.299860',-6,1); -INSERT INTO zipcodes VALUES (56473,'Pillager','MN','46.368605','-94.484600',-6,1); -INSERT INTO zipcodes VALUES (56474,'Pine River','MN','46.718997','-94.387160',-6,1); -INSERT INTO zipcodes VALUES (56475,'Randall','MN','46.099545','-94.508640',-6,1); -INSERT INTO zipcodes VALUES (56477,'Sebeka','MN','46.630023','-95.012220',-6,1); -INSERT INTO zipcodes VALUES (56478,'Nimrod','MN','46.605266','-94.900729',-6,1); -INSERT INTO zipcodes VALUES (56479,'Staples','MN','46.380664','-94.805030',-6,1); -INSERT INTO zipcodes VALUES (56481,'Verndale','MN','46.434002','-94.957480',-6,1); -INSERT INTO zipcodes VALUES (56482,'Wadena','MN','46.447659','-95.142890',-6,1); -INSERT INTO zipcodes VALUES (56483,'Wadena','MN','46.439079','-95.137497',-6,1); -INSERT INTO zipcodes VALUES (56484,'Walker','MN','47.099774','-94.533470',-6,1); -INSERT INTO zipcodes VALUES (56501,'Detroit Lakes','MN','46.809965','-95.851800',-6,1); -INSERT INTO zipcodes VALUES (56502,'Detroit Lakes','MN','46.933961','-95.678375',-6,1); -INSERT INTO zipcodes VALUES (56508,'Lake Eunice','MN','46.732051','-95.997757',-6,1); -INSERT INTO zipcodes VALUES (56510,'Ada','MN','47.322444','-96.519150',-6,1); -INSERT INTO zipcodes VALUES (56511,'Audubon','MN','46.863375','-95.995850',-6,1); -INSERT INTO zipcodes VALUES (56513,'Baker','MN','46.723274','-96.547270',-6,1); -INSERT INTO zipcodes VALUES (56514,'Barnesville','MN','46.653912','-96.428910',-6,1); -INSERT INTO zipcodes VALUES (56515,'Battle Lake','MN','46.284496','-95.709750',-6,1); -INSERT INTO zipcodes VALUES (56516,'Bejou','MN','47.451400','-95.987660',-6,1); -INSERT INTO zipcodes VALUES (56517,'Beltrami','MN','47.551710','-96.534920',-6,1); -INSERT INTO zipcodes VALUES (56518,'Bluffton','MN','46.467905','-95.255320',-6,1); -INSERT INTO zipcodes VALUES (56519,'Borup','MN','47.158015','-96.514870',-6,1); -INSERT INTO zipcodes VALUES (56520,'Breckenridge','MN','46.273240','-96.548880',-6,1); -INSERT INTO zipcodes VALUES (56521,'Callaway','MN','47.015728','-95.870080',-6,1); -INSERT INTO zipcodes VALUES (56522,'Campbell','MN','46.130213','-96.400190',-6,1); -INSERT INTO zipcodes VALUES (56523,'Climax','MN','47.651391','-96.804080',-6,1); -INSERT INTO zipcodes VALUES (56524,'Clitherall','MN','46.235125','-95.615430',-6,1); -INSERT INTO zipcodes VALUES (56525,'Comstock','MN','46.659932','-96.746930',-6,1); -INSERT INTO zipcodes VALUES (56527,'Deer Creek','MN','46.383585','-95.316440',-6,1); -INSERT INTO zipcodes VALUES (56528,'Dent','MN','46.528138','-95.796610',-6,1); -INSERT INTO zipcodes VALUES (56529,'Dilworth','MN','46.878062','-96.702420',-6,1); -INSERT INTO zipcodes VALUES (56531,'Elbow Lake','MN','45.990556','-95.967040',-6,1); -INSERT INTO zipcodes VALUES (56533,'Elizabeth','MN','46.405807','-96.158310',-6,1); -INSERT INTO zipcodes VALUES (56534,'Erhard','MN','46.470638','-96.010130',-6,1); -INSERT INTO zipcodes VALUES (56535,'Erskine','MN','47.666426','-96.037010',-6,1); -INSERT INTO zipcodes VALUES (56536,'Felton','MN','47.050391','-96.539330',-6,1); -INSERT INTO zipcodes VALUES (56537,'Fergus Falls','MN','46.282084','-96.067980',-6,1); -INSERT INTO zipcodes VALUES (56538,'Fergus Falls','MN','46.412413','-95.713452',-6,1); -INSERT INTO zipcodes VALUES (56540,'Fertile','MN','47.557644','-96.269540',-6,1); -INSERT INTO zipcodes VALUES (56541,'Flom','MN','47.325074','-96.469194',-6,1); -INSERT INTO zipcodes VALUES (56542,'Fosston','MN','47.571567','-95.737840',-6,1); -INSERT INTO zipcodes VALUES (56543,'Foxhome','MN','46.290371','-96.332380',-6,1); -INSERT INTO zipcodes VALUES (56544,'Frazee','MN','46.742349','-95.629350',-6,1); -INSERT INTO zipcodes VALUES (56545,'Gary','MN','47.363986','-96.239600',-6,1); -INSERT INTO zipcodes VALUES (56546,'Georgetown','MN','47.100330','-96.743090',-6,1); -INSERT INTO zipcodes VALUES (56547,'Glyndon','MN','46.884481','-96.563010',-6,1); -INSERT INTO zipcodes VALUES (56548,'Halstad','MN','47.364610','-96.782650',-6,1); -INSERT INTO zipcodes VALUES (56549,'Hawley','MN','46.864977','-96.307810',-6,1); -INSERT INTO zipcodes VALUES (56550,'Hendrum','MN','47.271427','-96.764560',-6,1); -INSERT INTO zipcodes VALUES (56551,'Henning','MN','46.318550','-95.453750',-6,1); -INSERT INTO zipcodes VALUES (56552,'Hitterdal','MN','46.988379','-96.236070',-6,1); -INSERT INTO zipcodes VALUES (56553,'Kent','MN','46.434718','-96.624290',-6,1); -INSERT INTO zipcodes VALUES (56554,'Lake Park','MN','46.861527','-96.109740',-6,1); -INSERT INTO zipcodes VALUES (56556,'Mcintosh','MN','47.656231','-95.882140',-6,1); -INSERT INTO zipcodes VALUES (56557,'Mahnomen','MN','47.330624','-95.876720',-6,1); -INSERT INTO zipcodes VALUES (56560,'Moorhead','MN','46.861413','-96.753670',-6,1); -INSERT INTO zipcodes VALUES (56561,'Moorhead','MN','46.890034','-96.506156',-6,1); -INSERT INTO zipcodes VALUES (56562,'Moorhead','MN','46.890034','-96.506156',-6,1); -INSERT INTO zipcodes VALUES (56563,'Moorhead','MN','46.890034','-96.506156',-6,1); -INSERT INTO zipcodes VALUES (56565,'Nashua','MN','46.040316','-96.317720',-6,1); -INSERT INTO zipcodes VALUES (56566,'Naytahwaush','MN','47.257131','-95.617490',-6,1); -INSERT INTO zipcodes VALUES (56567,'New York Mills','MN','46.534993','-95.381060',-6,1); -INSERT INTO zipcodes VALUES (56568,'Nielsville','MN','47.535250','-96.783130',-6,1); -INSERT INTO zipcodes VALUES (56569,'Ogema','MN','47.093608','-95.841660',-6,1); -INSERT INTO zipcodes VALUES (56570,'Osage','MN','46.895156','-95.361740',-6,1); -INSERT INTO zipcodes VALUES (56571,'Ottertail','MN','46.428432','-95.559000',-6,1); -INSERT INTO zipcodes VALUES (56572,'Pelican Rapids','MN','46.608461','-96.066300',-6,1); -INSERT INTO zipcodes VALUES (56573,'Perham','MN','46.607429','-95.559110',-6,1); -INSERT INTO zipcodes VALUES (56574,'Perley','MN','47.197932','-96.729530',-6,1); -INSERT INTO zipcodes VALUES (56575,'Ponsford','MN','47.042394','-95.434510',-6,1); -INSERT INTO zipcodes VALUES (56576,'Richville','MN','46.467527','-95.696750',-6,1); -INSERT INTO zipcodes VALUES (56577,'Richwood','MN','46.933961','-95.678375',-6,1); -INSERT INTO zipcodes VALUES (56578,'Rochert','MN','46.920986','-95.668420',-6,1); -INSERT INTO zipcodes VALUES (56579,'Rothsay','MN','46.459359','-96.341490',-6,1); -INSERT INTO zipcodes VALUES (56580,'Sabin','MN','46.754039','-96.637150',-6,1); -INSERT INTO zipcodes VALUES (56581,'Shelly','MN','47.457626','-96.787230',-6,1); -INSERT INTO zipcodes VALUES (56583,'Tintah','MN','46.014161','-96.400190',-6,1); -INSERT INTO zipcodes VALUES (56584,'Twin Valley','MN','47.245894','-96.248250',-6,1); -INSERT INTO zipcodes VALUES (56585,'Ulen','MN','47.087171','-96.247250',-6,1); -INSERT INTO zipcodes VALUES (56586,'Underwood','MN','46.330985','-95.846790',-6,1); -INSERT INTO zipcodes VALUES (56587,'Vergas','MN','46.642460','-95.830420',-6,1); -INSERT INTO zipcodes VALUES (56588,'Vining','MN','46.246571','-95.530500',-6,1); -INSERT INTO zipcodes VALUES (56589,'Waubun','MN','47.174775','-95.745170',-6,1); -INSERT INTO zipcodes VALUES (56590,'Wendell','MN','46.033624','-96.139880',-6,1); -INSERT INTO zipcodes VALUES (56591,'White Earth','MN','46.933961','-95.678375',-6,1); -INSERT INTO zipcodes VALUES (56592,'Winger','MN','47.530842','-96.008530',-6,1); -INSERT INTO zipcodes VALUES (56593,'Wolf Lake','MN','46.821648','-95.391968',-6,1); -INSERT INTO zipcodes VALUES (56594,'Wolverton','MN','46.565562','-96.667020',-6,1); -INSERT INTO zipcodes VALUES (56601,'Bemidji','MN','47.504496','-94.871050',-6,1); -INSERT INTO zipcodes VALUES (56619,'Bemidji','MN','47.625699','-94.822154',-6,1); -INSERT INTO zipcodes VALUES (56621,'Bagley','MN','47.436583','-95.413370',-6,1); -INSERT INTO zipcodes VALUES (56623,'Baudette','MN','48.663939','-94.549530',-6,1); -INSERT INTO zipcodes VALUES (56626,'Bena','MN','47.340327','-94.245000',-6,1); -INSERT INTO zipcodes VALUES (56627,'Big Falls','MN','48.186112','-93.807260',-6,1); -INSERT INTO zipcodes VALUES (56628,'Bigfork','MN','47.667203','-93.587730',-6,1); -INSERT INTO zipcodes VALUES (56629,'Birchdale','MN','48.551313','-94.176840',-6,1); -INSERT INTO zipcodes VALUES (56630,'Blackduck','MN','47.722624','-94.531900',-6,1); -INSERT INTO zipcodes VALUES (56631,'Bowstring','MN','47.087782','-93.921429',-6,1); -INSERT INTO zipcodes VALUES (56633,'Cass Lake','MN','47.373207','-94.588340',-6,1); -INSERT INTO zipcodes VALUES (56634,'Clearbrook','MN','47.672650','-95.428090',-6,1); -INSERT INTO zipcodes VALUES (56636,'Deer River','MN','47.382872','-93.848320',-6,1); -INSERT INTO zipcodes VALUES (56637,'Talmoon','MN','47.611885','-93.832670',-6,1); -INSERT INTO zipcodes VALUES (56639,'Effie','MN','47.852874','-93.507580',-6,1); -INSERT INTO zipcodes VALUES (56641,'Federal Dam','MN','47.243893','-94.232030',-6,1); -INSERT INTO zipcodes VALUES (56643,'Fleming','MN','46.631748','-93.515456',-6,1); -INSERT INTO zipcodes VALUES (56644,'Gonvick','MN','47.755904','-95.507800',-6,1); -INSERT INTO zipcodes VALUES (56646,'Gully','MN','47.771933','-95.644030',-6,1); -INSERT INTO zipcodes VALUES (56647,'Hines','MN','47.666705','-94.618680',-6,1); -INSERT INTO zipcodes VALUES (56649,'International Falls','MN','48.579947','-93.381420',-6,1); -INSERT INTO zipcodes VALUES (56650,'Kelliher','MN','47.997931','-94.557480',-6,1); -INSERT INTO zipcodes VALUES (56651,'Lengby','MN','47.465509','-95.646140',-6,1); -INSERT INTO zipcodes VALUES (56652,'Leonard','MN','47.702771','-95.221320',-6,1); -INSERT INTO zipcodes VALUES (56653,'Littlefork','MN','48.366833','-93.563670',-6,1); -INSERT INTO zipcodes VALUES (56654,'Loman','MN','48.527572','-93.835540',-6,1); -INSERT INTO zipcodes VALUES (56655,'Longville','MN','46.975876','-94.215080',-6,1); -INSERT INTO zipcodes VALUES (56657,'Marcell','MN','47.578093','-93.629290',-6,1); -INSERT INTO zipcodes VALUES (56658,'Margie','MN','48.278880','-93.755536',-6,1); -INSERT INTO zipcodes VALUES (56659,'Max','MN','47.645420','-94.050890',-6,1); -INSERT INTO zipcodes VALUES (56660,'Mizpah','MN','47.954759','-94.209650',-6,1); -INSERT INTO zipcodes VALUES (56661,'Northome','MN','47.821937','-94.187270',-6,1); -INSERT INTO zipcodes VALUES (56662,'Outing','MN','46.850438','-93.940810',-6,1); -INSERT INTO zipcodes VALUES (56663,'Pennington','MN','47.464399','-94.448060',-6,1); -INSERT INTO zipcodes VALUES (56666,'Ponemah','MN','48.018746','-94.875940',-6,1); -INSERT INTO zipcodes VALUES (56667,'Puposky','MN','47.750406','-94.912540',-6,1); -INSERT INTO zipcodes VALUES (56668,'Ranier','MN','48.603143','-93.297710',-6,1); -INSERT INTO zipcodes VALUES (56669,'Ray','MN','48.443118','-93.142960',-6,1); -INSERT INTO zipcodes VALUES (56670,'Redby','MN','47.854118','-94.931680',-6,1); -INSERT INTO zipcodes VALUES (56671,'Redlake','MN','47.871135','-95.143620',-6,1); -INSERT INTO zipcodes VALUES (56672,'Remer','MN','47.036967','-94.029510',-6,1); -INSERT INTO zipcodes VALUES (56673,'Roosevelt','MN','48.730013','-95.090040',-6,1); -INSERT INTO zipcodes VALUES (56676,'Shevlin','MN','47.506665','-95.215270',-6,1); -INSERT INTO zipcodes VALUES (56678,'Solway','MN','47.508863','-95.113970',-6,1); -INSERT INTO zipcodes VALUES (56679,'South International Falls','MN','48.278880','-93.755536',-6,1); -INSERT INTO zipcodes VALUES (56680,'Spring Lake','MN','47.663689','-93.946310',-6,1); -INSERT INTO zipcodes VALUES (56681,'Squaw Lake','MN','47.617774','-94.240980',-6,1); -INSERT INTO zipcodes VALUES (56682,'Swift','MN','48.769244','-95.747559',-6,1); -INSERT INTO zipcodes VALUES (56683,'Tenstrike','MN','47.690018','-94.718890',-6,1); -INSERT INTO zipcodes VALUES (56684,'Trail','MN','47.855588','-95.698950',-6,1); -INSERT INTO zipcodes VALUES (56685,'Waskish','MN','48.153759','-94.519340',-6,1); -INSERT INTO zipcodes VALUES (56686,'Williams','MN','48.786139','-94.914180',-6,1); -INSERT INTO zipcodes VALUES (56687,'Wilton','MN','47.501402','-94.993440',-6,1); -INSERT INTO zipcodes VALUES (56688,'Wirt','MN','47.756467','-93.932980',-6,1); -INSERT INTO zipcodes VALUES (56701,'Thief River Falls','MN','48.118625','-96.179300',-6,1); -INSERT INTO zipcodes VALUES (56710,'Alvarado','MN','48.192532','-96.998600',-6,1); -INSERT INTO zipcodes VALUES (56711,'Angle Inlet','MN','49.342144','-95.035710',-6,1); -INSERT INTO zipcodes VALUES (56712,'Angus','MN','48.071847','-96.749180',-6,1); -INSERT INTO zipcodes VALUES (56713,'Argyle','MN','48.342579','-96.794480',-6,1); -INSERT INTO zipcodes VALUES (56714,'Badger','MN','48.795471','-96.018160',-6,1); -INSERT INTO zipcodes VALUES (56715,'Brooks','MN','47.808866','-95.977130',-6,1); -INSERT INTO zipcodes VALUES (56716,'Crookston','MN','47.761982','-96.580550',-6,1); -INSERT INTO zipcodes VALUES (56720,'Donaldson','MN','48.574128','-96.896320',-6,1); -INSERT INTO zipcodes VALUES (56721,'East Grand Forks','MN','47.956458','-96.987740',-6,1); -INSERT INTO zipcodes VALUES (56722,'Euclid','MN','47.970507','-96.666540',-6,1); -INSERT INTO zipcodes VALUES (56723,'Fisher','MN','47.826487','-96.833080',-6,1); -INSERT INTO zipcodes VALUES (56724,'Gatzke','MN','48.445999','-95.741480',-6,1); -INSERT INTO zipcodes VALUES (56725,'Goodridge','MN','48.128712','-95.820130',-6,1); -INSERT INTO zipcodes VALUES (56726,'Greenbush','MN','48.698749','-96.206370',-6,1); -INSERT INTO zipcodes VALUES (56727,'Grygla','MN','48.321620','-95.475150',-6,1); -INSERT INTO zipcodes VALUES (56728,'Hallock','MN','48.787016','-96.954340',-6,1); -INSERT INTO zipcodes VALUES (56729,'Halma','MN','48.655487','-96.595920',-6,1); -INSERT INTO zipcodes VALUES (56731,'Humboldt','MN','48.909857','-97.095660',-6,1); -INSERT INTO zipcodes VALUES (56732,'Karlstad','MN','48.565296','-96.475780',-6,1); -INSERT INTO zipcodes VALUES (56733,'Kennedy','MN','48.634961','-96.921560',-6,1); -INSERT INTO zipcodes VALUES (56734,'Lake Bronson','MN','48.732852','-96.633920',-6,1); -INSERT INTO zipcodes VALUES (56735,'Lancaster','MN','48.892011','-96.680270',-6,1); -INSERT INTO zipcodes VALUES (56736,'Mentor','MN','47.702366','-96.153900',-6,1); -INSERT INTO zipcodes VALUES (56737,'Middle River','MN','48.436061','-96.069730',-6,1); -INSERT INTO zipcodes VALUES (56738,'Newfolden','MN','48.348745','-96.325340',-6,1); -INSERT INTO zipcodes VALUES (56740,'Noyes','MN','48.771938','-96.812921',-6,1); -INSERT INTO zipcodes VALUES (56741,'Oak Island','MN','49.242285','-94.840030',-6,1); -INSERT INTO zipcodes VALUES (56742,'Oklee','MN','47.899103','-95.848460',-6,1); -INSERT INTO zipcodes VALUES (56744,'Oslo','MN','48.233942','-97.118820',-6,1); -INSERT INTO zipcodes VALUES (56748,'Plummer','MN','47.915369','-96.027390',-6,1); -INSERT INTO zipcodes VALUES (56750,'Red Lake Falls','MN','47.886448','-96.290330',-6,1); -INSERT INTO zipcodes VALUES (56751,'Roseau','MN','48.817919','-95.751670',-6,1); -INSERT INTO zipcodes VALUES (56754,'Saint Hilaire','MN','48.011365','-96.204910',-6,1); -INSERT INTO zipcodes VALUES (56755,'Saint Vincent','MN','48.954448','-97.139490',-6,1); -INSERT INTO zipcodes VALUES (56756,'Salol','MN','48.869494','-95.514360',-6,1); -INSERT INTO zipcodes VALUES (56757,'Stephen','MN','48.478075','-96.834650',-6,1); -INSERT INTO zipcodes VALUES (56758,'Strandquist','MN','48.472648','-96.501800',-6,1); -INSERT INTO zipcodes VALUES (56759,'Strathcona','MN','48.565391','-96.070140',-6,1); -INSERT INTO zipcodes VALUES (56760,'Viking','MN','48.232438','-96.449190',-6,1); -INSERT INTO zipcodes VALUES (56761,'Wannaska','MN','48.609478','-95.660200',-6,1); -INSERT INTO zipcodes VALUES (56762,'Warren','MN','48.195512','-96.742070',-6,1); -INSERT INTO zipcodes VALUES (56763,'Warroad','MN','48.890886','-95.338310',-6,1); -INSERT INTO zipcodes VALUES (57001,'Alcester','SD','42.974216','-96.638480',-6,1); -INSERT INTO zipcodes VALUES (57002,'Aurora','SD','44.287058','-96.677840',-6,1); -INSERT INTO zipcodes VALUES (57003,'Baltic','SD','43.726266','-96.747020',-6,1); -INSERT INTO zipcodes VALUES (57004,'Beresford','SD','43.069991','-96.790910',-6,1); -INSERT INTO zipcodes VALUES (57005,'Brandon','SD','43.590014','-96.583620',-6,1); -INSERT INTO zipcodes VALUES (57006,'Brookings','SD','44.305418','-96.790600',-6,1); -INSERT INTO zipcodes VALUES (57007,'Brookings','SD','44.369696','-96.790705',-6,1); -INSERT INTO zipcodes VALUES (57010,'Burbank','SD','42.819124','-96.816300',-6,1); -INSERT INTO zipcodes VALUES (57012,'Canistota','SD','43.608442','-97.257570',-6,1); -INSERT INTO zipcodes VALUES (57013,'Canton','SD','43.294672','-96.604420',-6,1); -INSERT INTO zipcodes VALUES (57014,'Centerville','SD','43.111838','-96.956300',-6,1); -INSERT INTO zipcodes VALUES (57015,'Chancellor','SD','43.410132','-96.975870',-6,1); -INSERT INTO zipcodes VALUES (57016,'Chester','SD','43.899160','-96.959260',-6,1); -INSERT INTO zipcodes VALUES (57017,'Colman','SD','44.001123','-96.811660',-6,1); -INSERT INTO zipcodes VALUES (57018,'Colton','SD','43.797629','-96.961070',-6,1); -INSERT INTO zipcodes VALUES (57020,'Crooks','SD','43.672525','-96.817570',-6,1); -INSERT INTO zipcodes VALUES (57021,'Davis','SD','43.268424','-96.993690',-6,1); -INSERT INTO zipcodes VALUES (57022,'Dell Rapids','SD','43.833265','-96.706840',-6,1); -INSERT INTO zipcodes VALUES (57024,'Egan','SD','43.997522','-96.657170',-6,1); -INSERT INTO zipcodes VALUES (57025,'Elk Point','SD','42.728534','-96.697850',-6,1); -INSERT INTO zipcodes VALUES (57026,'Elkton','SD','44.252315','-96.516600',-6,1); -INSERT INTO zipcodes VALUES (57027,'Fairview','SD','43.192357','-96.519820',-6,1); -INSERT INTO zipcodes VALUES (57028,'Flandreau','SD','44.047857','-96.588960',-6,1); -INSERT INTO zipcodes VALUES (57029,'Freeman','SD','43.335663','-97.470220',-6,1); -INSERT INTO zipcodes VALUES (57030,'Garretson','SD','43.735778','-96.543320',-6,1); -INSERT INTO zipcodes VALUES (57031,'Gayville','SD','42.886177','-97.188840',-6,1); -INSERT INTO zipcodes VALUES (57032,'Harrisburg','SD','43.424257','-96.678170',-6,1); -INSERT INTO zipcodes VALUES (57033,'Hartford','SD','43.614888','-96.954630',-6,1); -INSERT INTO zipcodes VALUES (57034,'Hudson','SD','43.134318','-96.519590',-6,1); -INSERT INTO zipcodes VALUES (57035,'Humboldt','SD','43.643112','-97.071950',-6,1); -INSERT INTO zipcodes VALUES (57036,'Hurley','SD','43.281047','-97.151490',-6,1); -INSERT INTO zipcodes VALUES (57037,'Irene','SD','43.104527','-97.249050',-6,1); -INSERT INTO zipcodes VALUES (57038,'Jefferson','SD','42.585305','-96.576570',-6,1); -INSERT INTO zipcodes VALUES (57039,'Lennox','SD','43.350093','-96.874870',-6,1); -INSERT INTO zipcodes VALUES (57040,'Lesterville','SD','43.060656','-97.587080',-6,1); -INSERT INTO zipcodes VALUES (57041,'Lyons','SD','43.723468','-96.866950',-6,1); -INSERT INTO zipcodes VALUES (57042,'Madison','SD','43.995586','-97.134000',-6,1); -INSERT INTO zipcodes VALUES (57043,'Marion','SD','43.422580','-97.290260',-6,1); -INSERT INTO zipcodes VALUES (57044,'Meckling','SD','42.846853','-97.084380',-6,1); -INSERT INTO zipcodes VALUES (57045,'Menno','SD','43.214133','-97.539460',-6,1); -INSERT INTO zipcodes VALUES (57046,'Mission Hill','SD','42.945468','-97.288400',-6,1); -INSERT INTO zipcodes VALUES (57047,'Monroe','SD','43.509340','-97.219190',-6,1); -INSERT INTO zipcodes VALUES (57048,'Montrose','SD','43.734095','-97.187060',-6,1); -INSERT INTO zipcodes VALUES (57049,'North Sioux City','SD','42.524771','-96.499550',-6,1); -INSERT INTO zipcodes VALUES (57050,'Nunda','SD','44.159515','-97.009570',-6,1); -INSERT INTO zipcodes VALUES (57051,'Oldham','SD','44.219545','-97.340570',-6,1); -INSERT INTO zipcodes VALUES (57052,'Olivet','SD','43.291830','-97.708200',-6,1); -INSERT INTO zipcodes VALUES (57053,'Parker','SD','43.414257','-97.131980',-6,1); -INSERT INTO zipcodes VALUES (57054,'Ramona','SD','44.129029','-97.239710',-6,1); -INSERT INTO zipcodes VALUES (57055,'Renner','SD','43.668009','-96.730320',-6,1); -INSERT INTO zipcodes VALUES (57056,'Rowena','SD','43.521559','-96.558738',-6,1); -INSERT INTO zipcodes VALUES (57057,'Rutland','SD','44.102243','-96.959510',-6,1); -INSERT INTO zipcodes VALUES (57058,'Salem','SD','43.731610','-97.385260',-6,1); -INSERT INTO zipcodes VALUES (57059,'Scotland','SD','43.133482','-97.745250',-6,1); -INSERT INTO zipcodes VALUES (57061,'Sinai','SD','44.245062','-97.041710',-6,1); -INSERT INTO zipcodes VALUES (57062,'Springfield','SD','42.861759','-97.934310',-6,1); -INSERT INTO zipcodes VALUES (57063,'Tabor','SD','42.944651','-97.685870',-6,1); -INSERT INTO zipcodes VALUES (57064,'Tea','SD','43.450592','-96.844980',-6,1); -INSERT INTO zipcodes VALUES (57065,'Trent','SD','43.917178','-96.655240',-6,1); -INSERT INTO zipcodes VALUES (57066,'Tyndall','SD','42.991775','-97.863530',-6,1); -INSERT INTO zipcodes VALUES (57067,'Utica','SD','43.012455','-97.487490',-6,1); -INSERT INTO zipcodes VALUES (57068,'Valley Springs','SD','43.582689','-96.486920',-6,1); -INSERT INTO zipcodes VALUES (57069,'Vermillion','SD','42.812664','-96.946510',-6,1); -INSERT INTO zipcodes VALUES (57070,'Viborg','SD','43.194321','-97.130770',-6,1); -INSERT INTO zipcodes VALUES (57071,'Volga','SD','44.278584','-96.939110',-6,1); -INSERT INTO zipcodes VALUES (57072,'Volin','SD','42.989201','-97.204800',-6,1); -INSERT INTO zipcodes VALUES (57073,'Wakonda','SD','43.005861','-97.054500',-6,1); -INSERT INTO zipcodes VALUES (57074,'Ward','SD','44.156514','-96.464010',-6,1); -INSERT INTO zipcodes VALUES (57075,'Wentworth','SD','43.993676','-96.968920',-6,1); -INSERT INTO zipcodes VALUES (57076,'Winfred','SD','43.994948','-97.366110',-6,1); -INSERT INTO zipcodes VALUES (57077,'Worthing','SD','43.327859','-96.761150',-6,1); -INSERT INTO zipcodes VALUES (57078,'Yankton','SD','42.888538','-97.409580',-6,1); -INSERT INTO zipcodes VALUES (57079,'Yankton','SD','42.867556','-97.390268',-6,1); -INSERT INTO zipcodes VALUES (57101,'Sioux Falls','SD','43.546358','-96.690630',-6,1); -INSERT INTO zipcodes VALUES (57103,'Sioux Falls','SD','43.537075','-96.695270',-6,1); -INSERT INTO zipcodes VALUES (57104,'Sioux Falls','SD','43.560826','-96.732400',-6,1); -INSERT INTO zipcodes VALUES (57105,'Sioux Falls','SD','43.525226','-96.732970',-6,1); -INSERT INTO zipcodes VALUES (57106,'Sioux Falls','SD','43.514392','-96.803750',-6,1); -INSERT INTO zipcodes VALUES (57107,'Sioux Falls','SD','43.577696','-96.801010',-6,1); -INSERT INTO zipcodes VALUES (57108,'Sioux Falls','SD','43.488472','-96.722580',-6,1); -INSERT INTO zipcodes VALUES (57109,'Sioux Falls','SD','43.674582','-96.791340',-6,1); -INSERT INTO zipcodes VALUES (57110,'Sioux Falls','SD','43.544375','-96.658010',-6,1); -INSERT INTO zipcodes VALUES (57115,'Buffalo Ridge','SD','43.521895','-96.868464',-6,1); -INSERT INTO zipcodes VALUES (57117,'Sioux Falls','SD','43.674582','-96.791340',-6,1); -INSERT INTO zipcodes VALUES (57118,'Sioux Falls','SD','43.674582','-96.791340',-6,1); -INSERT INTO zipcodes VALUES (57188,'Sioux Falls','SD','43.674582','-96.791340',-6,1); -INSERT INTO zipcodes VALUES (57189,'Sioux Falls','SD','43.674582','-96.791340',-6,1); -INSERT INTO zipcodes VALUES (57192,'Sioux Falls','SD','43.674582','-96.791340',-6,1); -INSERT INTO zipcodes VALUES (57193,'Sioux Falls','SD','43.674582','-96.791340',-6,1); -INSERT INTO zipcodes VALUES (57194,'Sioux Falls','SD','43.674582','-96.791340',-6,1); -INSERT INTO zipcodes VALUES (57195,'Sioux Falls','SD','43.674582','-96.791340',-6,1); -INSERT INTO zipcodes VALUES (57196,'Sioux Falls','SD','43.674582','-96.791340',-6,1); -INSERT INTO zipcodes VALUES (57197,'Sioux Falls','SD','43.674582','-96.791340',-6,1); -INSERT INTO zipcodes VALUES (57198,'Sioux Falls','SD','43.674582','-96.791340',-6,1); -INSERT INTO zipcodes VALUES (57201,'Watertown','SD','44.916657','-97.113460',-6,1); -INSERT INTO zipcodes VALUES (57202,'Waverly','SD','44.977634','-97.188372',-6,1); -INSERT INTO zipcodes VALUES (57211,'Cleveland','SD','44.543593','-97.358948',-6,1); -INSERT INTO zipcodes VALUES (57212,'Arlington','SD','44.377534','-97.138780',-6,1); -INSERT INTO zipcodes VALUES (57213,'Astoria','SD','44.551141','-96.515110',-6,1); -INSERT INTO zipcodes VALUES (57214,'Badger','SD','44.484691','-97.206680',-6,1); -INSERT INTO zipcodes VALUES (57216,'Big Stone City','SD','45.285323','-96.502400',-6,1); -INSERT INTO zipcodes VALUES (57217,'Bradley','SD','45.085704','-97.688000',-6,1); -INSERT INTO zipcodes VALUES (57218,'Brandt','SD','44.652381','-96.592200',-6,1); -INSERT INTO zipcodes VALUES (57219,'Bristol','SD','45.278469','-97.786450',-6,1); -INSERT INTO zipcodes VALUES (57220,'Bruce','SD','44.459833','-96.917590',-6,1); -INSERT INTO zipcodes VALUES (57221,'Bryant','SD','44.588318','-97.460920',-6,1); -INSERT INTO zipcodes VALUES (57223,'Castlewood','SD','44.723825','-97.014250',-6,1); -INSERT INTO zipcodes VALUES (57224,'Claire City','SD','45.859112','-97.150110',-6,1); -INSERT INTO zipcodes VALUES (57225,'Clark','SD','44.877579','-97.745740',-6,1); -INSERT INTO zipcodes VALUES (57226,'Clear Lake','SD','44.790157','-96.695480',-6,1); -INSERT INTO zipcodes VALUES (57227,'Corona','SD','45.377288','-96.647460',-6,1); -INSERT INTO zipcodes VALUES (57230,'De Smet','SD','44.347150','-97.471509',-6,1); -INSERT INTO zipcodes VALUES (57231,'De Smet','SD','44.374289','-97.574420',-6,1); -INSERT INTO zipcodes VALUES (57232,'Eden','SD','45.631637','-97.361640',-6,1); -INSERT INTO zipcodes VALUES (57233,'Erwin','SD','44.494263','-97.420380',-6,1); -INSERT INTO zipcodes VALUES (57234,'Estelline','SD','44.587419','-96.906480',-6,1); -INSERT INTO zipcodes VALUES (57235,'Florence','SD','45.053712','-97.310650',-6,1); -INSERT INTO zipcodes VALUES (57236,'Garden City','SD','44.971494','-97.589960',-6,1); -INSERT INTO zipcodes VALUES (57237,'Gary','SD','44.797788','-96.500700',-6,1); -INSERT INTO zipcodes VALUES (57238,'Goodwin','SD','44.865062','-96.859490',-6,1); -INSERT INTO zipcodes VALUES (57239,'Grenville','SD','45.489637','-97.319800',-6,1); -INSERT INTO zipcodes VALUES (57241,'Hayti','SD','44.695445','-97.215840',-6,1); -INSERT INTO zipcodes VALUES (57242,'Hazel','SD','44.775741','-97.352510',-6,1); -INSERT INTO zipcodes VALUES (57243,'Henry','SD','44.917623','-97.431490',-6,1); -INSERT INTO zipcodes VALUES (57244,'Hetland','SD','44.416191','-97.239740',-6,1); -INSERT INTO zipcodes VALUES (57245,'Kranzburg','SD','44.889964','-96.919320',-6,1); -INSERT INTO zipcodes VALUES (57246,'Labolt','SD','45.048009','-96.662870',-6,1); -INSERT INTO zipcodes VALUES (57247,'Lake City','SD','45.725677','-97.426490',-6,1); -INSERT INTO zipcodes VALUES (57248,'Lake Norden','SD','44.578302','-97.183540',-6,1); -INSERT INTO zipcodes VALUES (57249,'Lake Preston','SD','44.355088','-97.350810',-6,1); -INSERT INTO zipcodes VALUES (57251,'Marvin','SD','45.268329','-96.927400',-6,1); -INSERT INTO zipcodes VALUES (57252,'Milbank','SD','45.215805','-96.609200',-6,1); -INSERT INTO zipcodes VALUES (57253,'Milbank','SD','45.151477','-96.839235',-6,1); -INSERT INTO zipcodes VALUES (57255,'New Effington','SD','45.859799','-96.919880',-6,1); -INSERT INTO zipcodes VALUES (57256,'Ortley','SD','45.217342','-97.195670',-6,1); -INSERT INTO zipcodes VALUES (57257,'Peever','SD','45.478644','-97.020570',-6,1); -INSERT INTO zipcodes VALUES (57258,'Raymond','SD','44.889927','-97.923750',-6,1); -INSERT INTO zipcodes VALUES (57259,'Revillo','SD','45.013469','-96.553660',-6,1); -INSERT INTO zipcodes VALUES (57260,'Rosholt','SD','45.871636','-96.718500',-6,1); -INSERT INTO zipcodes VALUES (57261,'Roslyn','SD','45.536715','-97.544350',-6,1); -INSERT INTO zipcodes VALUES (57262,'Sisseton','SD','45.667565','-97.045280',-6,1); -INSERT INTO zipcodes VALUES (57263,'South Shore','SD','45.128333','-97.033650',-6,1); -INSERT INTO zipcodes VALUES (57264,'Stockholm','SD','45.104925','-96.794670',-6,1); -INSERT INTO zipcodes VALUES (57265,'Strandburg','SD','45.014788','-96.788890',-6,1); -INSERT INTO zipcodes VALUES (57266,'Summit','SD','45.278474','-97.105440',-6,1); -INSERT INTO zipcodes VALUES (57268,'Toronto','SD','44.573144','-96.684090',-6,1); -INSERT INTO zipcodes VALUES (57269,'Twin Brooks','SD','45.227773','-96.793420',-6,1); -INSERT INTO zipcodes VALUES (57270,'Veblen','SD','45.839070','-97.373210',-6,1); -INSERT INTO zipcodes VALUES (57271,'Vienna','SD','44.736853','-97.501230',-6,1); -INSERT INTO zipcodes VALUES (57272,'Wallace','SD','45.084154','-97.478910',-6,1); -INSERT INTO zipcodes VALUES (57273,'Waubay','SD','45.369654','-97.292400',-6,1); -INSERT INTO zipcodes VALUES (57274,'Webster','SD','45.316779','-97.540520',-6,1); -INSERT INTO zipcodes VALUES (57276,'White','SD','44.428052','-96.631730',-6,1); -INSERT INTO zipcodes VALUES (57278,'Willow Lake','SD','44.623706','-97.684890',-6,1); -INSERT INTO zipcodes VALUES (57279,'Wilmot','SD','45.391241','-96.823320',-6,1); -INSERT INTO zipcodes VALUES (57301,'Mitchell','SD','43.711862','-98.031850',-6,1); -INSERT INTO zipcodes VALUES (57309,'Perry','SD','43.383541','-96.806422',-6,1); -INSERT INTO zipcodes VALUES (57311,'Alexandria','SD','43.645927','-97.766310',-6,1); -INSERT INTO zipcodes VALUES (57312,'Alpena','SD','44.195319','-98.373400',-6,1); -INSERT INTO zipcodes VALUES (57313,'Armour','SD','43.302262','-98.354890',-6,1); -INSERT INTO zipcodes VALUES (57314,'Artesian','SD','44.046328','-98.000760',-6,1); -INSERT INTO zipcodes VALUES (57315,'Avon','SD','43.006529','-98.045870',-6,1); -INSERT INTO zipcodes VALUES (57317,'Bonesteel','SD','43.104344','-98.972270',-6,1); -INSERT INTO zipcodes VALUES (57319,'Bridgewater','SD','43.548586','-97.454670',-6,1); -INSERT INTO zipcodes VALUES (57321,'Canova','SD','43.870450','-97.540460',-6,1); -INSERT INTO zipcodes VALUES (57322,'Carpenter','SD','44.638862','-97.971460',-6,1); -INSERT INTO zipcodes VALUES (57323,'Carthage','SD','44.157714','-97.715200',-6,1); -INSERT INTO zipcodes VALUES (57324,'Cavour','SD','44.305089','-98.045650',-6,1); -INSERT INTO zipcodes VALUES (57325,'Chamberlain','SD','43.781193','-99.298640',-6,1); -INSERT INTO zipcodes VALUES (57326,'Chamberlain','SD','43.717250','-99.131736',-6,1); -INSERT INTO zipcodes VALUES (57328,'Corsica','SD','43.438138','-98.440310',-6,1); -INSERT INTO zipcodes VALUES (57329,'Dante','SD','43.002628','-98.162110',-6,1); -INSERT INTO zipcodes VALUES (57330,'Delmont','SD','43.261271','-98.161630',-6,1); -INSERT INTO zipcodes VALUES (57331,'Dimock','SD','43.481227','-98.047720',-6,1); -INSERT INTO zipcodes VALUES (57332,'Emery','SD','43.565083','-97.637140',-6,1); -INSERT INTO zipcodes VALUES (57334,'Ethan','SD','43.549862','-97.997130',-6,1); -INSERT INTO zipcodes VALUES (57335,'Fairfax','SD','43.037683','-98.749980',-6,1); -INSERT INTO zipcodes VALUES (57337,'Fedora','SD','44.008344','-97.791780',-6,1); -INSERT INTO zipcodes VALUES (57339,'Fort Thompson','SD','44.074578','-99.432870',-6,1); -INSERT INTO zipcodes VALUES (57340,'Fulton','SD','43.772732','-97.841600',-6,1); -INSERT INTO zipcodes VALUES (57341,'Gann Valley','SD','44.070421','-99.013320',-6,1); -INSERT INTO zipcodes VALUES (57342,'Geddes','SD','43.257067','-98.699070',-6,1); -INSERT INTO zipcodes VALUES (57344,'Harrison','SD','43.449261','-98.619190',-6,1); -INSERT INTO zipcodes VALUES (57345,'Highmore','SD','44.601978','-99.445190',-6,1); -INSERT INTO zipcodes VALUES (57346,'Stephan','SD','44.246147','-99.454660',-6,1); -INSERT INTO zipcodes VALUES (57347,'Benton','SD','43.733190','-97.607194',-6,1); -INSERT INTO zipcodes VALUES (57348,'Hitchcock','SD','44.625453','-98.372190',-6,1); -INSERT INTO zipcodes VALUES (57349,'Howard','SD','44.025045','-97.560560',-6,1); -INSERT INTO zipcodes VALUES (57350,'Huron','SD','44.377801','-98.209360',-6,1); -INSERT INTO zipcodes VALUES (57353,'Iroquois','SD','44.391844','-97.829820',-6,1); -INSERT INTO zipcodes VALUES (57354,'Kaylor','SD','43.334069','-97.756924',-6,1); -INSERT INTO zipcodes VALUES (57355,'Kimball','SD','43.754325','-98.968820',-6,1); -INSERT INTO zipcodes VALUES (57356,'Lake Andes','SD','43.144738','-98.514080',-6,1); -INSERT INTO zipcodes VALUES (57357,'Ravinia','SD','43.136365','-98.427173',-6,1); -INSERT INTO zipcodes VALUES (57358,'Lane','SD','44.070966','-98.425940',-6,1); -INSERT INTO zipcodes VALUES (57359,'Letcher','SD','43.896226','-98.149310',-6,1); -INSERT INTO zipcodes VALUES (57361,'Marty','SD','43.007052','-98.417200',-6,1); -INSERT INTO zipcodes VALUES (57362,'Miller','SD','44.523028','-99.033970',-6,1); -INSERT INTO zipcodes VALUES (57363,'Mount Vernon','SD','43.691560','-98.255500',-6,1); -INSERT INTO zipcodes VALUES (57364,'New Holland','SD','43.429115','-98.610120',-6,1); -INSERT INTO zipcodes VALUES (57365,'Oacoma','SD','43.808858','-99.387820',-6,1); -INSERT INTO zipcodes VALUES (57366,'Parkston','SD','43.391523','-97.947130',-6,1); -INSERT INTO zipcodes VALUES (57367,'Pickstown','SD','43.062919','-98.532320',-6,1); -INSERT INTO zipcodes VALUES (57368,'Plankinton','SD','43.733471','-98.472150',-6,1); -INSERT INTO zipcodes VALUES (57369,'Platte','SD','43.435193','-98.893870',-6,1); -INSERT INTO zipcodes VALUES (57370,'Pukwana','SD','43.854809','-99.157120',-6,1); -INSERT INTO zipcodes VALUES (57371,'Ree Heights','SD','44.430739','-99.220410',-6,1); -INSERT INTO zipcodes VALUES (57373,'Saint Lawrence','SD','44.514512','-98.894100',-6,1); -INSERT INTO zipcodes VALUES (57374,'Spencer','SD','43.738472','-97.600390',-6,1); -INSERT INTO zipcodes VALUES (57375,'Stickney','SD','43.556293','-98.469860',-6,1); -INSERT INTO zipcodes VALUES (57376,'Tripp','SD','43.220164','-97.946160',-6,1); -INSERT INTO zipcodes VALUES (57379,'Virgil','SD','44.276539','-98.528720',-6,1); -INSERT INTO zipcodes VALUES (57380,'Wagner','SD','43.045048','-98.298380',-6,1); -INSERT INTO zipcodes VALUES (57381,'Wessington','SD','44.428879','-98.711470',-6,1); -INSERT INTO zipcodes VALUES (57382,'Wessington Springs','SD','44.051324','-98.635560',-6,1); -INSERT INTO zipcodes VALUES (57383,'White Lake','SD','43.694120','-98.704070',-6,1); -INSERT INTO zipcodes VALUES (57384,'Wolsey','SD','44.414842','-98.472790',-6,1); -INSERT INTO zipcodes VALUES (57385,'Woonsocket','SD','44.054480','-98.287660',-6,1); -INSERT INTO zipcodes VALUES (57386,'Yale','SD','44.492158','-97.982220',-6,1); -INSERT INTO zipcodes VALUES (57399,'Huron','SD','44.414319','-98.279548',-6,1); -INSERT INTO zipcodes VALUES (57401,'Aberdeen','SD','45.469320','-98.496460',-6,1); -INSERT INTO zipcodes VALUES (57402,'Aberdeen','SD','45.589567','-98.352014',-6,1); -INSERT INTO zipcodes VALUES (57411,'Bryant','SD','45.470676','-99.257022',-6,1); -INSERT INTO zipcodes VALUES (57420,'Akaska','SD','45.327593','-100.124240',-6,1); -INSERT INTO zipcodes VALUES (57421,'Amherst','SD','45.755146','-97.927230',-6,1); -INSERT INTO zipcodes VALUES (57422,'Andover','SD','45.418297','-97.929590',-6,1); -INSERT INTO zipcodes VALUES (57424,'Ashton','SD','45.008745','-98.523750',-6,1); -INSERT INTO zipcodes VALUES (57426,'Barnard','SD','45.727807','-98.507950',-6,1); -INSERT INTO zipcodes VALUES (57427,'Bath','SD','45.499572','-98.301020',-6,1); -INSERT INTO zipcodes VALUES (57428,'Bowdle','SD','45.459575','-99.678240',-6,1); -INSERT INTO zipcodes VALUES (57429,'Brentford','SD','45.163452','-98.319296',-6,1); -INSERT INTO zipcodes VALUES (57430,'Britton','SD','45.827391','-97.739780',-6,1); -INSERT INTO zipcodes VALUES (57432,'Claremont','SD','45.674523','-98.018460',-6,1); -INSERT INTO zipcodes VALUES (57433,'Columbia','SD','45.625285','-98.310050',-6,1); -INSERT INTO zipcodes VALUES (57434,'Conde','SD','45.175381','-98.089860',-6,1); -INSERT INTO zipcodes VALUES (57435,'Cresbard','SD','45.160833','-98.924170',-6,1); -INSERT INTO zipcodes VALUES (57436,'Doland','SD','44.863792','-98.088760',-6,1); -INSERT INTO zipcodes VALUES (57437,'Eureka','SD','45.796151','-99.624970',-6,1); -INSERT INTO zipcodes VALUES (57438,'Faulkton','SD','45.066230','-99.134500',-6,1); -INSERT INTO zipcodes VALUES (57439,'Ferney','SD','45.329040','-98.083721',-6,1); -INSERT INTO zipcodes VALUES (57440,'Frankfort','SD','44.857069','-98.271910',-6,1); -INSERT INTO zipcodes VALUES (57441,'Frederick','SD','45.834246','-98.515390',-6,1); -INSERT INTO zipcodes VALUES (57442,'Gettysburg','SD','45.007901','-100.052090',-6,1); -INSERT INTO zipcodes VALUES (57443,'Cambria','SD','45.697865','-98.317734',-6,1); -INSERT INTO zipcodes VALUES (57445,'Groton','SD','45.458312','-98.134160',-6,1); -INSERT INTO zipcodes VALUES (57446,'Hecla','SD','45.864171','-98.188140',-6,1); -INSERT INTO zipcodes VALUES (57448,'Hosmer','SD','45.593008','-99.449370',-6,1); -INSERT INTO zipcodes VALUES (57449,'Houghton','SD','45.726524','-98.217650',-6,1); -INSERT INTO zipcodes VALUES (57450,'Hoven','SD','45.253428','-99.842880',-6,1); -INSERT INTO zipcodes VALUES (57451,'Ipswich','SD','45.436940','-99.022180',-6,1); -INSERT INTO zipcodes VALUES (57452,'Java','SD','45.549059','-99.884590',-6,1); -INSERT INTO zipcodes VALUES (57454,'Langford','SD','45.612148','-97.762740',-6,1); -INSERT INTO zipcodes VALUES (57455,'Lebanon','SD','45.041882','-99.768510',-6,1); -INSERT INTO zipcodes VALUES (57456,'Leola','SD','45.743673','-98.943610',-6,1); -INSERT INTO zipcodes VALUES (57457,'Longlake','SD','45.893818','-99.154070',-6,1); -INSERT INTO zipcodes VALUES (57460,'Mansfield','SD','45.264930','-98.650190',-6,1); -INSERT INTO zipcodes VALUES (57461,'Mellette','SD','45.152388','-98.424970',-6,1); -INSERT INTO zipcodes VALUES (57462,'Mina','SD','45.425378','-98.773720',-6,1); -INSERT INTO zipcodes VALUES (57465,'Northville','SD','45.151166','-98.656710',-6,1); -INSERT INTO zipcodes VALUES (57466,'Onaka','SD','45.213867','-99.481350',-6,1); -INSERT INTO zipcodes VALUES (57467,'Orient','SD','44.847960','-99.118280',-6,1); -INSERT INTO zipcodes VALUES (57468,'Pierpont','SD','45.493324','-97.785710',-6,1); -INSERT INTO zipcodes VALUES (57469,'Redfield','SD','44.864263','-98.540900',-6,1); -INSERT INTO zipcodes VALUES (57470,'Rockham','SD','44.899458','-98.869670',-6,1); -INSERT INTO zipcodes VALUES (57471,'Roscoe','SD','45.424430','-99.305300',-6,1); -INSERT INTO zipcodes VALUES (57472,'Selby','SD','45.486222','-100.048430',-6,1); -INSERT INTO zipcodes VALUES (57473,'Seneca','SD','45.020366','-99.501780',-6,1); -INSERT INTO zipcodes VALUES (57474,'Stratford','SD','45.287179','-98.278990',-6,1); -INSERT INTO zipcodes VALUES (57475,'Tolstoy','SD','45.223419','-99.625370',-6,1); -INSERT INTO zipcodes VALUES (57476,'Tulare','SD','44.713517','-98.615690',-6,1); -INSERT INTO zipcodes VALUES (57477,'Turton','SD','45.032244','-98.143550',-6,1); -INSERT INTO zipcodes VALUES (57479,'Warner','SD','45.321875','-98.464290',-6,1); -INSERT INTO zipcodes VALUES (57481,'Westport','SD','45.663385','-98.622740',-6,1); -INSERT INTO zipcodes VALUES (57501,'Pierre','SD','44.425356','-100.291450',-6,1); -INSERT INTO zipcodes VALUES (57520,'Agar','SD','44.830961','-100.111670',-6,1); -INSERT INTO zipcodes VALUES (57521,'Belvidere','SD','43.839641','-101.269960',-7,1); -INSERT INTO zipcodes VALUES (57522,'Blunt','SD','44.500958','-99.991880',-6,1); -INSERT INTO zipcodes VALUES (57523,'Burke','SD','43.190783','-99.281910',-6,1); -INSERT INTO zipcodes VALUES (57526,'Carter','SD','43.483177','-100.193020',-6,1); -INSERT INTO zipcodes VALUES (57528,'Colome','SD','43.205207','-99.761230',-6,1); -INSERT INTO zipcodes VALUES (57529,'Dallas','SD','43.263007','-99.561500',-6,1); -INSERT INTO zipcodes VALUES (57531,'Draper','SD','43.990243','-100.527160',-6,1); -INSERT INTO zipcodes VALUES (57532,'Fort Pierre','SD','44.326157','-100.433820',-7,1); -INSERT INTO zipcodes VALUES (57533,'Gregory','SD','43.229236','-99.420960',-6,1); -INSERT INTO zipcodes VALUES (57534,'Hamill','SD','43.630273','-99.752800',-6,1); -INSERT INTO zipcodes VALUES (57536,'Harrold','SD','44.461748','-99.775350',-6,1); -INSERT INTO zipcodes VALUES (57537,'Hayes','SD','44.545795','-101.129470',-7,1); -INSERT INTO zipcodes VALUES (57538,'Herrick','SD','43.070066','-99.166280',-6,1); -INSERT INTO zipcodes VALUES (57540,'Holabird','SD','44.466602','-99.617240',-6,1); -INSERT INTO zipcodes VALUES (57541,'Ideal','SD','43.615797','-99.931860',-6,1); -INSERT INTO zipcodes VALUES (57542,'Iona','SD','43.573247','-99.481750',-6,1); -INSERT INTO zipcodes VALUES (57543,'Kadoka','SD','43.829457','-101.529630',-7,1); -INSERT INTO zipcodes VALUES (57544,'Kennebec','SD','43.908053','-99.815290',-6,1); -INSERT INTO zipcodes VALUES (57547,'Long Valley','SD','43.501449','-101.516850',-7,1); -INSERT INTO zipcodes VALUES (57548,'Lower Brule','SD','44.057302','-99.548710',-6,1); -INSERT INTO zipcodes VALUES (57551,'Martin','SD','43.223447','-101.657370',-7,1); -INSERT INTO zipcodes VALUES (57552,'Midland','SD','44.159861','-101.190020',-7,1); -INSERT INTO zipcodes VALUES (57553,'Milesville','SD','44.478744','-101.635690',-7,1); -INSERT INTO zipcodes VALUES (57555,'Mission','SD','43.233874','-100.646930',-6,1); -INSERT INTO zipcodes VALUES (57557,'Mission Ridge','SD','44.475844','-100.529517',-6,1); -INSERT INTO zipcodes VALUES (57559,'Murdo','SD','43.889878','-100.742570',-6,1); -INSERT INTO zipcodes VALUES (57560,'Norris','SD','43.493132','-101.164740',-6,1); -INSERT INTO zipcodes VALUES (57562,'Okaton','SD','43.908211','-101.003510',-6,1); -INSERT INTO zipcodes VALUES (57563,'Okreek','SD','43.360304','-100.388680',-6,1); -INSERT INTO zipcodes VALUES (57564,'Onida','SD','44.685770','-100.040140',-6,1); -INSERT INTO zipcodes VALUES (57565,'Timber Lake','SD','45.426656','-101.077412',-7,1); -INSERT INTO zipcodes VALUES (57566,'Parmelee','SD','43.321116','-101.057680',-6,1); -INSERT INTO zipcodes VALUES (57567,'Philip','SD','44.036966','-101.712510',-7,1); -INSERT INTO zipcodes VALUES (57568,'Presho','SD','43.893368','-100.056900',-6,1); -INSERT INTO zipcodes VALUES (57569,'Reliance','SD','43.839997','-99.574590',-6,1); -INSERT INTO zipcodes VALUES (57570,'Rosebud','SD','43.232817','-100.907910',-6,1); -INSERT INTO zipcodes VALUES (57571,'Saint Charles','SD','43.085296','-99.097650',-6,1); -INSERT INTO zipcodes VALUES (57572,'Saint Francis','SD','43.111157','-100.949040',-6,1); -INSERT INTO zipcodes VALUES (57574,'Tuthill','SD','43.126441','-101.374700',-7,1); -INSERT INTO zipcodes VALUES (57576,'Vivian','SD','43.934133','-100.291600',-6,1); -INSERT INTO zipcodes VALUES (57577,'Wanblee','SD','43.552017','-101.673090',-7,1); -INSERT INTO zipcodes VALUES (57578,'Wewela','SD','43.026834','-99.818440',-6,1); -INSERT INTO zipcodes VALUES (57579,'White River','SD','43.579476','-100.779820',-6,1); -INSERT INTO zipcodes VALUES (57580,'Winner','SD','43.289115','-99.971430',-6,1); -INSERT INTO zipcodes VALUES (57584,'Witten','SD','43.528885','-100.090390',-6,1); -INSERT INTO zipcodes VALUES (57585,'Wood','SD','43.557963','-100.384830',-6,1); -INSERT INTO zipcodes VALUES (57601,'Mobridge','SD','45.472087','-100.458190',-7,1); -INSERT INTO zipcodes VALUES (57620,'Bison','SD','45.454454','-102.503900',-7,1); -INSERT INTO zipcodes VALUES (57621,'Bullhead','SD','45.764511','-101.070930',-7,1); -INSERT INTO zipcodes VALUES (57622,'Cherry Creek','SD','44.617992','-101.534580',-7,1); -INSERT INTO zipcodes VALUES (57623,'Dupree','SD','45.103367','-101.639740',-7,1); -INSERT INTO zipcodes VALUES (57625,'Eagle Butte','SD','44.926725','-101.185380',-7,1); -INSERT INTO zipcodes VALUES (57626,'Faith','SD','44.947869','-102.026610',-7,1); -INSERT INTO zipcodes VALUES (57628,'Firesteel','SD','45.559640','-101.203220',-7,1); -INSERT INTO zipcodes VALUES (57629,'Glad Valley','SD','44.992051','-101.568656',-7,1); -INSERT INTO zipcodes VALUES (57630,'Glencross','SD','45.098685','-100.879214',-7,1); -INSERT INTO zipcodes VALUES (57631,'Glenham','SD','45.592102','-100.283910',-6,1); -INSERT INTO zipcodes VALUES (57632,'Herreid','SD','45.834848','-100.100100',-6,1); -INSERT INTO zipcodes VALUES (57633,'Isabel','SD','45.448377','-101.449830',-7,1); -INSERT INTO zipcodes VALUES (57634,'Keldron','SD','45.814856','-101.858210',-7,1); -INSERT INTO zipcodes VALUES (57636,'Lantry','SD','45.037940','-101.422070',-7,1); -INSERT INTO zipcodes VALUES (57638,'Lemmon','ND','46.034096','-102.114760',-7,1); -INSERT INTO zipcodes VALUES (57639,'Little Eagle','SD','45.708402','-101.154581',-7,1); -INSERT INTO zipcodes VALUES (57640,'Lodgepole','SD','45.768967','-102.704460',-7,1); -INSERT INTO zipcodes VALUES (57641,'McIntosh','SD','45.869314','-101.318000',-7,1); -INSERT INTO zipcodes VALUES (57642,'McLaughlin','SD','45.796863','-100.772820',-7,1); -INSERT INTO zipcodes VALUES (57643,'Mahto','SD','45.708402','-101.154581',-7,1); -INSERT INTO zipcodes VALUES (57644,'Meadow','SD','45.402823','-102.130210',-7,1); -INSERT INTO zipcodes VALUES (57645,'Morristown','SD','45.884074','-101.711100',-7,1); -INSERT INTO zipcodes VALUES (57646,'Mound City','SD','45.700753','-100.094340',-6,1); -INSERT INTO zipcodes VALUES (57647,'Parade','SD','45.098685','-100.879214',-7,1); -INSERT INTO zipcodes VALUES (57648,'Pollock','SD','45.896895','-100.289950',-6,1); -INSERT INTO zipcodes VALUES (57649,'Prairie City','SD','45.511837','-102.858150',-7,1); -INSERT INTO zipcodes VALUES (57650,'Ralph','SD','45.849098','-103.014890',-7,1); -INSERT INTO zipcodes VALUES (57651,'Reva','SD','45.414346','-103.145010',-7,1); -INSERT INTO zipcodes VALUES (57652,'Ridgeview','SD','45.125932','-100.562020',-7,1); -INSERT INTO zipcodes VALUES (57653,'Shadehill','SD','45.690446','-102.253840',-7,1); -INSERT INTO zipcodes VALUES (57656,'Timber Lake','SD','45.354993','-101.056200',-7,1); -INSERT INTO zipcodes VALUES (57657,'Trail City','SD','45.519780','-100.881760',-7,1); -INSERT INTO zipcodes VALUES (57658,'Wakpala','SD','45.688380','-100.519080',-7,1); -INSERT INTO zipcodes VALUES (57659,'Walker','SD','45.708402','-101.154581',-7,1); -INSERT INTO zipcodes VALUES (57660,'Watauga','SD','45.831561','-101.484620',-7,1); -INSERT INTO zipcodes VALUES (57661,'Whitehorse','SD','45.198748','-100.853420',-7,1); -INSERT INTO zipcodes VALUES (57671,'McIntosh','SD','45.924062','-101.354116',-7,1); -INSERT INTO zipcodes VALUES (57673,'York','SD','44.556082','-98.928401',-6,1); -INSERT INTO zipcodes VALUES (57683,'Orange','ND','45.984316','-102.101218',-7,1); -INSERT INTO zipcodes VALUES (57700,'Rapid City','SD','44.090788','-103.284511',-7,1); -INSERT INTO zipcodes VALUES (57701,'Rapid City','SD','44.085288','-103.213350',-7,1); -INSERT INTO zipcodes VALUES (57702,'Rapid City','SD','44.052788','-103.343020',-7,1); -INSERT INTO zipcodes VALUES (57703,'Rapid City','SD','44.051640','-103.130610',-7,1); -INSERT INTO zipcodes VALUES (57706,'Ellsworth AFB','SD','44.144225','-103.085270',-7,1); -INSERT INTO zipcodes VALUES (57708,'Bethlehem','SD','44.271094','-103.420131',-7,1); -INSERT INTO zipcodes VALUES (57709,'Rapid City','SD','44.076106','-103.317149',-7,1); -INSERT INTO zipcodes VALUES (57714,'Allen','SD','43.314920','-101.929180',-7,1); -INSERT INTO zipcodes VALUES (57716,'Batesland','SD','43.134526','-102.167560',-7,1); -INSERT INTO zipcodes VALUES (57717,'Belle Fourche','SD','44.768396','-103.830950',-7,1); -INSERT INTO zipcodes VALUES (57718,'Black Hawk','SD','44.173449','-103.333290',-7,1); -INSERT INTO zipcodes VALUES (57719,'Box Elder','SD','44.122693','-103.063150',-7,1); -INSERT INTO zipcodes VALUES (57720,'Buffalo','SD','45.547869','-103.580540',-7,1); -INSERT INTO zipcodes VALUES (57722,'Buffalo Gap','SD','43.473186','-102.986070',-7,1); -INSERT INTO zipcodes VALUES (57724,'Camp Crook','SD','45.616269','-103.925930',-7,1); -INSERT INTO zipcodes VALUES (57725,'Caputa','SD','43.940637','-102.812200',-7,1); -INSERT INTO zipcodes VALUES (57729,'Creighton','SD','44.308909','-102.097130',-7,1); -INSERT INTO zipcodes VALUES (57730,'Custer','SD','43.789695','-103.636310',-7,1); -INSERT INTO zipcodes VALUES (57732,'Deadwood','SD','44.338702','-103.709160',-7,1); -INSERT INTO zipcodes VALUES (57735,'Edgemont','SD','43.424499','-103.902730',-7,1); -INSERT INTO zipcodes VALUES (57736,'Elm Springs','SD','44.338785','-102.415290',-7,1); -INSERT INTO zipcodes VALUES (57737,'Enning','SD','44.560996','-102.576770',-7,1); -INSERT INTO zipcodes VALUES (57738,'Fairburn','SD','43.682883','-103.243560',-7,1); -INSERT INTO zipcodes VALUES (57741,'Fort Meade','SD','44.409320','-103.455428',-7,1); -INSERT INTO zipcodes VALUES (57742,'Fruitdale','SD','44.653710','-103.680840',-7,1); -INSERT INTO zipcodes VALUES (57744,'Hermosa','SD','43.796169','-103.076980',-7,1); -INSERT INTO zipcodes VALUES (57745,'Hill City','SD','43.965949','-103.627970',-7,1); -INSERT INTO zipcodes VALUES (57747,'Hot Springs','SD','43.401616','-103.505100',-7,1); -INSERT INTO zipcodes VALUES (57748,'Howes','SD','44.592030','-101.987210',-7,1); -INSERT INTO zipcodes VALUES (57750,'Interior','SD','43.654636','-101.943550',-7,1); -INSERT INTO zipcodes VALUES (57751,'Keystone','SD','43.892254','-103.417210',-7,1); -INSERT INTO zipcodes VALUES (57752,'Kyle','SD','43.389365','-102.176710',-7,1); -INSERT INTO zipcodes VALUES (57754,'Lead','SD','44.312922','-103.831180',-7,1); -INSERT INTO zipcodes VALUES (57755,'Ludlow','SD','45.869257','-103.294120',-7,1); -INSERT INTO zipcodes VALUES (57756,'Manderson','SD','43.244490','-102.495020',-7,1); -INSERT INTO zipcodes VALUES (57758,'Mud Butte','SD','45.033915','-102.781680',-7,1); -INSERT INTO zipcodes VALUES (57759,'Nemo','SD','44.197255','-103.537330',-7,1); -INSERT INTO zipcodes VALUES (57760,'Newell','SD','44.854326','-103.321090',-7,1); -INSERT INTO zipcodes VALUES (57761,'New Underwood','SD','44.133058','-102.788870',-7,1); -INSERT INTO zipcodes VALUES (57762,'Nisland','SD','44.688572','-103.591860',-7,1); -INSERT INTO zipcodes VALUES (57763,'Oelrichs','SD','43.178182','-103.229270',-7,1); -INSERT INTO zipcodes VALUES (57764,'Oglala','SD','43.257154','-102.774140',-7,1); -INSERT INTO zipcodes VALUES (57765,'Opal','SD','44.939762','-102.417640',-7,1); -INSERT INTO zipcodes VALUES (57766,'Oral','SD','43.364717','-103.230350',-7,1); -INSERT INTO zipcodes VALUES (57767,'Owanka','SD','44.110334','-102.589760',-7,1); -INSERT INTO zipcodes VALUES (57769,'Piedmont','SD','44.236634','-103.339980',-7,1); -INSERT INTO zipcodes VALUES (57770,'Pine Ridge','SD','43.046493','-102.573230',-7,1); -INSERT INTO zipcodes VALUES (57772,'Porcupine','SD','43.331433','-102.380930',-7,1); -INSERT INTO zipcodes VALUES (57773,'Pringle','SD','43.609557','-103.595170',-7,1); -INSERT INTO zipcodes VALUES (57774,'Provo','SD','43.156481','-103.707350',-7,1); -INSERT INTO zipcodes VALUES (57775,'Quinn','SD','44.042842','-102.078730',-7,1); -INSERT INTO zipcodes VALUES (57776,'Redig','SD','45.578941','-103.493668',-7,1); -INSERT INTO zipcodes VALUES (57777,'Red Owl','SD','44.735001','-102.457640',-7,1); -INSERT INTO zipcodes VALUES (57778,'Rochford','SD','44.079794','-103.851300',-7,1); -INSERT INTO zipcodes VALUES (57779,'Saint Onge','SD','44.578116','-103.754650',-7,1); -INSERT INTO zipcodes VALUES (57780,'Scenic','SD','43.726261','-102.416280',-7,1); -INSERT INTO zipcodes VALUES (57782,'Smithwick','SD','43.239655','-103.527757',-7,1); -INSERT INTO zipcodes VALUES (57783,'Spearfish','SD','44.488370','-103.878530',-7,1); -INSERT INTO zipcodes VALUES (57785,'Sturgis','SD','44.409616','-103.465970',-7,1); -INSERT INTO zipcodes VALUES (57787,'Union Center','SD','44.619045','-102.768730',-7,1); -INSERT INTO zipcodes VALUES (57788,'Vale','SD','44.603020','-103.368660',-7,1); -INSERT INTO zipcodes VALUES (57790,'Wall','SD','44.018548','-102.237780',-7,1); -INSERT INTO zipcodes VALUES (57791,'Wasta','SD','44.067091','-102.476180',-7,1); -INSERT INTO zipcodes VALUES (57792,'White Owl','SD','44.562488','-102.416830',-7,1); -INSERT INTO zipcodes VALUES (57793,'Whitewood','SD','44.472475','-103.629330',-7,1); -INSERT INTO zipcodes VALUES (57794,'Wounded Knee','SD','43.138184','-102.368970',-7,1); -INSERT INTO zipcodes VALUES (57796,'Wall','SD','43.994049','-102.236971',-7,1); -INSERT INTO zipcodes VALUES (57799,'Spearfish','SD','44.492688','-103.869740',-7,1); -INSERT INTO zipcodes VALUES (57840,'Harrison','SD','44.798968','-98.200789',-6,1); -INSERT INTO zipcodes VALUES (57841,'Carlisle','SD','45.632378','-98.704197',-6,1); -INSERT INTO zipcodes VALUES (57949,'Big Sioux','SD','42.505818','-96.499259',-6,1); -INSERT INTO zipcodes VALUES (58000,'Minot','ND','48.226422','-101.274388',-6,1); -INSERT INTO zipcodes VALUES (58001,'Abercrombie','ND','46.448462','-96.731650',-6,1); -INSERT INTO zipcodes VALUES (58002,'Absaraka','ND','46.859694','-97.214587',-6,1); -INSERT INTO zipcodes VALUES (58004,'Amenia','ND','47.028291','-97.250290',-6,1); -INSERT INTO zipcodes VALUES (58005,'Argusville','ND','47.057098','-96.950430',-6,1); -INSERT INTO zipcodes VALUES (58006,'Arthur','ND','47.101670','-97.214700',-6,1); -INSERT INTO zipcodes VALUES (58007,'Ayr','ND','47.020312','-97.455710',-6,1); -INSERT INTO zipcodes VALUES (58008,'Barney','ND','46.304176','-96.998190',-6,1); -INSERT INTO zipcodes VALUES (58009,'Blanchard','ND','47.331202','-97.250770',-6,1); -INSERT INTO zipcodes VALUES (58011,'Buffalo','ND','46.920174','-97.544840',-6,1); -INSERT INTO zipcodes VALUES (58012,'Casselton','ND','46.912684','-97.189390',-6,1); -INSERT INTO zipcodes VALUES (58013,'Cayuga','ND','46.076891','-97.355620',-6,1); -INSERT INTO zipcodes VALUES (58014,'Chaffee','ND','46.775027','-97.352437',-6,1); -INSERT INTO zipcodes VALUES (58015,'Christine','ND','46.581114','-96.823000',-6,1); -INSERT INTO zipcodes VALUES (58016,'Clifford','ND','47.346230','-97.463720',-6,1); -INSERT INTO zipcodes VALUES (58017,'Cogswell','ND','46.059066','-97.809890',-6,1); -INSERT INTO zipcodes VALUES (58018,'Colfax','ND','46.437401','-96.893540',-6,1); -INSERT INTO zipcodes VALUES (58021,'Davenport','ND','46.729689','-97.079410',-6,1); -INSERT INTO zipcodes VALUES (58027,'Enderlin','ND','46.630659','-97.600300',-6,1); -INSERT INTO zipcodes VALUES (58029,'Erie','ND','47.118212','-97.388810',-6,1); -INSERT INTO zipcodes VALUES (58030,'Fairmount','ND','46.043951','-96.669270',-6,1); -INSERT INTO zipcodes VALUES (58031,'Fingal','ND','46.767912','-97.671440',-6,1); -INSERT INTO zipcodes VALUES (58032,'Forman','ND','46.098941','-97.635490',-6,1); -INSERT INTO zipcodes VALUES (58033,'Fort Ransom','ND','46.449141','-97.919610',-6,1); -INSERT INTO zipcodes VALUES (58035,'Galesburg','ND','47.250980','-97.426000',-6,1); -INSERT INTO zipcodes VALUES (58036,'Gardner','ND','47.150960','-96.964820',-6,1); -INSERT INTO zipcodes VALUES (58038,'Grandin','ND','47.251489','-96.985220',-6,1); -INSERT INTO zipcodes VALUES (58039,'Great Bend','ND','46.153098','-96.809090',-6,1); -INSERT INTO zipcodes VALUES (58040,'Gwinner','ND','46.214772','-97.669230',-6,1); -INSERT INTO zipcodes VALUES (58041,'Hankinson','ND','46.052141','-96.910670',-6,1); -INSERT INTO zipcodes VALUES (58042,'Harwood','ND','46.984696','-96.932700',-6,1); -INSERT INTO zipcodes VALUES (58043,'Havana','ND','45.979819','-97.574060',-6,1); -INSERT INTO zipcodes VALUES (58045,'Hillsboro','ND','47.389215','-97.053270',-6,1); -INSERT INTO zipcodes VALUES (58046,'Hope','ND','47.293363','-97.753380',-6,1); -INSERT INTO zipcodes VALUES (58047,'Horace','ND','46.724294','-96.872800',-6,1); -INSERT INTO zipcodes VALUES (58048,'Hunter','ND','47.198818','-97.218310',-6,1); -INSERT INTO zipcodes VALUES (58049,'Kathryn','ND','46.657292','-97.987320',-6,1); -INSERT INTO zipcodes VALUES (58051,'Kindred','ND','46.634764','-97.020120',-6,1); -INSERT INTO zipcodes VALUES (58052,'Leonard','ND','46.650902','-97.283130',-6,1); -INSERT INTO zipcodes VALUES (58053,'Lidgerwood','ND','46.067238','-97.187360',-6,1); -INSERT INTO zipcodes VALUES (58054,'Lisbon','ND','46.433830','-97.676780',-6,1); -INSERT INTO zipcodes VALUES (58056,'Luverne','ND','47.252754','-97.938640',-6,1); -INSERT INTO zipcodes VALUES (58057,'Mcleod','ND','46.451477','-97.248480',-6,1); -INSERT INTO zipcodes VALUES (58058,'Mantador','ND','46.167324','-96.982510',-6,1); -INSERT INTO zipcodes VALUES (58059,'Mapleton','ND','46.839654','-97.122410',-6,1); -INSERT INTO zipcodes VALUES (58060,'Milnor','ND','46.253432','-97.445070',-6,1); -INSERT INTO zipcodes VALUES (58061,'Mooreton','ND','46.273380','-96.881780',-6,1); -INSERT INTO zipcodes VALUES (58062,'Nome','ND','46.669107','-97.818420',-6,1); -INSERT INTO zipcodes VALUES (58063,'Oriska','ND','46.947243','-97.818270',-6,1); -INSERT INTO zipcodes VALUES (58064,'Page','ND','47.151891','-97.604010',-6,1); -INSERT INTO zipcodes VALUES (58065,'Pillsbury','ND','46.650741','-98.195722',-6,1); -INSERT INTO zipcodes VALUES (58067,'Rutland','ND','46.072821','-97.498720',-6,1); -INSERT INTO zipcodes VALUES (58068,'Sheldon','ND','46.564908','-97.437630',-6,1); -INSERT INTO zipcodes VALUES (58069,'Stirum','ND','46.232799','-97.850920',-6,1); -INSERT INTO zipcodes VALUES (58071,'Tower City','ND','46.930679','-97.687080',-6,1); -INSERT INTO zipcodes VALUES (58072,'Valley City','ND','46.934311','-98.023740',-6,1); -INSERT INTO zipcodes VALUES (58074,'Wahpeton','ND','46.283291','-96.917614',-6,1); -INSERT INTO zipcodes VALUES (58075,'Wahpeton','ND','46.282320','-96.684940',-6,1); -INSERT INTO zipcodes VALUES (58076,'Wahpeton','ND','46.271839','-96.608142',-6,1); -INSERT INTO zipcodes VALUES (58077,'Walcott','ND','46.533488','-96.937560',-6,1); -INSERT INTO zipcodes VALUES (58078,'West Fargo','ND','46.875367','-96.905030',-6,1); -INSERT INTO zipcodes VALUES (58079,'Wheatland','ND','46.883504','-97.356160',-6,1); -INSERT INTO zipcodes VALUES (58081,'Wyndmere','ND','46.282064','-97.134770',-6,1); -INSERT INTO zipcodes VALUES (58102,'Fargo','ND','46.900348','-96.800160',-6,1); -INSERT INTO zipcodes VALUES (58103,'Fargo','ND','46.860864','-96.816020',-6,1); -INSERT INTO zipcodes VALUES (58104,'Fargo','ND','46.812118','-96.839000',-6,1); -INSERT INTO zipcodes VALUES (58105,'Fargo','ND','46.941400','-96.967371',-6,1); -INSERT INTO zipcodes VALUES (58106,'Fargo','ND','46.934596','-97.229718',-6,1); -INSERT INTO zipcodes VALUES (58107,'Fargo','ND','46.934596','-97.229718',-6,1); -INSERT INTO zipcodes VALUES (58108,'Fargo','ND','46.934596','-97.229718',-6,1); -INSERT INTO zipcodes VALUES (58109,'Fargo','ND','46.823520','-96.814800',-6,1); -INSERT INTO zipcodes VALUES (58121,'Fargo','ND','46.934596','-97.229718',-6,1); -INSERT INTO zipcodes VALUES (58122,'Fargo','ND','46.934596','-97.229718',-6,1); -INSERT INTO zipcodes VALUES (58123,'Fargo','ND','46.934596','-97.229718',-6,1); -INSERT INTO zipcodes VALUES (58124,'Fargo','ND','46.934596','-97.229718',-6,1); -INSERT INTO zipcodes VALUES (58125,'Fargo','ND','46.934596','-97.229718',-6,1); -INSERT INTO zipcodes VALUES (58126,'Fargo','ND','46.934596','-97.229718',-6,1); -INSERT INTO zipcodes VALUES (58201,'Grand Forks','ND','47.899217','-97.058960',-6,1); -INSERT INTO zipcodes VALUES (58202,'Grand Forks','ND','47.920679','-97.072280',-6,1); -INSERT INTO zipcodes VALUES (58203,'Grand Forks','ND','47.938898','-97.084010',-6,1); -INSERT INTO zipcodes VALUES (58204,'Grand Forks AFB','ND','47.943847','-97.372550',-6,1); -INSERT INTO zipcodes VALUES (58205,'Grand Forks AFB','ND','47.933481','-97.394446',-6,1); -INSERT INTO zipcodes VALUES (58206,'Grand Forks','ND','47.933481','-97.394446',-6,1); -INSERT INTO zipcodes VALUES (58207,'Grand Forks','ND','47.933481','-97.394446',-6,1); -INSERT INTO zipcodes VALUES (58208,'Grand Forks','ND','47.933481','-97.394446',-6,1); -INSERT INTO zipcodes VALUES (58210,'Adams','ND','48.391059','-98.111730',-6,1); -INSERT INTO zipcodes VALUES (58212,'Aneta','ND','47.694000','-97.997030',-6,1); -INSERT INTO zipcodes VALUES (58213,'Ardoch','ND','48.204374','-97.307740',-6,1); -INSERT INTO zipcodes VALUES (58214,'Arvilla','ND','47.930777','-97.490660',-6,1); -INSERT INTO zipcodes VALUES (58216,'Bathgate','ND','48.883906','-97.448900',-6,1); -INSERT INTO zipcodes VALUES (58218,'Buxton','ND','47.592267','-97.075030',-6,1); -INSERT INTO zipcodes VALUES (58219,'Caledonia','ND','47.472415','-96.888700',-6,1); -INSERT INTO zipcodes VALUES (58220,'Cavalier','ND','48.797042','-97.698870',-6,1); -INSERT INTO zipcodes VALUES (58222,'Crystal','ND','48.622930','-97.678620',-6,1); -INSERT INTO zipcodes VALUES (58223,'Cummings','ND','47.505171','-97.059060',-6,1); -INSERT INTO zipcodes VALUES (58224,'Dahlen','ND','48.173113','-97.957660',-6,1); -INSERT INTO zipcodes VALUES (58225,'Drayton','ND','48.593133','-97.222720',-6,1); -INSERT INTO zipcodes VALUES (58227,'Edinburg','ND','48.527038','-97.906120',-6,1); -INSERT INTO zipcodes VALUES (58228,'Emerado','ND','47.882652','-97.355640',-6,1); -INSERT INTO zipcodes VALUES (58229,'Fairdale','ND','48.497876','-98.236780',-6,1); -INSERT INTO zipcodes VALUES (58230,'Finley','ND','47.475797','-97.804270',-6,1); -INSERT INTO zipcodes VALUES (58231,'Fordville','ND','48.214268','-97.825440',-6,1); -INSERT INTO zipcodes VALUES (58233,'Forest River','ND','48.228707','-97.524980',-6,1); -INSERT INTO zipcodes VALUES (58234,'Brantford','SD','47.889186','-98.125687',-6,1); -INSERT INTO zipcodes VALUES (58235,'Gilby','ND','48.084335','-97.472380',-6,1); -INSERT INTO zipcodes VALUES (58236,'Glasston','ND','48.714076','-97.447410',-6,1); -INSERT INTO zipcodes VALUES (58237,'Grafton','ND','48.415911','-97.409600',-6,1); -INSERT INTO zipcodes VALUES (58238,'Hamilton','ND','48.782885','-97.414900',-6,1); -INSERT INTO zipcodes VALUES (58239,'Hannah','ND','48.950929','-98.669210',-6,1); -INSERT INTO zipcodes VALUES (58240,'Hatton','ND','47.631000','-97.485110',-6,1); -INSERT INTO zipcodes VALUES (58241,'Hensel','ND','48.710208','-97.698930',-6,1); -INSERT INTO zipcodes VALUES (58243,'Hoople','ND','48.515762','-97.663850',-6,1); -INSERT INTO zipcodes VALUES (58244,'Inkster','ND','48.144073','-97.633210',-6,1); -INSERT INTO zipcodes VALUES (58249,'Langdon','ND','48.811921','-98.310330',-6,1); -INSERT INTO zipcodes VALUES (58250,'Lankin','ND','48.288615','-98.000820',-6,1); -INSERT INTO zipcodes VALUES (58251,'Larimore','ND','47.942137','-97.674550',-6,1); -INSERT INTO zipcodes VALUES (58254,'Mcville','ND','47.765244','-98.163570',-6,1); -INSERT INTO zipcodes VALUES (58255,'Maida','ND','48.999101','-98.352410',-6,1); -INSERT INTO zipcodes VALUES (58256,'Manvel','ND','48.083218','-97.189940',-6,1); -INSERT INTO zipcodes VALUES (58257,'Mayville','ND','47.490878','-97.293920',-6,1); -INSERT INTO zipcodes VALUES (58258,'Mekinock','ND','48.008825','-97.354240',-6,1); -INSERT INTO zipcodes VALUES (58259,'Michigan','ND','48.052404','-98.123790',-6,1); -INSERT INTO zipcodes VALUES (58260,'Milton','ND','48.622954','-98.051620',-6,1); -INSERT INTO zipcodes VALUES (58261,'Minto','ND','48.288316','-97.287110',-6,1); -INSERT INTO zipcodes VALUES (58262,'Mountain','ND','48.689123','-97.866950',-6,1); -INSERT INTO zipcodes VALUES (58265,'Neche','ND','48.956342','-97.590210',-6,1); -INSERT INTO zipcodes VALUES (58266,'Niagara','ND','48.000075','-97.850410',-6,1); -INSERT INTO zipcodes VALUES (58267,'Northwood','ND','47.763540','-97.592790',-6,1); -INSERT INTO zipcodes VALUES (58269,'Osnabrock','ND','48.695247','-98.176720',-6,1); -INSERT INTO zipcodes VALUES (58270,'Park River','ND','48.396420','-97.780250',-6,1); -INSERT INTO zipcodes VALUES (58271,'Pembina','ND','48.943042','-97.279240',-6,1); -INSERT INTO zipcodes VALUES (58272,'Petersburg','ND','48.013283','-97.992980',-6,1); -INSERT INTO zipcodes VALUES (58273,'Pisek','ND','48.303376','-97.697670',-6,1); -INSERT INTO zipcodes VALUES (58274,'Portland','ND','47.491179','-97.463430',-6,1); -INSERT INTO zipcodes VALUES (58275,'Reynolds','ND','47.679330','-97.121000',-6,1); -INSERT INTO zipcodes VALUES (58276,'Saint Thomas','ND','48.628551','-97.448230',-6,1); -INSERT INTO zipcodes VALUES (58277,'Sharon','ND','47.608142','-97.817900',-6,1); -INSERT INTO zipcodes VALUES (58278,'Thompson','ND','47.772417','-97.110740',-6,1); -INSERT INTO zipcodes VALUES (58281,'Wales','ND','48.855352','-98.617100',-6,1); -INSERT INTO zipcodes VALUES (58282,'Walhalla','ND','48.915739','-97.923120',-6,1); -INSERT INTO zipcodes VALUES (58293,'Farmington','ND','48.528451','-97.504912',-6,1); -INSERT INTO zipcodes VALUES (58300,'Poplar Grove','ND','48.100660','-98.984266',-6,1); -INSERT INTO zipcodes VALUES (58301,'Devils Lake','ND','48.122688','-98.877520',-6,1); -INSERT INTO zipcodes VALUES (58310,'Agate','ND','48.617378','-99.634530',-6,1); -INSERT INTO zipcodes VALUES (58311,'Alsen','ND','48.637939','-98.611920',-6,1); -INSERT INTO zipcodes VALUES (58313,'Balta','ND','48.165299','-100.038400',-6,1); -INSERT INTO zipcodes VALUES (58316,'Belcourt','ND','48.837507','-99.763880',-6,1); -INSERT INTO zipcodes VALUES (58317,'Bisbee','ND','48.628607','-99.377070',-6,1); -INSERT INTO zipcodes VALUES (58318,'Bottineau','ND','48.864955','-100.414030',-6,1); -INSERT INTO zipcodes VALUES (58319,'Bremen','ND','47.663508','-99.664406',-6,1); -INSERT INTO zipcodes VALUES (58320,'Brinsmade','ND','48.286410','-99.404705',-6,1); -INSERT INTO zipcodes VALUES (58321,'Brocket','ND','48.204745','-98.314370',-6,1); -INSERT INTO zipcodes VALUES (58323,'Calvin','ND','48.849591','-98.905250',-6,1); -INSERT INTO zipcodes VALUES (58324,'Cando','ND','48.485321','-99.207600',-6,1); -INSERT INTO zipcodes VALUES (58325,'Churchs Ferry','ND','48.272135','-99.166540',-6,1); -INSERT INTO zipcodes VALUES (58327,'Crary','ND','48.088486','-98.562770',-6,1); -INSERT INTO zipcodes VALUES (58329,'Dunseith','ND','48.855835','-100.036360',-6,1); -INSERT INTO zipcodes VALUES (58330,'Edmore','ND','48.427738','-98.524920',-6,1); -INSERT INTO zipcodes VALUES (58331,'Egeland','ND','48.655450','-99.114150',-6,1); -INSERT INTO zipcodes VALUES (58332,'Esmond','ND','48.058376','-99.777660',-6,1); -INSERT INTO zipcodes VALUES (58333,'Sykeston','ND','47.580254','-99.654570',-6,1); -INSERT INTO zipcodes VALUES (58335,'Fort Totten','ND','47.968523','-99.028310',-6,1); -INSERT INTO zipcodes VALUES (58337,'Hamberg','ND','47.587372','-99.667737',-6,1); -INSERT INTO zipcodes VALUES (58338,'Hampden','ND','48.530196','-98.641000',-6,1); -INSERT INTO zipcodes VALUES (58339,'Hansboro','ND','48.900063','-99.427769',-6,1); -INSERT INTO zipcodes VALUES (58341,'Harvey','ND','47.767862','-99.844160',-6,1); -INSERT INTO zipcodes VALUES (58343,'Knox','ND','48.311156','-99.707440',-6,1); -INSERT INTO zipcodes VALUES (58344,'Lakota','ND','48.021136','-98.335020',-6,1); -INSERT INTO zipcodes VALUES (58345,'Lawton','ND','48.303578','-98.333780',-6,1); -INSERT INTO zipcodes VALUES (58346,'Leeds','ND','48.286717','-99.426750',-6,1); -INSERT INTO zipcodes VALUES (58348,'Maddock','ND','47.955217','-99.523170',-6,1); -INSERT INTO zipcodes VALUES (58351,'Minnewaukan','ND','48.100632','-99.297180',-6,1); -INSERT INTO zipcodes VALUES (58352,'Munich','ND','48.696001','-98.872720',-6,1); -INSERT INTO zipcodes VALUES (58353,'Mylo','ND','48.636915','-99.616650',-6,1); -INSERT INTO zipcodes VALUES (58355,'Nekoma','ND','48.591846','-98.368270',-6,1); -INSERT INTO zipcodes VALUES (58356,'New Rockford','ND','47.669608','-99.105530',-6,1); -INSERT INTO zipcodes VALUES (58357,'Oberon','ND','47.931081','-99.222690',-6,1); -INSERT INTO zipcodes VALUES (58358,'Fort Yates','ND','46.084899','-100.630803',-6,1); -INSERT INTO zipcodes VALUES (58359,'Orrin','ND','48.091057','-100.164400',-6,1); -INSERT INTO zipcodes VALUES (58361,'Pekin','ND','47.754360','-98.339750',-6,1); -INSERT INTO zipcodes VALUES (58362,'Penn','ND','48.223375','-99.095580',-6,1); -INSERT INTO zipcodes VALUES (58363,'Perth','ND','48.742513','-99.427440',-6,1); -INSERT INTO zipcodes VALUES (58365,'Rocklake','ND','48.847410','-99.266430',-6,1); -INSERT INTO zipcodes VALUES (58366,'Rolette','ND','48.653781','-99.917680',-6,1); -INSERT INTO zipcodes VALUES (58367,'Rolla','ND','48.855873','-99.585580',-6,1); -INSERT INTO zipcodes VALUES (58368,'Rugby','ND','48.273263','-100.009910',-6,1); -INSERT INTO zipcodes VALUES (58369,'Saint John','ND','48.937584','-99.805500',-6,1); -INSERT INTO zipcodes VALUES (58370,'Saint Michael','ND','47.994379','-98.869130',-6,1); -INSERT INTO zipcodes VALUES (58371,'Grandfield','ND','47.799663','-99.211615',-6,1); -INSERT INTO zipcodes VALUES (58372,'Sarles','ND','48.947387','-99.022270',-6,1); -INSERT INTO zipcodes VALUES (58374,'Sheyenne','ND','47.839733','-99.072410',-6,1); -INSERT INTO zipcodes VALUES (58377,'Starkweather','ND','48.478826','-98.873110',-6,1); -INSERT INTO zipcodes VALUES (58379,'Tokio','ND','47.934575','-98.824590',-6,1); -INSERT INTO zipcodes VALUES (58380,'Tolna','ND','47.836237','-98.515020',-6,1); -INSERT INTO zipcodes VALUES (58381,'Warwick','ND','47.840223','-98.748950',-6,1); -INSERT INTO zipcodes VALUES (58382,'Webster','ND','48.318106','-98.799730',-6,1); -INSERT INTO zipcodes VALUES (58384,'Willow City','ND','48.609924','-100.265870',-6,1); -INSERT INTO zipcodes VALUES (58385,'Wolford','ND','48.470278','-99.674970',-6,1); -INSERT INTO zipcodes VALUES (58386,'York','ND','48.322300','-99.598780',-6,1); -INSERT INTO zipcodes VALUES (58401,'Jamestown','ND','46.906983','-98.728260',-6,1); -INSERT INTO zipcodes VALUES (58402,'Jamestown','ND','46.978820','-98.960032',-6,1); -INSERT INTO zipcodes VALUES (58405,'Jamestown','ND','46.913344','-98.699553',-6,1); -INSERT INTO zipcodes VALUES (58413,'Ashley','ND','46.052308','-99.274760',-6,1); -INSERT INTO zipcodes VALUES (58415,'Berlin','ND','46.362812','-98.484040',-6,1); -INSERT INTO zipcodes VALUES (58416,'Binford','ND','47.555709','-98.345670',-6,1); -INSERT INTO zipcodes VALUES (58418,'Bowdon','ND','47.421570','-99.639460',-6,1); -INSERT INTO zipcodes VALUES (58420,'Buchanan','ND','47.073601','-98.858430',-6,1); -INSERT INTO zipcodes VALUES (58421,'Carrington','ND','47.450049','-99.085270',-6,1); -INSERT INTO zipcodes VALUES (58422,'Cathay','ND','47.609264','-99.425680',-6,1); -INSERT INTO zipcodes VALUES (58423,'Chaseley','ND','47.494170','-99.842120',-6,1); -INSERT INTO zipcodes VALUES (58424,'Cleveland','ND','46.888946','-99.113150',-6,1); -INSERT INTO zipcodes VALUES (58425,'Cooperstown','ND','47.446297','-98.134170',-6,1); -INSERT INTO zipcodes VALUES (58426,'Courtenay','ND','47.227781','-98.585450',-6,1); -INSERT INTO zipcodes VALUES (58428,'Dawson','ND','46.868175','-99.749130',-6,1); -INSERT INTO zipcodes VALUES (58429,'Dazey','ND','47.201159','-98.136620',-6,1); -INSERT INTO zipcodes VALUES (58430,'Denhoff','ND','47.581276','-100.271730',-6,1); -INSERT INTO zipcodes VALUES (58431,'Dickey','ND','46.522016','-98.483520',-6,1); -INSERT INTO zipcodes VALUES (58432,'Eckelson','ND','46.892518','-98.375536',-6,1); -INSERT INTO zipcodes VALUES (58433,'Edgeley','ND','46.366866','-98.721450',-6,1); -INSERT INTO zipcodes VALUES (58436,'Ellendale','ND','46.067077','-98.580440',-6,1); -INSERT INTO zipcodes VALUES (58438,'Fessenden','ND','47.652764','-99.619380',-6,1); -INSERT INTO zipcodes VALUES (58439,'Forbes','ND','46.014472','-98.831810',-6,1); -INSERT INTO zipcodes VALUES (58440,'Fredonia','ND','46.310458','-99.131510',-6,1); -INSERT INTO zipcodes VALUES (58441,'Fullerton','ND','46.163828','-98.389120',-6,1); -INSERT INTO zipcodes VALUES (58442,'Gackle','ND','46.596847','-99.161600',-6,1); -INSERT INTO zipcodes VALUES (58443,'Glenfield','ND','47.435273','-98.638420',-6,1); -INSERT INTO zipcodes VALUES (58444,'Goodrich','ND','47.480027','-100.137170',-6,1); -INSERT INTO zipcodes VALUES (58445,'Grace City','ND','47.547770','-98.805940',-6,1); -INSERT INTO zipcodes VALUES (58448,'Hannaford','ND','47.313610','-98.212200',-6,1); -INSERT INTO zipcodes VALUES (58451,'Hurdsfield','ND','47.456626','-99.937200',-6,1); -INSERT INTO zipcodes VALUES (58452,'Jessie','ND','47.456477','-98.230415',-6,1); -INSERT INTO zipcodes VALUES (58454,'Jud','ND','46.579950','-98.897480',-6,1); -INSERT INTO zipcodes VALUES (58455,'Kensal','ND','47.290251','-98.753180',-6,1); -INSERT INTO zipcodes VALUES (58456,'Kulm','ND','46.270766','-98.932920',-6,1); -INSERT INTO zipcodes VALUES (58458,'Lamoure','ND','46.367889','-98.293760',-6,1); -INSERT INTO zipcodes VALUES (58460,'Lehr','ND','46.309847','-99.321810',-6,1); -INSERT INTO zipcodes VALUES (58461,'Litchville','ND','46.654622','-98.200150',-6,1); -INSERT INTO zipcodes VALUES (58463,'Mcclusky','ND','47.483877','-100.486940',-6,1); -INSERT INTO zipcodes VALUES (58464,'Mchenry','ND','47.583586','-98.588900',-6,1); -INSERT INTO zipcodes VALUES (58466,'Marion','ND','46.611528','-98.369110',-6,1); -INSERT INTO zipcodes VALUES (58467,'Medina','ND','46.867794','-99.331250',-6,1); -INSERT INTO zipcodes VALUES (58472,'Montpelier','ND','46.638134','-98.639230',-6,1); -INSERT INTO zipcodes VALUES (58474,'Oakes','ND','46.090506','-98.115840',-6,1); -INSERT INTO zipcodes VALUES (58475,'Pettibone','ND','47.149515','-99.566000',-6,1); -INSERT INTO zipcodes VALUES (58476,'Pingree','ND','47.189716','-98.973280',-6,1); -INSERT INTO zipcodes VALUES (58477,'Regan','ND','47.229815','-100.539800',-6,1); -INSERT INTO zipcodes VALUES (58478,'Robinson','ND','47.135224','-99.745520',-6,1); -INSERT INTO zipcodes VALUES (58479,'Rogers','ND','47.092093','-98.250770',-6,1); -INSERT INTO zipcodes VALUES (58480,'Sanborn','ND','46.928530','-98.259360',-6,1); -INSERT INTO zipcodes VALUES (58481,'Spiritwood','ND','46.947101','-98.428800',-6,1); -INSERT INTO zipcodes VALUES (58482,'Steele','ND','46.862714','-99.920500',-6,1); -INSERT INTO zipcodes VALUES (58483,'Streeter','ND','46.631342','-99.398980',-6,1); -INSERT INTO zipcodes VALUES (58484,'Sutton','ND','47.399657','-98.440520',-6,1); -INSERT INTO zipcodes VALUES (58486,'Sykeston','ND','47.435936','-99.404690',-6,1); -INSERT INTO zipcodes VALUES (58487,'Tappen','ND','46.856925','-99.605680',-6,1); -INSERT INTO zipcodes VALUES (58488,'Tuttle','ND','47.177348','-99.994150',-6,1); -INSERT INTO zipcodes VALUES (58489,'Venturia','ND','46.032700','-99.618470',-6,1); -INSERT INTO zipcodes VALUES (58490,'Verona','ND','46.368093','-98.060740',-6,1); -INSERT INTO zipcodes VALUES (58492,'Wimbledon','ND','47.154922','-98.439930',-6,1); -INSERT INTO zipcodes VALUES (58494,'Wing','ND','47.141711','-100.272790',-6,1); -INSERT INTO zipcodes VALUES (58495,'Wishek','ND','46.278442','-99.561980',-6,1); -INSERT INTO zipcodes VALUES (58496,'Woodworth','ND','47.153361','-99.310520',-6,1); -INSERT INTO zipcodes VALUES (58497,'Ypsilanti','ND','46.770483','-98.564960',-6,1); -INSERT INTO zipcodes VALUES (58501,'Bismarck','ND','46.839620','-100.772300',-6,1); -INSERT INTO zipcodes VALUES (58502,'Bismarck','ND','46.888700','-100.681855',-6,1); -INSERT INTO zipcodes VALUES (58503,'Bismarck','ND','46.861794','-100.780260',-6,1); -INSERT INTO zipcodes VALUES (58504,'Bismarck','ND','46.768617','-100.753810',-6,1); -INSERT INTO zipcodes VALUES (58505,'Bismarck','ND','46.821260','-100.781310',-6,1); -INSERT INTO zipcodes VALUES (58506,'Bismarck','ND','46.980475','-100.520063',-6,1); -INSERT INTO zipcodes VALUES (58507,'Bismarck','ND','46.980475','-100.520063',-6,1); -INSERT INTO zipcodes VALUES (58520,'Almont','ND','46.657221','-101.537470',-6,1); -INSERT INTO zipcodes VALUES (58521,'Baldwin','ND','47.035410','-100.717860',-6,1); -INSERT INTO zipcodes VALUES (58523,'Beulah','ND','47.229528','-101.759650',-6,1); -INSERT INTO zipcodes VALUES (58524,'Braddock','ND','46.596608','-100.094970',-6,1); -INSERT INTO zipcodes VALUES (58528,'Cannon Ball','ND','46.249361','-100.638670',-6,1); -INSERT INTO zipcodes VALUES (58529,'Carson','ND','46.320916','-101.604060',-7,1); -INSERT INTO zipcodes VALUES (58530,'Center','ND','47.133382','-101.183090',-6,1); -INSERT INTO zipcodes VALUES (58531,'Coleharbor','ND','47.575888','-101.190020',-6,1); -INSERT INTO zipcodes VALUES (58532,'Driscoll','ND','46.864850','-100.106940',-6,1); -INSERT INTO zipcodes VALUES (58533,'Elgin','ND','46.408171','-101.828530',-7,1); -INSERT INTO zipcodes VALUES (58535,'Flasher','ND','46.501898','-101.247370',-6,1); -INSERT INTO zipcodes VALUES (58538,'Fort Yates','ND','46.062798','-100.721140',-6,1); -INSERT INTO zipcodes VALUES (58540,'Garrison','ND','47.646187','-101.527390',-6,1); -INSERT INTO zipcodes VALUES (58541,'Golden Valley','ND','47.396933','-102.081060',-7,1); -INSERT INTO zipcodes VALUES (58542,'Hague','ND','46.050820','-100.035760',-6,1); -INSERT INTO zipcodes VALUES (58544,'Hazelton','ND','46.488312','-100.292830',-6,1); -INSERT INTO zipcodes VALUES (58545,'Hazen','ND','47.290543','-101.612070',-7,1); -INSERT INTO zipcodes VALUES (58549,'Kintyre','ND','46.467732','-99.937960',-6,1); -INSERT INTO zipcodes VALUES (58552,'Linton','ND','46.257466','-100.238330',-6,1); -INSERT INTO zipcodes VALUES (58553,'Mckenzie','ND','46.814568','-100.401370',-6,1); -INSERT INTO zipcodes VALUES (58554,'Mandan','ND','46.812148','-100.908910',-6,1); -INSERT INTO zipcodes VALUES (58558,'Menoken','ND','46.813571','-100.531010',-6,1); -INSERT INTO zipcodes VALUES (58559,'Mercer','ND','47.429223','-100.726620',-6,1); -INSERT INTO zipcodes VALUES (58560,'Moffit','ND','46.677294','-100.281850',-6,1); -INSERT INTO zipcodes VALUES (58561,'Napoleon','ND','46.477491','-99.716890',-6,1); -INSERT INTO zipcodes VALUES (58562,'New Leipzig','ND','46.346028','-102.007700',-7,1); -INSERT INTO zipcodes VALUES (58563,'New Salem','ND','46.909229','-101.439100',-6,1); -INSERT INTO zipcodes VALUES (58564,'Raleigh','ND','46.291855','-101.345920',-7,1); -INSERT INTO zipcodes VALUES (58565,'Riverdale','ND','47.494559','-101.376680',-6,1); -INSERT INTO zipcodes VALUES (58566,'Saint Anthony','ND','46.591740','-100.933320',-6,1); -INSERT INTO zipcodes VALUES (58568,'Selfridge','ND','46.155222','-100.946350',-6,1); -INSERT INTO zipcodes VALUES (58569,'Shields','ND','46.258711','-101.175630',-7,1); -INSERT INTO zipcodes VALUES (58570,'Solen','ND','46.421762','-100.930170',-6,1); -INSERT INTO zipcodes VALUES (58571,'Stanton','ND','47.281472','-101.376420',-7,1); -INSERT INTO zipcodes VALUES (58572,'Sterling','ND','46.885406','-100.303550',-6,1); -INSERT INTO zipcodes VALUES (58573,'Strasburg','ND','46.094998','-100.243420',-6,1); -INSERT INTO zipcodes VALUES (58575,'Turtle Lake','ND','47.543706','-100.874660',-6,1); -INSERT INTO zipcodes VALUES (58576,'Underwood','ND','47.446392','-101.156670',-6,1); -INSERT INTO zipcodes VALUES (58577,'Washburn','ND','47.302682','-101.046180',-6,1); -INSERT INTO zipcodes VALUES (58579,'Wilton','ND','47.178883','-100.760000',-6,1); -INSERT INTO zipcodes VALUES (58580,'Zap','ND','47.281173','-101.925400',-7,1); -INSERT INTO zipcodes VALUES (58581,'Zeeland','ND','46.014164','-99.836060',-6,1); -INSERT INTO zipcodes VALUES (58601,'Dickinson','ND','46.878057','-102.804100',-7,1); -INSERT INTO zipcodes VALUES (58602,'Dickinson','ND','46.820185','-102.663913',-7,1); -INSERT INTO zipcodes VALUES (58620,'Amidon','ND','46.486096','-103.316820',-7,1); -INSERT INTO zipcodes VALUES (58621,'Beach','ND','47.077257','-103.930510',-7,1); -INSERT INTO zipcodes VALUES (58622,'Belfield','ND','46.922727','-103.213890',-7,1); -INSERT INTO zipcodes VALUES (58623,'Bowman','ND','46.182799','-103.404530',-7,1); -INSERT INTO zipcodes VALUES (58625,'Dodge','ND','47.252561','-102.187890',-7,1); -INSERT INTO zipcodes VALUES (58626,'Dunn Center','ND','47.346329','-102.612220',-7,1); -INSERT INTO zipcodes VALUES (58627,'Fairfield','ND','47.219032','-103.233270',-7,1); -INSERT INTO zipcodes VALUES (58630,'Gladstone','ND','46.860364','-102.567820',-7,1); -INSERT INTO zipcodes VALUES (58631,'Glen Ullin','ND','46.759443','-101.833680',-6,1); -INSERT INTO zipcodes VALUES (58632,'Golva','ND','46.713628','-103.949950',-7,1); -INSERT INTO zipcodes VALUES (58634,'Grassy Butte','ND','47.393108','-103.368990',-7,1); -INSERT INTO zipcodes VALUES (58636,'Halliday','ND','47.371929','-102.343450',-7,1); -INSERT INTO zipcodes VALUES (58638,'Hebron','ND','46.877355','-102.049700',-6,1); -INSERT INTO zipcodes VALUES (58639,'Hettinger','ND','46.043733','-102.603530',-7,1); -INSERT INTO zipcodes VALUES (58640,'Killdeer','ND','47.411564','-102.827660',-7,1); -INSERT INTO zipcodes VALUES (58641,'Lefor','ND','46.666229','-102.485490',-7,1); -INSERT INTO zipcodes VALUES (58642,'Manning','ND','47.151337','-102.822160',-7,1); -INSERT INTO zipcodes VALUES (58643,'Marmarth','ND','46.271500','-103.932030',-7,1); -INSERT INTO zipcodes VALUES (58644,'Marshall','ND','47.402085','-102.622139',-7,1); -INSERT INTO zipcodes VALUES (58645,'Medora','ND','46.927520','-103.568720',-7,1); -INSERT INTO zipcodes VALUES (58646,'Mott','ND','46.379559','-102.287580',-7,1); -INSERT INTO zipcodes VALUES (58647,'New England','ND','46.511555','-102.873500',-7,1); -INSERT INTO zipcodes VALUES (58649,'Reeder','ND','46.140764','-102.923040',-7,1); -INSERT INTO zipcodes VALUES (58650,'Regent','ND','46.405798','-102.603980',-7,1); -INSERT INTO zipcodes VALUES (58651,'Rhame','ND','46.329565','-103.685390',-7,1); -INSERT INTO zipcodes VALUES (58652,'Richardton','ND','46.891017','-102.283560',-7,1); -INSERT INTO zipcodes VALUES (58653,'Scranton','ND','46.172025','-103.091610',-7,1); -INSERT INTO zipcodes VALUES (58654,'Sentinel Butte','ND','46.859920','-103.783220',-7,1); -INSERT INTO zipcodes VALUES (58655,'South Heart','ND','46.808668','-103.033640',-7,1); -INSERT INTO zipcodes VALUES (58656,'Taylor','ND','46.975615','-102.462190',-7,1); -INSERT INTO zipcodes VALUES (58673,'Dodge','ND','47.304598','-102.203219',-7,1); -INSERT INTO zipcodes VALUES (58701,'Minot','ND','48.199830','-101.285790',-6,1); -INSERT INTO zipcodes VALUES (58702,'Minot','ND','48.336898','-101.451285',-6,1); -INSERT INTO zipcodes VALUES (58703,'Minot','ND','48.277024','-101.319420',-6,1); -INSERT INTO zipcodes VALUES (58704,'Minot AFB','ND','48.416470','-101.327400',-6,1); -INSERT INTO zipcodes VALUES (58705,'Minot AFB','ND','48.234184','-101.297161',-6,1); -INSERT INTO zipcodes VALUES (58707,'Minot','ND','48.245267','-101.301179',-6,1); -INSERT INTO zipcodes VALUES (58710,'Anamoose','ND','47.877560','-100.236770',-6,1); -INSERT INTO zipcodes VALUES (58711,'Antler','ND','48.944240','-101.289120',-6,1); -INSERT INTO zipcodes VALUES (58712,'Balfour','ND','47.985515','-100.531580',-6,1); -INSERT INTO zipcodes VALUES (58713,'Bantry','ND','48.552669','-100.635940',-6,1); -INSERT INTO zipcodes VALUES (58716,'Benedict','ND','47.827810','-101.081180',-6,1); -INSERT INTO zipcodes VALUES (58718,'Berthold','ND','48.327365','-101.818780',-6,1); -INSERT INTO zipcodes VALUES (58721,'Bowbells','ND','48.811975','-102.273620',-6,1); -INSERT INTO zipcodes VALUES (58722,'Burlington','ND','48.251187','-101.473310',-6,1); -INSERT INTO zipcodes VALUES (58723,'Butte','ND','47.785232','-100.692570',-6,1); -INSERT INTO zipcodes VALUES (58725,'Carpio','ND','48.466756','-101.701750',-6,1); -INSERT INTO zipcodes VALUES (58727,'Columbus','ND','48.844129','-102.804850',-6,1); -INSERT INTO zipcodes VALUES (58730,'Crosby','ND','48.889528','-103.323040',-6,1); -INSERT INTO zipcodes VALUES (58731,'Deering','ND','48.422289','-100.984090',-6,1); -INSERT INTO zipcodes VALUES (58733,'Des Lacs','ND','48.171782','-101.609810',-6,1); -INSERT INTO zipcodes VALUES (58734,'Donnybrook','ND','48.506446','-101.963790',-6,1); -INSERT INTO zipcodes VALUES (58735,'Douglas','ND','47.869756','-101.496730',-6,1); -INSERT INTO zipcodes VALUES (58736,'Drake','ND','47.916124','-100.381230',-6,1); -INSERT INTO zipcodes VALUES (58737,'Flaxton','ND','48.917722','-102.404010',-6,1); -INSERT INTO zipcodes VALUES (58740,'Glenburn','ND','48.485288','-101.221560',-6,1); -INSERT INTO zipcodes VALUES (58741,'Granville','ND','48.269326','-100.824680',-6,1); -INSERT INTO zipcodes VALUES (58744,'Karlsruhe','ND','48.102064','-100.615370',-6,1); -INSERT INTO zipcodes VALUES (58746,'Kenmare','ND','48.719925','-102.083010',-6,1); -INSERT INTO zipcodes VALUES (58747,'Kief','ND','47.808989','-100.510070',-6,1); -INSERT INTO zipcodes VALUES (58748,'Kramer','ND','48.687522','-100.660600',-6,1); -INSERT INTO zipcodes VALUES (58750,'Lansford','ND','48.611257','-101.419400',-6,1); -INSERT INTO zipcodes VALUES (58752,'Lignite','ND','48.845965','-102.579170',-6,1); -INSERT INTO zipcodes VALUES (58755,'Mcgregor','ND','48.632655','-102.936580',-6,1); -INSERT INTO zipcodes VALUES (58756,'Makoti','ND','47.962814','-101.811130',-6,1); -INSERT INTO zipcodes VALUES (58757,'Mandaree','ND','47.702563','-102.587450',-6,1); -INSERT INTO zipcodes VALUES (58758,'Martin','ND','47.781908','-100.101650',-6,1); -INSERT INTO zipcodes VALUES (58759,'Max','ND','47.855591','-101.260560',-6,1); -INSERT INTO zipcodes VALUES (58760,'Maxbass','ND','48.686244','-101.157870',-6,1); -INSERT INTO zipcodes VALUES (58761,'Mohall','ND','48.770684','-101.551530',-6,1); -INSERT INTO zipcodes VALUES (58762,'Newburg','ND','48.671806','-100.961540',-6,1); -INSERT INTO zipcodes VALUES (58763,'New Town','ND','47.983034','-102.541260',-6,1); -INSERT INTO zipcodes VALUES (58764,'Clay','ND','48.676056','-101.538840',-6,1); -INSERT INTO zipcodes VALUES (58765,'Noonan','ND','48.857983','-103.038330',-6,1); -INSERT INTO zipcodes VALUES (58768,'Norwich','ND','48.250987','-101.001650',-6,1); -INSERT INTO zipcodes VALUES (58769,'Palermo','ND','48.330437','-102.232390',-6,1); -INSERT INTO zipcodes VALUES (58770,'Parshall','ND','47.927133','-102.139730',-6,1); -INSERT INTO zipcodes VALUES (58771,'Plaza','ND','48.073998','-101.976300',-6,1); -INSERT INTO zipcodes VALUES (58772,'Portal','ND','48.973939','-102.600780',-6,1); -INSERT INTO zipcodes VALUES (58773,'Powers Lake','ND','48.574749','-102.650640',-6,1); -INSERT INTO zipcodes VALUES (58775,'Roseglen','ND','47.710089','-101.844060',-6,1); -INSERT INTO zipcodes VALUES (58776,'Ross','ND','48.247670','-102.623310',-6,1); -INSERT INTO zipcodes VALUES (58778,'Ruso','ND','47.783028','-100.934230',-6,1); -INSERT INTO zipcodes VALUES (58779,'Ryder','ND','47.811566','-101.860840',-6,1); -INSERT INTO zipcodes VALUES (58781,'Sawyer','ND','48.037844','-101.096370',-6,1); -INSERT INTO zipcodes VALUES (58782,'Sherwood','ND','48.944324','-101.726430',-6,1); -INSERT INTO zipcodes VALUES (58783,'Souris','ND','48.900962','-100.764020',-6,1); -INSERT INTO zipcodes VALUES (58784,'Stanley','ND','48.366981','-102.423500',-6,1); -INSERT INTO zipcodes VALUES (58785,'Surrey','ND','48.271451','-101.111740',-6,1); -INSERT INTO zipcodes VALUES (58787,'Tolley','ND','48.767150','-101.819350',-6,1); -INSERT INTO zipcodes VALUES (58788,'Towner','ND','48.363285','-100.474770',-6,1); -INSERT INTO zipcodes VALUES (58789,'Upham','ND','48.567655','-100.806210',-6,1); -INSERT INTO zipcodes VALUES (58790,'Velva','ND','48.053192','-100.934250',-6,1); -INSERT INTO zipcodes VALUES (58792,'Voltaire','ND','47.971295','-100.768410',-6,1); -INSERT INTO zipcodes VALUES (58793,'Westhope','ND','48.871815','-101.049360',-6,1); -INSERT INTO zipcodes VALUES (58794,'White Earth','ND','48.298407','-102.766450',-6,1); -INSERT INTO zipcodes VALUES (58795,'Wildrose','ND','48.640550','-103.156930',-6,1); -INSERT INTO zipcodes VALUES (58801,'Williston','ND','48.204960','-103.719080',-6,1); -INSERT INTO zipcodes VALUES (58802,'Williston','ND','48.168836','-103.614824',-6,1); -INSERT INTO zipcodes VALUES (58830,'Alamo','ND','48.586475','-103.467080',-6,1); -INSERT INTO zipcodes VALUES (58831,'Alexander','ND','47.826449','-103.659160',-6,1); -INSERT INTO zipcodes VALUES (58832,'Westby','ND','48.843926','-103.924225',-6,1); -INSERT INTO zipcodes VALUES (58833,'Ambrose','ND','48.894491','-103.512150',-6,1); -INSERT INTO zipcodes VALUES (58835,'Arnegard','ND','47.739430','-103.465640',-6,1); -INSERT INTO zipcodes VALUES (58838,'Cartwright','ND','47.832020','-103.886000',-7,1); -INSERT INTO zipcodes VALUES (58843,'Epping','ND','48.278037','-103.390210',-6,1); -INSERT INTO zipcodes VALUES (58844,'Fortuna','ND','48.894636','-103.758670',-6,1); -INSERT INTO zipcodes VALUES (58845,'Grenora','ND','48.629988','-103.939030',-6,1); -INSERT INTO zipcodes VALUES (58847,'Keene','ND','47.884500','-102.909110',-6,1); -INSERT INTO zipcodes VALUES (58849,'Ray','ND','48.326813','-103.194620',-6,1); -INSERT INTO zipcodes VALUES (58852,'Tioga','ND','48.388509','-102.945890',-6,1); -INSERT INTO zipcodes VALUES (58853,'Trenton','ND','48.069085','-103.843420',-6,1); -INSERT INTO zipcodes VALUES (58854,'Watford City','ND','47.835713','-103.225650',-6,1); -INSERT INTO zipcodes VALUES (58856,'Zahl','ND','48.567291','-103.717110',-6,1); -INSERT INTO zipcodes VALUES (58888,'Garrison','ND','47.612579','-101.304214',-6,1); -INSERT INTO zipcodes VALUES (58982,'Colquhoun','ND','48.986763','-101.693630',-6,1); -INSERT INTO zipcodes VALUES (59000,'Roundup','MT','46.506905','-108.289304',-7,1); -INSERT INTO zipcodes VALUES (59001,'Absarokee','MT','45.522248','-109.488750',-7,1); -INSERT INTO zipcodes VALUES (59002,'Acton','MT','45.932174','-108.689330',-7,1); -INSERT INTO zipcodes VALUES (59003,'Ashland','MT','45.486308','-106.331690',-7,1); -INSERT INTO zipcodes VALUES (59004,'Ashland','MT','46.017965','-106.991990',-7,1); -INSERT INTO zipcodes VALUES (59006,'Ballantine','MT','45.947154','-108.096900',-7,1); -INSERT INTO zipcodes VALUES (59007,'Bearcreek','MT','45.159808','-109.146490',-7,1); -INSERT INTO zipcodes VALUES (59008,'Belfry','MT','45.103044','-109.069920',-7,1); -INSERT INTO zipcodes VALUES (59010,'Bighorn','MT','45.949226','-107.228400',-7,1); -INSERT INTO zipcodes VALUES (59011,'Big Timber','MT','45.883409','-109.918910',-7,1); -INSERT INTO zipcodes VALUES (59012,'Birney','MT','45.351247','-106.588580',-7,1); -INSERT INTO zipcodes VALUES (59013,'Boyd','MT','45.464156','-109.119270',-7,1); -INSERT INTO zipcodes VALUES (59014,'Bridger','MT','45.242325','-108.730730',-7,1); -INSERT INTO zipcodes VALUES (59015,'Broadview','MT','46.096447','-108.831340',-7,1); -INSERT INTO zipcodes VALUES (59016,'Busby','MT','45.457795','-106.970570',-7,1); -INSERT INTO zipcodes VALUES (59018,'Clyde Park','MT','45.894359','-110.611050',-7,1); -INSERT INTO zipcodes VALUES (59019,'Columbus','MT','45.602343','-109.267100',-7,1); -INSERT INTO zipcodes VALUES (59020,'Cooke City','MT','45.058868','-109.900840',-7,1); -INSERT INTO zipcodes VALUES (59022,'Crow Agency','MT','45.613564','-107.378050',-7,1); -INSERT INTO zipcodes VALUES (59024,'Custer','MT','46.095217','-107.631800',-7,1); -INSERT INTO zipcodes VALUES (59025,'Decker','MT','45.090049','-106.692210',-7,1); -INSERT INTO zipcodes VALUES (59026,'Edgar','MT','45.430445','-108.764410',-7,1); -INSERT INTO zipcodes VALUES (59027,'Emigrant','MT','45.310206','-110.889500',-7,1); -INSERT INTO zipcodes VALUES (59028,'Fishtail','MT','45.373162','-109.641340',-7,1); -INSERT INTO zipcodes VALUES (59029,'Fromberg','MT','45.391138','-108.899160',-7,1); -INSERT INTO zipcodes VALUES (59030,'Gardiner','MT','45.145353','-110.607710',-7,1); -INSERT INTO zipcodes VALUES (59031,'Garryowen','MT','45.521423','-107.425660',-7,1); -INSERT INTO zipcodes VALUES (59032,'Grass Range','MT','47.041005','-108.808680',-7,1); -INSERT INTO zipcodes VALUES (59033,'Greycliff','MT','45.734139','-109.775290',-7,1); -INSERT INTO zipcodes VALUES (59034,'Hardin','MT','45.780451','-107.639870',-7,1); -INSERT INTO zipcodes VALUES (59035,'Yellowtail','MT','45.224859','-107.982990',-7,1); -INSERT INTO zipcodes VALUES (59036,'Harlowton','MT','46.435446','-109.869940',-7,1); -INSERT INTO zipcodes VALUES (59037,'Huntley','MT','45.862261','-108.294740',-7,1); -INSERT INTO zipcodes VALUES (59038,'Hysham','MT','46.208375','-107.224150',-7,1); -INSERT INTO zipcodes VALUES (59039,'Ingomar','MT','46.692440','-107.636800',-7,1); -INSERT INTO zipcodes VALUES (59041,'Joliet','MT','45.505519','-108.921190',-7,1); -INSERT INTO zipcodes VALUES (59043,'Lame Deer','MT','45.585984','-106.638620',-7,1); -INSERT INTO zipcodes VALUES (59044,'Laurel','MT','45.665424','-108.756010',-7,1); -INSERT INTO zipcodes VALUES (59046,'Lavina','MT','46.418078','-109.036370',-7,1); -INSERT INTO zipcodes VALUES (59047,'Livingston','MT','45.674463','-110.538340',-7,1); -INSERT INTO zipcodes VALUES (59050,'Lodge Grass','MT','45.272302','-107.458730',-7,1); -INSERT INTO zipcodes VALUES (59052,'McLeod','MT','45.550177','-110.056670',-7,1); -INSERT INTO zipcodes VALUES (59053,'Martinsdale','MT','46.491523','-110.504990',-7,1); -INSERT INTO zipcodes VALUES (59054,'Melstone','MT','46.565030','-107.913800',-7,1); -INSERT INTO zipcodes VALUES (59055,'Melville','MT','46.132630','-109.897460',-7,1); -INSERT INTO zipcodes VALUES (59057,'Molt','MT','45.846359','-108.953910',-7,1); -INSERT INTO zipcodes VALUES (59058,'Mosby','MT','47.059920','-107.800280',-7,1); -INSERT INTO zipcodes VALUES (59059,'Musselshell','MT','46.455469','-108.090300',-7,1); -INSERT INTO zipcodes VALUES (59061,'Nye','MT','45.452360','-109.836810',-7,1); -INSERT INTO zipcodes VALUES (59062,'Otter','MT','45.154425','-106.130170',-7,1); -INSERT INTO zipcodes VALUES (59063,'Park City','MT','45.622948','-108.960000',-7,1); -INSERT INTO zipcodes VALUES (59064,'Pompeys Pillar','MT','45.903794','-107.921810',-7,1); -INSERT INTO zipcodes VALUES (59065,'Pray','MT','45.336151','-110.750990',-7,1); -INSERT INTO zipcodes VALUES (59066,'Pryor','MT','45.353002','-108.491630',-7,1); -INSERT INTO zipcodes VALUES (59067,'Rapelje','MT','45.951002','-109.288830',-7,1); -INSERT INTO zipcodes VALUES (59068,'Red Lodge','MT','45.241761','-109.322170',-7,1); -INSERT INTO zipcodes VALUES (59069,'Reed Point','MT','45.708186','-109.541260',-7,1); -INSERT INTO zipcodes VALUES (59070,'Roberts','MT','45.352866','-109.171580',-7,1); -INSERT INTO zipcodes VALUES (59071,'Roscoe','MT','45.343978','-109.501680',-7,1); -INSERT INTO zipcodes VALUES (59072,'Roundup','MT','46.539320','-108.537750',-7,1); -INSERT INTO zipcodes VALUES (59073,'Roundup','MT','46.444224','-108.395473',-7,1); -INSERT INTO zipcodes VALUES (59074,'Ryegate','MT','46.367286','-109.276080',-7,1); -INSERT INTO zipcodes VALUES (59075,'Saint Xavier','MT','45.395656','-107.934090',-7,1); -INSERT INTO zipcodes VALUES (59076,'Sanders','MT','46.264400','-107.074380',-7,1); -INSERT INTO zipcodes VALUES (59077,'Sand Springs','MT','47.130621','-107.526970',-7,1); -INSERT INTO zipcodes VALUES (59078,'Shawmut','MT','46.383158','-109.496160',-7,1); -INSERT INTO zipcodes VALUES (59079,'Shepherd','MT','46.001031','-108.352700',-7,1); -INSERT INTO zipcodes VALUES (59081,'Silver Gate','MT','45.006307','-109.982380',-7,1); -INSERT INTO zipcodes VALUES (59082,'Springdale','MT','45.333330','-110.477384',-7,1); -INSERT INTO zipcodes VALUES (59083,'Sumatra','MT','46.017965','-106.991990',-7,1); -INSERT INTO zipcodes VALUES (59084,'Teigen','MT','47.173641','-108.281168',-7,1); -INSERT INTO zipcodes VALUES (59085,'Two Dot','MT','46.501026','-110.146810',-7,1); -INSERT INTO zipcodes VALUES (59086,'Wilsall','MT','46.075387','-110.579540',-7,1); -INSERT INTO zipcodes VALUES (59087,'Winnett','MT','47.000478','-108.290050',-7,1); -INSERT INTO zipcodes VALUES (59088,'Worden','MT','46.059495','-108.075500',-7,1); -INSERT INTO zipcodes VALUES (59089,'Wyola','MT','45.076746','-107.446330',-7,1); -INSERT INTO zipcodes VALUES (59101,'Billings','MT','45.737525','-108.487540',-7,1); -INSERT INTO zipcodes VALUES (59102,'Billings','MT','45.778852','-108.574200',-7,1); -INSERT INTO zipcodes VALUES (59103,'Billings','MT','45.978288','-108.194508',-7,1); -INSERT INTO zipcodes VALUES (59104,'Billings','MT','45.978288','-108.194508',-7,1); -INSERT INTO zipcodes VALUES (59105,'Billings','MT','45.836121','-108.468190',-7,1); -INSERT INTO zipcodes VALUES (59106,'Billings','MT','45.777818','-108.669440',-7,1); -INSERT INTO zipcodes VALUES (59107,'Billings','MT','45.825204','-108.393388',-7,1); -INSERT INTO zipcodes VALUES (59108,'Billings','MT','45.978288','-108.194508',-7,1); -INSERT INTO zipcodes VALUES (59111,'Billings','MT','45.978288','-108.194508',-7,1); -INSERT INTO zipcodes VALUES (59112,'Billings','MT','45.978288','-108.194508',-7,1); -INSERT INTO zipcodes VALUES (59114,'Billings','MT','45.978288','-108.194508',-7,1); -INSERT INTO zipcodes VALUES (59115,'Billings','MT','45.978288','-108.194508',-7,1); -INSERT INTO zipcodes VALUES (59116,'Billings','MT','45.978288','-108.194508',-7,1); -INSERT INTO zipcodes VALUES (59117,'Billings','MT','45.978288','-108.194508',-7,1); -INSERT INTO zipcodes VALUES (59201,'Wolf Point','MT','48.126066','-105.658930',-7,1); -INSERT INTO zipcodes VALUES (59211,'Antelope','MT','48.695994','-104.355030',-7,1); -INSERT INTO zipcodes VALUES (59212,'Bainville','MT','48.115400','-104.190360',-7,1); -INSERT INTO zipcodes VALUES (59213,'Brockton','MT','48.132347','-104.881140',-7,1); -INSERT INTO zipcodes VALUES (59214,'Brockway','MT','47.274624','-105.847270',-7,1); -INSERT INTO zipcodes VALUES (59215,'Circle','MT','47.520661','-105.874300',-7,1); -INSERT INTO zipcodes VALUES (59217,'Crane','MT','47.577478','-104.258060',-7,1); -INSERT INTO zipcodes VALUES (59218,'Culbertson','MT','48.132161','-104.514290',-7,1); -INSERT INTO zipcodes VALUES (59219,'Dagmar','MT','48.519946','-104.254920',-7,1); -INSERT INTO zipcodes VALUES (59221,'Fairview','MT','47.900376','-104.134030',-7,1); -INSERT INTO zipcodes VALUES (59222,'Flaxville','MT','48.739987','-105.158360',-7,1); -INSERT INTO zipcodes VALUES (59223,'Fort Peck','MT','48.006744','-106.461040',-7,1); -INSERT INTO zipcodes VALUES (59225,'Frazer','MT','48.202722','-105.967190',-7,1); -INSERT INTO zipcodes VALUES (59226,'Froid','MT','48.317939','-104.444330',-7,1); -INSERT INTO zipcodes VALUES (59230,'Glasgow','MT','48.153810','-106.695580',-7,1); -INSERT INTO zipcodes VALUES (59231,'Saint Marie','MT','48.404667','-106.533570',-7,1); -INSERT INTO zipcodes VALUES (59240,'Glentana','MT','48.330241','-106.609665',-7,1); -INSERT INTO zipcodes VALUES (59241,'Hinsdale','MT','48.399620','-107.097650',-7,1); -INSERT INTO zipcodes VALUES (59242,'Homestead','MT','48.408920','-104.708690',-7,1); -INSERT INTO zipcodes VALUES (59243,'Lambert','MT','47.717540','-104.637340',-7,1); -INSERT INTO zipcodes VALUES (59244,'Larslan','MT','48.599534','-106.333280',-7,1); -INSERT INTO zipcodes VALUES (59245,'McCabe','MT','48.280119','-104.944130',-7,1); -INSERT INTO zipcodes VALUES (59247,'Medicine Lake','MT','48.503927','-104.484870',-7,1); -INSERT INTO zipcodes VALUES (59248,'Nashua','MT','48.133360','-106.335470',-7,1); -INSERT INTO zipcodes VALUES (59250,'Opheim','MT','48.860359','-106.476750',-7,1); -INSERT INTO zipcodes VALUES (59252,'Outlook','MT','48.893223','-104.774100',-7,1); -INSERT INTO zipcodes VALUES (59253,'Peerless','MT','48.730966','-105.855640',-7,1); -INSERT INTO zipcodes VALUES (59254,'Plentywood','MT','48.774660','-104.567690',-7,1); -INSERT INTO zipcodes VALUES (59255,'Poplar','MT','48.136011','-105.161750',-7,1); -INSERT INTO zipcodes VALUES (59256,'Raymond','MT','48.694565','-104.552352',-7,1); -INSERT INTO zipcodes VALUES (59257,'Redstone','MT','48.750625','-104.967020',-7,1); -INSERT INTO zipcodes VALUES (59258,'Reserve','MT','48.591968','-104.613260',-7,1); -INSERT INTO zipcodes VALUES (59259,'Richey','MT','47.777938','-105.042270',-7,1); -INSERT INTO zipcodes VALUES (59260,'Richland','MT','48.717859','-106.078990',-7,1); -INSERT INTO zipcodes VALUES (59261,'Saco','MT','48.544159','-107.403010',-7,1); -INSERT INTO zipcodes VALUES (59262,'Savage','MT','47.463172','-104.368460',-7,1); -INSERT INTO zipcodes VALUES (59263,'Scobey','MT','48.809655','-105.458290',-7,1); -INSERT INTO zipcodes VALUES (59270,'Sidney','MT','47.683129','-104.205470',-7,1); -INSERT INTO zipcodes VALUES (59273,'Vandalia','MT','48.330241','-106.609665',-7,1); -INSERT INTO zipcodes VALUES (59274,'Vida','MT','47.859083','-105.350010',-7,1); -INSERT INTO zipcodes VALUES (59275,'Westby','MT','48.887447','-104.209510',-7,1); -INSERT INTO zipcodes VALUES (59276,'Whitetail','MT','48.897816','-105.163160',-7,1); -INSERT INTO zipcodes VALUES (59301,'Miles City','MT','46.343483','-105.811640',-7,1); -INSERT INTO zipcodes VALUES (59311,'Alzada','MT','45.189905','-104.385690',-7,1); -INSERT INTO zipcodes VALUES (59312,'Angela','MT','46.017965','-106.991990',-7,1); -INSERT INTO zipcodes VALUES (59313,'Baker','MT','46.357253','-104.252990',-7,1); -INSERT INTO zipcodes VALUES (59314,'Biddle','MT','45.078881','-105.375860',-7,1); -INSERT INTO zipcodes VALUES (59315,'Bloomfield','MT','47.441629','-104.866520',-7,1); -INSERT INTO zipcodes VALUES (59316,'Boyes','MT','45.567085','-104.539066',-7,1); -INSERT INTO zipcodes VALUES (59317,'Broadus','MT','45.385223','-105.344480',-7,1); -INSERT INTO zipcodes VALUES (59318,'Brusett','MT','47.426998','-107.442150',-7,1); -INSERT INTO zipcodes VALUES (59319,'Capitol','MT','45.567085','-104.539066',-7,1); -INSERT INTO zipcodes VALUES (59322,'Cohagen','MT','47.049949','-106.581570',-7,1); -INSERT INTO zipcodes VALUES (59323,'Colstrip','MT','45.915952','-106.655050',-7,1); -INSERT INTO zipcodes VALUES (59324,'Ekalaka','MT','45.797477','-104.474820',-7,1); -INSERT INTO zipcodes VALUES (59326,'Fallon','MT','46.810255','-105.043910',-7,1); -INSERT INTO zipcodes VALUES (59327,'Forsyth','MT','46.077231','-106.681860',-7,1); -INSERT INTO zipcodes VALUES (59330,'Glendive','MT','47.107345','-104.726830',-7,1); -INSERT INTO zipcodes VALUES (59332,'Hammond','MT','45.386374','-104.756770',-7,1); -INSERT INTO zipcodes VALUES (59333,'Hathaway','MT','46.271872','-106.213740',-7,1); -INSERT INTO zipcodes VALUES (59336,'Ismay','MT','46.429205','-104.940360',-7,1); -INSERT INTO zipcodes VALUES (59337,'Jordan','MT','47.349999','-106.952070',-7,1); -INSERT INTO zipcodes VALUES (59338,'Kinsey','MT','46.579645','-105.621830',-7,1); -INSERT INTO zipcodes VALUES (59339,'Lindsay','MT','47.253136','-105.194760',-7,1); -INSERT INTO zipcodes VALUES (59341,'Mildred','MT','46.860997','-105.345182',-7,1); -INSERT INTO zipcodes VALUES (59343,'Olive','MT','45.666174','-105.479590',-7,1); -INSERT INTO zipcodes VALUES (59344,'Plevna','MT','46.432080','-104.610630',-7,1); -INSERT INTO zipcodes VALUES (59345,'Powderville','MT','45.391078','-105.630461',-7,1); -INSERT INTO zipcodes VALUES (59347,'Rosebud','MT','46.632549','-106.396410',-7,1); -INSERT INTO zipcodes VALUES (59348,'Sonnette','MT','45.365698','-105.956320',-7,1); -INSERT INTO zipcodes VALUES (59349,'Terry','MT','46.897901','-105.463390',-7,1); -INSERT INTO zipcodes VALUES (59351,'Volborg','MT','45.942409','-105.712110',-7,1); -INSERT INTO zipcodes VALUES (59353,'Wibaux','MT','46.969132','-104.192320',-7,1); -INSERT INTO zipcodes VALUES (59354,'Willard','MT','46.127895','-104.452280',-7,1); -INSERT INTO zipcodes VALUES (59400,'Shelby','MT','48.643651','-111.745326',-7,1); -INSERT INTO zipcodes VALUES (59401,'Great Falls','MT','47.509157','-111.274080',-7,1); -INSERT INTO zipcodes VALUES (59402,'Malmstrom A F B','MT','47.510209','-111.195906',-7,1); -INSERT INTO zipcodes VALUES (59403,'Great Falls','MT','47.258392','-111.341975',-7,1); -INSERT INTO zipcodes VALUES (59404,'Great Falls','MT','47.514307','-111.344990',-7,1); -INSERT INTO zipcodes VALUES (59405,'Great Falls','MT','47.476152','-111.269090',-7,1); -INSERT INTO zipcodes VALUES (59406,'Great Falls','MT','47.619998','-111.239305',-7,1); -INSERT INTO zipcodes VALUES (59410,'Augusta','MT','47.503261','-112.480180',-7,1); -INSERT INTO zipcodes VALUES (59411,'Babb','MT','48.871429','-113.437340',-7,1); -INSERT INTO zipcodes VALUES (59412,'Belt','MT','47.351391','-110.865640',-7,1); -INSERT INTO zipcodes VALUES (59414,'Black Eagle','MT','47.526385','-111.278450',-7,1); -INSERT INTO zipcodes VALUES (59416,'Brady','MT','48.037351','-111.668250',-7,1); -INSERT INTO zipcodes VALUES (59417,'Browning','MT','48.556986','-113.069800',-7,1); -INSERT INTO zipcodes VALUES (59418,'Buffalo','MT','47.248497','-109.263080',-7,1); -INSERT INTO zipcodes VALUES (59419,'Bynum','MT','48.007556','-112.325350',-7,1); -INSERT INTO zipcodes VALUES (59420,'Carter','MT','47.834943','-110.988010',-7,1); -INSERT INTO zipcodes VALUES (59421,'Cascade','MT','47.223693','-111.708210',-7,1); -INSERT INTO zipcodes VALUES (59422,'Choteau','MT','47.840047','-112.350830',-7,1); -INSERT INTO zipcodes VALUES (59424,'Coffee Creek','MT','47.383325','-110.020550',-7,1); -INSERT INTO zipcodes VALUES (59425,'Conrad','MT','48.190331','-111.968720',-7,1); -INSERT INTO zipcodes VALUES (59427,'Cut Bank','MT','48.680309','-112.470090',-7,1); -INSERT INTO zipcodes VALUES (59430,'Denton','MT','47.316304','-109.962910',-7,1); -INSERT INTO zipcodes VALUES (59432,'Dupuyer','MT','48.177132','-112.618040',-7,1); -INSERT INTO zipcodes VALUES (59433,'Dutton','MT','47.895071','-111.779610',-7,1); -INSERT INTO zipcodes VALUES (59434,'East Glacier Park','MT','48.424793','-113.204240',-7,1); -INSERT INTO zipcodes VALUES (59435,'Ethridge','MT','48.609072','-111.731852',-7,1); -INSERT INTO zipcodes VALUES (59436,'Fairfield','MT','47.624913','-112.030060',-7,1); -INSERT INTO zipcodes VALUES (59440,'Floweree','MT','47.696452','-111.152650',-7,1); -INSERT INTO zipcodes VALUES (59441,'Forestgrove','MT','46.906403','-109.095510',-7,1); -INSERT INTO zipcodes VALUES (59442,'Fort Benton','MT','47.830550','-110.648690',-7,1); -INSERT INTO zipcodes VALUES (59443,'Fort Shaw','MT','47.547517','-111.825450',-7,1); -INSERT INTO zipcodes VALUES (59444,'Galata','MT','48.635319','-111.240830',-7,1); -INSERT INTO zipcodes VALUES (59445,'Garneill','MT','47.055715','-109.468299',-7,1); -INSERT INTO zipcodes VALUES (59446,'Geraldine','MT','47.661952','-110.184600',-7,1); -INSERT INTO zipcodes VALUES (59447,'Geyser','MT','47.268612','-110.442290',-7,1); -INSERT INTO zipcodes VALUES (59448,'Heart Butte','MT','48.309341','-112.811150',-7,1); -INSERT INTO zipcodes VALUES (59450,'Highwood','MT','47.530558','-110.572080',-7,1); -INSERT INTO zipcodes VALUES (59451,'Hilger','MT','47.468715','-109.356240',-7,1); -INSERT INTO zipcodes VALUES (59452,'Hobson','MT','46.883052','-110.096730',-7,1); -INSERT INTO zipcodes VALUES (59453,'Judith Gap','MT','46.678858','-109.641190',-7,1); -INSERT INTO zipcodes VALUES (59454,'Kevin','MT','48.744885','-111.971410',-7,1); -INSERT INTO zipcodes VALUES (59456,'Ledger','MT','48.281911','-111.307710',-7,1); -INSERT INTO zipcodes VALUES (59457,'Lewistown','MT','47.054233','-109.480650',-7,1); -INSERT INTO zipcodes VALUES (59460,'Loma','MT','48.008655','-110.475120',-7,1); -INSERT INTO zipcodes VALUES (59461,'Lothair','MT','48.609072','-111.731852',-7,1); -INSERT INTO zipcodes VALUES (59462,'Moccasin','MT','47.089167','-109.914880',-7,1); -INSERT INTO zipcodes VALUES (59463,'Monarch','MT','47.057303','-110.842790',-7,1); -INSERT INTO zipcodes VALUES (59464,'Moore','MT','46.956343','-109.702300',-7,1); -INSERT INTO zipcodes VALUES (59465,'Neihart','MT','46.926021','-110.716960',-7,1); -INSERT INTO zipcodes VALUES (59466,'Oilmont','MT','48.842195','-111.595290',-7,1); -INSERT INTO zipcodes VALUES (59467,'Pendroy','MT','48.093269','-112.302540',-7,1); -INSERT INTO zipcodes VALUES (59468,'Power','MT','47.690940','-111.639980',-7,1); -INSERT INTO zipcodes VALUES (59469,'Raynesford','MT','47.261238','-110.725000',-7,1); -INSERT INTO zipcodes VALUES (59471,'Roy','MT','47.377169','-108.843970',-7,1); -INSERT INTO zipcodes VALUES (59472,'Sand Coulee','MT','47.409591','-111.135170',-7,1); -INSERT INTO zipcodes VALUES (59473,'Santa Rita','MT','48.654170','-113.126262',-7,1); -INSERT INTO zipcodes VALUES (59474,'Shelby','MT','48.479975','-111.768630',-7,1); -INSERT INTO zipcodes VALUES (59477,'Simms','MT','47.459112','-111.967110',-7,1); -INSERT INTO zipcodes VALUES (59479,'Stanford','MT','47.104848','-110.260760',-7,1); -INSERT INTO zipcodes VALUES (59480,'Stockett','MT','47.188396','-111.163490',-7,1); -INSERT INTO zipcodes VALUES (59482,'Sunburst','MT','48.881178','-111.915160',-7,1); -INSERT INTO zipcodes VALUES (59483,'Sun River','MT','47.465072','-111.797350',-7,1); -INSERT INTO zipcodes VALUES (59484,'Sweet Grass','MT','48.979905','-111.924710',-7,1); -INSERT INTO zipcodes VALUES (59485,'Ulm','MT','47.429273','-111.593570',-7,1); -INSERT INTO zipcodes VALUES (59486,'Valier','MT','48.336146','-112.314980',-7,1); -INSERT INTO zipcodes VALUES (59487,'Vaughn','MT','47.577613','-111.604770',-7,1); -INSERT INTO zipcodes VALUES (59489,'Winifred','MT','47.065531','-109.430106',-7,1); -INSERT INTO zipcodes VALUES (59500,'Havre','MT','48.555536','-109.689530',-7,1); -INSERT INTO zipcodes VALUES (59501,'Havre','MT','48.584562','-109.783650',-7,1); -INSERT INTO zipcodes VALUES (59520,'Big Sandy','MT','48.141017','-110.068280',-7,1); -INSERT INTO zipcodes VALUES (59521,'Box Elder','MT','48.321712','-109.957800',-7,1); -INSERT INTO zipcodes VALUES (59522,'Chester','MT','48.487928','-111.003810',-7,1); -INSERT INTO zipcodes VALUES (59523,'Chinook','MT','48.485856','-109.174060',-7,1); -INSERT INTO zipcodes VALUES (59524,'Dodson','MT','48.148715','-108.371090',-7,1); -INSERT INTO zipcodes VALUES (59525,'Gildford','MT','48.733088','-110.324950',-7,1); -INSERT INTO zipcodes VALUES (59526,'Harlem','MT','48.483212','-108.722080',-7,1); -INSERT INTO zipcodes VALUES (59527,'Hays','MT','48.023133','-108.699550',-7,1); -INSERT INTO zipcodes VALUES (59528,'Hingham','MT','48.555089','-110.417690',-7,1); -INSERT INTO zipcodes VALUES (59529,'Hogeland','MT','48.843446','-108.738130',-7,1); -INSERT INTO zipcodes VALUES (59530,'Inverness','MT','48.631693','-110.673840',-7,1); -INSERT INTO zipcodes VALUES (59531,'Joplin','MT','48.675352','-110.826900',-7,1); -INSERT INTO zipcodes VALUES (59532,'Kremlin','MT','48.597362','-110.077000',-7,1); -INSERT INTO zipcodes VALUES (59535,'Lloyd','MT','48.031253','-109.284160',-7,1); -INSERT INTO zipcodes VALUES (59537,'Loring','MT','48.817553','-107.873180',-7,1); -INSERT INTO zipcodes VALUES (59538,'Malta','MT','48.235694','-107.807110',-7,1); -INSERT INTO zipcodes VALUES (59540,'Rudyard','MT','48.525132','-110.549930',-7,1); -INSERT INTO zipcodes VALUES (59542,'Turner','MT','48.824171','-108.444280',-7,1); -INSERT INTO zipcodes VALUES (59544,'Whitewater','MT','48.751881','-107.615050',-7,1); -INSERT INTO zipcodes VALUES (59545,'Whitlash','MT','48.962291','-111.167370',-7,1); -INSERT INTO zipcodes VALUES (59546,'Zortman','MT','47.896703','-108.541350',-7,1); -INSERT INTO zipcodes VALUES (59547,'Zurich','MT','48.607955','-109.012850',-7,1); -INSERT INTO zipcodes VALUES (59601,'Helena','MT','46.588803','-112.041930',-7,1); -INSERT INTO zipcodes VALUES (59602,'Helena','MT','46.696501','-111.968950',-7,1); -INSERT INTO zipcodes VALUES (59604,'Helena','MT','46.667200','-111.968877',-7,1); -INSERT INTO zipcodes VALUES (59620,'Helena','MT','47.184233','-112.330214',-7,1); -INSERT INTO zipcodes VALUES (59623,'Helena','MT','46.590083','-112.040173',-7,1); -INSERT INTO zipcodes VALUES (59624,'Helena','MT','46.610002','-112.062393',-7,1); -INSERT INTO zipcodes VALUES (59625,'Helena','MT','46.601832','-112.041346',-7,1); -INSERT INTO zipcodes VALUES (59626,'Helena','MT','47.184233','-112.330214',-7,1); -INSERT INTO zipcodes VALUES (59631,'Basin','MT','46.231547','-112.344560',-7,1); -INSERT INTO zipcodes VALUES (59632,'Boulder','MT','46.205729','-112.067480',-7,1); -INSERT INTO zipcodes VALUES (59633,'Canyon Creek','MT','46.818147','-112.340900',-7,1); -INSERT INTO zipcodes VALUES (59634,'Clancy','MT','46.479732','-111.974960',-7,1); -INSERT INTO zipcodes VALUES (59635,'East Helena','MT','46.578943','-111.882100',-7,1); -INSERT INTO zipcodes VALUES (59636,'Fort Harrison','MT','46.620549','-112.104460',-7,1); -INSERT INTO zipcodes VALUES (59638,'Jefferson City','MT','46.376532','-112.140740',-7,1); -INSERT INTO zipcodes VALUES (59639,'Lincoln','MT','46.973643','-112.625470',-7,1); -INSERT INTO zipcodes VALUES (59640,'Marysville','MT','46.748706','-112.300230',-7,1); -INSERT INTO zipcodes VALUES (59641,'Radersburg','MT','46.206922','-111.634364',-7,1); -INSERT INTO zipcodes VALUES (59642,'Ringling','MT','46.246560','-110.794040',-7,1); -INSERT INTO zipcodes VALUES (59643,'Toston','MT','46.186442','-111.562530',-7,1); -INSERT INTO zipcodes VALUES (59644,'Townsend','MT','46.394352','-111.446650',-7,1); -INSERT INTO zipcodes VALUES (59645,'White Sulphur Springs','MT','46.615309','-111.010630',-7,1); -INSERT INTO zipcodes VALUES (59647,'Winston','MT','46.454470','-111.650954',-7,1); -INSERT INTO zipcodes VALUES (59648,'Wolf Creek','MT','47.035168','-112.090730',-7,1); -INSERT INTO zipcodes VALUES (59701,'Butte','MT','45.996957','-112.512790',-7,1); -INSERT INTO zipcodes VALUES (59702,'Butte','MT','45.905345','-112.637705',-7,1); -INSERT INTO zipcodes VALUES (59703,'Butte','MT','45.905345','-112.637705',-7,1); -INSERT INTO zipcodes VALUES (59707,'Butte','MT','45.905345','-112.637705',-7,1); -INSERT INTO zipcodes VALUES (59710,'Alder','MT','45.125532','-112.120070',-7,1); -INSERT INTO zipcodes VALUES (59711,'Anaconda','MT','46.141686','-112.989020',-7,1); -INSERT INTO zipcodes VALUES (59713,'Avon','MT','46.650216','-112.590750',-7,1); -INSERT INTO zipcodes VALUES (59714,'Belgrade','MT','45.852910','-111.180370',-7,1); -INSERT INTO zipcodes VALUES (59715,'Bozeman','MT','45.707153','-110.987800',-7,1); -INSERT INTO zipcodes VALUES (59716,'Big Sky','MT','45.268367','-111.326510',-7,1); -INSERT INTO zipcodes VALUES (59717,'Bozeman','MT','45.627982','-110.901280',-7,1); -INSERT INTO zipcodes VALUES (59718,'Bozeman','MT','45.680811','-111.137000',-7,1); -INSERT INTO zipcodes VALUES (59719,'Bozeman','MT','45.627982','-110.901280',-7,1); -INSERT INTO zipcodes VALUES (59720,'Cameron','MT','44.992570','-111.625210',-7,1); -INSERT INTO zipcodes VALUES (59721,'Cardwell','MT','45.849728','-111.862330',-7,1); -INSERT INTO zipcodes VALUES (59722,'Deer Lodge','MT','46.392658','-112.736900',-7,1); -INSERT INTO zipcodes VALUES (59724,'Dell','MT','45.149805','-112.700730',-7,1); -INSERT INTO zipcodes VALUES (59725,'Dillon','MT','45.146179','-112.774110',-7,1); -INSERT INTO zipcodes VALUES (59727,'Divide','MT','45.794048','-112.775950',-7,1); -INSERT INTO zipcodes VALUES (59728,'Elliston','MT','46.481128','-112.433580',-7,1); -INSERT INTO zipcodes VALUES (59729,'Ennis','MT','45.307670','-111.701760',-7,1); -INSERT INTO zipcodes VALUES (59730,'Gallatin Gateway','MT','45.417898','-111.198880',-7,1); -INSERT INTO zipcodes VALUES (59731,'Garrison','MT','46.565168','-112.807220',-7,1); -INSERT INTO zipcodes VALUES (59732,'Glen','MT','45.149805','-112.700730',-7,1); -INSERT INTO zipcodes VALUES (59733,'Gold Creek','MT','46.606751','-112.978660',-7,1); -INSERT INTO zipcodes VALUES (59735,'Harrison','MT','45.688676','-111.782920',-7,1); -INSERT INTO zipcodes VALUES (59736,'Jackson','MT','45.269380','-113.355330',-7,1); -INSERT INTO zipcodes VALUES (59739,'Lima','MT','44.712015','-112.255680',-7,1); -INSERT INTO zipcodes VALUES (59740,'McAllister','MT','45.462512','-111.763670',-7,1); -INSERT INTO zipcodes VALUES (59741,'Manhattan','MT','45.810687','-111.331380',-7,1); -INSERT INTO zipcodes VALUES (59743,'Melrose','MT','45.631031','-112.675700',-7,1); -INSERT INTO zipcodes VALUES (59745,'Norris','MT','45.587974','-111.605770',-7,1); -INSERT INTO zipcodes VALUES (59746,'Polaris','MT','45.534274','-113.170250',-7,1); -INSERT INTO zipcodes VALUES (59747,'Pony','MT','45.659738','-111.889870',-7,1); -INSERT INTO zipcodes VALUES (59748,'Ramsay','MT','46.025762','-112.771560',-7,1); -INSERT INTO zipcodes VALUES (59749,'Sheridan','MT','45.528809','-112.109700',-7,1); -INSERT INTO zipcodes VALUES (59750,'Butte','MT','45.946694','-112.698700',-7,1); -INSERT INTO zipcodes VALUES (59751,'Silver Star','MT','45.681898','-112.305480',-7,1); -INSERT INTO zipcodes VALUES (59752,'Three Forks','MT','45.899881','-111.531430',-7,1); -INSERT INTO zipcodes VALUES (59754,'Twin Bridges','MT','45.513742','-112.418600',-7,1); -INSERT INTO zipcodes VALUES (59755,'Virginia City','MT','45.296409','-111.942370',-7,1); -INSERT INTO zipcodes VALUES (59756,'Warm Springs','MT','46.201464','-112.765550',-7,1); -INSERT INTO zipcodes VALUES (59758,'West Yellowstone','MT','44.727561','-111.187230',-7,1); -INSERT INTO zipcodes VALUES (59759,'Whitehall','MT','45.851349','-112.169500',-7,1); -INSERT INTO zipcodes VALUES (59760,'Willow Creek','MT','45.782744','-111.634532',-7,1); -INSERT INTO zipcodes VALUES (59761,'Wisdom','MT','45.595349','-113.616240',-7,1); -INSERT INTO zipcodes VALUES (59762,'Wise River','MT','45.757767','-112.995520',-7,1); -INSERT INTO zipcodes VALUES (59771,'Bozeman','MT','45.724650','-111.123775',-7,1); -INSERT INTO zipcodes VALUES (59772,'Bozeman','MT','45.636149','-111.064676',-7,1); -INSERT INTO zipcodes VALUES (59773,'Bozeman','MT','45.627982','-110.901280',-7,1); -INSERT INTO zipcodes VALUES (59795,'Ennis','MT','45.349274','-111.735925',-7,1); -INSERT INTO zipcodes VALUES (59798,'West Yellowstone','MT','44.658614','-111.099869',-7,1); -INSERT INTO zipcodes VALUES (59801,'Missoula','MT','46.855423','-114.012290',-7,1); -INSERT INTO zipcodes VALUES (59802,'Missoula','MT','46.896821','-113.955510',-7,1); -INSERT INTO zipcodes VALUES (59803,'Missoula','MT','46.790915','-114.004390',-7,1); -INSERT INTO zipcodes VALUES (59804,'Missoula','MT','46.854974','-114.105660',-7,1); -INSERT INTO zipcodes VALUES (59806,'Missoula','MT','47.116034','-114.049824',-7,1); -INSERT INTO zipcodes VALUES (59807,'Missoula','MT','46.910342','-113.958686',-7,1); -INSERT INTO zipcodes VALUES (59808,'Missoula','MT','46.922750','-114.076390',-7,1); -INSERT INTO zipcodes VALUES (59812,'Missoula','MT','47.116034','-114.049824',-7,1); -INSERT INTO zipcodes VALUES (59817,'Four Corners','MT','45.652577','-111.190888',-7,1); -INSERT INTO zipcodes VALUES (59820,'Alberton','MT','46.971146','-114.496920',-7,1); -INSERT INTO zipcodes VALUES (59821,'Arlee','MT','47.169203','-114.052150',-7,1); -INSERT INTO zipcodes VALUES (59823,'Bonner','MT','46.900409','-113.640270',-7,1); -INSERT INTO zipcodes VALUES (59824,'Charlo','MT','47.425832','-114.178940',-7,1); -INSERT INTO zipcodes VALUES (59825,'Clinton','MT','46.716741','-113.629080',-7,1); -INSERT INTO zipcodes VALUES (59826,'Condon','MT','47.500385','-113.726870',-7,1); -INSERT INTO zipcodes VALUES (59827,'Conner','MT','45.905748','-114.074780',-7,1); -INSERT INTO zipcodes VALUES (59828,'Corvallis','MT','46.313969','-114.048190',-7,1); -INSERT INTO zipcodes VALUES (59829,'Darby','MT','45.836508','-114.206240',-7,1); -INSERT INTO zipcodes VALUES (59830,'De Borgia','MT','47.388827','-115.347934',-7,1); -INSERT INTO zipcodes VALUES (59831,'Dixon','MT','47.291275','-114.372960',-7,1); -INSERT INTO zipcodes VALUES (59832,'Drummond','MT','46.695594','-113.225470',-7,1); -INSERT INTO zipcodes VALUES (59833,'Florence','MT','46.642043','-114.074350',-7,1); -INSERT INTO zipcodes VALUES (59834,'Frenchtown','MT','47.049623','-114.250740',-7,1); -INSERT INTO zipcodes VALUES (59835,'Grantsdale','MT','46.060169','-114.040777',-7,1); -INSERT INTO zipcodes VALUES (59836,'Greenough','MT','47.015705','-113.426350',-7,1); -INSERT INTO zipcodes VALUES (59837,'Hall','MT','46.522136','-113.292810',-7,1); -INSERT INTO zipcodes VALUES (59840,'Hamilton','MT','46.214883','-114.147860',-7,1); -INSERT INTO zipcodes VALUES (59841,'Pinesdale','MT','46.336533','-114.222960',-7,1); -INSERT INTO zipcodes VALUES (59842,'Haugan','MT','47.365882','-115.491510',-7,1); -INSERT INTO zipcodes VALUES (59843,'Helmville','MT','46.878117','-112.979340',-7,1); -INSERT INTO zipcodes VALUES (59844,'Heron','MT','48.030360','-115.968440',-7,1); -INSERT INTO zipcodes VALUES (59845,'Hot Springs','MT','47.740524','-114.635340',-7,1); -INSERT INTO zipcodes VALUES (59846,'Huson','MT','47.107612','-114.446190',-7,1); -INSERT INTO zipcodes VALUES (59847,'Lolo','MT','46.752798','-114.353260',-7,1); -INSERT INTO zipcodes VALUES (59848,'Lonepine','MT','47.689156','-114.678990',-7,1); -INSERT INTO zipcodes VALUES (59851,'Milltown','MT','46.871508','-113.881960',-7,1); -INSERT INTO zipcodes VALUES (59853,'Noxon','MT','48.017227','-115.819620',-7,1); -INSERT INTO zipcodes VALUES (59854,'Ovando','MT','47.044698','-113.092140',-7,1); -INSERT INTO zipcodes VALUES (59855,'Pablo','MT','47.597618','-114.118530',-7,1); -INSERT INTO zipcodes VALUES (59856,'Paradise','MT','47.387824','-114.799000',-7,1); -INSERT INTO zipcodes VALUES (59858,'Philipsburg','MT','46.293656','-113.362730',-7,1); -INSERT INTO zipcodes VALUES (59859,'Plains','MT','47.452071','-114.817100',-7,1); -INSERT INTO zipcodes VALUES (59860,'Polson','MT','47.696131','-114.160940',-7,1); -INSERT INTO zipcodes VALUES (59863,'Ravalli','MT','47.594957','-114.101443',-7,1); -INSERT INTO zipcodes VALUES (59864,'Ronan','MT','47.540256','-114.128980',-7,1); -INSERT INTO zipcodes VALUES (59865,'Saint Ignatius','MT','47.317264','-114.044020',-7,1); -INSERT INTO zipcodes VALUES (59866,'Saint Regis','MT','47.324500','-115.137880',-7,1); -INSERT INTO zipcodes VALUES (59867,'Saltese','MT','47.417172','-115.451130',-7,1); -INSERT INTO zipcodes VALUES (59868,'Seeley Lake','MT','47.222677','-113.525510',-7,1); -INSERT INTO zipcodes VALUES (59870,'Stevensville','MT','46.531350','-114.031820',-7,1); -INSERT INTO zipcodes VALUES (59871,'Sula','MT','45.887807','-113.844070',-7,1); -INSERT INTO zipcodes VALUES (59872,'Superior','MT','47.113918','-114.845070',-7,1); -INSERT INTO zipcodes VALUES (59873,'Thompson Falls','MT','47.710209','-115.234630',-7,1); -INSERT INTO zipcodes VALUES (59874,'Trout Creek','MT','47.844268','-115.605690',-7,1); -INSERT INTO zipcodes VALUES (59875,'Victor','MT','46.394490','-114.187110',-7,1); -INSERT INTO zipcodes VALUES (59901,'Kalispell','MT','48.201414','-114.322020',-7,1); -INSERT INTO zipcodes VALUES (59902,'Kalispell','MT','48.189424','-114.143531',-7,1); -INSERT INTO zipcodes VALUES (59903,'Kalispell','MT','48.223720','-114.429648',-7,1); -INSERT INTO zipcodes VALUES (59904,'Kalispell','MT','48.240382','-114.256123',-7,1); -INSERT INTO zipcodes VALUES (59910,'Big Arm','MT','47.802143','-114.306380',-7,1); -INSERT INTO zipcodes VALUES (59911,'Bigfork','MT','47.952716','-113.962150',-7,1); -INSERT INTO zipcodes VALUES (59912,'Columbia Falls','MT','48.438331','-114.230520',-7,1); -INSERT INTO zipcodes VALUES (59913,'Coram','MT','48.428564','-114.013960',-7,1); -INSERT INTO zipcodes VALUES (59914,'Dayton','MT','47.868708','-114.277800',-7,1); -INSERT INTO zipcodes VALUES (59915,'Elmo','MT','47.829886','-114.395360',-7,1); -INSERT INTO zipcodes VALUES (59916,'Essex','MT','48.249467','-113.628890',-7,1); -INSERT INTO zipcodes VALUES (59917,'Eureka','MT','48.840305','-114.997270',-7,1); -INSERT INTO zipcodes VALUES (59918,'Fortine','MT','48.758530','-114.843630',-7,1); -INSERT INTO zipcodes VALUES (59919,'Hungry Horse','MT','48.185481','-113.830780',-7,1); -INSERT INTO zipcodes VALUES (59920,'Kila','MT','48.034766','-114.498650',-7,1); -INSERT INTO zipcodes VALUES (59921,'Lake McDonald','MT','48.605472','-113.885050',-7,1); -INSERT INTO zipcodes VALUES (59922,'Lakeside','MT','48.005656','-114.241840',-7,1); -INSERT INTO zipcodes VALUES (59923,'Libby','MT','48.309374','-115.328600',-7,1); -INSERT INTO zipcodes VALUES (59925,'Marion','MT','48.080862','-114.808040',-7,1); -INSERT INTO zipcodes VALUES (59926,'Martin City','MT','48.364350','-113.981820',-7,1); -INSERT INTO zipcodes VALUES (59927,'Olney','MT','48.595224','-114.708430',-7,1); -INSERT INTO zipcodes VALUES (59928,'Polebridge','MT','48.863964','-114.427930',-7,1); -INSERT INTO zipcodes VALUES (59929,'Proctor','MT','47.923911','-114.373220',-7,1); -INSERT INTO zipcodes VALUES (59930,'Rexford','MT','48.875701','-115.274610',-7,1); -INSERT INTO zipcodes VALUES (59931,'Rollins','MT','47.911242','-114.195680',-7,1); -INSERT INTO zipcodes VALUES (59932,'Somers','MT','48.073924','-114.223840',-7,1); -INSERT INTO zipcodes VALUES (59933,'Stryker','MT','48.684640','-114.749140',-7,1); -INSERT INTO zipcodes VALUES (59934,'Trego','MT','48.611903','-114.905320',-7,1); -INSERT INTO zipcodes VALUES (59935,'Troy','MT','48.671585','-115.862000',-7,1); -INSERT INTO zipcodes VALUES (59936,'West Glacier','MT','48.497774','-113.925990',-7,1); -INSERT INTO zipcodes VALUES (59937,'Whitefish','MT','48.409454','-114.430690',-7,1); -INSERT INTO zipcodes VALUES (60001,'Alden','IL','42.324761','-88.452481',-6,1); -INSERT INTO zipcodes VALUES (60002,'Antioch','IL','42.466170','-88.099950',-6,1); -INSERT INTO zipcodes VALUES (60004,'Arlington Heights','IL','42.108428','-87.977230',-6,1); -INSERT INTO zipcodes VALUES (60005,'Arlington Heights','IL','42.069327','-87.984640',-6,1); -INSERT INTO zipcodes VALUES (60006,'Arlington Heights','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60007,'Elk Grove Village','IL','42.005978','-87.998470',-6,1); -INSERT INTO zipcodes VALUES (60008,'Rolling Meadows','IL','42.075060','-88.025080',-6,1); -INSERT INTO zipcodes VALUES (60009,'Elk Grove Village','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60010,'Barrington','IL','42.160791','-88.152310',-6,1); -INSERT INTO zipcodes VALUES (60011,'Barrington','IL','42.322814','-87.610053',-6,1); -INSERT INTO zipcodes VALUES (60012,'Crystal Lake','IL','42.265643','-88.316640',-6,1); -INSERT INTO zipcodes VALUES (60013,'Cary','IL','42.217523','-88.243380',-6,1); -INSERT INTO zipcodes VALUES (60014,'Crystal Lake','IL','42.226623','-88.330660',-6,1); -INSERT INTO zipcodes VALUES (60015,'Deerfield','IL','42.169325','-87.865560',-6,1); -INSERT INTO zipcodes VALUES (60016,'Des Plaines','IL','42.047178','-87.890580',-6,1); -INSERT INTO zipcodes VALUES (60017,'Des Plaines','IL','42.028779','-87.894366',-6,1); -INSERT INTO zipcodes VALUES (60018,'Des Plaines','IL','42.008429','-87.892340',-6,1); -INSERT INTO zipcodes VALUES (60019,'Des Plaines','IL','42.024278','-87.907066',-6,1); -INSERT INTO zipcodes VALUES (60020,'Fox Lake','IL','42.409445','-88.178220',-6,1); -INSERT INTO zipcodes VALUES (60021,'Fox River Grove','IL','42.194946','-88.216760',-6,1); -INSERT INTO zipcodes VALUES (60022,'Glencoe','IL','42.130976','-87.762520',-6,1); -INSERT INTO zipcodes VALUES (60025,'Glenview','IL','42.076720','-87.819220',-6,1); -INSERT INTO zipcodes VALUES (60026,'Glenview Nas','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60029,'Golf','IL','42.056529','-87.792860',-6,1); -INSERT INTO zipcodes VALUES (60030,'Grayslake','IL','42.338955','-88.034330',-6,1); -INSERT INTO zipcodes VALUES (60031,'Gurnee','IL','42.375821','-87.935170',-6,1); -INSERT INTO zipcodes VALUES (60033,'Harvard','IL','42.424338','-88.614310',-6,1); -INSERT INTO zipcodes VALUES (60034,'Hebron','IL','42.468318','-88.431250',-6,1); -INSERT INTO zipcodes VALUES (60035,'Highland Park','IL','42.181875','-87.809560',-6,1); -INSERT INTO zipcodes VALUES (60037,'Fort Sheridan','IL','42.211960','-87.808080',-6,1); -INSERT INTO zipcodes VALUES (60038,'Palatine','IL','42.097976','-88.014072',-6,1); -INSERT INTO zipcodes VALUES (60039,'Crystal Lake','IL','42.324761','-88.452481',-6,1); -INSERT INTO zipcodes VALUES (60040,'Highwood','IL','42.205724','-87.814210',-6,1); -INSERT INTO zipcodes VALUES (60041,'Ingleside','IL','42.372721','-88.153030',-6,1); -INSERT INTO zipcodes VALUES (60042,'Island Lake','IL','42.277691','-88.200740',-6,1); -INSERT INTO zipcodes VALUES (60043,'Kenilworth','IL','42.088128','-87.716000',-6,1); -INSERT INTO zipcodes VALUES (60044,'Lake Bluff','IL','42.286222','-87.863090',-6,1); -INSERT INTO zipcodes VALUES (60045,'Lake Forest','IL','42.238087','-87.860930',-6,1); -INSERT INTO zipcodes VALUES (60046,'Lake Villa','IL','42.410687','-88.054620',-6,1); -INSERT INTO zipcodes VALUES (60047,'Lake Zurich','IL','42.199957','-88.058590',-6,1); -INSERT INTO zipcodes VALUES (60048,'Libertyville','IL','42.290922','-87.951690',-6,1); -INSERT INTO zipcodes VALUES (60049,'Long Grove','IL','42.198674','-88.041875',-6,1); -INSERT INTO zipcodes VALUES (60050,'Mchenry','IL','42.348406','-88.247690',-6,1); -INSERT INTO zipcodes VALUES (60051,'Mchenry','IL','42.324761','-88.452481',-6,1); -INSERT INTO zipcodes VALUES (60053,'Morton Grove','IL','42.041999','-87.788820',-6,1); -INSERT INTO zipcodes VALUES (60054,'McHenry','IL','42.353440','-88.260692',-6,1); -INSERT INTO zipcodes VALUES (60055,'Palatine','IL','42.097976','-88.014072',-6,1); -INSERT INTO zipcodes VALUES (60056,'Mount Prospect','IL','42.065427','-87.936210',-6,1); -INSERT INTO zipcodes VALUES (60060,'Mundelein','IL','42.263623','-88.011720',-6,1); -INSERT INTO zipcodes VALUES (60061,'Vernon Hills','IL','42.229856','-87.967790',-6,1); -INSERT INTO zipcodes VALUES (60062,'Northbrook','IL','42.124576','-87.843030',-6,1); -INSERT INTO zipcodes VALUES (60064,'North Chicago','IL','42.326072','-87.852020',-6,1); -INSERT INTO zipcodes VALUES (60065,'Northbrook','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60067,'Palatine','IL','42.109790','-88.049170',-6,1); -INSERT INTO zipcodes VALUES (60068,'Park Ridge','IL','42.011830','-87.841580',-6,1); -INSERT INTO zipcodes VALUES (60069,'Lincolnshire','IL','42.188074','-87.927170',-6,1); -INSERT INTO zipcodes VALUES (60070,'Prospect Heights','IL','42.105576','-87.928160',-6,1); -INSERT INTO zipcodes VALUES (60071,'Richmond','IL','42.464639','-88.302800',-6,1); -INSERT INTO zipcodes VALUES (60072,'Ringwood','IL','42.405464','-88.302740',-6,1); -INSERT INTO zipcodes VALUES (60073,'Round Lake','IL','42.366253','-88.096470',-6,1); -INSERT INTO zipcodes VALUES (60074,'Palatine','IL','42.143819','-88.025460',-6,1); -INSERT INTO zipcodes VALUES (60075,'Russell','IL','42.322814','-87.610053',-6,1); -INSERT INTO zipcodes VALUES (60076,'Skokie','IL','42.036180','-87.732100',-6,1); -INSERT INTO zipcodes VALUES (60077,'Skokie','IL','42.033313','-87.757640',-6,1); -INSERT INTO zipcodes VALUES (60078,'Palatine','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60079,'Waukegan','IL','42.322814','-87.610053',-6,1); -INSERT INTO zipcodes VALUES (60080,'Solon Mills','IL','42.442519','-88.276047',-6,1); -INSERT INTO zipcodes VALUES (60081,'Spring Grove','IL','42.441869','-88.221670',-6,1); -INSERT INTO zipcodes VALUES (60082,'Techny','IL','42.116377','-87.812064',-6,1); -INSERT INTO zipcodes VALUES (60083,'Wadsworth','IL','42.428187','-87.929350',-6,1); -INSERT INTO zipcodes VALUES (60084,'Wauconda','IL','42.263181','-88.143280',-6,1); -INSERT INTO zipcodes VALUES (60085,'Waukegan','IL','42.361271','-87.861870',-6,1); -INSERT INTO zipcodes VALUES (60086,'North Chicago','IL','42.433350','-87.776595',-6,1); -INSERT INTO zipcodes VALUES (60087,'Waukegan','IL','42.404272','-87.865250',-6,1); -INSERT INTO zipcodes VALUES (60088,'Great Lakes','IL','42.312372','-87.852840',-6,1); -INSERT INTO zipcodes VALUES (60089,'Buffalo Grove','IL','42.167638','-87.963930',-6,1); -INSERT INTO zipcodes VALUES (60090,'Wheeling','IL','42.131526','-87.929580',-6,1); -INSERT INTO zipcodes VALUES (60091,'Wilmette','IL','42.077178','-87.723730',-6,1); -INSERT INTO zipcodes VALUES (60092,'Libertyville','IL','42.322814','-87.610053',-6,1); -INSERT INTO zipcodes VALUES (60093,'Winnetka','IL','42.104127','-87.750160',-6,1); -INSERT INTO zipcodes VALUES (60094,'Palatine','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60095,'Palatine','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60096,'Winthrop Harbor','IL','42.480670','-87.830180',-6,1); -INSERT INTO zipcodes VALUES (60097,'Wonder Lake','IL','42.384504','-88.349500',-6,1); -INSERT INTO zipcodes VALUES (60098,'Woodstock','IL','42.316121','-88.438840',-6,1); -INSERT INTO zipcodes VALUES (60099,'Zion','IL','42.451371','-87.848620',-6,1); -INSERT INTO zipcodes VALUES (60101,'Addison','IL','41.931573','-88.002220',-6,1); -INSERT INTO zipcodes VALUES (60102,'Algonquin','IL','42.173150','-88.318490',-6,1); -INSERT INTO zipcodes VALUES (60103,'Bartlett','IL','41.977477','-88.172570',-6,1); -INSERT INTO zipcodes VALUES (60104,'Bellwood','IL','41.882924','-87.876420',-6,1); -INSERT INTO zipcodes VALUES (60105,'Bensenville','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60106,'Bensenville','IL','41.956479','-87.951170',-6,1); -INSERT INTO zipcodes VALUES (60107,'Streamwood','IL','42.023977','-88.176570',-6,1); -INSERT INTO zipcodes VALUES (60108,'Bloomingdale','IL','41.949540','-88.082560',-6,1); -INSERT INTO zipcodes VALUES (60109,'Burlington','IL','42.052112','-88.548290',-6,1); -INSERT INTO zipcodes VALUES (60110,'Carpentersville','IL','42.121188','-88.272270',-6,1); -INSERT INTO zipcodes VALUES (60111,'Clare','IL','41.998231','-88.842230',-6,1); -INSERT INTO zipcodes VALUES (60112,'Cortland','IL','41.921121','-88.689900',-6,1); -INSERT INTO zipcodes VALUES (60113,'Creston','IL','41.931710','-88.964380',-6,1); -INSERT INTO zipcodes VALUES (60114,'Addison','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60115,'Dekalb','IL','41.924127','-88.746170',-6,1); -INSERT INTO zipcodes VALUES (60116,'Carol Stream','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60117,'Bloomingdale','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60118,'Dundee','IL','42.101502','-88.288910',-6,1); -INSERT INTO zipcodes VALUES (60119,'Elburn','IL','41.876506','-88.464290',-6,1); -INSERT INTO zipcodes VALUES (60120,'Elgin','IL','42.037176','-88.259220',-6,1); -INSERT INTO zipcodes VALUES (60121,'Elgin','IL','42.041330','-88.312600',-6,1); -INSERT INTO zipcodes VALUES (60122,'Elgin','IL','42.067101','-88.304994',-6,1); -INSERT INTO zipcodes VALUES (60123,'Elgin','IL','42.034776','-88.323930',-6,1); -INSERT INTO zipcodes VALUES (60125,'Carol Stream','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60126,'Elmhurst','IL','41.891030','-87.941810',-6,1); -INSERT INTO zipcodes VALUES (60127,'Milton','IL','41.878878','-88.134469',-6,1); -INSERT INTO zipcodes VALUES (60128,'Carol Stream','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60129,'Esmond','IL','42.034502','-88.970840',-6,1); -INSERT INTO zipcodes VALUES (60130,'Forest Park','IL','41.871331','-87.812350',-6,1); -INSERT INTO zipcodes VALUES (60131,'Franklin Park','IL','41.935480','-87.874680',-6,1); -INSERT INTO zipcodes VALUES (60132,'Carol Stream','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60133,'Hanover Park','IL','41.980896','-88.144475',-6,1); -INSERT INTO zipcodes VALUES (60134,'Geneva','IL','41.885728','-88.319570',-6,1); -INSERT INTO zipcodes VALUES (60135,'Genoa','IL','42.100280','-88.690600',-6,1); -INSERT INTO zipcodes VALUES (60136,'Gilberts','IL','42.099479','-88.369420',-6,1); -INSERT INTO zipcodes VALUES (60137,'Glen Ellyn','IL','41.869779','-88.062850',-6,1); -INSERT INTO zipcodes VALUES (60138,'Glen Ellyn','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60139,'Glendale Heights','IL','41.920228','-88.078910',-6,1); -INSERT INTO zipcodes VALUES (60140,'Hampshire','IL','42.086218','-88.503600',-6,1); -INSERT INTO zipcodes VALUES (60141,'Hines','IL','41.858028','-87.838650',-6,1); -INSERT INTO zipcodes VALUES (60142,'Huntley','IL','42.171973','-88.428910',-6,1); -INSERT INTO zipcodes VALUES (60143,'Itasca','IL','41.972328','-88.021960',-6,1); -INSERT INTO zipcodes VALUES (60144,'Kaneville','IL','41.936977','-88.420178',-6,1); -INSERT INTO zipcodes VALUES (60145,'Kingston','IL','42.102014','-88.766470',-6,1); -INSERT INTO zipcodes VALUES (60146,'Kirkland','IL','42.100571','-88.876650',-6,1); -INSERT INTO zipcodes VALUES (60147,'Lafox','IL','41.936977','-88.420178',-6,1); -INSERT INTO zipcodes VALUES (60148,'Lombard','IL','41.875429','-88.017230',-6,1); -INSERT INTO zipcodes VALUES (60149,'Dement','IL','41.964197','-88.951205',-6,1); -INSERT INTO zipcodes VALUES (60150,'Malta','IL','41.933061','-88.882930',-6,1); -INSERT INTO zipcodes VALUES (60151,'Maple Park','IL','41.918420','-88.576260',-6,1); -INSERT INTO zipcodes VALUES (60152,'Marengo','IL','42.242199','-88.610340',-6,1); -INSERT INTO zipcodes VALUES (60153,'Maywood','IL','41.880281','-87.844550',-6,1); -INSERT INTO zipcodes VALUES (60154,'Westchester','IL','41.851257','-87.883510',-6,1); -INSERT INTO zipcodes VALUES (60155,'Broadview','IL','41.857931','-87.854770',-6,1); -INSERT INTO zipcodes VALUES (60156,'Lake in the Hills','IL','42.185733','-88.348484',-6,1); -INSERT INTO zipcodes VALUES (60157,'Medinah','IL','41.970628','-88.056060',-6,1); -INSERT INTO zipcodes VALUES (60159,'Schaumburg','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60160,'Melrose Park','IL','41.899880','-87.859780',-6,1); -INSERT INTO zipcodes VALUES (60161,'Melrose Park','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60162,'Hillside','IL','41.872997','-87.901010',-6,1); -INSERT INTO zipcodes VALUES (60163,'Berkeley','IL','41.886794','-87.910520',-6,1); -INSERT INTO zipcodes VALUES (60164,'Melrose Park','IL','41.918230','-87.896270',-6,1); -INSERT INTO zipcodes VALUES (60165,'Stone Park','IL','41.901580','-87.880460',-6,1); -INSERT INTO zipcodes VALUES (60168,'Schaumburg','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60170,'Plato Center','IL','42.025776','-88.425931',-6,1); -INSERT INTO zipcodes VALUES (60171,'River Grove','IL','41.925830','-87.840130',-6,1); -INSERT INTO zipcodes VALUES (60172,'Roselle','IL','41.980761','-88.087040',-6,1); -INSERT INTO zipcodes VALUES (60173,'Schaumburg','IL','42.051927','-88.048140',-6,1); -INSERT INTO zipcodes VALUES (60174,'Saint Charles','IL','41.919808','-88.304980',-6,1); -INSERT INTO zipcodes VALUES (60175,'Saint Charles','IL','41.944577','-88.383260',-6,1); -INSERT INTO zipcodes VALUES (60176,'Schiller Park','IL','41.956830','-87.871930',-6,1); -INSERT INTO zipcodes VALUES (60177,'South Elgin','IL','41.992150','-88.306090',-6,1); -INSERT INTO zipcodes VALUES (60178,'Sycamore','IL','41.990505','-88.687040',-6,1); -INSERT INTO zipcodes VALUES (60179,'Hoffman Estates','IL','42.079336','-88.223655',-6,1); -INSERT INTO zipcodes VALUES (60180,'Union','IL','42.229437','-88.526060',-6,1); -INSERT INTO zipcodes VALUES (60181,'Villa Park','IL','41.880429','-87.978130',-6,1); -INSERT INTO zipcodes VALUES (60182,'Virgil','IL','41.908736','-88.599150',-6,1); -INSERT INTO zipcodes VALUES (60183,'Wasco','IL','41.936977','-88.420178',-6,1); -INSERT INTO zipcodes VALUES (60184,'Wayne','IL','41.953427','-88.251760',-6,1); -INSERT INTO zipcodes VALUES (60185,'West Chicago','IL','41.891978','-88.205020',-6,1); -INSERT INTO zipcodes VALUES (60186,'West Chicago','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60187,'Wheaton','IL','41.858279','-88.109040',-6,1); -INSERT INTO zipcodes VALUES (60188,'Carol Stream','IL','41.918578','-88.136880',-6,1); -INSERT INTO zipcodes VALUES (60189,'Wheaton','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60190,'Winfield','IL','41.875228','-88.152610',-6,1); -INSERT INTO zipcodes VALUES (60191,'Wood Dale','IL','41.962979','-87.976880',-6,1); -INSERT INTO zipcodes VALUES (60192,'Schaumburg','IL','42.065827','-88.213990',-6,1); -INSERT INTO zipcodes VALUES (60193,'Schaumburg','IL','42.012990','-88.096750',-6,1); -INSERT INTO zipcodes VALUES (60194,'Schaumburg','IL','42.037108','-88.107190',-6,1); -INSERT INTO zipcodes VALUES (60195,'Schaumburg','IL','42.067809','-88.108280',-6,1); -INSERT INTO zipcodes VALUES (60196,'Schaumburg','IL','42.056376','-88.072522',-6,1); -INSERT INTO zipcodes VALUES (60197,'Carol Stream','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60198,'Carol Stream','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60199,'Carol Stream','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60201,'Evanston','IL','42.056391','-87.696840',-6,1); -INSERT INTO zipcodes VALUES (60202,'Evanston','IL','42.030327','-87.688280',-6,1); -INSERT INTO zipcodes VALUES (60203,'Evanston','IL','42.048879','-87.717500',-6,1); -INSERT INTO zipcodes VALUES (60204,'Evanston','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60208,'Evanston','IL','42.058629','-87.684506',-6,1); -INSERT INTO zipcodes VALUES (60209,'Evanston','IL','42.049730','-87.679408',-6,1); -INSERT INTO zipcodes VALUES (60301,'Oak Park','IL','41.887981','-87.795620',-6,1); -INSERT INTO zipcodes VALUES (60302,'Oak Park','IL','41.893941','-87.788990',-6,1); -INSERT INTO zipcodes VALUES (60303,'Oak Park','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60304,'Oak Park','IL','41.873550','-87.788500',-6,1); -INSERT INTO zipcodes VALUES (60305,'River Forest','IL','41.893031','-87.817180',-6,1); -INSERT INTO zipcodes VALUES (60330,'River Forest','IL','41.882081','-87.821359',-6,1); -INSERT INTO zipcodes VALUES (60401,'Beecher','IL','41.350484','-87.624080',-6,1); -INSERT INTO zipcodes VALUES (60402,'Berwyn','IL','41.836981','-87.790950',-6,1); -INSERT INTO zipcodes VALUES (60406,'Blue Island','IL','41.656592','-87.681540',-6,1); -INSERT INTO zipcodes VALUES (60407,'Braceville','IL','41.230524','-88.255030',-6,1); -INSERT INTO zipcodes VALUES (60408,'Braidwood','IL','41.262178','-88.223070',-6,1); -INSERT INTO zipcodes VALUES (60409,'Calumet City','IL','41.614188','-87.546380',-6,1); -INSERT INTO zipcodes VALUES (60410,'Channahon','IL','41.439518','-88.208980',-6,1); -INSERT INTO zipcodes VALUES (60411,'Chicago Heights','IL','41.511307','-87.610100',-6,1); -INSERT INTO zipcodes VALUES (60412,'Chicago Heights','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60415,'Chicago Ridge','IL','41.702482','-87.778690',-6,1); -INSERT INTO zipcodes VALUES (60416,'Coal City','IL','41.292011','-88.278300',-6,1); -INSERT INTO zipcodes VALUES (60417,'Crete','IL','41.439034','-87.611730',-6,1); -INSERT INTO zipcodes VALUES (60419,'Dolton','IL','41.626839','-87.598650',-6,1); -INSERT INTO zipcodes VALUES (60420,'Dwight','IL','41.089453','-88.427830',-6,1); -INSERT INTO zipcodes VALUES (60421,'Elwood','IL','41.429681','-88.102840',-6,1); -INSERT INTO zipcodes VALUES (60422,'Flossmoor','IL','41.539384','-87.684240',-6,1); -INSERT INTO zipcodes VALUES (60423,'Frankfort','IL','41.501178','-87.838750',-6,1); -INSERT INTO zipcodes VALUES (60424,'Gardner','IL','41.174117','-88.309540',-6,1); -INSERT INTO zipcodes VALUES (60425,'Glenwood','IL','41.544584','-87.612890',-6,1); -INSERT INTO zipcodes VALUES (60426,'Harvey','IL','41.609078','-87.662640',-6,1); -INSERT INTO zipcodes VALUES (60429,'Hazel Crest','IL','41.574034','-87.678570',-6,1); -INSERT INTO zipcodes VALUES (60430,'Homewood','IL','41.556734','-87.664640',-6,1); -INSERT INTO zipcodes VALUES (60431,'Joliet','IL','41.524930','-88.190220',-6,1); -INSERT INTO zipcodes VALUES (60432,'Joliet','IL','41.533631','-88.055920',-6,1); -INSERT INTO zipcodes VALUES (60433,'Joliet','IL','41.511644','-88.056980',-6,1); -INSERT INTO zipcodes VALUES (60434,'Joliet','IL','41.525430','-88.084208',-6,1); -INSERT INTO zipcodes VALUES (60435,'Joliet','IL','41.543380','-88.119630',-6,1); -INSERT INTO zipcodes VALUES (60436,'Joliet','IL','41.507980','-88.105530',-6,1); -INSERT INTO zipcodes VALUES (60437,'Kinsman','IL','41.168761','-88.557920',-6,1); -INSERT INTO zipcodes VALUES (60438,'Lansing','IL','41.565685','-87.548190',-6,1); -INSERT INTO zipcodes VALUES (60439,'Lemont','IL','41.676028','-87.982580',-6,1); -INSERT INTO zipcodes VALUES (60440,'Bolingbrook','IL','41.703097','-88.074620',-6,1); -INSERT INTO zipcodes VALUES (60441,'Lockport','IL','41.598235','-88.027530',-6,1); -INSERT INTO zipcodes VALUES (60442,'Manhattan','IL','41.407474','-87.968830',-6,1); -INSERT INTO zipcodes VALUES (60443,'Matteson','IL','41.503468','-87.736950',-6,1); -INSERT INTO zipcodes VALUES (60444,'Mazon','IL','41.243419','-88.403250',-6,1); -INSERT INTO zipcodes VALUES (60445,'Midlothian','IL','41.631683','-87.733090',-6,1); -INSERT INTO zipcodes VALUES (60446,'Romeoville','IL','41.642730','-88.099340',-6,1); -INSERT INTO zipcodes VALUES (60447,'Minooka','IL','41.473553','-88.291670',-6,1); -INSERT INTO zipcodes VALUES (60448,'Mokena','IL','41.536782','-87.885820',-6,1); -INSERT INTO zipcodes VALUES (60449,'Monee','IL','41.422555','-87.755310',-6,1); -INSERT INTO zipcodes VALUES (60450,'Morris','IL','41.370642','-88.407490',-6,1); -INSERT INTO zipcodes VALUES (60451,'New Lenox','IL','41.509231','-87.964750',-6,1); -INSERT INTO zipcodes VALUES (60452,'Oak Forest','IL','41.605633','-87.753560',-6,1); -INSERT INTO zipcodes VALUES (60453,'Oak Lawn','IL','41.715082','-87.754600',-6,1); -INSERT INTO zipcodes VALUES (60454,'Oak Lawn','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60455,'Bridgeview','IL','41.742432','-87.806780',-6,1); -INSERT INTO zipcodes VALUES (60456,'Hometown','IL','41.730533','-87.731980',-6,1); -INSERT INTO zipcodes VALUES (60457,'Hickory Hills','IL','41.723782','-87.828250',-6,1); -INSERT INTO zipcodes VALUES (60458,'Justice','IL','41.746432','-87.835570',-6,1); -INSERT INTO zipcodes VALUES (60459,'Burbank','IL','41.744082','-87.770220',-6,1); -INSERT INTO zipcodes VALUES (60460,'Odell','IL','41.001480','-88.529810',-6,1); -INSERT INTO zipcodes VALUES (60461,'Olympia Fields','IL','41.518290','-87.692740',-6,1); -INSERT INTO zipcodes VALUES (60462,'Orland Park','IL','41.623532','-87.835420',-6,1); -INSERT INTO zipcodes VALUES (60463,'Palos Heights','IL','41.663548','-87.791480',-6,1); -INSERT INTO zipcodes VALUES (60464,'Palos Park','IL','41.664582','-87.843780',-6,1); -INSERT INTO zipcodes VALUES (60465,'Palos Hills','IL','41.699432','-87.829770',-6,1); -INSERT INTO zipcodes VALUES (60466,'Park Forest','IL','41.472934','-87.687670',-6,1); -INSERT INTO zipcodes VALUES (60467,'Orland Park','IL','41.598255','-87.892010',-6,1); -INSERT INTO zipcodes VALUES (60468,'Peotone','IL','41.331114','-87.799170',-6,1); -INSERT INTO zipcodes VALUES (60469,'Posen','IL','41.628034','-87.686940',-6,1); -INSERT INTO zipcodes VALUES (60470,'Ransom','IL','41.169068','-88.649400',-6,1); -INSERT INTO zipcodes VALUES (60471,'Richton Park','IL','41.483844','-87.721340',-6,1); -INSERT INTO zipcodes VALUES (60472,'Robbins','IL','41.642933','-87.708140',-6,1); -INSERT INTO zipcodes VALUES (60473,'South Holland','IL','41.597472','-87.599090',-6,1); -INSERT INTO zipcodes VALUES (60474,'South Wilmington','IL','41.173313','-88.274940',-6,1); -INSERT INTO zipcodes VALUES (60475,'Steger','IL','41.470084','-87.633690',-6,1); -INSERT INTO zipcodes VALUES (60476,'Thornton','IL','41.570384','-87.608390',-6,1); -INSERT INTO zipcodes VALUES (60477,'Tinley Park','IL','41.573800','-87.803890',-6,1); -INSERT INTO zipcodes VALUES (60478,'Country Club Hills','IL','41.561134','-87.723980',-6,1); -INSERT INTO zipcodes VALUES (60479,'Verona','IL','41.231718','-88.526590',-6,1); -INSERT INTO zipcodes VALUES (60480,'Willow Springs','IL','41.737616','-87.877780',-6,1); -INSERT INTO zipcodes VALUES (60481,'Wilmington','IL','41.298186','-88.146400',-6,1); -INSERT INTO zipcodes VALUES (60482,'Worth','IL','41.688827','-87.792650',-6,1); -INSERT INTO zipcodes VALUES (60490,'Bolingbrook','IL','41.684752','-88.142030',-6,1); -INSERT INTO zipcodes VALUES (60499,'Bedford Park','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60501,'Summit Argo','IL','41.784832','-87.810000',-6,1); -INSERT INTO zipcodes VALUES (60504,'Aurora','IL','41.760067','-88.252180',-6,1); -INSERT INTO zipcodes VALUES (60505,'Aurora','IL','41.756129','-88.296990',-6,1); -INSERT INTO zipcodes VALUES (60506,'Aurora','IL','41.766029','-88.352540',-6,1); -INSERT INTO zipcodes VALUES (60507,'Aurora','IL','41.936977','-88.420178',-6,1); -INSERT INTO zipcodes VALUES (60510,'Batavia','IL','41.845228','-88.309950',-6,1); -INSERT INTO zipcodes VALUES (60511,'Big Rock','IL','41.755370','-88.548650',-6,1); -INSERT INTO zipcodes VALUES (60512,'Bristol','IL','41.706034','-88.412960',-6,1); -INSERT INTO zipcodes VALUES (60513,'Brookfield','IL','41.822681','-87.847530',-6,1); -INSERT INTO zipcodes VALUES (60514,'Clarendon Hills','IL','41.779533','-87.957980',-6,1); -INSERT INTO zipcodes VALUES (60515,'Downers Grove','IL','41.803480','-88.018270',-6,1); -INSERT INTO zipcodes VALUES (60516,'Downers Grove','IL','41.761463','-88.013340',-6,1); -INSERT INTO zipcodes VALUES (60517,'Woodridge','IL','41.752530','-88.048640',-6,1); -INSERT INTO zipcodes VALUES (60518,'Earlville','IL','41.599139','-88.919320',-6,1); -INSERT INTO zipcodes VALUES (60519,'Eola','IL','41.778379','-88.242680',-6,1); -INSERT INTO zipcodes VALUES (60520,'Hinckley','IL','41.776884','-88.646550',-6,1); -INSERT INTO zipcodes VALUES (60521,'Hinsdale','IL','41.772915','-87.929960',-6,1); -INSERT INTO zipcodes VALUES (60522,'Hinsdale','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60523,'Oak Brook','IL','41.837716','-87.960410',-6,1); -INSERT INTO zipcodes VALUES (60525,'La Grange','IL','41.788536','-87.876050',-6,1); -INSERT INTO zipcodes VALUES (60526,'La Grange Park','IL','41.829831','-87.870400',-6,1); -INSERT INTO zipcodes VALUES (60527,'Hinsdale','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60530,'Lee','IL','41.792378','-88.951600',-6,1); -INSERT INTO zipcodes VALUES (60531,'Leland','IL','41.620636','-88.788950',-6,1); -INSERT INTO zipcodes VALUES (60532,'Lisle','IL','41.789079','-88.085360',-6,1); -INSERT INTO zipcodes VALUES (60534,'Lyons','IL','41.812331','-87.823180',-6,1); -INSERT INTO zipcodes VALUES (60536,'Millbrook','IL','41.598631','-88.553170',-6,1); -INSERT INTO zipcodes VALUES (60537,'Millington','IL','41.562530','-88.599210',-6,1); -INSERT INTO zipcodes VALUES (60538,'Montgomery','IL','41.721886','-88.329720',-6,1); -INSERT INTO zipcodes VALUES (60539,'Mooseheart','IL','41.823478','-88.333200',-6,1); -INSERT INTO zipcodes VALUES (60540,'Naperville','IL','41.764779','-88.145790',-6,1); -INSERT INTO zipcodes VALUES (60541,'Newark','IL','41.529433','-88.535520',-6,1); -INSERT INTO zipcodes VALUES (60542,'North Aurora','IL','41.809387','-88.329310',-6,1); -INSERT INTO zipcodes VALUES (60543,'Oswego','IL','41.684896','-88.341770',-6,1); -INSERT INTO zipcodes VALUES (60544,'Plainfield','IL','41.607624','-88.197360',-6,1); -INSERT INTO zipcodes VALUES (60545,'Plano','IL','41.665654','-88.536970',-6,1); -INSERT INTO zipcodes VALUES (60546,'Riverside','IL','41.836131','-87.821630',-6,1); -INSERT INTO zipcodes VALUES (60548,'Sandwich','IL','41.645393','-88.630520',-6,1); -INSERT INTO zipcodes VALUES (60549,'Serena','IL','41.490329','-88.749980',-6,1); -INSERT INTO zipcodes VALUES (60550,'Shabbona','IL','41.769322','-88.868580',-6,1); -INSERT INTO zipcodes VALUES (60551,'Sheridan','IL','41.527585','-88.682920',-6,1); -INSERT INTO zipcodes VALUES (60552,'Somonauk','IL','41.645998','-88.690000',-6,1); -INSERT INTO zipcodes VALUES (60553,'Steward','IL','41.830628','-89.017040',-6,1); -INSERT INTO zipcodes VALUES (60554,'Sugar Grove','IL','41.779939','-88.451830',-6,1); -INSERT INTO zipcodes VALUES (60555,'Warrenville','IL','41.825520','-88.194520',-6,1); -INSERT INTO zipcodes VALUES (60556,'Waterman','IL','41.768498','-88.775390',-6,1); -INSERT INTO zipcodes VALUES (60557,'Wedron','IL','41.438531','-88.769330',-6,1); -INSERT INTO zipcodes VALUES (60558,'Western Springs','IL','41.805531','-87.901030',-6,1); -INSERT INTO zipcodes VALUES (60559,'Westmont','IL','41.795358','-87.977780',-6,1); -INSERT INTO zipcodes VALUES (60560,'Yorkville','IL','41.631342','-88.439960',-6,1); -INSERT INTO zipcodes VALUES (60561,'Darien','IL','41.745623','-87.981080',-6,1); -INSERT INTO zipcodes VALUES (60563,'Naperville','IL','41.794885','-88.161880',-6,1); -INSERT INTO zipcodes VALUES (60564,'Naperville','IL','41.707118','-88.196340',-6,1); -INSERT INTO zipcodes VALUES (60565,'Naperville','IL','41.728738','-88.128240',-6,1); -INSERT INTO zipcodes VALUES (60566,'Naperville','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60567,'Naperville','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60568,'Aurora','IL','41.935616','-88.432380',-6,1); -INSERT INTO zipcodes VALUES (60570,'Hinsdale','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60572,'Aurora','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60597,'Fox Valley','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60598,'Aurora','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60599,'Fox Valley','IL','41.839679','-88.088716',-6,1); -INSERT INTO zipcodes VALUES (60601,'Chicago','IL','41.886456','-87.623250',-6,1); -INSERT INTO zipcodes VALUES (60602,'Chicago','IL','41.882937','-87.628740',-6,1); -INSERT INTO zipcodes VALUES (60603,'Chicago','IL','41.880446','-87.630140',-6,1); -INSERT INTO zipcodes VALUES (60604,'Chicago','IL','41.877589','-87.628180',-6,1); -INSERT INTO zipcodes VALUES (60605,'Chicago','IL','41.860019','-87.618700',-6,1); -INSERT INTO zipcodes VALUES (60606,'Chicago','IL','41.882582','-87.637600',-6,1); -INSERT INTO zipcodes VALUES (60607,'Chicago','IL','41.875882','-87.651140',-6,1); -INSERT INTO zipcodes VALUES (60608,'Chicago','IL','41.850532','-87.669900',-6,1); -INSERT INTO zipcodes VALUES (60609,'Chicago','IL','41.814283','-87.652820',-6,1); -INSERT INTO zipcodes VALUES (60610,'Chicago','IL','41.898582','-87.637100',-6,1); -INSERT INTO zipcodes VALUES (60611,'Chicago','IL','41.904667','-87.625040',-6,1); -INSERT INTO zipcodes VALUES (60612,'Chicago','IL','41.880682','-87.687700',-6,1); -INSERT INTO zipcodes VALUES (60613,'Chicago','IL','41.953256','-87.662900',-6,1); -INSERT INTO zipcodes VALUES (60614,'Chicago','IL','41.922682','-87.654320',-6,1); -INSERT INTO zipcodes VALUES (60615,'Chicago','IL','41.801525','-87.602150',-6,1); -INSERT INTO zipcodes VALUES (60616,'Chicago','IL','41.847400','-87.631260',-6,1); -INSERT INTO zipcodes VALUES (60617,'Chicago','IL','41.719973','-87.555700',-6,1); -INSERT INTO zipcodes VALUES (60618,'Chicago','IL','41.945681','-87.704800',-6,1); -INSERT INTO zipcodes VALUES (60619,'Chicago','IL','41.744834','-87.604440',-6,1); -INSERT INTO zipcodes VALUES (60620,'Chicago','IL','41.740483','-87.652820',-6,1); -INSERT INTO zipcodes VALUES (60621,'Chicago','IL','41.776983','-87.640400',-6,1); -INSERT INTO zipcodes VALUES (60622,'Chicago','IL','41.900332','-87.669270',-6,1); -INSERT INTO zipcodes VALUES (60623,'Chicago','IL','41.850232','-87.718000',-6,1); -INSERT INTO zipcodes VALUES (60624,'Chicago','IL','41.879365','-87.721990',-6,1); -INSERT INTO zipcodes VALUES (60625,'Chicago','IL','41.971614','-87.702560',-6,1); -INSERT INTO zipcodes VALUES (60626,'Chicago','IL','42.009731','-87.669380',-6,1); -INSERT INTO zipcodes VALUES (60628,'Chicago','IL','41.695434','-87.622550',-6,1); -INSERT INTO zipcodes VALUES (60629,'Chicago','IL','41.777482','-87.711550',-6,1); -INSERT INTO zipcodes VALUES (60630,'Chicago','IL','41.971044','-87.758690',-6,1); -INSERT INTO zipcodes VALUES (60631,'Chicago','IL','41.996230','-87.810910',-6,1); -INSERT INTO zipcodes VALUES (60632,'Chicago','IL','41.809299','-87.710500',-6,1); -INSERT INTO zipcodes VALUES (60633,'Chicago','IL','41.655423','-87.553650',-6,1); -INSERT INTO zipcodes VALUES (60634,'Chicago','IL','41.944454','-87.796540',-6,1); -INSERT INTO zipcodes VALUES (60636,'Chicago','IL','41.776633','-87.668540',-6,1); -INSERT INTO zipcodes VALUES (60637,'Chicago','IL','41.779384','-87.605440',-6,1); -INSERT INTO zipcodes VALUES (60638,'Chicago','IL','41.787982','-87.773800',-6,1); -INSERT INTO zipcodes VALUES (60639,'Chicago','IL','41.921431','-87.754150',-6,1); -INSERT INTO zipcodes VALUES (60640,'Chicago','IL','41.973181','-87.666500',-6,1); -INSERT INTO zipcodes VALUES (60641,'Chicago','IL','41.946431','-87.745760',-6,1); -INSERT INTO zipcodes VALUES (60643,'Chicago','IL','41.696433','-87.659930',-6,1); -INSERT INTO zipcodes VALUES (60644,'Chicago','IL','41.881331','-87.756710',-6,1); -INSERT INTO zipcodes VALUES (60645,'Chicago','IL','42.008956','-87.696340',-6,1); -INSERT INTO zipcodes VALUES (60646,'Chicago','IL','41.995331','-87.760100',-6,1); -INSERT INTO zipcodes VALUES (60647,'Chicago','IL','41.921126','-87.700850',-6,1); -INSERT INTO zipcodes VALUES (60648,'Peotone','IL','41.335445','-87.785286',-6,1); -INSERT INTO zipcodes VALUES (60649,'Chicago','IL','41.761734','-87.570720',-6,1); -INSERT INTO zipcodes VALUES (60650,'Chicago','IL','41.818682','-87.743454',-6,1); -INSERT INTO zipcodes VALUES (60651,'Chicago','IL','41.901485','-87.740550',-6,1); -INSERT INTO zipcodes VALUES (60652,'Chicago','IL','41.744600','-87.711880',-6,1); -INSERT INTO zipcodes VALUES (60653,'Chicago','IL','41.819833','-87.612690',-6,1); -INSERT INTO zipcodes VALUES (60654,'Chicago','IL','41.888627','-87.635380',-6,1); -INSERT INTO zipcodes VALUES (60655,'Chicago','IL','41.696283','-87.699120',-6,1); -INSERT INTO zipcodes VALUES (60656,'Chicago','IL','41.975080','-87.816300',-6,1); -INSERT INTO zipcodes VALUES (60657,'Chicago','IL','41.940832','-87.658520',-6,1); -INSERT INTO zipcodes VALUES (60659,'Chicago','IL','41.991381','-87.703780',-6,1); -INSERT INTO zipcodes VALUES (60660,'Chicago','IL','41.990631','-87.666700',-6,1); -INSERT INTO zipcodes VALUES (60661,'Chicago','IL','41.882082','-87.644610',-6,1); -INSERT INTO zipcodes VALUES (60663,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60664,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60665,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60666,'Amf Ohare','IL','41.968029','-87.891214',-6,1); -INSERT INTO zipcodes VALUES (60667,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60668,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60669,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60670,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60671,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60672,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60673,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60674,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60675,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60677,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60678,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60679,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60680,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60681,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60683,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60684,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60685,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60687,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60690,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60691,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60692,'Chicago','IL','41.867532','-87.672553',-6,1); -INSERT INTO zipcodes VALUES (60693,'Chicago','IL','42.096428','-87.717910',-6,1); -INSERT INTO zipcodes VALUES (60694,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60697,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60699,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60701,'Chicago','IL','41.811929','-87.687320',-6,1); -INSERT INTO zipcodes VALUES (60706,'Harwood Heights','IL','41.964180','-87.816860',-6,1); -INSERT INTO zipcodes VALUES (60707,'Elmwood Park','IL','41.922681','-87.808050',-6,1); -INSERT INTO zipcodes VALUES (60712,'Lincolnwood','IL','42.005331','-87.735450',-6,1); -INSERT INTO zipcodes VALUES (60714,'Niles','IL','42.032379','-87.815630',-6,1); -INSERT INTO zipcodes VALUES (60803,'Alsip','IL','41.675861','-87.731890',-6,1); -INSERT INTO zipcodes VALUES (60804,'Cicero','IL','41.844382','-87.759900',-6,1); -INSERT INTO zipcodes VALUES (60805,'Evergreen Park','IL','41.719933','-87.702490',-6,1); -INSERT INTO zipcodes VALUES (60827,'Riverdale','IL','41.649717','-87.632920',-6,1); -INSERT INTO zipcodes VALUES (60901,'Kankakee','IL','41.114132','-87.867840',-6,1); -INSERT INTO zipcodes VALUES (60902,'Kankakee','IL','41.146464','-87.888971',-6,1); -INSERT INTO zipcodes VALUES (60910,'Aroma Park','IL','41.078981','-87.805360',-6,1); -INSERT INTO zipcodes VALUES (60911,'Ashkum','IL','40.883641','-87.966700',-6,1); -INSERT INTO zipcodes VALUES (60912,'Beaverville','IL','40.968579','-87.616110',-6,1); -INSERT INTO zipcodes VALUES (60913,'Bonfield','IL','41.147958','-88.064120',-6,1); -INSERT INTO zipcodes VALUES (60914,'Bourbonnais','IL','41.170442','-87.868910',-6,1); -INSERT INTO zipcodes VALUES (60915,'Bradley','IL','41.144256','-87.862390',-6,1); -INSERT INTO zipcodes VALUES (60917,'Buckingham','IL','41.046990','-88.186490',-6,1); -INSERT INTO zipcodes VALUES (60918,'Buckley','IL','40.598963','-88.033080',-6,1); -INSERT INTO zipcodes VALUES (60919,'Cabery','IL','40.987824','-88.237370',-6,1); -INSERT INTO zipcodes VALUES (60920,'Campus','IL','41.024846','-88.307970',-6,1); -INSERT INTO zipcodes VALUES (60921,'Chatsworth','IL','40.757447','-88.293060',-6,1); -INSERT INTO zipcodes VALUES (60922,'Chebanse','IL','41.005603','-87.906490',-6,1); -INSERT INTO zipcodes VALUES (60924,'Cissna Park','IL','40.565374','-87.881770',-6,1); -INSERT INTO zipcodes VALUES (60926,'Claytonville','IL','40.572516','-87.818250',-6,1); -INSERT INTO zipcodes VALUES (60927,'Clifton','IL','40.937573','-87.941050',-6,1); -INSERT INTO zipcodes VALUES (60928,'Crescent City','IL','40.766096','-87.854740',-6,1); -INSERT INTO zipcodes VALUES (60929,'Cullom','IL','40.873000','-88.286760',-6,1); -INSERT INTO zipcodes VALUES (60930,'Danforth','IL','40.823527','-87.987400',-6,1); -INSERT INTO zipcodes VALUES (60931,'Donovan','IL','40.876303','-87.601590',-6,1); -INSERT INTO zipcodes VALUES (60932,'East Lynn','IL','40.465251','-87.801120',-6,1); -INSERT INTO zipcodes VALUES (60933,'Elliott','IL','40.465744','-88.269940',-6,1); -INSERT INTO zipcodes VALUES (60934,'Emington','IL','40.966528','-88.349370',-6,1); -INSERT INTO zipcodes VALUES (60935,'Essex','IL','41.175690','-88.172680',-6,1); -INSERT INTO zipcodes VALUES (60936,'Gibson City','IL','40.463079','-88.373100',-6,1); -INSERT INTO zipcodes VALUES (60938,'Gilman','IL','40.767194','-87.989290',-6,1); -INSERT INTO zipcodes VALUES (60939,'Goodwine','IL','40.748087','-87.828760',-6,1); -INSERT INTO zipcodes VALUES (60940,'Grant Park','IL','41.244016','-87.644640',-6,1); -INSERT INTO zipcodes VALUES (60941,'Herscher','IL','41.051130','-88.089570',-6,1); -INSERT INTO zipcodes VALUES (60942,'Hoopeston','IL','40.465869','-87.667660',-6,1); -INSERT INTO zipcodes VALUES (60944,'Hopkins Park','IL','41.146464','-87.888971',-6,1); -INSERT INTO zipcodes VALUES (60945,'Iroquois','IL','40.827011','-87.583560',-6,1); -INSERT INTO zipcodes VALUES (60946,'Kempton','IL','40.908942','-88.213040',-6,1); -INSERT INTO zipcodes VALUES (60948,'Loda','IL','40.526477','-88.082100',-6,1); -INSERT INTO zipcodes VALUES (60949,'Ludlow','IL','40.375602','-88.115240',-6,1); -INSERT INTO zipcodes VALUES (60950,'Manteno','IL','41.250408','-87.851250',-6,1); -INSERT INTO zipcodes VALUES (60951,'Martinton','IL','40.912916','-87.755890',-6,1); -INSERT INTO zipcodes VALUES (60952,'Melvin','IL','40.562833','-88.250530',-6,1); -INSERT INTO zipcodes VALUES (60953,'Milford','IL','40.624025','-87.696180',-6,1); -INSERT INTO zipcodes VALUES (60954,'Momence','IL','41.147918','-87.635790',-6,1); -INSERT INTO zipcodes VALUES (60955,'Onarga','IL','40.706634','-87.996240',-6,1); -INSERT INTO zipcodes VALUES (60956,'Papineau','IL','40.966993','-87.716074',-6,1); -INSERT INTO zipcodes VALUES (60957,'Paxton','IL','40.448736','-88.114050',-6,1); -INSERT INTO zipcodes VALUES (60959,'Piper City','IL','40.779834','-88.180120',-6,1); -INSERT INTO zipcodes VALUES (60960,'Rankin','IL','40.439688','-87.890160',-6,1); -INSERT INTO zipcodes VALUES (60961,'Reddick','IL','41.105629','-88.237940',-6,1); -INSERT INTO zipcodes VALUES (60962,'Roberts','IL','40.625486','-88.186670',-6,1); -INSERT INTO zipcodes VALUES (60963,'Rossville','IL','40.372447','-87.660300',-6,1); -INSERT INTO zipcodes VALUES (60964,'Saint Anne','IL','41.045785','-87.689630',-6,1); -INSERT INTO zipcodes VALUES (60966,'Sheldon','IL','40.762507','-87.574230',-6,1); -INSERT INTO zipcodes VALUES (60967,'Stockland','IL','40.613942','-87.592590',-6,1); -INSERT INTO zipcodes VALUES (60968,'Thawville','IL','40.675600','-88.107610',-6,1); -INSERT INTO zipcodes VALUES (60969,'Union Hill','IL','41.109101','-88.147320',-6,1); -INSERT INTO zipcodes VALUES (60970,'Watseka','IL','40.784447','-87.740510',-6,1); -INSERT INTO zipcodes VALUES (60973,'Wellington','IL','40.543697','-87.664750',-6,1); -INSERT INTO zipcodes VALUES (60974,'Woodland','IL','40.710295','-87.731370',-6,1); -INSERT INTO zipcodes VALUES (61001,'Apple River','IL','42.472458','-90.120980',-6,1); -INSERT INTO zipcodes VALUES (61006,'Ashton','IL','41.865034','-89.215360',-6,1); -INSERT INTO zipcodes VALUES (61007,'Baileyville','IL','42.199457','-89.596620',-6,1); -INSERT INTO zipcodes VALUES (61008,'Belvidere','IL','42.257229','-88.847550',-6,1); -INSERT INTO zipcodes VALUES (61010,'Byron','IL','42.131245','-89.266370',-6,1); -INSERT INTO zipcodes VALUES (61011,'Caledonia','IL','42.376423','-88.932500',-6,1); -INSERT INTO zipcodes VALUES (61012,'Capron','IL','42.401104','-88.747260',-6,1); -INSERT INTO zipcodes VALUES (61013,'Cedarville','IL','42.375078','-89.633820',-6,1); -INSERT INTO zipcodes VALUES (61014,'Chadwick','IL','41.970680','-89.875080',-6,1); -INSERT INTO zipcodes VALUES (61015,'Chana','IL','41.982993','-89.212800',-6,1); -INSERT INTO zipcodes VALUES (61016,'Cherry Valley','IL','42.222221','-88.954300',-6,1); -INSERT INTO zipcodes VALUES (61017,'Coleta','IL','41.902977','-89.804293',-6,1); -INSERT INTO zipcodes VALUES (61018,'Dakota','IL','42.403305','-89.554660',-6,1); -INSERT INTO zipcodes VALUES (61019,'Davis','IL','42.440374','-89.409250',-6,1); -INSERT INTO zipcodes VALUES (61020,'Davis Junction','IL','42.101928','-89.093690',-6,1); -INSERT INTO zipcodes VALUES (61021,'Dixon','IL','41.843702','-89.476360',-6,1); -INSERT INTO zipcodes VALUES (61024,'Durand','IL','42.436585','-89.303940',-6,1); -INSERT INTO zipcodes VALUES (61025,'East Dubuque','IL','42.483971','-90.589450',-6,1); -INSERT INTO zipcodes VALUES (61027,'Eleroy','IL','42.332038','-89.761171',-6,1); -INSERT INTO zipcodes VALUES (61028,'Elizabeth','IL','42.298773','-90.177780',-6,1); -INSERT INTO zipcodes VALUES (61030,'Forreston','IL','42.119619','-89.582420',-6,1); -INSERT INTO zipcodes VALUES (61031,'Franklin Grove','IL','41.840360','-89.311760',-6,1); -INSERT INTO zipcodes VALUES (61032,'Freeport','IL','42.300918','-89.632080',-6,1); -INSERT INTO zipcodes VALUES (61036,'Galena','IL','42.400744','-90.397380',-6,1); -INSERT INTO zipcodes VALUES (61037,'Galt','IL','41.788761','-89.761820',-6,1); -INSERT INTO zipcodes VALUES (61038,'Garden Prairie','IL','42.255617','-88.743440',-6,1); -INSERT INTO zipcodes VALUES (61039,'German Valley','IL','42.213851','-89.474490',-6,1); -INSERT INTO zipcodes VALUES (61041,'Hanover','IL','42.270426','-90.310770',-6,1); -INSERT INTO zipcodes VALUES (61042,'Harmon','IL','41.693390','-89.569860',-6,1); -INSERT INTO zipcodes VALUES (61043,'Holcomb','IL','42.045123','-89.313593',-6,1); -INSERT INTO zipcodes VALUES (61044,'Kent','IL','42.320303','-89.912370',-6,1); -INSERT INTO zipcodes VALUES (61046,'Lanark','IL','42.111421','-89.824360',-6,1); -INSERT INTO zipcodes VALUES (61047,'Leaf River','IL','42.139244','-89.396800',-6,1); -INSERT INTO zipcodes VALUES (61048,'Lena','IL','42.381064','-89.830620',-6,1); -INSERT INTO zipcodes VALUES (61049,'Lindenwood','IL','42.054546','-89.024560',-6,1); -INSERT INTO zipcodes VALUES (61050,'McConnell','IL','42.444700','-89.727080',-6,1); -INSERT INTO zipcodes VALUES (61051,'Milledgeville','IL','41.965904','-89.758960',-6,1); -INSERT INTO zipcodes VALUES (61052,'Monroe Center','IL','42.110548','-89.007510',-6,1); -INSERT INTO zipcodes VALUES (61053,'Mount Carroll','IL','42.100900','-89.982550',-6,1); -INSERT INTO zipcodes VALUES (61054,'Mount Morris','IL','42.046139','-89.440250',-6,1); -INSERT INTO zipcodes VALUES (61057,'Nachusa','IL','41.830896','-89.396130',-6,1); -INSERT INTO zipcodes VALUES (61058,'Nelson','IL','41.797256','-89.599529',-6,1); -INSERT INTO zipcodes VALUES (61059,'Nora','IL','42.455036','-89.945610',-6,1); -INSERT INTO zipcodes VALUES (61060,'Orangeville','IL','42.475891','-89.634040',-6,1); -INSERT INTO zipcodes VALUES (61061,'Oregon','IL','42.006630','-89.339320',-6,1); -INSERT INTO zipcodes VALUES (61062,'Pearl City','IL','42.250987','-89.835710',-6,1); -INSERT INTO zipcodes VALUES (61063,'Pecatonica','IL','42.307665','-89.344530',-6,1); -INSERT INTO zipcodes VALUES (61064,'Polo','IL','41.989386','-89.590840',-6,1); -INSERT INTO zipcodes VALUES (61065,'Poplar Grove','IL','42.364394','-88.846650',-6,1); -INSERT INTO zipcodes VALUES (61067,'Ridott','IL','42.298218','-89.476520',-6,1); -INSERT INTO zipcodes VALUES (61068,'Rochelle','IL','41.935139','-89.068910',-6,1); -INSERT INTO zipcodes VALUES (61070,'Rock City','IL','42.407384','-89.462280',-6,1); -INSERT INTO zipcodes VALUES (61071,'Rock Falls','IL','41.759473','-89.694520',-6,1); -INSERT INTO zipcodes VALUES (61072,'Rockton','IL','42.447856','-89.084850',-6,1); -INSERT INTO zipcodes VALUES (61073,'Roscoe','IL','42.419097','-89.004070',-6,1); -INSERT INTO zipcodes VALUES (61074,'Savanna','IL','42.099635','-90.128580',-6,1); -INSERT INTO zipcodes VALUES (61075,'Scales Mound','IL','42.473737','-90.253620',-6,1); -INSERT INTO zipcodes VALUES (61076,'Scioto Mills','IL','42.355422','-89.667939',-6,1); -INSERT INTO zipcodes VALUES (61077,'Seward','IL','42.236813','-89.358280',-6,1); -INSERT INTO zipcodes VALUES (61078,'Shannon','IL','42.158340','-89.735550',-6,1); -INSERT INTO zipcodes VALUES (61079,'Shirland','IL','42.325364','-89.170527',-6,1); -INSERT INTO zipcodes VALUES (61080,'South Beloit','IL','42.484835','-89.027560',-6,1); -INSERT INTO zipcodes VALUES (61081,'Sterling','IL','41.813776','-89.705370',-6,1); -INSERT INTO zipcodes VALUES (61084,'Stillman Valley','IL','42.112207','-89.186330',-6,1); -INSERT INTO zipcodes VALUES (61085,'Stockton','IL','42.350108','-90.023620',-6,1); -INSERT INTO zipcodes VALUES (61087,'Warren','IL','42.491388','-89.989790',-6,1); -INSERT INTO zipcodes VALUES (61088,'Winnebago','IL','42.271385','-89.250990',-6,1); -INSERT INTO zipcodes VALUES (61089,'Winslow','IL','42.475078','-89.816070',-6,1); -INSERT INTO zipcodes VALUES (61091,'Woosung','IL','41.905844','-89.542550',-6,1); -INSERT INTO zipcodes VALUES (61101,'Rockford','IL','42.292221','-89.125740',-6,1); -INSERT INTO zipcodes VALUES (61102,'Rockford','IL','42.255170','-89.129700',-6,1); -INSERT INTO zipcodes VALUES (61103,'Rockford','IL','42.303365','-89.082460',-6,1); -INSERT INTO zipcodes VALUES (61104,'Rockford','IL','42.255370','-89.076020',-6,1); -INSERT INTO zipcodes VALUES (61105,'Rockford','IL','42.325364','-89.170527',-6,1); -INSERT INTO zipcodes VALUES (61106,'Rockford','IL','42.325364','-89.170527',-6,1); -INSERT INTO zipcodes VALUES (61107,'Rockford','IL','42.280019','-89.033470',-6,1); -INSERT INTO zipcodes VALUES (61108,'Rockford','IL','42.254087','-89.017760',-6,1); -INSERT INTO zipcodes VALUES (61109,'Rockford','IL','42.213439','-89.055950',-6,1); -INSERT INTO zipcodes VALUES (61110,'Rockford','IL','42.325364','-89.170527',-6,1); -INSERT INTO zipcodes VALUES (61111,'Loves Park','IL','42.326227','-89.025730',-6,1); -INSERT INTO zipcodes VALUES (61112,'Rockford','IL','42.245596','-88.975860',-6,1); -INSERT INTO zipcodes VALUES (61114,'Rockford','IL','42.306666','-89.008390',-6,1); -INSERT INTO zipcodes VALUES (61115,'Machesney Park','IL','42.352539','-89.041860',-6,1); -INSERT INTO zipcodes VALUES (61125,'Rockford','IL','42.325364','-89.170527',-6,1); -INSERT INTO zipcodes VALUES (61126,'Rockford','IL','42.325364','-89.170527',-6,1); -INSERT INTO zipcodes VALUES (61130,'Loves Park','IL','42.325364','-89.170527',-6,1); -INSERT INTO zipcodes VALUES (61131,'Loves Park','IL','42.325364','-89.170527',-6,1); -INSERT INTO zipcodes VALUES (61132,'Loves Park','IL','42.325364','-89.170527',-6,1); -INSERT INTO zipcodes VALUES (61201,'Rock Island','IL','41.490300','-90.569560',-6,1); -INSERT INTO zipcodes VALUES (61202,'Rock Island','IL','41.466752','-90.587140',-6,1); -INSERT INTO zipcodes VALUES (61204,'Rock Island','IL','41.554901','-90.615975',-6,1); -INSERT INTO zipcodes VALUES (61206,'Rock Island','IL','41.554901','-90.615975',-6,1); -INSERT INTO zipcodes VALUES (61230,'Albany','IL','41.766003','-90.223220',-6,1); -INSERT INTO zipcodes VALUES (61231,'Aledo','IL','41.202461','-90.731370',-6,1); -INSERT INTO zipcodes VALUES (61232,'Andalusia','IL','41.440852','-90.719570',-6,1); -INSERT INTO zipcodes VALUES (61233,'Andover','IL','41.292977','-90.293340',-6,1); -INSERT INTO zipcodes VALUES (61234,'Annawan','IL','41.412944','-89.922360',-6,1); -INSERT INTO zipcodes VALUES (61235,'Atkinson','IL','41.409646','-90.018210',-6,1); -INSERT INTO zipcodes VALUES (61236,'Barstow','IL','41.518317','-90.355970',-6,1); -INSERT INTO zipcodes VALUES (61237,'Buffalo Prairie','IL','41.336752','-90.852226',-6,1); -INSERT INTO zipcodes VALUES (61238,'Cambridge','IL','41.286797','-90.174860',-6,1); -INSERT INTO zipcodes VALUES (61239,'Carbon Cliff','IL','41.497667','-90.390470',-6,1); -INSERT INTO zipcodes VALUES (61240,'Coal Valley','IL','41.439784','-90.428000',-6,1); -INSERT INTO zipcodes VALUES (61241,'Colona','IL','41.483484','-90.340460',-6,1); -INSERT INTO zipcodes VALUES (61242,'Cordova','IL','41.697188','-90.301770',-6,1); -INSERT INTO zipcodes VALUES (61243,'Deer Grove','IL','41.610151','-89.662980',-6,1); -INSERT INTO zipcodes VALUES (61244,'East Moline','IL','41.518733','-90.417880',-6,1); -INSERT INTO zipcodes VALUES (61250,'Erie','IL','41.657803','-90.086130',-6,1); -INSERT INTO zipcodes VALUES (61251,'Fenton','IL','41.738551','-90.069220',-6,1); -INSERT INTO zipcodes VALUES (61252,'Fulton','IL','41.863049','-90.145240',-6,1); -INSERT INTO zipcodes VALUES (61254,'Geneseo','IL','41.464473','-90.158540',-6,1); -INSERT INTO zipcodes VALUES (61256,'Hampton','IL','41.554666','-90.409870',-6,1); -INSERT INTO zipcodes VALUES (61257,'Hillsdale','IL','41.590161','-90.203920',-6,1); -INSERT INTO zipcodes VALUES (61258,'Hooppole','IL','41.522044','-89.912160',-6,1); -INSERT INTO zipcodes VALUES (61259,'Illinois City','IL','41.369036','-90.928400',-6,1); -INSERT INTO zipcodes VALUES (61260,'Joy','IL','41.228561','-90.875650',-6,1); -INSERT INTO zipcodes VALUES (61261,'Lyndon','IL','41.719782','-89.921160',-6,1); -INSERT INTO zipcodes VALUES (61262,'Lynn Center','IL','41.285950','-90.361170',-6,1); -INSERT INTO zipcodes VALUES (61263,'Matherville','IL','41.260255','-90.605870',-6,1); -INSERT INTO zipcodes VALUES (61264,'Milan','IL','41.426583','-90.576390',-6,1); -INSERT INTO zipcodes VALUES (61265,'Moline','IL','41.490333','-90.500060',-6,1); -INSERT INTO zipcodes VALUES (61266,'Moline','IL','41.554901','-90.615975',-6,1); -INSERT INTO zipcodes VALUES (61270,'Morrison','IL','41.819003','-89.966230',-6,1); -INSERT INTO zipcodes VALUES (61272,'New Boston','IL','41.223984','-91.012300',-6,1); -INSERT INTO zipcodes VALUES (61273,'Orion','IL','41.357236','-90.384820',-6,1); -INSERT INTO zipcodes VALUES (61274,'Osco','IL','41.372408','-90.270310',-6,1); -INSERT INTO zipcodes VALUES (61275,'Port Byron','IL','41.599642','-90.319780',-6,1); -INSERT INTO zipcodes VALUES (61276,'Preemption','IL','41.305890','-90.597900',-6,1); -INSERT INTO zipcodes VALUES (61277,'Prophetstown','IL','41.612038','-89.930360',-6,1); -INSERT INTO zipcodes VALUES (61278,'Rapids City','IL','41.585883','-90.343228',-6,1); -INSERT INTO zipcodes VALUES (61279,'Reynolds','IL','41.316530','-90.706710',-6,1); -INSERT INTO zipcodes VALUES (61281,'Sherrard','IL','41.303101','-90.506150',-6,1); -INSERT INTO zipcodes VALUES (61282,'Silvis','IL','41.501234','-90.414040',-6,1); -INSERT INTO zipcodes VALUES (61283,'Tampico','IL','41.605825','-89.776280',-6,1); -INSERT INTO zipcodes VALUES (61284,'Taylor Ridge','IL','41.406276','-90.735000',-6,1); -INSERT INTO zipcodes VALUES (61285,'Thomson','IL','41.978758','-90.092480',-6,1); -INSERT INTO zipcodes VALUES (61299,'Rock Island','IL','41.520333','-90.541585',-6,1); -INSERT INTO zipcodes VALUES (61301,'La Salle','IL','41.347117','-89.089740',-6,1); -INSERT INTO zipcodes VALUES (61310,'Amboy','IL','41.707588','-89.343710',-6,1); -INSERT INTO zipcodes VALUES (61311,'Ancona','IL','41.042878','-88.862680',-6,1); -INSERT INTO zipcodes VALUES (61312,'Arlington','IL','41.435197','-89.234320',-6,1); -INSERT INTO zipcodes VALUES (61313,'Blackstone','IL','41.064946','-88.668360',-6,1); -INSERT INTO zipcodes VALUES (61314,'Buda','IL','41.310471','-89.676620',-6,1); -INSERT INTO zipcodes VALUES (61315,'Bureau','IL','41.289819','-89.370690',-6,1); -INSERT INTO zipcodes VALUES (61316,'Cedar Point','IL','41.261853','-89.125230',-6,1); -INSERT INTO zipcodes VALUES (61317,'Cherry','IL','41.427600','-89.212430',-6,1); -INSERT INTO zipcodes VALUES (61318,'Compton','IL','41.710715','-89.078070',-6,1); -INSERT INTO zipcodes VALUES (61319,'Cornell','IL','41.011259','-88.748540',-6,1); -INSERT INTO zipcodes VALUES (61320,'Dalzell','IL','41.350864','-89.173660',-6,1); -INSERT INTO zipcodes VALUES (61321,'Dana','IL','40.963663','-88.979320',-6,1); -INSERT INTO zipcodes VALUES (61322,'Depue','IL','41.321814','-89.308600',-6,1); -INSERT INTO zipcodes VALUES (61323,'Dover','IL','41.435327','-89.395830',-6,1); -INSERT INTO zipcodes VALUES (61324,'Eldena','IL','41.770952','-89.412670',-6,1); -INSERT INTO zipcodes VALUES (61325,'Grand Ridge','IL','41.234167','-88.828070',-6,1); -INSERT INTO zipcodes VALUES (61326,'Granville','IL','41.264159','-89.236550',-6,1); -INSERT INTO zipcodes VALUES (61327,'Hennepin','IL','41.252101','-89.324510',-6,1); -INSERT INTO zipcodes VALUES (61328,'Kasbeer','IL','41.504603','-89.462890',-6,1); -INSERT INTO zipcodes VALUES (61329,'Ladd','IL','41.380259','-89.212390',-6,1); -INSERT INTO zipcodes VALUES (61330,'La Moille','IL','41.533640','-89.276910',-6,1); -INSERT INTO zipcodes VALUES (61331,'Lee Center','IL','41.747471','-89.277130',-6,1); -INSERT INTO zipcodes VALUES (61332,'Leonore','IL','41.190024','-88.982380',-6,1); -INSERT INTO zipcodes VALUES (61333,'Long Point','IL','40.990965','-88.882780',-6,1); -INSERT INTO zipcodes VALUES (61334,'Lostant','IL','41.144329','-89.088150',-6,1); -INSERT INTO zipcodes VALUES (61335,'McNabb','IL','41.168946','-89.220500',-6,1); -INSERT INTO zipcodes VALUES (61336,'Magnolia','IL','41.111077','-89.212070',-6,1); -INSERT INTO zipcodes VALUES (61337,'Malden','IL','41.427282','-89.366220',-6,1); -INSERT INTO zipcodes VALUES (61338,'Manlius','IL','41.454700','-89.669660',-6,1); -INSERT INTO zipcodes VALUES (61340,'Mark','IL','41.265597','-89.251060',-6,1); -INSERT INTO zipcodes VALUES (61341,'Marseilles','IL','41.336202','-88.697270',-6,1); -INSERT INTO zipcodes VALUES (61342,'Mendota','IL','41.543149','-89.106960',-6,1); -INSERT INTO zipcodes VALUES (61344,'Mineral','IL','41.394429','-89.841110',-6,1); -INSERT INTO zipcodes VALUES (61345,'Neponset','IL','41.280262','-89.794420',-6,1); -INSERT INTO zipcodes VALUES (61346,'New Bedford','IL','41.513879','-89.718420',-6,1); -INSERT INTO zipcodes VALUES (61348,'Oglesby','IL','41.292401','-89.059430',-6,1); -INSERT INTO zipcodes VALUES (61349,'Ohio','IL','41.543342','-89.440780',-6,1); -INSERT INTO zipcodes VALUES (61350,'Ottawa','IL','41.352630','-88.847340',-6,1); -INSERT INTO zipcodes VALUES (61353,'Paw Paw','IL','41.690735','-88.988150',-6,1); -INSERT INTO zipcodes VALUES (61354,'Peru','IL','41.330789','-89.129900',-6,1); -INSERT INTO zipcodes VALUES (61356,'Princeton','IL','41.372528','-89.443150',-6,1); -INSERT INTO zipcodes VALUES (61358,'Rutland','IL','40.986256','-89.043640',-6,1); -INSERT INTO zipcodes VALUES (61359,'Seatonville','IL','41.363772','-89.269750',-6,1); -INSERT INTO zipcodes VALUES (61360,'Seneca','IL','41.320345','-88.610170',-6,1); -INSERT INTO zipcodes VALUES (61361,'Sheffield','IL','41.400837','-89.744440',-6,1); -INSERT INTO zipcodes VALUES (61362,'Spring Valley','IL','41.332908','-89.208470',-6,1); -INSERT INTO zipcodes VALUES (61363,'Standard','IL','41.256450','-89.179010',-6,1); -INSERT INTO zipcodes VALUES (61364,'Streator','IL','41.129482','-88.836660',-6,1); -INSERT INTO zipcodes VALUES (61367,'Sublette','IL','41.638122','-89.268890',-6,1); -INSERT INTO zipcodes VALUES (61368,'Tiskilwa','IL','41.279825','-89.504920',-6,1); -INSERT INTO zipcodes VALUES (61369,'Toluca','IL','40.992084','-89.152310',-6,1); -INSERT INTO zipcodes VALUES (61370,'Tonica','IL','41.210760','-89.038860',-6,1); -INSERT INTO zipcodes VALUES (61371,'Triumph','IL','41.499089','-89.021881',-6,1); -INSERT INTO zipcodes VALUES (61372,'Troy Grove','IL','41.466102','-89.077940',-6,1); -INSERT INTO zipcodes VALUES (61373,'Utica','IL','41.370610','-89.014900',-6,1); -INSERT INTO zipcodes VALUES (61374,'Van Orin','IL','41.543813','-89.354490',-6,1); -INSERT INTO zipcodes VALUES (61375,'Varna','IL','41.037822','-89.256820',-6,1); -INSERT INTO zipcodes VALUES (61376,'Walnut','IL','41.546706','-89.600810',-6,1); -INSERT INTO zipcodes VALUES (61377,'Wenona','IL','41.057649','-89.047880',-6,1); -INSERT INTO zipcodes VALUES (61378,'West Brooklyn','IL','41.722744','-89.156010',-6,1); -INSERT INTO zipcodes VALUES (61379,'Wyanet','IL','41.369056','-89.603210',-6,1); -INSERT INTO zipcodes VALUES (61401,'Galesburg','IL','40.948073','-90.368710',-6,1); -INSERT INTO zipcodes VALUES (61402,'Galesburg','IL','40.932207','-90.214412',-6,1); -INSERT INTO zipcodes VALUES (61410,'Abingdon','IL','40.802633','-90.397660',-6,1); -INSERT INTO zipcodes VALUES (61411,'Adair','IL','40.401282','-90.501530',-6,1); -INSERT INTO zipcodes VALUES (61412,'Alexis','IL','41.067549','-90.579940',-6,1); -INSERT INTO zipcodes VALUES (61413,'Alpha','IL','41.189123','-90.368130',-6,1); -INSERT INTO zipcodes VALUES (61414,'Altona','IL','41.117342','-90.160630',-6,1); -INSERT INTO zipcodes VALUES (61415,'Avon','IL','40.661165','-90.439080',-6,1); -INSERT INTO zipcodes VALUES (61416,'Bardolph','IL','40.496817','-90.563340',-6,1); -INSERT INTO zipcodes VALUES (61417,'Berwick','IL','40.781504','-90.529010',-6,1); -INSERT INTO zipcodes VALUES (61418,'Biggsville','IL','40.854865','-90.859250',-6,1); -INSERT INTO zipcodes VALUES (61419,'Bishop Hill','IL','41.200711','-90.118320',-6,1); -INSERT INTO zipcodes VALUES (61420,'Blandinsville','IL','40.555678','-90.870870',-6,1); -INSERT INTO zipcodes VALUES (61421,'Bradford','IL','41.174037','-89.658490',-6,1); -INSERT INTO zipcodes VALUES (61422,'Bushnell','IL','40.550883','-90.517660',-6,1); -INSERT INTO zipcodes VALUES (61423,'Cameron','IL','40.889288','-90.505290',-6,1); -INSERT INTO zipcodes VALUES (61424,'Camp Grove','IL','41.073398','-89.630150',-6,1); -INSERT INTO zipcodes VALUES (61425,'Carman','IL','40.778519','-91.059020',-6,1); -INSERT INTO zipcodes VALUES (61426,'Castleton','IL','41.118359','-89.705750',-6,1); -INSERT INTO zipcodes VALUES (61427,'Cuba','IL','40.499297','-90.177640',-6,1); -INSERT INTO zipcodes VALUES (61428,'Dahinda','IL','40.952695','-90.121410',-6,1); -INSERT INTO zipcodes VALUES (61430,'East Galesburg','IL','40.943990','-90.312050',-6,1); -INSERT INTO zipcodes VALUES (61431,'Ellisville','IL','40.617275','-90.295560',-6,1); -INSERT INTO zipcodes VALUES (61432,'Fairview','IL','40.642927','-90.171740',-6,1); -INSERT INTO zipcodes VALUES (61433,'Fiatt','IL','40.449305','-90.161761',-6,1); -INSERT INTO zipcodes VALUES (61434,'Galva','IL','41.172197','-90.039010',-6,1); -INSERT INTO zipcodes VALUES (61435,'Gerlaw','IL','40.972589','-90.548350',-6,1); -INSERT INTO zipcodes VALUES (61436,'Gilson','IL','40.859964','-90.222120',-6,1); -INSERT INTO zipcodes VALUES (61437,'Gladstone','IL','40.854247','-90.965420',-6,1); -INSERT INTO zipcodes VALUES (61438,'Good Hope','IL','40.579737','-90.646910',-6,1); -INSERT INTO zipcodes VALUES (61439,'Henderson','IL','41.025720','-90.355660',-6,1); -INSERT INTO zipcodes VALUES (61440,'Industry','IL','40.324365','-90.603510',-6,1); -INSERT INTO zipcodes VALUES (61441,'Ipava','IL','40.337555','-90.304580',-6,1); -INSERT INTO zipcodes VALUES (61442,'Keithsburg','IL','41.092081','-90.927430',-6,1); -INSERT INTO zipcodes VALUES (61443,'Kewanee','IL','41.247536','-89.928480',-6,1); -INSERT INTO zipcodes VALUES (61447,'Kirkwood','IL','40.867285','-90.757590',-6,1); -INSERT INTO zipcodes VALUES (61448,'Knoxville','IL','40.910079','-90.271710',-6,1); -INSERT INTO zipcodes VALUES (61449,'La Fayette','IL','41.098764','-89.973610',-6,1); -INSERT INTO zipcodes VALUES (61450,'La Harpe','IL','40.567399','-90.970660',-6,1); -INSERT INTO zipcodes VALUES (61451,'Laura','IL','40.953365','-89.942590',-6,1); -INSERT INTO zipcodes VALUES (61452,'Littleton','IL','40.249363','-90.668450',-6,1); -INSERT INTO zipcodes VALUES (61453,'Little York','IL','41.010666','-90.753930',-6,1); -INSERT INTO zipcodes VALUES (61454,'Lomax','IL','40.685436','-91.052070',-6,1); -INSERT INTO zipcodes VALUES (61455,'Macomb','IL','40.456986','-90.668100',-6,1); -INSERT INTO zipcodes VALUES (61457,'Lee','IL','40.553989','-90.355505',-6,1); -INSERT INTO zipcodes VALUES (61458,'Maquon','IL','40.776079','-90.193800',-6,1); -INSERT INTO zipcodes VALUES (61459,'Marietta','IL','40.503305','-90.418080',-6,1); -INSERT INTO zipcodes VALUES (61460,'Media','IL','40.734056','-90.826540',-6,1); -INSERT INTO zipcodes VALUES (61462,'Monmouth','IL','40.918849','-90.644660',-6,1); -INSERT INTO zipcodes VALUES (61465,'New Windsor','IL','41.200936','-90.456310',-6,1); -INSERT INTO zipcodes VALUES (61466,'North Henderson','IL','41.100353','-90.467260',-6,1); -INSERT INTO zipcodes VALUES (61467,'Oneida','IL','41.069414','-90.241770',-6,1); -INSERT INTO zipcodes VALUES (61468,'Opheim','IL','41.254936','-90.403840',-6,1); -INSERT INTO zipcodes VALUES (61469,'Oquawka','IL','40.957929','-90.936080',-6,1); -INSERT INTO zipcodes VALUES (61470,'Prairie City','IL','40.614899','-90.473450',-6,1); -INSERT INTO zipcodes VALUES (61471,'Raritan','IL','40.696535','-90.826070',-6,1); -INSERT INTO zipcodes VALUES (61472,'Rio','IL','41.105401','-90.387170',-6,1); -INSERT INTO zipcodes VALUES (61473,'Roseville','IL','40.705950','-90.657240',-6,1); -INSERT INTO zipcodes VALUES (61474,'Saint Augustine','IL','40.740729','-90.379460',-6,1); -INSERT INTO zipcodes VALUES (61475,'Sciota','IL','40.581413','-90.761200',-6,1); -INSERT INTO zipcodes VALUES (61476,'Seaton','IL','41.095037','-90.809980',-6,1); -INSERT INTO zipcodes VALUES (61477,'Smithfield','IL','40.500643','-90.315760',-6,1); -INSERT INTO zipcodes VALUES (61478,'Smithshire','IL','40.777241','-90.764540',-6,1); -INSERT INTO zipcodes VALUES (61479,'Speer','IL','40.999497','-89.654290',-6,1); -INSERT INTO zipcodes VALUES (61480,'Stronghurst','IL','40.727428','-90.913470',-6,1); -INSERT INTO zipcodes VALUES (61482,'Table Grove','IL','40.368358','-90.424690',-6,1); -INSERT INTO zipcodes VALUES (61483,'Toulon','IL','41.096380','-89.866490',-6,1); -INSERT INTO zipcodes VALUES (61484,'Vermont','IL','40.292388','-90.428330',-6,1); -INSERT INTO zipcodes VALUES (61485,'Victoria','IL','41.025484','-90.084220',-6,1); -INSERT INTO zipcodes VALUES (61486,'Viola','IL','41.195087','-90.579230',-6,1); -INSERT INTO zipcodes VALUES (61488,'Wataga','IL','41.030951','-90.297050',-6,1); -INSERT INTO zipcodes VALUES (61489,'Williamsfield','IL','40.929497','-90.018880',-6,1); -INSERT INTO zipcodes VALUES (61490,'Woodhull','IL','41.183299','-90.276370',-6,1); -INSERT INTO zipcodes VALUES (61491,'Wyoming','IL','41.068691','-89.760330',-6,1); -INSERT INTO zipcodes VALUES (61501,'Astoria','IL','40.234249','-90.329410',-6,1); -INSERT INTO zipcodes VALUES (61516,'Benson','IL','40.850381','-89.118780',-6,1); -INSERT INTO zipcodes VALUES (61517,'Brimfield','IL','40.816162','-89.841310',-6,1); -INSERT INTO zipcodes VALUES (61518,'Brimfield','IL','40.744179','-89.718401',-6,1); -INSERT INTO zipcodes VALUES (61519,'Bryant','IL','40.466397','-90.096320',-6,1); -INSERT INTO zipcodes VALUES (61520,'Canton','IL','40.552853','-90.027940',-6,1); -INSERT INTO zipcodes VALUES (61523,'Chillicothe','IL','40.914377','-89.506540',-6,1); -INSERT INTO zipcodes VALUES (61524,'Dunfermline','IL','40.490965','-90.032850',-6,1); -INSERT INTO zipcodes VALUES (61525,'Dunlap','IL','40.849036','-89.655540',-6,1); -INSERT INTO zipcodes VALUES (61526,'Edelstein','IL','40.936244','-89.620000',-6,1); -INSERT INTO zipcodes VALUES (61528,'Edwards','IL','40.776845','-89.740100',-6,1); -INSERT INTO zipcodes VALUES (61529,'Elmwood','IL','40.780415','-89.955650',-6,1); -INSERT INTO zipcodes VALUES (61530,'Eureka','IL','40.718228','-89.271530',-6,1); -INSERT INTO zipcodes VALUES (61531,'Farmington','IL','40.688470','-90.021660',-6,1); -INSERT INTO zipcodes VALUES (61532,'Forest City','IL','40.357560','-89.823890',-6,1); -INSERT INTO zipcodes VALUES (61533,'Glasford','IL','40.577778','-89.829700',-6,1); -INSERT INTO zipcodes VALUES (61534,'Green Valley','IL','40.409430','-89.656870',-6,1); -INSERT INTO zipcodes VALUES (61535,'Groveland','IL','40.590353','-89.540530',-6,1); -INSERT INTO zipcodes VALUES (61536,'Hanna City','IL','40.690205','-89.780420',-6,1); -INSERT INTO zipcodes VALUES (61537,'Henry','IL','41.113829','-89.384860',-6,1); -INSERT INTO zipcodes VALUES (61539,'Kingston Mines','IL','40.558329','-89.768910',-6,1); -INSERT INTO zipcodes VALUES (61540,'Lacon','IL','41.030697','-89.385860',-6,1); -INSERT INTO zipcodes VALUES (61541,'La Rose','IL','40.975736','-89.239430',-6,1); -INSERT INTO zipcodes VALUES (61542,'Lewistown','IL','40.393090','-90.137480',-6,1); -INSERT INTO zipcodes VALUES (61543,'Liverpool','IL','40.392048','-89.998850',-6,1); -INSERT INTO zipcodes VALUES (61544,'London Mills','IL','40.688615','-90.244220',-6,1); -INSERT INTO zipcodes VALUES (61545,'Lowpoint','IL','40.873236','-89.370820',-6,1); -INSERT INTO zipcodes VALUES (61546,'Manito','IL','40.442037','-89.787970',-6,1); -INSERT INTO zipcodes VALUES (61547,'Mapleton','IL','40.619174','-89.726280',-6,1); -INSERT INTO zipcodes VALUES (61548,'Metamora','IL','40.784412','-89.408410',-6,1); -INSERT INTO zipcodes VALUES (61550,'Morton','IL','40.613788','-89.460310',-6,1); -INSERT INTO zipcodes VALUES (61552,'Mossville','IL','40.817587','-89.566540',-6,1); -INSERT INTO zipcodes VALUES (61553,'Norris','IL','40.449305','-90.161761',-6,1); -INSERT INTO zipcodes VALUES (61554,'Pekin','IL','40.567088','-89.633820',-6,1); -INSERT INTO zipcodes VALUES (61555,'Pekin','IL','40.560710','-89.650232',-6,1); -INSERT INTO zipcodes VALUES (61558,'Pekin','IL','40.554538','-89.609951',-6,1); -INSERT INTO zipcodes VALUES (61559,'Princeville','IL','40.935608','-89.768020',-6,1); -INSERT INTO zipcodes VALUES (61560,'Putnam','IL','41.198061','-89.431310',-6,1); -INSERT INTO zipcodes VALUES (61561,'Roanoke','IL','40.795911','-89.194190',-6,1); -INSERT INTO zipcodes VALUES (61562,'Rome','IL','40.874269','-89.506695',-6,1); -INSERT INTO zipcodes VALUES (61563,'Saint David','IL','40.489747','-90.055010',-6,1); -INSERT INTO zipcodes VALUES (61564,'South Pekin','IL','40.492710','-89.651940',-6,1); -INSERT INTO zipcodes VALUES (61565,'Sparland','IL','41.036199','-89.483360',-6,1); -INSERT INTO zipcodes VALUES (61567,'Topeka','IL','40.340202','-89.909290',-6,1); -INSERT INTO zipcodes VALUES (61568,'Tremont','IL','40.513656','-89.474080',-6,1); -INSERT INTO zipcodes VALUES (61569,'Trivoli','IL','40.691022','-89.891380',-6,1); -INSERT INTO zipcodes VALUES (61570,'Washburn','IL','40.920631','-89.295470',-6,1); -INSERT INTO zipcodes VALUES (61571,'Washington','IL','40.701037','-89.442940',-6,1); -INSERT INTO zipcodes VALUES (61572,'Yates City','IL','40.796752','-90.028660',-6,1); -INSERT INTO zipcodes VALUES (61576,'Richland','IL','40.928331','-89.348163',-6,1); -INSERT INTO zipcodes VALUES (61584,'Vermont','IL','40.288318','-90.429294',-6,1); -INSERT INTO zipcodes VALUES (61593,'Garrett','IL','39.809913','-88.343237',-6,1); -INSERT INTO zipcodes VALUES (61601,'Peoria','IL','40.693137','-89.589847',-6,1); -INSERT INTO zipcodes VALUES (61602,'Peoria','IL','40.677987','-89.608640',-6,1); -INSERT INTO zipcodes VALUES (61603,'Peoria','IL','40.712887','-89.579040',-6,1); -INSERT INTO zipcodes VALUES (61604,'Peoria','IL','40.709237','-89.636330',-6,1); -INSERT INTO zipcodes VALUES (61605,'Peoria','IL','40.678037','-89.627370',-6,1); -INSERT INTO zipcodes VALUES (61606,'Peoria','IL','40.699137','-89.609720',-6,1); -INSERT INTO zipcodes VALUES (61607,'Peoria','IL','40.642049','-89.671470',-6,1); -INSERT INTO zipcodes VALUES (61610,'Creve Coeur','IL','40.643846','-89.599080',-6,1); -INSERT INTO zipcodes VALUES (61611,'East Peoria','IL','40.683387','-89.544930',-6,1); -INSERT INTO zipcodes VALUES (61612,'Peoria','IL','40.744179','-89.718401',-6,1); -INSERT INTO zipcodes VALUES (61613,'Peoria','IL','40.742537','-89.627948',-6,1); -INSERT INTO zipcodes VALUES (61614,'Peoria','IL','40.755343','-89.597990',-6,1); -INSERT INTO zipcodes VALUES (61615,'Peoria','IL','40.764368','-89.644800',-6,1); -INSERT INTO zipcodes VALUES (61616,'Peoria','IL','40.743266','-89.576628',-6,1); -INSERT INTO zipcodes VALUES (61625,'Peoria','IL','40.696287','-89.616648',-6,1); -INSERT INTO zipcodes VALUES (61628,'Peoria','IL','40.744179','-89.718401',-6,1); -INSERT INTO zipcodes VALUES (61629,'Peoria','IL','40.692037','-89.588747',-6,1); -INSERT INTO zipcodes VALUES (61630,'Peoria','IL','40.744179','-89.718401',-6,1); -INSERT INTO zipcodes VALUES (61632,'Peoria','IL','40.765301','-89.569207',-6,1); -INSERT INTO zipcodes VALUES (61633,'Peoria','IL','40.731165','-89.603081',-6,1); -INSERT INTO zipcodes VALUES (61634,'Peoria','IL','40.689637','-89.592597',-6,1); -INSERT INTO zipcodes VALUES (61635,'Peoria','IL','40.744179','-89.718401',-6,1); -INSERT INTO zipcodes VALUES (61636,'Peoria','IL','40.699937','-89.595147',-6,1); -INSERT INTO zipcodes VALUES (61637,'Peoria','IL','40.702487','-89.589797',-6,1); -INSERT INTO zipcodes VALUES (61638,'Peoria','IL','40.796887','-89.611146',-6,1); -INSERT INTO zipcodes VALUES (61639,'Peoria','IL','40.709837','-89.563646',-6,1); -INSERT INTO zipcodes VALUES (61640,'Peoria','IL','40.785653','-89.617657',-6,1); -INSERT INTO zipcodes VALUES (61641,'Peoria','IL','40.640002','-89.651987',-6,1); -INSERT INTO zipcodes VALUES (61643,'Peoria','IL','40.744179','-89.718401',-6,1); -INSERT INTO zipcodes VALUES (61644,'Peoria','IL','40.765301','-89.569207',-6,1); -INSERT INTO zipcodes VALUES (61650,'Peoria','IL','40.744179','-89.718401',-6,1); -INSERT INTO zipcodes VALUES (61651,'Peoria','IL','40.744179','-89.718401',-6,1); -INSERT INTO zipcodes VALUES (61652,'Peoria','IL','40.876710','-89.509113',-6,1); -INSERT INTO zipcodes VALUES (61653,'Peoria','IL','40.744179','-89.718401',-6,1); -INSERT INTO zipcodes VALUES (61654,'Peoria','IL','40.744179','-89.718401',-6,1); -INSERT INTO zipcodes VALUES (61655,'Peoria','IL','40.744179','-89.718401',-6,1); -INSERT INTO zipcodes VALUES (61656,'Peoria','IL','40.744179','-89.718401',-6,1); -INSERT INTO zipcodes VALUES (61675,'Carlock','IL','40.582108','-89.128871',-6,1); -INSERT INTO zipcodes VALUES (61701,'Bloomington','IL','40.477286','-88.995920',-6,1); -INSERT INTO zipcodes VALUES (61702,'Bloomington','IL','40.519236','-88.864303',-6,1); -INSERT INTO zipcodes VALUES (61704,'Bloomington','IL','40.459584','-88.969390',-6,1); -INSERT INTO zipcodes VALUES (61709,'Bloomington','IL','40.461431','-88.953015',-6,1); -INSERT INTO zipcodes VALUES (61710,'Bloomington','IL','40.477735','-88.954174',-6,1); -INSERT INTO zipcodes VALUES (61720,'Anchor','IL','40.553838','-88.510100',-6,1); -INSERT INTO zipcodes VALUES (61721,'Armington','IL','40.341123','-89.320280',-6,1); -INSERT INTO zipcodes VALUES (61722,'Arrowsmith','IL','40.434885','-88.622370',-6,1); -INSERT INTO zipcodes VALUES (61723,'Atlanta','IL','40.256893','-89.250130',-6,1); -INSERT INTO zipcodes VALUES (61724,'Bellflower','IL','40.336763','-88.526040',-6,1); -INSERT INTO zipcodes VALUES (61725,'Carlock','IL','40.600045','-89.136270',-6,1); -INSERT INTO zipcodes VALUES (61726,'Chenoa','IL','40.740106','-88.709480',-6,1); -INSERT INTO zipcodes VALUES (61727,'Clinton','IL','40.145501','-88.967760',-6,1); -INSERT INTO zipcodes VALUES (61728,'Colfax','IL','40.569440','-88.627270',-6,1); -INSERT INTO zipcodes VALUES (61729,'Congerville','IL','40.619306','-89.223530',-6,1); -INSERT INTO zipcodes VALUES (61730,'Cooksville','IL','40.537652','-88.732740',-6,1); -INSERT INTO zipcodes VALUES (61731,'Cropsey','IL','40.607615','-88.490000',-6,1); -INSERT INTO zipcodes VALUES (61732,'Danvers','IL','40.528515','-89.190570',-6,1); -INSERT INTO zipcodes VALUES (61733,'Deer Creek','IL','40.615875','-89.327780',-6,1); -INSERT INTO zipcodes VALUES (61734,'Delavan','IL','40.369256','-89.542510',-6,1); -INSERT INTO zipcodes VALUES (61735,'Dewitt','IL','40.193547','-88.795750',-6,1); -INSERT INTO zipcodes VALUES (61736,'Downs','IL','40.395487','-88.849800',-6,1); -INSERT INTO zipcodes VALUES (61737,'Ellsworth','IL','40.450325','-88.720520',-6,1); -INSERT INTO zipcodes VALUES (61738,'El Paso','IL','40.731662','-89.039780',-6,1); -INSERT INTO zipcodes VALUES (61739,'Fairbury','IL','40.741158','-88.515460',-6,1); -INSERT INTO zipcodes VALUES (61740,'Flanagan','IL','40.882858','-88.857390',-6,1); -INSERT INTO zipcodes VALUES (61741,'Forrest','IL','40.756972','-88.404790',-6,1); -INSERT INTO zipcodes VALUES (61742,'Goodfield','IL','40.628105','-89.280040',-6,1); -INSERT INTO zipcodes VALUES (61743,'Graymont','IL','40.877451','-88.777800',-6,1); -INSERT INTO zipcodes VALUES (61744,'Gridley','IL','40.740729','-88.887910',-6,1); -INSERT INTO zipcodes VALUES (61745,'Heyworth','IL','40.321220','-88.974420',-6,1); -INSERT INTO zipcodes VALUES (61747,'Hopedale','IL','40.422027','-89.426140',-6,1); -INSERT INTO zipcodes VALUES (61748,'Hudson','IL','40.627948','-88.977110',-6,1); -INSERT INTO zipcodes VALUES (61749,'Kenney','IL','40.091729','-89.103580',-6,1); -INSERT INTO zipcodes VALUES (61750,'Lane','IL','40.122884','-88.856640',-6,1); -INSERT INTO zipcodes VALUES (61751,'Lawndale','IL','40.219270','-89.285172',-6,1); -INSERT INTO zipcodes VALUES (61752,'Le Roy','IL','40.345004','-88.757860',-6,1); -INSERT INTO zipcodes VALUES (61753,'Lexington','IL','40.638720','-88.792300',-6,1); -INSERT INTO zipcodes VALUES (61754,'McLean','IL','40.321811','-89.158640',-6,1); -INSERT INTO zipcodes VALUES (61755,'Mackinaw','IL','40.533634','-89.343450',-6,1); -INSERT INTO zipcodes VALUES (61756,'Maroa','IL','40.027071','-88.967150',-6,1); -INSERT INTO zipcodes VALUES (61758,'Merna','IL','40.528350','-88.840750',-6,1); -INSERT INTO zipcodes VALUES (61759,'Minier','IL','40.431577','-89.320130',-6,1); -INSERT INTO zipcodes VALUES (61760,'Minonk','IL','40.893593','-89.032660',-6,1); -INSERT INTO zipcodes VALUES (61761,'Normal','IL','40.515485','-88.986290',-6,1); -INSERT INTO zipcodes VALUES (61764,'Pontiac','IL','40.884053','-88.633760',-6,1); -INSERT INTO zipcodes VALUES (61766,'Towanda','IL','40.564323','-88.898663',-6,1); -INSERT INTO zipcodes VALUES (61769,'Saunemin','IL','40.885397','-88.399570',-6,1); -INSERT INTO zipcodes VALUES (61770,'Saybrook','IL','40.430727','-88.525480',-6,1); -INSERT INTO zipcodes VALUES (61771,'Secor','IL','40.738973','-89.135790',-6,1); -INSERT INTO zipcodes VALUES (61772,'Shirley','IL','40.399689','-89.060880',-6,1); -INSERT INTO zipcodes VALUES (61773,'Sibley','IL','40.584937','-88.380280',-6,1); -INSERT INTO zipcodes VALUES (61774,'Stanford','IL','40.426186','-89.210700',-6,1); -INSERT INTO zipcodes VALUES (61775,'Strawn','IL','40.653799','-88.390260',-6,1); -INSERT INTO zipcodes VALUES (61776,'Towanda','IL','40.574936','-88.886960',-6,1); -INSERT INTO zipcodes VALUES (61777,'Wapella','IL','40.240627','-88.966350',-6,1); -INSERT INTO zipcodes VALUES (61778,'Waynesville','IL','40.242378','-89.108700',-6,1); -INSERT INTO zipcodes VALUES (61790,'Normal','IL','40.510320','-88.998030',-6,1); -INSERT INTO zipcodes VALUES (61791,'Bloomington','IL','40.519236','-88.864303',-6,1); -INSERT INTO zipcodes VALUES (61799,'Bloomington','IL','40.488468','-88.939637',-6,1); -INSERT INTO zipcodes VALUES (61801,'Urbana','IL','40.109647','-88.212460',-6,1); -INSERT INTO zipcodes VALUES (61802,'Urbana','IL','40.121648','-88.176490',-6,1); -INSERT INTO zipcodes VALUES (61803,'Urbana','IL','40.105930','-88.224669',-6,1); -INSERT INTO zipcodes VALUES (61810,'Allerton','IL','39.909736','-87.933840',-6,1); -INSERT INTO zipcodes VALUES (61811,'Alvin','IL','40.293159','-87.614010',-6,1); -INSERT INTO zipcodes VALUES (61812,'Armstrong','IL','40.273630','-87.889190',-6,1); -INSERT INTO zipcodes VALUES (61813,'Bement','IL','39.918042','-88.561390',-6,1); -INSERT INTO zipcodes VALUES (61814,'Bismarck','IL','40.231345','-87.581630',-6,1); -INSERT INTO zipcodes VALUES (61815,'Bondville','IL','40.112616','-88.370800',-6,1); -INSERT INTO zipcodes VALUES (61816,'Broadlands','IL','39.916130','-88.002030',-6,1); -INSERT INTO zipcodes VALUES (61817,'Catlin','IL','40.059068','-87.703760',-6,1); -INSERT INTO zipcodes VALUES (61818,'Cerro Gordo','IL','39.889596','-88.726330',-6,1); -INSERT INTO zipcodes VALUES (61819,'Bryant','IL','40.466273','-90.095368',-6,1); -INSERT INTO zipcodes VALUES (61820,'Champaign','IL','40.114931','-88.243220',-6,1); -INSERT INTO zipcodes VALUES (61821,'Champaign','IL','40.108631','-88.273300',-6,1); -INSERT INTO zipcodes VALUES (61822,'Champaign','IL','40.126854','-88.293150',-6,1); -INSERT INTO zipcodes VALUES (61824,'Champaign','IL','40.139946','-88.196102',-6,1); -INSERT INTO zipcodes VALUES (61825,'Champaign','IL','40.139946','-88.196102',-6,1); -INSERT INTO zipcodes VALUES (61826,'Champaign','IL','40.113139','-88.361251',-6,1); -INSERT INTO zipcodes VALUES (61830,'Cisco','IL','40.020978','-88.722470',-6,1); -INSERT INTO zipcodes VALUES (61831,'Collison','IL','40.215900','-87.784180',-6,1); -INSERT INTO zipcodes VALUES (61832,'Danville','IL','40.133786','-87.628980',-6,1); -INSERT INTO zipcodes VALUES (61833,'Tilton','IL','40.096186','-87.645690',-6,1); -INSERT INTO zipcodes VALUES (61834,'Danville','IL','40.175463','-87.612400',-6,1); -INSERT INTO zipcodes VALUES (61839,'De Land','IL','40.139336','-88.629660',-6,1); -INSERT INTO zipcodes VALUES (61840,'Dewey','IL','40.310244','-88.305260',-6,1); -INSERT INTO zipcodes VALUES (61841,'Fairmount','IL','40.039632','-87.830520',-6,1); -INSERT INTO zipcodes VALUES (61842,'Farmer City','IL','40.251945','-88.652790',-6,1); -INSERT INTO zipcodes VALUES (61843,'Fisher','IL','40.313921','-88.374200',-6,1); -INSERT INTO zipcodes VALUES (61844,'Fithian','IL','40.126299','-87.868710',-6,1); -INSERT INTO zipcodes VALUES (61845,'Foosland','IL','40.376141','-88.413500',-6,1); -INSERT INTO zipcodes VALUES (61846,'Georgetown','IL','39.974120','-87.631380',-6,1); -INSERT INTO zipcodes VALUES (61847,'Gifford','IL','40.310063','-88.019220',-6,1); -INSERT INTO zipcodes VALUES (61848,'Henning','IL','40.306282','-87.701920',-6,1); -INSERT INTO zipcodes VALUES (61849,'Homer','IL','40.028716','-87.957600',-6,1); -INSERT INTO zipcodes VALUES (61850,'Indianola','IL','39.928040','-87.736290',-6,1); -INSERT INTO zipcodes VALUES (61851,'Ivesdale','IL','39.950391','-88.439390',-6,1); -INSERT INTO zipcodes VALUES (61852,'Longview','IL','39.901988','-88.075370',-6,1); -INSERT INTO zipcodes VALUES (61853,'Mahomet','IL','40.205916','-88.402950',-6,1); -INSERT INTO zipcodes VALUES (61854,'Mansfield','IL','40.213607','-88.529600',-6,1); -INSERT INTO zipcodes VALUES (61855,'Milmine','IL','39.919693','-88.678590',-6,1); -INSERT INTO zipcodes VALUES (61856,'Monticello','IL','40.033400','-88.573750',-6,1); -INSERT INTO zipcodes VALUES (61857,'Muncie','IL','40.115940','-87.842080',-6,1); -INSERT INTO zipcodes VALUES (61858,'Oakwood','IL','40.121098','-87.746570',-6,1); -INSERT INTO zipcodes VALUES (61859,'Ogden','IL','40.149486','-87.963470',-6,1); -INSERT INTO zipcodes VALUES (61862,'Penfield','IL','40.296282','-87.955530',-6,1); -INSERT INTO zipcodes VALUES (61863,'Pesotum','IL','39.907919','-88.279770',-6,1); -INSERT INTO zipcodes VALUES (61864,'Philo','IL','39.989282','-88.151740',-6,1); -INSERT INTO zipcodes VALUES (61865,'Potomac','IL','40.306774','-87.807160',-6,1); -INSERT INTO zipcodes VALUES (61866,'Rantoul','IL','40.307065','-88.155750',-6,1); -INSERT INTO zipcodes VALUES (61870,'Ridge Farm','IL','39.902410','-87.627220',-6,1); -INSERT INTO zipcodes VALUES (61871,'Royal','IL','40.192015','-87.971380',-6,1); -INSERT INTO zipcodes VALUES (61872,'Sadorus','IL','39.945328','-88.363890',-6,1); -INSERT INTO zipcodes VALUES (61873,'Saint Joseph','IL','40.124202','-88.034010',-6,1); -INSERT INTO zipcodes VALUES (61874,'Savoy','IL','40.061694','-88.250230',-6,1); -INSERT INTO zipcodes VALUES (61875,'Seymour','IL','40.107548','-88.424870',-6,1); -INSERT INTO zipcodes VALUES (61876,'Sidell','IL','39.907331','-87.825870',-6,1); -INSERT INTO zipcodes VALUES (61877,'Sidney','IL','40.004053','-88.076930',-6,1); -INSERT INTO zipcodes VALUES (61878,'Thomasboro','IL','40.243692','-88.172960',-6,1); -INSERT INTO zipcodes VALUES (61880,'Tolono','IL','39.981936','-88.253200',-6,1); -INSERT INTO zipcodes VALUES (61882,'Weldon','IL','40.119483','-88.753670',-6,1); -INSERT INTO zipcodes VALUES (61883,'Westville','IL','40.040115','-87.636850',-6,1); -INSERT INTO zipcodes VALUES (61884,'White Heath','IL','40.103110','-88.497440',-6,1); -INSERT INTO zipcodes VALUES (61901,'Bloomington','IL','40.810131','-88.477739',-6,1); -INSERT INTO zipcodes VALUES (61910,'Arcola','IL','39.676634','-88.302840',-6,1); -INSERT INTO zipcodes VALUES (61911,'Arthur','IL','39.704391','-88.459850',-6,1); -INSERT INTO zipcodes VALUES (61912,'Ashmore','IL','39.529566','-88.033490',-6,1); -INSERT INTO zipcodes VALUES (61913,'Atwood','IL','39.809929','-88.453090',-6,1); -INSERT INTO zipcodes VALUES (61914,'Bethany','IL','39.639487','-88.743830',-6,1); -INSERT INTO zipcodes VALUES (61917,'Brocton','IL','39.706131','-87.916910',-6,1); -INSERT INTO zipcodes VALUES (61919,'Camargo','IL','39.783794','-88.138610',-6,1); -INSERT INTO zipcodes VALUES (61920,'Charleston','IL','39.496547','-88.173480',-6,1); -INSERT INTO zipcodes VALUES (61924,'Chrisman','IL','39.786334','-87.663250',-6,1); -INSERT INTO zipcodes VALUES (61925,'Dalton City','IL','39.719012','-88.822270',-6,1); -INSERT INTO zipcodes VALUES (61928,'Gays','IL','39.452740','-88.514400',-6,1); -INSERT INTO zipcodes VALUES (61929,'Hammond','IL','39.806718','-88.608700',-6,1); -INSERT INTO zipcodes VALUES (61930,'Hindsboro','IL','39.685822','-88.119710',-6,1); -INSERT INTO zipcodes VALUES (61931,'Humboldt','IL','39.594770','-88.347920',-6,1); -INSERT INTO zipcodes VALUES (61932,'Hume','IL','39.797661','-87.870170',-6,1); -INSERT INTO zipcodes VALUES (61933,'Kansas','IL','39.556054','-87.922890',-6,1); -INSERT INTO zipcodes VALUES (61936,'La Place','IL','39.800512','-88.718350',-6,1); -INSERT INTO zipcodes VALUES (61937,'Lovington','IL','39.724744','-88.629950',-6,1); -INSERT INTO zipcodes VALUES (61938,'Mattoon','IL','39.474889','-88.374210',-6,1); -INSERT INTO zipcodes VALUES (61940,'Metcalf','IL','39.805101','-87.810140',-6,1); -INSERT INTO zipcodes VALUES (61941,'Murdock','IL','39.801562','-88.078230',-6,1); -INSERT INTO zipcodes VALUES (61942,'Newman','IL','39.802798','-87.997440',-6,1); -INSERT INTO zipcodes VALUES (61943,'Oakland','IL','39.655063','-88.018060',-6,1); -INSERT INTO zipcodes VALUES (61944,'Paris','IL','39.608494','-87.699580',-6,1); -INSERT INTO zipcodes VALUES (61949,'Redmon','IL','39.646359','-87.860140',-6,1); -INSERT INTO zipcodes VALUES (61951,'Sullivan','IL','39.582494','-88.602100',-6,1); -INSERT INTO zipcodes VALUES (61953,'Tuscola','IL','39.793493','-88.291840',-6,1); -INSERT INTO zipcodes VALUES (61955,'Vermilion','IL','39.679882','-87.750216',-6,1); -INSERT INTO zipcodes VALUES (61956,'Villa Grove','IL','39.858506','-88.150180',-6,1); -INSERT INTO zipcodes VALUES (61957,'Windsor','IL','39.434148','-88.600330',-6,1); -INSERT INTO zipcodes VALUES (62001,'Alhambra','IL','38.884434','-89.748860',-6,1); -INSERT INTO zipcodes VALUES (62002,'Alton','IL','38.906065','-90.159090',-6,1); -INSERT INTO zipcodes VALUES (62003,'Medora','IL','39.177478','-90.142329',-6,1); -INSERT INTO zipcodes VALUES (62006,'Batchtown','IL','39.079147','-90.673720',-6,1); -INSERT INTO zipcodes VALUES (62009,'Benld','IL','39.092526','-89.802900',-6,1); -INSERT INTO zipcodes VALUES (62010,'Bethalto','IL','38.912297','-90.043000',-6,1); -INSERT INTO zipcodes VALUES (62011,'Bingham','IL','39.112040','-89.213400',-6,1); -INSERT INTO zipcodes VALUES (62012,'Brighton','IL','39.038752','-90.138190',-6,1); -INSERT INTO zipcodes VALUES (62013,'Brussels','IL','38.968323','-90.581210',-6,1); -INSERT INTO zipcodes VALUES (62014,'Bunker Hill','IL','39.039382','-89.949350',-6,1); -INSERT INTO zipcodes VALUES (62015,'Butler','IL','39.212833','-89.559690',-6,1); -INSERT INTO zipcodes VALUES (62016,'Carrollton','IL','39.301561','-90.416740',-6,1); -INSERT INTO zipcodes VALUES (62017,'Coffeen','IL','39.081889','-89.377870',-6,1); -INSERT INTO zipcodes VALUES (62018,'Cottage Hills','IL','38.905998','-90.083060',-6,1); -INSERT INTO zipcodes VALUES (62019,'Donnellson','IL','39.017877','-89.464150',-6,1); -INSERT INTO zipcodes VALUES (62021,'Dorsey','IL','38.976011','-89.974610',-6,1); -INSERT INTO zipcodes VALUES (62022,'Dow','IL','38.997296','-90.340500',-6,1); -INSERT INTO zipcodes VALUES (62023,'Eagarville','IL','39.110422','-89.784280',-6,1); -INSERT INTO zipcodes VALUES (62024,'East Alton','IL','38.868136','-90.080230',-6,1); -INSERT INTO zipcodes VALUES (62025,'Edwardsville','IL','38.819297','-89.955100',-6,1); -INSERT INTO zipcodes VALUES (62026,'Edwardsville','IL','38.733748','-89.943050',-6,1); -INSERT INTO zipcodes VALUES (62027,'Eldred','IL','39.241734','-90.546140',-6,1); -INSERT INTO zipcodes VALUES (62028,'Elsah','IL','38.958848','-90.353830',-6,1); -INSERT INTO zipcodes VALUES (62030,'Fidelity','IL','39.155608','-90.164900',-6,1); -INSERT INTO zipcodes VALUES (62031,'Fieldon','IL','39.103735','-90.542520',-6,1); -INSERT INTO zipcodes VALUES (62032,'Fillmore','IL','39.114972','-89.280920',-6,1); -INSERT INTO zipcodes VALUES (62033,'Gillespie','IL','39.127717','-89.828800',-6,1); -INSERT INTO zipcodes VALUES (62034,'Glen Carbon','IL','38.755920','-89.974420',-6,1); -INSERT INTO zipcodes VALUES (62035,'Godfrey','IL','38.947841','-90.221600',-6,1); -INSERT INTO zipcodes VALUES (62036,'Golden Eagle','IL','38.913840','-90.574210',-6,1); -INSERT INTO zipcodes VALUES (62037,'Grafton','IL','38.985138','-90.445630',-6,1); -INSERT INTO zipcodes VALUES (62040,'Granite City','IL','38.720938','-90.114310',-6,1); -INSERT INTO zipcodes VALUES (62043,'Brushy Mound','IL','39.213822','-89.828720',-6,1); -INSERT INTO zipcodes VALUES (62044,'Greenfield','IL','39.362285','-90.221470',-6,1); -INSERT INTO zipcodes VALUES (62045,'Hamburg','IL','39.236358','-90.713590',-6,1); -INSERT INTO zipcodes VALUES (62046,'Hamel','IL','38.889879','-89.846380',-6,1); -INSERT INTO zipcodes VALUES (62047,'Hardin','IL','39.128014','-90.615900',-6,1); -INSERT INTO zipcodes VALUES (62048,'Hartford','IL','38.833898','-90.095330',-6,1); -INSERT INTO zipcodes VALUES (62049,'Hillsboro','IL','39.146809','-89.484420',-6,1); -INSERT INTO zipcodes VALUES (62050,'Hillview','IL','39.430595','-90.545020',-6,1); -INSERT INTO zipcodes VALUES (62051,'Irving','IL','39.205747','-89.409090',-6,1); -INSERT INTO zipcodes VALUES (62052,'Jerseyville','IL','39.114762','-90.324420',-6,1); -INSERT INTO zipcodes VALUES (62053,'Kampsville','IL','39.322422','-90.642460',-6,1); -INSERT INTO zipcodes VALUES (62054,'Kane','IL','39.192501','-90.345410',-6,1); -INSERT INTO zipcodes VALUES (62056,'Litchfield','IL','39.179875','-89.657210',-6,1); -INSERT INTO zipcodes VALUES (62058,'Livingston','IL','38.967324','-89.761330',-6,1); -INSERT INTO zipcodes VALUES (62059,'Lovejoy','IL','38.656500','-90.166430',-6,1); -INSERT INTO zipcodes VALUES (62060,'Madison','IL','38.680700','-90.154110',-6,1); -INSERT INTO zipcodes VALUES (62061,'Marine','IL','38.789560','-89.775380',-6,1); -INSERT INTO zipcodes VALUES (62062,'Maryville','IL','38.726548','-89.957200',-6,1); -INSERT INTO zipcodes VALUES (62063,'Medora','IL','39.188838','-90.146540',-6,1); -INSERT INTO zipcodes VALUES (62065,'Michael','IL','39.235652','-90.628420',-6,1); -INSERT INTO zipcodes VALUES (62067,'Moro','IL','38.919730','-90.012410',-6,1); -INSERT INTO zipcodes VALUES (62069,'Mount Olive','IL','39.077557','-89.734230',-6,1); -INSERT INTO zipcodes VALUES (62070,'Mozier','IL','39.328077','-90.768960',-6,1); -INSERT INTO zipcodes VALUES (62071,'National Stock Yards','IL','38.651600','-90.163909',-6,1); -INSERT INTO zipcodes VALUES (62074,'New Douglas','IL','38.964162','-89.682260',-6,1); -INSERT INTO zipcodes VALUES (62075,'Nokomis','IL','39.299771','-89.286400',-6,1); -INSERT INTO zipcodes VALUES (62076,'Ohlman','IL','39.261791','-89.421584',-6,1); -INSERT INTO zipcodes VALUES (62077,'Panama','IL','39.031623','-89.522800',-6,1); -INSERT INTO zipcodes VALUES (62078,'Patterson','IL','39.477337','-90.480020',-6,1); -INSERT INTO zipcodes VALUES (62079,'Piasa','IL','39.115848','-90.133360',-6,1); -INSERT INTO zipcodes VALUES (62080,'Ramsey','IL','39.136284','-89.103480',-6,1); -INSERT INTO zipcodes VALUES (62081,'Rockbridge','IL','39.261499','-90.230390',-6,1); -INSERT INTO zipcodes VALUES (62082,'Roodhouse','IL','39.481469','-90.339990',-6,1); -INSERT INTO zipcodes VALUES (62083,'Rosamond','IL','39.354674','-89.199930',-6,1); -INSERT INTO zipcodes VALUES (62084,'Roxana','IL','38.849400','-90.085360',-6,1); -INSERT INTO zipcodes VALUES (62085,'Sawyerville','IL','39.078047','-89.806260',-6,1); -INSERT INTO zipcodes VALUES (62086,'Sorento','IL','38.996375','-89.570440',-6,1); -INSERT INTO zipcodes VALUES (62087,'South Roxana','IL','38.828347','-90.058940',-6,1); -INSERT INTO zipcodes VALUES (62088,'Staunton','IL','39.011612','-89.788550',-6,1); -INSERT INTO zipcodes VALUES (62089,'Taylor Springs','IL','39.130404','-89.492980',-6,1); -INSERT INTO zipcodes VALUES (62090,'Venice','IL','38.670650','-90.170520',-6,1); -INSERT INTO zipcodes VALUES (62091,'Walshville','IL','39.053344','-89.593240',-6,1); -INSERT INTO zipcodes VALUES (62092,'White Hall','IL','39.433041','-90.406550',-6,1); -INSERT INTO zipcodes VALUES (62093,'Wilsonville','IL','39.068901','-89.854250',-6,1); -INSERT INTO zipcodes VALUES (62094,'Witt','IL','39.249272','-89.352360',-6,1); -INSERT INTO zipcodes VALUES (62095,'Wood River','IL','38.860447','-90.094180',-6,1); -INSERT INTO zipcodes VALUES (62097,'Worden','IL','38.932347','-89.846080',-6,1); -INSERT INTO zipcodes VALUES (62098,'Wrights','IL','39.376153','-90.293302',-6,1); -INSERT INTO zipcodes VALUES (62201,'East Saint Louis','IL','38.628550','-90.146090',-6,1); -INSERT INTO zipcodes VALUES (62202,'East Saint Louis','IL','38.616300','-90.159059',-6,1); -INSERT INTO zipcodes VALUES (62203,'East Saint Louis','IL','38.598175','-90.075750',-6,1); -INSERT INTO zipcodes VALUES (62204,'East Saint Louis','IL','38.631383','-90.100080',-6,1); -INSERT INTO zipcodes VALUES (62205,'East Saint Louis','IL','38.615100','-90.126750',-6,1); -INSERT INTO zipcodes VALUES (62206,'East Saint Louis','IL','38.564451','-90.162800',-6,1); -INSERT INTO zipcodes VALUES (62207,'East Saint Louis','IL','38.590350','-90.132760',-6,1); -INSERT INTO zipcodes VALUES (62208,'Fairview Heights','IL','38.596199','-90.002270',-6,1); -INSERT INTO zipcodes VALUES (62214,'Addieville','IL','38.377193','-89.559980',-6,1); -INSERT INTO zipcodes VALUES (62215,'Albers','IL','38.517125','-89.602580',-6,1); -INSERT INTO zipcodes VALUES (62216,'Aviston','IL','38.607817','-89.605160',-6,1); -INSERT INTO zipcodes VALUES (62217,'Baldwin','IL','38.178395','-89.841830',-6,1); -INSERT INTO zipcodes VALUES (62218,'Bartelso','IL','38.535097','-89.464260',-6,1); -INSERT INTO zipcodes VALUES (62219,'Beckemeyer','IL','38.605187','-89.434040',-6,1); -INSERT INTO zipcodes VALUES (62220,'Belleville','IL','38.500460','-89.976540',-6,1); -INSERT INTO zipcodes VALUES (62221,'Belleville','IL','38.532311','-89.939960',-6,1); -INSERT INTO zipcodes VALUES (62222,'Belleville','IL','38.439983','-89.983521',-6,1); -INSERT INTO zipcodes VALUES (62223,'Belleville','IL','38.556150','-90.050780',-6,1); -INSERT INTO zipcodes VALUES (62224,'Mascoutah','IL','38.439983','-89.983521',-6,1); -INSERT INTO zipcodes VALUES (62225,'Scott Air Force Base','IL','38.544298','-89.850540',-6,1); -INSERT INTO zipcodes VALUES (62226,'Belleville','IL','38.538950','-90.001040',-6,1); -INSERT INTO zipcodes VALUES (62230,'Breese','IL','38.620018','-89.530500',-6,1); -INSERT INTO zipcodes VALUES (62231,'Carlyle','IL','38.623384','-89.363680',-6,1); -INSERT INTO zipcodes VALUES (62232,'Caseyville','IL','38.636749','-90.017630',-6,1); -INSERT INTO zipcodes VALUES (62233,'Chester','IL','37.921816','-89.828420',-6,1); -INSERT INTO zipcodes VALUES (62234,'Collinsville','IL','38.679282','-89.994070',-6,1); -INSERT INTO zipcodes VALUES (62236,'Columbia','IL','38.442906','-90.207750',-6,1); -INSERT INTO zipcodes VALUES (62237,'Coulterville','IL','38.188624','-89.597890',-6,1); -INSERT INTO zipcodes VALUES (62238,'Cutler','IL','38.034281','-89.545370',-6,1); -INSERT INTO zipcodes VALUES (62239,'Dupo','IL','38.526792','-90.192530',-6,1); -INSERT INTO zipcodes VALUES (62240,'East Carondelet','IL','38.535325','-90.216170',-6,1); -INSERT INTO zipcodes VALUES (62241,'Ellis Grove','IL','38.011729','-89.890070',-6,1); -INSERT INTO zipcodes VALUES (62242,'Evansville','IL','38.092615','-89.934850',-6,1); -INSERT INTO zipcodes VALUES (62243,'Freeburg','IL','38.425949','-89.903890',-6,1); -INSERT INTO zipcodes VALUES (62244,'Fults','IL','38.200113','-90.227200',-6,1); -INSERT INTO zipcodes VALUES (62245,'Germantown','IL','38.554515','-89.563100',-6,1); -INSERT INTO zipcodes VALUES (62246,'Greenville','IL','38.889355','-89.409870',-6,1); -INSERT INTO zipcodes VALUES (62247,'Hagarstown','IL','38.977111','-88.975507',-6,1); -INSERT INTO zipcodes VALUES (62248,'Hecker','IL','38.299507','-89.961825',-6,1); -INSERT INTO zipcodes VALUES (62249,'Highland','IL','38.752017','-89.674780',-6,1); -INSERT INTO zipcodes VALUES (62250,'Hoffman','IL','38.540238','-89.262940',-6,1); -INSERT INTO zipcodes VALUES (62252,'Huey','IL','38.601768','-89.291549',-6,1); -INSERT INTO zipcodes VALUES (62253,'Keyesport','IL','38.761214','-89.291280',-6,1); -INSERT INTO zipcodes VALUES (62254,'Lebanon','IL','38.601648','-89.813170',-6,1); -INSERT INTO zipcodes VALUES (62255,'Lenzburg','IL','38.303147','-89.791610',-6,1); -INSERT INTO zipcodes VALUES (62256,'Maeystown','IL','38.304260','-90.135645',-6,1); -INSERT INTO zipcodes VALUES (62257,'Marissa','IL','38.260108','-89.736270',-6,1); -INSERT INTO zipcodes VALUES (62258,'Mascoutah','IL','38.481674','-89.794320',-6,1); -INSERT INTO zipcodes VALUES (62259,'Menard','IL','38.013132','-89.899569',-6,1); -INSERT INTO zipcodes VALUES (62260,'Millstadt','IL','38.463718','-90.098310',-6,1); -INSERT INTO zipcodes VALUES (62261,'Modoc','IL','37.988745','-90.007850',-6,1); -INSERT INTO zipcodes VALUES (62262,'Mulberry Grove','IL','38.931719','-89.271320',-6,1); -INSERT INTO zipcodes VALUES (62263,'Nashville','IL','38.346578','-89.384530',-6,1); -INSERT INTO zipcodes VALUES (62264,'New Athens','IL','38.318253','-89.888520',-6,1); -INSERT INTO zipcodes VALUES (62265,'New Baden','IL','38.520285','-89.680700',-6,1); -INSERT INTO zipcodes VALUES (62266,'New Memphis','IL','38.478000','-89.678690',-6,1); -INSERT INTO zipcodes VALUES (62268,'Oakdale','IL','38.271313','-89.517730',-6,1); -INSERT INTO zipcodes VALUES (62269,'O Fallon','IL','38.589849','-89.912070',-6,1); -INSERT INTO zipcodes VALUES (62270,'Dupo','IL','38.227604','-89.650381',-6,1); -INSERT INTO zipcodes VALUES (62271,'Okawville','IL','38.439574','-89.528600',-6,1); -INSERT INTO zipcodes VALUES (62272,'Percy','IL','38.006386','-89.616450',-6,1); -INSERT INTO zipcodes VALUES (62273,'Pierron','IL','38.780229','-89.597300',-6,1); -INSERT INTO zipcodes VALUES (62274,'Pinckneyville','IL','38.078231','-89.387960',-6,1); -INSERT INTO zipcodes VALUES (62275,'Pocahontas','IL','38.812744','-89.548880',-6,1); -INSERT INTO zipcodes VALUES (62277,'Prairie Du Rocher','IL','38.095119','-90.098850',-6,1); -INSERT INTO zipcodes VALUES (62278,'Red Bud','IL','38.214515','-89.987850',-6,1); -INSERT INTO zipcodes VALUES (62279,'Renault','IL','38.153322','-90.134590',-6,1); -INSERT INTO zipcodes VALUES (62280,'Rockwood','IL','37.845454','-89.668780',-6,1); -INSERT INTO zipcodes VALUES (62281,'Saint Jacob','IL','38.706847','-89.777390',-6,1); -INSERT INTO zipcodes VALUES (62282,'Saint Libory','IL','38.363228','-89.713921',-6,1); -INSERT INTO zipcodes VALUES (62283,'Shattuc','IL','38.647775','-89.201660',-6,1); -INSERT INTO zipcodes VALUES (62284,'Smithboro','IL','38.887748','-89.322480',-6,1); -INSERT INTO zipcodes VALUES (62285,'Smithton','IL','38.399148','-89.996040',-6,1); -INSERT INTO zipcodes VALUES (62286,'Sparta','IL','38.122112','-89.711680',-6,1); -INSERT INTO zipcodes VALUES (62288,'Steeleville','IL','38.002188','-89.667230',-6,1); -INSERT INTO zipcodes VALUES (62289,'Summerfield','IL','38.596948','-89.751170',-6,1); -INSERT INTO zipcodes VALUES (62292,'Tilden','IL','38.214035','-89.683460',-6,1); -INSERT INTO zipcodes VALUES (62293,'Trenton','IL','38.611798','-89.676910',-6,1); -INSERT INTO zipcodes VALUES (62294,'Troy','IL','38.725498','-89.888910',-6,1); -INSERT INTO zipcodes VALUES (62295,'Valmeyer','IL','38.299904','-90.308330',-6,1); -INSERT INTO zipcodes VALUES (62297,'Walsh','IL','38.049616','-89.807750',-6,1); -INSERT INTO zipcodes VALUES (62298,'Waterloo','IL','38.325969','-90.146060',-6,1); -INSERT INTO zipcodes VALUES (62301,'Quincy','IL','39.929597','-91.374150',-6,1); -INSERT INTO zipcodes VALUES (62305,'Quincy','IL','39.960080','-91.302633',-6,1); -INSERT INTO zipcodes VALUES (62306,'Quincy','IL','39.978630','-91.212560',-6,1); -INSERT INTO zipcodes VALUES (62310,'Adrian','IL','40.416145','-91.205805',-6,1); -INSERT INTO zipcodes VALUES (62311,'Augusta','IL','40.223837','-90.932880',-6,1); -INSERT INTO zipcodes VALUES (62312,'Barry','IL','39.704649','-91.036800',-6,1); -INSERT INTO zipcodes VALUES (62313,'Basco','IL','40.319528','-91.204830',-6,1); -INSERT INTO zipcodes VALUES (62314,'Baylis','IL','39.756139','-90.895090',-6,1); -INSERT INTO zipcodes VALUES (62316,'Bowen','IL','40.232385','-91.057460',-6,1); -INSERT INTO zipcodes VALUES (62318,'Burnside','IL','40.513153','-91.128510',-6,1); -INSERT INTO zipcodes VALUES (62319,'Camden','IL','40.147818','-90.742460',-6,1); -INSERT INTO zipcodes VALUES (62320,'Camp Point','IL','40.020397','-91.074070',-6,1); -INSERT INTO zipcodes VALUES (62321,'Carthage','IL','40.414128','-91.115770',-6,1); -INSERT INTO zipcodes VALUES (62323,'Chambersburg','IL','39.817702','-90.669230',-6,1); -INSERT INTO zipcodes VALUES (62324,'Clayton','IL','39.988988','-90.949760',-6,1); -INSERT INTO zipcodes VALUES (62325,'Coatsburg','IL','40.034398','-91.162780',-6,1); -INSERT INTO zipcodes VALUES (62326,'Colchester','IL','40.421857','-90.803330',-6,1); -INSERT INTO zipcodes VALUES (62329,'Colusa','IL','40.571353','-91.168221',-6,1); -INSERT INTO zipcodes VALUES (62330,'Dallas City','IL','40.630407','-91.152780',-6,1); -INSERT INTO zipcodes VALUES (62334,'Elvaston','IL','40.396983','-91.250290',-6,1); -INSERT INTO zipcodes VALUES (62336,'Ferris','IL','40.467994','-91.171250',-6,1); -INSERT INTO zipcodes VALUES (62338,'Fowler','IL','39.981520','-91.257540',-6,1); -INSERT INTO zipcodes VALUES (62339,'Golden','IL','40.112726','-91.026320',-6,1); -INSERT INTO zipcodes VALUES (62340,'Griggsville','IL','39.713450','-90.720450',-6,1); -INSERT INTO zipcodes VALUES (62341,'Hamilton','IL','40.402015','-91.331820',-6,1); -INSERT INTO zipcodes VALUES (62343,'Hull','IL','39.709855','-91.229140',-6,1); -INSERT INTO zipcodes VALUES (62344,'Huntsville','IL','40.182750','-90.818190',-6,1); -INSERT INTO zipcodes VALUES (62345,'Kinderhook','IL','39.700245','-91.145640',-6,1); -INSERT INTO zipcodes VALUES (62346,'La Prairie','IL','40.151799','-90.954260',-6,1); -INSERT INTO zipcodes VALUES (62347,'Liberty','IL','39.876235','-91.110600',-6,1); -INSERT INTO zipcodes VALUES (62348,'Lima','IL','40.180236','-91.377910',-6,1); -INSERT INTO zipcodes VALUES (62349,'Loraine','IL','40.160393','-91.203720',-6,1); -INSERT INTO zipcodes VALUES (62351,'Mendon','IL','40.094396','-91.265580',-6,1); -INSERT INTO zipcodes VALUES (62352,'Milton','IL','39.563599','-90.648130',-6,1); -INSERT INTO zipcodes VALUES (62353,'Mount Sterling','IL','39.983824','-90.741340',-6,1); -INSERT INTO zipcodes VALUES (62354,'Nauvoo','IL','40.531825','-91.365980',-6,1); -INSERT INTO zipcodes VALUES (62355,'Nebo','IL','39.440654','-90.778090',-6,1); -INSERT INTO zipcodes VALUES (62356,'New Canton','IL','39.599949','-91.091150',-6,1); -INSERT INTO zipcodes VALUES (62357,'New Salem','IL','39.696523','-90.842530',-6,1); -INSERT INTO zipcodes VALUES (62358,'Niota','IL','40.587769','-91.263010',-6,1); -INSERT INTO zipcodes VALUES (62359,'Paloma','IL','40.028595','-91.212860',-6,1); -INSERT INTO zipcodes VALUES (62360,'Payson','IL','39.813094','-91.255610',-6,1); -INSERT INTO zipcodes VALUES (62361,'Pearl','IL','39.469982','-90.631080',-6,1); -INSERT INTO zipcodes VALUES (62362,'Perry','IL','39.781349','-90.746170',-6,1); -INSERT INTO zipcodes VALUES (62363,'Pittsfield','IL','39.606349','-90.786420',-6,1); -INSERT INTO zipcodes VALUES (62365,'Plainville','IL','39.795818','-91.167510',-6,1); -INSERT INTO zipcodes VALUES (62366,'Pleasant Hill','IL','39.450931','-90.877790',-6,1); -INSERT INTO zipcodes VALUES (62367,'Plymouth','IL','40.304799','-90.886990',-6,1); -INSERT INTO zipcodes VALUES (62370,'Rockport','IL','39.510835','-90.991930',-6,1); -INSERT INTO zipcodes VALUES (62373,'Sutter','IL','40.240004','-91.351970',-6,1); -INSERT INTO zipcodes VALUES (62374,'Tennessee','IL','40.403553','-90.883400',-6,1); -INSERT INTO zipcodes VALUES (62375,'Timewell','IL','39.983573','-90.884200',-6,1); -INSERT INTO zipcodes VALUES (62376,'Ursa','IL','40.096250','-91.384740',-6,1); -INSERT INTO zipcodes VALUES (62378,'Versailles','IL','39.884796','-90.628900',-6,1); -INSERT INTO zipcodes VALUES (62379,'Warsaw','IL','40.314446','-91.406380',-6,1); -INSERT INTO zipcodes VALUES (62380,'West Point','IL','40.233504','-91.197270',-6,1); -INSERT INTO zipcodes VALUES (62394,'Equality','IL','37.726738','-88.372434',-6,1); -INSERT INTO zipcodes VALUES (62401,'Effingham','IL','39.123807','-88.560000',-6,1); -INSERT INTO zipcodes VALUES (62407,'Summit','IL','39.148234','-88.593764',-6,1); -INSERT INTO zipcodes VALUES (62410,'Allendale','IL','38.528202','-87.729130',-6,1); -INSERT INTO zipcodes VALUES (62411,'Altamont','IL','39.062913','-88.739120',-6,1); -INSERT INTO zipcodes VALUES (62413,'Annapolis','IL','39.138761','-87.837690',-6,1); -INSERT INTO zipcodes VALUES (62414,'Beecher City','IL','39.167788','-88.825500',-6,1); -INSERT INTO zipcodes VALUES (62415,'Birds','IL','38.710336','-87.703639',-6,1); -INSERT INTO zipcodes VALUES (62417,'Bridgeport','IL','38.720425','-87.768150',-6,1); -INSERT INTO zipcodes VALUES (62418,'Brownstown','IL','39.018987','-88.961340',-6,1); -INSERT INTO zipcodes VALUES (62419,'Calhoun','IL','38.625864','-87.994070',-6,1); -INSERT INTO zipcodes VALUES (62420,'Casey','IL','39.299447','-87.998630',-6,1); -INSERT INTO zipcodes VALUES (62421,'Claremont','IL','38.755492','-87.953340',-6,1); -INSERT INTO zipcodes VALUES (62422,'Cowden','IL','39.251624','-88.865050',-6,1); -INSERT INTO zipcodes VALUES (62423,'Dennison','IL','39.452478','-87.570920',-6,1); -INSERT INTO zipcodes VALUES (62424,'Dieterich','IL','39.010770','-88.428000',-6,1); -INSERT INTO zipcodes VALUES (62425,'Dundas','IL','38.830182','-88.092180',-6,1); -INSERT INTO zipcodes VALUES (62426,'Edgewood','IL','38.913064','-88.664040',-6,1); -INSERT INTO zipcodes VALUES (62427,'Flat Rock','IL','38.869453','-87.665020',-6,1); -INSERT INTO zipcodes VALUES (62428,'Greenup','IL','39.252870','-88.135280',-6,1); -INSERT INTO zipcodes VALUES (62431,'Herrick','IL','39.228594','-88.988730',-6,1); -INSERT INTO zipcodes VALUES (62432,'Hidalgo','IL','39.139262','-88.148620',-6,1); -INSERT INTO zipcodes VALUES (62433,'Hutsonville','IL','39.113033','-87.675630',-6,1); -INSERT INTO zipcodes VALUES (62434,'Ingraham','IL','38.835884','-88.335050',-6,1); -INSERT INTO zipcodes VALUES (62435,'Janesville','IL','39.374287','-88.244487',-6,1); -INSERT INTO zipcodes VALUES (62436,'Jewett','IL','39.190088','-88.260100',-6,1); -INSERT INTO zipcodes VALUES (62438,'Lakewood','IL','39.317235','-88.878760',-6,1); -INSERT INTO zipcodes VALUES (62439,'Lawrenceville','IL','38.738226','-87.659840',-6,1); -INSERT INTO zipcodes VALUES (62440,'Lerna','IL','39.393267','-88.281180',-6,1); -INSERT INTO zipcodes VALUES (62441,'Marshall','IL','39.396463','-87.695890',-6,1); -INSERT INTO zipcodes VALUES (62442,'Martinsville','IL','39.324630','-87.869220',-6,1); -INSERT INTO zipcodes VALUES (62443,'Mason','IL','38.952320','-88.628830',-6,1); -INSERT INTO zipcodes VALUES (62444,'Mode','IL','39.272317','-88.759320',-6,1); -INSERT INTO zipcodes VALUES (62445,'Montrose','IL','39.183055','-88.340400',-6,1); -INSERT INTO zipcodes VALUES (62446,'Mount Erie','IL','38.486790','-88.216360',-6,1); -INSERT INTO zipcodes VALUES (62447,'Neoga','IL','39.322050','-88.450370',-6,1); -INSERT INTO zipcodes VALUES (62448,'Newton','IL','38.974018','-88.178810',-6,1); -INSERT INTO zipcodes VALUES (62449,'Oblong','IL','39.006483','-87.900050',-6,1); -INSERT INTO zipcodes VALUES (62450,'Olney','IL','38.724560','-88.086580',-6,1); -INSERT INTO zipcodes VALUES (62451,'Palestine','IL','39.006924','-87.611700',-6,1); -INSERT INTO zipcodes VALUES (62452,'Parkersburg','IL','38.588301','-88.036920',-6,1); -INSERT INTO zipcodes VALUES (62454,'Robinson','IL','39.004728','-87.749500',-6,1); -INSERT INTO zipcodes VALUES (62458,'Saint Elmo','IL','39.042992','-88.874630',-6,1); -INSERT INTO zipcodes VALUES (62459,'Sainte Marie','IL','38.931480','-88.025200',-6,1); -INSERT INTO zipcodes VALUES (62460,'Saint Francisville','IL','38.596277','-87.655420',-6,1); -INSERT INTO zipcodes VALUES (62461,'Shumway','IL','39.194021','-88.665600',-6,1); -INSERT INTO zipcodes VALUES (62462,'Sigel','IL','39.223922','-88.477150',-6,1); -INSERT INTO zipcodes VALUES (62463,'Stewardson','IL','39.280700','-88.624030',-6,1); -INSERT INTO zipcodes VALUES (62464,'Stoy','IL','38.989810','-87.839627',-6,1); -INSERT INTO zipcodes VALUES (62465,'Strasburg','IL','39.354837','-88.634910',-6,1); -INSERT INTO zipcodes VALUES (62466,'Sumner','IL','38.732726','-87.851520',-6,1); -INSERT INTO zipcodes VALUES (62467,'Teutopolis','IL','39.125573','-88.456090',-6,1); -INSERT INTO zipcodes VALUES (62468,'Toledo','IL','39.273828','-88.256460',-6,1); -INSERT INTO zipcodes VALUES (62469,'Trilla','IL','39.352390','-88.332750',-6,1); -INSERT INTO zipcodes VALUES (62471,'Vandalia','IL','38.961799','-89.109780',-6,1); -INSERT INTO zipcodes VALUES (62473,'Watson','IL','39.012089','-88.563830',-6,1); -INSERT INTO zipcodes VALUES (62474,'Westfield','IL','39.450500','-87.996810',-6,1); -INSERT INTO zipcodes VALUES (62475,'West Liberty','IL','38.868463','-88.054660',-6,1); -INSERT INTO zipcodes VALUES (62476,'West Salem','IL','38.527107','-88.005830',-6,1); -INSERT INTO zipcodes VALUES (62477,'West Union','IL','39.229885','-87.666400',-6,1); -INSERT INTO zipcodes VALUES (62478,'West York','IL','39.175832','-87.723120',-6,1); -INSERT INTO zipcodes VALUES (62479,'Wheeler','IL','39.038732','-88.315690',-6,1); -INSERT INTO zipcodes VALUES (62480,'Willow Hill','IL','38.994595','-88.004640',-6,1); -INSERT INTO zipcodes VALUES (62481,'Yale','IL','39.122158','-88.019820',-6,1); -INSERT INTO zipcodes VALUES (62501,'Argenta','IL','39.984292','-88.815840',-6,1); -INSERT INTO zipcodes VALUES (62510,'Assumption','IL','39.530502','-89.038290',-6,1); -INSERT INTO zipcodes VALUES (62511,'Atwater','IL','39.346468','-89.732780',-6,1); -INSERT INTO zipcodes VALUES (62512,'Beason','IL','40.139482','-89.207300',-6,1); -INSERT INTO zipcodes VALUES (62513,'Blue Mound','IL','39.716269','-89.132690',-6,1); -INSERT INTO zipcodes VALUES (62514,'Boody','IL','39.759905','-89.054650',-6,1); -INSERT INTO zipcodes VALUES (62515,'Buffalo','IL','39.861289','-89.378360',-6,1); -INSERT INTO zipcodes VALUES (62517,'Bulpitt','IL','39.591537','-89.427550',-6,1); -INSERT INTO zipcodes VALUES (62518,'Chestnut','IL','40.052320','-89.188320',-6,1); -INSERT INTO zipcodes VALUES (62519,'Cornland','IL','39.936817','-89.401590',-6,1); -INSERT INTO zipcodes VALUES (62520,'Dawson','IL','39.824457','-89.456430',-6,1); -INSERT INTO zipcodes VALUES (62521,'Decatur','IL','39.828586','-88.929070',-6,1); -INSERT INTO zipcodes VALUES (62522,'Decatur','IL','39.840482','-89.005690',-6,1); -INSERT INTO zipcodes VALUES (62523,'Decatur','IL','39.844086','-88.953270',-6,1); -INSERT INTO zipcodes VALUES (62524,'Decatur','IL','39.853981','-88.981511',-6,1); -INSERT INTO zipcodes VALUES (62525,'Decatur','IL','39.853981','-88.981511',-6,1); -INSERT INTO zipcodes VALUES (62526,'Decatur','IL','39.878041','-88.956370',-6,1); -INSERT INTO zipcodes VALUES (62527,'Decatur','IL','39.853981','-88.981511',-6,1); -INSERT INTO zipcodes VALUES (62530,'Divernon','IL','39.568077','-89.654670',-6,1); -INSERT INTO zipcodes VALUES (62531,'Edinburg','IL','39.663630','-89.392240',-6,1); -INSERT INTO zipcodes VALUES (62532,'Elwin','IL','39.777583','-88.979720',-6,1); -INSERT INTO zipcodes VALUES (62533,'Farmersville','IL','39.442669','-89.640680',-6,1); -INSERT INTO zipcodes VALUES (62534,'Findlay','IL','39.529092','-88.782100',-6,1); -INSERT INTO zipcodes VALUES (62535,'Forsyth','IL','39.925806','-88.959280',-6,1); -INSERT INTO zipcodes VALUES (62536,'Glenarm','IL','39.642083','-89.659360',-6,1); -INSERT INTO zipcodes VALUES (62537,'Harristown','IL','39.867151','-89.113240',-6,1); -INSERT INTO zipcodes VALUES (62538,'Harvel','IL','39.359529','-89.526480',-6,1); -INSERT INTO zipcodes VALUES (62539,'Illiopolis','IL','39.855984','-89.248700',-6,1); -INSERT INTO zipcodes VALUES (62540,'Kincaid','IL','39.587550','-89.412650',-6,1); -INSERT INTO zipcodes VALUES (62541,'Lake Fork','IL','39.969864','-89.350510',-6,1); -INSERT INTO zipcodes VALUES (62543,'Latham','IL','39.965691','-89.159360',-6,1); -INSERT INTO zipcodes VALUES (62544,'Macon','IL','39.693983','-88.980680',-6,1); -INSERT INTO zipcodes VALUES (62545,'Mechanicsburg','IL','39.773860','-89.390120',-6,1); -INSERT INTO zipcodes VALUES (62546,'Morrisonville','IL','39.430427','-89.447190',-6,1); -INSERT INTO zipcodes VALUES (62547,'Mount Auburn','IL','39.771541','-89.243310',-6,1); -INSERT INTO zipcodes VALUES (62548,'Mount Pulaski','IL','39.993254','-89.297070',-6,1); -INSERT INTO zipcodes VALUES (62549,'Mt Zion','IL','39.777116','-88.871710',-6,1); -INSERT INTO zipcodes VALUES (62550,'Moweaqua','IL','39.617542','-89.005590',-6,1); -INSERT INTO zipcodes VALUES (62551,'Niantic','IL','39.838505','-89.151910',-6,1); -INSERT INTO zipcodes VALUES (62552,'Oakley','IL','39.869841','-88.812610',-6,1); -INSERT INTO zipcodes VALUES (62553,'Oconee','IL','39.279357','-89.104620',-6,1); -INSERT INTO zipcodes VALUES (62554,'Oreana','IL','39.937060','-88.863320',-6,1); -INSERT INTO zipcodes VALUES (62555,'Owaneco','IL','39.476356','-89.216070',-6,1); -INSERT INTO zipcodes VALUES (62556,'Palmer','IL','39.465887','-89.390950',-6,1); -INSERT INTO zipcodes VALUES (62557,'Pana','IL','39.392800','-89.081940',-6,1); -INSERT INTO zipcodes VALUES (62558,'Pawnee','IL','39.580159','-89.544020',-6,1); -INSERT INTO zipcodes VALUES (62560,'Raymond','IL','39.312686','-89.595410',-6,1); -INSERT INTO zipcodes VALUES (62561,'Riverton','IL','39.859730','-89.529720',-6,1); -INSERT INTO zipcodes VALUES (62563,'Rochester','IL','39.719840','-89.512290',-6,1); -INSERT INTO zipcodes VALUES (62565,'Shelbyville','IL','39.409126','-88.801530',-6,1); -INSERT INTO zipcodes VALUES (62567,'Stonington','IL','39.638951','-89.189820',-6,1); -INSERT INTO zipcodes VALUES (62568,'Taylorville','IL','39.548928','-89.296920',-6,1); -INSERT INTO zipcodes VALUES (62570,'Tovey','IL','39.588585','-89.449450',-6,1); -INSERT INTO zipcodes VALUES (62571,'Tower Hill','IL','39.385344','-88.955880',-6,1); -INSERT INTO zipcodes VALUES (62572,'Waggoner','IL','39.370091','-89.671320',-6,1); -INSERT INTO zipcodes VALUES (62573,'Warrensburg','IL','39.940934','-89.067070',-6,1); -INSERT INTO zipcodes VALUES (62601,'Alexander','IL','39.754308','-90.027860',-6,1); -INSERT INTO zipcodes VALUES (62605,'Emden','IL','40.300508','-89.480688',-6,1); -INSERT INTO zipcodes VALUES (62610,'Alsey','IL','39.564501','-90.436980',-6,1); -INSERT INTO zipcodes VALUES (62611,'Arenzville','IL','39.883346','-90.393320',-6,1); -INSERT INTO zipcodes VALUES (62612,'Ashland','IL','39.891861','-90.031250',-6,1); -INSERT INTO zipcodes VALUES (62613,'Athens','IL','39.982768','-89.683260',-6,1); -INSERT INTO zipcodes VALUES (62615,'Auburn','IL','39.588902','-89.751770',-6,1); -INSERT INTO zipcodes VALUES (62616,'Philadelphia','IL','39.852164','-90.143114',-6,1); -INSERT INTO zipcodes VALUES (62617,'Bath','IL','40.167991','-90.163130',-6,1); -INSERT INTO zipcodes VALUES (62618,'Beardstown','IL','40.005505','-90.423140',-6,1); -INSERT INTO zipcodes VALUES (62621,'Bluffs','IL','39.740558','-90.539370',-6,1); -INSERT INTO zipcodes VALUES (62622,'Bluff Springs','IL','39.979614','-90.352444',-6,1); -INSERT INTO zipcodes VALUES (62623,'Oakford','IL','40.104623','-89.963820',-6,1); -INSERT INTO zipcodes VALUES (62624,'Browning','IL','40.153557','-90.352550',-6,1); -INSERT INTO zipcodes VALUES (62625,'Cantrall','IL','39.909732','-89.688310',-6,1); -INSERT INTO zipcodes VALUES (62626,'Carlinville','IL','39.280289','-89.875700',-6,1); -INSERT INTO zipcodes VALUES (62627,'Chandlerville','IL','40.051603','-90.140570',-6,1); -INSERT INTO zipcodes VALUES (62628,'Chapin','IL','39.770936','-90.393070',-6,1); -INSERT INTO zipcodes VALUES (62629,'Chatham','IL','39.676558','-89.699020',-6,1); -INSERT INTO zipcodes VALUES (62630,'Chesterfield','IL','39.260146','-90.069370',-6,1); -INSERT INTO zipcodes VALUES (62631,'Concord','IL','39.817322','-90.366180',-6,1); -INSERT INTO zipcodes VALUES (62633,'Easton','IL','40.214759','-89.877210',-6,1); -INSERT INTO zipcodes VALUES (62634,'Elkhart','IL','40.024890','-89.465920',-6,1); -INSERT INTO zipcodes VALUES (62635,'Emden','IL','40.291512','-89.474360',-6,1); -INSERT INTO zipcodes VALUES (62638,'Franklin','IL','39.609647','-90.081160',-6,1); -INSERT INTO zipcodes VALUES (62639,'Frederick','IL','40.041950','-90.468310',-6,1); -INSERT INTO zipcodes VALUES (62640,'Girard','IL','39.436584','-89.802800',-6,1); -INSERT INTO zipcodes VALUES (62642,'Greenview','IL','40.087711','-89.720660',-6,1); -INSERT INTO zipcodes VALUES (62643,'Hartsburg','IL','40.247835','-89.441230',-6,1); -INSERT INTO zipcodes VALUES (62644,'Havana','IL','40.296415','-90.051630',-6,1); -INSERT INTO zipcodes VALUES (62648,'Herrin','IL','37.803216','-89.058643',-6,1); -INSERT INTO zipcodes VALUES (62649,'Hettick','IL','39.348487','-90.083650',-6,1); -INSERT INTO zipcodes VALUES (62650,'Jacksonville','IL','39.730234','-90.229410',-6,1); -INSERT INTO zipcodes VALUES (62651,'Jacksonville','IL','39.698311','-90.261530',-6,1); -INSERT INTO zipcodes VALUES (62652,'Milton','IL','39.564228','-90.651349',-6,1); -INSERT INTO zipcodes VALUES (62655,'Kilbourne','IL','40.147371','-90.006980',-6,1); -INSERT INTO zipcodes VALUES (62656,'Lincoln','IL','40.149927','-89.367460',-6,1); -INSERT INTO zipcodes VALUES (62659,'Lincoln\'S New Salem','IL','40.031115','-89.786723',-6,1); -INSERT INTO zipcodes VALUES (62660,'Literberry','IL','39.858933','-90.200747',-6,1); -INSERT INTO zipcodes VALUES (62661,'Loami','IL','39.669508','-89.848050',-6,1); -INSERT INTO zipcodes VALUES (62662,'Lowder','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62663,'Manchester','IL','39.544196','-90.326770',-6,1); -INSERT INTO zipcodes VALUES (62664,'Mason City','IL','40.200537','-89.704270',-6,1); -INSERT INTO zipcodes VALUES (62665,'Meredosia','IL','39.818631','-90.557910',-6,1); -INSERT INTO zipcodes VALUES (62666,'Middletown','IL','40.088774','-89.567440',-6,1); -INSERT INTO zipcodes VALUES (62667,'Modesto','IL','39.487357','-89.991430',-6,1); -INSERT INTO zipcodes VALUES (62668,'Murrayville','IL','39.576392','-90.247690',-6,1); -INSERT INTO zipcodes VALUES (62670,'New Berlin','IL','39.735761','-89.886690',-6,1); -INSERT INTO zipcodes VALUES (62671,'New Holland','IL','40.186852','-89.560530',-6,1); -INSERT INTO zipcodes VALUES (62672,'Nilwood','IL','39.397248','-89.807690',-6,1); -INSERT INTO zipcodes VALUES (62673,'Oakford','IL','40.095009','-89.969980',-6,1); -INSERT INTO zipcodes VALUES (62674,'Palmyra','IL','39.429687','-90.014990',-6,1); -INSERT INTO zipcodes VALUES (62675,'Petersburg','IL','40.008726','-89.850290',-6,1); -INSERT INTO zipcodes VALUES (62676,'Hillyard','IL','39.128248','-89.923215',-6,1); -INSERT INTO zipcodes VALUES (62677,'Pleasant Plains','IL','39.847253','-89.880590',-6,1); -INSERT INTO zipcodes VALUES (62681,'Rushville','IL','40.134957','-90.552220',-6,1); -INSERT INTO zipcodes VALUES (62682,'San Jose','IL','40.299160','-89.601010',-6,1); -INSERT INTO zipcodes VALUES (62683,'Scottville','IL','39.260862','-89.926068',-6,1); -INSERT INTO zipcodes VALUES (62684,'Sherman','IL','39.901588','-89.588050',-6,1); -INSERT INTO zipcodes VALUES (62685,'Shipman','IL','39.146650','-90.000590',-6,1); -INSERT INTO zipcodes VALUES (62686,'Standard City','IL','39.350726','-89.786890',-6,1); -INSERT INTO zipcodes VALUES (62688,'Tallula','IL','39.944264','-89.933660',-6,1); -INSERT INTO zipcodes VALUES (62689,'Thayer','IL','39.539071','-89.761000',-6,1); -INSERT INTO zipcodes VALUES (62690,'Virden','IL','39.503383','-89.766670',-6,1); -INSERT INTO zipcodes VALUES (62691,'Virginia','IL','39.952909','-90.212180',-6,1); -INSERT INTO zipcodes VALUES (62692,'Waverly','IL','39.583983','-89.939600',-6,1); -INSERT INTO zipcodes VALUES (62693,'Williamsville','IL','39.956803','-89.542090',-6,1); -INSERT INTO zipcodes VALUES (62694,'Winchester','IL','39.628929','-90.461070',-6,1); -INSERT INTO zipcodes VALUES (62695,'Woodson','IL','39.627307','-90.221010',-6,1); -INSERT INTO zipcodes VALUES (62701,'Springfield','IL','39.800950','-89.649990',-6,1); -INSERT INTO zipcodes VALUES (62702,'Springfield','IL','39.819000','-89.643790',-6,1); -INSERT INTO zipcodes VALUES (62703,'Springfield','IL','39.771500','-89.636120',-6,1); -INSERT INTO zipcodes VALUES (62704,'Springfield','IL','39.777800','-89.679820',-6,1); -INSERT INTO zipcodes VALUES (62705,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62706,'Springfield','IL','39.798850','-89.653399',-6,1); -INSERT INTO zipcodes VALUES (62707,'Springfield','IL','39.757896','-89.663630',-6,1); -INSERT INTO zipcodes VALUES (62708,'Springfield','IL','39.806089','-89.586356',-6,1); -INSERT INTO zipcodes VALUES (62709,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62713,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62715,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62716,'Springfield','IL','39.848201','-89.536369',-6,1); -INSERT INTO zipcodes VALUES (62718,'Springfield','IL','39.778044','-89.646555',-6,1); -INSERT INTO zipcodes VALUES (62719,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62720,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62721,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62722,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62723,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62726,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62736,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62739,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62746,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62756,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62757,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62761,'Springfield','IL','39.852361','-89.541017',-6,1); -INSERT INTO zipcodes VALUES (62762,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62763,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62764,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62765,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62766,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62767,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62769,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62776,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62777,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62781,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62786,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62791,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62792,'Ullin','IL','37.277483','-89.186317',-6,1); -INSERT INTO zipcodes VALUES (62794,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62796,'Springfield','IL','39.749457','-89.606017',-6,1); -INSERT INTO zipcodes VALUES (62801,'Centralia','IL','38.523736','-89.125700',-6,1); -INSERT INTO zipcodes VALUES (62803,'Hoyleton','IL','38.460331','-89.302960',-6,1); -INSERT INTO zipcodes VALUES (62805,'Akin','IL','37.994296','-88.941665',-6,1); -INSERT INTO zipcodes VALUES (62806,'Albion','IL','38.375576','-88.071690',-6,1); -INSERT INTO zipcodes VALUES (62807,'Alma','IL','38.735571','-88.918640',-6,1); -INSERT INTO zipcodes VALUES (62808,'Ashley','IL','38.319427','-89.191450',-6,1); -INSERT INTO zipcodes VALUES (62809,'Barnhill','IL','38.268959','-88.342670',-6,1); -INSERT INTO zipcodes VALUES (62810,'Belle Rive','IL','38.218349','-88.739990',-6,1); -INSERT INTO zipcodes VALUES (62811,'Bellmont','IL','38.384799','-87.909490',-6,1); -INSERT INTO zipcodes VALUES (62812,'Benton','IL','38.000245','-88.924070',-6,1); -INSERT INTO zipcodes VALUES (62814,'Bluford','IL','38.362934','-88.728960',-6,1); -INSERT INTO zipcodes VALUES (62815,'Bone Gap','IL','38.452172','-87.993900',-6,1); -INSERT INTO zipcodes VALUES (62816,'Bonnie','IL','38.192726','-88.931380',-6,1); -INSERT INTO zipcodes VALUES (62817,'Broughton','IL','37.954727','-88.471280',-6,1); -INSERT INTO zipcodes VALUES (62818,'Browns','IL','38.378706','-87.972910',-6,1); -INSERT INTO zipcodes VALUES (62819,'Buckner','IL','37.980455','-89.012610',-6,1); -INSERT INTO zipcodes VALUES (62820,'Burnt Prairie','IL','38.247883','-88.229440',-6,1); -INSERT INTO zipcodes VALUES (62821,'Carmi','IL','38.087838','-88.155830',-6,1); -INSERT INTO zipcodes VALUES (62822,'Christopher','IL','37.973175','-89.052910',-6,1); -INSERT INTO zipcodes VALUES (62823,'Cisne','IL','38.516840','-88.435310',-6,1); -INSERT INTO zipcodes VALUES (62824,'Clay City','IL','38.689663','-88.351410',-6,1); -INSERT INTO zipcodes VALUES (62825,'Coello','IL','37.996241','-89.068520',-6,1); -INSERT INTO zipcodes VALUES (62827,'Crossville','IL','38.160972','-88.032910',-6,1); -INSERT INTO zipcodes VALUES (62828,'Dahlgren','IL','38.190536','-88.624390',-6,1); -INSERT INTO zipcodes VALUES (62829,'Dale','IL','37.999757','-88.504690',-6,1); -INSERT INTO zipcodes VALUES (62830,'Dix','IL','38.441538','-88.968880',-6,1); -INSERT INTO zipcodes VALUES (62831,'Du Bois','IL','38.226690','-89.208840',-6,1); -INSERT INTO zipcodes VALUES (62832,'Du Quoin','IL','38.011729','-89.246880',-6,1); -INSERT INTO zipcodes VALUES (62833,'Ellery','IL','38.361654','-88.164840',-6,1); -INSERT INTO zipcodes VALUES (62834,'Emma','IL','37.976220','-88.120182',-6,1); -INSERT INTO zipcodes VALUES (62835,'Enfield','IL','38.101667','-88.333570',-6,1); -INSERT INTO zipcodes VALUES (62836,'Ewing','IL','38.096551','-88.827630',-6,1); -INSERT INTO zipcodes VALUES (62837,'Fairfield','IL','38.374627','-88.357350',-6,1); -INSERT INTO zipcodes VALUES (62838,'Farina','IL','38.857185','-88.759100',-6,1); -INSERT INTO zipcodes VALUES (62839,'Flora','IL','38.667752','-88.488550',-6,1); -INSERT INTO zipcodes VALUES (62840,'Frankfort Heights','IL','37.994296','-88.941665',-6,1); -INSERT INTO zipcodes VALUES (62841,'Freeman Spur','IL','37.803080','-89.009201',-6,1); -INSERT INTO zipcodes VALUES (62842,'Geff','IL','38.460323','-88.371240',-6,1); -INSERT INTO zipcodes VALUES (62843,'Golden Gate','IL','38.365545','-88.194540',-6,1); -INSERT INTO zipcodes VALUES (62844,'Grayville','IL','38.257064','-88.003530',-6,1); -INSERT INTO zipcodes VALUES (62845,'Herald','IL','38.073931','-88.142657',-6,1); -INSERT INTO zipcodes VALUES (62846,'Ina','IL','38.149474','-88.896340',-6,1); -INSERT INTO zipcodes VALUES (62847,'Iola','IL','38.757302','-88.473594',-6,1); -INSERT INTO zipcodes VALUES (62848,'Irvington','IL','38.436236','-89.161840',-6,1); -INSERT INTO zipcodes VALUES (62849,'Iuka','IL','38.594744','-88.774640',-6,1); -INSERT INTO zipcodes VALUES (62850,'Johnsonville','IL','38.513119','-88.589110',-6,1); -INSERT INTO zipcodes VALUES (62851,'Keenes','IL','38.423947','-88.669200',-6,1); -INSERT INTO zipcodes VALUES (62852,'Keensburg','IL','38.351613','-87.864640',-6,1); -INSERT INTO zipcodes VALUES (62853,'Kell','IL','38.516025','-88.919540',-6,1); -INSERT INTO zipcodes VALUES (62854,'Kinmundy','IL','38.768452','-88.828140',-6,1); -INSERT INTO zipcodes VALUES (62855,'Lancaster','IL','38.403424','-87.818672',-6,1); -INSERT INTO zipcodes VALUES (62856,'Logan','IL','37.994296','-88.941665',-6,1); -INSERT INTO zipcodes VALUES (62857,'Loogootee','IL','38.911662','-88.877470',-6,1); -INSERT INTO zipcodes VALUES (62858,'Louisville','IL','38.806292','-88.480120',-6,1); -INSERT INTO zipcodes VALUES (62859,'McLeansboro','IL','38.090004','-88.534310',-6,1); -INSERT INTO zipcodes VALUES (62860,'Macedonia','IL','38.041978','-88.732570',-6,1); -INSERT INTO zipcodes VALUES (62861,'Maunie','IL','38.032574','-88.046630',-6,1); -INSERT INTO zipcodes VALUES (62862,'Mill Shoals','IL','38.219997','-88.312100',-6,1); -INSERT INTO zipcodes VALUES (62863,'Mount Carmel','IL','38.415676','-87.810770',-6,1); -INSERT INTO zipcodes VALUES (62864,'Mount Vernon','IL','38.322558','-88.908420',-6,1); -INSERT INTO zipcodes VALUES (62865,'Mulkeytown','IL','37.963264','-89.069060',-6,1); -INSERT INTO zipcodes VALUES (62866,'Nason','IL','38.165420','-88.967551',-6,1); -INSERT INTO zipcodes VALUES (62867,'New Haven','IL','37.914363','-88.122640',-6,1); -INSERT INTO zipcodes VALUES (62868,'Noble','IL','38.696562','-88.237160',-6,1); -INSERT INTO zipcodes VALUES (62869,'Norris City','IL','37.971434','-88.304190',-6,1); -INSERT INTO zipcodes VALUES (62870,'Odin','IL','38.614141','-89.047380',-6,1); -INSERT INTO zipcodes VALUES (62871,'Omaha','IL','37.877628','-88.291140',-6,1); -INSERT INTO zipcodes VALUES (62872,'Opdyke','IL','38.281485','-88.790900',-6,1); -INSERT INTO zipcodes VALUES (62874,'Orient','IL','37.921795','-88.978920',-6,1); -INSERT INTO zipcodes VALUES (62875,'Patoka','IL','38.751756','-89.095810',-6,1); -INSERT INTO zipcodes VALUES (62876,'Radom','IL','38.282464','-89.193560',-6,1); -INSERT INTO zipcodes VALUES (62877,'Richview','IL','38.388876','-89.192440',-6,1); -INSERT INTO zipcodes VALUES (62878,'Rinard','IL','38.578119','-88.497140',-6,1); -INSERT INTO zipcodes VALUES (62879,'Sailor Springs','IL','38.764802','-88.358750',-6,1); -INSERT INTO zipcodes VALUES (62880,'Saint Peter','IL','38.875494','-88.893650',-6,1); -INSERT INTO zipcodes VALUES (62881,'Salem','IL','38.623789','-88.953610',-6,1); -INSERT INTO zipcodes VALUES (62882,'Sandoval','IL','38.608230','-89.119630',-6,1); -INSERT INTO zipcodes VALUES (62883,'Scheller','IL','38.164136','-89.119080',-6,1); -INSERT INTO zipcodes VALUES (62884,'Sesser','IL','38.085829','-89.046970',-6,1); -INSERT INTO zipcodes VALUES (62885,'Shobonier','IL','38.859515','-89.054000',-6,1); -INSERT INTO zipcodes VALUES (62886,'Sims','IL','38.374398','-88.535370',-6,1); -INSERT INTO zipcodes VALUES (62887,'Springerton','IL','38.185822','-88.369230',-6,1); -INSERT INTO zipcodes VALUES (62888,'Tamaroa','IL','38.127516','-89.229260',-6,1); -INSERT INTO zipcodes VALUES (62889,'Texico','IL','38.455562','-88.823200',-6,1); -INSERT INTO zipcodes VALUES (62890,'Thompsonville','IL','37.913984','-88.749220',-6,1); -INSERT INTO zipcodes VALUES (62891,'Valier','IL','38.014920','-89.042260',-6,1); -INSERT INTO zipcodes VALUES (62892,'Vernon','IL','38.804938','-89.083660',-6,1); -INSERT INTO zipcodes VALUES (62893,'Walnut Hill','IL','38.469244','-89.037070',-6,1); -INSERT INTO zipcodes VALUES (62894,'Waltonville','IL','38.212746','-89.038660',-6,1); -INSERT INTO zipcodes VALUES (62895,'Wayne City','IL','38.342390','-88.584480',-6,1); -INSERT INTO zipcodes VALUES (62896,'West Frankfort','IL','37.894496','-88.930370',-6,1); -INSERT INTO zipcodes VALUES (62897,'Whittington','IL','38.084617','-88.920960',-6,1); -INSERT INTO zipcodes VALUES (62898,'Woodlawn','IL','38.335675','-89.048670',-6,1); -INSERT INTO zipcodes VALUES (62899,'Xenia','IL','38.661358','-88.647440',-6,1); -INSERT INTO zipcodes VALUES (62901,'Carbondale','IL','37.707763','-89.192460',-6,1); -INSERT INTO zipcodes VALUES (62902,'Carbondale','IL','37.758646','-89.415831',-6,1); -INSERT INTO zipcodes VALUES (62903,'Carbondale','IL','37.758646','-89.415831',-6,1); -INSERT INTO zipcodes VALUES (62905,'Alto Pass','IL','37.571235','-89.334620',-6,1); -INSERT INTO zipcodes VALUES (62906,'Anna','IL','37.457806','-89.214080',-6,1); -INSERT INTO zipcodes VALUES (62907,'Ava','IL','37.871546','-89.507210',-6,1); -INSERT INTO zipcodes VALUES (62908,'Belknap','IL','37.308412','-88.880760',-6,1); -INSERT INTO zipcodes VALUES (62909,'Boles','IL','37.447250','-88.876792',-6,1); -INSERT INTO zipcodes VALUES (62910,'Brookport','IL','37.140282','-88.581860',-6,1); -INSERT INTO zipcodes VALUES (62912,'Buncombe','IL','37.477639','-89.029920',-6,1); -INSERT INTO zipcodes VALUES (62913,'Cache','IL','37.152775','-89.325581',-6,1); -INSERT INTO zipcodes VALUES (62914,'Cairo','IL','37.025325','-89.189740',-6,1); -INSERT INTO zipcodes VALUES (62915,'Cambria','IL','37.782057','-89.121840',-6,1); -INSERT INTO zipcodes VALUES (62916,'Campbell Hill','IL','37.933269','-89.555010',-6,1); -INSERT INTO zipcodes VALUES (62917,'Carrier Mills','IL','37.692923','-88.652840',-6,1); -INSERT INTO zipcodes VALUES (62918,'Carterville','IL','37.766029','-89.083550',-6,1); -INSERT INTO zipcodes VALUES (62919,'Cave In Rock','IL','37.495812','-88.160990',-6,1); -INSERT INTO zipcodes VALUES (62920,'Cobden','IL','37.540571','-89.254890',-6,1); -INSERT INTO zipcodes VALUES (62921,'Colp','IL','37.804876','-89.081180',-6,1); -INSERT INTO zipcodes VALUES (62922,'Creal Springs','IL','37.613705','-88.839220',-6,1); -INSERT INTO zipcodes VALUES (62923,'Cypress','IL','37.340000','-89.031770',-6,1); -INSERT INTO zipcodes VALUES (62924,'De Soto','IL','37.825260','-89.203010',-6,1); -INSERT INTO zipcodes VALUES (62926,'Dongola','IL','37.363981','-89.157830',-6,1); -INSERT INTO zipcodes VALUES (62927,'Dowell','IL','37.940448','-89.240910',-6,1); -INSERT INTO zipcodes VALUES (62928,'Eddyville','IL','37.501552','-88.581410',-6,1); -INSERT INTO zipcodes VALUES (62930,'Eldorado','IL','37.822259','-88.444560',-6,1); -INSERT INTO zipcodes VALUES (62931,'Elizabethtown','IL','37.511139','-88.282840',-6,1); -INSERT INTO zipcodes VALUES (62932,'Elkville','IL','37.907619','-89.231510',-6,1); -INSERT INTO zipcodes VALUES (62933,'Energy','IL','37.774517','-89.025830',-6,1); -INSERT INTO zipcodes VALUES (62934,'Equality','IL','37.716434','-88.371840',-6,1); -INSERT INTO zipcodes VALUES (62935,'Galatia','IL','37.836537','-88.622980',-6,1); -INSERT INTO zipcodes VALUES (62938,'Golconda','IL','37.374723','-88.525710',-6,1); -INSERT INTO zipcodes VALUES (62939,'Goreville','IL','37.558235','-88.966610',-6,1); -INSERT INTO zipcodes VALUES (62940,'Gorham','IL','37.727109','-89.476180',-6,1); -INSERT INTO zipcodes VALUES (62941,'Grand Chain','IL','37.239385','-88.951840',-6,1); -INSERT INTO zipcodes VALUES (62942,'Grand Tower','IL','37.629601','-89.480770',-6,1); -INSERT INTO zipcodes VALUES (62943,'Grantsburg','IL','37.342538','-88.733810',-6,1); -INSERT INTO zipcodes VALUES (62944,'Hamletsburg','IL','37.333591','-88.561428',-6,1); -INSERT INTO zipcodes VALUES (62946,'Harrisburg','IL','37.725834','-88.542080',-6,1); -INSERT INTO zipcodes VALUES (62947,'Herod','IL','37.567779','-88.399250',-6,1); -INSERT INTO zipcodes VALUES (62948,'Herrin','IL','37.804014','-89.027020',-6,1); -INSERT INTO zipcodes VALUES (62949,'Hurst','IL','37.835684','-89.143460',-6,1); -INSERT INTO zipcodes VALUES (62950,'Jacob','IL','37.758580','-89.560550',-6,1); -INSERT INTO zipcodes VALUES (62951,'Johnston City','IL','37.820724','-88.926470',-6,1); -INSERT INTO zipcodes VALUES (62952,'Jonesboro','IL','37.420840','-89.312170',-6,1); -INSERT INTO zipcodes VALUES (62953,'Joppa','IL','37.208120','-88.843040',-6,1); -INSERT INTO zipcodes VALUES (62954,'Junction','IL','37.703552','-88.264980',-6,1); -INSERT INTO zipcodes VALUES (62955,'Karbers Ridge','IL','37.500757','-88.238292',-6,1); -INSERT INTO zipcodes VALUES (62956,'Karnak','IL','37.279433','-88.939590',-6,1); -INSERT INTO zipcodes VALUES (62957,'McClure','IL','37.305331','-89.430660',-6,1); -INSERT INTO zipcodes VALUES (62958,'Makanda','IL','37.612173','-89.175870',-6,1); -INSERT INTO zipcodes VALUES (62959,'Marion','IL','37.724504','-88.929680',-6,1); -INSERT INTO zipcodes VALUES (62960,'Metropolis','IL','37.183080','-88.733270',-6,1); -INSERT INTO zipcodes VALUES (62961,'Millcreek','IL','37.340918','-89.254203',-6,1); -INSERT INTO zipcodes VALUES (62962,'Miller City','IL','37.097546','-89.335470',-6,1); -INSERT INTO zipcodes VALUES (62963,'Mound City','IL','37.087510','-89.165320',-6,1); -INSERT INTO zipcodes VALUES (62964,'Mounds','IL','37.119739','-89.201740',-6,1); -INSERT INTO zipcodes VALUES (62965,'Muddy','IL','37.801972','-88.548695',-6,1); -INSERT INTO zipcodes VALUES (62966,'Murphysboro','IL','37.771806','-89.339710',-6,1); -INSERT INTO zipcodes VALUES (62967,'New Burnside','IL','37.582136','-88.763940',-6,1); -INSERT INTO zipcodes VALUES (62969,'Olive Branch','IL','37.159227','-89.341530',-6,1); -INSERT INTO zipcodes VALUES (62970,'Olmsted','IL','37.199769','-89.109640',-6,1); -INSERT INTO zipcodes VALUES (62971,'Oraville','IL','37.758646','-89.415831',-6,1); -INSERT INTO zipcodes VALUES (62972,'Ozark','IL','37.548762','-88.741450',-6,1); -INSERT INTO zipcodes VALUES (62973,'Perks','IL','37.311333','-89.083056',-6,1); -INSERT INTO zipcodes VALUES (62974,'Pittsburg','IL','37.780592','-88.823440',-6,1); -INSERT INTO zipcodes VALUES (62975,'Pomona','IL','37.618822','-89.361700',-6,1); -INSERT INTO zipcodes VALUES (62976,'Pulaski','IL','37.214012','-89.210390',-6,1); -INSERT INTO zipcodes VALUES (62977,'Raleigh','IL','37.844963','-88.544160',-6,1); -INSERT INTO zipcodes VALUES (62979,'Ridgway','IL','37.796784','-88.243930',-6,1); -INSERT INTO zipcodes VALUES (62982,'Rosiclare','IL','37.426076','-88.348150',-6,1); -INSERT INTO zipcodes VALUES (62983,'Royalton','IL','37.884066','-89.111280',-6,1); -INSERT INTO zipcodes VALUES (62984,'Shawneetown','IL','37.712847','-88.165530',-6,1); -INSERT INTO zipcodes VALUES (62985,'Simpson','IL','37.458878','-88.694660',-6,1); -INSERT INTO zipcodes VALUES (62987,'Stonefort','IL','37.635792','-88.679120',-6,1); -INSERT INTO zipcodes VALUES (62988,'Tamms','IL','37.240381','-89.282710',-6,1); -INSERT INTO zipcodes VALUES (62990,'Thebes','IL','37.223589','-89.422430',-6,1); -INSERT INTO zipcodes VALUES (62991,'Tunnel Hill','IL','37.540479','-88.866010',-6,1); -INSERT INTO zipcodes VALUES (62992,'Ullin','IL','37.272477','-89.171230',-6,1); -INSERT INTO zipcodes VALUES (62993,'Unity','IL','37.150263','-89.273510',-6,1); -INSERT INTO zipcodes VALUES (62994,'Vergennes','IL','37.901441','-89.334850',-6,1); -INSERT INTO zipcodes VALUES (62995,'Vienna','IL','37.422815','-88.880160',-6,1); -INSERT INTO zipcodes VALUES (62996,'Villa Ridge','IL','37.152714','-89.163200',-6,1); -INSERT INTO zipcodes VALUES (62997,'Willisville','IL','37.983687','-89.590500',-6,1); -INSERT INTO zipcodes VALUES (62998,'Wolf Lake','IL','37.508233','-89.439870',-6,1); -INSERT INTO zipcodes VALUES (62999,'Zeigler','IL','37.897400','-89.053850',-6,1); -INSERT INTO zipcodes VALUES (63001,'Allenton','MO','38.638318','-90.427118',-6,1); -INSERT INTO zipcodes VALUES (63005,'Chesterfield','MO','38.646981','-90.631550',-6,1); -INSERT INTO zipcodes VALUES (63006,'Chesterfield','MO','38.638318','-90.427118',-6,1); -INSERT INTO zipcodes VALUES (63010,'Arnold','MO','38.427270','-90.385150',-6,1); -INSERT INTO zipcodes VALUES (63011,'Ballwin','MO','38.601403','-90.552090',-6,1); -INSERT INTO zipcodes VALUES (63012,'Barnhart','MO','38.337458','-90.423160',-6,1); -INSERT INTO zipcodes VALUES (63013,'Beaufort','MO','38.415995','-91.160300',-6,1); -INSERT INTO zipcodes VALUES (63014,'Berger','MO','38.654011','-91.339280',-6,1); -INSERT INTO zipcodes VALUES (63015,'Catawissa','MO','38.401406','-90.742760',-6,1); -INSERT INTO zipcodes VALUES (63016,'Cedar Hill','MO','38.352825','-90.635950',-6,1); -INSERT INTO zipcodes VALUES (63017,'Chesterfield','MO','38.647023','-90.539180',-6,1); -INSERT INTO zipcodes VALUES (63019,'Crystal City','MO','38.226997','-90.382150',-6,1); -INSERT INTO zipcodes VALUES (63020,'De Soto','MO','38.120303','-90.554260',-6,1); -INSERT INTO zipcodes VALUES (63021,'Ballwin','MO','38.576253','-90.531170',-6,1); -INSERT INTO zipcodes VALUES (63022,'Ballwin','MO','38.638318','-90.427118',-6,1); -INSERT INTO zipcodes VALUES (63023,'Dittmer','MO','38.280328','-90.705190',-6,1); -INSERT INTO zipcodes VALUES (63024,'Ballwin','MO','38.638318','-90.427118',-6,1); -INSERT INTO zipcodes VALUES (63025,'Eureka','MO','38.494203','-90.613040',-6,1); -INSERT INTO zipcodes VALUES (63026,'Fenton','MO','38.502854','-90.460880',-6,1); -INSERT INTO zipcodes VALUES (63028,'Festus','MO','38.187767','-90.407700',-6,1); -INSERT INTO zipcodes VALUES (63030,'Fletcher','MO','38.129238','-90.743420',-6,1); -INSERT INTO zipcodes VALUES (63031,'Florissant','MO','38.801600','-90.336620',-6,1); -INSERT INTO zipcodes VALUES (63032,'Florissant','MO','38.638318','-90.427118',-6,1); -INSERT INTO zipcodes VALUES (63033,'Florissant','MO','38.795050','-90.285780',-6,1); -INSERT INTO zipcodes VALUES (63034,'Florissant','MO','38.832863','-90.290510',-6,1); -INSERT INTO zipcodes VALUES (63036,'French Village','MO','37.978610','-90.346370',-6,1); -INSERT INTO zipcodes VALUES (63037,'Gerald','MO','38.412764','-91.324600',-6,1); -INSERT INTO zipcodes VALUES (63038,'Glencoe','MO','38.578703','-90.665080',-6,1); -INSERT INTO zipcodes VALUES (63039,'Gray Summit','MO','38.499489','-90.833980',-6,1); -INSERT INTO zipcodes VALUES (63040,'Grover','MO','38.575835','-90.618780',-6,1); -INSERT INTO zipcodes VALUES (63041,'Grubville','MO','38.262811','-90.775130',-6,1); -INSERT INTO zipcodes VALUES (63042,'Hazelwood','MO','38.778500','-90.370050',-6,1); -INSERT INTO zipcodes VALUES (63043,'Maryland Heights','MO','38.725331','-90.444510',-6,1); -INSERT INTO zipcodes VALUES (63044,'Bridgeton','MO','38.757318','-90.423350',-6,1); -INSERT INTO zipcodes VALUES (63045,'Earth City','MO','38.638318','-90.427118',-6,1); -INSERT INTO zipcodes VALUES (63047,'Hematite','MO','38.194104','-90.472495',-6,1); -INSERT INTO zipcodes VALUES (63048,'Herculaneum','MO','38.261863','-90.390200',-6,1); -INSERT INTO zipcodes VALUES (63049,'High Ridge','MO','38.473921','-90.526960',-6,1); -INSERT INTO zipcodes VALUES (63050,'Hillsboro','MO','38.259946','-90.566600',-6,1); -INSERT INTO zipcodes VALUES (63051,'House Springs','MO','38.405287','-90.570590',-6,1); -INSERT INTO zipcodes VALUES (63052,'Imperial','MO','38.385265','-90.403390',-6,1); -INSERT INTO zipcodes VALUES (63053,'Kimmswick','MO','38.252726','-90.514875',-6,1); -INSERT INTO zipcodes VALUES (63055,'Labadie','MO','38.535934','-90.846980',-6,1); -INSERT INTO zipcodes VALUES (63056,'Leslie','MO','38.404826','-91.226520',-6,1); -INSERT INTO zipcodes VALUES (63057,'Liguori','MO','38.341918','-90.408223',-6,1); -INSERT INTO zipcodes VALUES (63060,'Lonedell','MO','38.247062','-90.856420',-6,1); -INSERT INTO zipcodes VALUES (63061,'Luebbering','MO','38.257711','-90.806940',-6,1); -INSERT INTO zipcodes VALUES (63065,'Mapaville','MO','38.252726','-90.514875',-6,1); -INSERT INTO zipcodes VALUES (63066,'Morse Mill','MO','38.280943','-90.652057',-6,1); -INSERT INTO zipcodes VALUES (63068,'New Haven','MO','38.558836','-91.244690',-6,1); -INSERT INTO zipcodes VALUES (63069,'Pacific','MO','38.482353','-90.738920',-6,1); -INSERT INTO zipcodes VALUES (63070,'Pevely','MO','38.279016','-90.408620',-6,1); -INSERT INTO zipcodes VALUES (63071,'Richwoods','MO','38.137345','-90.831680',-6,1); -INSERT INTO zipcodes VALUES (63072,'Robertsville','MO','38.369435','-90.817920',-6,1); -INSERT INTO zipcodes VALUES (63073,'Saint Albans','MO','38.527729','-91.017274',-6,1); -INSERT INTO zipcodes VALUES (63074,'Saint Ann','MO','38.727184','-90.385510',-6,1); -INSERT INTO zipcodes VALUES (63077,'Saint Clair','MO','38.336093','-90.989020',-6,1); -INSERT INTO zipcodes VALUES (63079,'Stanton','MO','38.274398','-91.085533',-6,1); -INSERT INTO zipcodes VALUES (63080,'Sullivan','MO','38.200244','-91.140890',-6,1); -INSERT INTO zipcodes VALUES (63084,'Union','MO','38.434806','-91.003530',-6,1); -INSERT INTO zipcodes VALUES (63087,'Valles Mines','MO','38.024849','-90.446670',-6,1); -INSERT INTO zipcodes VALUES (63088,'Valley Park','MO','38.553253','-90.491570',-6,1); -INSERT INTO zipcodes VALUES (63089,'Villa Ridge','MO','38.462920','-90.884210',-6,1); -INSERT INTO zipcodes VALUES (63090,'Washington','MO','38.535499','-91.023480',-6,1); -INSERT INTO zipcodes VALUES (63091,'Rosebud','MO','38.387446','-91.393320',-6,1); -INSERT INTO zipcodes VALUES (63099,'Fenton','MO','38.638318','-90.427118',-6,1); -INSERT INTO zipcodes VALUES (63101,'Saint Louis','MO','38.631551','-90.193000',-6,1); -INSERT INTO zipcodes VALUES (63102,'Saint Louis','MO','38.635200','-90.187020',-6,1); -INSERT INTO zipcodes VALUES (63103,'Saint Louis','MO','38.631451','-90.214150',-6,1); -INSERT INTO zipcodes VALUES (63104,'Saint Louis','MO','38.610701','-90.213620',-6,1); -INSERT INTO zipcodes VALUES (63105,'Saint Louis','MO','38.645484','-90.328880',-6,1); -INSERT INTO zipcodes VALUES (63106,'Saint Louis','MO','38.644451','-90.206360',-6,1); -INSERT INTO zipcodes VALUES (63107,'Saint Louis','MO','38.662800','-90.209490',-6,1); -INSERT INTO zipcodes VALUES (63108,'Saint Louis','MO','38.646201','-90.254350',-6,1); -INSERT INTO zipcodes VALUES (63109,'Saint Louis','MO','38.586052','-90.294100',-6,1); -INSERT INTO zipcodes VALUES (63110,'Saint Louis','MO','38.622601','-90.261820',-6,1); -INSERT INTO zipcodes VALUES (63111,'Saint Louis','MO','38.559302','-90.251740',-6,1); -INSERT INTO zipcodes VALUES (63112,'Saint Louis','MO','38.661351','-90.284340',-6,1); -INSERT INTO zipcodes VALUES (63113,'Saint Louis','MO','38.656701','-90.243970',-6,1); -INSERT INTO zipcodes VALUES (63114,'Saint Louis','MO','38.702651','-90.361090',-6,1); -INSERT INTO zipcodes VALUES (63115,'Saint Louis','MO','38.676851','-90.240090',-6,1); -INSERT INTO zipcodes VALUES (63116,'Saint Louis','MO','38.580552','-90.263070',-6,1); -INSERT INTO zipcodes VALUES (63117,'Saint Louis','MO','38.628402','-90.326360',-6,1); -INSERT INTO zipcodes VALUES (63118,'Saint Louis','MO','38.594901','-90.227800',-6,1); -INSERT INTO zipcodes VALUES (63119,'Saint Louis','MO','38.590652','-90.351680',-6,1); -INSERT INTO zipcodes VALUES (63120,'Saint Louis','MO','38.691901','-90.259920',-6,1); -INSERT INTO zipcodes VALUES (63121,'Saint Louis','MO','38.706301','-90.296090',-6,1); -INSERT INTO zipcodes VALUES (63122,'Saint Louis','MO','38.582702','-90.409660',-6,1); -INSERT INTO zipcodes VALUES (63123,'Saint Louis','MO','38.549452','-90.325250',-6,1); -INSERT INTO zipcodes VALUES (63124,'Saint Louis','MO','38.645802','-90.376870',-6,1); -INSERT INTO zipcodes VALUES (63125,'Saint Louis','MO','38.524066','-90.289500',-6,1); -INSERT INTO zipcodes VALUES (63126,'Saint Louis','MO','38.552303','-90.379210',-6,1); -INSERT INTO zipcodes VALUES (63127,'Saint Louis','MO','38.539870','-90.400240',-6,1); -INSERT INTO zipcodes VALUES (63128,'Saint Louis','MO','38.500734','-90.371130',-6,1); -INSERT INTO zipcodes VALUES (63129,'Saint Louis','MO','38.469953','-90.321610',-6,1); -INSERT INTO zipcodes VALUES (63130,'Saint Louis','MO','38.663951','-90.323480',-6,1); -INSERT INTO zipcodes VALUES (63131,'Saint Louis','MO','38.618582','-90.436430',-6,1); -INSERT INTO zipcodes VALUES (63132,'Saint Louis','MO','38.675784','-90.374630',-6,1); -INSERT INTO zipcodes VALUES (63133,'Saint Louis','MO','38.679684','-90.301860',-6,1); -INSERT INTO zipcodes VALUES (63134,'Saint Louis','MO','38.738217','-90.339040',-6,1); -INSERT INTO zipcodes VALUES (63135,'Saint Louis','MO','38.747850','-90.302580',-6,1); -INSERT INTO zipcodes VALUES (63136,'Saint Louis','MO','38.738350','-90.261540',-6,1); -INSERT INTO zipcodes VALUES (63137,'Saint Louis','MO','38.748183','-90.218640',-6,1); -INSERT INTO zipcodes VALUES (63138,'Saint Louis','MO','38.787849','-90.210410',-6,1); -INSERT INTO zipcodes VALUES (63139,'Saint Louis','MO','38.610901','-90.291740',-6,1); -INSERT INTO zipcodes VALUES (63140,'Saint Louis','MO','38.739650','-90.321780',-6,1); -INSERT INTO zipcodes VALUES (63141,'Saint Louis','MO','38.662302','-90.453630',-6,1); -INSERT INTO zipcodes VALUES (63143,'Saint Louis','MO','38.612452','-90.318220',-6,1); -INSERT INTO zipcodes VALUES (63144,'Saint Louis','MO','38.619152','-90.349640',-6,1); -INSERT INTO zipcodes VALUES (63145,'Saint Louis','MO','38.638318','-90.427118',-6,1); -INSERT INTO zipcodes VALUES (63146,'Saint Louis','MO','38.688585','-90.446890',-6,1); -INSERT INTO zipcodes VALUES (63147,'Saint Louis','MO','38.692861','-90.219050',-6,1); -INSERT INTO zipcodes VALUES (63150,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63151,'Saint Louis','MO','38.638318','-90.427118',-6,1); -INSERT INTO zipcodes VALUES (63153,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63155,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63156,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63157,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63158,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63160,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63163,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63164,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63166,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63167,'Saint Louis','MO','38.638318','-90.427118',-6,1); -INSERT INTO zipcodes VALUES (63169,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63171,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63177,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63178,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63179,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63180,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63182,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63188,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63195,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63196,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63197,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63198,'Saint Louis','MO','38.638318','-90.427118',-6,1); -INSERT INTO zipcodes VALUES (63199,'Saint Louis','MO','38.653100','-90.243462',-6,1); -INSERT INTO zipcodes VALUES (63301,'Saint Charles','MO','38.808583','-90.506870',-6,1); -INSERT INTO zipcodes VALUES (63302,'Saint Charles','MO','38.581299','-90.872987',-6,1); -INSERT INTO zipcodes VALUES (63303,'Saint Charles','MO','38.762715','-90.539030',-6,1); -INSERT INTO zipcodes VALUES (63304,'Saint Charles','MO','38.729260','-90.653320',-6,1); -INSERT INTO zipcodes VALUES (63330,'Annada','MO','39.257008','-90.823170',-6,1); -INSERT INTO zipcodes VALUES (63332,'Augusta','MO','38.590155','-90.890930',-6,1); -INSERT INTO zipcodes VALUES (63333,'Bellflower','MO','39.032880','-91.329830',-6,1); -INSERT INTO zipcodes VALUES (63334,'Bowling Green','MO','39.318552','-91.182650',-6,1); -INSERT INTO zipcodes VALUES (63336,'Clarksville','MO','39.354092','-90.931370',-6,1); -INSERT INTO zipcodes VALUES (63338,'Cottleville','MO','38.750949','-90.536784',-6,1); -INSERT INTO zipcodes VALUES (63339,'Curryville','MO','39.334216','-91.376840',-6,1); -INSERT INTO zipcodes VALUES (63341,'Defiance','MO','38.688790','-90.785930',-6,1); -INSERT INTO zipcodes VALUES (63342,'Dutzow','MO','38.605967','-90.996216',-6,1); -INSERT INTO zipcodes VALUES (63343,'Elsberry','MO','39.151543','-90.813600',-6,1); -INSERT INTO zipcodes VALUES (63344,'Eolia','MO','39.239548','-91.015770',-6,1); -INSERT INTO zipcodes VALUES (63345,'Farber','MO','39.267199','-91.566690',-6,1); -INSERT INTO zipcodes VALUES (63346,'Flinthill','MO','38.750949','-90.536784',-6,1); -INSERT INTO zipcodes VALUES (63347,'Foley','MO','39.069965','-90.758750',-6,1); -INSERT INTO zipcodes VALUES (63348,'Foristell','MO','38.814432','-90.944330',-6,1); -INSERT INTO zipcodes VALUES (63349,'Hawk Point','MO','38.966240','-91.149190',-6,1); -INSERT INTO zipcodes VALUES (63350,'High Hill','MO','38.898823','-91.368200',-6,1); -INSERT INTO zipcodes VALUES (63351,'Jonesburg','MO','38.862422','-91.312840',-6,1); -INSERT INTO zipcodes VALUES (63352,'Laddonia','MO','39.249616','-91.648720',-6,1); -INSERT INTO zipcodes VALUES (63353,'Louisiana','MO','39.449012','-91.075180',-6,1); -INSERT INTO zipcodes VALUES (63357,'Marthasville','MO','38.647611','-91.091590',-6,1); -INSERT INTO zipcodes VALUES (63359,'Middletown','MO','39.151911','-91.349090',-6,1); -INSERT INTO zipcodes VALUES (63361,'Montgomery City','MO','38.973583','-91.535560',-6,1); -INSERT INTO zipcodes VALUES (63362,'Moscow Mills','MO','38.952724','-90.891990',-6,1); -INSERT INTO zipcodes VALUES (63363,'New Florence','MO','38.881628','-91.448520',-6,1); -INSERT INTO zipcodes VALUES (63365,'New Melle','MO','38.716287','-90.875127',-6,1); -INSERT INTO zipcodes VALUES (63366,'O Fallon','MO','38.786335','-90.721210',-6,1); -INSERT INTO zipcodes VALUES (63367,'Lake Saint Louis','MO','38.796601','-90.785250',-6,1); -INSERT INTO zipcodes VALUES (63369,'Old Monroe','MO','38.935776','-90.778010',-6,1); -INSERT INTO zipcodes VALUES (63370,'Olney','MO','39.085749','-91.224300',-6,1); -INSERT INTO zipcodes VALUES (63371,'Paynesville','MO','39.255970','-90.883751',-6,1); -INSERT INTO zipcodes VALUES (63373,'Portage Des Sioux','MO','38.935496','-90.368300',-6,1); -INSERT INTO zipcodes VALUES (63375,'Perryville','MO','37.734730','-89.856609',-6,1); -INSERT INTO zipcodes VALUES (63376,'Saint Peters','MO','38.778579','-90.620450',-6,1); -INSERT INTO zipcodes VALUES (63377,'Silex','MO','39.110908','-91.080170',-6,1); -INSERT INTO zipcodes VALUES (63378,'Treloar','MO','38.770187','-91.188586',-6,1); -INSERT INTO zipcodes VALUES (63379,'Troy','MO','38.991916','-90.986490',-6,1); -INSERT INTO zipcodes VALUES (63381,'Truxton','MO','38.995145','-91.233600',-6,1); -INSERT INTO zipcodes VALUES (63382,'Vandalia','MO','39.310099','-91.488620',-6,1); -INSERT INTO zipcodes VALUES (63383,'Warrenton','MO','38.818852','-91.170000',-6,1); -INSERT INTO zipcodes VALUES (63384,'Wellsville','MO','39.081392','-91.562660',-6,1); -INSERT INTO zipcodes VALUES (63385,'Wentzville','MO','38.808884','-90.859220',-6,1); -INSERT INTO zipcodes VALUES (63386,'West Alton','MO','38.876781','-90.237060',-6,1); -INSERT INTO zipcodes VALUES (63387,'Whiteside','MO','39.184054','-91.020780',-6,1); -INSERT INTO zipcodes VALUES (63388,'Williamsburg','MO','38.886456','-91.763440',-6,1); -INSERT INTO zipcodes VALUES (63389,'Winfield','MO','39.000060','-90.772090',-6,1); -INSERT INTO zipcodes VALUES (63390,'Wright City','MO','38.797388','-91.034680',-6,1); -INSERT INTO zipcodes VALUES (63401,'Hannibal','MO','39.695798','-91.400840',-6,1); -INSERT INTO zipcodes VALUES (63430,'Alexandria','MO','40.381613','-91.505980',-6,1); -INSERT INTO zipcodes VALUES (63431,'Anabel','MO','39.753475','-92.322400',-6,1); -INSERT INTO zipcodes VALUES (63432,'Arbela','MO','40.497304','-91.994700',-6,1); -INSERT INTO zipcodes VALUES (63433,'Ashburn','MO','39.549602','-91.181550',-6,1); -INSERT INTO zipcodes VALUES (63434,'Bethel','MO','39.906312','-91.968060',-6,1); -INSERT INTO zipcodes VALUES (63435,'Canton','MO','40.178309','-91.573890',-6,1); -INSERT INTO zipcodes VALUES (63436,'Center','MO','39.501697','-91.536700',-6,1); -INSERT INTO zipcodes VALUES (63437,'Clarence','MO','39.742551','-92.248250',-6,1); -INSERT INTO zipcodes VALUES (63438,'Durham','MO','39.952258','-91.699530',-6,1); -INSERT INTO zipcodes VALUES (63439,'Emden','MO','39.788052','-91.858120',-6,1); -INSERT INTO zipcodes VALUES (63440,'Ewing','MO','39.988030','-91.735950',-6,1); -INSERT INTO zipcodes VALUES (63441,'Frankford','MO','39.484069','-91.322960',-6,1); -INSERT INTO zipcodes VALUES (63442,'Granger','MO','40.453333','-92.147400',-6,1); -INSERT INTO zipcodes VALUES (63443,'Hunnewell','MO','39.677082','-91.858400',-6,1); -INSERT INTO zipcodes VALUES (63445,'Kahoka','MO','40.415683','-91.718170',-6,1); -INSERT INTO zipcodes VALUES (63446,'Knox City','MO','40.140360','-92.011040',-6,1); -INSERT INTO zipcodes VALUES (63447,'La Belle','MO','40.109412','-91.910780',-6,1); -INSERT INTO zipcodes VALUES (63448,'La Grange','MO','40.044294','-91.518030',-6,1); -INSERT INTO zipcodes VALUES (63450,'Lentner','MO','39.650093','-92.145360',-6,1); -INSERT INTO zipcodes VALUES (63451,'Leonard','MO','39.922732','-92.195210',-6,1); -INSERT INTO zipcodes VALUES (63452,'Lewistown','MO','40.101973','-91.795020',-6,1); -INSERT INTO zipcodes VALUES (63453,'Luray','MO','40.489269','-91.872480',-6,1); -INSERT INTO zipcodes VALUES (63454,'Maywood','MO','39.932640','-91.637450',-6,1); -INSERT INTO zipcodes VALUES (63456,'Monroe City','MO','39.645523','-91.729670',-6,1); -INSERT INTO zipcodes VALUES (63457,'Monticello','MO','40.143679','-91.706600',-6,1); -INSERT INTO zipcodes VALUES (63458,'Newark','MO','39.983540','-91.992550',-6,1); -INSERT INTO zipcodes VALUES (63459,'New London','MO','39.584889','-91.382580',-6,1); -INSERT INTO zipcodes VALUES (63460,'Novelty','MO','40.011886','-92.202420',-6,1); -INSERT INTO zipcodes VALUES (63461,'Palmyra','MO','39.793879','-91.546310',-6,1); -INSERT INTO zipcodes VALUES (63462,'Perry','MO','39.430693','-91.686470',-6,1); -INSERT INTO zipcodes VALUES (63463,'Philadelphia','MO','39.814354','-91.742510',-6,1); -INSERT INTO zipcodes VALUES (63464,'Plevna','MO','39.972337','-92.065530',-6,1); -INSERT INTO zipcodes VALUES (63465,'Revere','MO','40.526542','-91.680750',-6,1); -INSERT INTO zipcodes VALUES (63466,'Saint Patrick','MO','40.431201','-91.685103',-6,1); -INSERT INTO zipcodes VALUES (63467,'Saverton','MO','39.650045','-91.270502',-6,1); -INSERT INTO zipcodes VALUES (63468,'Shelbina','MO','39.677131','-92.016620',-6,1); -INSERT INTO zipcodes VALUES (63469,'Shelbyville','MO','39.820466','-92.033710',-6,1); -INSERT INTO zipcodes VALUES (63471,'Taylor','MO','39.925941','-91.496360',-6,1); -INSERT INTO zipcodes VALUES (63472,'Wayland','MO','40.396289','-91.583250',-6,1); -INSERT INTO zipcodes VALUES (63473,'Williamstown','MO','40.246729','-91.773680',-6,1); -INSERT INTO zipcodes VALUES (63474,'Wyaconda','MO','40.354422','-91.910630',-6,1); -INSERT INTO zipcodes VALUES (63477,'La Belle','MO','40.114109','-91.912383',-6,1); -INSERT INTO zipcodes VALUES (63501,'Kirksville','MO','40.183335','-92.583410',-6,1); -INSERT INTO zipcodes VALUES (63530,'Atlanta','MO','39.911723','-92.464080',-6,1); -INSERT INTO zipcodes VALUES (63531,'Baring','MO','40.281881','-92.235950',-6,1); -INSERT INTO zipcodes VALUES (63532,'Bevier','MO','39.754960','-92.570570',-6,1); -INSERT INTO zipcodes VALUES (63533,'Brashear','MO','40.181653','-92.396990',-6,1); -INSERT INTO zipcodes VALUES (63534,'Callao','MO','39.741800','-92.635820',-6,1); -INSERT INTO zipcodes VALUES (63535,'Coatsville','MO','40.569026','-92.641520',-6,1); -INSERT INTO zipcodes VALUES (63536,'Downing','MO','40.486993','-92.362840',-6,1); -INSERT INTO zipcodes VALUES (63537,'Edina','MO','40.164349','-92.167100',-6,1); -INSERT INTO zipcodes VALUES (63538,'Elmer','MO','39.952779','-92.680070',-6,1); -INSERT INTO zipcodes VALUES (63539,'Ethel','MO','39.893011','-92.745030',-6,1); -INSERT INTO zipcodes VALUES (63540,'Gibbs','MO','40.096431','-92.418090',-6,1); -INSERT INTO zipcodes VALUES (63541,'Glenwood','MO','40.513638','-92.608180',-6,1); -INSERT INTO zipcodes VALUES (63543,'Gorin','MO','40.361121','-92.019790',-6,1); -INSERT INTO zipcodes VALUES (63544,'Green Castle','MO','40.244242','-92.851270',-6,1); -INSERT INTO zipcodes VALUES (63545,'Green City','MO','40.256611','-92.982770',-6,1); -INSERT INTO zipcodes VALUES (63546,'Greentop','MO','40.335091','-92.526310',-6,1); -INSERT INTO zipcodes VALUES (63547,'Hurdland','MO','40.145396','-92.302850',-6,1); -INSERT INTO zipcodes VALUES (63548,'Lancaster','MO','40.524127','-92.510710',-6,1); -INSERT INTO zipcodes VALUES (63549,'La Plata','MO','40.018881','-92.503080',-6,1); -INSERT INTO zipcodes VALUES (63551,'Livonia','MO','40.496773','-92.724140',-6,1); -INSERT INTO zipcodes VALUES (63552,'Macon','MO','39.747736','-92.468780',-6,1); -INSERT INTO zipcodes VALUES (63555,'Memphis','MO','40.469438','-92.180310',-6,1); -INSERT INTO zipcodes VALUES (63556,'Milan','MO','40.184189','-93.120430',-6,1); -INSERT INTO zipcodes VALUES (63557,'New Boston','MO','39.963355','-92.886840',-6,1); -INSERT INTO zipcodes VALUES (63558,'New Cambria','MO','39.728897','-92.749790',-6,1); -INSERT INTO zipcodes VALUES (63559,'Novinger','MO','40.228235','-92.725310',-6,1); -INSERT INTO zipcodes VALUES (63560,'Pollock','MO','40.367584','-93.118230',-6,1); -INSERT INTO zipcodes VALUES (63561,'Queen City','MO','40.410297','-92.557280',-6,1); -INSERT INTO zipcodes VALUES (63563,'Rutledge','MO','40.303327','-92.079130',-6,1); -INSERT INTO zipcodes VALUES (63565,'Unionville','MO','40.472841','-92.972980',-6,1); -INSERT INTO zipcodes VALUES (63566,'Winigan','MO','40.031642','-92.964100',-6,1); -INSERT INTO zipcodes VALUES (63567,'Worthington','MO','40.411635','-92.691130',-6,1); -INSERT INTO zipcodes VALUES (63588,'Clay','MO','36.018996','-90.159327',-6,1); -INSERT INTO zipcodes VALUES (63601,'Park Hills','MO','37.844197','-90.530000',-6,1); -INSERT INTO zipcodes VALUES (63620,'Annapolis','MO','37.383001','-90.659600',-6,1); -INSERT INTO zipcodes VALUES (63621,'Arcadia','MO','37.520078','-90.616940',-6,1); -INSERT INTO zipcodes VALUES (63622,'Belgrade','MO','37.790928','-90.893050',-6,1); -INSERT INTO zipcodes VALUES (63623,'Belleview','MO','37.682669','-90.881720',-6,1); -INSERT INTO zipcodes VALUES (63624,'Bismarck','MO','37.740163','-90.639620',-6,1); -INSERT INTO zipcodes VALUES (63625,'Black','MO','37.538148','-90.968270',-6,1); -INSERT INTO zipcodes VALUES (63626,'Blackwell','MO','38.053566','-90.642290',-6,1); -INSERT INTO zipcodes VALUES (63627,'Bloomsdale','MO','38.051824','-90.255270',-6,1); -INSERT INTO zipcodes VALUES (63628,'Bonne Terre','MO','37.929597','-90.561400',-6,1); -INSERT INTO zipcodes VALUES (63629,'Bunker','MO','37.416192','-91.222240',-6,1); -INSERT INTO zipcodes VALUES (63630,'Cadet','MO','38.020743','-90.745570',-6,1); -INSERT INTO zipcodes VALUES (63631,'Caledonia','MO','37.753408','-90.785930',-6,1); -INSERT INTO zipcodes VALUES (63632,'Cascade','MO','37.119566','-90.444953',-6,1); -INSERT INTO zipcodes VALUES (63633,'Centerville','MO','37.442703','-91.020770',-6,1); -INSERT INTO zipcodes VALUES (63636,'Des Arc','MO','37.292529','-90.604320',-6,1); -INSERT INTO zipcodes VALUES (63637,'Doe Run','MO','37.734110','-90.514280',-6,1); -INSERT INTO zipcodes VALUES (63638,'Ellington','MO','37.210461','-91.007980',-6,1); -INSERT INTO zipcodes VALUES (63640,'Farmington','MO','37.779206','-90.414040',-6,1); -INSERT INTO zipcodes VALUES (63645,'Fredericktown','MO','37.548340','-90.305990',-6,1); -INSERT INTO zipcodes VALUES (63646,'Glover','MO','37.505462','-90.845047',-6,1); -INSERT INTO zipcodes VALUES (63648,'Irondale','MO','37.827126','-90.683250',-6,1); -INSERT INTO zipcodes VALUES (63650,'Ironton','MO','37.614822','-90.632840',-6,1); -INSERT INTO zipcodes VALUES (63651,'Knob Lick','MO','37.675442','-90.367713',-6,1); -INSERT INTO zipcodes VALUES (63653,'Leadwood','MO','37.863193','-90.589350',-6,1); -INSERT INTO zipcodes VALUES (63654,'Lesterville','MO','37.478054','-90.837660',-6,1); -INSERT INTO zipcodes VALUES (63655,'Marquand','MO','37.416023','-90.188860',-6,1); -INSERT INTO zipcodes VALUES (63656,'Middle Brook','MO','37.611019','-90.776560',-6,1); -INSERT INTO zipcodes VALUES (63660,'Mineral Point','MO','37.913799','-90.712640',-6,1); -INSERT INTO zipcodes VALUES (63661,'New Offenburg','MO','37.898720','-90.191972',-6,1); -INSERT INTO zipcodes VALUES (63662,'Patton','MO','37.513967','-90.024770',-6,1); -INSERT INTO zipcodes VALUES (63663,'Pilot Knob','MO','37.624572','-90.645260',-6,1); -INSERT INTO zipcodes VALUES (63664,'Potosi','MO','37.914960','-90.867970',-6,1); -INSERT INTO zipcodes VALUES (63665,'Redford','MO','37.313752','-90.848920',-6,1); -INSERT INTO zipcodes VALUES (63666,'Reynolds','MO','37.327153','-91.024337',-6,1); -INSERT INTO zipcodes VALUES (63670,'Sainte Genevieve','MO','37.912590','-90.151550',-6,1); -INSERT INTO zipcodes VALUES (63673,'Saint Mary','MO','37.833644','-89.984170',-6,1); -INSERT INTO zipcodes VALUES (63674,'Tiff','MO','38.038731','-90.656230',-6,1); -INSERT INTO zipcodes VALUES (63675,'Vulcan','MO','37.326021','-90.685420',-6,1); -INSERT INTO zipcodes VALUES (63701,'Cape Girardeau','MO','37.325640','-89.565900',-6,1); -INSERT INTO zipcodes VALUES (63702,'Cape Girardeau','MO','37.350624','-89.509405',-6,1); -INSERT INTO zipcodes VALUES (63703,'Cape Girardeau','MO','37.291432','-89.540650',-6,1); -INSERT INTO zipcodes VALUES (63705,'Cape Girardeau','MO','37.366166','-89.643941',-6,1); -INSERT INTO zipcodes VALUES (63730,'Advance','MO','37.101789','-89.913590',-6,1); -INSERT INTO zipcodes VALUES (63732,'Altenburg','MO','37.584014','-89.603200',-6,1); -INSERT INTO zipcodes VALUES (63735,'Bell City','MO','36.992718','-89.783690',-6,1); -INSERT INTO zipcodes VALUES (63736,'Benton','MO','37.093104','-89.539970',-6,1); -INSERT INTO zipcodes VALUES (63737,'Brazeau','MO','37.663253','-89.652912',-6,1); -INSERT INTO zipcodes VALUES (63738,'Brownwood','MO','37.082526','-89.955950',-6,1); -INSERT INTO zipcodes VALUES (63739,'Burfordville','MO','37.360527','-89.799070',-6,1); -INSERT INTO zipcodes VALUES (63740,'Chaffee','MO','37.182556','-89.683790',-6,1); -INSERT INTO zipcodes VALUES (63742,'Commerce','MO','37.157131','-89.446510',-6,1); -INSERT INTO zipcodes VALUES (63743,'Daisy','MO','37.522361','-89.814190',-6,1); -INSERT INTO zipcodes VALUES (63744,'Delta','MO','37.197279','-89.739429',-6,1); -INSERT INTO zipcodes VALUES (63745,'Dutchtown','MO','37.242370','-89.697680',-6,1); -INSERT INTO zipcodes VALUES (63746,'Farrar','MO','37.734776','-89.811616',-6,1); -INSERT INTO zipcodes VALUES (63747,'Friedheim','MO','37.555405','-89.800680',-6,1); -INSERT INTO zipcodes VALUES (63748,'Frohna','MO','37.671971','-89.616440',-6,1); -INSERT INTO zipcodes VALUES (63750,'Gipsy','MO','37.146953','-90.188700',-6,1); -INSERT INTO zipcodes VALUES (63751,'Glenallen','MO','37.332487','-90.086750',-6,1); -INSERT INTO zipcodes VALUES (63752,'Gordonville','MO','37.309250','-89.698890',-6,1); -INSERT INTO zipcodes VALUES (63753,'Grassy','MO','37.212218','-90.131050',-6,1); -INSERT INTO zipcodes VALUES (63755,'Jackson','MO','37.413716','-89.654280',-6,1); -INSERT INTO zipcodes VALUES (63758,'Kelso','MO','37.189843','-89.549000',-6,1); -INSERT INTO zipcodes VALUES (63760,'Leopold','MO','37.247942','-89.889040',-6,1); -INSERT INTO zipcodes VALUES (63763,'McGee','MO','37.052849','-90.167050',-6,1); -INSERT INTO zipcodes VALUES (63764,'Marble Hill','MO','37.309447','-89.981270',-6,1); -INSERT INTO zipcodes VALUES (63766,'Millersville','MO','37.437077','-89.858360',-6,1); -INSERT INTO zipcodes VALUES (63767,'Morley','MO','37.043378','-89.612640',-6,1); -INSERT INTO zipcodes VALUES (63769,'Oak Ridge','MO','37.509022','-89.763370',-6,1); -INSERT INTO zipcodes VALUES (63770,'Old Appleton','MO','37.593256','-89.709490',-6,1); -INSERT INTO zipcodes VALUES (63771,'Oran','MO','37.076536','-89.678230',-6,1); -INSERT INTO zipcodes VALUES (63772,'Painton','MO','37.046130','-89.779248',-6,1); -INSERT INTO zipcodes VALUES (63774,'Perkins','MO','37.094857','-89.774510',-6,1); -INSERT INTO zipcodes VALUES (63775,'Perryville','MO','37.716811','-89.876010',-6,1); -INSERT INTO zipcodes VALUES (63776,'McBride','MO','37.734776','-89.811616',-6,1); -INSERT INTO zipcodes VALUES (63779,'Pocahontas','MO','37.500656','-89.639595',-6,1); -INSERT INTO zipcodes VALUES (63780,'Scott City','MO','37.211830','-89.526870',-6,1); -INSERT INTO zipcodes VALUES (63781,'Sedgewickville','MO','37.527341','-89.927350',-6,1); -INSERT INTO zipcodes VALUES (63782,'Sturdivant','MO','37.101911','-90.029200',-6,1); -INSERT INTO zipcodes VALUES (63783,'Uniontown','MO','37.605626','-89.677400',-6,1); -INSERT INTO zipcodes VALUES (63784,'Vanduser','MO','36.990215','-89.691100',-6,1); -INSERT INTO zipcodes VALUES (63785,'Whitewater','MO','37.265867','-89.824010',-6,1); -INSERT INTO zipcodes VALUES (63787,'Zalma','MO','37.115431','-90.103920',-6,1); -INSERT INTO zipcodes VALUES (63801,'Sikeston','MO','36.891163','-89.583550',-6,1); -INSERT INTO zipcodes VALUES (63804,'Blodgett','MO','37.005572','-89.525934',-6,1); -INSERT INTO zipcodes VALUES (63820,'Anniston','MO','36.824596','-89.325160',-6,1); -INSERT INTO zipcodes VALUES (63821,'Arbyrd','MO','36.048279','-90.233430',-6,1); -INSERT INTO zipcodes VALUES (63822,'Bernie','MO','36.662399','-90.007680',-6,1); -INSERT INTO zipcodes VALUES (63823,'Bertrand','MO','36.905584','-89.449450',-6,1); -INSERT INTO zipcodes VALUES (63824,'Blodgett','MO','37.003840','-89.525350',-6,1); -INSERT INTO zipcodes VALUES (63825,'Bloomfield','MO','36.917320','-89.936790',-6,1); -INSERT INTO zipcodes VALUES (63826,'Braggadocio','MO','36.180226','-89.840720',-6,1); -INSERT INTO zipcodes VALUES (63827,'Bragg City','MO','36.274710','-89.873460',-6,1); -INSERT INTO zipcodes VALUES (63828,'Canalou','MO','36.754415','-89.687060',-6,1); -INSERT INTO zipcodes VALUES (63829,'Cardwell','MO','36.041645','-90.297760',-6,1); -INSERT INTO zipcodes VALUES (63830,'Caruthersville','MO','36.174029','-89.675480',-6,1); -INSERT INTO zipcodes VALUES (63832,'Wyatt','MO','36.916675','-89.222096',-6,1); -INSERT INTO zipcodes VALUES (63833,'Catron','MO','36.642019','-89.731490',-6,1); -INSERT INTO zipcodes VALUES (63834,'Charleston','MO','36.915335','-89.313080',-6,1); -INSERT INTO zipcodes VALUES (63837,'Clarkton','MO','36.450404','-89.976230',-6,1); -INSERT INTO zipcodes VALUES (63838,'Conran','MO','36.603844','-89.650005',-6,1); -INSERT INTO zipcodes VALUES (63839,'Cooter','MO','36.053078','-89.816790',-6,1); -INSERT INTO zipcodes VALUES (63840,'Deering','MO','36.213318','-89.748102',-6,1); -INSERT INTO zipcodes VALUES (63841,'Dexter','MO','36.784453','-89.974280',-6,1); -INSERT INTO zipcodes VALUES (63845,'East Prairie','MO','36.744320','-89.361420',-6,1); -INSERT INTO zipcodes VALUES (63846,'Essex','MO','36.818652','-89.816220',-6,1); -INSERT INTO zipcodes VALUES (63847,'Gibson','MO','36.442124','-90.030970',-6,1); -INSERT INTO zipcodes VALUES (63848,'Gideon','MO','36.449337','-89.895620',-6,1); -INSERT INTO zipcodes VALUES (63849,'Gobler','MO','36.124101','-89.991440',-6,1); -INSERT INTO zipcodes VALUES (63850,'Grayridge','MO','36.822129','-89.781700',-6,1); -INSERT INTO zipcodes VALUES (63851,'Hayti','MO','36.235881','-89.748610',-6,1); -INSERT INTO zipcodes VALUES (63852,'Holcomb','MO','36.374510','-90.005440',-6,1); -INSERT INTO zipcodes VALUES (63853,'Holland','MO','36.058612','-89.870380',-6,1); -INSERT INTO zipcodes VALUES (63855,'Hornersville','MO','36.048254','-90.085390',-6,1); -INSERT INTO zipcodes VALUES (63857,'Kennett','MO','36.237128','-90.048660',-6,1); -INSERT INTO zipcodes VALUES (63859,'Independence','MO','36.267961','-90.031801',-6,1); -INSERT INTO zipcodes VALUES (63860,'Kewanee','MO','36.670880','-89.573380',-6,1); -INSERT INTO zipcodes VALUES (63862,'Lilbourn','MO','36.588424','-89.633770',-6,1); -INSERT INTO zipcodes VALUES (63863,'Malden','MO','36.569283','-89.974230',-6,1); -INSERT INTO zipcodes VALUES (63866,'Marston','MO','36.521724','-89.607300',-6,1); -INSERT INTO zipcodes VALUES (63867,'Matthews','MO','36.751798','-89.551840',-6,1); -INSERT INTO zipcodes VALUES (63868,'Morehouse','MO','36.845481','-89.691130',-6,1); -INSERT INTO zipcodes VALUES (63869,'New Madrid','MO','36.597930','-89.544350',-6,1); -INSERT INTO zipcodes VALUES (63870,'Parma','MO','36.611902','-89.834890',-6,1); -INSERT INTO zipcodes VALUES (63871,'Pascola','MO','36.267825','-89.822514',-6,1); -INSERT INTO zipcodes VALUES (63872,'Clay','MO','36.101239','-90.114179',-6,1); -INSERT INTO zipcodes VALUES (63873,'Portageville','MO','36.436042','-89.688510',-6,1); -INSERT INTO zipcodes VALUES (63874,'Risco','MO','36.550379','-89.818740',-6,1); -INSERT INTO zipcodes VALUES (63875,'Rives','MO','36.313319','-90.165758',-6,1); -INSERT INTO zipcodes VALUES (63876,'Senath','MO','36.131733','-90.170230',-6,1); -INSERT INTO zipcodes VALUES (63877,'Steele','MO','36.079378','-89.848960',-6,1); -INSERT INTO zipcodes VALUES (63878,'Tallapoosa','MO','36.507559','-89.818770',-6,1); -INSERT INTO zipcodes VALUES (63879,'Wardell','MO','36.349977','-89.806050',-6,1); -INSERT INTO zipcodes VALUES (63880,'Whiteoak','MO','36.330522','-90.026100',-6,1); -INSERT INTO zipcodes VALUES (63881,'Wolf Island','MO','36.779519','-89.206329',-6,1); -INSERT INTO zipcodes VALUES (63882,'Wyatt','MO','36.911648','-89.222080',-6,1); -INSERT INTO zipcodes VALUES (63901,'Poplar Bluff','MO','36.759357','-90.416890',-6,1); -INSERT INTO zipcodes VALUES (63902,'Poplar Bluff','MO','36.712451','-90.407013',-6,1); -INSERT INTO zipcodes VALUES (63931,'Briar','MO','36.661010','-90.850785',-6,1); -INSERT INTO zipcodes VALUES (63932,'Broseley','MO','36.687259','-90.235940',-6,1); -INSERT INTO zipcodes VALUES (63933,'Campbell','MO','36.509916','-90.096940',-6,1); -INSERT INTO zipcodes VALUES (63934,'Clubb','MO','37.207390','-90.388290',-6,1); -INSERT INTO zipcodes VALUES (63935,'Doniphan','MO','36.624115','-90.861500',-6,1); -INSERT INTO zipcodes VALUES (63936,'Dudley','MO','36.808827','-90.129150',-6,1); -INSERT INTO zipcodes VALUES (63937,'Ellsinore','MO','36.936583','-90.750260',-6,1); -INSERT INTO zipcodes VALUES (63938,'Fagus','MO','36.512944','-90.266090',-6,1); -INSERT INTO zipcodes VALUES (63939,'Fairdealing','MO','36.647754','-90.681170',-6,1); -INSERT INTO zipcodes VALUES (63940,'Fisk','MO','36.772841','-90.218010',-6,1); -INSERT INTO zipcodes VALUES (63941,'Fremont','MO','36.918139','-91.152800',-6,1); -INSERT INTO zipcodes VALUES (63942,'Gatewood','MO','36.546354','-91.054020',-6,1); -INSERT INTO zipcodes VALUES (63943,'Grandin','MO','36.828561','-90.813590',-6,1); -INSERT INTO zipcodes VALUES (63944,'Greenville','MO','37.068349','-90.421520',-6,1); -INSERT INTO zipcodes VALUES (63945,'Harviell','MO','36.637085','-90.526870',-6,1); -INSERT INTO zipcodes VALUES (63947,'Hiram','MO','37.190680','-90.250700',-6,1); -INSERT INTO zipcodes VALUES (63950,'Lodi','MO','37.119566','-90.444953',-6,1); -INSERT INTO zipcodes VALUES (63951,'Lowndes','MO','37.124019','-90.272470',-6,1); -INSERT INTO zipcodes VALUES (63952,'Mill Spring','MO','37.028626','-90.656190',-6,1); -INSERT INTO zipcodes VALUES (63953,'Naylor','MO','36.585908','-90.618750',-6,1); -INSERT INTO zipcodes VALUES (63954,'Neelyville','MO','36.559031','-90.486460',-6,1); -INSERT INTO zipcodes VALUES (63955,'Oxly','MO','36.604837','-90.685820',-6,1); -INSERT INTO zipcodes VALUES (63956,'Patterson','MO','37.199631','-90.523530',-6,1); -INSERT INTO zipcodes VALUES (63957,'Piedmont','MO','37.151397','-90.696850',-6,1); -INSERT INTO zipcodes VALUES (63960,'Puxico','MO','36.956662','-90.131280',-6,1); -INSERT INTO zipcodes VALUES (63961,'Qulin','MO','36.584790','-90.252210',-6,1); -INSERT INTO zipcodes VALUES (63962,'Rombauer','MO','36.712451','-90.407013',-6,1); -INSERT INTO zipcodes VALUES (63963,'Shook','MO','37.072189','-90.308840',-6,1); -INSERT INTO zipcodes VALUES (63964,'Silva','MO','37.248929','-90.428870',-6,1); -INSERT INTO zipcodes VALUES (63965,'Van Buren','MO','36.985902','-90.998520',-6,1); -INSERT INTO zipcodes VALUES (63966,'Wappapello','MO','36.947396','-90.284990',-6,1); -INSERT INTO zipcodes VALUES (63967,'Williamsville','MO','36.944333','-90.482710',-6,1); -INSERT INTO zipcodes VALUES (64001,'Alma','MO','39.102230','-93.535310',-6,1); -INSERT INTO zipcodes VALUES (64011,'Bates City','MO','38.980527','-94.077050',-6,1); -INSERT INTO zipcodes VALUES (64012,'Belton','MO','38.810856','-94.532010',-6,1); -INSERT INTO zipcodes VALUES (64013,'Blue Springs','MO','38.964518','-94.370275',-6,1); -INSERT INTO zipcodes VALUES (64014,'Blue Springs','MO','39.017559','-94.257670',-6,1); -INSERT INTO zipcodes VALUES (64015,'Blue Springs','MO','39.016612','-94.298700',-6,1); -INSERT INTO zipcodes VALUES (64016,'Buckner','MO','39.118608','-94.207830',-6,1); -INSERT INTO zipcodes VALUES (64017,'Camden','MO','39.203641','-94.032130',-6,1); -INSERT INTO zipcodes VALUES (64018,'Camden Point','MO','39.446161','-94.738580',-6,1); -INSERT INTO zipcodes VALUES (64019,'Centerview','MO','38.763144','-93.866350',-6,1); -INSERT INTO zipcodes VALUES (64020,'Concordia','MO','38.976880','-93.589500',-6,1); -INSERT INTO zipcodes VALUES (64021,'Corder','MO','39.116219','-93.636630',-6,1); -INSERT INTO zipcodes VALUES (64022,'Dover','MO','39.192552','-93.686610',-6,1); -INSERT INTO zipcodes VALUES (64024,'Excelsior Springs','MO','39.340332','-94.226010',-6,1); -INSERT INTO zipcodes VALUES (64028,'Farley','MO','39.283928','-94.830159',-6,1); -INSERT INTO zipcodes VALUES (64029,'Grain Valley','MO','39.012404','-94.211560',-6,1); -INSERT INTO zipcodes VALUES (64030,'Grandview','MO','38.883548','-94.525030',-6,1); -INSERT INTO zipcodes VALUES (64034,'Greenwood','MO','38.843576','-94.342130',-6,1); -INSERT INTO zipcodes VALUES (64035,'Hardin','MO','39.295960','-93.821640',-6,1); -INSERT INTO zipcodes VALUES (64036,'Henrietta','MO','39.214233','-93.929400',-6,1); -INSERT INTO zipcodes VALUES (64037,'Higginsville','MO','39.058604','-93.733660',-6,1); -INSERT INTO zipcodes VALUES (64040,'Holden','MO','38.712465','-93.988200',-6,1); -INSERT INTO zipcodes VALUES (64048,'Holt','MO','39.446090','-94.353350',-6,1); -INSERT INTO zipcodes VALUES (64050,'Independence','MO','39.098880','-94.414470',-6,1); -INSERT INTO zipcodes VALUES (64051,'Independence','MO','39.080369','-94.387956',-6,1); -INSERT INTO zipcodes VALUES (64052,'Independence','MO','39.076405','-94.449430',-6,1); -INSERT INTO zipcodes VALUES (64053,'Independence','MO','39.107845','-94.465560',-6,1); -INSERT INTO zipcodes VALUES (64054,'Independence','MO','39.108704','-94.441150',-6,1); -INSERT INTO zipcodes VALUES (64055,'Independence','MO','39.053255','-94.406100',-6,1); -INSERT INTO zipcodes VALUES (64056,'Independence','MO','39.115776','-94.348460',-6,1); -INSERT INTO zipcodes VALUES (64057,'Independence','MO','39.069165','-94.350870',-6,1); -INSERT INTO zipcodes VALUES (64058,'Independence','MO','39.150754','-94.345020',-6,1); -INSERT INTO zipcodes VALUES (64060,'Kearney','MO','39.365318','-94.357800',-6,1); -INSERT INTO zipcodes VALUES (64061,'Kingsville','MO','38.765972','-94.097080',-6,1); -INSERT INTO zipcodes VALUES (64062,'Lawson','MO','39.443609','-94.170630',-6,1); -INSERT INTO zipcodes VALUES (64063,'Lees Summit','MO','38.913857','-94.363970',-6,1); -INSERT INTO zipcodes VALUES (64064,'Lees Summit','MO','38.988610','-94.364740',-6,1); -INSERT INTO zipcodes VALUES (64065,'Lees Summit','MO','38.966641','-94.392885',-6,1); -INSERT INTO zipcodes VALUES (64066,'Levasy','MO','39.134657','-94.132470',-6,1); -INSERT INTO zipcodes VALUES (64067,'Lexington','MO','39.176165','-93.869630',-6,1); -INSERT INTO zipcodes VALUES (64068,'Liberty','MO','39.246179','-94.417630',-6,1); -INSERT INTO zipcodes VALUES (64069,'Liberty','MO','39.282869','-94.408998',-6,1); -INSERT INTO zipcodes VALUES (64070,'Lone Jack','MO','38.895469','-94.153150',-6,1); -INSERT INTO zipcodes VALUES (64071,'Mayview','MO','39.049517','-93.835900',-6,1); -INSERT INTO zipcodes VALUES (64072,'Missouri City','MO','39.237332','-94.296210',-6,1); -INSERT INTO zipcodes VALUES (64073,'Mosby','MO','39.314899','-94.293888',-6,1); -INSERT INTO zipcodes VALUES (64074,'Napoleon','MO','39.093759','-94.085800',-6,1); -INSERT INTO zipcodes VALUES (64075,'Oak Grove','MO','38.995350','-94.142250',-6,1); -INSERT INTO zipcodes VALUES (64076,'Odessa','MO','38.989150','-93.953730',-6,1); -INSERT INTO zipcodes VALUES (64077,'Orrick','MO','39.224710','-94.139710',-6,1); -INSERT INTO zipcodes VALUES (64078,'Peculiar','MO','38.706077','-94.460490',-6,1); -INSERT INTO zipcodes VALUES (64079,'Platte City','MO','39.356596','-94.788140',-6,1); -INSERT INTO zipcodes VALUES (64080,'Pleasant Hill','MO','38.776782','-94.262070',-6,1); -INSERT INTO zipcodes VALUES (64081,'Lees Summit','MO','38.908657','-94.402850',-6,1); -INSERT INTO zipcodes VALUES (64082,'Lees Summit','MO','38.850243','-94.395700',-6,1); -INSERT INTO zipcodes VALUES (64083,'Raymore','MO','38.803528','-94.451030',-6,1); -INSERT INTO zipcodes VALUES (64084,'Rayville','MO','39.378901','-94.078220',-6,1); -INSERT INTO zipcodes VALUES (64085,'Richmond','MO','39.311978','-93.969470',-6,1); -INSERT INTO zipcodes VALUES (64086,'Lees Summit','MO','38.928110','-94.323920',-6,1); -INSERT INTO zipcodes VALUES (64087,'Liberty','MO','39.282869','-94.408998',-6,1); -INSERT INTO zipcodes VALUES (64088,'Sibley','MO','39.152070','-94.183550',-6,1); -INSERT INTO zipcodes VALUES (64089,'Smithville','MO','39.389339','-94.567740',-6,1); -INSERT INTO zipcodes VALUES (64090,'Strasburg','MO','38.760865','-94.163760',-6,1); -INSERT INTO zipcodes VALUES (64092,'Waldron','MO','39.228875','-94.805673',-6,1); -INSERT INTO zipcodes VALUES (64093,'Warrensburg','MO','38.772117','-93.735190',-6,1); -INSERT INTO zipcodes VALUES (64096,'Waverly','MO','39.214193','-93.538250',-6,1); -INSERT INTO zipcodes VALUES (64097,'Wellington','MO','39.120155','-93.964950',-6,1); -INSERT INTO zipcodes VALUES (64098,'Weston','MO','39.445387','-94.898330',-6,1); -INSERT INTO zipcodes VALUES (64101,'Kansas City','MO','39.103037','-94.600660',-6,1); -INSERT INTO zipcodes VALUES (64102,'Kansas City','MO','39.093854','-94.604110',-6,1); -INSERT INTO zipcodes VALUES (64105,'Kansas City','MO','39.104204','-94.588680',-6,1); -INSERT INTO zipcodes VALUES (64106,'Kansas City','MO','39.103704','-94.573110',-6,1); -INSERT INTO zipcodes VALUES (64108,'Kansas City','MO','39.084554','-94.582960',-6,1); -INSERT INTO zipcodes VALUES (64109,'Kansas City','MO','39.065954','-94.566430',-6,1); -INSERT INTO zipcodes VALUES (64110,'Kansas City','MO','39.033505','-94.572860',-6,1); -INSERT INTO zipcodes VALUES (64111,'Kansas City','MO','39.056505','-94.594390',-6,1); -INSERT INTO zipcodes VALUES (64112,'Kansas City','MO','39.037605','-94.595370',-6,1); -INSERT INTO zipcodes VALUES (64113,'Kansas City','MO','39.013638','-94.594710',-6,1); -INSERT INTO zipcodes VALUES (64114,'Kansas City','MO','38.966056','-94.596410',-6,1); -INSERT INTO zipcodes VALUES (64116,'Kansas City','MO','39.149120','-94.573140',-6,1); -INSERT INTO zipcodes VALUES (64117,'Kansas City','MO','39.165253','-94.531580',-6,1); -INSERT INTO zipcodes VALUES (64118,'Kansas City','MO','39.213082','-94.572480',-6,1); -INSERT INTO zipcodes VALUES (64119,'Kansas City','MO','39.202654','-94.518160',-6,1); -INSERT INTO zipcodes VALUES (64120,'Kansas City','MO','39.125304','-94.532340',-6,1); -INSERT INTO zipcodes VALUES (64121,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64123,'Kansas City','MO','39.113604','-94.522870',-6,1); -INSERT INTO zipcodes VALUES (64124,'Kansas City','MO','39.107304','-94.539850',-6,1); -INSERT INTO zipcodes VALUES (64125,'Kansas City','MO','39.104887','-94.495410',-6,1); -INSERT INTO zipcodes VALUES (64126,'Kansas City','MO','39.092304','-94.499480',-6,1); -INSERT INTO zipcodes VALUES (64127,'Kansas City','MO','39.089704','-94.539680',-6,1); -INSERT INTO zipcodes VALUES (64128,'Kansas City','MO','39.066754','-94.536500',-6,1); -INSERT INTO zipcodes VALUES (64129,'Kansas City','MO','39.051455','-94.496600',-6,1); -INSERT INTO zipcodes VALUES (64130,'Kansas City','MO','39.034838','-94.545070',-6,1); -INSERT INTO zipcodes VALUES (64131,'Kansas City','MO','38.972473','-94.576560',-6,1); -INSERT INTO zipcodes VALUES (64132,'Kansas City','MO','38.991406','-94.551000',-6,1); -INSERT INTO zipcodes VALUES (64133,'Kansas City','MO','39.013905','-94.459100',-6,1); -INSERT INTO zipcodes VALUES (64134,'Kansas City','MO','38.928206','-94.498320',-6,1); -INSERT INTO zipcodes VALUES (64136,'Kansas City','MO','39.015430','-94.399670',-6,1); -INSERT INTO zipcodes VALUES (64137,'Kansas City','MO','38.929356','-94.539320',-6,1); -INSERT INTO zipcodes VALUES (64138,'Kansas City','MO','38.969806','-94.472560',-6,1); -INSERT INTO zipcodes VALUES (64139,'Kansas City','MO','38.959277','-94.408680',-6,1); -INSERT INTO zipcodes VALUES (64141,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64142,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64144,'Kansas City','MO','39.282869','-94.408998',-6,1); -INSERT INTO zipcodes VALUES (64145,'Kansas City','MO','38.896407','-94.596660',-6,1); -INSERT INTO zipcodes VALUES (64146,'Kansas City','MO','38.899843','-94.573230',-6,1); -INSERT INTO zipcodes VALUES (64147,'Kansas City','MO','38.849841','-94.545550',-6,1); -INSERT INTO zipcodes VALUES (64148,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64149,'Kansas City','MO','38.872285','-94.467120',-6,1); -INSERT INTO zipcodes VALUES (64150,'Riverside','MO','39.174903','-94.622410',-6,1); -INSERT INTO zipcodes VALUES (64151,'Kansas City','MO','39.215652','-94.630210',-6,1); -INSERT INTO zipcodes VALUES (64152,'Kansas City','MO','39.216635','-94.699910',-6,1); -INSERT INTO zipcodes VALUES (64153,'Kansas City','MO','39.281602','-94.714390',-6,1); -INSERT INTO zipcodes VALUES (64154,'Kansas City','MO','39.261679','-94.633530',-6,1); -INSERT INTO zipcodes VALUES (64155,'Kansas City','MO','39.276828','-94.573440',-6,1); -INSERT INTO zipcodes VALUES (64156,'Kansas City','MO','39.281486','-94.512960',-6,1); -INSERT INTO zipcodes VALUES (64157,'Kansas City','MO','39.283535','-94.470500',-6,1); -INSERT INTO zipcodes VALUES (64158,'Kansas City','MO','39.230259','-94.477940',-6,1); -INSERT INTO zipcodes VALUES (64160,'Kansas City','MO','39.282869','-94.408998',-6,1); -INSERT INTO zipcodes VALUES (64161,'Kansas City','MO','39.164953','-94.466900',-6,1); -INSERT INTO zipcodes VALUES (64163,'Kansas City','MO','39.318350','-94.676350',-6,1); -INSERT INTO zipcodes VALUES (64164,'Kansas City','MO','39.335365','-94.624620',-6,1); -INSERT INTO zipcodes VALUES (64165,'Kansas City','MO','39.317974','-94.575450',-6,1); -INSERT INTO zipcodes VALUES (64166,'Kansas City','MO','39.322849','-94.507550',-6,1); -INSERT INTO zipcodes VALUES (64167,'Kansas City','MO','39.317300','-94.486550',-6,1); -INSERT INTO zipcodes VALUES (64168,'Kansas City','MO','39.343225','-94.851610',-6,1); -INSERT INTO zipcodes VALUES (64170,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64171,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64172,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64173,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64179,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64180,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64183,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64184,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64185,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64187,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64188,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64189,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64190,'Kansas City','MO','39.343225','-94.851610',-6,1); -INSERT INTO zipcodes VALUES (64191,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64192,'Kansas City','MO','38.953942','-94.523700',-6,1); -INSERT INTO zipcodes VALUES (64193,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64194,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64195,'Kansas City','MO','39.343225','-94.851610',-6,1); -INSERT INTO zipcodes VALUES (64196,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64197,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64198,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64199,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64401,'Agency','MO','39.627397','-94.722150',-6,1); -INSERT INTO zipcodes VALUES (64402,'Albany','MO','40.247423','-94.332160',-6,1); -INSERT INTO zipcodes VALUES (64420,'Allendale','MO','40.478118','-94.423294',-6,1); -INSERT INTO zipcodes VALUES (64421,'Amazonia','MO','39.904440','-94.927260',-6,1); -INSERT INTO zipcodes VALUES (64422,'Amity','MO','39.898708','-94.479480',-6,1); -INSERT INTO zipcodes VALUES (64423,'Barnard','MO','40.192991','-94.851620',-6,1); -INSERT INTO zipcodes VALUES (64424,'Bethany','MO','40.266201','-94.030400',-6,1); -INSERT INTO zipcodes VALUES (64426,'Blythedale','MO','40.528127','-93.874300',-6,1); -INSERT INTO zipcodes VALUES (64427,'Bolckow','MO','40.115496','-94.855730',-6,1); -INSERT INTO zipcodes VALUES (64428,'Burlington Junction','MO','40.446270','-95.067680',-6,1); -INSERT INTO zipcodes VALUES (64429,'Cameron','MO','39.743859','-94.233780',-6,1); -INSERT INTO zipcodes VALUES (64430,'Clarksdale','MO','39.827889','-94.567850',-6,1); -INSERT INTO zipcodes VALUES (64431,'Clearmont','MO','40.527919','-94.996800',-6,1); -INSERT INTO zipcodes VALUES (64432,'Clyde','MO','40.266289','-94.668930',-6,1); -INSERT INTO zipcodes VALUES (64433,'Conception','MO','40.242954','-94.684060',-6,1); -INSERT INTO zipcodes VALUES (64434,'Conception Junction','MO','40.264258','-94.733790',-6,1); -INSERT INTO zipcodes VALUES (64436,'Cosby','MO','39.850535','-94.694030',-6,1); -INSERT INTO zipcodes VALUES (64437,'Craig','MO','40.135643','-95.338690',-6,1); -INSERT INTO zipcodes VALUES (64438,'Darlington','MO','40.183995','-94.401630',-6,1); -INSERT INTO zipcodes VALUES (64439,'Dearborn','MO','39.527667','-94.765770',-6,1); -INSERT INTO zipcodes VALUES (64440,'De Kalb','MO','39.585185','-94.909570',-6,1); -INSERT INTO zipcodes VALUES (64441,'Denver','MO','40.386181','-94.289750',-6,1); -INSERT INTO zipcodes VALUES (64442,'Eagleville','MO','40.481133','-93.990790',-6,1); -INSERT INTO zipcodes VALUES (64443,'Easton','MO','39.742355','-94.652530',-6,1); -INSERT INTO zipcodes VALUES (64444,'Edgerton','MO','39.493351','-94.629890',-6,1); -INSERT INTO zipcodes VALUES (64445,'Elmo','MO','40.527275','-95.120390',-6,1); -INSERT INTO zipcodes VALUES (64446,'Fairfax','MO','40.321432','-95.417480',-6,1); -INSERT INTO zipcodes VALUES (64447,'Fairport','MO','39.892645','-94.404415',-6,1); -INSERT INTO zipcodes VALUES (64448,'Faucett','MO','39.599578','-94.810760',-6,1); -INSERT INTO zipcodes VALUES (64449,'Fillmore','MO','40.041181','-94.978600',-6,1); -INSERT INTO zipcodes VALUES (64451,'Forest City','MO','39.982831','-95.187780',-6,1); -INSERT INTO zipcodes VALUES (64453,'Gentry','MO','40.338160','-94.449850',-6,1); -INSERT INTO zipcodes VALUES (64454,'Gower','MO','39.612220','-94.592900',-6,1); -INSERT INTO zipcodes VALUES (64455,'Graham','MO','40.187914','-95.021420',-6,1); -INSERT INTO zipcodes VALUES (64456,'Grant City','MO','40.496954','-94.389930',-6,1); -INSERT INTO zipcodes VALUES (64457,'Guilford','MO','40.162731','-94.682360',-6,1); -INSERT INTO zipcodes VALUES (64458,'Hatfield','MO','40.527055','-94.154840',-6,1); -INSERT INTO zipcodes VALUES (64459,'Helena','MO','39.917997','-94.641520',-6,1); -INSERT INTO zipcodes VALUES (64461,'Hopkins','MO','40.521372','-94.807300',-6,1); -INSERT INTO zipcodes VALUES (64463,'King City','MO','40.057066','-94.498980',-6,1); -INSERT INTO zipcodes VALUES (64464,'Polk','MO','40.024499','-94.551058',-6,1); -INSERT INTO zipcodes VALUES (64465,'Lathrop','MO','39.535467','-94.306330',-6,1); -INSERT INTO zipcodes VALUES (64466,'Maitland','MO','40.176060','-95.087550',-6,1); -INSERT INTO zipcodes VALUES (64467,'Martinsville','MO','40.390465','-94.152850',-6,1); -INSERT INTO zipcodes VALUES (64468,'Maryville','MO','40.341716','-94.874980',-6,1); -INSERT INTO zipcodes VALUES (64469,'Maysville','MO','39.911250','-94.352310',-6,1); -INSERT INTO zipcodes VALUES (64470,'Mound City','MO','40.148933','-95.232560',-6,1); -INSERT INTO zipcodes VALUES (64471,'New Hampton','MO','40.264749','-94.195870',-6,1); -INSERT INTO zipcodes VALUES (64473,'Oregon','MO','39.986725','-95.095140',-6,1); -INSERT INTO zipcodes VALUES (64474,'Osborn','MO','39.771525','-94.384710',-6,1); -INSERT INTO zipcodes VALUES (64475,'Parnell','MO','40.437020','-94.618600',-6,1); -INSERT INTO zipcodes VALUES (64476,'Pickering','MO','40.447373','-94.842430',-6,1); -INSERT INTO zipcodes VALUES (64477,'Plattsburg','MO','39.571712','-94.460300',-6,1); -INSERT INTO zipcodes VALUES (64478,'Quitman','MO','40.287996','-95.082241',-6,1); -INSERT INTO zipcodes VALUES (64479,'Ravenwood','MO','40.351697','-94.673990',-6,1); -INSERT INTO zipcodes VALUES (64480,'Rea','MO','40.061613','-94.718180',-6,1); -INSERT INTO zipcodes VALUES (64481,'Ridgeway','MO','40.358817','-93.907760',-6,1); -INSERT INTO zipcodes VALUES (64482,'Rock Port','MO','40.437038','-95.532970',-6,1); -INSERT INTO zipcodes VALUES (64483,'Rosendale','MO','40.037220','-94.839350',-6,1); -INSERT INTO zipcodes VALUES (64484,'Rushville','MO','39.544889','-95.030760',-6,1); -INSERT INTO zipcodes VALUES (64485,'Savannah','MO','39.947280','-94.835800',-6,1); -INSERT INTO zipcodes VALUES (64486,'Sheridan','MO','40.530798','-94.624950',-6,1); -INSERT INTO zipcodes VALUES (64487,'Skidmore','MO','40.301910','-95.094620',-6,1); -INSERT INTO zipcodes VALUES (64489,'Stanberry','MO','40.218842','-94.545500',-6,1); -INSERT INTO zipcodes VALUES (64490,'Stewartsville','MO','39.742260','-94.514830',-6,1); -INSERT INTO zipcodes VALUES (64491,'Tarkio','MO','40.452497','-95.366100',-6,1); -INSERT INTO zipcodes VALUES (64492,'Trimble','MO','39.474988','-94.546140',-6,1); -INSERT INTO zipcodes VALUES (64493,'Turney','MO','39.634086','-94.319210',-6,1); -INSERT INTO zipcodes VALUES (64494,'Union Star','MO','39.981974','-94.602880',-6,1); -INSERT INTO zipcodes VALUES (64496,'Watson','MO','40.497797','-95.631210',-6,1); -INSERT INTO zipcodes VALUES (64497,'Weatherby','MO','39.933989','-94.222740',-6,1); -INSERT INTO zipcodes VALUES (64498,'Westboro','MO','40.554988','-95.344180',-6,1); -INSERT INTO zipcodes VALUES (64499,'Worth','MO','40.402118','-94.440240',-6,1); -INSERT INTO zipcodes VALUES (64501,'Saint Joseph','MO','39.766144','-94.845040',-6,1); -INSERT INTO zipcodes VALUES (64502,'Saint Joseph','MO','39.676333','-94.857364',-6,1); -INSERT INTO zipcodes VALUES (64503,'Saint Joseph','MO','39.741794','-94.832370',-6,1); -INSERT INTO zipcodes VALUES (64504,'Saint Joseph','MO','39.707694','-94.873540',-6,1); -INSERT INTO zipcodes VALUES (64505,'Saint Joseph','MO','39.812344','-94.842860',-6,1); -INSERT INTO zipcodes VALUES (64506,'Saint Joseph','MO','39.787394','-94.809410',-6,1); -INSERT INTO zipcodes VALUES (64507,'Saint Joseph','MO','39.748827','-94.802990',-6,1); -INSERT INTO zipcodes VALUES (64508,'Saint Joseph','MO','39.676333','-94.857364',-6,1); -INSERT INTO zipcodes VALUES (64600,'Blue Mound','MO','39.689033','-93.555456',-6,1); -INSERT INTO zipcodes VALUES (64601,'Chillicothe','MO','39.790132','-93.548030',-6,1); -INSERT INTO zipcodes VALUES (64620,'Altamont','MO','39.900508','-94.088760',-6,1); -INSERT INTO zipcodes VALUES (64621,'Fairview','MO','39.630482','-93.478696',-6,1); -INSERT INTO zipcodes VALUES (64622,'Bogard','MO','39.487430','-93.548300',-6,1); -INSERT INTO zipcodes VALUES (64623,'Bosworth','MO','39.470242','-93.339500',-6,1); -INSERT INTO zipcodes VALUES (64624,'Braymer','MO','39.581772','-93.795690',-6,1); -INSERT INTO zipcodes VALUES (64625,'Breckenridge','MO','39.757364','-93.805120',-6,1); -INSERT INTO zipcodes VALUES (64628,'Brookfield','MO','39.792042','-93.049730',-6,1); -INSERT INTO zipcodes VALUES (64629,'Braymer','MO','39.591141','-93.792393',-6,1); -INSERT INTO zipcodes VALUES (64630,'Browning','MO','40.037077','-93.170230',-6,1); -INSERT INTO zipcodes VALUES (64631,'Bucklin','MO','39.793730','-92.881650',-6,1); -INSERT INTO zipcodes VALUES (64632,'Cainsville','MO','40.448528','-93.773490',-6,1); -INSERT INTO zipcodes VALUES (64633,'Carrollton','MO','39.355424','-93.481230',-6,1); -INSERT INTO zipcodes VALUES (64635,'Chula','MO','39.931666','-93.457360',-6,1); -INSERT INTO zipcodes VALUES (64636,'Coffey','MO','40.109791','-93.981360',-6,1); -INSERT INTO zipcodes VALUES (64637,'Cowgill','MO','39.575445','-93.917420',-6,1); -INSERT INTO zipcodes VALUES (64638,'Dawn','MO','39.616309','-93.620760',-6,1); -INSERT INTO zipcodes VALUES (64639,'De Witt','MO','39.382255','-93.228760',-6,1); -INSERT INTO zipcodes VALUES (64640,'Gallatin','MO','39.912973','-93.965360',-6,1); -INSERT INTO zipcodes VALUES (64641,'Galt','MO','40.165088','-93.394250',-6,1); -INSERT INTO zipcodes VALUES (64642,'Gilman City','MO','40.154895','-93.839500',-6,1); -INSERT INTO zipcodes VALUES (64643,'Hale','MO','39.610631','-93.356860',-6,1); -INSERT INTO zipcodes VALUES (64644,'Hamilton','MO','39.731689','-93.990090',-6,1); -INSERT INTO zipcodes VALUES (64645,'Harris','MO','40.299574','-93.332730',-6,1); -INSERT INTO zipcodes VALUES (64646,'Humphreys','MO','40.115577','-93.314890',-6,1); -INSERT INTO zipcodes VALUES (64647,'Jameson','MO','40.036453','-93.971430',-6,1); -INSERT INTO zipcodes VALUES (64648,'Jamesport','MO','39.977935','-93.806940',-6,1); -INSERT INTO zipcodes VALUES (64649,'Kidder','MO','39.780045','-94.095630',-6,1); -INSERT INTO zipcodes VALUES (64650,'Kingston','MO','39.637805','-94.048970',-6,1); -INSERT INTO zipcodes VALUES (64651,'Laclede','MO','39.785731','-93.176760',-6,1); -INSERT INTO zipcodes VALUES (64652,'Laredo','MO','40.025913','-93.439810',-6,1); -INSERT INTO zipcodes VALUES (64653,'Linneus','MO','39.884096','-93.192340',-6,1); -INSERT INTO zipcodes VALUES (64654,'Lock Springs','MO','39.960540','-93.988865',-6,1); -INSERT INTO zipcodes VALUES (64655,'Lucerne','MO','40.448227','-93.259950',-6,1); -INSERT INTO zipcodes VALUES (64656,'Ludlow','MO','39.671985','-93.677180',-6,1); -INSERT INTO zipcodes VALUES (64657,'McFall','MO','40.130633','-94.216710',-6,1); -INSERT INTO zipcodes VALUES (64658,'Marceline','MO','39.668998','-92.929160',-6,1); -INSERT INTO zipcodes VALUES (64659,'Meadville','MO','39.785830','-93.300070',-6,1); -INSERT INTO zipcodes VALUES (64660,'Mendon','MO','39.577560','-93.096830',-6,1); -INSERT INTO zipcodes VALUES (64661,'Mercer','MO','40.522402','-93.549650',-6,1); -INSERT INTO zipcodes VALUES (64664,'Mooresville','MO','39.743993','-93.711890',-6,1); -INSERT INTO zipcodes VALUES (64665,'Mount Moriah','MO','40.309220','-93.794818',-6,1); -INSERT INTO zipcodes VALUES (64667,'Newtown','MO','40.385432','-93.331020',-6,1); -INSERT INTO zipcodes VALUES (64668,'Norborne','MO','39.344835','-93.692010',-6,1); -INSERT INTO zipcodes VALUES (64670,'Pattonsburg','MO','40.051163','-94.127130',-6,1); -INSERT INTO zipcodes VALUES (64671,'Polo','MO','39.541896','-94.051580',-6,1); -INSERT INTO zipcodes VALUES (64672,'Powersville','MO','40.542119','-93.252340',-6,1); -INSERT INTO zipcodes VALUES (64673,'Princeton','MO','40.391564','-93.582370',-6,1); -INSERT INTO zipcodes VALUES (64674,'Purdin','MO','39.958661','-93.160740',-6,1); -INSERT INTO zipcodes VALUES (64676,'Rothville','MO','39.657285','-93.072820',-6,1); -INSERT INTO zipcodes VALUES (64677,'Purdin','MO','39.869353','-93.008650',-6,1); -INSERT INTO zipcodes VALUES (64679,'Spickard','MO','40.230884','-93.567420',-6,1); -INSERT INTO zipcodes VALUES (64680,'Stet','MO','39.410971','-93.431928',-6,1); -INSERT INTO zipcodes VALUES (64681,'Sumner','MO','39.647537','-93.231280',-6,1); -INSERT INTO zipcodes VALUES (64682,'Tina','MO','39.542571','-93.460060',-6,1); -INSERT INTO zipcodes VALUES (64683,'Trenton','MO','40.078230','-93.611430',-6,1); -INSERT INTO zipcodes VALUES (64686,'Utica','MO','39.743000','-93.628350',-6,1); -INSERT INTO zipcodes VALUES (64687,'Wakenda','MO','39.315544','-93.377455',-6,1); -INSERT INTO zipcodes VALUES (64688,'Wheeling','MO','39.808311','-93.376420',-6,1); -INSERT INTO zipcodes VALUES (64689,'Winston','MO','39.868966','-94.146930',-6,1); -INSERT INTO zipcodes VALUES (64701,'Harrisonville','MO','38.641509','-94.341260',-6,1); -INSERT INTO zipcodes VALUES (64720,'Adrian','MO','38.403880','-94.345120',-6,1); -INSERT INTO zipcodes VALUES (64722,'Amoret','MO','38.266148','-94.556860',-6,1); -INSERT INTO zipcodes VALUES (64723,'Amsterdam','MO','38.363183','-94.575510',-6,1); -INSERT INTO zipcodes VALUES (64724,'Appleton City','MO','38.171591','-94.022330',-6,1); -INSERT INTO zipcodes VALUES (64725,'Archie','MO','38.493639','-94.357640',-6,1); -INSERT INTO zipcodes VALUES (64726,'Blairstown','MO','38.526134','-93.931120',-6,1); -INSERT INTO zipcodes VALUES (64728,'Bronaugh','MO','37.692776','-94.502250',-6,1); -INSERT INTO zipcodes VALUES (64730,'Butler','MO','38.259528','-94.323170',-6,1); -INSERT INTO zipcodes VALUES (64733,'Chilhowee','MO','38.581879','-93.824960',-6,1); -INSERT INTO zipcodes VALUES (64734,'Cleveland','MO','38.671517','-94.579530',-6,1); -INSERT INTO zipcodes VALUES (64735,'Clinton','MO','38.364214','-93.760420',-6,1); -INSERT INTO zipcodes VALUES (64738,'Collins','MO','37.899548','-93.653350',-6,1); -INSERT INTO zipcodes VALUES (64739,'Creighton','MO','38.506491','-94.093230',-6,1); -INSERT INTO zipcodes VALUES (64740,'Deepwater','MO','38.250989','-93.736500',-6,1); -INSERT INTO zipcodes VALUES (64741,'Deerfield','MO','37.825966','-94.556730',-6,1); -INSERT INTO zipcodes VALUES (64742,'Drexel','MO','38.505786','-94.560780',-6,1); -INSERT INTO zipcodes VALUES (64743,'East Lynne','MO','38.668901','-94.228630',-6,1); -INSERT INTO zipcodes VALUES (64744,'El Dorado Springs','MO','37.853003','-94.002710',-6,1); -INSERT INTO zipcodes VALUES (64745,'Foster','MO','38.164781','-94.509550',-6,1); -INSERT INTO zipcodes VALUES (64746,'Freeman','MO','38.616741','-94.494650',-6,1); -INSERT INTO zipcodes VALUES (64747,'Garden City','MO','38.575037','-94.183760',-6,1); -INSERT INTO zipcodes VALUES (64748,'Golden City','MO','37.371365','-94.090570',-6,1); -INSERT INTO zipcodes VALUES (64750,'Harwood','MO','37.943914','-94.127730',-6,1); -INSERT INTO zipcodes VALUES (64751,'Horton','MO','37.946913','-94.422220',-6,1); -INSERT INTO zipcodes VALUES (64752,'Hume','MO','38.081874','-94.564500',-6,1); -INSERT INTO zipcodes VALUES (64755,'Jasper','MO','37.326648','-94.310320',-6,1); -INSERT INTO zipcodes VALUES (64756,'Jerico Springs','MO','37.621338','-94.016430',-6,1); -INSERT INTO zipcodes VALUES (64759,'Lamar','MO','37.507321','-94.276100',-6,1); -INSERT INTO zipcodes VALUES (64761,'Leeton','MO','38.585719','-93.685180',-6,1); -INSERT INTO zipcodes VALUES (64762,'Liberal','MO','37.555366','-94.514960',-6,1); -INSERT INTO zipcodes VALUES (64763,'Lowry City','MO','38.137769','-93.732250',-6,1); -INSERT INTO zipcodes VALUES (64765,'Metz','MO','37.849889','-94.338133',-6,1); -INSERT INTO zipcodes VALUES (64766,'Milford','MO','37.501451','-94.345591',-6,1); -INSERT INTO zipcodes VALUES (64767,'Milo','MO','37.747201','-94.224160',-6,1); -INSERT INTO zipcodes VALUES (64769,'Mindenmines','MO','37.499513','-94.576350',-6,1); -INSERT INTO zipcodes VALUES (64770,'Montrose','MO','38.277754','-93.989730',-6,1); -INSERT INTO zipcodes VALUES (64771,'Moundville','MO','37.766787','-94.453130',-6,1); -INSERT INTO zipcodes VALUES (64772,'Nevada','MO','37.838563','-94.350750',-6,1); -INSERT INTO zipcodes VALUES (64776,'Osceola','MO','38.039239','-93.676760',-6,1); -INSERT INTO zipcodes VALUES (64777,'Passaic','MO','38.251879','-94.331993',-6,1); -INSERT INTO zipcodes VALUES (64778,'Richards','MO','37.906353','-94.534240',-6,1); -INSERT INTO zipcodes VALUES (64779,'Rich Hill','MO','38.086255','-94.382410',-6,1); -INSERT INTO zipcodes VALUES (64780,'Rockville','MO','38.054666','-94.075150',-6,1); -INSERT INTO zipcodes VALUES (64781,'Roscoe','MO','37.981824','-93.807210',-6,1); -INSERT INTO zipcodes VALUES (64783,'Schell City','MO','38.005777','-94.100040',-6,1); -INSERT INTO zipcodes VALUES (64784,'Sheldon','MO','37.665823','-94.263990',-6,1); -INSERT INTO zipcodes VALUES (64788,'Urich','MO','38.429061','-94.004940',-6,1); -INSERT INTO zipcodes VALUES (64789,'Vista','MO','38.024133','-93.781478',-6,1); -INSERT INTO zipcodes VALUES (64790,'Walker','MO','37.903772','-94.218220',-6,1); -INSERT INTO zipcodes VALUES (64801,'Joplin','MO','37.094160','-94.501690',-6,1); -INSERT INTO zipcodes VALUES (64802,'Joplin','MO','37.206219','-94.335453',-6,1); -INSERT INTO zipcodes VALUES (64803,'Joplin','MO','37.206219','-94.335453',-6,1); -INSERT INTO zipcodes VALUES (64804,'Joplin','MO','37.047161','-94.511240',-6,1); -INSERT INTO zipcodes VALUES (64810,'Goodman','MO','36.739448','-94.405903',-6,1); -INSERT INTO zipcodes VALUES (64830,'Alba','MO','37.236623','-94.420870',-6,1); -INSERT INTO zipcodes VALUES (64831,'Anderson','MO','36.658583','-94.449720',-6,1); -INSERT INTO zipcodes VALUES (64832,'Asbury','MO','37.292467','-94.585600',-6,1); -INSERT INTO zipcodes VALUES (64833,'Avilla','MO','37.195692','-94.129460',-6,1); -INSERT INTO zipcodes VALUES (64834,'Carl Junction','MO','37.174256','-94.555430',-6,1); -INSERT INTO zipcodes VALUES (64835,'Carterville','MO','37.149458','-94.440190',-6,1); -INSERT INTO zipcodes VALUES (64836,'Carthage','MO','37.168985','-94.311640',-6,1); -INSERT INTO zipcodes VALUES (64840,'Diamond','MO','37.002574','-94.324190',-6,1); -INSERT INTO zipcodes VALUES (64841,'Duenweg','MO','37.081103','-94.411810',-6,1); -INSERT INTO zipcodes VALUES (64842,'Fairview','MO','36.799869','-94.101610',-6,1); -INSERT INTO zipcodes VALUES (64843,'Goodman','MO','36.734769','-94.426910',-6,1); -INSERT INTO zipcodes VALUES (64844,'Granby','MO','36.913607','-94.247310',-6,1); -INSERT INTO zipcodes VALUES (64847,'Lanagan','MO','36.610410','-94.450900',-6,1); -INSERT INTO zipcodes VALUES (64848,'La Russell','MO','37.172786','-94.000430',-6,1); -INSERT INTO zipcodes VALUES (64849,'Neck City','MO','37.256327','-94.443820',-6,1); -INSERT INTO zipcodes VALUES (64850,'Neosho','MO','36.864290','-94.390160',-6,1); -INSERT INTO zipcodes VALUES (64853,'Newtonia','MO','36.828416','-94.152072',-6,1); -INSERT INTO zipcodes VALUES (64854,'Noel','MO','36.547736','-94.475790',-6,1); -INSERT INTO zipcodes VALUES (64855,'Oronogo','MO','37.260443','-94.480790',-6,1); -INSERT INTO zipcodes VALUES (64856,'Pineville','MO','36.571849','-94.289560',-6,1); -INSERT INTO zipcodes VALUES (64857,'Purcell','MO','37.241939','-94.434980',-6,1); -INSERT INTO zipcodes VALUES (64858,'Racine','MO','36.898694','-94.527880',-6,1); -INSERT INTO zipcodes VALUES (64859,'Reeds','MO','37.146249','-94.160480',-6,1); -INSERT INTO zipcodes VALUES (64861,'Rocky Comfort','MO','36.712525','-94.144840',-6,1); -INSERT INTO zipcodes VALUES (64862,'Sarcoxie','MO','37.086771','-94.125450',-6,1); -INSERT INTO zipcodes VALUES (64863,'South West City','MO','36.530266','-94.602710',-6,1); -INSERT INTO zipcodes VALUES (64864,'Saginaw','MO','36.902332','-94.338957',-6,1); -INSERT INTO zipcodes VALUES (64865,'Seneca','MO','36.833365','-94.594150',-6,1); -INSERT INTO zipcodes VALUES (64866,'Stark City','MO','36.871373','-94.158050',-6,1); -INSERT INTO zipcodes VALUES (64867,'Stella','MO','36.739010','-94.229470',-6,1); -INSERT INTO zipcodes VALUES (64868,'Tiff City','MO','36.632573','-94.342802',-6,1); -INSERT INTO zipcodes VALUES (64869,'Waco','MO','37.206219','-94.335453',-6,1); -INSERT INTO zipcodes VALUES (64870,'Webb City','MO','37.155108','-94.474650',-6,1); -INSERT INTO zipcodes VALUES (64873,'Wentworth','MO','37.011487','-94.051160',-6,1); -INSERT INTO zipcodes VALUES (64874,'Wheaton','MO','36.760347','-94.054560',-6,1); -INSERT INTO zipcodes VALUES (64930,'Washington','MO','39.781173','-94.600647',-6,1); -INSERT INTO zipcodes VALUES (64944,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (64999,'Kansas City','MO','39.035038','-94.356728',-6,1); -INSERT INTO zipcodes VALUES (65001,'Argyle','MO','38.287405','-92.023520',-6,1); -INSERT INTO zipcodes VALUES (65010,'Ashland','MO','38.784123','-92.243950',-6,1); -INSERT INTO zipcodes VALUES (65011,'Barnett','MO','38.361276','-92.721670',-6,1); -INSERT INTO zipcodes VALUES (65013,'Belle','MO','38.279787','-91.741080',-6,1); -INSERT INTO zipcodes VALUES (65014,'Bland','MO','38.314170','-91.624320',-6,1); -INSERT INTO zipcodes VALUES (65016,'Bonnots Mill','MO','38.575173','-91.907220',-6,1); -INSERT INTO zipcodes VALUES (65017,'Brumley','MO','38.084663','-92.496930',-6,1); -INSERT INTO zipcodes VALUES (65018,'California','MO','38.624862','-92.564430',-6,1); -INSERT INTO zipcodes VALUES (65020,'Camdenton','MO','38.032648','-92.782690',-6,1); -INSERT INTO zipcodes VALUES (65022,'Cedar City','MO','38.599175','-92.178057',-6,1); -INSERT INTO zipcodes VALUES (65023,'Centertown','MO','38.630396','-92.393110',-6,1); -INSERT INTO zipcodes VALUES (65024,'Chamois','MO','38.633533','-91.780520',-6,1); -INSERT INTO zipcodes VALUES (65025,'Clarksburg','MO','38.662989','-92.672530',-6,1); -INSERT INTO zipcodes VALUES (65026,'Eldon','MO','38.311355','-92.583950',-6,1); -INSERT INTO zipcodes VALUES (65031,'Etterville','MO','38.223649','-92.438629',-6,1); -INSERT INTO zipcodes VALUES (65032,'Eugene','MO','38.351597','-92.395600',-6,1); -INSERT INTO zipcodes VALUES (65034,'Fortuna','MO','38.561436','-92.801710',-6,1); -INSERT INTO zipcodes VALUES (65035,'Freeburg','MO','38.341076','-91.926290',-6,1); -INSERT INTO zipcodes VALUES (65036,'Gasconade','MO','38.675775','-91.589680',-6,1); -INSERT INTO zipcodes VALUES (65037,'Gravois Mills','MO','38.232201','-92.824940',-6,1); -INSERT INTO zipcodes VALUES (65038,'Laurie','MO','38.196429','-92.867804',-6,1); -INSERT INTO zipcodes VALUES (65039,'Hartsburg','MO','38.692923','-92.288030',-6,1); -INSERT INTO zipcodes VALUES (65040,'Henley','MO','38.352220','-92.318570',-6,1); -INSERT INTO zipcodes VALUES (65041,'Hermann','MO','38.659798','-91.472930',-6,1); -INSERT INTO zipcodes VALUES (65042,'High Point','MO','38.674914','-92.610941',-6,1); -INSERT INTO zipcodes VALUES (65043,'Holts Summit','MO','38.632055','-92.118310',-6,1); -INSERT INTO zipcodes VALUES (65046,'Jamestown','MO','38.770660','-92.482060',-6,1); -INSERT INTO zipcodes VALUES (65047,'Kaiser','MO','38.140080','-92.583310',-6,1); -INSERT INTO zipcodes VALUES (65048,'Koeltztown','MO','38.364291','-92.005460',-6,1); -INSERT INTO zipcodes VALUES (65049,'Lake Ozark','MO','38.192972','-92.672620',-6,1); -INSERT INTO zipcodes VALUES (65050,'Latham','MO','38.543408','-92.696550',-6,1); -INSERT INTO zipcodes VALUES (65051,'Linn','MO','38.477953','-91.816950',-6,1); -INSERT INTO zipcodes VALUES (65052,'Linn Creek','MO','38.058473','-92.685500',-6,1); -INSERT INTO zipcodes VALUES (65053,'Lohman','MO','38.543762','-92.354610',-6,1); -INSERT INTO zipcodes VALUES (65054,'Loose Creek','MO','38.483274','-91.951350',-6,1); -INSERT INTO zipcodes VALUES (65055,'McGirk','MO','38.674914','-92.610941',-6,1); -INSERT INTO zipcodes VALUES (65058,'Meta','MO','38.280617','-92.166000',-6,1); -INSERT INTO zipcodes VALUES (65059,'Mokane','MO','38.674735','-91.877600',-6,1); -INSERT INTO zipcodes VALUES (65061,'Morrison','MO','38.607257','-91.640490',-6,1); -INSERT INTO zipcodes VALUES (65062,'Mount Sterling','MO','38.493511','-91.659540',-6,1); -INSERT INTO zipcodes VALUES (65063,'New Bloomfield','MO','38.723957','-92.081320',-6,1); -INSERT INTO zipcodes VALUES (65064,'Olean','MO','38.407056','-92.486930',-6,1); -INSERT INTO zipcodes VALUES (65065,'Osage Beach','MO','38.130807','-92.669350',-6,1); -INSERT INTO zipcodes VALUES (65066,'Owensville','MO','38.338950','-91.495220',-6,1); -INSERT INTO zipcodes VALUES (65067,'Portland','MO','38.751905','-91.698260',-6,1); -INSERT INTO zipcodes VALUES (65068,'Prairie Home','MO','38.798727','-92.606800',-6,1); -INSERT INTO zipcodes VALUES (65069,'Rhineland','MO','38.748204','-91.572420',-6,1); -INSERT INTO zipcodes VALUES (65072,'Rocky Mount','MO','38.248494','-92.715110',-6,1); -INSERT INTO zipcodes VALUES (65074,'Russellville','MO','38.485815','-92.466750',-6,1); -INSERT INTO zipcodes VALUES (65075,'Saint Elizabeth','MO','38.259655','-92.258720',-6,1); -INSERT INTO zipcodes VALUES (65076,'Saint Thomas','MO','38.365280','-92.194910',-6,1); -INSERT INTO zipcodes VALUES (65077,'Steedman','MO','38.786150','-91.809210',-6,1); -INSERT INTO zipcodes VALUES (65078,'Stover','MO','38.364491','-93.006450',-6,1); -INSERT INTO zipcodes VALUES (65079,'Sunrise Beach','MO','38.156071','-92.758990',-6,1); -INSERT INTO zipcodes VALUES (65080,'Tebbetts','MO','38.634516','-91.976600',-6,1); -INSERT INTO zipcodes VALUES (65081,'Tipton','MO','38.642614','-92.798110',-6,1); -INSERT INTO zipcodes VALUES (65082,'Tuscumbia','MO','38.217129','-92.432210',-6,1); -INSERT INTO zipcodes VALUES (65083,'Ulman','MO','38.142363','-92.435020',-6,1); -INSERT INTO zipcodes VALUES (65084,'Versailles','MO','38.428609','-92.849680',-6,1); -INSERT INTO zipcodes VALUES (65085,'Westphalia','MO','38.417602','-92.027910',-6,1); -INSERT INTO zipcodes VALUES (65101,'Jefferson City','MO','38.535897','-92.139050',-6,1); -INSERT INTO zipcodes VALUES (65102,'Jefferson City','MO','38.530921','-92.249342',-6,1); -INSERT INTO zipcodes VALUES (65103,'Jefferson City','MO','38.530921','-92.249342',-6,1); -INSERT INTO zipcodes VALUES (65104,'Jefferson City','MO','38.530921','-92.249342',-6,1); -INSERT INTO zipcodes VALUES (65105,'Jefferson City','MO','38.530921','-92.249342',-6,1); -INSERT INTO zipcodes VALUES (65106,'Jefferson City','MO','38.530921','-92.249342',-6,1); -INSERT INTO zipcodes VALUES (65107,'Jefferson City','MO','38.530921','-92.249342',-6,1); -INSERT INTO zipcodes VALUES (65108,'Jefferson City','MO','38.530921','-92.249342',-6,1); -INSERT INTO zipcodes VALUES (65109,'Jefferson City','MO','38.568287','-92.253290',-6,1); -INSERT INTO zipcodes VALUES (65110,'Jefferson City','MO','38.530921','-92.249342',-6,1); -INSERT INTO zipcodes VALUES (65111,'Jefferson City','MO','38.530921','-92.249342',-6,1); -INSERT INTO zipcodes VALUES (65201,'Columbia','MO','38.926838','-92.290030',-6,1); -INSERT INTO zipcodes VALUES (65202,'Columbia','MO','39.002340','-92.300330',-6,1); -INSERT INTO zipcodes VALUES (65203,'Columbia','MO','38.925204','-92.368870',-6,1); -INSERT INTO zipcodes VALUES (65205,'Columbia','MO','39.044719','-92.349574',-6,1); -INSERT INTO zipcodes VALUES (65211,'Columbia','MO','38.903318','-92.102153',-6,1); -INSERT INTO zipcodes VALUES (65212,'Columbia','MO','38.937608','-92.330430',-6,1); -INSERT INTO zipcodes VALUES (65215,'Columbia','MO','38.953238','-92.320783',-6,1); -INSERT INTO zipcodes VALUES (65216,'Columbia','MO','38.903318','-92.102153',-6,1); -INSERT INTO zipcodes VALUES (65217,'Columbia','MO','38.903318','-92.102153',-6,1); -INSERT INTO zipcodes VALUES (65218,'Columbia','MO','38.903318','-92.102153',-6,1); -INSERT INTO zipcodes VALUES (65230,'Armstrong','MO','39.291610','-92.705790',-6,1); -INSERT INTO zipcodes VALUES (65231,'Auxvasse','MO','39.015900','-91.898300',-6,1); -INSERT INTO zipcodes VALUES (65232,'Benton City','MO','39.168227','-91.750070',-6,1); -INSERT INTO zipcodes VALUES (65233,'Boonville','MO','38.935305','-92.739320',-6,1); -INSERT INTO zipcodes VALUES (65236,'Brunswick','MO','39.436768','-93.111750',-6,1); -INSERT INTO zipcodes VALUES (65237,'Bunceton','MO','38.782638','-92.811390',-6,1); -INSERT INTO zipcodes VALUES (65239,'Cairo','MO','39.522573','-92.430410',-6,1); -INSERT INTO zipcodes VALUES (65240,'Centralia','MO','39.212252','-92.136840',-6,1); -INSERT INTO zipcodes VALUES (65243,'Clark','MO','39.278949','-92.364560',-6,1); -INSERT INTO zipcodes VALUES (65244,'Clifton Hill','MO','39.487134','-92.679460',-6,1); -INSERT INTO zipcodes VALUES (65246,'Dalton','MO','39.370265','-92.993960',-6,1); -INSERT INTO zipcodes VALUES (65247,'Excello','MO','39.626821','-92.492700',-6,1); -INSERT INTO zipcodes VALUES (65248,'Fayette','MO','39.148876','-92.670270',-6,1); -INSERT INTO zipcodes VALUES (65250,'Franklin','MO','39.024196','-92.812780',-6,1); -INSERT INTO zipcodes VALUES (65251,'Fulton','MO','38.852436','-91.958080',-6,1); -INSERT INTO zipcodes VALUES (65254,'Glasgow','MO','39.235444','-92.846120',-6,1); -INSERT INTO zipcodes VALUES (65255,'Hallsville','MO','39.104503','-92.234520',-6,1); -INSERT INTO zipcodes VALUES (65256,'Harrisburg','MO','39.137047','-92.459140',-6,1); -INSERT INTO zipcodes VALUES (65257,'Higbee','MO','39.286571','-92.536120',-6,1); -INSERT INTO zipcodes VALUES (65258,'Holliday','MO','39.516668','-92.131980',-6,1); -INSERT INTO zipcodes VALUES (65259,'Huntsville','MO','39.442539','-92.553560',-6,1); -INSERT INTO zipcodes VALUES (65260,'Jacksonville','MO','39.580455','-92.410230',-6,1); -INSERT INTO zipcodes VALUES (65261,'Keytesville','MO','39.500486','-92.915500',-6,1); -INSERT INTO zipcodes VALUES (65262,'Kingdom City','MO','38.959191','-91.929480',-6,1); -INSERT INTO zipcodes VALUES (65263,'Madison','MO','39.460422','-92.220050',-6,1); -INSERT INTO zipcodes VALUES (65264,'Martinsburg','MO','39.095510','-91.675920',-6,1); -INSERT INTO zipcodes VALUES (65265,'Mexico','MO','39.179316','-91.884040',-6,1); -INSERT INTO zipcodes VALUES (65270,'Moberly','MO','39.420353','-92.434400',-6,1); -INSERT INTO zipcodes VALUES (65274,'New Franklin','MO','39.015654','-92.688110',-6,1); -INSERT INTO zipcodes VALUES (65275,'Paris','MO','39.463743','-92.001440',-6,1); -INSERT INTO zipcodes VALUES (65276,'Pilot Grove','MO','38.849336','-92.937350',-6,1); -INSERT INTO zipcodes VALUES (65278,'Renick','MO','39.342316','-92.412510',-6,1); -INSERT INTO zipcodes VALUES (65279,'Rocheport','MO','39.014478','-92.539460',-6,1); -INSERT INTO zipcodes VALUES (65280,'Rush Hill','MO','39.213975','-91.735450',-6,1); -INSERT INTO zipcodes VALUES (65281,'Salisbury','MO','39.461414','-92.804880',-6,1); -INSERT INTO zipcodes VALUES (65282,'Santa Fe','MO','39.369471','-91.818640',-6,1); -INSERT INTO zipcodes VALUES (65283,'Stoutsville','MO','39.539711','-91.866790',-6,1); -INSERT INTO zipcodes VALUES (65284,'Sturgeon','MO','39.208685','-92.291360',-6,1); -INSERT INTO zipcodes VALUES (65285,'Thompson','MO','39.199784','-91.999010',-6,1); -INSERT INTO zipcodes VALUES (65286,'Triplett','MO','39.506878','-93.204420',-6,1); -INSERT INTO zipcodes VALUES (65287,'Wooldridge','MO','38.884926','-92.521880',-6,1); -INSERT INTO zipcodes VALUES (65299,'Mid Missouri','MO','38.903318','-92.102153',-6,1); -INSERT INTO zipcodes VALUES (65301,'Sedalia','MO','38.702964','-93.232310',-6,1); -INSERT INTO zipcodes VALUES (65302,'Sedalia','MO','38.724577','-93.281672',-6,1); -INSERT INTO zipcodes VALUES (65305,'Whiteman Air Force Base','MO','38.732758','-93.554850',-6,1); -INSERT INTO zipcodes VALUES (65320,'Arrow Rock','MO','39.070941','-92.946640',-6,1); -INSERT INTO zipcodes VALUES (65321,'Blackburn','MO','39.093236','-93.467940',-6,1); -INSERT INTO zipcodes VALUES (65322,'Blackwater','MO','38.975799','-92.960000',-6,1); -INSERT INTO zipcodes VALUES (65323,'Calhoun','MO','38.459369','-93.629140',-6,1); -INSERT INTO zipcodes VALUES (65324,'Climax Springs','MO','38.151604','-92.990550',-6,1); -INSERT INTO zipcodes VALUES (65325,'Cole Camp','MO','38.451021','-93.191560',-6,1); -INSERT INTO zipcodes VALUES (65326,'Edwards','MO','38.203621','-93.142360',-6,1); -INSERT INTO zipcodes VALUES (65327,'Emma','MO','38.972563','-93.494290',-6,1); -INSERT INTO zipcodes VALUES (65329,'Florence','MO','38.609313','-92.976550',-6,1); -INSERT INTO zipcodes VALUES (65330,'Gilliam','MO','39.226389','-92.962140',-6,1); -INSERT INTO zipcodes VALUES (65332,'Green Ridge','MO','38.619170','-93.411230',-6,1); -INSERT INTO zipcodes VALUES (65333,'Houstonia','MO','38.901528','-93.321010',-6,1); -INSERT INTO zipcodes VALUES (65334,'Hughesville','MO','38.825456','-93.251820',-6,1); -INSERT INTO zipcodes VALUES (65335,'Ionia','MO','38.503623','-93.330850',-6,1); -INSERT INTO zipcodes VALUES (65336,'Knob Noster','MO','38.766990','-93.567120',-6,1); -INSERT INTO zipcodes VALUES (65337,'La Monte','MO','38.780854','-93.427500',-6,1); -INSERT INTO zipcodes VALUES (65338,'Lincoln','MO','38.344630','-93.266340',-6,1); -INSERT INTO zipcodes VALUES (65339,'Malta Bend','MO','39.180956','-93.378890',-6,1); -INSERT INTO zipcodes VALUES (65340,'Marshall','MO','39.105180','-93.187830',-6,1); -INSERT INTO zipcodes VALUES (65344,'Miami','MO','39.310853','-93.225890',-6,1); -INSERT INTO zipcodes VALUES (65345,'Mora','MO','38.553380','-93.114170',-6,1); -INSERT INTO zipcodes VALUES (65347,'Nelson','MO','38.991580','-93.040830',-6,1); -INSERT INTO zipcodes VALUES (65348,'Otterville','MO','38.708894','-92.990770',-6,1); -INSERT INTO zipcodes VALUES (65349,'Slater','MO','39.221658','-93.062520',-6,1); -INSERT INTO zipcodes VALUES (65350,'Smithton','MO','38.671012','-93.093530',-6,1); -INSERT INTO zipcodes VALUES (65351,'Sweet Springs','MO','38.982222','-93.407980',-6,1); -INSERT INTO zipcodes VALUES (65354,'Syracuse','MO','38.675515','-92.916800',-6,1); -INSERT INTO zipcodes VALUES (65355,'Warsaw','MO','38.242861','-93.363540',-6,1); -INSERT INTO zipcodes VALUES (65360,'Windsor','MO','38.525725','-93.517050',-6,1); -INSERT INTO zipcodes VALUES (65401,'Rolla','MO','37.943840','-91.771050',-6,1); -INSERT INTO zipcodes VALUES (65402,'Rolla','MO','37.963208','-91.817936',-6,1); -INSERT INTO zipcodes VALUES (65409,'Rolla','MO','37.876191','-91.777182',-6,1); -INSERT INTO zipcodes VALUES (65432,'Cuba','MO','38.062095','-91.391848',-6,1); -INSERT INTO zipcodes VALUES (65433,'Bendavis','MO','37.309426','-92.214372',-6,1); -INSERT INTO zipcodes VALUES (65436,'Beulah','MO','37.624096','-91.965430',-6,1); -INSERT INTO zipcodes VALUES (65438,'Birch Tree','MO','36.956530','-91.491340',-6,1); -INSERT INTO zipcodes VALUES (65439,'Bixby','MO','37.672965','-91.109700',-6,1); -INSERT INTO zipcodes VALUES (65440,'Boss','MO','37.615344','-91.170400',-6,1); -INSERT INTO zipcodes VALUES (65441,'Bourbon','MO','38.126316','-91.206880',-6,1); -INSERT INTO zipcodes VALUES (65443,'Brinktown','MO','38.125349','-92.084350',-6,1); -INSERT INTO zipcodes VALUES (65444,'Bucyrus','MO','37.365975','-92.073670',-6,1); -INSERT INTO zipcodes VALUES (65446,'Cherryville','MO','37.817055','-91.268280',-6,1); -INSERT INTO zipcodes VALUES (65449,'Cook Station','MO','37.850170','-91.494310',-6,1); -INSERT INTO zipcodes VALUES (65452,'Crocker','MO','37.953480','-92.260910',-6,1); -INSERT INTO zipcodes VALUES (65453,'Cuba','MO','38.092097','-91.416300',-6,1); -INSERT INTO zipcodes VALUES (65456,'Davisville','MO','37.780711','-91.191970',-6,1); -INSERT INTO zipcodes VALUES (65457,'Devils Elbow','MO','37.829068','-92.056710',-6,1); -INSERT INTO zipcodes VALUES (65459,'Dixon','MO','37.990962','-92.098330',-6,1); -INSERT INTO zipcodes VALUES (65461,'Duke','MO','37.685740','-92.043370',-6,1); -INSERT INTO zipcodes VALUES (65462,'Edgar Springs','MO','37.693916','-91.839040',-6,1); -INSERT INTO zipcodes VALUES (65463,'Eldridge','MO','37.847620','-92.783100',-6,1); -INSERT INTO zipcodes VALUES (65464,'Elk Creek','MO','37.191845','-91.916270',-6,1); -INSERT INTO zipcodes VALUES (65466,'Eminence','MO','37.165828','-91.365740',-6,1); -INSERT INTO zipcodes VALUES (65468,'Eunice','MO','37.260073','-91.791340',-6,1); -INSERT INTO zipcodes VALUES (65470,'Falcon','MO','37.532445','-92.390990',-6,1); -INSERT INTO zipcodes VALUES (65473,'Fort Leonard Wood','MO','37.737264','-92.126850',-6,1); -INSERT INTO zipcodes VALUES (65479,'Hartshorn','MO','37.353209','-91.633760',-6,1); -INSERT INTO zipcodes VALUES (65483,'Houston','MO','37.316088','-91.954710',-6,1); -INSERT INTO zipcodes VALUES (65484,'Huggins','MO','37.366219','-92.206080',-6,1); -INSERT INTO zipcodes VALUES (65486,'Iberia','MO','38.102730','-92.304960',-6,1); -INSERT INTO zipcodes VALUES (65495,'Dixon','MO','37.995489','-92.101845',-6,1); -INSERT INTO zipcodes VALUES (65501,'Jadwin','MO','37.464282','-91.543420',-6,1); -INSERT INTO zipcodes VALUES (65529,'Jerome','MO','37.926116','-91.980540',-6,1); -INSERT INTO zipcodes VALUES (65530,'Gilliam','MO','39.235169','-93.001374',-6,1); -INSERT INTO zipcodes VALUES (65532,'Lake Spring','MO','37.782433','-91.671420',-6,1); -INSERT INTO zipcodes VALUES (65534,'Laquey','MO','37.689335','-92.283630',-6,1); -INSERT INTO zipcodes VALUES (65535,'Leasburg','MO','38.091816','-91.293750',-6,1); -INSERT INTO zipcodes VALUES (65536,'Lebanon','MO','37.678528','-92.647330',-6,1); -INSERT INTO zipcodes VALUES (65540,'Lecoma','MO','37.767937','-91.752340',-6,1); -INSERT INTO zipcodes VALUES (65541,'Lenox','MO','37.622778','-91.763210',-6,1); -INSERT INTO zipcodes VALUES (65542,'Licking','MO','37.489718','-91.873510',-6,1); -INSERT INTO zipcodes VALUES (65543,'Lynchburg','MO','37.474490','-92.297100',-6,1); -INSERT INTO zipcodes VALUES (65546,'Montier','MO','37.153294','-91.337506',-6,1); -INSERT INTO zipcodes VALUES (65548,'Mountain View','MO','36.996408','-91.716970',-6,1); -INSERT INTO zipcodes VALUES (65550,'Newburg','MO','37.862197','-91.938110',-6,1); -INSERT INTO zipcodes VALUES (65552,'Plato','MO','37.545213','-92.173230',-6,1); -INSERT INTO zipcodes VALUES (65555,'Raymondville','MO','37.378150','-91.785760',-6,1); -INSERT INTO zipcodes VALUES (65556,'Richland','MO','37.828549','-92.405120',-6,1); -INSERT INTO zipcodes VALUES (65557,'Roby','MO','37.508599','-92.091080',-6,1); -INSERT INTO zipcodes VALUES (65559,'Saint James','MO','38.011872','-91.611790',-6,1); -INSERT INTO zipcodes VALUES (65560,'Salem','MO','37.630896','-91.514230',-6,1); -INSERT INTO zipcodes VALUES (65564,'Solo','MO','37.241589','-91.972030',-6,1); -INSERT INTO zipcodes VALUES (65565,'Steelville','MO','37.919808','-91.254950',-6,1); -INSERT INTO zipcodes VALUES (65566,'Viburnum','MO','37.716972','-91.134380',-6,1); -INSERT INTO zipcodes VALUES (65567,'Stoutland','MO','37.840129','-92.516100',-6,1); -INSERT INTO zipcodes VALUES (65570,'Success','MO','37.465392','-92.096510',-6,1); -INSERT INTO zipcodes VALUES (65571,'Summersville','MO','37.184223','-91.650640',-6,1); -INSERT INTO zipcodes VALUES (65572,'Swedeborg','MO','37.811860','-92.217391',-6,1); -INSERT INTO zipcodes VALUES (65573,'Teresita','MO','37.153294','-91.337506',-6,1); -INSERT INTO zipcodes VALUES (65575,'West Plains','MO','36.741969','-91.851732',-6,1); -INSERT INTO zipcodes VALUES (65580,'Vichy','MO','38.106750','-91.774200',-6,1); -INSERT INTO zipcodes VALUES (65582,'Vienna','MO','38.175146','-91.946550',-6,1); -INSERT INTO zipcodes VALUES (65583,'Waynesville','MO','37.820367','-92.191650',-6,1); -INSERT INTO zipcodes VALUES (65584,'St. Robert','MO','37.827415','-92.135741',-6,1); -INSERT INTO zipcodes VALUES (65586,'Wesco','MO','37.858464','-91.426693',-6,1); -INSERT INTO zipcodes VALUES (65587,'Waynesville','MO','37.805756','-92.222180',-6,1); -INSERT INTO zipcodes VALUES (65588,'Winona','MO','36.996441','-91.305150',-6,1); -INSERT INTO zipcodes VALUES (65589,'Yukon','MO','37.246525','-91.829760',-6,1); -INSERT INTO zipcodes VALUES (65590,'Long Lane','MO','37.610820','-92.941840',-6,1); -INSERT INTO zipcodes VALUES (65591,'Montreal','MO','37.979570','-92.591170',-6,1); -INSERT INTO zipcodes VALUES (65601,'Aldrich','MO','37.537425','-93.570690',-6,1); -INSERT INTO zipcodes VALUES (65602,'Springfield','MO','37.859361','-92.705545',-6,1); -INSERT INTO zipcodes VALUES (65603,'Arcola','MO','37.557203','-93.865890',-6,1); -INSERT INTO zipcodes VALUES (65604,'Ash Grove','MO','37.270684','-93.598150',-6,1); -INSERT INTO zipcodes VALUES (65605,'Aurora','MO','36.918018','-93.710630',-6,1); -INSERT INTO zipcodes VALUES (65606,'Alton','MO','36.679742','-91.362860',-6,1); -INSERT INTO zipcodes VALUES (65607,'Caplinger Mills','MO','37.736871','-93.842468',-6,1); -INSERT INTO zipcodes VALUES (65608,'Ava','MO','36.921199','-92.662050',-6,1); -INSERT INTO zipcodes VALUES (65609,'Bakersfield','MO','36.527558','-92.147760',-6,1); -INSERT INTO zipcodes VALUES (65610,'Billings','MO','37.042293','-93.525260',-6,1); -INSERT INTO zipcodes VALUES (65611,'Blue Eye','MO','36.546020','-93.343640',-6,1); -INSERT INTO zipcodes VALUES (65612,'Bois D Arc','MO','37.218244','-93.536290',-6,1); -INSERT INTO zipcodes VALUES (65613,'Bolivar','MO','37.616822','-93.400720',-6,1); -INSERT INTO zipcodes VALUES (65614,'Bradleyville','MO','36.734544','-92.899420',-6,1); -INSERT INTO zipcodes VALUES (65615,'Branson','MO','36.660981','-93.235798',-6,1); -INSERT INTO zipcodes VALUES (65616,'Branson','MO','36.644170','-93.256680',-6,1); -INSERT INTO zipcodes VALUES (65617,'Brighton','MO','37.436062','-93.348840',-6,1); -INSERT INTO zipcodes VALUES (65618,'Brixey','MO','36.755168','-92.383510',-6,1); -INSERT INTO zipcodes VALUES (65619,'Brookline Station','MO','37.134829','-93.384970',-6,1); -INSERT INTO zipcodes VALUES (65620,'Bruner','MO','37.020827','-92.949990',-6,1); -INSERT INTO zipcodes VALUES (65622,'Buffalo','MO','37.630577','-93.101290',-6,1); -INSERT INTO zipcodes VALUES (65623,'Butterfield','MO','36.749457','-93.906470',-6,1); -INSERT INTO zipcodes VALUES (65624,'Cape Fair','MO','36.725025','-93.505730',-6,1); -INSERT INTO zipcodes VALUES (65625,'Cassville','MO','36.681589','-93.851050',-6,1); -INSERT INTO zipcodes VALUES (65626,'Caulfield','MO','36.610463','-92.142450',-6,1); -INSERT INTO zipcodes VALUES (65627,'Cedarcreek','MO','36.569847','-93.011390',-6,1); -INSERT INTO zipcodes VALUES (65629,'Chadwick','MO','36.897807','-93.000820',-6,1); -INSERT INTO zipcodes VALUES (65630,'Chestnutridge','MO','36.829356','-93.203410',-6,1); -INSERT INTO zipcodes VALUES (65631,'Clever','MO','37.015404','-93.437380',-6,1); -INSERT INTO zipcodes VALUES (65632,'Conway','MO','37.494752','-92.833450',-6,1); -INSERT INTO zipcodes VALUES (65633,'Crane','MO','36.901929','-93.539890',-6,1); -INSERT INTO zipcodes VALUES (65634,'Cross Timbers','MO','38.015379','-93.195000',-6,1); -INSERT INTO zipcodes VALUES (65635,'Dadeville','MO','37.508827','-93.705540',-6,1); -INSERT INTO zipcodes VALUES (65636,'Diggins','MO','37.277247','-92.877874',-6,1); -INSERT INTO zipcodes VALUES (65637,'Dora','MO','36.753498','-92.178190',-6,1); -INSERT INTO zipcodes VALUES (65638,'Drury','MO','36.851944','-92.330810',-6,1); -INSERT INTO zipcodes VALUES (65640,'Dunnegan','MO','37.707827','-93.561400',-6,1); -INSERT INTO zipcodes VALUES (65641,'Eagle Rock','MO','36.536324','-93.731340',-6,1); -INSERT INTO zipcodes VALUES (65644,'Elkland','MO','37.509611','-93.038460',-6,1); -INSERT INTO zipcodes VALUES (65645,'Eudora','MO','37.476695','-93.539707',-6,1); -INSERT INTO zipcodes VALUES (65646,'Everton','MO','37.339631','-93.707450',-6,1); -INSERT INTO zipcodes VALUES (65647,'Exeter','MO','36.690297','-93.980110',-6,1); -INSERT INTO zipcodes VALUES (65648,'Fair Grove','MO','37.391275','-93.162520',-6,1); -INSERT INTO zipcodes VALUES (65649,'Fair Play','MO','37.618579','-93.611580',-6,1); -INSERT INTO zipcodes VALUES (65650,'Flemington','MO','37.802535','-93.443340',-6,1); -INSERT INTO zipcodes VALUES (65652,'Fordland','MO','37.145969','-92.948880',-6,1); -INSERT INTO zipcodes VALUES (65653,'Forsyth','MO','36.706492','-93.111710',-6,1); -INSERT INTO zipcodes VALUES (65654,'Freistatt','MO','37.021147','-93.897434',-6,1); -INSERT INTO zipcodes VALUES (65655,'Gainesville','MO','36.606281','-92.433420',-6,1); -INSERT INTO zipcodes VALUES (65656,'Galena','MO','36.771898','-93.483940',-6,1); -INSERT INTO zipcodes VALUES (65657,'Garrison','MO','36.839078','-93.008090',-6,1); -INSERT INTO zipcodes VALUES (65658,'Golden','MO','36.557301','-93.643710',-6,1); -INSERT INTO zipcodes VALUES (65659,'Goodson','MO','37.746461','-93.248200',-6,1); -INSERT INTO zipcodes VALUES (65660,'Graff','MO','37.330625','-92.272110',-6,1); -INSERT INTO zipcodes VALUES (65661,'Greenfield','MO','37.439717','-93.839340',-6,1); -INSERT INTO zipcodes VALUES (65662,'Grovespring','MO','37.465808','-92.587940',-6,1); -INSERT INTO zipcodes VALUES (65663,'Half Way','MO','37.586048','-93.236170',-6,1); -INSERT INTO zipcodes VALUES (65664,'Halltown','MO','37.193688','-93.627580',-6,1); -INSERT INTO zipcodes VALUES (65666,'Hardenville','MO','36.651607','-92.442341',-6,1); -INSERT INTO zipcodes VALUES (65667,'Hartville','MO','37.302013','-92.507410',-6,1); -INSERT INTO zipcodes VALUES (65668,'Hermitage','MO','37.913567','-93.303050',-6,1); -INSERT INTO zipcodes VALUES (65669,'Highlandville','MO','36.923067','-93.306960',-6,1); -INSERT INTO zipcodes VALUES (65672,'Hollister','MO','36.600309','-93.235520',-6,1); -INSERT INTO zipcodes VALUES (65673,'Hollister','MO','36.617892','-93.216187',-6,1); -INSERT INTO zipcodes VALUES (65674,'Humansville','MO','37.793322','-93.598770',-6,1); -INSERT INTO zipcodes VALUES (65675,'Hurley','MO','36.930861','-93.498610',-6,1); -INSERT INTO zipcodes VALUES (65676,'Isabella','MO','36.569901','-92.628040',-6,1); -INSERT INTO zipcodes VALUES (65679,'Kirbyville','MO','36.603318','-93.110070',-6,1); -INSERT INTO zipcodes VALUES (65680,'Kissee Mills','MO','36.660582','-93.016080',-6,1); -INSERT INTO zipcodes VALUES (65681,'Lampe','MO','36.561455','-93.467150',-6,1); -INSERT INTO zipcodes VALUES (65682,'Lockwood','MO','37.411943','-93.961620',-6,1); -INSERT INTO zipcodes VALUES (65684,'Morris','MO','37.298292','-92.162456',-6,1); -INSERT INTO zipcodes VALUES (65685,'Louisburg','MO','37.751804','-93.165130',-6,1); -INSERT INTO zipcodes VALUES (65686,'Kimberling City','MO','36.631010','-93.433920',-6,1); -INSERT INTO zipcodes VALUES (65688,'Brandsville','MO','36.648817','-91.697596',-6,1); -INSERT INTO zipcodes VALUES (65689,'Cabool','MO','37.132577','-92.098570',-6,1); -INSERT INTO zipcodes VALUES (65690,'Couch','MO','36.584660','-91.306870',-6,1); -INSERT INTO zipcodes VALUES (65692,'Koshkonong','MO','36.602467','-91.646150',-6,1); -INSERT INTO zipcodes VALUES (65701,'McClurg','MO','36.795890','-92.772860',-6,1); -INSERT INTO zipcodes VALUES (65702,'Macomb','MO','37.073473','-92.494900',-6,1); -INSERT INTO zipcodes VALUES (65704,'Mansfield','MO','37.128682','-92.582100',-6,1); -INSERT INTO zipcodes VALUES (65705,'Marionville','MO','37.007586','-93.618390',-6,1); -INSERT INTO zipcodes VALUES (65706,'Marshfield','MO','37.330958','-92.909290',-6,1); -INSERT INTO zipcodes VALUES (65707,'Miller','MO','37.220289','-93.841810',-6,1); -INSERT INTO zipcodes VALUES (65708,'Monett','MO','36.918160','-93.914880',-6,1); -INSERT INTO zipcodes VALUES (65710,'Morrisville','MO','37.487034','-93.427090',-6,1); -INSERT INTO zipcodes VALUES (65711,'Mountain Grove','MO','37.176376','-92.276090',-6,1); -INSERT INTO zipcodes VALUES (65712,'Mount Vernon','MO','37.101742','-93.807380',-6,1); -INSERT INTO zipcodes VALUES (65713,'Niangua','MO','37.412437','-92.763110',-6,1); -INSERT INTO zipcodes VALUES (65714,'Nixa','MO','37.045593','-93.305630',-6,1); -INSERT INTO zipcodes VALUES (65715,'Noble','MO','36.733415','-92.581950',-6,1); -INSERT INTO zipcodes VALUES (65717,'Norwood','MO','37.093694','-92.412310',-6,1); -INSERT INTO zipcodes VALUES (65720,'Oldfield','MO','36.935499','-92.937150',-6,1); -INSERT INTO zipcodes VALUES (65721,'Ozark','MO','37.021086','-93.215410',-6,1); -INSERT INTO zipcodes VALUES (65722,'Phillipsburg','MO','37.582527','-92.765410',-6,1); -INSERT INTO zipcodes VALUES (65723,'Pierce City','MO','36.956471','-94.021340',-6,1); -INSERT INTO zipcodes VALUES (65724,'Pittsburg','MO','37.852450','-93.318170',-6,1); -INSERT INTO zipcodes VALUES (65725,'Pleasant Hope','MO','37.433780','-93.264570',-6,1); -INSERT INTO zipcodes VALUES (65726,'Point Lookout','MO','36.616515','-93.241839',-6,1); -INSERT INTO zipcodes VALUES (65727,'Polk','MO','37.789907','-93.278020',-6,1); -INSERT INTO zipcodes VALUES (65728,'Ponce De Leon','MO','36.874780','-93.343710',-6,1); -INSERT INTO zipcodes VALUES (65729,'Pontiac','MO','36.525433','-92.592340',-6,1); -INSERT INTO zipcodes VALUES (65730,'Powell','MO','36.618869','-94.156000',-6,1); -INSERT INTO zipcodes VALUES (65731,'Powersite','MO','36.655356','-93.122740',-6,1); -INSERT INTO zipcodes VALUES (65732,'Preston','MO','37.933450','-93.178870',-6,1); -INSERT INTO zipcodes VALUES (65733,'Protem','AR','36.483329','-92.814490',-6,1); -INSERT INTO zipcodes VALUES (65734,'Purdy','MO','36.795164','-93.941640',-6,1); -INSERT INTO zipcodes VALUES (65735,'Quincy','MO','38.059763','-93.485020',-6,1); -INSERT INTO zipcodes VALUES (65737,'Reeds Spring','MO','36.693007','-93.371530',-6,1); -INSERT INTO zipcodes VALUES (65738,'Republic','MO','37.124302','-93.474070',-6,1); -INSERT INTO zipcodes VALUES (65739,'Ridgedale','MO','36.531361','-93.281990',-6,1); -INSERT INTO zipcodes VALUES (65740,'Rockaway Beach','MO','36.713014','-93.163350',-6,1); -INSERT INTO zipcodes VALUES (65741,'Rockbridge','MO','36.651607','-92.442341',-6,1); -INSERT INTO zipcodes VALUES (65742,'Rogersville','MO','37.122896','-93.078400',-6,1); -INSERT INTO zipcodes VALUES (65744,'Rueter','MO','36.614975','-92.895130',-6,1); -INSERT INTO zipcodes VALUES (65745,'Seligman','MO','36.530992','-93.952330',-6,1); -INSERT INTO zipcodes VALUES (65746,'Seymour','MO','37.157055','-92.788570',-6,1); -INSERT INTO zipcodes VALUES (65747,'Shell Knob','MO','36.587559','-93.587930',-6,1); -INSERT INTO zipcodes VALUES (65752,'South Greenfield','MO','37.343226','-93.828770',-6,1); -INSERT INTO zipcodes VALUES (65753,'Sparta','MO','37.000766','-93.079450',-6,1); -INSERT INTO zipcodes VALUES (65754,'Spokane','MO','36.850549','-93.309420',-6,1); -INSERT INTO zipcodes VALUES (65755,'Squires','MO','36.802445','-92.625630',-6,1); -INSERT INTO zipcodes VALUES (65756,'Stotts City','MO','37.103672','-93.955020',-6,1); -INSERT INTO zipcodes VALUES (65757,'Strafford','MO','37.281619','-93.109710',-6,1); -INSERT INTO zipcodes VALUES (65759,'Taneyville','MO','36.739739','-93.029650',-6,1); -INSERT INTO zipcodes VALUES (65760,'Tecumseh','MO','36.606892','-92.267530',-6,1); -INSERT INTO zipcodes VALUES (65761,'Theodosia','AR','36.489216','-92.693010',-6,1); -INSERT INTO zipcodes VALUES (65762,'Thornfield','MO','36.681335','-92.662050',-6,1); -INSERT INTO zipcodes VALUES (65764,'Tunas','MO','37.827158','-92.984230',-6,1); -INSERT INTO zipcodes VALUES (65765,'Turners','MO','37.258070','-93.343673',-6,1); -INSERT INTO zipcodes VALUES (65766,'Udall','MO','36.545211','-92.258030',-6,1); -INSERT INTO zipcodes VALUES (65767,'Urbana','MO','37.844753','-93.174560',-6,1); -INSERT INTO zipcodes VALUES (65768,'Vanzant','MO','36.919476','-92.259170',-6,1); -INSERT INTO zipcodes VALUES (65769,'Verona','MO','36.935443','-93.783280',-6,1); -INSERT INTO zipcodes VALUES (65770,'Walnut Grove','MO','37.410221','-93.540650',-6,1); -INSERT INTO zipcodes VALUES (65771,'Walnut Shade','MO','36.773538','-93.212270',-6,1); -INSERT INTO zipcodes VALUES (65772,'Washburn','MO','36.619334','-94.018250',-6,1); -INSERT INTO zipcodes VALUES (65773,'Wasola','MO','36.757025','-92.534140',-6,1); -INSERT INTO zipcodes VALUES (65774,'Weaubleau','MO','37.914579','-93.498030',-6,1); -INSERT INTO zipcodes VALUES (65775,'West Plains','MO','36.719145','-91.874080',-6,1); -INSERT INTO zipcodes VALUES (65776,'South Fork','MO','36.629135','-91.986785',-6,1); -INSERT INTO zipcodes VALUES (65777,'Moody','MO','36.524268','-91.988630',-6,1); -INSERT INTO zipcodes VALUES (65778,'Myrtle','MO','36.531635','-91.299330',-6,1); -INSERT INTO zipcodes VALUES (65779,'Wheatland','MO','37.939779','-93.382370',-6,1); -INSERT INTO zipcodes VALUES (65781,'Willard','MO','37.340995','-93.417900',-6,1); -INSERT INTO zipcodes VALUES (65783,'Windyville','MO','37.715074','-92.924250',-6,1); -INSERT INTO zipcodes VALUES (65784,'Zanoni','MO','36.695557','-92.329490',-6,1); -INSERT INTO zipcodes VALUES (65785,'Stockton','MO','37.703022','-93.806530',-6,1); -INSERT INTO zipcodes VALUES (65786,'Macks Creek','MO','37.968547','-92.942800',-6,1); -INSERT INTO zipcodes VALUES (65787,'Roach','MO','38.067095','-92.880330',-6,1); -INSERT INTO zipcodes VALUES (65788,'Peace Valley','MO','36.801103','-91.709720',-6,1); -INSERT INTO zipcodes VALUES (65789,'Pomona','MO','36.857128','-91.889780',-6,1); -INSERT INTO zipcodes VALUES (65790,'Pottersville','MO','36.679277','-92.106020',-6,1); -INSERT INTO zipcodes VALUES (65791,'Thayer','MO','36.543362','-91.523910',-6,1); -INSERT INTO zipcodes VALUES (65793,'Willow Springs','MO','36.996755','-91.957960',-6,1); -INSERT INTO zipcodes VALUES (65801,'Springfield','MO','37.258070','-93.343673',-6,1); -INSERT INTO zipcodes VALUES (65802,'Springfield','MO','37.212639','-93.318170',-6,1); -INSERT INTO zipcodes VALUES (65803,'Springfield','MO','37.257053','-93.290150',-6,1); -INSERT INTO zipcodes VALUES (65804,'Springfield','MO','37.161299','-93.251900',-6,1); -INSERT INTO zipcodes VALUES (65805,'Springfield','MO','37.258070','-93.343673',-6,1); -INSERT INTO zipcodes VALUES (65806,'Springfield','MO','37.206624','-93.299230',-6,1); -INSERT INTO zipcodes VALUES (65807,'Springfield','MO','37.168435','-93.312970',-6,1); -INSERT INTO zipcodes VALUES (65808,'Springfield','MO','37.258070','-93.343673',-6,1); -INSERT INTO zipcodes VALUES (65809,'Springfield','MO','37.167282','-93.201990',-6,1); -INSERT INTO zipcodes VALUES (65810,'Springfield','MO','37.120301','-93.314610',-6,1); -INSERT INTO zipcodes VALUES (65814,'Springfield','MO','37.258070','-93.343673',-6,1); -INSERT INTO zipcodes VALUES (65817,'Springfield','MO','37.258070','-93.343673',-6,1); -INSERT INTO zipcodes VALUES (65890,'Springfield','MO','37.258070','-93.343673',-6,1); -INSERT INTO zipcodes VALUES (65898,'Springfield','MO','37.180349','-93.295137',-6,1); -INSERT INTO zipcodes VALUES (65899,'Springfield','MO','37.181498','-93.259586',-6,1); -INSERT INTO zipcodes VALUES (66002,'Atchison','KS','39.553786','-95.134720',-6,1); -INSERT INTO zipcodes VALUES (66006,'Baldwin City','KS','38.789719','-95.210580',-6,1); -INSERT INTO zipcodes VALUES (66007,'Basehor','KS','39.145077','-94.942590',-6,1); -INSERT INTO zipcodes VALUES (66008,'Bendena','KS','39.703642','-95.185410',-6,1); -INSERT INTO zipcodes VALUES (66010,'Blue Mound','KS','38.102749','-95.015400',-6,1); -INSERT INTO zipcodes VALUES (66012,'Bonner Springs','KS','39.065703','-94.904530',-6,1); -INSERT INTO zipcodes VALUES (66013,'Bucyrus','KS','38.733271','-94.695700',-6,1); -INSERT INTO zipcodes VALUES (66014,'Centerville','KS','38.226434','-94.987790',-6,1); -INSERT INTO zipcodes VALUES (66015,'Colony','KS','38.067424','-95.406140',-6,1); -INSERT INTO zipcodes VALUES (66016,'Cummings','KS','39.473050','-95.239920',-6,1); -INSERT INTO zipcodes VALUES (66017,'Denton','KS','39.720911','-95.274170',-6,1); -INSERT INTO zipcodes VALUES (66018,'De Soto','KS','38.961396','-94.976810',-6,1); -INSERT INTO zipcodes VALUES (66019,'Clearview City','KS','38.945750','-95.003490',-6,1); -INSERT INTO zipcodes VALUES (66020,'Easton','KS','39.331919','-95.113890',-6,1); -INSERT INTO zipcodes VALUES (66021,'Edgerton','KS','38.762545','-95.006220',-6,1); -INSERT INTO zipcodes VALUES (66023,'Effingham','KS','39.521275','-95.394130',-6,1); -INSERT INTO zipcodes VALUES (66024,'Elwood','KS','39.756944','-94.878240',-6,1); -INSERT INTO zipcodes VALUES (66025,'Eudora','KS','38.917032','-95.064550',-6,1); -INSERT INTO zipcodes VALUES (66026,'Fontana','KS','38.404804','-94.851250',-6,1); -INSERT INTO zipcodes VALUES (66027,'Fort Leavenworth','KS','39.348031','-94.931770',-6,1); -INSERT INTO zipcodes VALUES (66030,'Gardner','KS','38.813839','-94.926500',-6,1); -INSERT INTO zipcodes VALUES (66031,'New Century','KS','38.824863','-94.899201',-6,1); -INSERT INTO zipcodes VALUES (66032,'Garnett','KS','38.278069','-95.259970',-6,1); -INSERT INTO zipcodes VALUES (66033,'Greeley','KS','38.368325','-95.129250',-6,1); -INSERT INTO zipcodes VALUES (66035,'Highland','KS','39.858810','-95.256900',-6,1); -INSERT INTO zipcodes VALUES (66036,'Hillsdale','KS','38.658068','-94.852061',-6,1); -INSERT INTO zipcodes VALUES (66039,'Kincaid','KS','38.088951','-95.174730',-6,1); -INSERT INTO zipcodes VALUES (66040,'La Cygne','KS','38.351520','-94.737050',-6,1); -INSERT INTO zipcodes VALUES (66041,'Lancaster','KS','39.589832','-95.314250',-6,1); -INSERT INTO zipcodes VALUES (66042,'Lane','KS','38.442448','-95.090670',-6,1); -INSERT INTO zipcodes VALUES (66043,'Lansing','KS','39.258624','-94.898590',-6,1); -INSERT INTO zipcodes VALUES (66044,'Lawrence','KS','38.983551','-95.232020',-6,1); -INSERT INTO zipcodes VALUES (66045,'Lawrence','KS','38.952526','-95.275623',-6,1); -INSERT INTO zipcodes VALUES (66046,'Lawrence','KS','38.932303','-95.225130',-6,1); -INSERT INTO zipcodes VALUES (66047,'Lawrence','KS','38.920649','-95.312190',-6,1); -INSERT INTO zipcodes VALUES (66048,'Leavenworth','KS','39.298776','-94.935550',-6,1); -INSERT INTO zipcodes VALUES (66049,'Lawrence','KS','38.975830','-95.303990',-6,1); -INSERT INTO zipcodes VALUES (66050,'Lecompton','KS','39.025994','-95.431380',-6,1); -INSERT INTO zipcodes VALUES (66051,'Olathe','KS','38.899901','-94.831991',-6,1); -INSERT INTO zipcodes VALUES (66052,'Linwood','KS','39.012010','-95.062830',-6,1); -INSERT INTO zipcodes VALUES (66053,'Louisburg','KS','38.602219','-94.681210',-6,1); -INSERT INTO zipcodes VALUES (66054,'McLouth','KS','39.201274','-95.198920',-6,1); -INSERT INTO zipcodes VALUES (66056,'Mound City','KS','38.141903','-94.821660',-6,1); -INSERT INTO zipcodes VALUES (66058,'Muscotah','KS','39.548048','-95.523210',-6,1); -INSERT INTO zipcodes VALUES (66060,'Nortonville','KS','39.415907','-95.329660',-6,1); -INSERT INTO zipcodes VALUES (66061,'Olathe','KS','38.889784','-94.855580',-6,1); -INSERT INTO zipcodes VALUES (66062,'Olathe','KS','38.860511','-94.775810',-6,1); -INSERT INTO zipcodes VALUES (66063,'Olathe','KS','38.899901','-94.831991',-6,1); -INSERT INTO zipcodes VALUES (66064,'Osawatomie','KS','38.489733','-94.964650',-6,1); -INSERT INTO zipcodes VALUES (66066,'Oskaloosa','KS','39.214825','-95.325010',-6,1); -INSERT INTO zipcodes VALUES (66067,'Ottawa','KS','38.614986','-95.273550',-6,1); -INSERT INTO zipcodes VALUES (66070,'Ozawkie','KS','39.201834','-95.449630',-6,1); -INSERT INTO zipcodes VALUES (66071,'Paola','KS','38.574804','-94.867060',-6,1); -INSERT INTO zipcodes VALUES (66072,'Parker','KS','38.328516','-94.982530',-6,1); -INSERT INTO zipcodes VALUES (66073,'Perry','KS','39.097559','-95.401630',-6,1); -INSERT INTO zipcodes VALUES (66075,'Pleasanton','KS','38.184882','-94.701420',-6,1); -INSERT INTO zipcodes VALUES (66076,'Pomona','KS','38.612869','-95.447090',-6,1); -INSERT INTO zipcodes VALUES (66077,'Potter','KS','39.423964','-95.128700',-6,1); -INSERT INTO zipcodes VALUES (66078,'Princeton','KS','38.491590','-95.266460',-6,1); -INSERT INTO zipcodes VALUES (66079,'Rantoul','KS','38.542788','-95.123200',-6,1); -INSERT INTO zipcodes VALUES (66080,'Richmond','KS','38.398831','-95.266800',-6,1); -INSERT INTO zipcodes VALUES (66081,'Wolf River','KS','39.773145','-95.233817',-6,1); -INSERT INTO zipcodes VALUES (66083,'Spring Hill','KS','38.736692','-94.833620',-6,1); -INSERT INTO zipcodes VALUES (66085,'Stilwell','KS','38.798648','-94.655270',-6,1); -INSERT INTO zipcodes VALUES (66086,'Tonganoxie','KS','39.112379','-95.081120',-6,1); -INSERT INTO zipcodes VALUES (66087,'Troy','KS','39.796840','-95.128690',-6,1); -INSERT INTO zipcodes VALUES (66088,'Valley Falls','KS','39.339975','-95.457810',-6,1); -INSERT INTO zipcodes VALUES (66090,'Wathena','KS','39.774356','-94.958730',-6,1); -INSERT INTO zipcodes VALUES (66091,'Welda','KS','38.185196','-95.337050',-6,1); -INSERT INTO zipcodes VALUES (66092,'Wellsville','KS','38.698415','-95.104140',-6,1); -INSERT INTO zipcodes VALUES (66093,'Westphalia','KS','38.210860','-95.509730',-6,1); -INSERT INTO zipcodes VALUES (66094,'White Cloud','KS','39.959033','-95.340050',-6,1); -INSERT INTO zipcodes VALUES (66095,'Williamsburg','KS','38.455968','-95.443420',-6,1); -INSERT INTO zipcodes VALUES (66097,'Winchester','KS','39.328743','-95.246080',-6,1); -INSERT INTO zipcodes VALUES (66101,'Kansas City','KS','39.118054','-94.625680',-6,1); -INSERT INTO zipcodes VALUES (66102,'Kansas City','KS','39.112204','-94.666430',-6,1); -INSERT INTO zipcodes VALUES (66103,'Kansas City','KS','39.059254','-94.624530',-6,1); -INSERT INTO zipcodes VALUES (66104,'Kansas City','KS','39.137003','-94.672030',-6,1); -INSERT INTO zipcodes VALUES (66105,'Kansas City','KS','39.084954','-94.631250',-6,1); -INSERT INTO zipcodes VALUES (66106,'Kansas City','KS','39.066732','-94.688720',-6,1); -INSERT INTO zipcodes VALUES (66109,'Kansas City','KS','39.156275','-94.800330',-6,1); -INSERT INTO zipcodes VALUES (66110,'Kansas City','KS','39.096551','-94.749538',-6,1); -INSERT INTO zipcodes VALUES (66111,'Kansas City','KS','39.076554','-94.790190',-6,1); -INSERT INTO zipcodes VALUES (66112,'Kansas City','KS','39.117009','-94.766140',-6,1); -INSERT INTO zipcodes VALUES (66113,'Edwardsville','KS','39.073539','-94.723271',-6,1); -INSERT INTO zipcodes VALUES (66115,'Kansas City','KS','39.141419','-94.618780',-6,1); -INSERT INTO zipcodes VALUES (66117,'Kansas City','KS','39.096551','-94.749538',-6,1); -INSERT INTO zipcodes VALUES (66118,'Kansas City','KS','39.105854','-94.613290',-6,1); -INSERT INTO zipcodes VALUES (66119,'Kansas City','KS','39.096551','-94.749538',-6,1); -INSERT INTO zipcodes VALUES (66145,'Centralia','KS','39.718697','-96.129009',-6,1); -INSERT INTO zipcodes VALUES (66151,'Morrill','KS','39.914389','-95.734523',-6,1); -INSERT INTO zipcodes VALUES (66160,'Kansas City','KS','39.096551','-94.749538',-6,1); -INSERT INTO zipcodes VALUES (66201,'Shawnee Mission','KS','39.007755','-94.679486',-6,1); -INSERT INTO zipcodes VALUES (66202,'Shawnee Mission','KS','39.023105','-94.666580',-6,1); -INSERT INTO zipcodes VALUES (66203,'Shawnee Mission','KS','39.020405','-94.705830',-6,1); -INSERT INTO zipcodes VALUES (66204,'Shawnee Mission','KS','38.992255','-94.675280',-6,1); -INSERT INTO zipcodes VALUES (66205,'Shawnee Mission','KS','39.030172','-94.630970',-6,1); -INSERT INTO zipcodes VALUES (66206,'Shawnee Mission','KS','38.959256','-94.622230',-6,1); -INSERT INTO zipcodes VALUES (66207,'Shawnee Mission','KS','38.957396','-94.646910',-6,1); -INSERT INTO zipcodes VALUES (66208,'Shawnee Mission','KS','38.999505','-94.631020',-6,1); -INSERT INTO zipcodes VALUES (66209,'Shawnee Mission','KS','38.900535','-94.632480',-6,1); -INSERT INTO zipcodes VALUES (66210,'Shawnee Mission','KS','38.924739','-94.704730',-6,1); -INSERT INTO zipcodes VALUES (66211,'Shawnee Mission','KS','38.925159','-94.641360',-6,1); -INSERT INTO zipcodes VALUES (66212,'Shawnee Mission','KS','38.959606','-94.681890',-6,1); -INSERT INTO zipcodes VALUES (66213,'Shawnee Mission','KS','38.899634','-94.707580',-6,1); -INSERT INTO zipcodes VALUES (66214,'Shawnee Mission','KS','38.961756','-94.714980',-6,1); -INSERT INTO zipcodes VALUES (66215,'Shawnee Mission','KS','38.961006','-94.741450',-6,1); -INSERT INTO zipcodes VALUES (66216,'Shawnee Mission','KS','39.009485','-94.739240',-6,1); -INSERT INTO zipcodes VALUES (66217,'Shawnee Mission','KS','39.021629','-94.781070',-6,1); -INSERT INTO zipcodes VALUES (66218,'Shawnee Mission','KS','39.011673','-94.812600',-6,1); -INSERT INTO zipcodes VALUES (66219,'Shawnee Mission','KS','38.963798','-94.771550',-6,1); -INSERT INTO zipcodes VALUES (66220,'Shawnee Mission','KS','38.964728','-94.821170',-6,1); -INSERT INTO zipcodes VALUES (66221,'Shawnee Mission','KS','38.865825','-94.712310',-6,1); -INSERT INTO zipcodes VALUES (66222,'Shawnee Mission','KS','38.899901','-94.831991',-6,1); -INSERT INTO zipcodes VALUES (66223,'Shawnee Mission','KS','38.860552','-94.665940',-6,1); -INSERT INTO zipcodes VALUES (66224,'Shawnee Mission','KS','38.862007','-94.621270',-6,1); -INSERT INTO zipcodes VALUES (66225,'Shawnee Mission','KS','38.899901','-94.831991',-6,1); -INSERT INTO zipcodes VALUES (66226,'Shawnee Mission','KS','39.029641','-94.848440',-6,1); -INSERT INTO zipcodes VALUES (66227,'Shawnee Mission','KS','38.972197','-94.869870',-6,1); -INSERT INTO zipcodes VALUES (66250,'Shawnee Mission','KS','38.899901','-94.831991',-6,1); -INSERT INTO zipcodes VALUES (66251,'Shawnee Mission','KS','38.899901','-94.831991',-6,1); -INSERT INTO zipcodes VALUES (66276,'Shawnee Mission','KS','38.899901','-94.831991',-6,1); -INSERT INTO zipcodes VALUES (66279,'Shawnee Mission','KS','38.899901','-94.831991',-6,1); -INSERT INTO zipcodes VALUES (66282,'Shawnee Mission','KS','38.899901','-94.831991',-6,1); -INSERT INTO zipcodes VALUES (66283,'Shawnee Mission','KS','38.899901','-94.831991',-6,1); -INSERT INTO zipcodes VALUES (66285,'Shawnee Mission','KS','38.899901','-94.831991',-6,1); -INSERT INTO zipcodes VALUES (66286,'Shawnee Mission','KS','38.899901','-94.831991',-6,1); -INSERT INTO zipcodes VALUES (66352,'Robinson','KS','39.814081','-95.409339',-6,1); -INSERT INTO zipcodes VALUES (66356,'Lincoln','KS','37.571890','-94.654599',-6,1); -INSERT INTO zipcodes VALUES (66401,'Alma','KS','38.990708','-96.294730',-6,1); -INSERT INTO zipcodes VALUES (66402,'Auburn','KS','38.918102','-95.844170',-6,1); -INSERT INTO zipcodes VALUES (66403,'Axtell','KS','39.877691','-96.269850',-6,1); -INSERT INTO zipcodes VALUES (66404,'Baileyville','KS','39.891751','-96.173430',-6,1); -INSERT INTO zipcodes VALUES (66406,'Beattie','KS','39.877735','-96.417260',-6,1); -INSERT INTO zipcodes VALUES (66407,'Belvue','KS','39.207942','-96.186650',-6,1); -INSERT INTO zipcodes VALUES (66408,'Bern','KS','39.949989','-95.968310',-6,1); -INSERT INTO zipcodes VALUES (66409,'Berryton','KS','38.935058','-95.557450',-6,1); -INSERT INTO zipcodes VALUES (66411,'Blue Rapids','KS','39.656045','-96.637910',-6,1); -INSERT INTO zipcodes VALUES (66412,'Bremen','KS','39.921671','-96.777940',-6,1); -INSERT INTO zipcodes VALUES (66413,'Burlingame','KS','38.767905','-95.880760',-6,1); -INSERT INTO zipcodes VALUES (66414,'Carbondale','KS','38.825170','-95.689630',-6,1); -INSERT INTO zipcodes VALUES (66415,'Centralia','KS','39.697296','-96.142040',-6,1); -INSERT INTO zipcodes VALUES (66416,'Circleville','KS','39.516144','-95.853960',-6,1); -INSERT INTO zipcodes VALUES (66417,'Corning','KS','39.655741','-96.033940',-6,1); -INSERT INTO zipcodes VALUES (66418,'Delia','KS','39.267478','-95.947360',-6,1); -INSERT INTO zipcodes VALUES (66419,'Denison','KS','39.377827','-95.604960',-6,1); -INSERT INTO zipcodes VALUES (66420,'Dover','KS','38.964532','-95.917186',-6,1); -INSERT INTO zipcodes VALUES (66422,'Emmett','KS','39.317301','-96.061130',-6,1); -INSERT INTO zipcodes VALUES (66423,'Eskridge','KS','38.842100','-96.127750',-6,1); -INSERT INTO zipcodes VALUES (66424,'Everest','KS','39.681813','-95.415050',-6,1); -INSERT INTO zipcodes VALUES (66425,'Fairview','KS','39.811818','-95.728610',-6,1); -INSERT INTO zipcodes VALUES (66426,'Fostoria','KS','39.439820','-96.506769',-6,1); -INSERT INTO zipcodes VALUES (66427,'Frankfort','KS','39.689409','-96.438760',-6,1); -INSERT INTO zipcodes VALUES (66428,'Goff','KS','39.671207','-95.925120',-6,1); -INSERT INTO zipcodes VALUES (66429,'Grantville','KS','39.094823','-95.548740',-6,1); -INSERT INTO zipcodes VALUES (66431,'Harveyville','KS','38.810071','-95.983970',-6,1); -INSERT INTO zipcodes VALUES (66432,'Havensville','KS','39.496479','-96.077170',-6,1); -INSERT INTO zipcodes VALUES (66434,'Hiawatha','KS','39.857155','-95.544970',-6,1); -INSERT INTO zipcodes VALUES (66436,'Holton','KS','39.466971','-95.713200',-6,1); -INSERT INTO zipcodes VALUES (66438,'Home','KS','39.853477','-96.503610',-6,1); -INSERT INTO zipcodes VALUES (66439,'Horton','KS','39.659471','-95.535670',-6,1); -INSERT INTO zipcodes VALUES (66440,'Hoyt','KS','39.254902','-95.691710',-6,1); -INSERT INTO zipcodes VALUES (66441,'Junction City','KS','39.015850','-96.836530',-6,1); -INSERT INTO zipcodes VALUES (66442,'Fort Riley','KS','39.074628','-96.806620',-6,1); -INSERT INTO zipcodes VALUES (66449,'Leonardville','KS','39.383205','-96.858760',-6,1); -INSERT INTO zipcodes VALUES (66450,'Louisville','KS','39.251831','-96.314020',-6,1); -INSERT INTO zipcodes VALUES (66451,'Lyndon','KS','38.602873','-95.673630',-6,1); -INSERT INTO zipcodes VALUES (66481,'Weir','KS','37.302792','-94.772510',-6,1); -INSERT INTO zipcodes VALUES (66501,'McFarland','KS','39.053241','-96.238930',-6,1); -INSERT INTO zipcodes VALUES (66502,'Manhattan','KS','39.184986','-96.569320',-6,1); -INSERT INTO zipcodes VALUES (66503,'Manhattan','KS','39.241083','-96.649140',-6,1); -INSERT INTO zipcodes VALUES (66505,'Manhattan','KS','39.304937','-96.675295',-6,1); -INSERT INTO zipcodes VALUES (66506,'Manhattan','KS','39.194065','-96.578720',-6,1); -INSERT INTO zipcodes VALUES (66507,'Maple Hill','KS','39.076048','-96.034300',-6,1); -INSERT INTO zipcodes VALUES (66508,'Marysville','KS','39.852696','-96.639630',-6,1); -INSERT INTO zipcodes VALUES (66509,'Mayetta','KS','39.337531','-95.755350',-6,1); -INSERT INTO zipcodes VALUES (66510,'Melvern','KS','38.503219','-95.630790',-6,1); -INSERT INTO zipcodes VALUES (66512,'Meriden','KS','39.201628','-95.553870',-6,1); -INSERT INTO zipcodes VALUES (66514,'Milford','KS','39.149612','-96.906110',-6,1); -INSERT INTO zipcodes VALUES (66515,'Morrill','KS','39.936121','-95.703250',-6,1); -INSERT INTO zipcodes VALUES (66516,'Netawaka','KS','39.626301','-95.729540',-6,1); -INSERT INTO zipcodes VALUES (66517,'Ogden','KS','39.113103','-96.709350',-6,1); -INSERT INTO zipcodes VALUES (66518,'Oketo','KS','39.964921','-96.570040',-6,1); -INSERT INTO zipcodes VALUES (66520,'Olsburg','KS','39.417531','-96.599750',-6,1); -INSERT INTO zipcodes VALUES (66521,'Onaga','KS','39.483435','-96.211010',-6,1); -INSERT INTO zipcodes VALUES (66522,'Oneida','KS','39.865907','-95.941300',-6,1); -INSERT INTO zipcodes VALUES (66523,'Osage City','KS','38.611619','-95.831320',-6,1); -INSERT INTO zipcodes VALUES (66524,'Overbrook','KS','38.775185','-95.528690',-6,1); -INSERT INTO zipcodes VALUES (66526,'Paxico','KS','39.065830','-96.158010',-6,1); -INSERT INTO zipcodes VALUES (66527,'Powhattan','KS','39.747135','-95.680960',-6,1); -INSERT INTO zipcodes VALUES (66528,'Quenemo','KS','38.609690','-95.543330',-6,1); -INSERT INTO zipcodes VALUES (66531,'Riley','KS','39.303014','-96.846350',-6,1); -INSERT INTO zipcodes VALUES (66532,'Robinson','KS','39.820200','-95.367760',-6,1); -INSERT INTO zipcodes VALUES (66533,'Rossville','KS','39.143168','-95.952630',-6,1); -INSERT INTO zipcodes VALUES (66534,'Sabetha','KS','39.889544','-95.822890',-6,1); -INSERT INTO zipcodes VALUES (66535,'Saint George','KS','39.219390','-96.433460',-6,1); -INSERT INTO zipcodes VALUES (66536,'Saint Marys','KS','39.200733','-96.071480',-6,1); -INSERT INTO zipcodes VALUES (66537,'Scranton','KS','38.771467','-95.727990',-6,1); -INSERT INTO zipcodes VALUES (66538,'Seneca','KS','39.840496','-96.048330',-6,1); -INSERT INTO zipcodes VALUES (66539,'Silver Lake','KS','39.136616','-95.858980',-6,1); -INSERT INTO zipcodes VALUES (66540,'Soldier','KS','39.502211','-95.974950',-6,1); -INSERT INTO zipcodes VALUES (66541,'Summerfield','KS','39.977047','-96.363600',-6,1); -INSERT INTO zipcodes VALUES (66542,'Tecumseh','KS','39.020437','-95.553360',-6,1); -INSERT INTO zipcodes VALUES (66543,'Vassar','KS','38.647459','-95.610310',-6,1); -INSERT INTO zipcodes VALUES (66544,'Vermillion','KS','39.694315','-96.284760',-6,1); -INSERT INTO zipcodes VALUES (66546,'Wakarusa','KS','38.895185','-95.719950',-6,1); -INSERT INTO zipcodes VALUES (66547,'Wamego','KS','39.220965','-96.312790',-6,1); -INSERT INTO zipcodes VALUES (66548,'Waterville','KS','39.691428','-96.761890',-6,1); -INSERT INTO zipcodes VALUES (66549,'Westmoreland','KS','39.427973','-96.402700',-6,1); -INSERT INTO zipcodes VALUES (66550,'Wetmore','KS','39.654548','-95.819250',-6,1); -INSERT INTO zipcodes VALUES (66551,'Wheaton','KS','39.471738','-96.257561',-6,1); -INSERT INTO zipcodes VALUES (66552,'Whiting','KS','39.585484','-95.620200',-6,1); -INSERT INTO zipcodes VALUES (66554,'Randolph','KS','39.472188','-96.768060',-6,1); -INSERT INTO zipcodes VALUES (66555,'Marysville','KS','39.783753','-96.522806',-6,1); -INSERT INTO zipcodes VALUES (66601,'Topeka','KS','38.988075','-95.780662',-6,1); -INSERT INTO zipcodes VALUES (66603,'Topeka','KS','39.056200','-95.675470',-6,1); -INSERT INTO zipcodes VALUES (66604,'Topeka','KS','39.040450','-95.716980',-6,1); -INSERT INTO zipcodes VALUES (66605,'Topeka','KS','39.013988','-95.650560',-6,1); -INSERT INTO zipcodes VALUES (66606,'Topeka','KS','39.058177','-95.710880',-6,1); -INSERT INTO zipcodes VALUES (66607,'Topeka','KS','39.044056','-95.648040',-6,1); -INSERT INTO zipcodes VALUES (66608,'Topeka','KS','39.077066','-95.668240',-6,1); -INSERT INTO zipcodes VALUES (66609,'Topeka','KS','38.988508','-95.668690',-6,1); -INSERT INTO zipcodes VALUES (66610,'Topeka','KS','38.981849','-95.790160',-6,1); -INSERT INTO zipcodes VALUES (66611,'Topeka','KS','39.016100','-95.697900',-6,1); -INSERT INTO zipcodes VALUES (66612,'Topeka','KS','39.040333','-95.680480',-6,1); -INSERT INTO zipcodes VALUES (66614,'Topeka','KS','39.015374','-95.760570',-6,1); -INSERT INTO zipcodes VALUES (66615,'Topeka','KS','39.067174','-95.881150',-6,1); -INSERT INTO zipcodes VALUES (66616,'Topeka','KS','39.065249','-95.638080',-6,1); -INSERT INTO zipcodes VALUES (66617,'Topeka','KS','39.130354','-95.633730',-6,1); -INSERT INTO zipcodes VALUES (66618,'Topeka','KS','39.126429','-95.733020',-6,1); -INSERT INTO zipcodes VALUES (66619,'Topeka','KS','38.946977','-95.693800',-6,1); -INSERT INTO zipcodes VALUES (66620,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66621,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66622,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66624,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66625,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66626,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66628,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66629,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66634,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66635,'St. George','KS','39.199103','-96.438890',-6,1); -INSERT INTO zipcodes VALUES (66636,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66637,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66638,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66642,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66647,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66650,'Powhattan','KS','39.672989','-95.788948',-6,1); -INSERT INTO zipcodes VALUES (66652,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66653,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66658,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66667,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66675,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66683,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66686,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66692,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66699,'Topeka','KS','39.042939','-95.769657',-6,1); -INSERT INTO zipcodes VALUES (66701,'Fort Scott','KS','37.823295','-94.733890',-6,1); -INSERT INTO zipcodes VALUES (66710,'Altoona','KS','37.551596','-95.656710',-6,1); -INSERT INTO zipcodes VALUES (66711,'Arcadia','KS','37.644301','-94.648950',-6,1); -INSERT INTO zipcodes VALUES (66712,'Arma','KS','37.547763','-94.706220',-6,1); -INSERT INTO zipcodes VALUES (66713,'Baxter Springs','KS','37.026091','-94.749290',-6,1); -INSERT INTO zipcodes VALUES (66714,'Benedict','KS','37.628076','-95.732450',-6,1); -INSERT INTO zipcodes VALUES (66716,'Bronson','KS','37.916575','-95.070630',-6,1); -INSERT INTO zipcodes VALUES (66717,'Buffalo','KS','37.705016','-95.698320',-6,1); -INSERT INTO zipcodes VALUES (66720,'Chanute','KS','37.666078','-95.456810',-6,1); -INSERT INTO zipcodes VALUES (66721,'Lincoln','KS','37.592920','-94.729782',-6,1); -INSERT INTO zipcodes VALUES (66724,'Cherokee','KS','37.347065','-94.826650',-6,1); -INSERT INTO zipcodes VALUES (66725,'Columbus','KS','37.174730','-94.877130',-6,1); -INSERT INTO zipcodes VALUES (66727,'Coyville','KS','37.559151','-95.743835',-6,1); -INSERT INTO zipcodes VALUES (66728,'Crestline','KS','37.169440','-94.704133',-6,1); -INSERT INTO zipcodes VALUES (66732,'Elsmore','KS','37.799021','-95.188060',-6,1); -INSERT INTO zipcodes VALUES (66733,'Erie','KS','37.594166','-95.247550',-6,1); -INSERT INTO zipcodes VALUES (66734,'Farlington','KS','37.616393','-94.827120',-6,1); -INSERT INTO zipcodes VALUES (66735,'Franklin','KS','37.522439','-94.704020',-6,1); -INSERT INTO zipcodes VALUES (66736,'Fredonia','KS','37.539672','-95.843070',-6,1); -INSERT INTO zipcodes VALUES (66738,'Fulton','KS','38.017070','-94.712560',-6,1); -INSERT INTO zipcodes VALUES (66739,'Galena','KS','37.091398','-94.654620',-6,1); -INSERT INTO zipcodes VALUES (66740,'Galesburg','KS','37.464733','-95.370390',-6,1); -INSERT INTO zipcodes VALUES (66741,'Arcadia','KS','37.726754','-94.658640',-6,1); -INSERT INTO zipcodes VALUES (66742,'Gas','KS','37.923162','-95.346697',-6,1); -INSERT INTO zipcodes VALUES (66743,'Girard','KS','37.506616','-94.860780',-6,1); -INSERT INTO zipcodes VALUES (66746,'Hepler','KS','37.667490','-94.951440',-6,1); -INSERT INTO zipcodes VALUES (66747,'Neodesha','KS','37.424622','-95.681454',-6,1); -INSERT INTO zipcodes VALUES (66748,'Humboldt','KS','37.802718','-95.434520',-6,1); -INSERT INTO zipcodes VALUES (66749,'Iola','KS','37.926666','-95.396950',-6,1); -INSERT INTO zipcodes VALUES (66751,'La Harpe','KS','37.918044','-95.294700',-6,1); -INSERT INTO zipcodes VALUES (66752,'Ross','KS','37.332679','-94.977587',-6,1); -INSERT INTO zipcodes VALUES (66753,'McCune','KS','37.364275','-95.004320',-6,1); -INSERT INTO zipcodes VALUES (66754,'Mapleton','KS','38.017205','-94.892900',-6,1); -INSERT INTO zipcodes VALUES (66755,'Moran','KS','37.933658','-95.167680',-6,1); -INSERT INTO zipcodes VALUES (66756,'Mulberry','KS','37.554735','-94.632830',-6,1); -INSERT INTO zipcodes VALUES (66757,'Neodesha','KS','37.420016','-95.683000',-6,1); -INSERT INTO zipcodes VALUES (66758,'Neosho Falls','KS','38.005429','-95.569760',-6,1); -INSERT INTO zipcodes VALUES (66759,'New Albany','KS','37.568611','-95.939260',-6,1); -INSERT INTO zipcodes VALUES (66760,'Opolis','KS','37.344142','-94.621560',-6,1); -INSERT INTO zipcodes VALUES (66761,'Piqua','KS','37.900385','-95.562550',-6,1); -INSERT INTO zipcodes VALUES (66762,'Pittsburg','KS','37.408511','-94.704140',-6,1); -INSERT INTO zipcodes VALUES (66763,'Frontenac','KS','37.455819','-94.690880',-6,1); -INSERT INTO zipcodes VALUES (66767,'Prescott','KS','38.066976','-94.694950',-6,1); -INSERT INTO zipcodes VALUES (66769,'Redfield','KS','37.840828','-94.892020',-6,1); -INSERT INTO zipcodes VALUES (66770,'Riverton','KS','37.074648','-94.715380',-6,1); -INSERT INTO zipcodes VALUES (66771,'Saint Paul','KS','37.500157','-95.159520',-6,1); -INSERT INTO zipcodes VALUES (66772,'Savonburg','KS','37.754590','-95.188160',-6,1); -INSERT INTO zipcodes VALUES (66773,'Scammon','KS','37.275220','-94.827380',-6,1); -INSERT INTO zipcodes VALUES (66775,'Stark','KS','37.691117','-95.148260',-6,1); -INSERT INTO zipcodes VALUES (66776,'Thayer','KS','37.478331','-95.484170',-6,1); -INSERT INTO zipcodes VALUES (66777,'Toronto','KS','37.777886','-95.938770',-6,1); -INSERT INTO zipcodes VALUES (66778,'Treece','KS','37.000262','-94.843720',-6,1); -INSERT INTO zipcodes VALUES (66779,'Uniontown','KS','37.848943','-94.972180',-6,1); -INSERT INTO zipcodes VALUES (66780,'Walnut','KS','37.603419','-95.062790',-6,1); -INSERT INTO zipcodes VALUES (66781,'Weir','KS','37.300262','-94.752590',-6,1); -INSERT INTO zipcodes VALUES (66782,'West Mineral','KS','37.284559','-94.926130',-6,1); -INSERT INTO zipcodes VALUES (66783,'Yates Center','KS','37.873778','-95.731300',-6,1); -INSERT INTO zipcodes VALUES (66801,'Emporia','KS','38.410549','-96.197360',-6,1); -INSERT INTO zipcodes VALUES (66804,'Bern','KS','39.964236','-95.972744',-6,1); -INSERT INTO zipcodes VALUES (66830,'Admire','KS','38.614057','-96.088210',-6,1); -INSERT INTO zipcodes VALUES (66833,'Allen','KS','38.672825','-96.163850',-6,1); -INSERT INTO zipcodes VALUES (66834,'Alta Vista','KS','38.862376','-96.473670',-6,1); -INSERT INTO zipcodes VALUES (66835,'Americus','KS','38.513771','-96.258530',-6,1); -INSERT INTO zipcodes VALUES (66838,'Burdick','KS','38.536957','-96.784840',-6,1); -INSERT INTO zipcodes VALUES (66839,'Burlington','KS','38.211108','-95.742930',-6,1); -INSERT INTO zipcodes VALUES (66840,'Burns','KS','38.064497','-96.891280',-6,1); -INSERT INTO zipcodes VALUES (66842,'Cassoday','KS','38.018802','-96.663490',-6,1); -INSERT INTO zipcodes VALUES (66843,'Cedar Point','KS','38.224172','-96.772290',-6,1); -INSERT INTO zipcodes VALUES (66845,'Cottonwood Falls','KS','38.344157','-96.529690',-6,1); -INSERT INTO zipcodes VALUES (66846,'Council Grove','KS','38.649811','-96.493310',-6,1); -INSERT INTO zipcodes VALUES (66849,'Dwight','KS','38.877563','-96.589810',-6,1); -INSERT INTO zipcodes VALUES (66850,'Elmdale','KS','38.395027','-96.693770',-6,1); -INSERT INTO zipcodes VALUES (66851,'Florence','KS','38.228452','-96.928250',-6,1); -INSERT INTO zipcodes VALUES (66852,'Gridley','KS','38.078496','-95.895050',-6,1); -INSERT INTO zipcodes VALUES (66853,'Hamilton','KS','38.000062','-96.212710',-6,1); -INSERT INTO zipcodes VALUES (66854,'Hartford','KS','38.281776','-95.968600',-6,1); -INSERT INTO zipcodes VALUES (66855,'Lamont','KS','37.888276','-96.242059',-6,1); -INSERT INTO zipcodes VALUES (66856,'Lebo','KS','38.427161','-95.826270',-6,1); -INSERT INTO zipcodes VALUES (66857,'Le Roy','KS','38.095388','-95.634610',-6,1); -INSERT INTO zipcodes VALUES (66858,'Lincolnville','KS','38.473549','-96.956110',-6,1); -INSERT INTO zipcodes VALUES (66859,'Lost Springs','KS','38.556941','-96.964940',-6,1); -INSERT INTO zipcodes VALUES (66860,'Madison','KS','38.126728','-96.166350',-6,1); -INSERT INTO zipcodes VALUES (66861,'Marion','KS','38.359189','-97.017680',-6,1); -INSERT INTO zipcodes VALUES (66862,'Matfield Green','KS','38.149690','-96.515450',-6,1); -INSERT INTO zipcodes VALUES (66863,'Neal','KS','37.831349','-96.071110',-6,1); -INSERT INTO zipcodes VALUES (66864,'Neosho Rapids','KS','38.368683','-95.989170',-6,1); -INSERT INTO zipcodes VALUES (66865,'Olpe','KS','38.241502','-96.200480',-6,1); -INSERT INTO zipcodes VALUES (66866,'Peabody','KS','38.175115','-97.104900',-6,1); -INSERT INTO zipcodes VALUES (66868,'Reading','KS','38.532132','-95.976850',-6,1); -INSERT INTO zipcodes VALUES (66869,'Strong City','KS','38.415712','-96.501040',-6,1); -INSERT INTO zipcodes VALUES (66870,'Virgil','KS','37.925128','-96.009670',-6,1); -INSERT INTO zipcodes VALUES (66871,'Waverly','KS','38.382581','-95.626410',-6,1); -INSERT INTO zipcodes VALUES (66872,'White City','KS','38.791440','-96.738090',-6,1); -INSERT INTO zipcodes VALUES (66873,'Wilsey','KS','38.682093','-96.663865',-6,1); -INSERT INTO zipcodes VALUES (66901,'Concordia','KS','39.568803','-97.646270',-6,1); -INSERT INTO zipcodes VALUES (66930,'Agenda','KS','39.718857','-97.491910',-6,1); -INSERT INTO zipcodes VALUES (66932,'Athol','KS','39.761524','-98.922130',-6,1); -INSERT INTO zipcodes VALUES (66933,'Barnes','KS','39.675346','-96.872320',-6,1); -INSERT INTO zipcodes VALUES (66935,'Belleville','KS','39.824657','-97.628810',-6,1); -INSERT INTO zipcodes VALUES (66936,'Burr Oak','KS','39.908065','-98.294510',-6,1); -INSERT INTO zipcodes VALUES (66937,'Clifton','KS','39.594163','-97.262950',-6,1); -INSERT INTO zipcodes VALUES (66938,'Clyde','KS','39.594485','-97.405440',-6,1); -INSERT INTO zipcodes VALUES (66939,'Courtland','KS','39.837438','-97.903860',-6,1); -INSERT INTO zipcodes VALUES (66940,'Cuba','KS','39.818840','-97.449170',-6,1); -INSERT INTO zipcodes VALUES (66941,'Esbon','KS','39.827165','-98.443560',-6,1); -INSERT INTO zipcodes VALUES (66942,'Formoso','KS','39.791338','-97.998600',-6,1); -INSERT INTO zipcodes VALUES (66943,'Greenleaf','KS','39.688224','-96.965830',-6,1); -INSERT INTO zipcodes VALUES (66944,'Haddam','KS','39.841886','-97.301190',-6,1); -INSERT INTO zipcodes VALUES (66945,'Hanover','KS','39.888945','-96.881560',-6,1); -INSERT INTO zipcodes VALUES (66946,'Hollenberg','KS','39.968115','-96.989060',-6,1); -INSERT INTO zipcodes VALUES (66948,'Jamestown','KS','39.609023','-97.845110',-6,1); -INSERT INTO zipcodes VALUES (66949,'Jewell','KS','39.652106','-98.185190',-6,1); -INSERT INTO zipcodes VALUES (66951,'Kensington','KS','39.792636','-99.038770',-6,1); -INSERT INTO zipcodes VALUES (66952,'Lebanon','KS','39.835476','-98.586680',-6,1); -INSERT INTO zipcodes VALUES (66953,'Linn','KS','39.689909','-97.105650',-6,1); -INSERT INTO zipcodes VALUES (66955,'Mahaska','KS','39.966106','-97.324900',-6,1); -INSERT INTO zipcodes VALUES (66956,'Mankato','KS','39.790935','-98.207220',-6,1); -INSERT INTO zipcodes VALUES (66958,'Morrowville','KS','39.883769','-97.164910',-6,1); -INSERT INTO zipcodes VALUES (66959,'Munden','KS','39.933522','-97.532420',-6,1); -INSERT INTO zipcodes VALUES (66960,'Narka','KS','39.934395','-97.421250',-6,1); -INSERT INTO zipcodes VALUES (66961,'Norway','KS','39.827894','-97.650902',-6,1); -INSERT INTO zipcodes VALUES (66962,'Palmer','KS','39.618962','-97.134340',-6,1); -INSERT INTO zipcodes VALUES (66963,'Randall','KS','39.633913','-98.029570',-6,1); -INSERT INTO zipcodes VALUES (66964,'Republic','KS','39.931181','-97.810230',-6,1); -INSERT INTO zipcodes VALUES (66966,'Scandia','KS','39.776903','-97.763940',-6,1); -INSERT INTO zipcodes VALUES (66967,'Smith Center','KS','39.794538','-98.795610',-6,1); -INSERT INTO zipcodes VALUES (66968,'Washington','KS','39.815522','-97.061110',-6,1); -INSERT INTO zipcodes VALUES (66969,'Scandia','KS','39.798339','-97.783181',-6,1); -INSERT INTO zipcodes VALUES (66970,'Webber','KS','39.936773','-98.042270',-6,1); -INSERT INTO zipcodes VALUES (66998,'Buffalo','KS','39.588426','-97.788817',-6,1); -INSERT INTO zipcodes VALUES (67001,'Andale','KS','37.779021','-97.626020',-6,1); -INSERT INTO zipcodes VALUES (67002,'Andover','KS','37.693585','-97.113210',-6,1); -INSERT INTO zipcodes VALUES (67003,'Anthony','KS','37.144088','-98.038570',-6,1); -INSERT INTO zipcodes VALUES (67004,'Argonia','KS','37.270346','-97.764780',-6,1); -INSERT INTO zipcodes VALUES (67005,'Arkansas City','KS','37.067387','-97.028310',-6,1); -INSERT INTO zipcodes VALUES (67008,'Atlanta','KS','37.454925','-96.831520',-6,1); -INSERT INTO zipcodes VALUES (67009,'Attica','KS','37.233697','-98.247790',-6,1); -INSERT INTO zipcodes VALUES (67010,'Augusta','KS','37.680660','-96.981530',-6,1); -INSERT INTO zipcodes VALUES (67012,'Beaumont','KS','37.660135','-96.533720',-6,1); -INSERT INTO zipcodes VALUES (67013,'Belle Plaine','KS','37.390809','-97.291520',-6,1); -INSERT INTO zipcodes VALUES (67016,'Bentley','KS','37.886437','-97.518280',-6,1); -INSERT INTO zipcodes VALUES (67017,'Benton','KS','37.818158','-97.108390',-6,1); -INSERT INTO zipcodes VALUES (67018,'Bluff City','KS','37.076529','-97.870110',-6,1); -INSERT INTO zipcodes VALUES (67019,'Burden','KS','37.314208','-96.784630',-6,1); -INSERT INTO zipcodes VALUES (67020,'Burrton','KS','38.008128','-97.670080',-6,1); -INSERT INTO zipcodes VALUES (67021,'Byers','KS','37.784193','-98.894860',-6,1); -INSERT INTO zipcodes VALUES (67022,'Caldwell','KS','37.062453','-97.607820',-6,1); -INSERT INTO zipcodes VALUES (67023,'Cambridge','KS','37.327404','-96.656290',-6,1); -INSERT INTO zipcodes VALUES (67024,'Cedar Vale','KS','37.104057','-96.484470',-6,1); -INSERT INTO zipcodes VALUES (67025,'Cheney','KS','37.647611','-97.787650',-6,1); -INSERT INTO zipcodes VALUES (67026,'Clearwater','KS','37.518342','-97.494520',-6,1); -INSERT INTO zipcodes VALUES (67028,'Coats','KS','37.469499','-98.935430',-6,1); -INSERT INTO zipcodes VALUES (67029,'Coldwater','KS','37.259332','-99.333850',-6,1); -INSERT INTO zipcodes VALUES (67030,'Colwich','KS','37.787206','-97.541350',-6,1); -INSERT INTO zipcodes VALUES (67031,'Conway Springs','KS','37.400431','-97.653380',-6,1); -INSERT INTO zipcodes VALUES (67033,'Richland','KS','37.519257','-97.152533',-6,1); -INSERT INTO zipcodes VALUES (67035,'Cunningham','KS','37.655003','-98.396430',-6,1); -INSERT INTO zipcodes VALUES (67036,'Danville','KS','37.298982','-97.873570',-6,1); -INSERT INTO zipcodes VALUES (67037,'Derby','KS','37.557434','-97.251670',-6,1); -INSERT INTO zipcodes VALUES (67038,'Dexter','KS','37.150816','-96.742600',-6,1); -INSERT INTO zipcodes VALUES (67039,'Douglass','KS','37.513371','-96.998510',-6,1); -INSERT INTO zipcodes VALUES (67041,'Elbing','KS','38.054115','-97.127110',-6,1); -INSERT INTO zipcodes VALUES (67042,'El Dorado','KS','37.830417','-96.842940',-6,1); -INSERT INTO zipcodes VALUES (67045,'Eureka','KS','37.854192','-96.324330',-6,1); -INSERT INTO zipcodes VALUES (67047,'Fall River','KS','37.642480','-96.071050',-6,1); -INSERT INTO zipcodes VALUES (67049,'Freeport','KS','37.173305','-97.848350',-6,1); -INSERT INTO zipcodes VALUES (67050,'Garden Plain','KS','37.663743','-97.685390',-6,1); -INSERT INTO zipcodes VALUES (67051,'Geuda Springs','KS','37.104798','-97.192390',-6,1); -INSERT INTO zipcodes VALUES (67052,'Goddard','KS','37.651845','-97.573900',-6,1); -INSERT INTO zipcodes VALUES (67053,'Goessel','KS','38.246972','-97.348170',-6,1); -INSERT INTO zipcodes VALUES (67054,'Greensburg','KS','37.590146','-99.299890',-6,1); -INSERT INTO zipcodes VALUES (67055,'Greenwich','KS','37.783350','-97.205419',-6,1); -INSERT INTO zipcodes VALUES (67056,'Halstead','KS','38.007112','-97.513900',-6,1); -INSERT INTO zipcodes VALUES (67057,'Hardtner','KS','37.041728','-98.676310',-6,1); -INSERT INTO zipcodes VALUES (67058,'Harper','KS','37.297898','-98.039160',-6,1); -INSERT INTO zipcodes VALUES (67059,'Haviland','KS','37.658761','-99.096720',-6,1); -INSERT INTO zipcodes VALUES (67060,'Haysville','KS','37.552425','-97.347850',-6,1); -INSERT INTO zipcodes VALUES (67061,'Hazelton','KS','37.088979','-98.375440',-6,1); -INSERT INTO zipcodes VALUES (67062,'Hesston','KS','38.142541','-97.433680',-6,1); -INSERT INTO zipcodes VALUES (67063,'Hillsboro','KS','38.347058','-97.214890',-6,1); -INSERT INTO zipcodes VALUES (67065,'Isabel','KS','37.461079','-98.542620',-6,1); -INSERT INTO zipcodes VALUES (67066,'Iuka','KS','37.746879','-98.753080',-6,1); -INSERT INTO zipcodes VALUES (67067,'Kechi','KS','37.795395','-97.273090',-6,1); -INSERT INTO zipcodes VALUES (67068,'Kingman','KS','37.618339','-98.106120',-6,1); -INSERT INTO zipcodes VALUES (67069,'Ninnescah','KS','37.573100','-98.236190',-6,1); -INSERT INTO zipcodes VALUES (67070,'Kiowa','KS','37.037218','-98.493420',-6,1); -INSERT INTO zipcodes VALUES (67071,'Lake City','KS','37.316336','-98.838590',-6,1); -INSERT INTO zipcodes VALUES (67072,'Latham','KS','37.561112','-96.597950',-6,1); -INSERT INTO zipcodes VALUES (67073,'Lehigh','KS','38.376681','-97.316110',-6,1); -INSERT INTO zipcodes VALUES (67074,'Leon','KS','37.686034','-96.706900',-6,1); -INSERT INTO zipcodes VALUES (67101,'Maize','KS','37.775593','-97.467970',-6,1); -INSERT INTO zipcodes VALUES (67102,'Maple City','KS','37.043519','-96.759240',-6,1); -INSERT INTO zipcodes VALUES (67103,'Mayfield','KS','37.264750','-97.555690',-6,1); -INSERT INTO zipcodes VALUES (67104,'Medicine Lodge','KS','37.286936','-98.602710',-6,1); -INSERT INTO zipcodes VALUES (67105,'Milan','KS','37.251663','-97.665540',-6,1); -INSERT INTO zipcodes VALUES (67106,'Milton','KS','37.447829','-97.759430',-6,1); -INSERT INTO zipcodes VALUES (67107,'Moundridge','KS','38.193313','-97.528270',-6,1); -INSERT INTO zipcodes VALUES (67108,'Mount Hope','KS','37.831684','-97.674620',-6,1); -INSERT INTO zipcodes VALUES (67109,'Mullinville','KS','37.581777','-99.476080',-6,1); -INSERT INTO zipcodes VALUES (67110,'Mulvane','KS','37.474542','-97.228120',-6,1); -INSERT INTO zipcodes VALUES (67111,'Murdock','KS','37.625625','-97.926990',-6,1); -INSERT INTO zipcodes VALUES (67112,'Nashville','KS','37.442074','-98.416250',-6,1); -INSERT INTO zipcodes VALUES (67114,'Newton','KS','38.051679','-97.323000',-6,1); -INSERT INTO zipcodes VALUES (67117,'North Newton','KS','38.073865','-97.346350',-6,1); -INSERT INTO zipcodes VALUES (67118,'Norwich','KS','37.460764','-97.851820',-6,1); -INSERT INTO zipcodes VALUES (67119,'Oxford','KS','37.253486','-97.181610',-6,1); -INSERT INTO zipcodes VALUES (67120,'Peck','KS','37.459433','-97.380400',-6,1); -INSERT INTO zipcodes VALUES (67122,'Piedmont','KS','37.629754','-96.405290',-6,1); -INSERT INTO zipcodes VALUES (67123,'Potwin','KS','37.946174','-97.014230',-6,1); -INSERT INTO zipcodes VALUES (67124,'Pratt','KS','37.642738','-98.753940',-6,1); -INSERT INTO zipcodes VALUES (67127,'Protection','KS','37.196316','-99.504990',-6,1); -INSERT INTO zipcodes VALUES (67128,'Rago','KS','37.436662','-98.031310',-6,1); -INSERT INTO zipcodes VALUES (67131,'Rock','KS','37.421980','-97.003290',-6,1); -INSERT INTO zipcodes VALUES (67132,'Rosalia','KS','37.813869','-96.578560',-6,1); -INSERT INTO zipcodes VALUES (67133,'Rose Hill','KS','37.573226','-97.124210',-6,1); -INSERT INTO zipcodes VALUES (67134,'Sawyer','KS','37.494728','-98.683240',-6,1); -INSERT INTO zipcodes VALUES (67135,'Sedgwick','KS','37.921185','-97.440040',-6,1); -INSERT INTO zipcodes VALUES (67137,'Severy','KS','37.647292','-96.223240',-6,1); -INSERT INTO zipcodes VALUES (67138,'Sharon','KS','37.253964','-98.414290',-6,1); -INSERT INTO zipcodes VALUES (67140,'South Haven','KS','37.065497','-97.365620',-6,1); -INSERT INTO zipcodes VALUES (67142,'Spivey','KS','37.468889','-98.215840',-6,1); -INSERT INTO zipcodes VALUES (67143,'Sun City','KS','37.363445','-98.960440',-6,1); -INSERT INTO zipcodes VALUES (67144,'Towanda','KS','37.804776','-97.014770',-6,1); -INSERT INTO zipcodes VALUES (67146,'Udall','KS','37.395382','-97.104320',-6,1); -INSERT INTO zipcodes VALUES (67147,'Valley Center','KS','37.853935','-97.330590',-6,1); -INSERT INTO zipcodes VALUES (67149,'Viola','KS','37.538257','-97.620310',-6,1); -INSERT INTO zipcodes VALUES (67150,'Waldron','KS','37.026317','-98.208140',-6,1); -INSERT INTO zipcodes VALUES (67151,'Walton','KS','38.134670','-97.255090',-6,1); -INSERT INTO zipcodes VALUES (67152,'Wellington','KS','37.268972','-97.412470',-6,1); -INSERT INTO zipcodes VALUES (67154,'Whitewater','KS','37.963712','-97.121930',-6,1); -INSERT INTO zipcodes VALUES (67155,'Wilmore','KS','37.343230','-99.143640',-6,1); -INSERT INTO zipcodes VALUES (67156,'Winfield','KS','37.256575','-96.978850',-6,1); -INSERT INTO zipcodes VALUES (67159,'Zenda','KS','37.422585','-98.303040',-6,1); -INSERT INTO zipcodes VALUES (67201,'Wichita','KS','37.651974','-97.258997',-6,1); -INSERT INTO zipcodes VALUES (67202,'Wichita','KS','37.686992','-97.333620',-6,1); -INSERT INTO zipcodes VALUES (67203,'Wichita','KS','37.703932','-97.362370',-6,1); -INSERT INTO zipcodes VALUES (67204,'Wichita','KS','37.754443','-97.357630',-6,1); -INSERT INTO zipcodes VALUES (67205,'Wichita','KS','37.738348','-97.429170',-6,1); -INSERT INTO zipcodes VALUES (67206,'Wichita','KS','37.703247','-97.231660',-6,1); -INSERT INTO zipcodes VALUES (67207,'Wichita','KS','37.669803','-97.232890',-6,1); -INSERT INTO zipcodes VALUES (67208,'Wichita','KS','37.701997','-97.281140',-6,1); -INSERT INTO zipcodes VALUES (67209,'Wichita','KS','37.671290','-97.437200',-6,1); -INSERT INTO zipcodes VALUES (67210,'Wichita','KS','37.638946','-97.266520',-6,1); -INSERT INTO zipcodes VALUES (67211,'Wichita','KS','37.667175','-97.319170',-6,1); -INSERT INTO zipcodes VALUES (67212,'Wichita','KS','37.700632','-97.434300',-6,1); -INSERT INTO zipcodes VALUES (67213,'Wichita','KS','37.669067','-97.362040',-6,1); -INSERT INTO zipcodes VALUES (67214,'Wichita','KS','37.705384','-97.317770',-6,1); -INSERT INTO zipcodes VALUES (67215,'Wichita','KS','37.626676','-97.423980',-6,1); -INSERT INTO zipcodes VALUES (67216,'Wichita','KS','37.619858','-97.317510',-6,1); -INSERT INTO zipcodes VALUES (67217,'Wichita','KS','37.624210','-97.363120',-6,1); -INSERT INTO zipcodes VALUES (67218,'Wichita','KS','37.670092','-97.279530',-6,1); -INSERT INTO zipcodes VALUES (67219,'Wichita','KS','37.765919','-97.319970',-6,1); -INSERT INTO zipcodes VALUES (67220,'Wichita','KS','37.745561','-97.278410',-6,1); -INSERT INTO zipcodes VALUES (67221,'McConnell A F B','KS','37.628158','-97.266260',-6,1); -INSERT INTO zipcodes VALUES (67222,'Wichita','KS','37.751267','-97.262371',-6,1); -INSERT INTO zipcodes VALUES (67223,'Wichita','KS','37.736740','-97.499000',-6,1); -INSERT INTO zipcodes VALUES (67226,'Wichita','KS','37.750904','-97.231150',-6,1); -INSERT INTO zipcodes VALUES (67227,'Wichita','KS','37.628120','-97.491566',-6,1); -INSERT INTO zipcodes VALUES (67228,'Wichita','KS','37.774174','-97.171098',-6,1); -INSERT INTO zipcodes VALUES (67230,'Wichita','KS','37.683392','-97.170600',-6,1); -INSERT INTO zipcodes VALUES (67231,'Wichita','KS','37.556692','-97.410154',-6,1); -INSERT INTO zipcodes VALUES (67232,'Wichita','KS','37.639491','-97.171372',-6,1); -INSERT INTO zipcodes VALUES (67233,'Wichita','KS','37.568951','-97.334490',-6,1); -INSERT INTO zipcodes VALUES (67235,'Wichita','KS','37.692778','-97.495900',-6,1); -INSERT INTO zipcodes VALUES (67236,'Wichita','KS','37.542182','-97.287134',-6,1); -INSERT INTO zipcodes VALUES (67251,'Wichita','KS','37.693588','-97.480419',-6,1); -INSERT INTO zipcodes VALUES (67256,'Wichita','KS','37.693588','-97.480419',-6,1); -INSERT INTO zipcodes VALUES (67257,'Wichita','KS','37.693588','-97.480419',-6,1); -INSERT INTO zipcodes VALUES (67259,'Wichita','KS','37.693588','-97.480419',-6,1); -INSERT INTO zipcodes VALUES (67260,'Wichita','KS','37.693588','-97.480419',-6,1); -INSERT INTO zipcodes VALUES (67275,'Wichita','KS','37.693588','-97.480419',-6,1); -INSERT INTO zipcodes VALUES (67276,'Wichita','KS','37.693588','-97.480419',-6,1); -INSERT INTO zipcodes VALUES (67277,'Wichita','KS','37.693588','-97.480419',-6,1); -INSERT INTO zipcodes VALUES (67278,'Wichita','KS','37.693588','-97.480419',-6,1); -INSERT INTO zipcodes VALUES (67301,'Independence','KS','37.216856','-95.728980',-6,1); -INSERT INTO zipcodes VALUES (67330,'Altamont','KS','37.180641','-95.303890',-6,1); -INSERT INTO zipcodes VALUES (67332,'Bartlett','KS','37.051587','-95.222700',-6,1); -INSERT INTO zipcodes VALUES (67333,'Caney','KS','37.021498','-95.916160',-6,1); -INSERT INTO zipcodes VALUES (67334,'Chautauqua','KS','37.026172','-96.178450',-6,1); -INSERT INTO zipcodes VALUES (67335,'Cherryvale','KS','37.278991','-95.547220',-6,1); -INSERT INTO zipcodes VALUES (67336,'Chetopa','KS','37.047431','-95.083650',-6,1); -INSERT INTO zipcodes VALUES (67337,'Coffeyville','KS','37.041838','-95.618140',-6,1); -INSERT INTO zipcodes VALUES (67339,'Howard','KS','37.050156','-95.504561',-6,1); -INSERT INTO zipcodes VALUES (67340,'Dearing','KS','37.058083','-95.709820',-6,1); -INSERT INTO zipcodes VALUES (67341,'Dennis','KS','37.347626','-95.416920',-6,1); -INSERT INTO zipcodes VALUES (67342,'Edna','KS','37.059559','-95.356000',-6,1); -INSERT INTO zipcodes VALUES (67344,'Elk City','KS','37.279439','-95.931710',-6,1); -INSERT INTO zipcodes VALUES (67345,'Elk Falls','KS','37.374770','-96.190190',-6,1); -INSERT INTO zipcodes VALUES (67346,'Grenola','KS','37.326384','-96.433680',-6,1); -INSERT INTO zipcodes VALUES (67347,'Havana','KS','37.103604','-95.942600',-6,1); -INSERT INTO zipcodes VALUES (67349,'Howard','KS','37.479165','-96.265940',-6,1); -INSERT INTO zipcodes VALUES (67351,'Liberty','KS','37.135671','-95.582470',-6,1); -INSERT INTO zipcodes VALUES (67352,'Longton','KS','37.376701','-96.070250',-6,1); -INSERT INTO zipcodes VALUES (67353,'Moline','KS','37.337559','-96.299650',-6,1); -INSERT INTO zipcodes VALUES (67354,'Mound Valley','KS','37.200877','-95.410030',-6,1); -INSERT INTO zipcodes VALUES (67355,'Niotaze','KS','37.053112','-96.010650',-6,1); -INSERT INTO zipcodes VALUES (67356,'Oswego','KS','37.182538','-95.136780',-6,1); -INSERT INTO zipcodes VALUES (67357,'Parsons','KS','37.339913','-95.258340',-6,1); -INSERT INTO zipcodes VALUES (67360,'Peru','KS','37.074399','-96.090530',-6,1); -INSERT INTO zipcodes VALUES (67361,'Sedan','KS','37.107867','-96.220870',-6,1); -INSERT INTO zipcodes VALUES (67363,'Sycamore','KS','37.327608','-95.718420',-6,1); -INSERT INTO zipcodes VALUES (67364,'Tyro','KS','37.035742','-95.821670',-6,1); -INSERT INTO zipcodes VALUES (67401,'Salina','KS','38.827875','-97.615530',-6,1); -INSERT INTO zipcodes VALUES (67402,'Salina','KS','38.783590','-97.650446',-6,1); -INSERT INTO zipcodes VALUES (67410,'Abilene','KS','38.941120','-97.219730',-6,1); -INSERT INTO zipcodes VALUES (67411,'Fairview','KS','37.872226','-97.005915',-6,1); -INSERT INTO zipcodes VALUES (67416,'Assaria','KS','38.674468','-97.598110',-6,1); -INSERT INTO zipcodes VALUES (67417,'Aurora','KS','39.433975','-97.545880',-6,1); -INSERT INTO zipcodes VALUES (67418,'Barnard','KS','39.188710','-98.046150',-6,1); -INSERT INTO zipcodes VALUES (67419,'Union','KS','38.362379','-97.944818',-6,1); -INSERT INTO zipcodes VALUES (67420,'Beloit','KS','39.440546','-98.077360',-6,1); -INSERT INTO zipcodes VALUES (67422,'Bennington','KS','39.034070','-97.589430',-6,1); -INSERT INTO zipcodes VALUES (67423,'Beverly','KS','38.980027','-97.979210',-6,1); -INSERT INTO zipcodes VALUES (67425,'Brookville','KS','38.813761','-97.928600',-6,1); -INSERT INTO zipcodes VALUES (67427,'Bushton','KS','38.509780','-98.396380',-6,1); -INSERT INTO zipcodes VALUES (67428,'Canton','KS','38.369576','-97.417890',-6,1); -INSERT INTO zipcodes VALUES (67430,'Cawker City','KS','39.520894','-98.437680',-6,1); -INSERT INTO zipcodes VALUES (67431,'Chapman','KS','38.959448','-97.014250',-6,1); -INSERT INTO zipcodes VALUES (67432,'Clay Center','KS','39.341513','-97.155200',-6,1); -INSERT INTO zipcodes VALUES (67435,'Sedan','KS','37.125692','-96.190914',-6,1); -INSERT INTO zipcodes VALUES (67436,'Delphos','KS','39.267950','-97.737980',-6,1); -INSERT INTO zipcodes VALUES (67437,'Downs','KS','39.503570','-98.555910',-6,1); -INSERT INTO zipcodes VALUES (67438,'Durham','KS','38.499781','-97.271140',-6,1); -INSERT INTO zipcodes VALUES (67439,'Ellsworth','KS','38.744056','-98.227290',-6,1); -INSERT INTO zipcodes VALUES (67441,'Enterprise','KS','38.894257','-97.113910',-6,1); -INSERT INTO zipcodes VALUES (67442,'Falun','KS','38.660286','-97.750050',-6,1); -INSERT INTO zipcodes VALUES (67443,'Galva','KS','38.372202','-97.532290',-6,1); -INSERT INTO zipcodes VALUES (67444,'Geneseo','KS','38.527035','-98.139200',-6,1); -INSERT INTO zipcodes VALUES (67445,'Glasco','KS','39.367111','-97.826340',-6,1); -INSERT INTO zipcodes VALUES (67446,'Glen Elder','KS','39.503154','-98.303100',-6,1); -INSERT INTO zipcodes VALUES (67447,'Green','KS','39.475173','-96.991370',-6,1); -INSERT INTO zipcodes VALUES (67448,'Gypsum','KS','38.657542','-97.400050',-6,1); -INSERT INTO zipcodes VALUES (67449,'Herington','KS','38.677306','-96.921290',-6,1); -INSERT INTO zipcodes VALUES (67450,'Holyrood','KS','38.616160','-98.431040',-6,1); -INSERT INTO zipcodes VALUES (67451,'Hope','KS','38.689794','-97.120050',-6,1); -INSERT INTO zipcodes VALUES (67452,'Hunter','KS','39.229204','-98.384550',-6,1); -INSERT INTO zipcodes VALUES (67454,'Kanopolis','KS','38.703443','-98.137310',-6,1); -INSERT INTO zipcodes VALUES (67455,'Lincoln','KS','39.034792','-98.175770',-6,1); -INSERT INTO zipcodes VALUES (67456,'Lindsborg','KS','38.590743','-97.671560',-6,1); -INSERT INTO zipcodes VALUES (67457,'Little River','KS','38.401980','-98.006260',-6,1); -INSERT INTO zipcodes VALUES (67458,'Longford','KS','39.171661','-97.305940',-6,1); -INSERT INTO zipcodes VALUES (67459,'Lorraine','KS','38.575040','-98.336750',-6,1); -INSERT INTO zipcodes VALUES (67460,'Mcpherson','KS','38.367298','-97.677190',-6,1); -INSERT INTO zipcodes VALUES (67464,'Marquette','KS','38.590489','-97.895120',-6,1); -INSERT INTO zipcodes VALUES (67466,'Miltonvale','KS','39.342965','-97.471760',-6,1); -INSERT INTO zipcodes VALUES (67467,'Minneapolis','KS','39.131275','-97.707940',-6,1); -INSERT INTO zipcodes VALUES (67468,'Morganville','KS','39.459244','-97.225250',-6,1); -INSERT INTO zipcodes VALUES (67470,'New Cambria','KS','38.891137','-97.511140',-6,1); -INSERT INTO zipcodes VALUES (67472,'Chapman','KS','39.248278','-97.410025',-6,1); -INSERT INTO zipcodes VALUES (67473,'Osborne','KS','39.409385','-98.705900',-6,1); -INSERT INTO zipcodes VALUES (67474,'Portis','KS','39.579664','-98.702240',-6,1); -INSERT INTO zipcodes VALUES (67475,'Ramona','KS','38.596837','-97.052740',-6,1); -INSERT INTO zipcodes VALUES (67476,'Roxbury','KS','38.391722','-97.648402',-6,1); -INSERT INTO zipcodes VALUES (67478,'Simpson','KS','39.384449','-97.933230',-6,1); -INSERT INTO zipcodes VALUES (67479,'Smolan','KS','38.702546','-97.642827',-6,1); -INSERT INTO zipcodes VALUES (67480,'Solomon','KS','38.950725','-97.399240',-6,1); -INSERT INTO zipcodes VALUES (67481,'Sylvan Grove','KS','39.023406','-98.401650',-6,1); -INSERT INTO zipcodes VALUES (67482,'Talmage','KS','39.027261','-97.259170',-6,1); -INSERT INTO zipcodes VALUES (67483,'Tampa','KS','38.538684','-97.159470',-6,1); -INSERT INTO zipcodes VALUES (67484,'Tescott','KS','38.998387','-97.832610',-6,1); -INSERT INTO zipcodes VALUES (67485,'Tipton','KS','39.320710','-98.502940',-6,1); -INSERT INTO zipcodes VALUES (67487,'Wakefield','KS','39.180886','-97.045130',-6,1); -INSERT INTO zipcodes VALUES (67488,'Durham','KS','39.188023','-97.435986',-6,1); -INSERT INTO zipcodes VALUES (67490,'Wilson','KS','38.817788','-98.449720',-6,1); -INSERT INTO zipcodes VALUES (67491,'Windom','KS','38.367098','-97.899770',-6,1); -INSERT INTO zipcodes VALUES (67492,'Woodbine','KS','38.807138','-96.956800',-6,1); -INSERT INTO zipcodes VALUES (67495,'Tipton','KS','39.339801','-98.470661',-6,1); -INSERT INTO zipcodes VALUES (67501,'Hutchinson','KS','38.034292','-97.923820',-6,1); -INSERT INTO zipcodes VALUES (67502,'Hutchinson','KS','38.094945','-97.929000',-6,1); -INSERT INTO zipcodes VALUES (67504,'Hutchinson','KS','37.953219','-98.085924',-6,1); -INSERT INTO zipcodes VALUES (67505,'South Hutchinson','KS','38.027185','-97.939760',-6,1); -INSERT INTO zipcodes VALUES (67510,'Abbyville','KS','37.992099','-98.224790',-6,1); -INSERT INTO zipcodes VALUES (67511,'Albert','KS','38.442368','-99.041950',-6,1); -INSERT INTO zipcodes VALUES (67512,'Alden','KS','38.238827','-98.319570',-6,1); -INSERT INTO zipcodes VALUES (67513,'Alexander','KS','38.446509','-99.539060',-6,1); -INSERT INTO zipcodes VALUES (67514,'Arlington','KS','37.876541','-98.187570',-6,1); -INSERT INTO zipcodes VALUES (67515,'Arnold','KS','38.674455','-100.055320',-6,1); -INSERT INTO zipcodes VALUES (67516,'Bazine','KS','38.400425','-99.686990',-6,1); -INSERT INTO zipcodes VALUES (67518,'Beeler','KS','38.427837','-100.168110',-6,1); -INSERT INTO zipcodes VALUES (67519,'Belpre','KS','37.947324','-99.100170',-6,1); -INSERT INTO zipcodes VALUES (67520,'Bison','KS','38.573848','-99.189430',-6,1); -INSERT INTO zipcodes VALUES (67521,'Brownell','KS','38.618706','-99.748650',-6,1); -INSERT INTO zipcodes VALUES (67522,'Buhler','KS','38.122234','-97.748430',-6,1); -INSERT INTO zipcodes VALUES (67523,'Burdett','KS','38.200452','-99.543140',-6,1); -INSERT INTO zipcodes VALUES (67524,'Chase','KS','38.360414','-98.373970',-6,1); -INSERT INTO zipcodes VALUES (67525,'Claflin','KS','38.555566','-98.563090',-6,1); -INSERT INTO zipcodes VALUES (67526,'Ellinwood','KS','38.347872','-98.562050',-6,1); -INSERT INTO zipcodes VALUES (67529,'Garfield','KS','38.070818','-99.247700',-6,1); -INSERT INTO zipcodes VALUES (67530,'Great Bend','KS','38.363151','-98.784950',-6,1); -INSERT INTO zipcodes VALUES (67543,'Haven','KS','37.898787','-97.791010',-6,1); -INSERT INTO zipcodes VALUES (67544,'Hoisington','KS','38.562172','-98.766470',-6,1); -INSERT INTO zipcodes VALUES (67545,'Hudson','KS','38.151410','-98.647320',-6,1); -INSERT INTO zipcodes VALUES (67546,'Inman','KS','38.224457','-97.803210',-6,1); -INSERT INTO zipcodes VALUES (67547,'Kinsley','KS','37.918313','-99.431340',-6,1); -INSERT INTO zipcodes VALUES (67548,'La Crosse','KS','38.560733','-99.319300',-6,1); -INSERT INTO zipcodes VALUES (67550,'Larned','KS','38.179418','-99.127570',-6,1); -INSERT INTO zipcodes VALUES (67552,'Lewis','KS','37.876262','-99.232290',-6,1); -INSERT INTO zipcodes VALUES (67553,'Liebenthal','KS','38.654948','-99.320620',-6,1); -INSERT INTO zipcodes VALUES (67554,'Lyons','KS','38.356474','-98.202500',-6,1); -INSERT INTO zipcodes VALUES (67556,'McCracken','KS','38.589291','-99.522310',-6,1); -INSERT INTO zipcodes VALUES (67557,'Macksville','KS','37.934689','-98.958610',-6,1); -INSERT INTO zipcodes VALUES (67559,'Nekoma','KS','38.414730','-99.446810',-6,1); -INSERT INTO zipcodes VALUES (67560,'Ness City','KS','38.443723','-99.926220',-6,1); -INSERT INTO zipcodes VALUES (67561,'Nickerson','KS','38.137119','-98.088470',-6,1); -INSERT INTO zipcodes VALUES (67563,'Offerle','KS','37.861674','-99.560690',-6,1); -INSERT INTO zipcodes VALUES (67564,'Olmitz','KS','38.526757','-98.932280',-6,1); -INSERT INTO zipcodes VALUES (67565,'Otis','KS','38.587486','-99.042060',-6,1); -INSERT INTO zipcodes VALUES (67566,'Partridge','KS','37.953609','-98.102910',-6,1); -INSERT INTO zipcodes VALUES (67567,'Pawnee Rock','KS','38.262021','-98.978560',-6,1); -INSERT INTO zipcodes VALUES (67568,'Plevna','KS','38.006382','-98.316570',-6,1); -INSERT INTO zipcodes VALUES (67570,'Pretty Prairie','KS','37.784834','-97.982310',-6,1); -INSERT INTO zipcodes VALUES (67572,'Ransom','KS','38.660733','-99.905980',-6,1); -INSERT INTO zipcodes VALUES (67573,'Raymond','KS','38.278487','-98.416720',-6,1); -INSERT INTO zipcodes VALUES (67574,'Rozel','KS','38.193997','-99.403310',-6,1); -INSERT INTO zipcodes VALUES (67575,'Rush Center','KS','38.445884','-99.262980',-6,1); -INSERT INTO zipcodes VALUES (67576,'Saint John','KS','38.014216','-98.794870',-6,1); -INSERT INTO zipcodes VALUES (67578,'Stafford','KS','37.976752','-98.591260',-6,1); -INSERT INTO zipcodes VALUES (67579,'Sterling','KS','38.197840','-98.202220',-6,1); -INSERT INTO zipcodes VALUES (67581,'Sylvia','KS','37.967166','-98.413030',-6,1); -INSERT INTO zipcodes VALUES (67583,'Turon','KS','37.804591','-98.456170',-6,1); -INSERT INTO zipcodes VALUES (67584,'Utica','KS','38.669493','-100.192510',-6,1); -INSERT INTO zipcodes VALUES (67585,'Yoder','KS','37.941190','-97.871147',-6,1); -INSERT INTO zipcodes VALUES (67601,'Hays','KS','38.881082','-99.325590',-6,1); -INSERT INTO zipcodes VALUES (67621,'Agra','KS','39.792611','-99.132290',-6,1); -INSERT INTO zipcodes VALUES (67622,'Almena','KS','39.891365','-99.724710',-6,1); -INSERT INTO zipcodes VALUES (67623,'Alton','KS','39.461403','-98.957570',-6,1); -INSERT INTO zipcodes VALUES (67625,'Bogue','KS','39.360896','-99.685590',-6,1); -INSERT INTO zipcodes VALUES (67626,'Bunker Hill','KS','38.869130','-98.709040',-6,1); -INSERT INTO zipcodes VALUES (67627,'Catharine','KS','38.927648','-99.216051',-6,1); -INSERT INTO zipcodes VALUES (67628,'Cedar','KS','39.647706','-98.968370',-6,1); -INSERT INTO zipcodes VALUES (67629,'Clayton','KS','39.707176','-100.175440',-6,1); -INSERT INTO zipcodes VALUES (67630,'Belleville','KS','37.097273','-96.100176',-6,1); -INSERT INTO zipcodes VALUES (67631,'Collyer','KS','39.028141','-100.087220',-6,1); -INSERT INTO zipcodes VALUES (67632,'Damar','KS','39.336054','-99.607490',-6,1); -INSERT INTO zipcodes VALUES (67634,'Dorrance','KS','38.834958','-98.604260',-6,1); -INSERT INTO zipcodes VALUES (67635,'Dresden','KS','39.610945','-100.451290',-6,1); -INSERT INTO zipcodes VALUES (67637,'Ellis','KS','38.933306','-99.601350',-6,1); -INSERT INTO zipcodes VALUES (67638,'Gaylord','KS','39.640967','-98.845280',-6,1); -INSERT INTO zipcodes VALUES (67639,'Glade','KS','39.652794','-99.307120',-6,1); -INSERT INTO zipcodes VALUES (67640,'Gorham','KS','38.878181','-99.034320',-6,1); -INSERT INTO zipcodes VALUES (67642,'Hill City','KS','39.360338','-99.845600',-6,1); -INSERT INTO zipcodes VALUES (67643,'Jennings','KS','39.676204','-100.293310',-6,1); -INSERT INTO zipcodes VALUES (67644,'Kirwin','KS','39.644576','-99.143700',-6,1); -INSERT INTO zipcodes VALUES (67645,'Lenora','KS','39.609655','-99.919040',-6,1); -INSERT INTO zipcodes VALUES (67646,'Logan','KS','39.655730','-99.590940',-6,1); -INSERT INTO zipcodes VALUES (67647,'Long Island','KS','39.947283','-99.534670',-6,1); -INSERT INTO zipcodes VALUES (67648,'Lucas','KS','39.059815','-98.556130',-6,1); -INSERT INTO zipcodes VALUES (67649,'Luray','KS','39.120158','-98.691820',-6,1); -INSERT INTO zipcodes VALUES (67650,'Morland','KS','39.359896','-100.085180',-6,1); -INSERT INTO zipcodes VALUES (67651,'Natoma','KS','39.202987','-99.040180',-6,1); -INSERT INTO zipcodes VALUES (67653,'Norcatur','KS','39.907372','-100.207320',-6,1); -INSERT INTO zipcodes VALUES (67654,'Norton','KS','39.822766','-99.932880',-6,1); -INSERT INTO zipcodes VALUES (67656,'Ogallah','KS','38.989828','-99.751440',-6,1); -INSERT INTO zipcodes VALUES (67657,'Palco','KS','39.227420','-99.614880',-6,1); -INSERT INTO zipcodes VALUES (67658,'Paradise','KS','39.118835','-98.915170',-6,1); -INSERT INTO zipcodes VALUES (67659,'Penokee','KS','39.301053','-99.987550',-6,1); -INSERT INTO zipcodes VALUES (67660,'Pfeifer','KS','38.704467','-99.181500',-6,1); -INSERT INTO zipcodes VALUES (67661,'Phillipsburg','KS','39.799834','-99.328520',-6,1); -INSERT INTO zipcodes VALUES (67663,'Plainville','KS','39.212784','-99.316880',-6,1); -INSERT INTO zipcodes VALUES (67664,'Prairie View','KS','39.823946','-99.560020',-6,1); -INSERT INTO zipcodes VALUES (67665,'Russell','KS','38.866551','-98.867200',-6,1); -INSERT INTO zipcodes VALUES (67666,'Towanda','KS','39.684032','-99.598374',-6,1); -INSERT INTO zipcodes VALUES (67667,'Schoenchen','KS','38.711024','-99.331170',-6,1); -INSERT INTO zipcodes VALUES (67669,'Stockton','KS','39.436461','-99.325780',-6,1); -INSERT INTO zipcodes VALUES (67670,'Stuttgart','KS','39.799148','-99.454940',-6,1); -INSERT INTO zipcodes VALUES (67671,'Victoria','KS','38.861194','-99.150470',-6,1); -INSERT INTO zipcodes VALUES (67672,'Wa Keeney','KS','39.015522','-99.899440',-6,1); -INSERT INTO zipcodes VALUES (67673,'Waldo','KS','39.166845','-98.797620',-6,1); -INSERT INTO zipcodes VALUES (67674,'Walker','KS','38.868064','-99.078860',-6,1); -INSERT INTO zipcodes VALUES (67675,'Woodston','KS','39.450984','-99.091190',-6,1); -INSERT INTO zipcodes VALUES (67701,'Colby','KS','39.394701','-101.044850',-6,1); -INSERT INTO zipcodes VALUES (67730,'Atwood','KS','39.810204','-101.110900',-6,1); -INSERT INTO zipcodes VALUES (67731,'Bird City','KS','39.758864','-101.544480',-6,1); -INSERT INTO zipcodes VALUES (67732,'Brewster','KS','39.424782','-101.353300',-6,1); -INSERT INTO zipcodes VALUES (67733,'Edson','KS','39.356075','-101.512270',-7,1); -INSERT INTO zipcodes VALUES (67734,'Gem','KS','39.488765','-100.897550',-6,1); -INSERT INTO zipcodes VALUES (67735,'Goodland','KS','39.332837','-101.754220',-7,1); -INSERT INTO zipcodes VALUES (67736,'Gove','KS','38.882722','-100.460850',-6,1); -INSERT INTO zipcodes VALUES (67737,'Grainfield','KS','39.117535','-100.477350',-6,1); -INSERT INTO zipcodes VALUES (67738,'Grinnell','KS','39.042757','-100.645630',-6,1); -INSERT INTO zipcodes VALUES (67739,'Herndon','KS','39.893743','-100.786870',-6,1); -INSERT INTO zipcodes VALUES (67740,'Hoxie','KS','39.356622','-100.386100',-6,1); -INSERT INTO zipcodes VALUES (67741,'Kanorado','KS','39.358034','-102.004830',-7,1); -INSERT INTO zipcodes VALUES (67743,'Levant','KS','39.406853','-101.233410',-6,1); -INSERT INTO zipcodes VALUES (67744,'Ludell','KS','39.857038','-100.938660',-6,1); -INSERT INTO zipcodes VALUES (67745,'McDonald','KS','39.792736','-101.363320',-6,1); -INSERT INTO zipcodes VALUES (67747,'Monument','KS','39.071265','-101.044880',-6,1); -INSERT INTO zipcodes VALUES (67748,'Oakley','KS','39.113290','-100.839260',-6,1); -INSERT INTO zipcodes VALUES (67749,'Oberlin','KS','39.832075','-100.538720',-6,1); -INSERT INTO zipcodes VALUES (67751,'Park','KS','39.116982','-100.356560',-6,1); -INSERT INTO zipcodes VALUES (67752,'Quinter','KS','39.038252','-100.232200',-6,1); -INSERT INTO zipcodes VALUES (67753,'Rexford','KS','39.405440','-100.748750',-6,1); -INSERT INTO zipcodes VALUES (67756,'Saint Francis','KS','39.773872','-101.821670',-6,1); -INSERT INTO zipcodes VALUES (67757,'Selden','KS','39.534756','-100.599540',-6,1); -INSERT INTO zipcodes VALUES (67758,'Sharon Springs','KS','38.865428','-101.735750',-7,1); -INSERT INTO zipcodes VALUES (67761,'Wallace','KS','38.912898','-101.509370',-7,1); -INSERT INTO zipcodes VALUES (67762,'Weskan','KS','38.930464','-101.990840',-7,1); -INSERT INTO zipcodes VALUES (67764,'Winona','KS','38.942421','-101.206030',-6,1); -INSERT INTO zipcodes VALUES (67801,'Dodge City','KS','37.755267','-100.026320',-6,1); -INSERT INTO zipcodes VALUES (67831,'Ashland','KS','37.196075','-99.776620',-6,1); -INSERT INTO zipcodes VALUES (67834,'Bucklin','KS','37.523175','-99.634350',-6,1); -INSERT INTO zipcodes VALUES (67835,'Cimarron','KS','37.848990','-100.328110',-6,1); -INSERT INTO zipcodes VALUES (67836,'Coolidge','KS','38.043992','-102.008320',-7,1); -INSERT INTO zipcodes VALUES (67837,'Copeland','KS','37.554849','-100.675140',-6,1); -INSERT INTO zipcodes VALUES (67838,'Deerfield','KS','38.039676','-101.125710',-6,1); -INSERT INTO zipcodes VALUES (67839,'Dighton','KS','38.514924','-100.437760',-6,1); -INSERT INTO zipcodes VALUES (67840,'Englewood','KS','37.040749','-99.989030',-6,1); -INSERT INTO zipcodes VALUES (67841,'Ensign','KS','37.629346','-100.227040',-6,1); -INSERT INTO zipcodes VALUES (67842,'Ford','KS','37.549041','-99.748690',-6,1); -INSERT INTO zipcodes VALUES (67844,'Fowler','KS','37.401983','-100.207300',-6,1); -INSERT INTO zipcodes VALUES (67845,'Bloom','KS','39.296417','-98.524566',-6,1); -INSERT INTO zipcodes VALUES (67846,'Garden City','KS','37.976008','-100.825030',-6,1); -INSERT INTO zipcodes VALUES (67849,'Hanston','KS','38.134219','-99.738530',-6,1); -INSERT INTO zipcodes VALUES (67850,'Healy','KS','38.591591','-100.623020',-6,1); -INSERT INTO zipcodes VALUES (67851,'Holcomb','KS','38.089121','-101.015350',-6,1); -INSERT INTO zipcodes VALUES (67852,'Holcomb','KS','37.989353','-100.993268',-6,1); -INSERT INTO zipcodes VALUES (67853,'Ingalls','KS','37.842421','-100.497960',-6,1); -INSERT INTO zipcodes VALUES (67854,'Jetmore','KS','38.080626','-99.967010',-6,1); -INSERT INTO zipcodes VALUES (67855,'Johnson','KS','37.557733','-101.680740',-6,1); -INSERT INTO zipcodes VALUES (67856,'Garfield','KS','38.140691','-100.415419',-6,1); -INSERT INTO zipcodes VALUES (67857,'Kendall','KS','37.974098','-101.532500',-6,1); -INSERT INTO zipcodes VALUES (67858,'Sodville','KS','37.513348','-99.692418',-6,1); -INSERT INTO zipcodes VALUES (67859,'Kismet','KS','37.235210','-100.752080',-6,1); -INSERT INTO zipcodes VALUES (67860,'Lakin','KS','37.995238','-101.272200',-6,1); -INSERT INTO zipcodes VALUES (67861,'Leoti','KS','38.503037','-101.395360',-6,1); -INSERT INTO zipcodes VALUES (67862,'Manter','KS','37.585473','-101.911570',-6,1); -INSERT INTO zipcodes VALUES (67863,'Marienthal','KS','38.551037','-101.220870',-6,1); -INSERT INTO zipcodes VALUES (67864,'Meade','KS','37.213130','-100.344640',-6,1); -INSERT INTO zipcodes VALUES (67865,'Minneola','KS','37.394383','-99.967230',-6,1); -INSERT INTO zipcodes VALUES (67867,'Montezuma','KS','37.586422','-100.462280',-6,1); -INSERT INTO zipcodes VALUES (67868,'Pierceville','KS','37.881899','-100.678490',-6,1); -INSERT INTO zipcodes VALUES (67869,'Plains','KS','37.257151','-100.581890',-6,1); -INSERT INTO zipcodes VALUES (67870,'Satanta','KS','37.496762','-101.007750',-6,1); -INSERT INTO zipcodes VALUES (67871,'Scott City','KS','38.484610','-100.934760',-6,1); -INSERT INTO zipcodes VALUES (67876,'Spearville','KS','37.845029','-99.725780',-6,1); -INSERT INTO zipcodes VALUES (67877,'Sublette','KS','37.525821','-100.843910',-6,1); -INSERT INTO zipcodes VALUES (67878,'Syracuse','KS','38.022874','-101.807810',-7,1); -INSERT INTO zipcodes VALUES (67879,'Tribune','KS','38.478369','-101.787100',-7,1); -INSERT INTO zipcodes VALUES (67880,'Ulysses','KS','37.569601','-101.332680',-6,1); -INSERT INTO zipcodes VALUES (67882,'Wright','KS','37.805301','-99.880210',-6,1); -INSERT INTO zipcodes VALUES (67901,'Liberal','KS','37.067979','-100.928130',-6,1); -INSERT INTO zipcodes VALUES (67905,'Liberal','KS','37.021641','-100.938049',-6,1); -INSERT INTO zipcodes VALUES (67938,'Colfax','KS','39.430420','-97.462993',-6,1); -INSERT INTO zipcodes VALUES (67950,'Elkhart','KS','37.011254','-101.888930',-6,1); -INSERT INTO zipcodes VALUES (67951,'Hugoton','KS','37.185269','-101.349000',-6,1); -INSERT INTO zipcodes VALUES (67952,'Moscow','KS','37.307550','-101.185410',-6,1); -INSERT INTO zipcodes VALUES (67953,'Richfield','KS','37.236060','-101.836810',-6,1); -INSERT INTO zipcodes VALUES (67954,'Rolla','KS','37.163412','-101.619090',-6,1); -INSERT INTO zipcodes VALUES (68001,'Abie','NE','41.334744','-96.949650',-6,1); -INSERT INTO zipcodes VALUES (68002,'Arlington','NE','41.475020','-96.344460',-6,1); -INSERT INTO zipcodes VALUES (68003,'Ashland','NE','41.068476','-96.381890',-6,1); -INSERT INTO zipcodes VALUES (68004,'Bancroft','NE','42.009508','-96.623130',-6,1); -INSERT INTO zipcodes VALUES (68005,'Bellevue','NE','41.146848','-95.907960',-6,1); -INSERT INTO zipcodes VALUES (68007,'Bennington','NE','41.367530','-96.172690',-6,1); -INSERT INTO zipcodes VALUES (68008,'Blair','NE','41.538439','-96.149650',-6,1); -INSERT INTO zipcodes VALUES (68009,'Blair','NE','41.538270','-96.182295',-6,1); -INSERT INTO zipcodes VALUES (68010,'Boys Town','NE','41.259730','-96.128330',-6,1); -INSERT INTO zipcodes VALUES (68014,'Bruno','NE','41.282160','-96.959400',-6,1); -INSERT INTO zipcodes VALUES (68015,'Cedar Bluffs','NE','41.386373','-96.649860',-6,1); -INSERT INTO zipcodes VALUES (68016,'Cedar Creek','NE','41.036640','-96.108840',-6,1); -INSERT INTO zipcodes VALUES (68017,'Ceresco','NE','41.064961','-96.649530',-6,1); -INSERT INTO zipcodes VALUES (68018,'Colon','NE','41.309443','-96.616790',-6,1); -INSERT INTO zipcodes VALUES (68019,'Craig','NE','41.761217','-96.374070',-6,1); -INSERT INTO zipcodes VALUES (68020,'Decatur','NE','41.988034','-96.265450',-6,1); -INSERT INTO zipcodes VALUES (68022,'Elkhorn','NE','41.274881','-96.245650',-6,1); -INSERT INTO zipcodes VALUES (68023,'Fort Calhoun','NE','41.463418','-96.027770',-6,1); -INSERT INTO zipcodes VALUES (68025,'Fremont','NE','41.434796','-96.488690',-6,1); -INSERT INTO zipcodes VALUES (68026,'Fremont','NE','41.567907','-96.617443',-6,1); -INSERT INTO zipcodes VALUES (68028,'Gretna','NE','41.118694','-96.255350',-6,1); -INSERT INTO zipcodes VALUES (68029,'Herman','NE','41.665663','-96.258660',-6,1); -INSERT INTO zipcodes VALUES (68030,'Homer','NE','42.326727','-96.484750',-6,1); -INSERT INTO zipcodes VALUES (68031,'Hooper','NE','41.623070','-96.551720',-6,1); -INSERT INTO zipcodes VALUES (68032,'Linwood','NE','41.344868','-96.964345',-6,1); -INSERT INTO zipcodes VALUES (68033,'Ithaca','NE','41.134234','-96.531500',-6,1); -INSERT INTO zipcodes VALUES (68034,'Kennard','NE','41.465023','-96.212300',-6,1); -INSERT INTO zipcodes VALUES (68035,'Leshara','NE','41.330124','-96.428990',-6,1); -INSERT INTO zipcodes VALUES (68036,'Linwood','NE','41.391914','-96.960360',-6,1); -INSERT INTO zipcodes VALUES (68037,'Louisville','NE','40.992426','-96.148410',-6,1); -INSERT INTO zipcodes VALUES (68038,'Lyons','NE','41.948587','-96.453590',-6,1); -INSERT INTO zipcodes VALUES (68039,'Macy','NE','42.110959','-96.339300',-6,1); -INSERT INTO zipcodes VALUES (68040,'Malmo','NE','41.285973','-96.739510',-6,1); -INSERT INTO zipcodes VALUES (68041,'Mead','NE','41.220910','-96.477190',-6,1); -INSERT INTO zipcodes VALUES (68042,'Memphis','NE','41.095604','-96.431680',-6,1); -INSERT INTO zipcodes VALUES (68044,'Nickerson','NE','41.536080','-96.449990',-6,1); -INSERT INTO zipcodes VALUES (68045,'Oakland','NE','41.830827','-96.494440',-6,1); -INSERT INTO zipcodes VALUES (68046,'Papillion','NE','41.151899','-96.044840',-6,1); -INSERT INTO zipcodes VALUES (68047,'Pender','NE','42.112028','-96.730930',-6,1); -INSERT INTO zipcodes VALUES (68048,'Plattsmouth','NE','40.999245','-95.915890',-6,1); -INSERT INTO zipcodes VALUES (68050,'Prague','NE','41.309115','-96.835060',-6,1); -INSERT INTO zipcodes VALUES (68054,'Richfield','NE','41.108443','-96.074520',-6,1); -INSERT INTO zipcodes VALUES (68055,'Rosalie','NE','42.053783','-96.505360',-6,1); -INSERT INTO zipcodes VALUES (68056,'St Columbans','NE','41.092703','-96.090546',-6,1); -INSERT INTO zipcodes VALUES (68057,'Scribner','NE','41.653831','-96.708000',-6,1); -INSERT INTO zipcodes VALUES (68058,'South Bend','NE','41.003188','-96.245290',-6,1); -INSERT INTO zipcodes VALUES (68059,'Springfield','NE','41.074548','-96.156350',-6,1); -INSERT INTO zipcodes VALUES (68061,'Tekamah','NE','41.783203','-96.215770',-6,1); -INSERT INTO zipcodes VALUES (68062,'Thurston','NE','42.187938','-96.677470',-6,1); -INSERT INTO zipcodes VALUES (68063,'Uehling','NE','41.733433','-96.504540',-6,1); -INSERT INTO zipcodes VALUES (68064,'Valley','NE','41.328149','-96.339600',-6,1); -INSERT INTO zipcodes VALUES (68065,'Valparaiso','NE','41.077766','-96.845860',-6,1); -INSERT INTO zipcodes VALUES (68066,'Wahoo','NE','41.199626','-96.622600',-6,1); -INSERT INTO zipcodes VALUES (68067,'Walthill','NE','42.148163','-96.482760',-6,1); -INSERT INTO zipcodes VALUES (68068,'Washington','NE','41.396848','-96.207590',-6,1); -INSERT INTO zipcodes VALUES (68069,'Waterloo','NE','41.255649','-96.301950',-6,1); -INSERT INTO zipcodes VALUES (68070,'Weston','NE','41.200338','-96.783590',-6,1); -INSERT INTO zipcodes VALUES (68071,'Winnebago','NE','42.232805','-96.488680',-6,1); -INSERT INTO zipcodes VALUES (68072,'Winslow','NE','41.610230','-96.503281',-6,1); -INSERT INTO zipcodes VALUES (68073,'Yutan','NE','41.249536','-96.402580',-6,1); -INSERT INTO zipcodes VALUES (68101,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68102,'Omaha','NE','41.260566','-95.936200',-6,1); -INSERT INTO zipcodes VALUES (68103,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68104,'Omaha','NE','41.292445','-96.000600',-6,1); -INSERT INTO zipcodes VALUES (68105,'Omaha','NE','41.240854','-95.963830',-6,1); -INSERT INTO zipcodes VALUES (68106,'Omaha','NE','41.242313','-95.998970',-6,1); -INSERT INTO zipcodes VALUES (68107,'Omaha','NE','41.205198','-95.955390',-6,1); -INSERT INTO zipcodes VALUES (68108,'Omaha','NE','41.240562','-95.933530',-6,1); -INSERT INTO zipcodes VALUES (68109,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68110,'Omaha','NE','41.292321','-95.934270',-6,1); -INSERT INTO zipcodes VALUES (68111,'Omaha','NE','41.294547','-95.964340',-6,1); -INSERT INTO zipcodes VALUES (68112,'Omaha','NE','41.334947','-95.959240',-6,1); -INSERT INTO zipcodes VALUES (68113,'Offutt A F B','NE','41.127805','-95.906490',-6,1); -INSERT INTO zipcodes VALUES (68114,'Omaha','NE','41.264531','-96.047980',-6,1); -INSERT INTO zipcodes VALUES (68116,'Omaha','NE','41.294069','-96.153520',-6,1); -INSERT INTO zipcodes VALUES (68117,'Omaha','NE','41.208364','-95.996750',-6,1); -INSERT INTO zipcodes VALUES (68118,'Omaha','NE','41.263194','-96.171080',-6,1); -INSERT INTO zipcodes VALUES (68119,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68120,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68122,'Omaha','NE','41.348081','-96.046090',-6,1); -INSERT INTO zipcodes VALUES (68123,'Bellevue','NE','41.117337','-95.951260',-6,1); -INSERT INTO zipcodes VALUES (68124,'Omaha','NE','41.235064','-96.050730',-6,1); -INSERT INTO zipcodes VALUES (68127,'Omaha','NE','41.203029','-96.050090',-6,1); -INSERT INTO zipcodes VALUES (68128,'La Vista','NE','41.183458','-96.053180',-6,1); -INSERT INTO zipcodes VALUES (68130,'Omaha','NE','41.240036','-96.180170',-6,1); -INSERT INTO zipcodes VALUES (68131,'Omaha','NE','41.264418','-95.963830',-6,1); -INSERT INTO zipcodes VALUES (68132,'Omaha','NE','41.265650','-95.997410',-6,1); -INSERT INTO zipcodes VALUES (68133,'Papillion','NE','41.144085','-96.005470',-6,1); -INSERT INTO zipcodes VALUES (68134,'Omaha','NE','41.296748','-96.051810',-6,1); -INSERT INTO zipcodes VALUES (68135,'Omaha','NE','41.203791','-96.178620',-6,1); -INSERT INTO zipcodes VALUES (68136,'Omaha','NE','41.177298','-96.186620',-6,1); -INSERT INTO zipcodes VALUES (68137,'Omaha','NE','41.204631','-96.121080',-6,1); -INSERT INTO zipcodes VALUES (68138,'Omaha','NE','41.175935','-96.133940',-6,1); -INSERT INTO zipcodes VALUES (68139,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68142,'Omaha','NE','41.365763','-96.106080',-6,1); -INSERT INTO zipcodes VALUES (68144,'Omaha','NE','41.235248','-96.115050',-6,1); -INSERT INTO zipcodes VALUES (68145,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68147,'Bellevue','NE','41.179338','-95.955920',-6,1); -INSERT INTO zipcodes VALUES (68152,'Omaha','NE','41.344394','-96.000770',-6,1); -INSERT INTO zipcodes VALUES (68154,'Omaha','NE','41.264952','-96.114220',-6,1); -INSERT INTO zipcodes VALUES (68155,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68157,'Omaha','NE','41.182198','-95.990580',-6,1); -INSERT INTO zipcodes VALUES (68164,'Omaha','NE','41.296198','-96.110270',-6,1); -INSERT INTO zipcodes VALUES (68172,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68175,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68176,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68178,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68179,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68180,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68181,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68182,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68183,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68198,'Omaha','NE','41.291736','-96.171104',-6,1); -INSERT INTO zipcodes VALUES (68226,'Central City','NE','41.120440','-97.992289',-6,1); -INSERT INTO zipcodes VALUES (68278,'Omaha','NE','41.264333','-95.946368',-6,1); -INSERT INTO zipcodes VALUES (68301,'Adams','NE','40.472055','-96.526370',-6,1); -INSERT INTO zipcodes VALUES (68303,'Alexandria','NE','40.247793','-97.411640',-6,1); -INSERT INTO zipcodes VALUES (68304,'Alvo','NE','40.874192','-96.388420',-6,1); -INSERT INTO zipcodes VALUES (68305,'Auburn','NE','40.376356','-95.844220',-6,1); -INSERT INTO zipcodes VALUES (68307,'Avoca','NE','40.789284','-96.130680',-6,1); -INSERT INTO zipcodes VALUES (68309,'Barneston','NE','40.048634','-96.573260',-6,1); -INSERT INTO zipcodes VALUES (68310,'Beatrice','NE','40.264193','-96.746040',-6,1); -INSERT INTO zipcodes VALUES (68313,'Beaver Crossing','NE','40.781788','-97.268490',-6,1); -INSERT INTO zipcodes VALUES (68314,'Bee','NE','41.009984','-97.034370',-6,1); -INSERT INTO zipcodes VALUES (68315,'Belvidere','NE','40.248038','-97.557400',-6,1); -INSERT INTO zipcodes VALUES (68316,'Benedict','NE','41.014534','-97.609670',-6,1); -INSERT INTO zipcodes VALUES (68317,'Bennet','NE','40.680749','-96.500730',-6,1); -INSERT INTO zipcodes VALUES (68318,'Blue Springs','NE','40.146010','-96.660490',-6,1); -INSERT INTO zipcodes VALUES (68319,'Bradshaw','NE','40.910954','-97.760810',-6,1); -INSERT INTO zipcodes VALUES (68320,'Brock','NE','40.487422','-95.960110',-6,1); -INSERT INTO zipcodes VALUES (68321,'Brownville','NE','40.400172','-95.696650',-6,1); -INSERT INTO zipcodes VALUES (68322,'Bruning','NE','40.328889','-97.548360',-6,1); -INSERT INTO zipcodes VALUES (68323,'Burchard','NE','40.135672','-96.354970',-6,1); -INSERT INTO zipcodes VALUES (68324,'Burr','NE','40.549923','-96.297760',-6,1); -INSERT INTO zipcodes VALUES (68325,'Byron','NE','40.042191','-97.769790',-6,1); -INSERT INTO zipcodes VALUES (68326,'Carleton','NE','40.291410','-97.681090',-6,1); -INSERT INTO zipcodes VALUES (68327,'Chester','NE','40.015959','-97.619260',-6,1); -INSERT INTO zipcodes VALUES (68328,'Clatonia','NE','40.473614','-96.845110',-6,1); -INSERT INTO zipcodes VALUES (68329,'Cook','NE','40.504820','-96.172290',-6,1); -INSERT INTO zipcodes VALUES (68330,'Cordova','NE','40.716216','-97.352200',-6,1); -INSERT INTO zipcodes VALUES (68331,'Cortland','NE','40.481866','-96.703620',-6,1); -INSERT INTO zipcodes VALUES (68332,'Crab Orchard','NE','40.327774','-96.402540',-6,1); -INSERT INTO zipcodes VALUES (68333,'Crete','NE','40.620175','-96.960990',-6,1); -INSERT INTO zipcodes VALUES (68335,'Davenport','NE','40.297350','-97.811520',-6,1); -INSERT INTO zipcodes VALUES (68336,'Davey','NE','40.965773','-96.676670',-6,1); -INSERT INTO zipcodes VALUES (68337,'Dawson','NE','40.111270','-95.838680',-6,1); -INSERT INTO zipcodes VALUES (68338,'Daykin','NE','40.327793','-97.263890',-6,1); -INSERT INTO zipcodes VALUES (68339,'Denton','NE','40.739508','-96.848730',-6,1); -INSERT INTO zipcodes VALUES (68340,'Deshler','NE','40.135651','-97.736360',-6,1); -INSERT INTO zipcodes VALUES (68341,'De Witt','NE','40.389849','-96.912290',-6,1); -INSERT INTO zipcodes VALUES (68342,'Diller','NE','40.105725','-96.934280',-6,1); -INSERT INTO zipcodes VALUES (68343,'Dorchester','NE','40.632861','-97.131390',-6,1); -INSERT INTO zipcodes VALUES (68344,'Douglas','NE','40.569850','-96.380600',-6,1); -INSERT INTO zipcodes VALUES (68345,'Du Bois','NE','40.034277','-96.020990',-6,1); -INSERT INTO zipcodes VALUES (68346,'Dunbar','NE','40.666814','-96.027960',-6,1); -INSERT INTO zipcodes VALUES (68347,'Eagle','NE','40.805678','-96.436200',-6,1); -INSERT INTO zipcodes VALUES (68348,'Elk Creek','NE','40.289859','-96.130440',-6,1); -INSERT INTO zipcodes VALUES (68349,'Elmwood','NE','40.837204','-96.295370',-6,1); -INSERT INTO zipcodes VALUES (68350,'Endicott','NE','40.061702','-97.076330',-6,1); -INSERT INTO zipcodes VALUES (68351,'Exeter','NE','40.652298','-97.436840',-6,1); -INSERT INTO zipcodes VALUES (68352,'Fairbury','NE','40.151358','-97.203740',-6,1); -INSERT INTO zipcodes VALUES (68354,'Fairmont','NE','40.633747','-97.580410',-6,1); -INSERT INTO zipcodes VALUES (68355,'Falls City','NE','40.097217','-95.586310',-6,1); -INSERT INTO zipcodes VALUES (68357,'Filley','NE','40.298643','-96.548330',-6,1); -INSERT INTO zipcodes VALUES (68358,'Firth','NE','40.533257','-96.605680',-6,1); -INSERT INTO zipcodes VALUES (68359,'Friend','NE','40.630445','-97.283050',-6,1); -INSERT INTO zipcodes VALUES (68360,'Garland','NE','40.951780','-96.967870',-6,1); -INSERT INTO zipcodes VALUES (68361,'Geneva','NE','40.516034','-97.600560',-6,1); -INSERT INTO zipcodes VALUES (68362,'Gilead','NE','40.163122','-97.428630',-6,1); -INSERT INTO zipcodes VALUES (68364,'Goehner','NE','40.832663','-97.220190',-6,1); -INSERT INTO zipcodes VALUES (68365,'Grafton','NE','40.627475','-97.724080',-6,1); -INSERT INTO zipcodes VALUES (68366,'Greenwood','NE','40.974167','-96.435550',-6,1); -INSERT INTO zipcodes VALUES (68367,'Gresham','NE','41.039370','-97.396710',-6,1); -INSERT INTO zipcodes VALUES (68368,'Hallam','NE','40.563073','-96.789140',-6,1); -INSERT INTO zipcodes VALUES (68370,'Hebron','NE','40.154291','-97.548950',-6,1); -INSERT INTO zipcodes VALUES (68371,'Henderson','NE','40.763846','-97.778560',-6,1); -INSERT INTO zipcodes VALUES (68372,'Hickman','NE','40.612736','-96.622950',-6,1); -INSERT INTO zipcodes VALUES (68374,'Holmesville','NE','40.211775','-96.642330',-6,1); -INSERT INTO zipcodes VALUES (68375,'Hubbell','NE','40.025484','-97.472650',-6,1); -INSERT INTO zipcodes VALUES (68376,'Humboldt','NE','40.172733','-95.942600',-6,1); -INSERT INTO zipcodes VALUES (68377,'Jansen','NE','40.208080','-97.024450',-6,1); -INSERT INTO zipcodes VALUES (68378,'Johnson','NE','40.394814','-96.018640',-6,1); -INSERT INTO zipcodes VALUES (68380,'Lewiston','NE','40.242528','-96.403090',-6,1); -INSERT INTO zipcodes VALUES (68381,'Liberty','NE','40.081107','-96.483800',-6,1); -INSERT INTO zipcodes VALUES (68382,'Lorton','NE','40.653589','-96.086904',-6,1); -INSERT INTO zipcodes VALUES (68401,'McCool Junction','NE','40.744844','-97.582960',-6,1); -INSERT INTO zipcodes VALUES (68402,'Malcolm','NE','40.918054','-96.848390',-6,1); -INSERT INTO zipcodes VALUES (68403,'Manley','NE','40.918749','-96.165470',-6,1); -INSERT INTO zipcodes VALUES (68404,'Martell','NE','40.617147','-96.755900',-6,1); -INSERT INTO zipcodes VALUES (68405,'Milford','NE','40.772835','-97.058410',-6,1); -INSERT INTO zipcodes VALUES (68406,'Milligan','NE','40.501404','-97.397260',-6,1); -INSERT INTO zipcodes VALUES (68407,'Murdock','NE','40.912199','-96.247290',-6,1); -INSERT INTO zipcodes VALUES (68409,'Murray','NE','40.915826','-95.936110',-6,1); -INSERT INTO zipcodes VALUES (68410,'Nebraska City','NE','40.661439','-95.870230',-6,1); -INSERT INTO zipcodes VALUES (68413,'Nehawka','NE','40.833188','-96.003150',-6,1); -INSERT INTO zipcodes VALUES (68414,'Nemaha','NE','40.321940','-95.676830',-6,1); -INSERT INTO zipcodes VALUES (68415,'Odell','NE','40.052388','-96.817610',-6,1); -INSERT INTO zipcodes VALUES (68416,'Ohiowa','NE','40.401484','-97.453670',-6,1); -INSERT INTO zipcodes VALUES (68417,'Otoe','NE','40.728493','-96.095160',-6,1); -INSERT INTO zipcodes VALUES (68418,'Palmyra','NE','40.702467','-96.384500',-6,1); -INSERT INTO zipcodes VALUES (68419,'Panama','NE','40.596093','-96.508160',-6,1); -INSERT INTO zipcodes VALUES (68420,'Pawnee City','NE','40.106605','-96.159680',-6,1); -INSERT INTO zipcodes VALUES (68421,'Peru','NE','40.488630','-95.731520',-6,1); -INSERT INTO zipcodes VALUES (68422,'Pickrell','NE','40.385662','-96.713960',-6,1); -INSERT INTO zipcodes VALUES (68423,'Pleasant Dale','NE','40.806723','-96.939310',-6,1); -INSERT INTO zipcodes VALUES (68424,'Plymouth','NE','40.298729','-97.001060',-6,1); -INSERT INTO zipcodes VALUES (68428,'Raymond','NE','40.969816','-96.823640',-6,1); -INSERT INTO zipcodes VALUES (68429,'Reynolds','NE','40.059775','-97.380646',-6,1); -INSERT INTO zipcodes VALUES (68430,'Roca','NE','40.679251','-96.665790',-6,1); -INSERT INTO zipcodes VALUES (68431,'Rulo','NE','40.056628','-95.432970',-6,1); -INSERT INTO zipcodes VALUES (68433,'Salem','NE','40.060469','-95.741810',-6,1); -INSERT INTO zipcodes VALUES (68434,'Seward','NE','40.909197','-97.112060',-6,1); -INSERT INTO zipcodes VALUES (68436,'Shickley','NE','40.430340','-97.738150',-6,1); -INSERT INTO zipcodes VALUES (68437,'Shubert','NE','40.240436','-95.639810',-6,1); -INSERT INTO zipcodes VALUES (68438,'Sprague','NE','40.626661','-96.745622',-6,1); -INSERT INTO zipcodes VALUES (68439,'Staplehurst','NE','40.996127','-97.205200',-6,1); -INSERT INTO zipcodes VALUES (68440,'Steele City','NE','40.050970','-97.030570',-6,1); -INSERT INTO zipcodes VALUES (68441,'Steinauer','NE','40.224384','-96.240720',-6,1); -INSERT INTO zipcodes VALUES (68442,'Stella','NE','40.229899','-95.775170',-6,1); -INSERT INTO zipcodes VALUES (68443,'Sterling','NE','40.450262','-96.377730',-6,1); -INSERT INTO zipcodes VALUES (68444,'Strang','NE','40.409283','-97.583910',-6,1); -INSERT INTO zipcodes VALUES (68445,'Swanton','NE','40.400494','-97.093570',-6,1); -INSERT INTO zipcodes VALUES (68446,'Syracuse','NE','40.656899','-96.182010',-6,1); -INSERT INTO zipcodes VALUES (68447,'Table Rock','NE','40.188015','-96.089780',-6,1); -INSERT INTO zipcodes VALUES (68448,'Talmage','NE','40.537185','-96.023530',-6,1); -INSERT INTO zipcodes VALUES (68450,'Tecumseh','NE','40.373895','-96.209700',-6,1); -INSERT INTO zipcodes VALUES (68452,'Ong','NE','40.394354','-97.845070',-6,1); -INSERT INTO zipcodes VALUES (68453,'Tobias','NE','40.412117','-97.330940',-6,1); -INSERT INTO zipcodes VALUES (68454,'Unadilla','NE','40.698235','-96.289130',-6,1); -INSERT INTO zipcodes VALUES (68455,'Union','NE','40.820408','-95.897140',-6,1); -INSERT INTO zipcodes VALUES (68456,'Utica','NE','40.898329','-97.320840',-6,1); -INSERT INTO zipcodes VALUES (68457,'Verdon','NE','40.152937','-95.699820',-6,1); -INSERT INTO zipcodes VALUES (68458,'Virginia','NE','40.239986','-96.491820',-6,1); -INSERT INTO zipcodes VALUES (68460,'Waco','NE','40.897974','-97.450720',-6,1); -INSERT INTO zipcodes VALUES (68461,'Walton','NE','40.764867','-96.530440',-6,1); -INSERT INTO zipcodes VALUES (68462,'Waverly','NE','40.924298','-96.525810',-6,1); -INSERT INTO zipcodes VALUES (68463,'Weeping Water','NE','40.871420','-96.141880',-6,1); -INSERT INTO zipcodes VALUES (68464,'Western','NE','40.410478','-97.207460',-6,1); -INSERT INTO zipcodes VALUES (68465,'Wilber','NE','40.487481','-96.998490',-6,1); -INSERT INTO zipcodes VALUES (68466,'Wymore','NE','40.087289','-96.653610',-6,1); -INSERT INTO zipcodes VALUES (68467,'York','NE','40.865237','-97.588840',-6,1); -INSERT INTO zipcodes VALUES (68501,'Lincoln','NE','40.865142','-96.823133',-6,1); -INSERT INTO zipcodes VALUES (68502,'Lincoln','NE','40.789051','-96.695890',-6,1); -INSERT INTO zipcodes VALUES (68503,'Lincoln','NE','40.823602','-96.675520',-6,1); -INSERT INTO zipcodes VALUES (68504,'Lincoln','NE','40.844200','-96.655630',-6,1); -INSERT INTO zipcodes VALUES (68505,'Lincoln','NE','40.826550','-96.625640',-6,1); -INSERT INTO zipcodes VALUES (68506,'Lincoln','NE','40.785557','-96.645990',-6,1); -INSERT INTO zipcodes VALUES (68507,'Lincoln','NE','40.851150','-96.629140',-6,1); -INSERT INTO zipcodes VALUES (68508,'Lincoln','NE','40.814191','-96.707440',-6,1); -INSERT INTO zipcodes VALUES (68509,'Lincoln','NE','40.784451','-96.688799',-6,1); -INSERT INTO zipcodes VALUES (68510,'Lincoln','NE','40.807106','-96.656340',-6,1); -INSERT INTO zipcodes VALUES (68512,'Lincoln','NE','40.744800','-96.695740',-6,1); -INSERT INTO zipcodes VALUES (68514,'Lincoln','NE','40.940125','-96.662138',-6,1); -INSERT INTO zipcodes VALUES (68516,'Lincoln','NE','40.749224','-96.645660',-6,1); -INSERT INTO zipcodes VALUES (68517,'Lincoln','NE','40.921850','-96.614950',-6,1); -INSERT INTO zipcodes VALUES (68520,'Lincoln','NE','40.798632','-96.590230',-6,1); -INSERT INTO zipcodes VALUES (68521,'Lincoln','NE','40.855645','-96.712980',-6,1); -INSERT INTO zipcodes VALUES (68522,'Lincoln','NE','40.790601','-96.749740',-6,1); -INSERT INTO zipcodes VALUES (68523,'Lincoln','NE','40.740529','-96.761780',-6,1); -INSERT INTO zipcodes VALUES (68524,'Lincoln','NE','40.859321','-96.795860',-6,1); -INSERT INTO zipcodes VALUES (68526,'Lincoln','NE','40.740833','-96.591220',-6,1); -INSERT INTO zipcodes VALUES (68527,'Lincoln','NE','40.849249','-96.530610',-6,1); -INSERT INTO zipcodes VALUES (68528,'Lincoln','NE','40.816765','-96.785980',-6,1); -INSERT INTO zipcodes VALUES (68529,'Lincoln','NE','40.879752','-96.779796',-6,1); -INSERT INTO zipcodes VALUES (68531,'Lincoln','NE','40.900801','-96.720143',-6,1); -INSERT INTO zipcodes VALUES (68532,'Lincoln','NE','40.796876','-96.858500',-6,1); -INSERT INTO zipcodes VALUES (68542,'Lincoln','NE','40.784451','-96.688799',-6,1); -INSERT INTO zipcodes VALUES (68544,'Lincoln','NE','40.784451','-96.688799',-6,1); -INSERT INTO zipcodes VALUES (68572,'Lincoln','NE','40.784451','-96.688799',-6,1); -INSERT INTO zipcodes VALUES (68583,'Lincoln','NE','40.784451','-96.688799',-6,1); -INSERT INTO zipcodes VALUES (68588,'Lincoln','NE','40.820645','-96.692843',-6,1); -INSERT INTO zipcodes VALUES (68601,'Columbus','NE','41.437838','-97.371920',-6,1); -INSERT INTO zipcodes VALUES (68602,'Columbus','NE','41.538080','-97.541795',-6,1); -INSERT INTO zipcodes VALUES (68620,'Albion','NE','41.708281','-98.024600',-6,1); -INSERT INTO zipcodes VALUES (68621,'Ames','NE','41.482181','-96.639290',-6,1); -INSERT INTO zipcodes VALUES (68622,'Bartlett','NE','41.909737','-98.514130',-6,1); -INSERT INTO zipcodes VALUES (68623,'Belgrade','NE','41.441371','-98.109400',-6,1); -INSERT INTO zipcodes VALUES (68624,'Bellwood','NE','41.342529','-97.234850',-6,1); -INSERT INTO zipcodes VALUES (68626,'Brainard','NE','41.177056','-97.000120',-6,1); -INSERT INTO zipcodes VALUES (68627,'Cedar Rapids','NE','41.552082','-98.174490',-6,1); -INSERT INTO zipcodes VALUES (68628,'Clarks','NE','41.212516','-97.831180',-6,1); -INSERT INTO zipcodes VALUES (68629,'Clarkson','NE','41.708790','-97.127480',-6,1); -INSERT INTO zipcodes VALUES (68631,'Creston','NE','41.692408','-97.354560',-6,1); -INSERT INTO zipcodes VALUES (68632,'David City','NE','41.259891','-97.126380',-6,1); -INSERT INTO zipcodes VALUES (68633,'Dodge','NE','41.706209','-96.896620',-6,1); -INSERT INTO zipcodes VALUES (68634,'Duncan','NE','41.388893','-97.494390',-6,1); -INSERT INTO zipcodes VALUES (68635,'Dwight','NE','41.083432','-97.015830',-6,1); -INSERT INTO zipcodes VALUES (68636,'Elgin','NE','42.009216','-98.133110',-6,1); -INSERT INTO zipcodes VALUES (68637,'Ericson','NE','41.769830','-98.641320',-6,1); -INSERT INTO zipcodes VALUES (68638,'Fullerton','NE','41.375063','-97.963810',-6,1); -INSERT INTO zipcodes VALUES (68640,'Genoa','NE','41.449960','-97.751990',-6,1); -INSERT INTO zipcodes VALUES (68641,'Howells','NE','41.734270','-97.013670',-6,1); -INSERT INTO zipcodes VALUES (68642,'Humphrey','NE','41.690401','-97.497230',-6,1); -INSERT INTO zipcodes VALUES (68643,'Leigh','NE','41.691648','-97.247810',-6,1); -INSERT INTO zipcodes VALUES (68644,'Lindsay','NE','41.707169','-97.686500',-6,1); -INSERT INTO zipcodes VALUES (68647,'Monroe','NE','41.504301','-97.609210',-6,1); -INSERT INTO zipcodes VALUES (68648,'Morse Bluff','NE','41.400937','-96.780660',-6,1); -INSERT INTO zipcodes VALUES (68649,'North Bend','NE','41.484782','-96.775670',-6,1); -INSERT INTO zipcodes VALUES (68651,'Osceola','NE','41.213610','-97.569930',-6,1); -INSERT INTO zipcodes VALUES (68652,'Petersburg','NE','41.861111','-98.045490',-6,1); -INSERT INTO zipcodes VALUES (68653,'Platte Center','NE','41.545453','-97.489740',-6,1); -INSERT INTO zipcodes VALUES (68654,'Polk','NE','41.068368','-97.780360',-6,1); -INSERT INTO zipcodes VALUES (68655,'Primrose','NE','41.632602','-98.243190',-6,1); -INSERT INTO zipcodes VALUES (68658,'Rising City','NE','41.192785','-97.295320',-6,1); -INSERT INTO zipcodes VALUES (68659,'Rogers','NE','41.546604','-96.935210',-6,1); -INSERT INTO zipcodes VALUES (68660,'Saint Edward','NE','41.574309','-97.868980',-6,1); -INSERT INTO zipcodes VALUES (68661,'Schuyler','NE','41.472784','-97.069150',-6,1); -INSERT INTO zipcodes VALUES (68662,'Shelby','NE','41.184669','-97.416340',-6,1); -INSERT INTO zipcodes VALUES (68663,'Silver Creek','NE','41.306574','-97.700190',-6,1); -INSERT INTO zipcodes VALUES (68664,'Snyder','NE','41.704483','-96.787940',-6,1); -INSERT INTO zipcodes VALUES (68665,'Spalding','NE','41.693462','-98.385230',-6,1); -INSERT INTO zipcodes VALUES (68666,'Stromsburg','NE','41.113813','-97.602950',-6,1); -INSERT INTO zipcodes VALUES (68667,'Surprise','NE','41.106694','-97.305540',-6,1); -INSERT INTO zipcodes VALUES (68669,'Ulysses','NE','41.082930','-97.222350',-6,1); -INSERT INTO zipcodes VALUES (68701,'Norfolk','NE','42.026209','-97.417410',-6,1); -INSERT INTO zipcodes VALUES (68702,'Norfolk','NE','41.916476','-97.601348',-6,1); -INSERT INTO zipcodes VALUES (68710,'Allen','NE','42.450185','-96.851530',-6,1); -INSERT INTO zipcodes VALUES (68711,'Amelia','NE','42.214277','-98.985150',-6,1); -INSERT INTO zipcodes VALUES (68713,'Atkinson','NE','42.573338','-98.941360',-6,1); -INSERT INTO zipcodes VALUES (68714,'Bassett','NE','42.539610','-99.529380',-6,1); -INSERT INTO zipcodes VALUES (68715,'Battle Creek','NE','41.993408','-97.601960',-6,1); -INSERT INTO zipcodes VALUES (68716,'Beemer','NE','41.944906','-96.833800',-6,1); -INSERT INTO zipcodes VALUES (68717,'Belden','NE','42.408389','-97.209180',-6,1); -INSERT INTO zipcodes VALUES (68718,'Bloomfield','NE','42.651113','-97.672710',-6,1); -INSERT INTO zipcodes VALUES (68719,'Bristow','NE','42.845614','-98.569460',-6,1); -INSERT INTO zipcodes VALUES (68720,'Brunswick','NE','42.337964','-98.014320',-6,1); -INSERT INTO zipcodes VALUES (68722,'Butte','NE','42.923088','-98.859210',-6,1); -INSERT INTO zipcodes VALUES (68723,'Carroll','NE','42.281323','-97.203730',-6,1); -INSERT INTO zipcodes VALUES (68724,'Center','NE','42.621770','-97.875780',-6,1); -INSERT INTO zipcodes VALUES (68725,'Chambers','NE','42.182794','-98.777980',-6,1); -INSERT INTO zipcodes VALUES (68726,'Clearwater','NE','42.163976','-98.218460',-6,1); -INSERT INTO zipcodes VALUES (68727,'Coleridge','NE','42.509494','-97.205260',-6,1); -INSERT INTO zipcodes VALUES (68728,'Concord','NE','42.379899','-96.963310',-6,1); -INSERT INTO zipcodes VALUES (68729,'Creighton','NE','42.469145','-97.902300',-6,1); -INSERT INTO zipcodes VALUES (68730,'Crofton','NE','42.774493','-97.515430',-6,1); -INSERT INTO zipcodes VALUES (68731,'Dakota City','NE','42.424303','-96.439040',-6,1); -INSERT INTO zipcodes VALUES (68732,'Dixon','NE','42.459805','-96.981160',-6,1); -INSERT INTO zipcodes VALUES (68733,'Emerson','NE','42.288154','-96.736440',-6,1); -INSERT INTO zipcodes VALUES (68734,'Emmet','NE','42.475789','-98.799530',-6,1); -INSERT INTO zipcodes VALUES (68735,'Ewing','NE','42.189511','-98.422850',-6,1); -INSERT INTO zipcodes VALUES (68736,'Fordyce','NE','42.750269','-97.380100',-6,1); -INSERT INTO zipcodes VALUES (68737,'Foster','NE','42.272213','-97.674460',-6,1); -INSERT INTO zipcodes VALUES (68738,'Hadar','NE','42.264356','-97.601337',-6,1); -INSERT INTO zipcodes VALUES (68739,'Hartington','NE','42.624108','-97.252670',-6,1); -INSERT INTO zipcodes VALUES (68740,'Hoskins','NE','42.145982','-97.300900',-6,1); -INSERT INTO zipcodes VALUES (68741,'Hubbard','NE','42.367879','-96.582970',-6,1); -INSERT INTO zipcodes VALUES (68742,'Inman','NE','42.376443','-98.518480',-6,1); -INSERT INTO zipcodes VALUES (68743,'Jackson','NE','42.460155','-96.606680',-6,1); -INSERT INTO zipcodes VALUES (68745,'Laurel','NE','42.437732','-97.090570',-6,1); -INSERT INTO zipcodes VALUES (68746,'Lynch','NE','42.787371','-98.435920',-6,1); -INSERT INTO zipcodes VALUES (68747,'Mclean','NE','42.402076','-97.475100',-6,1); -INSERT INTO zipcodes VALUES (68748,'Madison','NE','41.836046','-97.452120',-6,1); -INSERT INTO zipcodes VALUES (68749,'Magnet','NE','42.609687','-97.250378',-6,1); -INSERT INTO zipcodes VALUES (68751,'Maskell','NE','42.481711','-96.926042',-6,1); -INSERT INTO zipcodes VALUES (68752,'Meadow Grove','NE','41.995961','-97.707880',-6,1); -INSERT INTO zipcodes VALUES (68753,'Mills','NE','42.855832','-99.443910',-6,1); -INSERT INTO zipcodes VALUES (68755,'Naper','NE','42.946169','-99.116380',-6,1); -INSERT INTO zipcodes VALUES (68756,'Neligh','NE','42.150892','-98.023520',-6,1); -INSERT INTO zipcodes VALUES (68757,'Newcastle','NE','42.660607','-96.927960',-6,1); -INSERT INTO zipcodes VALUES (68758,'Newman Grove','NE','41.769497','-97.798390',-6,1); -INSERT INTO zipcodes VALUES (68759,'Newport','NE','42.700145','-99.318120',-6,1); -INSERT INTO zipcodes VALUES (68760,'Niobrara','NE','42.776379','-98.070110',-6,1); -INSERT INTO zipcodes VALUES (68761,'Oakdale','NE','42.049818','-97.961880',-6,1); -INSERT INTO zipcodes VALUES (68763,'Oneill','NE','42.516792','-98.603410',-6,1); -INSERT INTO zipcodes VALUES (68764,'Orchard','NE','42.395137','-98.223580',-6,1); -INSERT INTO zipcodes VALUES (68765,'Osmond','NE','42.350770','-97.615740',-6,1); -INSERT INTO zipcodes VALUES (68766,'Page','NE','42.419270','-98.402720',-6,1); -INSERT INTO zipcodes VALUES (68767,'Pierce','NE','42.200994','-97.545270',-6,1); -INSERT INTO zipcodes VALUES (68768,'Pilger','NE','41.999564','-97.068040',-6,1); -INSERT INTO zipcodes VALUES (68769,'Plainview','NE','42.331689','-97.806180',-6,1); -INSERT INTO zipcodes VALUES (68770,'Ponca','NE','42.563297','-96.763990',-6,1); -INSERT INTO zipcodes VALUES (68771,'Randolph','NE','42.377338','-97.356180',-6,1); -INSERT INTO zipcodes VALUES (68772,'Rose','NE','42.231317','-99.594630',-6,1); -INSERT INTO zipcodes VALUES (68773,'Royal','NE','42.367457','-98.120190',-6,1); -INSERT INTO zipcodes VALUES (68774,'Saint Helena','NE','42.821095','-97.276990',-6,1); -INSERT INTO zipcodes VALUES (68776,'South Sioux City','NE','42.467095','-96.418700',-6,1); -INSERT INTO zipcodes VALUES (68777,'Spencer','NE','42.843338','-98.682980',-6,1); -INSERT INTO zipcodes VALUES (68778,'Springview','NE','42.880251','-99.866100',-6,1); -INSERT INTO zipcodes VALUES (68779,'Stanton','NE','41.955429','-97.215830',-6,1); -INSERT INTO zipcodes VALUES (68780,'Stuart','NE','42.591725','-99.137460',-6,1); -INSERT INTO zipcodes VALUES (68781,'Tilden','NE','42.028202','-97.840850',-6,1); -INSERT INTO zipcodes VALUES (68782,'Verdel','NE','42.811418','-98.191178',-6,1); -INSERT INTO zipcodes VALUES (68783,'Verdigre','NE','42.620877','-98.120010',-6,1); -INSERT INTO zipcodes VALUES (68784,'Wakefield','NE','42.242742','-96.871910',-6,1); -INSERT INTO zipcodes VALUES (68785,'Waterbury','NE','42.437174','-96.721030',-6,1); -INSERT INTO zipcodes VALUES (68786,'Wausa','NE','42.501980','-97.557170',-6,1); -INSERT INTO zipcodes VALUES (68787,'Wayne','NE','42.221382','-97.033030',-6,1); -INSERT INTO zipcodes VALUES (68788,'West Point','NE','41.841032','-96.725690',-6,1); -INSERT INTO zipcodes VALUES (68789,'Winnetoon','NE','42.534339','-97.999020',-6,1); -INSERT INTO zipcodes VALUES (68790,'Winside','NE','42.175272','-97.170160',-6,1); -INSERT INTO zipcodes VALUES (68791,'Wisner','NE','42.000682','-96.929500',-6,1); -INSERT INTO zipcodes VALUES (68792,'Wynot','NE','42.749481','-97.143720',-6,1); -INSERT INTO zipcodes VALUES (68797,'Sutton','NE','40.607095','-97.859489',-6,1); -INSERT INTO zipcodes VALUES (68801,'Grand Island','NE','40.922826','-98.330870',-6,1); -INSERT INTO zipcodes VALUES (68802,'Grand Island','NE','40.872457','-98.502130',-6,1); -INSERT INTO zipcodes VALUES (68803,'Grand Island','NE','40.916866','-98.387490',-6,1); -INSERT INTO zipcodes VALUES (68810,'Alda','NE','40.860494','-98.470510',-6,1); -INSERT INTO zipcodes VALUES (68812,'Amherst','NE','40.887707','-99.283900',-6,1); -INSERT INTO zipcodes VALUES (68813,'Anselmo','NE','41.726833','-99.829760',-6,1); -INSERT INTO zipcodes VALUES (68814,'Ansley','NE','41.296709','-99.381230',-6,1); -INSERT INTO zipcodes VALUES (68815,'Arcadia','NE','41.420141','-99.144400',-6,1); -INSERT INTO zipcodes VALUES (68816,'Archer','NE','41.172932','-98.127550',-6,1); -INSERT INTO zipcodes VALUES (68817,'Ashton','NE','41.251967','-98.787010',-6,1); -INSERT INTO zipcodes VALUES (68818,'Aurora','NE','40.836050','-98.004930',-6,1); -INSERT INTO zipcodes VALUES (68819,'Berwyn','NE','41.348094','-99.483900',-6,1); -INSERT INTO zipcodes VALUES (68820,'Boelus','NE','41.091210','-98.697260',-6,1); -INSERT INTO zipcodes VALUES (68821,'Brewster','NE','41.976053','-99.817170',-6,1); -INSERT INTO zipcodes VALUES (68822,'Broken Bow','NE','41.400263','-99.630750',-6,1); -INSERT INTO zipcodes VALUES (68823,'Burwell','NE','41.820617','-99.125310',-6,1); -INSERT INTO zipcodes VALUES (68824,'Cairo','NE','40.998580','-98.604170',-6,1); -INSERT INTO zipcodes VALUES (68825,'Callaway','NE','41.288656','-99.954390',-6,1); -INSERT INTO zipcodes VALUES (68826,'Central City','NE','41.125610','-98.002250',-6,1); -INSERT INTO zipcodes VALUES (68827,'Chapman','NE','41.031618','-98.170040',-6,1); -INSERT INTO zipcodes VALUES (68828,'Comstock','NE','41.556172','-99.249380',-6,1); -INSERT INTO zipcodes VALUES (68831,'Dannebrog','NE','41.125399','-98.573080',-6,1); -INSERT INTO zipcodes VALUES (68832,'Doniphan','NE','40.763643','-98.387940',-6,1); -INSERT INTO zipcodes VALUES (68833,'Dunning','NE','41.824292','-100.152450',-6,1); -INSERT INTO zipcodes VALUES (68834,'Eddyville','NE','41.013936','-99.632500',-6,1); -INSERT INTO zipcodes VALUES (68835,'Elba','NE','41.336945','-98.612480',-6,1); -INSERT INTO zipcodes VALUES (68836,'Elm Creek','NE','40.708697','-99.375120',-6,1); -INSERT INTO zipcodes VALUES (68837,'Elyria','NE','41.647700','-99.050460',-6,1); -INSERT INTO zipcodes VALUES (68838,'Farwell','NE','41.217633','-98.670270',-6,1); -INSERT INTO zipcodes VALUES (68840,'Gibbon','NE','40.754582','-98.864140',-6,1); -INSERT INTO zipcodes VALUES (68841,'Giltner','NE','40.769633','-98.163720',-6,1); -INSERT INTO zipcodes VALUES (68842,'Greeley','NE','41.517347','-98.491170',-6,1); -INSERT INTO zipcodes VALUES (68843,'Hampton','NE','40.894366','-97.893550',-6,1); -INSERT INTO zipcodes VALUES (68844,'Hazard','NE','41.067301','-99.047560',-6,1); -INSERT INTO zipcodes VALUES (68845,'Kearney','NE','40.713265','-99.118390',-6,1); -INSERT INTO zipcodes VALUES (68846,'Hordville','NE','41.068227','-97.895160',-6,1); -INSERT INTO zipcodes VALUES (68847,'Kearney','NE','40.709895','-99.054990',-6,1); -INSERT INTO zipcodes VALUES (68848,'Kearney','NE','40.686053','-99.069318',-6,1); -INSERT INTO zipcodes VALUES (68849,'Kearney','NE','40.849654','-99.074058',-6,1); -INSERT INTO zipcodes VALUES (68850,'Lexington','NE','40.786048','-99.742400',-6,1); -INSERT INTO zipcodes VALUES (68852,'Litchfield','NE','41.158146','-99.123360',-6,1); -INSERT INTO zipcodes VALUES (68853,'Loup City','NE','41.286479','-98.967330',-6,1); -INSERT INTO zipcodes VALUES (68854,'Marquette','NE','41.019927','-98.002970',-6,1); -INSERT INTO zipcodes VALUES (68855,'Mason City','NE','41.168004','-99.335140',-6,1); -INSERT INTO zipcodes VALUES (68856,'Merna','NE','41.488642','-99.817910',-6,1); -INSERT INTO zipcodes VALUES (68858,'Miller','NE','40.966548','-99.378180',-6,1); -INSERT INTO zipcodes VALUES (68859,'North Loup','NE','41.484430','-98.799330',-6,1); -INSERT INTO zipcodes VALUES (68860,'Oconto','NE','41.146805','-99.771170',-6,1); -INSERT INTO zipcodes VALUES (68861,'Odessa','NE','40.699986','-99.256260',-6,1); -INSERT INTO zipcodes VALUES (68862,'Ord','NE','41.597942','-98.933070',-6,1); -INSERT INTO zipcodes VALUES (68863,'Overton','NE','40.752213','-99.526870',-6,1); -INSERT INTO zipcodes VALUES (68864,'Palmer','NE','41.244441','-98.224750',-6,1); -INSERT INTO zipcodes VALUES (68865,'Phillips','NE','40.895553','-98.207190',-6,1); -INSERT INTO zipcodes VALUES (68866,'Pleasanton','NE','40.982236','-99.111320',-6,1); -INSERT INTO zipcodes VALUES (68868,'Martin','NE','40.718287','-98.529830',-6,1); -INSERT INTO zipcodes VALUES (68869,'Ravenna','NE','41.014592','-98.882670',-6,1); -INSERT INTO zipcodes VALUES (68870,'Riverdale','NE','40.817442','-99.153870',-6,1); -INSERT INTO zipcodes VALUES (68871,'Rockville','NE','41.121028','-98.826190',-6,1); -INSERT INTO zipcodes VALUES (68872,'Saint Libory','NE','41.097169','-98.315870',-6,1); -INSERT INTO zipcodes VALUES (68873,'Saint Paul','NE','41.230069','-98.474490',-6,1); -INSERT INTO zipcodes VALUES (68874,'Sargent','NE','41.639578','-99.410550',-6,1); -INSERT INTO zipcodes VALUES (68875,'Scotia','NE','41.523574','-98.684610',-6,1); -INSERT INTO zipcodes VALUES (68876,'Shelton','NE','40.786865','-98.747010',-6,1); -INSERT INTO zipcodes VALUES (68878,'Sumner','NE','40.970793','-99.485820',-6,1); -INSERT INTO zipcodes VALUES (68879,'Taylor','NE','41.826783','-99.490580',-6,1); -INSERT INTO zipcodes VALUES (68880,'Weissert','NE','41.393902','-99.728097',-6,1); -INSERT INTO zipcodes VALUES (68881,'Westerville','NE','41.442710','-99.355160',-6,1); -INSERT INTO zipcodes VALUES (68882,'Wolbach','NE','41.413885','-98.423100',-6,1); -INSERT INTO zipcodes VALUES (68883,'Wood River','NE','40.807789','-98.597800',-6,1); -INSERT INTO zipcodes VALUES (68901,'Hastings','NE','40.589299','-98.381310',-6,1); -INSERT INTO zipcodes VALUES (68902,'Hastings','NE','40.589594','-98.397248',-6,1); -INSERT INTO zipcodes VALUES (68920,'Alma','NE','40.142462','-99.353980',-6,1); -INSERT INTO zipcodes VALUES (68922,'Arapahoe','NE','40.318156','-99.895620',-6,1); -INSERT INTO zipcodes VALUES (68923,'Atlanta','NE','40.370382','-99.471440',-6,1); -INSERT INTO zipcodes VALUES (68924,'Axtell','NE','40.493457','-99.113480',-6,1); -INSERT INTO zipcodes VALUES (68925,'Ayr','NE','40.431821','-98.439460',-6,1); -INSERT INTO zipcodes VALUES (68926,'Beaver City','NE','40.106595','-99.822500',-6,1); -INSERT INTO zipcodes VALUES (68927,'Bertrand','NE','40.534445','-99.614980',-6,1); -INSERT INTO zipcodes VALUES (68928,'Bladen','NE','40.320042','-98.593310',-6,1); -INSERT INTO zipcodes VALUES (68929,'Bloomington','NE','40.121789','-99.044570',-6,1); -INSERT INTO zipcodes VALUES (68930,'Blue Hill','NE','40.284783','-98.434460',-6,1); -INSERT INTO zipcodes VALUES (68932,'Campbell','NE','40.303479','-98.738840',-6,1); -INSERT INTO zipcodes VALUES (68933,'Clay Center','NE','40.523823','-98.048120',-6,1); -INSERT INTO zipcodes VALUES (68934,'Deweese','NE','40.343570','-98.150790',-6,1); -INSERT INTO zipcodes VALUES (68935,'Edgar','NE','40.365387','-97.963630',-6,1); -INSERT INTO zipcodes VALUES (68936,'Edison','NE','40.310905','-99.764800',-6,1); -INSERT INTO zipcodes VALUES (68937,'Elwood','NE','40.627711','-99.863340',-6,1); -INSERT INTO zipcodes VALUES (68938,'Fairfield','NE','40.425264','-98.109570',-6,1); -INSERT INTO zipcodes VALUES (68939,'Franklin','NE','40.103792','-98.943890',-6,1); -INSERT INTO zipcodes VALUES (68940,'Funk','NE','40.532115','-99.246020',-6,1); -INSERT INTO zipcodes VALUES (68941,'Glenvil','NE','40.459158','-98.288920',-6,1); -INSERT INTO zipcodes VALUES (68942,'Guide Rock','NE','40.084405','-98.303060',-6,1); -INSERT INTO zipcodes VALUES (68943,'Hardy','NE','40.023871','-97.910100',-6,1); -INSERT INTO zipcodes VALUES (68944,'Harvard','NE','40.635514','-98.094420',-6,1); -INSERT INTO zipcodes VALUES (68945,'Heartwell','NE','40.568436','-98.784340',-6,1); -INSERT INTO zipcodes VALUES (68946,'Hendley','NE','40.099617','-99.976190',-6,1); -INSERT INTO zipcodes VALUES (68947,'Hildreth','NE','40.306853','-99.056940',-6,1); -INSERT INTO zipcodes VALUES (68948,'Holbrook','NE','40.344350','-100.035950',-6,1); -INSERT INTO zipcodes VALUES (68949,'Holdrege','NE','40.434479','-99.373110',-6,1); -INSERT INTO zipcodes VALUES (68950,'Holstein','NE','40.465821','-98.654050',-6,1); -INSERT INTO zipcodes VALUES (68952,'Inavale','NE','40.142355','-98.669520',-6,1); -INSERT INTO zipcodes VALUES (68954,'Inland','NE','40.604180','-98.232170',-6,1); -INSERT INTO zipcodes VALUES (68955,'Juniata','NE','40.595599','-98.539810',-6,1); -INSERT INTO zipcodes VALUES (68956,'Kenesaw','NE','40.642616','-98.676810',-6,1); -INSERT INTO zipcodes VALUES (68957,'Lawrence','NE','40.275161','-98.246590',-6,1); -INSERT INTO zipcodes VALUES (68958,'Loomis','NE','40.507276','-99.500470',-6,1); -INSERT INTO zipcodes VALUES (68959,'Minden','NE','40.491484','-98.924120',-6,1); -INSERT INTO zipcodes VALUES (68960,'Naponee','NE','40.085446','-99.146220',-6,1); -INSERT INTO zipcodes VALUES (68961,'Nelson','NE','40.194840','-98.038590',-6,1); -INSERT INTO zipcodes VALUES (68963,'Norman','NE','40.478879','-98.792699',-6,1); -INSERT INTO zipcodes VALUES (68964,'Oak','NE','40.230878','-97.894270',-6,1); -INSERT INTO zipcodes VALUES (68966,'Orleans','NE','40.145771','-99.467080',-6,1); -INSERT INTO zipcodes VALUES (68967,'Oxford','NE','40.247784','-99.621870',-6,1); -INSERT INTO zipcodes VALUES (68969,'Ragan','NE','40.176513','-99.404864',-6,1); -INSERT INTO zipcodes VALUES (68970,'Red Cloud','NE','40.090341','-98.528080',-6,1); -INSERT INTO zipcodes VALUES (68971,'Republican City','NE','40.113307','-99.238750',-6,1); -INSERT INTO zipcodes VALUES (68972,'Riverton','NE','40.083133','-98.788530',-6,1); -INSERT INTO zipcodes VALUES (68973,'Roseland','NE','40.459642','-98.558920',-6,1); -INSERT INTO zipcodes VALUES (68974,'Ruskin','NE','40.126094','-97.876960',-6,1); -INSERT INTO zipcodes VALUES (68975,'Saronville','NE','40.605538','-97.949550',-6,1); -INSERT INTO zipcodes VALUES (68976,'Smithfield','NE','40.576873','-99.740030',-6,1); -INSERT INTO zipcodes VALUES (68977,'Stamford','NE','40.092127','-99.630580',-6,1); -INSERT INTO zipcodes VALUES (68978,'Superior','NE','40.036860','-98.078280',-6,1); -INSERT INTO zipcodes VALUES (68979,'Sutton','NE','40.603945','-97.854330',-6,1); -INSERT INTO zipcodes VALUES (68980,'Trumbull','NE','40.674132','-98.264960',-6,1); -INSERT INTO zipcodes VALUES (68981,'Upland','NE','40.287173','-98.889580',-6,1); -INSERT INTO zipcodes VALUES (68982,'Wilcox','NE','40.338567','-99.186380',-6,1); -INSERT INTO zipcodes VALUES (69001,'McCook','NE','40.225039','-100.630520',-6,1); -INSERT INTO zipcodes VALUES (69020,'Bartley','NE','40.241652','-100.301500',-6,1); -INSERT INTO zipcodes VALUES (69021,'Benkelman','NE','40.097723','-101.540550',-7,1); -INSERT INTO zipcodes VALUES (69022,'Cambridge','NE','40.317358','-100.178570',-6,1); -INSERT INTO zipcodes VALUES (69023,'Champion','NE','40.489063','-101.883490',-7,1); -INSERT INTO zipcodes VALUES (69024,'Culbertson','NE','40.242582','-100.853760',-6,1); -INSERT INTO zipcodes VALUES (69025,'Curtis','NE','40.618751','-100.507290',-6,1); -INSERT INTO zipcodes VALUES (69026,'Danbury','NE','40.049447','-100.443380',-6,1); -INSERT INTO zipcodes VALUES (69027,'Enders','NE','40.429297','-101.536010',-7,1); -INSERT INTO zipcodes VALUES (69028,'Eustis','NE','40.656225','-100.053910',-6,1); -INSERT INTO zipcodes VALUES (69029,'Farnam','NE','40.756879','-100.218810',-6,1); -INSERT INTO zipcodes VALUES (69030,'Haigler','NE','40.032262','-101.960410',-7,1); -INSERT INTO zipcodes VALUES (69031,'Hamlet','NE','40.383691','-101.231720',-6,1); -INSERT INTO zipcodes VALUES (69032,'Hayes Center','NE','40.560493','-100.956540',-6,1); -INSERT INTO zipcodes VALUES (69033,'Imperial','NE','40.530405','-101.675760',-7,1); -INSERT INTO zipcodes VALUES (69034,'Indianola','NE','40.236212','-100.423750',-6,1); -INSERT INTO zipcodes VALUES (69036,'Lebanon','NE','40.056031','-100.280260',-6,1); -INSERT INTO zipcodes VALUES (69037,'Max','NE','40.142872','-101.407580',-7,1); -INSERT INTO zipcodes VALUES (69038,'Maywood','NE','40.638541','-100.657780',-6,1); -INSERT INTO zipcodes VALUES (69039,'Moorefield','NE','40.646065','-100.352620',-6,1); -INSERT INTO zipcodes VALUES (69040,'Palisade','NE','40.358455','-101.112240',-6,1); -INSERT INTO zipcodes VALUES (69041,'Parks','NE','40.133487','-101.720100',-7,1); -INSERT INTO zipcodes VALUES (69042,'Stockville','NE','40.519197','-100.377540',-6,1); -INSERT INTO zipcodes VALUES (69043,'Stratton','NE','40.150605','-101.233750',-6,1); -INSERT INTO zipcodes VALUES (69044,'Trenton','NE','40.160252','-101.013110',-6,1); -INSERT INTO zipcodes VALUES (69045,'Wauneta','NE','40.484407','-101.355610',-7,1); -INSERT INTO zipcodes VALUES (69046,'Wilsonville','NE','40.106363','-100.110770',-6,1); -INSERT INTO zipcodes VALUES (69101,'North Platte','NE','41.129363','-100.775020',-6,1); -INSERT INTO zipcodes VALUES (69103,'North Platte','NE','41.046447','-100.746912',-6,1); -INSERT INTO zipcodes VALUES (69120,'Arnold','NE','41.398865','-100.222650',-6,1); -INSERT INTO zipcodes VALUES (69121,'Arthur','NE','41.569138','-101.688160',-7,1); -INSERT INTO zipcodes VALUES (69122,'Big Springs','NE','41.058171','-102.089260',-7,1); -INSERT INTO zipcodes VALUES (69123,'Brady','NE','41.036035','-100.343980',-6,1); -INSERT INTO zipcodes VALUES (69125,'Broadwater','NE','41.583579','-102.858510',-7,1); -INSERT INTO zipcodes VALUES (69127,'Brule','NE','41.091667','-101.890920',-7,1); -INSERT INTO zipcodes VALUES (69128,'Bushnell','NE','41.173278','-103.902400',-7,1); -INSERT INTO zipcodes VALUES (69129,'Chappell','NE','41.104806','-102.409050',-7,1); -INSERT INTO zipcodes VALUES (69130,'Cozad','NE','40.868727','-99.976970',-6,1); -INSERT INTO zipcodes VALUES (69131,'Dalton','NE','41.406407','-103.007110',-7,1); -INSERT INTO zipcodes VALUES (69132,'Dickens','NE','40.808779','-100.963180',-6,1); -INSERT INTO zipcodes VALUES (69133,'Dix','NE','41.207381','-103.471260',-7,1); -INSERT INTO zipcodes VALUES (69134,'Elsie','NE','40.847471','-101.380310',-7,1); -INSERT INTO zipcodes VALUES (69135,'Elsmere','NE','42.211636','-100.220100',-6,1); -INSERT INTO zipcodes VALUES (69138,'Gothenburg','NE','40.952436','-100.157190',-6,1); -INSERT INTO zipcodes VALUES (69140,'Grant','NE','40.850141','-101.758240',-7,1); -INSERT INTO zipcodes VALUES (69141,'Gurley','NE','41.318554','-102.973770',-7,1); -INSERT INTO zipcodes VALUES (69142,'Halsey','NE','41.931243','-100.272850',-6,1); -INSERT INTO zipcodes VALUES (69143,'Hershey','NE','41.186837','-101.031170',-6,1); -INSERT INTO zipcodes VALUES (69144,'Keystone','NE','41.250772','-101.601410',-7,1); -INSERT INTO zipcodes VALUES (69145,'Kimball','NE','41.240580','-103.660800',-7,1); -INSERT INTO zipcodes VALUES (69146,'Lemoyne','NE','41.296221','-101.778510',-7,1); -INSERT INTO zipcodes VALUES (69147,'Lewellen','NE','41.376624','-102.055120',-7,1); -INSERT INTO zipcodes VALUES (69148,'Lisco','NE','41.521238','-102.559730',-7,1); -INSERT INTO zipcodes VALUES (69149,'Lodgepole','NE','41.168155','-102.638740',-7,1); -INSERT INTO zipcodes VALUES (69150,'Madrid','NE','40.845229','-101.537800',-7,1); -INSERT INTO zipcodes VALUES (69151,'Maxwell','NE','41.020868','-100.540090',-6,1); -INSERT INTO zipcodes VALUES (69152,'Mullen','NE','42.088889','-101.092990',-7,1); -INSERT INTO zipcodes VALUES (69153,'Ogallala','NE','41.115512','-101.698190',-7,1); -INSERT INTO zipcodes VALUES (69154,'Oshkosh','NE','41.402127','-102.350250',-7,1); -INSERT INTO zipcodes VALUES (69155,'Paxton','NE','41.154635','-101.378770',-7,1); -INSERT INTO zipcodes VALUES (69156,'Potter','NE','41.233268','-103.283250',-7,1); -INSERT INTO zipcodes VALUES (69157,'Purdum','NE','42.108800','-100.315100',-6,1); -INSERT INTO zipcodes VALUES (69160,'Sidney','NE','41.220549','-102.995925',-7,1); -INSERT INTO zipcodes VALUES (69161,'Seneca','NE','42.077390','-100.743590',-6,1); -INSERT INTO zipcodes VALUES (69162,'Sidney','NE','41.162214','-103.019490',-7,1); -INSERT INTO zipcodes VALUES (69163,'Stapleton','NE','41.437215','-100.530060',-6,1); -INSERT INTO zipcodes VALUES (69165,'Sutherland','NE','41.194109','-101.178990',-6,1); -INSERT INTO zipcodes VALUES (69166,'Thedford','NE','41.918663','-100.527390',-6,1); -INSERT INTO zipcodes VALUES (69167,'Tryon','NE','41.560479','-100.982540',-6,1); -INSERT INTO zipcodes VALUES (69168,'Venango','NE','40.734776','-101.982210',-7,1); -INSERT INTO zipcodes VALUES (69169,'Wallace','NE','40.820868','-101.179820',-6,1); -INSERT INTO zipcodes VALUES (69170,'Wellfleet','NE','40.770008','-100.734420',-6,1); -INSERT INTO zipcodes VALUES (69171,'Willow Island','NE','40.892469','-100.070257',-6,1); -INSERT INTO zipcodes VALUES (69190,'Oshkosh','NE','41.615307','-102.331762',-7,1); -INSERT INTO zipcodes VALUES (69201,'Valentine','NE','42.716711','-100.647160',-6,1); -INSERT INTO zipcodes VALUES (69210,'Ainsworth','NE','42.530382','-99.882060',-6,1); -INSERT INTO zipcodes VALUES (69211,'Cody','NE','42.838967','-101.366630',-7,1); -INSERT INTO zipcodes VALUES (69212,'Crookston','NE','42.914711','-100.787890',-6,1); -INSERT INTO zipcodes VALUES (69214,'Johnstown','NE','42.614160','-100.038990',-6,1); -INSERT INTO zipcodes VALUES (69216,'Kilgore','NE','42.939915','-100.928270',-7,1); -INSERT INTO zipcodes VALUES (69217,'Long Pine','NE','42.519402','-99.708260',-6,1); -INSERT INTO zipcodes VALUES (69218,'Merriman','NE','42.848109','-101.656740',-7,1); -INSERT INTO zipcodes VALUES (69219,'Nenzel','NE','42.686576','-101.099840',-7,1); -INSERT INTO zipcodes VALUES (69220,'Sparks','NE','42.940698','-100.255560',-6,1); -INSERT INTO zipcodes VALUES (69221,'Wood Lake','NE','42.630020','-100.267560',-6,1); -INSERT INTO zipcodes VALUES (69301,'Alliance','NE','42.139280','-102.849370',-7,1); -INSERT INTO zipcodes VALUES (69331,'Angora','NE','41.823881','-102.966520',-7,1); -INSERT INTO zipcodes VALUES (69333,'Ashby','NE','41.861313','-101.985480',-7,1); -INSERT INTO zipcodes VALUES (69334,'Bayard','NE','41.777948','-103.312770',-7,1); -INSERT INTO zipcodes VALUES (69335,'Bingham','NE','41.996022','-102.182470',-7,1); -INSERT INTO zipcodes VALUES (69336,'Bridgeport','NE','41.660814','-103.105170',-7,1); -INSERT INTO zipcodes VALUES (69337,'Chadron','NE','42.808213','-103.002190',-7,1); -INSERT INTO zipcodes VALUES (69339,'Crawford','NE','42.672974','-103.398410',-7,1); -INSERT INTO zipcodes VALUES (69340,'Ellsworth','NE','42.232420','-102.197920',-7,1); -INSERT INTO zipcodes VALUES (69341,'Gering','NE','41.803503','-103.659980',-7,1); -INSERT INTO zipcodes VALUES (69343,'Gordon','NE','42.567701','-102.000830',-7,1); -INSERT INTO zipcodes VALUES (69345,'Harrisburg','NE','41.549736','-103.724210',-7,1); -INSERT INTO zipcodes VALUES (69346,'Harrison','NE','42.624764','-103.831010',-7,1); -INSERT INTO zipcodes VALUES (69347,'Hay Springs','NE','42.580176','-102.654430',-7,1); -INSERT INTO zipcodes VALUES (69348,'Hemingford','NE','42.369213','-103.177410',-7,1); -INSERT INTO zipcodes VALUES (69349,'Henry','NE','41.992583','-104.049770',-7,1); -INSERT INTO zipcodes VALUES (69350,'Hyannis','NE','41.926792','-101.737050',-7,1); -INSERT INTO zipcodes VALUES (69351,'Lakeside','NE','42.217730','-102.428330',-7,1); -INSERT INTO zipcodes VALUES (69352,'Lyman','NE','41.849619','-103.994650',-7,1); -INSERT INTO zipcodes VALUES (69353,'Mcgrew','NE','41.746944','-103.416351',-7,1); -INSERT INTO zipcodes VALUES (69354,'Marsland','NE','42.485817','-103.212270',-7,1); -INSERT INTO zipcodes VALUES (69355,'Melbeta','NE','41.781984','-103.517280',-7,1); -INSERT INTO zipcodes VALUES (69356,'Minatare','NE','41.863357','-103.470090',-7,1); -INSERT INTO zipcodes VALUES (69357,'Mitchell','NE','41.940693','-103.788150',-7,1); -INSERT INTO zipcodes VALUES (69358,'Morrill','NE','41.986025','-103.959350',-7,1); -INSERT INTO zipcodes VALUES (69360,'Rushville','NE','42.737843','-102.485730',-7,1); -INSERT INTO zipcodes VALUES (69361,'Scottsbluff','NE','41.885553','-103.652410',-7,1); -INSERT INTO zipcodes VALUES (69363,'Scottsbluff','NE','41.851012','-103.707260',-7,1); -INSERT INTO zipcodes VALUES (69365,'Whiteclay','NE','42.963117','-102.510680',-7,1); -INSERT INTO zipcodes VALUES (69366,'Whitman','NE','41.923050','-101.561450',-7,1); -INSERT INTO zipcodes VALUES (69367,'Whitney','NE','42.755969','-103.256200',-7,1); -INSERT INTO zipcodes VALUES (70000,'Laplace','LA','30.086770','-90.513522',-6,1); -INSERT INTO zipcodes VALUES (70001,'Metairie','LA','29.984096','-90.169020',-6,1); -INSERT INTO zipcodes VALUES (70002,'Metairie','LA','30.011517','-90.162450',-6,1); -INSERT INTO zipcodes VALUES (70003,'Metairie','LA','29.997168','-90.213800',-6,1); -INSERT INTO zipcodes VALUES (70004,'Metairie','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70005,'Metairie','LA','29.999453','-90.133980',-6,1); -INSERT INTO zipcodes VALUES (70006,'Metairie','LA','30.013985','-90.191280',-6,1); -INSERT INTO zipcodes VALUES (70009,'Metairie','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70010,'Metairie','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70011,'Metairie','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70021,'Jefferson','LA','29.960375','-90.156143',-6,1); -INSERT INTO zipcodes VALUES (70030,'Des Allemands','LA','29.810193','-90.447690',-6,1); -INSERT INTO zipcodes VALUES (70031,'Ama','LA','29.942703','-90.299690',-6,1); -INSERT INTO zipcodes VALUES (70032,'Arabi','LA','29.958802','-89.999020',-6,1); -INSERT INTO zipcodes VALUES (70033,'Metairie','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70036,'Barataria','LA','29.715795','-90.124190',-6,1); -INSERT INTO zipcodes VALUES (70037,'Belle Chasse','LA','29.822707','-90.006160',-6,1); -INSERT INTO zipcodes VALUES (70038,'Boothville','LA','29.307982','-89.380070',-6,1); -INSERT INTO zipcodes VALUES (70039,'Boutte','LA','29.900075','-90.386550',-6,1); -INSERT INTO zipcodes VALUES (70040,'Braithwaite','LA','29.749706','-89.940430',-6,1); -INSERT INTO zipcodes VALUES (70041,'Buras','LA','29.351783','-89.513810',-6,1); -INSERT INTO zipcodes VALUES (70042,'Carlisle','LA','29.380066','-89.477464',-6,1); -INSERT INTO zipcodes VALUES (70043,'Chalmette','LA','29.946404','-89.961180',-6,1); -INSERT INTO zipcodes VALUES (70044,'Chalmette','LA','29.967650','-89.951441',-6,1); -INSERT INTO zipcodes VALUES (70046,'Davant','LA','29.618290','-89.872599',-6,1); -INSERT INTO zipcodes VALUES (70047,'Destrehan','LA','29.969128','-90.375630',-6,1); -INSERT INTO zipcodes VALUES (70048,'Reserve','LA','30.071155','-90.546138',-6,1); -INSERT INTO zipcodes VALUES (70049,'Edgard','LA','30.033974','-90.553800',-6,1); -INSERT INTO zipcodes VALUES (70050,'Empire','LA','29.384033','-89.596960',-6,1); -INSERT INTO zipcodes VALUES (70051,'Garyville','LA','30.058276','-90.617380',-6,1); -INSERT INTO zipcodes VALUES (70052,'Gramercy','LA','30.053907','-90.689150',-6,1); -INSERT INTO zipcodes VALUES (70053,'Gretna','LA','29.915355','-90.053350',-6,1); -INSERT INTO zipcodes VALUES (70054,'Gretna','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70055,'Metairie','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70056,'Gretna','LA','29.894261','-90.030720',-6,1); -INSERT INTO zipcodes VALUES (70057,'Hahnville','LA','29.967081','-90.410120',-6,1); -INSERT INTO zipcodes VALUES (70058,'Harvey','LA','29.878578','-90.069030',-6,1); -INSERT INTO zipcodes VALUES (70059,'Harvey','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70060,'Metairie','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70062,'Kenner','LA','29.991051','-90.246900',-6,1); -INSERT INTO zipcodes VALUES (70063,'Kenner','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70064,'Kenner','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70065,'Kenner','LA','30.022853','-90.251330',-6,1); -INSERT INTO zipcodes VALUES (70066,'Killona','LA','29.999471','-90.487080',-6,1); -INSERT INTO zipcodes VALUES (70067,'Lafitte','LA','29.652752','-90.101200',-6,1); -INSERT INTO zipcodes VALUES (70068,'La Place','LA','30.073941','-90.485160',-6,1); -INSERT INTO zipcodes VALUES (70069,'La Place','LA','30.091158','-90.483189',-6,1); -INSERT INTO zipcodes VALUES (70070,'Luling','LA','29.907162','-90.351420',-6,1); -INSERT INTO zipcodes VALUES (70071,'Lutcher','LA','30.044010','-90.699560',-6,1); -INSERT INTO zipcodes VALUES (70072,'Marrero','LA','29.869283','-90.109330',-6,1); -INSERT INTO zipcodes VALUES (70073,'Marrero','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70075,'Meraux','LA','29.935089','-89.920890',-6,1); -INSERT INTO zipcodes VALUES (70076,'Mount Airy','LA','30.055429','-90.640730',-6,1); -INSERT INTO zipcodes VALUES (70078,'New Sarpy','LA','29.981674','-90.385950',-6,1); -INSERT INTO zipcodes VALUES (70079,'Norco','LA','30.007089','-90.413890',-6,1); -INSERT INTO zipcodes VALUES (70080,'Paradis','LA','29.878373','-90.430630',-6,1); -INSERT INTO zipcodes VALUES (70081,'Pilottown','LA','29.285081','-89.364034',-6,1); -INSERT INTO zipcodes VALUES (70082,'Pointe A La Hache','LA','29.572751','-89.781390',-6,1); -INSERT INTO zipcodes VALUES (70083,'Port Sulphur','LA','29.529091','-89.788300',-6,1); -INSERT INTO zipcodes VALUES (70084,'Reserve','LA','30.059516','-90.559870',-6,1); -INSERT INTO zipcodes VALUES (70085,'Saint Bernard','LA','29.860890','-89.822250',-6,1); -INSERT INTO zipcodes VALUES (70086,'Saint James','LA','30.013027','-90.857140',-6,1); -INSERT INTO zipcodes VALUES (70087,'Saint Rose','LA','29.962601','-90.309650',-6,1); -INSERT INTO zipcodes VALUES (70090,'Vacherie','LA','29.979997','-90.711780',-6,1); -INSERT INTO zipcodes VALUES (70091,'Venice','LA','29.277457','-89.358980',-6,1); -INSERT INTO zipcodes VALUES (70092,'Violet','LA','29.902193','-89.897260',-6,1); -INSERT INTO zipcodes VALUES (70093,'Violet','LA','29.877893','-89.878719',-6,1); -INSERT INTO zipcodes VALUES (70094,'Westwego','LA','29.915340','-90.177370',-6,1); -INSERT INTO zipcodes VALUES (70096,'Westwego','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70112,'New Orleans','LA','29.956804','-90.077570',-6,1); -INSERT INTO zipcodes VALUES (70113,'New Orleans','LA','29.943505','-90.084080',-6,1); -INSERT INTO zipcodes VALUES (70114,'New Orleans','LA','29.938155','-90.036670',-6,1); -INSERT INTO zipcodes VALUES (70115,'New Orleans','LA','29.927305','-90.101970',-6,1); -INSERT INTO zipcodes VALUES (70116,'New Orleans','LA','29.968054','-90.064030',-6,1); -INSERT INTO zipcodes VALUES (70117,'New Orleans','LA','29.970404','-90.030360',-6,1); -INSERT INTO zipcodes VALUES (70118,'New Orleans','LA','29.952305','-90.123470',-6,1); -INSERT INTO zipcodes VALUES (70119,'New Orleans','LA','29.974504','-90.087470',-6,1); -INSERT INTO zipcodes VALUES (70121,'New Orleans','LA','29.961875','-90.160370',-6,1); -INSERT INTO zipcodes VALUES (70122,'New Orleans','LA','30.006353','-90.062640',-6,1); -INSERT INTO zipcodes VALUES (70123,'New Orleans','LA','29.952605','-90.205360',-6,1); -INSERT INTO zipcodes VALUES (70124,'New Orleans','LA','30.006003','-90.109470',-6,1); -INSERT INTO zipcodes VALUES (70125,'New Orleans','LA','29.951705','-90.104110',-6,1); -INSERT INTO zipcodes VALUES (70126,'New Orleans','LA','30.016002','-90.019720',-6,1); -INSERT INTO zipcodes VALUES (70127,'New Orleans','LA','30.033475','-89.977360',-6,1); -INSERT INTO zipcodes VALUES (70128,'New Orleans','LA','30.050310','-89.956380',-6,1); -INSERT INTO zipcodes VALUES (70129,'New Orleans','LA','30.063059','-89.885110',-6,1); -INSERT INTO zipcodes VALUES (70130,'New Orleans','LA','29.938005','-90.071950',-6,1); -INSERT INTO zipcodes VALUES (70131,'New Orleans','LA','29.917005','-89.989820',-6,1); -INSERT INTO zipcodes VALUES (70139,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70140,'New Orleans','LA','29.956120','-90.078312',-6,1); -INSERT INTO zipcodes VALUES (70141,'New Orleans','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70142,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70143,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70144,'New Orleans','LA','29.930433','-90.038021',-6,1); -INSERT INTO zipcodes VALUES (70145,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70146,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70148,'New Orleans','LA','30.030902','-90.068022',-6,1); -INSERT INTO zipcodes VALUES (70149,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70150,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70151,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70152,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70153,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70154,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70155,'New Orleans','LA','29.940138','-90.109823',-6,1); -INSERT INTO zipcodes VALUES (70156,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70157,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70158,'New Orleans','LA','29.922905','-90.070922',-6,1); -INSERT INTO zipcodes VALUES (70159,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70160,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70161,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70162,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70163,'New Orleans','LA','29.950060','-90.075320',-6,1); -INSERT INTO zipcodes VALUES (70164,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70165,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70166,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70167,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70170,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70172,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70174,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70175,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70176,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70177,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70178,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70179,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70181,'New Orleans','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70182,'New Orleans','LA','30.067646','-89.815993',-6,1); -INSERT INTO zipcodes VALUES (70183,'New Orleans','LA','29.677893','-90.090100',-6,1); -INSERT INTO zipcodes VALUES (70184,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70185,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70186,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70187,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70189,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70190,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70195,'New Orleans','LA','30.032997','-89.882564',-6,1); -INSERT INTO zipcodes VALUES (70199,'New Orleans','LA','29.987528','-90.079501',-6,1); -INSERT INTO zipcodes VALUES (70301,'Thibodaux','LA','29.797776','-90.818090',-6,1); -INSERT INTO zipcodes VALUES (70302,'Thibodaux','LA','29.458689','-90.502848',-6,1); -INSERT INTO zipcodes VALUES (70310,'Thibodaux','LA','29.803282','-90.816914',-6,1); -INSERT INTO zipcodes VALUES (70339,'Pierre Part','LA','29.931838','-91.198130',-6,1); -INSERT INTO zipcodes VALUES (70340,'Amelia','LA','29.688425','-91.220844',-6,1); -INSERT INTO zipcodes VALUES (70341,'Belle Rose','LA','30.030819','-91.075760',-6,1); -INSERT INTO zipcodes VALUES (70342,'Berwick','LA','29.692515','-91.229380',-6,1); -INSERT INTO zipcodes VALUES (70343,'Bourg','LA','29.553952','-90.598810',-6,1); -INSERT INTO zipcodes VALUES (70344,'Chauvin','LA','29.385126','-90.619390',-6,1); -INSERT INTO zipcodes VALUES (70345,'Cut Off','LA','29.523897','-90.340430',-6,1); -INSERT INTO zipcodes VALUES (70346,'Donaldsonville','LA','30.103905','-91.001040',-6,1); -INSERT INTO zipcodes VALUES (70352,'Donner','LA','29.696385','-90.944418',-6,1); -INSERT INTO zipcodes VALUES (70353,'Dulac','LA','29.384672','-90.696890',-6,1); -INSERT INTO zipcodes VALUES (70354,'Galliano','LA','29.435146','-90.304790',-6,1); -INSERT INTO zipcodes VALUES (70355,'Gheens','LA','29.670214','-90.462020',-6,1); -INSERT INTO zipcodes VALUES (70356,'Gibson','LA','29.658394','-90.974550',-6,1); -INSERT INTO zipcodes VALUES (70357,'Golden Meadow','LA','29.275485','-90.243780',-6,1); -INSERT INTO zipcodes VALUES (70358,'Grand Isle','LA','29.227769','-90.012110',-6,1); -INSERT INTO zipcodes VALUES (70359,'Gray','LA','29.696636','-90.772380',-6,1); -INSERT INTO zipcodes VALUES (70360,'Houma','LA','29.593377','-90.747500',-6,1); -INSERT INTO zipcodes VALUES (70361,'Houma','LA','29.382117','-90.865568',-6,1); -INSERT INTO zipcodes VALUES (70363,'Houma','LA','29.560581','-90.690300',-6,1); -INSERT INTO zipcodes VALUES (70364,'Houma','LA','29.626988','-90.720760',-6,1); -INSERT INTO zipcodes VALUES (70369,'Houma','LA','30.285602','-92.096266',-6,1); -INSERT INTO zipcodes VALUES (70371,'Kraemer','LA','29.865202','-90.596159',-6,1); -INSERT INTO zipcodes VALUES (70372,'Labadieville','LA','29.829135','-90.963600',-6,1); -INSERT INTO zipcodes VALUES (70373,'Larose','LA','29.535139','-90.445460',-6,1); -INSERT INTO zipcodes VALUES (70374,'Lockport','LA','29.620122','-90.492180',-6,1); -INSERT INTO zipcodes VALUES (70375,'Mathews','LA','29.697038','-90.552230',-6,1); -INSERT INTO zipcodes VALUES (70376,'Modeste','LA','30.204707','-90.869481',-6,1); -INSERT INTO zipcodes VALUES (70377,'Montegut','LA','29.428462','-90.525560',-6,1); -INSERT INTO zipcodes VALUES (70380,'Morgan City','LA','29.694806','-91.182520',-6,1); -INSERT INTO zipcodes VALUES (70381,'Morgan City','LA','29.694629','-91.259347',-6,1); -INSERT INTO zipcodes VALUES (70384,'Cankton','LA','30.350849','-92.107422',-6,1); -INSERT INTO zipcodes VALUES (70390,'Napoleonville','LA','29.915990','-91.021870',-6,1); -INSERT INTO zipcodes VALUES (70391,'Paincourtville','LA','29.990967','-91.054560',-6,1); -INSERT INTO zipcodes VALUES (70392,'Patterson','LA','29.698280','-91.313470',-6,1); -INSERT INTO zipcodes VALUES (70393,'Plattenville','LA','29.995157','-91.025860',-6,1); -INSERT INTO zipcodes VALUES (70394,'Raceland','LA','29.715302','-90.609700',-6,1); -INSERT INTO zipcodes VALUES (70395,'Schriever','LA','29.718856','-90.834250',-6,1); -INSERT INTO zipcodes VALUES (70397,'Theriot','LA','29.352141','-90.826040',-6,1); -INSERT INTO zipcodes VALUES (70401,'Hammond','LA','30.517866','-90.472540',-6,1); -INSERT INTO zipcodes VALUES (70402,'Hammond','LA','30.513982','-90.480403',-6,1); -INSERT INTO zipcodes VALUES (70403,'Hammond','LA','30.484785','-90.476200',-6,1); -INSERT INTO zipcodes VALUES (70404,'Hammond','LA','30.505061','-90.422504',-6,1); -INSERT INTO zipcodes VALUES (70420,'Abita Springs','LA','30.482725','-90.001030',-6,1); -INSERT INTO zipcodes VALUES (70421,'Akers','LA','30.612371','-90.405312',-6,1); -INSERT INTO zipcodes VALUES (70422,'Amite','LA','30.723034','-90.521080',-6,1); -INSERT INTO zipcodes VALUES (70426,'Angie','LA','30.932125','-89.862510',-6,1); -INSERT INTO zipcodes VALUES (70427,'Bogalusa','LA','30.762908','-89.877740',-6,1); -INSERT INTO zipcodes VALUES (70428,'Sun','LA','30.591363','-89.941408',-6,1); -INSERT INTO zipcodes VALUES (70429,'Bogalusa','LA','30.835030','-90.037115',-6,1); -INSERT INTO zipcodes VALUES (70431,'Bush','LA','30.613004','-89.930890',-6,1); -INSERT INTO zipcodes VALUES (70432,'Covington','LA','30.496278','-90.131145',-6,1); -INSERT INTO zipcodes VALUES (70433,'Covington','LA','30.470793','-90.104910',-6,1); -INSERT INTO zipcodes VALUES (70434,'Covington','LA','30.492753','-90.125666',-6,1); -INSERT INTO zipcodes VALUES (70435,'Covington','LA','30.539780','-90.079530',-6,1); -INSERT INTO zipcodes VALUES (70436,'Fluker','LA','30.793858','-90.510260',-6,1); -INSERT INTO zipcodes VALUES (70437,'Folsom','LA','30.616777','-90.189800',-6,1); -INSERT INTO zipcodes VALUES (70438,'Franklinton','LA','30.844465','-90.120660',-6,1); -INSERT INTO zipcodes VALUES (70440,'Mandeville','LA','30.375852','-90.078280',-6,1); -INSERT INTO zipcodes VALUES (70441,'Greensburg','LA','30.867259','-90.746880',-6,1); -INSERT INTO zipcodes VALUES (70442,'Husser','LA','30.686968','-90.323320',-6,1); -INSERT INTO zipcodes VALUES (70443,'Independence','LA','30.628735','-90.517440',-6,1); -INSERT INTO zipcodes VALUES (70444,'Kentwood','LA','30.923938','-90.502060',-6,1); -INSERT INTO zipcodes VALUES (70445,'Lacombe','LA','30.327126','-89.931180',-6,1); -INSERT INTO zipcodes VALUES (70446,'Loranger','LA','30.623502','-90.356890',-6,1); -INSERT INTO zipcodes VALUES (70447,'Madisonville','LA','30.424049','-90.185190',-6,1); -INSERT INTO zipcodes VALUES (70448,'Mandeville','LA','30.367119','-90.059990',-6,1); -INSERT INTO zipcodes VALUES (70449,'Maurepas','LA','30.272335','-90.727010',-6,1); -INSERT INTO zipcodes VALUES (70450,'Mount Hermon','LA','30.944302','-90.262520',-6,1); -INSERT INTO zipcodes VALUES (70451,'Natalbany','LA','30.546528','-90.483750',-6,1); -INSERT INTO zipcodes VALUES (70452,'Pearl River','LA','30.401481','-89.769170',-6,1); -INSERT INTO zipcodes VALUES (70453,'Pine Grove','LA','30.702471','-90.776040',-6,1); -INSERT INTO zipcodes VALUES (70454,'Ponchatoula','LA','30.427599','-90.417280',-6,1); -INSERT INTO zipcodes VALUES (70455,'Robert','LA','30.520782','-90.306380',-6,1); -INSERT INTO zipcodes VALUES (70456,'Roseland','LA','30.769493','-90.510640',-6,1); -INSERT INTO zipcodes VALUES (70457,'Saint Benedict','LA','30.425510','-89.881256',-6,1); -INSERT INTO zipcodes VALUES (70458,'Slidell','LA','30.269565','-89.775870',-6,1); -INSERT INTO zipcodes VALUES (70459,'Slidell','LA','30.425510','-89.881256',-6,1); -INSERT INTO zipcodes VALUES (70460,'Slidell','LA','30.298048','-89.811760',-6,1); -INSERT INTO zipcodes VALUES (70461,'Slidell','LA','30.266707','-89.730490',-6,1); -INSERT INTO zipcodes VALUES (70462,'Springfield','LA','30.386031','-90.572970',-6,1); -INSERT INTO zipcodes VALUES (70463,'Sun','LA','30.658471','-89.903980',-6,1); -INSERT INTO zipcodes VALUES (70464,'Talisheek','LA','30.534785','-89.885820',-6,1); -INSERT INTO zipcodes VALUES (70465,'Tangipahoa','LA','30.875453','-90.512540',-6,1); -INSERT INTO zipcodes VALUES (70466,'Tickfaw','LA','30.560995','-90.501960',-6,1); -INSERT INTO zipcodes VALUES (70467,'Angie','LA','30.901690','-89.820725',-6,1); -INSERT INTO zipcodes VALUES (70469,'Slidell','LA','30.425510','-89.881256',-6,1); -INSERT INTO zipcodes VALUES (70470,'Mandeville','LA','30.425510','-89.881256',-6,1); -INSERT INTO zipcodes VALUES (70471,'Mandeville','LA','30.400949','-90.081050',-6,1); -INSERT INTO zipcodes VALUES (70494,'Ponchatoula','LA','30.432586','-90.452775',-6,1); -INSERT INTO zipcodes VALUES (70499,'Franklinton','LA','30.847346','-90.154156',-6,1); -INSERT INTO zipcodes VALUES (70501,'Lafayette','LA','30.233400','-92.009590',-6,1); -INSERT INTO zipcodes VALUES (70502,'Lafayette','LA','30.319799','-92.026969',-6,1); -INSERT INTO zipcodes VALUES (70503,'Lafayette','LA','30.185867','-92.047060',-6,1); -INSERT INTO zipcodes VALUES (70504,'Lafayette','LA','30.213850','-92.018660',-6,1); -INSERT INTO zipcodes VALUES (70505,'Lafayette','LA','30.202251','-92.018770',-6,1); -INSERT INTO zipcodes VALUES (70506,'Lafayette','LA','30.211901','-92.059120',-6,1); -INSERT INTO zipcodes VALUES (70507,'Lafayette','LA','30.278600','-92.027590',-6,1); -INSERT INTO zipcodes VALUES (70508,'Lafayette','LA','30.163368','-92.019740',-6,1); -INSERT INTO zipcodes VALUES (70509,'Lafayette','LA','30.156506','-92.000019',-6,1); -INSERT INTO zipcodes VALUES (70510,'Abbeville','LA','29.943573','-92.148720',-6,1); -INSERT INTO zipcodes VALUES (70511,'Abbeville','LA','30.032434','-92.176655',-6,1); -INSERT INTO zipcodes VALUES (70512,'Arnaudville','LA','30.411741','-91.917020',-6,1); -INSERT INTO zipcodes VALUES (70513,'Avery Island','LA','29.907136','-91.905780',-6,1); -INSERT INTO zipcodes VALUES (70514,'Baldwin','LA','29.841827','-91.546790',-6,1); -INSERT INTO zipcodes VALUES (70515,'Basile','LA','30.474610','-92.585680',-6,1); -INSERT INTO zipcodes VALUES (70516,'Branch','LA','30.365586','-92.303630',-6,1); -INSERT INTO zipcodes VALUES (70517,'Breaux Bridge','LA','30.301254','-91.861690',-6,1); -INSERT INTO zipcodes VALUES (70518,'Broussard','LA','30.134801','-91.952510',-6,1); -INSERT INTO zipcodes VALUES (70519,'Cade','LA','30.079692','-91.911387',-6,1); -INSERT INTO zipcodes VALUES (70520,'Carencro','LA','30.327199','-92.043300',-6,1); -INSERT INTO zipcodes VALUES (70521,'Cecilia','LA','30.336379','-91.847860',-6,1); -INSERT INTO zipcodes VALUES (70522,'Centerville','LA','29.752260','-91.439679',-6,1); -INSERT INTO zipcodes VALUES (70523,'Charenton','LA','29.883266','-91.530100',-6,1); -INSERT INTO zipcodes VALUES (70524,'Chataignier','LA','30.566122','-92.321150',-6,1); -INSERT INTO zipcodes VALUES (70525,'Church Point','LA','30.414588','-92.217720',-6,1); -INSERT INTO zipcodes VALUES (70526,'Crowley','LA','30.213767','-92.379210',-6,1); -INSERT INTO zipcodes VALUES (70527,'Crowley','LA','30.228409','-92.301795',-6,1); -INSERT INTO zipcodes VALUES (70528,'Delcambre','LA','29.945707','-91.986820',-6,1); -INSERT INTO zipcodes VALUES (70529,'Duson','LA','30.198258','-92.162110',-6,1); -INSERT INTO zipcodes VALUES (70531,'Egan','LA','30.237007','-92.511990',-6,1); -INSERT INTO zipcodes VALUES (70532,'Elton','LA','30.477275','-92.696910',-6,1); -INSERT INTO zipcodes VALUES (70533,'Erath','LA','29.941157','-92.038110',-6,1); -INSERT INTO zipcodes VALUES (70534,'Estherwood','LA','30.182784','-92.465760',-6,1); -INSERT INTO zipcodes VALUES (70535,'Eunice','LA','30.492895','-92.415780',-6,1); -INSERT INTO zipcodes VALUES (70537,'Evangeline','LA','30.261809','-92.567700',-6,1); -INSERT INTO zipcodes VALUES (70538,'Franklin','LA','29.759314','-91.525610',-6,1); -INSERT INTO zipcodes VALUES (70540,'Garden City','LA','29.761665','-91.465690',-6,1); -INSERT INTO zipcodes VALUES (70541,'Grand Coteau','LA','30.419571','-92.047530',-6,1); -INSERT INTO zipcodes VALUES (70542,'Gueydan','LA','30.005408','-92.544170',-6,1); -INSERT INTO zipcodes VALUES (70543,'Iota','LA','30.328683','-92.495490',-6,1); -INSERT INTO zipcodes VALUES (70544,'Jeanerette','LA','29.910582','-91.669800',-6,1); -INSERT INTO zipcodes VALUES (70546,'Jennings','LA','30.242533','-92.663750',-6,1); -INSERT INTO zipcodes VALUES (70548,'Kaplan','LA','29.984184','-92.320700',-6,1); -INSERT INTO zipcodes VALUES (70549,'Lake Arthur','LA','30.082515','-92.725960',-6,1); -INSERT INTO zipcodes VALUES (70550,'Lawtell','LA','30.517709','-92.183500',-6,1); -INSERT INTO zipcodes VALUES (70551,'Leonville','LA','30.475194','-91.973736',-6,1); -INSERT INTO zipcodes VALUES (70552,'Loreauville','LA','30.076638','-91.712940',-6,1); -INSERT INTO zipcodes VALUES (70554,'Mamou','LA','30.630000','-92.426520',-6,1); -INSERT INTO zipcodes VALUES (70555,'Maurice','LA','30.101305','-92.131520',-6,1); -INSERT INTO zipcodes VALUES (70556,'Mermentau','LA','30.188258','-92.576140',-6,1); -INSERT INTO zipcodes VALUES (70558,'Milton','LA','30.101464','-92.063380',-6,1); -INSERT INTO zipcodes VALUES (70559,'Morse','LA','30.142775','-92.511660',-6,1); -INSERT INTO zipcodes VALUES (70560,'New Iberia','LA','29.975453','-91.840730',-6,1); -INSERT INTO zipcodes VALUES (70562,'New Iberia','LA','29.739932','-91.633100',-6,1); -INSERT INTO zipcodes VALUES (70563,'New Iberia','LA','30.022348','-91.783140',-6,1); -INSERT INTO zipcodes VALUES (70569,'Lydia','LA','29.909643','-91.812552',-6,1); -INSERT INTO zipcodes VALUES (70570,'Opelousas','LA','30.530965','-92.095210',-6,1); -INSERT INTO zipcodes VALUES (70571,'Opelousas','LA','30.574450','-92.086077',-6,1); -INSERT INTO zipcodes VALUES (70575,'Perry','LA','29.866543','-92.158982',-6,1); -INSERT INTO zipcodes VALUES (70576,'Pine Prairie','LA','30.781744','-92.419680',-6,1); -INSERT INTO zipcodes VALUES (70577,'Port Barre','LA','30.549089','-91.930060',-6,1); -INSERT INTO zipcodes VALUES (70578,'Rayne','LA','30.234581','-92.264310',-6,1); -INSERT INTO zipcodes VALUES (70580,'Reddell','LA','30.675449','-92.425620',-6,1); -INSERT INTO zipcodes VALUES (70581,'Roanoke','LA','30.247110','-92.739510',-6,1); -INSERT INTO zipcodes VALUES (70582,'Saint Martinville','LA','30.148473','-91.800300',-6,1); -INSERT INTO zipcodes VALUES (70583,'Scott','LA','30.244311','-92.100990',-6,1); -INSERT INTO zipcodes VALUES (70584,'Sunset','LA','30.394648','-92.077860',-6,1); -INSERT INTO zipcodes VALUES (70585,'Turkey Creek','LA','30.871853','-92.405320',-6,1); -INSERT INTO zipcodes VALUES (70586,'Ville Platte','LA','30.710639','-92.306280',-6,1); -INSERT INTO zipcodes VALUES (70589,'Washington','LA','30.653805','-92.054790',-6,1); -INSERT INTO zipcodes VALUES (70591,'Welsh','LA','30.246368','-92.831990',-6,1); -INSERT INTO zipcodes VALUES (70592,'Youngsville','LA','30.103107','-91.999930',-6,1); -INSERT INTO zipcodes VALUES (70593,'Lafayette','LA','30.208120','-92.095109',-6,1); -INSERT INTO zipcodes VALUES (70594,'Raceland','LA','29.700243','-90.570722',-6,1); -INSERT INTO zipcodes VALUES (70596,'Lafayette','LA','30.208120','-92.095109',-6,1); -INSERT INTO zipcodes VALUES (70598,'Lafayette','LA','30.208120','-92.095109',-6,1); -INSERT INTO zipcodes VALUES (70601,'Lake Charles','LA','30.226399','-93.204960',-6,1); -INSERT INTO zipcodes VALUES (70602,'Lake Charles','LA','30.264232','-93.326527',-6,1); -INSERT INTO zipcodes VALUES (70605,'Lake Charles','LA','30.165907','-93.249050',-6,1); -INSERT INTO zipcodes VALUES (70606,'Lake Charles','LA','30.264232','-93.326527',-6,1); -INSERT INTO zipcodes VALUES (70607,'Lake Charles','LA','30.129908','-93.196320',-6,1); -INSERT INTO zipcodes VALUES (70609,'Lake Charles','LA','30.264232','-93.326527',-6,1); -INSERT INTO zipcodes VALUES (70611,'Lake Charles','LA','30.327970','-93.210900',-6,1); -INSERT INTO zipcodes VALUES (70612,'Lake Charles','LA','30.264232','-93.326527',-6,1); -INSERT INTO zipcodes VALUES (70615,'Lake Charles','LA','30.239906','-93.149770',-6,1); -INSERT INTO zipcodes VALUES (70616,'Lake Charles','LA','30.264232','-93.326527',-6,1); -INSERT INTO zipcodes VALUES (70629,'Lake Charles','LA','30.264232','-93.326527',-6,1); -INSERT INTO zipcodes VALUES (70630,'Bell City','LA','30.077002','-93.032240',-6,1); -INSERT INTO zipcodes VALUES (70631,'Cameron','LA','29.778234','-93.409070',-6,1); -INSERT INTO zipcodes VALUES (70632,'Creole','LA','29.836547','-93.036300',-6,1); -INSERT INTO zipcodes VALUES (70633,'Dequincy','LA','30.444310','-93.412210',-6,1); -INSERT INTO zipcodes VALUES (70634,'Deridder','LA','30.835881','-93.270710',-6,1); -INSERT INTO zipcodes VALUES (70637,'Dry Creek','LA','30.685067','-92.980650',-6,1); -INSERT INTO zipcodes VALUES (70638,'Elizabeth','LA','30.867410','-92.794420',-6,1); -INSERT INTO zipcodes VALUES (70639,'Evans','LA','30.994164','-93.499980',-6,1); -INSERT INTO zipcodes VALUES (70640,'Fenton','LA','30.366126','-92.918370',-6,1); -INSERT INTO zipcodes VALUES (70642,'Fullerton','LA','31.111979','-93.200936',-6,1); -INSERT INTO zipcodes VALUES (70643,'Grand Chenier','LA','29.771240','-92.887320',-6,1); -INSERT INTO zipcodes VALUES (70644,'Grant','LA','30.799893','-92.944080',-6,1); -INSERT INTO zipcodes VALUES (70645,'Hackberry','LA','29.995358','-93.375750',-6,1); -INSERT INTO zipcodes VALUES (70646,'Hayes','LA','30.107308','-92.919920',-6,1); -INSERT INTO zipcodes VALUES (70647,'Iowa','LA','30.243213','-93.003860',-6,1); -INSERT INTO zipcodes VALUES (70648,'Kinder','LA','30.494379','-92.859920',-6,1); -INSERT INTO zipcodes VALUES (70650,'Lacassine','LA','30.235892','-92.915270',-6,1); -INSERT INTO zipcodes VALUES (70651,'Leblanc','LA','30.518729','-92.961990',-6,1); -INSERT INTO zipcodes VALUES (70652,'Longville','LA','30.599065','-93.256100',-6,1); -INSERT INTO zipcodes VALUES (70653,'Merryville','LA','30.685274','-93.558270',-6,1); -INSERT INTO zipcodes VALUES (70654,'Mittie','LA','30.710561','-92.890810',-6,1); -INSERT INTO zipcodes VALUES (70655,'Oberlin','LA','30.620456','-92.745820',-6,1); -INSERT INTO zipcodes VALUES (70656,'Pitkin','LA','30.937089','-92.948020',-6,1); -INSERT INTO zipcodes VALUES (70657,'Ragley','LA','30.472103','-93.139570',-6,1); -INSERT INTO zipcodes VALUES (70658,'Reeves','LA','30.518748','-93.027350',-6,1); -INSERT INTO zipcodes VALUES (70659,'Rosepine','LA','30.921274','-93.281940',-6,1); -INSERT INTO zipcodes VALUES (70660,'Singer','LA','30.586251','-93.421350',-6,1); -INSERT INTO zipcodes VALUES (70661,'Starks','LA','30.338939','-93.664720',-6,1); -INSERT INTO zipcodes VALUES (70662,'Sugartown','LA','30.811926','-93.005820',-6,1); -INSERT INTO zipcodes VALUES (70663,'Sulphur','LA','30.245205','-93.363600',-6,1); -INSERT INTO zipcodes VALUES (70664,'Sulphur','LA','30.264232','-93.326527',-6,1); -INSERT INTO zipcodes VALUES (70665,'Sulphur','LA','30.154028','-93.424120',-6,1); -INSERT INTO zipcodes VALUES (70668,'Vinton','LA','30.183689','-93.598150',-6,1); -INSERT INTO zipcodes VALUES (70669,'Westlake','LA','30.251665','-93.270470',-6,1); -INSERT INTO zipcodes VALUES (70704,'Baker','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70706,'Denham Springs','LA','30.608471','-90.927580',-6,1); -INSERT INTO zipcodes VALUES (70707,'Gonzales','LA','30.204707','-90.869481',-6,1); -INSERT INTO zipcodes VALUES (70710,'Addis','LA','30.350306','-91.261210',-6,1); -INSERT INTO zipcodes VALUES (70711,'Albany','LA','30.508318','-90.585460',-6,1); -INSERT INTO zipcodes VALUES (70712,'Angola','LA','30.949066','-91.592940',-6,1); -INSERT INTO zipcodes VALUES (70714,'Baker','LA','30.584787','-91.147630',-6,1); -INSERT INTO zipcodes VALUES (70715,'Batchelor','LA','30.822847','-91.705310',-6,1); -INSERT INTO zipcodes VALUES (70716,'Bayou Goula','LA','30.261384','-91.360260',-6,1); -INSERT INTO zipcodes VALUES (70717,'Blanks','LA','30.547187','-91.591190',-6,1); -INSERT INTO zipcodes VALUES (70718,'Brittany','LA','30.201004','-90.868876',-6,1); -INSERT INTO zipcodes VALUES (70719,'Brusly','LA','30.384402','-91.255490',-6,1); -INSERT INTO zipcodes VALUES (70720,'Bueche','LA','30.587305','-91.332520',-6,1); -INSERT INTO zipcodes VALUES (70721,'Carville','LA','30.216906','-91.079750',-6,1); -INSERT INTO zipcodes VALUES (70722,'Clinton','LA','30.823174','-90.921000',-6,1); -INSERT INTO zipcodes VALUES (70723,'Convent','LA','30.063433','-90.846440',-6,1); -INSERT INTO zipcodes VALUES (70725,'Darrow','LA','30.130584','-90.959090',-6,1); -INSERT INTO zipcodes VALUES (70726,'Denham Springs','LA','30.468526','-90.928270',-6,1); -INSERT INTO zipcodes VALUES (70727,'Denham Springs','LA','30.337495','-90.843449',-6,1); -INSERT INTO zipcodes VALUES (70728,'Duplessis','LA','30.295446','-90.945836',-6,1); -INSERT INTO zipcodes VALUES (70729,'Erwinville','LA','30.546033','-91.418980',-6,1); -INSERT INTO zipcodes VALUES (70730,'Ethel','LA','30.810733','-91.115410',-6,1); -INSERT INTO zipcodes VALUES (70732,'Fordoche','LA','30.605673','-91.616120',-6,1); -INSERT INTO zipcodes VALUES (70733,'French Settlement','LA','30.307865','-90.800540',-6,1); -INSERT INTO zipcodes VALUES (70734,'Geismar','LA','30.211172','-91.008750',-6,1); -INSERT INTO zipcodes VALUES (70736,'Glynn','LA','30.633678','-91.337860',-6,1); -INSERT INTO zipcodes VALUES (70737,'Gonzales','LA','30.229237','-90.922510',-6,1); -INSERT INTO zipcodes VALUES (70738,'Burnside','LA','30.204707','-90.869481',-6,1); -INSERT INTO zipcodes VALUES (70739,'Greenwell Springs','LA','30.585687','-90.980140',-6,1); -INSERT INTO zipcodes VALUES (70740,'Grosse Tete','LA','30.399271','-91.421480',-6,1); -INSERT INTO zipcodes VALUES (70743,'Hester','LA','30.019278','-90.776190',-6,1); -INSERT INTO zipcodes VALUES (70744,'Holden','LA','30.535477','-90.674640',-6,1); -INSERT INTO zipcodes VALUES (70747,'Innis','LA','30.878083','-91.676720',-6,1); -INSERT INTO zipcodes VALUES (70748,'Jackson','LA','30.826285','-91.228120',-6,1); -INSERT INTO zipcodes VALUES (70749,'Jarreau','LA','30.622391','-91.414680',-6,1); -INSERT INTO zipcodes VALUES (70750,'Krotz Springs','LA','30.514159','-91.742460',-6,1); -INSERT INTO zipcodes VALUES (70751,'Labarre','LA','30.751300','-91.566273',-6,1); -INSERT INTO zipcodes VALUES (70752,'Lakeland','LA','30.587852','-91.399940',-6,1); -INSERT INTO zipcodes VALUES (70753,'Lettsworth','LA','30.917437','-91.712600',-6,1); -INSERT INTO zipcodes VALUES (70754,'Livingston','LA','30.447866','-90.752280',-6,1); -INSERT INTO zipcodes VALUES (70755,'Livonia','LA','30.568308','-91.550750',-6,1); -INSERT INTO zipcodes VALUES (70756,'Lottie','LA','30.548421','-91.632500',-6,1); -INSERT INTO zipcodes VALUES (70757,'Maringouin','LA','30.483791','-91.516190',-6,1); -INSERT INTO zipcodes VALUES (70759,'Morganza','LA','30.720494','-91.580290',-6,1); -INSERT INTO zipcodes VALUES (70760,'New Roads','LA','30.700337','-91.440320',-6,1); -INSERT INTO zipcodes VALUES (70761,'Norwood','LA','30.972292','-91.078950',-6,1); -INSERT INTO zipcodes VALUES (70762,'Oscar','LA','30.609979','-91.461810',-6,1); -INSERT INTO zipcodes VALUES (70763,'Paulina','LA','30.033180','-90.736740',-6,1); -INSERT INTO zipcodes VALUES (70764,'Plaquemine','LA','30.270694','-91.248530',-6,1); -INSERT INTO zipcodes VALUES (70765,'Plaquemine','LA','30.261384','-91.360260',-6,1); -INSERT INTO zipcodes VALUES (70767,'Port Allen','LA','30.473536','-91.263240',-6,1); -INSERT INTO zipcodes VALUES (70769,'Prairieville','LA','30.311440','-90.939550',-6,1); -INSERT INTO zipcodes VALUES (70770,'Pride','LA','30.642585','-90.994890',-6,1); -INSERT INTO zipcodes VALUES (70772,'Rosedale','LA','30.439483','-91.468060',-6,1); -INSERT INTO zipcodes VALUES (70773,'Rougon','LA','30.613588','-91.363610',-6,1); -INSERT INTO zipcodes VALUES (70774,'Saint Amant','LA','30.212699','-90.819470',-6,1); -INSERT INTO zipcodes VALUES (70775,'Saint Francisville','LA','30.857355','-91.373080',-6,1); -INSERT INTO zipcodes VALUES (70776,'Saint Gabriel','LA','30.264611','-91.095950',-6,1); -INSERT INTO zipcodes VALUES (70777,'Slaughter','LA','30.722133','-91.109150',-6,1); -INSERT INTO zipcodes VALUES (70778,'Sorrento','LA','30.182068','-90.857070',-6,1); -INSERT INTO zipcodes VALUES (70780,'Sunshine','LA','30.287104','-91.153620',-6,1); -INSERT INTO zipcodes VALUES (70781,'Torbert','LA','30.561065','-91.486070',-6,1); -INSERT INTO zipcodes VALUES (70782,'Tunica','LA','30.934986','-91.537010',-6,1); -INSERT INTO zipcodes VALUES (70783,'Ventress','LA','30.680083','-91.398520',-6,1); -INSERT INTO zipcodes VALUES (70784,'Wakefield','LA','30.917453','-91.358149',-6,1); -INSERT INTO zipcodes VALUES (70785,'Walker','LA','30.521962','-90.840350',-6,1); -INSERT INTO zipcodes VALUES (70786,'Watson','LA','30.550219','-90.958219',-6,1); -INSERT INTO zipcodes VALUES (70787,'Weyanoke','LA','30.962103','-91.473510',-6,1); -INSERT INTO zipcodes VALUES (70788,'White Castle','LA','30.153959','-91.159300',-6,1); -INSERT INTO zipcodes VALUES (70789,'Wilson','LA','30.925815','-91.096720',-6,1); -INSERT INTO zipcodes VALUES (70791,'Zachary','LA','30.655578','-91.140150',-6,1); -INSERT INTO zipcodes VALUES (70792,'Uncle Sam','LA','30.027914','-90.802759',-6,1); -INSERT INTO zipcodes VALUES (70801,'Baton Rouge','LA','30.448840','-91.186330',-6,1); -INSERT INTO zipcodes VALUES (70802,'Baton Rouge','LA','30.446290','-91.173050',-6,1); -INSERT INTO zipcodes VALUES (70803,'Baton Rouge','LA','30.405002','-91.186834',-6,1); -INSERT INTO zipcodes VALUES (70804,'Baton Rouge','LA','30.386267','-91.133905',-6,1); -INSERT INTO zipcodes VALUES (70805,'Baton Rouge','LA','30.485639','-91.156120',-6,1); -INSERT INTO zipcodes VALUES (70806,'Baton Rouge','LA','30.444950','-91.138060',-6,1); -INSERT INTO zipcodes VALUES (70807,'Baton Rouge','LA','30.534088','-91.178650',-6,1); -INSERT INTO zipcodes VALUES (70808,'Baton Rouge','LA','30.411391','-91.149700',-6,1); -INSERT INTO zipcodes VALUES (70809,'Baton Rouge','LA','30.403341','-91.080350',-6,1); -INSERT INTO zipcodes VALUES (70810,'Baton Rouge','LA','30.361609','-91.090410',-6,1); -INSERT INTO zipcodes VALUES (70811,'Baton Rouge','LA','30.525121','-91.131850',-6,1); -INSERT INTO zipcodes VALUES (70812,'Baton Rouge','LA','30.504989','-91.118800',-6,1); -INSERT INTO zipcodes VALUES (70813,'Baton Rouge','LA','30.520111','-91.194863',-6,1); -INSERT INTO zipcodes VALUES (70814,'Baton Rouge','LA','30.484756','-91.068620',-6,1); -INSERT INTO zipcodes VALUES (70815,'Baton Rouge','LA','30.455140','-91.063580',-6,1); -INSERT INTO zipcodes VALUES (70816,'Baton Rouge','LA','30.425791','-91.038150',-6,1); -INSERT INTO zipcodes VALUES (70817,'Baton Rouge','LA','30.387642','-90.999210',-6,1); -INSERT INTO zipcodes VALUES (70818,'Baton Rouge','LA','30.537938','-91.048120',-6,1); -INSERT INTO zipcodes VALUES (70819,'Baton Rouge','LA','30.465340','-91.016590',-6,1); -INSERT INTO zipcodes VALUES (70820,'Baton Rouge','LA','30.373865','-91.170650',-6,1); -INSERT INTO zipcodes VALUES (70821,'Baton Rouge','LA','30.461252','-91.044723',-6,1); -INSERT INTO zipcodes VALUES (70822,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70823,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70825,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70826,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70827,'Baton Rouge','LA','30.433837','-91.082468',-6,1); -INSERT INTO zipcodes VALUES (70831,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70832,'Elton','LA','30.484853','-92.694679',-6,1); -INSERT INTO zipcodes VALUES (70833,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70835,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70836,'Baton Rouge','LA','30.388292','-91.086310',-6,1); -INSERT INTO zipcodes VALUES (70837,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70848,'Baton Rouge','LA','30.433083','-91.102808',-6,1); -INSERT INTO zipcodes VALUES (70874,'Baton Rouge','LA','30.590238','-91.205400',-6,1); -INSERT INTO zipcodes VALUES (70879,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70883,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70884,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70892,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70893,'Baton Rouge','LA','30.412991','-91.171456',-6,1); -INSERT INTO zipcodes VALUES (70894,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70895,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70896,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70898,'Baton Rouge','LA','30.515890','-91.080373',-6,1); -INSERT INTO zipcodes VALUES (70952,'Youngsville','LA','30.117148','-91.990319',-6,1); -INSERT INTO zipcodes VALUES (71001,'Arcadia','LA','32.577610','-92.906200',-6,1); -INSERT INTO zipcodes VALUES (71002,'Ashland','LA','32.129489','-93.082730',-6,1); -INSERT INTO zipcodes VALUES (71003,'Athens','LA','32.642811','-93.017090',-6,1); -INSERT INTO zipcodes VALUES (71004,'Belcher','LA','32.765739','-93.880280',-6,1); -INSERT INTO zipcodes VALUES (71006,'Benton','LA','32.697056','-93.699100',-6,1); -INSERT INTO zipcodes VALUES (71007,'Bethany','LA','32.420611','-94.009230',-6,1); -INSERT INTO zipcodes VALUES (71008,'Bienville','LA','32.331964','-92.951730',-6,1); -INSERT INTO zipcodes VALUES (71009,'Blanchard','LA','32.579853','-93.893170',-6,1); -INSERT INTO zipcodes VALUES (71016,'Castor','LA','32.204949','-93.103830',-6,1); -INSERT INTO zipcodes VALUES (71018,'Cotton Valley','LA','32.803257','-93.408020',-6,1); -INSERT INTO zipcodes VALUES (71019,'Coushatta','LA','32.050033','-93.319280',-6,1); -INSERT INTO zipcodes VALUES (71021,'Cullen','LA','32.969535','-93.449590',-6,1); -INSERT INTO zipcodes VALUES (71023,'Doyline','LA','32.487485','-93.390350',-6,1); -INSERT INTO zipcodes VALUES (71024,'Dubberly','LA','32.502528','-93.213260',-6,1); -INSERT INTO zipcodes VALUES (71025,'East Point','LA','32.062391','-93.367949',-6,1); -INSERT INTO zipcodes VALUES (71027,'Frierson','LA','32.234006','-93.690080',-6,1); -INSERT INTO zipcodes VALUES (71028,'Gibsland','LA','32.518748','-93.057050',-6,1); -INSERT INTO zipcodes VALUES (71029,'Gilliam','LA','32.828541','-93.839180',-6,1); -INSERT INTO zipcodes VALUES (71030,'Gloster','LA','32.191147','-93.819100',-6,1); -INSERT INTO zipcodes VALUES (71031,'Goldonna','LA','32.017160','-92.905900',-6,1); -INSERT INTO zipcodes VALUES (71032,'Grand Cane','LA','32.110359','-93.785840',-6,1); -INSERT INTO zipcodes VALUES (71033,'Greenwood','LA','32.453029','-93.996830',-6,1); -INSERT INTO zipcodes VALUES (71034,'Hall Summit','LA','32.176112','-93.303980',-6,1); -INSERT INTO zipcodes VALUES (71036,'Harmon','LA','32.062391','-93.367949',-6,1); -INSERT INTO zipcodes VALUES (71037,'Haughton','LA','32.569798','-93.551330',-6,1); -INSERT INTO zipcodes VALUES (71038,'Haynesville','LA','32.954851','-93.113440',-6,1); -INSERT INTO zipcodes VALUES (71039,'Heflin','LA','32.429157','-93.295490',-6,1); -INSERT INTO zipcodes VALUES (71040,'Homer','LA','32.782880','-93.031760',-6,1); -INSERT INTO zipcodes VALUES (71043,'Hosston','LA','32.890777','-93.879950',-6,1); -INSERT INTO zipcodes VALUES (71044,'Ida','LA','32.983957','-93.892540',-6,1); -INSERT INTO zipcodes VALUES (71045,'Jamestown','LA','32.342739','-93.160750',-6,1); -INSERT INTO zipcodes VALUES (71046,'Keatchie','LA','32.168532','-93.954020',-6,1); -INSERT INTO zipcodes VALUES (71047,'Keithville','LA','32.309864','-93.870890',-6,1); -INSERT INTO zipcodes VALUES (71048,'Lisbon','LA','32.830135','-92.855680',-6,1); -INSERT INTO zipcodes VALUES (71049,'Logansport','LA','31.991863','-93.983560',-6,1); -INSERT INTO zipcodes VALUES (71050,'Longstreet','LA','32.117539','-93.913834',-6,1); -INSERT INTO zipcodes VALUES (71051,'Elm Grove','LA','32.317180','-93.503660',-6,1); -INSERT INTO zipcodes VALUES (71052,'Mansfield','LA','32.031067','-93.685850',-6,1); -INSERT INTO zipcodes VALUES (71053,'South Mansfield','LA','32.048905','-93.608059',-6,1); -INSERT INTO zipcodes VALUES (71055,'Minden','LA','32.631009','-93.287510',-6,1); -INSERT INTO zipcodes VALUES (71058,'Minden','LA','32.576948','-93.250705',-6,1); -INSERT INTO zipcodes VALUES (71059,'Mansfield','LA','32.044529','-93.691972',-6,1); -INSERT INTO zipcodes VALUES (71060,'Mooringsport','LA','32.679068','-93.975340',-6,1); -INSERT INTO zipcodes VALUES (71061,'Oil City','LA','32.748354','-93.971880',-6,1); -INSERT INTO zipcodes VALUES (71063,'Pelican','LA','31.920574','-93.483650',-6,1); -INSERT INTO zipcodes VALUES (71064,'Plain Dealing','LA','32.913383','-93.689120',-6,1); -INSERT INTO zipcodes VALUES (71065,'Pleasant Hill','LA','31.810803','-93.508200',-6,1); -INSERT INTO zipcodes VALUES (71066,'Powhatan','LA','31.874172','-93.197190',-6,1); -INSERT INTO zipcodes VALUES (71067,'Princeton','LA','32.596886','-93.502600',-6,1); -INSERT INTO zipcodes VALUES (71068,'Ringgold','LA','32.304429','-93.330080',-6,1); -INSERT INTO zipcodes VALUES (71069,'Rodessa','LA','32.978828','-93.997330',-6,1); -INSERT INTO zipcodes VALUES (71070,'Saline','LA','32.122435','-92.984140',-6,1); -INSERT INTO zipcodes VALUES (71071,'Sarepta','LA','32.924798','-93.452950',-6,1); -INSERT INTO zipcodes VALUES (71072,'Shongaloo','LA','32.941481','-93.310200',-6,1); -INSERT INTO zipcodes VALUES (71073,'Sibley','LA','32.535107','-93.302970',-6,1); -INSERT INTO zipcodes VALUES (71075,'Springhill','LA','32.994597','-93.459920',-6,1); -INSERT INTO zipcodes VALUES (71076,'Castor','LA','32.250430','-93.155616',-6,1); -INSERT INTO zipcodes VALUES (71078,'Stonewall','LA','32.278422','-93.794690',-6,1); -INSERT INTO zipcodes VALUES (71079,'Summerfield','LA','32.937726','-92.804710',-6,1); -INSERT INTO zipcodes VALUES (71080,'Taylor','LA','32.366002','-93.101086',-6,1); -INSERT INTO zipcodes VALUES (71082,'Vivian','LA','32.849008','-93.975990',-6,1); -INSERT INTO zipcodes VALUES (71095,'Jamestown','LA','32.342050','-93.203923',-6,1); -INSERT INTO zipcodes VALUES (71101,'Shreveport','LA','32.505352','-93.748610',-6,1); -INSERT INTO zipcodes VALUES (71102,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71103,'Shreveport','LA','32.490777','-93.767610',-6,1); -INSERT INTO zipcodes VALUES (71104,'Shreveport','LA','32.484232','-93.736710',-6,1); -INSERT INTO zipcodes VALUES (71105,'Shreveport','LA','32.457903','-93.713300',-6,1); -INSERT INTO zipcodes VALUES (71106,'Shreveport','LA','32.426104','-93.745420',-6,1); -INSERT INTO zipcodes VALUES (71107,'Shreveport','LA','32.564430','-93.830500',-6,1); -INSERT INTO zipcodes VALUES (71108,'Shreveport','LA','32.449286','-93.780000',-6,1); -INSERT INTO zipcodes VALUES (71109,'Shreveport','LA','32.474453','-93.800220',-6,1); -INSERT INTO zipcodes VALUES (71110,'Barksdale AFB','LA','32.477994','-93.619180',-6,1); -INSERT INTO zipcodes VALUES (71111,'Bossier City','LA','32.552315','-93.708360',-6,1); -INSERT INTO zipcodes VALUES (71112,'Bossier City','LA','32.478752','-93.670400',-6,1); -INSERT INTO zipcodes VALUES (71113,'Bossier City','LA','32.627620','-93.608968',-6,1); -INSERT INTO zipcodes VALUES (71115,'Shreveport','LA','32.350987','-93.629380',-6,1); -INSERT INTO zipcodes VALUES (71118,'Shreveport','LA','32.397255','-93.804300',-6,1); -INSERT INTO zipcodes VALUES (71119,'Shreveport','LA','32.487601','-93.890640',-6,1); -INSERT INTO zipcodes VALUES (71120,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71129,'Shreveport','LA','32.420670','-93.887700',-6,1); -INSERT INTO zipcodes VALUES (71130,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71133,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71134,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71135,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71136,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71137,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71138,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71148,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71149,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71151,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71152,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71153,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71154,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71156,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71161,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71162,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71163,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71164,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71165,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71166,'Shreveport','LA','32.607556','-93.752560',-6,1); -INSERT INTO zipcodes VALUES (71171,'Bossier City','LA','32.627620','-93.608968',-6,1); -INSERT INTO zipcodes VALUES (71172,'Bossier City','LA','32.627620','-93.608968',-6,1); -INSERT INTO zipcodes VALUES (71201,'Monroe','LA','32.519393','-92.107550',-6,1); -INSERT INTO zipcodes VALUES (71202,'Monroe','LA','32.456862','-92.088810',-6,1); -INSERT INTO zipcodes VALUES (71203,'Monroe','LA','32.547067','-92.043840',-6,1); -INSERT INTO zipcodes VALUES (71207,'Monroe','LA','32.490777','-92.159354',-6,1); -INSERT INTO zipcodes VALUES (71208,'Monroe','LA','32.496764','-92.075615',-6,1); -INSERT INTO zipcodes VALUES (71209,'Monroe','LA','32.527693','-92.075583',-6,1); -INSERT INTO zipcodes VALUES (71210,'Monroe','LA','32.490777','-92.159354',-6,1); -INSERT INTO zipcodes VALUES (71211,'Monroe','LA','32.490777','-92.159354',-6,1); -INSERT INTO zipcodes VALUES (71212,'Monroe','LA','32.528593','-92.072683',-6,1); -INSERT INTO zipcodes VALUES (71213,'Monroe','LA','32.490777','-92.159354',-6,1); -INSERT INTO zipcodes VALUES (71218,'Archibald','LA','32.350427','-91.772200',-6,1); -INSERT INTO zipcodes VALUES (71219,'Baskin','LA','32.308243','-91.715270',-6,1); -INSERT INTO zipcodes VALUES (71220,'Bastrop','LA','32.814969','-91.906780',-6,1); -INSERT INTO zipcodes VALUES (71221,'Bastrop','LA','32.823863','-91.843528',-6,1); -INSERT INTO zipcodes VALUES (71222,'Bernice','LA','32.829213','-92.652960',-6,1); -INSERT INTO zipcodes VALUES (71223,'Bonita','LA','32.919093','-91.677370',-6,1); -INSERT INTO zipcodes VALUES (71225,'Calhoun','LA','32.507942','-92.349230',-6,1); -INSERT INTO zipcodes VALUES (71226,'Chatham','LA','32.277816','-92.452830',-6,1); -INSERT INTO zipcodes VALUES (71227,'Choudrant','LA','32.533389','-92.491640',-6,1); -INSERT INTO zipcodes VALUES (71229,'Collinston','LA','32.678312','-91.895460',-6,1); -INSERT INTO zipcodes VALUES (71230,'Crowville','LA','32.138935','-91.691899',-6,1); -INSERT INTO zipcodes VALUES (71232,'Delhi','LA','32.438621','-91.508090',-6,1); -INSERT INTO zipcodes VALUES (71233,'Delta','LA','32.341594','-91.216458',-6,1); -INSERT INTO zipcodes VALUES (71234,'Downsville','LA','32.641967','-92.352900',-6,1); -INSERT INTO zipcodes VALUES (71235,'Dubach','LA','32.683644','-92.671790',-6,1); -INSERT INTO zipcodes VALUES (71237,'Epps','LA','32.597244','-91.476640',-6,1); -INSERT INTO zipcodes VALUES (71238,'Eros','LA','32.361562','-92.375170',-6,1); -INSERT INTO zipcodes VALUES (71240,'Fairbanks','LA','32.490777','-92.159354',-6,1); -INSERT INTO zipcodes VALUES (71241,'Farmerville','LA','32.764289','-92.376570',-6,1); -INSERT INTO zipcodes VALUES (71242,'Forest','LA','32.823880','-91.398944',-6,1); -INSERT INTO zipcodes VALUES (71243,'Fort Necessity','LA','31.950754','-91.784630',-6,1); -INSERT INTO zipcodes VALUES (71245,'Grambling','LA','32.526277','-92.717940',-6,1); -INSERT INTO zipcodes VALUES (71247,'Hodge','LA','32.272141','-92.724890',-6,1); -INSERT INTO zipcodes VALUES (71249,'Jigger','LA','32.138935','-91.691899',-6,1); -INSERT INTO zipcodes VALUES (71250,'Jones','LA','32.978295','-91.619450',-6,1); -INSERT INTO zipcodes VALUES (71251,'Jonesboro','LA','32.229884','-92.697630',-6,1); -INSERT INTO zipcodes VALUES (71253,'Kilbourne','LA','32.995821','-91.316860',-6,1); -INSERT INTO zipcodes VALUES (71254,'Lake Providence','LA','32.806899','-91.207590',-6,1); -INSERT INTO zipcodes VALUES (71256,'Lillie','LA','32.957004','-92.701520',-6,1); -INSERT INTO zipcodes VALUES (71259,'Mangham','LA','32.286179','-91.808040',-6,1); -INSERT INTO zipcodes VALUES (71260,'Marion','LA','32.885372','-92.235810',-6,1); -INSERT INTO zipcodes VALUES (71261,'Mer Rouge','LA','32.770852','-91.743610',-6,1); -INSERT INTO zipcodes VALUES (71263,'Oak Grove','LA','32.887552','-91.410700',-6,1); -INSERT INTO zipcodes VALUES (71264,'Oak Ridge','LA','32.601149','-91.799170',-6,1); -INSERT INTO zipcodes VALUES (71266,'Pioneer','LA','32.714211','-91.457760',-6,1); -INSERT INTO zipcodes VALUES (71268,'Quitman','LA','32.341112','-92.720270',-6,1); -INSERT INTO zipcodes VALUES (71269,'Rayville','LA','32.457301','-91.787540',-6,1); -INSERT INTO zipcodes VALUES (71270,'Ruston','LA','32.524760','-92.646960',-6,1); -INSERT INTO zipcodes VALUES (71272,'Ruston','LA','32.525825','-92.649298',-6,1); -INSERT INTO zipcodes VALUES (71273,'Ruston','LA','32.606535','-92.648384',-6,1); -INSERT INTO zipcodes VALUES (71275,'Simsboro','LA','32.513699','-92.806330',-6,1); -INSERT INTO zipcodes VALUES (71276,'Sondheimer','LA','32.582205','-91.115410',-6,1); -INSERT INTO zipcodes VALUES (71277,'Spearsville','LA','32.957393','-92.579350',-6,1); -INSERT INTO zipcodes VALUES (71279,'Start','LA','32.491910','-91.856326',-6,1); -INSERT INTO zipcodes VALUES (71280,'Sterlington','LA','32.700356','-92.082830',-6,1); -INSERT INTO zipcodes VALUES (71281,'Swartz','LA','32.490777','-92.159354',-6,1); -INSERT INTO zipcodes VALUES (71282,'Tallulah','LA','32.397286','-91.176570',-6,1); -INSERT INTO zipcodes VALUES (71284,'Tallulah','LA','32.341594','-91.216458',-6,1); -INSERT INTO zipcodes VALUES (71286,'Transylvania','LA','32.660116','-91.205310',-6,1); -INSERT INTO zipcodes VALUES (71291,'West Monroe','LA','32.526944','-92.159900',-6,1); -INSERT INTO zipcodes VALUES (71292,'West Monroe','LA','32.456034','-92.182760',-6,1); -INSERT INTO zipcodes VALUES (71294,'West Monroe','LA','32.490777','-92.159354',-6,1); -INSERT INTO zipcodes VALUES (71295,'Winnsboro','LA','32.156791','-91.728740',-6,1); -INSERT INTO zipcodes VALUES (71301,'Alexandria','LA','31.294532','-92.460150',-6,1); -INSERT INTO zipcodes VALUES (71302,'Alexandria','LA','31.261716','-92.424690',-6,1); -INSERT INTO zipcodes VALUES (71303,'Alexandria','LA','31.302432','-92.505150',-6,1); -INSERT INTO zipcodes VALUES (71306,'Alexandria','LA','31.075638','-92.446135',-6,1); -INSERT INTO zipcodes VALUES (71307,'Alexandria','LA','31.203393','-92.526927',-6,1); -INSERT INTO zipcodes VALUES (71309,'Alexandria','LA','31.304730','-92.619593',-6,1); -INSERT INTO zipcodes VALUES (71315,'Alexandria','LA','31.139651','-92.398384',-6,1); -INSERT INTO zipcodes VALUES (71316,'Acme','LA','31.252471','-91.770310',-6,1); -INSERT INTO zipcodes VALUES (71320,'Bordelonville','LA','31.174100','-91.725010',-6,1); -INSERT INTO zipcodes VALUES (71322,'Bunkie','LA','30.920328','-92.168090',-6,1); -INSERT INTO zipcodes VALUES (71323,'Center Point','LA','31.247945','-92.216240',-6,1); -INSERT INTO zipcodes VALUES (71324,'Chase','LA','32.138935','-91.691899',-6,1); -INSERT INTO zipcodes VALUES (71325,'Cheneyville','LA','30.996931','-92.322280',-6,1); -INSERT INTO zipcodes VALUES (71326,'Clayton','LA','31.755985','-91.578520',-6,1); -INSERT INTO zipcodes VALUES (71327,'Cottonport','LA','30.986760','-92.043190',-6,1); -INSERT INTO zipcodes VALUES (71328,'Deville','LA','31.365331','-92.195460',-6,1); -INSERT INTO zipcodes VALUES (71329,'Dupont','LA','31.095889','-91.978990',-6,1); -INSERT INTO zipcodes VALUES (71330,'Echo','LA','31.110171','-92.236570',-6,1); -INSERT INTO zipcodes VALUES (71331,'Effie','LA','31.219680','-92.073450',-6,1); -INSERT INTO zipcodes VALUES (71333,'Evergreen','LA','30.930026','-92.089550',-6,1); -INSERT INTO zipcodes VALUES (71334,'Ferriday','LA','31.667978','-91.513820',-6,1); -INSERT INTO zipcodes VALUES (71336,'Gilbert','LA','32.037425','-91.644750',-6,1); -INSERT INTO zipcodes VALUES (71339,'Hamburg','LA','31.024614','-91.927150',-6,1); -INSERT INTO zipcodes VALUES (71340,'Harrisonburg','LA','31.765818','-91.823820',-6,1); -INSERT INTO zipcodes VALUES (71341,'Hessmer','LA','31.060792','-92.157020',-6,1); -INSERT INTO zipcodes VALUES (71342,'Jena','LA','31.654792','-92.128720',-6,1); -INSERT INTO zipcodes VALUES (71343,'Jonesville','LA','31.586986','-91.867250',-6,1); -INSERT INTO zipcodes VALUES (71345,'Lebeau','LA','30.728695','-91.972700',-6,1); -INSERT INTO zipcodes VALUES (71346,'Lecompte','LA','31.114462','-92.404550',-6,1); -INSERT INTO zipcodes VALUES (71348,'Libuse','LA','31.203393','-92.526927',-6,1); -INSERT INTO zipcodes VALUES (71350,'Mansura','LA','31.067379','-92.054470',-6,1); -INSERT INTO zipcodes VALUES (71351,'Marksville','LA','31.140727','-92.080560',-6,1); -INSERT INTO zipcodes VALUES (71353,'Melville','LA','30.698425','-91.752880',-6,1); -INSERT INTO zipcodes VALUES (71354,'Monterey','LA','31.381317','-91.769140',-6,1); -INSERT INTO zipcodes VALUES (71355,'Moreauville','LA','31.053050','-91.910010',-6,1); -INSERT INTO zipcodes VALUES (71356,'Morrow','LA','30.835875','-92.065640',-6,1); -INSERT INTO zipcodes VALUES (71357,'Newellton','LA','32.090387','-91.241210',-6,1); -INSERT INTO zipcodes VALUES (71358,'Palmetto','LA','30.717386','-91.890850',-6,1); -INSERT INTO zipcodes VALUES (71359,'Pineville','LA','31.203393','-92.526927',-6,1); -INSERT INTO zipcodes VALUES (71360,'Pineville','LA','31.352105','-92.400600',-6,1); -INSERT INTO zipcodes VALUES (71361,'Pineville','LA','31.369230','-92.419836',-6,1); -INSERT INTO zipcodes VALUES (71362,'Plaucheville','LA','30.945975','-91.952940',-6,1); -INSERT INTO zipcodes VALUES (71363,'Rhinehart','LA','31.596272','-91.779410',-6,1); -INSERT INTO zipcodes VALUES (71365,'Ruby','LA','31.203393','-92.526927',-6,1); -INSERT INTO zipcodes VALUES (71366,'Saint Joseph','LA','31.924224','-91.312650',-6,1); -INSERT INTO zipcodes VALUES (71367,'Saint Landry','LA','30.895994','-92.312600',-6,1); -INSERT INTO zipcodes VALUES (71368,'Sicily Island','LA','31.858890','-91.674630',-6,1); -INSERT INTO zipcodes VALUES (71369,'Simmesport','LA','30.966506','-91.822420',-6,1); -INSERT INTO zipcodes VALUES (71371,'Trout','LA','31.695553','-92.227510',-6,1); -INSERT INTO zipcodes VALUES (71373,'Vidalia','LA','31.540784','-91.486980',-6,1); -INSERT INTO zipcodes VALUES (71375,'Waterproof','LA','31.796575','-91.434300',-6,1); -INSERT INTO zipcodes VALUES (71377,'Wildsville','LA','31.615767','-91.787130',-6,1); -INSERT INTO zipcodes VALUES (71378,'Wisner','LA','31.938233','-91.708320',-6,1); -INSERT INTO zipcodes VALUES (71401,'Aimwell','LA','31.769334','-91.979980',-6,1); -INSERT INTO zipcodes VALUES (71403,'Anacoco','LA','31.215039','-93.423010',-6,1); -INSERT INTO zipcodes VALUES (71404,'Atlanta','LA','31.755314','-92.754740',-6,1); -INSERT INTO zipcodes VALUES (71405,'Ball','LA','31.415125','-92.394536',-6,1); -INSERT INTO zipcodes VALUES (71406,'Belmont','LA','31.733049','-93.517460',-6,1); -INSERT INTO zipcodes VALUES (71407,'Bentley','LA','31.527479','-92.484040',-6,1); -INSERT INTO zipcodes VALUES (71409,'Boyce','LA','31.332031','-92.674850',-6,1); -INSERT INTO zipcodes VALUES (71410,'Calvin','LA','31.963299','-92.779850',-6,1); -INSERT INTO zipcodes VALUES (71411,'Campti','LA','31.903462','-93.098050',-6,1); -INSERT INTO zipcodes VALUES (71414,'Clarence','LA','31.817257','-93.025520',-6,1); -INSERT INTO zipcodes VALUES (71415,'Clarks','LA','32.026445','-92.139510',-6,1); -INSERT INTO zipcodes VALUES (71416,'Cloutierville','LA','31.541077','-92.898420',-6,1); -INSERT INTO zipcodes VALUES (71417,'Colfax','LA','31.525400','-92.681500',-6,1); -INSERT INTO zipcodes VALUES (71418,'Columbia','LA','32.130124','-92.067550',-6,1); -INSERT INTO zipcodes VALUES (71419,'Converse','LA','31.804420','-93.718350',-6,1); -INSERT INTO zipcodes VALUES (71422,'Dodson','LA','32.081150','-92.639790',-6,1); -INSERT INTO zipcodes VALUES (71423,'Dry Prong','LA','31.563093','-92.549540',-6,1); -INSERT INTO zipcodes VALUES (71424,'Elmer','LA','31.168617','-92.697700',-6,1); -INSERT INTO zipcodes VALUES (71425,'Enterprise','LA','31.899409','-91.910430',-6,1); -INSERT INTO zipcodes VALUES (71426,'Fisher','LA','31.492622','-93.464570',-6,1); -INSERT INTO zipcodes VALUES (71427,'Flatwoods','LA','31.378139','-92.887350',-6,1); -INSERT INTO zipcodes VALUES (71428,'Flora','LA','31.612444','-93.097958',-6,1); -INSERT INTO zipcodes VALUES (71429,'Florien','LA','31.398236','-93.444220',-6,1); -INSERT INTO zipcodes VALUES (71430,'Forest Hill','LA','31.050239','-92.524740',-6,1); -INSERT INTO zipcodes VALUES (71431,'Gardner','LA','31.258681','-92.677545',-6,1); -INSERT INTO zipcodes VALUES (71432,'Georgetown','LA','31.759474','-92.389270',-6,1); -INSERT INTO zipcodes VALUES (71433,'Glenmora','LA','31.004922','-92.620990',-6,1); -INSERT INTO zipcodes VALUES (71434,'Gorum','LA','31.440908','-92.947240',-6,1); -INSERT INTO zipcodes VALUES (71435,'Grayson','LA','32.024884','-92.164210',-6,1); -INSERT INTO zipcodes VALUES (71436,'McNary','LA','30.977590','-92.572039',-6,1); -INSERT INTO zipcodes VALUES (71438,'Hineston','LA','31.118135','-92.799960',-6,1); -INSERT INTO zipcodes VALUES (71439,'Hornbeck','LA','31.330255','-93.388820',-6,1); -INSERT INTO zipcodes VALUES (71440,'Joyce','LA','31.951166','-92.565884',-6,1); -INSERT INTO zipcodes VALUES (71441,'Kelly','LA','31.950470','-92.151070',-6,1); -INSERT INTO zipcodes VALUES (71443,'Kurthwood','LA','31.101900','-93.361238',-6,1); -INSERT INTO zipcodes VALUES (71444,'Lacamp','LA','31.120174','-93.104943',-6,1); -INSERT INTO zipcodes VALUES (71446,'Leesville','LA','31.138723','-93.227450',-6,1); -INSERT INTO zipcodes VALUES (71447,'Lena','LA','31.452874','-92.794650',-6,1); -INSERT INTO zipcodes VALUES (71448,'Longleaf','LA','31.203393','-92.526927',-6,1); -INSERT INTO zipcodes VALUES (71449,'Many','LA','31.514631','-93.548690',-6,1); -INSERT INTO zipcodes VALUES (71450,'Marthaville','LA','31.771120','-93.415470',-6,1); -INSERT INTO zipcodes VALUES (71452,'Melrose','LA','31.612618','-92.980750',-6,1); -INSERT INTO zipcodes VALUES (71454,'Montgomery','LA','31.671252','-92.859320',-6,1); -INSERT INTO zipcodes VALUES (71455,'Mora','LA','31.371519','-92.973180',-6,1); -INSERT INTO zipcodes VALUES (71456,'Natchez','LA','31.660742','-92.988860',-6,1); -INSERT INTO zipcodes VALUES (71457,'Natchitoches','LA','31.751287','-93.090210',-6,1); -INSERT INTO zipcodes VALUES (71458,'Natchitoches','LA','31.747563','-93.079055',-6,1); -INSERT INTO zipcodes VALUES (71459,'Leesville','LA','31.072209','-93.217620',-6,1); -INSERT INTO zipcodes VALUES (71460,'Negreet','LA','31.448907','-93.621234',-6,1); -INSERT INTO zipcodes VALUES (71461,'Newllano','LA','31.114793','-93.279790',-6,1); -INSERT INTO zipcodes VALUES (71462,'Noble','LA','31.672295','-93.719970',-6,1); -INSERT INTO zipcodes VALUES (71463,'Oakdale','LA','30.806617','-92.652240',-6,1); -INSERT INTO zipcodes VALUES (71465,'Olla','LA','31.861406','-92.192590',-6,1); -INSERT INTO zipcodes VALUES (71466,'Otis','LA','31.200922','-92.726410',-6,1); -INSERT INTO zipcodes VALUES (71467,'Pollock','LA','31.529155','-92.394180',-6,1); -INSERT INTO zipcodes VALUES (71468,'Provencal','LA','31.494144','-93.175080',-6,1); -INSERT INTO zipcodes VALUES (71469,'Robeline','LA','31.693192','-93.295860',-6,1); -INSERT INTO zipcodes VALUES (71471,'Saint Maurice','LA','31.749699','-92.927989',-6,1); -INSERT INTO zipcodes VALUES (71472,'Sieper','LA','31.206148','-92.804590',-6,1); -INSERT INTO zipcodes VALUES (71473,'Sikes','LA','32.100491','-92.434420',-6,1); -INSERT INTO zipcodes VALUES (71474,'Simpson','LA','31.252873','-93.023950',-6,1); -INSERT INTO zipcodes VALUES (71475,'Slagle','LA','31.111979','-93.200936',-6,1); -INSERT INTO zipcodes VALUES (71477,'Tioga','LA','31.399855','-92.604193',-6,1); -INSERT INTO zipcodes VALUES (71479,'Tullos','LA','31.823038','-92.340170',-6,1); -INSERT INTO zipcodes VALUES (71480,'Urania','LA','31.861708','-92.291410',-6,1); -INSERT INTO zipcodes VALUES (71481,'Verda','LA','31.592547','-92.584830',-6,1); -INSERT INTO zipcodes VALUES (71483,'Winnfield','LA','31.915828','-92.644500',-6,1); -INSERT INTO zipcodes VALUES (71485,'Woodworth','LA','31.163538','-92.501440',-6,1); -INSERT INTO zipcodes VALUES (71486,'Zwolle','LA','31.597407','-93.663970',-6,1); -INSERT INTO zipcodes VALUES (71496,'Leesville','LA','31.110298','-93.289988',-6,1); -INSERT INTO zipcodes VALUES (71497,'Natchitoches','LA','31.747563','-93.079055',-6,1); -INSERT INTO zipcodes VALUES (71545,'Montgomery','LA','31.665810','-92.890325',-6,1); -INSERT INTO zipcodes VALUES (71601,'Pine Bluff','AR','34.215648','-91.988410',-6,1); -INSERT INTO zipcodes VALUES (71602,'White Hall','AR','34.261359','-92.095920',-6,1); -INSERT INTO zipcodes VALUES (71603,'Pine Bluff','AR','34.189398','-92.044950',-6,1); -INSERT INTO zipcodes VALUES (71611,'Pine Bluff','AR','34.261465','-91.955115',-6,1); -INSERT INTO zipcodes VALUES (71612,'White Hall','AR','34.277534','-91.832539',-6,1); -INSERT INTO zipcodes VALUES (71613,'Pine Bluff','AR','34.157876','-92.071284',-6,1); -INSERT INTO zipcodes VALUES (71630,'Arkansas City','AR','33.608935','-91.205770',-6,1); -INSERT INTO zipcodes VALUES (71631,'Banks','AR','33.580919','-92.264770',-6,1); -INSERT INTO zipcodes VALUES (71635,'Crossett','AR','33.125032','-91.970370',-6,1); -INSERT INTO zipcodes VALUES (71638,'Dermott','AR','33.525266','-91.479220',-6,1); -INSERT INTO zipcodes VALUES (71639,'Dumas','AR','33.900515','-91.500410',-6,1); -INSERT INTO zipcodes VALUES (71640,'Eudora','AR','33.118147','-91.261070',-6,1); -INSERT INTO zipcodes VALUES (71642,'Fountain Hill','AR','33.375479','-91.861880',-6,1); -INSERT INTO zipcodes VALUES (71643,'Gould','AR','34.004537','-91.578400',-6,1); -INSERT INTO zipcodes VALUES (71644,'Grady','AR','34.110042','-91.704880',-6,1); -INSERT INTO zipcodes VALUES (71646,'Hamburg','AR','33.224814','-91.791760',-6,1); -INSERT INTO zipcodes VALUES (71647,'Hermitage','AR','33.384421','-92.148970',-6,1); -INSERT INTO zipcodes VALUES (71649,'Jennie','AR','33.283901','-91.252060',-6,1); -INSERT INTO zipcodes VALUES (71650,'Jerome','AR','33.590601','-91.732829',-6,1); -INSERT INTO zipcodes VALUES (71651,'Jersey','AR','33.346473','-92.319540',-6,1); -INSERT INTO zipcodes VALUES (71652,'Kingsland','AR','33.914079','-92.332510',-6,1); -INSERT INTO zipcodes VALUES (71653,'Lake Village','AR','33.351501','-91.271330',-6,1); -INSERT INTO zipcodes VALUES (71654,'McGehee','AR','33.628723','-91.382360',-6,1); -INSERT INTO zipcodes VALUES (71655,'Monticello','AR','33.620860','-91.762720',-6,1); -INSERT INTO zipcodes VALUES (71656,'Monticello','AR','33.592575','-91.812370',-6,1); -INSERT INTO zipcodes VALUES (71657,'Monticello','AR','33.590601','-91.732829',-6,1); -INSERT INTO zipcodes VALUES (71658,'Montrose','AR','33.323463','-91.546330',-6,1); -INSERT INTO zipcodes VALUES (71659,'Moscow','AR','34.154012','-91.800620',-6,1); -INSERT INTO zipcodes VALUES (71660,'New Edinburg','AR','33.736301','-92.184470',-6,1); -INSERT INTO zipcodes VALUES (71661,'Parkdale','AR','33.133126','-91.531030',-6,1); -INSERT INTO zipcodes VALUES (71662,'Pickens','AR','33.818318','-91.214054',-6,1); -INSERT INTO zipcodes VALUES (71663,'Portland','AR','33.236401','-91.479820',-6,1); -INSERT INTO zipcodes VALUES (71665,'Rison','AR','33.941582','-92.145750',-6,1); -INSERT INTO zipcodes VALUES (71666,'McGehee','AR','33.763205','-91.272390',-6,1); -INSERT INTO zipcodes VALUES (71667,'Star City','AR','33.945654','-91.839570',-6,1); -INSERT INTO zipcodes VALUES (71670,'Tillar','AR','33.737729','-91.418760',-6,1); -INSERT INTO zipcodes VALUES (71671,'Warren','AR','33.608004','-92.081010',-6,1); -INSERT INTO zipcodes VALUES (71674,'Watson','AR','33.873022','-91.242350',-6,1); -INSERT INTO zipcodes VALUES (71675,'Wilmar','AR','33.592313','-91.936070',-6,1); -INSERT INTO zipcodes VALUES (71676,'Wilmot','AR','33.059255','-91.558660',-6,1); -INSERT INTO zipcodes VALUES (71677,'Winchester','AR','33.749668','-91.465700',-6,1); -INSERT INTO zipcodes VALUES (71678,'Yorktown','AR','33.978738','-91.699077',-6,1); -INSERT INTO zipcodes VALUES (71691,'Warren','AR','33.608542','-92.081022',-6,1); -INSERT INTO zipcodes VALUES (71701,'Camden','AR','33.578096','-92.813680',-6,1); -INSERT INTO zipcodes VALUES (71711,'Camden','AR','33.589009','-92.842649',-6,1); -INSERT INTO zipcodes VALUES (71720,'Bearden','AR','33.733334','-92.646640',-6,1); -INSERT INTO zipcodes VALUES (71721,'Beirne','AR','34.055486','-93.189406',-6,1); -INSERT INTO zipcodes VALUES (71722,'Bluff City','AR','33.704074','-93.133640',-6,1); -INSERT INTO zipcodes VALUES (71724,'Calion','AR','33.326096','-92.538660',-6,1); -INSERT INTO zipcodes VALUES (71725,'Carthage','AR','34.058224','-92.565190',-6,1); -INSERT INTO zipcodes VALUES (71726,'Chidester','AR','33.686264','-93.019660',-6,1); -INSERT INTO zipcodes VALUES (71728,'Curtis','AR','34.010316','-93.097627',-6,1); -INSERT INTO zipcodes VALUES (71730,'El Dorado','AR','33.218456','-92.649110',-6,1); -INSERT INTO zipcodes VALUES (71731,'El Dorado','AR','33.198024','-92.528910',-6,1); -INSERT INTO zipcodes VALUES (71740,'Emerson','AR','33.091077','-93.184680',-6,1); -INSERT INTO zipcodes VALUES (71742,'Fordyce','AR','33.834201','-92.434210',-6,1); -INSERT INTO zipcodes VALUES (71743,'Gurdon','AR','33.913838','-93.138550',-6,1); -INSERT INTO zipcodes VALUES (71744,'Hampton','AR','33.521575','-92.478980',-6,1); -INSERT INTO zipcodes VALUES (71745,'Harrell','AR','33.525889','-92.392270',-6,1); -INSERT INTO zipcodes VALUES (71747,'Huttig','AR','33.050688','-92.185010',-6,1); -INSERT INTO zipcodes VALUES (71748,'Ivan','AR','33.975470','-92.647817',-6,1); -INSERT INTO zipcodes VALUES (71749,'Junction City','AR','33.067477','-92.764490',-6,1); -INSERT INTO zipcodes VALUES (71750,'Lawson','AR','33.198024','-92.528910',-6,1); -INSERT INTO zipcodes VALUES (71751,'Louann','AR','33.397936','-92.771160',-6,1); -INSERT INTO zipcodes VALUES (71752,'McNeil','AR','33.362351','-93.200450',-6,1); -INSERT INTO zipcodes VALUES (71753,'Magnolia','AR','33.249608','-93.204270',-6,1); -INSERT INTO zipcodes VALUES (71754,'Magnolia','AR','33.242571','-93.229960',-6,1); -INSERT INTO zipcodes VALUES (71758,'Mount Holly','AR','33.325889','-92.904850',-6,1); -INSERT INTO zipcodes VALUES (71759,'Norphlet','AR','33.323051','-92.660950',-6,1); -INSERT INTO zipcodes VALUES (71762,'Smackover','AR','33.350296','-92.737900',-6,1); -INSERT INTO zipcodes VALUES (71763,'Sparkman','AR','33.918550','-92.804840',-6,1); -INSERT INTO zipcodes VALUES (71764,'Stephens','AR','33.412500','-93.062630',-6,1); -INSERT INTO zipcodes VALUES (71765,'Strong','AR','33.123334','-92.349880',-6,1); -INSERT INTO zipcodes VALUES (71766,'Thornton','AR','33.741892','-92.488340',-6,1); -INSERT INTO zipcodes VALUES (71767,'Hampton','AR','33.535994','-92.543915',-6,1); -INSERT INTO zipcodes VALUES (71768,'Urbana','AR','33.198024','-92.528910',-6,1); -INSERT INTO zipcodes VALUES (71769,'Village','AR','33.236156','-93.234494',-6,1); -INSERT INTO zipcodes VALUES (71770,'Waldo','AR','33.349370','-93.311760',-6,1); -INSERT INTO zipcodes VALUES (71772,'Whelen Springs','AR','33.832537','-93.123800',-6,1); -INSERT INTO zipcodes VALUES (71801,'Hope','AR','33.657969','-93.594860',-6,1); -INSERT INTO zipcodes VALUES (71802,'Hope','AR','33.765584','-93.559162',-6,1); -INSERT INTO zipcodes VALUES (71820,'Alleene','AR','33.780463','-94.243840',-6,1); -INSERT INTO zipcodes VALUES (71822,'Ashdown','AR','33.675597','-94.134650',-6,1); -INSERT INTO zipcodes VALUES (71823,'Ben Lomond','AR','33.822226','-94.132940',-6,1); -INSERT INTO zipcodes VALUES (71825,'Blevins','AR','33.867903','-93.571360',-6,1); -INSERT INTO zipcodes VALUES (71826,'Bradley','AR','33.102083','-93.673720',-6,1); -INSERT INTO zipcodes VALUES (71827,'Buckner','AR','33.378452','-93.436920',-6,1); -INSERT INTO zipcodes VALUES (71828,'Cale','AR','33.700820','-93.294126',-6,1); -INSERT INTO zipcodes VALUES (71831,'Columbus','AR','33.793524','-93.807007',-6,1); -INSERT INTO zipcodes VALUES (71832,'De Queen','AR','34.038226','-94.335970',-6,1); -INSERT INTO zipcodes VALUES (71833,'Dierks','AR','34.152505','-94.037860',-6,1); -INSERT INTO zipcodes VALUES (71834,'Doddridge','AR','33.098630','-93.952610',-6,1); -INSERT INTO zipcodes VALUES (71835,'Emmet','AR','33.704850','-93.467790',-6,1); -INSERT INTO zipcodes VALUES (71836,'Foreman','AR','33.731908','-94.387510',-6,1); -INSERT INTO zipcodes VALUES (71837,'Fouke','AR','33.271824','-93.852020',-6,1); -INSERT INTO zipcodes VALUES (71838,'Fulton','AR','33.638783','-93.808280',-6,1); -INSERT INTO zipcodes VALUES (71839,'Garland City','AR','33.312764','-93.717340',-6,1); -INSERT INTO zipcodes VALUES (71840,'Genoa','AR','33.316578','-93.854484',-6,1); -INSERT INTO zipcodes VALUES (71841,'Gillham','AR','34.163393','-94.304900',-6,1); -INSERT INTO zipcodes VALUES (71842,'Horatio','AR','33.927425','-94.308340',-6,1); -INSERT INTO zipcodes VALUES (71844,'Laneburg','AR','33.700820','-93.294126',-6,1); -INSERT INTO zipcodes VALUES (71845,'Lewisville','AR','33.326251','-93.589860',-6,1); -INSERT INTO zipcodes VALUES (71846,'Lockesburg','AR','33.961768','-94.147170',-6,1); -INSERT INTO zipcodes VALUES (71847,'McCaskill','AR','33.920355','-93.637510',-6,1); -INSERT INTO zipcodes VALUES (71851,'Mineral Springs','AR','33.859173','-93.926920',-6,1); -INSERT INTO zipcodes VALUES (71852,'Nashville','AR','33.985613','-93.852140',-6,1); -INSERT INTO zipcodes VALUES (71853,'Ogden','AR','33.582879','-94.011510',-6,1); -INSERT INTO zipcodes VALUES (71854,'Texarkana','AR','33.428618','-93.992360',-6,1); -INSERT INTO zipcodes VALUES (71855,'Ozan','AR','33.865305','-93.751200',-6,1); -INSERT INTO zipcodes VALUES (71857,'Prescott','AR','33.806886','-93.365950',-6,1); -INSERT INTO zipcodes VALUES (71858,'Rosston','AR','33.551439','-93.282690',-6,1); -INSERT INTO zipcodes VALUES (71859,'Saratoga','AR','33.740704','-93.917470',-6,1); -INSERT INTO zipcodes VALUES (71860,'Stamps','AR','33.359960','-93.492930',-6,1); -INSERT INTO zipcodes VALUES (71861,'Taylor','AR','33.108043','-93.472830',-6,1); -INSERT INTO zipcodes VALUES (71862,'Washington','AR','33.761309','-93.712730',-6,1); -INSERT INTO zipcodes VALUES (71864,'Willisville','AR','33.700820','-93.294126',-6,1); -INSERT INTO zipcodes VALUES (71865,'Wilton','AR','33.741986','-94.148670',-6,1); -INSERT INTO zipcodes VALUES (71866,'Winthrop','AR','33.865609','-94.384080',-6,1); -INSERT INTO zipcodes VALUES (71901,'Hot Springs National Park','AR','34.506487','-93.019410',-6,1); -INSERT INTO zipcodes VALUES (71902,'Hot Springs National Park','AR','34.581374','-93.099403',-6,1); -INSERT INTO zipcodes VALUES (71903,'Hot Springs National Park','AR','34.581374','-93.099403',-6,1); -INSERT INTO zipcodes VALUES (71907,'Hot Springs','AR','34.532516','-93.048397',-6,1); -INSERT INTO zipcodes VALUES (71909,'Hot Springs Village','AR','34.657742','-92.981100',-6,1); -INSERT INTO zipcodes VALUES (71910,'Hot Springs Village','AR','34.581374','-93.099403',-6,1); -INSERT INTO zipcodes VALUES (71913,'Hot Springs National Park','AR','34.470560','-93.088050',-6,1); -INSERT INTO zipcodes VALUES (71914,'Hot Springs National Park','AR','34.513682','-92.968531',-6,1); -INSERT INTO zipcodes VALUES (71920,'Alpine','AR','34.055486','-93.189406',-6,1); -INSERT INTO zipcodes VALUES (71921,'Amity','AR','34.257603','-93.458220',-6,1); -INSERT INTO zipcodes VALUES (71922,'Antoine','AR','34.033062','-93.426140',-6,1); -INSERT INTO zipcodes VALUES (71923,'Arkadelphia','AR','34.111837','-93.055850',-6,1); -INSERT INTO zipcodes VALUES (71929,'Bismarck','AR','34.285033','-93.195330',-6,1); -INSERT INTO zipcodes VALUES (71932,'Board Camp','AR','34.537164','-94.097200',-6,1); -INSERT INTO zipcodes VALUES (71933,'Bonnerdale','AR','34.397266','-93.406300',-6,1); -INSERT INTO zipcodes VALUES (71935,'Caddo Gap','AR','34.373399','-93.705910',-6,1); -INSERT INTO zipcodes VALUES (71937,'Cove','AR','34.398483','-94.393980',-6,1); -INSERT INTO zipcodes VALUES (71940,'Delight','AR','34.082845','-93.517330',-6,1); -INSERT INTO zipcodes VALUES (71941,'Donaldson','AR','34.254277','-92.959710',-6,1); -INSERT INTO zipcodes VALUES (71942,'Friendship','AR','34.223546','-93.002367',-6,1); -INSERT INTO zipcodes VALUES (71943,'Glenwood','AR','34.320028','-93.599300',-6,1); -INSERT INTO zipcodes VALUES (71944,'Grannis','AR','34.242380','-94.355350',-6,1); -INSERT INTO zipcodes VALUES (71945,'Hatfield','AR','34.496472','-94.369100',-6,1); -INSERT INTO zipcodes VALUES (71946,'Hatton','AR','34.459413','-94.200221',-6,1); -INSERT INTO zipcodes VALUES (71949,'Jessieville','AR','34.727093','-93.033150',-6,1); -INSERT INTO zipcodes VALUES (71950,'Kirby','AR','34.251107','-93.760050',-6,1); -INSERT INTO zipcodes VALUES (71951,'Hot Springs National Park','AR','34.581374','-93.099403',-6,1); -INSERT INTO zipcodes VALUES (71952,'Langley','AR','34.296270','-93.836560',-6,1); -INSERT INTO zipcodes VALUES (71953,'Mena','AR','34.588479','-94.215670',-6,1); -INSERT INTO zipcodes VALUES (71956,'Mountain Pine','AR','34.663502','-93.235910',-6,1); -INSERT INTO zipcodes VALUES (71957,'Mount Ida','AR','34.571277','-93.583610',-6,1); -INSERT INTO zipcodes VALUES (71958,'Murfreesboro','AR','34.118589','-93.694010',-6,1); -INSERT INTO zipcodes VALUES (71959,'Newhope','AR','34.229742','-93.886940',-6,1); -INSERT INTO zipcodes VALUES (71960,'Norman','AR','34.480095','-93.722980',-6,1); -INSERT INTO zipcodes VALUES (71961,'Oden','AR','34.606137','-93.823910',-6,1); -INSERT INTO zipcodes VALUES (71962,'Okolona','AR','34.072187','-93.337040',-6,1); -INSERT INTO zipcodes VALUES (71964,'Pearcy','AR','34.424114','-93.240960',-6,1); -INSERT INTO zipcodes VALUES (71965,'Pencil Bluff','AR','34.655204','-93.737480',-6,1); -INSERT INTO zipcodes VALUES (71966,'Oden','AR','34.542995','-93.664630',-6,1); -INSERT INTO zipcodes VALUES (71968,'Royal','AR','34.522254','-93.256620',-6,1); -INSERT INTO zipcodes VALUES (71969,'Sims','AR','34.679542','-93.617880',-6,1); -INSERT INTO zipcodes VALUES (71970,'Story','AR','34.669401','-93.485700',-6,1); -INSERT INTO zipcodes VALUES (71971,'Umpire','AR','34.299569','-94.034790',-6,1); -INSERT INTO zipcodes VALUES (71972,'Vandervoort','AR','34.381056','-94.197160',-6,1); -INSERT INTO zipcodes VALUES (71973,'Wickes','AR','34.302177','-94.350830',-6,1); -INSERT INTO zipcodes VALUES (71998,'Arkadelphia','AR','34.055486','-93.189406',-6,1); -INSERT INTO zipcodes VALUES (71999,'Arkadelphia','AR','34.055486','-93.189406',-6,1); -INSERT INTO zipcodes VALUES (72001,'Adona','AR','35.058503','-92.887620',-6,1); -INSERT INTO zipcodes VALUES (72002,'Alexander','AR','34.644387','-92.502230',-6,1); -INSERT INTO zipcodes VALUES (72003,'Almyra','AR','34.403216','-91.409530',-6,1); -INSERT INTO zipcodes VALUES (72004,'Altheimer','AR','34.252213','-91.767900',-6,1); -INSERT INTO zipcodes VALUES (72005,'Amagon','AR','35.569503','-91.104350',-6,1); -INSERT INTO zipcodes VALUES (72006,'Augusta','AR','35.251768','-91.356030',-6,1); -INSERT INTO zipcodes VALUES (72007,'Austin','AR','34.998573','-91.984170',-6,1); -INSERT INTO zipcodes VALUES (72010,'Bald Knob','AR','35.321261','-91.549890',-6,1); -INSERT INTO zipcodes VALUES (72011,'Bauxite','AR','34.523858','-92.469890',-6,1); -INSERT INTO zipcodes VALUES (72012,'Beebe','AR','35.095774','-91.906360',-6,1); -INSERT INTO zipcodes VALUES (72013,'Bee Branch','AR','35.452494','-92.362790',-6,1); -INSERT INTO zipcodes VALUES (72014,'Beedeville','AR','35.429694','-91.107230',-6,1); -INSERT INTO zipcodes VALUES (72015,'Benton','AR','34.564734','-92.595620',-6,1); -INSERT INTO zipcodes VALUES (72016,'Bigelow','AR','34.993579','-92.621830',-6,1); -INSERT INTO zipcodes VALUES (72017,'Biscoe','AR','34.864607','-91.404080',-6,1); -INSERT INTO zipcodes VALUES (72018,'Benton','AR','34.597345','-92.622857',-6,1); -INSERT INTO zipcodes VALUES (72019,'North Little Rock','AR','34.804791','-92.289250',-6,1); -INSERT INTO zipcodes VALUES (72020,'Bradford','AR','35.461798','-91.463530',-6,1); -INSERT INTO zipcodes VALUES (72021,'Brinkley','AR','34.867846','-91.192710',-6,1); -INSERT INTO zipcodes VALUES (72022,'Bryant','AR','34.606079','-92.494720',-6,1); -INSERT INTO zipcodes VALUES (72023,'Cabot','AR','34.967043','-92.035370',-6,1); -INSERT INTO zipcodes VALUES (72024,'Carlisle','AR','34.776306','-91.746350',-6,1); -INSERT INTO zipcodes VALUES (72025,'Casa','AR','35.043093','-93.006890',-6,1); -INSERT INTO zipcodes VALUES (72026,'Casscoe','AR','34.505369','-91.302130',-6,1); -INSERT INTO zipcodes VALUES (72027,'Center Ridge','AR','35.365909','-92.578760',-6,1); -INSERT INTO zipcodes VALUES (72028,'Choctaw','AR','35.577270','-92.545572',-6,1); -INSERT INTO zipcodes VALUES (72029,'Clarendon','AR','34.697068','-91.293470',-6,1); -INSERT INTO zipcodes VALUES (72030,'Cleveland','AR','35.423473','-92.679420',-6,1); -INSERT INTO zipcodes VALUES (72031,'Clinton','AR','35.586064','-92.483550',-6,1); -INSERT INTO zipcodes VALUES (72032,'Conway','AR','35.075467','-92.434010',-6,1); -INSERT INTO zipcodes VALUES (72033,'Conway','AR','35.105306','-92.354915',-6,1); -INSERT INTO zipcodes VALUES (72034,'Conway','AR','35.074617','-92.444426',-6,1); -INSERT INTO zipcodes VALUES (72035,'Conway','AR','35.105306','-92.354915',-6,1); -INSERT INTO zipcodes VALUES (72036,'Cotton Plant','AR','35.011873','-91.254490',-6,1); -INSERT INTO zipcodes VALUES (72037,'Coy','AR','34.541185','-91.875767',-6,1); -INSERT INTO zipcodes VALUES (72038,'Crocketts Bluff','AR','34.438327','-91.269070',-6,1); -INSERT INTO zipcodes VALUES (72039,'Damascus','AR','35.339128','-92.403600',-6,1); -INSERT INTO zipcodes VALUES (72040,'Des Arc','AR','34.955641','-91.523990',-6,1); -INSERT INTO zipcodes VALUES (72041,'De Valls Bluff','AR','34.745671','-91.469450',-6,1); -INSERT INTO zipcodes VALUES (72042,'De Witt','AR','34.283347','-91.325150',-6,1); -INSERT INTO zipcodes VALUES (72043,'Diaz','AR','35.633263','-91.261870',-6,1); -INSERT INTO zipcodes VALUES (72044,'Edgemont','AR','35.624351','-92.160560',-6,1); -INSERT INTO zipcodes VALUES (72045,'El Paso','AR','35.141743','-92.076410',-6,1); -INSERT INTO zipcodes VALUES (72046,'England','AR','34.537850','-91.921590',-6,1); -INSERT INTO zipcodes VALUES (72047,'Enola','AR','35.220931','-92.217210',-6,1); -INSERT INTO zipcodes VALUES (72048,'Ethel','AR','34.289650','-91.136320',-6,1); -INSERT INTO zipcodes VALUES (72051,'Fox','AR','35.814005','-92.322430',-6,1); -INSERT INTO zipcodes VALUES (72052,'Garner','AR','35.144271','-91.777220',-6,1); -INSERT INTO zipcodes VALUES (72053,'College Station','AR','34.708292','-92.227640',-6,1); -INSERT INTO zipcodes VALUES (72055,'Gillett','AR','34.109348','-91.368750',-6,1); -INSERT INTO zipcodes VALUES (72057,'Grapevine','AR','34.147410','-92.316410',-6,1); -INSERT INTO zipcodes VALUES (72058,'Greenbrier','AR','35.236993','-92.375730',-6,1); -INSERT INTO zipcodes VALUES (72059,'Gregory','AR','35.179148','-91.259428',-6,1); -INSERT INTO zipcodes VALUES (72060,'Griffithville','AR','35.091184','-91.584510',-6,1); -INSERT INTO zipcodes VALUES (72061,'Guy','AR','35.311481','-92.275050',-6,1); -INSERT INTO zipcodes VALUES (72063,'Hattieville','AR','35.320423','-92.749600',-6,1); -INSERT INTO zipcodes VALUES (72064,'Hazen','AR','34.781079','-91.592880',-6,1); -INSERT INTO zipcodes VALUES (72065,'Hensley','AR','34.521090','-92.297430',-6,1); -INSERT INTO zipcodes VALUES (72066,'Hickory Plains','AR','34.785525','-91.573785',-6,1); -INSERT INTO zipcodes VALUES (72067,'Higden','AR','35.564065','-92.164900',-6,1); -INSERT INTO zipcodes VALUES (72068,'Higginson','AR','35.169853','-91.708330',-6,1); -INSERT INTO zipcodes VALUES (72069,'Holly Grove','AR','34.584347','-91.148730',-6,1); -INSERT INTO zipcodes VALUES (72070,'Houston','AR','35.023369','-92.710470',-6,1); -INSERT INTO zipcodes VALUES (72071,'Howell','AR','35.179148','-91.259428',-6,1); -INSERT INTO zipcodes VALUES (72072,'Humnoke','AR','34.516932','-91.765020',-6,1); -INSERT INTO zipcodes VALUES (72073,'Humphrey','AR','34.396301','-91.662010',-6,1); -INSERT INTO zipcodes VALUES (72074,'Hunter','AR','35.043690','-91.120290',-6,1); -INSERT INTO zipcodes VALUES (72075,'Jacksonport','AR','35.640464','-91.304120',-6,1); -INSERT INTO zipcodes VALUES (72076,'Jacksonville','AR','34.879419','-92.122440',-6,1); -INSERT INTO zipcodes VALUES (72078,'Jacksonville','AR','34.751918','-92.392487',-6,1); -INSERT INTO zipcodes VALUES (72079,'Jefferson','AR','34.401717','-92.202720',-6,1); -INSERT INTO zipcodes VALUES (72080,'Jerusalem','AR','35.567694','-92.827560',-6,1); -INSERT INTO zipcodes VALUES (72081,'Judsonia','AR','35.319143','-91.651480',-6,1); -INSERT INTO zipcodes VALUES (72082,'Kensett','AR','35.233947','-91.670480',-6,1); -INSERT INTO zipcodes VALUES (72083,'Keo','AR','34.604268','-92.014790',-6,1); -INSERT INTO zipcodes VALUES (72084,'Leola','AR','34.176180','-92.654630',-6,1); -INSERT INTO zipcodes VALUES (72085,'Letona','AR','35.362742','-91.827500',-6,1); -INSERT INTO zipcodes VALUES (72086,'Lonoke','AR','34.796400','-91.909490',-6,1); -INSERT INTO zipcodes VALUES (72087,'Lonsdale','AR','34.581202','-92.823600',-6,1); -INSERT INTO zipcodes VALUES (72088,'Fairfield Bay','AR','35.598238','-92.263580',-6,1); -INSERT INTO zipcodes VALUES (72089,'Bryant','AR','34.635041','-92.659740',-6,1); -INSERT INTO zipcodes VALUES (72098,'Jacksonville','AR','34.895220','-92.140701',-6,1); -INSERT INTO zipcodes VALUES (72099,'Little Rock Air Force Base','AR','34.908539','-92.117220',-6,1); -INSERT INTO zipcodes VALUES (72101,'McCrory','AR','35.224432','-91.152910',-6,1); -INSERT INTO zipcodes VALUES (72102,'McRae','AR','35.125583','-91.825080',-6,1); -INSERT INTO zipcodes VALUES (72103,'Mabelvale','AR','34.598551','-92.381690',-6,1); -INSERT INTO zipcodes VALUES (72104,'Malvern','AR','34.364093','-92.814600',-6,1); -INSERT INTO zipcodes VALUES (72105,'Jones Mill','AR','34.437118','-92.892780',-6,1); -INSERT INTO zipcodes VALUES (72106,'Mayflower','AR','34.969848','-92.424830',-6,1); -INSERT INTO zipcodes VALUES (72107,'Menifee','AR','35.145915','-92.546480',-6,1); -INSERT INTO zipcodes VALUES (72108,'Monroe','AR','34.726737','-91.109580',-6,1); -INSERT INTO zipcodes VALUES (72110,'Morrilton','AR','35.156491','-92.758580',-6,1); -INSERT INTO zipcodes VALUES (72111,'Mount Vernon','AR','35.227869','-92.130330',-6,1); -INSERT INTO zipcodes VALUES (72112,'Newport','AR','35.586065','-91.246950',-6,1); -INSERT INTO zipcodes VALUES (72113,'Maumelle','AR','34.854746','-92.399810',-6,1); -INSERT INTO zipcodes VALUES (72114,'North Little Rock','AR','34.763924','-92.264630',-6,1); -INSERT INTO zipcodes VALUES (72115,'North Little Rock','AR','34.751918','-92.392487',-6,1); -INSERT INTO zipcodes VALUES (72116,'North Little Rock','AR','34.799541','-92.247640',-6,1); -INSERT INTO zipcodes VALUES (72117,'North Little Rock','AR','34.777238','-92.179130',-6,1); -INSERT INTO zipcodes VALUES (72118,'North Little Rock','AR','34.813269','-92.302290',-6,1); -INSERT INTO zipcodes VALUES (72119,'North Little Rock','AR','34.801650','-92.259781',-6,1); -INSERT INTO zipcodes VALUES (72120,'Sherwood','AR','34.855962','-92.219970',-6,1); -INSERT INTO zipcodes VALUES (72121,'Pangburn','AR','35.432905','-91.819010',-6,1); -INSERT INTO zipcodes VALUES (72122,'Paron','AR','34.774077','-92.754900',-6,1); -INSERT INTO zipcodes VALUES (72123,'Patterson','AR','35.256759','-91.238190',-6,1); -INSERT INTO zipcodes VALUES (72124,'North Little Rock','AR','34.751918','-92.392487',-6,1); -INSERT INTO zipcodes VALUES (72125,'Perry','AR','35.056424','-92.794320',-6,1); -INSERT INTO zipcodes VALUES (72126,'Perryville','AR','34.965699','-92.868410',-6,1); -INSERT INTO zipcodes VALUES (72127,'Plumerville','AR','35.155206','-92.619750',-6,1); -INSERT INTO zipcodes VALUES (72128,'Poyen','AR','34.320120','-92.639840',-6,1); -INSERT INTO zipcodes VALUES (72129,'Prattsville','AR','34.330808','-92.543490',-6,1); -INSERT INTO zipcodes VALUES (72130,'Prim','AR','35.638247','-92.066120',-6,1); -INSERT INTO zipcodes VALUES (72131,'Quitman','AR','35.402236','-92.202040',-6,1); -INSERT INTO zipcodes VALUES (72132,'Redfield','AR','34.443452','-92.185400',-6,1); -INSERT INTO zipcodes VALUES (72133,'Reydell','AR','34.165734','-91.571690',-6,1); -INSERT INTO zipcodes VALUES (72134,'Roe','AR','34.640886','-91.389200',-6,1); -INSERT INTO zipcodes VALUES (72135,'Roland','AR','34.880442','-92.551420',-6,1); -INSERT INTO zipcodes VALUES (72136,'Romance','AR','35.230036','-92.011060',-6,1); -INSERT INTO zipcodes VALUES (72137,'Rose Bud','AR','35.341123','-92.061410',-6,1); -INSERT INTO zipcodes VALUES (72139,'Russell','AR','35.360830','-91.508750',-6,1); -INSERT INTO zipcodes VALUES (72140,'Saint Charles','AR','34.383661','-91.154280',-6,1); -INSERT INTO zipcodes VALUES (72141,'Scotland','AR','35.519210','-92.664880',-6,1); -INSERT INTO zipcodes VALUES (72142,'Scott','AR','34.689349','-92.077920',-6,1); -INSERT INTO zipcodes VALUES (72143,'Searcy','AR','35.239022','-91.737760',-6,1); -INSERT INTO zipcodes VALUES (72145,'Searcy','AR','35.277393','-91.732556',-6,1); -INSERT INTO zipcodes VALUES (72149,'Searcy','AR','35.247376','-91.731390',-6,1); -INSERT INTO zipcodes VALUES (72150,'Sheridan','AR','34.319850','-92.393190',-6,1); -INSERT INTO zipcodes VALUES (72152,'Sherrill','AR','34.352844','-91.980780',-6,1); -INSERT INTO zipcodes VALUES (72153,'Shirley','AR','35.619538','-92.325890',-6,1); -INSERT INTO zipcodes VALUES (72156,'Solgohachia','AR','35.284619','-92.675400',-6,1); -INSERT INTO zipcodes VALUES (72157,'Springfield','AR','35.290158','-92.557150',-6,1); -INSERT INTO zipcodes VALUES (72158,'Benton','AR','34.635041','-92.659740',-6,1); -INSERT INTO zipcodes VALUES (72160,'Stuttgart','AR','34.479852','-91.538540',-6,1); -INSERT INTO zipcodes VALUES (72164,'Sweet Home','AR','34.687292','-92.239900',-6,1); -INSERT INTO zipcodes VALUES (72165,'Thida','AR','35.594246','-91.450520',-6,1); -INSERT INTO zipcodes VALUES (72166,'Tichnor','AR','34.061917','-91.248280',-6,1); -INSERT INTO zipcodes VALUES (72167,'Traskwood','AR','34.433276','-92.660870',-6,1); -INSERT INTO zipcodes VALUES (72168,'Tucker','AR','34.434204','-91.985850',-6,1); -INSERT INTO zipcodes VALUES (72169,'Tupelo','AR','35.391629','-91.229270',-6,1); -INSERT INTO zipcodes VALUES (72170,'Ulm','AR','34.576099','-91.461380',-6,1); -INSERT INTO zipcodes VALUES (72173,'Vilonia','AR','35.102318','-92.221480',-6,1); -INSERT INTO zipcodes VALUES (72175,'Wabbaseka','AR','34.351954','-91.776810',-6,1); -INSERT INTO zipcodes VALUES (72176,'Ward','AR','35.008529','-91.922440',-6,1); -INSERT INTO zipcodes VALUES (72178,'West Point','AR','35.203213','-91.606367',-6,1); -INSERT INTO zipcodes VALUES (72179,'Wilburn','AR','35.505158','-91.870840',-6,1); -INSERT INTO zipcodes VALUES (72180,'Woodson','AR','34.528857','-92.211750',-6,1); -INSERT INTO zipcodes VALUES (72181,'Wooster','AR','35.163915','-92.452970',-6,1); -INSERT INTO zipcodes VALUES (72182,'Wright','AR','34.429059','-92.059863',-6,1); -INSERT INTO zipcodes VALUES (72183,'Wrightsville','AR','34.600398','-92.195130',-6,1); -INSERT INTO zipcodes VALUES (72189,'McCrory','AR','35.179148','-91.259428',-6,1); -INSERT INTO zipcodes VALUES (72190,'North Little Rock','AR','34.751918','-92.392487',-6,1); -INSERT INTO zipcodes VALUES (72199,'North Little Rock','AR','34.827174','-92.284718',-6,1); -INSERT INTO zipcodes VALUES (72201,'Little Rock','AR','34.745692','-92.279870',-6,1); -INSERT INTO zipcodes VALUES (72202,'Little Rock','AR','34.739224','-92.277650',-6,1); -INSERT INTO zipcodes VALUES (72203,'Little Rock','AR','34.883484','-92.390766',-6,1); -INSERT INTO zipcodes VALUES (72204,'Little Rock','AR','34.729159','-92.340190',-6,1); -INSERT INTO zipcodes VALUES (72205,'Little Rock','AR','34.752391','-92.335500',-6,1); -INSERT INTO zipcodes VALUES (72206,'Little Rock','AR','34.690671','-92.268650',-6,1); -INSERT INTO zipcodes VALUES (72207,'Little Rock','AR','34.771291','-92.342420',-6,1); -INSERT INTO zipcodes VALUES (72209,'Little Rock','AR','34.674192','-92.355570',-6,1); -INSERT INTO zipcodes VALUES (72210,'Little Rock','AR','34.715420','-92.470870',-6,1); -INSERT INTO zipcodes VALUES (72211,'Little Rock','AR','34.749723','-92.413450',-6,1); -INSERT INTO zipcodes VALUES (72212,'Little Rock','AR','34.783505','-92.408070',-6,1); -INSERT INTO zipcodes VALUES (72214,'Little Rock','AR','34.762141','-92.228248',-6,1); -INSERT INTO zipcodes VALUES (72215,'Little Rock','AR','34.751918','-92.392487',-6,1); -INSERT INTO zipcodes VALUES (72216,'Little Rock','AR','34.817834','-92.235668',-6,1); -INSERT INTO zipcodes VALUES (72217,'Little Rock','AR','34.830158','-92.170174',-6,1); -INSERT INTO zipcodes VALUES (72219,'Little Rock','AR','34.751918','-92.392487',-6,1); -INSERT INTO zipcodes VALUES (72221,'Little Rock','AR','34.751918','-92.392487',-6,1); -INSERT INTO zipcodes VALUES (72222,'Little Rock','AR','34.751918','-92.392487',-6,1); -INSERT INTO zipcodes VALUES (72223,'Little Rock','AR','34.796399','-92.468210',-6,1); -INSERT INTO zipcodes VALUES (72225,'Little Rock','AR','34.751918','-92.392487',-6,1); -INSERT INTO zipcodes VALUES (72227,'Little Rock','AR','34.771024','-92.371170',-6,1); -INSERT INTO zipcodes VALUES (72231,'Little Rock','AR','34.801890','-92.189397',-6,1); -INSERT INTO zipcodes VALUES (72259,'Little Rock','AR','34.661442','-92.318651',-6,1); -INSERT INTO zipcodes VALUES (72295,'Little Rock','AR','34.751918','-92.392487',-6,1); -INSERT INTO zipcodes VALUES (72301,'West Memphis','AR','35.150009','-90.176360',-6,1); -INSERT INTO zipcodes VALUES (72303,'West Memphis','AR','35.137366','-90.285543',-6,1); -INSERT INTO zipcodes VALUES (72310,'Armorel','AR','35.852046','-89.972762',-6,1); -INSERT INTO zipcodes VALUES (72311,'Aubrey','AR','34.719877','-90.897960',-6,1); -INSERT INTO zipcodes VALUES (72312,'Barton','AR','34.546696','-90.767879',-6,1); -INSERT INTO zipcodes VALUES (72313,'Bassett','AR','35.712249','-90.028429',-6,1); -INSERT INTO zipcodes VALUES (72314,'Birdeye','AR','35.357184','-90.677331',-6,1); -INSERT INTO zipcodes VALUES (72315,'Blytheville','AR','35.925991','-89.917670',-6,1); -INSERT INTO zipcodes VALUES (72316,'Blytheville','AR','35.694942','-89.966819',-6,1); -INSERT INTO zipcodes VALUES (72319,'Gosnell','AR','35.694942','-89.966819',-6,1); -INSERT INTO zipcodes VALUES (72320,'Brickeys','AR','34.764633','-90.545880',-6,1); -INSERT INTO zipcodes VALUES (72321,'Burdette','AR','35.818518','-89.937510',-6,1); -INSERT INTO zipcodes VALUES (72322,'Caldwell','AR','35.061156','-90.815470',-6,1); -INSERT INTO zipcodes VALUES (72324,'Cherry Valley','AR','35.387053','-90.763070',-6,1); -INSERT INTO zipcodes VALUES (72325,'Clarkedale','AR','35.286354','-90.253781',-6,1); -INSERT INTO zipcodes VALUES (72326,'Colt','AR','35.111687','-90.898900',-6,1); -INSERT INTO zipcodes VALUES (72327,'Crawfordsville','AR','35.232817','-90.331230',-6,1); -INSERT INTO zipcodes VALUES (72328,'Crumrod','AR','34.131527','-90.977930',-6,1); -INSERT INTO zipcodes VALUES (72329,'Driver','AR','35.621318','-90.005760',-6,1); -INSERT INTO zipcodes VALUES (72330,'Dyess','AR','35.601699','-90.203860',-6,1); -INSERT INTO zipcodes VALUES (72331,'Earle','AR','35.266812','-90.464210',-6,1); -INSERT INTO zipcodes VALUES (72332,'Edmondson','AR','35.103643','-90.310960',-6,1); -INSERT INTO zipcodes VALUES (72333,'Elaine','AR','34.305697','-90.855970',-6,1); -INSERT INTO zipcodes VALUES (72335,'Forrest City','AR','35.010683','-90.780480',-6,1); -INSERT INTO zipcodes VALUES (72336,'Forrest City','AR','35.100867','-90.726069',-6,1); -INSERT INTO zipcodes VALUES (72338,'Frenchmans Bayou','AR','35.443275','-90.178010',-6,1); -INSERT INTO zipcodes VALUES (72339,'Gilmore','AR','35.411831','-90.275370',-6,1); -INSERT INTO zipcodes VALUES (72340,'Goodwin','AR','34.935463','-91.027120',-6,1); -INSERT INTO zipcodes VALUES (72341,'Haynes','AR','34.903767','-90.761290',-6,1); -INSERT INTO zipcodes VALUES (72342,'Helena','AR','34.485028','-90.646360',-6,1); -INSERT INTO zipcodes VALUES (72345,'Marked Tree','AR','35.531429','-90.414113',-6,1); -INSERT INTO zipcodes VALUES (72346,'Heth','AR','35.079258','-90.463990',-6,1); -INSERT INTO zipcodes VALUES (72347,'Hickory Ridge','AR','35.396138','-90.997030',-6,1); -INSERT INTO zipcodes VALUES (72348,'Hughes','AR','34.935197','-90.441530',-6,1); -INSERT INTO zipcodes VALUES (72350,'Joiner','AR','35.512756','-90.145140',-6,1); -INSERT INTO zipcodes VALUES (72351,'Keiser','AR','35.673312','-90.097400',-6,1); -INSERT INTO zipcodes VALUES (72352,'La Grange','AR','34.769714','-90.755195',-6,1); -INSERT INTO zipcodes VALUES (72353,'Lambrook','AR','34.297754','-91.004030',-6,1); -INSERT INTO zipcodes VALUES (72354,'Lepanto','AR','35.624419','-90.324900',-6,1); -INSERT INTO zipcodes VALUES (72355,'Lexa','AR','34.554466','-90.769010',-6,1); -INSERT INTO zipcodes VALUES (72358,'Luxora','AR','35.777085','-89.892140',-6,1); -INSERT INTO zipcodes VALUES (72359,'Madison','AR','35.013693','-90.723170',-6,1); -INSERT INTO zipcodes VALUES (72360,'Marianna','AR','34.764904','-90.777930',-6,1); -INSERT INTO zipcodes VALUES (72364,'Marion','AR','35.200501','-90.202340',-6,1); -INSERT INTO zipcodes VALUES (72365,'Marked Tree','AR','35.534421','-90.418920',-6,1); -INSERT INTO zipcodes VALUES (72366,'Marvell','AR','34.550982','-90.944330',-6,1); -INSERT INTO zipcodes VALUES (72367,'Mellwood','AR','34.189902','-90.976940',-6,1); -INSERT INTO zipcodes VALUES (72368,'Moro','AR','34.805649','-91.005820',-6,1); -INSERT INTO zipcodes VALUES (72369,'Oneida','AR','34.459854','-90.780220',-6,1); -INSERT INTO zipcodes VALUES (72370,'Osceola','AR','35.696385','-90.026310',-6,1); -INSERT INTO zipcodes VALUES (72372,'Palestine','AR','34.981162','-90.965030',-6,1); -INSERT INTO zipcodes VALUES (72373,'Parkin','AR','35.292009','-90.587500',-6,1); -INSERT INTO zipcodes VALUES (72374,'Poplar Grove','AR','34.554559','-90.842310',-6,1); -INSERT INTO zipcodes VALUES (72376,'Proctor','AR','35.102775','-90.318840',-6,1); -INSERT INTO zipcodes VALUES (72377,'Rivervale','AR','35.679593','-90.341530',-6,1); -INSERT INTO zipcodes VALUES (72379,'Snow Lake','AR','34.044682','-91.019400',-6,1); -INSERT INTO zipcodes VALUES (72381,'Tomato','AR','35.694942','-89.966819',-6,1); -INSERT INTO zipcodes VALUES (72383,'Turner','AR','34.498519','-91.051670',-6,1); -INSERT INTO zipcodes VALUES (72384,'Turrell','AR','35.375704','-90.228480',-6,1); -INSERT INTO zipcodes VALUES (72385,'Twist','AR','35.296539','-90.772419',-6,1); -INSERT INTO zipcodes VALUES (72386,'Tyronza','AR','35.473821','-90.360770',-6,1); -INSERT INTO zipcodes VALUES (72387,'Vanndale','AR','35.328336','-90.771340',-6,1); -INSERT INTO zipcodes VALUES (72389,'Wabash','AR','34.358049','-90.883660',-6,1); -INSERT INTO zipcodes VALUES (72390,'West Helena','AR','34.546274','-90.658690',-6,1); -INSERT INTO zipcodes VALUES (72391,'West Ridge','AR','35.694942','-89.966819',-6,1); -INSERT INTO zipcodes VALUES (72392,'Wheatley','AR','34.929287','-91.098660',-6,1); -INSERT INTO zipcodes VALUES (72394,'Widener','AR','35.051020','-90.635210',-6,1); -INSERT INTO zipcodes VALUES (72395,'Wilson','AR','35.585875','-90.047420',-6,1); -INSERT INTO zipcodes VALUES (72396,'Wynne','AR','35.229779','-90.832370',-6,1); -INSERT INTO zipcodes VALUES (72397,'McCrory','AR','35.296539','-90.772419',-6,1); -INSERT INTO zipcodes VALUES (72401,'Jonesboro','AR','35.844795','-90.684430',-6,1); -INSERT INTO zipcodes VALUES (72402,'Jonesboro','AR','35.808810','-90.652887',-6,1); -INSERT INTO zipcodes VALUES (72403,'Jonesboro','AR','35.830541','-90.703915',-6,1); -INSERT INTO zipcodes VALUES (72404,'Jonesboro','AR','35.781707','-90.745060',-6,1); -INSERT INTO zipcodes VALUES (72410,'Alicia','AR','35.930405','-91.076640',-6,1); -INSERT INTO zipcodes VALUES (72411,'Bay','AR','35.747274','-90.569000',-6,1); -INSERT INTO zipcodes VALUES (72412,'Beech Grove','AR','36.128323','-90.691140',-6,1); -INSERT INTO zipcodes VALUES (72413,'Biggers','AR','36.323353','-90.810540',-6,1); -INSERT INTO zipcodes VALUES (72414,'Black Oak','AR','35.823762','-90.374020',-6,1); -INSERT INTO zipcodes VALUES (72415,'Black Rock','AR','36.120567','-91.150450',-6,1); -INSERT INTO zipcodes VALUES (72416,'Bono','AR','35.927057','-90.795890',-6,1); -INSERT INTO zipcodes VALUES (72417,'Brookland','AR','35.920070','-90.570590',-6,1); -INSERT INTO zipcodes VALUES (72419,'Caraway','AR','35.755308','-90.325810',-6,1); -INSERT INTO zipcodes VALUES (72421,'Cash','AR','35.786094','-90.970730',-6,1); -INSERT INTO zipcodes VALUES (72422,'Corning','AR','36.410344','-90.564790',-6,1); -INSERT INTO zipcodes VALUES (72423,'Tuckerman','AR','35.723939','-91.203248',-6,1); -INSERT INTO zipcodes VALUES (72424,'Datto','AR','36.384555','-90.731870',-6,1); -INSERT INTO zipcodes VALUES (72425,'Delaplaine','AR','36.214050','-90.743830',-6,1); -INSERT INTO zipcodes VALUES (72426,'Dell','AR','35.855743','-90.043140',-6,1); -INSERT INTO zipcodes VALUES (72427,'Egypt','AR','35.867472','-90.945370',-6,1); -INSERT INTO zipcodes VALUES (72428,'Etowah','AR','35.744651','-90.222490',-6,1); -INSERT INTO zipcodes VALUES (72429,'Fisher','AR','35.492930','-90.958730',-6,1); -INSERT INTO zipcodes VALUES (72430,'Greenway','AR','36.334551','-90.190670',-6,1); -INSERT INTO zipcodes VALUES (72431,'Grubbs','AR','35.650914','-91.076180',-6,1); -INSERT INTO zipcodes VALUES (72432,'Harrisburg','AR','35.555062','-90.717250',-6,1); -INSERT INTO zipcodes VALUES (72433,'Hoxie','AR','36.042319','-90.998270',-6,1); -INSERT INTO zipcodes VALUES (72434,'Imboden','AR','36.216010','-91.158720',-6,1); -INSERT INTO zipcodes VALUES (72435,'Knobel','AR','36.315305','-90.579060',-6,1); -INSERT INTO zipcodes VALUES (72436,'Lafe','AR','36.205251','-90.499130',-6,1); -INSERT INTO zipcodes VALUES (72437,'Lake City','AR','35.828470','-90.442470',-6,1); -INSERT INTO zipcodes VALUES (72438,'Leachville','AR','35.941576','-90.226830',-6,1); -INSERT INTO zipcodes VALUES (72439,'Light','AR','36.068050','-90.748876',-6,1); -INSERT INTO zipcodes VALUES (72440,'Lynn','AR','35.995653','-91.260550',-6,1); -INSERT INTO zipcodes VALUES (72441,'McDougal','AR','36.437727','-90.388160',-6,1); -INSERT INTO zipcodes VALUES (72442,'Manila','AR','35.838210','-90.170290',-6,1); -INSERT INTO zipcodes VALUES (72443,'Marmaduke','AR','36.179815','-90.390820',-6,1); -INSERT INTO zipcodes VALUES (72444,'Maynard','AR','36.422163','-90.882390',-6,1); -INSERT INTO zipcodes VALUES (72445,'Minturn','AR','35.972767','-91.023490',-6,1); -INSERT INTO zipcodes VALUES (72447,'Monette','AR','35.910391','-90.340160',-6,1); -INSERT INTO zipcodes VALUES (72448,'Marmaduke','AR','36.189695','-90.379616',-6,1); -INSERT INTO zipcodes VALUES (72449,'O Kean','AR','36.167303','-90.815150',-6,1); -INSERT INTO zipcodes VALUES (72450,'Paragould','AR','36.065711','-90.510200',-6,1); -INSERT INTO zipcodes VALUES (72451,'Paragould','AR','36.116350','-90.525077',-6,1); -INSERT INTO zipcodes VALUES (72452,'Paragould','AR','36.047718','-90.516585',-6,1); -INSERT INTO zipcodes VALUES (72453,'Peach Orchard','AR','36.281170','-90.669410',-6,1); -INSERT INTO zipcodes VALUES (72454,'Piggott','AR','36.393325','-90.202770',-6,1); -INSERT INTO zipcodes VALUES (72455,'Pocahontas','AR','36.304912','-91.014100',-6,1); -INSERT INTO zipcodes VALUES (72456,'Pollard','AR','36.438645','-90.303020',-6,1); -INSERT INTO zipcodes VALUES (72457,'Portia','AR','36.092999','-91.062490',-6,1); -INSERT INTO zipcodes VALUES (72458,'Powhatan','AR','36.065739','-91.151810',-6,1); -INSERT INTO zipcodes VALUES (72459,'Ravenden','AR','36.206190','-91.279970',-6,1); -INSERT INTO zipcodes VALUES (72460,'Ravenden Springs','AR','36.322642','-91.223270',-6,1); -INSERT INTO zipcodes VALUES (72461,'Rector','AR','36.260606','-90.281870',-6,1); -INSERT INTO zipcodes VALUES (72462,'Reyno','AR','36.362896','-90.756760',-6,1); -INSERT INTO zipcodes VALUES (72464,'Saint Francis','AR','36.458348','-90.143770',-6,1); -INSERT INTO zipcodes VALUES (72465,'Sedgwick','AR','35.964317','-90.895421',-6,1); -INSERT INTO zipcodes VALUES (72466,'Smithville','AR','36.051063','-91.282090',-6,1); -INSERT INTO zipcodes VALUES (72467,'State University','AR','35.843125','-90.675790',-6,1); -INSERT INTO zipcodes VALUES (72469,'Strawberry','AR','35.961971','-91.337130',-6,1); -INSERT INTO zipcodes VALUES (72470,'Success','AR','36.460317','-90.705240',-6,1); -INSERT INTO zipcodes VALUES (72471,'Swifton','AR','35.821708','-91.131400',-6,1); -INSERT INTO zipcodes VALUES (72472,'Trumann','AR','35.623029','-90.527420',-6,1); -INSERT INTO zipcodes VALUES (72473,'Tuckerman','AR','35.731301','-91.203180',-6,1); -INSERT INTO zipcodes VALUES (72474,'Walcott','AR','36.041332','-90.671802',-6,1); -INSERT INTO zipcodes VALUES (72475,'Waldenburg','AR','35.564737','-90.932540',-6,1); -INSERT INTO zipcodes VALUES (72476,'Walnut Ridge','AR','36.068015','-90.944290',-6,1); -INSERT INTO zipcodes VALUES (72477,'Maynard','AR','36.417305','-90.896784',-6,1); -INSERT INTO zipcodes VALUES (72478,'Warm Springs','AR','36.464979','-91.053000',-6,1); -INSERT INTO zipcodes VALUES (72479,'Weiner','AR','35.626080','-90.895750',-6,1); -INSERT INTO zipcodes VALUES (72482,'Williford','AR','36.279796','-91.372450',-6,1); -INSERT INTO zipcodes VALUES (72501,'Batesville','AR','35.781080','-91.638350',-6,1); -INSERT INTO zipcodes VALUES (72503,'Batesville','AR','35.734617','-91.534303',-6,1); -INSERT INTO zipcodes VALUES (72512,'Horseshoe Bend','AR','36.225645','-91.750190',-6,1); -INSERT INTO zipcodes VALUES (72513,'Ash Flat','AR','36.245640','-91.637030',-6,1); -INSERT INTO zipcodes VALUES (72515,'Bexar','AR','36.293095','-92.041700',-6,1); -INSERT INTO zipcodes VALUES (72516,'Boswell','AR','36.064329','-91.944673',-6,1); -INSERT INTO zipcodes VALUES (72517,'Brockwell','AR','36.126021','-91.966190',-6,1); -INSERT INTO zipcodes VALUES (72519,'Calico Rock','AR','36.132092','-92.166380',-6,1); -INSERT INTO zipcodes VALUES (72520,'Camp','AR','36.388724','-91.735300',-6,1); -INSERT INTO zipcodes VALUES (72521,'Cave City','AR','35.956342','-91.535480',-6,1); -INSERT INTO zipcodes VALUES (72522,'Charlotte','AR','35.819494','-91.451280',-6,1); -INSERT INTO zipcodes VALUES (72523,'Concord','AR','35.648717','-91.844280',-6,1); -INSERT INTO zipcodes VALUES (72524,'Cord','AR','35.836565','-91.303340',-6,1); -INSERT INTO zipcodes VALUES (72525,'Cherokee Village','AR','36.302469','-91.597440',-6,1); -INSERT INTO zipcodes VALUES (72526,'Cushman','AR','35.873117','-91.754400',-6,1); -INSERT INTO zipcodes VALUES (72527,'Desha','AR','35.733939','-91.689130',-6,1); -INSERT INTO zipcodes VALUES (72528,'Dolph','AR','36.245162','-92.129620',-6,1); -INSERT INTO zipcodes VALUES (72529,'Cherokee Village','AR','36.294732','-91.557770',-6,1); -INSERT INTO zipcodes VALUES (72530,'Drasco','AR','35.615841','-91.945100',-6,1); -INSERT INTO zipcodes VALUES (72531,'Elizabeth','AR','36.317264','-92.173140',-6,1); -INSERT INTO zipcodes VALUES (72532,'Evening Shade','AR','36.088921','-91.599190',-6,1); -INSERT INTO zipcodes VALUES (72533,'Fifty Six','AR','35.965754','-92.230300',-6,1); -INSERT INTO zipcodes VALUES (72534,'Floral','AR','35.588979','-91.740430',-6,1); -INSERT INTO zipcodes VALUES (72536,'Franklin','AR','36.155897','-91.756440',-6,1); -INSERT INTO zipcodes VALUES (72537,'Gamaliel','AR','36.428401','-92.237010',-6,1); -INSERT INTO zipcodes VALUES (72538,'Gepp','AR','36.427702','-92.111090',-6,1); -INSERT INTO zipcodes VALUES (72539,'Glencoe','AR','36.327307','-91.722340',-6,1); -INSERT INTO zipcodes VALUES (72540,'Guion','AR','35.929689','-91.926320',-6,1); -INSERT INTO zipcodes VALUES (72542,'Hardy','AR','36.303556','-91.485730',-6,1); -INSERT INTO zipcodes VALUES (72543,'Heber Springs','AR','35.489516','-92.023270',-6,1); -INSERT INTO zipcodes VALUES (72544,'Henderson','AR','36.388751','-92.202060',-6,1); -INSERT INTO zipcodes VALUES (72545,'Heber Springs','AR','35.535238','-92.021291',-6,1); -INSERT INTO zipcodes VALUES (72546,'Ida','AR','35.581607','-91.930535',-6,1); -INSERT INTO zipcodes VALUES (72550,'Locust Grove','AR','35.710614','-91.763900',-6,1); -INSERT INTO zipcodes VALUES (72553,'Magness','AR','35.698168','-91.480030',-6,1); -INSERT INTO zipcodes VALUES (72554,'Mammoth Spring','AR','36.445205','-91.555300',-6,1); -INSERT INTO zipcodes VALUES (72555,'Marcella','AR','35.758314','-91.867970',-6,1); -INSERT INTO zipcodes VALUES (72556,'Melbourne','AR','36.035962','-91.926960',-6,1); -INSERT INTO zipcodes VALUES (72557,'Moko','AR','36.374704','-91.804608',-6,1); -INSERT INTO zipcodes VALUES (72559,'Salem','AR','34.640273','-92.558295',-6,1); -INSERT INTO zipcodes VALUES (72560,'Mountain View','AR','35.863114','-92.111080',-6,1); -INSERT INTO zipcodes VALUES (72561,'Mount Pleasant','AR','35.959567','-91.769480',-6,1); -INSERT INTO zipcodes VALUES (72562,'Newark','AR','35.725631','-91.426050',-6,1); -INSERT INTO zipcodes VALUES (72564,'Oil Trough','AR','35.623263','-91.440760',-6,1); -INSERT INTO zipcodes VALUES (72565,'Oxford','AR','36.204582','-91.923550',-6,1); -INSERT INTO zipcodes VALUES (72566,'Pineville','AR','36.186879','-92.086910',-6,1); -INSERT INTO zipcodes VALUES (72567,'Pleasant Grove','AR','35.819261','-91.882910',-6,1); -INSERT INTO zipcodes VALUES (72568,'Pleasant Plains','AR','35.561834','-91.625660',-6,1); -INSERT INTO zipcodes VALUES (72569,'Poughkeepsie','AR','36.085113','-91.465860',-6,1); -INSERT INTO zipcodes VALUES (72571,'Rosie','AR','35.643961','-91.559660',-6,1); -INSERT INTO zipcodes VALUES (72572,'Saffell','AR','35.892646','-91.257680',-6,1); -INSERT INTO zipcodes VALUES (72573,'Sage','AR','36.058198','-91.808360',-6,1); -INSERT INTO zipcodes VALUES (72575,'Salado','AR','35.691868','-91.598917',-6,1); -INSERT INTO zipcodes VALUES (72576,'Salem','AR','36.359511','-91.833030',-6,1); -INSERT INTO zipcodes VALUES (72577,'Sidney','AR','36.033231','-91.704610',-6,1); -INSERT INTO zipcodes VALUES (72578,'Sturkie','AR','36.479925','-91.886300',-6,1); -INSERT INTO zipcodes VALUES (72579,'Sulphur Rock','AR','35.785607','-91.475020',-6,1); -INSERT INTO zipcodes VALUES (72581,'Tumbling Shoals','AR','35.555144','-91.992860',-6,1); -INSERT INTO zipcodes VALUES (72583,'Viola','AR','36.400178','-91.987110',-6,1); -INSERT INTO zipcodes VALUES (72584,'Violet Hill','AR','36.136468','-91.827570',-6,1); -INSERT INTO zipcodes VALUES (72585,'Wideman','AR','36.170391','-92.020360',-6,1); -INSERT INTO zipcodes VALUES (72587,'Wiseman','AR','36.226478','-91.820450',-6,1); -INSERT INTO zipcodes VALUES (72601,'Harrison','AR','36.236984','-93.093450',-6,1); -INSERT INTO zipcodes VALUES (72602,'Harrison','AR','36.355213','-93.122554',-6,1); -INSERT INTO zipcodes VALUES (72610,'Alco','AR','35.883787','-92.415910',-6,1); -INSERT INTO zipcodes VALUES (72611,'Alpena','AR','36.272469','-93.313020',-6,1); -INSERT INTO zipcodes VALUES (72613,'Beaver','AR','36.431111','-93.699392',-6,1); -INSERT INTO zipcodes VALUES (72615,'Bergman','AR','36.308349','-93.032099',-6,1); -INSERT INTO zipcodes VALUES (72616,'Berryville','AR','36.350821','-93.563240',-6,1); -INSERT INTO zipcodes VALUES (72617,'Big Flat','AR','36.004445','-92.373640',-6,1); -INSERT INTO zipcodes VALUES (72619,'Bull Shoals','AR','36.380815','-92.585600',-6,1); -INSERT INTO zipcodes VALUES (72623,'Clarkridge','AR','36.484192','-92.297360',-6,1); -INSERT INTO zipcodes VALUES (72624,'Compton','AR','36.071700','-93.351570',-6,1); -INSERT INTO zipcodes VALUES (72626,'Cotter','AR','36.276949','-92.532790',-6,1); -INSERT INTO zipcodes VALUES (72628,'Deer','AR','35.839126','-93.277370',-6,1); -INSERT INTO zipcodes VALUES (72629,'Dennard','AR','35.755793','-92.545560',-6,1); -INSERT INTO zipcodes VALUES (72630,'Diamond City','AR','36.461305','-92.917020',-6,1); -INSERT INTO zipcodes VALUES (72631,'Eureka Springs','AR','36.443322','-93.774740',-6,1); -INSERT INTO zipcodes VALUES (72632,'Eureka Springs','AR','36.392122','-93.747600',-6,1); -INSERT INTO zipcodes VALUES (72633,'Everton','AR','36.150276','-92.895760',-6,1); -INSERT INTO zipcodes VALUES (72634,'Flippin','AR','36.263145','-92.576350',-6,1); -INSERT INTO zipcodes VALUES (72635,'Gassville','AR','36.297345','-92.484290',-6,1); -INSERT INTO zipcodes VALUES (72636,'Gilbert','AR','35.916744','-92.681408',-6,1); -INSERT INTO zipcodes VALUES (72638,'Green Forest','AR','36.327014','-93.401110',-6,1); -INSERT INTO zipcodes VALUES (72639,'Harriet','AR','36.021569','-92.486050',-6,1); -INSERT INTO zipcodes VALUES (72640,'Hasty','AR','36.000804','-93.018180',-6,1); -INSERT INTO zipcodes VALUES (72641,'Jasper','AR','35.979619','-93.237830',-6,1); -INSERT INTO zipcodes VALUES (72642,'Lakeview','AR','36.378546','-92.538170',-6,1); -INSERT INTO zipcodes VALUES (72644,'Lead Hill','AR','36.424286','-92.925000',-6,1); -INSERT INTO zipcodes VALUES (72645,'Leslie','AR','35.800025','-92.575860',-6,1); -INSERT INTO zipcodes VALUES (72648,'Marble Falls','AR','36.083655','-93.129780',-6,1); -INSERT INTO zipcodes VALUES (72650,'Marshall','AR','35.896883','-92.664790',-6,1); -INSERT INTO zipcodes VALUES (72651,'Midway','AR','36.389591','-92.480250',-6,1); -INSERT INTO zipcodes VALUES (72653,'Mountain Home','AR','36.329026','-92.357810',-6,1); -INSERT INTO zipcodes VALUES (72654,'Mountain Home','AR','36.236380','-92.372635',-6,1); -INSERT INTO zipcodes VALUES (72655,'Mount Judea','AR','35.927363','-93.017900',-6,1); -INSERT INTO zipcodes VALUES (72657,'Timbo','AR','35.918960','-92.127207',-6,1); -INSERT INTO zipcodes VALUES (72658,'Norfork','AR','36.193278','-92.293620',-6,1); -INSERT INTO zipcodes VALUES (72659,'Norfork','AR','36.236380','-92.372635',-6,1); -INSERT INTO zipcodes VALUES (72660,'Oak Grove','AR','36.492129','-93.374400',-6,1); -INSERT INTO zipcodes VALUES (72661,'Oakland','AR','36.459703','-92.602710',-6,1); -INSERT INTO zipcodes VALUES (72662,'Omaha','AR','36.427675','-93.194730',-6,1); -INSERT INTO zipcodes VALUES (72663,'Onia','AR','35.927802','-92.322490',-6,1); -INSERT INTO zipcodes VALUES (72666,'Parthenon','AR','35.955198','-93.259850',-6,1); -INSERT INTO zipcodes VALUES (72668,'Peel','AR','36.427511','-92.769480',-6,1); -INSERT INTO zipcodes VALUES (72669,'Pindall','AR','36.087461','-92.888030',-6,1); -INSERT INTO zipcodes VALUES (72670,'Ponca','AR','35.924868','-93.232298',-6,1); -INSERT INTO zipcodes VALUES (72672,'Pyatt','AR','36.264469','-92.840440',-6,1); -INSERT INTO zipcodes VALUES (72675,'Saint Joe','AR','36.021564','-92.773950',-6,1); -INSERT INTO zipcodes VALUES (72677,'Summit','AR','36.255295','-92.688440',-6,1); -INSERT INTO zipcodes VALUES (72679,'Tilly','AR','35.721896','-92.826780',-6,1); -INSERT INTO zipcodes VALUES (72680,'Timbo','AR','35.880462','-92.291170',-6,1); -INSERT INTO zipcodes VALUES (72682,'Valley Springs','AR','36.136628','-92.752370',-6,1); -INSERT INTO zipcodes VALUES (72683,'Vendor','AR','35.906856','-93.134250',-6,1); -INSERT INTO zipcodes VALUES (72685,'Western Grove','AR','36.062264','-92.962770',-6,1); -INSERT INTO zipcodes VALUES (72686,'Witts Springs','AR','35.747154','-92.909850',-6,1); -INSERT INTO zipcodes VALUES (72687,'Yellville','AR','36.242942','-92.690110',-6,1); -INSERT INTO zipcodes VALUES (72701,'Fayetteville','AR','36.040467','-94.133760',-6,1); -INSERT INTO zipcodes VALUES (72702,'Fayetteville','AR','35.994030','-94.219977',-6,1); -INSERT INTO zipcodes VALUES (72703,'Fayetteville','AR','36.107078','-94.115920',-6,1); -INSERT INTO zipcodes VALUES (72704,'Fayetteville','AR','36.096998','-94.248600',-6,1); -INSERT INTO zipcodes VALUES (72711,'Avoca','AR','36.401370','-94.071060',-6,1); -INSERT INTO zipcodes VALUES (72712,'Bentonville','AR','36.362525','-94.233080',-6,1); -INSERT INTO zipcodes VALUES (72714,'Bella Vista','AR','36.458041','-94.235510',-6,1); -INSERT INTO zipcodes VALUES (72715,'Bella Vista','AR','36.472567','-94.316060',-6,1); -INSERT INTO zipcodes VALUES (72716,'Bentonville','AR','36.299507','-93.956801',-6,1); -INSERT INTO zipcodes VALUES (72717,'Canehill','AR','35.852946','-94.421900',-6,1); -INSERT INTO zipcodes VALUES (72718,'Cave Springs','AR','36.267484','-94.228060',-6,1); -INSERT INTO zipcodes VALUES (72719,'Centerton','AR','36.361570','-94.293980',-6,1); -INSERT INTO zipcodes VALUES (72721,'Combs','AR','35.829657','-93.835400',-6,1); -INSERT INTO zipcodes VALUES (72722,'Decatur','AR','36.338900','-94.463940',-6,1); -INSERT INTO zipcodes VALUES (72727,'Elkins','AR','35.970492','-93.942960',-6,1); -INSERT INTO zipcodes VALUES (72728,'Elm Springs','AR','36.210013','-94.254573',-6,1); -INSERT INTO zipcodes VALUES (72729,'Evansville','AR','35.797242','-94.476620',-6,1); -INSERT INTO zipcodes VALUES (72730,'Farmington','AR','36.036670','-94.252610',-6,1); -INSERT INTO zipcodes VALUES (72732,'Garfield','AR','36.434311','-93.960450',-6,1); -INSERT INTO zipcodes VALUES (72733,'Gateway','AR','36.486424','-93.927748',-6,1); -INSERT INTO zipcodes VALUES (72734,'Gentry','AR','36.269478','-94.461370',-6,1); -INSERT INTO zipcodes VALUES (72735,'Goshen','AR','36.087551','-93.966645',-6,1); -INSERT INTO zipcodes VALUES (72736,'Gravette','AR','36.412233','-94.452260',-6,1); -INSERT INTO zipcodes VALUES (72737,'Greenland','AR','35.928186','-94.152899',-6,1); -INSERT INTO zipcodes VALUES (72738,'Hindsville','AR','36.155775','-93.887060',-6,1); -INSERT INTO zipcodes VALUES (72739,'Hiwasse','AR','36.437635','-94.330470',-6,1); -INSERT INTO zipcodes VALUES (72740,'Huntsville','AR','36.116100','-93.686050',-6,1); -INSERT INTO zipcodes VALUES (72741,'Johnson','AR','35.994030','-94.219977',-6,1); -INSERT INTO zipcodes VALUES (72742,'Kingston','AR','35.992386','-93.479180',-6,1); -INSERT INTO zipcodes VALUES (72744,'Lincoln','AR','35.954697','-94.427350',-6,1); -INSERT INTO zipcodes VALUES (72745,'Lowell','AR','36.247575','-94.113710',-6,1); -INSERT INTO zipcodes VALUES (72747,'Maysville','AR','36.381787','-94.588540',-6,1); -INSERT INTO zipcodes VALUES (72749,'Morrow','AR','35.864399','-94.435340',-6,1); -INSERT INTO zipcodes VALUES (72751,'Pea Ridge','AR','36.460576','-94.133340',-6,1); -INSERT INTO zipcodes VALUES (72752,'Pettigrew','AR','35.824911','-93.560710',-6,1); -INSERT INTO zipcodes VALUES (72753,'Prairie Grove','AR','35.951426','-94.322460',-6,1); -INSERT INTO zipcodes VALUES (72756,'Rogers','AR','36.342235','-94.071410',-6,1); -INSERT INTO zipcodes VALUES (72757,'Rogers','AR','36.371981','-94.115649',-6,1); -INSERT INTO zipcodes VALUES (72758,'Rogers','AR','36.306616','-94.146220',-6,1); -INSERT INTO zipcodes VALUES (72760,'Saint Paul','AR','35.826350','-93.737150',-6,1); -INSERT INTO zipcodes VALUES (72761,'Siloam Springs','AR','36.179905','-94.502080',-6,1); -INSERT INTO zipcodes VALUES (72762,'Springdale','AR','36.186059','-94.193700',-6,1); -INSERT INTO zipcodes VALUES (72764,'Springdale','AR','36.182407','-94.108200',-6,1); -INSERT INTO zipcodes VALUES (72765,'Springdale','AR','36.172541','-94.153512',-6,1); -INSERT INTO zipcodes VALUES (72766,'Springdale','AR','35.994030','-94.219977',-6,1); -INSERT INTO zipcodes VALUES (72768,'Sulphur Springs','AR','36.484548','-94.469110',-6,1); -INSERT INTO zipcodes VALUES (72769,'Summers','AR','36.027493','-94.501460',-6,1); -INSERT INTO zipcodes VALUES (72770,'Tontitown','AR','36.149980','-94.242884',-6,1); -INSERT INTO zipcodes VALUES (72773,'Wesley','AR','36.019883','-93.865100',-6,1); -INSERT INTO zipcodes VALUES (72774,'West Fork','AR','35.896307','-94.196610',-6,1); -INSERT INTO zipcodes VALUES (72776,'Witter','AR','35.934679','-93.645830',-6,1); -INSERT INTO zipcodes VALUES (72801,'Russellville','AR','35.278429','-93.136820',-6,1); -INSERT INTO zipcodes VALUES (72802,'Russellville','AR','35.308848','-93.109090',-6,1); -INSERT INTO zipcodes VALUES (72811,'Russellville','AR','35.314678','-93.113308',-6,1); -INSERT INTO zipcodes VALUES (72812,'Russellville','AR','35.423102','-93.054388',-6,1); -INSERT INTO zipcodes VALUES (72820,'Alix','AR','35.415616','-93.733830',-6,1); -INSERT INTO zipcodes VALUES (72821,'Altus','AR','35.444770','-93.747000',-6,1); -INSERT INTO zipcodes VALUES (72822,'Russellville','AR','35.329457','-93.112368',-6,1); -INSERT INTO zipcodes VALUES (72823,'Atkins','AR','35.261843','-92.907950',-6,1); -INSERT INTO zipcodes VALUES (72824,'Belleville','AR','35.108311','-93.425940',-6,1); -INSERT INTO zipcodes VALUES (72826,'Blue Mountain','AR','35.161856','-93.656150',-6,1); -INSERT INTO zipcodes VALUES (72827,'Bluffton','AR','34.832089','-93.711110',-6,1); -INSERT INTO zipcodes VALUES (72828,'Briggsville','AR','34.929705','-93.530090',-6,1); -INSERT INTO zipcodes VALUES (72829,'Centerville','AR','35.110131','-93.172790',-6,1); -INSERT INTO zipcodes VALUES (72830,'Clarksville','AR','35.490105','-93.485100',-6,1); -INSERT INTO zipcodes VALUES (72832,'Coal Hill','AR','35.435619','-93.673680',-6,1); -INSERT INTO zipcodes VALUES (72833,'Danville','AR','35.044021','-93.419500',-6,1); -INSERT INTO zipcodes VALUES (72834,'Dardanelle','AR','35.199221','-93.179730',-6,1); -INSERT INTO zipcodes VALUES (72835,'Delaware','AR','35.299773','-93.354690',-6,1); -INSERT INTO zipcodes VALUES (72837,'Dover','AR','35.460782','-93.108630',-6,1); -INSERT INTO zipcodes VALUES (72838,'Gravelly','AR','34.880070','-93.705930',-6,1); -INSERT INTO zipcodes VALUES (72839,'Hagarville','AR','35.651525','-93.297080',-6,1); -INSERT INTO zipcodes VALUES (72840,'Hartman','AR','35.437519','-93.616750',-6,1); -INSERT INTO zipcodes VALUES (72841,'Harvey','AR','34.866017','-93.776780',-6,1); -INSERT INTO zipcodes VALUES (72842,'Havana','AR','35.111397','-93.587350',-6,1); -INSERT INTO zipcodes VALUES (72843,'Hector','AR','35.517382','-92.953540',-6,1); -INSERT INTO zipcodes VALUES (72845,'Knoxville','AR','35.376739','-93.357060',-6,1); -INSERT INTO zipcodes VALUES (72846,'Lamar','AR','35.470638','-93.360420',-6,1); -INSERT INTO zipcodes VALUES (72847,'London','AR','35.380528','-93.285280',-6,1); -INSERT INTO zipcodes VALUES (72851,'New Blaine','AR','35.289176','-93.443230',-6,1); -INSERT INTO zipcodes VALUES (72852,'Oark','AR','35.689689','-93.557640',-6,1); -INSERT INTO zipcodes VALUES (72853,'Ola','AR','35.014918','-93.254960',-6,1); -INSERT INTO zipcodes VALUES (72854,'Ozone','AR','35.686766','-93.422580',-6,1); -INSERT INTO zipcodes VALUES (72855,'Paris','AR','35.293281','-93.721390',-6,1); -INSERT INTO zipcodes VALUES (72856,'Pelsor','AR','35.794196','-93.041850',-6,1); -INSERT INTO zipcodes VALUES (72857,'Plainview','AR','34.865448','-93.330570',-6,1); -INSERT INTO zipcodes VALUES (72858,'Pottsville','AR','35.228264','-93.039470',-6,1); -INSERT INTO zipcodes VALUES (72860,'Rover','AR','34.949945','-93.402870',-6,1); -INSERT INTO zipcodes VALUES (72863,'Scranton','AR','35.358493','-93.527930',-6,1); -INSERT INTO zipcodes VALUES (72865,'Subiaco','AR','35.306084','-93.573360',-6,1); -INSERT INTO zipcodes VALUES (72901,'Fort Smith','AR','35.373791','-94.413710',-6,1); -INSERT INTO zipcodes VALUES (72902,'Fort Smith','AR','35.386190','-94.409114',-6,1); -INSERT INTO zipcodes VALUES (72903,'Fort Smith','AR','35.357041','-94.369140',-6,1); -INSERT INTO zipcodes VALUES (72904,'Fort Smith','AR','35.406185','-94.391030',-6,1); -INSERT INTO zipcodes VALUES (72905,'Fort Smith','AR','35.191046','-94.238160',-6,1); -INSERT INTO zipcodes VALUES (72906,'Fort Smith','AR','35.191046','-94.238160',-6,1); -INSERT INTO zipcodes VALUES (72908,'Fort Smith','AR','35.301623','-94.412830',-6,1); -INSERT INTO zipcodes VALUES (72913,'Fort Smith','AR','35.191046','-94.238160',-6,1); -INSERT INTO zipcodes VALUES (72914,'Fort Smith','AR','35.191046','-94.238160',-6,1); -INSERT INTO zipcodes VALUES (72916,'Fort Smith','AR','35.265119','-94.377890',-6,1); -INSERT INTO zipcodes VALUES (72917,'Fort Smith','AR','35.191046','-94.238160',-6,1); -INSERT INTO zipcodes VALUES (72918,'Fort Smith','AR','35.191046','-94.238160',-6,1); -INSERT INTO zipcodes VALUES (72919,'Fort Smith','AR','35.191046','-94.238160',-6,1); -INSERT INTO zipcodes VALUES (72921,'Alma','AR','35.488910','-94.208970',-6,1); -INSERT INTO zipcodes VALUES (72923,'Barling','AR','35.332908','-94.308530',-6,1); -INSERT INTO zipcodes VALUES (72924,'Bates','AR','34.882558','-94.079724',-6,1); -INSERT INTO zipcodes VALUES (72926,'Boles','AR','34.734204','-94.057840',-6,1); -INSERT INTO zipcodes VALUES (72927,'Booneville','AR','35.105966','-93.975310',-6,1); -INSERT INTO zipcodes VALUES (72928,'Branch','AR','35.297936','-93.947230',-6,1); -INSERT INTO zipcodes VALUES (72930,'Cecil','AR','35.426502','-94.045090',-6,1); -INSERT INTO zipcodes VALUES (72932,'Cedarville','AR','35.604409','-94.373130',-6,1); -INSERT INTO zipcodes VALUES (72933,'Charleston','AR','35.312232','-94.037100',-6,1); -INSERT INTO zipcodes VALUES (72934,'Chester','AR','35.668554','-94.275830',-6,1); -INSERT INTO zipcodes VALUES (72935,'Dyer','AR','35.478787','-94.119980',-6,1); -INSERT INTO zipcodes VALUES (72936,'Greenwood','AR','35.200061','-94.243760',-6,1); -INSERT INTO zipcodes VALUES (72937,'Hackett','AR','35.158750','-94.394620',-6,1); -INSERT INTO zipcodes VALUES (72938,'Hartford','AR','35.026991','-94.366840',-6,1); -INSERT INTO zipcodes VALUES (72940,'Huntington','AR','35.105477','-94.269950',-6,1); -INSERT INTO zipcodes VALUES (72941,'Lavaca','AR','35.348089','-94.172790',-6,1); -INSERT INTO zipcodes VALUES (72943,'Magazine','AR','35.184949','-93.804430',-6,1); -INSERT INTO zipcodes VALUES (72944,'Mansfield','AR','35.057119','-94.234000',-6,1); -INSERT INTO zipcodes VALUES (72945,'Midland','AR','35.090489','-94.350970',-6,1); -INSERT INTO zipcodes VALUES (72946,'Mountainburg','AR','35.649503','-94.153570',-6,1); -INSERT INTO zipcodes VALUES (72947,'Mulberry','AR','35.528854','-94.052250',-6,1); -INSERT INTO zipcodes VALUES (72948,'Natural Dam','AR','35.724460','-94.410650',-6,1); -INSERT INTO zipcodes VALUES (72949,'Ozark','AR','35.549469','-93.818190',-6,1); -INSERT INTO zipcodes VALUES (72950,'Parks','AR','34.779465','-93.900770',-6,1); -INSERT INTO zipcodes VALUES (72951,'Ratcliff','AR','35.312316','-93.880500',-6,1); -INSERT INTO zipcodes VALUES (72952,'Rudy','AR','35.562293','-94.310880',-6,1); -INSERT INTO zipcodes VALUES (72955,'Uniontown','AR','35.594579','-94.449890',-6,1); -INSERT INTO zipcodes VALUES (72956,'Van Buren','AR','35.456536','-94.345810',-6,1); -INSERT INTO zipcodes VALUES (72957,'Van Buren','AR','35.494412','-94.318648',-6,1); -INSERT INTO zipcodes VALUES (72958,'Waldron','AR','34.907335','-94.136240',-6,1); -INSERT INTO zipcodes VALUES (72959,'Winslow','AR','35.797792','-94.113670',-6,1); -INSERT INTO zipcodes VALUES (73001,'Albert','OK','35.203206','-98.357423',-6,1); -INSERT INTO zipcodes VALUES (73002,'Alex','OK','34.936221','-97.744530',-6,1); -INSERT INTO zipcodes VALUES (73003,'Edmond','OK','35.681402','-97.533100',-6,1); -INSERT INTO zipcodes VALUES (73004,'Amber','OK','35.152892','-97.855820',-6,1); -INSERT INTO zipcodes VALUES (73005,'Anadarko','OK','35.050671','-98.239840',-6,1); -INSERT INTO zipcodes VALUES (73006,'Apache','OK','34.894964','-98.386970',-6,1); -INSERT INTO zipcodes VALUES (73007,'Arcadia','OK','35.685368','-97.327390',-6,1); -INSERT INTO zipcodes VALUES (73008,'Bethany','OK','35.506456','-97.639340',-6,1); -INSERT INTO zipcodes VALUES (73009,'Binger','OK','35.292476','-98.358040',-6,1); -INSERT INTO zipcodes VALUES (73010,'Blanchard','OK','35.118392','-97.663810',-6,1); -INSERT INTO zipcodes VALUES (73011,'Bradley','OK','34.868514','-97.713860',-6,1); -INSERT INTO zipcodes VALUES (73012,'Bray','OK','34.485320','-97.852223',-6,1); -INSERT INTO zipcodes VALUES (73013,'Edmond','OK','35.623805','-97.479090',-6,1); -INSERT INTO zipcodes VALUES (73014,'Calumet','OK','35.587497','-98.145060',-6,1); -INSERT INTO zipcodes VALUES (73015,'Carnegie','OK','35.113271','-98.586430',-6,1); -INSERT INTO zipcodes VALUES (73016,'Cashion','OK','35.805831','-97.687540',-6,1); -INSERT INTO zipcodes VALUES (73017,'Cement','OK','34.932493','-98.119460',-6,1); -INSERT INTO zipcodes VALUES (73018,'Chickasha','OK','35.040526','-97.947230',-6,1); -INSERT INTO zipcodes VALUES (73019,'Norman','OK','35.208566','-97.444510',-6,1); -INSERT INTO zipcodes VALUES (73020,'Choctaw','OK','35.465363','-97.266450',-6,1); -INSERT INTO zipcodes VALUES (73021,'Colony','OK','35.345250','-98.664030',-6,1); -INSERT INTO zipcodes VALUES (73022,'Concho','OK','35.618487','-97.991880',-6,1); -INSERT INTO zipcodes VALUES (73023,'Chickasha','OK','35.031247','-97.881959',-6,1); -INSERT INTO zipcodes VALUES (73024,'Corn','OK','35.370775','-98.808970',-6,1); -INSERT INTO zipcodes VALUES (73026,'Norman','OK','35.227040','-97.281980',-6,1); -INSERT INTO zipcodes VALUES (73027,'Coyle','OK','35.975057','-97.250880',-6,1); -INSERT INTO zipcodes VALUES (73028,'Crescent','OK','35.963750','-97.630710',-6,1); -INSERT INTO zipcodes VALUES (73029,'Cyril','OK','34.907566','-98.197380',-6,1); -INSERT INTO zipcodes VALUES (73030,'Davis','OK','34.485896','-97.147530',-6,1); -INSERT INTO zipcodes VALUES (73031,'Dibble','OK','35.027000','-97.628010',-6,1); -INSERT INTO zipcodes VALUES (73032,'Dougherty','OK','34.400476','-97.050410',-6,1); -INSERT INTO zipcodes VALUES (73033,'Eakly','OK','35.303547','-98.555430',-6,1); -INSERT INTO zipcodes VALUES (73034,'Edmond','OK','35.683768','-97.446860',-6,1); -INSERT INTO zipcodes VALUES (73036,'El Reno','OK','35.519046','-97.955340',-6,1); -INSERT INTO zipcodes VALUES (73038,'Fort Cobb','OK','35.137863','-98.436670',-6,1); -INSERT INTO zipcodes VALUES (73040,'Geary','OK','35.631117','-98.357640',-6,1); -INSERT INTO zipcodes VALUES (73041,'Gotebo','OK','35.045196','-98.875860',-6,1); -INSERT INTO zipcodes VALUES (73042,'Gracemont','OK','35.218293','-98.248400',-6,1); -INSERT INTO zipcodes VALUES (73043,'Greenfield','OK','35.730049','-98.385770',-6,1); -INSERT INTO zipcodes VALUES (73044,'Guthrie','OK','35.857303','-97.431760',-6,1); -INSERT INTO zipcodes VALUES (73045,'Harrah','OK','35.491184','-97.161320',-6,1); -INSERT INTO zipcodes VALUES (73047,'Hinton','OK','35.463837','-98.324510',-6,1); -INSERT INTO zipcodes VALUES (73048,'Hydro','OK','35.471566','-98.544180',-6,1); -INSERT INTO zipcodes VALUES (73049,'Jones','OK','35.572909','-97.295960',-6,1); -INSERT INTO zipcodes VALUES (73050,'Langston','OK','35.941421','-97.254950',-6,1); -INSERT INTO zipcodes VALUES (73051,'Lexington','OK','35.039068','-97.292760',-6,1); -INSERT INTO zipcodes VALUES (73052,'Lindsay','OK','34.839562','-97.600450',-6,1); -INSERT INTO zipcodes VALUES (73053,'Lookeba','OK','35.372736','-98.412230',-6,1); -INSERT INTO zipcodes VALUES (73054,'Luther','OK','35.662619','-97.189760',-6,1); -INSERT INTO zipcodes VALUES (73055,'Marlow','OK','34.637595','-97.932350',-6,1); -INSERT INTO zipcodes VALUES (73056,'Marshall','OK','36.153239','-97.629880',-6,1); -INSERT INTO zipcodes VALUES (73057,'Maysville','OK','34.828663','-97.424810',-6,1); -INSERT INTO zipcodes VALUES (73058,'Meridian','OK','35.821107','-97.234550',-6,1); -INSERT INTO zipcodes VALUES (73059,'Minco','OK','35.313109','-98.012370',-6,1); -INSERT INTO zipcodes VALUES (73061,'Morrison','OK','36.323723','-97.009040',-6,1); -INSERT INTO zipcodes VALUES (73062,'Mountain View','OK','35.062348','-98.735190',-6,1); -INSERT INTO zipcodes VALUES (73063,'Mulhall','OK','36.067730','-97.439870',-6,1); -INSERT INTO zipcodes VALUES (73064,'Mustang','OK','35.388059','-97.736260',-6,1); -INSERT INTO zipcodes VALUES (73065,'Newcastle','OK','35.240232','-97.609080',-6,1); -INSERT INTO zipcodes VALUES (73066,'Nicoma Park','OK','35.491226','-97.324340',-6,1); -INSERT INTO zipcodes VALUES (73067,'Ninnekah','OK','34.909551','-97.943600',-6,1); -INSERT INTO zipcodes VALUES (73068,'Noble','OK','35.138421','-97.326890',-6,1); -INSERT INTO zipcodes VALUES (73069,'Norman','OK','35.228649','-97.456290',-6,1); -INSERT INTO zipcodes VALUES (73070,'Norman','OK','35.187611','-97.397509',-6,1); -INSERT INTO zipcodes VALUES (73071,'Norman','OK','35.225702','-97.423940',-6,1); -INSERT INTO zipcodes VALUES (73072,'Norman','OK','35.212681','-97.486720',-6,1); -INSERT INTO zipcodes VALUES (73073,'Orlando','OK','36.151316','-97.362790',-6,1); -INSERT INTO zipcodes VALUES (73074,'Paoli','OK','34.831083','-97.271800',-6,1); -INSERT INTO zipcodes VALUES (73075,'Pauls Valley','OK','34.741677','-97.228460',-6,1); -INSERT INTO zipcodes VALUES (73077,'Perry','OK','36.308588','-97.288090',-6,1); -INSERT INTO zipcodes VALUES (73078,'Piedmont','OK','35.654827','-97.762380',-6,1); -INSERT INTO zipcodes VALUES (73079,'Pocasset','OK','35.210855','-98.011950',-6,1); -INSERT INTO zipcodes VALUES (73080,'Purcell','OK','35.017656','-97.396460',-6,1); -INSERT INTO zipcodes VALUES (73082,'Rush Springs','OK','34.790635','-97.938070',-6,1); -INSERT INTO zipcodes VALUES (73083,'Edmond','OK','35.666481','-97.465436',-6,1); -INSERT INTO zipcodes VALUES (73084,'Spencer','OK','35.521060','-97.341730',-6,1); -INSERT INTO zipcodes VALUES (73085,'Yukon','OK','35.489527','-97.750009',-6,1); -INSERT INTO zipcodes VALUES (73086,'Sulphur','OK','34.492840','-96.986060',-6,1); -INSERT INTO zipcodes VALUES (73089,'Tuttle','OK','35.279882','-97.784580',-6,1); -INSERT INTO zipcodes VALUES (73090,'Union City','OK','35.394725','-97.935520',-6,1); -INSERT INTO zipcodes VALUES (73092,'Verden','OK','35.109275','-98.082470',-6,1); -INSERT INTO zipcodes VALUES (73093,'Washington','OK','35.089882','-97.488370',-6,1); -INSERT INTO zipcodes VALUES (73094,'Washita','OK','35.203206','-98.357423',-6,1); -INSERT INTO zipcodes VALUES (73095,'Wayne','OK','34.913215','-97.304520',-6,1); -INSERT INTO zipcodes VALUES (73096,'Weatherford','OK','35.527593','-98.712590',-6,1); -INSERT INTO zipcodes VALUES (73097,'Wheatland','OK','35.397259','-97.651890',-6,1); -INSERT INTO zipcodes VALUES (73098,'Wynnewood','OK','34.634693','-97.163220',-6,1); -INSERT INTO zipcodes VALUES (73099,'Yukon','OK','35.506204','-97.748140',-6,1); -INSERT INTO zipcodes VALUES (73101,'Oklahoma City','OK','35.491608','-97.562817',-6,1); -INSERT INTO zipcodes VALUES (73102,'Oklahoma City','OK','35.471560','-97.520360',-6,1); -INSERT INTO zipcodes VALUES (73103,'Oklahoma City','OK','35.489709','-97.518190',-6,1); -INSERT INTO zipcodes VALUES (73104,'Oklahoma City','OK','35.475960','-97.505860',-6,1); -INSERT INTO zipcodes VALUES (73105,'Oklahoma City','OK','35.509659','-97.502110',-6,1); -INSERT INTO zipcodes VALUES (73106,'Oklahoma City','OK','35.482309','-97.534990',-6,1); -INSERT INTO zipcodes VALUES (73107,'Oklahoma City','OK','35.484558','-97.573360',-6,1); -INSERT INTO zipcodes VALUES (73108,'Oklahoma City','OK','35.447126','-97.558240',-6,1); -INSERT INTO zipcodes VALUES (73109,'Oklahoma City','OK','35.433660','-97.524960',-6,1); -INSERT INTO zipcodes VALUES (73110,'Oklahoma City','OK','35.459478','-97.397210',-6,1); -INSERT INTO zipcodes VALUES (73111,'Oklahoma City','OK','35.504109','-97.478890',-6,1); -INSERT INTO zipcodes VALUES (73112,'Oklahoma City','OK','35.517857','-97.572840',-6,1); -INSERT INTO zipcodes VALUES (73113,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73114,'Oklahoma City','OK','35.568806','-97.525440',-6,1); -INSERT INTO zipcodes VALUES (73115,'Oklahoma City','OK','35.440311','-97.442010',-6,1); -INSERT INTO zipcodes VALUES (73116,'Oklahoma City','OK','35.544864','-97.556370',-6,1); -INSERT INTO zipcodes VALUES (73117,'Oklahoma City','OK','35.476457','-97.474110',-6,1); -INSERT INTO zipcodes VALUES (73118,'Oklahoma City','OK','35.515008','-97.531060',-6,1); -INSERT INTO zipcodes VALUES (73119,'Oklahoma City','OK','35.423060','-97.560510',-6,1); -INSERT INTO zipcodes VALUES (73120,'Oklahoma City','OK','35.579488','-97.564960',-6,1); -INSERT INTO zipcodes VALUES (73121,'Oklahoma City','OK','35.503560','-97.446930',-6,1); -INSERT INTO zipcodes VALUES (73122,'Oklahoma City','OK','35.520506','-97.613300',-6,1); -INSERT INTO zipcodes VALUES (73123,'Oklahoma City','OK','35.535989','-97.202331',-6,1); -INSERT INTO zipcodes VALUES (73124,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73125,'Oklahoma City','OK','35.465418','-97.521816',-6,1); -INSERT INTO zipcodes VALUES (73126,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73127,'Oklahoma City','OK','35.481507','-97.642300',-6,1); -INSERT INTO zipcodes VALUES (73128,'Oklahoma City','OK','35.441759','-97.627210',-6,1); -INSERT INTO zipcodes VALUES (73129,'Oklahoma City','OK','35.431361','-97.492670',-6,1); -INSERT INTO zipcodes VALUES (73130,'Oklahoma City','OK','35.459512','-97.351830',-6,1); -INSERT INTO zipcodes VALUES (73131,'Oklahoma City','OK','35.576357','-97.469240',-6,1); -INSERT INTO zipcodes VALUES (73132,'Oklahoma City','OK','35.552755','-97.635710',-6,1); -INSERT INTO zipcodes VALUES (73134,'Oklahoma City','OK','35.612359','-97.571520',-6,1); -INSERT INTO zipcodes VALUES (73135,'Oklahoma City','OK','35.400170','-97.432490',-6,1); -INSERT INTO zipcodes VALUES (73136,'Oklahoma City','OK','35.615340','-97.326151',-6,1); -INSERT INTO zipcodes VALUES (73137,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73139,'Oklahoma City','OK','35.388461','-97.527130',-6,1); -INSERT INTO zipcodes VALUES (73140,'Oklahoma City','OK','35.518509','-97.427464',-6,1); -INSERT INTO zipcodes VALUES (73141,'Oklahoma City','OK','35.498461','-97.393140',-6,1); -INSERT INTO zipcodes VALUES (73142,'Oklahoma City','OK','35.605785','-97.630420',-6,1); -INSERT INTO zipcodes VALUES (73143,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73144,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73145,'Oklahoma City','OK','35.433093','-97.398440',-6,1); -INSERT INTO zipcodes VALUES (73146,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73147,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73148,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73149,'Oklahoma City','OK','35.395362','-97.497010',-6,1); -INSERT INTO zipcodes VALUES (73150,'Oklahoma City','OK','35.407113','-97.339960',-6,1); -INSERT INTO zipcodes VALUES (73151,'Oklahoma City','OK','35.568867','-97.405500',-6,1); -INSERT INTO zipcodes VALUES (73152,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73153,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73154,'Oklahoma City','OK','35.523758','-97.525467',-6,1); -INSERT INTO zipcodes VALUES (73155,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73156,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73157,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73159,'Oklahoma City','OK','35.386411','-97.557310',-6,1); -INSERT INTO zipcodes VALUES (73160,'Oklahoma City','OK','35.343770','-97.485960',-6,1); -INSERT INTO zipcodes VALUES (73162,'Oklahoma City','OK','35.579254','-97.637650',-6,1); -INSERT INTO zipcodes VALUES (73163,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73164,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73165,'Oklahoma City','OK','35.338689','-97.367470',-6,1); -INSERT INTO zipcodes VALUES (73167,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73169,'Oklahoma City','OK','35.388023','-97.641350',-6,1); -INSERT INTO zipcodes VALUES (73170,'Oklahoma City','OK','35.338716','-97.535690',-6,1); -INSERT INTO zipcodes VALUES (73172,'Oklahoma City','OK','35.517456','-97.621769',-6,1); -INSERT INTO zipcodes VALUES (73173,'Oklahoma City','OK','35.355645','-97.644790',-6,1); -INSERT INTO zipcodes VALUES (73177,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73178,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73179,'Oklahoma City','OK','35.416826','-97.627870',-6,1); -INSERT INTO zipcodes VALUES (73180,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73184,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73185,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73189,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73190,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73193,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73194,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73196,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73197,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73198,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73199,'Oklahoma City','OK','35.551409','-97.407537',-6,1); -INSERT INTO zipcodes VALUES (73301,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (73344,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (73367,'Sterling','OK','34.752406','-98.171022',-6,1); -INSERT INTO zipcodes VALUES (73371,'Ames','OK','36.248359','-98.189412',-6,1); -INSERT INTO zipcodes VALUES (73401,'Ardmore','OK','34.184742','-97.126550',-6,1); -INSERT INTO zipcodes VALUES (73402,'Ardmore','OK','34.288884','-97.248074',-6,1); -INSERT INTO zipcodes VALUES (73403,'Ardmore','OK','34.288884','-97.248074',-6,1); -INSERT INTO zipcodes VALUES (73425,'Countyline','OK','34.447003','-97.558010',-6,1); -INSERT INTO zipcodes VALUES (73430,'Burneyville','OK','33.925768','-97.369560',-6,1); -INSERT INTO zipcodes VALUES (73432,'Coleman','OK','34.252682','-96.433580',-6,1); -INSERT INTO zipcodes VALUES (73433,'Elmore City','OK','34.625144','-97.399010',-6,1); -INSERT INTO zipcodes VALUES (73434,'Foster','OK','34.647208','-97.550440',-6,1); -INSERT INTO zipcodes VALUES (73435,'Fox','OK','34.354547','-97.484300',-6,1); -INSERT INTO zipcodes VALUES (73436,'Gene Autry','OK','34.293948','-97.033905',-6,1); -INSERT INTO zipcodes VALUES (73437,'Graham','OK','34.363418','-97.430170',-6,1); -INSERT INTO zipcodes VALUES (73438,'Healdton','OK','34.238486','-97.488950',-6,1); -INSERT INTO zipcodes VALUES (73439,'Kingston','OK','33.938714','-96.712340',-6,1); -INSERT INTO zipcodes VALUES (73440,'Lebanon','OK','33.975243','-96.906090',-6,1); -INSERT INTO zipcodes VALUES (73441,'Leon','OK','33.877679','-97.428140',-6,1); -INSERT INTO zipcodes VALUES (73442,'Loco','OK','34.329621','-97.681820',-6,1); -INSERT INTO zipcodes VALUES (73443,'Lone Grove','OK','34.175234','-97.288940',-6,1); -INSERT INTO zipcodes VALUES (73444,'Hennepin','OK','34.499735','-97.364060',-6,1); -INSERT INTO zipcodes VALUES (73445,'Ravia','OK','34.244011','-96.751093',-6,1); -INSERT INTO zipcodes VALUES (73446,'Madill','OK','34.092658','-96.748510',-6,1); -INSERT INTO zipcodes VALUES (73447,'Mannsville','OK','34.225742','-96.861090',-6,1); -INSERT INTO zipcodes VALUES (73448,'Marietta','OK','33.940100','-97.110310',-6,1); -INSERT INTO zipcodes VALUES (73449,'Mead','OK','33.990978','-96.544090',-6,1); -INSERT INTO zipcodes VALUES (73450,'Milburn','OK','34.273995','-96.548370',-6,1); -INSERT INTO zipcodes VALUES (73453,'Overbrook','OK','34.033426','-97.243790',-6,1); -INSERT INTO zipcodes VALUES (73455,'Ravia','OK','34.240761','-96.757260',-6,1); -INSERT INTO zipcodes VALUES (73456,'Ringling','OK','34.165558','-97.621210',-6,1); -INSERT INTO zipcodes VALUES (73458,'Springer','OK','34.337522','-97.239580',-6,1); -INSERT INTO zipcodes VALUES (73459,'Thackerville','OK','33.794716','-97.138480',-6,1); -INSERT INTO zipcodes VALUES (73460,'Tishomingo','OK','34.253452','-96.681240',-6,1); -INSERT INTO zipcodes VALUES (73461,'Wapanucka','OK','34.367986','-96.430120',-6,1); -INSERT INTO zipcodes VALUES (73463,'Wilson','OK','34.149455','-97.430960',-6,1); -INSERT INTO zipcodes VALUES (73476,'Pernell','OK','34.680871','-97.300429',-6,1); -INSERT INTO zipcodes VALUES (73481,'Ratliff City','OK','34.436640','-97.501210',-6,1); -INSERT INTO zipcodes VALUES (73487,'Tatums','OK','34.481151','-97.462090',-6,1); -INSERT INTO zipcodes VALUES (73488,'Tussy','OK','34.483600','-97.547830',-6,1); -INSERT INTO zipcodes VALUES (73491,'Velma','OK','34.462809','-97.654190',-6,1); -INSERT INTO zipcodes VALUES (73501,'Lawton','OK','34.608348','-98.394140',-6,1); -INSERT INTO zipcodes VALUES (73502,'Lawton','OK','34.630879','-98.457646',-6,1); -INSERT INTO zipcodes VALUES (73503,'Fort Sill','OK','34.697270','-98.468080',-6,1); -INSERT INTO zipcodes VALUES (73505,'Lawton','OK','34.613973','-98.462550',-6,1); -INSERT INTO zipcodes VALUES (73506,'Lawton','OK','34.630879','-98.457646',-6,1); -INSERT INTO zipcodes VALUES (73507,'Lawton','OK','34.621373','-98.400100',-6,1); -INSERT INTO zipcodes VALUES (73520,'Addington','OK','34.243494','-97.938430',-6,1); -INSERT INTO zipcodes VALUES (73521,'Altus','OK','34.638773','-99.317870',-6,1); -INSERT INTO zipcodes VALUES (73522,'Altus','OK','34.723795','-99.383928',-6,1); -INSERT INTO zipcodes VALUES (73523,'Altus AFB','OK','34.598197','-99.440839',-6,1); -INSERT INTO zipcodes VALUES (73526,'Blair','OK','34.776114','-99.308350',-6,1); -INSERT INTO zipcodes VALUES (73527,'Cache','OK','34.613786','-98.624920',-6,1); -INSERT INTO zipcodes VALUES (73528,'Chattanooga','OK','34.425098','-98.658920',-6,1); -INSERT INTO zipcodes VALUES (73529,'Comanche','OK','34.372622','-97.978090',-6,1); -INSERT INTO zipcodes VALUES (73530,'Davidson','OK','34.254376','-99.051820',-6,1); -INSERT INTO zipcodes VALUES (73531,'Devol','OK','34.209826','-98.548910',-6,1); -INSERT INTO zipcodes VALUES (73532,'Duke','OK','34.649815','-99.555550',-6,1); -INSERT INTO zipcodes VALUES (73533,'Duncan','OK','34.502833','-97.951850',-6,1); -INSERT INTO zipcodes VALUES (73534,'Duncan','OK','34.518944','-97.973331',-6,1); -INSERT INTO zipcodes VALUES (73536,'Duncan','OK','34.485320','-97.852223',-6,1); -INSERT INTO zipcodes VALUES (73537,'Eldorado','OK','34.495150','-99.678610',-6,1); -INSERT INTO zipcodes VALUES (73538,'Elgin','OK','34.747379','-98.278050',-6,1); -INSERT INTO zipcodes VALUES (73539,'Elmer','OK','34.457367','-99.280510',-6,1); -INSERT INTO zipcodes VALUES (73540,'Faxon','OK','34.465332','-98.561810',-6,1); -INSERT INTO zipcodes VALUES (73541,'Fletcher','OK','34.809495','-98.198210',-6,1); -INSERT INTO zipcodes VALUES (73542,'Frederick','OK','34.410061','-98.967010',-6,1); -INSERT INTO zipcodes VALUES (73543,'Geronimo','OK','34.478901','-98.377910',-6,1); -INSERT INTO zipcodes VALUES (73544,'Gould','OK','34.681369','-99.745340',-6,1); -INSERT INTO zipcodes VALUES (73546,'Grandfield','OK','34.239154','-98.722750',-6,1); -INSERT INTO zipcodes VALUES (73547,'Granite','OK','34.976173','-99.395200',-6,1); -INSERT INTO zipcodes VALUES (73548,'Hastings','OK','34.239192','-98.113120',-6,1); -INSERT INTO zipcodes VALUES (73549,'Headrick','OK','34.645375','-99.152110',-6,1); -INSERT INTO zipcodes VALUES (73550,'Hollis','OK','34.688567','-99.909440',-6,1); -INSERT INTO zipcodes VALUES (73551,'Hollister','OK','34.325802','-98.861040',-6,1); -INSERT INTO zipcodes VALUES (73552,'Indiahoma','OK','34.622560','-98.753860',-6,1); -INSERT INTO zipcodes VALUES (73553,'Loveland','OK','34.330239','-98.700980',-6,1); -INSERT INTO zipcodes VALUES (73554,'Mangum','OK','34.855652','-99.520120',-6,1); -INSERT INTO zipcodes VALUES (73555,'Manitou','OK','34.508470','-98.963690',-6,1); -INSERT INTO zipcodes VALUES (73556,'Martha','OK','34.751924','-99.393830',-6,1); -INSERT INTO zipcodes VALUES (73557,'Medicine Park','OK','34.727750','-98.500800',-6,1); -INSERT INTO zipcodes VALUES (73558,'Meers','OK','34.630879','-98.457646',-6,1); -INSERT INTO zipcodes VALUES (73559,'Mountain Park','OK','34.696985','-98.961840',-6,1); -INSERT INTO zipcodes VALUES (73560,'Olustee','OK','34.571329','-99.451640',-6,1); -INSERT INTO zipcodes VALUES (73561,'Oscar','OK','34.023916','-97.648010',-6,1); -INSERT INTO zipcodes VALUES (73562,'Randlett','OK','34.188182','-98.435330',-6,1); -INSERT INTO zipcodes VALUES (73564,'Roosevelt','OK','34.834172','-98.975680',-6,1); -INSERT INTO zipcodes VALUES (73565,'Ryan','OK','34.008894','-97.935810',-6,1); -INSERT INTO zipcodes VALUES (73566,'Snyder','OK','34.637179','-98.965320',-6,1); -INSERT INTO zipcodes VALUES (73567,'Sterling','OK','34.748538','-98.169050',-6,1); -INSERT INTO zipcodes VALUES (73568,'Temple','OK','34.273576','-98.233770',-6,1); -INSERT INTO zipcodes VALUES (73569,'Terral','OK','33.916049','-97.862100',-6,1); -INSERT INTO zipcodes VALUES (73570,'Tipton','OK','34.500298','-99.123750',-6,1); -INSERT INTO zipcodes VALUES (73571,'Vinson','OK','34.924584','-99.867360',-6,1); -INSERT INTO zipcodes VALUES (73572,'Walters','OK','34.359739','-98.345500',-6,1); -INSERT INTO zipcodes VALUES (73573,'Waurika','OK','34.161270','-97.997840',-6,1); -INSERT INTO zipcodes VALUES (73575,'Duncan','OK','34.485320','-97.852223',-6,1); -INSERT INTO zipcodes VALUES (73601,'Clinton','OK','35.508248','-98.969170',-6,1); -INSERT INTO zipcodes VALUES (73620,'Arapaho','OK','35.591351','-99.008730',-6,1); -INSERT INTO zipcodes VALUES (73622,'Bessie','OK','35.399588','-99.006410',-6,1); -INSERT INTO zipcodes VALUES (73624,'Burns Flat','OK','35.355453','-99.177050',-6,1); -INSERT INTO zipcodes VALUES (73625,'Butler','OK','35.675986','-99.190740',-6,1); -INSERT INTO zipcodes VALUES (73626,'Canute','OK','35.394000','-99.280010',-6,1); -INSERT INTO zipcodes VALUES (73627,'Carter','OK','35.215997','-99.470060',-6,1); -INSERT INTO zipcodes VALUES (73628,'Cheyenne','OK','35.603809','-99.672800',-6,1); -INSERT INTO zipcodes VALUES (73632,'Cordell','OK','35.283812','-98.949870',-6,1); -INSERT INTO zipcodes VALUES (73638,'Crawford','OK','35.819529','-99.774250',-6,1); -INSERT INTO zipcodes VALUES (73639,'Custer City','OK','35.703640','-98.933510',-6,1); -INSERT INTO zipcodes VALUES (73641,'Dill City','OK','35.267270','-99.181620',-6,1); -INSERT INTO zipcodes VALUES (73642,'Durham','OK','35.851512','-99.901190',-6,1); -INSERT INTO zipcodes VALUES (73644,'Elk City','OK','35.405935','-99.416580',-6,1); -INSERT INTO zipcodes VALUES (73645,'Erick','OK','35.250612','-99.880290',-6,1); -INSERT INTO zipcodes VALUES (73646,'Fay','OK','35.826514','-98.629020',-6,1); -INSERT INTO zipcodes VALUES (73647,'Foss','OK','35.455440','-99.174400',-6,1); -INSERT INTO zipcodes VALUES (73648,'Elk City','OK','35.269460','-99.680146',-6,1); -INSERT INTO zipcodes VALUES (73650,'Hammon','OK','35.646142','-99.388490',-6,1); -INSERT INTO zipcodes VALUES (73651,'Hobart','OK','35.018385','-99.093740',-6,1); -INSERT INTO zipcodes VALUES (73654,'Leedey','OK','35.837115','-99.368450',-6,1); -INSERT INTO zipcodes VALUES (73655,'Lone Wolf','OK','35.006152','-99.248510',-6,1); -INSERT INTO zipcodes VALUES (73656,'Mayfield','OK','35.269460','-99.680146',-6,1); -INSERT INTO zipcodes VALUES (73658,'Oakwood','OK','35.934444','-98.708270',-6,1); -INSERT INTO zipcodes VALUES (73659,'Putnam','OK','35.848743','-98.902900',-6,1); -INSERT INTO zipcodes VALUES (73660,'Reydon','OK','35.610122','-99.917430',-6,1); -INSERT INTO zipcodes VALUES (73661,'Rocky','OK','35.167368','-99.051700',-6,1); -INSERT INTO zipcodes VALUES (73662,'Sayre','OK','35.321815','-99.653140',-6,1); -INSERT INTO zipcodes VALUES (73663,'Seiling','OK','36.131960','-98.916830',-6,1); -INSERT INTO zipcodes VALUES (73664,'Sentinel','OK','35.167499','-99.210430',-6,1); -INSERT INTO zipcodes VALUES (73666,'Sweetwater','OK','35.458562','-99.871430',-6,1); -INSERT INTO zipcodes VALUES (73667,'Taloga','OK','36.033979','-98.994910',-6,1); -INSERT INTO zipcodes VALUES (73668,'Texola','OK','35.219721','-99.992280',-6,1); -INSERT INTO zipcodes VALUES (73669,'Thomas','OK','35.739994','-98.755020',-6,1); -INSERT INTO zipcodes VALUES (73673,'Willow','OK','35.046550','-99.580420',-6,1); -INSERT INTO zipcodes VALUES (73701,'Enid','OK','36.411133','-97.850260',-6,1); -INSERT INTO zipcodes VALUES (73702,'Enid','OK','36.379072','-97.782595',-6,1); -INSERT INTO zipcodes VALUES (73703,'Enid','OK','36.402666','-97.928360',-6,1); -INSERT INTO zipcodes VALUES (73705,'Enid','OK','36.379072','-97.782595',-6,1); -INSERT INTO zipcodes VALUES (73706,'Enid','OK','36.379072','-97.782595',-6,1); -INSERT INTO zipcodes VALUES (73716,'Aline','OK','36.495560','-98.490570',-6,1); -INSERT INTO zipcodes VALUES (73717,'Alva','OK','36.804875','-98.697070',-6,1); -INSERT INTO zipcodes VALUES (73718,'Ames','OK','36.224663','-98.148810',-6,1); -INSERT INTO zipcodes VALUES (73719,'Amorita','OK','36.949448','-98.282970',-6,1); -INSERT INTO zipcodes VALUES (73720,'Bison','OK','36.200563','-97.888830',-6,1); -INSERT INTO zipcodes VALUES (73722,'Burlington','OK','36.920802','-98.384290',-6,1); -INSERT INTO zipcodes VALUES (73724,'Canton','OK','36.061410','-98.642910',-6,1); -INSERT INTO zipcodes VALUES (73726,'Carmen','OK','36.580451','-98.475670',-6,1); -INSERT INTO zipcodes VALUES (73727,'Carrier','OK','36.481331','-98.041440',-6,1); -INSERT INTO zipcodes VALUES (73728,'Cherokee','OK','36.751276','-98.371080',-6,1); -INSERT INTO zipcodes VALUES (73729,'Cleo Springs','OK','36.404703','-98.438610',-6,1); -INSERT INTO zipcodes VALUES (73730,'Covington','OK','36.311257','-97.559700',-6,1); -INSERT INTO zipcodes VALUES (73731,'Dacoma','OK','36.648048','-98.582220',-6,1); -INSERT INTO zipcodes VALUES (73733,'Douglas','OK','36.239024','-97.682990',-6,1); -INSERT INTO zipcodes VALUES (73734,'Dover','OK','35.978156','-97.886800',-6,1); -INSERT INTO zipcodes VALUES (73735,'Drummond','OK','36.285664','-98.041930',-6,1); -INSERT INTO zipcodes VALUES (73736,'Fairmont','OK','36.347664','-97.693160',-6,1); -INSERT INTO zipcodes VALUES (73737,'Fairview','OK','36.281915','-98.524630',-6,1); -INSERT INTO zipcodes VALUES (73738,'Garber','OK','36.455282','-97.559740',-6,1); -INSERT INTO zipcodes VALUES (73739,'Goltry','OK','36.521836','-98.134620',-6,1); -INSERT INTO zipcodes VALUES (73741,'Helena','OK','36.557263','-98.274510',-6,1); -INSERT INTO zipcodes VALUES (73742,'Hennessey','OK','36.105884','-97.883040',-6,1); -INSERT INTO zipcodes VALUES (73743,'Hillsdale','OK','36.563732','-97.993850',-6,1); -INSERT INTO zipcodes VALUES (73744,'Hitchcock','OK','35.966488','-98.290130',-6,1); -INSERT INTO zipcodes VALUES (73746,'Hopeton','OK','36.692876','-98.658160',-6,1); -INSERT INTO zipcodes VALUES (73747,'Isabella','OK','36.221983','-98.328990',-6,1); -INSERT INTO zipcodes VALUES (73749,'Jet','OK','36.702485','-98.172800',-6,1); -INSERT INTO zipcodes VALUES (73750,'Kingfisher','OK','35.856216','-97.937430',-6,1); -INSERT INTO zipcodes VALUES (73753,'Kremlin','OK','36.562250','-97.833680',-6,1); -INSERT INTO zipcodes VALUES (73754,'Lahoma','OK','36.389599','-98.090630',-6,1); -INSERT INTO zipcodes VALUES (73755,'Longdale','OK','36.140010','-98.579180',-6,1); -INSERT INTO zipcodes VALUES (73756,'Loyal','OK','36.007004','-98.112340',-6,1); -INSERT INTO zipcodes VALUES (73757,'Lucien','OK','36.267701','-97.452450',-6,1); -INSERT INTO zipcodes VALUES (73758,'Manchester','OK','36.949144','-98.049380',-6,1); -INSERT INTO zipcodes VALUES (73759,'Medford','OK','36.832446','-97.724140',-6,1); -INSERT INTO zipcodes VALUES (73760,'Meno','OK','36.371779','-98.168080',-6,1); -INSERT INTO zipcodes VALUES (73761,'Nash','OK','36.685205','-98.030950',-6,1); -INSERT INTO zipcodes VALUES (73762,'Okarche','OK','35.713606','-97.972170',-6,1); -INSERT INTO zipcodes VALUES (73763,'Okeene','OK','36.116401','-98.333520',-6,1); -INSERT INTO zipcodes VALUES (73764,'Omega','OK','35.867757','-98.179950',-6,1); -INSERT INTO zipcodes VALUES (73766,'Pond Creek','OK','36.662715','-97.830630',-6,1); -INSERT INTO zipcodes VALUES (73768,'Ringwood','OK','36.383753','-98.274110',-6,1); -INSERT INTO zipcodes VALUES (73770,'Southard','OK','36.058133','-98.588383',-6,1); -INSERT INTO zipcodes VALUES (73771,'Wakita','OK','36.844573','-97.962000',-6,1); -INSERT INTO zipcodes VALUES (73772,'Watonga','OK','35.870276','-98.437720',-6,1); -INSERT INTO zipcodes VALUES (73773,'Waukomis','OK','36.273144','-97.903350',-6,1); -INSERT INTO zipcodes VALUES (73801,'Woodward','OK','36.433665','-99.408380',-6,1); -INSERT INTO zipcodes VALUES (73802,'Woodward','OK','36.543405','-99.290470',-6,1); -INSERT INTO zipcodes VALUES (73832,'Arnett','OK','36.122573','-99.712000',-6,1); -INSERT INTO zipcodes VALUES (73834,'Buffalo','OK','36.851116','-99.589700',-6,1); -INSERT INTO zipcodes VALUES (73835,'Camargo','OK','35.986173','-99.238660',-6,1); -INSERT INTO zipcodes VALUES (73838,'Chester','OK','36.253795','-98.898180',-6,1); -INSERT INTO zipcodes VALUES (73840,'Fargo','OK','36.403804','-99.646740',-6,1); -INSERT INTO zipcodes VALUES (73841,'Fort Supply','OK','36.557966','-99.574250',-6,1); -INSERT INTO zipcodes VALUES (73842,'Freedom','OK','36.803902','-99.183040',-6,1); -INSERT INTO zipcodes VALUES (73843,'Gage','OK','36.419540','-99.841310',-6,1); -INSERT INTO zipcodes VALUES (73844,'Gate','OK','36.853151','-100.069470',-6,1); -INSERT INTO zipcodes VALUES (73847,'Knowles','OK','36.903089','-100.227480',-6,1); -INSERT INTO zipcodes VALUES (73848,'Laverne','OK','36.673357','-99.881790',-6,1); -INSERT INTO zipcodes VALUES (73851,'May','OK','36.614425','-99.771530',-6,1); -INSERT INTO zipcodes VALUES (73852,'Mooreland','OK','36.456875','-99.130040',-6,1); -INSERT INTO zipcodes VALUES (73853,'Mutual','OK','36.223999','-99.123700',-6,1); -INSERT INTO zipcodes VALUES (73855,'Rosston','OK','36.863262','-99.881810',-6,1); -INSERT INTO zipcodes VALUES (73857,'Sharon','OK','36.283175','-99.326790',-6,1); -INSERT INTO zipcodes VALUES (73858,'Shattuck','OK','36.226355','-99.890280',-6,1); -INSERT INTO zipcodes VALUES (73859,'Vici','OK','36.140186','-99.268660',-6,1); -INSERT INTO zipcodes VALUES (73860,'Waynoka','OK','36.563060','-98.866230',-6,1); -INSERT INTO zipcodes VALUES (73901,'Adams','OK','36.756145','-101.074620',-6,1); -INSERT INTO zipcodes VALUES (73931,'Balko','OK','36.601946','-100.765530',-6,1); -INSERT INTO zipcodes VALUES (73932,'Beaver','OK','36.710457','-100.478880',-6,1); -INSERT INTO zipcodes VALUES (73933,'Boise City','OK','36.740652','-102.544730',-6,1); -INSERT INTO zipcodes VALUES (73937,'Felt','OK','36.563865','-102.788680',-6,1); -INSERT INTO zipcodes VALUES (73938,'Forgan','OK','36.914169','-100.612440',-6,1); -INSERT INTO zipcodes VALUES (73939,'Goodwell','OK','36.691413','-101.738000',-6,1); -INSERT INTO zipcodes VALUES (73942,'Guymon','OK','36.739447','-101.488510',-6,1); -INSERT INTO zipcodes VALUES (73944,'Hardesty','OK','36.605467','-101.120400',-6,1); -INSERT INTO zipcodes VALUES (73945,'Hooker','OK','36.832751','-101.256180',-6,1); -INSERT INTO zipcodes VALUES (73946,'Kenton','OK','36.922263','-102.923390',-6,1); -INSERT INTO zipcodes VALUES (73947,'Keyes','OK','36.844919','-102.200500',-6,1); -INSERT INTO zipcodes VALUES (73949,'Texhoma','OK','36.568790','-101.917820',-6,1); -INSERT INTO zipcodes VALUES (73950,'Turpin','OK','36.852475','-100.895840',-6,1); -INSERT INTO zipcodes VALUES (73951,'Tyrone','OK','36.952790','-101.063370',-6,1); -INSERT INTO zipcodes VALUES (74001,'Avant','OK','36.487394','-96.063840',-6,1); -INSERT INTO zipcodes VALUES (74002,'Barnsdall','OK','36.549109','-96.146000',-6,1); -INSERT INTO zipcodes VALUES (74003,'Bartlesville','OK','36.741589','-96.006140',-6,1); -INSERT INTO zipcodes VALUES (74004,'Bartlesville','OK','36.711386','-95.894042',-6,1); -INSERT INTO zipcodes VALUES (74005,'Bartlesville','OK','36.711386','-95.894042',-6,1); -INSERT INTO zipcodes VALUES (74006,'Bartlesville','OK','36.733398','-95.924040',-6,1); -INSERT INTO zipcodes VALUES (74008,'Bixby','OK','35.951402','-95.883610',-6,1); -INSERT INTO zipcodes VALUES (74009,'Bowring','OK','36.665794','-96.398424',-6,1); -INSERT INTO zipcodes VALUES (74010,'Bristow','OK','35.843486','-96.381830',-6,1); -INSERT INTO zipcodes VALUES (74011,'Broken Arrow','OK','35.992283','-95.805420',-6,1); -INSERT INTO zipcodes VALUES (74012,'Broken Arrow','OK','36.045907','-95.806940',-6,1); -INSERT INTO zipcodes VALUES (74013,'Broken Arrow','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74014,'Broken Arrow','OK','36.053246','-95.709570',-6,1); -INSERT INTO zipcodes VALUES (74015,'Catoosa','OK','36.188136','-95.731990',-6,1); -INSERT INTO zipcodes VALUES (74016,'Chelsea','OK','36.546415','-95.445920',-6,1); -INSERT INTO zipcodes VALUES (74017,'Claremore','OK','36.327143','-95.611920',-6,1); -INSERT INTO zipcodes VALUES (74018,'Claremore','OK','36.343579','-95.605964',-6,1); -INSERT INTO zipcodes VALUES (74020,'Cleveland','OK','36.260645','-96.395860',-6,1); -INSERT INTO zipcodes VALUES (74021,'Collinsville','OK','36.369251','-95.839700',-6,1); -INSERT INTO zipcodes VALUES (74022,'Copan','OK','36.909076','-95.965770',-6,1); -INSERT INTO zipcodes VALUES (74023,'Cushing','OK','35.973286','-96.757510',-6,1); -INSERT INTO zipcodes VALUES (74026,'Davenport','OK','35.710256','-96.763330',-6,1); -INSERT INTO zipcodes VALUES (74027,'Delaware','OK','36.793303','-95.636310',-6,1); -INSERT INTO zipcodes VALUES (74028,'Depew','OK','35.805114','-96.539260',-6,1); -INSERT INTO zipcodes VALUES (74029,'Dewey','OK','36.808722','-95.926170',-6,1); -INSERT INTO zipcodes VALUES (74030,'Drumright','OK','35.987421','-96.587760',-6,1); -INSERT INTO zipcodes VALUES (74031,'Foyil','OK','36.336457','-95.571646',-6,1); -INSERT INTO zipcodes VALUES (74032,'Glencoe','OK','36.214419','-96.916720',-6,1); -INSERT INTO zipcodes VALUES (74033,'Glenpool','OK','35.951244','-96.008030',-6,1); -INSERT INTO zipcodes VALUES (74034,'Hallett','OK','36.232452','-96.568820',-6,1); -INSERT INTO zipcodes VALUES (74035,'Hominy','OK','36.417205','-96.383790',-6,1); -INSERT INTO zipcodes VALUES (74036,'Inola','OK','36.145085','-95.514430',-6,1); -INSERT INTO zipcodes VALUES (74037,'Jenks','OK','36.012562','-95.982410',-6,1); -INSERT INTO zipcodes VALUES (74038,'Jennings','OK','36.164934','-96.560830',-6,1); -INSERT INTO zipcodes VALUES (74039,'Kellyville','OK','35.931488','-96.229150',-6,1); -INSERT INTO zipcodes VALUES (74041,'Kiefer','OK','35.948760','-96.062370',-6,1); -INSERT INTO zipcodes VALUES (74042,'Lenapah','OK','36.857305','-95.614230',-6,1); -INSERT INTO zipcodes VALUES (74043,'Leonard','OK','35.918277','-95.798809',-6,1); -INSERT INTO zipcodes VALUES (74044,'Mannford','OK','36.111943','-96.371590',-6,1); -INSERT INTO zipcodes VALUES (74045,'Maramec','OK','36.241861','-96.683380',-6,1); -INSERT INTO zipcodes VALUES (74046,'Milfay','OK','35.901277','-96.326053',-6,1); -INSERT INTO zipcodes VALUES (74047,'Mounds','OK','35.853188','-96.002050',-6,1); -INSERT INTO zipcodes VALUES (74048,'Nowata','OK','36.690587','-95.627510',-6,1); -INSERT INTO zipcodes VALUES (74050,'Oakhurst','OK','36.074141','-96.061900',-6,1); -INSERT INTO zipcodes VALUES (74051,'Ochelata','OK','36.602340','-95.975440',-6,1); -INSERT INTO zipcodes VALUES (74052,'Oilton','OK','36.084211','-96.579400',-6,1); -INSERT INTO zipcodes VALUES (74053,'Oologah','OK','36.437088','-95.711440',-6,1); -INSERT INTO zipcodes VALUES (74054,'Osage','OK','36.276739','-96.368310',-6,1); -INSERT INTO zipcodes VALUES (74055,'Owasso','OK','36.278298','-95.830500',-6,1); -INSERT INTO zipcodes VALUES (74056,'Pawhuska','OK','36.764056','-96.321230',-6,1); -INSERT INTO zipcodes VALUES (74058,'Pawnee','OK','36.358645','-96.771430',-6,1); -INSERT INTO zipcodes VALUES (74059,'Perkins','OK','35.968675','-97.042580',-6,1); -INSERT INTO zipcodes VALUES (74060,'Prue','OK','36.249730','-96.267400',-6,1); -INSERT INTO zipcodes VALUES (74061,'Ramona','OK','36.533868','-95.908650',-6,1); -INSERT INTO zipcodes VALUES (74062,'Ripley','OK','36.024668','-96.907730',-6,1); -INSERT INTO zipcodes VALUES (74063,'Sand Springs','OK','36.139385','-96.165230',-6,1); -INSERT INTO zipcodes VALUES (74064,'McCord','OK','36.681250','-97.032304',-6,1); -INSERT INTO zipcodes VALUES (74066,'Sapulpa','OK','35.996582','-96.119400',-6,1); -INSERT INTO zipcodes VALUES (74067,'Sapulpa','OK','36.019575','-96.093682',-6,1); -INSERT INTO zipcodes VALUES (74068,'Shamrock','OK','35.910408','-96.577680',-6,1); -INSERT INTO zipcodes VALUES (74070,'Skiatook','OK','36.381305','-96.039980',-6,1); -INSERT INTO zipcodes VALUES (74071,'Slick','OK','35.778763','-96.268020',-6,1); -INSERT INTO zipcodes VALUES (74072,'S Coffeyville','OK','36.957786','-95.571080',-6,1); -INSERT INTO zipcodes VALUES (74073,'Sperry','OK','36.306323','-96.020810',-6,1); -INSERT INTO zipcodes VALUES (74074,'Stillwater','OK','36.105571','-97.076310',-6,1); -INSERT INTO zipcodes VALUES (74075,'Stillwater','OK','36.149394','-97.057840',-6,1); -INSERT INTO zipcodes VALUES (74076,'Stillwater','OK','36.072372','-97.055141',-6,1); -INSERT INTO zipcodes VALUES (74077,'Stillwater','OK','36.093665','-96.987458',-6,1); -INSERT INTO zipcodes VALUES (74078,'Stillwater','OK','36.093665','-96.987458',-6,1); -INSERT INTO zipcodes VALUES (74079,'Stroud','OK','35.744531','-96.663420',-6,1); -INSERT INTO zipcodes VALUES (74080,'Talala','OK','36.527631','-95.699200',-6,1); -INSERT INTO zipcodes VALUES (74081,'Terlton','OK','36.169806','-96.440050',-6,1); -INSERT INTO zipcodes VALUES (74082,'Vera','OK','36.450115','-95.881381',-6,1); -INSERT INTO zipcodes VALUES (74083,'Wann','OK','36.935821','-95.783360',-6,1); -INSERT INTO zipcodes VALUES (74084,'Wynona','OK','36.542944','-96.318530',-6,1); -INSERT INTO zipcodes VALUES (74085,'Yale','OK','36.108650','-96.702310',-6,1); -INSERT INTO zipcodes VALUES (74101,'Tulsa','OK','36.039147','-95.868667',-6,1); -INSERT INTO zipcodes VALUES (74102,'Tulsa','OK','36.063095','-95.804231',-6,1); -INSERT INTO zipcodes VALUES (74103,'Tulsa','OK','36.156892','-95.995080',-6,1); -INSERT INTO zipcodes VALUES (74104,'Tulsa','OK','36.146143','-95.954140',-6,1); -INSERT INTO zipcodes VALUES (74105,'Tulsa','OK','36.099044','-95.966150',-6,1); -INSERT INTO zipcodes VALUES (74106,'Tulsa','OK','36.184692','-95.985120',-6,1); -INSERT INTO zipcodes VALUES (74107,'Tulsa','OK','36.102042','-96.031440',-6,1); -INSERT INTO zipcodes VALUES (74108,'Tulsa','OK','36.146897','-95.799580',-6,1); -INSERT INTO zipcodes VALUES (74110,'Tulsa','OK','36.181143','-95.954240',-6,1); -INSERT INTO zipcodes VALUES (74112,'Tulsa','OK','36.148444','-95.908410',-6,1); -INSERT INTO zipcodes VALUES (74114,'Tulsa','OK','36.126894','-95.946570',-6,1); -INSERT INTO zipcodes VALUES (74115,'Tulsa','OK','36.180144','-95.911290',-6,1); -INSERT INTO zipcodes VALUES (74116,'Tulsa','OK','36.169454','-95.824200',-6,1); -INSERT INTO zipcodes VALUES (74117,'Tulsa','OK','36.235961','-95.885140',-6,1); -INSERT INTO zipcodes VALUES (74119,'Tulsa','OK','36.142743','-95.988720',-6,1); -INSERT INTO zipcodes VALUES (74120,'Tulsa','OK','36.151143','-95.977470',-6,1); -INSERT INTO zipcodes VALUES (74121,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74126,'Tulsa','OK','36.236691','-95.986740',-6,1); -INSERT INTO zipcodes VALUES (74127,'Tulsa','OK','36.160341','-96.034350',-6,1); -INSERT INTO zipcodes VALUES (74128,'Tulsa','OK','36.146577','-95.851940',-6,1); -INSERT INTO zipcodes VALUES (74129,'Tulsa','OK','36.126446','-95.867630',-6,1); -INSERT INTO zipcodes VALUES (74130,'Tulsa','OK','36.239642','-95.958470',-6,1); -INSERT INTO zipcodes VALUES (74131,'Tulsa','OK','36.057536','-96.071190',-6,1); -INSERT INTO zipcodes VALUES (74132,'Tulsa','OK','36.051893','-96.027520',-6,1); -INSERT INTO zipcodes VALUES (74133,'Tulsa','OK','36.043090','-95.884170',-6,1); -INSERT INTO zipcodes VALUES (74134,'Tulsa','OK','36.114797','-95.821050',-6,1); -INSERT INTO zipcodes VALUES (74135,'Tulsa','OK','36.101245','-95.924750',-6,1); -INSERT INTO zipcodes VALUES (74136,'Tulsa','OK','36.059495','-95.939220',-6,1); -INSERT INTO zipcodes VALUES (74137,'Tulsa','OK','36.025405','-95.929530',-6,1); -INSERT INTO zipcodes VALUES (74141,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74145,'Tulsa','OK','36.096296','-95.884700',-6,1); -INSERT INTO zipcodes VALUES (74146,'Tulsa','OK','36.102112','-95.852440',-6,1); -INSERT INTO zipcodes VALUES (74147,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74148,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74149,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74150,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74152,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74153,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74155,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74156,'Tulsa','OK','36.302391','-95.960472',-6,1); -INSERT INTO zipcodes VALUES (74157,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74158,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74159,'Tulsa','OK','36.077221','-96.083477',-6,1); -INSERT INTO zipcodes VALUES (74169,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74170,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74171,'Tulsa','OK','36.054345','-95.957721',-6,1); -INSERT INTO zipcodes VALUES (74172,'Tulsa','OK','36.154342','-95.992323',-6,1); -INSERT INTO zipcodes VALUES (74177,'Tulsa','OK','36.048045','-95.957771',-6,1); -INSERT INTO zipcodes VALUES (74182,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74183,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74184,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74186,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74187,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74189,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74192,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74193,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74194,'Tulsa','OK','36.139826','-96.029725',-6,1); -INSERT INTO zipcodes VALUES (74301,'Vinita','OK','36.631673','-95.173030',-6,1); -INSERT INTO zipcodes VALUES (74328,'Colcord','OK','36.260756','-94.692670',-6,1); -INSERT INTO zipcodes VALUES (74330,'Adair','OK','36.434328','-95.255120',-6,1); -INSERT INTO zipcodes VALUES (74331,'Afton','OK','36.618326','-94.934240',-6,1); -INSERT INTO zipcodes VALUES (74332,'Big Cabin','OK','36.515090','-95.229240',-6,1); -INSERT INTO zipcodes VALUES (74333,'Bluejacket','OK','36.802232','-95.077820',-6,1); -INSERT INTO zipcodes VALUES (74334,'Dodge','OK','36.597953','-94.647526',-6,1); -INSERT INTO zipcodes VALUES (74335,'Cardin','OK','36.975692','-94.851610',-6,1); -INSERT INTO zipcodes VALUES (74336,'Jay','OK','36.422876','-94.796399',-6,1); -INSERT INTO zipcodes VALUES (74337,'Chouteau','OK','36.167467','-95.319250',-6,1); -INSERT INTO zipcodes VALUES (74338,'Colcord','OK','36.227439','-94.677980',-6,1); -INSERT INTO zipcodes VALUES (74339,'Commerce','OK','36.932957','-94.871340',-6,1); -INSERT INTO zipcodes VALUES (74340,'Disney','OK','36.487210','-94.984520',-6,1); -INSERT INTO zipcodes VALUES (74342,'Eucha','OK','36.420495','-94.926210',-6,1); -INSERT INTO zipcodes VALUES (74343,'Fairland','OK','36.747928','-94.840220',-6,1); -INSERT INTO zipcodes VALUES (74344,'Grove','OK','36.599689','-94.766730',-6,1); -INSERT INTO zipcodes VALUES (74345,'Grove','OK','36.603587','-94.729740',-6,1); -INSERT INTO zipcodes VALUES (74346,'Jay','OK','36.444215','-94.783450',-6,1); -INSERT INTO zipcodes VALUES (74347,'Kansas','OK','36.190000','-94.795950',-6,1); -INSERT INTO zipcodes VALUES (74349,'Ketchum','OK','36.523163','-95.024280',-6,1); -INSERT INTO zipcodes VALUES (74350,'Langley','OK','36.468980','-95.049670',-6,1); -INSERT INTO zipcodes VALUES (74352,'Locust Grove','OK','36.148065','-95.168010',-6,1); -INSERT INTO zipcodes VALUES (74353,'Mazie','OK','36.292495','-95.222792',-6,1); -INSERT INTO zipcodes VALUES (74354,'Miami','OK','36.880746','-94.871420',-6,1); -INSERT INTO zipcodes VALUES (74355,'Miami','OK','36.834080','-94.877031',-6,1); -INSERT INTO zipcodes VALUES (74358,'North Miami','OK','36.915805','-94.880390',-6,1); -INSERT INTO zipcodes VALUES (74359,'Oaks','OK','36.415938','-94.787091',-6,1); -INSERT INTO zipcodes VALUES (74360,'Picher','OK','36.981521','-94.832780',-6,1); -INSERT INTO zipcodes VALUES (74361,'Pryor','OK','36.294174','-95.302950',-6,1); -INSERT INTO zipcodes VALUES (74362,'Pryor','OK','36.292495','-95.222792',-6,1); -INSERT INTO zipcodes VALUES (74363,'Quapaw','OK','36.947372','-94.729120',-6,1); -INSERT INTO zipcodes VALUES (74364,'Rose','OK','36.197948','-94.967070',-6,1); -INSERT INTO zipcodes VALUES (74365,'Salina','OK','36.296196','-95.105560',-6,1); -INSERT INTO zipcodes VALUES (74366,'Spavinaw','OK','36.394258','-95.048690',-6,1); -INSERT INTO zipcodes VALUES (74367,'Strang','OK','36.412084','-95.129240',-6,1); -INSERT INTO zipcodes VALUES (74368,'Twin Oaks','OK','36.208220','-94.859450',-6,1); -INSERT INTO zipcodes VALUES (74369,'Welch','OK','36.897777','-95.152490',-6,1); -INSERT INTO zipcodes VALUES (74370,'Wyandotte','OK','36.777702','-94.687680',-6,1); -INSERT INTO zipcodes VALUES (74399,'Commerce','OK','36.932944','-94.873005',-6,1); -INSERT INTO zipcodes VALUES (74401,'Muskogee','OK','35.739681','-95.407110',-6,1); -INSERT INTO zipcodes VALUES (74402,'Muskogee','OK','35.764223','-95.306916',-6,1); -INSERT INTO zipcodes VALUES (74403,'Muskogee','OK','35.719962','-95.336910',-6,1); -INSERT INTO zipcodes VALUES (74421,'Beggs','OK','35.755522','-96.047440',-6,1); -INSERT INTO zipcodes VALUES (74422,'Boynton','OK','35.645974','-95.669310',-6,1); -INSERT INTO zipcodes VALUES (74423,'Braggs','OK','35.668132','-95.185820',-6,1); -INSERT INTO zipcodes VALUES (74425,'Canadian','OK','35.172538','-95.628240',-6,1); -INSERT INTO zipcodes VALUES (74426,'Checotah','OK','35.443872','-95.543930',-6,1); -INSERT INTO zipcodes VALUES (74427,'Cookson','OK','35.700818','-94.925520',-6,1); -INSERT INTO zipcodes VALUES (74428,'Council Hill','OK','35.550269','-95.648740',-6,1); -INSERT INTO zipcodes VALUES (74429,'Coweta','OK','35.947850','-95.637700',-6,1); -INSERT INTO zipcodes VALUES (74430,'Crowder','OK','35.124644','-95.666680',-6,1); -INSERT INTO zipcodes VALUES (74431,'Dewar','OK','35.458946','-95.945970',-6,1); -INSERT INTO zipcodes VALUES (74432,'Eufaula','OK','35.280145','-95.578540',-6,1); -INSERT INTO zipcodes VALUES (74434,'Fort Gibson','OK','35.799294','-95.233550',-6,1); -INSERT INTO zipcodes VALUES (74435,'Gore','OK','35.566657','-95.096270',-6,1); -INSERT INTO zipcodes VALUES (74436,'Haskell','OK','35.815497','-95.686080',-6,1); -INSERT INTO zipcodes VALUES (74437,'Henryetta','OK','35.447961','-95.950380',-6,1); -INSERT INTO zipcodes VALUES (74438,'Hitchita','OK','35.520519','-95.751220',-6,1); -INSERT INTO zipcodes VALUES (74440,'Hoyt','OK','35.269955','-95.302050',-6,1); -INSERT INTO zipcodes VALUES (74441,'Hulbert','OK','35.966254','-95.154360',-6,1); -INSERT INTO zipcodes VALUES (74442,'Indianola','OK','35.152295','-95.789570',-6,1); -INSERT INTO zipcodes VALUES (74444,'Moodys','OK','36.053001','-94.966820',-6,1); -INSERT INTO zipcodes VALUES (74445,'Morris','OK','35.616464','-95.846450',-6,1); -INSERT INTO zipcodes VALUES (74446,'Okay','OK','35.852293','-95.317170',-6,1); -INSERT INTO zipcodes VALUES (74447,'Okmulgee','OK','35.628612','-95.973400',-6,1); -INSERT INTO zipcodes VALUES (74450,'Oktaha','OK','35.598240','-95.484340',-6,1); -INSERT INTO zipcodes VALUES (74451,'Park Hill','OK','35.742956','-94.967370',-6,1); -INSERT INTO zipcodes VALUES (74452,'Peggs','OK','36.108620','-95.111690',-6,1); -INSERT INTO zipcodes VALUES (74454,'Porter','OK','35.867529','-95.526470',-6,1); -INSERT INTO zipcodes VALUES (74455,'Porum','OK','35.355394','-95.286350',-6,1); -INSERT INTO zipcodes VALUES (74456,'Preston','OK','35.712025','-95.997170',-6,1); -INSERT INTO zipcodes VALUES (74457,'Proctor','OK','36.053046','-94.776800',-6,1); -INSERT INTO zipcodes VALUES (74458,'Redbird','OK','35.963567','-95.513856',-6,1); -INSERT INTO zipcodes VALUES (74459,'Rentiesville','OK','35.519193','-95.494470',-6,1); -INSERT INTO zipcodes VALUES (74460,'Schulter','OK','35.518330','-95.957600',-6,1); -INSERT INTO zipcodes VALUES (74461,'Stidham','OK','35.384048','-95.707310',-6,1); -INSERT INTO zipcodes VALUES (74462,'Stigler','OK','35.272967','-95.163280',-6,1); -INSERT INTO zipcodes VALUES (74463,'Taft','OK','35.763420','-95.547880',-6,1); -INSERT INTO zipcodes VALUES (74464,'Tahlequah','OK','35.923658','-94.971850',-6,1); -INSERT INTO zipcodes VALUES (74465,'Tahlequah','OK','35.900074','-95.040008',-6,1); -INSERT INTO zipcodes VALUES (74466,'Tullahassee','OK','35.963567','-95.513856',-6,1); -INSERT INTO zipcodes VALUES (74467,'Wagoner','OK','35.961019','-95.361100',-6,1); -INSERT INTO zipcodes VALUES (74468,'Wainwright','OK','35.615460','-95.568510',-6,1); -INSERT INTO zipcodes VALUES (74469,'Warner','OK','35.493581','-95.309140',-6,1); -INSERT INTO zipcodes VALUES (74470,'Webbers Falls','OK','35.490036','-95.151580',-6,1); -INSERT INTO zipcodes VALUES (74471,'Welling','OK','35.837827','-94.874020',-6,1); -INSERT INTO zipcodes VALUES (74472,'Whitefield','OK','35.259201','-95.247010',-6,1); -INSERT INTO zipcodes VALUES (74477,'Wagoner','OK','35.963567','-95.513856',-6,1); -INSERT INTO zipcodes VALUES (74501,'Mcalester','OK','34.944399','-95.757090',-6,1); -INSERT INTO zipcodes VALUES (74502,'Mcalester','OK','34.947259','-95.720708',-6,1); -INSERT INTO zipcodes VALUES (74520,'Ada','OK','34.772557','-96.661745',-6,1); -INSERT INTO zipcodes VALUES (74521,'Albion','OK','34.660204','-95.098140',-6,1); -INSERT INTO zipcodes VALUES (74522,'Alderson','OK','34.902286','-95.690730',-6,1); -INSERT INTO zipcodes VALUES (74523,'Antlers','OK','34.229335','-95.616030',-6,1); -INSERT INTO zipcodes VALUES (74525,'Atoka','OK','34.347553','-96.112760',-6,1); -INSERT INTO zipcodes VALUES (74528,'Blanco','OK','34.722059','-95.761250',-6,1); -INSERT INTO zipcodes VALUES (74529,'Blocker','OK','34.947259','-95.720708',-6,1); -INSERT INTO zipcodes VALUES (74530,'Bromide','OK','34.416915','-96.492780',-6,1); -INSERT INTO zipcodes VALUES (74531,'Calvin','OK','34.932628','-96.239290',-6,1); -INSERT INTO zipcodes VALUES (74533,'Caney','OK','34.217672','-96.196340',-6,1); -INSERT INTO zipcodes VALUES (74534,'Centrahoma','OK','34.612564','-96.355560',-6,1); -INSERT INTO zipcodes VALUES (74535,'Clarita','OK','34.488403','-96.433560',-6,1); -INSERT INTO zipcodes VALUES (74536,'Clayton','OK','34.590491','-95.367970',-6,1); -INSERT INTO zipcodes VALUES (74538,'Coalgate','OK','34.553763','-96.230840',-6,1); -INSERT INTO zipcodes VALUES (74540,'Daisy','OK','34.540822','-95.718250',-6,1); -INSERT INTO zipcodes VALUES (74542,'Atoka','OK','34.418700','-96.039727',-6,1); -INSERT INTO zipcodes VALUES (74543,'Finley','OK','34.373618','-95.436040',-6,1); -INSERT INTO zipcodes VALUES (74545,'Gowen','OK','34.877067','-95.478320',-6,1); -INSERT INTO zipcodes VALUES (74546,'Haileyville','OK','34.855223','-95.576910',-6,1); -INSERT INTO zipcodes VALUES (74547,'Hartshorne','OK','34.842940','-95.574130',-6,1); -INSERT INTO zipcodes VALUES (74549,'Honobia','OK','34.536633','-94.935070',-6,1); -INSERT INTO zipcodes VALUES (74552,'Kinta','OK','35.127495','-95.230980',-6,1); -INSERT INTO zipcodes VALUES (74553,'Kiowa','OK','34.708098','-95.904850',-6,1); -INSERT INTO zipcodes VALUES (74554,'Krebs','OK','34.926507','-95.720480',-6,1); -INSERT INTO zipcodes VALUES (74555,'Lane','OK','34.249448','-95.961990',-6,1); -INSERT INTO zipcodes VALUES (74556,'Lehigh','OK','34.471798','-96.203660',-6,1); -INSERT INTO zipcodes VALUES (74557,'Moyers','OK','34.391572','-95.673660',-6,1); -INSERT INTO zipcodes VALUES (74558,'Nashoba','OK','34.497876','-95.131600',-6,1); -INSERT INTO zipcodes VALUES (74559,'Panola','OK','34.869457','-95.221099',-6,1); -INSERT INTO zipcodes VALUES (74560,'Pittsburg','OK','34.666250','-95.788850',-6,1); -INSERT INTO zipcodes VALUES (74561,'Quinton','OK','35.119128','-95.390080',-6,1); -INSERT INTO zipcodes VALUES (74562,'Rattan','OK','34.263342','-95.306930',-6,1); -INSERT INTO zipcodes VALUES (74563,'Red Oak','OK','34.948771','-95.103700',-6,1); -INSERT INTO zipcodes VALUES (74565,'Savanna','OK','34.831398','-95.839670',-6,1); -INSERT INTO zipcodes VALUES (74567,'Snow','OK','34.454702','-95.410130',-6,1); -INSERT INTO zipcodes VALUES (74569,'Stringtown','OK','34.491359','-95.941570',-6,1); -INSERT INTO zipcodes VALUES (74570,'Stuart','OK','34.858091','-96.092330',-6,1); -INSERT INTO zipcodes VALUES (74571,'Talihina','OK','34.729815','-95.036250',-6,1); -INSERT INTO zipcodes VALUES (74572,'Tupelo','OK','34.626083','-96.430830',-6,1); -INSERT INTO zipcodes VALUES (74574,'Tuskahoma','OK','34.646758','-95.276420',-6,1); -INSERT INTO zipcodes VALUES (74576,'Wardville','OK','34.665422','-96.030740',-6,1); -INSERT INTO zipcodes VALUES (74577,'Whitesboro','OK','34.689854','-94.855800',-6,1); -INSERT INTO zipcodes VALUES (74578,'Wilburton','OK','34.886021','-95.298590',-6,1); -INSERT INTO zipcodes VALUES (74601,'Ponca City','OK','36.707393','-97.101670',-6,1); -INSERT INTO zipcodes VALUES (74602,'Ponca City','OK','36.695368','-97.137693',-6,1); -INSERT INTO zipcodes VALUES (74603,'Ponca City','OK','36.796349','-97.106166',-6,1); -INSERT INTO zipcodes VALUES (74604,'Ponca City','OK','36.704703','-97.007980',-6,1); -INSERT INTO zipcodes VALUES (74630,'Billings','OK','36.527910','-97.433040',-6,1); -INSERT INTO zipcodes VALUES (74631,'Blackwell','OK','36.800787','-97.292890',-6,1); -INSERT INTO zipcodes VALUES (74632,'Braman','OK','36.939016','-97.338750',-6,1); -INSERT INTO zipcodes VALUES (74633,'Burbank','OK','36.694585','-96.739340',-6,1); -INSERT INTO zipcodes VALUES (74636,'Deer Creek','OK','36.810451','-97.517950',-6,1); -INSERT INTO zipcodes VALUES (74637,'Fairfax','OK','36.577618','-96.695290',-6,1); -INSERT INTO zipcodes VALUES (74640,'Hunter','OK','36.585776','-97.613340',-6,1); -INSERT INTO zipcodes VALUES (74641,'Kaw City','OK','36.807276','-96.860910',-6,1); -INSERT INTO zipcodes VALUES (74643,'Lamont','OK','36.695880','-97.569310',-6,1); -INSERT INTO zipcodes VALUES (74644,'Marland','OK','36.554757','-97.144830',-6,1); -INSERT INTO zipcodes VALUES (74646,'Nardin','OK','36.821862','-97.453660',-6,1); -INSERT INTO zipcodes VALUES (74647,'Newkirk','OK','36.904817','-97.060780',-6,1); -INSERT INTO zipcodes VALUES (74650,'Ralston','OK','36.500388','-96.740130',-6,1); -INSERT INTO zipcodes VALUES (74651,'Red Rock','OK','36.473704','-97.205050',-6,1); -INSERT INTO zipcodes VALUES (74652,'Shidler','OK','36.830328','-96.680540',-6,1); -INSERT INTO zipcodes VALUES (74653,'Tonkawa','OK','36.665613','-97.329670',-6,1); -INSERT INTO zipcodes VALUES (74701,'Durant','OK','34.009209','-96.386120',-6,1); -INSERT INTO zipcodes VALUES (74702,'Durant','OK','33.921979','-96.191767',-6,1); -INSERT INTO zipcodes VALUES (74720,'Achille','OK','33.834640','-96.390180',-6,1); -INSERT INTO zipcodes VALUES (74721,'Albany','OK','33.888549','-96.172440',-6,1); -INSERT INTO zipcodes VALUES (74722,'Battiest','OK','34.454046','-94.941480',-6,1); -INSERT INTO zipcodes VALUES (74723,'Bennington','OK','33.997865','-96.029630',-6,1); -INSERT INTO zipcodes VALUES (74724,'Bethel','OK','34.402346','-94.797630',-6,1); -INSERT INTO zipcodes VALUES (74726,'Bokchito','OK','33.985260','-96.156290',-6,1); -INSERT INTO zipcodes VALUES (74727,'Boswell','OK','34.026768','-95.861300',-6,1); -INSERT INTO zipcodes VALUES (74728,'Broken Bow','OK','34.142978','-94.802690',-6,1); -INSERT INTO zipcodes VALUES (74729,'Caddo','OK','34.137095','-96.269360',-6,1); -INSERT INTO zipcodes VALUES (74730,'Calera','OK','33.920767','-96.440730',-6,1); -INSERT INTO zipcodes VALUES (74731,'Cartwright','OK','33.869195','-96.576170',-6,1); -INSERT INTO zipcodes VALUES (74733,'Colbert','OK','33.848360','-96.502900',-6,1); -INSERT INTO zipcodes VALUES (74734,'Eagletown','OK','34.138965','-94.554070',-6,1); -INSERT INTO zipcodes VALUES (74735,'Fort Towson','OK','34.052225','-95.257010',-6,1); -INSERT INTO zipcodes VALUES (74736,'Garvin','OK','33.917419','-94.964940',-6,1); -INSERT INTO zipcodes VALUES (74737,'Golden','OK','34.032184','-94.896490',-6,1); -INSERT INTO zipcodes VALUES (74738,'Grant','OK','33.917165','-95.489400',-6,1); -INSERT INTO zipcodes VALUES (74740,'Haworth','OK','33.784733','-94.604360',-6,1); -INSERT INTO zipcodes VALUES (74741,'Hendrix','OK','33.770610','-96.299270',-6,1); -INSERT INTO zipcodes VALUES (74743,'Hugo','OK','34.010943','-95.516510',-6,1); -INSERT INTO zipcodes VALUES (74745,'Idabel','OK','33.883578','-94.831540',-6,1); -INSERT INTO zipcodes VALUES (74747,'Kemp','OK','33.769093','-96.354900',-6,1); -INSERT INTO zipcodes VALUES (74748,'Kenefic','OK','34.163069','-96.477720',-6,1); -INSERT INTO zipcodes VALUES (74750,'Millerton','OK','33.984710','-95.010880',-6,1); -INSERT INTO zipcodes VALUES (74752,'Pickens','OK','34.061674','-94.808868',-6,1); -INSERT INTO zipcodes VALUES (74753,'Platter','OK','33.918732','-96.546400',-6,1); -INSERT INTO zipcodes VALUES (74754,'Ringold','OK','34.199682','-95.120640',-6,1); -INSERT INTO zipcodes VALUES (74755,'Rufe','OK','34.127277','-95.118460',-6,1); -INSERT INTO zipcodes VALUES (74756,'Sawyer','OK','34.023191','-95.369110',-6,1); -INSERT INTO zipcodes VALUES (74759,'Soper','OK','34.038263','-95.708510',-6,1); -INSERT INTO zipcodes VALUES (74760,'Spencerville','OK','34.146827','-95.373580',-6,1); -INSERT INTO zipcodes VALUES (74761,'Swink','OK','34.015280','-95.201040',-6,1); -INSERT INTO zipcodes VALUES (74764,'Valliant','OK','34.038794','-95.077930',-6,1); -INSERT INTO zipcodes VALUES (74766,'Wright City','OK','34.148691','-94.955460',-6,1); -INSERT INTO zipcodes VALUES (74801,'Shawnee','OK','35.327341','-96.935440',-6,1); -INSERT INTO zipcodes VALUES (74802,'Shawnee','OK','35.365621','-96.959601',-6,1); -INSERT INTO zipcodes VALUES (74804,'Shawnee','OK','35.375188','-96.931620',-6,1); -INSERT INTO zipcodes VALUES (74807,'Shawnee','OK','35.306375','-96.935924',-6,1); -INSERT INTO zipcodes VALUES (74818,'Seminole','OK','35.162228','-96.609139',-6,1); -INSERT INTO zipcodes VALUES (74820,'Ada','OK','34.780243','-96.687610',-6,1); -INSERT INTO zipcodes VALUES (74821,'Ada','OK','34.735301','-96.669321',-6,1); -INSERT INTO zipcodes VALUES (74824,'Agra','OK','35.883914','-96.867350',-6,1); -INSERT INTO zipcodes VALUES (74825,'Allen','OK','34.817511','-96.410800',-6,1); -INSERT INTO zipcodes VALUES (74826,'Asher','OK','35.012407','-96.918730',-6,1); -INSERT INTO zipcodes VALUES (74827,'Atwood','OK','34.949547','-96.333560',-6,1); -INSERT INTO zipcodes VALUES (74829,'Boley','OK','35.495960','-96.480510',-6,1); -INSERT INTO zipcodes VALUES (74830,'Bowlegs','OK','35.147566','-96.669600',-6,1); -INSERT INTO zipcodes VALUES (74831,'Byars','OK','34.891218','-97.062780',-6,1); -INSERT INTO zipcodes VALUES (74832,'Carney','OK','35.815581','-97.010610',-6,1); -INSERT INTO zipcodes VALUES (74833,'Castle','OK','35.542470','-96.394710',-6,1); -INSERT INTO zipcodes VALUES (74834,'Chandler','OK','35.702159','-96.889610',-6,1); -INSERT INTO zipcodes VALUES (74836,'Connerville','OK','34.451503','-96.630920',-6,1); -INSERT INTO zipcodes VALUES (74837,'Cromwell','OK','35.348331','-96.463850',-6,1); -INSERT INTO zipcodes VALUES (74839,'Dustin','OK','35.262169','-96.054340',-6,1); -INSERT INTO zipcodes VALUES (74840,'Earlsboro','OK','35.296890','-96.783250',-6,1); -INSERT INTO zipcodes VALUES (74842,'Fittstown','OK','34.597595','-96.618180',-6,1); -INSERT INTO zipcodes VALUES (74843,'Fitzhugh','OK','34.648631','-96.738850',-6,1); -INSERT INTO zipcodes VALUES (74844,'Francis','OK','34.878209','-96.588380',-6,1); -INSERT INTO zipcodes VALUES (74845,'Hanna','OK','35.203729','-95.908220',-6,1); -INSERT INTO zipcodes VALUES (74848,'Holdenville','OK','35.088636','-96.387780',-6,1); -INSERT INTO zipcodes VALUES (74849,'Konawa','OK','34.969783','-96.738990',-6,1); -INSERT INTO zipcodes VALUES (74850,'Lamar','OK','35.104311','-96.090670',-6,1); -INSERT INTO zipcodes VALUES (74851,'Mcloud','OK','35.412200','-97.098400',-6,1); -INSERT INTO zipcodes VALUES (74852,'Macomb','OK','35.123383','-97.008690',-6,1); -INSERT INTO zipcodes VALUES (74853,'Wetumka','OK','35.235118','-96.241140',-6,1); -INSERT INTO zipcodes VALUES (74854,'Maud','OK','35.129805','-96.776250',-6,1); -INSERT INTO zipcodes VALUES (74855,'Meeker','OK','35.507952','-96.896890',-6,1); -INSERT INTO zipcodes VALUES (74856,'Mill Creek','OK','34.395266','-96.816670',-6,1); -INSERT INTO zipcodes VALUES (74857,'Newalla','OK','35.351612','-97.195070',-6,1); -INSERT INTO zipcodes VALUES (74859,'Okemah','OK','35.441160','-96.307980',-6,1); -INSERT INTO zipcodes VALUES (74860,'Paden','OK','35.514019','-96.569690',-6,1); -INSERT INTO zipcodes VALUES (74864,'Prague','OK','35.490727','-96.691410',-6,1); -INSERT INTO zipcodes VALUES (74865,'Roff','OK','34.618331','-96.813970',-6,1); -INSERT INTO zipcodes VALUES (74866,'Saint Louis','OK','35.062235','-96.835500',-6,1); -INSERT INTO zipcodes VALUES (74867,'Sasakwa','OK','34.948211','-96.533940',-6,1); -INSERT INTO zipcodes VALUES (74868,'Seminole','OK','35.249655','-96.659150',-6,1); -INSERT INTO zipcodes VALUES (74869,'Sparks','OK','35.601113','-96.777700',-6,1); -INSERT INTO zipcodes VALUES (74871,'Stonewall','OK','34.630936','-96.557560',-6,1); -INSERT INTO zipcodes VALUES (74872,'Stratford','OK','34.793533','-96.977380',-6,1); -INSERT INTO zipcodes VALUES (74873,'Tecumseh','OK','35.231608','-96.976700',-6,1); -INSERT INTO zipcodes VALUES (74875,'Tryon','OK','35.876736','-96.951790',-6,1); -INSERT INTO zipcodes VALUES (74878,'Wanette','OK','35.012317','-97.061560',-6,1); -INSERT INTO zipcodes VALUES (74880,'Weleetka','OK','35.369606','-96.134120',-6,1); -INSERT INTO zipcodes VALUES (74881,'Wellston','OK','35.694734','-97.070430',-6,1); -INSERT INTO zipcodes VALUES (74883,'Wetumka','OK','35.232465','-96.235710',-6,1); -INSERT INTO zipcodes VALUES (74884,'Wewoka','OK','35.166644','-96.506600',-6,1); -INSERT INTO zipcodes VALUES (74894,'Konawa','OK','34.955971','-96.754575',-6,1); -INSERT INTO zipcodes VALUES (74901,'Arkoma','OK','35.347792','-94.442740',-6,1); -INSERT INTO zipcodes VALUES (74902,'Pocola','OK','35.241727','-94.469670',-6,1); -INSERT INTO zipcodes VALUES (74930,'Bokoshe','OK','35.184593','-94.797520',-6,1); -INSERT INTO zipcodes VALUES (74931,'Bunch','OK','35.690088','-94.763070',-6,1); -INSERT INTO zipcodes VALUES (74932,'Cameron','OK','35.138765','-94.541080',-6,1); -INSERT INTO zipcodes VALUES (74935,'Fanshawe','OK','34.951143','-94.904210',-6,1); -INSERT INTO zipcodes VALUES (74936,'Gans','OK','35.392525','-94.703680',-6,1); -INSERT INTO zipcodes VALUES (74937,'Heavener','OK','34.866897','-94.586220',-6,1); -INSERT INTO zipcodes VALUES (74939,'Hodgen','OK','34.712466','-94.650080',-6,1); -INSERT INTO zipcodes VALUES (74940,'Howe','OK','34.956272','-94.633330',-6,1); -INSERT INTO zipcodes VALUES (74941,'Keota','OK','35.267730','-94.876090',-6,1); -INSERT INTO zipcodes VALUES (74942,'Leflore','OK','34.898768','-94.981410',-6,1); -INSERT INTO zipcodes VALUES (74943,'Lequire','OK','35.077265','-95.086130',-6,1); -INSERT INTO zipcodes VALUES (74944,'Mccurtain','OK','35.127447','-94.985450',-6,1); -INSERT INTO zipcodes VALUES (74945,'Marble City','OK','35.595915','-94.808900',-6,1); -INSERT INTO zipcodes VALUES (74946,'Moffett','OK','35.414830','-94.452630',-6,1); -INSERT INTO zipcodes VALUES (74947,'Monroe','OK','34.991767','-94.517630',-6,1); -INSERT INTO zipcodes VALUES (74948,'Muldrow','OK','35.431711','-94.565750',-6,1); -INSERT INTO zipcodes VALUES (74949,'Muse','OK','34.669198','-94.757290',-6,1); -INSERT INTO zipcodes VALUES (74951,'Panama','OK','35.172259','-94.670080',-6,1); -INSERT INTO zipcodes VALUES (74953,'Poteau','OK','35.052793','-94.618290',-6,1); -INSERT INTO zipcodes VALUES (74954,'Roland','OK','35.413049','-94.504760',-6,1); -INSERT INTO zipcodes VALUES (74955,'Sallisaw','OK','35.467031','-94.786470',-6,1); -INSERT INTO zipcodes VALUES (74956,'Shady Point','OK','35.122751','-94.720580',-6,1); -INSERT INTO zipcodes VALUES (74957,'Smithville','OK','34.503213','-94.671570',-6,1); -INSERT INTO zipcodes VALUES (74959,'Spiro','OK','35.247209','-94.621050',-6,1); -INSERT INTO zipcodes VALUES (74960,'Stilwell','OK','35.815628','-94.650230',-6,1); -INSERT INTO zipcodes VALUES (74962,'Vian','OK','35.543155','-94.966280',-6,1); -INSERT INTO zipcodes VALUES (74963,'Watson','OK','34.377690','-94.552780',-6,1); -INSERT INTO zipcodes VALUES (74964,'Watts','OK','36.114272','-94.633500',-6,1); -INSERT INTO zipcodes VALUES (74965,'Westville','OK','35.998632','-94.592660',-6,1); -INSERT INTO zipcodes VALUES (74966,'Wister','OK','34.943609','-94.814530',-6,1); -INSERT INTO zipcodes VALUES (74968,'Muldrow','OK','35.398035','-94.637610',-6,1); -INSERT INTO zipcodes VALUES (75001,'Addison','TX','32.961290','-96.837510',-6,1); -INSERT INTO zipcodes VALUES (75002,'Allen','TX','33.092846','-96.624470',-6,1); -INSERT INTO zipcodes VALUES (75006,'Carrollton','TX','32.960374','-96.891630',-6,1); -INSERT INTO zipcodes VALUES (75007,'Carrollton','TX','33.005420','-96.897730',-6,1); -INSERT INTO zipcodes VALUES (75008,'Carrollton','TX','33.207430','-97.116282',-6,1); -INSERT INTO zipcodes VALUES (75009,'Celina','TX','33.327927','-96.761290',-6,1); -INSERT INTO zipcodes VALUES (75010,'Carrollton','TX','33.030556','-96.893280',-6,1); -INSERT INTO zipcodes VALUES (75011,'Carrollton','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75013,'Allen','TX','33.106582','-96.694020',-6,1); -INSERT INTO zipcodes VALUES (75014,'Irving','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75015,'Irving','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75016,'Irving','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75017,'Irving','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75019,'Coppell','TX','32.967341','-96.986560',-6,1); -INSERT INTO zipcodes VALUES (75020,'Denison','TX','33.754053','-96.578670',-6,1); -INSERT INTO zipcodes VALUES (75021,'Denison','TX','33.742641','-96.514270',-6,1); -INSERT INTO zipcodes VALUES (75022,'Flower Mound','TX','33.024778','-97.102060',-6,1); -INSERT INTO zipcodes VALUES (75023,'Plano','TX','33.054671','-96.735060',-6,1); -INSERT INTO zipcodes VALUES (75024,'Plano','TX','33.077070','-96.798590',-6,1); -INSERT INTO zipcodes VALUES (75025,'Plano','TX','33.086868','-96.745040',-6,1); -INSERT INTO zipcodes VALUES (75026,'Plano','TX','33.193590','-96.569879',-6,1); -INSERT INTO zipcodes VALUES (75027,'Flower Mound','TX','33.207430','-97.116282',-6,1); -INSERT INTO zipcodes VALUES (75028,'Flower Mound','TX','33.033214','-97.059650',-6,1); -INSERT INTO zipcodes VALUES (75029,'Lewisville','TX','33.207430','-97.116282',-6,1); -INSERT INTO zipcodes VALUES (75030,'Rowlett','TX','32.917470','-96.534737',-6,1); -INSERT INTO zipcodes VALUES (75032,'Rockwall','TX','32.867103','-96.441290',-6,1); -INSERT INTO zipcodes VALUES (75034,'Frisco','TX','33.143792','-96.839380',-6,1); -INSERT INTO zipcodes VALUES (75035,'Frisco','TX','33.130086','-96.781770',-6,1); -INSERT INTO zipcodes VALUES (75037,'Irving','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75038,'Irving','TX','32.872386','-96.985240',-6,1); -INSERT INTO zipcodes VALUES (75039,'Irving','TX','32.876474','-96.941290',-6,1); -INSERT INTO zipcodes VALUES (75040,'Garland','TX','32.920574','-96.626390',-6,1); -INSERT INTO zipcodes VALUES (75041,'Garland','TX','32.881525','-96.646010',-6,1); -INSERT INTO zipcodes VALUES (75042,'Garland','TX','32.915625','-96.673990',-6,1); -INSERT INTO zipcodes VALUES (75043,'Garland','TX','32.854893','-96.602110',-6,1); -INSERT INTO zipcodes VALUES (75044,'Garland','TX','32.960375','-96.661880',-6,1); -INSERT INTO zipcodes VALUES (75045,'Garland','TX','32.913695','-96.627131',-6,1); -INSERT INTO zipcodes VALUES (75046,'Garland','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75047,'Garland','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75048,'Garland','TX','32.975723','-96.586610',-6,1); -INSERT INTO zipcodes VALUES (75049,'Garland','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75050,'Grand Prairie','TX','32.759922','-97.012160',-6,1); -INSERT INTO zipcodes VALUES (75051,'Grand Prairie','TX','32.728982','-97.004280',-6,1); -INSERT INTO zipcodes VALUES (75052,'Grand Prairie','TX','32.675604','-97.023460',-6,1); -INSERT INTO zipcodes VALUES (75053,'Grand Prairie','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75054,'Grand Prairie','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75056,'The Colony','TX','33.081421','-96.889570',-6,1); -INSERT INTO zipcodes VALUES (75057,'Lewisville','TX','33.048670','-96.993210',-6,1); -INSERT INTO zipcodes VALUES (75058,'Gunter','TX','33.453628','-96.734360',-6,1); -INSERT INTO zipcodes VALUES (75059,'Irving','TX','32.863720','-96.934998',-6,1); -INSERT INTO zipcodes VALUES (75060,'Irving','TX','32.802680','-96.954990',-6,1); -INSERT INTO zipcodes VALUES (75061,'Irving','TX','32.826729','-96.961400',-6,1); -INSERT INTO zipcodes VALUES (75062,'Irving','TX','32.846645','-96.967330',-6,1); -INSERT INTO zipcodes VALUES (75063,'Irving','TX','32.916865','-96.973490',-6,1); -INSERT INTO zipcodes VALUES (75065,'Lake Dallas','TX','33.126350','-97.025250',-6,1); -INSERT INTO zipcodes VALUES (75066,'Carrollton','TX','32.959222','-96.853877',-6,1); -INSERT INTO zipcodes VALUES (75067,'Lewisville','TX','33.020118','-97.007710',-6,1); -INSERT INTO zipcodes VALUES (75068,'Little Elm','TX','33.173008','-96.954850',-6,1); -INSERT INTO zipcodes VALUES (75069,'McKinney','TX','33.195073','-96.603630',-6,1); -INSERT INTO zipcodes VALUES (75070,'McKinney','TX','33.212203','-96.675220',-6,1); -INSERT INTO zipcodes VALUES (75071,'Frisco','TX','33.225107','-96.638614',-6,1); -INSERT INTO zipcodes VALUES (75074,'Plano','TX','33.028921','-96.681020',-6,1); -INSERT INTO zipcodes VALUES (75075,'Plano','TX','33.024721','-96.740380',-6,1); -INSERT INTO zipcodes VALUES (75076,'Pottsboro','TX','33.818635','-96.693380',-6,1); -INSERT INTO zipcodes VALUES (75077,'Lewisville','TX','33.075138','-97.052900',-6,1); -INSERT INTO zipcodes VALUES (75078,'Prosper','TX','33.240766','-96.799440',-6,1); -INSERT INTO zipcodes VALUES (75080,'Richardson','TX','32.969523','-96.740930',-6,1); -INSERT INTO zipcodes VALUES (75081,'Richardson','TX','32.948974','-96.709160',-6,1); -INSERT INTO zipcodes VALUES (75082,'Richardson','TX','32.993405','-96.659010',-6,1); -INSERT INTO zipcodes VALUES (75083,'Richardson','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75085,'Richardson','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75086,'Plano','TX','33.002395','-96.615837',-6,1); -INSERT INTO zipcodes VALUES (75087,'Rockwall','TX','32.933820','-96.454460',-6,1); -INSERT INTO zipcodes VALUES (75088,'Rowlett','TX','32.897459','-96.549700',-6,1); -INSERT INTO zipcodes VALUES (75089,'Rowlett','TX','32.923924','-96.546970',-6,1); -INSERT INTO zipcodes VALUES (75090,'Sherman','TX','33.632806','-96.591060',-6,1); -INSERT INTO zipcodes VALUES (75091,'Sherman','TX','33.678665','-96.662289',-6,1); -INSERT INTO zipcodes VALUES (75092,'Sherman','TX','33.649938','-96.653870',-6,1); -INSERT INTO zipcodes VALUES (75093,'Plano','TX','33.035050','-96.804920',-6,1); -INSERT INTO zipcodes VALUES (75094,'Plano','TX','33.009681','-96.611130',-6,1); -INSERT INTO zipcodes VALUES (75097,'Weston','TX','33.351238','-96.664632',-6,1); -INSERT INTO zipcodes VALUES (75098,'Wylie','TX','33.011975','-96.536070',-6,1); -INSERT INTO zipcodes VALUES (75099,'Coppell','TX','32.771030','-96.799630',-6,1); -INSERT INTO zipcodes VALUES (75101,'Bardwell','TX','32.267846','-96.696700',-6,1); -INSERT INTO zipcodes VALUES (75102,'Barry','TX','32.075079','-96.643110',-6,1); -INSERT INTO zipcodes VALUES (75103,'Canton','TX','32.532449','-95.880000',-6,1); -INSERT INTO zipcodes VALUES (75104,'Cedar Hill','TX','32.588536','-96.949490',-6,1); -INSERT INTO zipcodes VALUES (75105,'Chatfield','TX','32.241963','-96.379170',-6,1); -INSERT INTO zipcodes VALUES (75106,'Cedar Hill','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75109,'Angus','TX','32.030490','-96.383005',-6,1); -INSERT INTO zipcodes VALUES (75110,'Corsicana','TX','32.078228','-96.446120',-6,1); -INSERT INTO zipcodes VALUES (75114,'Crandall','TX','32.629178','-96.443390',-6,1); -INSERT INTO zipcodes VALUES (75115,'Desoto','TX','32.599286','-96.858820',-6,1); -INSERT INTO zipcodes VALUES (75116,'Duncanville','TX','32.658384','-96.912650',-6,1); -INSERT INTO zipcodes VALUES (75117,'Edgewood','TX','32.696777','-95.868810',-6,1); -INSERT INTO zipcodes VALUES (75118,'Elmo','TX','32.599614','-96.302743',-6,1); -INSERT INTO zipcodes VALUES (75119,'Ennis','TX','32.331239','-96.619620',-6,1); -INSERT INTO zipcodes VALUES (75120,'Ennis','TX','32.334709','-96.633546',-6,1); -INSERT INTO zipcodes VALUES (75121,'Copeville','TX','33.079946','-96.417880',-6,1); -INSERT INTO zipcodes VALUES (75123,'Desoto','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75124,'Eustace','TX','32.310343','-96.003120',-6,1); -INSERT INTO zipcodes VALUES (75125,'Ferris','TX','32.533551','-96.656840',-6,1); -INSERT INTO zipcodes VALUES (75126,'Forney','TX','32.745373','-96.460380',-6,1); -INSERT INTO zipcodes VALUES (75127,'Fruitvale','TX','32.683090','-95.794360',-6,1); -INSERT INTO zipcodes VALUES (75132,'Fate','TX','32.941014','-96.380950',-6,1); -INSERT INTO zipcodes VALUES (75134,'Lancaster','TX','32.620385','-96.781200',-6,1); -INSERT INTO zipcodes VALUES (75135,'Caddo Mills','TX','33.075653','-96.237740',-6,1); -INSERT INTO zipcodes VALUES (75137,'Duncanville','TX','32.634835','-96.913430',-6,1); -INSERT INTO zipcodes VALUES (75138,'Duncanville','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75140,'Grand Saline','TX','32.661299','-95.717380',-6,1); -INSERT INTO zipcodes VALUES (75141,'Hutchins','TX','32.644647','-96.710360',-6,1); -INSERT INTO zipcodes VALUES (75142,'Kaufman','TX','32.574299','-96.303770',-6,1); -INSERT INTO zipcodes VALUES (75143,'Kemp','TX','32.348007','-96.210350',-6,1); -INSERT INTO zipcodes VALUES (75144,'Kerens','TX','32.120271','-96.224740',-6,1); -INSERT INTO zipcodes VALUES (75146,'Lancaster','TX','32.590063','-96.758920',-6,1); -INSERT INTO zipcodes VALUES (75147,'Mabank','TX','32.314256','-96.110680',-6,1); -INSERT INTO zipcodes VALUES (75148,'Malakoff','TX','32.183649','-96.018620',-6,1); -INSERT INTO zipcodes VALUES (75149,'Mesquite','TX','32.767329','-96.607590',-6,1); -INSERT INTO zipcodes VALUES (75150,'Mesquite','TX','32.818392','-96.633550',-6,1); -INSERT INTO zipcodes VALUES (75151,'Corsicana','TX','32.062395','-96.473459',-6,1); -INSERT INTO zipcodes VALUES (75152,'Palmer','TX','32.425222','-96.681030',-6,1); -INSERT INTO zipcodes VALUES (75153,'Powell','TX','32.142925','-96.326320',-6,1); -INSERT INTO zipcodes VALUES (75154,'Red Oak','TX','32.526123','-96.823250',-6,1); -INSERT INTO zipcodes VALUES (75155,'Rice','TX','32.226257','-96.481470',-6,1); -INSERT INTO zipcodes VALUES (75156,'Gun Barrel City','TX','32.290819','-96.114108',-6,1); -INSERT INTO zipcodes VALUES (75157,'Rosser','TX','32.455407','-96.439495',-6,1); -INSERT INTO zipcodes VALUES (75158,'Scurry','TX','32.466891','-96.385020',-6,1); -INSERT INTO zipcodes VALUES (75159,'Seagoville','TX','32.628858','-96.538110',-6,1); -INSERT INTO zipcodes VALUES (75160,'Terrell','TX','32.747747','-96.289230',-6,1); -INSERT INTO zipcodes VALUES (75161,'Terrell','TX','32.727366','-96.187000',-6,1); -INSERT INTO zipcodes VALUES (75163,'Trinidad','TX','32.175480','-96.109350',-6,1); -INSERT INTO zipcodes VALUES (75164,'Josephine','TX','33.065217','-96.311520',-6,1); -INSERT INTO zipcodes VALUES (75165,'Waxahachie','TX','32.397024','-96.832830',-6,1); -INSERT INTO zipcodes VALUES (75166,'Lavon','TX','33.022051','-96.436010',-6,1); -INSERT INTO zipcodes VALUES (75167,'Waxahachie','TX','32.380958','-96.918010',-6,1); -INSERT INTO zipcodes VALUES (75168,'Waxahachie','TX','32.374937','-96.716638',-6,1); -INSERT INTO zipcodes VALUES (75169,'Wills Point','TX','32.725386','-96.002380',-6,1); -INSERT INTO zipcodes VALUES (75172,'Wilmer','TX','32.598845','-96.683100',-6,1); -INSERT INTO zipcodes VALUES (75173,'Nevada','TX','33.048275','-96.421530',-6,1); -INSERT INTO zipcodes VALUES (75180,'Mesquite','TX','32.722030','-96.616340',-6,1); -INSERT INTO zipcodes VALUES (75181,'Mesquite','TX','32.735812','-96.558860',-6,1); -INSERT INTO zipcodes VALUES (75182,'Sunnyvale','TX','32.803646','-96.569650',-6,1); -INSERT INTO zipcodes VALUES (75185,'Mesquite','TX','32.740332','-96.561846',-6,1); -INSERT INTO zipcodes VALUES (75187,'Mesquite','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75189,'Royse City','TX','32.960512','-96.312780',-6,1); -INSERT INTO zipcodes VALUES (75201,'Dallas','TX','32.787629','-96.799410',-6,1); -INSERT INTO zipcodes VALUES (75202,'Dallas','TX','32.779880','-96.805020',-6,1); -INSERT INTO zipcodes VALUES (75203,'Dallas','TX','32.745831','-96.806720',-6,1); -INSERT INTO zipcodes VALUES (75204,'Dallas','TX','32.800333','-96.789520',-6,1); -INSERT INTO zipcodes VALUES (75205,'Dallas','TX','32.836094','-96.795240',-6,1); -INSERT INTO zipcodes VALUES (75206,'Dallas','TX','32.826128','-96.771200',-6,1); -INSERT INTO zipcodes VALUES (75207,'Dallas','TX','32.786430','-96.819920',-6,1); -INSERT INTO zipcodes VALUES (75208,'Dallas','TX','32.751464','-96.838640',-6,1); -INSERT INTO zipcodes VALUES (75209,'Dallas','TX','32.845978','-96.825520',-6,1); -INSERT INTO zipcodes VALUES (75210,'Dallas','TX','32.771030','-96.747320',-6,1); -INSERT INTO zipcodes VALUES (75211,'Dallas','TX','32.736931','-96.882530',-6,1); -INSERT INTO zipcodes VALUES (75212,'Dallas','TX','32.782380','-96.869450',-6,1); -INSERT INTO zipcodes VALUES (75214,'Dallas','TX','32.825628','-96.748720',-6,1); -INSERT INTO zipcodes VALUES (75215,'Dallas','TX','32.761030','-96.770350',-6,1); -INSERT INTO zipcodes VALUES (75216,'Dallas','TX','32.710082','-96.797200',-6,1); -INSERT INTO zipcodes VALUES (75217,'Dallas','TX','32.722380','-96.675820',-6,1); -INSERT INTO zipcodes VALUES (75218,'Dallas','TX','32.842726','-96.699370',-6,1); -INSERT INTO zipcodes VALUES (75219,'Dallas','TX','32.812462','-96.814120',-6,1); -INSERT INTO zipcodes VALUES (75220,'Dallas','TX','32.867977','-96.863060',-6,1); -INSERT INTO zipcodes VALUES (75221,'Dallas','TX','32.814728','-96.787725',-6,1); -INSERT INTO zipcodes VALUES (75222,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75223,'Dallas','TX','32.792879','-96.749180',-6,1); -INSERT INTO zipcodes VALUES (75224,'Dallas','TX','32.716065','-96.839870',-6,1); -INSERT INTO zipcodes VALUES (75225,'Dallas','TX','32.862876','-96.790400',-6,1); -INSERT INTO zipcodes VALUES (75226,'Dallas','TX','32.783978','-96.776620',-6,1); -INSERT INTO zipcodes VALUES (75227,'Dallas','TX','32.770030','-96.690000',-6,1); -INSERT INTO zipcodes VALUES (75228,'Dallas','TX','32.825227','-96.679550',-6,1); -INSERT INTO zipcodes VALUES (75229,'Dallas','TX','32.895376','-96.859850',-6,1); -INSERT INTO zipcodes VALUES (75230,'Dallas','TX','32.901176','-96.790540',-6,1); -INSERT INTO zipcodes VALUES (75231,'Dallas','TX','32.874317','-96.747640',-6,1); -INSERT INTO zipcodes VALUES (75232,'Dallas','TX','32.664034','-96.838860',-6,1); -INSERT INTO zipcodes VALUES (75233,'Dallas','TX','32.704398','-96.872220',-6,1); -INSERT INTO zipcodes VALUES (75234,'Dallas','TX','32.925975','-96.883220',-6,1); -INSERT INTO zipcodes VALUES (75235,'Dallas','TX','32.828128','-96.846120',-6,1); -INSERT INTO zipcodes VALUES (75236,'Dallas','TX','32.685533','-96.917460',-6,1); -INSERT INTO zipcodes VALUES (75237,'Dallas','TX','32.666984','-96.876330',-6,1); -INSERT INTO zipcodes VALUES (75238,'Dallas','TX','32.873926','-96.709220',-6,1); -INSERT INTO zipcodes VALUES (75239,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75240,'Dallas','TX','32.938774','-96.785430',-6,1); -INSERT INTO zipcodes VALUES (75241,'Dallas','TX','32.669383','-96.774390',-6,1); -INSERT INTO zipcodes VALUES (75242,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75243,'Dallas','TX','32.912225','-96.736880',-6,1); -INSERT INTO zipcodes VALUES (75244,'Dallas','TX','32.922624','-96.836160',-6,1); -INSERT INTO zipcodes VALUES (75245,'Dallas','TX','32.922499','-96.535191',-6,1); -INSERT INTO zipcodes VALUES (75246,'Dallas','TX','32.791878','-96.773650',-6,1); -INSERT INTO zipcodes VALUES (75247,'Dallas','TX','32.817978','-96.879280',-6,1); -INSERT INTO zipcodes VALUES (75248,'Dallas','TX','32.968123','-96.788630',-6,1); -INSERT INTO zipcodes VALUES (75249,'Dallas','TX','32.639661','-96.953170',-6,1); -INSERT INTO zipcodes VALUES (75250,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75251,'Dallas','TX','32.919104','-96.774970',-6,1); -INSERT INTO zipcodes VALUES (75252,'Dallas','TX','32.998132','-96.790880',-6,1); -INSERT INTO zipcodes VALUES (75253,'Dallas','TX','32.679924','-96.603670',-6,1); -INSERT INTO zipcodes VALUES (75254,'Dallas','TX','32.946069','-96.794496',-6,1); -INSERT INTO zipcodes VALUES (75255,'Dallas','TX','32.669783','-96.614921',-6,1); -INSERT INTO zipcodes VALUES (75258,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75260,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75261,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75262,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75263,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75264,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75265,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75266,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75267,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75270,'Dallas','TX','32.781330','-96.801980',-6,1); -INSERT INTO zipcodes VALUES (75275,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75277,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75283,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75284,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75285,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75286,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75287,'Dallas','TX','32.998786','-96.844360',-6,1); -INSERT INTO zipcodes VALUES (75294,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75295,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75301,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75303,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75310,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75312,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75313,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75315,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75320,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75323,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75326,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75336,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75339,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75342,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75346,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75350,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75353,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75354,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75355,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75356,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75357,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75359,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75360,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75363,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75364,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75367,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75368,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75370,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75371,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75372,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75373,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75374,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75376,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75378,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75379,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75380,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75381,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75382,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75386,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75387,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75388,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75389,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75390,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75391,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75392,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75393,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75394,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75395,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75396,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75397,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75398,'Dallas','TX','32.767268','-96.777626',-6,1); -INSERT INTO zipcodes VALUES (75401,'Greenville','TX','33.150230','-96.112890',-6,1); -INSERT INTO zipcodes VALUES (75402,'Greenville','TX','33.082411','-96.089770',-6,1); -INSERT INTO zipcodes VALUES (75403,'Greenville','TX','33.218505','-96.048665',-6,1); -INSERT INTO zipcodes VALUES (75404,'Greenville','TX','33.056265','-96.080973',-6,1); -INSERT INTO zipcodes VALUES (75407,'Princeton','TX','33.145720','-96.496640',-6,1); -INSERT INTO zipcodes VALUES (75408,'Anna','TX','33.349316','-96.548597',-6,1); -INSERT INTO zipcodes VALUES (75409,'Anna','TX','33.356094','-96.519070',-6,1); -INSERT INTO zipcodes VALUES (75410,'Alba','TX','32.793512','-95.631820',-6,1); -INSERT INTO zipcodes VALUES (75411,'Arthur City','TX','33.867510','-95.605940',-6,1); -INSERT INTO zipcodes VALUES (75412,'Bagwell','TX','33.815996','-95.144020',-6,1); -INSERT INTO zipcodes VALUES (75413,'Bailey','TX','33.435150','-96.166710',-6,1); -INSERT INTO zipcodes VALUES (75414,'Bells','TX','33.615634','-96.418990',-6,1); -INSERT INTO zipcodes VALUES (75415,'Ben Franklin','TX','33.460447','-95.757340',-6,1); -INSERT INTO zipcodes VALUES (75416,'Blossom','TX','33.675155','-95.372930',-6,1); -INSERT INTO zipcodes VALUES (75417,'Bogata','TX','33.462828','-95.193000',-6,1); -INSERT INTO zipcodes VALUES (75418,'Bonham','TX','33.583772','-96.181800',-6,1); -INSERT INTO zipcodes VALUES (75420,'Brashear','TX','33.052712','-95.721240',-6,1); -INSERT INTO zipcodes VALUES (75421,'Brookston','TX','33.642542','-95.697610',-6,1); -INSERT INTO zipcodes VALUES (75422,'Campbell','TX','33.146779','-95.939980',-6,1); -INSERT INTO zipcodes VALUES (75423,'Celeste','TX','33.291418','-96.202730',-6,1); -INSERT INTO zipcodes VALUES (75424,'Blue Ridge','TX','33.321604','-96.395020',-6,1); -INSERT INTO zipcodes VALUES (75425,'Chicota','TX','33.659730','-95.582906',-6,1); -INSERT INTO zipcodes VALUES (75426,'Clarksville','TX','33.626445','-95.035340',-6,1); -INSERT INTO zipcodes VALUES (75428,'Commerce','TX','33.258680','-95.910610',-6,1); -INSERT INTO zipcodes VALUES (75429,'Commerce','TX','33.237722','-95.908860',-6,1); -INSERT INTO zipcodes VALUES (75431,'Como','TX','33.027493','-95.466050',-6,1); -INSERT INTO zipcodes VALUES (75432,'Cooper','TX','33.377005','-95.685730',-6,1); -INSERT INTO zipcodes VALUES (75433,'Cumby','TX','33.133070','-95.817730',-6,1); -INSERT INTO zipcodes VALUES (75434,'Cunningham','TX','33.423626','-95.356700',-6,1); -INSERT INTO zipcodes VALUES (75435,'Deport','TX','33.507909','-95.318280',-6,1); -INSERT INTO zipcodes VALUES (75436,'Detroit','TX','33.670159','-95.260900',-6,1); -INSERT INTO zipcodes VALUES (75437,'Dike','TX','33.253911','-95.471250',-6,1); -INSERT INTO zipcodes VALUES (75438,'Dodd City','TX','33.595318','-96.073110',-6,1); -INSERT INTO zipcodes VALUES (75439,'Ector','TX','33.573304','-96.273860',-6,1); -INSERT INTO zipcodes VALUES (75440,'Emory','TX','32.882305','-95.738420',-6,1); -INSERT INTO zipcodes VALUES (75441,'Enloe','TX','33.432974','-95.658150',-6,1); -INSERT INTO zipcodes VALUES (75442,'Farmersville','TX','33.171899','-96.350960',-6,1); -INSERT INTO zipcodes VALUES (75443,'Gober','TX','33.469719','-96.111103',-6,1); -INSERT INTO zipcodes VALUES (75444,'Golden','TX','32.730279','-95.562860',-6,1); -INSERT INTO zipcodes VALUES (75446,'Honey Grove','TX','33.589851','-95.902420',-6,1); -INSERT INTO zipcodes VALUES (75447,'Ivanhoe','TX','33.774197','-96.120450',-6,1); -INSERT INTO zipcodes VALUES (75448,'Klondike','TX','33.312150','-95.817370',-6,1); -INSERT INTO zipcodes VALUES (75449,'Ladonia','TX','33.427504','-95.955780',-6,1); -INSERT INTO zipcodes VALUES (75450,'Lake Creek','TX','33.404332','-95.525460',-6,1); -INSERT INTO zipcodes VALUES (75451,'Leesburg','TX','32.971224','-95.113390',-6,1); -INSERT INTO zipcodes VALUES (75452,'Leonard','TX','33.385224','-96.247820',-6,1); -INSERT INTO zipcodes VALUES (75453,'Lone Oak','TX','32.952736','-95.945940',-6,1); -INSERT INTO zipcodes VALUES (75454,'Melissa','TX','33.277317','-96.573450',-6,1); -INSERT INTO zipcodes VALUES (75455,'Mount Pleasant','TX','33.166739','-94.981400',-6,1); -INSERT INTO zipcodes VALUES (75456,'Mount Pleasant','TX','33.190450','-94.967456',-6,1); -INSERT INTO zipcodes VALUES (75457,'Mount Vernon','TX','33.151104','-95.219650',-6,1); -INSERT INTO zipcodes VALUES (75458,'Merit','TX','33.242656','-96.291572',-6,1); -INSERT INTO zipcodes VALUES (75459,'Howe','TX','33.518979','-96.635230',-6,1); -INSERT INTO zipcodes VALUES (75460,'Paris','TX','33.660274','-95.559580',-6,1); -INSERT INTO zipcodes VALUES (75461,'Paris','TX','33.663213','-95.460797',-6,1); -INSERT INTO zipcodes VALUES (75462,'Paris','TX','33.638587','-95.485890',-6,1); -INSERT INTO zipcodes VALUES (75468,'Pattonville','TX','33.536414','-95.398170',-6,1); -INSERT INTO zipcodes VALUES (75469,'Pecan Gap','TX','33.434737','-95.830570',-6,1); -INSERT INTO zipcodes VALUES (75470,'Petty','TX','33.603550','-95.812020',-6,1); -INSERT INTO zipcodes VALUES (75471,'Pickton','TX','33.041578','-95.395270',-6,1); -INSERT INTO zipcodes VALUES (75472,'Point','TX','32.906194','-95.879670',-6,1); -INSERT INTO zipcodes VALUES (75473,'Powderly','TX','33.801663','-95.503090',-6,1); -INSERT INTO zipcodes VALUES (75474,'Quinlan','TX','32.896295','-96.069990',-6,1); -INSERT INTO zipcodes VALUES (75475,'Randolph','TX','33.485315','-96.255250',-6,1); -INSERT INTO zipcodes VALUES (75476,'Ravenna','TX','33.695647','-96.233810',-6,1); -INSERT INTO zipcodes VALUES (75477,'Roxton','TX','33.543006','-95.723820',-6,1); -INSERT INTO zipcodes VALUES (75478,'Saltillo','TX','33.173290','-95.366630',-6,1); -INSERT INTO zipcodes VALUES (75479,'Savoy','TX','33.613097','-96.344740',-6,1); -INSERT INTO zipcodes VALUES (75480,'Scroggins','TX','33.043140','-95.193020',-6,1); -INSERT INTO zipcodes VALUES (75481,'Sulphur Bluff','TX','33.323467','-95.391680',-6,1); -INSERT INTO zipcodes VALUES (75482,'Sulphur Springs','TX','33.143752','-95.601020',-6,1); -INSERT INTO zipcodes VALUES (75483,'Sulphur Springs','TX','33.168606','-95.585464',-6,1); -INSERT INTO zipcodes VALUES (75485,'Westminster','TX','33.362227','-96.462990',-6,1); -INSERT INTO zipcodes VALUES (75486,'Sumner','TX','33.734091','-95.762030',-6,1); -INSERT INTO zipcodes VALUES (75487,'Talco','TX','33.346151','-95.150140',-6,1); -INSERT INTO zipcodes VALUES (75488,'Telephone','TX','33.762250','-96.004180',-6,1); -INSERT INTO zipcodes VALUES (75489,'Tom Bean','TX','33.521578','-96.483730',-6,1); -INSERT INTO zipcodes VALUES (75490,'Trenton','TX','33.435618','-96.332400',-6,1); -INSERT INTO zipcodes VALUES (75491,'Whitewright','TX','33.494285','-96.395980',-6,1); -INSERT INTO zipcodes VALUES (75492,'Windom','TX','33.566266','-96.010820',-6,1); -INSERT INTO zipcodes VALUES (75493,'Winfield','TX','33.165327','-95.112790',-6,1); -INSERT INTO zipcodes VALUES (75494,'Winnsboro','TX','32.922912','-95.282990',-6,1); -INSERT INTO zipcodes VALUES (75495,'Van Alstyne','TX','33.426635','-96.563700',-6,1); -INSERT INTO zipcodes VALUES (75496,'Wolfe City','TX','33.350543','-96.057050',-6,1); -INSERT INTO zipcodes VALUES (75497,'Yantis','TX','32.906074','-95.557790',-6,1); -INSERT INTO zipcodes VALUES (75499,'Savoy','TX','33.602194','-96.365174',-6,1); -INSERT INTO zipcodes VALUES (75501,'Texarkana','TX','33.414708','-94.089840',-6,1); -INSERT INTO zipcodes VALUES (75502,'Texarkana','TX','33.424125','-94.055214',-6,1); -INSERT INTO zipcodes VALUES (75503,'Texarkana','TX','33.476844','-94.096370',-6,1); -INSERT INTO zipcodes VALUES (75504,'Texarkana','TX','33.476552','-94.394950',-6,1); -INSERT INTO zipcodes VALUES (75505,'Texarkana','TX','33.462380','-94.071500',-6,1); -INSERT INTO zipcodes VALUES (75507,'Texarkana','TX','33.393447','-94.340437',-6,1); -INSERT INTO zipcodes VALUES (75550,'Annona','TX','33.530829','-94.905850',-6,1); -INSERT INTO zipcodes VALUES (75551,'Atlanta','TX','33.118611','-94.177300',-6,1); -INSERT INTO zipcodes VALUES (75554,'Avery','TX','33.563837','-94.780660',-6,1); -INSERT INTO zipcodes VALUES (75555,'Bivins','TX','32.930895','-94.135420',-6,1); -INSERT INTO zipcodes VALUES (75556,'Bloomburg','TX','33.142532','-94.055850',-6,1); -INSERT INTO zipcodes VALUES (75558,'Cookville','TX','33.236743','-94.843590',-6,1); -INSERT INTO zipcodes VALUES (75559,'De Kalb','TX','33.515778','-94.613550',-6,1); -INSERT INTO zipcodes VALUES (75560,'Douglassville','TX','33.189862','-94.374680',-6,1); -INSERT INTO zipcodes VALUES (75561,'Hooks','TX','33.480224','-94.264800',-6,1); -INSERT INTO zipcodes VALUES (75562,'Kildare','TX','32.941359','-94.251520',-6,1); -INSERT INTO zipcodes VALUES (75563,'Linden','TX','33.005009','-94.376030',-6,1); -INSERT INTO zipcodes VALUES (75564,'Lodi','TX','32.880182','-94.277250',-6,1); -INSERT INTO zipcodes VALUES (75565,'McLeod','TX','32.950857','-94.074290',-6,1); -INSERT INTO zipcodes VALUES (75566,'Marietta','TX','33.157897','-94.508530',-6,1); -INSERT INTO zipcodes VALUES (75567,'Maud','TX','33.328596','-94.315890',-6,1); -INSERT INTO zipcodes VALUES (75568,'Naples','TX','33.206258','-94.630090',-6,1); -INSERT INTO zipcodes VALUES (75569,'Nash','TX','33.441774','-94.125310',-6,1); -INSERT INTO zipcodes VALUES (75570,'New Boston','TX','33.465282','-94.419540',-6,1); -INSERT INTO zipcodes VALUES (75571,'Omaha','TX','33.183401','-94.752270',-6,1); -INSERT INTO zipcodes VALUES (75572,'Queen City','TX','33.210952','-94.133640',-6,1); -INSERT INTO zipcodes VALUES (75573,'Redwater','TX','33.353249','-94.259710',-6,1); -INSERT INTO zipcodes VALUES (75574,'Simms','TX','33.328878','-94.536570',-6,1); -INSERT INTO zipcodes VALUES (75599,'Texarkana','TX','33.476552','-94.394950',-6,1); -INSERT INTO zipcodes VALUES (75601,'Longview','TX','32.505248','-94.731720',-6,1); -INSERT INTO zipcodes VALUES (75602,'Longview','TX','32.474499','-94.712000',-6,1); -INSERT INTO zipcodes VALUES (75603,'Longview','TX','32.396207','-94.700630',-6,1); -INSERT INTO zipcodes VALUES (75604,'Longview','TX','32.523779','-94.806920',-6,1); -INSERT INTO zipcodes VALUES (75605,'Longview','TX','32.557684','-94.743530',-6,1); -INSERT INTO zipcodes VALUES (75606,'Longview','TX','32.369393','-94.616062',-6,1); -INSERT INTO zipcodes VALUES (75607,'Longview','TX','32.511210','-94.783493',-6,1); -INSERT INTO zipcodes VALUES (75608,'Longview','TX','32.570051','-94.848063',-6,1); -INSERT INTO zipcodes VALUES (75615,'Longview','TX','32.511210','-94.783493',-6,1); -INSERT INTO zipcodes VALUES (75630,'Avinger','TX','32.854406','-94.558590',-6,1); -INSERT INTO zipcodes VALUES (75631,'Beckville','TX','32.237924','-94.464270',-6,1); -INSERT INTO zipcodes VALUES (75633,'Carthage','TX','32.145212','-94.312560',-6,1); -INSERT INTO zipcodes VALUES (75636,'Cason','TX','33.035716','-94.815890',-6,1); -INSERT INTO zipcodes VALUES (75637,'Clayton','TX','32.102729','-94.493543',-6,1); -INSERT INTO zipcodes VALUES (75638,'Daingerfield','TX','33.025830','-94.724810',-6,1); -INSERT INTO zipcodes VALUES (75639,'De Berry','TX','32.285877','-94.181100',-6,1); -INSERT INTO zipcodes VALUES (75640,'Diana','TX','32.723482','-94.695440',-6,1); -INSERT INTO zipcodes VALUES (75641,'Easton','TX','32.382771','-94.579450',-6,1); -INSERT INTO zipcodes VALUES (75642,'Elysian Fields','TX','32.386275','-94.210541',-6,1); -INSERT INTO zipcodes VALUES (75643,'Gary','TX','32.019931','-94.372870',-6,1); -INSERT INTO zipcodes VALUES (75644,'Gilmer','TX','32.727128','-94.957700',-6,1); -INSERT INTO zipcodes VALUES (75645,'Gilmer','TX','32.690553','-94.863311',-6,1); -INSERT INTO zipcodes VALUES (75647,'Gladewater','TX','32.531814','-94.943580',-6,1); -INSERT INTO zipcodes VALUES (75650,'Hallsville','TX','32.507527','-94.558390',-6,1); -INSERT INTO zipcodes VALUES (75651,'Harleton','TX','32.694100','-94.545190',-6,1); -INSERT INTO zipcodes VALUES (75652,'Henderson','TX','32.194938','-94.758520',-6,1); -INSERT INTO zipcodes VALUES (75653,'Henderson','TX','32.204724','-94.884500',-6,1); -INSERT INTO zipcodes VALUES (75654,'Henderson','TX','32.104159','-94.855680',-6,1); -INSERT INTO zipcodes VALUES (75656,'Hughes Springs','TX','32.998759','-94.619480',-6,1); -INSERT INTO zipcodes VALUES (75657,'Jefferson','TX','32.768011','-94.349080',-6,1); -INSERT INTO zipcodes VALUES (75658,'Joinerville','TX','32.195927','-94.906515',-6,1); -INSERT INTO zipcodes VALUES (75659,'Jonesville','TX','32.507491','-94.110636',-6,1); -INSERT INTO zipcodes VALUES (75660,'Judson','TX','32.511210','-94.783493',-6,1); -INSERT INTO zipcodes VALUES (75661,'Karnack','TX','32.667970','-94.168460',-6,1); -INSERT INTO zipcodes VALUES (75662,'Kilgore','TX','32.387151','-94.874390',-6,1); -INSERT INTO zipcodes VALUES (75663,'Kilgore','TX','32.386976','-94.895098',-6,1); -INSERT INTO zipcodes VALUES (75666,'Laird Hill','TX','32.301898','-94.928795',-6,1); -INSERT INTO zipcodes VALUES (75667,'Laneville','TX','31.981458','-94.857410',-6,1); -INSERT INTO zipcodes VALUES (75668,'Lone Star','TX','32.920957','-94.697220',-6,1); -INSERT INTO zipcodes VALUES (75669,'Long Branch','TX','32.037190','-94.576880',-6,1); -INSERT INTO zipcodes VALUES (75670,'Marshall','TX','32.547424','-94.379580',-6,1); -INSERT INTO zipcodes VALUES (75671,'Marshall','TX','32.522659','-94.389476',-6,1); -INSERT INTO zipcodes VALUES (75672,'Marshall','TX','32.513986','-94.307040',-6,1); -INSERT INTO zipcodes VALUES (75680,'Minden','TX','32.009230','-94.717660',-6,1); -INSERT INTO zipcodes VALUES (75681,'Mount Enterprise','TX','31.934633','-94.688860',-6,1); -INSERT INTO zipcodes VALUES (75682,'New London','TX','32.254160','-94.932215',-6,1); -INSERT INTO zipcodes VALUES (75683,'Ore City','TX','32.809766','-94.705130',-6,1); -INSERT INTO zipcodes VALUES (75684,'Overton','TX','32.269580','-94.949350',-6,1); -INSERT INTO zipcodes VALUES (75685,'Panola','TX','32.183774','-94.308713',-6,1); -INSERT INTO zipcodes VALUES (75686,'Pittsburg','TX','32.977080','-94.968090',-6,1); -INSERT INTO zipcodes VALUES (75687,'Price','TX','32.151755','-94.955432',-6,1); -INSERT INTO zipcodes VALUES (75688,'Scottsville','TX','32.553970','-94.239351',-6,1); -INSERT INTO zipcodes VALUES (75689,'Selman City','TX','32.182600','-94.935456',-6,1); -INSERT INTO zipcodes VALUES (75691,'Tatum','TX','32.312616','-94.536920',-6,1); -INSERT INTO zipcodes VALUES (75692,'Waskom','TX','32.472069','-94.095560',-6,1); -INSERT INTO zipcodes VALUES (75693,'White Oak','TX','32.533965','-94.860620',-6,1); -INSERT INTO zipcodes VALUES (75694,'Woodlawn','TX','32.653731','-94.342725',-6,1); -INSERT INTO zipcodes VALUES (75701,'Tyler','TX','32.325214','-95.294670',-6,1); -INSERT INTO zipcodes VALUES (75702,'Tyler','TX','32.360498','-95.307100',-6,1); -INSERT INTO zipcodes VALUES (75703,'Tyler','TX','32.264365','-95.313470',-6,1); -INSERT INTO zipcodes VALUES (75704,'Tyler','TX','32.388631','-95.413730',-6,1); -INSERT INTO zipcodes VALUES (75705,'Tyler','TX','32.364281','-95.089710',-6,1); -INSERT INTO zipcodes VALUES (75706,'Tyler','TX','32.456565','-95.331550',-6,1); -INSERT INTO zipcodes VALUES (75707,'Tyler','TX','32.292394','-95.207490',-6,1); -INSERT INTO zipcodes VALUES (75708,'Tyler','TX','32.403310','-95.222760',-6,1); -INSERT INTO zipcodes VALUES (75709,'Tyler','TX','32.312650','-95.391910',-6,1); -INSERT INTO zipcodes VALUES (75710,'Tyler','TX','32.347549','-95.306528',-6,1); -INSERT INTO zipcodes VALUES (75711,'Tyler','TX','32.539879','-95.419983',-6,1); -INSERT INTO zipcodes VALUES (75712,'Tyler','TX','32.411237','-95.289903',-6,1); -INSERT INTO zipcodes VALUES (75713,'Tyler','TX','32.411237','-95.289903',-6,1); -INSERT INTO zipcodes VALUES (75750,'Arp','TX','32.254414','-95.065170',-6,1); -INSERT INTO zipcodes VALUES (75751,'Athens','TX','32.184027','-95.846250',-6,1); -INSERT INTO zipcodes VALUES (75752,'Winona','TX','32.223828','-95.785482',-6,1); -INSERT INTO zipcodes VALUES (75754,'Ben Wheeler','TX','32.412451','-95.667110',-6,1); -INSERT INTO zipcodes VALUES (75755,'Big Sandy','TX','32.649482','-95.125900',-6,1); -INSERT INTO zipcodes VALUES (75756,'Brownsboro','TX','32.306045','-95.605070',-6,1); -INSERT INTO zipcodes VALUES (75757,'Bullard','TX','32.136787','-95.367100',-6,1); -INSERT INTO zipcodes VALUES (75758,'Chandler','TX','32.251068','-95.496670',-6,1); -INSERT INTO zipcodes VALUES (75759,'Cuney','TX','32.034127','-95.417760',-6,1); -INSERT INTO zipcodes VALUES (75760,'Cushing','TX','31.817889','-94.863100',-6,1); -INSERT INTO zipcodes VALUES (75762,'Flint','TX','32.207845','-95.418590',-6,1); -INSERT INTO zipcodes VALUES (75763,'Frankston','TX','32.072339','-95.504330',-6,1); -INSERT INTO zipcodes VALUES (75764,'Gallatin','TX','31.893439','-95.152720',-6,1); -INSERT INTO zipcodes VALUES (75765,'Hawkins','TX','32.617073','-95.224450',-6,1); -INSERT INTO zipcodes VALUES (75766,'Jacksonville','TX','31.953855','-95.252810',-6,1); -INSERT INTO zipcodes VALUES (75770,'Larue','TX','32.132651','-95.646320',-6,1); -INSERT INTO zipcodes VALUES (75771,'Lindale','TX','32.522902','-95.421260',-6,1); -INSERT INTO zipcodes VALUES (75772,'Maydelle','TX','31.800846','-95.300142',-6,1); -INSERT INTO zipcodes VALUES (75773,'Mineola','TX','32.674657','-95.469820',-6,1); -INSERT INTO zipcodes VALUES (75778,'Murchison','TX','32.333830','-95.710200',-6,1); -INSERT INTO zipcodes VALUES (75779,'Neches','TX','31.794191','-95.661964',-6,1); -INSERT INTO zipcodes VALUES (75780,'New Summerfield','TX','31.782048','-95.164021',-6,1); -INSERT INTO zipcodes VALUES (75782,'Poynor','TX','32.075703','-95.599190',-6,1); -INSERT INTO zipcodes VALUES (75783,'Quitman','TX','32.810076','-95.435500',-6,1); -INSERT INTO zipcodes VALUES (75784,'Reklaw','TX','31.883205','-94.968900',-6,1); -INSERT INTO zipcodes VALUES (75785,'Rusk','TX','31.793640','-95.167610',-6,1); -INSERT INTO zipcodes VALUES (75788,'Sacul','TX','31.825527','-94.917590',-6,1); -INSERT INTO zipcodes VALUES (75789,'Troup','TX','32.137225','-95.101050',-6,1); -INSERT INTO zipcodes VALUES (75790,'Van','TX','32.533765','-95.634930',-6,1); -INSERT INTO zipcodes VALUES (75791,'Whitehouse','TX','32.226082','-95.217510',-6,1); -INSERT INTO zipcodes VALUES (75792,'Winona','TX','32.476905','-95.130880',-6,1); -INSERT INTO zipcodes VALUES (75798,'Tyler','TX','32.411237','-95.289903',-6,1); -INSERT INTO zipcodes VALUES (75799,'Tyler','TX','32.411237','-95.289903',-6,1); -INSERT INTO zipcodes VALUES (75801,'Palestine','TX','31.779481','-95.633250',-6,1); -INSERT INTO zipcodes VALUES (75802,'Palestine','TX','31.926836','-95.579561',-6,1); -INSERT INTO zipcodes VALUES (75803,'Palestine','TX','31.760418','-95.656779',-6,1); -INSERT INTO zipcodes VALUES (75806,'Little Elm','TX','33.169075','-96.904315',-6,1); -INSERT INTO zipcodes VALUES (75825,'Alto','TX','31.647750','-95.082239',-6,1); -INSERT INTO zipcodes VALUES (75831,'Buffalo','TX','31.453732','-96.037250',-6,1); -INSERT INTO zipcodes VALUES (75832,'Cayuga','TX','31.794191','-95.661964',-6,1); -INSERT INTO zipcodes VALUES (75833,'Centerville','TX','31.275750','-95.901310',-6,1); -INSERT INTO zipcodes VALUES (75834,'Centralia','TX','31.105786','-95.138794',-6,1); -INSERT INTO zipcodes VALUES (75835,'Crockett','TX','31.315837','-95.473930',-6,1); -INSERT INTO zipcodes VALUES (75838,'Donie','TX','31.476671','-96.222120',-6,1); -INSERT INTO zipcodes VALUES (75839,'Elkhart','TX','31.627557','-95.532250',-6,1); -INSERT INTO zipcodes VALUES (75840,'Fairfield','TX','31.763713','-96.108080',-6,1); -INSERT INTO zipcodes VALUES (75844,'Grapeland','TX','31.505916','-95.463150',-6,1); -INSERT INTO zipcodes VALUES (75845,'Groveton','TX','31.090648','-95.078260',-6,1); -INSERT INTO zipcodes VALUES (75846,'Jewett','TX','31.346581','-96.174330',-6,1); -INSERT INTO zipcodes VALUES (75847,'Kennard','TX','31.355453','-95.154210',-6,1); -INSERT INTO zipcodes VALUES (75848,'Kirvin','TX','31.832720','-96.321260',-6,1); -INSERT INTO zipcodes VALUES (75849,'Latexo','TX','31.398448','-95.473700',-6,1); -INSERT INTO zipcodes VALUES (75850,'Leona','TX','31.134863','-95.933120',-6,1); -INSERT INTO zipcodes VALUES (75851,'Lovelady','TX','31.104197','-95.464340',-6,1); -INSERT INTO zipcodes VALUES (75852,'Midway','TX','30.984335','-95.716690',-6,1); -INSERT INTO zipcodes VALUES (75853,'Montalba','TX','31.930882','-95.829740',-6,1); -INSERT INTO zipcodes VALUES (75855,'Oakwood','TX','31.579572','-95.853030',-6,1); -INSERT INTO zipcodes VALUES (75856,'Pennington','TX','31.213490','-95.234750',-6,1); -INSERT INTO zipcodes VALUES (75858,'Ratcliff','TX','31.369811','-95.091840',-6,1); -INSERT INTO zipcodes VALUES (75859,'Streetman','TX','31.889748','-96.254350',-6,1); -INSERT INTO zipcodes VALUES (75860,'Teague','TX','31.625567','-96.270680',-6,1); -INSERT INTO zipcodes VALUES (75861,'Tennessee Colony','TX','31.829314','-95.863830',-6,1); -INSERT INTO zipcodes VALUES (75862,'Trinity','TX','30.944810','-95.332980',-6,1); -INSERT INTO zipcodes VALUES (75865,'Woodlake','TX','31.105786','-95.138794',-6,1); -INSERT INTO zipcodes VALUES (75875,'Rusk','TX','31.806615','-95.154008',-6,1); -INSERT INTO zipcodes VALUES (75880,'Tennessee Colony','TX','31.794191','-95.661964',-6,1); -INSERT INTO zipcodes VALUES (75882,'Palestine','TX','31.794191','-95.661964',-6,1); -INSERT INTO zipcodes VALUES (75884,'Tennessee Colony','TX','31.794191','-95.661964',-6,1); -INSERT INTO zipcodes VALUES (75886,'Tennessee Colony','TX','31.794191','-95.661964',-6,1); -INSERT INTO zipcodes VALUES (75901,'Lufkin','TX','31.330567','-94.686670',-6,1); -INSERT INTO zipcodes VALUES (75902,'Lufkin','TX','31.362315','-94.761103',-6,1); -INSERT INTO zipcodes VALUES (75903,'Lufkin','TX','31.276647','-94.567590',-6,1); -INSERT INTO zipcodes VALUES (75904,'Lufkin','TX','31.339891','-94.762950',-6,1); -INSERT INTO zipcodes VALUES (75915,'Lufkin','TX','31.287257','-94.577084',-6,1); -INSERT INTO zipcodes VALUES (75925,'Alto','TX','31.626263','-95.054950',-6,1); -INSERT INTO zipcodes VALUES (75926,'Apple Springs','TX','31.243006','-94.964480',-6,1); -INSERT INTO zipcodes VALUES (75928,'Bon Wier','TX','30.680344','-93.685350',-6,1); -INSERT INTO zipcodes VALUES (75929,'Broaddus','TX','31.242362','-94.176750',-6,1); -INSERT INTO zipcodes VALUES (75930,'Bronson','TX','31.340382','-94.020620',-6,1); -INSERT INTO zipcodes VALUES (75931,'Brookeland','TX','31.109064','-93.990310',-6,1); -INSERT INTO zipcodes VALUES (75932,'Burkeville','TX','31.067439','-93.619360',-6,1); -INSERT INTO zipcodes VALUES (75933,'Call','TX','30.580648','-93.811120',-6,1); -INSERT INTO zipcodes VALUES (75934,'Camden','TX','30.907239','-94.731200',-6,1); -INSERT INTO zipcodes VALUES (75935,'Center','TX','31.769105','-94.189970',-6,1); -INSERT INTO zipcodes VALUES (75936,'Chester','TX','30.942336','-94.583760',-6,1); -INSERT INTO zipcodes VALUES (75937,'Chireno','TX','31.467506','-94.374590',-6,1); -INSERT INTO zipcodes VALUES (75938,'Colmesneil','TX','30.916106','-94.351080',-6,1); -INSERT INTO zipcodes VALUES (75939,'Corrigan','TX','30.998982','-94.799400',-6,1); -INSERT INTO zipcodes VALUES (75941,'Diboll','TX','31.195633','-94.777250',-6,1); -INSERT INTO zipcodes VALUES (75942,'Doucette','TX','30.819095','-94.404970',-6,1); -INSERT INTO zipcodes VALUES (75943,'Douglass','TX','31.654777','-94.909880',-6,1); -INSERT INTO zipcodes VALUES (75944,'Etoile','TX','31.368872','-94.408170',-6,1); -INSERT INTO zipcodes VALUES (75946,'Garrison','TX','31.834379','-94.526290',-6,1); -INSERT INTO zipcodes VALUES (75947,'Geneva','TX','31.373062','-93.821948',-6,1); -INSERT INTO zipcodes VALUES (75948,'Hemphill','TX','31.332569','-93.753380',-6,1); -INSERT INTO zipcodes VALUES (75949,'Huntington','TX','31.226939','-94.532100',-6,1); -INSERT INTO zipcodes VALUES (75951,'Jasper','TX','30.941282','-94.034550',-6,1); -INSERT INTO zipcodes VALUES (75954,'Joaquin','TX','31.950150','-94.057610',-6,1); -INSERT INTO zipcodes VALUES (75956,'Kirbyville','TX','30.670556','-93.938110',-6,1); -INSERT INTO zipcodes VALUES (75957,'Timpson','TX','31.902986','-94.391148',-6,1); -INSERT INTO zipcodes VALUES (75958,'Martinsville','TX','31.534162','-94.639022',-6,1); -INSERT INTO zipcodes VALUES (75959,'Milam','TX','31.511711','-93.860860',-6,1); -INSERT INTO zipcodes VALUES (75960,'Moscow','TX','30.903688','-94.809160',-6,1); -INSERT INTO zipcodes VALUES (75961,'Nacogdoches','TX','31.626011','-94.603380',-6,1); -INSERT INTO zipcodes VALUES (75962,'Nacogdoches','TX','31.699494','-94.607432',-6,1); -INSERT INTO zipcodes VALUES (75963,'Nacogdoches','TX','31.604573','-94.664127',-6,1); -INSERT INTO zipcodes VALUES (75964,'Nacogdoches','TX','31.610990','-94.705030',-6,1); -INSERT INTO zipcodes VALUES (75965,'Nacogdoches','TX','31.649582','-94.638278',-6,1); -INSERT INTO zipcodes VALUES (75966,'Newton','TX','30.831678','-93.748690',-6,1); -INSERT INTO zipcodes VALUES (75968,'Pineland','TX','31.234368','-93.943990',-6,1); -INSERT INTO zipcodes VALUES (75969,'Pollok','TX','31.436494','-94.878150',-6,1); -INSERT INTO zipcodes VALUES (75972,'San Augustine','TX','31.514959','-94.161690',-6,1); -INSERT INTO zipcodes VALUES (75973,'Shelbyville','TX','31.735326','-93.907060',-6,1); -INSERT INTO zipcodes VALUES (75974,'Tenaha','TX','31.943273','-94.242910',-6,1); -INSERT INTO zipcodes VALUES (75975,'Timpson','TX','31.903614','-94.407750',-6,1); -INSERT INTO zipcodes VALUES (75976,'Wells','TX','31.506076','-94.949390',-6,1); -INSERT INTO zipcodes VALUES (75977,'Wiergate','TX','31.038417','-93.800570',-6,1); -INSERT INTO zipcodes VALUES (75978,'Woden','TX','31.502292','-94.528030',-6,1); -INSERT INTO zipcodes VALUES (75979,'Woodville','TX','30.768601','-94.406710',-6,1); -INSERT INTO zipcodes VALUES (75980,'Zavalla','TX','31.154673','-94.363000',-6,1); -INSERT INTO zipcodes VALUES (75990,'Woodville','TX','30.792674','-94.354476',-6,1); -INSERT INTO zipcodes VALUES (76001,'Arlington','TX','32.634203','-97.144030',-6,1); -INSERT INTO zipcodes VALUES (76002,'Arlington','TX','32.632349','-97.096300',-6,1); -INSERT INTO zipcodes VALUES (76003,'Arlington','TX','32.741685','-97.225324',-6,1); -INSERT INTO zipcodes VALUES (76004,'Arlington','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76005,'Arlington','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76006,'Arlington','TX','32.778047','-97.080880',-6,1); -INSERT INTO zipcodes VALUES (76007,'Arlington','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76008,'Aledo','TX','32.690922','-97.640130',-6,1); -INSERT INTO zipcodes VALUES (76009,'Alvarado','TX','32.408183','-97.209560',-6,1); -INSERT INTO zipcodes VALUES (76010,'Arlington','TX','32.723382','-97.084980',-6,1); -INSERT INTO zipcodes VALUES (76011,'Arlington','TX','32.753672','-97.087060',-6,1); -INSERT INTO zipcodes VALUES (76012,'Arlington','TX','32.752048','-97.135140',-6,1); -INSERT INTO zipcodes VALUES (76013,'Arlington','TX','32.721632','-97.146980',-6,1); -INSERT INTO zipcodes VALUES (76014,'Arlington','TX','32.694666','-97.087480',-6,1); -INSERT INTO zipcodes VALUES (76015,'Arlington','TX','32.691393','-97.135460',-6,1); -INSERT INTO zipcodes VALUES (76016,'Arlington','TX','32.686863','-97.192340',-6,1); -INSERT INTO zipcodes VALUES (76017,'Arlington','TX','32.659277','-97.164350',-6,1); -INSERT INTO zipcodes VALUES (76018,'Arlington','TX','32.653920','-97.087240',-6,1); -INSERT INTO zipcodes VALUES (76019,'Arlington','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76020,'Azle','TX','32.905693','-97.548450',-6,1); -INSERT INTO zipcodes VALUES (76021,'Bedford','TX','32.851678','-97.138490',-6,1); -INSERT INTO zipcodes VALUES (76022,'Bedford','TX','32.831228','-97.145930',-6,1); -INSERT INTO zipcodes VALUES (76023,'Boyd','TX','33.068301','-97.590990',-6,1); -INSERT INTO zipcodes VALUES (76025,'Plano','TX','33.104374','-96.766109',-6,1); -INSERT INTO zipcodes VALUES (76028,'Burleson','TX','32.535841','-97.306810',-6,1); -INSERT INTO zipcodes VALUES (76031,'Cleburne','TX','32.343115','-97.400810',-6,1); -INSERT INTO zipcodes VALUES (76033,'Cleburne','TX','32.350907','-97.410254',-6,1); -INSERT INTO zipcodes VALUES (76034,'Colleyville','TX','32.885062','-97.149230',-6,1); -INSERT INTO zipcodes VALUES (76035,'Cresson','TX','32.546387','-97.646330',-6,1); -INSERT INTO zipcodes VALUES (76036,'Crowley','TX','32.573816','-97.384910',-6,1); -INSERT INTO zipcodes VALUES (76039,'Euless','TX','32.858727','-97.084530',-6,1); -INSERT INTO zipcodes VALUES (76040,'Euless','TX','32.826172','-97.097210',-6,1); -INSERT INTO zipcodes VALUES (76041,'Forreston','TX','32.244026','-96.867010',-6,1); -INSERT INTO zipcodes VALUES (76043,'Glen Rose','TX','32.228184','-97.771980',-6,1); -INSERT INTO zipcodes VALUES (76044,'Godley','TX','32.442679','-97.525950',-6,1); -INSERT INTO zipcodes VALUES (76048,'Granbury','TX','32.424695','-97.788940',-6,1); -INSERT INTO zipcodes VALUES (76049,'Granbury','TX','32.440376','-97.720020',-6,1); -INSERT INTO zipcodes VALUES (76050,'Grandview','TX','32.274420','-97.192820',-6,1); -INSERT INTO zipcodes VALUES (76051,'Grapevine','TX','32.931950','-97.084980',-6,1); -INSERT INTO zipcodes VALUES (76052,'Haslet','TX','32.972998','-97.355920',-6,1); -INSERT INTO zipcodes VALUES (76053,'Hurst','TX','32.821378','-97.181000',-6,1); -INSERT INTO zipcodes VALUES (76054,'Hurst','TX','32.858398','-97.176810',-6,1); -INSERT INTO zipcodes VALUES (76055,'Itasca','TX','32.157903','-97.150140',-6,1); -INSERT INTO zipcodes VALUES (76058,'Joshua','TX','32.461964','-97.407740',-6,1); -INSERT INTO zipcodes VALUES (76059,'Keene','TX','32.392860','-97.327500',-6,1); -INSERT INTO zipcodes VALUES (76060,'Kennedale','TX','32.645257','-97.214580',-6,1); -INSERT INTO zipcodes VALUES (76061,'Lillian','TX','32.502674','-97.163470',-6,1); -INSERT INTO zipcodes VALUES (76063,'Mansfield','TX','32.577010','-97.134850',-6,1); -INSERT INTO zipcodes VALUES (76064,'Maypearl','TX','32.307456','-97.027610',-6,1); -INSERT INTO zipcodes VALUES (76065,'Midlothian','TX','32.484094','-96.986720',-6,1); -INSERT INTO zipcodes VALUES (76066,'Millsap','TX','32.715412','-98.001650',-6,1); -INSERT INTO zipcodes VALUES (76067,'Mineral Wells','TX','32.810275','-98.107070',-6,1); -INSERT INTO zipcodes VALUES (76068,'Mineral Wells','TX','32.759769','-98.316175',-6,1); -INSERT INTO zipcodes VALUES (76070,'Nemo','TX','32.259829','-97.654850',-6,1); -INSERT INTO zipcodes VALUES (76071,'Newark','TX','33.003717','-97.489740',-6,1); -INSERT INTO zipcodes VALUES (76073,'Paradise','TX','33.122273','-97.716910',-6,1); -INSERT INTO zipcodes VALUES (76077,'Rainbow','TX','32.281220','-97.709270',-6,1); -INSERT INTO zipcodes VALUES (76078,'Rhome','TX','33.072675','-97.473000',-6,1); -INSERT INTO zipcodes VALUES (76082,'Springtown','TX','32.964932','-97.698030',-6,1); -INSERT INTO zipcodes VALUES (76084,'Venus','TX','32.434322','-97.099880',-6,1); -INSERT INTO zipcodes VALUES (76085,'Weatherford','TX','32.847183','-97.698600',-6,1); -INSERT INTO zipcodes VALUES (76086,'Weatherford','TX','32.775160','-97.779870',-6,1); -INSERT INTO zipcodes VALUES (76087,'Weatherford','TX','32.703008','-97.748140',-6,1); -INSERT INTO zipcodes VALUES (76088,'Weatherford','TX','32.842085','-97.904770',-6,1); -INSERT INTO zipcodes VALUES (76092,'Southlake','TX','32.946678','-97.145230',-6,1); -INSERT INTO zipcodes VALUES (76093,'Rio Vista','TX','32.220267','-97.390360',-6,1); -INSERT INTO zipcodes VALUES (76094,'Arlington','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76095,'Bedford','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76096,'Arlington','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76097,'Burleson','TX','32.524393','-97.260900',-6,1); -INSERT INTO zipcodes VALUES (76098,'Azle','TX','32.895716','-97.563622',-6,1); -INSERT INTO zipcodes VALUES (76099,'Grapevine','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76101,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76102,'Fort Worth','TX','32.753880','-97.329870',-6,1); -INSERT INTO zipcodes VALUES (76103,'Fort Worth','TX','32.745681','-97.265630',-6,1); -INSERT INTO zipcodes VALUES (76104,'Fort Worth','TX','32.730265','-97.320020',-6,1); -INSERT INTO zipcodes VALUES (76105,'Fort Worth','TX','32.724831','-97.269920',-6,1); -INSERT INTO zipcodes VALUES (76106,'Fort Worth','TX','32.798429','-97.354000',-6,1); -INSERT INTO zipcodes VALUES (76107,'Fort Worth','TX','32.738481','-97.384240',-6,1); -INSERT INTO zipcodes VALUES (76108,'Fort Worth','TX','32.762563','-97.480790',-6,1); -INSERT INTO zipcodes VALUES (76109,'Fort Worth','TX','32.699565','-97.378080',-6,1); -INSERT INTO zipcodes VALUES (76110,'Fort Worth','TX','32.706331','-97.337870',-6,1); -INSERT INTO zipcodes VALUES (76111,'Fort Worth','TX','32.778479','-97.300990',-6,1); -INSERT INTO zipcodes VALUES (76112,'Fort Worth','TX','32.744032','-97.219570',-6,1); -INSERT INTO zipcodes VALUES (76113,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76114,'Fort Worth','TX','32.781329','-97.400990',-6,1); -INSERT INTO zipcodes VALUES (76115,'Fort Worth','TX','32.680333','-97.335790',-6,1); -INSERT INTO zipcodes VALUES (76116,'Fort Worth','TX','32.722280','-97.444090',-6,1); -INSERT INTO zipcodes VALUES (76117,'Haltom City','TX','32.805379','-97.270360',-6,1); -INSERT INTO zipcodes VALUES (76118,'Fort Worth','TX','32.805330','-97.222640',-6,1); -INSERT INTO zipcodes VALUES (76119,'Fort Worth','TX','32.691033','-97.264790',-6,1); -INSERT INTO zipcodes VALUES (76120,'Fort Worth','TX','32.762631','-97.175270',-6,1); -INSERT INTO zipcodes VALUES (76121,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76122,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76123,'Fort Worth','TX','32.623807','-97.375480',-6,1); -INSERT INTO zipcodes VALUES (76124,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76126,'Fort Worth','TX','32.649476','-97.491240',-6,1); -INSERT INTO zipcodes VALUES (76127,'Naval Air Station/ Jrb','TX','32.772063','-97.421650',-6,1); -INSERT INTO zipcodes VALUES (76129,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76130,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76131,'Fort Worth','TX','32.873017','-97.346220',-6,1); -INSERT INTO zipcodes VALUES (76132,'Fort Worth','TX','32.670345','-97.414300',-6,1); -INSERT INTO zipcodes VALUES (76133,'Fort Worth','TX','32.655401','-97.377650',-6,1); -INSERT INTO zipcodes VALUES (76134,'Fort Worth','TX','32.649855','-97.333580',-6,1); -INSERT INTO zipcodes VALUES (76135,'Fort Worth','TX','32.823629','-97.451670',-6,1); -INSERT INTO zipcodes VALUES (76136,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76137,'Fort Worth','TX','32.868140','-97.285660',-6,1); -INSERT INTO zipcodes VALUES (76140,'Fort Worth','TX','32.630268','-97.271020',-6,1); -INSERT INTO zipcodes VALUES (76147,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76148,'Fort Worth','TX','32.869384','-97.251230',-6,1); -INSERT INTO zipcodes VALUES (76150,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76153,'Fort Worth','TX','32.667134','-97.348895',-6,1); -INSERT INTO zipcodes VALUES (76155,'Fort Worth','TX','32.830932','-97.047780',-6,1); -INSERT INTO zipcodes VALUES (76161,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76162,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76163,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76164,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76177,'Fort Worth','TX','32.949819','-97.314060',-6,1); -INSERT INTO zipcodes VALUES (76178,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76179,'Fort Worth','TX','32.876475','-97.412490',-6,1); -INSERT INTO zipcodes VALUES (76180,'North Richland Hills','TX','32.855666','-97.218180',-6,1); -INSERT INTO zipcodes VALUES (76181,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76182,'North Richland Hills','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76185,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76191,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76192,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76193,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76195,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76196,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76197,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76198,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76199,'Fort Worth','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76201,'Denton','TX','33.226598','-97.130610',-6,1); -INSERT INTO zipcodes VALUES (76202,'Denton','TX','33.225523','-97.108546',-6,1); -INSERT INTO zipcodes VALUES (76203,'Denton','TX','33.246457','-97.127027',-6,1); -INSERT INTO zipcodes VALUES (76204,'Denton','TX','33.207430','-97.116282',-6,1); -INSERT INTO zipcodes VALUES (76205,'Denton','TX','33.161560','-97.103760',-6,1); -INSERT INTO zipcodes VALUES (76206,'Denton','TX','33.169379','-97.150558',-6,1); -INSERT INTO zipcodes VALUES (76207,'Denton','TX','33.236827','-97.169410',-6,1); -INSERT INTO zipcodes VALUES (76208,'Denton','TX','33.198442','-97.060780',-6,1); -INSERT INTO zipcodes VALUES (76209,'Denton','TX','33.235520','-97.112743',-6,1); -INSERT INTO zipcodes VALUES (76210,'Corinth','TX','33.143186','-97.088337',-6,1); -INSERT INTO zipcodes VALUES (76225,'Alvord','TX','33.360331','-97.691580',-6,1); -INSERT INTO zipcodes VALUES (76226,'Argyle','TX','33.105309','-97.162940',-6,1); -INSERT INTO zipcodes VALUES (76227,'Aubrey','TX','33.274761','-96.994570',-6,1); -INSERT INTO zipcodes VALUES (76228,'Bellevue','TX','33.586753','-98.076940',-6,1); -INSERT INTO zipcodes VALUES (76230,'Bowie','TX','33.540070','-97.885750',-6,1); -INSERT INTO zipcodes VALUES (76233,'Collinsville','TX','33.542765','-96.894190',-6,1); -INSERT INTO zipcodes VALUES (76234,'Decatur','TX','33.263039','-97.556570',-6,1); -INSERT INTO zipcodes VALUES (76238,'Era','TX','33.491311','-97.391360',-6,1); -INSERT INTO zipcodes VALUES (76239,'Forestburg','TX','33.530807','-97.549440',-6,1); -INSERT INTO zipcodes VALUES (76240,'Gainesville','TX','33.627942','-97.136360',-6,1); -INSERT INTO zipcodes VALUES (76241,'Gainesville','TX','33.610384','-97.036920',-6,1); -INSERT INTO zipcodes VALUES (76244,'Keller','TX','32.771419','-97.291484',-6,1); -INSERT INTO zipcodes VALUES (76245,'Gordonville','TX','33.842878','-96.823480',-6,1); -INSERT INTO zipcodes VALUES (76246,'Greenwood','TX','33.417980','-97.464570',-6,1); -INSERT INTO zipcodes VALUES (76247,'Justin','TX','33.087040','-97.303840',-6,1); -INSERT INTO zipcodes VALUES (76248,'Keller','TX','32.927040','-97.250600',-6,1); -INSERT INTO zipcodes VALUES (76249,'Krum','TX','33.270036','-97.248590',-6,1); -INSERT INTO zipcodes VALUES (76250,'Lindsay','TX','33.621090','-97.206520',-6,1); -INSERT INTO zipcodes VALUES (76251,'Montague','TX','33.660084','-97.717270',-6,1); -INSERT INTO zipcodes VALUES (76252,'Muenster','TX','33.661889','-97.380290',-6,1); -INSERT INTO zipcodes VALUES (76253,'Myra','TX','33.624401','-97.317040',-6,1); -INSERT INTO zipcodes VALUES (76255,'Nocona','TX','33.824724','-97.696880',-6,1); -INSERT INTO zipcodes VALUES (76258,'Pilot Point','TX','33.385645','-96.952130',-6,1); -INSERT INTO zipcodes VALUES (76259,'Ponder','TX','33.187644','-97.296760',-6,1); -INSERT INTO zipcodes VALUES (76261,'Ringgold','TX','33.817816','-97.941590',-6,1); -INSERT INTO zipcodes VALUES (76262,'Roanoke','TX','33.000177','-97.218710',-6,1); -INSERT INTO zipcodes VALUES (76263,'Rosston','TX','33.487842','-97.421155',-6,1); -INSERT INTO zipcodes VALUES (76264,'Sadler','TX','33.748414','-96.837920',-6,1); -INSERT INTO zipcodes VALUES (76265,'Saint Jo','TX','33.701692','-97.530290',-6,1); -INSERT INTO zipcodes VALUES (76266,'Sanger','TX','33.358871','-97.189440',-6,1); -INSERT INTO zipcodes VALUES (76267,'Slidell','TX','33.378039','-97.392190',-6,1); -INSERT INTO zipcodes VALUES (76268,'Southmayd','TX','33.621928','-96.764900',-6,1); -INSERT INTO zipcodes VALUES (76270,'Sunset','TX','33.446897','-97.772170',-6,1); -INSERT INTO zipcodes VALUES (76271,'Tioga','TX','33.469076','-96.916320',-6,1); -INSERT INTO zipcodes VALUES (76272,'Valley View','TX','33.482548','-97.122590',-6,1); -INSERT INTO zipcodes VALUES (76273,'Whitesboro','TX','33.705904','-96.917860',-6,1); -INSERT INTO zipcodes VALUES (76299,'Roanoke','TX','33.207430','-97.116282',-6,1); -INSERT INTO zipcodes VALUES (76301,'Wichita Falls','TX','33.916497','-98.471320',-6,1); -INSERT INTO zipcodes VALUES (76302,'Wichita Falls','TX','33.853790','-98.480100',-6,1); -INSERT INTO zipcodes VALUES (76303,'Wichita Falls','TX','33.897073','-98.459792',-6,1); -INSERT INTO zipcodes VALUES (76304,'Wichita Falls','TX','33.931024','-98.499077',-6,1); -INSERT INTO zipcodes VALUES (76305,'Wichita Falls','TX','33.996515','-98.517810',-6,1); -INSERT INTO zipcodes VALUES (76306,'Wichita Falls','TX','33.942496','-98.519230',-6,1); -INSERT INTO zipcodes VALUES (76307,'Wichita Falls','TX','33.877746','-98.494595',-6,1); -INSERT INTO zipcodes VALUES (76308,'Wichita Falls','TX','33.859798','-98.540640',-6,1); -INSERT INTO zipcodes VALUES (76309,'Wichita Falls','TX','33.892447','-98.532150',-6,1); -INSERT INTO zipcodes VALUES (76310,'Wichita Falls','TX','33.841948','-98.562400',-6,1); -INSERT INTO zipcodes VALUES (76311,'Sheppard AFB','TX','33.970725','-98.491270',-6,1); -INSERT INTO zipcodes VALUES (76345,'Fort Worth','TX','32.382530','-98.404816',-6,1); -INSERT INTO zipcodes VALUES (76351,'Archer City','TX','33.574426','-98.634620',-6,1); -INSERT INTO zipcodes VALUES (76352,'Bluegrove','TX','33.811665','-98.184762',-6,1); -INSERT INTO zipcodes VALUES (76354,'Burkburnett','TX','34.085289','-98.588810',-6,1); -INSERT INTO zipcodes VALUES (76356,'Terral','OK','33.897998','-97.936166',-6,1); -INSERT INTO zipcodes VALUES (76357,'Byers','TX','34.067220','-98.181190',-6,1); -INSERT INTO zipcodes VALUES (76360,'Electra','TX','33.963228','-98.972350',-6,1); -INSERT INTO zipcodes VALUES (76363,'Goree','TX','33.481208','-99.514470',-6,1); -INSERT INTO zipcodes VALUES (76364,'Harrold','TX','34.081642','-99.062000',-6,1); -INSERT INTO zipcodes VALUES (76365,'Henrietta','TX','33.761291','-98.191450',-6,1); -INSERT INTO zipcodes VALUES (76366,'Holliday','TX','33.760814','-98.721480',-6,1); -INSERT INTO zipcodes VALUES (76367,'Iowa Park','TX','33.958681','-98.684920',-6,1); -INSERT INTO zipcodes VALUES (76369,'Kamay','TX','34.023386','-98.687748',-6,1); -INSERT INTO zipcodes VALUES (76370,'Megargel','TX','33.445341','-98.921060',-6,1); -INSERT INTO zipcodes VALUES (76371,'Munday','TX','33.463284','-99.638390',-6,1); -INSERT INTO zipcodes VALUES (76372,'Newcastle','TX','33.224562','-98.860430',-6,1); -INSERT INTO zipcodes VALUES (76373,'Oklaunion','TX','34.147838','-99.118180',-6,1); -INSERT INTO zipcodes VALUES (76374,'Olney','TX','33.364868','-98.752010',-6,1); -INSERT INTO zipcodes VALUES (76377,'Petrolia','TX','34.011464','-98.229610',-6,1); -INSERT INTO zipcodes VALUES (76379,'Scotland','TX','33.646685','-98.487190',-6,1); -INSERT INTO zipcodes VALUES (76380,'Seymour','TX','33.594956','-99.285060',-6,1); -INSERT INTO zipcodes VALUES (76384,'Vernon','TX','34.142094','-99.296490',-6,1); -INSERT INTO zipcodes VALUES (76385,'Vernon','TX','34.146356','-99.214088',-6,1); -INSERT INTO zipcodes VALUES (76388,'Weinert','TX','33.336436','-99.642570',-6,1); -INSERT INTO zipcodes VALUES (76389,'Windthorst','TX','33.554607','-98.420760',-6,1); -INSERT INTO zipcodes VALUES (76401,'Stephenville','TX','32.242816','-98.210580',-6,1); -INSERT INTO zipcodes VALUES (76402,'Stephenville','TX','32.215275','-98.207997',-6,1); -INSERT INTO zipcodes VALUES (76420,'Albany','TX','33.036724','-98.595422',-6,1); -INSERT INTO zipcodes VALUES (76424,'Breckenridge','TX','32.761058','-98.922250',-6,1); -INSERT INTO zipcodes VALUES (76426,'Bridgeport','TX','33.197313','-97.809320',-6,1); -INSERT INTO zipcodes VALUES (76427,'Bryson','TX','33.165414','-98.382440',-6,1); -INSERT INTO zipcodes VALUES (76429,'Caddo','TX','32.741540','-98.670890',-6,1); -INSERT INTO zipcodes VALUES (76430,'Albany','TX','32.742591','-99.275190',-6,1); -INSERT INTO zipcodes VALUES (76431,'Chico','TX','33.293652','-97.859700',-6,1); -INSERT INTO zipcodes VALUES (76432,'Blanket','TX','31.827410','-98.802860',-6,1); -INSERT INTO zipcodes VALUES (76433,'Bluff Dale','TX','32.318616','-98.033450',-6,1); -INSERT INTO zipcodes VALUES (76435,'Carbon','TX','32.236449','-98.832680',-6,1); -INSERT INTO zipcodes VALUES (76436,'Carlton','TX','31.917085','-98.174180',-6,1); -INSERT INTO zipcodes VALUES (76437,'Cisco','TX','32.394920','-98.994440',-6,1); -INSERT INTO zipcodes VALUES (76439,'Dennis','TX','32.632495','-97.957483',-6,1); -INSERT INTO zipcodes VALUES (76442,'Comanche','TX','31.906683','-98.606180',-6,1); -INSERT INTO zipcodes VALUES (76443,'Cross Plains','TX','32.103546','-99.178740',-6,1); -INSERT INTO zipcodes VALUES (76444,'De Leon','TX','32.122804','-98.557990',-6,1); -INSERT INTO zipcodes VALUES (76445,'Desdemona','TX','32.298841','-98.551940',-6,1); -INSERT INTO zipcodes VALUES (76446,'Dublin','TX','32.078810','-98.350730',-6,1); -INSERT INTO zipcodes VALUES (76448,'Eastland','TX','32.398681','-98.795900',-6,1); -INSERT INTO zipcodes VALUES (76449,'Graford','TX','32.908714','-98.357270',-6,1); -INSERT INTO zipcodes VALUES (76450,'Graham','TX','33.081863','-98.600910',-6,1); -INSERT INTO zipcodes VALUES (76452,'Energy','TX','31.758351','-98.406130',-6,1); -INSERT INTO zipcodes VALUES (76453,'Gordon','TX','32.572618','-98.363990',-6,1); -INSERT INTO zipcodes VALUES (76454,'Gorman','TX','32.214932','-98.684040',-6,1); -INSERT INTO zipcodes VALUES (76455,'Gustine','TX','31.833414','-98.372480',-6,1); -INSERT INTO zipcodes VALUES (76457,'Hico','TX','31.944207','-98.027630',-6,1); -INSERT INTO zipcodes VALUES (76458,'Jacksboro','TX','33.200265','-98.157780',-6,1); -INSERT INTO zipcodes VALUES (76459,'Jermyn','TX','33.277727','-98.394610',-6,1); -INSERT INTO zipcodes VALUES (76460,'Loving','TX','33.332336','-98.484130',-6,1); -INSERT INTO zipcodes VALUES (76461,'Lingleville','TX','32.221433','-98.342798',-6,1); -INSERT INTO zipcodes VALUES (76462,'Lipan','TX','32.517753','-98.033790',-6,1); -INSERT INTO zipcodes VALUES (76463,'Mingus','TX','32.493233','-98.418050',-6,1); -INSERT INTO zipcodes VALUES (76464,'Moran','TX','32.576650','-99.185110',-6,1); -INSERT INTO zipcodes VALUES (76465,'Morgan Mill','TX','32.215275','-98.207997',-6,1); -INSERT INTO zipcodes VALUES (76466,'Olden','TX','32.428128','-98.748530',-6,1); -INSERT INTO zipcodes VALUES (76467,'Paluxy','TX','32.341365','-97.932083',-6,1); -INSERT INTO zipcodes VALUES (76468,'Proctor','TX','31.989197','-98.425290',-6,1); -INSERT INTO zipcodes VALUES (76469,'Putnam','TX','32.373380','-99.197620',-6,1); -INSERT INTO zipcodes VALUES (76470,'Ranger','TX','32.497298','-98.674020',-6,1); -INSERT INTO zipcodes VALUES (76471,'Rising Star','TX','32.105459','-98.965370',-6,1); -INSERT INTO zipcodes VALUES (76472,'Santo','TX','32.617128','-98.174760',-6,1); -INSERT INTO zipcodes VALUES (76474,'Sidney','TX','31.963873','-98.783170',-6,1); -INSERT INTO zipcodes VALUES (76475,'Strawn','TX','32.628147','-98.485170',-6,1); -INSERT INTO zipcodes VALUES (76476,'Tolar','TX','32.387648','-97.939590',-6,1); -INSERT INTO zipcodes VALUES (76481,'South Bend','TX','32.970869','-98.712040',-6,1); -INSERT INTO zipcodes VALUES (76483,'Throckmorton','TX','33.155666','-99.217400',-6,1); -INSERT INTO zipcodes VALUES (76484,'Palo Pinto','TX','32.722689','-98.332710',-6,1); -INSERT INTO zipcodes VALUES (76485,'Peaster','TX','32.779315','-97.805502',-6,1); -INSERT INTO zipcodes VALUES (76486,'Perrin','TX','33.024726','-98.057880',-6,1); -INSERT INTO zipcodes VALUES (76487,'Poolville','TX','33.009411','-97.899680',-6,1); -INSERT INTO zipcodes VALUES (76490,'Whitt','TX','32.958020','-98.019420',-6,1); -INSERT INTO zipcodes VALUES (76491,'Woodson','TX','33.029698','-99.036220',-6,1); -INSERT INTO zipcodes VALUES (76501,'Temple','TX','31.093215','-97.310860',-6,1); -INSERT INTO zipcodes VALUES (76502,'Temple','TX','31.086483','-97.400760',-6,1); -INSERT INTO zipcodes VALUES (76503,'Temple','TX','31.053986','-97.320306',-6,1); -INSERT INTO zipcodes VALUES (76504,'Temple','TX','31.099540','-97.357660',-6,1); -INSERT INTO zipcodes VALUES (76505,'Temple','TX','31.036287','-97.492017',-6,1); -INSERT INTO zipcodes VALUES (76508,'Temple','TX','31.036287','-97.492017',-6,1); -INSERT INTO zipcodes VALUES (76511,'Bartlett','TX','30.798697','-97.423630',-6,1); -INSERT INTO zipcodes VALUES (76513,'Belton','TX','31.073329','-97.486420',-6,1); -INSERT INTO zipcodes VALUES (76518,'Buckholts','TX','30.851275','-97.138370',-6,1); -INSERT INTO zipcodes VALUES (76519,'Burlington','TX','31.002164','-97.035800',-6,1); -INSERT INTO zipcodes VALUES (76520,'Cameron','TX','30.851922','-96.963230',-6,1); -INSERT INTO zipcodes VALUES (76522,'Copperas Cove','TX','31.131076','-97.916660',-6,1); -INSERT INTO zipcodes VALUES (76523,'Davilla','TX','30.785114','-97.280580',-6,1); -INSERT INTO zipcodes VALUES (76524,'Eddy','TX','31.279614','-97.223360',-6,1); -INSERT INTO zipcodes VALUES (76525,'Evant','TX','31.485242','-98.190840',-6,1); -INSERT INTO zipcodes VALUES (76526,'Flat','TX','31.295568','-97.582152',-6,1); -INSERT INTO zipcodes VALUES (76527,'Florence','TX','30.833293','-97.804900',-6,1); -INSERT INTO zipcodes VALUES (76528,'Gatesville','TX','31.432110','-97.726020',-6,1); -INSERT INTO zipcodes VALUES (76530,'Granger','TX','30.715207','-97.434490',-6,1); -INSERT INTO zipcodes VALUES (76531,'Hamilton','TX','31.696154','-98.148340',-6,1); -INSERT INTO zipcodes VALUES (76533,'Heidenheimer','TX','31.049621','-97.493616',-6,1); -INSERT INTO zipcodes VALUES (76534,'Holland','TX','30.883556','-97.396000',-6,1); -INSERT INTO zipcodes VALUES (76537,'Jarrell','TX','30.808903','-97.599230',-6,1); -INSERT INTO zipcodes VALUES (76538,'Jonesboro','TX','31.629515','-97.902490',-6,1); -INSERT INTO zipcodes VALUES (76539,'Kempner','TX','31.071352','-97.976150',-6,1); -INSERT INTO zipcodes VALUES (76540,'Killeen','TX','31.085833','-97.357099',-6,1); -INSERT INTO zipcodes VALUES (76541,'Killeen','TX','31.117874','-97.729240',-6,1); -INSERT INTO zipcodes VALUES (76542,'Killeen','TX','31.027003','-97.767170',-6,1); -INSERT INTO zipcodes VALUES (76543,'Killeen','TX','31.113828','-97.692460',-6,1); -INSERT INTO zipcodes VALUES (76544,'Killeen','TX','31.148447','-97.809180',-6,1); -INSERT INTO zipcodes VALUES (76545,'Killeen','TX','31.036287','-97.492017',-6,1); -INSERT INTO zipcodes VALUES (76546,'Killeen','TX','31.036287','-97.492017',-6,1); -INSERT INTO zipcodes VALUES (76547,'Killeen','TX','31.036287','-97.492017',-6,1); -INSERT INTO zipcodes VALUES (76548,'Harker Heights','TX','31.068459','-97.655520',-6,1); -INSERT INTO zipcodes VALUES (76549,'Killeen','TX','31.084108','-97.791490',-6,1); -INSERT INTO zipcodes VALUES (76550,'Lampasas','TX','31.066390','-98.191920',-6,1); -INSERT INTO zipcodes VALUES (76552,'Leon Junction','TX','31.351234','-97.548468',-6,1); -INSERT INTO zipcodes VALUES (76554,'Little River','TX','30.985136','-97.355080',-6,1); -INSERT INTO zipcodes VALUES (76555,'Maysfield','TX','30.784169','-96.963760',-6,1); -INSERT INTO zipcodes VALUES (76556,'Milano','TX','30.702352','-96.850390',-6,1); -INSERT INTO zipcodes VALUES (76557,'Moody','TX','31.296970','-97.384910',-6,1); -INSERT INTO zipcodes VALUES (76558,'Mound','TX','31.351386','-97.644352',-6,1); -INSERT INTO zipcodes VALUES (76559,'Nolanville','TX','31.081777','-97.613800',-6,1); -INSERT INTO zipcodes VALUES (76561,'Oglesby','TX','31.430323','-97.529460',-6,1); -INSERT INTO zipcodes VALUES (76564,'Pendleton','TX','31.036287','-97.492017',-6,1); -INSERT INTO zipcodes VALUES (76565,'Pottsville','TX','31.650023','-98.361860',-6,1); -INSERT INTO zipcodes VALUES (76566,'Purmela','TX','31.506687','-97.989970',-6,1); -INSERT INTO zipcodes VALUES (76567,'Rockdale','TX','30.646291','-97.011490',-6,1); -INSERT INTO zipcodes VALUES (76569,'Rogers','TX','30.932552','-97.223740',-6,1); -INSERT INTO zipcodes VALUES (76570,'Rosebud','TX','31.071723','-96.962290',-6,1); -INSERT INTO zipcodes VALUES (76571,'Salado','TX','30.955509','-97.565030',-6,1); -INSERT INTO zipcodes VALUES (76573,'Schwertner','TX','30.805512','-97.470456',-6,1); -INSERT INTO zipcodes VALUES (76574,'Taylor','TX','30.574821','-97.409480',-6,1); -INSERT INTO zipcodes VALUES (76576,'Salado','TX','30.946345','-97.535883',-6,1); -INSERT INTO zipcodes VALUES (76577,'Thorndale','TX','30.611416','-97.184580',-6,1); -INSERT INTO zipcodes VALUES (76578,'Thrall','TX','30.550630','-97.249630',-6,1); -INSERT INTO zipcodes VALUES (76579,'Troy','TX','31.212196','-97.265630',-6,1); -INSERT INTO zipcodes VALUES (76596,'Gatesville','TX','31.390196','-97.799309',-6,1); -INSERT INTO zipcodes VALUES (76597,'Gatesville','TX','31.390196','-97.799309',-6,1); -INSERT INTO zipcodes VALUES (76598,'Gatesville','TX','31.390196','-97.799309',-6,1); -INSERT INTO zipcodes VALUES (76599,'Gatesville','TX','31.470598','-97.734728',-6,1); -INSERT INTO zipcodes VALUES (76607,'Milford','TX','32.127507','-96.947689',-6,1); -INSERT INTO zipcodes VALUES (76618,'Richland','TX','31.930849','-96.429154',-6,1); -INSERT INTO zipcodes VALUES (76621,'Abbott','TX','31.884263','-97.083850',-6,1); -INSERT INTO zipcodes VALUES (76622,'Aquilla','TX','31.824495','-97.233060',-6,1); -INSERT INTO zipcodes VALUES (76623,'Avalon','TX','32.221421','-96.783200',-6,1); -INSERT INTO zipcodes VALUES (76624,'Axtell','TX','31.661554','-96.954510',-6,1); -INSERT INTO zipcodes VALUES (76626,'Blooming Grove','TX','32.098474','-96.715010',-6,1); -INSERT INTO zipcodes VALUES (76627,'Blum','TX','32.122106','-97.418640',-6,1); -INSERT INTO zipcodes VALUES (76628,'Brandon','TX','32.045029','-96.966010',-6,1); -INSERT INTO zipcodes VALUES (76629,'Bremond','TX','31.160528','-96.677800',-6,1); -INSERT INTO zipcodes VALUES (76630,'Bruceville','TX','31.337382','-97.227620',-6,1); -INSERT INTO zipcodes VALUES (76631,'Bynum','TX','31.978157','-96.972500',-6,1); -INSERT INTO zipcodes VALUES (76632,'Chilton','TX','31.287625','-97.060760',-6,1); -INSERT INTO zipcodes VALUES (76633,'China Spring','TX','31.669085','-97.320100',-6,1); -INSERT INTO zipcodes VALUES (76634,'Clifton','TX','31.798454','-97.525160',-6,1); -INSERT INTO zipcodes VALUES (76635,'Coolidge','TX','31.734571','-96.663880',-6,1); -INSERT INTO zipcodes VALUES (76636,'Covington','TX','32.177765','-97.272840',-6,1); -INSERT INTO zipcodes VALUES (76637,'Cranfills Gap','TX','31.771383','-97.822980',-6,1); -INSERT INTO zipcodes VALUES (76638,'Crawford','TX','31.555885','-97.410240',-6,1); -INSERT INTO zipcodes VALUES (76639,'Dawson','TX','31.881324','-96.701640',-6,1); -INSERT INTO zipcodes VALUES (76640,'Elm Mott','TX','31.686152','-97.086020',-6,1); -INSERT INTO zipcodes VALUES (76641,'Frost','TX','32.044273','-96.786240',-6,1); -INSERT INTO zipcodes VALUES (76642,'Groesbeck','TX','31.510726','-96.515290',-6,1); -INSERT INTO zipcodes VALUES (76643,'Hewitt','TX','31.453789','-97.195020',-6,1); -INSERT INTO zipcodes VALUES (76644,'Laguna Park','TX','31.897381','-97.640970',-6,1); -INSERT INTO zipcodes VALUES (76645,'Hillsboro','TX','32.015496','-97.122630',-6,1); -INSERT INTO zipcodes VALUES (76648,'Hubbard','TX','31.841210','-96.808170',-6,1); -INSERT INTO zipcodes VALUES (76649,'Iredell','TX','32.001365','-97.881960',-6,1); -INSERT INTO zipcodes VALUES (76650,'Irene','TX','31.987167','-97.108113',-6,1); -INSERT INTO zipcodes VALUES (76651,'Italy','TX','32.175783','-96.880180',-6,1); -INSERT INTO zipcodes VALUES (76652,'Kopperl','TX','32.109599','-97.542760',-6,1); -INSERT INTO zipcodes VALUES (76653,'Kosse','TX','31.304634','-96.612110',-6,1); -INSERT INTO zipcodes VALUES (76654,'Leroy','TX','31.553646','-97.203166',-6,1); -INSERT INTO zipcodes VALUES (76655,'Lorena','TX','31.393062','-97.161780',-6,1); -INSERT INTO zipcodes VALUES (76656,'Lott','TX','31.185062','-97.043890',-6,1); -INSERT INTO zipcodes VALUES (76657,'McGregor','TX','31.416926','-97.400950',-6,1); -INSERT INTO zipcodes VALUES (76660,'Malone','TX','31.928342','-96.882130',-6,1); -INSERT INTO zipcodes VALUES (76661,'Marlin','TX','31.310649','-96.878590',-6,1); -INSERT INTO zipcodes VALUES (76664,'Mart','TX','31.549368','-96.823300',-6,1); -INSERT INTO zipcodes VALUES (76665,'Meridian','TX','31.922473','-97.691590',-6,1); -INSERT INTO zipcodes VALUES (76666,'Mertens','TX','32.046241','-96.900030',-6,1); -INSERT INTO zipcodes VALUES (76667,'Mexia','TX','31.669823','-96.487210',-6,1); -INSERT INTO zipcodes VALUES (76670,'Milford','TX','32.111683','-96.973770',-6,1); -INSERT INTO zipcodes VALUES (76671,'Morgan','TX','32.011671','-97.532400',-6,1); -INSERT INTO zipcodes VALUES (76673,'Mount Calm','TX','31.746580','-96.897760',-6,1); -INSERT INTO zipcodes VALUES (76675,'Otto','TX','31.416468','-96.818130',-6,1); -INSERT INTO zipcodes VALUES (76676,'Penelope','TX','31.861594','-96.934660',-6,1); -INSERT INTO zipcodes VALUES (76677,'Perry','TX','31.254242','-96.937574',-6,1); -INSERT INTO zipcodes VALUES (76678,'Prairie Hill','TX','31.652858','-96.788570',-6,1); -INSERT INTO zipcodes VALUES (76679,'Purdon','TX','31.949312','-96.615140',-6,1); -INSERT INTO zipcodes VALUES (76680,'Reagan','TX','31.190291','-96.810340',-6,1); -INSERT INTO zipcodes VALUES (76681,'Richland','TX','31.908690','-96.407440',-6,1); -INSERT INTO zipcodes VALUES (76682,'Riesel','TX','31.475763','-96.917900',-6,1); -INSERT INTO zipcodes VALUES (76683,'Riesel','TX','31.503892','-97.179773',-6,1); -INSERT INTO zipcodes VALUES (76684,'Ross','TX','31.717293','-97.118754',-6,1); -INSERT INTO zipcodes VALUES (76685,'Satin','TX','31.357970','-97.020910',-6,1); -INSERT INTO zipcodes VALUES (76686,'Tehuacana','TX','31.752538','-96.543270',-6,1); -INSERT INTO zipcodes VALUES (76687,'Thornton','TX','31.376261','-96.496140',-6,1); -INSERT INTO zipcodes VALUES (76689,'Valley Mills','TX','31.662435','-97.502140',-6,1); -INSERT INTO zipcodes VALUES (76690,'Walnut Springs','TX','32.078488','-97.767080',-6,1); -INSERT INTO zipcodes VALUES (76691,'West','TX','31.783019','-97.079450',-6,1); -INSERT INTO zipcodes VALUES (76692,'Whitney','TX','31.975949','-97.354990',-6,1); -INSERT INTO zipcodes VALUES (76693,'Wortham','TX','31.787449','-96.448850',-6,1); -INSERT INTO zipcodes VALUES (76701,'Waco','TX','31.551955','-97.138330',-6,1); -INSERT INTO zipcodes VALUES (76702,'Waco','TX','31.547516','-97.144330',-6,1); -INSERT INTO zipcodes VALUES (76703,'Waco','TX','31.553646','-97.203166',-6,1); -INSERT INTO zipcodes VALUES (76704,'Waco','TX','31.571266','-97.122010',-6,1); -INSERT INTO zipcodes VALUES (76705,'Waco','TX','31.609834','-97.088210',-6,1); -INSERT INTO zipcodes VALUES (76706,'Waco','TX','31.514267','-97.118070',-6,1); -INSERT INTO zipcodes VALUES (76707,'Waco','TX','31.552266','-97.159570',-6,1); -INSERT INTO zipcodes VALUES (76708,'Waco','TX','31.584132','-97.185580',-6,1); -INSERT INTO zipcodes VALUES (76710,'Waco','TX','31.535916','-97.185880',-6,1); -INSERT INTO zipcodes VALUES (76711,'Waco','TX','31.520296','-97.150990',-6,1); -INSERT INTO zipcodes VALUES (76712,'Woodway','TX','31.514067','-97.235460',-6,1); -INSERT INTO zipcodes VALUES (76714,'Waco','TX','31.553646','-97.203166',-6,1); -INSERT INTO zipcodes VALUES (76715,'Waco','TX','31.553646','-97.203166',-6,1); -INSERT INTO zipcodes VALUES (76716,'Waco','TX','31.553646','-97.203166',-6,1); -INSERT INTO zipcodes VALUES (76795,'Waco','TX','31.553646','-97.203166',-6,1); -INSERT INTO zipcodes VALUES (76797,'Waco','TX','31.553646','-97.203166',-6,1); -INSERT INTO zipcodes VALUES (76798,'Waco','TX','31.547466','-97.119970',-6,1); -INSERT INTO zipcodes VALUES (76799,'Waco','TX','31.541116','-97.161480',-6,1); -INSERT INTO zipcodes VALUES (76801,'Brownwood','TX','31.730030','-99.006050',-6,1); -INSERT INTO zipcodes VALUES (76802,'Early','TX','31.747887','-98.939280',-6,1); -INSERT INTO zipcodes VALUES (76803,'Brownwood','TX','31.763882','-98.936021',-6,1); -INSERT INTO zipcodes VALUES (76804,'Brownwood','TX','31.774190','-99.092130',-6,1); -INSERT INTO zipcodes VALUES (76820,'Art','TX','30.720372','-99.100089',-6,1); -INSERT INTO zipcodes VALUES (76821,'Ballinger','TX','31.754011','-99.936950',-6,1); -INSERT INTO zipcodes VALUES (76823,'Bangs','TX','31.714347','-99.144620',-6,1); -INSERT INTO zipcodes VALUES (76824,'Bend','TX','31.086845','-98.518170',-6,1); -INSERT INTO zipcodes VALUES (76825,'Brady','TX','31.121411','-99.340700',-6,1); -INSERT INTO zipcodes VALUES (76827,'Brookesmith','TX','31.542459','-99.136040',-6,1); -INSERT INTO zipcodes VALUES (76828,'Burkett','TX','32.023828','-99.235970',-6,1); -INSERT INTO zipcodes VALUES (76831,'Castell','TX','30.776619','-98.950720',-6,1); -INSERT INTO zipcodes VALUES (76832,'Cherokee','TX','30.986090','-98.672010',-6,1); -INSERT INTO zipcodes VALUES (76834,'Coleman','TX','31.847973','-99.455140',-6,1); -INSERT INTO zipcodes VALUES (76836,'Doole','TX','31.217152','-99.347156',-6,1); -INSERT INTO zipcodes VALUES (76837,'Eden','TX','31.201871','-99.906010',-6,1); -INSERT INTO zipcodes VALUES (76841,'Fort McKavett','TX','30.834326','-100.098430',-6,1); -INSERT INTO zipcodes VALUES (76842,'Fredonia','TX','30.927530','-99.089750',-6,1); -INSERT INTO zipcodes VALUES (76844,'Goldthwaite','TX','31.460782','-98.526180',-6,1); -INSERT INTO zipcodes VALUES (76845,'Gouldbusk','TX','31.547652','-99.476790',-6,1); -INSERT INTO zipcodes VALUES (76848,'Hext','TX','30.847791','-99.526170',-6,1); -INSERT INTO zipcodes VALUES (76849,'Junction','TX','30.478782','-99.774440',-6,1); -INSERT INTO zipcodes VALUES (76852,'Lohn','TX','31.404745','-99.492650',-6,1); -INSERT INTO zipcodes VALUES (76853,'Lometa','TX','31.238292','-98.402410',-6,1); -INSERT INTO zipcodes VALUES (76854,'London','TX','30.646698','-99.541070',-6,1); -INSERT INTO zipcodes VALUES (76855,'Lowake','TX','31.333614','-99.858370',-6,1); -INSERT INTO zipcodes VALUES (76856,'Mason','TX','30.751590','-99.232380',-6,1); -INSERT INTO zipcodes VALUES (76857,'May','TX','31.917862','-98.953250',-6,1); -INSERT INTO zipcodes VALUES (76858,'Melvin','TX','31.230813','-99.625830',-6,1); -INSERT INTO zipcodes VALUES (76859,'Menard','TX','30.873091','-99.829600',-6,1); -INSERT INTO zipcodes VALUES (76861,'Miles','TX','31.589010','-100.191100',-6,1); -INSERT INTO zipcodes VALUES (76862,'Millersview','TX','31.445119','-99.708310',-6,1); -INSERT INTO zipcodes VALUES (76864,'Mullin','TX','31.561427','-98.736320',-6,1); -INSERT INTO zipcodes VALUES (76865,'Norton','TX','31.849628','-100.153320',-6,1); -INSERT INTO zipcodes VALUES (76866,'Paint Rock','TX','31.472654','-99.922150',-6,1); -INSERT INTO zipcodes VALUES (76867,'Pear Valley','TX','31.217152','-99.347156',-6,1); -INSERT INTO zipcodes VALUES (76869,'Pontotoc','TX','30.909853','-98.983950',-6,1); -INSERT INTO zipcodes VALUES (76870,'Priddy','TX','31.651485','-98.508310',-6,1); -INSERT INTO zipcodes VALUES (76871,'Richland Springs','TX','31.292292','-98.960120',-6,1); -INSERT INTO zipcodes VALUES (76872,'Rochelle','TX','31.314477','-99.174920',-6,1); -INSERT INTO zipcodes VALUES (76873,'Rockwood','TX','31.511610','-99.371660',-6,1); -INSERT INTO zipcodes VALUES (76874,'Roosevelt','TX','30.480128','-100.117500',-6,1); -INSERT INTO zipcodes VALUES (76875,'Rowena','TX','31.611317','-100.033000',-6,1); -INSERT INTO zipcodes VALUES (76877,'San Saba','TX','31.190826','-98.741340',-6,1); -INSERT INTO zipcodes VALUES (76878,'Santa Anna','TX','31.722813','-99.295900',-6,1); -INSERT INTO zipcodes VALUES (76880,'Star','TX','31.477095','-98.630919',-6,1); -INSERT INTO zipcodes VALUES (76882,'Talpa','TX','31.801928','-99.680570',-6,1); -INSERT INTO zipcodes VALUES (76883,'Telegraph','TX','29.956952','-100.227509',-6,1); -INSERT INTO zipcodes VALUES (76884,'Valera','TX','31.753561','-99.547740',-6,1); -INSERT INTO zipcodes VALUES (76885,'Valley Spring','TX','30.904481','-98.792420',-6,1); -INSERT INTO zipcodes VALUES (76886,'Veribest','TX','31.349348','-100.494912',-6,1); -INSERT INTO zipcodes VALUES (76887,'Voca','TX','30.973049','-99.170910',-6,1); -INSERT INTO zipcodes VALUES (76888,'Voss','TX','31.589203','-99.626010',-6,1); -INSERT INTO zipcodes VALUES (76890,'Zephyr','TX','31.685153','-98.777410',-6,1); -INSERT INTO zipcodes VALUES (76901,'San Angelo','TX','31.474132','-100.519800',-6,1); -INSERT INTO zipcodes VALUES (76902,'San Angelo','TX','31.395770','-100.689590',-6,1); -INSERT INTO zipcodes VALUES (76903,'San Angelo','TX','31.468911','-100.438700',-6,1); -INSERT INTO zipcodes VALUES (76904,'San Angelo','TX','31.344515','-100.472170',-6,1); -INSERT INTO zipcodes VALUES (76905,'San Angelo','TX','31.515684','-100.348960',-6,1); -INSERT INTO zipcodes VALUES (76906,'San Angelo','TX','31.372754','-100.495114',-6,1); -INSERT INTO zipcodes VALUES (76908,'Goodfellow AFB','TX','31.395770','-100.689590',-6,1); -INSERT INTO zipcodes VALUES (76909,'San Angelo','TX','31.395770','-100.689590',-6,1); -INSERT INTO zipcodes VALUES (76930,'Barnhart','TX','31.148007','-101.186320',-6,1); -INSERT INTO zipcodes VALUES (76932,'Big Lake','TX','31.304669','-101.508410',-6,1); -INSERT INTO zipcodes VALUES (76933,'Bronte','TX','31.887436','-100.286550',-6,1); -INSERT INTO zipcodes VALUES (76934,'Carlsbad','TX','31.603027','-100.654310',-6,1); -INSERT INTO zipcodes VALUES (76935,'Christoval','TX','31.088429','-100.410720',-6,1); -INSERT INTO zipcodes VALUES (76936,'Eldorado','TX','30.860483','-100.539880',-6,1); -INSERT INTO zipcodes VALUES (76937,'Eola','TX','31.377623','-100.101340',-6,1); -INSERT INTO zipcodes VALUES (76939,'Knickerbocker','TX','31.250101','-100.592015',-6,1); -INSERT INTO zipcodes VALUES (76940,'Mereta','TX','31.451950','-100.128860',-6,1); -INSERT INTO zipcodes VALUES (76941,'Mertzon','TX','31.330315','-100.933810',-6,1); -INSERT INTO zipcodes VALUES (76943,'Ozona','TX','30.620199','-101.245170',-6,1); -INSERT INTO zipcodes VALUES (76945,'Robert Lee','TX','31.890079','-100.566900',-6,1); -INSERT INTO zipcodes VALUES (76949,'Silver','TX','32.047723','-100.694520',-6,1); -INSERT INTO zipcodes VALUES (76950,'Sonora','TX','30.453299','-100.569830',-6,1); -INSERT INTO zipcodes VALUES (76951,'Sterling City','TX','31.818347','-101.045500',-6,1); -INSERT INTO zipcodes VALUES (76953,'Tennyson','TX','31.716571','-100.359060',-6,1); -INSERT INTO zipcodes VALUES (76955,'Vancourt','TX','31.305402','-100.128710',-6,1); -INSERT INTO zipcodes VALUES (76957,'Wall','TX','31.359844','-100.206705',-6,1); -INSERT INTO zipcodes VALUES (76958,'Water Valley','TX','31.663529','-100.717890',-6,1); -INSERT INTO zipcodes VALUES (77000,'Houston','TX','29.711257','-95.304936',-6,1); -INSERT INTO zipcodes VALUES (77001,'Houston','TX','29.813142','-95.309789',-6,1); -INSERT INTO zipcodes VALUES (77002,'Houston','TX','29.755578','-95.365310',-6,1); -INSERT INTO zipcodes VALUES (77003,'Houston','TX','29.749278','-95.347410',-6,1); -INSERT INTO zipcodes VALUES (77004,'Houston','TX','29.728779','-95.365700',-6,1); -INSERT INTO zipcodes VALUES (77005,'Houston','TX','29.717529','-95.428210',-6,1); -INSERT INTO zipcodes VALUES (77006,'Houston','TX','29.741878','-95.389440',-6,1); -INSERT INTO zipcodes VALUES (77007,'Houston','TX','29.772627','-95.403190',-6,1); -INSERT INTO zipcodes VALUES (77008,'Houston','TX','29.798777','-95.409510',-6,1); -INSERT INTO zipcodes VALUES (77009,'Houston','TX','29.793260','-95.367350',-6,1); -INSERT INTO zipcodes VALUES (77010,'Houston','TX','29.754728','-95.362160',-6,1); -INSERT INTO zipcodes VALUES (77011,'Houston','TX','29.742378','-95.307260',-6,1); -INSERT INTO zipcodes VALUES (77012,'Houston','TX','29.719778','-95.279060',-6,1); -INSERT INTO zipcodes VALUES (77013,'Houston','TX','29.781460','-95.242890',-6,1); -INSERT INTO zipcodes VALUES (77014,'Houston','TX','29.979063','-95.472940',-6,1); -INSERT INTO zipcodes VALUES (77015,'Houston','TX','29.778526','-95.181180',-6,1); -INSERT INTO zipcodes VALUES (77016,'Houston','TX','29.857007','-95.308860',-6,1); -INSERT INTO zipcodes VALUES (77017,'Houston','TX','29.687829','-95.254780',-6,1); -INSERT INTO zipcodes VALUES (77018,'Houston','TX','29.825476','-95.426190',-6,1); -INSERT INTO zipcodes VALUES (77019,'Houston','TX','29.752528','-95.399230',-6,1); -INSERT INTO zipcodes VALUES (77020,'Houston','TX','29.775927','-95.318360',-6,1); -INSERT INTO zipcodes VALUES (77021,'Houston','TX','29.695879','-95.357300',-6,1); -INSERT INTO zipcodes VALUES (77022,'Houston','TX','29.825176','-95.377980',-6,1); -INSERT INTO zipcodes VALUES (77023,'Houston','TX','29.725961','-95.322700',-6,1); -INSERT INTO zipcodes VALUES (77024,'Houston','TX','29.773994','-95.517710',-6,1); -INSERT INTO zipcodes VALUES (77025,'Houston','TX','29.690230','-95.434740',-6,1); -INSERT INTO zipcodes VALUES (77026,'Houston','TX','29.794370','-95.333950',-6,1); -INSERT INTO zipcodes VALUES (77027,'Houston','TX','29.739029','-95.443640',-6,1); -INSERT INTO zipcodes VALUES (77028,'Houston','TX','29.827315','-95.286310',-6,1); -INSERT INTO zipcodes VALUES (77029,'Houston','TX','29.760794','-95.260430',-6,1); -INSERT INTO zipcodes VALUES (77030,'Houston','TX','29.704584','-95.404660',-6,1); -INSERT INTO zipcodes VALUES (77031,'Houston','TX','29.654132','-95.543110',-6,1); -INSERT INTO zipcodes VALUES (77032,'Houston','TX','29.944922','-95.341520',-6,1); -INSERT INTO zipcodes VALUES (77033,'Houston','TX','29.669130','-95.338340',-6,1); -INSERT INTO zipcodes VALUES (77034,'Houston','TX','29.636430','-95.217890',-6,1); -INSERT INTO zipcodes VALUES (77035,'Houston','TX','29.654108','-95.476920',-6,1); -INSERT INTO zipcodes VALUES (77036,'Houston','TX','29.700530','-95.535140',-6,1); -INSERT INTO zipcodes VALUES (77037,'Houston','TX','29.885451','-95.395520',-6,1); -INSERT INTO zipcodes VALUES (77038,'Houston','TX','29.917814','-95.441380',-6,1); -INSERT INTO zipcodes VALUES (77039,'Houston','TX','29.909123','-95.336830',-6,1); -INSERT INTO zipcodes VALUES (77040,'Houston','TX','29.878345','-95.533370',-6,1); -INSERT INTO zipcodes VALUES (77041,'Houston','TX','29.858730','-95.572430',-6,1); -INSERT INTO zipcodes VALUES (77042,'Houston','TX','29.741565','-95.559960',-6,1); -INSERT INTO zipcodes VALUES (77043,'Houston','TX','29.802473','-95.561800',-6,1); -INSERT INTO zipcodes VALUES (77044,'Houston','TX','29.882770','-95.167820',-6,1); -INSERT INTO zipcodes VALUES (77045,'Houston','TX','29.629111','-95.438410',-6,1); -INSERT INTO zipcodes VALUES (77046,'Houston','TX','29.733181','-95.431310',-6,1); -INSERT INTO zipcodes VALUES (77047,'Houston','TX','29.616182','-95.377670',-6,1); -INSERT INTO zipcodes VALUES (77048,'Houston','TX','29.633081','-95.337610',-6,1); -INSERT INTO zipcodes VALUES (77049,'Houston','TX','29.832668','-95.174200',-6,1); -INSERT INTO zipcodes VALUES (77050,'Houston','TX','29.896156','-95.286870',-6,1); -INSERT INTO zipcodes VALUES (77051,'Houston','TX','29.665430','-95.368710',-6,1); -INSERT INTO zipcodes VALUES (77052,'Houston','TX','29.676829','-95.177587',-6,1); -INSERT INTO zipcodes VALUES (77053,'Houston','TX','29.596666','-95.459810',-6,1); -INSERT INTO zipcodes VALUES (77054,'Houston','TX','29.683865','-95.397720',-6,1); -INSERT INTO zipcodes VALUES (77055,'Houston','TX','29.798877','-95.496290',-6,1); -INSERT INTO zipcodes VALUES (77056,'Houston','TX','29.747328','-95.469310',-6,1); -INSERT INTO zipcodes VALUES (77057,'Houston','TX','29.745129','-95.491310',-6,1); -INSERT INTO zipcodes VALUES (77058,'Houston','TX','29.552830','-95.102650',-6,1); -INSERT INTO zipcodes VALUES (77059,'Houston','TX','29.601776','-95.117340',-6,1); -INSERT INTO zipcodes VALUES (77060,'Houston','TX','29.933367','-95.399160',-6,1); -INSERT INTO zipcodes VALUES (77061,'Houston','TX','29.660280','-95.284460',-6,1); -INSERT INTO zipcodes VALUES (77062,'Houston','TX','29.574930','-95.132380',-6,1); -INSERT INTO zipcodes VALUES (77063,'Houston','TX','29.734379','-95.522690',-6,1); -INSERT INTO zipcodes VALUES (77064,'Houston','TX','29.923638','-95.559190',-6,1); -INSERT INTO zipcodes VALUES (77065,'Houston','TX','29.927675','-95.605470',-6,1); -INSERT INTO zipcodes VALUES (77066,'Houston','TX','29.959439','-95.496940',-6,1); -INSERT INTO zipcodes VALUES (77067,'Houston','TX','29.952354','-95.450650',-6,1); -INSERT INTO zipcodes VALUES (77068,'Houston','TX','30.007886','-95.485320',-6,1); -INSERT INTO zipcodes VALUES (77069,'Houston','TX','29.984672','-95.528870',-6,1); -INSERT INTO zipcodes VALUES (77070,'Houston','TX','29.978801','-95.576550',-6,1); -INSERT INTO zipcodes VALUES (77071,'Houston','TX','29.647637','-95.517180',-6,1); -INSERT INTO zipcodes VALUES (77072,'Houston','TX','29.700898','-95.590020',-6,1); -INSERT INTO zipcodes VALUES (77073,'Houston','TX','30.008745','-95.412730',-6,1); -INSERT INTO zipcodes VALUES (77074,'Houston','TX','29.689781','-95.511610',-6,1); -INSERT INTO zipcodes VALUES (77075,'Houston','TX','29.620881','-95.260180',-6,1); -INSERT INTO zipcodes VALUES (77076,'Houston','TX','29.858525','-95.381780',-6,1); -INSERT INTO zipcodes VALUES (77077,'Houston','TX','29.750897','-95.612550',-6,1); -INSERT INTO zipcodes VALUES (77078,'Houston','TX','29.849424','-95.259510',-6,1); -INSERT INTO zipcodes VALUES (77079,'Houston','TX','29.773018','-95.601250',-6,1); -INSERT INTO zipcodes VALUES (77080,'Houston','TX','29.816866','-95.523090',-6,1); -INSERT INTO zipcodes VALUES (77081,'Houston','TX','29.708280','-95.483610',-6,1); -INSERT INTO zipcodes VALUES (77082,'Houston','TX','29.722704','-95.631400',-6,1); -INSERT INTO zipcodes VALUES (77083,'Houston','TX','29.691714','-95.649780',-6,1); -INSERT INTO zipcodes VALUES (77084,'Houston','TX','29.839155','-95.663910',-6,1); -INSERT INTO zipcodes VALUES (77085,'Houston','TX','29.621746','-95.486950',-6,1); -INSERT INTO zipcodes VALUES (77086,'Houston','TX','29.920981','-95.495560',-6,1); -INSERT INTO zipcodes VALUES (77087,'Houston','TX','29.686579','-95.303860',-6,1); -INSERT INTO zipcodes VALUES (77088,'Houston','TX','29.879213','-95.450280',-6,1); -INSERT INTO zipcodes VALUES (77089,'Houston','TX','29.589831','-95.222510',-6,1); -INSERT INTO zipcodes VALUES (77090,'Houston','TX','30.012711','-95.451320',-6,1); -INSERT INTO zipcodes VALUES (77091,'Houston','TX','29.852975','-95.435860',-6,1); -INSERT INTO zipcodes VALUES (77092,'Houston','TX','29.833326','-95.476440',-6,1); -INSERT INTO zipcodes VALUES (77093,'Houston','TX','29.862024','-95.339670',-6,1); -INSERT INTO zipcodes VALUES (77094,'Houston','TX','29.770722','-95.698800',-6,1); -INSERT INTO zipcodes VALUES (77095,'Houston','TX','29.896656','-95.648420',-6,1); -INSERT INTO zipcodes VALUES (77096,'Houston','TX','29.674336','-95.481230',-6,1); -INSERT INTO zipcodes VALUES (77097,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77098,'Houston','TX','29.735529','-95.414050',-6,1); -INSERT INTO zipcodes VALUES (77099,'Houston','TX','29.668489','-95.586900',-6,1); -INSERT INTO zipcodes VALUES (77201,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77202,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77203,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77204,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77205,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77206,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77207,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77208,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77209,'Houston','TX','29.612816','-95.158517',-6,1); -INSERT INTO zipcodes VALUES (77210,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77212,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77213,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77215,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77216,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77217,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77218,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77219,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77220,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77221,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77222,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77223,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77224,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77225,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77226,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77227,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77228,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77229,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77230,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77231,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77233,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77234,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77235,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77236,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77237,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77238,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77240,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77241,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77242,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77243,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77244,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77245,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77248,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77249,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77251,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77252,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77253,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77254,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77255,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77256,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77257,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77258,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77259,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77261,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77262,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77263,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77265,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77266,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77267,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77268,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77269,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77270,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77271,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77272,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77273,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77274,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77275,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77277,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77279,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77280,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77281,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77282,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77284,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77287,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77288,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77289,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77290,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77291,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77292,'Houston','TX','29.744341','-95.332598',-6,1); -INSERT INTO zipcodes VALUES (77293,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77297,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77298,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77299,'Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77301,'Conroe','TX','30.313308','-95.450850',-6,1); -INSERT INTO zipcodes VALUES (77302,'Conroe','TX','30.238563','-95.389270',-6,1); -INSERT INTO zipcodes VALUES (77303,'Conroe','TX','30.368543','-95.402170',-6,1); -INSERT INTO zipcodes VALUES (77304,'Conroe','TX','30.331460','-95.507030',-6,1); -INSERT INTO zipcodes VALUES (77305,'Conroe','TX','30.290638','-95.383202',-6,1); -INSERT INTO zipcodes VALUES (77306,'Conroe','TX','30.289893','-95.326980',-6,1); -INSERT INTO zipcodes VALUES (77315,'North Houston','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77316,'Montgomery','TX','30.329017','-95.649850',-6,1); -INSERT INTO zipcodes VALUES (77318,'Willis','TX','30.434486','-95.550090',-6,1); -INSERT INTO zipcodes VALUES (77320,'Huntsville','TX','30.805099','-95.507190',-6,1); -INSERT INTO zipcodes VALUES (77325,'Humble','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77326,'Ace','TX','30.519883','-94.818690',-6,1); -INSERT INTO zipcodes VALUES (77327,'Cleveland','TX','30.354690','-95.045140',-6,1); -INSERT INTO zipcodes VALUES (77328,'Cleveland','TX','30.188885','-94.804065',-6,1); -INSERT INTO zipcodes VALUES (77331,'Coldspring','TX','30.619313','-95.138020',-6,1); -INSERT INTO zipcodes VALUES (77332,'Dallardsville','TX','30.817866','-94.869052',-6,1); -INSERT INTO zipcodes VALUES (77333,'Dobbin','TX','30.353346','-95.778330',-6,1); -INSERT INTO zipcodes VALUES (77334,'Dodge','TX','30.758511','-95.368800',-6,1); -INSERT INTO zipcodes VALUES (77335,'Goodrich','TX','30.595651','-94.945970',-6,1); -INSERT INTO zipcodes VALUES (77336,'Huffman','TX','30.045495','-95.107140',-6,1); -INSERT INTO zipcodes VALUES (77337,'Hufsmith','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77338,'Humble','TX','30.005691','-95.284880',-6,1); -INSERT INTO zipcodes VALUES (77339,'Humble','TX','30.053368','-95.218070',-6,1); -INSERT INTO zipcodes VALUES (77340,'Huntsville','TX','30.680641','-95.507760',-6,1); -INSERT INTO zipcodes VALUES (77341,'Huntsville','TX','30.714476','-95.549770',-6,1); -INSERT INTO zipcodes VALUES (77342,'Huntsville','TX','30.781280','-95.595270',-6,1); -INSERT INTO zipcodes VALUES (77343,'Huntsville','TX','30.781280','-95.595270',-6,1); -INSERT INTO zipcodes VALUES (77344,'Huntsville','TX','30.781280','-95.595270',-6,1); -INSERT INTO zipcodes VALUES (77345,'Humble','TX','30.062436','-95.169450',-6,1); -INSERT INTO zipcodes VALUES (77346,'Humble','TX','30.001902','-95.169620',-6,1); -INSERT INTO zipcodes VALUES (77347,'Humble','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77348,'Huntsville','TX','30.781280','-95.595270',-6,1); -INSERT INTO zipcodes VALUES (77349,'Huntsville','TX','30.781280','-95.595270',-6,1); -INSERT INTO zipcodes VALUES (77350,'Leggett','TX','30.856814','-94.856052',-6,1); -INSERT INTO zipcodes VALUES (77351,'Livingston','TX','30.712538','-94.899150',-6,1); -INSERT INTO zipcodes VALUES (77353,'Magnolia','TX','30.180626','-95.709250',-6,1); -INSERT INTO zipcodes VALUES (77354,'Magnolia','TX','30.194267','-95.639180',-6,1); -INSERT INTO zipcodes VALUES (77355,'Magnolia','TX','30.158706','-95.744640',-6,1); -INSERT INTO zipcodes VALUES (77356,'Montgomery','TX','30.412229','-95.652900',-6,1); -INSERT INTO zipcodes VALUES (77357,'New Caney','TX','30.170751','-95.178320',-6,1); -INSERT INTO zipcodes VALUES (77358,'New Waverly','TX','30.545212','-95.467520',-6,1); -INSERT INTO zipcodes VALUES (77359,'Oakhurst','TX','30.735628','-95.304050',-6,1); -INSERT INTO zipcodes VALUES (77360,'Onalaska','TX','30.818886','-95.111080',-6,1); -INSERT INTO zipcodes VALUES (77362,'Pinehurst','TX','30.152265','-95.675560',-6,1); -INSERT INTO zipcodes VALUES (77363,'Plantersville','TX','30.281863','-95.853260',-6,1); -INSERT INTO zipcodes VALUES (77364,'Pointblank','TX','30.756728','-95.204850',-6,1); -INSERT INTO zipcodes VALUES (77365,'Porter','TX','30.102209','-95.257480',-6,1); -INSERT INTO zipcodes VALUES (77367,'Riverside','TX','30.848603','-95.396440',-6,1); -INSERT INTO zipcodes VALUES (77368,'Romayor','TX','30.453845','-94.836740',-6,1); -INSERT INTO zipcodes VALUES (77369,'Rye','TX','30.480319','-94.756430',-6,1); -INSERT INTO zipcodes VALUES (77371,'Shepherd','TX','30.488028','-94.999630',-6,1); -INSERT INTO zipcodes VALUES (77372,'Splendora','TX','30.220237','-95.167230',-6,1); -INSERT INTO zipcodes VALUES (77373,'Spring','TX','30.056394','-95.389610',-6,1); -INSERT INTO zipcodes VALUES (77374,'Thicket','TX','30.378705','-94.649060',-6,1); -INSERT INTO zipcodes VALUES (77375,'Tomball','TX','30.073775','-95.618820',-6,1); -INSERT INTO zipcodes VALUES (77376,'Votaw','TX','30.437704','-94.686140',-6,1); -INSERT INTO zipcodes VALUES (77377,'Tomball','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77378,'Willis','TX','30.439428','-95.446770',-6,1); -INSERT INTO zipcodes VALUES (77379,'Spring','TX','30.024749','-95.532150',-6,1); -INSERT INTO zipcodes VALUES (77380,'Spring','TX','30.143485','-95.468210',-6,1); -INSERT INTO zipcodes VALUES (77381,'Spring','TX','30.178730','-95.502100',-6,1); -INSERT INTO zipcodes VALUES (77382,'Spring','TX','30.214741','-95.532120',-6,1); -INSERT INTO zipcodes VALUES (77383,'Spring','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77384,'Conroe','TX','30.233865','-95.496790',-6,1); -INSERT INTO zipcodes VALUES (77385,'Conroe','TX','30.187710','-95.438930',-6,1); -INSERT INTO zipcodes VALUES (77386,'Spring','TX','30.128862','-95.418960',-6,1); -INSERT INTO zipcodes VALUES (77387,'Spring','TX','30.378446','-95.557004',-6,1); -INSERT INTO zipcodes VALUES (77388,'Spring','TX','30.055195','-95.468260',-6,1); -INSERT INTO zipcodes VALUES (77389,'Spring','TX','30.108240','-95.517160',-6,1); -INSERT INTO zipcodes VALUES (77391,'Spring','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77393,'Spring','TX','30.329016','-95.463474',-6,1); -INSERT INTO zipcodes VALUES (77396,'Humble','TX','29.951621','-95.267850',-6,1); -INSERT INTO zipcodes VALUES (77399,'Livingston','TX','30.817866','-94.869052',-6,1); -INSERT INTO zipcodes VALUES (77401,'Bellaire','TX','29.704030','-95.460990',-6,1); -INSERT INTO zipcodes VALUES (77402,'Bellaire','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77404,'Bay City','TX','28.798156','-95.651058',-6,1); -INSERT INTO zipcodes VALUES (77406,'Richmond','TX','29.504010','-95.919107',-6,1); -INSERT INTO zipcodes VALUES (77410,'Cypress','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77411,'Alief','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77412,'Altair','TX','29.575183','-96.468310',-6,1); -INSERT INTO zipcodes VALUES (77413,'Barker','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77414,'Bay City','TX','28.945269','-95.935700',-6,1); -INSERT INTO zipcodes VALUES (77415,'Cedar Lane','TX','28.936476','-95.722920',-6,1); -INSERT INTO zipcodes VALUES (77417,'Beasley','TX','29.483573','-95.939310',-6,1); -INSERT INTO zipcodes VALUES (77418,'Bellville','TX','29.983095','-96.268430',-6,1); -INSERT INTO zipcodes VALUES (77419,'Blessing','TX','28.872088','-96.231600',-6,1); -INSERT INTO zipcodes VALUES (77420,'Boling','TX','29.249812','-95.922410',-6,1); -INSERT INTO zipcodes VALUES (77422,'Brazoria','TX','29.011241','-95.580710',-6,1); -INSERT INTO zipcodes VALUES (77423,'Brookshire','TX','29.800380','-95.984520',-6,1); -INSERT INTO zipcodes VALUES (77426,'Chappell Hill','TX','30.132693','-96.253880',-6,1); -INSERT INTO zipcodes VALUES (77428,'Collegeport','TX','28.718954','-96.169690',-6,1); -INSERT INTO zipcodes VALUES (77429,'Cypress','TX','29.982746','-95.665970',-6,1); -INSERT INTO zipcodes VALUES (77430,'Damon','TX','29.290602','-95.707390',-6,1); -INSERT INTO zipcodes VALUES (77431,'Danciger','TX','29.173701','-95.820719',-6,1); -INSERT INTO zipcodes VALUES (77432,'Danevang','TX','29.064542','-96.214540',-6,1); -INSERT INTO zipcodes VALUES (77433,'Cypress','TX','29.884175','-95.722190',-6,1); -INSERT INTO zipcodes VALUES (77434,'Eagle Lake','TX','29.575458','-96.320790',-6,1); -INSERT INTO zipcodes VALUES (77435,'East Bernard','TX','29.520049','-96.085270',-6,1); -INSERT INTO zipcodes VALUES (77436,'Egypt','TX','29.375762','-96.227967',-6,1); -INSERT INTO zipcodes VALUES (77437,'El Campo','TX','29.197701','-96.277400',-6,1); -INSERT INTO zipcodes VALUES (77439,'San Leon','TX','29.487774','-94.951647',-6,1); -INSERT INTO zipcodes VALUES (77440,'Elmaton','TX','28.887522','-96.148260',-6,1); -INSERT INTO zipcodes VALUES (77441,'Fulshear','TX','29.685917','-95.918040',-6,1); -INSERT INTO zipcodes VALUES (77442,'Garwood','TX','29.424483','-96.459230',-6,1); -INSERT INTO zipcodes VALUES (77443,'Glen Flora','TX','29.346878','-96.192870',-6,1); -INSERT INTO zipcodes VALUES (77444,'Guy','TX','29.299950','-95.797530',-6,1); -INSERT INTO zipcodes VALUES (77445,'Hempstead','TX','30.096649','-96.069790',-6,1); -INSERT INTO zipcodes VALUES (77446,'Prairie View','TX','30.082131','-95.991780',-6,1); -INSERT INTO zipcodes VALUES (77447,'Hockley','TX','30.065152','-95.814400',-6,1); -INSERT INTO zipcodes VALUES (77448,'Hungerford','TX','29.401714','-96.075260',-6,1); -INSERT INTO zipcodes VALUES (77449,'Katy','TX','29.825908','-95.730100',-6,1); -INSERT INTO zipcodes VALUES (77450,'Katy','TX','29.758799','-95.747510',-6,1); -INSERT INTO zipcodes VALUES (77451,'Kendleton','TX','29.447947','-96.000700',-6,1); -INSERT INTO zipcodes VALUES (77452,'Kenney','TX','29.849283','-96.313271',-6,1); -INSERT INTO zipcodes VALUES (77453,'Lane City','TX','29.170387','-96.014159',-6,1); -INSERT INTO zipcodes VALUES (77454,'Lissie','TX','29.553544','-96.222240',-6,1); -INSERT INTO zipcodes VALUES (77455,'Louise','TX','29.095463','-96.403240',-6,1); -INSERT INTO zipcodes VALUES (77456,'Markham','TX','28.964146','-96.073460',-6,1); -INSERT INTO zipcodes VALUES (77457,'Matagorda','TX','28.674940','-95.965300',-6,1); -INSERT INTO zipcodes VALUES (77458,'Midfield','TX','28.939249','-96.214700',-6,1); -INSERT INTO zipcodes VALUES (77459,'Missouri City','TX','29.564347','-95.547620',-6,1); -INSERT INTO zipcodes VALUES (77460,'Nada','TX','29.604660','-96.524899',-6,1); -INSERT INTO zipcodes VALUES (77461,'Needville','TX','29.401461','-95.823340',-6,1); -INSERT INTO zipcodes VALUES (77462,'Newgulf','TX','29.298532','-96.241147',-6,1); -INSERT INTO zipcodes VALUES (77463,'Old Ocean','TX','29.135066','-95.783350',-6,1); -INSERT INTO zipcodes VALUES (77464,'Orchard','TX','29.602015','-95.968820',-6,1); -INSERT INTO zipcodes VALUES (77465,'Palacios','TX','28.735638','-96.222730',-6,1); -INSERT INTO zipcodes VALUES (77466,'Pattison','TX','29.818871','-95.999450',-6,1); -INSERT INTO zipcodes VALUES (77467,'Pierce','TX','29.238931','-96.171600',-6,1); -INSERT INTO zipcodes VALUES (77468,'Pledger','TX','29.177817','-95.891950',-6,1); -INSERT INTO zipcodes VALUES (77469,'Richmond','TX','29.584172','-95.747000',-6,1); -INSERT INTO zipcodes VALUES (77470,'Rock Island','TX','29.520292','-96.573480',-6,1); -INSERT INTO zipcodes VALUES (77471,'Rosenberg','TX','29.549455','-95.819010',-6,1); -INSERT INTO zipcodes VALUES (77473,'San Felipe','TX','29.799608','-96.101230',-6,1); -INSERT INTO zipcodes VALUES (77474,'Sealy','TX','29.776375','-96.164740',-6,1); -INSERT INTO zipcodes VALUES (77475,'Sheridan','TX','29.488245','-96.651850',-6,1); -INSERT INTO zipcodes VALUES (77476,'Simonton','TX','29.686804','-95.997380',-6,1); -INSERT INTO zipcodes VALUES (77477,'Stafford','TX','29.626187','-95.571450',-6,1); -INSERT INTO zipcodes VALUES (77478,'Sugar Land','TX','29.627737','-95.624440',-6,1); -INSERT INTO zipcodes VALUES (77479,'Sugar Land','TX','29.573345','-95.632130',-6,1); -INSERT INTO zipcodes VALUES (77480,'Sweeny','TX','29.055954','-95.713440',-6,1); -INSERT INTO zipcodes VALUES (77481,'Thompsons','TX','29.478032','-95.583290',-6,1); -INSERT INTO zipcodes VALUES (77482,'Van Vleck','TX','29.035651','-95.892070',-6,1); -INSERT INTO zipcodes VALUES (77483,'Wadsworth','TX','28.830880','-95.933910',-6,1); -INSERT INTO zipcodes VALUES (77484,'Waller','TX','30.068888','-95.924990',-6,1); -INSERT INTO zipcodes VALUES (77485,'Wallis','TX','29.632221','-96.071440',-6,1); -INSERT INTO zipcodes VALUES (77486,'West Columbia','TX','29.152396','-95.663190',-6,1); -INSERT INTO zipcodes VALUES (77487,'Sugar Land','TX','29.525461','-95.756462',-6,1); -INSERT INTO zipcodes VALUES (77488,'Wharton','TX','29.307347','-96.090550',-6,1); -INSERT INTO zipcodes VALUES (77489,'Missouri City','TX','29.601141','-95.517720',-6,1); -INSERT INTO zipcodes VALUES (77491,'Katy','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77492,'Katy','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77493,'Katy','TX','29.810279','-95.820110',-6,1); -INSERT INTO zipcodes VALUES (77494,'Katy','TX','29.760833','-95.811040',-6,1); -INSERT INTO zipcodes VALUES (77496,'Sugar Land','TX','29.525461','-95.756462',-6,1); -INSERT INTO zipcodes VALUES (77497,'Stafford','TX','29.525461','-95.756462',-6,1); -INSERT INTO zipcodes VALUES (77501,'Pasadena','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77502,'Pasadena','TX','29.680079','-95.199660',-6,1); -INSERT INTO zipcodes VALUES (77503,'Pasadena','TX','29.695028','-95.157980',-6,1); -INSERT INTO zipcodes VALUES (77504,'Pasadena','TX','29.648780','-95.188130',-6,1); -INSERT INTO zipcodes VALUES (77505,'Pasadena','TX','29.650492','-95.146320',-6,1); -INSERT INTO zipcodes VALUES (77506,'Pasadena','TX','29.705678','-95.202160',-6,1); -INSERT INTO zipcodes VALUES (77507,'Pasadena','TX','29.624686','-95.061110',-6,1); -INSERT INTO zipcodes VALUES (77508,'Pasadena','TX','29.569927','-95.106637',-6,1); -INSERT INTO zipcodes VALUES (77510,'Santa Fe','TX','29.371171','-95.085520',-6,1); -INSERT INTO zipcodes VALUES (77511,'Alvin','TX','29.411480','-95.244750',-6,1); -INSERT INTO zipcodes VALUES (77512,'Alvin','TX','29.362879','-95.276050',-6,1); -INSERT INTO zipcodes VALUES (77514,'Anahuac','TX','29.689054','-94.663750',-6,1); -INSERT INTO zipcodes VALUES (77515,'Angleton','TX','29.168660','-95.445410',-6,1); -INSERT INTO zipcodes VALUES (77516,'Angleton','TX','29.183991','-95.465083',-6,1); -INSERT INTO zipcodes VALUES (77517,'Santa Fe','TX','29.382307','-95.127680',-6,1); -INSERT INTO zipcodes VALUES (77518,'Bacliff','TX','29.504389','-94.987790',-6,1); -INSERT INTO zipcodes VALUES (77519,'Batson','TX','30.249734','-94.602910',-6,1); -INSERT INTO zipcodes VALUES (77520,'Baytown','TX','29.748770','-94.943890',-6,1); -INSERT INTO zipcodes VALUES (77521,'Baytown','TX','29.784579','-94.975880',-6,1); -INSERT INTO zipcodes VALUES (77522,'Baytown','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77530,'Channelview','TX','29.786656','-95.122140',-6,1); -INSERT INTO zipcodes VALUES (77531,'Clute','TX','29.038068','-95.401140',-6,1); -INSERT INTO zipcodes VALUES (77532,'Crosby','TX','29.920121','-95.073270',-6,1); -INSERT INTO zipcodes VALUES (77533,'Daisetta','TX','30.112587','-94.647040',-6,1); -INSERT INTO zipcodes VALUES (77534,'Danbury','TX','29.226396','-95.337970',-6,1); -INSERT INTO zipcodes VALUES (77535,'Dayton','TX','30.044219','-94.888640',-6,1); -INSERT INTO zipcodes VALUES (77536,'Deer Park','TX','29.687657','-95.120100',-6,1); -INSERT INTO zipcodes VALUES (77537,'Dickinson','TX','29.469835','-95.005317',-6,1); -INSERT INTO zipcodes VALUES (77538,'Devers','TX','29.981421','-94.550670',-6,1); -INSERT INTO zipcodes VALUES (77539,'Dickinson','TX','29.468772','-95.026890',-6,1); -INSERT INTO zipcodes VALUES (77541,'Freeport','TX','28.975247','-95.343570',-6,1); -INSERT INTO zipcodes VALUES (77542,'Freeport','TX','29.183991','-95.465083',-6,1); -INSERT INTO zipcodes VALUES (77545,'Fresno','TX','29.526728','-95.459840',-6,1); -INSERT INTO zipcodes VALUES (77546,'Friendswood','TX','29.516873','-95.194720',-6,1); -INSERT INTO zipcodes VALUES (77547,'Galena Park','TX','29.737178','-95.239060',-6,1); -INSERT INTO zipcodes VALUES (77549,'Friendswood','TX','29.330501','-94.800238',-6,1); -INSERT INTO zipcodes VALUES (77550,'Galveston','TX','29.298448','-94.793160',-6,1); -INSERT INTO zipcodes VALUES (77551,'Galveston','TX','29.279937','-94.826830',-6,1); -INSERT INTO zipcodes VALUES (77552,'Galveston','TX','29.220510','-94.944391',-6,1); -INSERT INTO zipcodes VALUES (77553,'Galveston','TX','29.328547','-94.794220',-6,1); -INSERT INTO zipcodes VALUES (77554,'Galveston','TX','29.221289','-94.944550',-6,1); -INSERT INTO zipcodes VALUES (77555,'Galveston','TX','29.330501','-94.800238',-6,1); -INSERT INTO zipcodes VALUES (77560,'Hankamer','TX','29.860106','-94.584680',-6,1); -INSERT INTO zipcodes VALUES (77561,'Hardin','TX','30.154264','-94.726770',-6,1); -INSERT INTO zipcodes VALUES (77562,'Highlands','TX','29.819530','-95.052980',-6,1); -INSERT INTO zipcodes VALUES (77563,'Hitchcock','TX','29.339307','-95.003170',-6,1); -INSERT INTO zipcodes VALUES (77564,'Hull','TX','30.159698','-94.655040',-6,1); -INSERT INTO zipcodes VALUES (77565,'Kemah','TX','29.541285','-95.029960',-6,1); -INSERT INTO zipcodes VALUES (77566,'Lake Jackson','TX','29.036879','-95.441030',-6,1); -INSERT INTO zipcodes VALUES (77567,'League City','TX','29.545836','-95.041532',-6,1); -INSERT INTO zipcodes VALUES (77568,'La Marque','TX','29.366684','-94.973920',-6,1); -INSERT INTO zipcodes VALUES (77571,'La Porte','TX','29.666781','-95.044870',-6,1); -INSERT INTO zipcodes VALUES (77572,'La Porte','TX','29.833990','-95.434241',-6,1); -INSERT INTO zipcodes VALUES (77573,'League City','TX','29.502759','-95.089060',-6,1); -INSERT INTO zipcodes VALUES (77574,'League City','TX','29.511582','-95.058153',-6,1); -INSERT INTO zipcodes VALUES (77575,'Liberty','TX','30.066734','-94.765950',-6,1); -INSERT INTO zipcodes VALUES (77577,'Liverpool','TX','29.289673','-95.277090',-6,1); -INSERT INTO zipcodes VALUES (77578,'Manvel','TX','29.487395','-95.358070',-6,1); -INSERT INTO zipcodes VALUES (77580,'Mont Belvieu','TX','29.856137','-94.842939',-6,1); -INSERT INTO zipcodes VALUES (77581,'Pearland','TX','29.562180','-95.269820',-6,1); -INSERT INTO zipcodes VALUES (77582,'Raywood','TX','30.023932','-94.666780',-6,1); -INSERT INTO zipcodes VALUES (77583,'Rosharon','TX','29.429256','-95.453320',-6,1); -INSERT INTO zipcodes VALUES (77584,'Pearland','TX','29.543654','-95.340360',-6,1); -INSERT INTO zipcodes VALUES (77585,'Saratoga','TX','30.304796','-94.527270',-6,1); -INSERT INTO zipcodes VALUES (77586,'Seabrook','TX','29.576638','-95.034860',-6,1); -INSERT INTO zipcodes VALUES (77587,'South Houston','TX','29.662230','-95.231060',-6,1); -INSERT INTO zipcodes VALUES (77588,'Pearland','TX','29.512687','-95.254188',-6,1); -INSERT INTO zipcodes VALUES (77590,'Texas City','TX','29.395283','-94.917590',-6,1); -INSERT INTO zipcodes VALUES (77591,'Texas City','TX','29.389583','-94.991670',-6,1); -INSERT INTO zipcodes VALUES (77592,'Texas City','TX','29.330501','-94.800238',-6,1); -INSERT INTO zipcodes VALUES (77593,'League City','TX','29.506921','-95.111987',-6,1); -INSERT INTO zipcodes VALUES (77597,'Wallisville','TX','29.843158','-94.703760',-6,1); -INSERT INTO zipcodes VALUES (77598,'Webster','TX','29.539581','-95.134670',-6,1); -INSERT INTO zipcodes VALUES (77611,'Bridge City','TX','30.026093','-93.840710',-6,1); -INSERT INTO zipcodes VALUES (77612,'Buna','TX','30.433087','-93.968970',-6,1); -INSERT INTO zipcodes VALUES (77613,'China','TX','30.043401','-94.358530',-6,1); -INSERT INTO zipcodes VALUES (77614,'Deweyville','TX','30.293684','-93.743290',-6,1); -INSERT INTO zipcodes VALUES (77615,'Evadale','TX','30.316847','-94.073950',-6,1); -INSERT INTO zipcodes VALUES (77616,'Fred','TX','30.564151','-94.207600',-6,1); -INSERT INTO zipcodes VALUES (77617,'Gilchrist','TX','29.507243','-94.520280',-6,1); -INSERT INTO zipcodes VALUES (77619,'Groves','TX','29.947563','-93.918570',-6,1); -INSERT INTO zipcodes VALUES (77622,'Hamshire','TX','29.870794','-94.289600',-6,1); -INSERT INTO zipcodes VALUES (77623,'High Island','TX','29.571106','-94.404500',-6,1); -INSERT INTO zipcodes VALUES (77624,'Hillister','TX','30.664543','-94.303910',-6,1); -INSERT INTO zipcodes VALUES (77625,'Kountze','TX','30.372553','-94.336710',-6,1); -INSERT INTO zipcodes VALUES (77626,'Mauriceville','TX','30.203996','-93.886646',-6,1); -INSERT INTO zipcodes VALUES (77627,'Nederland','TX','29.974013','-93.999860',-6,1); -INSERT INTO zipcodes VALUES (77629,'Nome','TX','30.031927','-94.423740',-6,1); -INSERT INTO zipcodes VALUES (77630,'Orange','TX','30.089757','-93.774080',-6,1); -INSERT INTO zipcodes VALUES (77631,'Orange','TX','30.054793','-93.903108',-6,1); -INSERT INTO zipcodes VALUES (77632,'Orange','TX','30.182584','-93.799640',-6,1); -INSERT INTO zipcodes VALUES (77633,'Brenham','TX','30.158637','-96.407936',-6,1); -INSERT INTO zipcodes VALUES (77639,'Orangefield','TX','30.063101','-93.859903',-6,1); -INSERT INTO zipcodes VALUES (77640,'Port Arthur','TX','29.879796','-93.955750',-6,1); -INSERT INTO zipcodes VALUES (77641,'Port Arthur','TX','29.847569','-94.129733',-6,1); -INSERT INTO zipcodes VALUES (77642,'Port Arthur','TX','29.921564','-93.926940',-6,1); -INSERT INTO zipcodes VALUES (77643,'Port Arthur','TX','29.962144','-93.867932',-6,1); -INSERT INTO zipcodes VALUES (77650,'Port Bolivar','TX','29.431860','-94.682520',-6,1); -INSERT INTO zipcodes VALUES (77651,'Port Neches','TX','29.980863','-93.960380',-6,1); -INSERT INTO zipcodes VALUES (77655,'Sabine Pass','TX','29.732092','-93.901170',-6,1); -INSERT INTO zipcodes VALUES (77656,'Silsbee','TX','30.390569','-94.180560',-6,1); -INSERT INTO zipcodes VALUES (77657,'Lumberton','TX','30.240473','-94.201720',-6,1); -INSERT INTO zipcodes VALUES (77659,'Sour Lake','TX','30.150405','-94.415150',-6,1); -INSERT INTO zipcodes VALUES (77660,'Spurger','TX','30.635615','-94.170500',-6,1); -INSERT INTO zipcodes VALUES (77661,'Stowell','TX','29.780948','-94.390045',-6,1); -INSERT INTO zipcodes VALUES (77662,'Vidor','TX','30.142953','-94.007970',-6,1); -INSERT INTO zipcodes VALUES (77663,'Village Mills','TX','30.520625','-94.436310',-6,1); -INSERT INTO zipcodes VALUES (77664,'Warren','TX','30.600866','-94.406040',-6,1); -INSERT INTO zipcodes VALUES (77665,'Winnie','TX','29.820542','-94.399650',-6,1); -INSERT INTO zipcodes VALUES (77670,'Vidor','TX','30.054793','-93.903108',-6,1); -INSERT INTO zipcodes VALUES (77701,'Beaumont','TX','30.074112','-94.103580',-6,1); -INSERT INTO zipcodes VALUES (77702,'Beaumont','TX','30.085112','-94.126070',-6,1); -INSERT INTO zipcodes VALUES (77703,'Beaumont','TX','30.112312','-94.117360',-6,1); -INSERT INTO zipcodes VALUES (77704,'Beaumont','TX','30.123550','-94.153941',-6,1); -INSERT INTO zipcodes VALUES (77705,'Beaumont','TX','30.009609','-94.114010',-6,1); -INSERT INTO zipcodes VALUES (77706,'Beaumont','TX','30.092679','-94.163770',-6,1); -INSERT INTO zipcodes VALUES (77707,'Beaumont','TX','30.065029','-94.180310',-6,1); -INSERT INTO zipcodes VALUES (77708,'Beaumont','TX','30.141361','-94.164880',-6,1); -INSERT INTO zipcodes VALUES (77709,'Voth','TX','30.176361','-94.187683',-6,1); -INSERT INTO zipcodes VALUES (77710,'Beaumont','TX','29.847569','-94.129733',-6,1); -INSERT INTO zipcodes VALUES (77713,'Beaumont','TX','30.090135','-94.246700',-6,1); -INSERT INTO zipcodes VALUES (77720,'Beaumont','TX','29.847569','-94.129733',-6,1); -INSERT INTO zipcodes VALUES (77725,'Beaumont','TX','29.847569','-94.129733',-6,1); -INSERT INTO zipcodes VALUES (77726,'Beaumont','TX','30.111843','-94.190147',-6,1); -INSERT INTO zipcodes VALUES (77735,'Tomball','TX','30.095391','-95.628023',-6,1); -INSERT INTO zipcodes VALUES (77801,'Bryan','TX','30.637348','-96.360150',-6,1); -INSERT INTO zipcodes VALUES (77802,'Bryan','TX','30.655348','-96.340560',-6,1); -INSERT INTO zipcodes VALUES (77803,'Bryan','TX','30.678097','-96.376390',-6,1); -INSERT INTO zipcodes VALUES (77805,'Bryan','TX','30.652120','-96.341012',-6,1); -INSERT INTO zipcodes VALUES (77806,'Bryan','TX','30.652120','-96.341012',-6,1); -INSERT INTO zipcodes VALUES (77807,'Bryan','TX','30.684160','-96.461010',-6,1); -INSERT INTO zipcodes VALUES (77808,'Bryan','TX','30.762815','-96.317440',-6,1); -INSERT INTO zipcodes VALUES (77830,'Anderson','TX','30.536223','-96.022900',-6,1); -INSERT INTO zipcodes VALUES (77831,'Bedias','TX','30.745770','-95.918920',-6,1); -INSERT INTO zipcodes VALUES (77833,'Brenham','TX','30.183651','-96.402580',-6,1); -INSERT INTO zipcodes VALUES (77834,'Brenham','TX','30.231333','-96.290358',-6,1); -INSERT INTO zipcodes VALUES (77835,'Burton','TX','30.181677','-96.613730',-6,1); -INSERT INTO zipcodes VALUES (77836,'Caldwell','TX','30.517099','-96.672470',-6,1); -INSERT INTO zipcodes VALUES (77837,'Calvert','TX','30.993313','-96.680800',-6,1); -INSERT INTO zipcodes VALUES (77838,'Chriesman','TX','30.513118','-96.618047',-6,1); -INSERT INTO zipcodes VALUES (77839,'Clay','TX','30.341403','-96.526669',-6,1); -INSERT INTO zipcodes VALUES (77840,'College Station','TX','30.614647','-96.326410',-6,1); -INSERT INTO zipcodes VALUES (77841,'College Station','TX','30.572580','-96.327044',-6,1); -INSERT INTO zipcodes VALUES (77842,'College Station','TX','30.652120','-96.341012',-6,1); -INSERT INTO zipcodes VALUES (77843,'College Station','TX','30.652120','-96.341012',-6,1); -INSERT INTO zipcodes VALUES (77844,'College Station','TX','30.652120','-96.341012',-6,1); -INSERT INTO zipcodes VALUES (77845,'College Station','TX','30.571905','-96.298820',-6,1); -INSERT INTO zipcodes VALUES (77850,'Concord','TX','31.313816','-95.993482',-6,1); -INSERT INTO zipcodes VALUES (77852,'Deanville','TX','30.513118','-96.618047',-6,1); -INSERT INTO zipcodes VALUES (77853,'Dime Box','TX','30.355500','-96.854370',-6,1); -INSERT INTO zipcodes VALUES (77855,'Flynn','TX','31.134863','-96.118890',-6,1); -INSERT INTO zipcodes VALUES (77856,'Franklin','TX','31.049092','-96.441310',-6,1); -INSERT INTO zipcodes VALUES (77857,'Gause','TX','30.796177','-96.706850',-6,1); -INSERT INTO zipcodes VALUES (77859,'Hearne','TX','30.876658','-96.602050',-6,1); -INSERT INTO zipcodes VALUES (77861,'Iola','TX','30.752599','-96.096910',-6,1); -INSERT INTO zipcodes VALUES (77862,'Kurten','TX','30.652120','-96.341012',-6,1); -INSERT INTO zipcodes VALUES (77863,'Lyons','TX','30.359245','-96.591535',-6,1); -INSERT INTO zipcodes VALUES (77864,'Madisonville','TX','30.956147','-95.916060',-6,1); -INSERT INTO zipcodes VALUES (77865,'Marquez','TX','31.222211','-96.240430',-6,1); -INSERT INTO zipcodes VALUES (77866,'Millican','TX','30.466986','-96.204080',-6,1); -INSERT INTO zipcodes VALUES (77867,'Mumford','TX','30.748833','-96.573910',-6,1); -INSERT INTO zipcodes VALUES (77868,'Navasota','TX','30.374501','-96.079990',-6,1); -INSERT INTO zipcodes VALUES (77869,'Navasota','TX','30.652120','-96.341012',-6,1); -INSERT INTO zipcodes VALUES (77870,'New Baden','TX','31.050207','-96.429820',-6,1); -INSERT INTO zipcodes VALUES (77871,'Normangee','TX','31.058563','-96.158520',-6,1); -INSERT INTO zipcodes VALUES (77872,'North Zulch','TX','30.892212','-96.103460',-6,1); -INSERT INTO zipcodes VALUES (77873,'Richards','TX','30.563350','-95.833700',-6,1); -INSERT INTO zipcodes VALUES (77874,'Waller','TX','30.049881','-95.929015',-6,1); -INSERT INTO zipcodes VALUES (77875,'Roans Prairie','TX','30.607534','-95.957945',-6,1); -INSERT INTO zipcodes VALUES (77876,'Shiro','TX','30.647831','-95.831910',-6,1); -INSERT INTO zipcodes VALUES (77878,'Snook','TX','30.490162','-96.469800',-6,1); -INSERT INTO zipcodes VALUES (77879,'Somerville','TX','30.368922','-96.523590',-6,1); -INSERT INTO zipcodes VALUES (77880,'Washington','TX','30.281022','-96.169220',-6,1); -INSERT INTO zipcodes VALUES (77881,'Wellborn','TX','30.652120','-96.341012',-6,1); -INSERT INTO zipcodes VALUES (77882,'Wheelock','TX','30.896204','-96.409590',-6,1); -INSERT INTO zipcodes VALUES (77889,'Sienna Plantation','TX','29.472186','-95.483489',-6,1); -INSERT INTO zipcodes VALUES (77901,'Victoria','TX','28.806417','-96.993560',-6,1); -INSERT INTO zipcodes VALUES (77902,'Victoria','TX','28.925513','-97.100624',-6,1); -INSERT INTO zipcodes VALUES (77903,'Victoria','TX','28.794935','-96.974119',-6,1); -INSERT INTO zipcodes VALUES (77904,'Victoria','TX','28.873664','-97.007150',-6,1); -INSERT INTO zipcodes VALUES (77905,'Victoria','TX','28.737085','-97.014600',-6,1); -INSERT INTO zipcodes VALUES (77950,'Austwell','TX','28.390776','-96.847230',-6,1); -INSERT INTO zipcodes VALUES (77951,'Bloomington','TX','28.642875','-96.891720',-6,1); -INSERT INTO zipcodes VALUES (77954,'Cuero','TX','29.096490','-97.287980',-6,1); -INSERT INTO zipcodes VALUES (77957,'Edna','TX','28.966755','-96.659390',-6,1); -INSERT INTO zipcodes VALUES (77960,'Fannin','TX','28.694847','-97.241820',-6,1); -INSERT INTO zipcodes VALUES (77961,'Francitas','TX','28.861398','-96.344040',-6,1); -INSERT INTO zipcodes VALUES (77962,'Ganado','TX','29.028640','-96.505130',-6,1); -INSERT INTO zipcodes VALUES (77963,'Goliad','TX','28.685027','-97.402210',-6,1); -INSERT INTO zipcodes VALUES (77964,'Hallettsville','TX','29.369619','-96.866440',-6,1); -INSERT INTO zipcodes VALUES (77965,'Hallettsville','TX','29.444297','-96.952091',-6,1); -INSERT INTO zipcodes VALUES (77967,'Hochheim','TX','29.098894','-97.365742',-6,1); -INSERT INTO zipcodes VALUES (77968,'Inez','TX','28.888476','-96.823160',-6,1); -INSERT INTO zipcodes VALUES (77969,'La Salle','TX','28.772030','-96.637320',-6,1); -INSERT INTO zipcodes VALUES (77970,'La Ward','TX','28.865213','-96.439700',-6,1); -INSERT INTO zipcodes VALUES (77971,'Lolita','TX','28.853152','-96.527270',-6,1); -INSERT INTO zipcodes VALUES (77972,'Long Mott','TX','28.525453','-96.694818',-6,1); -INSERT INTO zipcodes VALUES (77973,'Mcfaddin','TX','28.532052','-96.990200',-6,1); -INSERT INTO zipcodes VALUES (77974,'Meyersville','TX','28.897693','-97.295890',-6,1); -INSERT INTO zipcodes VALUES (77975,'Moulton','TX','29.574490','-97.126750',-6,1); -INSERT INTO zipcodes VALUES (77976,'Nursery','TX','28.954273','-97.090604',-6,1); -INSERT INTO zipcodes VALUES (77977,'Placedo','TX','28.691718','-96.826570',-6,1); -INSERT INTO zipcodes VALUES (77978,'Point Comfort','TX','28.672399','-96.557250',-6,1); -INSERT INTO zipcodes VALUES (77979,'Port Lavaca','TX','28.604717','-96.630230',-6,1); -INSERT INTO zipcodes VALUES (77982,'Port O Connor','TX','28.430193','-96.441700',-6,1); -INSERT INTO zipcodes VALUES (77983,'Seadrift','TX','28.405373','-96.703250',-6,1); -INSERT INTO zipcodes VALUES (77984,'Shiner','TX','29.442934','-97.186910',-6,1); -INSERT INTO zipcodes VALUES (77985,'Speaks','TX','29.347975','-96.900331',-6,1); -INSERT INTO zipcodes VALUES (77986,'Sublime','TX','29.487564','-96.794605',-6,1); -INSERT INTO zipcodes VALUES (77987,'Sweet Home','TX','29.347975','-96.900331',-6,1); -INSERT INTO zipcodes VALUES (77988,'Telferner','TX','28.846861','-96.889660',-6,1); -INSERT INTO zipcodes VALUES (77989,'Thomaston','TX','28.997449','-97.153868',-6,1); -INSERT INTO zipcodes VALUES (77990,'Tivoli','TX','28.459757','-96.885980',-6,1); -INSERT INTO zipcodes VALUES (77991,'Vanderbilt','TX','28.820370','-96.612730',-6,1); -INSERT INTO zipcodes VALUES (77993,'Weesatche','TX','28.835825','-97.444155',-6,1); -INSERT INTO zipcodes VALUES (77994,'Westhoff','TX','29.195217','-97.477990',-6,1); -INSERT INTO zipcodes VALUES (77995,'Yoakum','TX','29.254632','-97.130460',-6,1); -INSERT INTO zipcodes VALUES (77999,'Texas City','TX','29.495537','-94.961797',-6,1); -INSERT INTO zipcodes VALUES (78001,'Artesia Wells','TX','28.265415','-99.282100',-6,1); -INSERT INTO zipcodes VALUES (78002,'Atascosa','TX','29.288108','-98.728780',-6,1); -INSERT INTO zipcodes VALUES (78003,'Bandera','TX','29.718152','-99.066050',-6,1); -INSERT INTO zipcodes VALUES (78004,'Bergheim','TX','29.903508','-98.557890',-6,1); -INSERT INTO zipcodes VALUES (78005,'Bigfoot','TX','28.976757','-98.844260',-6,1); -INSERT INTO zipcodes VALUES (78006,'Boerne','TX','29.851666','-98.729320',-6,1); -INSERT INTO zipcodes VALUES (78007,'Calliham','TX','28.453052','-98.373840',-6,1); -INSERT INTO zipcodes VALUES (78008,'Campbellton','TX','28.759107','-98.217300',-6,1); -INSERT INTO zipcodes VALUES (78009,'Castroville','TX','29.356455','-98.880620',-6,1); -INSERT INTO zipcodes VALUES (78010,'Center Point','TX','29.944906','-99.055900',-6,1); -INSERT INTO zipcodes VALUES (78011,'Charlotte','TX','28.795637','-98.719510',-6,1); -INSERT INTO zipcodes VALUES (78012,'Christine','TX','28.790841','-98.496000',-6,1); -INSERT INTO zipcodes VALUES (78013,'Comfort','TX','29.972473','-98.910840',-6,1); -INSERT INTO zipcodes VALUES (78014,'Cotulla','TX','28.435440','-99.216760',-6,1); -INSERT INTO zipcodes VALUES (78015,'Boerne','TX','29.743603','-98.648540',-6,1); -INSERT INTO zipcodes VALUES (78016,'Devine','TX','29.158899','-98.933000',-6,1); -INSERT INTO zipcodes VALUES (78017,'Dilley','TX','28.728991','-99.233880',-6,1); -INSERT INTO zipcodes VALUES (78019,'Encinal','TX','28.062471','-99.428900',-6,1); -INSERT INTO zipcodes VALUES (78021,'Fowlerton','TX','28.528560','-98.808450',-6,1); -INSERT INTO zipcodes VALUES (78022,'George West','TX','28.260148','-98.149780',-6,1); -INSERT INTO zipcodes VALUES (78023,'Helotes','TX','29.614030','-98.741850',-6,1); -INSERT INTO zipcodes VALUES (78024,'Hunt','TX','30.055926','-99.422130',-6,1); -INSERT INTO zipcodes VALUES (78025,'Ingram','TX','30.102854','-99.276850',-6,1); -INSERT INTO zipcodes VALUES (78026,'Jourdanton','TX','28.854580','-98.552800',-6,1); -INSERT INTO zipcodes VALUES (78027,'Kendalia','TX','30.002501','-98.571240',-6,1); -INSERT INTO zipcodes VALUES (78028,'Kerrville','TX','30.042529','-99.151520',-6,1); -INSERT INTO zipcodes VALUES (78029,'Kerrville','TX','30.033226','-99.140974',-6,1); -INSERT INTO zipcodes VALUES (78039,'La Coste','TX','29.312661','-98.815910',-6,1); -INSERT INTO zipcodes VALUES (78040,'Laredo','TX','27.514845','-99.499910',-6,1); -INSERT INTO zipcodes VALUES (78041,'Laredo','TX','27.542244','-99.492330',-6,1); -INSERT INTO zipcodes VALUES (78042,'Laredo','TX','27.565464','-99.476792',-6,1); -INSERT INTO zipcodes VALUES (78043,'Laredo','TX','27.538658','-99.382740',-6,1); -INSERT INTO zipcodes VALUES (78044,'Laredo','TX','27.363738','-99.481919',-6,1); -INSERT INTO zipcodes VALUES (78045,'Laredo','TX','27.648832','-99.533710',-6,1); -INSERT INTO zipcodes VALUES (78046,'Laredo','TX','27.435814','-99.459960',-6,1); -INSERT INTO zipcodes VALUES (78047,'Laredo','TX','27.564249','-99.471719',-6,1); -INSERT INTO zipcodes VALUES (78049,'Laredo','TX','27.732094','-99.505138',-6,1); -INSERT INTO zipcodes VALUES (78050,'Leming','TX','29.072689','-98.489160',-6,1); -INSERT INTO zipcodes VALUES (78052,'Lytle','TX','29.227628','-98.798950',-6,1); -INSERT INTO zipcodes VALUES (78053,'McCoy','TX','28.906103','-98.280200',-6,1); -INSERT INTO zipcodes VALUES (78054,'Macdona','TX','29.325602','-98.732187',-6,1); -INSERT INTO zipcodes VALUES (78055,'Medina','TX','29.833279','-99.325890',-6,1); -INSERT INTO zipcodes VALUES (78056,'Mico','TX','29.548250','-98.903530',-6,1); -INSERT INTO zipcodes VALUES (78057,'Moore','TX','29.047934','-99.041600',-6,1); -INSERT INTO zipcodes VALUES (78058,'Mountain Home','TX','30.070414','-99.691910',-6,1); -INSERT INTO zipcodes VALUES (78059,'Natalia','TX','29.190850','-98.846760',-6,1); -INSERT INTO zipcodes VALUES (78060,'Oakville','TX','28.421814','-98.071902',-6,1); -INSERT INTO zipcodes VALUES (78061,'Pearsall','TX','28.888468','-99.090050',-6,1); -INSERT INTO zipcodes VALUES (78062,'Peggy','TX','28.919999','-98.552942',-6,1); -INSERT INTO zipcodes VALUES (78063,'Pipe Creek','TX','29.641551','-98.934070',-6,1); -INSERT INTO zipcodes VALUES (78064,'Pleasanton','TX','28.958803','-98.463900',-6,1); -INSERT INTO zipcodes VALUES (78065,'Poteet','TX','29.057172','-98.583980',-6,1); -INSERT INTO zipcodes VALUES (78066,'Rio Medina','TX','29.466279','-98.891620',-6,1); -INSERT INTO zipcodes VALUES (78067,'San Ygnacio','TX','27.198571','-99.367810',-6,1); -INSERT INTO zipcodes VALUES (78069,'Somerset','TX','29.200169','-98.672350',-6,1); -INSERT INTO zipcodes VALUES (78070,'Spring Branch','TX','29.898176','-98.401350',-6,1); -INSERT INTO zipcodes VALUES (78071,'Three Rivers','TX','28.492487','-98.176400',-6,1); -INSERT INTO zipcodes VALUES (78072,'Tilden','TX','28.314027','-98.498990',-6,1); -INSERT INTO zipcodes VALUES (78073,'Von Ormy','TX','29.227135','-98.609190',-6,1); -INSERT INTO zipcodes VALUES (78074,'Waring','TX','29.950969','-98.790930',-6,1); -INSERT INTO zipcodes VALUES (78075,'Whitsett','TX','28.633209','-98.279240',-6,1); -INSERT INTO zipcodes VALUES (78076,'Zapata','TX','26.905200','-99.218630',-6,1); -INSERT INTO zipcodes VALUES (78081,'Judsonia','AR','29.542778','-98.207990',-6,1); -INSERT INTO zipcodes VALUES (78093,'Laredo','TX','27.492996','-99.463668',-6,1); -INSERT INTO zipcodes VALUES (78101,'Adkins','TX','29.326804','-98.218870',-6,1); -INSERT INTO zipcodes VALUES (78102,'Beeville','TX','28.426202','-97.748060',-6,1); -INSERT INTO zipcodes VALUES (78104,'Beeville','TX','28.393116','-97.776017',-6,1); -INSERT INTO zipcodes VALUES (78107,'Berclair','TX','28.532320','-97.588800',-6,1); -INSERT INTO zipcodes VALUES (78108,'Cibolo','TX','29.574127','-98.233080',-6,1); -INSERT INTO zipcodes VALUES (78109,'Converse','TX','29.501980','-98.305820',-6,1); -INSERT INTO zipcodes VALUES (78111,'Ecleto','TX','28.944864','-97.882815',-6,1); -INSERT INTO zipcodes VALUES (78112,'Elmendorf','TX','29.221682','-98.369020',-6,1); -INSERT INTO zipcodes VALUES (78113,'Falls City','TX','28.972553','-98.069640',-6,1); -INSERT INTO zipcodes VALUES (78114,'Floresville','TX','29.150937','-98.179290',-6,1); -INSERT INTO zipcodes VALUES (78115,'Geronimo','TX','29.545080','-98.040833',-6,1); -INSERT INTO zipcodes VALUES (78116,'Gillett','TX','29.112202','-97.782750',-6,1); -INSERT INTO zipcodes VALUES (78117,'Hobson','TX','28.956196','-97.950120',-6,1); -INSERT INTO zipcodes VALUES (78118,'Karnes City','TX','28.894382','-97.901020',-6,1); -INSERT INTO zipcodes VALUES (78119,'Kenedy','TX','28.779344','-97.856260',-6,1); -INSERT INTO zipcodes VALUES (78121,'La Vernia','TX','29.351202','-98.115280',-6,1); -INSERT INTO zipcodes VALUES (78122,'Leesville','TX','29.425729','-97.736500',-6,1); -INSERT INTO zipcodes VALUES (78123,'McQueeney','TX','29.598103','-98.043460',-6,1); -INSERT INTO zipcodes VALUES (78124,'Marion','TX','29.570379','-98.146060',-6,1); -INSERT INTO zipcodes VALUES (78125,'Mineral','TX','28.535247','-97.939370',-6,1); -INSERT INTO zipcodes VALUES (78126,'San Antonio','TX','29.553020','-98.486871',-6,1); -INSERT INTO zipcodes VALUES (78130,'New Braunfels','TX','29.699844','-98.107540',-6,1); -INSERT INTO zipcodes VALUES (78131,'New Braunfels','TX','29.799180','-98.338419',-6,1); -INSERT INTO zipcodes VALUES (78132,'New Braunfels','TX','29.749204','-98.176530',-6,1); -INSERT INTO zipcodes VALUES (78133,'Canyon Lake','TX','29.883884','-98.252190',-6,1); -INSERT INTO zipcodes VALUES (78134,'New Braunfels','TX','29.687579','-98.120104',-6,1); -INSERT INTO zipcodes VALUES (78135,'New Braunfels','TX','29.738502','-98.087157',-6,1); -INSERT INTO zipcodes VALUES (78136,'McQueeney','TX','29.619401','-98.060419',-6,1); -INSERT INTO zipcodes VALUES (78140,'Nixon','TX','29.292655','-97.761670',-6,1); -INSERT INTO zipcodes VALUES (78141,'Nordheim','TX','28.919157','-97.616070',-6,1); -INSERT INTO zipcodes VALUES (78142,'Normanna','TX','28.526040','-97.782560',-6,1); -INSERT INTO zipcodes VALUES (78143,'Pandora','TX','29.248705','-97.844120',-6,1); -INSERT INTO zipcodes VALUES (78144,'Panna Maria','TX','28.954252','-97.896740',-6,1); -INSERT INTO zipcodes VALUES (78145,'Pawnee','TX','28.650728','-98.000560',-6,1); -INSERT INTO zipcodes VALUES (78146,'Pettus','TX','28.615464','-97.815910',-6,1); -INSERT INTO zipcodes VALUES (78147,'Poth','TX','29.072412','-98.077860',-6,1); -INSERT INTO zipcodes VALUES (78148,'Universal City','TX','29.550223','-98.299360',-6,1); -INSERT INTO zipcodes VALUES (78150,'Universal City','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78151,'Runge','TX','28.878902','-97.714270',-6,1); -INSERT INTO zipcodes VALUES (78152,'Saint Hedwig','TX','29.432262','-98.201510',-6,1); -INSERT INTO zipcodes VALUES (78154,'Schertz','TX','29.577359','-98.278700',-6,1); -INSERT INTO zipcodes VALUES (78155,'Seguin','TX','29.564780','-97.962830',-6,1); -INSERT INTO zipcodes VALUES (78156,'Seguin','TX','29.611797','-97.971208',-6,1); -INSERT INTO zipcodes VALUES (78159,'Smiley','TX','29.269305','-97.600440',-6,1); -INSERT INTO zipcodes VALUES (78160,'Stockdale','TX','29.237074','-97.954390',-6,1); -INSERT INTO zipcodes VALUES (78161,'Sutherland Springs','TX','29.273819','-98.054240',-6,1); -INSERT INTO zipcodes VALUES (78162,'Tuleta','TX','28.424535','-97.732736',-6,1); -INSERT INTO zipcodes VALUES (78163,'Bulverde','TX','29.758619','-98.441990',-6,1); -INSERT INTO zipcodes VALUES (78164,'Yorktown','TX','28.988817','-97.517730',-6,1); -INSERT INTO zipcodes VALUES (78201,'San Antonio','TX','29.466781','-98.525190',-6,1); -INSERT INTO zipcodes VALUES (78202,'San Antonio','TX','29.428132','-98.462790',-6,1); -INSERT INTO zipcodes VALUES (78203,'San Antonio','TX','29.414983','-98.462390',-6,1); -INSERT INTO zipcodes VALUES (78204,'San Antonio','TX','29.403583','-98.506300',-6,1); -INSERT INTO zipcodes VALUES (78205,'San Antonio','TX','29.425932','-98.489310',-6,1); -INSERT INTO zipcodes VALUES (78206,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78207,'San Antonio','TX','29.423932','-98.523500',-6,1); -INSERT INTO zipcodes VALUES (78208,'San Antonio','TX','29.439832','-98.458790',-6,1); -INSERT INTO zipcodes VALUES (78209,'San Antonio','TX','29.486180','-98.456800',-6,1); -INSERT INTO zipcodes VALUES (78210,'San Antonio','TX','29.397934','-98.466690',-6,1); -INSERT INTO zipcodes VALUES (78211,'San Antonio','TX','29.362185','-98.546440',-6,1); -INSERT INTO zipcodes VALUES (78212,'San Antonio','TX','29.460381','-98.496490',-6,1); -INSERT INTO zipcodes VALUES (78213,'San Antonio','TX','29.510562','-98.522030',-6,1); -INSERT INTO zipcodes VALUES (78214,'San Antonio','TX','29.363335','-98.490490',-6,1); -INSERT INTO zipcodes VALUES (78215,'San Antonio','TX','29.438032','-98.481140',-6,1); -INSERT INTO zipcodes VALUES (78216,'San Antonio','TX','29.528515','-98.492190',-6,1); -INSERT INTO zipcodes VALUES (78217,'San Antonio','TX','29.543865','-98.417550',-6,1); -INSERT INTO zipcodes VALUES (78218,'San Antonio','TX','29.494280','-98.404310',-6,1); -INSERT INTO zipcodes VALUES (78219,'San Antonio','TX','29.448379','-98.399080',-6,1); -INSERT INTO zipcodes VALUES (78220,'San Antonio','TX','29.411583','-98.418330',-6,1); -INSERT INTO zipcodes VALUES (78221,'San Antonio','TX','29.326586','-98.502170',-6,1); -INSERT INTO zipcodes VALUES (78222,'San Antonio','TX','29.379902','-98.389260',-6,1); -INSERT INTO zipcodes VALUES (78223,'San Antonio','TX','29.352352','-98.432150',-6,1); -INSERT INTO zipcodes VALUES (78224,'San Antonio','TX','29.333436','-98.539340',-6,1); -INSERT INTO zipcodes VALUES (78225,'San Antonio','TX','29.387734','-98.524920',-6,1); -INSERT INTO zipcodes VALUES (78226,'San Antonio','TX','29.392167','-98.554680',-6,1); -INSERT INTO zipcodes VALUES (78227,'San Antonio','TX','29.405424','-98.638320',-6,1); -INSERT INTO zipcodes VALUES (78228,'San Antonio','TX','29.457281','-98.566500',-6,1); -INSERT INTO zipcodes VALUES (78229,'San Antonio','TX','29.499454','-98.571660',-6,1); -INSERT INTO zipcodes VALUES (78230,'San Antonio','TX','29.539562','-98.552530',-6,1); -INSERT INTO zipcodes VALUES (78231,'San Antonio','TX','29.574677','-98.539460',-6,1); -INSERT INTO zipcodes VALUES (78232,'San Antonio','TX','29.584698','-98.469870',-6,1); -INSERT INTO zipcodes VALUES (78233,'San Antonio','TX','29.552128','-98.367750',-6,1); -INSERT INTO zipcodes VALUES (78234,'San Antonio','TX','29.457389','-98.455370',-6,1); -INSERT INTO zipcodes VALUES (78235,'San Antonio','TX','29.339060','-98.427930',-6,1); -INSERT INTO zipcodes VALUES (78236,'San Antonio','TX','29.389767','-98.612510',-6,1); -INSERT INTO zipcodes VALUES (78237,'San Antonio','TX','29.422583','-98.565840',-6,1); -INSERT INTO zipcodes VALUES (78238,'San Antonio','TX','29.479874','-98.615090',-6,1); -INSERT INTO zipcodes VALUES (78239,'San Antonio','TX','29.516130','-98.361610',-6,1); -INSERT INTO zipcodes VALUES (78240,'San Antonio','TX','29.518413','-98.608690',-6,1); -INSERT INTO zipcodes VALUES (78241,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78242,'San Antonio','TX','29.353735','-98.614230',-6,1); -INSERT INTO zipcodes VALUES (78243,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78244,'San Antonio','TX','29.475598','-98.354340',-6,1); -INSERT INTO zipcodes VALUES (78245,'San Antonio','TX','29.412338','-98.704840',-6,1); -INSERT INTO zipcodes VALUES (78246,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78247,'San Antonio','TX','29.581304','-98.408890',-6,1); -INSERT INTO zipcodes VALUES (78248,'San Antonio','TX','29.589826','-98.525240',-6,1); -INSERT INTO zipcodes VALUES (78249,'San Antonio','TX','29.569934','-98.612820',-6,1); -INSERT INTO zipcodes VALUES (78250,'San Antonio','TX','29.510204','-98.667840',-6,1); -INSERT INTO zipcodes VALUES (78251,'San Antonio','TX','29.466061','-98.670040',-6,1); -INSERT INTO zipcodes VALUES (78252,'San Antonio','TX','29.335577','-98.701730',-6,1); -INSERT INTO zipcodes VALUES (78253,'San Antonio','TX','29.461353','-98.759760',-6,1); -INSERT INTO zipcodes VALUES (78254,'San Antonio','TX','29.523294','-98.745040',-6,1); -INSERT INTO zipcodes VALUES (78255,'San Antonio','TX','29.665822','-98.668120',-6,1); -INSERT INTO zipcodes VALUES (78256,'San Antonio','TX','29.623533','-98.624930',-6,1); -INSERT INTO zipcodes VALUES (78257,'San Antonio','TX','29.646618','-98.609900',-6,1); -INSERT INTO zipcodes VALUES (78258,'San Antonio','TX','29.649797','-98.504060',-6,1); -INSERT INTO zipcodes VALUES (78259,'San Antonio','TX','29.627332','-98.427810',-6,1); -INSERT INTO zipcodes VALUES (78260,'San Antonio','TX','29.707273','-98.479690',-6,1); -INSERT INTO zipcodes VALUES (78261,'San Antonio','TX','29.698045','-98.426240',-6,1); -INSERT INTO zipcodes VALUES (78262,'San Antonio','TX','29.449332','-98.290394',-6,1); -INSERT INTO zipcodes VALUES (78263,'San Antonio','TX','29.358153','-98.319780',-6,1); -INSERT INTO zipcodes VALUES (78264,'San Antonio','TX','29.193828','-98.517950',-6,1); -INSERT INTO zipcodes VALUES (78265,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78266,'San Antonio','TX','29.641132','-98.308560',-6,1); -INSERT INTO zipcodes VALUES (78268,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78269,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78270,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78275,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78278,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78279,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78280,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78283,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78284,'San Antonio','TX','29.442632','-98.491344',-6,1); -INSERT INTO zipcodes VALUES (78285,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78286,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78287,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78288,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78289,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78291,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78292,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78293,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78294,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78295,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78296,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78297,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78298,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78299,'San Antonio','TX','29.437532','-98.461582',-6,1); -INSERT INTO zipcodes VALUES (78301,'McAllen','TX','26.200001','-98.231166',-6,1); -INSERT INTO zipcodes VALUES (78330,'Agua Dulce','TX','27.782267','-97.901340',-6,1); -INSERT INTO zipcodes VALUES (78331,'Alice','TX','27.750684','-98.082694',-6,1); -INSERT INTO zipcodes VALUES (78332,'Alice','TX','27.737965','-98.093020',-6,1); -INSERT INTO zipcodes VALUES (78333,'Alice','TX','27.659473','-98.012331',-6,1); -INSERT INTO zipcodes VALUES (78335,'Aransas Pass','TX','27.912454','-97.188437',-6,1); -INSERT INTO zipcodes VALUES (78336,'Aransas Pass','TX','27.915764','-97.154360',-6,1); -INSERT INTO zipcodes VALUES (78337,'Rancho Alegre','TX','27.738511','-98.098534',-6,1); -INSERT INTO zipcodes VALUES (78338,'Armstrong','TX','26.870238','-97.774330',-6,1); -INSERT INTO zipcodes VALUES (78339,'Banquete','TX','27.807025','-97.798010',-6,1); -INSERT INTO zipcodes VALUES (78340,'Bayside','TX','28.103283','-97.207570',-6,1); -INSERT INTO zipcodes VALUES (78341,'Benavides','TX','27.592468','-98.414188',-6,1); -INSERT INTO zipcodes VALUES (78342,'Ben Bolt','TX','27.659473','-98.012331',-6,1); -INSERT INTO zipcodes VALUES (78343,'Bishop','TX','27.605490','-97.785720',-6,1); -INSERT INTO zipcodes VALUES (78344,'Bruni','TX','27.432540','-98.812710',-6,1); -INSERT INTO zipcodes VALUES (78347,'Chapman Ranch','TX','27.593816','-97.462140',-6,1); -INSERT INTO zipcodes VALUES (78349,'Concepcion','TX','27.316167','-98.297970',-6,1); -INSERT INTO zipcodes VALUES (78350,'Dinero','TX','28.421814','-98.071902',-6,1); -INSERT INTO zipcodes VALUES (78351,'Driscoll','TX','27.672549','-97.751050',-6,1); -INSERT INTO zipcodes VALUES (78352,'Edroy','TX','27.973465','-97.681690',-6,1); -INSERT INTO zipcodes VALUES (78353,'Encino','TX','26.894094','-98.215610',-6,1); -INSERT INTO zipcodes VALUES (78355,'Falfurrias','TX','27.217893','-98.164790',-6,1); -INSERT INTO zipcodes VALUES (78357,'Freer','TX','27.939823','-98.576240',-6,1); -INSERT INTO zipcodes VALUES (78358,'Fulton','TX','28.065865','-97.040660',-6,1); -INSERT INTO zipcodes VALUES (78359,'Gregory','TX','27.920604','-97.292480',-6,1); -INSERT INTO zipcodes VALUES (78360,'Guerra','TX','27.071318','-98.686327',-6,1); -INSERT INTO zipcodes VALUES (78361,'Hebbronville','TX','27.171990','-98.730830',-6,1); -INSERT INTO zipcodes VALUES (78362,'Ingleside','TX','27.866143','-97.207120',-6,1); -INSERT INTO zipcodes VALUES (78363,'Kingsville','TX','27.496472','-97.868080',-6,1); -INSERT INTO zipcodes VALUES (78364,'Kingsville','TX','27.342872','-97.703550',-6,1); -INSERT INTO zipcodes VALUES (78368,'Mathis','TX','28.101323','-97.829680',-6,1); -INSERT INTO zipcodes VALUES (78369,'Mirando City','TX','27.443330','-98.999440',-6,1); -INSERT INTO zipcodes VALUES (78370,'Odem','TX','27.955312','-97.592880',-6,1); -INSERT INTO zipcodes VALUES (78371,'Oilton','TX','27.467237','-98.974310',-6,1); -INSERT INTO zipcodes VALUES (78372,'Orange Grove','TX','27.963592','-98.070310',-6,1); -INSERT INTO zipcodes VALUES (78373,'Port Aransas','TX','27.818477','-97.079980',-6,1); -INSERT INTO zipcodes VALUES (78374,'Portland','TX','27.884565','-97.320540',-6,1); -INSERT INTO zipcodes VALUES (78375,'Premont','TX','27.368433','-98.121840',-6,1); -INSERT INTO zipcodes VALUES (78376,'Realitos','TX','27.363706','-98.564420',-6,1); -INSERT INTO zipcodes VALUES (78377,'Refugio','TX','28.327234','-97.247870',-6,1); -INSERT INTO zipcodes VALUES (78379,'Riviera','TX','27.299073','-97.784330',-6,1); -INSERT INTO zipcodes VALUES (78380,'Robstown','TX','27.782255','-97.686090',-6,1); -INSERT INTO zipcodes VALUES (78381,'Rockport','TX','28.013108','-97.093640',-6,1); -INSERT INTO zipcodes VALUES (78382,'Rockport','TX','28.047744','-97.048180',-6,1); -INSERT INTO zipcodes VALUES (78383,'Sandia','TX','28.066598','-97.928910',-6,1); -INSERT INTO zipcodes VALUES (78384,'San Diego','TX','27.683506','-98.381420',-6,1); -INSERT INTO zipcodes VALUES (78385,'Sarita','TX','27.179140','-97.825110',-6,1); -INSERT INTO zipcodes VALUES (78387,'Sinton','TX','28.054995','-97.513300',-6,1); -INSERT INTO zipcodes VALUES (78389,'Skidmore','TX','28.237359','-97.693310',-6,1); -INSERT INTO zipcodes VALUES (78390,'Taft','TX','27.977641','-97.370320',-6,1); -INSERT INTO zipcodes VALUES (78391,'Tynan','TX','28.169309','-97.754040',-6,1); -INSERT INTO zipcodes VALUES (78393,'Woodsboro','TX','28.206223','-97.307780',-6,1); -INSERT INTO zipcodes VALUES (78401,'Corpus Christi','TX','27.795805','-97.400190',-6,1); -INSERT INTO zipcodes VALUES (78402,'Corpus Christi','TX','27.829732','-97.401600',-6,1); -INSERT INTO zipcodes VALUES (78403,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78404,'Corpus Christi','TX','27.770056','-97.400100',-6,1); -INSERT INTO zipcodes VALUES (78405,'Corpus Christi','TX','27.777922','-97.426950',-6,1); -INSERT INTO zipcodes VALUES (78406,'Corpus Christi','TX','27.776304','-97.512530',-6,1); -INSERT INTO zipcodes VALUES (78407,'Corpus Christi','TX','27.802404','-97.425990',-6,1); -INSERT INTO zipcodes VALUES (78408,'Corpus Christi','TX','27.796171','-97.437960',-6,1); -INSERT INTO zipcodes VALUES (78409,'Corpus Christi','TX','27.806753','-97.509710',-6,1); -INSERT INTO zipcodes VALUES (78410,'Corpus Christi','TX','27.846568','-97.594350',-6,1); -INSERT INTO zipcodes VALUES (78411,'Corpus Christi','TX','27.733058','-97.385420',-6,1); -INSERT INTO zipcodes VALUES (78412,'Corpus Christi','TX','27.709309','-97.352250',-6,1); -INSERT INTO zipcodes VALUES (78413,'Corpus Christi','TX','27.687792','-97.401650',-6,1); -INSERT INTO zipcodes VALUES (78414,'Corpus Christi','TX','27.672334','-97.370510',-6,1); -INSERT INTO zipcodes VALUES (78415,'Corpus Christi','TX','27.727083','-97.428900',-6,1); -INSERT INTO zipcodes VALUES (78416,'Corpus Christi','TX','27.752356','-97.434650',-6,1); -INSERT INTO zipcodes VALUES (78417,'Corpus Christi','TX','27.729855','-97.445030',-6,1); -INSERT INTO zipcodes VALUES (78418,'Corpus Christi','TX','27.633433','-97.267920',-6,1); -INSERT INTO zipcodes VALUES (78419,'Corpus Christi','TX','27.723611','-97.380884',-6,1); -INSERT INTO zipcodes VALUES (78426,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78427,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78460,'Corpus Christi','TX','27.889868','-97.879743',-6,1); -INSERT INTO zipcodes VALUES (78461,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78463,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78465,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78466,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78467,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78468,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78469,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78470,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78471,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78472,'Corpus Christi','TX','27.740225','-97.579207',-6,1); -INSERT INTO zipcodes VALUES (78473,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78474,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78475,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78476,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78477,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78478,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78480,'Corpus Christi','TX','27.777000','-97.463213',-6,1); -INSERT INTO zipcodes VALUES (78501,'Mcallen','TX','26.213105','-98.235790',-6,1); -INSERT INTO zipcodes VALUES (78502,'Mcallen','TX','26.256710','-98.198929',-6,1); -INSERT INTO zipcodes VALUES (78503,'Mcallen','TX','26.172018','-98.250420',-6,1); -INSERT INTO zipcodes VALUES (78504,'Mcallen','TX','26.262730','-98.230820',-6,1); -INSERT INTO zipcodes VALUES (78505,'Mcallen','TX','26.409709','-98.224206',-6,1); -INSERT INTO zipcodes VALUES (78512,'Mission','TX','26.232613','-98.348534',-6,1); -INSERT INTO zipcodes VALUES (78516,'Alamo','TX','26.175021','-98.119690',-6,1); -INSERT INTO zipcodes VALUES (78520,'Brownsville','TX','25.928274','-97.516180',-6,1); -INSERT INTO zipcodes VALUES (78521,'Brownsville','TX','25.918758','-97.427390',-6,1); -INSERT INTO zipcodes VALUES (78522,'Brownsville','TX','26.188911','-97.764271',-6,1); -INSERT INTO zipcodes VALUES (78523,'Brownsville','TX','25.981006','-97.520941',-6,1); -INSERT INTO zipcodes VALUES (78526,'Brownsville','TX','25.969007','-97.472110',-6,1); -INSERT INTO zipcodes VALUES (78535,'Combes','TX','26.245051','-97.741570',-6,1); -INSERT INTO zipcodes VALUES (78536,'Delmita','TX','26.421394','-98.848757',-6,1); -INSERT INTO zipcodes VALUES (78537,'Donna','TX','26.165352','-98.055680',-6,1); -INSERT INTO zipcodes VALUES (78538,'Edcouch','TX','26.344688','-97.969610',-6,1); -INSERT INTO zipcodes VALUES (78539,'Edinburg','TX','26.344128','-98.180110',-6,1); -INSERT INTO zipcodes VALUES (78540,'Edinburg','TX','26.319405','-98.190922',-6,1); -INSERT INTO zipcodes VALUES (78541,'Edinburg','TX','26.319427','-98.154881',-6,1); -INSERT INTO zipcodes VALUES (78543,'Elsa','TX','26.298611','-97.994640',-6,1); -INSERT INTO zipcodes VALUES (78545,'Falcon Heights','TX','26.561861','-99.133920',-6,1); -INSERT INTO zipcodes VALUES (78547,'Garciasville','TX','26.321652','-98.695250',-6,1); -INSERT INTO zipcodes VALUES (78548,'Grulla','TX','26.270824','-98.648910',-6,1); -INSERT INTO zipcodes VALUES (78549,'Hargill','TX','26.444890','-98.014780',-6,1); -INSERT INTO zipcodes VALUES (78550,'Harlingen','TX','26.206602','-97.687760',-6,1); -INSERT INTO zipcodes VALUES (78551,'Harlingen','TX','26.244651','-97.720569',-6,1); -INSERT INTO zipcodes VALUES (78552,'Harlingen','TX','26.195591','-97.753210',-6,1); -INSERT INTO zipcodes VALUES (78553,'Harlingen','TX','26.125242','-97.475663',-6,1); -INSERT INTO zipcodes VALUES (78555,'McAllen','TX','26.250709','-97.711367',-6,1); -INSERT INTO zipcodes VALUES (78557,'Hidalgo','TX','26.105725','-98.246390',-6,1); -INSERT INTO zipcodes VALUES (78558,'La Blanca','TX','26.305113','-98.033750',-6,1); -INSERT INTO zipcodes VALUES (78559,'La Feria','TX','26.149453','-97.829230',-6,1); -INSERT INTO zipcodes VALUES (78560,'La Joya','TX','26.244317','-98.495740',-6,1); -INSERT INTO zipcodes VALUES (78561,'Lasara','TX','26.561287','-97.429952',-6,1); -INSERT INTO zipcodes VALUES (78562,'La Villa','TX','26.301385','-97.925470',-6,1); -INSERT INTO zipcodes VALUES (78563,'Linn','TX','26.633158','-98.215780',-6,1); -INSERT INTO zipcodes VALUES (78564,'Lopeno','TX','26.945418','-99.203985',-6,1); -INSERT INTO zipcodes VALUES (78565,'Los Ebanos','TX','26.247488','-98.559620',-6,1); -INSERT INTO zipcodes VALUES (78566,'Los Fresnos','TX','26.099562','-97.439270',-6,1); -INSERT INTO zipcodes VALUES (78567,'Los Indios','TX','26.041669','-97.693736',-6,1); -INSERT INTO zipcodes VALUES (78568,'Lozano','TX','26.190402','-97.542263',-6,1); -INSERT INTO zipcodes VALUES (78569,'Lyford','TX','26.393810','-97.711300',-6,1); -INSERT INTO zipcodes VALUES (78570,'Mercedes','TX','26.169728','-97.912320',-6,1); -INSERT INTO zipcodes VALUES (78571,'Salado','TX','30.916863','-97.485039',-6,1); -INSERT INTO zipcodes VALUES (78572,'Mission','TX','26.234417','-98.342050',-6,1); -INSERT INTO zipcodes VALUES (78573,'Mission','TX','26.409709','-98.224206',-6,1); -INSERT INTO zipcodes VALUES (78574,'Sebastian','TX','26.244013','-98.311760',-6,1); -INSERT INTO zipcodes VALUES (78575,'Olmito','TX','26.023905','-97.544570',-6,1); -INSERT INTO zipcodes VALUES (78576,'Penitas','TX','26.249010','-98.450140',-6,1); -INSERT INTO zipcodes VALUES (78577,'Pharr','TX','26.201284','-98.186190',-6,1); -INSERT INTO zipcodes VALUES (78578,'Port Isabel','TX','26.080434','-97.250240',-6,1); -INSERT INTO zipcodes VALUES (78579,'Progreso','TX','26.087777','-97.971900',-6,1); -INSERT INTO zipcodes VALUES (78580,'Raymondville','TX','26.500175','-97.810130',-6,1); -INSERT INTO zipcodes VALUES (78582,'Rio Grande City','TX','26.445982','-98.693320',-6,1); -INSERT INTO zipcodes VALUES (78583,'Rio Hondo','TX','26.259032','-97.529480',-6,1); -INSERT INTO zipcodes VALUES (78584,'Roma','TX','26.493058','-99.007180',-6,1); -INSERT INTO zipcodes VALUES (78585,'Salineno','TX','26.510436','-98.746365',-6,1); -INSERT INTO zipcodes VALUES (78586,'San Benito','TX','26.111261','-97.635190',-6,1); -INSERT INTO zipcodes VALUES (78587,'La Victoria','TX','26.316452','-98.639793',-6,1); -INSERT INTO zipcodes VALUES (78588,'San Isidro','TX','26.720155','-98.468450',-6,1); -INSERT INTO zipcodes VALUES (78589,'San Juan','TX','26.190444','-98.153010',-6,1); -INSERT INTO zipcodes VALUES (78590,'San Perlita','TX','26.455519','-97.585805',-6,1); -INSERT INTO zipcodes VALUES (78591,'Santa Elena','TX','26.749896','-98.583016',-6,1); -INSERT INTO zipcodes VALUES (78592,'Santa Maria','TX','26.078355','-97.841690',-6,1); -INSERT INTO zipcodes VALUES (78593,'Santa Rosa','TX','26.271090','-97.829040',-6,1); -INSERT INTO zipcodes VALUES (78594,'Sebastian','TX','26.344765','-97.800310',-6,1); -INSERT INTO zipcodes VALUES (78595,'Sullivan City','TX','26.272363','-98.558700',-6,1); -INSERT INTO zipcodes VALUES (78596,'Weslaco','TX','26.162609','-97.985120',-6,1); -INSERT INTO zipcodes VALUES (78597,'South Padre Island','TX','26.117636','-97.170190',-6,1); -INSERT INTO zipcodes VALUES (78598,'Port Mansfield','TX','26.558995','-97.427380',-6,1); -INSERT INTO zipcodes VALUES (78599,'Weslaco','TX','26.409709','-98.224206',-6,1); -INSERT INTO zipcodes VALUES (78602,'Bastrop','TX','30.120443','-97.309910',-6,1); -INSERT INTO zipcodes VALUES (78603,'Bebe','TX','29.447211','-97.494649',-6,1); -INSERT INTO zipcodes VALUES (78604,'Belmont','TX','29.447211','-97.494649',-6,1); -INSERT INTO zipcodes VALUES (78605,'Bertram','TX','30.760216','-98.035790',-6,1); -INSERT INTO zipcodes VALUES (78606,'Blanco','TX','30.096855','-98.434110',-6,1); -INSERT INTO zipcodes VALUES (78607,'Bluffton','TX','30.833543','-98.479380',-6,1); -INSERT INTO zipcodes VALUES (78608,'Briggs','TX','30.930600','-97.909290',-6,1); -INSERT INTO zipcodes VALUES (78609,'Buchanan Dam','TX','30.744225','-98.431670',-6,1); -INSERT INTO zipcodes VALUES (78610,'Buda','TX','30.077030','-97.817800',-6,1); -INSERT INTO zipcodes VALUES (78611,'Burnet','TX','30.767327','-98.301090',-6,1); -INSERT INTO zipcodes VALUES (78612,'Cedar Creek','TX','30.130116','-97.490550',-6,1); -INSERT INTO zipcodes VALUES (78613,'Cedar Park','TX','30.501272','-97.830870',-6,1); -INSERT INTO zipcodes VALUES (78614,'Cost','TX','29.406434','-97.586900',-6,1); -INSERT INTO zipcodes VALUES (78615,'Coupland','TX','30.460373','-97.393500',-6,1); -INSERT INTO zipcodes VALUES (78616,'Dale','TX','29.928764','-97.563170',-6,1); -INSERT INTO zipcodes VALUES (78617,'Del Valle','TX','30.166225','-97.624960',-6,1); -INSERT INTO zipcodes VALUES (78618,'Doss','TX','30.486818','-99.175260',-6,1); -INSERT INTO zipcodes VALUES (78619,'Driftwood','TX','30.103644','-98.038750',-6,1); -INSERT INTO zipcodes VALUES (78620,'Dripping Springs','TX','30.241080','-98.107530',-6,1); -INSERT INTO zipcodes VALUES (78621,'Elgin','TX','30.338279','-97.366110',-6,1); -INSERT INTO zipcodes VALUES (78622,'Fentress','TX','29.760052','-97.777270',-6,1); -INSERT INTO zipcodes VALUES (78623,'Fischer','TX','29.960139','-98.218460',-6,1); -INSERT INTO zipcodes VALUES (78624,'Fredericksburg','TX','30.279267','-98.883890',-6,1); -INSERT INTO zipcodes VALUES (78626,'Georgetown','TX','30.643058','-97.647130',-6,1); -INSERT INTO zipcodes VALUES (78627,'Georgetown','TX','30.673597','-97.646143',-6,1); -INSERT INTO zipcodes VALUES (78628,'Georgetown','TX','30.674349','-97.723380',-6,1); -INSERT INTO zipcodes VALUES (78629,'Gonzales','TX','29.510439','-97.453520',-6,1); -INSERT INTO zipcodes VALUES (78630,'Cedar Park','TX','30.656817','-97.602552',-6,1); -INSERT INTO zipcodes VALUES (78631,'Harper','TX','30.334152','-99.295600',-6,1); -INSERT INTO zipcodes VALUES (78632,'Harwood','TX','29.698718','-97.457390',-6,1); -INSERT INTO zipcodes VALUES (78634,'Hutto','TX','30.540874','-97.546110',-6,1); -INSERT INTO zipcodes VALUES (78635,'Hye','TX','30.217838','-98.537880',-6,1); -INSERT INTO zipcodes VALUES (78636,'Johnson City','TX','30.286655','-98.398370',-6,1); -INSERT INTO zipcodes VALUES (78638,'Kingsbury','TX','29.655639','-97.772190',-6,1); -INSERT INTO zipcodes VALUES (78639,'Kingsland','TX','30.663209','-98.445880',-6,1); -INSERT INTO zipcodes VALUES (78640,'Kyle','TX','29.996916','-97.847560',-6,1); -INSERT INTO zipcodes VALUES (78641,'Leander','TX','30.547001','-97.870060',-6,1); -INSERT INTO zipcodes VALUES (78642,'Liberty Hill','TX','30.702882','-97.926900',-6,1); -INSERT INTO zipcodes VALUES (78643,'Llano','TX','30.721302','-98.665570',-6,1); -INSERT INTO zipcodes VALUES (78644,'Lockhart','TX','29.872165','-97.680930',-6,1); -INSERT INTO zipcodes VALUES (78645,'Leander','TX','30.453776','-97.975070',-6,1); -INSERT INTO zipcodes VALUES (78646,'Leander','TX','30.656817','-97.602552',-6,1); -INSERT INTO zipcodes VALUES (78648,'Luling','TX','29.694257','-97.653300',-6,1); -INSERT INTO zipcodes VALUES (78650,'McDade','TX','30.283941','-97.235630',-6,1); -INSERT INTO zipcodes VALUES (78651,'McNeil','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78652,'Manchaca','TX','30.128480','-97.843800',-6,1); -INSERT INTO zipcodes VALUES (78653,'Manor','TX','30.351225','-97.547310',-6,1); -INSERT INTO zipcodes VALUES (78654,'Marble Falls','TX','30.566681','-98.307560',-6,1); -INSERT INTO zipcodes VALUES (78655,'Martindale','TX','29.838163','-97.841780',-6,1); -INSERT INTO zipcodes VALUES (78656,'Maxwell','TX','29.887939','-97.836130',-6,1); -INSERT INTO zipcodes VALUES (78657,'Marble Falls','TX','30.538867','-98.365110',-6,1); -INSERT INTO zipcodes VALUES (78658,'Ottine','TX','29.592212','-97.589220',-6,1); -INSERT INTO zipcodes VALUES (78659,'Paige','TX','30.210685','-97.116620',-6,1); -INSERT INTO zipcodes VALUES (78660,'Pflugerville','TX','30.450122','-97.623000',-6,1); -INSERT INTO zipcodes VALUES (78661,'Prairie Lea','TX','29.720570','-97.735190',-6,1); -INSERT INTO zipcodes VALUES (78662,'Red Rock','TX','29.950887','-97.427280',-6,1); -INSERT INTO zipcodes VALUES (78663,'Round Mountain','TX','30.448580','-98.384210',-6,1); -INSERT INTO zipcodes VALUES (78664,'Round Rock','TX','30.514401','-97.655490',-6,1); -INSERT INTO zipcodes VALUES (78665,'Sandy','TX','30.219829','-98.358613',-6,1); -INSERT INTO zipcodes VALUES (78666,'San Marcos','TX','29.876944','-97.946680',-6,1); -INSERT INTO zipcodes VALUES (78667,'San Marcos','TX','30.054378','-98.003574',-6,1); -INSERT INTO zipcodes VALUES (78669,'Spicewood','TX','30.427733','-98.080620',-6,1); -INSERT INTO zipcodes VALUES (78670,'Staples','TX','29.777564','-97.819660',-6,1); -INSERT INTO zipcodes VALUES (78671,'Stonewall','TX','30.230188','-98.621520',-6,1); -INSERT INTO zipcodes VALUES (78672,'Tow','TX','30.864936','-98.453610',-6,1); -INSERT INTO zipcodes VALUES (78673,'Walburg','TX','30.741495','-97.589147',-6,1); -INSERT INTO zipcodes VALUES (78674,'Weir','TX','30.674667','-97.592860',-6,1); -INSERT INTO zipcodes VALUES (78675,'Willow City','TX','30.460464','-98.719110',-6,1); -INSERT INTO zipcodes VALUES (78676,'Wimberley','TX','30.022492','-98.132940',-6,1); -INSERT INTO zipcodes VALUES (78677,'Wrightsboro','TX','29.447211','-97.494649',-6,1); -INSERT INTO zipcodes VALUES (78680,'Round Rock','TX','30.656817','-97.602552',-6,1); -INSERT INTO zipcodes VALUES (78681,'Round Rock','TX','30.518975','-97.714390',-6,1); -INSERT INTO zipcodes VALUES (78682,'Round Rock','TX','30.656817','-97.602552',-6,1); -INSERT INTO zipcodes VALUES (78683,'Round Rock','TX','30.656817','-97.602552',-6,1); -INSERT INTO zipcodes VALUES (78691,'Pflugerville','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78701,'Austin','TX','30.271270','-97.741030',-6,1); -INSERT INTO zipcodes VALUES (78702,'Austin','TX','30.265158','-97.718790',-6,1); -INSERT INTO zipcodes VALUES (78703,'Austin','TX','30.290907','-97.762770',-6,1); -INSERT INTO zipcodes VALUES (78704,'Austin','TX','30.246309','-97.760870',-6,1); -INSERT INTO zipcodes VALUES (78705,'Austin','TX','30.292424','-97.738560',-6,1); -INSERT INTO zipcodes VALUES (78708,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78709,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78710,'Austin','TX','30.351953','-97.715123',-6,1); -INSERT INTO zipcodes VALUES (78711,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78712,'Austin','TX','30.285207','-97.735394',-6,1); -INSERT INTO zipcodes VALUES (78713,'Austin','TX','30.468583','-97.843336',-6,1); -INSERT INTO zipcodes VALUES (78714,'Austin','TX','30.335787','-97.443751',-6,1); -INSERT INTO zipcodes VALUES (78715,'Austin','TX','30.450088','-97.486509',-6,1); -INSERT INTO zipcodes VALUES (78716,'Austin','TX','30.316223','-97.858770',-6,1); -INSERT INTO zipcodes VALUES (78717,'Austin','TX','30.494623','-97.756870',-6,1); -INSERT INTO zipcodes VALUES (78718,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78719,'Austin','TX','30.163458','-97.677110',-6,1); -INSERT INTO zipcodes VALUES (78720,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78721,'Austin','TX','30.272926','-97.686650',-6,1); -INSERT INTO zipcodes VALUES (78722,'Austin','TX','30.289307','-97.716590',-6,1); -INSERT INTO zipcodes VALUES (78723,'Austin','TX','30.306507','-97.686510',-6,1); -INSERT INTO zipcodes VALUES (78724,'Austin','TX','30.294148','-97.628630',-6,1); -INSERT INTO zipcodes VALUES (78725,'Austin','TX','30.231583','-97.609920',-6,1); -INSERT INTO zipcodes VALUES (78726,'Austin','TX','30.439053','-97.835030',-6,1); -INSERT INTO zipcodes VALUES (78727,'Austin','TX','30.425652','-97.714190',-6,1); -INSERT INTO zipcodes VALUES (78728,'Austin','TX','30.451803','-97.679890',-6,1); -INSERT INTO zipcodes VALUES (78729,'Austin','TX','30.451348','-97.765880',-6,1); -INSERT INTO zipcodes VALUES (78730,'Austin','TX','30.359935','-97.831250',-6,1); -INSERT INTO zipcodes VALUES (78731,'Austin','TX','30.344305','-97.763800',-6,1); -INSERT INTO zipcodes VALUES (78732,'Austin','TX','30.382724','-97.894590',-6,1); -INSERT INTO zipcodes VALUES (78733,'Austin','TX','30.329704','-97.875100',-6,1); -INSERT INTO zipcodes VALUES (78734,'Austin','TX','30.378675','-97.950280',-6,1); -INSERT INTO zipcodes VALUES (78735,'Austin','TX','30.250761','-97.844690',-6,1); -INSERT INTO zipcodes VALUES (78736,'Austin','TX','30.245558','-97.941770',-6,1); -INSERT INTO zipcodes VALUES (78737,'Austin','TX','30.190250','-97.958540',-6,1); -INSERT INTO zipcodes VALUES (78738,'Austin','TX','30.340111','-97.988690',-6,1); -INSERT INTO zipcodes VALUES (78739,'Austin','TX','30.172070','-97.872840',-6,1); -INSERT INTO zipcodes VALUES (78741,'Austin','TX','30.231252','-97.716000',-6,1); -INSERT INTO zipcodes VALUES (78742,'Austin','TX','30.233580','-97.678310',-6,1); -INSERT INTO zipcodes VALUES (78744,'Austin','TX','30.188377','-97.740380',-6,1); -INSERT INTO zipcodes VALUES (78745,'Austin','TX','30.207559','-97.795750',-6,1); -INSERT INTO zipcodes VALUES (78746,'Austin','TX','30.287739','-97.802200',-6,1); -INSERT INTO zipcodes VALUES (78747,'Austin','TX','30.132855','-97.761870',-6,1); -INSERT INTO zipcodes VALUES (78748,'Austin','TX','30.172020','-97.822650',-6,1); -INSERT INTO zipcodes VALUES (78749,'Austin','TX','30.216108','-97.858280',-6,1); -INSERT INTO zipcodes VALUES (78750,'Austin','TX','30.438933','-97.803830',-6,1); -INSERT INTO zipcodes VALUES (78751,'Austin','TX','30.310707','-97.723000',-6,1); -INSERT INTO zipcodes VALUES (78752,'Austin','TX','30.332506','-97.705710',-6,1); -INSERT INTO zipcodes VALUES (78753,'Austin','TX','30.374654','-97.676210',-6,1); -INSERT INTO zipcodes VALUES (78754,'Austin','TX','30.354234','-97.646790',-6,1); -INSERT INTO zipcodes VALUES (78755,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78756,'Austin','TX','30.320206','-97.741770',-6,1); -INSERT INTO zipcodes VALUES (78757,'Austin','TX','30.349455','-97.733280',-6,1); -INSERT INTO zipcodes VALUES (78758,'Austin','TX','30.384204','-97.703920',-6,1); -INSERT INTO zipcodes VALUES (78759,'Austin','TX','30.406169','-97.757430',-6,1); -INSERT INTO zipcodes VALUES (78760,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78761,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78762,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78763,'Austin','TX','30.335398','-97.559807',-6,1); -INSERT INTO zipcodes VALUES (78764,'Austin','TX','30.445502','-97.659533',-6,1); -INSERT INTO zipcodes VALUES (78765,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78766,'Austin','TX','30.442202','-97.623330',-6,1); -INSERT INTO zipcodes VALUES (78767,'Austin','TX','30.222007','-97.896285',-6,1); -INSERT INTO zipcodes VALUES (78768,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78769,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78771,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78772,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78773,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78774,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78778,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78779,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78780,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78781,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78782,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78783,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78785,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78786,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78787,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78788,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78789,'Austin','TX','30.326374','-97.771258',-6,1); -INSERT INTO zipcodes VALUES (78801,'Uvalde','TX','29.252882','-99.816500',-6,1); -INSERT INTO zipcodes VALUES (78802,'Uvalde','TX','29.223697','-99.779351',-6,1); -INSERT INTO zipcodes VALUES (78827,'Asherton','TX','28.442081','-99.760640',-6,1); -INSERT INTO zipcodes VALUES (78828,'Barksdale','TX','29.782887','-100.085470',-6,1); -INSERT INTO zipcodes VALUES (78829,'Batesville','TX','28.883474','-99.584160',-6,1); -INSERT INTO zipcodes VALUES (78830,'Big Wells','TX','28.555795','-99.507440',-6,1); -INSERT INTO zipcodes VALUES (78832,'Brackettville','TX','29.313559','-100.424520',-6,1); -INSERT INTO zipcodes VALUES (78833,'Camp Wood','TX','29.664428','-99.999680',-6,1); -INSERT INTO zipcodes VALUES (78834,'Carrizo Springs','TX','28.524292','-99.838270',-6,1); -INSERT INTO zipcodes VALUES (78835,'Burton','TX','30.178439','-96.591092',-6,1); -INSERT INTO zipcodes VALUES (78836,'Catarina','TX','28.348840','-99.612380',-6,1); -INSERT INTO zipcodes VALUES (78837,'Comstock','TX','29.933388','-101.400610',-6,1); -INSERT INTO zipcodes VALUES (78838,'Concan','TX','29.541648','-99.718170',-6,1); -INSERT INTO zipcodes VALUES (78839,'Crystal City','TX','28.689060','-99.812780',-6,1); -INSERT INTO zipcodes VALUES (78840,'Del Rio','TX','29.404267','-100.881160',-6,1); -INSERT INTO zipcodes VALUES (78841,'Del Rio','TX','29.346518','-100.928864',-6,1); -INSERT INTO zipcodes VALUES (78842,'Del Rio','TX','29.411955','-100.934216',-6,1); -INSERT INTO zipcodes VALUES (78843,'Laughlin A F B','TX','29.356379','-100.792690',-6,1); -INSERT INTO zipcodes VALUES (78847,'Del Rio','TX','29.763171','-101.230032',-6,1); -INSERT INTO zipcodes VALUES (78850,'D Hanis','TX','29.334701','-99.335340',-6,1); -INSERT INTO zipcodes VALUES (78851,'Dryden','TX','30.075997','-101.955740',-6,1); -INSERT INTO zipcodes VALUES (78852,'Eagle Pass','TX','28.716242','-100.480580',-6,1); -INSERT INTO zipcodes VALUES (78853,'Eagle Pass','TX','28.679006','-100.478373',-6,1); -INSERT INTO zipcodes VALUES (78860,'El Indio','TX','28.513787','-100.316470',-6,1); -INSERT INTO zipcodes VALUES (78861,'Hondo','TX','29.379516','-99.126650',-6,1); -INSERT INTO zipcodes VALUES (78870,'Knippa','TX','29.297821','-99.627540',-6,1); -INSERT INTO zipcodes VALUES (78871,'Langtry','TX','29.763171','-101.230032',-6,1); -INSERT INTO zipcodes VALUES (78872,'La Pryor','TX','28.950547','-99.850320',-6,1); -INSERT INTO zipcodes VALUES (78873,'Leakey','TX','29.756509','-99.766650',-6,1); -INSERT INTO zipcodes VALUES (78877,'Quemado','TX','28.917675','-100.603320',-6,1); -INSERT INTO zipcodes VALUES (78879,'Rio Frio','TX','29.628266','-99.738470',-6,1); -INSERT INTO zipcodes VALUES (78880,'Rocksprings','TX','30.065334','-100.172020',-6,1); -INSERT INTO zipcodes VALUES (78881,'Sabinal','TX','29.361493','-99.504970',-6,1); -INSERT INTO zipcodes VALUES (78883,'Tarpley','TX','29.671077','-99.343840',-6,1); -INSERT INTO zipcodes VALUES (78884,'Utopia','TX','29.634216','-99.488940',-6,1); -INSERT INTO zipcodes VALUES (78885,'Vanderpool','TX','29.785042','-99.553610',-6,1); -INSERT INTO zipcodes VALUES (78886,'Yancey','TX','29.143045','-99.190450',-6,1); -INSERT INTO zipcodes VALUES (78931,'Bleiblerville','TX','29.849283','-96.313271',-6,1); -INSERT INTO zipcodes VALUES (78932,'Carmine','TX','30.141287','-96.690900',-6,1); -INSERT INTO zipcodes VALUES (78933,'Cat Spring','TX','29.773128','-96.393420',-6,1); -INSERT INTO zipcodes VALUES (78934,'Columbus','TX','29.712052','-96.561340',-6,1); -INSERT INTO zipcodes VALUES (78935,'Alleyton','TX','29.698797','-96.455940',-6,1); -INSERT INTO zipcodes VALUES (78938,'Ellinger','TX','29.838528','-96.703890',-6,1); -INSERT INTO zipcodes VALUES (78940,'Fayetteville','TX','29.941521','-96.659770',-6,1); -INSERT INTO zipcodes VALUES (78941,'Flatonia','TX','29.719856','-97.124900',-6,1); -INSERT INTO zipcodes VALUES (78942,'Giddings','TX','30.182175','-96.931710',-6,1); -INSERT INTO zipcodes VALUES (78943,'Glidden','TX','29.699797','-96.593140',-6,1); -INSERT INTO zipcodes VALUES (78944,'Industry','TX','29.975083','-96.500810',-6,1); -INSERT INTO zipcodes VALUES (78945,'La Grange','TX','29.909764','-96.874500',-6,1); -INSERT INTO zipcodes VALUES (78946,'Ledbetter','TX','30.186858','-96.781850',-6,1); -INSERT INTO zipcodes VALUES (78947,'Lexington','TX','30.414806','-97.039040',-6,1); -INSERT INTO zipcodes VALUES (78948,'Lincoln','TX','30.298400','-96.953580',-6,1); -INSERT INTO zipcodes VALUES (78949,'Muldoon','TX','29.847433','-97.079880',-6,1); -INSERT INTO zipcodes VALUES (78950,'New Ulm','TX','29.909257','-96.496170',-6,1); -INSERT INTO zipcodes VALUES (78951,'Oakland','TX','29.604660','-96.524899',-6,1); -INSERT INTO zipcodes VALUES (78952,'Plum','TX','29.896219','-96.943868',-6,1); -INSERT INTO zipcodes VALUES (78953,'Rosanky','TX','29.846862','-97.331800',-6,1); -INSERT INTO zipcodes VALUES (78954,'Round Top','TX','30.057137','-96.677960',-6,1); -INSERT INTO zipcodes VALUES (78956,'Schulenburg','TX','29.680723','-96.919640',-6,1); -INSERT INTO zipcodes VALUES (78957,'Smithville','TX','30.010487','-97.160360',-6,1); -INSERT INTO zipcodes VALUES (78959,'Waelder','TX','29.697311','-97.290770',-6,1); -INSERT INTO zipcodes VALUES (78960,'Warda','TX','30.070257','-96.919390',-6,1); -INSERT INTO zipcodes VALUES (78961,'Round Top','TX','29.665518','-97.039741',-6,1); -INSERT INTO zipcodes VALUES (78962,'Weimar','TX','29.698373','-96.759320',-6,1); -INSERT INTO zipcodes VALUES (78963,'West Point','TX','29.930184','-97.026900',-6,1); -INSERT INTO zipcodes VALUES (78972,'Austin','TX','30.315360','-97.663293',-6,1); -INSERT INTO zipcodes VALUES (79001,'Adrian','TX','35.219500','-102.717950',-6,1); -INSERT INTO zipcodes VALUES (79002,'Alanreed','TX','35.201105','-100.749390',-6,1); -INSERT INTO zipcodes VALUES (79003,'Allison','TX','35.629034','-100.092910',-6,1); -INSERT INTO zipcodes VALUES (79005,'Booker','TX','36.427031','-100.510970',-6,1); -INSERT INTO zipcodes VALUES (79007,'Borger','TX','35.665899','-101.406660',-6,1); -INSERT INTO zipcodes VALUES (79008,'Borger','TX','35.631621','-101.599447',-6,1); -INSERT INTO zipcodes VALUES (79009,'Bovina','TX','34.517480','-102.894780',-6,1); -INSERT INTO zipcodes VALUES (79010,'Boys Ranch','TX','35.459732','-102.147570',-6,1); -INSERT INTO zipcodes VALUES (79011,'Briscoe','TX','35.662917','-100.219990',-6,1); -INSERT INTO zipcodes VALUES (79012,'Bushland','TX','35.191525','-102.088310',-6,1); -INSERT INTO zipcodes VALUES (79013,'Cactus','TX','36.044769','-102.011550',-6,1); -INSERT INTO zipcodes VALUES (79014,'Canadian','TX','35.866528','-100.313130',-6,1); -INSERT INTO zipcodes VALUES (79015,'Canyon','TX','34.971029','-101.921200',-6,1); -INSERT INTO zipcodes VALUES (79016,'Canyon','TX','34.965390','-101.895894',-6,1); -INSERT INTO zipcodes VALUES (79018,'Channing','TX','35.718644','-102.251860',-6,1); -INSERT INTO zipcodes VALUES (79019,'Claude','TX','35.062127','-101.416170',-6,1); -INSERT INTO zipcodes VALUES (79021,'Cotton Center','TX','33.980231','-102.026680',-6,1); -INSERT INTO zipcodes VALUES (79022,'Dalhart','TX','36.090281','-102.607690',-6,1); -INSERT INTO zipcodes VALUES (79024,'Darrouzett','TX','36.441178','-100.331230',-6,1); -INSERT INTO zipcodes VALUES (79025,'Dawn','TX','34.927650','-102.219970',-6,1); -INSERT INTO zipcodes VALUES (79027,'Dimmitt','TX','34.539266','-102.371080',-6,1); -INSERT INTO zipcodes VALUES (79029,'Dumas','TX','35.893121','-101.959080',-6,1); -INSERT INTO zipcodes VALUES (79031,'Earth','TX','34.235871','-102.406360',-6,1); -INSERT INTO zipcodes VALUES (79032,'Edmonson','TX','34.281443','-101.898000',-6,1); -INSERT INTO zipcodes VALUES (79033,'Farnsworth','TX','36.317403','-100.972720',-6,1); -INSERT INTO zipcodes VALUES (79034,'Follett','TX','36.397469','-100.161680',-6,1); -INSERT INTO zipcodes VALUES (79035,'Friona','TX','34.631714','-102.726580',-6,1); -INSERT INTO zipcodes VALUES (79036,'Fritch','TX','35.625603','-101.614130',-6,1); -INSERT INTO zipcodes VALUES (79039,'Groom','TX','35.235628','-101.101830',-6,1); -INSERT INTO zipcodes VALUES (79040,'Gruver','TX','36.271280','-101.494830',-6,1); -INSERT INTO zipcodes VALUES (79041,'Hale Center','TX','34.043076','-101.896950',-6,1); -INSERT INTO zipcodes VALUES (79042,'Happy','TX','34.759887','-101.831160',-6,1); -INSERT INTO zipcodes VALUES (79043,'Hart','TX','34.423414','-102.121320',-6,1); -INSERT INTO zipcodes VALUES (79044,'Hartley','TX','35.890235','-102.359500',-6,1); -INSERT INTO zipcodes VALUES (79045,'Hereford','TX','34.854898','-102.418240',-6,1); -INSERT INTO zipcodes VALUES (79046,'Higgins','TX','36.113986','-100.092350',-6,1); -INSERT INTO zipcodes VALUES (79051,'Kerrick','OK','36.531076','-102.331980',-6,1); -INSERT INTO zipcodes VALUES (79052,'Kress','TX','34.356732','-101.767690',-6,1); -INSERT INTO zipcodes VALUES (79053,'Lazbuddie','TX','34.391740','-102.602420',-6,1); -INSERT INTO zipcodes VALUES (79054,'Lefors','TX','35.444006','-100.801190',-6,1); -INSERT INTO zipcodes VALUES (79056,'Lipscomb','TX','36.232046','-100.279710',-6,1); -INSERT INTO zipcodes VALUES (79057,'Mclean','TX','35.263424','-100.616350',-6,1); -INSERT INTO zipcodes VALUES (79058,'Masterson','TX','35.837775','-101.892846',-6,1); -INSERT INTO zipcodes VALUES (79059,'Miami','TX','35.724847','-100.696100',-6,1); -INSERT INTO zipcodes VALUES (79061,'Mobeetie','TX','35.534558','-100.441050',-6,1); -INSERT INTO zipcodes VALUES (79062,'Morse','TX','36.004239','-101.546720',-6,1); -INSERT INTO zipcodes VALUES (79063,'Nazareth','TX','34.543766','-102.123490',-6,1); -INSERT INTO zipcodes VALUES (79064,'Olton','TX','34.187880','-102.133250',-6,1); -INSERT INTO zipcodes VALUES (79065,'Pampa','TX','35.533093','-100.960410',-6,1); -INSERT INTO zipcodes VALUES (79066,'Pampa','TX','35.533384','-100.956013',-6,1); -INSERT INTO zipcodes VALUES (79068,'Panhandle','TX','35.335288','-101.397520',-6,1); -INSERT INTO zipcodes VALUES (79070,'Perryton','TX','36.336972','-100.829660',-6,1); -INSERT INTO zipcodes VALUES (79072,'Plainview','TX','34.191002','-101.725060',-6,1); -INSERT INTO zipcodes VALUES (79073,'Plainview','TX','34.068903','-101.826997',-6,1); -INSERT INTO zipcodes VALUES (79077,'Samnorwood','TX','34.840485','-100.204928',-6,1); -INSERT INTO zipcodes VALUES (79078,'Sanford','TX','35.711770','-101.547160',-6,1); -INSERT INTO zipcodes VALUES (79079,'Shamrock','TX','35.227015','-100.275010',-6,1); -INSERT INTO zipcodes VALUES (79080,'Skellytown','TX','35.655035','-101.224770',-6,1); -INSERT INTO zipcodes VALUES (79081,'Spearman','TX','36.185112','-101.187830',-6,1); -INSERT INTO zipcodes VALUES (79082,'Springlake','TX','34.209814','-102.297610',-6,1); -INSERT INTO zipcodes VALUES (79083,'Stinnett','TX','35.844445','-101.480310',-6,1); -INSERT INTO zipcodes VALUES (79084,'Stratford','TX','36.281160','-102.021870',-6,1); -INSERT INTO zipcodes VALUES (79085,'Summerfield','TX','34.743735','-102.506442',-6,1); -INSERT INTO zipcodes VALUES (79086,'Sunray','TX','36.057372','-101.765990',-6,1); -INSERT INTO zipcodes VALUES (79087,'Texline','TX','36.316305','-102.976760',-6,1); -INSERT INTO zipcodes VALUES (79088,'Tulia','TX','34.541042','-101.729210',-6,1); -INSERT INTO zipcodes VALUES (79091,'Umbarger','TX','34.938094','-102.110870',-6,1); -INSERT INTO zipcodes VALUES (79092,'Vega','TX','35.209649','-102.426110',-6,1); -INSERT INTO zipcodes VALUES (79093,'Waka','TX','36.280101','-101.046730',-6,1); -INSERT INTO zipcodes VALUES (79094,'Wayside','TX','34.965329','-101.357838',-6,1); -INSERT INTO zipcodes VALUES (79095,'Wellington','TX','34.858194','-100.207630',-6,1); -INSERT INTO zipcodes VALUES (79096,'Wheeler','TX','35.459147','-100.201060',-6,1); -INSERT INTO zipcodes VALUES (79097,'White Deer','TX','35.432364','-101.166870',-6,1); -INSERT INTO zipcodes VALUES (79098,'Wildorado','TX','35.151101','-102.189770',-6,1); -INSERT INTO zipcodes VALUES (79101,'Amarillo','TX','35.206402','-101.839240',-6,1); -INSERT INTO zipcodes VALUES (79102,'Amarillo','TX','35.197852','-101.845430',-6,1); -INSERT INTO zipcodes VALUES (79103,'Amarillo','TX','35.184253','-101.810730',-6,1); -INSERT INTO zipcodes VALUES (79104,'Amarillo','TX','35.199652','-101.794860',-6,1); -INSERT INTO zipcodes VALUES (79105,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79106,'Amarillo','TX','35.204652','-101.883530',-6,1); -INSERT INTO zipcodes VALUES (79107,'Amarillo','TX','35.228302','-101.819460',-6,1); -INSERT INTO zipcodes VALUES (79108,'Amarillo','TX','35.296948','-101.786410',-6,1); -INSERT INTO zipcodes VALUES (79109,'Amarillo','TX','35.171903','-101.875810',-6,1); -INSERT INTO zipcodes VALUES (79110,'Amarillo','TX','35.157403','-101.861140',-6,1); -INSERT INTO zipcodes VALUES (79111,'Amarillo','TX','35.226552','-101.678750',-6,1); -INSERT INTO zipcodes VALUES (79114,'Amarillo','TX','35.050003','-101.817485',-6,1); -INSERT INTO zipcodes VALUES (79116,'Amarillo','TX','35.245398','-101.999047',-6,1); -INSERT INTO zipcodes VALUES (79117,'Amarillo','TX','35.308889','-101.843033',-6,1); -INSERT INTO zipcodes VALUES (79118,'Amarillo','TX','35.100501','-101.806060',-6,1); -INSERT INTO zipcodes VALUES (79119,'Amarillo','TX','35.097488','-101.981050',-6,1); -INSERT INTO zipcodes VALUES (79120,'Amarillo','TX','35.196352','-101.803412',-6,1); -INSERT INTO zipcodes VALUES (79121,'Amarillo','TX','35.173704','-101.929140',-6,1); -INSERT INTO zipcodes VALUES (79123,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79124,'Amarillo','TX','35.244819','-101.953910',-6,1); -INSERT INTO zipcodes VALUES (79159,'Amarillo','TX','35.216029','-102.071415',-6,1); -INSERT INTO zipcodes VALUES (79160,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79163,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79164,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79165,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79166,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79167,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79168,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79170,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79171,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79172,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79174,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79175,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79178,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79180,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79181,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79182,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79184,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79185,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79186,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79187,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79189,'Amarillo','TX','35.401475','-101.895089',-6,1); -INSERT INTO zipcodes VALUES (79201,'Childress','TX','34.385870','-100.284010',-6,1); -INSERT INTO zipcodes VALUES (79220,'Afton','TX','33.749303','-100.763930',-6,1); -INSERT INTO zipcodes VALUES (79221,'Aiken','TX','34.071514','-101.303130',-6,1); -INSERT INTO zipcodes VALUES (79222,'Carey','TX','34.529678','-100.207642',-6,1); -INSERT INTO zipcodes VALUES (79223,'Cee Vee','TX','34.216509','-100.471980',-6,1); -INSERT INTO zipcodes VALUES (79224,'Chalk','TX','34.074854','-100.258156',-6,1); -INSERT INTO zipcodes VALUES (79225,'Chillicothe','TX','34.261752','-99.520200',-6,1); -INSERT INTO zipcodes VALUES (79226,'Clarendon','TX','34.971719','-100.906620',-6,1); -INSERT INTO zipcodes VALUES (79227,'Crowell','TX','33.929907','-99.741940',-6,1); -INSERT INTO zipcodes VALUES (79229,'Dickens','TX','33.654512','-100.755170',-6,1); -INSERT INTO zipcodes VALUES (79230,'Dodson','TX','34.698438','-100.066230',-6,1); -INSERT INTO zipcodes VALUES (79231,'Dougherty','TX','33.943005','-101.092360',-6,1); -INSERT INTO zipcodes VALUES (79232,'Dumont','TX','33.773871','-100.614430',-6,1); -INSERT INTO zipcodes VALUES (79233,'Estelline','TX','34.545031','-100.437290',-6,1); -INSERT INTO zipcodes VALUES (79234,'Flomot','TX','34.241416','-100.937890',-6,1); -INSERT INTO zipcodes VALUES (79235,'Floydada','TX','33.941748','-101.300720',-6,1); -INSERT INTO zipcodes VALUES (79236,'Guthrie','TX','33.652122','-100.351990',-6,1); -INSERT INTO zipcodes VALUES (79237,'Hedley','TX','34.874151','-100.632880',-6,1); -INSERT INTO zipcodes VALUES (79238,'Kirkland','TX','34.529678','-100.207642',-6,1); -INSERT INTO zipcodes VALUES (79239,'Lakeview','TX','34.637427','-100.763880',-6,1); -INSERT INTO zipcodes VALUES (79240,'Lelia Lake','TX','34.896396','-100.767210',-6,1); -INSERT INTO zipcodes VALUES (79241,'Lockney','TX','34.192619','-101.389340',-6,1); -INSERT INTO zipcodes VALUES (79243,'Mcadoo','TX','33.787306','-100.984640',-6,1); -INSERT INTO zipcodes VALUES (79244,'Matador','TX','34.070936','-100.824880',-6,1); -INSERT INTO zipcodes VALUES (79245,'Memphis','TX','34.715551','-100.539640',-6,1); -INSERT INTO zipcodes VALUES (79247,'Odell','TX','34.345924','-99.416690',-6,1); -INSERT INTO zipcodes VALUES (79248,'Paducah','TX','34.006473','-100.212460',-6,1); -INSERT INTO zipcodes VALUES (79250,'Petersburg','TX','33.870404','-101.604670',-6,1); -INSERT INTO zipcodes VALUES (79251,'Quail','TX','34.975549','-100.446280',-6,1); -INSERT INTO zipcodes VALUES (79252,'Quanah','TX','34.297126','-99.777130',-6,1); -INSERT INTO zipcodes VALUES (79255,'Quitaque','TX','34.362997','-101.052090',-6,1); -INSERT INTO zipcodes VALUES (79256,'Roaring Springs','TX','33.915528','-100.817310',-6,1); -INSERT INTO zipcodes VALUES (79257,'Silverton','TX','34.444761','-101.325820',-6,1); -INSERT INTO zipcodes VALUES (79258,'South Plains','TX','34.071514','-101.303130',-6,1); -INSERT INTO zipcodes VALUES (79259,'Tell','TX','34.391847','-100.405970',-6,1); -INSERT INTO zipcodes VALUES (79261,'Turkey','TX','34.408268','-100.871320',-6,1); -INSERT INTO zipcodes VALUES (79301,'Earth','TX','34.230527','-102.410850',-6,1); -INSERT INTO zipcodes VALUES (79311,'Abernathy','TX','33.857895','-101.881560',-6,1); -INSERT INTO zipcodes VALUES (79312,'Amherst','TX','34.017448','-102.385800',-6,1); -INSERT INTO zipcodes VALUES (79313,'Anton','TX','33.823216','-102.164130',-6,1); -INSERT INTO zipcodes VALUES (79314,'Bledsoe','TX','33.616833','-103.019520',-6,1); -INSERT INTO zipcodes VALUES (79316,'Brownfield','TX','33.153528','-102.295680',-6,1); -INSERT INTO zipcodes VALUES (79320,'Bula','TX','33.861914','-102.673550',-6,1); -INSERT INTO zipcodes VALUES (79321,'Sudan','TX','34.061309','-102.521814',-6,1); -INSERT INTO zipcodes VALUES (79322,'Crosbyton','TX','33.653787','-101.228660',-6,1); -INSERT INTO zipcodes VALUES (79323,'Denver City','TX','32.976623','-102.846610',-6,1); -INSERT INTO zipcodes VALUES (79324,'Enochs','TX','33.895013','-102.781170',-6,1); -INSERT INTO zipcodes VALUES (79325,'Farwell','TX','34.389202','-102.899280',-6,1); -INSERT INTO zipcodes VALUES (79326,'Fieldton','TX','34.048770','-102.209580',-6,1); -INSERT INTO zipcodes VALUES (79329,'Idalou','TX','33.701827','-101.690930',-6,1); -INSERT INTO zipcodes VALUES (79330,'Justiceburg','TX','33.049930','-101.141460',-6,1); -INSERT INTO zipcodes VALUES (79331,'Lamesa','TX','32.714521','-101.940860',-6,1); -INSERT INTO zipcodes VALUES (79336,'Levelland','TX','33.609208','-102.414780',-6,1); -INSERT INTO zipcodes VALUES (79338,'Levelland','TX','33.593213','-102.362709',-6,1); -INSERT INTO zipcodes VALUES (79339,'Littlefield','TX','33.894823','-102.322820',-6,1); -INSERT INTO zipcodes VALUES (79342,'Loop','TX','32.893447','-102.309580',-6,1); -INSERT INTO zipcodes VALUES (79343,'Lorenzo','TX','33.605628','-101.520500',-6,1); -INSERT INTO zipcodes VALUES (79344,'Maple','TX','33.855245','-102.953190',-6,1); -INSERT INTO zipcodes VALUES (79345,'Meadow','TX','33.344598','-102.288140',-6,1); -INSERT INTO zipcodes VALUES (79346,'Morton','TX','33.688713','-102.817750',-6,1); -INSERT INTO zipcodes VALUES (79347,'Muleshoe','TX','34.206848','-102.785110',-6,1); -INSERT INTO zipcodes VALUES (79350,'New Deal','TX','33.751374','-101.836720',-6,1); -INSERT INTO zipcodes VALUES (79351,'Odonnell','TX','32.951473','-101.838950',-6,1); -INSERT INTO zipcodes VALUES (79353,'Pep','TX','33.783555','-102.591460',-6,1); -INSERT INTO zipcodes VALUES (79355,'Plains','TX','33.169970','-102.869920',-6,1); -INSERT INTO zipcodes VALUES (79356,'Post','TX','33.245276','-101.376380',-6,1); -INSERT INTO zipcodes VALUES (79357,'Ralls','TX','33.667836','-101.387940',-6,1); -INSERT INTO zipcodes VALUES (79358,'Ropesville','TX','33.425342','-102.165050',-6,1); -INSERT INTO zipcodes VALUES (79359,'Seagraves','TX','32.922387','-102.562650',-6,1); -INSERT INTO zipcodes VALUES (79360,'Seminole','TX','32.718232','-102.734580',-6,1); -INSERT INTO zipcodes VALUES (79363,'Shallowater','TX','33.701024','-102.019480',-6,1); -INSERT INTO zipcodes VALUES (79364,'Slaton','TX','33.437291','-101.650540',-6,1); -INSERT INTO zipcodes VALUES (79366,'Ransom Canyon','TX','33.531908','-101.694790',-6,1); -INSERT INTO zipcodes VALUES (79367,'Smyer','TX','33.588639','-102.161260',-6,1); -INSERT INTO zipcodes VALUES (79368,'Seminole','TX','33.044702','-102.099276',-6,1); -INSERT INTO zipcodes VALUES (79369,'Spade','TX','33.918430','-102.158220',-6,1); -INSERT INTO zipcodes VALUES (79370,'Spur','TX','33.478848','-100.896690',-6,1); -INSERT INTO zipcodes VALUES (79371,'Sudan','TX','34.068183','-102.526250',-6,1); -INSERT INTO zipcodes VALUES (79372,'Sundown','TX','33.457980','-102.488290',-6,1); -INSERT INTO zipcodes VALUES (79373,'Tahoka','TX','33.199867','-101.819490',-6,1); -INSERT INTO zipcodes VALUES (79376,'Tokio','TX','33.203713','-102.620180',-6,1); -INSERT INTO zipcodes VALUES (79377,'Welch','TX','32.931786','-102.146730',-6,1); -INSERT INTO zipcodes VALUES (79378,'Wellman','TX','33.037656','-102.442480',-6,1); -INSERT INTO zipcodes VALUES (79379,'Whiteface','TX','33.600017','-102.619530',-6,1); -INSERT INTO zipcodes VALUES (79380,'Whitharral','TX','33.733418','-102.331030',-6,1); -INSERT INTO zipcodes VALUES (79381,'Wilson','TX','33.327782','-101.769060',-6,1); -INSERT INTO zipcodes VALUES (79382,'Wolfforth','TX','33.483465','-102.020330',-6,1); -INSERT INTO zipcodes VALUES (79383,'New Home','TX','33.330983','-101.910650',-6,1); -INSERT INTO zipcodes VALUES (79401,'Lubbock','TX','33.578935','-101.831600',-6,1); -INSERT INTO zipcodes VALUES (79402,'Lubbock','TX','33.592235','-101.851144',-6,1); -INSERT INTO zipcodes VALUES (79403,'Lubbock','TX','33.614934','-101.806700',-6,1); -INSERT INTO zipcodes VALUES (79404,'Lubbock','TX','33.549785','-101.826340',-6,1); -INSERT INTO zipcodes VALUES (79405,'Lubbock','TX','33.570035','-101.849840',-6,1); -INSERT INTO zipcodes VALUES (79406,'Lubbock','TX','33.583798','-101.875250',-6,1); -INSERT INTO zipcodes VALUES (79407,'Lubbock','TX','33.567134','-101.983290',-6,1); -INSERT INTO zipcodes VALUES (79408,'Lubbock','TX','33.565926','-101.926690',-6,1); -INSERT INTO zipcodes VALUES (79409,'Lubbock','TX','33.610018','-101.821292',-6,1); -INSERT INTO zipcodes VALUES (79410,'Lubbock','TX','33.570135','-101.889010',-6,1); -INSERT INTO zipcodes VALUES (79411,'Lubbock','TX','33.570435','-101.861840',-6,1); -INSERT INTO zipcodes VALUES (79412,'Lubbock','TX','33.549135','-101.858460',-6,1); -INSERT INTO zipcodes VALUES (79413,'Lubbock','TX','33.547735','-101.888810',-6,1); -INSERT INTO zipcodes VALUES (79414,'Lubbock','TX','33.550335','-101.916610',-6,1); -INSERT INTO zipcodes VALUES (79415,'Lubbock','TX','33.623860','-101.880570',-6,1); -INSERT INTO zipcodes VALUES (79416,'Lubbock','TX','33.591877','-101.947540',-6,1); -INSERT INTO zipcodes VALUES (79423,'Lubbock','TX','33.496603','-101.869230',-6,1); -INSERT INTO zipcodes VALUES (79424,'Lubbock','TX','33.513337','-101.932390',-6,1); -INSERT INTO zipcodes VALUES (79430,'Lubbock','TX','33.610018','-101.821292',-6,1); -INSERT INTO zipcodes VALUES (79452,'Lubbock','TX','33.610018','-101.821292',-6,1); -INSERT INTO zipcodes VALUES (79453,'Lubbock','TX','33.610018','-101.821292',-6,1); -INSERT INTO zipcodes VALUES (79457,'Lubbock','TX','33.610018','-101.821292',-6,1); -INSERT INTO zipcodes VALUES (79464,'Lubbock','TX','33.489623','-102.010895',-6,1); -INSERT INTO zipcodes VALUES (79490,'Lubbock','TX','33.610018','-101.821292',-6,1); -INSERT INTO zipcodes VALUES (79491,'Lubbock','TX','33.610018','-101.821292',-6,1); -INSERT INTO zipcodes VALUES (79493,'Lubbock','TX','33.610018','-101.821292',-6,1); -INSERT INTO zipcodes VALUES (79499,'Lubbock','TX','33.610018','-101.821292',-6,1); -INSERT INTO zipcodes VALUES (79501,'Anson','TX','32.754555','-99.895070',-6,1); -INSERT INTO zipcodes VALUES (79502,'Aspermont','TX','33.151713','-100.254490',-6,1); -INSERT INTO zipcodes VALUES (79503,'Avoca','TX','32.882154','-99.692980',-6,1); -INSERT INTO zipcodes VALUES (79504,'Baird','TX','32.333638','-99.350550',-6,1); -INSERT INTO zipcodes VALUES (79505,'Benjamin','TX','33.565259','-99.848110',-6,1); -INSERT INTO zipcodes VALUES (79506,'Blackwell','TX','32.106949','-100.312280',-6,1); -INSERT INTO zipcodes VALUES (79508,'Buffalo Gap','TX','32.280068','-99.828080',-6,1); -INSERT INTO zipcodes VALUES (79510,'Clyde','TX','32.337156','-99.517010',-6,1); -INSERT INTO zipcodes VALUES (79511,'Coahoma','TX','32.387370','-101.281470',-6,1); -INSERT INTO zipcodes VALUES (79512,'Colorado City','TX','32.368824','-100.936890',-6,1); -INSERT INTO zipcodes VALUES (79516,'Dunn','TX','32.747707','-100.915300',-6,1); -INSERT INTO zipcodes VALUES (79517,'Fluvanna','TX','32.883354','-101.205970',-6,1); -INSERT INTO zipcodes VALUES (79518,'Girard','TX','33.361766','-100.689500',-6,1); -INSERT INTO zipcodes VALUES (79519,'Goldsboro','TX','32.043108','-99.708650',-6,1); -INSERT INTO zipcodes VALUES (79520,'Hamlin','TX','32.880190','-100.135830',-6,1); -INSERT INTO zipcodes VALUES (79521,'Haskell','TX','33.147497','-99.702460',-6,1); -INSERT INTO zipcodes VALUES (79525,'Hawley','TX','32.616906','-99.822110',-6,1); -INSERT INTO zipcodes VALUES (79526,'Hermleigh','TX','32.627475','-100.764160',-6,1); -INSERT INTO zipcodes VALUES (79527,'Ira','TX','32.584546','-101.065230',-6,1); -INSERT INTO zipcodes VALUES (79528,'Jayton','TX','33.238378','-100.573890',-6,1); -INSERT INTO zipcodes VALUES (79529,'Knox City','TX','33.423156','-99.820140',-6,1); -INSERT INTO zipcodes VALUES (79530,'Lawn','TX','32.128112','-99.763900',-6,1); -INSERT INTO zipcodes VALUES (79532,'Loraine','TX','32.409433','-100.712850',-6,1); -INSERT INTO zipcodes VALUES (79533,'Lueders','TX','32.806990','-99.608620',-6,1); -INSERT INTO zipcodes VALUES (79534,'McCaulley','TX','32.766833','-100.210480',-6,1); -INSERT INTO zipcodes VALUES (79535,'Maryneal','TX','32.249241','-100.449000',-6,1); -INSERT INTO zipcodes VALUES (79536,'Merkel','TX','32.473679','-100.027530',-6,1); -INSERT INTO zipcodes VALUES (79537,'Nolan','TX','32.269772','-100.235720',-6,1); -INSERT INTO zipcodes VALUES (79538,'Novice','TX','32.011087','-99.631670',-6,1); -INSERT INTO zipcodes VALUES (79539,'O Brien','TX','33.379469','-99.897080',-6,1); -INSERT INTO zipcodes VALUES (79540,'Old Glory','TX','33.151135','-100.041420',-6,1); -INSERT INTO zipcodes VALUES (79541,'Ovalo','TX','32.151983','-99.844830',-6,1); -INSERT INTO zipcodes VALUES (79543,'Roby','TX','32.739964','-100.381060',-6,1); -INSERT INTO zipcodes VALUES (79544,'Rochester','TX','33.308203','-99.862030',-6,1); -INSERT INTO zipcodes VALUES (79545,'Roscoe','TX','32.422985','-100.553970',-6,1); -INSERT INTO zipcodes VALUES (79546,'Rotan','TX','32.871440','-100.466350',-6,1); -INSERT INTO zipcodes VALUES (79547,'Rule','TX','33.196822','-99.905540',-6,1); -INSERT INTO zipcodes VALUES (79548,'Rule','TX','33.067644','-99.946860',-6,1); -INSERT INTO zipcodes VALUES (79549,'Snyder','TX','32.760229','-100.953440',-6,1); -INSERT INTO zipcodes VALUES (79550,'Snyder','TX','32.747707','-100.915300',-6,1); -INSERT INTO zipcodes VALUES (79552,'Stamford','TX','32.944761','-99.800304',-6,1); -INSERT INTO zipcodes VALUES (79553,'Stamford','TX','32.943145','-99.815950',-6,1); -INSERT INTO zipcodes VALUES (79556,'Sweetwater','TX','32.465621','-100.398140',-6,1); -INSERT INTO zipcodes VALUES (79560,'Sylvester','TX','32.684029','-100.199800',-6,1); -INSERT INTO zipcodes VALUES (79561,'Trent','TX','32.504094','-100.158220',-6,1); -INSERT INTO zipcodes VALUES (79562,'Tuscola','TX','32.230821','-99.900250',-6,1); -INSERT INTO zipcodes VALUES (79563,'Tye','TX','32.442465','-99.872380',-6,1); -INSERT INTO zipcodes VALUES (79565,'Westbrook','TX','32.358785','-101.072070',-6,1); -INSERT INTO zipcodes VALUES (79566,'Wingate','TX','32.109191','-100.105820',-6,1); -INSERT INTO zipcodes VALUES (79567,'Winters','TX','31.965685','-99.934710',-6,1); -INSERT INTO zipcodes VALUES (79571,'Haskell','TX','33.158381','-99.718725',-6,1); -INSERT INTO zipcodes VALUES (79601,'Abilene','TX','32.500532','-99.698030',-6,1); -INSERT INTO zipcodes VALUES (79602,'Abilene','TX','32.407690','-99.721070',-6,1); -INSERT INTO zipcodes VALUES (79603,'Abilene','TX','32.466724','-99.769270',-6,1); -INSERT INTO zipcodes VALUES (79604,'Abilene','TX','32.428796','-99.795167',-6,1); -INSERT INTO zipcodes VALUES (79605,'Abilene','TX','32.432975','-99.770960',-6,1); -INSERT INTO zipcodes VALUES (79606,'Abilene','TX','32.360362','-99.798860',-6,1); -INSERT INTO zipcodes VALUES (79607,'Dyess AFB','TX','32.417269','-99.822030',-6,1); -INSERT INTO zipcodes VALUES (79608,'Abilene','TX','32.302132','-99.890737',-6,1); -INSERT INTO zipcodes VALUES (79643,'Ozona','TX','30.711061','-101.215979',-6,1); -INSERT INTO zipcodes VALUES (79697,'Abilene','TX','32.302132','-99.890737',-6,1); -INSERT INTO zipcodes VALUES (79698,'Abilene','TX','32.475074','-99.734840',-6,1); -INSERT INTO zipcodes VALUES (79699,'Abilene','TX','32.466474','-99.711665',-6,1); -INSERT INTO zipcodes VALUES (79701,'Midland','TX','31.995623','-102.081080',-6,1); -INSERT INTO zipcodes VALUES (79702,'Midland','TX','31.963698','-102.080064',-6,1); -INSERT INTO zipcodes VALUES (79703,'Midland','TX','31.984823','-102.130150',-6,1); -INSERT INTO zipcodes VALUES (79704,'Midland','TX','31.869259','-102.031726',-6,1); -INSERT INTO zipcodes VALUES (79705,'Midland','TX','32.029022','-102.086180',-6,1); -INSERT INTO zipcodes VALUES (79706,'Midland','TX','31.880341','-101.963240',-6,1); -INSERT INTO zipcodes VALUES (79707,'Midland','TX','32.021056','-102.160080',-6,1); -INSERT INTO zipcodes VALUES (79708,'Midland','TX','31.869259','-102.031726',-6,1); -INSERT INTO zipcodes VALUES (79710,'Midland','TX','31.869259','-102.031726',-6,1); -INSERT INTO zipcodes VALUES (79711,'Midland','TX','31.869259','-102.031726',-6,1); -INSERT INTO zipcodes VALUES (79712,'Midland','TX','31.869259','-102.031726',-6,1); -INSERT INTO zipcodes VALUES (79713,'Ackerly','TX','32.520297','-101.735280',-6,1); -INSERT INTO zipcodes VALUES (79714,'Andrews','TX','32.345871','-102.567670',-6,1); -INSERT INTO zipcodes VALUES (79718,'Balmorhea','TX','30.966245','-103.731080',-6,1); -INSERT INTO zipcodes VALUES (79719,'Barstow','TX','31.461562','-103.398950',-6,1); -INSERT INTO zipcodes VALUES (79720,'Big Spring','TX','32.216490','-101.453200',-6,1); -INSERT INTO zipcodes VALUES (79721,'Big Spring','TX','32.273280','-101.373968',-6,1); -INSERT INTO zipcodes VALUES (79730,'Coyanosa','TX','31.179420','-103.035940',-6,1); -INSERT INTO zipcodes VALUES (79731,'Crane','TX','31.389079','-102.350590',-6,1); -INSERT INTO zipcodes VALUES (79733,'Forsan','TX','32.110298','-101.365500',-6,1); -INSERT INTO zipcodes VALUES (79734,'Fort Davis','TX','30.626134','-103.982740',-6,1); -INSERT INTO zipcodes VALUES (79735,'Fort Stockton','TX','30.877528','-102.852000',-6,1); -INSERT INTO zipcodes VALUES (79738,'Gail','TX','32.723865','-101.458110',-6,1); -INSERT INTO zipcodes VALUES (79739,'Garden City','TX','31.807661','-101.514750',-6,1); -INSERT INTO zipcodes VALUES (79740,'Girvin','TX','31.019602','-102.476750',-6,1); -INSERT INTO zipcodes VALUES (79741,'Goldsmith','TX','31.983989','-102.647290',-6,1); -INSERT INTO zipcodes VALUES (79742,'Grandfalls','TX','31.341970','-102.856400',-6,1); -INSERT INTO zipcodes VALUES (79743,'Imperial','TX','31.253704','-102.696000',-6,1); -INSERT INTO zipcodes VALUES (79744,'Iraan','TX','30.899378','-101.980290',-6,1); -INSERT INTO zipcodes VALUES (79745,'Kermit','TX','31.847071','-103.083990',-6,1); -INSERT INTO zipcodes VALUES (79748,'Knott','TX','32.388962','-101.663730',-6,1); -INSERT INTO zipcodes VALUES (79749,'Lenorah','TX','32.255909','-101.818240',-6,1); -INSERT INTO zipcodes VALUES (79752,'McCamey','TX','31.156902','-102.195980',-6,1); -INSERT INTO zipcodes VALUES (79754,'Mentone','TX','31.722850','-103.574490',-6,1); -INSERT INTO zipcodes VALUES (79755,'Midkiff','TX','31.608083','-101.865240',-6,1); -INSERT INTO zipcodes VALUES (79756,'Monahans','TX','31.568459','-102.896580',-6,1); -INSERT INTO zipcodes VALUES (79757,'Wickett','TX','31.566763','-103.014646',-6,1); -INSERT INTO zipcodes VALUES (79758,'Gardendale','TX','32.020274','-102.355120',-6,1); -INSERT INTO zipcodes VALUES (79759,'Notrees','TX','31.840191','-102.747090',-6,1); -INSERT INTO zipcodes VALUES (79760,'Odessa','TX','31.765163','-102.354346',-6,1); -INSERT INTO zipcodes VALUES (79761,'Odessa','TX','31.854455','-102.359060',-6,1); -INSERT INTO zipcodes VALUES (79762,'Odessa','TX','31.890374','-102.353980',-6,1); -INSERT INTO zipcodes VALUES (79763,'Odessa','TX','31.817344','-102.423150',-6,1); -INSERT INTO zipcodes VALUES (79764,'Odessa','TX','31.865770','-102.453670',-6,1); -INSERT INTO zipcodes VALUES (79765,'Odessa','TX','31.910706','-102.286440',-6,1); -INSERT INTO zipcodes VALUES (79766,'Odessa','TX','31.749504','-102.321770',-6,1); -INSERT INTO zipcodes VALUES (79768,'Odessa','TX','31.869142','-102.542944',-6,1); -INSERT INTO zipcodes VALUES (79769,'Odessa','TX','31.746572','-102.566993',-6,1); -INSERT INTO zipcodes VALUES (79770,'Orla','TX','31.383297','-103.556598',-6,1); -INSERT INTO zipcodes VALUES (79772,'Pecos','TX','31.388404','-103.525150',-6,1); -INSERT INTO zipcodes VALUES (79776,'Penwell','TX','31.730204','-102.628310',-6,1); -INSERT INTO zipcodes VALUES (79777,'Pyote','TX','31.535153','-103.127220',-6,1); -INSERT INTO zipcodes VALUES (79778,'Rankin','TX','31.224400','-101.943170',-6,1); -INSERT INTO zipcodes VALUES (79779,'Royalty','TX','31.459448','-103.188993',-6,1); -INSERT INTO zipcodes VALUES (79780,'Saragosa','TX','31.026706','-103.655090',-6,1); -INSERT INTO zipcodes VALUES (79781,'Sheffield','TX','30.703917','-101.872230',-6,1); -INSERT INTO zipcodes VALUES (79782,'Stanton','TX','32.090230','-101.816910',-6,1); -INSERT INTO zipcodes VALUES (79783,'Tarzan','TX','32.369835','-102.033170',-6,1); -INSERT INTO zipcodes VALUES (79785,'Toyah','TX','31.306912','-103.793770',-6,1); -INSERT INTO zipcodes VALUES (79786,'Toyahvale','TX','31.383297','-103.556598',-6,1); -INSERT INTO zipcodes VALUES (79788,'Wickett','TX','31.569032','-103.006890',-6,1); -INSERT INTO zipcodes VALUES (79789,'Wink','TX','31.753101','-103.157370',-6,1); -INSERT INTO zipcodes VALUES (79821,'Anthony','TX','31.977553','-106.604690',-7,1); -INSERT INTO zipcodes VALUES (79830,'Alpine','TX','30.011559','-103.564440',-6,1); -INSERT INTO zipcodes VALUES (79831,'Alpine','TX','30.349136','-103.692710',-6,1); -INSERT INTO zipcodes VALUES (79832,'Alpine','TX','30.363139','-103.653904',-6,1); -INSERT INTO zipcodes VALUES (79834,'Big Bend National Park','TX','29.321321','-103.210850',-6,1); -INSERT INTO zipcodes VALUES (79835,'Canutillo','TX','31.932926','-106.595770',-7,1); -INSERT INTO zipcodes VALUES (79836,'Clint','TX','31.570185','-106.213300',-7,1); -INSERT INTO zipcodes VALUES (79837,'Dell City','TX','31.937024','-105.193530',-7,1); -INSERT INTO zipcodes VALUES (79838,'Fabens','TX','31.490587','-106.153810',-7,1); -INSERT INTO zipcodes VALUES (79839,'Fort Hancock','TX','31.270689','-105.665300',-7,1); -INSERT INTO zipcodes VALUES (79841,'Sierra Blanca','TX','32.624796','-103.597991',-7,1); -INSERT INTO zipcodes VALUES (79842,'Marathon','TX','30.121690','-103.220910',-6,1); -INSERT INTO zipcodes VALUES (79843,'Marfa','TX','30.217129','-104.220450',-6,1); -INSERT INTO zipcodes VALUES (79845,'Presidio','TX','29.597409','-104.270580',-6,1); -INSERT INTO zipcodes VALUES (79846,'Redford','TX','29.444333','-104.116280',-6,1); -INSERT INTO zipcodes VALUES (79847,'Salt Flat','TX','31.820395','-105.308820',-7,1); -INSERT INTO zipcodes VALUES (79848,'Sanderson','TX','30.144953','-102.398940',-6,1); -INSERT INTO zipcodes VALUES (79849,'San Elizario','TX','31.577344','-106.267200',-7,1); -INSERT INTO zipcodes VALUES (79850,'Shafter','TX','29.943719','-104.386683',-6,1); -INSERT INTO zipcodes VALUES (79851,'Sierra Blanca','TX','31.182009','-105.340840',-7,1); -INSERT INTO zipcodes VALUES (79852,'Terlingua','TX','29.441286','-103.636430',-6,1); -INSERT INTO zipcodes VALUES (79853,'Tornillo','TX','31.447738','-106.090490',-7,1); -INSERT INTO zipcodes VALUES (79854,'Valentine','TX','30.647349','-104.521920',-6,1); -INSERT INTO zipcodes VALUES (79855,'Van Horn','TX','31.099326','-104.695110',-6,1); -INSERT INTO zipcodes VALUES (79858,'Fabens','TX','31.509199','-106.151727',-7,1); -INSERT INTO zipcodes VALUES (79870,'Alpine','TX','30.354251','-103.658391',-6,1); -INSERT INTO zipcodes VALUES (79901,'El Paso','TX','31.759558','-106.480110',-7,1); -INSERT INTO zipcodes VALUES (79902,'El Paso','TX','31.775458','-106.494500',-7,1); -INSERT INTO zipcodes VALUES (79903,'El Paso','TX','31.786221','-106.445830',-7,1); -INSERT INTO zipcodes VALUES (79904,'El Paso','TX','31.852156','-106.441810',-7,1); -INSERT INTO zipcodes VALUES (79905,'El Paso','TX','31.768758','-106.430470',-7,1); -INSERT INTO zipcodes VALUES (79906,'El Paso','TX','31.809263','-106.430810',-7,1); -INSERT INTO zipcodes VALUES (79907,'El Paso','TX','31.708310','-106.327490',-7,1); -INSERT INTO zipcodes VALUES (79908,'El Paso','TX','31.912449','-106.325010',-7,1); -INSERT INTO zipcodes VALUES (79910,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79911,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79912,'El Paso','TX','31.848055','-106.544870',-7,1); -INSERT INTO zipcodes VALUES (79913,'El Paso','TX','31.937280','-106.572393',-7,1); -INSERT INTO zipcodes VALUES (79914,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79915,'El Paso','TX','31.743038','-106.369570',-7,1); -INSERT INTO zipcodes VALUES (79916,'El Paso','TX','31.744353','-106.287923',-7,1); -INSERT INTO zipcodes VALUES (79917,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79918,'El Paso','TX','31.831782','-106.390656',-7,1); -INSERT INTO zipcodes VALUES (79920,'El Paso','TX','31.821439','-106.461405',-7,1); -INSERT INTO zipcodes VALUES (79922,'El Paso','NM','31.789109','-106.542910',-7,1); -INSERT INTO zipcodes VALUES (79923,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79924,'El Paso','TX','31.901737','-106.418270',-7,1); -INSERT INTO zipcodes VALUES (79925,'El Paso','TX','31.782408','-106.363530',-7,1); -INSERT INTO zipcodes VALUES (79926,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79927,'El Paso','TX','31.684338','-106.207880',-7,1); -INSERT INTO zipcodes VALUES (79928,'El Paso','TX','31.674736','-106.197528',-7,1); -INSERT INTO zipcodes VALUES (79929,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79930,'El Paso','TX','31.803457','-106.457580',-7,1); -INSERT INTO zipcodes VALUES (79931,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79932,'El Paso','TX','31.865696','-106.599820',-7,1); -INSERT INTO zipcodes VALUES (79934,'El Paso','TX','31.943633','-106.424020',-7,1); -INSERT INTO zipcodes VALUES (79935,'El Paso','TX','31.784541','-106.337050',-7,1); -INSERT INTO zipcodes VALUES (79936,'El Paso','TX','31.766355','-106.298280',-7,1); -INSERT INTO zipcodes VALUES (79937,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79938,'El Paso','TX','31.852355','-106.093250',-7,1); -INSERT INTO zipcodes VALUES (79940,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79941,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79942,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79943,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79944,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79945,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79946,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79947,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79948,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79949,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79950,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79951,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79952,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79953,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79954,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79955,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79958,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79960,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79961,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79966,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79968,'El Paso','TX','31.770458','-106.504843',-7,1); -INSERT INTO zipcodes VALUES (79973,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79974,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79975,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79976,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79977,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79978,'El Paso','TX','31.799275','-106.382757',-7,1); -INSERT INTO zipcodes VALUES (79980,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79982,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79983,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79984,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79985,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79986,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79987,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79988,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79989,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79990,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79991,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79992,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79993,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79994,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79995,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79996,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79997,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79998,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (79999,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (80000,'Aurora','CO','39.669637','-104.773083',-7,1); -INSERT INTO zipcodes VALUES (80001,'Arvada','CO','39.522014','-105.223945',-7,1); -INSERT INTO zipcodes VALUES (80002,'Arvada','CO','39.795006','-105.098100',-7,1); -INSERT INTO zipcodes VALUES (80003,'Arvada','CO','39.825357','-105.064390',-7,1); -INSERT INTO zipcodes VALUES (80004,'Arvada','CO','39.814310','-105.122630',-7,1); -INSERT INTO zipcodes VALUES (80005,'Arvada','CO','39.843304','-105.118960',-7,1); -INSERT INTO zipcodes VALUES (80006,'Arvada','CO','39.522014','-105.223945',-7,1); -INSERT INTO zipcodes VALUES (80007,'Arvada','CO','39.833442','-105.185910',-7,1); -INSERT INTO zipcodes VALUES (80010,'Aurora','CO','39.739387','-104.862100',-7,1); -INSERT INTO zipcodes VALUES (80011,'Aurora','CO','39.739737','-104.809050',-7,1); -INSERT INTO zipcodes VALUES (80012,'Aurora','CO','39.698387','-104.839560',-7,1); -INSERT INTO zipcodes VALUES (80013,'Aurora','CO','39.659105','-104.779100',-7,1); -INSERT INTO zipcodes VALUES (80014,'Aurora','CO','39.665637','-104.834210',-7,1); -INSERT INTO zipcodes VALUES (80015,'Aurora','CO','39.623896','-104.777230',-7,1); -INSERT INTO zipcodes VALUES (80016,'Aurora','CO','39.595115','-104.748500',-7,1); -INSERT INTO zipcodes VALUES (80017,'Aurora','CO','39.695269','-104.784390',-7,1); -INSERT INTO zipcodes VALUES (80018,'Aurora','CO','39.689244','-104.716600',-7,1); -INSERT INTO zipcodes VALUES (80019,'Aurora','CO','39.784036','-104.722890',-7,1); -INSERT INTO zipcodes VALUES (80020,'Broomfield','CO','39.934040','-105.054540',-7,1); -INSERT INTO zipcodes VALUES (80021,'Broomfield','CO','39.881608','-105.099530',-7,1); -INSERT INTO zipcodes VALUES (80022,'Commerce City','CO','39.836586','-104.903900',-7,1); -INSERT INTO zipcodes VALUES (80024,'Dupont','CO','39.844685','-104.918510',-7,1); -INSERT INTO zipcodes VALUES (80025,'Eldorado Springs','CO','39.929260','-105.288630',-7,1); -INSERT INTO zipcodes VALUES (80026,'Lafayette','CO','40.002156','-105.100360',-7,1); -INSERT INTO zipcodes VALUES (80027,'Louisville','CO','39.963322','-105.150530',-7,1); -INSERT INTO zipcodes VALUES (80028,'Louisville','CO','40.087835','-105.373507',-7,1); -INSERT INTO zipcodes VALUES (80030,'Westminster','CO','39.830936','-105.037360',-7,1); -INSERT INTO zipcodes VALUES (80031,'Westminster','CO','39.866785','-105.041430',-7,1); -INSERT INTO zipcodes VALUES (80033,'Wheat Ridge','CO','39.774341','-105.100360',-7,1); -INSERT INTO zipcodes VALUES (80034,'Wheat Ridge','CO','39.522014','-105.223945',-7,1); -INSERT INTO zipcodes VALUES (80035,'Westminster','CO','39.807970','-104.407918',-7,1); -INSERT INTO zipcodes VALUES (80036,'Westminster','CO','39.807970','-104.407918',-7,1); -INSERT INTO zipcodes VALUES (80037,'Commerce City','CO','39.807970','-104.407918',-7,1); -INSERT INTO zipcodes VALUES (80038,'Broomfield','CO','40.087835','-105.373507',-7,1); -INSERT INTO zipcodes VALUES (80040,'Aurora','CO','39.807970','-104.407918',-7,1); -INSERT INTO zipcodes VALUES (80041,'Aurora','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80042,'Aurora','CO','39.807970','-104.407918',-7,1); -INSERT INTO zipcodes VALUES (80044,'Aurora','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80045,'Aurora','CO','39.746736','-104.838361',-7,1); -INSERT INTO zipcodes VALUES (80046,'Aurora','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80047,'Aurora','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80061,'Westminster','CO','39.862286','-105.072049',-7,1); -INSERT INTO zipcodes VALUES (80101,'Agate','CO','39.378712','-104.024090',-7,1); -INSERT INTO zipcodes VALUES (80102,'Bennett','CO','39.760573','-104.431000',-7,1); -INSERT INTO zipcodes VALUES (80103,'Byers','CO','39.746563','-104.171620',-7,1); -INSERT INTO zipcodes VALUES (80104,'Castle Rock','CO','39.385141','-104.859620',-7,1); -INSERT INTO zipcodes VALUES (80105,'Deer Trail','CO','39.631741','-104.015940',-7,1); -INSERT INTO zipcodes VALUES (80106,'Elbert','CO','39.148692','-104.563500',-7,1); -INSERT INTO zipcodes VALUES (80107,'Elizabeth','CO','39.397242','-104.586960',-7,1); -INSERT INTO zipcodes VALUES (80108,'Castle Rock','CO','39.453833','-104.885409',-7,1); -INSERT INTO zipcodes VALUES (80109,'Castle Rock','CO','39.380857','-104.899470',-7,1); -INSERT INTO zipcodes VALUES (80110,'Englewood','CO','39.646847','-104.990760',-7,1); -INSERT INTO zipcodes VALUES (80111,'Englewood','CO','39.610431','-104.881390',-7,1); -INSERT INTO zipcodes VALUES (80112,'Englewood','CO','39.579454','-104.882880',-7,1); -INSERT INTO zipcodes VALUES (80115,'Aurora','CO','39.636562','-104.820930',-7,1); -INSERT INTO zipcodes VALUES (80116,'Franktown','CO','39.355957','-104.724100',-7,1); -INSERT INTO zipcodes VALUES (80117,'Kiowa','CO','39.382543','-104.428470',-7,1); -INSERT INTO zipcodes VALUES (80118,'Larkspur','CO','39.206652','-104.909830',-7,1); -INSERT INTO zipcodes VALUES (80120,'Littleton','CO','39.599687','-105.006580',-7,1); -INSERT INTO zipcodes VALUES (80121,'Littleton','CO','39.607386','-104.958050',-7,1); -INSERT INTO zipcodes VALUES (80122,'Littleton','CO','39.582604','-104.958340',-7,1); -INSERT INTO zipcodes VALUES (80123,'Littleton','CO','39.616114','-105.073930',-7,1); -INSERT INTO zipcodes VALUES (80124,'Littleton','CO','39.543478','-104.896440',-7,1); -INSERT INTO zipcodes VALUES (80125,'Littleton','CO','39.479365','-105.067080',-7,1); -INSERT INTO zipcodes VALUES (80126,'Littleton','CO','39.544549','-104.968080',-7,1); -INSERT INTO zipcodes VALUES (80127,'Littleton','CO','39.599755','-105.130520',-7,1); -INSERT INTO zipcodes VALUES (80128,'Littleton','CO','39.576838','-105.078820',-7,1); -INSERT INTO zipcodes VALUES (80129,'Littleton','CO','39.539556','-105.009739',-7,1); -INSERT INTO zipcodes VALUES (80130,'Lone Tree','CO','39.541571','-104.921520',-7,1); -INSERT INTO zipcodes VALUES (80131,'Louviers','CO','39.347863','-104.994708',-7,1); -INSERT INTO zipcodes VALUES (80132,'Monument','CO','39.098692','-104.868400',-7,1); -INSERT INTO zipcodes VALUES (80133,'Palmer Lake','CO','39.113371','-104.904930',-7,1); -INSERT INTO zipcodes VALUES (80134,'Parker','CO','39.508608','-104.780310',-7,1); -INSERT INTO zipcodes VALUES (80135,'Sedalia','CO','39.340969','-105.054040',-7,1); -INSERT INTO zipcodes VALUES (80136,'Strasburg','CO','39.776934','-104.309970',-7,1); -INSERT INTO zipcodes VALUES (80137,'Watkins','CO','39.749664','-104.608110',-7,1); -INSERT INTO zipcodes VALUES (80138,'Parker','CO','39.523171','-104.706070',-7,1); -INSERT INTO zipcodes VALUES (80139,'Parker','CO','39.514740','-104.744145',-7,1); -INSERT INTO zipcodes VALUES (80150,'Englewood','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80151,'Englewood','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80154,'Englewood','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80155,'Englewood','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80160,'Littleton','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80161,'Littleton','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80162,'Littleton','CO','39.522014','-105.223945',-7,1); -INSERT INTO zipcodes VALUES (80163,'Littleton','CO','39.347863','-104.994708',-7,1); -INSERT INTO zipcodes VALUES (80165,'Littleton','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80166,'Littleton','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80201,'Denver','CO','39.726303','-104.856808',-7,1); -INSERT INTO zipcodes VALUES (80202,'Denver','CO','39.751586','-104.996990',-7,1); -INSERT INTO zipcodes VALUES (80203,'Denver','CO','39.731286','-104.983060',-7,1); -INSERT INTO zipcodes VALUES (80204,'Denver','CO','39.734686','-105.019660',-7,1); -INSERT INTO zipcodes VALUES (80205,'Denver','CO','39.758986','-104.966780',-7,1); -INSERT INTO zipcodes VALUES (80206,'Denver','CO','39.731237','-104.952430',-7,1); -INSERT INTO zipcodes VALUES (80207,'Denver','CO','39.759386','-104.919450',-7,1); -INSERT INTO zipcodes VALUES (80208,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80209,'Denver','CO','39.706535','-104.966980',-7,1); -INSERT INTO zipcodes VALUES (80210,'Denver','CO','39.679437','-104.964730',-7,1); -INSERT INTO zipcodes VALUES (80211,'Denver','CO','39.767536','-105.019730',-7,1); -INSERT INTO zipcodes VALUES (80212,'Denver','CO','39.770336','-105.046880',-7,1); -INSERT INTO zipcodes VALUES (80214,'Denver','CO','39.745526','-105.062510',-7,1); -INSERT INTO zipcodes VALUES (80215,'Denver','CO','39.744437','-105.104410',-7,1); -INSERT INTO zipcodes VALUES (80216,'Denver','CO','39.784622','-104.962140',-7,1); -INSERT INTO zipcodes VALUES (80217,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80218,'Denver','CO','39.731237','-104.971330',-7,1); -INSERT INTO zipcodes VALUES (80219,'Denver','CO','39.698137','-105.034830',-7,1); -INSERT INTO zipcodes VALUES (80220,'Denver','CO','39.734387','-104.916780',-7,1); -INSERT INTO zipcodes VALUES (80221,'Denver','CO','39.816536','-105.011230',-7,1); -INSERT INTO zipcodes VALUES (80222,'Denver','CO','39.669237','-104.927660',-7,1); -INSERT INTO zipcodes VALUES (80223,'Denver','CO','39.699156','-104.999990',-7,1); -INSERT INTO zipcodes VALUES (80224,'Denver','CO','39.688437','-104.913480',-7,1); -INSERT INTO zipcodes VALUES (80225,'Denver','CO','39.697090','-105.120440',-7,1); -INSERT INTO zipcodes VALUES (80226,'Denver','CO','39.712220','-105.089180',-7,1); -INSERT INTO zipcodes VALUES (80227,'Denver','CO','39.668576','-105.091910',-7,1); -INSERT INTO zipcodes VALUES (80228,'Denver','CO','39.688278','-105.145580',-7,1); -INSERT INTO zipcodes VALUES (80229,'Denver','CO','39.859585','-104.959430',-7,1); -INSERT INTO zipcodes VALUES (80230,'Denver','CO','39.721763','-104.896270',-7,1); -INSERT INTO zipcodes VALUES (80231,'Denver','CO','39.681687','-104.883380',-7,1); -INSERT INTO zipcodes VALUES (80232,'Denver','CO','39.690387','-105.088660',-7,1); -INSERT INTO zipcodes VALUES (80233,'Denver','CO','39.903043','-104.954400',-7,1); -INSERT INTO zipcodes VALUES (80234,'Denver','CO','39.909100','-105.008290',-7,1); -INSERT INTO zipcodes VALUES (80235,'Denver','CO','39.648328','-105.084310',-7,1); -INSERT INTO zipcodes VALUES (80236,'Denver','CO','39.652454','-105.040890',-7,1); -INSERT INTO zipcodes VALUES (80237,'Denver','CO','39.643637','-104.904060',-7,1); -INSERT INTO zipcodes VALUES (80238,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80239,'Denver','CO','39.788236','-104.830340',-7,1); -INSERT INTO zipcodes VALUES (80241,'Denver','CO','39.929566','-104.949310',-7,1); -INSERT INTO zipcodes VALUES (80243,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80244,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80246,'Denver','CO','39.705318','-104.931130',-7,1); -INSERT INTO zipcodes VALUES (80247,'Denver','CO','39.693573','-104.876649',-7,1); -INSERT INTO zipcodes VALUES (80248,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80249,'Denver','CO','39.793686','-104.739130',-7,1); -INSERT INTO zipcodes VALUES (80250,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80251,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80252,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80254,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80255,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80256,'Denver','CO','39.747390','-104.992842',-7,1); -INSERT INTO zipcodes VALUES (80257,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80259,'Denver','CO','39.746239','-104.991334',-7,1); -INSERT INTO zipcodes VALUES (80260,'Denver','CO','39.868635','-105.008050',-7,1); -INSERT INTO zipcodes VALUES (80261,'Denver','CO','39.737929','-104.985036',-7,1); -INSERT INTO zipcodes VALUES (80262,'Denver','CO','39.731038','-104.938391',-7,1); -INSERT INTO zipcodes VALUES (80263,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80264,'Denver','CO','39.742486','-104.985630',-7,1); -INSERT INTO zipcodes VALUES (80265,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80266,'Denver','CO','39.747179','-104.991511',-7,1); -INSERT INTO zipcodes VALUES (80270,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80271,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80273,'Denver','CO','39.727293','-104.987535',-7,1); -INSERT INTO zipcodes VALUES (80274,'Denver','CO','39.743934','-104.987577',-7,1); -INSERT INTO zipcodes VALUES (80275,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80279,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80280,'Denver','CO','39.716675','-104.906942',-7,1); -INSERT INTO zipcodes VALUES (80281,'Denver','CO','39.743940','-104.987577',-7,1); -INSERT INTO zipcodes VALUES (80290,'Denver','CO','39.744086','-104.986960',-7,1); -INSERT INTO zipcodes VALUES (80291,'Denver','CO','39.743940','-104.987577',-7,1); -INSERT INTO zipcodes VALUES (80292,'Denver','CO','39.747390','-104.992842',-7,1); -INSERT INTO zipcodes VALUES (80293,'Denver','CO','39.746286','-104.990080',-7,1); -INSERT INTO zipcodes VALUES (80294,'Denver','CO','39.749436','-104.989480',-7,1); -INSERT INTO zipcodes VALUES (80295,'Denver','CO','39.745486','-104.986336',-7,1); -INSERT INTO zipcodes VALUES (80296,'Sherrelwood','CO','39.832432','-104.987535',-7,1); -INSERT INTO zipcodes VALUES (80299,'Denver','CO','39.738752','-104.408349',-7,1); -INSERT INTO zipcodes VALUES (80301,'Boulder','CO','40.044385','-105.219280',-7,1); -INSERT INTO zipcodes VALUES (80302,'Boulder','CO','40.020885','-105.296730',-7,1); -INSERT INTO zipcodes VALUES (80303,'Boulder','CO','39.989135','-105.228830',-7,1); -INSERT INTO zipcodes VALUES (80304,'Boulder','CO','40.039784','-105.279380',-7,1); -INSERT INTO zipcodes VALUES (80305,'Boulder','CO','39.979691','-105.252586',-7,1); -INSERT INTO zipcodes VALUES (80306,'Boulder','CO','40.102219','-105.384694',-7,1); -INSERT INTO zipcodes VALUES (80307,'Boulder','CO','40.087835','-105.373507',-7,1); -INSERT INTO zipcodes VALUES (80308,'Boulder','CO','40.027672','-105.386800',-7,1); -INSERT INTO zipcodes VALUES (80309,'Boulder','CO','40.087835','-105.373507',-7,1); -INSERT INTO zipcodes VALUES (80310,'Boulder','CO','40.087835','-105.373507',-7,1); -INSERT INTO zipcodes VALUES (80314,'Boulder','CO','40.087835','-105.373507',-7,1); -INSERT INTO zipcodes VALUES (80321,'Boulder','CO','40.087835','-105.373507',-7,1); -INSERT INTO zipcodes VALUES (80322,'Boulder','CO','40.087835','-105.373507',-7,1); -INSERT INTO zipcodes VALUES (80323,'Boulder','CO','40.087835','-105.373507',-7,1); -INSERT INTO zipcodes VALUES (80328,'Boulder','CO','40.087835','-105.373507',-7,1); -INSERT INTO zipcodes VALUES (80329,'Boulder','CO','40.087835','-105.373507',-7,1); -INSERT INTO zipcodes VALUES (80401,'Golden','CO','39.735745','-105.193370',-7,1); -INSERT INTO zipcodes VALUES (80402,'Golden','CO','39.522014','-105.223945',-7,1); -INSERT INTO zipcodes VALUES (80403,'Golden','CO','39.827903','-105.322560',-7,1); -INSERT INTO zipcodes VALUES (80419,'Golden','CO','39.522014','-105.223945',-7,1); -INSERT INTO zipcodes VALUES (80420,'Alma','CO','39.293921','-106.068890',-7,1); -INSERT INTO zipcodes VALUES (80421,'Bailey','CO','39.460306','-105.476000',-7,1); -INSERT INTO zipcodes VALUES (80422,'Black Hawk','CO','39.813744','-105.508750',-7,1); -INSERT INTO zipcodes VALUES (80423,'Bond','CO','39.871619','-106.572670',-7,1); -INSERT INTO zipcodes VALUES (80424,'Breckenridge','CO','39.478893','-106.037470',-7,1); -INSERT INTO zipcodes VALUES (80425,'Buffalo Creek','CO','39.361089','-105.224720',-7,1); -INSERT INTO zipcodes VALUES (80426,'Burns','CO','39.885527','-106.930180',-7,1); -INSERT INTO zipcodes VALUES (80427,'Central City','CO','39.804776','-105.534220',-7,1); -INSERT INTO zipcodes VALUES (80428,'Clark','CO','40.854473','-106.924380',-7,1); -INSERT INTO zipcodes VALUES (80429,'Climax','CO','39.225758','-106.311697',-7,1); -INSERT INTO zipcodes VALUES (80430,'Coalmont','CO','40.436948','-106.494240',-7,1); -INSERT INTO zipcodes VALUES (80432,'Como','CO','39.243440','-105.794310',-7,1); -INSERT INTO zipcodes VALUES (80433,'Conifer','CO','39.514738','-105.311980',-7,1); -INSERT INTO zipcodes VALUES (80434,'Cowdrey','CO','40.923010','-106.331040',-7,1); -INSERT INTO zipcodes VALUES (80435,'Dillon','CO','39.607479','-105.979370',-7,1); -INSERT INTO zipcodes VALUES (80436,'Dumont','CO','39.766277','-105.615230',-7,1); -INSERT INTO zipcodes VALUES (80437,'Evergreen','CO','39.522014','-105.223945',-7,1); -INSERT INTO zipcodes VALUES (80438,'Empire','CO','39.762835','-105.713020',-7,1); -INSERT INTO zipcodes VALUES (80439,'Evergreen','CO','39.642572','-105.368120',-7,1); -INSERT INTO zipcodes VALUES (80440,'Fairplay','CO','39.221060','-106.006500',-7,1); -INSERT INTO zipcodes VALUES (80442,'Fraser','CO','39.949217','-105.834380',-7,1); -INSERT INTO zipcodes VALUES (80443,'Frisco','CO','39.532506','-106.140290',-7,1); -INSERT INTO zipcodes VALUES (80444,'Georgetown','CO','39.694915','-105.725800',-7,1); -INSERT INTO zipcodes VALUES (80446,'Granby','CO','40.142434','-105.955020',-7,1); -INSERT INTO zipcodes VALUES (80447,'Grand Lake','CO','40.238320','-105.846880',-7,1); -INSERT INTO zipcodes VALUES (80448,'Grant','CO','39.459109','-105.728730',-7,1); -INSERT INTO zipcodes VALUES (80449,'Hartsel','CO','38.993175','-105.799160',-7,1); -INSERT INTO zipcodes VALUES (80451,'Hot Sulphur Springs','CO','40.101485','-106.118620',-7,1); -INSERT INTO zipcodes VALUES (80452,'Idaho Springs','CO','39.737369','-105.560540',-7,1); -INSERT INTO zipcodes VALUES (80453,'Idledale','CO','39.668426','-105.244245',-7,1); -INSERT INTO zipcodes VALUES (80454,'Indian Hills','CO','39.631254','-105.260710',-7,1); -INSERT INTO zipcodes VALUES (80455,'Jamestown','CO','40.094785','-105.398440',-7,1); -INSERT INTO zipcodes VALUES (80456,'Jefferson','CO','39.310793','-105.740270',-7,1); -INSERT INTO zipcodes VALUES (80457,'Kittredge','CO','39.653899','-105.301020',-7,1); -INSERT INTO zipcodes VALUES (80459,'Kremmling','CO','40.147110','-106.428540',-7,1); -INSERT INTO zipcodes VALUES (80461,'Leadville','CO','39.231776','-106.313990',-7,1); -INSERT INTO zipcodes VALUES (80463,'McCoy','CO','39.912186','-106.743020',-7,1); -INSERT INTO zipcodes VALUES (80465,'Morrison','CO','39.620748','-105.181210',-7,1); -INSERT INTO zipcodes VALUES (80466,'Nederland','CO','39.964486','-105.508050',-7,1); -INSERT INTO zipcodes VALUES (80467,'Oak Creek','CO','40.266778','-106.928490',-7,1); -INSERT INTO zipcodes VALUES (80468,'Parshall','CO','39.967717','-106.162050',-7,1); -INSERT INTO zipcodes VALUES (80469,'Phippsburg','CO','40.218412','-106.944940',-7,1); -INSERT INTO zipcodes VALUES (80470,'Pine','CO','39.456580','-105.368760',-7,1); -INSERT INTO zipcodes VALUES (80471,'Pinecliffe','CO','39.947386','-105.459269',-7,1); -INSERT INTO zipcodes VALUES (80473,'Rand','CO','40.455817','-106.201370',-7,1); -INSERT INTO zipcodes VALUES (80474,'Rollinsville','CO','39.908923','-105.570570',-7,1); -INSERT INTO zipcodes VALUES (80475,'Shawnee','CO','39.439493','-105.602959',-7,1); -INSERT INTO zipcodes VALUES (80476,'Silver Plume','CO','39.695974','-105.731550',-7,1); -INSERT INTO zipcodes VALUES (80477,'Steamboat Springs','CO','40.348242','-106.926910',-7,1); -INSERT INTO zipcodes VALUES (80478,'Tabernash','CO','40.001670','-105.868600',-7,1); -INSERT INTO zipcodes VALUES (80479,'Toponas','CO','40.041288','-106.855700',-7,1); -INSERT INTO zipcodes VALUES (80480,'Walden','CO','40.621621','-106.244570',-7,1); -INSERT INTO zipcodes VALUES (80481,'Ward','CO','40.106130','-105.480440',-7,1); -INSERT INTO zipcodes VALUES (80482,'Winter Park','CO','39.915508','-105.783590',-7,1); -INSERT INTO zipcodes VALUES (80483,'Yampa','CO','40.149432','-106.906810',-7,1); -INSERT INTO zipcodes VALUES (80487,'Steamboat Springs','CO','40.502772','-106.875210',-7,1); -INSERT INTO zipcodes VALUES (80488,'Steamboat Springs','CO','40.619661','-106.860746',-7,1); -INSERT INTO zipcodes VALUES (80497,'Silverthorne','CO','39.641146','-106.108002',-7,1); -INSERT INTO zipcodes VALUES (80498,'Silverthorne','CO','39.722417','-106.137440',-7,1); -INSERT INTO zipcodes VALUES (80501,'Longmont','CO','40.171484','-105.100330',-7,1); -INSERT INTO zipcodes VALUES (80502,'Longmont','CO','40.087835','-105.373507',-7,1); -INSERT INTO zipcodes VALUES (80503,'Longmont','CO','40.156035','-105.173650',-7,1); -INSERT INTO zipcodes VALUES (80504,'Longmont','CO','40.160138','-105.017720',-7,1); -INSERT INTO zipcodes VALUES (80509,'Colorado Springs','CO','38.828692','-104.840630',-7,1); -INSERT INTO zipcodes VALUES (80510,'Allenspark','CO','40.223935','-105.524210',-7,1); -INSERT INTO zipcodes VALUES (80511,'Estes Park','CO','40.628112','-105.569245',-7,1); -INSERT INTO zipcodes VALUES (80512,'Bellvue','CO','40.700258','-105.648760',-7,1); -INSERT INTO zipcodes VALUES (80513,'Berthoud','CO','40.294423','-105.084310',-7,1); -INSERT INTO zipcodes VALUES (80514,'Dacono','CO','40.083475','-104.935810',-7,1); -INSERT INTO zipcodes VALUES (80515,'Drake','CO','40.412496','-105.418180',-7,1); -INSERT INTO zipcodes VALUES (80516,'Erie','CO','40.051051','-105.027670',-7,1); -INSERT INTO zipcodes VALUES (80517,'Estes Park','CO','40.370415','-105.517220',-7,1); -INSERT INTO zipcodes VALUES (80520,'Firestone','CO','40.115501','-104.936370',-7,1); -INSERT INTO zipcodes VALUES (80521,'Fort Collins','CO','40.586282','-105.104940',-7,1); -INSERT INTO zipcodes VALUES (80522,'Fort Collins','CO','40.642907','-105.057005',-7,1); -INSERT INTO zipcodes VALUES (80523,'Fort Collins','CO','40.455530','-105.464832',-7,1); -INSERT INTO zipcodes VALUES (80524,'Fort Collins','CO','40.606962','-105.051060',-7,1); -INSERT INTO zipcodes VALUES (80525,'Fort Collins','CO','40.532354','-105.053500',-7,1); -INSERT INTO zipcodes VALUES (80526,'Fort Collins','CO','40.539432','-105.115760',-7,1); -INSERT INTO zipcodes VALUES (80527,'Fort Collins','CO','40.540565','-105.280009',-7,1); -INSERT INTO zipcodes VALUES (80528,'Fort Collins','CO','40.502779','-105.011230',-7,1); -INSERT INTO zipcodes VALUES (80530,'Frederick','CO','40.104211','-104.935760',-7,1); -INSERT INTO zipcodes VALUES (80532,'Glen Haven','CO','40.497758','-105.433250',-7,1); -INSERT INTO zipcodes VALUES (80533,'Hygiene','CO','40.181515','-105.232695',-7,1); -INSERT INTO zipcodes VALUES (80534,'Johnstown','CO','40.335398','-104.914770',-7,1); -INSERT INTO zipcodes VALUES (80535,'Laporte','CO','40.670690','-105.173880',-7,1); -INSERT INTO zipcodes VALUES (80536,'Livermore','CO','40.878334','-105.404150',-7,1); -INSERT INTO zipcodes VALUES (80537,'Loveland','CO','40.383636','-105.103490',-7,1); -INSERT INTO zipcodes VALUES (80538,'Loveland','CO','40.435645','-105.087260',-7,1); -INSERT INTO zipcodes VALUES (80539,'Loveland','CO','40.386360','-105.163377',-7,1); -INSERT INTO zipcodes VALUES (80540,'Lyons','CO','40.253033','-105.337620',-7,1); -INSERT INTO zipcodes VALUES (80541,'Masonville','CO','40.529278','-105.372014',-7,1); -INSERT INTO zipcodes VALUES (80542,'Mead','CO','40.234505','-104.997470',-7,1); -INSERT INTO zipcodes VALUES (80543,'Milliken','CO','40.332926','-104.853940',-7,1); -INSERT INTO zipcodes VALUES (80544,'Niwot','CO','40.177043','-105.275045',-7,1); -INSERT INTO zipcodes VALUES (80545,'Red Feather Lakes','CO','40.824993','-105.635250',-7,1); -INSERT INTO zipcodes VALUES (80546,'Severance','CO','40.524987','-104.850544',-7,1); -INSERT INTO zipcodes VALUES (80547,'Timnath','CO','40.528966','-104.980830',-7,1); -INSERT INTO zipcodes VALUES (80549,'Wellington','CO','40.762264','-105.012330',-7,1); -INSERT INTO zipcodes VALUES (80550,'Windsor','CO','40.479970','-104.902270',-7,1); -INSERT INTO zipcodes VALUES (80551,'Windsor','CO','40.464092','-104.885116',-7,1); -INSERT INTO zipcodes VALUES (80553,'Fort Collins','CO','40.628112','-105.569245',-7,1); -INSERT INTO zipcodes VALUES (80601,'Brighton','CO','39.973251','-104.824070',-7,1); -INSERT INTO zipcodes VALUES (80602,'Thornton','CO','39.958987','-104.908921',-7,1); -INSERT INTO zipcodes VALUES (80603,'Lochbuie','CO','39.943831','-104.629665',-7,1); -INSERT INTO zipcodes VALUES (80610,'Ault','CO','40.617980','-104.667620',-7,1); -INSERT INTO zipcodes VALUES (80611,'Briggsdale','CO','40.581437','-104.269150',-7,1); -INSERT INTO zipcodes VALUES (80612,'Carr','CO','40.886476','-104.874480',-7,1); -INSERT INTO zipcodes VALUES (80614,'Eastlake','CO','39.807970','-104.407918',-7,1); -INSERT INTO zipcodes VALUES (80615,'Eaton','CO','40.529241','-104.711810',-7,1); -INSERT INTO zipcodes VALUES (80620,'Evans','CO','40.378019','-104.703570',-7,1); -INSERT INTO zipcodes VALUES (80621,'Fort Lupton','CO','40.090367','-104.797230',-7,1); -INSERT INTO zipcodes VALUES (80622,'Galeton','CO','40.536158','-104.500735',-7,1); -INSERT INTO zipcodes VALUES (80623,'Gilcrest','CO','40.283190','-104.778780',-7,1); -INSERT INTO zipcodes VALUES (80624,'Gill','CO','40.481168','-104.515100',-7,1); -INSERT INTO zipcodes VALUES (80630,'Greeley','CO','40.405094','-104.800547',-7,1); -INSERT INTO zipcodes VALUES (80631,'Greeley','CO','40.421845','-104.691750',-7,1); -INSERT INTO zipcodes VALUES (80632,'Greeley','CO','40.376626','-104.762899',-7,1); -INSERT INTO zipcodes VALUES (80633,'Greeley','CO','40.500919','-104.314970',-7,1); -INSERT INTO zipcodes VALUES (80634,'Greeley','CO','40.407853','-104.754980',-7,1); -INSERT INTO zipcodes VALUES (80638,'Greeley','CO','40.500919','-104.314970',-7,1); -INSERT INTO zipcodes VALUES (80639,'Greeley','CO','40.399281','-104.701720',-7,1); -INSERT INTO zipcodes VALUES (80640,'Henderson','CO','39.885202','-104.883390',-7,1); -INSERT INTO zipcodes VALUES (80642,'Hudson','CO','40.060539','-104.629430',-7,1); -INSERT INTO zipcodes VALUES (80643,'Keenesburg','CO','40.078242','-104.499160',-7,1); -INSERT INTO zipcodes VALUES (80644,'Kersey','CO','40.363777','-104.519640',-7,1); -INSERT INTO zipcodes VALUES (80645,'La Salle','CO','40.332131','-104.687040',-7,1); -INSERT INTO zipcodes VALUES (80646,'Lucerne','CO','40.482430','-104.705420',-7,1); -INSERT INTO zipcodes VALUES (80648,'Nunn','CO','40.746862','-104.762080',-7,1); -INSERT INTO zipcodes VALUES (80649,'Orchard','CO','40.310272','-104.156850',-7,1); -INSERT INTO zipcodes VALUES (80650,'Pierce','CO','40.637244','-104.758470',-7,1); -INSERT INTO zipcodes VALUES (80651,'Platteville','CO','40.228533','-104.842670',-7,1); -INSERT INTO zipcodes VALUES (80652,'Roggen','CO','40.095142','-104.287840',-7,1); -INSERT INTO zipcodes VALUES (80653,'Weldona','CO','40.365930','-104.006120',-7,1); -INSERT INTO zipcodes VALUES (80654,'Wiggins','CO','40.196296','-104.073610',-7,1); -INSERT INTO zipcodes VALUES (80701,'Fort Morgan','CO','40.226357','-103.806250',-7,1); -INSERT INTO zipcodes VALUES (80705,'Log Lane Village','CO','40.270801','-103.829150',-7,1); -INSERT INTO zipcodes VALUES (80720,'Akron','CO','40.124199','-103.183620',-7,1); -INSERT INTO zipcodes VALUES (80721,'Amherst','CO','40.681557','-102.166630',-7,1); -INSERT INTO zipcodes VALUES (80722,'Atwood','CO','40.531580','-103.261510',-7,1); -INSERT INTO zipcodes VALUES (80723,'Brush','CO','40.230450','-103.608240',-7,1); -INSERT INTO zipcodes VALUES (80726,'Crook','CO','40.888254','-102.788230',-7,1); -INSERT INTO zipcodes VALUES (80727,'Eckley','CO','40.086896','-102.482650',-7,1); -INSERT INTO zipcodes VALUES (80728,'Fleming','CO','40.620805','-102.848130',-7,1); -INSERT INTO zipcodes VALUES (80729,'Grover','CO','40.877461','-104.227050',-7,1); -INSERT INTO zipcodes VALUES (80731,'Haxtun','CO','40.593911','-102.588310',-7,1); -INSERT INTO zipcodes VALUES (80732,'Hereford','CO','40.975104','-104.305265',-7,1); -INSERT INTO zipcodes VALUES (80733,'Hillrose','CO','40.340456','-103.512030',-7,1); -INSERT INTO zipcodes VALUES (80734,'Holyoke','CO','40.582954','-102.304510',-7,1); -INSERT INTO zipcodes VALUES (80735,'Idalia','CO','39.709824','-102.240350',-7,1); -INSERT INTO zipcodes VALUES (80736,'Iliff','CO','40.798956','-103.046490',-7,1); -INSERT INTO zipcodes VALUES (80737,'Julesburg','CO','40.916929','-102.218580',-7,1); -INSERT INTO zipcodes VALUES (80740,'Lindon','CO','39.724528','-103.383530',-7,1); -INSERT INTO zipcodes VALUES (80741,'Merino','CO','40.508131','-103.418150',-7,1); -INSERT INTO zipcodes VALUES (80742,'New Raymer','CO','40.603869','-103.878070',-7,1); -INSERT INTO zipcodes VALUES (80743,'Otis','CO','40.215063','-102.956280',-7,1); -INSERT INTO zipcodes VALUES (80744,'Ovid','CO','40.888124','-102.372600',-7,1); -INSERT INTO zipcodes VALUES (80745,'Padroni','CO','40.825947','-103.276690',-7,1); -INSERT INTO zipcodes VALUES (80746,'Paoli','CO','40.610554','-102.472203',-7,1); -INSERT INTO zipcodes VALUES (80747,'Peetz','CO','40.964518','-103.111620',-7,1); -INSERT INTO zipcodes VALUES (80749,'Sedgwick','CO','40.868450','-102.545950',-7,1); -INSERT INTO zipcodes VALUES (80750,'Snyder','CO','40.382063','-103.609360',-7,1); -INSERT INTO zipcodes VALUES (80751,'Sterling','CO','40.633845','-103.215740',-7,1); -INSERT INTO zipcodes VALUES (80754,'Stoneham','CO','40.686028','-103.657360',-7,1); -INSERT INTO zipcodes VALUES (80755,'Vernon','CO','39.940858','-102.364170',-7,1); -INSERT INTO zipcodes VALUES (80757,'Woodrow','CO','39.836887','-103.611560',-7,1); -INSERT INTO zipcodes VALUES (80758,'Wray','CO','40.064734','-102.213360',-7,1); -INSERT INTO zipcodes VALUES (80759,'Yuma','CO','40.169249','-102.690050',-7,1); -INSERT INTO zipcodes VALUES (80801,'Anton','CO','39.727493','-103.103620',-7,1); -INSERT INTO zipcodes VALUES (80802,'Arapahoe','CO','38.834807','-102.174600',-7,1); -INSERT INTO zipcodes VALUES (80804,'Arriba','CO','39.317411','-103.248690',-7,1); -INSERT INTO zipcodes VALUES (80805,'Bethune','CO','39.302035','-102.443570',-7,1); -INSERT INTO zipcodes VALUES (80807,'Burlington','CO','39.312400','-102.250940',-7,1); -INSERT INTO zipcodes VALUES (80808,'Calhan','CO','38.977375','-104.320170',-7,1); -INSERT INTO zipcodes VALUES (80809,'Cascade','CO','38.911701','-104.987310',-7,1); -INSERT INTO zipcodes VALUES (80810,'Cheyenne Wells','CO','38.846982','-102.379130',-7,1); -INSERT INTO zipcodes VALUES (80812,'Cope','CO','39.648325','-102.887220',-7,1); -INSERT INTO zipcodes VALUES (80813,'Cripple Creek','CO','38.756040','-105.149700',-7,1); -INSERT INTO zipcodes VALUES (80814,'Divide','CO','38.927344','-105.187460',-7,1); -INSERT INTO zipcodes VALUES (80815,'Flagler','CO','39.348989','-103.071030',-7,1); -INSERT INTO zipcodes VALUES (80816,'Florissant','CO','38.876897','-105.307110',-7,1); -INSERT INTO zipcodes VALUES (80817,'Fountain','CO','38.674013','-104.696270',-7,1); -INSERT INTO zipcodes VALUES (80818,'Genoa','CO','39.386933','-103.482190',-7,1); -INSERT INTO zipcodes VALUES (80819,'Green Mountain Falls','CO','38.940813','-105.013630',-7,1); -INSERT INTO zipcodes VALUES (80820,'Guffey','CO','38.783844','-105.636160',-7,1); -INSERT INTO zipcodes VALUES (80821,'Hugo','CO','39.020889','-103.480450',-7,1); -INSERT INTO zipcodes VALUES (80822,'Joes','CO','39.633953','-102.697950',-7,1); -INSERT INTO zipcodes VALUES (80823,'Karval','CO','38.709972','-103.544690',-7,1); -INSERT INTO zipcodes VALUES (80824,'Kirk','CO','39.650653','-102.526940',-7,1); -INSERT INTO zipcodes VALUES (80825,'Kit Carson','CO','38.765737','-102.788890',-7,1); -INSERT INTO zipcodes VALUES (80826,'Limon','CO','39.041435','-103.604851',-7,1); -INSERT INTO zipcodes VALUES (80827,'Lake George','CO','39.031989','-105.468460',-7,1); -INSERT INTO zipcodes VALUES (80828,'Limon','CO','39.273148','-103.694160',-7,1); -INSERT INTO zipcodes VALUES (80829,'Manitou Springs','CO','38.853663','-104.934850',-7,1); -INSERT INTO zipcodes VALUES (80830,'Matheson','CO','39.089871','-103.895340',-7,1); -INSERT INTO zipcodes VALUES (80831,'Peyton','CO','38.966340','-104.543130',-7,1); -INSERT INTO zipcodes VALUES (80832,'Ramah','CO','39.034273','-104.071250',-7,1); -INSERT INTO zipcodes VALUES (80833,'Rush','CO','38.694617','-103.963140',-7,1); -INSERT INTO zipcodes VALUES (80834,'Seibert','CO','39.315812','-102.885730',-7,1); -INSERT INTO zipcodes VALUES (80835,'Simla','CO','39.172831','-104.087930',-7,1); -INSERT INTO zipcodes VALUES (80836,'Stratton','CO','39.297820','-102.597450',-7,1); -INSERT INTO zipcodes VALUES (80840,'U S A F Academy','CO','39.008109','-104.842480',-7,1); -INSERT INTO zipcodes VALUES (80841,'U S A F Academy','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80860,'Victor','CO','38.719345','-105.124290',-7,1); -INSERT INTO zipcodes VALUES (80861,'Vona','CO','39.364790','-102.753870',-7,1); -INSERT INTO zipcodes VALUES (80862,'Wild Horse','CO','38.922655','-103.021150',-7,1); -INSERT INTO zipcodes VALUES (80863,'Woodland Park','CO','38.996004','-105.063350',-7,1); -INSERT INTO zipcodes VALUES (80864,'Yoder','CO','38.688075','-104.173210',-7,1); -INSERT INTO zipcodes VALUES (80866,'Woodland Park','CO','39.085706','-105.236590',-7,1); -INSERT INTO zipcodes VALUES (80901,'Colorado Springs','CO','38.861469','-104.857828',-7,1); -INSERT INTO zipcodes VALUES (80902,'Colorado Springs','CO','38.942365','-104.807081',-7,1); -INSERT INTO zipcodes VALUES (80903,'Colorado Springs','CO','38.834282','-104.816540',-7,1); -INSERT INTO zipcodes VALUES (80904,'Colorado Springs','CO','38.850558','-104.864810',-7,1); -INSERT INTO zipcodes VALUES (80905,'Colorado Springs','CO','38.837542','-104.836320',-7,1); -INSERT INTO zipcodes VALUES (80906,'Colorado Springs','CO','38.791242','-104.824920',-7,1); -INSERT INTO zipcodes VALUES (80907,'Colorado Springs','CO','38.873692','-104.818690',-7,1); -INSERT INTO zipcodes VALUES (80908,'Colorado Springs','CO','39.035216','-104.695750',-7,1); -INSERT INTO zipcodes VALUES (80909,'Colorado Springs','CO','38.851493','-104.778560',-7,1); -INSERT INTO zipcodes VALUES (80910,'Colorado Springs','CO','38.813044','-104.771580',-7,1); -INSERT INTO zipcodes VALUES (80911,'Colorado Springs','CO','38.746807','-104.723200',-7,1); -INSERT INTO zipcodes VALUES (80912,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80913,'Colorado Springs','CO','38.743871','-104.763870',-7,1); -INSERT INTO zipcodes VALUES (80914,'Colorado Springs','CO','38.819195','-104.701177',-7,1); -INSERT INTO zipcodes VALUES (80915,'Colorado Springs','CO','38.858644','-104.708920',-7,1); -INSERT INTO zipcodes VALUES (80916,'Colorado Springs','CO','38.808934','-104.738230',-7,1); -INSERT INTO zipcodes VALUES (80917,'Colorado Springs','CO','38.888394','-104.739750',-7,1); -INSERT INTO zipcodes VALUES (80918,'Colorado Springs','CO','38.916226','-104.766020',-7,1); -INSERT INTO zipcodes VALUES (80919,'Colorado Springs','CO','38.925451','-104.852550',-7,1); -INSERT INTO zipcodes VALUES (80920,'Colorado Springs','CO','38.952366','-104.767010',-7,1); -INSERT INTO zipcodes VALUES (80921,'Colorado Springs','CO','39.044969','-104.837550',-7,1); -INSERT INTO zipcodes VALUES (80922,'Colorado Springs','CO','38.897344','-104.701450',-7,1); -INSERT INTO zipcodes VALUES (80924,'Breckenridge','CO','39.527772','-106.039412',-7,1); -INSERT INTO zipcodes VALUES (80925,'Colorado Springs','CO','38.758252','-104.655500',-7,1); -INSERT INTO zipcodes VALUES (80926,'Colorado Springs','CO','38.652352','-104.872980',-7,1); -INSERT INTO zipcodes VALUES (80928,'Colorado Springs','CO','38.629157','-104.450680',-7,1); -INSERT INTO zipcodes VALUES (80929,'Colorado Springs','CO','38.831149','-104.651780',-7,1); -INSERT INTO zipcodes VALUES (80930,'Colorado Springs','CO','38.811434','-104.504030',-7,1); -INSERT INTO zipcodes VALUES (80931,'Colorado Springs','CO','38.953003','-104.609230',-7,1); -INSERT INTO zipcodes VALUES (80932,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80933,'Colorado Springs','CO','38.939371','-105.011786',-7,1); -INSERT INTO zipcodes VALUES (80934,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80935,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80936,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80937,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80940,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80941,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80942,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80943,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80944,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80945,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80946,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80947,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80949,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80950,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80960,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80962,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80970,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80977,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80995,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (80997,'Colorado Springs','CO','38.824690','-104.562027',-7,1); -INSERT INTO zipcodes VALUES (81001,'Pueblo','CO','38.282872','-104.570290',-7,1); -INSERT INTO zipcodes VALUES (81002,'Pueblo','CO','38.128626','-104.552299',-7,1); -INSERT INTO zipcodes VALUES (81003,'Pueblo','CO','38.281052','-104.625670',-7,1); -INSERT INTO zipcodes VALUES (81004,'Pueblo','CO','38.197344','-104.633100',-7,1); -INSERT INTO zipcodes VALUES (81005,'Pueblo','CO','38.235865','-104.669720',-7,1); -INSERT INTO zipcodes VALUES (81006,'Pueblo','CO','38.243266','-104.529120',-7,1); -INSERT INTO zipcodes VALUES (81007,'Pueblo','CO','38.333601','-104.743290',-7,1); -INSERT INTO zipcodes VALUES (81008,'Pueblo','CO','38.370203','-104.619640',-7,1); -INSERT INTO zipcodes VALUES (81009,'Pueblo','CO','38.128626','-104.552299',-7,1); -INSERT INTO zipcodes VALUES (81010,'Pueblo','CO','38.128626','-104.552299',-7,1); -INSERT INTO zipcodes VALUES (81011,'Pueblo','CO','38.128626','-104.552299',-7,1); -INSERT INTO zipcodes VALUES (81012,'Pueblo','CO','38.128626','-104.552299',-7,1); -INSERT INTO zipcodes VALUES (81013,'Pueblo','CO','38.128626','-104.552299',-7,1); -INSERT INTO zipcodes VALUES (81014,'Pueblo','CO','38.128626','-104.552299',-7,1); -INSERT INTO zipcodes VALUES (81015,'Pueblo','CO','38.128626','-104.552299',-7,1); -INSERT INTO zipcodes VALUES (81019,'Colorado City','CO','37.887346','-104.613617',-7,1); -INSERT INTO zipcodes VALUES (81020,'Aguilar','CO','37.400041','-104.660160',-7,1); -INSERT INTO zipcodes VALUES (81021,'Arlington','CO','38.414313','-103.378240',-7,1); -INSERT INTO zipcodes VALUES (81022,'Avondale','CO','38.089719','-104.378070',-7,1); -INSERT INTO zipcodes VALUES (81023,'Beulah','CO','38.069421','-104.956090',-7,1); -INSERT INTO zipcodes VALUES (81024,'Boncarbo','CO','37.229888','-104.710630',-7,1); -INSERT INTO zipcodes VALUES (81025,'Boone','CO','38.243711','-104.232820',-7,1); -INSERT INTO zipcodes VALUES (81027,'Branson','CO','37.095478','-103.843020',-7,1); -INSERT INTO zipcodes VALUES (81029,'Campo','CO','37.136682','-102.529600',-7,1); -INSERT INTO zipcodes VALUES (81030,'Cheraw','CO','38.107901','-103.511130',-7,1); -INSERT INTO zipcodes VALUES (81033,'Crowley','CO','38.193627','-103.855430',-7,1); -INSERT INTO zipcodes VALUES (81034,'Crowley','CO','38.317851','-103.779959',-7,1); -INSERT INTO zipcodes VALUES (81036,'Eads','CO','38.467553','-102.804390',-7,1); -INSERT INTO zipcodes VALUES (81038,'Fort Lyon','CO','37.955547','-103.072469',-7,1); -INSERT INTO zipcodes VALUES (81039,'Fowler','CO','38.002861','-104.034450',-7,1); -INSERT INTO zipcodes VALUES (81040,'Gardner','CO','37.777997','-105.200720',-7,1); -INSERT INTO zipcodes VALUES (81041,'Granada','CO','37.962678','-102.330250',-7,1); -INSERT INTO zipcodes VALUES (81042,'Gulnare','CO','37.315263','-104.734610',-7,1); -INSERT INTO zipcodes VALUES (81043,'Hartman','CO','38.119932','-102.219520',-7,1); -INSERT INTO zipcodes VALUES (81044,'Hasty','CO','38.039941','-102.945690',-7,1); -INSERT INTO zipcodes VALUES (81045,'Haswell','CO','38.453130','-103.169650',-7,1); -INSERT INTO zipcodes VALUES (81046,'Hoehne','CO','37.279584','-104.358375',-7,1); -INSERT INTO zipcodes VALUES (81047,'Holly','CO','38.060575','-102.196770',-7,1); -INSERT INTO zipcodes VALUES (81049,'Kim','CO','37.242629','-103.471080',-7,1); -INSERT INTO zipcodes VALUES (81050,'La Junta','CO','37.995879','-103.540010',-7,1); -INSERT INTO zipcodes VALUES (81052,'Lamar','CO','38.087590','-102.618550',-7,1); -INSERT INTO zipcodes VALUES (81054,'Las Animas','CO','38.037435','-103.186310',-7,1); -INSERT INTO zipcodes VALUES (81055,'La Veta','CO','37.499829','-105.029430',-7,1); -INSERT INTO zipcodes VALUES (81057,'McClave','CO','38.136132','-102.883250',-7,1); -INSERT INTO zipcodes VALUES (81058,'Manzanola','CO','38.107593','-103.868480',-7,1); -INSERT INTO zipcodes VALUES (81059,'Model','CO','37.513166','-104.029590',-7,1); -INSERT INTO zipcodes VALUES (81062,'Olney Springs','CO','38.193937','-103.922750',-7,1); -INSERT INTO zipcodes VALUES (81063,'Ordway','CO','38.253191','-103.762090',-7,1); -INSERT INTO zipcodes VALUES (81064,'Pritchett','CO','37.315497','-102.954620',-7,1); -INSERT INTO zipcodes VALUES (81066,'Red Wing','CO','37.730256','-105.318060',-7,1); -INSERT INTO zipcodes VALUES (81067,'Rocky Ford','CO','38.042083','-103.722310',-7,1); -INSERT INTO zipcodes VALUES (81069,'Rye','CO','37.909758','-104.898920',-7,1); -INSERT INTO zipcodes VALUES (81071,'Sheridan Lake','CO','38.446720','-102.248440',-7,1); -INSERT INTO zipcodes VALUES (81073,'Springfield','CO','37.409787','-102.617260',-7,1); -INSERT INTO zipcodes VALUES (81074,'Starkville','CO','37.121029','-104.523155',-7,1); -INSERT INTO zipcodes VALUES (81076,'Sugar City','CO','38.261440','-103.671010',-7,1); -INSERT INTO zipcodes VALUES (81077,'Swink','CO','38.015189','-103.628270',-7,1); -INSERT INTO zipcodes VALUES (81079,'Colorado City','CO','37.951881','-104.858227',-7,1); -INSERT INTO zipcodes VALUES (81081,'Trinchera','CO','37.096255','-104.148260',-7,1); -INSERT INTO zipcodes VALUES (81082,'Trinidad','CO','37.191882','-104.478090',-7,1); -INSERT INTO zipcodes VALUES (81084,'Two Buttes','CO','37.567773','-102.391920',-7,1); -INSERT INTO zipcodes VALUES (81087,'Vilas','CO','37.377938','-102.428820',-7,1); -INSERT INTO zipcodes VALUES (81089,'Walsenburg','CO','37.621071','-104.804560',-7,1); -INSERT INTO zipcodes VALUES (81090,'Walsh','CO','37.347009','-102.267760',-7,1); -INSERT INTO zipcodes VALUES (81091,'Weston','CO','37.193451','-104.971880',-7,1); -INSERT INTO zipcodes VALUES (81092,'Wiley','CO','38.179240','-102.751610',-7,1); -INSERT INTO zipcodes VALUES (81101,'Alamosa','CO','37.471802','-105.834710',-7,1); -INSERT INTO zipcodes VALUES (81102,'Alamosa','CO','37.476026','-105.881779',-7,1); -INSERT INTO zipcodes VALUES (81120,'Antonito','CO','37.086403','-106.083250',-7,1); -INSERT INTO zipcodes VALUES (81121,'Arboles','CO','37.039131','-107.422710',-7,1); -INSERT INTO zipcodes VALUES (81122,'Bayfield','CO','37.329743','-107.590260',-7,1); -INSERT INTO zipcodes VALUES (81123,'Blanca','CO','37.419263','-105.580240',-7,1); -INSERT INTO zipcodes VALUES (81124,'Capulin','CO','37.291966','-106.120850',-7,1); -INSERT INTO zipcodes VALUES (81125,'Center','CO','37.773899','-106.089660',-7,1); -INSERT INTO zipcodes VALUES (81126,'Chama','CO','37.175339','-105.341640',-7,1); -INSERT INTO zipcodes VALUES (81127,'Chimney Rock','CO','37.218131','-107.344520',-7,1); -INSERT INTO zipcodes VALUES (81128,'Chromo','CO','37.086533','-106.754910',-7,1); -INSERT INTO zipcodes VALUES (81129,'Conejos','CO','37.101134','-106.026480',-7,1); -INSERT INTO zipcodes VALUES (81130,'Creede','CO','37.705276','-106.954290',-7,1); -INSERT INTO zipcodes VALUES (81131,'Crestone','CO','37.945768','-105.697060',-7,1); -INSERT INTO zipcodes VALUES (81132,'Del Norte','CO','37.731981','-106.397740',-7,1); -INSERT INTO zipcodes VALUES (81133,'Fort Garland','CO','37.375698','-105.372930',-7,1); -INSERT INTO zipcodes VALUES (81134,'Garcia','CO','37.092195','-105.530023',-7,1); -INSERT INTO zipcodes VALUES (81135,'Homelake','CO','37.615741','-106.375292',-7,1); -INSERT INTO zipcodes VALUES (81136,'Hooper','CO','37.779885','-105.812640',-7,1); -INSERT INTO zipcodes VALUES (81137,'Ignacio','CO','37.099348','-107.642230',-7,1); -INSERT INTO zipcodes VALUES (81138,'Jaroso','CO','37.197731','-105.429395',-7,1); -INSERT INTO zipcodes VALUES (81140,'La Jara','CO','37.274108','-106.051780',-7,1); -INSERT INTO zipcodes VALUES (81141,'Manassa','CO','37.144944','-105.901610',-7,1); -INSERT INTO zipcodes VALUES (81143,'Moffat','CO','38.142453','-105.915790',-7,1); -INSERT INTO zipcodes VALUES (81144,'Monte Vista','CO','37.569501','-106.149460',-7,1); -INSERT INTO zipcodes VALUES (81146,'Mosca','CO','37.620038','-105.731010',-7,1); -INSERT INTO zipcodes VALUES (81147,'Pagosa Springs','CO','37.241179','-107.112870',-7,1); -INSERT INTO zipcodes VALUES (81148,'Romeo','CO','37.171583','-105.986480',-7,1); -INSERT INTO zipcodes VALUES (81149,'Saguache','CO','38.120209','-106.226260',-7,1); -INSERT INTO zipcodes VALUES (81151,'Sanford','CO','37.233540','-105.747700',-7,1); -INSERT INTO zipcodes VALUES (81152,'San Luis','CO','37.134458','-105.547780',-7,1); -INSERT INTO zipcodes VALUES (81153,'San Pablo','CO','37.127132','-105.367500',-7,1); -INSERT INTO zipcodes VALUES (81154,'South Fork','CO','37.671046','-106.631770',-7,1); -INSERT INTO zipcodes VALUES (81155,'Villa Grove','CO','38.327695','-106.144760',-7,1); -INSERT INTO zipcodes VALUES (81157,'Pagosa Springs','CO','37.270438','-107.093153',-7,1); -INSERT INTO zipcodes VALUES (81201,'Salida','CO','38.533464','-106.034680',-7,1); -INSERT INTO zipcodes VALUES (81210,'Almont','CO','38.778749','-106.628310',-7,1); -INSERT INTO zipcodes VALUES (81211,'Buena Vista','CO','38.867111','-106.146640',-7,1); -INSERT INTO zipcodes VALUES (81212,'Canon City','CO','38.464212','-105.279730',-7,1); -INSERT INTO zipcodes VALUES (81215,'Canon City','CO','38.477563','-105.476577',-7,1); -INSERT INTO zipcodes VALUES (81220,'Cimarron','CO','38.321598','-107.416600',-7,1); -INSERT INTO zipcodes VALUES (81221,'Coal Creek','CO','38.361540','-105.147520',-7,1); -INSERT INTO zipcodes VALUES (81222,'Coaldale','CO','38.374462','-105.767380',-7,1); -INSERT INTO zipcodes VALUES (81223,'Cotopaxi','CO','38.357344','-105.531920',-7,1); -INSERT INTO zipcodes VALUES (81224,'Crested Butte','CO','38.865307','-106.965560',-7,1); -INSERT INTO zipcodes VALUES (81225,'Crested Butte','CO','38.901649','-106.967550',-7,1); -INSERT INTO zipcodes VALUES (81226,'Florence','CO','38.387091','-105.122600',-7,1); -INSERT INTO zipcodes VALUES (81227,'Monarch','CO','38.545757','-106.243422',-7,1); -INSERT INTO zipcodes VALUES (81228,'Granite','CO','39.030747','-106.256615',-7,1); -INSERT INTO zipcodes VALUES (81230,'Gunnison','CO','38.464132','-106.957760',-7,1); -INSERT INTO zipcodes VALUES (81231,'Gunnison','CO','38.702309','-106.940201',-7,1); -INSERT INTO zipcodes VALUES (81232,'Hillside','CO','38.285533','-105.642451',-7,1); -INSERT INTO zipcodes VALUES (81233,'Howard','CO','38.442267','-105.850540',-7,1); -INSERT INTO zipcodes VALUES (81235,'Lake City','CO','37.961233','-107.299530',-7,1); -INSERT INTO zipcodes VALUES (81236,'Nathrop','CO','38.720234','-106.188010',-7,1); -INSERT INTO zipcodes VALUES (81237,'Ohio City','CO','38.590788','-106.602838',-7,1); -INSERT INTO zipcodes VALUES (81239,'Parlin','CO','38.618553','-106.548110',-7,1); -INSERT INTO zipcodes VALUES (81240,'Penrose','CO','38.439499','-105.021110',-7,1); -INSERT INTO zipcodes VALUES (81241,'Pitkin','CO','38.607617','-106.520370',-7,1); -INSERT INTO zipcodes VALUES (81242,'Poncha Springs','CO','38.471892','-106.097284',-7,1); -INSERT INTO zipcodes VALUES (81243,'Powderhorn','CO','38.249778','-107.155420',-7,1); -INSERT INTO zipcodes VALUES (81244,'Rockvale','CO','38.353064','-105.186420',-7,1); -INSERT INTO zipcodes VALUES (81246,'Canon City','CO','38.477563','-105.476577',-7,1); -INSERT INTO zipcodes VALUES (81247,'Gunnison','CO','38.457513','-107.292081',-7,1); -INSERT INTO zipcodes VALUES (81248,'Sargents','CO','38.410975','-106.478120',-7,1); -INSERT INTO zipcodes VALUES (81251,'Twin Lakes','CO','39.096394','-106.329160',-7,1); -INSERT INTO zipcodes VALUES (81252,'Westcliffe','CO','38.130741','-105.457980',-7,1); -INSERT INTO zipcodes VALUES (81253,'Wetmore','CO','38.186991','-105.076150',-7,1); -INSERT INTO zipcodes VALUES (81260,'Basalt','CO','39.361605','-107.025486',-7,1); -INSERT INTO zipcodes VALUES (81290,'Florence','CO','38.358421','-105.106881',-7,1); -INSERT INTO zipcodes VALUES (81301,'Durango','CO','37.295888','-107.849450',-7,1); -INSERT INTO zipcodes VALUES (81302,'Durango','CO','37.357249','-107.935945',-7,1); -INSERT INTO zipcodes VALUES (81303,'Durango','CO','37.222311','-107.653131',-7,1); -INSERT INTO zipcodes VALUES (81310,'Durango','CO','37.282110','-107.856609',-7,1); -INSERT INTO zipcodes VALUES (81320,'Cahone','CO','37.696224','-108.782710',-7,1); -INSERT INTO zipcodes VALUES (81321,'Cortez','CO','37.344985','-108.603550',-7,1); -INSERT INTO zipcodes VALUES (81323,'Dolores','CO','37.515311','-108.452040',-7,1); -INSERT INTO zipcodes VALUES (81324,'Dove Creek','CO','37.775543','-108.924550',-7,1); -INSERT INTO zipcodes VALUES (81325,'Egnar','CO','38.027131','-108.831620',-7,1); -INSERT INTO zipcodes VALUES (81326,'Hesperus','CO','37.131282','-108.157280',-7,1); -INSERT INTO zipcodes VALUES (81327,'Lewis','CO','37.534825','-108.651880',-7,1); -INSERT INTO zipcodes VALUES (81328,'Mancos','CO','37.363564','-108.296910',-7,1); -INSERT INTO zipcodes VALUES (81329,'Marvel','CO','37.092605','-108.125194',-7,1); -INSERT INTO zipcodes VALUES (81330,'Mesa Verde National Park','CO','37.237814','-108.504240',-7,1); -INSERT INTO zipcodes VALUES (81331,'Pleasant View','CO','37.590205','-108.769980',-7,1); -INSERT INTO zipcodes VALUES (81332,'Rico','CO','37.713158','-108.025850',-7,1); -INSERT INTO zipcodes VALUES (81334,'Towaoc','CO','37.178946','-108.887690',-7,1); -INSERT INTO zipcodes VALUES (81335,'Yellow Jacket','CO','37.508184','-108.783110',-7,1); -INSERT INTO zipcodes VALUES (81401,'Montrose','CO','38.436409','-107.862500',-7,1); -INSERT INTO zipcodes VALUES (81402,'Montrose','CO','38.485093','-107.885975',-7,1); -INSERT INTO zipcodes VALUES (81410,'Austin','CO','38.790530','-107.974040',-7,1); -INSERT INTO zipcodes VALUES (81411,'Bedrock','CO','38.318109','-108.928580',-7,1); -INSERT INTO zipcodes VALUES (81413,'Cedaredge','CO','38.941926','-107.926690',-7,1); -INSERT INTO zipcodes VALUES (81414,'Cory','CO','38.788697','-107.986174',-7,1); -INSERT INTO zipcodes VALUES (81415,'Crawford','CO','38.636112','-107.593150',-7,1); -INSERT INTO zipcodes VALUES (81416,'Delta','CO','38.733901','-108.082190',-7,1); -INSERT INTO zipcodes VALUES (81418,'Eckert','CO','38.842439','-107.960850',-7,1); -INSERT INTO zipcodes VALUES (81419,'Hotchkiss','CO','38.819199','-107.737040',-7,1); -INSERT INTO zipcodes VALUES (81420,'Lazear','CO','38.781745','-107.780778',-7,1); -INSERT INTO zipcodes VALUES (81421,'Maher','CO','38.942927','-107.939831',-7,1); -INSERT INTO zipcodes VALUES (81422,'Naturita','CO','38.296229','-108.680790',-7,1); -INSERT INTO zipcodes VALUES (81423,'Norwood','CO','38.082231','-108.258600',-7,1); -INSERT INTO zipcodes VALUES (81424,'Nucla','CO','38.295450','-108.501640',-7,1); -INSERT INTO zipcodes VALUES (81425,'Olathe','CO','38.605432','-108.009800',-7,1); -INSERT INTO zipcodes VALUES (81426,'Ophir','CO','37.860092','-107.869750',-7,1); -INSERT INTO zipcodes VALUES (81427,'Ouray','CO','38.016388','-107.674380',-7,1); -INSERT INTO zipcodes VALUES (81428,'Paonia','CO','38.877695','-107.587990',-7,1); -INSERT INTO zipcodes VALUES (81429,'Paradox','CO','38.371101','-108.969823',-7,1); -INSERT INTO zipcodes VALUES (81430,'Placerville','CO','38.086770','-108.003320',-7,1); -INSERT INTO zipcodes VALUES (81431,'Redvale','CO','38.153484','-108.439210',-7,1); -INSERT INTO zipcodes VALUES (81432,'Ridgway','CO','38.131449','-107.773220',-7,1); -INSERT INTO zipcodes VALUES (81433,'Silverton','CO','37.868294','-107.622230',-7,1); -INSERT INTO zipcodes VALUES (81434,'Somerset','CO','38.994185','-107.355260',-7,1); -INSERT INTO zipcodes VALUES (81435,'Telluride','CO','37.932874','-107.888740',-7,1); -INSERT INTO zipcodes VALUES (81501,'Grand Junction','CO','39.072831','-108.550000',-7,1); -INSERT INTO zipcodes VALUES (81502,'Grand Junction','CO','39.017876','-108.481354',-7,1); -INSERT INTO zipcodes VALUES (81503,'Grand Junction','CO','39.059221','-108.583110',-7,1); -INSERT INTO zipcodes VALUES (81504,'Grand Junction','CO','39.085481','-108.490190',-7,1); -INSERT INTO zipcodes VALUES (81505,'Grand Junction','CO','39.112514','-108.605060',-7,1); -INSERT INTO zipcodes VALUES (81506,'Grand Junction','CO','39.106039','-108.546790',-7,1); -INSERT INTO zipcodes VALUES (81516,'Snowmass Village','CO','39.225729','-106.937134',-7,1); -INSERT INTO zipcodes VALUES (81520,'Clifton','CO','39.085981','-108.444440',-7,1); -INSERT INTO zipcodes VALUES (81521,'Fruita','CO','39.159971','-108.720710',-7,1); -INSERT INTO zipcodes VALUES (81522,'Gateway','CO','38.715101','-109.010870',-7,1); -INSERT INTO zipcodes VALUES (81523,'Glade Park','CO','38.958934','-108.851260',-7,1); -INSERT INTO zipcodes VALUES (81524,'Loma','CO','39.238633','-108.788930',-7,1); -INSERT INTO zipcodes VALUES (81525,'Mack','CO','39.244427','-108.937810',-7,1); -INSERT INTO zipcodes VALUES (81526,'Palisade','CO','39.101300','-108.367000',-7,1); -INSERT INTO zipcodes VALUES (81527,'Whitewater','CO','38.833235','-108.581550',-7,1); -INSERT INTO zipcodes VALUES (81601,'Glenwood Springs','CO','39.533318','-107.321070',-7,1); -INSERT INTO zipcodes VALUES (81602,'Glenwood Springs','CO','39.511742','-107.325336',-7,1); -INSERT INTO zipcodes VALUES (81610,'Dinosaur','CO','40.334542','-108.762660',-7,1); -INSERT INTO zipcodes VALUES (81611,'Aspen','CO','39.196857','-106.819100',-7,1); -INSERT INTO zipcodes VALUES (81612,'Aspen','CO','39.223416','-106.882774',-7,1); -INSERT INTO zipcodes VALUES (81613,'Snowmass Village','CO','39.212626','-106.941907',-7,1); -INSERT INTO zipcodes VALUES (81615,'Snowmass Village','CO','39.214104','-106.945280',-7,1); -INSERT INTO zipcodes VALUES (81620,'Avon','CO','39.632980','-106.515340',-7,1); -INSERT INTO zipcodes VALUES (81621,'Basalt','CO','39.379423','-106.970820',-7,1); -INSERT INTO zipcodes VALUES (81623,'Carbondale','CO','39.335504','-107.188200',-7,1); -INSERT INTO zipcodes VALUES (81624,'Collbran','CO','39.220166','-107.934140',-7,1); -INSERT INTO zipcodes VALUES (81625,'Craig','CO','40.566113','-107.608180',-7,1); -INSERT INTO zipcodes VALUES (81626,'Craig','CO','40.667669','-107.783276',-7,1); -INSERT INTO zipcodes VALUES (81628,'El Jebel','CO','39.397870','-107.089239',-7,1); -INSERT INTO zipcodes VALUES (81630,'De Beque','CO','39.378823','-108.340690',-7,1); -INSERT INTO zipcodes VALUES (81631,'Eagle','CO','39.622314','-106.775100',-7,1); -INSERT INTO zipcodes VALUES (81632,'Edwards','CO','39.620748','-106.614800',-7,1); -INSERT INTO zipcodes VALUES (81633,'Dinosaur','CO','40.377031','-108.398991',-7,1); -INSERT INTO zipcodes VALUES (81635,'Parachute','CO','39.493283','-108.115710',-7,1); -INSERT INTO zipcodes VALUES (81636,'Battlement Mesa','CO','39.430535','-108.023924',-7,1); -INSERT INTO zipcodes VALUES (81637,'Gypsum','CO','39.690233','-107.025520',-7,1); -INSERT INTO zipcodes VALUES (81638,'Hamilton','CO','40.298366','-107.517560',-7,1); -INSERT INTO zipcodes VALUES (81639,'Hayden','CO','40.488060','-107.260930',-7,1); -INSERT INTO zipcodes VALUES (81640,'Maybell','CO','40.594344','-108.399740',-7,1); -INSERT INTO zipcodes VALUES (81641,'Meeker','CO','40.042797','-107.921580',-7,1); -INSERT INTO zipcodes VALUES (81642,'Meredith','CO','39.342438','-106.634440',-7,1); -INSERT INTO zipcodes VALUES (81643,'Mesa','CO','39.102266','-108.160330',-7,1); -INSERT INTO zipcodes VALUES (81645,'Minturn','CO','39.459323','-106.378590',-7,1); -INSERT INTO zipcodes VALUES (81646,'Molina','CO','39.139927','-108.004980',-7,1); -INSERT INTO zipcodes VALUES (81647,'New Castle','CO','39.567059','-107.549740',-7,1); -INSERT INTO zipcodes VALUES (81648,'Rangely','CO','40.011447','-108.775280',-7,1); -INSERT INTO zipcodes VALUES (81649,'Red Cliff','CO','39.451885','-106.324030',-7,1); -INSERT INTO zipcodes VALUES (81650,'Rifle','CO','39.603225','-107.897550',-7,1); -INSERT INTO zipcodes VALUES (81652,'Silt','CO','39.508481','-107.668730',-7,1); -INSERT INTO zipcodes VALUES (81653,'Slater','CO','40.929768','-107.188860',-7,1); -INSERT INTO zipcodes VALUES (81654,'Snowmass','CO','39.254607','-106.978880',-7,1); -INSERT INTO zipcodes VALUES (81655,'Wolcott','CO','39.731182','-106.627050',-7,1); -INSERT INTO zipcodes VALUES (81656,'Woody Creek','CO','39.301790','-106.818780',-7,1); -INSERT INTO zipcodes VALUES (81657,'Vail','CO','39.634566','-106.370770',-7,1); -INSERT INTO zipcodes VALUES (81658,'Vail','CO','39.624171','-106.497314',-7,1); -INSERT INTO zipcodes VALUES (82001,'Cheyenne','WY','41.141281','-104.802080',-7,1); -INSERT INTO zipcodes VALUES (82002,'Cheyenne','WY','41.327351','-104.666365',-7,1); -INSERT INTO zipcodes VALUES (82003,'Cheyenne','WY','41.219107','-104.661244',-7,1); -INSERT INTO zipcodes VALUES (82005,'Fe Warren AFB','WY','41.139057','-104.862947',-7,1); -INSERT INTO zipcodes VALUES (82006,'Cheyenne','WY','41.327351','-104.666365',-7,1); -INSERT INTO zipcodes VALUES (82007,'Cheyenne','WY','41.101731','-104.805820',-7,1); -INSERT INTO zipcodes VALUES (82008,'Cheyenne','WY','41.327351','-104.666365',-7,1); -INSERT INTO zipcodes VALUES (82009,'Cheyenne','WY','41.275932','-104.882790',-7,1); -INSERT INTO zipcodes VALUES (82010,'Cheyenne','WY','41.327351','-104.666365',-7,1); -INSERT INTO zipcodes VALUES (82050,'Albin','WY','41.425769','-104.188050',-7,1); -INSERT INTO zipcodes VALUES (82051,'Bosler','WY','41.601379','-105.652070',-7,1); -INSERT INTO zipcodes VALUES (82052,'Buford','WY','41.105595','-105.354900',-7,1); -INSERT INTO zipcodes VALUES (82053,'Burns','WY','41.209041','-104.359070',-7,1); -INSERT INTO zipcodes VALUES (82054,'Carpenter','WY','41.064212','-104.341070',-7,1); -INSERT INTO zipcodes VALUES (82055,'Centennial','WY','41.331440','-106.176490',-7,1); -INSERT INTO zipcodes VALUES (82058,'Garrett','WY','42.227720','-105.661840',-7,1); -INSERT INTO zipcodes VALUES (82059,'Granite Canon','WY','41.051097','-105.192160',-7,1); -INSERT INTO zipcodes VALUES (82060,'Hillsdale','WY','41.210012','-104.480950',-7,1); -INSERT INTO zipcodes VALUES (82061,'Horse Creek','WY','41.422733','-105.198810',-7,1); -INSERT INTO zipcodes VALUES (82063,'Jelm','CO','40.932966','-105.877050',-7,1); -INSERT INTO zipcodes VALUES (82070,'Laramie','WY','41.232815','-105.753640',-7,1); -INSERT INTO zipcodes VALUES (82071,'Laramie','WY','41.715061','-105.797388',-7,1); -INSERT INTO zipcodes VALUES (82072,'Laramie','WY','41.344843','-105.586260',-7,1); -INSERT INTO zipcodes VALUES (82073,'Laramie','WY','41.307065','-105.624667',-7,1); -INSERT INTO zipcodes VALUES (82081,'Meriden','WY','41.552531','-104.391180',-7,1); -INSERT INTO zipcodes VALUES (82082,'Pine Bluffs','NE','41.181106','-104.000780',-7,1); -INSERT INTO zipcodes VALUES (82083,'Rock River','WY','41.724691','-105.990710',-7,1); -INSERT INTO zipcodes VALUES (82084,'Tie Siding','WY','41.024827','-105.461880',-7,1); -INSERT INTO zipcodes VALUES (82190,'Yellowstone National Park','WY','44.890668','-110.894210',-7,1); -INSERT INTO zipcodes VALUES (82201,'Wheatland','WY','42.038694','-105.050690',-7,1); -INSERT INTO zipcodes VALUES (82210,'Chugwater','WY','41.742212','-104.829230',-7,1); -INSERT INTO zipcodes VALUES (82212,'Fort Laramie','WY','42.321548','-104.534530',-7,1); -INSERT INTO zipcodes VALUES (82213,'Glendo','WY','42.489239','-104.975910',-7,1); -INSERT INTO zipcodes VALUES (82214,'Guernsey','WY','42.277740','-104.760340',-7,1); -INSERT INTO zipcodes VALUES (82215,'Hartville','WY','42.382338','-104.711350',-7,1); -INSERT INTO zipcodes VALUES (82217,'Hawk Springs','WY','41.769160','-104.244880',-7,1); -INSERT INTO zipcodes VALUES (82218,'Huntley','WY','41.865935','-104.114510',-7,1); -INSERT INTO zipcodes VALUES (82219,'Jay Em','WY','42.507335','-104.424200',-7,1); -INSERT INTO zipcodes VALUES (82221,'Lagrange','WY','41.646277','-104.287700',-7,1); -INSERT INTO zipcodes VALUES (82222,'Lance Creek','WY','43.149226','-104.616350',-7,1); -INSERT INTO zipcodes VALUES (82223,'Lingle','WY','42.121155','-104.377080',-7,1); -INSERT INTO zipcodes VALUES (82224,'Lost Springs','WY','42.792664','-104.941560',-7,1); -INSERT INTO zipcodes VALUES (82225,'Lusk','WY','43.034269','-104.357840',-7,1); -INSERT INTO zipcodes VALUES (82226,'Lusk','WY','42.757317','-104.448288',-7,1); -INSERT INTO zipcodes VALUES (82227,'Manville','WY','42.785056','-104.750340',-7,1); -INSERT INTO zipcodes VALUES (82229,'Shawnee','WY','42.787675','-105.063337',-7,1); -INSERT INTO zipcodes VALUES (82240,'Torrington','WY','42.119328','-104.192280',-7,1); -INSERT INTO zipcodes VALUES (82242,'Van Tassell','WY','42.706475','-104.120450',-7,1); -INSERT INTO zipcodes VALUES (82243,'Veteran','WY','41.979994','-104.389690',-7,1); -INSERT INTO zipcodes VALUES (82244,'Yoder','WY','41.907756','-104.372100',-7,1); -INSERT INTO zipcodes VALUES (82301,'Rawlins','WY','41.971581','-107.294750',-7,1); -INSERT INTO zipcodes VALUES (82310,'Jeffrey City','WY','42.444748','-107.764600',-7,1); -INSERT INTO zipcodes VALUES (82321,'Baggs','WY','41.347337','-107.710620',-7,1); -INSERT INTO zipcodes VALUES (82322,'Bairoil','WY','42.180259','-107.739110',-7,1); -INSERT INTO zipcodes VALUES (82323,'Dixon','WY','41.034747','-107.532570',-7,1); -INSERT INTO zipcodes VALUES (82324,'Elk Mountain','WY','41.620507','-106.435940',-7,1); -INSERT INTO zipcodes VALUES (82325,'Encampment','WY','41.159654','-106.662840',-7,1); -INSERT INTO zipcodes VALUES (82327,'Hanna','WY','42.041677','-106.603520',-7,1); -INSERT INTO zipcodes VALUES (82329,'Medicine Bow','WY','42.196315','-106.321130',-7,1); -INSERT INTO zipcodes VALUES (82331,'Saratoga','WY','41.475612','-106.758880',-7,1); -INSERT INTO zipcodes VALUES (82332,'Savery','WY','41.330666','-107.231060',-7,1); -INSERT INTO zipcodes VALUES (82334,'Sinclair','WY','41.780239','-107.117226',-7,1); -INSERT INTO zipcodes VALUES (82335,'Walcott','WY','41.804594','-106.780630',-7,1); -INSERT INTO zipcodes VALUES (82336,'Wamsutter','WY','41.765078','-108.160760',-7,1); -INSERT INTO zipcodes VALUES (82354,'Sinclair','WY','41.778225','-107.119867',-7,1); -INSERT INTO zipcodes VALUES (82401,'Worland','WY','43.993124','-107.973650',-7,1); -INSERT INTO zipcodes VALUES (82410,'Basin','WY','44.369517','-108.049050',-7,1); -INSERT INTO zipcodes VALUES (82411,'Burlington','WY','44.436009','-108.441950',-7,1); -INSERT INTO zipcodes VALUES (82412,'Byron','WY','44.794477','-108.534150',-7,1); -INSERT INTO zipcodes VALUES (82414,'Cody','WY','44.566114','-109.208260',-7,1); -INSERT INTO zipcodes VALUES (82420,'Cowley','WY','44.929728','-108.456340',-7,1); -INSERT INTO zipcodes VALUES (82421,'Deaver','WY','44.909434','-108.589170',-7,1); -INSERT INTO zipcodes VALUES (82422,'Emblem','WY','44.498455','-108.380900',-7,1); -INSERT INTO zipcodes VALUES (82423,'Frannie','WY','44.979667','-108.640760',-7,1); -INSERT INTO zipcodes VALUES (82426,'Greybull','WY','44.500759','-108.031020',-7,1); -INSERT INTO zipcodes VALUES (82427,'Hamilton Dome','WY','43.769760','-108.454106',-7,1); -INSERT INTO zipcodes VALUES (82428,'Hyattville','WY','44.255087','-107.637020',-7,1); -INSERT INTO zipcodes VALUES (82430,'Kirby','WY','43.808024','-108.183850',-7,1); -INSERT INTO zipcodes VALUES (82431,'Lovell','WY','44.791974','-108.328330',-7,1); -INSERT INTO zipcodes VALUES (82432,'Manderson','WY','44.248250','-107.926300',-7,1); -INSERT INTO zipcodes VALUES (82433,'Meeteetse','WY','44.205280','-108.927180',-7,1); -INSERT INTO zipcodes VALUES (82434,'Otto','WY','44.396661','-108.286050',-7,1); -INSERT INTO zipcodes VALUES (82435,'Powell','WY','44.789953','-108.867890',-7,1); -INSERT INTO zipcodes VALUES (82440,'Ralston','WY','44.718546','-108.865380',-7,1); -INSERT INTO zipcodes VALUES (82441,'Shell','WY','44.632199','-107.670340',-7,1); -INSERT INTO zipcodes VALUES (82442,'Ten Sleep','WY','43.885863','-107.365690',-7,1); -INSERT INTO zipcodes VALUES (82443,'Thermopolis','WY','43.694009','-108.319420',-7,1); -INSERT INTO zipcodes VALUES (82450,'Wapiti','WY','44.463071','-109.415501',-7,1); -INSERT INTO zipcodes VALUES (82501,'Riverton','WY','43.013826','-108.348790',-7,1); -INSERT INTO zipcodes VALUES (82504,'Vista West','WY','42.878665','-106.438937',-7,1); -INSERT INTO zipcodes VALUES (82510,'Arapahoe','WY','42.981091','-108.601940',-7,1); -INSERT INTO zipcodes VALUES (82512,'Crowheart','WY','43.428698','-109.218060',-7,1); -INSERT INTO zipcodes VALUES (82513,'Dubois','WY','43.557529','-109.707090',-7,1); -INSERT INTO zipcodes VALUES (82514,'Fort Washakie','WY','42.971973','-108.928860',-7,1); -INSERT INTO zipcodes VALUES (82515,'Hudson','WY','42.866820','-108.533390',-7,1); -INSERT INTO zipcodes VALUES (82516,'Kinnear','WY','43.146870','-108.893490',-7,1); -INSERT INTO zipcodes VALUES (82520,'Lander','WY','42.729832','-108.631540',-7,1); -INSERT INTO zipcodes VALUES (82523,'Pavillion','WY','43.312211','-108.560380',-7,1); -INSERT INTO zipcodes VALUES (82524,'Saint Stephens','WY','42.998588','-108.571910',-7,1); -INSERT INTO zipcodes VALUES (82601,'Casper','WY','42.896822','-106.297990',-7,1); -INSERT INTO zipcodes VALUES (82602,'Casper','WY','42.889576','-106.356960',-7,1); -INSERT INTO zipcodes VALUES (82604,'Casper','WY','42.791242','-106.539860',-7,1); -INSERT INTO zipcodes VALUES (82605,'Casper','WY','42.966192','-106.807047',-7,1); -INSERT INTO zipcodes VALUES (82609,'Casper','WY','42.844915','-106.272550',-7,1); -INSERT INTO zipcodes VALUES (82615,'Shirley Basin','WY','41.716940','-106.999195',-7,1); -INSERT INTO zipcodes VALUES (82620,'Alcova','WY','42.657230','-107.125230',-7,1); -INSERT INTO zipcodes VALUES (82630,'Arminto','WY','42.966192','-106.807047',-7,1); -INSERT INTO zipcodes VALUES (82631,'Bill','WY','42.894249','-105.485243',-7,1); -INSERT INTO zipcodes VALUES (82633,'Douglas','WY','42.935874','-105.373030',-7,1); -INSERT INTO zipcodes VALUES (82635,'Edgerton','WY','43.410459','-106.242100',-7,1); -INSERT INTO zipcodes VALUES (82636,'Evansville','WY','42.828639','-106.159520',-7,1); -INSERT INTO zipcodes VALUES (82637,'Glenrock','WY','42.796442','-105.910780',-7,1); -INSERT INTO zipcodes VALUES (82638,'Hiland','WY','42.966192','-106.807047',-7,1); -INSERT INTO zipcodes VALUES (82639,'Kaycee','WY','43.602698','-106.659450',-7,1); -INSERT INTO zipcodes VALUES (82640,'Linch','WY','43.551448','-106.141530',-7,1); -INSERT INTO zipcodes VALUES (82642,'Lysite','WY','43.228052','-107.681950',-7,1); -INSERT INTO zipcodes VALUES (82643,'Midwest','WY','43.363864','-106.274760',-7,1); -INSERT INTO zipcodes VALUES (82644,'Mills','WY','42.842615','-106.371030',-7,1); -INSERT INTO zipcodes VALUES (82646,'Natrona','WY','42.966192','-106.807047',-7,1); -INSERT INTO zipcodes VALUES (82648,'Powder River','WY','42.966192','-106.807047',-7,1); -INSERT INTO zipcodes VALUES (82649,'Shoshoni','WY','43.232318','-108.155550',-7,1); -INSERT INTO zipcodes VALUES (82701,'Newcastle','WY','43.738237','-104.443870',-7,1); -INSERT INTO zipcodes VALUES (82703,'Laramie','WY','41.327892','-105.616339',-7,1); -INSERT INTO zipcodes VALUES (82710,'Aladdin','WY','44.776684','-104.224250',-7,1); -INSERT INTO zipcodes VALUES (82711,'Alva','WY','44.706167','-104.451380',-7,1); -INSERT INTO zipcodes VALUES (82712,'Beulah','WY','44.447058','-104.128530',-7,1); -INSERT INTO zipcodes VALUES (82713,'Carlile','WY','44.525891','-104.767846',-7,1); -INSERT INTO zipcodes VALUES (82714,'Devils Tower','WY','44.553925','-104.689920',-7,1); -INSERT INTO zipcodes VALUES (82715,'Four Corners','WY','43.840033','-104.568128',-7,1); -INSERT INTO zipcodes VALUES (82716,'Gillette','WY','44.356533','-105.526610',-7,1); -INSERT INTO zipcodes VALUES (82717,'Gillette','WY','44.374954','-105.386240',-7,1); -INSERT INTO zipcodes VALUES (82718,'Gillette','WY','43.939968','-105.524450',-7,1); -INSERT INTO zipcodes VALUES (82720,'Hulett','WY','44.811030','-104.729520',-7,1); -INSERT INTO zipcodes VALUES (82721,'Moorcroft','WY','44.453553','-104.923340',-7,1); -INSERT INTO zipcodes VALUES (82723,'Osage','WY','43.992349','-104.451210',-7,1); -INSERT INTO zipcodes VALUES (82725,'Recluse','WY','44.876211','-105.742280',-7,1); -INSERT INTO zipcodes VALUES (82727,'Rozet','WY','44.221574','-105.238420',-7,1); -INSERT INTO zipcodes VALUES (82729,'Sundance','WY','44.376421','-104.398000',-7,1); -INSERT INTO zipcodes VALUES (82730,'Upton','WY','44.062053','-104.710430',-7,1); -INSERT INTO zipcodes VALUES (82731,'Weston','WY','44.799642','-105.246950',-7,1); -INSERT INTO zipcodes VALUES (82732,'Wright','WY','43.715486','-105.358780',-7,1); -INSERT INTO zipcodes VALUES (82779,'Sundance','WY','44.408744','-104.371298',-7,1); -INSERT INTO zipcodes VALUES (82801,'Sheridan','WY','44.801249','-106.967820',-7,1); -INSERT INTO zipcodes VALUES (82831,'Arvada','WY','44.681337','-106.082090',-7,1); -INSERT INTO zipcodes VALUES (82832,'Banner','WY','44.602518','-106.763670',-7,1); -INSERT INTO zipcodes VALUES (82833,'Big Horn','WY','44.615453','-107.106250',-7,1); -INSERT INTO zipcodes VALUES (82834,'Buffalo','WY','44.301141','-106.676380',-7,1); -INSERT INTO zipcodes VALUES (82835,'Clearmont','WY','44.770838','-106.424040',-7,1); -INSERT INTO zipcodes VALUES (82836,'Dayton','WY','44.787512','-107.481720',-7,1); -INSERT INTO zipcodes VALUES (82837,'Leiter','WY','44.743230','-106.239630',-7,1); -INSERT INTO zipcodes VALUES (82838,'Parkman','WY','44.947602','-107.389030',-7,1); -INSERT INTO zipcodes VALUES (82839,'Ranchester','WY','44.889239','-107.142020',-7,1); -INSERT INTO zipcodes VALUES (82840,'Saddlestring','WY','44.497609','-106.870963',-7,1); -INSERT INTO zipcodes VALUES (82842,'Story','WY','44.576978','-106.908100',-7,1); -INSERT INTO zipcodes VALUES (82844,'Wolf','WY','44.788759','-107.219370',-7,1); -INSERT INTO zipcodes VALUES (82845,'Wyarno','WY','44.725332','-106.663240',-7,1); -INSERT INTO zipcodes VALUES (82901,'Rock Springs','WY','41.594542','-109.163040',-7,1); -INSERT INTO zipcodes VALUES (82902,'Rock Springs','WY','41.631408','-108.963931',-7,1); -INSERT INTO zipcodes VALUES (82922,'Bondurant','WY','43.185600','-110.386250',-7,1); -INSERT INTO zipcodes VALUES (82923,'Boulder','WY','42.750730','-109.619330',-7,1); -INSERT INTO zipcodes VALUES (82925,'Cora','WY','43.081275','-109.926720',-7,1); -INSERT INTO zipcodes VALUES (82929,'Little America','WY','41.587387','-109.822740',-7,1); -INSERT INTO zipcodes VALUES (82930,'Evanston','WY','41.267546','-110.906070',-7,1); -INSERT INTO zipcodes VALUES (82931,'Evanston','WY','41.261943','-110.919995',-7,1); -INSERT INTO zipcodes VALUES (82932,'Farson','WY','42.026986','-109.409030',-7,1); -INSERT INTO zipcodes VALUES (82933,'Fort Bridger','WY','41.299766','-110.437280',-7,1); -INSERT INTO zipcodes VALUES (82934,'Granger','WY','41.610852','-109.973610',-7,1); -INSERT INTO zipcodes VALUES (82935,'Green River','WY','41.659162','-109.639190',-7,1); -INSERT INTO zipcodes VALUES (82936,'Lontetree','WY','41.081086','-110.223910',-7,1); -INSERT INTO zipcodes VALUES (82937,'Lyman','WY','41.399751','-110.366240',-7,1); -INSERT INTO zipcodes VALUES (82938,'McKinnon','WY','41.181959','-109.487090',-7,1); -INSERT INTO zipcodes VALUES (82939,'Mountain View','WY','41.246498','-110.337780',-7,1); -INSERT INTO zipcodes VALUES (82941,'Pinedale','WY','42.874606','-109.856940',-7,1); -INSERT INTO zipcodes VALUES (82942,'Point Of Rocks','WY','41.689968','-108.819630',-7,1); -INSERT INTO zipcodes VALUES (82943,'Reliance','WY','41.702635','-109.220440',-7,1); -INSERT INTO zipcodes VALUES (82944,'Robertson','WY','41.104010','-110.537330',-7,1); -INSERT INTO zipcodes VALUES (82945,'Superior','WY','41.761851','-108.971390',-7,1); -INSERT INTO zipcodes VALUES (83001,'Jackson','WY','43.468383','-110.757140',-7,1); -INSERT INTO zipcodes VALUES (83002,'Jackson','WY','43.505370','-110.786527',-7,1); -INSERT INTO zipcodes VALUES (83011,'Kelly','WY','43.639867','-110.579080',-7,1); -INSERT INTO zipcodes VALUES (83012,'Moose','WY','43.701492','-110.832150',-7,1); -INSERT INTO zipcodes VALUES (83013,'Moran','WY','44.042150','-110.978760',-7,1); -INSERT INTO zipcodes VALUES (83014,'Wilson','WY','43.520413','-110.864180',-7,1); -INSERT INTO zipcodes VALUES (83025,'Teton Village','WY','43.443851','-110.694002',-7,1); -INSERT INTO zipcodes VALUES (83101,'Kemmerer','WY','41.890875','-110.406870',-7,1); -INSERT INTO zipcodes VALUES (83110,'Afton','WY','42.681301','-110.921960',-7,1); -INSERT INTO zipcodes VALUES (83111,'Auburn','WY','42.801664','-111.004800',-7,1); -INSERT INTO zipcodes VALUES (83112,'Bedford','WY','42.877387','-110.928590',-7,1); -INSERT INTO zipcodes VALUES (83113,'Big Piney','WY','42.557035','-110.114820',-7,1); -INSERT INTO zipcodes VALUES (83114,'Cokeville','WY','42.039281','-110.851880',-7,1); -INSERT INTO zipcodes VALUES (83115,'Daniel','WY','42.926318','-110.188890',-7,1); -INSERT INTO zipcodes VALUES (83116,'Diamondville','WY','41.779266','-110.538680',-7,1); -INSERT INTO zipcodes VALUES (83118,'Etna','WY','43.062245','-111.019170',-7,1); -INSERT INTO zipcodes VALUES (83119,'Fairview','WY','42.683338','-110.998470',-7,1); -INSERT INTO zipcodes VALUES (83120,'Freedom','ID','43.001889','-111.093200',-7,1); -INSERT INTO zipcodes VALUES (83121,'Frontier','WY','41.814385','-110.537430',-7,1); -INSERT INTO zipcodes VALUES (83122,'Grover','WY','42.803357','-110.931820',-7,1); -INSERT INTO zipcodes VALUES (83123,'La Barge','WY','42.243979','-110.241950',-7,1); -INSERT INTO zipcodes VALUES (83124,'Opal','WY','41.767699','-110.277320',-7,1); -INSERT INTO zipcodes VALUES (83126,'Smoot','WY','42.607888','-110.918080',-7,1); -INSERT INTO zipcodes VALUES (83127,'Thayne','WY','42.960670','-110.982620',-7,1); -INSERT INTO zipcodes VALUES (83128,'Alpine','WY','43.129462','-110.932470',-7,1); -INSERT INTO zipcodes VALUES (83201,'Pocatello','ID','42.883214','-112.439680',-7,1); -INSERT INTO zipcodes VALUES (83202,'Pocatello','ID','42.968660','-112.431820',-7,1); -INSERT INTO zipcodes VALUES (83203,'Fort Hall','ID','43.040466','-112.486380',-7,1); -INSERT INTO zipcodes VALUES (83204,'Pocatello','ID','42.847727','-112.503290',-7,1); -INSERT INTO zipcodes VALUES (83205,'Pocatello','ID','42.806160','-112.410283',-7,1); -INSERT INTO zipcodes VALUES (83206,'Pocatello','ID','42.639474','-112.313836',-7,1); -INSERT INTO zipcodes VALUES (83209,'Pocatello','ID','42.639474','-112.313836',-7,1); -INSERT INTO zipcodes VALUES (83210,'Aberdeen','ID','42.972280','-112.832180',-7,1); -INSERT INTO zipcodes VALUES (83211,'American Falls','ID','42.751590','-112.919310',-7,1); -INSERT INTO zipcodes VALUES (83212,'Arbon','ID','42.514471','-112.546260',-7,1); -INSERT INTO zipcodes VALUES (83213,'Arco','ID','43.651830','-113.316390',-7,1); -INSERT INTO zipcodes VALUES (83214,'Arimo','ID','42.539952','-112.239710',-7,1); -INSERT INTO zipcodes VALUES (83215,'Atomic City','ID','43.442618','-112.813160',-7,1); -INSERT INTO zipcodes VALUES (83217,'Bancroft','ID','42.768812','-111.872070',-7,1); -INSERT INTO zipcodes VALUES (83218,'Basalt','ID','43.317823','-112.163560',-7,1); -INSERT INTO zipcodes VALUES (83220,'Bern','ID','42.339083','-111.376410',-7,1); -INSERT INTO zipcodes VALUES (83221,'Blackfoot','ID','43.211238','-112.394540',-7,1); -INSERT INTO zipcodes VALUES (83223,'Bloomington','ID','42.188641','-111.408530',-7,1); -INSERT INTO zipcodes VALUES (83226,'Challis','ID','44.537420','-114.188030',-7,1); -INSERT INTO zipcodes VALUES (83227,'Clayton','ID','44.207190','-114.598100',-7,1); -INSERT INTO zipcodes VALUES (83228,'Clifton','ID','42.213131','-112.014290',-7,1); -INSERT INTO zipcodes VALUES (83229,'Cobalt','ID','44.968059','-113.816735',-7,1); -INSERT INTO zipcodes VALUES (83230,'Conda','ID','42.719102','-111.596651',-7,1); -INSERT INTO zipcodes VALUES (83232,'Dayton','ID','42.129892','-111.976050',-7,1); -INSERT INTO zipcodes VALUES (83233,'Dingle','ID','42.177359','-111.217381',-7,1); -INSERT INTO zipcodes VALUES (83234,'Downey','ID','42.436270','-112.116470',-7,1); -INSERT INTO zipcodes VALUES (83235,'Ellis','ID','44.633935','-113.992170',-7,1); -INSERT INTO zipcodes VALUES (83236,'Firth','ID','43.287888','-112.127650',-7,1); -INSERT INTO zipcodes VALUES (83237,'Franklin','ID','42.021688','-111.799770',-7,1); -INSERT INTO zipcodes VALUES (83238,'Geneva','ID','42.324873','-111.090020',-7,1); -INSERT INTO zipcodes VALUES (83239,'Georgetown','ID','42.483479','-111.353330',-7,1); -INSERT INTO zipcodes VALUES (83241,'Grace','ID','42.525021','-111.750900',-7,1); -INSERT INTO zipcodes VALUES (83243,'Holbrook','ID','42.217418','-112.642110',-7,1); -INSERT INTO zipcodes VALUES (83244,'Howe','ID','43.854175','-113.043620',-7,1); -INSERT INTO zipcodes VALUES (83245,'Inkom','ID','42.794710','-112.235620',-7,1); -INSERT INTO zipcodes VALUES (83246,'Lava Hot Springs','ID','42.616477','-112.018890',-7,1); -INSERT INTO zipcodes VALUES (83250,'McCammon','ID','42.659404','-112.214840',-7,1); -INSERT INTO zipcodes VALUES (83251,'Mackay','ID','43.969772','-113.749070',-7,1); -INSERT INTO zipcodes VALUES (83252,'Malad City','ID','42.192579','-112.329020',-7,1); -INSERT INTO zipcodes VALUES (83253,'May','ID','44.486997','-113.802930',-7,1); -INSERT INTO zipcodes VALUES (83254,'Montpelier','ID','42.327996','-111.326370',-7,1); -INSERT INTO zipcodes VALUES (83255,'Moore','ID','43.774709','-113.450860',-7,1); -INSERT INTO zipcodes VALUES (83256,'Moreland','ID','43.222648','-112.442253',-7,1); -INSERT INTO zipcodes VALUES (83261,'Paris','ID','42.227710','-111.396510',-7,1); -INSERT INTO zipcodes VALUES (83262,'Pingree','ID','43.115708','-112.595110',-7,1); -INSERT INTO zipcodes VALUES (83263,'Preston','ID','42.165399','-111.823690',-7,1); -INSERT INTO zipcodes VALUES (83271,'Rockland','ID','42.542266','-112.844840',-7,1); -INSERT INTO zipcodes VALUES (83272,'Saint Charles','ID','42.127915','-111.392200',-7,1); -INSERT INTO zipcodes VALUES (83274,'Shelley','ID','43.366017','-112.117120',-7,1); -INSERT INTO zipcodes VALUES (83276,'Soda Springs','ID','42.693133','-111.577310',-7,1); -INSERT INTO zipcodes VALUES (83277,'Springfield','ID','43.074319','-112.682290',-7,1); -INSERT INTO zipcodes VALUES (83278,'Stanley','ID','44.248203','-114.935510',-7,1); -INSERT INTO zipcodes VALUES (83281,'Swanlake','ID','42.305798','-111.962060',-7,1); -INSERT INTO zipcodes VALUES (83283,'Thatcher','ID','42.344123','-111.672970',-7,1); -INSERT INTO zipcodes VALUES (83285,'Wayan','ID','43.027278','-111.220420',-7,1); -INSERT INTO zipcodes VALUES (83286,'Weston','ID','42.055593','-111.981440',-7,1); -INSERT INTO zipcodes VALUES (83287,'Fish Haven','ID','42.021829','-111.427420',-7,1); -INSERT INTO zipcodes VALUES (83301,'Twin Falls','ID','42.530288','-114.475090',-7,1); -INSERT INTO zipcodes VALUES (83302,'Rogerson','ID','42.096094','-115.023660',-7,1); -INSERT INTO zipcodes VALUES (83303,'Twin Falls','ID','42.456273','-114.519536',-7,1); -INSERT INTO zipcodes VALUES (83311,'Albion','ID','42.390977','-113.597440',-7,1); -INSERT INTO zipcodes VALUES (83312,'Almo','ID','42.086850','-113.641350',-7,1); -INSERT INTO zipcodes VALUES (83313,'Bellevue','ID','43.399180','-114.258650',-7,1); -INSERT INTO zipcodes VALUES (83314,'Bliss','ID','42.937947','-114.952870',-7,1); -INSERT INTO zipcodes VALUES (83316,'Buhl','ID','42.596953','-114.818860',-7,1); -INSERT INTO zipcodes VALUES (83318,'Burley','ID','42.496588','-113.798570',-7,1); -INSERT INTO zipcodes VALUES (83320,'Carey','ID','43.356224','-113.890780',-7,1); -INSERT INTO zipcodes VALUES (83321,'Castleford','ID','42.371508','-114.909930',-7,1); -INSERT INTO zipcodes VALUES (83322,'Corral','ID','43.377947','-114.969640',-7,1); -INSERT INTO zipcodes VALUES (83323,'Declo','ID','42.510364','-113.418080',-7,1); -INSERT INTO zipcodes VALUES (83324,'Dietrich','ID','42.883302','-114.244100',-7,1); -INSERT INTO zipcodes VALUES (83325,'Eden','ID','42.594650','-114.255780',-7,1); -INSERT INTO zipcodes VALUES (83327,'Fairfield','ID','43.365909','-114.775590',-7,1); -INSERT INTO zipcodes VALUES (83328,'Filer','ID','42.565542','-114.619190',-7,1); -INSERT INTO zipcodes VALUES (83330,'Gooding','ID','42.944346','-114.706050',-7,1); -INSERT INTO zipcodes VALUES (83332,'Hagerman','ID','42.811892','-114.925100',-7,1); -INSERT INTO zipcodes VALUES (83333,'Hailey','ID','43.527659','-114.311530',-7,1); -INSERT INTO zipcodes VALUES (83334,'Hansen','ID','42.482046','-114.299000',-7,1); -INSERT INTO zipcodes VALUES (83335,'Hazelton','ID','42.599276','-114.059410',-7,1); -INSERT INTO zipcodes VALUES (83336,'Heyburn','ID','42.562839','-113.786400',-7,1); -INSERT INTO zipcodes VALUES (83337,'Hill City','ID','43.312973','-115.040880',-7,1); -INSERT INTO zipcodes VALUES (83338,'Jerome','ID','42.710124','-114.463940',-7,1); -INSERT INTO zipcodes VALUES (83340,'Ketchum','ID','43.750744','-114.519800',-7,1); -INSERT INTO zipcodes VALUES (83341,'Kimberly','ID','42.509557','-114.374410',-7,1); -INSERT INTO zipcodes VALUES (83342,'Malta','ID','42.232525','-113.352960',-7,1); -INSERT INTO zipcodes VALUES (83343,'Minidoka','ID','42.772955','-113.509762',-7,1); -INSERT INTO zipcodes VALUES (83344,'Murtaugh','ID','42.444159','-114.121570',-7,1); -INSERT INTO zipcodes VALUES (83346,'Oakley','ID','42.261085','-113.886900',-7,1); -INSERT INTO zipcodes VALUES (83347,'Paul','ID','42.715540','-113.862810',-7,1); -INSERT INTO zipcodes VALUES (83348,'Picabo','ID','43.304395','-114.064440',-7,1); -INSERT INTO zipcodes VALUES (83349,'Richfield','ID','43.078896','-114.187950',-7,1); -INSERT INTO zipcodes VALUES (83350,'Rupert','ID','42.671054','-113.629760',-7,1); -INSERT INTO zipcodes VALUES (83352,'Shoshone','ID','43.036666','-114.409970',-7,1); -INSERT INTO zipcodes VALUES (83353,'Sun Valley','ID','43.661373','-114.181910',-7,1); -INSERT INTO zipcodes VALUES (83354,'Sun Valley','ID','43.681156','-114.332140',-7,1); -INSERT INTO zipcodes VALUES (83355,'Wendell','ID','42.760790','-114.710250',-7,1); -INSERT INTO zipcodes VALUES (83401,'Idaho Falls','ID','43.528891','-111.981360',-7,1); -INSERT INTO zipcodes VALUES (83402,'Idaho Falls','ID','43.497685','-112.073910',-7,1); -INSERT INTO zipcodes VALUES (83403,'Idaho Falls','ID','43.421132','-111.333376',-7,1); -INSERT INTO zipcodes VALUES (83404,'Idaho Falls','ID','43.465998','-112.014250',-7,1); -INSERT INTO zipcodes VALUES (83405,'Idaho Falls','ID','43.323306','-111.782152',-7,1); -INSERT INTO zipcodes VALUES (83406,'Idaho Falls','ID','43.458004','-111.959250',-7,1); -INSERT INTO zipcodes VALUES (83415,'Idaho Falls','ID','43.323306','-111.782152',-7,1); -INSERT INTO zipcodes VALUES (83420,'Ashton','ID','44.060947','-111.405480',-7,1); -INSERT INTO zipcodes VALUES (83421,'Chester','ID','44.004709','-111.555270',-7,1); -INSERT INTO zipcodes VALUES (83422,'Driggs','ID','43.726688','-111.114840',-7,1); -INSERT INTO zipcodes VALUES (83423,'Dubois','ID','44.164718','-112.342580',-7,1); -INSERT INTO zipcodes VALUES (83424,'Felt','ID','43.882935','-111.215120',-7,1); -INSERT INTO zipcodes VALUES (83425,'Hamer','ID','43.951754','-112.232190',-7,1); -INSERT INTO zipcodes VALUES (83427,'Iona','ID','43.403744','-111.838810',-7,1); -INSERT INTO zipcodes VALUES (83428,'Irwin','ID','43.369671','-111.234170',-7,1); -INSERT INTO zipcodes VALUES (83429,'Island Park','ID','44.490674','-111.366310',-7,1); -INSERT INTO zipcodes VALUES (83431,'Lewisville','ID','43.694827','-112.014770',-7,1); -INSERT INTO zipcodes VALUES (83433,'Macks Inn','ID','44.496112','-111.326820',-7,1); -INSERT INTO zipcodes VALUES (83434,'Menan','ID','43.759605','-111.995080',-7,1); -INSERT INTO zipcodes VALUES (83435,'Monteview','ID','43.964437','-112.546420',-7,1); -INSERT INTO zipcodes VALUES (83436,'Newdale','ID','43.879722','-111.496170',-7,1); -INSERT INTO zipcodes VALUES (83438,'Parker','ID','44.319199','-111.601710',-7,1); -INSERT INTO zipcodes VALUES (83440,'Rexburg','ID','43.809910','-111.809420',-7,1); -INSERT INTO zipcodes VALUES (83441,'Rexburg','ID','43.776095','-111.691047',-7,1); -INSERT INTO zipcodes VALUES (83442,'Rigby','ID','43.675110','-111.874070',-7,1); -INSERT INTO zipcodes VALUES (83443,'Ririe','ID','43.570104','-111.599110',-7,1); -INSERT INTO zipcodes VALUES (83444,'Roberts','ID','43.722695','-112.150020',-7,1); -INSERT INTO zipcodes VALUES (83445,'Saint Anthony','ID','43.957025','-111.702080',-7,1); -INSERT INTO zipcodes VALUES (83446,'Spencer','ID','44.397984','-112.202060',-7,1); -INSERT INTO zipcodes VALUES (83447,'Squirrel','ID','44.319199','-111.601710',-7,1); -INSERT INTO zipcodes VALUES (83448,'Sugar City','ID','43.860023','-111.708790',-7,1); -INSERT INTO zipcodes VALUES (83449,'Swan Valley','ID','43.450364','-111.332010',-7,1); -INSERT INTO zipcodes VALUES (83450,'Terreton','ID','43.857435','-112.424740',-7,1); -INSERT INTO zipcodes VALUES (83451,'Teton','ID','43.890719','-111.645220',-7,1); -INSERT INTO zipcodes VALUES (83452,'Tetonia','ID','43.819580','-111.167680',-7,1); -INSERT INTO zipcodes VALUES (83454,'Ucon','ID','43.593567','-111.957274',-7,1); -INSERT INTO zipcodes VALUES (83455,'Victor','ID','43.636332','-111.148420',-7,1); -INSERT INTO zipcodes VALUES (83460,'Rexburg','ID','43.776095','-111.691047',-7,1); -INSERT INTO zipcodes VALUES (83462,'Carmen','ID','45.338175','-113.858400',-7,1); -INSERT INTO zipcodes VALUES (83463,'Gibbonsville','ID','45.593774','-113.962500',-7,1); -INSERT INTO zipcodes VALUES (83464,'Leadore','ID','44.525291','-113.295470',-7,1); -INSERT INTO zipcodes VALUES (83465,'Lemhi','ID','44.817505','-113.672770',-7,1); -INSERT INTO zipcodes VALUES (83466,'North Fork','ID','45.486818','-114.078660',-7,1); -INSERT INTO zipcodes VALUES (83467,'Salmon','ID','45.101697','-113.903060',-7,1); -INSERT INTO zipcodes VALUES (83468,'Tendoy','ID','44.926709','-113.689660',-7,1); -INSERT INTO zipcodes VALUES (83469,'Shoup','ID','45.234391','-114.315650',-7,1); -INSERT INTO zipcodes VALUES (83501,'Lewiston','ID','46.388753','-116.984840',-8,1); -INSERT INTO zipcodes VALUES (83520,'Ahsahka','ID','46.505902','-116.318700',-8,1); -INSERT INTO zipcodes VALUES (83522,'Cottonwood','ID','46.041157','-116.385680',-8,1); -INSERT INTO zipcodes VALUES (83523,'Craigmont','ID','46.223309','-116.481680',-8,1); -INSERT INTO zipcodes VALUES (83524,'Culdesac','ID','46.363204','-116.639060',-8,1); -INSERT INTO zipcodes VALUES (83525,'Elk City','ID','45.920694','-115.252730',-8,1); -INSERT INTO zipcodes VALUES (83526,'Ferdinand','ID','46.154136','-116.404710',-8,1); -INSERT INTO zipcodes VALUES (83530,'Grangeville','ID','45.923869','-116.131460',-8,1); -INSERT INTO zipcodes VALUES (83531,'Fenn','ID','45.889314','-115.557407',-8,1); -INSERT INTO zipcodes VALUES (83533,'Greencreek','ID','46.106803','-116.254030',-8,1); -INSERT INTO zipcodes VALUES (83534,'Culdesac','ID','46.375238','-116.666843',-8,1); -INSERT INTO zipcodes VALUES (83535,'Juliaetta','ID','46.542771','-116.720200',-8,1); -INSERT INTO zipcodes VALUES (83536,'Kamiah','ID','46.224145','-116.037260',-8,1); -INSERT INTO zipcodes VALUES (83537,'Kendrick','ID','46.635799','-116.541460',-8,1); -INSERT INTO zipcodes VALUES (83539,'Kooskia','ID','46.122654','-115.724850',-8,1); -INSERT INTO zipcodes VALUES (83540,'Lapwai','ID','46.397080','-116.786490',-8,1); -INSERT INTO zipcodes VALUES (83541,'Lenore','ID','46.528080','-116.468960',-8,1); -INSERT INTO zipcodes VALUES (83542,'Lucile','ID','45.548413','-116.301000',-8,1); -INSERT INTO zipcodes VALUES (83543,'Nezperce','ID','46.256652','-116.249220',-8,1); -INSERT INTO zipcodes VALUES (83544,'Orofino','ID','46.485334','-116.200710',-8,1); -INSERT INTO zipcodes VALUES (83545,'Peck','ID','46.460115','-116.438230',-8,1); -INSERT INTO zipcodes VALUES (83546,'Pierce','ID','46.525642','-115.822760',-8,1); -INSERT INTO zipcodes VALUES (83547,'Pollock','ID','45.291282','-116.356950',-7,1); -INSERT INTO zipcodes VALUES (83548,'Reubens','ID','46.332945','-116.529390',-8,1); -INSERT INTO zipcodes VALUES (83549,'Riggins','ID','45.405792','-116.364310',-7,1); -INSERT INTO zipcodes VALUES (83551,'Spalding','ID','46.400349','-116.804544',-8,1); -INSERT INTO zipcodes VALUES (83552,'Stites','ID','46.093893','-115.976900',-8,1); -INSERT INTO zipcodes VALUES (83553,'Weippe','ID','46.368447','-115.901010',-8,1); -INSERT INTO zipcodes VALUES (83554,'White Bird','ID','45.717554','-116.269360',-8,1); -INSERT INTO zipcodes VALUES (83555,'Winchester','ID','46.216165','-116.623630',-8,1); -INSERT INTO zipcodes VALUES (83601,'Atlanta','ID','43.801588','-115.130850',-7,1); -INSERT INTO zipcodes VALUES (83602,'Banks','ID','44.066434','-116.139760',-7,1); -INSERT INTO zipcodes VALUES (83604,'Bruneau','ID','42.876160','-115.887140',-7,1); -INSERT INTO zipcodes VALUES (83605,'Caldwell','ID','43.658834','-116.677550',-7,1); -INSERT INTO zipcodes VALUES (83606,'Caldwell','ID','43.724917','-116.798923',-7,1); -INSERT INTO zipcodes VALUES (83607,'Caldwell','ID','43.675651','-116.738250',-7,1); -INSERT INTO zipcodes VALUES (83610,'Cambridge','ID','44.647796','-116.690000',-7,1); -INSERT INTO zipcodes VALUES (83611,'Cascade','ID','44.476882','-115.972900',-7,1); -INSERT INTO zipcodes VALUES (83612,'Council','ID','44.829994','-116.553440',-7,1); -INSERT INTO zipcodes VALUES (83615,'Donnelly','ID','44.699961','-116.059920',-7,1); -INSERT INTO zipcodes VALUES (83616,'Eagle','ID','43.705551','-116.363460',-7,1); -INSERT INTO zipcodes VALUES (83617,'Emmett','ID','43.888285','-116.514300',-7,1); -INSERT INTO zipcodes VALUES (83619,'Fruitland','ID','44.002031','-116.911290',-7,1); -INSERT INTO zipcodes VALUES (83620,'Fruitvale','ID','44.878097','-116.433950',-7,1); -INSERT INTO zipcodes VALUES (83622,'Garden Valley','ID','44.103121','-115.935400',-7,1); -INSERT INTO zipcodes VALUES (83623,'Glenns Ferry','ID','42.965519','-115.327240',-7,1); -INSERT INTO zipcodes VALUES (83624,'Grand View','ID','43.004691','-116.072250',-7,1); -INSERT INTO zipcodes VALUES (83626,'Greenleaf','ID','43.670142','-116.823670',-7,1); -INSERT INTO zipcodes VALUES (83627,'Hammett','ID','42.939818','-115.496970',-7,1); -INSERT INTO zipcodes VALUES (83628,'Homedale','ID','43.598319','-116.948400',-7,1); -INSERT INTO zipcodes VALUES (83629,'Horseshoe Bend','ID','43.933688','-116.188900',-7,1); -INSERT INTO zipcodes VALUES (83630,'Huston','ID','43.602661','-116.790284',-7,1); -INSERT INTO zipcodes VALUES (83631,'Idaho City','ID','43.851280','-115.879030',-7,1); -INSERT INTO zipcodes VALUES (83632,'Indian Valley','ID','44.554347','-116.438800',-7,1); -INSERT INTO zipcodes VALUES (83633,'King Hill','ID','42.969692','-115.174270',-7,1); -INSERT INTO zipcodes VALUES (83634,'Kuna','ID','43.463644','-116.393110',-7,1); -INSERT INTO zipcodes VALUES (83635,'Lake Fork','ID','44.683670','-115.453583',-7,1); -INSERT INTO zipcodes VALUES (83636,'Letha','ID','43.896275','-116.646209',-7,1); -INSERT INTO zipcodes VALUES (83637,'Lowman','ID','44.088570','-115.487970',-7,1); -INSERT INTO zipcodes VALUES (83638,'McCall','ID','44.854428','-116.049910',-7,1); -INSERT INTO zipcodes VALUES (83639,'Marsing','ID','43.534319','-116.840620',-7,1); -INSERT INTO zipcodes VALUES (83641,'Melba','ID','43.370358','-116.575550',-7,1); -INSERT INTO zipcodes VALUES (83642,'Meridian','ID','43.609434','-116.396420',-7,1); -INSERT INTO zipcodes VALUES (83643,'Mesa','ID','44.605095','-116.488790',-7,1); -INSERT INTO zipcodes VALUES (83644,'Middleton','ID','43.720076','-116.602530',-7,1); -INSERT INTO zipcodes VALUES (83645,'Midvale','ID','44.426905','-116.624050',-7,1); -INSERT INTO zipcodes VALUES (83647,'Mountain Home','ID','43.208029','-115.623450',-7,1); -INSERT INTO zipcodes VALUES (83648,'Mountain Home A F B','ID','43.069970','-115.852010',-7,1); -INSERT INTO zipcodes VALUES (83650,'Murphy','ID','43.135267','-116.465840',-7,1); -INSERT INTO zipcodes VALUES (83651,'Nampa','ID','43.583454','-116.586970',-7,1); -INSERT INTO zipcodes VALUES (83652,'Nampa','ID','43.707130','-116.620774',-7,1); -INSERT INTO zipcodes VALUES (83653,'Nampa','ID','43.585149','-116.752963',-7,1); -INSERT INTO zipcodes VALUES (83654,'New Meadows','ID','45.077791','-116.343350',-7,1); -INSERT INTO zipcodes VALUES (83655,'New Plymouth','ID','43.969290','-116.813890',-7,1); -INSERT INTO zipcodes VALUES (83656,'Notus','ID','43.725546','-116.800800',-7,1); -INSERT INTO zipcodes VALUES (83657,'Ola','ID','44.279564','-116.299490',-7,1); -INSERT INTO zipcodes VALUES (83660,'Parma','ID','43.790319','-116.934690',-7,1); -INSERT INTO zipcodes VALUES (83661,'Payette','ID','44.079947','-116.894330',-7,1); -INSERT INTO zipcodes VALUES (83666,'Placerville','ID','43.948003','-115.980550',-7,1); -INSERT INTO zipcodes VALUES (83669,'Star','ID','43.697658','-116.491550',-7,1); -INSERT INTO zipcodes VALUES (83670,'Sweet','ID','44.017756','-116.312640',-7,1); -INSERT INTO zipcodes VALUES (83671,'Warren','ID','45.273532','-115.691940',-7,1); -INSERT INTO zipcodes VALUES (83672,'Weiser','ID','44.310781','-116.933260',-7,1); -INSERT INTO zipcodes VALUES (83676,'Wilder','ID','43.653878','-116.901170',-7,1); -INSERT INTO zipcodes VALUES (83677,'Yellow Pine','ID','45.017810','-115.553970',-7,1); -INSERT INTO zipcodes VALUES (83680,'Meridian','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83686,'Nampa','ID','43.529812','-116.577610',-7,1); -INSERT INTO zipcodes VALUES (83687,'Nampa','ID','43.590212','-116.537810',-7,1); -INSERT INTO zipcodes VALUES (83701,'Boise','ID','43.603768','-116.272921',-7,1); -INSERT INTO zipcodes VALUES (83702,'Boise','ID','43.627734','-116.207560',-7,1); -INSERT INTO zipcodes VALUES (83703,'Boise','ID','43.668396','-116.257070',-7,1); -INSERT INTO zipcodes VALUES (83704,'Boise','ID','43.631230','-116.287160',-7,1); -INSERT INTO zipcodes VALUES (83705,'Boise','ID','43.583139','-116.225200',-7,1); -INSERT INTO zipcodes VALUES (83706,'Boise','ID','43.593523','-116.199030',-7,1); -INSERT INTO zipcodes VALUES (83707,'Boise','ID','43.384690','-115.997118',-7,1); -INSERT INTO zipcodes VALUES (83708,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83709,'Boise','ID','43.572671','-116.295270',-7,1); -INSERT INTO zipcodes VALUES (83711,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83712,'Boise','ID','43.595763','-116.163670',-7,1); -INSERT INTO zipcodes VALUES (83713,'Boise','ID','43.638314','-116.330590',-7,1); -INSERT INTO zipcodes VALUES (83714,'Boise','ID','43.641774','-116.265070',-7,1); -INSERT INTO zipcodes VALUES (83715,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83716,'Boise','ID','43.601772','-116.027210',-7,1); -INSERT INTO zipcodes VALUES (83717,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83719,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83720,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83721,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83722,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83723,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83724,'Boise','ID','43.619477','-116.195159',-7,1); -INSERT INTO zipcodes VALUES (83725,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83726,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83727,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83728,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83729,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83730,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83731,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83732,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83733,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83735,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83744,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83756,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83757,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83788,'Boise','ID','43.606453','-116.281160',-7,1); -INSERT INTO zipcodes VALUES (83799,'Boise','ID','43.459855','-116.243984',-7,1); -INSERT INTO zipcodes VALUES (83801,'Athol','ID','47.943718','-116.666050',-8,1); -INSERT INTO zipcodes VALUES (83802,'Avery','ID','47.173432','-115.801990',-8,1); -INSERT INTO zipcodes VALUES (83803,'Bayview','ID','47.982523','-116.561680',-8,1); -INSERT INTO zipcodes VALUES (83804,'Blanchard','ID','48.021497','-116.988330',-8,1); -INSERT INTO zipcodes VALUES (83805,'Bonners Ferry','ID','48.770783','-116.410510',-8,1); -INSERT INTO zipcodes VALUES (83806,'Bovill','ID','46.868617','-116.397260',-8,1); -INSERT INTO zipcodes VALUES (83808,'Calder','ID','47.269078','-116.121340',-8,1); -INSERT INTO zipcodes VALUES (83809,'Careywood','ID','48.055621','-116.585400',-8,1); -INSERT INTO zipcodes VALUES (83810,'Cataldo','ID','47.532742','-116.465350',-8,1); -INSERT INTO zipcodes VALUES (83811,'Clark Fork','ID','48.119781','-116.159050',-8,1); -INSERT INTO zipcodes VALUES (83812,'Clarkia','ID','46.999999','-116.266930',-8,1); -INSERT INTO zipcodes VALUES (83813,'Cocolalla','ID','48.108672','-116.647940',-8,1); -INSERT INTO zipcodes VALUES (83814,'Coeur D Alene','ID','47.666550','-116.775700',-8,1); -INSERT INTO zipcodes VALUES (83815,'Coeur D Alene','ID','47.718227','-116.788970',-8,1); -INSERT INTO zipcodes VALUES (83816,'Coeur D Alene','ID','47.678798','-116.682718',-8,1); -INSERT INTO zipcodes VALUES (83821,'Coolin','ID','48.582545','-116.834910',-8,1); -INSERT INTO zipcodes VALUES (83822,'Oldtown','ID','48.168577','-117.024830',-8,1); -INSERT INTO zipcodes VALUES (83823,'Deary','ID','46.798440','-116.548410',-8,1); -INSERT INTO zipcodes VALUES (83824,'Desmet','ID','47.123919','-116.944170',-8,1); -INSERT INTO zipcodes VALUES (83825,'Dover','ID','48.368750','-116.545493',-8,1); -INSERT INTO zipcodes VALUES (83826,'Eastport','ID','48.974293','-116.186500',-8,1); -INSERT INTO zipcodes VALUES (83827,'Elk River','ID','46.779767','-116.179640',-8,1); -INSERT INTO zipcodes VALUES (83830,'Fernwood','ID','47.106250','-116.387640',-8,1); -INSERT INTO zipcodes VALUES (83832,'Genesee','ID','46.552921','-116.919140',-8,1); -INSERT INTO zipcodes VALUES (83833,'Harrison','ID','47.498424','-116.744750',-8,1); -INSERT INTO zipcodes VALUES (83834,'Harvard','ID','46.973846','-116.716630',-8,1); -INSERT INTO zipcodes VALUES (83835,'Hayden','ID','47.773595','-116.749070',-8,1); -INSERT INTO zipcodes VALUES (83836,'Hope','ID','48.229101','-116.274230',-8,1); -INSERT INTO zipcodes VALUES (83837,'Kellogg','ID','47.542783','-116.118480',-8,1); -INSERT INTO zipcodes VALUES (83839,'Kingston','ID','47.566703','-116.207740',-8,1); -INSERT INTO zipcodes VALUES (83840,'Kootenai','ID','48.314378','-116.515276',-8,1); -INSERT INTO zipcodes VALUES (83841,'Laclede','ID','48.161421','-116.767280',-8,1); -INSERT INTO zipcodes VALUES (83842,'Medimont','ID','47.456917','-116.579170',-8,1); -INSERT INTO zipcodes VALUES (83843,'Moscow','ID','46.727636','-116.980670',-8,1); -INSERT INTO zipcodes VALUES (83844,'Moscow','ID','46.836284','-116.684553',-8,1); -INSERT INTO zipcodes VALUES (83845,'Moyie Springs','ID','48.720842','-116.136260',-8,1); -INSERT INTO zipcodes VALUES (83846,'Mullan','ID','47.466971','-115.783770',-8,1); -INSERT INTO zipcodes VALUES (83847,'Naples','ID','48.575219','-116.414750',-8,1); -INSERT INTO zipcodes VALUES (83848,'Nordman','ID','48.649023','-116.894260',-8,1); -INSERT INTO zipcodes VALUES (83849,'Osburn','ID','47.517239','-116.014950',-8,1); -INSERT INTO zipcodes VALUES (83850,'Pinehurst','ID','47.512203','-116.241280',-8,1); -INSERT INTO zipcodes VALUES (83851,'Plummer','ID','47.322203','-116.883790',-8,1); -INSERT INTO zipcodes VALUES (83852,'Ponderay','ID','48.304760','-116.533050',-8,1); -INSERT INTO zipcodes VALUES (83853,'Porthill','ID','48.953737','-116.530780',-8,1); -INSERT INTO zipcodes VALUES (83854,'Post Falls','ID','47.720306','-116.945640',-8,1); -INSERT INTO zipcodes VALUES (83855,'Potlatch','ID','46.955970','-116.916710',-8,1); -INSERT INTO zipcodes VALUES (83856,'Priest River','ID','48.315799','-116.909040',-8,1); -INSERT INTO zipcodes VALUES (83857,'Princeton','ID','46.871275','-116.824310',-8,1); -INSERT INTO zipcodes VALUES (83858,'Rathdrum','ID','47.818931','-116.878300',-8,1); -INSERT INTO zipcodes VALUES (83860,'Sagle','ID','48.205853','-116.557100',-8,1); -INSERT INTO zipcodes VALUES (83861,'Saint Maries','ID','47.274904','-116.573920',-8,1); -INSERT INTO zipcodes VALUES (83862,'Samuels','ID','48.368750','-116.545493',-8,1); -INSERT INTO zipcodes VALUES (83864,'Sandpoint','ID','48.362033','-116.551010',-8,1); -INSERT INTO zipcodes VALUES (83865,'Colburn','ID','48.363251','-116.625594',-8,1); -INSERT INTO zipcodes VALUES (83866,'Santa','ID','47.161756','-116.421130',-8,1); -INSERT INTO zipcodes VALUES (83867,'Silverton','ID','47.495306','-115.955500',-8,1); -INSERT INTO zipcodes VALUES (83868,'Smelterville','ID','47.542989','-116.181560',-8,1); -INSERT INTO zipcodes VALUES (83869,'Spirit Lake','ID','47.976180','-116.868950',-8,1); -INSERT INTO zipcodes VALUES (83870,'Tensed','ID','47.155827','-116.896470',-8,1); -INSERT INTO zipcodes VALUES (83871,'Troy','ID','46.747944','-116.746930',-8,1); -INSERT INTO zipcodes VALUES (83872,'Viola','ID','46.861905','-116.963160',-8,1); -INSERT INTO zipcodes VALUES (83873,'Wallace','ID','47.533448','-115.887590',-8,1); -INSERT INTO zipcodes VALUES (83874,'Murray','ID','47.626188','-115.832040',-8,1); -INSERT INTO zipcodes VALUES (83876,'Worley','ID','47.446701','-116.904860',-8,1); -INSERT INTO zipcodes VALUES (83877,'Post Falls','ID','47.678798','-116.682718',-8,1); -INSERT INTO zipcodes VALUES (83888,'Sandpoint','ID','48.368750','-116.545493',-8,1); -INSERT INTO zipcodes VALUES (84001,'Altamont','UT','40.395531','-110.279690',-7,1); -INSERT INTO zipcodes VALUES (84002,'Altonah','UT','40.456790','-110.326730',-7,1); -INSERT INTO zipcodes VALUES (84003,'American Fork','UT','40.394235','-111.794490',-7,1); -INSERT INTO zipcodes VALUES (84004,'Alpine','UT','40.465161','-111.762790',-7,1); -INSERT INTO zipcodes VALUES (84006,'Bingham Canyon','UT','40.563896','-112.128100',-7,1); -INSERT INTO zipcodes VALUES (84007,'Bluebell','UT','40.349644','-110.197760',-7,1); -INSERT INTO zipcodes VALUES (84008,'Bonanza','UT','40.443106','-109.505593',-7,1); -INSERT INTO zipcodes VALUES (84010,'Bountiful','UT','40.876312','-111.872490',-7,1); -INSERT INTO zipcodes VALUES (84011,'Bountiful','UT','40.963547','-112.115984',-7,1); -INSERT INTO zipcodes VALUES (84013,'Cedar Valley','UT','40.288953','-112.098590',-7,1); -INSERT INTO zipcodes VALUES (84014,'Centerville','UT','40.927244','-111.876820',-7,1); -INSERT INTO zipcodes VALUES (84015,'Clearfield','UT','41.126476','-112.044270',-7,1); -INSERT INTO zipcodes VALUES (84016,'Clearfield','UT','40.892995','-111.888121',-7,1); -INSERT INTO zipcodes VALUES (84017,'Coalville','UT','40.880970','-111.377520',-7,1); -INSERT INTO zipcodes VALUES (84018,'Croydon','UT','41.084479','-111.531530',-7,1); -INSERT INTO zipcodes VALUES (84020,'Draper','UT','40.514843','-111.872940',-7,1); -INSERT INTO zipcodes VALUES (84021,'Duchesne','UT','40.169399','-110.460660',-7,1); -INSERT INTO zipcodes VALUES (84022,'Dugway','UT','40.212316','-112.700120',-7,1); -INSERT INTO zipcodes VALUES (84023,'Dutch John','UT','40.881951','-109.463190',-7,1); -INSERT INTO zipcodes VALUES (84024,'Echo','UT','40.959532','-111.427430',-7,1); -INSERT INTO zipcodes VALUES (84025,'Farmington','UT','40.988347','-111.888470',-7,1); -INSERT INTO zipcodes VALUES (84026,'Fort Duchesne','UT','40.294693','-109.829030',-7,1); -INSERT INTO zipcodes VALUES (84027,'Fruitland','UT','40.156858','-110.954490',-7,1); -INSERT INTO zipcodes VALUES (84028,'Garden City','UT','41.910210','-111.403280',-7,1); -INSERT INTO zipcodes VALUES (84029,'Grantsville','UT','40.689007','-112.669800',-7,1); -INSERT INTO zipcodes VALUES (84030,'Gusher','UT','40.160179','-109.547839',-7,1); -INSERT INTO zipcodes VALUES (84031,'Hanna','UT','40.535823','-110.466510',-7,1); -INSERT INTO zipcodes VALUES (84032,'Heber City','UT','40.511413','-111.332590',-7,1); -INSERT INTO zipcodes VALUES (84033,'Henefer','UT','40.996895','-111.502640',-7,1); -INSERT INTO zipcodes VALUES (84034,'Ibapah','UT','40.105506','-113.943720',-7,1); -INSERT INTO zipcodes VALUES (84035,'Jensen','UT','40.443203','-109.252550',-7,1); -INSERT INTO zipcodes VALUES (84036,'Kamas','UT','40.625883','-111.201410',-7,1); -INSERT INTO zipcodes VALUES (84037,'Kaysville','UT','41.032893','-111.930040',-7,1); -INSERT INTO zipcodes VALUES (84038,'Laketown','UT','41.797569','-111.370200',-7,1); -INSERT INTO zipcodes VALUES (84039,'Lapoint','UT','40.401201','-109.816770',-7,1); -INSERT INTO zipcodes VALUES (84040,'Layton','UT','41.086894','-111.927100',-7,1); -INSERT INTO zipcodes VALUES (84041,'Layton','UT','41.072210','-111.976250',-7,1); -INSERT INTO zipcodes VALUES (84042,'Lindon','UT','40.338552','-111.716200',-7,1); -INSERT INTO zipcodes VALUES (84043,'Lehi','UT','40.366648','-111.890520',-7,1); -INSERT INTO zipcodes VALUES (84044,'Magna','UT','40.700162','-112.083180',-7,1); -INSERT INTO zipcodes VALUES (84046,'Manila','UT','40.978642','-109.747190',-7,1); -INSERT INTO zipcodes VALUES (84047,'Midvale','UT','40.614997','-111.887040',-7,1); -INSERT INTO zipcodes VALUES (84049,'Midway','UT','40.518775','-111.498370',-7,1); -INSERT INTO zipcodes VALUES (84050,'Morgan','UT','41.059771','-111.711410',-7,1); -INSERT INTO zipcodes VALUES (84051,'Mountain Home','UT','40.422040','-110.385970',-7,1); -INSERT INTO zipcodes VALUES (84052,'Myton','UT','40.065834','-110.148230',-7,1); -INSERT INTO zipcodes VALUES (84053,'Neola','UT','40.440294','-110.025250',-7,1); -INSERT INTO zipcodes VALUES (84054,'North Salt Lake','UT','40.843012','-111.905810',-7,1); -INSERT INTO zipcodes VALUES (84055,'Oakley','UT','40.807250','-111.204000',-7,1); -INSERT INTO zipcodes VALUES (84056,'Hill AFB','UT','41.118815','-112.011510',-7,1); -INSERT INTO zipcodes VALUES (84057,'Orem','UT','40.311854','-111.705610',-7,1); -INSERT INTO zipcodes VALUES (84058,'Orem','UT','40.278086','-111.710670',-7,1); -INSERT INTO zipcodes VALUES (84059,'Orem','UT','40.176975','-111.536036',-7,1); -INSERT INTO zipcodes VALUES (84060,'Park City','UT','40.648541','-111.493620',-7,1); -INSERT INTO zipcodes VALUES (84061,'Peoa','UT','40.732935','-111.352830',-7,1); -INSERT INTO zipcodes VALUES (84062,'Pleasant Grove','UT','40.385840','-111.733330',-7,1); -INSERT INTO zipcodes VALUES (84063,'Randlett','UT','40.176006','-109.705790',-7,1); -INSERT INTO zipcodes VALUES (84064,'Randolph','UT','41.656963','-111.165840',-7,1); -INSERT INTO zipcodes VALUES (84065,'Riverton','UT','40.503746','-111.963270',-7,1); -INSERT INTO zipcodes VALUES (84066,'Roosevelt','UT','40.328012','-110.016890',-7,1); -INSERT INTO zipcodes VALUES (84067,'Roy','UT','41.173226','-112.050930',-7,1); -INSERT INTO zipcodes VALUES (84068,'Park City','UT','40.667970','-111.505365',-7,1); -INSERT INTO zipcodes VALUES (84069,'Rush Valley','UT','40.366554','-112.458130',-7,1); -INSERT INTO zipcodes VALUES (84070,'Sandy','UT','40.581595','-111.888210',-7,1); -INSERT INTO zipcodes VALUES (84071,'Stockton','UT','40.336367','-112.338190',-7,1); -INSERT INTO zipcodes VALUES (84072,'Tabiona','UT','40.362986','-110.701280',-7,1); -INSERT INTO zipcodes VALUES (84073,'Talmage','UT','40.352343','-110.469350',-7,1); -INSERT INTO zipcodes VALUES (84074,'Tooele','UT','40.560528','-112.294550',-7,1); -INSERT INTO zipcodes VALUES (84075,'Syracuse','UT','41.086069','-112.062790',-7,1); -INSERT INTO zipcodes VALUES (84076,'Tridell','UT','40.446132','-109.874760',-7,1); -INSERT INTO zipcodes VALUES (84078,'Vernal','UT','40.514262','-109.542230',-7,1); -INSERT INTO zipcodes VALUES (84079,'Vernal','UT','40.160179','-109.547839',-7,1); -INSERT INTO zipcodes VALUES (84080,'Vernon','UT','40.105195','-112.316730',-7,1); -INSERT INTO zipcodes VALUES (84082,'Wallsburg','UT','40.371817','-111.418090',-7,1); -INSERT INTO zipcodes VALUES (84083,'Wendover','UT','40.773372','-114.009300',-7,1); -INSERT INTO zipcodes VALUES (84084,'West Jordan','UT','40.627668','-111.975660',-7,1); -INSERT INTO zipcodes VALUES (84085,'Whiterocks','UT','40.529949','-109.914250',-7,1); -INSERT INTO zipcodes VALUES (84086,'Woodruff','UT','41.376622','-111.225780',-7,1); -INSERT INTO zipcodes VALUES (84087,'Woods Cross','UT','40.888711','-111.909090',-7,1); -INSERT INTO zipcodes VALUES (84088,'West Jordan','UT','40.594222','-111.978890',-7,1); -INSERT INTO zipcodes VALUES (84089,'Clearfield','UT','40.963547','-112.115984',-7,1); -INSERT INTO zipcodes VALUES (84090,'Sandy','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84091,'Sandy','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84092,'Sandy','UT','40.558748','-111.809020',-7,1); -INSERT INTO zipcodes VALUES (84093,'Sandy','UT','40.594948','-111.834480',-7,1); -INSERT INTO zipcodes VALUES (84094,'Sandy','UT','40.569598','-111.862170',-7,1); -INSERT INTO zipcodes VALUES (84095,'South Jordan','UT','40.561598','-111.960880',-7,1); -INSERT INTO zipcodes VALUES (84097,'Orem','UT','40.301444','-111.674850',-7,1); -INSERT INTO zipcodes VALUES (84098,'Park City','UT','40.726899','-111.536740',-7,1); -INSERT INTO zipcodes VALUES (84101,'Salt Lake City','UT','40.754746','-111.898750',-7,1); -INSERT INTO zipcodes VALUES (84102,'Salt Lake City','UT','40.759246','-111.863710',-7,1); -INSERT INTO zipcodes VALUES (84103,'Salt Lake City','UT','40.777746','-111.874910',-7,1); -INSERT INTO zipcodes VALUES (84104,'Salt Lake City','UT','40.750628','-111.940770',-7,1); -INSERT INTO zipcodes VALUES (84105,'Salt Lake City','UT','40.737132','-111.860440',-7,1); -INSERT INTO zipcodes VALUES (84106,'Salt Lake City','UT','40.706246','-111.856570',-7,1); -INSERT INTO zipcodes VALUES (84107,'Salt Lake City','UT','40.659997','-111.883940',-7,1); -INSERT INTO zipcodes VALUES (84108,'Salt Lake City','UT','40.744646','-111.811230',-7,1); -INSERT INTO zipcodes VALUES (84109,'Salt Lake City','UT','40.705747','-111.799730',-7,1); -INSERT INTO zipcodes VALUES (84110,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84111,'Salt Lake City','UT','40.754700','-111.883610',-7,1); -INSERT INTO zipcodes VALUES (84112,'Salt Lake City','UT','40.767840','-111.838050',-7,1); -INSERT INTO zipcodes VALUES (84113,'Salt Lake City','UT','40.763322','-111.833640',-7,1); -INSERT INTO zipcodes VALUES (84114,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84115,'Salt Lake City','UT','40.718113','-111.889380',-7,1); -INSERT INTO zipcodes VALUES (84116,'Salt Lake City','UT','40.790309','-111.940180',-7,1); -INSERT INTO zipcodes VALUES (84117,'Salt Lake City','UT','40.662797','-111.837970',-7,1); -INSERT INTO zipcodes VALUES (84118,'Salt Lake City','UT','40.650496','-111.995910',-7,1); -INSERT INTO zipcodes VALUES (84119,'Salt Lake City','UT','40.696596','-111.952390',-7,1); -INSERT INTO zipcodes VALUES (84120,'Salt Lake City','UT','40.688246','-111.998990',-7,1); -INSERT INTO zipcodes VALUES (84121,'Salt Lake City','UT','40.625621','-111.815800',-7,1); -INSERT INTO zipcodes VALUES (84122,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84123,'Salt Lake City','UT','40.659514','-111.922260',-7,1); -INSERT INTO zipcodes VALUES (84124,'Salt Lake City','UT','40.680064','-111.822200',-7,1); -INSERT INTO zipcodes VALUES (84125,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84126,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84127,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84128,'Salt Lake City','UT','40.694746','-112.040040',-7,1); -INSERT INTO zipcodes VALUES (84130,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84131,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84132,'Salt Lake City','UT','40.772743','-111.838541',-7,1); -INSERT INTO zipcodes VALUES (84133,'Salt Lake City','UT','40.769046','-111.889319',-7,1); -INSERT INTO zipcodes VALUES (84134,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84135,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84136,'Salt Lake City','UT','40.768546','-111.887869',-7,1); -INSERT INTO zipcodes VALUES (84137,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84138,'Salt Lake City','UT','40.671614','-111.748280',-7,1); -INSERT INTO zipcodes VALUES (84139,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84140,'Salt Lake City','UT','40.771345','-111.930870',-7,1); -INSERT INTO zipcodes VALUES (84141,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84142,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84143,'Salt Lake City','UT','40.786886','-111.900832',-7,1); -INSERT INTO zipcodes VALUES (84144,'Salt Lake City','UT','40.767946','-111.890819',-7,1); -INSERT INTO zipcodes VALUES (84145,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84147,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84148,'Salt Lake City','UT','40.756796','-111.837567',-7,1); -INSERT INTO zipcodes VALUES (84150,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84151,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84152,'Salt Lake City','UT','40.728579','-111.662730',-7,1); -INSERT INTO zipcodes VALUES (84153,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84157,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84158,'Salt Lake City','UT','40.768996','-111.762115',-7,1); -INSERT INTO zipcodes VALUES (84165,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84170,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84171,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84180,'Salt Lake City','UT','40.770248','-111.900770',-7,1); -INSERT INTO zipcodes VALUES (84184,'Salt Lake City','UT','40.676839','-111.956811',-7,1); -INSERT INTO zipcodes VALUES (84185,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84189,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84190,'Salt Lake City','UT','40.668068','-111.908297',-7,1); -INSERT INTO zipcodes VALUES (84199,'Salt Lake City','UT','40.725946','-111.939420',-7,1); -INSERT INTO zipcodes VALUES (84201,'Ogden','UT','41.244261','-112.007924',-7,1); -INSERT INTO zipcodes VALUES (84244,'Ogden','UT','41.255285','-111.956721',-7,1); -INSERT INTO zipcodes VALUES (84252,'Green River','UT','38.995483','-110.160534',-7,1); -INSERT INTO zipcodes VALUES (84301,'Bear River City','UT','41.615276','-112.125610',-7,1); -INSERT INTO zipcodes VALUES (84302,'Brigham City','UT','41.508605','-112.047360',-7,1); -INSERT INTO zipcodes VALUES (84304,'Cache Junction','UT','41.832776','-111.997380',-7,1); -INSERT INTO zipcodes VALUES (84305,'Clarkston','UT','41.938629','-112.043300',-7,1); -INSERT INTO zipcodes VALUES (84306,'Collinston','UT','41.804848','-112.070090',-7,1); -INSERT INTO zipcodes VALUES (84307,'Corinne','UT','41.535714','-112.303730',-7,1); -INSERT INTO zipcodes VALUES (84308,'Cornish','UT','41.944253','-111.973275',-7,1); -INSERT INTO zipcodes VALUES (84309,'Deweyville','UT','41.714101','-112.088460',-7,1); -INSERT INTO zipcodes VALUES (84310,'Eden','UT','41.364638','-111.813040',-7,1); -INSERT INTO zipcodes VALUES (84311,'Fielding','UT','41.815710','-112.113380',-7,1); -INSERT INTO zipcodes VALUES (84312,'Garland','UT','41.766450','-112.158290',-7,1); -INSERT INTO zipcodes VALUES (84313,'Grouse Creek','UT','41.307779','-113.563650',-7,1); -INSERT INTO zipcodes VALUES (84314,'Honeyville','UT','41.644833','-112.094270',-7,1); -INSERT INTO zipcodes VALUES (84315,'Hooper','UT','41.172593','-112.106750',-7,1); -INSERT INTO zipcodes VALUES (84316,'Howell','UT','41.773176','-112.459650',-7,1); -INSERT INTO zipcodes VALUES (84317,'Huntsville','UT','41.288679','-111.704490',-7,1); -INSERT INTO zipcodes VALUES (84318,'Hyde Park','UT','41.801888','-111.815350',-7,1); -INSERT INTO zipcodes VALUES (84319,'Hyrum','UT','41.630767','-111.845490',-7,1); -INSERT INTO zipcodes VALUES (84320,'Lewiston','UT','41.968475','-111.865870',-7,1); -INSERT INTO zipcodes VALUES (84321,'Logan','UT','41.730637','-111.780420',-7,1); -INSERT INTO zipcodes VALUES (84322,'Logan','UT','41.641189','-111.896571',-7,1); -INSERT INTO zipcodes VALUES (84323,'Logan','UT','41.684253','-111.783783',-7,1); -INSERT INTO zipcodes VALUES (84324,'Mantua','UT','41.492466','-111.942750',-7,1); -INSERT INTO zipcodes VALUES (84325,'Mendon','UT','41.721715','-111.971140',-7,1); -INSERT INTO zipcodes VALUES (84326,'Millville','UT','41.682506','-111.825000',-7,1); -INSERT INTO zipcodes VALUES (84327,'Newton','UT','41.867966','-111.990260',-7,1); -INSERT INTO zipcodes VALUES (84328,'Paradise','UT','41.508503','-111.791020',-7,1); -INSERT INTO zipcodes VALUES (84329,'Park Valley','UT','41.689359','-113.445620',-7,1); -INSERT INTO zipcodes VALUES (84330,'Plymouth','UT','41.875803','-112.139570',-7,1); -INSERT INTO zipcodes VALUES (84331,'Portage','UT','41.909031','-112.323220',-7,1); -INSERT INTO zipcodes VALUES (84332,'Providence','UT','41.701304','-111.809600',-7,1); -INSERT INTO zipcodes VALUES (84333,'Richmond','UT','41.919806','-111.816760',-7,1); -INSERT INTO zipcodes VALUES (84334,'Riverside','UT','41.791414','-112.146710',-7,1); -INSERT INTO zipcodes VALUES (84335,'Smithfield','UT','41.833371','-111.858970',-7,1); -INSERT INTO zipcodes VALUES (84336,'Snowville','UT','41.792609','-112.910320',-7,1); -INSERT INTO zipcodes VALUES (84337,'Tremonton','UT','41.688721','-112.223270',-7,1); -INSERT INTO zipcodes VALUES (84338,'Trenton','UT','41.935384','-111.946070',-7,1); -INSERT INTO zipcodes VALUES (84339,'Wellsville','UT','41.641328','-111.927160',-7,1); -INSERT INTO zipcodes VALUES (84340,'Willard','UT','41.368481','-112.055380',-7,1); -INSERT INTO zipcodes VALUES (84341,'Logan','UT','41.780998','-111.809040',-7,1); -INSERT INTO zipcodes VALUES (84346,'South Willard','UT','41.346348','-112.063983',-7,1); -INSERT INTO zipcodes VALUES (84401,'Ogden','UT','41.224911','-111.983460',-7,1); -INSERT INTO zipcodes VALUES (84402,'Ogden','UT','41.255285','-111.956721',-7,1); -INSERT INTO zipcodes VALUES (84403,'Ogden','UT','41.188093','-111.946080',-7,1); -INSERT INTO zipcodes VALUES (84404,'Ogden','UT','41.270319','-112.019320',-7,1); -INSERT INTO zipcodes VALUES (84405,'Ogden','UT','41.165551','-111.967500',-7,1); -INSERT INTO zipcodes VALUES (84407,'Ogden','UT','41.238547','-111.965867',-7,1); -INSERT INTO zipcodes VALUES (84408,'Ogden','UT','41.195593','-111.948474',-7,1); -INSERT INTO zipcodes VALUES (84409,'Ogden','UT','41.255285','-111.956721',-7,1); -INSERT INTO zipcodes VALUES (84412,'Ogden','UT','41.255285','-111.956721',-7,1); -INSERT INTO zipcodes VALUES (84414,'Ogden','UT','41.314075','-111.963660',-7,1); -INSERT INTO zipcodes VALUES (84415,'Ogden','UT','41.255285','-111.956721',-7,1); -INSERT INTO zipcodes VALUES (84501,'Price','UT','39.578473','-110.786780',-7,1); -INSERT INTO zipcodes VALUES (84510,'Aneth','UT','37.198216','-109.112450',-7,1); -INSERT INTO zipcodes VALUES (84511,'Blanding','UT','37.562925','-109.462450',-7,1); -INSERT INTO zipcodes VALUES (84512,'Bluff','UT','37.158935','-109.527730',-7,1); -INSERT INTO zipcodes VALUES (84513,'Castle Dale','UT','39.222858','-111.006050',-7,1); -INSERT INTO zipcodes VALUES (84515,'Cisco','UT','38.999877','-109.615008',-7,1); -INSERT INTO zipcodes VALUES (84516,'Clawson','UT','39.088224','-111.054890',-7,1); -INSERT INTO zipcodes VALUES (84518,'Cleveland','UT','39.350034','-110.871840',-7,1); -INSERT INTO zipcodes VALUES (84520,'East Carbon','UT','39.569596','-110.341990',-7,1); -INSERT INTO zipcodes VALUES (84521,'Elmo','UT','39.367253','-110.789560',-7,1); -INSERT INTO zipcodes VALUES (84522,'Emery','UT','38.889362','-111.177060',-7,1); -INSERT INTO zipcodes VALUES (84523,'Ferron','UT','39.109059','-111.136170',-7,1); -INSERT INTO zipcodes VALUES (84525,'Green River','UT','38.983076','-110.359050',-7,1); -INSERT INTO zipcodes VALUES (84526,'Helper','UT','39.694641','-110.985610',-7,1); -INSERT INTO zipcodes VALUES (84527,'Hiawatha','UT','39.640779','-110.560697',-7,1); -INSERT INTO zipcodes VALUES (84528,'Huntington','UT','39.343592','-110.977800',-7,1); -INSERT INTO zipcodes VALUES (84529,'Kenilworth','UT','39.686600','-110.804790',-7,1); -INSERT INTO zipcodes VALUES (84530,'La Sal','UT','38.236886','-109.154450',-7,1); -INSERT INTO zipcodes VALUES (84531,'Mexican Hat','UT','37.183505','-109.933830',-7,1); -INSERT INTO zipcodes VALUES (84532,'Moab','UT','38.572778','-109.493920',-7,1); -INSERT INTO zipcodes VALUES (84533,'Lake Powell','UT','37.655431','-110.037720',-7,1); -INSERT INTO zipcodes VALUES (84534,'Montezuma Creek','UT','37.237899','-109.287090',-7,1); -INSERT INTO zipcodes VALUES (84535,'Monticello','UT','37.886087','-109.306290',-7,1); -INSERT INTO zipcodes VALUES (84536,'Monument Valley','AZ','36.990184','-110.212300',-7,0); -INSERT INTO zipcodes VALUES (84537,'Orangeville','UT','39.366960','-111.165180',-7,1); -INSERT INTO zipcodes VALUES (84539,'Sunnyside','UT','39.661026','-110.588190',-7,1); -INSERT INTO zipcodes VALUES (84540,'Thompson','UT','39.210907','-109.444910',-7,1); -INSERT INTO zipcodes VALUES (84542,'Wellington','UT','39.543105','-110.728650',-7,1); -INSERT INTO zipcodes VALUES (84601,'Provo','UT','40.230954','-111.680060',-7,1); -INSERT INTO zipcodes VALUES (84602,'Provo','UT','40.356343','-111.732476',-7,1); -INSERT INTO zipcodes VALUES (84603,'Provo','UT','40.203908','-111.626081',-7,1); -INSERT INTO zipcodes VALUES (84604,'Provo','UT','40.280454','-111.649100',-7,1); -INSERT INTO zipcodes VALUES (84605,'Provo','UT','40.176975','-111.536036',-7,1); -INSERT INTO zipcodes VALUES (84606,'Provo','UT','40.226302','-111.644390',-7,1); -INSERT INTO zipcodes VALUES (84620,'Aurora','UT','38.917381','-111.928350',-7,1); -INSERT INTO zipcodes VALUES (84621,'Axtell','UT','39.050838','-111.847750',-7,1); -INSERT INTO zipcodes VALUES (84622,'Centerfield','UT','39.114649','-111.805110',-7,1); -INSERT INTO zipcodes VALUES (84623,'Chester','UT','39.465357','-111.576860',-7,1); -INSERT INTO zipcodes VALUES (84624,'Delta','UT','39.349079','-112.543300',-7,1); -INSERT INTO zipcodes VALUES (84626,'Elberta','UT','39.925190','-111.995590',-7,1); -INSERT INTO zipcodes VALUES (84627,'Ephraim','UT','39.353561','-111.578300',-7,1); -INSERT INTO zipcodes VALUES (84628,'Eureka','UT','39.855141','-112.149950',-7,1); -INSERT INTO zipcodes VALUES (84629,'Fairview','UT','39.701506','-111.428650',-7,1); -INSERT INTO zipcodes VALUES (84630,'Fayette','UT','39.272741','-111.778380',-7,1); -INSERT INTO zipcodes VALUES (84631,'Fillmore','UT','38.951694','-112.316660',-7,1); -INSERT INTO zipcodes VALUES (84632,'Fountain Green','UT','39.633383','-111.628440',-7,1); -INSERT INTO zipcodes VALUES (84633,'Goshen','UT','39.949142','-111.896230',-7,1); -INSERT INTO zipcodes VALUES (84634,'Gunnison','UT','39.193513','-111.850470',-7,1); -INSERT INTO zipcodes VALUES (84635,'Hinckley','UT','39.314609','-112.791810',-7,1); -INSERT INTO zipcodes VALUES (84636,'Holden','UT','39.099629','-112.282300',-7,1); -INSERT INTO zipcodes VALUES (84637,'Kanosh','UT','38.811791','-112.706370',-7,1); -INSERT INTO zipcodes VALUES (84638,'Leamington','UT','39.532384','-112.271130',-7,1); -INSERT INTO zipcodes VALUES (84639,'Levan','UT','39.471780','-111.944310',-7,1); -INSERT INTO zipcodes VALUES (84640,'Lynndyl','UT','39.522214','-112.369130',-7,1); -INSERT INTO zipcodes VALUES (84642,'Manti','UT','39.230151','-111.576010',-7,1); -INSERT INTO zipcodes VALUES (84643,'Mayfield','UT','39.111512','-111.699040',-7,1); -INSERT INTO zipcodes VALUES (84644,'Meadow','UT','39.064330','-113.032141',-7,1); -INSERT INTO zipcodes VALUES (84645,'Mona','UT','39.859432','-111.854020',-7,1); -INSERT INTO zipcodes VALUES (84646,'Moroni','UT','39.526133','-111.582990',-7,1); -INSERT INTO zipcodes VALUES (84647,'Mount Pleasant','UT','39.545778','-111.437980',-7,1); -INSERT INTO zipcodes VALUES (84648,'Nephi','UT','39.692424','-111.882290',-7,1); -INSERT INTO zipcodes VALUES (84649,'Oak City','UT','39.370295','-112.323690',-7,1); -INSERT INTO zipcodes VALUES (84650,'Oasis','UT','39.291167','-112.628260',-7,1); -INSERT INTO zipcodes VALUES (84651,'Payson','UT','40.025007','-111.721170',-7,1); -INSERT INTO zipcodes VALUES (84652,'Redmond','UT','38.974463','-111.922150',-7,1); -INSERT INTO zipcodes VALUES (84653,'Salem','UT','40.043907','-111.664050',-7,1); -INSERT INTO zipcodes VALUES (84654,'Salina','UT','38.915722','-111.728930',-7,1); -INSERT INTO zipcodes VALUES (84655,'Santaquin','UT','40.031480','-111.853020',-7,1); -INSERT INTO zipcodes VALUES (84656,'Scipio','UT','39.240818','-112.148040',-7,1); -INSERT INTO zipcodes VALUES (84657,'Sigurd','UT','38.834889','-111.943000',-7,1); -INSERT INTO zipcodes VALUES (84660,'Spanish Fork','UT','40.106370','-111.654080',-7,1); -INSERT INTO zipcodes VALUES (84662,'Spring City','UT','39.461825','-111.478180',-7,1); -INSERT INTO zipcodes VALUES (84663,'Springville','UT','40.168205','-111.595770',-7,1); -INSERT INTO zipcodes VALUES (84664,'Mapleton','UT','40.123394','-111.566650',-7,1); -INSERT INTO zipcodes VALUES (84665,'Sterling','UT','39.133489','-111.740853',-7,1); -INSERT INTO zipcodes VALUES (84667,'Wales','UT','39.458682','-111.671260',-7,1); -INSERT INTO zipcodes VALUES (84701,'Richfield','UT','38.765929','-112.083970',-7,1); -INSERT INTO zipcodes VALUES (84710,'Alton','UT','37.474045','-112.534090',-7,1); -INSERT INTO zipcodes VALUES (84711,'Annabella','UT','38.707639','-112.058260',-7,1); -INSERT INTO zipcodes VALUES (84712,'Antimony','UT','38.070706','-111.973540',-7,1); -INSERT INTO zipcodes VALUES (84713,'Beaver','UT','38.359060','-112.692600',-7,1); -INSERT INTO zipcodes VALUES (84714,'Beryl','UT','37.798268','-113.671800',-7,1); -INSERT INTO zipcodes VALUES (84715,'Bicknell','UT','38.338787','-111.549210',-7,1); -INSERT INTO zipcodes VALUES (84716,'Boulder','UT','37.945120','-111.099910',-7,1); -INSERT INTO zipcodes VALUES (84717,'Bryce Canyon','UT','37.615300','-112.170880',-7,1); -INSERT INTO zipcodes VALUES (84718,'Cannonville','UT','37.576034','-112.088490',-7,1); -INSERT INTO zipcodes VALUES (84719,'Brian Head','UT','37.663896','-112.810810',-7,1); -INSERT INTO zipcodes VALUES (84720,'Cedar City','UT','37.751640','-113.165570',-7,1); -INSERT INTO zipcodes VALUES (84721,'Cedar City','UT','37.656843','-113.369500',-7,1); -INSERT INTO zipcodes VALUES (84722,'Central','UT','37.416058','-113.625540',-7,1); -INSERT INTO zipcodes VALUES (84723,'Circleville','UT','38.180655','-112.255630',-7,1); -INSERT INTO zipcodes VALUES (84724,'Elsinore','UT','38.686793','-112.145650',-7,1); -INSERT INTO zipcodes VALUES (84725,'Enterprise','UT','37.533546','-113.761080',-7,1); -INSERT INTO zipcodes VALUES (84726,'Escalante','UT','37.767370','-111.684100',-7,1); -INSERT INTO zipcodes VALUES (84728,'Garrison','UT','38.970536','-113.708500',-7,1); -INSERT INTO zipcodes VALUES (84729,'Glendale','UT','37.351773','-112.611820',-7,1); -INSERT INTO zipcodes VALUES (84730,'Glenwood','UT','38.764683','-111.983790',-7,1); -INSERT INTO zipcodes VALUES (84731,'Greenville','UT','38.218885','-112.825080',-7,1); -INSERT INTO zipcodes VALUES (84732,'Greenwich','UT','38.446294','-111.910100',-7,1); -INSERT INTO zipcodes VALUES (84733,'Gunlock','UT','37.179347','-113.813600',-7,1); -INSERT INTO zipcodes VALUES (84734,'Hanksville','UT','38.289429','-110.663660',-7,1); -INSERT INTO zipcodes VALUES (84735,'Hatch','UT','37.611270','-112.556010',-7,1); -INSERT INTO zipcodes VALUES (84736,'Henrieville','UT','37.565311','-111.991440',-7,1); -INSERT INTO zipcodes VALUES (84737,'Hurricane','UT','37.130927','-113.241830',-7,1); -INSERT INTO zipcodes VALUES (84738,'Ivins','UT','37.164561','-113.675820',-7,1); -INSERT INTO zipcodes VALUES (84739,'Joseph','UT','38.620071','-112.234220',-7,1); -INSERT INTO zipcodes VALUES (84740,'Junction','UT','38.238084','-112.230140',-7,1); -INSERT INTO zipcodes VALUES (84741,'Kanab','UT','37.162224','-112.114310',-7,1); -INSERT INTO zipcodes VALUES (84742,'Kanarraville','UT','37.522753','-113.203633',-7,1); -INSERT INTO zipcodes VALUES (84743,'Kingston','UT','38.230935','-112.184550',-7,1); -INSERT INTO zipcodes VALUES (84744,'Koosharem','UT','38.510659','-111.880290',-7,1); -INSERT INTO zipcodes VALUES (84745,'La Verkin','UT','37.219954','-113.255810',-7,1); -INSERT INTO zipcodes VALUES (84746,'Leeds','UT','37.237225','-113.335620',-7,1); -INSERT INTO zipcodes VALUES (84747,'Loa','UT','38.417440','-111.676120',-7,1); -INSERT INTO zipcodes VALUES (84749,'Lyman','UT','38.386384','-111.591100',-7,1); -INSERT INTO zipcodes VALUES (84750,'Marysvale','UT','38.439428','-112.220800',-7,1); -INSERT INTO zipcodes VALUES (84751,'Milford','UT','38.348238','-113.106300',-7,1); -INSERT INTO zipcodes VALUES (84752,'Minersville','UT','38.217377','-112.932040',-7,1); -INSERT INTO zipcodes VALUES (84753,'Modena','UT','37.873645','-113.886730',-7,1); -INSERT INTO zipcodes VALUES (84754,'Monroe','UT','38.618547','-111.889080',-7,1); -INSERT INTO zipcodes VALUES (84755,'Mount Carmel','UT','37.261273','-112.798360',-7,1); -INSERT INTO zipcodes VALUES (84756,'Newcastle','UT','37.692401','-113.627239',-7,1); -INSERT INTO zipcodes VALUES (84757,'New Harmony','UT','37.391483','-113.282100',-7,1); -INSERT INTO zipcodes VALUES (84758,'Orderville','UT','37.269470','-112.644190',-7,1); -INSERT INTO zipcodes VALUES (84759,'Panguitch','UT','37.777031','-112.408190',-7,1); -INSERT INTO zipcodes VALUES (84760,'Paragonah','UT','37.911834','-112.687990',-7,1); -INSERT INTO zipcodes VALUES (84761,'Parowan','UT','37.886163','-112.839450',-7,1); -INSERT INTO zipcodes VALUES (84762,'Duck Creek Village','UT','37.484740','-112.710640',-7,1); -INSERT INTO zipcodes VALUES (84763,'Rockville','UT','37.160144','-113.042525',-7,1); -INSERT INTO zipcodes VALUES (84764,'Bryce','UT','37.638578','-112.208570',-7,1); -INSERT INTO zipcodes VALUES (84765,'Santa Clara','UT','37.136937','-113.649160',-7,1); -INSERT INTO zipcodes VALUES (84766,'Sevier','UT','38.568765','-112.351730',-7,1); -INSERT INTO zipcodes VALUES (84767,'Springdale','UT','37.186249','-113.013922',-7,1); -INSERT INTO zipcodes VALUES (84770,'Saint George','UT','37.118352','-113.598700',-7,1); -INSERT INTO zipcodes VALUES (84771,'Saint George','UT','37.309231','-113.476182',-7,1); -INSERT INTO zipcodes VALUES (84772,'Summit','UT','37.800295','-112.935170',-7,1); -INSERT INTO zipcodes VALUES (84773,'Teasdale','UT','38.284190','-111.530720',-7,1); -INSERT INTO zipcodes VALUES (84774,'Toquerville','UT','37.250749','-113.274910',-7,1); -INSERT INTO zipcodes VALUES (84775,'Torrey','UT','38.340186','-111.002200',-7,1); -INSERT INTO zipcodes VALUES (84776,'Tropic','UT','37.650853','-112.079460',-7,1); -INSERT INTO zipcodes VALUES (84779,'Virgin','UT','37.294867','-113.102790',-7,1); -INSERT INTO zipcodes VALUES (84780,'Washington','UT','37.144146','-113.496710',-7,1); -INSERT INTO zipcodes VALUES (84781,'Pine Valley','UT','37.391737','-113.518060',-7,1); -INSERT INTO zipcodes VALUES (84782,'Veyo','UT','37.359887','-113.669760',-7,1); -INSERT INTO zipcodes VALUES (84783,'Dammeron Valley','UT','37.287005','-113.661440',-7,1); -INSERT INTO zipcodes VALUES (84784,'Hildale','UT','37.004364','-112.978418',-7,1); -INSERT INTO zipcodes VALUES (84790,'Saint George','UT','37.075039','-113.555680',-7,1); -INSERT INTO zipcodes VALUES (84791,'Saint George','UT','37.309231','-113.476182',-7,1); -INSERT INTO zipcodes VALUES (84821,'Logan','UT','41.717612','-111.868898',-7,1); -INSERT INTO zipcodes VALUES (84910,'North Salt Lake','UT','40.858481','-111.898438',-7,1); -INSERT INTO zipcodes VALUES (84915,'Clinton','UT','41.142472','-112.066211',-7,1); -INSERT INTO zipcodes VALUES (84947,'Lyman','UT','38.399138','-111.591641',-7,1); -INSERT INTO zipcodes VALUES (85001,'Phoenix','AZ','33.703967','-112.351835',-7,0); -INSERT INTO zipcodes VALUES (85002,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85003,'Phoenix','AZ','33.451143','-112.078380',-7,0); -INSERT INTO zipcodes VALUES (85004,'Phoenix','AZ','33.451093','-112.070570',-7,0); -INSERT INTO zipcodes VALUES (85005,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85006,'Phoenix','AZ','33.466392','-112.048750',-7,0); -INSERT INTO zipcodes VALUES (85007,'Phoenix','AZ','33.449995','-112.090240',-7,0); -INSERT INTO zipcodes VALUES (85008,'Phoenix','AZ','33.466393','-112.000800',-7,0); -INSERT INTO zipcodes VALUES (85009,'Phoenix','AZ','33.456350','-112.123780',-7,0); -INSERT INTO zipcodes VALUES (85010,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85011,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85012,'Phoenix','AZ','33.505251','-112.070300',-7,0); -INSERT INTO zipcodes VALUES (85013,'Phoenix','AZ','33.507110','-112.084830',-7,0); -INSERT INTO zipcodes VALUES (85014,'Phoenix','AZ','33.511325','-112.057110',-7,0); -INSERT INTO zipcodes VALUES (85015,'Phoenix','AZ','33.506890','-112.102620',-7,0); -INSERT INTO zipcodes VALUES (85016,'Phoenix','AZ','33.503742','-112.032350',-7,0); -INSERT INTO zipcodes VALUES (85017,'Phoenix','AZ','33.514092','-112.122850',-7,0); -INSERT INTO zipcodes VALUES (85018,'Phoenix','AZ','33.498076','-111.986030',-7,0); -INSERT INTO zipcodes VALUES (85019,'Phoenix','AZ','33.511992','-112.141700',-7,0); -INSERT INTO zipcodes VALUES (85020,'Phoenix','AZ','33.563663','-112.055190',-7,0); -INSERT INTO zipcodes VALUES (85021,'Phoenix','AZ','33.559437','-112.092810',-7,0); -INSERT INTO zipcodes VALUES (85022,'Phoenix','AZ','33.630497','-112.052100',-7,0); -INSERT INTO zipcodes VALUES (85023,'Phoenix','AZ','33.638271','-112.093410',-7,0); -INSERT INTO zipcodes VALUES (85024,'Phoenix','AZ','33.675564','-112.047170',-7,0); -INSERT INTO zipcodes VALUES (85025,'Phoenix','AZ','33.422621','-111.723635',-7,0); -INSERT INTO zipcodes VALUES (85026,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85027,'Phoenix','AZ','33.698731','-112.114290',-7,0); -INSERT INTO zipcodes VALUES (85028,'Phoenix','AZ','33.585037','-112.008150',-7,0); -INSERT INTO zipcodes VALUES (85029,'Phoenix','AZ','33.598841','-112.120230',-7,0); -INSERT INTO zipcodes VALUES (85030,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85031,'Phoenix','AZ','33.493496','-112.171080',-7,0); -INSERT INTO zipcodes VALUES (85032,'Phoenix','AZ','33.624140','-112.004160',-7,0); -INSERT INTO zipcodes VALUES (85033,'Phoenix','AZ','33.496091','-112.214050',-7,0); -INSERT INTO zipcodes VALUES (85034,'Phoenix','AZ','33.437772','-112.028100',-7,0); -INSERT INTO zipcodes VALUES (85035,'Phoenix','AZ','33.472492','-112.187500',-7,0); -INSERT INTO zipcodes VALUES (85036,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85037,'Phoenix','AZ','33.493006','-112.255390',-7,0); -INSERT INTO zipcodes VALUES (85038,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85039,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85040,'Phoenix','AZ','33.393323','-112.028570',-7,0); -INSERT INTO zipcodes VALUES (85041,'Phoenix','AZ','33.386995','-112.100760',-7,0); -INSERT INTO zipcodes VALUES (85042,'Phoenix','AZ','33.381234','-112.027663',-7,0); -INSERT INTO zipcodes VALUES (85043,'Phoenix','AZ','33.435405','-112.200090',-7,0); -INSERT INTO zipcodes VALUES (85044,'Phoenix','AZ','33.333591','-111.992460',-7,0); -INSERT INTO zipcodes VALUES (85045,'Phoenix','AZ','33.299740','-112.098120',-7,0); -INSERT INTO zipcodes VALUES (85046,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85048,'Phoenix','AZ','33.302098','-112.024770',-7,0); -INSERT INTO zipcodes VALUES (85050,'Phoenix','AZ','33.683603','-111.992710',-7,0); -INSERT INTO zipcodes VALUES (85051,'Phoenix','AZ','33.559783','-112.133610',-7,0); -INSERT INTO zipcodes VALUES (85053,'Phoenix','AZ','33.629911','-112.131220',-7,0); -INSERT INTO zipcodes VALUES (85054,'Phoenix','AZ','33.689558','-111.964630',-7,0); -INSERT INTO zipcodes VALUES (85055,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85060,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85061,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85062,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85063,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85064,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85065,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85066,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85067,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85068,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85069,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85070,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85071,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85072,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85073,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85074,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85075,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85076,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85077,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85078,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85079,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85080,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85082,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85085,'Phoenix','AZ','33.777760','-112.079450',-7,0); -INSERT INTO zipcodes VALUES (85086,'Anthem','AZ','33.831866','-112.063390',-7,0); -INSERT INTO zipcodes VALUES (85087,'New River','AZ','33.921493','-112.099920',-7,0); -INSERT INTO zipcodes VALUES (85089,'New River','AZ','33.909138','-112.140771',-7,0); -INSERT INTO zipcodes VALUES (85097,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85098,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85099,'Phoenix','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85123,'Mesa','AZ','33.427135','-111.758483',-7,0); -INSERT INTO zipcodes VALUES (85200,'Mesa','AZ','33.423596','-111.594435',-7,0); -INSERT INTO zipcodes VALUES (85201,'Mesa','AZ','33.432177','-111.847010',-7,0); -INSERT INTO zipcodes VALUES (85202,'Mesa','AZ','33.381097','-111.875600',-7,0); -INSERT INTO zipcodes VALUES (85203,'Mesa','AZ','33.437493','-111.806000',-7,0); -INSERT INTO zipcodes VALUES (85204,'Mesa','AZ','33.400127','-111.785940',-7,0); -INSERT INTO zipcodes VALUES (85205,'Mesa','AZ','33.426932','-111.716860',-7,0); -INSERT INTO zipcodes VALUES (85206,'Mesa','AZ','33.400306','-111.724520',-7,0); -INSERT INTO zipcodes VALUES (85207,'Mesa','AZ','33.436767','-111.643380',-7,0); -INSERT INTO zipcodes VALUES (85208,'Mesa','AZ','33.393967','-111.643020',-7,0); -INSERT INTO zipcodes VALUES (85210,'Mesa','AZ','33.391233','-111.841290',-7,0); -INSERT INTO zipcodes VALUES (85211,'Mesa','AZ','33.466313','-111.837345',-7,0); -INSERT INTO zipcodes VALUES (85212,'Mesa','AZ','33.350350','-111.645350',-7,0); -INSERT INTO zipcodes VALUES (85213,'Mesa','AZ','33.434192','-111.768920',-7,0); -INSERT INTO zipcodes VALUES (85214,'Mesa','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85215,'Mesa','AZ','33.479868','-111.693500',-7,0); -INSERT INTO zipcodes VALUES (85216,'Mesa','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85217,'Apache Junction','AZ','33.393398','-111.478975',-7,0); -INSERT INTO zipcodes VALUES (85218,'Gold Camp','AZ','33.349996','-111.418233',-7,0); -INSERT INTO zipcodes VALUES (85219,'Apache Junction','AZ','33.402969','-111.463370',-7,0); -INSERT INTO zipcodes VALUES (85220,'Apache Junction','AZ','33.416083','-111.576200',-7,0); -INSERT INTO zipcodes VALUES (85221,'Bapchule','AZ','33.126134','-111.905450',-7,0); -INSERT INTO zipcodes VALUES (85222,'Casa Grande','AZ','32.878138','-111.734990',-7,0); -INSERT INTO zipcodes VALUES (85223,'Arizona City','AZ','32.749664','-111.680220',-7,0); -INSERT INTO zipcodes VALUES (85224,'Chandler','AZ','33.328951','-111.873500',-7,0); -INSERT INTO zipcodes VALUES (85225,'Chandler','AZ','33.316349','-111.830640',-7,0); -INSERT INTO zipcodes VALUES (85226,'Chandler','AZ','33.312208','-111.931770',-7,0); -INSERT INTO zipcodes VALUES (85227,'Chandler Heights','AZ','33.212186','-111.686171',-7,0); -INSERT INTO zipcodes VALUES (85228,'Coolidge','AZ','32.967829','-111.526170',-7,0); -INSERT INTO zipcodes VALUES (85230,'Casa Grande','AZ','32.742949','-111.789450',-7,0); -INSERT INTO zipcodes VALUES (85231,'Eloy','AZ','32.712323','-111.576730',-7,0); -INSERT INTO zipcodes VALUES (85232,'Florence','AZ','32.961615','-111.316290',-7,0); -INSERT INTO zipcodes VALUES (85233,'Gilbert','AZ','33.348593','-111.808330',-7,0); -INSERT INTO zipcodes VALUES (85234,'Gilbert','AZ','33.363440','-111.750930',-7,0); -INSERT INTO zipcodes VALUES (85235,'Hayden','AZ','32.995762','-110.780400',-7,0); -INSERT INTO zipcodes VALUES (85236,'Higley','AZ','33.305783','-111.708350',-7,0); -INSERT INTO zipcodes VALUES (85237,'Kearny','AZ','33.099770','-110.972020',-7,0); -INSERT INTO zipcodes VALUES (85239,'Maricopa','AZ','32.989261','-112.115050',-7,0); -INSERT INTO zipcodes VALUES (85240,'Chandler','AZ','33.222982','-111.858805',-7,0); -INSERT INTO zipcodes VALUES (85241,'Picacho','AZ','32.712136','-111.499490',-7,0); -INSERT INTO zipcodes VALUES (85242,'Queen Creek','AZ','33.227266','-111.610870',-7,0); -INSERT INTO zipcodes VALUES (85244,'Chandler','AZ','33.321316','-111.888824',-7,0); -INSERT INTO zipcodes VALUES (85245,'Red Rock','AZ','32.623115','-111.376720',-7,0); -INSERT INTO zipcodes VALUES (85246,'Chandler','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85247,'Sacaton','AZ','33.107581','-111.751280',-7,0); -INSERT INTO zipcodes VALUES (85248,'Chandler','AZ','33.239097','-111.863550',-7,0); -INSERT INTO zipcodes VALUES (85249,'Chandler','AZ','33.237229','-111.800400',-7,0); -INSERT INTO zipcodes VALUES (85250,'Scottsdale','AZ','33.521433','-111.909440',-7,0); -INSERT INTO zipcodes VALUES (85251,'Scottsdale','AZ','33.494152','-111.920790',-7,0); -INSERT INTO zipcodes VALUES (85252,'Scottsdale','AZ','33.499529','-111.868432',-7,0); -INSERT INTO zipcodes VALUES (85253,'Paradise Valley','AZ','33.544596','-111.956450',-7,0); -INSERT INTO zipcodes VALUES (85254,'Scottsdale','AZ','33.617504','-111.954160',-7,0); -INSERT INTO zipcodes VALUES (85255,'Scottsdale','AZ','33.697268','-111.883210',-7,0); -INSERT INTO zipcodes VALUES (85256,'Scottsdale','AZ','33.491302','-111.835090',-7,0); -INSERT INTO zipcodes VALUES (85257,'Scottsdale','AZ','33.467347','-111.917410',-7,0); -INSERT INTO zipcodes VALUES (85258,'Scottsdale','AZ','33.566635','-111.893370',-7,0); -INSERT INTO zipcodes VALUES (85259,'Scottsdale','AZ','33.596995','-111.826280',-7,0); -INSERT INTO zipcodes VALUES (85260,'Scottsdale','AZ','33.606004','-111.886990',-7,0); -INSERT INTO zipcodes VALUES (85261,'Scottsdale','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85262,'Scottsdale','AZ','33.798581','-111.870800',-7,0); -INSERT INTO zipcodes VALUES (85263,'Rio Verde','AZ','33.722594','-111.679150',-7,0); -INSERT INTO zipcodes VALUES (85264,'Fort Mcdowell','AZ','33.617643','-111.675540',-7,0); -INSERT INTO zipcodes VALUES (85266,'Scottsdale','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85267,'Scottsdale','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85268,'Fountain Hills','AZ','33.604811','-111.728520',-7,0); -INSERT INTO zipcodes VALUES (85269,'Fountain Hills','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85271,'Scottsdale','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85272,'Stanfield','AZ','32.852769','-111.975640',-7,0); -INSERT INTO zipcodes VALUES (85273,'Superior','AZ','33.285910','-111.110150',-7,0); -INSERT INTO zipcodes VALUES (85274,'Mesa','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85275,'Mesa','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85277,'Mesa','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85278,'Apache Junction','AZ','32.983653','-111.326045',-7,0); -INSERT INTO zipcodes VALUES (85279,'Florence','AZ','32.983653','-111.326045',-7,0); -INSERT INTO zipcodes VALUES (85280,'Tempe','AZ','33.401395','-111.931298',-7,0); -INSERT INTO zipcodes VALUES (85281,'Tempe','AZ','33.426885','-111.927330',-7,0); -INSERT INTO zipcodes VALUES (85282,'Tempe','AZ','33.394067','-111.928730',-7,0); -INSERT INTO zipcodes VALUES (85283,'Tempe','AZ','33.365951','-111.931550',-7,0); -INSERT INTO zipcodes VALUES (85284,'Tempe','AZ','33.338333','-111.929620',-7,0); -INSERT INTO zipcodes VALUES (85285,'Tempe','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85286,'New River','AZ','33.850506','-112.059270',-7,0); -INSERT INTO zipcodes VALUES (85287,'Tempe','AZ','33.428511','-111.934865',-7,0); -INSERT INTO zipcodes VALUES (85288,'Scottsdale','AZ','33.672973','-111.889286',-7,0); -INSERT INTO zipcodes VALUES (85289,'Tempe','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85290,'Tortilla Flat','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85291,'Valley Farms','AZ','33.013502','-111.429790',-7,0); -INSERT INTO zipcodes VALUES (85292,'Winkelman','AZ','32.945838','-110.721980',-7,0); -INSERT INTO zipcodes VALUES (85296,'Gilbert','AZ','33.319722','-111.760780',-7,0); -INSERT INTO zipcodes VALUES (85297,'Gilbert','AZ','33.272322','-111.714171',-7,0); -INSERT INTO zipcodes VALUES (85299,'Gilbert','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85301,'Glendale','AZ','33.534128','-112.176700',-7,0); -INSERT INTO zipcodes VALUES (85302,'Glendale','AZ','33.568143','-112.176990',-7,0); -INSERT INTO zipcodes VALUES (85303,'Glendale','AZ','33.528166','-112.221890',-7,0); -INSERT INTO zipcodes VALUES (85304,'Glendale','AZ','33.594069','-112.175310',-7,0); -INSERT INTO zipcodes VALUES (85305,'Glendale','AZ','33.529373','-112.252250',-7,0); -INSERT INTO zipcodes VALUES (85306,'Glendale','AZ','33.624546','-112.176700',-7,0); -INSERT INTO zipcodes VALUES (85307,'Glendale','AZ','33.529314','-112.306070',-7,0); -INSERT INTO zipcodes VALUES (85308,'Glendale','AZ','33.657722','-112.178250',-7,0); -INSERT INTO zipcodes VALUES (85309,'Luke AFB','AZ','33.533985','-112.376880',-7,0); -INSERT INTO zipcodes VALUES (85310,'Glendale','AZ','33.701173','-112.176140',-7,0); -INSERT INTO zipcodes VALUES (85311,'Glendale','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85312,'Glendale','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85313,'Glendale','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85317,'Carefree','AZ','33.820609','-111.886707',-7,0); -INSERT INTO zipcodes VALUES (85318,'Glendale','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85320,'Aguila','AZ','33.945183','-113.198370',-7,0); -INSERT INTO zipcodes VALUES (85321,'Ajo','AZ','32.331853','-112.786940',-7,0); -INSERT INTO zipcodes VALUES (85322,'Arlington','AZ','33.274422','-112.789340',-7,0); -INSERT INTO zipcodes VALUES (85323,'Avondale','AZ','33.454441','-112.324010',-7,0); -INSERT INTO zipcodes VALUES (85324,'Black Canyon City','AZ','34.108650','-112.100880',-7,0); -INSERT INTO zipcodes VALUES (85325,'Bouse','AZ','33.946064','-113.953700',-7,0); -INSERT INTO zipcodes VALUES (85326,'Buckeye','AZ','33.354418','-112.569410',-7,0); -INSERT INTO zipcodes VALUES (85327,'Cave Creek','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85328,'Cibola','AZ','33.326956','-114.685620',-7,0); -INSERT INTO zipcodes VALUES (85329,'Cashion','AZ','33.431242','-112.295880',-7,0); -INSERT INTO zipcodes VALUES (85330,'Wickenburg','AZ','33.973301','-112.722998',-7,0); -INSERT INTO zipcodes VALUES (85331,'Cave Creek','AZ','33.789204','-111.963010',-7,0); -INSERT INTO zipcodes VALUES (85332,'Congress','AZ','34.177939','-112.930700',-7,0); -INSERT INTO zipcodes VALUES (85333,'Dateland','AZ','32.921712','-113.457030',-7,0); -INSERT INTO zipcodes VALUES (85334,'Ehrenberg','AZ','33.631915','-114.490950',-7,0); -INSERT INTO zipcodes VALUES (85335,'El Mirage','AZ','33.596823','-112.323640',-7,0); -INSERT INTO zipcodes VALUES (85336,'Gadsden','AZ','32.532458','-114.780560',-7,0); -INSERT INTO zipcodes VALUES (85337,'Gila Bend','AZ','32.971684','-112.794600',-7,0); -INSERT INTO zipcodes VALUES (85338,'Goodyear','AZ','33.430922','-112.384820',-7,0); -INSERT INTO zipcodes VALUES (85339,'Laveen','AZ','33.352795','-112.167520',-7,0); -INSERT INTO zipcodes VALUES (85340,'Litchfield Park','AZ','33.508350','-112.405230',-7,0); -INSERT INTO zipcodes VALUES (85341,'Lukeville','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85342,'Morristown','AZ','33.939162','-112.499760',-7,0); -INSERT INTO zipcodes VALUES (85343,'Palo Verde','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85344,'Parker','AZ','34.100704','-114.304620',-7,0); -INSERT INTO zipcodes VALUES (85345,'Peoria','AZ','33.573602','-112.239840',-7,0); -INSERT INTO zipcodes VALUES (85346,'Quartzsite','AZ','33.654343','-114.233250',-7,0); -INSERT INTO zipcodes VALUES (85347,'Roll','AZ','32.744976','-113.854210',-7,0); -INSERT INTO zipcodes VALUES (85348,'Salome','AZ','33.730443','-113.623760',-7,0); -INSERT INTO zipcodes VALUES (85349,'San Luis','AZ','32.494054','-114.778660',-7,0); -INSERT INTO zipcodes VALUES (85350,'Somerton','AZ','32.581930','-114.711990',-7,0); -INSERT INTO zipcodes VALUES (85351,'Sun City','AZ','33.606420','-112.283160',-7,0); -INSERT INTO zipcodes VALUES (85352,'Tacna','AZ','32.693448','-113.976313',-7,0); -INSERT INTO zipcodes VALUES (85353,'Tolleson','AZ','33.426423','-112.282990',-7,0); -INSERT INTO zipcodes VALUES (85354,'Tonopah','AZ','33.452432','-113.016520',-7,0); -INSERT INTO zipcodes VALUES (85355,'Waddell','AZ','33.569705','-112.447920',-7,0); -INSERT INTO zipcodes VALUES (85356,'Wellton','AZ','32.676125','-114.135460',-7,0); -INSERT INTO zipcodes VALUES (85357,'Wenden','AZ','33.843519','-113.534410',-7,0); -INSERT INTO zipcodes VALUES (85358,'Wickenburg','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85359,'Quartzsite','AZ','33.666880','-114.239557',-7,0); -INSERT INTO zipcodes VALUES (85360,'Wikieup','AZ','34.681394','-113.593500',-7,0); -INSERT INTO zipcodes VALUES (85361,'Wittmann','AZ','33.739904','-112.597780',-7,0); -INSERT INTO zipcodes VALUES (85362,'Yarnell','AZ','34.286193','-112.696670',-7,0); -INSERT INTO zipcodes VALUES (85363,'Youngtown','AZ','33.588225','-112.302630',-7,0); -INSERT INTO zipcodes VALUES (85364,'Yuma','AZ','32.704499','-114.646440',-7,0); -INSERT INTO zipcodes VALUES (85365,'Yuma','AZ','32.700018','-114.526710',-7,0); -INSERT INTO zipcodes VALUES (85366,'Yuma','AZ','32.609959','-114.631172',-7,0); -INSERT INTO zipcodes VALUES (85367,'Yuma','AZ','32.654701','-114.408840',-7,0); -INSERT INTO zipcodes VALUES (85369,'Yuma','AZ','32.751632','-114.074901',-7,0); -INSERT INTO zipcodes VALUES (85371,'Poston','AZ','34.031791','-114.390171',-7,0); -INSERT INTO zipcodes VALUES (85372,'Sun City','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85373,'Sun City','AZ','33.661560','-112.289310',-7,0); -INSERT INTO zipcodes VALUES (85374,'Surprise','AZ','33.643508','-112.385020',-7,0); -INSERT INTO zipcodes VALUES (85375,'Sun City West','AZ','33.683352','-112.364740',-7,0); -INSERT INTO zipcodes VALUES (85376,'Sun City West','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85377,'Carefree','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85378,'Surprise','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85379,'Surprise','AZ','33.616888','-112.401580',-7,0); -INSERT INTO zipcodes VALUES (85380,'Peoria','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85381,'Peoria','AZ','33.608640','-112.227910',-7,0); -INSERT INTO zipcodes VALUES (85382,'Peoria','AZ','33.689869','-112.248380',-7,0); -INSERT INTO zipcodes VALUES (85383,'Peoria','AZ','33.700837','-112.244827',-7,0); -INSERT INTO zipcodes VALUES (85385,'Peoria','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85387,'Surprise','AZ','33.276539','-112.187170',-7,0); -INSERT INTO zipcodes VALUES (85390,'Wickenburg','AZ','33.961122','-112.769520',-7,0); -INSERT INTO zipcodes VALUES (85395,'Peoria','AZ','33.580089','-112.246311',-7,0); -INSERT INTO zipcodes VALUES (85439,'San Luis','AZ','32.491745','-114.784135',-7,0); -INSERT INTO zipcodes VALUES (85501,'Globe','AZ','33.534570','-110.756810',-7,0); -INSERT INTO zipcodes VALUES (85502,'Globe','AZ','33.421919','-110.812680',-7,0); -INSERT INTO zipcodes VALUES (85522,'Thatcher','AZ','32.850901','-109.767893',-7,0); -INSERT INTO zipcodes VALUES (85530,'Bylas','AZ','33.053797','-110.229210',-7,0); -INSERT INTO zipcodes VALUES (85531,'Central','AZ','32.872122','-109.792670',-7,0); -INSERT INTO zipcodes VALUES (85532,'Claypool','AZ','33.415409','-110.814893',-7,0); -INSERT INTO zipcodes VALUES (85533,'Clifton','AZ','33.122043','-109.284100',-7,0); -INSERT INTO zipcodes VALUES (85534,'Duncan','AZ','32.731748','-109.114710',-7,0); -INSERT INTO zipcodes VALUES (85535,'Eden','AZ','32.963028','-109.918030',-7,0); -INSERT INTO zipcodes VALUES (85536,'Fort Thomas','AZ','33.028740','-109.987190',-7,0); -INSERT INTO zipcodes VALUES (85539,'Miami','AZ','33.383937','-110.900260',-7,0); -INSERT INTO zipcodes VALUES (85540,'Morenci','AZ','33.044523','-109.329040',-7,0); -INSERT INTO zipcodes VALUES (85541,'Payson','AZ','34.243578','-111.281370',-7,0); -INSERT INTO zipcodes VALUES (85542,'Peridot','AZ','33.262553','-110.523100',-7,0); -INSERT INTO zipcodes VALUES (85543,'Pima','AZ','32.903750','-109.849950',-7,0); -INSERT INTO zipcodes VALUES (85544,'Pine','AZ','34.394226','-111.468650',-7,0); -INSERT INTO zipcodes VALUES (85545,'Roosevelt','AZ','33.624008','-111.010620',-7,0); -INSERT INTO zipcodes VALUES (85546,'Safford','AZ','32.800222','-109.690520',-7,0); -INSERT INTO zipcodes VALUES (85547,'Payson','AZ','34.257457','-111.287750',-7,0); -INSERT INTO zipcodes VALUES (85548,'Safford','AZ','32.797009','-109.752196',-7,0); -INSERT INTO zipcodes VALUES (85550,'San Carlos','AZ','33.372140','-110.116860',-7,0); -INSERT INTO zipcodes VALUES (85551,'Solomon','AZ','32.842769','-109.696449',-7,0); -INSERT INTO zipcodes VALUES (85552,'Thatcher','AZ','32.816055','-109.764870',-7,0); -INSERT INTO zipcodes VALUES (85553,'Tonto Basin','AZ','33.830708','-111.301020',-7,0); -INSERT INTO zipcodes VALUES (85554,'Young','AZ','34.093715','-110.964870',-7,0); -INSERT INTO zipcodes VALUES (85601,'Arivaca','AZ','31.579152','-111.334130',-7,0); -INSERT INTO zipcodes VALUES (85602,'Benson','AZ','32.010164','-110.318200',-7,0); -INSERT INTO zipcodes VALUES (85603,'Bisbee','AZ','31.406229','-109.895800',-7,0); -INSERT INTO zipcodes VALUES (85605,'Bowie','AZ','32.314118','-109.461960',-7,0); -INSERT INTO zipcodes VALUES (85606,'Cochise','AZ','32.054694','-109.813420',-7,0); -INSERT INTO zipcodes VALUES (85607,'Douglas','AZ','31.382775','-109.550350',-7,0); -INSERT INTO zipcodes VALUES (85608,'Douglas','AZ','31.569536','-109.234070',-7,0); -INSERT INTO zipcodes VALUES (85609,'Dragoon','AZ','32.036365','-110.045810',-7,0); -INSERT INTO zipcodes VALUES (85610,'Elfrida','AZ','31.724946','-109.646460',-7,0); -INSERT INTO zipcodes VALUES (85611,'Elgin','AZ','31.588594','-110.518570',-7,0); -INSERT INTO zipcodes VALUES (85613,'Fort Huachuca','AZ','31.541437','-110.300040',-7,0); -INSERT INTO zipcodes VALUES (85614,'Green Valley','AZ','31.857504','-111.009040',-7,0); -INSERT INTO zipcodes VALUES (85615,'Hereford','AZ','31.429017','-110.230130',-7,0); -INSERT INTO zipcodes VALUES (85616,'Huachuca City','AZ','31.684819','-110.347430',-7,0); -INSERT INTO zipcodes VALUES (85617,'McNeal','AZ','31.536321','-109.676080',-7,0); -INSERT INTO zipcodes VALUES (85618,'Mammoth','AZ','32.708740','-110.639250',-7,0); -INSERT INTO zipcodes VALUES (85619,'Mount Lemmon','AZ','32.441496','-110.756820',-7,0); -INSERT INTO zipcodes VALUES (85620,'Naco','AZ','31.385182','-109.919794',-7,0); -INSERT INTO zipcodes VALUES (85621,'Nogales','AZ','31.377370','-110.926400',-7,0); -INSERT INTO zipcodes VALUES (85622,'Green Valley','AZ','31.853334','-110.932803',-7,0); -INSERT INTO zipcodes VALUES (85623,'Oracle','AZ','32.625543','-110.772010',-7,0); -INSERT INTO zipcodes VALUES (85624,'Patagonia','AZ','31.504439','-110.707940',-7,0); -INSERT INTO zipcodes VALUES (85625,'Pearce','AZ','31.911838','-109.772300',-7,0); -INSERT INTO zipcodes VALUES (85626,'Pirtleville','AZ','31.357528','-109.611545',-7,0); -INSERT INTO zipcodes VALUES (85627,'Pomerene','AZ','32.098810','-110.099170',-7,0); -INSERT INTO zipcodes VALUES (85628,'Nogales','AZ','31.531998','-110.909305',-7,0); -INSERT INTO zipcodes VALUES (85629,'Sahuarita','AZ','31.939718','-110.975270',-7,0); -INSERT INTO zipcodes VALUES (85630,'Saint David','AZ','31.898039','-110.218030',-7,0); -INSERT INTO zipcodes VALUES (85631,'San Manuel','AZ','32.597198','-110.602930',-7,0); -INSERT INTO zipcodes VALUES (85632,'San Simon','AZ','32.048448','-109.196350',-7,0); -INSERT INTO zipcodes VALUES (85633,'Sasabe','AZ','31.632739','-111.490660',-7,0); -INSERT INTO zipcodes VALUES (85634,'Sells','AZ','31.998543','-111.937120',-7,0); -INSERT INTO zipcodes VALUES (85635,'Sierra Vista','AZ','31.562546','-110.242880',-7,0); -INSERT INTO zipcodes VALUES (85636,'Sierra Vista','AZ','31.668685','-110.280111',-7,0); -INSERT INTO zipcodes VALUES (85637,'Sonoita','AZ','31.733433','-110.668690',-7,0); -INSERT INTO zipcodes VALUES (85638,'Tombstone','AZ','31.714525','-110.066840',-7,0); -INSERT INTO zipcodes VALUES (85639,'Topawa','AZ','31.773676','-111.764940',-7,0); -INSERT INTO zipcodes VALUES (85640,'Tumacacori','AZ','31.586392','-111.041600',-7,0); -INSERT INTO zipcodes VALUES (85641,'Vail','AZ','32.001960','-110.674420',-7,0); -INSERT INTO zipcodes VALUES (85643,'Willcox','AZ','32.356537','-109.884610',-7,0); -INSERT INTO zipcodes VALUES (85644,'Willcox','AZ','32.300690','-109.878211',-7,0); -INSERT INTO zipcodes VALUES (85645,'Amado','AZ','31.718671','-111.099080',-7,0); -INSERT INTO zipcodes VALUES (85646,'Tubac','AZ','31.623432','-111.063520',-7,0); -INSERT INTO zipcodes VALUES (85648,'Rio Rico','AZ','31.488579','-110.989260',-7,0); -INSERT INTO zipcodes VALUES (85650,'Sierra Vista','AZ','31.492003','-110.246990',-7,0); -INSERT INTO zipcodes VALUES (85652,'Cortaro','AZ','32.420055','-111.113178',-7,0); -INSERT INTO zipcodes VALUES (85653,'Marana','AZ','32.454488','-111.262320',-7,0); -INSERT INTO zipcodes VALUES (85654,'Rillito','AZ','32.417221','-111.171350',-7,0); -INSERT INTO zipcodes VALUES (85655,'Douglas','AZ','31.880077','-109.754263',-7,0); -INSERT INTO zipcodes VALUES (85662,'Nogales','AZ','31.531998','-110.909305',-7,0); -INSERT INTO zipcodes VALUES (85670,'Fort Huachuca','AZ','31.880077','-109.754263',-7,0); -INSERT INTO zipcodes VALUES (85671,'Sierra Vista','AZ','31.880077','-109.754263',-7,0); -INSERT INTO zipcodes VALUES (85701,'Tucson','AZ','32.216743','-110.969600',-7,0); -INSERT INTO zipcodes VALUES (85702,'Tucson','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85703,'Tucson','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85704,'Tucson','AZ','32.327640','-110.988010',-7,0); -INSERT INTO zipcodes VALUES (85705,'Tucson','AZ','32.260316','-110.985340',-7,0); -INSERT INTO zipcodes VALUES (85706,'Tucson','AZ','32.128649','-110.924970',-7,0); -INSERT INTO zipcodes VALUES (85707,'Tucson','AZ','32.169577','-110.875093',-7,0); -INSERT INTO zipcodes VALUES (85708,'Tucson','AZ','32.196846','-110.891890',-7,0); -INSERT INTO zipcodes VALUES (85709,'Tucson','AZ','32.200813','-110.897966',-7,0); -INSERT INTO zipcodes VALUES (85710,'Tucson','AZ','32.213291','-110.825590',-7,0); -INSERT INTO zipcodes VALUES (85711,'Tucson','AZ','32.216326','-110.885110',-7,0); -INSERT INTO zipcodes VALUES (85712,'Tucson','AZ','32.249551','-110.887800',-7,0); -INSERT INTO zipcodes VALUES (85713,'Tucson','AZ','32.194909','-110.975700',-7,0); -INSERT INTO zipcodes VALUES (85714,'Tucson','AZ','32.170277','-110.955250',-7,0); -INSERT INTO zipcodes VALUES (85715,'Tucson','AZ','32.247175','-110.828640',-7,0); -INSERT INTO zipcodes VALUES (85716,'Tucson','AZ','32.242275','-110.925330',-7,0); -INSERT INTO zipcodes VALUES (85717,'Tucson','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85718,'Tucson','AZ','32.313460','-110.922820',-7,0); -INSERT INTO zipcodes VALUES (85719,'Tucson','AZ','32.240625','-110.947910',-7,0); -INSERT INTO zipcodes VALUES (85720,'Tucson','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85721,'Tucson','AZ','32.233761','-110.949996',-7,0); -INSERT INTO zipcodes VALUES (85722,'Tucson','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85723,'Tucson','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85724,'Tucson','AZ','32.240571','-110.944343',-7,0); -INSERT INTO zipcodes VALUES (85725,'Tucson','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85726,'Tucson','AZ','32.202726','-110.945346',-7,0); -INSERT INTO zipcodes VALUES (85728,'Tucson','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85730,'Tucson','AZ','32.179227','-110.810320',-7,0); -INSERT INTO zipcodes VALUES (85731,'Tucson','AZ','32.088034','-110.708174',-7,0); -INSERT INTO zipcodes VALUES (85732,'Tucson','AZ','32.084775','-110.712250',-7,0); -INSERT INTO zipcodes VALUES (85733,'Tucson','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85734,'Tucson','AZ','32.065082','-110.935337',-7,0); -INSERT INTO zipcodes VALUES (85735,'Tucson','AZ','32.139180','-111.239680',-7,0); -INSERT INTO zipcodes VALUES (85736,'Tucson','AZ','31.979764','-111.293980',-7,0); -INSERT INTO zipcodes VALUES (85737,'Tucson','AZ','32.417144','-110.963540',-7,0); -INSERT INTO zipcodes VALUES (85738,'Catalina','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85739,'Tucson','AZ','32.521096','-110.908700',-7,0); -INSERT INTO zipcodes VALUES (85740,'Tucson','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85741,'Tucson','AZ','32.338126','-111.042590',-7,0); -INSERT INTO zipcodes VALUES (85742,'Tucson','AZ','32.385588','-111.055820',-7,0); -INSERT INTO zipcodes VALUES (85743,'Tucson','AZ','32.335122','-111.148880',-7,0); -INSERT INTO zipcodes VALUES (85744,'Tucson','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85745,'Tucson','AZ','32.242724','-111.020900',-7,0); -INSERT INTO zipcodes VALUES (85746,'Tucson','AZ','32.126223','-111.045990',-7,0); -INSERT INTO zipcodes VALUES (85747,'Tucson','AZ','32.109302','-110.775730',-7,0); -INSERT INTO zipcodes VALUES (85748,'Tucson','AZ','32.216926','-110.768510',-7,0); -INSERT INTO zipcodes VALUES (85749,'Tucson','AZ','32.299275','-110.744190',-7,0); -INSERT INTO zipcodes VALUES (85750,'Tucson','AZ','32.292078','-110.843840',-7,0); -INSERT INTO zipcodes VALUES (85751,'Tucson','AZ','32.161972','-110.714678',-7,0); -INSERT INTO zipcodes VALUES (85752,'Tucson','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85754,'Tucson','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85775,'Tucson','AZ','31.970131','-111.890713',-7,0); -INSERT INTO zipcodes VALUES (85777,'Tucson','AZ','32.071764','-110.859106',-7,0); -INSERT INTO zipcodes VALUES (85807,'New River','AZ','33.876452','-112.088337',-7,0); -INSERT INTO zipcodes VALUES (85901,'Show Low','AZ','34.271427','-110.036760',-7,0); -INSERT INTO zipcodes VALUES (85902,'Show Low','AZ','34.298092','-110.035185',-7,0); -INSERT INTO zipcodes VALUES (85911,'Cibecue','AZ','34.102913','-110.556390',-7,0); -INSERT INTO zipcodes VALUES (85912,'White Mountain Lake','AZ','34.266588','-110.203073',-7,0); -INSERT INTO zipcodes VALUES (85920,'Alpine','AZ','33.836157','-109.197850',-7,0); -INSERT INTO zipcodes VALUES (85922,'Blue','AZ','33.681485','-109.249460',-7,0); -INSERT INTO zipcodes VALUES (85923,'Clay Springs','AZ','34.364618','-110.294870',-7,0); -INSERT INTO zipcodes VALUES (85924,'Concho','AZ','34.448733','-109.711400',-7,0); -INSERT INTO zipcodes VALUES (85925,'Eagar','AZ','34.109777','-109.345320',-7,0); -INSERT INTO zipcodes VALUES (85926,'Fort Apache','AZ','34.074253','-109.863560',-7,0); -INSERT INTO zipcodes VALUES (85927,'Greer','AZ','33.801744','-109.583360',-7,0); -INSERT INTO zipcodes VALUES (85928,'Heber','AZ','34.563994','-110.559290',-7,0); -INSERT INTO zipcodes VALUES (85929,'Lakeside','AZ','34.162407','-109.995200',-7,0); -INSERT INTO zipcodes VALUES (85930,'Mcnary','AZ','34.044210','-109.737090',-7,0); -INSERT INTO zipcodes VALUES (85931,'Forest Lakes','AZ','34.393887','-110.835910',-7,0); -INSERT INTO zipcodes VALUES (85932,'Nutrioso','AZ','33.927014','-109.221490',-7,0); -INSERT INTO zipcodes VALUES (85933,'Overgaard','AZ','34.392829','-110.520480',-7,0); -INSERT INTO zipcodes VALUES (85934,'Pinedale','AZ','34.270743','-110.260320',-7,0); -INSERT INTO zipcodes VALUES (85935,'Pinetop','AZ','34.121008','-109.915030',-7,0); -INSERT INTO zipcodes VALUES (85936,'Saint Johns','AZ','34.558663','-109.402540',-7,0); -INSERT INTO zipcodes VALUES (85937,'Snowflake','AZ','34.560896','-110.036330',-7,0); -INSERT INTO zipcodes VALUES (85938,'Springerville','AZ','34.094597','-109.222910',-7,0); -INSERT INTO zipcodes VALUES (85939,'Taylor','AZ','34.442667','-110.091810',-7,0); -INSERT INTO zipcodes VALUES (85940,'Vernon','AZ','34.268984','-109.675140',-7,0); -INSERT INTO zipcodes VALUES (85941,'Whiteriver','AZ','33.849439','-110.033340',-7,0); -INSERT INTO zipcodes VALUES (85942,'Woodruff','AZ','34.778649','-109.966970',-7,0); -INSERT INTO zipcodes VALUES (86001,'Flagstaff','AZ','35.279872','-111.722560',-7,0); -INSERT INTO zipcodes VALUES (86002,'Flagstaff','AZ','35.630842','-112.052427',-7,0); -INSERT INTO zipcodes VALUES (86003,'Flagstaff','AZ','35.630842','-112.052427',-7,0); -INSERT INTO zipcodes VALUES (86004,'Flagstaff','AZ','35.253002','-111.448510',-7,0); -INSERT INTO zipcodes VALUES (86011,'Flagstaff','AZ','35.630842','-112.052427',-7,0); -INSERT INTO zipcodes VALUES (86015,'Bellemont','AZ','35.235694','-111.830000',-7,0); -INSERT INTO zipcodes VALUES (86016,'Gray Mountain','AZ','35.675689','-111.494740',-7,0); -INSERT INTO zipcodes VALUES (86017,'Munds Park','AZ','34.937200','-111.629310',-7,0); -INSERT INTO zipcodes VALUES (86018,'Parks','AZ','35.197566','-111.932530',-7,0); -INSERT INTO zipcodes VALUES (86020,'Cameron','AZ','36.182818','-111.547200',-7,0); -INSERT INTO zipcodes VALUES (86021,'Colorado City','AZ','36.985868','-112.979100',-7,0); -INSERT INTO zipcodes VALUES (86022,'Fredonia','AZ','36.844685','-112.471070',-7,0); -INSERT INTO zipcodes VALUES (86023,'Grand Canyon','AZ','35.862292','-112.064980',-7,0); -INSERT INTO zipcodes VALUES (86024,'Happy Jack','AZ','34.690846','-111.166760',-7,0); -INSERT INTO zipcodes VALUES (86025,'Holbrook','AZ','34.936261','-110.146980',-7,0); -INSERT INTO zipcodes VALUES (86028,'Petrified Forest Natl Pk','AZ','35.237487','-109.522950',-7,0); -INSERT INTO zipcodes VALUES (86029,'Sun Valley','AZ','35.285746','-110.288704',-7,0); -INSERT INTO zipcodes VALUES (86030,'Hotevilla','AZ','36.115339','-110.615620',-7,0); -INSERT INTO zipcodes VALUES (86031,'Indian Wells','AZ','35.480410','-110.092280',-7,0); -INSERT INTO zipcodes VALUES (86032,'Joseph City','AZ','35.101925','-110.425090',-7,0); -INSERT INTO zipcodes VALUES (86033,'Kayenta','AZ','36.608485','-110.184250',-7,0); -INSERT INTO zipcodes VALUES (86034,'Keams Canyon','AZ','35.765669','-110.186170',-7,0); -INSERT INTO zipcodes VALUES (86035,'Leupp','AZ','35.335107','-110.999720',-7,0); -INSERT INTO zipcodes VALUES (86036,'Marble Canyon','AZ','36.618595','-111.854440',-7,0); -INSERT INTO zipcodes VALUES (86038,'Mormon Lake','AZ','34.908287','-111.463026',-7,0); -INSERT INTO zipcodes VALUES (86039,'Kykotsmovi Village','AZ','36.000590','-110.520100',-7,0); -INSERT INTO zipcodes VALUES (86040,'Page','AZ','36.726377','-111.428400',-7,0); -INSERT INTO zipcodes VALUES (86042,'Polacca','AZ','35.835642','-110.366280',-7,0); -INSERT INTO zipcodes VALUES (86043,'Second Mesa','AZ','35.777227','-110.501310',-7,0); -INSERT INTO zipcodes VALUES (86044,'Tonalea','AZ','36.507554','-110.868040',-7,0); -INSERT INTO zipcodes VALUES (86045,'Tuba City','AZ','36.061184','-111.068280',-7,0); -INSERT INTO zipcodes VALUES (86046,'Williams','AZ','35.378832','-112.236570',-7,0); -INSERT INTO zipcodes VALUES (86047,'Winslow','AZ','35.258309','-110.531280',-7,0); -INSERT INTO zipcodes VALUES (86052,'North Rim','AZ','36.499283','-112.230390',-7,0); -INSERT INTO zipcodes VALUES (86053,'Kaibito','AZ','36.556111','-111.104950',-7,0); -INSERT INTO zipcodes VALUES (86054,'Shonto','AZ','36.630103','-110.650720',-7,0); -INSERT INTO zipcodes VALUES (86231,'Bagdad','AZ','34.581245','-113.168740',-7,0); -INSERT INTO zipcodes VALUES (86301,'Prescott','AZ','34.589477','-112.447260',-7,0); -INSERT INTO zipcodes VALUES (86302,'Prescott','AZ','34.574921','-112.491528',-7,0); -INSERT INTO zipcodes VALUES (86303,'Prescott','AZ','34.515939','-112.453990',-7,0); -INSERT INTO zipcodes VALUES (86304,'Prescott','AZ','34.596680','-112.490660',-7,0); -INSERT INTO zipcodes VALUES (86305,'Prescott','AZ','34.700620','-112.637530',-7,0); -INSERT INTO zipcodes VALUES (86312,'Prescott Valley','AZ','34.668291','-112.307777',-7,0); -INSERT INTO zipcodes VALUES (86313,'Prescott','AZ','34.706724','-112.397730',-7,0); -INSERT INTO zipcodes VALUES (86314,'Prescott Valley','AZ','34.621743','-112.321760',-7,0); -INSERT INTO zipcodes VALUES (86320,'Ash Fork','AZ','35.178163','-112.564650',-7,0); -INSERT INTO zipcodes VALUES (86321,'Bagdad','AZ','34.543627','-113.114730',-7,0); -INSERT INTO zipcodes VALUES (86322,'Camp Verde','AZ','34.556478','-111.843750',-7,0); -INSERT INTO zipcodes VALUES (86323,'Chino Valley','AZ','34.765452','-112.459310',-7,0); -INSERT INTO zipcodes VALUES (86324,'Clarkdale','AZ','34.767841','-112.064380',-7,0); -INSERT INTO zipcodes VALUES (86325,'Cornville','AZ','34.718836','-111.901680',-7,0); -INSERT INTO zipcodes VALUES (86326,'Cottonwood','AZ','34.723788','-112.010020',-7,0); -INSERT INTO zipcodes VALUES (86327,'Dewey','AZ','34.533237','-112.206440',-7,0); -INSERT INTO zipcodes VALUES (86329,'Humboldt','AZ','34.518883','-112.252340',-7,0); -INSERT INTO zipcodes VALUES (86330,'Iron Springs','AZ','34.706724','-112.397730',-7,0); -INSERT INTO zipcodes VALUES (86331,'Jerome','AZ','34.744280','-112.145860',-7,0); -INSERT INTO zipcodes VALUES (86332,'Kirkland','AZ','34.426513','-112.626100',-7,0); -INSERT INTO zipcodes VALUES (86333,'Mayer','AZ','34.339938','-112.136120',-7,0); -INSERT INTO zipcodes VALUES (86334,'Paulden','AZ','34.910591','-112.462520',-7,0); -INSERT INTO zipcodes VALUES (86335,'Rimrock','AZ','34.653475','-111.751030',-7,0); -INSERT INTO zipcodes VALUES (86336,'Sedona','AZ','34.876638','-111.806660',-7,0); -INSERT INTO zipcodes VALUES (86337,'Seligman','AZ','35.334394','-113.057740',-7,0); -INSERT INTO zipcodes VALUES (86338,'Skull Valley','AZ','34.557983','-112.705560',-7,0); -INSERT INTO zipcodes VALUES (86339,'Sedona','AZ','34.907188','-111.728572',-7,0); -INSERT INTO zipcodes VALUES (86340,'Sedona','AZ','34.706724','-112.397730',-7,0); -INSERT INTO zipcodes VALUES (86341,'Sedona','AZ','34.776648','-111.767880',-7,0); -INSERT INTO zipcodes VALUES (86342,'Lake Montezuma','AZ','34.641736','-111.787154',-7,0); -INSERT INTO zipcodes VALUES (86343,'Crown King','AZ','34.201191','-112.350100',-7,0); -INSERT INTO zipcodes VALUES (86344,'Paulden','AZ','34.907296','-112.492365',-7,0); -INSERT INTO zipcodes VALUES (86351,'Sedona','AZ','34.782453','-111.767640',-7,0); -INSERT INTO zipcodes VALUES (86361,'Bagdad','AZ','34.572995','-113.183806',-7,0); -INSERT INTO zipcodes VALUES (86366,'Cottonwood','AZ','34.704667','-111.989364',-7,0); -INSERT INTO zipcodes VALUES (86401,'Kingman','AZ','35.259250','-113.952250',-7,0); -INSERT INTO zipcodes VALUES (86402,'Kingman','AZ','35.263249','-114.063651',-7,0); -INSERT INTO zipcodes VALUES (86403,'Lake Havasu City','AZ','34.483582','-114.336940',-7,0); -INSERT INTO zipcodes VALUES (86404,'Lake Havasu City','AZ','34.546899','-114.325460',-7,0); -INSERT INTO zipcodes VALUES (86405,'Lake Havasu City','AZ','35.605301','-113.642712',-7,0); -INSERT INTO zipcodes VALUES (86406,'Lake Havasu City','AZ','34.469945','-114.278610',-7,0); -INSERT INTO zipcodes VALUES (86411,'Hackberry','AZ','35.605301','-113.642712',-7,0); -INSERT INTO zipcodes VALUES (86412,'Hualapai','AZ','35.397172','-113.843241',-7,0); -INSERT INTO zipcodes VALUES (86413,'Golden Valley','AZ','35.190896','-114.240360',-7,0); -INSERT INTO zipcodes VALUES (86422,'Bullhead City','AZ','35.109303','-114.574004',-7,0); -INSERT INTO zipcodes VALUES (86426,'Fort Mohave','AZ','35.013495','-114.585240',-7,0); -INSERT INTO zipcodes VALUES (86427,'Fort Mohave','AZ','35.004290','-114.581228',-7,0); -INSERT INTO zipcodes VALUES (86429,'Bullhead City','AZ','35.172854','-114.546960',-7,0); -INSERT INTO zipcodes VALUES (86430,'Bullhead City','AZ','35.256802','-114.494510',-7,0); -INSERT INTO zipcodes VALUES (86431,'Chloride','AZ','35.413284','-114.216260',-7,0); -INSERT INTO zipcodes VALUES (86432,'Littlefield','AZ','36.903232','-113.940240',-7,0); -INSERT INTO zipcodes VALUES (86433,'Oatman','AZ','35.030577','-114.389280',-7,0); -INSERT INTO zipcodes VALUES (86434,'Peach Springs','AZ','35.482227','-113.512100',-7,0); -INSERT INTO zipcodes VALUES (86435,'Supai','AZ','36.198652','-112.510130',-7,0); -INSERT INTO zipcodes VALUES (86436,'Topock','AZ','34.782526','-114.466300',-7,0); -INSERT INTO zipcodes VALUES (86437,'Valentine','AZ','35.386906','-113.660650',-7,0); -INSERT INTO zipcodes VALUES (86438,'Yucca','AZ','34.805546','-114.141750',-7,0); -INSERT INTO zipcodes VALUES (86439,'Bullhead City','AZ','35.095848','-114.619445',-7,0); -INSERT INTO zipcodes VALUES (86440,'Mohave Valley','AZ','34.888406','-114.573540',-7,0); -INSERT INTO zipcodes VALUES (86441,'Dolan Springs','AZ','35.607935','-114.302030',-7,0); -INSERT INTO zipcodes VALUES (86442,'Bullhead City','AZ','35.097719','-114.597340',-7,0); -INSERT INTO zipcodes VALUES (86443,'Temple Bar Marina','AZ','35.210634','-114.179228',-7,0); -INSERT INTO zipcodes VALUES (86444,'Meadview','AZ','35.950442','-114.077830',-7,0); -INSERT INTO zipcodes VALUES (86445,'Willow Beach','AZ','35.605301','-113.642712',-7,0); -INSERT INTO zipcodes VALUES (86446,'Mohave Valley','AZ','34.849946','-114.591728',-7,0); -INSERT INTO zipcodes VALUES (86502,'Chambers','AZ','35.213287','-109.542230',-7,0); -INSERT INTO zipcodes VALUES (86503,'Chinle','AZ','36.165779','-109.619560',-7,0); -INSERT INTO zipcodes VALUES (86504,'Fort Defiance','AZ','35.771067','-109.178780',-7,0); -INSERT INTO zipcodes VALUES (86505,'Ganado','AZ','35.665344','-109.653440',-7,0); -INSERT INTO zipcodes VALUES (86506,'Houck','AZ','35.368902','-109.221940',-7,0); -INSERT INTO zipcodes VALUES (86507,'Lukachukai','AZ','36.423229','-109.296890',-7,0); -INSERT INTO zipcodes VALUES (86508,'Lupton','AZ','35.325261','-109.078470',-7,0); -INSERT INTO zipcodes VALUES (86510,'Pinon','AZ','36.110934','-110.201810',-7,0); -INSERT INTO zipcodes VALUES (86511,'Saint Michaels','AZ','35.610285','-109.209300',-7,0); -INSERT INTO zipcodes VALUES (86512,'Sanders','AZ','35.156320','-109.323090',-7,0); -INSERT INTO zipcodes VALUES (86514,'Teec Nos Pos','AZ','36.880920','-109.336340',-7,0); -INSERT INTO zipcodes VALUES (86515,'Window Rock','AZ','35.672842','-109.064950',-7,0); -INSERT INTO zipcodes VALUES (86520,'Blue Gap','AZ','36.045603','-110.006330',-7,0); -INSERT INTO zipcodes VALUES (86535,'Dennehotso','AZ','36.798893','-109.864880',-7,0); -INSERT INTO zipcodes VALUES (86538,'Many Farms','AZ','36.374317','-109.600700',-7,0); -INSERT INTO zipcodes VALUES (86540,'Nazlini','AZ','35.952827','-109.412970',-7,0); -INSERT INTO zipcodes VALUES (86544,'Red Valley','AZ','36.595590','-109.118720',-7,0); -INSERT INTO zipcodes VALUES (86545,'Rock Point','AZ','36.662243','-109.599310',-7,0); -INSERT INTO zipcodes VALUES (86547,'Round Rock','AZ','36.494915','-109.456130',-7,0); -INSERT INTO zipcodes VALUES (86549,'Sawmill','AZ','35.958014','-109.175510',-7,0); -INSERT INTO zipcodes VALUES (86551,'Big Park','AZ','34.780464','-111.759944',-7,0); -INSERT INTO zipcodes VALUES (86556,'Tsaile','AZ','36.272262','-109.175160',-7,0); -INSERT INTO zipcodes VALUES (86631,'Jerome','AZ','34.748879','-112.115853',-7,0); -INSERT INTO zipcodes VALUES (87001,'Algodones','NM','35.388701','-106.427930',-7,1); -INSERT INTO zipcodes VALUES (87002,'Belen','NM','34.646779','-106.764800',-7,1); -INSERT INTO zipcodes VALUES (87004,'Bernalillo','NM','35.321510','-106.553220',-7,1); -INSERT INTO zipcodes VALUES (87005,'Bluewater','NM','35.209120','-108.071820',-7,1); -INSERT INTO zipcodes VALUES (87006,'Bosque','NM','34.511223','-106.809270',-7,1); -INSERT INTO zipcodes VALUES (87007,'Casa Blanca','NM','35.047954','-107.451480',-7,1); -INSERT INTO zipcodes VALUES (87008,'Cedar Crest','NM','35.136495','-106.372960',-7,1); -INSERT INTO zipcodes VALUES (87009,'Cedarvale','NM','34.650925','-105.880597',-7,1); -INSERT INTO zipcodes VALUES (87010,'Cerrillos','NM','35.409522','-106.152020',-7,1); -INSERT INTO zipcodes VALUES (87011,'Claunch','NM','34.032895','-106.030340',-7,1); -INSERT INTO zipcodes VALUES (87012,'Coyote','NM','36.195444','-106.658300',-7,1); -INSERT INTO zipcodes VALUES (87013,'Cuba','NM','35.869051','-107.402270',-7,1); -INSERT INTO zipcodes VALUES (87014,'Cubero','NM','35.166618','-107.505200',-7,1); -INSERT INTO zipcodes VALUES (87015,'Edgewood','NM','35.075777','-106.191550',-7,1); -INSERT INTO zipcodes VALUES (87016,'Estancia','NM','34.775863','-106.122690',-7,1); -INSERT INTO zipcodes VALUES (87017,'Gallina','NM','36.187444','-106.765810',-7,1); -INSERT INTO zipcodes VALUES (87018,'Counselor','NM','36.203634','-107.494410',-7,1); -INSERT INTO zipcodes VALUES (87020,'Grants','NM','35.122129','-107.907770',-7,1); -INSERT INTO zipcodes VALUES (87021,'Milan','NM','35.192539','-107.893691',-7,1); -INSERT INTO zipcodes VALUES (87022,'Isleta','NM','34.906197','-106.693010',-7,1); -INSERT INTO zipcodes VALUES (87023,'Jarales','NM','34.598268','-106.759200',-7,1); -INSERT INTO zipcodes VALUES (87024,'Jemez Pueblo','NM','35.624111','-106.737520',-7,1); -INSERT INTO zipcodes VALUES (87025,'Jemez Springs','NM','35.822802','-106.620930',-7,1); -INSERT INTO zipcodes VALUES (87026,'Laguna','NM','34.999815','-107.241090',-7,1); -INSERT INTO zipcodes VALUES (87027,'La Jara','NM','36.151633','-107.004490',-7,1); -INSERT INTO zipcodes VALUES (87028,'La Joya','NM','34.348860','-106.805300',-7,1); -INSERT INTO zipcodes VALUES (87029,'Lindrith','NM','36.343007','-107.098580',-7,1); -INSERT INTO zipcodes VALUES (87031,'Los Lunas','NM','34.786133','-106.705360',-7,1); -INSERT INTO zipcodes VALUES (87032,'McIntosh','NM','34.862981','-106.013280',-7,1); -INSERT INTO zipcodes VALUES (87034,'Pueblo Of Acoma','NM','34.900203','-107.653650',-7,1); -INSERT INTO zipcodes VALUES (87035,'Moriarty','NM','35.001195','-105.995240',-7,1); -INSERT INTO zipcodes VALUES (87036,'Mountainair','NM','34.500604','-106.276120',-7,1); -INSERT INTO zipcodes VALUES (87037,'Nageezi','NM','36.177980','-107.800370',-7,1); -INSERT INTO zipcodes VALUES (87038,'New Laguna','NM','35.054630','-107.441370',-7,1); -INSERT INTO zipcodes VALUES (87040,'Paguate','NM','35.132004','-107.365640',-7,1); -INSERT INTO zipcodes VALUES (87041,'Pena Blanca','NM','35.584234','-106.327280',-7,1); -INSERT INTO zipcodes VALUES (87042,'Peralta','NM','34.834360','-106.683750',-7,1); -INSERT INTO zipcodes VALUES (87043,'Placitas','NM','35.303843','-106.443610',-7,1); -INSERT INTO zipcodes VALUES (87044,'Ponderosa','NM','35.700027','-106.653170',-7,1); -INSERT INTO zipcodes VALUES (87045,'Prewitt','NM','35.408295','-107.988530',-7,1); -INSERT INTO zipcodes VALUES (87046,'Regina','NM','35.717420','-106.935844',-7,1); -INSERT INTO zipcodes VALUES (87047,'Sandia Park','NM','35.179121','-106.287420',-7,1); -INSERT INTO zipcodes VALUES (87048,'Corrales','NM','35.229614','-106.621410',-7,1); -INSERT INTO zipcodes VALUES (87049,'San Fidel','NM','35.087772','-107.634510',-7,1); -INSERT INTO zipcodes VALUES (87051,'San Rafael','NM','35.151050','-107.877010',-7,1); -INSERT INTO zipcodes VALUES (87052,'Santo Domingo Pueblo','NM','35.509184','-106.350220',-7,1); -INSERT INTO zipcodes VALUES (87053,'San Ysidro','NM','35.527064','-106.808660',-7,1); -INSERT INTO zipcodes VALUES (87056,'Stanley','NM','35.230514','-105.915980',-7,1); -INSERT INTO zipcodes VALUES (87057,'Tajique','NM','34.650925','-105.880597',-7,1); -INSERT INTO zipcodes VALUES (87059,'Tijeras','NM','35.017604','-106.310440',-7,1); -INSERT INTO zipcodes VALUES (87060,'Tome','NM','34.740708','-106.733620',-7,1); -INSERT INTO zipcodes VALUES (87061,'Torreon','NM','34.783472','-106.365530',-7,1); -INSERT INTO zipcodes VALUES (87062,'Veguita','NM','34.460462','-106.718790',-7,1); -INSERT INTO zipcodes VALUES (87063,'Willard','NM','34.432830','-105.955320',-7,1); -INSERT INTO zipcodes VALUES (87064,'Youngsville','NM','36.111907','-106.547790',-7,1); -INSERT INTO zipcodes VALUES (87068,'Bosque Farms','NM','34.864034','-106.689500',-7,1); -INSERT INTO zipcodes VALUES (87070,'Clines Corners','NM','35.009930','-105.972010',-7,1); -INSERT INTO zipcodes VALUES (87072,'Cochiti Pueblo','NM','35.612925','-106.348450',-7,1); -INSERT INTO zipcodes VALUES (87083,'Cochiti Lake','NM','35.648976','-106.338850',-7,1); -INSERT INTO zipcodes VALUES (87101,'Albuquerque','NM','35.199592','-106.644831',-7,1); -INSERT INTO zipcodes VALUES (87102,'Albuquerque','NM','35.083946','-106.647920',-7,1); -INSERT INTO zipcodes VALUES (87103,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87104,'Albuquerque','NM','35.101727','-106.672380',-7,1); -INSERT INTO zipcodes VALUES (87105,'Albuquerque','NM','35.031329','-106.686950',-7,1); -INSERT INTO zipcodes VALUES (87106,'Albuquerque','NM','35.078246','-106.617470',-7,1); -INSERT INTO zipcodes VALUES (87107,'Albuquerque','NM','35.134094','-106.640730',-7,1); -INSERT INTO zipcodes VALUES (87108,'Albuquerque','NM','35.073343','-106.582320',-7,1); -INSERT INTO zipcodes VALUES (87109,'Albuquerque','NM','35.155811','-106.566620',-7,1); -INSERT INTO zipcodes VALUES (87110,'Albuquerque','NM','35.106396','-106.579270',-7,1); -INSERT INTO zipcodes VALUES (87111,'Albuquerque','NM','35.135303','-106.522230',-7,1); -INSERT INTO zipcodes VALUES (87112,'Albuquerque','NM','35.100796','-106.520670',-7,1); -INSERT INTO zipcodes VALUES (87113,'Albuquerque','NM','35.179635','-106.593840',-7,1); -INSERT INTO zipcodes VALUES (87114,'Albuquerque','NM','35.196446','-106.673360',-7,1); -INSERT INTO zipcodes VALUES (87115,'Albuquerque','NM','35.054947','-106.546128',-7,1); -INSERT INTO zipcodes VALUES (87116,'Albuquerque','NM','35.053147','-106.551020',-7,1); -INSERT INTO zipcodes VALUES (87117,'Kirtland AFB','NM','35.056747','-106.571978',-7,1); -INSERT INTO zipcodes VALUES (87118,'Albuquerque','NM','35.051847','-106.594270',-7,1); -INSERT INTO zipcodes VALUES (87119,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87120,'Albuquerque','NM','35.146144','-106.708510',-7,1); -INSERT INTO zipcodes VALUES (87121,'Albuquerque','NM','35.051247','-106.742580',-7,1); -INSERT INTO zipcodes VALUES (87122,'Albuquerque','NM','35.180760','-106.520210',-7,1); -INSERT INTO zipcodes VALUES (87123,'Albuquerque','NM','35.067447','-106.506450',-7,1); -INSERT INTO zipcodes VALUES (87124,'Rio Rancho','NM','35.290647','-106.714690',-7,1); -INSERT INTO zipcodes VALUES (87125,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87131,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87140,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87144,'Rio Rancho','NM','35.295331','-106.645081',-7,1); -INSERT INTO zipcodes VALUES (87153,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87154,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87158,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87174,'Rio Rancho','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87176,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87180,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87181,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87184,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87185,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87187,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87190,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87191,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87192,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87193,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87194,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87195,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87196,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87197,'Albuquerque','NM','35.108573','-106.243911',-7,1); -INSERT INTO zipcodes VALUES (87198,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87199,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87201,'Albuquerque','NM','35.044339','-106.672872',-7,1); -INSERT INTO zipcodes VALUES (87301,'Gallup','NM','35.534253','-108.848570',-7,1); -INSERT INTO zipcodes VALUES (87302,'Gallup','NM','35.480924','-108.176693',-7,1); -INSERT INTO zipcodes VALUES (87305,'Gallup','NM','35.376892','-108.786610',-7,1); -INSERT INTO zipcodes VALUES (87310,'Brimhall','NM','35.766353','-108.570460',-7,1); -INSERT INTO zipcodes VALUES (87311,'Church Rock','NM','35.598798','-108.517920',-7,1); -INSERT INTO zipcodes VALUES (87312,'Continental Divide','NM','35.442033','-108.324730',-7,1); -INSERT INTO zipcodes VALUES (87313,'Crownpoint','NM','35.761481','-108.102250',-7,1); -INSERT INTO zipcodes VALUES (87315,'Fence Lake','NM','34.737855','-108.613590',-7,1); -INSERT INTO zipcodes VALUES (87316,'Fort Wingate','NM','35.463071','-108.545950',-7,1); -INSERT INTO zipcodes VALUES (87317,'Gamerco','NM','35.597972','-108.766570',-7,1); -INSERT INTO zipcodes VALUES (87319,'Mentmore','NM','35.486269','-108.904140',-7,1); -INSERT INTO zipcodes VALUES (87320,'Mexican Springs','NM','35.799367','-108.873100',-7,1); -INSERT INTO zipcodes VALUES (87321,'Ramah','NM','34.999427','-108.413040',-7,1); -INSERT INTO zipcodes VALUES (87322,'Rehoboth','NM','35.533134','-108.652530',-7,1); -INSERT INTO zipcodes VALUES (87323,'Thoreau','NM','35.495133','-108.199930',-7,1); -INSERT INTO zipcodes VALUES (87325,'Tohatchi','NM','36.002113','-108.665500',-7,1); -INSERT INTO zipcodes VALUES (87326,'Vanderwagen','NM','35.295558','-108.812770',-7,1); -INSERT INTO zipcodes VALUES (87327,'Zuni','NM','35.069470','-108.724930',-7,1); -INSERT INTO zipcodes VALUES (87328,'Navajo','AZ','35.923348','-109.082960',-7,0); -INSERT INTO zipcodes VALUES (87347,'Jamestown','NM','35.453355','-108.453740',-7,1); -INSERT INTO zipcodes VALUES (87357,'Pinehill','NM','34.888629','-108.279330',-7,1); -INSERT INTO zipcodes VALUES (87364,'Sheep Springs','NM','36.119846','-108.716650',-7,1); -INSERT INTO zipcodes VALUES (87365,'Smith Lake','NM','35.480924','-108.176693',-7,1); -INSERT INTO zipcodes VALUES (87375,'Yatahey','NM','35.680001','-108.792650',-7,1); -INSERT INTO zipcodes VALUES (87378,'Navajo','NM','35.902329','-109.031853',-7,1); -INSERT INTO zipcodes VALUES (87401,'Farmington','NM','36.625357','-108.192250',-7,1); -INSERT INTO zipcodes VALUES (87402,'Farmington','NM','36.785816','-108.145050',-7,1); -INSERT INTO zipcodes VALUES (87410,'Aztec','NM','36.837421','-107.966670',-7,1); -INSERT INTO zipcodes VALUES (87412,'Blanco','NM','36.681819','-107.481210',-7,1); -INSERT INTO zipcodes VALUES (87413,'Bloomfield','NM','36.579374','-107.879070',-7,1); -INSERT INTO zipcodes VALUES (87415,'Flora Vista','NM','36.813748','-108.095080',-7,1); -INSERT INTO zipcodes VALUES (87416,'Fruitland','NM','36.654783','-108.450010',-7,1); -INSERT INTO zipcodes VALUES (87417,'Kirtland','NM','36.763088','-108.367400',-7,1); -INSERT INTO zipcodes VALUES (87418,'La Plata','NM','36.927309','-108.159340',-7,1); -INSERT INTO zipcodes VALUES (87419,'Navajo Dam','NM','36.901026','-107.525050',-7,1); -INSERT INTO zipcodes VALUES (87420,'Shiprock','NM','36.748026','-108.800230',-7,1); -INSERT INTO zipcodes VALUES (87421,'Waterflow','NM','36.877607','-108.626060',-7,1); -INSERT INTO zipcodes VALUES (87455,'Newcomb','NM','36.272472','-108.791070',-7,1); -INSERT INTO zipcodes VALUES (87461,'Sanostee','NM','36.475414','-108.810890',-7,1); -INSERT INTO zipcodes VALUES (87499,'Farmington','NM','36.774472','-108.069250',-7,1); -INSERT INTO zipcodes VALUES (87501,'Santa Fe','NM','35.755312','-105.999360',-7,1); -INSERT INTO zipcodes VALUES (87502,'Santa Fe','NM','35.439937','-106.123698',-7,1); -INSERT INTO zipcodes VALUES (87503,'Santa Fe','NM','35.521181','-105.981847',-7,1); -INSERT INTO zipcodes VALUES (87504,'Santa Fe','NM','35.893597','-106.007499',-7,1); -INSERT INTO zipcodes VALUES (87505,'Santa Fe','NM','35.616662','-105.979260',-7,1); -INSERT INTO zipcodes VALUES (87506,'Santa Fe','NM','35.606283','-106.075722',-7,1); -INSERT INTO zipcodes VALUES (87507,'Santa Fe','NM','35.615216','-105.952788',-7,1); -INSERT INTO zipcodes VALUES (87508,'Santa Fe','NM','35.469938','-105.754453',-7,1); -INSERT INTO zipcodes VALUES (87509,'Santa Fe','NM','35.521181','-105.981847',-7,1); -INSERT INTO zipcodes VALUES (87510,'Abiquiu','NM','36.299600','-106.405960',-7,1); -INSERT INTO zipcodes VALUES (87511,'Alcalde','NM','36.097705','-106.042540',-7,1); -INSERT INTO zipcodes VALUES (87512,'Amalia','NM','36.962335','-105.416280',-7,1); -INSERT INTO zipcodes VALUES (87513,'Arroyo Hondo','NM','36.534541','-105.672440',-7,1); -INSERT INTO zipcodes VALUES (87514,'Arroyo Seco','NM','36.546104','-105.505860',-7,1); -INSERT INTO zipcodes VALUES (87515,'Canjilon','NM','36.476265','-106.409960',-7,1); -INSERT INTO zipcodes VALUES (87516,'Canones','NM','36.082439','-106.467860',-7,1); -INSERT INTO zipcodes VALUES (87517,'Carson','NM','36.333259','-105.811430',-7,1); -INSERT INTO zipcodes VALUES (87518,'Cebolla','NM','36.522263','-106.549180',-7,1); -INSERT INTO zipcodes VALUES (87519,'Cerro','NM','36.756688','-105.638550',-7,1); -INSERT INTO zipcodes VALUES (87520,'Chama','NM','36.874229','-106.551180',-7,1); -INSERT INTO zipcodes VALUES (87521,'Chamisal','NM','36.126615','-105.746510',-7,1); -INSERT INTO zipcodes VALUES (87522,'Chimayo','NM','35.997094','-105.945330',-7,1); -INSERT INTO zipcodes VALUES (87523,'Cordova','NM','36.005591','-105.903255',-7,1); -INSERT INTO zipcodes VALUES (87524,'Costilla','NM','36.959631','-105.580900',-7,1); -INSERT INTO zipcodes VALUES (87525,'Taos Ski Valley','NM','36.575944','-105.506020',-7,1); -INSERT INTO zipcodes VALUES (87527,'Dixon','NM','36.156600','-105.841610',-7,1); -INSERT INTO zipcodes VALUES (87528,'Dulce','NM','36.818905','-106.975700',-7,1); -INSERT INTO zipcodes VALUES (87529,'El Prado','NM','36.468402','-105.605470',-7,1); -INSERT INTO zipcodes VALUES (87530,'El Rito','NM','36.387967','-106.234070',-7,1); -INSERT INTO zipcodes VALUES (87531,'Embudo','NM','36.248813','-105.879950',-7,1); -INSERT INTO zipcodes VALUES (87532,'Espanola','NM','35.990548','-106.080360',-7,1); -INSERT INTO zipcodes VALUES (87533,'Espanola','NM','36.618928','-106.755120',-7,1); -INSERT INTO zipcodes VALUES (87535,'Glorieta','NM','35.759271','-105.748410',-7,1); -INSERT INTO zipcodes VALUES (87537,'Hernandez','NM','36.094021','-106.174720',-7,1); -INSERT INTO zipcodes VALUES (87538,'Ilfeld','NM','35.456288','-104.679611',-7,1); -INSERT INTO zipcodes VALUES (87539,'La Madera','NM','36.422525','-106.061450',-7,1); -INSERT INTO zipcodes VALUES (87540,'Lamy','NM','35.434943','-105.918730',-7,1); -INSERT INTO zipcodes VALUES (87543,'Llano','NM','36.129822','-105.664930',-7,1); -INSERT INTO zipcodes VALUES (87544,'Los Alamos','NM','35.868490','-106.295360',-7,1); -INSERT INTO zipcodes VALUES (87545,'Los Alamos','NM','35.863858','-106.295255',-7,1); -INSERT INTO zipcodes VALUES (87548,'Medanales','NM','36.176340','-106.184890',-7,1); -INSERT INTO zipcodes VALUES (87549,'Ojo Caliente','NM','36.362617','-106.025230',-7,1); -INSERT INTO zipcodes VALUES (87551,'Los Ojos','NM','36.700526','-106.636950',-7,1); -INSERT INTO zipcodes VALUES (87552,'Pecos','NM','35.622261','-105.642200',-7,1); -INSERT INTO zipcodes VALUES (87553,'Penasco','NM','36.191998','-105.715430',-7,1); -INSERT INTO zipcodes VALUES (87554,'Petaca','NM','36.465416','-106.578513',-7,1); -INSERT INTO zipcodes VALUES (87556,'Questa','NM','36.735033','-105.586020',-7,1); -INSERT INTO zipcodes VALUES (87557,'Ranchos De Taos','NM','36.377149','-105.679630',-7,1); -INSERT INTO zipcodes VALUES (87558,'Red River','NM','36.705987','-105.395500',-7,1); -INSERT INTO zipcodes VALUES (87560,'Ribera','NM','35.249513','-105.576580',-7,1); -INSERT INTO zipcodes VALUES (87562,'Rowe','NM','35.498227','-105.676710',-7,1); -INSERT INTO zipcodes VALUES (87564,'San Cristobal','NM','36.610705','-105.644420',-7,1); -INSERT INTO zipcodes VALUES (87565,'San Jose','NM','35.454443','-105.503370',-7,1); -INSERT INTO zipcodes VALUES (87566,'San Juan Pueblo','NM','36.074403','-106.079520',-7,1); -INSERT INTO zipcodes VALUES (87567,'Santa Cruz','NM','35.994909','-106.032820',-7,1); -INSERT INTO zipcodes VALUES (87569,'Serafina','NM','35.345618','-105.262330',-7,1); -INSERT INTO zipcodes VALUES (87571,'Taos','NM','36.414942','-105.580800',-7,1); -INSERT INTO zipcodes VALUES (87573,'Tererro','NM','35.795217','-105.657990',-7,1); -INSERT INTO zipcodes VALUES (87574,'Tesuque','NM','35.787442','-105.915713',-7,1); -INSERT INTO zipcodes VALUES (87575,'Tierra Amarilla','NM','36.648630','-106.540910',-7,1); -INSERT INTO zipcodes VALUES (87576,'Trampas','NM','36.504515','-105.629240',-7,1); -INSERT INTO zipcodes VALUES (87577,'Tres Piedras','NM','36.631809','-105.926700',-7,1); -INSERT INTO zipcodes VALUES (87578,'Truchas','NM','36.036721','-105.787020',-7,1); -INSERT INTO zipcodes VALUES (87579,'Vadito','NM','36.160484','-105.560450',-7,1); -INSERT INTO zipcodes VALUES (87580,'Valdez','NM','36.546068','-105.607280',-7,1); -INSERT INTO zipcodes VALUES (87581,'Vallecitos','NM','36.537146','-106.133950',-7,1); -INSERT INTO zipcodes VALUES (87582,'Velarde','NM','36.147730','-105.988660',-7,1); -INSERT INTO zipcodes VALUES (87583,'Villanueva','NM','35.276415','-105.337590',-7,1); -INSERT INTO zipcodes VALUES (87585,'Santa Fe','NM','35.632858','-106.044394',-7,1); -INSERT INTO zipcodes VALUES (87592,'Santa Fe','NM','35.521181','-105.981847',-7,1); -INSERT INTO zipcodes VALUES (87594,'Santa Fe','NM','35.521181','-105.981847',-7,1); -INSERT INTO zipcodes VALUES (87701,'Las Vegas','NM','35.594103','-105.081420',-7,1); -INSERT INTO zipcodes VALUES (87710,'Angel Fire','NM','36.363506','-105.248770',-7,1); -INSERT INTO zipcodes VALUES (87711,'Anton Chico','NM','35.203048','-105.154260',-7,1); -INSERT INTO zipcodes VALUES (87712,'Buena Vista','NM','35.881516','-105.184980',-7,1); -INSERT INTO zipcodes VALUES (87713,'Chacon','NM','36.147950','-105.373020',-7,1); -INSERT INTO zipcodes VALUES (87714,'Cimarron','NM','36.599560','-105.013330',-7,1); -INSERT INTO zipcodes VALUES (87715,'Cleveland','NM','36.006137','-105.398310',-7,1); -INSERT INTO zipcodes VALUES (87718,'Eagle Nest','NM','36.595247','-105.291650',-7,1); -INSERT INTO zipcodes VALUES (87722,'Guadalupita','NM','36.188161','-105.230430',-7,1); -INSERT INTO zipcodes VALUES (87723,'Holman','NM','36.045092','-105.383300',-7,1); -INSERT INTO zipcodes VALUES (87724,'La Loma','NM','35.173408','-104.982720',-7,1); -INSERT INTO zipcodes VALUES (87728,'Maxwell','NM','36.565525','-104.520490',-7,1); -INSERT INTO zipcodes VALUES (87729,'Miami','NM','36.358816','-104.826180',-7,1); -INSERT INTO zipcodes VALUES (87730,'Mills','NM','36.132502','-104.239020',-7,1); -INSERT INTO zipcodes VALUES (87731,'Montezuma','NM','35.711505','-105.414060',-7,1); -INSERT INTO zipcodes VALUES (87732,'Mora','NM','35.971938','-105.341370',-7,1); -INSERT INTO zipcodes VALUES (87733,'Mosquero','NM','35.803640','-103.900510',-7,1); -INSERT INTO zipcodes VALUES (87734,'Ocate','NM','36.197152','-105.107270',-7,1); -INSERT INTO zipcodes VALUES (87735,'Ojo Feliz','NM','36.074211','-105.115860',-7,1); -INSERT INTO zipcodes VALUES (87736,'Rainsville','NM','35.974115','-105.176330',-7,1); -INSERT INTO zipcodes VALUES (87740,'Raton','NM','36.787670','-104.386930',-7,1); -INSERT INTO zipcodes VALUES (87742,'Rociada','NM','35.856035','-105.425960',-7,1); -INSERT INTO zipcodes VALUES (87743,'Roy','NM','36.004279','-103.863530',-7,1); -INSERT INTO zipcodes VALUES (87745,'Sapello','NM','35.751778','-105.225800',-7,1); -INSERT INTO zipcodes VALUES (87746,'Solano','NM','35.804116','-103.902091',-7,1); -INSERT INTO zipcodes VALUES (87747,'Springer','NM','36.366344','-104.392110',-7,1); -INSERT INTO zipcodes VALUES (87749,'Ute Park','NM','36.606924','-104.692463',-7,1); -INSERT INTO zipcodes VALUES (87750,'Valmora','NM','35.798216','-104.850070',-7,1); -INSERT INTO zipcodes VALUES (87752,'Wagon Mound','NM','36.022390','-104.650180',-7,1); -INSERT INTO zipcodes VALUES (87753,'Watrous','NM','35.880398','-104.989250',-7,1); -INSERT INTO zipcodes VALUES (87801,'Socorro','NM','33.953237','-106.937220',-7,1); -INSERT INTO zipcodes VALUES (87820,'Aragon','NM','33.871414','-108.575470',-7,1); -INSERT INTO zipcodes VALUES (87821,'Datil','NM','33.934215','-108.058890',-7,1); -INSERT INTO zipcodes VALUES (87823,'Lemitar','NM','34.150585','-106.928140',-7,1); -INSERT INTO zipcodes VALUES (87824,'Luna','NM','33.879513','-108.919770',-7,1); -INSERT INTO zipcodes VALUES (87825,'Magdalena','NM','34.139451','-107.368160',-7,1); -INSERT INTO zipcodes VALUES (87827,'Pie Town','NM','34.387137','-108.145280',-7,1); -INSERT INTO zipcodes VALUES (87828,'Polvadera','NM','34.201613','-106.921460',-7,1); -INSERT INTO zipcodes VALUES (87829,'Quemado','NM','34.330192','-108.638990',-7,1); -INSERT INTO zipcodes VALUES (87830,'Reserve','NM','33.638186','-108.663870',-7,1); -INSERT INTO zipcodes VALUES (87831,'San Acacia','NM','34.326229','-106.877340',-7,1); -INSERT INTO zipcodes VALUES (87832,'San Antonio','NM','34.046275','-106.602850',-7,1); -INSERT INTO zipcodes VALUES (87901,'Truth Or Consequences','NM','33.148245','-107.187410',-7,1); -INSERT INTO zipcodes VALUES (87910,'Truth or Consequences','NM','33.127764','-107.260088',-7,1); -INSERT INTO zipcodes VALUES (87930,'Arrey','NM','32.807462','-107.326550',-7,1); -INSERT INTO zipcodes VALUES (87931,'Caballo','NM','32.969955','-107.363220',-7,1); -INSERT INTO zipcodes VALUES (87933,'Derry','NM','32.791076','-107.286520',-7,1); -INSERT INTO zipcodes VALUES (87935,'Elephant Butte','NM','33.208473','-107.220650',-7,1); -INSERT INTO zipcodes VALUES (87936,'Garfield','NM','32.760034','-107.275350',-7,1); -INSERT INTO zipcodes VALUES (87937,'Hatch','NM','32.603957','-107.168060',-7,1); -INSERT INTO zipcodes VALUES (87939,'Monticello','NM','33.377012','-107.433370',-7,1); -INSERT INTO zipcodes VALUES (87940,'Rincon','NM','32.620805','-107.021610',-7,1); -INSERT INTO zipcodes VALUES (87941,'Salem','NM','32.699873','-107.137940',-7,1); -INSERT INTO zipcodes VALUES (87942,'Williamsburg','NM','33.095526','-107.353930',-7,1); -INSERT INTO zipcodes VALUES (87943,'Winston','NM','33.252863','-107.691830',-7,1); -INSERT INTO zipcodes VALUES (87945,'Williamsburg','NM','33.116336','-107.287470',-7,1); -INSERT INTO zipcodes VALUES (88001,'Las Cruces','NM','32.300193','-106.760780',-7,1); -INSERT INTO zipcodes VALUES (88002,'White Sands Missile Range','NM','32.355099','-106.468840',-7,1); -INSERT INTO zipcodes VALUES (88003,'Las Cruces','NM','32.279944','-106.754100',-7,1); -INSERT INTO zipcodes VALUES (88004,'Las Cruces','NM','32.204171','-106.930520',-7,1); -INSERT INTO zipcodes VALUES (88005,'Las Cruces','NM','32.347752','-106.814630',-7,1); -INSERT INTO zipcodes VALUES (88006,'Las Cruces','NM','32.305193','-106.786259',-7,1); -INSERT INTO zipcodes VALUES (88007,'Las Cruces','NM','32.356091','-106.830111',-7,1); -INSERT INTO zipcodes VALUES (88008,'Santa Teresa','NM','31.879712','-106.717630',-7,1); -INSERT INTO zipcodes VALUES (88009,'Playas','NM','31.859178','-108.539850',-7,1); -INSERT INTO zipcodes VALUES (88011,'Las Cruces','NM','32.312506','-106.703060',-7,1); -INSERT INTO zipcodes VALUES (88012,'Las Cruces','NM','32.417871','-106.697700',-7,1); -INSERT INTO zipcodes VALUES (88018,'Sunland Park','NM','31.840649','-106.615936',-7,1); -INSERT INTO zipcodes VALUES (88020,'Animas','NM','31.861247','-108.815150',-7,1); -INSERT INTO zipcodes VALUES (88021,'Anthony','NM','32.013822','-106.544300',-7,1); -INSERT INTO zipcodes VALUES (88022,'Arenas Valley','NM','32.781205','-108.157950',-7,1); -INSERT INTO zipcodes VALUES (88023,'Bayard','NM','32.774869','-108.107360',-7,1); -INSERT INTO zipcodes VALUES (88024,'Berino','NM','32.068299','-106.616890',-7,1); -INSERT INTO zipcodes VALUES (88025,'Buckhorn','NM','33.034435','-108.703020',-7,1); -INSERT INTO zipcodes VALUES (88026,'Santa Clara','NM','32.775681','-108.153590',-7,1); -INSERT INTO zipcodes VALUES (88027,'Chamberino','NM','32.036669','-106.685160',-7,1); -INSERT INTO zipcodes VALUES (88028,'Cliff','NM','32.536670','-108.327898',-7,1); -INSERT INTO zipcodes VALUES (88029,'Columbus','NM','31.823645','-107.735290',-7,1); -INSERT INTO zipcodes VALUES (88030,'Deming','NM','32.223023','-107.712820',-7,1); -INSERT INTO zipcodes VALUES (88031,'Deming','NM','32.239815','-107.740420',-7,1); -INSERT INTO zipcodes VALUES (88032,'Dona Ana','NM','32.393919','-106.800976',-7,1); -INSERT INTO zipcodes VALUES (88033,'Fairacres','NM','32.195630','-107.104610',-7,1); -INSERT INTO zipcodes VALUES (88034,'Faywood','NM','32.693536','-107.906536',-7,1); -INSERT INTO zipcodes VALUES (88036,'Fort Bayard','NM','32.815317','-108.150860',-7,1); -INSERT INTO zipcodes VALUES (88038,'Gila','NM','32.961804','-108.440420',-7,1); -INSERT INTO zipcodes VALUES (88039,'Glenwood','NM','33.401692','-108.635750',-7,1); -INSERT INTO zipcodes VALUES (88040,'Hachita','NM','31.928038','-108.364500',-7,1); -INSERT INTO zipcodes VALUES (88041,'Hanover','NM','32.726051','-107.978070',-7,1); -INSERT INTO zipcodes VALUES (88042,'Hillsboro','NM','32.834372','-107.597610',-7,1); -INSERT INTO zipcodes VALUES (88043,'Hurley','NM','32.673398','-108.116250',-7,1); -INSERT INTO zipcodes VALUES (88044,'La Mesa','NM','32.149321','-106.722830',-7,1); -INSERT INTO zipcodes VALUES (88045,'Lordsburg','NM','32.350444','-108.739560',-7,1); -INSERT INTO zipcodes VALUES (88046,'Mesilla','NM','32.267993','-106.805867',-7,1); -INSERT INTO zipcodes VALUES (88047,'Mesilla Park','NM','32.213198','-106.719910',-7,1); -INSERT INTO zipcodes VALUES (88048,'Mesquite','NM','32.152569','-106.661120',-7,1); -INSERT INTO zipcodes VALUES (88049,'Mimbres','NM','33.029102','-108.141140',-7,1); -INSERT INTO zipcodes VALUES (88051,'Mule Creek','NM','33.091874','-108.940070',-7,1); -INSERT INTO zipcodes VALUES (88052,'Organ','NM','32.437435','-106.602560',-7,1); -INSERT INTO zipcodes VALUES (88053,'Pinos Altos','NM','32.872349','-108.218160',-7,1); -INSERT INTO zipcodes VALUES (88054,'Radium Springs','NM','32.488841','-106.914575',-7,1); -INSERT INTO zipcodes VALUES (88055,'Redrock','NM','32.802474','-108.903410',-7,1); -INSERT INTO zipcodes VALUES (88056,'Rodeo','NM','31.766132','-108.933890',-7,1); -INSERT INTO zipcodes VALUES (88058,'San Miguel','NM','32.418150','-106.820075',-7,1); -INSERT INTO zipcodes VALUES (88061,'Silver City','NM','32.729758','-108.302060',-7,1); -INSERT INTO zipcodes VALUES (88062,'Silver City','NM','32.728228','-108.137931',-7,1); -INSERT INTO zipcodes VALUES (88063,'Sunland Park','NM','31.799253','-106.577710',-7,1); -INSERT INTO zipcodes VALUES (88065,'Tyrone','NM','32.707876','-108.302570',-7,1); -INSERT INTO zipcodes VALUES (88072,'Vado','NM','32.123655','-106.638460',-7,1); -INSERT INTO zipcodes VALUES (88081,'Chaparral','NM','32.031665','-106.400486',-7,1); -INSERT INTO zipcodes VALUES (88085,'Las Cruces','NM','32.336251','-106.792993',-7,1); -INSERT INTO zipcodes VALUES (88100,'Grady','NM','34.670500','-103.329901',-7,1); -INSERT INTO zipcodes VALUES (88101,'Clovis','NM','34.432846','-103.225890',-7,1); -INSERT INTO zipcodes VALUES (88102,'Clovis','NM','34.628472','-103.391269',-7,1); -INSERT INTO zipcodes VALUES (88103,'Cannon AFB','NM','34.401452','-103.326445',-7,1); -INSERT INTO zipcodes VALUES (88112,'Broadview','NM','34.857544','-103.151930',-7,1); -INSERT INTO zipcodes VALUES (88113,'Causey','NM','33.843464','-103.100020',-7,1); -INSERT INTO zipcodes VALUES (88114,'Crossroads','NM','33.526887','-103.323920',-7,1); -INSERT INTO zipcodes VALUES (88115,'Dora','NM','33.931311','-103.354590',-7,1); -INSERT INTO zipcodes VALUES (88116,'Elida','NM','33.796920','-103.875750',-7,1); -INSERT INTO zipcodes VALUES (88118,'Floyd','NM','34.215025','-103.615760',-7,1); -INSERT INTO zipcodes VALUES (88119,'Fort Sumner','NM','34.346673','-104.242420',-7,1); -INSERT INTO zipcodes VALUES (88120,'Grady','NM','34.865507','-103.406190',-7,1); -INSERT INTO zipcodes VALUES (88121,'House','NM','34.706943','-103.974750',-7,1); -INSERT INTO zipcodes VALUES (88122,'Kenna','NM','33.883159','-103.709525',-7,1); -INSERT INTO zipcodes VALUES (88123,'Lingo','NM','33.717607','-103.145119',-7,1); -INSERT INTO zipcodes VALUES (88124,'Melrose','NM','34.528601','-103.625670',-7,1); -INSERT INTO zipcodes VALUES (88125,'Milnesand','NM','33.628946','-103.183700',-7,1); -INSERT INTO zipcodes VALUES (88126,'Pep','NM','33.793145','-103.277410',-7,1); -INSERT INTO zipcodes VALUES (88130,'Portales','NM','34.166231','-103.342550',-7,1); -INSERT INTO zipcodes VALUES (88132,'Rogers','NM','33.922767','-103.161380',-7,1); -INSERT INTO zipcodes VALUES (88133,'Saint Vrain','NM','34.475607','-103.466860',-7,1); -INSERT INTO zipcodes VALUES (88134,'Taiban','NM','34.429099','-103.966330',-7,1); -INSERT INTO zipcodes VALUES (88135,'Texico','NM','34.511478','-103.068690',-7,1); -INSERT INTO zipcodes VALUES (88136,'Yeso','NM','34.321787','-104.730500',-7,1); -INSERT INTO zipcodes VALUES (88201,'Roswell','NM','33.485178','-104.550890',-7,1); -INSERT INTO zipcodes VALUES (88202,'Roswell','NM','33.303825','-104.431788',-7,1); -INSERT INTO zipcodes VALUES (88203,'Roswell','NM','33.363439','-104.524894',-7,1); -INSERT INTO zipcodes VALUES (88210,'Artesia','NM','32.795467','-104.380830',-7,1); -INSERT INTO zipcodes VALUES (88211,'Artesia','NM','32.753571','-104.328113',-7,1); -INSERT INTO zipcodes VALUES (88213,'Caprock','NM','33.455761','-103.638430',-7,1); -INSERT INTO zipcodes VALUES (88220,'Carlsbad','NM','32.408311','-104.291340',-7,1); -INSERT INTO zipcodes VALUES (88221,'Carlsbad','NM','32.342033','-104.293691',-7,1); -INSERT INTO zipcodes VALUES (88230,'Dexter','NM','33.244151','-104.333400',-7,1); -INSERT INTO zipcodes VALUES (88231,'Eunice','NM','32.439762','-103.235980',-7,1); -INSERT INTO zipcodes VALUES (88232,'Hagerman','NM','33.060827','-104.337080',-7,1); -INSERT INTO zipcodes VALUES (88240,'Hobbs','NM','32.707780','-103.166160',-7,1); -INSERT INTO zipcodes VALUES (88241,'Hobbs','NM','32.747500','-103.216516',-7,1); -INSERT INTO zipcodes VALUES (88242,'Hobbs','NM','32.787805','-103.145920',-7,1); -INSERT INTO zipcodes VALUES (88244,'Hobbs','NM','32.785417','-103.433804',-7,1); -INSERT INTO zipcodes VALUES (88250,'Hope','NM','32.735982','-104.885760',-7,1); -INSERT INTO zipcodes VALUES (88252,'Jal','NM','32.188493','-103.268080',-7,1); -INSERT INTO zipcodes VALUES (88253,'Lake Arthur','NM','32.954421','-104.451870',-7,1); -INSERT INTO zipcodes VALUES (88254,'Lakewood','NM','32.658860','-104.451280',-7,1); -INSERT INTO zipcodes VALUES (88255,'Loco Hills','NM','32.742090','-103.961390',-7,1); -INSERT INTO zipcodes VALUES (88256,'Loving','NM','32.279360','-103.987840',-7,1); -INSERT INTO zipcodes VALUES (88260,'Lovington','NM','32.901887','-103.446230',-7,1); -INSERT INTO zipcodes VALUES (88262,'McDonald','NM','33.148388','-103.352160',-7,1); -INSERT INTO zipcodes VALUES (88263,'Malaga','NM','32.079363','-103.972000',-7,1); -INSERT INTO zipcodes VALUES (88264,'Maljamar','NM','32.878526','-103.713990',-7,1); -INSERT INTO zipcodes VALUES (88265,'Monument','NM','32.590107','-103.308570',-7,1); -INSERT INTO zipcodes VALUES (88267,'Tatum','NM','33.270355','-103.423770',-7,1); -INSERT INTO zipcodes VALUES (88268,'Whites City','NM','32.188634','-104.361530',-7,1); -INSERT INTO zipcodes VALUES (88301,'Carrizozo','NM','33.710312','-105.882180',-7,1); -INSERT INTO zipcodes VALUES (88310,'Alamogordo','NM','32.839921','-105.975610',-7,1); -INSERT INTO zipcodes VALUES (88311,'Alamogordo','NM','32.695546','-105.612595',-7,1); -INSERT INTO zipcodes VALUES (88312,'Alto','NM','33.420542','-105.635990',-7,1); -INSERT INTO zipcodes VALUES (88314,'Bent','NM','33.158737','-105.851960',-7,1); -INSERT INTO zipcodes VALUES (88315,'Boles Acres','NM','32.806612','-105.990020',-7,1); -INSERT INTO zipcodes VALUES (88316,'Capitan','NM','33.722955','-105.413260',-7,1); -INSERT INTO zipcodes VALUES (88317,'Cloudcroft','NM','32.943661','-105.685680',-7,1); -INSERT INTO zipcodes VALUES (88318,'Corona','NM','34.156361','-105.332380',-7,1); -INSERT INTO zipcodes VALUES (88321,'Encino','NM','34.750736','-105.513070',-7,1); -INSERT INTO zipcodes VALUES (88323,'Fort Stanton','NM','33.492448','-105.530210',-7,1); -INSERT INTO zipcodes VALUES (88324,'Glencoe','NM','33.429637','-105.484890',-7,1); -INSERT INTO zipcodes VALUES (88325,'High Rolls Mountain Park','NM','32.902131','-105.813380',-7,1); -INSERT INTO zipcodes VALUES (88330,'Holloman Air Force Base','NM','32.841331','-106.079480',-7,1); -INSERT INTO zipcodes VALUES (88332,'La Luz','NM','32.980058','-105.938768',-7,1); -INSERT INTO zipcodes VALUES (88336,'Hondo','NM','33.285158','-105.267830',-7,1); -INSERT INTO zipcodes VALUES (88337,'La Luz','NM','33.001397','-105.915120',-7,1); -INSERT INTO zipcodes VALUES (88338,'Lincoln','NM','33.479136','-105.358120',-7,1); -INSERT INTO zipcodes VALUES (88339,'Mayhill','NM','32.923979','-105.405420',-7,1); -INSERT INTO zipcodes VALUES (88340,'Mescalero','NM','33.157278','-105.732660',-7,1); -INSERT INTO zipcodes VALUES (88341,'Nogal','NM','33.520074','-105.730720',-7,1); -INSERT INTO zipcodes VALUES (88342,'Orogrande','NM','32.405061','-106.079686',-7,1); -INSERT INTO zipcodes VALUES (88343,'Picacho','NM','33.267631','-105.019690',-7,1); -INSERT INTO zipcodes VALUES (88344,'Pinon','NM','32.663082','-105.361350',-7,1); -INSERT INTO zipcodes VALUES (88345,'Ruidoso','NM','33.350032','-105.666370',-7,1); -INSERT INTO zipcodes VALUES (88346,'Ruidoso Downs','NM','33.342426','-105.566940',-7,1); -INSERT INTO zipcodes VALUES (88347,'Sacramento','NM','32.789854','-105.604370',-7,1); -INSERT INTO zipcodes VALUES (88348,'San Patricio','NM','33.415814','-105.360460',-7,1); -INSERT INTO zipcodes VALUES (88349,'Sunspot','NM','32.867200','-105.781129',-7,1); -INSERT INTO zipcodes VALUES (88350,'Timberon','NM','32.629637','-105.686630',-7,1); -INSERT INTO zipcodes VALUES (88351,'Tinnie','NM','33.480197','-105.017550',-7,1); -INSERT INTO zipcodes VALUES (88352,'Tularosa','NM','33.098649','-106.020580',-7,1); -INSERT INTO zipcodes VALUES (88353,'Vaughn','NM','34.585906','-105.143920',-7,1); -INSERT INTO zipcodes VALUES (88354,'Weed','NM','32.783249','-105.473060',-7,1); -INSERT INTO zipcodes VALUES (88355,'Ruidoso','NM','33.330502','-105.693322',-7,1); -INSERT INTO zipcodes VALUES (88401,'Tucumcari','NM','35.103769','-103.776760',-7,1); -INSERT INTO zipcodes VALUES (88410,'Amistad','NM','35.890633','-103.201940',-7,1); -INSERT INTO zipcodes VALUES (88411,'Bard','NM','35.174099','-103.184440',-7,1); -INSERT INTO zipcodes VALUES (88414,'Capulin','NM','36.740696','-103.993290',-7,1); -INSERT INTO zipcodes VALUES (88415,'Clayton','NM','36.387827','-103.222160',-7,1); -INSERT INTO zipcodes VALUES (88416,'Conchas Dam','NM','35.387857','-104.182760',-7,1); -INSERT INTO zipcodes VALUES (88417,'Cuervo','NM','35.014908','-104.417780',-7,1); -INSERT INTO zipcodes VALUES (88418,'Des Moines','NM','36.734124','-103.747910',-7,1); -INSERT INTO zipcodes VALUES (88419,'Folsom','NM','36.896078','-103.569420',-7,1); -INSERT INTO zipcodes VALUES (88421,'Garita','NM','35.313786','-104.475670',-7,1); -INSERT INTO zipcodes VALUES (88422,'Gladstone','NM','36.353757','-103.965710',-7,1); -INSERT INTO zipcodes VALUES (88424,'Grenville','NM','36.458919','-103.621430',-7,1); -INSERT INTO zipcodes VALUES (88426,'Logan','NM','35.348463','-103.390450',-7,1); -INSERT INTO zipcodes VALUES (88427,'McAlister','NM','34.770332','-103.811620',-7,1); -INSERT INTO zipcodes VALUES (88429,'Mount Dora','NM','36.369783','-103.505541',-7,1); -INSERT INTO zipcodes VALUES (88430,'Nara Visa','NM','35.644244','-103.219730',-7,1); -INSERT INTO zipcodes VALUES (88431,'Newkirk','NM','35.157683','-104.215100',-7,1); -INSERT INTO zipcodes VALUES (88433,'Quay','NM','34.916697','-103.778184',-7,1); -INSERT INTO zipcodes VALUES (88434,'San Jon','NM','35.098357','-103.340270',-7,1); -INSERT INTO zipcodes VALUES (88435,'Santa Rosa','NM','34.862953','-104.813620',-7,1); -INSERT INTO zipcodes VALUES (88436,'Sedan','NM','36.137255','-103.123110',-7,1); -INSERT INTO zipcodes VALUES (88437,'Seneca','NM','36.710694','-103.149250',-7,1); -INSERT INTO zipcodes VALUES (88439,'Trementina','NM','35.456288','-104.679611',-7,1); -INSERT INTO zipcodes VALUES (88441,'Bell Ranch','NM','35.456288','-104.679611',-7,1); -INSERT INTO zipcodes VALUES (88510,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88511,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88512,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88513,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88514,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88515,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88516,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88517,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88518,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88519,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88520,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88521,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88523,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88524,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88525,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88526,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88527,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88528,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88529,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88530,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88531,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88532,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88533,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88534,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88535,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88536,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88538,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88539,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88540,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88541,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88542,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88543,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88544,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88545,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88546,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88547,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88548,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88549,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88550,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88553,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88554,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88555,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88556,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88557,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88558,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88559,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88560,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88561,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88562,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88563,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88565,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88566,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88567,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88568,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88569,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88570,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88571,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88572,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88573,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88574,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88575,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88576,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88577,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88578,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88579,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88580,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88581,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88582,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88583,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88584,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88585,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88586,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88587,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88588,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88589,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88590,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88595,'El Paso','TX','31.694842','-106.299987',-7,1); -INSERT INTO zipcodes VALUES (88603,'Roswell','NM','33.361658','-104.528038',-7,1); -INSERT INTO zipcodes VALUES (88901,'The Lakes','NV','36.322484','-114.819717',-8,1); -INSERT INTO zipcodes VALUES (88905,'The Lakes','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89001,'Alamo','NV','37.381946','-115.315020',-8,1); -INSERT INTO zipcodes VALUES (89003,'Beatty','NV','37.027453','-116.840110',-8,1); -INSERT INTO zipcodes VALUES (89004,'Blue Diamond','NV','36.046247','-115.404830',-8,1); -INSERT INTO zipcodes VALUES (89005,'Boulder City','NV','35.968615','-114.833540',-8,1); -INSERT INTO zipcodes VALUES (89006,'Boulder City','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89007,'Bunkerville','NV','36.766887','-114.132980',-8,1); -INSERT INTO zipcodes VALUES (89008,'Caliente','NV','37.488849','-114.453740',-8,1); -INSERT INTO zipcodes VALUES (89009,'Henderson','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89010,'Dyer','NV','37.751707','-118.085920',-8,1); -INSERT INTO zipcodes VALUES (89011,'Henderson','NV','36.121607','-114.925140',-8,1); -INSERT INTO zipcodes VALUES (89012,'Henderson','NV','36.017578','-115.054380',-8,1); -INSERT INTO zipcodes VALUES (89013,'Goldfield','NV','37.571495','-117.315070',-8,1); -INSERT INTO zipcodes VALUES (89014,'Henderson','NV','36.045811','-115.077800',-8,1); -INSERT INTO zipcodes VALUES (89015,'Henderson','NV','36.030927','-114.967870',-8,1); -INSERT INTO zipcodes VALUES (89016,'Henderson','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89017,'Hiko','NV','37.592182','-115.286760',-8,1); -INSERT INTO zipcodes VALUES (89018,'Indian Springs','NV','36.573712','-115.670240',-8,1); -INSERT INTO zipcodes VALUES (89019,'Jean','NV','35.801952','-115.578190',-8,1); -INSERT INTO zipcodes VALUES (89020,'Amargosa Valley','NV','36.525130','-116.461730',-8,1); -INSERT INTO zipcodes VALUES (89021,'Logandale','NV','36.616546','-114.471840',-8,1); -INSERT INTO zipcodes VALUES (89022,'Manhattan','NV','38.738647','-117.078900',-8,1); -INSERT INTO zipcodes VALUES (89023,'Mercury','NV','37.583805','-116.598559',-8,1); -INSERT INTO zipcodes VALUES (89024,'Mesquite','AZ','36.789432','-114.010420',-7,0); -INSERT INTO zipcodes VALUES (89025,'Moapa','NV','36.674946','-114.664880',-8,1); -INSERT INTO zipcodes VALUES (89026,'Jean','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89027,'Mesquite','NV','36.804651','-114.087490',-8,1); -INSERT INTO zipcodes VALUES (89028,'Laughlin','NV','35.013978','-114.644700',-8,1); -INSERT INTO zipcodes VALUES (89029,'Laughlin','NV','35.138674','-114.628750',-8,1); -INSERT INTO zipcodes VALUES (89030,'North Las Vegas','NV','36.206419','-115.123180',-8,1); -INSERT INTO zipcodes VALUES (89031,'North Las Vegas','NV','36.256479','-115.161390',-8,1); -INSERT INTO zipcodes VALUES (89032,'North Las Vegas','NV','36.224218','-115.176300',-8,1); -INSERT INTO zipcodes VALUES (89033,'North Las Vegas','NV','36.284511','-115.134488',-8,1); -INSERT INTO zipcodes VALUES (89036,'North Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89039,'Cal Nev Ari','NV','35.282990','-114.872990',-8,1); -INSERT INTO zipcodes VALUES (89040,'Overton','NV','36.540495','-114.454780',-8,1); -INSERT INTO zipcodes VALUES (89041,'Pahrump','NV','36.655797','-116.004795',-8,1); -INSERT INTO zipcodes VALUES (89042,'Panaca','NV','37.785734','-114.383990',-8,1); -INSERT INTO zipcodes VALUES (89043,'Pioche','NV','38.122239','-114.403180',-8,1); -INSERT INTO zipcodes VALUES (89045,'Round Mountain','NV','37.583805','-116.598559',-8,1); -INSERT INTO zipcodes VALUES (89046,'Searchlight','NV','35.525338','-114.911490',-8,1); -INSERT INTO zipcodes VALUES (89047,'Silverpeak','NV','37.751386','-117.642250',-8,1); -INSERT INTO zipcodes VALUES (89048,'Pahrump','NV','36.218341','-116.009940',-8,1); -INSERT INTO zipcodes VALUES (89049,'Tonopah','NV','38.307931','-116.927790',-8,1); -INSERT INTO zipcodes VALUES (89052,'Henderson','NV','35.979863','-115.098950',-8,1); -INSERT INTO zipcodes VALUES (89053,'Henderson','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89060,'Pahrump','NV','36.264185','-116.038857',-8,1); -INSERT INTO zipcodes VALUES (89061,'Pahrump','NV','36.119299','-115.938992',-8,1); -INSERT INTO zipcodes VALUES (89070,'Indian Springs','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89074,'Henderson','NV','36.038181','-115.086999',-8,1); -INSERT INTO zipcodes VALUES (89081,'Indian Springs','NV','36.573377','-115.674671',-8,1); -INSERT INTO zipcodes VALUES (89084,'North Las Vegas','NV','36.281388','-115.148644',-8,1); -INSERT INTO zipcodes VALUES (89086,'North Las Vegas','NV','36.280940','-115.132695',-8,1); -INSERT INTO zipcodes VALUES (89101,'Las Vegas','NV','36.170220','-115.127850',-8,1); -INSERT INTO zipcodes VALUES (89102,'Las Vegas','NV','36.145303','-115.183580',-8,1); -INSERT INTO zipcodes VALUES (89103,'Las Vegas','NV','36.113211','-115.218490',-8,1); -INSERT INTO zipcodes VALUES (89104,'Las Vegas','NV','36.151108','-115.108570',-8,1); -INSERT INTO zipcodes VALUES (89106,'Las Vegas','NV','36.184219','-115.162920',-8,1); -INSERT INTO zipcodes VALUES (89107,'Las Vegas','NV','36.171219','-115.216820',-8,1); -INSERT INTO zipcodes VALUES (89108,'Las Vegas','NV','36.205718','-115.223630',-8,1); -INSERT INTO zipcodes VALUES (89109,'Las Vegas','NV','36.126038','-115.147960',-8,1); -INSERT INTO zipcodes VALUES (89110,'Las Vegas','NV','36.172744','-115.057950',-8,1); -INSERT INTO zipcodes VALUES (89111,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89112,'Las Vegas','NV','36.157764','-115.025559',-8,1); -INSERT INTO zipcodes VALUES (89113,'Las Vegas','NV','36.067495','-115.260390',-8,1); -INSERT INTO zipcodes VALUES (89114,'Las Vegas','NV','36.011339','-115.101508',-8,1); -INSERT INTO zipcodes VALUES (89115,'Las Vegas','NV','36.233655','-115.068810',-8,1); -INSERT INTO zipcodes VALUES (89116,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89117,'Las Vegas','NV','36.140974','-115.282050',-8,1); -INSERT INTO zipcodes VALUES (89118,'Las Vegas','NV','36.084361','-115.210300',-8,1); -INSERT INTO zipcodes VALUES (89119,'Las Vegas','NV','36.088922','-115.139050',-8,1); -INSERT INTO zipcodes VALUES (89120,'Las Vegas','NV','36.087623','-115.088720',-8,1); -INSERT INTO zipcodes VALUES (89121,'Las Vegas','NV','36.121972','-115.090300',-8,1); -INSERT INTO zipcodes VALUES (89122,'Las Vegas','NV','36.105240','-115.045920',-8,1); -INSERT INTO zipcodes VALUES (89123,'Las Vegas','NV','36.026532','-115.148480',-8,1); -INSERT INTO zipcodes VALUES (89124,'Las Vegas','NV','36.101538','-115.399480',-8,1); -INSERT INTO zipcodes VALUES (89125,'Las Vegas','NV','36.223528','-115.265529',-8,1); -INSERT INTO zipcodes VALUES (89126,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89127,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89128,'Las Vegas','NV','36.193501','-115.265000',-8,1); -INSERT INTO zipcodes VALUES (89129,'Las Vegas','NV','36.231139','-115.284610',-8,1); -INSERT INTO zipcodes VALUES (89130,'Las Vegas','NV','36.257531','-115.227280',-8,1); -INSERT INTO zipcodes VALUES (89131,'Las Vegas','NV','36.294596','-115.246850',-8,1); -INSERT INTO zipcodes VALUES (89132,'Las Vegas','NV','36.018981','-115.151937',-8,1); -INSERT INTO zipcodes VALUES (89133,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89134,'Las Vegas','NV','36.204548','-115.312070',-8,1); -INSERT INTO zipcodes VALUES (89135,'Las Vegas','NV','36.131341','-115.323310',-8,1); -INSERT INTO zipcodes VALUES (89136,'Summerlin South','NV','36.129519','-115.322782',-8,1); -INSERT INTO zipcodes VALUES (89137,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89138,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89139,'Las Vegas','NV','36.031873','-115.203420',-8,1); -INSERT INTO zipcodes VALUES (89141,'Las Vegas','NV','35.998778','-115.195880',-8,1); -INSERT INTO zipcodes VALUES (89142,'Las Vegas','NV','36.148417','-115.047670',-8,1); -INSERT INTO zipcodes VALUES (89143,'Las Vegas','NV','36.326315','-115.257880',-8,1); -INSERT INTO zipcodes VALUES (89144,'Las Vegas','NV','36.181142','-115.325570',-8,1); -INSERT INTO zipcodes VALUES (89145,'Las Vegas','NV','36.167731','-115.267910',-8,1); -INSERT INTO zipcodes VALUES (89146,'Las Vegas','NV','36.141119','-115.224930',-8,1); -INSERT INTO zipcodes VALUES (89147,'Las Vegas','NV','36.113059','-115.273430',-8,1); -INSERT INTO zipcodes VALUES (89148,'Las Vegas','NV','36.049095','-115.284850',-8,1); -INSERT INTO zipcodes VALUES (89149,'Las Vegas','NV','36.266266','-115.286560',-8,1); -INSERT INTO zipcodes VALUES (89150,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89151,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89152,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89153,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89154,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89155,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89156,'Las Vegas','NV','36.201612','-115.033580',-8,1); -INSERT INTO zipcodes VALUES (89158,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89159,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89160,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89163,'The Lakes','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89164,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89170,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89173,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89177,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89180,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89185,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89191,'Nellis AFB','NV','36.370315','-115.231280',-8,1); -INSERT INTO zipcodes VALUES (89193,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89195,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89199,'Las Vegas','NV','35.927901','-114.972061',-8,1); -INSERT INTO zipcodes VALUES (89301,'Ely','NV','39.282855','-114.920800',-8,1); -INSERT INTO zipcodes VALUES (89310,'Austin','NV','39.748753','-117.011520',-8,1); -INSERT INTO zipcodes VALUES (89311,'Baker','NV','38.941805','-114.125920',-8,1); -INSERT INTO zipcodes VALUES (89314,'Duckwater','NV','38.944921','-115.707490',-8,1); -INSERT INTO zipcodes VALUES (89315,'Ely','NV','39.332636','-114.824507',-8,1); -INSERT INTO zipcodes VALUES (89316,'Eureka','NV','39.717627','-116.029440',-8,1); -INSERT INTO zipcodes VALUES (89317,'Lund','NV','38.835421','-115.026280',-8,1); -INSERT INTO zipcodes VALUES (89318,'McGill','NV','39.416300','-114.776240',-8,1); -INSERT INTO zipcodes VALUES (89319,'Ruth','NV','39.342631','-114.885945',-8,1); -INSERT INTO zipcodes VALUES (89402,'Crystal Bay','NV','39.239457','-119.971133',-8,1); -INSERT INTO zipcodes VALUES (89403,'Dayton','NV','39.254680','-119.514940',-8,1); -INSERT INTO zipcodes VALUES (89404,'Denio','NV','41.826461','-118.712950',-8,1); -INSERT INTO zipcodes VALUES (89405,'Empire','NV','40.555197','-119.350930',-8,1); -INSERT INTO zipcodes VALUES (89406,'Fallon','NV','39.461072','-118.693060',-8,1); -INSERT INTO zipcodes VALUES (89407,'Fallon','NV','39.525628','-118.842431',-8,1); -INSERT INTO zipcodes VALUES (89408,'Fernley','NV','39.617711','-119.173740',-8,1); -INSERT INTO zipcodes VALUES (89409,'Gabbs','NV','38.872139','-117.781940',-8,1); -INSERT INTO zipcodes VALUES (89410,'Gardnerville','NV','38.878641','-119.697530',-8,1); -INSERT INTO zipcodes VALUES (89411,'Genoa','NV','39.012361','-119.832880',-8,1); -INSERT INTO zipcodes VALUES (89412,'Gerlach','NV','40.652505','-119.356505',-8,1); -INSERT INTO zipcodes VALUES (89413,'Glenbrook','NV','39.083284','-119.939640',-8,1); -INSERT INTO zipcodes VALUES (89414,'Golconda','NV','40.926644','-117.317060',-8,1); -INSERT INTO zipcodes VALUES (89415,'Hawthorne','NV','38.505507','-118.703420',-8,1); -INSERT INTO zipcodes VALUES (89418,'Imlay','NV','40.700131','-118.114730',-8,1); -INSERT INTO zipcodes VALUES (89419,'Lovelock','NV','40.216720','-118.394750',-8,1); -INSERT INTO zipcodes VALUES (89420,'Luning','NV','38.555308','-118.218180',-8,1); -INSERT INTO zipcodes VALUES (89421,'McDermitt','NV','41.953624','-117.725010',-8,1); -INSERT INTO zipcodes VALUES (89422,'Mina','NV','38.271173','-118.195130',-8,1); -INSERT INTO zipcodes VALUES (89423,'Minden','NV','39.009564','-119.755570',-8,1); -INSERT INTO zipcodes VALUES (89424,'Nixon','NV','39.835829','-119.356340',-8,1); -INSERT INTO zipcodes VALUES (89425,'Orovada','NV','41.656001','-117.955380',-8,1); -INSERT INTO zipcodes VALUES (89426,'Paradise Valley','NV','41.596722','-117.402320',-8,1); -INSERT INTO zipcodes VALUES (89427,'Schurz','NV','38.966064','-118.678480',-8,1); -INSERT INTO zipcodes VALUES (89428,'Silver City','NV','39.262835','-119.640830',-8,1); -INSERT INTO zipcodes VALUES (89429,'Silver Springs','NV','39.367838','-119.246180',-8,1); -INSERT INTO zipcodes VALUES (89430,'Smith','NV','38.784128','-119.316970',-8,1); -INSERT INTO zipcodes VALUES (89431,'Sparks','NV','39.542711','-119.754450',-8,1); -INSERT INTO zipcodes VALUES (89432,'Sparks','NV','40.541218','-119.586934',-8,1); -INSERT INTO zipcodes VALUES (89433,'Sun Valley','NV','39.592180','-119.774670',-8,1); -INSERT INTO zipcodes VALUES (89434,'Sparks','NV','39.544183','-119.700030',-8,1); -INSERT INTO zipcodes VALUES (89435,'Sparks','NV','40.541218','-119.586934',-8,1); -INSERT INTO zipcodes VALUES (89436,'Sparks','NV','39.624698','-119.705850',-8,1); -INSERT INTO zipcodes VALUES (89438,'Valmy','NV','41.263287','-118.174506',-8,1); -INSERT INTO zipcodes VALUES (89439,'Verdi','CA','39.523693','-120.030120',-8,1); -INSERT INTO zipcodes VALUES (89440,'Virginia City','NV','39.298192','-119.653510',-8,1); -INSERT INTO zipcodes VALUES (89442,'Wadsworth','NV','39.659593','-119.305270',-8,1); -INSERT INTO zipcodes VALUES (89444,'Wellington','NV','38.738712','-119.345850',-8,1); -INSERT INTO zipcodes VALUES (89445,'Winnemucca','NV','41.029510','-117.944020',-8,1); -INSERT INTO zipcodes VALUES (89446,'Winnemucca','NV','41.076358','-117.760165',-8,1); -INSERT INTO zipcodes VALUES (89447,'Yerington','NV','38.946750','-119.115440',-8,1); -INSERT INTO zipcodes VALUES (89448,'Zephyr Cove','NV','39.006963','-119.947620',-8,1); -INSERT INTO zipcodes VALUES (89449,'Stateline','NV','38.968383','-119.913640',-8,1); -INSERT INTO zipcodes VALUES (89450,'Incline Village','NV','39.256357','-119.946371',-8,1); -INSERT INTO zipcodes VALUES (89451,'Incline Village','NV','39.245257','-119.952040',-8,1); -INSERT INTO zipcodes VALUES (89452,'Incline Village','NV','39.259103','-119.956585',-8,1); -INSERT INTO zipcodes VALUES (89460,'Gardnerville Ranchos','NV','38.903324','-119.763147',-8,1); -INSERT INTO zipcodes VALUES (89496,'Fallon','NV','39.537979','-118.343592',-8,1); -INSERT INTO zipcodes VALUES (89501,'Reno','NV','39.526160','-119.813670',-8,1); -INSERT INTO zipcodes VALUES (89502,'Reno','NV','39.499862','-119.774970',-8,1); -INSERT INTO zipcodes VALUES (89503,'Reno','NV','39.536360','-119.837300',-8,1); -INSERT INTO zipcodes VALUES (89504,'Reno','NV','40.541218','-119.586934',-8,1); -INSERT INTO zipcodes VALUES (89505,'Reno','NV','39.522410','-119.835275',-8,1); -INSERT INTO zipcodes VALUES (89506,'Reno','NV','39.659801','-119.879180',-8,1); -INSERT INTO zipcodes VALUES (89507,'Reno','NV','39.542310','-119.816374',-8,1); -INSERT INTO zipcodes VALUES (89509,'Reno','NV','39.496243','-119.830720',-8,1); -INSERT INTO zipcodes VALUES (89510,'Reno','NV','39.871070','-119.713130',-8,1); -INSERT INTO zipcodes VALUES (89511,'Reno','NV','39.403178','-119.760600',-8,1); -INSERT INTO zipcodes VALUES (89512,'Reno','NV','39.546410','-119.796640',-8,1); -INSERT INTO zipcodes VALUES (89513,'Reno','NV','39.631922','-119.293722',-8,1); -INSERT INTO zipcodes VALUES (89515,'Reno','NV','40.541218','-119.586934',-8,1); -INSERT INTO zipcodes VALUES (89520,'Reno','NV','40.541218','-119.586934',-8,1); -INSERT INTO zipcodes VALUES (89521,'Reno','NV','39.395387','-119.727350',-8,1); -INSERT INTO zipcodes VALUES (89523,'Reno','NV','39.523088','-119.898080',-8,1); -INSERT INTO zipcodes VALUES (89533,'Reno','NV','39.543941','-119.906109',-8,1); -INSERT INTO zipcodes VALUES (89557,'Reno','NV','40.541218','-119.586934',-8,1); -INSERT INTO zipcodes VALUES (89564,'Reno','NV','40.541218','-119.586934',-8,1); -INSERT INTO zipcodes VALUES (89570,'Reno','NV','40.541218','-119.586934',-8,1); -INSERT INTO zipcodes VALUES (89595,'Reno','NV','40.541218','-119.586934',-8,1); -INSERT INTO zipcodes VALUES (89599,'Reno','NV','40.541218','-119.586934',-8,1); -INSERT INTO zipcodes VALUES (89701,'Carson City','NV','39.147877','-119.745360',-8,1); -INSERT INTO zipcodes VALUES (89702,'Carson City','NV','39.135503','-119.758750',-8,1); -INSERT INTO zipcodes VALUES (89703,'Carson City','NV','39.164966','-119.793820',-8,1); -INSERT INTO zipcodes VALUES (89704,'Washoe Valley','NV','39.275210','-119.790800',-8,1); -INSERT INTO zipcodes VALUES (89705,'Carson City','NV','39.091507','-119.798960',-8,1); -INSERT INTO zipcodes VALUES (89706,'Carson City','NV','39.200035','-119.727320',-8,1); -INSERT INTO zipcodes VALUES (89710,'Carson City','NV','39.167833','-119.776409',-8,1); -INSERT INTO zipcodes VALUES (89711,'Carson City','NV','39.167833','-119.776409',-8,1); -INSERT INTO zipcodes VALUES (89712,'Carson City','NV','39.167833','-119.776409',-8,1); -INSERT INTO zipcodes VALUES (89713,'Carson City','NV','39.167833','-119.776409',-8,1); -INSERT INTO zipcodes VALUES (89714,'Carson City','NV','39.167833','-119.776409',-8,1); -INSERT INTO zipcodes VALUES (89721,'Carson City','NV','39.167833','-119.776409',-8,1); -INSERT INTO zipcodes VALUES (89779,'Kingsbury','NV','38.971319','-119.922973',-8,1); -INSERT INTO zipcodes VALUES (89801,'Elko','NV','40.883028','-115.750160',-8,1); -INSERT INTO zipcodes VALUES (89802,'Elko','NV','41.059414','-115.529596',-8,1); -INSERT INTO zipcodes VALUES (89803,'Elko','NV','40.814880','-115.792410',-8,1); -INSERT INTO zipcodes VALUES (89815,'Spring Creek','NV','40.644201','-115.647450',-8,1); -INSERT INTO zipcodes VALUES (89820,'Battle Mountain','NV','40.489736','-117.086920',-8,1); -INSERT INTO zipcodes VALUES (89821,'Crescent Valley','NV','40.450972','-116.515850',-8,1); -INSERT INTO zipcodes VALUES (89822,'Carlin','NV','40.715963','-116.114260',-8,1); -INSERT INTO zipcodes VALUES (89823,'Deeth','NV','41.252236','-115.402660',-8,1); -INSERT INTO zipcodes VALUES (89824,'Halleck','NV','41.029538','-115.411300',-8,1); -INSERT INTO zipcodes VALUES (89825,'Jackpot','NV','41.890872','-114.445450',-8,1); -INSERT INTO zipcodes VALUES (89826,'Jarbidge','NV','41.905845','-115.435420',-8,1); -INSERT INTO zipcodes VALUES (89828,'Lamoille','NV','40.797270','-115.448280',-8,1); -INSERT INTO zipcodes VALUES (89830,'Montello','NV','41.247573','-114.210770',-8,1); -INSERT INTO zipcodes VALUES (89831,'Mountain City','NV','41.796309','-116.054890',-8,1); -INSERT INTO zipcodes VALUES (89832,'Owyhee','NV','41.951703','-116.177250',-8,1); -INSERT INTO zipcodes VALUES (89833,'Ruby Valley','NV','40.453542','-115.332570',-8,1); -INSERT INTO zipcodes VALUES (89834,'Tuscarora','NV','41.328852','-116.122510',-8,1); -INSERT INTO zipcodes VALUES (89835,'Wells','NV','41.208288','-114.860980',-8,1); -INSERT INTO zipcodes VALUES (89883,'West Wendover','NV','40.854751','-114.147130',-8,1); -INSERT INTO zipcodes VALUES (89912,'Gerlach-Empire','NV','40.651432','-119.357959',-8,1); -INSERT INTO zipcodes VALUES (90001,'Los Angeles','CA','33.972914','-118.248780',-8,1); -INSERT INTO zipcodes VALUES (90002,'Los Angeles','CA','33.948315','-118.248450',-8,1); -INSERT INTO zipcodes VALUES (90003,'Los Angeles','CA','33.962714','-118.276000',-8,1); -INSERT INTO zipcodes VALUES (90004,'Los Angeles','CA','34.077110','-118.307550',-8,1); -INSERT INTO zipcodes VALUES (90005,'Los Angeles','CA','34.058911','-118.308480',-8,1); -INSERT INTO zipcodes VALUES (90006,'Los Angeles','CA','34.048351','-118.294300',-8,1); -INSERT INTO zipcodes VALUES (90007,'Los Angeles','CA','34.026448','-118.282900',-8,1); -INSERT INTO zipcodes VALUES (90008,'Los Angeles','CA','34.009754','-118.337050',-8,1); -INSERT INTO zipcodes VALUES (90009,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90010,'Los Angeles','CA','34.062709','-118.314810',-8,1); -INSERT INTO zipcodes VALUES (90011,'Los Angeles','CA','34.007063','-118.258680',-8,1); -INSERT INTO zipcodes VALUES (90012,'Los Angeles','CA','34.061611','-118.239440',-8,1); -INSERT INTO zipcodes VALUES (90013,'Los Angeles','CA','34.044662','-118.242550',-8,1); -INSERT INTO zipcodes VALUES (90014,'Los Angeles','CA','34.042912','-118.251930',-8,1); -INSERT INTO zipcodes VALUES (90015,'Los Angeles','CA','34.038993','-118.265160',-8,1); -INSERT INTO zipcodes VALUES (90016,'Los Angeles','CA','34.029711','-118.352550',-8,1); -INSERT INTO zipcodes VALUES (90017,'Los Angeles','CA','34.052561','-118.264340',-8,1); -INSERT INTO zipcodes VALUES (90018,'Los Angeles','CA','34.029112','-118.318300',-8,1); -INSERT INTO zipcodes VALUES (90019,'Los Angeles','CA','34.048411','-118.340150',-8,1); -INSERT INTO zipcodes VALUES (90020,'Los Angeles','CA','34.066460','-118.308630',-8,1); -INSERT INTO zipcodes VALUES (90021,'Los Angeles','CA','34.029313','-118.241820',-8,1); -INSERT INTO zipcodes VALUES (90022,'Los Angeles','CA','34.023662','-118.155810',-8,1); -INSERT INTO zipcodes VALUES (90023,'Los Angeles','CA','34.023039','-118.202310',-8,1); -INSERT INTO zipcodes VALUES (90024,'Los Angeles','CA','34.063209','-118.436430',-8,1); -INSERT INTO zipcodes VALUES (90025,'Los Angeles','CA','34.045006','-118.445270',-8,1); -INSERT INTO zipcodes VALUES (90026,'Los Angeles','CA','34.078510','-118.265960',-8,1); -INSERT INTO zipcodes VALUES (90027,'Los Angeles','CA','34.111208','-118.288420',-8,1); -INSERT INTO zipcodes VALUES (90028,'Los Angeles','CA','34.098859','-118.327450',-8,1); -INSERT INTO zipcodes VALUES (90029,'Los Angeles','CA','34.090259','-118.294550',-8,1); -INSERT INTO zipcodes VALUES (90030,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90031,'Los Angeles','CA','34.078710','-118.216100',-8,1); -INSERT INTO zipcodes VALUES (90032,'Los Angeles','CA','34.081660','-118.175680',-8,1); -INSERT INTO zipcodes VALUES (90033,'Los Angeles','CA','34.050411','-118.211950',-8,1); -INSERT INTO zipcodes VALUES (90034,'Los Angeles','CA','34.030560','-118.398040',-8,1); -INSERT INTO zipcodes VALUES (90035,'Los Angeles','CA','34.052660','-118.385310',-8,1); -INSERT INTO zipcodes VALUES (90036,'Los Angeles','CA','34.070360','-118.349260',-8,1); -INSERT INTO zipcodes VALUES (90037,'Los Angeles','CA','34.002063','-118.287370',-8,1); -INSERT INTO zipcodes VALUES (90038,'Los Angeles','CA','34.089459','-118.328500',-8,1); -INSERT INTO zipcodes VALUES (90039,'Los Angeles','CA','34.110425','-118.258320',-8,1); -INSERT INTO zipcodes VALUES (90040,'Los Angeles','CA','33.997492','-118.152840',-8,1); -INSERT INTO zipcodes VALUES (90041,'Los Angeles','CA','34.137557','-118.207650',-8,1); -INSERT INTO zipcodes VALUES (90042,'Los Angeles','CA','34.114558','-118.192330',-8,1); -INSERT INTO zipcodes VALUES (90043,'Los Angeles','CA','33.987463','-118.334000',-8,1); -INSERT INTO zipcodes VALUES (90044,'Los Angeles','CA','33.953814','-118.291580',-8,1); -INSERT INTO zipcodes VALUES (90045,'Los Angeles','CA','33.960041','-118.394900',-8,1); -INSERT INTO zipcodes VALUES (90046,'Los Angeles','CA','34.098908','-118.362410',-8,1); -INSERT INTO zipcodes VALUES (90047,'Los Angeles','CA','33.958464','-118.309980',-8,1); -INSERT INTO zipcodes VALUES (90048,'Los Angeles','CA','34.073759','-118.373760',-8,1); -INSERT INTO zipcodes VALUES (90049,'Los Angeles','CA','34.067409','-118.475280',-8,1); -INSERT INTO zipcodes VALUES (90050,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90051,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90052,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90053,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90054,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90055,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90056,'Los Angeles','CA','33.986212','-118.370990',-8,1); -INSERT INTO zipcodes VALUES (90057,'Los Angeles','CA','34.061911','-118.276870',-8,1); -INSERT INTO zipcodes VALUES (90058,'Los Angeles','CA','34.000219','-118.226050',-8,1); -INSERT INTO zipcodes VALUES (90059,'Los Angeles','CA','33.927471','-118.247780',-8,1); -INSERT INTO zipcodes VALUES (90060,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90061,'Los Angeles','CA','33.923365','-118.275910',-8,1); -INSERT INTO zipcodes VALUES (90062,'Los Angeles','CA','34.003213','-118.307800',-8,1); -INSERT INTO zipcodes VALUES (90063,'Los Angeles','CA','34.045161','-118.186500',-8,1); -INSERT INTO zipcodes VALUES (90064,'Los Angeles','CA','34.034570','-118.428430',-8,1); -INSERT INTO zipcodes VALUES (90065,'Los Angeles','CA','34.107559','-118.226630',-8,1); -INSERT INTO zipcodes VALUES (90066,'Los Angeles','CA','34.002011','-118.430830',-8,1); -INSERT INTO zipcodes VALUES (90067,'Los Angeles','CA','34.056709','-118.411830',-8,1); -INSERT INTO zipcodes VALUES (90068,'Los Angeles','CA','34.122058','-118.337900',-8,1); -INSERT INTO zipcodes VALUES (90069,'West Hollywood','CA','34.090975','-118.381300',-8,1); -INSERT INTO zipcodes VALUES (90070,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90071,'Los Angeles','CA','34.052709','-118.255900',-8,1); -INSERT INTO zipcodes VALUES (90072,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90073,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90074,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90075,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90076,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90077,'Los Angeles','CA','34.101007','-118.450770',-8,1); -INSERT INTO zipcodes VALUES (90078,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90079,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90080,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90081,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90082,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90083,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90084,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90086,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90087,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90088,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90089,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90091,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90093,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90094,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90095,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90096,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90097,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90099,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90101,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90102,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90103,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90174,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90185,'Los Angeles','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90201,'Bell','CA','33.972814','-118.173850',-8,1); -INSERT INTO zipcodes VALUES (90202,'Bell Gardens','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90204,'Inglewood','CA','33.944714','-118.356908',-8,1); -INSERT INTO zipcodes VALUES (90209,'Beverly Hills','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90210,'Beverly Hills','CA','34.088808','-118.406120',-8,1); -INSERT INTO zipcodes VALUES (90211,'Beverly Hills','CA','34.066009','-118.382710',-8,1); -INSERT INTO zipcodes VALUES (90212,'Beverly Hills','CA','34.060859','-118.401910',-8,1); -INSERT INTO zipcodes VALUES (90213,'Beverly Hills','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90220,'Compton','CA','33.890566','-118.236660',-8,1); -INSERT INTO zipcodes VALUES (90221,'Compton','CA','33.893265','-118.204000',-8,1); -INSERT INTO zipcodes VALUES (90222,'Compton','CA','33.910716','-118.236240',-8,1); -INSERT INTO zipcodes VALUES (90223,'Compton','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90224,'Compton','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90230,'Culver City','CA','33.997179','-118.401450',-8,1); -INSERT INTO zipcodes VALUES (90231,'Culver City','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90232,'Culver City','CA','34.021611','-118.391680',-8,1); -INSERT INTO zipcodes VALUES (90233,'Culver City','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90239,'Downey','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90240,'Downey','CA','33.958363','-118.119870',-8,1); -INSERT INTO zipcodes VALUES (90241,'Downey','CA','33.942289','-118.129010',-8,1); -INSERT INTO zipcodes VALUES (90242,'Downey','CA','33.920180','-118.142910',-8,1); -INSERT INTO zipcodes VALUES (90245,'El Segundo','CA','33.921313','-118.408430',-8,1); -INSERT INTO zipcodes VALUES (90247,'Gardena','CA','33.891265','-118.297500',-8,1); -INSERT INTO zipcodes VALUES (90248,'Gardena','CA','33.870466','-118.288130',-8,1); -INSERT INTO zipcodes VALUES (90249,'Gardena','CA','33.899265','-118.319000',-8,1); -INSERT INTO zipcodes VALUES (90250,'Hawthorne','CA','33.914614','-118.350920',-8,1); -INSERT INTO zipcodes VALUES (90251,'Hawthorne','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90254,'Hermosa Beach','CA','33.866314','-118.399680',-8,1); -INSERT INTO zipcodes VALUES (90255,'Huntington Park','CA','33.978404','-118.217730',-8,1); -INSERT INTO zipcodes VALUES (90260,'Lawndale','CA','33.888364','-118.353550',-8,1); -INSERT INTO zipcodes VALUES (90261,'Lawndale','CA','33.895363','-118.376890',-8,1); -INSERT INTO zipcodes VALUES (90262,'Lynwood','CA','33.924642','-118.201860',-8,1); -INSERT INTO zipcodes VALUES (90263,'Malibu','CA','34.035087','-118.707520',-8,1); -INSERT INTO zipcodes VALUES (90264,'Malibu','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90265,'Malibu','CA','34.051056','-118.807680',-8,1); -INSERT INTO zipcodes VALUES (90266,'Manhattan Beach','CA','33.888980','-118.405350',-8,1); -INSERT INTO zipcodes VALUES (90267,'Manhattan Beach','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90270,'Maywood','CA','33.988813','-118.186420',-8,1); -INSERT INTO zipcodes VALUES (90272,'Pacific Palisades','CA','34.050505','-118.533740',-8,1); -INSERT INTO zipcodes VALUES (90274,'Palos Verdes Peninsula','CA','33.784099','-118.387520',-8,1); -INSERT INTO zipcodes VALUES (90275,'Rancho Palos Verdes','CA','33.758216','-118.364250',-8,1); -INSERT INTO zipcodes VALUES (90276,'Redondo Beach','CA','33.845064','-118.395107',-8,1); -INSERT INTO zipcodes VALUES (90277,'Redondo Beach','CA','33.828815','-118.383220',-8,1); -INSERT INTO zipcodes VALUES (90278,'Redondo Beach','CA','33.871214','-118.371770',-8,1); -INSERT INTO zipcodes VALUES (90280,'South Gate','CA','33.944264','-118.194900',-8,1); -INSERT INTO zipcodes VALUES (90290,'Topanga','CA','34.101447','-118.599330',-8,1); -INSERT INTO zipcodes VALUES (90291,'Venice','CA','33.992411','-118.465310',-8,1); -INSERT INTO zipcodes VALUES (90292,'Marina Del Rey','CA','33.976373','-118.454580',-8,1); -INSERT INTO zipcodes VALUES (90293,'Playa Del Rey','CA','33.957012','-118.441670',-8,1); -INSERT INTO zipcodes VALUES (90294,'Venice','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90295,'Marina Del Rey','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90296,'Playa Del Rey','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90301,'Inglewood','CA','33.955913','-118.358680',-8,1); -INSERT INTO zipcodes VALUES (90302,'Inglewood','CA','33.975263','-118.355580',-8,1); -INSERT INTO zipcodes VALUES (90303,'Inglewood','CA','33.934164','-118.332550',-8,1); -INSERT INTO zipcodes VALUES (90304,'Inglewood','CA','33.936163','-118.360760',-8,1); -INSERT INTO zipcodes VALUES (90305,'Inglewood','CA','33.960263','-118.325200',-8,1); -INSERT INTO zipcodes VALUES (90306,'Inglewood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90307,'Inglewood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90308,'Inglewood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90309,'Inglewood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90310,'Inglewood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90311,'Inglewood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90312,'Inglewood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90313,'Inglewood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90397,'Inglewood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90398,'Inglewood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90401,'Santa Monica','CA','34.014910','-118.492200',-8,1); -INSERT INTO zipcodes VALUES (90402,'Santa Monica','CA','34.036759','-118.501210',-8,1); -INSERT INTO zipcodes VALUES (90403,'Santa Monica','CA','34.032159','-118.490220',-8,1); -INSERT INTO zipcodes VALUES (90404,'Santa Monica','CA','34.026959','-118.474320',-8,1); -INSERT INTO zipcodes VALUES (90405,'Santa Monica','CA','34.009276','-118.472860',-8,1); -INSERT INTO zipcodes VALUES (90406,'Santa Monica','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90407,'Santa Monica','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90408,'Santa Monica','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90409,'Santa Monica','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90410,'Santa Monica','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90411,'Santa Monica','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90421,'Santa Monica','CA','34.010328','-118.494107',-8,1); -INSERT INTO zipcodes VALUES (90501,'Torrance','CA','33.828766','-118.313670',-8,1); -INSERT INTO zipcodes VALUES (90502,'Torrance','CA','33.833416','-118.291980',-8,1); -INSERT INTO zipcodes VALUES (90503,'Torrance','CA','33.840264','-118.355870',-8,1); -INSERT INTO zipcodes VALUES (90504,'Torrance','CA','33.870414','-118.330650',-8,1); -INSERT INTO zipcodes VALUES (90505,'Torrance','CA','33.810848','-118.350960',-8,1); -INSERT INTO zipcodes VALUES (90506,'Torrance','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90507,'Torrance','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90508,'Torrance','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90509,'Torrance','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90510,'Torrance','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90601,'Whittier','CA','34.002333','-118.035620',-8,1); -INSERT INTO zipcodes VALUES (90602,'Whittier','CA','33.967562','-118.033840',-8,1); -INSERT INTO zipcodes VALUES (90603,'Whittier','CA','33.941363','-117.994770',-8,1); -INSERT INTO zipcodes VALUES (90604,'Whittier','CA','33.929163','-118.009000',-8,1); -INSERT INTO zipcodes VALUES (90605,'Whittier','CA','33.945413','-118.033620',-8,1); -INSERT INTO zipcodes VALUES (90606,'Whittier','CA','33.978312','-118.067780',-8,1); -INSERT INTO zipcodes VALUES (90607,'Whittier','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90608,'Whittier','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90609,'Whittier','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90610,'Whittier','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90612,'Whittier','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90620,'Buena Park','CA','33.841014','-118.009690',-8,1); -INSERT INTO zipcodes VALUES (90621,'Buena Park','CA','33.875714','-117.994040',-8,1); -INSERT INTO zipcodes VALUES (90622,'Buena Park','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (90623,'La Palma','CA','33.849327','-118.043950',-8,1); -INSERT INTO zipcodes VALUES (90624,'Buena Park','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (90630,'Cypress','CA','33.817481','-118.039900',-8,1); -INSERT INTO zipcodes VALUES (90631,'La Habra','CA','33.934513','-117.951590',-8,1); -INSERT INTO zipcodes VALUES (90632,'La Habra','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (90633,'La Habra','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (90637,'La Mirada','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90638,'La Mirada','CA','33.902130','-118.009660',-8,1); -INSERT INTO zipcodes VALUES (90639,'La Mirada','CA','33.905813','-118.018247',-8,1); -INSERT INTO zipcodes VALUES (90640,'Montebello','CA','34.014212','-118.113580',-8,1); -INSERT INTO zipcodes VALUES (90650,'Norwalk','CA','33.906914','-118.083390',-8,1); -INSERT INTO zipcodes VALUES (90651,'Norwalk','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90652,'Norwalk','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90659,'Norwalk','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90660,'Pico Rivera','CA','33.989013','-118.089120',-8,1); -INSERT INTO zipcodes VALUES (90661,'Pico Rivera','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90662,'Pico Rivera','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90665,'Pico Rivera','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90670,'Santa Fe Springs','CA','33.933551','-118.068210',-8,1); -INSERT INTO zipcodes VALUES (90671,'Santa Fe Springs','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90680,'Stanton','CA','33.803565','-117.995960',-8,1); -INSERT INTO zipcodes VALUES (90701,'Artesia','CA','33.867215','-118.080620',-8,1); -INSERT INTO zipcodes VALUES (90702,'Artesia','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90703,'Cerritos','CA','33.868314','-118.067540',-8,1); -INSERT INTO zipcodes VALUES (90704,'Avalon','CA','33.368642','-118.408350',-8,1); -INSERT INTO zipcodes VALUES (90706,'Bellflower','CA','33.888165','-118.127600',-8,1); -INSERT INTO zipcodes VALUES (90707,'Bellflower','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90710,'Harbor City','CA','33.797317','-118.300650',-8,1); -INSERT INTO zipcodes VALUES (90711,'Lakewood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90712,'Lakewood','CA','33.851965','-118.146800',-8,1); -INSERT INTO zipcodes VALUES (90713,'Lakewood','CA','33.847265','-118.113370',-8,1); -INSERT INTO zipcodes VALUES (90714,'Lakewood','CA','33.851215','-118.133900',-8,1); -INSERT INTO zipcodes VALUES (90715,'Lakewood','CA','33.840965','-118.077750',-8,1); -INSERT INTO zipcodes VALUES (90716,'Hawaiian Gardens','CA','33.828565','-118.073640',-8,1); -INSERT INTO zipcodes VALUES (90717,'Lomita','CA','33.793384','-118.316110',-8,1); -INSERT INTO zipcodes VALUES (90720,'Los Alamitos','CA','33.794028','-118.072180',-8,1); -INSERT INTO zipcodes VALUES (90721,'Los Alamitos','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (90723,'Paramount','CA','33.899915','-118.162310',-8,1); -INSERT INTO zipcodes VALUES (90731,'San Pedro','CA','33.732368','-118.289050',-8,1); -INSERT INTO zipcodes VALUES (90732,'San Pedro','CA','33.736718','-118.311230',-8,1); -INSERT INTO zipcodes VALUES (90733,'San Pedro','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90734,'San Pedro','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90740,'Seal Beach','CA','33.759283','-118.082390',-8,1); -INSERT INTO zipcodes VALUES (90742,'Sunset Beach','CA','33.718167','-118.071790',-8,1); -INSERT INTO zipcodes VALUES (90743,'Surfside','CA','33.729750','-118.086300',-8,1); -INSERT INTO zipcodes VALUES (90744,'Wilmington','CA','33.784018','-118.258970',-8,1); -INSERT INTO zipcodes VALUES (90745,'Carson','CA','33.823765','-118.266800',-8,1); -INSERT INTO zipcodes VALUES (90746,'Carson','CA','33.857416','-118.256330',-8,1); -INSERT INTO zipcodes VALUES (90747,'Carson','CA','33.867138','-118.253825',-8,1); -INSERT INTO zipcodes VALUES (90748,'Wilmington','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90749,'Carson','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90755,'Long Beach','CA','33.801783','-118.168691',-8,1); -INSERT INTO zipcodes VALUES (90774,'Los Angeles','CA','33.783038','-118.238683',-8,1); -INSERT INTO zipcodes VALUES (90801,'Long Beach','CA','33.804309','-118.200957',-8,1); -INSERT INTO zipcodes VALUES (90802,'Long Beach','CA','33.769018','-118.192250',-8,1); -INSERT INTO zipcodes VALUES (90803,'Long Beach','CA','33.761117','-118.129860',-8,1); -INSERT INTO zipcodes VALUES (90804,'Long Beach','CA','33.783467','-118.151820',-8,1); -INSERT INTO zipcodes VALUES (90805,'Long Beach','CA','33.865916','-118.183620',-8,1); -INSERT INTO zipcodes VALUES (90806,'Long Beach','CA','33.801767','-118.185800',-8,1); -INSERT INTO zipcodes VALUES (90807,'Long Beach','CA','33.828366','-118.182350',-8,1); -INSERT INTO zipcodes VALUES (90808,'Long Beach','CA','33.823316','-118.113290',-8,1); -INSERT INTO zipcodes VALUES (90809,'Long Beach','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90810,'Long Beach','CA','33.816217','-118.214950',-8,1); -INSERT INTO zipcodes VALUES (90813,'Long Beach','CA','33.781011','-118.191970',-8,1); -INSERT INTO zipcodes VALUES (90814,'Long Beach','CA','33.771167','-118.144820',-8,1); -INSERT INTO zipcodes VALUES (90815,'Long Beach','CA','33.795049','-118.118240',-8,1); -INSERT INTO zipcodes VALUES (90822,'Long Beach','CA','33.776094','-118.118480',-8,1); -INSERT INTO zipcodes VALUES (90831,'Long Beach','CA','33.767817','-118.199401',-8,1); -INSERT INTO zipcodes VALUES (90832,'Long Beach','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90833,'Long Beach','CA','33.767817','-118.199401',-8,1); -INSERT INTO zipcodes VALUES (90834,'Long Beach','CA','33.767817','-118.199401',-8,1); -INSERT INTO zipcodes VALUES (90835,'Long Beach','CA','33.767817','-118.199401',-8,1); -INSERT INTO zipcodes VALUES (90840,'Long Beach','CA','33.784266','-118.115698',-8,1); -INSERT INTO zipcodes VALUES (90842,'Long Beach','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90844,'Long Beach','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90845,'Long Beach','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90846,'Long Beach','CA','33.824918','-118.150352',-8,1); -INSERT INTO zipcodes VALUES (90847,'Long Beach','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90848,'Long Beach','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90853,'Long Beach','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (90879,'Rancho Palos Verdes','CA','33.769667','-118.313405',-8,1); -INSERT INTO zipcodes VALUES (90888,'Long Beach','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91001,'Altadena','CA','34.192102','-118.142060',-8,1); -INSERT INTO zipcodes VALUES (91003,'Altadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91006,'Arcadia','CA','34.134057','-118.026620',-8,1); -INSERT INTO zipcodes VALUES (91007,'Arcadia','CA','34.126957','-118.052160',-8,1); -INSERT INTO zipcodes VALUES (91009,'Duarte','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91010,'Duarte','CA','34.137707','-117.965690',-8,1); -INSERT INTO zipcodes VALUES (91011,'La Canada Flintridge','CA','34.211171','-118.197760',-8,1); -INSERT INTO zipcodes VALUES (91012,'La Canada Flintridge','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91016,'Monrovia','CA','34.140806','-118.001840',-8,1); -INSERT INTO zipcodes VALUES (91017,'Monrovia','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91020,'Montrose','CA','34.211494','-118.231040',-8,1); -INSERT INTO zipcodes VALUES (91021,'Montrose','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91023,'Mount Wilson','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91024,'Sierra Madre','CA','34.164806','-118.050900',-8,1); -INSERT INTO zipcodes VALUES (91025,'Sierra Madre','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91030,'South Pasadena','CA','34.112958','-118.155770',-8,1); -INSERT INTO zipcodes VALUES (91031,'South Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91040,'Sunland','CA','34.261221','-118.318870',-8,1); -INSERT INTO zipcodes VALUES (91041,'Sunland','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91042,'Tujunga','CA','34.256952','-118.284530',-8,1); -INSERT INTO zipcodes VALUES (91043,'Tujunga','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91046,'Verdugo City','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91050,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91051,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91066,'Arcadia','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91077,'Arcadia','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91101,'Pasadena','CA','34.146607','-118.139100',-8,1); -INSERT INTO zipcodes VALUES (91102,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91103,'Pasadena','CA','34.166706','-118.159000',-8,1); -INSERT INTO zipcodes VALUES (91104,'Pasadena','CA','34.169356','-118.123920',-8,1); -INSERT INTO zipcodes VALUES (91105,'Pasadena','CA','34.137857','-118.163290',-8,1); -INSERT INTO zipcodes VALUES (91106,'Pasadena','CA','34.142557','-118.127150',-8,1); -INSERT INTO zipcodes VALUES (91107,'Pasadena','CA','34.151066','-118.089740',-8,1); -INSERT INTO zipcodes VALUES (91108,'San Marino','CA','34.122658','-118.112960',-8,1); -INSERT INTO zipcodes VALUES (91109,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91110,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91114,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91115,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91116,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91117,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91118,'San Marino','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91121,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91123,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91124,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91125,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91126,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91129,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91131,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91175,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91182,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91184,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91185,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91186,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91187,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91188,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91189,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91191,'Pasadena','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91201,'Glendale','CA','34.170130','-118.291580',-8,1); -INSERT INTO zipcodes VALUES (91202,'Glendale','CA','34.166567','-118.269940',-8,1); -INSERT INTO zipcodes VALUES (91203,'Glendale','CA','34.152757','-118.265800',-8,1); -INSERT INTO zipcodes VALUES (91204,'Glendale','CA','34.135259','-118.259480',-8,1); -INSERT INTO zipcodes VALUES (91205,'Glendale','CA','34.138514','-118.243000',-8,1); -INSERT INTO zipcodes VALUES (91206,'Glendale','CA','34.156674','-118.229370',-8,1); -INSERT INTO zipcodes VALUES (91207,'Glendale','CA','34.165373','-118.245320',-8,1); -INSERT INTO zipcodes VALUES (91208,'Glendale','CA','34.189605','-118.228570',-8,1); -INSERT INTO zipcodes VALUES (91209,'Glendale','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91210,'Glendale','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91214,'La Crescenta','CA','34.232003','-118.247530',-8,1); -INSERT INTO zipcodes VALUES (91221,'Glendale','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91222,'Glendale','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91224,'La Crescenta','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91225,'Glendale','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91226,'Glendale','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91301,'Agoura Hills','CA','34.139536','-118.760700',-8,1); -INSERT INTO zipcodes VALUES (91302,'Calabasas','CA','34.133513','-118.664640',-8,1); -INSERT INTO zipcodes VALUES (91303,'Canoga Park','CA','34.198204','-118.602060',-8,1); -INSERT INTO zipcodes VALUES (91304,'Canoga Park','CA','34.218654','-118.625380',-8,1); -INSERT INTO zipcodes VALUES (91305,'Canoga Park','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91306,'Winnetka','CA','34.209407','-118.577350',-8,1); -INSERT INTO zipcodes VALUES (91307,'West Hills','CA','34.197737','-118.647970',-8,1); -INSERT INTO zipcodes VALUES (91308,'West Hills','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91309,'Canoga Park','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91310,'Castaic','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91311,'Chatsworth','CA','34.259052','-118.594260',-8,1); -INSERT INTO zipcodes VALUES (91312,'Chatsworth','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91313,'Chatsworth','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91316,'Encino','CA','34.168753','-118.516360',-8,1); -INSERT INTO zipcodes VALUES (91319,'Newbury Park','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (91320,'Newbury Park','CA','34.175038','-118.939560',-8,1); -INSERT INTO zipcodes VALUES (91321,'Newhall','CA','34.377782','-118.514890',-8,1); -INSERT INTO zipcodes VALUES (91322,'Newhall','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91324,'Northridge','CA','34.240353','-118.550380',-8,1); -INSERT INTO zipcodes VALUES (91325,'Northridge','CA','34.235055','-118.517660',-8,1); -INSERT INTO zipcodes VALUES (91326,'Northridge','CA','34.276154','-118.545810',-8,1); -INSERT INTO zipcodes VALUES (91327,'Northridge','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91328,'Northridge','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91329,'Northridge','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91330,'Northridge','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91331,'Pacoima','CA','34.254751','-118.424060',-8,1); -INSERT INTO zipcodes VALUES (91333,'Pacoima','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91334,'Pacoima','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91335,'Reseda','CA','34.200104','-118.540990',-8,1); -INSERT INTO zipcodes VALUES (91337,'Reseda','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91340,'San Fernando','CA','34.284935','-118.438210',-8,1); -INSERT INTO zipcodes VALUES (91341,'San Fernando','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91342,'Sylmar','CA','34.307877','-118.429040',-8,1); -INSERT INTO zipcodes VALUES (91343,'North Hills','CA','34.239503','-118.482240',-8,1); -INSERT INTO zipcodes VALUES (91344,'Granada Hills','CA','34.277648','-118.500470',-8,1); -INSERT INTO zipcodes VALUES (91345,'Mission Hills','CA','34.264635','-118.459610',-8,1); -INSERT INTO zipcodes VALUES (91346,'Mission Hills','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91350,'Santa Clarita','CA','34.481172','-118.428210',-8,1); -INSERT INTO zipcodes VALUES (91351,'Canyon Country','CA','34.424794','-118.445130',-8,1); -INSERT INTO zipcodes VALUES (91352,'Sun Valley','CA','34.224089','-118.375630',-8,1); -INSERT INTO zipcodes VALUES (91353,'Sun Valley','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91354,'Valencia','CA','34.445313','-118.552520',-8,1); -INSERT INTO zipcodes VALUES (91355,'Valencia','CA','34.406519','-118.562140',-8,1); -INSERT INTO zipcodes VALUES (91356,'Tarzana','CA','34.164255','-118.544720',-8,1); -INSERT INTO zipcodes VALUES (91357,'Tarzana','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91358,'Thousand Oaks','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (91359,'Westlake Village','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (91360,'Thousand Oaks','CA','34.208837','-118.873480',-8,1); -INSERT INTO zipcodes VALUES (91361,'Westlake Village','CA','34.143480','-118.856080',-8,1); -INSERT INTO zipcodes VALUES (91362,'Thousand Oaks','CA','34.190804','-118.837040',-8,1); -INSERT INTO zipcodes VALUES (91363,'Westlake Village','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91364,'Woodland Hills','CA','34.158214','-118.600610',-8,1); -INSERT INTO zipcodes VALUES (91365,'Woodland Hills','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91367,'Woodland Hills','CA','34.176238','-118.619920',-8,1); -INSERT INTO zipcodes VALUES (91371,'Woodland Hills','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91372,'Calabasas','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91376,'Agoura Hills','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91377,'Oak Park','CA','34.182875','-118.768930',-8,1); -INSERT INTO zipcodes VALUES (91380,'Santa Clarita','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91381,'Stevenson Ranch','CA','34.384663','-118.587040',-8,1); -INSERT INTO zipcodes VALUES (91382,'Santa Clarita','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91383,'Santa Clarita','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91384,'Castaic','CA','34.478797','-118.652550',-8,1); -INSERT INTO zipcodes VALUES (91385,'Valencia','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91386,'Canyon Country','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91387,'Santa Clarita','CA','34.421537','-118.419181',-8,1); -INSERT INTO zipcodes VALUES (91388,'Van Nuys','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91390,'Santa Clarita','CA','34.490004','-118.300826',-8,1); -INSERT INTO zipcodes VALUES (91392,'Sylmar','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91393,'North Hills','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91394,'Granada Hills','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91395,'Mission Hills','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91396,'Winnetka','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91399,'Woodland Hills','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91401,'Van Nuys','CA','34.176505','-118.433080',-8,1); -INSERT INTO zipcodes VALUES (91402,'Panorama City','CA','34.223753','-118.443220',-8,1); -INSERT INTO zipcodes VALUES (91403,'Sherman Oaks','CA','34.152513','-118.463960',-8,1); -INSERT INTO zipcodes VALUES (91404,'Van Nuys','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91405,'Van Nuys','CA','34.199704','-118.447240',-8,1); -INSERT INTO zipcodes VALUES (91406,'Van Nuys','CA','34.201491','-118.493760',-8,1); -INSERT INTO zipcodes VALUES (91407,'Van Nuys','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91408,'Van Nuys','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91409,'Van Nuys','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91410,'Van Nuys','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91411,'Van Nuys','CA','34.178305','-118.458580',-8,1); -INSERT INTO zipcodes VALUES (91412,'Panorama City','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91413,'Sherman Oaks','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91416,'Encino','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91423,'Sherman Oaks','CA','34.153628','-118.432220',-8,1); -INSERT INTO zipcodes VALUES (91426,'Encino','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91436,'Encino','CA','34.155625','-118.489250',-8,1); -INSERT INTO zipcodes VALUES (91470,'Van Nuys','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91482,'Van Nuys','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91495,'Sherman Oaks','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91496,'Van Nuys','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91497,'Van Nuys','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91499,'Van Nuys','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91501,'Burbank','CA','34.186755','-118.301530',-8,1); -INSERT INTO zipcodes VALUES (91502,'Burbank','CA','34.177606','-118.309540',-8,1); -INSERT INTO zipcodes VALUES (91503,'Burbank','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91504,'Burbank','CA','34.201254','-118.329930',-8,1); -INSERT INTO zipcodes VALUES (91505,'Burbank','CA','34.166906','-118.343660',-8,1); -INSERT INTO zipcodes VALUES (91506,'Burbank','CA','34.169663','-118.323640',-8,1); -INSERT INTO zipcodes VALUES (91507,'Burbank','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91508,'Burbank','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91510,'Burbank','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91521,'Burbank','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91522,'Burbank','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91523,'Burbank','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91526,'Burbank','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91601,'North Hollywood','CA','34.168206','-118.372460',-8,1); -INSERT INTO zipcodes VALUES (91602,'North Hollywood','CA','34.152476','-118.368410',-8,1); -INSERT INTO zipcodes VALUES (91603,'North Hollywood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91604,'Studio City','CA','34.143856','-118.394290',-8,1); -INSERT INTO zipcodes VALUES (91605,'North Hollywood','CA','34.208142','-118.401100',-8,1); -INSERT INTO zipcodes VALUES (91606,'North Hollywood','CA','34.185698','-118.388360',-8,1); -INSERT INTO zipcodes VALUES (91607,'Valley Village','CA','34.165706','-118.399860',-8,1); -INSERT INTO zipcodes VALUES (91608,'Universal City','CA','34.139397','-118.350340',-8,1); -INSERT INTO zipcodes VALUES (91609,'North Hollywood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91610,'Toluca Lake','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91611,'North Hollywood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91612,'North Hollywood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91614,'Studio City','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91615,'North Hollywood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91616,'North Hollywood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91617,'Valley Village','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91618,'North Hollywood','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91671,'Los Angeles','CA','34.175205','-118.382212',-8,1); -INSERT INTO zipcodes VALUES (91701,'Alta Loma','CA','34.131659','-117.592400',-8,1); -INSERT INTO zipcodes VALUES (91702,'Azusa','CA','34.128907','-117.903090',-8,1); -INSERT INTO zipcodes VALUES (91706,'Baldwin Park','CA','34.087108','-117.969660',-8,1); -INSERT INTO zipcodes VALUES (91708,'Chino','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (91709,'Chino Hills','CA','33.975267','-117.723050',-8,1); -INSERT INTO zipcodes VALUES (91710,'Chino','CA','34.015963','-117.687370',-8,1); -INSERT INTO zipcodes VALUES (91711,'Claremont','CA','34.110009','-117.719730',-8,1); -INSERT INTO zipcodes VALUES (91714,'City Of Industry','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91715,'City Of Industry','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91716,'City Of Industry','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91718,'Corona','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (91719,'Corona','CA','33.735688','-117.420490',-8,1); -INSERT INTO zipcodes VALUES (91720,'Corona','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (91722,'Covina','CA','34.097708','-117.906980',-8,1); -INSERT INTO zipcodes VALUES (91723,'Covina','CA','34.085809','-117.886940',-8,1); -INSERT INTO zipcodes VALUES (91724,'Covina','CA','34.088771','-117.858170',-8,1); -INSERT INTO zipcodes VALUES (91729,'Rancho Cucamonga','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (91730,'Rancho Cucamonga','CA','34.104555','-117.587340',-8,1); -INSERT INTO zipcodes VALUES (91731,'El Monte','CA','34.076642','-118.039420',-8,1); -INSERT INTO zipcodes VALUES (91732,'El Monte','CA','34.070659','-118.013830',-8,1); -INSERT INTO zipcodes VALUES (91733,'South El Monte','CA','34.050510','-118.048340',-8,1); -INSERT INTO zipcodes VALUES (91734,'El Monte','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91735,'El Monte','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91737,'Alta Loma','CA','34.147849','-117.578470',-8,1); -INSERT INTO zipcodes VALUES (91739,'Rancho Cucamonga','CA','34.127819','-117.524600',-8,1); -INSERT INTO zipcodes VALUES (91740,'Glendora','CA','34.119245','-117.854800',-8,1); -INSERT INTO zipcodes VALUES (91741,'Glendora','CA','34.140207','-117.857040',-8,1); -INSERT INTO zipcodes VALUES (91743,'Guasti','CA','34.066655','-117.588310',-8,1); -INSERT INTO zipcodes VALUES (91744,'La Puente','CA','34.029561','-117.939750',-8,1); -INSERT INTO zipcodes VALUES (91745,'Hacienda Heights','CA','34.000578','-117.969430',-8,1); -INSERT INTO zipcodes VALUES (91746,'La Puente','CA','34.046889','-117.984640',-8,1); -INSERT INTO zipcodes VALUES (91747,'La Puente','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91748,'Rowland Heights','CA','33.985012','-117.897050',-8,1); -INSERT INTO zipcodes VALUES (91749,'La Puente','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91750,'La Verne','CA','34.117047','-117.770970',-8,1); -INSERT INTO zipcodes VALUES (91752,'Mira Loma','CA','34.001846','-117.527590',-8,1); -INSERT INTO zipcodes VALUES (91754,'Monterey Park','CA','34.048207','-118.141610',-8,1); -INSERT INTO zipcodes VALUES (91755,'Monterey Park','CA','34.054710','-118.118230',-8,1); -INSERT INTO zipcodes VALUES (91756,'Monterey Park','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91758,'Ontario','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (91759,'Mt Baldy','CA','34.231581','-117.661060',-8,1); -INSERT INTO zipcodes VALUES (91760,'Norco','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (91761,'Ontario','CA','34.036085','-117.608600',-8,1); -INSERT INTO zipcodes VALUES (91762,'Ontario','CA','34.057561','-117.665630',-8,1); -INSERT INTO zipcodes VALUES (91763,'Montclair','CA','34.070410','-117.699380',-8,1); -INSERT INTO zipcodes VALUES (91764,'Ontario','CA','34.077327','-117.622200',-8,1); -INSERT INTO zipcodes VALUES (91765,'Diamond Bar','CA','34.004172','-117.816730',-8,1); -INSERT INTO zipcodes VALUES (91766,'Pomona','CA','34.045584','-117.753050',-8,1); -INSERT INTO zipcodes VALUES (91767,'Pomona','CA','34.080143','-117.738610',-8,1); -INSERT INTO zipcodes VALUES (91768,'Pomona','CA','34.065210','-117.779320',-8,1); -INSERT INTO zipcodes VALUES (91769,'Pomona','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91770,'Rosemead','CA','34.066143','-118.084750',-8,1); -INSERT INTO zipcodes VALUES (91771,'Rosemead','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91772,'Rosemead','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91773,'San Dimas','CA','34.103341','-117.818140',-8,1); -INSERT INTO zipcodes VALUES (91775,'San Gabriel','CA','34.114041','-118.090350',-8,1); -INSERT INTO zipcodes VALUES (91776,'San Gabriel','CA','34.089059','-118.095100',-8,1); -INSERT INTO zipcodes VALUES (91778,'San Gabriel','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91780,'Temple City','CA','34.101608','-118.056060',-8,1); -INSERT INTO zipcodes VALUES (91784,'Upland','CA','34.138575','-117.663560',-8,1); -INSERT INTO zipcodes VALUES (91785,'Upland','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (91786,'Upland','CA','34.101659','-117.657760',-8,1); -INSERT INTO zipcodes VALUES (91788,'Walnut','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91789,'Walnut','CA','34.018361','-117.854380',-8,1); -INSERT INTO zipcodes VALUES (91790,'West Covina','CA','34.068059','-117.938350',-8,1); -INSERT INTO zipcodes VALUES (91791,'West Covina','CA','34.063645','-117.897430',-8,1); -INSERT INTO zipcodes VALUES (91792,'West Covina','CA','34.020711','-117.899320',-8,1); -INSERT INTO zipcodes VALUES (91793,'West Covina','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91795,'Walnut','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91797,'Pomona','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91798,'Ontario','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (91799,'Pomona','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91801,'Alhambra','CA','34.090409','-118.127000',-8,1); -INSERT INTO zipcodes VALUES (91802,'Alhambra','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91803,'Alhambra','CA','34.072959','-118.146200',-8,1); -INSERT INTO zipcodes VALUES (91804,'Alhambra','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91841,'Alhambra','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91896,'Alhambra','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91899,'Alhambra','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (91901,'Alpine','CA','32.823102','-116.738640',-8,1); -INSERT INTO zipcodes VALUES (91902,'Bonita','CA','32.663803','-117.024560',-8,1); -INSERT INTO zipcodes VALUES (91903,'Alpine','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (91905,'Boulevard','CA','32.672239','-116.314970',-8,1); -INSERT INTO zipcodes VALUES (91906,'Campo','CA','32.664307','-116.465130',-8,1); -INSERT INTO zipcodes VALUES (91908,'Bonita','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (91909,'Chula Vista','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (91910,'Chula Vista','CA','32.638654','-117.066860',-8,1); -INSERT INTO zipcodes VALUES (91911,'Chula Vista','CA','32.608799','-117.060700',-8,1); -INSERT INTO zipcodes VALUES (91912,'Chula Vista','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (91913,'Chula Vista','CA','32.642486','-116.989730',-8,1); -INSERT INTO zipcodes VALUES (91914,'Chula Vista','CA','32.662563','-116.954130',-8,1); -INSERT INTO zipcodes VALUES (91915,'Chula Vista','CA','32.638072','-116.951950',-8,1); -INSERT INTO zipcodes VALUES (91916,'Descanso','CA','32.890384','-116.624590',-8,1); -INSERT INTO zipcodes VALUES (91917,'Dulzura','CA','32.616539','-116.711870',-8,1); -INSERT INTO zipcodes VALUES (91921,'Chula Vista','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (91927,'La Presa','CA','32.701452','-117.002054',-8,1); -INSERT INTO zipcodes VALUES (91931,'Guatay','CA','32.852086','-116.555590',-8,1); -INSERT INTO zipcodes VALUES (91932,'Imperial Beach','CA','32.579555','-117.117080',-8,1); -INSERT INTO zipcodes VALUES (91933,'Imperial Beach','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (91934,'Jacumba','CA','32.624424','-116.170250',-8,1); -INSERT INTO zipcodes VALUES (91935,'Jamul','CA','32.718186','-116.826060',-8,1); -INSERT INTO zipcodes VALUES (91941,'La Mesa','CA','32.761801','-117.012730',-8,1); -INSERT INTO zipcodes VALUES (91942,'La Mesa','CA','32.785000','-117.018600',-8,1); -INSERT INTO zipcodes VALUES (91943,'La Mesa','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (91944,'La Mesa','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (91945,'Lemon Grove','CA','32.733451','-117.033700',-8,1); -INSERT INTO zipcodes VALUES (91946,'Lemon Grove','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (91947,'Lincoln Acres','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (91948,'Mount Laguna','CA','32.875267','-116.428260',-8,1); -INSERT INTO zipcodes VALUES (91950,'National City','CA','32.670903','-117.092720',-8,1); -INSERT INTO zipcodes VALUES (91951,'National City','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (91962,'Pine Valley','CA','32.773317','-116.491390',-8,1); -INSERT INTO zipcodes VALUES (91963,'Potrero','CA','32.620782','-116.606710',-8,1); -INSERT INTO zipcodes VALUES (91976,'Spring Valley','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (91977,'Spring Valley','CA','32.721145','-116.996120',-8,1); -INSERT INTO zipcodes VALUES (91978,'Spring Valley','CA','32.732539','-116.950910',-8,1); -INSERT INTO zipcodes VALUES (91979,'Spring Valley','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (91980,'Tecate','CA','32.588485','-116.630340',-8,1); -INSERT INTO zipcodes VALUES (91987,'Tecate','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (91990,'Potrero','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92002,'Carlsbad','CA','33.198032','-117.234701',-8,1); -INSERT INTO zipcodes VALUES (92003,'Bonsall','CA','33.289265','-117.200110',-8,1); -INSERT INTO zipcodes VALUES (92004,'Borrego Springs','CA','33.184028','-116.265970',-8,1); -INSERT INTO zipcodes VALUES (92007,'Cardiff By The Sea','CA','33.026742','-117.278160',-8,1); -INSERT INTO zipcodes VALUES (92008,'Carlsbad','CA','33.158137','-117.326460',-8,1); -INSERT INTO zipcodes VALUES (92009,'Carlsbad','CA','33.097841','-117.267440',-8,1); -INSERT INTO zipcodes VALUES (92013,'Carlsbad','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92014,'Del Mar','CA','32.961812','-117.259670',-8,1); -INSERT INTO zipcodes VALUES (92018,'Carlsbad','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92019,'El Cajon','CA','32.788736','-116.904870',-8,1); -INSERT INTO zipcodes VALUES (92020,'El Cajon','CA','32.799100','-116.973340',-8,1); -INSERT INTO zipcodes VALUES (92021,'El Cajon','CA','32.820100','-116.912340',-8,1); -INSERT INTO zipcodes VALUES (92022,'El Cajon','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92023,'Encinitas','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92024,'Encinitas','CA','33.053092','-117.268550',-8,1); -INSERT INTO zipcodes VALUES (92025,'Escondido','CA','33.106862','-117.070770',-8,1); -INSERT INTO zipcodes VALUES (92026,'Escondido','CA','33.181543','-117.111360',-8,1); -INSERT INTO zipcodes VALUES (92027,'Escondido','CA','33.142706','-117.030490',-8,1); -INSERT INTO zipcodes VALUES (92028,'Fallbrook','CA','33.380359','-117.206050',-8,1); -INSERT INTO zipcodes VALUES (92029,'Escondido','CA','33.087868','-117.115580',-8,1); -INSERT INTO zipcodes VALUES (92030,'Escondido','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92031,'Adelanto','CA','34.587473','-117.406293',-8,1); -INSERT INTO zipcodes VALUES (92033,'Escondido','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92036,'Julian','CA','33.027570','-116.531090',-8,1); -INSERT INTO zipcodes VALUES (92037,'La Jolla','CA','32.838761','-117.261590',-8,1); -INSERT INTO zipcodes VALUES (92038,'La Jolla','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92039,'La Jolla','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92040,'Lakeside','CA','32.873849','-116.904770',-8,1); -INSERT INTO zipcodes VALUES (92046,'Escondido','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92049,'Oceanside','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92051,'Oceanside','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92052,'Oceanside','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92054,'Oceanside','CA','33.202463','-117.360770',-8,1); -INSERT INTO zipcodes VALUES (92055,'Camp Pendleton','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92056,'Oceanside','CA','33.195354','-117.282320',-8,1); -INSERT INTO zipcodes VALUES (92057,'Oceanside','CA','33.240926','-117.298510',-8,1); -INSERT INTO zipcodes VALUES (92058,'Oceanside','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92059,'Pala','CA','33.369249','-117.072360',-8,1); -INSERT INTO zipcodes VALUES (92060,'Palomar Mountain','CA','33.308217','-116.847100',-8,1); -INSERT INTO zipcodes VALUES (92061,'Pauma Valley','CA','33.311881','-116.964990',-8,1); -INSERT INTO zipcodes VALUES (92064,'Poway','CA','32.973645','-117.037010',-8,1); -INSERT INTO zipcodes VALUES (92065,'Ramona','CA','33.035844','-116.851300',-8,1); -INSERT INTO zipcodes VALUES (92066,'Ranchita','CA','33.209313','-116.542440',-8,1); -INSERT INTO zipcodes VALUES (92067,'Rancho Santa Fe','CA','33.016492','-117.202640',-8,1); -INSERT INTO zipcodes VALUES (92068,'San Luis Rey','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92069,'San Marcos','CA','33.144908','-117.171280',-8,1); -INSERT INTO zipcodes VALUES (92070,'Santa Ysabel','CA','33.166768','-116.710610',-8,1); -INSERT INTO zipcodes VALUES (92071,'Santee','CA','32.846810','-116.989830',-8,1); -INSERT INTO zipcodes VALUES (92072,'Santee','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92074,'Poway','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92075,'Solana Beach','CA','32.997543','-117.260870',-8,1); -INSERT INTO zipcodes VALUES (92078,'San Marcos','CA','33.122029','-117.156050',-8,1); -INSERT INTO zipcodes VALUES (92079,'San Marcos','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92082,'Valley Center','CA','33.261748','-117.010270',-8,1); -INSERT INTO zipcodes VALUES (92083,'Vista','CA','33.179587','-117.244610',-8,1); -INSERT INTO zipcodes VALUES (92084,'Vista','CA','33.213309','-117.214740',-8,1); -INSERT INTO zipcodes VALUES (92085,'Vista','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92086,'Warner Springs','CA','33.337152','-116.693550',-8,1); -INSERT INTO zipcodes VALUES (92088,'Fallbrook','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92090,'El Cajon','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92091,'Rancho Santa Fe','CA','32.993541','-117.213110',-8,1); -INSERT INTO zipcodes VALUES (92092,'La Jolla','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92093,'La Jolla','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92096,'San Marcos','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92101,'San Diego','CA','32.719601','-117.162460',-8,1); -INSERT INTO zipcodes VALUES (92102,'San Diego','CA','32.714992','-117.125370',-8,1); -INSERT INTO zipcodes VALUES (92103,'San Diego','CA','32.746018','-117.167150',-8,1); -INSERT INTO zipcodes VALUES (92104,'San Diego','CA','32.742892','-117.127740',-8,1); -INSERT INTO zipcodes VALUES (92105,'San Diego','CA','32.741256','-117.095100',-8,1); -INSERT INTO zipcodes VALUES (92106,'San Diego','CA','32.725900','-117.230790',-8,1); -INSERT INTO zipcodes VALUES (92107,'San Diego','CA','32.740900','-117.244340',-8,1); -INSERT INTO zipcodes VALUES (92108,'San Diego','CA','32.773600','-117.137850',-8,1); -INSERT INTO zipcodes VALUES (92109,'San Diego','CA','32.791246','-117.243430',-8,1); -INSERT INTO zipcodes VALUES (92110,'San Diego','CA','32.766482','-117.200770',-8,1); -INSERT INTO zipcodes VALUES (92111,'San Diego','CA','32.804972','-117.168710',-8,1); -INSERT INTO zipcodes VALUES (92112,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92113,'San Diego','CA','32.697402','-117.120010',-8,1); -INSERT INTO zipcodes VALUES (92114,'San Diego','CA','32.706954','-117.054200',-8,1); -INSERT INTO zipcodes VALUES (92115,'San Diego','CA','32.760300','-117.070310',-8,1); -INSERT INTO zipcodes VALUES (92116,'San Diego','CA','32.762350','-117.122460',-8,1); -INSERT INTO zipcodes VALUES (92117,'San Diego','CA','32.823865','-117.199660',-8,1); -INSERT INTO zipcodes VALUES (92118,'Coronado','CA','32.682727','-117.174410',-8,1); -INSERT INTO zipcodes VALUES (92119,'San Diego','CA','32.802250','-117.024310',-8,1); -INSERT INTO zipcodes VALUES (92120,'San Diego','CA','32.794449','-117.072210',-8,1); -INSERT INTO zipcodes VALUES (92121,'San Diego','CA','32.899996','-117.207220',-8,1); -INSERT INTO zipcodes VALUES (92122,'San Diego','CA','32.856447','-117.211430',-8,1); -INSERT INTO zipcodes VALUES (92123,'San Diego','CA','32.803799','-117.135950',-8,1); -INSERT INTO zipcodes VALUES (92124,'San Diego','CA','32.822815','-117.098440',-8,1); -INSERT INTO zipcodes VALUES (92126,'San Diego','CA','32.914346','-117.141160',-8,1); -INSERT INTO zipcodes VALUES (92127,'San Diego','CA','33.022384','-117.106940',-8,1); -INSERT INTO zipcodes VALUES (92128,'San Diego','CA','32.998855','-117.070540',-8,1); -INSERT INTO zipcodes VALUES (92129,'San Diego','CA','32.961014','-117.125100',-8,1); -INSERT INTO zipcodes VALUES (92130,'San Diego','CA','32.946776','-117.219180',-8,1); -INSERT INTO zipcodes VALUES (92131,'San Diego','CA','32.918035','-117.084380',-8,1); -INSERT INTO zipcodes VALUES (92132,'San Diego','CA','32.643703','-117.138414',-7,1); -INSERT INTO zipcodes VALUES (92133,'San Diego','CA','32.733507','-117.216451',-8,1); -INSERT INTO zipcodes VALUES (92134,'San Diego','CA','32.562106','-117.071660',-8,1); -INSERT INTO zipcodes VALUES (92135,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92136,'San Diego','CA','32.683420','-117.121913',-8,1); -INSERT INTO zipcodes VALUES (92137,'San Diego','CA','32.853770','-117.119744',-8,1); -INSERT INTO zipcodes VALUES (92138,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92139,'San Diego','CA','32.677286','-117.052410',-8,1); -INSERT INTO zipcodes VALUES (92140,'San Diego','CA','32.743440','-117.200412',-8,1); -INSERT INTO zipcodes VALUES (92142,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92143,'San Ysidro','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92145,'San Diego','CA','32.889139','-117.100486',-8,1); -INSERT INTO zipcodes VALUES (92147,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92149,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92150,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92152,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92153,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92154,'San Diego','CA','32.574398','-117.056330',-8,1); -INSERT INTO zipcodes VALUES (92155,'San Diego','CA','32.671602','-117.165665',-8,1); -INSERT INTO zipcodes VALUES (92158,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92159,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92160,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92161,'San Diego','CA','32.871846','-117.229119',-8,1); -INSERT INTO zipcodes VALUES (92162,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92163,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92164,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92165,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92166,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92167,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92168,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92169,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92170,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92171,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92172,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92173,'San Ysidro','CA','32.556264','-117.050570',-8,1); -INSERT INTO zipcodes VALUES (92174,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92175,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92176,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92177,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92178,'Coronado','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92179,'San Diego','CA','32.572602','-116.918724',-8,1); -INSERT INTO zipcodes VALUES (92182,'San Diego','CA','32.775088','-117.076176',-8,1); -INSERT INTO zipcodes VALUES (92184,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92186,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92187,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92190,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92191,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92192,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92193,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92194,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92195,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92196,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92197,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92198,'San Diego','CA','33.016928','-116.846046',-8,1); -INSERT INTO zipcodes VALUES (92199,'San Diego','CA','32.751575','-117.191848',-8,1); -INSERT INTO zipcodes VALUES (92201,'Indio','CA','33.715271','-116.235000',-8,1); -INSERT INTO zipcodes VALUES (92202,'Indio','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92203,'Indio','CA','33.753070','-116.246880',-8,1); -INSERT INTO zipcodes VALUES (92210,'Indian Wells','CA','33.701290','-116.341480',-8,1); -INSERT INTO zipcodes VALUES (92211,'Palm Desert','CA','33.759409','-116.323170',-8,1); -INSERT INTO zipcodes VALUES (92220,'Banning','CA','33.920803','-116.878970',-8,1); -INSERT INTO zipcodes VALUES (92222,'Bard','CA','32.782242','-114.561905',-8,1); -INSERT INTO zipcodes VALUES (92223,'Beaumont','CA','33.945265','-116.975900',-8,1); -INSERT INTO zipcodes VALUES (92225,'Blythe','CA','33.628333','-114.619050',-8,1); -INSERT INTO zipcodes VALUES (92226,'Blythe','CA','33.598690','-114.652517',-8,1); -INSERT INTO zipcodes VALUES (92227,'Brawley','CA','32.989750','-115.504750',-8,1); -INSERT INTO zipcodes VALUES (92230,'Cabazon','CA','33.911404','-116.768340',-8,1); -INSERT INTO zipcodes VALUES (92231,'Calexico','CA','32.683491','-115.482770',-8,1); -INSERT INTO zipcodes VALUES (92232,'Calexico','CA','33.026203','-115.284581',-8,1); -INSERT INTO zipcodes VALUES (92233,'Calipatria','CA','33.131764','-115.512080',-8,1); -INSERT INTO zipcodes VALUES (92234,'Cathedral City','CA','33.807761','-116.464730',-8,1); -INSERT INTO zipcodes VALUES (92235,'Cathedral City','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92236,'Coachella','CA','33.679872','-116.176560',-8,1); -INSERT INTO zipcodes VALUES (92239,'Desert Center','CA','33.830029','-115.401240',-8,1); -INSERT INTO zipcodes VALUES (92240,'Desert Hot Springs','CA','33.952303','-116.508040',-8,1); -INSERT INTO zipcodes VALUES (92241,'Desert Hot Springs','CA','33.904371','-116.386340',-8,1); -INSERT INTO zipcodes VALUES (92242,'Earp','CA','34.137179','-114.358230',-8,1); -INSERT INTO zipcodes VALUES (92243,'El Centro','CA','32.783359','-115.577460',-8,1); -INSERT INTO zipcodes VALUES (92244,'El Centro','CA','32.794750','-115.692714',-8,1); -INSERT INTO zipcodes VALUES (92249,'Heber','CA','32.726931','-115.512450',-8,1); -INSERT INTO zipcodes VALUES (92250,'Holtville','CA','32.800259','-115.353690',-8,1); -INSERT INTO zipcodes VALUES (92251,'Imperial','CA','32.853471','-115.589420',-8,1); -INSERT INTO zipcodes VALUES (92252,'Joshua Tree','CA','34.175926','-116.291370',-8,1); -INSERT INTO zipcodes VALUES (92253,'La Quinta','CA','33.675373','-116.296490',-8,1); -INSERT INTO zipcodes VALUES (92254,'Mecca','CA','33.543836','-115.994040',-8,1); -INSERT INTO zipcodes VALUES (92255,'Palm Desert','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92256,'Morongo Valley','CA','34.066626','-116.559510',-8,1); -INSERT INTO zipcodes VALUES (92257,'Niland','CA','33.330929','-115.615830',-8,1); -INSERT INTO zipcodes VALUES (92258,'North Palm Springs','CA','33.921502','-116.567030',-8,1); -INSERT INTO zipcodes VALUES (92259,'Ocotillo','CA','32.722049','-115.959980',-8,1); -INSERT INTO zipcodes VALUES (92260,'Palm Desert','CA','33.715672','-116.384960',-8,1); -INSERT INTO zipcodes VALUES (92261,'Palm Desert','CA','33.660374','-116.408249',-8,1); -INSERT INTO zipcodes VALUES (92262,'Palm Springs','CA','33.842984','-116.543440',-8,1); -INSERT INTO zipcodes VALUES (92263,'Palm Springs','CA','33.761076','-116.535887',-8,1); -INSERT INTO zipcodes VALUES (92264,'Palm Springs','CA','33.798669','-116.518870',-8,1); -INSERT INTO zipcodes VALUES (92266,'Palo Verde','CA','33.387467','-114.713520',-8,1); -INSERT INTO zipcodes VALUES (92267,'Parker Dam','CA','34.286985','-114.172510',-8,1); -INSERT INTO zipcodes VALUES (92268,'Pioneertown','CA','34.203249','-116.565650',-8,1); -INSERT INTO zipcodes VALUES (92270,'Rancho Mirage','CA','33.762944','-116.422490',-8,1); -INSERT INTO zipcodes VALUES (92271,'Rancho Mirage','CA','33.531630','-114.892368',-8,1); -INSERT INTO zipcodes VALUES (92273,'Seeley','CA','32.792631','-115.691620',-8,1); -INSERT INTO zipcodes VALUES (92274,'Thermal','CA','33.466287','-116.068800',-8,1); -INSERT INTO zipcodes VALUES (92275,'Salton City','CA','33.289347','-115.956500',-8,1); -INSERT INTO zipcodes VALUES (92276,'Thousand Palms','CA','33.821318','-116.380230',-8,1); -INSERT INTO zipcodes VALUES (92277,'Twentynine Palms','CA','34.165696','-116.033430',-8,1); -INSERT INTO zipcodes VALUES (92278,'Twentynine Palms','CA','34.360235','-116.209640',-8,1); -INSERT INTO zipcodes VALUES (92280,'Vidal','CA','34.143497','-114.624110',-8,1); -INSERT INTO zipcodes VALUES (92281,'Westmorland','CA','33.037061','-115.619400',-8,1); -INSERT INTO zipcodes VALUES (92282,'White Water','CA','33.941487','-116.645060',-8,1); -INSERT INTO zipcodes VALUES (92283,'Winterhaven','CA','32.786759','-114.625910',-8,1); -INSERT INTO zipcodes VALUES (92284,'Yucca Valley','CA','34.161795','-116.412460',-8,1); -INSERT INTO zipcodes VALUES (92285,'Landers','CA','34.310390','-116.450120',-8,1); -INSERT INTO zipcodes VALUES (92286,'Yucca Valley','CA','34.180251','-116.350003',-8,1); -INSERT INTO zipcodes VALUES (92292,'Palm Springs','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92301,'Adelanto','CA','34.641695','-117.508030',-8,1); -INSERT INTO zipcodes VALUES (92304,'Amboy','CA','34.548138','-115.657960',-8,1); -INSERT INTO zipcodes VALUES (92305,'Angelus Oaks','CA','34.172474','-116.875930',-8,1); -INSERT INTO zipcodes VALUES (92307,'Apple Valley','CA','34.538622','-117.177290',-8,1); -INSERT INTO zipcodes VALUES (92308,'Apple Valley','CA','34.447959','-117.192220',-8,1); -INSERT INTO zipcodes VALUES (92309,'Baker','CA','35.272950','-116.065040',-8,1); -INSERT INTO zipcodes VALUES (92310,'Fort Irwin','CA','35.262763','-116.694520',-8,1); -INSERT INTO zipcodes VALUES (92311,'Barstow','CA','34.894181','-117.036360',-8,1); -INSERT INTO zipcodes VALUES (92312,'Barstow','CA','34.201638','-116.906215',-8,1); -INSERT INTO zipcodes VALUES (92313,'Grand Terrace','CA','34.030714','-117.311740',-8,1); -INSERT INTO zipcodes VALUES (92314,'Big Bear City','CA','34.255388','-116.854420',-8,1); -INSERT INTO zipcodes VALUES (92315,'Big Bear Lake','CA','34.241295','-116.903280',-8,1); -INSERT INTO zipcodes VALUES (92316,'Bloomington','CA','34.064062','-117.394320',-8,1); -INSERT INTO zipcodes VALUES (92317,'Blue Jay','CA','34.245607','-117.230000',-8,1); -INSERT INTO zipcodes VALUES (92318,'Bryn Mawr','CA','34.048544','-117.232740',-8,1); -INSERT INTO zipcodes VALUES (92320,'Calimesa','CA','33.984551','-117.037670',-8,1); -INSERT INTO zipcodes VALUES (92321,'Cedar Glen','CA','34.254199','-117.175630',-8,1); -INSERT INTO zipcodes VALUES (92322,'Cedarpines Park','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92323,'Cima','CA','35.187237','-115.397270',-8,1); -INSERT INTO zipcodes VALUES (92324,'Colton','CA','34.061931','-117.319950',-8,1); -INSERT INTO zipcodes VALUES (92325,'Crestline','CA','34.242567','-117.286540',-8,1); -INSERT INTO zipcodes VALUES (92326,'Crest Park','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92327,'Daggett','CA','34.866837','-116.863790',-8,1); -INSERT INTO zipcodes VALUES (92328,'Death Valley','CA','35.945641','-117.202960',-8,1); -INSERT INTO zipcodes VALUES (92329,'Phelan','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92332,'Essex','CA','35.002240','-115.239360',-8,1); -INSERT INTO zipcodes VALUES (92333,'Fawnskin','CA','34.268344','-116.938420',-8,1); -INSERT INTO zipcodes VALUES (92334,'Fontana','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92335,'Fontana','CA','34.088911','-117.452130',-8,1); -INSERT INTO zipcodes VALUES (92336,'Fontana','CA','34.125147','-117.458180',-8,1); -INSERT INTO zipcodes VALUES (92337,'Fontana','CA','34.046992','-117.481000',-8,1); -INSERT INTO zipcodes VALUES (92338,'Ludlow','CA','34.720285','-116.198200',-8,1); -INSERT INTO zipcodes VALUES (92339,'Forest Falls','CA','34.087114','-116.923000',-8,1); -INSERT INTO zipcodes VALUES (92340,'Hesperia','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92341,'Green Valley Lake','CA','34.241477','-117.074490',-8,1); -INSERT INTO zipcodes VALUES (92342,'Helendale','CA','34.761696','-117.334440',-8,1); -INSERT INTO zipcodes VALUES (92345,'Hesperia','CA','34.399992','-117.339990',-8,1); -INSERT INTO zipcodes VALUES (92346,'Highland','CA','34.127160','-117.200730',-8,1); -INSERT INTO zipcodes VALUES (92347,'Hinkley','CA','34.956205','-117.219940',-8,1); -INSERT INTO zipcodes VALUES (92350,'Loma Linda','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92352,'Lake Arrowhead','CA','34.256290','-117.191320',-8,1); -INSERT INTO zipcodes VALUES (92354,'Loma Linda','CA','34.050764','-117.253270',-8,1); -INSERT INTO zipcodes VALUES (92356,'Lucerne Valley','CA','34.481229','-116.906010',-8,1); -INSERT INTO zipcodes VALUES (92357,'Loma Linda','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92358,'Lytle Creek','CA','34.229288','-117.520820',-8,1); -INSERT INTO zipcodes VALUES (92359,'Mentone','CA','34.083512','-117.096880',-8,1); -INSERT INTO zipcodes VALUES (92363,'Needles','CA','34.808718','-114.626640',-8,1); -INSERT INTO zipcodes VALUES (92364,'Nipton','CA','35.460190','-115.494670',-8,1); -INSERT INTO zipcodes VALUES (92365,'Newberry Springs','CA','34.896333','-116.636440',-8,1); -INSERT INTO zipcodes VALUES (92366,'Mountain Pass','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92368,'Oro Grande','CA','34.634147','-117.306140',-8,1); -INSERT INTO zipcodes VALUES (92369,'Patton','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92371,'Phelan','CA','34.453465','-117.533920',-8,1); -INSERT INTO zipcodes VALUES (92372,'Pinon Hills','CA','34.446540','-117.634110',-8,1); -INSERT INTO zipcodes VALUES (92373,'Redlands','CA','34.034714','-117.173050',-8,1); -INSERT INTO zipcodes VALUES (92374,'Redlands','CA','34.063264','-117.168880',-8,1); -INSERT INTO zipcodes VALUES (92375,'Redlands','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92376,'Rialto','CA','34.109511','-117.376170',-8,1); -INSERT INTO zipcodes VALUES (92377,'Rialto','CA','34.151243','-117.398730',-8,1); -INSERT INTO zipcodes VALUES (92378,'Rimforest','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92382,'Running Springs','CA','34.205626','-117.104990',-8,1); -INSERT INTO zipcodes VALUES (92384,'Shoshone','CA','35.947562','-116.270370',-8,1); -INSERT INTO zipcodes VALUES (92385,'Skyforest','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92386,'Sugarloaf','CA','34.244448','-116.829620',-8,1); -INSERT INTO zipcodes VALUES (92389,'Tecopa','CA','35.848556','-116.226270',-8,1); -INSERT INTO zipcodes VALUES (92391,'Twin Peaks','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92392,'Victorville','CA','34.489466','-117.353210',-8,1); -INSERT INTO zipcodes VALUES (92393,'Victorville','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92394,'Victorville','CA','34.559650','-117.357730',-8,1); -INSERT INTO zipcodes VALUES (92396,'Winchester','CA','33.714421','-117.069361',-8,1); -INSERT INTO zipcodes VALUES (92397,'Wrightwood','CA','34.358760','-117.627520',-8,1); -INSERT INTO zipcodes VALUES (92398,'Yermo','CA','34.909491','-116.840580',-8,1); -INSERT INTO zipcodes VALUES (92399,'Yucaipa','CA','34.033564','-117.037760',-8,1); -INSERT INTO zipcodes VALUES (92401,'San Bernardino','CA','34.105079','-117.290750',-8,1); -INSERT INTO zipcodes VALUES (92402,'San Bernardino','CA','34.213920','-117.127166',-8,1); -INSERT INTO zipcodes VALUES (92403,'San Bernardino','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92404,'San Bernardino','CA','34.148560','-117.262980',-8,1); -INSERT INTO zipcodes VALUES (92405,'San Bernardino','CA','34.141659','-117.297220',-8,1); -INSERT INTO zipcodes VALUES (92406,'San Bernardino','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92407,'San Bernardino','CA','34.198189','-117.358260',-8,1); -INSERT INTO zipcodes VALUES (92408,'San Bernardino','CA','34.080662','-117.273570',-8,1); -INSERT INTO zipcodes VALUES (92410,'San Bernardino','CA','34.106965','-117.297500',-8,1); -INSERT INTO zipcodes VALUES (92411,'San Bernardino','CA','34.120510','-117.317600',-8,1); -INSERT INTO zipcodes VALUES (92412,'San Bernardino','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92413,'San Bernardino','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92414,'San Bernardino','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92415,'San Bernardino','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92416,'San Bernardino','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92418,'San Bernardino','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92420,'San Bernardino','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92423,'San Bernardino','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92424,'San Bernardino','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (92427,'San Bernardino','CA','34.262243','-116.861506',-8,1); -INSERT INTO zipcodes VALUES (92501,'Riverside','CA','33.991181','-117.370740',-8,1); -INSERT INTO zipcodes VALUES (92502,'Riverside','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92503,'Riverside','CA','33.913550','-117.460520',-8,1); -INSERT INTO zipcodes VALUES (92504,'Riverside','CA','33.926315','-117.409370',-8,1); -INSERT INTO zipcodes VALUES (92505,'Riverside','CA','33.921765','-117.488120',-8,1); -INSERT INTO zipcodes VALUES (92506,'Riverside','CA','33.943615','-117.372390',-8,1); -INSERT INTO zipcodes VALUES (92507,'Riverside','CA','33.978965','-117.336460',-8,1); -INSERT INTO zipcodes VALUES (92508,'Riverside','CA','33.890313','-117.321220',-8,1); -INSERT INTO zipcodes VALUES (92509,'Riverside','CA','33.998751','-117.446950',-8,1); -INSERT INTO zipcodes VALUES (92513,'Riverside','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92514,'Riverside','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92515,'Riverside','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92516,'Riverside','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92517,'Riverside','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92518,'March Air Force Base','CA','33.891084','-117.272600',-8,1); -INSERT INTO zipcodes VALUES (92519,'Riverside','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92521,'Riverside','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92522,'Riverside','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92530,'Lake Elsinore','CA','33.675893','-117.349460',-8,1); -INSERT INTO zipcodes VALUES (92531,'Lake Elsinore','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92532,'Lake Elsinore','CA','33.696543','-117.324700',-8,1); -INSERT INTO zipcodes VALUES (92536,'Aguanga','CA','33.485978','-116.820040',-8,1); -INSERT INTO zipcodes VALUES (92539,'Anza','CA','33.550550','-116.673620',-8,1); -INSERT INTO zipcodes VALUES (92543,'Hemet','CA','33.735420','-116.974010',-8,1); -INSERT INTO zipcodes VALUES (92544,'Hemet','CA','33.708843','-116.909480',-8,1); -INSERT INTO zipcodes VALUES (92545,'Hemet','CA','33.736743','-117.021700',-8,1); -INSERT INTO zipcodes VALUES (92546,'Hemet','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92548,'Homeland','CA','33.749656','-117.117060',-8,1); -INSERT INTO zipcodes VALUES (92549,'Idyllwild','CA','33.750795','-116.725620',-8,1); -INSERT INTO zipcodes VALUES (92551,'Moreno Valley','CA','33.889035','-117.220460',-8,1); -INSERT INTO zipcodes VALUES (92552,'Moreno Valley','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92553,'Moreno Valley','CA','33.923243','-117.242110',-8,1); -INSERT INTO zipcodes VALUES (92554,'Moreno Valley','CA','33.521993','-115.915905',-8,1); -INSERT INTO zipcodes VALUES (92555,'Moreno Valley','CA','33.922823','-117.168370',-8,1); -INSERT INTO zipcodes VALUES (92556,'Moreno Valley','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92557,'Moreno Valley','CA','33.957957','-117.248330',-8,1); -INSERT INTO zipcodes VALUES (92561,'Mountain Center','CA','33.632049','-116.558780',-8,1); -INSERT INTO zipcodes VALUES (92562,'Murrieta','CA','33.568617','-117.252640',-8,1); -INSERT INTO zipcodes VALUES (92563,'Murrieta','CA','33.571185','-117.153620',-8,1); -INSERT INTO zipcodes VALUES (92564,'Murrieta','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92567,'Nuevo','CA','33.819818','-117.117780',-8,1); -INSERT INTO zipcodes VALUES (92570,'Perris','CA','33.784051','-117.298120',-8,1); -INSERT INTO zipcodes VALUES (92571,'Perris','CA','33.822068','-117.215140',-8,1); -INSERT INTO zipcodes VALUES (92572,'Perris','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92581,'San Jacinto','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92582,'San Jacinto','CA','33.796153','-117.000460',-8,1); -INSERT INTO zipcodes VALUES (92583,'San Jacinto','CA','33.788491','-116.951250',-8,1); -INSERT INTO zipcodes VALUES (92584,'Menifee','CA','33.660350','-117.189870',-8,1); -INSERT INTO zipcodes VALUES (92585,'Sun City','CA','33.742936','-117.174320',-8,1); -INSERT INTO zipcodes VALUES (92586,'Sun City','CA','33.706020','-117.197400',-8,1); -INSERT INTO zipcodes VALUES (92587,'Sun City','CA','33.692876','-117.250380',-8,1); -INSERT INTO zipcodes VALUES (92589,'Temecula','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92590,'Temecula','CA','33.479467','-117.209330',-8,1); -INSERT INTO zipcodes VALUES (92591,'Temecula','CA','33.527750','-117.120560',-8,1); -INSERT INTO zipcodes VALUES (92592,'Temecula','CA','33.495343','-117.076570',-8,1); -INSERT INTO zipcodes VALUES (92593,'Temecula','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92595,'Wildomar','CA','33.614385','-117.260800',-8,1); -INSERT INTO zipcodes VALUES (92596,'Winchester','CA','33.653216','-117.079860',-8,1); -INSERT INTO zipcodes VALUES (92599,'Perris','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92602,'Irvine','CA','33.732970','-117.769320',-8,1); -INSERT INTO zipcodes VALUES (92603,'Irvine','CA','33.648871','-117.764637',-8,1); -INSERT INTO zipcodes VALUES (92604,'Irvine','CA','33.687620','-117.788520',-8,1); -INSERT INTO zipcodes VALUES (92605,'Huntington Beach','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92606,'Irvine','CA','33.695576','-117.805880',-8,1); -INSERT INTO zipcodes VALUES (92607,'Laguna Niguel','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92610,'Foothill Ranch','CA','33.685479','-117.666900',-8,1); -INSERT INTO zipcodes VALUES (92612,'Irvine','CA','33.650813','-117.817710',-8,1); -INSERT INTO zipcodes VALUES (92614,'Irvine','CA','33.680408','-117.825920',-8,1); -INSERT INTO zipcodes VALUES (92615,'Huntington Beach','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92616,'Irvine','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92618,'Irvine','CA','33.659639','-117.739480',-8,1); -INSERT INTO zipcodes VALUES (92619,'Irvine','CA','33.669850','-117.765939',-8,1); -INSERT INTO zipcodes VALUES (92620,'Irvine','CA','33.714889','-117.763300',-8,1); -INSERT INTO zipcodes VALUES (92623,'Irvine','CA','33.686519','-117.830788',-8,1); -INSERT INTO zipcodes VALUES (92624,'Capistrano Beach','CA','33.460727','-117.664670',-8,1); -INSERT INTO zipcodes VALUES (92625,'Corona Del Mar','CA','33.600172','-117.868230',-8,1); -INSERT INTO zipcodes VALUES (92626,'Costa Mesa','CA','33.677224','-117.908630',-8,1); -INSERT INTO zipcodes VALUES (92627,'Costa Mesa','CA','33.647028','-117.915060',-8,1); -INSERT INTO zipcodes VALUES (92628,'Costa Mesa','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92629,'Dana Point','CA','33.475302','-117.703270',-8,1); -INSERT INTO zipcodes VALUES (92630,'Lake Forest','CA','33.640223','-117.691080',-8,1); -INSERT INTO zipcodes VALUES (92635,'Laguna Hills','CA','33.573176','-117.698173',-8,1); -INSERT INTO zipcodes VALUES (92646,'Huntington Beach','CA','33.666269','-117.969300',-8,1); -INSERT INTO zipcodes VALUES (92647,'Huntington Beach','CA','33.725167','-118.005090',-8,1); -INSERT INTO zipcodes VALUES (92648,'Huntington Beach','CA','33.673468','-118.002430',-8,1); -INSERT INTO zipcodes VALUES (92649,'Huntington Beach','CA','33.720017','-118.046140',-8,1); -INSERT INTO zipcodes VALUES (92650,'East Irvine','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92651,'Laguna Beach','CA','33.535325','-117.771920',-8,1); -INSERT INTO zipcodes VALUES (92652,'Laguna Beach','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92653,'Laguna Hills','CA','33.602823','-117.712950',-8,1); -INSERT INTO zipcodes VALUES (92654,'Laguna Hills','CA','33.601673','-117.716885',-8,1); -INSERT INTO zipcodes VALUES (92655,'Midway City','CA','33.745166','-117.985690',-8,1); -INSERT INTO zipcodes VALUES (92656,'Aliso Viejo','CA','33.581533','-117.724740',-8,1); -INSERT INTO zipcodes VALUES (92657,'Newport Coast','CA','33.610717','-117.832500',-8,1); -INSERT INTO zipcodes VALUES (92658,'Newport Beach','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92659,'Newport Beach','CA','33.611198','-117.886731',-8,1); -INSERT INTO zipcodes VALUES (92660,'Newport Beach','CA','33.634821','-117.874530',-8,1); -INSERT INTO zipcodes VALUES (92661,'Newport Beach','CA','33.601822','-117.899660',-8,1); -INSERT INTO zipcodes VALUES (92662,'Newport Beach','CA','33.606271','-117.892430',-7,1); -INSERT INTO zipcodes VALUES (92663,'Newport Beach','CA','33.619221','-117.930870',-8,1); -INSERT INTO zipcodes VALUES (92670,'Placentia','CA','33.870714','-117.879342',-8,1); -INSERT INTO zipcodes VALUES (92672,'San Clemente','CA','33.427078','-117.614010',-8,1); -INSERT INTO zipcodes VALUES (92673,'San Clemente','CA','33.462927','-117.624140',-8,1); -INSERT INTO zipcodes VALUES (92674,'San Clemente','CA','33.438428','-117.623131',-8,1); -INSERT INTO zipcodes VALUES (92675,'San Juan Capistrano','CA','33.500843','-117.658660',-8,1); -INSERT INTO zipcodes VALUES (92676,'Silverado','CA','33.743168','-117.635630',-8,1); -INSERT INTO zipcodes VALUES (92677,'Laguna Niguel','CA','33.531938','-117.702500',-8,1); -INSERT INTO zipcodes VALUES (92678,'Trabuco Canyon','CA','33.673979','-117.594570',-8,1); -INSERT INTO zipcodes VALUES (92679,'Trabuco Canyon','CA','33.639227','-117.585180',-8,1); -INSERT INTO zipcodes VALUES (92680,'Garden Grove','CA','33.792124','-117.993561',-8,1); -INSERT INTO zipcodes VALUES (92683,'Westminster','CA','33.751418','-117.993920',-8,1); -INSERT INTO zipcodes VALUES (92684,'Westminster','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92685,'Westminster','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92688,'Rancho Santa Margarita','CA','33.639994','-117.603510',-8,1); -INSERT INTO zipcodes VALUES (92690,'Mission Viejo','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92691,'Mission Viejo','CA','33.611272','-117.666810',-8,1); -INSERT INTO zipcodes VALUES (92692,'Mission Viejo','CA','33.615462','-117.640930',-8,1); -INSERT INTO zipcodes VALUES (92693,'San Juan Capistrano','CA','33.555323','-117.564000',-8,1); -INSERT INTO zipcodes VALUES (92694,'Ladera Ranch','CA','33.570763','-117.634630',-8,1); -INSERT INTO zipcodes VALUES (92697,'Irvine','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92698,'Aliso Viejo','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92701,'Santa Ana','CA','33.747017','-117.862480',-8,1); -INSERT INTO zipcodes VALUES (92702,'Santa Ana','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92703,'Santa Ana','CA','33.747067','-117.904330',-8,1); -INSERT INTO zipcodes VALUES (92704,'Santa Ana','CA','33.724167','-117.906230',-8,1); -INSERT INTO zipcodes VALUES (92705,'Santa Ana','CA','33.762117','-117.818280',-8,1); -INSERT INTO zipcodes VALUES (92706,'Santa Ana','CA','33.765916','-117.881390',-8,1); -INSERT INTO zipcodes VALUES (92707,'Santa Ana','CA','33.719118','-117.871430',-8,1); -INSERT INTO zipcodes VALUES (92708,'Fountain Valley','CA','33.708618','-117.956290',-8,1); -INSERT INTO zipcodes VALUES (92709,'Irvine','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92710,'Irvine','CA','33.711552','-117.809881',-8,1); -INSERT INTO zipcodes VALUES (92711,'Santa Ana','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92712,'Santa Ana','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92728,'Fountain Valley','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92735,'Santa Ana','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92780,'Tustin','CA','33.741651','-117.821270',-8,1); -INSERT INTO zipcodes VALUES (92781,'Tustin','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92782,'Tustin','CA','33.739571','-117.786180',-8,1); -INSERT INTO zipcodes VALUES (92799,'Santa Ana','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92801,'Anaheim','CA','33.844814','-117.953810',-8,1); -INSERT INTO zipcodes VALUES (92802,'Anaheim','CA','33.806965','-117.925940',-8,1); -INSERT INTO zipcodes VALUES (92803,'Anaheim','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92804,'Anaheim','CA','33.818165','-117.973040',-8,1); -INSERT INTO zipcodes VALUES (92805,'Anaheim','CA','33.835665','-117.908070',-8,1); -INSERT INTO zipcodes VALUES (92806,'Anaheim','CA','33.835465','-117.873620',-8,1); -INSERT INTO zipcodes VALUES (92807,'Anaheim','CA','33.850515','-117.791130',-8,1); -INSERT INTO zipcodes VALUES (92808,'Anaheim','CA','33.858151','-117.738640',-8,1); -INSERT INTO zipcodes VALUES (92811,'Atwood','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92812,'Anaheim','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92814,'Anaheim','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92815,'Anaheim','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92816,'Anaheim','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92817,'Anaheim','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92821,'Brea','CA','33.923463','-117.895590',-8,1); -INSERT INTO zipcodes VALUES (92822,'Brea','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92823,'Brea','CA','33.918965','-117.832520',-8,1); -INSERT INTO zipcodes VALUES (92825,'Anaheim','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92831,'Fullerton','CA','33.878981','-117.893250',-8,1); -INSERT INTO zipcodes VALUES (92832,'Fullerton','CA','33.869114','-117.929850',-8,1); -INSERT INTO zipcodes VALUES (92833,'Fullerton','CA','33.874314','-117.963700',-8,1); -INSERT INTO zipcodes VALUES (92834,'Fullerton','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92835,'Fullerton','CA','33.903164','-117.912240',-8,1); -INSERT INTO zipcodes VALUES (92836,'Fullerton','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92837,'Fullerton','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92838,'Fullerton','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92840,'Garden Grove','CA','33.785166','-117.934060',-8,1); -INSERT INTO zipcodes VALUES (92841,'Garden Grove','CA','33.786915','-117.982240',-8,1); -INSERT INTO zipcodes VALUES (92842,'Garden Grove','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92843,'Garden Grove','CA','33.763033','-117.935500',-8,1); -INSERT INTO zipcodes VALUES (92844,'Garden Grove','CA','33.765516','-117.973100',-8,1); -INSERT INTO zipcodes VALUES (92845,'Garden Grove','CA','33.782916','-118.026190',-8,1); -INSERT INTO zipcodes VALUES (92846,'Garden Grove','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92850,'Anaheim','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92856,'Orange','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92857,'Orange','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92859,'Orange','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92860,'Norco','CA','33.925885','-117.559780',-8,1); -INSERT INTO zipcodes VALUES (92861,'Villa Park','CA','33.812662','-117.816230',-8,1); -INSERT INTO zipcodes VALUES (92862,'Orange','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92863,'Orange','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92864,'Orange','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92865,'Orange','CA','33.831800','-117.847390',-8,1); -INSERT INTO zipcodes VALUES (92866,'Orange','CA','33.785091','-117.845690',-8,1); -INSERT INTO zipcodes VALUES (92867,'Orange','CA','33.811566','-117.829190',-8,1); -INSERT INTO zipcodes VALUES (92868,'Orange','CA','33.787266','-117.874940',-8,1); -INSERT INTO zipcodes VALUES (92869,'Orange','CA','33.792687','-117.799750',-8,1); -INSERT INTO zipcodes VALUES (92870,'Placentia','CA','33.883314','-117.854460',-8,1); -INSERT INTO zipcodes VALUES (92871,'Placentia','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92877,'Corona','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92878,'Corona','CA','33.752886','-116.055617',-8,1); -INSERT INTO zipcodes VALUES (92879,'Corona','CA','33.880800','-117.540680',-8,1); -INSERT INTO zipcodes VALUES (92880,'Corona','CA','33.903803','-117.602210',-8,1); -INSERT INTO zipcodes VALUES (92881,'Corona','CA','33.839516','-117.535810',-8,1); -INSERT INTO zipcodes VALUES (92882,'Corona','CA','33.866555','-117.591670',-8,1); -INSERT INTO zipcodes VALUES (92883,'Corona','CA','33.771548','-117.478840',-8,1); -INSERT INTO zipcodes VALUES (92885,'Yorba Linda','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (92886,'Yorba Linda','CA','33.888062','-117.804070',-8,1); -INSERT INTO zipcodes VALUES (92887,'Yorba Linda','CA','33.883223','-117.738560',-8,1); -INSERT INTO zipcodes VALUES (92899,'Anaheim','CA','33.640302','-117.769442',-8,1); -INSERT INTO zipcodes VALUES (93001,'Ventura','CA','34.311203','-119.301640',-8,1); -INSERT INTO zipcodes VALUES (93002,'Ventura','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93003,'Ventura','CA','34.268736','-119.224900',-8,1); -INSERT INTO zipcodes VALUES (93004,'Ventura','CA','34.278812','-119.167840',-8,1); -INSERT INTO zipcodes VALUES (93005,'Ventura','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93006,'Ventura','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93007,'Ventura','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93009,'Ventura','CA','34.356248','-119.146228',-8,1); -INSERT INTO zipcodes VALUES (93010,'Camarillo','CA','34.231754','-119.052580',-8,1); -INSERT INTO zipcodes VALUES (93011,'Camarillo','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93012,'Camarillo','CA','34.218756','-118.992130',-8,1); -INSERT INTO zipcodes VALUES (93013,'Carpinteria','CA','34.402194','-119.523080',-8,1); -INSERT INTO zipcodes VALUES (93014,'Carpinteria','CA','34.262834','-119.848555',-8,1); -INSERT INTO zipcodes VALUES (93015,'Fillmore','CA','34.396646','-118.900820',-8,1); -INSERT INTO zipcodes VALUES (93016,'Fillmore','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93020,'Moorpark','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93021,'Moorpark','CA','34.292898','-118.871340',-8,1); -INSERT INTO zipcodes VALUES (93022,'Oak View','CA','34.401466','-119.300820',-8,1); -INSERT INTO zipcodes VALUES (93023,'Ojai','CA','34.456957','-119.253070',-8,1); -INSERT INTO zipcodes VALUES (93024,'Ojai','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93030,'Oxnard','CA','34.217070','-119.176900',-8,1); -INSERT INTO zipcodes VALUES (93031,'Oxnard','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93032,'Oxnard','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93033,'Oxnard','CA','34.166933','-119.161130',-8,1); -INSERT INTO zipcodes VALUES (93034,'Oxnard','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93035,'Oxnard','CA','34.179304','-119.221890',-8,1); -INSERT INTO zipcodes VALUES (93036,'Oxnard','CA','34.229420','-119.178814',-8,1); -INSERT INTO zipcodes VALUES (93040,'Piru','CA','34.424363','-118.739080',-8,1); -INSERT INTO zipcodes VALUES (93041,'Port Hueneme','CA','34.154072','-119.188290',-8,1); -INSERT INTO zipcodes VALUES (93042,'Point Mugu Nawc','CA','34.113389','-119.112432',-8,1); -INSERT INTO zipcodes VALUES (93043,'Port Hueneme Cbc Base','CA','34.162124','-119.207364',-8,1); -INSERT INTO zipcodes VALUES (93044,'Port Hueneme','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93060,'Santa Paula','CA','34.367474','-119.073170',-8,1); -INSERT INTO zipcodes VALUES (93061,'Santa Paula','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93062,'Simi Valley','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93063,'Simi Valley','CA','34.279343','-118.696070',-8,1); -INSERT INTO zipcodes VALUES (93064,'Brandeis','CA','34.258203','-118.710724',-8,1); -INSERT INTO zipcodes VALUES (93065,'Simi Valley','CA','34.265003','-118.771770',-8,1); -INSERT INTO zipcodes VALUES (93066,'Somis','CA','34.287679','-119.020590',-8,1); -INSERT INTO zipcodes VALUES (93067,'Summerland','CA','34.421895','-119.600840',-8,1); -INSERT INTO zipcodes VALUES (93093,'Simi Valley','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93094,'Simi Valley','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93099,'Simi Valley','CA','34.032383','-119.134300',-8,1); -INSERT INTO zipcodes VALUES (93101,'Santa Barbara','CA','34.420163','-119.706500',-8,1); -INSERT INTO zipcodes VALUES (93102,'Santa Barbara','CA','34.262834','-119.848555',-8,1); -INSERT INTO zipcodes VALUES (93103,'Santa Barbara','CA','34.428191','-119.684120',-8,1); -INSERT INTO zipcodes VALUES (93105,'Santa Barbara','CA','34.440050','-119.754960',-8,1); -INSERT INTO zipcodes VALUES (93106,'Santa Barbara','CA','34.432896','-119.837072',-8,1); -INSERT INTO zipcodes VALUES (93107,'Santa Barbara','CA','34.421795','-119.863722',-8,1); -INSERT INTO zipcodes VALUES (93108,'Santa Barbara','CA','34.433687','-119.631840',-8,1); -INSERT INTO zipcodes VALUES (93109,'Santa Barbara','CA','34.403230','-119.720690',-8,1); -INSERT INTO zipcodes VALUES (93110,'Santa Barbara','CA','34.439579','-119.767880',-8,1); -INSERT INTO zipcodes VALUES (93111,'Santa Barbara','CA','34.443529','-119.802970',-8,1); -INSERT INTO zipcodes VALUES (93116,'Goleta','CA','34.262834','-119.848555',-8,1); -INSERT INTO zipcodes VALUES (93117,'Goleta','CA','34.443746','-119.942150',-8,1); -INSERT INTO zipcodes VALUES (93118,'Goleta','CA','34.262834','-119.848555',-8,1); -INSERT INTO zipcodes VALUES (93120,'Santa Barbara','CA','34.262834','-119.848555',-8,1); -INSERT INTO zipcodes VALUES (93121,'Santa Barbara','CA','34.262834','-119.848555',-8,1); -INSERT INTO zipcodes VALUES (93130,'Santa Barbara','CA','34.262834','-119.848555',-8,1); -INSERT INTO zipcodes VALUES (93140,'Santa Barbara','CA','34.262834','-119.848555',-8,1); -INSERT INTO zipcodes VALUES (93150,'Santa Barbara','CA','34.262834','-119.848555',-8,1); -INSERT INTO zipcodes VALUES (93160,'Santa Barbara','CA','34.262834','-119.848555',-8,1); -INSERT INTO zipcodes VALUES (93190,'Santa Barbara','CA','34.262834','-119.848555',-8,1); -INSERT INTO zipcodes VALUES (93199,'Goleta','CA','34.262834','-119.848555',-8,1); -INSERT INTO zipcodes VALUES (93201,'Alpaugh','CA','35.889586','-119.493520',-8,1); -INSERT INTO zipcodes VALUES (93202,'Armona','CA','36.311439','-119.708230',-8,1); -INSERT INTO zipcodes VALUES (93203,'Arvin','CA','35.161923','-118.846550',-8,1); -INSERT INTO zipcodes VALUES (93204,'Avenal','CA','35.930766','-120.100570',-8,1); -INSERT INTO zipcodes VALUES (93205,'Bodfish','CA','35.576134','-118.467450',-8,1); -INSERT INTO zipcodes VALUES (93206,'Buttonwillow','CA','35.378250','-119.416640',-8,1); -INSERT INTO zipcodes VALUES (93207,'California Hot Springs','CA','35.871370','-118.682100',-8,1); -INSERT INTO zipcodes VALUES (93208,'Camp Nelson','CA','36.062748','-118.606630',-8,1); -INSERT INTO zipcodes VALUES (93210,'Coalinga','CA','36.194736','-120.308650',-8,1); -INSERT INTO zipcodes VALUES (93212,'Corcoran','CA','36.085342','-119.554800',-8,1); -INSERT INTO zipcodes VALUES (93215,'Delano','CA','35.774967','-119.233710',-8,1); -INSERT INTO zipcodes VALUES (93216,'Delano','CA','35.771876','-119.269840',-8,1); -INSERT INTO zipcodes VALUES (93217,'Earlimart','CA','35.891510','-119.263225',-8,1); -INSERT INTO zipcodes VALUES (93218,'Ducor','CA','35.842485','-119.014830',-8,1); -INSERT INTO zipcodes VALUES (93219,'Earlimart','CA','35.873680','-119.263620',-8,1); -INSERT INTO zipcodes VALUES (93220,'Edison','CA','35.357018','-118.810069',-8,1); -INSERT INTO zipcodes VALUES (93221,'Exeter','CA','36.304696','-119.113830',-8,1); -INSERT INTO zipcodes VALUES (93222,'Frazier Park','CA','34.850984','-119.166260',-8,1); -INSERT INTO zipcodes VALUES (93223,'Farmersville','CA','36.300574','-119.205520',-8,1); -INSERT INTO zipcodes VALUES (93224,'Fellows','CA','35.202535','-119.560930',-8,1); -INSERT INTO zipcodes VALUES (93225,'Frazier Park','CA','34.815266','-119.004040',-8,1); -INSERT INTO zipcodes VALUES (93226,'Glennville','CA','35.727428','-118.724240',-8,1); -INSERT INTO zipcodes VALUES (93227,'Goshen','CA','36.357151','-119.425371',-8,1); -INSERT INTO zipcodes VALUES (93230,'Hanford','CA','36.327063','-119.645100',-8,1); -INSERT INTO zipcodes VALUES (93231,'Hanford','CA','36.138861','-119.894727',-8,1); -INSERT INTO zipcodes VALUES (93232,'Hanford','CA','36.138861','-119.894727',-8,1); -INSERT INTO zipcodes VALUES (93234,'Huron','CA','36.209815','-120.084700',-8,1); -INSERT INTO zipcodes VALUES (93235,'Ivanhoe','CA','36.387879','-119.219080',-8,1); -INSERT INTO zipcodes VALUES (93237,'Kaweah','CA','36.472713','-118.902899',-8,1); -INSERT INTO zipcodes VALUES (93238,'Kernville','CA','35.784367','-118.437690',-8,1); -INSERT INTO zipcodes VALUES (93239,'Kettleman City','CA','36.015318','-120.007720',-8,1); -INSERT INTO zipcodes VALUES (93240,'Lake Isabella','CA','35.617148','-118.452990',-8,1); -INSERT INTO zipcodes VALUES (93241,'Lamont','CA','35.256873','-118.913250',-8,1); -INSERT INTO zipcodes VALUES (93242,'Laton','CA','36.434650','-119.717530',-8,1); -INSERT INTO zipcodes VALUES (93243,'Lebec','CA','34.851405','-118.879930',-8,1); -INSERT INTO zipcodes VALUES (93244,'Lemon Cove','CA','36.417743','-119.004570',-8,1); -INSERT INTO zipcodes VALUES (93245,'Lemoore','CA','36.312075','-119.803490',-8,1); -INSERT INTO zipcodes VALUES (93246,'Lemoore','CA','36.138861','-119.894727',-8,1); -INSERT INTO zipcodes VALUES (93247,'Lindsay','CA','36.201983','-119.085890',-8,1); -INSERT INTO zipcodes VALUES (93249,'Lost Hills','CA','35.689717','-119.919610',-8,1); -INSERT INTO zipcodes VALUES (93250,'McFarland','CA','35.670747','-119.213360',-8,1); -INSERT INTO zipcodes VALUES (93251,'McKittrick','CA','35.364749','-119.702420',-8,1); -INSERT INTO zipcodes VALUES (93252,'Maricopa','CA','35.040362','-119.415140',-8,1); -INSERT INTO zipcodes VALUES (93254,'New Cuyama','CA','34.956385','-119.746960',-8,1); -INSERT INTO zipcodes VALUES (93255,'Onyx','CA','35.666835','-118.017010',-8,1); -INSERT INTO zipcodes VALUES (93256,'Pixley','CA','35.957119','-119.312870',-8,1); -INSERT INTO zipcodes VALUES (93257,'Porterville','CA','36.055121','-119.015950',-8,1); -INSERT INTO zipcodes VALUES (93258,'Porterville','CA','36.033126','-119.007265',-8,1); -INSERT INTO zipcodes VALUES (93260,'Posey','CA','35.846291','-118.632980',-8,1); -INSERT INTO zipcodes VALUES (93261,'Richgrove','CA','35.801627','-119.116990',-8,1); -INSERT INTO zipcodes VALUES (93262,'Sequoia National Park','CA','36.596251','-118.734250',-8,1); -INSERT INTO zipcodes VALUES (93263,'Shafter','CA','35.490517','-119.264950',-8,1); -INSERT INTO zipcodes VALUES (93265,'Springville','CA','36.150892','-118.762040',-8,1); -INSERT INTO zipcodes VALUES (93266,'Stratford','CA','36.177361','-119.820420',-8,1); -INSERT INTO zipcodes VALUES (93267,'Strathmore','CA','36.141864','-119.094110',-8,1); -INSERT INTO zipcodes VALUES (93268,'Taft','CA','35.162776','-119.430300',-8,1); -INSERT INTO zipcodes VALUES (93270,'Terra Bella','CA','35.949010','-119.037420',-8,1); -INSERT INTO zipcodes VALUES (93271,'Three Rivers','CA','36.431565','-118.862960',-8,1); -INSERT INTO zipcodes VALUES (93272,'Tipton','CA','36.059363','-119.320250',-8,1); -INSERT INTO zipcodes VALUES (93274,'Tulare','CA','36.201451','-119.349940',-8,1); -INSERT INTO zipcodes VALUES (93275,'Tulare','CA','36.266990','-118.776902',-8,1); -INSERT INTO zipcodes VALUES (93276,'Tupman','CA','35.305512','-119.389250',-8,1); -INSERT INTO zipcodes VALUES (93277,'Visalia','CA','36.311000','-119.326370',-8,1); -INSERT INTO zipcodes VALUES (93278,'Visalia','CA','36.126621','-118.819365',-8,1); -INSERT INTO zipcodes VALUES (93279,'Visalia','CA','36.393615','-119.118982',-8,1); -INSERT INTO zipcodes VALUES (93280,'Wasco','CA','35.605045','-119.371430',-8,1); -INSERT INTO zipcodes VALUES (93282,'Waukena','CA','36.127630','-119.522020',-8,1); -INSERT INTO zipcodes VALUES (93283,'Weldon','CA','35.614134','-118.278240',-8,1); -INSERT INTO zipcodes VALUES (93285,'Wofford Heights','CA','35.714118','-118.484160',-8,1); -INSERT INTO zipcodes VALUES (93286,'Woodlake','CA','36.431121','-119.106420',-8,1); -INSERT INTO zipcodes VALUES (93287,'Woody','CA','35.702936','-118.884400',-8,1); -INSERT INTO zipcodes VALUES (93291,'Visalia','CA','36.351009','-119.336550',-8,1); -INSERT INTO zipcodes VALUES (93292,'Visalia','CA','36.358928','-119.240270',-8,1); -INSERT INTO zipcodes VALUES (93301,'Bakersfield','CA','35.381408','-119.019350',-8,1); -INSERT INTO zipcodes VALUES (93302,'Bakersfield','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93303,'Bakersfield','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93304,'Bakersfield','CA','35.344209','-119.022250',-8,1); -INSERT INTO zipcodes VALUES (93305,'Bakersfield','CA','35.387058','-118.986470',-8,1); -INSERT INTO zipcodes VALUES (93306,'Bakersfield','CA','35.396411','-118.922680',-8,1); -INSERT INTO zipcodes VALUES (93307,'Bakersfield','CA','35.324767','-118.963290',-8,1); -INSERT INTO zipcodes VALUES (93308,'Bakersfield','CA','35.487491','-119.008960',-8,1); -INSERT INTO zipcodes VALUES (93309,'Bakersfield','CA','35.340759','-119.064970',-8,1); -INSERT INTO zipcodes VALUES (93311,'Bakersfield','CA','35.200467','-119.173990',-8,1); -INSERT INTO zipcodes VALUES (93312,'Bakersfield','CA','35.390680','-119.185830',-8,1); -INSERT INTO zipcodes VALUES (93313,'Bakersfield','CA','35.197660','-119.056980',-8,1); -INSERT INTO zipcodes VALUES (93325,'Lake of the Woods','CA','34.819232','-119.000391',-8,1); -INSERT INTO zipcodes VALUES (93380,'Bakersfield','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93381,'Bakersfield','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93382,'Bakersfield','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93383,'Bakersfield','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93384,'Bakersfield','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93385,'Bakersfield','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93386,'Bakersfield','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93387,'Bakersfield','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93388,'Bakersfield','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93389,'Bakersfield','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93390,'Bakersfield','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93401,'San Luis Obispo','CA','35.262548','-120.651960',-8,1); -INSERT INTO zipcodes VALUES (93402,'Los Osos','CA','35.313222','-120.834680',-8,1); -INSERT INTO zipcodes VALUES (93403,'San Luis Obispo','CA','35.347065','-120.455345',-8,1); -INSERT INTO zipcodes VALUES (93405,'San Luis Obispo','CA','35.277189','-120.703050',-8,1); -INSERT INTO zipcodes VALUES (93406,'San Luis Obispo','CA','35.347065','-120.455345',-8,1); -INSERT INTO zipcodes VALUES (93407,'San Luis Obispo','CA','35.347065','-120.455345',-8,1); -INSERT INTO zipcodes VALUES (93408,'San Luis Obispo','CA','35.347065','-120.455345',-8,1); -INSERT INTO zipcodes VALUES (93409,'San Luis Obispo','CA','35.221085','-120.636399',-8,1); -INSERT INTO zipcodes VALUES (93410,'San Luis Obispo','CA','35.347065','-120.455345',-8,1); -INSERT INTO zipcodes VALUES (93412,'Los Osos','CA','35.347065','-120.455345',-8,1); -INSERT INTO zipcodes VALUES (93420,'Arroyo Grande','CA','35.119678','-120.551160',-8,1); -INSERT INTO zipcodes VALUES (93421,'Arroyo Grande','CA','35.347065','-120.455345',-8,1); -INSERT INTO zipcodes VALUES (93422,'Atascadero','CA','35.474913','-120.676000',-8,1); -INSERT INTO zipcodes VALUES (93423,'Atascadero','CA','35.428241','-120.769493',-8,1); -INSERT INTO zipcodes VALUES (93424,'Avila Beach','CA','35.185540','-120.725830',-8,1); -INSERT INTO zipcodes VALUES (93426,'Bradley','CA','35.834919','-120.980930',-8,1); -INSERT INTO zipcodes VALUES (93427,'Buellton','CA','34.613014','-120.205100',-8,1); -INSERT INTO zipcodes VALUES (93428,'Cambria','CA','35.563246','-121.077360',-8,1); -INSERT INTO zipcodes VALUES (93429,'Casmalia','CA','34.842293','-120.531800',-8,1); -INSERT INTO zipcodes VALUES (93430,'Cayucos','CA','35.459347','-120.889470',-8,1); -INSERT INTO zipcodes VALUES (93432,'Creston','CA','35.495242','-120.483920',-8,1); -INSERT INTO zipcodes VALUES (93433,'Grover Beach','CA','35.120934','-120.619520',-8,1); -INSERT INTO zipcodes VALUES (93434,'Guadalupe','CA','34.958896','-120.580140',-8,1); -INSERT INTO zipcodes VALUES (93435,'Harmony','CA','35.508282','-121.035510',-8,1); -INSERT INTO zipcodes VALUES (93436,'Lompoc','CA','34.639682','-120.447100',-8,1); -INSERT INTO zipcodes VALUES (93437,'Lompoc','CA','34.734890','-120.534670',-8,1); -INSERT INTO zipcodes VALUES (93438,'Lompoc','CA','34.262834','-119.848555',-8,1); -INSERT INTO zipcodes VALUES (93440,'Los Alamos','CA','34.754650','-120.270320',-8,1); -INSERT INTO zipcodes VALUES (93441,'Los Olivos','CA','34.709973','-120.092010',-8,1); -INSERT INTO zipcodes VALUES (93442,'Morro Bay','CA','35.373047','-120.838440',-8,1); -INSERT INTO zipcodes VALUES (93443,'Morro Bay','CA','35.347065','-120.455345',-8,1); -INSERT INTO zipcodes VALUES (93444,'Nipomo','CA','35.032408','-120.494460',-8,1); -INSERT INTO zipcodes VALUES (93445,'Oceano','CA','35.097599','-120.613270',-8,1); -INSERT INTO zipcodes VALUES (93446,'Paso Robles','CA','35.640589','-120.704180',-8,1); -INSERT INTO zipcodes VALUES (93447,'Paso Robles','CA','35.664837','-120.645420',-8,1); -INSERT INTO zipcodes VALUES (93448,'Pismo Beach','CA','35.347065','-120.455345',-8,1); -INSERT INTO zipcodes VALUES (93449,'Pismo Beach','CA','35.150886','-120.654010',-8,1); -INSERT INTO zipcodes VALUES (93450,'San Ardo','CA','35.964022','-120.873390',-8,1); -INSERT INTO zipcodes VALUES (93451,'San Miguel','CA','35.818054','-120.636450',-8,1); -INSERT INTO zipcodes VALUES (93452,'San Simeon','CA','35.664386','-121.219650',-8,1); -INSERT INTO zipcodes VALUES (93453,'Santa Margarita','CA','35.323098','-120.083010',-8,1); -INSERT INTO zipcodes VALUES (93454,'Santa Maria','CA','34.900809','-120.348760',-8,1); -INSERT INTO zipcodes VALUES (93455,'Santa Maria','CA','34.874550','-120.428060',-8,1); -INSERT INTO zipcodes VALUES (93456,'Santa Maria','CA','35.027682','-120.196818',-8,1); -INSERT INTO zipcodes VALUES (93457,'Santa Maria','CA','34.836252','-120.534210',-8,1); -INSERT INTO zipcodes VALUES (93458,'Santa Maria','CA','34.956344','-120.452430',-8,1); -INSERT INTO zipcodes VALUES (93460,'Santa Ynez','CA','34.626931','-120.066100',-8,1); -INSERT INTO zipcodes VALUES (93461,'Shandon','CA','35.636185','-120.271850',-8,1); -INSERT INTO zipcodes VALUES (93463,'Solvang','CA','34.608938','-120.138380',-8,1); -INSERT INTO zipcodes VALUES (93464,'Solvang','CA','34.674436','-120.111465',-8,1); -INSERT INTO zipcodes VALUES (93465,'Templeton','CA','35.544640','-120.724280',-8,1); -INSERT INTO zipcodes VALUES (93483,'Grover Beach','CA','35.347065','-120.455345',-8,1); -INSERT INTO zipcodes VALUES (93492,'Morro Bay','CA','35.372861','-120.859391',-8,1); -INSERT INTO zipcodes VALUES (93501,'Mojave','CA','35.045350','-118.161410',-8,1); -INSERT INTO zipcodes VALUES (93502,'Mojave','CA','35.068161','-118.224785',-8,1); -INSERT INTO zipcodes VALUES (93504,'California City','CA','35.187133','-117.885359',-8,1); -INSERT INTO zipcodes VALUES (93505,'California City','CA','35.139327','-117.914730',-8,1); -INSERT INTO zipcodes VALUES (93510,'Acton','CA','34.497245','-118.189510',-8,1); -INSERT INTO zipcodes VALUES (93512,'Benton','CA','37.583838','-118.236150',-8,1); -INSERT INTO zipcodes VALUES (93513,'Big Pine','CA','37.136300','-118.273350',-8,1); -INSERT INTO zipcodes VALUES (93514,'Bishop','CA','37.282192','-118.387170',-8,1); -INSERT INTO zipcodes VALUES (93515,'Bishop','CA','36.626033','-117.218616',-8,1); -INSERT INTO zipcodes VALUES (93516,'Boron','CA','35.030694','-117.672640',-8,1); -INSERT INTO zipcodes VALUES (93517,'Bridgeport','CA','38.210530','-119.319680',-8,1); -INSERT INTO zipcodes VALUES (93518,'Caliente','CA','35.381552','-118.547480',-8,1); -INSERT INTO zipcodes VALUES (93519,'Cantil','CA','35.177369','-118.035049',-8,1); -INSERT INTO zipcodes VALUES (93522,'Darwin','CA','36.269728','-117.590020',-8,1); -INSERT INTO zipcodes VALUES (93523,'Edwards','CA','35.044352','-117.857800',-8,1); -INSERT INTO zipcodes VALUES (93524,'Edwards','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93526,'Independence','CA','36.851729','-118.207430',-8,1); -INSERT INTO zipcodes VALUES (93527,'Inyokern','CA','35.734418','-117.893130',-8,1); -INSERT INTO zipcodes VALUES (93528,'Johannesburg','CA','35.366197','-117.636180',-8,1); -INSERT INTO zipcodes VALUES (93529,'June Lake','CA','37.765218','-119.077690',-8,1); -INSERT INTO zipcodes VALUES (93530,'Keeler','CA','36.495772','-117.882890',-8,1); -INSERT INTO zipcodes VALUES (93531,'Keene','CA','35.241311','-118.593380',-8,1); -INSERT INTO zipcodes VALUES (93532,'Lake Hughes','CA','34.676708','-118.455920',-8,1); -INSERT INTO zipcodes VALUES (93534,'Lancaster','CA','34.698696','-118.150150',-8,1); -INSERT INTO zipcodes VALUES (93535,'Lancaster','CA','34.691946','-117.977560',-8,1); -INSERT INTO zipcodes VALUES (93536,'Lancaster','CA','34.728857','-118.326830',-8,1); -INSERT INTO zipcodes VALUES (93539,'Lancaster','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (93540,'Lake Isabella','CA','35.603450','-118.476436',-8,1); -INSERT INTO zipcodes VALUES (93541,'Lee Vining','CA','37.973204','-119.120290',-8,1); -INSERT INTO zipcodes VALUES (93542,'Little Lake','CA','36.626033','-117.218616',-8,1); -INSERT INTO zipcodes VALUES (93543,'Littlerock','CA','34.533321','-117.949040',-8,1); -INSERT INTO zipcodes VALUES (93544,'Llano','CA','34.493392','-117.774440',-8,1); -INSERT INTO zipcodes VALUES (93545,'Lone Pine','CA','36.589514','-118.073670',-8,1); -INSERT INTO zipcodes VALUES (93546,'Mammoth Lakes','CA','37.621587','-118.862790',-8,1); -INSERT INTO zipcodes VALUES (93549,'Olancha','CA','36.228484','-117.970840',-8,1); -INSERT INTO zipcodes VALUES (93550,'Palmdale','CA','34.565480','-118.085490',-8,1); -INSERT INTO zipcodes VALUES (93551,'Palmdale','CA','34.606146','-118.184950',-8,1); -INSERT INTO zipcodes VALUES (93552,'Palmdale','CA','34.561207','-118.037500',-8,1); -INSERT INTO zipcodes VALUES (93553,'Pearblossom','CA','34.487552','-117.898850',-8,1); -INSERT INTO zipcodes VALUES (93554,'Randsburg','CA','35.409108','-117.699660',-8,1); -INSERT INTO zipcodes VALUES (93555,'Ridgecrest','CA','35.599177','-117.680650',-8,1); -INSERT INTO zipcodes VALUES (93556,'Ridgecrest','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93558,'Red Mountain','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (93560,'Rosamond','CA','34.889230','-118.336290',-8,1); -INSERT INTO zipcodes VALUES (93561,'Tehachapi','CA','35.132673','-118.507810',-8,1); -INSERT INTO zipcodes VALUES (93562,'Trona','CA','35.764433','-117.382020',-8,1); -INSERT INTO zipcodes VALUES (93563,'Valyermo','CA','34.394253','-117.694750',-8,1); -INSERT INTO zipcodes VALUES (93564,'Rosamond','CA','34.900151','-118.246691',-8,1); -INSERT INTO zipcodes VALUES (93581,'Tehachapi','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93584,'Lancaster','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (93586,'Lancaster','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (93590,'Palmdale','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (93591,'Palmdale','CA','34.596742','-117.844670',-8,1); -INSERT INTO zipcodes VALUES (93592,'Trona','CA','34.839964','-115.967051',-8,1); -INSERT INTO zipcodes VALUES (93596,'Boron','CA','35.294405','-118.905173',-8,1); -INSERT INTO zipcodes VALUES (93599,'Palmdale','CA','33.786594','-118.298662',-8,1); -INSERT INTO zipcodes VALUES (93601,'Ahwahnee','CA','37.388698','-119.724390',-8,1); -INSERT INTO zipcodes VALUES (93602,'Auberry','CA','37.077273','-119.429820',-8,1); -INSERT INTO zipcodes VALUES (93603,'Badger','CA','36.678073','-118.960100',-8,1); -INSERT INTO zipcodes VALUES (93604,'Bass Lake','CA','37.364625','-119.512610',-8,1); -INSERT INTO zipcodes VALUES (93605,'Big Creek','CA','37.191503','-119.263720',-8,1); -INSERT INTO zipcodes VALUES (93606,'Biola','CA','36.802534','-120.019020',-8,1); -INSERT INTO zipcodes VALUES (93607,'Burrel','CA','36.589797','-119.899405',-8,1); -INSERT INTO zipcodes VALUES (93608,'Cantua Creek','CA','36.523482','-120.384280',-8,1); -INSERT INTO zipcodes VALUES (93609,'Caruthers','CA','36.534599','-119.835920',-8,1); -INSERT INTO zipcodes VALUES (93610,'Chowchilla','CA','37.100417','-120.278640',-8,1); -INSERT INTO zipcodes VALUES (93611,'Clovis','CA','36.840057','-119.661070',-8,1); -INSERT INTO zipcodes VALUES (93612,'Clovis','CA','36.813456','-119.708260',-8,1); -INSERT INTO zipcodes VALUES (93613,'Clovis','CA','37.036529','-119.511704',-8,1); -INSERT INTO zipcodes VALUES (93614,'Coarsegold','CA','37.206505','-119.720700',-8,1); -INSERT INTO zipcodes VALUES (93615,'Cutler','CA','36.506019','-119.286600',-8,1); -INSERT INTO zipcodes VALUES (93616,'Del Rey','CA','36.657266','-119.593090',-8,1); -INSERT INTO zipcodes VALUES (93618,'Dinuba','CA','36.538017','-119.388870',-8,1); -INSERT INTO zipcodes VALUES (93620,'Dos Palos','CA','37.029613','-120.640140',-8,1); -INSERT INTO zipcodes VALUES (93621,'Dunlap','CA','36.774951','-119.137790',-8,1); -INSERT INTO zipcodes VALUES (93622,'Firebaugh','CA','36.800027','-120.579960',-8,1); -INSERT INTO zipcodes VALUES (93623,'Fish Camp','CA','37.463177','-119.644980',-8,1); -INSERT INTO zipcodes VALUES (93624,'Five Points','CA','36.402630','-120.128550',-8,1); -INSERT INTO zipcodes VALUES (93625,'Fowler','CA','36.626500','-119.675260',-8,1); -INSERT INTO zipcodes VALUES (93626,'Friant','CA','37.024461','-119.684960',-8,1); -INSERT INTO zipcodes VALUES (93627,'Helm','CA','36.523726','-120.106690',-8,1); -INSERT INTO zipcodes VALUES (93628,'Hume','CA','36.780156','-118.915240',-8,1); -INSERT INTO zipcodes VALUES (93630,'Kerman','CA','36.722616','-120.100810',-8,1); -INSERT INTO zipcodes VALUES (93631,'Kingsburg','CA','36.506063','-119.545870',-8,1); -INSERT INTO zipcodes VALUES (93633,'Kings Canyon National Pk','CA','36.734051','-118.958777',-8,1); -INSERT INTO zipcodes VALUES (93634,'Lakeshore','CA','37.237216','-119.233040',-8,1); -INSERT INTO zipcodes VALUES (93635,'Los Banos','CA','37.048385','-120.869830',-8,1); -INSERT INTO zipcodes VALUES (93637,'Madera','CA','36.914819','-120.158170',-8,1); -INSERT INTO zipcodes VALUES (93638,'Madera','CA','36.991476','-119.987290',-8,1); -INSERT INTO zipcodes VALUES (93639,'Madera','CA','37.160622','-119.945035',-8,1); -INSERT INTO zipcodes VALUES (93640,'Mendota','CA','36.701905','-120.428010',-8,1); -INSERT INTO zipcodes VALUES (93641,'Miramonte','CA','36.697311','-119.018640',-8,1); -INSERT INTO zipcodes VALUES (93642,'Mono Hot Springs','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93643,'North Fork','CA','37.232047','-119.520060',-8,1); -INSERT INTO zipcodes VALUES (93644,'Oakhurst','CA','37.405699','-119.567540',-8,1); -INSERT INTO zipcodes VALUES (93645,'O Neals','CA','37.146284','-119.673790',-8,1); -INSERT INTO zipcodes VALUES (93646,'Orange Cove','CA','36.623699','-119.308920',-8,1); -INSERT INTO zipcodes VALUES (93647,'Orosi','CA','36.565252','-119.242730',-8,1); -INSERT INTO zipcodes VALUES (93648,'Parlier','CA','36.613650','-119.528730',-8,1); -INSERT INTO zipcodes VALUES (93649,'Piedra','CA','36.841665','-119.349639',-8,1); -INSERT INTO zipcodes VALUES (93650,'Fresno','CA','36.841454','-119.798320',-8,1); -INSERT INTO zipcodes VALUES (93651,'Prather','CA','37.004865','-119.507480',-8,1); -INSERT INTO zipcodes VALUES (93652,'Raisin','CA','36.600348','-119.902720',-8,1); -INSERT INTO zipcodes VALUES (93653,'Raymond','CA','37.236305','-119.924980',-8,1); -INSERT INTO zipcodes VALUES (93654,'Reedley','CA','36.608675','-119.437610',-8,1); -INSERT INTO zipcodes VALUES (93656,'Riverdale','CA','36.451850','-119.936510',-8,1); -INSERT INTO zipcodes VALUES (93657,'Sanger','CA','36.728450','-119.535710',-8,1); -INSERT INTO zipcodes VALUES (93660,'San Joaquin','CA','36.600172','-120.153380',-8,1); -INSERT INTO zipcodes VALUES (93661,'Santa Rita Park','CA','37.186872','-120.650351',-8,1); -INSERT INTO zipcodes VALUES (93662,'Selma','CA','36.566779','-119.622010',-8,1); -INSERT INTO zipcodes VALUES (93664,'Shaver Lake','CA','37.103957','-119.264400',-8,1); -INSERT INTO zipcodes VALUES (93665,'South Dos Palos','CA','36.961248','-120.654390',-8,1); -INSERT INTO zipcodes VALUES (93666,'Sultana','CA','36.545749','-119.339070',-8,1); -INSERT INTO zipcodes VALUES (93667,'Tollhouse','CA','36.981035','-119.382540',-8,1); -INSERT INTO zipcodes VALUES (93668,'Tranquillity','CA','36.641742','-120.289090',-8,1); -INSERT INTO zipcodes VALUES (93669,'Wishon','CA','37.284459','-119.534720',-8,1); -INSERT INTO zipcodes VALUES (93670,'Yettem','CA','36.471833','-119.259352',-8,1); -INSERT INTO zipcodes VALUES (93673,'Traver','CA','36.455501','-119.484950',-8,1); -INSERT INTO zipcodes VALUES (93675,'Squaw Valley','CA','36.713181','-119.183270',-8,1); -INSERT INTO zipcodes VALUES (93688,'Tranquillity','CA','36.648474','-120.248818',-8,1); -INSERT INTO zipcodes VALUES (93701,'Fresno','CA','36.749444','-119.788720',-8,1); -INSERT INTO zipcodes VALUES (93702,'Fresno','CA','36.741199','-119.755300',-8,1); -INSERT INTO zipcodes VALUES (93703,'Fresno','CA','36.767299','-119.765000',-8,1); -INSERT INTO zipcodes VALUES (93704,'Fresno','CA','36.794748','-119.800970',-8,1); -INSERT INTO zipcodes VALUES (93705,'Fresno','CA','36.786948','-119.827470',-8,1); -INSERT INTO zipcodes VALUES (93706,'Fresno','CA','36.691036','-119.833210',-8,1); -INSERT INTO zipcodes VALUES (93707,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93708,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93709,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93710,'Fresno','CA','36.825582','-119.763580',-8,1); -INSERT INTO zipcodes VALUES (93711,'Fresno','CA','36.831723','-119.831980',-8,1); -INSERT INTO zipcodes VALUES (93712,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93714,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93715,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93716,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93717,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93718,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93720,'Fresno','CA','36.865587','-119.759170',-8,1); -INSERT INTO zipcodes VALUES (93721,'Fresno','CA','36.733193','-119.784730',-8,1); -INSERT INTO zipcodes VALUES (93722,'Fresno','CA','36.801603','-119.888780',-8,1); -INSERT INTO zipcodes VALUES (93724,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93725,'Fresno','CA','36.658599','-119.740970',-8,1); -INSERT INTO zipcodes VALUES (93726,'Fresno','CA','36.795249','-119.762930',-8,1); -INSERT INTO zipcodes VALUES (93727,'Fresno','CA','36.753177','-119.697030',-8,1); -INSERT INTO zipcodes VALUES (93728,'Fresno','CA','36.758598','-119.810220',-8,1); -INSERT INTO zipcodes VALUES (93729,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93740,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93741,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93744,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93745,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93747,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93750,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93755,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93759,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93760,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93761,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93762,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93764,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93765,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93771,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93772,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93773,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93774,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93775,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93776,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93777,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93778,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93779,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93780,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93782,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93784,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93786,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93790,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93791,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93792,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93793,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93794,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93825,'Wofford Heights','CA','35.717406','-118.466755',-8,1); -INSERT INTO zipcodes VALUES (93844,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93888,'Fresno','CA','36.746375','-119.639658',-8,1); -INSERT INTO zipcodes VALUES (93901,'Salinas','CA','36.665879','-121.654970',-8,1); -INSERT INTO zipcodes VALUES (93902,'Salinas','CA','36.354330','-121.132928',-8,1); -INSERT INTO zipcodes VALUES (93905,'Salinas','CA','36.681161','-121.615380',-8,1); -INSERT INTO zipcodes VALUES (93906,'Salinas','CA','36.709717','-121.639970',-8,1); -INSERT INTO zipcodes VALUES (93907,'Salinas','CA','36.754058','-121.664720',-8,1); -INSERT INTO zipcodes VALUES (93908,'Salinas','CA','36.619954','-121.651450',-8,1); -INSERT INTO zipcodes VALUES (93912,'Salinas','CA','36.354330','-121.132928',-8,1); -INSERT INTO zipcodes VALUES (93915,'Salinas','CA','36.354330','-121.132928',-8,1); -INSERT INTO zipcodes VALUES (93920,'Big Sur','CA','36.133401','-121.637980',-8,1); -INSERT INTO zipcodes VALUES (93921,'Carmel','CA','36.555248','-121.921200',-8,1); -INSERT INTO zipcodes VALUES (93922,'Carmel','CA','36.543261','-121.926315',-8,1); -INSERT INTO zipcodes VALUES (93923,'Carmel','CA','36.517261','-121.894360',-8,1); -INSERT INTO zipcodes VALUES (93924,'Carmel Valley','CA','36.447533','-121.686110',-8,1); -INSERT INTO zipcodes VALUES (93925,'Chualar','CA','36.581329','-121.465970',-8,1); -INSERT INTO zipcodes VALUES (93926,'Gonzales','CA','36.518179','-121.425570',-8,1); -INSERT INTO zipcodes VALUES (93927,'Greenfield','CA','36.300819','-121.290400',-8,1); -INSERT INTO zipcodes VALUES (93928,'Jolon','CA','36.015388','-121.248390',-8,1); -INSERT INTO zipcodes VALUES (93930,'King City','CA','36.211060','-121.059860',-8,1); -INSERT INTO zipcodes VALUES (93932,'Lockwood','CA','35.987276','-121.047880',-8,1); -INSERT INTO zipcodes VALUES (93933,'Marina','CA','36.678155','-121.797240',-8,1); -INSERT INTO zipcodes VALUES (93940,'Monterey','CA','36.586193','-121.886670',-8,1); -INSERT INTO zipcodes VALUES (93942,'Monterey','CA','36.354330','-121.132928',-8,1); -INSERT INTO zipcodes VALUES (93943,'Monterey','CA','36.354330','-121.132928',-8,1); -INSERT INTO zipcodes VALUES (93944,'Monterey','CA','36.606225','-121.908915',-8,1); -INSERT INTO zipcodes VALUES (93950,'Pacific Grove','CA','36.619065','-121.921020',-8,1); -INSERT INTO zipcodes VALUES (93953,'Pebble Beach','CA','36.590810','-121.946100',-8,1); -INSERT INTO zipcodes VALUES (93954,'San Lucas','CA','36.126393','-120.917840',-8,1); -INSERT INTO zipcodes VALUES (93955,'Seaside','CA','36.615813','-121.834610',-8,1); -INSERT INTO zipcodes VALUES (93960,'Soledad','CA','36.411760','-121.326170',-8,1); -INSERT INTO zipcodes VALUES (93962,'Spreckels','CA','36.624606','-121.646550',-8,1); -INSERT INTO zipcodes VALUES (94002,'Belmont','CA','37.516687','-122.290260',-8,1); -INSERT INTO zipcodes VALUES (94003,'Belmont','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94005,'Brisbane','CA','37.682882','-122.404220',-8,1); -INSERT INTO zipcodes VALUES (94010,'Burlingame','CA','37.574936','-122.363320',-8,1); -INSERT INTO zipcodes VALUES (94011,'Burlingame','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94012,'Burlingame','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94014,'Daly City','CA','37.699182','-122.450350',-8,1); -INSERT INTO zipcodes VALUES (94015,'Daly City','CA','37.682583','-122.482090',-8,1); -INSERT INTO zipcodes VALUES (94016,'Daly City','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94017,'Daly City','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94018,'El Granada','CA','37.510085','-122.473404',-8,1); -INSERT INTO zipcodes VALUES (94019,'Half Moon Bay','CA','37.475840','-122.443230',-8,1); -INSERT INTO zipcodes VALUES (94020,'La Honda','CA','37.288420','-122.224570',-8,1); -INSERT INTO zipcodes VALUES (94021,'Loma Mar','CA','37.271753','-122.276720',-8,1); -INSERT INTO zipcodes VALUES (94022,'Los Altos','CA','37.377140','-122.124120',-8,1); -INSERT INTO zipcodes VALUES (94023,'Los Altos','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (94024,'Los Altos','CA','37.353741','-122.087170',-8,1); -INSERT INTO zipcodes VALUES (94025,'Menlo Park','CA','37.451688','-122.183850',-8,1); -INSERT INTO zipcodes VALUES (94026,'Menlo Park','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94027,'Atherton','CA','37.458615','-122.200090',-8,1); -INSERT INTO zipcodes VALUES (94028,'Portola Valley','CA','37.374421','-122.213000',-8,1); -INSERT INTO zipcodes VALUES (94029,'Menlo Park','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94030,'Millbrae','CA','37.600735','-122.401350',-8,1); -INSERT INTO zipcodes VALUES (94031,'Millbrae','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94035,'Mountain View','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (94037,'Montara','CA','37.539839','-122.508190',-8,1); -INSERT INTO zipcodes VALUES (94038,'Moss Beach','CA','37.524890','-122.509910',-8,1); -INSERT INTO zipcodes VALUES (94039,'Mountain View','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (94040,'Mountain View','CA','37.380207','-122.087870',-8,1); -INSERT INTO zipcodes VALUES (94041,'Mountain View','CA','37.389490','-122.078460',-8,1); -INSERT INTO zipcodes VALUES (94042,'Mountain View','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (94043,'Mountain View','CA','37.406790','-122.074610',-8,1); -INSERT INTO zipcodes VALUES (94044,'Pacifica','CA','37.613806','-122.482290',-8,1); -INSERT INTO zipcodes VALUES (94045,'Pacifica','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94059,'Redwood City','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94060,'Pescadero','CA','37.203092','-122.337180',-8,1); -INSERT INTO zipcodes VALUES (94061,'Redwood City','CA','37.463911','-122.233960',-8,1); -INSERT INTO zipcodes VALUES (94062,'Redwood City','CA','37.444879','-122.262530',-8,1); -INSERT INTO zipcodes VALUES (94063,'Redwood City','CA','37.483504','-122.214400',-8,1); -INSERT INTO zipcodes VALUES (94064,'Redwood City','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94065,'Redwood City','CA','37.533538','-122.246020',-8,1); -INSERT INTO zipcodes VALUES (94066,'San Bruno','CA','37.625908','-122.423630',-8,1); -INSERT INTO zipcodes VALUES (94067,'San Bruno','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94070,'San Carlos','CA','37.499175','-122.266550',-8,1); -INSERT INTO zipcodes VALUES (94071,'San Carlos','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94074,'San Gregorio','CA','37.317278','-122.365260',-8,1); -INSERT INTO zipcodes VALUES (94080,'South San Francisco','CA','37.652857','-122.430100',-8,1); -INSERT INTO zipcodes VALUES (94083,'South San Francisco','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94085,'Sunnyvale','CA','37.388940','-122.017956',-8,1); -INSERT INTO zipcodes VALUES (94086,'Sunnyvale','CA','37.378341','-122.023980',-8,1); -INSERT INTO zipcodes VALUES (94087,'Sunnyvale','CA','37.350091','-122.036020',-8,1); -INSERT INTO zipcodes VALUES (94088,'Sunnyvale','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (94089,'Sunnyvale','CA','37.406289','-122.008380',-8,1); -INSERT INTO zipcodes VALUES (94090,'Sunnyvale','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (94096,'San Bruno','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94098,'San Bruno','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94099,'South San Francisco','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94101,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94102,'San Francisco','CA','37.779329','-122.419150',-8,1); -INSERT INTO zipcodes VALUES (94103,'San Francisco','CA','37.772329','-122.410870',-8,1); -INSERT INTO zipcodes VALUES (94104,'San Francisco','CA','37.791728','-122.401900',-8,1); -INSERT INTO zipcodes VALUES (94105,'San Francisco','CA','37.789228','-122.395700',-8,1); -INSERT INTO zipcodes VALUES (94106,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94107,'San Francisco','CA','37.766529','-122.395770',-8,1); -INSERT INTO zipcodes VALUES (94108,'San Francisco','CA','37.792678','-122.407930',-8,1); -INSERT INTO zipcodes VALUES (94109,'San Francisco','CA','37.792778','-122.421880',-8,1); -INSERT INTO zipcodes VALUES (94110,'San Francisco','CA','37.748730','-122.415450',-8,1); -INSERT INTO zipcodes VALUES (94111,'San Francisco','CA','37.798228','-122.400270',-8,1); -INSERT INTO zipcodes VALUES (94112,'San Francisco','CA','37.720931','-122.442410',-8,1); -INSERT INTO zipcodes VALUES (94114,'San Francisco','CA','37.758434','-122.435120',-8,1); -INSERT INTO zipcodes VALUES (94115,'San Francisco','CA','37.786129','-122.437360',-8,1); -INSERT INTO zipcodes VALUES (94116,'San Francisco','CA','37.743381','-122.485780',-8,1); -INSERT INTO zipcodes VALUES (94117,'San Francisco','CA','37.770937','-122.442760',-8,1); -INSERT INTO zipcodes VALUES (94118,'San Francisco','CA','37.782029','-122.461580',-8,1); -INSERT INTO zipcodes VALUES (94119,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94120,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94121,'San Francisco','CA','37.778729','-122.492650',-8,1); -INSERT INTO zipcodes VALUES (94122,'San Francisco','CA','37.758380','-122.484780',-8,1); -INSERT INTO zipcodes VALUES (94123,'San Francisco','CA','37.801028','-122.438360',-8,1); -INSERT INTO zipcodes VALUES (94124,'San Francisco','CA','37.732797','-122.393480',-8,1); -INSERT INTO zipcodes VALUES (94125,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94126,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94127,'San Francisco','CA','37.734964','-122.459700',-8,1); -INSERT INTO zipcodes VALUES (94128,'San Francisco','CA','37.621964','-122.395340',-8,1); -INSERT INTO zipcodes VALUES (94129,'San Francisco','CA','37.799840','-122.461670',-8,1); -INSERT INTO zipcodes VALUES (94130,'San Francisco','CA','37.819423','-122.369660',-8,1); -INSERT INTO zipcodes VALUES (94131,'San Francisco','CA','37.741797','-122.437800',-8,1); -INSERT INTO zipcodes VALUES (94132,'San Francisco','CA','37.724231','-122.479580',-8,1); -INSERT INTO zipcodes VALUES (94133,'San Francisco','CA','37.801878','-122.410180',-8,1); -INSERT INTO zipcodes VALUES (94134,'San Francisco','CA','37.719581','-122.410850',-8,1); -INSERT INTO zipcodes VALUES (94135,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94136,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94137,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94138,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94139,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94140,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94141,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94142,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94143,'San Francisco','CA','37.763130','-122.458582',-8,1); -INSERT INTO zipcodes VALUES (94144,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94145,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94146,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94147,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94150,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94151,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94152,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94153,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94154,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94155,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94156,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94157,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94159,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94160,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94161,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94162,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94163,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94164,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94165,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94166,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94167,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94168,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94169,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94170,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94171,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94172,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94175,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94177,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94188,'San Francisco','CA','37.784827','-122.727802',-8,1); -INSERT INTO zipcodes VALUES (94203,'Sacramento','CA','38.380456','-121.555406',-8,1); -INSERT INTO zipcodes VALUES (94204,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94205,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94206,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94207,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94208,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94209,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94211,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94229,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94230,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94232,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94234,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94235,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94236,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94237,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94239,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94240,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94243,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94244,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94245,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94246,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94247,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94248,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94249,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94250,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94252,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94253,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94254,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94256,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94257,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94258,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94259,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94261,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94262,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94263,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94267,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94268,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94269,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94271,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94273,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94274,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94277,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94278,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94279,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94280,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94282,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94283,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94284,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94285,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94286,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94287,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94288,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94289,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94290,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94291,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94293,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94294,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94295,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94296,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94297,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94298,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94299,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (94301,'Palo Alto','CA','37.443688','-122.150710',-8,1); -INSERT INTO zipcodes VALUES (94302,'Palo Alto','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (94303,'Palo Alto','CA','37.449888','-122.127490',-8,1); -INSERT INTO zipcodes VALUES (94304,'Palo Alto','CA','37.397823','-122.166050',-8,1); -INSERT INTO zipcodes VALUES (94305,'Stanford','CA','37.427039','-122.164960',-8,1); -INSERT INTO zipcodes VALUES (94306,'Palo Alto','CA','37.419389','-122.132730',-8,1); -INSERT INTO zipcodes VALUES (94307,'Palo Alto','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94308,'Palo Alto','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94309,'Palo Alto','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (94310,'Palo Alto','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (94401,'San Mateo','CA','37.570385','-122.320440',-8,1); -INSERT INTO zipcodes VALUES (94402,'San Mateo','CA','37.551586','-122.327730',-8,1); -INSERT INTO zipcodes VALUES (94403,'San Mateo','CA','37.539686','-122.302660',-8,1); -INSERT INTO zipcodes VALUES (94404,'San Mateo','CA','37.554335','-122.270320',-8,1); -INSERT INTO zipcodes VALUES (94405,'San Mateo','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94406,'San Mateo','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94407,'San Mateo','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94408,'San Mateo','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94409,'San Mateo','CA','37.381144','-122.334825',-8,1); -INSERT INTO zipcodes VALUES (94420,'Foster City','CA','37.562385','-122.251078',-8,1); -INSERT INTO zipcodes VALUES (94497,'San Mateo','CA','37.534736','-122.325880',-8,1); -INSERT INTO zipcodes VALUES (94501,'Alameda','CA','37.769528','-122.259370',-8,1); -INSERT INTO zipcodes VALUES (94502,'Alameda','CA','37.734379','-122.239520',-8,1); -INSERT INTO zipcodes VALUES (94503,'American Canyon','CA','38.170372','-122.256050',-8,1); -INSERT INTO zipcodes VALUES (94506,'Danville','CA','37.804064','-121.912020',-8,1); -INSERT INTO zipcodes VALUES (94507,'Alamo','CA','37.856683','-122.024880',-8,1); -INSERT INTO zipcodes VALUES (94508,'Angwin','CA','38.568307','-122.450840',-8,1); -INSERT INTO zipcodes VALUES (94509,'Antioch','CA','37.991571','-121.802070',-8,1); -INSERT INTO zipcodes VALUES (94510,'Benicia','CA','38.071769','-122.155170',-8,1); -INSERT INTO zipcodes VALUES (94511,'Bethel Island','CA','38.040395','-121.638520',-8,1); -INSERT INTO zipcodes VALUES (94512,'Birds Landing','CA','38.159894','-121.841950',-8,1); -INSERT INTO zipcodes VALUES (94513,'Brentwood','CA','37.932123','-121.703810',-8,1); -INSERT INTO zipcodes VALUES (94514,'Byron','CA','37.847704','-121.608120',-8,1); -INSERT INTO zipcodes VALUES (94515,'Calistoga','CA','38.597907','-122.609520',-8,1); -INSERT INTO zipcodes VALUES (94516,'Canyon','CA','37.777208','-121.955399',-8,1); -INSERT INTO zipcodes VALUES (94517,'Clayton','CA','37.923523','-121.911720',-8,1); -INSERT INTO zipcodes VALUES (94518,'Concord','CA','37.954122','-122.025060',-8,1); -INSERT INTO zipcodes VALUES (94519,'Concord','CA','37.984271','-122.014370',-8,1); -INSERT INTO zipcodes VALUES (94520,'Concord','CA','37.986321','-122.039880',-8,1); -INSERT INTO zipcodes VALUES (94521,'Concord','CA','37.957772','-121.977090',-8,1); -INSERT INTO zipcodes VALUES (94522,'Concord','CA','37.777208','-121.955399',-8,1); -INSERT INTO zipcodes VALUES (94523,'Pleasant Hill','CA','37.951672','-122.073170',-8,1); -INSERT INTO zipcodes VALUES (94524,'Concord','CA','37.777208','-121.955399',-8,1); -INSERT INTO zipcodes VALUES (94525,'Crockett','CA','38.052820','-122.223400',-8,1); -INSERT INTO zipcodes VALUES (94526,'Danville','CA','37.811676','-121.986470',-8,1); -INSERT INTO zipcodes VALUES (94527,'Concord','CA','37.953542','-121.957778',-8,1); -INSERT INTO zipcodes VALUES (94528,'Diablo','CA','37.838744','-121.966720',-8,1); -INSERT INTO zipcodes VALUES (94529,'Concord','CA','37.777208','-121.955399',-8,1); -INSERT INTO zipcodes VALUES (94530,'El Cerrito','CA','37.917774','-122.304260',-8,1); -INSERT INTO zipcodes VALUES (94531,'Antioch','CA','37.920852','-121.723919',-8,1); -INSERT INTO zipcodes VALUES (94533,'Fairfield','CA','38.269582','-122.037010',-8,1); -INSERT INTO zipcodes VALUES (94534,'Fairfield','CA','38.245844','-122.101917',-8,1); -INSERT INTO zipcodes VALUES (94535,'Travis AFB','CA','38.277661','-121.919200',-8,1); -INSERT INTO zipcodes VALUES (94536,'Fremont','CA','37.562218','-121.994330',-8,1); -INSERT INTO zipcodes VALUES (94537,'Fremont','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94538,'Fremont','CA','37.527237','-121.967900',-8,1); -INSERT INTO zipcodes VALUES (94539,'Fremont','CA','37.515014','-121.929160',-8,1); -INSERT INTO zipcodes VALUES (94540,'Hayward','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94541,'Hayward','CA','37.674431','-122.088830',-8,1); -INSERT INTO zipcodes VALUES (94542,'Hayward','CA','37.657381','-122.050760',-8,1); -INSERT INTO zipcodes VALUES (94543,'Hayward','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94544,'Hayward','CA','37.633732','-122.061010',-8,1); -INSERT INTO zipcodes VALUES (94545,'Hayward','CA','37.635582','-122.104180',-8,1); -INSERT INTO zipcodes VALUES (94546,'Castro Valley','CA','37.702063','-122.079340',-8,1); -INSERT INTO zipcodes VALUES (94547,'Hercules','CA','38.005122','-122.257840',-8,1); -INSERT INTO zipcodes VALUES (94548,'Knightsen','CA','37.972622','-121.665205',-8,1); -INSERT INTO zipcodes VALUES (94549,'Lafayette','CA','37.895695','-122.117850',-8,1); -INSERT INTO zipcodes VALUES (94550,'Livermore','CA','37.657780','-121.730110',-8,1); -INSERT INTO zipcodes VALUES (94551,'Livermore','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94552,'Castro Valley','CA','37.697680','-122.025030',-8,1); -INSERT INTO zipcodes VALUES (94553,'Martinez','CA','37.998912','-122.115010',-8,1); -INSERT INTO zipcodes VALUES (94555,'Fremont','CA','37.571581','-122.050900',-8,1); -INSERT INTO zipcodes VALUES (94556,'Moraga','CA','37.839426','-122.124260',-8,1); -INSERT INTO zipcodes VALUES (94557,'Hayward','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94558,'Napa','CA','38.337243','-122.300270',-8,1); -INSERT INTO zipcodes VALUES (94559,'Napa','CA','38.291164','-122.286710',-8,1); -INSERT INTO zipcodes VALUES (94560,'Newark','CA','37.535586','-122.033620',-8,1); -INSERT INTO zipcodes VALUES (94561,'Oakley','CA','37.992124','-121.713280',-8,1); -INSERT INTO zipcodes VALUES (94562,'Oakville','CA','38.437887','-122.399101',-8,1); -INSERT INTO zipcodes VALUES (94563,'Orinda','CA','37.878625','-122.182960',-8,1); -INSERT INTO zipcodes VALUES (94564,'Pinole','CA','37.997509','-122.292080',-8,1); -INSERT INTO zipcodes VALUES (94565,'Pittsburg','CA','38.017917','-121.905020',-8,1); -INSERT INTO zipcodes VALUES (94566,'Pleasanton','CA','37.658898','-121.871490',-8,1); -INSERT INTO zipcodes VALUES (94567,'Pope Valley','CA','38.658204','-122.404410',-8,1); -INSERT INTO zipcodes VALUES (94568,'Dublin','CA','37.714179','-121.925670',-8,1); -INSERT INTO zipcodes VALUES (94569,'Port Costa','CA','38.043370','-122.189940',-8,1); -INSERT INTO zipcodes VALUES (94570,'Moraga','CA','37.777208','-121.955399',-8,1); -INSERT INTO zipcodes VALUES (94571,'Rio Vista','CA','38.156909','-121.720750',-8,1); -INSERT INTO zipcodes VALUES (94572,'Rodeo','CA','38.031271','-122.262130',-8,1); -INSERT INTO zipcodes VALUES (94573,'Rutherford','CA','38.466508','-122.414189',-8,1); -INSERT INTO zipcodes VALUES (94574,'Saint Helena','CA','38.511241','-122.456950',-8,1); -INSERT INTO zipcodes VALUES (94575,'Moraga','CA','37.777208','-121.955399',-8,1); -INSERT INTO zipcodes VALUES (94576,'Deer Park','CA','38.553087','-122.477250',-8,1); -INSERT INTO zipcodes VALUES (94577,'San Leandro','CA','37.722279','-122.157020',-8,1); -INSERT INTO zipcodes VALUES (94578,'San Leandro','CA','37.703427','-122.128000',-8,1); -INSERT INTO zipcodes VALUES (94579,'San Leandro','CA','37.688580','-122.154210',-8,1); -INSERT INTO zipcodes VALUES (94580,'San Lorenzo','CA','37.678531','-122.131990',-8,1); -INSERT INTO zipcodes VALUES (94581,'Napa','CA','38.509569','-122.353900',-8,1); -INSERT INTO zipcodes VALUES (94583,'San Ramon','CA','37.757350','-121.952130',-8,1); -INSERT INTO zipcodes VALUES (94585,'Suisun City','CA','38.231364','-122.054140',-8,1); -INSERT INTO zipcodes VALUES (94586,'Sunol','CA','37.593883','-121.882810',-8,1); -INSERT INTO zipcodes VALUES (94587,'Union City','CA','37.592184','-122.045770',-8,1); -INSERT INTO zipcodes VALUES (94588,'Pleasanton','CA','37.689730','-121.892440',-8,1); -INSERT INTO zipcodes VALUES (94589,'Vallejo','CA','38.152068','-122.250740',-8,1); -INSERT INTO zipcodes VALUES (94590,'Vallejo','CA','38.105219','-122.245710',-8,1); -INSERT INTO zipcodes VALUES (94591,'Vallejo','CA','38.099119','-122.210350',-8,1); -INSERT INTO zipcodes VALUES (94592,'Vallejo','CA','38.115015','-122.290550',-8,1); -INSERT INTO zipcodes VALUES (94595,'Walnut Creek','CA','37.879757','-122.071430',-8,1); -INSERT INTO zipcodes VALUES (94596,'Walnut Creek','CA','37.905924','-122.058580',-8,1); -INSERT INTO zipcodes VALUES (94597,'Walnut Creek','CA','37.777208','-121.955399',-8,1); -INSERT INTO zipcodes VALUES (94598,'Walnut Creek','CA','37.918780','-122.026180',-8,1); -INSERT INTO zipcodes VALUES (94599,'Yountville','CA','38.403011','-122.362280',-8,1); -INSERT INTO zipcodes VALUES (94601,'Oakland','CA','37.776835','-122.217920',-8,1); -INSERT INTO zipcodes VALUES (94602,'Oakland','CA','37.799727','-122.212110',-8,1); -INSERT INTO zipcodes VALUES (94603,'Oakland','CA','37.738379','-122.173320',-8,1); -INSERT INTO zipcodes VALUES (94604,'Oakland','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94605,'Oakland','CA','37.763028','-122.163050',-8,1); -INSERT INTO zipcodes VALUES (94606,'Oakland','CA','37.793177','-122.243520',-8,1); -INSERT INTO zipcodes VALUES (94607,'Oakland','CA','37.806427','-122.288980',-8,1); -INSERT INTO zipcodes VALUES (94608,'Emeryville','CA','37.834724','-122.283160',-8,1); -INSERT INTO zipcodes VALUES (94609,'Oakland','CA','37.834926','-122.264000',-8,1); -INSERT INTO zipcodes VALUES (94610,'Oakland','CA','37.812377','-122.241990',-8,1); -INSERT INTO zipcodes VALUES (94611,'Oakland','CA','37.827126','-122.222890',-8,1); -INSERT INTO zipcodes VALUES (94612,'Oakland','CA','37.809427','-122.271720',-8,1); -INSERT INTO zipcodes VALUES (94613,'Oakland','CA','37.781098','-122.186573',-8,1); -INSERT INTO zipcodes VALUES (94614,'Oakland','CA','37.727739','-122.204573',-8,1); -INSERT INTO zipcodes VALUES (94615,'Oakland','CA','37.806677','-122.300380',-8,1); -INSERT INTO zipcodes VALUES (94617,'Oakland','CA','37.807827','-122.271652',-8,1); -INSERT INTO zipcodes VALUES (94618,'Oakland','CA','37.843726','-122.243690',-8,1); -INSERT INTO zipcodes VALUES (94619,'Oakland','CA','37.790027','-122.186150',-8,1); -INSERT INTO zipcodes VALUES (94620,'Piedmont','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94621,'Oakland','CA','37.753978','-122.189690',-8,1); -INSERT INTO zipcodes VALUES (94623,'Oakland','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94624,'Oakland','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94625,'Oakland','CA','37.803927','-122.319655',-8,1); -INSERT INTO zipcodes VALUES (94626,'Oakland','CA','37.819314','-122.303136',-8,1); -INSERT INTO zipcodes VALUES (94627,'Oakland','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94643,'Oakland','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94649,'Oakland','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94659,'Oakland','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94660,'Oakland','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94661,'Oakland','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94662,'Emeryville','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94666,'Oakland','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94701,'Berkeley','CA','37.860576','-122.296730',-8,1); -INSERT INTO zipcodes VALUES (94702,'Berkeley','CA','37.865026','-122.285900',-8,1); -INSERT INTO zipcodes VALUES (94703,'Berkeley','CA','37.862526','-122.275820',-8,1); -INSERT INTO zipcodes VALUES (94704,'Berkeley','CA','37.868575','-122.258550',-8,1); -INSERT INTO zipcodes VALUES (94705,'Berkeley','CA','37.856926','-122.250840',-8,1); -INSERT INTO zipcodes VALUES (94706,'Albany','CA','37.889125','-122.293710',-8,1); -INSERT INTO zipcodes VALUES (94707,'Berkeley','CA','37.894625','-122.279170',-8,1); -INSERT INTO zipcodes VALUES (94708,'Berkeley','CA','37.894625','-122.263720',-8,1); -INSERT INTO zipcodes VALUES (94709,'Berkeley','CA','37.879625','-122.266800',-8,1); -INSERT INTO zipcodes VALUES (94710,'Berkeley','CA','37.869976','-122.298100',-8,1); -INSERT INTO zipcodes VALUES (94712,'Berkeley','CA','37.680181','-121.921498',-8,1); -INSERT INTO zipcodes VALUES (94720,'Berkeley','CA','37.866825','-122.253582',-8,1); -INSERT INTO zipcodes VALUES (94801,'Richmond','CA','37.941424','-122.366280',-8,1); -INSERT INTO zipcodes VALUES (94802,'Richmond','CA','37.777208','-121.955399',-8,1); -INSERT INTO zipcodes VALUES (94803,'El Sobrante','CA','37.969673','-122.294130',-8,1); -INSERT INTO zipcodes VALUES (94804,'Richmond','CA','37.926509','-122.340800',-8,1); -INSERT INTO zipcodes VALUES (94805,'Richmond','CA','37.941824','-122.325530',-8,1); -INSERT INTO zipcodes VALUES (94806,'San Pablo','CA','37.972623','-122.338730',-8,1); -INSERT INTO zipcodes VALUES (94807,'Richmond','CA','37.777208','-121.955399',-8,1); -INSERT INTO zipcodes VALUES (94808,'Richmond','CA','37.777208','-121.955399',-8,1); -INSERT INTO zipcodes VALUES (94820,'El Sobrante','CA','37.777208','-121.955399',-8,1); -INSERT INTO zipcodes VALUES (94850,'Richmond','CA','37.777208','-121.955399',-8,1); -INSERT INTO zipcodes VALUES (94901,'San Rafael','CA','37.972423','-122.514840',-8,1); -INSERT INTO zipcodes VALUES (94903,'San Rafael','CA','38.019022','-122.545890',-8,1); -INSERT INTO zipcodes VALUES (94904,'Greenbrae','CA','37.950069','-122.542840',-8,1); -INSERT INTO zipcodes VALUES (94912,'San Rafael','CA','38.068036','-122.740988',-8,1); -INSERT INTO zipcodes VALUES (94913,'San Rafael','CA','38.068036','-122.740988',-8,1); -INSERT INTO zipcodes VALUES (94914,'Kentfield','CA','38.068036','-122.740988',-8,1); -INSERT INTO zipcodes VALUES (94915,'San Rafael','CA','38.073920','-122.559440',-8,1); -INSERT INTO zipcodes VALUES (94920,'Belvedere Tiburon','CA','37.892476','-122.475410',-8,1); -INSERT INTO zipcodes VALUES (94922,'Bodega','CA','38.345572','-122.966760',-8,1); -INSERT INTO zipcodes VALUES (94923,'Bodega Bay','CA','38.347701','-123.058690',-8,1); -INSERT INTO zipcodes VALUES (94924,'Bolinas','CA','37.907675','-122.702010',-8,1); -INSERT INTO zipcodes VALUES (94925,'Corte Madera','CA','37.924242','-122.516000',-8,1); -INSERT INTO zipcodes VALUES (94926,'Cotati','CA','38.463088','-122.989975',-8,1); -INSERT INTO zipcodes VALUES (94927,'Rohnert Park','CA','38.463088','-122.989975',-8,1); -INSERT INTO zipcodes VALUES (94928,'Rohnert Park','CA','38.347174','-122.695370',-8,1); -INSERT INTO zipcodes VALUES (94929,'Dillon Beach','CA','38.246611','-122.959160',-8,1); -INSERT INTO zipcodes VALUES (94930,'Fairfax','CA','37.987790','-122.599620',-8,1); -INSERT INTO zipcodes VALUES (94931,'Cotati','CA','38.328614','-122.710440',-8,1); -INSERT INTO zipcodes VALUES (94933,'Forest Knolls','CA','38.012489','-122.688860',-8,1); -INSERT INTO zipcodes VALUES (94937,'Inverness','CA','38.099205','-122.877510',-8,1); -INSERT INTO zipcodes VALUES (94938,'Lagunitas','CA','38.017617','-122.694300',-8,1); -INSERT INTO zipcodes VALUES (94939,'Larkspur','CA','37.936151','-122.535500',-8,1); -INSERT INTO zipcodes VALUES (94940,'Marshall','CA','38.180029','-122.883570',-8,1); -INSERT INTO zipcodes VALUES (94941,'Mill Valley','CA','37.898058','-122.541340',-8,1); -INSERT INTO zipcodes VALUES (94942,'Mill Valley','CA','38.068036','-122.740988',-8,1); -INSERT INTO zipcodes VALUES (94945,'Novato','CA','38.117065','-122.563160',-8,1); -INSERT INTO zipcodes VALUES (94946,'Nicasio','CA','38.050454','-122.678660',-8,1); -INSERT INTO zipcodes VALUES (94947,'Novato','CA','38.098221','-122.598090',-8,1); -INSERT INTO zipcodes VALUES (94948,'Novato','CA','38.148858','-122.573745',-8,1); -INSERT INTO zipcodes VALUES (94949,'Novato','CA','38.063170','-122.541110',-8,1); -INSERT INTO zipcodes VALUES (94950,'Olema','CA','38.054433','-122.777620',-8,1); -INSERT INTO zipcodes VALUES (94951,'Penngrove','CA','38.314531','-122.660970',-8,1); -INSERT INTO zipcodes VALUES (94952,'Petaluma','CA','38.243734','-122.693450',-8,1); -INSERT INTO zipcodes VALUES (94953,'Petaluma','CA','38.463088','-122.989975',-8,1); -INSERT INTO zipcodes VALUES (94954,'Petaluma','CA','38.243299','-122.606900',-8,1); -INSERT INTO zipcodes VALUES (94955,'Petaluma','CA','38.463088','-122.989975',-8,1); -INSERT INTO zipcodes VALUES (94956,'Point Reyes Station','CA','38.081566','-122.819880',-8,1); -INSERT INTO zipcodes VALUES (94957,'Ross','CA','38.022322','-122.561689',-8,1); -INSERT INTO zipcodes VALUES (94960,'San Anselmo','CA','37.981623','-122.568840',-8,1); -INSERT INTO zipcodes VALUES (94963,'San Geronimo','CA','38.012082','-122.663890',-8,1); -INSERT INTO zipcodes VALUES (94964,'San Quentin','CA','37.943365','-122.490290',-8,1); -INSERT INTO zipcodes VALUES (94965,'Sausalito','CA','37.855527','-122.499490',-8,1); -INSERT INTO zipcodes VALUES (94966,'Sausalito','CA','38.068036','-122.740988',-8,1); -INSERT INTO zipcodes VALUES (94970,'Stinson Beach','CA','37.903396','-122.650430',-8,1); -INSERT INTO zipcodes VALUES (94971,'Tomales','CA','38.245851','-122.906440',-8,1); -INSERT INTO zipcodes VALUES (94972,'Valley Ford','CA','38.335515','-122.939200',-8,1); -INSERT INTO zipcodes VALUES (94973,'Woodacre','CA','38.007639','-122.639140',-8,1); -INSERT INTO zipcodes VALUES (94974,'San Quentin','CA','38.068036','-122.740988',-8,1); -INSERT INTO zipcodes VALUES (94975,'Petaluma','CA','38.463088','-122.989975',-8,1); -INSERT INTO zipcodes VALUES (94976,'Corte Madera','CA','38.068036','-122.740988',-8,1); -INSERT INTO zipcodes VALUES (94977,'Larkspur','CA','38.068036','-122.740988',-8,1); -INSERT INTO zipcodes VALUES (94978,'Fairfax','CA','38.068036','-122.740988',-8,1); -INSERT INTO zipcodes VALUES (94979,'San Anselmo','CA','38.068036','-122.740988',-8,1); -INSERT INTO zipcodes VALUES (94991,'San Rafael','CA','37.970726','-122.524012',-8,1); -INSERT INTO zipcodes VALUES (94998,'Novato','CA','38.117269','-122.568442',-8,1); -INSERT INTO zipcodes VALUES (94999,'Petaluma','CA','38.267466','-122.658097',-8,1); -INSERT INTO zipcodes VALUES (95001,'Aptos','CA','37.052970','-121.949418',-8,1); -INSERT INTO zipcodes VALUES (95002,'Alviso','CA','37.427439','-121.975210',-8,1); -INSERT INTO zipcodes VALUES (95003,'Aptos','CA','36.979333','-121.894400',-8,1); -INSERT INTO zipcodes VALUES (95004,'Aromas','CA','36.885056','-121.630820',-8,1); -INSERT INTO zipcodes VALUES (95005,'Ben Lomond','CA','37.084347','-122.085240',-8,1); -INSERT INTO zipcodes VALUES (95006,'Boulder Creek','CA','37.151813','-122.136790',-8,1); -INSERT INTO zipcodes VALUES (95007,'Brookdale','CA','37.105480','-122.104700',-8,1); -INSERT INTO zipcodes VALUES (95008,'Campbell','CA','37.278843','-121.954460',-8,1); -INSERT INTO zipcodes VALUES (95009,'Campbell','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95010,'Capitola','CA','36.976100','-121.953160',-8,1); -INSERT INTO zipcodes VALUES (95011,'Campbell','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95012,'Castroville','CA','36.768856','-121.751050',-8,1); -INSERT INTO zipcodes VALUES (95013,'Coyote','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95014,'Cupertino','CA','37.317909','-122.047790',-8,1); -INSERT INTO zipcodes VALUES (95015,'Cupertino','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95017,'Davenport','CA','37.085986','-122.226380',-8,1); -INSERT INTO zipcodes VALUES (95018,'Felton','CA','37.057708','-122.059670',-8,1); -INSERT INTO zipcodes VALUES (95019,'Freedom','CA','36.935552','-121.779720',-8,1); -INSERT INTO zipcodes VALUES (95020,'Gilroy','CA','37.016943','-121.565810',-8,1); -INSERT INTO zipcodes VALUES (95021,'Gilroy','CA','36.986148','-121.497349',-8,1); -INSERT INTO zipcodes VALUES (95022,'Palo Alto','CA','37.324770','-122.184276',-8,1); -INSERT INTO zipcodes VALUES (95023,'Hollister','CA','36.862243','-121.380060',-8,1); -INSERT INTO zipcodes VALUES (95024,'Hollister','CA','36.854430','-121.411909',-8,1); -INSERT INTO zipcodes VALUES (95026,'Holy City','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95030,'Los Gatos','CA','37.228594','-121.983960',-8,1); -INSERT INTO zipcodes VALUES (95031,'Los Gatos','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95032,'Los Gatos','CA','37.241193','-121.953400',-8,1); -INSERT INTO zipcodes VALUES (95033,'Los Gatos','CA','37.160012','-121.988100',-8,1); -INSERT INTO zipcodes VALUES (95035,'Milpitas','CA','37.436451','-121.894380',-8,1); -INSERT INTO zipcodes VALUES (95036,'Milpitas','CA','37.456807','-121.913632',-8,1); -INSERT INTO zipcodes VALUES (95037,'Morgan Hill','CA','37.137595','-121.662110',-8,1); -INSERT INTO zipcodes VALUES (95038,'Morgan Hill','CA','37.225787','-121.617894',-8,1); -INSERT INTO zipcodes VALUES (95039,'Moss Landing','CA','36.812905','-121.782990',-8,1); -INSERT INTO zipcodes VALUES (95041,'Mount Hermon','CA','37.050798','-122.056900',-8,1); -INSERT INTO zipcodes VALUES (95042,'New Almaden','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95043,'Paicines','CA','36.504586','-121.015150',-8,1); -INSERT INTO zipcodes VALUES (95044,'Redwood Estates','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95045,'San Juan Bautista','CA','36.829052','-121.528480',-8,1); -INSERT INTO zipcodes VALUES (95046,'San Martin','CA','37.088746','-121.600480',-8,1); -INSERT INTO zipcodes VALUES (95050,'Santa Clara','CA','37.347791','-121.951310',-8,1); -INSERT INTO zipcodes VALUES (95051,'Santa Clara','CA','37.346241','-121.984600',-8,1); -INSERT INTO zipcodes VALUES (95052,'Santa Clara','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95053,'Santa Clara','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95054,'Santa Clara','CA','37.393240','-121.960660',-8,1); -INSERT INTO zipcodes VALUES (95055,'Santa Clara','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95056,'Santa Clara','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95060,'Santa Cruz','CA','36.980556','-122.046030',-8,1); -INSERT INTO zipcodes VALUES (95061,'Santa Cruz','CA','37.007399','-122.075125',-8,1); -INSERT INTO zipcodes VALUES (95062,'Santa Cruz','CA','36.970700','-121.990860',-8,1); -INSERT INTO zipcodes VALUES (95063,'Santa Cruz','CA','36.963400','-121.973771',-8,1); -INSERT INTO zipcodes VALUES (95064,'Santa Cruz','CA','37.000199','-122.060260',-8,1); -INSERT INTO zipcodes VALUES (95065,'Santa Cruz','CA','37.010322','-121.985230',-8,1); -INSERT INTO zipcodes VALUES (95066,'Scotts Valley','CA','37.057575','-122.015070',-8,1); -INSERT INTO zipcodes VALUES (95067,'Scotts Valley','CA','37.052970','-121.949418',-8,1); -INSERT INTO zipcodes VALUES (95070,'Saratoga','CA','37.270543','-122.023050',-8,1); -INSERT INTO zipcodes VALUES (95071,'Saratoga','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95073,'Soquel','CA','37.007916','-121.950720',-8,1); -INSERT INTO zipcodes VALUES (95075,'Tres Pinos','CA','36.761702','-121.274795',-8,1); -INSERT INTO zipcodes VALUES (95076,'Watsonville','CA','36.922902','-121.772240',-8,1); -INSERT INTO zipcodes VALUES (95077,'Watsonville','CA','37.052970','-121.949418',-8,1); -INSERT INTO zipcodes VALUES (95101,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95102,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95103,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95106,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95108,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95109,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95110,'San Jose','CA','37.335545','-121.898770',-8,1); -INSERT INTO zipcodes VALUES (95111,'San Jose','CA','37.284042','-121.826640',-8,1); -INSERT INTO zipcodes VALUES (95112,'San Jose','CA','37.348541','-121.886270',-8,1); -INSERT INTO zipcodes VALUES (95113,'San Jose','CA','37.333941','-121.891540',-8,1); -INSERT INTO zipcodes VALUES (95114,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95115,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95116,'San Jose','CA','37.349640','-121.854400',-8,1); -INSERT INTO zipcodes VALUES (95117,'San Jose','CA','37.311042','-121.961620',-8,1); -INSERT INTO zipcodes VALUES (95118,'San Jose','CA','37.257643','-121.890720',-8,1); -INSERT INTO zipcodes VALUES (95119,'San Jose','CA','37.232244','-121.790920',-8,1); -INSERT INTO zipcodes VALUES (95120,'San Jose','CA','37.213624','-121.856710',-8,1); -INSERT INTO zipcodes VALUES (95121,'San Jose','CA','37.305714','-121.811450',-8,1); -INSERT INTO zipcodes VALUES (95122,'San Jose','CA','37.329641','-121.833590',-8,1); -INSERT INTO zipcodes VALUES (95123,'San Jose','CA','37.244426','-121.832460',-8,1); -INSERT INTO zipcodes VALUES (95124,'San Jose','CA','37.256743','-121.923120',-8,1); -INSERT INTO zipcodes VALUES (95125,'San Jose','CA','37.295092','-121.896490',-8,1); -INSERT INTO zipcodes VALUES (95126,'San Jose','CA','37.326341','-121.917800',-8,1); -INSERT INTO zipcodes VALUES (95127,'San Jose','CA','37.369473','-121.820770',-8,1); -INSERT INTO zipcodes VALUES (95128,'San Jose','CA','37.316983','-121.935550',-8,1); -INSERT INTO zipcodes VALUES (95129,'San Jose','CA','37.307742','-121.999760',-8,1); -INSERT INTO zipcodes VALUES (95130,'San Jose','CA','37.289642','-121.983110',-8,1); -INSERT INTO zipcodes VALUES (95131,'San Jose','CA','37.386310','-121.889870',-8,1); -INSERT INTO zipcodes VALUES (95132,'San Jose','CA','37.405989','-121.847750',-8,1); -INSERT INTO zipcodes VALUES (95133,'San Jose','CA','37.373540','-121.857840',-8,1); -INSERT INTO zipcodes VALUES (95134,'San Jose','CA','37.412539','-121.944610',-8,1); -INSERT INTO zipcodes VALUES (95135,'San Jose','CA','37.299474','-121.754460',-8,1); -INSERT INTO zipcodes VALUES (95136,'San Jose','CA','37.269343','-121.849390',-8,1); -INSERT INTO zipcodes VALUES (95137,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95138,'San Jose','CA','37.255915','-121.775360',-8,1); -INSERT INTO zipcodes VALUES (95139,'San Jose','CA','37.226194','-121.765140',-8,1); -INSERT INTO zipcodes VALUES (95140,'Mount Hamilton','CA','37.388718','-121.638450',-8,1); -INSERT INTO zipcodes VALUES (95141,'San Jose','CA','37.178745','-121.741809',-8,1); -INSERT INTO zipcodes VALUES (95142,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95148,'San Jose','CA','37.330496','-121.791410',-8,1); -INSERT INTO zipcodes VALUES (95150,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95151,'San Jose','CA','37.187349','-121.757220',-8,1); -INSERT INTO zipcodes VALUES (95152,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95153,'San Jose','CA','37.216184','-121.743632',-8,1); -INSERT INTO zipcodes VALUES (95154,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95155,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95156,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95157,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95158,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95159,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95160,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95161,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95164,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95170,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95171,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95172,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95173,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95190,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95191,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95192,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95193,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95194,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95196,'San Jose','CA','37.189396','-121.705327',-8,1); -INSERT INTO zipcodes VALUES (95201,'Stockton','CA','37.672196','-121.298794',-8,1); -INSERT INTO zipcodes VALUES (95202,'Stockton','CA','37.958723','-121.288050',-8,1); -INSERT INTO zipcodes VALUES (95203,'Stockton','CA','37.954823','-121.307350',-8,1); -INSERT INTO zipcodes VALUES (95204,'Stockton','CA','37.974273','-121.314700',-8,1); -INSERT INTO zipcodes VALUES (95205,'Stockton','CA','37.962873','-121.264010',-8,1); -INSERT INTO zipcodes VALUES (95206,'Stockton','CA','37.922024','-121.302500',-8,1); -INSERT INTO zipcodes VALUES (95207,'Stockton','CA','38.004172','-121.323700',-8,1); -INSERT INTO zipcodes VALUES (95208,'Stockton','CA','37.889849','-121.253872',-8,1); -INSERT INTO zipcodes VALUES (95209,'Stockton','CA','38.035499','-121.343780',-8,1); -INSERT INTO zipcodes VALUES (95210,'Stockton','CA','38.025086','-121.297220',-8,1); -INSERT INTO zipcodes VALUES (95211,'Stockton','CA','37.981073','-121.308008',-8,1); -INSERT INTO zipcodes VALUES (95212,'Stockton','CA','38.038906','-121.242130',-8,1); -INSERT INTO zipcodes VALUES (95213,'Stockton','CA','37.904777','-121.226782',-8,1); -INSERT INTO zipcodes VALUES (95215,'Stockton','CA','37.955474','-121.190640',-8,1); -INSERT INTO zipcodes VALUES (95219,'Stockton','CA','38.004922','-121.400220',-8,1); -INSERT INTO zipcodes VALUES (95220,'Acampo','CA','38.200193','-121.235050',-8,1); -INSERT INTO zipcodes VALUES (95221,'Altaville','CA','38.077000','-120.554010',-8,1); -INSERT INTO zipcodes VALUES (95222,'Angels Camp','CA','38.087437','-120.580720',-8,1); -INSERT INTO zipcodes VALUES (95223,'Arnold','CA','38.282255','-120.288750',-8,1); -INSERT INTO zipcodes VALUES (95224,'Avery','CA','38.208553','-120.348760',-8,1); -INSERT INTO zipcodes VALUES (95225,'Burson','CA','38.183288','-120.894870',-8,1); -INSERT INTO zipcodes VALUES (95226,'Campo Seco','CA','38.229515','-120.863410',-8,1); -INSERT INTO zipcodes VALUES (95227,'Clements','CA','38.205817','-121.053610',-8,1); -INSERT INTO zipcodes VALUES (95228,'Copperopolis','CA','37.942532','-120.657860',-8,1); -INSERT INTO zipcodes VALUES (95229,'Douglas Flat','CA','38.110355','-120.454360',-8,1); -INSERT INTO zipcodes VALUES (95230,'Farmington','CA','37.959439','-120.823290',-8,1); -INSERT INTO zipcodes VALUES (95231,'French Camp','CA','37.882742','-121.279780',-8,1); -INSERT INTO zipcodes VALUES (95232,'Glencoe','CA','38.356552','-120.583180',-8,1); -INSERT INTO zipcodes VALUES (95233,'Hathaway Pines','CA','38.186102','-120.363280',-8,1); -INSERT INTO zipcodes VALUES (95234,'Holt','CA','37.889849','-121.253872',-8,1); -INSERT INTO zipcodes VALUES (95236,'Linden','CA','38.018456','-121.056750',-8,1); -INSERT INTO zipcodes VALUES (95237,'Lockeford','CA','38.162818','-121.148550',-8,1); -INSERT INTO zipcodes VALUES (95240,'Lodi','CA','38.124630','-121.250390',-8,1); -INSERT INTO zipcodes VALUES (95241,'Lodi','CA','37.889849','-121.253872',-8,1); -INSERT INTO zipcodes VALUES (95242,'Lodi','CA','38.132618','-121.322820',-8,1); -INSERT INTO zipcodes VALUES (95245,'Mokelumne Hill','CA','38.300688','-120.626320',-8,1); -INSERT INTO zipcodes VALUES (95246,'Mountain Ranch','CA','38.261270','-120.503280',-8,1); -INSERT INTO zipcodes VALUES (95247,'Murphys','CA','38.146124','-120.454580',-8,1); -INSERT INTO zipcodes VALUES (95248,'Rail Road Flat','CA','38.325626','-120.485154',-8,1); -INSERT INTO zipcodes VALUES (95249,'San Andreas','CA','38.192823','-120.642850',-8,1); -INSERT INTO zipcodes VALUES (95250,'Sheep Ranch','CA','38.256839','-120.381020',-8,1); -INSERT INTO zipcodes VALUES (95251,'Vallecito','CA','38.075897','-120.465440',-8,1); -INSERT INTO zipcodes VALUES (95252,'Valley Springs','CA','38.145601','-120.857330',-8,1); -INSERT INTO zipcodes VALUES (95253,'Victor','CA','38.114669','-121.203656',-8,1); -INSERT INTO zipcodes VALUES (95254,'Wallace','CA','38.192911','-120.957750',-8,1); -INSERT INTO zipcodes VALUES (95255,'West Point','CA','38.421689','-120.469470',-8,1); -INSERT INTO zipcodes VALUES (95257,'Wilseyville','CA','38.377741','-120.457410',-8,1); -INSERT INTO zipcodes VALUES (95258,'Woodbridge','CA','38.154118','-121.306000',-8,1); -INSERT INTO zipcodes VALUES (95267,'Stockton','CA','37.889849','-121.253872',-8,1); -INSERT INTO zipcodes VALUES (95269,'Stockton','CA','37.889849','-121.253872',-8,1); -INSERT INTO zipcodes VALUES (95290,'Stockton','CA','37.953473','-121.285257',-8,1); -INSERT INTO zipcodes VALUES (95296,'Lyoth','CA','37.889849','-121.253872',-8,1); -INSERT INTO zipcodes VALUES (95297,'Stockton','CA','37.889849','-121.253872',-8,1); -INSERT INTO zipcodes VALUES (95298,'Stockton','CA','37.889849','-121.253872',-8,1); -INSERT INTO zipcodes VALUES (95301,'Atwater','CA','37.351150','-120.605600',-8,1); -INSERT INTO zipcodes VALUES (95303,'Ballico','CA','37.469940','-120.676070',-8,1); -INSERT INTO zipcodes VALUES (95304,'Banta','CA','37.889849','-121.253872',-8,1); -INSERT INTO zipcodes VALUES (95305,'Big Oak Flat','CA','37.824554','-120.257640',-8,1); -INSERT INTO zipcodes VALUES (95306,'Catheys Valley','CA','37.432168','-120.096820',-8,1); -INSERT INTO zipcodes VALUES (95307,'Ceres','CA','37.584282','-120.950640',-8,1); -INSERT INTO zipcodes VALUES (95309,'Chinese Camp','CA','37.807938','-120.440467',-8,1); -INSERT INTO zipcodes VALUES (95310,'Columbia','CA','38.060956','-120.392160',-8,1); -INSERT INTO zipcodes VALUES (95311,'Coulterville','CA','37.746140','-120.151230',-8,1); -INSERT INTO zipcodes VALUES (95312,'Cressey','CA','37.420143','-120.665250',-8,1); -INSERT INTO zipcodes VALUES (95313,'Crows Landing','CA','37.413659','-121.056490',-8,1); -INSERT INTO zipcodes VALUES (95314,'Dardanelle','CA','38.033541','-119.925020',-8,1); -INSERT INTO zipcodes VALUES (95315,'Delhi','CA','37.428227','-120.775190',-8,1); -INSERT INTO zipcodes VALUES (95316,'Denair','CA','37.552329','-120.784630',-8,1); -INSERT INTO zipcodes VALUES (95317,'El Nido','CA','37.127525','-120.505740',-8,1); -INSERT INTO zipcodes VALUES (95318,'El Portal','CA','37.673629','-119.813050',-8,1); -INSERT INTO zipcodes VALUES (95319,'Empire','CA','37.637531','-120.906593',-8,1); -INSERT INTO zipcodes VALUES (95320,'Escalon','CA','37.797806','-121.001790',-8,1); -INSERT INTO zipcodes VALUES (95321,'Groveland','CA','37.840248','-120.045410',-8,1); -INSERT INTO zipcodes VALUES (95322,'Gustine','CA','37.187494','-121.032320',-8,1); -INSERT INTO zipcodes VALUES (95323,'Hickman','CA','37.619400','-120.714100',-8,1); -INSERT INTO zipcodes VALUES (95324,'Hilmar','CA','37.400932','-120.879720',-8,1); -INSERT INTO zipcodes VALUES (95325,'Hornitos','CA','37.463360','-120.256100',-8,1); -INSERT INTO zipcodes VALUES (95326,'Hughson','CA','37.594710','-120.864190',-8,1); -INSERT INTO zipcodes VALUES (95327,'Jamestown','CA','37.867243','-120.491570',-8,1); -INSERT INTO zipcodes VALUES (95328,'Keyes','CA','37.559600','-120.914100',-8,1); -INSERT INTO zipcodes VALUES (95329,'La Grange','CA','37.694235','-120.424210',-8,1); -INSERT INTO zipcodes VALUES (95330,'Lathrop','CA','37.816876','-121.285410',-8,1); -INSERT INTO zipcodes VALUES (95333,'Le Grand','CA','37.245423','-120.271160',-8,1); -INSERT INTO zipcodes VALUES (95334,'Livingston','CA','37.380250','-120.726140',-8,1); -INSERT INTO zipcodes VALUES (95335,'Long Barn','CA','38.119056','-120.101400',-8,1); -INSERT INTO zipcodes VALUES (95336,'Manteca','CA','37.812815','-121.214160',-8,1); -INSERT INTO zipcodes VALUES (95337,'Manteca','CA','37.782332','-121.235780',-8,1); -INSERT INTO zipcodes VALUES (95338,'Mariposa','CA','37.505484','-119.925270',-8,1); -INSERT INTO zipcodes VALUES (95340,'Merced','CA','37.294648','-120.474740',-8,1); -INSERT INTO zipcodes VALUES (95341,'Merced','CA','37.186872','-120.650351',-8,1); -INSERT INTO zipcodes VALUES (95342,'Atwater','CA','37.367315','-120.570634',-8,1); -INSERT INTO zipcodes VALUES (95343,'Merced','CA','37.186872','-120.650351',-8,1); -INSERT INTO zipcodes VALUES (95344,'Merced','CA','37.378234','-120.617808',-8,1); -INSERT INTO zipcodes VALUES (95345,'Midpines','CA','37.576262','-119.948650',-8,1); -INSERT INTO zipcodes VALUES (95346,'Mi Wuk Village','CA','38.079632','-120.168720',-8,1); -INSERT INTO zipcodes VALUES (95347,'Moccasin','CA','37.805371','-120.375945',-8,1); -INSERT INTO zipcodes VALUES (95348,'Merced','CA','37.342056','-120.501540',-8,1); -INSERT INTO zipcodes VALUES (95350,'Modesto','CA','37.671778','-121.012490',-8,1); -INSERT INTO zipcodes VALUES (95351,'Modesto','CA','37.626067','-120.999550',-8,1); -INSERT INTO zipcodes VALUES (95352,'Modesto','CA','37.603960','-120.937052',-8,1); -INSERT INTO zipcodes VALUES (95353,'Modesto','CA','37.603960','-120.937052',-8,1); -INSERT INTO zipcodes VALUES (95354,'Modesto','CA','37.644481','-120.980430',-8,1); -INSERT INTO zipcodes VALUES (95355,'Modesto','CA','37.673513','-120.955660',-8,1); -INSERT INTO zipcodes VALUES (95356,'Modesto','CA','37.704138','-121.021870',-8,1); -INSERT INTO zipcodes VALUES (95357,'Modesto','CA','37.667196','-120.906100',-8,1); -INSERT INTO zipcodes VALUES (95358,'Modesto','CA','37.622898','-121.051810',-8,1); -INSERT INTO zipcodes VALUES (95360,'Newman','CA','37.312014','-121.031400',-8,1); -INSERT INTO zipcodes VALUES (95361,'Oakdale','CA','37.776528','-120.847560',-8,1); -INSERT INTO zipcodes VALUES (95363,'Patterson','CA','37.477477','-121.145550',-8,1); -INSERT INTO zipcodes VALUES (95364,'Pinecrest','CA','38.275328','-119.896190',-8,1); -INSERT INTO zipcodes VALUES (95365,'Planada','CA','37.297403','-120.322850',-8,1); -INSERT INTO zipcodes VALUES (95366,'Ripon','CA','37.742895','-121.125460',-8,1); -INSERT INTO zipcodes VALUES (95367,'Riverbank','CA','37.731272','-120.943650',-8,1); -INSERT INTO zipcodes VALUES (95368,'Salida','CA','37.708727','-121.089280',-8,1); -INSERT INTO zipcodes VALUES (95369,'Snelling','CA','37.521832','-120.465550',-8,1); -INSERT INTO zipcodes VALUES (95370,'Sonora','CA','37.995238','-120.343700',-8,1); -INSERT INTO zipcodes VALUES (95372,'Soulsbyville','CA','37.991855','-120.258290',-8,1); -INSERT INTO zipcodes VALUES (95373,'Standard','CA','37.986377','-120.241412',-8,1); -INSERT INTO zipcodes VALUES (95374,'Stevinson','CA','37.322619','-120.882990',-8,1); -INSERT INTO zipcodes VALUES (95375,'Strawberry','CA','38.184096','-120.021342',-8,1); -INSERT INTO zipcodes VALUES (95376,'Tracy','CA','37.728417','-121.423990',-8,1); -INSERT INTO zipcodes VALUES (95377,'Tracy','CA','37.723740','-121.447131',-8,1); -INSERT INTO zipcodes VALUES (95378,'Tracy','CA','37.889849','-121.253872',-8,1); -INSERT INTO zipcodes VALUES (95379,'Tuolumne','CA','37.957978','-120.229700',-8,1); -INSERT INTO zipcodes VALUES (95380,'Turlock','CA','37.488580','-120.851960',-8,1); -INSERT INTO zipcodes VALUES (95381,'Turlock','CA','37.603960','-120.937052',-8,1); -INSERT INTO zipcodes VALUES (95382,'Turlock','CA','37.523901','-120.851600',-8,1); -INSERT INTO zipcodes VALUES (95383,'Twain Harte','CA','38.055888','-120.230020',-8,1); -INSERT INTO zipcodes VALUES (95385,'Vernalis','CA','37.609781','-121.267840',-8,1); -INSERT INTO zipcodes VALUES (95386,'Waterford','CA','37.645632','-120.738120',-8,1); -INSERT INTO zipcodes VALUES (95387,'Westley','CA','37.539768','-121.247020',-8,1); -INSERT INTO zipcodes VALUES (95388,'Winton','CA','37.400193','-120.610940',-8,1); -INSERT INTO zipcodes VALUES (95389,'Yosemite National Park','CA','37.699662','-119.675290',-8,1); -INSERT INTO zipcodes VALUES (95390,'Riverbank','CA','37.603960','-120.937052',-8,1); -INSERT INTO zipcodes VALUES (95397,'Modesto','CA','37.603960','-120.937052',-8,1); -INSERT INTO zipcodes VALUES (95401,'Santa Rosa','CA','38.440111','-122.745630',-8,1); -INSERT INTO zipcodes VALUES (95402,'Santa Rosa','CA','38.440061','-122.710598',-8,1); -INSERT INTO zipcodes VALUES (95403,'Santa Rosa','CA','38.480494','-122.749760',-8,1); -INSERT INTO zipcodes VALUES (95404,'Santa Rosa','CA','38.457611','-122.693170',-8,1); -INSERT INTO zipcodes VALUES (95405,'Santa Rosa','CA','38.438161','-122.674190',-8,1); -INSERT INTO zipcodes VALUES (95406,'Santa Rosa','CA','38.459575','-122.715654',-8,1); -INSERT INTO zipcodes VALUES (95407,'Santa Rosa','CA','38.404991','-122.727500',-8,1); -INSERT INTO zipcodes VALUES (95408,'Santa Rosa','CA','38.463088','-122.989975',-8,1); -INSERT INTO zipcodes VALUES (95409,'Santa Rosa','CA','38.460594','-122.642200',-8,1); -INSERT INTO zipcodes VALUES (95410,'Albion','CA','39.216157','-123.713760',-8,1); -INSERT INTO zipcodes VALUES (95412,'Annapolis','CA','38.717819','-123.327570',-8,1); -INSERT INTO zipcodes VALUES (95415,'Boonville','CA','39.026811','-123.386210',-8,1); -INSERT INTO zipcodes VALUES (95416,'Boyes Hot Springs','CA','38.463088','-122.989975',-8,1); -INSERT INTO zipcodes VALUES (95417,'Branscomb','CA','39.670239','-123.644230',-8,1); -INSERT INTO zipcodes VALUES (95418,'Calpella','CA','39.213324','-123.277143',-8,1); -INSERT INTO zipcodes VALUES (95419,'Camp Meeker','CA','38.424554','-122.960670',-8,1); -INSERT INTO zipcodes VALUES (95420,'Caspar','CA','39.365356','-123.804690',-8,1); -INSERT INTO zipcodes VALUES (95421,'Cazadero','CA','38.562843','-123.167850',-8,1); -INSERT INTO zipcodes VALUES (95422,'Clearlake','CA','38.956206','-122.635230',-8,1); -INSERT INTO zipcodes VALUES (95423,'Clearlake Oaks','CA','39.037173','-122.654450',-8,1); -INSERT INTO zipcodes VALUES (95424,'Clearlake Park','CA','38.971518','-122.664230',-8,1); -INSERT INTO zipcodes VALUES (95425,'Cloverdale','CA','38.795668','-122.997000',-8,1); -INSERT INTO zipcodes VALUES (95426,'Cobb','CA','38.835146','-122.722340',-8,1); -INSERT INTO zipcodes VALUES (95427,'Comptche','CA','39.240872','-123.547650',-8,1); -INSERT INTO zipcodes VALUES (95428,'Covelo','CA','39.825781','-123.230260',-8,1); -INSERT INTO zipcodes VALUES (95429,'Dos Rios','CA','39.761199','-123.335470',-8,1); -INSERT INTO zipcodes VALUES (95430,'Duncans Mills','CA','38.449265','-123.054950',-8,1); -INSERT INTO zipcodes VALUES (95431,'Eldridge','CA','38.347913','-122.517530',-8,1); -INSERT INTO zipcodes VALUES (95432,'Elk','CA','39.103897','-123.646170',-8,1); -INSERT INTO zipcodes VALUES (95433,'El Verano','CA','38.313864','-122.513093',-8,1); -INSERT INTO zipcodes VALUES (95435,'Finley','CA','39.006860','-122.859625',-8,1); -INSERT INTO zipcodes VALUES (95436,'Forestville','CA','38.495857','-122.906360',-8,1); -INSERT INTO zipcodes VALUES (95437,'Fort Bragg','CA','39.436950','-123.760870',-8,1); -INSERT INTO zipcodes VALUES (95439,'Fulton','CA','38.494643','-122.772260',-8,1); -INSERT INTO zipcodes VALUES (95441,'Geyserville','CA','38.710228','-122.957040',-8,1); -INSERT INTO zipcodes VALUES (95442,'Glen Ellen','CA','38.367948','-122.524680',-8,1); -INSERT INTO zipcodes VALUES (95443,'Glenhaven','CA','39.032760','-122.740820',-8,1); -INSERT INTO zipcodes VALUES (95444,'Graton','CA','38.434663','-122.868900',-8,1); -INSERT INTO zipcodes VALUES (95445,'Gualala','CA','38.813417','-123.557620',-8,1); -INSERT INTO zipcodes VALUES (95446,'Guerneville','CA','38.509737','-123.000840',-8,1); -INSERT INTO zipcodes VALUES (95448,'Healdsburg','CA','38.614088','-122.876260',-8,1); -INSERT INTO zipcodes VALUES (95449,'Hopland','CA','38.955142','-123.081250',-8,1); -INSERT INTO zipcodes VALUES (95450,'Jenner','CA','38.506229','-123.229380',-8,1); -INSERT INTO zipcodes VALUES (95451,'Kelseyville','CA','38.939725','-122.785480',-8,1); -INSERT INTO zipcodes VALUES (95452,'Kenwood','CA','38.414061','-122.546680',-8,1); -INSERT INTO zipcodes VALUES (95453,'Lakeport','CA','39.051698','-122.920710',-8,1); -INSERT INTO zipcodes VALUES (95454,'Laytonville','CA','39.745588','-123.522300',-8,1); -INSERT INTO zipcodes VALUES (95456,'Littleriver','CA','39.268774','-123.755680',-8,1); -INSERT INTO zipcodes VALUES (95457,'Lower Lake','CA','38.911393','-122.599000',-8,1); -INSERT INTO zipcodes VALUES (95458,'Lucerne','CA','39.090421','-122.789720',-8,1); -INSERT INTO zipcodes VALUES (95459,'Manchester','CA','38.996389','-123.664680',-8,1); -INSERT INTO zipcodes VALUES (95460,'Mendocino','CA','39.311858','-123.791660',-8,1); -INSERT INTO zipcodes VALUES (95461,'Middletown','CA','38.791139','-122.610690',-8,1); -INSERT INTO zipcodes VALUES (95462,'Monte Rio','CA','38.471368','-123.014690',-8,1); -INSERT INTO zipcodes VALUES (95463,'Navarro','CA','39.173321','-123.550810',-8,1); -INSERT INTO zipcodes VALUES (95464,'Nice','CA','39.125580','-122.846530',-8,1); -INSERT INTO zipcodes VALUES (95465,'Occidental','CA','38.409993','-122.983470',-8,1); -INSERT INTO zipcodes VALUES (95466,'Philo','CA','39.089273','-123.501860',-8,1); -INSERT INTO zipcodes VALUES (95468,'Point Arena','CA','38.898385','-123.657460',-8,1); -INSERT INTO zipcodes VALUES (95469,'Potter Valley','CA','39.383027','-123.078560',-8,1); -INSERT INTO zipcodes VALUES (95470,'Redwood Valley','CA','39.285782','-123.220640',-8,1); -INSERT INTO zipcodes VALUES (95471,'Rio Nido','CA','38.522499','-122.979670',-8,1); -INSERT INTO zipcodes VALUES (95472,'Sebastopol','CA','38.393314','-122.836660',-8,1); -INSERT INTO zipcodes VALUES (95473,'Sebastopol','CA','38.325851','-122.505846',-8,1); -INSERT INTO zipcodes VALUES (95476,'Sonoma','CA','38.277147','-122.470580',-8,1); -INSERT INTO zipcodes VALUES (95480,'Stewarts Point','CA','38.654705','-123.399900',-8,1); -INSERT INTO zipcodes VALUES (95481,'Talmage','CA','39.131856','-123.162210',-8,1); -INSERT INTO zipcodes VALUES (95482,'Ukiah','CA','39.154946','-123.200880',-8,1); -INSERT INTO zipcodes VALUES (95485,'Upper Lake','CA','39.172397','-122.904740',-8,1); -INSERT INTO zipcodes VALUES (95486,'Villa Grande','CA','38.464487','-123.037996',-8,1); -INSERT INTO zipcodes VALUES (95487,'Vineburg','CA','38.463088','-122.989975',-8,1); -INSERT INTO zipcodes VALUES (95488,'Westport','CA','39.727052','-123.792380',-8,1); -INSERT INTO zipcodes VALUES (95490,'Willits','CA','39.451662','-123.372850',-8,1); -INSERT INTO zipcodes VALUES (95492,'Windsor','CA','38.544860','-122.807850',-8,1); -INSERT INTO zipcodes VALUES (95493,'Witter Springs','CA','39.196070','-122.966490',-8,1); -INSERT INTO zipcodes VALUES (95494,'Yorkville','CA','38.916201','-123.265090',-8,1); -INSERT INTO zipcodes VALUES (95497,'The Sea Ranch','CA','38.725628','-123.476250',-8,1); -INSERT INTO zipcodes VALUES (95501,'Eureka','CA','40.793739','-124.161020',-8,1); -INSERT INTO zipcodes VALUES (95502,'Eureka','CA','40.814595','-124.080520',-8,1); -INSERT INTO zipcodes VALUES (95503,'Eureka','CA','40.757091','-124.151300',-8,1); -INSERT INTO zipcodes VALUES (95511,'Alderpoint','CA','40.169518','-123.602160',-8,1); -INSERT INTO zipcodes VALUES (95514,'Blocksburg','CA','40.325767','-123.692660',-8,1); -INSERT INTO zipcodes VALUES (95517,'Diamond Springs','CA','38.692808','-120.818771',-8,1); -INSERT INTO zipcodes VALUES (95518,'Arcata','CA','40.881383','-123.984232',-8,1); -INSERT INTO zipcodes VALUES (95519,'Mckinleyville','CA','40.963482','-124.072860',-8,1); -INSERT INTO zipcodes VALUES (95521,'Arcata','CA','40.867469','-124.075190',-8,1); -INSERT INTO zipcodes VALUES (95522,'Arcata','CA','40.878317','-124.075673',-8,1); -INSERT INTO zipcodes VALUES (95524,'Bayside','CA','40.822884','-124.067110',-8,1); -INSERT INTO zipcodes VALUES (95525,'Blue Lake','CA','40.907437','-123.883480',-8,1); -INSERT INTO zipcodes VALUES (95526,'Bridgeville','CA','40.413386','-123.532670',-8,1); -INSERT INTO zipcodes VALUES (95527,'Burnt Ranch','CA','40.877334','-123.456610',-8,1); -INSERT INTO zipcodes VALUES (95528,'Carlotta','CA','40.489925','-123.971320',-8,1); -INSERT INTO zipcodes VALUES (95531,'Crescent City','CA','41.782681','-124.167030',-8,1); -INSERT INTO zipcodes VALUES (95532,'Crescent City','CA','41.852985','-124.157210',-8,1); -INSERT INTO zipcodes VALUES (95534,'Cutten','CA','40.733552','-123.944021',-8,1); -INSERT INTO zipcodes VALUES (95536,'Ferndale','CA','40.561448','-124.257810',-8,1); -INSERT INTO zipcodes VALUES (95537,'Fields Landing','CA','40.725444','-124.216970',-8,1); -INSERT INTO zipcodes VALUES (95538,'Fort Dick','CA','41.892473','-124.145734',-8,1); -INSERT INTO zipcodes VALUES (95540,'Fortuna','CA','40.583488','-124.143670',-8,1); -INSERT INTO zipcodes VALUES (95542,'Garberville','CA','40.098500','-123.806540',-8,1); -INSERT INTO zipcodes VALUES (95543,'Gasquet','CA','41.888557','-123.800790',-8,1); -INSERT INTO zipcodes VALUES (95545,'Honeydew','CA','40.281369','-124.089980',-8,1); -INSERT INTO zipcodes VALUES (95546,'Hoopa','CA','41.161505','-123.724440',-8,1); -INSERT INTO zipcodes VALUES (95547,'Hydesville','CA','40.546202','-124.084120',-8,1); -INSERT INTO zipcodes VALUES (95548,'Klamath','CA','41.518230','-124.030750',-8,1); -INSERT INTO zipcodes VALUES (95549,'Kneeland','CA','40.691578','-123.871890',-8,1); -INSERT INTO zipcodes VALUES (95550,'Korbel','CA','40.766645','-123.834880',-8,1); -INSERT INTO zipcodes VALUES (95551,'Loleta','CA','40.659753','-124.221530',-8,1); -INSERT INTO zipcodes VALUES (95552,'Mad River','CA','40.390478','-123.413090',-8,1); -INSERT INTO zipcodes VALUES (95553,'Miranda','CA','40.210793','-123.864470',-8,1); -INSERT INTO zipcodes VALUES (95554,'Myers Flat','CA','40.295900','-123.779020',-8,1); -INSERT INTO zipcodes VALUES (95555,'Orick','CA','41.296122','-124.053510',-8,1); -INSERT INTO zipcodes VALUES (95556,'Orleans','CA','41.300573','-123.544110',-8,1); -INSERT INTO zipcodes VALUES (95558,'Petrolia','CA','40.272963','-124.214940',-8,1); -INSERT INTO zipcodes VALUES (95559,'Phillipsville','CA','40.196116','-123.773150',-8,1); -INSERT INTO zipcodes VALUES (95560,'Redway','CA','40.131417','-123.858550',-8,1); -INSERT INTO zipcodes VALUES (95562,'Rio Dell','CA','40.494813','-124.116370',-8,1); -INSERT INTO zipcodes VALUES (95563,'Salyer','CA','40.891970','-123.561490',-8,1); -INSERT INTO zipcodes VALUES (95564,'Samoa','CA','40.793480','-124.199290',-8,1); -INSERT INTO zipcodes VALUES (95565,'Scotia','CA','40.459978','-124.060590',-8,1); -INSERT INTO zipcodes VALUES (95567,'Smith River','CA','41.949739','-124.150980',-8,1); -INSERT INTO zipcodes VALUES (95568,'Somes Bar','CA','41.455226','-123.476710',-8,1); -INSERT INTO zipcodes VALUES (95569,'Redcrest','CA','40.359830','-123.871050',-8,1); -INSERT INTO zipcodes VALUES (95570,'Trinidad','CA','41.081726','-124.131120',-8,1); -INSERT INTO zipcodes VALUES (95571,'Weott','CA','40.322683','-123.923670',-8,1); -INSERT INTO zipcodes VALUES (95573,'Willow Creek','CA','40.945039','-123.658060',-8,1); -INSERT INTO zipcodes VALUES (95585,'Leggett','CA','39.860285','-123.716850',-8,1); -INSERT INTO zipcodes VALUES (95587,'Piercy','CA','39.962660','-123.744710',-8,1); -INSERT INTO zipcodes VALUES (95589,'Whitethorn','CA','40.033316','-124.023790',-8,1); -INSERT INTO zipcodes VALUES (95592,'Vallejo','CA','38.098737','-122.271251',-8,1); -INSERT INTO zipcodes VALUES (95595,'Zenia','CA','40.202464','-123.466460',-8,1); -INSERT INTO zipcodes VALUES (95601,'Amador City','CA','38.426602','-120.827500',-8,1); -INSERT INTO zipcodes VALUES (95602,'Auburn','CA','38.976837','-121.091420',-8,1); -INSERT INTO zipcodes VALUES (95603,'Auburn','CA','38.909605','-121.079710',-8,1); -INSERT INTO zipcodes VALUES (95604,'Auburn','CA','39.106287','-120.536032',-8,1); -INSERT INTO zipcodes VALUES (95605,'West Sacramento','CA','38.592155','-121.528050',-8,1); -INSERT INTO zipcodes VALUES (95606,'Brooks','CA','38.857328','-122.214860',-8,1); -INSERT INTO zipcodes VALUES (95607,'Capay','CA','38.706727','-122.125000',-8,1); -INSERT INTO zipcodes VALUES (95608,'Carmichael','CA','38.628371','-121.327020',-8,1); -INSERT INTO zipcodes VALUES (95609,'Carmichael','CA','38.650335','-121.327214',-8,1); -INSERT INTO zipcodes VALUES (95610,'Citrus Heights','CA','38.696912','-121.271250',-8,1); -INSERT INTO zipcodes VALUES (95611,'Citrus Heights','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95612,'Clarksburg','CA','38.383366','-121.578190',-8,1); -INSERT INTO zipcodes VALUES (95613,'Coloma','CA','38.798290','-120.885780',-8,1); -INSERT INTO zipcodes VALUES (95614,'Cool','CA','38.880294','-120.974260',-8,1); -INSERT INTO zipcodes VALUES (95615,'Courtland','CA','38.333568','-121.548530',-8,1); -INSERT INTO zipcodes VALUES (95616,'Davis','CA','38.549256','-121.736550',-8,1); -INSERT INTO zipcodes VALUES (95617,'Davis','CA','38.619545','-121.961532',-8,1); -INSERT INTO zipcodes VALUES (95618,'El Macero','CA','38.546306','-121.686820',-8,1); -INSERT INTO zipcodes VALUES (95619,'Diamond Springs','CA','38.689067','-120.820710',-8,1); -INSERT INTO zipcodes VALUES (95620,'Dixon','CA','38.427208','-121.813480',-8,1); -INSERT INTO zipcodes VALUES (95621,'Citrus Heights','CA','38.695252','-121.308100',-8,1); -INSERT INTO zipcodes VALUES (95623,'El Dorado','CA','38.639643','-120.845560',-8,1); -INSERT INTO zipcodes VALUES (95624,'Elk Grove','CA','38.421068','-121.360590',-8,1); -INSERT INTO zipcodes VALUES (95625,'Elmira','CA','38.350110','-121.907990',-8,1); -INSERT INTO zipcodes VALUES (95626,'Elverta','CA','38.727451','-121.454330',-8,1); -INSERT INTO zipcodes VALUES (95627,'Esparto','CA','38.744062','-121.999290',-8,1); -INSERT INTO zipcodes VALUES (95628,'Fair Oaks','CA','38.654803','-121.265290',-8,1); -INSERT INTO zipcodes VALUES (95629,'Fiddletown','CA','38.527556','-120.692920',-8,1); -INSERT INTO zipcodes VALUES (95630,'Folsom','CA','38.672127','-121.157830',-8,1); -INSERT INTO zipcodes VALUES (95631,'Foresthill','CA','39.033312','-120.821720',-8,1); -INSERT INTO zipcodes VALUES (95632,'Galt','CA','38.267544','-121.297230',-8,1); -INSERT INTO zipcodes VALUES (95633,'Garden Valley','CA','38.839773','-120.828810',-8,1); -INSERT INTO zipcodes VALUES (95634,'Georgetown','CA','38.930207','-120.785570',-8,1); -INSERT INTO zipcodes VALUES (95635,'Greenwood','CA','38.919588','-120.904060',-8,1); -INSERT INTO zipcodes VALUES (95636,'Grizzly Flats','CA','38.634753','-120.533530',-8,1); -INSERT INTO zipcodes VALUES (95637,'Guinda','CA','38.830508','-122.199440',-8,1); -INSERT INTO zipcodes VALUES (95638,'Herald','CA','38.317665','-121.161660',-8,1); -INSERT INTO zipcodes VALUES (95639,'Hood','CA','38.367276','-121.514870',-8,1); -INSERT INTO zipcodes VALUES (95640,'Ione','CA','38.346132','-120.945160',-8,1); -INSERT INTO zipcodes VALUES (95641,'Isleton','CA','38.161756','-121.604280',-8,1); -INSERT INTO zipcodes VALUES (95642,'Jackson','CA','38.359772','-120.753240',-8,1); -INSERT INTO zipcodes VALUES (95644,'Kit Carson','CA','38.463282','-120.550021',-8,1); -INSERT INTO zipcodes VALUES (95645,'Knights Landing','CA','38.851198','-121.733540',-8,1); -INSERT INTO zipcodes VALUES (95646,'Kirkwood','CA','38.688329','-120.055160',-8,1); -INSERT INTO zipcodes VALUES (95648,'Lincoln','CA','38.902873','-121.297950',-8,1); -INSERT INTO zipcodes VALUES (95650,'Loomis','CA','38.817508','-121.172250',-8,1); -INSERT INTO zipcodes VALUES (95651,'Lotus','CA','38.817357','-120.922130',-8,1); -INSERT INTO zipcodes VALUES (95652,'Mcclellan AFB','CA','38.666653','-121.389613',-8,1); -INSERT INTO zipcodes VALUES (95653,'Madison','CA','38.678663','-121.969070',-8,1); -INSERT INTO zipcodes VALUES (95654,'Martell','CA','38.463282','-120.550021',-8,1); -INSERT INTO zipcodes VALUES (95655,'Mather','CA','38.558073','-121.287370',-8,1); -INSERT INTO zipcodes VALUES (95656,'Mount Aukum','CA','38.547230','-120.707891',-8,1); -INSERT INTO zipcodes VALUES (95658,'Newcastle','CA','38.876720','-121.142130',-8,1); -INSERT INTO zipcodes VALUES (95659,'Nicolaus','CA','38.868919','-121.563980',-8,1); -INSERT INTO zipcodes VALUES (95660,'North Highlands','CA','38.676103','-121.376560',-8,1); -INSERT INTO zipcodes VALUES (95661,'Roseville','CA','38.731976','-121.253100',-8,1); -INSERT INTO zipcodes VALUES (95662,'Orangevale','CA','38.682803','-121.223100',-8,1); -INSERT INTO zipcodes VALUES (95663,'Penryn','CA','38.859227','-121.175650',-8,1); -INSERT INTO zipcodes VALUES (95664,'Pilot Hill','CA','38.811695','-121.024270',-8,1); -INSERT INTO zipcodes VALUES (95665,'Pine Grove','CA','38.400970','-120.649520',-8,1); -INSERT INTO zipcodes VALUES (95666,'Pioneer','CA','38.529753','-120.414110',-8,1); -INSERT INTO zipcodes VALUES (95667,'Placerville','CA','38.724682','-120.795330',-8,1); -INSERT INTO zipcodes VALUES (95668,'Pleasant Grove','CA','38.832300','-121.516610',-8,1); -INSERT INTO zipcodes VALUES (95669,'Plymouth','CA','38.480569','-120.868950',-8,1); -INSERT INTO zipcodes VALUES (95670,'Rancho Cordova','CA','38.605355','-121.282470',-8,1); -INSERT INTO zipcodes VALUES (95671,'Represa','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95672,'Rescue','CA','38.712030','-121.002300',-8,1); -INSERT INTO zipcodes VALUES (95673,'Rio Linda','CA','38.688069','-121.448740',-8,1); -INSERT INTO zipcodes VALUES (95674,'Rio Oso','CA','38.961976','-121.481660',-8,1); -INSERT INTO zipcodes VALUES (95675,'River Pines','CA','38.545656','-120.742870',-8,1); -INSERT INTO zipcodes VALUES (95676,'Robbins','CA','38.909351','-121.718430',-8,1); -INSERT INTO zipcodes VALUES (95677,'Rocklin','CA','38.789165','-121.238250',-8,1); -INSERT INTO zipcodes VALUES (95678,'Roseville','CA','38.752434','-121.289330',-8,1); -INSERT INTO zipcodes VALUES (95679,'Rumsey','CA','38.867147','-122.224813',-8,1); -INSERT INTO zipcodes VALUES (95680,'Ryde','CA','38.232898','-121.568427',-8,1); -INSERT INTO zipcodes VALUES (95681,'Sheridan','CA','38.997612','-121.379670',-8,1); -INSERT INTO zipcodes VALUES (95682,'Shingle Springs','CA','38.641158','-120.971090',-8,1); -INSERT INTO zipcodes VALUES (95683,'Sloughhouse','CA','38.492811','-121.100360',-8,1); -INSERT INTO zipcodes VALUES (95684,'Somerset','CA','38.607660','-120.593700',-8,1); -INSERT INTO zipcodes VALUES (95685,'Sutter Creek','CA','38.394464','-120.790150',-8,1); -INSERT INTO zipcodes VALUES (95686,'Thornton','CA','38.228976','-121.440320',-8,1); -INSERT INTO zipcodes VALUES (95687,'Vacaville','CA','38.344010','-121.953330',-8,1); -INSERT INTO zipcodes VALUES (95688,'Vacaville','CA','38.380528','-121.991920',-8,1); -INSERT INTO zipcodes VALUES (95689,'Volcano','CA','38.473857','-120.594210',-8,1); -INSERT INTO zipcodes VALUES (95690,'Walnut Grove','CA','38.240477','-121.565070',-8,1); -INSERT INTO zipcodes VALUES (95691,'West Sacramento','CA','38.569193','-121.544960',-8,1); -INSERT INTO zipcodes VALUES (95692,'Wheatland','CA','39.030716','-121.434970',-8,1); -INSERT INTO zipcodes VALUES (95693,'Wilton','CA','38.382367','-121.237080',-8,1); -INSERT INTO zipcodes VALUES (95694,'Winters','CA','38.537434','-121.977570',-8,1); -INSERT INTO zipcodes VALUES (95695,'Woodland','CA','38.697238','-121.809440',-8,1); -INSERT INTO zipcodes VALUES (95696,'Vacaville','CA','38.348960','-121.908324',-8,1); -INSERT INTO zipcodes VALUES (95697,'Yolo','CA','38.751038','-121.832156',-8,1); -INSERT INTO zipcodes VALUES (95698,'Zamora','CA','38.782731','-121.898110',-8,1); -INSERT INTO zipcodes VALUES (95699,'Drytown','CA','38.437001','-120.845706',-8,1); -INSERT INTO zipcodes VALUES (95701,'Alta','CA','39.217668','-120.783460',-8,1); -INSERT INTO zipcodes VALUES (95703,'Applegate','CA','38.995732','-120.997030',-8,1); -INSERT INTO zipcodes VALUES (95709,'Camino','CA','38.748112','-120.674630',-8,1); -INSERT INTO zipcodes VALUES (95712,'Chicago Park','CA','39.167276','-120.964275',-8,1); -INSERT INTO zipcodes VALUES (95713,'Colfax','CA','39.092062','-120.934710',-8,1); -INSERT INTO zipcodes VALUES (95714,'Dutch Flat','CA','39.204434','-120.838160',-8,1); -INSERT INTO zipcodes VALUES (95715,'Emigrant Gap','CA','39.277658','-120.706700',-8,1); -INSERT INTO zipcodes VALUES (95717,'Gold Run','CA','39.177026','-120.845100',-8,1); -INSERT INTO zipcodes VALUES (95720,'Kyburz','CA','38.771209','-120.267650',-8,1); -INSERT INTO zipcodes VALUES (95721,'Echo Lake','CA','38.823996','-120.059560',-8,1); -INSERT INTO zipcodes VALUES (95722,'Meadow Vista','CA','39.005098','-121.018910',-8,1); -INSERT INTO zipcodes VALUES (95724,'Norden','CA','39.265990','-120.641450',-8,1); -INSERT INTO zipcodes VALUES (95726,'Pollock Pines','CA','38.749713','-120.533860',-8,1); -INSERT INTO zipcodes VALUES (95728,'Soda Springs','CA','39.311156','-120.410390',-8,1); -INSERT INTO zipcodes VALUES (95735,'Twin Bridges','CA','38.805745','-120.132130',-8,1); -INSERT INTO zipcodes VALUES (95736,'Weimar','CA','39.010040','-120.978140',-8,1); -INSERT INTO zipcodes VALUES (95741,'Rancho Cordova','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95742,'Rancho Cordova','CA','38.607756','-121.183670',-8,1); -INSERT INTO zipcodes VALUES (95743,'Rancho Cordova','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95746,'Granite Bay','CA','38.743811','-121.190130',-8,1); -INSERT INTO zipcodes VALUES (95747,'Roseville','CA','38.768829','-121.336290',-8,1); -INSERT INTO zipcodes VALUES (95749,'San Andreas','CA','38.195804','-120.679713',-8,1); -INSERT INTO zipcodes VALUES (95758,'Elk Grove','CA','38.406432','-121.436730',-8,1); -INSERT INTO zipcodes VALUES (95759,'Elk Grove','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95762,'El Dorado Hills','CA','38.684324','-121.068790',-8,1); -INSERT INTO zipcodes VALUES (95763,'Folsom','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95765,'Rocklin','CA','38.817993','-121.263100',-8,1); -INSERT INTO zipcodes VALUES (95771,'Spring Garden','CA','40.036998','-121.831299',-8,1); -INSERT INTO zipcodes VALUES (95776,'Woodland','CA','38.681254','-121.741890',-8,1); -INSERT INTO zipcodes VALUES (95798,'West Sacramento','CA','38.619545','-121.961532',-8,1); -INSERT INTO zipcodes VALUES (95799,'West Sacramento','CA','38.619545','-121.961532',-8,1); -INSERT INTO zipcodes VALUES (95812,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95813,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95814,'Sacramento','CA','38.580255','-121.491250',-8,1); -INSERT INTO zipcodes VALUES (95815,'Sacramento','CA','38.611854','-121.445530',-8,1); -INSERT INTO zipcodes VALUES (95816,'Sacramento','CA','38.571661','-121.468270',-8,1); -INSERT INTO zipcodes VALUES (95817,'Sacramento','CA','38.551106','-121.459960',-8,1); -INSERT INTO zipcodes VALUES (95818,'Sacramento','CA','38.556576','-121.492850',-8,1); -INSERT INTO zipcodes VALUES (95819,'Sacramento','CA','38.568855','-121.440990',-8,1); -INSERT INTO zipcodes VALUES (95820,'Sacramento','CA','38.535795','-121.446630',-8,1); -INSERT INTO zipcodes VALUES (95821,'Sacramento','CA','38.623304','-121.381810',-8,1); -INSERT INTO zipcodes VALUES (95822,'Sacramento','CA','38.513940','-121.492010',-8,1); -INSERT INTO zipcodes VALUES (95823,'Sacramento','CA','38.477508','-121.445610',-8,1); -INSERT INTO zipcodes VALUES (95824,'Sacramento','CA','38.518356','-121.443780',-8,1); -INSERT INTO zipcodes VALUES (95825,'Sacramento','CA','38.594205','-121.407260',-8,1); -INSERT INTO zipcodes VALUES (95826,'Sacramento','CA','38.550098','-121.374920',-8,1); -INSERT INTO zipcodes VALUES (95827,'Sacramento','CA','38.566506','-121.325150',-8,1); -INSERT INTO zipcodes VALUES (95828,'Sacramento','CA','38.484747','-121.402400',-8,1); -INSERT INTO zipcodes VALUES (95829,'Sacramento','CA','38.476196','-121.347150',-8,1); -INSERT INTO zipcodes VALUES (95830,'Sacramento','CA','38.498156','-121.265100',-8,1); -INSERT INTO zipcodes VALUES (95831,'Sacramento','CA','38.494971','-121.530590',-8,1); -INSERT INTO zipcodes VALUES (95832,'Sacramento','CA','38.464667','-121.496430',-8,1); -INSERT INTO zipcodes VALUES (95833,'Sacramento','CA','38.616891','-121.496230',-8,1); -INSERT INTO zipcodes VALUES (95834,'Sacramento','CA','38.642805','-121.504660',-8,1); -INSERT INTO zipcodes VALUES (95835,'Sacramento','CA','38.664824','-121.520610',-8,1); -INSERT INTO zipcodes VALUES (95836,'Sacramento','CA','38.707236','-121.549830',-8,1); -INSERT INTO zipcodes VALUES (95837,'Sacramento','CA','38.700244','-121.602070',-8,1); -INSERT INTO zipcodes VALUES (95838,'Sacramento','CA','38.641223','-121.441700',-8,1); -INSERT INTO zipcodes VALUES (95840,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95841,'Sacramento','CA','38.661520','-121.343610',-8,1); -INSERT INTO zipcodes VALUES (95842,'Sacramento','CA','38.687718','-121.349000',-8,1); -INSERT INTO zipcodes VALUES (95843,'Antelope','CA','38.716874','-121.369800',-8,1); -INSERT INTO zipcodes VALUES (95851,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95852,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95853,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95857,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95860,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95864,'Sacramento','CA','38.587805','-121.378090',-8,1); -INSERT INTO zipcodes VALUES (95865,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95866,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95867,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95873,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95887,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95894,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95899,'Sacramento','CA','38.377411','-121.444429',-8,1); -INSERT INTO zipcodes VALUES (95901,'Marysville','CA','39.159730','-121.537350',-8,1); -INSERT INTO zipcodes VALUES (95903,'Beale AFB','CA','39.125997','-121.366370',-8,1); -INSERT INTO zipcodes VALUES (95910,'Alleghany','CA','39.465229','-120.844960',-8,1); -INSERT INTO zipcodes VALUES (95912,'Arbuckle','CA','38.971590','-122.027250',-8,1); -INSERT INTO zipcodes VALUES (95913,'Artois','CA','39.633265','-122.210090',-8,1); -INSERT INTO zipcodes VALUES (95914,'Bangor','CA','39.425854','-121.358520',-8,1); -INSERT INTO zipcodes VALUES (95915,'Belden','CA','39.912222','-120.834958',-8,1); -INSERT INTO zipcodes VALUES (95916,'Berry Creek','CA','39.661519','-121.381930',-8,1); -INSERT INTO zipcodes VALUES (95917,'Biggs','CA','39.413477','-121.711620',-8,1); -INSERT INTO zipcodes VALUES (95918,'Browns Valley','CA','39.282171','-121.347330',-8,1); -INSERT INTO zipcodes VALUES (95919,'Brownsville','CA','39.453457','-121.265430',-8,1); -INSERT INTO zipcodes VALUES (95920,'Butte City','CA','39.442230','-121.952160',-8,1); -INSERT INTO zipcodes VALUES (95922,'Camptonville','CA','39.469943','-121.073210',-8,1); -INSERT INTO zipcodes VALUES (95923,'Canyondam','CA','40.187554','-121.115200',-8,1); -INSERT INTO zipcodes VALUES (95924,'Cedar Ridge','CA','39.265990','-120.641450',-8,1); -INSERT INTO zipcodes VALUES (95925,'Challenge','CA','39.466279','-121.209360',-8,1); -INSERT INTO zipcodes VALUES (95926,'Chico','CA','39.745973','-121.842590',-8,1); -INSERT INTO zipcodes VALUES (95927,'Chico','CA','39.805255','-121.684124',-8,1); -INSERT INTO zipcodes VALUES (95928,'Chico','CA','39.720955','-121.818880',-8,1); -INSERT INTO zipcodes VALUES (95929,'Chico','CA','39.731406','-121.801215',-8,1); -INSERT INTO zipcodes VALUES (95930,'Clipper Mills','CA','39.563522','-121.131910',-8,1); -INSERT INTO zipcodes VALUES (95931,'College City','CA','39.169245','-122.290204',-8,1); -INSERT INTO zipcodes VALUES (95932,'Colusa','CA','39.254875','-122.045720',-8,1); -INSERT INTO zipcodes VALUES (95934,'Crescent Mills','CA','40.074042','-120.939730',-8,1); -INSERT INTO zipcodes VALUES (95935,'Dobbins','CA','39.381883','-121.217630',-8,1); -INSERT INTO zipcodes VALUES (95936,'Downieville','CA','39.567001','-120.838400',-8,1); -INSERT INTO zipcodes VALUES (95937,'Dunnigan','CA','38.931025','-121.945180',-8,1); -INSERT INTO zipcodes VALUES (95938,'Durham','CA','39.624259','-121.791520',-8,1); -INSERT INTO zipcodes VALUES (95939,'Elk Creek','CA','39.535446','-122.576670',-8,1); -INSERT INTO zipcodes VALUES (95940,'Feather Falls','CA','39.585648','-121.259009',-8,1); -INSERT INTO zipcodes VALUES (95941,'Forbestown','CA','39.516420','-121.268530',-8,1); -INSERT INTO zipcodes VALUES (95942,'Forest Ranch','CA','40.044865','-121.594150',-8,1); -INSERT INTO zipcodes VALUES (95943,'Glenn','CA','39.605289','-122.032310',-8,1); -INSERT INTO zipcodes VALUES (95944,'Goodyears Bar','CA','39.545514','-120.885120',-8,1); -INSERT INTO zipcodes VALUES (95945,'Grass Valley','CA','39.202725','-121.020760',-8,1); -INSERT INTO zipcodes VALUES (95946,'Penn Valley','CA','39.207828','-121.200210',-8,1); -INSERT INTO zipcodes VALUES (95947,'Greenville','CA','40.144573','-120.883110',-8,1); -INSERT INTO zipcodes VALUES (95948,'Gridley','CA','39.352170','-121.711290',-8,1); -INSERT INTO zipcodes VALUES (95949,'Grass Valley','CA','39.132550','-121.098100',-8,1); -INSERT INTO zipcodes VALUES (95950,'Grimes','CA','39.070128','-121.898100',-8,1); -INSERT INTO zipcodes VALUES (95951,'Hamilton City','CA','39.738889','-122.016750',-8,1); -INSERT INTO zipcodes VALUES (95953,'Live Oak','CA','39.252090','-121.694390',-8,1); -INSERT INTO zipcodes VALUES (95954,'Magalia','CA','39.888074','-121.590480',-8,1); -INSERT INTO zipcodes VALUES (95955,'Maxwell','CA','39.283329','-122.202060',-8,1); -INSERT INTO zipcodes VALUES (95956,'Meadow Valley','CA','39.939350','-121.060470',-8,1); -INSERT INTO zipcodes VALUES (95957,'Meridian','CA','39.070323','-121.830650',-8,1); -INSERT INTO zipcodes VALUES (95958,'Nelson','CA','39.556251','-121.803777',-8,1); -INSERT INTO zipcodes VALUES (95959,'Nevada City','CA','39.299405','-120.951440',-8,1); -INSERT INTO zipcodes VALUES (95960,'North San Juan','CA','39.396152','-121.082270',-8,1); -INSERT INTO zipcodes VALUES (95961,'Olivehurst','CA','39.089929','-121.550530',-8,1); -INSERT INTO zipcodes VALUES (95962,'Oregon House','CA','39.355688','-121.254800',-8,1); -INSERT INTO zipcodes VALUES (95963,'Orland','CA','39.760968','-122.218000',-8,1); -INSERT INTO zipcodes VALUES (95965,'Oroville','CA','39.558586','-121.589230',-8,1); -INSERT INTO zipcodes VALUES (95966,'Oroville','CA','39.491076','-121.494680',-8,1); -INSERT INTO zipcodes VALUES (95967,'Paradise','CA','39.723898','-121.572986',-8,1); -INSERT INTO zipcodes VALUES (95968,'Palermo','CA','39.434644','-121.550430',-8,1); -INSERT INTO zipcodes VALUES (95969,'Paradise','CA','39.750422','-121.610260',-8,1); -INSERT INTO zipcodes VALUES (95970,'Princeton','CA','39.415041','-122.024870',-8,1); -INSERT INTO zipcodes VALUES (95971,'Quincy','CA','39.957324','-120.983660',-8,1); -INSERT INTO zipcodes VALUES (95972,'Rackerby','CA','39.441356','-121.313540',-8,1); -INSERT INTO zipcodes VALUES (95973,'Chico','CA','39.793465','-121.879460',-8,1); -INSERT INTO zipcodes VALUES (95974,'Richvale','CA','39.496465','-121.747120',-8,1); -INSERT INTO zipcodes VALUES (95975,'Rough And Ready','CA','39.224179','-121.145390',-8,1); -INSERT INTO zipcodes VALUES (95976,'Chico','CA','39.723898','-121.572986',-8,1); -INSERT INTO zipcodes VALUES (95977,'Smartville','CA','39.193220','-121.289750',-8,1); -INSERT INTO zipcodes VALUES (95978,'Stirling City','CA','39.904478','-121.528050',-8,1); -INSERT INTO zipcodes VALUES (95979,'Stonyford','CA','39.331444','-122.479430',-8,1); -INSERT INTO zipcodes VALUES (95980,'Storrie','CA','39.918503','-121.337404',-8,1); -INSERT INTO zipcodes VALUES (95981,'Strawberry Valley','CA','39.584801','-121.087620',-8,1); -INSERT INTO zipcodes VALUES (95982,'Sutter','CA','39.168550','-121.764650',-8,1); -INSERT INTO zipcodes VALUES (95983,'Taylorsville','CA','40.066860','-120.774420',-8,1); -INSERT INTO zipcodes VALUES (95984,'Twain','CA','40.017767','-121.059890',-8,1); -INSERT INTO zipcodes VALUES (95986,'Washington','CA','39.340422','-120.791660',-8,1); -INSERT INTO zipcodes VALUES (95987,'Williams','CA','39.139543','-122.205630',-8,1); -INSERT INTO zipcodes VALUES (95988,'Willows','CA','39.499754','-122.207730',-8,1); -INSERT INTO zipcodes VALUES (95991,'Yuba City','CA','39.114138','-121.619600',-8,1); -INSERT INTO zipcodes VALUES (95992,'Yuba City','CA','39.020133','-121.681345',-8,1); -INSERT INTO zipcodes VALUES (95993,'Yuba City','CA','39.109272','-121.680330',-8,1); -INSERT INTO zipcodes VALUES (96001,'Redding','CA','40.568160','-122.415190',-8,1); -INSERT INTO zipcodes VALUES (96002,'Redding','CA','40.539302','-122.332790',-8,1); -INSERT INTO zipcodes VALUES (96003,'Redding','CA','40.641389','-122.342060',-8,1); -INSERT INTO zipcodes VALUES (96006,'Adin','CA','41.190742','-120.902940',-8,1); -INSERT INTO zipcodes VALUES (96007,'Anderson','CA','40.454530','-122.311010',-8,1); -INSERT INTO zipcodes VALUES (96008,'Bella Vista','CA','40.732501','-122.112640',-8,1); -INSERT INTO zipcodes VALUES (96009,'Bieber','CA','41.119727','-121.136200',-8,1); -INSERT INTO zipcodes VALUES (96010,'Big Bar','CA','40.723792','-123.340160',-8,1); -INSERT INTO zipcodes VALUES (96011,'Big Bend','CA','41.027553','-121.918470',-8,1); -INSERT INTO zipcodes VALUES (96013,'Burney','CA','40.926289','-121.684520',-8,1); -INSERT INTO zipcodes VALUES (96014,'Callahan','CA','41.322110','-122.815350',-8,1); -INSERT INTO zipcodes VALUES (96015,'Canby','CA','41.425912','-120.903160',-8,1); -INSERT INTO zipcodes VALUES (96016,'Cassel','CA','40.929301','-121.557110',-8,1); -INSERT INTO zipcodes VALUES (96017,'Castella','CA','41.109487','-122.331330',-8,1); -INSERT INTO zipcodes VALUES (96019,'Shasta Lake','CA','40.682393','-122.368240',-8,1); -INSERT INTO zipcodes VALUES (96020,'Chester','CA','40.289788','-121.232630',-8,1); -INSERT INTO zipcodes VALUES (96021,'Corning','CA','39.918271','-122.213930',-8,1); -INSERT INTO zipcodes VALUES (96022,'Cottonwood','CA','40.360583','-122.335440',-8,1); -INSERT INTO zipcodes VALUES (96023,'Dorris','CA','41.963883','-121.891650',-8,1); -INSERT INTO zipcodes VALUES (96024,'Douglas City','CA','40.606673','-122.923350',-8,1); -INSERT INTO zipcodes VALUES (96025,'Dunsmuir','CA','41.221077','-122.280030',-8,1); -INSERT INTO zipcodes VALUES (96027,'Etna','CA','41.414707','-122.968320',-8,1); -INSERT INTO zipcodes VALUES (96028,'Fall River Mills','CA','41.056097','-121.490210',-8,1); -INSERT INTO zipcodes VALUES (96029,'Flournoy','CA','39.861821','-122.480140',-8,1); -INSERT INTO zipcodes VALUES (96031,'Forks Of Salmon','CA','41.228397','-123.201870',-8,1); -INSERT INTO zipcodes VALUES (96032,'Fort Jones','CA','41.615475','-122.877440',-8,1); -INSERT INTO zipcodes VALUES (96033,'French Gulch','CA','40.736679','-122.611210',-8,1); -INSERT INTO zipcodes VALUES (96034,'Gazelle','CA','41.441194','-122.646880',-8,1); -INSERT INTO zipcodes VALUES (96035,'Gerber','CA','40.039257','-122.165550',-8,1); -INSERT INTO zipcodes VALUES (96037,'Greenview','CA','41.531010','-122.956660',-8,1); -INSERT INTO zipcodes VALUES (96038,'Grenada','CA','41.604392','-122.526660',-8,1); -INSERT INTO zipcodes VALUES (96039,'Happy Camp','CA','41.820870','-123.431260',-8,1); -INSERT INTO zipcodes VALUES (96040,'Hat Creek','CA','40.788512','-121.476680',-8,1); -INSERT INTO zipcodes VALUES (96041,'Hayfork','CA','40.524496','-123.183070',-8,1); -INSERT INTO zipcodes VALUES (96044,'Hornbrook','CA','41.925752','-122.522530',-8,1); -INSERT INTO zipcodes VALUES (96046,'Hyampom','CA','40.639108','-123.475250',-8,1); -INSERT INTO zipcodes VALUES (96047,'Igo','CA','40.472993','-122.637070',-8,1); -INSERT INTO zipcodes VALUES (96048,'Junction City','CA','40.850776','-122.920430',-8,1); -INSERT INTO zipcodes VALUES (96049,'Redding','CA','40.709783','-122.311628',-8,1); -INSERT INTO zipcodes VALUES (96050,'Klamath River','CA','41.831947','-122.920600',-8,1); -INSERT INTO zipcodes VALUES (96051,'Lakehead','CA','40.939342','-122.422460',-8,1); -INSERT INTO zipcodes VALUES (96052,'Lewiston','CA','40.743423','-122.814140',-8,1); -INSERT INTO zipcodes VALUES (96053,'Mcarthur','CA','40.446063','-120.664132',-8,1); -INSERT INTO zipcodes VALUES (96054,'Lookout','CA','41.285897','-121.160940',-8,1); -INSERT INTO zipcodes VALUES (96055,'Los Molinos','CA','40.041399','-122.097930',-8,1); -INSERT INTO zipcodes VALUES (96056,'Mcarthur','CA','41.114424','-121.332000',-8,1); -INSERT INTO zipcodes VALUES (96057,'Mccloud','CA','41.263103','-122.102970',-8,1); -INSERT INTO zipcodes VALUES (96058,'Macdoel','CA','41.790562','-121.942140',-8,1); -INSERT INTO zipcodes VALUES (96059,'Manton','CA','40.437443','-121.846780',-8,1); -INSERT INTO zipcodes VALUES (96061,'Mill Creek','CA','40.310324','-121.433160',-8,1); -INSERT INTO zipcodes VALUES (96062,'Millville','CA','40.577799','-122.101480',-8,1); -INSERT INTO zipcodes VALUES (96063,'Mineral','CA','40.371043','-121.582450',-8,1); -INSERT INTO zipcodes VALUES (96064,'Montague','CA','41.736424','-122.400080',-8,1); -INSERT INTO zipcodes VALUES (96065,'Montgomery Creek','CA','40.876184','-121.889750',-8,1); -INSERT INTO zipcodes VALUES (96067,'Mount Shasta','CA','41.317771','-122.312070',-8,1); -INSERT INTO zipcodes VALUES (96068,'Nubieber','CA','41.102891','-121.198280',-8,1); -INSERT INTO zipcodes VALUES (96069,'Oak Run','CA','40.705474','-122.021000',-8,1); -INSERT INTO zipcodes VALUES (96070,'Obrien','CA','40.735153','-122.194400',-8,1); -INSERT INTO zipcodes VALUES (96071,'Old Station','CA','40.646417','-121.441800',-8,1); -INSERT INTO zipcodes VALUES (96073,'Palo Cedro','CA','40.562648','-122.225500',-8,1); -INSERT INTO zipcodes VALUES (96074,'Paskenta','CA','39.878018','-122.579720',-8,1); -INSERT INTO zipcodes VALUES (96075,'Paynes Creek','CA','40.338253','-121.840250',-8,1); -INSERT INTO zipcodes VALUES (96076,'Platina','CA','40.366349','-122.945660',-8,1); -INSERT INTO zipcodes VALUES (96078,'Proberta','CA','40.125170','-122.204141',-8,1); -INSERT INTO zipcodes VALUES (96079,'Shasta Lake','CA','40.686639','-122.334778',-8,1); -INSERT INTO zipcodes VALUES (96080,'Red Bluff','CA','40.183837','-122.240740',-8,1); -INSERT INTO zipcodes VALUES (96084,'Round Mountain','CA','40.871548','-121.988070',-8,1); -INSERT INTO zipcodes VALUES (96085,'Scott Bar','CA','41.734832','-123.072180',-8,1); -INSERT INTO zipcodes VALUES (96086,'Seiad Valley','CA','41.862350','-123.240910',-8,1); -INSERT INTO zipcodes VALUES (96087,'Shasta','CA','40.608728','-122.514270',-8,1); -INSERT INTO zipcodes VALUES (96088,'Shingletown','CA','40.504853','-121.835010',-8,1); -INSERT INTO zipcodes VALUES (96089,'Shasta Lake','CA','40.657893','-122.427333',-8,1); -INSERT INTO zipcodes VALUES (96090,'Tehama','CA','40.024337','-122.123780',-8,1); -INSERT INTO zipcodes VALUES (96091,'Trinity Center','CA','41.004651','-122.715410',-8,1); -INSERT INTO zipcodes VALUES (96092,'Vina','CA','39.941595','-122.037460',-8,1); -INSERT INTO zipcodes VALUES (96093,'Weaverville','CA','40.734483','-122.939820',-8,1); -INSERT INTO zipcodes VALUES (96094,'Weed','CA','41.460403','-122.385440',-8,1); -INSERT INTO zipcodes VALUES (96095,'Whiskeytown','CA','40.607134','-122.546260',-8,1); -INSERT INTO zipcodes VALUES (96096,'Whitmore','CA','40.634460','-121.912020',-8,1); -INSERT INTO zipcodes VALUES (96097,'Yreka','CA','41.749249','-122.644790',-8,1); -INSERT INTO zipcodes VALUES (96099,'Redding','CA','40.704337','-122.387808',-8,1); -INSERT INTO zipcodes VALUES (96101,'Alturas','CA','41.439363','-120.587710',-8,1); -INSERT INTO zipcodes VALUES (96103,'Blairsden-Graeagle','CA','39.779486','-120.640580',-8,1); -INSERT INTO zipcodes VALUES (96104,'Cedarville','CA','41.527226','-120.138260',-8,1); -INSERT INTO zipcodes VALUES (96105,'Chilcoot','CA','39.862832','-120.173030',-8,1); -INSERT INTO zipcodes VALUES (96106,'Clio','CA','39.743835','-120.581140',-8,1); -INSERT INTO zipcodes VALUES (96107,'Coleville','CA','38.475853','-119.490140',-8,1); -INSERT INTO zipcodes VALUES (96108,'Davis Creek','CA','41.736074','-120.377800',-8,1); -INSERT INTO zipcodes VALUES (96109,'Doyle','CA','40.030098','-120.113040',-8,1); -INSERT INTO zipcodes VALUES (96110,'Eagleville','CA','41.251918','-120.128970',-8,1); -INSERT INTO zipcodes VALUES (96111,'Floriston','CA','39.392752','-120.021212',-8,1); -INSERT INTO zipcodes VALUES (96112,'Fort Bidwell','CA','41.907490','-120.147890',-8,1); -INSERT INTO zipcodes VALUES (96113,'Herlong','CA','40.158794','-120.185970',-8,1); -INSERT INTO zipcodes VALUES (96114,'Janesville','CA','40.295652','-120.517750',-8,1); -INSERT INTO zipcodes VALUES (96115,'Lake City','CA','41.688163','-120.239240',-8,1); -INSERT INTO zipcodes VALUES (96116,'Likely','CA','41.268746','-120.428430',-8,1); -INSERT INTO zipcodes VALUES (96117,'Litchfield','CA','40.446122','-120.357760',-8,1); -INSERT INTO zipcodes VALUES (96118,'Loyalton','CA','39.663256','-120.248350',-8,1); -INSERT INTO zipcodes VALUES (96119,'Madeline','CA','41.021344','-120.524720',-8,1); -INSERT INTO zipcodes VALUES (96120,'Markleeville','CA','38.764670','-119.852360',-8,1); -INSERT INTO zipcodes VALUES (96121,'Milford','CA','40.169038','-120.378150',-8,1); -INSERT INTO zipcodes VALUES (96122,'Portola','CA','39.801047','-120.483590',-8,1); -INSERT INTO zipcodes VALUES (96123,'Ravendale','CA','40.800556','-120.363740',-8,1); -INSERT INTO zipcodes VALUES (96124,'Calpine','CA','39.663242','-120.438060',-8,1); -INSERT INTO zipcodes VALUES (96125,'Sierra City','CA','39.598792','-120.634320',-8,1); -INSERT INTO zipcodes VALUES (96126,'Sierraville','CA','39.560357','-120.356620',-8,1); -INSERT INTO zipcodes VALUES (96127,'Susanville','CA','40.446063','-120.664132',-8,1); -INSERT INTO zipcodes VALUES (96128,'Standish','CA','40.348630','-120.406500',-8,1); -INSERT INTO zipcodes VALUES (96129,'Beckwourth','CA','39.772064','-120.405095',-8,1); -INSERT INTO zipcodes VALUES (96130,'Susanville','CA','40.474951','-120.676850',-8,1); -INSERT INTO zipcodes VALUES (96132,'Termo','CA','40.921124','-120.622650',-8,1); -INSERT INTO zipcodes VALUES (96133,'Topaz','CA','38.651141','-119.498740',-8,1); -INSERT INTO zipcodes VALUES (96134,'Tulelake','CA','41.874847','-121.437380',-8,1); -INSERT INTO zipcodes VALUES (96135,'Vinton','CA','40.023490','-120.798610',-8,1); -INSERT INTO zipcodes VALUES (96136,'Wendel','CA','40.283378','-120.128590',-8,1); -INSERT INTO zipcodes VALUES (96137,'Westwood','CA','40.290007','-121.052720',-8,1); -INSERT INTO zipcodes VALUES (96140,'Carnelian Bay','CA','39.223151','-120.086270',-8,1); -INSERT INTO zipcodes VALUES (96141,'Homewood','CA','39.093271','-120.163250',-8,1); -INSERT INTO zipcodes VALUES (96142,'Tahoma','CA','39.037696','-120.124380',-8,1); -INSERT INTO zipcodes VALUES (96143,'Kings Beach','CA','39.241961','-120.028090',-8,1); -INSERT INTO zipcodes VALUES (96145,'Tahoe City','CA','39.177383','-120.146070',-8,1); -INSERT INTO zipcodes VALUES (96146,'Olympic Valley','CA','39.180983','-120.218040',-8,1); -INSERT INTO zipcodes VALUES (96148,'Tahoe Vista','CA','39.243877','-120.054370',-8,1); -INSERT INTO zipcodes VALUES (96150,'South Lake Tahoe','CA','38.908741','-120.009920',-8,1); -INSERT INTO zipcodes VALUES (96151,'South Lake Tahoe','CA','38.903920','-119.995024',-8,1); -INSERT INTO zipcodes VALUES (96152,'South Lake Tahoe','CA','38.927149','-119.999032',-8,1); -INSERT INTO zipcodes VALUES (96154,'South Lake Tahoe','CA','38.875290','-120.018800',-8,1); -INSERT INTO zipcodes VALUES (96155,'South Lake Tahoe','CA','38.844909','-120.042996',-8,1); -INSERT INTO zipcodes VALUES (96156,'South Lake Tahoe','CA','38.935245','-119.967631',-8,1); -INSERT INTO zipcodes VALUES (96157,'South Lake Tahoe','CA','38.934409','-119.976707',-8,1); -INSERT INTO zipcodes VALUES (96158,'South Lake Tahoe','CA','38.898142','-119.998419',-8,1); -INSERT INTO zipcodes VALUES (96160,'Truckee','CA','39.378100','-120.186383',-8,1); -INSERT INTO zipcodes VALUES (96161,'Truckee','CA','39.339574','-120.228050',-8,1); -INSERT INTO zipcodes VALUES (96162,'Truckee','CA','39.265990','-120.641450',-8,1); -INSERT INTO zipcodes VALUES (96163,'Truckee','CA','39.320012','-120.160271',-8,1); -INSERT INTO zipcodes VALUES (96222,'Cottonwood','CA','40.385673','-122.279739',-8,1); -INSERT INTO zipcodes VALUES (96371,'Kawela Bay','HI','21.703000','-157.996233',-10,0); -INSERT INTO zipcodes VALUES (96373,'Hawaiian Ocean View','HI','19.112099','-155.798594',-10,0); -INSERT INTO zipcodes VALUES (96385,'Volcano','HI','19.447070','-155.243925',-10,0); -INSERT INTO zipcodes VALUES (96477,'Kaneohe','HI','21.413450','-157.805750',-10,0); -INSERT INTO zipcodes VALUES (96701,'Aiea','HI','21.389167','-157.930910',-10,0); -INSERT INTO zipcodes VALUES (96703,'Anahola','HI','22.148133','-159.317650',-10,0); -INSERT INTO zipcodes VALUES (96704,'Captain Cook','HI','19.307543','-155.883380',-10,0); -INSERT INTO zipcodes VALUES (96705,'Eleele','HI','21.910767','-159.582220',-10,0); -INSERT INTO zipcodes VALUES (96706,'Ewa Beach','HI','21.338055','-158.024990',-10,0); -INSERT INTO zipcodes VALUES (96707,'Kapolei','HI','21.345535','-158.085870',-10,0); -INSERT INTO zipcodes VALUES (96708,'Haiku','HI','20.899634','-156.273150',-10,0); -INSERT INTO zipcodes VALUES (96709,'Kapolei','HI','23.573339','-164.701172',-10,0); -INSERT INTO zipcodes VALUES (96710,'Hakalau','HI','19.857045','-155.152490',-10,0); -INSERT INTO zipcodes VALUES (96712,'Haleiwa','HI','21.630633','-158.074480',-10,0); -INSERT INTO zipcodes VALUES (96713,'Hana','HI','20.739217','-156.038930',-10,0); -INSERT INTO zipcodes VALUES (96714,'Hanalei','HI','22.208401','-159.489600',-10,0); -INSERT INTO zipcodes VALUES (96715,'Hanamaulu','HI','21.979991','-159.512392',-10,0); -INSERT INTO zipcodes VALUES (96716,'Hanapepe','HI','21.917153','-159.594070',-10,0); -INSERT INTO zipcodes VALUES (96717,'Hauula','HI','21.606250','-157.909490',-10,0); -INSERT INTO zipcodes VALUES (96718,'Hawaii National Park','HI','19.435739','-155.266480',-10,0); -INSERT INTO zipcodes VALUES (96719,'Hawi','HI','20.241109','-155.844590',-10,0); -INSERT INTO zipcodes VALUES (96720,'Hilo','HI','19.713562','-155.098420',-10,0); -INSERT INTO zipcodes VALUES (96721,'Hilo','HI','19.593456','-155.438015',-10,0); -INSERT INTO zipcodes VALUES (96722,'Princeville','HI','22.223635','-159.490250',-10,0); -INSERT INTO zipcodes VALUES (96725,'Holualoa','HI','19.410727','-155.747800',-10,0); -INSERT INTO zipcodes VALUES (96726,'Honaunau','HI','19.278298','-155.845329',-10,0); -INSERT INTO zipcodes VALUES (96727,'Honokaa','HI','20.089087','-155.516790',-10,0); -INSERT INTO zipcodes VALUES (96728,'Honomu','HI','19.866007','-155.121720',-10,0); -INSERT INTO zipcodes VALUES (96729,'Hoolehua','HI','21.168775','-157.085880',-10,0); -INSERT INTO zipcodes VALUES (96730,'Kaaawa','HI','21.554467','-157.851080',-10,0); -INSERT INTO zipcodes VALUES (96731,'Kahuku','HI','21.687620','-157.959030',-10,0); -INSERT INTO zipcodes VALUES (96732,'Kahului','HI','20.883951','-156.465790',-10,0); -INSERT INTO zipcodes VALUES (96733,'Kahului','HI','20.866638','-156.646667',-10,0); -INSERT INTO zipcodes VALUES (96734,'Kailua','HI','21.394900','-157.745290',-10,0); -INSERT INTO zipcodes VALUES (96737,'Ocean View','HI','19.101978','-155.761140',-10,0); -INSERT INTO zipcodes VALUES (96738,'Waikoloa','HI','19.947774','-155.786340',-10,0); -INSERT INTO zipcodes VALUES (96739,'Keauhou','HI','19.593456','-155.438015',-10,0); -INSERT INTO zipcodes VALUES (96740,'Kailua Kona','HI','19.675386','-155.975880',-10,0); -INSERT INTO zipcodes VALUES (96741,'Kalaheo','HI','21.999721','-159.477600',-10,0); -INSERT INTO zipcodes VALUES (96742,'Kalaupapa','HI','21.191665','-156.981800',-10,0); -INSERT INTO zipcodes VALUES (96743,'Kamuela','HI','20.040191','-155.699990',-10,0); -INSERT INTO zipcodes VALUES (96744,'Kaneohe','HI','21.501854','-157.879260',-10,0); -INSERT INTO zipcodes VALUES (96745,'Kailua Kona','HI','19.593456','-155.438015',-10,0); -INSERT INTO zipcodes VALUES (96746,'Kapaa','HI','22.077472','-159.344630',-10,0); -INSERT INTO zipcodes VALUES (96747,'Kaumakani','HI','21.920292','-159.624280',-10,0); -INSERT INTO zipcodes VALUES (96748,'Kaunakakai','HI','21.111246','-156.974100',-10,0); -INSERT INTO zipcodes VALUES (96749,'Keaau','HI','19.625495','-155.011210',-10,0); -INSERT INTO zipcodes VALUES (96750,'Kealakekua','HI','19.526845','-155.921500',-10,0); -INSERT INTO zipcodes VALUES (96751,'Kealia','HI','22.111837','-159.312830',-10,0); -INSERT INTO zipcodes VALUES (96752,'Kekaha','HI','21.973130','-159.717660',-10,0); -INSERT INTO zipcodes VALUES (96753,'Kihei','HI','20.771418','-156.457690',-10,0); -INSERT INTO zipcodes VALUES (96754,'Kilauea','HI','22.212733','-159.407870',-10,0); -INSERT INTO zipcodes VALUES (96755,'Kapaau','HI','20.222668','-155.786640',-10,0); -INSERT INTO zipcodes VALUES (96756,'Koloa','HI','21.910013','-159.480440',-10,0); -INSERT INTO zipcodes VALUES (96757,'Kualapuu','HI','21.156174','-157.036220',-10,0); -INSERT INTO zipcodes VALUES (96759,'Kunia','HI','21.460300','-158.064460',-10,0); -INSERT INTO zipcodes VALUES (96760,'Kurtistown','HI','19.560400','-155.056860',-10,0); -INSERT INTO zipcodes VALUES (96761,'Lahaina','HI','20.913335','-156.657650',-10,0); -INSERT INTO zipcodes VALUES (96762,'Laie','HI','21.648500','-157.925560',-10,0); -INSERT INTO zipcodes VALUES (96763,'Lanai City','HI','20.823607','-156.927400',-10,0); -INSERT INTO zipcodes VALUES (96764,'Laupahoehoe','HI','19.983584','-155.259630',-10,0); -INSERT INTO zipcodes VALUES (96765,'Lawai','HI','21.930922','-159.499342',-10,0); -INSERT INTO zipcodes VALUES (96766,'Lihue','HI','21.980810','-159.377460',-10,0); -INSERT INTO zipcodes VALUES (96767,'Lahaina','HI','20.866638','-156.646667',-10,0); -INSERT INTO zipcodes VALUES (96768,'Makawao','HI','20.865115','-156.331580',-10,0); -INSERT INTO zipcodes VALUES (96769,'Makaweli','HI','21.946244','-159.659810',-10,0); -INSERT INTO zipcodes VALUES (96770,'Maunaloa','HI','21.150580','-157.197700',-10,0); -INSERT INTO zipcodes VALUES (96771,'Mountain View','HI','19.516132','-155.113050',-10,0); -INSERT INTO zipcodes VALUES (96772,'Naalehu','HI','19.110687','-155.587380',-10,0); -INSERT INTO zipcodes VALUES (96773,'Ninole','HI','19.942301','-155.181120',-10,0); -INSERT INTO zipcodes VALUES (96774,'Ookala','HI','19.996769','-155.311530',-10,0); -INSERT INTO zipcodes VALUES (96775,'Paauhau','HI','19.593456','-155.438015',-10,0); -INSERT INTO zipcodes VALUES (96776,'Paauilo','HI','20.022513','-155.375140',-10,0); -INSERT INTO zipcodes VALUES (96777,'Pahala','HI','19.226749','-155.492170',-10,0); -INSERT INTO zipcodes VALUES (96778,'Pahoa','HI','19.494625','-154.926600',-10,0); -INSERT INTO zipcodes VALUES (96779,'Paia','HI','20.906999','-156.382020',-10,0); -INSERT INTO zipcodes VALUES (96780,'Papaaloa','HI','19.946758','-155.208600',-10,0); -INSERT INTO zipcodes VALUES (96781,'Papaikou','HI','19.800318','-155.106490',-10,0); -INSERT INTO zipcodes VALUES (96782,'Pearl City','HI','21.408333','-157.966900',-10,0); -INSERT INTO zipcodes VALUES (96783,'Pepeekeo','HI','19.843259','-155.105480',-10,0); -INSERT INTO zipcodes VALUES (96784,'Puunene','HI','20.866638','-156.646667',-10,0); -INSERT INTO zipcodes VALUES (96785,'Volcano','HI','19.447717','-155.210120',-10,0); -INSERT INTO zipcodes VALUES (96786,'Wahiawa','HI','21.501722','-158.035430',-10,0); -INSERT INTO zipcodes VALUES (96788,'Pukalani','HI','20.855864','-156.325923',-10,0); -INSERT INTO zipcodes VALUES (96789,'Mililani','HI','21.459206','-158.011600',-10,0); -INSERT INTO zipcodes VALUES (96790,'Kula','HI','20.724391','-156.340310',-10,0); -INSERT INTO zipcodes VALUES (96791,'Waialua','HI','21.572131','-158.134890',-10,0); -INSERT INTO zipcodes VALUES (96792,'Waianae','HI','21.434246','-158.170920',-10,0); -INSERT INTO zipcodes VALUES (96793,'Wailuku','HI','20.889294','-156.504970',-10,0); -INSERT INTO zipcodes VALUES (96795,'Waimanalo','HI','21.337430','-157.705990',-10,0); -INSERT INTO zipcodes VALUES (96796,'Waimea','HI','21.997746','-159.718700',-10,0); -INSERT INTO zipcodes VALUES (96797,'Waipahu','HI','21.403487','-158.013890',-10,0); -INSERT INTO zipcodes VALUES (96799,'Pago Pago','AS','-7.209975','-170.771600',-10,0); -INSERT INTO zipcodes VALUES (96801,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96802,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96803,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96804,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96805,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96806,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96807,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96808,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96809,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96810,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96811,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96812,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96813,'Honolulu','HI','21.313033','-157.856150',-10,0); -INSERT INTO zipcodes VALUES (96814,'Honolulu','HI','21.300167','-157.847770',-10,0); -INSERT INTO zipcodes VALUES (96815,'Honolulu','HI','21.278200','-157.821990',-10,0); -INSERT INTO zipcodes VALUES (96816,'Honolulu','HI','21.284000','-157.799250',-10,0); -INSERT INTO zipcodes VALUES (96817,'Honolulu','HI','21.330700','-157.859130',-10,0); -INSERT INTO zipcodes VALUES (96818,'Honolulu','HI','21.364250','-157.963160',-10,0); -INSERT INTO zipcodes VALUES (96819,'Honolulu','HI','21.345200','-157.881650',-10,0); -INSERT INTO zipcodes VALUES (96820,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96821,'Honolulu','HI','21.287967','-157.754560',-10,0); -INSERT INTO zipcodes VALUES (96822,'Honolulu','HI','21.312750','-157.821950',-10,0); -INSERT INTO zipcodes VALUES (96823,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96824,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96825,'Honolulu','HI','21.294600','-157.697210',-10,0); -INSERT INTO zipcodes VALUES (96826,'Honolulu','HI','21.295100','-157.830660',-10,0); -INSERT INTO zipcodes VALUES (96827,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96828,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96830,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96835,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96836,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96837,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96838,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96839,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96840,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96841,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96842,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96843,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96844,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96845,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96846,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96847,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96848,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96849,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96850,'Honolulu','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96853,'Hickam AFB','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96854,'Wheeler Army Airfield','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96857,'Schofield Barracks','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96858,'Fort Shafter','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96859,'Tripler Army Medical Ctr','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96860,'Pearl Harbor','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96861,'Camp H M Smith','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (96862,'Barbers Point N A S','HI','21.301700','-158.081740',-10,0); -INSERT INTO zipcodes VALUES (96863,'M C B H Kaneohe Bay','HI','21.439867','-157.747720',-10,0); -INSERT INTO zipcodes VALUES (96885,'Volcano','HI','19.433152','-155.238743',-10,0); -INSERT INTO zipcodes VALUES (96898,'Wake Island','HI','24.859832','-168.021815',-10,0); -INSERT INTO zipcodes VALUES (97001,'Antelope','OR','44.904051','-120.672440',-8,1); -INSERT INTO zipcodes VALUES (97002,'Aurora','OR','45.234609','-122.797490',-8,1); -INSERT INTO zipcodes VALUES (97004,'Beavercreek','OR','45.255392','-122.474900',-8,1); -INSERT INTO zipcodes VALUES (97005,'Beaverton','OR','45.491060','-122.803590',-8,1); -INSERT INTO zipcodes VALUES (97006,'Beaverton','OR','45.517695','-122.858260',-8,1); -INSERT INTO zipcodes VALUES (97007,'Beaverton','OR','45.469079','-122.856020',-8,1); -INSERT INTO zipcodes VALUES (97008,'Beaverton','OR','45.460590','-122.806830',-8,1); -INSERT INTO zipcodes VALUES (97009,'Boring','OR','45.428663','-122.380900',-8,1); -INSERT INTO zipcodes VALUES (97010,'Bridal Veil','OR','45.582981','-122.101103',-8,1); -INSERT INTO zipcodes VALUES (97011,'Brightwood','OR','45.371086','-122.012270',-8,1); -INSERT INTO zipcodes VALUES (97013,'Canby','OR','45.247004','-122.682080',-8,1); -INSERT INTO zipcodes VALUES (97014,'Cascade Locks','OR','45.655523','-121.894350',-8,1); -INSERT INTO zipcodes VALUES (97015,'Clackamas','OR','45.416785','-122.528590',-8,1); -INSERT INTO zipcodes VALUES (97016,'Clatskanie','OR','46.078338','-123.269930',-8,1); -INSERT INTO zipcodes VALUES (97017,'Colton','OR','45.181819','-122.398020',-8,1); -INSERT INTO zipcodes VALUES (97018,'Columbia City','OR','45.891952','-122.813200',-8,1); -INSERT INTO zipcodes VALUES (97019,'Corbett','OR','45.514515','-122.232830',-8,1); -INSERT INTO zipcodes VALUES (97020,'Donald','OR','45.224154','-122.839890',-8,1); -INSERT INTO zipcodes VALUES (97021,'Dufur','OR','45.430024','-121.179220',-8,1); -INSERT INTO zipcodes VALUES (97022,'Eagle Creek','OR','45.349244','-122.335540',-8,1); -INSERT INTO zipcodes VALUES (97023,'Estacada','OR','45.267354','-122.284640',-8,1); -INSERT INTO zipcodes VALUES (97024,'Fairview','OR','45.542239','-122.445530',-8,1); -INSERT INTO zipcodes VALUES (97026,'Gervais','OR','45.106490','-122.903630',-8,1); -INSERT INTO zipcodes VALUES (97027,'Gladstone','OR','45.385642','-122.592720',-8,1); -INSERT INTO zipcodes VALUES (97028,'Government Camp','OR','45.305113','-121.784410',-8,1); -INSERT INTO zipcodes VALUES (97029,'Grass Valley','OR','45.335199','-120.779800',-8,1); -INSERT INTO zipcodes VALUES (97030,'Gresham','OR','45.507752','-122.432300',-8,1); -INSERT INTO zipcodes VALUES (97031,'Hood River','OR','45.673147','-121.536800',-8,1); -INSERT INTO zipcodes VALUES (97032,'Hubbard','OR','45.183167','-122.801930',-8,1); -INSERT INTO zipcodes VALUES (97033,'Kent','OR','45.195235','-120.597450',-8,1); -INSERT INTO zipcodes VALUES (97034,'Lake Oswego','OR','45.407650','-122.681100',-8,1); -INSERT INTO zipcodes VALUES (97035,'Lake Oswego','OR','45.413870','-122.724920',-8,1); -INSERT INTO zipcodes VALUES (97036,'Marylhurst','OR','45.173284','-122.259861',-8,1); -INSERT INTO zipcodes VALUES (97037,'Maupin','OR','45.093643','-121.108140',-8,1); -INSERT INTO zipcodes VALUES (97038,'Molalla','OR','45.107990','-122.565550',-8,1); -INSERT INTO zipcodes VALUES (97039,'Moro','OR','45.479419','-120.759690',-8,1); -INSERT INTO zipcodes VALUES (97040,'Mosier','OR','45.636848','-121.409260',-8,1); -INSERT INTO zipcodes VALUES (97041,'Mount Hood Parkdale','OR','45.503224','-121.592520',-8,1); -INSERT INTO zipcodes VALUES (97042,'Mulino','OR','45.213070','-122.543210',-8,1); -INSERT INTO zipcodes VALUES (97044,'Odell','OR','45.643738','-121.536658',-8,1); -INSERT INTO zipcodes VALUES (97045,'Oregon City','OR','45.344246','-122.584640',-8,1); -INSERT INTO zipcodes VALUES (97048,'Rainier','OR','46.054948','-122.957140',-8,1); -INSERT INTO zipcodes VALUES (97049,'Rhododendron','OR','45.369468','-121.925580',-8,1); -INSERT INTO zipcodes VALUES (97050,'Rufus','OR','45.693219','-120.732210',-8,1); -INSERT INTO zipcodes VALUES (97051,'Saint Helens','OR','45.862489','-122.848240',-8,1); -INSERT INTO zipcodes VALUES (97053,'Warren','OR','45.821358','-122.864040',-8,1); -INSERT INTO zipcodes VALUES (97054,'Deer Island','OR','45.946314','-122.904160',-8,1); -INSERT INTO zipcodes VALUES (97055,'Sandy','OR','45.375143','-122.210210',-8,1); -INSERT INTO zipcodes VALUES (97056,'Scappoose','OR','45.778892','-122.920650',-8,1); -INSERT INTO zipcodes VALUES (97057,'Shaniko','OR','45.263301','-121.088513',-8,1); -INSERT INTO zipcodes VALUES (97058,'The Dalles','OR','45.594257','-121.189440',-8,1); -INSERT INTO zipcodes VALUES (97060,'Troutdale','OR','45.529551','-122.391560',-8,1); -INSERT INTO zipcodes VALUES (97062,'Tualatin','OR','45.373991','-122.771270',-8,1); -INSERT INTO zipcodes VALUES (97063,'Tygh Valley','OR','45.262423','-121.233040',-8,1); -INSERT INTO zipcodes VALUES (97064,'Vernonia','OR','45.862577','-123.206000',-8,1); -INSERT INTO zipcodes VALUES (97065,'Wasco','OR','45.585405','-120.692340',-8,1); -INSERT INTO zipcodes VALUES (97067,'Welches','OR','45.333824','-121.957650',-8,1); -INSERT INTO zipcodes VALUES (97068,'West Linn','OR','45.361991','-122.644430',-8,1); -INSERT INTO zipcodes VALUES (97070,'Wilsonville','OR','45.308105','-122.772660',-8,1); -INSERT INTO zipcodes VALUES (97071,'Woodburn','OR','45.144415','-122.845210',-8,1); -INSERT INTO zipcodes VALUES (97075,'Beaverton','OR','45.548616','-123.114725',-8,1); -INSERT INTO zipcodes VALUES (97076,'Beaverton','OR','45.548616','-123.114725',-8,1); -INSERT INTO zipcodes VALUES (97077,'Beaverton','OR','45.548616','-123.114725',-8,1); -INSERT INTO zipcodes VALUES (97078,'Beaverton','OR','45.451976','-122.789257',-8,1); -INSERT INTO zipcodes VALUES (97080,'Gresham','OR','45.481342','-122.408560',-8,1); -INSERT INTO zipcodes VALUES (97101,'Amity','OR','45.100504','-123.228340',-8,1); -INSERT INTO zipcodes VALUES (97102,'Arch Cape','OR','45.819042','-123.958270',-8,1); -INSERT INTO zipcodes VALUES (97103,'Astoria','OR','46.155007','-123.741700',-8,1); -INSERT INTO zipcodes VALUES (97104,'Hillsboro','OR','45.546914','-122.928208',-8,1); -INSERT INTO zipcodes VALUES (97106,'Banks','OR','45.644591','-123.128110',-8,1); -INSERT INTO zipcodes VALUES (97107,'Bay City','OR','45.534203','-123.884680',-8,1); -INSERT INTO zipcodes VALUES (97108,'Beaver','OR','45.284763','-123.690800',-8,1); -INSERT INTO zipcodes VALUES (97109,'Buxton','OR','45.729085','-123.202340',-8,1); -INSERT INTO zipcodes VALUES (97110,'Cannon Beach','OR','45.894287','-123.961000',-8,1); -INSERT INTO zipcodes VALUES (97111,'Carlton','OR','45.287751','-123.193340',-8,1); -INSERT INTO zipcodes VALUES (97112,'Cloverdale','OR','45.257176','-123.891410',-8,1); -INSERT INTO zipcodes VALUES (97113,'Cornelius','OR','45.515181','-123.050890',-8,1); -INSERT INTO zipcodes VALUES (97114,'Dayton','OR','45.211339','-123.081140',-8,1); -INSERT INTO zipcodes VALUES (97115,'Dundee','OR','45.272559','-123.016310',-8,1); -INSERT INTO zipcodes VALUES (97116,'Forest Grove','OR','45.541009','-123.130430',-8,1); -INSERT INTO zipcodes VALUES (97117,'Gales Creek','OR','45.622824','-123.259770',-8,1); -INSERT INTO zipcodes VALUES (97118,'Garibaldi','OR','45.561139','-123.910040',-8,1); -INSERT INTO zipcodes VALUES (97119,'Gaston','OR','45.439570','-123.171650',-8,1); -INSERT INTO zipcodes VALUES (97121,'Hammond','OR','46.187903','-123.964370',-8,1); -INSERT INTO zipcodes VALUES (97122,'Hebo','OR','45.187837','-123.820260',-8,1); -INSERT INTO zipcodes VALUES (97123,'Hillsboro','OR','45.491024','-122.957450',-8,1); -INSERT INTO zipcodes VALUES (97124,'Hillsboro','OR','45.545841','-122.946050',-8,1); -INSERT INTO zipcodes VALUES (97125,'Manning','OR','45.662196','-123.225180',-8,1); -INSERT INTO zipcodes VALUES (97127,'Lafayette','OR','45.245500','-123.113040',-8,1); -INSERT INTO zipcodes VALUES (97128,'Mcminnville','OR','45.210104','-123.207470',-8,1); -INSERT INTO zipcodes VALUES (97130,'Manzanita','OR','45.720836','-123.934710',-8,1); -INSERT INTO zipcodes VALUES (97131,'Nehalem','OR','45.715015','-123.882330',-8,1); -INSERT INTO zipcodes VALUES (97132,'Newberg','OR','45.310304','-122.972000',-8,1); -INSERT INTO zipcodes VALUES (97133,'North Plains','OR','45.657490','-123.024200',-8,1); -INSERT INTO zipcodes VALUES (97134,'Oceanside','OR','45.461852','-123.968040',-8,1); -INSERT INTO zipcodes VALUES (97135,'Pacific City','OR','45.201302','-123.959990',-8,1); -INSERT INTO zipcodes VALUES (97136,'Rockaway Beach','OR','45.620062','-123.934490',-8,1); -INSERT INTO zipcodes VALUES (97137,'Saint Paul','OR','45.215261','-122.971860',-8,1); -INSERT INTO zipcodes VALUES (97138,'Seaside','OR','45.926112','-123.815240',-8,1); -INSERT INTO zipcodes VALUES (97140,'Sherwood','OR','45.352086','-122.853760',-8,1); -INSERT INTO zipcodes VALUES (97141,'Tillamook','OR','45.459109','-123.803890',-8,1); -INSERT INTO zipcodes VALUES (97143,'Netarts','OR','45.438112','-123.948300',-8,1); -INSERT INTO zipcodes VALUES (97144,'Timber','OR','45.744404','-123.323500',-8,1); -INSERT INTO zipcodes VALUES (97145,'Tolovana Park','OR','45.868839','-123.959090',-8,1); -INSERT INTO zipcodes VALUES (97146,'Warrenton','OR','46.136322','-123.917530',-8,1); -INSERT INTO zipcodes VALUES (97147,'Wheeler','OR','45.688054','-123.884200',-8,1); -INSERT INTO zipcodes VALUES (97148,'Yamhill','OR','45.352399','-123.225020',-8,1); -INSERT INTO zipcodes VALUES (97149,'Neskowin','OR','45.101518','-123.973700',-8,1); -INSERT INTO zipcodes VALUES (97180,'Sherwood','OR','45.354615','-122.850808',-8,1); -INSERT INTO zipcodes VALUES (97201,'Portland','OR','45.498940','-122.687810',-8,1); -INSERT INTO zipcodes VALUES (97202,'Portland','OR','45.481791','-122.640550',-8,1); -INSERT INTO zipcodes VALUES (97203,'Portland','OR','45.589689','-122.738750',-8,1); -INSERT INTO zipcodes VALUES (97204,'Portland','OR','45.518540','-122.675500',-8,1); -INSERT INTO zipcodes VALUES (97205,'Portland','OR','45.520540','-122.685730',-8,1); -INSERT INTO zipcodes VALUES (97206,'Portland','OR','45.482341','-122.600070',-8,1); -INSERT INTO zipcodes VALUES (97207,'Portland','OR','45.480324','-122.711117',-8,1); -INSERT INTO zipcodes VALUES (97208,'Portland','OR','45.532165','-122.564824',-8,1); -INSERT INTO zipcodes VALUES (97209,'Portland','OR','45.528890','-122.684580',-8,1); -INSERT INTO zipcodes VALUES (97210,'Portland','OR','45.534839','-122.709500',-8,1); -INSERT INTO zipcodes VALUES (97211,'Portland','OR','45.565440','-122.646350',-8,1); -INSERT INTO zipcodes VALUES (97212,'Portland','OR','45.544240','-122.643530',-8,1); -INSERT INTO zipcodes VALUES (97213,'Portland','OR','45.537040','-122.599790',-8,1); -INSERT INTO zipcodes VALUES (97214,'Portland','OR','45.513790','-122.645800',-8,1); -INSERT INTO zipcodes VALUES (97215,'Portland','OR','45.514241','-122.600890',-8,1); -INSERT INTO zipcodes VALUES (97216,'Portland','OR','45.515674','-122.560870',-8,1); -INSERT INTO zipcodes VALUES (97217,'Portland','OR','45.574439','-122.686650',-8,1); -INSERT INTO zipcodes VALUES (97218,'Portland','OR','45.560990','-122.599870',-8,1); -INSERT INTO zipcodes VALUES (97219,'Portland','OR','45.458670','-122.706110',-8,1); -INSERT INTO zipcodes VALUES (97220,'Portland','OR','45.546205','-122.560270',-8,1); -INSERT INTO zipcodes VALUES (97221,'Portland','OR','45.497590','-122.729450',-8,1); -INSERT INTO zipcodes VALUES (97222,'Portland','OR','45.442634','-122.618330',-8,1); -INSERT INTO zipcodes VALUES (97223,'Portland','OR','45.438840','-122.782240',-8,1); -INSERT INTO zipcodes VALUES (97224,'Portland','OR','45.406292','-122.784410',-8,1); -INSERT INTO zipcodes VALUES (97225,'Portland','OR','45.497856','-122.769880',-8,1); -INSERT INTO zipcodes VALUES (97226,'Raleigh Hills','OR','45.484854','-122.625257',-8,1); -INSERT INTO zipcodes VALUES (97227,'Portland','OR','45.543831','-122.674970',-8,1); -INSERT INTO zipcodes VALUES (97228,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97229,'Portland','OR','45.540967','-122.817280',-8,1); -INSERT INTO zipcodes VALUES (97230,'Portland','OR','45.539473','-122.504880',-8,1); -INSERT INTO zipcodes VALUES (97231,'Portland','OR','45.651279','-122.824650',-8,1); -INSERT INTO zipcodes VALUES (97232,'Portland','OR','45.528740','-122.644600',-8,1); -INSERT INTO zipcodes VALUES (97233,'Portland','OR','45.513242','-122.499850',-8,1); -INSERT INTO zipcodes VALUES (97236,'Portland','OR','45.474722','-122.509970',-8,1); -INSERT INTO zipcodes VALUES (97238,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97239,'Portland','OR','45.488031','-122.693796',-8,1); -INSERT INTO zipcodes VALUES (97240,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97242,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97251,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97253,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97254,'Portland','OR','45.596678','-122.594180',-8,1); -INSERT INTO zipcodes VALUES (97255,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97256,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97257,'Grants Pass','OR','42.421567','-123.337490',-8,1); -INSERT INTO zipcodes VALUES (97258,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97259,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97264,'Chiloquin','OR','42.577154','-121.860525',-8,1); -INSERT INTO zipcodes VALUES (97266,'Portland','OR','45.478641','-122.562330',-8,1); -INSERT INTO zipcodes VALUES (97267,'Portland','OR','45.408882','-122.614760',-8,1); -INSERT INTO zipcodes VALUES (97268,'Portland','OR','45.173284','-122.259861',-8,1); -INSERT INTO zipcodes VALUES (97269,'Portland','OR','45.173284','-122.259861',-8,1); -INSERT INTO zipcodes VALUES (97271,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97272,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97280,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97281,'Portland','OR','45.548616','-123.114725',-8,1); -INSERT INTO zipcodes VALUES (97282,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97283,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97286,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97290,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97291,'Portland','OR','45.548616','-123.114725',-8,1); -INSERT INTO zipcodes VALUES (97292,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97293,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97294,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97296,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97298,'Portland','OR','45.548616','-123.114725',-8,1); -INSERT INTO zipcodes VALUES (97299,'Portland','OR','45.580557','-122.374776',-8,1); -INSERT INTO zipcodes VALUES (97301,'Salem','OR','44.926644','-122.986940',-8,1); -INSERT INTO zipcodes VALUES (97302,'Salem','OR','44.906492','-123.051290',-8,1); -INSERT INTO zipcodes VALUES (97303,'Salem','OR','44.984008','-123.019920',-8,1); -INSERT INTO zipcodes VALUES (97304,'Salem','OR','44.970181','-123.080330',-8,1); -INSERT INTO zipcodes VALUES (97305,'Salem','OR','44.995029','-122.958010',-8,1); -INSERT INTO zipcodes VALUES (97306,'Salem','OR','44.858446','-123.053680',-8,1); -INSERT INTO zipcodes VALUES (97307,'Keizer','OR','44.984465','-122.457024',-8,1); -INSERT INTO zipcodes VALUES (97308,'Salem','OR','44.984465','-122.457024',-8,1); -INSERT INTO zipcodes VALUES (97309,'Salem','OR','44.984465','-122.457024',-8,1); -INSERT INTO zipcodes VALUES (97310,'Salem','OR','44.927141','-122.986105',-8,1); -INSERT INTO zipcodes VALUES (97311,'Salem','OR','44.943841','-123.028607',-8,1); -INSERT INTO zipcodes VALUES (97312,'Salem','OR','44.936357','-123.038116',-8,1); -INSERT INTO zipcodes VALUES (97313,'Salem','OR','44.984941','-122.998756',-8,1); -INSERT INTO zipcodes VALUES (97314,'Salem','OR','44.965541','-123.006606',-8,1); -INSERT INTO zipcodes VALUES (97321,'Albany','OR','44.635395','-123.089600',-8,1); -INSERT INTO zipcodes VALUES (97322,'Albany','OR','44.622050','-123.061329',-8,1); -INSERT INTO zipcodes VALUES (97324,'Alsea','OR','44.369264','-123.623490',-8,1); -INSERT INTO zipcodes VALUES (97325,'Aumsville','OR','44.838001','-122.859300',-8,1); -INSERT INTO zipcodes VALUES (97326,'Blodgett','OR','44.637701','-123.624960',-8,1); -INSERT INTO zipcodes VALUES (97327,'Brownsville','OR','44.390881','-122.971680',-8,1); -INSERT INTO zipcodes VALUES (97329,'Cascadia','OR','44.400432','-122.354690',-8,1); -INSERT INTO zipcodes VALUES (97330,'Corvallis','OR','44.608694','-123.275200',-8,1); -INSERT INTO zipcodes VALUES (97331,'Corvallis','OR','44.565648','-123.279060',-8,1); -INSERT INTO zipcodes VALUES (97333,'Corvallis','OR','44.527890','-123.279100',-8,1); -INSERT INTO zipcodes VALUES (97335,'Crabtree','OR','44.634439','-122.893292',-8,1); -INSERT INTO zipcodes VALUES (97336,'Crawfordsville','OR','44.359301','-122.850752',-8,1); -INSERT INTO zipcodes VALUES (97338,'Dallas','OR','44.920815','-123.334320',-8,1); -INSERT INTO zipcodes VALUES (97339,'Corvallis','OR','44.498930','-123.445033',-8,1); -INSERT INTO zipcodes VALUES (97341,'Depoe Bay','OR','44.821446','-124.057290',-8,1); -INSERT INTO zipcodes VALUES (97342,'Detroit','OR','44.727388','-122.087030',-8,1); -INSERT INTO zipcodes VALUES (97343,'Eddyville','OR','44.643659','-123.762130',-8,1); -INSERT INTO zipcodes VALUES (97344,'Falls City','OR','44.865209','-123.448070',-8,1); -INSERT INTO zipcodes VALUES (97345,'Foster','OR','44.407794','-122.600340',-8,1); -INSERT INTO zipcodes VALUES (97346,'Gates','OR','44.754247','-122.397360',-8,1); -INSERT INTO zipcodes VALUES (97347,'Grand Ronde','OR','45.060436','-123.663110',-8,1); -INSERT INTO zipcodes VALUES (97348,'Halsey','OR','44.381732','-123.121530',-8,1); -INSERT INTO zipcodes VALUES (97350,'Idanha','OR','44.696507','-122.072460',-8,1); -INSERT INTO zipcodes VALUES (97351,'Independence','OR','44.849012','-123.186730',-8,1); -INSERT INTO zipcodes VALUES (97352,'Jefferson','OR','44.736025','-123.025530',-8,1); -INSERT INTO zipcodes VALUES (97355,'Lebanon','OR','44.527304','-122.855120',-8,1); -INSERT INTO zipcodes VALUES (97357,'Logsden','OR','44.745464','-123.817220',-8,1); -INSERT INTO zipcodes VALUES (97358,'Lyons','OR','44.794701','-122.537030',-8,1); -INSERT INTO zipcodes VALUES (97359,'Marion','OR','44.984465','-122.457024',-8,1); -INSERT INTO zipcodes VALUES (97360,'Mill City','OR','44.750670','-122.477270',-8,1); -INSERT INTO zipcodes VALUES (97361,'Monmouth','OR','44.789252','-123.303250',-8,1); -INSERT INTO zipcodes VALUES (97362,'Mount Angel','OR','45.067719','-122.791150',-8,1); -INSERT INTO zipcodes VALUES (97364,'Neotsu','OR','44.997061','-123.985890',-8,1); -INSERT INTO zipcodes VALUES (97365,'Newport','OR','44.649252','-124.050390',-8,1); -INSERT INTO zipcodes VALUES (97366,'South Beach','OR','44.567998','-124.054010',-8,1); -INSERT INTO zipcodes VALUES (97367,'Lincoln City','OR','44.950573','-124.006550',-8,1); -INSERT INTO zipcodes VALUES (97368,'Otis','OR','45.009935','-123.911820',-8,1); -INSERT INTO zipcodes VALUES (97369,'Otter Rock','OR','44.758819','-124.063280',-8,1); -INSERT INTO zipcodes VALUES (97370,'Philomath','OR','44.578526','-123.437090',-8,1); -INSERT INTO zipcodes VALUES (97371,'Rickreall','OR','44.964115','-123.206810',-8,1); -INSERT INTO zipcodes VALUES (97372,'Rose Lodge','OR','44.659979','-123.892016',-8,1); -INSERT INTO zipcodes VALUES (97373,'Saint Benedict','OR','44.984465','-122.457024',-8,1); -INSERT INTO zipcodes VALUES (97374,'Scio','OR','44.702164','-122.814010',-8,1); -INSERT INTO zipcodes VALUES (97375,'Scotts Mills','OR','45.004218','-122.596580',-8,1); -INSERT INTO zipcodes VALUES (97376,'Seal Rock','OR','44.505655','-124.045120',-8,1); -INSERT INTO zipcodes VALUES (97377,'Shedd','OR','44.464480','-123.109160',-8,1); -INSERT INTO zipcodes VALUES (97378,'Sheridan','OR','45.089532','-123.407870',-8,1); -INSERT INTO zipcodes VALUES (97380,'Siletz','OR','44.738154','-123.910230',-8,1); -INSERT INTO zipcodes VALUES (97381,'Silverton','OR','45.003489','-122.780120',-8,1); -INSERT INTO zipcodes VALUES (97383,'Stayton','OR','44.798379','-122.760100',-8,1); -INSERT INTO zipcodes VALUES (97384,'Mehama','OR','44.790267','-122.618719',-8,1); -INSERT INTO zipcodes VALUES (97385,'Sublimity','OR','44.850245','-122.764500',-8,1); -INSERT INTO zipcodes VALUES (97386,'Sweet Home','OR','44.391863','-122.728560',-8,1); -INSERT INTO zipcodes VALUES (97388,'Gleneden Beach','OR','44.885000','-123.994219',-8,1); -INSERT INTO zipcodes VALUES (97389,'Tangent','OR','44.538801','-123.097870',-8,1); -INSERT INTO zipcodes VALUES (97390,'Tidewater','OR','44.309872','-123.833440',-8,1); -INSERT INTO zipcodes VALUES (97391,'Toledo','OR','44.626888','-123.915150',-8,1); -INSERT INTO zipcodes VALUES (97392,'Turner','OR','44.807739','-122.948500',-8,1); -INSERT INTO zipcodes VALUES (97394,'Waldport','OR','44.424255','-124.048680',-8,1); -INSERT INTO zipcodes VALUES (97396,'Willamina','OR','45.140178','-123.492860',-8,1); -INSERT INTO zipcodes VALUES (97401,'Eugene','OR','44.060920','-123.082750',-8,1); -INSERT INTO zipcodes VALUES (97402,'Eugene','OR','44.062231','-123.168040',-8,1); -INSERT INTO zipcodes VALUES (97403,'Eugene','OR','44.038580','-123.055620',-8,1); -INSERT INTO zipcodes VALUES (97404,'Eugene','OR','44.101227','-123.136040',-8,1); -INSERT INTO zipcodes VALUES (97405,'Eugene','OR','44.004396','-123.122030',-8,1); -INSERT INTO zipcodes VALUES (97406,'Agness','OR','42.625928','-124.054350',-8,1); -INSERT INTO zipcodes VALUES (97407,'Allegany','OR','43.246918','-124.231068',-8,1); -INSERT INTO zipcodes VALUES (97408,'Eugene','OR','44.122004','-123.064470',-8,1); -INSERT INTO zipcodes VALUES (97409,'Alvadore','OR','44.127631','-123.266648',-8,1); -INSERT INTO zipcodes VALUES (97410,'Azalea','OR','42.790958','-123.148940',-8,1); -INSERT INTO zipcodes VALUES (97411,'Bandon','OR','43.113799','-124.399110',-8,1); -INSERT INTO zipcodes VALUES (97412,'Blachly','OR','44.196459','-123.537760',-8,1); -INSERT INTO zipcodes VALUES (97413,'Blue River','OR','44.178746','-122.145910',-8,1); -INSERT INTO zipcodes VALUES (97414,'Broadbent','OR','42.977978','-124.171600',-8,1); -INSERT INTO zipcodes VALUES (97415,'Brookings','OR','42.098285','-124.272650',-8,1); -INSERT INTO zipcodes VALUES (97416,'Camas Valley','OR','43.054446','-123.686400',-8,1); -INSERT INTO zipcodes VALUES (97417,'Canyonville','OR','42.934754','-123.254980',-8,1); -INSERT INTO zipcodes VALUES (97419,'Cheshire','OR','44.181193','-123.386030',-8,1); -INSERT INTO zipcodes VALUES (97420,'Coos Bay','OR','43.357357','-124.210860',-8,1); -INSERT INTO zipcodes VALUES (97423,'Coquille','OR','43.187219','-124.163960',-8,1); -INSERT INTO zipcodes VALUES (97424,'Cottage Grove','OR','43.771820','-123.056670',-8,1); -INSERT INTO zipcodes VALUES (97425,'Crescent Lake','OR','43.472276','-121.927680',-8,1); -INSERT INTO zipcodes VALUES (97426,'Creswell','OR','43.911542','-123.030360',-8,1); -INSERT INTO zipcodes VALUES (97427,'Culp Creek','OR','43.685176','-122.798270',-8,1); -INSERT INTO zipcodes VALUES (97428,'Curtin','OR','43.745797','-123.181910',-8,1); -INSERT INTO zipcodes VALUES (97429,'Days Creek','OR','42.971648','-123.064670',-8,1); -INSERT INTO zipcodes VALUES (97430,'Deadwood','OR','44.164325','-123.701930',-8,1); -INSERT INTO zipcodes VALUES (97431,'Dexter','OR','43.892577','-122.819920',-8,1); -INSERT INTO zipcodes VALUES (97432,'Dillard','OR','43.113502','-123.418068',-8,1); -INSERT INTO zipcodes VALUES (97434,'Dorena','OR','43.740859','-122.888280',-8,1); -INSERT INTO zipcodes VALUES (97435,'Drain','OR','43.703855','-123.352790',-8,1); -INSERT INTO zipcodes VALUES (97436,'Elkton','OR','43.647537','-123.587190',-8,1); -INSERT INTO zipcodes VALUES (97437,'Elmira','OR','44.099732','-123.387870',-8,1); -INSERT INTO zipcodes VALUES (97438,'Fall Creek','OR','43.958389','-122.757010',-8,1); -INSERT INTO zipcodes VALUES (97439,'Florence','OR','44.009099','-124.083070',-8,1); -INSERT INTO zipcodes VALUES (97440,'Eugene','OR','43.863845','-122.998790',-8,1); -INSERT INTO zipcodes VALUES (97441,'Gardiner','OR','43.760271','-124.120280',-8,1); -INSERT INTO zipcodes VALUES (97442,'Glendale','OR','42.771195','-123.385780',-8,1); -INSERT INTO zipcodes VALUES (97443,'Glide','OR','43.242312','-123.033250',-8,1); -INSERT INTO zipcodes VALUES (97444,'Gold Beach','OR','42.451203','-124.390360',-8,1); -INSERT INTO zipcodes VALUES (97446,'Harrisburg','OR','44.278808','-123.120260',-8,1); -INSERT INTO zipcodes VALUES (97447,'Idleyld Park','OR','43.333008','-122.784750',-8,1); -INSERT INTO zipcodes VALUES (97448,'Junction City','OR','44.204189','-123.229400',-8,1); -INSERT INTO zipcodes VALUES (97449,'Lakeside','OR','43.581190','-124.155700',-8,1); -INSERT INTO zipcodes VALUES (97450,'Langlois','OR','42.915024','-124.375760',-8,1); -INSERT INTO zipcodes VALUES (97451,'Lorane','OR','43.801350','-123.249380',-8,1); -INSERT INTO zipcodes VALUES (97452,'Lowell','OR','43.864671','-122.709320',-8,1); -INSERT INTO zipcodes VALUES (97453,'Mapleton','OR','44.018992','-123.872210',-8,1); -INSERT INTO zipcodes VALUES (97454,'Marcola','OR','44.227201','-122.816900',-8,1); -INSERT INTO zipcodes VALUES (97455,'Pleasant Hill','OR','43.960764','-122.915410',-8,1); -INSERT INTO zipcodes VALUES (97456,'Monroe','OR','44.333016','-123.365080',-8,1); -INSERT INTO zipcodes VALUES (97457,'Myrtle Creek','OR','43.042614','-123.232200',-8,1); -INSERT INTO zipcodes VALUES (97458,'Myrtle Point','OR','43.075356','-124.056820',-8,1); -INSERT INTO zipcodes VALUES (97459,'North Bend','OR','43.434529','-124.209940',-8,1); -INSERT INTO zipcodes VALUES (97460,'Norway','OR','43.138755','-124.127089',-8,1); -INSERT INTO zipcodes VALUES (97461,'Noti','OR','44.099562','-123.462650',-8,1); -INSERT INTO zipcodes VALUES (97462,'Oakland','OR','43.443648','-123.367270',-8,1); -INSERT INTO zipcodes VALUES (97463,'Oakridge','OR','43.747181','-122.447170',-8,1); -INSERT INTO zipcodes VALUES (97464,'Ophir','OR','42.739889','-124.510560',-8,1); -INSERT INTO zipcodes VALUES (97465,'Port Orford','OR','42.746529','-124.475960',-8,1); -INSERT INTO zipcodes VALUES (97466,'Powers','OR','42.873137','-124.078350',-8,1); -INSERT INTO zipcodes VALUES (97467,'Reedsport','OR','43.685160','-124.002620',-8,1); -INSERT INTO zipcodes VALUES (97468,'Remote','OR','43.138755','-124.127089',-8,1); -INSERT INTO zipcodes VALUES (97469,'Riddle','OR','42.935498','-123.399020',-8,1); -INSERT INTO zipcodes VALUES (97470,'Roseburg','OR','43.227287','-123.351380',-8,1); -INSERT INTO zipcodes VALUES (97472,'Saginaw','OR','43.863845','-122.998790',-8,1); -INSERT INTO zipcodes VALUES (97473,'Scottsburg','OR','43.669352','-123.814100',-8,1); -INSERT INTO zipcodes VALUES (97476,'Sixes','OR','42.813437','-124.357560',-8,1); -INSERT INTO zipcodes VALUES (97477,'Springfield','OR','44.061057','-123.017690',-8,1); -INSERT INTO zipcodes VALUES (97478,'Springfield','OR','44.070824','-122.907090',-8,1); -INSERT INTO zipcodes VALUES (97479,'Sutherlin','OR','43.397697','-123.273140',-8,1); -INSERT INTO zipcodes VALUES (97480,'Swisshome','OR','44.127179','-123.835190',-8,1); -INSERT INTO zipcodes VALUES (97481,'Tenmile','OR','43.098515','-123.556470',-8,1); -INSERT INTO zipcodes VALUES (97482,'Thurston','OR','43.863845','-122.998790',-8,1); -INSERT INTO zipcodes VALUES (97484,'Tiller','OR','42.879291','-122.895320',-8,1); -INSERT INTO zipcodes VALUES (97486,'Umpqua','OR','43.383820','-123.530310',-8,1); -INSERT INTO zipcodes VALUES (97487,'Veneta','OR','44.023225','-123.383990',-8,1); -INSERT INTO zipcodes VALUES (97488,'Vida','OR','44.112618','-122.422550',-8,1); -INSERT INTO zipcodes VALUES (97489,'Walterville','OR','44.131706','-122.636700',-8,1); -INSERT INTO zipcodes VALUES (97490,'Walton','OR','44.004968','-123.632060',-8,1); -INSERT INTO zipcodes VALUES (97491,'Wedderburn','OR','42.609252','-124.388576',-8,1); -INSERT INTO zipcodes VALUES (97492,'Westfir','OR','43.756923','-122.517770',-8,1); -INSERT INTO zipcodes VALUES (97493,'Westlake','OR','43.905878','-124.039290',-8,1); -INSERT INTO zipcodes VALUES (97494,'Wilbur','OR','43.328430','-123.333177',-8,1); -INSERT INTO zipcodes VALUES (97495,'Winchester','OR','43.333141','-123.325617',-8,1); -INSERT INTO zipcodes VALUES (97496,'Winston','OR','43.094626','-123.436580',-8,1); -INSERT INTO zipcodes VALUES (97497,'Wolf Creek','OR','42.676455','-123.324000',-8,1); -INSERT INTO zipcodes VALUES (97498,'Yachats','OR','44.326381','-124.055700',-8,1); -INSERT INTO zipcodes VALUES (97499,'Yoncalla','OR','43.593788','-123.266020',-8,1); -INSERT INTO zipcodes VALUES (97501,'Medford','OR','42.313498','-122.879440',-8,1); -INSERT INTO zipcodes VALUES (97502,'Central Point','OR','42.387399','-122.921540',-8,1); -INSERT INTO zipcodes VALUES (97503,'White City','OR','42.471919','-122.872010',-8,1); -INSERT INTO zipcodes VALUES (97504,'Medford','OR','42.334496','-122.835470',-8,1); -INSERT INTO zipcodes VALUES (97520,'Ashland','OR','42.169751','-122.617720',-8,1); -INSERT INTO zipcodes VALUES (97522,'Butte Falls','OR','42.530663','-122.548220',-8,1); -INSERT INTO zipcodes VALUES (97523,'Cave Junction','OR','42.139958','-123.602450',-8,1); -INSERT INTO zipcodes VALUES (97524,'Eagle Point','OR','42.484283','-122.740310',-8,1); -INSERT INTO zipcodes VALUES (97525,'Gold Hill','OR','42.432422','-123.086390',-8,1); -INSERT INTO zipcodes VALUES (97526,'Grants Pass','OR','42.463100','-123.331620',-8,1); -INSERT INTO zipcodes VALUES (97527,'Grants Pass','OR','42.405162','-123.362400',-8,1); -INSERT INTO zipcodes VALUES (97528,'Grants Pass','OR','42.396421','-123.535027',-8,1); -INSERT INTO zipcodes VALUES (97530,'Jacksonville','OR','42.224913','-123.045260',-8,1); -INSERT INTO zipcodes VALUES (97531,'Kerby','OR','42.208018','-123.655510',-8,1); -INSERT INTO zipcodes VALUES (97532,'Merlin','OR','42.542134','-123.507800',-8,1); -INSERT INTO zipcodes VALUES (97533,'Murphy','OR','42.308007','-123.327323',-8,1); -INSERT INTO zipcodes VALUES (97534,'O Brien','OR','42.055397','-123.703100',-8,1); -INSERT INTO zipcodes VALUES (97535,'Phoenix','OR','42.270808','-122.818050',-8,1); -INSERT INTO zipcodes VALUES (97536,'Prospect','OR','42.780226','-122.514850',-8,1); -INSERT INTO zipcodes VALUES (97537,'Rogue River','OR','42.528269','-123.151500',-8,1); -INSERT INTO zipcodes VALUES (97538,'Selma','OR','42.259678','-123.547780',-8,1); -INSERT INTO zipcodes VALUES (97539,'Shady Cove','OR','42.612422','-122.813420',-8,1); -INSERT INTO zipcodes VALUES (97540,'Talent','OR','42.227162','-122.789330',-8,1); -INSERT INTO zipcodes VALUES (97541,'Trail','OR','42.713888','-122.754100',-8,1); -INSERT INTO zipcodes VALUES (97543,'Wilderville','OR','42.365473','-123.508650',-8,1); -INSERT INTO zipcodes VALUES (97544,'Williams','OR','42.155392','-123.297800',-8,1); -INSERT INTO zipcodes VALUES (97567,'Lincoln City','OR','44.996054','-123.997304',-8,1); -INSERT INTO zipcodes VALUES (97587,'Lostine','OR','45.487784','-117.430085',-8,1); -INSERT INTO zipcodes VALUES (97601,'Klamath Falls','OR','42.282428','-121.884470',-8,1); -INSERT INTO zipcodes VALUES (97602,'Klamath Falls','OR','42.804981','-121.584833',-8,1); -INSERT INTO zipcodes VALUES (97603,'Klamath Falls','OR','42.169323','-121.702980',-8,1); -INSERT INTO zipcodes VALUES (97604,'Crater Lake','OR','43.023645','-122.274430',-8,1); -INSERT INTO zipcodes VALUES (97620,'Adel','OR','42.227477','-119.881410',-8,1); -INSERT INTO zipcodes VALUES (97621,'Beatty','OR','42.476579','-121.230550',-8,1); -INSERT INTO zipcodes VALUES (97622,'Bly','OR','42.334534','-120.976370',-8,1); -INSERT INTO zipcodes VALUES (97623,'Bonanza','OR','42.202475','-121.333460',-8,1); -INSERT INTO zipcodes VALUES (97624,'Chiloquin','OR','42.606472','-121.812970',-8,1); -INSERT INTO zipcodes VALUES (97625,'Dairy','OR','42.330162','-121.559840',-8,1); -INSERT INTO zipcodes VALUES (97626,'Fort Klamath','OR','42.686498','-122.045240',-8,1); -INSERT INTO zipcodes VALUES (97627,'Keno','OR','42.086887','-121.981010',-8,1); -INSERT INTO zipcodes VALUES (97630,'Lakeview','OR','42.199446','-120.424590',-8,1); -INSERT INTO zipcodes VALUES (97631,'Monmouth','OR','44.855049','-123.237656',-8,1); -INSERT INTO zipcodes VALUES (97632,'Malin','OR','42.026248','-121.417060',-8,1); -INSERT INTO zipcodes VALUES (97633,'Merrill','OR','42.025618','-121.583060',-8,1); -INSERT INTO zipcodes VALUES (97634,'Midland','OR','42.129926','-121.817780',-8,1); -INSERT INTO zipcodes VALUES (97635,'New Pine Creek','CA','41.924974','-120.289890',-8,1); -INSERT INTO zipcodes VALUES (97636,'Paisley','OR','42.693563','-120.552340',-8,1); -INSERT INTO zipcodes VALUES (97637,'Plush','OR','42.543512','-119.865120',-8,1); -INSERT INTO zipcodes VALUES (97638,'Silver Lake','OR','43.189402','-121.004660',-8,1); -INSERT INTO zipcodes VALUES (97639,'Sprague River','OR','42.440695','-121.434640',-8,1); -INSERT INTO zipcodes VALUES (97640,'Summer Lake','OR','42.961806','-120.770720',-8,1); -INSERT INTO zipcodes VALUES (97641,'Christmas Valley','OR','43.256842','-120.650840',-8,1); -INSERT INTO zipcodes VALUES (97701,'Bend','OR','44.091256','-121.297690',-8,1); -INSERT INTO zipcodes VALUES (97702,'Bend','OR','44.020483','-121.308910',-8,1); -INSERT INTO zipcodes VALUES (97707,'Bend','OR','43.847830','-121.465690',-8,1); -INSERT INTO zipcodes VALUES (97708,'Bend','OR','44.001834','-120.949520',-8,1); -INSERT INTO zipcodes VALUES (97709,'Bend','OR','44.001834','-120.949520',-8,1); -INSERT INTO zipcodes VALUES (97710,'Fields','OR','42.130152','-118.558200',-8,1); -INSERT INTO zipcodes VALUES (97711,'Ashwood','OR','44.738812','-120.752570',-8,1); -INSERT INTO zipcodes VALUES (97712,'Brothers','OR','43.785416','-120.515180',-8,1); -INSERT INTO zipcodes VALUES (97720,'Burns','OR','43.600795','-118.963820',-8,1); -INSERT INTO zipcodes VALUES (97721,'Princeton','OR','43.036496','-118.618820',-8,1); -INSERT INTO zipcodes VALUES (97722,'Diamond','OR','42.965788','-118.681960',-8,1); -INSERT INTO zipcodes VALUES (97730,'Camp Sherman','OR','44.467230','-121.647240',-8,1); -INSERT INTO zipcodes VALUES (97731,'Chemult','OR','43.189824','-121.886160',-8,1); -INSERT INTO zipcodes VALUES (97732,'Crane','OR','43.408780','-118.459270',-8,1); -INSERT INTO zipcodes VALUES (97733,'Crescent','OR','43.437958','-121.730630',-8,1); -INSERT INTO zipcodes VALUES (97734,'Culver','OR','44.498302','-121.210840',-8,1); -INSERT INTO zipcodes VALUES (97735,'Fort Rock','OR','43.331581','-121.010160',-8,1); -INSERT INTO zipcodes VALUES (97736,'Frenchglen','OR','42.727146','-119.053850',-8,1); -INSERT INTO zipcodes VALUES (97737,'Gilchrist','OR','43.521016','-121.652550',-8,1); -INSERT INTO zipcodes VALUES (97738,'Hines','OR','43.471016','-119.210050',-8,1); -INSERT INTO zipcodes VALUES (97739,'La Pine','OR','43.692251','-121.538650',-8,1); -INSERT INTO zipcodes VALUES (97740,'Lawen','OR','43.019785','-119.069624',-8,1); -INSERT INTO zipcodes VALUES (97741,'Madras','OR','44.640790','-121.125060',-8,1); -INSERT INTO zipcodes VALUES (97750,'Mitchell','OR','44.611941','-120.113460',-8,1); -INSERT INTO zipcodes VALUES (97751,'Paulina','OR','44.113537','-119.793770',-8,1); -INSERT INTO zipcodes VALUES (97752,'Post','OR','44.119652','-120.301180',-8,1); -INSERT INTO zipcodes VALUES (97753,'Powell Butte','OR','44.229401','-121.037510',-8,1); -INSERT INTO zipcodes VALUES (97754,'Prineville','OR','44.238306','-120.756820',-8,1); -INSERT INTO zipcodes VALUES (97756,'Redmond','OR','44.272796','-121.191730',-8,1); -INSERT INTO zipcodes VALUES (97758,'Riley','OR','43.547855','-119.542350',-8,1); -INSERT INTO zipcodes VALUES (97759,'Sisters','OR','44.322689','-121.548970',-8,1); -INSERT INTO zipcodes VALUES (97760,'Terrebonne','OR','44.384155','-121.201810',-8,1); -INSERT INTO zipcodes VALUES (97761,'Warm Springs','OR','44.814466','-121.323020',-8,1); -INSERT INTO zipcodes VALUES (97795,'Roseburg North','OR','43.276877','-123.348568',-8,1); -INSERT INTO zipcodes VALUES (97801,'Pendleton','OR','45.665146','-118.789000',-8,1); -INSERT INTO zipcodes VALUES (97810,'Adams','OR','45.719133','-118.465780',-8,1); -INSERT INTO zipcodes VALUES (97812,'Arlington','OR','45.578520','-120.173010',-8,1); -INSERT INTO zipcodes VALUES (97813,'Athena','OR','45.816670','-118.496600',-8,1); -INSERT INTO zipcodes VALUES (97814,'Baker City','OR','44.796517','-117.820920',-8,1); -INSERT INTO zipcodes VALUES (97817,'Bates','OR','44.705882','-118.793390',-8,1); -INSERT INTO zipcodes VALUES (97818,'Boardman','OR','45.816575','-119.762360',-8,1); -INSERT INTO zipcodes VALUES (97819,'Bridgeport','OR','44.489628','-117.734780',-8,1); -INSERT INTO zipcodes VALUES (97820,'Canyon City','OR','44.335525','-118.950760',-8,1); -INSERT INTO zipcodes VALUES (97821,'Cayuse','OR','45.683276','-118.458080',-8,1); -INSERT INTO zipcodes VALUES (97823,'Condon','OR','45.232817','-120.171390',-8,1); -INSERT INTO zipcodes VALUES (97824,'Cove','OR','45.331655','-117.837180',-8,1); -INSERT INTO zipcodes VALUES (97825,'Dayville','OR','44.474491','-119.542410',-8,1); -INSERT INTO zipcodes VALUES (97826,'Echo','OR','45.720228','-119.228940',-8,1); -INSERT INTO zipcodes VALUES (97827,'Elgin','OR','45.564451','-117.883060',-8,1); -INSERT INTO zipcodes VALUES (97828,'Enterprise','OR','45.547098','-117.268230',-8,1); -INSERT INTO zipcodes VALUES (97830,'Fossil','OR','44.978549','-120.149340',-8,1); -INSERT INTO zipcodes VALUES (97831,'Fox','OR','44.477794','-118.947769',-8,1); -INSERT INTO zipcodes VALUES (97833,'Haines','OR','44.930122','-117.982890',-8,1); -INSERT INTO zipcodes VALUES (97834,'Halfway','OR','44.919974','-117.138380',-8,1); -INSERT INTO zipcodes VALUES (97835,'Helix','OR','45.866696','-118.745650',-8,1); -INSERT INTO zipcodes VALUES (97836,'Heppner','OR','45.343509','-119.539380',-8,1); -INSERT INTO zipcodes VALUES (97837,'Hereford','OR','44.499533','-118.060760',-8,1); -INSERT INTO zipcodes VALUES (97838,'Hermiston','OR','45.846442','-119.284230',-8,1); -INSERT INTO zipcodes VALUES (97839,'Lexington','OR','45.512792','-119.643440',-8,1); -INSERT INTO zipcodes VALUES (97840,'Oxbow','OR','44.973266','-116.856500',-8,1); -INSERT INTO zipcodes VALUES (97841,'Imbler','OR','45.463939','-117.962400',-8,1); -INSERT INTO zipcodes VALUES (97842,'Imnaha','OR','45.479993','-116.798610',-8,1); -INSERT INTO zipcodes VALUES (97843,'Ione','OR','45.493783','-119.870710',-8,1); -INSERT INTO zipcodes VALUES (97844,'Irrigon','OR','45.886463','-119.517370',-8,1); -INSERT INTO zipcodes VALUES (97845,'John Day','OR','44.408646','-118.951220',-8,1); -INSERT INTO zipcodes VALUES (97846,'Joseph','OR','45.336407','-117.177910',-8,1); -INSERT INTO zipcodes VALUES (97848,'Kimberly','OR','44.675475','-119.576020',-8,1); -INSERT INTO zipcodes VALUES (97850,'La Grande','OR','45.326270','-118.081970',-8,1); -INSERT INTO zipcodes VALUES (97856,'Long Creek','OR','44.743532','-119.118860',-8,1); -INSERT INTO zipcodes VALUES (97857,'Lostine','OR','45.464512','-117.442270',-8,1); -INSERT INTO zipcodes VALUES (97859,'Meacham','OR','45.529778','-118.439960',-8,1); -INSERT INTO zipcodes VALUES (97861,'Mikkalo','OR','45.438822','-120.206698',-8,1); -INSERT INTO zipcodes VALUES (97862,'Milton Freewater','OR','45.938511','-118.369520',-8,1); -INSERT INTO zipcodes VALUES (97864,'Monument','OR','44.811965','-119.415390',-8,1); -INSERT INTO zipcodes VALUES (97865,'Mount Vernon','OR','44.421744','-119.147370',-8,1); -INSERT INTO zipcodes VALUES (97867,'North Powder','OR','45.048141','-117.967420',-8,1); -INSERT INTO zipcodes VALUES (97868,'Pilot Rock','OR','45.402303','-118.767510',-8,1); -INSERT INTO zipcodes VALUES (97869,'Prairie City','OR','44.441241','-118.693250',-8,1); -INSERT INTO zipcodes VALUES (97870,'Richland','OR','44.798064','-117.218100',-8,1); -INSERT INTO zipcodes VALUES (97872,'Ritter','OR','44.947425','-119.140870',-8,1); -INSERT INTO zipcodes VALUES (97873,'Seneca','OR','44.138142','-118.976700',-8,1); -INSERT INTO zipcodes VALUES (97874,'Spray','OR','44.741727','-119.828030',-8,1); -INSERT INTO zipcodes VALUES (97875,'Stanfield','OR','45.786324','-119.210990',-8,1); -INSERT INTO zipcodes VALUES (97876,'Summerville','OR','45.525350','-118.011930',-8,1); -INSERT INTO zipcodes VALUES (97877,'Sumpter','OR','44.744446','-118.222900',-8,1); -INSERT INTO zipcodes VALUES (97880,'Ukiah','OR','45.085144','-118.944000',-8,1); -INSERT INTO zipcodes VALUES (97882,'Umatilla','OR','45.915993','-119.330080',-8,1); -INSERT INTO zipcodes VALUES (97883,'Union','OR','45.201699','-117.830830',-8,1); -INSERT INTO zipcodes VALUES (97884,'Unity','OR','44.471344','-118.206230',-8,1); -INSERT INTO zipcodes VALUES (97885,'Wallowa','OR','45.568843','-117.526450',-8,1); -INSERT INTO zipcodes VALUES (97886,'Weston','OR','45.800879','-118.288590',-8,1); -INSERT INTO zipcodes VALUES (97901,'Adrian','OR','43.661247','-117.071920',-7,1); -INSERT INTO zipcodes VALUES (97902,'Arock','OR','42.915641','-117.497988',-7,1); -INSERT INTO zipcodes VALUES (97903,'Brogan','OR','44.187379','-117.626290',-7,1); -INSERT INTO zipcodes VALUES (97904,'Drewsey','OR','43.834833','-118.474340',-8,1); -INSERT INTO zipcodes VALUES (97905,'Durkee','OR','44.578393','-117.487870',-8,1); -INSERT INTO zipcodes VALUES (97906,'Harper','OR','43.875636','-117.571570',-7,1); -INSERT INTO zipcodes VALUES (97907,'Huntington','OR','44.410083','-117.309950',-8,1); -INSERT INTO zipcodes VALUES (97908,'Ironside','OR','44.304110','-117.916100',-7,1); -INSERT INTO zipcodes VALUES (97909,'Jamieson','OR','44.207973','-117.456770',-7,1); -INSERT INTO zipcodes VALUES (97910,'Jordan Valley','ID','42.749306','-116.886300',-7,1); -INSERT INTO zipcodes VALUES (97911,'Juntura','OR','43.722896','-118.073940',-7,1); -INSERT INTO zipcodes VALUES (97913,'Nyssa','ID','43.909576','-116.971030',-7,1); -INSERT INTO zipcodes VALUES (97914,'Ontario','OR','44.057074','-116.991480',-7,1); -INSERT INTO zipcodes VALUES (97917,'Riverside','OR','43.509919','-118.098586',-7,1); -INSERT INTO zipcodes VALUES (97918,'Vale','OR','44.029403','-117.332820',-7,1); -INSERT INTO zipcodes VALUES (97920,'Westfall','OR','44.032437','-117.711500',-7,1); -INSERT INTO zipcodes VALUES (98001,'Auburn','WA','47.303722','-122.266080',-8,1); -INSERT INTO zipcodes VALUES (98002,'Auburn','WA','47.304221','-122.216020',-8,1); -INSERT INTO zipcodes VALUES (98003,'Federal Way','WA','47.311072','-122.311880',-8,1); -INSERT INTO zipcodes VALUES (98004,'Bellevue','WA','47.618371','-122.203080',-8,1); -INSERT INTO zipcodes VALUES (98005,'Bellevue','WA','47.611021','-122.168580',-8,1); -INSERT INTO zipcodes VALUES (98006,'Bellevue','WA','47.562975','-122.152600',-8,1); -INSERT INTO zipcodes VALUES (98007,'Bellevue','WA','47.610935','-122.141040',-8,1); -INSERT INTO zipcodes VALUES (98008,'Bellevue','WA','47.609222','-122.115500',-8,1); -INSERT INTO zipcodes VALUES (98009,'Bellevue','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98010,'Black Diamond','WA','47.317802','-122.014790',-8,1); -INSERT INTO zipcodes VALUES (98011,'Bothell','WA','47.751471','-122.202570',-8,1); -INSERT INTO zipcodes VALUES (98012,'Bothell','WA','47.843110','-122.204570',-8,1); -INSERT INTO zipcodes VALUES (98013,'Burton','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98014,'Carnation','WA','47.648232','-121.912650',-8,1); -INSERT INTO zipcodes VALUES (98015,'Bellevue','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98019,'Duvall','WA','47.735300','-121.962220',-8,1); -INSERT INTO zipcodes VALUES (98020,'Edmonds','WA','47.803668','-122.370960',-8,1); -INSERT INTO zipcodes VALUES (98021,'Bothell','WA','47.790653','-122.220210',-8,1); -INSERT INTO zipcodes VALUES (98022,'Enumclaw','WA','47.193729','-121.919150',-8,1); -INSERT INTO zipcodes VALUES (98023,'Federal Way','WA','47.309021','-122.361780',-8,1); -INSERT INTO zipcodes VALUES (98024,'Fall City','WA','47.565642','-121.886380',-8,1); -INSERT INTO zipcodes VALUES (98025,'Hobart','WA','47.430704','-121.884960',-8,1); -INSERT INTO zipcodes VALUES (98026,'Edmonds','WA','47.821568','-122.336510',-8,1); -INSERT INTO zipcodes VALUES (98027,'Issaquah','WA','47.522828','-122.029210',-8,1); -INSERT INTO zipcodes VALUES (98028,'Kenmore','WA','47.752870','-122.247360',-8,1); -INSERT INTO zipcodes VALUES (98029,'Issaquah','WA','47.572401','-122.020650',-8,1); -INSERT INTO zipcodes VALUES (98030,'Kent','WA','47.369098','-122.192276',-8,1); -INSERT INTO zipcodes VALUES (98031,'Kent','WA','47.388461','-122.196440',-8,1); -INSERT INTO zipcodes VALUES (98032,'Kent','WA','47.388254','-122.259320',-8,1); -INSERT INTO zipcodes VALUES (98033,'Kirkland','WA','47.679030','-122.193400',-8,1); -INSERT INTO zipcodes VALUES (98034,'Kirkland','WA','47.718280','-122.197020',-8,1); -INSERT INTO zipcodes VALUES (98035,'Kent','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98036,'Lynnwood','WA','47.808816','-122.283940',-8,1); -INSERT INTO zipcodes VALUES (98037,'Lynnwood','WA','47.848237','-122.283480',-8,1); -INSERT INTO zipcodes VALUES (98038,'Maple Valley','WA','47.381989','-122.035530',-8,1); -INSERT INTO zipcodes VALUES (98039,'Medina','WA','47.626571','-122.232800',-8,1); -INSERT INTO zipcodes VALUES (98040,'Mercer Island','WA','47.569271','-122.232330',-8,1); -INSERT INTO zipcodes VALUES (98041,'Bothell','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98042,'Kent','WA','47.363382','-122.114510',-8,1); -INSERT INTO zipcodes VALUES (98043,'Mountlake Terrace','WA','47.790969','-122.305390',-8,1); -INSERT INTO zipcodes VALUES (98045,'North Bend','WA','47.483057','-121.732540',-8,1); -INSERT INTO zipcodes VALUES (98046,'Lynnwood','WA','48.037258','-121.682271',-8,1); -INSERT INTO zipcodes VALUES (98047,'Pacific','WA','47.266190','-122.244630',-8,1); -INSERT INTO zipcodes VALUES (98050,'Preston','WA','47.536015','-121.931195',-8,1); -INSERT INTO zipcodes VALUES (98051,'Ravensdale','WA','47.359414','-121.886570',-8,1); -INSERT INTO zipcodes VALUES (98052,'Redmond','WA','47.677471','-122.121380',-8,1); -INSERT INTO zipcodes VALUES (98053,'Redmond','WA','47.640972','-122.033180',-8,1); -INSERT INTO zipcodes VALUES (98054,'Redondo','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98055,'Renton','WA','47.467422','-122.210050',-8,1); -INSERT INTO zipcodes VALUES (98056,'Renton','WA','47.510739','-122.183720',-8,1); -INSERT INTO zipcodes VALUES (98057,'Renton','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98058,'Renton','WA','47.448322','-122.145840',-8,1); -INSERT INTO zipcodes VALUES (98059,'Renton','WA','47.493031','-122.141690',-8,1); -INSERT INTO zipcodes VALUES (98060,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98061,'Rollingbay','WA','47.680763','-122.576199',-8,1); -INSERT INTO zipcodes VALUES (98062,'Seahurst','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98063,'Federal Way','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98064,'Kent','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98065,'Snoqualmie','WA','47.530639','-121.830530',-8,1); -INSERT INTO zipcodes VALUES (98067,'Bellevue','WA','47.617634','-122.140193',-8,1); -INSERT INTO zipcodes VALUES (98068,'Snoqualmie Pass','WA','47.397811','-121.396030',-8,1); -INSERT INTO zipcodes VALUES (98070,'Vashon','WA','47.416198','-122.468210',-8,1); -INSERT INTO zipcodes VALUES (98071,'Auburn','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98072,'Woodinville','WA','47.758786','-122.102050',-8,1); -INSERT INTO zipcodes VALUES (98073,'Redmond','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98074,'Sammamish','WA','47.625364','-122.045347',-8,1); -INSERT INTO zipcodes VALUES (98075,'Sammamish','WA','47.584879','-122.033685',-8,1); -INSERT INTO zipcodes VALUES (98082,'Bothell','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98083,'Kirkland','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98092,'Auburn','WA','47.297285','-122.163280',-8,1); -INSERT INTO zipcodes VALUES (98093,'Federal Way','WA','47.311041','-122.113791',-8,1); -INSERT INTO zipcodes VALUES (98101,'Seattle','WA','47.610670','-122.334380',-8,1); -INSERT INTO zipcodes VALUES (98102,'Seattle','WA','47.632870','-122.322530',-8,1); -INSERT INTO zipcodes VALUES (98103,'Seattle','WA','47.671346','-122.341660',-8,1); -INSERT INTO zipcodes VALUES (98104,'Seattle','WA','47.602520','-122.328550',-8,1); -INSERT INTO zipcodes VALUES (98105,'Seattle','WA','47.663770','-122.301180',-8,1); -INSERT INTO zipcodes VALUES (98106,'Seattle','WA','47.532820','-122.354430',-8,1); -INSERT INTO zipcodes VALUES (98107,'Seattle','WA','47.667470','-122.374680',-8,1); -INSERT INTO zipcodes VALUES (98108,'Seattle','WA','47.546188','-122.315140',-8,1); -INSERT INTO zipcodes VALUES (98109,'Seattle','WA','47.630648','-122.346750',-8,1); -INSERT INTO zipcodes VALUES (98110,'Bainbridge Island','WA','47.655260','-122.535080',-8,1); -INSERT INTO zipcodes VALUES (98111,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98112,'Seattle','WA','47.629653','-122.297520',-8,1); -INSERT INTO zipcodes VALUES (98113,'Shoreline','WA','47.763669','-122.353840',-8,1); -INSERT INTO zipcodes VALUES (98114,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98115,'Seattle','WA','47.683820','-122.301220',-8,1); -INSERT INTO zipcodes VALUES (98116,'Seattle','WA','47.574870','-122.393920',-8,1); -INSERT INTO zipcodes VALUES (98117,'Seattle','WA','47.685919','-122.378380',-8,1); -INSERT INTO zipcodes VALUES (98118,'Seattle','WA','47.543348','-122.274960',-8,1); -INSERT INTO zipcodes VALUES (98119,'Seattle','WA','47.638770','-122.366940',-8,1); -INSERT INTO zipcodes VALUES (98121,'Seattle','WA','47.614870','-122.345780',-8,1); -INSERT INTO zipcodes VALUES (98122,'Seattle','WA','47.611570','-122.304060',-8,1); -INSERT INTO zipcodes VALUES (98124,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98125,'Seattle','WA','47.716648','-122.303080',-8,1); -INSERT INTO zipcodes VALUES (98126,'Seattle','WA','47.546870','-122.374800',-8,1); -INSERT INTO zipcodes VALUES (98129,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98130,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98131,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98132,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98133,'Seattle','WA','47.733852','-122.344610',-8,1); -INSERT INTO zipcodes VALUES (98134,'Seattle','WA','47.578670','-122.334410',-8,1); -INSERT INTO zipcodes VALUES (98136,'Seattle','WA','47.538887','-122.388030',-8,1); -INSERT INTO zipcodes VALUES (98138,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98140,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98144,'Seattle','WA','47.585770','-122.300810',-8,1); -INSERT INTO zipcodes VALUES (98145,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98146,'Seattle','WA','47.501753','-122.356880',-8,1); -INSERT INTO zipcodes VALUES (98148,'Seattle','WA','47.443756','-122.330680',-8,1); -INSERT INTO zipcodes VALUES (98150,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98151,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98154,'Seattle','WA','47.606320','-122.333570',-8,1); -INSERT INTO zipcodes VALUES (98155,'Seattle','WA','47.753019','-122.303730',-8,1); -INSERT INTO zipcodes VALUES (98158,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98160,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98161,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98164,'Seattle','WA','47.606139','-122.331860',-8,1); -INSERT INTO zipcodes VALUES (98166,'Seattle','WA','47.458821','-122.349430',-8,1); -INSERT INTO zipcodes VALUES (98168,'Seattle','WA','47.491327','-122.302700',-8,1); -INSERT INTO zipcodes VALUES (98171,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98174,'Seattle','WA','47.604718','-122.335230',-8,1); -INSERT INTO zipcodes VALUES (98177,'Seattle','WA','47.740886','-122.369780',-8,1); -INSERT INTO zipcodes VALUES (98178,'Seattle','WA','47.497971','-122.246640',-8,1); -INSERT INTO zipcodes VALUES (98181,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98184,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98185,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98188,'Seattle','WA','47.450321','-122.274720',-8,1); -INSERT INTO zipcodes VALUES (98190,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98191,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98195,'Seattle','WA','47.432251','-121.803388',-8,1); -INSERT INTO zipcodes VALUES (98198,'Seattle','WA','47.397521','-122.315000',-8,1); -INSERT INTO zipcodes VALUES (98199,'Seattle','WA','47.647670','-122.397580',-8,1); -INSERT INTO zipcodes VALUES (98201,'Everett','WA','47.986274','-122.202220',-8,1); -INSERT INTO zipcodes VALUES (98203,'Everett','WA','47.943468','-122.217920',-8,1); -INSERT INTO zipcodes VALUES (98204,'Everett','WA','47.902960','-122.250640',-8,1); -INSERT INTO zipcodes VALUES (98205,'Everett','WA','47.993436','-122.127230',-8,1); -INSERT INTO zipcodes VALUES (98206,'Everett','WA','47.859918','-122.284785',-8,1); -INSERT INTO zipcodes VALUES (98207,'Everett','WA','48.037258','-121.682271',-8,1); -INSERT INTO zipcodes VALUES (98208,'Everett','WA','47.893451','-122.197970',-8,1); -INSERT INTO zipcodes VALUES (98220,'Acme','WA','48.681582','-122.197700',-8,1); -INSERT INTO zipcodes VALUES (98221,'Anacortes','WA','48.495234','-122.619760',-8,1); -INSERT INTO zipcodes VALUES (98222,'Blakely Island','WA','48.586563','-122.803170',-8,1); -INSERT INTO zipcodes VALUES (98223,'Arlington','WA','48.203856','-122.052880',-8,1); -INSERT INTO zipcodes VALUES (98224,'Baring','WA','47.763755','-121.476070',-8,1); -INSERT INTO zipcodes VALUES (98225,'Bellingham','WA','48.747578','-122.485080',-8,1); -INSERT INTO zipcodes VALUES (98226,'Bellingham','WA','48.759079','-122.435970',-8,1); -INSERT INTO zipcodes VALUES (98227,'Bellingham','WA','48.814753','-121.988548',-8,1); -INSERT INTO zipcodes VALUES (98228,'Bellingham','WA','48.814753','-121.988548',-8,1); -INSERT INTO zipcodes VALUES (98229,'Bellingham','WA','48.725417','-122.435478',-8,1); -INSERT INTO zipcodes VALUES (98230,'Blaine','WA','48.961443','-122.737140',-8,1); -INSERT INTO zipcodes VALUES (98231,'Blaine','WA','48.814753','-121.988548',-8,1); -INSERT INTO zipcodes VALUES (98232,'Bow','WA','48.559548','-122.413750',-8,1); -INSERT INTO zipcodes VALUES (98233,'Burlington','WA','48.486892','-122.333660',-8,1); -INSERT INTO zipcodes VALUES (98235,'Clearlake','WA','48.461672','-122.233080',-8,1); -INSERT INTO zipcodes VALUES (98236,'Clinton','WA','47.962134','-122.400890',-8,1); -INSERT INTO zipcodes VALUES (98237,'Concrete','WA','48.497601','-121.700180',-8,1); -INSERT INTO zipcodes VALUES (98238,'Conway','WA','48.337796','-122.345170',-8,1); -INSERT INTO zipcodes VALUES (98239,'Coupeville','WA','48.204162','-122.667230',-8,1); -INSERT INTO zipcodes VALUES (98240,'Custer','WA','48.931679','-122.632560',-8,1); -INSERT INTO zipcodes VALUES (98241,'Darrington','WA','48.265483','-121.560750',-8,1); -INSERT INTO zipcodes VALUES (98243,'Deer Harbor','WA','48.612763','-123.020570',-8,1); -INSERT INTO zipcodes VALUES (98244,'Deming','WA','48.841442','-122.125470',-8,1); -INSERT INTO zipcodes VALUES (98245,'Eastsound','WA','48.672312','-122.919720',-8,1); -INSERT INTO zipcodes VALUES (98246,'Bow','WA','48.558127','-121.417034',-8,1); -INSERT INTO zipcodes VALUES (98247,'Everson','WA','48.900256','-122.320950',-8,1); -INSERT INTO zipcodes VALUES (98248,'Ferndale','WA','48.852655','-122.618070',-8,1); -INSERT INTO zipcodes VALUES (98249,'Freeland','WA','48.029176','-122.542220',-8,1); -INSERT INTO zipcodes VALUES (98250,'Friday Harbor','WA','48.551130','-123.075630',-8,1); -INSERT INTO zipcodes VALUES (98251,'Gold Bar','WA','47.851713','-121.666440',-8,1); -INSERT INTO zipcodes VALUES (98252,'Granite Falls','WA','48.070852','-121.822420',-8,1); -INSERT INTO zipcodes VALUES (98253,'Greenbank','WA','48.085852','-122.571290',-8,1); -INSERT INTO zipcodes VALUES (98255,'Hamilton','WA','48.525461','-121.988700',-8,1); -INSERT INTO zipcodes VALUES (98256,'Index','WA','47.841380','-121.506890',-8,1); -INSERT INTO zipcodes VALUES (98257,'La Conner','WA','48.393063','-122.504760',-8,1); -INSERT INTO zipcodes VALUES (98258,'Lake Stevens','WA','48.028355','-122.063270',-8,1); -INSERT INTO zipcodes VALUES (98259,'North Lakewood','WA','48.037258','-121.682271',-8,1); -INSERT INTO zipcodes VALUES (98260,'Langley','WA','48.030555','-122.448560',-8,1); -INSERT INTO zipcodes VALUES (98261,'Lopez Island','WA','48.481655','-122.882710',-8,1); -INSERT INTO zipcodes VALUES (98262,'Lummi Island','WA','48.699642','-122.666580',-8,1); -INSERT INTO zipcodes VALUES (98263,'Lyman','WA','48.534462','-122.058644',-8,1); -INSERT INTO zipcodes VALUES (98264,'Lynden','WA','48.943476','-122.457230',-8,1); -INSERT INTO zipcodes VALUES (98266,'Maple Falls','WA','48.853213','-122.247881',-8,1); -INSERT INTO zipcodes VALUES (98267,'Marblemount','WA','48.499159','-121.431630',-8,1); -INSERT INTO zipcodes VALUES (98270,'Marysville','WA','48.061269','-122.158800',-8,1); -INSERT INTO zipcodes VALUES (98271,'Marysville','WA','48.093129','-122.216140',-8,1); -INSERT INTO zipcodes VALUES (98272,'Monroe','WA','47.860245','-121.937340',-8,1); -INSERT INTO zipcodes VALUES (98273,'Mount Vernon','WA','48.414576','-122.351960',-8,1); -INSERT INTO zipcodes VALUES (98274,'Mount Vernon','WA','48.371026','-122.244320',-8,1); -INSERT INTO zipcodes VALUES (98275,'Mukilteo','WA','47.916148','-122.302930',-8,1); -INSERT INTO zipcodes VALUES (98276,'Nooksack','WA','48.834208','-122.335734',-8,1); -INSERT INTO zipcodes VALUES (98277,'Oak Harbor','WA','48.303774','-122.650930',-8,1); -INSERT INTO zipcodes VALUES (98278,'Oak Harbor','WA','48.310127','-122.655862',-8,1); -INSERT INTO zipcodes VALUES (98279,'Olga','WA','48.632050','-122.813720',-8,1); -INSERT INTO zipcodes VALUES (98280,'Orcas','WA','48.594255','-122.918280',-8,1); -INSERT INTO zipcodes VALUES (98281,'Point Roberts','WA','48.992010','-123.050470',-8,1); -INSERT INTO zipcodes VALUES (98282,'Camano','WA','48.185511','-122.482090',-8,1); -INSERT INTO zipcodes VALUES (98283,'Rockport','WA','48.509814','-121.484180',-8,1); -INSERT INTO zipcodes VALUES (98284,'Sedro Woolley','WA','48.518653','-122.165450',-8,1); -INSERT INTO zipcodes VALUES (98286,'Shaw Island','WA','48.575362','-122.966430',-8,1); -INSERT INTO zipcodes VALUES (98287,'Silvana','WA','48.037258','-121.682271',-8,1); -INSERT INTO zipcodes VALUES (98288,'Skykomish','WA','47.658047','-121.414450',-8,1); -INSERT INTO zipcodes VALUES (98290,'Snohomish','WA','47.930902','-122.039760',-8,1); -INSERT INTO zipcodes VALUES (98291,'Snohomish','WA','47.909511','-122.050108',-8,1); -INSERT INTO zipcodes VALUES (98292,'Stanwood','WA','48.222046','-122.389610',-8,1); -INSERT INTO zipcodes VALUES (98293,'Startup','WA','47.870275','-121.768490',-8,1); -INSERT INTO zipcodes VALUES (98294,'Sultan','WA','47.865270','-121.788990',-8,1); -INSERT INTO zipcodes VALUES (98295,'Sumas','WA','48.971298','-122.201460',-8,1); -INSERT INTO zipcodes VALUES (98296,'Snohomish','WA','47.846083','-122.110680',-8,1); -INSERT INTO zipcodes VALUES (98297,'Waldron','WA','48.701835','-123.026360',-8,1); -INSERT INTO zipcodes VALUES (98303,'Anderson Island','WA','47.164380','-122.695840',-8,1); -INSERT INTO zipcodes VALUES (98304,'Ashford','WA','46.755230','-122.015440',-8,1); -INSERT INTO zipcodes VALUES (98305,'Beaver','WA','48.066605','-124.309090',-8,1); -INSERT INTO zipcodes VALUES (98310,'Bremerton','WA','47.586750','-122.623710',-8,1); -INSERT INTO zipcodes VALUES (98311,'Bremerton','WA','47.629717','-122.634930',-8,1); -INSERT INTO zipcodes VALUES (98312,'Bremerton','WA','47.564437','-122.712930',-8,1); -INSERT INTO zipcodes VALUES (98314,'Bremerton','WA','47.559317','-122.649150',-8,1); -INSERT INTO zipcodes VALUES (98315,'Silverdale','WA','47.720777','-122.713090',-8,1); -INSERT INTO zipcodes VALUES (98319,'Duvall','WA','47.741268','-121.978279',-8,1); -INSERT INTO zipcodes VALUES (98320,'Brinnon','WA','47.705616','-122.928680',-8,1); -INSERT INTO zipcodes VALUES (98321,'Buckley','WA','47.155649','-122.052550',-8,1); -INSERT INTO zipcodes VALUES (98322,'Burley','WA','47.687971','-122.729304',-8,1); -INSERT INTO zipcodes VALUES (98323,'Carbonado','WA','47.035525','-121.951000',-8,1); -INSERT INTO zipcodes VALUES (98324,'Carlsborg','WA','48.183150','-123.872972',-8,1); -INSERT INTO zipcodes VALUES (98325,'Chimacum','WA','47.974586','-122.783820',-8,1); -INSERT INTO zipcodes VALUES (98326,'Clallam Bay','WA','48.181608','-124.411880',-8,1); -INSERT INTO zipcodes VALUES (98327,'Dupont','WA','47.088719','-122.643260',-8,1); -INSERT INTO zipcodes VALUES (98328,'Eatonville','WA','46.884733','-122.292370',-8,1); -INSERT INTO zipcodes VALUES (98329,'Gig Harbor','WA','47.378121','-122.722200',-8,1); -INSERT INTO zipcodes VALUES (98330,'Elbe','WA','46.761546','-122.178580',-8,1); -INSERT INTO zipcodes VALUES (98331,'Forks','WA','47.838423','-124.358880',-8,1); -INSERT INTO zipcodes VALUES (98332,'Gig Harbor','WA','47.364321','-122.600110',-8,1); -INSERT INTO zipcodes VALUES (98333,'Fox Island','WA','47.244053','-122.619900',-8,1); -INSERT INTO zipcodes VALUES (98335,'Gig Harbor','WA','47.301252','-122.605620',-8,1); -INSERT INTO zipcodes VALUES (98336,'Glenoma','WA','46.536190','-122.117660',-8,1); -INSERT INTO zipcodes VALUES (98337,'Bremerton','WA','47.569167','-122.634790',-8,1); -INSERT INTO zipcodes VALUES (98338,'Graham','WA','47.028423','-122.291000',-8,1); -INSERT INTO zipcodes VALUES (98339,'Port Hadlock','WA','48.036882','-122.759900',-8,1); -INSERT INTO zipcodes VALUES (98340,'Hansville','WA','47.910628','-122.574890',-8,1); -INSERT INTO zipcodes VALUES (98342,'Indianola','WA','47.748780','-122.530510',-8,1); -INSERT INTO zipcodes VALUES (98343,'Joyce','WA','48.183150','-123.872972',-8,1); -INSERT INTO zipcodes VALUES (98344,'Kapowsin','WA','46.989916','-122.222642',-8,1); -INSERT INTO zipcodes VALUES (98345,'Keyport','WA','47.702342','-122.625540',-8,1); -INSERT INTO zipcodes VALUES (98346,'Kingston','WA','47.807359','-122.519620',-8,1); -INSERT INTO zipcodes VALUES (98348,'La Grande','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98349,'Lakebay','WA','47.268551','-122.768970',-8,1); -INSERT INTO zipcodes VALUES (98350,'La Push','WA','47.905815','-124.622020',-8,1); -INSERT INTO zipcodes VALUES (98351,'Longbranch','WA','47.200168','-122.775370',-8,1); -INSERT INTO zipcodes VALUES (98352,'Sumner','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98353,'Manchester','WA','47.553289','-122.545350',-8,1); -INSERT INTO zipcodes VALUES (98354,'Milton','WA','47.248208','-122.317370',-8,1); -INSERT INTO zipcodes VALUES (98355,'Mineral','WA','46.711036','-122.034800',-8,1); -INSERT INTO zipcodes VALUES (98356,'Morton','WA','46.562676','-122.295140',-8,1); -INSERT INTO zipcodes VALUES (98357,'Neah Bay','WA','48.353060','-124.640760',-8,1); -INSERT INTO zipcodes VALUES (98358,'Nordland','WA','48.058323','-122.687940',-8,1); -INSERT INTO zipcodes VALUES (98359,'Olalla','WA','47.430250','-122.571590',-8,1); -INSERT INTO zipcodes VALUES (98360,'Orting','WA','47.039607','-122.146910',-8,1); -INSERT INTO zipcodes VALUES (98361,'Packwood','WA','46.580048','-121.616740',-8,1); -INSERT INTO zipcodes VALUES (98362,'Port Angeles','WA','48.097144','-123.406280',-8,1); -INSERT INTO zipcodes VALUES (98363,'Port Angeles','WA','48.102836','-123.637650',-8,1); -INSERT INTO zipcodes VALUES (98364,'Port Gamble','WA','47.854503','-122.591220',-8,1); -INSERT INTO zipcodes VALUES (98365,'Port Ludlow','WA','47.907561','-122.694160',-8,1); -INSERT INTO zipcodes VALUES (98366,'Port Orchard','WA','47.535870','-122.599050',-8,1); -INSERT INTO zipcodes VALUES (98367,'Port Orchard','WA','47.470971','-122.663350',-8,1); -INSERT INTO zipcodes VALUES (98368,'Port Townsend','WA','48.100255','-122.797360',-8,1); -INSERT INTO zipcodes VALUES (98370,'Poulsbo','WA','47.743302','-122.630410',-8,1); -INSERT INTO zipcodes VALUES (98371,'Puyallup','WA','47.196272','-122.315770',-8,1); -INSERT INTO zipcodes VALUES (98372,'Puyallup','WA','47.198591','-122.271310',-8,1); -INSERT INTO zipcodes VALUES (98373,'Puyallup','WA','47.147862','-122.318640',-8,1); -INSERT INTO zipcodes VALUES (98374,'Puyallup','WA','47.140045','-122.260120',-8,1); -INSERT INTO zipcodes VALUES (98375,'Puyallup','WA','47.112477','-122.322470',-8,1); -INSERT INTO zipcodes VALUES (98376,'Quilcene','WA','47.826111','-122.852330',-8,1); -INSERT INTO zipcodes VALUES (98377,'Randle','WA','46.525156','-121.850940',-8,1); -INSERT INTO zipcodes VALUES (98378,'Retsil','WA','47.687971','-122.729304',-8,1); -INSERT INTO zipcodes VALUES (98380,'Seabeck','WA','47.596122','-122.894560',-8,1); -INSERT INTO zipcodes VALUES (98381,'Sekiu','WA','48.283826','-124.371440',-8,1); -INSERT INTO zipcodes VALUES (98382,'Sequim','WA','48.079979','-123.099160',-8,1); -INSERT INTO zipcodes VALUES (98383,'Silverdale','WA','47.667257','-122.690550',-8,1); -INSERT INTO zipcodes VALUES (98384,'South Colby','WA','47.521803','-122.539637',-8,1); -INSERT INTO zipcodes VALUES (98385,'South Prairie','WA','47.138345','-122.098190',-8,1); -INSERT INTO zipcodes VALUES (98386,'Southworth','WA','47.510370','-122.499139',-8,1); -INSERT INTO zipcodes VALUES (98387,'Spanaway','WA','47.077796','-122.405170',-8,1); -INSERT INTO zipcodes VALUES (98388,'Steilacoom','WA','47.164965','-122.600500',-8,1); -INSERT INTO zipcodes VALUES (98389,'South Prairie','WA','47.137872','-122.093560',-8,1); -INSERT INTO zipcodes VALUES (98390,'Sumner','WA','47.196364','-122.188700',-8,1); -INSERT INTO zipcodes VALUES (98392,'Suquamish','WA','47.735065','-122.557510',-8,1); -INSERT INTO zipcodes VALUES (98393,'Tracyton','WA','47.626717','-122.649953',-8,1); -INSERT INTO zipcodes VALUES (98394,'Vaughn','WA','47.336226','-122.783090',-8,1); -INSERT INTO zipcodes VALUES (98395,'Wauna','WA','47.266017','-122.832799',-8,1); -INSERT INTO zipcodes VALUES (98396,'Wilkeson','WA','47.106024','-122.045100',-8,1); -INSERT INTO zipcodes VALUES (98397,'Longmire','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98398,'Paradise Inn','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98401,'Tacoma','WA','47.253671','-122.444335',-8,1); -INSERT INTO zipcodes VALUES (98402,'Tacoma','WA','47.247671','-122.439710',-8,1); -INSERT INTO zipcodes VALUES (98403,'Tacoma','WA','47.263971','-122.458790',-8,1); -INSERT INTO zipcodes VALUES (98404,'Tacoma','WA','47.212421','-122.415600',-8,1); -INSERT INTO zipcodes VALUES (98405,'Tacoma','WA','47.248953','-122.465990',-8,1); -INSERT INTO zipcodes VALUES (98406,'Tacoma','WA','47.263020','-122.495180',-8,1); -INSERT INTO zipcodes VALUES (98407,'Tacoma','WA','47.283920','-122.504330',-8,1); -INSERT INTO zipcodes VALUES (98408,'Tacoma','WA','47.209021','-122.444980',-8,1); -INSERT INTO zipcodes VALUES (98409,'Tacoma','WA','47.208987','-122.480530',-8,1); -INSERT INTO zipcodes VALUES (98411,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98412,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98413,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98415,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98416,'Tacoma','WA','47.264577','-122.482076',-8,1); -INSERT INTO zipcodes VALUES (98418,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98421,'Tacoma','WA','47.250681','-122.412130',-8,1); -INSERT INTO zipcodes VALUES (98422,'Tacoma','WA','47.296007','-122.398350',-8,1); -INSERT INTO zipcodes VALUES (98424,'Tacoma','WA','47.242186','-122.359160',-8,1); -INSERT INTO zipcodes VALUES (98430,'Camp Murray','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98431,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98433,'Tacoma','WA','47.080682','-122.579870',-8,1); -INSERT INTO zipcodes VALUES (98434,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98438,'Tacoma','WA','47.151297','-122.567631',-8,1); -INSERT INTO zipcodes VALUES (98439,'Lakewood','WA','47.125620','-122.522940',-8,1); -INSERT INTO zipcodes VALUES (98442,'Tacoma','WA','47.308061','-122.418495',-8,1); -INSERT INTO zipcodes VALUES (98443,'Tacoma','WA','47.202874','-122.376780',-8,1); -INSERT INTO zipcodes VALUES (98444,'Tacoma','WA','47.153571','-122.448500',-8,1); -INSERT INTO zipcodes VALUES (98445,'Tacoma','WA','47.148269','-122.411960',-8,1); -INSERT INTO zipcodes VALUES (98446,'Tacoma','WA','47.130900','-122.375890',-8,1); -INSERT INTO zipcodes VALUES (98447,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98448,'Parkland','WA','47.136544','-122.422431',-8,1); -INSERT INTO zipcodes VALUES (98450,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98455,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98460,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98464,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98465,'Tacoma','WA','47.247735','-122.528180',-8,1); -INSERT INTO zipcodes VALUES (98466,'Tacoma','WA','47.230402','-122.532720',-8,1); -INSERT INTO zipcodes VALUES (98467,'University Place','WA','47.203946','-122.529960',-8,1); -INSERT INTO zipcodes VALUES (98468,'Oakville','WA','46.843337','-123.228797',-8,1); -INSERT INTO zipcodes VALUES (98471,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98477,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98481,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98485,'South Prairie','WA','47.140655','-122.100892',-8,1); -INSERT INTO zipcodes VALUES (98492,'Lakewood','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98493,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98494,'Tacoma','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98497,'Lakewood','WA','47.066193','-122.113223',-8,1); -INSERT INTO zipcodes VALUES (98498,'Lakewood','WA','47.160620','-122.558770',-8,1); -INSERT INTO zipcodes VALUES (98499,'Lakewood','WA','47.166320','-122.508440',-8,1); -INSERT INTO zipcodes VALUES (98500,'Tumwater','WA','46.985519','-122.907649',-8,1); -INSERT INTO zipcodes VALUES (98501,'Olympia','WA','47.014718','-122.881900',-8,1); -INSERT INTO zipcodes VALUES (98502,'Olympia','WA','47.071484','-122.977020',-8,1); -INSERT INTO zipcodes VALUES (98503,'Lacey','WA','47.027082','-122.803590',-8,1); -INSERT INTO zipcodes VALUES (98504,'Olympia','WA','46.978118','-122.702393',-8,1); -INSERT INTO zipcodes VALUES (98505,'Olympia','WA','47.065404','-122.976187',-8,1); -INSERT INTO zipcodes VALUES (98506,'Olympia','WA','47.069339','-122.872490',-8,1); -INSERT INTO zipcodes VALUES (98507,'Olympia','WA','46.978118','-122.702393',-8,1); -INSERT INTO zipcodes VALUES (98508,'Olympia','WA','46.978118','-122.702393',-8,1); -INSERT INTO zipcodes VALUES (98509,'Lacey','WA','46.978118','-122.702393',-8,1); -INSERT INTO zipcodes VALUES (98512,'Olympia','WA','46.969793','-122.998020',-8,1); -INSERT INTO zipcodes VALUES (98513,'Olympia','WA','47.005810','-122.752850',-8,1); -INSERT INTO zipcodes VALUES (98516,'Olympia','WA','47.085046','-122.783760',-8,1); -INSERT INTO zipcodes VALUES (98520,'Aberdeen','WA','46.972965','-123.819230',-8,1); -INSERT INTO zipcodes VALUES (98522,'Adna','WA','46.571323','-123.298384',-8,1); -INSERT INTO zipcodes VALUES (98524,'Allyn','WA','47.374343','-122.838800',-8,1); -INSERT INTO zipcodes VALUES (98526,'Amanda Park','WA','47.463965','-124.029380',-8,1); -INSERT INTO zipcodes VALUES (98527,'Bay Center','WA','46.630051','-123.954630',-8,1); -INSERT INTO zipcodes VALUES (98528,'Belfair','WA','47.445292','-122.884170',-8,1); -INSERT INTO zipcodes VALUES (98530,'Bucoda','WA','46.797382','-122.851230',-8,1); -INSERT INTO zipcodes VALUES (98531,'Centralia','WA','46.728383','-122.951420',-8,1); -INSERT INTO zipcodes VALUES (98532,'Chehalis','WA','46.630721','-123.015990',-8,1); -INSERT INTO zipcodes VALUES (98533,'Cinebar','WA','46.588026','-122.533450',-8,1); -INSERT INTO zipcodes VALUES (98535,'Copalis Beach','WA','47.118566','-124.160270',-8,1); -INSERT INTO zipcodes VALUES (98536,'Copalis Crossing','WA','47.179475','-124.142410',-8,1); -INSERT INTO zipcodes VALUES (98537,'Cosmopolis','WA','46.899189','-123.690700',-8,1); -INSERT INTO zipcodes VALUES (98538,'Curtis','WA','46.483547','-123.101600',-8,1); -INSERT INTO zipcodes VALUES (98539,'Doty','WA','46.637787','-123.279800',-8,1); -INSERT INTO zipcodes VALUES (98540,'East Olympia','WA','46.978118','-122.702393',-8,1); -INSERT INTO zipcodes VALUES (98541,'Elma','WA','47.035750','-123.407130',-8,1); -INSERT INTO zipcodes VALUES (98542,'Ethel','WA','46.532624','-122.744070',-8,1); -INSERT INTO zipcodes VALUES (98544,'Galvin','WA','46.734909','-123.025360',-8,1); -INSERT INTO zipcodes VALUES (98546,'Grapeview','WA','47.321442','-122.929350',-8,1); -INSERT INTO zipcodes VALUES (98547,'Grayland','WA','46.781978','-124.081110',-8,1); -INSERT INTO zipcodes VALUES (98548,'Hoodsport','WA','47.446725','-123.211750',-8,1); -INSERT INTO zipcodes VALUES (98550,'Hoquiam','WA','47.026913','-123.917320',-8,1); -INSERT INTO zipcodes VALUES (98552,'Humptulips','WA','47.355226','-123.901890',-8,1); -INSERT INTO zipcodes VALUES (98554,'Lebam','WA','46.561375','-123.547880',-8,1); -INSERT INTO zipcodes VALUES (98555,'Lilliwaup','WA','47.521614','-123.068880',-8,1); -INSERT INTO zipcodes VALUES (98556,'Littlerock','WA','46.902376','-123.017043',-8,1); -INSERT INTO zipcodes VALUES (98557,'Mccleary','WA','47.054419','-123.273900',-8,1); -INSERT INTO zipcodes VALUES (98558,'Mckenna','WA','46.955863','-122.555850',-8,1); -INSERT INTO zipcodes VALUES (98559,'Malone','WA','46.959091','-123.325950',-8,1); -INSERT INTO zipcodes VALUES (98560,'Matlock','WA','47.263320','-123.430970',-8,1); -INSERT INTO zipcodes VALUES (98561,'Menlo','WA','46.514625','-123.769030',-8,1); -INSERT INTO zipcodes VALUES (98562,'Moclips','WA','47.254009','-124.207890',-8,1); -INSERT INTO zipcodes VALUES (98563,'Montesano','WA','47.034615','-123.603320',-8,1); -INSERT INTO zipcodes VALUES (98564,'Mossyrock','WA','46.504940','-122.486680',-8,1); -INSERT INTO zipcodes VALUES (98565,'Napavine','WA','46.580105','-122.906990',-8,1); -INSERT INTO zipcodes VALUES (98566,'Neilton','WA','47.387674','-123.890317',-8,1); -INSERT INTO zipcodes VALUES (98568,'Oakville','WA','46.840660','-123.256490',-8,1); -INSERT INTO zipcodes VALUES (98569,'Ocean Shores','WA','46.983877','-124.156070',-8,1); -INSERT INTO zipcodes VALUES (98570,'Onalaska','WA','46.593526','-122.653460',-8,1); -INSERT INTO zipcodes VALUES (98571,'Pacific Beach','WA','47.216861','-124.197400',-8,1); -INSERT INTO zipcodes VALUES (98572,'Pe Ell','WA','46.569107','-123.305780',-8,1); -INSERT INTO zipcodes VALUES (98575,'Quinault','WA','47.489864','-123.810310',-8,1); -INSERT INTO zipcodes VALUES (98576,'Rainier','WA','46.871178','-122.675730',-8,1); -INSERT INTO zipcodes VALUES (98577,'Raymond','WA','46.668744','-123.677080',-8,1); -INSERT INTO zipcodes VALUES (98579,'Rochester','WA','46.814438','-123.086470',-8,1); -INSERT INTO zipcodes VALUES (98580,'Roy','WA','46.954282','-122.487540',-8,1); -INSERT INTO zipcodes VALUES (98581,'Ryderwood','WA','46.373347','-123.053080',-8,1); -INSERT INTO zipcodes VALUES (98582,'Salkum','WA','46.513653','-122.625560',-8,1); -INSERT INTO zipcodes VALUES (98583,'Satsop','WA','47.002178','-123.483596',-8,1); -INSERT INTO zipcodes VALUES (98584,'Shelton','WA','47.224044','-123.105380',-8,1); -INSERT INTO zipcodes VALUES (98585,'Silver Creek','WA','46.528282','-122.576160',-8,1); -INSERT INTO zipcodes VALUES (98586,'South Bend','WA','46.560786','-123.852140',-8,1); -INSERT INTO zipcodes VALUES (98587,'Taholah','WA','47.322510','-124.258140',-8,1); -INSERT INTO zipcodes VALUES (98588,'Tahuya','WA','47.433993','-123.020780',-8,1); -INSERT INTO zipcodes VALUES (98589,'Tenino','WA','46.857968','-122.832600',-8,1); -INSERT INTO zipcodes VALUES (98590,'Tokeland','WA','46.737458','-123.981210',-8,1); -INSERT INTO zipcodes VALUES (98591,'Toledo','WA','46.433226','-122.800830',-8,1); -INSERT INTO zipcodes VALUES (98592,'Union','WA','47.331790','-123.074030',-8,1); -INSERT INTO zipcodes VALUES (98593,'Vader','WA','46.405210','-122.982700',-8,1); -INSERT INTO zipcodes VALUES (98595,'Westport','WA','46.887187','-124.107350',-8,1); -INSERT INTO zipcodes VALUES (98596,'Winlock','WA','46.493247','-122.922620',-8,1); -INSERT INTO zipcodes VALUES (98597,'Yelm','WA','46.893352','-122.567190',-8,1); -INSERT INTO zipcodes VALUES (98599,'Olympia','WA','46.978118','-122.702393',-8,1); -INSERT INTO zipcodes VALUES (98601,'Amboy','WA','45.935656','-122.437260',-8,1); -INSERT INTO zipcodes VALUES (98602,'Appleton','WA','45.844123','-121.291410',-8,1); -INSERT INTO zipcodes VALUES (98603,'Ariel','WA','46.001752','-122.456240',-8,1); -INSERT INTO zipcodes VALUES (98604,'Battle Ground','WA','45.791345','-122.517890',-8,1); -INSERT INTO zipcodes VALUES (98605,'Bingen','WA','45.719294','-121.478380',-8,1); -INSERT INTO zipcodes VALUES (98606,'Brush Prairie','WA','45.734510','-122.480340',-8,1); -INSERT INTO zipcodes VALUES (98607,'Camas','WA','45.609160','-122.405470',-8,1); -INSERT INTO zipcodes VALUES (98609,'Carrolls','WA','46.071482','-122.864838',-8,1); -INSERT INTO zipcodes VALUES (98610,'Carson','WA','45.801513','-121.911470',-8,1); -INSERT INTO zipcodes VALUES (98611,'Castle Rock','WA','46.308371','-122.898700',-8,1); -INSERT INTO zipcodes VALUES (98612,'Cathlamet','WA','46.208318','-123.346240',-8,1); -INSERT INTO zipcodes VALUES (98613,'Centerville','WA','45.722786','-120.961630',-8,1); -INSERT INTO zipcodes VALUES (98614,'Chinook','WA','46.282397','-123.938440',-8,1); -INSERT INTO zipcodes VALUES (98616,'Cougar','WA','46.065170','-122.294110',-8,1); -INSERT INTO zipcodes VALUES (98617,'Dallesport','WA','45.632051','-121.168350',-8,1); -INSERT INTO zipcodes VALUES (98619,'Glenwood','WA','46.018228','-121.289040',-8,1); -INSERT INTO zipcodes VALUES (98620,'Goldendale','WA','45.846697','-120.757030',-8,1); -INSERT INTO zipcodes VALUES (98621,'Grays River','WA','46.348706','-123.583070',-8,1); -INSERT INTO zipcodes VALUES (98622,'Heisson','WA','45.801586','-122.520347',-8,1); -INSERT INTO zipcodes VALUES (98623,'Husum','WA','45.807631','-121.487682',-8,1); -INSERT INTO zipcodes VALUES (98624,'Ilwaco','WA','46.312541','-124.029680',-8,1); -INSERT INTO zipcodes VALUES (98625,'Kalama','WA','46.015873','-122.797180',-8,1); -INSERT INTO zipcodes VALUES (98626,'Kelso','WA','46.150433','-122.885660',-8,1); -INSERT INTO zipcodes VALUES (98628,'Klickitat','WA','45.827860','-121.098040',-8,1); -INSERT INTO zipcodes VALUES (98629,'La Center','WA','45.876800','-122.621930',-8,1); -INSERT INTO zipcodes VALUES (98631,'Long Beach','WA','46.365773','-124.050220',-8,1); -INSERT INTO zipcodes VALUES (98632,'Longview','WA','46.156082','-122.980430',-8,1); -INSERT INTO zipcodes VALUES (98635,'Lyle','WA','45.726451','-121.197840',-8,1); -INSERT INTO zipcodes VALUES (98637,'Nahcotta','WA','46.514625','-123.769030',-8,1); -INSERT INTO zipcodes VALUES (98638,'Naselle','WA','46.370075','-123.765060',-8,1); -INSERT INTO zipcodes VALUES (98639,'North Bonneville','WA','45.650041','-121.971670',-8,1); -INSERT INTO zipcodes VALUES (98640,'Ocean Park','WA','46.501781','-124.048010',-8,1); -INSERT INTO zipcodes VALUES (98641,'Oysterville','WA','46.554000','-124.026260',-8,1); -INSERT INTO zipcodes VALUES (98642,'Ridgefield','WA','45.795825','-122.698040',-8,1); -INSERT INTO zipcodes VALUES (98643,'Rosburg','WA','46.302905','-123.624730',-8,1); -INSERT INTO zipcodes VALUES (98644,'Seaview','WA','46.332077','-124.055170',-8,1); -INSERT INTO zipcodes VALUES (98645,'Silverlake','WA','46.318482','-122.775700',-8,1); -INSERT INTO zipcodes VALUES (98647,'Skamokawa','WA','46.296658','-123.468280',-8,1); -INSERT INTO zipcodes VALUES (98648,'Stevenson','WA','45.669604','-121.913320',-8,1); -INSERT INTO zipcodes VALUES (98649,'Toutle','WA','46.352771','-122.660540',-8,1); -INSERT INTO zipcodes VALUES (98650,'Trout Lake','WA','45.981582','-121.539500',-8,1); -INSERT INTO zipcodes VALUES (98651,'Underwood','WA','45.730656','-121.575580',-8,1); -INSERT INTO zipcodes VALUES (98653,'Lyle','WA','45.694098','-121.286091',-8,1); -INSERT INTO zipcodes VALUES (98655,'Hazel Dell North','WA','45.678557','-122.663954',-8,1); -INSERT INTO zipcodes VALUES (98660,'Vancouver','WA','45.652255','-122.690090',-8,1); -INSERT INTO zipcodes VALUES (98661,'Vancouver','WA','45.638730','-122.628460',-8,1); -INSERT INTO zipcodes VALUES (98662,'Vancouver','WA','45.671806','-122.578940',-8,1); -INSERT INTO zipcodes VALUES (98663,'Vancouver','WA','45.647667','-122.661620',-8,1); -INSERT INTO zipcodes VALUES (98664,'Vancouver','WA','45.621040','-122.579470',-8,1); -INSERT INTO zipcodes VALUES (98665,'Vancouver','WA','45.681271','-122.667120',-8,1); -INSERT INTO zipcodes VALUES (98666,'Vancouver','WA','45.801586','-122.520347',-8,1); -INSERT INTO zipcodes VALUES (98667,'Vancouver','WA','45.801586','-122.520347',-8,1); -INSERT INTO zipcodes VALUES (98668,'Vancouver','WA','45.801586','-122.520347',-8,1); -INSERT INTO zipcodes VALUES (98670,'Wahkiacus','WA','45.859065','-121.146150',-8,1); -INSERT INTO zipcodes VALUES (98671,'Washougal','WA','45.594465','-122.281120',-8,1); -INSERT INTO zipcodes VALUES (98672,'White Salmon','WA','45.786727','-121.475230',-8,1); -INSERT INTO zipcodes VALUES (98673,'Wishram','WA','45.661878','-120.949970',-8,1); -INSERT INTO zipcodes VALUES (98674,'Woodland','WA','45.928662','-122.702840',-8,1); -INSERT INTO zipcodes VALUES (98675,'Yacolt','WA','45.843674','-122.392210',-8,1); -INSERT INTO zipcodes VALUES (98682,'Vancouver','WA','45.673090','-122.513190',-8,1); -INSERT INTO zipcodes VALUES (98683,'Vancouver','WA','45.604075','-122.510350',-8,1); -INSERT INTO zipcodes VALUES (98684,'Vancouver','WA','45.627459','-122.520230',-8,1); -INSERT INTO zipcodes VALUES (98685,'Vancouver','WA','45.709555','-122.684730',-8,1); -INSERT INTO zipcodes VALUES (98686,'Vancouver','WA','45.712623','-122.634190',-8,1); -INSERT INTO zipcodes VALUES (98687,'Vancouver','WA','45.801586','-122.520347',-8,1); -INSERT INTO zipcodes VALUES (98731,'Waller','WA','47.185462','-122.353089',-8,1); -INSERT INTO zipcodes VALUES (98801,'Wenatchee','WA','47.425497','-120.328810',-8,1); -INSERT INTO zipcodes VALUES (98802,'East Wenatchee','WA','47.436898','-120.257420',-8,1); -INSERT INTO zipcodes VALUES (98807,'Wenatchee','WA','47.905787','-120.520211',-8,1); -INSERT INTO zipcodes VALUES (98811,'Ardenvoir','WA','47.737028','-120.371260',-8,1); -INSERT INTO zipcodes VALUES (98812,'Brewster','WA','48.112268','-119.752030',-8,1); -INSERT INTO zipcodes VALUES (98813,'Bridgeport','WA','47.999618','-119.661290',-8,1); -INSERT INTO zipcodes VALUES (98814,'Carlton','WA','48.231421','-120.120650',-8,1); -INSERT INTO zipcodes VALUES (98815,'Cashmere','WA','47.522546','-120.489660',-8,1); -INSERT INTO zipcodes VALUES (98816,'Chelan','WA','47.880774','-120.083790',-8,1); -INSERT INTO zipcodes VALUES (98817,'Chelan Falls','WA','47.799550','-119.989210',-8,1); -INSERT INTO zipcodes VALUES (98819,'Conconully','WA','48.559477','-119.754740',-8,1); -INSERT INTO zipcodes VALUES (98821,'Dryden','WA','47.541723','-120.561400',-8,1); -INSERT INTO zipcodes VALUES (98822,'Entiat','WA','47.782158','-120.359440',-8,1); -INSERT INTO zipcodes VALUES (98823,'Ephrata','WA','47.297368','-119.571290',-8,1); -INSERT INTO zipcodes VALUES (98824,'George','WA','47.079243','-119.860117',-8,1); -INSERT INTO zipcodes VALUES (98826,'Leavenworth','WA','47.728186','-120.738740',-8,1); -INSERT INTO zipcodes VALUES (98827,'Loomis','WA','48.885618','-119.689390',-8,1); -INSERT INTO zipcodes VALUES (98828,'Malaga','WA','47.333821','-120.199290',-8,1); -INSERT INTO zipcodes VALUES (98829,'Malott','WA','48.267188','-119.735380',-8,1); -INSERT INTO zipcodes VALUES (98830,'Mansfield','WA','47.880616','-119.544810',-8,1); -INSERT INTO zipcodes VALUES (98831,'Manson','WA','47.915227','-120.129340',-8,1); -INSERT INTO zipcodes VALUES (98832,'Marlin','WA','47.290624','-119.032680',-8,1); -INSERT INTO zipcodes VALUES (98833,'Mazama','WA','48.634796','-120.476810',-8,1); -INSERT INTO zipcodes VALUES (98834,'Methow','WA','48.138528','-120.028510',-8,1); -INSERT INTO zipcodes VALUES (98836,'Monitor','WA','47.481133','-120.413540',-8,1); -INSERT INTO zipcodes VALUES (98837,'Moses Lake','WA','47.133606','-119.284550',-8,1); -INSERT INTO zipcodes VALUES (98840,'Okanogan','WA','48.343356','-119.576560',-8,1); -INSERT INTO zipcodes VALUES (98841,'Omak','WA','48.403174','-119.390660',-8,1); -INSERT INTO zipcodes VALUES (98843,'Orondo','WA','47.745842','-120.093260',-8,1); -INSERT INTO zipcodes VALUES (98844,'Oroville','WA','48.933200','-119.381690',-8,1); -INSERT INTO zipcodes VALUES (98845,'Palisades','WA','47.466573','-119.820910',-8,1); -INSERT INTO zipcodes VALUES (98846,'Pateros','WA','48.039250','-119.939500',-8,1); -INSERT INTO zipcodes VALUES (98847,'Peshastin','WA','47.552462','-120.604570',-8,1); -INSERT INTO zipcodes VALUES (98848,'Quincy','WA','47.182270','-119.858680',-8,1); -INSERT INTO zipcodes VALUES (98849,'Riverside','WA','48.528793','-119.452760',-8,1); -INSERT INTO zipcodes VALUES (98850,'Rock Island','WA','47.360902','-120.113380',-8,1); -INSERT INTO zipcodes VALUES (98851,'Soap Lake','WA','47.400024','-119.462400',-8,1); -INSERT INTO zipcodes VALUES (98852,'Stehekin','WA','48.494944','-120.733480',-8,1); -INSERT INTO zipcodes VALUES (98853,'Stratford','WA','47.417461','-119.283120',-8,1); -INSERT INTO zipcodes VALUES (98855,'Tonasket','WA','48.689509','-119.321690',-8,1); -INSERT INTO zipcodes VALUES (98856,'Twisp','WA','48.359904','-120.130510',-8,1); -INSERT INTO zipcodes VALUES (98857,'Warden','WA','46.970666','-119.067200',-8,1); -INSERT INTO zipcodes VALUES (98858,'Waterville','WA','47.632050','-119.904230',-8,1); -INSERT INTO zipcodes VALUES (98859,'Wauconda','WA','48.810894','-118.933030',-8,1); -INSERT INTO zipcodes VALUES (98860,'Wilson Creek','WA','47.458634','-119.139210',-8,1); -INSERT INTO zipcodes VALUES (98862,'Winthrop','WA','48.488543','-120.242610',-8,1); -INSERT INTO zipcodes VALUES (98901,'Yakima','WA','46.616199','-120.464810',-8,1); -INSERT INTO zipcodes VALUES (98902,'Yakima','WA','46.595248','-120.531020',-8,1); -INSERT INTO zipcodes VALUES (98903,'Yakima','WA','46.550348','-120.620970',-8,1); -INSERT INTO zipcodes VALUES (98904,'Yakima','WA','46.564510','-120.694658',-8,1); -INSERT INTO zipcodes VALUES (98907,'Yakima','WA','46.628757','-120.573967',-8,1); -INSERT INTO zipcodes VALUES (98908,'Yakima','WA','46.605303','-120.617620',-8,1); -INSERT INTO zipcodes VALUES (98909,'Yakima','WA','46.637538','-120.794978',-8,1); -INSERT INTO zipcodes VALUES (98920,'Brownstown','WA','46.564510','-120.694658',-8,1); -INSERT INTO zipcodes VALUES (98921,'Buena','WA','46.421218','-120.315141',-8,1); -INSERT INTO zipcodes VALUES (98922,'Cle Elum','WA','47.193770','-120.917330',-8,1); -INSERT INTO zipcodes VALUES (98923,'Cowiche','WA','46.662006','-120.715580',-8,1); -INSERT INTO zipcodes VALUES (98925,'Easton','WA','47.304200','-121.248490',-8,1); -INSERT INTO zipcodes VALUES (98926,'Ellensburg','WA','47.009726','-120.523640',-8,1); -INSERT INTO zipcodes VALUES (98929,'Goose Prairie','WA','46.915735','-121.241591',-8,1); -INSERT INTO zipcodes VALUES (98930,'Grandview','WA','46.260129','-119.906140',-8,1); -INSERT INTO zipcodes VALUES (98932,'Granger','WA','46.345166','-120.184300',-8,1); -INSERT INTO zipcodes VALUES (98933,'Harrah','WA','46.406875','-120.624210',-8,1); -INSERT INTO zipcodes VALUES (98934,'Kittitas','WA','46.984565','-120.417820',-8,1); -INSERT INTO zipcodes VALUES (98935,'Mabton','WA','46.177732','-120.029660',-8,1); -INSERT INTO zipcodes VALUES (98936,'Moxee','WA','46.540842','-120.333220',-8,1); -INSERT INTO zipcodes VALUES (98937,'Naches','WA','46.712070','-120.970970',-8,1); -INSERT INTO zipcodes VALUES (98938,'Outlook','WA','46.364164','-120.098710',-8,1); -INSERT INTO zipcodes VALUES (98939,'Parker','WA','46.564510','-120.694658',-8,1); -INSERT INTO zipcodes VALUES (98940,'Ronald','WA','47.333940','-121.029790',-8,1); -INSERT INTO zipcodes VALUES (98941,'Roslyn','WA','47.224876','-120.992860',-8,1); -INSERT INTO zipcodes VALUES (98942,'Selah','WA','46.726395','-120.569970',-8,1); -INSERT INTO zipcodes VALUES (98943,'South Cle Elum','WA','47.186592','-120.955030',-8,1); -INSERT INTO zipcodes VALUES (98944,'Sunnyside','WA','46.342102','-119.990000',-8,1); -INSERT INTO zipcodes VALUES (98946,'Thorp','WA','47.087352','-120.712320',-8,1); -INSERT INTO zipcodes VALUES (98947,'Tieton','WA','46.707735','-120.757130',-8,1); -INSERT INTO zipcodes VALUES (98948,'Toppenish','WA','46.356530','-120.334620',-8,1); -INSERT INTO zipcodes VALUES (98950,'Vantage','WA','46.880413','-119.989390',-8,1); -INSERT INTO zipcodes VALUES (98951,'Wapato','WA','46.457731','-120.467210',-8,1); -INSERT INTO zipcodes VALUES (98952,'White Swan','WA','46.377579','-120.714400',-8,1); -INSERT INTO zipcodes VALUES (98953,'Zillah','WA','46.418933','-120.266990',-8,1); -INSERT INTO zipcodes VALUES (98991,'Roslyn','WA','47.221837','-120.993126',-8,1); -INSERT INTO zipcodes VALUES (99001,'Airway Heights','WA','47.642922','-117.591490',-8,1); -INSERT INTO zipcodes VALUES (99003,'Chattaroy','WA','47.921687','-117.293780',-8,1); -INSERT INTO zipcodes VALUES (99004,'Cheney','WA','47.466974','-117.605750',-8,1); -INSERT INTO zipcodes VALUES (99005,'Colbert','WA','47.844289','-117.372740',-8,1); -INSERT INTO zipcodes VALUES (99006,'Deer Park','WA','47.966471','-117.481450',-8,1); -INSERT INTO zipcodes VALUES (99008,'Edwall','WA','47.505050','-117.934320',-8,1); -INSERT INTO zipcodes VALUES (99009,'Elk','WA','48.041663','-117.248910',-8,1); -INSERT INTO zipcodes VALUES (99011,'Fairchild Air Force Base','WA','47.595572','-117.673440',-8,1); -INSERT INTO zipcodes VALUES (99012,'Fairfield','WA','47.383651','-117.185680',-8,1); -INSERT INTO zipcodes VALUES (99013,'Ford','WA','47.889348','-117.823250',-8,1); -INSERT INTO zipcodes VALUES (99014,'Four Lakes','WA','47.559880','-117.595751',-8,1); -INSERT INTO zipcodes VALUES (99015,'Freeman','WA','47.653568','-117.431742',-8,1); -INSERT INTO zipcodes VALUES (99016,'Greenacres','WA','47.648693','-117.151160',-8,1); -INSERT INTO zipcodes VALUES (99017,'Lamont','WA','47.197445','-117.855580',-8,1); -INSERT INTO zipcodes VALUES (99018,'Latah','WA','47.277842','-117.136390',-8,1); -INSERT INTO zipcodes VALUES (99019,'Liberty Lake','WA','47.656171','-117.086280',-8,1); -INSERT INTO zipcodes VALUES (99020,'Marshall','WA','47.563191','-117.495900',-8,1); -INSERT INTO zipcodes VALUES (99021,'Mead','WA','47.811080','-117.223060',-8,1); -INSERT INTO zipcodes VALUES (99022,'Medical Lake','WA','47.583754','-117.688120',-8,1); -INSERT INTO zipcodes VALUES (99023,'Mica','WA','47.554592','-117.183520',-8,1); -INSERT INTO zipcodes VALUES (99025,'Newman Lake','WA','47.751434','-117.069340',-8,1); -INSERT INTO zipcodes VALUES (99026,'Nine Mile Falls','WA','47.801194','-117.593250',-8,1); -INSERT INTO zipcodes VALUES (99027,'Otis Orchards','WA','47.703698','-117.120070',-8,1); -INSERT INTO zipcodes VALUES (99029,'Reardan','WA','47.693129','-117.861640',-8,1); -INSERT INTO zipcodes VALUES (99030,'Rockford','WA','47.463725','-117.113190',-8,1); -INSERT INTO zipcodes VALUES (99031,'Spangle','WA','47.432691','-117.374490',-8,1); -INSERT INTO zipcodes VALUES (99032,'Sprague','WA','47.273264','-117.990820',-8,1); -INSERT INTO zipcodes VALUES (99033,'Tekoa','WA','47.222328','-117.081330',-8,1); -INSERT INTO zipcodes VALUES (99034,'Tumtum','WA','47.858074','-117.745820',-8,1); -INSERT INTO zipcodes VALUES (99036,'Valleyford','WA','47.525070','-117.270540',-8,1); -INSERT INTO zipcodes VALUES (99037,'Veradale','WA','47.643346','-117.199930',-8,1); -INSERT INTO zipcodes VALUES (99039,'Waverly','WA','47.329704','-117.244981',-8,1); -INSERT INTO zipcodes VALUES (99040,'Wellpinit','WA','47.863857','-118.036610',-8,1); -INSERT INTO zipcodes VALUES (99066,'Deer Park','WA','47.951939','-117.472694',-8,1); -INSERT INTO zipcodes VALUES (99101,'Addy','WA','48.305861','-117.943180',-8,1); -INSERT INTO zipcodes VALUES (99102,'Albion','WA','46.793604','-117.252080',-8,1); -INSERT INTO zipcodes VALUES (99103,'Almira','WA','47.721863','-118.955540',-8,1); -INSERT INTO zipcodes VALUES (99104,'Belmont','WA','47.079345','-117.176954',-8,1); -INSERT INTO zipcodes VALUES (99105,'Benge','WA','46.866805','-118.132470',-8,1); -INSERT INTO zipcodes VALUES (99107,'Boyds','WA','48.842690','-118.182764',-8,1); -INSERT INTO zipcodes VALUES (99109,'Chewelah','WA','48.269784','-117.734370',-8,1); -INSERT INTO zipcodes VALUES (99110,'Clayton','WA','48.012084','-117.573060',-8,1); -INSERT INTO zipcodes VALUES (99111,'Colfax','WA','46.875136','-117.409200',-8,1); -INSERT INTO zipcodes VALUES (99113,'Colton','WA','46.577614','-117.161330',-8,1); -INSERT INTO zipcodes VALUES (99114,'Colville','WA','48.658512','-117.767100',-8,1); -INSERT INTO zipcodes VALUES (99115,'Coulee City','WA','47.646132','-119.382700',-8,1); -INSERT INTO zipcodes VALUES (99116,'Coulee Dam','WA','47.995847','-118.958620',-8,1); -INSERT INTO zipcodes VALUES (99117,'Creston','WA','47.757764','-118.493430',-8,1); -INSERT INTO zipcodes VALUES (99118,'Curlew','WA','48.890892','-118.644750',-8,1); -INSERT INTO zipcodes VALUES (99119,'Cusick','WA','48.504786','-117.316890',-8,1); -INSERT INTO zipcodes VALUES (99121,'Danville','WA','48.977629','-118.514570',-8,1); -INSERT INTO zipcodes VALUES (99122,'Davenport','WA','47.671143','-118.189380',-8,1); -INSERT INTO zipcodes VALUES (99123,'Electric City','WA','47.907923','-119.065310',-8,1); -INSERT INTO zipcodes VALUES (99124,'Elmer City','WA','47.998468','-118.952480',-8,1); -INSERT INTO zipcodes VALUES (99125,'Endicott','WA','46.941628','-117.729300',-8,1); -INSERT INTO zipcodes VALUES (99126,'Evans','WA','48.733324','-117.973480',-8,1); -INSERT INTO zipcodes VALUES (99127,'Saint John','WA','46.838747','-117.644337',-8,1); -INSERT INTO zipcodes VALUES (99128,'Farmington','ID','47.091551','-116.991580',-8,1); -INSERT INTO zipcodes VALUES (99129,'Fruitland','WA','48.003202','-118.213390',-8,1); -INSERT INTO zipcodes VALUES (99130,'Garfield','WA','46.983768','-117.195970',-8,1); -INSERT INTO zipcodes VALUES (99131,'Gifford','WA','48.290089','-118.093260',-8,1); -INSERT INTO zipcodes VALUES (99133,'Grand Coulee','WA','47.947097','-119.007130',-8,1); -INSERT INTO zipcodes VALUES (99134,'Harrington','WA','47.460312','-118.382580',-8,1); -INSERT INTO zipcodes VALUES (99135,'Hartline','WA','47.641983','-119.088970',-8,1); -INSERT INTO zipcodes VALUES (99136,'Hay','WA','46.669207','-117.960150',-8,1); -INSERT INTO zipcodes VALUES (99137,'Hunters','WA','48.174649','-118.113610',-8,1); -INSERT INTO zipcodes VALUES (99138,'Inchelium','WA','48.207661','-118.297900',-8,1); -INSERT INTO zipcodes VALUES (99139,'Ione','WA','48.736168','-117.411100',-8,1); -INSERT INTO zipcodes VALUES (99140,'Keller','WA','48.080515','-118.694980',-8,1); -INSERT INTO zipcodes VALUES (99141,'Kettle Falls','WA','48.690209','-118.100450',-8,1); -INSERT INTO zipcodes VALUES (99143,'Lacrosse','WA','46.792982','-117.913130',-8,1); -INSERT INTO zipcodes VALUES (99144,'Lamona','WA','47.608940','-118.399551',-8,1); -INSERT INTO zipcodes VALUES (99146,'Laurier','WA','48.928160','-118.289700',-8,1); -INSERT INTO zipcodes VALUES (99147,'Lincoln','WA','47.608940','-118.399551',-8,1); -INSERT INTO zipcodes VALUES (99148,'Loon Lake','WA','48.102048','-117.601300',-8,1); -INSERT INTO zipcodes VALUES (99149,'Malden','WA','47.227436','-117.473640',-8,1); -INSERT INTO zipcodes VALUES (99150,'Malo','WA','48.810879','-118.590880',-8,1); -INSERT INTO zipcodes VALUES (99151,'Marcus','WA','48.664206','-118.064170',-8,1); -INSERT INTO zipcodes VALUES (99152,'Metaline','WA','48.858688','-117.391060',-8,1); -INSERT INTO zipcodes VALUES (99153,'Metaline Falls','WA','48.858518','-117.298330',-8,1); -INSERT INTO zipcodes VALUES (99154,'Mohler','WA','47.376884','-118.379900',-8,1); -INSERT INTO zipcodes VALUES (99155,'Nespelem','WA','48.172660','-119.001260',-8,1); -INSERT INTO zipcodes VALUES (99156,'Newport','WA','48.159752','-117.169840',-8,1); -INSERT INTO zipcodes VALUES (99157,'Northport','WA','48.897876','-117.816470',-8,1); -INSERT INTO zipcodes VALUES (99158,'Oakesdale','WA','47.136249','-117.254630',-8,1); -INSERT INTO zipcodes VALUES (99159,'Odessa','WA','47.338736','-118.702350',-8,1); -INSERT INTO zipcodes VALUES (99160,'Orient','WA','48.864070','-118.205570',-8,1); -INSERT INTO zipcodes VALUES (99161,'Palouse','WA','46.905132','-117.105750',-8,1); -INSERT INTO zipcodes VALUES (99163,'Pullman','WA','46.732705','-117.186480',-8,1); -INSERT INTO zipcodes VALUES (99164,'Pullman','WA','46.838747','-117.644337',-8,1); -INSERT INTO zipcodes VALUES (99165,'Pullman','WA','46.838747','-117.644337',-8,1); -INSERT INTO zipcodes VALUES (99166,'Republic','WA','48.657684','-118.726470',-8,1); -INSERT INTO zipcodes VALUES (99167,'Rice','WA','48.406582','-118.110290',-8,1); -INSERT INTO zipcodes VALUES (99169,'Ritzville','WA','47.107228','-118.431360',-8,1); -INSERT INTO zipcodes VALUES (99170,'Rosalia','WA','47.240334','-117.373650',-8,1); -INSERT INTO zipcodes VALUES (99171,'Saint John','WA','47.116530','-117.639380',-8,1); -INSERT INTO zipcodes VALUES (99173,'Springdale','WA','48.030848','-117.795630',-8,1); -INSERT INTO zipcodes VALUES (99174,'Steptoe','WA','46.838747','-117.644337',-8,1); -INSERT INTO zipcodes VALUES (99176,'Thornton','WA','47.117965','-117.410470',-8,1); -INSERT INTO zipcodes VALUES (99179,'Uniontown','WA','46.516794','-117.082020',-8,1); -INSERT INTO zipcodes VALUES (99180,'Usk','WA','48.295497','-117.292360',-8,1); -INSERT INTO zipcodes VALUES (99181,'Valley','WA','48.144634','-117.745640',-8,1); -INSERT INTO zipcodes VALUES (99185,'Wilbur','WA','47.756616','-118.706280',-8,1); -INSERT INTO zipcodes VALUES (99201,'Spokane','WA','47.663945','-117.431850',-8,1); -INSERT INTO zipcodes VALUES (99202,'Spokane','WA','47.656692','-117.378990',-8,1); -INSERT INTO zipcodes VALUES (99203,'Spokane','WA','47.629091','-117.406360',-8,1); -INSERT INTO zipcodes VALUES (99204,'Spokane','WA','47.648941','-117.431740',-8,1); -INSERT INTO zipcodes VALUES (99205,'Spokane','WA','47.693990','-117.439790',-8,1); -INSERT INTO zipcodes VALUES (99206,'Spokane','WA','47.646994','-117.259120',-8,1); -INSERT INTO zipcodes VALUES (99207,'Spokane','WA','47.693741','-117.388290',-8,1); -INSERT INTO zipcodes VALUES (99208,'Spokane','WA','47.740491','-117.439160',-8,1); -INSERT INTO zipcodes VALUES (99209,'Spokane','WA','47.646148','-117.793734',-8,1); -INSERT INTO zipcodes VALUES (99210,'Spokane','WA','47.653568','-117.431742',-8,1); -INSERT INTO zipcodes VALUES (99211,'Spokane','WA','47.653568','-117.431742',-8,1); -INSERT INTO zipcodes VALUES (99212,'Spokane','WA','47.668926','-117.306680',-8,1); -INSERT INTO zipcodes VALUES (99213,'Spokane','WA','47.656726','-117.282483',-8,1); -INSERT INTO zipcodes VALUES (99214,'Spokane','WA','47.653568','-117.431742',-8,1); -INSERT INTO zipcodes VALUES (99215,'Spokane','WA','47.653568','-117.431742',-8,1); -INSERT INTO zipcodes VALUES (99216,'Spokane','WA','47.665819','-117.216990',-8,1); -INSERT INTO zipcodes VALUES (99217,'Spokane','WA','47.707542','-117.337760',-8,1); -INSERT INTO zipcodes VALUES (99218,'Spokane','WA','47.751674','-117.412400',-8,1); -INSERT INTO zipcodes VALUES (99219,'Spokane','WA','47.653568','-117.431742',-8,1); -INSERT INTO zipcodes VALUES (99220,'Spokane','WA','47.653568','-117.431742',-8,1); -INSERT INTO zipcodes VALUES (99223,'Spokane','WA','47.614744','-117.358920',-8,1); -INSERT INTO zipcodes VALUES (99224,'Spokane','WA','47.632573','-117.493260',-8,1); -INSERT INTO zipcodes VALUES (99228,'Spokane','WA','47.653568','-117.431742',-8,1); -INSERT INTO zipcodes VALUES (99251,'Spokane','WA','47.653568','-117.431742',-8,1); -INSERT INTO zipcodes VALUES (99252,'Spokane','WA','47.653568','-117.431742',-8,1); -INSERT INTO zipcodes VALUES (99256,'Spokane','WA','47.653568','-117.431742',-8,1); -INSERT INTO zipcodes VALUES (99258,'Spokane','WA','47.653568','-117.431742',-8,1); -INSERT INTO zipcodes VALUES (99260,'Spokane','WA','47.653568','-117.431742',-8,1); -INSERT INTO zipcodes VALUES (99299,'Spokane','WA','47.653568','-117.431742',-8,1); -INSERT INTO zipcodes VALUES (99301,'Pasco','WA','46.270249','-119.094620',-8,1); -INSERT INTO zipcodes VALUES (99302,'Pasco','WA','46.234957','-119.094271',-8,1); -INSERT INTO zipcodes VALUES (99309,'Mattawa','WA','46.731046','-119.901931',-8,1); -INSERT INTO zipcodes VALUES (99319,'Desert Aire','WA','46.680390','-119.911288',-8,1); -INSERT INTO zipcodes VALUES (99320,'Benton City','WA','46.263399','-119.479090',-8,1); -INSERT INTO zipcodes VALUES (99321,'Beverly','WA','46.834349','-119.930880',-8,1); -INSERT INTO zipcodes VALUES (99322,'Bickleton','WA','45.963054','-120.255470',-8,1); -INSERT INTO zipcodes VALUES (99323,'Burbank','WA','46.191158','-118.879870',-8,1); -INSERT INTO zipcodes VALUES (99324,'College Place','WA','46.044936','-118.384660',-8,1); -INSERT INTO zipcodes VALUES (99326,'Connell','WA','46.675704','-118.882300',-8,1); -INSERT INTO zipcodes VALUES (99327,'Cunningham','WA','46.828931','-118.829153',-8,1); -INSERT INTO zipcodes VALUES (99328,'Dayton','WA','46.319087','-117.968870',-8,1); -INSERT INTO zipcodes VALUES (99329,'Dixie','WA','46.138753','-118.153250',-8,1); -INSERT INTO zipcodes VALUES (99330,'Eltopia','WA','46.467186','-119.068880',-8,1); -INSERT INTO zipcodes VALUES (99332,'Hatton','WA','46.776386','-118.828920',-8,1); -INSERT INTO zipcodes VALUES (99333,'Hooper','WA','46.838747','-117.644337',-8,1); -INSERT INTO zipcodes VALUES (99335,'Kahlotus','WA','46.648121','-118.556520',-8,1); -INSERT INTO zipcodes VALUES (99336,'Kennewick','WA','46.210957','-119.163690',-8,1); -INSERT INTO zipcodes VALUES (99337,'Kennewick','WA','46.169982','-119.104560',-8,1); -INSERT INTO zipcodes VALUES (99338,'Kennewick','WA','46.192356','-119.239820',-8,1); -INSERT INTO zipcodes VALUES (99341,'Lind','WA','46.912194','-118.636760',-8,1); -INSERT INTO zipcodes VALUES (99343,'Mesa','WA','46.581454','-119.121070',-8,1); -INSERT INTO zipcodes VALUES (99344,'Othello','WA','46.843397','-119.174430',-8,1); -INSERT INTO zipcodes VALUES (99345,'Paterson','WA','45.922025','-119.676870',-8,1); -INSERT INTO zipcodes VALUES (99346,'Plymouth','WA','45.960734','-119.356370',-8,1); -INSERT INTO zipcodes VALUES (99347,'Pomeroy','WA','46.447540','-117.572950',-8,1); -INSERT INTO zipcodes VALUES (99348,'Prescott','WA','46.408852','-118.448760',-8,1); -INSERT INTO zipcodes VALUES (99349,'Mattawa','WA','46.726526','-119.885700',-8,1); -INSERT INTO zipcodes VALUES (99350,'Prosser','WA','46.208571','-119.745070',-8,1); -INSERT INTO zipcodes VALUES (99352,'Richland','WA','46.279657','-119.281370',-8,1); -INSERT INTO zipcodes VALUES (99353,'West Richland','WA','46.297139','-119.354570',-8,1); -INSERT INTO zipcodes VALUES (99356,'Roosevelt','WA','45.816528','-120.283720',-8,1); -INSERT INTO zipcodes VALUES (99357,'Royal City','WA','46.922079','-119.671750',-8,1); -INSERT INTO zipcodes VALUES (99359,'Starbuck','WA','46.523206','-118.193930',-8,1); -INSERT INTO zipcodes VALUES (99360,'Touchet','WA','46.059286','-118.672640',-8,1); -INSERT INTO zipcodes VALUES (99361,'Waitsburg','WA','46.209202','-118.158840',-8,1); -INSERT INTO zipcodes VALUES (99362,'Walla Walla','OR','45.986775','-118.079190',-8,1); -INSERT INTO zipcodes VALUES (99363,'Wallula','WA','46.059013','-118.884680',-8,1); -INSERT INTO zipcodes VALUES (99371,'Washtucna','WA','46.782783','-118.286900',-8,1); -INSERT INTO zipcodes VALUES (99401,'Anatone','WA','46.086657','-117.249100',-8,1); -INSERT INTO zipcodes VALUES (99402,'Asotin','WA','46.230508','-117.129160',-8,1); -INSERT INTO zipcodes VALUES (99403,'Clarkston','WA','46.400365','-117.083130',-8,1); -INSERT INTO zipcodes VALUES (99501,'Anchorage','AK','61.216799','-149.878280',-9,1); -INSERT INTO zipcodes VALUES (99502,'Anchorage','AK','61.153693','-149.959320',-9,1); -INSERT INTO zipcodes VALUES (99503,'Anchorage','AK','61.190260','-149.893410',-9,1); -INSERT INTO zipcodes VALUES (99504,'Anchorage','AK','61.204466','-149.746330',-9,1); -INSERT INTO zipcodes VALUES (99505,'Fort Richardson','AK','61.261518','-149.663360',-9,1); -INSERT INTO zipcodes VALUES (99506,'Elmendorf AFB','AK','61.224384','-149.774610',-9,1); -INSERT INTO zipcodes VALUES (99507,'Anchorage','AK','61.154834','-149.828650',-9,1); -INSERT INTO zipcodes VALUES (99508,'Anchorage','AK','61.203953','-149.814400',-9,1); -INSERT INTO zipcodes VALUES (99509,'Anchorage','AK','61.108864','-149.440311',-9,1); -INSERT INTO zipcodes VALUES (99510,'Anchorage','AK','61.144568','-149.878418',-9,1); -INSERT INTO zipcodes VALUES (99511,'Anchorage','AK','61.068324','-149.800476',-9,1); -INSERT INTO zipcodes VALUES (99512,'Anchorage','AK','61.203954','-149.808426',-9,1); -INSERT INTO zipcodes VALUES (99513,'Anchorage','AK','61.214877','-149.886170',-9,1); -INSERT INTO zipcodes VALUES (99514,'Anchorage','AK','61.108864','-149.440311',-9,1); -INSERT INTO zipcodes VALUES (99515,'Anchorage','AK','61.122943','-149.888520',-9,1); -INSERT INTO zipcodes VALUES (99516,'Anchorage','AK','61.101142','-149.773110',-9,1); -INSERT INTO zipcodes VALUES (99517,'Anchorage','AK','61.188276','-149.934380',-9,1); -INSERT INTO zipcodes VALUES (99518,'Anchorage','AK','61.156565','-149.883350',-9,1); -INSERT INTO zipcodes VALUES (99519,'Anchorage','AK','61.108864','-149.440311',-9,1); -INSERT INTO zipcodes VALUES (99520,'Anchorage','AK','61.108864','-149.440311',-9,1); -INSERT INTO zipcodes VALUES (99521,'Anchorage','AK','61.108864','-149.440311',-9,1); -INSERT INTO zipcodes VALUES (99522,'Anchorage','AK','61.108864','-149.440311',-9,1); -INSERT INTO zipcodes VALUES (99523,'Anchorage','AK','61.108864','-149.440311',-9,1); -INSERT INTO zipcodes VALUES (99524,'Anchorage','AK','61.108864','-149.440311',-9,1); -INSERT INTO zipcodes VALUES (99536,'Kennewick','WA','46.216706','-119.160173',-8,1); -INSERT INTO zipcodes VALUES (99540,'Indian','AK','60.973454','-149.458300',-9,1); -INSERT INTO zipcodes VALUES (99546,'Adak','AK','51.879570','-176.636750',-10,1); -INSERT INTO zipcodes VALUES (99547,'Atka','AK','52.227555','-174.196280',-10,1); -INSERT INTO zipcodes VALUES (99548,'Chignik Lake','AK','56.252156','-158.746380',-9,1); -INSERT INTO zipcodes VALUES (99549,'Port Heiden','AK','56.946256','-158.628320',-9,1); -INSERT INTO zipcodes VALUES (99550,'Port Lions','AK','57.867089','-152.885680',-9,1); -INSERT INTO zipcodes VALUES (99551,'Akiachak','AK','60.889810','-161.423930',-9,1); -INSERT INTO zipcodes VALUES (99552,'Akiak','AK','60.911865','-161.225770',-9,1); -INSERT INTO zipcodes VALUES (99553,'Akutan','AK','54.098693','-165.881760',-9,1); -INSERT INTO zipcodes VALUES (99554,'Alakanuk','AK','62.683391','-164.654550',-9,1); -INSERT INTO zipcodes VALUES (99555,'Aleknagik','AK','59.269535','-158.624580',-9,1); -INSERT INTO zipcodes VALUES (99556,'Anchor Point','AK','59.798363','-151.735660',-9,1); -INSERT INTO zipcodes VALUES (99557,'Aniak','AK','61.570981','-158.880720',-9,1); -INSERT INTO zipcodes VALUES (99558,'Anvik','AK','62.632905','-160.213360',-9,1); -INSERT INTO zipcodes VALUES (99559,'Bethel','AK','60.766603','-161.880060',-9,1); -INSERT INTO zipcodes VALUES (99561,'Chefornak','AK','60.143735','-164.252830',-9,1); -INSERT INTO zipcodes VALUES (99563,'Chevak','AK','61.527953','-165.570290',-9,1); -INSERT INTO zipcodes VALUES (99564,'Chignik','AK','56.298297','-158.404400',-9,1); -INSERT INTO zipcodes VALUES (99565,'Chignik Lagoon','AK','56.307535','-158.535020',-9,1); -INSERT INTO zipcodes VALUES (99566,'Chitina','AK','61.555701','-144.142330',-9,1); -INSERT INTO zipcodes VALUES (99567,'Chugiak','AK','61.413717','-149.426440',-9,1); -INSERT INTO zipcodes VALUES (99568,'Clam Gulch','AK','60.234580','-151.393400',-9,1); -INSERT INTO zipcodes VALUES (99569,'Clarks Point','AK','58.832560','-158.552540',-9,1); -INSERT INTO zipcodes VALUES (99571,'Cold Bay','AK','55.315003','-162.634000',-9,1); -INSERT INTO zipcodes VALUES (99572,'Cooper Landing','AK','60.484146','-149.781530',-9,1); -INSERT INTO zipcodes VALUES (99573,'Copper Center','AK','61.832347','-145.230800',-9,1); -INSERT INTO zipcodes VALUES (99574,'Cordova','AK','60.474512','-145.402560',-9,1); -INSERT INTO zipcodes VALUES (99575,'Crooked Creek','AK','61.859821','-158.128880',-9,1); -INSERT INTO zipcodes VALUES (99576,'Dillingham','AK','59.068709','-158.444070',-9,1); -INSERT INTO zipcodes VALUES (99577,'Eagle River','AK','61.310222','-149.516890',-9,1); -INSERT INTO zipcodes VALUES (99578,'Eek','AK','60.214239','-162.037990',-9,1); -INSERT INTO zipcodes VALUES (99579,'Egegik','AK','58.217621','-157.348410',-9,1); -INSERT INTO zipcodes VALUES (99580,'Ekwok','AK','59.360233','-157.483800',-9,1); -INSERT INTO zipcodes VALUES (99581,'Emmonak','AK','62.729019','-164.299170',-9,1); -INSERT INTO zipcodes VALUES (99583,'False Pass','AK','54.849999','-163.420110',-9,1); -INSERT INTO zipcodes VALUES (99584,'Flat','AK','65.226375','-151.025085',-9,1); -INSERT INTO zipcodes VALUES (99585,'Marshall','AK','61.878073','-162.084810',-9,1); -INSERT INTO zipcodes VALUES (99586,'Gakona','AK','62.667589','-144.490590',-9,1); -INSERT INTO zipcodes VALUES (99587,'Girdwood','AK','60.952049','-149.083800',-9,1); -INSERT INTO zipcodes VALUES (99588,'Glennallen','AK','62.120420','-145.585920',-9,1); -INSERT INTO zipcodes VALUES (99589,'Goodnews Bay','AK','59.125873','-161.599990',-9,1); -INSERT INTO zipcodes VALUES (99590,'Grayling','AK','62.908130','-160.066750',-9,1); -INSERT INTO zipcodes VALUES (99591,'Saint George Island','AK','56.605546','-169.559580',-10,1); -INSERT INTO zipcodes VALUES (99599,'Anchorage','AK','61.187188','-149.880393',-9,1); -INSERT INTO zipcodes VALUES (99602,'Holy Cross','AK','62.198048','-159.773410',-9,1); -INSERT INTO zipcodes VALUES (99603,'Homer','AK','59.665074','-151.449300',-9,1); -INSERT INTO zipcodes VALUES (99604,'Hooper Bay','AK','61.528980','-166.096190',-9,1); -INSERT INTO zipcodes VALUES (99605,'Hope','AK','60.911003','-149.627080',-9,1); -INSERT INTO zipcodes VALUES (99606,'Iliamna','AK','59.748806','-154.812400',-9,1); -INSERT INTO zipcodes VALUES (99607,'Kalskag','AK','61.535511','-160.301650',-9,1); -INSERT INTO zipcodes VALUES (99608,'Karluk','AK','57.578081','-154.362550',-9,1); -INSERT INTO zipcodes VALUES (99609,'Kasigluk','AK','60.873178','-162.519600',-9,1); -INSERT INTO zipcodes VALUES (99610,'Kasilof','AK','60.318451','-151.289480',-9,1); -INSERT INTO zipcodes VALUES (99611,'Kenai','AK','60.587598','-151.233550',-9,1); -INSERT INTO zipcodes VALUES (99612,'King Cove','AK','55.063736','-162.312400',-9,1); -INSERT INTO zipcodes VALUES (99613,'King Salmon','AK','58.687446','-156.640070',-9,1); -INSERT INTO zipcodes VALUES (99614,'Kipnuk','AK','59.937619','-164.043920',-9,1); -INSERT INTO zipcodes VALUES (99615,'Kodiak','AK','57.746630','-152.511420',-9,1); -INSERT INTO zipcodes VALUES (99619,'Kodiak','AK','58.268704','-155.797078',-9,1); -INSERT INTO zipcodes VALUES (99620,'Kotlik','AK','62.945434','-163.761420',-9,1); -INSERT INTO zipcodes VALUES (99621,'Kwethluk','AK','60.810509','-161.421900',-9,1); -INSERT INTO zipcodes VALUES (99622,'Kwigillingok','AK','59.870295','-163.167520',-9,1); -INSERT INTO zipcodes VALUES (99624,'Larsen Bay','AK','57.529161','-154.002860',-9,1); -INSERT INTO zipcodes VALUES (99625,'Levelock','AK','59.116273','-156.848020',-9,1); -INSERT INTO zipcodes VALUES (99626,'Lower Kalskag','AK','61.518175','-160.370190',-9,1); -INSERT INTO zipcodes VALUES (99627,'McGrath','AK','62.949140','-155.572650',-9,1); -INSERT INTO zipcodes VALUES (99628,'Manokotak','AK','58.981087','-159.055800',-9,1); -INSERT INTO zipcodes VALUES (99630,'Mekoryuk','AK','60.364246','-166.286010',-9,1); -INSERT INTO zipcodes VALUES (99631,'Moose Pass','AK','60.499602','-149.402470',-9,1); -INSERT INTO zipcodes VALUES (99632,'Mountain Village','AK','62.090075','-163.723930',-9,1); -INSERT INTO zipcodes VALUES (99633,'Naknek','AK','58.745436','-156.953310',-9,1); -INSERT INTO zipcodes VALUES (99634,'Napakiak','AK','60.695049','-161.990900',-9,1); -INSERT INTO zipcodes VALUES (99635,'Nikiski','AK','60.784804','-151.064730',-9,1); -INSERT INTO zipcodes VALUES (99636,'New Stuyahok','AK','59.452339','-157.313680',-9,1); -INSERT INTO zipcodes VALUES (99637,'Toksook Bay','AK','60.532936','-165.105290',-9,1); -INSERT INTO zipcodes VALUES (99638,'Nikolski','AK','52.785684','-169.194690',-10,1); -INSERT INTO zipcodes VALUES (99639,'Ninilchik','AK','59.992821','-151.541940',-9,1); -INSERT INTO zipcodes VALUES (99640,'Nondalton','AK','59.971286','-154.850080',-9,1); -INSERT INTO zipcodes VALUES (99641,'Nunapitchuk','AK','60.898967','-162.437120',-9,1); -INSERT INTO zipcodes VALUES (99643,'Old Harbor','AK','57.199260','-153.304380',-9,1); -INSERT INTO zipcodes VALUES (99644,'Ouzinkie','AK','57.929664','-152.460850',-9,1); -INSERT INTO zipcodes VALUES (99645,'Palmer','AK','61.598203','-149.041090',-9,1); -INSERT INTO zipcodes VALUES (99646,'Palmer','AK','61.586896','-149.094699',-9,1); -INSERT INTO zipcodes VALUES (99647,'Pedro Bay','AK','59.781241','-154.108330',-9,1); -INSERT INTO zipcodes VALUES (99648,'Perryville','AK','55.910760','-159.155910',-9,1); -INSERT INTO zipcodes VALUES (99649,'Pilot Point','AK','57.508178','-157.399070',-9,1); -INSERT INTO zipcodes VALUES (99650,'Pilot Station','AK','61.936050','-162.883400',-9,1); -INSERT INTO zipcodes VALUES (99651,'Platinum','AK','59.006890','-161.815290',-9,1); -INSERT INTO zipcodes VALUES (99652,'Big Lake','AK','61.556311','-149.890980',-9,1); -INSERT INTO zipcodes VALUES (99653,'Port Alsworth','AK','60.102331','-154.557080',-9,1); -INSERT INTO zipcodes VALUES (99654,'Wasilla','AK','61.580187','-149.488210',-9,1); -INSERT INTO zipcodes VALUES (99655,'Quinhagak','AK','59.754016','-161.900790',-9,1); -INSERT INTO zipcodes VALUES (99656,'Red Devil','AK','61.810587','-157.343700',-9,1); -INSERT INTO zipcodes VALUES (99657,'Russian Mission','AK','61.785228','-161.364760',-9,1); -INSERT INTO zipcodes VALUES (99658,'Saint Marys','AK','62.048263','-163.193700',-9,1); -INSERT INTO zipcodes VALUES (99659,'Saint Michael','AK','63.477448','-162.038410',-9,1); -INSERT INTO zipcodes VALUES (99660,'Saint Paul Island','AK','57.130894','-170.272030',-10,1); -INSERT INTO zipcodes VALUES (99661,'Sand Point','AK','55.311735','-160.488130',-9,1); -INSERT INTO zipcodes VALUES (99662,'Scammon Bay','AK','61.783788','-165.539720',-9,1); -INSERT INTO zipcodes VALUES (99663,'Seldovia','AK','59.422698','-151.715130',-9,1); -INSERT INTO zipcodes VALUES (99664,'Seward','AK','60.151652','-149.412710',-9,1); -INSERT INTO zipcodes VALUES (99665,'Shageluk','AK','62.655998','-159.531130',-9,1); -INSERT INTO zipcodes VALUES (99666,'Sheldon Point','AK','62.495675','-164.971880',-9,1); -INSERT INTO zipcodes VALUES (99667,'Skwentna','AK','61.898872','-151.515870',-9,1); -INSERT INTO zipcodes VALUES (99668,'Sleetmute','AK','61.683931','-157.152020',-9,1); -INSERT INTO zipcodes VALUES (99669,'Soldotna','AK','60.489536','-151.020910',-9,1); -INSERT INTO zipcodes VALUES (99670,'South Naknek','AK','58.711630','-157.017460',-9,1); -INSERT INTO zipcodes VALUES (99671,'Stebbins','AK','63.511893','-162.274630',-9,1); -INSERT INTO zipcodes VALUES (99672,'Sterling','AK','60.532394','-150.740330',-9,1); -INSERT INTO zipcodes VALUES (99674,'Sutton','AK','61.751348','-148.696320',-9,1); -INSERT INTO zipcodes VALUES (99675,'Takotna','AK','62.969642','-156.102640',-9,1); -INSERT INTO zipcodes VALUES (99676,'Talkeetna','AK','62.298254','-149.875420',-9,1); -INSERT INTO zipcodes VALUES (99677,'Tatitlek','AK','60.863764','-146.680130',-9,1); -INSERT INTO zipcodes VALUES (99678,'Togiak','AK','59.101934','-160.503530',-9,1); -INSERT INTO zipcodes VALUES (99679,'Tuluksak','AK','61.102912','-160.963250',-9,1); -INSERT INTO zipcodes VALUES (99680,'Tuntutuliak','AK','60.343879','-162.665870',-9,1); -INSERT INTO zipcodes VALUES (99681,'Tununak','AK','60.582127','-165.256450',-9,1); -INSERT INTO zipcodes VALUES (99682,'Tyonek','AK','61.067777','-151.141690',-9,1); -INSERT INTO zipcodes VALUES (99683,'Trapper Creek','AK','62.415294','-150.370440',-9,1); -INSERT INTO zipcodes VALUES (99684,'Unalakleet','AK','63.882081','-160.762940',-9,1); -INSERT INTO zipcodes VALUES (99685,'Unalaska','AK','53.872017','-166.522870',-10,1); -INSERT INTO zipcodes VALUES (99686,'Valdez','AK','61.128176','-146.235700',-9,1); -INSERT INTO zipcodes VALUES (99687,'Wasilla','AK','61.391728','-149.990020',-9,1); -INSERT INTO zipcodes VALUES (99688,'Willow','AK','61.796774','-150.077920',-9,1); -INSERT INTO zipcodes VALUES (99689,'Yakutat','AK','59.538728','-139.710520',-9,1); -INSERT INTO zipcodes VALUES (99690,'Nightmute','AK','60.527618','-164.819760',-9,1); -INSERT INTO zipcodes VALUES (99691,'Nikolai','AK','62.999213','-154.419570',-9,1); -INSERT INTO zipcodes VALUES (99692,'Dutch Harbor','AK','53.883729','-166.548500',-10,1); -INSERT INTO zipcodes VALUES (99693,'Whittier','AK','60.639257','-148.542110',-9,1); -INSERT INTO zipcodes VALUES (99694,'Houston','AK','61.629635','-149.795070',-9,1); -INSERT INTO zipcodes VALUES (99695,'Anchorage','AK','61.402544','-150.574850',-9,1); -INSERT INTO zipcodes VALUES (99697,'Kodiak','AK','57.564289','-153.407550',-9,1); -INSERT INTO zipcodes VALUES (99699,'Funny River','AK','60.516935','-150.719924',-9,1); -INSERT INTO zipcodes VALUES (99701,'Fairbanks','AK','64.835070','-147.720450',-9,1); -INSERT INTO zipcodes VALUES (99702,'Eielson AFB','AK','64.661627','-147.021210',-9,1); -INSERT INTO zipcodes VALUES (99703,'Fort Wainwright','AK','64.827164','-147.626500',-9,1); -INSERT INTO zipcodes VALUES (99704,'Clear','AK','64.289856','-149.177780',-9,1); -INSERT INTO zipcodes VALUES (99705,'North Pole','AK','64.777233','-147.364900',-9,1); -INSERT INTO zipcodes VALUES (99706,'Fairbanks','AK','64.852055','-147.937747',-9,1); -INSERT INTO zipcodes VALUES (99707,'Fairbanks','AK','64.699839','-147.405134',-9,1); -INSERT INTO zipcodes VALUES (99708,'Fairbanks','AK','64.947462','-147.856443',-9,1); -INSERT INTO zipcodes VALUES (99709,'Fairbanks','AK','64.854937','-147.874060',-9,1); -INSERT INTO zipcodes VALUES (99710,'Fairbanks','AK','64.948648','-147.535549',-9,1); -INSERT INTO zipcodes VALUES (99711,'Fairbanks','AK','64.826445','-147.388840',-9,1); -INSERT INTO zipcodes VALUES (99712,'Fairbanks','AK','64.926041','-147.495730',-9,1); -INSERT INTO zipcodes VALUES (99714,'Salcha','AK','64.464105','-146.916480',-9,1); -INSERT INTO zipcodes VALUES (99716,'Two Rivers','AK','64.874591','-146.898195',-9,1); -INSERT INTO zipcodes VALUES (99720,'Allakaket','AK','66.557586','-152.655900',-9,1); -INSERT INTO zipcodes VALUES (99721,'Anaktuvuk Pass','AK','68.148216','-151.728540',-9,1); -INSERT INTO zipcodes VALUES (99722,'Arctic Village','AK','68.121828','-145.527680',-9,1); -INSERT INTO zipcodes VALUES (99723,'Barrow','AK','71.299525','-156.748910',-9,1); -INSERT INTO zipcodes VALUES (99724,'Beaver','AK','66.359719','-147.397430',-9,1); -INSERT INTO zipcodes VALUES (99725,'Ester','AK','64.842326','-148.021970',-9,1); -INSERT INTO zipcodes VALUES (99726,'Bettles Field','AK','66.917381','-151.505080',-9,1); -INSERT INTO zipcodes VALUES (99727,'Buckland','AK','65.979144','-161.122250',-9,1); -INSERT INTO zipcodes VALUES (99729,'Cantwell','AK','63.255516','-148.398730',-9,1); -INSERT INTO zipcodes VALUES (99730,'Central','AK','65.551022','-144.719820',-9,1); -INSERT INTO zipcodes VALUES (99732,'Chicken','AK','64.070738','-141.874890',-9,1); -INSERT INTO zipcodes VALUES (99733,'Circle','AK','65.796306','-144.063880',-9,1); -INSERT INTO zipcodes VALUES (99734,'Prudhoe Bay','AK','66.693255','-153.993988',-9,1); -INSERT INTO zipcodes VALUES (99736,'Deering','AK','66.075713','-162.718220',-9,1); -INSERT INTO zipcodes VALUES (99737,'Delta Junction','AK','63.978355','-145.462300',-9,1); -INSERT INTO zipcodes VALUES (99738,'Eagle','AK','64.778099','-141.192570',-9,1); -INSERT INTO zipcodes VALUES (99739,'Elim','AK','64.620513','-162.277180',-9,1); -INSERT INTO zipcodes VALUES (99740,'Fort Yukon','AK','66.566652','-145.282310',-9,1); -INSERT INTO zipcodes VALUES (99741,'Galena','AK','64.739082','-156.894560',-9,1); -INSERT INTO zipcodes VALUES (99742,'Gambell','AK','63.776098','-171.700880',-9,1); -INSERT INTO zipcodes VALUES (99743,'Healy','AK','64.010218','-149.107120',-9,1); -INSERT INTO zipcodes VALUES (99744,'Anderson','AK','64.349263','-149.192650',-9,1); -INSERT INTO zipcodes VALUES (99745,'Hughes','AK','66.044094','-154.257030',-9,1); -INSERT INTO zipcodes VALUES (99746,'Huslia','AK','65.701858','-156.387130',-9,1); -INSERT INTO zipcodes VALUES (99747,'Kaktovik','AK','70.133460','-143.624360',-9,1); -INSERT INTO zipcodes VALUES (99748,'Kaltag','AK','64.324887','-158.732040',-9,1); -INSERT INTO zipcodes VALUES (99749,'Kiana','AK','66.971720','-160.430160',-9,1); -INSERT INTO zipcodes VALUES (99750,'Kivalina','AK','67.733313','-164.545220',-9,1); -INSERT INTO zipcodes VALUES (99751,'Kobuk','AK','66.908604','-156.888280',-9,1); -INSERT INTO zipcodes VALUES (99752,'Kotzebue','AK','66.897192','-162.585440',-9,1); -INSERT INTO zipcodes VALUES (99753,'Koyuk','AK','64.932225','-161.155970',-9,1); -INSERT INTO zipcodes VALUES (99754,'Koyukuk','AK','64.881745','-157.704390',-9,1); -INSERT INTO zipcodes VALUES (99755,'Denali National Park','AK','63.657441','-148.833960',-9,1); -INSERT INTO zipcodes VALUES (99756,'Manley Hot Springs','AK','65.021337','-150.503180',-9,1); -INSERT INTO zipcodes VALUES (99757,'Lake Minchumina','AK','63.893902','-152.302010',-9,1); -INSERT INTO zipcodes VALUES (99758,'Minto','AK','65.152583','-149.391560',-9,1); -INSERT INTO zipcodes VALUES (99759,'Point Lay','AK','69.741023','-163.008610',-9,1); -INSERT INTO zipcodes VALUES (99760,'Nenana','AK','64.560888','-149.076740',-9,1); -INSERT INTO zipcodes VALUES (99761,'Noatak','AK','67.572031','-162.975080',-9,1); -INSERT INTO zipcodes VALUES (99762,'Nome','AK','64.532616','-165.108830',-9,1); -INSERT INTO zipcodes VALUES (99763,'Noorvik','AK','66.837130','-161.036640',-9,1); -INSERT INTO zipcodes VALUES (99764,'Northway','AK','62.980725','-141.828520',-9,1); -INSERT INTO zipcodes VALUES (99765,'Nulato','AK','64.730035','-158.111780',-9,1); -INSERT INTO zipcodes VALUES (99766,'Point Hope','AK','68.347052','-166.762910',-9,1); -INSERT INTO zipcodes VALUES (99767,'Rampart','AK','65.507883','-150.163600',-9,1); -INSERT INTO zipcodes VALUES (99768,'Ruby','AK','64.737306','-155.487690',-9,1); -INSERT INTO zipcodes VALUES (99769,'Savoonga','AK','63.686038','-170.408700',-9,1); -INSERT INTO zipcodes VALUES (99770,'Selawik','AK','66.597998','-160.017720',-9,1); -INSERT INTO zipcodes VALUES (99771,'Shaktoolik','AK','64.343258','-161.167850',-9,1); -INSERT INTO zipcodes VALUES (99772,'Shishmaref','AK','66.259417','-165.732020',-9,1); -INSERT INTO zipcodes VALUES (99773,'Shungnak','AK','66.887401','-157.142870',-9,1); -INSERT INTO zipcodes VALUES (99774,'Stevens Village','AK','66.005296','-149.103030',-9,1); -INSERT INTO zipcodes VALUES (99775,'Fairbanks','AK','64.860846','-147.826810',-9,1); -INSERT INTO zipcodes VALUES (99776,'Tanacross','AK','63.376206','-143.356990',-9,1); -INSERT INTO zipcodes VALUES (99777,'Tanana','AK','65.172029','-152.082580',-9,1); -INSERT INTO zipcodes VALUES (99778,'Teller','AK','65.250432','-166.354740',-9,1); -INSERT INTO zipcodes VALUES (99779,'Tetlin','AK','63.135294','-142.532300',-9,1); -INSERT INTO zipcodes VALUES (99780,'Tok','AK','63.341767','-142.937040',-9,1); -INSERT INTO zipcodes VALUES (99781,'Venetie','AK','67.015569','-146.417360',-9,1); -INSERT INTO zipcodes VALUES (99782,'Wainwright','AK','70.640902','-160.024810',-9,1); -INSERT INTO zipcodes VALUES (99783,'Wales','AK','65.612116','-168.089280',-9,1); -INSERT INTO zipcodes VALUES (99784,'White Mountain','AK','64.684323','-163.442570',-9,1); -INSERT INTO zipcodes VALUES (99785,'Brevig Mission','AK','65.342744','-166.510230',-9,1); -INSERT INTO zipcodes VALUES (99786,'Ambler','AK','67.083658','-157.862250',-9,1); -INSERT INTO zipcodes VALUES (99788,'Chalkyitsik','AK','66.653222','-143.727170',-9,1); -INSERT INTO zipcodes VALUES (99789,'Nuiqsut','AK','70.215197','-151.027460',-9,1); -INSERT INTO zipcodes VALUES (99790,'Fairbanks','AK','64.856055','-146.275980',-9,1); -INSERT INTO zipcodes VALUES (99791,'Atqasuk','AK','70.477663','-157.418050',-9,1); -INSERT INTO zipcodes VALUES (99801,'Juneau','AK','58.358599','-134.547490',-9,1); -INSERT INTO zipcodes VALUES (99802,'Juneau','AK','58.405657','-134.589690',-9,1); -INSERT INTO zipcodes VALUES (99803,'Juneau','AK','58.377074','-134.617383',-9,1); -INSERT INTO zipcodes VALUES (99811,'Juneau','AK','58.383480','-134.197786',-9,1); -INSERT INTO zipcodes VALUES (99820,'Angoon','AK','57.487650','-134.572220',-9,1); -INSERT INTO zipcodes VALUES (99821,'Auke Bay','AK','58.449413','-134.700348',-9,1); -INSERT INTO zipcodes VALUES (99824,'Douglas','AK','58.276192','-134.397810',-9,1); -INSERT INTO zipcodes VALUES (99825,'Elfin Cove','AK','58.068878','-136.278330',-9,1); -INSERT INTO zipcodes VALUES (99826,'Gustavus','AK','58.434052','-135.730880',-9,1); -INSERT INTO zipcodes VALUES (99827,'Haines','AK','59.279037','-135.612200',-9,1); -INSERT INTO zipcodes VALUES (99829,'Hoonah','AK','58.109608','-135.431540',-9,1); -INSERT INTO zipcodes VALUES (99830,'Kake','AK','56.975011','-133.932300',-9,1); -INSERT INTO zipcodes VALUES (99832,'Pelican','AK','57.959709','-136.220320',-9,1); -INSERT INTO zipcodes VALUES (99833,'Petersburg','AK','56.784206','-132.973540',-9,1); -INSERT INTO zipcodes VALUES (99835,'Sitka','AK','57.064376','-135.322700',-9,1); -INSERT INTO zipcodes VALUES (99836,'Port Alexander','AK','56.535950','-132.827948',-9,1); -INSERT INTO zipcodes VALUES (99840,'Skagway','AK','59.465159','-135.313550',-9,1); -INSERT INTO zipcodes VALUES (99841,'Tenakee Springs','AK','57.777622','-135.207770',-9,1); -INSERT INTO zipcodes VALUES (99850,'Juneau','AK','58.411303','-135.408740',-9,1); -INSERT INTO zipcodes VALUES (99901,'Ketchikan','AK','55.368644','-131.676200',-9,1); -INSERT INTO zipcodes VALUES (99903,'Meyers Chuck','AK','55.742045','-132.250020',-9,1); -INSERT INTO zipcodes VALUES (99918,'Coffman Cove','AK','56.009124','-132.820180',-9,1); -INSERT INTO zipcodes VALUES (99919,'Thorne Bay','AK','55.677232','-132.556240',-9,1); -INSERT INTO zipcodes VALUES (99921,'Craig','AK','55.456449','-133.026480',-9,1); -INSERT INTO zipcodes VALUES (99922,'Hydaburg','AK','55.209339','-132.825450',-9,1); -INSERT INTO zipcodes VALUES (99923,'Hyder','AK','55.941442','-130.054500',-9,1); -INSERT INTO zipcodes VALUES (99925,'Klawock','AK','55.555164','-133.073160',-9,1); -INSERT INTO zipcodes VALUES (99926,'Metlakatla','AK','55.123897','-131.568830',-9,1); -INSERT INTO zipcodes VALUES (99927,'Point Baker','AK','56.337957','-133.606890',-9,1); -INSERT INTO zipcodes VALUES (99928,'Ward Cove','AK','55.395359','-131.675370',-9,1); -INSERT INTO zipcodes VALUES (99929,'Wrangell','AK','56.409507','-132.338220',-9,1); -INSERT INTO zipcodes VALUES (99950,'Ketchikan','AK','55.875767','-131.466330',-9,1); - -- 2.25.1